From 327387147d45eba80b06e661abc18b76fea8cb70 Mon Sep 17 00:00:00 2001 From: Michael Young Date: Mon, 22 May 2023 20:51:53 +0000 Subject: [PATCH] docs(codegen): run codegen for awslabs/smithy-typescript#770 --- .../src/AccessAnalyzerClient.ts | 6 +- .../src/commands/ApplyArchiveRuleCommand.ts | 4 + .../commands/CancelPolicyGenerationCommand.ts | 4 + .../commands/CreateAccessPreviewCommand.ts | 4 + .../src/commands/CreateAnalyzerCommand.ts | 4 + .../src/commands/CreateArchiveRuleCommand.ts | 4 + .../src/commands/DeleteAnalyzerCommand.ts | 4 + .../src/commands/DeleteArchiveRuleCommand.ts | 4 + .../src/commands/GetAccessPreviewCommand.ts | 4 + .../commands/GetAnalyzedResourceCommand.ts | 4 + .../src/commands/GetAnalyzerCommand.ts | 4 + .../src/commands/GetArchiveRuleCommand.ts | 4 + .../src/commands/GetFindingCommand.ts | 4 + .../src/commands/GetGeneratedPolicyCommand.ts | 4 + .../ListAccessPreviewFindingsCommand.ts | 4 + .../src/commands/ListAccessPreviewsCommand.ts | 4 + .../commands/ListAnalyzedResourcesCommand.ts | 4 + .../src/commands/ListAnalyzersCommand.ts | 4 + .../src/commands/ListArchiveRulesCommand.ts | 4 + .../src/commands/ListFindingsCommand.ts | 4 + .../commands/ListPolicyGenerationsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/StartPolicyGenerationCommand.ts | 4 + .../src/commands/StartResourceScanCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateArchiveRuleCommand.ts | 4 + .../src/commands/UpdateFindingsCommand.ts | 4 + .../src/commands/ValidatePolicyCommand.ts | 4 + clients/client-accessanalyzer/src/index.ts | 18 +- .../models/AccessAnalyzerServiceException.ts | 2 + clients/client-account/src/AccountClient.ts | 6 +- .../commands/DeleteAlternateContactCommand.ts | 4 + .../src/commands/DisableRegionCommand.ts | 4 + .../src/commands/EnableRegionCommand.ts | 4 + .../commands/GetAlternateContactCommand.ts | 4 + .../commands/GetContactInformationCommand.ts | 4 + .../src/commands/GetRegionOptStatusCommand.ts | 4 + .../src/commands/ListRegionsCommand.ts | 4 + .../commands/PutAlternateContactCommand.ts | 4 + .../commands/PutContactInformationCommand.ts | 4 + clients/client-account/src/index.ts | 10 +- .../src/models/AccountServiceException.ts | 2 + clients/client-acm-pca/src/ACMPCAClient.ts | 6 +- ...eCertificateAuthorityAuditReportCommand.ts | 4 + .../CreateCertificateAuthorityCommand.ts | 4 + .../src/commands/CreatePermissionCommand.ts | 4 + .../DeleteCertificateAuthorityCommand.ts | 4 + .../src/commands/DeletePermissionCommand.ts | 4 + .../src/commands/DeletePolicyCommand.ts | 4 + ...eCertificateAuthorityAuditReportCommand.ts | 4 + .../DescribeCertificateAuthorityCommand.ts | 4 + ...tCertificateAuthorityCertificateCommand.ts | 4 + .../GetCertificateAuthorityCsrCommand.ts | 4 + .../src/commands/GetCertificateCommand.ts | 4 + .../src/commands/GetPolicyCommand.ts | 4 + ...tCertificateAuthorityCertificateCommand.ts | 4 + .../src/commands/IssueCertificateCommand.ts | 4 + .../ListCertificateAuthoritiesCommand.ts | 4 + .../src/commands/ListPermissionsCommand.ts | 4 + .../src/commands/ListTagsCommand.ts | 4 + .../src/commands/PutPolicyCommand.ts | 4 + .../RestoreCertificateAuthorityCommand.ts | 4 + .../src/commands/RevokeCertificateCommand.ts | 4 + .../TagCertificateAuthorityCommand.ts | 4 + .../UntagCertificateAuthorityCommand.ts | 4 + .../UpdateCertificateAuthorityCommand.ts | 4 + clients/client-acm-pca/src/index.ts | 25 +- .../src/models/ACMPCAServiceException.ts | 2 + clients/client-acm/src/ACMClient.ts | 6 +- .../commands/AddTagsToCertificateCommand.ts | 4 + .../src/commands/DeleteCertificateCommand.ts | 4 + .../commands/DescribeCertificateCommand.ts | 4 + .../src/commands/ExportCertificateCommand.ts | 4 + .../GetAccountConfigurationCommand.ts | 4 + .../src/commands/GetCertificateCommand.ts | 4 + .../src/commands/ImportCertificateCommand.ts | 4 + .../src/commands/ListCertificatesCommand.ts | 4 + .../commands/ListTagsForCertificateCommand.ts | 4 + .../PutAccountConfigurationCommand.ts | 4 + .../RemoveTagsFromCertificateCommand.ts | 4 + .../src/commands/RenewCertificateCommand.ts | 4 + .../src/commands/RequestCertificateCommand.ts | 4 + .../commands/ResendValidationEmailCommand.ts | 4 + .../UpdateCertificateOptionsCommand.ts | 4 + clients/client-acm/src/index.ts | 12 +- .../src/models/ACMServiceException.ts | 2 + .../src/AlexaForBusinessClient.ts | 6 +- .../src/commands/ApproveSkillCommand.ts | 4 + .../AssociateContactWithAddressBookCommand.ts | 4 + ...ssociateDeviceWithNetworkProfileCommand.ts | 4 + .../AssociateDeviceWithRoomCommand.ts | 4 + .../AssociateSkillGroupWithRoomCommand.ts | 4 + .../AssociateSkillWithSkillGroupCommand.ts | 4 + .../AssociateSkillWithUsersCommand.ts | 4 + .../src/commands/CreateAddressBookCommand.ts | 4 + .../CreateBusinessReportScheduleCommand.ts | 4 + .../CreateConferenceProviderCommand.ts | 4 + .../src/commands/CreateContactCommand.ts | 4 + .../src/commands/CreateGatewayGroupCommand.ts | 4 + .../commands/CreateNetworkProfileCommand.ts | 4 + .../src/commands/CreateProfileCommand.ts | 4 + .../src/commands/CreateRoomCommand.ts | 4 + .../src/commands/CreateSkillGroupCommand.ts | 4 + .../src/commands/CreateUserCommand.ts | 4 + .../src/commands/DeleteAddressBookCommand.ts | 4 + .../DeleteBusinessReportScheduleCommand.ts | 4 + .../DeleteConferenceProviderCommand.ts | 4 + .../src/commands/DeleteContactCommand.ts | 4 + .../src/commands/DeleteDeviceCommand.ts | 4 + .../commands/DeleteDeviceUsageDataCommand.ts | 4 + .../src/commands/DeleteGatewayGroupCommand.ts | 4 + .../commands/DeleteNetworkProfileCommand.ts | 4 + .../src/commands/DeleteProfileCommand.ts | 4 + .../src/commands/DeleteRoomCommand.ts | 4 + .../DeleteRoomSkillParameterCommand.ts | 4 + .../DeleteSkillAuthorizationCommand.ts | 4 + .../src/commands/DeleteSkillGroupCommand.ts | 4 + .../src/commands/DeleteUserCommand.ts | 4 + ...sassociateContactFromAddressBookCommand.ts | 4 + .../DisassociateDeviceFromRoomCommand.ts | 4 + .../DisassociateSkillFromSkillGroupCommand.ts | 4 + .../DisassociateSkillFromUsersCommand.ts | 4 + .../DisassociateSkillGroupFromRoomCommand.ts | 4 + .../ForgetSmartHomeAppliancesCommand.ts | 4 + .../src/commands/GetAddressBookCommand.ts | 4 + .../GetConferencePreferenceCommand.ts | 4 + .../commands/GetConferenceProviderCommand.ts | 4 + .../src/commands/GetContactCommand.ts | 4 + .../src/commands/GetDeviceCommand.ts | 4 + .../src/commands/GetGatewayCommand.ts | 4 + .../src/commands/GetGatewayGroupCommand.ts | 4 + .../GetInvitationConfigurationCommand.ts | 4 + .../src/commands/GetNetworkProfileCommand.ts | 4 + .../src/commands/GetProfileCommand.ts | 4 + .../src/commands/GetRoomCommand.ts | 4 + .../commands/GetRoomSkillParameterCommand.ts | 4 + .../src/commands/GetSkillGroupCommand.ts | 4 + .../ListBusinessReportSchedulesCommand.ts | 4 + .../ListConferenceProvidersCommand.ts | 4 + .../src/commands/ListDeviceEventsCommand.ts | 4 + .../src/commands/ListGatewayGroupsCommand.ts | 4 + .../src/commands/ListGatewaysCommand.ts | 4 + .../src/commands/ListSkillsCommand.ts | 4 + .../ListSkillsStoreCategoriesCommand.ts | 4 + .../ListSkillsStoreSkillsByCategoryCommand.ts | 4 + .../ListSmartHomeAppliancesCommand.ts | 4 + .../src/commands/ListTagsCommand.ts | 4 + .../PutConferencePreferenceCommand.ts | 4 + .../PutInvitationConfigurationCommand.ts | 4 + .../commands/PutRoomSkillParameterCommand.ts | 4 + .../commands/PutSkillAuthorizationCommand.ts | 4 + .../src/commands/RegisterAVSDeviceCommand.ts | 4 + .../src/commands/RejectSkillCommand.ts | 4 + .../src/commands/ResolveRoomCommand.ts | 4 + .../src/commands/RevokeInvitationCommand.ts | 4 + .../src/commands/SearchAddressBooksCommand.ts | 4 + .../src/commands/SearchContactsCommand.ts | 4 + .../src/commands/SearchDevicesCommand.ts | 4 + .../commands/SearchNetworkProfilesCommand.ts | 4 + .../src/commands/SearchProfilesCommand.ts | 4 + .../src/commands/SearchRoomsCommand.ts | 4 + .../src/commands/SearchSkillGroupsCommand.ts | 4 + .../src/commands/SearchUsersCommand.ts | 4 + .../src/commands/SendAnnouncementCommand.ts | 4 + .../src/commands/SendInvitationCommand.ts | 4 + .../src/commands/StartDeviceSyncCommand.ts | 4 + ...StartSmartHomeApplianceDiscoveryCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAddressBookCommand.ts | 4 + .../UpdateBusinessReportScheduleCommand.ts | 4 + .../UpdateConferenceProviderCommand.ts | 4 + .../src/commands/UpdateContactCommand.ts | 4 + .../src/commands/UpdateDeviceCommand.ts | 4 + .../src/commands/UpdateGatewayCommand.ts | 4 + .../src/commands/UpdateGatewayGroupCommand.ts | 4 + .../commands/UpdateNetworkProfileCommand.ts | 4 + .../src/commands/UpdateProfileCommand.ts | 4 + .../src/commands/UpdateRoomCommand.ts | 4 + .../src/commands/UpdateSkillGroupCommand.ts | 4 + .../client-alexa-for-business/src/index.ts | 17 +- .../AlexaForBusinessServiceException.ts | 2 + clients/client-amp/src/AmpClient.ts | 6 +- .../CreateAlertManagerDefinitionCommand.ts | 4 + .../CreateLoggingConfigurationCommand.ts | 4 + .../CreateRuleGroupsNamespaceCommand.ts | 4 + .../src/commands/CreateWorkspaceCommand.ts | 4 + .../DeleteAlertManagerDefinitionCommand.ts | 4 + .../DeleteLoggingConfigurationCommand.ts | 4 + .../DeleteRuleGroupsNamespaceCommand.ts | 4 + .../src/commands/DeleteWorkspaceCommand.ts | 4 + .../DescribeAlertManagerDefinitionCommand.ts | 4 + .../DescribeLoggingConfigurationCommand.ts | 4 + .../DescribeRuleGroupsNamespaceCommand.ts | 4 + .../src/commands/DescribeWorkspaceCommand.ts | 4 + .../ListRuleGroupsNamespacesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListWorkspacesCommand.ts | 4 + .../PutAlertManagerDefinitionCommand.ts | 4 + .../commands/PutRuleGroupsNamespaceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateLoggingConfigurationCommand.ts | 4 + .../commands/UpdateWorkspaceAliasCommand.ts | 4 + clients/client-amp/src/index.ts | 10 +- .../src/models/AmpServiceException.ts | 2 + clients/client-amplify/src/AmplifyClient.ts | 6 +- .../src/commands/CreateAppCommand.ts | 4 + .../CreateBackendEnvironmentCommand.ts | 4 + .../src/commands/CreateBranchCommand.ts | 4 + .../src/commands/CreateDeploymentCommand.ts | 4 + .../CreateDomainAssociationCommand.ts | 4 + .../src/commands/CreateWebhookCommand.ts | 4 + .../src/commands/DeleteAppCommand.ts | 4 + .../DeleteBackendEnvironmentCommand.ts | 4 + .../src/commands/DeleteBranchCommand.ts | 4 + .../DeleteDomainAssociationCommand.ts | 4 + .../src/commands/DeleteJobCommand.ts | 4 + .../src/commands/DeleteWebhookCommand.ts | 4 + .../src/commands/GenerateAccessLogsCommand.ts | 4 + .../src/commands/GetAppCommand.ts | 4 + .../src/commands/GetArtifactUrlCommand.ts | 4 + .../commands/GetBackendEnvironmentCommand.ts | 4 + .../src/commands/GetBranchCommand.ts | 4 + .../commands/GetDomainAssociationCommand.ts | 4 + .../src/commands/GetJobCommand.ts | 4 + .../src/commands/GetWebhookCommand.ts | 4 + .../src/commands/ListAppsCommand.ts | 4 + .../src/commands/ListArtifactsCommand.ts | 4 + .../ListBackendEnvironmentsCommand.ts | 4 + .../src/commands/ListBranchesCommand.ts | 4 + .../commands/ListDomainAssociationsCommand.ts | 4 + .../src/commands/ListJobsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListWebhooksCommand.ts | 4 + .../src/commands/StartDeploymentCommand.ts | 4 + .../src/commands/StartJobCommand.ts | 4 + .../src/commands/StopJobCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAppCommand.ts | 4 + .../src/commands/UpdateBranchCommand.ts | 4 + .../UpdateDomainAssociationCommand.ts | 4 + .../src/commands/UpdateWebhookCommand.ts | 4 + clients/client-amplify/src/index.ts | 13 +- .../src/models/AmplifyServiceException.ts | 2 + .../src/AmplifyBackendClient.ts | 6 +- .../src/commands/CloneBackendCommand.ts | 4 + .../src/commands/CreateBackendAPICommand.ts | 4 + .../src/commands/CreateBackendAuthCommand.ts | 4 + .../src/commands/CreateBackendCommand.ts | 4 + .../commands/CreateBackendConfigCommand.ts | 4 + .../commands/CreateBackendStorageCommand.ts | 4 + .../src/commands/CreateTokenCommand.ts | 4 + .../src/commands/DeleteBackendAPICommand.ts | 4 + .../src/commands/DeleteBackendAuthCommand.ts | 4 + .../src/commands/DeleteBackendCommand.ts | 4 + .../commands/DeleteBackendStorageCommand.ts | 4 + .../src/commands/DeleteTokenCommand.ts | 4 + .../GenerateBackendAPIModelsCommand.ts | 4 + .../src/commands/GetBackendAPICommand.ts | 4 + .../commands/GetBackendAPIModelsCommand.ts | 4 + .../src/commands/GetBackendAuthCommand.ts | 4 + .../src/commands/GetBackendCommand.ts | 4 + .../src/commands/GetBackendJobCommand.ts | 4 + .../src/commands/GetBackendStorageCommand.ts | 4 + .../src/commands/GetTokenCommand.ts | 4 + .../src/commands/ImportBackendAuthCommand.ts | 4 + .../commands/ImportBackendStorageCommand.ts | 4 + .../src/commands/ListBackendJobsCommand.ts | 4 + .../src/commands/ListS3BucketsCommand.ts | 4 + .../src/commands/RemoveAllBackendsCommand.ts | 4 + .../commands/RemoveBackendConfigCommand.ts | 4 + .../src/commands/UpdateBackendAPICommand.ts | 4 + .../src/commands/UpdateBackendAuthCommand.ts | 4 + .../commands/UpdateBackendConfigCommand.ts | 4 + .../src/commands/UpdateBackendJobCommand.ts | 4 + .../commands/UpdateBackendStorageCommand.ts | 4 + clients/client-amplifybackend/src/index.ts | 8 +- .../models/AmplifyBackendServiceException.ts | 2 + .../src/AmplifyUIBuilderClient.ts | 6 +- .../src/commands/CreateComponentCommand.ts | 4 + .../src/commands/CreateFormCommand.ts | 4 + .../src/commands/CreateThemeCommand.ts | 4 + .../src/commands/DeleteComponentCommand.ts | 4 + .../src/commands/DeleteFormCommand.ts | 4 + .../src/commands/DeleteThemeCommand.ts | 4 + .../commands/ExchangeCodeForTokenCommand.ts | 4 + .../src/commands/ExportComponentsCommand.ts | 4 + .../src/commands/ExportFormsCommand.ts | 4 + .../src/commands/ExportThemesCommand.ts | 4 + .../src/commands/GetComponentCommand.ts | 4 + .../src/commands/GetFormCommand.ts | 4 + .../src/commands/GetMetadataCommand.ts | 4 + .../src/commands/GetThemeCommand.ts | 4 + .../src/commands/ListComponentsCommand.ts | 4 + .../src/commands/ListFormsCommand.ts | 4 + .../src/commands/ListThemesCommand.ts | 4 + .../src/commands/PutMetadataFlagCommand.ts | 4 + .../src/commands/RefreshTokenCommand.ts | 4 + .../src/commands/UpdateComponentCommand.ts | 4 + .../src/commands/UpdateFormCommand.ts | 4 + .../src/commands/UpdateThemeCommand.ts | 4 + clients/client-amplifyuibuilder/src/index.ts | 18 +- .../AmplifyUIBuilderServiceException.ts | 2 + .../src/APIGatewayClient.ts | 6 +- .../src/commands/CreateApiKeyCommand.ts | 4 + .../src/commands/CreateAuthorizerCommand.ts | 4 + .../commands/CreateBasePathMappingCommand.ts | 4 + .../src/commands/CreateDeploymentCommand.ts | 4 + .../CreateDocumentationPartCommand.ts | 4 + .../CreateDocumentationVersionCommand.ts | 4 + .../src/commands/CreateDomainNameCommand.ts | 4 + .../src/commands/CreateModelCommand.ts | 4 + .../commands/CreateRequestValidatorCommand.ts | 4 + .../src/commands/CreateResourceCommand.ts | 4 + .../src/commands/CreateRestApiCommand.ts | 4 + .../src/commands/CreateStageCommand.ts | 4 + .../src/commands/CreateUsagePlanCommand.ts | 4 + .../src/commands/CreateUsagePlanKeyCommand.ts | 4 + .../src/commands/CreateVpcLinkCommand.ts | 4 + .../src/commands/DeleteApiKeyCommand.ts | 4 + .../src/commands/DeleteAuthorizerCommand.ts | 4 + .../commands/DeleteBasePathMappingCommand.ts | 4 + .../DeleteClientCertificateCommand.ts | 4 + .../src/commands/DeleteDeploymentCommand.ts | 4 + .../DeleteDocumentationPartCommand.ts | 4 + .../DeleteDocumentationVersionCommand.ts | 4 + .../src/commands/DeleteDomainNameCommand.ts | 4 + .../commands/DeleteGatewayResponseCommand.ts | 4 + .../src/commands/DeleteIntegrationCommand.ts | 4 + .../DeleteIntegrationResponseCommand.ts | 4 + .../src/commands/DeleteMethodCommand.ts | 4 + .../commands/DeleteMethodResponseCommand.ts | 4 + .../src/commands/DeleteModelCommand.ts | 4 + .../commands/DeleteRequestValidatorCommand.ts | 4 + .../src/commands/DeleteResourceCommand.ts | 4 + .../src/commands/DeleteRestApiCommand.ts | 4 + .../src/commands/DeleteStageCommand.ts | 4 + .../src/commands/DeleteUsagePlanCommand.ts | 4 + .../src/commands/DeleteUsagePlanKeyCommand.ts | 4 + .../src/commands/DeleteVpcLinkCommand.ts | 4 + .../FlushStageAuthorizersCacheCommand.ts | 4 + .../src/commands/FlushStageCacheCommand.ts | 4 + .../GenerateClientCertificateCommand.ts | 4 + .../src/commands/GetAccountCommand.ts | 4 + .../src/commands/GetApiKeyCommand.ts | 4 + .../src/commands/GetApiKeysCommand.ts | 4 + .../src/commands/GetAuthorizerCommand.ts | 4 + .../src/commands/GetAuthorizersCommand.ts | 4 + .../src/commands/GetBasePathMappingCommand.ts | 4 + .../commands/GetBasePathMappingsCommand.ts | 4 + .../commands/GetClientCertificateCommand.ts | 4 + .../commands/GetClientCertificatesCommand.ts | 4 + .../src/commands/GetDeploymentCommand.ts | 4 + .../src/commands/GetDeploymentsCommand.ts | 4 + .../commands/GetDocumentationPartCommand.ts | 4 + .../commands/GetDocumentationPartsCommand.ts | 4 + .../GetDocumentationVersionCommand.ts | 4 + .../GetDocumentationVersionsCommand.ts | 4 + .../src/commands/GetDomainNameCommand.ts | 4 + .../src/commands/GetDomainNamesCommand.ts | 4 + .../src/commands/GetExportCommand.ts | 4 + .../src/commands/GetGatewayResponseCommand.ts | 4 + .../commands/GetGatewayResponsesCommand.ts | 4 + .../src/commands/GetIntegrationCommand.ts | 4 + .../commands/GetIntegrationResponseCommand.ts | 4 + .../src/commands/GetMethodCommand.ts | 4 + .../src/commands/GetMethodResponseCommand.ts | 4 + .../src/commands/GetModelCommand.ts | 4 + .../src/commands/GetModelTemplateCommand.ts | 4 + .../src/commands/GetModelsCommand.ts | 4 + .../commands/GetRequestValidatorCommand.ts | 4 + .../commands/GetRequestValidatorsCommand.ts | 4 + .../src/commands/GetResourceCommand.ts | 4 + .../src/commands/GetResourcesCommand.ts | 4 + .../src/commands/GetRestApiCommand.ts | 4 + .../src/commands/GetRestApisCommand.ts | 4 + .../src/commands/GetSdkCommand.ts | 4 + .../src/commands/GetSdkTypeCommand.ts | 4 + .../src/commands/GetSdkTypesCommand.ts | 4 + .../src/commands/GetStageCommand.ts | 4 + .../src/commands/GetStagesCommand.ts | 4 + .../src/commands/GetTagsCommand.ts | 4 + .../src/commands/GetUsageCommand.ts | 4 + .../src/commands/GetUsagePlanCommand.ts | 4 + .../src/commands/GetUsagePlanKeyCommand.ts | 4 + .../src/commands/GetUsagePlanKeysCommand.ts | 4 + .../src/commands/GetUsagePlansCommand.ts | 4 + .../src/commands/GetVpcLinkCommand.ts | 4 + .../src/commands/GetVpcLinksCommand.ts | 4 + .../src/commands/ImportApiKeysCommand.ts | 4 + .../ImportDocumentationPartsCommand.ts | 4 + .../src/commands/ImportRestApiCommand.ts | 4 + .../src/commands/PutGatewayResponseCommand.ts | 4 + .../src/commands/PutIntegrationCommand.ts | 4 + .../commands/PutIntegrationResponseCommand.ts | 4 + .../src/commands/PutMethodCommand.ts | 4 + .../src/commands/PutMethodResponseCommand.ts | 4 + .../src/commands/PutRestApiCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../commands/TestInvokeAuthorizerCommand.ts | 4 + .../src/commands/TestInvokeMethodCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAccountCommand.ts | 4 + .../src/commands/UpdateApiKeyCommand.ts | 4 + .../src/commands/UpdateAuthorizerCommand.ts | 4 + .../commands/UpdateBasePathMappingCommand.ts | 4 + .../UpdateClientCertificateCommand.ts | 4 + .../src/commands/UpdateDeploymentCommand.ts | 4 + .../UpdateDocumentationPartCommand.ts | 4 + .../UpdateDocumentationVersionCommand.ts | 4 + .../src/commands/UpdateDomainNameCommand.ts | 4 + .../commands/UpdateGatewayResponseCommand.ts | 4 + .../src/commands/UpdateIntegrationCommand.ts | 4 + .../UpdateIntegrationResponseCommand.ts | 4 + .../src/commands/UpdateMethodCommand.ts | 4 + .../commands/UpdateMethodResponseCommand.ts | 4 + .../src/commands/UpdateModelCommand.ts | 4 + .../commands/UpdateRequestValidatorCommand.ts | 4 + .../src/commands/UpdateResourceCommand.ts | 4 + .../src/commands/UpdateRestApiCommand.ts | 4 + .../src/commands/UpdateStageCommand.ts | 4 + .../src/commands/UpdateUsageCommand.ts | 4 + .../src/commands/UpdateUsagePlanCommand.ts | 4 + .../src/commands/UpdateVpcLinkCommand.ts | 4 + clients/client-api-gateway/src/index.ts | 11 +- .../src/models/APIGatewayServiceException.ts | 2 + .../src/ApiGatewayManagementApiClient.ts | 6 +- .../src/commands/DeleteConnectionCommand.ts | 4 + .../src/commands/GetConnectionCommand.ts | 4 + .../src/commands/PostToConnectionCommand.ts | 4 + .../src/index.ts | 8 +- ...ApiGatewayManagementApiServiceException.ts | 2 + .../src/ApiGatewayV2Client.ts | 6 +- .../src/commands/CreateApiCommand.ts | 4 + .../src/commands/CreateApiMappingCommand.ts | 4 + .../src/commands/CreateAuthorizerCommand.ts | 4 + .../src/commands/CreateDeploymentCommand.ts | 4 + .../src/commands/CreateDomainNameCommand.ts | 4 + .../src/commands/CreateIntegrationCommand.ts | 4 + .../CreateIntegrationResponseCommand.ts | 4 + .../src/commands/CreateModelCommand.ts | 4 + .../src/commands/CreateRouteCommand.ts | 4 + .../commands/CreateRouteResponseCommand.ts | 4 + .../src/commands/CreateStageCommand.ts | 4 + .../src/commands/CreateVpcLinkCommand.ts | 4 + .../DeleteAccessLogSettingsCommand.ts | 4 + .../src/commands/DeleteApiCommand.ts | 4 + .../src/commands/DeleteApiMappingCommand.ts | 4 + .../src/commands/DeleteAuthorizerCommand.ts | 4 + .../DeleteCorsConfigurationCommand.ts | 4 + .../src/commands/DeleteDeploymentCommand.ts | 4 + .../src/commands/DeleteDomainNameCommand.ts | 4 + .../src/commands/DeleteIntegrationCommand.ts | 4 + .../DeleteIntegrationResponseCommand.ts | 4 + .../src/commands/DeleteModelCommand.ts | 4 + .../src/commands/DeleteRouteCommand.ts | 4 + .../DeleteRouteRequestParameterCommand.ts | 4 + .../commands/DeleteRouteResponseCommand.ts | 4 + .../commands/DeleteRouteSettingsCommand.ts | 4 + .../src/commands/DeleteStageCommand.ts | 4 + .../src/commands/DeleteVpcLinkCommand.ts | 4 + .../src/commands/ExportApiCommand.ts | 4 + .../src/commands/GetApiCommand.ts | 4 + .../src/commands/GetApiMappingCommand.ts | 4 + .../src/commands/GetApiMappingsCommand.ts | 4 + .../src/commands/GetApisCommand.ts | 4 + .../src/commands/GetAuthorizerCommand.ts | 4 + .../src/commands/GetAuthorizersCommand.ts | 4 + .../src/commands/GetDeploymentCommand.ts | 4 + .../src/commands/GetDeploymentsCommand.ts | 4 + .../src/commands/GetDomainNameCommand.ts | 4 + .../src/commands/GetDomainNamesCommand.ts | 4 + .../src/commands/GetIntegrationCommand.ts | 4 + .../commands/GetIntegrationResponseCommand.ts | 4 + .../GetIntegrationResponsesCommand.ts | 4 + .../src/commands/GetIntegrationsCommand.ts | 4 + .../src/commands/GetModelCommand.ts | 4 + .../src/commands/GetModelTemplateCommand.ts | 4 + .../src/commands/GetModelsCommand.ts | 4 + .../src/commands/GetRouteCommand.ts | 4 + .../src/commands/GetRouteResponseCommand.ts | 4 + .../src/commands/GetRouteResponsesCommand.ts | 4 + .../src/commands/GetRoutesCommand.ts | 4 + .../src/commands/GetStageCommand.ts | 4 + .../src/commands/GetStagesCommand.ts | 4 + .../src/commands/GetTagsCommand.ts | 4 + .../src/commands/GetVpcLinkCommand.ts | 4 + .../src/commands/GetVpcLinksCommand.ts | 4 + .../src/commands/ImportApiCommand.ts | 4 + .../src/commands/ReimportApiCommand.ts | 4 + .../commands/ResetAuthorizersCacheCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateApiCommand.ts | 4 + .../src/commands/UpdateApiMappingCommand.ts | 4 + .../src/commands/UpdateAuthorizerCommand.ts | 4 + .../src/commands/UpdateDeploymentCommand.ts | 4 + .../src/commands/UpdateDomainNameCommand.ts | 4 + .../src/commands/UpdateIntegrationCommand.ts | 4 + .../UpdateIntegrationResponseCommand.ts | 4 + .../src/commands/UpdateModelCommand.ts | 4 + .../src/commands/UpdateRouteCommand.ts | 4 + .../commands/UpdateRouteResponseCommand.ts | 4 + .../src/commands/UpdateStageCommand.ts | 4 + .../src/commands/UpdateVpcLinkCommand.ts | 4 + clients/client-apigatewayv2/src/index.ts | 8 +- .../models/ApiGatewayV2ServiceException.ts | 2 + clients/client-app-mesh/src/AppMeshClient.ts | 6 +- .../src/commands/CreateGatewayRouteCommand.ts | 4 + .../src/commands/CreateMeshCommand.ts | 4 + .../src/commands/CreateRouteCommand.ts | 4 + .../commands/CreateVirtualGatewayCommand.ts | 4 + .../src/commands/CreateVirtualNodeCommand.ts | 4 + .../commands/CreateVirtualRouterCommand.ts | 4 + .../commands/CreateVirtualServiceCommand.ts | 4 + .../src/commands/DeleteGatewayRouteCommand.ts | 4 + .../src/commands/DeleteMeshCommand.ts | 4 + .../src/commands/DeleteRouteCommand.ts | 4 + .../commands/DeleteVirtualGatewayCommand.ts | 4 + .../src/commands/DeleteVirtualNodeCommand.ts | 4 + .../commands/DeleteVirtualRouterCommand.ts | 4 + .../commands/DeleteVirtualServiceCommand.ts | 4 + .../commands/DescribeGatewayRouteCommand.ts | 4 + .../src/commands/DescribeMeshCommand.ts | 4 + .../src/commands/DescribeRouteCommand.ts | 4 + .../commands/DescribeVirtualGatewayCommand.ts | 4 + .../commands/DescribeVirtualNodeCommand.ts | 4 + .../commands/DescribeVirtualRouterCommand.ts | 4 + .../commands/DescribeVirtualServiceCommand.ts | 4 + .../src/commands/ListGatewayRoutesCommand.ts | 4 + .../src/commands/ListMeshesCommand.ts | 4 + .../src/commands/ListRoutesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/ListVirtualGatewaysCommand.ts | 4 + .../src/commands/ListVirtualNodesCommand.ts | 4 + .../src/commands/ListVirtualRoutersCommand.ts | 4 + .../commands/ListVirtualServicesCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateGatewayRouteCommand.ts | 4 + .../src/commands/UpdateMeshCommand.ts | 4 + .../src/commands/UpdateRouteCommand.ts | 4 + .../commands/UpdateVirtualGatewayCommand.ts | 4 + .../src/commands/UpdateVirtualNodeCommand.ts | 4 + .../commands/UpdateVirtualRouterCommand.ts | 4 + .../commands/UpdateVirtualServiceCommand.ts | 4 + clients/client-app-mesh/src/index.ts | 24 +- .../src/models/AppMeshServiceException.ts | 2 + .../client-appconfig/src/AppConfigClient.ts | 6 +- .../src/commands/CreateApplicationCommand.ts | 4 + .../CreateConfigurationProfileCommand.ts | 4 + .../CreateDeploymentStrategyCommand.ts | 4 + .../src/commands/CreateEnvironmentCommand.ts | 4 + .../CreateExtensionAssociationCommand.ts | 4 + .../src/commands/CreateExtensionCommand.ts | 4 + ...CreateHostedConfigurationVersionCommand.ts | 4 + .../src/commands/DeleteApplicationCommand.ts | 4 + .../DeleteConfigurationProfileCommand.ts | 4 + .../DeleteDeploymentStrategyCommand.ts | 4 + .../src/commands/DeleteEnvironmentCommand.ts | 4 + .../DeleteExtensionAssociationCommand.ts | 4 + .../src/commands/DeleteExtensionCommand.ts | 4 + ...DeleteHostedConfigurationVersionCommand.ts | 4 + .../src/commands/GetApplicationCommand.ts | 4 + .../src/commands/GetConfigurationCommand.ts | 4 + .../GetConfigurationProfileCommand.ts | 4 + .../src/commands/GetDeploymentCommand.ts | 4 + .../commands/GetDeploymentStrategyCommand.ts | 4 + .../src/commands/GetEnvironmentCommand.ts | 4 + .../GetExtensionAssociationCommand.ts | 4 + .../src/commands/GetExtensionCommand.ts | 4 + .../GetHostedConfigurationVersionCommand.ts | 4 + .../src/commands/ListApplicationsCommand.ts | 4 + .../ListConfigurationProfilesCommand.ts | 4 + .../ListDeploymentStrategiesCommand.ts | 4 + .../src/commands/ListDeploymentsCommand.ts | 4 + .../src/commands/ListEnvironmentsCommand.ts | 4 + .../ListExtensionAssociationsCommand.ts | 4 + .../src/commands/ListExtensionsCommand.ts | 4 + .../ListHostedConfigurationVersionsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/StartDeploymentCommand.ts | 4 + .../src/commands/StopDeploymentCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateApplicationCommand.ts | 4 + .../UpdateConfigurationProfileCommand.ts | 4 + .../UpdateDeploymentStrategyCommand.ts | 4 + .../src/commands/UpdateEnvironmentCommand.ts | 4 + .../UpdateExtensionAssociationCommand.ts | 4 + .../src/commands/UpdateExtensionCommand.ts | 4 + .../commands/ValidateConfigurationCommand.ts | 4 + clients/client-appconfig/src/index.ts | 55 ++- .../src/models/AppConfigServiceException.ts | 2 + .../src/AppConfigDataClient.ts | 6 +- .../commands/GetLatestConfigurationCommand.ts | 4 + .../StartConfigurationSessionCommand.ts | 4 + clients/client-appconfigdata/src/index.ts | 66 ++- .../models/AppConfigDataServiceException.ts | 2 + clients/client-appflow/src/AppflowClient.ts | 6 +- .../commands/CancelFlowExecutionsCommand.ts | 4 + .../commands/CreateConnectorProfileCommand.ts | 4 + .../src/commands/CreateFlowCommand.ts | 4 + .../commands/DeleteConnectorProfileCommand.ts | 4 + .../src/commands/DeleteFlowCommand.ts | 4 + .../src/commands/DescribeConnectorCommand.ts | 4 + .../DescribeConnectorEntityCommand.ts | 4 + .../DescribeConnectorProfilesCommand.ts | 4 + .../src/commands/DescribeConnectorsCommand.ts | 4 + .../src/commands/DescribeFlowCommand.ts | 4 + .../DescribeFlowExecutionRecordsCommand.ts | 4 + .../commands/ListConnectorEntitiesCommand.ts | 4 + .../src/commands/ListConnectorsCommand.ts | 4 + .../src/commands/ListFlowsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/RegisterConnectorCommand.ts | 4 + .../src/commands/StartFlowCommand.ts | 4 + .../src/commands/StopFlowCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../commands/UnregisterConnectorCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateConnectorProfileCommand.ts | 4 + .../UpdateConnectorRegistrationCommand.ts | 4 + .../src/commands/UpdateFlowCommand.ts | 4 + clients/client-appflow/src/index.ts | 44 +- .../src/models/AppflowServiceException.ts | 2 + .../src/AppIntegrationsClient.ts | 6 +- .../commands/CreateDataIntegrationCommand.ts | 4 + .../commands/CreateEventIntegrationCommand.ts | 4 + .../commands/DeleteDataIntegrationCommand.ts | 4 + .../commands/DeleteEventIntegrationCommand.ts | 4 + .../src/commands/GetDataIntegrationCommand.ts | 4 + .../commands/GetEventIntegrationCommand.ts | 4 + .../ListDataIntegrationAssociationsCommand.ts | 4 + .../commands/ListDataIntegrationsCommand.ts | 4 + ...ListEventIntegrationAssociationsCommand.ts | 4 + .../commands/ListEventIntegrationsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateDataIntegrationCommand.ts | 4 + .../commands/UpdateEventIntegrationCommand.ts | 4 + clients/client-appintegrations/src/index.ts | 14 +- .../models/AppIntegrationsServiceException.ts | 2 + .../src/ApplicationAutoScalingClient.ts | 6 +- .../commands/DeleteScalingPolicyCommand.ts | 4 + .../commands/DeleteScheduledActionCommand.ts | 4 + .../DeregisterScalableTargetCommand.ts | 4 + .../DescribeScalableTargetsCommand.ts | 4 + .../DescribeScalingActivitiesCommand.ts | 4 + .../DescribeScalingPoliciesCommand.ts | 4 + .../DescribeScheduledActionsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutScalingPolicyCommand.ts | 4 + .../src/commands/PutScheduledActionCommand.ts | 4 + .../commands/RegisterScalableTargetCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/index.ts | 83 +++- .../ApplicationAutoScalingServiceException.ts | 2 + .../src/ApplicationDiscoveryServiceClient.ts | 6 +- ...eConfigurationItemsToApplicationCommand.ts | 4 + .../commands/BatchDeleteImportDataCommand.ts | 4 + .../src/commands/CreateApplicationCommand.ts | 4 + .../src/commands/CreateTagsCommand.ts | 4 + .../src/commands/DeleteApplicationsCommand.ts | 4 + .../src/commands/DeleteTagsCommand.ts | 4 + .../src/commands/DescribeAgentsCommand.ts | 4 + .../commands/DescribeConfigurationsCommand.ts | 4 + .../DescribeContinuousExportsCommand.ts | 4 + .../DescribeExportConfigurationsCommand.ts | 4 + .../commands/DescribeExportTasksCommand.ts | 4 + .../commands/DescribeImportTasksCommand.ts | 4 + .../src/commands/DescribeTagsCommand.ts | 4 + ...onfigurationItemsFromApplicationCommand.ts | 4 + .../commands/ExportConfigurationsCommand.ts | 4 + .../commands/GetDiscoverySummaryCommand.ts | 4 + .../src/commands/ListConfigurationsCommand.ts | 4 + .../commands/ListServerNeighborsCommand.ts | 4 + .../commands/StartContinuousExportCommand.ts | 4 + .../StartDataCollectionByAgentIdsCommand.ts | 4 + .../src/commands/StartExportTaskCommand.ts | 4 + .../src/commands/StartImportTaskCommand.ts | 4 + .../commands/StopContinuousExportCommand.ts | 4 + .../StopDataCollectionByAgentIdsCommand.ts | 4 + .../src/commands/UpdateApplicationCommand.ts | 4 + .../src/index.ts | 122 +++++- ...icationDiscoveryServiceServiceException.ts | 2 + .../src/ApplicationInsightsClient.ts | 6 +- .../src/commands/CreateApplicationCommand.ts | 4 + .../src/commands/CreateComponentCommand.ts | 4 + .../src/commands/CreateLogPatternCommand.ts | 4 + .../src/commands/DeleteApplicationCommand.ts | 4 + .../src/commands/DeleteComponentCommand.ts | 4 + .../src/commands/DeleteLogPatternCommand.ts | 4 + .../commands/DescribeApplicationCommand.ts | 4 + .../src/commands/DescribeComponentCommand.ts | 4 + .../DescribeComponentConfigurationCommand.ts | 4 + ...onentConfigurationRecommendationCommand.ts | 4 + .../src/commands/DescribeLogPatternCommand.ts | 4 + .../commands/DescribeObservationCommand.ts | 4 + .../src/commands/DescribeProblemCommand.ts | 4 + .../DescribeProblemObservationsCommand.ts | 4 + .../src/commands/ListApplicationsCommand.ts | 4 + .../src/commands/ListComponentsCommand.ts | 4 + .../ListConfigurationHistoryCommand.ts | 4 + .../src/commands/ListLogPatternSetsCommand.ts | 4 + .../src/commands/ListLogPatternsCommand.ts | 4 + .../src/commands/ListProblemsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateApplicationCommand.ts | 4 + .../src/commands/UpdateComponentCommand.ts | 4 + .../UpdateComponentConfigurationCommand.ts | 4 + .../src/commands/UpdateLogPatternCommand.ts | 4 + .../client-application-insights/src/index.ts | 21 +- .../ApplicationInsightsServiceException.ts | 2 + .../src/ApplicationCostProfilerClient.ts | 6 +- .../commands/DeleteReportDefinitionCommand.ts | 4 + .../commands/GetReportDefinitionCommand.ts | 4 + .../commands/ImportApplicationUsageCommand.ts | 4 + .../commands/ListReportDefinitionsCommand.ts | 4 + .../commands/PutReportDefinitionCommand.ts | 4 + .../commands/UpdateReportDefinitionCommand.ts | 4 + .../src/index.ts | 15 +- ...ApplicationCostProfilerServiceException.ts | 2 + .../client-apprunner/src/AppRunnerClient.ts | 6 +- .../commands/AssociateCustomDomainCommand.ts | 4 + .../CreateAutoScalingConfigurationCommand.ts | 4 + .../src/commands/CreateConnectionCommand.ts | 4 + ...CreateObservabilityConfigurationCommand.ts | 4 + .../src/commands/CreateServiceCommand.ts | 4 + .../src/commands/CreateVpcConnectorCommand.ts | 4 + .../CreateVpcIngressConnectionCommand.ts | 4 + .../DeleteAutoScalingConfigurationCommand.ts | 4 + .../src/commands/DeleteConnectionCommand.ts | 4 + ...DeleteObservabilityConfigurationCommand.ts | 4 + .../src/commands/DeleteServiceCommand.ts | 4 + .../src/commands/DeleteVpcConnectorCommand.ts | 4 + .../DeleteVpcIngressConnectionCommand.ts | 4 + ...DescribeAutoScalingConfigurationCommand.ts | 4 + .../commands/DescribeCustomDomainsCommand.ts | 4 + ...scribeObservabilityConfigurationCommand.ts | 4 + .../src/commands/DescribeServiceCommand.ts | 4 + .../commands/DescribeVpcConnectorCommand.ts | 4 + .../DescribeVpcIngressConnectionCommand.ts | 4 + .../DisassociateCustomDomainCommand.ts | 4 + .../ListAutoScalingConfigurationsCommand.ts | 4 + .../src/commands/ListConnectionsCommand.ts | 4 + .../ListObservabilityConfigurationsCommand.ts | 4 + .../src/commands/ListOperationsCommand.ts | 4 + .../src/commands/ListServicesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListVpcConnectorsCommand.ts | 4 + .../ListVpcIngressConnectionsCommand.ts | 4 + .../src/commands/PauseServiceCommand.ts | 4 + .../src/commands/ResumeServiceCommand.ts | 4 + .../src/commands/StartDeploymentCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateServiceCommand.ts | 4 + .../UpdateVpcIngressConnectionCommand.ts | 4 + clients/client-apprunner/src/index.ts | 26 +- .../src/models/AppRunnerServiceException.ts | 2 + .../client-appstream/src/AppStreamClient.ts | 6 +- .../AssociateApplicationFleetCommand.ts | 4 + ...ssociateApplicationToEntitlementCommand.ts | 4 + .../src/commands/AssociateFleetCommand.ts | 4 + .../BatchAssociateUserStackCommand.ts | 4 + .../BatchDisassociateUserStackCommand.ts | 4 + .../src/commands/CopyImageCommand.ts | 4 + .../src/commands/CreateAppBlockCommand.ts | 4 + .../src/commands/CreateApplicationCommand.ts | 4 + .../commands/CreateDirectoryConfigCommand.ts | 4 + .../src/commands/CreateEntitlementCommand.ts | 4 + .../src/commands/CreateFleetCommand.ts | 4 + .../src/commands/CreateImageBuilderCommand.ts | 4 + .../CreateImageBuilderStreamingURLCommand.ts | 4 + .../src/commands/CreateStackCommand.ts | 4 + .../src/commands/CreateStreamingURLCommand.ts | 4 + .../src/commands/CreateUpdatedImageCommand.ts | 4 + .../CreateUsageReportSubscriptionCommand.ts | 4 + .../src/commands/CreateUserCommand.ts | 4 + .../src/commands/DeleteAppBlockCommand.ts | 4 + .../src/commands/DeleteApplicationCommand.ts | 4 + .../commands/DeleteDirectoryConfigCommand.ts | 4 + .../src/commands/DeleteEntitlementCommand.ts | 4 + .../src/commands/DeleteFleetCommand.ts | 4 + .../src/commands/DeleteImageBuilderCommand.ts | 4 + .../src/commands/DeleteImageCommand.ts | 4 + .../commands/DeleteImagePermissionsCommand.ts | 4 + .../src/commands/DeleteStackCommand.ts | 4 + .../DeleteUsageReportSubscriptionCommand.ts | 4 + .../src/commands/DeleteUserCommand.ts | 4 + .../src/commands/DescribeAppBlocksCommand.ts | 4 + ...ribeApplicationFleetAssociationsCommand.ts | 4 + .../commands/DescribeApplicationsCommand.ts | 4 + .../DescribeDirectoryConfigsCommand.ts | 4 + .../commands/DescribeEntitlementsCommand.ts | 4 + .../src/commands/DescribeFleetsCommand.ts | 4 + .../commands/DescribeImageBuildersCommand.ts | 4 + .../DescribeImagePermissionsCommand.ts | 4 + .../src/commands/DescribeImagesCommand.ts | 4 + .../src/commands/DescribeSessionsCommand.ts | 4 + .../src/commands/DescribeStacksCommand.ts | 4 + ...DescribeUsageReportSubscriptionsCommand.ts | 4 + .../DescribeUserStackAssociationsCommand.ts | 4 + .../src/commands/DescribeUsersCommand.ts | 4 + .../src/commands/DisableUserCommand.ts | 4 + .../DisassociateApplicationFleetCommand.ts | 4 + ...ociateApplicationFromEntitlementCommand.ts | 4 + .../src/commands/DisassociateFleetCommand.ts | 4 + .../src/commands/EnableUserCommand.ts | 4 + .../src/commands/ExpireSessionCommand.ts | 4 + .../commands/ListAssociatedFleetsCommand.ts | 4 + .../commands/ListAssociatedStacksCommand.ts | 4 + .../ListEntitledApplicationsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/StartFleetCommand.ts | 4 + .../src/commands/StartImageBuilderCommand.ts | 4 + .../src/commands/StopFleetCommand.ts | 4 + .../src/commands/StopImageBuilderCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateApplicationCommand.ts | 4 + .../commands/UpdateDirectoryConfigCommand.ts | 4 + .../src/commands/UpdateEntitlementCommand.ts | 4 + .../src/commands/UpdateFleetCommand.ts | 4 + .../commands/UpdateImagePermissionsCommand.ts | 4 + .../src/commands/UpdateStackCommand.ts | 4 + clients/client-appstream/src/index.ts | 27 +- .../src/models/AppStreamServiceException.ts | 2 + clients/client-appsync/src/AppSyncClient.ts | 6 +- .../src/commands/AssociateApiCommand.ts | 4 + .../src/commands/CreateApiCacheCommand.ts | 4 + .../src/commands/CreateApiKeyCommand.ts | 4 + .../src/commands/CreateDataSourceCommand.ts | 4 + .../src/commands/CreateDomainNameCommand.ts | 4 + .../src/commands/CreateFunctionCommand.ts | 4 + .../src/commands/CreateGraphqlApiCommand.ts | 4 + .../src/commands/CreateResolverCommand.ts | 4 + .../src/commands/CreateTypeCommand.ts | 4 + .../src/commands/DeleteApiCacheCommand.ts | 4 + .../src/commands/DeleteApiKeyCommand.ts | 4 + .../src/commands/DeleteDataSourceCommand.ts | 4 + .../src/commands/DeleteDomainNameCommand.ts | 4 + .../src/commands/DeleteFunctionCommand.ts | 4 + .../src/commands/DeleteGraphqlApiCommand.ts | 4 + .../src/commands/DeleteResolverCommand.ts | 4 + .../src/commands/DeleteTypeCommand.ts | 4 + .../src/commands/DisassociateApiCommand.ts | 4 + .../src/commands/EvaluateCodeCommand.ts | 4 + .../EvaluateMappingTemplateCommand.ts | 4 + .../src/commands/FlushApiCacheCommand.ts | 4 + .../src/commands/GetApiAssociationCommand.ts | 4 + .../src/commands/GetApiCacheCommand.ts | 4 + .../src/commands/GetDataSourceCommand.ts | 4 + .../src/commands/GetDomainNameCommand.ts | 4 + .../src/commands/GetFunctionCommand.ts | 4 + .../src/commands/GetGraphqlApiCommand.ts | 4 + .../commands/GetIntrospectionSchemaCommand.ts | 4 + .../src/commands/GetResolverCommand.ts | 4 + .../GetSchemaCreationStatusCommand.ts | 4 + .../src/commands/GetTypeCommand.ts | 4 + .../src/commands/ListApiKeysCommand.ts | 4 + .../src/commands/ListDataSourcesCommand.ts | 4 + .../src/commands/ListDomainNamesCommand.ts | 4 + .../src/commands/ListFunctionsCommand.ts | 4 + .../src/commands/ListGraphqlApisCommand.ts | 4 + .../ListResolversByFunctionCommand.ts | 4 + .../src/commands/ListResolversCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListTypesCommand.ts | 4 + .../commands/StartSchemaCreationCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateApiCacheCommand.ts | 4 + .../src/commands/UpdateApiKeyCommand.ts | 4 + .../src/commands/UpdateDataSourceCommand.ts | 4 + .../src/commands/UpdateDomainNameCommand.ts | 4 + .../src/commands/UpdateFunctionCommand.ts | 4 + .../src/commands/UpdateGraphqlApiCommand.ts | 4 + .../src/commands/UpdateResolverCommand.ts | 4 + .../src/commands/UpdateTypeCommand.ts | 4 + clients/client-appsync/src/index.ts | 9 +- .../src/models/AppSyncServiceException.ts | 2 + .../src/ARCZonalShiftClient.ts | 6 +- .../src/commands/CancelZonalShiftCommand.ts | 4 + .../src/commands/GetManagedResourceCommand.ts | 4 + .../commands/ListManagedResourcesCommand.ts | 4 + .../src/commands/ListZonalShiftsCommand.ts | 4 + .../src/commands/StartZonalShiftCommand.ts | 4 + .../src/commands/UpdateZonalShiftCommand.ts | 4 + clients/client-arc-zonal-shift/src/index.ts | 24 +- .../models/ARCZonalShiftServiceException.ts | 2 + clients/client-athena/src/AthenaClient.ts | 6 +- .../src/commands/BatchGetNamedQueryCommand.ts | 4 + .../BatchGetPreparedStatementCommand.ts | 4 + .../commands/BatchGetQueryExecutionCommand.ts | 4 + .../CancelCapacityReservationCommand.ts | 4 + .../CreateCapacityReservationCommand.ts | 4 + .../src/commands/CreateDataCatalogCommand.ts | 4 + .../src/commands/CreateNamedQueryCommand.ts | 4 + .../src/commands/CreateNotebookCommand.ts | 4 + .../CreatePreparedStatementCommand.ts | 4 + .../CreatePresignedNotebookUrlCommand.ts | 4 + .../src/commands/CreateWorkGroupCommand.ts | 4 + .../src/commands/DeleteDataCatalogCommand.ts | 4 + .../src/commands/DeleteNamedQueryCommand.ts | 4 + .../src/commands/DeleteNotebookCommand.ts | 4 + .../DeletePreparedStatementCommand.ts | 4 + .../src/commands/DeleteWorkGroupCommand.ts | 4 + .../src/commands/ExportNotebookCommand.ts | 4 + .../GetCalculationExecutionCodeCommand.ts | 4 + .../GetCalculationExecutionCommand.ts | 4 + .../GetCalculationExecutionStatusCommand.ts | 4 + ...tCapacityAssignmentConfigurationCommand.ts | 4 + .../commands/GetCapacityReservationCommand.ts | 4 + .../src/commands/GetDataCatalogCommand.ts | 4 + .../src/commands/GetDatabaseCommand.ts | 4 + .../src/commands/GetNamedQueryCommand.ts | 4 + .../commands/GetNotebookMetadataCommand.ts | 4 + .../commands/GetPreparedStatementCommand.ts | 4 + .../src/commands/GetQueryExecutionCommand.ts | 4 + .../src/commands/GetQueryResultsCommand.ts | 4 + .../GetQueryRuntimeStatisticsCommand.ts | 4 + .../src/commands/GetSessionCommand.ts | 4 + .../src/commands/GetSessionStatusCommand.ts | 4 + .../src/commands/GetTableMetadataCommand.ts | 4 + .../src/commands/GetWorkGroupCommand.ts | 4 + .../src/commands/ImportNotebookCommand.ts | 4 + .../ListApplicationDPUSizesCommand.ts | 4 + .../ListCalculationExecutionsCommand.ts | 4 + .../ListCapacityReservationsCommand.ts | 4 + .../src/commands/ListDataCatalogsCommand.ts | 4 + .../src/commands/ListDatabasesCommand.ts | 4 + .../src/commands/ListEngineVersionsCommand.ts | 4 + .../src/commands/ListExecutorsCommand.ts | 4 + .../src/commands/ListNamedQueriesCommand.ts | 4 + .../commands/ListNotebookMetadataCommand.ts | 4 + .../commands/ListNotebookSessionsCommand.ts | 4 + .../commands/ListPreparedStatementsCommand.ts | 4 + .../commands/ListQueryExecutionsCommand.ts | 4 + .../src/commands/ListSessionsCommand.ts | 4 + .../src/commands/ListTableMetadataCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListWorkGroupsCommand.ts | 4 + ...tCapacityAssignmentConfigurationCommand.ts | 4 + .../StartCalculationExecutionCommand.ts | 4 + .../commands/StartQueryExecutionCommand.ts | 4 + .../src/commands/StartSessionCommand.ts | 4 + .../StopCalculationExecutionCommand.ts | 4 + .../src/commands/StopQueryExecutionCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/TerminateSessionCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateCapacityReservationCommand.ts | 4 + .../src/commands/UpdateDataCatalogCommand.ts | 4 + .../src/commands/UpdateNamedQueryCommand.ts | 4 + .../src/commands/UpdateNotebookCommand.ts | 4 + .../commands/UpdateNotebookMetadataCommand.ts | 4 + .../UpdatePreparedStatementCommand.ts | 4 + .../src/commands/UpdateWorkGroupCommand.ts | 4 + clients/client-athena/src/index.ts | 23 +- .../src/models/AthenaServiceException.ts | 2 + .../src/AuditManagerClient.ts | 6 +- ...teAssessmentReportEvidenceFolderCommand.ts | 4 + ...ssociateAssessmentReportEvidenceCommand.ts | 4 + ...atchCreateDelegationByAssessmentCommand.ts | 4 + ...atchDeleteDelegationByAssessmentCommand.ts | 4 + ...ssociateAssessmentReportEvidenceCommand.ts | 4 + ...mportEvidenceToAssessmentControlCommand.ts | 4 + .../src/commands/CreateAssessmentCommand.ts | 4 + .../CreateAssessmentFrameworkCommand.ts | 4 + .../commands/CreateAssessmentReportCommand.ts | 4 + .../src/commands/CreateControlCommand.ts | 4 + .../src/commands/DeleteAssessmentCommand.ts | 4 + .../DeleteAssessmentFrameworkCommand.ts | 4 + .../DeleteAssessmentFrameworkShareCommand.ts | 4 + .../commands/DeleteAssessmentReportCommand.ts | 4 + .../src/commands/DeleteControlCommand.ts | 4 + .../src/commands/DeregisterAccountCommand.ts | 4 + ...registerOrganizationAdminAccountCommand.ts | 4 + ...teAssessmentReportEvidenceFolderCommand.ts | 4 + .../src/commands/GetAccountStatusCommand.ts | 4 + .../src/commands/GetAssessmentCommand.ts | 4 + .../commands/GetAssessmentFrameworkCommand.ts | 4 + .../commands/GetAssessmentReportUrlCommand.ts | 4 + .../src/commands/GetChangeLogsCommand.ts | 4 + .../src/commands/GetControlCommand.ts | 4 + .../src/commands/GetDelegationsCommand.ts | 4 + .../GetEvidenceByEvidenceFolderCommand.ts | 4 + .../src/commands/GetEvidenceCommand.ts | 4 + .../src/commands/GetEvidenceFolderCommand.ts | 4 + .../GetEvidenceFoldersByAssessmentCommand.ts | 4 + ...idenceFoldersByAssessmentControlCommand.ts | 4 + .../GetInsightsByAssessmentCommand.ts | 4 + .../src/commands/GetInsightsCommand.ts | 4 + .../GetOrganizationAdminAccountCommand.ts | 4 + .../src/commands/GetServicesInScopeCommand.ts | 4 + .../src/commands/GetSettingsCommand.ts | 4 + ...ntControlInsightsByControlDomainCommand.ts | 4 + ...AssessmentFrameworkShareRequestsCommand.ts | 4 + .../ListAssessmentFrameworksCommand.ts | 4 + .../commands/ListAssessmentReportsCommand.ts | 4 + .../src/commands/ListAssessmentsCommand.ts | 4 + ...ontrolDomainInsightsByAssessmentCommand.ts | 4 + .../ListControlDomainInsightsCommand.ts | 4 + ...stControlInsightsByControlDomainCommand.ts | 4 + .../src/commands/ListControlsCommand.ts | 4 + .../ListKeywordsForDataSourceCommand.ts | 4 + .../src/commands/ListNotificationsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/RegisterAccountCommand.ts | 4 + ...RegisterOrganizationAdminAccountCommand.ts | 4 + .../StartAssessmentFrameworkShareCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAssessmentCommand.ts | 4 + .../UpdateAssessmentControlCommand.ts | 4 + ...UpdateAssessmentControlSetStatusCommand.ts | 4 + .../UpdateAssessmentFrameworkCommand.ts | 4 + .../UpdateAssessmentFrameworkShareCommand.ts | 4 + .../commands/UpdateAssessmentStatusCommand.ts | 4 + .../src/commands/UpdateControlCommand.ts | 4 + .../src/commands/UpdateSettingsCommand.ts | 4 + ...alidateAssessmentReportIntegrityCommand.ts | 4 + clients/client-auditmanager/src/index.ts | 45 +- .../models/AuditManagerServiceException.ts | 2 + .../src/AutoScalingPlansClient.ts | 6 +- .../src/commands/CreateScalingPlanCommand.ts | 4 + .../src/commands/DeleteScalingPlanCommand.ts | 4 + .../DescribeScalingPlanResourcesCommand.ts | 4 + .../commands/DescribeScalingPlansCommand.ts | 4 + ...tScalingPlanResourceForecastDataCommand.ts | 4 + .../src/commands/UpdateScalingPlanCommand.ts | 4 + .../client-auto-scaling-plans/src/index.ts | 42 +- .../AutoScalingPlansServiceException.ts | 2 + .../src/AutoScalingClient.ts | 6 +- .../src/commands/AttachInstancesCommand.ts | 4 + .../AttachLoadBalancerTargetGroupsCommand.ts | 4 + .../commands/AttachLoadBalancersCommand.ts | 4 + .../commands/AttachTrafficSourcesCommand.ts | 4 + .../BatchDeleteScheduledActionCommand.ts | 4 + ...tchPutScheduledUpdateGroupActionCommand.ts | 4 + .../commands/CancelInstanceRefreshCommand.ts | 4 + .../CompleteLifecycleActionCommand.ts | 4 + .../commands/CreateAutoScalingGroupCommand.ts | 4 + .../CreateLaunchConfigurationCommand.ts | 4 + .../src/commands/CreateOrUpdateTagsCommand.ts | 4 + .../commands/DeleteAutoScalingGroupCommand.ts | 4 + .../DeleteLaunchConfigurationCommand.ts | 4 + .../commands/DeleteLifecycleHookCommand.ts | 4 + .../DeleteNotificationConfigurationCommand.ts | 4 + .../src/commands/DeletePolicyCommand.ts | 4 + .../commands/DeleteScheduledActionCommand.ts | 4 + .../src/commands/DeleteTagsCommand.ts | 4 + .../src/commands/DeleteWarmPoolCommand.ts | 4 + .../commands/DescribeAccountLimitsCommand.ts | 4 + .../DescribeAdjustmentTypesCommand.ts | 4 + .../DescribeAutoScalingGroupsCommand.ts | 4 + .../DescribeAutoScalingInstancesCommand.ts | 4 + ...ribeAutoScalingNotificationTypesCommand.ts | 4 + .../DescribeInstanceRefreshesCommand.ts | 4 + .../DescribeLaunchConfigurationsCommand.ts | 4 + .../DescribeLifecycleHookTypesCommand.ts | 4 + .../commands/DescribeLifecycleHooksCommand.ts | 4 + ...DescribeLoadBalancerTargetGroupsCommand.ts | 4 + .../commands/DescribeLoadBalancersCommand.ts | 4 + .../DescribeMetricCollectionTypesCommand.ts | 4 + ...scribeNotificationConfigurationsCommand.ts | 4 + .../src/commands/DescribePoliciesCommand.ts | 4 + .../DescribeScalingActivitiesCommand.ts | 4 + .../DescribeScalingProcessTypesCommand.ts | 4 + .../DescribeScheduledActionsCommand.ts | 4 + .../src/commands/DescribeTagsCommand.ts | 4 + .../DescribeTerminationPolicyTypesCommand.ts | 4 + .../commands/DescribeTrafficSourcesCommand.ts | 4 + .../src/commands/DescribeWarmPoolCommand.ts | 4 + .../src/commands/DetachInstancesCommand.ts | 4 + .../DetachLoadBalancerTargetGroupsCommand.ts | 4 + .../commands/DetachLoadBalancersCommand.ts | 4 + .../commands/DetachTrafficSourcesCommand.ts | 4 + .../DisableMetricsCollectionCommand.ts | 4 + .../EnableMetricsCollectionCommand.ts | 4 + .../src/commands/EnterStandbyCommand.ts | 4 + .../src/commands/ExecutePolicyCommand.ts | 4 + .../src/commands/ExitStandbyCommand.ts | 4 + .../GetPredictiveScalingForecastCommand.ts | 4 + .../src/commands/PutLifecycleHookCommand.ts | 4 + .../PutNotificationConfigurationCommand.ts | 4 + .../src/commands/PutScalingPolicyCommand.ts | 4 + .../PutScheduledUpdateGroupActionCommand.ts | 4 + .../src/commands/PutWarmPoolCommand.ts | 4 + .../RecordLifecycleActionHeartbeatCommand.ts | 4 + .../src/commands/ResumeProcessesCommand.ts | 4 + .../RollbackInstanceRefreshCommand.ts | 4 + .../src/commands/SetDesiredCapacityCommand.ts | 4 + .../src/commands/SetInstanceHealthCommand.ts | 4 + .../commands/SetInstanceProtectionCommand.ts | 4 + .../commands/StartInstanceRefreshCommand.ts | 4 + .../src/commands/SuspendProcessesCommand.ts | 4 + ...minateInstanceInAutoScalingGroupCommand.ts | 4 + .../commands/UpdateAutoScalingGroupCommand.ts | 4 + clients/client-auto-scaling/src/index.ts | 13 +- .../src/models/AutoScalingServiceException.ts | 2 + .../src/BackupGatewayClient.ts | 6 +- .../AssociateGatewayToServerCommand.ts | 4 + .../src/commands/CreateGatewayCommand.ts | 4 + .../src/commands/DeleteGatewayCommand.ts | 4 + .../src/commands/DeleteHypervisorCommand.ts | 4 + .../DisassociateGatewayFromServerCommand.ts | 4 + .../GetBandwidthRateLimitScheduleCommand.ts | 4 + .../src/commands/GetGatewayCommand.ts | 4 + .../src/commands/GetHypervisorCommand.ts | 4 + .../GetHypervisorPropertyMappingsCommand.ts | 4 + .../src/commands/GetVirtualMachineCommand.ts | 4 + .../ImportHypervisorConfigurationCommand.ts | 4 + .../src/commands/ListGatewaysCommand.ts | 4 + .../src/commands/ListHypervisorsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/ListVirtualMachinesCommand.ts | 4 + .../PutBandwidthRateLimitScheduleCommand.ts | 4 + .../PutHypervisorPropertyMappingsCommand.ts | 4 + .../PutMaintenanceStartTimeCommand.ts | 4 + ...StartVirtualMachinesMetadataSyncCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../TestHypervisorConfigurationCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateGatewayInformationCommand.ts | 4 + .../UpdateGatewaySoftwareNowCommand.ts | 4 + .../src/commands/UpdateHypervisorCommand.ts | 4 + clients/client-backup-gateway/src/index.ts | 18 +- .../models/BackupGatewayServiceException.ts | 2 + clients/client-backup/src/BackupClient.ts | 6 +- .../src/commands/CancelLegalHoldCommand.ts | 4 + .../src/commands/CreateBackupPlanCommand.ts | 4 + .../commands/CreateBackupSelectionCommand.ts | 4 + .../src/commands/CreateBackupVaultCommand.ts | 4 + .../src/commands/CreateFrameworkCommand.ts | 4 + .../src/commands/CreateLegalHoldCommand.ts | 4 + .../src/commands/CreateReportPlanCommand.ts | 4 + .../src/commands/DeleteBackupPlanCommand.ts | 4 + .../commands/DeleteBackupSelectionCommand.ts | 4 + .../DeleteBackupVaultAccessPolicyCommand.ts | 4 + .../src/commands/DeleteBackupVaultCommand.ts | 4 + ...leteBackupVaultLockConfigurationCommand.ts | 4 + .../DeleteBackupVaultNotificationsCommand.ts | 4 + .../src/commands/DeleteFrameworkCommand.ts | 4 + .../commands/DeleteRecoveryPointCommand.ts | 4 + .../src/commands/DeleteReportPlanCommand.ts | 4 + .../src/commands/DescribeBackupJobCommand.ts | 4 + .../commands/DescribeBackupVaultCommand.ts | 4 + .../src/commands/DescribeCopyJobCommand.ts | 4 + .../src/commands/DescribeFrameworkCommand.ts | 4 + .../commands/DescribeGlobalSettingsCommand.ts | 4 + .../DescribeProtectedResourceCommand.ts | 4 + .../commands/DescribeRecoveryPointCommand.ts | 4 + .../commands/DescribeRegionSettingsCommand.ts | 4 + .../src/commands/DescribeReportJobCommand.ts | 4 + .../src/commands/DescribeReportPlanCommand.ts | 4 + .../src/commands/DescribeRestoreJobCommand.ts | 4 + .../DisassociateRecoveryPointCommand.ts | 4 + ...associateRecoveryPointFromParentCommand.ts | 4 + .../ExportBackupPlanTemplateCommand.ts | 4 + .../src/commands/GetBackupPlanCommand.ts | 4 + .../commands/GetBackupPlanFromJSONCommand.ts | 4 + .../GetBackupPlanFromTemplateCommand.ts | 4 + .../src/commands/GetBackupSelectionCommand.ts | 4 + .../GetBackupVaultAccessPolicyCommand.ts | 4 + .../GetBackupVaultNotificationsCommand.ts | 4 + .../src/commands/GetLegalHoldCommand.ts | 4 + .../GetRecoveryPointRestoreMetadataCommand.ts | 4 + .../GetSupportedResourceTypesCommand.ts | 4 + .../src/commands/ListBackupJobsCommand.ts | 4 + .../ListBackupPlanTemplatesCommand.ts | 4 + .../commands/ListBackupPlanVersionsCommand.ts | 4 + .../src/commands/ListBackupPlansCommand.ts | 4 + .../commands/ListBackupSelectionsCommand.ts | 4 + .../src/commands/ListBackupVaultsCommand.ts | 4 + .../src/commands/ListCopyJobsCommand.ts | 4 + .../src/commands/ListFrameworksCommand.ts | 4 + .../src/commands/ListLegalHoldsCommand.ts | 4 + .../commands/ListProtectedResourcesCommand.ts | 4 + .../ListRecoveryPointsByBackupVaultCommand.ts | 4 + .../ListRecoveryPointsByLegalHoldCommand.ts | 4 + .../ListRecoveryPointsByResourceCommand.ts | 4 + .../src/commands/ListReportJobsCommand.ts | 4 + .../src/commands/ListReportPlansCommand.ts | 4 + .../src/commands/ListRestoreJobsCommand.ts | 4 + .../src/commands/ListTagsCommand.ts | 4 + .../PutBackupVaultAccessPolicyCommand.ts | 4 + .../PutBackupVaultLockConfigurationCommand.ts | 4 + .../PutBackupVaultNotificationsCommand.ts | 4 + .../src/commands/StartBackupJobCommand.ts | 4 + .../src/commands/StartCopyJobCommand.ts | 4 + .../src/commands/StartReportJobCommand.ts | 4 + .../src/commands/StartRestoreJobCommand.ts | 4 + .../src/commands/StopBackupJobCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateBackupPlanCommand.ts | 4 + .../src/commands/UpdateFrameworkCommand.ts | 4 + .../commands/UpdateGlobalSettingsCommand.ts | 4 + .../UpdateRecoveryPointLifecycleCommand.ts | 4 + .../commands/UpdateRegionSettingsCommand.ts | 4 + .../src/commands/UpdateReportPlanCommand.ts | 4 + clients/client-backup/src/index.ts | 14 +- .../src/models/BackupServiceException.ts | 2 + .../src/BackupStorageClient.ts | 6 +- .../src/commands/DeleteObjectCommand.ts | 4 + .../src/commands/GetChunkCommand.ts | 4 + .../src/commands/GetObjectMetadataCommand.ts | 4 + .../src/commands/ListChunksCommand.ts | 4 + .../src/commands/ListObjectsCommand.ts | 4 + .../commands/NotifyObjectCompleteCommand.ts | 4 + .../src/commands/PutChunkCommand.ts | 4 + .../src/commands/PutObjectCommand.ts | 4 + .../src/commands/StartObjectCommand.ts | 4 + clients/client-backupstorage/src/index.ts | 10 +- .../models/BackupStorageServiceException.ts | 2 + clients/client-batch/src/BatchClient.ts | 6 +- .../src/commands/CancelJobCommand.ts | 4 + .../CreateComputeEnvironmentCommand.ts | 4 + .../src/commands/CreateJobQueueCommand.ts | 4 + .../commands/CreateSchedulingPolicyCommand.ts | 4 + .../DeleteComputeEnvironmentCommand.ts | 4 + .../src/commands/DeleteJobQueueCommand.ts | 4 + .../commands/DeleteSchedulingPolicyCommand.ts | 4 + .../DeregisterJobDefinitionCommand.ts | 4 + .../DescribeComputeEnvironmentsCommand.ts | 4 + .../commands/DescribeJobDefinitionsCommand.ts | 4 + .../src/commands/DescribeJobQueuesCommand.ts | 4 + .../src/commands/DescribeJobsCommand.ts | 4 + .../DescribeSchedulingPoliciesCommand.ts | 4 + .../src/commands/ListJobsCommand.ts | 4 + .../commands/ListSchedulingPoliciesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/RegisterJobDefinitionCommand.ts | 4 + .../src/commands/SubmitJobCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/TerminateJobCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateComputeEnvironmentCommand.ts | 4 + .../src/commands/UpdateJobQueueCommand.ts | 4 + .../commands/UpdateSchedulingPolicyCommand.ts | 4 + clients/client-batch/src/index.ts | 20 +- .../src/models/BatchServiceException.ts | 2 + .../src/BillingconductorClient.ts | 6 +- .../src/commands/AssociateAccountsCommand.ts | 4 + .../commands/AssociatePricingRulesCommand.ts | 4 + ...sociateResourcesToCustomLineItemCommand.ts | 4 + ...ciateResourcesFromCustomLineItemCommand.ts | 4 + .../src/commands/CreateBillingGroupCommand.ts | 4 + .../commands/CreateCustomLineItemCommand.ts | 4 + .../src/commands/CreatePricingPlanCommand.ts | 4 + .../src/commands/CreatePricingRuleCommand.ts | 4 + .../src/commands/DeleteBillingGroupCommand.ts | 4 + .../commands/DeleteCustomLineItemCommand.ts | 4 + .../src/commands/DeletePricingPlanCommand.ts | 4 + .../src/commands/DeletePricingRuleCommand.ts | 4 + .../commands/DisassociateAccountsCommand.ts | 4 + .../DisassociatePricingRulesCommand.ts | 4 + .../ListAccountAssociationsCommand.ts | 4 + .../ListBillingGroupCostReportsCommand.ts | 4 + .../src/commands/ListBillingGroupsCommand.ts | 4 + .../ListCustomLineItemVersionsCommand.ts | 4 + .../commands/ListCustomLineItemsCommand.ts | 4 + ...ngPlansAssociatedWithPricingRuleCommand.ts | 4 + .../src/commands/ListPricingPlansCommand.ts | 4 + ...cingRulesAssociatedToPricingPlanCommand.ts | 4 + .../src/commands/ListPricingRulesCommand.ts | 4 + ...ourcesAssociatedToCustomLineItemCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateBillingGroupCommand.ts | 4 + .../commands/UpdateCustomLineItemCommand.ts | 4 + .../src/commands/UpdatePricingPlanCommand.ts | 4 + .../src/commands/UpdatePricingRuleCommand.ts | 4 + clients/client-billingconductor/src/index.ts | 21 +- .../BillingconductorServiceException.ts | 2 + clients/client-braket/src/BraketClient.ts | 6 +- .../src/commands/CancelJobCommand.ts | 4 + .../src/commands/CancelQuantumTaskCommand.ts | 4 + .../src/commands/CreateJobCommand.ts | 4 + .../src/commands/CreateQuantumTaskCommand.ts | 4 + .../src/commands/GetDeviceCommand.ts | 4 + .../src/commands/GetJobCommand.ts | 4 + .../src/commands/GetQuantumTaskCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/SearchDevicesCommand.ts | 4 + .../src/commands/SearchJobsCommand.ts | 4 + .../src/commands/SearchQuantumTasksCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + clients/client-braket/src/index.ts | 19 +- .../src/models/BraketServiceException.ts | 2 + clients/client-budgets/src/BudgetsClient.ts | 6 +- .../src/commands/CreateBudgetActionCommand.ts | 4 + .../src/commands/CreateBudgetCommand.ts | 4 + .../src/commands/CreateNotificationCommand.ts | 4 + .../src/commands/CreateSubscriberCommand.ts | 4 + .../src/commands/DeleteBudgetActionCommand.ts | 4 + .../src/commands/DeleteBudgetCommand.ts | 4 + .../src/commands/DeleteNotificationCommand.ts | 4 + .../src/commands/DeleteSubscriberCommand.ts | 4 + .../commands/DescribeBudgetActionCommand.ts | 4 + .../DescribeBudgetActionHistoriesCommand.ts | 4 + .../DescribeBudgetActionsForAccountCommand.ts | 4 + .../DescribeBudgetActionsForBudgetCommand.ts | 4 + .../src/commands/DescribeBudgetCommand.ts | 4 + ...ibeBudgetNotificationsForAccountCommand.ts | 4 + ...DescribeBudgetPerformanceHistoryCommand.ts | 4 + .../src/commands/DescribeBudgetsCommand.ts | 4 + .../DescribeNotificationsForBudgetCommand.ts | 4 + ...scribeSubscribersForNotificationCommand.ts | 4 + .../commands/ExecuteBudgetActionCommand.ts | 4 + .../src/commands/UpdateBudgetActionCommand.ts | 4 + .../src/commands/UpdateBudgetCommand.ts | 4 + .../src/commands/UpdateNotificationCommand.ts | 4 + .../src/commands/UpdateSubscriberCommand.ts | 4 + clients/client-budgets/src/index.ts | 52 ++- .../src/models/BudgetsServiceException.ts | 2 + .../src/ChimeSDKIdentityClient.ts | 6 +- .../commands/CreateAppInstanceAdminCommand.ts | 4 + .../commands/CreateAppInstanceBotCommand.ts | 4 + .../src/commands/CreateAppInstanceCommand.ts | 4 + .../commands/CreateAppInstanceUserCommand.ts | 4 + .../commands/DeleteAppInstanceAdminCommand.ts | 4 + .../commands/DeleteAppInstanceBotCommand.ts | 4 + .../src/commands/DeleteAppInstanceCommand.ts | 4 + .../commands/DeleteAppInstanceUserCommand.ts | 4 + ...eregisterAppInstanceUserEndpointCommand.ts | 4 + .../DescribeAppInstanceAdminCommand.ts | 4 + .../commands/DescribeAppInstanceBotCommand.ts | 4 + .../commands/DescribeAppInstanceCommand.ts | 4 + .../DescribeAppInstanceUserCommand.ts | 4 + .../DescribeAppInstanceUserEndpointCommand.ts | 4 + .../GetAppInstanceRetentionSettingsCommand.ts | 4 + .../commands/ListAppInstanceAdminsCommand.ts | 4 + .../commands/ListAppInstanceBotsCommand.ts | 4 + .../ListAppInstanceUserEndpointsCommand.ts | 4 + .../commands/ListAppInstanceUsersCommand.ts | 4 + .../src/commands/ListAppInstancesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../PutAppInstanceRetentionSettingsCommand.ts | 4 + ...ppInstanceUserExpirationSettingsCommand.ts | 4 + .../RegisterAppInstanceUserEndpointCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateAppInstanceBotCommand.ts | 4 + .../src/commands/UpdateAppInstanceCommand.ts | 4 + .../commands/UpdateAppInstanceUserCommand.ts | 4 + .../UpdateAppInstanceUserEndpointCommand.ts | 4 + .../client-chime-sdk-identity/src/index.ts | 13 +- .../ChimeSDKIdentityServiceException.ts | 2 + .../src/ChimeSDKMediaPipelinesClient.ts | 6 +- .../CreateMediaCapturePipelineCommand.ts | 4 + ...CreateMediaConcatenationPipelineCommand.ts | 4 + .../CreateMediaInsightsPipelineCommand.ts | 4 + ...diaInsightsPipelineConfigurationCommand.ts | 4 + ...CreateMediaLiveConnectorPipelineCommand.ts | 4 + .../DeleteMediaCapturePipelineCommand.ts | 4 + ...diaInsightsPipelineConfigurationCommand.ts | 4 + .../commands/DeleteMediaPipelineCommand.ts | 4 + .../GetMediaCapturePipelineCommand.ts | 4 + ...diaInsightsPipelineConfigurationCommand.ts | 4 + .../src/commands/GetMediaPipelineCommand.ts | 4 + .../ListMediaCapturePipelinesCommand.ts | 4 + ...iaInsightsPipelineConfigurationsCommand.ts | 4 + .../src/commands/ListMediaPipelinesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + ...diaInsightsPipelineConfigurationCommand.ts | 4 + ...pdateMediaInsightsPipelineStatusCommand.ts | 4 + .../src/index.ts | 11 +- .../ChimeSDKMediaPipelinesServiceException.ts | 2 + .../src/ChimeSDKMeetingsClient.ts | 6 +- .../commands/BatchCreateAttendeeCommand.ts | 4 + ...UpdateAttendeeCapabilitiesExceptCommand.ts | 4 + .../src/commands/CreateAttendeeCommand.ts | 4 + .../src/commands/CreateMeetingCommand.ts | 4 + .../CreateMeetingWithAttendeesCommand.ts | 4 + .../src/commands/DeleteAttendeeCommand.ts | 4 + .../src/commands/DeleteMeetingCommand.ts | 4 + .../src/commands/GetAttendeeCommand.ts | 4 + .../src/commands/GetMeetingCommand.ts | 4 + .../src/commands/ListAttendeesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../StartMeetingTranscriptionCommand.ts | 4 + .../StopMeetingTranscriptionCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateAttendeeCapabilitiesCommand.ts | 4 + .../client-chime-sdk-meetings/src/index.ts | 12 +- .../ChimeSDKMeetingsServiceException.ts | 2 + .../src/ChimeSDKMessagingClient.ts | 6 +- .../commands/AssociateChannelFlowCommand.ts | 4 + .../BatchCreateChannelMembershipCommand.ts | 4 + .../commands/ChannelFlowCallbackCommand.ts | 4 + .../src/commands/CreateChannelBanCommand.ts | 4 + .../src/commands/CreateChannelCommand.ts | 4 + .../src/commands/CreateChannelFlowCommand.ts | 4 + .../CreateChannelMembershipCommand.ts | 4 + .../commands/CreateChannelModeratorCommand.ts | 4 + .../src/commands/DeleteChannelBanCommand.ts | 4 + .../src/commands/DeleteChannelCommand.ts | 4 + .../src/commands/DeleteChannelFlowCommand.ts | 4 + .../DeleteChannelMembershipCommand.ts | 4 + .../commands/DeleteChannelMessageCommand.ts | 4 + .../commands/DeleteChannelModeratorCommand.ts | 4 + ...MessagingStreamingConfigurationsCommand.ts | 4 + .../src/commands/DescribeChannelBanCommand.ts | 4 + .../src/commands/DescribeChannelCommand.ts | 4 + .../commands/DescribeChannelFlowCommand.ts | 4 + .../DescribeChannelMembershipCommand.ts | 4 + ...nnelMembershipForAppInstanceUserCommand.ts | 4 + ...hannelModeratedByAppInstanceUserCommand.ts | 4 + .../DescribeChannelModeratorCommand.ts | 4 + .../DisassociateChannelFlowCommand.ts | 4 + .../GetChannelMembershipPreferencesCommand.ts | 4 + .../src/commands/GetChannelMessageCommand.ts | 4 + .../GetChannelMessageStatusCommand.ts | 4 + .../GetMessagingSessionEndpointCommand.ts | 4 + ...MessagingStreamingConfigurationsCommand.ts | 4 + .../src/commands/ListChannelBansCommand.ts | 4 + .../src/commands/ListChannelFlowsCommand.ts | 4 + .../commands/ListChannelMembershipsCommand.ts | 4 + ...nelMembershipsForAppInstanceUserCommand.ts | 4 + .../commands/ListChannelMessagesCommand.ts | 4 + .../commands/ListChannelModeratorsCommand.ts | 4 + ...hannelsAssociatedWithChannelFlowCommand.ts | 4 + .../src/commands/ListChannelsCommand.ts | 4 + ...annelsModeratedByAppInstanceUserCommand.ts | 4 + .../src/commands/ListSubChannelsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../PutChannelExpirationSettingsCommand.ts | 4 + .../PutChannelMembershipPreferencesCommand.ts | 4 + ...MessagingStreamingConfigurationsCommand.ts | 4 + .../commands/RedactChannelMessageCommand.ts | 4 + .../src/commands/SearchChannelsCommand.ts | 4 + .../src/commands/SendChannelMessageCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateChannelCommand.ts | 4 + .../src/commands/UpdateChannelFlowCommand.ts | 4 + .../commands/UpdateChannelMessageCommand.ts | 4 + .../UpdateChannelReadMarkerCommand.ts | 4 + .../client-chime-sdk-messaging/src/index.ts | 13 +- .../ChimeSDKMessagingServiceException.ts | 2 + .../src/ChimeSDKVoiceClient.ts | 6 +- ...tePhoneNumbersWithVoiceConnectorCommand.ts | 4 + ...neNumbersWithVoiceConnectorGroupCommand.ts | 4 + .../commands/BatchDeletePhoneNumberCommand.ts | 4 + .../commands/BatchUpdatePhoneNumberCommand.ts | 4 + .../commands/CreatePhoneNumberOrderCommand.ts | 4 + .../src/commands/CreateProxySessionCommand.ts | 4 + .../CreateSipMediaApplicationCallCommand.ts | 4 + .../CreateSipMediaApplicationCommand.ts | 4 + .../src/commands/CreateSipRuleCommand.ts | 4 + .../commands/CreateVoiceConnectorCommand.ts | 4 + .../CreateVoiceConnectorGroupCommand.ts | 4 + .../src/commands/CreateVoiceProfileCommand.ts | 4 + .../CreateVoiceProfileDomainCommand.ts | 4 + .../src/commands/DeletePhoneNumberCommand.ts | 4 + .../src/commands/DeleteProxySessionCommand.ts | 4 + .../DeleteSipMediaApplicationCommand.ts | 4 + .../src/commands/DeleteSipRuleCommand.ts | 4 + .../commands/DeleteVoiceConnectorCommand.ts | 4 + ...torEmergencyCallingConfigurationCommand.ts | 4 + .../DeleteVoiceConnectorGroupCommand.ts | 4 + .../DeleteVoiceConnectorOriginationCommand.ts | 4 + .../DeleteVoiceConnectorProxyCommand.ts | 4 + ...eConnectorStreamingConfigurationCommand.ts | 4 + .../DeleteVoiceConnectorTerminationCommand.ts | 4 + ...eConnectorTerminationCredentialsCommand.ts | 4 + .../src/commands/DeleteVoiceProfileCommand.ts | 4 + .../DeleteVoiceProfileDomainCommand.ts | 4 + ...tePhoneNumbersFromVoiceConnectorCommand.ts | 4 + ...neNumbersFromVoiceConnectorGroupCommand.ts | 4 + .../src/commands/GetGlobalSettingsCommand.ts | 4 + .../src/commands/GetPhoneNumberCommand.ts | 4 + .../commands/GetPhoneNumberOrderCommand.ts | 4 + .../commands/GetPhoneNumberSettingsCommand.ts | 4 + .../src/commands/GetProxySessionCommand.ts | 4 + ...plicationAlexaSkillConfigurationCommand.ts | 4 + .../commands/GetSipMediaApplicationCommand.ts | 4 + ...aApplicationLoggingConfigurationCommand.ts | 4 + .../src/commands/GetSipRuleCommand.ts | 4 + .../commands/GetSpeakerSearchTaskCommand.ts | 4 + .../src/commands/GetVoiceConnectorCommand.ts | 4 + ...torEmergencyCallingConfigurationCommand.ts | 4 + .../commands/GetVoiceConnectorGroupCommand.ts | 4 + ...iceConnectorLoggingConfigurationCommand.ts | 4 + .../GetVoiceConnectorOriginationCommand.ts | 4 + .../commands/GetVoiceConnectorProxyCommand.ts | 4 + ...eConnectorStreamingConfigurationCommand.ts | 4 + .../GetVoiceConnectorTerminationCommand.ts | 4 + ...tVoiceConnectorTerminationHealthCommand.ts | 4 + .../src/commands/GetVoiceProfileCommand.ts | 4 + .../commands/GetVoiceProfileDomainCommand.ts | 4 + .../GetVoiceToneAnalysisTaskCommand.ts | 4 + ...stAvailableVoiceConnectorRegionsCommand.ts | 4 + .../commands/ListPhoneNumberOrdersCommand.ts | 4 + .../src/commands/ListPhoneNumbersCommand.ts | 4 + .../src/commands/ListProxySessionsCommand.ts | 4 + .../ListSipMediaApplicationsCommand.ts | 4 + .../src/commands/ListSipRulesCommand.ts | 4 + ...istSupportedPhoneNumberCountriesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../ListVoiceConnectorGroupsCommand.ts | 4 + ...eConnectorTerminationCredentialsCommand.ts | 4 + .../commands/ListVoiceConnectorsCommand.ts | 4 + .../ListVoiceProfileDomainsCommand.ts | 4 + .../src/commands/ListVoiceProfilesCommand.ts | 4 + ...plicationAlexaSkillConfigurationCommand.ts | 4 + ...aApplicationLoggingConfigurationCommand.ts | 4 + ...torEmergencyCallingConfigurationCommand.ts | 4 + ...iceConnectorLoggingConfigurationCommand.ts | 4 + .../PutVoiceConnectorOriginationCommand.ts | 4 + .../commands/PutVoiceConnectorProxyCommand.ts | 4 + ...eConnectorStreamingConfigurationCommand.ts | 4 + .../PutVoiceConnectorTerminationCommand.ts | 4 + ...eConnectorTerminationCredentialsCommand.ts | 4 + .../src/commands/RestorePhoneNumberCommand.ts | 4 + .../SearchAvailablePhoneNumbersCommand.ts | 4 + .../commands/StartSpeakerSearchTaskCommand.ts | 4 + .../StartVoiceToneAnalysisTaskCommand.ts | 4 + .../commands/StopSpeakerSearchTaskCommand.ts | 4 + .../StopVoiceToneAnalysisTaskCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateGlobalSettingsCommand.ts | 4 + .../src/commands/UpdatePhoneNumberCommand.ts | 4 + .../UpdatePhoneNumberSettingsCommand.ts | 4 + .../src/commands/UpdateProxySessionCommand.ts | 4 + .../UpdateSipMediaApplicationCallCommand.ts | 4 + .../UpdateSipMediaApplicationCommand.ts | 4 + .../src/commands/UpdateSipRuleCommand.ts | 4 + .../commands/UpdateVoiceConnectorCommand.ts | 4 + .../UpdateVoiceConnectorGroupCommand.ts | 4 + .../src/commands/UpdateVoiceProfileCommand.ts | 4 + .../UpdateVoiceProfileDomainCommand.ts | 4 + .../commands/ValidateE911AddressCommand.ts | 4 + clients/client-chime-sdk-voice/src/index.ts | 11 +- .../models/ChimeSDKVoiceServiceException.ts | 2 + clients/client-chime/src/ChimeClient.ts | 6 +- .../AssociatePhoneNumberWithUserCommand.ts | 4 + ...tePhoneNumbersWithVoiceConnectorCommand.ts | 4 + ...neNumbersWithVoiceConnectorGroupCommand.ts | 4 + ...eSigninDelegateGroupsWithAccountCommand.ts | 4 + .../commands/BatchCreateAttendeeCommand.ts | 4 + .../BatchCreateChannelMembershipCommand.ts | 4 + .../BatchCreateRoomMembershipCommand.ts | 4 + .../commands/BatchDeletePhoneNumberCommand.ts | 4 + .../src/commands/BatchSuspendUserCommand.ts | 4 + .../src/commands/BatchUnsuspendUserCommand.ts | 4 + .../commands/BatchUpdatePhoneNumberCommand.ts | 4 + .../src/commands/BatchUpdateUserCommand.ts | 4 + .../src/commands/CreateAccountCommand.ts | 4 + .../commands/CreateAppInstanceAdminCommand.ts | 4 + .../src/commands/CreateAppInstanceCommand.ts | 4 + .../commands/CreateAppInstanceUserCommand.ts | 4 + .../src/commands/CreateAttendeeCommand.ts | 4 + .../src/commands/CreateBotCommand.ts | 4 + .../src/commands/CreateChannelBanCommand.ts | 4 + .../src/commands/CreateChannelCommand.ts | 4 + .../CreateChannelMembershipCommand.ts | 4 + .../commands/CreateChannelModeratorCommand.ts | 4 + .../CreateMediaCapturePipelineCommand.ts | 4 + .../src/commands/CreateMeetingCommand.ts | 4 + .../commands/CreateMeetingDialOutCommand.ts | 4 + .../CreateMeetingWithAttendeesCommand.ts | 4 + .../commands/CreatePhoneNumberOrderCommand.ts | 4 + .../src/commands/CreateProxySessionCommand.ts | 4 + .../src/commands/CreateRoomCommand.ts | 4 + .../commands/CreateRoomMembershipCommand.ts | 4 + .../CreateSipMediaApplicationCallCommand.ts | 4 + .../CreateSipMediaApplicationCommand.ts | 4 + .../src/commands/CreateSipRuleCommand.ts | 4 + .../src/commands/CreateUserCommand.ts | 4 + .../commands/CreateVoiceConnectorCommand.ts | 4 + .../CreateVoiceConnectorGroupCommand.ts | 4 + .../src/commands/DeleteAccountCommand.ts | 4 + .../commands/DeleteAppInstanceAdminCommand.ts | 4 + .../src/commands/DeleteAppInstanceCommand.ts | 4 + ...pInstanceStreamingConfigurationsCommand.ts | 4 + .../commands/DeleteAppInstanceUserCommand.ts | 4 + .../src/commands/DeleteAttendeeCommand.ts | 4 + .../src/commands/DeleteChannelBanCommand.ts | 4 + .../src/commands/DeleteChannelCommand.ts | 4 + .../DeleteChannelMembershipCommand.ts | 4 + .../commands/DeleteChannelMessageCommand.ts | 4 + .../commands/DeleteChannelModeratorCommand.ts | 4 + .../DeleteEventsConfigurationCommand.ts | 4 + .../DeleteMediaCapturePipelineCommand.ts | 4 + .../src/commands/DeleteMeetingCommand.ts | 4 + .../src/commands/DeletePhoneNumberCommand.ts | 4 + .../src/commands/DeleteProxySessionCommand.ts | 4 + .../src/commands/DeleteRoomCommand.ts | 4 + .../commands/DeleteRoomMembershipCommand.ts | 4 + .../DeleteSipMediaApplicationCommand.ts | 4 + .../src/commands/DeleteSipRuleCommand.ts | 4 + .../commands/DeleteVoiceConnectorCommand.ts | 4 + ...torEmergencyCallingConfigurationCommand.ts | 4 + .../DeleteVoiceConnectorGroupCommand.ts | 4 + .../DeleteVoiceConnectorOriginationCommand.ts | 4 + .../DeleteVoiceConnectorProxyCommand.ts | 4 + ...eConnectorStreamingConfigurationCommand.ts | 4 + .../DeleteVoiceConnectorTerminationCommand.ts | 4 + ...eConnectorTerminationCredentialsCommand.ts | 4 + .../DescribeAppInstanceAdminCommand.ts | 4 + .../commands/DescribeAppInstanceCommand.ts | 4 + .../DescribeAppInstanceUserCommand.ts | 4 + .../src/commands/DescribeChannelBanCommand.ts | 4 + .../src/commands/DescribeChannelCommand.ts | 4 + .../DescribeChannelMembershipCommand.ts | 4 + ...nnelMembershipForAppInstanceUserCommand.ts | 4 + ...hannelModeratedByAppInstanceUserCommand.ts | 4 + .../DescribeChannelModeratorCommand.ts | 4 + .../DisassociatePhoneNumberFromUserCommand.ts | 4 + ...tePhoneNumbersFromVoiceConnectorCommand.ts | 4 + ...neNumbersFromVoiceConnectorGroupCommand.ts | 4 + ...eSigninDelegateGroupsFromAccountCommand.ts | 4 + .../src/commands/GetAccountCommand.ts | 4 + .../src/commands/GetAccountSettingsCommand.ts | 4 + .../GetAppInstanceRetentionSettingsCommand.ts | 4 + ...pInstanceStreamingConfigurationsCommand.ts | 4 + .../src/commands/GetAttendeeCommand.ts | 4 + .../src/commands/GetBotCommand.ts | 4 + .../src/commands/GetChannelMessageCommand.ts | 4 + .../commands/GetEventsConfigurationCommand.ts | 4 + .../src/commands/GetGlobalSettingsCommand.ts | 4 + .../GetMediaCapturePipelineCommand.ts | 4 + .../src/commands/GetMeetingCommand.ts | 4 + .../GetMessagingSessionEndpointCommand.ts | 4 + .../src/commands/GetPhoneNumberCommand.ts | 4 + .../commands/GetPhoneNumberOrderCommand.ts | 4 + .../commands/GetPhoneNumberSettingsCommand.ts | 4 + .../src/commands/GetProxySessionCommand.ts | 4 + .../commands/GetRetentionSettingsCommand.ts | 4 + .../src/commands/GetRoomCommand.ts | 4 + .../commands/GetSipMediaApplicationCommand.ts | 4 + ...aApplicationLoggingConfigurationCommand.ts | 4 + .../src/commands/GetSipRuleCommand.ts | 4 + .../src/commands/GetUserCommand.ts | 4 + .../src/commands/GetUserSettingsCommand.ts | 4 + .../src/commands/GetVoiceConnectorCommand.ts | 4 + ...torEmergencyCallingConfigurationCommand.ts | 4 + .../commands/GetVoiceConnectorGroupCommand.ts | 4 + ...iceConnectorLoggingConfigurationCommand.ts | 4 + .../GetVoiceConnectorOriginationCommand.ts | 4 + .../commands/GetVoiceConnectorProxyCommand.ts | 4 + ...eConnectorStreamingConfigurationCommand.ts | 4 + .../GetVoiceConnectorTerminationCommand.ts | 4 + ...tVoiceConnectorTerminationHealthCommand.ts | 4 + .../src/commands/InviteUsersCommand.ts | 4 + .../src/commands/ListAccountsCommand.ts | 4 + .../commands/ListAppInstanceAdminsCommand.ts | 4 + .../commands/ListAppInstanceUsersCommand.ts | 4 + .../src/commands/ListAppInstancesCommand.ts | 4 + .../src/commands/ListAttendeeTagsCommand.ts | 4 + .../src/commands/ListAttendeesCommand.ts | 4 + .../src/commands/ListBotsCommand.ts | 4 + .../src/commands/ListChannelBansCommand.ts | 4 + .../commands/ListChannelMembershipsCommand.ts | 4 + ...nelMembershipsForAppInstanceUserCommand.ts | 4 + .../commands/ListChannelMessagesCommand.ts | 4 + .../commands/ListChannelModeratorsCommand.ts | 4 + .../src/commands/ListChannelsCommand.ts | 4 + ...annelsModeratedByAppInstanceUserCommand.ts | 4 + .../ListMediaCapturePipelinesCommand.ts | 4 + .../src/commands/ListMeetingTagsCommand.ts | 4 + .../src/commands/ListMeetingsCommand.ts | 4 + .../commands/ListPhoneNumberOrdersCommand.ts | 4 + .../src/commands/ListPhoneNumbersCommand.ts | 4 + .../src/commands/ListProxySessionsCommand.ts | 4 + .../commands/ListRoomMembershipsCommand.ts | 4 + .../src/commands/ListRoomsCommand.ts | 4 + .../ListSipMediaApplicationsCommand.ts | 4 + .../src/commands/ListSipRulesCommand.ts | 4 + ...istSupportedPhoneNumberCountriesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListUsersCommand.ts | 4 + .../ListVoiceConnectorGroupsCommand.ts | 4 + ...eConnectorTerminationCredentialsCommand.ts | 4 + .../commands/ListVoiceConnectorsCommand.ts | 4 + .../src/commands/LogoutUserCommand.ts | 4 + .../PutAppInstanceRetentionSettingsCommand.ts | 4 + ...pInstanceStreamingConfigurationsCommand.ts | 4 + .../commands/PutEventsConfigurationCommand.ts | 4 + .../commands/PutRetentionSettingsCommand.ts | 4 + ...aApplicationLoggingConfigurationCommand.ts | 4 + ...torEmergencyCallingConfigurationCommand.ts | 4 + ...iceConnectorLoggingConfigurationCommand.ts | 4 + .../PutVoiceConnectorOriginationCommand.ts | 4 + .../commands/PutVoiceConnectorProxyCommand.ts | 4 + ...eConnectorStreamingConfigurationCommand.ts | 4 + .../PutVoiceConnectorTerminationCommand.ts | 4 + ...eConnectorTerminationCredentialsCommand.ts | 4 + .../commands/RedactChannelMessageCommand.ts | 4 + .../RedactConversationMessageCommand.ts | 4 + .../src/commands/RedactRoomMessageCommand.ts | 4 + .../RegenerateSecurityTokenCommand.ts | 4 + .../src/commands/ResetPersonalPINCommand.ts | 4 + .../src/commands/RestorePhoneNumberCommand.ts | 4 + .../SearchAvailablePhoneNumbersCommand.ts | 4 + .../src/commands/SendChannelMessageCommand.ts | 4 + .../StartMeetingTranscriptionCommand.ts | 4 + .../StopMeetingTranscriptionCommand.ts | 4 + .../src/commands/TagAttendeeCommand.ts | 4 + .../src/commands/TagMeetingCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagAttendeeCommand.ts | 4 + .../src/commands/UntagMeetingCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAccountCommand.ts | 4 + .../commands/UpdateAccountSettingsCommand.ts | 4 + .../src/commands/UpdateAppInstanceCommand.ts | 4 + .../commands/UpdateAppInstanceUserCommand.ts | 4 + .../src/commands/UpdateBotCommand.ts | 4 + .../src/commands/UpdateChannelCommand.ts | 4 + .../commands/UpdateChannelMessageCommand.ts | 4 + .../UpdateChannelReadMarkerCommand.ts | 4 + .../commands/UpdateGlobalSettingsCommand.ts | 4 + .../src/commands/UpdatePhoneNumberCommand.ts | 4 + .../UpdatePhoneNumberSettingsCommand.ts | 4 + .../src/commands/UpdateProxySessionCommand.ts | 4 + .../src/commands/UpdateRoomCommand.ts | 4 + .../commands/UpdateRoomMembershipCommand.ts | 4 + .../UpdateSipMediaApplicationCallCommand.ts | 4 + .../UpdateSipMediaApplicationCommand.ts | 4 + .../src/commands/UpdateSipRuleCommand.ts | 4 + .../src/commands/UpdateUserCommand.ts | 4 + .../src/commands/UpdateUserSettingsCommand.ts | 4 + .../commands/UpdateVoiceConnectorCommand.ts | 4 + .../UpdateVoiceConnectorGroupCommand.ts | 4 + .../commands/ValidateE911AddressCommand.ts | 4 + clients/client-chime/src/index.ts | 43 +- .../src/models/ChimeServiceException.ts | 2 + .../client-cleanrooms/src/CleanRoomsClient.ts | 6 +- .../src/commands/BatchGetSchemaCommand.ts | 4 + .../commands/CreateCollaborationCommand.ts | 4 + ...reateConfiguredTableAnalysisRuleCommand.ts | 4 + ...CreateConfiguredTableAssociationCommand.ts | 4 + .../commands/CreateConfiguredTableCommand.ts | 4 + .../src/commands/CreateMembershipCommand.ts | 4 + .../commands/DeleteCollaborationCommand.ts | 4 + ...eleteConfiguredTableAnalysisRuleCommand.ts | 4 + ...DeleteConfiguredTableAssociationCommand.ts | 4 + .../commands/DeleteConfiguredTableCommand.ts | 4 + .../src/commands/DeleteMemberCommand.ts | 4 + .../src/commands/DeleteMembershipCommand.ts | 4 + .../src/commands/GetCollaborationCommand.ts | 4 + .../GetConfiguredTableAnalysisRuleCommand.ts | 4 + .../GetConfiguredTableAssociationCommand.ts | 4 + .../src/commands/GetConfiguredTableCommand.ts | 4 + .../src/commands/GetMembershipCommand.ts | 4 + .../src/commands/GetProtectedQueryCommand.ts | 4 + .../commands/GetSchemaAnalysisRuleCommand.ts | 4 + .../src/commands/GetSchemaCommand.ts | 4 + .../src/commands/ListCollaborationsCommand.ts | 4 + .../ListConfiguredTableAssociationsCommand.ts | 4 + .../commands/ListConfiguredTablesCommand.ts | 4 + .../src/commands/ListMembersCommand.ts | 4 + .../src/commands/ListMembershipsCommand.ts | 4 + .../commands/ListProtectedQueriesCommand.ts | 4 + .../src/commands/ListSchemasCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/StartProtectedQueryCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateCollaborationCommand.ts | 4 + ...pdateConfiguredTableAnalysisRuleCommand.ts | 4 + ...UpdateConfiguredTableAssociationCommand.ts | 4 + .../commands/UpdateConfiguredTableCommand.ts | 4 + .../src/commands/UpdateMembershipCommand.ts | 4 + .../commands/UpdateProtectedQueryCommand.ts | 4 + clients/client-cleanrooms/src/index.ts | 17 +- .../src/models/CleanRoomsServiceException.ts | 2 + clients/client-cloud9/src/Cloud9Client.ts | 6 +- .../commands/CreateEnvironmentEC2Command.ts | 4 + .../CreateEnvironmentMembershipCommand.ts | 4 + .../src/commands/DeleteEnvironmentCommand.ts | 4 + .../DeleteEnvironmentMembershipCommand.ts | 4 + .../DescribeEnvironmentMembershipsCommand.ts | 4 + .../DescribeEnvironmentStatusCommand.ts | 4 + .../commands/DescribeEnvironmentsCommand.ts | 4 + .../src/commands/ListEnvironmentsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateEnvironmentCommand.ts | 4 + .../UpdateEnvironmentMembershipCommand.ts | 4 + clients/client-cloud9/src/index.ts | 76 +++- .../src/models/Cloud9ServiceException.ts | 2 + .../src/CloudControlClient.ts | 6 +- .../commands/CancelResourceRequestCommand.ts | 4 + .../src/commands/CreateResourceCommand.ts | 4 + .../src/commands/DeleteResourceCommand.ts | 4 + .../src/commands/GetResourceCommand.ts | 4 + .../GetResourceRequestStatusCommand.ts | 4 + .../commands/ListResourceRequestsCommand.ts | 4 + .../src/commands/ListResourcesCommand.ts | 4 + .../src/commands/UpdateResourceCommand.ts | 4 + clients/client-cloudcontrol/src/index.ts | 11 +- .../models/CloudControlServiceException.ts | 2 + .../src/CloudDirectoryClient.ts | 6 +- .../src/commands/AddFacetToObjectCommand.ts | 4 + .../src/commands/ApplySchemaCommand.ts | 4 + .../src/commands/AttachObjectCommand.ts | 4 + .../src/commands/AttachPolicyCommand.ts | 4 + .../src/commands/AttachToIndexCommand.ts | 4 + .../src/commands/AttachTypedLinkCommand.ts | 4 + .../src/commands/BatchReadCommand.ts | 4 + .../src/commands/BatchWriteCommand.ts | 4 + .../src/commands/CreateDirectoryCommand.ts | 4 + .../src/commands/CreateFacetCommand.ts | 4 + .../src/commands/CreateIndexCommand.ts | 4 + .../src/commands/CreateObjectCommand.ts | 4 + .../src/commands/CreateSchemaCommand.ts | 4 + .../commands/CreateTypedLinkFacetCommand.ts | 4 + .../src/commands/DeleteDirectoryCommand.ts | 4 + .../src/commands/DeleteFacetCommand.ts | 4 + .../src/commands/DeleteObjectCommand.ts | 4 + .../src/commands/DeleteSchemaCommand.ts | 4 + .../commands/DeleteTypedLinkFacetCommand.ts | 4 + .../src/commands/DetachFromIndexCommand.ts | 4 + .../src/commands/DetachObjectCommand.ts | 4 + .../src/commands/DetachPolicyCommand.ts | 4 + .../src/commands/DetachTypedLinkCommand.ts | 4 + .../src/commands/DisableDirectoryCommand.ts | 4 + .../src/commands/EnableDirectoryCommand.ts | 4 + .../GetAppliedSchemaVersionCommand.ts | 4 + .../src/commands/GetDirectoryCommand.ts | 4 + .../src/commands/GetFacetCommand.ts | 4 + .../src/commands/GetLinkAttributesCommand.ts | 4 + .../commands/GetObjectAttributesCommand.ts | 4 + .../commands/GetObjectInformationCommand.ts | 4 + .../src/commands/GetSchemaAsJsonCommand.ts | 4 + .../GetTypedLinkFacetInformationCommand.ts | 4 + .../commands/ListAppliedSchemaArnsCommand.ts | 4 + .../commands/ListAttachedIndicesCommand.ts | 4 + .../ListDevelopmentSchemaArnsCommand.ts | 4 + .../src/commands/ListDirectoriesCommand.ts | 4 + .../commands/ListFacetAttributesCommand.ts | 4 + .../src/commands/ListFacetNamesCommand.ts | 4 + .../commands/ListIncomingTypedLinksCommand.ts | 4 + .../src/commands/ListIndexCommand.ts | 4 + .../commands/ListManagedSchemaArnsCommand.ts | 4 + .../commands/ListObjectAttributesCommand.ts | 4 + .../src/commands/ListObjectChildrenCommand.ts | 4 + .../commands/ListObjectParentPathsCommand.ts | 4 + .../src/commands/ListObjectParentsCommand.ts | 4 + .../src/commands/ListObjectPoliciesCommand.ts | 4 + .../commands/ListOutgoingTypedLinksCommand.ts | 4 + .../commands/ListPolicyAttachmentsCommand.ts | 4 + .../ListPublishedSchemaArnsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../ListTypedLinkFacetAttributesCommand.ts | 4 + .../ListTypedLinkFacetNamesCommand.ts | 4 + .../src/commands/LookupPolicyCommand.ts | 4 + .../src/commands/PublishSchemaCommand.ts | 4 + .../src/commands/PutSchemaFromJsonCommand.ts | 4 + .../commands/RemoveFacetFromObjectCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateFacetCommand.ts | 4 + .../commands/UpdateLinkAttributesCommand.ts | 4 + .../commands/UpdateObjectAttributesCommand.ts | 4 + .../src/commands/UpdateSchemaCommand.ts | 4 + .../commands/UpdateTypedLinkFacetCommand.ts | 4 + .../commands/UpgradeAppliedSchemaCommand.ts | 4 + .../commands/UpgradePublishedSchemaCommand.ts | 4 + clients/client-clouddirectory/src/index.ts | 15 +- .../models/CloudDirectoryServiceException.ts | 2 + .../src/CloudFormationClient.ts | 6 +- .../src/commands/ActivateTypeCommand.ts | 4 + .../BatchDescribeTypeConfigurationsCommand.ts | 4 + .../src/commands/CancelUpdateStackCommand.ts | 4 + .../commands/ContinueUpdateRollbackCommand.ts | 4 + .../src/commands/CreateChangeSetCommand.ts | 4 + .../src/commands/CreateStackCommand.ts | 4 + .../commands/CreateStackInstancesCommand.ts | 4 + .../src/commands/CreateStackSetCommand.ts | 4 + .../src/commands/DeactivateTypeCommand.ts | 4 + .../src/commands/DeleteChangeSetCommand.ts | 4 + .../src/commands/DeleteStackCommand.ts | 4 + .../commands/DeleteStackInstancesCommand.ts | 4 + .../src/commands/DeleteStackSetCommand.ts | 4 + .../src/commands/DeregisterTypeCommand.ts | 4 + .../commands/DescribeAccountLimitsCommand.ts | 4 + .../src/commands/DescribeChangeSetCommand.ts | 4 + .../commands/DescribeChangeSetHooksCommand.ts | 4 + .../src/commands/DescribePublisherCommand.ts | 4 + ...escribeStackDriftDetectionStatusCommand.ts | 4 + .../commands/DescribeStackEventsCommand.ts | 4 + .../commands/DescribeStackInstanceCommand.ts | 4 + .../commands/DescribeStackResourceCommand.ts | 4 + .../DescribeStackResourceDriftsCommand.ts | 4 + .../commands/DescribeStackResourcesCommand.ts | 4 + .../src/commands/DescribeStackSetCommand.ts | 4 + .../DescribeStackSetOperationCommand.ts | 4 + .../src/commands/DescribeStacksCommand.ts | 4 + .../src/commands/DescribeTypeCommand.ts | 4 + .../DescribeTypeRegistrationCommand.ts | 4 + .../src/commands/DetectStackDriftCommand.ts | 4 + .../DetectStackResourceDriftCommand.ts | 4 + .../commands/DetectStackSetDriftCommand.ts | 4 + .../commands/EstimateTemplateCostCommand.ts | 4 + .../src/commands/ExecuteChangeSetCommand.ts | 4 + .../src/commands/GetStackPolicyCommand.ts | 4 + .../src/commands/GetTemplateCommand.ts | 4 + .../src/commands/GetTemplateSummaryCommand.ts | 4 + .../commands/ImportStacksToStackSetCommand.ts | 4 + .../src/commands/ListChangeSetsCommand.ts | 4 + .../src/commands/ListExportsCommand.ts | 4 + .../src/commands/ListImportsCommand.ts | 4 + .../src/commands/ListStackInstancesCommand.ts | 4 + .../src/commands/ListStackResourcesCommand.ts | 4 + .../ListStackSetOperationResultsCommand.ts | 4 + .../commands/ListStackSetOperationsCommand.ts | 4 + .../src/commands/ListStackSetsCommand.ts | 4 + .../src/commands/ListStacksCommand.ts | 4 + .../commands/ListTypeRegistrationsCommand.ts | 4 + .../src/commands/ListTypeVersionsCommand.ts | 4 + .../src/commands/ListTypesCommand.ts | 4 + .../src/commands/PublishTypeCommand.ts | 4 + .../commands/RecordHandlerProgressCommand.ts | 4 + .../src/commands/RegisterPublisherCommand.ts | 4 + .../src/commands/RegisterTypeCommand.ts | 4 + .../src/commands/RollbackStackCommand.ts | 4 + .../src/commands/SetStackPolicyCommand.ts | 4 + .../commands/SetTypeConfigurationCommand.ts | 4 + .../commands/SetTypeDefaultVersionCommand.ts | 4 + .../src/commands/SignalResourceCommand.ts | 4 + .../commands/StopStackSetOperationCommand.ts | 4 + .../src/commands/TestTypeCommand.ts | 4 + .../src/commands/UpdateStackCommand.ts | 4 + .../commands/UpdateStackInstancesCommand.ts | 4 + .../src/commands/UpdateStackSetCommand.ts | 4 + .../UpdateTerminationProtectionCommand.ts | 4 + .../src/commands/ValidateTemplateCommand.ts | 4 + clients/client-cloudformation/src/index.ts | 26 +- .../models/CloudFormationServiceException.ts | 2 + .../client-cloudfront/src/CloudFrontClient.ts | 6 +- .../src/commands/AssociateAliasCommand.ts | 4 + .../src/commands/CopyDistributionCommand.ts | 4 + .../src/commands/CreateCachePolicyCommand.ts | 4 + ...teCloudFrontOriginAccessIdentityCommand.ts | 4 + ...CreateContinuousDeploymentPolicyCommand.ts | 4 + .../src/commands/CreateDistributionCommand.ts | 4 + .../CreateDistributionWithTagsCommand.ts | 4 + ...CreateFieldLevelEncryptionConfigCommand.ts | 4 + ...reateFieldLevelEncryptionProfileCommand.ts | 4 + .../src/commands/CreateFunctionCommand.ts | 4 + .../src/commands/CreateInvalidationCommand.ts | 4 + .../src/commands/CreateKeyGroupCommand.ts | 4 + .../CreateMonitoringSubscriptionCommand.ts | 4 + .../CreateOriginAccessControlCommand.ts | 4 + .../CreateOriginRequestPolicyCommand.ts | 4 + .../src/commands/CreatePublicKeyCommand.ts | 4 + .../CreateRealtimeLogConfigCommand.ts | 4 + .../CreateResponseHeadersPolicyCommand.ts | 4 + .../CreateStreamingDistributionCommand.ts | 4 + ...ateStreamingDistributionWithTagsCommand.ts | 4 + .../src/commands/DeleteCachePolicyCommand.ts | 4 + ...teCloudFrontOriginAccessIdentityCommand.ts | 4 + ...DeleteContinuousDeploymentPolicyCommand.ts | 4 + .../src/commands/DeleteDistributionCommand.ts | 4 + ...DeleteFieldLevelEncryptionConfigCommand.ts | 4 + ...eleteFieldLevelEncryptionProfileCommand.ts | 4 + .../src/commands/DeleteFunctionCommand.ts | 4 + .../src/commands/DeleteKeyGroupCommand.ts | 4 + .../DeleteMonitoringSubscriptionCommand.ts | 4 + .../DeleteOriginAccessControlCommand.ts | 4 + .../DeleteOriginRequestPolicyCommand.ts | 4 + .../src/commands/DeletePublicKeyCommand.ts | 4 + .../DeleteRealtimeLogConfigCommand.ts | 4 + .../DeleteResponseHeadersPolicyCommand.ts | 4 + .../DeleteStreamingDistributionCommand.ts | 4 + .../src/commands/DescribeFunctionCommand.ts | 4 + .../src/commands/GetCachePolicyCommand.ts | 4 + .../commands/GetCachePolicyConfigCommand.ts | 4 + ...etCloudFrontOriginAccessIdentityCommand.ts | 4 + ...dFrontOriginAccessIdentityConfigCommand.ts | 4 + .../GetContinuousDeploymentPolicyCommand.ts | 4 + ...ContinuousDeploymentPolicyConfigCommand.ts | 4 + .../src/commands/GetDistributionCommand.ts | 4 + .../commands/GetDistributionConfigCommand.ts | 4 + .../GetFieldLevelEncryptionCommand.ts | 4 + .../GetFieldLevelEncryptionConfigCommand.ts | 4 + .../GetFieldLevelEncryptionProfileCommand.ts | 4 + ...ieldLevelEncryptionProfileConfigCommand.ts | 4 + .../src/commands/GetFunctionCommand.ts | 4 + .../src/commands/GetInvalidationCommand.ts | 4 + .../src/commands/GetKeyGroupCommand.ts | 4 + .../src/commands/GetKeyGroupConfigCommand.ts | 4 + .../GetMonitoringSubscriptionCommand.ts | 4 + .../commands/GetOriginAccessControlCommand.ts | 4 + .../GetOriginAccessControlConfigCommand.ts | 4 + .../commands/GetOriginRequestPolicyCommand.ts | 4 + .../GetOriginRequestPolicyConfigCommand.ts | 4 + .../src/commands/GetPublicKeyCommand.ts | 4 + .../src/commands/GetPublicKeyConfigCommand.ts | 4 + .../commands/GetRealtimeLogConfigCommand.ts | 4 + .../GetResponseHeadersPolicyCommand.ts | 4 + .../GetResponseHeadersPolicyConfigCommand.ts | 4 + .../GetStreamingDistributionCommand.ts | 4 + .../GetStreamingDistributionConfigCommand.ts | 4 + .../src/commands/ListCachePoliciesCommand.ts | 4 + ...CloudFrontOriginAccessIdentitiesCommand.ts | 4 + .../commands/ListConflictingAliasesCommand.ts | 4 + ...ListContinuousDeploymentPoliciesCommand.ts | 4 + ...ListDistributionsByCachePolicyIdCommand.ts | 4 + .../ListDistributionsByKeyGroupCommand.ts | 4 + ...ributionsByOriginRequestPolicyIdCommand.ts | 4 + ...DistributionsByRealtimeLogConfigCommand.ts | 4 + ...butionsByResponseHeadersPolicyIdCommand.ts | 4 + .../ListDistributionsByWebACLIdCommand.ts | 4 + .../src/commands/ListDistributionsCommand.ts | 4 + .../ListFieldLevelEncryptionConfigsCommand.ts | 4 + ...ListFieldLevelEncryptionProfilesCommand.ts | 4 + .../src/commands/ListFunctionsCommand.ts | 4 + .../src/commands/ListInvalidationsCommand.ts | 4 + .../src/commands/ListKeyGroupsCommand.ts | 4 + .../ListOriginAccessControlsCommand.ts | 4 + .../ListOriginRequestPoliciesCommand.ts | 4 + .../src/commands/ListPublicKeysCommand.ts | 4 + .../commands/ListRealtimeLogConfigsCommand.ts | 4 + .../ListResponseHeadersPoliciesCommand.ts | 4 + .../ListStreamingDistributionsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PublishFunctionCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/TestFunctionCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateCachePolicyCommand.ts | 4 + ...teCloudFrontOriginAccessIdentityCommand.ts | 4 + ...UpdateContinuousDeploymentPolicyCommand.ts | 4 + .../src/commands/UpdateDistributionCommand.ts | 4 + ...ateDistributionWithStagingConfigCommand.ts | 4 + ...UpdateFieldLevelEncryptionConfigCommand.ts | 4 + ...pdateFieldLevelEncryptionProfileCommand.ts | 4 + .../src/commands/UpdateFunctionCommand.ts | 4 + .../src/commands/UpdateKeyGroupCommand.ts | 4 + .../UpdateOriginAccessControlCommand.ts | 4 + .../UpdateOriginRequestPolicyCommand.ts | 4 + .../src/commands/UpdatePublicKeyCommand.ts | 4 + .../UpdateRealtimeLogConfigCommand.ts | 4 + .../UpdateResponseHeadersPolicyCommand.ts | 4 + .../UpdateStreamingDistributionCommand.ts | 4 + clients/client-cloudfront/src/index.ts | 14 +- .../src/models/CloudFrontServiceException.ts | 2 + .../src/CloudHSMV2Client.ts | 6 +- .../src/commands/CopyBackupToRegionCommand.ts | 4 + .../src/commands/CreateClusterCommand.ts | 4 + .../src/commands/CreateHsmCommand.ts | 4 + .../src/commands/DeleteBackupCommand.ts | 4 + .../src/commands/DeleteClusterCommand.ts | 4 + .../src/commands/DeleteHsmCommand.ts | 4 + .../src/commands/DescribeBackupsCommand.ts | 4 + .../src/commands/DescribeClustersCommand.ts | 4 + .../src/commands/InitializeClusterCommand.ts | 4 + .../src/commands/ListTagsCommand.ts | 4 + .../commands/ModifyBackupAttributesCommand.ts | 4 + .../src/commands/ModifyClusterCommand.ts | 4 + .../src/commands/RestoreBackupCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + clients/client-cloudhsm-v2/src/index.ts | 11 +- .../src/models/CloudHSMV2ServiceException.ts | 2 + clients/client-cloudhsm/src/CloudHSMClient.ts | 6 +- .../src/commands/AddTagsToResourceCommand.ts | 4 + .../src/commands/CreateHapgCommand.ts | 4 + .../src/commands/CreateHsmCommand.ts | 4 + .../src/commands/CreateLunaClientCommand.ts | 4 + .../src/commands/DeleteHapgCommand.ts | 4 + .../src/commands/DeleteHsmCommand.ts | 4 + .../src/commands/DeleteLunaClientCommand.ts | 4 + .../src/commands/DescribeHapgCommand.ts | 4 + .../src/commands/DescribeHsmCommand.ts | 4 + .../src/commands/DescribeLunaClientCommand.ts | 4 + .../src/commands/GetConfigCommand.ts | 4 + .../src/commands/ListAvailableZonesCommand.ts | 4 + .../src/commands/ListHapgsCommand.ts | 4 + .../src/commands/ListHsmsCommand.ts | 4 + .../src/commands/ListLunaClientsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ModifyHapgCommand.ts | 4 + .../src/commands/ModifyHsmCommand.ts | 4 + .../src/commands/ModifyLunaClientCommand.ts | 4 + .../commands/RemoveTagsFromResourceCommand.ts | 4 + clients/client-cloudhsm/src/index.ts | 18 +- .../src/models/CloudHSMServiceException.ts | 2 + .../src/CloudSearchDomainClient.ts | 6 +- .../src/commands/SearchCommand.ts | 4 + .../src/commands/SuggestCommand.ts | 4 + .../src/commands/UploadDocumentsCommand.ts | 4 + .../client-cloudsearch-domain/src/index.ts | 11 +- .../CloudSearchDomainServiceException.ts | 2 + .../src/CloudSearchClient.ts | 6 +- .../src/commands/BuildSuggestersCommand.ts | 4 + .../src/commands/CreateDomainCommand.ts | 4 + .../commands/DefineAnalysisSchemeCommand.ts | 4 + .../src/commands/DefineExpressionCommand.ts | 4 + .../src/commands/DefineIndexFieldCommand.ts | 4 + .../src/commands/DefineSuggesterCommand.ts | 4 + .../commands/DeleteAnalysisSchemeCommand.ts | 4 + .../src/commands/DeleteDomainCommand.ts | 4 + .../src/commands/DeleteExpressionCommand.ts | 4 + .../src/commands/DeleteIndexFieldCommand.ts | 4 + .../src/commands/DeleteSuggesterCommand.ts | 4 + .../DescribeAnalysisSchemesCommand.ts | 4 + .../DescribeAvailabilityOptionsCommand.ts | 4 + .../DescribeDomainEndpointOptionsCommand.ts | 4 + .../src/commands/DescribeDomainsCommand.ts | 4 + .../commands/DescribeExpressionsCommand.ts | 4 + .../commands/DescribeIndexFieldsCommand.ts | 4 + .../DescribeScalingParametersCommand.ts | 4 + .../DescribeServiceAccessPoliciesCommand.ts | 4 + .../src/commands/DescribeSuggestersCommand.ts | 4 + .../src/commands/IndexDocumentsCommand.ts | 4 + .../src/commands/ListDomainNamesCommand.ts | 4 + .../UpdateAvailabilityOptionsCommand.ts | 4 + .../UpdateDomainEndpointOptionsCommand.ts | 4 + .../UpdateScalingParametersCommand.ts | 4 + .../UpdateServiceAccessPoliciesCommand.ts | 4 + clients/client-cloudsearch/src/index.ts | 14 +- .../src/models/CloudSearchServiceException.ts | 2 + .../src/CloudTrailDataClient.ts | 6 +- .../src/commands/PutAuditEventsCommand.ts | 4 + clients/client-cloudtrail-data/src/index.ts | 13 +- .../models/CloudTrailDataServiceException.ts | 2 + .../client-cloudtrail/src/CloudTrailClient.ts | 6 +- .../src/commands/AddTagsCommand.ts | 4 + .../src/commands/CancelQueryCommand.ts | 4 + .../src/commands/CreateChannelCommand.ts | 4 + .../commands/CreateEventDataStoreCommand.ts | 4 + .../src/commands/CreateTrailCommand.ts | 4 + .../src/commands/DeleteChannelCommand.ts | 4 + .../commands/DeleteEventDataStoreCommand.ts | 4 + .../commands/DeleteResourcePolicyCommand.ts | 4 + .../src/commands/DeleteTrailCommand.ts | 4 + ...gisterOrganizationDelegatedAdminCommand.ts | 4 + .../src/commands/DescribeQueryCommand.ts | 4 + .../src/commands/DescribeTrailsCommand.ts | 4 + .../src/commands/GetChannelCommand.ts | 4 + .../src/commands/GetEventDataStoreCommand.ts | 4 + .../src/commands/GetEventSelectorsCommand.ts | 4 + .../src/commands/GetImportCommand.ts | 4 + .../commands/GetInsightSelectorsCommand.ts | 4 + .../src/commands/GetQueryResultsCommand.ts | 4 + .../src/commands/GetResourcePolicyCommand.ts | 4 + .../src/commands/GetTrailCommand.ts | 4 + .../src/commands/GetTrailStatusCommand.ts | 4 + .../src/commands/ListChannelsCommand.ts | 4 + .../commands/ListEventDataStoresCommand.ts | 4 + .../src/commands/ListImportFailuresCommand.ts | 4 + .../src/commands/ListImportsCommand.ts | 4 + .../src/commands/ListPublicKeysCommand.ts | 4 + .../src/commands/ListQueriesCommand.ts | 4 + .../src/commands/ListTagsCommand.ts | 4 + .../src/commands/ListTrailsCommand.ts | 4 + .../src/commands/LookupEventsCommand.ts | 4 + .../src/commands/PutEventSelectorsCommand.ts | 4 + .../commands/PutInsightSelectorsCommand.ts | 4 + .../src/commands/PutResourcePolicyCommand.ts | 4 + ...gisterOrganizationDelegatedAdminCommand.ts | 4 + .../src/commands/RemoveTagsCommand.ts | 4 + .../commands/RestoreEventDataStoreCommand.ts | 4 + .../src/commands/StartImportCommand.ts | 4 + .../src/commands/StartLoggingCommand.ts | 4 + .../src/commands/StartQueryCommand.ts | 4 + .../src/commands/StopImportCommand.ts | 4 + .../src/commands/StopLoggingCommand.ts | 4 + .../src/commands/UpdateChannelCommand.ts | 4 + .../commands/UpdateEventDataStoreCommand.ts | 4 + .../src/commands/UpdateTrailCommand.ts | 4 + clients/client-cloudtrail/src/index.ts | 25 +- .../src/models/CloudTrailServiceException.ts | 2 + .../src/CloudWatchEventsClient.ts | 6 +- .../commands/ActivateEventSourceCommand.ts | 4 + .../src/commands/CancelReplayCommand.ts | 4 + .../commands/CreateApiDestinationCommand.ts | 4 + .../src/commands/CreateArchiveCommand.ts | 4 + .../src/commands/CreateConnectionCommand.ts | 4 + .../src/commands/CreateEventBusCommand.ts | 4 + .../CreatePartnerEventSourceCommand.ts | 4 + .../commands/DeactivateEventSourceCommand.ts | 4 + .../commands/DeauthorizeConnectionCommand.ts | 4 + .../commands/DeleteApiDestinationCommand.ts | 4 + .../src/commands/DeleteArchiveCommand.ts | 4 + .../src/commands/DeleteConnectionCommand.ts | 4 + .../src/commands/DeleteEventBusCommand.ts | 4 + .../DeletePartnerEventSourceCommand.ts | 4 + .../src/commands/DeleteRuleCommand.ts | 4 + .../commands/DescribeApiDestinationCommand.ts | 4 + .../src/commands/DescribeArchiveCommand.ts | 4 + .../src/commands/DescribeConnectionCommand.ts | 4 + .../src/commands/DescribeEventBusCommand.ts | 4 + .../commands/DescribeEventSourceCommand.ts | 4 + .../DescribePartnerEventSourceCommand.ts | 4 + .../src/commands/DescribeReplayCommand.ts | 4 + .../src/commands/DescribeRuleCommand.ts | 4 + .../src/commands/DisableRuleCommand.ts | 4 + .../src/commands/EnableRuleCommand.ts | 4 + .../commands/ListApiDestinationsCommand.ts | 4 + .../src/commands/ListArchivesCommand.ts | 4 + .../src/commands/ListConnectionsCommand.ts | 4 + .../src/commands/ListEventBusesCommand.ts | 4 + .../src/commands/ListEventSourcesCommand.ts | 4 + .../ListPartnerEventSourceAccountsCommand.ts | 4 + .../ListPartnerEventSourcesCommand.ts | 4 + .../src/commands/ListReplaysCommand.ts | 4 + .../commands/ListRuleNamesByTargetCommand.ts | 4 + .../src/commands/ListRulesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListTargetsByRuleCommand.ts | 4 + .../src/commands/PutEventsCommand.ts | 4 + .../src/commands/PutPartnerEventsCommand.ts | 4 + .../src/commands/PutPermissionCommand.ts | 4 + .../src/commands/PutRuleCommand.ts | 4 + .../src/commands/PutTargetsCommand.ts | 4 + .../src/commands/RemovePermissionCommand.ts | 4 + .../src/commands/RemoveTargetsCommand.ts | 4 + .../src/commands/StartReplayCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/TestEventPatternCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateApiDestinationCommand.ts | 4 + .../src/commands/UpdateArchiveCommand.ts | 4 + .../src/commands/UpdateConnectionCommand.ts | 4 + clients/client-cloudwatch-events/src/index.ts | 28 +- .../CloudWatchEventsServiceException.ts | 2 + .../src/CloudWatchLogsClient.ts | 6 +- .../src/commands/AssociateKmsKeyCommand.ts | 4 + .../src/commands/CancelExportTaskCommand.ts | 4 + .../src/commands/CreateExportTaskCommand.ts | 4 + .../src/commands/CreateLogGroupCommand.ts | 4 + .../src/commands/CreateLogStreamCommand.ts | 4 + .../DeleteDataProtectionPolicyCommand.ts | 4 + .../src/commands/DeleteDestinationCommand.ts | 4 + .../src/commands/DeleteLogGroupCommand.ts | 4 + .../src/commands/DeleteLogStreamCommand.ts | 4 + .../src/commands/DeleteMetricFilterCommand.ts | 4 + .../commands/DeleteQueryDefinitionCommand.ts | 4 + .../commands/DeleteResourcePolicyCommand.ts | 4 + .../commands/DeleteRetentionPolicyCommand.ts | 4 + .../DeleteSubscriptionFilterCommand.ts | 4 + .../commands/DescribeDestinationsCommand.ts | 4 + .../commands/DescribeExportTasksCommand.ts | 4 + .../src/commands/DescribeLogGroupsCommand.ts | 4 + .../src/commands/DescribeLogStreamsCommand.ts | 4 + .../commands/DescribeMetricFiltersCommand.ts | 4 + .../src/commands/DescribeQueriesCommand.ts | 4 + .../DescribeQueryDefinitionsCommand.ts | 4 + .../DescribeResourcePoliciesCommand.ts | 4 + .../DescribeSubscriptionFiltersCommand.ts | 4 + .../src/commands/DisassociateKmsKeyCommand.ts | 4 + .../src/commands/FilterLogEventsCommand.ts | 4 + .../GetDataProtectionPolicyCommand.ts | 4 + .../src/commands/GetLogEventsCommand.ts | 4 + .../src/commands/GetLogGroupFieldsCommand.ts | 4 + .../src/commands/GetLogRecordCommand.ts | 4 + .../src/commands/GetQueryResultsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListTagsLogGroupCommand.ts | 4 + .../PutDataProtectionPolicyCommand.ts | 4 + .../src/commands/PutDestinationCommand.ts | 4 + .../commands/PutDestinationPolicyCommand.ts | 4 + .../src/commands/PutLogEventsCommand.ts | 4 + .../src/commands/PutMetricFilterCommand.ts | 4 + .../src/commands/PutQueryDefinitionCommand.ts | 4 + .../src/commands/PutResourcePolicyCommand.ts | 4 + .../src/commands/PutRetentionPolicyCommand.ts | 4 + .../commands/PutSubscriptionFilterCommand.ts | 4 + .../src/commands/StartQueryCommand.ts | 4 + .../src/commands/StopQueryCommand.ts | 4 + .../src/commands/TagLogGroupCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/TestMetricFilterCommand.ts | 4 + .../src/commands/UntagLogGroupCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + clients/client-cloudwatch-logs/src/index.ts | 44 +- .../models/CloudWatchLogsServiceException.ts | 2 + .../client-cloudwatch/src/CloudWatchClient.ts | 6 +- .../src/commands/DeleteAlarmsCommand.ts | 4 + .../commands/DeleteAnomalyDetectorCommand.ts | 4 + .../src/commands/DeleteDashboardsCommand.ts | 4 + .../src/commands/DeleteInsightRulesCommand.ts | 4 + .../src/commands/DeleteMetricStreamCommand.ts | 4 + .../commands/DescribeAlarmHistoryCommand.ts | 4 + .../src/commands/DescribeAlarmsCommand.ts | 4 + .../DescribeAlarmsForMetricCommand.ts | 4 + .../DescribeAnomalyDetectorsCommand.ts | 4 + .../commands/DescribeInsightRulesCommand.ts | 4 + .../commands/DisableAlarmActionsCommand.ts | 4 + .../commands/DisableInsightRulesCommand.ts | 4 + .../src/commands/EnableAlarmActionsCommand.ts | 4 + .../src/commands/EnableInsightRulesCommand.ts | 4 + .../src/commands/GetDashboardCommand.ts | 4 + .../commands/GetInsightRuleReportCommand.ts | 4 + .../src/commands/GetMetricDataCommand.ts | 4 + .../commands/GetMetricStatisticsCommand.ts | 4 + .../src/commands/GetMetricStreamCommand.ts | 4 + .../commands/GetMetricWidgetImageCommand.ts | 4 + .../src/commands/ListDashboardsCommand.ts | 4 + .../ListManagedInsightRulesCommand.ts | 4 + .../src/commands/ListMetricStreamsCommand.ts | 4 + .../src/commands/ListMetricsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutAnomalyDetectorCommand.ts | 4 + .../src/commands/PutCompositeAlarmCommand.ts | 4 + .../src/commands/PutDashboardCommand.ts | 4 + .../src/commands/PutInsightRuleCommand.ts | 4 + .../commands/PutManagedInsightRulesCommand.ts | 4 + .../src/commands/PutMetricAlarmCommand.ts | 4 + .../src/commands/PutMetricDataCommand.ts | 4 + .../src/commands/PutMetricStreamCommand.ts | 4 + .../src/commands/SetAlarmStateCommand.ts | 4 + .../src/commands/StartMetricStreamsCommand.ts | 4 + .../src/commands/StopMetricStreamsCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + clients/client-cloudwatch/src/index.ts | 22 +- .../src/models/CloudWatchServiceException.ts | 2 + .../src/CodeartifactClient.ts | 6 +- .../AssociateExternalConnectionCommand.ts | 4 + .../commands/CopyPackageVersionsCommand.ts | 4 + .../src/commands/CreateDomainCommand.ts | 4 + .../src/commands/CreateRepositoryCommand.ts | 4 + .../src/commands/DeleteDomainCommand.ts | 4 + .../DeleteDomainPermissionsPolicyCommand.ts | 4 + .../src/commands/DeletePackageCommand.ts | 4 + .../commands/DeletePackageVersionsCommand.ts | 4 + .../src/commands/DeleteRepositoryCommand.ts | 4 + ...eleteRepositoryPermissionsPolicyCommand.ts | 4 + .../src/commands/DescribeDomainCommand.ts | 4 + .../src/commands/DescribePackageCommand.ts | 4 + .../commands/DescribePackageVersionCommand.ts | 4 + .../src/commands/DescribeRepositoryCommand.ts | 4 + .../DisassociateExternalConnectionCommand.ts | 4 + .../commands/DisposePackageVersionsCommand.ts | 4 + .../commands/GetAuthorizationTokenCommand.ts | 4 + .../GetDomainPermissionsPolicyCommand.ts | 4 + .../commands/GetPackageVersionAssetCommand.ts | 4 + .../GetPackageVersionReadmeCommand.ts | 4 + .../commands/GetRepositoryEndpointCommand.ts | 4 + .../GetRepositoryPermissionsPolicyCommand.ts | 4 + .../src/commands/ListDomainsCommand.ts | 4 + .../ListPackageVersionAssetsCommand.ts | 4 + .../ListPackageVersionDependenciesCommand.ts | 4 + .../commands/ListPackageVersionsCommand.ts | 4 + .../src/commands/ListPackagesCommand.ts | 4 + .../src/commands/ListRepositoriesCommand.ts | 4 + .../ListRepositoriesInDomainCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/PublishPackageVersionCommand.ts | 4 + .../PutDomainPermissionsPolicyCommand.ts | 4 + .../PutPackageOriginConfigurationCommand.ts | 4 + .../PutRepositoryPermissionsPolicyCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdatePackageVersionsStatusCommand.ts | 4 + .../src/commands/UpdateRepositoryCommand.ts | 4 + clients/client-codeartifact/src/index.ts | 283 +++++++++++- .../models/CodeartifactServiceException.ts | 2 + .../client-codebuild/src/CodeBuildClient.ts | 6 +- .../src/commands/BatchDeleteBuildsCommand.ts | 4 + .../commands/BatchGetBuildBatchesCommand.ts | 4 + .../src/commands/BatchGetBuildsCommand.ts | 4 + .../src/commands/BatchGetProjectsCommand.ts | 4 + .../commands/BatchGetReportGroupsCommand.ts | 4 + .../src/commands/BatchGetReportsCommand.ts | 4 + .../src/commands/CreateProjectCommand.ts | 4 + .../src/commands/CreateReportGroupCommand.ts | 4 + .../src/commands/CreateWebhookCommand.ts | 4 + .../src/commands/DeleteBuildBatchCommand.ts | 4 + .../src/commands/DeleteProjectCommand.ts | 4 + .../src/commands/DeleteReportCommand.ts | 4 + .../src/commands/DeleteReportGroupCommand.ts | 4 + .../commands/DeleteResourcePolicyCommand.ts | 4 + .../DeleteSourceCredentialsCommand.ts | 4 + .../src/commands/DeleteWebhookCommand.ts | 4 + .../commands/DescribeCodeCoveragesCommand.ts | 4 + .../src/commands/DescribeTestCasesCommand.ts | 4 + .../commands/GetReportGroupTrendCommand.ts | 4 + .../src/commands/GetResourcePolicyCommand.ts | 4 + .../ImportSourceCredentialsCommand.ts | 4 + .../commands/InvalidateProjectCacheCommand.ts | 4 + .../src/commands/ListBuildBatchesCommand.ts | 4 + .../ListBuildBatchesForProjectCommand.ts | 4 + .../src/commands/ListBuildsCommand.ts | 4 + .../commands/ListBuildsForProjectCommand.ts | 4 + .../ListCuratedEnvironmentImagesCommand.ts | 4 + .../src/commands/ListProjectsCommand.ts | 4 + .../src/commands/ListReportGroupsCommand.ts | 4 + .../src/commands/ListReportsCommand.ts | 4 + .../ListReportsForReportGroupCommand.ts | 4 + .../src/commands/ListSharedProjectsCommand.ts | 4 + .../commands/ListSharedReportGroupsCommand.ts | 4 + .../commands/ListSourceCredentialsCommand.ts | 4 + .../src/commands/PutResourcePolicyCommand.ts | 4 + .../src/commands/RetryBuildBatchCommand.ts | 4 + .../src/commands/RetryBuildCommand.ts | 4 + .../src/commands/StartBuildBatchCommand.ts | 4 + .../src/commands/StartBuildCommand.ts | 4 + .../src/commands/StopBuildBatchCommand.ts | 4 + .../src/commands/StopBuildCommand.ts | 4 + .../src/commands/UpdateProjectCommand.ts | 4 + .../UpdateProjectVisibilityCommand.ts | 4 + .../src/commands/UpdateReportGroupCommand.ts | 4 + .../src/commands/UpdateWebhookCommand.ts | 4 + clients/client-codebuild/src/index.ts | 20 +- .../src/models/CodeBuildServiceException.ts | 2 + .../src/CodeCatalystClient.ts | 6 +- .../src/commands/CreateAccessTokenCommand.ts | 4 + .../commands/CreateDevEnvironmentCommand.ts | 4 + .../src/commands/CreateProjectCommand.ts | 4 + .../CreateSourceRepositoryBranchCommand.ts | 4 + .../src/commands/DeleteAccessTokenCommand.ts | 4 + .../commands/DeleteDevEnvironmentCommand.ts | 4 + .../src/commands/GetDevEnvironmentCommand.ts | 4 + .../src/commands/GetProjectCommand.ts | 4 + .../GetSourceRepositoryCloneUrlsCommand.ts | 4 + .../src/commands/GetSpaceCommand.ts | 4 + .../src/commands/GetSubscriptionCommand.ts | 4 + .../src/commands/GetUserDetailsCommand.ts | 4 + .../src/commands/ListAccessTokensCommand.ts | 4 + .../ListDevEnvironmentSessionsCommand.ts | 4 + .../commands/ListDevEnvironmentsCommand.ts | 4 + .../src/commands/ListEventLogsCommand.ts | 4 + .../src/commands/ListProjectsCommand.ts | 4 + .../commands/ListSourceRepositoriesCommand.ts | 4 + .../ListSourceRepositoryBranchesCommand.ts | 4 + .../src/commands/ListSpacesCommand.ts | 4 + .../commands/StartDevEnvironmentCommand.ts | 4 + .../StartDevEnvironmentSessionCommand.ts | 4 + .../src/commands/StopDevEnvironmentCommand.ts | 4 + .../StopDevEnvironmentSessionCommand.ts | 4 + .../commands/UpdateDevEnvironmentCommand.ts | 4 + .../src/commands/VerifySessionCommand.ts | 4 + clients/client-codecatalyst/src/index.ts | 129 +++++- .../models/CodeCatalystServiceException.ts | 2 + .../client-codecommit/src/CodeCommitClient.ts | 6 +- ...provalRuleTemplateWithRepositoryCommand.ts | 4 + ...ovalRuleTemplateWithRepositoriesCommand.ts | 4 + .../BatchDescribeMergeConflictsCommand.ts | 4 + ...ovalRuleTemplateFromRepositoriesCommand.ts | 4 + .../src/commands/BatchGetCommitsCommand.ts | 4 + .../commands/BatchGetRepositoriesCommand.ts | 4 + .../CreateApprovalRuleTemplateCommand.ts | 4 + .../src/commands/CreateBranchCommand.ts | 4 + .../src/commands/CreateCommitCommand.ts | 4 + .../CreatePullRequestApprovalRuleCommand.ts | 4 + .../src/commands/CreatePullRequestCommand.ts | 4 + .../src/commands/CreateRepositoryCommand.ts | 4 + .../CreateUnreferencedMergeCommitCommand.ts | 4 + .../DeleteApprovalRuleTemplateCommand.ts | 4 + .../src/commands/DeleteBranchCommand.ts | 4 + .../commands/DeleteCommentContentCommand.ts | 4 + .../src/commands/DeleteFileCommand.ts | 4 + .../DeletePullRequestApprovalRuleCommand.ts | 4 + .../src/commands/DeleteRepositoryCommand.ts | 4 + .../commands/DescribeMergeConflictsCommand.ts | 4 + .../DescribePullRequestEventsCommand.ts | 4 + ...provalRuleTemplateFromRepositoryCommand.ts | 4 + ...EvaluatePullRequestApprovalRulesCommand.ts | 4 + .../GetApprovalRuleTemplateCommand.ts | 4 + .../src/commands/GetBlobCommand.ts | 4 + .../src/commands/GetBranchCommand.ts | 4 + .../src/commands/GetCommentCommand.ts | 4 + .../commands/GetCommentReactionsCommand.ts | 4 + .../GetCommentsForComparedCommitCommand.ts | 4 + .../GetCommentsForPullRequestCommand.ts | 4 + .../src/commands/GetCommitCommand.ts | 4 + .../src/commands/GetDifferencesCommand.ts | 4 + .../src/commands/GetFileCommand.ts | 4 + .../src/commands/GetFolderCommand.ts | 4 + .../src/commands/GetMergeCommitCommand.ts | 4 + .../src/commands/GetMergeConflictsCommand.ts | 4 + .../src/commands/GetMergeOptionsCommand.ts | 4 + .../GetPullRequestApprovalStatesCommand.ts | 4 + .../src/commands/GetPullRequestCommand.ts | 4 + .../GetPullRequestOverrideStateCommand.ts | 4 + .../src/commands/GetRepositoryCommand.ts | 4 + .../commands/GetRepositoryTriggersCommand.ts | 4 + .../ListApprovalRuleTemplatesCommand.ts | 4 + ...provalRuleTemplatesForRepositoryCommand.ts | 4 + .../src/commands/ListBranchesCommand.ts | 4 + .../src/commands/ListPullRequestsCommand.ts | 4 + .../src/commands/ListRepositoriesCommand.ts | 4 + ...ositoriesForApprovalRuleTemplateCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../MergeBranchesByFastForwardCommand.ts | 4 + .../commands/MergeBranchesBySquashCommand.ts | 4 + .../MergeBranchesByThreeWayCommand.ts | 4 + .../MergePullRequestByFastForwardCommand.ts | 4 + .../MergePullRequestBySquashCommand.ts | 4 + .../MergePullRequestByThreeWayCommand.ts | 4 + ...OverridePullRequestApprovalRulesCommand.ts | 4 + .../PostCommentForComparedCommitCommand.ts | 4 + .../PostCommentForPullRequestCommand.ts | 4 + .../src/commands/PostCommentReplyCommand.ts | 4 + .../src/commands/PutCommentReactionCommand.ts | 4 + .../src/commands/PutFileCommand.ts | 4 + .../commands/PutRepositoryTriggersCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../commands/TestRepositoryTriggersCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + ...pdateApprovalRuleTemplateContentCommand.ts | 4 + ...eApprovalRuleTemplateDescriptionCommand.ts | 4 + .../UpdateApprovalRuleTemplateNameCommand.ts | 4 + .../src/commands/UpdateCommentCommand.ts | 4 + .../commands/UpdateDefaultBranchCommand.ts | 4 + ...tePullRequestApprovalRuleContentCommand.ts | 4 + .../UpdatePullRequestApprovalStateCommand.ts | 4 + .../UpdatePullRequestDescriptionCommand.ts | 4 + .../UpdatePullRequestStatusCommand.ts | 4 + .../commands/UpdatePullRequestTitleCommand.ts | 4 + .../UpdateRepositoryDescriptionCommand.ts | 4 + .../commands/UpdateRepositoryNameCommand.ts | 4 + clients/client-codecommit/src/index.ts | 406 +++++++++++++++++- .../src/models/CodeCommitServiceException.ts | 2 + .../client-codedeploy/src/CodeDeployClient.ts | 6 +- .../AddTagsToOnPremisesInstancesCommand.ts | 4 + .../BatchGetApplicationRevisionsCommand.ts | 4 + .../commands/BatchGetApplicationsCommand.ts | 4 + .../BatchGetDeploymentGroupsCommand.ts | 4 + .../BatchGetDeploymentInstancesCommand.ts | 4 + .../BatchGetDeploymentTargetsCommand.ts | 4 + .../commands/BatchGetDeploymentsCommand.ts | 4 + .../BatchGetOnPremisesInstancesCommand.ts | 4 + .../src/commands/ContinueDeploymentCommand.ts | 4 + .../src/commands/CreateApplicationCommand.ts | 4 + .../src/commands/CreateDeploymentCommand.ts | 4 + .../commands/CreateDeploymentConfigCommand.ts | 4 + .../commands/CreateDeploymentGroupCommand.ts | 4 + .../src/commands/DeleteApplicationCommand.ts | 4 + .../commands/DeleteDeploymentConfigCommand.ts | 4 + .../commands/DeleteDeploymentGroupCommand.ts | 4 + .../DeleteGitHubAccountTokenCommand.ts | 4 + .../DeleteResourcesByExternalIdCommand.ts | 4 + .../DeregisterOnPremisesInstanceCommand.ts | 4 + .../src/commands/GetApplicationCommand.ts | 4 + .../commands/GetApplicationRevisionCommand.ts | 4 + .../src/commands/GetDeploymentCommand.ts | 4 + .../commands/GetDeploymentConfigCommand.ts | 4 + .../src/commands/GetDeploymentGroupCommand.ts | 4 + .../commands/GetDeploymentInstanceCommand.ts | 4 + .../commands/GetDeploymentTargetCommand.ts | 4 + .../commands/GetOnPremisesInstanceCommand.ts | 4 + .../ListApplicationRevisionsCommand.ts | 4 + .../src/commands/ListApplicationsCommand.ts | 4 + .../commands/ListDeploymentConfigsCommand.ts | 4 + .../commands/ListDeploymentGroupsCommand.ts | 4 + .../ListDeploymentInstancesCommand.ts | 4 + .../commands/ListDeploymentTargetsCommand.ts | 4 + .../src/commands/ListDeploymentsCommand.ts | 4 + .../ListGitHubAccountTokenNamesCommand.ts | 4 + .../ListOnPremisesInstancesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + ...ifecycleEventHookExecutionStatusCommand.ts | 4 + .../RegisterApplicationRevisionCommand.ts | 4 + .../RegisterOnPremisesInstanceCommand.ts | 4 + ...emoveTagsFromOnPremisesInstancesCommand.ts | 4 + ...ipWaitTimeForInstanceTerminationCommand.ts | 4 + .../src/commands/StopDeploymentCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateApplicationCommand.ts | 4 + .../commands/UpdateDeploymentGroupCommand.ts | 4 + clients/client-codedeploy/src/index.ts | 102 ++++- .../src/models/CodeDeployServiceException.ts | 2 + .../src/CodeGuruReviewerClient.ts | 6 +- .../commands/AssociateRepositoryCommand.ts | 4 + .../src/commands/CreateCodeReviewCommand.ts | 4 + .../src/commands/DescribeCodeReviewCommand.ts | 4 + .../DescribeRecommendationFeedbackCommand.ts | 4 + .../DescribeRepositoryAssociationCommand.ts | 4 + .../commands/DisassociateRepositoryCommand.ts | 4 + .../src/commands/ListCodeReviewsCommand.ts | 4 + .../ListRecommendationFeedbackCommand.ts | 4 + .../commands/ListRecommendationsCommand.ts | 4 + .../ListRepositoryAssociationsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../PutRecommendationFeedbackCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + clients/client-codeguru-reviewer/src/index.ts | 26 +- .../CodeGuruReviewerServiceException.ts | 2 + .../src/CodeGuruProfilerClient.ts | 6 +- .../AddNotificationChannelsCommand.ts | 4 + .../BatchGetFrameMetricDataCommand.ts | 4 + .../src/commands/ConfigureAgentCommand.ts | 4 + .../commands/CreateProfilingGroupCommand.ts | 4 + .../commands/DeleteProfilingGroupCommand.ts | 4 + .../commands/DescribeProfilingGroupCommand.ts | 4 + .../GetFindingsReportAccountSummaryCommand.ts | 4 + .../GetNotificationConfigurationCommand.ts | 4 + .../src/commands/GetPolicyCommand.ts | 4 + .../src/commands/GetProfileCommand.ts | 4 + .../src/commands/GetRecommendationsCommand.ts | 4 + .../commands/ListFindingsReportsCommand.ts | 4 + .../src/commands/ListProfileTimesCommand.ts | 4 + .../commands/ListProfilingGroupsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PostAgentProfileCommand.ts | 4 + .../src/commands/PutPermissionCommand.ts | 4 + .../RemoveNotificationChannelCommand.ts | 4 + .../src/commands/RemovePermissionCommand.ts | 4 + .../src/commands/SubmitFeedbackCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateProfilingGroupCommand.ts | 4 + clients/client-codeguruprofiler/src/index.ts | 32 +- .../CodeGuruProfilerServiceException.ts | 2 + .../src/CodePipelineClient.ts | 6 +- .../src/commands/AcknowledgeJobCommand.ts | 4 + .../AcknowledgeThirdPartyJobCommand.ts | 4 + .../commands/CreateCustomActionTypeCommand.ts | 4 + .../src/commands/CreatePipelineCommand.ts | 4 + .../commands/DeleteCustomActionTypeCommand.ts | 4 + .../src/commands/DeletePipelineCommand.ts | 4 + .../src/commands/DeleteWebhookCommand.ts | 4 + .../DeregisterWebhookWithThirdPartyCommand.ts | 4 + .../commands/DisableStageTransitionCommand.ts | 4 + .../commands/EnableStageTransitionCommand.ts | 4 + .../src/commands/GetActionTypeCommand.ts | 4 + .../src/commands/GetJobDetailsCommand.ts | 4 + .../src/commands/GetPipelineCommand.ts | 4 + .../commands/GetPipelineExecutionCommand.ts | 4 + .../src/commands/GetPipelineStateCommand.ts | 4 + .../GetThirdPartyJobDetailsCommand.ts | 4 + .../commands/ListActionExecutionsCommand.ts | 4 + .../src/commands/ListActionTypesCommand.ts | 4 + .../commands/ListPipelineExecutionsCommand.ts | 4 + .../src/commands/ListPipelinesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListWebhooksCommand.ts | 4 + .../src/commands/PollForJobsCommand.ts | 4 + .../commands/PollForThirdPartyJobsCommand.ts | 4 + .../src/commands/PutActionRevisionCommand.ts | 4 + .../src/commands/PutApprovalResultCommand.ts | 4 + .../commands/PutJobFailureResultCommand.ts | 4 + .../commands/PutJobSuccessResultCommand.ts | 4 + .../PutThirdPartyJobFailureResultCommand.ts | 4 + .../PutThirdPartyJobSuccessResultCommand.ts | 4 + .../src/commands/PutWebhookCommand.ts | 4 + .../RegisterWebhookWithThirdPartyCommand.ts | 4 + .../commands/RetryStageExecutionCommand.ts | 4 + .../commands/StartPipelineExecutionCommand.ts | 4 + .../commands/StopPipelineExecutionCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateActionTypeCommand.ts | 4 + .../src/commands/UpdatePipelineCommand.ts | 4 + clients/client-codepipeline/src/index.ts | 204 ++++++++- .../models/CodePipelineServiceException.ts | 2 + .../src/CodeStarConnectionsClient.ts | 6 +- .../src/commands/CreateConnectionCommand.ts | 4 + .../src/commands/CreateHostCommand.ts | 4 + .../src/commands/DeleteConnectionCommand.ts | 4 + .../src/commands/DeleteHostCommand.ts | 4 + .../src/commands/GetConnectionCommand.ts | 4 + .../src/commands/GetHostCommand.ts | 4 + .../src/commands/ListConnectionsCommand.ts | 4 + .../src/commands/ListHostsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateHostCommand.ts | 4 + .../client-codestar-connections/src/index.ts | 89 +++- .../CodeStarConnectionsServiceException.ts | 2 + .../src/CodestarNotificationsClient.ts | 6 +- .../commands/CreateNotificationRuleCommand.ts | 4 + .../commands/DeleteNotificationRuleCommand.ts | 4 + .../src/commands/DeleteTargetCommand.ts | 4 + .../DescribeNotificationRuleCommand.ts | 4 + .../src/commands/ListEventTypesCommand.ts | 4 + .../commands/ListNotificationRulesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListTargetsCommand.ts | 4 + .../src/commands/SubscribeCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UnsubscribeCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateNotificationRuleCommand.ts | 4 + .../src/index.ts | 93 +++- .../CodestarNotificationsServiceException.ts | 2 + clients/client-codestar/src/CodeStarClient.ts | 6 +- .../commands/AssociateTeamMemberCommand.ts | 4 + .../src/commands/CreateProjectCommand.ts | 4 + .../src/commands/CreateUserProfileCommand.ts | 4 + .../src/commands/DeleteProjectCommand.ts | 4 + .../src/commands/DeleteUserProfileCommand.ts | 4 + .../src/commands/DescribeProjectCommand.ts | 4 + .../commands/DescribeUserProfileCommand.ts | 4 + .../commands/DisassociateTeamMemberCommand.ts | 4 + .../src/commands/ListProjectsCommand.ts | 4 + .../src/commands/ListResourcesCommand.ts | 4 + .../src/commands/ListTagsForProjectCommand.ts | 4 + .../src/commands/ListTeamMembersCommand.ts | 4 + .../src/commands/ListUserProfilesCommand.ts | 4 + .../src/commands/TagProjectCommand.ts | 4 + .../src/commands/UntagProjectCommand.ts | 4 + .../src/commands/UpdateProjectCommand.ts | 4 + .../src/commands/UpdateTeamMemberCommand.ts | 4 + .../src/commands/UpdateUserProfileCommand.ts | 4 + clients/client-codestar/src/index.ts | 97 ++++- .../src/models/CodeStarServiceException.ts | 2 + .../src/CognitoIdentityProviderClient.ts | 6 +- .../commands/AddCustomAttributesCommand.ts | 4 + .../commands/AdminAddUserToGroupCommand.ts | 4 + .../src/commands/AdminConfirmSignUpCommand.ts | 4 + .../src/commands/AdminCreateUserCommand.ts | 4 + .../AdminDeleteUserAttributesCommand.ts | 4 + .../src/commands/AdminDeleteUserCommand.ts | 4 + .../AdminDisableProviderForUserCommand.ts | 4 + .../src/commands/AdminDisableUserCommand.ts | 4 + .../src/commands/AdminEnableUserCommand.ts | 4 + .../src/commands/AdminForgetDeviceCommand.ts | 4 + .../src/commands/AdminGetDeviceCommand.ts | 4 + .../src/commands/AdminGetUserCommand.ts | 4 + .../src/commands/AdminInitiateAuthCommand.ts | 4 + .../AdminLinkProviderForUserCommand.ts | 4 + .../src/commands/AdminListDevicesCommand.ts | 4 + .../commands/AdminListGroupsForUserCommand.ts | 4 + .../AdminListUserAuthEventsCommand.ts | 4 + .../AdminRemoveUserFromGroupCommand.ts | 4 + .../commands/AdminResetUserPasswordCommand.ts | 4 + .../AdminRespondToAuthChallengeCommand.ts | 4 + .../AdminSetUserMFAPreferenceCommand.ts | 4 + .../commands/AdminSetUserPasswordCommand.ts | 4 + .../commands/AdminSetUserSettingsCommand.ts | 4 + .../AdminUpdateAuthEventFeedbackCommand.ts | 4 + .../AdminUpdateDeviceStatusCommand.ts | 4 + .../AdminUpdateUserAttributesCommand.ts | 4 + .../commands/AdminUserGlobalSignOutCommand.ts | 4 + .../commands/AssociateSoftwareTokenCommand.ts | 4 + .../src/commands/ChangePasswordCommand.ts | 4 + .../src/commands/ConfirmDeviceCommand.ts | 4 + .../commands/ConfirmForgotPasswordCommand.ts | 4 + .../src/commands/ConfirmSignUpCommand.ts | 4 + .../src/commands/CreateGroupCommand.ts | 4 + .../commands/CreateIdentityProviderCommand.ts | 4 + .../commands/CreateResourceServerCommand.ts | 4 + .../commands/CreateUserImportJobCommand.ts | 4 + .../commands/CreateUserPoolClientCommand.ts | 4 + .../src/commands/CreateUserPoolCommand.ts | 4 + .../commands/CreateUserPoolDomainCommand.ts | 4 + .../src/commands/DeleteGroupCommand.ts | 4 + .../commands/DeleteIdentityProviderCommand.ts | 4 + .../commands/DeleteResourceServerCommand.ts | 4 + .../commands/DeleteUserAttributesCommand.ts | 4 + .../src/commands/DeleteUserCommand.ts | 4 + .../commands/DeleteUserPoolClientCommand.ts | 4 + .../src/commands/DeleteUserPoolCommand.ts | 4 + .../commands/DeleteUserPoolDomainCommand.ts | 4 + .../DescribeIdentityProviderCommand.ts | 4 + .../commands/DescribeResourceServerCommand.ts | 4 + .../DescribeRiskConfigurationCommand.ts | 4 + .../commands/DescribeUserImportJobCommand.ts | 4 + .../commands/DescribeUserPoolClientCommand.ts | 4 + .../src/commands/DescribeUserPoolCommand.ts | 4 + .../commands/DescribeUserPoolDomainCommand.ts | 4 + .../src/commands/ForgetDeviceCommand.ts | 4 + .../src/commands/ForgotPasswordCommand.ts | 4 + .../src/commands/GetCSVHeaderCommand.ts | 4 + .../src/commands/GetDeviceCommand.ts | 4 + .../src/commands/GetGroupCommand.ts | 4 + .../GetIdentityProviderByIdentifierCommand.ts | 4 + .../commands/GetSigningCertificateCommand.ts | 4 + .../src/commands/GetUICustomizationCommand.ts | 4 + ...GetUserAttributeVerificationCodeCommand.ts | 4 + .../src/commands/GetUserCommand.ts | 4 + .../commands/GetUserPoolMfaConfigCommand.ts | 4 + .../src/commands/GlobalSignOutCommand.ts | 4 + .../src/commands/InitiateAuthCommand.ts | 4 + .../src/commands/ListDevicesCommand.ts | 4 + .../src/commands/ListGroupsCommand.ts | 4 + .../commands/ListIdentityProvidersCommand.ts | 4 + .../commands/ListResourceServersCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListUserImportJobsCommand.ts | 4 + .../commands/ListUserPoolClientsCommand.ts | 4 + .../src/commands/ListUserPoolsCommand.ts | 4 + .../src/commands/ListUsersCommand.ts | 4 + .../src/commands/ListUsersInGroupCommand.ts | 4 + .../commands/ResendConfirmationCodeCommand.ts | 4 + .../commands/RespondToAuthChallengeCommand.ts | 4 + .../src/commands/RevokeTokenCommand.ts | 4 + .../commands/SetRiskConfigurationCommand.ts | 4 + .../src/commands/SetUICustomizationCommand.ts | 4 + .../commands/SetUserMFAPreferenceCommand.ts | 4 + .../commands/SetUserPoolMfaConfigCommand.ts | 4 + .../src/commands/SetUserSettingsCommand.ts | 4 + .../src/commands/SignUpCommand.ts | 4 + .../src/commands/StartUserImportJobCommand.ts | 4 + .../src/commands/StopUserImportJobCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateAuthEventFeedbackCommand.ts | 4 + .../src/commands/UpdateDeviceStatusCommand.ts | 4 + .../src/commands/UpdateGroupCommand.ts | 4 + .../commands/UpdateIdentityProviderCommand.ts | 4 + .../commands/UpdateResourceServerCommand.ts | 4 + .../commands/UpdateUserAttributesCommand.ts | 4 + .../commands/UpdateUserPoolClientCommand.ts | 4 + .../src/commands/UpdateUserPoolCommand.ts | 4 + .../commands/UpdateUserPoolDomainCommand.ts | 4 + .../commands/VerifySoftwareTokenCommand.ts | 4 + .../commands/VerifyUserAttributeCommand.ts | 4 + .../src/index.ts | 15 +- ...CognitoIdentityProviderServiceException.ts | 2 + .../src/CognitoIdentityClient.ts | 6 +- .../src/commands/CreateIdentityPoolCommand.ts | 4 + .../src/commands/DeleteIdentitiesCommand.ts | 4 + .../src/commands/DeleteIdentityPoolCommand.ts | 4 + .../src/commands/DescribeIdentityCommand.ts | 4 + .../commands/DescribeIdentityPoolCommand.ts | 4 + .../GetCredentialsForIdentityCommand.ts | 4 + .../src/commands/GetIdCommand.ts | 4 + .../commands/GetIdentityPoolRolesCommand.ts | 4 + .../src/commands/GetOpenIdTokenCommand.ts | 4 + ...tOpenIdTokenForDeveloperIdentityCommand.ts | 4 + .../GetPrincipalTagAttributeMapCommand.ts | 4 + .../src/commands/ListIdentitiesCommand.ts | 4 + .../src/commands/ListIdentityPoolsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../LookupDeveloperIdentityCommand.ts | 4 + .../MergeDeveloperIdentitiesCommand.ts | 4 + .../commands/SetIdentityPoolRolesCommand.ts | 4 + .../SetPrincipalTagAttributeMapCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../UnlinkDeveloperIdentityCommand.ts | 4 + .../src/commands/UnlinkIdentityCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateIdentityPoolCommand.ts | 4 + clients/client-cognito-identity/src/index.ts | 23 +- .../models/CognitoIdentityServiceException.ts | 2 + .../src/CognitoSyncClient.ts | 6 +- .../src/commands/BulkPublishCommand.ts | 4 + .../src/commands/DeleteDatasetCommand.ts | 4 + .../src/commands/DescribeDatasetCommand.ts | 4 + .../DescribeIdentityPoolUsageCommand.ts | 4 + .../commands/DescribeIdentityUsageCommand.ts | 4 + .../commands/GetBulkPublishDetailsCommand.ts | 4 + .../src/commands/GetCognitoEventsCommand.ts | 4 + .../GetIdentityPoolConfigurationCommand.ts | 4 + .../src/commands/ListDatasetsCommand.ts | 4 + .../commands/ListIdentityPoolUsageCommand.ts | 4 + .../src/commands/ListRecordsCommand.ts | 4 + .../src/commands/RegisterDeviceCommand.ts | 4 + .../src/commands/SetCognitoEventsCommand.ts | 4 + .../SetIdentityPoolConfigurationCommand.ts | 4 + .../src/commands/SubscribeToDatasetCommand.ts | 4 + .../commands/UnsubscribeFromDatasetCommand.ts | 4 + .../src/commands/UpdateRecordsCommand.ts | 4 + clients/client-cognito-sync/src/index.ts | 20 +- .../src/models/CognitoSyncServiceException.ts | 2 + .../client-comprehend/src/ComprehendClient.ts | 6 +- .../BatchDetectDominantLanguageCommand.ts | 4 + .../commands/BatchDetectEntitiesCommand.ts | 4 + .../commands/BatchDetectKeyPhrasesCommand.ts | 4 + .../commands/BatchDetectSentimentCommand.ts | 4 + .../src/commands/BatchDetectSyntaxCommand.ts | 4 + .../BatchDetectTargetedSentimentCommand.ts | 4 + .../src/commands/ClassifyDocumentCommand.ts | 4 + .../commands/ContainsPiiEntitiesCommand.ts | 4 + .../src/commands/CreateDatasetCommand.ts | 4 + .../CreateDocumentClassifierCommand.ts | 4 + .../src/commands/CreateEndpointCommand.ts | 4 + .../commands/CreateEntityRecognizerCommand.ts | 4 + .../src/commands/CreateFlywheelCommand.ts | 4 + .../DeleteDocumentClassifierCommand.ts | 4 + .../src/commands/DeleteEndpointCommand.ts | 4 + .../commands/DeleteEntityRecognizerCommand.ts | 4 + .../src/commands/DeleteFlywheelCommand.ts | 4 + .../commands/DeleteResourcePolicyCommand.ts | 4 + .../src/commands/DescribeDatasetCommand.ts | 4 + ...escribeDocumentClassificationJobCommand.ts | 4 + .../DescribeDocumentClassifierCommand.ts | 4 + ...ribeDominantLanguageDetectionJobCommand.ts | 4 + .../src/commands/DescribeEndpointCommand.ts | 4 + .../DescribeEntitiesDetectionJobCommand.ts | 4 + .../DescribeEntityRecognizerCommand.ts | 4 + .../DescribeEventsDetectionJobCommand.ts | 4 + .../src/commands/DescribeFlywheelCommand.ts | 4 + .../DescribeFlywheelIterationCommand.ts | 4 + .../DescribeKeyPhrasesDetectionJobCommand.ts | 4 + .../DescribePiiEntitiesDetectionJobCommand.ts | 4 + .../commands/DescribeResourcePolicyCommand.ts | 4 + .../DescribeSentimentDetectionJobCommand.ts | 4 + ...ibeTargetedSentimentDetectionJobCommand.ts | 4 + .../DescribeTopicsDetectionJobCommand.ts | 4 + .../commands/DetectDominantLanguageCommand.ts | 4 + .../src/commands/DetectEntitiesCommand.ts | 4 + .../src/commands/DetectKeyPhrasesCommand.ts | 4 + .../src/commands/DetectPiiEntitiesCommand.ts | 4 + .../src/commands/DetectSentimentCommand.ts | 4 + .../src/commands/DetectSyntaxCommand.ts | 4 + .../DetectTargetedSentimentCommand.ts | 4 + .../src/commands/ImportModelCommand.ts | 4 + .../src/commands/ListDatasetsCommand.ts | 4 + .../ListDocumentClassificationJobsCommand.ts | 4 + .../ListDocumentClassifierSummariesCommand.ts | 4 + .../ListDocumentClassifiersCommand.ts | 4 + ...istDominantLanguageDetectionJobsCommand.ts | 4 + .../src/commands/ListEndpointsCommand.ts | 4 + .../ListEntitiesDetectionJobsCommand.ts | 4 + .../ListEntityRecognizerSummariesCommand.ts | 4 + .../commands/ListEntityRecognizersCommand.ts | 4 + .../ListEventsDetectionJobsCommand.ts | 4 + .../ListFlywheelIterationHistoryCommand.ts | 4 + .../src/commands/ListFlywheelsCommand.ts | 4 + .../ListKeyPhrasesDetectionJobsCommand.ts | 4 + .../ListPiiEntitiesDetectionJobsCommand.ts | 4 + .../ListSentimentDetectionJobsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + ...stTargetedSentimentDetectionJobsCommand.ts | 4 + .../ListTopicsDetectionJobsCommand.ts | 4 + .../src/commands/PutResourcePolicyCommand.ts | 4 + .../StartDocumentClassificationJobCommand.ts | 4 + ...tartDominantLanguageDetectionJobCommand.ts | 4 + .../StartEntitiesDetectionJobCommand.ts | 4 + .../StartEventsDetectionJobCommand.ts | 4 + .../commands/StartFlywheelIterationCommand.ts | 4 + .../StartKeyPhrasesDetectionJobCommand.ts | 4 + .../StartPiiEntitiesDetectionJobCommand.ts | 4 + .../StartSentimentDetectionJobCommand.ts | 4 + ...artTargetedSentimentDetectionJobCommand.ts | 4 + .../StartTopicsDetectionJobCommand.ts | 4 + ...StopDominantLanguageDetectionJobCommand.ts | 4 + .../StopEntitiesDetectionJobCommand.ts | 4 + .../commands/StopEventsDetectionJobCommand.ts | 4 + .../StopKeyPhrasesDetectionJobCommand.ts | 4 + .../StopPiiEntitiesDetectionJobCommand.ts | 4 + .../StopSentimentDetectionJobCommand.ts | 4 + ...topTargetedSentimentDetectionJobCommand.ts | 4 + .../StopTrainingDocumentClassifierCommand.ts | 4 + .../StopTrainingEntityRecognizerCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateEndpointCommand.ts | 4 + .../src/commands/UpdateFlywheelCommand.ts | 4 + clients/client-comprehend/src/index.ts | 13 +- .../src/models/ComprehendServiceException.ts | 2 + .../src/ComprehendMedicalClient.ts | 6 +- .../DescribeEntitiesDetectionV2JobCommand.ts | 4 + .../DescribeICD10CMInferenceJobCommand.ts | 4 + .../DescribePHIDetectionJobCommand.ts | 4 + .../DescribeRxNormInferenceJobCommand.ts | 4 + .../DescribeSNOMEDCTInferenceJobCommand.ts | 4 + .../src/commands/DetectEntitiesCommand.ts | 4 + .../src/commands/DetectEntitiesV2Command.ts | 4 + .../src/commands/DetectPHICommand.ts | 4 + .../src/commands/InferICD10CMCommand.ts | 4 + .../src/commands/InferRxNormCommand.ts | 4 + .../src/commands/InferSNOMEDCTCommand.ts | 4 + .../ListEntitiesDetectionV2JobsCommand.ts | 4 + .../ListICD10CMInferenceJobsCommand.ts | 4 + .../commands/ListPHIDetectionJobsCommand.ts | 4 + .../ListRxNormInferenceJobsCommand.ts | 4 + .../ListSNOMEDCTInferenceJobsCommand.ts | 4 + .../StartEntitiesDetectionV2JobCommand.ts | 4 + .../StartICD10CMInferenceJobCommand.ts | 4 + .../commands/StartPHIDetectionJobCommand.ts | 4 + .../StartRxNormInferenceJobCommand.ts | 4 + .../StartSNOMEDCTInferenceJobCommand.ts | 4 + .../StopEntitiesDetectionV2JobCommand.ts | 4 + .../StopICD10CMInferenceJobCommand.ts | 4 + .../commands/StopPHIDetectionJobCommand.ts | 4 + .../commands/StopRxNormInferenceJobCommand.ts | 4 + .../StopSNOMEDCTInferenceJobCommand.ts | 4 + clients/client-comprehendmedical/src/index.ts | 9 +- .../ComprehendMedicalServiceException.ts | 2 + .../src/ComputeOptimizerClient.ts | 6 +- .../DeleteRecommendationPreferencesCommand.ts | 4 + ...DescribeRecommendationExportJobsCommand.ts | 4 + ...tAutoScalingGroupRecommendationsCommand.ts | 4 + .../ExportEBSVolumeRecommendationsCommand.ts | 4 + ...ExportEC2InstanceRecommendationsCommand.ts | 4 + .../ExportECSServiceRecommendationsCommand.ts | 4 + ...ortLambdaFunctionRecommendationsCommand.ts | 4 + ...tAutoScalingGroupRecommendationsCommand.ts | 4 + .../GetEBSVolumeRecommendationsCommand.ts | 4 + .../GetEC2InstanceRecommendationsCommand.ts | 4 + ...C2RecommendationProjectedMetricsCommand.ts | 4 + ...ceRecommendationProjectedMetricsCommand.ts | 4 + .../GetECSServiceRecommendationsCommand.ts | 4 + ...fectiveRecommendationPreferencesCommand.ts | 4 + .../commands/GetEnrollmentStatusCommand.ts | 4 + ...nrollmentStatusesForOrganizationCommand.ts | 4 + ...GetLambdaFunctionRecommendationsCommand.ts | 4 + .../GetRecommendationPreferencesCommand.ts | 4 + .../GetRecommendationSummariesCommand.ts | 4 + .../PutRecommendationPreferencesCommand.ts | 4 + .../commands/UpdateEnrollmentStatusCommand.ts | 4 + clients/client-compute-optimizer/src/index.ts | 21 +- .../ComputeOptimizerServiceException.ts | 2 + .../src/ConfigServiceClient.ts | 6 +- .../BatchGetAggregateResourceConfigCommand.ts | 4 + .../commands/BatchGetResourceConfigCommand.ts | 4 + .../DeleteAggregationAuthorizationCommand.ts | 4 + .../src/commands/DeleteConfigRuleCommand.ts | 4 + .../DeleteConfigurationAggregatorCommand.ts | 4 + .../DeleteConfigurationRecorderCommand.ts | 4 + .../commands/DeleteConformancePackCommand.ts | 4 + .../commands/DeleteDeliveryChannelCommand.ts | 4 + .../DeleteEvaluationResultsCommand.ts | 4 + .../DeleteOrganizationConfigRuleCommand.ts | 4 + ...eleteOrganizationConformancePackCommand.ts | 4 + .../DeletePendingAggregationRequestCommand.ts | 4 + .../DeleteRemediationConfigurationCommand.ts | 4 + .../DeleteRemediationExceptionsCommand.ts | 4 + .../commands/DeleteResourceConfigCommand.ts | 4 + .../DeleteRetentionConfigurationCommand.ts | 4 + .../src/commands/DeleteStoredQueryCommand.ts | 4 + .../commands/DeliverConfigSnapshotCommand.ts | 4 + ...AggregateComplianceByConfigRulesCommand.ts | 4 + ...gateComplianceByConformancePacksCommand.ts | 4 + ...escribeAggregationAuthorizationsCommand.ts | 4 + .../DescribeComplianceByConfigRuleCommand.ts | 4 + .../DescribeComplianceByResourceCommand.ts | 4 + ...scribeConfigRuleEvaluationStatusCommand.ts | 4 + .../commands/DescribeConfigRulesCommand.ts | 4 + ...igurationAggregatorSourcesStatusCommand.ts | 4 + ...DescribeConfigurationAggregatorsCommand.ts | 4 + ...cribeConfigurationRecorderStatusCommand.ts | 4 + .../DescribeConfigurationRecordersCommand.ts | 4 + ...escribeConformancePackComplianceCommand.ts | 4 + .../DescribeConformancePackStatusCommand.ts | 4 + .../DescribeConformancePacksCommand.ts | 4 + .../DescribeDeliveryChannelStatusCommand.ts | 4 + .../DescribeDeliveryChannelsCommand.ts | 4 + ...beOrganizationConfigRuleStatusesCommand.ts | 4 + .../DescribeOrganizationConfigRulesCommand.ts | 4 + ...anizationConformancePackStatusesCommand.ts | 4 + ...ribeOrganizationConformancePacksCommand.ts | 4 + ...scribePendingAggregationRequestsCommand.ts | 4 + ...escribeRemediationConfigurationsCommand.ts | 4 + .../DescribeRemediationExceptionsCommand.ts | 4 + ...scribeRemediationExecutionStatusCommand.ts | 4 + .../DescribeRetentionConfigurationsCommand.ts | 4 + ...ateComplianceDetailsByConfigRuleCommand.ts | 4 + ...egateConfigRuleComplianceSummaryCommand.ts | 4 + ...ConformancePackComplianceSummaryCommand.ts | 4 + ...ggregateDiscoveredResourceCountsCommand.ts | 4 + .../GetAggregateResourceConfigCommand.ts | 4 + ...GetComplianceDetailsByConfigRuleCommand.ts | 4 + .../GetComplianceDetailsByResourceCommand.ts | 4 + ...GetComplianceSummaryByConfigRuleCommand.ts | 4 + ...tComplianceSummaryByResourceTypeCommand.ts | 4 + ...ConformancePackComplianceDetailsCommand.ts | 4 + ...ConformancePackComplianceSummaryCommand.ts | 4 + .../commands/GetCustomRulePolicyCommand.ts | 4 + .../GetDiscoveredResourceCountsCommand.ts | 4 + ...nizationConfigRuleDetailedStatusCommand.ts | 4 + ...ionConformancePackDetailedStatusCommand.ts | 4 + .../GetOrganizationCustomRulePolicyCommand.ts | 4 + .../GetResourceConfigHistoryCommand.ts | 4 + .../GetResourceEvaluationSummaryCommand.ts | 4 + .../src/commands/GetStoredQueryCommand.ts | 4 + ...ListAggregateDiscoveredResourcesCommand.ts | 4 + ...tConformancePackComplianceScoresCommand.ts | 4 + .../ListDiscoveredResourcesCommand.ts | 4 + .../ListResourceEvaluationsCommand.ts | 4 + .../src/commands/ListStoredQueriesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../PutAggregationAuthorizationCommand.ts | 4 + .../src/commands/PutConfigRuleCommand.ts | 4 + .../PutConfigurationAggregatorCommand.ts | 4 + .../PutConfigurationRecorderCommand.ts | 4 + .../src/commands/PutConformancePackCommand.ts | 4 + .../src/commands/PutDeliveryChannelCommand.ts | 4 + .../src/commands/PutEvaluationsCommand.ts | 4 + .../commands/PutExternalEvaluationCommand.ts | 4 + .../PutOrganizationConfigRuleCommand.ts | 4 + .../PutOrganizationConformancePackCommand.ts | 4 + .../PutRemediationConfigurationsCommand.ts | 4 + .../PutRemediationExceptionsCommand.ts | 4 + .../src/commands/PutResourceConfigCommand.ts | 4 + .../PutRetentionConfigurationCommand.ts | 4 + .../src/commands/PutStoredQueryCommand.ts | 4 + .../SelectAggregateResourceConfigCommand.ts | 4 + .../commands/SelectResourceConfigCommand.ts | 4 + .../StartConfigRulesEvaluationCommand.ts | 4 + .../StartConfigurationRecorderCommand.ts | 4 + .../StartRemediationExecutionCommand.ts | 4 + .../StartResourceEvaluationCommand.ts | 4 + .../StopConfigurationRecorderCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + clients/client-config-service/src/index.ts | 30 +- .../models/ConfigServiceServiceException.ts | 2 + .../src/ConnectContactLensClient.ts | 6 +- ...tRealtimeContactAnalysisSegmentsCommand.ts | 4 + .../client-connect-contact-lens/src/index.ts | 16 +- .../ConnectContactLensServiceException.ts | 2 + clients/client-connect/src/ConnectClient.ts | 6 +- .../commands/ActivateEvaluationFormCommand.ts | 4 + .../AssociateApprovedOriginCommand.ts | 4 + .../src/commands/AssociateBotCommand.ts | 4 + .../AssociateDefaultVocabularyCommand.ts | 4 + .../AssociateInstanceStorageConfigCommand.ts | 4 + .../AssociateLambdaFunctionCommand.ts | 4 + .../src/commands/AssociateLexBotCommand.ts | 4 + .../AssociatePhoneNumberContactFlowCommand.ts | 4 + .../AssociateQueueQuickConnectsCommand.ts | 4 + .../AssociateRoutingProfileQueuesCommand.ts | 4 + .../commands/AssociateSecurityKeyCommand.ts | 4 + .../src/commands/ClaimPhoneNumberCommand.ts | 4 + .../src/commands/CreateAgentStatusCommand.ts | 4 + .../src/commands/CreateContactFlowCommand.ts | 4 + .../CreateContactFlowModuleCommand.ts | 4 + .../commands/CreateEvaluationFormCommand.ts | 4 + .../commands/CreateHoursOfOperationCommand.ts | 4 + .../src/commands/CreateInstanceCommand.ts | 4 + .../CreateIntegrationAssociationCommand.ts | 4 + .../src/commands/CreateParticipantCommand.ts | 4 + .../src/commands/CreateQueueCommand.ts | 4 + .../src/commands/CreateQuickConnectCommand.ts | 4 + .../commands/CreateRoutingProfileCommand.ts | 4 + .../src/commands/CreateRuleCommand.ts | 4 + .../commands/CreateSecurityProfileCommand.ts | 4 + .../src/commands/CreateTaskTemplateCommand.ts | 4 + .../CreateTrafficDistributionGroupCommand.ts | 4 + .../src/commands/CreateUseCaseCommand.ts | 4 + .../src/commands/CreateUserCommand.ts | 4 + .../CreateUserHierarchyGroupCommand.ts | 4 + .../src/commands/CreateVocabularyCommand.ts | 4 + .../DeactivateEvaluationFormCommand.ts | 4 + .../DeleteContactEvaluationCommand.ts | 4 + .../src/commands/DeleteContactFlowCommand.ts | 4 + .../DeleteContactFlowModuleCommand.ts | 4 + .../commands/DeleteEvaluationFormCommand.ts | 4 + .../commands/DeleteHoursOfOperationCommand.ts | 4 + .../src/commands/DeleteInstanceCommand.ts | 4 + .../DeleteIntegrationAssociationCommand.ts | 4 + .../src/commands/DeleteQuickConnectCommand.ts | 4 + .../src/commands/DeleteRuleCommand.ts | 4 + .../commands/DeleteSecurityProfileCommand.ts | 4 + .../src/commands/DeleteTaskTemplateCommand.ts | 4 + .../DeleteTrafficDistributionGroupCommand.ts | 4 + .../src/commands/DeleteUseCaseCommand.ts | 4 + .../src/commands/DeleteUserCommand.ts | 4 + .../DeleteUserHierarchyGroupCommand.ts | 4 + .../src/commands/DeleteVocabularyCommand.ts | 4 + .../commands/DescribeAgentStatusCommand.ts | 4 + .../src/commands/DescribeContactCommand.ts | 4 + .../DescribeContactEvaluationCommand.ts | 4 + .../commands/DescribeContactFlowCommand.ts | 4 + .../DescribeContactFlowModuleCommand.ts | 4 + .../commands/DescribeEvaluationFormCommand.ts | 4 + .../DescribeHoursOfOperationCommand.ts | 4 + .../DescribeInstanceAttributeCommand.ts | 4 + .../src/commands/DescribeInstanceCommand.ts | 4 + .../DescribeInstanceStorageConfigCommand.ts | 4 + .../commands/DescribePhoneNumberCommand.ts | 4 + .../src/commands/DescribeQueueCommand.ts | 4 + .../commands/DescribeQuickConnectCommand.ts | 4 + .../commands/DescribeRoutingProfileCommand.ts | 4 + .../src/commands/DescribeRuleCommand.ts | 4 + .../DescribeSecurityProfileCommand.ts | 4 + ...DescribeTrafficDistributionGroupCommand.ts | 4 + .../src/commands/DescribeUserCommand.ts | 4 + .../DescribeUserHierarchyGroupCommand.ts | 4 + .../DescribeUserHierarchyStructureCommand.ts | 4 + .../src/commands/DescribeVocabularyCommand.ts | 4 + .../DisassociateApprovedOriginCommand.ts | 4 + .../src/commands/DisassociateBotCommand.ts | 4 + ...isassociateInstanceStorageConfigCommand.ts | 4 + .../DisassociateLambdaFunctionCommand.ts | 4 + .../src/commands/DisassociateLexBotCommand.ts | 4 + ...sassociatePhoneNumberContactFlowCommand.ts | 4 + .../DisassociateQueueQuickConnectsCommand.ts | 4 + ...DisassociateRoutingProfileQueuesCommand.ts | 4 + .../DisassociateSecurityKeyCommand.ts | 4 + .../src/commands/DismissUserContactCommand.ts | 4 + .../commands/GetContactAttributesCommand.ts | 4 + .../commands/GetCurrentMetricDataCommand.ts | 4 + .../src/commands/GetCurrentUserDataCommand.ts | 4 + .../src/commands/GetFederationTokenCommand.ts | 4 + .../src/commands/GetMetricDataCommand.ts | 4 + .../src/commands/GetMetricDataV2Command.ts | 4 + .../src/commands/GetTaskTemplateCommand.ts | 4 + .../commands/GetTrafficDistributionCommand.ts | 4 + .../src/commands/ListAgentStatusesCommand.ts | 4 + .../commands/ListApprovedOriginsCommand.ts | 4 + .../src/commands/ListBotsCommand.ts | 4 + .../commands/ListContactEvaluationsCommand.ts | 4 + .../commands/ListContactFlowModulesCommand.ts | 4 + .../src/commands/ListContactFlowsCommand.ts | 4 + .../commands/ListContactReferencesCommand.ts | 4 + .../ListDefaultVocabulariesCommand.ts | 4 + .../ListEvaluationFormVersionsCommand.ts | 4 + .../commands/ListEvaluationFormsCommand.ts | 4 + .../commands/ListHoursOfOperationsCommand.ts | 4 + .../commands/ListInstanceAttributesCommand.ts | 4 + .../ListInstanceStorageConfigsCommand.ts | 4 + .../src/commands/ListInstancesCommand.ts | 4 + .../ListIntegrationAssociationsCommand.ts | 4 + .../commands/ListLambdaFunctionsCommand.ts | 4 + .../src/commands/ListLexBotsCommand.ts | 4 + .../src/commands/ListPhoneNumbersCommand.ts | 4 + .../src/commands/ListPhoneNumbersV2Command.ts | 4 + .../src/commands/ListPromptsCommand.ts | 4 + .../commands/ListQueueQuickConnectsCommand.ts | 4 + .../src/commands/ListQueuesCommand.ts | 4 + .../src/commands/ListQuickConnectsCommand.ts | 4 + .../ListRoutingProfileQueuesCommand.ts | 4 + .../commands/ListRoutingProfilesCommand.ts | 4 + .../src/commands/ListRulesCommand.ts | 4 + .../src/commands/ListSecurityKeysCommand.ts | 4 + .../ListSecurityProfilePermissionsCommand.ts | 4 + .../commands/ListSecurityProfilesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListTaskTemplatesCommand.ts | 4 + .../ListTrafficDistributionGroupsCommand.ts | 4 + .../src/commands/ListUseCasesCommand.ts | 4 + .../ListUserHierarchyGroupsCommand.ts | 4 + .../src/commands/ListUsersCommand.ts | 4 + .../src/commands/MonitorContactCommand.ts | 4 + .../src/commands/PutUserStatusCommand.ts | 4 + .../src/commands/ReleasePhoneNumberCommand.ts | 4 + .../src/commands/ReplicateInstanceCommand.ts | 4 + .../commands/ResumeContactRecordingCommand.ts | 4 + .../SearchAvailablePhoneNumbersCommand.ts | 4 + .../src/commands/SearchQueuesCommand.ts | 4 + .../commands/SearchRoutingProfilesCommand.ts | 4 + .../commands/SearchSecurityProfilesCommand.ts | 4 + .../src/commands/SearchUsersCommand.ts | 4 + .../src/commands/SearchVocabulariesCommand.ts | 4 + .../src/commands/StartChatContactCommand.ts | 4 + .../commands/StartContactEvaluationCommand.ts | 4 + .../commands/StartContactRecordingCommand.ts | 4 + .../commands/StartContactStreamingCommand.ts | 4 + .../StartOutboundVoiceContactCommand.ts | 4 + .../src/commands/StartTaskContactCommand.ts | 4 + .../src/commands/StopContactCommand.ts | 4 + .../commands/StopContactRecordingCommand.ts | 4 + .../commands/StopContactStreamingCommand.ts | 4 + .../SubmitContactEvaluationCommand.ts | 4 + .../SuspendContactRecordingCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/TransferContactCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAgentStatusCommand.ts | 4 + .../UpdateContactAttributesCommand.ts | 4 + .../src/commands/UpdateContactCommand.ts | 4 + .../UpdateContactEvaluationCommand.ts | 4 + .../UpdateContactFlowContentCommand.ts | 4 + .../UpdateContactFlowMetadataCommand.ts | 4 + .../UpdateContactFlowModuleContentCommand.ts | 4 + .../UpdateContactFlowModuleMetadataCommand.ts | 4 + .../commands/UpdateContactFlowNameCommand.ts | 4 + .../commands/UpdateContactScheduleCommand.ts | 4 + .../commands/UpdateEvaluationFormCommand.ts | 4 + .../commands/UpdateHoursOfOperationCommand.ts | 4 + .../UpdateInstanceAttributeCommand.ts | 4 + .../UpdateInstanceStorageConfigCommand.ts | 4 + .../UpdateParticipantRoleConfigCommand.ts | 4 + .../src/commands/UpdatePhoneNumberCommand.ts | 4 + .../UpdateQueueHoursOfOperationCommand.ts | 4 + .../commands/UpdateQueueMaxContactsCommand.ts | 4 + .../src/commands/UpdateQueueNameCommand.ts | 4 + .../UpdateQueueOutboundCallerConfigCommand.ts | 4 + .../src/commands/UpdateQueueStatusCommand.ts | 4 + .../UpdateQuickConnectConfigCommand.ts | 4 + .../commands/UpdateQuickConnectNameCommand.ts | 4 + .../UpdateRoutingProfileConcurrencyCommand.ts | 4 + ...utingProfileDefaultOutboundQueueCommand.ts | 4 + .../UpdateRoutingProfileNameCommand.ts | 4 + .../UpdateRoutingProfileQueuesCommand.ts | 4 + .../src/commands/UpdateRuleCommand.ts | 4 + .../commands/UpdateSecurityProfileCommand.ts | 4 + .../src/commands/UpdateTaskTemplateCommand.ts | 4 + .../UpdateTrafficDistributionCommand.ts | 4 + .../commands/UpdateUserHierarchyCommand.ts | 4 + .../UpdateUserHierarchyGroupNameCommand.ts | 4 + .../UpdateUserHierarchyStructureCommand.ts | 4 + .../commands/UpdateUserIdentityInfoCommand.ts | 4 + .../commands/UpdateUserPhoneConfigCommand.ts | 4 + .../UpdateUserRoutingProfileCommand.ts | 4 + .../UpdateUserSecurityProfilesCommand.ts | 4 + clients/client-connect/src/index.ts | 20 +- .../src/models/ConnectServiceException.ts | 2 + .../src/ConnectCampaignsClient.ts | 6 +- .../src/commands/CreateCampaignCommand.ts | 4 + .../src/commands/DeleteCampaignCommand.ts | 4 + .../DeleteConnectInstanceConfigCommand.ts | 4 + .../DeleteInstanceOnboardingJobCommand.ts | 4 + .../src/commands/DescribeCampaignCommand.ts | 4 + .../commands/GetCampaignStateBatchCommand.ts | 4 + .../src/commands/GetCampaignStateCommand.ts | 4 + .../GetConnectInstanceConfigCommand.ts | 4 + .../GetInstanceOnboardingJobStatusCommand.ts | 4 + .../src/commands/ListCampaignsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PauseCampaignCommand.ts | 4 + .../commands/PutDialRequestBatchCommand.ts | 4 + .../src/commands/ResumeCampaignCommand.ts | 4 + .../src/commands/StartCampaignCommand.ts | 4 + .../StartInstanceOnboardingJobCommand.ts | 4 + .../src/commands/StopCampaignCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateCampaignDialerConfigCommand.ts | 4 + .../src/commands/UpdateCampaignNameCommand.ts | 4 + ...UpdateCampaignOutboundCallConfigCommand.ts | 4 + clients/client-connectcampaigns/src/index.ts | 10 +- .../ConnectCampaignsServiceException.ts | 2 + .../src/ConnectCasesClient.ts | 6 +- .../src/commands/BatchGetFieldCommand.ts | 4 + .../commands/BatchPutFieldOptionsCommand.ts | 4 + .../src/commands/CreateCaseCommand.ts | 4 + .../src/commands/CreateDomainCommand.ts | 4 + .../src/commands/CreateFieldCommand.ts | 4 + .../src/commands/CreateLayoutCommand.ts | 4 + .../src/commands/CreateRelatedItemCommand.ts | 4 + .../src/commands/CreateTemplateCommand.ts | 4 + .../src/commands/DeleteDomainCommand.ts | 4 + .../src/commands/GetCaseCommand.ts | 4 + .../GetCaseEventConfigurationCommand.ts | 4 + .../src/commands/GetDomainCommand.ts | 4 + .../src/commands/GetLayoutCommand.ts | 4 + .../src/commands/GetTemplateCommand.ts | 4 + .../commands/ListCasesForContactCommand.ts | 4 + .../src/commands/ListDomainsCommand.ts | 4 + .../src/commands/ListFieldOptionsCommand.ts | 4 + .../src/commands/ListFieldsCommand.ts | 4 + .../src/commands/ListLayoutsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListTemplatesCommand.ts | 4 + .../PutCaseEventConfigurationCommand.ts | 4 + .../src/commands/SearchCasesCommand.ts | 4 + .../src/commands/SearchRelatedItemsCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateCaseCommand.ts | 4 + .../src/commands/UpdateFieldCommand.ts | 4 + .../src/commands/UpdateLayoutCommand.ts | 4 + .../src/commands/UpdateTemplateCommand.ts | 4 + clients/client-connectcases/src/index.ts | 14 +- .../models/ConnectCasesServiceException.ts | 2 + .../src/ConnectParticipantClient.ts | 6 +- .../CompleteAttachmentUploadCommand.ts | 4 + .../CreateParticipantConnectionCommand.ts | 4 + .../commands/DisconnectParticipantCommand.ts | 4 + .../src/commands/GetAttachmentCommand.ts | 4 + .../src/commands/GetTranscriptCommand.ts | 4 + .../src/commands/SendEventCommand.ts | 4 + .../src/commands/SendMessageCommand.ts | 4 + .../commands/StartAttachmentUploadCommand.ts | 4 + .../client-connectparticipant/src/index.ts | 18 +- .../ConnectParticipantServiceException.ts | 2 + .../src/ControlTowerClient.ts | 6 +- .../src/commands/DisableControlCommand.ts | 4 + .../src/commands/EnableControlCommand.ts | 4 + .../commands/GetControlOperationCommand.ts | 4 + .../commands/ListEnabledControlsCommand.ts | 4 + clients/client-controltower/src/index.ts | 80 +++- .../models/ControlTowerServiceException.ts | 2 + .../src/CostAndUsageReportServiceClient.ts | 6 +- .../commands/DeleteReportDefinitionCommand.ts | 4 + .../DescribeReportDefinitionsCommand.ts | 4 + .../commands/ModifyReportDefinitionCommand.ts | 4 + .../commands/PutReportDefinitionCommand.ts | 4 + .../src/index.ts | 27 +- ...stAndUsageReportServiceServiceException.ts | 2 + .../src/CostExplorerClient.ts | 6 +- .../commands/CreateAnomalyMonitorCommand.ts | 4 + .../CreateAnomalySubscriptionCommand.ts | 4 + .../CreateCostCategoryDefinitionCommand.ts | 4 + .../commands/DeleteAnomalyMonitorCommand.ts | 4 + .../DeleteAnomalySubscriptionCommand.ts | 4 + .../DeleteCostCategoryDefinitionCommand.ts | 4 + .../DescribeCostCategoryDefinitionCommand.ts | 4 + .../src/commands/GetAnomaliesCommand.ts | 4 + .../src/commands/GetAnomalyMonitorsCommand.ts | 4 + .../GetAnomalySubscriptionsCommand.ts | 4 + .../src/commands/GetCostAndUsageCommand.ts | 4 + .../GetCostAndUsageWithResourcesCommand.ts | 4 + .../src/commands/GetCostCategoriesCommand.ts | 4 + .../src/commands/GetCostForecastCommand.ts | 4 + .../src/commands/GetDimensionValuesCommand.ts | 4 + .../commands/GetReservationCoverageCommand.ts | 4 + ...eservationPurchaseRecommendationCommand.ts | 4 + .../GetReservationUtilizationCommand.ts | 4 + .../GetRightsizingRecommendationCommand.ts | 4 + .../GetSavingsPlansCoverageCommand.ts | 4 + ...vingsPlansPurchaseRecommendationCommand.ts | 4 + .../GetSavingsPlansUtilizationCommand.ts | 4 + ...etSavingsPlansUtilizationDetailsCommand.ts | 4 + .../src/commands/GetTagsCommand.ts | 4 + .../src/commands/GetUsageForecastCommand.ts | 4 + .../commands/ListCostAllocationTagsCommand.ts | 4 + .../ListCostCategoryDefinitionsCommand.ts | 4 + ...PurchaseRecommendationGenerationCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/ProvideAnomalyFeedbackCommand.ts | 4 + ...PurchaseRecommendationGenerationCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateAnomalyMonitorCommand.ts | 4 + .../UpdateAnomalySubscriptionCommand.ts | 4 + .../UpdateCostAllocationTagsStatusCommand.ts | 4 + .../UpdateCostCategoryDefinitionCommand.ts | 4 + clients/client-cost-explorer/src/index.ts | 25 +- .../models/CostExplorerServiceException.ts | 2 + .../src/CustomerProfilesClient.ts | 6 +- .../src/commands/AddProfileKeyCommand.ts | 4 + .../src/commands/CreateDomainCommand.ts | 4 + .../CreateIntegrationWorkflowCommand.ts | 4 + .../src/commands/CreateProfileCommand.ts | 4 + .../src/commands/DeleteDomainCommand.ts | 4 + .../src/commands/DeleteIntegrationCommand.ts | 4 + .../src/commands/DeleteProfileCommand.ts | 4 + .../src/commands/DeleteProfileKeyCommand.ts | 4 + .../commands/DeleteProfileObjectCommand.ts | 4 + .../DeleteProfileObjectTypeCommand.ts | 4 + .../src/commands/DeleteWorkflowCommand.ts | 4 + .../commands/GetAutoMergingPreviewCommand.ts | 4 + .../src/commands/GetDomainCommand.ts | 4 + .../GetIdentityResolutionJobCommand.ts | 4 + .../src/commands/GetIntegrationCommand.ts | 4 + .../src/commands/GetMatchesCommand.ts | 4 + .../commands/GetProfileObjectTypeCommand.ts | 4 + .../GetProfileObjectTypeTemplateCommand.ts | 4 + .../src/commands/GetWorkflowCommand.ts | 4 + .../src/commands/GetWorkflowStepsCommand.ts | 4 + .../ListAccountIntegrationsCommand.ts | 4 + .../src/commands/ListDomainsCommand.ts | 4 + .../ListIdentityResolutionJobsCommand.ts | 4 + .../src/commands/ListIntegrationsCommand.ts | 4 + .../ListProfileObjectTypeTemplatesCommand.ts | 4 + .../commands/ListProfileObjectTypesCommand.ts | 4 + .../src/commands/ListProfileObjectsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListWorkflowsCommand.ts | 4 + .../src/commands/MergeProfilesCommand.ts | 4 + .../src/commands/PutIntegrationCommand.ts | 4 + .../src/commands/PutProfileObjectCommand.ts | 4 + .../commands/PutProfileObjectTypeCommand.ts | 4 + .../src/commands/SearchProfilesCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateDomainCommand.ts | 4 + .../src/commands/UpdateProfileCommand.ts | 4 + clients/client-customer-profiles/src/index.ts | 13 +- .../CustomerProfilesServiceException.ts | 2 + .../src/DataPipelineClient.ts | 6 +- .../src/commands/ActivatePipelineCommand.ts | 4 + .../src/commands/AddTagsCommand.ts | 4 + .../src/commands/CreatePipelineCommand.ts | 4 + .../src/commands/DeactivatePipelineCommand.ts | 4 + .../src/commands/DeletePipelineCommand.ts | 4 + .../src/commands/DescribeObjectsCommand.ts | 4 + .../src/commands/DescribePipelinesCommand.ts | 4 + .../src/commands/EvaluateExpressionCommand.ts | 4 + .../commands/GetPipelineDefinitionCommand.ts | 4 + .../src/commands/ListPipelinesCommand.ts | 4 + .../src/commands/PollForTaskCommand.ts | 4 + .../commands/PutPipelineDefinitionCommand.ts | 4 + .../src/commands/QueryObjectsCommand.ts | 4 + .../src/commands/RemoveTagsCommand.ts | 4 + .../src/commands/ReportTaskProgressCommand.ts | 4 + .../ReportTaskRunnerHeartbeatCommand.ts | 4 + .../src/commands/SetStatusCommand.ts | 4 + .../src/commands/SetTaskStatusCommand.ts | 4 + .../ValidatePipelineDefinitionCommand.ts | 4 + clients/client-data-pipeline/src/index.ts | 26 +- .../models/DataPipelineServiceException.ts | 2 + .../src/DatabaseMigrationServiceClient.ts | 6 +- .../src/commands/AddTagsToResourceCommand.ts | 4 + .../ApplyPendingMaintenanceActionCommand.ts | 4 + .../BatchStartRecommendationsCommand.ts | 4 + ...ncelReplicationTaskAssessmentRunCommand.ts | 4 + .../src/commands/CreateEndpointCommand.ts | 4 + .../CreateEventSubscriptionCommand.ts | 4 + .../CreateFleetAdvisorCollectorCommand.ts | 4 + .../CreateReplicationInstanceCommand.ts | 4 + .../CreateReplicationSubnetGroupCommand.ts | 4 + .../commands/CreateReplicationTaskCommand.ts | 4 + .../src/commands/DeleteCertificateCommand.ts | 4 + .../src/commands/DeleteConnectionCommand.ts | 4 + .../src/commands/DeleteEndpointCommand.ts | 4 + .../DeleteEventSubscriptionCommand.ts | 4 + .../DeleteFleetAdvisorCollectorCommand.ts | 4 + .../DeleteFleetAdvisorDatabasesCommand.ts | 4 + .../DeleteReplicationInstanceCommand.ts | 4 + .../DeleteReplicationSubnetGroupCommand.ts | 4 + ...leteReplicationTaskAssessmentRunCommand.ts | 4 + .../commands/DeleteReplicationTaskCommand.ts | 4 + .../DescribeAccountAttributesCommand.ts | 4 + ...eApplicableIndividualAssessmentsCommand.ts | 4 + .../commands/DescribeCertificatesCommand.ts | 4 + .../commands/DescribeConnectionsCommand.ts | 4 + .../DescribeEndpointSettingsCommand.ts | 4 + .../commands/DescribeEndpointTypesCommand.ts | 4 + .../src/commands/DescribeEndpointsCommand.ts | 4 + .../DescribeEventCategoriesCommand.ts | 4 + .../DescribeEventSubscriptionsCommand.ts | 4 + .../src/commands/DescribeEventsCommand.ts | 4 + .../DescribeFleetAdvisorCollectorsCommand.ts | 4 + .../DescribeFleetAdvisorDatabasesCommand.ts | 4 + .../DescribeFleetAdvisorLsaAnalysisCommand.ts | 4 + ...eFleetAdvisorSchemaObjectSummaryCommand.ts | 4 + .../DescribeFleetAdvisorSchemasCommand.ts | 4 + ...ibeOrderableReplicationInstancesCommand.ts | 4 + ...escribePendingMaintenanceActionsCommand.ts | 4 + ...escribeRecommendationLimitationsCommand.ts | 4 + .../DescribeRecommendationsCommand.ts | 4 + .../DescribeRefreshSchemasStatusCommand.ts | 4 + ...cribeReplicationInstanceTaskLogsCommand.ts | 4 + .../DescribeReplicationInstancesCommand.ts | 4 + .../DescribeReplicationSubnetGroupsCommand.ts | 4 + ...ReplicationTaskAssessmentResultsCommand.ts | 4 + ...ibeReplicationTaskAssessmentRunsCommand.ts | 4 + ...icationTaskIndividualAssessmentsCommand.ts | 4 + .../DescribeReplicationTasksCommand.ts | 4 + .../src/commands/DescribeSchemasCommand.ts | 4 + .../DescribeTableStatisticsCommand.ts | 4 + .../src/commands/ImportCertificateCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ModifyEndpointCommand.ts | 4 + .../ModifyEventSubscriptionCommand.ts | 4 + .../ModifyReplicationInstanceCommand.ts | 4 + .../ModifyReplicationSubnetGroupCommand.ts | 4 + .../commands/ModifyReplicationTaskCommand.ts | 4 + .../commands/MoveReplicationTaskCommand.ts | 4 + .../RebootReplicationInstanceCommand.ts | 4 + .../src/commands/RefreshSchemasCommand.ts | 4 + .../src/commands/ReloadTablesCommand.ts | 4 + .../commands/RemoveTagsFromResourceCommand.ts | 4 + .../RunFleetAdvisorLsaAnalysisCommand.ts | 4 + .../commands/StartRecommendationsCommand.ts | 4 + .../StartReplicationTaskAssessmentCommand.ts | 4 + ...tartReplicationTaskAssessmentRunCommand.ts | 4 + .../commands/StartReplicationTaskCommand.ts | 4 + .../commands/StopReplicationTaskCommand.ts | 4 + .../src/commands/TestConnectionCommand.ts | 4 + ...UpdateSubscriptionsToEventBridgeCommand.ts | 4 + .../src/index.ts | 19 +- ...atabaseMigrationServiceServiceException.ts | 2 + clients/client-databrew/src/DataBrewClient.ts | 6 +- .../BatchDeleteRecipeVersionCommand.ts | 4 + .../src/commands/CreateDatasetCommand.ts | 4 + .../src/commands/CreateProfileJobCommand.ts | 4 + .../src/commands/CreateProjectCommand.ts | 4 + .../src/commands/CreateRecipeCommand.ts | 4 + .../src/commands/CreateRecipeJobCommand.ts | 4 + .../src/commands/CreateRulesetCommand.ts | 4 + .../src/commands/CreateScheduleCommand.ts | 4 + .../src/commands/DeleteDatasetCommand.ts | 4 + .../src/commands/DeleteJobCommand.ts | 4 + .../src/commands/DeleteProjectCommand.ts | 4 + .../commands/DeleteRecipeVersionCommand.ts | 4 + .../src/commands/DeleteRulesetCommand.ts | 4 + .../src/commands/DeleteScheduleCommand.ts | 4 + .../src/commands/DescribeDatasetCommand.ts | 4 + .../src/commands/DescribeJobCommand.ts | 4 + .../src/commands/DescribeJobRunCommand.ts | 4 + .../src/commands/DescribeProjectCommand.ts | 4 + .../src/commands/DescribeRecipeCommand.ts | 4 + .../src/commands/DescribeRulesetCommand.ts | 4 + .../src/commands/DescribeScheduleCommand.ts | 4 + .../src/commands/ListDatasetsCommand.ts | 4 + .../src/commands/ListJobRunsCommand.ts | 4 + .../src/commands/ListJobsCommand.ts | 4 + .../src/commands/ListProjectsCommand.ts | 4 + .../src/commands/ListRecipeVersionsCommand.ts | 4 + .../src/commands/ListRecipesCommand.ts | 4 + .../src/commands/ListRulesetsCommand.ts | 4 + .../src/commands/ListSchedulesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PublishRecipeCommand.ts | 4 + .../SendProjectSessionActionCommand.ts | 4 + .../src/commands/StartJobRunCommand.ts | 4 + .../commands/StartProjectSessionCommand.ts | 4 + .../src/commands/StopJobRunCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateDatasetCommand.ts | 4 + .../src/commands/UpdateProfileJobCommand.ts | 4 + .../src/commands/UpdateProjectCommand.ts | 4 + .../src/commands/UpdateRecipeCommand.ts | 4 + .../src/commands/UpdateRecipeJobCommand.ts | 4 + .../src/commands/UpdateRulesetCommand.ts | 4 + .../src/commands/UpdateScheduleCommand.ts | 4 + clients/client-databrew/src/index.ts | 13 +- .../src/models/DataBrewServiceException.ts | 2 + .../src/DataExchangeClient.ts | 6 +- .../src/commands/CancelJobCommand.ts | 4 + .../src/commands/CreateDataSetCommand.ts | 4 + .../src/commands/CreateEventActionCommand.ts | 4 + .../src/commands/CreateJobCommand.ts | 4 + .../src/commands/CreateRevisionCommand.ts | 4 + .../src/commands/DeleteAssetCommand.ts | 4 + .../src/commands/DeleteDataSetCommand.ts | 4 + .../src/commands/DeleteEventActionCommand.ts | 4 + .../src/commands/DeleteRevisionCommand.ts | 4 + .../src/commands/GetAssetCommand.ts | 4 + .../src/commands/GetDataSetCommand.ts | 4 + .../src/commands/GetEventActionCommand.ts | 4 + .../src/commands/GetJobCommand.ts | 4 + .../src/commands/GetRevisionCommand.ts | 4 + .../commands/ListDataSetRevisionsCommand.ts | 4 + .../src/commands/ListDataSetsCommand.ts | 4 + .../src/commands/ListEventActionsCommand.ts | 4 + .../src/commands/ListJobsCommand.ts | 4 + .../src/commands/ListRevisionAssetsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/RevokeRevisionCommand.ts | 4 + .../src/commands/SendApiAssetCommand.ts | 4 + .../src/commands/StartJobCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAssetCommand.ts | 4 + .../src/commands/UpdateDataSetCommand.ts | 4 + .../src/commands/UpdateEventActionCommand.ts | 4 + .../src/commands/UpdateRevisionCommand.ts | 4 + clients/client-dataexchange/src/index.ts | 25 +- .../models/DataExchangeServiceException.ts | 2 + clients/client-datasync/src/DataSyncClient.ts | 6 +- .../src/commands/AddStorageSystemCommand.ts | 4 + .../commands/CancelTaskExecutionCommand.ts | 4 + .../src/commands/CreateAgentCommand.ts | 4 + .../src/commands/CreateLocationEfsCommand.ts | 4 + .../CreateLocationFsxLustreCommand.ts | 4 + .../commands/CreateLocationFsxOntapCommand.ts | 4 + .../CreateLocationFsxOpenZfsCommand.ts | 4 + .../CreateLocationFsxWindowsCommand.ts | 4 + .../src/commands/CreateLocationHdfsCommand.ts | 4 + .../src/commands/CreateLocationNfsCommand.ts | 4 + .../CreateLocationObjectStorageCommand.ts | 4 + .../src/commands/CreateLocationS3Command.ts | 4 + .../src/commands/CreateLocationSmbCommand.ts | 4 + .../src/commands/CreateTaskCommand.ts | 4 + .../src/commands/DeleteAgentCommand.ts | 4 + .../src/commands/DeleteLocationCommand.ts | 4 + .../src/commands/DeleteTaskCommand.ts | 4 + .../src/commands/DescribeAgentCommand.ts | 4 + .../commands/DescribeDiscoveryJobCommand.ts | 4 + .../commands/DescribeLocationEfsCommand.ts | 4 + .../DescribeLocationFsxLustreCommand.ts | 4 + .../DescribeLocationFsxOntapCommand.ts | 4 + .../DescribeLocationFsxOpenZfsCommand.ts | 4 + .../DescribeLocationFsxWindowsCommand.ts | 4 + .../commands/DescribeLocationHdfsCommand.ts | 4 + .../commands/DescribeLocationNfsCommand.ts | 4 + .../DescribeLocationObjectStorageCommand.ts | 4 + .../src/commands/DescribeLocationS3Command.ts | 4 + .../commands/DescribeLocationSmbCommand.ts | 4 + .../commands/DescribeStorageSystemCommand.ts | 4 + ...ribeStorageSystemResourceMetricsCommand.ts | 4 + .../DescribeStorageSystemResourcesCommand.ts | 4 + .../src/commands/DescribeTaskCommand.ts | 4 + .../commands/DescribeTaskExecutionCommand.ts | 4 + .../GenerateRecommendationsCommand.ts | 4 + .../src/commands/ListAgentsCommand.ts | 4 + .../src/commands/ListDiscoveryJobsCommand.ts | 4 + .../src/commands/ListLocationsCommand.ts | 4 + .../src/commands/ListStorageSystemsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListTaskExecutionsCommand.ts | 4 + .../src/commands/ListTasksCommand.ts | 4 + .../commands/RemoveStorageSystemCommand.ts | 4 + .../src/commands/StartDiscoveryJobCommand.ts | 4 + .../src/commands/StartTaskExecutionCommand.ts | 4 + .../src/commands/StopDiscoveryJobCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAgentCommand.ts | 4 + .../src/commands/UpdateDiscoveryJobCommand.ts | 4 + .../src/commands/UpdateLocationHdfsCommand.ts | 4 + .../src/commands/UpdateLocationNfsCommand.ts | 4 + .../UpdateLocationObjectStorageCommand.ts | 4 + .../src/commands/UpdateLocationSmbCommand.ts | 4 + .../commands/UpdateStorageSystemCommand.ts | 4 + .../src/commands/UpdateTaskCommand.ts | 4 + .../commands/UpdateTaskExecutionCommand.ts | 4 + clients/client-datasync/src/index.ts | 18 +- .../src/models/DataSyncServiceException.ts | 2 + clients/client-dax/src/DAXClient.ts | 6 +- .../src/commands/CreateClusterCommand.ts | 4 + .../commands/CreateParameterGroupCommand.ts | 4 + .../src/commands/CreateSubnetGroupCommand.ts | 4 + .../DecreaseReplicationFactorCommand.ts | 4 + .../src/commands/DeleteClusterCommand.ts | 4 + .../commands/DeleteParameterGroupCommand.ts | 4 + .../src/commands/DeleteSubnetGroupCommand.ts | 4 + .../src/commands/DescribeClustersCommand.ts | 4 + .../DescribeDefaultParametersCommand.ts | 4 + .../src/commands/DescribeEventsCommand.ts | 4 + .../DescribeParameterGroupsCommand.ts | 4 + .../src/commands/DescribeParametersCommand.ts | 4 + .../commands/DescribeSubnetGroupsCommand.ts | 4 + .../IncreaseReplicationFactorCommand.ts | 4 + .../src/commands/ListTagsCommand.ts | 4 + .../src/commands/RebootNodeCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateClusterCommand.ts | 4 + .../commands/UpdateParameterGroupCommand.ts | 4 + .../src/commands/UpdateSubnetGroupCommand.ts | 4 + clients/client-dax/src/index.ts | 13 +- .../src/models/DAXServiceException.ts | 2 + .../client-detective/src/DetectiveClient.ts | 6 +- .../src/commands/AcceptInvitationCommand.ts | 4 + .../BatchGetGraphMemberDatasourcesCommand.ts | 4 + .../BatchGetMembershipDatasourcesCommand.ts | 4 + .../src/commands/CreateGraphCommand.ts | 4 + .../src/commands/CreateMembersCommand.ts | 4 + .../src/commands/DeleteGraphCommand.ts | 4 + .../src/commands/DeleteMembersCommand.ts | 4 + ...escribeOrganizationConfigurationCommand.ts | 4 + .../DisableOrganizationAdminAccountCommand.ts | 4 + .../commands/DisassociateMembershipCommand.ts | 4 + .../EnableOrganizationAdminAccountCommand.ts | 4 + .../src/commands/GetMembersCommand.ts | 4 + .../commands/ListDatasourcePackagesCommand.ts | 4 + .../src/commands/ListGraphsCommand.ts | 4 + .../src/commands/ListInvitationsCommand.ts | 4 + .../src/commands/ListMembersCommand.ts | 4 + .../ListOrganizationAdminAccountsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/RejectInvitationCommand.ts | 4 + .../commands/StartMonitoringMemberCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateDatasourcePackagesCommand.ts | 4 + .../UpdateOrganizationConfigurationCommand.ts | 4 + clients/client-detective/src/index.ts | 85 +++- .../src/models/DetectiveServiceException.ts | 2 + .../src/DeviceFarmClient.ts | 6 +- .../src/commands/CreateDevicePoolCommand.ts | 4 + .../commands/CreateInstanceProfileCommand.ts | 4 + .../commands/CreateNetworkProfileCommand.ts | 4 + .../src/commands/CreateProjectCommand.ts | 4 + .../CreateRemoteAccessSessionCommand.ts | 4 + .../commands/CreateTestGridProjectCommand.ts | 4 + .../src/commands/CreateTestGridUrlCommand.ts | 4 + .../src/commands/CreateUploadCommand.ts | 4 + .../CreateVPCEConfigurationCommand.ts | 4 + .../src/commands/DeleteDevicePoolCommand.ts | 4 + .../commands/DeleteInstanceProfileCommand.ts | 4 + .../commands/DeleteNetworkProfileCommand.ts | 4 + .../src/commands/DeleteProjectCommand.ts | 4 + .../DeleteRemoteAccessSessionCommand.ts | 4 + .../src/commands/DeleteRunCommand.ts | 4 + .../commands/DeleteTestGridProjectCommand.ts | 4 + .../src/commands/DeleteUploadCommand.ts | 4 + .../DeleteVPCEConfigurationCommand.ts | 4 + .../src/commands/GetAccountSettingsCommand.ts | 4 + .../src/commands/GetDeviceCommand.ts | 4 + .../src/commands/GetDeviceInstanceCommand.ts | 4 + .../src/commands/GetDevicePoolCommand.ts | 4 + .../GetDevicePoolCompatibilityCommand.ts | 4 + .../src/commands/GetInstanceProfileCommand.ts | 4 + .../src/commands/GetJobCommand.ts | 4 + .../src/commands/GetNetworkProfileCommand.ts | 4 + .../src/commands/GetOfferingStatusCommand.ts | 4 + .../src/commands/GetProjectCommand.ts | 4 + .../commands/GetRemoteAccessSessionCommand.ts | 4 + .../src/commands/GetRunCommand.ts | 4 + .../src/commands/GetSuiteCommand.ts | 4 + .../src/commands/GetTestCommand.ts | 4 + .../src/commands/GetTestGridProjectCommand.ts | 4 + .../src/commands/GetTestGridSessionCommand.ts | 4 + .../src/commands/GetUploadCommand.ts | 4 + .../commands/GetVPCEConfigurationCommand.ts | 4 + .../InstallToRemoteAccessSessionCommand.ts | 4 + .../src/commands/ListArtifactsCommand.ts | 4 + .../commands/ListDeviceInstancesCommand.ts | 4 + .../src/commands/ListDevicePoolsCommand.ts | 4 + .../src/commands/ListDevicesCommand.ts | 4 + .../commands/ListInstanceProfilesCommand.ts | 4 + .../src/commands/ListJobsCommand.ts | 4 + .../commands/ListNetworkProfilesCommand.ts | 4 + .../commands/ListOfferingPromotionsCommand.ts | 4 + .../ListOfferingTransactionsCommand.ts | 4 + .../src/commands/ListOfferingsCommand.ts | 4 + .../src/commands/ListProjectsCommand.ts | 4 + .../ListRemoteAccessSessionsCommand.ts | 4 + .../src/commands/ListRunsCommand.ts | 4 + .../src/commands/ListSamplesCommand.ts | 4 + .../src/commands/ListSuitesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/ListTestGridProjectsCommand.ts | 4 + .../ListTestGridSessionActionsCommand.ts | 4 + .../ListTestGridSessionArtifactsCommand.ts | 4 + .../commands/ListTestGridSessionsCommand.ts | 4 + .../src/commands/ListTestsCommand.ts | 4 + .../src/commands/ListUniqueProblemsCommand.ts | 4 + .../src/commands/ListUploadsCommand.ts | 4 + .../commands/ListVPCEConfigurationsCommand.ts | 4 + .../src/commands/PurchaseOfferingCommand.ts | 4 + .../src/commands/RenewOfferingCommand.ts | 4 + .../src/commands/ScheduleRunCommand.ts | 4 + .../src/commands/StopJobCommand.ts | 4 + .../StopRemoteAccessSessionCommand.ts | 4 + .../src/commands/StopRunCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateDeviceInstanceCommand.ts | 4 + .../src/commands/UpdateDevicePoolCommand.ts | 4 + .../commands/UpdateInstanceProfileCommand.ts | 4 + .../commands/UpdateNetworkProfileCommand.ts | 4 + .../src/commands/UpdateProjectCommand.ts | 4 + .../commands/UpdateTestGridProjectCommand.ts | 4 + .../src/commands/UpdateUploadCommand.ts | 4 + .../UpdateVPCEConfigurationCommand.ts | 4 + clients/client-device-farm/src/index.ts | 24 +- .../src/models/DeviceFarmServiceException.ts | 2 + .../src/DevOpsGuruClient.ts | 6 +- .../commands/AddNotificationChannelCommand.ts | 4 + .../src/commands/DeleteInsightCommand.ts | 4 + .../commands/DescribeAccountHealthCommand.ts | 4 + .../DescribeAccountOverviewCommand.ts | 4 + .../src/commands/DescribeAnomalyCommand.ts | 4 + .../DescribeEventSourcesConfigCommand.ts | 4 + .../src/commands/DescribeFeedbackCommand.ts | 4 + .../src/commands/DescribeInsightCommand.ts | 4 + .../DescribeOrganizationHealthCommand.ts | 4 + .../DescribeOrganizationOverviewCommand.ts | 4 + ...nizationResourceCollectionHealthCommand.ts | 4 + ...DescribeResourceCollectionHealthCommand.ts | 4 + .../DescribeServiceIntegrationCommand.ts | 4 + .../src/commands/GetCostEstimationCommand.ts | 4 + .../commands/GetResourceCollectionCommand.ts | 4 + .../ListAnomaliesForInsightCommand.ts | 4 + .../commands/ListAnomalousLogGroupsCommand.ts | 4 + .../src/commands/ListEventsCommand.ts | 4 + .../src/commands/ListInsightsCommand.ts | 4 + .../commands/ListMonitoredResourcesCommand.ts | 4 + .../ListNotificationChannelsCommand.ts | 4 + .../ListOrganizationInsightsCommand.ts | 4 + .../commands/ListRecommendationsCommand.ts | 4 + .../src/commands/PutFeedbackCommand.ts | 4 + .../RemoveNotificationChannelCommand.ts | 4 + .../src/commands/SearchInsightsCommand.ts | 4 + .../SearchOrganizationInsightsCommand.ts | 4 + .../commands/StartCostEstimationCommand.ts | 4 + .../UpdateEventSourcesConfigCommand.ts | 4 + .../UpdateResourceCollectionCommand.ts | 4 + .../UpdateServiceIntegrationCommand.ts | 4 + clients/client-devops-guru/src/index.ts | 21 +- .../src/models/DevOpsGuruServiceException.ts | 2 + .../src/DirectConnectClient.ts | 6 +- ...onnectGatewayAssociationProposalCommand.ts | 4 + ...AllocateConnectionOnInterconnectCommand.ts | 4 + .../AllocateHostedConnectionCommand.ts | 4 + .../AllocatePrivateVirtualInterfaceCommand.ts | 4 + .../AllocatePublicVirtualInterfaceCommand.ts | 4 + .../AllocateTransitVirtualInterfaceCommand.ts | 4 + .../AssociateConnectionWithLagCommand.ts | 4 + .../AssociateHostedConnectionCommand.ts | 4 + .../src/commands/AssociateMacSecKeyCommand.ts | 4 + .../AssociateVirtualInterfaceCommand.ts | 4 + .../src/commands/ConfirmConnectionCommand.ts | 4 + .../ConfirmCustomerAgreementCommand.ts | 4 + .../ConfirmPrivateVirtualInterfaceCommand.ts | 4 + .../ConfirmPublicVirtualInterfaceCommand.ts | 4 + .../ConfirmTransitVirtualInterfaceCommand.ts | 4 + .../src/commands/CreateBGPPeerCommand.ts | 4 + .../src/commands/CreateConnectionCommand.ts | 4 + ...eDirectConnectGatewayAssociationCommand.ts | 4 + ...onnectGatewayAssociationProposalCommand.ts | 4 + .../CreateDirectConnectGatewayCommand.ts | 4 + .../src/commands/CreateInterconnectCommand.ts | 4 + .../src/commands/CreateLagCommand.ts | 4 + .../CreatePrivateVirtualInterfaceCommand.ts | 4 + .../CreatePublicVirtualInterfaceCommand.ts | 4 + .../CreateTransitVirtualInterfaceCommand.ts | 4 + .../src/commands/DeleteBGPPeerCommand.ts | 4 + .../src/commands/DeleteConnectionCommand.ts | 4 + ...eDirectConnectGatewayAssociationCommand.ts | 4 + ...onnectGatewayAssociationProposalCommand.ts | 4 + .../DeleteDirectConnectGatewayCommand.ts | 4 + .../src/commands/DeleteInterconnectCommand.ts | 4 + .../src/commands/DeleteLagCommand.ts | 4 + .../commands/DeleteVirtualInterfaceCommand.ts | 4 + .../commands/DescribeConnectionLoaCommand.ts | 4 + .../commands/DescribeConnectionsCommand.ts | 4 + ...escribeConnectionsOnInterconnectCommand.ts | 4 + .../DescribeCustomerMetadataCommand.ts | 4 + ...nnectGatewayAssociationProposalsCommand.ts | 4 + ...DirectConnectGatewayAssociationsCommand.ts | 4 + ...eDirectConnectGatewayAttachmentsCommand.ts | 4 + .../DescribeDirectConnectGatewaysCommand.ts | 4 + .../DescribeHostedConnectionsCommand.ts | 4 + .../DescribeInterconnectLoaCommand.ts | 4 + .../commands/DescribeInterconnectsCommand.ts | 4 + .../src/commands/DescribeLagsCommand.ts | 4 + .../src/commands/DescribeLoaCommand.ts | 4 + .../src/commands/DescribeLocationsCommand.ts | 4 + .../DescribeRouterConfigurationCommand.ts | 4 + .../src/commands/DescribeTagsCommand.ts | 4 + .../DescribeVirtualGatewaysCommand.ts | 4 + .../DescribeVirtualInterfacesCommand.ts | 4 + .../DisassociateConnectionFromLagCommand.ts | 4 + .../commands/DisassociateMacSecKeyCommand.ts | 4 + .../ListVirtualInterfaceTestHistoryCommand.ts | 4 + .../commands/StartBgpFailoverTestCommand.ts | 4 + .../commands/StopBgpFailoverTestCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateConnectionCommand.ts | 4 + ...eDirectConnectGatewayAssociationCommand.ts | 4 + .../UpdateDirectConnectGatewayCommand.ts | 4 + .../src/commands/UpdateLagCommand.ts | 4 + ...UpdateVirtualInterfaceAttributesCommand.ts | 4 + clients/client-direct-connect/src/index.ts | 13 +- .../models/DirectConnectServiceException.ts | 2 + .../src/DirectoryServiceClient.ts | 6 +- .../commands/AcceptSharedDirectoryCommand.ts | 4 + .../src/commands/AddIpRoutesCommand.ts | 4 + .../src/commands/AddRegionCommand.ts | 4 + .../src/commands/AddTagsToResourceCommand.ts | 4 + .../commands/CancelSchemaExtensionCommand.ts | 4 + .../src/commands/ConnectDirectoryCommand.ts | 4 + .../src/commands/CreateAliasCommand.ts | 4 + .../src/commands/CreateComputerCommand.ts | 4 + .../CreateConditionalForwarderCommand.ts | 4 + .../src/commands/CreateDirectoryCommand.ts | 4 + .../commands/CreateLogSubscriptionCommand.ts | 4 + .../src/commands/CreateMicrosoftADCommand.ts | 4 + .../src/commands/CreateSnapshotCommand.ts | 4 + .../src/commands/CreateTrustCommand.ts | 4 + .../DeleteConditionalForwarderCommand.ts | 4 + .../src/commands/DeleteDirectoryCommand.ts | 4 + .../commands/DeleteLogSubscriptionCommand.ts | 4 + .../src/commands/DeleteSnapshotCommand.ts | 4 + .../src/commands/DeleteTrustCommand.ts | 4 + .../commands/DeregisterCertificateCommand.ts | 4 + .../commands/DeregisterEventTopicCommand.ts | 4 + .../commands/DescribeCertificateCommand.ts | 4 + ...ribeClientAuthenticationSettingsCommand.ts | 4 + .../DescribeConditionalForwardersCommand.ts | 4 + .../commands/DescribeDirectoriesCommand.ts | 4 + .../DescribeDomainControllersCommand.ts | 4 + .../commands/DescribeEventTopicsCommand.ts | 4 + .../commands/DescribeLDAPSSettingsCommand.ts | 4 + .../src/commands/DescribeRegionsCommand.ts | 4 + .../src/commands/DescribeSettingsCommand.ts | 4 + .../DescribeSharedDirectoriesCommand.ts | 4 + .../src/commands/DescribeSnapshotsCommand.ts | 4 + .../src/commands/DescribeTrustsCommand.ts | 4 + .../DescribeUpdateDirectoryCommand.ts | 4 + .../DisableClientAuthenticationCommand.ts | 4 + .../src/commands/DisableLDAPSCommand.ts | 4 + .../src/commands/DisableRadiusCommand.ts | 4 + .../src/commands/DisableSsoCommand.ts | 4 + .../EnableClientAuthenticationCommand.ts | 4 + .../src/commands/EnableLDAPSCommand.ts | 4 + .../src/commands/EnableRadiusCommand.ts | 4 + .../src/commands/EnableSsoCommand.ts | 4 + .../src/commands/GetDirectoryLimitsCommand.ts | 4 + .../src/commands/GetSnapshotLimitsCommand.ts | 4 + .../src/commands/ListCertificatesCommand.ts | 4 + .../src/commands/ListIpRoutesCommand.ts | 4 + .../commands/ListLogSubscriptionsCommand.ts | 4 + .../commands/ListSchemaExtensionsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/RegisterCertificateCommand.ts | 4 + .../src/commands/RegisterEventTopicCommand.ts | 4 + .../commands/RejectSharedDirectoryCommand.ts | 4 + .../src/commands/RemoveIpRoutesCommand.ts | 4 + .../src/commands/RemoveRegionCommand.ts | 4 + .../commands/RemoveTagsFromResourceCommand.ts | 4 + .../src/commands/ResetUserPasswordCommand.ts | 4 + .../commands/RestoreFromSnapshotCommand.ts | 4 + .../src/commands/ShareDirectoryCommand.ts | 4 + .../commands/StartSchemaExtensionCommand.ts | 4 + .../src/commands/UnshareDirectoryCommand.ts | 4 + .../UpdateConditionalForwarderCommand.ts | 4 + .../commands/UpdateDirectorySetupCommand.ts | 4 + .../UpdateNumberOfDomainControllersCommand.ts | 4 + .../src/commands/UpdateRadiusCommand.ts | 4 + .../src/commands/UpdateSettingsCommand.ts | 4 + .../src/commands/UpdateTrustCommand.ts | 4 + .../src/commands/VerifyTrustCommand.ts | 4 + clients/client-directory-service/src/index.ts | 23 +- .../DirectoryServiceServiceException.ts | 2 + clients/client-dlm/src/DLMClient.ts | 6 +- .../commands/CreateLifecyclePolicyCommand.ts | 4 + .../commands/DeleteLifecyclePolicyCommand.ts | 4 + .../commands/GetLifecyclePoliciesCommand.ts | 4 + .../src/commands/GetLifecyclePolicyCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateLifecyclePolicyCommand.ts | 4 + clients/client-dlm/src/index.ts | 14 +- .../src/models/DLMServiceException.ts | 2 + .../src/DocDBElasticClient.ts | 6 +- .../src/commands/CreateClusterCommand.ts | 4 + .../commands/CreateClusterSnapshotCommand.ts | 4 + .../src/commands/DeleteClusterCommand.ts | 4 + .../commands/DeleteClusterSnapshotCommand.ts | 4 + .../src/commands/GetClusterCommand.ts | 4 + .../src/commands/GetClusterSnapshotCommand.ts | 4 + .../commands/ListClusterSnapshotsCommand.ts | 4 + .../src/commands/ListClustersCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../RestoreClusterFromSnapshotCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateClusterCommand.ts | 4 + clients/client-docdb-elastic/src/index.ts | 10 +- .../models/DocDBElasticServiceException.ts | 2 + clients/client-docdb/src/DocDBClient.ts | 6 +- ...ddSourceIdentifierToSubscriptionCommand.ts | 4 + .../src/commands/AddTagsToResourceCommand.ts | 4 + .../ApplyPendingMaintenanceActionCommand.ts | 4 + .../CopyDBClusterParameterGroupCommand.ts | 4 + .../commands/CopyDBClusterSnapshotCommand.ts | 4 + .../src/commands/CreateDBClusterCommand.ts | 4 + .../CreateDBClusterParameterGroupCommand.ts | 4 + .../CreateDBClusterSnapshotCommand.ts | 4 + .../src/commands/CreateDBInstanceCommand.ts | 4 + .../commands/CreateDBSubnetGroupCommand.ts | 4 + .../CreateEventSubscriptionCommand.ts | 4 + .../commands/CreateGlobalClusterCommand.ts | 4 + .../src/commands/DeleteDBClusterCommand.ts | 4 + .../DeleteDBClusterParameterGroupCommand.ts | 4 + .../DeleteDBClusterSnapshotCommand.ts | 4 + .../src/commands/DeleteDBInstanceCommand.ts | 4 + .../commands/DeleteDBSubnetGroupCommand.ts | 4 + .../DeleteEventSubscriptionCommand.ts | 4 + .../commands/DeleteGlobalClusterCommand.ts | 4 + .../commands/DescribeCertificatesCommand.ts | 4 + ...DescribeDBClusterParameterGroupsCommand.ts | 4 + .../DescribeDBClusterParametersCommand.ts | 4 + ...cribeDBClusterSnapshotAttributesCommand.ts | 4 + .../DescribeDBClusterSnapshotsCommand.ts | 4 + .../src/commands/DescribeDBClustersCommand.ts | 4 + .../DescribeDBEngineVersionsCommand.ts | 4 + .../commands/DescribeDBInstancesCommand.ts | 4 + .../commands/DescribeDBSubnetGroupsCommand.ts | 4 + ...beEngineDefaultClusterParametersCommand.ts | 4 + .../DescribeEventCategoriesCommand.ts | 4 + .../DescribeEventSubscriptionsCommand.ts | 4 + .../src/commands/DescribeEventsCommand.ts | 4 + .../commands/DescribeGlobalClustersCommand.ts | 4 + ...scribeOrderableDBInstanceOptionsCommand.ts | 4 + ...escribePendingMaintenanceActionsCommand.ts | 4 + .../src/commands/FailoverDBClusterCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ModifyDBClusterCommand.ts | 4 + .../ModifyDBClusterParameterGroupCommand.ts | 4 + ...ModifyDBClusterSnapshotAttributeCommand.ts | 4 + .../src/commands/ModifyDBInstanceCommand.ts | 4 + .../commands/ModifyDBSubnetGroupCommand.ts | 4 + .../ModifyEventSubscriptionCommand.ts | 4 + .../commands/ModifyGlobalClusterCommand.ts | 4 + .../src/commands/RebootDBInstanceCommand.ts | 4 + .../RemoveFromGlobalClusterCommand.ts | 4 + ...SourceIdentifierFromSubscriptionCommand.ts | 4 + .../commands/RemoveTagsFromResourceCommand.ts | 4 + .../ResetDBClusterParameterGroupCommand.ts | 4 + .../RestoreDBClusterFromSnapshotCommand.ts | 4 + .../RestoreDBClusterToPointInTimeCommand.ts | 4 + .../src/commands/StartDBClusterCommand.ts | 4 + .../src/commands/StopDBClusterCommand.ts | 4 + clients/client-docdb/src/index.ts | 10 +- .../src/models/DocDBServiceException.ts | 2 + clients/client-drs/src/DrsClient.ts | 6 +- .../CreateExtendedSourceServerCommand.ts | 4 + ...reateLaunchConfigurationTemplateCommand.ts | 4 + ...ReplicationConfigurationTemplateCommand.ts | 4 + .../src/commands/DeleteJobCommand.ts | 4 + ...eleteLaunchConfigurationTemplateCommand.ts | 4 + .../commands/DeleteRecoveryInstanceCommand.ts | 4 + ...ReplicationConfigurationTemplateCommand.ts | 4 + .../src/commands/DeleteSourceServerCommand.ts | 4 + .../commands/DescribeJobLogItemsCommand.ts | 4 + .../src/commands/DescribeJobsCommand.ts | 4 + ...ribeLaunchConfigurationTemplatesCommand.ts | 4 + .../DescribeRecoveryInstancesCommand.ts | 4 + .../DescribeRecoverySnapshotsCommand.ts | 4 + ...eplicationConfigurationTemplatesCommand.ts | 4 + .../commands/DescribeSourceServersCommand.ts | 4 + .../DisconnectRecoveryInstanceCommand.ts | 4 + .../commands/DisconnectSourceServerCommand.ts | 4 + ...FailbackReplicationConfigurationCommand.ts | 4 + .../commands/GetLaunchConfigurationCommand.ts | 4 + .../GetReplicationConfigurationCommand.ts | 4 + .../src/commands/InitializeServiceCommand.ts | 4 + .../ListExtensibleSourceServersCommand.ts | 4 + .../commands/ListStagingAccountsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/RetryDataReplicationCommand.ts | 4 + .../src/commands/ReverseReplicationCommand.ts | 4 + .../commands/StartFailbackLaunchCommand.ts | 4 + .../src/commands/StartRecoveryCommand.ts | 4 + .../src/commands/StartReplicationCommand.ts | 4 + .../src/commands/StopFailbackCommand.ts | 4 + .../src/commands/StopReplicationCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../TerminateRecoveryInstancesCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + ...FailbackReplicationConfigurationCommand.ts | 4 + .../UpdateLaunchConfigurationCommand.ts | 4 + ...pdateLaunchConfigurationTemplateCommand.ts | 4 + .../UpdateReplicationConfigurationCommand.ts | 4 + ...ReplicationConfigurationTemplateCommand.ts | 4 + clients/client-drs/src/index.ts | 10 +- .../src/models/DrsServiceException.ts | 2 + .../src/DynamoDBStreamsClient.ts | 6 +- .../src/commands/DescribeStreamCommand.ts | 4 + .../src/commands/GetRecordsCommand.ts | 4 + .../src/commands/GetShardIteratorCommand.ts | 4 + .../src/commands/ListStreamsCommand.ts | 4 + clients/client-dynamodb-streams/src/index.ts | 13 +- .../models/DynamoDBStreamsServiceException.ts | 2 + clients/client-dynamodb/src/DynamoDBClient.ts | 6 +- .../commands/BatchExecuteStatementCommand.ts | 4 + .../src/commands/BatchGetItemCommand.ts | 4 + .../src/commands/BatchWriteItemCommand.ts | 4 + .../src/commands/CreateBackupCommand.ts | 4 + .../src/commands/CreateGlobalTableCommand.ts | 4 + .../src/commands/CreateTableCommand.ts | 4 + .../src/commands/DeleteBackupCommand.ts | 4 + .../src/commands/DeleteItemCommand.ts | 4 + .../src/commands/DeleteTableCommand.ts | 4 + .../src/commands/DescribeBackupCommand.ts | 4 + .../DescribeContinuousBackupsCommand.ts | 4 + .../DescribeContributorInsightsCommand.ts | 4 + .../src/commands/DescribeEndpointsCommand.ts | 4 + .../src/commands/DescribeExportCommand.ts | 4 + .../commands/DescribeGlobalTableCommand.ts | 4 + .../DescribeGlobalTableSettingsCommand.ts | 4 + .../src/commands/DescribeImportCommand.ts | 4 + ...cribeKinesisStreamingDestinationCommand.ts | 4 + .../src/commands/DescribeLimitsCommand.ts | 4 + .../src/commands/DescribeTableCommand.ts | 4 + .../DescribeTableReplicaAutoScalingCommand.ts | 4 + .../src/commands/DescribeTimeToLiveCommand.ts | 4 + ...sableKinesisStreamingDestinationCommand.ts | 4 + ...nableKinesisStreamingDestinationCommand.ts | 4 + .../src/commands/ExecuteStatementCommand.ts | 4 + .../src/commands/ExecuteTransactionCommand.ts | 4 + .../ExportTableToPointInTimeCommand.ts | 4 + .../src/commands/GetItemCommand.ts | 4 + .../src/commands/ImportTableCommand.ts | 4 + .../src/commands/ListBackupsCommand.ts | 4 + .../ListContributorInsightsCommand.ts | 4 + .../src/commands/ListExportsCommand.ts | 4 + .../src/commands/ListGlobalTablesCommand.ts | 4 + .../src/commands/ListImportsCommand.ts | 4 + .../src/commands/ListTablesCommand.ts | 4 + .../src/commands/ListTagsOfResourceCommand.ts | 4 + .../src/commands/PutItemCommand.ts | 4 + .../src/commands/QueryCommand.ts | 4 + .../commands/RestoreTableFromBackupCommand.ts | 4 + .../RestoreTableToPointInTimeCommand.ts | 4 + .../src/commands/ScanCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/TransactGetItemsCommand.ts | 4 + .../src/commands/TransactWriteItemsCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateContinuousBackupsCommand.ts | 4 + .../UpdateContributorInsightsCommand.ts | 4 + .../src/commands/UpdateGlobalTableCommand.ts | 4 + .../UpdateGlobalTableSettingsCommand.ts | 4 + .../src/commands/UpdateItemCommand.ts | 4 + .../src/commands/UpdateTableCommand.ts | 4 + .../UpdateTableReplicaAutoScalingCommand.ts | 4 + .../src/commands/UpdateTimeToLiveCommand.ts | 4 + clients/client-dynamodb/src/index.ts | 26 +- .../src/models/DynamoDBServiceException.ts | 2 + clients/client-ebs/src/EBSClient.ts | 6 +- .../src/commands/CompleteSnapshotCommand.ts | 4 + .../src/commands/GetSnapshotBlockCommand.ts | 4 + .../src/commands/ListChangedBlocksCommand.ts | 4 + .../src/commands/ListSnapshotBlocksCommand.ts | 4 + .../src/commands/PutSnapshotBlockCommand.ts | 4 + .../src/commands/StartSnapshotCommand.ts | 4 + clients/client-ebs/src/index.ts | 29 +- .../src/models/EBSServiceException.ts | 2 + .../src/EC2InstanceConnectClient.ts | 6 +- .../src/commands/SendSSHPublicKeyCommand.ts | 4 + .../SendSerialConsoleSSHPublicKeyCommand.ts | 4 + .../client-ec2-instance-connect/src/index.ts | 10 +- .../EC2InstanceConnectServiceException.ts | 2 + clients/client-ec2/src/EC2Client.ts | 6 +- .../commands/AcceptAddressTransferCommand.ts | 4 + ...ptReservedInstancesExchangeQuoteCommand.ts | 4 + ...tewayMulticastDomainAssociationsCommand.ts | 4 + ...tTransitGatewayPeeringAttachmentCommand.ts | 4 + ...cceptTransitGatewayVpcAttachmentCommand.ts | 4 + .../AcceptVpcEndpointConnectionsCommand.ts | 4 + .../AcceptVpcPeeringConnectionCommand.ts | 4 + .../src/commands/AdvertiseByoipCidrCommand.ts | 4 + .../src/commands/AllocateAddressCommand.ts | 4 + .../src/commands/AllocateHostsCommand.ts | 4 + .../commands/AllocateIpamPoolCidrCommand.ts | 4 + ...tyGroupsToClientVpnTargetNetworkCommand.ts | 4 + .../commands/AssignIpv6AddressesCommand.ts | 4 + .../AssignPrivateIpAddressesCommand.ts | 4 + .../AssignPrivateNatGatewayAddressCommand.ts | 4 + .../src/commands/AssociateAddressCommand.ts | 4 + .../AssociateClientVpnTargetNetworkCommand.ts | 4 + .../commands/AssociateDhcpOptionsCommand.ts | 4 + ...sociateEnclaveCertificateIamRoleCommand.ts | 4 + .../AssociateIamInstanceProfileCommand.ts | 4 + .../AssociateInstanceEventWindowCommand.ts | 4 + .../AssociateIpamResourceDiscoveryCommand.ts | 4 + .../AssociateNatGatewayAddressCommand.ts | 4 + .../commands/AssociateRouteTableCommand.ts | 4 + .../AssociateSubnetCidrBlockCommand.ts | 4 + ...ateTransitGatewayMulticastDomainCommand.ts | 4 + ...sociateTransitGatewayPolicyTableCommand.ts | 4 + ...ssociateTransitGatewayRouteTableCommand.ts | 4 + .../AssociateTrunkInterfaceCommand.ts | 4 + .../commands/AssociateVpcCidrBlockCommand.ts | 4 + .../commands/AttachClassicLinkVpcCommand.ts | 4 + .../commands/AttachInternetGatewayCommand.ts | 4 + .../commands/AttachNetworkInterfaceCommand.ts | 4 + ...ttachVerifiedAccessTrustProviderCommand.ts | 4 + .../src/commands/AttachVolumeCommand.ts | 4 + .../src/commands/AttachVpnGatewayCommand.ts | 4 + .../AuthorizeClientVpnIngressCommand.ts | 4 + .../AuthorizeSecurityGroupEgressCommand.ts | 4 + .../AuthorizeSecurityGroupIngressCommand.ts | 4 + .../src/commands/BundleInstanceCommand.ts | 4 + .../src/commands/CancelBundleTaskCommand.ts | 4 + .../CancelCapacityReservationCommand.ts | 4 + .../CancelCapacityReservationFleetsCommand.ts | 4 + .../commands/CancelConversionTaskCommand.ts | 4 + .../src/commands/CancelExportTaskCommand.ts | 4 + .../CancelImageLaunchPermissionCommand.ts | 4 + .../src/commands/CancelImportTaskCommand.ts | 4 + .../CancelReservedInstancesListingCommand.ts | 4 + .../CancelSpotFleetRequestsCommand.ts | 4 + .../CancelSpotInstanceRequestsCommand.ts | 4 + .../commands/ConfirmProductInstanceCommand.ts | 4 + .../src/commands/CopyFpgaImageCommand.ts | 4 + .../src/commands/CopyImageCommand.ts | 4 + .../src/commands/CopySnapshotCommand.ts | 4 + .../CreateCapacityReservationCommand.ts | 4 + .../CreateCapacityReservationFleetCommand.ts | 4 + .../commands/CreateCarrierGatewayCommand.ts | 4 + .../CreateClientVpnEndpointCommand.ts | 4 + .../commands/CreateClientVpnRouteCommand.ts | 4 + .../src/commands/CreateCoipCidrCommand.ts | 4 + .../src/commands/CreateCoipPoolCommand.ts | 4 + .../commands/CreateCustomerGatewayCommand.ts | 4 + .../commands/CreateDefaultSubnetCommand.ts | 4 + .../src/commands/CreateDefaultVpcCommand.ts | 4 + .../src/commands/CreateDhcpOptionsCommand.ts | 4 + .../CreateEgressOnlyInternetGatewayCommand.ts | 4 + .../src/commands/CreateFleetCommand.ts | 4 + .../src/commands/CreateFlowLogsCommand.ts | 4 + .../src/commands/CreateFpgaImageCommand.ts | 4 + .../src/commands/CreateImageCommand.ts | 4 + .../CreateInstanceEventWindowCommand.ts | 4 + .../CreateInstanceExportTaskCommand.ts | 4 + .../commands/CreateInternetGatewayCommand.ts | 4 + .../src/commands/CreateIpamCommand.ts | 4 + .../src/commands/CreateIpamPoolCommand.ts | 4 + .../CreateIpamResourceDiscoveryCommand.ts | 4 + .../src/commands/CreateIpamScopeCommand.ts | 4 + .../src/commands/CreateKeyPairCommand.ts | 4 + .../commands/CreateLaunchTemplateCommand.ts | 4 + .../CreateLaunchTemplateVersionCommand.ts | 4 + .../CreateLocalGatewayRouteCommand.ts | 4 + .../CreateLocalGatewayRouteTableCommand.ts | 4 + ...VirtualInterfaceGroupAssociationCommand.ts | 4 + ...lGatewayRouteTableVpcAssociationCommand.ts | 4 + .../CreateManagedPrefixListCommand.ts | 4 + .../src/commands/CreateNatGatewayCommand.ts | 4 + .../src/commands/CreateNetworkAclCommand.ts | 4 + .../commands/CreateNetworkAclEntryCommand.ts | 4 + ...CreateNetworkInsightsAccessScopeCommand.ts | 4 + .../CreateNetworkInsightsPathCommand.ts | 4 + .../commands/CreateNetworkInterfaceCommand.ts | 4 + ...CreateNetworkInterfacePermissionCommand.ts | 4 + .../commands/CreatePlacementGroupCommand.ts | 4 + .../commands/CreatePublicIpv4PoolCommand.ts | 4 + .../CreateReplaceRootVolumeTaskCommand.ts | 4 + .../CreateReservedInstancesListingCommand.ts | 4 + .../commands/CreateRestoreImageTaskCommand.ts | 4 + .../src/commands/CreateRouteCommand.ts | 4 + .../src/commands/CreateRouteTableCommand.ts | 4 + .../commands/CreateSecurityGroupCommand.ts | 4 + .../src/commands/CreateSnapshotCommand.ts | 4 + .../src/commands/CreateSnapshotsCommand.ts | 4 + .../CreateSpotDatafeedSubscriptionCommand.ts | 4 + .../commands/CreateStoreImageTaskCommand.ts | 4 + .../CreateSubnetCidrReservationCommand.ts | 4 + .../src/commands/CreateSubnetCommand.ts | 4 + .../src/commands/CreateTagsCommand.ts | 4 + .../CreateTrafficMirrorFilterCommand.ts | 4 + .../CreateTrafficMirrorFilterRuleCommand.ts | 4 + .../CreateTrafficMirrorSessionCommand.ts | 4 + .../CreateTrafficMirrorTargetCommand.ts | 4 + .../commands/CreateTransitGatewayCommand.ts | 4 + .../CreateTransitGatewayConnectCommand.ts | 4 + .../CreateTransitGatewayConnectPeerCommand.ts | 4 + ...ateTransitGatewayMulticastDomainCommand.ts | 4 + ...eTransitGatewayPeeringAttachmentCommand.ts | 4 + .../CreateTransitGatewayPolicyTableCommand.ts | 4 + ...ransitGatewayPrefixListReferenceCommand.ts | 4 + .../CreateTransitGatewayRouteCommand.ts | 4 + ...sitGatewayRouteTableAnnouncementCommand.ts | 4 + .../CreateTransitGatewayRouteTableCommand.ts | 4 + ...reateTransitGatewayVpcAttachmentCommand.ts | 4 + .../CreateVerifiedAccessEndpointCommand.ts | 4 + .../CreateVerifiedAccessGroupCommand.ts | 4 + .../CreateVerifiedAccessInstanceCommand.ts | 4 + ...reateVerifiedAccessTrustProviderCommand.ts | 4 + .../src/commands/CreateVolumeCommand.ts | 4 + .../src/commands/CreateVpcCommand.ts | 4 + .../src/commands/CreateVpcEndpointCommand.ts | 4 + ...pcEndpointConnectionNotificationCommand.ts | 4 + ...eVpcEndpointServiceConfigurationCommand.ts | 4 + .../CreateVpcPeeringConnectionCommand.ts | 4 + .../commands/CreateVpnConnectionCommand.ts | 4 + .../CreateVpnConnectionRouteCommand.ts | 4 + .../src/commands/CreateVpnGatewayCommand.ts | 4 + .../commands/DeleteCarrierGatewayCommand.ts | 4 + .../DeleteClientVpnEndpointCommand.ts | 4 + .../commands/DeleteClientVpnRouteCommand.ts | 4 + .../src/commands/DeleteCoipCidrCommand.ts | 4 + .../src/commands/DeleteCoipPoolCommand.ts | 4 + .../commands/DeleteCustomerGatewayCommand.ts | 4 + .../src/commands/DeleteDhcpOptionsCommand.ts | 4 + .../DeleteEgressOnlyInternetGatewayCommand.ts | 4 + .../src/commands/DeleteFleetsCommand.ts | 4 + .../src/commands/DeleteFlowLogsCommand.ts | 4 + .../src/commands/DeleteFpgaImageCommand.ts | 4 + .../DeleteInstanceEventWindowCommand.ts | 4 + .../commands/DeleteInternetGatewayCommand.ts | 4 + .../src/commands/DeleteIpamCommand.ts | 4 + .../src/commands/DeleteIpamPoolCommand.ts | 4 + .../DeleteIpamResourceDiscoveryCommand.ts | 4 + .../src/commands/DeleteIpamScopeCommand.ts | 4 + .../src/commands/DeleteKeyPairCommand.ts | 4 + .../commands/DeleteLaunchTemplateCommand.ts | 4 + .../DeleteLaunchTemplateVersionsCommand.ts | 4 + .../DeleteLocalGatewayRouteCommand.ts | 4 + .../DeleteLocalGatewayRouteTableCommand.ts | 4 + ...VirtualInterfaceGroupAssociationCommand.ts | 4 + ...lGatewayRouteTableVpcAssociationCommand.ts | 4 + .../DeleteManagedPrefixListCommand.ts | 4 + .../src/commands/DeleteNatGatewayCommand.ts | 4 + .../src/commands/DeleteNetworkAclCommand.ts | 4 + .../commands/DeleteNetworkAclEntryCommand.ts | 4 + ...tworkInsightsAccessScopeAnalysisCommand.ts | 4 + ...DeleteNetworkInsightsAccessScopeCommand.ts | 4 + .../DeleteNetworkInsightsAnalysisCommand.ts | 4 + .../DeleteNetworkInsightsPathCommand.ts | 4 + .../commands/DeleteNetworkInterfaceCommand.ts | 4 + ...DeleteNetworkInterfacePermissionCommand.ts | 4 + .../commands/DeletePlacementGroupCommand.ts | 4 + .../commands/DeletePublicIpv4PoolCommand.ts | 4 + .../DeleteQueuedReservedInstancesCommand.ts | 4 + .../src/commands/DeleteRouteCommand.ts | 4 + .../src/commands/DeleteRouteTableCommand.ts | 4 + .../commands/DeleteSecurityGroupCommand.ts | 4 + .../src/commands/DeleteSnapshotCommand.ts | 4 + .../DeleteSpotDatafeedSubscriptionCommand.ts | 4 + .../DeleteSubnetCidrReservationCommand.ts | 4 + .../src/commands/DeleteSubnetCommand.ts | 4 + .../src/commands/DeleteTagsCommand.ts | 4 + .../DeleteTrafficMirrorFilterCommand.ts | 4 + .../DeleteTrafficMirrorFilterRuleCommand.ts | 4 + .../DeleteTrafficMirrorSessionCommand.ts | 4 + .../DeleteTrafficMirrorTargetCommand.ts | 4 + .../commands/DeleteTransitGatewayCommand.ts | 4 + .../DeleteTransitGatewayConnectCommand.ts | 4 + .../DeleteTransitGatewayConnectPeerCommand.ts | 4 + ...eteTransitGatewayMulticastDomainCommand.ts | 4 + ...eTransitGatewayPeeringAttachmentCommand.ts | 4 + .../DeleteTransitGatewayPolicyTableCommand.ts | 4 + ...ransitGatewayPrefixListReferenceCommand.ts | 4 + .../DeleteTransitGatewayRouteCommand.ts | 4 + ...sitGatewayRouteTableAnnouncementCommand.ts | 4 + .../DeleteTransitGatewayRouteTableCommand.ts | 4 + ...eleteTransitGatewayVpcAttachmentCommand.ts | 4 + .../DeleteVerifiedAccessEndpointCommand.ts | 4 + .../DeleteVerifiedAccessGroupCommand.ts | 4 + .../DeleteVerifiedAccessInstanceCommand.ts | 4 + ...eleteVerifiedAccessTrustProviderCommand.ts | 4 + .../src/commands/DeleteVolumeCommand.ts | 4 + .../src/commands/DeleteVpcCommand.ts | 4 + ...cEndpointConnectionNotificationsCommand.ts | 4 + ...VpcEndpointServiceConfigurationsCommand.ts | 4 + .../src/commands/DeleteVpcEndpointsCommand.ts | 4 + .../DeleteVpcPeeringConnectionCommand.ts | 4 + .../commands/DeleteVpnConnectionCommand.ts | 4 + .../DeleteVpnConnectionRouteCommand.ts | 4 + .../src/commands/DeleteVpnGatewayCommand.ts | 4 + .../commands/DeprovisionByoipCidrCommand.ts | 4 + .../DeprovisionIpamPoolCidrCommand.ts | 4 + .../DeprovisionPublicIpv4PoolCidrCommand.ts | 4 + .../src/commands/DeregisterImageCommand.ts | 4 + ...tanceEventNotificationAttributesCommand.ts | 4 + ...nsitGatewayMulticastGroupMembersCommand.ts | 4 + ...nsitGatewayMulticastGroupSourcesCommand.ts | 4 + .../DescribeAccountAttributesCommand.ts | 4 + .../DescribeAddressTransfersCommand.ts | 4 + .../DescribeAddressesAttributeCommand.ts | 4 + .../src/commands/DescribeAddressesCommand.ts | 4 + .../DescribeAggregateIdFormatCommand.ts | 4 + .../DescribeAvailabilityZonesCommand.ts | 4 + ...rkPerformanceMetricSubscriptionsCommand.ts | 4 + .../commands/DescribeBundleTasksCommand.ts | 4 + .../src/commands/DescribeByoipCidrsCommand.ts | 4 + ...escribeCapacityReservationFleetsCommand.ts | 4 + .../DescribeCapacityReservationsCommand.ts | 4 + .../DescribeCarrierGatewaysCommand.ts | 4 + .../DescribeClassicLinkInstancesCommand.ts | 4 + ...cribeClientVpnAuthorizationRulesCommand.ts | 4 + .../DescribeClientVpnConnectionsCommand.ts | 4 + .../DescribeClientVpnEndpointsCommand.ts | 4 + .../DescribeClientVpnRoutesCommand.ts | 4 + .../DescribeClientVpnTargetNetworksCommand.ts | 4 + .../src/commands/DescribeCoipPoolsCommand.ts | 4 + .../DescribeConversionTasksCommand.ts | 4 + .../DescribeCustomerGatewaysCommand.ts | 4 + .../commands/DescribeDhcpOptionsCommand.ts | 4 + ...scribeEgressOnlyInternetGatewaysCommand.ts | 4 + .../commands/DescribeElasticGpusCommand.ts | 4 + .../DescribeExportImageTasksCommand.ts | 4 + .../commands/DescribeExportTasksCommand.ts | 4 + .../DescribeFastLaunchImagesCommand.ts | 4 + .../DescribeFastSnapshotRestoresCommand.ts | 4 + .../commands/DescribeFleetHistoryCommand.ts | 4 + .../commands/DescribeFleetInstancesCommand.ts | 4 + .../src/commands/DescribeFleetsCommand.ts | 4 + .../src/commands/DescribeFlowLogsCommand.ts | 4 + .../DescribeFpgaImageAttributeCommand.ts | 4 + .../src/commands/DescribeFpgaImagesCommand.ts | 4 + ...DescribeHostReservationOfferingsCommand.ts | 4 + .../DescribeHostReservationsCommand.ts | 4 + .../src/commands/DescribeHostsCommand.ts | 4 + ...beIamInstanceProfileAssociationsCommand.ts | 4 + .../src/commands/DescribeIdFormatCommand.ts | 4 + .../DescribeIdentityIdFormatCommand.ts | 4 + .../commands/DescribeImageAttributeCommand.ts | 4 + .../src/commands/DescribeImagesCommand.ts | 4 + .../DescribeImportImageTasksCommand.ts | 4 + .../DescribeImportSnapshotTasksCommand.ts | 4 + .../DescribeInstanceAttributeCommand.ts | 4 + ...ribeInstanceCreditSpecificationsCommand.ts | 4 + ...tanceEventNotificationAttributesCommand.ts | 4 + .../DescribeInstanceEventWindowsCommand.ts | 4 + .../commands/DescribeInstanceStatusCommand.ts | 4 + .../DescribeInstanceTypeOfferingsCommand.ts | 4 + .../commands/DescribeInstanceTypesCommand.ts | 4 + .../src/commands/DescribeInstancesCommand.ts | 4 + .../DescribeInternetGatewaysCommand.ts | 4 + .../src/commands/DescribeIpamPoolsCommand.ts | 4 + .../DescribeIpamResourceDiscoveriesCommand.ts | 4 + ...pamResourceDiscoveryAssociationsCommand.ts | 4 + .../src/commands/DescribeIpamScopesCommand.ts | 4 + .../src/commands/DescribeIpamsCommand.ts | 4 + .../src/commands/DescribeIpv6PoolsCommand.ts | 4 + .../src/commands/DescribeKeyPairsCommand.ts | 4 + .../DescribeLaunchTemplateVersionsCommand.ts | 4 + .../DescribeLaunchTemplatesCommand.ts | 4 + ...irtualInterfaceGroupAssociationsCommand.ts | 4 + ...GatewayRouteTableVpcAssociationsCommand.ts | 4 + .../DescribeLocalGatewayRouteTablesCommand.ts | 4 + ...calGatewayVirtualInterfaceGroupsCommand.ts | 4 + ...ibeLocalGatewayVirtualInterfacesCommand.ts | 4 + .../commands/DescribeLocalGatewaysCommand.ts | 4 + .../DescribeManagedPrefixListsCommand.ts | 4 + .../DescribeMovingAddressesCommand.ts | 4 + .../commands/DescribeNatGatewaysCommand.ts | 4 + .../commands/DescribeNetworkAclsCommand.ts | 4 + ...tworkInsightsAccessScopeAnalysesCommand.ts | 4 + ...cribeNetworkInsightsAccessScopesCommand.ts | 4 + .../DescribeNetworkInsightsAnalysesCommand.ts | 4 + .../DescribeNetworkInsightsPathsCommand.ts | 4 + ...escribeNetworkInterfaceAttributeCommand.ts | 4 + ...cribeNetworkInterfacePermissionsCommand.ts | 4 + .../DescribeNetworkInterfacesCommand.ts | 4 + .../DescribePlacementGroupsCommand.ts | 4 + .../commands/DescribePrefixListsCommand.ts | 4 + .../DescribePrincipalIdFormatCommand.ts | 4 + .../DescribePublicIpv4PoolsCommand.ts | 4 + .../src/commands/DescribeRegionsCommand.ts | 4 + .../DescribeReplaceRootVolumeTasksCommand.ts | 4 + .../DescribeReservedInstancesCommand.ts | 4 + ...escribeReservedInstancesListingsCommand.ts | 4 + ...beReservedInstancesModificationsCommand.ts | 4 + ...scribeReservedInstancesOfferingsCommand.ts | 4 + .../commands/DescribeRouteTablesCommand.ts | 4 + ...ibeScheduledInstanceAvailabilityCommand.ts | 4 + .../DescribeScheduledInstancesCommand.ts | 4 + .../DescribeSecurityGroupReferencesCommand.ts | 4 + .../DescribeSecurityGroupRulesCommand.ts | 4 + .../commands/DescribeSecurityGroupsCommand.ts | 4 + .../DescribeSnapshotAttributeCommand.ts | 4 + .../DescribeSnapshotTierStatusCommand.ts | 4 + .../src/commands/DescribeSnapshotsCommand.ts | 4 + ...DescribeSpotDatafeedSubscriptionCommand.ts | 4 + .../DescribeSpotFleetInstancesCommand.ts | 4 + .../DescribeSpotFleetRequestHistoryCommand.ts | 4 + .../DescribeSpotFleetRequestsCommand.ts | 4 + .../DescribeSpotInstanceRequestsCommand.ts | 4 + .../DescribeSpotPriceHistoryCommand.ts | 4 + .../DescribeStaleSecurityGroupsCommand.ts | 4 + .../DescribeStoreImageTasksCommand.ts | 4 + .../src/commands/DescribeSubnetsCommand.ts | 4 + .../src/commands/DescribeTagsCommand.ts | 4 + .../DescribeTrafficMirrorFiltersCommand.ts | 4 + .../DescribeTrafficMirrorSessionsCommand.ts | 4 + .../DescribeTrafficMirrorTargetsCommand.ts | 4 + ...escribeTransitGatewayAttachmentsCommand.ts | 4 + ...scribeTransitGatewayConnectPeersCommand.ts | 4 + .../DescribeTransitGatewayConnectsCommand.ts | 4 + ...beTransitGatewayMulticastDomainsCommand.ts | 4 + ...TransitGatewayPeeringAttachmentsCommand.ts | 4 + ...scribeTransitGatewayPolicyTablesCommand.ts | 4 + ...itGatewayRouteTableAnnouncementsCommand.ts | 4 + ...escribeTransitGatewayRouteTablesCommand.ts | 4 + ...ribeTransitGatewayVpcAttachmentsCommand.ts | 4 + .../DescribeTransitGatewaysCommand.ts | 4 + ...scribeTrunkInterfaceAssociationsCommand.ts | 4 + .../DescribeVerifiedAccessEndpointsCommand.ts | 4 + .../DescribeVerifiedAccessGroupsCommand.ts | 4 + ...essInstanceLoggingConfigurationsCommand.ts | 4 + .../DescribeVerifiedAccessInstancesCommand.ts | 4 + ...ribeVerifiedAccessTrustProvidersCommand.ts | 4 + .../DescribeVolumeAttributeCommand.ts | 4 + .../commands/DescribeVolumeStatusCommand.ts | 4 + .../src/commands/DescribeVolumesCommand.ts | 4 + .../DescribeVolumesModificationsCommand.ts | 4 + .../commands/DescribeVpcAttributeCommand.ts | 4 + .../commands/DescribeVpcClassicLinkCommand.ts | 4 + ...DescribeVpcClassicLinkDnsSupportCommand.ts | 4 + ...cEndpointConnectionNotificationsCommand.ts | 4 + .../DescribeVpcEndpointConnectionsCommand.ts | 4 + ...VpcEndpointServiceConfigurationsCommand.ts | 4 + ...ibeVpcEndpointServicePermissionsCommand.ts | 4 + .../DescribeVpcEndpointServicesCommand.ts | 4 + .../commands/DescribeVpcEndpointsCommand.ts | 4 + .../DescribeVpcPeeringConnectionsCommand.ts | 4 + .../src/commands/DescribeVpcsCommand.ts | 4 + .../commands/DescribeVpnConnectionsCommand.ts | 4 + .../commands/DescribeVpnGatewaysCommand.ts | 4 + .../commands/DetachClassicLinkVpcCommand.ts | 4 + .../commands/DetachInternetGatewayCommand.ts | 4 + .../commands/DetachNetworkInterfaceCommand.ts | 4 + ...etachVerifiedAccessTrustProviderCommand.ts | 4 + .../src/commands/DetachVolumeCommand.ts | 4 + .../src/commands/DetachVpnGatewayCommand.ts | 4 + .../commands/DisableAddressTransferCommand.ts | 4 + ...orkPerformanceMetricSubscriptionCommand.ts | 4 + .../DisableEbsEncryptionByDefaultCommand.ts | 4 + .../src/commands/DisableFastLaunchCommand.ts | 4 + .../DisableFastSnapshotRestoresCommand.ts | 4 + .../DisableImageDeprecationCommand.ts | 4 + ...ableIpamOrganizationAdminAccountCommand.ts | 4 + .../DisableSerialConsoleAccessCommand.ts | 4 + ...nsitGatewayRouteTablePropagationCommand.ts | 4 + .../DisableVgwRoutePropagationCommand.ts | 4 + .../commands/DisableVpcClassicLinkCommand.ts | 4 + .../DisableVpcClassicLinkDnsSupportCommand.ts | 4 + .../commands/DisassociateAddressCommand.ts | 4 + ...sassociateClientVpnTargetNetworkCommand.ts | 4 + ...sociateEnclaveCertificateIamRoleCommand.ts | 4 + .../DisassociateIamInstanceProfileCommand.ts | 4 + .../DisassociateInstanceEventWindowCommand.ts | 4 + ...isassociateIpamResourceDiscoveryCommand.ts | 4 + .../DisassociateNatGatewayAddressCommand.ts | 4 + .../commands/DisassociateRouteTableCommand.ts | 4 + .../DisassociateSubnetCidrBlockCommand.ts | 4 + ...ateTransitGatewayMulticastDomainCommand.ts | 4 + ...sociateTransitGatewayPolicyTableCommand.ts | 4 + ...ssociateTransitGatewayRouteTableCommand.ts | 4 + .../DisassociateTrunkInterfaceCommand.ts | 4 + .../DisassociateVpcCidrBlockCommand.ts | 4 + .../commands/EnableAddressTransferCommand.ts | 4 + ...orkPerformanceMetricSubscriptionCommand.ts | 4 + .../EnableEbsEncryptionByDefaultCommand.ts | 4 + .../src/commands/EnableFastLaunchCommand.ts | 4 + .../EnableFastSnapshotRestoresCommand.ts | 4 + .../commands/EnableImageDeprecationCommand.ts | 4 + ...ableIpamOrganizationAdminAccountCommand.ts | 4 + ...ilityAnalyzerOrganizationSharingCommand.ts | 4 + .../EnableSerialConsoleAccessCommand.ts | 4 + ...nsitGatewayRouteTablePropagationCommand.ts | 4 + .../EnableVgwRoutePropagationCommand.ts | 4 + .../src/commands/EnableVolumeIOCommand.ts | 4 + .../commands/EnableVpcClassicLinkCommand.ts | 4 + .../EnableVpcClassicLinkDnsSupportCommand.ts | 4 + ...nClientCertificateRevocationListCommand.ts | 4 + ...portClientVpnClientConfigurationCommand.ts | 4 + .../src/commands/ExportImageCommand.ts | 4 + .../ExportTransitGatewayRoutesCommand.ts | 4 + ...ciatedEnclaveCertificateIamRolesCommand.ts | 4 + .../GetAssociatedIpv6PoolCidrsCommand.ts | 4 + .../GetAwsNetworkPerformanceDataCommand.ts | 4 + .../GetCapacityReservationUsageCommand.ts | 4 + .../src/commands/GetCoipPoolUsageCommand.ts | 4 + .../src/commands/GetConsoleOutputCommand.ts | 4 + .../commands/GetConsoleScreenshotCommand.ts | 4 + .../GetDefaultCreditSpecificationCommand.ts | 4 + .../commands/GetEbsDefaultKmsKeyIdCommand.ts | 4 + .../GetEbsEncryptionByDefaultCommand.ts | 4 + .../GetFlowLogsIntegrationTemplateCommand.ts | 4 + .../GetGroupsForCapacityReservationCommand.ts | 4 + ...etHostReservationPurchasePreviewCommand.ts | 4 + ...nceTypesFromInstanceRequirementsCommand.ts | 4 + .../commands/GetInstanceUefiDataCommand.ts | 4 + .../commands/GetIpamAddressHistoryCommand.ts | 4 + .../GetIpamDiscoveredAccountsCommand.ts | 4 + .../GetIpamDiscoveredResourceCidrsCommand.ts | 4 + .../commands/GetIpamPoolAllocationsCommand.ts | 4 + .../src/commands/GetIpamPoolCidrsCommand.ts | 4 + .../commands/GetIpamResourceCidrsCommand.ts | 4 + .../commands/GetLaunchTemplateDataCommand.ts | 4 + ...GetManagedPrefixListAssociationsCommand.ts | 4 + .../GetManagedPrefixListEntriesCommand.ts | 4 + ...ightsAccessScopeAnalysisFindingsCommand.ts | 4 + ...etworkInsightsAccessScopeContentCommand.ts | 4 + .../src/commands/GetPasswordDataCommand.ts | 4 + ...etReservedInstancesExchangeQuoteCommand.ts | 4 + .../GetSerialConsoleAccessStatusCommand.ts | 4 + .../commands/GetSpotPlacementScoresCommand.ts | 4 + .../GetSubnetCidrReservationsCommand.ts | 4 + ...sitGatewayAttachmentPropagationsCommand.ts | 4 + ...tewayMulticastDomainAssociationsCommand.ts | 4 + ...itGatewayPolicyTableAssociationsCommand.ts | 4 + ...TransitGatewayPolicyTableEntriesCommand.ts | 4 + ...ansitGatewayPrefixListReferencesCommand.ts | 4 + ...sitGatewayRouteTableAssociationsCommand.ts | 4 + ...sitGatewayRouteTablePropagationsCommand.ts | 4 + .../GetVerifiedAccessEndpointPolicyCommand.ts | 4 + .../GetVerifiedAccessGroupPolicyCommand.ts | 4 + ...nectionDeviceSampleConfigurationCommand.ts | 4 + .../GetVpnConnectionDeviceTypesCommand.ts | 4 + .../GetVpnTunnelReplacementStatusCommand.ts | 4 + ...nClientCertificateRevocationListCommand.ts | 4 + .../src/commands/ImportImageCommand.ts | 4 + .../src/commands/ImportInstanceCommand.ts | 4 + .../src/commands/ImportKeyPairCommand.ts | 4 + .../src/commands/ImportSnapshotCommand.ts | 4 + .../src/commands/ImportVolumeCommand.ts | 4 + .../commands/ListImagesInRecycleBinCommand.ts | 4 + .../ListSnapshotsInRecycleBinCommand.ts | 4 + .../commands/ModifyAddressAttributeCommand.ts | 4 + .../ModifyAvailabilityZoneGroupCommand.ts | 4 + .../ModifyCapacityReservationCommand.ts | 4 + .../ModifyCapacityReservationFleetCommand.ts | 4 + .../ModifyClientVpnEndpointCommand.ts | 4 + ...ModifyDefaultCreditSpecificationCommand.ts | 4 + .../ModifyEbsDefaultKmsKeyIdCommand.ts | 4 + .../src/commands/ModifyFleetCommand.ts | 4 + .../ModifyFpgaImageAttributeCommand.ts | 4 + .../src/commands/ModifyHostsCommand.ts | 4 + .../src/commands/ModifyIdFormatCommand.ts | 4 + .../commands/ModifyIdentityIdFormatCommand.ts | 4 + .../commands/ModifyImageAttributeCommand.ts | 4 + .../ModifyInstanceAttributeCommand.ts | 4 + ...nceCapacityReservationAttributesCommand.ts | 4 + ...odifyInstanceCreditSpecificationCommand.ts | 4 + .../ModifyInstanceEventStartTimeCommand.ts | 4 + .../ModifyInstanceEventWindowCommand.ts | 4 + ...ModifyInstanceMaintenanceOptionsCommand.ts | 4 + .../ModifyInstanceMetadataOptionsCommand.ts | 4 + .../ModifyInstancePlacementCommand.ts | 4 + .../src/commands/ModifyIpamCommand.ts | 4 + .../src/commands/ModifyIpamPoolCommand.ts | 4 + .../commands/ModifyIpamResourceCidrCommand.ts | 4 + .../ModifyIpamResourceDiscoveryCommand.ts | 4 + .../src/commands/ModifyIpamScopeCommand.ts | 4 + .../commands/ModifyLaunchTemplateCommand.ts | 4 + .../ModifyLocalGatewayRouteCommand.ts | 4 + .../ModifyManagedPrefixListCommand.ts | 4 + .../ModifyNetworkInterfaceAttributeCommand.ts | 4 + .../ModifyPrivateDnsNameOptionsCommand.ts | 4 + .../ModifyReservedInstancesCommand.ts | 4 + .../ModifySecurityGroupRulesCommand.ts | 4 + .../ModifySnapshotAttributeCommand.ts | 4 + .../src/commands/ModifySnapshotTierCommand.ts | 4 + .../commands/ModifySpotFleetRequestCommand.ts | 4 + .../commands/ModifySubnetAttributeCommand.ts | 4 + ...afficMirrorFilterNetworkServicesCommand.ts | 4 + .../ModifyTrafficMirrorFilterRuleCommand.ts | 4 + .../ModifyTrafficMirrorSessionCommand.ts | 4 + .../commands/ModifyTransitGatewayCommand.ts | 4 + ...ransitGatewayPrefixListReferenceCommand.ts | 4 + ...odifyTransitGatewayVpcAttachmentCommand.ts | 4 + .../ModifyVerifiedAccessEndpointCommand.ts | 4 + ...difyVerifiedAccessEndpointPolicyCommand.ts | 4 + .../ModifyVerifiedAccessGroupCommand.ts | 4 + .../ModifyVerifiedAccessGroupPolicyCommand.ts | 4 + .../ModifyVerifiedAccessInstanceCommand.ts | 4 + ...cessInstanceLoggingConfigurationCommand.ts | 4 + ...odifyVerifiedAccessTrustProviderCommand.ts | 4 + .../commands/ModifyVolumeAttributeCommand.ts | 4 + .../src/commands/ModifyVolumeCommand.ts | 4 + .../src/commands/ModifyVpcAttributeCommand.ts | 4 + .../src/commands/ModifyVpcEndpointCommand.ts | 4 + ...pcEndpointConnectionNotificationCommand.ts | 4 + ...yVpcEndpointServiceConfigurationCommand.ts | 4 + ...dpointServicePayerResponsibilityCommand.ts | 4 + ...ifyVpcEndpointServicePermissionsCommand.ts | 4 + ...odifyVpcPeeringConnectionOptionsCommand.ts | 4 + .../src/commands/ModifyVpcTenancyCommand.ts | 4 + .../commands/ModifyVpnConnectionCommand.ts | 4 + .../ModifyVpnConnectionOptionsCommand.ts | 4 + .../ModifyVpnTunnelCertificateCommand.ts | 4 + .../commands/ModifyVpnTunnelOptionsCommand.ts | 4 + .../src/commands/MonitorInstancesCommand.ts | 4 + .../src/commands/MoveAddressToVpcCommand.ts | 4 + .../commands/MoveByoipCidrToIpamCommand.ts | 4 + .../src/commands/ProvisionByoipCidrCommand.ts | 4 + .../commands/ProvisionIpamPoolCidrCommand.ts | 4 + .../ProvisionPublicIpv4PoolCidrCommand.ts | 4 + .../PurchaseHostReservationCommand.ts | 4 + ...urchaseReservedInstancesOfferingCommand.ts | 4 + .../PurchaseScheduledInstancesCommand.ts | 4 + .../src/commands/RebootInstancesCommand.ts | 4 + .../src/commands/RegisterImageCommand.ts | 4 + ...tanceEventNotificationAttributesCommand.ts | 4 + ...nsitGatewayMulticastGroupMembersCommand.ts | 4 + ...nsitGatewayMulticastGroupSourcesCommand.ts | 4 + ...tewayMulticastDomainAssociationsCommand.ts | 4 + ...tTransitGatewayPeeringAttachmentCommand.ts | 4 + ...ejectTransitGatewayVpcAttachmentCommand.ts | 4 + .../RejectVpcEndpointConnectionsCommand.ts | 4 + .../RejectVpcPeeringConnectionCommand.ts | 4 + .../src/commands/ReleaseAddressCommand.ts | 4 + .../src/commands/ReleaseHostsCommand.ts | 4 + .../ReleaseIpamPoolAllocationCommand.ts | 4 + ...aceIamInstanceProfileAssociationCommand.ts | 4 + .../ReplaceNetworkAclAssociationCommand.ts | 4 + .../commands/ReplaceNetworkAclEntryCommand.ts | 4 + .../src/commands/ReplaceRouteCommand.ts | 4 + .../ReplaceRouteTableAssociationCommand.ts | 4 + .../ReplaceTransitGatewayRouteCommand.ts | 4 + .../src/commands/ReplaceVpnTunnelCommand.ts | 4 + .../commands/ReportInstanceStatusCommand.ts | 4 + .../src/commands/RequestSpotFleetCommand.ts | 4 + .../commands/RequestSpotInstancesCommand.ts | 4 + .../commands/ResetAddressAttributeCommand.ts | 4 + .../ResetEbsDefaultKmsKeyIdCommand.ts | 4 + .../ResetFpgaImageAttributeCommand.ts | 4 + .../commands/ResetImageAttributeCommand.ts | 4 + .../commands/ResetInstanceAttributeCommand.ts | 4 + .../ResetNetworkInterfaceAttributeCommand.ts | 4 + .../commands/ResetSnapshotAttributeCommand.ts | 4 + .../RestoreAddressToClassicCommand.ts | 4 + .../RestoreImageFromRecycleBinCommand.ts | 4 + .../RestoreManagedPrefixListVersionCommand.ts | 4 + .../RestoreSnapshotFromRecycleBinCommand.ts | 4 + .../commands/RestoreSnapshotTierCommand.ts | 4 + .../commands/RevokeClientVpnIngressCommand.ts | 4 + .../RevokeSecurityGroupEgressCommand.ts | 4 + .../RevokeSecurityGroupIngressCommand.ts | 4 + .../src/commands/RunInstancesCommand.ts | 4 + .../commands/RunScheduledInstancesCommand.ts | 4 + .../SearchLocalGatewayRoutesCommand.ts | 4 + ...rchTransitGatewayMulticastGroupsCommand.ts | 4 + .../SearchTransitGatewayRoutesCommand.ts | 4 + .../SendDiagnosticInterruptCommand.ts | 4 + .../src/commands/StartInstancesCommand.ts | 4 + ...tworkInsightsAccessScopeAnalysisCommand.ts | 4 + .../StartNetworkInsightsAnalysisCommand.ts | 4 + ...intServicePrivateDnsVerificationCommand.ts | 4 + .../src/commands/StopInstancesCommand.ts | 4 + .../TerminateClientVpnConnectionsCommand.ts | 4 + .../src/commands/TerminateInstancesCommand.ts | 4 + .../commands/UnassignIpv6AddressesCommand.ts | 4 + .../UnassignPrivateIpAddressesCommand.ts | 4 + ...UnassignPrivateNatGatewayAddressCommand.ts | 4 + .../src/commands/UnmonitorInstancesCommand.ts | 4 + ...urityGroupRuleDescriptionsEgressCommand.ts | 4 + ...rityGroupRuleDescriptionsIngressCommand.ts | 4 + .../src/commands/WithdrawByoipCidrCommand.ts | 4 + clients/client-ec2/src/index.ts | 35 +- .../src/models/EC2ServiceException.ts | 2 + .../client-ecr-public/src/ECRPUBLICClient.ts | 6 +- .../BatchCheckLayerAvailabilityCommand.ts | 4 + .../src/commands/BatchDeleteImageCommand.ts | 4 + .../commands/CompleteLayerUploadCommand.ts | 4 + .../src/commands/CreateRepositoryCommand.ts | 4 + .../src/commands/DeleteRepositoryCommand.ts | 4 + .../commands/DeleteRepositoryPolicyCommand.ts | 4 + .../src/commands/DescribeImageTagsCommand.ts | 4 + .../src/commands/DescribeImagesCommand.ts | 4 + .../src/commands/DescribeRegistriesCommand.ts | 4 + .../commands/DescribeRepositoriesCommand.ts | 4 + .../commands/GetAuthorizationTokenCommand.ts | 4 + .../commands/GetRegistryCatalogDataCommand.ts | 4 + .../GetRepositoryCatalogDataCommand.ts | 4 + .../commands/GetRepositoryPolicyCommand.ts | 4 + .../commands/InitiateLayerUploadCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutImageCommand.ts | 4 + .../commands/PutRegistryCatalogDataCommand.ts | 4 + .../PutRepositoryCatalogDataCommand.ts | 4 + .../commands/SetRepositoryPolicyCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UploadLayerPartCommand.ts | 4 + clients/client-ecr-public/src/index.ts | 16 +- .../src/models/ECRPUBLICServiceException.ts | 2 + clients/client-ecr/src/ECRClient.ts | 6 +- .../BatchCheckLayerAvailabilityCommand.ts | 4 + .../src/commands/BatchDeleteImageCommand.ts | 4 + .../src/commands/BatchGetImageCommand.ts | 4 + ...tRepositoryScanningConfigurationCommand.ts | 4 + .../commands/CompleteLayerUploadCommand.ts | 4 + .../CreatePullThroughCacheRuleCommand.ts | 4 + .../src/commands/CreateRepositoryCommand.ts | 4 + .../commands/DeleteLifecyclePolicyCommand.ts | 4 + .../DeletePullThroughCacheRuleCommand.ts | 4 + .../commands/DeleteRegistryPolicyCommand.ts | 4 + .../src/commands/DeleteRepositoryCommand.ts | 4 + .../commands/DeleteRepositoryPolicyCommand.ts | 4 + .../DescribeImageReplicationStatusCommand.ts | 4 + .../DescribeImageScanFindingsCommand.ts | 4 + .../src/commands/DescribeImagesCommand.ts | 4 + .../DescribePullThroughCacheRulesCommand.ts | 4 + .../src/commands/DescribeRegistryCommand.ts | 4 + .../commands/DescribeRepositoriesCommand.ts | 4 + .../commands/GetAuthorizationTokenCommand.ts | 4 + .../commands/GetDownloadUrlForLayerCommand.ts | 4 + .../src/commands/GetLifecyclePolicyCommand.ts | 4 + .../GetLifecyclePolicyPreviewCommand.ts | 4 + .../src/commands/GetRegistryPolicyCommand.ts | 4 + ...GetRegistryScanningConfigurationCommand.ts | 4 + .../commands/GetRepositoryPolicyCommand.ts | 4 + .../commands/InitiateLayerUploadCommand.ts | 4 + .../src/commands/ListImagesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutImageCommand.ts | 4 + .../PutImageScanningConfigurationCommand.ts | 4 + .../commands/PutImageTagMutabilityCommand.ts | 4 + .../src/commands/PutLifecyclePolicyCommand.ts | 4 + .../src/commands/PutRegistryPolicyCommand.ts | 4 + ...PutRegistryScanningConfigurationCommand.ts | 4 + .../PutReplicationConfigurationCommand.ts | 4 + .../commands/SetRepositoryPolicyCommand.ts | 4 + .../src/commands/StartImageScanCommand.ts | 4 + .../StartLifecyclePolicyPreviewCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UploadLayerPartCommand.ts | 4 + clients/client-ecr/src/index.ts | 18 +- .../src/models/ECRServiceException.ts | 2 + clients/client-ecs/src/ECSClient.ts | 6 +- .../commands/CreateCapacityProviderCommand.ts | 4 + .../src/commands/CreateClusterCommand.ts | 4 + .../src/commands/CreateServiceCommand.ts | 4 + .../src/commands/CreateTaskSetCommand.ts | 4 + .../commands/DeleteAccountSettingCommand.ts | 4 + .../src/commands/DeleteAttributesCommand.ts | 4 + .../commands/DeleteCapacityProviderCommand.ts | 4 + .../src/commands/DeleteClusterCommand.ts | 4 + .../src/commands/DeleteServiceCommand.ts | 4 + .../commands/DeleteTaskDefinitionsCommand.ts | 4 + .../src/commands/DeleteTaskSetCommand.ts | 4 + .../DeregisterContainerInstanceCommand.ts | 4 + .../DeregisterTaskDefinitionCommand.ts | 4 + .../DescribeCapacityProvidersCommand.ts | 4 + .../src/commands/DescribeClustersCommand.ts | 4 + .../DescribeContainerInstancesCommand.ts | 4 + .../src/commands/DescribeServicesCommand.ts | 4 + .../commands/DescribeTaskDefinitionCommand.ts | 4 + .../src/commands/DescribeTaskSetsCommand.ts | 4 + .../src/commands/DescribeTasksCommand.ts | 4 + .../commands/DiscoverPollEndpointCommand.ts | 4 + .../src/commands/ExecuteCommandCommand.ts | 4 + .../src/commands/GetTaskProtectionCommand.ts | 4 + .../commands/ListAccountSettingsCommand.ts | 4 + .../src/commands/ListAttributesCommand.ts | 4 + .../src/commands/ListClustersCommand.ts | 4 + .../commands/ListContainerInstancesCommand.ts | 4 + .../ListServicesByNamespaceCommand.ts | 4 + .../src/commands/ListServicesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../ListTaskDefinitionFamiliesCommand.ts | 4 + .../commands/ListTaskDefinitionsCommand.ts | 4 + .../src/commands/ListTasksCommand.ts | 4 + .../src/commands/PutAccountSettingCommand.ts | 4 + .../PutAccountSettingDefaultCommand.ts | 4 + .../src/commands/PutAttributesCommand.ts | 4 + .../PutClusterCapacityProvidersCommand.ts | 4 + .../RegisterContainerInstanceCommand.ts | 4 + .../commands/RegisterTaskDefinitionCommand.ts | 4 + .../client-ecs/src/commands/RunTaskCommand.ts | 4 + .../src/commands/StartTaskCommand.ts | 4 + .../src/commands/StopTaskCommand.ts | 4 + .../SubmitAttachmentStateChangesCommand.ts | 4 + .../SubmitContainerStateChangeCommand.ts | 4 + .../commands/SubmitTaskStateChangeCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateCapacityProviderCommand.ts | 4 + .../src/commands/UpdateClusterCommand.ts | 4 + .../commands/UpdateClusterSettingsCommand.ts | 4 + .../commands/UpdateContainerAgentCommand.ts | 4 + .../UpdateContainerInstancesStateCommand.ts | 4 + .../src/commands/UpdateServiceCommand.ts | 4 + .../UpdateServicePrimaryTaskSetCommand.ts | 4 + .../commands/UpdateTaskProtectionCommand.ts | 4 + .../src/commands/UpdateTaskSetCommand.ts | 4 + clients/client-ecs/src/index.ts | 22 +- .../src/models/ECSServiceException.ts | 2 + clients/client-efs/src/EFSClient.ts | 6 +- .../src/commands/CreateAccessPointCommand.ts | 4 + .../src/commands/CreateFileSystemCommand.ts | 4 + .../src/commands/CreateMountTargetCommand.ts | 4 + .../CreateReplicationConfigurationCommand.ts | 4 + .../src/commands/CreateTagsCommand.ts | 4 + .../src/commands/DeleteAccessPointCommand.ts | 4 + .../src/commands/DeleteFileSystemCommand.ts | 4 + .../commands/DeleteFileSystemPolicyCommand.ts | 4 + .../src/commands/DeleteMountTargetCommand.ts | 4 + .../DeleteReplicationConfigurationCommand.ts | 4 + .../src/commands/DeleteTagsCommand.ts | 4 + .../commands/DescribeAccessPointsCommand.ts | 4 + .../DescribeAccountPreferencesCommand.ts | 4 + .../commands/DescribeBackupPolicyCommand.ts | 4 + .../DescribeFileSystemPolicyCommand.ts | 4 + .../commands/DescribeFileSystemsCommand.ts | 4 + .../DescribeLifecycleConfigurationCommand.ts | 4 + ...escribeMountTargetSecurityGroupsCommand.ts | 4 + .../commands/DescribeMountTargetsCommand.ts | 4 + ...escribeReplicationConfigurationsCommand.ts | 4 + .../src/commands/DescribeTagsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../ModifyMountTargetSecurityGroupsCommand.ts | 4 + .../commands/PutAccountPreferencesCommand.ts | 4 + .../src/commands/PutBackupPolicyCommand.ts | 4 + .../commands/PutFileSystemPolicyCommand.ts | 4 + .../PutLifecycleConfigurationCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateFileSystemCommand.ts | 4 + clients/client-efs/src/index.ts | 14 +- .../src/models/EFSServiceException.ts | 2 + clients/client-eks/src/EKSClient.ts | 6 +- .../AssociateEncryptionConfigCommand.ts | 4 + .../AssociateIdentityProviderConfigCommand.ts | 4 + .../src/commands/CreateAddonCommand.ts | 4 + .../src/commands/CreateClusterCommand.ts | 4 + .../commands/CreateFargateProfileCommand.ts | 4 + .../src/commands/CreateNodegroupCommand.ts | 4 + .../src/commands/DeleteAddonCommand.ts | 4 + .../src/commands/DeleteClusterCommand.ts | 4 + .../commands/DeleteFargateProfileCommand.ts | 4 + .../src/commands/DeleteNodegroupCommand.ts | 4 + .../src/commands/DeregisterClusterCommand.ts | 4 + .../src/commands/DescribeAddonCommand.ts | 4 + .../DescribeAddonConfigurationCommand.ts | 4 + .../commands/DescribeAddonVersionsCommand.ts | 4 + .../src/commands/DescribeClusterCommand.ts | 4 + .../commands/DescribeFargateProfileCommand.ts | 4 + .../DescribeIdentityProviderConfigCommand.ts | 4 + .../src/commands/DescribeNodegroupCommand.ts | 4 + .../src/commands/DescribeUpdateCommand.ts | 4 + ...sassociateIdentityProviderConfigCommand.ts | 4 + .../src/commands/ListAddonsCommand.ts | 4 + .../src/commands/ListClustersCommand.ts | 4 + .../commands/ListFargateProfilesCommand.ts | 4 + .../ListIdentityProviderConfigsCommand.ts | 4 + .../src/commands/ListNodegroupsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListUpdatesCommand.ts | 4 + .../src/commands/RegisterClusterCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAddonCommand.ts | 4 + .../commands/UpdateClusterConfigCommand.ts | 4 + .../commands/UpdateClusterVersionCommand.ts | 4 + .../commands/UpdateNodegroupConfigCommand.ts | 4 + .../commands/UpdateNodegroupVersionCommand.ts | 4 + clients/client-eks/src/index.ts | 19 +- .../src/models/EKSServiceException.ts | 2 + .../src/ElasticBeanstalkClient.ts | 6 +- .../commands/AbortEnvironmentUpdateCommand.ts | 4 + .../ApplyEnvironmentManagedActionCommand.ts | 4 + ...sociateEnvironmentOperationsRoleCommand.ts | 4 + .../commands/CheckDNSAvailabilityCommand.ts | 4 + .../commands/ComposeEnvironmentsCommand.ts | 4 + .../src/commands/CreateApplicationCommand.ts | 4 + .../CreateApplicationVersionCommand.ts | 4 + .../CreateConfigurationTemplateCommand.ts | 4 + .../src/commands/CreateEnvironmentCommand.ts | 4 + .../commands/CreatePlatformVersionCommand.ts | 4 + .../commands/CreateStorageLocationCommand.ts | 4 + .../src/commands/DeleteApplicationCommand.ts | 4 + .../DeleteApplicationVersionCommand.ts | 4 + .../DeleteConfigurationTemplateCommand.ts | 4 + .../DeleteEnvironmentConfigurationCommand.ts | 4 + .../commands/DeletePlatformVersionCommand.ts | 4 + .../DescribeAccountAttributesCommand.ts | 4 + .../DescribeApplicationVersionsCommand.ts | 4 + .../commands/DescribeApplicationsCommand.ts | 4 + .../DescribeConfigurationOptionsCommand.ts | 4 + .../DescribeConfigurationSettingsCommand.ts | 4 + .../DescribeEnvironmentHealthCommand.ts | 4 + ...eEnvironmentManagedActionHistoryCommand.ts | 4 + ...escribeEnvironmentManagedActionsCommand.ts | 4 + .../DescribeEnvironmentResourcesCommand.ts | 4 + .../commands/DescribeEnvironmentsCommand.ts | 4 + .../src/commands/DescribeEventsCommand.ts | 4 + .../DescribeInstancesHealthCommand.ts | 4 + .../DescribePlatformVersionCommand.ts | 4 + ...sociateEnvironmentOperationsRoleCommand.ts | 4 + .../ListAvailableSolutionStacksCommand.ts | 4 + .../commands/ListPlatformBranchesCommand.ts | 4 + .../commands/ListPlatformVersionsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/RebuildEnvironmentCommand.ts | 4 + .../commands/RequestEnvironmentInfoCommand.ts | 4 + .../src/commands/RestartAppServerCommand.ts | 4 + .../RetrieveEnvironmentInfoCommand.ts | 4 + .../commands/SwapEnvironmentCNAMEsCommand.ts | 4 + .../commands/TerminateEnvironmentCommand.ts | 4 + .../src/commands/UpdateApplicationCommand.ts | 4 + ...dateApplicationResourceLifecycleCommand.ts | 4 + .../UpdateApplicationVersionCommand.ts | 4 + .../UpdateConfigurationTemplateCommand.ts | 4 + .../src/commands/UpdateEnvironmentCommand.ts | 4 + .../commands/UpdateTagsForResourceCommand.ts | 4 + .../ValidateConfigurationSettingsCommand.ts | 4 + clients/client-elastic-beanstalk/src/index.ts | 22 +- .../ElasticBeanstalkServiceException.ts | 2 + .../src/ElasticInferenceClient.ts | 6 +- .../DescribeAcceleratorOfferingsCommand.ts | 4 + .../DescribeAcceleratorTypesCommand.ts | 4 + .../commands/DescribeAcceleratorsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + clients/client-elastic-inference/src/index.ts | 17 +- .../ElasticInferenceServiceException.ts | 2 + .../src/ElasticLoadBalancingV2Client.ts | 6 +- .../AddListenerCertificatesCommand.ts | 4 + .../src/commands/AddTagsCommand.ts | 4 + .../src/commands/CreateListenerCommand.ts | 4 + .../src/commands/CreateLoadBalancerCommand.ts | 4 + .../src/commands/CreateRuleCommand.ts | 4 + .../src/commands/CreateTargetGroupCommand.ts | 4 + .../src/commands/DeleteListenerCommand.ts | 4 + .../src/commands/DeleteLoadBalancerCommand.ts | 4 + .../src/commands/DeleteRuleCommand.ts | 4 + .../src/commands/DeleteTargetGroupCommand.ts | 4 + .../src/commands/DeregisterTargetsCommand.ts | 4 + .../commands/DescribeAccountLimitsCommand.ts | 4 + .../DescribeListenerCertificatesCommand.ts | 4 + .../src/commands/DescribeListenersCommand.ts | 4 + .../DescribeLoadBalancerAttributesCommand.ts | 4 + .../commands/DescribeLoadBalancersCommand.ts | 4 + .../src/commands/DescribeRulesCommand.ts | 4 + .../commands/DescribeSSLPoliciesCommand.ts | 4 + .../src/commands/DescribeTagsCommand.ts | 4 + .../DescribeTargetGroupAttributesCommand.ts | 4 + .../commands/DescribeTargetGroupsCommand.ts | 4 + .../commands/DescribeTargetHealthCommand.ts | 4 + .../src/commands/ModifyListenerCommand.ts | 4 + .../ModifyLoadBalancerAttributesCommand.ts | 4 + .../src/commands/ModifyRuleCommand.ts | 4 + .../ModifyTargetGroupAttributesCommand.ts | 4 + .../src/commands/ModifyTargetGroupCommand.ts | 4 + .../src/commands/RegisterTargetsCommand.ts | 4 + .../RemoveListenerCertificatesCommand.ts | 4 + .../src/commands/RemoveTagsCommand.ts | 4 + .../src/commands/SetIpAddressTypeCommand.ts | 4 + .../src/commands/SetRulePrioritiesCommand.ts | 4 + .../src/commands/SetSecurityGroupsCommand.ts | 4 + .../src/commands/SetSubnetsCommand.ts | 4 + .../src/index.ts | 38 +- .../ElasticLoadBalancingV2ServiceException.ts | 2 + .../src/ElasticLoadBalancingClient.ts | 6 +- .../src/commands/AddTagsCommand.ts | 4 + ...pplySecurityGroupsToLoadBalancerCommand.ts | 4 + .../AttachLoadBalancerToSubnetsCommand.ts | 4 + .../commands/ConfigureHealthCheckCommand.ts | 4 + .../CreateAppCookieStickinessPolicyCommand.ts | 4 + .../CreateLBCookieStickinessPolicyCommand.ts | 4 + .../src/commands/CreateLoadBalancerCommand.ts | 4 + .../CreateLoadBalancerListenersCommand.ts | 4 + .../CreateLoadBalancerPolicyCommand.ts | 4 + .../src/commands/DeleteLoadBalancerCommand.ts | 4 + .../DeleteLoadBalancerListenersCommand.ts | 4 + .../DeleteLoadBalancerPolicyCommand.ts | 4 + ...egisterInstancesFromLoadBalancerCommand.ts | 4 + .../commands/DescribeAccountLimitsCommand.ts | 4 + .../commands/DescribeInstanceHealthCommand.ts | 4 + .../DescribeLoadBalancerAttributesCommand.ts | 4 + .../DescribeLoadBalancerPoliciesCommand.ts | 4 + .../DescribeLoadBalancerPolicyTypesCommand.ts | 4 + .../commands/DescribeLoadBalancersCommand.ts | 4 + .../src/commands/DescribeTagsCommand.ts | 4 + .../DetachLoadBalancerFromSubnetsCommand.ts | 4 + ...AvailabilityZonesForLoadBalancerCommand.ts | 4 + ...AvailabilityZonesForLoadBalancerCommand.ts | 4 + .../ModifyLoadBalancerAttributesCommand.ts | 4 + ...egisterInstancesWithLoadBalancerCommand.ts | 4 + .../src/commands/RemoveTagsCommand.ts | 4 + ...adBalancerListenerSSLCertificateCommand.ts | 4 + ...BalancerPoliciesForBackendServerCommand.ts | 4 + ...etLoadBalancerPoliciesOfListenerCommand.ts | 4 + .../src/index.ts | 30 +- .../ElasticLoadBalancingServiceException.ts | 2 + .../src/ElasticTranscoderClient.ts | 6 +- .../src/commands/CancelJobCommand.ts | 4 + .../src/commands/CreateJobCommand.ts | 4 + .../src/commands/CreatePipelineCommand.ts | 4 + .../src/commands/CreatePresetCommand.ts | 4 + .../src/commands/DeletePipelineCommand.ts | 4 + .../src/commands/DeletePresetCommand.ts | 4 + .../src/commands/ListJobsByPipelineCommand.ts | 4 + .../src/commands/ListJobsByStatusCommand.ts | 4 + .../src/commands/ListPipelinesCommand.ts | 4 + .../src/commands/ListPresetsCommand.ts | 4 + .../src/commands/ReadJobCommand.ts | 4 + .../src/commands/ReadPipelineCommand.ts | 4 + .../src/commands/ReadPresetCommand.ts | 4 + .../src/commands/TestRoleCommand.ts | 4 + .../src/commands/UpdatePipelineCommand.ts | 4 + .../UpdatePipelineNotificationsCommand.ts | 4 + .../commands/UpdatePipelineStatusCommand.ts | 4 + .../client-elastic-transcoder/src/index.ts | 11 +- .../ElasticTranscoderServiceException.ts | 2 + .../src/ElastiCacheClient.ts | 6 +- .../src/commands/AddTagsToResourceCommand.ts | 4 + ...thorizeCacheSecurityGroupIngressCommand.ts | 4 + .../commands/BatchApplyUpdateActionCommand.ts | 4 + .../commands/BatchStopUpdateActionCommand.ts | 4 + .../src/commands/CompleteMigrationCommand.ts | 4 + .../src/commands/CopySnapshotCommand.ts | 4 + .../src/commands/CreateCacheClusterCommand.ts | 4 + .../CreateCacheParameterGroupCommand.ts | 4 + .../CreateCacheSecurityGroupCommand.ts | 4 + .../commands/CreateCacheSubnetGroupCommand.ts | 4 + .../CreateGlobalReplicationGroupCommand.ts | 4 + .../commands/CreateReplicationGroupCommand.ts | 4 + .../src/commands/CreateSnapshotCommand.ts | 4 + .../src/commands/CreateUserCommand.ts | 4 + .../src/commands/CreateUserGroupCommand.ts | 4 + ...deGroupsInGlobalReplicationGroupCommand.ts | 4 + .../commands/DecreaseReplicaCountCommand.ts | 4 + .../src/commands/DeleteCacheClusterCommand.ts | 4 + .../DeleteCacheParameterGroupCommand.ts | 4 + .../DeleteCacheSecurityGroupCommand.ts | 4 + .../commands/DeleteCacheSubnetGroupCommand.ts | 4 + .../DeleteGlobalReplicationGroupCommand.ts | 4 + .../commands/DeleteReplicationGroupCommand.ts | 4 + .../src/commands/DeleteSnapshotCommand.ts | 4 + .../src/commands/DeleteUserCommand.ts | 4 + .../src/commands/DeleteUserGroupCommand.ts | 4 + .../commands/DescribeCacheClustersCommand.ts | 4 + .../DescribeCacheEngineVersionsCommand.ts | 4 + .../DescribeCacheParameterGroupsCommand.ts | 4 + .../DescribeCacheParametersCommand.ts | 4 + .../DescribeCacheSecurityGroupsCommand.ts | 4 + .../DescribeCacheSubnetGroupsCommand.ts | 4 + .../DescribeEngineDefaultParametersCommand.ts | 4 + .../src/commands/DescribeEventsCommand.ts | 4 + .../DescribeGlobalReplicationGroupsCommand.ts | 4 + .../DescribeReplicationGroupsCommand.ts | 4 + .../DescribeReservedCacheNodesCommand.ts | 4 + ...cribeReservedCacheNodesOfferingsCommand.ts | 4 + .../commands/DescribeServiceUpdatesCommand.ts | 4 + .../src/commands/DescribeSnapshotsCommand.ts | 4 + .../commands/DescribeUpdateActionsCommand.ts | 4 + .../src/commands/DescribeUserGroupsCommand.ts | 4 + .../src/commands/DescribeUsersCommand.ts | 4 + ...sassociateGlobalReplicationGroupCommand.ts | 4 + .../FailoverGlobalReplicationGroupCommand.ts | 4 + ...deGroupsInGlobalReplicationGroupCommand.ts | 4 + .../commands/IncreaseReplicaCountCommand.ts | 4 + ...ListAllowedNodeTypeModificationsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ModifyCacheClusterCommand.ts | 4 + .../ModifyCacheParameterGroupCommand.ts | 4 + .../commands/ModifyCacheSubnetGroupCommand.ts | 4 + .../ModifyGlobalReplicationGroupCommand.ts | 4 + .../commands/ModifyReplicationGroupCommand.ts | 4 + ...plicationGroupShardConfigurationCommand.ts | 4 + .../src/commands/ModifyUserCommand.ts | 4 + .../src/commands/ModifyUserGroupCommand.ts | 4 + ...rchaseReservedCacheNodesOfferingCommand.ts | 4 + ...nceSlotsInGlobalReplicationGroupCommand.ts | 4 + .../src/commands/RebootCacheClusterCommand.ts | 4 + .../commands/RemoveTagsFromResourceCommand.ts | 4 + .../ResetCacheParameterGroupCommand.ts | 4 + .../RevokeCacheSecurityGroupIngressCommand.ts | 4 + .../src/commands/StartMigrationCommand.ts | 4 + .../src/commands/TestFailoverCommand.ts | 4 + clients/client-elasticache/src/index.ts | 19 +- .../src/models/ElastiCacheServiceException.ts | 2 + .../src/ElasticsearchServiceClient.ts | 6 +- ...oundCrossClusterSearchConnectionCommand.ts | 4 + .../src/commands/AddTagsCommand.ts | 4 + .../src/commands/AssociatePackageCommand.ts | 4 + .../AuthorizeVpcEndpointAccessCommand.ts | 4 + ...asticsearchServiceSoftwareUpdateCommand.ts | 4 + .../CreateElasticsearchDomainCommand.ts | 4 + ...oundCrossClusterSearchConnectionCommand.ts | 4 + .../src/commands/CreatePackageCommand.ts | 4 + .../src/commands/CreateVpcEndpointCommand.ts | 4 + .../DeleteElasticsearchDomainCommand.ts | 4 + .../DeleteElasticsearchServiceRoleCommand.ts | 4 + ...oundCrossClusterSearchConnectionCommand.ts | 4 + ...oundCrossClusterSearchConnectionCommand.ts | 4 + .../src/commands/DeletePackageCommand.ts | 4 + .../src/commands/DeleteVpcEndpointCommand.ts | 4 + .../DescribeDomainAutoTunesCommand.ts | 4 + .../DescribeDomainChangeProgressCommand.ts | 4 + .../DescribeElasticsearchDomainCommand.ts | 4 + ...escribeElasticsearchDomainConfigCommand.ts | 4 + .../DescribeElasticsearchDomainsCommand.ts | 4 + ...eElasticsearchInstanceTypeLimitsCommand.ts | 4 + ...undCrossClusterSearchConnectionsCommand.ts | 4 + ...undCrossClusterSearchConnectionsCommand.ts | 4 + .../src/commands/DescribePackagesCommand.ts | 4 + ...edElasticsearchInstanceOfferingsCommand.ts | 4 + ...beReservedElasticsearchInstancesCommand.ts | 4 + .../commands/DescribeVpcEndpointsCommand.ts | 4 + .../src/commands/DissociatePackageCommand.ts | 4 + ...tCompatibleElasticsearchVersionsCommand.ts | 4 + .../GetPackageVersionHistoryCommand.ts | 4 + .../src/commands/GetUpgradeHistoryCommand.ts | 4 + .../src/commands/GetUpgradeStatusCommand.ts | 4 + .../src/commands/ListDomainNamesCommand.ts | 4 + .../commands/ListDomainsForPackageCommand.ts | 4 + .../ListElasticsearchInstanceTypesCommand.ts | 4 + .../ListElasticsearchVersionsCommand.ts | 4 + .../commands/ListPackagesForDomainCommand.ts | 4 + .../src/commands/ListTagsCommand.ts | 4 + .../commands/ListVpcEndpointAccessCommand.ts | 4 + .../src/commands/ListVpcEndpointsCommand.ts | 4 + .../ListVpcEndpointsForDomainCommand.ts | 4 + ...vedElasticsearchInstanceOfferingCommand.ts | 4 + ...oundCrossClusterSearchConnectionCommand.ts | 4 + .../src/commands/RemoveTagsCommand.ts | 4 + .../RevokeVpcEndpointAccessCommand.ts | 4 + ...asticsearchServiceSoftwareUpdateCommand.ts | 4 + .../UpdateElasticsearchDomainConfigCommand.ts | 4 + .../src/commands/UpdatePackageCommand.ts | 4 + .../src/commands/UpdateVpcEndpointCommand.ts | 4 + .../UpgradeElasticsearchDomainCommand.ts | 4 + .../client-elasticsearch-service/src/index.ts | 16 +- .../ElasticsearchServiceServiceException.ts | 2 + .../src/EMRContainersClient.ts | 6 +- .../src/commands/CancelJobRunCommand.ts | 4 + .../src/commands/CreateJobTemplateCommand.ts | 4 + .../commands/CreateManagedEndpointCommand.ts | 4 + .../commands/CreateVirtualClusterCommand.ts | 4 + .../src/commands/DeleteJobTemplateCommand.ts | 4 + .../commands/DeleteManagedEndpointCommand.ts | 4 + .../commands/DeleteVirtualClusterCommand.ts | 4 + .../src/commands/DescribeJobRunCommand.ts | 4 + .../commands/DescribeJobTemplateCommand.ts | 4 + .../DescribeManagedEndpointCommand.ts | 4 + .../commands/DescribeVirtualClusterCommand.ts | 4 + ...anagedEndpointSessionCredentialsCommand.ts | 4 + .../src/commands/ListJobRunsCommand.ts | 4 + .../src/commands/ListJobTemplatesCommand.ts | 4 + .../commands/ListManagedEndpointsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/ListVirtualClustersCommand.ts | 4 + .../src/commands/StartJobRunCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + clients/client-emr-containers/src/index.ts | 33 +- .../models/EMRContainersServiceException.ts | 2 + .../src/EMRServerlessClient.ts | 6 +- .../src/commands/CancelJobRunCommand.ts | 4 + .../src/commands/CreateApplicationCommand.ts | 4 + .../src/commands/DeleteApplicationCommand.ts | 4 + .../src/commands/GetApplicationCommand.ts | 4 + .../commands/GetDashboardForJobRunCommand.ts | 4 + .../src/commands/GetJobRunCommand.ts | 4 + .../src/commands/ListApplicationsCommand.ts | 4 + .../src/commands/ListJobRunsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/StartApplicationCommand.ts | 4 + .../src/commands/StartJobRunCommand.ts | 4 + .../src/commands/StopApplicationCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateApplicationCommand.ts | 4 + clients/client-emr-serverless/src/index.ts | 31 +- .../models/EMRServerlessServiceException.ts | 2 + clients/client-emr/src/EMRClient.ts | 6 +- .../src/commands/AddInstanceFleetCommand.ts | 4 + .../src/commands/AddInstanceGroupsCommand.ts | 4 + .../src/commands/AddJobFlowStepsCommand.ts | 4 + .../client-emr/src/commands/AddTagsCommand.ts | 4 + .../src/commands/CancelStepsCommand.ts | 4 + .../CreateSecurityConfigurationCommand.ts | 4 + .../src/commands/CreateStudioCommand.ts | 4 + .../CreateStudioSessionMappingCommand.ts | 4 + .../DeleteSecurityConfigurationCommand.ts | 4 + .../src/commands/DeleteStudioCommand.ts | 4 + .../DeleteStudioSessionMappingCommand.ts | 4 + .../src/commands/DescribeClusterCommand.ts | 4 + .../src/commands/DescribeJobFlowsCommand.ts | 4 + .../DescribeNotebookExecutionCommand.ts | 4 + .../commands/DescribeReleaseLabelCommand.ts | 4 + .../DescribeSecurityConfigurationCommand.ts | 4 + .../src/commands/DescribeStepCommand.ts | 4 + .../src/commands/DescribeStudioCommand.ts | 4 + .../GetAutoTerminationPolicyCommand.ts | 4 + ...etBlockPublicAccessConfigurationCommand.ts | 4 + .../GetClusterSessionCredentialsCommand.ts | 4 + .../GetManagedScalingPolicyCommand.ts | 4 + .../GetStudioSessionMappingCommand.ts | 4 + .../commands/ListBootstrapActionsCommand.ts | 4 + .../src/commands/ListClustersCommand.ts | 4 + .../src/commands/ListInstanceFleetsCommand.ts | 4 + .../src/commands/ListInstanceGroupsCommand.ts | 4 + .../src/commands/ListInstancesCommand.ts | 4 + .../commands/ListNotebookExecutionsCommand.ts | 4 + .../src/commands/ListReleaseLabelsCommand.ts | 4 + .../ListSecurityConfigurationsCommand.ts | 4 + .../src/commands/ListStepsCommand.ts | 4 + .../ListStudioSessionMappingsCommand.ts | 4 + .../src/commands/ListStudiosCommand.ts | 4 + .../src/commands/ModifyClusterCommand.ts | 4 + .../commands/ModifyInstanceFleetCommand.ts | 4 + .../commands/ModifyInstanceGroupsCommand.ts | 4 + .../commands/PutAutoScalingPolicyCommand.ts | 4 + .../PutAutoTerminationPolicyCommand.ts | 4 + ...utBlockPublicAccessConfigurationCommand.ts | 4 + .../PutManagedScalingPolicyCommand.ts | 4 + .../RemoveAutoScalingPolicyCommand.ts | 4 + .../RemoveAutoTerminationPolicyCommand.ts | 4 + .../RemoveManagedScalingPolicyCommand.ts | 4 + .../src/commands/RemoveTagsCommand.ts | 4 + .../src/commands/RunJobFlowCommand.ts | 4 + .../SetTerminationProtectionCommand.ts | 4 + .../commands/SetVisibleToAllUsersCommand.ts | 4 + .../commands/StartNotebookExecutionCommand.ts | 4 + .../commands/StopNotebookExecutionCommand.ts | 4 + .../src/commands/TerminateJobFlowsCommand.ts | 4 + .../src/commands/UpdateStudioCommand.ts | 4 + .../UpdateStudioSessionMappingCommand.ts | 4 + clients/client-emr/src/index.ts | 12 +- .../src/models/EMRServiceException.ts | 2 + .../src/EventBridgeClient.ts | 6 +- .../commands/ActivateEventSourceCommand.ts | 4 + .../src/commands/CancelReplayCommand.ts | 4 + .../commands/CreateApiDestinationCommand.ts | 4 + .../src/commands/CreateArchiveCommand.ts | 4 + .../src/commands/CreateConnectionCommand.ts | 4 + .../src/commands/CreateEndpointCommand.ts | 4 + .../src/commands/CreateEventBusCommand.ts | 4 + .../CreatePartnerEventSourceCommand.ts | 4 + .../commands/DeactivateEventSourceCommand.ts | 4 + .../commands/DeauthorizeConnectionCommand.ts | 4 + .../commands/DeleteApiDestinationCommand.ts | 4 + .../src/commands/DeleteArchiveCommand.ts | 4 + .../src/commands/DeleteConnectionCommand.ts | 4 + .../src/commands/DeleteEndpointCommand.ts | 4 + .../src/commands/DeleteEventBusCommand.ts | 4 + .../DeletePartnerEventSourceCommand.ts | 4 + .../src/commands/DeleteRuleCommand.ts | 4 + .../commands/DescribeApiDestinationCommand.ts | 4 + .../src/commands/DescribeArchiveCommand.ts | 4 + .../src/commands/DescribeConnectionCommand.ts | 4 + .../src/commands/DescribeEndpointCommand.ts | 4 + .../src/commands/DescribeEventBusCommand.ts | 4 + .../commands/DescribeEventSourceCommand.ts | 4 + .../DescribePartnerEventSourceCommand.ts | 4 + .../src/commands/DescribeReplayCommand.ts | 4 + .../src/commands/DescribeRuleCommand.ts | 4 + .../src/commands/DisableRuleCommand.ts | 4 + .../src/commands/EnableRuleCommand.ts | 4 + .../commands/ListApiDestinationsCommand.ts | 4 + .../src/commands/ListArchivesCommand.ts | 4 + .../src/commands/ListConnectionsCommand.ts | 4 + .../src/commands/ListEndpointsCommand.ts | 4 + .../src/commands/ListEventBusesCommand.ts | 4 + .../src/commands/ListEventSourcesCommand.ts | 4 + .../ListPartnerEventSourceAccountsCommand.ts | 4 + .../ListPartnerEventSourcesCommand.ts | 4 + .../src/commands/ListReplaysCommand.ts | 4 + .../commands/ListRuleNamesByTargetCommand.ts | 4 + .../src/commands/ListRulesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListTargetsByRuleCommand.ts | 4 + .../src/commands/PutEventsCommand.ts | 4 + .../src/commands/PutPartnerEventsCommand.ts | 4 + .../src/commands/PutPermissionCommand.ts | 4 + .../src/commands/PutRuleCommand.ts | 4 + .../src/commands/PutTargetsCommand.ts | 4 + .../src/commands/RemovePermissionCommand.ts | 4 + .../src/commands/RemoveTargetsCommand.ts | 4 + .../src/commands/StartReplayCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/TestEventPatternCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateApiDestinationCommand.ts | 4 + .../src/commands/UpdateArchiveCommand.ts | 4 + .../src/commands/UpdateConnectionCommand.ts | 4 + .../src/commands/UpdateEndpointCommand.ts | 4 + clients/client-eventbridge/src/index.ts | 28 +- .../src/models/EventBridgeServiceException.ts | 2 + .../client-evidently/src/EvidentlyClient.ts | 6 +- .../commands/BatchEvaluateFeatureCommand.ts | 4 + .../src/commands/CreateExperimentCommand.ts | 4 + .../src/commands/CreateFeatureCommand.ts | 4 + .../src/commands/CreateLaunchCommand.ts | 4 + .../src/commands/CreateProjectCommand.ts | 4 + .../src/commands/CreateSegmentCommand.ts | 4 + .../src/commands/DeleteExperimentCommand.ts | 4 + .../src/commands/DeleteFeatureCommand.ts | 4 + .../src/commands/DeleteLaunchCommand.ts | 4 + .../src/commands/DeleteProjectCommand.ts | 4 + .../src/commands/DeleteSegmentCommand.ts | 4 + .../src/commands/EvaluateFeatureCommand.ts | 4 + .../src/commands/GetExperimentCommand.ts | 4 + .../commands/GetExperimentResultsCommand.ts | 4 + .../src/commands/GetFeatureCommand.ts | 4 + .../src/commands/GetLaunchCommand.ts | 4 + .../src/commands/GetProjectCommand.ts | 4 + .../src/commands/GetSegmentCommand.ts | 4 + .../src/commands/ListExperimentsCommand.ts | 4 + .../src/commands/ListFeaturesCommand.ts | 4 + .../src/commands/ListLaunchesCommand.ts | 4 + .../src/commands/ListProjectsCommand.ts | 4 + .../commands/ListSegmentReferencesCommand.ts | 4 + .../src/commands/ListSegmentsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutProjectEventsCommand.ts | 4 + .../src/commands/StartExperimentCommand.ts | 4 + .../src/commands/StartLaunchCommand.ts | 4 + .../src/commands/StopExperimentCommand.ts | 4 + .../src/commands/StopLaunchCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/TestSegmentPatternCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateExperimentCommand.ts | 4 + .../src/commands/UpdateFeatureCommand.ts | 4 + .../src/commands/UpdateLaunchCommand.ts | 4 + .../src/commands/UpdateProjectCommand.ts | 4 + .../UpdateProjectDataDeliveryCommand.ts | 4 + clients/client-evidently/src/index.ts | 19 +- .../src/models/EvidentlyServiceException.ts | 2 + .../src/FinspaceDataClient.ts | 6 +- .../AssociateUserToPermissionGroupCommand.ts | 4 + .../src/commands/CreateChangesetCommand.ts | 4 + .../src/commands/CreateDataViewCommand.ts | 4 + .../src/commands/CreateDatasetCommand.ts | 4 + .../commands/CreatePermissionGroupCommand.ts | 4 + .../src/commands/CreateUserCommand.ts | 4 + .../src/commands/DeleteDatasetCommand.ts | 4 + .../commands/DeletePermissionGroupCommand.ts | 4 + .../src/commands/DisableUserCommand.ts | 4 + ...associateUserFromPermissionGroupCommand.ts | 4 + .../src/commands/EnableUserCommand.ts | 4 + .../src/commands/GetChangesetCommand.ts | 4 + .../src/commands/GetDataViewCommand.ts | 4 + .../src/commands/GetDatasetCommand.ts | 4 + ...GetExternalDataViewAccessDetailsCommand.ts | 4 + .../src/commands/GetPermissionGroupCommand.ts | 4 + ...GetProgrammaticAccessCredentialsCommand.ts | 4 + .../src/commands/GetUserCommand.ts | 4 + .../src/commands/GetWorkingLocationCommand.ts | 4 + .../src/commands/ListChangesetsCommand.ts | 4 + .../src/commands/ListDataViewsCommand.ts | 4 + .../src/commands/ListDatasetsCommand.ts | 4 + .../ListPermissionGroupsByUserCommand.ts | 4 + .../commands/ListPermissionGroupsCommand.ts | 4 + .../ListUsersByPermissionGroupCommand.ts | 4 + .../src/commands/ListUsersCommand.ts | 4 + .../src/commands/ResetUserPasswordCommand.ts | 4 + .../src/commands/UpdateChangesetCommand.ts | 4 + .../src/commands/UpdateDatasetCommand.ts | 4 + .../commands/UpdatePermissionGroupCommand.ts | 4 + .../src/commands/UpdateUserCommand.ts | 4 + clients/client-finspace-data/src/index.ts | 10 +- .../models/FinspaceDataServiceException.ts | 2 + clients/client-finspace/src/FinspaceClient.ts | 6 +- .../src/commands/CreateEnvironmentCommand.ts | 4 + .../src/commands/DeleteEnvironmentCommand.ts | 4 + .../src/commands/GetEnvironmentCommand.ts | 4 + .../src/commands/ListEnvironmentsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateEnvironmentCommand.ts | 4 + clients/client-finspace/src/index.ts | 8 +- .../src/models/FinspaceServiceException.ts | 2 + clients/client-firehose/src/FirehoseClient.ts | 6 +- .../commands/CreateDeliveryStreamCommand.ts | 4 + .../commands/DeleteDeliveryStreamCommand.ts | 4 + .../commands/DescribeDeliveryStreamCommand.ts | 4 + .../commands/ListDeliveryStreamsCommand.ts | 4 + .../ListTagsForDeliveryStreamCommand.ts | 4 + .../src/commands/PutRecordBatchCommand.ts | 4 + .../src/commands/PutRecordCommand.ts | 4 + .../StartDeliveryStreamEncryptionCommand.ts | 4 + .../StopDeliveryStreamEncryptionCommand.ts | 4 + .../src/commands/TagDeliveryStreamCommand.ts | 4 + .../commands/UntagDeliveryStreamCommand.ts | 4 + .../src/commands/UpdateDestinationCommand.ts | 4 + clients/client-firehose/src/index.ts | 12 +- .../src/models/FirehoseServiceException.ts | 2 + clients/client-fis/src/FisClient.ts | 6 +- .../CreateExperimentTemplateCommand.ts | 4 + .../DeleteExperimentTemplateCommand.ts | 4 + .../src/commands/GetActionCommand.ts | 4 + .../src/commands/GetExperimentCommand.ts | 4 + .../commands/GetExperimentTemplateCommand.ts | 4 + .../commands/GetTargetResourceTypeCommand.ts | 4 + .../src/commands/ListActionsCommand.ts | 4 + .../ListExperimentTemplatesCommand.ts | 4 + .../src/commands/ListExperimentsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../ListTargetResourceTypesCommand.ts | 4 + .../src/commands/StartExperimentCommand.ts | 4 + .../src/commands/StopExperimentCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateExperimentTemplateCommand.ts | 4 + clients/client-fis/src/index.ts | 11 +- .../src/models/FisServiceException.ts | 2 + clients/client-fms/src/FMSClient.ts | 6 +- .../commands/AssociateAdminAccountCommand.ts | 4 + .../AssociateThirdPartyFirewallCommand.ts | 4 + .../commands/BatchAssociateResourceCommand.ts | 4 + .../BatchDisassociateResourceCommand.ts | 4 + .../src/commands/DeleteAppsListCommand.ts | 4 + .../DeleteNotificationChannelCommand.ts | 4 + .../src/commands/DeletePolicyCommand.ts | 4 + .../commands/DeleteProtocolsListCommand.ts | 4 + .../src/commands/DeleteResourceSetCommand.ts | 4 + .../DisassociateAdminAccountCommand.ts | 4 + .../DisassociateThirdPartyFirewallCommand.ts | 4 + .../src/commands/GetAdminAccountCommand.ts | 4 + .../src/commands/GetAdminScopeCommand.ts | 4 + .../src/commands/GetAppsListCommand.ts | 4 + .../commands/GetComplianceDetailCommand.ts | 4 + .../commands/GetNotificationChannelCommand.ts | 4 + .../src/commands/GetPolicyCommand.ts | 4 + .../commands/GetProtectionStatusCommand.ts | 4 + .../src/commands/GetProtocolsListCommand.ts | 4 + .../src/commands/GetResourceSetCommand.ts | 4 + ...rdPartyFirewallAssociationStatusCommand.ts | 4 + .../commands/GetViolationDetailsCommand.ts | 4 + ...ListAdminAccountsForOrganizationCommand.ts | 4 + .../ListAdminsManagingAccountCommand.ts | 4 + .../src/commands/ListAppsListsCommand.ts | 4 + .../commands/ListComplianceStatusCommand.ts | 4 + .../ListDiscoveredResourcesCommand.ts | 4 + .../src/commands/ListMemberAccountsCommand.ts | 4 + .../src/commands/ListPoliciesCommand.ts | 4 + .../src/commands/ListProtocolsListsCommand.ts | 4 + .../ListResourceSetResourcesCommand.ts | 4 + .../src/commands/ListResourceSetsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + ...irdPartyFirewallFirewallPoliciesCommand.ts | 4 + .../src/commands/PutAdminAccountCommand.ts | 4 + .../src/commands/PutAppsListCommand.ts | 4 + .../commands/PutNotificationChannelCommand.ts | 4 + .../src/commands/PutPolicyCommand.ts | 4 + .../src/commands/PutProtocolsListCommand.ts | 4 + .../src/commands/PutResourceSetCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + clients/client-fms/src/index.ts | 16 +- .../src/models/FMSServiceException.ts | 2 + clients/client-forecast/src/ForecastClient.ts | 6 +- .../commands/CreateAutoPredictorCommand.ts | 4 + .../src/commands/CreateDatasetCommand.ts | 4 + .../src/commands/CreateDatasetGroupCommand.ts | 4 + .../commands/CreateDatasetImportJobCommand.ts | 4 + .../commands/CreateExplainabilityCommand.ts | 4 + .../CreateExplainabilityExportCommand.ts | 4 + .../src/commands/CreateForecastCommand.ts | 4 + .../CreateForecastExportJobCommand.ts | 4 + .../src/commands/CreateMonitorCommand.ts | 4 + ...CreatePredictorBacktestExportJobCommand.ts | 4 + .../src/commands/CreatePredictorCommand.ts | 4 + .../commands/CreateWhatIfAnalysisCommand.ts | 4 + .../commands/CreateWhatIfForecastCommand.ts | 4 + .../CreateWhatIfForecastExportCommand.ts | 4 + .../src/commands/DeleteDatasetCommand.ts | 4 + .../src/commands/DeleteDatasetGroupCommand.ts | 4 + .../commands/DeleteDatasetImportJobCommand.ts | 4 + .../commands/DeleteExplainabilityCommand.ts | 4 + .../DeleteExplainabilityExportCommand.ts | 4 + .../src/commands/DeleteForecastCommand.ts | 4 + .../DeleteForecastExportJobCommand.ts | 4 + .../src/commands/DeleteMonitorCommand.ts | 4 + ...DeletePredictorBacktestExportJobCommand.ts | 4 + .../src/commands/DeletePredictorCommand.ts | 4 + .../src/commands/DeleteResourceTreeCommand.ts | 4 + .../commands/DeleteWhatIfAnalysisCommand.ts | 4 + .../commands/DeleteWhatIfForecastCommand.ts | 4 + .../DeleteWhatIfForecastExportCommand.ts | 4 + .../commands/DescribeAutoPredictorCommand.ts | 4 + .../src/commands/DescribeDatasetCommand.ts | 4 + .../commands/DescribeDatasetGroupCommand.ts | 4 + .../DescribeDatasetImportJobCommand.ts | 4 + .../commands/DescribeExplainabilityCommand.ts | 4 + .../DescribeExplainabilityExportCommand.ts | 4 + .../src/commands/DescribeForecastCommand.ts | 4 + .../DescribeForecastExportJobCommand.ts | 4 + .../src/commands/DescribeMonitorCommand.ts | 4 + ...scribePredictorBacktestExportJobCommand.ts | 4 + .../src/commands/DescribePredictorCommand.ts | 4 + .../commands/DescribeWhatIfAnalysisCommand.ts | 4 + .../commands/DescribeWhatIfForecastCommand.ts | 4 + .../DescribeWhatIfForecastExportCommand.ts | 4 + .../src/commands/GetAccuracyMetricsCommand.ts | 4 + .../src/commands/ListDatasetGroupsCommand.ts | 4 + .../commands/ListDatasetImportJobsCommand.ts | 4 + .../src/commands/ListDatasetsCommand.ts | 4 + .../commands/ListExplainabilitiesCommand.ts | 4 + .../ListExplainabilityExportsCommand.ts | 4 + .../commands/ListForecastExportJobsCommand.ts | 4 + .../src/commands/ListForecastsCommand.ts | 4 + .../commands/ListMonitorEvaluationsCommand.ts | 4 + .../src/commands/ListMonitorsCommand.ts | 4 + .../ListPredictorBacktestExportJobsCommand.ts | 4 + .../src/commands/ListPredictorsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListWhatIfAnalysesCommand.ts | 4 + .../ListWhatIfForecastExportsCommand.ts | 4 + .../commands/ListWhatIfForecastsCommand.ts | 4 + .../src/commands/ResumeResourceCommand.ts | 4 + .../src/commands/StopResourceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateDatasetGroupCommand.ts | 4 + clients/client-forecast/src/index.ts | 10 +- .../src/models/ForecastServiceException.ts | 2 + .../src/ForecastqueryClient.ts | 6 +- .../src/commands/QueryForecastCommand.ts | 4 + .../commands/QueryWhatIfForecastCommand.ts | 4 + clients/client-forecastquery/src/index.ts | 8 +- .../models/ForecastqueryServiceException.ts | 2 + .../src/FraudDetectorClient.ts | 6 +- .../commands/BatchCreateVariableCommand.ts | 4 + .../src/commands/BatchGetVariableCommand.ts | 4 + .../commands/CancelBatchImportJobCommand.ts | 4 + .../CancelBatchPredictionJobCommand.ts | 4 + .../commands/CreateBatchImportJobCommand.ts | 4 + .../CreateBatchPredictionJobCommand.ts | 4 + .../commands/CreateDetectorVersionCommand.ts | 4 + .../src/commands/CreateListCommand.ts | 4 + .../src/commands/CreateModelCommand.ts | 4 + .../src/commands/CreateModelVersionCommand.ts | 4 + .../src/commands/CreateRuleCommand.ts | 4 + .../src/commands/CreateVariableCommand.ts | 4 + .../commands/DeleteBatchImportJobCommand.ts | 4 + .../DeleteBatchPredictionJobCommand.ts | 4 + .../src/commands/DeleteDetectorCommand.ts | 4 + .../commands/DeleteDetectorVersionCommand.ts | 4 + .../src/commands/DeleteEntityTypeCommand.ts | 4 + .../src/commands/DeleteEventCommand.ts | 4 + .../src/commands/DeleteEventTypeCommand.ts | 4 + .../DeleteEventsByEventTypeCommand.ts | 4 + .../commands/DeleteExternalModelCommand.ts | 4 + .../src/commands/DeleteLabelCommand.ts | 4 + .../src/commands/DeleteListCommand.ts | 4 + .../src/commands/DeleteModelCommand.ts | 4 + .../src/commands/DeleteModelVersionCommand.ts | 4 + .../src/commands/DeleteOutcomeCommand.ts | 4 + .../src/commands/DeleteRuleCommand.ts | 4 + .../src/commands/DeleteVariableCommand.ts | 4 + .../src/commands/DescribeDetectorCommand.ts | 4 + .../commands/DescribeModelVersionsCommand.ts | 4 + .../src/commands/GetBatchImportJobsCommand.ts | 4 + .../commands/GetBatchPredictionJobsCommand.ts | 4 + ...GetDeleteEventsByEventTypeStatusCommand.ts | 4 + .../src/commands/GetDetectorVersionCommand.ts | 4 + .../src/commands/GetDetectorsCommand.ts | 4 + .../src/commands/GetEntityTypesCommand.ts | 4 + .../src/commands/GetEventCommand.ts | 4 + .../src/commands/GetEventPredictionCommand.ts | 4 + .../GetEventPredictionMetadataCommand.ts | 4 + .../src/commands/GetEventTypesCommand.ts | 4 + .../src/commands/GetExternalModelsCommand.ts | 4 + .../commands/GetKMSEncryptionKeyCommand.ts | 4 + .../src/commands/GetLabelsCommand.ts | 4 + .../src/commands/GetListElementsCommand.ts | 4 + .../src/commands/GetListsMetadataCommand.ts | 4 + .../src/commands/GetModelVersionCommand.ts | 4 + .../src/commands/GetModelsCommand.ts | 4 + .../src/commands/GetOutcomesCommand.ts | 4 + .../src/commands/GetRulesCommand.ts | 4 + .../src/commands/GetVariablesCommand.ts | 4 + .../commands/ListEventPredictionsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutDetectorCommand.ts | 4 + .../src/commands/PutEntityTypeCommand.ts | 4 + .../src/commands/PutEventTypeCommand.ts | 4 + .../src/commands/PutExternalModelCommand.ts | 4 + .../commands/PutKMSEncryptionKeyCommand.ts | 4 + .../src/commands/PutLabelCommand.ts | 4 + .../src/commands/PutOutcomeCommand.ts | 4 + .../src/commands/SendEventCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateDetectorVersionCommand.ts | 4 + .../UpdateDetectorVersionMetadataCommand.ts | 4 + .../UpdateDetectorVersionStatusCommand.ts | 4 + .../src/commands/UpdateEventLabelCommand.ts | 4 + .../src/commands/UpdateListCommand.ts | 4 + .../src/commands/UpdateModelCommand.ts | 4 + .../src/commands/UpdateModelVersionCommand.ts | 4 + .../UpdateModelVersionStatusCommand.ts | 4 + .../src/commands/UpdateRuleMetadataCommand.ts | 4 + .../src/commands/UpdateRuleVersionCommand.ts | 4 + .../src/commands/UpdateVariableCommand.ts | 4 + clients/client-frauddetector/src/index.ts | 18 +- .../models/FraudDetectorServiceException.ts | 2 + clients/client-fsx/src/FSxClient.ts | 6 +- .../AssociateFileSystemAliasesCommand.ts | 4 + .../CancelDataRepositoryTaskCommand.ts | 4 + .../src/commands/CopyBackupCommand.ts | 4 + .../src/commands/CreateBackupCommand.ts | 4 + .../CreateDataRepositoryAssociationCommand.ts | 4 + .../CreateDataRepositoryTaskCommand.ts | 4 + .../src/commands/CreateFileCacheCommand.ts | 4 + .../src/commands/CreateFileSystemCommand.ts | 4 + .../CreateFileSystemFromBackupCommand.ts | 4 + .../src/commands/CreateSnapshotCommand.ts | 4 + .../CreateStorageVirtualMachineCommand.ts | 4 + .../src/commands/CreateVolumeCommand.ts | 4 + .../commands/CreateVolumeFromBackupCommand.ts | 4 + .../src/commands/DeleteBackupCommand.ts | 4 + .../DeleteDataRepositoryAssociationCommand.ts | 4 + .../src/commands/DeleteFileCacheCommand.ts | 4 + .../src/commands/DeleteFileSystemCommand.ts | 4 + .../src/commands/DeleteSnapshotCommand.ts | 4 + .../DeleteStorageVirtualMachineCommand.ts | 4 + .../src/commands/DeleteVolumeCommand.ts | 4 + .../src/commands/DescribeBackupsCommand.ts | 4 + ...scribeDataRepositoryAssociationsCommand.ts | 4 + .../DescribeDataRepositoryTasksCommand.ts | 4 + .../src/commands/DescribeFileCachesCommand.ts | 4 + .../DescribeFileSystemAliasesCommand.ts | 4 + .../commands/DescribeFileSystemsCommand.ts | 4 + .../src/commands/DescribeSnapshotsCommand.ts | 4 + .../DescribeStorageVirtualMachinesCommand.ts | 4 + .../src/commands/DescribeVolumesCommand.ts | 4 + .../DisassociateFileSystemAliasesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../ReleaseFileSystemNfsV3LocksCommand.ts | 4 + .../RestoreVolumeFromSnapshotCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateDataRepositoryAssociationCommand.ts | 4 + .../src/commands/UpdateFileCacheCommand.ts | 4 + .../src/commands/UpdateFileSystemCommand.ts | 4 + .../src/commands/UpdateSnapshotCommand.ts | 4 + .../UpdateStorageVirtualMachineCommand.ts | 4 + .../src/commands/UpdateVolumeCommand.ts | 4 + clients/client-fsx/src/index.ts | 11 +- .../src/models/FSxServiceException.ts | 2 + clients/client-gamelift/src/GameLiftClient.ts | 6 +- .../src/commands/AcceptMatchCommand.ts | 4 + .../src/commands/ClaimGameServerCommand.ts | 4 + .../src/commands/CreateAliasCommand.ts | 4 + .../src/commands/CreateBuildCommand.ts | 4 + .../src/commands/CreateFleetCommand.ts | 4 + .../commands/CreateFleetLocationsCommand.ts | 4 + .../commands/CreateGameServerGroupCommand.ts | 4 + .../src/commands/CreateGameSessionCommand.ts | 4 + .../commands/CreateGameSessionQueueCommand.ts | 4 + .../src/commands/CreateLocationCommand.ts | 4 + .../CreateMatchmakingConfigurationCommand.ts | 4 + .../CreateMatchmakingRuleSetCommand.ts | 4 + .../commands/CreatePlayerSessionCommand.ts | 4 + .../commands/CreatePlayerSessionsCommand.ts | 4 + .../src/commands/CreateScriptCommand.ts | 4 + .../CreateVpcPeeringAuthorizationCommand.ts | 4 + .../CreateVpcPeeringConnectionCommand.ts | 4 + .../src/commands/DeleteAliasCommand.ts | 4 + .../src/commands/DeleteBuildCommand.ts | 4 + .../src/commands/DeleteFleetCommand.ts | 4 + .../commands/DeleteFleetLocationsCommand.ts | 4 + .../commands/DeleteGameServerGroupCommand.ts | 4 + .../commands/DeleteGameSessionQueueCommand.ts | 4 + .../src/commands/DeleteLocationCommand.ts | 4 + .../DeleteMatchmakingConfigurationCommand.ts | 4 + .../DeleteMatchmakingRuleSetCommand.ts | 4 + .../commands/DeleteScalingPolicyCommand.ts | 4 + .../src/commands/DeleteScriptCommand.ts | 4 + .../DeleteVpcPeeringAuthorizationCommand.ts | 4 + .../DeleteVpcPeeringConnectionCommand.ts | 4 + .../src/commands/DeregisterComputeCommand.ts | 4 + .../commands/DeregisterGameServerCommand.ts | 4 + .../src/commands/DescribeAliasCommand.ts | 4 + .../src/commands/DescribeBuildCommand.ts | 4 + .../src/commands/DescribeComputeCommand.ts | 4 + .../DescribeEC2InstanceLimitsCommand.ts | 4 + .../DescribeFleetAttributesCommand.ts | 4 + .../commands/DescribeFleetCapacityCommand.ts | 4 + .../commands/DescribeFleetEventsCommand.ts | 4 + .../DescribeFleetLocationAttributesCommand.ts | 4 + .../DescribeFleetLocationCapacityCommand.ts | 4 + ...DescribeFleetLocationUtilizationCommand.ts | 4 + .../DescribeFleetPortSettingsCommand.ts | 4 + .../DescribeFleetUtilizationCommand.ts | 4 + .../src/commands/DescribeGameServerCommand.ts | 4 + .../DescribeGameServerGroupCommand.ts | 4 + .../DescribeGameServerInstancesCommand.ts | 4 + .../DescribeGameSessionDetailsCommand.ts | 4 + .../DescribeGameSessionPlacementCommand.ts | 4 + .../DescribeGameSessionQueuesCommand.ts | 4 + .../commands/DescribeGameSessionsCommand.ts | 4 + .../src/commands/DescribeInstancesCommand.ts | 4 + .../commands/DescribeMatchmakingCommand.ts | 4 + ...escribeMatchmakingConfigurationsCommand.ts | 4 + .../DescribeMatchmakingRuleSetsCommand.ts | 4 + .../commands/DescribePlayerSessionsCommand.ts | 4 + .../DescribeRuntimeConfigurationCommand.ts | 4 + .../DescribeScalingPoliciesCommand.ts | 4 + .../src/commands/DescribeScriptCommand.ts | 4 + ...DescribeVpcPeeringAuthorizationsCommand.ts | 4 + .../DescribeVpcPeeringConnectionsCommand.ts | 4 + .../src/commands/GetComputeAccessCommand.ts | 4 + .../commands/GetComputeAuthTokenCommand.ts | 4 + .../commands/GetGameSessionLogUrlCommand.ts | 4 + .../src/commands/GetInstanceAccessCommand.ts | 4 + .../src/commands/ListAliasesCommand.ts | 4 + .../src/commands/ListBuildsCommand.ts | 4 + .../src/commands/ListComputeCommand.ts | 4 + .../src/commands/ListFleetsCommand.ts | 4 + .../commands/ListGameServerGroupsCommand.ts | 4 + .../src/commands/ListGameServersCommand.ts | 4 + .../src/commands/ListLocationsCommand.ts | 4 + .../src/commands/ListScriptsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutScalingPolicyCommand.ts | 4 + .../src/commands/RegisterComputeCommand.ts | 4 + .../src/commands/RegisterGameServerCommand.ts | 4 + .../RequestUploadCredentialsCommand.ts | 4 + .../src/commands/ResolveAliasCommand.ts | 4 + .../commands/ResumeGameServerGroupCommand.ts | 4 + .../src/commands/SearchGameSessionsCommand.ts | 4 + .../src/commands/StartFleetActionsCommand.ts | 4 + .../StartGameSessionPlacementCommand.ts | 4 + .../src/commands/StartMatchBackfillCommand.ts | 4 + .../src/commands/StartMatchmakingCommand.ts | 4 + .../src/commands/StopFleetActionsCommand.ts | 4 + .../StopGameSessionPlacementCommand.ts | 4 + .../src/commands/StopMatchmakingCommand.ts | 4 + .../commands/SuspendGameServerGroupCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAliasCommand.ts | 4 + .../src/commands/UpdateBuildCommand.ts | 4 + .../commands/UpdateFleetAttributesCommand.ts | 4 + .../commands/UpdateFleetCapacityCommand.ts | 4 + .../UpdateFleetPortSettingsCommand.ts | 4 + .../src/commands/UpdateGameServerCommand.ts | 4 + .../commands/UpdateGameServerGroupCommand.ts | 4 + .../src/commands/UpdateGameSessionCommand.ts | 4 + .../commands/UpdateGameSessionQueueCommand.ts | 4 + .../UpdateMatchmakingConfigurationCommand.ts | 4 + .../UpdateRuntimeConfigurationCommand.ts | 4 + .../src/commands/UpdateScriptCommand.ts | 4 + .../ValidateMatchmakingRuleSetCommand.ts | 4 + clients/client-gamelift/src/index.ts | 67 ++- .../src/models/GameLiftServiceException.ts | 2 + .../client-gamesparks/src/GameSparksClient.ts | 6 +- .../src/commands/CreateGameCommand.ts | 4 + .../src/commands/CreateSnapshotCommand.ts | 4 + .../src/commands/CreateStageCommand.ts | 4 + .../src/commands/DeleteGameCommand.ts | 4 + .../src/commands/DeleteStageCommand.ts | 4 + .../src/commands/DisconnectPlayerCommand.ts | 4 + .../src/commands/ExportSnapshotCommand.ts | 4 + .../src/commands/GetExtensionCommand.ts | 4 + .../commands/GetExtensionVersionCommand.ts | 4 + .../src/commands/GetGameCommand.ts | 4 + .../commands/GetGameConfigurationCommand.ts | 4 + .../commands/GetGeneratedCodeJobCommand.ts | 4 + .../GetPlayerConnectionStatusCommand.ts | 4 + .../src/commands/GetSnapshotCommand.ts | 4 + .../src/commands/GetStageCommand.ts | 4 + .../src/commands/GetStageDeploymentCommand.ts | 4 + .../ImportGameConfigurationCommand.ts | 4 + .../commands/ListExtensionVersionsCommand.ts | 4 + .../src/commands/ListExtensionsCommand.ts | 4 + .../src/commands/ListGamesCommand.ts | 4 + .../commands/ListGeneratedCodeJobsCommand.ts | 4 + .../src/commands/ListSnapshotsCommand.ts | 4 + .../commands/ListStageDeploymentsCommand.ts | 4 + .../src/commands/ListStagesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/StartGeneratedCodeJobCommand.ts | 4 + .../commands/StartStageDeploymentCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateGameCommand.ts | 4 + .../UpdateGameConfigurationCommand.ts | 4 + .../src/commands/UpdateSnapshotCommand.ts | 4 + .../src/commands/UpdateStageCommand.ts | 4 + clients/client-gamesparks/src/index.ts | 10 +- .../src/models/GameSparksServiceException.ts | 2 + clients/client-glacier/src/GlacierClient.ts | 6 +- .../commands/AbortMultipartUploadCommand.ts | 4 + .../src/commands/AbortVaultLockCommand.ts | 4 + .../src/commands/AddTagsToVaultCommand.ts | 4 + .../CompleteMultipartUploadCommand.ts | 4 + .../src/commands/CompleteVaultLockCommand.ts | 4 + .../src/commands/CreateVaultCommand.ts | 4 + .../src/commands/DeleteArchiveCommand.ts | 4 + .../DeleteVaultAccessPolicyCommand.ts | 4 + .../src/commands/DeleteVaultCommand.ts | 4 + .../DeleteVaultNotificationsCommand.ts | 4 + .../src/commands/DescribeJobCommand.ts | 4 + .../src/commands/DescribeVaultCommand.ts | 4 + .../commands/GetDataRetrievalPolicyCommand.ts | 4 + .../src/commands/GetJobOutputCommand.ts | 4 + .../commands/GetVaultAccessPolicyCommand.ts | 4 + .../src/commands/GetVaultLockCommand.ts | 4 + .../commands/GetVaultNotificationsCommand.ts | 4 + .../src/commands/InitiateJobCommand.ts | 4 + .../InitiateMultipartUploadCommand.ts | 4 + .../src/commands/InitiateVaultLockCommand.ts | 4 + .../src/commands/ListJobsCommand.ts | 4 + .../commands/ListMultipartUploadsCommand.ts | 4 + .../src/commands/ListPartsCommand.ts | 4 + .../ListProvisionedCapacityCommand.ts | 4 + .../src/commands/ListTagsForVaultCommand.ts | 4 + .../src/commands/ListVaultsCommand.ts | 4 + .../PurchaseProvisionedCapacityCommand.ts | 4 + .../commands/RemoveTagsFromVaultCommand.ts | 4 + .../commands/SetDataRetrievalPolicyCommand.ts | 4 + .../commands/SetVaultAccessPolicyCommand.ts | 4 + .../commands/SetVaultNotificationsCommand.ts | 4 + .../src/commands/UploadArchiveCommand.ts | 4 + .../commands/UploadMultipartPartCommand.ts | 4 + clients/client-glacier/src/index.ts | 47 +- .../src/models/GlacierServiceException.ts | 2 + .../src/GlobalAcceleratorClient.ts | 6 +- .../AddCustomRoutingEndpointsCommand.ts | 4 + .../src/commands/AddEndpointsCommand.ts | 4 + .../src/commands/AdvertiseByoipCidrCommand.ts | 4 + .../AllowCustomRoutingTrafficCommand.ts | 4 + .../src/commands/CreateAcceleratorCommand.ts | 4 + .../CreateCustomRoutingAcceleratorCommand.ts | 4 + ...CreateCustomRoutingEndpointGroupCommand.ts | 4 + .../CreateCustomRoutingListenerCommand.ts | 4 + .../commands/CreateEndpointGroupCommand.ts | 4 + .../src/commands/CreateListenerCommand.ts | 4 + .../src/commands/DeleteAcceleratorCommand.ts | 4 + .../DeleteCustomRoutingAcceleratorCommand.ts | 4 + ...DeleteCustomRoutingEndpointGroupCommand.ts | 4 + .../DeleteCustomRoutingListenerCommand.ts | 4 + .../commands/DeleteEndpointGroupCommand.ts | 4 + .../src/commands/DeleteListenerCommand.ts | 4 + .../DenyCustomRoutingTrafficCommand.ts | 4 + .../commands/DeprovisionByoipCidrCommand.ts | 4 + .../DescribeAcceleratorAttributesCommand.ts | 4 + .../commands/DescribeAcceleratorCommand.ts | 4 + ...stomRoutingAcceleratorAttributesCommand.ts | 4 + ...DescribeCustomRoutingAcceleratorCommand.ts | 4 + ...scribeCustomRoutingEndpointGroupCommand.ts | 4 + .../DescribeCustomRoutingListenerCommand.ts | 4 + .../commands/DescribeEndpointGroupCommand.ts | 4 + .../src/commands/DescribeListenerCommand.ts | 4 + .../src/commands/ListAcceleratorsCommand.ts | 4 + .../src/commands/ListByoipCidrsCommand.ts | 4 + .../ListCustomRoutingAcceleratorsCommand.ts | 4 + .../ListCustomRoutingEndpointGroupsCommand.ts | 4 + .../ListCustomRoutingListenersCommand.ts | 4 + ...RoutingPortMappingsByDestinationCommand.ts | 4 + .../ListCustomRoutingPortMappingsCommand.ts | 4 + .../src/commands/ListEndpointGroupsCommand.ts | 4 + .../src/commands/ListListenersCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ProvisionByoipCidrCommand.ts | 4 + .../RemoveCustomRoutingEndpointsCommand.ts | 4 + .../src/commands/RemoveEndpointsCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateAcceleratorAttributesCommand.ts | 4 + .../src/commands/UpdateAcceleratorCommand.ts | 4 + ...stomRoutingAcceleratorAttributesCommand.ts | 4 + .../UpdateCustomRoutingAcceleratorCommand.ts | 4 + .../UpdateCustomRoutingListenerCommand.ts | 4 + .../commands/UpdateEndpointGroupCommand.ts | 4 + .../src/commands/UpdateListenerCommand.ts | 4 + .../src/commands/WithdrawByoipCidrCommand.ts | 4 + .../client-global-accelerator/src/index.ts | 62 ++- .../GlobalAcceleratorServiceException.ts | 2 + clients/client-glue/src/GlueClient.ts | 6 +- .../commands/BatchCreatePartitionCommand.ts | 4 + .../commands/BatchDeleteConnectionCommand.ts | 4 + .../commands/BatchDeletePartitionCommand.ts | 4 + .../src/commands/BatchDeleteTableCommand.ts | 4 + .../BatchDeleteTableVersionCommand.ts | 4 + .../src/commands/BatchGetBlueprintsCommand.ts | 4 + .../src/commands/BatchGetCrawlersCommand.ts | 4 + .../BatchGetCustomEntityTypesCommand.ts | 4 + .../BatchGetDataQualityResultCommand.ts | 4 + .../commands/BatchGetDevEndpointsCommand.ts | 4 + .../src/commands/BatchGetJobsCommand.ts | 4 + .../src/commands/BatchGetPartitionCommand.ts | 4 + .../src/commands/BatchGetTriggersCommand.ts | 4 + .../src/commands/BatchGetWorkflowsCommand.ts | 4 + .../src/commands/BatchStopJobRunCommand.ts | 4 + .../commands/BatchUpdatePartitionCommand.ts | 4 + ...DataQualityRuleRecommendationRunCommand.ts | 4 + ...lDataQualityRulesetEvaluationRunCommand.ts | 4 + .../src/commands/CancelMLTaskRunCommand.ts | 4 + .../src/commands/CancelStatementCommand.ts | 4 + .../CheckSchemaVersionValidityCommand.ts | 4 + .../src/commands/CreateBlueprintCommand.ts | 4 + .../src/commands/CreateClassifierCommand.ts | 4 + .../src/commands/CreateConnectionCommand.ts | 4 + .../src/commands/CreateCrawlerCommand.ts | 4 + .../commands/CreateCustomEntityTypeCommand.ts | 4 + .../CreateDataQualityRulesetCommand.ts | 4 + .../src/commands/CreateDatabaseCommand.ts | 4 + .../src/commands/CreateDevEndpointCommand.ts | 4 + .../src/commands/CreateJobCommand.ts | 4 + .../src/commands/CreateMLTransformCommand.ts | 4 + .../src/commands/CreatePartitionCommand.ts | 4 + .../commands/CreatePartitionIndexCommand.ts | 4 + .../src/commands/CreateRegistryCommand.ts | 4 + .../src/commands/CreateSchemaCommand.ts | 4 + .../src/commands/CreateScriptCommand.ts | 4 + .../CreateSecurityConfigurationCommand.ts | 4 + .../src/commands/CreateSessionCommand.ts | 4 + .../src/commands/CreateTableCommand.ts | 4 + .../src/commands/CreateTriggerCommand.ts | 4 + .../CreateUserDefinedFunctionCommand.ts | 4 + .../src/commands/CreateWorkflowCommand.ts | 4 + .../src/commands/DeleteBlueprintCommand.ts | 4 + .../src/commands/DeleteClassifierCommand.ts | 4 + ...leteColumnStatisticsForPartitionCommand.ts | 4 + .../DeleteColumnStatisticsForTableCommand.ts | 4 + .../src/commands/DeleteConnectionCommand.ts | 4 + .../src/commands/DeleteCrawlerCommand.ts | 4 + .../commands/DeleteCustomEntityTypeCommand.ts | 4 + .../DeleteDataQualityRulesetCommand.ts | 4 + .../src/commands/DeleteDatabaseCommand.ts | 4 + .../src/commands/DeleteDevEndpointCommand.ts | 4 + .../src/commands/DeleteJobCommand.ts | 4 + .../src/commands/DeleteMLTransformCommand.ts | 4 + .../src/commands/DeletePartitionCommand.ts | 4 + .../commands/DeletePartitionIndexCommand.ts | 4 + .../src/commands/DeleteRegistryCommand.ts | 4 + .../commands/DeleteResourcePolicyCommand.ts | 4 + .../src/commands/DeleteSchemaCommand.ts | 4 + .../commands/DeleteSchemaVersionsCommand.ts | 4 + .../DeleteSecurityConfigurationCommand.ts | 4 + .../src/commands/DeleteSessionCommand.ts | 4 + .../src/commands/DeleteTableCommand.ts | 4 + .../src/commands/DeleteTableVersionCommand.ts | 4 + .../src/commands/DeleteTriggerCommand.ts | 4 + .../DeleteUserDefinedFunctionCommand.ts | 4 + .../src/commands/DeleteWorkflowCommand.ts | 4 + .../src/commands/GetBlueprintCommand.ts | 4 + .../src/commands/GetBlueprintRunCommand.ts | 4 + .../src/commands/GetBlueprintRunsCommand.ts | 4 + .../commands/GetCatalogImportStatusCommand.ts | 4 + .../src/commands/GetClassifierCommand.ts | 4 + .../src/commands/GetClassifiersCommand.ts | 4 + .../GetColumnStatisticsForPartitionCommand.ts | 4 + .../GetColumnStatisticsForTableCommand.ts | 4 + .../src/commands/GetConnectionCommand.ts | 4 + .../src/commands/GetConnectionsCommand.ts | 4 + .../src/commands/GetCrawlerCommand.ts | 4 + .../src/commands/GetCrawlerMetricsCommand.ts | 4 + .../src/commands/GetCrawlersCommand.ts | 4 + .../commands/GetCustomEntityTypeCommand.ts | 4 + ...GetDataCatalogEncryptionSettingsCommand.ts | 4 + .../commands/GetDataQualityResultCommand.ts | 4 + ...DataQualityRuleRecommendationRunCommand.ts | 4 + .../commands/GetDataQualityRulesetCommand.ts | 4 + ...tDataQualityRulesetEvaluationRunCommand.ts | 4 + .../src/commands/GetDatabaseCommand.ts | 4 + .../src/commands/GetDatabasesCommand.ts | 4 + .../src/commands/GetDataflowGraphCommand.ts | 4 + .../src/commands/GetDevEndpointCommand.ts | 4 + .../src/commands/GetDevEndpointsCommand.ts | 4 + .../src/commands/GetJobBookmarkCommand.ts | 4 + .../client-glue/src/commands/GetJobCommand.ts | 4 + .../src/commands/GetJobRunCommand.ts | 4 + .../src/commands/GetJobRunsCommand.ts | 4 + .../src/commands/GetJobsCommand.ts | 4 + .../src/commands/GetMLTaskRunCommand.ts | 4 + .../src/commands/GetMLTaskRunsCommand.ts | 4 + .../src/commands/GetMLTransformCommand.ts | 4 + .../src/commands/GetMLTransformsCommand.ts | 4 + .../src/commands/GetMappingCommand.ts | 4 + .../src/commands/GetPartitionCommand.ts | 4 + .../commands/GetPartitionIndexesCommand.ts | 4 + .../src/commands/GetPartitionsCommand.ts | 4 + .../src/commands/GetPlanCommand.ts | 4 + .../src/commands/GetRegistryCommand.ts | 4 + .../commands/GetResourcePoliciesCommand.ts | 4 + .../src/commands/GetResourcePolicyCommand.ts | 4 + .../commands/GetSchemaByDefinitionCommand.ts | 4 + .../src/commands/GetSchemaCommand.ts | 4 + .../src/commands/GetSchemaVersionCommand.ts | 4 + .../commands/GetSchemaVersionsDiffCommand.ts | 4 + .../GetSecurityConfigurationCommand.ts | 4 + .../GetSecurityConfigurationsCommand.ts | 4 + .../src/commands/GetSessionCommand.ts | 4 + .../src/commands/GetStatementCommand.ts | 4 + .../src/commands/GetTableCommand.ts | 4 + .../src/commands/GetTableVersionCommand.ts | 4 + .../src/commands/GetTableVersionsCommand.ts | 4 + .../src/commands/GetTablesCommand.ts | 4 + .../src/commands/GetTagsCommand.ts | 4 + .../src/commands/GetTriggerCommand.ts | 4 + .../src/commands/GetTriggersCommand.ts | 4 + .../GetUnfilteredPartitionMetadataCommand.ts | 4 + .../GetUnfilteredPartitionsMetadataCommand.ts | 4 + .../GetUnfilteredTableMetadataCommand.ts | 4 + .../commands/GetUserDefinedFunctionCommand.ts | 4 + .../GetUserDefinedFunctionsCommand.ts | 4 + .../src/commands/GetWorkflowCommand.ts | 4 + .../src/commands/GetWorkflowRunCommand.ts | 4 + .../GetWorkflowRunPropertiesCommand.ts | 4 + .../src/commands/GetWorkflowRunsCommand.ts | 4 + .../commands/ImportCatalogToGlueCommand.ts | 4 + .../src/commands/ListBlueprintsCommand.ts | 4 + .../src/commands/ListCrawlersCommand.ts | 4 + .../src/commands/ListCrawlsCommand.ts | 4 + .../commands/ListCustomEntityTypesCommand.ts | 4 + .../commands/ListDataQualityResultsCommand.ts | 4 + ...ataQualityRuleRecommendationRunsCommand.ts | 4 + ...DataQualityRulesetEvaluationRunsCommand.ts | 4 + .../ListDataQualityRulesetsCommand.ts | 4 + .../src/commands/ListDevEndpointsCommand.ts | 4 + .../src/commands/ListJobsCommand.ts | 4 + .../src/commands/ListMLTransformsCommand.ts | 4 + .../src/commands/ListRegistriesCommand.ts | 4 + .../src/commands/ListSchemaVersionsCommand.ts | 4 + .../src/commands/ListSchemasCommand.ts | 4 + .../src/commands/ListSessionsCommand.ts | 4 + .../src/commands/ListStatementsCommand.ts | 4 + .../src/commands/ListTriggersCommand.ts | 4 + .../src/commands/ListWorkflowsCommand.ts | 4 + ...PutDataCatalogEncryptionSettingsCommand.ts | 4 + .../src/commands/PutResourcePolicyCommand.ts | 4 + .../PutSchemaVersionMetadataCommand.ts | 4 + .../PutWorkflowRunPropertiesCommand.ts | 4 + .../QuerySchemaVersionMetadataCommand.ts | 4 + .../commands/RegisterSchemaVersionCommand.ts | 4 + .../RemoveSchemaVersionMetadataCommand.ts | 4 + .../src/commands/ResetJobBookmarkCommand.ts | 4 + .../src/commands/ResumeWorkflowRunCommand.ts | 4 + .../src/commands/RunStatementCommand.ts | 4 + .../src/commands/SearchTablesCommand.ts | 4 + .../src/commands/StartBlueprintRunCommand.ts | 4 + .../src/commands/StartCrawlerCommand.ts | 4 + .../commands/StartCrawlerScheduleCommand.ts | 4 + ...DataQualityRuleRecommendationRunCommand.ts | 4 + ...tDataQualityRulesetEvaluationRunCommand.ts | 4 + .../StartExportLabelsTaskRunCommand.ts | 4 + .../StartImportLabelsTaskRunCommand.ts | 4 + .../src/commands/StartJobRunCommand.ts | 4 + .../StartMLEvaluationTaskRunCommand.ts | 4 + ...rtMLLabelingSetGenerationTaskRunCommand.ts | 4 + .../src/commands/StartTriggerCommand.ts | 4 + .../src/commands/StartWorkflowRunCommand.ts | 4 + .../src/commands/StopCrawlerCommand.ts | 4 + .../commands/StopCrawlerScheduleCommand.ts | 4 + .../src/commands/StopSessionCommand.ts | 4 + .../src/commands/StopTriggerCommand.ts | 4 + .../src/commands/StopWorkflowRunCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateBlueprintCommand.ts | 4 + .../src/commands/UpdateClassifierCommand.ts | 4 + ...dateColumnStatisticsForPartitionCommand.ts | 4 + .../UpdateColumnStatisticsForTableCommand.ts | 4 + .../src/commands/UpdateConnectionCommand.ts | 4 + .../src/commands/UpdateCrawlerCommand.ts | 4 + .../commands/UpdateCrawlerScheduleCommand.ts | 4 + .../UpdateDataQualityRulesetCommand.ts | 4 + .../src/commands/UpdateDatabaseCommand.ts | 4 + .../src/commands/UpdateDevEndpointCommand.ts | 4 + .../src/commands/UpdateJobCommand.ts | 4 + .../UpdateJobFromSourceControlCommand.ts | 4 + .../src/commands/UpdateMLTransformCommand.ts | 4 + .../src/commands/UpdatePartitionCommand.ts | 4 + .../src/commands/UpdateRegistryCommand.ts | 4 + .../src/commands/UpdateSchemaCommand.ts | 4 + .../UpdateSourceControlFromJobCommand.ts | 4 + .../src/commands/UpdateTableCommand.ts | 4 + .../src/commands/UpdateTriggerCommand.ts | 4 + .../UpdateUserDefinedFunctionCommand.ts | 4 + .../src/commands/UpdateWorkflowCommand.ts | 4 + clients/client-glue/src/index.ts | 11 +- .../src/models/GlueServiceException.ts | 2 + clients/client-grafana/src/GrafanaClient.ts | 6 +- .../src/commands/AssociateLicenseCommand.ts | 4 + .../commands/CreateWorkspaceApiKeyCommand.ts | 4 + .../src/commands/CreateWorkspaceCommand.ts | 4 + .../commands/DeleteWorkspaceApiKeyCommand.ts | 4 + .../src/commands/DeleteWorkspaceCommand.ts | 4 + .../DescribeWorkspaceAuthenticationCommand.ts | 4 + .../src/commands/DescribeWorkspaceCommand.ts | 4 + .../DescribeWorkspaceConfigurationCommand.ts | 4 + .../commands/DisassociateLicenseCommand.ts | 4 + .../src/commands/ListPermissionsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListWorkspacesCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdatePermissionsCommand.ts | 4 + .../UpdateWorkspaceAuthenticationCommand.ts | 4 + .../src/commands/UpdateWorkspaceCommand.ts | 4 + .../UpdateWorkspaceConfigurationCommand.ts | 4 + clients/client-grafana/src/index.ts | 18 +- .../src/models/GrafanaServiceException.ts | 2 + .../client-greengrass/src/GreengrassClient.ts | 6 +- .../commands/AssociateRoleToGroupCommand.ts | 4 + .../AssociateServiceRoleToAccountCommand.ts | 4 + .../CreateConnectorDefinitionCommand.ts | 4 + ...CreateConnectorDefinitionVersionCommand.ts | 4 + .../commands/CreateCoreDefinitionCommand.ts | 4 + .../CreateCoreDefinitionVersionCommand.ts | 4 + .../src/commands/CreateDeploymentCommand.ts | 4 + .../commands/CreateDeviceDefinitionCommand.ts | 4 + .../CreateDeviceDefinitionVersionCommand.ts | 4 + .../CreateFunctionDefinitionCommand.ts | 4 + .../CreateFunctionDefinitionVersionCommand.ts | 4 + .../CreateGroupCertificateAuthorityCommand.ts | 4 + .../src/commands/CreateGroupCommand.ts | 4 + .../src/commands/CreateGroupVersionCommand.ts | 4 + .../commands/CreateLoggerDefinitionCommand.ts | 4 + .../CreateLoggerDefinitionVersionCommand.ts | 4 + .../CreateResourceDefinitionCommand.ts | 4 + .../CreateResourceDefinitionVersionCommand.ts | 4 + .../CreateSoftwareUpdateJobCommand.ts | 4 + .../CreateSubscriptionDefinitionCommand.ts | 4 + ...ateSubscriptionDefinitionVersionCommand.ts | 4 + .../DeleteConnectorDefinitionCommand.ts | 4 + .../commands/DeleteCoreDefinitionCommand.ts | 4 + .../commands/DeleteDeviceDefinitionCommand.ts | 4 + .../DeleteFunctionDefinitionCommand.ts | 4 + .../src/commands/DeleteGroupCommand.ts | 4 + .../commands/DeleteLoggerDefinitionCommand.ts | 4 + .../DeleteResourceDefinitionCommand.ts | 4 + .../DeleteSubscriptionDefinitionCommand.ts | 4 + .../DisassociateRoleFromGroupCommand.ts | 4 + ...sassociateServiceRoleFromAccountCommand.ts | 4 + .../src/commands/GetAssociatedRoleCommand.ts | 4 + .../GetBulkDeploymentStatusCommand.ts | 4 + .../commands/GetConnectivityInfoCommand.ts | 4 + .../commands/GetConnectorDefinitionCommand.ts | 4 + .../GetConnectorDefinitionVersionCommand.ts | 4 + .../src/commands/GetCoreDefinitionCommand.ts | 4 + .../GetCoreDefinitionVersionCommand.ts | 4 + .../commands/GetDeploymentStatusCommand.ts | 4 + .../commands/GetDeviceDefinitionCommand.ts | 4 + .../GetDeviceDefinitionVersionCommand.ts | 4 + .../commands/GetFunctionDefinitionCommand.ts | 4 + .../GetFunctionDefinitionVersionCommand.ts | 4 + .../GetGroupCertificateAuthorityCommand.ts | 4 + ...GetGroupCertificateConfigurationCommand.ts | 4 + .../src/commands/GetGroupCommand.ts | 4 + .../src/commands/GetGroupVersionCommand.ts | 4 + .../commands/GetLoggerDefinitionCommand.ts | 4 + .../GetLoggerDefinitionVersionCommand.ts | 4 + .../commands/GetResourceDefinitionCommand.ts | 4 + .../GetResourceDefinitionVersionCommand.ts | 4 + .../GetServiceRoleForAccountCommand.ts | 4 + .../GetSubscriptionDefinitionCommand.ts | 4 + ...GetSubscriptionDefinitionVersionCommand.ts | 4 + .../GetThingRuntimeConfigurationCommand.ts | 4 + ...istBulkDeploymentDetailedReportsCommand.ts | 4 + .../commands/ListBulkDeploymentsCommand.ts | 4 + .../ListConnectorDefinitionVersionsCommand.ts | 4 + .../ListConnectorDefinitionsCommand.ts | 4 + .../ListCoreDefinitionVersionsCommand.ts | 4 + .../commands/ListCoreDefinitionsCommand.ts | 4 + .../src/commands/ListDeploymentsCommand.ts | 4 + .../ListDeviceDefinitionVersionsCommand.ts | 4 + .../commands/ListDeviceDefinitionsCommand.ts | 4 + .../ListFunctionDefinitionVersionsCommand.ts | 4 + .../ListFunctionDefinitionsCommand.ts | 4 + .../ListGroupCertificateAuthoritiesCommand.ts | 4 + .../src/commands/ListGroupVersionsCommand.ts | 4 + .../src/commands/ListGroupsCommand.ts | 4 + .../ListLoggerDefinitionVersionsCommand.ts | 4 + .../commands/ListLoggerDefinitionsCommand.ts | 4 + .../ListResourceDefinitionVersionsCommand.ts | 4 + .../ListResourceDefinitionsCommand.ts | 4 + ...stSubscriptionDefinitionVersionsCommand.ts | 4 + .../ListSubscriptionDefinitionsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ResetDeploymentsCommand.ts | 4 + .../commands/StartBulkDeploymentCommand.ts | 4 + .../src/commands/StopBulkDeploymentCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateConnectivityInfoCommand.ts | 4 + .../UpdateConnectorDefinitionCommand.ts | 4 + .../commands/UpdateCoreDefinitionCommand.ts | 4 + .../commands/UpdateDeviceDefinitionCommand.ts | 4 + .../UpdateFunctionDefinitionCommand.ts | 4 + ...ateGroupCertificateConfigurationCommand.ts | 4 + .../src/commands/UpdateGroupCommand.ts | 4 + .../commands/UpdateLoggerDefinitionCommand.ts | 4 + .../UpdateResourceDefinitionCommand.ts | 4 + .../UpdateSubscriptionDefinitionCommand.ts | 4 + .../UpdateThingRuntimeConfigurationCommand.ts | 4 + clients/client-greengrass/src/index.ts | 8 +- .../src/models/GreengrassServiceException.ts | 2 + .../src/GreengrassV2Client.ts | 6 +- .../AssociateServiceRoleToAccountCommand.ts | 4 + ...ociateClientDeviceWithCoreDeviceCommand.ts | 4 + ...ociateClientDeviceFromCoreDeviceCommand.ts | 4 + .../src/commands/CancelDeploymentCommand.ts | 4 + .../commands/CreateComponentVersionCommand.ts | 4 + .../src/commands/CreateDeploymentCommand.ts | 4 + .../src/commands/DeleteComponentCommand.ts | 4 + .../src/commands/DeleteCoreDeviceCommand.ts | 4 + .../src/commands/DeleteDeploymentCommand.ts | 4 + .../src/commands/DescribeComponentCommand.ts | 4 + ...sassociateServiceRoleFromAccountCommand.ts | 4 + .../src/commands/GetComponentCommand.ts | 4 + .../GetComponentVersionArtifactCommand.ts | 4 + .../commands/GetConnectivityInfoCommand.ts | 4 + .../src/commands/GetCoreDeviceCommand.ts | 4 + .../src/commands/GetDeploymentCommand.ts | 4 + .../GetServiceRoleForAccountCommand.ts | 4 + ...tDevicesAssociatedWithCoreDeviceCommand.ts | 4 + .../commands/ListComponentVersionsCommand.ts | 4 + .../src/commands/ListComponentsCommand.ts | 4 + .../src/commands/ListCoreDevicesCommand.ts | 4 + .../src/commands/ListDeploymentsCommand.ts | 4 + .../ListEffectiveDeploymentsCommand.ts | 4 + .../ListInstalledComponentsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../ResolveComponentCandidatesCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateConnectivityInfoCommand.ts | 4 + clients/client-greengrassv2/src/index.ts | 20 +- .../models/GreengrassV2ServiceException.ts | 2 + .../src/GroundStationClient.ts | 6 +- .../src/commands/CancelContactCommand.ts | 4 + .../src/commands/CreateConfigCommand.ts | 4 + .../CreateDataflowEndpointGroupCommand.ts | 4 + .../src/commands/CreateEphemerisCommand.ts | 4 + .../commands/CreateMissionProfileCommand.ts | 4 + .../src/commands/DeleteConfigCommand.ts | 4 + .../DeleteDataflowEndpointGroupCommand.ts | 4 + .../src/commands/DeleteEphemerisCommand.ts | 4 + .../commands/DeleteMissionProfileCommand.ts | 4 + .../src/commands/DescribeContactCommand.ts | 4 + .../src/commands/DescribeEphemerisCommand.ts | 4 + .../commands/GetAgentConfigurationCommand.ts | 4 + .../src/commands/GetConfigCommand.ts | 4 + .../GetDataflowEndpointGroupCommand.ts | 4 + .../src/commands/GetMinuteUsageCommand.ts | 4 + .../src/commands/GetMissionProfileCommand.ts | 4 + .../src/commands/GetSatelliteCommand.ts | 4 + .../src/commands/ListConfigsCommand.ts | 4 + .../src/commands/ListContactsCommand.ts | 4 + .../ListDataflowEndpointGroupsCommand.ts | 4 + .../src/commands/ListEphemeridesCommand.ts | 4 + .../src/commands/ListGroundStationsCommand.ts | 4 + .../commands/ListMissionProfilesCommand.ts | 4 + .../src/commands/ListSatellitesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/RegisterAgentCommand.ts | 4 + .../src/commands/ReserveContactCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAgentStatusCommand.ts | 4 + .../src/commands/UpdateConfigCommand.ts | 4 + .../src/commands/UpdateEphemerisCommand.ts | 4 + .../commands/UpdateMissionProfileCommand.ts | 4 + clients/client-groundstation/src/index.ts | 13 +- .../models/GroundStationServiceException.ts | 2 + .../client-guardduty/src/GuardDutyClient.ts | 6 +- .../AcceptAdministratorInvitationCommand.ts | 4 + .../src/commands/AcceptInvitationCommand.ts | 4 + .../src/commands/ArchiveFindingsCommand.ts | 4 + .../src/commands/CreateDetectorCommand.ts | 4 + .../src/commands/CreateFilterCommand.ts | 4 + .../src/commands/CreateIPSetCommand.ts | 4 + .../src/commands/CreateMembersCommand.ts | 4 + .../CreatePublishingDestinationCommand.ts | 4 + .../commands/CreateSampleFindingsCommand.ts | 4 + .../commands/CreateThreatIntelSetCommand.ts | 4 + .../src/commands/DeclineInvitationsCommand.ts | 4 + .../src/commands/DeleteDetectorCommand.ts | 4 + .../src/commands/DeleteFilterCommand.ts | 4 + .../src/commands/DeleteIPSetCommand.ts | 4 + .../src/commands/DeleteInvitationsCommand.ts | 4 + .../src/commands/DeleteMembersCommand.ts | 4 + .../DeletePublishingDestinationCommand.ts | 4 + .../commands/DeleteThreatIntelSetCommand.ts | 4 + .../commands/DescribeMalwareScansCommand.ts | 4 + ...escribeOrganizationConfigurationCommand.ts | 4 + .../DescribePublishingDestinationCommand.ts | 4 + .../DisableOrganizationAdminAccountCommand.ts | 4 + ...ssociateFromAdministratorAccountCommand.ts | 4 + .../DisassociateFromMasterAccountCommand.ts | 4 + .../commands/DisassociateMembersCommand.ts | 4 + .../EnableOrganizationAdminAccountCommand.ts | 4 + .../GetAdministratorAccountCommand.ts | 4 + .../commands/GetCoverageStatisticsCommand.ts | 4 + .../src/commands/GetDetectorCommand.ts | 4 + .../src/commands/GetFilterCommand.ts | 4 + .../src/commands/GetFindingsCommand.ts | 4 + .../commands/GetFindingsStatisticsCommand.ts | 4 + .../src/commands/GetIPSetCommand.ts | 4 + .../commands/GetInvitationsCountCommand.ts | 4 + .../commands/GetMalwareScanSettingsCommand.ts | 4 + .../src/commands/GetMasterAccountCommand.ts | 4 + .../src/commands/GetMemberDetectorsCommand.ts | 4 + .../src/commands/GetMembersCommand.ts | 4 + .../GetRemainingFreeTrialDaysCommand.ts | 4 + .../src/commands/GetThreatIntelSetCommand.ts | 4 + .../src/commands/GetUsageStatisticsCommand.ts | 4 + .../src/commands/InviteMembersCommand.ts | 4 + .../src/commands/ListCoverageCommand.ts | 4 + .../src/commands/ListDetectorsCommand.ts | 4 + .../src/commands/ListFiltersCommand.ts | 4 + .../src/commands/ListFindingsCommand.ts | 4 + .../src/commands/ListIPSetsCommand.ts | 4 + .../src/commands/ListInvitationsCommand.ts | 4 + .../src/commands/ListMembersCommand.ts | 4 + .../ListOrganizationAdminAccountsCommand.ts | 4 + .../ListPublishingDestinationsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/ListThreatIntelSetsCommand.ts | 4 + .../src/commands/StartMalwareScanCommand.ts | 4 + .../commands/StartMonitoringMembersCommand.ts | 4 + .../commands/StopMonitoringMembersCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UnarchiveFindingsCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateDetectorCommand.ts | 4 + .../src/commands/UpdateFilterCommand.ts | 4 + .../commands/UpdateFindingsFeedbackCommand.ts | 4 + .../src/commands/UpdateIPSetCommand.ts | 4 + .../UpdateMalwareScanSettingsCommand.ts | 4 + .../commands/UpdateMemberDetectorsCommand.ts | 4 + .../UpdateOrganizationConfigurationCommand.ts | 4 + .../UpdatePublishingDestinationCommand.ts | 4 + .../commands/UpdateThreatIntelSetCommand.ts | 4 + clients/client-guardduty/src/index.ts | 28 +- .../src/models/GuardDutyServiceException.ts | 2 + clients/client-health/src/HealthClient.ts | 6 +- ...eAffectedAccountsForOrganizationCommand.ts | 4 + .../DescribeAffectedEntitiesCommand.ts | 4 + ...eAffectedEntitiesForOrganizationCommand.ts | 4 + .../DescribeEntityAggregatesCommand.ts | 4 + .../DescribeEventAggregatesCommand.ts | 4 + .../commands/DescribeEventDetailsCommand.ts | 4 + ...cribeEventDetailsForOrganizationCommand.ts | 4 + .../src/commands/DescribeEventTypesCommand.ts | 4 + .../src/commands/DescribeEventsCommand.ts | 4 + .../DescribeEventsForOrganizationCommand.ts | 4 + ...althServiceStatusForOrganizationCommand.ts | 4 + ...althServiceAccessForOrganizationCommand.ts | 4 + ...althServiceAccessForOrganizationCommand.ts | 4 + clients/client-health/src/index.ts | 52 ++- .../src/models/HealthServiceException.ts | 2 + .../client-healthlake/src/HealthLakeClient.ts | 6 +- .../commands/CreateFHIRDatastoreCommand.ts | 4 + .../commands/DeleteFHIRDatastoreCommand.ts | 4 + .../commands/DescribeFHIRDatastoreCommand.ts | 4 + .../commands/DescribeFHIRExportJobCommand.ts | 4 + .../commands/DescribeFHIRImportJobCommand.ts | 4 + .../src/commands/ListFHIRDatastoresCommand.ts | 4 + .../src/commands/ListFHIRExportJobsCommand.ts | 4 + .../src/commands/ListFHIRImportJobsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/StartFHIRExportJobCommand.ts | 4 + .../src/commands/StartFHIRImportJobCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + clients/client-healthlake/src/index.ts | 11 +- .../src/models/HealthLakeServiceException.ts | 2 + .../client-honeycode/src/HoneycodeClient.ts | 6 +- .../commands/BatchCreateTableRowsCommand.ts | 4 + .../commands/BatchDeleteTableRowsCommand.ts | 4 + .../commands/BatchUpdateTableRowsCommand.ts | 4 + .../commands/BatchUpsertTableRowsCommand.ts | 4 + .../DescribeTableDataImportJobCommand.ts | 4 + .../src/commands/GetScreenDataCommand.ts | 4 + .../commands/InvokeScreenAutomationCommand.ts | 4 + .../src/commands/ListTableColumnsCommand.ts | 4 + .../src/commands/ListTableRowsCommand.ts | 4 + .../src/commands/ListTablesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/QueryTableRowsCommand.ts | 4 + .../StartTableDataImportJobCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + clients/client-honeycode/src/index.ts | 14 +- .../src/models/HoneycodeServiceException.ts | 2 + clients/client-iam/src/IAMClient.ts | 6 +- ...dClientIDToOpenIDConnectProviderCommand.ts | 4 + .../AddRoleToInstanceProfileCommand.ts | 4 + .../src/commands/AddUserToGroupCommand.ts | 4 + .../src/commands/AttachGroupPolicyCommand.ts | 4 + .../src/commands/AttachRolePolicyCommand.ts | 4 + .../src/commands/AttachUserPolicyCommand.ts | 4 + .../src/commands/ChangePasswordCommand.ts | 4 + .../src/commands/CreateAccessKeyCommand.ts | 4 + .../src/commands/CreateAccountAliasCommand.ts | 4 + .../src/commands/CreateGroupCommand.ts | 4 + .../commands/CreateInstanceProfileCommand.ts | 4 + .../src/commands/CreateLoginProfileCommand.ts | 4 + .../CreateOpenIDConnectProviderCommand.ts | 4 + .../src/commands/CreatePolicyCommand.ts | 4 + .../commands/CreatePolicyVersionCommand.ts | 4 + .../src/commands/CreateRoleCommand.ts | 4 + .../src/commands/CreateSAMLProviderCommand.ts | 4 + .../CreateServiceLinkedRoleCommand.ts | 4 + .../CreateServiceSpecificCredentialCommand.ts | 4 + .../src/commands/CreateUserCommand.ts | 4 + .../commands/CreateVirtualMFADeviceCommand.ts | 4 + .../commands/DeactivateMFADeviceCommand.ts | 4 + .../src/commands/DeleteAccessKeyCommand.ts | 4 + .../src/commands/DeleteAccountAliasCommand.ts | 4 + .../DeleteAccountPasswordPolicyCommand.ts | 4 + .../src/commands/DeleteGroupCommand.ts | 4 + .../src/commands/DeleteGroupPolicyCommand.ts | 4 + .../commands/DeleteInstanceProfileCommand.ts | 4 + .../src/commands/DeleteLoginProfileCommand.ts | 4 + .../DeleteOpenIDConnectProviderCommand.ts | 4 + .../src/commands/DeletePolicyCommand.ts | 4 + .../commands/DeletePolicyVersionCommand.ts | 4 + .../src/commands/DeleteRoleCommand.ts | 4 + .../DeleteRolePermissionsBoundaryCommand.ts | 4 + .../src/commands/DeleteRolePolicyCommand.ts | 4 + .../src/commands/DeleteSAMLProviderCommand.ts | 4 + .../src/commands/DeleteSSHPublicKeyCommand.ts | 4 + .../DeleteServerCertificateCommand.ts | 4 + .../DeleteServiceLinkedRoleCommand.ts | 4 + .../DeleteServiceSpecificCredentialCommand.ts | 4 + .../DeleteSigningCertificateCommand.ts | 4 + .../src/commands/DeleteUserCommand.ts | 4 + .../DeleteUserPermissionsBoundaryCommand.ts | 4 + .../src/commands/DeleteUserPolicyCommand.ts | 4 + .../commands/DeleteVirtualMFADeviceCommand.ts | 4 + .../src/commands/DetachGroupPolicyCommand.ts | 4 + .../src/commands/DetachRolePolicyCommand.ts | 4 + .../src/commands/DetachUserPolicyCommand.ts | 4 + .../src/commands/EnableMFADeviceCommand.ts | 4 + .../GenerateCredentialReportCommand.ts | 4 + ...enerateOrganizationsAccessReportCommand.ts | 4 + ...nerateServiceLastAccessedDetailsCommand.ts | 4 + .../commands/GetAccessKeyLastUsedCommand.ts | 4 + .../GetAccountAuthorizationDetailsCommand.ts | 4 + .../GetAccountPasswordPolicyCommand.ts | 4 + .../src/commands/GetAccountSummaryCommand.ts | 4 + .../GetContextKeysForCustomPolicyCommand.ts | 4 + ...GetContextKeysForPrincipalPolicyCommand.ts | 4 + .../commands/GetCredentialReportCommand.ts | 4 + .../src/commands/GetGroupCommand.ts | 4 + .../src/commands/GetGroupPolicyCommand.ts | 4 + .../src/commands/GetInstanceProfileCommand.ts | 4 + .../src/commands/GetLoginProfileCommand.ts | 4 + .../GetOpenIDConnectProviderCommand.ts | 4 + .../GetOrganizationsAccessReportCommand.ts | 4 + .../src/commands/GetPolicyCommand.ts | 4 + .../src/commands/GetPolicyVersionCommand.ts | 4 + .../client-iam/src/commands/GetRoleCommand.ts | 4 + .../src/commands/GetRolePolicyCommand.ts | 4 + .../src/commands/GetSAMLProviderCommand.ts | 4 + .../src/commands/GetSSHPublicKeyCommand.ts | 4 + .../commands/GetServerCertificateCommand.ts | 4 + .../GetServiceLastAccessedDetailsCommand.ts | 4 + ...eLastAccessedDetailsWithEntitiesCommand.ts | 4 + ...tServiceLinkedRoleDeletionStatusCommand.ts | 4 + .../client-iam/src/commands/GetUserCommand.ts | 4 + .../src/commands/GetUserPolicyCommand.ts | 4 + .../src/commands/ListAccessKeysCommand.ts | 4 + .../src/commands/ListAccountAliasesCommand.ts | 4 + .../ListAttachedGroupPoliciesCommand.ts | 4 + .../ListAttachedRolePoliciesCommand.ts | 4 + .../ListAttachedUserPoliciesCommand.ts | 4 + .../commands/ListEntitiesForPolicyCommand.ts | 4 + .../src/commands/ListGroupPoliciesCommand.ts | 4 + .../src/commands/ListGroupsCommand.ts | 4 + .../src/commands/ListGroupsForUserCommand.ts | 4 + .../ListInstanceProfileTagsCommand.ts | 4 + .../commands/ListInstanceProfilesCommand.ts | 4 + .../ListInstanceProfilesForRoleCommand.ts | 4 + .../src/commands/ListMFADeviceTagsCommand.ts | 4 + .../src/commands/ListMFADevicesCommand.ts | 4 + .../ListOpenIDConnectProviderTagsCommand.ts | 4 + .../ListOpenIDConnectProvidersCommand.ts | 4 + .../src/commands/ListPoliciesCommand.ts | 4 + ...istPoliciesGrantingServiceAccessCommand.ts | 4 + .../src/commands/ListPolicyTagsCommand.ts | 4 + .../src/commands/ListPolicyVersionsCommand.ts | 4 + .../src/commands/ListRolePoliciesCommand.ts | 4 + .../src/commands/ListRoleTagsCommand.ts | 4 + .../src/commands/ListRolesCommand.ts | 4 + .../commands/ListSAMLProviderTagsCommand.ts | 4 + .../src/commands/ListSAMLProvidersCommand.ts | 4 + .../src/commands/ListSSHPublicKeysCommand.ts | 4 + .../ListServerCertificateTagsCommand.ts | 4 + .../commands/ListServerCertificatesCommand.ts | 4 + .../ListServiceSpecificCredentialsCommand.ts | 4 + .../ListSigningCertificatesCommand.ts | 4 + .../src/commands/ListUserPoliciesCommand.ts | 4 + .../src/commands/ListUserTagsCommand.ts | 4 + .../src/commands/ListUsersCommand.ts | 4 + .../commands/ListVirtualMFADevicesCommand.ts | 4 + .../src/commands/PutGroupPolicyCommand.ts | 4 + .../PutRolePermissionsBoundaryCommand.ts | 4 + .../src/commands/PutRolePolicyCommand.ts | 4 + .../PutUserPermissionsBoundaryCommand.ts | 4 + .../src/commands/PutUserPolicyCommand.ts | 4 + ...lientIDFromOpenIDConnectProviderCommand.ts | 4 + .../RemoveRoleFromInstanceProfileCommand.ts | 4 + .../commands/RemoveUserFromGroupCommand.ts | 4 + .../ResetServiceSpecificCredentialCommand.ts | 4 + .../src/commands/ResyncMFADeviceCommand.ts | 4 + .../SetDefaultPolicyVersionCommand.ts | 4 + ...tSecurityTokenServicePreferencesCommand.ts | 4 + .../commands/SimulateCustomPolicyCommand.ts | 4 + .../SimulatePrincipalPolicyCommand.ts | 4 + .../src/commands/TagInstanceProfileCommand.ts | 4 + .../src/commands/TagMFADeviceCommand.ts | 4 + .../TagOpenIDConnectProviderCommand.ts | 4 + .../src/commands/TagPolicyCommand.ts | 4 + .../client-iam/src/commands/TagRoleCommand.ts | 4 + .../src/commands/TagSAMLProviderCommand.ts | 4 + .../commands/TagServerCertificateCommand.ts | 4 + .../client-iam/src/commands/TagUserCommand.ts | 4 + .../commands/UntagInstanceProfileCommand.ts | 4 + .../src/commands/UntagMFADeviceCommand.ts | 4 + .../UntagOpenIDConnectProviderCommand.ts | 4 + .../src/commands/UntagPolicyCommand.ts | 4 + .../src/commands/UntagRoleCommand.ts | 4 + .../src/commands/UntagSAMLProviderCommand.ts | 4 + .../commands/UntagServerCertificateCommand.ts | 4 + .../src/commands/UntagUserCommand.ts | 4 + .../src/commands/UpdateAccessKeyCommand.ts | 4 + .../UpdateAccountPasswordPolicyCommand.ts | 4 + .../commands/UpdateAssumeRolePolicyCommand.ts | 4 + .../src/commands/UpdateGroupCommand.ts | 4 + .../src/commands/UpdateLoginProfileCommand.ts | 4 + ...eOpenIDConnectProviderThumbprintCommand.ts | 4 + .../src/commands/UpdateRoleCommand.ts | 4 + .../commands/UpdateRoleDescriptionCommand.ts | 4 + .../src/commands/UpdateSAMLProviderCommand.ts | 4 + .../src/commands/UpdateSSHPublicKeyCommand.ts | 4 + .../UpdateServerCertificateCommand.ts | 4 + .../UpdateServiceSpecificCredentialCommand.ts | 4 + .../UpdateSigningCertificateCommand.ts | 4 + .../src/commands/UpdateUserCommand.ts | 4 + .../src/commands/UploadSSHPublicKeyCommand.ts | 4 + .../UploadServerCertificateCommand.ts | 4 + .../UploadSigningCertificateCommand.ts | 4 + clients/client-iam/src/index.ts | 14 +- .../src/models/IAMServiceException.ts | 2 + .../src/IdentitystoreClient.ts | 6 +- .../src/commands/CreateGroupCommand.ts | 4 + .../commands/CreateGroupMembershipCommand.ts | 4 + .../src/commands/CreateUserCommand.ts | 4 + .../src/commands/DeleteGroupCommand.ts | 4 + .../commands/DeleteGroupMembershipCommand.ts | 4 + .../src/commands/DeleteUserCommand.ts | 4 + .../src/commands/DescribeGroupCommand.ts | 4 + .../DescribeGroupMembershipCommand.ts | 4 + .../src/commands/DescribeUserCommand.ts | 4 + .../src/commands/GetGroupIdCommand.ts | 4 + .../commands/GetGroupMembershipIdCommand.ts | 4 + .../src/commands/GetUserIdCommand.ts | 4 + .../src/commands/IsMemberInGroupsCommand.ts | 4 + .../commands/ListGroupMembershipsCommand.ts | 4 + .../ListGroupMembershipsForMemberCommand.ts | 4 + .../src/commands/ListGroupsCommand.ts | 4 + .../src/commands/ListUsersCommand.ts | 4 + .../src/commands/UpdateGroupCommand.ts | 4 + .../src/commands/UpdateUserCommand.ts | 4 + clients/client-identitystore/src/index.ts | 21 +- .../models/IdentitystoreServiceException.ts | 2 + .../src/ImagebuilderClient.ts | 6 +- .../commands/CancelImageCreationCommand.ts | 4 + .../src/commands/CreateComponentCommand.ts | 4 + .../commands/CreateContainerRecipeCommand.ts | 4 + .../CreateDistributionConfigurationCommand.ts | 4 + .../src/commands/CreateImageCommand.ts | 4 + .../commands/CreateImagePipelineCommand.ts | 4 + .../src/commands/CreateImageRecipeCommand.ts | 4 + ...reateInfrastructureConfigurationCommand.ts | 4 + .../src/commands/DeleteComponentCommand.ts | 4 + .../commands/DeleteContainerRecipeCommand.ts | 4 + .../DeleteDistributionConfigurationCommand.ts | 4 + .../src/commands/DeleteImageCommand.ts | 4 + .../commands/DeleteImagePipelineCommand.ts | 4 + .../src/commands/DeleteImageRecipeCommand.ts | 4 + ...eleteInfrastructureConfigurationCommand.ts | 4 + .../src/commands/GetComponentCommand.ts | 4 + .../src/commands/GetComponentPolicyCommand.ts | 4 + .../src/commands/GetContainerRecipeCommand.ts | 4 + .../GetContainerRecipePolicyCommand.ts | 4 + .../GetDistributionConfigurationCommand.ts | 4 + .../src/commands/GetImageCommand.ts | 4 + .../src/commands/GetImagePipelineCommand.ts | 4 + .../src/commands/GetImagePolicyCommand.ts | 4 + .../src/commands/GetImageRecipeCommand.ts | 4 + .../commands/GetImageRecipePolicyCommand.ts | 4 + .../GetInfrastructureConfigurationCommand.ts | 4 + .../commands/GetWorkflowExecutionCommand.ts | 4 + .../GetWorkflowStepExecutionCommand.ts | 4 + .../src/commands/ImportComponentCommand.ts | 4 + .../src/commands/ImportVmImageCommand.ts | 4 + .../ListComponentBuildVersionsCommand.ts | 4 + .../src/commands/ListComponentsCommand.ts | 4 + .../commands/ListContainerRecipesCommand.ts | 4 + .../ListDistributionConfigurationsCommand.ts | 4 + .../commands/ListImageBuildVersionsCommand.ts | 4 + .../src/commands/ListImagePackagesCommand.ts | 4 + .../ListImagePipelineImagesCommand.ts | 4 + .../src/commands/ListImagePipelinesCommand.ts | 4 + .../src/commands/ListImageRecipesCommand.ts | 4 + ...ListImageScanFindingAggregationsCommand.ts | 4 + .../commands/ListImageScanFindingsCommand.ts | 4 + .../src/commands/ListImagesCommand.ts | 4 + ...ListInfrastructureConfigurationsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/ListWorkflowExecutionsCommand.ts | 4 + .../ListWorkflowStepExecutionsCommand.ts | 4 + .../src/commands/PutComponentPolicyCommand.ts | 4 + .../PutContainerRecipePolicyCommand.ts | 4 + .../src/commands/PutImagePolicyCommand.ts | 4 + .../commands/PutImageRecipePolicyCommand.ts | 4 + .../StartImagePipelineExecutionCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateDistributionConfigurationCommand.ts | 4 + .../commands/UpdateImagePipelineCommand.ts | 4 + ...pdateInfrastructureConfigurationCommand.ts | 4 + clients/client-imagebuilder/src/index.ts | 13 +- .../models/ImagebuilderServiceException.ts | 2 + .../client-inspector/src/InspectorClient.ts | 6 +- .../AddAttributesToFindingsCommand.ts | 4 + .../commands/CreateAssessmentTargetCommand.ts | 4 + .../CreateAssessmentTemplateCommand.ts | 4 + .../CreateExclusionsPreviewCommand.ts | 4 + .../commands/CreateResourceGroupCommand.ts | 4 + .../commands/DeleteAssessmentRunCommand.ts | 4 + .../commands/DeleteAssessmentTargetCommand.ts | 4 + .../DeleteAssessmentTemplateCommand.ts | 4 + .../commands/DescribeAssessmentRunsCommand.ts | 4 + .../DescribeAssessmentTargetsCommand.ts | 4 + .../DescribeAssessmentTemplatesCommand.ts | 4 + .../DescribeCrossAccountAccessRoleCommand.ts | 4 + .../src/commands/DescribeExclusionsCommand.ts | 4 + .../src/commands/DescribeFindingsCommand.ts | 4 + .../commands/DescribeResourceGroupsCommand.ts | 4 + .../commands/DescribeRulesPackagesCommand.ts | 4 + .../commands/GetAssessmentReportCommand.ts | 4 + .../commands/GetExclusionsPreviewCommand.ts | 4 + .../commands/GetTelemetryMetadataCommand.ts | 4 + .../ListAssessmentRunAgentsCommand.ts | 4 + .../src/commands/ListAssessmentRunsCommand.ts | 4 + .../commands/ListAssessmentTargetsCommand.ts | 4 + .../ListAssessmentTemplatesCommand.ts | 4 + .../commands/ListEventSubscriptionsCommand.ts | 4 + .../src/commands/ListExclusionsCommand.ts | 4 + .../src/commands/ListFindingsCommand.ts | 4 + .../src/commands/ListRulesPackagesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PreviewAgentsCommand.ts | 4 + .../RegisterCrossAccountAccessRoleCommand.ts | 4 + .../RemoveAttributesFromFindingsCommand.ts | 4 + .../src/commands/SetTagsForResourceCommand.ts | 4 + .../src/commands/StartAssessmentRunCommand.ts | 4 + .../src/commands/StopAssessmentRunCommand.ts | 4 + .../src/commands/SubscribeToEventCommand.ts | 4 + .../commands/UnsubscribeFromEventCommand.ts | 4 + .../commands/UpdateAssessmentTargetCommand.ts | 4 + clients/client-inspector/src/index.ts | 13 +- .../src/models/InspectorServiceException.ts | 2 + .../client-inspector2/src/Inspector2Client.ts | 6 +- .../src/commands/AssociateMemberCommand.ts | 4 + .../commands/BatchGetAccountStatusCommand.ts | 4 + .../commands/BatchGetFreeTrialInfoCommand.ts | 4 + ...GetMemberEc2DeepInspectionStatusCommand.ts | 4 + ...ateMemberEc2DeepInspectionStatusCommand.ts | 4 + .../commands/CancelFindingsReportCommand.ts | 4 + .../src/commands/CreateFilterCommand.ts | 4 + .../commands/CreateFindingsReportCommand.ts | 4 + .../src/commands/DeleteFilterCommand.ts | 4 + ...escribeOrganizationConfigurationCommand.ts | 4 + .../src/commands/DisableCommand.ts | 4 + .../DisableDelegatedAdminAccountCommand.ts | 4 + .../src/commands/DisassociateMemberCommand.ts | 4 + .../src/commands/EnableCommand.ts | 4 + .../EnableDelegatedAdminAccountCommand.ts | 4 + .../src/commands/GetConfigurationCommand.ts | 4 + .../GetDelegatedAdminAccountCommand.ts | 4 + ...etEc2DeepInspectionConfigurationCommand.ts | 4 + .../GetFindingsReportStatusCommand.ts | 4 + .../src/commands/GetMemberCommand.ts | 4 + .../commands/ListAccountPermissionsCommand.ts | 4 + .../src/commands/ListCoverageCommand.ts | 4 + .../commands/ListCoverageStatisticsCommand.ts | 4 + .../ListDelegatedAdminAccountsCommand.ts | 4 + .../src/commands/ListFiltersCommand.ts | 4 + .../ListFindingAggregationsCommand.ts | 4 + .../src/commands/ListFindingsCommand.ts | 4 + .../src/commands/ListMembersCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListUsageTotalsCommand.ts | 4 + .../commands/SearchVulnerabilitiesCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateConfigurationCommand.ts | 4 + ...teEc2DeepInspectionConfigurationCommand.ts | 4 + .../src/commands/UpdateFilterCommand.ts | 4 + ...rgEc2DeepInspectionConfigurationCommand.ts | 4 + .../UpdateOrganizationConfigurationCommand.ts | 4 + clients/client-inspector2/src/index.ts | 11 +- .../src/models/Inspector2ServiceException.ts | 2 + .../src/InternetMonitorClient.ts | 6 +- .../src/commands/CreateMonitorCommand.ts | 4 + .../src/commands/DeleteMonitorCommand.ts | 4 + .../src/commands/GetHealthEventCommand.ts | 4 + .../src/commands/GetMonitorCommand.ts | 4 + .../src/commands/ListHealthEventsCommand.ts | 4 + .../src/commands/ListMonitorsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateMonitorCommand.ts | 4 + clients/client-internetmonitor/src/index.ts | 25 +- .../models/InternetMonitorServiceException.ts | 2 + .../src/IoT1ClickDevicesServiceClient.ts | 6 +- .../ClaimDevicesByClaimCodeCommand.ts | 4 + .../src/commands/DescribeDeviceCommand.ts | 4 + .../commands/FinalizeDeviceClaimCommand.ts | 4 + .../src/commands/GetDeviceMethodsCommand.ts | 4 + .../commands/InitiateDeviceClaimCommand.ts | 4 + .../src/commands/InvokeDeviceMethodCommand.ts | 4 + .../src/commands/ListDeviceEventsCommand.ts | 4 + .../src/commands/ListDevicesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UnclaimDeviceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateDeviceStateCommand.ts | 4 + .../src/index.ts | 10 +- ...IoT1ClickDevicesServiceServiceException.ts | 2 + .../src/IoT1ClickProjectsClient.ts | 6 +- .../AssociateDeviceWithPlacementCommand.ts | 4 + .../src/commands/CreatePlacementCommand.ts | 4 + .../src/commands/CreateProjectCommand.ts | 4 + .../src/commands/DeletePlacementCommand.ts | 4 + .../src/commands/DeleteProjectCommand.ts | 4 + .../src/commands/DescribePlacementCommand.ts | 4 + .../src/commands/DescribeProjectCommand.ts | 4 + .../DisassociateDeviceFromPlacementCommand.ts | 4 + .../commands/GetDevicesInPlacementCommand.ts | 4 + .../src/commands/ListPlacementsCommand.ts | 4 + .../src/commands/ListProjectsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdatePlacementCommand.ts | 4 + .../src/commands/UpdateProjectCommand.ts | 4 + .../client-iot-1click-projects/src/index.ts | 10 +- .../IoT1ClickProjectsServiceException.ts | 2 + .../src/IoTDataPlaneClient.ts | 6 +- .../src/commands/DeleteThingShadowCommand.ts | 4 + .../src/commands/GetRetainedMessageCommand.ts | 4 + .../src/commands/GetThingShadowCommand.ts | 4 + .../ListNamedShadowsForThingCommand.ts | 4 + .../commands/ListRetainedMessagesCommand.ts | 4 + .../src/commands/PublishCommand.ts | 4 + .../src/commands/UpdateThingShadowCommand.ts | 4 + clients/client-iot-data-plane/src/index.ts | 20 +- .../models/IoTDataPlaneServiceException.ts | 2 + .../src/IoTEventsDataClient.ts | 6 +- .../commands/BatchAcknowledgeAlarmCommand.ts | 4 + .../commands/BatchDeleteDetectorCommand.ts | 4 + .../src/commands/BatchDisableAlarmCommand.ts | 4 + .../src/commands/BatchEnableAlarmCommand.ts | 4 + .../src/commands/BatchPutMessageCommand.ts | 4 + .../src/commands/BatchResetAlarmCommand.ts | 4 + .../src/commands/BatchSnoozeAlarmCommand.ts | 4 + .../commands/BatchUpdateDetectorCommand.ts | 4 + .../src/commands/DescribeAlarmCommand.ts | 4 + .../src/commands/DescribeDetectorCommand.ts | 4 + .../src/commands/ListAlarmsCommand.ts | 4 + .../src/commands/ListDetectorsCommand.ts | 4 + clients/client-iot-events-data/src/index.ts | 12 +- .../models/IoTEventsDataServiceException.ts | 2 + .../client-iot-events/src/IoTEventsClient.ts | 6 +- .../src/commands/CreateAlarmModelCommand.ts | 4 + .../commands/CreateDetectorModelCommand.ts | 4 + .../src/commands/CreateInputCommand.ts | 4 + .../src/commands/DeleteAlarmModelCommand.ts | 4 + .../commands/DeleteDetectorModelCommand.ts | 4 + .../src/commands/DeleteInputCommand.ts | 4 + .../src/commands/DescribeAlarmModelCommand.ts | 4 + .../DescribeDetectorModelAnalysisCommand.ts | 4 + .../commands/DescribeDetectorModelCommand.ts | 4 + .../src/commands/DescribeInputCommand.ts | 4 + .../commands/DescribeLoggingOptionsCommand.ts | 4 + .../GetDetectorModelAnalysisResultsCommand.ts | 4 + .../commands/ListAlarmModelVersionsCommand.ts | 4 + .../src/commands/ListAlarmModelsCommand.ts | 4 + .../ListDetectorModelVersionsCommand.ts | 4 + .../src/commands/ListDetectorModelsCommand.ts | 4 + .../src/commands/ListInputRoutingsCommand.ts | 4 + .../src/commands/ListInputsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutLoggingOptionsCommand.ts | 4 + .../StartDetectorModelAnalysisCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAlarmModelCommand.ts | 4 + .../commands/UpdateDetectorModelCommand.ts | 4 + .../src/commands/UpdateInputCommand.ts | 4 + clients/client-iot-events/src/index.ts | 10 +- .../src/models/IoTEventsServiceException.ts | 2 + .../src/IoTJobsDataPlaneClient.ts | 6 +- .../commands/DescribeJobExecutionCommand.ts | 4 + .../GetPendingJobExecutionsCommand.ts | 4 + .../StartNextPendingJobExecutionCommand.ts | 4 + .../src/commands/UpdateJobExecutionCommand.ts | 4 + .../client-iot-jobs-data-plane/src/index.ts | 18 +- .../IoTJobsDataPlaneServiceException.ts | 2 + .../src/IoTRoboRunnerClient.ts | 6 +- .../src/commands/CreateDestinationCommand.ts | 4 + .../src/commands/CreateSiteCommand.ts | 4 + .../src/commands/CreateWorkerCommand.ts | 4 + .../src/commands/CreateWorkerFleetCommand.ts | 4 + .../src/commands/DeleteDestinationCommand.ts | 4 + .../src/commands/DeleteSiteCommand.ts | 4 + .../src/commands/DeleteWorkerCommand.ts | 4 + .../src/commands/DeleteWorkerFleetCommand.ts | 4 + .../src/commands/GetDestinationCommand.ts | 4 + .../src/commands/GetSiteCommand.ts | 4 + .../src/commands/GetWorkerCommand.ts | 4 + .../src/commands/GetWorkerFleetCommand.ts | 4 + .../src/commands/ListDestinationsCommand.ts | 4 + .../src/commands/ListSitesCommand.ts | 4 + .../src/commands/ListWorkerFleetsCommand.ts | 4 + .../src/commands/ListWorkersCommand.ts | 4 + .../src/commands/UpdateDestinationCommand.ts | 4 + .../src/commands/UpdateSiteCommand.ts | 4 + .../src/commands/UpdateWorkerCommand.ts | 4 + .../src/commands/UpdateWorkerFleetCommand.ts | 4 + clients/client-iot-roborunner/src/index.ts | 11 +- .../models/IoTRoboRunnerServiceException.ts | 2 + .../src/IoTWirelessClient.ts | 6 +- ...iateAwsAccountWithPartnerAccountCommand.ts | 4 + ...ciateMulticastGroupWithFuotaTaskCommand.ts | 4 + ...ciateWirelessDeviceWithFuotaTaskCommand.ts | 4 + ...WirelessDeviceWithMulticastGroupCommand.ts | 4 + ...AssociateWirelessDeviceWithThingCommand.ts | 4 + ...teWirelessGatewayWithCertificateCommand.ts | 4 + ...ssociateWirelessGatewayWithThingCommand.ts | 4 + .../CancelMulticastGroupSessionCommand.ts | 4 + .../src/commands/CreateDestinationCommand.ts | 4 + .../commands/CreateDeviceProfileCommand.ts | 4 + .../src/commands/CreateFuotaTaskCommand.ts | 4 + .../commands/CreateMulticastGroupCommand.ts | 4 + ...eateNetworkAnalyzerConfigurationCommand.ts | 4 + .../commands/CreateServiceProfileCommand.ts | 4 + .../commands/CreateWirelessDeviceCommand.ts | 4 + .../commands/CreateWirelessGatewayCommand.ts | 4 + .../CreateWirelessGatewayTaskCommand.ts | 4 + ...ateWirelessGatewayTaskDefinitionCommand.ts | 4 + .../src/commands/DeleteDestinationCommand.ts | 4 + .../commands/DeleteDeviceProfileCommand.ts | 4 + .../src/commands/DeleteFuotaTaskCommand.ts | 4 + .../commands/DeleteMulticastGroupCommand.ts | 4 + ...leteNetworkAnalyzerConfigurationCommand.ts | 4 + .../commands/DeleteQueuedMessagesCommand.ts | 4 + .../commands/DeleteServiceProfileCommand.ts | 4 + .../commands/DeleteWirelessDeviceCommand.ts | 4 + .../DeleteWirelessDeviceImportTaskCommand.ts | 4 + .../commands/DeleteWirelessGatewayCommand.ts | 4 + .../DeleteWirelessGatewayTaskCommand.ts | 4 + ...eteWirelessGatewayTaskDefinitionCommand.ts | 4 + .../DeregisterWirelessDeviceCommand.ts | 4 + ...iateAwsAccountFromPartnerAccountCommand.ts | 4 + ...ciateMulticastGroupFromFuotaTaskCommand.ts | 4 + ...ciateWirelessDeviceFromFuotaTaskCommand.ts | 4 + ...WirelessDeviceFromMulticastGroupCommand.ts | 4 + ...associateWirelessDeviceFromThingCommand.ts | 4 + ...teWirelessGatewayFromCertificateCommand.ts | 4 + ...ssociateWirelessGatewayFromThingCommand.ts | 4 + .../src/commands/GetDestinationCommand.ts | 4 + .../src/commands/GetDeviceProfileCommand.ts | 4 + ...ventConfigurationByResourceTypesCommand.ts | 4 + .../src/commands/GetFuotaTaskCommand.ts | 4 + .../GetLogLevelsByResourceTypesCommand.ts | 4 + .../src/commands/GetMulticastGroupCommand.ts | 4 + .../GetMulticastGroupSessionCommand.ts | 4 + .../GetNetworkAnalyzerConfigurationCommand.ts | 4 + .../src/commands/GetPartnerAccountCommand.ts | 4 + .../src/commands/GetPositionCommand.ts | 4 + .../GetPositionConfigurationCommand.ts | 4 + .../commands/GetPositionEstimateCommand.ts | 4 + .../GetResourceEventConfigurationCommand.ts | 4 + .../commands/GetResourceLogLevelCommand.ts | 4 + .../commands/GetResourcePositionCommand.ts | 4 + .../src/commands/GetServiceEndpointCommand.ts | 4 + .../src/commands/GetServiceProfileCommand.ts | 4 + .../src/commands/GetWirelessDeviceCommand.ts | 4 + .../GetWirelessDeviceImportTaskCommand.ts | 4 + .../GetWirelessDeviceStatisticsCommand.ts | 4 + .../GetWirelessGatewayCertificateCommand.ts | 4 + .../src/commands/GetWirelessGatewayCommand.ts | 4 + ...relessGatewayFirmwareInformationCommand.ts | 4 + .../GetWirelessGatewayStatisticsCommand.ts | 4 + .../commands/GetWirelessGatewayTaskCommand.ts | 4 + ...GetWirelessGatewayTaskDefinitionCommand.ts | 4 + .../src/commands/ListDestinationsCommand.ts | 4 + .../src/commands/ListDeviceProfilesCommand.ts | 4 + ...vicesForWirelessDeviceImportTaskCommand.ts | 4 + .../ListEventConfigurationsCommand.ts | 4 + .../src/commands/ListFuotaTasksCommand.ts | 4 + .../ListMulticastGroupsByFuotaTaskCommand.ts | 4 + .../commands/ListMulticastGroupsCommand.ts | 4 + ...istNetworkAnalyzerConfigurationsCommand.ts | 4 + .../commands/ListPartnerAccountsCommand.ts | 4 + .../ListPositionConfigurationsCommand.ts | 4 + .../src/commands/ListQueuedMessagesCommand.ts | 4 + .../commands/ListServiceProfilesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../ListWirelessDeviceImportTasksCommand.ts | 4 + .../commands/ListWirelessDevicesCommand.ts | 4 + ...stWirelessGatewayTaskDefinitionsCommand.ts | 4 + .../commands/ListWirelessGatewaysCommand.ts | 4 + .../PutPositionConfigurationCommand.ts | 4 + .../commands/PutResourceLogLevelCommand.ts | 4 + .../ResetAllResourceLogLevelsCommand.ts | 4 + .../commands/ResetResourceLogLevelCommand.ts | 4 + .../SendDataToMulticastGroupCommand.ts | 4 + .../SendDataToWirelessDeviceCommand.ts | 4 + ...WirelessDeviceWithMulticastGroupCommand.ts | 4 + ...WirelessDeviceFromMulticastGroupCommand.ts | 4 + .../src/commands/StartFuotaTaskCommand.ts | 4 + .../StartMulticastGroupSessionCommand.ts | 4 + ...rtSingleWirelessDeviceImportTaskCommand.ts | 4 + .../StartWirelessDeviceImportTaskCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/TestWirelessDeviceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateDestinationCommand.ts | 4 + ...ventConfigurationByResourceTypesCommand.ts | 4 + .../src/commands/UpdateFuotaTaskCommand.ts | 4 + .../UpdateLogLevelsByResourceTypesCommand.ts | 4 + .../commands/UpdateMulticastGroupCommand.ts | 4 + ...dateNetworkAnalyzerConfigurationCommand.ts | 4 + .../commands/UpdatePartnerAccountCommand.ts | 4 + .../src/commands/UpdatePositionCommand.ts | 4 + ...UpdateResourceEventConfigurationCommand.ts | 4 + .../commands/UpdateResourcePositionCommand.ts | 4 + .../commands/UpdateWirelessDeviceCommand.ts | 4 + .../UpdateWirelessDeviceImportTaskCommand.ts | 4 + .../commands/UpdateWirelessGatewayCommand.ts | 4 + clients/client-iot-wireless/src/index.ts | 20 +- .../src/models/IoTWirelessServiceException.ts | 2 + clients/client-iot/src/IoTClient.ts | 6 +- .../AcceptCertificateTransferCommand.ts | 4 + .../commands/AddThingToBillingGroupCommand.ts | 4 + .../commands/AddThingToThingGroupCommand.ts | 4 + .../AssociateTargetsWithJobCommand.ts | 4 + .../src/commands/AttachPolicyCommand.ts | 4 + .../commands/AttachPrincipalPolicyCommand.ts | 4 + .../commands/AttachSecurityProfileCommand.ts | 4 + .../commands/AttachThingPrincipalCommand.ts | 4 + ...CancelAuditMitigationActionsTaskCommand.ts | 4 + .../src/commands/CancelAuditTaskCommand.ts | 4 + .../CancelCertificateTransferCommand.ts | 4 + ...ancelDetectMitigationActionsTaskCommand.ts | 4 + .../src/commands/CancelJobCommand.ts | 4 + .../src/commands/CancelJobExecutionCommand.ts | 4 + .../commands/ClearDefaultAuthorizerCommand.ts | 4 + .../ConfirmTopicRuleDestinationCommand.ts | 4 + .../commands/CreateAuditSuppressionCommand.ts | 4 + .../src/commands/CreateAuthorizerCommand.ts | 4 + .../src/commands/CreateBillingGroupCommand.ts | 4 + .../CreateCertificateFromCsrCommand.ts | 4 + .../src/commands/CreateCustomMetricCommand.ts | 4 + .../src/commands/CreateDimensionCommand.ts | 4 + .../CreateDomainConfigurationCommand.ts | 4 + .../CreateDynamicThingGroupCommand.ts | 4 + .../src/commands/CreateFleetMetricCommand.ts | 4 + .../src/commands/CreateJobCommand.ts | 4 + .../src/commands/CreateJobTemplateCommand.ts | 4 + .../CreateKeysAndCertificateCommand.ts | 4 + .../commands/CreateMitigationActionCommand.ts | 4 + .../src/commands/CreateOTAUpdateCommand.ts | 4 + .../src/commands/CreatePolicyCommand.ts | 4 + .../commands/CreatePolicyVersionCommand.ts | 4 + .../CreateProvisioningClaimCommand.ts | 4 + .../CreateProvisioningTemplateCommand.ts | 4 + ...reateProvisioningTemplateVersionCommand.ts | 4 + .../src/commands/CreateRoleAliasCommand.ts | 4 + .../commands/CreateScheduledAuditCommand.ts | 4 + .../commands/CreateSecurityProfileCommand.ts | 4 + .../src/commands/CreateStreamCommand.ts | 4 + .../src/commands/CreateThingCommand.ts | 4 + .../src/commands/CreateThingGroupCommand.ts | 4 + .../src/commands/CreateThingTypeCommand.ts | 4 + .../src/commands/CreateTopicRuleCommand.ts | 4 + .../CreateTopicRuleDestinationCommand.ts | 4 + .../DeleteAccountAuditConfigurationCommand.ts | 4 + .../commands/DeleteAuditSuppressionCommand.ts | 4 + .../src/commands/DeleteAuthorizerCommand.ts | 4 + .../src/commands/DeleteBillingGroupCommand.ts | 4 + .../commands/DeleteCACertificateCommand.ts | 4 + .../src/commands/DeleteCertificateCommand.ts | 4 + .../src/commands/DeleteCustomMetricCommand.ts | 4 + .../src/commands/DeleteDimensionCommand.ts | 4 + .../DeleteDomainConfigurationCommand.ts | 4 + .../DeleteDynamicThingGroupCommand.ts | 4 + .../src/commands/DeleteFleetMetricCommand.ts | 4 + .../src/commands/DeleteJobCommand.ts | 4 + .../src/commands/DeleteJobExecutionCommand.ts | 4 + .../src/commands/DeleteJobTemplateCommand.ts | 4 + .../commands/DeleteMitigationActionCommand.ts | 4 + .../src/commands/DeleteOTAUpdateCommand.ts | 4 + .../src/commands/DeletePolicyCommand.ts | 4 + .../commands/DeletePolicyVersionCommand.ts | 4 + .../DeleteProvisioningTemplateCommand.ts | 4 + ...eleteProvisioningTemplateVersionCommand.ts | 4 + .../commands/DeleteRegistrationCodeCommand.ts | 4 + .../src/commands/DeleteRoleAliasCommand.ts | 4 + .../commands/DeleteScheduledAuditCommand.ts | 4 + .../commands/DeleteSecurityProfileCommand.ts | 4 + .../src/commands/DeleteStreamCommand.ts | 4 + .../src/commands/DeleteThingCommand.ts | 4 + .../src/commands/DeleteThingGroupCommand.ts | 4 + .../src/commands/DeleteThingTypeCommand.ts | 4 + .../src/commands/DeleteTopicRuleCommand.ts | 4 + .../DeleteTopicRuleDestinationCommand.ts | 4 + .../commands/DeleteV2LoggingLevelCommand.ts | 4 + .../src/commands/DeprecateThingTypeCommand.ts | 4 + ...escribeAccountAuditConfigurationCommand.ts | 4 + .../commands/DescribeAuditFindingCommand.ts | 4 + ...scribeAuditMitigationActionsTaskCommand.ts | 4 + .../DescribeAuditSuppressionCommand.ts | 4 + .../src/commands/DescribeAuditTaskCommand.ts | 4 + .../src/commands/DescribeAuthorizerCommand.ts | 4 + .../commands/DescribeBillingGroupCommand.ts | 4 + .../commands/DescribeCACertificateCommand.ts | 4 + .../commands/DescribeCertificateCommand.ts | 4 + .../commands/DescribeCustomMetricCommand.ts | 4 + .../DescribeDefaultAuthorizerCommand.ts | 4 + ...cribeDetectMitigationActionsTaskCommand.ts | 4 + .../src/commands/DescribeDimensionCommand.ts | 4 + .../DescribeDomainConfigurationCommand.ts | 4 + .../src/commands/DescribeEndpointCommand.ts | 4 + .../DescribeEventConfigurationsCommand.ts | 4 + .../commands/DescribeFleetMetricCommand.ts | 4 + .../src/commands/DescribeIndexCommand.ts | 4 + .../src/commands/DescribeJobCommand.ts | 4 + .../commands/DescribeJobExecutionCommand.ts | 4 + .../commands/DescribeJobTemplateCommand.ts | 4 + .../DescribeManagedJobTemplateCommand.ts | 4 + .../DescribeMitigationActionCommand.ts | 4 + .../DescribeProvisioningTemplateCommand.ts | 4 + ...cribeProvisioningTemplateVersionCommand.ts | 4 + .../src/commands/DescribeRoleAliasCommand.ts | 4 + .../commands/DescribeScheduledAuditCommand.ts | 4 + .../DescribeSecurityProfileCommand.ts | 4 + .../src/commands/DescribeStreamCommand.ts | 4 + .../src/commands/DescribeThingCommand.ts | 4 + .../src/commands/DescribeThingGroupCommand.ts | 4 + .../DescribeThingRegistrationTaskCommand.ts | 4 + .../src/commands/DescribeThingTypeCommand.ts | 4 + .../src/commands/DetachPolicyCommand.ts | 4 + .../commands/DetachPrincipalPolicyCommand.ts | 4 + .../commands/DetachSecurityProfileCommand.ts | 4 + .../commands/DetachThingPrincipalCommand.ts | 4 + .../src/commands/DisableTopicRuleCommand.ts | 4 + .../src/commands/EnableTopicRuleCommand.ts | 4 + ...etBehaviorModelTrainingSummariesCommand.ts | 4 + .../commands/GetBucketsAggregationCommand.ts | 4 + .../src/commands/GetCardinalityCommand.ts | 4 + .../commands/GetEffectivePoliciesCommand.ts | 4 + .../GetIndexingConfigurationCommand.ts | 4 + .../src/commands/GetJobDocumentCommand.ts | 4 + .../src/commands/GetLoggingOptionsCommand.ts | 4 + .../src/commands/GetOTAUpdateCommand.ts | 4 + .../src/commands/GetPercentilesCommand.ts | 4 + .../src/commands/GetPolicyCommand.ts | 4 + .../src/commands/GetPolicyVersionCommand.ts | 4 + .../commands/GetRegistrationCodeCommand.ts | 4 + .../src/commands/GetStatisticsCommand.ts | 4 + .../src/commands/GetTopicRuleCommand.ts | 4 + .../GetTopicRuleDestinationCommand.ts | 4 + .../commands/GetV2LoggingOptionsCommand.ts | 4 + .../commands/ListActiveViolationsCommand.ts | 4 + .../commands/ListAttachedPoliciesCommand.ts | 4 + .../src/commands/ListAuditFindingsCommand.ts | 4 + ...AuditMitigationActionsExecutionsCommand.ts | 4 + .../ListAuditMitigationActionsTasksCommand.ts | 4 + .../commands/ListAuditSuppressionsCommand.ts | 4 + .../src/commands/ListAuditTasksCommand.ts | 4 + .../src/commands/ListAuthorizersCommand.ts | 4 + .../src/commands/ListBillingGroupsCommand.ts | 4 + .../src/commands/ListCACertificatesCommand.ts | 4 + .../commands/ListCertificatesByCACommand.ts | 4 + .../src/commands/ListCertificatesCommand.ts | 4 + .../src/commands/ListCustomMetricsCommand.ts | 4 + ...etectMitigationActionsExecutionsCommand.ts | 4 + ...ListDetectMitigationActionsTasksCommand.ts | 4 + .../src/commands/ListDimensionsCommand.ts | 4 + .../ListDomainConfigurationsCommand.ts | 4 + .../src/commands/ListFleetMetricsCommand.ts | 4 + .../src/commands/ListIndicesCommand.ts | 4 + .../ListJobExecutionsForJobCommand.ts | 4 + .../ListJobExecutionsForThingCommand.ts | 4 + .../src/commands/ListJobTemplatesCommand.ts | 4 + .../src/commands/ListJobsCommand.ts | 4 + .../ListManagedJobTemplatesCommand.ts | 4 + .../src/commands/ListMetricValuesCommand.ts | 4 + .../commands/ListMitigationActionsCommand.ts | 4 + .../src/commands/ListOTAUpdatesCommand.ts | 4 + .../ListOutgoingCertificatesCommand.ts | 4 + .../src/commands/ListPoliciesCommand.ts | 4 + .../commands/ListPolicyPrincipalsCommand.ts | 4 + .../src/commands/ListPolicyVersionsCommand.ts | 4 + .../commands/ListPrincipalPoliciesCommand.ts | 4 + .../commands/ListPrincipalThingsCommand.ts | 4 + ...ListProvisioningTemplateVersionsCommand.ts | 4 + .../ListProvisioningTemplatesCommand.ts | 4 + ...tRelatedResourcesForAuditFindingCommand.ts | 4 + .../src/commands/ListRoleAliasesCommand.ts | 4 + .../commands/ListScheduledAuditsCommand.ts | 4 + .../commands/ListSecurityProfilesCommand.ts | 4 + .../ListSecurityProfilesForTargetCommand.ts | 4 + .../src/commands/ListStreamsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/ListTargetsForPolicyCommand.ts | 4 + .../ListTargetsForSecurityProfileCommand.ts | 4 + .../src/commands/ListThingGroupsCommand.ts | 4 + .../ListThingGroupsForThingCommand.ts | 4 + .../commands/ListThingPrincipalsCommand.ts | 4 + ...ListThingRegistrationTaskReportsCommand.ts | 4 + .../ListThingRegistrationTasksCommand.ts | 4 + .../src/commands/ListThingTypesCommand.ts | 4 + .../src/commands/ListThingsCommand.ts | 4 + .../ListThingsInBillingGroupCommand.ts | 4 + .../commands/ListThingsInThingGroupCommand.ts | 4 + .../ListTopicRuleDestinationsCommand.ts | 4 + .../src/commands/ListTopicRulesCommand.ts | 4 + .../commands/ListV2LoggingLevelsCommand.ts | 4 + .../commands/ListViolationEventsCommand.ts | 4 + .../PutVerificationStateOnViolationCommand.ts | 4 + .../commands/RegisterCACertificateCommand.ts | 4 + .../commands/RegisterCertificateCommand.ts | 4 + .../RegisterCertificateWithoutCACommand.ts | 4 + .../src/commands/RegisterThingCommand.ts | 4 + .../RejectCertificateTransferCommand.ts | 4 + .../RemoveThingFromBillingGroupCommand.ts | 4 + .../RemoveThingFromThingGroupCommand.ts | 4 + .../src/commands/ReplaceTopicRuleCommand.ts | 4 + .../src/commands/SearchIndexCommand.ts | 4 + .../commands/SetDefaultAuthorizerCommand.ts | 4 + .../SetDefaultPolicyVersionCommand.ts | 4 + .../src/commands/SetLoggingOptionsCommand.ts | 4 + .../src/commands/SetV2LoggingLevelCommand.ts | 4 + .../commands/SetV2LoggingOptionsCommand.ts | 4 + .../StartAuditMitigationActionsTaskCommand.ts | 4 + ...StartDetectMitigationActionsTaskCommand.ts | 4 + .../commands/StartOnDemandAuditTaskCommand.ts | 4 + .../StartThingRegistrationTaskCommand.ts | 4 + .../StopThingRegistrationTaskCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/TestAuthorizationCommand.ts | 4 + .../commands/TestInvokeAuthorizerCommand.ts | 4 + .../commands/TransferCertificateCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateAccountAuditConfigurationCommand.ts | 4 + .../commands/UpdateAuditSuppressionCommand.ts | 4 + .../src/commands/UpdateAuthorizerCommand.ts | 4 + .../src/commands/UpdateBillingGroupCommand.ts | 4 + .../commands/UpdateCACertificateCommand.ts | 4 + .../src/commands/UpdateCertificateCommand.ts | 4 + .../src/commands/UpdateCustomMetricCommand.ts | 4 + .../src/commands/UpdateDimensionCommand.ts | 4 + .../UpdateDomainConfigurationCommand.ts | 4 + .../UpdateDynamicThingGroupCommand.ts | 4 + .../UpdateEventConfigurationsCommand.ts | 4 + .../src/commands/UpdateFleetMetricCommand.ts | 4 + .../UpdateIndexingConfigurationCommand.ts | 4 + .../src/commands/UpdateJobCommand.ts | 4 + .../commands/UpdateMitigationActionCommand.ts | 4 + .../UpdateProvisioningTemplateCommand.ts | 4 + .../src/commands/UpdateRoleAliasCommand.ts | 4 + .../commands/UpdateScheduledAuditCommand.ts | 4 + .../commands/UpdateSecurityProfileCommand.ts | 4 + .../src/commands/UpdateStreamCommand.ts | 4 + .../src/commands/UpdateThingCommand.ts | 4 + .../src/commands/UpdateThingGroupCommand.ts | 4 + .../UpdateThingGroupsForThingCommand.ts | 4 + .../UpdateTopicRuleDestinationCommand.ts | 4 + ...ValidateSecurityProfileBehaviorsCommand.ts | 4 + clients/client-iot/src/index.ts | 25 +- .../src/models/IoTServiceException.ts | 2 + .../src/IoTAnalyticsClient.ts | 6 +- .../src/commands/BatchPutMessageCommand.ts | 4 + .../CancelPipelineReprocessingCommand.ts | 4 + .../src/commands/CreateChannelCommand.ts | 4 + .../src/commands/CreateDatasetCommand.ts | 4 + .../commands/CreateDatasetContentCommand.ts | 4 + .../src/commands/CreateDatastoreCommand.ts | 4 + .../src/commands/CreatePipelineCommand.ts | 4 + .../src/commands/DeleteChannelCommand.ts | 4 + .../src/commands/DeleteDatasetCommand.ts | 4 + .../commands/DeleteDatasetContentCommand.ts | 4 + .../src/commands/DeleteDatastoreCommand.ts | 4 + .../src/commands/DeletePipelineCommand.ts | 4 + .../src/commands/DescribeChannelCommand.ts | 4 + .../src/commands/DescribeDatasetCommand.ts | 4 + .../src/commands/DescribeDatastoreCommand.ts | 4 + .../commands/DescribeLoggingOptionsCommand.ts | 4 + .../src/commands/DescribePipelineCommand.ts | 4 + .../src/commands/GetDatasetContentCommand.ts | 4 + .../src/commands/ListChannelsCommand.ts | 4 + .../commands/ListDatasetContentsCommand.ts | 4 + .../src/commands/ListDatasetsCommand.ts | 4 + .../src/commands/ListDatastoresCommand.ts | 4 + .../src/commands/ListPipelinesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutLoggingOptionsCommand.ts | 4 + .../commands/RunPipelineActivityCommand.ts | 4 + .../src/commands/SampleChannelDataCommand.ts | 4 + .../StartPipelineReprocessingCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateChannelCommand.ts | 4 + .../src/commands/UpdateDatasetCommand.ts | 4 + .../src/commands/UpdateDatastoreCommand.ts | 4 + .../src/commands/UpdatePipelineCommand.ts | 4 + clients/client-iotanalytics/src/index.ts | 28 +- .../models/IoTAnalyticsServiceException.ts | 2 + .../src/IotDeviceAdvisorClient.ts | 6 +- .../commands/CreateSuiteDefinitionCommand.ts | 4 + .../commands/DeleteSuiteDefinitionCommand.ts | 4 + .../src/commands/GetEndpointCommand.ts | 4 + .../src/commands/GetSuiteDefinitionCommand.ts | 4 + .../src/commands/GetSuiteRunCommand.ts | 4 + .../src/commands/GetSuiteRunReportCommand.ts | 4 + .../commands/ListSuiteDefinitionsCommand.ts | 4 + .../src/commands/ListSuiteRunsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/StartSuiteRunCommand.ts | 4 + .../src/commands/StopSuiteRunCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateSuiteDefinitionCommand.ts | 4 + clients/client-iotdeviceadvisor/src/index.ts | 18 +- .../IotDeviceAdvisorServiceException.ts | 2 + .../src/IoTFleetHubClient.ts | 6 +- .../src/commands/CreateApplicationCommand.ts | 4 + .../src/commands/DeleteApplicationCommand.ts | 4 + .../commands/DescribeApplicationCommand.ts | 4 + .../src/commands/ListApplicationsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateApplicationCommand.ts | 4 + clients/client-iotfleethub/src/index.ts | 13 +- .../src/models/IoTFleetHubServiceException.ts | 2 + .../src/IoTFleetWiseClient.ts | 6 +- .../commands/AssociateVehicleFleetCommand.ts | 4 + .../src/commands/BatchCreateVehicleCommand.ts | 4 + .../src/commands/BatchUpdateVehicleCommand.ts | 4 + .../src/commands/CreateCampaignCommand.ts | 4 + .../commands/CreateDecoderManifestCommand.ts | 4 + .../src/commands/CreateFleetCommand.ts | 4 + .../commands/CreateModelManifestCommand.ts | 4 + .../commands/CreateSignalCatalogCommand.ts | 4 + .../src/commands/CreateVehicleCommand.ts | 4 + .../src/commands/DeleteCampaignCommand.ts | 4 + .../commands/DeleteDecoderManifestCommand.ts | 4 + .../src/commands/DeleteFleetCommand.ts | 4 + .../commands/DeleteModelManifestCommand.ts | 4 + .../commands/DeleteSignalCatalogCommand.ts | 4 + .../src/commands/DeleteVehicleCommand.ts | 4 + .../DisassociateVehicleFleetCommand.ts | 4 + .../src/commands/GetCampaignCommand.ts | 4 + .../src/commands/GetDecoderManifestCommand.ts | 4 + .../src/commands/GetFleetCommand.ts | 4 + .../src/commands/GetLoggingOptionsCommand.ts | 4 + .../src/commands/GetModelManifestCommand.ts | 4 + .../GetRegisterAccountStatusCommand.ts | 4 + .../src/commands/GetSignalCatalogCommand.ts | 4 + .../src/commands/GetVehicleCommand.ts | 4 + .../src/commands/GetVehicleStatusCommand.ts | 4 + .../commands/ImportDecoderManifestCommand.ts | 4 + .../commands/ImportSignalCatalogCommand.ts | 4 + .../src/commands/ListCampaignsCommand.ts | 4 + ...DecoderManifestNetworkInterfacesCommand.ts | 4 + .../ListDecoderManifestSignalsCommand.ts | 4 + .../commands/ListDecoderManifestsCommand.ts | 4 + .../src/commands/ListFleetsCommand.ts | 4 + .../commands/ListFleetsForVehicleCommand.ts | 4 + .../commands/ListModelManifestNodesCommand.ts | 4 + .../src/commands/ListModelManifestsCommand.ts | 4 + .../commands/ListSignalCatalogNodesCommand.ts | 4 + .../src/commands/ListSignalCatalogsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListVehiclesCommand.ts | 4 + .../commands/ListVehiclesInFleetCommand.ts | 4 + .../src/commands/PutLoggingOptionsCommand.ts | 4 + .../src/commands/RegisterAccountCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateCampaignCommand.ts | 4 + .../commands/UpdateDecoderManifestCommand.ts | 4 + .../src/commands/UpdateFleetCommand.ts | 4 + .../commands/UpdateModelManifestCommand.ts | 4 + .../commands/UpdateSignalCatalogCommand.ts | 4 + .../src/commands/UpdateVehicleCommand.ts | 4 + clients/client-iotfleetwise/src/index.ts | 16 +- .../models/IoTFleetWiseServiceException.ts | 2 + .../src/IoTSecureTunnelingClient.ts | 6 +- .../src/commands/CloseTunnelCommand.ts | 4 + .../src/commands/DescribeTunnelCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListTunnelsCommand.ts | 4 + .../src/commands/OpenTunnelCommand.ts | 4 + .../RotateTunnelAccessTokenCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../client-iotsecuretunneling/src/index.ts | 14 +- .../IoTSecureTunnelingServiceException.ts | 2 + .../src/IoTSiteWiseClient.ts | 6 +- .../src/commands/AssociateAssetsCommand.ts | 4 + ...sociateTimeSeriesToAssetPropertyCommand.ts | 4 + .../BatchAssociateProjectAssetsCommand.ts | 4 + .../BatchDisassociateProjectAssetsCommand.ts | 4 + .../BatchGetAssetPropertyAggregatesCommand.ts | 4 + .../BatchGetAssetPropertyValueCommand.ts | 4 + ...atchGetAssetPropertyValueHistoryCommand.ts | 4 + .../BatchPutAssetPropertyValueCommand.ts | 4 + .../src/commands/CreateAccessPolicyCommand.ts | 4 + .../src/commands/CreateAssetCommand.ts | 4 + .../src/commands/CreateAssetModelCommand.ts | 4 + .../commands/CreateBulkImportJobCommand.ts | 4 + .../src/commands/CreateDashboardCommand.ts | 4 + .../src/commands/CreateGatewayCommand.ts | 4 + .../src/commands/CreatePortalCommand.ts | 4 + .../src/commands/CreateProjectCommand.ts | 4 + .../src/commands/DeleteAccessPolicyCommand.ts | 4 + .../src/commands/DeleteAssetCommand.ts | 4 + .../src/commands/DeleteAssetModelCommand.ts | 4 + .../src/commands/DeleteDashboardCommand.ts | 4 + .../src/commands/DeleteGatewayCommand.ts | 4 + .../src/commands/DeletePortalCommand.ts | 4 + .../src/commands/DeleteProjectCommand.ts | 4 + .../src/commands/DeleteTimeSeriesCommand.ts | 4 + .../commands/DescribeAccessPolicyCommand.ts | 4 + .../src/commands/DescribeAssetCommand.ts | 4 + .../src/commands/DescribeAssetModelCommand.ts | 4 + .../commands/DescribeAssetPropertyCommand.ts | 4 + .../commands/DescribeBulkImportJobCommand.ts | 4 + .../src/commands/DescribeDashboardCommand.ts | 4 + ...beDefaultEncryptionConfigurationCommand.ts | 4 + ...beGatewayCapabilityConfigurationCommand.ts | 4 + .../src/commands/DescribeGatewayCommand.ts | 4 + .../commands/DescribeLoggingOptionsCommand.ts | 4 + .../src/commands/DescribePortalCommand.ts | 4 + .../src/commands/DescribeProjectCommand.ts | 4 + .../DescribeStorageConfigurationCommand.ts | 4 + .../src/commands/DescribeTimeSeriesCommand.ts | 4 + .../src/commands/DisassociateAssetsCommand.ts | 4 + ...ciateTimeSeriesFromAssetPropertyCommand.ts | 4 + .../GetAssetPropertyAggregatesCommand.ts | 4 + .../commands/GetAssetPropertyValueCommand.ts | 4 + .../GetAssetPropertyValueHistoryCommand.ts | 4 + ...tInterpolatedAssetPropertyValuesCommand.ts | 4 + .../src/commands/ListAccessPoliciesCommand.ts | 4 + .../ListAssetModelPropertiesCommand.ts | 4 + .../src/commands/ListAssetModelsCommand.ts | 4 + .../commands/ListAssetPropertiesCommand.ts | 4 + .../commands/ListAssetRelationshipsCommand.ts | 4 + .../src/commands/ListAssetsCommand.ts | 4 + .../commands/ListAssociatedAssetsCommand.ts | 4 + .../src/commands/ListBulkImportJobsCommand.ts | 4 + .../src/commands/ListDashboardsCommand.ts | 4 + .../src/commands/ListGatewaysCommand.ts | 4 + .../src/commands/ListPortalsCommand.ts | 4 + .../src/commands/ListProjectAssetsCommand.ts | 4 + .../src/commands/ListProjectsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListTimeSeriesCommand.ts | 4 + ...utDefaultEncryptionConfigurationCommand.ts | 4 + .../src/commands/PutLoggingOptionsCommand.ts | 4 + .../PutStorageConfigurationCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAccessPolicyCommand.ts | 4 + .../src/commands/UpdateAssetCommand.ts | 4 + .../src/commands/UpdateAssetModelCommand.ts | 4 + .../commands/UpdateAssetPropertyCommand.ts | 4 + .../src/commands/UpdateDashboardCommand.ts | 4 + ...teGatewayCapabilityConfigurationCommand.ts | 4 + .../src/commands/UpdateGatewayCommand.ts | 4 + .../src/commands/UpdatePortalCommand.ts | 4 + .../src/commands/UpdateProjectCommand.ts | 4 + clients/client-iotsitewise/src/index.ts | 11 +- .../src/models/IoTSiteWiseServiceException.ts | 2 + .../src/IoTThingsGraphClient.ts | 6 +- .../commands/AssociateEntityToThingCommand.ts | 4 + .../src/commands/CreateFlowTemplateCommand.ts | 4 + .../commands/CreateSystemInstanceCommand.ts | 4 + .../commands/CreateSystemTemplateCommand.ts | 4 + .../src/commands/DeleteFlowTemplateCommand.ts | 4 + .../src/commands/DeleteNamespaceCommand.ts | 4 + .../commands/DeleteSystemInstanceCommand.ts | 4 + .../commands/DeleteSystemTemplateCommand.ts | 4 + .../commands/DeploySystemInstanceCommand.ts | 4 + .../commands/DeprecateFlowTemplateCommand.ts | 4 + .../DeprecateSystemTemplateCommand.ts | 4 + .../src/commands/DescribeNamespaceCommand.ts | 4 + .../DissociateEntityFromThingCommand.ts | 4 + .../src/commands/GetEntitiesCommand.ts | 4 + .../src/commands/GetFlowTemplateCommand.ts | 4 + .../GetFlowTemplateRevisionsCommand.ts | 4 + .../GetNamespaceDeletionStatusCommand.ts | 4 + .../src/commands/GetSystemInstanceCommand.ts | 4 + .../src/commands/GetSystemTemplateCommand.ts | 4 + .../GetSystemTemplateRevisionsCommand.ts | 4 + .../src/commands/GetUploadStatusCommand.ts | 4 + .../ListFlowExecutionMessagesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/SearchEntitiesCommand.ts | 4 + .../commands/SearchFlowExecutionsCommand.ts | 4 + .../commands/SearchFlowTemplatesCommand.ts | 4 + .../commands/SearchSystemInstancesCommand.ts | 4 + .../commands/SearchSystemTemplatesCommand.ts | 4 + .../src/commands/SearchThingsCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../commands/UndeploySystemInstanceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateFlowTemplateCommand.ts | 4 + .../commands/UpdateSystemTemplateCommand.ts | 4 + .../UploadEntityDefinitionsCommand.ts | 4 + clients/client-iotthingsgraph/src/index.ts | 16 +- .../models/IoTThingsGraphServiceException.ts | 2 + .../src/IoTTwinMakerClient.ts | 6 +- .../commands/BatchPutPropertyValuesCommand.ts | 4 + .../commands/CreateComponentTypeCommand.ts | 4 + .../src/commands/CreateEntityCommand.ts | 4 + .../src/commands/CreateSceneCommand.ts | 4 + .../src/commands/CreateSyncJobCommand.ts | 4 + .../src/commands/CreateWorkspaceCommand.ts | 4 + .../commands/DeleteComponentTypeCommand.ts | 4 + .../src/commands/DeleteEntityCommand.ts | 4 + .../src/commands/DeleteSceneCommand.ts | 4 + .../src/commands/DeleteSyncJobCommand.ts | 4 + .../src/commands/DeleteWorkspaceCommand.ts | 4 + .../src/commands/ExecuteQueryCommand.ts | 4 + .../src/commands/GetComponentTypeCommand.ts | 4 + .../src/commands/GetEntityCommand.ts | 4 + .../src/commands/GetPricingPlanCommand.ts | 4 + .../src/commands/GetPropertyValueCommand.ts | 4 + .../GetPropertyValueHistoryCommand.ts | 4 + .../src/commands/GetSceneCommand.ts | 4 + .../src/commands/GetSyncJobCommand.ts | 4 + .../src/commands/GetWorkspaceCommand.ts | 4 + .../src/commands/ListComponentTypesCommand.ts | 4 + .../src/commands/ListEntitiesCommand.ts | 4 + .../src/commands/ListScenesCommand.ts | 4 + .../src/commands/ListSyncJobsCommand.ts | 4 + .../src/commands/ListSyncResourcesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListWorkspacesCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateComponentTypeCommand.ts | 4 + .../src/commands/UpdateEntityCommand.ts | 4 + .../src/commands/UpdatePricingPlanCommand.ts | 4 + .../src/commands/UpdateSceneCommand.ts | 4 + .../src/commands/UpdateWorkspaceCommand.ts | 4 + clients/client-iottwinmaker/src/index.ts | 16 +- .../models/IoTTwinMakerServiceException.ts | 2 + .../src/IVSRealTimeClient.ts | 6 +- .../commands/CreateParticipantTokenCommand.ts | 4 + .../src/commands/CreateStageCommand.ts | 4 + .../src/commands/DeleteStageCommand.ts | 4 + .../commands/DisconnectParticipantCommand.ts | 4 + .../src/commands/GetParticipantCommand.ts | 4 + .../src/commands/GetStageCommand.ts | 4 + .../src/commands/GetStageSessionCommand.ts | 4 + .../commands/ListParticipantEventsCommand.ts | 4 + .../src/commands/ListParticipantsCommand.ts | 4 + .../src/commands/ListStageSessionsCommand.ts | 4 + .../src/commands/ListStagesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateStageCommand.ts | 4 + clients/client-ivs-realtime/src/index.ts | 136 +++++- .../src/models/IVSRealTimeServiceException.ts | 2 + clients/client-ivs/src/IvsClient.ts | 6 +- .../src/commands/BatchGetChannelCommand.ts | 4 + .../src/commands/BatchGetStreamKeyCommand.ts | 4 + .../src/commands/CreateChannelCommand.ts | 4 + .../CreateRecordingConfigurationCommand.ts | 4 + .../src/commands/CreateStreamKeyCommand.ts | 4 + .../src/commands/DeleteChannelCommand.ts | 4 + .../commands/DeletePlaybackKeyPairCommand.ts | 4 + .../DeleteRecordingConfigurationCommand.ts | 4 + .../src/commands/DeleteStreamKeyCommand.ts | 4 + .../src/commands/GetChannelCommand.ts | 4 + .../src/commands/GetPlaybackKeyPairCommand.ts | 4 + .../GetRecordingConfigurationCommand.ts | 4 + .../src/commands/GetStreamCommand.ts | 4 + .../src/commands/GetStreamKeyCommand.ts | 4 + .../src/commands/GetStreamSessionCommand.ts | 4 + .../commands/ImportPlaybackKeyPairCommand.ts | 4 + .../src/commands/ListChannelsCommand.ts | 4 + .../commands/ListPlaybackKeyPairsCommand.ts | 4 + .../ListRecordingConfigurationsCommand.ts | 4 + .../src/commands/ListStreamKeysCommand.ts | 4 + .../src/commands/ListStreamSessionsCommand.ts | 4 + .../src/commands/ListStreamsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutMetadataCommand.ts | 4 + .../src/commands/StopStreamCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateChannelCommand.ts | 4 + clients/client-ivs/src/index.ts | 336 ++++++++++++++- .../src/models/IvsServiceException.ts | 2 + clients/client-ivschat/src/IvschatClient.ts | 6 +- .../src/commands/CreateChatTokenCommand.ts | 4 + .../CreateLoggingConfigurationCommand.ts | 4 + .../src/commands/CreateRoomCommand.ts | 4 + .../DeleteLoggingConfigurationCommand.ts | 4 + .../src/commands/DeleteMessageCommand.ts | 4 + .../src/commands/DeleteRoomCommand.ts | 4 + .../src/commands/DisconnectUserCommand.ts | 4 + .../GetLoggingConfigurationCommand.ts | 4 + .../src/commands/GetRoomCommand.ts | 4 + .../ListLoggingConfigurationsCommand.ts | 4 + .../src/commands/ListRoomsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/SendEventCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateLoggingConfigurationCommand.ts | 4 + .../src/commands/UpdateRoomCommand.ts | 4 + clients/client-ivschat/src/index.ts | 228 +++++++++- .../src/models/IvschatServiceException.ts | 2 + clients/client-kafka/src/KafkaClient.ts | 6 +- .../BatchAssociateScramSecretCommand.ts | 4 + .../BatchDisassociateScramSecretCommand.ts | 4 + .../src/commands/CreateClusterCommand.ts | 4 + .../src/commands/CreateClusterV2Command.ts | 4 + .../commands/CreateConfigurationCommand.ts | 4 + .../commands/CreateVpcConnectionCommand.ts | 4 + .../src/commands/DeleteClusterCommand.ts | 4 + .../commands/DeleteClusterPolicyCommand.ts | 4 + .../commands/DeleteConfigurationCommand.ts | 4 + .../commands/DeleteVpcConnectionCommand.ts | 4 + .../src/commands/DescribeClusterCommand.ts | 4 + .../DescribeClusterOperationCommand.ts | 4 + .../src/commands/DescribeClusterV2Command.ts | 4 + .../commands/DescribeConfigurationCommand.ts | 4 + .../DescribeConfigurationRevisionCommand.ts | 4 + .../commands/DescribeVpcConnectionCommand.ts | 4 + .../commands/GetBootstrapBrokersCommand.ts | 4 + .../src/commands/GetClusterPolicyCommand.ts | 4 + .../GetCompatibleKafkaVersionsCommand.ts | 4 + .../ListClientVpcConnectionsCommand.ts | 4 + .../commands/ListClusterOperationsCommand.ts | 4 + .../src/commands/ListClustersCommand.ts | 4 + .../src/commands/ListClustersV2Command.ts | 4 + .../ListConfigurationRevisionsCommand.ts | 4 + .../src/commands/ListConfigurationsCommand.ts | 4 + .../src/commands/ListKafkaVersionsCommand.ts | 4 + .../src/commands/ListNodesCommand.ts | 4 + .../src/commands/ListScramSecretsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListVpcConnectionsCommand.ts | 4 + .../src/commands/PutClusterPolicyCommand.ts | 4 + .../src/commands/RebootBrokerCommand.ts | 4 + .../RejectClientVpcConnectionCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateBrokerCountCommand.ts | 4 + .../commands/UpdateBrokerStorageCommand.ts | 4 + .../src/commands/UpdateBrokerTypeCommand.ts | 4 + .../UpdateClusterConfigurationCommand.ts | 4 + .../UpdateClusterKafkaVersionCommand.ts | 4 + .../commands/UpdateConfigurationCommand.ts | 4 + .../src/commands/UpdateConnectivityCommand.ts | 4 + .../src/commands/UpdateMonitoringCommand.ts | 4 + .../src/commands/UpdateSecurityCommand.ts | 4 + .../src/commands/UpdateStorageCommand.ts | 4 + clients/client-kafka/src/index.ts | 10 +- .../src/models/KafkaServiceException.ts | 2 + .../src/KafkaConnectClient.ts | 6 +- .../src/commands/CreateConnectorCommand.ts | 4 + .../src/commands/CreateCustomPluginCommand.ts | 4 + .../CreateWorkerConfigurationCommand.ts | 4 + .../src/commands/DeleteConnectorCommand.ts | 4 + .../src/commands/DeleteCustomPluginCommand.ts | 4 + .../src/commands/DescribeConnectorCommand.ts | 4 + .../commands/DescribeCustomPluginCommand.ts | 4 + .../DescribeWorkerConfigurationCommand.ts | 4 + .../src/commands/ListConnectorsCommand.ts | 4 + .../src/commands/ListCustomPluginsCommand.ts | 4 + .../ListWorkerConfigurationsCommand.ts | 4 + .../src/commands/UpdateConnectorCommand.ts | 4 + clients/client-kafkaconnect/src/index.ts | 10 +- .../models/KafkaConnectServiceException.ts | 2 + .../src/KendraRankingClient.ts | 6 +- .../CreateRescoreExecutionPlanCommand.ts | 4 + .../DeleteRescoreExecutionPlanCommand.ts | 4 + .../DescribeRescoreExecutionPlanCommand.ts | 4 + .../ListRescoreExecutionPlansCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/RescoreCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateRescoreExecutionPlanCommand.ts | 4 + clients/client-kendra-ranking/src/index.ts | 12 +- .../models/KendraRankingServiceException.ts | 2 + clients/client-kendra/src/KendraClient.ts | 6 +- .../AssociateEntitiesToExperienceCommand.ts | 4 + .../AssociatePersonasToEntitiesCommand.ts | 4 + .../commands/BatchDeleteDocumentCommand.ts | 4 + .../BatchDeleteFeaturedResultsSetCommand.ts | 4 + .../commands/BatchGetDocumentStatusCommand.ts | 4 + .../src/commands/BatchPutDocumentCommand.ts | 4 + .../commands/ClearQuerySuggestionsCommand.ts | 4 + ...CreateAccessControlConfigurationCommand.ts | 4 + .../src/commands/CreateDataSourceCommand.ts | 4 + .../src/commands/CreateExperienceCommand.ts | 4 + .../src/commands/CreateFaqCommand.ts | 4 + .../CreateFeaturedResultsSetCommand.ts | 4 + .../src/commands/CreateIndexCommand.ts | 4 + .../CreateQuerySuggestionsBlockListCommand.ts | 4 + .../src/commands/CreateThesaurusCommand.ts | 4 + ...DeleteAccessControlConfigurationCommand.ts | 4 + .../src/commands/DeleteDataSourceCommand.ts | 4 + .../src/commands/DeleteExperienceCommand.ts | 4 + .../src/commands/DeleteFaqCommand.ts | 4 + .../src/commands/DeleteIndexCommand.ts | 4 + .../commands/DeletePrincipalMappingCommand.ts | 4 + .../DeleteQuerySuggestionsBlockListCommand.ts | 4 + .../src/commands/DeleteThesaurusCommand.ts | 4 + ...scribeAccessControlConfigurationCommand.ts | 4 + .../src/commands/DescribeDataSourceCommand.ts | 4 + .../src/commands/DescribeExperienceCommand.ts | 4 + .../src/commands/DescribeFaqCommand.ts | 4 + .../DescribeFeaturedResultsSetCommand.ts | 4 + .../src/commands/DescribeIndexCommand.ts | 4 + .../DescribePrincipalMappingCommand.ts | 4 + ...escribeQuerySuggestionsBlockListCommand.ts | 4 + .../DescribeQuerySuggestionsConfigCommand.ts | 4 + .../src/commands/DescribeThesaurusCommand.ts | 4 + ...sassociateEntitiesFromExperienceCommand.ts | 4 + ...DisassociatePersonasFromEntitiesCommand.ts | 4 + .../commands/GetQuerySuggestionsCommand.ts | 4 + .../src/commands/GetSnapshotsCommand.ts | 4 + .../ListAccessControlConfigurationsCommand.ts | 4 + .../commands/ListDataSourceSyncJobsCommand.ts | 4 + .../src/commands/ListDataSourcesCommand.ts | 4 + .../src/commands/ListEntityPersonasCommand.ts | 4 + .../commands/ListExperienceEntitiesCommand.ts | 4 + .../src/commands/ListExperiencesCommand.ts | 4 + .../src/commands/ListFaqsCommand.ts | 4 + .../ListFeaturedResultsSetsCommand.ts | 4 + .../ListGroupsOlderThanOrderingIdCommand.ts | 4 + .../src/commands/ListIndicesCommand.ts | 4 + .../ListQuerySuggestionsBlockListsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListThesauriCommand.ts | 4 + .../commands/PutPrincipalMappingCommand.ts | 4 + .../src/commands/QueryCommand.ts | 4 + .../commands/StartDataSourceSyncJobCommand.ts | 4 + .../commands/StopDataSourceSyncJobCommand.ts | 4 + .../src/commands/SubmitFeedbackCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + ...UpdateAccessControlConfigurationCommand.ts | 4 + .../src/commands/UpdateDataSourceCommand.ts | 4 + .../src/commands/UpdateExperienceCommand.ts | 4 + .../UpdateFeaturedResultsSetCommand.ts | 4 + .../src/commands/UpdateIndexCommand.ts | 4 + .../UpdateQuerySuggestionsBlockListCommand.ts | 4 + .../UpdateQuerySuggestionsConfigCommand.ts | 4 + .../src/commands/UpdateThesaurusCommand.ts | 4 + clients/client-kendra/src/index.ts | 10 +- .../src/models/KendraServiceException.ts | 2 + .../client-keyspaces/src/KeyspacesClient.ts | 6 +- .../src/commands/CreateKeyspaceCommand.ts | 4 + .../src/commands/CreateTableCommand.ts | 4 + .../src/commands/DeleteKeyspaceCommand.ts | 4 + .../src/commands/DeleteTableCommand.ts | 4 + .../src/commands/GetKeyspaceCommand.ts | 4 + .../src/commands/GetTableCommand.ts | 4 + .../src/commands/ListKeyspacesCommand.ts | 4 + .../src/commands/ListTablesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/RestoreTableCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateTableCommand.ts | 4 + clients/client-keyspaces/src/index.ts | 23 +- .../src/models/KeyspacesServiceException.ts | 2 + .../src/KinesisAnalyticsV2Client.ts | 6 +- ...plicationCloudWatchLoggingOptionCommand.ts | 4 + .../commands/AddApplicationInputCommand.ts | 4 + ...tionInputProcessingConfigurationCommand.ts | 4 + .../commands/AddApplicationOutputCommand.ts | 4 + ...ddApplicationReferenceDataSourceCommand.ts | 4 + .../AddApplicationVpcConfigurationCommand.ts | 4 + .../src/commands/CreateApplicationCommand.ts | 4 + .../CreateApplicationPresignedUrlCommand.ts | 4 + .../CreateApplicationSnapshotCommand.ts | 4 + ...plicationCloudWatchLoggingOptionCommand.ts | 4 + .../src/commands/DeleteApplicationCommand.ts | 4 + ...tionInputProcessingConfigurationCommand.ts | 4 + .../DeleteApplicationOutputCommand.ts | 4 + ...teApplicationReferenceDataSourceCommand.ts | 4 + .../DeleteApplicationSnapshotCommand.ts | 4 + ...eleteApplicationVpcConfigurationCommand.ts | 4 + .../commands/DescribeApplicationCommand.ts | 4 + .../DescribeApplicationSnapshotCommand.ts | 4 + .../DescribeApplicationVersionCommand.ts | 4 + .../commands/DiscoverInputSchemaCommand.ts | 4 + .../ListApplicationSnapshotsCommand.ts | 4 + .../ListApplicationVersionsCommand.ts | 4 + .../src/commands/ListApplicationsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/RollbackApplicationCommand.ts | 4 + .../src/commands/StartApplicationCommand.ts | 4 + .../src/commands/StopApplicationCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateApplicationCommand.ts | 4 + ...licationMaintenanceConfigurationCommand.ts | 4 + .../client-kinesis-analytics-v2/src/index.ts | 10 +- .../KinesisAnalyticsV2ServiceException.ts | 2 + .../src/KinesisAnalyticsClient.ts | 6 +- ...plicationCloudWatchLoggingOptionCommand.ts | 4 + .../commands/AddApplicationInputCommand.ts | 4 + ...tionInputProcessingConfigurationCommand.ts | 4 + .../commands/AddApplicationOutputCommand.ts | 4 + ...ddApplicationReferenceDataSourceCommand.ts | 4 + .../src/commands/CreateApplicationCommand.ts | 4 + ...plicationCloudWatchLoggingOptionCommand.ts | 4 + .../src/commands/DeleteApplicationCommand.ts | 4 + ...tionInputProcessingConfigurationCommand.ts | 4 + .../DeleteApplicationOutputCommand.ts | 4 + ...teApplicationReferenceDataSourceCommand.ts | 4 + .../commands/DescribeApplicationCommand.ts | 4 + .../commands/DiscoverInputSchemaCommand.ts | 4 + .../src/commands/ListApplicationsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/StartApplicationCommand.ts | 4 + .../src/commands/StopApplicationCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateApplicationCommand.ts | 4 + clients/client-kinesis-analytics/src/index.ts | 17 +- .../KinesisAnalyticsServiceException.ts | 2 + .../src/KinesisVideoArchivedMediaClient.ts | 6 +- .../src/commands/GetClipCommand.ts | 4 + .../GetDASHStreamingSessionURLCommand.ts | 4 + .../GetHLSStreamingSessionURLCommand.ts | 4 + .../src/commands/GetImagesCommand.ts | 4 + .../GetMediaForFragmentListCommand.ts | 4 + .../src/commands/ListFragmentsCommand.ts | 4 + .../src/index.ts | 8 +- ...nesisVideoArchivedMediaServiceException.ts | 2 + .../src/KinesisVideoMediaClient.ts | 6 +- .../src/commands/GetMediaCommand.ts | 4 + .../client-kinesis-video-media/src/index.ts | 8 +- .../KinesisVideoMediaServiceException.ts | 2 + .../src/KinesisVideoSignalingClient.ts | 6 +- .../src/commands/GetIceServerConfigCommand.ts | 4 + .../commands/SendAlexaOfferToMasterCommand.ts | 4 + .../src/index.ts | 10 +- .../KinesisVideoSignalingServiceException.ts | 2 + .../src/KinesisVideoWebRTCStorageClient.ts | 6 +- .../src/commands/JoinStorageSessionCommand.ts | 4 + .../src/index.ts | 9 +- ...nesisVideoWebRTCStorageServiceException.ts | 2 + .../src/KinesisVideoClient.ts | 6 +- .../commands/CreateSignalingChannelCommand.ts | 4 + .../src/commands/CreateStreamCommand.ts | 4 + .../commands/DeleteSignalingChannelCommand.ts | 4 + .../src/commands/DeleteStreamCommand.ts | 4 + .../DescribeEdgeConfigurationCommand.ts | 4 + ...ribeImageGenerationConfigurationCommand.ts | 4 + ...cribeMappedResourceConfigurationCommand.ts | 4 + ...escribeMediaStorageConfigurationCommand.ts | 4 + ...escribeNotificationConfigurationCommand.ts | 4 + .../DescribeSignalingChannelCommand.ts | 4 + .../src/commands/DescribeStreamCommand.ts | 4 + .../src/commands/GetDataEndpointCommand.ts | 4 + .../GetSignalingChannelEndpointCommand.ts | 4 + .../commands/ListSignalingChannelsCommand.ts | 4 + .../src/commands/ListStreamsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListTagsForStreamCommand.ts | 4 + .../StartEdgeConfigurationUpdateCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/TagStreamCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UntagStreamCommand.ts | 4 + .../commands/UpdateDataRetentionCommand.ts | 4 + ...dateImageGenerationConfigurationCommand.ts | 4 + .../UpdateMediaStorageConfigurationCommand.ts | 4 + .../UpdateNotificationConfigurationCommand.ts | 4 + .../commands/UpdateSignalingChannelCommand.ts | 4 + .../src/commands/UpdateStreamCommand.ts | 4 + clients/client-kinesis-video/src/index.ts | 10 +- .../models/KinesisVideoServiceException.ts | 2 + clients/client-kinesis/src/KinesisClient.ts | 6 +- .../src/commands/AddTagsToStreamCommand.ts | 4 + .../src/commands/CreateStreamCommand.ts | 4 + .../DecreaseStreamRetentionPeriodCommand.ts | 4 + .../src/commands/DeleteStreamCommand.ts | 4 + .../DeregisterStreamConsumerCommand.ts | 4 + .../src/commands/DescribeLimitsCommand.ts | 4 + .../src/commands/DescribeStreamCommand.ts | 4 + .../commands/DescribeStreamConsumerCommand.ts | 4 + .../commands/DescribeStreamSummaryCommand.ts | 4 + .../DisableEnhancedMonitoringCommand.ts | 4 + .../EnableEnhancedMonitoringCommand.ts | 4 + .../src/commands/GetRecordsCommand.ts | 4 + .../src/commands/GetShardIteratorCommand.ts | 4 + .../IncreaseStreamRetentionPeriodCommand.ts | 4 + .../src/commands/ListShardsCommand.ts | 4 + .../commands/ListStreamConsumersCommand.ts | 4 + .../src/commands/ListStreamsCommand.ts | 4 + .../src/commands/ListTagsForStreamCommand.ts | 4 + .../src/commands/MergeShardsCommand.ts | 4 + .../src/commands/PutRecordCommand.ts | 4 + .../src/commands/PutRecordsCommand.ts | 4 + .../commands/RegisterStreamConsumerCommand.ts | 4 + .../commands/RemoveTagsFromStreamCommand.ts | 4 + .../src/commands/SplitShardCommand.ts | 4 + .../commands/StartStreamEncryptionCommand.ts | 4 + .../commands/StopStreamEncryptionCommand.ts | 4 + .../src/commands/SubscribeToShardCommand.ts | 4 + .../src/commands/UpdateShardCountCommand.ts | 4 + .../src/commands/UpdateStreamModeCommand.ts | 4 + clients/client-kinesis/src/index.ts | 12 +- .../src/models/KinesisServiceException.ts | 2 + clients/client-kms/src/KMSClient.ts | 6 +- .../src/commands/CancelKeyDeletionCommand.ts | 4 + .../commands/ConnectCustomKeyStoreCommand.ts | 4 + .../src/commands/CreateAliasCommand.ts | 4 + .../commands/CreateCustomKeyStoreCommand.ts | 4 + .../src/commands/CreateGrantCommand.ts | 4 + .../src/commands/CreateKeyCommand.ts | 4 + .../client-kms/src/commands/DecryptCommand.ts | 4 + .../src/commands/DeleteAliasCommand.ts | 4 + .../commands/DeleteCustomKeyStoreCommand.ts | 4 + .../DeleteImportedKeyMaterialCommand.ts | 4 + .../DescribeCustomKeyStoresCommand.ts | 4 + .../src/commands/DescribeKeyCommand.ts | 4 + .../src/commands/DisableKeyCommand.ts | 4 + .../src/commands/DisableKeyRotationCommand.ts | 4 + .../DisconnectCustomKeyStoreCommand.ts | 4 + .../src/commands/EnableKeyCommand.ts | 4 + .../src/commands/EnableKeyRotationCommand.ts | 4 + .../client-kms/src/commands/EncryptCommand.ts | 4 + .../src/commands/GenerateDataKeyCommand.ts | 4 + .../commands/GenerateDataKeyPairCommand.ts | 4 + ...erateDataKeyPairWithoutPlaintextCommand.ts | 4 + .../GenerateDataKeyWithoutPlaintextCommand.ts | 4 + .../src/commands/GenerateMacCommand.ts | 4 + .../src/commands/GenerateRandomCommand.ts | 4 + .../src/commands/GetKeyPolicyCommand.ts | 4 + .../commands/GetKeyRotationStatusCommand.ts | 4 + .../commands/GetParametersForImportCommand.ts | 4 + .../src/commands/GetPublicKeyCommand.ts | 4 + .../src/commands/ImportKeyMaterialCommand.ts | 4 + .../src/commands/ListAliasesCommand.ts | 4 + .../src/commands/ListGrantsCommand.ts | 4 + .../src/commands/ListKeyPoliciesCommand.ts | 4 + .../src/commands/ListKeysCommand.ts | 4 + .../src/commands/ListResourceTagsCommand.ts | 4 + .../commands/ListRetirableGrantsCommand.ts | 4 + .../src/commands/PutKeyPolicyCommand.ts | 4 + .../src/commands/ReEncryptCommand.ts | 4 + .../src/commands/ReplicateKeyCommand.ts | 4 + .../src/commands/RetireGrantCommand.ts | 4 + .../src/commands/RevokeGrantCommand.ts | 4 + .../commands/ScheduleKeyDeletionCommand.ts | 4 + .../client-kms/src/commands/SignCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAliasCommand.ts | 4 + .../commands/UpdateCustomKeyStoreCommand.ts | 4 + .../commands/UpdateKeyDescriptionCommand.ts | 4 + .../commands/UpdatePrimaryRegionCommand.ts | 4 + .../client-kms/src/commands/VerifyCommand.ts | 4 + .../src/commands/VerifyMacCommand.ts | 4 + clients/client-kms/src/index.ts | 104 ++++- .../src/models/KMSServiceException.ts | 2 + .../src/LakeFormationClient.ts | 6 +- .../commands/AddLFTagsToResourceCommand.ts | 4 + .../AssumeDecoratedRoleWithSAMLCommand.ts | 4 + .../commands/BatchGrantPermissionsCommand.ts | 4 + .../commands/BatchRevokePermissionsCommand.ts | 4 + .../src/commands/CancelTransactionCommand.ts | 4 + .../src/commands/CommitTransactionCommand.ts | 4 + .../commands/CreateDataCellsFilterCommand.ts | 4 + .../src/commands/CreateLFTagCommand.ts | 4 + .../commands/DeleteDataCellsFilterCommand.ts | 4 + .../src/commands/DeleteLFTagCommand.ts | 4 + .../commands/DeleteObjectsOnCancelCommand.ts | 4 + .../src/commands/DeregisterResourceCommand.ts | 4 + .../src/commands/DescribeResourceCommand.ts | 4 + .../commands/DescribeTransactionCommand.ts | 4 + .../src/commands/ExtendTransactionCommand.ts | 4 + .../src/commands/GetDataCellsFilterCommand.ts | 4 + .../commands/GetDataLakeSettingsCommand.ts | 4 + .../GetEffectivePermissionsForPathCommand.ts | 4 + .../src/commands/GetLFTagCommand.ts | 4 + .../src/commands/GetQueryStateCommand.ts | 4 + .../src/commands/GetQueryStatisticsCommand.ts | 4 + .../src/commands/GetResourceLFTagsCommand.ts | 4 + .../src/commands/GetTableObjectsCommand.ts | 4 + ...emporaryGluePartitionCredentialsCommand.ts | 4 + ...GetTemporaryGlueTableCredentialsCommand.ts | 4 + .../src/commands/GetWorkUnitResultsCommand.ts | 4 + .../src/commands/GetWorkUnitsCommand.ts | 4 + .../src/commands/GrantPermissionsCommand.ts | 4 + .../commands/ListDataCellsFilterCommand.ts | 4 + .../src/commands/ListLFTagsCommand.ts | 4 + .../src/commands/ListPermissionsCommand.ts | 4 + .../src/commands/ListResourcesCommand.ts | 4 + .../ListTableStorageOptimizersCommand.ts | 4 + .../src/commands/ListTransactionsCommand.ts | 4 + .../commands/PutDataLakeSettingsCommand.ts | 4 + .../src/commands/RegisterResourceCommand.ts | 4 + .../RemoveLFTagsFromResourceCommand.ts | 4 + .../src/commands/RevokePermissionsCommand.ts | 4 + .../SearchDatabasesByLFTagsCommand.ts | 4 + .../commands/SearchTablesByLFTagsCommand.ts | 4 + .../src/commands/StartQueryPlanningCommand.ts | 4 + .../src/commands/StartTransactionCommand.ts | 4 + .../commands/UpdateDataCellsFilterCommand.ts | 4 + .../src/commands/UpdateLFTagCommand.ts | 4 + .../src/commands/UpdateResourceCommand.ts | 4 + .../src/commands/UpdateTableObjectsCommand.ts | 4 + .../UpdateTableStorageOptimizerCommand.ts | 4 + clients/client-lakeformation/src/index.ts | 11 +- .../models/LakeFormationServiceException.ts | 2 + clients/client-lambda/src/LambdaClient.ts | 6 +- .../AddLayerVersionPermissionCommand.ts | 4 + .../src/commands/AddPermissionCommand.ts | 4 + .../src/commands/CreateAliasCommand.ts | 4 + .../CreateCodeSigningConfigCommand.ts | 4 + .../CreateEventSourceMappingCommand.ts | 4 + .../src/commands/CreateFunctionCommand.ts | 4 + .../CreateFunctionUrlConfigCommand.ts | 4 + .../src/commands/DeleteAliasCommand.ts | 4 + .../DeleteCodeSigningConfigCommand.ts | 4 + .../DeleteEventSourceMappingCommand.ts | 4 + .../DeleteFunctionCodeSigningConfigCommand.ts | 4 + .../src/commands/DeleteFunctionCommand.ts | 4 + .../DeleteFunctionConcurrencyCommand.ts | 4 + .../DeleteFunctionEventInvokeConfigCommand.ts | 4 + .../DeleteFunctionUrlConfigCommand.ts | 4 + .../src/commands/DeleteLayerVersionCommand.ts | 4 + ...leteProvisionedConcurrencyConfigCommand.ts | 4 + .../src/commands/GetAccountSettingsCommand.ts | 4 + .../src/commands/GetAliasCommand.ts | 4 + .../commands/GetCodeSigningConfigCommand.ts | 4 + .../commands/GetEventSourceMappingCommand.ts | 4 + .../GetFunctionCodeSigningConfigCommand.ts | 4 + .../src/commands/GetFunctionCommand.ts | 4 + .../commands/GetFunctionConcurrencyCommand.ts | 4 + .../GetFunctionConfigurationCommand.ts | 4 + .../GetFunctionEventInvokeConfigCommand.ts | 4 + .../commands/GetFunctionUrlConfigCommand.ts | 4 + .../commands/GetLayerVersionByArnCommand.ts | 4 + .../src/commands/GetLayerVersionCommand.ts | 4 + .../commands/GetLayerVersionPolicyCommand.ts | 4 + .../src/commands/GetPolicyCommand.ts | 4 + .../GetProvisionedConcurrencyConfigCommand.ts | 4 + .../GetRuntimeManagementConfigCommand.ts | 4 + .../src/commands/InvokeAsyncCommand.ts | 4 + .../src/commands/InvokeCommand.ts | 4 + .../InvokeWithResponseStreamCommand.ts | 4 + .../src/commands/ListAliasesCommand.ts | 4 + .../commands/ListCodeSigningConfigsCommand.ts | 4 + .../ListEventSourceMappingsCommand.ts | 4 + .../ListFunctionEventInvokeConfigsCommand.ts | 4 + .../commands/ListFunctionUrlConfigsCommand.ts | 4 + ...ListFunctionsByCodeSigningConfigCommand.ts | 4 + .../src/commands/ListFunctionsCommand.ts | 4 + .../src/commands/ListLayerVersionsCommand.ts | 4 + .../src/commands/ListLayersCommand.ts | 4 + ...istProvisionedConcurrencyConfigsCommand.ts | 4 + .../src/commands/ListTagsCommand.ts | 4 + .../commands/ListVersionsByFunctionCommand.ts | 4 + .../commands/PublishLayerVersionCommand.ts | 4 + .../src/commands/PublishVersionCommand.ts | 4 + .../PutFunctionCodeSigningConfigCommand.ts | 4 + .../commands/PutFunctionConcurrencyCommand.ts | 4 + .../PutFunctionEventInvokeConfigCommand.ts | 4 + .../PutProvisionedConcurrencyConfigCommand.ts | 4 + .../PutRuntimeManagementConfigCommand.ts | 4 + .../RemoveLayerVersionPermissionCommand.ts | 4 + .../src/commands/RemovePermissionCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAliasCommand.ts | 4 + .../UpdateCodeSigningConfigCommand.ts | 4 + .../UpdateEventSourceMappingCommand.ts | 4 + .../src/commands/UpdateFunctionCodeCommand.ts | 4 + .../UpdateFunctionConfigurationCommand.ts | 4 + .../UpdateFunctionEventInvokeConfigCommand.ts | 4 + .../UpdateFunctionUrlConfigCommand.ts | 4 + clients/client-lambda/src/index.ts | 74 +++- .../src/models/LambdaServiceException.ts | 2 + .../src/LexModelBuildingServiceClient.ts | 6 +- .../src/commands/CreateBotVersionCommand.ts | 4 + .../commands/CreateIntentVersionCommand.ts | 4 + .../commands/CreateSlotTypeVersionCommand.ts | 4 + .../src/commands/DeleteBotAliasCommand.ts | 4 + .../DeleteBotChannelAssociationCommand.ts | 4 + .../src/commands/DeleteBotCommand.ts | 4 + .../src/commands/DeleteBotVersionCommand.ts | 4 + .../src/commands/DeleteIntentCommand.ts | 4 + .../commands/DeleteIntentVersionCommand.ts | 4 + .../src/commands/DeleteSlotTypeCommand.ts | 4 + .../commands/DeleteSlotTypeVersionCommand.ts | 4 + .../src/commands/DeleteUtterancesCommand.ts | 4 + .../src/commands/GetBotAliasCommand.ts | 4 + .../src/commands/GetBotAliasesCommand.ts | 4 + .../GetBotChannelAssociationCommand.ts | 4 + .../GetBotChannelAssociationsCommand.ts | 4 + .../src/commands/GetBotCommand.ts | 4 + .../src/commands/GetBotVersionsCommand.ts | 4 + .../src/commands/GetBotsCommand.ts | 4 + .../src/commands/GetBuiltinIntentCommand.ts | 4 + .../src/commands/GetBuiltinIntentsCommand.ts | 4 + .../commands/GetBuiltinSlotTypesCommand.ts | 4 + .../src/commands/GetExportCommand.ts | 4 + .../src/commands/GetImportCommand.ts | 4 + .../src/commands/GetIntentCommand.ts | 4 + .../src/commands/GetIntentVersionsCommand.ts | 4 + .../src/commands/GetIntentsCommand.ts | 4 + .../src/commands/GetMigrationCommand.ts | 4 + .../src/commands/GetMigrationsCommand.ts | 4 + .../src/commands/GetSlotTypeCommand.ts | 4 + .../commands/GetSlotTypeVersionsCommand.ts | 4 + .../src/commands/GetSlotTypesCommand.ts | 4 + .../src/commands/GetUtterancesViewCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutBotAliasCommand.ts | 4 + .../src/commands/PutBotCommand.ts | 4 + .../src/commands/PutIntentCommand.ts | 4 + .../src/commands/PutSlotTypeCommand.ts | 4 + .../src/commands/StartImportCommand.ts | 4 + .../src/commands/StartMigrationCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/index.ts | 13 +- ...LexModelBuildingServiceServiceException.ts | 2 + .../src/LexModelsV2Client.ts | 6 +- .../BatchCreateCustomVocabularyItemCommand.ts | 4 + .../BatchDeleteCustomVocabularyItemCommand.ts | 4 + .../BatchUpdateCustomVocabularyItemCommand.ts | 4 + .../src/commands/BuildBotLocaleCommand.ts | 4 + .../src/commands/CreateBotAliasCommand.ts | 4 + .../src/commands/CreateBotCommand.ts | 4 + .../src/commands/CreateBotLocaleCommand.ts | 4 + .../src/commands/CreateBotVersionCommand.ts | 4 + .../src/commands/CreateExportCommand.ts | 4 + .../src/commands/CreateIntentCommand.ts | 4 + .../commands/CreateResourcePolicyCommand.ts | 4 + .../CreateResourcePolicyStatementCommand.ts | 4 + .../src/commands/CreateSlotCommand.ts | 4 + .../src/commands/CreateSlotTypeCommand.ts | 4 + .../src/commands/CreateUploadUrlCommand.ts | 4 + .../src/commands/DeleteBotAliasCommand.ts | 4 + .../src/commands/DeleteBotCommand.ts | 4 + .../src/commands/DeleteBotLocaleCommand.ts | 4 + .../src/commands/DeleteBotVersionCommand.ts | 4 + .../commands/DeleteCustomVocabularyCommand.ts | 4 + .../src/commands/DeleteExportCommand.ts | 4 + .../src/commands/DeleteImportCommand.ts | 4 + .../src/commands/DeleteIntentCommand.ts | 4 + .../commands/DeleteResourcePolicyCommand.ts | 4 + .../DeleteResourcePolicyStatementCommand.ts | 4 + .../src/commands/DeleteSlotCommand.ts | 4 + .../src/commands/DeleteSlotTypeCommand.ts | 4 + .../src/commands/DeleteUtterancesCommand.ts | 4 + .../src/commands/DescribeBotAliasCommand.ts | 4 + .../src/commands/DescribeBotCommand.ts | 4 + .../src/commands/DescribeBotLocaleCommand.ts | 4 + .../DescribeBotRecommendationCommand.ts | 4 + .../src/commands/DescribeBotVersionCommand.ts | 4 + ...DescribeCustomVocabularyMetadataCommand.ts | 4 + .../src/commands/DescribeExportCommand.ts | 4 + .../src/commands/DescribeImportCommand.ts | 4 + .../src/commands/DescribeIntentCommand.ts | 4 + .../commands/DescribeResourcePolicyCommand.ts | 4 + .../src/commands/DescribeSlotCommand.ts | 4 + .../src/commands/DescribeSlotTypeCommand.ts | 4 + .../ListAggregatedUtterancesCommand.ts | 4 + .../src/commands/ListBotAliasesCommand.ts | 4 + .../src/commands/ListBotLocalesCommand.ts | 4 + .../commands/ListBotRecommendationsCommand.ts | 4 + .../src/commands/ListBotVersionsCommand.ts | 4 + .../src/commands/ListBotsCommand.ts | 4 + .../src/commands/ListBuiltInIntentsCommand.ts | 4 + .../commands/ListBuiltInSlotTypesCommand.ts | 4 + .../ListCustomVocabularyItemsCommand.ts | 4 + .../src/commands/ListExportsCommand.ts | 4 + .../src/commands/ListImportsCommand.ts | 4 + .../src/commands/ListIntentsCommand.ts | 4 + .../commands/ListRecommendedIntentsCommand.ts | 4 + .../src/commands/ListSlotTypesCommand.ts | 4 + .../src/commands/ListSlotsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../SearchAssociatedTranscriptsCommand.ts | 4 + .../commands/StartBotRecommendationCommand.ts | 4 + .../src/commands/StartImportCommand.ts | 4 + .../commands/StopBotRecommendationCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateBotAliasCommand.ts | 4 + .../src/commands/UpdateBotCommand.ts | 4 + .../src/commands/UpdateBotLocaleCommand.ts | 4 + .../UpdateBotRecommendationCommand.ts | 4 + .../src/commands/UpdateExportCommand.ts | 4 + .../src/commands/UpdateIntentCommand.ts | 4 + .../commands/UpdateResourcePolicyCommand.ts | 4 + .../src/commands/UpdateSlotCommand.ts | 4 + .../src/commands/UpdateSlotTypeCommand.ts | 4 + clients/client-lex-models-v2/src/index.ts | 10 +- .../src/models/LexModelsV2ServiceException.ts | 2 + .../src/LexRuntimeServiceClient.ts | 6 +- .../src/commands/DeleteSessionCommand.ts | 4 + .../src/commands/GetSessionCommand.ts | 4 + .../src/commands/PostContentCommand.ts | 4 + .../src/commands/PostTextCommand.ts | 4 + .../src/commands/PutSessionCommand.ts | 4 + .../client-lex-runtime-service/src/index.ts | 19 +- .../LexRuntimeServiceServiceException.ts | 2 + .../src/LexRuntimeV2Client.ts | 6 +- .../src/commands/DeleteSessionCommand.ts | 4 + .../src/commands/GetSessionCommand.ts | 4 + .../src/commands/PutSessionCommand.ts | 4 + .../src/commands/RecognizeTextCommand.ts | 4 + .../src/commands/RecognizeUtteranceCommand.ts | 4 + .../src/commands/StartConversationCommand.ts | 4 + clients/client-lex-runtime-v2/src/index.ts | 8 +- .../models/LexRuntimeV2ServiceException.ts | 2 + .../LicenseManagerLinuxSubscriptionsClient.ts | 23 +- .../src/commands/GetServiceSettingsCommand.ts | 4 + .../ListLinuxSubscriptionInstancesCommand.ts | 4 + .../commands/ListLinuxSubscriptionsCommand.ts | 4 + .../commands/UpdateServiceSettingsCommand.ts | 4 + .../src/index.ts | 11 +- ...nagerLinuxSubscriptionsServiceException.ts | 2 + .../LicenseManagerUserSubscriptionsClient.ts | 23 +- .../src/commands/AssociateUserCommand.ts | 4 + .../DeregisterIdentityProviderCommand.ts | 4 + .../src/commands/DisassociateUserCommand.ts | 4 + .../commands/ListIdentityProvidersCommand.ts | 4 + .../src/commands/ListInstancesCommand.ts | 4 + .../ListProductSubscriptionsCommand.ts | 4 + .../commands/ListUserAssociationsCommand.ts | 4 + .../RegisterIdentityProviderCommand.ts | 4 + .../StartProductSubscriptionCommand.ts | 4 + .../StopProductSubscriptionCommand.ts | 4 + .../UpdateIdentityProviderSettingsCommand.ts | 4 + .../src/index.ts | 11 +- ...anagerUserSubscriptionsServiceException.ts | 2 + .../src/LicenseManagerClient.ts | 6 +- .../src/commands/AcceptGrantCommand.ts | 4 + .../src/commands/CheckInLicenseCommand.ts | 4 + .../commands/CheckoutBorrowLicenseCommand.ts | 4 + .../src/commands/CheckoutLicenseCommand.ts | 4 + .../src/commands/CreateGrantCommand.ts | 4 + .../src/commands/CreateGrantVersionCommand.ts | 4 + .../src/commands/CreateLicenseCommand.ts | 4 + .../CreateLicenseConfigurationCommand.ts | 4 + ...LicenseConversionTaskForResourceCommand.ts | 4 + ...ateLicenseManagerReportGeneratorCommand.ts | 4 + .../commands/CreateLicenseVersionCommand.ts | 4 + .../src/commands/CreateTokenCommand.ts | 4 + .../src/commands/DeleteGrantCommand.ts | 4 + .../src/commands/DeleteLicenseCommand.ts | 4 + .../DeleteLicenseConfigurationCommand.ts | 4 + ...eteLicenseManagerReportGeneratorCommand.ts | 4 + .../src/commands/DeleteTokenCommand.ts | 4 + .../ExtendLicenseConsumptionCommand.ts | 4 + .../src/commands/GetAccessTokenCommand.ts | 4 + .../src/commands/GetGrantCommand.ts | 4 + .../src/commands/GetLicenseCommand.ts | 4 + .../GetLicenseConfigurationCommand.ts | 4 + .../GetLicenseConversionTaskCommand.ts | 4 + ...GetLicenseManagerReportGeneratorCommand.ts | 4 + .../src/commands/GetLicenseUsageCommand.ts | 4 + .../src/commands/GetServiceSettingsCommand.ts | 4 + ...ociationsForLicenseConfigurationCommand.ts | 4 + .../commands/ListDistributedGrantsCommand.ts | 4 + ...orLicenseConfigurationOperationsCommand.ts | 4 + .../ListLicenseConfigurationsCommand.ts | 4 + .../ListLicenseConversionTasksCommand.ts | 4 + ...stLicenseManagerReportGeneratorsCommand.ts | 4 + ...LicenseSpecificationsForResourceCommand.ts | 4 + .../commands/ListLicenseVersionsCommand.ts | 4 + .../src/commands/ListLicensesCommand.ts | 4 + .../src/commands/ListReceivedGrantsCommand.ts | 4 + ...istReceivedGrantsForOrganizationCommand.ts | 4 + .../commands/ListReceivedLicensesCommand.ts | 4 + ...tReceivedLicensesForOrganizationCommand.ts | 4 + .../commands/ListResourceInventoryCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListTokensCommand.ts | 4 + ...ListUsageForLicenseConfigurationCommand.ts | 4 + .../src/commands/RejectGrantCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateLicenseConfigurationCommand.ts | 4 + ...ateLicenseManagerReportGeneratorCommand.ts | 4 + ...LicenseSpecificationsForResourceCommand.ts | 4 + .../commands/UpdateServiceSettingsCommand.ts | 4 + clients/client-license-manager/src/index.ts | 9 +- .../models/LicenseManagerServiceException.ts | 2 + .../client-lightsail/src/LightsailClient.ts | 6 +- .../src/commands/AllocateStaticIpCommand.ts | 4 + .../AttachCertificateToDistributionCommand.ts | 4 + .../src/commands/AttachDiskCommand.ts | 4 + .../AttachInstancesToLoadBalancerCommand.ts | 4 + ...AttachLoadBalancerTlsCertificateCommand.ts | 4 + .../src/commands/AttachStaticIpCommand.ts | 4 + .../CloseInstancePublicPortsCommand.ts | 4 + .../src/commands/CopySnapshotCommand.ts | 4 + .../commands/CreateBucketAccessKeyCommand.ts | 4 + .../src/commands/CreateBucketCommand.ts | 4 + .../src/commands/CreateCertificateCommand.ts | 4 + .../CreateCloudFormationStackCommand.ts | 4 + .../commands/CreateContactMethodCommand.ts | 4 + .../commands/CreateContainerServiceCommand.ts | 4 + ...CreateContainerServiceDeploymentCommand.ts | 4 + ...ateContainerServiceRegistryLoginCommand.ts | 4 + .../src/commands/CreateDiskCommand.ts | 4 + .../commands/CreateDiskFromSnapshotCommand.ts | 4 + .../src/commands/CreateDiskSnapshotCommand.ts | 4 + .../src/commands/CreateDistributionCommand.ts | 4 + .../src/commands/CreateDomainCommand.ts | 4 + .../src/commands/CreateDomainEntryCommand.ts | 4 + .../CreateGUISessionAccessDetailsCommand.ts | 4 + .../commands/CreateInstanceSnapshotCommand.ts | 4 + .../src/commands/CreateInstancesCommand.ts | 4 + .../CreateInstancesFromSnapshotCommand.ts | 4 + .../src/commands/CreateKeyPairCommand.ts | 4 + .../src/commands/CreateLoadBalancerCommand.ts | 4 + ...CreateLoadBalancerTlsCertificateCommand.ts | 4 + .../CreateRelationalDatabaseCommand.ts | 4 + ...teRelationalDatabaseFromSnapshotCommand.ts | 4 + ...CreateRelationalDatabaseSnapshotCommand.ts | 4 + .../src/commands/DeleteAlarmCommand.ts | 4 + .../src/commands/DeleteAutoSnapshotCommand.ts | 4 + .../commands/DeleteBucketAccessKeyCommand.ts | 4 + .../src/commands/DeleteBucketCommand.ts | 4 + .../src/commands/DeleteCertificateCommand.ts | 4 + .../commands/DeleteContactMethodCommand.ts | 4 + .../commands/DeleteContainerImageCommand.ts | 4 + .../commands/DeleteContainerServiceCommand.ts | 4 + .../src/commands/DeleteDiskCommand.ts | 4 + .../src/commands/DeleteDiskSnapshotCommand.ts | 4 + .../src/commands/DeleteDistributionCommand.ts | 4 + .../src/commands/DeleteDomainCommand.ts | 4 + .../src/commands/DeleteDomainEntryCommand.ts | 4 + .../src/commands/DeleteInstanceCommand.ts | 4 + .../commands/DeleteInstanceSnapshotCommand.ts | 4 + .../src/commands/DeleteKeyPairCommand.ts | 4 + .../commands/DeleteKnownHostKeysCommand.ts | 4 + .../src/commands/DeleteLoadBalancerCommand.ts | 4 + ...DeleteLoadBalancerTlsCertificateCommand.ts | 4 + .../DeleteRelationalDatabaseCommand.ts | 4 + ...DeleteRelationalDatabaseSnapshotCommand.ts | 4 + ...etachCertificateFromDistributionCommand.ts | 4 + .../src/commands/DetachDiskCommand.ts | 4 + .../DetachInstancesFromLoadBalancerCommand.ts | 4 + .../src/commands/DetachStaticIpCommand.ts | 4 + .../src/commands/DisableAddOnCommand.ts | 4 + .../commands/DownloadDefaultKeyPairCommand.ts | 4 + .../src/commands/EnableAddOnCommand.ts | 4 + .../src/commands/ExportSnapshotCommand.ts | 4 + .../src/commands/GetActiveNamesCommand.ts | 4 + .../src/commands/GetAlarmsCommand.ts | 4 + .../src/commands/GetAutoSnapshotsCommand.ts | 4 + .../src/commands/GetBlueprintsCommand.ts | 4 + .../commands/GetBucketAccessKeysCommand.ts | 4 + .../src/commands/GetBucketBundlesCommand.ts | 4 + .../commands/GetBucketMetricDataCommand.ts | 4 + .../src/commands/GetBucketsCommand.ts | 4 + .../src/commands/GetBundlesCommand.ts | 4 + .../src/commands/GetCertificatesCommand.ts | 4 + .../GetCloudFormationStackRecordsCommand.ts | 4 + .../src/commands/GetContactMethodsCommand.ts | 4 + .../GetContainerAPIMetadataCommand.ts | 4 + .../src/commands/GetContainerImagesCommand.ts | 4 + .../src/commands/GetContainerLogCommand.ts | 4 + .../GetContainerServiceDeploymentsCommand.ts | 4 + .../GetContainerServiceMetricDataCommand.ts | 4 + .../GetContainerServicePowersCommand.ts | 4 + .../commands/GetContainerServicesCommand.ts | 4 + .../src/commands/GetCostEstimateCommand.ts | 4 + .../src/commands/GetDiskCommand.ts | 4 + .../src/commands/GetDiskSnapshotCommand.ts | 4 + .../src/commands/GetDiskSnapshotsCommand.ts | 4 + .../src/commands/GetDisksCommand.ts | 4 + .../commands/GetDistributionBundlesCommand.ts | 4 + .../GetDistributionLatestCacheResetCommand.ts | 4 + .../GetDistributionMetricDataCommand.ts | 4 + .../src/commands/GetDistributionsCommand.ts | 4 + .../src/commands/GetDomainCommand.ts | 4 + .../src/commands/GetDomainsCommand.ts | 4 + .../GetExportSnapshotRecordsCommand.ts | 4 + .../GetInstanceAccessDetailsCommand.ts | 4 + .../src/commands/GetInstanceCommand.ts | 4 + .../commands/GetInstanceMetricDataCommand.ts | 4 + .../commands/GetInstancePortStatesCommand.ts | 4 + .../commands/GetInstanceSnapshotCommand.ts | 4 + .../commands/GetInstanceSnapshotsCommand.ts | 4 + .../src/commands/GetInstanceStateCommand.ts | 4 + .../src/commands/GetInstancesCommand.ts | 4 + .../src/commands/GetKeyPairCommand.ts | 4 + .../src/commands/GetKeyPairsCommand.ts | 4 + .../src/commands/GetLoadBalancerCommand.ts | 4 + .../GetLoadBalancerMetricDataCommand.ts | 4 + .../GetLoadBalancerTlsCertificatesCommand.ts | 4 + .../GetLoadBalancerTlsPoliciesCommand.ts | 4 + .../src/commands/GetLoadBalancersCommand.ts | 4 + .../src/commands/GetOperationCommand.ts | 4 + .../src/commands/GetOperationsCommand.ts | 4 + .../GetOperationsForResourceCommand.ts | 4 + .../src/commands/GetRegionsCommand.ts | 4 + .../GetRelationalDatabaseBlueprintsCommand.ts | 4 + .../GetRelationalDatabaseBundlesCommand.ts | 4 + .../commands/GetRelationalDatabaseCommand.ts | 4 + .../GetRelationalDatabaseEventsCommand.ts | 4 + .../GetRelationalDatabaseLogEventsCommand.ts | 4 + .../GetRelationalDatabaseLogStreamsCommand.ts | 4 + ...tionalDatabaseMasterUserPasswordCommand.ts | 4 + .../GetRelationalDatabaseMetricDataCommand.ts | 4 + .../GetRelationalDatabaseParametersCommand.ts | 4 + .../GetRelationalDatabaseSnapshotCommand.ts | 4 + .../GetRelationalDatabaseSnapshotsCommand.ts | 4 + .../commands/GetRelationalDatabasesCommand.ts | 4 + .../src/commands/GetStaticIpCommand.ts | 4 + .../src/commands/GetStaticIpsCommand.ts | 4 + .../src/commands/ImportKeyPairCommand.ts | 4 + .../src/commands/IsVpcPeeredCommand.ts | 4 + .../OpenInstancePublicPortsCommand.ts | 4 + .../src/commands/PeerVpcCommand.ts | 4 + .../src/commands/PutAlarmCommand.ts | 4 + .../commands/PutInstancePublicPortsCommand.ts | 4 + .../src/commands/RebootInstanceCommand.ts | 4 + .../RebootRelationalDatabaseCommand.ts | 4 + .../commands/RegisterContainerImageCommand.ts | 4 + .../src/commands/ReleaseStaticIpCommand.ts | 4 + .../commands/ResetDistributionCacheCommand.ts | 4 + .../SendContactMethodVerificationCommand.ts | 4 + .../src/commands/SetIpAddressTypeCommand.ts | 4 + .../SetResourceAccessForBucketCommand.ts | 4 + .../src/commands/StartGUISessionCommand.ts | 4 + .../src/commands/StartInstanceCommand.ts | 4 + .../StartRelationalDatabaseCommand.ts | 4 + .../src/commands/StopGUISessionCommand.ts | 4 + .../src/commands/StopInstanceCommand.ts | 4 + .../commands/StopRelationalDatabaseCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/TestAlarmCommand.ts | 4 + .../src/commands/UnpeerVpcCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateBucketBundleCommand.ts | 4 + .../src/commands/UpdateBucketCommand.ts | 4 + .../commands/UpdateContainerServiceCommand.ts | 4 + .../UpdateDistributionBundleCommand.ts | 4 + .../src/commands/UpdateDistributionCommand.ts | 4 + .../src/commands/UpdateDomainEntryCommand.ts | 4 + .../UpdateInstanceMetadataOptionsCommand.ts | 4 + .../UpdateLoadBalancerAttributeCommand.ts | 4 + .../UpdateRelationalDatabaseCommand.ts | 4 + ...dateRelationalDatabaseParametersCommand.ts | 4 + clients/client-lightsail/src/index.ts | 21 +- .../src/models/LightsailServiceException.ts | 2 + clients/client-location/src/LocationClient.ts | 6 +- .../AssociateTrackerConsumerCommand.ts | 4 + ...BatchDeleteDevicePositionHistoryCommand.ts | 4 + .../commands/BatchDeleteGeofenceCommand.ts | 4 + .../commands/BatchEvaluateGeofencesCommand.ts | 4 + .../commands/BatchGetDevicePositionCommand.ts | 4 + .../src/commands/BatchPutGeofenceCommand.ts | 4 + .../BatchUpdateDevicePositionCommand.ts | 4 + .../src/commands/CalculateRouteCommand.ts | 4 + .../commands/CalculateRouteMatrixCommand.ts | 4 + .../CreateGeofenceCollectionCommand.ts | 4 + .../src/commands/CreateKeyCommand.ts | 4 + .../src/commands/CreateMapCommand.ts | 4 + .../src/commands/CreatePlaceIndexCommand.ts | 4 + .../commands/CreateRouteCalculatorCommand.ts | 4 + .../src/commands/CreateTrackerCommand.ts | 4 + .../DeleteGeofenceCollectionCommand.ts | 4 + .../src/commands/DeleteKeyCommand.ts | 4 + .../src/commands/DeleteMapCommand.ts | 4 + .../src/commands/DeletePlaceIndexCommand.ts | 4 + .../commands/DeleteRouteCalculatorCommand.ts | 4 + .../src/commands/DeleteTrackerCommand.ts | 4 + .../DescribeGeofenceCollectionCommand.ts | 4 + .../src/commands/DescribeKeyCommand.ts | 4 + .../src/commands/DescribeMapCommand.ts | 4 + .../src/commands/DescribePlaceIndexCommand.ts | 4 + .../DescribeRouteCalculatorCommand.ts | 4 + .../src/commands/DescribeTrackerCommand.ts | 4 + .../DisassociateTrackerConsumerCommand.ts | 4 + .../src/commands/GetDevicePositionCommand.ts | 4 + .../GetDevicePositionHistoryCommand.ts | 4 + .../src/commands/GetGeofenceCommand.ts | 4 + .../src/commands/GetMapGlyphsCommand.ts | 4 + .../src/commands/GetMapSpritesCommand.ts | 4 + .../commands/GetMapStyleDescriptorCommand.ts | 4 + .../src/commands/GetMapTileCommand.ts | 4 + .../src/commands/GetPlaceCommand.ts | 4 + .../commands/ListDevicePositionsCommand.ts | 4 + .../ListGeofenceCollectionsCommand.ts | 4 + .../src/commands/ListGeofencesCommand.ts | 4 + .../src/commands/ListKeysCommand.ts | 4 + .../src/commands/ListMapsCommand.ts | 4 + .../src/commands/ListPlaceIndexesCommand.ts | 4 + .../commands/ListRouteCalculatorsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/ListTrackerConsumersCommand.ts | 4 + .../src/commands/ListTrackersCommand.ts | 4 + .../src/commands/PutGeofenceCommand.ts | 4 + .../SearchPlaceIndexForPositionCommand.ts | 4 + .../SearchPlaceIndexForSuggestionsCommand.ts | 4 + .../SearchPlaceIndexForTextCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateGeofenceCollectionCommand.ts | 4 + .../src/commands/UpdateKeyCommand.ts | 4 + .../src/commands/UpdateMapCommand.ts | 4 + .../src/commands/UpdatePlaceIndexCommand.ts | 4 + .../commands/UpdateRouteCalculatorCommand.ts | 4 + .../src/commands/UpdateTrackerCommand.ts | 4 + clients/client-location/src/index.ts | 10 +- .../src/models/LocationServiceException.ts | 2 + .../src/LookoutEquipmentClient.ts | 6 +- .../src/commands/CreateDatasetCommand.ts | 4 + .../CreateInferenceSchedulerCommand.ts | 4 + .../src/commands/CreateLabelCommand.ts | 4 + .../src/commands/CreateLabelGroupCommand.ts | 4 + .../src/commands/CreateModelCommand.ts | 4 + .../src/commands/DeleteDatasetCommand.ts | 4 + .../DeleteInferenceSchedulerCommand.ts | 4 + .../src/commands/DeleteLabelCommand.ts | 4 + .../src/commands/DeleteLabelGroupCommand.ts | 4 + .../src/commands/DeleteModelCommand.ts | 4 + .../DescribeDataIngestionJobCommand.ts | 4 + .../src/commands/DescribeDatasetCommand.ts | 4 + .../DescribeInferenceSchedulerCommand.ts | 4 + .../src/commands/DescribeLabelCommand.ts | 4 + .../src/commands/DescribeLabelGroupCommand.ts | 4 + .../src/commands/DescribeModelCommand.ts | 4 + .../commands/ListDataIngestionJobsCommand.ts | 4 + .../src/commands/ListDatasetsCommand.ts | 4 + .../commands/ListInferenceEventsCommand.ts | 4 + .../ListInferenceExecutionsCommand.ts | 4 + .../ListInferenceSchedulersCommand.ts | 4 + .../src/commands/ListLabelGroupsCommand.ts | 4 + .../src/commands/ListLabelsCommand.ts | 4 + .../src/commands/ListModelsCommand.ts | 4 + .../commands/ListSensorStatisticsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/StartDataIngestionJobCommand.ts | 4 + .../StartInferenceSchedulerCommand.ts | 4 + .../commands/StopInferenceSchedulerCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateInferenceSchedulerCommand.ts | 4 + .../src/commands/UpdateLabelGroupCommand.ts | 4 + clients/client-lookoutequipment/src/index.ts | 11 +- .../LookoutEquipmentServiceException.ts | 2 + .../src/LookoutMetricsClient.ts | 6 +- .../ActivateAnomalyDetectorCommand.ts | 4 + .../BackTestAnomalyDetectorCommand.ts | 4 + .../src/commands/CreateAlertCommand.ts | 4 + .../commands/CreateAnomalyDetectorCommand.ts | 4 + .../src/commands/CreateMetricSetCommand.ts | 4 + .../DeactivateAnomalyDetectorCommand.ts | 4 + .../src/commands/DeleteAlertCommand.ts | 4 + .../commands/DeleteAnomalyDetectorCommand.ts | 4 + .../src/commands/DescribeAlertCommand.ts | 4 + ...scribeAnomalyDetectionExecutionsCommand.ts | 4 + .../DescribeAnomalyDetectorCommand.ts | 4 + .../src/commands/DescribeMetricSetCommand.ts | 4 + .../commands/DetectMetricSetConfigCommand.ts | 4 + .../src/commands/GetAnomalyGroupCommand.ts | 4 + .../commands/GetDataQualityMetricsCommand.ts | 4 + .../src/commands/GetFeedbackCommand.ts | 4 + .../src/commands/GetSampleDataCommand.ts | 4 + .../src/commands/ListAlertsCommand.ts | 4 + .../commands/ListAnomalyDetectorsCommand.ts | 4 + .../ListAnomalyGroupRelatedMetricsCommand.ts | 4 + .../ListAnomalyGroupSummariesCommand.ts | 4 + .../ListAnomalyGroupTimeSeriesCommand.ts | 4 + .../src/commands/ListMetricSetsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutFeedbackCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAlertCommand.ts | 4 + .../commands/UpdateAnomalyDetectorCommand.ts | 4 + .../src/commands/UpdateMetricSetCommand.ts | 4 + clients/client-lookoutmetrics/src/index.ts | 12 +- .../models/LookoutMetricsServiceException.ts | 2 + .../src/LookoutVisionClient.ts | 6 +- .../src/commands/CreateDatasetCommand.ts | 4 + .../src/commands/CreateModelCommand.ts | 4 + .../src/commands/CreateProjectCommand.ts | 4 + .../src/commands/DeleteDatasetCommand.ts | 4 + .../src/commands/DeleteModelCommand.ts | 4 + .../src/commands/DeleteProjectCommand.ts | 4 + .../src/commands/DescribeDatasetCommand.ts | 4 + .../src/commands/DescribeModelCommand.ts | 4 + .../DescribeModelPackagingJobCommand.ts | 4 + .../src/commands/DescribeProjectCommand.ts | 4 + .../src/commands/DetectAnomaliesCommand.ts | 4 + .../src/commands/ListDatasetEntriesCommand.ts | 4 + .../commands/ListModelPackagingJobsCommand.ts | 4 + .../src/commands/ListModelsCommand.ts | 4 + .../src/commands/ListProjectsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/StartModelCommand.ts | 4 + .../commands/StartModelPackagingJobCommand.ts | 4 + .../src/commands/StopModelCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateDatasetEntriesCommand.ts | 4 + clients/client-lookoutvision/src/index.ts | 16 +- .../models/LookoutVisionServiceException.ts | 2 + clients/client-m2/src/M2Client.ts | 6 +- .../CancelBatchJobExecutionCommand.ts | 4 + .../src/commands/CreateApplicationCommand.ts | 4 + .../CreateDataSetImportTaskCommand.ts | 4 + .../src/commands/CreateDeploymentCommand.ts | 4 + .../src/commands/CreateEnvironmentCommand.ts | 4 + .../src/commands/DeleteApplicationCommand.ts | 4 + ...DeleteApplicationFromEnvironmentCommand.ts | 4 + .../src/commands/DeleteEnvironmentCommand.ts | 4 + .../src/commands/GetApplicationCommand.ts | 4 + .../commands/GetApplicationVersionCommand.ts | 4 + .../commands/GetBatchJobExecutionCommand.ts | 4 + .../src/commands/GetDataSetDetailsCommand.ts | 4 + .../commands/GetDataSetImportTaskCommand.ts | 4 + .../src/commands/GetDeploymentCommand.ts | 4 + .../src/commands/GetEnvironmentCommand.ts | 4 + .../ListApplicationVersionsCommand.ts | 4 + .../src/commands/ListApplicationsCommand.ts | 4 + .../ListBatchJobDefinitionsCommand.ts | 4 + .../commands/ListBatchJobExecutionsCommand.ts | 4 + .../ListDataSetImportHistoryCommand.ts | 4 + .../src/commands/ListDataSetsCommand.ts | 4 + .../src/commands/ListDeploymentsCommand.ts | 4 + .../src/commands/ListEngineVersionsCommand.ts | 4 + .../src/commands/ListEnvironmentsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/StartApplicationCommand.ts | 4 + .../src/commands/StartBatchJobCommand.ts | 4 + .../src/commands/StopApplicationCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateApplicationCommand.ts | 4 + .../src/commands/UpdateEnvironmentCommand.ts | 4 + clients/client-m2/src/index.ts | 14 +- .../src/models/M2ServiceException.ts | 2 + .../src/MachineLearningClient.ts | 6 +- .../src/commands/AddTagsCommand.ts | 4 + .../commands/CreateBatchPredictionCommand.ts | 4 + .../CreateDataSourceFromRDSCommand.ts | 4 + .../CreateDataSourceFromRedshiftCommand.ts | 4 + .../commands/CreateDataSourceFromS3Command.ts | 4 + .../src/commands/CreateEvaluationCommand.ts | 4 + .../src/commands/CreateMLModelCommand.ts | 4 + .../commands/CreateRealtimeEndpointCommand.ts | 4 + .../commands/DeleteBatchPredictionCommand.ts | 4 + .../src/commands/DeleteDataSourceCommand.ts | 4 + .../src/commands/DeleteEvaluationCommand.ts | 4 + .../src/commands/DeleteMLModelCommand.ts | 4 + .../commands/DeleteRealtimeEndpointCommand.ts | 4 + .../src/commands/DeleteTagsCommand.ts | 4 + .../DescribeBatchPredictionsCommand.ts | 4 + .../commands/DescribeDataSourcesCommand.ts | 4 + .../commands/DescribeEvaluationsCommand.ts | 4 + .../src/commands/DescribeMLModelsCommand.ts | 4 + .../src/commands/DescribeTagsCommand.ts | 4 + .../src/commands/GetBatchPredictionCommand.ts | 4 + .../src/commands/GetDataSourceCommand.ts | 4 + .../src/commands/GetEvaluationCommand.ts | 4 + .../src/commands/GetMLModelCommand.ts | 4 + .../src/commands/PredictCommand.ts | 4 + .../commands/UpdateBatchPredictionCommand.ts | 4 + .../src/commands/UpdateDataSourceCommand.ts | 4 + .../src/commands/UpdateEvaluationCommand.ts | 4 + .../src/commands/UpdateMLModelCommand.ts | 4 + clients/client-machine-learning/src/index.ts | 11 +- .../models/MachineLearningServiceException.ts | 2 + clients/client-macie/src/MacieClient.ts | 6 +- .../commands/AssociateMemberAccountCommand.ts | 4 + .../commands/AssociateS3ResourcesCommand.ts | 4 + .../DisassociateMemberAccountCommand.ts | 4 + .../DisassociateS3ResourcesCommand.ts | 4 + .../src/commands/ListMemberAccountsCommand.ts | 4 + .../src/commands/ListS3ResourcesCommand.ts | 4 + .../src/commands/UpdateS3ResourcesCommand.ts | 4 + clients/client-macie/src/index.ts | 16 +- .../src/models/MacieServiceException.ts | 2 + clients/client-macie2/src/Macie2Client.ts | 6 +- .../src/commands/AcceptInvitationCommand.ts | 4 + .../BatchGetCustomDataIdentifiersCommand.ts | 4 + .../src/commands/CreateAllowListCommand.ts | 4 + .../CreateClassificationJobCommand.ts | 4 + .../CreateCustomDataIdentifierCommand.ts | 4 + .../commands/CreateFindingsFilterCommand.ts | 4 + .../src/commands/CreateInvitationsCommand.ts | 4 + .../src/commands/CreateMemberCommand.ts | 4 + .../commands/CreateSampleFindingsCommand.ts | 4 + .../src/commands/DeclineInvitationsCommand.ts | 4 + .../src/commands/DeleteAllowListCommand.ts | 4 + .../DeleteCustomDataIdentifierCommand.ts | 4 + .../commands/DeleteFindingsFilterCommand.ts | 4 + .../src/commands/DeleteInvitationsCommand.ts | 4 + .../src/commands/DeleteMemberCommand.ts | 4 + .../src/commands/DescribeBucketsCommand.ts | 4 + .../DescribeClassificationJobCommand.ts | 4 + ...escribeOrganizationConfigurationCommand.ts | 4 + .../src/commands/DisableMacieCommand.ts | 4 + .../DisableOrganizationAdminAccountCommand.ts | 4 + ...ssociateFromAdministratorAccountCommand.ts | 4 + .../DisassociateFromMasterAccountCommand.ts | 4 + .../src/commands/DisassociateMemberCommand.ts | 4 + .../src/commands/EnableMacieCommand.ts | 4 + .../EnableOrganizationAdminAccountCommand.ts | 4 + .../GetAdministratorAccountCommand.ts | 4 + .../src/commands/GetAllowListCommand.ts | 4 + ...tAutomatedDiscoveryConfigurationCommand.ts | 4 + .../commands/GetBucketStatisticsCommand.ts | 4 + ...lassificationExportConfigurationCommand.ts | 4 + .../commands/GetClassificationScopeCommand.ts | 4 + .../GetCustomDataIdentifierCommand.ts | 4 + .../commands/GetFindingStatisticsCommand.ts | 4 + .../src/commands/GetFindingsCommand.ts | 4 + .../src/commands/GetFindingsFilterCommand.ts | 4 + ...FindingsPublicationConfigurationCommand.ts | 4 + .../commands/GetInvitationsCountCommand.ts | 4 + .../src/commands/GetMacieSessionCommand.ts | 4 + .../src/commands/GetMasterAccountCommand.ts | 4 + .../src/commands/GetMemberCommand.ts | 4 + .../src/commands/GetResourceProfileCommand.ts | 4 + .../commands/GetRevealConfigurationCommand.ts | 4 + ...itiveDataOccurrencesAvailabilityCommand.ts | 4 + .../GetSensitiveDataOccurrencesCommand.ts | 4 + ...GetSensitivityInspectionTemplateCommand.ts | 4 + .../src/commands/GetUsageStatisticsCommand.ts | 4 + .../src/commands/GetUsageTotalsCommand.ts | 4 + .../src/commands/ListAllowListsCommand.ts | 4 + .../commands/ListClassificationJobsCommand.ts | 4 + .../ListClassificationScopesCommand.ts | 4 + .../ListCustomDataIdentifiersCommand.ts | 4 + .../src/commands/ListFindingsCommand.ts | 4 + .../commands/ListFindingsFiltersCommand.ts | 4 + .../src/commands/ListInvitationsCommand.ts | 4 + .../ListManagedDataIdentifiersCommand.ts | 4 + .../src/commands/ListMembersCommand.ts | 4 + .../ListOrganizationAdminAccountsCommand.ts | 4 + .../ListResourceProfileArtifactsCommand.ts | 4 + .../ListResourceProfileDetectionsCommand.ts | 4 + ...stSensitivityInspectionTemplatesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + ...lassificationExportConfigurationCommand.ts | 4 + ...FindingsPublicationConfigurationCommand.ts | 4 + .../src/commands/SearchResourcesCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../TestCustomDataIdentifierCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAllowListCommand.ts | 4 + ...eAutomatedDiscoveryConfigurationCommand.ts | 4 + .../UpdateClassificationJobCommand.ts | 4 + .../UpdateClassificationScopeCommand.ts | 4 + .../commands/UpdateFindingsFilterCommand.ts | 4 + .../src/commands/UpdateMacieSessionCommand.ts | 4 + .../commands/UpdateMemberSessionCommand.ts | 4 + .../UpdateOrganizationConfigurationCommand.ts | 4 + .../commands/UpdateResourceProfileCommand.ts | 4 + .../UpdateResourceProfileDetectionsCommand.ts | 4 + .../UpdateRevealConfigurationCommand.ts | 4 + ...ateSensitivityInspectionTemplateCommand.ts | 4 + clients/client-macie2/src/index.ts | 10 +- .../src/models/Macie2ServiceException.ts | 2 + .../src/ManagedBlockchainClient.ts | 6 +- .../src/commands/CreateAccessorCommand.ts | 4 + .../src/commands/CreateMemberCommand.ts | 4 + .../src/commands/CreateNetworkCommand.ts | 4 + .../src/commands/CreateNodeCommand.ts | 4 + .../src/commands/CreateProposalCommand.ts | 4 + .../src/commands/DeleteAccessorCommand.ts | 4 + .../src/commands/DeleteMemberCommand.ts | 4 + .../src/commands/DeleteNodeCommand.ts | 4 + .../src/commands/GetAccessorCommand.ts | 4 + .../src/commands/GetMemberCommand.ts | 4 + .../src/commands/GetNetworkCommand.ts | 4 + .../src/commands/GetNodeCommand.ts | 4 + .../src/commands/GetProposalCommand.ts | 4 + .../src/commands/ListAccessorsCommand.ts | 4 + .../src/commands/ListInvitationsCommand.ts | 4 + .../src/commands/ListMembersCommand.ts | 4 + .../src/commands/ListNetworksCommand.ts | 4 + .../src/commands/ListNodesCommand.ts | 4 + .../src/commands/ListProposalVotesCommand.ts | 4 + .../src/commands/ListProposalsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/RejectInvitationCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateMemberCommand.ts | 4 + .../src/commands/UpdateNodeCommand.ts | 4 + .../src/commands/VoteOnProposalCommand.ts | 4 + clients/client-managedblockchain/src/index.ts | 13 +- .../ManagedBlockchainServiceException.ts | 2 + .../src/MarketplaceCatalogClient.ts | 6 +- .../src/commands/CancelChangeSetCommand.ts | 4 + .../commands/DeleteResourcePolicyCommand.ts | 4 + .../src/commands/DescribeChangeSetCommand.ts | 4 + .../src/commands/DescribeEntityCommand.ts | 4 + .../src/commands/GetResourcePolicyCommand.ts | 4 + .../src/commands/ListChangeSetsCommand.ts | 4 + .../src/commands/ListEntitiesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutResourcePolicyCommand.ts | 4 + .../src/commands/StartChangeSetCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../client-marketplace-catalog/src/index.ts | 15 +- .../MarketplaceCatalogServiceException.ts | 2 + .../src/MarketplaceCommerceAnalyticsClient.ts | 6 +- .../src/commands/GenerateDataSetCommand.ts | 4 + .../commands/StartSupportDataExportCommand.ts | 4 + .../src/index.ts | 8 +- ...tplaceCommerceAnalyticsServiceException.ts | 2 + .../MarketplaceEntitlementServiceClient.ts | 23 +- .../src/commands/GetEntitlementsCommand.ts | 4 + .../src/index.ts | 24 +- ...placeEntitlementServiceServiceException.ts | 2 + .../src/MarketplaceMeteringClient.ts | 6 +- .../src/commands/BatchMeterUsageCommand.ts | 4 + .../src/commands/MeterUsageCommand.ts | 4 + .../src/commands/RegisterUsageCommand.ts | 4 + .../src/commands/ResolveCustomerCommand.ts | 4 + .../client-marketplace-metering/src/index.ts | 70 ++- .../MarketplaceMeteringServiceException.ts | 2 + .../src/MediaConnectClient.ts | 6 +- .../src/commands/AddBridgeOutputsCommand.ts | 4 + .../src/commands/AddBridgeSourcesCommand.ts | 4 + .../commands/AddFlowMediaStreamsCommand.ts | 4 + .../src/commands/AddFlowOutputsCommand.ts | 4 + .../src/commands/AddFlowSourcesCommand.ts | 4 + .../commands/AddFlowVpcInterfacesCommand.ts | 4 + .../src/commands/CreateBridgeCommand.ts | 4 + .../src/commands/CreateFlowCommand.ts | 4 + .../src/commands/CreateGatewayCommand.ts | 4 + .../src/commands/DeleteBridgeCommand.ts | 4 + .../src/commands/DeleteFlowCommand.ts | 4 + .../src/commands/DeleteGatewayCommand.ts | 4 + .../DeregisterGatewayInstanceCommand.ts | 4 + .../src/commands/DescribeBridgeCommand.ts | 4 + .../src/commands/DescribeFlowCommand.ts | 4 + .../src/commands/DescribeGatewayCommand.ts | 4 + .../DescribeGatewayInstanceCommand.ts | 4 + .../src/commands/DescribeOfferingCommand.ts | 4 + .../commands/DescribeReservationCommand.ts | 4 + .../commands/GrantFlowEntitlementsCommand.ts | 4 + .../src/commands/ListBridgesCommand.ts | 4 + .../src/commands/ListEntitlementsCommand.ts | 4 + .../src/commands/ListFlowsCommand.ts | 4 + .../commands/ListGatewayInstancesCommand.ts | 4 + .../src/commands/ListGatewaysCommand.ts | 4 + .../src/commands/ListOfferingsCommand.ts | 4 + .../src/commands/ListReservationsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PurchaseOfferingCommand.ts | 4 + .../src/commands/RemoveBridgeOutputCommand.ts | 4 + .../src/commands/RemoveBridgeSourceCommand.ts | 4 + .../commands/RemoveFlowMediaStreamCommand.ts | 4 + .../src/commands/RemoveFlowOutputCommand.ts | 4 + .../src/commands/RemoveFlowSourceCommand.ts | 4 + .../commands/RemoveFlowVpcInterfaceCommand.ts | 4 + .../commands/RevokeFlowEntitlementCommand.ts | 4 + .../src/commands/StartFlowCommand.ts | 4 + .../src/commands/StopFlowCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateBridgeCommand.ts | 4 + .../src/commands/UpdateBridgeOutputCommand.ts | 4 + .../src/commands/UpdateBridgeSourceCommand.ts | 4 + .../src/commands/UpdateBridgeStateCommand.ts | 4 + .../src/commands/UpdateFlowCommand.ts | 4 + .../commands/UpdateFlowEntitlementCommand.ts | 4 + .../commands/UpdateFlowMediaStreamCommand.ts | 4 + .../src/commands/UpdateFlowOutputCommand.ts | 4 + .../src/commands/UpdateFlowSourceCommand.ts | 4 + .../commands/UpdateGatewayInstanceCommand.ts | 4 + clients/client-mediaconnect/src/index.ts | 10 +- .../models/MediaConnectServiceException.ts | 2 + .../src/MediaConvertClient.ts | 6 +- .../commands/AssociateCertificateCommand.ts | 4 + .../src/commands/CancelJobCommand.ts | 4 + .../src/commands/CreateJobCommand.ts | 4 + .../src/commands/CreateJobTemplateCommand.ts | 4 + .../src/commands/CreatePresetCommand.ts | 4 + .../src/commands/CreateQueueCommand.ts | 4 + .../src/commands/DeleteJobTemplateCommand.ts | 4 + .../src/commands/DeletePolicyCommand.ts | 4 + .../src/commands/DeletePresetCommand.ts | 4 + .../src/commands/DeleteQueueCommand.ts | 4 + .../src/commands/DescribeEndpointsCommand.ts | 4 + .../DisassociateCertificateCommand.ts | 4 + .../src/commands/GetJobCommand.ts | 4 + .../src/commands/GetJobTemplateCommand.ts | 4 + .../src/commands/GetPolicyCommand.ts | 4 + .../src/commands/GetPresetCommand.ts | 4 + .../src/commands/GetQueueCommand.ts | 4 + .../src/commands/ListJobTemplatesCommand.ts | 4 + .../src/commands/ListJobsCommand.ts | 4 + .../src/commands/ListPresetsCommand.ts | 4 + .../src/commands/ListQueuesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutPolicyCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateJobTemplateCommand.ts | 4 + .../src/commands/UpdatePresetCommand.ts | 4 + .../src/commands/UpdateQueueCommand.ts | 4 + clients/client-mediaconvert/src/index.ts | 10 +- .../models/MediaConvertServiceException.ts | 2 + .../client-medialive/src/MediaLiveClient.ts | 6 +- .../AcceptInputDeviceTransferCommand.ts | 4 + .../src/commands/BatchDeleteCommand.ts | 4 + .../src/commands/BatchStartCommand.ts | 4 + .../src/commands/BatchStopCommand.ts | 4 + .../commands/BatchUpdateScheduleCommand.ts | 4 + .../CancelInputDeviceTransferCommand.ts | 4 + .../src/commands/ClaimDeviceCommand.ts | 4 + .../src/commands/CreateChannelCommand.ts | 4 + .../src/commands/CreateInputCommand.ts | 4 + .../CreateInputSecurityGroupCommand.ts | 4 + .../src/commands/CreateMultiplexCommand.ts | 4 + .../commands/CreateMultiplexProgramCommand.ts | 4 + .../src/commands/CreatePartnerInputCommand.ts | 4 + .../src/commands/CreateTagsCommand.ts | 4 + .../src/commands/DeleteChannelCommand.ts | 4 + .../src/commands/DeleteInputCommand.ts | 4 + .../DeleteInputSecurityGroupCommand.ts | 4 + .../src/commands/DeleteMultiplexCommand.ts | 4 + .../commands/DeleteMultiplexProgramCommand.ts | 4 + .../src/commands/DeleteReservationCommand.ts | 4 + .../src/commands/DeleteScheduleCommand.ts | 4 + .../src/commands/DeleteTagsCommand.ts | 4 + .../src/commands/DescribeChannelCommand.ts | 4 + .../src/commands/DescribeInputCommand.ts | 4 + .../commands/DescribeInputDeviceCommand.ts | 4 + .../DescribeInputDeviceThumbnailCommand.ts | 4 + .../DescribeInputSecurityGroupCommand.ts | 4 + .../src/commands/DescribeMultiplexCommand.ts | 4 + .../DescribeMultiplexProgramCommand.ts | 4 + .../src/commands/DescribeOfferingCommand.ts | 4 + .../commands/DescribeReservationCommand.ts | 4 + .../src/commands/DescribeScheduleCommand.ts | 4 + .../src/commands/ListChannelsCommand.ts | 4 + .../ListInputDeviceTransfersCommand.ts | 4 + .../src/commands/ListInputDevicesCommand.ts | 4 + .../ListInputSecurityGroupsCommand.ts | 4 + .../src/commands/ListInputsCommand.ts | 4 + .../commands/ListMultiplexProgramsCommand.ts | 4 + .../src/commands/ListMultiplexesCommand.ts | 4 + .../src/commands/ListOfferingsCommand.ts | 4 + .../src/commands/ListReservationsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PurchaseOfferingCommand.ts | 4 + .../src/commands/RebootInputDeviceCommand.ts | 4 + .../RejectInputDeviceTransferCommand.ts | 4 + .../src/commands/StartChannelCommand.ts | 4 + ...tartInputDeviceMaintenanceWindowCommand.ts | 4 + .../src/commands/StartMultiplexCommand.ts | 4 + .../src/commands/StopChannelCommand.ts | 4 + .../src/commands/StopMultiplexCommand.ts | 4 + .../commands/TransferInputDeviceCommand.ts | 4 + .../src/commands/UpdateChannelClassCommand.ts | 4 + .../src/commands/UpdateChannelCommand.ts | 4 + .../src/commands/UpdateInputCommand.ts | 4 + .../src/commands/UpdateInputDeviceCommand.ts | 4 + .../UpdateInputSecurityGroupCommand.ts | 4 + .../src/commands/UpdateMultiplexCommand.ts | 4 + .../commands/UpdateMultiplexProgramCommand.ts | 4 + .../src/commands/UpdateReservationCommand.ts | 4 + clients/client-medialive/src/index.ts | 10 +- .../src/models/MediaLiveServiceException.ts | 2 + .../src/MediaPackageVodClient.ts | 6 +- .../src/commands/ConfigureLogsCommand.ts | 4 + .../src/commands/CreateAssetCommand.ts | 4 + .../CreatePackagingConfigurationCommand.ts | 4 + .../commands/CreatePackagingGroupCommand.ts | 4 + .../src/commands/DeleteAssetCommand.ts | 4 + .../DeletePackagingConfigurationCommand.ts | 4 + .../commands/DeletePackagingGroupCommand.ts | 4 + .../src/commands/DescribeAssetCommand.ts | 4 + .../DescribePackagingConfigurationCommand.ts | 4 + .../commands/DescribePackagingGroupCommand.ts | 4 + .../src/commands/ListAssetsCommand.ts | 4 + .../ListPackagingConfigurationsCommand.ts | 4 + .../commands/ListPackagingGroupsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdatePackagingGroupCommand.ts | 4 + clients/client-mediapackage-vod/src/index.ts | 10 +- .../models/MediaPackageVodServiceException.ts | 2 + .../src/MediaPackageClient.ts | 6 +- .../src/commands/ConfigureLogsCommand.ts | 4 + .../src/commands/CreateChannelCommand.ts | 4 + .../src/commands/CreateHarvestJobCommand.ts | 4 + .../commands/CreateOriginEndpointCommand.ts | 4 + .../src/commands/DeleteChannelCommand.ts | 4 + .../commands/DeleteOriginEndpointCommand.ts | 4 + .../src/commands/DescribeChannelCommand.ts | 4 + .../src/commands/DescribeHarvestJobCommand.ts | 4 + .../commands/DescribeOriginEndpointCommand.ts | 4 + .../src/commands/ListChannelsCommand.ts | 4 + .../src/commands/ListHarvestJobsCommand.ts | 4 + .../commands/ListOriginEndpointsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../RotateChannelCredentialsCommand.ts | 4 + .../RotateIngestEndpointCredentialsCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateChannelCommand.ts | 4 + .../commands/UpdateOriginEndpointCommand.ts | 4 + clients/client-mediapackage/src/index.ts | 10 +- .../models/MediaPackageServiceException.ts | 2 + .../src/MediaStoreDataClient.ts | 6 +- .../src/commands/DeleteObjectCommand.ts | 4 + .../src/commands/DescribeObjectCommand.ts | 4 + .../src/commands/GetObjectCommand.ts | 4 + .../src/commands/ListItemsCommand.ts | 4 + .../src/commands/PutObjectCommand.ts | 4 + clients/client-mediastore-data/src/index.ts | 12 +- .../models/MediaStoreDataServiceException.ts | 2 + .../client-mediastore/src/MediaStoreClient.ts | 6 +- .../src/commands/CreateContainerCommand.ts | 4 + .../src/commands/DeleteContainerCommand.ts | 4 + .../commands/DeleteContainerPolicyCommand.ts | 4 + .../src/commands/DeleteCorsPolicyCommand.ts | 4 + .../commands/DeleteLifecyclePolicyCommand.ts | 4 + .../src/commands/DeleteMetricPolicyCommand.ts | 4 + .../src/commands/DescribeContainerCommand.ts | 4 + .../src/commands/GetContainerPolicyCommand.ts | 4 + .../src/commands/GetCorsPolicyCommand.ts | 4 + .../src/commands/GetLifecyclePolicyCommand.ts | 4 + .../src/commands/GetMetricPolicyCommand.ts | 4 + .../src/commands/ListContainersCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutContainerPolicyCommand.ts | 4 + .../src/commands/PutCorsPolicyCommand.ts | 4 + .../src/commands/PutLifecyclePolicyCommand.ts | 4 + .../src/commands/PutMetricPolicyCommand.ts | 4 + .../src/commands/StartAccessLoggingCommand.ts | 4 + .../src/commands/StopAccessLoggingCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + clients/client-mediastore/src/index.ts | 11 +- .../src/models/MediaStoreServiceException.ts | 2 + .../src/MediaTailorClient.ts | 6 +- .../ConfigureLogsForChannelCommand.ts | 4 + ...gureLogsForPlaybackConfigurationCommand.ts | 4 + .../src/commands/CreateChannelCommand.ts | 4 + .../src/commands/CreateLiveSourceCommand.ts | 4 + .../commands/CreatePrefetchScheduleCommand.ts | 4 + .../src/commands/CreateProgramCommand.ts | 4 + .../commands/CreateSourceLocationCommand.ts | 4 + .../src/commands/CreateVodSourceCommand.ts | 4 + .../src/commands/DeleteChannelCommand.ts | 4 + .../commands/DeleteChannelPolicyCommand.ts | 4 + .../src/commands/DeleteLiveSourceCommand.ts | 4 + .../DeletePlaybackConfigurationCommand.ts | 4 + .../commands/DeletePrefetchScheduleCommand.ts | 4 + .../src/commands/DeleteProgramCommand.ts | 4 + .../commands/DeleteSourceLocationCommand.ts | 4 + .../src/commands/DeleteVodSourceCommand.ts | 4 + .../src/commands/DescribeChannelCommand.ts | 4 + .../src/commands/DescribeLiveSourceCommand.ts | 4 + .../src/commands/DescribeProgramCommand.ts | 4 + .../commands/DescribeSourceLocationCommand.ts | 4 + .../src/commands/DescribeVodSourceCommand.ts | 4 + .../src/commands/GetChannelPolicyCommand.ts | 4 + .../src/commands/GetChannelScheduleCommand.ts | 4 + .../GetPlaybackConfigurationCommand.ts | 4 + .../commands/GetPrefetchScheduleCommand.ts | 4 + .../src/commands/ListAlertsCommand.ts | 4 + .../src/commands/ListChannelsCommand.ts | 4 + .../src/commands/ListLiveSourcesCommand.ts | 4 + .../ListPlaybackConfigurationsCommand.ts | 4 + .../commands/ListPrefetchSchedulesCommand.ts | 4 + .../commands/ListSourceLocationsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListVodSourcesCommand.ts | 4 + .../src/commands/PutChannelPolicyCommand.ts | 4 + .../PutPlaybackConfigurationCommand.ts | 4 + .../src/commands/StartChannelCommand.ts | 4 + .../src/commands/StopChannelCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateChannelCommand.ts | 4 + .../src/commands/UpdateLiveSourceCommand.ts | 4 + .../src/commands/UpdateProgramCommand.ts | 4 + .../commands/UpdateSourceLocationCommand.ts | 4 + .../src/commands/UpdateVodSourceCommand.ts | 4 + clients/client-mediatailor/src/index.ts | 11 +- .../src/models/MediaTailorServiceException.ts | 2 + clients/client-memorydb/src/MemoryDBClient.ts | 6 +- .../src/commands/BatchUpdateClusterCommand.ts | 4 + .../src/commands/CopySnapshotCommand.ts | 4 + .../src/commands/CreateACLCommand.ts | 4 + .../src/commands/CreateClusterCommand.ts | 4 + .../commands/CreateParameterGroupCommand.ts | 4 + .../src/commands/CreateSnapshotCommand.ts | 4 + .../src/commands/CreateSubnetGroupCommand.ts | 4 + .../src/commands/CreateUserCommand.ts | 4 + .../src/commands/DeleteACLCommand.ts | 4 + .../src/commands/DeleteClusterCommand.ts | 4 + .../commands/DeleteParameterGroupCommand.ts | 4 + .../src/commands/DeleteSnapshotCommand.ts | 4 + .../src/commands/DeleteSubnetGroupCommand.ts | 4 + .../src/commands/DeleteUserCommand.ts | 4 + .../src/commands/DescribeACLsCommand.ts | 4 + .../src/commands/DescribeClustersCommand.ts | 4 + .../commands/DescribeEngineVersionsCommand.ts | 4 + .../src/commands/DescribeEventsCommand.ts | 4 + .../DescribeParameterGroupsCommand.ts | 4 + .../src/commands/DescribeParametersCommand.ts | 4 + .../commands/DescribeReservedNodesCommand.ts | 4 + .../DescribeReservedNodesOfferingsCommand.ts | 4 + .../commands/DescribeServiceUpdatesCommand.ts | 4 + .../src/commands/DescribeSnapshotsCommand.ts | 4 + .../commands/DescribeSubnetGroupsCommand.ts | 4 + .../src/commands/DescribeUsersCommand.ts | 4 + .../src/commands/FailoverShardCommand.ts | 4 + .../ListAllowedNodeTypeUpdatesCommand.ts | 4 + .../src/commands/ListTagsCommand.ts | 4 + .../PurchaseReservedNodesOfferingCommand.ts | 4 + .../commands/ResetParameterGroupCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateACLCommand.ts | 4 + .../src/commands/UpdateClusterCommand.ts | 4 + .../commands/UpdateParameterGroupCommand.ts | 4 + .../src/commands/UpdateSubnetGroupCommand.ts | 4 + .../src/commands/UpdateUserCommand.ts | 4 + clients/client-memorydb/src/index.ts | 12 +- .../src/models/MemoryDBServiceException.ts | 2 + clients/client-mgn/src/MgnClient.ts | 6 +- .../src/commands/ArchiveApplicationCommand.ts | 4 + .../src/commands/ArchiveWaveCommand.ts | 4 + .../commands/AssociateApplicationsCommand.ts | 4 + .../commands/AssociateSourceServersCommand.ts | 4 + .../ChangeServerLifeCycleStateCommand.ts | 4 + .../src/commands/CreateApplicationCommand.ts | 4 + ...reateLaunchConfigurationTemplateCommand.ts | 4 + ...ReplicationConfigurationTemplateCommand.ts | 4 + .../src/commands/CreateWaveCommand.ts | 4 + .../src/commands/DeleteApplicationCommand.ts | 4 + .../src/commands/DeleteJobCommand.ts | 4 + ...eleteLaunchConfigurationTemplateCommand.ts | 4 + ...ReplicationConfigurationTemplateCommand.ts | 4 + .../src/commands/DeleteSourceServerCommand.ts | 4 + .../commands/DeleteVcenterClientCommand.ts | 4 + .../src/commands/DeleteWaveCommand.ts | 4 + .../commands/DescribeJobLogItemsCommand.ts | 4 + .../src/commands/DescribeJobsCommand.ts | 4 + ...ribeLaunchConfigurationTemplatesCommand.ts | 4 + ...eplicationConfigurationTemplatesCommand.ts | 4 + .../commands/DescribeSourceServersCommand.ts | 4 + .../commands/DescribeVcenterClientsCommand.ts | 4 + .../DisassociateApplicationsCommand.ts | 4 + .../DisassociateSourceServersCommand.ts | 4 + .../commands/DisconnectFromServiceCommand.ts | 4 + .../src/commands/FinalizeCutoverCommand.ts | 4 + .../commands/GetLaunchConfigurationCommand.ts | 4 + .../GetReplicationConfigurationCommand.ts | 4 + .../src/commands/InitializeServiceCommand.ts | 4 + .../src/commands/ListApplicationsCommand.ts | 4 + .../src/commands/ListExportErrorsCommand.ts | 4 + .../src/commands/ListExportsCommand.ts | 4 + .../src/commands/ListImportErrorsCommand.ts | 4 + .../src/commands/ListImportsCommand.ts | 4 + .../ListSourceServerActionsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/ListTemplateActionsCommand.ts | 4 + .../src/commands/ListWavesCommand.ts | 4 + .../src/commands/MarkAsArchivedCommand.ts | 4 + .../commands/PutSourceServerActionCommand.ts | 4 + .../src/commands/PutTemplateActionCommand.ts | 4 + .../RemoveSourceServerActionCommand.ts | 4 + .../commands/RemoveTemplateActionCommand.ts | 4 + .../commands/RetryDataReplicationCommand.ts | 4 + .../src/commands/StartCutoverCommand.ts | 4 + .../src/commands/StartExportCommand.ts | 4 + .../src/commands/StartImportCommand.ts | 4 + .../src/commands/StartReplicationCommand.ts | 4 + .../src/commands/StartTestCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../TerminateTargetInstancesCommand.ts | 4 + .../commands/UnarchiveApplicationCommand.ts | 4 + .../src/commands/UnarchiveWaveCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateApplicationCommand.ts | 4 + .../UpdateLaunchConfigurationCommand.ts | 4 + ...pdateLaunchConfigurationTemplateCommand.ts | 4 + .../UpdateReplicationConfigurationCommand.ts | 4 + ...ReplicationConfigurationTemplateCommand.ts | 4 + ...pdateSourceServerReplicationTypeCommand.ts | 4 + .../src/commands/UpdateWaveCommand.ts | 4 + clients/client-mgn/src/index.ts | 10 +- .../src/models/MgnServiceException.ts | 2 + .../src/MigrationHubRefactorSpacesClient.ts | 6 +- .../src/commands/CreateApplicationCommand.ts | 4 + .../src/commands/CreateEnvironmentCommand.ts | 4 + .../src/commands/CreateRouteCommand.ts | 4 + .../src/commands/CreateServiceCommand.ts | 4 + .../src/commands/DeleteApplicationCommand.ts | 4 + .../src/commands/DeleteEnvironmentCommand.ts | 4 + .../commands/DeleteResourcePolicyCommand.ts | 4 + .../src/commands/DeleteRouteCommand.ts | 4 + .../src/commands/DeleteServiceCommand.ts | 4 + .../src/commands/GetApplicationCommand.ts | 4 + .../src/commands/GetEnvironmentCommand.ts | 4 + .../src/commands/GetResourcePolicyCommand.ts | 4 + .../src/commands/GetRouteCommand.ts | 4 + .../src/commands/GetServiceCommand.ts | 4 + .../src/commands/ListApplicationsCommand.ts | 4 + .../commands/ListEnvironmentVpcsCommand.ts | 4 + .../src/commands/ListEnvironmentsCommand.ts | 4 + .../src/commands/ListRoutesCommand.ts | 4 + .../src/commands/ListServicesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutResourcePolicyCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateRouteCommand.ts | 4 + .../src/index.ts | 17 +- ...rationHubRefactorSpacesServiceException.ts | 2 + .../src/MigrationHubClient.ts | 6 +- .../AssociateCreatedArtifactCommand.ts | 4 + .../AssociateDiscoveredResourceCommand.ts | 4 + .../CreateProgressUpdateStreamCommand.ts | 4 + .../DeleteProgressUpdateStreamCommand.ts | 4 + .../DescribeApplicationStateCommand.ts | 4 + .../commands/DescribeMigrationTaskCommand.ts | 4 + .../DisassociateCreatedArtifactCommand.ts | 4 + .../DisassociateDiscoveredResourceCommand.ts | 4 + .../commands/ImportMigrationTaskCommand.ts | 4 + .../commands/ListApplicationStatesCommand.ts | 4 + .../commands/ListCreatedArtifactsCommand.ts | 4 + .../ListDiscoveredResourcesCommand.ts | 4 + .../src/commands/ListMigrationTasksCommand.ts | 4 + .../ListProgressUpdateStreamsCommand.ts | 4 + .../commands/NotifyApplicationStateCommand.ts | 4 + .../NotifyMigrationTaskStateCommand.ts | 4 + .../commands/PutResourceAttributesCommand.ts | 4 + clients/client-migration-hub/src/index.ts | 15 +- .../models/MigrationHubServiceException.ts | 2 + .../src/MigrationHubConfigClient.ts | 6 +- .../CreateHomeRegionControlCommand.ts | 4 + .../DescribeHomeRegionControlsCommand.ts | 4 + .../src/commands/GetHomeRegionCommand.ts | 4 + .../client-migrationhub-config/src/index.ts | 35 +- .../MigrationHubConfigServiceException.ts | 2 + .../src/MigrationHubOrchestratorClient.ts | 6 +- .../src/commands/CreateWorkflowCommand.ts | 4 + .../src/commands/CreateWorkflowStepCommand.ts | 4 + .../CreateWorkflowStepGroupCommand.ts | 4 + .../src/commands/DeleteWorkflowCommand.ts | 4 + .../src/commands/DeleteWorkflowStepCommand.ts | 4 + .../DeleteWorkflowStepGroupCommand.ts | 4 + .../src/commands/GetTemplateCommand.ts | 4 + .../src/commands/GetTemplateStepCommand.ts | 4 + .../commands/GetTemplateStepGroupCommand.ts | 4 + .../src/commands/GetWorkflowCommand.ts | 4 + .../src/commands/GetWorkflowStepCommand.ts | 4 + .../commands/GetWorkflowStepGroupCommand.ts | 4 + .../src/commands/ListPluginsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/ListTemplateStepGroupsCommand.ts | 4 + .../src/commands/ListTemplateStepsCommand.ts | 4 + .../src/commands/ListTemplatesCommand.ts | 4 + .../commands/ListWorkflowStepGroupsCommand.ts | 4 + .../src/commands/ListWorkflowStepsCommand.ts | 4 + .../src/commands/ListWorkflowsCommand.ts | 4 + .../src/commands/RetryWorkflowStepCommand.ts | 4 + .../src/commands/StartWorkflowCommand.ts | 4 + .../src/commands/StopWorkflowCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateWorkflowCommand.ts | 4 + .../src/commands/UpdateWorkflowStepCommand.ts | 4 + .../UpdateWorkflowStepGroupCommand.ts | 4 + .../src/index.ts | 14 +- ...igrationHubOrchestratorServiceException.ts | 2 + .../src/MigrationHubStrategyClient.ts | 6 +- .../GetApplicationComponentDetailsCommand.ts | 4 + ...etApplicationComponentStrategiesCommand.ts | 4 + .../src/commands/GetAssessmentCommand.ts | 4 + .../src/commands/GetImportFileTaskCommand.ts | 4 + .../commands/GetLatestAssessmentIdCommand.ts | 4 + .../GetPortfolioPreferencesCommand.ts | 4 + .../commands/GetPortfolioSummaryCommand.ts | 4 + .../GetRecommendationReportDetailsCommand.ts | 4 + .../src/commands/GetServerDetailsCommand.ts | 4 + .../commands/GetServerStrategiesCommand.ts | 4 + .../ListApplicationComponentsCommand.ts | 4 + .../src/commands/ListCollectorsCommand.ts | 4 + .../src/commands/ListImportFileTaskCommand.ts | 4 + .../src/commands/ListServersCommand.ts | 4 + .../PutPortfolioPreferencesCommand.ts | 4 + .../src/commands/StartAssessmentCommand.ts | 4 + .../commands/StartImportFileTaskCommand.ts | 4 + ...rtRecommendationReportGenerationCommand.ts | 4 + .../src/commands/StopAssessmentCommand.ts | 4 + ...UpdateApplicationComponentConfigCommand.ts | 4 + .../src/commands/UpdateServerConfigCommand.ts | 4 + .../client-migrationhubstrategy/src/index.ts | 15 +- .../MigrationHubStrategyServiceException.ts | 2 + clients/client-mobile/src/MobileClient.ts | 6 +- .../src/commands/CreateProjectCommand.ts | 4 + .../src/commands/DeleteProjectCommand.ts | 4 + .../src/commands/DescribeBundleCommand.ts | 4 + .../src/commands/DescribeProjectCommand.ts | 4 + .../src/commands/ExportBundleCommand.ts | 4 + .../src/commands/ExportProjectCommand.ts | 4 + .../src/commands/ListBundlesCommand.ts | 4 + .../src/commands/ListProjectsCommand.ts | 4 + .../src/commands/UpdateProjectCommand.ts | 4 + clients/client-mobile/src/index.ts | 14 +- .../src/models/MobileServiceException.ts | 2 + clients/client-mq/src/MqClient.ts | 6 +- .../src/commands/CreateBrokerCommand.ts | 4 + .../commands/CreateConfigurationCommand.ts | 4 + .../src/commands/CreateTagsCommand.ts | 4 + .../src/commands/CreateUserCommand.ts | 4 + .../src/commands/DeleteBrokerCommand.ts | 4 + .../src/commands/DeleteTagsCommand.ts | 4 + .../src/commands/DeleteUserCommand.ts | 4 + .../src/commands/DescribeBrokerCommand.ts | 4 + .../DescribeBrokerEngineTypesCommand.ts | 4 + .../DescribeBrokerInstanceOptionsCommand.ts | 4 + .../commands/DescribeConfigurationCommand.ts | 4 + .../DescribeConfigurationRevisionCommand.ts | 4 + .../src/commands/DescribeUserCommand.ts | 4 + .../src/commands/ListBrokersCommand.ts | 4 + .../ListConfigurationRevisionsCommand.ts | 4 + .../src/commands/ListConfigurationsCommand.ts | 4 + .../client-mq/src/commands/ListTagsCommand.ts | 4 + .../src/commands/ListUsersCommand.ts | 4 + .../src/commands/RebootBrokerCommand.ts | 4 + .../src/commands/UpdateBrokerCommand.ts | 4 + .../commands/UpdateConfigurationCommand.ts | 4 + .../src/commands/UpdateUserCommand.ts | 4 + clients/client-mq/src/index.ts | 10 +- .../src/models/MqServiceException.ts | 2 + clients/client-mturk/src/MTurkClient.ts | 6 +- .../AcceptQualificationRequestCommand.ts | 4 + .../src/commands/ApproveAssignmentCommand.ts | 4 + ...AssociateQualificationWithWorkerCommand.ts | 4 + ...reateAdditionalAssignmentsForHITCommand.ts | 4 + .../src/commands/CreateHITCommand.ts | 4 + .../src/commands/CreateHITTypeCommand.ts | 4 + .../commands/CreateHITWithHITTypeCommand.ts | 4 + .../CreateQualificationTypeCommand.ts | 4 + .../src/commands/CreateWorkerBlockCommand.ts | 4 + .../src/commands/DeleteHITCommand.ts | 4 + .../DeleteQualificationTypeCommand.ts | 4 + .../src/commands/DeleteWorkerBlockCommand.ts | 4 + ...associateQualificationFromWorkerCommand.ts | 4 + .../src/commands/GetAccountBalanceCommand.ts | 4 + .../src/commands/GetAssignmentCommand.ts | 4 + .../src/commands/GetFileUploadURLCommand.ts | 4 + .../src/commands/GetHITCommand.ts | 4 + .../commands/GetQualificationScoreCommand.ts | 4 + .../commands/GetQualificationTypeCommand.ts | 4 + .../commands/ListAssignmentsForHITCommand.ts | 4 + .../src/commands/ListBonusPaymentsCommand.ts | 4 + .../src/commands/ListHITsCommand.ts | 4 + .../ListHITsForQualificationTypeCommand.ts | 4 + .../ListQualificationRequestsCommand.ts | 4 + .../commands/ListQualificationTypesCommand.ts | 4 + .../ListReviewPolicyResultsForHITCommand.ts | 4 + .../src/commands/ListReviewableHITsCommand.ts | 4 + .../src/commands/ListWorkerBlocksCommand.ts | 4 + ...ListWorkersWithQualificationTypeCommand.ts | 4 + .../src/commands/NotifyWorkersCommand.ts | 4 + .../src/commands/RejectAssignmentCommand.ts | 4 + .../RejectQualificationRequestCommand.ts | 4 + .../src/commands/SendBonusCommand.ts | 4 + .../SendTestEventNotificationCommand.ts | 4 + .../commands/UpdateExpirationForHITCommand.ts | 4 + .../commands/UpdateHITReviewStatusCommand.ts | 4 + .../src/commands/UpdateHITTypeOfHITCommand.ts | 4 + .../UpdateNotificationSettingsCommand.ts | 4 + .../UpdateQualificationTypeCommand.ts | 4 + clients/client-mturk/src/index.ts | 10 +- .../src/models/MTurkServiceException.ts | 2 + clients/client-mwaa/src/MWAAClient.ts | 6 +- .../src/commands/CreateCliTokenCommand.ts | 4 + .../src/commands/CreateEnvironmentCommand.ts | 4 + .../commands/CreateWebLoginTokenCommand.ts | 4 + .../src/commands/DeleteEnvironmentCommand.ts | 4 + .../src/commands/GetEnvironmentCommand.ts | 4 + .../src/commands/ListEnvironmentsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PublishMetricsCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateEnvironmentCommand.ts | 4 + clients/client-mwaa/src/index.ts | 93 +++- .../src/models/MWAAServiceException.ts | 2 + clients/client-neptune/src/NeptuneClient.ts | 6 +- .../src/commands/AddRoleToDBClusterCommand.ts | 4 + ...ddSourceIdentifierToSubscriptionCommand.ts | 4 + .../src/commands/AddTagsToResourceCommand.ts | 4 + .../ApplyPendingMaintenanceActionCommand.ts | 4 + .../CopyDBClusterParameterGroupCommand.ts | 4 + .../commands/CopyDBClusterSnapshotCommand.ts | 4 + .../commands/CopyDBParameterGroupCommand.ts | 4 + .../src/commands/CreateDBClusterCommand.ts | 4 + .../CreateDBClusterEndpointCommand.ts | 4 + .../CreateDBClusterParameterGroupCommand.ts | 4 + .../CreateDBClusterSnapshotCommand.ts | 4 + .../src/commands/CreateDBInstanceCommand.ts | 4 + .../commands/CreateDBParameterGroupCommand.ts | 4 + .../commands/CreateDBSubnetGroupCommand.ts | 4 + .../CreateEventSubscriptionCommand.ts | 4 + .../commands/CreateGlobalClusterCommand.ts | 4 + .../src/commands/DeleteDBClusterCommand.ts | 4 + .../DeleteDBClusterEndpointCommand.ts | 4 + .../DeleteDBClusterParameterGroupCommand.ts | 4 + .../DeleteDBClusterSnapshotCommand.ts | 4 + .../src/commands/DeleteDBInstanceCommand.ts | 4 + .../commands/DeleteDBParameterGroupCommand.ts | 4 + .../commands/DeleteDBSubnetGroupCommand.ts | 4 + .../DeleteEventSubscriptionCommand.ts | 4 + .../commands/DeleteGlobalClusterCommand.ts | 4 + .../DescribeDBClusterEndpointsCommand.ts | 4 + ...DescribeDBClusterParameterGroupsCommand.ts | 4 + .../DescribeDBClusterParametersCommand.ts | 4 + ...cribeDBClusterSnapshotAttributesCommand.ts | 4 + .../DescribeDBClusterSnapshotsCommand.ts | 4 + .../src/commands/DescribeDBClustersCommand.ts | 4 + .../DescribeDBEngineVersionsCommand.ts | 4 + .../commands/DescribeDBInstancesCommand.ts | 4 + .../DescribeDBParameterGroupsCommand.ts | 4 + .../commands/DescribeDBParametersCommand.ts | 4 + .../commands/DescribeDBSubnetGroupsCommand.ts | 4 + ...beEngineDefaultClusterParametersCommand.ts | 4 + .../DescribeEngineDefaultParametersCommand.ts | 4 + .../DescribeEventCategoriesCommand.ts | 4 + .../DescribeEventSubscriptionsCommand.ts | 4 + .../src/commands/DescribeEventsCommand.ts | 4 + .../commands/DescribeGlobalClustersCommand.ts | 4 + ...scribeOrderableDBInstanceOptionsCommand.ts | 4 + ...escribePendingMaintenanceActionsCommand.ts | 4 + ...ribeValidDBInstanceModificationsCommand.ts | 4 + .../src/commands/FailoverDBClusterCommand.ts | 4 + .../commands/FailoverGlobalClusterCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ModifyDBClusterCommand.ts | 4 + .../ModifyDBClusterEndpointCommand.ts | 4 + .../ModifyDBClusterParameterGroupCommand.ts | 4 + ...ModifyDBClusterSnapshotAttributeCommand.ts | 4 + .../src/commands/ModifyDBInstanceCommand.ts | 4 + .../commands/ModifyDBParameterGroupCommand.ts | 4 + .../commands/ModifyDBSubnetGroupCommand.ts | 4 + .../ModifyEventSubscriptionCommand.ts | 4 + .../commands/ModifyGlobalClusterCommand.ts | 4 + .../PromoteReadReplicaDBClusterCommand.ts | 4 + .../src/commands/RebootDBInstanceCommand.ts | 4 + .../RemoveFromGlobalClusterCommand.ts | 4 + .../RemoveRoleFromDBClusterCommand.ts | 4 + ...SourceIdentifierFromSubscriptionCommand.ts | 4 + .../commands/RemoveTagsFromResourceCommand.ts | 4 + .../ResetDBClusterParameterGroupCommand.ts | 4 + .../commands/ResetDBParameterGroupCommand.ts | 4 + .../RestoreDBClusterFromSnapshotCommand.ts | 4 + .../RestoreDBClusterToPointInTimeCommand.ts | 4 + .../src/commands/StartDBClusterCommand.ts | 4 + .../src/commands/StopDBClusterCommand.ts | 4 + clients/client-neptune/src/index.ts | 26 +- .../src/models/NeptuneServiceException.ts | 2 + .../src/NetworkFirewallClient.ts | 6 +- .../AssociateFirewallPolicyCommand.ts | 4 + .../src/commands/AssociateSubnetsCommand.ts | 4 + .../src/commands/CreateFirewallCommand.ts | 4 + .../commands/CreateFirewallPolicyCommand.ts | 4 + .../src/commands/CreateRuleGroupCommand.ts | 4 + ...CreateTLSInspectionConfigurationCommand.ts | 4 + .../src/commands/DeleteFirewallCommand.ts | 4 + .../commands/DeleteFirewallPolicyCommand.ts | 4 + .../commands/DeleteResourcePolicyCommand.ts | 4 + .../src/commands/DeleteRuleGroupCommand.ts | 4 + ...DeleteTLSInspectionConfigurationCommand.ts | 4 + .../src/commands/DescribeFirewallCommand.ts | 4 + .../commands/DescribeFirewallPolicyCommand.ts | 4 + .../DescribeLoggingConfigurationCommand.ts | 4 + .../commands/DescribeResourcePolicyCommand.ts | 4 + .../src/commands/DescribeRuleGroupCommand.ts | 4 + .../DescribeRuleGroupMetadataCommand.ts | 4 + ...scribeTLSInspectionConfigurationCommand.ts | 4 + .../commands/DisassociateSubnetsCommand.ts | 4 + .../commands/ListFirewallPoliciesCommand.ts | 4 + .../src/commands/ListFirewallsCommand.ts | 4 + .../src/commands/ListRuleGroupsCommand.ts | 4 + .../ListTLSInspectionConfigurationsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutResourcePolicyCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateFirewallDeleteProtectionCommand.ts | 4 + .../UpdateFirewallDescriptionCommand.ts | 4 + ...eFirewallEncryptionConfigurationCommand.ts | 4 + ...teFirewallPolicyChangeProtectionCommand.ts | 4 + .../commands/UpdateFirewallPolicyCommand.ts | 4 + .../UpdateLoggingConfigurationCommand.ts | 4 + .../src/commands/UpdateRuleGroupCommand.ts | 4 + .../UpdateSubnetChangeProtectionCommand.ts | 4 + ...UpdateTLSInspectionConfigurationCommand.ts | 4 + clients/client-network-firewall/src/index.ts | 87 +++- .../models/NetworkFirewallServiceException.ts | 2 + .../src/NetworkManagerClient.ts | 6 +- .../src/commands/AcceptAttachmentCommand.ts | 4 + .../commands/AssociateConnectPeerCommand.ts | 4 + .../AssociateCustomerGatewayCommand.ts | 4 + .../src/commands/AssociateLinkCommand.ts | 4 + ...sociateTransitGatewayConnectPeerCommand.ts | 4 + .../CreateConnectAttachmentCommand.ts | 4 + .../src/commands/CreateConnectPeerCommand.ts | 4 + .../src/commands/CreateConnectionCommand.ts | 4 + .../src/commands/CreateCoreNetworkCommand.ts | 4 + .../src/commands/CreateDeviceCommand.ts | 4 + .../commands/CreateGlobalNetworkCommand.ts | 4 + .../src/commands/CreateLinkCommand.ts | 4 + .../src/commands/CreateSiteCommand.ts | 4 + .../CreateSiteToSiteVpnAttachmentCommand.ts | 4 + .../CreateTransitGatewayPeeringCommand.ts | 4 + ...ansitGatewayRouteTableAttachmentCommand.ts | 4 + .../commands/CreateVpcAttachmentCommand.ts | 4 + .../src/commands/DeleteAttachmentCommand.ts | 4 + .../src/commands/DeleteConnectPeerCommand.ts | 4 + .../src/commands/DeleteConnectionCommand.ts | 4 + .../src/commands/DeleteCoreNetworkCommand.ts | 4 + .../DeleteCoreNetworkPolicyVersionCommand.ts | 4 + .../src/commands/DeleteDeviceCommand.ts | 4 + .../commands/DeleteGlobalNetworkCommand.ts | 4 + .../src/commands/DeleteLinkCommand.ts | 4 + .../src/commands/DeletePeeringCommand.ts | 4 + .../commands/DeleteResourcePolicyCommand.ts | 4 + .../src/commands/DeleteSiteCommand.ts | 4 + .../DeregisterTransitGatewayCommand.ts | 4 + .../commands/DescribeGlobalNetworksCommand.ts | 4 + .../DisassociateConnectPeerCommand.ts | 4 + .../DisassociateCustomerGatewayCommand.ts | 4 + .../src/commands/DisassociateLinkCommand.ts | 4 + ...sociateTransitGatewayConnectPeerCommand.ts | 4 + .../ExecuteCoreNetworkChangeSetCommand.ts | 4 + .../commands/GetConnectAttachmentCommand.ts | 4 + .../GetConnectPeerAssociationsCommand.ts | 4 + .../src/commands/GetConnectPeerCommand.ts | 4 + .../src/commands/GetConnectionsCommand.ts | 4 + .../GetCoreNetworkChangeEventsCommand.ts | 4 + .../GetCoreNetworkChangeSetCommand.ts | 4 + .../src/commands/GetCoreNetworkCommand.ts | 4 + .../commands/GetCoreNetworkPolicyCommand.ts | 4 + .../GetCustomerGatewayAssociationsCommand.ts | 4 + .../src/commands/GetDevicesCommand.ts | 4 + .../commands/GetLinkAssociationsCommand.ts | 4 + .../src/commands/GetLinksCommand.ts | 4 + .../GetNetworkResourceCountsCommand.ts | 4 + .../GetNetworkResourceRelationshipsCommand.ts | 4 + .../commands/GetNetworkResourcesCommand.ts | 4 + .../src/commands/GetNetworkRoutesCommand.ts | 4 + .../commands/GetNetworkTelemetryCommand.ts | 4 + .../src/commands/GetResourcePolicyCommand.ts | 4 + .../src/commands/GetRouteAnalysisCommand.ts | 4 + .../GetSiteToSiteVpnAttachmentCommand.ts | 4 + .../src/commands/GetSitesCommand.ts | 4 + ...itGatewayConnectPeerAssociationsCommand.ts | 4 + .../GetTransitGatewayPeeringCommand.ts | 4 + .../GetTransitGatewayRegistrationsCommand.ts | 4 + ...ansitGatewayRouteTableAttachmentCommand.ts | 4 + .../src/commands/GetVpcAttachmentCommand.ts | 4 + .../src/commands/ListAttachmentsCommand.ts | 4 + .../src/commands/ListConnectPeersCommand.ts | 4 + .../ListCoreNetworkPolicyVersionsCommand.ts | 4 + .../src/commands/ListCoreNetworksCommand.ts | 4 + ...tOrganizationServiceAccessStatusCommand.ts | 4 + .../src/commands/ListPeeringsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/PutCoreNetworkPolicyCommand.ts | 4 + .../src/commands/PutResourcePolicyCommand.ts | 4 + .../commands/RegisterTransitGatewayCommand.ts | 4 + .../src/commands/RejectAttachmentCommand.ts | 4 + .../RestoreCoreNetworkPolicyVersionCommand.ts | 4 + ...tOrganizationServiceAccessUpdateCommand.ts | 4 + .../src/commands/StartRouteAnalysisCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateConnectionCommand.ts | 4 + .../src/commands/UpdateCoreNetworkCommand.ts | 4 + .../src/commands/UpdateDeviceCommand.ts | 4 + .../commands/UpdateGlobalNetworkCommand.ts | 4 + .../src/commands/UpdateLinkCommand.ts | 4 + .../UpdateNetworkResourceMetadataCommand.ts | 4 + .../src/commands/UpdateSiteCommand.ts | 4 + .../commands/UpdateVpcAttachmentCommand.ts | 4 + clients/client-networkmanager/src/index.ts | 10 +- .../models/NetworkManagerServiceException.ts | 2 + clients/client-nimble/src/NimbleClient.ts | 6 +- .../src/commands/AcceptEulasCommand.ts | 4 + .../commands/CreateLaunchProfileCommand.ts | 4 + .../commands/CreateStreamingImageCommand.ts | 4 + .../commands/CreateStreamingSessionCommand.ts | 4 + .../CreateStreamingSessionStreamCommand.ts | 4 + .../src/commands/CreateStudioCommand.ts | 4 + .../commands/CreateStudioComponentCommand.ts | 4 + .../commands/DeleteLaunchProfileCommand.ts | 4 + .../DeleteLaunchProfileMemberCommand.ts | 4 + .../commands/DeleteStreamingImageCommand.ts | 4 + .../commands/DeleteStreamingSessionCommand.ts | 4 + .../src/commands/DeleteStudioCommand.ts | 4 + .../commands/DeleteStudioComponentCommand.ts | 4 + .../src/commands/DeleteStudioMemberCommand.ts | 4 + .../src/commands/GetEulaCommand.ts | 4 + .../src/commands/GetLaunchProfileCommand.ts | 4 + .../GetLaunchProfileDetailsCommand.ts | 4 + .../GetLaunchProfileInitializationCommand.ts | 4 + .../commands/GetLaunchProfileMemberCommand.ts | 4 + .../src/commands/GetStreamingImageCommand.ts | 4 + .../GetStreamingSessionBackupCommand.ts | 4 + .../commands/GetStreamingSessionCommand.ts | 4 + .../GetStreamingSessionStreamCommand.ts | 4 + .../src/commands/GetStudioCommand.ts | 4 + .../src/commands/GetStudioComponentCommand.ts | 4 + .../src/commands/GetStudioMemberCommand.ts | 4 + .../commands/ListEulaAcceptancesCommand.ts | 4 + .../src/commands/ListEulasCommand.ts | 4 + .../ListLaunchProfileMembersCommand.ts | 4 + .../src/commands/ListLaunchProfilesCommand.ts | 4 + .../commands/ListStreamingImagesCommand.ts | 4 + .../ListStreamingSessionBackupsCommand.ts | 4 + .../commands/ListStreamingSessionsCommand.ts | 4 + .../commands/ListStudioComponentsCommand.ts | 4 + .../src/commands/ListStudioMembersCommand.ts | 4 + .../src/commands/ListStudiosCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../PutLaunchProfileMembersCommand.ts | 4 + .../src/commands/PutStudioMembersCommand.ts | 4 + .../commands/StartStreamingSessionCommand.ts | 4 + ...tartStudioSSOConfigurationRepairCommand.ts | 4 + .../commands/StopStreamingSessionCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateLaunchProfileCommand.ts | 4 + .../UpdateLaunchProfileMemberCommand.ts | 4 + .../commands/UpdateStreamingImageCommand.ts | 4 + .../src/commands/UpdateStudioCommand.ts | 4 + .../commands/UpdateStudioComponentCommand.ts | 4 + clients/client-nimble/src/index.ts | 15 +- .../src/models/NimbleServiceException.ts | 2 + clients/client-oam/src/OAMClient.ts | 6 +- .../src/commands/CreateLinkCommand.ts | 4 + .../src/commands/CreateSinkCommand.ts | 4 + .../src/commands/DeleteLinkCommand.ts | 4 + .../src/commands/DeleteSinkCommand.ts | 4 + .../client-oam/src/commands/GetLinkCommand.ts | 4 + .../client-oam/src/commands/GetSinkCommand.ts | 4 + .../src/commands/GetSinkPolicyCommand.ts | 4 + .../src/commands/ListAttachedLinksCommand.ts | 4 + .../src/commands/ListLinksCommand.ts | 4 + .../src/commands/ListSinksCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutSinkPolicyCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateLinkCommand.ts | 4 + clients/client-oam/src/index.ts | 21 +- .../src/models/OAMServiceException.ts | 2 + clients/client-omics/src/OmicsClient.ts | 6 +- .../AbortMultipartReadSetUploadCommand.ts | 4 + .../src/commands/BatchDeleteReadSetCommand.ts | 4 + .../CancelAnnotationImportJobCommand.ts | 4 + .../src/commands/CancelRunCommand.ts | 4 + .../commands/CancelVariantImportJobCommand.ts | 4 + .../CompleteMultipartReadSetUploadCommand.ts | 4 + .../commands/CreateAnnotationStoreCommand.ts | 4 + .../CreateMultipartReadSetUploadCommand.ts | 4 + .../commands/CreateReferenceStoreCommand.ts | 4 + .../src/commands/CreateRunGroupCommand.ts | 4 + .../commands/CreateSequenceStoreCommand.ts | 4 + .../src/commands/CreateVariantStoreCommand.ts | 4 + .../src/commands/CreateWorkflowCommand.ts | 4 + .../commands/DeleteAnnotationStoreCommand.ts | 4 + .../src/commands/DeleteReferenceCommand.ts | 4 + .../commands/DeleteReferenceStoreCommand.ts | 4 + .../src/commands/DeleteRunCommand.ts | 4 + .../src/commands/DeleteRunGroupCommand.ts | 4 + .../commands/DeleteSequenceStoreCommand.ts | 4 + .../src/commands/DeleteVariantStoreCommand.ts | 4 + .../src/commands/DeleteWorkflowCommand.ts | 4 + .../commands/GetAnnotationImportJobCommand.ts | 4 + .../src/commands/GetAnnotationStoreCommand.ts | 4 + .../GetReadSetActivationJobCommand.ts | 4 + .../src/commands/GetReadSetCommand.ts | 4 + .../commands/GetReadSetExportJobCommand.ts | 4 + .../commands/GetReadSetImportJobCommand.ts | 4 + .../src/commands/GetReadSetMetadataCommand.ts | 4 + .../src/commands/GetReferenceCommand.ts | 4 + .../commands/GetReferenceImportJobCommand.ts | 4 + .../commands/GetReferenceMetadataCommand.ts | 4 + .../src/commands/GetReferenceStoreCommand.ts | 4 + .../src/commands/GetRunCommand.ts | 4 + .../src/commands/GetRunGroupCommand.ts | 4 + .../src/commands/GetRunTaskCommand.ts | 4 + .../src/commands/GetSequenceStoreCommand.ts | 4 + .../commands/GetVariantImportJobCommand.ts | 4 + .../src/commands/GetVariantStoreCommand.ts | 4 + .../src/commands/GetWorkflowCommand.ts | 4 + .../ListAnnotationImportJobsCommand.ts | 4 + .../commands/ListAnnotationStoresCommand.ts | 4 + .../ListMultipartReadSetUploadsCommand.ts | 4 + .../ListReadSetActivationJobsCommand.ts | 4 + .../commands/ListReadSetExportJobsCommand.ts | 4 + .../commands/ListReadSetImportJobsCommand.ts | 4 + .../commands/ListReadSetUploadPartsCommand.ts | 4 + .../src/commands/ListReadSetsCommand.ts | 4 + .../ListReferenceImportJobsCommand.ts | 4 + .../commands/ListReferenceStoresCommand.ts | 4 + .../src/commands/ListReferencesCommand.ts | 4 + .../src/commands/ListRunGroupsCommand.ts | 4 + .../src/commands/ListRunTasksCommand.ts | 4 + .../src/commands/ListRunsCommand.ts | 4 + .../src/commands/ListSequenceStoresCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/ListVariantImportJobsCommand.ts | 4 + .../src/commands/ListVariantStoresCommand.ts | 4 + .../src/commands/ListWorkflowsCommand.ts | 4 + .../StartAnnotationImportJobCommand.ts | 4 + .../StartReadSetActivationJobCommand.ts | 4 + .../commands/StartReadSetExportJobCommand.ts | 4 + .../commands/StartReadSetImportJobCommand.ts | 4 + .../StartReferenceImportJobCommand.ts | 4 + .../src/commands/StartRunCommand.ts | 4 + .../commands/StartVariantImportJobCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateAnnotationStoreCommand.ts | 4 + .../src/commands/UpdateRunGroupCommand.ts | 4 + .../src/commands/UpdateVariantStoreCommand.ts | 4 + .../src/commands/UpdateWorkflowCommand.ts | 4 + .../src/commands/UploadReadSetPartCommand.ts | 4 + clients/client-omics/src/index.ts | 11 +- .../src/models/OmicsServiceException.ts | 2 + .../client-opensearch/src/OpenSearchClient.ts | 6 +- .../AcceptInboundConnectionCommand.ts | 4 + .../src/commands/AddTagsCommand.ts | 4 + .../src/commands/AssociatePackageCommand.ts | 4 + .../AuthorizeVpcEndpointAccessCommand.ts | 4 + .../CancelServiceSoftwareUpdateCommand.ts | 4 + .../src/commands/CreateDomainCommand.ts | 4 + .../CreateOutboundConnectionCommand.ts | 4 + .../src/commands/CreatePackageCommand.ts | 4 + .../src/commands/CreateVpcEndpointCommand.ts | 4 + .../src/commands/DeleteDomainCommand.ts | 4 + .../DeleteInboundConnectionCommand.ts | 4 + .../DeleteOutboundConnectionCommand.ts | 4 + .../src/commands/DeletePackageCommand.ts | 4 + .../src/commands/DeleteVpcEndpointCommand.ts | 4 + .../DescribeDomainAutoTunesCommand.ts | 4 + .../DescribeDomainChangeProgressCommand.ts | 4 + .../src/commands/DescribeDomainCommand.ts | 4 + .../commands/DescribeDomainConfigCommand.ts | 4 + .../commands/DescribeDomainHealthCommand.ts | 4 + .../commands/DescribeDomainNodesCommand.ts | 4 + .../src/commands/DescribeDomainsCommand.ts | 4 + .../commands/DescribeDryRunProgressCommand.ts | 4 + .../DescribeInboundConnectionsCommand.ts | 4 + .../DescribeInstanceTypeLimitsCommand.ts | 4 + .../DescribeOutboundConnectionsCommand.ts | 4 + .../src/commands/DescribePackagesCommand.ts | 4 + ...escribeReservedInstanceOfferingsCommand.ts | 4 + .../DescribeReservedInstancesCommand.ts | 4 + .../commands/DescribeVpcEndpointsCommand.ts | 4 + .../src/commands/DissociatePackageCommand.ts | 4 + .../commands/GetCompatibleVersionsCommand.ts | 4 + .../GetPackageVersionHistoryCommand.ts | 4 + .../src/commands/GetUpgradeHistoryCommand.ts | 4 + .../src/commands/GetUpgradeStatusCommand.ts | 4 + .../src/commands/ListDomainNamesCommand.ts | 4 + .../commands/ListDomainsForPackageCommand.ts | 4 + .../ListInstanceTypeDetailsCommand.ts | 4 + .../commands/ListPackagesForDomainCommand.ts | 4 + .../commands/ListScheduledActionsCommand.ts | 4 + .../src/commands/ListTagsCommand.ts | 4 + .../src/commands/ListVersionsCommand.ts | 4 + .../commands/ListVpcEndpointAccessCommand.ts | 4 + .../src/commands/ListVpcEndpointsCommand.ts | 4 + .../ListVpcEndpointsForDomainCommand.ts | 4 + ...PurchaseReservedInstanceOfferingCommand.ts | 4 + .../RejectInboundConnectionCommand.ts | 4 + .../src/commands/RemoveTagsCommand.ts | 4 + .../RevokeVpcEndpointAccessCommand.ts | 4 + .../StartServiceSoftwareUpdateCommand.ts | 4 + .../src/commands/UpdateDomainConfigCommand.ts | 4 + .../src/commands/UpdatePackageCommand.ts | 4 + .../commands/UpdateScheduledActionCommand.ts | 4 + .../src/commands/UpdateVpcEndpointCommand.ts | 4 + .../src/commands/UpgradeDomainCommand.ts | 4 + clients/client-opensearch/src/index.ts | 19 +- .../src/models/OpenSearchServiceException.ts | 2 + .../src/OpenSearchServerlessClient.ts | 6 +- .../src/commands/BatchGetCollectionCommand.ts | 4 + .../commands/BatchGetVpcEndpointCommand.ts | 4 + .../src/commands/CreateAccessPolicyCommand.ts | 4 + .../src/commands/CreateCollectionCommand.ts | 4 + .../commands/CreateSecurityConfigCommand.ts | 4 + .../commands/CreateSecurityPolicyCommand.ts | 4 + .../src/commands/CreateVpcEndpointCommand.ts | 4 + .../src/commands/DeleteAccessPolicyCommand.ts | 4 + .../src/commands/DeleteCollectionCommand.ts | 4 + .../commands/DeleteSecurityConfigCommand.ts | 4 + .../commands/DeleteSecurityPolicyCommand.ts | 4 + .../src/commands/DeleteVpcEndpointCommand.ts | 4 + .../src/commands/GetAccessPolicyCommand.ts | 4 + .../src/commands/GetAccountSettingsCommand.ts | 4 + .../src/commands/GetPoliciesStatsCommand.ts | 4 + .../src/commands/GetSecurityConfigCommand.ts | 4 + .../src/commands/GetSecurityPolicyCommand.ts | 4 + .../src/commands/ListAccessPoliciesCommand.ts | 4 + .../src/commands/ListCollectionsCommand.ts | 4 + .../commands/ListSecurityConfigsCommand.ts | 4 + .../commands/ListSecurityPoliciesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListVpcEndpointsCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAccessPolicyCommand.ts | 4 + .../commands/UpdateAccountSettingsCommand.ts | 4 + .../src/commands/UpdateCollectionCommand.ts | 4 + .../commands/UpdateSecurityConfigCommand.ts | 4 + .../commands/UpdateSecurityPolicyCommand.ts | 4 + .../src/commands/UpdateVpcEndpointCommand.ts | 4 + .../client-opensearchserverless/src/index.ts | 19 +- .../OpenSearchServerlessServiceException.ts | 2 + clients/client-opsworks/src/OpsWorksClient.ts | 6 +- .../src/commands/AssignInstanceCommand.ts | 4 + .../src/commands/AssignVolumeCommand.ts | 4 + .../src/commands/AssociateElasticIpCommand.ts | 4 + .../AttachElasticLoadBalancerCommand.ts | 4 + .../src/commands/CloneStackCommand.ts | 4 + .../src/commands/CreateAppCommand.ts | 4 + .../src/commands/CreateDeploymentCommand.ts | 4 + .../src/commands/CreateInstanceCommand.ts | 4 + .../src/commands/CreateLayerCommand.ts | 4 + .../src/commands/CreateStackCommand.ts | 4 + .../src/commands/CreateUserProfileCommand.ts | 4 + .../src/commands/DeleteAppCommand.ts | 4 + .../src/commands/DeleteInstanceCommand.ts | 4 + .../src/commands/DeleteLayerCommand.ts | 4 + .../src/commands/DeleteStackCommand.ts | 4 + .../src/commands/DeleteUserProfileCommand.ts | 4 + .../commands/DeregisterEcsClusterCommand.ts | 4 + .../commands/DeregisterElasticIpCommand.ts | 4 + .../src/commands/DeregisterInstanceCommand.ts | 4 + .../DeregisterRdsDbInstanceCommand.ts | 4 + .../src/commands/DeregisterVolumeCommand.ts | 4 + .../commands/DescribeAgentVersionsCommand.ts | 4 + .../src/commands/DescribeAppsCommand.ts | 4 + .../src/commands/DescribeCommandsCommand.ts | 4 + .../commands/DescribeDeploymentsCommand.ts | 4 + .../commands/DescribeEcsClustersCommand.ts | 4 + .../src/commands/DescribeElasticIpsCommand.ts | 4 + .../DescribeElasticLoadBalancersCommand.ts | 4 + .../src/commands/DescribeInstancesCommand.ts | 4 + .../src/commands/DescribeLayersCommand.ts | 4 + .../DescribeLoadBasedAutoScalingCommand.ts | 4 + .../commands/DescribeMyUserProfileCommand.ts | 4 + .../DescribeOperatingSystemsCommand.ts | 4 + .../commands/DescribePermissionsCommand.ts | 4 + .../src/commands/DescribeRaidArraysCommand.ts | 4 + .../commands/DescribeRdsDbInstancesCommand.ts | 4 + .../commands/DescribeServiceErrorsCommand.ts | 4 + ...cribeStackProvisioningParametersCommand.ts | 4 + .../commands/DescribeStackSummaryCommand.ts | 4 + .../src/commands/DescribeStacksCommand.ts | 4 + .../DescribeTimeBasedAutoScalingCommand.ts | 4 + .../commands/DescribeUserProfilesCommand.ts | 4 + .../src/commands/DescribeVolumesCommand.ts | 4 + .../DetachElasticLoadBalancerCommand.ts | 4 + .../commands/DisassociateElasticIpCommand.ts | 4 + .../commands/GetHostnameSuggestionCommand.ts | 4 + .../src/commands/GrantAccessCommand.ts | 4 + .../src/commands/ListTagsCommand.ts | 4 + .../src/commands/RebootInstanceCommand.ts | 4 + .../src/commands/RegisterEcsClusterCommand.ts | 4 + .../src/commands/RegisterElasticIpCommand.ts | 4 + .../src/commands/RegisterInstanceCommand.ts | 4 + .../commands/RegisterRdsDbInstanceCommand.ts | 4 + .../src/commands/RegisterVolumeCommand.ts | 4 + .../SetLoadBasedAutoScalingCommand.ts | 4 + .../src/commands/SetPermissionCommand.ts | 4 + .../SetTimeBasedAutoScalingCommand.ts | 4 + .../src/commands/StartInstanceCommand.ts | 4 + .../src/commands/StartStackCommand.ts | 4 + .../src/commands/StopInstanceCommand.ts | 4 + .../src/commands/StopStackCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UnassignInstanceCommand.ts | 4 + .../src/commands/UnassignVolumeCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAppCommand.ts | 4 + .../src/commands/UpdateElasticIpCommand.ts | 4 + .../src/commands/UpdateInstanceCommand.ts | 4 + .../src/commands/UpdateLayerCommand.ts | 4 + .../commands/UpdateMyUserProfileCommand.ts | 4 + .../commands/UpdateRdsDbInstanceCommand.ts | 4 + .../src/commands/UpdateStackCommand.ts | 4 + .../src/commands/UpdateUserProfileCommand.ts | 4 + .../src/commands/UpdateVolumeCommand.ts | 4 + clients/client-opsworks/src/index.ts | 124 +++++- .../src/models/OpsWorksServiceException.ts | 2 + .../client-opsworkscm/src/OpsWorksCMClient.ts | 6 +- .../src/commands/AssociateNodeCommand.ts | 4 + .../src/commands/CreateBackupCommand.ts | 4 + .../src/commands/CreateServerCommand.ts | 4 + .../src/commands/DeleteBackupCommand.ts | 4 + .../src/commands/DeleteServerCommand.ts | 4 + .../DescribeAccountAttributesCommand.ts | 4 + .../src/commands/DescribeBackupsCommand.ts | 4 + .../src/commands/DescribeEventsCommand.ts | 4 + .../DescribeNodeAssociationStatusCommand.ts | 4 + .../src/commands/DescribeServersCommand.ts | 4 + .../src/commands/DisassociateNodeCommand.ts | 4 + .../ExportServerEngineAttributeCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/RestoreServerCommand.ts | 4 + .../src/commands/StartMaintenanceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateServerCommand.ts | 4 + .../UpdateServerEngineAttributesCommand.ts | 4 + clients/client-opsworkscm/src/index.ts | 97 ++++- .../src/models/OpsWorksCMServiceException.ts | 2 + .../src/OrganizationsClient.ts | 6 +- .../src/commands/AcceptHandshakeCommand.ts | 4 + .../src/commands/AttachPolicyCommand.ts | 4 + .../src/commands/CancelHandshakeCommand.ts | 4 + .../src/commands/CloseAccountCommand.ts | 4 + .../src/commands/CreateAccountCommand.ts | 4 + .../commands/CreateGovCloudAccountCommand.ts | 4 + .../src/commands/CreateOrganizationCommand.ts | 4 + .../CreateOrganizationalUnitCommand.ts | 4 + .../src/commands/CreatePolicyCommand.ts | 4 + .../src/commands/DeclineHandshakeCommand.ts | 4 + .../src/commands/DeleteOrganizationCommand.ts | 4 + .../DeleteOrganizationalUnitCommand.ts | 4 + .../src/commands/DeletePolicyCommand.ts | 4 + .../commands/DeleteResourcePolicyCommand.ts | 4 + ...DeregisterDelegatedAdministratorCommand.ts | 4 + .../src/commands/DescribeAccountCommand.ts | 4 + .../DescribeCreateAccountStatusCommand.ts | 4 + .../DescribeEffectivePolicyCommand.ts | 4 + .../src/commands/DescribeHandshakeCommand.ts | 4 + .../commands/DescribeOrganizationCommand.ts | 4 + .../DescribeOrganizationalUnitCommand.ts | 4 + .../src/commands/DescribePolicyCommand.ts | 4 + .../commands/DescribeResourcePolicyCommand.ts | 4 + .../src/commands/DetachPolicyCommand.ts | 4 + .../DisableAWSServiceAccessCommand.ts | 4 + .../src/commands/DisablePolicyTypeCommand.ts | 4 + .../commands/EnableAWSServiceAccessCommand.ts | 4 + .../src/commands/EnableAllFeaturesCommand.ts | 4 + .../src/commands/EnablePolicyTypeCommand.ts | 4 + .../InviteAccountToOrganizationCommand.ts | 4 + .../src/commands/LeaveOrganizationCommand.ts | 4 + ...tAWSServiceAccessForOrganizationCommand.ts | 4 + .../src/commands/ListAccountsCommand.ts | 4 + .../commands/ListAccountsForParentCommand.ts | 4 + .../src/commands/ListChildrenCommand.ts | 4 + .../ListCreateAccountStatusCommand.ts | 4 + .../ListDelegatedAdministratorsCommand.ts | 4 + .../ListDelegatedServicesForAccountCommand.ts | 4 + .../ListHandshakesForAccountCommand.ts | 4 + .../ListHandshakesForOrganizationCommand.ts | 4 + ...ListOrganizationalUnitsForParentCommand.ts | 4 + .../src/commands/ListParentsCommand.ts | 4 + .../src/commands/ListPoliciesCommand.ts | 4 + .../commands/ListPoliciesForTargetCommand.ts | 4 + .../src/commands/ListRootsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/ListTargetsForPolicyCommand.ts | 4 + .../src/commands/MoveAccountCommand.ts | 4 + .../src/commands/PutResourcePolicyCommand.ts | 4 + .../RegisterDelegatedAdministratorCommand.ts | 4 + .../RemoveAccountFromOrganizationCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateOrganizationalUnitCommand.ts | 4 + .../src/commands/UpdatePolicyCommand.ts | 4 + clients/client-organizations/src/index.ts | 81 +++- .../models/OrganizationsServiceException.ts | 2 + clients/client-osis/src/OSISClient.ts | 6 +- .../src/commands/CreatePipelineCommand.ts | 4 + .../src/commands/DeletePipelineCommand.ts | 4 + .../commands/GetPipelineBlueprintCommand.ts | 4 + .../GetPipelineChangeProgressCommand.ts | 4 + .../src/commands/GetPipelineCommand.ts | 4 + .../commands/ListPipelineBlueprintsCommand.ts | 4 + .../src/commands/ListPipelinesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/StartPipelineCommand.ts | 4 + .../src/commands/StopPipelineCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdatePipelineCommand.ts | 4 + .../src/commands/ValidatePipelineCommand.ts | 4 + clients/client-osis/src/index.ts | 12 +- .../src/models/OSISServiceException.ts | 2 + clients/client-outposts/src/OutpostsClient.ts | 6 +- .../src/commands/CancelOrderCommand.ts | 4 + .../src/commands/CreateOrderCommand.ts | 4 + .../src/commands/CreateOutpostCommand.ts | 4 + .../src/commands/CreateSiteCommand.ts | 4 + .../src/commands/DeleteOutpostCommand.ts | 4 + .../src/commands/DeleteSiteCommand.ts | 4 + .../src/commands/GetCatalogItemCommand.ts | 4 + .../src/commands/GetConnectionCommand.ts | 4 + .../src/commands/GetOrderCommand.ts | 4 + .../src/commands/GetOutpostCommand.ts | 4 + .../GetOutpostInstanceTypesCommand.ts | 4 + .../src/commands/GetSiteAddressCommand.ts | 4 + .../src/commands/GetSiteCommand.ts | 4 + .../src/commands/ListAssetsCommand.ts | 4 + .../src/commands/ListCatalogItemsCommand.ts | 4 + .../src/commands/ListOrdersCommand.ts | 4 + .../src/commands/ListOutpostsCommand.ts | 4 + .../src/commands/ListSitesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/StartConnectionCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateOutpostCommand.ts | 4 + .../src/commands/UpdateSiteAddressCommand.ts | 4 + .../src/commands/UpdateSiteCommand.ts | 4 + ...UpdateSiteRackPhysicalPropertiesCommand.ts | 4 + clients/client-outposts/src/index.ts | 14 +- .../src/models/OutpostsServiceException.ts | 2 + clients/client-panorama/src/PanoramaClient.ts | 6 +- .../CreateApplicationInstanceCommand.ts | 4 + .../commands/CreateJobForDevicesCommand.ts | 4 + .../CreateNodeFromTemplateJobCommand.ts | 4 + .../src/commands/CreatePackageCommand.ts | 4 + .../commands/CreatePackageImportJobCommand.ts | 4 + .../src/commands/DeleteDeviceCommand.ts | 4 + .../src/commands/DeletePackageCommand.ts | 4 + .../DeregisterPackageVersionCommand.ts | 4 + .../DescribeApplicationInstanceCommand.ts | 4 + ...scribeApplicationInstanceDetailsCommand.ts | 4 + .../src/commands/DescribeDeviceCommand.ts | 4 + .../src/commands/DescribeDeviceJobCommand.ts | 4 + .../src/commands/DescribeNodeCommand.ts | 4 + .../DescribeNodeFromTemplateJobCommand.ts | 4 + .../src/commands/DescribePackageCommand.ts | 4 + .../DescribePackageImportJobCommand.ts | 4 + .../commands/DescribePackageVersionCommand.ts | 4 + ...tApplicationInstanceDependenciesCommand.ts | 4 + ...ApplicationInstanceNodeInstancesCommand.ts | 4 + .../ListApplicationInstancesCommand.ts | 4 + .../src/commands/ListDevicesCommand.ts | 4 + .../src/commands/ListDevicesJobsCommand.ts | 4 + .../ListNodeFromTemplateJobsCommand.ts | 4 + .../src/commands/ListNodesCommand.ts | 4 + .../commands/ListPackageImportJobsCommand.ts | 4 + .../src/commands/ListPackagesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ProvisionDeviceCommand.ts | 4 + .../commands/RegisterPackageVersionCommand.ts | 4 + .../RemoveApplicationInstanceCommand.ts | 4 + ...ApplicationInstanceNodeInstancesCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateDeviceMetadataCommand.ts | 4 + clients/client-panorama/src/index.ts | 15 +- .../src/models/PanoramaServiceException.ts | 2 + .../src/PersonalizeEventsClient.ts | 6 +- .../src/commands/PutEventsCommand.ts | 4 + .../src/commands/PutItemsCommand.ts | 4 + .../src/commands/PutUsersCommand.ts | 4 + .../client-personalize-events/src/index.ts | 10 +- .../PersonalizeEventsServiceException.ts | 2 + .../src/PersonalizeRuntimeClient.ts | 6 +- .../commands/GetPersonalizedRankingCommand.ts | 4 + .../src/commands/GetRecommendationsCommand.ts | 4 + .../client-personalize-runtime/src/index.ts | 8 +- .../PersonalizeRuntimeServiceException.ts | 2 + .../src/PersonalizeClient.ts | 6 +- .../CreateBatchInferenceJobCommand.ts | 4 + .../commands/CreateBatchSegmentJobCommand.ts | 4 + .../src/commands/CreateCampaignCommand.ts | 4 + .../src/commands/CreateDatasetCommand.ts | 4 + .../commands/CreateDatasetExportJobCommand.ts | 4 + .../src/commands/CreateDatasetGroupCommand.ts | 4 + .../commands/CreateDatasetImportJobCommand.ts | 4 + .../src/commands/CreateEventTrackerCommand.ts | 4 + .../src/commands/CreateFilterCommand.ts | 4 + .../CreateMetricAttributionCommand.ts | 4 + .../src/commands/CreateRecommenderCommand.ts | 4 + .../src/commands/CreateSchemaCommand.ts | 4 + .../src/commands/CreateSolutionCommand.ts | 4 + .../commands/CreateSolutionVersionCommand.ts | 4 + .../src/commands/DeleteCampaignCommand.ts | 4 + .../src/commands/DeleteDatasetCommand.ts | 4 + .../src/commands/DeleteDatasetGroupCommand.ts | 4 + .../src/commands/DeleteEventTrackerCommand.ts | 4 + .../src/commands/DeleteFilterCommand.ts | 4 + .../DeleteMetricAttributionCommand.ts | 4 + .../src/commands/DeleteRecommenderCommand.ts | 4 + .../src/commands/DeleteSchemaCommand.ts | 4 + .../src/commands/DeleteSolutionCommand.ts | 4 + .../src/commands/DescribeAlgorithmCommand.ts | 4 + .../DescribeBatchInferenceJobCommand.ts | 4 + .../DescribeBatchSegmentJobCommand.ts | 4 + .../src/commands/DescribeCampaignCommand.ts | 4 + .../src/commands/DescribeDatasetCommand.ts | 4 + .../DescribeDatasetExportJobCommand.ts | 4 + .../commands/DescribeDatasetGroupCommand.ts | 4 + .../DescribeDatasetImportJobCommand.ts | 4 + .../commands/DescribeEventTrackerCommand.ts | 4 + .../DescribeFeatureTransformationCommand.ts | 4 + .../src/commands/DescribeFilterCommand.ts | 4 + .../DescribeMetricAttributionCommand.ts | 4 + .../src/commands/DescribeRecipeCommand.ts | 4 + .../commands/DescribeRecommenderCommand.ts | 4 + .../src/commands/DescribeSchemaCommand.ts | 4 + .../src/commands/DescribeSolutionCommand.ts | 4 + .../DescribeSolutionVersionCommand.ts | 4 + .../src/commands/GetSolutionMetricsCommand.ts | 4 + .../commands/ListBatchInferenceJobsCommand.ts | 4 + .../commands/ListBatchSegmentJobsCommand.ts | 4 + .../src/commands/ListCampaignsCommand.ts | 4 + .../commands/ListDatasetExportJobsCommand.ts | 4 + .../src/commands/ListDatasetGroupsCommand.ts | 4 + .../commands/ListDatasetImportJobsCommand.ts | 4 + .../src/commands/ListDatasetsCommand.ts | 4 + .../src/commands/ListEventTrackersCommand.ts | 4 + .../src/commands/ListFiltersCommand.ts | 4 + .../ListMetricAttributionMetricsCommand.ts | 4 + .../commands/ListMetricAttributionsCommand.ts | 4 + .../src/commands/ListRecipesCommand.ts | 4 + .../src/commands/ListRecommendersCommand.ts | 4 + .../src/commands/ListSchemasCommand.ts | 4 + .../commands/ListSolutionVersionsCommand.ts | 4 + .../src/commands/ListSolutionsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/StartRecommenderCommand.ts | 4 + .../src/commands/StopRecommenderCommand.ts | 4 + .../StopSolutionVersionCreationCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateCampaignCommand.ts | 4 + .../UpdateMetricAttributionCommand.ts | 4 + .../src/commands/UpdateRecommenderCommand.ts | 4 + clients/client-personalize/src/index.ts | 11 +- .../src/models/PersonalizeServiceException.ts | 2 + clients/client-pi/src/PIClient.ts | 6 +- .../commands/DescribeDimensionKeysCommand.ts | 4 + .../commands/GetDimensionKeyDetailsCommand.ts | 4 + .../commands/GetResourceMetadataCommand.ts | 4 + .../src/commands/GetResourceMetricsCommand.ts | 4 + .../ListAvailableResourceDimensionsCommand.ts | 4 + .../ListAvailableResourceMetricsCommand.ts | 4 + clients/client-pi/src/index.ts | 34 +- .../src/models/PIServiceException.ts | 2 + .../src/PinpointEmailClient.ts | 6 +- .../commands/CreateConfigurationSetCommand.ts | 4 + ...ConfigurationSetEventDestinationCommand.ts | 4 + .../commands/CreateDedicatedIpPoolCommand.ts | 4 + .../CreateDeliverabilityTestReportCommand.ts | 4 + .../commands/CreateEmailIdentityCommand.ts | 4 + .../commands/DeleteConfigurationSetCommand.ts | 4 + ...ConfigurationSetEventDestinationCommand.ts | 4 + .../commands/DeleteDedicatedIpPoolCommand.ts | 4 + .../commands/DeleteEmailIdentityCommand.ts | 4 + .../src/commands/GetAccountCommand.ts | 4 + .../commands/GetBlacklistReportsCommand.ts | 4 + .../commands/GetConfigurationSetCommand.ts | 4 + ...onfigurationSetEventDestinationsCommand.ts | 4 + .../src/commands/GetDedicatedIpCommand.ts | 4 + .../src/commands/GetDedicatedIpsCommand.ts | 4 + ...etDeliverabilityDashboardOptionsCommand.ts | 4 + .../GetDeliverabilityTestReportCommand.ts | 4 + .../GetDomainDeliverabilityCampaignCommand.ts | 4 + .../GetDomainStatisticsReportCommand.ts | 4 + .../src/commands/GetEmailIdentityCommand.ts | 4 + .../commands/ListConfigurationSetsCommand.ts | 4 + .../commands/ListDedicatedIpPoolsCommand.ts | 4 + .../ListDeliverabilityTestReportsCommand.ts | 4 + ...istDomainDeliverabilityCampaignsCommand.ts | 4 + .../commands/ListEmailIdentitiesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + ...countDedicatedIpWarmupAttributesCommand.ts | 4 + .../PutAccountSendingAttributesCommand.ts | 4 + ...tConfigurationSetDeliveryOptionsCommand.ts | 4 + ...onfigurationSetReputationOptionsCommand.ts | 4 + ...utConfigurationSetSendingOptionsCommand.ts | 4 + ...tConfigurationSetTrackingOptionsCommand.ts | 4 + .../commands/PutDedicatedIpInPoolCommand.ts | 4 + .../PutDedicatedIpWarmupAttributesCommand.ts | 4 + ...PutDeliverabilityDashboardOptionCommand.ts | 4 + .../PutEmailIdentityDkimAttributesCommand.ts | 4 + ...tEmailIdentityFeedbackAttributesCommand.ts | 4 + ...tEmailIdentityMailFromAttributesCommand.ts | 4 + .../src/commands/SendEmailCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + ...ConfigurationSetEventDestinationCommand.ts | 4 + clients/client-pinpoint-email/src/index.ts | 38 +- .../models/PinpointEmailServiceException.ts | 2 + .../src/PinpointSMSVoiceV2Client.ts | 6 +- .../AssociateOriginationIdentityCommand.ts | 4 + .../commands/CreateConfigurationSetCommand.ts | 4 + .../commands/CreateEventDestinationCommand.ts | 4 + .../src/commands/CreateOptOutListCommand.ts | 4 + .../src/commands/CreatePoolCommand.ts | 4 + .../commands/DeleteConfigurationSetCommand.ts | 4 + .../DeleteDefaultMessageTypeCommand.ts | 4 + .../commands/DeleteDefaultSenderIdCommand.ts | 4 + .../commands/DeleteEventDestinationCommand.ts | 4 + .../src/commands/DeleteKeywordCommand.ts | 4 + .../src/commands/DeleteOptOutListCommand.ts | 4 + .../commands/DeleteOptedOutNumberCommand.ts | 4 + .../src/commands/DeletePoolCommand.ts | 4 + ...eteTextMessageSpendLimitOverrideCommand.ts | 4 + ...teVoiceMessageSpendLimitOverrideCommand.ts | 4 + .../DescribeAccountAttributesCommand.ts | 4 + .../commands/DescribeAccountLimitsCommand.ts | 4 + .../DescribeConfigurationSetsCommand.ts | 4 + .../src/commands/DescribeKeywordsCommand.ts | 4 + .../commands/DescribeOptOutListsCommand.ts | 4 + .../DescribeOptedOutNumbersCommand.ts | 4 + .../commands/DescribePhoneNumbersCommand.ts | 4 + .../src/commands/DescribePoolsCommand.ts | 4 + .../src/commands/DescribeSenderIdsCommand.ts | 4 + .../commands/DescribeSpendLimitsCommand.ts | 4 + .../DisassociateOriginationIdentityCommand.ts | 4 + .../ListPoolOriginationIdentitiesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutKeywordCommand.ts | 4 + .../src/commands/PutOptedOutNumberCommand.ts | 4 + .../src/commands/ReleasePhoneNumberCommand.ts | 4 + .../src/commands/RequestPhoneNumberCommand.ts | 4 + .../src/commands/SendTextMessageCommand.ts | 4 + .../src/commands/SendVoiceMessageCommand.ts | 4 + .../commands/SetDefaultMessageTypeCommand.ts | 4 + .../src/commands/SetDefaultSenderIdCommand.ts | 4 + ...SetTextMessageSpendLimitOverrideCommand.ts | 4 + ...etVoiceMessageSpendLimitOverrideCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateEventDestinationCommand.ts | 4 + .../src/commands/UpdatePhoneNumberCommand.ts | 4 + .../src/commands/UpdatePoolCommand.ts | 4 + .../client-pinpoint-sms-voice-v2/src/index.ts | 25 +- .../PinpointSMSVoiceV2ServiceException.ts | 2 + .../src/PinpointSMSVoiceClient.ts | 6 +- .../commands/CreateConfigurationSetCommand.ts | 4 + ...ConfigurationSetEventDestinationCommand.ts | 4 + .../commands/DeleteConfigurationSetCommand.ts | 4 + ...ConfigurationSetEventDestinationCommand.ts | 4 + ...onfigurationSetEventDestinationsCommand.ts | 4 + .../commands/ListConfigurationSetsCommand.ts | 4 + .../src/commands/SendVoiceMessageCommand.ts | 4 + ...ConfigurationSetEventDestinationCommand.ts | 4 + .../client-pinpoint-sms-voice/src/index.ts | 8 +- .../PinpointSMSVoiceServiceException.ts | 2 + clients/client-pinpoint/src/PinpointClient.ts | 6 +- .../src/commands/CreateAppCommand.ts | 4 + .../src/commands/CreateCampaignCommand.ts | 4 + .../commands/CreateEmailTemplateCommand.ts | 4 + .../src/commands/CreateExportJobCommand.ts | 4 + .../src/commands/CreateImportJobCommand.ts | 4 + .../commands/CreateInAppTemplateCommand.ts | 4 + .../src/commands/CreateJourneyCommand.ts | 4 + .../src/commands/CreatePushTemplateCommand.ts | 4 + .../CreateRecommenderConfigurationCommand.ts | 4 + .../src/commands/CreateSegmentCommand.ts | 4 + .../src/commands/CreateSmsTemplateCommand.ts | 4 + .../commands/CreateVoiceTemplateCommand.ts | 4 + .../src/commands/DeleteAdmChannelCommand.ts | 4 + .../src/commands/DeleteApnsChannelCommand.ts | 4 + .../DeleteApnsSandboxChannelCommand.ts | 4 + .../commands/DeleteApnsVoipChannelCommand.ts | 4 + .../DeleteApnsVoipSandboxChannelCommand.ts | 4 + .../src/commands/DeleteAppCommand.ts | 4 + .../src/commands/DeleteBaiduChannelCommand.ts | 4 + .../src/commands/DeleteCampaignCommand.ts | 4 + .../src/commands/DeleteEmailChannelCommand.ts | 4 + .../commands/DeleteEmailTemplateCommand.ts | 4 + .../src/commands/DeleteEndpointCommand.ts | 4 + .../src/commands/DeleteEventStreamCommand.ts | 4 + .../src/commands/DeleteGcmChannelCommand.ts | 4 + .../commands/DeleteInAppTemplateCommand.ts | 4 + .../src/commands/DeleteJourneyCommand.ts | 4 + .../src/commands/DeletePushTemplateCommand.ts | 4 + .../DeleteRecommenderConfigurationCommand.ts | 4 + .../src/commands/DeleteSegmentCommand.ts | 4 + .../src/commands/DeleteSmsChannelCommand.ts | 4 + .../src/commands/DeleteSmsTemplateCommand.ts | 4 + .../commands/DeleteUserEndpointsCommand.ts | 4 + .../src/commands/DeleteVoiceChannelCommand.ts | 4 + .../commands/DeleteVoiceTemplateCommand.ts | 4 + .../src/commands/GetAdmChannelCommand.ts | 4 + .../src/commands/GetApnsChannelCommand.ts | 4 + .../commands/GetApnsSandboxChannelCommand.ts | 4 + .../src/commands/GetApnsVoipChannelCommand.ts | 4 + .../GetApnsVoipSandboxChannelCommand.ts | 4 + .../src/commands/GetAppCommand.ts | 4 + .../GetApplicationDateRangeKpiCommand.ts | 4 + .../commands/GetApplicationSettingsCommand.ts | 4 + .../src/commands/GetAppsCommand.ts | 4 + .../src/commands/GetBaiduChannelCommand.ts | 4 + .../commands/GetCampaignActivitiesCommand.ts | 4 + .../src/commands/GetCampaignCommand.ts | 4 + .../GetCampaignDateRangeKpiCommand.ts | 4 + .../src/commands/GetCampaignVersionCommand.ts | 4 + .../commands/GetCampaignVersionsCommand.ts | 4 + .../src/commands/GetCampaignsCommand.ts | 4 + .../src/commands/GetChannelsCommand.ts | 4 + .../src/commands/GetEmailChannelCommand.ts | 4 + .../src/commands/GetEmailTemplateCommand.ts | 4 + .../src/commands/GetEndpointCommand.ts | 4 + .../src/commands/GetEventStreamCommand.ts | 4 + .../src/commands/GetExportJobCommand.ts | 4 + .../src/commands/GetExportJobsCommand.ts | 4 + .../src/commands/GetGcmChannelCommand.ts | 4 + .../src/commands/GetImportJobCommand.ts | 4 + .../src/commands/GetImportJobsCommand.ts | 4 + .../src/commands/GetInAppMessagesCommand.ts | 4 + .../src/commands/GetInAppTemplateCommand.ts | 4 + .../src/commands/GetJourneyCommand.ts | 4 + .../commands/GetJourneyDateRangeKpiCommand.ts | 4 + ...tJourneyExecutionActivityMetricsCommand.ts | 4 + .../GetJourneyExecutionMetricsCommand.ts | 4 + ...urneyRunExecutionActivityMetricsCommand.ts | 4 + .../GetJourneyRunExecutionMetricsCommand.ts | 4 + .../src/commands/GetJourneyRunsCommand.ts | 4 + .../src/commands/GetPushTemplateCommand.ts | 4 + .../GetRecommenderConfigurationCommand.ts | 4 + .../GetRecommenderConfigurationsCommand.ts | 4 + .../src/commands/GetSegmentCommand.ts | 4 + .../commands/GetSegmentExportJobsCommand.ts | 4 + .../commands/GetSegmentImportJobsCommand.ts | 4 + .../src/commands/GetSegmentVersionCommand.ts | 4 + .../src/commands/GetSegmentVersionsCommand.ts | 4 + .../src/commands/GetSegmentsCommand.ts | 4 + .../src/commands/GetSmsChannelCommand.ts | 4 + .../src/commands/GetSmsTemplateCommand.ts | 4 + .../src/commands/GetUserEndpointsCommand.ts | 4 + .../src/commands/GetVoiceChannelCommand.ts | 4 + .../src/commands/GetVoiceTemplateCommand.ts | 4 + .../src/commands/ListJourneysCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/ListTemplateVersionsCommand.ts | 4 + .../src/commands/ListTemplatesCommand.ts | 4 + .../commands/PhoneNumberValidateCommand.ts | 4 + .../src/commands/PutEventStreamCommand.ts | 4 + .../src/commands/PutEventsCommand.ts | 4 + .../src/commands/RemoveAttributesCommand.ts | 4 + .../src/commands/SendMessagesCommand.ts | 4 + .../src/commands/SendOTPMessageCommand.ts | 4 + .../src/commands/SendUsersMessagesCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAdmChannelCommand.ts | 4 + .../src/commands/UpdateApnsChannelCommand.ts | 4 + .../UpdateApnsSandboxChannelCommand.ts | 4 + .../commands/UpdateApnsVoipChannelCommand.ts | 4 + .../UpdateApnsVoipSandboxChannelCommand.ts | 4 + .../UpdateApplicationSettingsCommand.ts | 4 + .../src/commands/UpdateBaiduChannelCommand.ts | 4 + .../src/commands/UpdateCampaignCommand.ts | 4 + .../src/commands/UpdateEmailChannelCommand.ts | 4 + .../commands/UpdateEmailTemplateCommand.ts | 4 + .../src/commands/UpdateEndpointCommand.ts | 4 + .../commands/UpdateEndpointsBatchCommand.ts | 4 + .../src/commands/UpdateGcmChannelCommand.ts | 4 + .../commands/UpdateInAppTemplateCommand.ts | 4 + .../src/commands/UpdateJourneyCommand.ts | 4 + .../src/commands/UpdateJourneyStateCommand.ts | 4 + .../src/commands/UpdatePushTemplateCommand.ts | 4 + .../UpdateRecommenderConfigurationCommand.ts | 4 + .../src/commands/UpdateSegmentCommand.ts | 4 + .../src/commands/UpdateSmsChannelCommand.ts | 4 + .../src/commands/UpdateSmsTemplateCommand.ts | 4 + .../UpdateTemplateActiveVersionCommand.ts | 4 + .../src/commands/UpdateVoiceChannelCommand.ts | 4 + .../commands/UpdateVoiceTemplateCommand.ts | 4 + .../src/commands/VerifyOTPMessageCommand.ts | 4 + clients/client-pinpoint/src/index.ts | 8 +- .../src/models/PinpointServiceException.ts | 2 + clients/client-pipes/src/PipesClient.ts | 6 +- .../src/commands/CreatePipeCommand.ts | 4 + .../src/commands/DeletePipeCommand.ts | 4 + .../src/commands/DescribePipeCommand.ts | 4 + .../src/commands/ListPipesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/StartPipeCommand.ts | 4 + .../src/commands/StopPipeCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdatePipeCommand.ts | 4 + clients/client-pipes/src/index.ts | 12 +- .../src/models/PipesServiceException.ts | 2 + clients/client-polly/src/PollyClient.ts | 6 +- .../src/commands/DeleteLexiconCommand.ts | 4 + .../src/commands/DescribeVoicesCommand.ts | 4 + .../src/commands/GetLexiconCommand.ts | 4 + .../commands/GetSpeechSynthesisTaskCommand.ts | 4 + .../src/commands/ListLexiconsCommand.ts | 4 + .../ListSpeechSynthesisTasksCommand.ts | 4 + .../src/commands/PutLexiconCommand.ts | 4 + .../StartSpeechSynthesisTaskCommand.ts | 4 + .../src/commands/SynthesizeSpeechCommand.ts | 4 + clients/client-polly/src/index.ts | 15 +- .../src/models/PollyServiceException.ts | 2 + clients/client-pricing/src/PricingClient.ts | 6 +- .../src/commands/DescribeServicesCommand.ts | 4 + .../src/commands/GetAttributeValuesCommand.ts | 4 + .../commands/GetPriceListFileUrlCommand.ts | 4 + .../src/commands/GetProductsCommand.ts | 4 + .../src/commands/ListPriceListsCommand.ts | 4 + clients/client-pricing/src/index.ts | 33 +- .../src/models/PricingServiceException.ts | 2 + .../src/PrivateNetworksClient.ts | 6 +- .../AcknowledgeOrderReceiptCommand.ts | 4 + .../ActivateDeviceIdentifierCommand.ts | 4 + .../commands/ActivateNetworkSiteCommand.ts | 4 + .../commands/ConfigureAccessPointCommand.ts | 4 + .../src/commands/CreateNetworkCommand.ts | 4 + .../src/commands/CreateNetworkSiteCommand.ts | 4 + .../DeactivateDeviceIdentifierCommand.ts | 4 + .../src/commands/DeleteNetworkCommand.ts | 4 + .../src/commands/DeleteNetworkSiteCommand.ts | 4 + .../commands/GetDeviceIdentifierCommand.ts | 4 + .../src/commands/GetNetworkCommand.ts | 4 + .../src/commands/GetNetworkResourceCommand.ts | 4 + .../src/commands/GetNetworkSiteCommand.ts | 4 + .../src/commands/GetOrderCommand.ts | 4 + .../commands/ListDeviceIdentifiersCommand.ts | 4 + .../commands/ListNetworkResourcesCommand.ts | 4 + .../src/commands/ListNetworkSitesCommand.ts | 4 + .../src/commands/ListNetworksCommand.ts | 4 + .../src/commands/ListOrdersCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PingCommand.ts | 4 + .../StartNetworkResourceUpdateCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateNetworkSiteCommand.ts | 4 + .../commands/UpdateNetworkSitePlanCommand.ts | 4 + clients/client-privatenetworks/src/index.ts | 13 +- .../models/PrivateNetworksServiceException.ts | 2 + clients/client-proton/src/ProtonClient.ts | 6 +- ...ceptEnvironmentAccountConnectionCommand.ts | 4 + .../CancelComponentDeploymentCommand.ts | 4 + .../CancelEnvironmentDeploymentCommand.ts | 4 + .../CancelServiceInstanceDeploymentCommand.ts | 4 + .../CancelServicePipelineDeploymentCommand.ts | 4 + .../src/commands/CreateComponentCommand.ts | 4 + ...eateEnvironmentAccountConnectionCommand.ts | 4 + .../src/commands/CreateEnvironmentCommand.ts | 4 + .../CreateEnvironmentTemplateCommand.ts | 4 + ...CreateEnvironmentTemplateVersionCommand.ts | 4 + .../src/commands/CreateRepositoryCommand.ts | 4 + .../src/commands/CreateServiceCommand.ts | 4 + .../commands/CreateServiceInstanceCommand.ts | 4 + .../CreateServiceSyncConfigCommand.ts | 4 + .../commands/CreateServiceTemplateCommand.ts | 4 + .../CreateServiceTemplateVersionCommand.ts | 4 + .../CreateTemplateSyncConfigCommand.ts | 4 + .../src/commands/DeleteComponentCommand.ts | 4 + ...leteEnvironmentAccountConnectionCommand.ts | 4 + .../src/commands/DeleteEnvironmentCommand.ts | 4 + .../DeleteEnvironmentTemplateCommand.ts | 4 + ...DeleteEnvironmentTemplateVersionCommand.ts | 4 + .../src/commands/DeleteRepositoryCommand.ts | 4 + .../src/commands/DeleteServiceCommand.ts | 4 + .../DeleteServiceSyncConfigCommand.ts | 4 + .../commands/DeleteServiceTemplateCommand.ts | 4 + .../DeleteServiceTemplateVersionCommand.ts | 4 + .../DeleteTemplateSyncConfigCommand.ts | 4 + .../src/commands/GetAccountSettingsCommand.ts | 4 + .../src/commands/GetComponentCommand.ts | 4 + .../GetEnvironmentAccountConnectionCommand.ts | 4 + .../src/commands/GetEnvironmentCommand.ts | 4 + .../commands/GetEnvironmentTemplateCommand.ts | 4 + .../GetEnvironmentTemplateVersionCommand.ts | 4 + .../src/commands/GetRepositoryCommand.ts | 4 + .../GetRepositorySyncStatusCommand.ts | 4 + .../commands/GetResourcesSummaryCommand.ts | 4 + .../src/commands/GetServiceCommand.ts | 4 + .../src/commands/GetServiceInstanceCommand.ts | 4 + .../GetServiceInstanceSyncStatusCommand.ts | 4 + .../GetServiceSyncBlockerSummaryCommand.ts | 4 + .../commands/GetServiceSyncConfigCommand.ts | 4 + .../src/commands/GetServiceTemplateCommand.ts | 4 + .../GetServiceTemplateVersionCommand.ts | 4 + .../commands/GetTemplateSyncConfigCommand.ts | 4 + .../commands/GetTemplateSyncStatusCommand.ts | 4 + .../commands/ListComponentOutputsCommand.ts | 4 + ...istComponentProvisionedResourcesCommand.ts | 4 + .../src/commands/ListComponentsCommand.ts | 4 + ...istEnvironmentAccountConnectionsCommand.ts | 4 + .../commands/ListEnvironmentOutputsCommand.ts | 4 + ...tEnvironmentProvisionedResourcesCommand.ts | 4 + .../ListEnvironmentTemplateVersionsCommand.ts | 4 + .../ListEnvironmentTemplatesCommand.ts | 4 + .../src/commands/ListEnvironmentsCommand.ts | 4 + .../src/commands/ListRepositoriesCommand.ts | 4 + .../ListRepositorySyncDefinitionsCommand.ts | 4 + .../ListServiceInstanceOutputsCommand.ts | 4 + ...viceInstanceProvisionedResourcesCommand.ts | 4 + .../commands/ListServiceInstancesCommand.ts | 4 + .../ListServicePipelineOutputsCommand.ts | 4 + ...vicePipelineProvisionedResourcesCommand.ts | 4 + .../ListServiceTemplateVersionsCommand.ts | 4 + .../commands/ListServiceTemplatesCommand.ts | 4 + .../src/commands/ListServicesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + ...fyResourceDeploymentStatusChangeCommand.ts | 4 + ...jectEnvironmentAccountConnectionCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateAccountSettingsCommand.ts | 4 + .../src/commands/UpdateComponentCommand.ts | 4 + ...dateEnvironmentAccountConnectionCommand.ts | 4 + .../src/commands/UpdateEnvironmentCommand.ts | 4 + .../UpdateEnvironmentTemplateCommand.ts | 4 + ...UpdateEnvironmentTemplateVersionCommand.ts | 4 + .../src/commands/UpdateServiceCommand.ts | 4 + .../commands/UpdateServiceInstanceCommand.ts | 4 + .../commands/UpdateServicePipelineCommand.ts | 4 + .../UpdateServiceSyncBlockerCommand.ts | 4 + .../UpdateServiceSyncConfigCommand.ts | 4 + .../commands/UpdateServiceTemplateCommand.ts | 4 + .../UpdateServiceTemplateVersionCommand.ts | 4 + .../UpdateTemplateSyncConfigCommand.ts | 4 + clients/client-proton/src/index.ts | 138 +++++- .../src/models/ProtonServiceException.ts | 2 + .../src/QLDBSessionClient.ts | 6 +- .../src/commands/SendCommandCommand.ts | 4 + clients/client-qldb-session/src/index.ts | 28 +- .../src/models/QLDBSessionServiceException.ts | 2 + clients/client-qldb/src/QLDBClient.ts | 6 +- .../CancelJournalKinesisStreamCommand.ts | 4 + .../src/commands/CreateLedgerCommand.ts | 4 + .../src/commands/DeleteLedgerCommand.ts | 4 + .../DescribeJournalKinesisStreamCommand.ts | 4 + .../DescribeJournalS3ExportCommand.ts | 4 + .../src/commands/DescribeLedgerCommand.ts | 4 + .../src/commands/ExportJournalToS3Command.ts | 4 + .../src/commands/GetBlockCommand.ts | 4 + .../src/commands/GetDigestCommand.ts | 4 + .../src/commands/GetRevisionCommand.ts | 4 + ...stJournalKinesisStreamsForLedgerCommand.ts | 4 + .../commands/ListJournalS3ExportsCommand.ts | 4 + .../ListJournalS3ExportsForLedgerCommand.ts | 4 + .../src/commands/ListLedgersCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/StreamJournalToKinesisCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateLedgerCommand.ts | 4 + .../UpdateLedgerPermissionsModeCommand.ts | 4 + clients/client-qldb/src/index.ts | 10 +- .../src/models/QLDBServiceException.ts | 2 + .../client-quicksight/src/QuickSightClient.ts | 6 +- .../src/commands/CancelIngestionCommand.ts | 4 + .../CreateAccountCustomizationCommand.ts | 4 + .../CreateAccountSubscriptionCommand.ts | 4 + .../src/commands/CreateAnalysisCommand.ts | 4 + .../src/commands/CreateDashboardCommand.ts | 4 + .../src/commands/CreateDataSetCommand.ts | 4 + .../src/commands/CreateDataSourceCommand.ts | 4 + .../src/commands/CreateFolderCommand.ts | 4 + .../commands/CreateFolderMembershipCommand.ts | 4 + .../src/commands/CreateGroupCommand.ts | 4 + .../commands/CreateGroupMembershipCommand.ts | 4 + .../CreateIAMPolicyAssignmentCommand.ts | 4 + .../src/commands/CreateIngestionCommand.ts | 4 + .../src/commands/CreateNamespaceCommand.ts | 4 + .../commands/CreateRefreshScheduleCommand.ts | 4 + .../commands/CreateTemplateAliasCommand.ts | 4 + .../src/commands/CreateTemplateCommand.ts | 4 + .../src/commands/CreateThemeAliasCommand.ts | 4 + .../src/commands/CreateThemeCommand.ts | 4 + .../src/commands/CreateTopicCommand.ts | 4 + .../CreateTopicRefreshScheduleCommand.ts | 4 + .../commands/CreateVPCConnectionCommand.ts | 4 + .../DeleteAccountCustomizationCommand.ts | 4 + .../DeleteAccountSubscriptionCommand.ts | 4 + .../src/commands/DeleteAnalysisCommand.ts | 4 + .../src/commands/DeleteDashboardCommand.ts | 4 + .../src/commands/DeleteDataSetCommand.ts | 4 + .../DeleteDataSetRefreshPropertiesCommand.ts | 4 + .../src/commands/DeleteDataSourceCommand.ts | 4 + .../src/commands/DeleteFolderCommand.ts | 4 + .../commands/DeleteFolderMembershipCommand.ts | 4 + .../src/commands/DeleteGroupCommand.ts | 4 + .../commands/DeleteGroupMembershipCommand.ts | 4 + .../DeleteIAMPolicyAssignmentCommand.ts | 4 + .../src/commands/DeleteNamespaceCommand.ts | 4 + .../commands/DeleteRefreshScheduleCommand.ts | 4 + .../commands/DeleteTemplateAliasCommand.ts | 4 + .../src/commands/DeleteTemplateCommand.ts | 4 + .../src/commands/DeleteThemeAliasCommand.ts | 4 + .../src/commands/DeleteThemeCommand.ts | 4 + .../src/commands/DeleteTopicCommand.ts | 4 + .../DeleteTopicRefreshScheduleCommand.ts | 4 + .../DeleteUserByPrincipalIdCommand.ts | 4 + .../src/commands/DeleteUserCommand.ts | 4 + .../commands/DeleteVPCConnectionCommand.ts | 4 + .../DescribeAccountCustomizationCommand.ts | 4 + .../DescribeAccountSettingsCommand.ts | 4 + .../DescribeAccountSubscriptionCommand.ts | 4 + .../src/commands/DescribeAnalysisCommand.ts | 4 + .../DescribeAnalysisDefinitionCommand.ts | 4 + .../DescribeAnalysisPermissionsCommand.ts | 4 + .../src/commands/DescribeDashboardCommand.ts | 4 + .../DescribeDashboardDefinitionCommand.ts | 4 + .../DescribeDashboardPermissionsCommand.ts | 4 + .../src/commands/DescribeDataSetCommand.ts | 4 + .../DescribeDataSetPermissionsCommand.ts | 4 + ...DescribeDataSetRefreshPropertiesCommand.ts | 4 + .../src/commands/DescribeDataSourceCommand.ts | 4 + .../DescribeDataSourcePermissionsCommand.ts | 4 + .../src/commands/DescribeFolderCommand.ts | 4 + .../DescribeFolderPermissionsCommand.ts | 4 + ...escribeFolderResolvedPermissionsCommand.ts | 4 + .../src/commands/DescribeGroupCommand.ts | 4 + .../DescribeGroupMembershipCommand.ts | 4 + .../DescribeIAMPolicyAssignmentCommand.ts | 4 + .../src/commands/DescribeIngestionCommand.ts | 4 + .../commands/DescribeIpRestrictionCommand.ts | 4 + .../src/commands/DescribeNamespaceCommand.ts | 4 + .../DescribeRefreshScheduleCommand.ts | 4 + .../commands/DescribeTemplateAliasCommand.ts | 4 + .../src/commands/DescribeTemplateCommand.ts | 4 + .../DescribeTemplateDefinitionCommand.ts | 4 + .../DescribeTemplatePermissionsCommand.ts | 4 + .../src/commands/DescribeThemeAliasCommand.ts | 4 + .../src/commands/DescribeThemeCommand.ts | 4 + .../DescribeThemePermissionsCommand.ts | 4 + .../src/commands/DescribeTopicCommand.ts | 4 + .../DescribeTopicPermissionsCommand.ts | 4 + .../commands/DescribeTopicRefreshCommand.ts | 4 + .../DescribeTopicRefreshScheduleCommand.ts | 4 + .../src/commands/DescribeUserCommand.ts | 4 + .../commands/DescribeVPCConnectionCommand.ts | 4 + ...GenerateEmbedUrlForAnonymousUserCommand.ts | 4 + ...enerateEmbedUrlForRegisteredUserCommand.ts | 4 + .../commands/GetDashboardEmbedUrlCommand.ts | 4 + .../src/commands/GetSessionEmbedUrlCommand.ts | 4 + .../src/commands/ListAnalysesCommand.ts | 4 + .../commands/ListDashboardVersionsCommand.ts | 4 + .../src/commands/ListDashboardsCommand.ts | 4 + .../src/commands/ListDataSetsCommand.ts | 4 + .../src/commands/ListDataSourcesCommand.ts | 4 + .../src/commands/ListFolderMembersCommand.ts | 4 + .../src/commands/ListFoldersCommand.ts | 4 + .../commands/ListGroupMembershipsCommand.ts | 4 + .../src/commands/ListGroupsCommand.ts | 4 + .../ListIAMPolicyAssignmentsCommand.ts | 4 + .../ListIAMPolicyAssignmentsForUserCommand.ts | 4 + .../src/commands/ListIngestionsCommand.ts | 4 + .../src/commands/ListNamespacesCommand.ts | 4 + .../commands/ListRefreshSchedulesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/ListTemplateAliasesCommand.ts | 4 + .../commands/ListTemplateVersionsCommand.ts | 4 + .../src/commands/ListTemplatesCommand.ts | 4 + .../src/commands/ListThemeAliasesCommand.ts | 4 + .../src/commands/ListThemeVersionsCommand.ts | 4 + .../src/commands/ListThemesCommand.ts | 4 + .../ListTopicRefreshSchedulesCommand.ts | 4 + .../src/commands/ListTopicsCommand.ts | 4 + .../src/commands/ListUserGroupsCommand.ts | 4 + .../src/commands/ListUsersCommand.ts | 4 + .../src/commands/ListVPCConnectionsCommand.ts | 4 + .../PutDataSetRefreshPropertiesCommand.ts | 4 + .../src/commands/RegisterUserCommand.ts | 4 + .../src/commands/RestoreAnalysisCommand.ts | 4 + .../src/commands/SearchAnalysesCommand.ts | 4 + .../src/commands/SearchDashboardsCommand.ts | 4 + .../src/commands/SearchDataSetsCommand.ts | 4 + .../src/commands/SearchDataSourcesCommand.ts | 4 + .../src/commands/SearchFoldersCommand.ts | 4 + .../src/commands/SearchGroupsCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateAccountCustomizationCommand.ts | 4 + .../commands/UpdateAccountSettingsCommand.ts | 4 + .../src/commands/UpdateAnalysisCommand.ts | 4 + .../UpdateAnalysisPermissionsCommand.ts | 4 + .../src/commands/UpdateDashboardCommand.ts | 4 + .../UpdateDashboardPermissionsCommand.ts | 4 + .../UpdateDashboardPublishedVersionCommand.ts | 4 + .../src/commands/UpdateDataSetCommand.ts | 4 + .../UpdateDataSetPermissionsCommand.ts | 4 + .../src/commands/UpdateDataSourceCommand.ts | 4 + .../UpdateDataSourcePermissionsCommand.ts | 4 + .../src/commands/UpdateFolderCommand.ts | 4 + .../UpdateFolderPermissionsCommand.ts | 4 + .../src/commands/UpdateGroupCommand.ts | 4 + .../UpdateIAMPolicyAssignmentCommand.ts | 4 + .../commands/UpdateIpRestrictionCommand.ts | 4 + .../UpdatePublicSharingSettingsCommand.ts | 4 + .../commands/UpdateRefreshScheduleCommand.ts | 4 + .../commands/UpdateTemplateAliasCommand.ts | 4 + .../src/commands/UpdateTemplateCommand.ts | 4 + .../UpdateTemplatePermissionsCommand.ts | 4 + .../src/commands/UpdateThemeAliasCommand.ts | 4 + .../src/commands/UpdateThemeCommand.ts | 4 + .../commands/UpdateThemePermissionsCommand.ts | 4 + .../src/commands/UpdateTopicCommand.ts | 4 + .../commands/UpdateTopicPermissionsCommand.ts | 4 + .../UpdateTopicRefreshScheduleCommand.ts | 4 + .../src/commands/UpdateUserCommand.ts | 4 + .../commands/UpdateVPCConnectionCommand.ts | 4 + clients/client-quicksight/src/index.ts | 14 +- .../src/models/QuickSightServiceException.ts | 2 + clients/client-ram/src/RAMClient.ts | 6 +- .../AcceptResourceShareInvitationCommand.ts | 4 + .../commands/AssociateResourceShareCommand.ts | 4 + ...AssociateResourceSharePermissionCommand.ts | 4 + .../src/commands/CreatePermissionCommand.ts | 4 + .../CreatePermissionVersionCommand.ts | 4 + .../commands/CreateResourceShareCommand.ts | 4 + .../src/commands/DeletePermissionCommand.ts | 4 + .../DeletePermissionVersionCommand.ts | 4 + .../commands/DeleteResourceShareCommand.ts | 4 + .../DisassociateResourceShareCommand.ts | 4 + ...associateResourceSharePermissionCommand.ts | 4 + ...EnableSharingWithAwsOrganizationCommand.ts | 4 + .../src/commands/GetPermissionCommand.ts | 4 + .../commands/GetResourcePoliciesCommand.ts | 4 + .../GetResourceShareAssociationsCommand.ts | 4 + .../GetResourceShareInvitationsCommand.ts | 4 + .../src/commands/GetResourceSharesCommand.ts | 4 + .../ListPendingInvitationResourcesCommand.ts | 4 + .../ListPermissionAssociationsCommand.ts | 4 + .../commands/ListPermissionVersionsCommand.ts | 4 + .../src/commands/ListPermissionsCommand.ts | 4 + .../src/commands/ListPrincipalsCommand.ts | 4 + ...eplacePermissionAssociationsWorkCommand.ts | 4 + .../ListResourceSharePermissionsCommand.ts | 4 + .../src/commands/ListResourceTypesCommand.ts | 4 + .../src/commands/ListResourcesCommand.ts | 4 + ...omotePermissionCreatedFromPolicyCommand.ts | 4 + ...teResourceShareCreatedFromPolicyCommand.ts | 4 + .../RejectResourceShareInvitationCommand.ts | 4 + .../ReplacePermissionAssociationsCommand.ts | 4 + .../SetDefaultPermissionVersionCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateResourceShareCommand.ts | 4 + clients/client-ram/src/index.ts | 29 +- .../src/models/RAMServiceException.ts | 2 + clients/client-rbin/src/RbinClient.ts | 6 +- .../src/commands/CreateRuleCommand.ts | 4 + .../src/commands/DeleteRuleCommand.ts | 4 + .../src/commands/GetRuleCommand.ts | 4 + .../src/commands/ListRulesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/LockRuleCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UnlockRuleCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateRuleCommand.ts | 4 + clients/client-rbin/src/index.ts | 23 +- .../src/models/RbinServiceException.ts | 2 + clients/client-rds-data/src/RDSDataClient.ts | 6 +- .../commands/BatchExecuteStatementCommand.ts | 4 + .../src/commands/BeginTransactionCommand.ts | 4 + .../src/commands/CommitTransactionCommand.ts | 4 + .../src/commands/ExecuteSqlCommand.ts | 4 + .../src/commands/ExecuteStatementCommand.ts | 4 + .../commands/RollbackTransactionCommand.ts | 4 + clients/client-rds-data/src/index.ts | 16 +- .../src/models/RDSDataServiceException.ts | 2 + clients/client-rds/src/RDSClient.ts | 6 +- .../src/commands/AddRoleToDBClusterCommand.ts | 4 + .../commands/AddRoleToDBInstanceCommand.ts | 4 + ...ddSourceIdentifierToSubscriptionCommand.ts | 4 + .../src/commands/AddTagsToResourceCommand.ts | 4 + .../ApplyPendingMaintenanceActionCommand.ts | 4 + .../AuthorizeDBSecurityGroupIngressCommand.ts | 4 + .../src/commands/BacktrackDBClusterCommand.ts | 4 + .../src/commands/CancelExportTaskCommand.ts | 4 + .../CopyDBClusterParameterGroupCommand.ts | 4 + .../commands/CopyDBClusterSnapshotCommand.ts | 4 + .../commands/CopyDBParameterGroupCommand.ts | 4 + .../src/commands/CopyDBSnapshotCommand.ts | 4 + .../src/commands/CopyOptionGroupCommand.ts | 4 + .../CreateBlueGreenDeploymentCommand.ts | 4 + .../CreateCustomDBEngineVersionCommand.ts | 4 + .../src/commands/CreateDBClusterCommand.ts | 4 + .../CreateDBClusterEndpointCommand.ts | 4 + .../CreateDBClusterParameterGroupCommand.ts | 4 + .../CreateDBClusterSnapshotCommand.ts | 4 + .../src/commands/CreateDBInstanceCommand.ts | 4 + .../CreateDBInstanceReadReplicaCommand.ts | 4 + .../commands/CreateDBParameterGroupCommand.ts | 4 + .../src/commands/CreateDBProxyCommand.ts | 4 + .../commands/CreateDBProxyEndpointCommand.ts | 4 + .../commands/CreateDBSecurityGroupCommand.ts | 4 + .../src/commands/CreateDBSnapshotCommand.ts | 4 + .../commands/CreateDBSubnetGroupCommand.ts | 4 + .../CreateEventSubscriptionCommand.ts | 4 + .../commands/CreateGlobalClusterCommand.ts | 4 + .../src/commands/CreateOptionGroupCommand.ts | 4 + .../DeleteBlueGreenDeploymentCommand.ts | 4 + .../DeleteCustomDBEngineVersionCommand.ts | 4 + .../src/commands/DeleteDBClusterCommand.ts | 4 + .../DeleteDBClusterEndpointCommand.ts | 4 + .../DeleteDBClusterParameterGroupCommand.ts | 4 + .../DeleteDBClusterSnapshotCommand.ts | 4 + .../DeleteDBInstanceAutomatedBackupCommand.ts | 4 + .../src/commands/DeleteDBInstanceCommand.ts | 4 + .../commands/DeleteDBParameterGroupCommand.ts | 4 + .../src/commands/DeleteDBProxyCommand.ts | 4 + .../commands/DeleteDBProxyEndpointCommand.ts | 4 + .../commands/DeleteDBSecurityGroupCommand.ts | 4 + .../src/commands/DeleteDBSnapshotCommand.ts | 4 + .../commands/DeleteDBSubnetGroupCommand.ts | 4 + .../DeleteEventSubscriptionCommand.ts | 4 + .../commands/DeleteGlobalClusterCommand.ts | 4 + .../src/commands/DeleteOptionGroupCommand.ts | 4 + .../DeregisterDBProxyTargetsCommand.ts | 4 + .../DescribeAccountAttributesCommand.ts | 4 + .../DescribeBlueGreenDeploymentsCommand.ts | 4 + .../commands/DescribeCertificatesCommand.ts | 4 + .../DescribeDBClusterBacktracksCommand.ts | 4 + .../DescribeDBClusterEndpointsCommand.ts | 4 + ...DescribeDBClusterParameterGroupsCommand.ts | 4 + .../DescribeDBClusterParametersCommand.ts | 4 + ...cribeDBClusterSnapshotAttributesCommand.ts | 4 + .../DescribeDBClusterSnapshotsCommand.ts | 4 + .../src/commands/DescribeDBClustersCommand.ts | 4 + .../DescribeDBEngineVersionsCommand.ts | 4 + ...scribeDBInstanceAutomatedBackupsCommand.ts | 4 + .../commands/DescribeDBInstancesCommand.ts | 4 + .../src/commands/DescribeDBLogFilesCommand.ts | 4 + .../DescribeDBParameterGroupsCommand.ts | 4 + .../commands/DescribeDBParametersCommand.ts | 4 + .../src/commands/DescribeDBProxiesCommand.ts | 4 + .../DescribeDBProxyEndpointsCommand.ts | 4 + .../DescribeDBProxyTargetGroupsCommand.ts | 4 + .../commands/DescribeDBProxyTargetsCommand.ts | 4 + .../DescribeDBSecurityGroupsCommand.ts | 4 + .../DescribeDBSnapshotAttributesCommand.ts | 4 + .../commands/DescribeDBSnapshotsCommand.ts | 4 + .../commands/DescribeDBSubnetGroupsCommand.ts | 4 + ...beEngineDefaultClusterParametersCommand.ts | 4 + .../DescribeEngineDefaultParametersCommand.ts | 4 + .../DescribeEventCategoriesCommand.ts | 4 + .../DescribeEventSubscriptionsCommand.ts | 4 + .../src/commands/DescribeEventsCommand.ts | 4 + .../commands/DescribeExportTasksCommand.ts | 4 + .../commands/DescribeGlobalClustersCommand.ts | 4 + .../DescribeOptionGroupOptionsCommand.ts | 4 + .../commands/DescribeOptionGroupsCommand.ts | 4 + ...scribeOrderableDBInstanceOptionsCommand.ts | 4 + ...escribePendingMaintenanceActionsCommand.ts | 4 + .../DescribeReservedDBInstancesCommand.ts | 4 + ...ribeReservedDBInstancesOfferingsCommand.ts | 4 + .../commands/DescribeSourceRegionsCommand.ts | 4 + ...ribeValidDBInstanceModificationsCommand.ts | 4 + .../DownloadDBLogFilePortionCommand.ts | 4 + .../src/commands/FailoverDBClusterCommand.ts | 4 + .../commands/FailoverGlobalClusterCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/ModifyActivityStreamCommand.ts | 4 + .../src/commands/ModifyCertificatesCommand.ts | 4 + .../ModifyCurrentDBClusterCapacityCommand.ts | 4 + .../ModifyCustomDBEngineVersionCommand.ts | 4 + .../src/commands/ModifyDBClusterCommand.ts | 4 + .../ModifyDBClusterEndpointCommand.ts | 4 + .../ModifyDBClusterParameterGroupCommand.ts | 4 + ...ModifyDBClusterSnapshotAttributeCommand.ts | 4 + .../src/commands/ModifyDBInstanceCommand.ts | 4 + .../commands/ModifyDBParameterGroupCommand.ts | 4 + .../src/commands/ModifyDBProxyCommand.ts | 4 + .../commands/ModifyDBProxyEndpointCommand.ts | 4 + .../ModifyDBProxyTargetGroupCommand.ts | 4 + .../ModifyDBSnapshotAttributeCommand.ts | 4 + .../src/commands/ModifyDBSnapshotCommand.ts | 4 + .../commands/ModifyDBSubnetGroupCommand.ts | 4 + .../ModifyEventSubscriptionCommand.ts | 4 + .../commands/ModifyGlobalClusterCommand.ts | 4 + .../src/commands/ModifyOptionGroupCommand.ts | 4 + .../src/commands/PromoteReadReplicaCommand.ts | 4 + .../PromoteReadReplicaDBClusterCommand.ts | 4 + ...chaseReservedDBInstancesOfferingCommand.ts | 4 + .../src/commands/RebootDBClusterCommand.ts | 4 + .../src/commands/RebootDBInstanceCommand.ts | 4 + .../commands/RegisterDBProxyTargetsCommand.ts | 4 + .../RemoveFromGlobalClusterCommand.ts | 4 + .../RemoveRoleFromDBClusterCommand.ts | 4 + .../RemoveRoleFromDBInstanceCommand.ts | 4 + ...SourceIdentifierFromSubscriptionCommand.ts | 4 + .../commands/RemoveTagsFromResourceCommand.ts | 4 + .../ResetDBClusterParameterGroupCommand.ts | 4 + .../commands/ResetDBParameterGroupCommand.ts | 4 + .../commands/RestoreDBClusterFromS3Command.ts | 4 + .../RestoreDBClusterFromSnapshotCommand.ts | 4 + .../RestoreDBClusterToPointInTimeCommand.ts | 4 + .../RestoreDBInstanceFromDBSnapshotCommand.ts | 4 + .../RestoreDBInstanceFromS3Command.ts | 4 + .../RestoreDBInstanceToPointInTimeCommand.ts | 4 + .../RevokeDBSecurityGroupIngressCommand.ts | 4 + .../commands/StartActivityStreamCommand.ts | 4 + .../src/commands/StartDBClusterCommand.ts | 4 + ...tanceAutomatedBackupsReplicationCommand.ts | 4 + .../src/commands/StartDBInstanceCommand.ts | 4 + .../src/commands/StartExportTaskCommand.ts | 4 + .../src/commands/StopActivityStreamCommand.ts | 4 + .../src/commands/StopDBClusterCommand.ts | 4 + ...tanceAutomatedBackupsReplicationCommand.ts | 4 + .../src/commands/StopDBInstanceCommand.ts | 4 + .../SwitchoverBlueGreenDeploymentCommand.ts | 4 + .../commands/SwitchoverReadReplicaCommand.ts | 4 + clients/client-rds/src/index.ts | 62 ++- .../src/models/RDSServiceException.ts | 2 + .../src/RedshiftDataClient.ts | 6 +- .../commands/BatchExecuteStatementCommand.ts | 4 + .../src/commands/CancelStatementCommand.ts | 4 + .../src/commands/DescribeStatementCommand.ts | 4 + .../src/commands/DescribeTableCommand.ts | 4 + .../src/commands/ExecuteStatementCommand.ts | 4 + .../src/commands/GetStatementResultCommand.ts | 4 + .../src/commands/ListDatabasesCommand.ts | 4 + .../src/commands/ListSchemasCommand.ts | 4 + .../src/commands/ListStatementsCommand.ts | 4 + .../src/commands/ListTablesCommand.ts | 4 + clients/client-redshift-data/src/index.ts | 14 +- .../models/RedshiftDataServiceException.ts | 2 + .../src/RedshiftServerlessClient.ts | 6 +- .../ConvertRecoveryPointToSnapshotCommand.ts | 4 + .../commands/CreateEndpointAccessCommand.ts | 4 + .../src/commands/CreateNamespaceCommand.ts | 4 + .../src/commands/CreateSnapshotCommand.ts | 4 + .../src/commands/CreateUsageLimitCommand.ts | 4 + .../src/commands/CreateWorkgroupCommand.ts | 4 + .../commands/DeleteEndpointAccessCommand.ts | 4 + .../src/commands/DeleteNamespaceCommand.ts | 4 + .../commands/DeleteResourcePolicyCommand.ts | 4 + .../src/commands/DeleteSnapshotCommand.ts | 4 + .../src/commands/DeleteUsageLimitCommand.ts | 4 + .../src/commands/DeleteWorkgroupCommand.ts | 4 + .../src/commands/GetCredentialsCommand.ts | 4 + .../src/commands/GetEndpointAccessCommand.ts | 4 + .../src/commands/GetNamespaceCommand.ts | 4 + .../src/commands/GetRecoveryPointCommand.ts | 4 + .../src/commands/GetResourcePolicyCommand.ts | 4 + .../src/commands/GetSnapshotCommand.ts | 4 + .../commands/GetTableRestoreStatusCommand.ts | 4 + .../src/commands/GetUsageLimitCommand.ts | 4 + .../src/commands/GetWorkgroupCommand.ts | 4 + .../src/commands/ListEndpointAccessCommand.ts | 4 + .../src/commands/ListNamespacesCommand.ts | 4 + .../src/commands/ListRecoveryPointsCommand.ts | 4 + .../src/commands/ListSnapshotsCommand.ts | 4 + .../commands/ListTableRestoreStatusCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListUsageLimitsCommand.ts | 4 + .../src/commands/ListWorkgroupsCommand.ts | 4 + .../src/commands/PutResourcePolicyCommand.ts | 4 + .../RestoreFromRecoveryPointCommand.ts | 4 + .../commands/RestoreFromSnapshotCommand.ts | 4 + .../RestoreTableFromSnapshotCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateEndpointAccessCommand.ts | 4 + .../src/commands/UpdateNamespaceCommand.ts | 4 + .../src/commands/UpdateSnapshotCommand.ts | 4 + .../src/commands/UpdateUsageLimitCommand.ts | 4 + .../src/commands/UpdateWorkgroupCommand.ts | 4 + .../client-redshift-serverless/src/index.ts | 21 +- .../RedshiftServerlessServiceException.ts | 2 + clients/client-redshift/src/RedshiftClient.ts | 6 +- .../AcceptReservedNodeExchangeCommand.ts | 4 + .../src/commands/AddPartnerCommand.ts | 4 + .../AssociateDataShareConsumerCommand.ts | 4 + ...orizeClusterSecurityGroupIngressCommand.ts | 4 + .../src/commands/AuthorizeDataShareCommand.ts | 4 + .../AuthorizeEndpointAccessCommand.ts | 4 + .../AuthorizeSnapshotAccessCommand.ts | 4 + .../BatchDeleteClusterSnapshotsCommand.ts | 4 + .../BatchModifyClusterSnapshotsCommand.ts | 4 + .../src/commands/CancelResizeCommand.ts | 4 + .../commands/CopyClusterSnapshotCommand.ts | 4 + .../CreateAuthenticationProfileCommand.ts | 4 + .../src/commands/CreateClusterCommand.ts | 4 + .../CreateClusterParameterGroupCommand.ts | 4 + .../CreateClusterSecurityGroupCommand.ts | 4 + .../commands/CreateClusterSnapshotCommand.ts | 4 + .../CreateClusterSubnetGroupCommand.ts | 4 + .../commands/CreateEndpointAccessCommand.ts | 4 + .../CreateEventSubscriptionCommand.ts | 4 + .../CreateHsmClientCertificateCommand.ts | 4 + .../commands/CreateHsmConfigurationCommand.ts | 4 + .../commands/CreateScheduledActionCommand.ts | 4 + .../CreateSnapshotCopyGrantCommand.ts | 4 + .../commands/CreateSnapshotScheduleCommand.ts | 4 + .../src/commands/CreateTagsCommand.ts | 4 + .../src/commands/CreateUsageLimitCommand.ts | 4 + .../commands/DeauthorizeDataShareCommand.ts | 4 + .../DeleteAuthenticationProfileCommand.ts | 4 + .../src/commands/DeleteClusterCommand.ts | 4 + .../DeleteClusterParameterGroupCommand.ts | 4 + .../DeleteClusterSecurityGroupCommand.ts | 4 + .../commands/DeleteClusterSnapshotCommand.ts | 4 + .../DeleteClusterSubnetGroupCommand.ts | 4 + .../commands/DeleteEndpointAccessCommand.ts | 4 + .../DeleteEventSubscriptionCommand.ts | 4 + .../DeleteHsmClientCertificateCommand.ts | 4 + .../commands/DeleteHsmConfigurationCommand.ts | 4 + .../src/commands/DeletePartnerCommand.ts | 4 + .../commands/DeleteScheduledActionCommand.ts | 4 + .../DeleteSnapshotCopyGrantCommand.ts | 4 + .../commands/DeleteSnapshotScheduleCommand.ts | 4 + .../src/commands/DeleteTagsCommand.ts | 4 + .../src/commands/DeleteUsageLimitCommand.ts | 4 + .../DescribeAccountAttributesCommand.ts | 4 + .../DescribeAuthenticationProfilesCommand.ts | 4 + .../DescribeClusterDbRevisionsCommand.ts | 4 + .../DescribeClusterParameterGroupsCommand.ts | 4 + .../DescribeClusterParametersCommand.ts | 4 + .../DescribeClusterSecurityGroupsCommand.ts | 4 + .../DescribeClusterSnapshotsCommand.ts | 4 + .../DescribeClusterSubnetGroupsCommand.ts | 4 + .../commands/DescribeClusterTracksCommand.ts | 4 + .../DescribeClusterVersionsCommand.ts | 4 + .../src/commands/DescribeClustersCommand.ts | 4 + .../src/commands/DescribeDataSharesCommand.ts | 4 + .../DescribeDataSharesForConsumerCommand.ts | 4 + .../DescribeDataSharesForProducerCommand.ts | 4 + ...DescribeDefaultClusterParametersCommand.ts | 4 + .../commands/DescribeEndpointAccessCommand.ts | 4 + .../DescribeEndpointAuthorizationCommand.ts | 4 + .../DescribeEventCategoriesCommand.ts | 4 + .../DescribeEventSubscriptionsCommand.ts | 4 + .../src/commands/DescribeEventsCommand.ts | 4 + .../DescribeHsmClientCertificatesCommand.ts | 4 + .../DescribeHsmConfigurationsCommand.ts | 4 + .../commands/DescribeLoggingStatusCommand.ts | 4 + ...DescribeNodeConfigurationOptionsCommand.ts | 4 + .../DescribeOrderableClusterOptionsCommand.ts | 4 + .../src/commands/DescribePartnersCommand.ts | 4 + ...scribeReservedNodeExchangeStatusCommand.ts | 4 + .../DescribeReservedNodeOfferingsCommand.ts | 4 + .../commands/DescribeReservedNodesCommand.ts | 4 + .../src/commands/DescribeResizeCommand.ts | 4 + .../DescribeScheduledActionsCommand.ts | 4 + .../DescribeSnapshotCopyGrantsCommand.ts | 4 + .../DescribeSnapshotSchedulesCommand.ts | 4 + .../src/commands/DescribeStorageCommand.ts | 4 + .../DescribeTableRestoreStatusCommand.ts | 4 + .../src/commands/DescribeTagsCommand.ts | 4 + .../commands/DescribeUsageLimitsCommand.ts | 4 + .../src/commands/DisableLoggingCommand.ts | 4 + .../commands/DisableSnapshotCopyCommand.ts | 4 + .../DisassociateDataShareConsumerCommand.ts | 4 + .../src/commands/EnableLoggingCommand.ts | 4 + .../src/commands/EnableSnapshotCopyCommand.ts | 4 + .../commands/GetClusterCredentialsCommand.ts | 4 + .../GetClusterCredentialsWithIAMCommand.ts | 4 + ...NodeExchangeConfigurationOptionsCommand.ts | 4 + ...GetReservedNodeExchangeOfferingsCommand.ts | 4 + .../ModifyAquaConfigurationCommand.ts | 4 + .../ModifyAuthenticationProfileCommand.ts | 4 + .../src/commands/ModifyClusterCommand.ts | 4 + .../ModifyClusterDbRevisionCommand.ts | 4 + .../commands/ModifyClusterIamRolesCommand.ts | 4 + .../ModifyClusterMaintenanceCommand.ts | 4 + .../ModifyClusterParameterGroupCommand.ts | 4 + .../commands/ModifyClusterSnapshotCommand.ts | 4 + .../ModifyClusterSnapshotScheduleCommand.ts | 4 + .../ModifyClusterSubnetGroupCommand.ts | 4 + .../commands/ModifyEndpointAccessCommand.ts | 4 + .../ModifyEventSubscriptionCommand.ts | 4 + .../commands/ModifyScheduledActionCommand.ts | 4 + ...odifySnapshotCopyRetentionPeriodCommand.ts | 4 + .../commands/ModifySnapshotScheduleCommand.ts | 4 + .../src/commands/ModifyUsageLimitCommand.ts | 4 + .../src/commands/PauseClusterCommand.ts | 4 + .../PurchaseReservedNodeOfferingCommand.ts | 4 + .../src/commands/RebootClusterCommand.ts | 4 + .../src/commands/RejectDataShareCommand.ts | 4 + .../ResetClusterParameterGroupCommand.ts | 4 + .../src/commands/ResizeClusterCommand.ts | 4 + .../RestoreFromClusterSnapshotCommand.ts | 4 + .../RestoreTableFromClusterSnapshotCommand.ts | 4 + .../src/commands/ResumeClusterCommand.ts | 4 + ...evokeClusterSecurityGroupIngressCommand.ts | 4 + .../commands/RevokeEndpointAccessCommand.ts | 4 + .../commands/RevokeSnapshotAccessCommand.ts | 4 + .../commands/RotateEncryptionKeyCommand.ts | 4 + .../commands/UpdatePartnerStatusCommand.ts | 4 + clients/client-redshift/src/index.ts | 30 +- .../src/models/RedshiftServiceException.ts | 2 + .../src/RekognitionClient.ts | 6 +- .../src/commands/CompareFacesCommand.ts | 4 + .../src/commands/CopyProjectVersionCommand.ts | 4 + .../src/commands/CreateCollectionCommand.ts | 4 + .../src/commands/CreateDatasetCommand.ts | 4 + .../CreateFaceLivenessSessionCommand.ts | 4 + .../src/commands/CreateProjectCommand.ts | 4 + .../commands/CreateProjectVersionCommand.ts | 4 + .../commands/CreateStreamProcessorCommand.ts | 4 + .../src/commands/DeleteCollectionCommand.ts | 4 + .../src/commands/DeleteDatasetCommand.ts | 4 + .../src/commands/DeleteFacesCommand.ts | 4 + .../src/commands/DeleteProjectCommand.ts | 4 + .../commands/DeleteProjectPolicyCommand.ts | 4 + .../commands/DeleteProjectVersionCommand.ts | 4 + .../commands/DeleteStreamProcessorCommand.ts | 4 + .../src/commands/DescribeCollectionCommand.ts | 4 + .../src/commands/DescribeDatasetCommand.ts | 4 + .../DescribeProjectVersionsCommand.ts | 4 + .../src/commands/DescribeProjectsCommand.ts | 4 + .../DescribeStreamProcessorCommand.ts | 4 + .../src/commands/DetectCustomLabelsCommand.ts | 4 + .../src/commands/DetectFacesCommand.ts | 4 + .../src/commands/DetectLabelsCommand.ts | 4 + .../commands/DetectModerationLabelsCommand.ts | 4 + .../DetectProtectiveEquipmentCommand.ts | 4 + .../src/commands/DetectTextCommand.ts | 4 + .../DistributeDatasetEntriesCommand.ts | 4 + .../src/commands/GetCelebrityInfoCommand.ts | 4 + .../GetCelebrityRecognitionCommand.ts | 4 + .../commands/GetContentModerationCommand.ts | 4 + .../src/commands/GetFaceDetectionCommand.ts | 4 + .../GetFaceLivenessSessionResultsCommand.ts | 4 + .../src/commands/GetFaceSearchCommand.ts | 4 + .../src/commands/GetLabelDetectionCommand.ts | 4 + .../src/commands/GetPersonTrackingCommand.ts | 4 + .../commands/GetSegmentDetectionCommand.ts | 4 + .../src/commands/GetTextDetectionCommand.ts | 4 + .../src/commands/IndexFacesCommand.ts | 4 + .../src/commands/ListCollectionsCommand.ts | 4 + .../src/commands/ListDatasetEntriesCommand.ts | 4 + .../src/commands/ListDatasetLabelsCommand.ts | 4 + .../src/commands/ListFacesCommand.ts | 4 + .../commands/ListProjectPoliciesCommand.ts | 4 + .../commands/ListStreamProcessorsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutProjectPolicyCommand.ts | 4 + .../commands/RecognizeCelebritiesCommand.ts | 4 + .../src/commands/SearchFacesByImageCommand.ts | 4 + .../src/commands/SearchFacesCommand.ts | 4 + .../StartCelebrityRecognitionCommand.ts | 4 + .../commands/StartContentModerationCommand.ts | 4 + .../src/commands/StartFaceDetectionCommand.ts | 4 + .../src/commands/StartFaceSearchCommand.ts | 4 + .../commands/StartLabelDetectionCommand.ts | 4 + .../commands/StartPersonTrackingCommand.ts | 4 + .../commands/StartProjectVersionCommand.ts | 4 + .../commands/StartSegmentDetectionCommand.ts | 4 + .../commands/StartStreamProcessorCommand.ts | 4 + .../src/commands/StartTextDetectionCommand.ts | 4 + .../src/commands/StopProjectVersionCommand.ts | 4 + .../commands/StopStreamProcessorCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateDatasetEntriesCommand.ts | 4 + .../commands/UpdateStreamProcessorCommand.ts | 4 + clients/client-rekognition/src/index.ts | 333 +++++++++++++- .../src/models/RekognitionServiceException.ts | 2 + .../src/RekognitionStreamingClient.ts | 6 +- .../StartFaceLivenessSessionCommand.ts | 4 + .../client-rekognitionstreaming/src/index.ts | 29 +- .../RekognitionStreamingServiceException.ts | 2 + .../src/ResiliencehubClient.ts | 6 +- ...dDraftAppVersionResourceMappingsCommand.ts | 4 + .../src/commands/CreateAppCommand.ts | 4 + .../CreateAppVersionAppComponentCommand.ts | 4 + .../CreateAppVersionResourceCommand.ts | 4 + .../CreateRecommendationTemplateCommand.ts | 4 + .../commands/CreateResiliencyPolicyCommand.ts | 4 + .../commands/DeleteAppAssessmentCommand.ts | 4 + .../src/commands/DeleteAppCommand.ts | 4 + .../commands/DeleteAppInputSourceCommand.ts | 4 + .../DeleteAppVersionAppComponentCommand.ts | 4 + .../DeleteAppVersionResourceCommand.ts | 4 + .../DeleteRecommendationTemplateCommand.ts | 4 + .../commands/DeleteResiliencyPolicyCommand.ts | 4 + .../commands/DescribeAppAssessmentCommand.ts | 4 + .../src/commands/DescribeAppCommand.ts | 4 + .../DescribeAppVersionAppComponentCommand.ts | 4 + .../src/commands/DescribeAppVersionCommand.ts | 4 + .../DescribeAppVersionResourceCommand.ts | 4 + ...VersionResourcesResolutionStatusCommand.ts | 4 + .../DescribeAppVersionTemplateCommand.ts | 4 + ...tAppVersionResourcesImportStatusCommand.ts | 4 + .../DescribeResiliencyPolicyCommand.ts | 4 + ...ImportResourcesToDraftAppVersionCommand.ts | 4 + .../ListAlarmRecommendationsCommand.ts | 4 + .../src/commands/ListAppAssessmentsCommand.ts | 4 + .../ListAppComponentCompliancesCommand.ts | 4 + .../ListAppComponentRecommendationsCommand.ts | 4 + .../commands/ListAppInputSourcesCommand.ts | 4 + .../ListAppVersionAppComponentsCommand.ts | 4 + .../ListAppVersionResourceMappingsCommand.ts | 4 + .../ListAppVersionResourcesCommand.ts | 4 + .../src/commands/ListAppVersionsCommand.ts | 4 + .../src/commands/ListAppsCommand.ts | 4 + .../ListRecommendationTemplatesCommand.ts | 4 + .../commands/ListResiliencyPoliciesCommand.ts | 4 + .../commands/ListSopRecommendationsCommand.ts | 4 + .../ListSuggestedResiliencyPoliciesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../ListTestRecommendationsCommand.ts | 4 + ...stUnsupportedAppVersionResourcesCommand.ts | 4 + .../src/commands/PublishAppVersionCommand.ts | 4 + .../PutDraftAppVersionTemplateCommand.ts | 4 + ...eDraftAppVersionResourceMappingsCommand.ts | 4 + .../ResolveAppVersionResourcesCommand.ts | 4 + .../src/commands/StartAppAssessmentCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAppCommand.ts | 4 + .../UpdateAppVersionAppComponentCommand.ts | 4 + .../src/commands/UpdateAppVersionCommand.ts | 4 + .../UpdateAppVersionResourceCommand.ts | 4 + .../commands/UpdateResiliencyPolicyCommand.ts | 4 + clients/client-resiliencehub/src/index.ts | 14 +- .../models/ResiliencehubServiceException.ts | 2 + .../src/ResourceExplorer2Client.ts | 6 +- .../commands/AssociateDefaultViewCommand.ts | 4 + .../src/commands/BatchGetViewCommand.ts | 4 + .../src/commands/CreateIndexCommand.ts | 4 + .../src/commands/CreateViewCommand.ts | 4 + .../src/commands/DeleteIndexCommand.ts | 4 + .../src/commands/DeleteViewCommand.ts | 4 + .../DisassociateDefaultViewCommand.ts | 4 + .../src/commands/GetDefaultViewCommand.ts | 4 + .../src/commands/GetIndexCommand.ts | 4 + .../src/commands/GetViewCommand.ts | 4 + .../src/commands/ListIndexesCommand.ts | 4 + .../ListSupportedResourceTypesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListViewsCommand.ts | 4 + .../src/commands/SearchCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateIndexTypeCommand.ts | 4 + .../src/commands/UpdateViewCommand.ts | 4 + .../client-resource-explorer-2/src/index.ts | 30 +- .../ResourceExplorer2ServiceException.ts | 2 + .../src/ResourceGroupsTaggingAPIClient.ts | 6 +- .../commands/DescribeReportCreationCommand.ts | 4 + .../commands/GetComplianceSummaryCommand.ts | 4 + .../src/commands/GetResourcesCommand.ts | 4 + .../src/commands/GetTagKeysCommand.ts | 4 + .../src/commands/GetTagValuesCommand.ts | 4 + .../commands/StartReportCreationCommand.ts | 4 + .../src/commands/TagResourcesCommand.ts | 4 + .../src/commands/UntagResourcesCommand.ts | 4 + .../src/index.ts | 10 +- ...esourceGroupsTaggingAPIServiceException.ts | 2 + .../src/ResourceGroupsClient.ts | 6 +- .../src/commands/CreateGroupCommand.ts | 4 + .../src/commands/DeleteGroupCommand.ts | 4 + .../src/commands/GetAccountSettingsCommand.ts | 4 + .../src/commands/GetGroupCommand.ts | 4 + .../commands/GetGroupConfigurationCommand.ts | 4 + .../src/commands/GetGroupQueryCommand.ts | 4 + .../src/commands/GetTagsCommand.ts | 4 + .../src/commands/GroupResourcesCommand.ts | 4 + .../src/commands/ListGroupResourcesCommand.ts | 4 + .../src/commands/ListGroupsCommand.ts | 4 + .../commands/PutGroupConfigurationCommand.ts | 4 + .../src/commands/SearchResourcesCommand.ts | 4 + .../src/commands/TagCommand.ts | 4 + .../src/commands/UngroupResourcesCommand.ts | 4 + .../src/commands/UntagCommand.ts | 4 + .../commands/UpdateAccountSettingsCommand.ts | 4 + .../src/commands/UpdateGroupCommand.ts | 4 + .../src/commands/UpdateGroupQueryCommand.ts | 4 + clients/client-resource-groups/src/index.ts | 43 +- .../models/ResourceGroupsServiceException.ts | 2 + .../client-robomaker/src/RoboMakerClient.ts | 6 +- .../src/commands/BatchDeleteWorldsCommand.ts | 4 + .../BatchDescribeSimulationJobCommand.ts | 4 + .../commands/CancelDeploymentJobCommand.ts | 4 + .../CancelSimulationJobBatchCommand.ts | 4 + .../commands/CancelSimulationJobCommand.ts | 4 + .../commands/CancelWorldExportJobCommand.ts | 4 + .../CancelWorldGenerationJobCommand.ts | 4 + .../commands/CreateDeploymentJobCommand.ts | 4 + .../src/commands/CreateFleetCommand.ts | 4 + .../commands/CreateRobotApplicationCommand.ts | 4 + .../CreateRobotApplicationVersionCommand.ts | 4 + .../src/commands/CreateRobotCommand.ts | 4 + .../CreateSimulationApplicationCommand.ts | 4 + ...eateSimulationApplicationVersionCommand.ts | 4 + .../commands/CreateSimulationJobCommand.ts | 4 + .../commands/CreateWorldExportJobCommand.ts | 4 + .../CreateWorldGenerationJobCommand.ts | 4 + .../commands/CreateWorldTemplateCommand.ts | 4 + .../src/commands/DeleteFleetCommand.ts | 4 + .../commands/DeleteRobotApplicationCommand.ts | 4 + .../src/commands/DeleteRobotCommand.ts | 4 + .../DeleteSimulationApplicationCommand.ts | 4 + .../commands/DeleteWorldTemplateCommand.ts | 4 + .../src/commands/DeregisterRobotCommand.ts | 4 + .../commands/DescribeDeploymentJobCommand.ts | 4 + .../src/commands/DescribeFleetCommand.ts | 4 + .../DescribeRobotApplicationCommand.ts | 4 + .../src/commands/DescribeRobotCommand.ts | 4 + .../DescribeSimulationApplicationCommand.ts | 4 + .../DescribeSimulationJobBatchCommand.ts | 4 + .../commands/DescribeSimulationJobCommand.ts | 4 + .../src/commands/DescribeWorldCommand.ts | 4 + .../commands/DescribeWorldExportJobCommand.ts | 4 + .../DescribeWorldGenerationJobCommand.ts | 4 + .../commands/DescribeWorldTemplateCommand.ts | 4 + .../commands/GetWorldTemplateBodyCommand.ts | 4 + .../src/commands/ListDeploymentJobsCommand.ts | 4 + .../src/commands/ListFleetsCommand.ts | 4 + .../commands/ListRobotApplicationsCommand.ts | 4 + .../src/commands/ListRobotsCommand.ts | 4 + .../ListSimulationApplicationsCommand.ts | 4 + .../ListSimulationJobBatchesCommand.ts | 4 + .../src/commands/ListSimulationJobsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/ListWorldExportJobsCommand.ts | 4 + .../ListWorldGenerationJobsCommand.ts | 4 + .../src/commands/ListWorldTemplatesCommand.ts | 4 + .../src/commands/ListWorldsCommand.ts | 4 + .../src/commands/RegisterRobotCommand.ts | 4 + .../commands/RestartSimulationJobCommand.ts | 4 + .../StartSimulationJobBatchCommand.ts | 4 + .../src/commands/SyncDeploymentJobCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateRobotApplicationCommand.ts | 4 + .../UpdateSimulationApplicationCommand.ts | 4 + .../commands/UpdateWorldTemplateCommand.ts | 4 + clients/client-robomaker/src/index.ts | 10 +- .../src/models/RoboMakerServiceException.ts | 2 + .../src/RolesAnywhereClient.ts | 6 +- .../src/commands/CreateProfileCommand.ts | 4 + .../src/commands/CreateTrustAnchorCommand.ts | 4 + .../src/commands/DeleteCrlCommand.ts | 4 + .../src/commands/DeleteProfileCommand.ts | 4 + .../src/commands/DeleteTrustAnchorCommand.ts | 4 + .../src/commands/DisableCrlCommand.ts | 4 + .../src/commands/DisableProfileCommand.ts | 4 + .../src/commands/DisableTrustAnchorCommand.ts | 4 + .../src/commands/EnableCrlCommand.ts | 4 + .../src/commands/EnableProfileCommand.ts | 4 + .../src/commands/EnableTrustAnchorCommand.ts | 4 + .../src/commands/GetCrlCommand.ts | 4 + .../src/commands/GetProfileCommand.ts | 4 + .../src/commands/GetSubjectCommand.ts | 4 + .../src/commands/GetTrustAnchorCommand.ts | 4 + .../src/commands/ImportCrlCommand.ts | 4 + .../src/commands/ListCrlsCommand.ts | 4 + .../src/commands/ListProfilesCommand.ts | 4 + .../src/commands/ListSubjectsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListTrustAnchorsCommand.ts | 4 + .../PutNotificationSettingsCommand.ts | 4 + .../ResetNotificationSettingsCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateCrlCommand.ts | 4 + .../src/commands/UpdateProfileCommand.ts | 4 + .../src/commands/UpdateTrustAnchorCommand.ts | 4 + clients/client-rolesanywhere/src/index.ts | 24 +- .../models/RolesAnywhereServiceException.ts | 2 + .../src/Route53DomainsClient.ts | 6 +- ...ainTransferFromAnotherAwsAccountCommand.ts | 4 + ...ssociateDelegationSignerToDomainCommand.ts | 4 + ...omainTransferToAnotherAwsAccountCommand.ts | 4 + .../CheckDomainAvailabilityCommand.ts | 4 + .../CheckDomainTransferabilityCommand.ts | 4 + .../src/commands/DeleteDomainCommand.ts | 4 + .../commands/DeleteTagsForDomainCommand.ts | 4 + .../commands/DisableDomainAutoRenewCommand.ts | 4 + .../DisableDomainTransferLockCommand.ts | 4 + ...ociateDelegationSignerFromDomainCommand.ts | 4 + .../commands/EnableDomainAutoRenewCommand.ts | 4 + .../EnableDomainTransferLockCommand.ts | 4 + .../GetContactReachabilityStatusCommand.ts | 4 + .../src/commands/GetDomainDetailCommand.ts | 4 + .../commands/GetDomainSuggestionsCommand.ts | 4 + .../src/commands/GetOperationDetailCommand.ts | 4 + .../src/commands/ListDomainsCommand.ts | 4 + .../src/commands/ListOperationsCommand.ts | 4 + .../src/commands/ListPricesCommand.ts | 4 + .../src/commands/ListTagsForDomainCommand.ts | 4 + .../src/commands/PushDomainCommand.ts | 4 + .../src/commands/RegisterDomainCommand.ts | 4 + ...ainTransferFromAnotherAwsAccountCommand.ts | 4 + .../src/commands/RenewDomainCommand.ts | 4 + .../ResendContactReachabilityEmailCommand.ts | 4 + .../ResendOperationAuthorizationCommand.ts | 4 + .../commands/RetrieveDomainAuthCodeCommand.ts | 4 + .../src/commands/TransferDomainCommand.ts | 4 + ...ransferDomainToAnotherAwsAccountCommand.ts | 4 + .../commands/UpdateDomainContactCommand.ts | 4 + .../UpdateDomainContactPrivacyCommand.ts | 4 + .../UpdateDomainNameserversCommand.ts | 4 + .../commands/UpdateTagsForDomainCommand.ts | 4 + .../src/commands/ViewBillingCommand.ts | 4 + clients/client-route-53-domains/src/index.ts | 11 +- .../models/Route53DomainsServiceException.ts | 2 + clients/client-route-53/src/Route53Client.ts | 6 +- .../commands/ActivateKeySigningKeyCommand.ts | 4 + .../AssociateVPCWithHostedZoneCommand.ts | 4 + .../commands/ChangeCidrCollectionCommand.ts | 4 + .../ChangeResourceRecordSetsCommand.ts | 4 + .../commands/ChangeTagsForResourceCommand.ts | 4 + .../commands/CreateCidrCollectionCommand.ts | 4 + .../src/commands/CreateHealthCheckCommand.ts | 4 + .../src/commands/CreateHostedZoneCommand.ts | 4 + .../commands/CreateKeySigningKeyCommand.ts | 4 + .../CreateQueryLoggingConfigCommand.ts | 4 + .../CreateReusableDelegationSetCommand.ts | 4 + .../commands/CreateTrafficPolicyCommand.ts | 4 + .../CreateTrafficPolicyInstanceCommand.ts | 4 + .../CreateTrafficPolicyVersionCommand.ts | 4 + ...reateVPCAssociationAuthorizationCommand.ts | 4 + .../DeactivateKeySigningKeyCommand.ts | 4 + .../commands/DeleteCidrCollectionCommand.ts | 4 + .../src/commands/DeleteHealthCheckCommand.ts | 4 + .../src/commands/DeleteHostedZoneCommand.ts | 4 + .../commands/DeleteKeySigningKeyCommand.ts | 4 + .../DeleteQueryLoggingConfigCommand.ts | 4 + .../DeleteReusableDelegationSetCommand.ts | 4 + .../commands/DeleteTrafficPolicyCommand.ts | 4 + .../DeleteTrafficPolicyInstanceCommand.ts | 4 + ...eleteVPCAssociationAuthorizationCommand.ts | 4 + .../DisableHostedZoneDNSSECCommand.ts | 4 + .../DisassociateVPCFromHostedZoneCommand.ts | 4 + .../commands/EnableHostedZoneDNSSECCommand.ts | 4 + .../src/commands/GetAccountLimitCommand.ts | 4 + .../src/commands/GetChangeCommand.ts | 4 + .../src/commands/GetCheckerIpRangesCommand.ts | 4 + .../src/commands/GetDNSSECCommand.ts | 4 + .../src/commands/GetGeoLocationCommand.ts | 4 + .../src/commands/GetHealthCheckCommand.ts | 4 + .../commands/GetHealthCheckCountCommand.ts | 4 + .../GetHealthCheckLastFailureReasonCommand.ts | 4 + .../commands/GetHealthCheckStatusCommand.ts | 4 + .../src/commands/GetHostedZoneCommand.ts | 4 + .../src/commands/GetHostedZoneCountCommand.ts | 4 + .../src/commands/GetHostedZoneLimitCommand.ts | 4 + .../commands/GetQueryLoggingConfigCommand.ts | 4 + .../GetReusableDelegationSetCommand.ts | 4 + .../GetReusableDelegationSetLimitCommand.ts | 4 + .../src/commands/GetTrafficPolicyCommand.ts | 4 + .../GetTrafficPolicyInstanceCommand.ts | 4 + .../GetTrafficPolicyInstanceCountCommand.ts | 4 + .../src/commands/ListCidrBlocksCommand.ts | 4 + .../commands/ListCidrCollectionsCommand.ts | 4 + .../src/commands/ListCidrLocationsCommand.ts | 4 + .../src/commands/ListGeoLocationsCommand.ts | 4 + .../src/commands/ListHealthChecksCommand.ts | 4 + .../commands/ListHostedZonesByNameCommand.ts | 4 + .../commands/ListHostedZonesByVPCCommand.ts | 4 + .../src/commands/ListHostedZonesCommand.ts | 4 + .../ListQueryLoggingConfigsCommand.ts | 4 + .../commands/ListResourceRecordSetsCommand.ts | 4 + .../ListReusableDelegationSetsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/ListTagsForResourcesCommand.ts | 4 + .../commands/ListTrafficPoliciesCommand.ts | 4 + ...afficPolicyInstancesByHostedZoneCommand.ts | 4 + ...stTrafficPolicyInstancesByPolicyCommand.ts | 4 + .../ListTrafficPolicyInstancesCommand.ts | 4 + .../ListTrafficPolicyVersionsCommand.ts | 4 + ...ListVPCAssociationAuthorizationsCommand.ts | 4 + .../src/commands/TestDNSAnswerCommand.ts | 4 + .../src/commands/UpdateHealthCheckCommand.ts | 4 + .../UpdateHostedZoneCommentCommand.ts | 4 + .../UpdateTrafficPolicyCommentCommand.ts | 4 + .../UpdateTrafficPolicyInstanceCommand.ts | 4 + clients/client-route-53/src/index.ts | 26 +- .../src/models/Route53ServiceException.ts | 2 + .../src/Route53RecoveryClusterClient.ts | 6 +- .../commands/GetRoutingControlStateCommand.ts | 4 + .../commands/ListRoutingControlsCommand.ts | 4 + .../UpdateRoutingControlStateCommand.ts | 4 + .../UpdateRoutingControlStatesCommand.ts | 4 + .../src/index.ts | 49 ++- .../Route53RecoveryClusterServiceException.ts | 2 + .../src/Route53RecoveryControlConfigClient.ts | 6 +- .../src/commands/CreateClusterCommand.ts | 4 + .../src/commands/CreateControlPanelCommand.ts | 4 + .../commands/CreateRoutingControlCommand.ts | 4 + .../src/commands/CreateSafetyRuleCommand.ts | 4 + .../src/commands/DeleteClusterCommand.ts | 4 + .../src/commands/DeleteControlPanelCommand.ts | 4 + .../commands/DeleteRoutingControlCommand.ts | 4 + .../src/commands/DeleteSafetyRuleCommand.ts | 4 + .../src/commands/DescribeClusterCommand.ts | 4 + .../commands/DescribeControlPanelCommand.ts | 4 + .../commands/DescribeRoutingControlCommand.ts | 4 + .../src/commands/DescribeSafetyRuleCommand.ts | 4 + ...istAssociatedRoute53HealthChecksCommand.ts | 4 + .../src/commands/ListClustersCommand.ts | 4 + .../src/commands/ListControlPanelsCommand.ts | 4 + .../commands/ListRoutingControlsCommand.ts | 4 + .../src/commands/ListSafetyRulesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateControlPanelCommand.ts | 4 + .../commands/UpdateRoutingControlCommand.ts | 4 + .../src/commands/UpdateSafetyRuleCommand.ts | 4 + .../src/index.ts | 10 +- ...53RecoveryControlConfigServiceException.ts | 2 + .../src/Route53RecoveryReadinessClient.ts | 6 +- .../src/commands/CreateCellCommand.ts | 4 + .../CreateCrossAccountAuthorizationCommand.ts | 4 + .../commands/CreateReadinessCheckCommand.ts | 4 + .../commands/CreateRecoveryGroupCommand.ts | 4 + .../src/commands/CreateResourceSetCommand.ts | 4 + .../src/commands/DeleteCellCommand.ts | 4 + .../DeleteCrossAccountAuthorizationCommand.ts | 4 + .../commands/DeleteReadinessCheckCommand.ts | 4 + .../commands/DeleteRecoveryGroupCommand.ts | 4 + .../src/commands/DeleteResourceSetCommand.ts | 4 + .../GetArchitectureRecommendationsCommand.ts | 4 + .../src/commands/GetCellCommand.ts | 4 + .../GetCellReadinessSummaryCommand.ts | 4 + .../src/commands/GetReadinessCheckCommand.ts | 4 + .../GetReadinessCheckResourceStatusCommand.ts | 4 + .../GetReadinessCheckStatusCommand.ts | 4 + .../src/commands/GetRecoveryGroupCommand.ts | 4 + ...GetRecoveryGroupReadinessSummaryCommand.ts | 4 + .../src/commands/GetResourceSetCommand.ts | 4 + .../src/commands/ListCellsCommand.ts | 4 + .../ListCrossAccountAuthorizationsCommand.ts | 4 + .../commands/ListReadinessChecksCommand.ts | 4 + .../src/commands/ListRecoveryGroupsCommand.ts | 4 + .../src/commands/ListResourceSetsCommand.ts | 4 + .../src/commands/ListRulesCommand.ts | 4 + .../commands/ListTagsForResourcesCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateCellCommand.ts | 4 + .../commands/UpdateReadinessCheckCommand.ts | 4 + .../commands/UpdateRecoveryGroupCommand.ts | 4 + .../src/commands/UpdateResourceSetCommand.ts | 4 + .../src/index.ts | 10 +- ...oute53RecoveryReadinessServiceException.ts | 2 + .../src/Route53ResolverClient.ts | 6 +- .../AssociateFirewallRuleGroupCommand.ts | 4 + ...sociateResolverEndpointIpAddressCommand.ts | 4 + .../AssociateResolverQueryLogConfigCommand.ts | 4 + .../commands/AssociateResolverRuleCommand.ts | 4 + .../CreateFirewallDomainListCommand.ts | 4 + .../src/commands/CreateFirewallRuleCommand.ts | 4 + .../CreateFirewallRuleGroupCommand.ts | 4 + .../commands/CreateResolverEndpointCommand.ts | 4 + .../CreateResolverQueryLogConfigCommand.ts | 4 + .../src/commands/CreateResolverRuleCommand.ts | 4 + .../DeleteFirewallDomainListCommand.ts | 4 + .../src/commands/DeleteFirewallRuleCommand.ts | 4 + .../DeleteFirewallRuleGroupCommand.ts | 4 + .../commands/DeleteResolverEndpointCommand.ts | 4 + .../DeleteResolverQueryLogConfigCommand.ts | 4 + .../src/commands/DeleteResolverRuleCommand.ts | 4 + .../DisassociateFirewallRuleGroupCommand.ts | 4 + ...sociateResolverEndpointIpAddressCommand.ts | 4 + ...sassociateResolverQueryLogConfigCommand.ts | 4 + .../DisassociateResolverRuleCommand.ts | 4 + .../src/commands/GetFirewallConfigCommand.ts | 4 + .../commands/GetFirewallDomainListCommand.ts | 4 + .../GetFirewallRuleGroupAssociationCommand.ts | 4 + .../commands/GetFirewallRuleGroupCommand.ts | 4 + .../GetFirewallRuleGroupPolicyCommand.ts | 4 + .../src/commands/GetResolverConfigCommand.ts | 4 + .../GetResolverDnssecConfigCommand.ts | 4 + .../commands/GetResolverEndpointCommand.ts | 4 + ...esolverQueryLogConfigAssociationCommand.ts | 4 + .../GetResolverQueryLogConfigCommand.ts | 4 + .../GetResolverQueryLogConfigPolicyCommand.ts | 4 + .../GetResolverRuleAssociationCommand.ts | 4 + .../src/commands/GetResolverRuleCommand.ts | 4 + .../commands/GetResolverRulePolicyCommand.ts | 4 + .../commands/ImportFirewallDomainsCommand.ts | 4 + .../commands/ListFirewallConfigsCommand.ts | 4 + .../ListFirewallDomainListsCommand.ts | 4 + .../commands/ListFirewallDomainsCommand.ts | 4 + ...istFirewallRuleGroupAssociationsCommand.ts | 4 + .../commands/ListFirewallRuleGroupsCommand.ts | 4 + .../src/commands/ListFirewallRulesCommand.ts | 4 + .../commands/ListResolverConfigsCommand.ts | 4 + .../ListResolverDnssecConfigsCommand.ts | 4 + .../ListResolverEndpointIpAddressesCommand.ts | 4 + .../commands/ListResolverEndpointsCommand.ts | 4 + ...solverQueryLogConfigAssociationsCommand.ts | 4 + .../ListResolverQueryLogConfigsCommand.ts | 4 + .../ListResolverRuleAssociationsCommand.ts | 4 + .../src/commands/ListResolverRulesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../PutFirewallRuleGroupPolicyCommand.ts | 4 + .../PutResolverQueryLogConfigPolicyCommand.ts | 4 + .../commands/PutResolverRulePolicyCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateFirewallConfigCommand.ts | 4 + .../commands/UpdateFirewallDomainsCommand.ts | 4 + .../src/commands/UpdateFirewallRuleCommand.ts | 4 + ...dateFirewallRuleGroupAssociationCommand.ts | 4 + .../commands/UpdateResolverConfigCommand.ts | 4 + .../UpdateResolverDnssecConfigCommand.ts | 4 + .../commands/UpdateResolverEndpointCommand.ts | 4 + .../src/commands/UpdateResolverRuleCommand.ts | 4 + clients/client-route53resolver/src/index.ts | 36 +- .../models/Route53ResolverServiceException.ts | 2 + clients/client-rum/src/RUMClient.ts | 6 +- .../BatchCreateRumMetricDefinitionsCommand.ts | 4 + .../BatchDeleteRumMetricDefinitionsCommand.ts | 4 + .../BatchGetRumMetricDefinitionsCommand.ts | 4 + .../src/commands/CreateAppMonitorCommand.ts | 4 + .../src/commands/DeleteAppMonitorCommand.ts | 4 + .../DeleteRumMetricsDestinationCommand.ts | 4 + .../src/commands/GetAppMonitorCommand.ts | 4 + .../src/commands/GetAppMonitorDataCommand.ts | 4 + .../src/commands/ListAppMonitorsCommand.ts | 4 + .../ListRumMetricsDestinationsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutRumEventsCommand.ts | 4 + .../PutRumMetricsDestinationCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAppMonitorCommand.ts | 4 + .../UpdateRumMetricDefinitionCommand.ts | 4 + clients/client-rum/src/index.ts | 17 +- .../src/models/RUMServiceException.ts | 2 + .../client-s3-control/src/S3ControlClient.ts | 6 +- .../src/commands/CreateAccessPointCommand.ts | 4 + ...CreateAccessPointForObjectLambdaCommand.ts | 4 + .../src/commands/CreateBucketCommand.ts | 4 + .../src/commands/CreateJobCommand.ts | 4 + .../CreateMultiRegionAccessPointCommand.ts | 4 + .../src/commands/DeleteAccessPointCommand.ts | 4 + ...DeleteAccessPointForObjectLambdaCommand.ts | 4 + .../DeleteAccessPointPolicyCommand.ts | 4 + ...AccessPointPolicyForObjectLambdaCommand.ts | 4 + .../src/commands/DeleteBucketCommand.ts | 4 + ...leteBucketLifecycleConfigurationCommand.ts | 4 + .../src/commands/DeleteBucketPolicyCommand.ts | 4 + .../DeleteBucketReplicationCommand.ts | 4 + .../commands/DeleteBucketTaggingCommand.ts | 4 + .../src/commands/DeleteJobTaggingCommand.ts | 4 + .../DeleteMultiRegionAccessPointCommand.ts | 4 + .../DeletePublicAccessBlockCommand.ts | 4 + .../DeleteStorageLensConfigurationCommand.ts | 4 + ...eStorageLensConfigurationTaggingCommand.ts | 4 + .../src/commands/DescribeJobCommand.ts | 4 + ...eMultiRegionAccessPointOperationCommand.ts | 4 + .../src/commands/GetAccessPointCommand.ts | 4 + ...ointConfigurationForObjectLambdaCommand.ts | 4 + .../GetAccessPointForObjectLambdaCommand.ts | 4 + .../commands/GetAccessPointPolicyCommand.ts | 4 + ...AccessPointPolicyForObjectLambdaCommand.ts | 4 + .../GetAccessPointPolicyStatusCommand.ts | 4 + ...PointPolicyStatusForObjectLambdaCommand.ts | 4 + .../src/commands/GetBucketCommand.ts | 4 + .../GetBucketLifecycleConfigurationCommand.ts | 4 + .../src/commands/GetBucketPolicyCommand.ts | 4 + .../commands/GetBucketReplicationCommand.ts | 4 + .../src/commands/GetBucketTaggingCommand.ts | 4 + .../commands/GetBucketVersioningCommand.ts | 4 + .../src/commands/GetJobTaggingCommand.ts | 4 + .../GetMultiRegionAccessPointCommand.ts | 4 + .../GetMultiRegionAccessPointPolicyCommand.ts | 4 + ...ltiRegionAccessPointPolicyStatusCommand.ts | 4 + .../GetMultiRegionAccessPointRoutesCommand.ts | 4 + .../commands/GetPublicAccessBlockCommand.ts | 4 + .../GetStorageLensConfigurationCommand.ts | 4 + ...tStorageLensConfigurationTaggingCommand.ts | 4 + .../src/commands/ListAccessPointsCommand.ts | 4 + .../ListAccessPointsForObjectLambdaCommand.ts | 4 + .../src/commands/ListJobsCommand.ts | 4 + .../ListMultiRegionAccessPointsCommand.ts | 4 + .../commands/ListRegionalBucketsCommand.ts | 4 + .../ListStorageLensConfigurationsCommand.ts | 4 + ...ointConfigurationForObjectLambdaCommand.ts | 4 + .../commands/PutAccessPointPolicyCommand.ts | 4 + ...AccessPointPolicyForObjectLambdaCommand.ts | 4 + .../PutBucketLifecycleConfigurationCommand.ts | 4 + .../src/commands/PutBucketPolicyCommand.ts | 4 + .../commands/PutBucketReplicationCommand.ts | 4 + .../src/commands/PutBucketTaggingCommand.ts | 4 + .../commands/PutBucketVersioningCommand.ts | 4 + .../src/commands/PutJobTaggingCommand.ts | 4 + .../PutMultiRegionAccessPointPolicyCommand.ts | 4 + .../commands/PutPublicAccessBlockCommand.ts | 4 + .../PutStorageLensConfigurationCommand.ts | 4 + ...tStorageLensConfigurationTaggingCommand.ts | 4 + ...bmitMultiRegionAccessPointRoutesCommand.ts | 4 + .../src/commands/UpdateJobPriorityCommand.ts | 4 + .../src/commands/UpdateJobStatusCommand.ts | 4 + clients/client-s3-control/src/index.ts | 10 +- .../src/models/S3ControlServiceException.ts | 2 + clients/client-s3/src/S3Client.ts | 6 +- .../commands/AbortMultipartUploadCommand.ts | 4 + .../CompleteMultipartUploadCommand.ts | 4 + .../src/commands/CopyObjectCommand.ts | 4 + .../src/commands/CreateBucketCommand.ts | 4 + .../commands/CreateMultipartUploadCommand.ts | 4 + ...leteBucketAnalyticsConfigurationCommand.ts | 4 + .../src/commands/DeleteBucketCommand.ts | 4 + .../src/commands/DeleteBucketCorsCommand.ts | 4 + .../commands/DeleteBucketEncryptionCommand.ts | 4 + ...tIntelligentTieringConfigurationCommand.ts | 4 + ...leteBucketInventoryConfigurationCommand.ts | 4 + .../commands/DeleteBucketLifecycleCommand.ts | 4 + ...DeleteBucketMetricsConfigurationCommand.ts | 4 + .../DeleteBucketOwnershipControlsCommand.ts | 4 + .../src/commands/DeleteBucketPolicyCommand.ts | 4 + .../DeleteBucketReplicationCommand.ts | 4 + .../commands/DeleteBucketTaggingCommand.ts | 4 + .../commands/DeleteBucketWebsiteCommand.ts | 4 + .../src/commands/DeleteObjectCommand.ts | 4 + .../commands/DeleteObjectTaggingCommand.ts | 4 + .../src/commands/DeleteObjectsCommand.ts | 4 + .../DeletePublicAccessBlockCommand.ts | 4 + ...GetBucketAccelerateConfigurationCommand.ts | 4 + .../src/commands/GetBucketAclCommand.ts | 4 + .../GetBucketAnalyticsConfigurationCommand.ts | 4 + .../src/commands/GetBucketCorsCommand.ts | 4 + .../commands/GetBucketEncryptionCommand.ts | 4 + ...tIntelligentTieringConfigurationCommand.ts | 4 + .../GetBucketInventoryConfigurationCommand.ts | 4 + .../GetBucketLifecycleConfigurationCommand.ts | 4 + .../src/commands/GetBucketLocationCommand.ts | 4 + .../src/commands/GetBucketLoggingCommand.ts | 4 + .../GetBucketMetricsConfigurationCommand.ts | 4 + ...tBucketNotificationConfigurationCommand.ts | 4 + .../GetBucketOwnershipControlsCommand.ts | 4 + .../src/commands/GetBucketPolicyCommand.ts | 4 + .../commands/GetBucketPolicyStatusCommand.ts | 4 + .../commands/GetBucketReplicationCommand.ts | 4 + .../GetBucketRequestPaymentCommand.ts | 4 + .../src/commands/GetBucketTaggingCommand.ts | 4 + .../commands/GetBucketVersioningCommand.ts | 4 + .../src/commands/GetBucketWebsiteCommand.ts | 4 + .../src/commands/GetObjectAclCommand.ts | 4 + .../commands/GetObjectAttributesCommand.ts | 4 + .../src/commands/GetObjectCommand.ts | 4 + .../src/commands/GetObjectLegalHoldCommand.ts | 4 + .../GetObjectLockConfigurationCommand.ts | 4 + .../src/commands/GetObjectRetentionCommand.ts | 4 + .../src/commands/GetObjectTaggingCommand.ts | 4 + .../src/commands/GetObjectTorrentCommand.ts | 4 + .../commands/GetPublicAccessBlockCommand.ts | 4 + .../src/commands/HeadBucketCommand.ts | 4 + .../src/commands/HeadObjectCommand.ts | 4 + ...istBucketAnalyticsConfigurationsCommand.ts | 4 + ...IntelligentTieringConfigurationsCommand.ts | 4 + ...istBucketInventoryConfigurationsCommand.ts | 4 + .../ListBucketMetricsConfigurationsCommand.ts | 4 + .../src/commands/ListBucketsCommand.ts | 4 + .../commands/ListMultipartUploadsCommand.ts | 4 + .../src/commands/ListObjectVersionsCommand.ts | 4 + .../src/commands/ListObjectsCommand.ts | 4 + .../src/commands/ListObjectsV2Command.ts | 4 + .../src/commands/ListPartsCommand.ts | 4 + ...PutBucketAccelerateConfigurationCommand.ts | 4 + .../src/commands/PutBucketAclCommand.ts | 4 + .../PutBucketAnalyticsConfigurationCommand.ts | 4 + .../src/commands/PutBucketCorsCommand.ts | 4 + .../commands/PutBucketEncryptionCommand.ts | 4 + ...tIntelligentTieringConfigurationCommand.ts | 4 + .../PutBucketInventoryConfigurationCommand.ts | 4 + .../PutBucketLifecycleConfigurationCommand.ts | 4 + .../src/commands/PutBucketLoggingCommand.ts | 4 + .../PutBucketMetricsConfigurationCommand.ts | 4 + ...tBucketNotificationConfigurationCommand.ts | 4 + .../PutBucketOwnershipControlsCommand.ts | 4 + .../src/commands/PutBucketPolicyCommand.ts | 4 + .../commands/PutBucketReplicationCommand.ts | 4 + .../PutBucketRequestPaymentCommand.ts | 4 + .../src/commands/PutBucketTaggingCommand.ts | 4 + .../commands/PutBucketVersioningCommand.ts | 4 + .../src/commands/PutBucketWebsiteCommand.ts | 4 + .../src/commands/PutObjectAclCommand.ts | 4 + .../src/commands/PutObjectCommand.ts | 4 + .../src/commands/PutObjectLegalHoldCommand.ts | 4 + .../PutObjectLockConfigurationCommand.ts | 4 + .../src/commands/PutObjectRetentionCommand.ts | 4 + .../src/commands/PutObjectTaggingCommand.ts | 4 + .../commands/PutPublicAccessBlockCommand.ts | 4 + .../src/commands/RestoreObjectCommand.ts | 4 + .../commands/SelectObjectContentCommand.ts | 4 + .../src/commands/UploadPartCommand.ts | 4 + .../src/commands/UploadPartCopyCommand.ts | 4 + .../commands/WriteGetObjectResponseCommand.ts | 4 + clients/client-s3/src/index.ts | 10 +- .../src/models/S3ServiceException.ts | 2 + .../client-s3outposts/src/S3OutpostsClient.ts | 6 +- .../src/commands/CreateEndpointCommand.ts | 4 + .../src/commands/DeleteEndpointCommand.ts | 4 + .../src/commands/ListEndpointsCommand.ts | 4 + .../src/commands/ListOutpostsWithS3Command.ts | 4 + .../commands/ListSharedEndpointsCommand.ts | 4 + clients/client-s3outposts/src/index.ts | 10 +- .../src/models/S3OutpostsServiceException.ts | 2 + .../src/SageMakerA2IRuntimeClient.ts | 6 +- .../src/commands/DeleteHumanLoopCommand.ts | 4 + .../src/commands/DescribeHumanLoopCommand.ts | 4 + .../src/commands/ListHumanLoopsCommand.ts | 4 + .../src/commands/StartHumanLoopCommand.ts | 4 + .../src/commands/StopHumanLoopCommand.ts | 4 + .../client-sagemaker-a2i-runtime/src/index.ts | 35 +- .../SageMakerA2IRuntimeServiceException.ts | 2 + .../src/SagemakerEdgeClient.ts | 6 +- .../src/commands/GetDeploymentsCommand.ts | 4 + .../commands/GetDeviceRegistrationCommand.ts | 4 + .../src/commands/SendHeartbeatCommand.ts | 4 + clients/client-sagemaker-edge/src/index.ts | 8 +- .../models/SagemakerEdgeServiceException.ts | 2 + .../src/SageMakerFeatureStoreRuntimeClient.ts | 6 +- .../src/commands/BatchGetRecordCommand.ts | 4 + .../src/commands/DeleteRecordCommand.ts | 4 + .../src/commands/GetRecordCommand.ts | 4 + .../src/commands/PutRecordCommand.ts | 4 + .../src/index.ts | 34 +- ...akerFeatureStoreRuntimeServiceException.ts | 2 + .../src/SageMakerGeospatialClient.ts | 6 +- .../DeleteEarthObservationJobCommand.ts | 4 + .../DeleteVectorEnrichmentJobCommand.ts | 4 + .../ExportEarthObservationJobCommand.ts | 4 + .../ExportVectorEnrichmentJobCommand.ts | 4 + .../commands/GetEarthObservationJobCommand.ts | 4 + .../GetRasterDataCollectionCommand.ts | 4 + .../src/commands/GetTileCommand.ts | 4 + .../commands/GetVectorEnrichmentJobCommand.ts | 4 + .../ListEarthObservationJobsCommand.ts | 4 + .../ListRasterDataCollectionsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../ListVectorEnrichmentJobsCommand.ts | 4 + .../SearchRasterDataCollectionCommand.ts | 4 + .../StartEarthObservationJobCommand.ts | 4 + .../StartVectorEnrichmentJobCommand.ts | 4 + .../StopEarthObservationJobCommand.ts | 4 + .../StopVectorEnrichmentJobCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../client-sagemaker-geospatial/src/index.ts | 10 +- .../SageMakerGeospatialServiceException.ts | 2 + .../src/SageMakerMetricsClient.ts | 6 +- .../src/commands/BatchPutMetricsCommand.ts | 4 + clients/client-sagemaker-metrics/src/index.ts | 16 +- .../SageMakerMetricsServiceException.ts | 2 + .../src/SageMakerRuntimeClient.ts | 6 +- .../commands/InvokeEndpointAsyncCommand.ts | 4 + .../src/commands/InvokeEndpointCommand.ts | 4 + clients/client-sagemaker-runtime/src/index.ts | 8 +- .../SageMakerRuntimeServiceException.ts | 2 + .../client-sagemaker/src/SageMakerClient.ts | 6 +- .../src/commands/AddAssociationCommand.ts | 4 + .../src/commands/AddTagsCommand.ts | 4 + .../AssociateTrialComponentCommand.ts | 4 + .../BatchDescribeModelPackageCommand.ts | 4 + .../src/commands/CreateActionCommand.ts | 4 + .../src/commands/CreateAlgorithmCommand.ts | 4 + .../src/commands/CreateAppCommand.ts | 4 + .../commands/CreateAppImageConfigCommand.ts | 4 + .../src/commands/CreateArtifactCommand.ts | 4 + .../src/commands/CreateAutoMLJobCommand.ts | 4 + .../src/commands/CreateAutoMLJobV2Command.ts | 4 + .../commands/CreateCodeRepositoryCommand.ts | 4 + .../commands/CreateCompilationJobCommand.ts | 4 + .../src/commands/CreateContextCommand.ts | 4 + .../CreateDataQualityJobDefinitionCommand.ts | 4 + .../src/commands/CreateDeviceFleetCommand.ts | 4 + .../src/commands/CreateDomainCommand.ts | 4 + .../CreateEdgeDeploymentPlanCommand.ts | 4 + .../CreateEdgeDeploymentStageCommand.ts | 4 + .../commands/CreateEdgePackagingJobCommand.ts | 4 + .../src/commands/CreateEndpointCommand.ts | 4 + .../commands/CreateEndpointConfigCommand.ts | 4 + .../src/commands/CreateExperimentCommand.ts | 4 + .../src/commands/CreateFeatureGroupCommand.ts | 4 + .../commands/CreateFlowDefinitionCommand.ts | 4 + .../src/commands/CreateHubCommand.ts | 4 + .../src/commands/CreateHumanTaskUiCommand.ts | 4 + .../CreateHyperParameterTuningJobCommand.ts | 4 + .../src/commands/CreateImageCommand.ts | 4 + .../src/commands/CreateImageVersionCommand.ts | 4 + .../CreateInferenceExperimentCommand.ts | 4 + ...reateInferenceRecommendationsJobCommand.ts | 4 + .../src/commands/CreateLabelingJobCommand.ts | 4 + .../CreateModelBiasJobDefinitionCommand.ts | 4 + .../src/commands/CreateModelCardCommand.ts | 4 + .../CreateModelCardExportJobCommand.ts | 4 + .../src/commands/CreateModelCommand.ts | 4 + ...ModelExplainabilityJobDefinitionCommand.ts | 4 + .../src/commands/CreateModelPackageCommand.ts | 4 + .../CreateModelPackageGroupCommand.ts | 4 + .../CreateModelQualityJobDefinitionCommand.ts | 4 + .../CreateMonitoringScheduleCommand.ts | 4 + .../commands/CreateNotebookInstanceCommand.ts | 4 + ...eNotebookInstanceLifecycleConfigCommand.ts | 4 + .../src/commands/CreatePipelineCommand.ts | 4 + .../CreatePresignedDomainUrlCommand.ts | 4 + ...eatePresignedNotebookInstanceUrlCommand.ts | 4 + .../commands/CreateProcessingJobCommand.ts | 4 + .../src/commands/CreateProjectCommand.ts | 4 + .../src/commands/CreateSpaceCommand.ts | 4 + .../CreateStudioLifecycleConfigCommand.ts | 4 + .../src/commands/CreateTrainingJobCommand.ts | 4 + .../src/commands/CreateTransformJobCommand.ts | 4 + .../src/commands/CreateTrialCommand.ts | 4 + .../commands/CreateTrialComponentCommand.ts | 4 + .../src/commands/CreateUserProfileCommand.ts | 4 + .../src/commands/CreateWorkforceCommand.ts | 4 + .../src/commands/CreateWorkteamCommand.ts | 4 + .../src/commands/DeleteActionCommand.ts | 4 + .../src/commands/DeleteAlgorithmCommand.ts | 4 + .../src/commands/DeleteAppCommand.ts | 4 + .../commands/DeleteAppImageConfigCommand.ts | 4 + .../src/commands/DeleteArtifactCommand.ts | 4 + .../src/commands/DeleteAssociationCommand.ts | 4 + .../commands/DeleteCodeRepositoryCommand.ts | 4 + .../src/commands/DeleteContextCommand.ts | 4 + .../DeleteDataQualityJobDefinitionCommand.ts | 4 + .../src/commands/DeleteDeviceFleetCommand.ts | 4 + .../src/commands/DeleteDomainCommand.ts | 4 + .../DeleteEdgeDeploymentPlanCommand.ts | 4 + .../DeleteEdgeDeploymentStageCommand.ts | 4 + .../src/commands/DeleteEndpointCommand.ts | 4 + .../commands/DeleteEndpointConfigCommand.ts | 4 + .../src/commands/DeleteExperimentCommand.ts | 4 + .../src/commands/DeleteFeatureGroupCommand.ts | 4 + .../commands/DeleteFlowDefinitionCommand.ts | 4 + .../src/commands/DeleteHubCommand.ts | 4 + .../src/commands/DeleteHubContentCommand.ts | 4 + .../src/commands/DeleteHumanTaskUiCommand.ts | 4 + .../src/commands/DeleteImageCommand.ts | 4 + .../src/commands/DeleteImageVersionCommand.ts | 4 + .../DeleteInferenceExperimentCommand.ts | 4 + .../DeleteModelBiasJobDefinitionCommand.ts | 4 + .../src/commands/DeleteModelCardCommand.ts | 4 + .../src/commands/DeleteModelCommand.ts | 4 + ...ModelExplainabilityJobDefinitionCommand.ts | 4 + .../src/commands/DeleteModelPackageCommand.ts | 4 + .../DeleteModelPackageGroupCommand.ts | 4 + .../DeleteModelPackageGroupPolicyCommand.ts | 4 + .../DeleteModelQualityJobDefinitionCommand.ts | 4 + .../DeleteMonitoringScheduleCommand.ts | 4 + .../commands/DeleteNotebookInstanceCommand.ts | 4 + ...eNotebookInstanceLifecycleConfigCommand.ts | 4 + .../src/commands/DeletePipelineCommand.ts | 4 + .../src/commands/DeleteProjectCommand.ts | 4 + .../src/commands/DeleteSpaceCommand.ts | 4 + .../DeleteStudioLifecycleConfigCommand.ts | 4 + .../src/commands/DeleteTagsCommand.ts | 4 + .../src/commands/DeleteTrialCommand.ts | 4 + .../commands/DeleteTrialComponentCommand.ts | 4 + .../src/commands/DeleteUserProfileCommand.ts | 4 + .../src/commands/DeleteWorkforceCommand.ts | 4 + .../src/commands/DeleteWorkteamCommand.ts | 4 + .../src/commands/DeregisterDevicesCommand.ts | 4 + .../src/commands/DescribeActionCommand.ts | 4 + .../src/commands/DescribeAlgorithmCommand.ts | 4 + .../src/commands/DescribeAppCommand.ts | 4 + .../commands/DescribeAppImageConfigCommand.ts | 4 + .../src/commands/DescribeArtifactCommand.ts | 4 + .../src/commands/DescribeAutoMLJobCommand.ts | 4 + .../commands/DescribeAutoMLJobV2Command.ts | 4 + .../commands/DescribeCodeRepositoryCommand.ts | 4 + .../commands/DescribeCompilationJobCommand.ts | 4 + .../src/commands/DescribeContextCommand.ts | 4 + ...DescribeDataQualityJobDefinitionCommand.ts | 4 + .../src/commands/DescribeDeviceCommand.ts | 4 + .../commands/DescribeDeviceFleetCommand.ts | 4 + .../src/commands/DescribeDomainCommand.ts | 4 + .../DescribeEdgeDeploymentPlanCommand.ts | 4 + .../DescribeEdgePackagingJobCommand.ts | 4 + .../src/commands/DescribeEndpointCommand.ts | 4 + .../commands/DescribeEndpointConfigCommand.ts | 4 + .../src/commands/DescribeExperimentCommand.ts | 4 + .../commands/DescribeFeatureGroupCommand.ts | 4 + .../DescribeFeatureMetadataCommand.ts | 4 + .../commands/DescribeFlowDefinitionCommand.ts | 4 + .../src/commands/DescribeHubCommand.ts | 4 + .../src/commands/DescribeHubContentCommand.ts | 4 + .../commands/DescribeHumanTaskUiCommand.ts | 4 + .../DescribeHyperParameterTuningJobCommand.ts | 4 + .../src/commands/DescribeImageCommand.ts | 4 + .../commands/DescribeImageVersionCommand.ts | 4 + .../DescribeInferenceExperimentCommand.ts | 4 + ...cribeInferenceRecommendationsJobCommand.ts | 4 + .../commands/DescribeLabelingJobCommand.ts | 4 + .../commands/DescribeLineageGroupCommand.ts | 4 + .../DescribeModelBiasJobDefinitionCommand.ts | 4 + .../src/commands/DescribeModelCardCommand.ts | 4 + .../DescribeModelCardExportJobCommand.ts | 4 + .../src/commands/DescribeModelCommand.ts | 4 + ...ModelExplainabilityJobDefinitionCommand.ts | 4 + .../commands/DescribeModelPackageCommand.ts | 4 + .../DescribeModelPackageGroupCommand.ts | 4 + ...escribeModelQualityJobDefinitionCommand.ts | 4 + .../DescribeMonitoringScheduleCommand.ts | 4 + .../DescribeNotebookInstanceCommand.ts | 4 + ...eNotebookInstanceLifecycleConfigCommand.ts | 4 + .../src/commands/DescribePipelineCommand.ts | 4 + ...bePipelineDefinitionForExecutionCommand.ts | 4 + .../DescribePipelineExecutionCommand.ts | 4 + .../commands/DescribeProcessingJobCommand.ts | 4 + .../src/commands/DescribeProjectCommand.ts | 4 + .../src/commands/DescribeSpaceCommand.ts | 4 + .../DescribeStudioLifecycleConfigCommand.ts | 4 + .../DescribeSubscribedWorkteamCommand.ts | 4 + .../commands/DescribeTrainingJobCommand.ts | 4 + .../commands/DescribeTransformJobCommand.ts | 4 + .../src/commands/DescribeTrialCommand.ts | 4 + .../commands/DescribeTrialComponentCommand.ts | 4 + .../commands/DescribeUserProfileCommand.ts | 4 + .../src/commands/DescribeWorkforceCommand.ts | 4 + .../src/commands/DescribeWorkteamCommand.ts | 4 + ...SagemakerServicecatalogPortfolioCommand.ts | 4 + .../DisassociateTrialComponentCommand.ts | 4 + ...SagemakerServicecatalogPortfolioCommand.ts | 4 + .../commands/GetDeviceFleetReportCommand.ts | 4 + .../commands/GetLineageGroupPolicyCommand.ts | 4 + .../GetModelPackageGroupPolicyCommand.ts | 4 + ...kerServicecatalogPortfolioStatusCommand.ts | 4 + .../commands/GetSearchSuggestionsCommand.ts | 4 + .../src/commands/ImportHubContentCommand.ts | 4 + .../src/commands/ListActionsCommand.ts | 4 + .../src/commands/ListAlgorithmsCommand.ts | 4 + .../src/commands/ListAliasesCommand.ts | 4 + .../commands/ListAppImageConfigsCommand.ts | 4 + .../src/commands/ListAppsCommand.ts | 4 + .../src/commands/ListArtifactsCommand.ts | 4 + .../src/commands/ListAssociationsCommand.ts | 4 + .../src/commands/ListAutoMLJobsCommand.ts | 4 + .../ListCandidatesForAutoMLJobCommand.ts | 4 + .../commands/ListCodeRepositoriesCommand.ts | 4 + .../commands/ListCompilationJobsCommand.ts | 4 + .../src/commands/ListContextsCommand.ts | 4 + .../ListDataQualityJobDefinitionsCommand.ts | 4 + .../src/commands/ListDeviceFleetsCommand.ts | 4 + .../src/commands/ListDevicesCommand.ts | 4 + .../src/commands/ListDomainsCommand.ts | 4 + .../ListEdgeDeploymentPlansCommand.ts | 4 + .../commands/ListEdgePackagingJobsCommand.ts | 4 + .../commands/ListEndpointConfigsCommand.ts | 4 + .../src/commands/ListEndpointsCommand.ts | 4 + .../src/commands/ListExperimentsCommand.ts | 4 + .../src/commands/ListFeatureGroupsCommand.ts | 4 + .../commands/ListFlowDefinitionsCommand.ts | 4 + .../commands/ListHubContentVersionsCommand.ts | 4 + .../src/commands/ListHubContentsCommand.ts | 4 + .../src/commands/ListHubsCommand.ts | 4 + .../src/commands/ListHumanTaskUisCommand.ts | 4 + .../ListHyperParameterTuningJobsCommand.ts | 4 + .../src/commands/ListImageVersionsCommand.ts | 4 + .../src/commands/ListImagesCommand.ts | 4 + .../ListInferenceExperimentsCommand.ts | 4 + ...InferenceRecommendationsJobStepsCommand.ts | 4 + ...ListInferenceRecommendationsJobsCommand.ts | 4 + .../src/commands/ListLabelingJobsCommand.ts | 4 + .../ListLabelingJobsForWorkteamCommand.ts | 4 + .../src/commands/ListLineageGroupsCommand.ts | 4 + .../ListModelBiasJobDefinitionsCommand.ts | 4 + .../ListModelCardExportJobsCommand.ts | 4 + .../commands/ListModelCardVersionsCommand.ts | 4 + .../src/commands/ListModelCardsCommand.ts | 4 + ...odelExplainabilityJobDefinitionsCommand.ts | 4 + .../src/commands/ListModelMetadataCommand.ts | 4 + .../commands/ListModelPackageGroupsCommand.ts | 4 + .../src/commands/ListModelPackagesCommand.ts | 4 + .../ListModelQualityJobDefinitionsCommand.ts | 4 + .../src/commands/ListModelsCommand.ts | 4 + .../ListMonitoringAlertHistoryCommand.ts | 4 + .../commands/ListMonitoringAlertsCommand.ts | 4 + .../ListMonitoringExecutionsCommand.ts | 4 + .../ListMonitoringSchedulesCommand.ts | 4 + ...NotebookInstanceLifecycleConfigsCommand.ts | 4 + .../commands/ListNotebookInstancesCommand.ts | 4 + .../ListPipelineExecutionStepsCommand.ts | 4 + .../commands/ListPipelineExecutionsCommand.ts | 4 + ...stPipelineParametersForExecutionCommand.ts | 4 + .../src/commands/ListPipelinesCommand.ts | 4 + .../src/commands/ListProcessingJobsCommand.ts | 4 + .../src/commands/ListProjectsCommand.ts | 4 + .../src/commands/ListSpacesCommand.ts | 4 + .../src/commands/ListStageDevicesCommand.ts | 4 + .../ListStudioLifecycleConfigsCommand.ts | 4 + .../ListSubscribedWorkteamsCommand.ts | 4 + .../src/commands/ListTagsCommand.ts | 4 + .../src/commands/ListTrainingJobsCommand.ts | 4 + ...ngJobsForHyperParameterTuningJobCommand.ts | 4 + .../src/commands/ListTransformJobsCommand.ts | 4 + .../commands/ListTrialComponentsCommand.ts | 4 + .../src/commands/ListTrialsCommand.ts | 4 + .../src/commands/ListUserProfilesCommand.ts | 4 + .../src/commands/ListWorkforcesCommand.ts | 4 + .../src/commands/ListWorkteamsCommand.ts | 4 + .../PutModelPackageGroupPolicyCommand.ts | 4 + .../src/commands/QueryLineageCommand.ts | 4 + .../src/commands/RegisterDevicesCommand.ts | 4 + .../src/commands/RenderUiTemplateCommand.ts | 4 + .../commands/RetryPipelineExecutionCommand.ts | 4 + .../src/commands/SearchCommand.ts | 4 + ...SendPipelineExecutionStepFailureCommand.ts | 4 + ...SendPipelineExecutionStepSuccessCommand.ts | 4 + .../StartEdgeDeploymentStageCommand.ts | 4 + .../StartInferenceExperimentCommand.ts | 4 + .../StartMonitoringScheduleCommand.ts | 4 + .../commands/StartNotebookInstanceCommand.ts | 4 + .../commands/StartPipelineExecutionCommand.ts | 4 + .../src/commands/StopAutoMLJobCommand.ts | 4 + .../src/commands/StopCompilationJobCommand.ts | 4 + .../StopEdgeDeploymentStageCommand.ts | 4 + .../commands/StopEdgePackagingJobCommand.ts | 4 + .../StopHyperParameterTuningJobCommand.ts | 4 + .../StopInferenceExperimentCommand.ts | 4 + .../StopInferenceRecommendationsJobCommand.ts | 4 + .../src/commands/StopLabelingJobCommand.ts | 4 + .../commands/StopMonitoringScheduleCommand.ts | 4 + .../commands/StopNotebookInstanceCommand.ts | 4 + .../commands/StopPipelineExecutionCommand.ts | 4 + .../src/commands/StopProcessingJobCommand.ts | 4 + .../src/commands/StopTrainingJobCommand.ts | 4 + .../src/commands/StopTransformJobCommand.ts | 4 + .../src/commands/UpdateActionCommand.ts | 4 + .../commands/UpdateAppImageConfigCommand.ts | 4 + .../src/commands/UpdateArtifactCommand.ts | 4 + .../commands/UpdateCodeRepositoryCommand.ts | 4 + .../src/commands/UpdateContextCommand.ts | 4 + .../src/commands/UpdateDeviceFleetCommand.ts | 4 + .../src/commands/UpdateDevicesCommand.ts | 4 + .../src/commands/UpdateDomainCommand.ts | 4 + .../src/commands/UpdateEndpointCommand.ts | 4 + ...dateEndpointWeightsAndCapacitiesCommand.ts | 4 + .../src/commands/UpdateExperimentCommand.ts | 4 + .../src/commands/UpdateFeatureGroupCommand.ts | 4 + .../commands/UpdateFeatureMetadataCommand.ts | 4 + .../src/commands/UpdateHubCommand.ts | 4 + .../src/commands/UpdateImageCommand.ts | 4 + .../src/commands/UpdateImageVersionCommand.ts | 4 + .../UpdateInferenceExperimentCommand.ts | 4 + .../src/commands/UpdateModelCardCommand.ts | 4 + .../src/commands/UpdateModelPackageCommand.ts | 4 + .../commands/UpdateMonitoringAlertCommand.ts | 4 + .../UpdateMonitoringScheduleCommand.ts | 4 + .../commands/UpdateNotebookInstanceCommand.ts | 4 + ...eNotebookInstanceLifecycleConfigCommand.ts | 4 + .../src/commands/UpdatePipelineCommand.ts | 4 + .../UpdatePipelineExecutionCommand.ts | 4 + .../src/commands/UpdateProjectCommand.ts | 4 + .../src/commands/UpdateSpaceCommand.ts | 4 + .../src/commands/UpdateTrainingJobCommand.ts | 4 + .../src/commands/UpdateTrialCommand.ts | 4 + .../commands/UpdateTrialComponentCommand.ts | 4 + .../src/commands/UpdateUserProfileCommand.ts | 4 + .../src/commands/UpdateWorkforceCommand.ts | 4 + .../src/commands/UpdateWorkteamCommand.ts | 4 + clients/client-sagemaker/src/index.ts | 25 +- .../src/models/SageMakerServiceException.ts | 2 + .../src/SavingsplansClient.ts | 6 +- .../src/commands/CreateSavingsPlanCommand.ts | 4 + .../DeleteQueuedSavingsPlanCommand.ts | 4 + .../DescribeSavingsPlanRatesCommand.ts | 4 + .../commands/DescribeSavingsPlansCommand.ts | 4 + ...escribeSavingsPlansOfferingRatesCommand.ts | 4 + .../DescribeSavingsPlansOfferingsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + clients/client-savingsplans/src/index.ts | 11 +- .../models/SavingsplansServiceException.ts | 2 + .../client-scheduler/src/SchedulerClient.ts | 6 +- .../src/commands/CreateScheduleCommand.ts | 4 + .../commands/CreateScheduleGroupCommand.ts | 4 + .../src/commands/DeleteScheduleCommand.ts | 4 + .../commands/DeleteScheduleGroupCommand.ts | 4 + .../src/commands/GetScheduleCommand.ts | 4 + .../src/commands/GetScheduleGroupCommand.ts | 4 + .../src/commands/ListScheduleGroupsCommand.ts | 4 + .../src/commands/ListSchedulesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateScheduleCommand.ts | 4 + clients/client-scheduler/src/index.ts | 14 +- .../src/models/SchedulerServiceException.ts | 2 + clients/client-schemas/src/SchemasClient.ts | 6 +- .../src/commands/CreateDiscovererCommand.ts | 4 + .../src/commands/CreateRegistryCommand.ts | 4 + .../src/commands/CreateSchemaCommand.ts | 4 + .../src/commands/DeleteDiscovererCommand.ts | 4 + .../src/commands/DeleteRegistryCommand.ts | 4 + .../commands/DeleteResourcePolicyCommand.ts | 4 + .../src/commands/DeleteSchemaCommand.ts | 4 + .../commands/DeleteSchemaVersionCommand.ts | 4 + .../commands/DescribeCodeBindingCommand.ts | 4 + .../src/commands/DescribeDiscovererCommand.ts | 4 + .../src/commands/DescribeRegistryCommand.ts | 4 + .../src/commands/DescribeSchemaCommand.ts | 4 + .../src/commands/ExportSchemaCommand.ts | 4 + .../commands/GetCodeBindingSourceCommand.ts | 4 + .../commands/GetDiscoveredSchemaCommand.ts | 4 + .../src/commands/GetResourcePolicyCommand.ts | 4 + .../src/commands/ListDiscoverersCommand.ts | 4 + .../src/commands/ListRegistriesCommand.ts | 4 + .../src/commands/ListSchemaVersionsCommand.ts | 4 + .../src/commands/ListSchemasCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutCodeBindingCommand.ts | 4 + .../src/commands/PutResourcePolicyCommand.ts | 4 + .../src/commands/SearchSchemasCommand.ts | 4 + .../src/commands/StartDiscovererCommand.ts | 4 + .../src/commands/StopDiscovererCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateDiscovererCommand.ts | 4 + .../src/commands/UpdateRegistryCommand.ts | 4 + .../src/commands/UpdateSchemaCommand.ts | 4 + clients/client-schemas/src/index.ts | 10 +- .../src/models/SchemasServiceException.ts | 2 + .../src/SecretsManagerClient.ts | 6 +- .../src/commands/CancelRotateSecretCommand.ts | 4 + .../src/commands/CreateSecretCommand.ts | 4 + .../commands/DeleteResourcePolicyCommand.ts | 4 + .../src/commands/DeleteSecretCommand.ts | 4 + .../src/commands/DescribeSecretCommand.ts | 4 + .../src/commands/GetRandomPasswordCommand.ts | 4 + .../src/commands/GetResourcePolicyCommand.ts | 4 + .../src/commands/GetSecretValueCommand.ts | 4 + .../commands/ListSecretVersionIdsCommand.ts | 4 + .../src/commands/ListSecretsCommand.ts | 4 + .../src/commands/PutResourcePolicyCommand.ts | 4 + .../src/commands/PutSecretValueCommand.ts | 4 + .../RemoveRegionsFromReplicationCommand.ts | 4 + .../ReplicateSecretToRegionsCommand.ts | 4 + .../src/commands/RestoreSecretCommand.ts | 4 + .../src/commands/RotateSecretCommand.ts | 4 + .../StopReplicationToReplicaCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateSecretCommand.ts | 4 + .../UpdateSecretVersionStageCommand.ts | 4 + .../commands/ValidateResourcePolicyCommand.ts | 4 + clients/client-secrets-manager/src/index.ts | 35 +- .../models/SecretsManagerServiceException.ts | 2 + .../src/SecurityHubClient.ts | 6 +- .../AcceptAdministratorInvitationCommand.ts | 4 + .../src/commands/AcceptInvitationCommand.ts | 4 + .../commands/BatchDisableStandardsCommand.ts | 4 + .../commands/BatchEnableStandardsCommand.ts | 4 + .../BatchGetSecurityControlsCommand.ts | 4 + ...hGetStandardsControlAssociationsCommand.ts | 4 + .../commands/BatchImportFindingsCommand.ts | 4 + .../commands/BatchUpdateFindingsCommand.ts | 4 + ...dateStandardsControlAssociationsCommand.ts | 4 + .../src/commands/CreateActionTargetCommand.ts | 4 + .../CreateFindingAggregatorCommand.ts | 4 + .../src/commands/CreateInsightCommand.ts | 4 + .../src/commands/CreateMembersCommand.ts | 4 + .../src/commands/DeclineInvitationsCommand.ts | 4 + .../src/commands/DeleteActionTargetCommand.ts | 4 + .../DeleteFindingAggregatorCommand.ts | 4 + .../src/commands/DeleteInsightCommand.ts | 4 + .../src/commands/DeleteInvitationsCommand.ts | 4 + .../src/commands/DeleteMembersCommand.ts | 4 + .../commands/DescribeActionTargetsCommand.ts | 4 + .../src/commands/DescribeHubCommand.ts | 4 + ...escribeOrganizationConfigurationCommand.ts | 4 + .../src/commands/DescribeProductsCommand.ts | 4 + .../src/commands/DescribeStandardsCommand.ts | 4 + .../DescribeStandardsControlsCommand.ts | 4 + .../DisableImportFindingsForProductCommand.ts | 4 + .../DisableOrganizationAdminAccountCommand.ts | 4 + .../src/commands/DisableSecurityHubCommand.ts | 4 + ...ssociateFromAdministratorAccountCommand.ts | 4 + .../DisassociateFromMasterAccountCommand.ts | 4 + .../commands/DisassociateMembersCommand.ts | 4 + .../EnableImportFindingsForProductCommand.ts | 4 + .../EnableOrganizationAdminAccountCommand.ts | 4 + .../src/commands/EnableSecurityHubCommand.ts | 4 + .../GetAdministratorAccountCommand.ts | 4 + .../commands/GetEnabledStandardsCommand.ts | 4 + .../commands/GetFindingAggregatorCommand.ts | 4 + .../src/commands/GetFindingHistoryCommand.ts | 4 + .../src/commands/GetFindingsCommand.ts | 4 + .../src/commands/GetInsightResultsCommand.ts | 4 + .../src/commands/GetInsightsCommand.ts | 4 + .../commands/GetInvitationsCountCommand.ts | 4 + .../src/commands/GetMasterAccountCommand.ts | 4 + .../src/commands/GetMembersCommand.ts | 4 + .../src/commands/InviteMembersCommand.ts | 4 + .../ListEnabledProductsForImportCommand.ts | 4 + .../commands/ListFindingAggregatorsCommand.ts | 4 + .../src/commands/ListInvitationsCommand.ts | 4 + .../src/commands/ListMembersCommand.ts | 4 + .../ListOrganizationAdminAccountsCommand.ts | 4 + .../ListSecurityControlDefinitionsCommand.ts | 4 + ...ListStandardsControlAssociationsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateActionTargetCommand.ts | 4 + .../UpdateFindingAggregatorCommand.ts | 4 + .../src/commands/UpdateFindingsCommand.ts | 4 + .../src/commands/UpdateInsightCommand.ts | 4 + .../UpdateOrganizationConfigurationCommand.ts | 4 + .../UpdateSecurityHubConfigurationCommand.ts | 4 + .../commands/UpdateStandardsControlCommand.ts | 4 + clients/client-securityhub/src/index.ts | 55 ++- .../src/models/SecurityHubServiceException.ts | 2 + .../src/SecurityLakeClient.ts | 6 +- .../src/commands/CreateAwsLogSourceCommand.ts | 4 + .../commands/CreateCustomLogSourceCommand.ts | 4 + .../CreateDatalakeAutoEnableCommand.ts | 4 + .../src/commands/CreateDatalakeCommand.ts | 4 + .../CreateDatalakeDelegatedAdminCommand.ts | 4 + ...teDatalakeExceptionsSubscriptionCommand.ts | 4 + .../src/commands/CreateSubscriberCommand.ts | 4 + ...riptionNotificationConfigurationCommand.ts | 4 + .../src/commands/DeleteAwsLogSourceCommand.ts | 4 + .../commands/DeleteCustomLogSourceCommand.ts | 4 + .../DeleteDatalakeAutoEnableCommand.ts | 4 + .../src/commands/DeleteDatalakeCommand.ts | 4 + .../DeleteDatalakeDelegatedAdminCommand.ts | 4 + ...teDatalakeExceptionsSubscriptionCommand.ts | 4 + .../src/commands/DeleteSubscriberCommand.ts | 4 + ...riptionNotificationConfigurationCommand.ts | 4 + .../commands/GetDatalakeAutoEnableCommand.ts | 4 + .../src/commands/GetDatalakeCommand.ts | 4 + .../GetDatalakeExceptionsExpiryCommand.ts | 4 + ...etDatalakeExceptionsSubscriptionCommand.ts | 4 + .../src/commands/GetDatalakeStatusCommand.ts | 4 + .../src/commands/GetSubscriberCommand.ts | 4 + .../commands/ListDatalakeExceptionsCommand.ts | 4 + .../src/commands/ListLogSourcesCommand.ts | 4 + .../src/commands/ListSubscribersCommand.ts | 4 + .../src/commands/UpdateDatalakeCommand.ts | 4 + .../UpdateDatalakeExceptionsExpiryCommand.ts | 4 + ...teDatalakeExceptionsSubscriptionCommand.ts | 4 + .../src/commands/UpdateSubscriberCommand.ts | 4 + ...riptionNotificationConfigurationCommand.ts | 4 + clients/client-securitylake/src/index.ts | 40 +- .../models/SecurityLakeServiceException.ts | 2 + .../ServerlessApplicationRepositoryClient.ts | 23 +- .../src/commands/CreateApplicationCommand.ts | 4 + .../CreateApplicationVersionCommand.ts | 4 + .../CreateCloudFormationChangeSetCommand.ts | 4 + .../CreateCloudFormationTemplateCommand.ts | 4 + .../src/commands/DeleteApplicationCommand.ts | 4 + .../src/commands/GetApplicationCommand.ts | 4 + .../commands/GetApplicationPolicyCommand.ts | 4 + .../GetCloudFormationTemplateCommand.ts | 4 + .../ListApplicationDependenciesCommand.ts | 4 + .../ListApplicationVersionsCommand.ts | 4 + .../src/commands/ListApplicationsCommand.ts | 4 + .../commands/PutApplicationPolicyCommand.ts | 4 + .../src/commands/UnshareApplicationCommand.ts | 4 + .../src/commands/UpdateApplicationCommand.ts | 4 + .../src/index.ts | 29 +- ...ssApplicationRepositoryServiceException.ts | 2 + .../src/ServiceCatalogAppRegistryClient.ts | 6 +- .../AssociateAttributeGroupCommand.ts | 4 + .../src/commands/AssociateResourceCommand.ts | 4 + .../src/commands/CreateApplicationCommand.ts | 4 + .../commands/CreateAttributeGroupCommand.ts | 4 + .../src/commands/DeleteApplicationCommand.ts | 4 + .../commands/DeleteAttributeGroupCommand.ts | 4 + .../DisassociateAttributeGroupCommand.ts | 4 + .../commands/DisassociateResourceCommand.ts | 4 + .../src/commands/GetApplicationCommand.ts | 4 + .../commands/GetAssociatedResourceCommand.ts | 4 + .../src/commands/GetAttributeGroupCommand.ts | 4 + .../src/commands/GetConfigurationCommand.ts | 4 + .../src/commands/ListApplicationsCommand.ts | 4 + .../ListAssociatedAttributeGroupsCommand.ts | 4 + .../ListAssociatedResourcesCommand.ts | 4 + .../commands/ListAttributeGroupsCommand.ts | 4 + ...istAttributeGroupsForApplicationCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutConfigurationCommand.ts | 4 + .../src/commands/SyncResourceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateApplicationCommand.ts | 4 + .../commands/UpdateAttributeGroupCommand.ts | 4 + .../src/index.ts | 10 +- ...rviceCatalogAppRegistryServiceException.ts | 2 + .../src/ServiceCatalogClient.ts | 6 +- .../commands/AcceptPortfolioShareCommand.ts | 4 + .../AssociateBudgetWithResourceCommand.ts | 4 + .../AssociatePrincipalWithPortfolioCommand.ts | 4 + .../AssociateProductWithPortfolioCommand.ts | 4 + ...ceActionWithProvisioningArtifactCommand.ts | 4 + .../AssociateTagOptionWithResourceCommand.ts | 4 + ...ceActionWithProvisioningArtifactCommand.ts | 4 + ...ceActionFromProvisioningArtifactCommand.ts | 4 + .../src/commands/CopyProductCommand.ts | 4 + .../src/commands/CreateConstraintCommand.ts | 4 + .../src/commands/CreatePortfolioCommand.ts | 4 + .../commands/CreatePortfolioShareCommand.ts | 4 + .../src/commands/CreateProductCommand.ts | 4 + .../CreateProvisionedProductPlanCommand.ts | 4 + .../CreateProvisioningArtifactCommand.ts | 4 + .../commands/CreateServiceActionCommand.ts | 4 + .../src/commands/CreateTagOptionCommand.ts | 4 + .../src/commands/DeleteConstraintCommand.ts | 4 + .../src/commands/DeletePortfolioCommand.ts | 4 + .../commands/DeletePortfolioShareCommand.ts | 4 + .../src/commands/DeleteProductCommand.ts | 4 + .../DeleteProvisionedProductPlanCommand.ts | 4 + .../DeleteProvisioningArtifactCommand.ts | 4 + .../commands/DeleteServiceActionCommand.ts | 4 + .../src/commands/DeleteTagOptionCommand.ts | 4 + .../src/commands/DescribeConstraintCommand.ts | 4 + .../DescribeCopyProductStatusCommand.ts | 4 + .../src/commands/DescribePortfolioCommand.ts | 4 + .../DescribePortfolioShareStatusCommand.ts | 4 + .../DescribePortfolioSharesCommand.ts | 4 + .../commands/DescribeProductAsAdminCommand.ts | 4 + .../src/commands/DescribeProductCommand.ts | 4 + .../commands/DescribeProductViewCommand.ts | 4 + .../DescribeProvisionedProductCommand.ts | 4 + .../DescribeProvisionedProductPlanCommand.ts | 4 + .../DescribeProvisioningArtifactCommand.ts | 4 + .../DescribeProvisioningParametersCommand.ts | 4 + .../src/commands/DescribeRecordCommand.ts | 4 + .../commands/DescribeServiceActionCommand.ts | 4 + ...ServiceActionExecutionParametersCommand.ts | 4 + .../src/commands/DescribeTagOptionCommand.ts | 4 + .../DisableAWSOrganizationsAccessCommand.ts | 4 + .../DisassociateBudgetFromResourceCommand.ts | 4 + ...sassociatePrincipalFromPortfolioCommand.ts | 4 + ...DisassociateProductFromPortfolioCommand.ts | 4 + ...ceActionFromProvisioningArtifactCommand.ts | 4 + ...isassociateTagOptionFromResourceCommand.ts | 4 + .../EnableAWSOrganizationsAccessCommand.ts | 4 + .../ExecuteProvisionedProductPlanCommand.ts | 4 + ...eProvisionedProductServiceActionCommand.ts | 4 + .../GetAWSOrganizationsAccessStatusCommand.ts | 4 + .../GetProvisionedProductOutputsCommand.ts | 4 + .../ImportAsProvisionedProductCommand.ts | 4 + .../ListAcceptedPortfolioSharesCommand.ts | 4 + .../commands/ListBudgetsForResourceCommand.ts | 4 + .../ListConstraintsForPortfolioCommand.ts | 4 + .../src/commands/ListLaunchPathsCommand.ts | 4 + .../ListOrganizationPortfolioAccessCommand.ts | 4 + .../commands/ListPortfolioAccessCommand.ts | 4 + .../src/commands/ListPortfoliosCommand.ts | 4 + .../ListPortfoliosForProductCommand.ts | 4 + .../ListPrincipalsForPortfolioCommand.ts | 4 + .../ListProvisionedProductPlansCommand.ts | 4 + .../ListProvisioningArtifactsCommand.ts | 4 + ...sioningArtifactsForServiceActionCommand.ts | 4 + .../src/commands/ListRecordHistoryCommand.ts | 4 + .../ListResourcesForTagOptionCommand.ts | 4 + .../src/commands/ListServiceActionsCommand.ts | 4 + ...ceActionsForProvisioningArtifactCommand.ts | 4 + ...ckInstancesForProvisionedProductCommand.ts | 4 + .../src/commands/ListTagOptionsCommand.ts | 4 + ...isionProductEngineWorkflowResultCommand.ts | 4 + ...ionedProductEngineWorkflowResultCommand.ts | 4 + ...ionedProductEngineWorkflowResultCommand.ts | 4 + .../src/commands/ProvisionProductCommand.ts | 4 + .../commands/RejectPortfolioShareCommand.ts | 4 + .../ScanProvisionedProductsCommand.ts | 4 + .../commands/SearchProductsAsAdminCommand.ts | 4 + .../src/commands/SearchProductsCommand.ts | 4 + .../SearchProvisionedProductsCommand.ts | 4 + .../TerminateProvisionedProductCommand.ts | 4 + .../src/commands/UpdateConstraintCommand.ts | 4 + .../src/commands/UpdatePortfolioCommand.ts | 4 + .../commands/UpdatePortfolioShareCommand.ts | 4 + .../src/commands/UpdateProductCommand.ts | 4 + .../UpdateProvisionedProductCommand.ts | 4 + ...dateProvisionedProductPropertiesCommand.ts | 4 + .../UpdateProvisioningArtifactCommand.ts | 4 + .../commands/UpdateServiceActionCommand.ts | 4 + .../src/commands/UpdateTagOptionCommand.ts | 4 + clients/client-service-catalog/src/index.ts | 16 +- .../models/ServiceCatalogServiceException.ts | 2 + .../src/ServiceQuotasClient.ts | 6 +- .../AssociateServiceQuotaTemplateCommand.ts | 4 + ...QuotaIncreaseRequestFromTemplateCommand.ts | 4 + ...DisassociateServiceQuotaTemplateCommand.ts | 4 + .../GetAWSDefaultServiceQuotaCommand.ts | 4 + ...sociationForServiceQuotaTemplateCommand.ts | 4 + .../GetRequestedServiceQuotaChangeCommand.ts | 4 + .../src/commands/GetServiceQuotaCommand.ts | 4 + ...QuotaIncreaseRequestFromTemplateCommand.ts | 4 + .../ListAWSDefaultServiceQuotasCommand.ts | 4 + ...ServiceQuotaChangeHistoryByQuotaCommand.ts | 4 + ...questedServiceQuotaChangeHistoryCommand.ts | 4 + ...eQuotaIncreaseRequestsInTemplateCommand.ts | 4 + .../src/commands/ListServiceQuotasCommand.ts | 4 + .../src/commands/ListServicesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + ...QuotaIncreaseRequestIntoTemplateCommand.ts | 4 + .../RequestServiceQuotaIncreaseCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + clients/client-service-quotas/src/index.ts | 12 +- .../models/ServiceQuotasServiceException.ts | 2 + .../src/ServiceDiscoveryClient.ts | 6 +- .../commands/CreateHttpNamespaceCommand.ts | 4 + .../CreatePrivateDnsNamespaceCommand.ts | 4 + .../CreatePublicDnsNamespaceCommand.ts | 4 + .../src/commands/CreateServiceCommand.ts | 4 + .../src/commands/DeleteNamespaceCommand.ts | 4 + .../src/commands/DeleteServiceCommand.ts | 4 + .../src/commands/DeregisterInstanceCommand.ts | 4 + .../src/commands/DiscoverInstancesCommand.ts | 4 + .../src/commands/GetInstanceCommand.ts | 4 + .../GetInstancesHealthStatusCommand.ts | 4 + .../src/commands/GetNamespaceCommand.ts | 4 + .../src/commands/GetOperationCommand.ts | 4 + .../src/commands/GetServiceCommand.ts | 4 + .../src/commands/ListInstancesCommand.ts | 4 + .../src/commands/ListNamespacesCommand.ts | 4 + .../src/commands/ListOperationsCommand.ts | 4 + .../src/commands/ListServicesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/RegisterInstanceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateHttpNamespaceCommand.ts | 4 + ...UpdateInstanceCustomHealthStatusCommand.ts | 4 + .../UpdatePrivateDnsNamespaceCommand.ts | 4 + .../UpdatePublicDnsNamespaceCommand.ts | 4 + .../src/commands/UpdateServiceCommand.ts | 4 + clients/client-servicediscovery/src/index.ts | 16 +- .../ServiceDiscoveryServiceException.ts | 2 + clients/client-ses/src/SESClient.ts | 6 +- .../commands/CloneReceiptRuleSetCommand.ts | 4 + .../commands/CreateConfigurationSetCommand.ts | 4 + ...ConfigurationSetEventDestinationCommand.ts | 4 + ...eConfigurationSetTrackingOptionsCommand.ts | 4 + ...eCustomVerificationEmailTemplateCommand.ts | 4 + .../commands/CreateReceiptFilterCommand.ts | 4 + .../src/commands/CreateReceiptRuleCommand.ts | 4 + .../commands/CreateReceiptRuleSetCommand.ts | 4 + .../src/commands/CreateTemplateCommand.ts | 4 + .../commands/DeleteConfigurationSetCommand.ts | 4 + ...ConfigurationSetEventDestinationCommand.ts | 4 + ...eConfigurationSetTrackingOptionsCommand.ts | 4 + ...eCustomVerificationEmailTemplateCommand.ts | 4 + .../src/commands/DeleteIdentityCommand.ts | 4 + .../commands/DeleteIdentityPolicyCommand.ts | 4 + .../commands/DeleteReceiptFilterCommand.ts | 4 + .../src/commands/DeleteReceiptRuleCommand.ts | 4 + .../commands/DeleteReceiptRuleSetCommand.ts | 4 + .../src/commands/DeleteTemplateCommand.ts | 4 + .../DeleteVerifiedEmailAddressCommand.ts | 4 + .../DescribeActiveReceiptRuleSetCommand.ts | 4 + .../DescribeConfigurationSetCommand.ts | 4 + .../commands/DescribeReceiptRuleCommand.ts | 4 + .../commands/DescribeReceiptRuleSetCommand.ts | 4 + .../GetAccountSendingEnabledCommand.ts | 4 + ...tCustomVerificationEmailTemplateCommand.ts | 4 + .../GetIdentityDkimAttributesCommand.ts | 4 + ...IdentityMailFromDomainAttributesCommand.ts | 4 + ...etIdentityNotificationAttributesCommand.ts | 4 + .../commands/GetIdentityPoliciesCommand.ts | 4 + ...etIdentityVerificationAttributesCommand.ts | 4 + .../src/commands/GetSendQuotaCommand.ts | 4 + .../src/commands/GetSendStatisticsCommand.ts | 4 + .../src/commands/GetTemplateCommand.ts | 4 + .../commands/ListConfigurationSetsCommand.ts | 4 + ...CustomVerificationEmailTemplatesCommand.ts | 4 + .../src/commands/ListIdentitiesCommand.ts | 4 + .../commands/ListIdentityPoliciesCommand.ts | 4 + .../src/commands/ListReceiptFiltersCommand.ts | 4 + .../commands/ListReceiptRuleSetsCommand.ts | 4 + .../src/commands/ListTemplatesCommand.ts | 4 + .../ListVerifiedEmailAddressesCommand.ts | 4 + ...tConfigurationSetDeliveryOptionsCommand.ts | 4 + .../src/commands/PutIdentityPolicyCommand.ts | 4 + .../commands/ReorderReceiptRuleSetCommand.ts | 4 + .../src/commands/SendBounceCommand.ts | 4 + .../commands/SendBulkTemplatedEmailCommand.ts | 4 + .../SendCustomVerificationEmailCommand.ts | 4 + .../src/commands/SendEmailCommand.ts | 4 + .../src/commands/SendRawEmailCommand.ts | 4 + .../src/commands/SendTemplatedEmailCommand.ts | 4 + .../SetActiveReceiptRuleSetCommand.ts | 4 + .../commands/SetIdentityDkimEnabledCommand.ts | 4 + ...dentityFeedbackForwardingEnabledCommand.ts | 4 + ...ityHeadersInNotificationsEnabledCommand.ts | 4 + .../SetIdentityMailFromDomainCommand.ts | 4 + .../SetIdentityNotificationTopicCommand.ts | 4 + .../commands/SetReceiptRulePositionCommand.ts | 4 + .../src/commands/TestRenderTemplateCommand.ts | 4 + .../UpdateAccountSendingEnabledCommand.ts | 4 + ...ConfigurationSetEventDestinationCommand.ts | 4 + ...ationSetReputationMetricsEnabledCommand.ts | 4 + ...teConfigurationSetSendingEnabledCommand.ts | 4 + ...eConfigurationSetTrackingOptionsCommand.ts | 4 + ...eCustomVerificationEmailTemplateCommand.ts | 4 + .../src/commands/UpdateReceiptRuleCommand.ts | 4 + .../src/commands/UpdateTemplateCommand.ts | 4 + .../src/commands/VerifyDomainDkimCommand.ts | 4 + .../commands/VerifyDomainIdentityCommand.ts | 4 + .../src/commands/VerifyEmailAddressCommand.ts | 4 + .../commands/VerifyEmailIdentityCommand.ts | 4 + clients/client-ses/src/index.ts | 18 +- .../src/models/SESServiceException.ts | 2 + clients/client-sesv2/src/SESv2Client.ts | 6 +- .../src/commands/BatchGetMetricDataCommand.ts | 4 + .../commands/CreateConfigurationSetCommand.ts | 4 + ...ConfigurationSetEventDestinationCommand.ts | 4 + .../src/commands/CreateContactCommand.ts | 4 + .../src/commands/CreateContactListCommand.ts | 4 + ...eCustomVerificationEmailTemplateCommand.ts | 4 + .../commands/CreateDedicatedIpPoolCommand.ts | 4 + .../CreateDeliverabilityTestReportCommand.ts | 4 + .../commands/CreateEmailIdentityCommand.ts | 4 + .../CreateEmailIdentityPolicyCommand.ts | 4 + .../commands/CreateEmailTemplateCommand.ts | 4 + .../src/commands/CreateImportJobCommand.ts | 4 + .../commands/DeleteConfigurationSetCommand.ts | 4 + ...ConfigurationSetEventDestinationCommand.ts | 4 + .../src/commands/DeleteContactCommand.ts | 4 + .../src/commands/DeleteContactListCommand.ts | 4 + ...eCustomVerificationEmailTemplateCommand.ts | 4 + .../commands/DeleteDedicatedIpPoolCommand.ts | 4 + .../commands/DeleteEmailIdentityCommand.ts | 4 + .../DeleteEmailIdentityPolicyCommand.ts | 4 + .../commands/DeleteEmailTemplateCommand.ts | 4 + .../DeleteSuppressedDestinationCommand.ts | 4 + .../src/commands/GetAccountCommand.ts | 4 + .../commands/GetBlacklistReportsCommand.ts | 4 + .../commands/GetConfigurationSetCommand.ts | 4 + ...onfigurationSetEventDestinationsCommand.ts | 4 + .../src/commands/GetContactCommand.ts | 4 + .../src/commands/GetContactListCommand.ts | 4 + ...tCustomVerificationEmailTemplateCommand.ts | 4 + .../src/commands/GetDedicatedIpCommand.ts | 4 + .../src/commands/GetDedicatedIpPoolCommand.ts | 4 + .../src/commands/GetDedicatedIpsCommand.ts | 4 + ...etDeliverabilityDashboardOptionsCommand.ts | 4 + .../GetDeliverabilityTestReportCommand.ts | 4 + .../GetDomainDeliverabilityCampaignCommand.ts | 4 + .../GetDomainStatisticsReportCommand.ts | 4 + .../src/commands/GetEmailIdentityCommand.ts | 4 + .../GetEmailIdentityPoliciesCommand.ts | 4 + .../src/commands/GetEmailTemplateCommand.ts | 4 + .../src/commands/GetImportJobCommand.ts | 4 + .../GetSuppressedDestinationCommand.ts | 4 + .../commands/ListConfigurationSetsCommand.ts | 4 + .../src/commands/ListContactListsCommand.ts | 4 + .../src/commands/ListContactsCommand.ts | 4 + ...CustomVerificationEmailTemplatesCommand.ts | 4 + .../commands/ListDedicatedIpPoolsCommand.ts | 4 + .../ListDeliverabilityTestReportsCommand.ts | 4 + ...istDomainDeliverabilityCampaignsCommand.ts | 4 + .../commands/ListEmailIdentitiesCommand.ts | 4 + .../src/commands/ListEmailTemplatesCommand.ts | 4 + .../src/commands/ListImportJobsCommand.ts | 4 + .../commands/ListRecommendationsCommand.ts | 4 + .../ListSuppressedDestinationsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + ...countDedicatedIpWarmupAttributesCommand.ts | 4 + .../src/commands/PutAccountDetailsCommand.ts | 4 + .../PutAccountSendingAttributesCommand.ts | 4 + .../PutAccountSuppressionAttributesCommand.ts | 4 + .../PutAccountVdmAttributesCommand.ts | 4 + ...tConfigurationSetDeliveryOptionsCommand.ts | 4 + ...onfigurationSetReputationOptionsCommand.ts | 4 + ...utConfigurationSetSendingOptionsCommand.ts | 4 + ...nfigurationSetSuppressionOptionsCommand.ts | 4 + ...tConfigurationSetTrackingOptionsCommand.ts | 4 + .../PutConfigurationSetVdmOptionsCommand.ts | 4 + .../commands/PutDedicatedIpInPoolCommand.ts | 4 + .../PutDedicatedIpWarmupAttributesCommand.ts | 4 + ...PutDeliverabilityDashboardOptionCommand.ts | 4 + ...entityConfigurationSetAttributesCommand.ts | 4 + .../PutEmailIdentityDkimAttributesCommand.ts | 4 + ...ailIdentityDkimSigningAttributesCommand.ts | 4 + ...tEmailIdentityFeedbackAttributesCommand.ts | 4 + ...tEmailIdentityMailFromAttributesCommand.ts | 4 + .../PutSuppressedDestinationCommand.ts | 4 + .../src/commands/SendBulkEmailCommand.ts | 4 + .../SendCustomVerificationEmailCommand.ts | 4 + .../src/commands/SendEmailCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../TestRenderEmailTemplateCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + ...ConfigurationSetEventDestinationCommand.ts | 4 + .../src/commands/UpdateContactCommand.ts | 4 + .../src/commands/UpdateContactListCommand.ts | 4 + ...eCustomVerificationEmailTemplateCommand.ts | 4 + .../UpdateEmailIdentityPolicyCommand.ts | 4 + .../commands/UpdateEmailTemplateCommand.ts | 4 + clients/client-sesv2/src/index.ts | 16 +- .../src/models/SESv2ServiceException.ts | 2 + clients/client-sfn/src/SFNClient.ts | 6 +- .../src/commands/CreateActivityCommand.ts | 4 + .../src/commands/CreateStateMachineCommand.ts | 4 + .../src/commands/DeleteActivityCommand.ts | 4 + .../src/commands/DeleteStateMachineCommand.ts | 4 + .../src/commands/DescribeActivityCommand.ts | 4 + .../src/commands/DescribeExecutionCommand.ts | 4 + .../src/commands/DescribeMapRunCommand.ts | 4 + .../commands/DescribeStateMachineCommand.ts | 4 + ...DescribeStateMachineForExecutionCommand.ts | 4 + .../src/commands/GetActivityTaskCommand.ts | 4 + .../commands/GetExecutionHistoryCommand.ts | 4 + .../src/commands/ListActivitiesCommand.ts | 4 + .../src/commands/ListExecutionsCommand.ts | 4 + .../src/commands/ListMapRunsCommand.ts | 4 + .../src/commands/ListStateMachinesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/SendTaskFailureCommand.ts | 4 + .../src/commands/SendTaskHeartbeatCommand.ts | 4 + .../src/commands/SendTaskSuccessCommand.ts | 4 + .../src/commands/StartExecutionCommand.ts | 4 + .../src/commands/StartSyncExecutionCommand.ts | 4 + .../src/commands/StopExecutionCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateMapRunCommand.ts | 4 + .../src/commands/UpdateStateMachineCommand.ts | 4 + clients/client-sfn/src/index.ts | 25 +- .../src/models/SFNServiceException.ts | 2 + clients/client-shield/src/ShieldClient.ts | 6 +- .../commands/AssociateDRTLogBucketCommand.ts | 4 + .../src/commands/AssociateDRTRoleCommand.ts | 4 + .../commands/AssociateHealthCheckCommand.ts | 4 + ...ociateProactiveEngagementDetailsCommand.ts | 4 + .../src/commands/CreateProtectionCommand.ts | 4 + .../commands/CreateProtectionGroupCommand.ts | 4 + .../src/commands/CreateSubscriptionCommand.ts | 4 + .../src/commands/DeleteProtectionCommand.ts | 4 + .../commands/DeleteProtectionGroupCommand.ts | 4 + .../src/commands/DeleteSubscriptionCommand.ts | 4 + .../src/commands/DescribeAttackCommand.ts | 4 + .../DescribeAttackStatisticsCommand.ts | 4 + .../src/commands/DescribeDRTAccessCommand.ts | 4 + ...DescribeEmergencyContactSettingsCommand.ts | 4 + .../src/commands/DescribeProtectionCommand.ts | 4 + .../DescribeProtectionGroupCommand.ts | 4 + .../commands/DescribeSubscriptionCommand.ts | 4 + ...pplicationLayerAutomaticResponseCommand.ts | 4 + .../DisableProactiveEngagementCommand.ts | 4 + .../DisassociateDRTLogBucketCommand.ts | 4 + .../commands/DisassociateDRTRoleCommand.ts | 4 + .../DisassociateHealthCheckCommand.ts | 4 + ...pplicationLayerAutomaticResponseCommand.ts | 4 + .../EnableProactiveEngagementCommand.ts | 4 + .../commands/GetSubscriptionStateCommand.ts | 4 + .../src/commands/ListAttacksCommand.ts | 4 + .../commands/ListProtectionGroupsCommand.ts | 4 + .../src/commands/ListProtectionsCommand.ts | 4 + .../ListResourcesInProtectionGroupCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + ...pplicationLayerAutomaticResponseCommand.ts | 4 + .../UpdateEmergencyContactSettingsCommand.ts | 4 + .../commands/UpdateProtectionGroupCommand.ts | 4 + .../src/commands/UpdateSubscriptionCommand.ts | 4 + clients/client-shield/src/index.ts | 13 +- .../src/models/ShieldServiceException.ts | 2 + clients/client-signer/src/SignerClient.ts | 6 +- .../commands/AddProfilePermissionCommand.ts | 4 + .../commands/CancelSigningProfileCommand.ts | 4 + .../src/commands/DescribeSigningJobCommand.ts | 4 + .../src/commands/GetSigningPlatformCommand.ts | 4 + .../src/commands/GetSigningProfileCommand.ts | 4 + .../commands/ListProfilePermissionsCommand.ts | 4 + .../src/commands/ListSigningJobsCommand.ts | 4 + .../commands/ListSigningPlatformsCommand.ts | 4 + .../commands/ListSigningProfilesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutSigningProfileCommand.ts | 4 + .../RemoveProfilePermissionCommand.ts | 4 + .../src/commands/RevokeSignatureCommand.ts | 4 + .../commands/RevokeSigningProfileCommand.ts | 4 + .../src/commands/StartSigningJobCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + clients/client-signer/src/index.ts | 26 +- .../src/models/SignerServiceException.ts | 2 + .../src/SimSpaceWeaverClient.ts | 6 +- .../src/commands/CreateSnapshotCommand.ts | 4 + .../src/commands/DeleteAppCommand.ts | 4 + .../src/commands/DeleteSimulationCommand.ts | 4 + .../src/commands/DescribeAppCommand.ts | 4 + .../src/commands/DescribeSimulationCommand.ts | 4 + .../src/commands/ListAppsCommand.ts | 4 + .../src/commands/ListSimulationsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/StartAppCommand.ts | 4 + .../src/commands/StartClockCommand.ts | 4 + .../src/commands/StartSimulationCommand.ts | 4 + .../src/commands/StopAppCommand.ts | 4 + .../src/commands/StopClockCommand.ts | 4 + .../src/commands/StopSimulationCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + clients/client-simspaceweaver/src/index.ts | 21 +- .../models/SimSpaceWeaverServiceException.ts | 2 + clients/client-sms/src/SMSClient.ts | 6 +- .../src/commands/CreateAppCommand.ts | 4 + .../commands/CreateReplicationJobCommand.ts | 4 + .../src/commands/DeleteAppCommand.ts | 4 + .../DeleteAppLaunchConfigurationCommand.ts | 4 + ...eleteAppReplicationConfigurationCommand.ts | 4 + ...DeleteAppValidationConfigurationCommand.ts | 4 + .../commands/DeleteReplicationJobCommand.ts | 4 + .../commands/DeleteServerCatalogCommand.ts | 4 + .../commands/DisassociateConnectorCommand.ts | 4 + .../src/commands/GenerateChangeSetCommand.ts | 4 + .../src/commands/GenerateTemplateCommand.ts | 4 + .../client-sms/src/commands/GetAppCommand.ts | 4 + .../GetAppLaunchConfigurationCommand.ts | 4 + .../GetAppReplicationConfigurationCommand.ts | 4 + .../GetAppValidationConfigurationCommand.ts | 4 + .../commands/GetAppValidationOutputCommand.ts | 4 + .../src/commands/GetConnectorsCommand.ts | 4 + .../src/commands/GetReplicationJobsCommand.ts | 4 + .../src/commands/GetReplicationRunsCommand.ts | 4 + .../src/commands/GetServersCommand.ts | 4 + .../src/commands/ImportAppCatalogCommand.ts | 4 + .../commands/ImportServerCatalogCommand.ts | 4 + .../src/commands/LaunchAppCommand.ts | 4 + .../src/commands/ListAppsCommand.ts | 4 + .../NotifyAppValidationOutputCommand.ts | 4 + .../PutAppLaunchConfigurationCommand.ts | 4 + .../PutAppReplicationConfigurationCommand.ts | 4 + .../PutAppValidationConfigurationCommand.ts | 4 + .../commands/StartAppReplicationCommand.ts | 4 + .../StartOnDemandAppReplicationCommand.ts | 4 + .../StartOnDemandReplicationRunCommand.ts | 4 + .../src/commands/StopAppReplicationCommand.ts | 4 + .../src/commands/TerminateAppCommand.ts | 4 + .../src/commands/UpdateAppCommand.ts | 4 + .../commands/UpdateReplicationJobCommand.ts | 4 + clients/client-sms/src/index.ts | 34 +- .../src/models/SMSServiceException.ts | 2 + .../src/SnowDeviceManagementClient.ts | 6 +- .../src/commands/CancelTaskCommand.ts | 4 + .../src/commands/CreateTaskCommand.ts | 4 + .../src/commands/DescribeDeviceCommand.ts | 4 + .../DescribeDeviceEc2InstancesCommand.ts | 4 + .../src/commands/DescribeExecutionCommand.ts | 4 + .../src/commands/DescribeTaskCommand.ts | 4 + .../commands/ListDeviceResourcesCommand.ts | 4 + .../src/commands/ListDevicesCommand.ts | 4 + .../src/commands/ListExecutionsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListTasksCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/index.ts | 10 +- .../SnowDeviceManagementServiceException.ts | 2 + clients/client-snowball/src/SnowballClient.ts | 6 +- .../src/commands/CancelClusterCommand.ts | 4 + .../src/commands/CancelJobCommand.ts | 4 + .../src/commands/CreateAddressCommand.ts | 4 + .../src/commands/CreateClusterCommand.ts | 4 + .../src/commands/CreateJobCommand.ts | 4 + .../commands/CreateLongTermPricingCommand.ts | 4 + .../CreateReturnShippingLabelCommand.ts | 4 + .../src/commands/DescribeAddressCommand.ts | 4 + .../src/commands/DescribeAddressesCommand.ts | 4 + .../src/commands/DescribeClusterCommand.ts | 4 + .../src/commands/DescribeJobCommand.ts | 4 + .../DescribeReturnShippingLabelCommand.ts | 4 + .../src/commands/GetJobManifestCommand.ts | 4 + .../src/commands/GetJobUnlockCodeCommand.ts | 4 + .../src/commands/GetSnowballUsageCommand.ts | 4 + .../src/commands/GetSoftwareUpdatesCommand.ts | 4 + .../src/commands/ListClusterJobsCommand.ts | 4 + .../src/commands/ListClustersCommand.ts | 4 + .../commands/ListCompatibleImagesCommand.ts | 4 + .../src/commands/ListJobsCommand.ts | 4 + .../commands/ListLongTermPricingCommand.ts | 4 + .../commands/ListServiceVersionsCommand.ts | 4 + .../src/commands/UpdateClusterCommand.ts | 4 + .../src/commands/UpdateJobCommand.ts | 4 + .../commands/UpdateJobShipmentStateCommand.ts | 4 + .../commands/UpdateLongTermPricingCommand.ts | 4 + clients/client-snowball/src/index.ts | 15 +- .../src/models/SnowballServiceException.ts | 2 + clients/client-sns/src/SNSClient.ts | 6 +- .../src/commands/AddPermissionCommand.ts | 4 + .../CheckIfPhoneNumberIsOptedOutCommand.ts | 4 + .../commands/ConfirmSubscriptionCommand.ts | 4 + .../CreatePlatformApplicationCommand.ts | 4 + .../commands/CreatePlatformEndpointCommand.ts | 4 + .../CreateSMSSandboxPhoneNumberCommand.ts | 4 + .../src/commands/CreateTopicCommand.ts | 4 + .../src/commands/DeleteEndpointCommand.ts | 4 + .../DeletePlatformApplicationCommand.ts | 4 + .../DeleteSMSSandboxPhoneNumberCommand.ts | 4 + .../src/commands/DeleteTopicCommand.ts | 4 + .../GetDataProtectionPolicyCommand.ts | 4 + .../commands/GetEndpointAttributesCommand.ts | 4 + ...GetPlatformApplicationAttributesCommand.ts | 4 + .../src/commands/GetSMSAttributesCommand.ts | 4 + .../GetSMSSandboxAccountStatusCommand.ts | 4 + .../GetSubscriptionAttributesCommand.ts | 4 + .../src/commands/GetTopicAttributesCommand.ts | 4 + ...stEndpointsByPlatformApplicationCommand.ts | 4 + .../commands/ListOriginationNumbersCommand.ts | 4 + .../ListPhoneNumbersOptedOutCommand.ts | 4 + .../ListPlatformApplicationsCommand.ts | 4 + .../ListSMSSandboxPhoneNumbersCommand.ts | 4 + .../ListSubscriptionsByTopicCommand.ts | 4 + .../src/commands/ListSubscriptionsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListTopicsCommand.ts | 4 + .../src/commands/OptInPhoneNumberCommand.ts | 4 + .../src/commands/PublishBatchCommand.ts | 4 + .../client-sns/src/commands/PublishCommand.ts | 4 + .../PutDataProtectionPolicyCommand.ts | 4 + .../src/commands/RemovePermissionCommand.ts | 4 + .../commands/SetEndpointAttributesCommand.ts | 4 + ...SetPlatformApplicationAttributesCommand.ts | 4 + .../src/commands/SetSMSAttributesCommand.ts | 4 + .../SetSubscriptionAttributesCommand.ts | 4 + .../src/commands/SetTopicAttributesCommand.ts | 4 + .../src/commands/SubscribeCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UnsubscribeCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../VerifySMSSandboxPhoneNumberCommand.ts | 4 + clients/client-sns/src/index.ts | 22 +- .../src/models/SNSServiceException.ts | 2 + clients/client-sqs/src/SQSClient.ts | 6 +- .../src/commands/AddPermissionCommand.ts | 4 + .../ChangeMessageVisibilityBatchCommand.ts | 4 + .../ChangeMessageVisibilityCommand.ts | 4 + .../src/commands/CreateQueueCommand.ts | 4 + .../src/commands/DeleteMessageBatchCommand.ts | 4 + .../src/commands/DeleteMessageCommand.ts | 4 + .../src/commands/DeleteQueueCommand.ts | 4 + .../src/commands/GetQueueAttributesCommand.ts | 4 + .../src/commands/GetQueueUrlCommand.ts | 4 + .../ListDeadLetterSourceQueuesCommand.ts | 4 + .../src/commands/ListQueueTagsCommand.ts | 4 + .../src/commands/ListQueuesCommand.ts | 4 + .../src/commands/PurgeQueueCommand.ts | 4 + .../src/commands/ReceiveMessageCommand.ts | 4 + .../src/commands/RemovePermissionCommand.ts | 4 + .../src/commands/SendMessageBatchCommand.ts | 4 + .../src/commands/SendMessageCommand.ts | 4 + .../src/commands/SetQueueAttributesCommand.ts | 4 + .../src/commands/TagQueueCommand.ts | 4 + .../src/commands/UntagQueueCommand.ts | 4 + clients/client-sqs/src/index.ts | 77 +++- .../src/models/SQSServiceException.ts | 2 + .../src/SSMContactsClient.ts | 6 +- .../src/commands/AcceptPageCommand.ts | 4 + .../commands/ActivateContactChannelCommand.ts | 4 + .../commands/CreateContactChannelCommand.ts | 4 + .../src/commands/CreateContactCommand.ts | 4 + .../src/commands/CreateRotationCommand.ts | 4 + .../commands/CreateRotationOverrideCommand.ts | 4 + .../DeactivateContactChannelCommand.ts | 4 + .../commands/DeleteContactChannelCommand.ts | 4 + .../src/commands/DeleteContactCommand.ts | 4 + .../src/commands/DeleteRotationCommand.ts | 4 + .../commands/DeleteRotationOverrideCommand.ts | 4 + .../src/commands/DescribeEngagementCommand.ts | 4 + .../src/commands/DescribePageCommand.ts | 4 + .../src/commands/GetContactChannelCommand.ts | 4 + .../src/commands/GetContactCommand.ts | 4 + .../src/commands/GetContactPolicyCommand.ts | 4 + .../src/commands/GetRotationCommand.ts | 4 + .../commands/GetRotationOverrideCommand.ts | 4 + .../commands/ListContactChannelsCommand.ts | 4 + .../src/commands/ListContactsCommand.ts | 4 + .../src/commands/ListEngagementsCommand.ts | 4 + .../src/commands/ListPageReceiptsCommand.ts | 4 + .../commands/ListPageResolutionsCommand.ts | 4 + .../src/commands/ListPagesByContactCommand.ts | 4 + .../commands/ListPagesByEngagementCommand.ts | 4 + .../ListPreviewRotationShiftsCommand.ts | 4 + .../commands/ListRotationOverridesCommand.ts | 4 + .../src/commands/ListRotationShiftsCommand.ts | 4 + .../src/commands/ListRotationsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PutContactPolicyCommand.ts | 4 + .../src/commands/SendActivationCodeCommand.ts | 4 + .../src/commands/StartEngagementCommand.ts | 4 + .../src/commands/StopEngagementCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateContactChannelCommand.ts | 4 + .../src/commands/UpdateContactCommand.ts | 4 + .../src/commands/UpdateRotationCommand.ts | 4 + clients/client-ssm-contacts/src/index.ts | 17 +- .../src/models/SSMContactsServiceException.ts | 2 + .../src/SSMIncidentsClient.ts | 6 +- .../commands/CreateReplicationSetCommand.ts | 4 + .../src/commands/CreateResponsePlanCommand.ts | 4 + .../commands/CreateTimelineEventCommand.ts | 4 + .../commands/DeleteIncidentRecordCommand.ts | 4 + .../commands/DeleteReplicationSetCommand.ts | 4 + .../commands/DeleteResourcePolicyCommand.ts | 4 + .../src/commands/DeleteResponsePlanCommand.ts | 4 + .../commands/DeleteTimelineEventCommand.ts | 4 + .../src/commands/GetIncidentRecordCommand.ts | 4 + .../src/commands/GetReplicationSetCommand.ts | 4 + .../commands/GetResourcePoliciesCommand.ts | 4 + .../src/commands/GetResponsePlanCommand.ts | 4 + .../src/commands/GetTimelineEventCommand.ts | 4 + .../commands/ListIncidentRecordsCommand.ts | 4 + .../src/commands/ListRelatedItemsCommand.ts | 4 + .../commands/ListReplicationSetsCommand.ts | 4 + .../src/commands/ListResponsePlansCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListTimelineEventsCommand.ts | 4 + .../src/commands/PutResourcePolicyCommand.ts | 4 + .../src/commands/StartIncidentCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateDeletionProtectionCommand.ts | 4 + .../commands/UpdateIncidentRecordCommand.ts | 4 + .../src/commands/UpdateRelatedItemsCommand.ts | 4 + .../commands/UpdateReplicationSetCommand.ts | 4 + .../src/commands/UpdateResponsePlanCommand.ts | 4 + .../commands/UpdateTimelineEventCommand.ts | 4 + clients/client-ssm-incidents/src/index.ts | 17 +- .../models/SSMIncidentsServiceException.ts | 2 + clients/client-ssm-sap/src/SsmSapClient.ts | 6 +- .../DeleteResourcePermissionCommand.ts | 4 + .../commands/DeregisterApplicationCommand.ts | 4 + .../src/commands/GetApplicationCommand.ts | 4 + .../src/commands/GetComponentCommand.ts | 4 + .../src/commands/GetDatabaseCommand.ts | 4 + .../src/commands/GetOperationCommand.ts | 4 + .../commands/GetResourcePermissionCommand.ts | 4 + .../src/commands/ListApplicationsCommand.ts | 4 + .../src/commands/ListComponentsCommand.ts | 4 + .../src/commands/ListDatabasesCommand.ts | 4 + .../src/commands/ListOperationsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/PutResourcePermissionCommand.ts | 4 + .../commands/RegisterApplicationCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateApplicationSettingsCommand.ts | 4 + clients/client-ssm-sap/src/index.ts | 12 +- .../src/models/SsmSapServiceException.ts | 2 + clients/client-ssm/src/SSMClient.ts | 6 +- .../src/commands/AddTagsToResourceCommand.ts | 4 + .../AssociateOpsItemRelatedItemCommand.ts | 4 + .../src/commands/CancelCommandCommand.ts | 4 + ...CancelMaintenanceWindowExecutionCommand.ts | 4 + .../src/commands/CreateActivationCommand.ts | 4 + .../commands/CreateAssociationBatchCommand.ts | 4 + .../src/commands/CreateAssociationCommand.ts | 4 + .../src/commands/CreateDocumentCommand.ts | 4 + .../CreateMaintenanceWindowCommand.ts | 4 + .../src/commands/CreateOpsItemCommand.ts | 4 + .../src/commands/CreateOpsMetadataCommand.ts | 4 + .../commands/CreatePatchBaselineCommand.ts | 4 + .../commands/CreateResourceDataSyncCommand.ts | 4 + .../src/commands/DeleteActivationCommand.ts | 4 + .../src/commands/DeleteAssociationCommand.ts | 4 + .../src/commands/DeleteDocumentCommand.ts | 4 + .../src/commands/DeleteInventoryCommand.ts | 4 + .../DeleteMaintenanceWindowCommand.ts | 4 + .../src/commands/DeleteOpsMetadataCommand.ts | 4 + .../src/commands/DeleteParameterCommand.ts | 4 + .../src/commands/DeleteParametersCommand.ts | 4 + .../commands/DeletePatchBaselineCommand.ts | 4 + .../commands/DeleteResourceDataSyncCommand.ts | 4 + .../commands/DeleteResourcePolicyCommand.ts | 4 + .../DeregisterManagedInstanceCommand.ts | 4 + ...gisterPatchBaselineForPatchGroupCommand.ts | 4 + ...isterTargetFromMaintenanceWindowCommand.ts | 4 + ...egisterTaskFromMaintenanceWindowCommand.ts | 4 + .../commands/DescribeActivationsCommand.ts | 4 + .../commands/DescribeAssociationCommand.ts | 4 + ...cribeAssociationExecutionTargetsCommand.ts | 4 + .../DescribeAssociationExecutionsCommand.ts | 4 + .../DescribeAutomationExecutionsCommand.ts | 4 + ...DescribeAutomationStepExecutionsCommand.ts | 4 + .../DescribeAvailablePatchesCommand.ts | 4 + .../src/commands/DescribeDocumentCommand.ts | 4 + .../DescribeDocumentPermissionCommand.ts | 4 + ...ibeEffectiveInstanceAssociationsCommand.ts | 4 + ...EffectivePatchesForPatchBaselineCommand.ts | 4 + ...scribeInstanceAssociationsStatusCommand.ts | 4 + .../DescribeInstanceInformationCommand.ts | 4 + .../DescribeInstancePatchStatesCommand.ts | 4 + ...InstancePatchStatesForPatchGroupCommand.ts | 4 + .../DescribeInstancePatchesCommand.ts | 4 + .../DescribeInventoryDeletionsCommand.ts | 4 + ...ceWindowExecutionTaskInvocationsCommand.ts | 4 + ...eMaintenanceWindowExecutionTasksCommand.ts | 4 + ...cribeMaintenanceWindowExecutionsCommand.ts | 4 + ...escribeMaintenanceWindowScheduleCommand.ts | 4 + ...DescribeMaintenanceWindowTargetsCommand.ts | 4 + .../DescribeMaintenanceWindowTasksCommand.ts | 4 + .../DescribeMaintenanceWindowsCommand.ts | 4 + ...cribeMaintenanceWindowsForTargetCommand.ts | 4 + .../src/commands/DescribeOpsItemsCommand.ts | 4 + .../src/commands/DescribeParametersCommand.ts | 4 + .../commands/DescribePatchBaselinesCommand.ts | 4 + .../DescribePatchGroupStateCommand.ts | 4 + .../commands/DescribePatchGroupsCommand.ts | 4 + .../DescribePatchPropertiesCommand.ts | 4 + .../src/commands/DescribeSessionsCommand.ts | 4 + .../DisassociateOpsItemRelatedItemCommand.ts | 4 + .../commands/GetAutomationExecutionCommand.ts | 4 + .../src/commands/GetCalendarStateCommand.ts | 4 + .../commands/GetCommandInvocationCommand.ts | 4 + .../commands/GetConnectionStatusCommand.ts | 4 + .../GetDefaultPatchBaselineCommand.ts | 4 + ...ployablePatchSnapshotForInstanceCommand.ts | 4 + .../src/commands/GetDocumentCommand.ts | 4 + .../src/commands/GetInventoryCommand.ts | 4 + .../src/commands/GetInventorySchemaCommand.ts | 4 + .../commands/GetMaintenanceWindowCommand.ts | 4 + .../GetMaintenanceWindowExecutionCommand.ts | 4 + ...etMaintenanceWindowExecutionTaskCommand.ts | 4 + ...nceWindowExecutionTaskInvocationCommand.ts | 4 + .../GetMaintenanceWindowTaskCommand.ts | 4 + .../src/commands/GetOpsItemCommand.ts | 4 + .../src/commands/GetOpsMetadataCommand.ts | 4 + .../src/commands/GetOpsSummaryCommand.ts | 4 + .../src/commands/GetParameterCommand.ts | 4 + .../commands/GetParameterHistoryCommand.ts | 4 + .../commands/GetParametersByPathCommand.ts | 4 + .../src/commands/GetParametersCommand.ts | 4 + .../src/commands/GetPatchBaselineCommand.ts | 4 + .../GetPatchBaselineForPatchGroupCommand.ts | 4 + .../commands/GetResourcePoliciesCommand.ts | 4 + .../src/commands/GetServiceSettingCommand.ts | 4 + .../commands/LabelParameterVersionCommand.ts | 4 + .../ListAssociationVersionsCommand.ts | 4 + .../src/commands/ListAssociationsCommand.ts | 4 + .../commands/ListCommandInvocationsCommand.ts | 4 + .../src/commands/ListCommandsCommand.ts | 4 + .../commands/ListComplianceItemsCommand.ts | 4 + .../ListComplianceSummariesCommand.ts | 4 + .../ListDocumentMetadataHistoryCommand.ts | 4 + .../commands/ListDocumentVersionsCommand.ts | 4 + .../src/commands/ListDocumentsCommand.ts | 4 + .../commands/ListInventoryEntriesCommand.ts | 4 + .../src/commands/ListOpsItemEventsCommand.ts | 4 + .../ListOpsItemRelatedItemsCommand.ts | 4 + .../src/commands/ListOpsMetadataCommand.ts | 4 + .../ListResourceComplianceSummariesCommand.ts | 4 + .../commands/ListResourceDataSyncCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../ModifyDocumentPermissionCommand.ts | 4 + .../src/commands/PutComplianceItemsCommand.ts | 4 + .../src/commands/PutInventoryCommand.ts | 4 + .../src/commands/PutParameterCommand.ts | 4 + .../src/commands/PutResourcePolicyCommand.ts | 4 + .../RegisterDefaultPatchBaselineCommand.ts | 4 + ...gisterPatchBaselineForPatchGroupCommand.ts | 4 + ...isterTargetWithMaintenanceWindowCommand.ts | 4 + ...egisterTaskWithMaintenanceWindowCommand.ts | 4 + .../commands/RemoveTagsFromResourceCommand.ts | 4 + .../commands/ResetServiceSettingCommand.ts | 4 + .../src/commands/ResumeSessionCommand.ts | 4 + .../commands/SendAutomationSignalCommand.ts | 4 + .../src/commands/SendCommandCommand.ts | 4 + .../commands/StartAssociationsOnceCommand.ts | 4 + .../StartAutomationExecutionCommand.ts | 4 + .../StartChangeRequestExecutionCommand.ts | 4 + .../src/commands/StartSessionCommand.ts | 4 + .../StopAutomationExecutionCommand.ts | 4 + .../src/commands/TerminateSessionCommand.ts | 4 + .../UnlabelParameterVersionCommand.ts | 4 + .../src/commands/UpdateAssociationCommand.ts | 4 + .../UpdateAssociationStatusCommand.ts | 4 + .../src/commands/UpdateDocumentCommand.ts | 4 + .../UpdateDocumentDefaultVersionCommand.ts | 4 + .../commands/UpdateDocumentMetadataCommand.ts | 4 + .../UpdateMaintenanceWindowCommand.ts | 4 + .../UpdateMaintenanceWindowTargetCommand.ts | 4 + .../UpdateMaintenanceWindowTaskCommand.ts | 4 + .../UpdateManagedInstanceRoleCommand.ts | 4 + .../src/commands/UpdateOpsItemCommand.ts | 4 + .../src/commands/UpdateOpsMetadataCommand.ts | 4 + .../commands/UpdatePatchBaselineCommand.ts | 4 + .../commands/UpdateResourceDataSyncCommand.ts | 4 + .../commands/UpdateServiceSettingCommand.ts | 4 + clients/client-ssm/src/index.ts | 45 +- .../src/models/SSMServiceException.ts | 2 + .../client-sso-admin/src/SSOAdminClient.ts | 6 +- ...edPolicyReferenceToPermissionSetCommand.ts | 4 + ...tachManagedPolicyToPermissionSetCommand.ts | 4 + .../CreateAccountAssignmentCommand.ts | 4 + ...essControlAttributeConfigurationCommand.ts | 4 + .../commands/CreatePermissionSetCommand.ts | 4 + .../DeleteAccountAssignmentCommand.ts | 4 + ...eteInlinePolicyFromPermissionSetCommand.ts | 4 + ...essControlAttributeConfigurationCommand.ts | 4 + .../commands/DeletePermissionSetCommand.ts | 4 + ...issionsBoundaryFromPermissionSetCommand.ts | 4 + ...eAccountAssignmentCreationStatusCommand.ts | 4 + ...eAccountAssignmentDeletionStatusCommand.ts | 4 + ...essControlAttributeConfigurationCommand.ts | 4 + .../commands/DescribePermissionSetCommand.ts | 4 + ...ePermissionSetProvisioningStatusCommand.ts | 4 + ...PolicyReferenceFromPermissionSetCommand.ts | 4 + ...chManagedPolicyFromPermissionSetCommand.ts | 4 + .../GetInlinePolicyForPermissionSetCommand.ts | 4 + ...missionsBoundaryForPermissionSetCommand.ts | 4 + ...tAccountAssignmentCreationStatusCommand.ts | 4 + ...tAccountAssignmentDeletionStatusCommand.ts | 4 + .../commands/ListAccountAssignmentsCommand.ts | 4 + ...ountsForProvisionedPermissionSetCommand.ts | 4 + ...dPolicyReferencesInPermissionSetCommand.ts | 4 + .../src/commands/ListInstancesCommand.ts | 4 + ...stManagedPoliciesInPermissionSetCommand.ts | 4 + ...tPermissionSetProvisioningStatusCommand.ts | 4 + .../src/commands/ListPermissionSetsCommand.ts | 4 + ...rmissionSetsProvisionedToAccountCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/ProvisionPermissionSetCommand.ts | 4 + .../PutInlinePolicyToPermissionSetCommand.ts | 4 + ...rmissionsBoundaryToPermissionSetCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + ...essControlAttributeConfigurationCommand.ts | 4 + .../commands/UpdatePermissionSetCommand.ts | 4 + clients/client-sso-admin/src/index.ts | 31 +- .../src/models/SSOAdminServiceException.ts | 2 + clients/client-sso-oidc/src/SSOOIDCClient.ts | 6 +- .../src/commands/CreateTokenCommand.ts | 4 + .../src/commands/RegisterClientCommand.ts | 4 + .../StartDeviceAuthorizationCommand.ts | 4 + clients/client-sso-oidc/src/index.ts | 47 +- .../src/models/SSOOIDCServiceException.ts | 2 + clients/client-sso/src/SSOClient.ts | 6 +- .../src/commands/GetRoleCredentialsCommand.ts | 4 + .../src/commands/ListAccountRolesCommand.ts | 4 + .../src/commands/ListAccountsCommand.ts | 4 + .../client-sso/src/commands/LogoutCommand.ts | 4 + clients/client-sso/src/index.ts | 28 +- .../src/models/SSOServiceException.ts | 2 + .../src/StorageGatewayClient.ts | 6 +- .../src/commands/ActivateGatewayCommand.ts | 4 + .../src/commands/AddCacheCommand.ts | 4 + .../src/commands/AddTagsToResourceCommand.ts | 4 + .../src/commands/AddUploadBufferCommand.ts | 4 + .../src/commands/AddWorkingStorageCommand.ts | 4 + .../src/commands/AssignTapePoolCommand.ts | 4 + .../commands/AssociateFileSystemCommand.ts | 4 + .../src/commands/AttachVolumeCommand.ts | 4 + .../src/commands/CancelArchivalCommand.ts | 4 + .../src/commands/CancelRetrievalCommand.ts | 4 + .../CreateCachediSCSIVolumeCommand.ts | 4 + .../src/commands/CreateNFSFileShareCommand.ts | 4 + .../src/commands/CreateSMBFileShareCommand.ts | 4 + .../src/commands/CreateSnapshotCommand.ts | 4 + ...eSnapshotFromVolumeRecoveryPointCommand.ts | 4 + .../CreateStorediSCSIVolumeCommand.ts | 4 + .../src/commands/CreateTapePoolCommand.ts | 4 + .../commands/CreateTapeWithBarcodeCommand.ts | 4 + .../src/commands/CreateTapesCommand.ts | 4 + ...eleteAutomaticTapeCreationPolicyCommand.ts | 4 + .../DeleteBandwidthRateLimitCommand.ts | 4 + .../commands/DeleteChapCredentialsCommand.ts | 4 + .../src/commands/DeleteFileShareCommand.ts | 4 + .../src/commands/DeleteGatewayCommand.ts | 4 + .../commands/DeleteSnapshotScheduleCommand.ts | 4 + .../src/commands/DeleteTapeArchiveCommand.ts | 4 + .../src/commands/DeleteTapeCommand.ts | 4 + .../src/commands/DeleteTapePoolCommand.ts | 4 + .../src/commands/DeleteVolumeCommand.ts | 4 + .../DescribeAvailabilityMonitorTestCommand.ts | 4 + .../DescribeBandwidthRateLimitCommand.ts | 4 + ...scribeBandwidthRateLimitScheduleCommand.ts | 4 + .../src/commands/DescribeCacheCommand.ts | 4 + .../DescribeCachediSCSIVolumesCommand.ts | 4 + .../DescribeChapCredentialsCommand.ts | 4 + .../DescribeFileSystemAssociationsCommand.ts | 4 + .../DescribeGatewayInformationCommand.ts | 4 + .../DescribeMaintenanceStartTimeCommand.ts | 4 + .../commands/DescribeNFSFileSharesCommand.ts | 4 + .../commands/DescribeSMBFileSharesCommand.ts | 4 + .../commands/DescribeSMBSettingsCommand.ts | 4 + .../DescribeSnapshotScheduleCommand.ts | 4 + .../DescribeStorediSCSIVolumesCommand.ts | 4 + .../commands/DescribeTapeArchivesCommand.ts | 4 + .../DescribeTapeRecoveryPointsCommand.ts | 4 + .../src/commands/DescribeTapesCommand.ts | 4 + .../commands/DescribeUploadBufferCommand.ts | 4 + .../src/commands/DescribeVTLDevicesCommand.ts | 4 + .../commands/DescribeWorkingStorageCommand.ts | 4 + .../src/commands/DetachVolumeCommand.ts | 4 + .../src/commands/DisableGatewayCommand.ts | 4 + .../commands/DisassociateFileSystemCommand.ts | 4 + .../src/commands/JoinDomainCommand.ts | 4 + ...istAutomaticTapeCreationPoliciesCommand.ts | 4 + .../src/commands/ListFileSharesCommand.ts | 4 + .../ListFileSystemAssociationsCommand.ts | 4 + .../src/commands/ListGatewaysCommand.ts | 4 + .../src/commands/ListLocalDisksCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListTapePoolsCommand.ts | 4 + .../src/commands/ListTapesCommand.ts | 4 + .../commands/ListVolumeInitiatorsCommand.ts | 4 + .../ListVolumeRecoveryPointsCommand.ts | 4 + .../src/commands/ListVolumesCommand.ts | 4 + .../src/commands/NotifyWhenUploadedCommand.ts | 4 + .../src/commands/RefreshCacheCommand.ts | 4 + .../commands/RemoveTagsFromResourceCommand.ts | 4 + .../src/commands/ResetCacheCommand.ts | 4 + .../commands/RetrieveTapeArchiveCommand.ts | 4 + .../RetrieveTapeRecoveryPointCommand.ts | 4 + .../SetLocalConsolePasswordCommand.ts | 4 + .../commands/SetSMBGuestPasswordCommand.ts | 4 + .../src/commands/ShutdownGatewayCommand.ts | 4 + .../StartAvailabilityMonitorTestCommand.ts | 4 + .../src/commands/StartGatewayCommand.ts | 4 + ...pdateAutomaticTapeCreationPolicyCommand.ts | 4 + .../UpdateBandwidthRateLimitCommand.ts | 4 + ...UpdateBandwidthRateLimitScheduleCommand.ts | 4 + .../commands/UpdateChapCredentialsCommand.ts | 4 + .../UpdateFileSystemAssociationCommand.ts | 4 + .../UpdateGatewayInformationCommand.ts | 4 + .../UpdateGatewaySoftwareNowCommand.ts | 4 + .../UpdateMaintenanceStartTimeCommand.ts | 4 + .../src/commands/UpdateNFSFileShareCommand.ts | 4 + .../src/commands/UpdateSMBFileShareCommand.ts | 4 + .../UpdateSMBFileShareVisibilityCommand.ts | 4 + .../commands/UpdateSMBLocalGroupsCommand.ts | 4 + .../UpdateSMBSecurityStrategyCommand.ts | 4 + .../commands/UpdateSnapshotScheduleCommand.ts | 4 + .../commands/UpdateVTLDeviceTypeCommand.ts | 4 + clients/client-storage-gateway/src/index.ts | 77 +++- .../models/StorageGatewayServiceException.ts | 2 + clients/client-sts/src/STSClient.ts | 6 +- .../src/commands/AssumeRoleCommand.ts | 4 + .../src/commands/AssumeRoleWithSAMLCommand.ts | 4 + .../AssumeRoleWithWebIdentityCommand.ts | 4 + .../DecodeAuthorizationMessageCommand.ts | 4 + .../src/commands/GetAccessKeyInfoCommand.ts | 4 + .../src/commands/GetCallerIdentityCommand.ts | 4 + .../src/commands/GetFederationTokenCommand.ts | 4 + .../src/commands/GetSessionTokenCommand.ts | 4 + clients/client-sts/src/index.ts | 15 +- .../src/models/STSServiceException.ts | 2 + .../src/SupportAppClient.ts | 6 +- .../CreateSlackChannelConfigurationCommand.ts | 4 + .../src/commands/DeleteAccountAliasCommand.ts | 4 + .../DeleteSlackChannelConfigurationCommand.ts | 4 + ...eleteSlackWorkspaceConfigurationCommand.ts | 4 + .../src/commands/GetAccountAliasCommand.ts | 4 + .../ListSlackChannelConfigurationsCommand.ts | 4 + ...ListSlackWorkspaceConfigurationsCommand.ts | 4 + .../src/commands/PutAccountAliasCommand.ts | 4 + ...terSlackWorkspaceForOrganizationCommand.ts | 4 + .../UpdateSlackChannelConfigurationCommand.ts | 4 + clients/client-support-app/src/index.ts | 63 ++- .../src/models/SupportAppServiceException.ts | 2 + clients/client-support/src/SupportClient.ts | 6 +- .../commands/AddAttachmentsToSetCommand.ts | 4 + .../commands/AddCommunicationToCaseCommand.ts | 4 + .../src/commands/CreateCaseCommand.ts | 4 + .../src/commands/DescribeAttachmentCommand.ts | 4 + .../src/commands/DescribeCasesCommand.ts | 4 + .../commands/DescribeCommunicationsCommand.ts | 4 + .../DescribeCreateCaseOptionsCommand.ts | 4 + .../src/commands/DescribeServicesCommand.ts | 4 + .../commands/DescribeSeverityLevelsCommand.ts | 4 + .../DescribeSupportedLanguagesCommand.ts | 4 + ...ustedAdvisorCheckRefreshStatusesCommand.ts | 4 + ...escribeTrustedAdvisorCheckResultCommand.ts | 4 + ...ribeTrustedAdvisorCheckSummariesCommand.ts | 4 + .../DescribeTrustedAdvisorChecksCommand.ts | 4 + .../RefreshTrustedAdvisorCheckCommand.ts | 4 + .../src/commands/ResolveCaseCommand.ts | 4 + clients/client-support/src/index.ts | 53 ++- .../src/models/SupportServiceException.ts | 2 + clients/client-swf/src/SWFClient.ts | 6 +- .../CountClosedWorkflowExecutionsCommand.ts | 4 + .../CountOpenWorkflowExecutionsCommand.ts | 4 + .../CountPendingActivityTasksCommand.ts | 4 + .../CountPendingDecisionTasksCommand.ts | 4 + .../commands/DeprecateActivityTypeCommand.ts | 4 + .../src/commands/DeprecateDomainCommand.ts | 4 + .../commands/DeprecateWorkflowTypeCommand.ts | 4 + .../commands/DescribeActivityTypeCommand.ts | 4 + .../src/commands/DescribeDomainCommand.ts | 4 + .../DescribeWorkflowExecutionCommand.ts | 4 + .../commands/DescribeWorkflowTypeCommand.ts | 4 + .../GetWorkflowExecutionHistoryCommand.ts | 4 + .../src/commands/ListActivityTypesCommand.ts | 4 + .../ListClosedWorkflowExecutionsCommand.ts | 4 + .../src/commands/ListDomainsCommand.ts | 4 + .../ListOpenWorkflowExecutionsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListWorkflowTypesCommand.ts | 4 + .../commands/PollForActivityTaskCommand.ts | 4 + .../commands/PollForDecisionTaskCommand.ts | 4 + .../RecordActivityTaskHeartbeatCommand.ts | 4 + .../commands/RegisterActivityTypeCommand.ts | 4 + .../src/commands/RegisterDomainCommand.ts | 4 + .../commands/RegisterWorkflowTypeCommand.ts | 4 + .../RequestCancelWorkflowExecutionCommand.ts | 4 + .../RespondActivityTaskCanceledCommand.ts | 4 + .../RespondActivityTaskCompletedCommand.ts | 4 + .../RespondActivityTaskFailedCommand.ts | 4 + .../RespondDecisionTaskCompletedCommand.ts | 4 + .../SignalWorkflowExecutionCommand.ts | 4 + .../commands/StartWorkflowExecutionCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../TerminateWorkflowExecutionCommand.ts | 4 + .../UndeprecateActivityTypeCommand.ts | 4 + .../src/commands/UndeprecateDomainCommand.ts | 4 + .../UndeprecateWorkflowTypeCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + clients/client-swf/src/index.ts | 22 +- .../src/models/SWFServiceException.ts | 2 + .../client-synthetics/src/SyntheticsClient.ts | 6 +- .../src/commands/AssociateResourceCommand.ts | 4 + .../src/commands/CreateCanaryCommand.ts | 4 + .../src/commands/CreateGroupCommand.ts | 4 + .../src/commands/DeleteCanaryCommand.ts | 4 + .../src/commands/DeleteGroupCommand.ts | 4 + .../src/commands/DescribeCanariesCommand.ts | 4 + .../DescribeCanariesLastRunCommand.ts | 4 + .../DescribeRuntimeVersionsCommand.ts | 4 + .../commands/DisassociateResourceCommand.ts | 4 + .../src/commands/GetCanaryCommand.ts | 4 + .../src/commands/GetCanaryRunsCommand.ts | 4 + .../src/commands/GetGroupCommand.ts | 4 + .../commands/ListAssociatedGroupsCommand.ts | 4 + .../src/commands/ListGroupResourcesCommand.ts | 4 + .../src/commands/ListGroupsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/StartCanaryCommand.ts | 4 + .../src/commands/StopCanaryCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateCanaryCommand.ts | 4 + clients/client-synthetics/src/index.ts | 25 +- .../src/models/SyntheticsServiceException.ts | 2 + clients/client-textract/src/TextractClient.ts | 6 +- .../src/commands/AnalyzeDocumentCommand.ts | 4 + .../src/commands/AnalyzeExpenseCommand.ts | 4 + .../src/commands/AnalyzeIDCommand.ts | 4 + .../src/commands/DetectDocumentTextCommand.ts | 4 + .../commands/GetDocumentAnalysisCommand.ts | 4 + .../GetDocumentTextDetectionCommand.ts | 4 + .../src/commands/GetExpenseAnalysisCommand.ts | 4 + .../src/commands/GetLendingAnalysisCommand.ts | 4 + .../GetLendingAnalysisSummaryCommand.ts | 4 + .../commands/StartDocumentAnalysisCommand.ts | 4 + .../StartDocumentTextDetectionCommand.ts | 4 + .../commands/StartExpenseAnalysisCommand.ts | 4 + .../commands/StartLendingAnalysisCommand.ts | 4 + clients/client-textract/src/index.ts | 10 +- .../src/models/TextractServiceException.ts | 2 + .../src/TimestreamQueryClient.ts | 6 +- .../src/commands/CancelQueryCommand.ts | 4 + .../commands/CreateScheduledQueryCommand.ts | 4 + .../commands/DeleteScheduledQueryCommand.ts | 4 + .../src/commands/DescribeEndpointsCommand.ts | 4 + .../commands/DescribeScheduledQueryCommand.ts | 4 + .../commands/ExecuteScheduledQueryCommand.ts | 4 + .../commands/ListScheduledQueriesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/PrepareQueryCommand.ts | 4 + .../src/commands/QueryCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateScheduledQueryCommand.ts | 4 + clients/client-timestream-query/src/index.ts | 12 +- .../models/TimestreamQueryServiceException.ts | 2 + .../src/TimestreamWriteClient.ts | 6 +- .../commands/CreateBatchLoadTaskCommand.ts | 4 + .../src/commands/CreateDatabaseCommand.ts | 4 + .../src/commands/CreateTableCommand.ts | 4 + .../src/commands/DeleteDatabaseCommand.ts | 4 + .../src/commands/DeleteTableCommand.ts | 4 + .../commands/DescribeBatchLoadTaskCommand.ts | 4 + .../src/commands/DescribeDatabaseCommand.ts | 4 + .../src/commands/DescribeEndpointsCommand.ts | 4 + .../src/commands/DescribeTableCommand.ts | 4 + .../src/commands/ListBatchLoadTasksCommand.ts | 4 + .../src/commands/ListDatabasesCommand.ts | 4 + .../src/commands/ListTablesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/ResumeBatchLoadTaskCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateDatabaseCommand.ts | 4 + .../src/commands/UpdateTableCommand.ts | 4 + .../src/commands/WriteRecordsCommand.ts | 4 + clients/client-timestream-write/src/index.ts | 22 +- .../models/TimestreamWriteServiceException.ts | 2 + clients/client-tnb/src/TnbClient.ts | 6 +- .../CancelSolNetworkOperationCommand.ts | 4 + .../CreateSolFunctionPackageCommand.ts | 4 + .../CreateSolNetworkInstanceCommand.ts | 4 + .../CreateSolNetworkPackageCommand.ts | 4 + .../DeleteSolFunctionPackageCommand.ts | 4 + .../DeleteSolNetworkInstanceCommand.ts | 4 + .../DeleteSolNetworkPackageCommand.ts | 4 + .../commands/GetSolFunctionInstanceCommand.ts | 4 + .../commands/GetSolFunctionPackageCommand.ts | 4 + .../GetSolFunctionPackageContentCommand.ts | 4 + .../GetSolFunctionPackageDescriptorCommand.ts | 4 + .../commands/GetSolNetworkInstanceCommand.ts | 4 + .../commands/GetSolNetworkOperationCommand.ts | 4 + .../commands/GetSolNetworkPackageCommand.ts | 4 + .../GetSolNetworkPackageContentCommand.ts | 4 + .../GetSolNetworkPackageDescriptorCommand.ts | 4 + .../InstantiateSolNetworkInstanceCommand.ts | 4 + .../ListSolFunctionInstancesCommand.ts | 4 + .../ListSolFunctionPackagesCommand.ts | 4 + .../ListSolNetworkInstancesCommand.ts | 4 + .../ListSolNetworkOperationsCommand.ts | 4 + .../commands/ListSolNetworkPackagesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../PutSolFunctionPackageContentCommand.ts | 4 + .../PutSolNetworkPackageContentCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../TerminateSolNetworkInstanceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateSolFunctionPackageCommand.ts | 4 + .../UpdateSolNetworkInstanceCommand.ts | 4 + .../UpdateSolNetworkPackageCommand.ts | 4 + ...alidateSolFunctionPackageContentCommand.ts | 4 + ...ValidateSolNetworkPackageContentCommand.ts | 4 + clients/client-tnb/src/index.ts | 10 +- .../src/models/TnbServiceException.ts | 2 + .../src/TranscribeStreamingClient.ts | 6 +- ...CallAnalyticsStreamTranscriptionCommand.ts | 4 + .../StartMedicalStreamTranscriptionCommand.ts | 4 + .../StartStreamTranscriptionCommand.ts | 4 + .../client-transcribe-streaming/src/index.ts | 30 +- .../TranscribeStreamingServiceException.ts | 2 + .../client-transcribe/src/TranscribeClient.ts | 6 +- .../CreateCallAnalyticsCategoryCommand.ts | 4 + .../commands/CreateLanguageModelCommand.ts | 4 + .../CreateMedicalVocabularyCommand.ts | 4 + .../src/commands/CreateVocabularyCommand.ts | 4 + .../commands/CreateVocabularyFilterCommand.ts | 4 + .../DeleteCallAnalyticsCategoryCommand.ts | 4 + .../commands/DeleteCallAnalyticsJobCommand.ts | 4 + .../commands/DeleteLanguageModelCommand.ts | 4 + .../DeleteMedicalTranscriptionJobCommand.ts | 4 + .../DeleteMedicalVocabularyCommand.ts | 4 + .../commands/DeleteTranscriptionJobCommand.ts | 4 + .../src/commands/DeleteVocabularyCommand.ts | 4 + .../commands/DeleteVocabularyFilterCommand.ts | 4 + .../commands/DescribeLanguageModelCommand.ts | 4 + .../GetCallAnalyticsCategoryCommand.ts | 4 + .../commands/GetCallAnalyticsJobCommand.ts | 4 + .../GetMedicalTranscriptionJobCommand.ts | 4 + .../commands/GetMedicalVocabularyCommand.ts | 4 + .../commands/GetTranscriptionJobCommand.ts | 4 + .../src/commands/GetVocabularyCommand.ts | 4 + .../commands/GetVocabularyFilterCommand.ts | 4 + .../ListCallAnalyticsCategoriesCommand.ts | 4 + .../commands/ListCallAnalyticsJobsCommand.ts | 4 + .../src/commands/ListLanguageModelsCommand.ts | 4 + .../ListMedicalTranscriptionJobsCommand.ts | 4 + .../ListMedicalVocabulariesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/ListTranscriptionJobsCommand.ts | 4 + .../src/commands/ListVocabulariesCommand.ts | 4 + .../commands/ListVocabularyFiltersCommand.ts | 4 + .../commands/StartCallAnalyticsJobCommand.ts | 4 + .../StartMedicalTranscriptionJobCommand.ts | 4 + .../commands/StartTranscriptionJobCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateCallAnalyticsCategoryCommand.ts | 4 + .../UpdateMedicalVocabularyCommand.ts | 4 + .../src/commands/UpdateVocabularyCommand.ts | 4 + .../commands/UpdateVocabularyFilterCommand.ts | 4 + clients/client-transcribe/src/index.ts | 31 +- .../src/models/TranscribeServiceException.ts | 2 + clients/client-transfer/src/TransferClient.ts | 6 +- .../src/commands/CreateAccessCommand.ts | 4 + .../src/commands/CreateAgreementCommand.ts | 4 + .../src/commands/CreateConnectorCommand.ts | 4 + .../src/commands/CreateProfileCommand.ts | 4 + .../src/commands/CreateServerCommand.ts | 4 + .../src/commands/CreateUserCommand.ts | 4 + .../src/commands/CreateWorkflowCommand.ts | 4 + .../src/commands/DeleteAccessCommand.ts | 4 + .../src/commands/DeleteAgreementCommand.ts | 4 + .../src/commands/DeleteCertificateCommand.ts | 4 + .../src/commands/DeleteConnectorCommand.ts | 4 + .../src/commands/DeleteHostKeyCommand.ts | 4 + .../src/commands/DeleteProfileCommand.ts | 4 + .../src/commands/DeleteServerCommand.ts | 4 + .../src/commands/DeleteSshPublicKeyCommand.ts | 4 + .../src/commands/DeleteUserCommand.ts | 4 + .../src/commands/DeleteWorkflowCommand.ts | 4 + .../src/commands/DescribeAccessCommand.ts | 4 + .../src/commands/DescribeAgreementCommand.ts | 4 + .../commands/DescribeCertificateCommand.ts | 4 + .../src/commands/DescribeConnectorCommand.ts | 4 + .../src/commands/DescribeExecutionCommand.ts | 4 + .../src/commands/DescribeHostKeyCommand.ts | 4 + .../src/commands/DescribeProfileCommand.ts | 4 + .../commands/DescribeSecurityPolicyCommand.ts | 4 + .../src/commands/DescribeServerCommand.ts | 4 + .../src/commands/DescribeUserCommand.ts | 4 + .../src/commands/DescribeWorkflowCommand.ts | 4 + .../src/commands/ImportCertificateCommand.ts | 4 + .../src/commands/ImportHostKeyCommand.ts | 4 + .../src/commands/ImportSshPublicKeyCommand.ts | 4 + .../src/commands/ListAccessesCommand.ts | 4 + .../src/commands/ListAgreementsCommand.ts | 4 + .../src/commands/ListCertificatesCommand.ts | 4 + .../src/commands/ListConnectorsCommand.ts | 4 + .../src/commands/ListExecutionsCommand.ts | 4 + .../src/commands/ListHostKeysCommand.ts | 4 + .../src/commands/ListProfilesCommand.ts | 4 + .../commands/ListSecurityPoliciesCommand.ts | 4 + .../src/commands/ListServersCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListUsersCommand.ts | 4 + .../src/commands/ListWorkflowsCommand.ts | 4 + .../commands/SendWorkflowStepStateCommand.ts | 4 + .../src/commands/StartFileTransferCommand.ts | 4 + .../src/commands/StartServerCommand.ts | 4 + .../src/commands/StopServerCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../commands/TestIdentityProviderCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAccessCommand.ts | 4 + .../src/commands/UpdateAgreementCommand.ts | 4 + .../src/commands/UpdateCertificateCommand.ts | 4 + .../src/commands/UpdateConnectorCommand.ts | 4 + .../src/commands/UpdateHostKeyCommand.ts | 4 + .../src/commands/UpdateProfileCommand.ts | 4 + .../src/commands/UpdateServerCommand.ts | 4 + .../src/commands/UpdateUserCommand.ts | 4 + clients/client-transfer/src/index.ts | 19 +- .../src/models/TransferServiceException.ts | 2 + .../client-translate/src/TranslateClient.ts | 6 +- .../src/commands/CreateParallelDataCommand.ts | 4 + .../src/commands/DeleteParallelDataCommand.ts | 4 + .../src/commands/DeleteTerminologyCommand.ts | 4 + .../DescribeTextTranslationJobCommand.ts | 4 + .../src/commands/GetParallelDataCommand.ts | 4 + .../src/commands/GetTerminologyCommand.ts | 4 + .../src/commands/ImportTerminologyCommand.ts | 4 + .../src/commands/ListLanguagesCommand.ts | 4 + .../src/commands/ListParallelDataCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListTerminologiesCommand.ts | 4 + .../ListTextTranslationJobsCommand.ts | 4 + .../StartTextTranslationJobCommand.ts | 4 + .../commands/StopTextTranslationJobCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/TranslateTextCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateParallelDataCommand.ts | 4 + clients/client-translate/src/index.ts | 10 +- .../src/models/TranslateServiceException.ts | 2 + clients/client-voice-id/src/VoiceIDClient.ts | 6 +- .../src/commands/AssociateFraudsterCommand.ts | 4 + .../src/commands/CreateDomainCommand.ts | 4 + .../src/commands/CreateWatchlistCommand.ts | 4 + .../src/commands/DeleteDomainCommand.ts | 4 + .../src/commands/DeleteFraudsterCommand.ts | 4 + .../src/commands/DeleteSpeakerCommand.ts | 4 + .../src/commands/DeleteWatchlistCommand.ts | 4 + .../src/commands/DescribeDomainCommand.ts | 4 + .../src/commands/DescribeFraudsterCommand.ts | 4 + ...DescribeFraudsterRegistrationJobCommand.ts | 4 + .../src/commands/DescribeSpeakerCommand.ts | 4 + .../DescribeSpeakerEnrollmentJobCommand.ts | 4 + .../src/commands/DescribeWatchlistCommand.ts | 4 + .../commands/DisassociateFraudsterCommand.ts | 4 + .../src/commands/EvaluateSessionCommand.ts | 4 + .../src/commands/ListDomainsCommand.ts | 4 + .../ListFraudsterRegistrationJobsCommand.ts | 4 + .../src/commands/ListFraudstersCommand.ts | 4 + .../ListSpeakerEnrollmentJobsCommand.ts | 4 + .../src/commands/ListSpeakersCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListWatchlistsCommand.ts | 4 + .../src/commands/OptOutSpeakerCommand.ts | 4 + .../StartFraudsterRegistrationJobCommand.ts | 4 + .../StartSpeakerEnrollmentJobCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateDomainCommand.ts | 4 + .../src/commands/UpdateWatchlistCommand.ts | 4 + clients/client-voice-id/src/index.ts | 11 +- .../src/models/VoiceIDServiceException.ts | 2 + .../src/VPCLatticeClient.ts | 6 +- .../src/commands/BatchUpdateRuleCommand.ts | 4 + .../CreateAccessLogSubscriptionCommand.ts | 4 + .../src/commands/CreateListenerCommand.ts | 4 + .../src/commands/CreateRuleCommand.ts | 4 + .../src/commands/CreateServiceCommand.ts | 4 + .../commands/CreateServiceNetworkCommand.ts | 4 + ...ServiceNetworkServiceAssociationCommand.ts | 4 + ...eateServiceNetworkVpcAssociationCommand.ts | 4 + .../src/commands/CreateTargetGroupCommand.ts | 4 + .../DeleteAccessLogSubscriptionCommand.ts | 4 + .../src/commands/DeleteAuthPolicyCommand.ts | 4 + .../src/commands/DeleteListenerCommand.ts | 4 + .../commands/DeleteResourcePolicyCommand.ts | 4 + .../src/commands/DeleteRuleCommand.ts | 4 + .../src/commands/DeleteServiceCommand.ts | 4 + .../commands/DeleteServiceNetworkCommand.ts | 4 + ...ServiceNetworkServiceAssociationCommand.ts | 4 + ...leteServiceNetworkVpcAssociationCommand.ts | 4 + .../src/commands/DeleteTargetGroupCommand.ts | 4 + .../src/commands/DeregisterTargetsCommand.ts | 4 + .../GetAccessLogSubscriptionCommand.ts | 4 + .../src/commands/GetAuthPolicyCommand.ts | 4 + .../src/commands/GetListenerCommand.ts | 4 + .../src/commands/GetResourcePolicyCommand.ts | 4 + .../src/commands/GetRuleCommand.ts | 4 + .../src/commands/GetServiceCommand.ts | 4 + .../src/commands/GetServiceNetworkCommand.ts | 4 + ...ServiceNetworkServiceAssociationCommand.ts | 4 + .../GetServiceNetworkVpcAssociationCommand.ts | 4 + .../src/commands/GetTargetGroupCommand.ts | 4 + .../ListAccessLogSubscriptionsCommand.ts | 4 + .../src/commands/ListListenersCommand.ts | 4 + .../src/commands/ListRulesCommand.ts | 4 + ...erviceNetworkServiceAssociationsCommand.ts | 4 + ...istServiceNetworkVpcAssociationsCommand.ts | 4 + .../commands/ListServiceNetworksCommand.ts | 4 + .../src/commands/ListServicesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListTargetGroupsCommand.ts | 4 + .../src/commands/ListTargetsCommand.ts | 4 + .../src/commands/PutAuthPolicyCommand.ts | 4 + .../src/commands/PutResourcePolicyCommand.ts | 4 + .../src/commands/RegisterTargetsCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateAccessLogSubscriptionCommand.ts | 4 + .../src/commands/UpdateListenerCommand.ts | 4 + .../src/commands/UpdateRuleCommand.ts | 4 + .../src/commands/UpdateServiceCommand.ts | 4 + .../commands/UpdateServiceNetworkCommand.ts | 4 + ...dateServiceNetworkVpcAssociationCommand.ts | 4 + .../src/commands/UpdateTargetGroupCommand.ts | 4 + clients/client-vpc-lattice/src/index.ts | 14 +- .../src/models/VPCLatticeServiceException.ts | 2 + .../src/WAFRegionalClient.ts | 6 +- .../src/commands/AssociateWebACLCommand.ts | 4 + .../src/commands/CreateByteMatchSetCommand.ts | 4 + .../src/commands/CreateGeoMatchSetCommand.ts | 4 + .../src/commands/CreateIPSetCommand.ts | 4 + .../commands/CreateRateBasedRuleCommand.ts | 4 + .../commands/CreateRegexMatchSetCommand.ts | 4 + .../commands/CreateRegexPatternSetCommand.ts | 4 + .../src/commands/CreateRuleCommand.ts | 4 + .../src/commands/CreateRuleGroupCommand.ts | 4 + .../CreateSizeConstraintSetCommand.ts | 4 + .../CreateSqlInjectionMatchSetCommand.ts | 4 + .../src/commands/CreateWebACLCommand.ts | 4 + .../CreateWebACLMigrationStackCommand.ts | 4 + .../src/commands/CreateXssMatchSetCommand.ts | 4 + .../src/commands/DeleteByteMatchSetCommand.ts | 4 + .../src/commands/DeleteGeoMatchSetCommand.ts | 4 + .../src/commands/DeleteIPSetCommand.ts | 4 + .../DeleteLoggingConfigurationCommand.ts | 4 + .../commands/DeletePermissionPolicyCommand.ts | 4 + .../commands/DeleteRateBasedRuleCommand.ts | 4 + .../commands/DeleteRegexMatchSetCommand.ts | 4 + .../commands/DeleteRegexPatternSetCommand.ts | 4 + .../src/commands/DeleteRuleCommand.ts | 4 + .../src/commands/DeleteRuleGroupCommand.ts | 4 + .../DeleteSizeConstraintSetCommand.ts | 4 + .../DeleteSqlInjectionMatchSetCommand.ts | 4 + .../src/commands/DeleteWebACLCommand.ts | 4 + .../src/commands/DeleteXssMatchSetCommand.ts | 4 + .../src/commands/DisassociateWebACLCommand.ts | 4 + .../src/commands/GetByteMatchSetCommand.ts | 4 + .../src/commands/GetChangeTokenCommand.ts | 4 + .../commands/GetChangeTokenStatusCommand.ts | 4 + .../src/commands/GetGeoMatchSetCommand.ts | 4 + .../src/commands/GetIPSetCommand.ts | 4 + .../GetLoggingConfigurationCommand.ts | 4 + .../commands/GetPermissionPolicyCommand.ts | 4 + .../src/commands/GetRateBasedRuleCommand.ts | 4 + .../GetRateBasedRuleManagedKeysCommand.ts | 4 + .../src/commands/GetRegexMatchSetCommand.ts | 4 + .../src/commands/GetRegexPatternSetCommand.ts | 4 + .../src/commands/GetRuleCommand.ts | 4 + .../src/commands/GetRuleGroupCommand.ts | 4 + .../src/commands/GetSampledRequestsCommand.ts | 4 + .../commands/GetSizeConstraintSetCommand.ts | 4 + .../GetSqlInjectionMatchSetCommand.ts | 4 + .../src/commands/GetWebACLCommand.ts | 4 + .../commands/GetWebACLForResourceCommand.ts | 4 + .../src/commands/GetXssMatchSetCommand.ts | 4 + .../ListActivatedRulesInRuleGroupCommand.ts | 4 + .../src/commands/ListByteMatchSetsCommand.ts | 4 + .../src/commands/ListGeoMatchSetsCommand.ts | 4 + .../src/commands/ListIPSetsCommand.ts | 4 + .../ListLoggingConfigurationsCommand.ts | 4 + .../src/commands/ListRateBasedRulesCommand.ts | 4 + .../src/commands/ListRegexMatchSetsCommand.ts | 4 + .../commands/ListRegexPatternSetsCommand.ts | 4 + .../commands/ListResourcesForWebACLCommand.ts | 4 + .../src/commands/ListRuleGroupsCommand.ts | 4 + .../src/commands/ListRulesCommand.ts | 4 + .../commands/ListSizeConstraintSetsCommand.ts | 4 + .../ListSqlInjectionMatchSetsCommand.ts | 4 + .../ListSubscribedRuleGroupsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListWebACLsCommand.ts | 4 + .../src/commands/ListXssMatchSetsCommand.ts | 4 + .../PutLoggingConfigurationCommand.ts | 4 + .../commands/PutPermissionPolicyCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateByteMatchSetCommand.ts | 4 + .../src/commands/UpdateGeoMatchSetCommand.ts | 4 + .../src/commands/UpdateIPSetCommand.ts | 4 + .../commands/UpdateRateBasedRuleCommand.ts | 4 + .../commands/UpdateRegexMatchSetCommand.ts | 4 + .../commands/UpdateRegexPatternSetCommand.ts | 4 + .../src/commands/UpdateRuleCommand.ts | 4 + .../src/commands/UpdateRuleGroupCommand.ts | 4 + .../UpdateSizeConstraintSetCommand.ts | 4 + .../UpdateSqlInjectionMatchSetCommand.ts | 4 + .../src/commands/UpdateWebACLCommand.ts | 4 + .../src/commands/UpdateXssMatchSetCommand.ts | 4 + clients/client-waf-regional/src/index.ts | 18 +- .../src/models/WAFRegionalServiceException.ts | 2 + clients/client-waf/src/WAFClient.ts | 6 +- .../src/commands/CreateByteMatchSetCommand.ts | 4 + .../src/commands/CreateGeoMatchSetCommand.ts | 4 + .../src/commands/CreateIPSetCommand.ts | 4 + .../commands/CreateRateBasedRuleCommand.ts | 4 + .../commands/CreateRegexMatchSetCommand.ts | 4 + .../commands/CreateRegexPatternSetCommand.ts | 4 + .../src/commands/CreateRuleCommand.ts | 4 + .../src/commands/CreateRuleGroupCommand.ts | 4 + .../CreateSizeConstraintSetCommand.ts | 4 + .../CreateSqlInjectionMatchSetCommand.ts | 4 + .../src/commands/CreateWebACLCommand.ts | 4 + .../CreateWebACLMigrationStackCommand.ts | 4 + .../src/commands/CreateXssMatchSetCommand.ts | 4 + .../src/commands/DeleteByteMatchSetCommand.ts | 4 + .../src/commands/DeleteGeoMatchSetCommand.ts | 4 + .../src/commands/DeleteIPSetCommand.ts | 4 + .../DeleteLoggingConfigurationCommand.ts | 4 + .../commands/DeletePermissionPolicyCommand.ts | 4 + .../commands/DeleteRateBasedRuleCommand.ts | 4 + .../commands/DeleteRegexMatchSetCommand.ts | 4 + .../commands/DeleteRegexPatternSetCommand.ts | 4 + .../src/commands/DeleteRuleCommand.ts | 4 + .../src/commands/DeleteRuleGroupCommand.ts | 4 + .../DeleteSizeConstraintSetCommand.ts | 4 + .../DeleteSqlInjectionMatchSetCommand.ts | 4 + .../src/commands/DeleteWebACLCommand.ts | 4 + .../src/commands/DeleteXssMatchSetCommand.ts | 4 + .../src/commands/GetByteMatchSetCommand.ts | 4 + .../src/commands/GetChangeTokenCommand.ts | 4 + .../commands/GetChangeTokenStatusCommand.ts | 4 + .../src/commands/GetGeoMatchSetCommand.ts | 4 + .../src/commands/GetIPSetCommand.ts | 4 + .../GetLoggingConfigurationCommand.ts | 4 + .../commands/GetPermissionPolicyCommand.ts | 4 + .../src/commands/GetRateBasedRuleCommand.ts | 4 + .../GetRateBasedRuleManagedKeysCommand.ts | 4 + .../src/commands/GetRegexMatchSetCommand.ts | 4 + .../src/commands/GetRegexPatternSetCommand.ts | 4 + .../client-waf/src/commands/GetRuleCommand.ts | 4 + .../src/commands/GetRuleGroupCommand.ts | 4 + .../src/commands/GetSampledRequestsCommand.ts | 4 + .../commands/GetSizeConstraintSetCommand.ts | 4 + .../GetSqlInjectionMatchSetCommand.ts | 4 + .../src/commands/GetWebACLCommand.ts | 4 + .../src/commands/GetXssMatchSetCommand.ts | 4 + .../ListActivatedRulesInRuleGroupCommand.ts | 4 + .../src/commands/ListByteMatchSetsCommand.ts | 4 + .../src/commands/ListGeoMatchSetsCommand.ts | 4 + .../src/commands/ListIPSetsCommand.ts | 4 + .../ListLoggingConfigurationsCommand.ts | 4 + .../src/commands/ListRateBasedRulesCommand.ts | 4 + .../src/commands/ListRegexMatchSetsCommand.ts | 4 + .../commands/ListRegexPatternSetsCommand.ts | 4 + .../src/commands/ListRuleGroupsCommand.ts | 4 + .../src/commands/ListRulesCommand.ts | 4 + .../commands/ListSizeConstraintSetsCommand.ts | 4 + .../ListSqlInjectionMatchSetsCommand.ts | 4 + .../ListSubscribedRuleGroupsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListWebACLsCommand.ts | 4 + .../src/commands/ListXssMatchSetsCommand.ts | 4 + .../PutLoggingConfigurationCommand.ts | 4 + .../commands/PutPermissionPolicyCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateByteMatchSetCommand.ts | 4 + .../src/commands/UpdateGeoMatchSetCommand.ts | 4 + .../src/commands/UpdateIPSetCommand.ts | 4 + .../commands/UpdateRateBasedRuleCommand.ts | 4 + .../commands/UpdateRegexMatchSetCommand.ts | 4 + .../commands/UpdateRegexPatternSetCommand.ts | 4 + .../src/commands/UpdateRuleCommand.ts | 4 + .../src/commands/UpdateRuleGroupCommand.ts | 4 + .../UpdateSizeConstraintSetCommand.ts | 4 + .../UpdateSqlInjectionMatchSetCommand.ts | 4 + .../src/commands/UpdateWebACLCommand.ts | 4 + .../src/commands/UpdateXssMatchSetCommand.ts | 4 + clients/client-waf/src/index.ts | 18 +- .../src/models/WAFServiceException.ts | 2 + clients/client-wafv2/src/WAFV2Client.ts | 6 +- .../src/commands/AssociateWebACLCommand.ts | 4 + .../src/commands/CheckCapacityCommand.ts | 4 + .../src/commands/CreateAPIKeyCommand.ts | 4 + .../src/commands/CreateIPSetCommand.ts | 4 + .../commands/CreateRegexPatternSetCommand.ts | 4 + .../src/commands/CreateRuleGroupCommand.ts | 4 + .../src/commands/CreateWebACLCommand.ts | 4 + .../DeleteFirewallManagerRuleGroupsCommand.ts | 4 + .../src/commands/DeleteIPSetCommand.ts | 4 + .../DeleteLoggingConfigurationCommand.ts | 4 + .../commands/DeletePermissionPolicyCommand.ts | 4 + .../commands/DeleteRegexPatternSetCommand.ts | 4 + .../src/commands/DeleteRuleGroupCommand.ts | 4 + .../src/commands/DeleteWebACLCommand.ts | 4 + .../DescribeManagedRuleGroupCommand.ts | 4 + .../src/commands/DisassociateWebACLCommand.ts | 4 + .../GenerateMobileSdkReleaseUrlCommand.ts | 4 + .../src/commands/GetDecryptedAPIKeyCommand.ts | 4 + .../src/commands/GetIPSetCommand.ts | 4 + .../GetLoggingConfigurationCommand.ts | 4 + .../src/commands/GetManagedRuleSetCommand.ts | 4 + .../commands/GetMobileSdkReleaseCommand.ts | 4 + .../commands/GetPermissionPolicyCommand.ts | 4 + ...GetRateBasedStatementManagedKeysCommand.ts | 4 + .../src/commands/GetRegexPatternSetCommand.ts | 4 + .../src/commands/GetRuleGroupCommand.ts | 4 + .../src/commands/GetSampledRequestsCommand.ts | 4 + .../src/commands/GetWebACLCommand.ts | 4 + .../commands/GetWebACLForResourceCommand.ts | 4 + .../src/commands/ListAPIKeysCommand.ts | 4 + ...vailableManagedRuleGroupVersionsCommand.ts | 4 + .../ListAvailableManagedRuleGroupsCommand.ts | 4 + .../src/commands/ListIPSetsCommand.ts | 4 + .../ListLoggingConfigurationsCommand.ts | 4 + .../commands/ListManagedRuleSetsCommand.ts | 4 + .../commands/ListMobileSdkReleasesCommand.ts | 4 + .../commands/ListRegexPatternSetsCommand.ts | 4 + .../commands/ListResourcesForWebACLCommand.ts | 4 + .../src/commands/ListRuleGroupsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListWebACLsCommand.ts | 4 + .../PutLoggingConfigurationCommand.ts | 4 + .../PutManagedRuleSetVersionsCommand.ts | 4 + .../commands/PutPermissionPolicyCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateIPSetCommand.ts | 4 + ...eManagedRuleSetVersionExpiryDateCommand.ts | 4 + .../commands/UpdateRegexPatternSetCommand.ts | 4 + .../src/commands/UpdateRuleGroupCommand.ts | 4 + .../src/commands/UpdateWebACLCommand.ts | 4 + clients/client-wafv2/src/index.ts | 65 ++- .../src/models/WAFV2ServiceException.ts | 2 + .../src/WellArchitectedClient.ts | 6 +- .../src/commands/AssociateLensesCommand.ts | 4 + .../src/commands/CreateLensShareCommand.ts | 4 + .../src/commands/CreateLensVersionCommand.ts | 4 + .../src/commands/CreateMilestoneCommand.ts | 4 + .../src/commands/CreateWorkloadCommand.ts | 4 + .../commands/CreateWorkloadShareCommand.ts | 4 + .../src/commands/DeleteLensCommand.ts | 4 + .../src/commands/DeleteLensShareCommand.ts | 4 + .../src/commands/DeleteWorkloadCommand.ts | 4 + .../commands/DeleteWorkloadShareCommand.ts | 4 + .../src/commands/DisassociateLensesCommand.ts | 4 + .../src/commands/ExportLensCommand.ts | 4 + .../src/commands/GetAnswerCommand.ts | 4 + .../commands/GetConsolidatedReportCommand.ts | 4 + .../src/commands/GetLensCommand.ts | 4 + .../src/commands/GetLensReviewCommand.ts | 4 + .../commands/GetLensReviewReportCommand.ts | 4 + .../GetLensVersionDifferenceCommand.ts | 4 + .../src/commands/GetMilestoneCommand.ts | 4 + .../src/commands/GetWorkloadCommand.ts | 4 + .../src/commands/ImportLensCommand.ts | 4 + .../src/commands/ListAnswersCommand.ts | 4 + .../src/commands/ListCheckDetailsCommand.ts | 4 + .../src/commands/ListCheckSummariesCommand.ts | 4 + .../ListLensReviewImprovementsCommand.ts | 4 + .../src/commands/ListLensReviewsCommand.ts | 4 + .../src/commands/ListLensSharesCommand.ts | 4 + .../src/commands/ListLensesCommand.ts | 4 + .../src/commands/ListMilestonesCommand.ts | 4 + .../src/commands/ListNotificationsCommand.ts | 4 + .../commands/ListShareInvitationsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListWorkloadSharesCommand.ts | 4 + .../src/commands/ListWorkloadsCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateAnswerCommand.ts | 4 + .../commands/UpdateGlobalSettingsCommand.ts | 4 + .../src/commands/UpdateLensReviewCommand.ts | 4 + .../commands/UpdateShareInvitationCommand.ts | 4 + .../src/commands/UpdateWorkloadCommand.ts | 4 + .../commands/UpdateWorkloadShareCommand.ts | 4 + .../src/commands/UpgradeLensReviewCommand.ts | 4 + clients/client-wellarchitected/src/index.ts | 15 +- .../models/WellArchitectedServiceException.ts | 2 + clients/client-wisdom/src/WisdomClient.ts | 6 +- .../CreateAssistantAssociationCommand.ts | 4 + .../src/commands/CreateAssistantCommand.ts | 4 + .../src/commands/CreateContentCommand.ts | 4 + .../commands/CreateKnowledgeBaseCommand.ts | 4 + .../src/commands/CreateSessionCommand.ts | 4 + .../DeleteAssistantAssociationCommand.ts | 4 + .../src/commands/DeleteAssistantCommand.ts | 4 + .../src/commands/DeleteContentCommand.ts | 4 + .../commands/DeleteKnowledgeBaseCommand.ts | 4 + .../GetAssistantAssociationCommand.ts | 4 + .../src/commands/GetAssistantCommand.ts | 4 + .../src/commands/GetContentCommand.ts | 4 + .../src/commands/GetContentSummaryCommand.ts | 4 + .../src/commands/GetKnowledgeBaseCommand.ts | 4 + .../src/commands/GetRecommendationsCommand.ts | 4 + .../src/commands/GetSessionCommand.ts | 4 + .../ListAssistantAssociationsCommand.ts | 4 + .../src/commands/ListAssistantsCommand.ts | 4 + .../src/commands/ListContentsCommand.ts | 4 + .../src/commands/ListKnowledgeBasesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../NotifyRecommendationsReceivedCommand.ts | 4 + .../src/commands/QueryAssistantCommand.ts | 4 + .../RemoveKnowledgeBaseTemplateUriCommand.ts | 4 + .../src/commands/SearchContentCommand.ts | 4 + .../src/commands/SearchSessionsCommand.ts | 4 + .../src/commands/StartContentUploadCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateContentCommand.ts | 4 + .../UpdateKnowledgeBaseTemplateUriCommand.ts | 4 + clients/client-wisdom/src/index.ts | 13 +- .../src/models/WisdomServiceException.ts | 2 + clients/client-workdocs/src/WorkDocsClient.ts | 6 +- .../AbortDocumentVersionUploadCommand.ts | 4 + .../src/commands/ActivateUserCommand.ts | 4 + .../commands/AddResourcePermissionsCommand.ts | 4 + .../src/commands/CreateCommentCommand.ts | 4 + .../commands/CreateCustomMetadataCommand.ts | 4 + .../src/commands/CreateFolderCommand.ts | 4 + .../src/commands/CreateLabelsCommand.ts | 4 + .../CreateNotificationSubscriptionCommand.ts | 4 + .../src/commands/CreateUserCommand.ts | 4 + .../src/commands/DeactivateUserCommand.ts | 4 + .../src/commands/DeleteCommentCommand.ts | 4 + .../commands/DeleteCustomMetadataCommand.ts | 4 + .../src/commands/DeleteDocumentCommand.ts | 4 + .../commands/DeleteDocumentVersionCommand.ts | 4 + .../src/commands/DeleteFolderCommand.ts | 4 + .../commands/DeleteFolderContentsCommand.ts | 4 + .../src/commands/DeleteLabelsCommand.ts | 4 + .../DeleteNotificationSubscriptionCommand.ts | 4 + .../src/commands/DeleteUserCommand.ts | 4 + .../src/commands/DescribeActivitiesCommand.ts | 4 + .../src/commands/DescribeCommentsCommand.ts | 4 + .../DescribeDocumentVersionsCommand.ts | 4 + .../commands/DescribeFolderContentsCommand.ts | 4 + .../src/commands/DescribeGroupsCommand.ts | 4 + ...escribeNotificationSubscriptionsCommand.ts | 4 + .../DescribeResourcePermissionsCommand.ts | 4 + .../commands/DescribeRootFoldersCommand.ts | 4 + .../src/commands/DescribeUsersCommand.ts | 4 + .../src/commands/GetCurrentUserCommand.ts | 4 + .../src/commands/GetDocumentCommand.ts | 4 + .../src/commands/GetDocumentPathCommand.ts | 4 + .../src/commands/GetDocumentVersionCommand.ts | 4 + .../src/commands/GetFolderCommand.ts | 4 + .../src/commands/GetFolderPathCommand.ts | 4 + .../src/commands/GetResourcesCommand.ts | 4 + .../InitiateDocumentVersionUploadCommand.ts | 4 + .../RemoveAllResourcePermissionsCommand.ts | 4 + .../RemoveResourcePermissionCommand.ts | 4 + .../RestoreDocumentVersionsCommand.ts | 4 + .../src/commands/SearchResourcesCommand.ts | 4 + .../src/commands/UpdateDocumentCommand.ts | 4 + .../commands/UpdateDocumentVersionCommand.ts | 4 + .../src/commands/UpdateFolderCommand.ts | 4 + .../src/commands/UpdateUserCommand.ts | 4 + clients/client-workdocs/src/index.ts | 68 ++- .../src/models/WorkDocsServiceException.ts | 2 + clients/client-worklink/src/WorkLinkClient.ts | 6 +- .../src/commands/AssociateDomainCommand.ts | 4 + ...iateWebsiteAuthorizationProviderCommand.ts | 4 + ...ciateWebsiteCertificateAuthorityCommand.ts | 4 + .../src/commands/CreateFleetCommand.ts | 4 + .../src/commands/DeleteFleetCommand.ts | 4 + ...DescribeAuditStreamConfigurationCommand.ts | 4 + ...cribeCompanyNetworkConfigurationCommand.ts | 4 + .../src/commands/DescribeDeviceCommand.ts | 4 + ...escribeDevicePolicyConfigurationCommand.ts | 4 + .../src/commands/DescribeDomainCommand.ts | 4 + .../commands/DescribeFleetMetadataCommand.ts | 4 + ...ibeIdentityProviderConfigurationCommand.ts | 4 + ...cribeWebsiteCertificateAuthorityCommand.ts | 4 + .../src/commands/DisassociateDomainCommand.ts | 4 + ...iateWebsiteAuthorizationProviderCommand.ts | 4 + ...ciateWebsiteCertificateAuthorityCommand.ts | 4 + .../src/commands/ListDevicesCommand.ts | 4 + .../src/commands/ListDomainsCommand.ts | 4 + .../src/commands/ListFleetsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + ...istWebsiteAuthorizationProvidersCommand.ts | 4 + ...istWebsiteCertificateAuthoritiesCommand.ts | 4 + .../commands/RestoreDomainAccessCommand.ts | 4 + .../src/commands/RevokeDomainAccessCommand.ts | 4 + .../src/commands/SignOutUserCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateAuditStreamConfigurationCommand.ts | 4 + ...pdateCompanyNetworkConfigurationCommand.ts | 4 + .../UpdateDevicePolicyConfigurationCommand.ts | 4 + .../commands/UpdateDomainMetadataCommand.ts | 4 + .../commands/UpdateFleetMetadataCommand.ts | 4 + ...ateIdentityProviderConfigurationCommand.ts | 4 + clients/client-worklink/src/index.ts | 16 +- .../src/models/WorkLinkServiceException.ts | 2 + clients/client-workmail/src/WorkMailClient.ts | 6 +- .../AssociateDelegateToResourceCommand.ts | 4 + .../commands/AssociateMemberToGroupCommand.ts | 4 + .../AssumeImpersonationRoleCommand.ts | 4 + .../commands/CancelMailboxExportJobCommand.ts | 4 + .../src/commands/CreateAliasCommand.ts | 4 + .../CreateAvailabilityConfigurationCommand.ts | 4 + .../src/commands/CreateGroupCommand.ts | 4 + .../CreateImpersonationRoleCommand.ts | 4 + .../CreateMobileDeviceAccessRuleCommand.ts | 4 + .../src/commands/CreateOrganizationCommand.ts | 4 + .../src/commands/CreateResourceCommand.ts | 4 + .../src/commands/CreateUserCommand.ts | 4 + .../DeleteAccessControlRuleCommand.ts | 4 + .../src/commands/DeleteAliasCommand.ts | 4 + .../DeleteAvailabilityConfigurationCommand.ts | 4 + ...leteEmailMonitoringConfigurationCommand.ts | 4 + .../src/commands/DeleteGroupCommand.ts | 4 + .../DeleteImpersonationRoleCommand.ts | 4 + .../DeleteMailboxPermissionsCommand.ts | 4 + ...DeleteMobileDeviceAccessOverrideCommand.ts | 4 + .../DeleteMobileDeviceAccessRuleCommand.ts | 4 + .../src/commands/DeleteOrganizationCommand.ts | 4 + .../src/commands/DeleteResourceCommand.ts | 4 + .../commands/DeleteRetentionPolicyCommand.ts | 4 + .../src/commands/DeleteUserCommand.ts | 4 + .../commands/DeregisterFromWorkMailCommand.ts | 4 + .../commands/DeregisterMailDomainCommand.ts | 4 + ...ribeEmailMonitoringConfigurationCommand.ts | 4 + .../src/commands/DescribeGroupCommand.ts | 4 + .../DescribeInboundDmarcSettingsCommand.ts | 4 + .../DescribeMailboxExportJobCommand.ts | 4 + .../commands/DescribeOrganizationCommand.ts | 4 + .../src/commands/DescribeResourceCommand.ts | 4 + .../src/commands/DescribeUserCommand.ts | 4 + ...DisassociateDelegateFromResourceCommand.ts | 4 + .../DisassociateMemberFromGroupCommand.ts | 4 + .../commands/GetAccessControlEffectCommand.ts | 4 + .../GetDefaultRetentionPolicyCommand.ts | 4 + .../commands/GetImpersonationRoleCommand.ts | 4 + .../GetImpersonationRoleEffectCommand.ts | 4 + .../src/commands/GetMailDomainCommand.ts | 4 + .../src/commands/GetMailboxDetailsCommand.ts | 4 + .../GetMobileDeviceAccessEffectCommand.ts | 4 + .../GetMobileDeviceAccessOverrideCommand.ts | 4 + .../commands/ListAccessControlRulesCommand.ts | 4 + .../src/commands/ListAliasesCommand.ts | 4 + .../ListAvailabilityConfigurationsCommand.ts | 4 + .../src/commands/ListGroupMembersCommand.ts | 4 + .../src/commands/ListGroupsCommand.ts | 4 + .../commands/ListImpersonationRolesCommand.ts | 4 + .../src/commands/ListMailDomainsCommand.ts | 4 + .../commands/ListMailboxExportJobsCommand.ts | 4 + .../commands/ListMailboxPermissionsCommand.ts | 4 + .../ListMobileDeviceAccessOverridesCommand.ts | 4 + .../ListMobileDeviceAccessRulesCommand.ts | 4 + .../src/commands/ListOrganizationsCommand.ts | 4 + .../commands/ListResourceDelegatesCommand.ts | 4 + .../src/commands/ListResourcesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../src/commands/ListUsersCommand.ts | 4 + .../commands/PutAccessControlRuleCommand.ts | 4 + .../PutEmailMonitoringConfigurationCommand.ts | 4 + .../PutInboundDmarcSettingsCommand.ts | 4 + .../commands/PutMailboxPermissionsCommand.ts | 4 + .../PutMobileDeviceAccessOverrideCommand.ts | 4 + .../src/commands/PutRetentionPolicyCommand.ts | 4 + .../src/commands/RegisterMailDomainCommand.ts | 4 + .../src/commands/RegisterToWorkMailCommand.ts | 4 + .../src/commands/ResetPasswordCommand.ts | 4 + .../commands/StartMailboxExportJobCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../TestAvailabilityConfigurationCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../UpdateAvailabilityConfigurationCommand.ts | 4 + .../UpdateDefaultMailDomainCommand.ts | 4 + .../UpdateImpersonationRoleCommand.ts | 4 + .../src/commands/UpdateMailboxQuotaCommand.ts | 4 + .../UpdateMobileDeviceAccessRuleCommand.ts | 4 + .../UpdatePrimaryEmailAddressCommand.ts | 4 + .../src/commands/UpdateResourceCommand.ts | 4 + clients/client-workmail/src/index.ts | 45 +- .../src/models/WorkMailServiceException.ts | 2 + .../src/WorkMailMessageFlowClient.ts | 6 +- .../commands/GetRawMessageContentCommand.ts | 4 + .../commands/PutRawMessageContentCommand.ts | 4 + .../client-workmailmessageflow/src/index.ts | 12 +- .../WorkMailMessageFlowServiceException.ts | 2 + .../src/WorkSpacesWebClient.ts | 6 +- .../AssociateBrowserSettingsCommand.ts | 4 + .../AssociateNetworkSettingsCommand.ts | 4 + .../commands/AssociateTrustStoreCommand.ts | 4 + ...sociateUserAccessLoggingSettingsCommand.ts | 4 + .../commands/AssociateUserSettingsCommand.ts | 4 + .../commands/CreateBrowserSettingsCommand.ts | 4 + .../commands/CreateIdentityProviderCommand.ts | 4 + .../commands/CreateNetworkSettingsCommand.ts | 4 + .../src/commands/CreatePortalCommand.ts | 4 + .../src/commands/CreateTrustStoreCommand.ts | 4 + .../CreateUserAccessLoggingSettingsCommand.ts | 4 + .../src/commands/CreateUserSettingsCommand.ts | 4 + .../commands/DeleteBrowserSettingsCommand.ts | 4 + .../commands/DeleteIdentityProviderCommand.ts | 4 + .../commands/DeleteNetworkSettingsCommand.ts | 4 + .../src/commands/DeletePortalCommand.ts | 4 + .../src/commands/DeleteTrustStoreCommand.ts | 4 + .../DeleteUserAccessLoggingSettingsCommand.ts | 4 + .../src/commands/DeleteUserSettingsCommand.ts | 4 + .../DisassociateBrowserSettingsCommand.ts | 4 + .../DisassociateNetworkSettingsCommand.ts | 4 + .../commands/DisassociateTrustStoreCommand.ts | 4 + ...sociateUserAccessLoggingSettingsCommand.ts | 4 + .../DisassociateUserSettingsCommand.ts | 4 + .../src/commands/GetBrowserSettingsCommand.ts | 4 + .../commands/GetIdentityProviderCommand.ts | 4 + .../src/commands/GetNetworkSettingsCommand.ts | 4 + .../src/commands/GetPortalCommand.ts | 4 + ...GetPortalServiceProviderMetadataCommand.ts | 4 + .../GetTrustStoreCertificateCommand.ts | 4 + .../src/commands/GetTrustStoreCommand.ts | 4 + .../GetUserAccessLoggingSettingsCommand.ts | 4 + .../src/commands/GetUserSettingsCommand.ts | 4 + .../commands/ListBrowserSettingsCommand.ts | 4 + .../commands/ListIdentityProvidersCommand.ts | 4 + .../commands/ListNetworkSettingsCommand.ts | 4 + .../src/commands/ListPortalsCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../ListTrustStoreCertificatesCommand.ts | 4 + .../src/commands/ListTrustStoresCommand.ts | 4 + .../ListUserAccessLoggingSettingsCommand.ts | 4 + .../src/commands/ListUserSettingsCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../commands/UpdateBrowserSettingsCommand.ts | 4 + .../commands/UpdateIdentityProviderCommand.ts | 4 + .../commands/UpdateNetworkSettingsCommand.ts | 4 + .../src/commands/UpdatePortalCommand.ts | 4 + .../src/commands/UpdateTrustStoreCommand.ts | 4 + .../UpdateUserAccessLoggingSettingsCommand.ts | 4 + .../src/commands/UpdateUserSettingsCommand.ts | 4 + clients/client-workspaces-web/src/index.ts | 15 +- .../models/WorkSpacesWebServiceException.ts | 2 + .../client-workspaces/src/WorkSpacesClient.ts | 6 +- .../AssociateConnectionAliasCommand.ts | 4 + .../src/commands/AssociateIpGroupsCommand.ts | 4 + .../src/commands/AuthorizeIpRulesCommand.ts | 4 + .../src/commands/CopyWorkspaceImageCommand.ts | 4 + .../CreateConnectClientAddInCommand.ts | 4 + .../commands/CreateConnectionAliasCommand.ts | 4 + .../src/commands/CreateIpGroupCommand.ts | 4 + .../CreateStandbyWorkspacesCommand.ts | 4 + .../src/commands/CreateTagsCommand.ts | 4 + .../CreateUpdatedWorkspaceImageCommand.ts | 4 + .../commands/CreateWorkspaceBundleCommand.ts | 4 + .../commands/CreateWorkspaceImageCommand.ts | 4 + .../src/commands/CreateWorkspacesCommand.ts | 4 + .../commands/DeleteClientBrandingCommand.ts | 4 + .../DeleteConnectClientAddInCommand.ts | 4 + .../commands/DeleteConnectionAliasCommand.ts | 4 + .../src/commands/DeleteIpGroupCommand.ts | 4 + .../src/commands/DeleteTagsCommand.ts | 4 + .../commands/DeleteWorkspaceBundleCommand.ts | 4 + .../commands/DeleteWorkspaceImageCommand.ts | 4 + .../DeregisterWorkspaceDirectoryCommand.ts | 4 + .../src/commands/DescribeAccountCommand.ts | 4 + .../DescribeAccountModificationsCommand.ts | 4 + .../commands/DescribeClientBrandingCommand.ts | 4 + .../DescribeClientPropertiesCommand.ts | 4 + .../DescribeConnectClientAddInsCommand.ts | 4 + ...scribeConnectionAliasPermissionsCommand.ts | 4 + .../DescribeConnectionAliasesCommand.ts | 4 + .../src/commands/DescribeIpGroupsCommand.ts | 4 + .../src/commands/DescribeTagsCommand.ts | 4 + .../DescribeWorkspaceBundlesCommand.ts | 4 + .../DescribeWorkspaceDirectoriesCommand.ts | 4 + ...escribeWorkspaceImagePermissionsCommand.ts | 4 + .../DescribeWorkspaceImagesCommand.ts | 4 + .../DescribeWorkspaceSnapshotsCommand.ts | 4 + .../src/commands/DescribeWorkspacesCommand.ts | 4 + ...scribeWorkspacesConnectionStatusCommand.ts | 4 + .../DisassociateConnectionAliasCommand.ts | 4 + .../commands/DisassociateIpGroupsCommand.ts | 4 + .../commands/ImportClientBrandingCommand.ts | 4 + .../commands/ImportWorkspaceImageCommand.ts | 4 + ...istAvailableManagementCidrRangesCommand.ts | 4 + .../src/commands/MigrateWorkspaceCommand.ts | 4 + .../src/commands/ModifyAccountCommand.ts | 4 + ...fyCertificateBasedAuthPropertiesCommand.ts | 4 + .../commands/ModifyClientPropertiesCommand.ts | 4 + .../commands/ModifySamlPropertiesCommand.ts | 4 + .../ModifySelfservicePermissionsCommand.ts | 4 + .../ModifyWorkspaceAccessPropertiesCommand.ts | 4 + ...odifyWorkspaceCreationPropertiesCommand.ts | 4 + .../ModifyWorkspacePropertiesCommand.ts | 4 + .../commands/ModifyWorkspaceStateCommand.ts | 4 + .../src/commands/RebootWorkspacesCommand.ts | 4 + .../src/commands/RebuildWorkspacesCommand.ts | 4 + .../RegisterWorkspaceDirectoryCommand.ts | 4 + .../src/commands/RestoreWorkspaceCommand.ts | 4 + .../src/commands/RevokeIpRulesCommand.ts | 4 + .../src/commands/StartWorkspacesCommand.ts | 4 + .../src/commands/StopWorkspacesCommand.ts | 4 + .../commands/TerminateWorkspacesCommand.ts | 4 + .../UpdateConnectClientAddInCommand.ts | 4 + .../UpdateConnectionAliasPermissionCommand.ts | 4 + .../commands/UpdateRulesOfIpGroupCommand.ts | 4 + .../commands/UpdateWorkspaceBundleCommand.ts | 4 + .../UpdateWorkspaceImagePermissionCommand.ts | 4 + clients/client-workspaces/src/index.ts | 26 +- .../src/models/WorkSpacesServiceException.ts | 2 + clients/client-xray/src/XRayClient.ts | 6 +- .../src/commands/BatchGetTracesCommand.ts | 4 + .../src/commands/CreateGroupCommand.ts | 4 + .../src/commands/CreateSamplingRuleCommand.ts | 4 + .../src/commands/DeleteGroupCommand.ts | 4 + .../commands/DeleteResourcePolicyCommand.ts | 4 + .../src/commands/DeleteSamplingRuleCommand.ts | 4 + .../commands/GetEncryptionConfigCommand.ts | 4 + .../src/commands/GetGroupCommand.ts | 4 + .../src/commands/GetGroupsCommand.ts | 4 + .../src/commands/GetInsightCommand.ts | 4 + .../src/commands/GetInsightEventsCommand.ts | 4 + .../commands/GetInsightImpactGraphCommand.ts | 4 + .../commands/GetInsightSummariesCommand.ts | 4 + .../src/commands/GetSamplingRulesCommand.ts | 4 + .../GetSamplingStatisticSummariesCommand.ts | 4 + .../src/commands/GetSamplingTargetsCommand.ts | 4 + .../src/commands/GetServiceGraphCommand.ts | 4 + .../GetTimeSeriesServiceStatisticsCommand.ts | 4 + .../src/commands/GetTraceGraphCommand.ts | 4 + .../src/commands/GetTraceSummariesCommand.ts | 4 + .../commands/ListResourcePoliciesCommand.ts | 4 + .../commands/ListTagsForResourceCommand.ts | 4 + .../commands/PutEncryptionConfigCommand.ts | 4 + .../src/commands/PutResourcePolicyCommand.ts | 4 + .../commands/PutTelemetryRecordsCommand.ts | 4 + .../src/commands/PutTraceSegmentsCommand.ts | 4 + .../src/commands/TagResourceCommand.ts | 4 + .../src/commands/UntagResourceCommand.ts | 4 + .../src/commands/UpdateGroupCommand.ts | 4 + .../src/commands/UpdateSamplingRuleCommand.ts | 4 + clients/client-xray/src/index.ts | 11 +- .../src/models/XRayServiceException.ts | 2 + .../aws-echo-service/src/EchoServiceClient.ts | 6 +- .../src/commands/EchoCommand.ts | 4 + .../src/commands/LengthCommand.ts | 4 + private/aws-echo-service/src/index.ts | 1 + .../src/models/EchoServiceServiceException.ts | 2 + .../src/EC2ProtocolClient.ts | 6 +- .../src/commands/DatetimeOffsetsCommand.ts | 4 + .../EmptyInputAndEmptyOutputCommand.ts | 4 + .../src/commands/EndpointOperationCommand.ts | 4 + .../EndpointWithHostLabelOperationCommand.ts | 4 + .../src/commands/FractionalSecondsCommand.ts | 4 + .../src/commands/GreetingWithErrorsCommand.ts | 4 + .../commands/HostWithPathOperationCommand.ts | 4 + .../commands/IgnoresWrappingXmlNameCommand.ts | 4 + .../src/commands/NestedStructuresCommand.ts | 4 + .../src/commands/NoInputAndOutputCommand.ts | 4 + .../QueryIdempotencyTokenAutoFillCommand.ts | 4 + .../src/commands/QueryListsCommand.ts | 4 + .../src/commands/QueryTimestampsCommand.ts | 4 + .../src/commands/RecursiveXmlShapesCommand.ts | 4 + .../src/commands/SimpleInputParamsCommand.ts | 4 + .../SimpleScalarXmlPropertiesCommand.ts | 4 + .../src/commands/XmlBlobsCommand.ts | 4 + .../src/commands/XmlEmptyBlobsCommand.ts | 4 + .../src/commands/XmlEmptyListsCommand.ts | 4 + .../src/commands/XmlEnumsCommand.ts | 4 + .../src/commands/XmlIntEnumsCommand.ts | 4 + .../src/commands/XmlListsCommand.ts | 4 + .../src/commands/XmlNamespacesCommand.ts | 4 + .../src/commands/XmlTimestampsCommand.ts | 4 + private/aws-protocoltests-ec2/src/index.ts | 8 +- .../src/models/EC2ProtocolServiceException.ts | 2 + .../src/JSONRPC10Client.ts | 6 +- .../EmptyInputAndEmptyOutputCommand.ts | 4 + .../src/commands/EndpointOperationCommand.ts | 4 + .../EndpointWithHostLabelOperationCommand.ts | 4 + .../src/commands/GreetingWithErrorsCommand.ts | 4 + .../commands/HostWithPathOperationCommand.ts | 4 + .../src/commands/JsonUnionsCommand.ts | 4 + .../src/commands/NoInputAndNoOutputCommand.ts | 4 + .../src/commands/NoInputAndOutputCommand.ts | 4 + .../commands/SimpleScalarPropertiesCommand.ts | 4 + .../aws-protocoltests-json-10/src/index.ts | 3 +- .../src/models/JSONRPC10ServiceException.ts | 2 + .../src/JsonProtocolClient.ts | 6 +- .../src/commands/DatetimeOffsetsCommand.ts | 4 + .../src/commands/EmptyOperationCommand.ts | 4 + .../src/commands/EndpointOperationCommand.ts | 4 + .../EndpointWithHostLabelOperationCommand.ts | 4 + .../src/commands/FractionalSecondsCommand.ts | 4 + .../src/commands/GreetingWithErrorsCommand.ts | 4 + .../commands/HostWithPathOperationCommand.ts | 4 + .../src/commands/JsonEnumsCommand.ts | 4 + .../src/commands/JsonUnionsCommand.ts | 4 + .../commands/KitchenSinkOperationCommand.ts | 4 + .../src/commands/NullOperationCommand.ts | 4 + ...OperationWithOptionalInputOutputCommand.ts | 4 + .../PutAndGetInlineDocumentsCommand.ts | 4 + .../commands/SimpleScalarPropertiesCommand.ts | 4 + private/aws-protocoltests-json/src/index.ts | 3 +- .../models/JsonProtocolServiceException.ts | 2 + .../src/QueryProtocolClient.ts | 6 +- .../src/commands/DatetimeOffsetsCommand.ts | 4 + .../EmptyInputAndEmptyOutputCommand.ts | 4 + .../src/commands/EndpointOperationCommand.ts | 4 + .../EndpointWithHostLabelOperationCommand.ts | 4 + .../src/commands/FlattenedXmlMapCommand.ts | 4 + .../FlattenedXmlMapWithXmlNameCommand.ts | 4 + .../FlattenedXmlMapWithXmlNamespaceCommand.ts | 4 + .../src/commands/FractionalSecondsCommand.ts | 4 + .../src/commands/GreetingWithErrorsCommand.ts | 4 + .../commands/HostWithPathOperationCommand.ts | 4 + .../commands/IgnoresWrappingXmlNameCommand.ts | 4 + .../src/commands/NestedStructuresCommand.ts | 4 + .../src/commands/NoInputAndNoOutputCommand.ts | 4 + .../src/commands/NoInputAndOutputCommand.ts | 4 + .../QueryIdempotencyTokenAutoFillCommand.ts | 4 + .../src/commands/QueryListsCommand.ts | 4 + .../src/commands/QueryMapsCommand.ts | 4 + .../src/commands/QueryTimestampsCommand.ts | 4 + .../src/commands/RecursiveXmlShapesCommand.ts | 4 + .../src/commands/SimpleInputParamsCommand.ts | 4 + .../SimpleScalarXmlPropertiesCommand.ts | 4 + .../src/commands/XmlBlobsCommand.ts | 4 + .../src/commands/XmlEmptyBlobsCommand.ts | 4 + .../src/commands/XmlEmptyListsCommand.ts | 4 + .../src/commands/XmlEmptyMapsCommand.ts | 4 + .../src/commands/XmlEnumsCommand.ts | 4 + .../src/commands/XmlIntEnumsCommand.ts | 4 + .../src/commands/XmlListsCommand.ts | 4 + .../src/commands/XmlMapsCommand.ts | 4 + .../src/commands/XmlMapsXmlNameCommand.ts | 4 + .../src/commands/XmlNamespacesCommand.ts | 4 + .../src/commands/XmlTimestampsCommand.ts | 4 + private/aws-protocoltests-query/src/index.ts | 8 +- .../models/QueryProtocolServiceException.ts | 2 + .../src/RestJsonProtocolClient.ts | 6 +- .../commands/AllQueryStringTypesCommand.ts | 4 + .../ConstantAndVariableQueryStringCommand.ts | 4 + .../commands/ConstantQueryStringCommand.ts | 4 + .../src/commands/DatetimeOffsetsCommand.ts | 4 + .../commands/DocumentTypeAsPayloadCommand.ts | 4 + .../src/commands/DocumentTypeCommand.ts | 4 + .../EmptyInputAndEmptyOutputCommand.ts | 4 + .../src/commands/EndpointOperationCommand.ts | 4 + .../EndpointWithHostLabelOperationCommand.ts | 4 + .../src/commands/FractionalSecondsCommand.ts | 4 + .../src/commands/GreetingWithErrorsCommand.ts | 4 + .../commands/HostWithPathOperationCommand.ts | 4 + .../commands/HttpChecksumRequiredCommand.ts | 4 + .../src/commands/HttpEnumPayloadCommand.ts | 4 + .../src/commands/HttpPayloadTraitsCommand.ts | 4 + .../HttpPayloadTraitsWithMediaTypeCommand.ts | 4 + .../HttpPayloadWithStructureCommand.ts | 4 + .../src/commands/HttpPrefixHeadersCommand.ts | 4 + .../HttpPrefixHeadersInResponseCommand.ts | 4 + .../HttpRequestWithFloatLabelsCommand.ts | 4 + ...HttpRequestWithGreedyLabelInPathCommand.ts | 4 + ...uestWithLabelsAndTimestampFormatCommand.ts | 4 + .../commands/HttpRequestWithLabelsCommand.ts | 4 + .../HttpRequestWithRegexLiteralCommand.ts | 4 + .../src/commands/HttpResponseCodeCommand.ts | 4 + .../src/commands/HttpStringPayloadCommand.ts | 4 + .../IgnoreQueryParamsInResponseCommand.ts | 4 + .../InputAndOutputWithHeadersCommand.ts | 4 + .../src/commands/JsonBlobsCommand.ts | 4 + .../src/commands/JsonEnumsCommand.ts | 4 + .../src/commands/JsonIntEnumsCommand.ts | 4 + .../src/commands/JsonListsCommand.ts | 4 + .../src/commands/JsonMapsCommand.ts | 4 + .../src/commands/JsonTimestampsCommand.ts | 4 + .../src/commands/JsonUnionsCommand.ts | 4 + .../MalformedAcceptWithBodyCommand.ts | 4 + ...MalformedAcceptWithGenericStringCommand.ts | 4 + .../MalformedAcceptWithPayloadCommand.ts | 4 + .../src/commands/MalformedBlobCommand.ts | 4 + .../src/commands/MalformedBooleanCommand.ts | 4 + .../src/commands/MalformedByteCommand.ts | 4 + .../MalformedContentTypeWithBodyCommand.ts | 4 + ...rmedContentTypeWithGenericStringCommand.ts | 4 + .../MalformedContentTypeWithPayloadCommand.ts | 4 + .../MalformedContentTypeWithoutBodyCommand.ts | 4 + .../src/commands/MalformedDoubleCommand.ts | 4 + .../src/commands/MalformedFloatCommand.ts | 4 + .../src/commands/MalformedIntegerCommand.ts | 4 + .../src/commands/MalformedListCommand.ts | 4 + .../src/commands/MalformedLongCommand.ts | 4 + .../src/commands/MalformedMapCommand.ts | 4 + .../commands/MalformedRequestBodyCommand.ts | 4 + .../src/commands/MalformedShortCommand.ts | 4 + .../src/commands/MalformedStringCommand.ts | 4 + .../MalformedTimestampBodyDateTimeCommand.ts | 4 + .../MalformedTimestampBodyDefaultCommand.ts | 4 + .../MalformedTimestampBodyHttpDateCommand.ts | 4 + ...MalformedTimestampHeaderDateTimeCommand.ts | 4 + .../MalformedTimestampHeaderDefaultCommand.ts | 4 + .../MalformedTimestampHeaderEpochCommand.ts | 4 + .../MalformedTimestampPathDefaultCommand.ts | 4 + .../MalformedTimestampPathEpochCommand.ts | 4 + .../MalformedTimestampPathHttpDateCommand.ts | 4 + .../MalformedTimestampQueryDefaultCommand.ts | 4 + .../MalformedTimestampQueryEpochCommand.ts | 4 + .../MalformedTimestampQueryHttpDateCommand.ts | 4 + .../src/commands/MalformedUnionCommand.ts | 4 + .../src/commands/MediaTypeHeaderCommand.ts | 4 + .../src/commands/NoInputAndNoOutputCommand.ts | 4 + .../src/commands/NoInputAndOutputCommand.ts | 4 + .../NullAndEmptyHeadersClientCommand.ts | 4 + .../NullAndEmptyHeadersServerCommand.ts | 4 + .../OmitsNullSerializesEmptyStringCommand.ts | 4 + .../OmitsSerializingEmptyListsCommand.ts | 4 + .../src/commands/PostPlayerActionCommand.ts | 4 + .../commands/PostUnionWithJsonNameCommand.ts | 4 + .../QueryIdempotencyTokenAutoFillCommand.ts | 4 + .../QueryParamsAsStringListMapCommand.ts | 4 + .../src/commands/QueryPrecedenceCommand.ts | 4 + .../src/commands/RecursiveShapesCommand.ts | 4 + .../commands/SimpleScalarPropertiesCommand.ts | 4 + .../src/commands/StreamingTraitsCommand.ts | 4 + .../StreamingTraitsRequireLengthCommand.ts | 4 + .../StreamingTraitsWithMediaTypeCommand.ts | 4 + .../src/commands/TestBodyStructureCommand.ts | 4 + .../src/commands/TestNoPayloadCommand.ts | 4 + .../src/commands/TestPayloadBlobCommand.ts | 4 + .../commands/TestPayloadStructureCommand.ts | 4 + .../commands/TimestampFormatHeadersCommand.ts | 4 + .../src/commands/UnitInputAndOutputCommand.ts | 4 + .../aws-protocoltests-restjson/src/index.ts | 8 +- .../RestJsonProtocolServiceException.ts | 2 + .../src/RestXmlProtocolClient.ts | 6 +- .../commands/AllQueryStringTypesCommand.ts | 4 + .../src/commands/BodyWithXmlNameCommand.ts | 4 + .../ConstantAndVariableQueryStringCommand.ts | 4 + .../commands/ConstantQueryStringCommand.ts | 4 + .../src/commands/DatetimeOffsetsCommand.ts | 4 + .../EmptyInputAndEmptyOutputCommand.ts | 4 + .../src/commands/EndpointOperationCommand.ts | 4 + ...ointWithHostLabelHeaderOperationCommand.ts | 4 + .../EndpointWithHostLabelOperationCommand.ts | 4 + .../src/commands/FlattenedXmlMapCommand.ts | 4 + .../FlattenedXmlMapWithXmlNameCommand.ts | 4 + .../FlattenedXmlMapWithXmlNamespaceCommand.ts | 4 + .../src/commands/FractionalSecondsCommand.ts | 4 + .../src/commands/GreetingWithErrorsCommand.ts | 4 + .../src/commands/HttpPayloadTraitsCommand.ts | 4 + .../HttpPayloadTraitsWithMediaTypeCommand.ts | 4 + .../HttpPayloadWithMemberXmlNameCommand.ts | 4 + .../HttpPayloadWithStructureCommand.ts | 4 + .../commands/HttpPayloadWithXmlNameCommand.ts | 4 + ...PayloadWithXmlNamespaceAndPrefixCommand.ts | 4 + .../HttpPayloadWithXmlNamespaceCommand.ts | 4 + .../src/commands/HttpPrefixHeadersCommand.ts | 4 + .../HttpRequestWithFloatLabelsCommand.ts | 4 + ...HttpRequestWithGreedyLabelInPathCommand.ts | 4 + ...uestWithLabelsAndTimestampFormatCommand.ts | 4 + .../commands/HttpRequestWithLabelsCommand.ts | 4 + .../src/commands/HttpResponseCodeCommand.ts | 4 + .../IgnoreQueryParamsInResponseCommand.ts | 4 + .../InputAndOutputWithHeadersCommand.ts | 4 + .../src/commands/NestedXmlMapsCommand.ts | 4 + .../src/commands/NoInputAndNoOutputCommand.ts | 4 + .../src/commands/NoInputAndOutputCommand.ts | 4 + .../NullAndEmptyHeadersClientCommand.ts | 4 + .../NullAndEmptyHeadersServerCommand.ts | 4 + .../OmitsNullSerializesEmptyStringCommand.ts | 4 + .../QueryIdempotencyTokenAutoFillCommand.ts | 4 + .../QueryParamsAsStringListMapCommand.ts | 4 + .../src/commands/QueryPrecedenceCommand.ts | 4 + .../src/commands/RecursiveShapesCommand.ts | 4 + .../commands/SimpleScalarPropertiesCommand.ts | 4 + .../commands/TimestampFormatHeadersCommand.ts | 4 + .../src/commands/XmlAttributesCommand.ts | 4 + .../commands/XmlAttributesOnPayloadCommand.ts | 4 + .../src/commands/XmlBlobsCommand.ts | 4 + .../src/commands/XmlEmptyBlobsCommand.ts | 4 + .../src/commands/XmlEmptyListsCommand.ts | 4 + .../src/commands/XmlEmptyMapsCommand.ts | 4 + .../src/commands/XmlEmptyStringsCommand.ts | 4 + .../src/commands/XmlEnumsCommand.ts | 4 + .../src/commands/XmlIntEnumsCommand.ts | 4 + .../src/commands/XmlListsCommand.ts | 4 + .../src/commands/XmlMapsCommand.ts | 4 + .../src/commands/XmlMapsXmlNameCommand.ts | 4 + .../src/commands/XmlNamespacesCommand.ts | 4 + .../src/commands/XmlTimestampsCommand.ts | 4 + .../src/commands/XmlUnionsCommand.ts | 4 + .../aws-protocoltests-restxml/src/index.ts | 8 +- .../models/RestXmlProtocolServiceException.ts | 2 + private/aws-restjson-server/src/index.ts | 8 +- .../src/index.ts | 8 +- 14689 files changed, 66115 insertions(+), 1368 deletions(-) diff --git a/clients/client-accessanalyzer/src/AccessAnalyzerClient.ts b/clients/client-accessanalyzer/src/AccessAnalyzerClient.ts index a7ab7ab1338b4..ff696cb8210f6 100644 --- a/clients/client-accessanalyzer/src/AccessAnalyzerClient.ts +++ b/clients/client-accessanalyzer/src/AccessAnalyzerClient.ts @@ -111,6 +111,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -304,7 +306,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type AccessAnalyzerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type AccessAnalyzerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -323,7 +325,7 @@ export interface AccessAnalyzerClientConfig extends AccessAnalyzerClientConfigTy /** * @public */ -type AccessAnalyzerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type AccessAnalyzerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts index b28fc40bccb75..d67632c721a56 100644 --- a/clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ApplyArchiveRuleCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ApplyArchiveRuleRequest } from "../models/models_0"; import { de_ApplyArchiveRuleCommand, se_ApplyArchiveRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts b/clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts index 8ca3e9f302882..8377a863fdbfe 100644 --- a/clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts +++ b/clients/client-accessanalyzer/src/commands/CancelPolicyGenerationCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CancelPolicyGenerationRequest, CancelPolicyGenerationResponse } from "../models/models_0"; import { de_CancelPolicyGenerationCommand, se_CancelPolicyGenerationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts b/clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts index 5059741e33f51..97c66cda3befc 100644 --- a/clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts +++ b/clients/client-accessanalyzer/src/commands/CreateAccessPreviewCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateAccessPreviewRequest, CreateAccessPreviewResponse } from "../models/models_0"; import { de_CreateAccessPreviewCommand, se_CreateAccessPreviewCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts b/clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts index 266f403425df2..125eb5f3db9fa 100644 --- a/clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts +++ b/clients/client-accessanalyzer/src/commands/CreateAnalyzerCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateAnalyzerRequest, CreateAnalyzerResponse } from "../models/models_0"; import { de_CreateAnalyzerCommand, se_CreateAnalyzerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts index 29a9194e953d9..f51b04b9ae2a3 100644 --- a/clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/src/commands/CreateArchiveRuleCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateArchiveRuleRequest } from "../models/models_0"; import { de_CreateArchiveRuleCommand, se_CreateArchiveRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts b/clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts index bb523b6bf4673..b20c8213bb34a 100644 --- a/clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts +++ b/clients/client-accessanalyzer/src/commands/DeleteAnalyzerCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteAnalyzerRequest } from "../models/models_0"; import { de_DeleteAnalyzerCommand, se_DeleteAnalyzerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts index 6ec0e49ac9e8d..3ec1aaedfbaeb 100644 --- a/clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/src/commands/DeleteArchiveRuleCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteArchiveRuleRequest } from "../models/models_0"; import { de_DeleteArchiveRuleCommand, se_DeleteArchiveRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts b/clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts index da7ace142426e..c9a58efc8aa89 100644 --- a/clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetAccessPreviewCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetAccessPreviewRequest, GetAccessPreviewResponse } from "../models/models_0"; import { de_GetAccessPreviewCommand, se_GetAccessPreviewCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts b/clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts index b8c5699d44879..6ba42352e485c 100644 --- a/clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetAnalyzedResourceCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetAnalyzedResourceRequest, GetAnalyzedResourceResponse } from "../models/models_0"; import { de_GetAnalyzedResourceCommand, se_GetAnalyzedResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts b/clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts index beb23d612f5f1..93e7afdcc0183 100644 --- a/clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetAnalyzerCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetAnalyzerRequest, GetAnalyzerResponse } from "../models/models_0"; import { de_GetAnalyzerCommand, se_GetAnalyzerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts index 8c012b1d796a9..66f108ced18d4 100644 --- a/clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetArchiveRuleCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetArchiveRuleRequest, GetArchiveRuleResponse } from "../models/models_0"; import { de_GetArchiveRuleCommand, se_GetArchiveRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/GetFindingCommand.ts b/clients/client-accessanalyzer/src/commands/GetFindingCommand.ts index f8b5411dea340..14263053bab34 100644 --- a/clients/client-accessanalyzer/src/commands/GetFindingCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetFindingCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetFindingRequest, GetFindingResponse } from "../models/models_0"; import { de_GetFindingCommand, se_GetFindingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts b/clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts index 11718dc8b8df6..76c710c4cfacf 100644 --- a/clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts +++ b/clients/client-accessanalyzer/src/commands/GetGeneratedPolicyCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetGeneratedPolicyRequest, GetGeneratedPolicyResponse } from "../models/models_0"; import { de_GetGeneratedPolicyCommand, se_GetGeneratedPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts b/clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts index 2a74925a14992..9a383e912503e 100644 --- a/clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListAccessPreviewFindingsCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListAccessPreviewFindingsRequest, ListAccessPreviewFindingsResponse } from "../models/models_0"; import { de_ListAccessPreviewFindingsCommand, se_ListAccessPreviewFindingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts b/clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts index 09d459b764996..efe0213285d7c 100644 --- a/clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListAccessPreviewsCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListAccessPreviewsRequest, ListAccessPreviewsResponse } from "../models/models_0"; import { de_ListAccessPreviewsCommand, se_ListAccessPreviewsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts b/clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts index cd14378bd8a64..2f8ad88525ac8 100644 --- a/clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListAnalyzedResourcesCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListAnalyzedResourcesRequest, ListAnalyzedResourcesResponse } from "../models/models_0"; import { de_ListAnalyzedResourcesCommand, se_ListAnalyzedResourcesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts b/clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts index e4f72d6e13065..71e47f0091e7a 100644 --- a/clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListAnalyzersCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListAnalyzersRequest, ListAnalyzersResponse } from "../models/models_0"; import { de_ListAnalyzersCommand, se_ListAnalyzersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts b/clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts index 6c9170b04ac4a..d363f9a78d43a 100644 --- a/clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListArchiveRulesCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListArchiveRulesRequest, ListArchiveRulesResponse } from "../models/models_0"; import { de_ListArchiveRulesCommand, se_ListArchiveRulesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts b/clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts index 64dc8e0f9dee2..2b1943b41c64d 100644 --- a/clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListFindingsCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0"; import { de_ListFindingsCommand, se_ListFindingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/ListPolicyGenerationsCommand.ts b/clients/client-accessanalyzer/src/commands/ListPolicyGenerationsCommand.ts index 81457bac6c063..77c2f9112cdc0 100644 --- a/clients/client-accessanalyzer/src/commands/ListPolicyGenerationsCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListPolicyGenerationsCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListPolicyGenerationsRequest, ListPolicyGenerationsResponse } from "../models/models_0"; import { de_ListPolicyGenerationsCommand, se_ListPolicyGenerationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/ListTagsForResourceCommand.ts b/clients/client-accessanalyzer/src/commands/ListTagsForResourceCommand.ts index bbd851581dddc..f6a621a79a0a6 100644 --- a/clients/client-accessanalyzer/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/StartPolicyGenerationCommand.ts b/clients/client-accessanalyzer/src/commands/StartPolicyGenerationCommand.ts index 19f0b7dd75870..8359792dabef6 100644 --- a/clients/client-accessanalyzer/src/commands/StartPolicyGenerationCommand.ts +++ b/clients/client-accessanalyzer/src/commands/StartPolicyGenerationCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { StartPolicyGenerationRequest, StartPolicyGenerationResponse } from "../models/models_0"; import { de_StartPolicyGenerationCommand, se_StartPolicyGenerationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/StartResourceScanCommand.ts b/clients/client-accessanalyzer/src/commands/StartResourceScanCommand.ts index 59d702901c59e..08f3453660a53 100644 --- a/clients/client-accessanalyzer/src/commands/StartResourceScanCommand.ts +++ b/clients/client-accessanalyzer/src/commands/StartResourceScanCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { StartResourceScanRequest } from "../models/models_0"; import { de_StartResourceScanCommand, se_StartResourceScanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/TagResourceCommand.ts b/clients/client-accessanalyzer/src/commands/TagResourceCommand.ts index 6cb3ff8cb14ad..dd7d8ff26f7a7 100644 --- a/clients/client-accessanalyzer/src/commands/TagResourceCommand.ts +++ b/clients/client-accessanalyzer/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/UntagResourceCommand.ts b/clients/client-accessanalyzer/src/commands/UntagResourceCommand.ts index 56ab163f1f669..5dd3c3242cfc9 100644 --- a/clients/client-accessanalyzer/src/commands/UntagResourceCommand.ts +++ b/clients/client-accessanalyzer/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/UpdateArchiveRuleCommand.ts b/clients/client-accessanalyzer/src/commands/UpdateArchiveRuleCommand.ts index 195f9608b531c..229f8613ddf89 100644 --- a/clients/client-accessanalyzer/src/commands/UpdateArchiveRuleCommand.ts +++ b/clients/client-accessanalyzer/src/commands/UpdateArchiveRuleCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateArchiveRuleRequest } from "../models/models_0"; import { de_UpdateArchiveRuleCommand, se_UpdateArchiveRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/UpdateFindingsCommand.ts b/clients/client-accessanalyzer/src/commands/UpdateFindingsCommand.ts index 308d261d31be9..d521cc17d6db3 100644 --- a/clients/client-accessanalyzer/src/commands/UpdateFindingsCommand.ts +++ b/clients/client-accessanalyzer/src/commands/UpdateFindingsCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateFindingsRequest } from "../models/models_0"; import { de_UpdateFindingsCommand, se_UpdateFindingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/commands/ValidatePolicyCommand.ts b/clients/client-accessanalyzer/src/commands/ValidatePolicyCommand.ts index e84ab4be18c42..bf036c4b080c4 100644 --- a/clients/client-accessanalyzer/src/commands/ValidatePolicyCommand.ts +++ b/clients/client-accessanalyzer/src/commands/ValidatePolicyCommand.ts @@ -17,6 +17,10 @@ import { AccessAnalyzerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ValidatePolicyRequest, ValidatePolicyResponse } from "../models/models_0"; import { de_ValidatePolicyCommand, se_ValidatePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-accessanalyzer/src/index.ts b/clients/client-accessanalyzer/src/index.ts index c253b9f44f91f..b39833d515659 100644 --- a/clients/client-accessanalyzer/src/index.ts +++ b/clients/client-accessanalyzer/src/index.ts @@ -1,8 +1,22 @@ -export * from "./AccessAnalyzer"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Identity and Access Management Access Analyzer helps identify potential resource-access risks by enabling you to + * identify any policies that grant access to an external principal. It does this by using + * logic-based reasoning to analyze resource-based policies in your Amazon Web Services environment. An + * external principal can be another Amazon Web Services account, a root user, an IAM user or role, a + * federated user, an Amazon Web Services service, or an anonymous user. You can also use IAM Access Analyzer to + * preview and validate public and cross-account access to your resources before deploying + * permissions changes. This guide describes the Identity and Access Management Access Analyzer operations that you can + * call programmatically. For general information about IAM Access Analyzer, see Identity and Access Management Access Analyzer in the IAM User Guide.

+ *

To start using IAM Access Analyzer, you first need to create an analyzer.

+ * + * @packageDocumentation + */ export * from "./AccessAnalyzerClient"; +export * from "./AccessAnalyzer"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { AccessAnalyzerServiceException } from "./models/AccessAnalyzerServiceException"; diff --git a/clients/client-accessanalyzer/src/models/AccessAnalyzerServiceException.ts b/clients/client-accessanalyzer/src/models/AccessAnalyzerServiceException.ts index b0c85fd6512d6..de9ae10157bbf 100644 --- a/clients/client-accessanalyzer/src/models/AccessAnalyzerServiceException.ts +++ b/clients/client-accessanalyzer/src/models/AccessAnalyzerServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-account/src/AccountClient.ts b/clients/client-account/src/AccountClient.ts index 399c65ee8aaa7..5871868c23646 100644 --- a/clients/client-account/src/AccountClient.ts +++ b/clients/client-account/src/AccountClient.ts @@ -83,6 +83,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -238,7 +240,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type AccountClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type AccountClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -257,7 +259,7 @@ export interface AccountClientConfig extends AccountClientConfigType {} /** * @public */ -type AccountClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type AccountClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-account/src/commands/DeleteAlternateContactCommand.ts b/clients/client-account/src/commands/DeleteAlternateContactCommand.ts index 29f3b1c1f30f5..66abdb22e43b4 100644 --- a/clients/client-account/src/commands/DeleteAlternateContactCommand.ts +++ b/clients/client-account/src/commands/DeleteAlternateContactCommand.ts @@ -17,6 +17,10 @@ import { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteAlternateContactRequest } from "../models/models_0"; import { de_DeleteAlternateContactCommand, se_DeleteAlternateContactCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-account/src/commands/DisableRegionCommand.ts b/clients/client-account/src/commands/DisableRegionCommand.ts index 2cd251ac213fc..854aef1837817 100644 --- a/clients/client-account/src/commands/DisableRegionCommand.ts +++ b/clients/client-account/src/commands/DisableRegionCommand.ts @@ -17,6 +17,10 @@ import { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DisableRegionRequest } from "../models/models_0"; import { de_DisableRegionCommand, se_DisableRegionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-account/src/commands/EnableRegionCommand.ts b/clients/client-account/src/commands/EnableRegionCommand.ts index d324ea8973bc1..b298962dbe46f 100644 --- a/clients/client-account/src/commands/EnableRegionCommand.ts +++ b/clients/client-account/src/commands/EnableRegionCommand.ts @@ -17,6 +17,10 @@ import { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { EnableRegionRequest } from "../models/models_0"; import { de_EnableRegionCommand, se_EnableRegionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-account/src/commands/GetAlternateContactCommand.ts b/clients/client-account/src/commands/GetAlternateContactCommand.ts index eaefe482f9fbd..a3e6cc5980a28 100644 --- a/clients/client-account/src/commands/GetAlternateContactCommand.ts +++ b/clients/client-account/src/commands/GetAlternateContactCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetAlternateContactCommand, se_GetAlternateContactCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-account/src/commands/GetContactInformationCommand.ts b/clients/client-account/src/commands/GetContactInformationCommand.ts index ac0615e4cfea3..ef376e186289d 100644 --- a/clients/client-account/src/commands/GetContactInformationCommand.ts +++ b/clients/client-account/src/commands/GetContactInformationCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetContactInformationCommand, se_GetContactInformationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-account/src/commands/GetRegionOptStatusCommand.ts b/clients/client-account/src/commands/GetRegionOptStatusCommand.ts index 05992e5c5a930..1c093a2ef512c 100644 --- a/clients/client-account/src/commands/GetRegionOptStatusCommand.ts +++ b/clients/client-account/src/commands/GetRegionOptStatusCommand.ts @@ -17,6 +17,10 @@ import { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetRegionOptStatusRequest, GetRegionOptStatusResponse } from "../models/models_0"; import { de_GetRegionOptStatusCommand, se_GetRegionOptStatusCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-account/src/commands/ListRegionsCommand.ts b/clients/client-account/src/commands/ListRegionsCommand.ts index 32e6bc9708eaf..a2127cd037a8d 100644 --- a/clients/client-account/src/commands/ListRegionsCommand.ts +++ b/clients/client-account/src/commands/ListRegionsCommand.ts @@ -17,6 +17,10 @@ import { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListRegionsRequest, ListRegionsResponse } from "../models/models_0"; import { de_ListRegionsCommand, se_ListRegionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-account/src/commands/PutAlternateContactCommand.ts b/clients/client-account/src/commands/PutAlternateContactCommand.ts index a48cd44c9af2f..9bd310108c873 100644 --- a/clients/client-account/src/commands/PutAlternateContactCommand.ts +++ b/clients/client-account/src/commands/PutAlternateContactCommand.ts @@ -17,6 +17,10 @@ import { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { PutAlternateContactRequest, PutAlternateContactRequestFilterSensitiveLog } from "../models/models_0"; import { de_PutAlternateContactCommand, se_PutAlternateContactCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-account/src/commands/PutContactInformationCommand.ts b/clients/client-account/src/commands/PutContactInformationCommand.ts index 4d6ed3dd50b6f..ad6d945133810 100644 --- a/clients/client-account/src/commands/PutContactInformationCommand.ts +++ b/clients/client-account/src/commands/PutContactInformationCommand.ts @@ -17,6 +17,10 @@ import { AccountClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { PutContactInformationRequest, PutContactInformationRequestFilterSensitiveLog } from "../models/models_0"; import { de_PutContactInformationCommand, se_PutContactInformationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-account/src/index.ts b/clients/client-account/src/index.ts index 708203eb93911..7263374c0bc3d 100644 --- a/clients/client-account/src/index.ts +++ b/clients/client-account/src/index.ts @@ -1,8 +1,14 @@ -export * from "./Account"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Operations for Amazon Web Services Account Management

+ * + * @packageDocumentation + */ export * from "./AccountClient"; +export * from "./Account"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { AccountServiceException } from "./models/AccountServiceException"; diff --git a/clients/client-account/src/models/AccountServiceException.ts b/clients/client-account/src/models/AccountServiceException.ts index 1464c306d6006..9cd9a0b4b6b22 100644 --- a/clients/client-account/src/models/AccountServiceException.ts +++ b/clients/client-account/src/models/AccountServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-acm-pca/src/ACMPCAClient.ts b/clients/client-acm-pca/src/ACMPCAClient.ts index ab4a3aebdee97..c2f540c1aef50 100644 --- a/clients/client-acm-pca/src/ACMPCAClient.ts +++ b/clients/client-acm-pca/src/ACMPCAClient.ts @@ -121,6 +121,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -304,7 +306,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ACMPCAClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ACMPCAClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -323,7 +325,7 @@ export interface ACMPCAClientConfig extends ACMPCAClientConfigType {} /** * @public */ -type ACMPCAClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ACMPCAClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-acm-pca/src/commands/CreateCertificateAuthorityAuditReportCommand.ts b/clients/client-acm-pca/src/commands/CreateCertificateAuthorityAuditReportCommand.ts index e292084965896..83c45f68061b5 100644 --- a/clients/client-acm-pca/src/commands/CreateCertificateAuthorityAuditReportCommand.ts +++ b/clients/client-acm-pca/src/commands/CreateCertificateAuthorityAuditReportCommand.ts @@ -23,6 +23,10 @@ import { se_CreateCertificateAuthorityAuditReportCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts index af134b4af9ba1..a7b5deffe45f4 100644 --- a/clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/CreateCertificateAuthorityCommand.ts @@ -17,6 +17,10 @@ import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateCertificateAuthorityRequest, CreateCertificateAuthorityResponse } from "../models/models_0"; import { de_CreateCertificateAuthorityCommand, se_CreateCertificateAuthorityCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/commands/CreatePermissionCommand.ts b/clients/client-acm-pca/src/commands/CreatePermissionCommand.ts index d5aaf3df2eb35..0025ac151ac09 100644 --- a/clients/client-acm-pca/src/commands/CreatePermissionCommand.ts +++ b/clients/client-acm-pca/src/commands/CreatePermissionCommand.ts @@ -17,6 +17,10 @@ import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreatePermissionRequest } from "../models/models_0"; import { de_CreatePermissionCommand, se_CreatePermissionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/commands/DeleteCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/DeleteCertificateAuthorityCommand.ts index 6bc7af43bb157..78c8b682b63ab 100644 --- a/clients/client-acm-pca/src/commands/DeleteCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/DeleteCertificateAuthorityCommand.ts @@ -17,6 +17,10 @@ import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteCertificateAuthorityRequest } from "../models/models_0"; import { de_DeleteCertificateAuthorityCommand, se_DeleteCertificateAuthorityCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/commands/DeletePermissionCommand.ts b/clients/client-acm-pca/src/commands/DeletePermissionCommand.ts index 69da6d6493bbb..e5062b8dad597 100644 --- a/clients/client-acm-pca/src/commands/DeletePermissionCommand.ts +++ b/clients/client-acm-pca/src/commands/DeletePermissionCommand.ts @@ -17,6 +17,10 @@ import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeletePermissionRequest } from "../models/models_0"; import { de_DeletePermissionCommand, se_DeletePermissionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/commands/DeletePolicyCommand.ts b/clients/client-acm-pca/src/commands/DeletePolicyCommand.ts index 00bb4ecfd9b53..7598bacb6b127 100644 --- a/clients/client-acm-pca/src/commands/DeletePolicyCommand.ts +++ b/clients/client-acm-pca/src/commands/DeletePolicyCommand.ts @@ -17,6 +17,10 @@ import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeletePolicyRequest } from "../models/models_0"; import { de_DeletePolicyCommand, se_DeletePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityAuditReportCommand.ts b/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityAuditReportCommand.ts index d6e8e7467d1ec..3284b365bc184 100644 --- a/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityAuditReportCommand.ts +++ b/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityAuditReportCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeCertificateAuthorityAuditReportCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityCommand.ts index 95ffd6e2d1a54..2ac5e8e82f671 100644 --- a/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/DescribeCertificateAuthorityCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeCertificateAuthorityCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/commands/GetCertificateAuthorityCertificateCommand.ts b/clients/client-acm-pca/src/commands/GetCertificateAuthorityCertificateCommand.ts index ee86be97c4c35..aa6a14485101b 100644 --- a/clients/client-acm-pca/src/commands/GetCertificateAuthorityCertificateCommand.ts +++ b/clients/client-acm-pca/src/commands/GetCertificateAuthorityCertificateCommand.ts @@ -23,6 +23,10 @@ import { se_GetCertificateAuthorityCertificateCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/commands/GetCertificateAuthorityCsrCommand.ts b/clients/client-acm-pca/src/commands/GetCertificateAuthorityCsrCommand.ts index 7ee7f5e7f6b17..8cf83561a3d63 100644 --- a/clients/client-acm-pca/src/commands/GetCertificateAuthorityCsrCommand.ts +++ b/clients/client-acm-pca/src/commands/GetCertificateAuthorityCsrCommand.ts @@ -17,6 +17,10 @@ import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetCertificateAuthorityCsrRequest, GetCertificateAuthorityCsrResponse } from "../models/models_0"; import { de_GetCertificateAuthorityCsrCommand, se_GetCertificateAuthorityCsrCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/commands/GetCertificateCommand.ts b/clients/client-acm-pca/src/commands/GetCertificateCommand.ts index c58924c5e49b4..ab0c5558d1948 100644 --- a/clients/client-acm-pca/src/commands/GetCertificateCommand.ts +++ b/clients/client-acm-pca/src/commands/GetCertificateCommand.ts @@ -17,6 +17,10 @@ import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetCertificateRequest, GetCertificateResponse } from "../models/models_0"; import { de_GetCertificateCommand, se_GetCertificateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/commands/GetPolicyCommand.ts b/clients/client-acm-pca/src/commands/GetPolicyCommand.ts index 14d7e671c05a6..6dd00307ad66c 100644 --- a/clients/client-acm-pca/src/commands/GetPolicyCommand.ts +++ b/clients/client-acm-pca/src/commands/GetPolicyCommand.ts @@ -17,6 +17,10 @@ import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0"; import { de_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts b/clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts index 1cc09a333fe2d..950ac5814f8ed 100644 --- a/clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts +++ b/clients/client-acm-pca/src/commands/ImportCertificateAuthorityCertificateCommand.ts @@ -20,6 +20,10 @@ import { se_ImportCertificateAuthorityCertificateCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/commands/IssueCertificateCommand.ts b/clients/client-acm-pca/src/commands/IssueCertificateCommand.ts index d953ebba6b25e..e2b310c7328a8 100644 --- a/clients/client-acm-pca/src/commands/IssueCertificateCommand.ts +++ b/clients/client-acm-pca/src/commands/IssueCertificateCommand.ts @@ -17,6 +17,10 @@ import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { IssueCertificateRequest, IssueCertificateResponse } from "../models/models_0"; import { de_IssueCertificateCommand, se_IssueCertificateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/commands/ListCertificateAuthoritiesCommand.ts b/clients/client-acm-pca/src/commands/ListCertificateAuthoritiesCommand.ts index f5e87684e4429..c09c9e9f251b6 100644 --- a/clients/client-acm-pca/src/commands/ListCertificateAuthoritiesCommand.ts +++ b/clients/client-acm-pca/src/commands/ListCertificateAuthoritiesCommand.ts @@ -17,6 +17,10 @@ import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListCertificateAuthoritiesRequest, ListCertificateAuthoritiesResponse } from "../models/models_0"; import { de_ListCertificateAuthoritiesCommand, se_ListCertificateAuthoritiesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/commands/ListPermissionsCommand.ts b/clients/client-acm-pca/src/commands/ListPermissionsCommand.ts index 3a97e1168a350..e59d29908583e 100644 --- a/clients/client-acm-pca/src/commands/ListPermissionsCommand.ts +++ b/clients/client-acm-pca/src/commands/ListPermissionsCommand.ts @@ -17,6 +17,10 @@ import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0"; import { de_ListPermissionsCommand, se_ListPermissionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/commands/ListTagsCommand.ts b/clients/client-acm-pca/src/commands/ListTagsCommand.ts index ab1d821f9e804..9539f1ad5ba46 100644 --- a/clients/client-acm-pca/src/commands/ListTagsCommand.ts +++ b/clients/client-acm-pca/src/commands/ListTagsCommand.ts @@ -17,6 +17,10 @@ import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListTagsRequest, ListTagsResponse } from "../models/models_0"; import { de_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/commands/PutPolicyCommand.ts b/clients/client-acm-pca/src/commands/PutPolicyCommand.ts index fbade278c656c..6024b580d558c 100644 --- a/clients/client-acm-pca/src/commands/PutPolicyCommand.ts +++ b/clients/client-acm-pca/src/commands/PutPolicyCommand.ts @@ -17,6 +17,10 @@ import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { PutPolicyRequest } from "../models/models_0"; import { de_PutPolicyCommand, se_PutPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/commands/RestoreCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/RestoreCertificateAuthorityCommand.ts index d43ccf1e810e1..a34998df52839 100644 --- a/clients/client-acm-pca/src/commands/RestoreCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/RestoreCertificateAuthorityCommand.ts @@ -17,6 +17,10 @@ import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { RestoreCertificateAuthorityRequest } from "../models/models_0"; import { de_RestoreCertificateAuthorityCommand, se_RestoreCertificateAuthorityCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/commands/RevokeCertificateCommand.ts b/clients/client-acm-pca/src/commands/RevokeCertificateCommand.ts index 9a824f0d7f195..f750a2e58436a 100644 --- a/clients/client-acm-pca/src/commands/RevokeCertificateCommand.ts +++ b/clients/client-acm-pca/src/commands/RevokeCertificateCommand.ts @@ -17,6 +17,10 @@ import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { RevokeCertificateRequest } from "../models/models_0"; import { de_RevokeCertificateCommand, se_RevokeCertificateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/commands/TagCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/TagCertificateAuthorityCommand.ts index 8c6d4eb1f1002..3f077ea44ff8d 100644 --- a/clients/client-acm-pca/src/commands/TagCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/TagCertificateAuthorityCommand.ts @@ -17,6 +17,10 @@ import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { TagCertificateAuthorityRequest } from "../models/models_0"; import { de_TagCertificateAuthorityCommand, se_TagCertificateAuthorityCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/commands/UntagCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/UntagCertificateAuthorityCommand.ts index 494a23bfed17a..7cbefdfa4b363 100644 --- a/clients/client-acm-pca/src/commands/UntagCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/UntagCertificateAuthorityCommand.ts @@ -17,6 +17,10 @@ import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UntagCertificateAuthorityRequest } from "../models/models_0"; import { de_UntagCertificateAuthorityCommand, se_UntagCertificateAuthorityCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/commands/UpdateCertificateAuthorityCommand.ts b/clients/client-acm-pca/src/commands/UpdateCertificateAuthorityCommand.ts index 58f7a9f9121be..802e2da22b4fd 100644 --- a/clients/client-acm-pca/src/commands/UpdateCertificateAuthorityCommand.ts +++ b/clients/client-acm-pca/src/commands/UpdateCertificateAuthorityCommand.ts @@ -17,6 +17,10 @@ import { ACMPCAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateCertificateAuthorityRequest } from "../models/models_0"; import { de_UpdateCertificateAuthorityCommand, se_UpdateCertificateAuthorityCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm-pca/src/index.ts b/clients/client-acm-pca/src/index.ts index c0b6a9bb71540..8571cddd9695d 100644 --- a/clients/client-acm-pca/src/index.ts +++ b/clients/client-acm-pca/src/index.ts @@ -1,9 +1,30 @@ -export * from "./ACMPCA"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

This is the Amazon Web Services Private Certificate Authority API Reference. It provides descriptions, + * syntax, and usage examples for each of the actions and data types involved in creating + * and managing a private certificate authority (CA) for your organization.

+ *

The documentation for each action shows the API request parameters and the JSON + * response. Alternatively, you can use one of the Amazon Web Services SDKs to access an API that is + * tailored to the programming language or platform that you prefer. For more information, + * see Amazon Web Services SDKs.

+ *

Each Amazon Web Services Private CA API operation has a quota that determines the number of times the + * operation can be called per second. Amazon Web Services Private CA throttles API requests at different rates + * depending on the operation. Throttling means that Amazon Web Services Private CA rejects an otherwise valid + * request because the request exceeds the operation's quota for the number of requests per + * second. When a request is throttled, Amazon Web Services Private CA returns a ThrottlingException error. Amazon Web Services Private CA does not guarantee a minimum request + * rate for APIs.

+ *

To see an up-to-date list of your Amazon Web Services Private CA quotas, or to request a quota increase, + * log into your Amazon Web Services account and visit the Service Quotas + * console.

+ * + * @packageDocumentation + */ export * from "./ACMPCAClient"; +export * from "./ACMPCA"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { ACMPCAServiceException } from "./models/ACMPCAServiceException"; diff --git a/clients/client-acm-pca/src/models/ACMPCAServiceException.ts b/clients/client-acm-pca/src/models/ACMPCAServiceException.ts index 901875b20c4c9..096367f2d8c42 100644 --- a/clients/client-acm-pca/src/models/ACMPCAServiceException.ts +++ b/clients/client-acm-pca/src/models/ACMPCAServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-acm/src/ACMClient.ts b/clients/client-acm/src/ACMClient.ts index d9faead64b353..ae6033ab0d802 100644 --- a/clients/client-acm/src/ACMClient.ts +++ b/clients/client-acm/src/ACMClient.ts @@ -98,6 +98,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -265,7 +267,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ACMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ACMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -284,7 +286,7 @@ export interface ACMClientConfig extends ACMClientConfigType {} /** * @public */ -type ACMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ACMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-acm/src/commands/AddTagsToCertificateCommand.ts b/clients/client-acm/src/commands/AddTagsToCertificateCommand.ts index 9e19d6d8aef68..d10381ddaa5ff 100644 --- a/clients/client-acm/src/commands/AddTagsToCertificateCommand.ts +++ b/clients/client-acm/src/commands/AddTagsToCertificateCommand.ts @@ -17,6 +17,10 @@ import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AddTagsToCertificateRequest } from "../models/models_0"; import { de_AddTagsToCertificateCommand, se_AddTagsToCertificateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm/src/commands/DeleteCertificateCommand.ts b/clients/client-acm/src/commands/DeleteCertificateCommand.ts index beed64cfec2b7..33cdfb8ba9d9b 100644 --- a/clients/client-acm/src/commands/DeleteCertificateCommand.ts +++ b/clients/client-acm/src/commands/DeleteCertificateCommand.ts @@ -17,6 +17,10 @@ import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteCertificateRequest } from "../models/models_0"; import { de_DeleteCertificateCommand, se_DeleteCertificateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm/src/commands/DescribeCertificateCommand.ts b/clients/client-acm/src/commands/DescribeCertificateCommand.ts index bc8d39f84965e..caece5dadf7bb 100644 --- a/clients/client-acm/src/commands/DescribeCertificateCommand.ts +++ b/clients/client-acm/src/commands/DescribeCertificateCommand.ts @@ -17,6 +17,10 @@ import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeCertificateRequest, DescribeCertificateResponse } from "../models/models_0"; import { de_DescribeCertificateCommand, se_DescribeCertificateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm/src/commands/ExportCertificateCommand.ts b/clients/client-acm/src/commands/ExportCertificateCommand.ts index 9bb6e83535899..c9ba456729c09 100644 --- a/clients/client-acm/src/commands/ExportCertificateCommand.ts +++ b/clients/client-acm/src/commands/ExportCertificateCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_ExportCertificateCommand, se_ExportCertificateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm/src/commands/GetAccountConfigurationCommand.ts b/clients/client-acm/src/commands/GetAccountConfigurationCommand.ts index be6816493dfeb..179e0e5db5800 100644 --- a/clients/client-acm/src/commands/GetAccountConfigurationCommand.ts +++ b/clients/client-acm/src/commands/GetAccountConfigurationCommand.ts @@ -17,6 +17,10 @@ import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetAccountConfigurationResponse } from "../models/models_0"; import { de_GetAccountConfigurationCommand, se_GetAccountConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm/src/commands/GetCertificateCommand.ts b/clients/client-acm/src/commands/GetCertificateCommand.ts index 2928422d12167..8ff06a53255f5 100644 --- a/clients/client-acm/src/commands/GetCertificateCommand.ts +++ b/clients/client-acm/src/commands/GetCertificateCommand.ts @@ -17,6 +17,10 @@ import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetCertificateRequest, GetCertificateResponse } from "../models/models_0"; import { de_GetCertificateCommand, se_GetCertificateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm/src/commands/ImportCertificateCommand.ts b/clients/client-acm/src/commands/ImportCertificateCommand.ts index 6e9b6d95ec477..8920c22f7210c 100644 --- a/clients/client-acm/src/commands/ImportCertificateCommand.ts +++ b/clients/client-acm/src/commands/ImportCertificateCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ImportCertificateCommand, se_ImportCertificateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm/src/commands/ListCertificatesCommand.ts b/clients/client-acm/src/commands/ListCertificatesCommand.ts index 00479cab28d89..0ed9e3bdedd85 100644 --- a/clients/client-acm/src/commands/ListCertificatesCommand.ts +++ b/clients/client-acm/src/commands/ListCertificatesCommand.ts @@ -17,6 +17,10 @@ import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListCertificatesRequest, ListCertificatesResponse } from "../models/models_0"; import { de_ListCertificatesCommand, se_ListCertificatesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm/src/commands/ListTagsForCertificateCommand.ts b/clients/client-acm/src/commands/ListTagsForCertificateCommand.ts index 6c3b5e07ae507..2cfdf88be09ad 100644 --- a/clients/client-acm/src/commands/ListTagsForCertificateCommand.ts +++ b/clients/client-acm/src/commands/ListTagsForCertificateCommand.ts @@ -17,6 +17,10 @@ import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListTagsForCertificateRequest, ListTagsForCertificateResponse } from "../models/models_0"; import { de_ListTagsForCertificateCommand, se_ListTagsForCertificateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm/src/commands/PutAccountConfigurationCommand.ts b/clients/client-acm/src/commands/PutAccountConfigurationCommand.ts index 7ad2f78bbcbf6..eec9ce4b90221 100644 --- a/clients/client-acm/src/commands/PutAccountConfigurationCommand.ts +++ b/clients/client-acm/src/commands/PutAccountConfigurationCommand.ts @@ -17,6 +17,10 @@ import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutAccountConfigurationRequest } from "../models/models_0"; import { de_PutAccountConfigurationCommand, se_PutAccountConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm/src/commands/RemoveTagsFromCertificateCommand.ts b/clients/client-acm/src/commands/RemoveTagsFromCertificateCommand.ts index 1cf457ef6447c..f629cfe77d0c4 100644 --- a/clients/client-acm/src/commands/RemoveTagsFromCertificateCommand.ts +++ b/clients/client-acm/src/commands/RemoveTagsFromCertificateCommand.ts @@ -17,6 +17,10 @@ import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RemoveTagsFromCertificateRequest } from "../models/models_0"; import { de_RemoveTagsFromCertificateCommand, se_RemoveTagsFromCertificateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm/src/commands/RenewCertificateCommand.ts b/clients/client-acm/src/commands/RenewCertificateCommand.ts index cc168339866f7..008985279ad5e 100644 --- a/clients/client-acm/src/commands/RenewCertificateCommand.ts +++ b/clients/client-acm/src/commands/RenewCertificateCommand.ts @@ -17,6 +17,10 @@ import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RenewCertificateRequest } from "../models/models_0"; import { de_RenewCertificateCommand, se_RenewCertificateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm/src/commands/RequestCertificateCommand.ts b/clients/client-acm/src/commands/RequestCertificateCommand.ts index 9647838601edc..b4f609700030e 100644 --- a/clients/client-acm/src/commands/RequestCertificateCommand.ts +++ b/clients/client-acm/src/commands/RequestCertificateCommand.ts @@ -17,6 +17,10 @@ import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RequestCertificateRequest, RequestCertificateResponse } from "../models/models_0"; import { de_RequestCertificateCommand, se_RequestCertificateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm/src/commands/ResendValidationEmailCommand.ts b/clients/client-acm/src/commands/ResendValidationEmailCommand.ts index de414e9dbdaa3..5f4fa0949075a 100644 --- a/clients/client-acm/src/commands/ResendValidationEmailCommand.ts +++ b/clients/client-acm/src/commands/ResendValidationEmailCommand.ts @@ -17,6 +17,10 @@ import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ResendValidationEmailRequest } from "../models/models_0"; import { de_ResendValidationEmailCommand, se_ResendValidationEmailCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm/src/commands/UpdateCertificateOptionsCommand.ts b/clients/client-acm/src/commands/UpdateCertificateOptionsCommand.ts index b23f9d6a66f17..8b00276aaacaa 100644 --- a/clients/client-acm/src/commands/UpdateCertificateOptionsCommand.ts +++ b/clients/client-acm/src/commands/UpdateCertificateOptionsCommand.ts @@ -17,6 +17,10 @@ import { ACMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateCertificateOptionsRequest } from "../models/models_0"; import { de_UpdateCertificateOptionsCommand, se_UpdateCertificateOptionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-acm/src/index.ts b/clients/client-acm/src/index.ts index 84aca45f0af29..8188593b712b5 100644 --- a/clients/client-acm/src/index.ts +++ b/clients/client-acm/src/index.ts @@ -1,9 +1,17 @@ -export * from "./ACM"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Certificate Manager + *

You can use Certificate Manager (ACM) to manage SSL/TLS certificates for your Amazon Web Services-based websites + * and applications. For more information about using ACM, see the Certificate Manager User Guide.

+ * + * @packageDocumentation + */ export * from "./ACMClient"; +export * from "./ACM"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { ACMServiceException } from "./models/ACMServiceException"; diff --git a/clients/client-acm/src/models/ACMServiceException.ts b/clients/client-acm/src/models/ACMServiceException.ts index 98f3c2683c924..0fa744a78013f 100644 --- a/clients/client-acm/src/models/ACMServiceException.ts +++ b/clients/client-acm/src/models/ACMServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-alexa-for-business/src/AlexaForBusinessClient.ts b/clients/client-alexa-for-business/src/AlexaForBusinessClient.ts index 29a550997324f..95eeb3865c371 100644 --- a/clients/client-alexa-for-business/src/AlexaForBusinessClient.ts +++ b/clients/client-alexa-for-business/src/AlexaForBusinessClient.ts @@ -269,6 +269,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -592,7 +594,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type AlexaForBusinessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type AlexaForBusinessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -611,7 +613,7 @@ export interface AlexaForBusinessClientConfig extends AlexaForBusinessClientConf /** * @public */ -type AlexaForBusinessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type AlexaForBusinessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-alexa-for-business/src/commands/ApproveSkillCommand.ts b/clients/client-alexa-for-business/src/commands/ApproveSkillCommand.ts index 130bbac0acaee..859324fa41461 100644 --- a/clients/client-alexa-for-business/src/commands/ApproveSkillCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ApproveSkillCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ApproveSkillRequest, ApproveSkillResponse } from "../models/models_0"; import { de_ApproveSkillCommand, se_ApproveSkillCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/AssociateContactWithAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateContactWithAddressBookCommand.ts index ab3562f5b8d41..43e68a277264d 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateContactWithAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateContactWithAddressBookCommand.ts @@ -20,6 +20,10 @@ import { se_AssociateContactWithAddressBookCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/AssociateDeviceWithNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateDeviceWithNetworkProfileCommand.ts index ba248baa00315..d7bed610e5a36 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateDeviceWithNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateDeviceWithNetworkProfileCommand.ts @@ -23,6 +23,10 @@ import { se_AssociateDeviceWithNetworkProfileCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/AssociateDeviceWithRoomCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateDeviceWithRoomCommand.ts index 978790a3e2b36..ad51671069887 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateDeviceWithRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateDeviceWithRoomCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { AssociateDeviceWithRoomRequest, AssociateDeviceWithRoomResponse } from "../models/models_0"; import { de_AssociateDeviceWithRoomCommand, se_AssociateDeviceWithRoomCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/AssociateSkillGroupWithRoomCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateSkillGroupWithRoomCommand.ts index abd85a46a4d56..0d5022512eef4 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateSkillGroupWithRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateSkillGroupWithRoomCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { AssociateSkillGroupWithRoomRequest, AssociateSkillGroupWithRoomResponse } from "../models/models_0"; import { de_AssociateSkillGroupWithRoomCommand, se_AssociateSkillGroupWithRoomCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/AssociateSkillWithSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateSkillWithSkillGroupCommand.ts index 0f1484e6fbfbf..767c51becfcee 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateSkillWithSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateSkillWithSkillGroupCommand.ts @@ -20,6 +20,10 @@ import { se_AssociateSkillWithSkillGroupCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/AssociateSkillWithUsersCommand.ts b/clients/client-alexa-for-business/src/commands/AssociateSkillWithUsersCommand.ts index eb04c96fab046..472cf8525387f 100644 --- a/clients/client-alexa-for-business/src/commands/AssociateSkillWithUsersCommand.ts +++ b/clients/client-alexa-for-business/src/commands/AssociateSkillWithUsersCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { AssociateSkillWithUsersRequest, AssociateSkillWithUsersResponse } from "../models/models_0"; import { de_AssociateSkillWithUsersCommand, se_AssociateSkillWithUsersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/CreateAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/CreateAddressBookCommand.ts index 6c10d5f9a759f..ff30e097f7d84 100644 --- a/clients/client-alexa-for-business/src/commands/CreateAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateAddressBookCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateAddressBookRequest, CreateAddressBookResponse } from "../models/models_0"; import { de_CreateAddressBookCommand, se_CreateAddressBookCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/CreateBusinessReportScheduleCommand.ts b/clients/client-alexa-for-business/src/commands/CreateBusinessReportScheduleCommand.ts index 4e242069a11fe..10b1f1246c619 100644 --- a/clients/client-alexa-for-business/src/commands/CreateBusinessReportScheduleCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateBusinessReportScheduleCommand.ts @@ -20,6 +20,10 @@ import { se_CreateBusinessReportScheduleCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/CreateConferenceProviderCommand.ts b/clients/client-alexa-for-business/src/commands/CreateConferenceProviderCommand.ts index 5d2b2c1509ecc..cb05d95a05a22 100644 --- a/clients/client-alexa-for-business/src/commands/CreateConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateConferenceProviderCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateConferenceProviderRequest, CreateConferenceProviderResponse } from "../models/models_0"; import { de_CreateConferenceProviderCommand, se_CreateConferenceProviderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/CreateContactCommand.ts b/clients/client-alexa-for-business/src/commands/CreateContactCommand.ts index 1559864024391..90936598020b1 100644 --- a/clients/client-alexa-for-business/src/commands/CreateContactCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateContactCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateContactCommand, se_CreateContactCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/CreateGatewayGroupCommand.ts b/clients/client-alexa-for-business/src/commands/CreateGatewayGroupCommand.ts index 24c8c62db46f6..bc169908ee8c3 100644 --- a/clients/client-alexa-for-business/src/commands/CreateGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateGatewayGroupCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateGatewayGroupRequest, CreateGatewayGroupResponse } from "../models/models_0"; import { de_CreateGatewayGroupCommand, se_CreateGatewayGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/CreateNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/CreateNetworkProfileCommand.ts index 9ab4003abd7e0..911fc518f69fd 100644 --- a/clients/client-alexa-for-business/src/commands/CreateNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateNetworkProfileCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateNetworkProfileCommand, se_CreateNetworkProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/CreateProfileCommand.ts b/clients/client-alexa-for-business/src/commands/CreateProfileCommand.ts index fc33093805a95..09c1c580b74cc 100644 --- a/clients/client-alexa-for-business/src/commands/CreateProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateProfileCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateProfileRequest, CreateProfileResponse } from "../models/models_0"; import { de_CreateProfileCommand, se_CreateProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/CreateRoomCommand.ts b/clients/client-alexa-for-business/src/commands/CreateRoomCommand.ts index a3364ce592f94..a525ff4ad294b 100644 --- a/clients/client-alexa-for-business/src/commands/CreateRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateRoomCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateRoomRequest, CreateRoomResponse } from "../models/models_0"; import { de_CreateRoomCommand, se_CreateRoomCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/CreateSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/CreateSkillGroupCommand.ts index f6a0f34b9d06a..62aae426f19e5 100644 --- a/clients/client-alexa-for-business/src/commands/CreateSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateSkillGroupCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateSkillGroupRequest, CreateSkillGroupResponse } from "../models/models_0"; import { de_CreateSkillGroupCommand, se_CreateSkillGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/CreateUserCommand.ts b/clients/client-alexa-for-business/src/commands/CreateUserCommand.ts index 1419f95083a68..1c05ada8c1ba3 100644 --- a/clients/client-alexa-for-business/src/commands/CreateUserCommand.ts +++ b/clients/client-alexa-for-business/src/commands/CreateUserCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateUserRequest, CreateUserResponse } from "../models/models_0"; import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/DeleteAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteAddressBookCommand.ts index df4bb647a8b0a..cee331570964c 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteAddressBookCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteAddressBookRequest, DeleteAddressBookResponse } from "../models/models_0"; import { de_DeleteAddressBookCommand, se_DeleteAddressBookCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/DeleteBusinessReportScheduleCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteBusinessReportScheduleCommand.ts index 73da7a459aecd..54ff69436b999 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteBusinessReportScheduleCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteBusinessReportScheduleCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteBusinessReportScheduleCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/DeleteConferenceProviderCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteConferenceProviderCommand.ts index 7e387c1d89e2b..2d74220e2d3f8 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteConferenceProviderCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteConferenceProviderRequest, DeleteConferenceProviderResponse } from "../models/models_0"; import { de_DeleteConferenceProviderCommand, se_DeleteConferenceProviderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/DeleteContactCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteContactCommand.ts index 0031473921d41..d586a265587ea 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteContactCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteContactCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteContactRequest, DeleteContactResponse } from "../models/models_0"; import { de_DeleteContactCommand, se_DeleteContactCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/DeleteDeviceCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteDeviceCommand.ts index 0a2e24172441c..26368bf74d854 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteDeviceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteDeviceCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteDeviceRequest, DeleteDeviceResponse } from "../models/models_0"; import { de_DeleteDeviceCommand, se_DeleteDeviceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/DeleteDeviceUsageDataCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteDeviceUsageDataCommand.ts index cab73b8e51f28..3e8e89bc916d5 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteDeviceUsageDataCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteDeviceUsageDataCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteDeviceUsageDataRequest, DeleteDeviceUsageDataResponse } from "../models/models_0"; import { de_DeleteDeviceUsageDataCommand, se_DeleteDeviceUsageDataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/DeleteGatewayGroupCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteGatewayGroupCommand.ts index dcdc2b2f05e0e..9ac9234e35055 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteGatewayGroupCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteGatewayGroupRequest, DeleteGatewayGroupResponse } from "../models/models_0"; import { de_DeleteGatewayGroupCommand, se_DeleteGatewayGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/DeleteNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteNetworkProfileCommand.ts index d2cae77b5da7e..82a2fd7aa6335 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteNetworkProfileCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteNetworkProfileRequest, DeleteNetworkProfileResponse } from "../models/models_0"; import { de_DeleteNetworkProfileCommand, se_DeleteNetworkProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/DeleteProfileCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteProfileCommand.ts index 3b553b5c46cb7..93e170826c8b0 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteProfileCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteProfileRequest, DeleteProfileResponse } from "../models/models_0"; import { de_DeleteProfileCommand, se_DeleteProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/DeleteRoomCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteRoomCommand.ts index a5520b0e03926..12a0bb7b13230 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteRoomCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteRoomRequest, DeleteRoomResponse } from "../models/models_0"; import { de_DeleteRoomCommand, se_DeleteRoomCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/DeleteRoomSkillParameterCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteRoomSkillParameterCommand.ts index b3d7afc8a2793..ab24a18983b23 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteRoomSkillParameterCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteRoomSkillParameterCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteRoomSkillParameterRequest, DeleteRoomSkillParameterResponse } from "../models/models_0"; import { de_DeleteRoomSkillParameterCommand, se_DeleteRoomSkillParameterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/DeleteSkillAuthorizationCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteSkillAuthorizationCommand.ts index 937b1cd3cc637..ae4b080b8a304 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteSkillAuthorizationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteSkillAuthorizationCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteSkillAuthorizationRequest, DeleteSkillAuthorizationResponse } from "../models/models_0"; import { de_DeleteSkillAuthorizationCommand, se_DeleteSkillAuthorizationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/DeleteSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteSkillGroupCommand.ts index 1bd4e2ab9b0b4..a033a2766787e 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteSkillGroupCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteSkillGroupRequest, DeleteSkillGroupResponse } from "../models/models_0"; import { de_DeleteSkillGroupCommand, se_DeleteSkillGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/DeleteUserCommand.ts b/clients/client-alexa-for-business/src/commands/DeleteUserCommand.ts index 1847dba9a892a..6fe162e5f040c 100644 --- a/clients/client-alexa-for-business/src/commands/DeleteUserCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DeleteUserCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteUserRequest, DeleteUserResponse } from "../models/models_0"; import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/DisassociateContactFromAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateContactFromAddressBookCommand.ts index 2fc6ad8b10e9e..f42bd66294708 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateContactFromAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateContactFromAddressBookCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateContactFromAddressBookCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/DisassociateDeviceFromRoomCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateDeviceFromRoomCommand.ts index 712971f9331b0..eb6e93a7d2aa2 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateDeviceFromRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateDeviceFromRoomCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DisassociateDeviceFromRoomRequest, DisassociateDeviceFromRoomResponse } from "../models/models_0"; import { de_DisassociateDeviceFromRoomCommand, se_DisassociateDeviceFromRoomCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/DisassociateSkillFromSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateSkillFromSkillGroupCommand.ts index c399b11f1ab2f..ffd26e69aaf74 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateSkillFromSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateSkillFromSkillGroupCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateSkillFromSkillGroupCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/DisassociateSkillFromUsersCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateSkillFromUsersCommand.ts index 8fe66b5906c1d..22e552cf8e211 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateSkillFromUsersCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateSkillFromUsersCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DisassociateSkillFromUsersRequest, DisassociateSkillFromUsersResponse } from "../models/models_0"; import { de_DisassociateSkillFromUsersCommand, se_DisassociateSkillFromUsersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/DisassociateSkillGroupFromRoomCommand.ts b/clients/client-alexa-for-business/src/commands/DisassociateSkillGroupFromRoomCommand.ts index 2c2f8b789b363..f70dcfc9c6790 100644 --- a/clients/client-alexa-for-business/src/commands/DisassociateSkillGroupFromRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/DisassociateSkillGroupFromRoomCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateSkillGroupFromRoomCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/ForgetSmartHomeAppliancesCommand.ts b/clients/client-alexa-for-business/src/commands/ForgetSmartHomeAppliancesCommand.ts index 4f6521dcd88ba..2a1584e250c8f 100644 --- a/clients/client-alexa-for-business/src/commands/ForgetSmartHomeAppliancesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ForgetSmartHomeAppliancesCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ForgetSmartHomeAppliancesRequest, ForgetSmartHomeAppliancesResponse } from "../models/models_0"; import { de_ForgetSmartHomeAppliancesCommand, se_ForgetSmartHomeAppliancesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/GetAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/GetAddressBookCommand.ts index a267364d6e7a8..befa2532d1529 100644 --- a/clients/client-alexa-for-business/src/commands/GetAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetAddressBookCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetAddressBookRequest, GetAddressBookResponse } from "../models/models_0"; import { de_GetAddressBookCommand, se_GetAddressBookCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/GetConferencePreferenceCommand.ts b/clients/client-alexa-for-business/src/commands/GetConferencePreferenceCommand.ts index 2069feb761c7b..3aa54b0ec3b68 100644 --- a/clients/client-alexa-for-business/src/commands/GetConferencePreferenceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetConferencePreferenceCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetConferencePreferenceRequest, GetConferencePreferenceResponse } from "../models/models_0"; import { de_GetConferencePreferenceCommand, se_GetConferencePreferenceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/GetConferenceProviderCommand.ts b/clients/client-alexa-for-business/src/commands/GetConferenceProviderCommand.ts index b98dbc5166015..0a2b823229f2e 100644 --- a/clients/client-alexa-for-business/src/commands/GetConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetConferenceProviderCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetConferenceProviderRequest, GetConferenceProviderResponse } from "../models/models_0"; import { de_GetConferenceProviderCommand, se_GetConferenceProviderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/GetContactCommand.ts b/clients/client-alexa-for-business/src/commands/GetContactCommand.ts index 54b290457cd73..a4e3602215b9f 100644 --- a/clients/client-alexa-for-business/src/commands/GetContactCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetContactCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetContactRequest, GetContactResponse, GetContactResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetContactCommand, se_GetContactCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/GetDeviceCommand.ts b/clients/client-alexa-for-business/src/commands/GetDeviceCommand.ts index c5341879b9c60..d4092f458403a 100644 --- a/clients/client-alexa-for-business/src/commands/GetDeviceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetDeviceCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetDeviceRequest, GetDeviceResponse } from "../models/models_0"; import { de_GetDeviceCommand, se_GetDeviceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/GetGatewayCommand.ts b/clients/client-alexa-for-business/src/commands/GetGatewayCommand.ts index bd4dcaa1265f0..31bb87872c6ac 100644 --- a/clients/client-alexa-for-business/src/commands/GetGatewayCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetGatewayCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetGatewayRequest, GetGatewayResponse } from "../models/models_0"; import { de_GetGatewayCommand, se_GetGatewayCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/GetGatewayGroupCommand.ts b/clients/client-alexa-for-business/src/commands/GetGatewayGroupCommand.ts index 73148243707cf..ca8e1f27298b9 100644 --- a/clients/client-alexa-for-business/src/commands/GetGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetGatewayGroupCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetGatewayGroupRequest, GetGatewayGroupResponse } from "../models/models_0"; import { de_GetGatewayGroupCommand, se_GetGatewayGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/GetInvitationConfigurationCommand.ts b/clients/client-alexa-for-business/src/commands/GetInvitationConfigurationCommand.ts index 1b4dd090c7664..50d032d79a05c 100644 --- a/clients/client-alexa-for-business/src/commands/GetInvitationConfigurationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetInvitationConfigurationCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetInvitationConfigurationRequest, GetInvitationConfigurationResponse } from "../models/models_0"; import { de_GetInvitationConfigurationCommand, se_GetInvitationConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/GetNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/GetNetworkProfileCommand.ts index aa355e6b8b401..316293d1dd412 100644 --- a/clients/client-alexa-for-business/src/commands/GetNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetNetworkProfileCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetNetworkProfileCommand, se_GetNetworkProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/GetProfileCommand.ts b/clients/client-alexa-for-business/src/commands/GetProfileCommand.ts index ddd7af7ab631e..07f91960d1b07 100644 --- a/clients/client-alexa-for-business/src/commands/GetProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetProfileCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetProfileRequest, GetProfileResponse } from "../models/models_0"; import { de_GetProfileCommand, se_GetProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/GetRoomCommand.ts b/clients/client-alexa-for-business/src/commands/GetRoomCommand.ts index b24c198ad7486..ecfbe8f447d8f 100644 --- a/clients/client-alexa-for-business/src/commands/GetRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetRoomCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetRoomRequest, GetRoomResponse } from "../models/models_0"; import { de_GetRoomCommand, se_GetRoomCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/GetRoomSkillParameterCommand.ts b/clients/client-alexa-for-business/src/commands/GetRoomSkillParameterCommand.ts index 712cfa5aa1c8b..6445b700ce2d3 100644 --- a/clients/client-alexa-for-business/src/commands/GetRoomSkillParameterCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetRoomSkillParameterCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetRoomSkillParameterRequest, GetRoomSkillParameterResponse } from "../models/models_0"; import { de_GetRoomSkillParameterCommand, se_GetRoomSkillParameterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/GetSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/GetSkillGroupCommand.ts index 9cd596840367b..3a1da63d76952 100644 --- a/clients/client-alexa-for-business/src/commands/GetSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/GetSkillGroupCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetSkillGroupRequest, GetSkillGroupResponse } from "../models/models_0"; import { de_GetSkillGroupCommand, se_GetSkillGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/ListBusinessReportSchedulesCommand.ts b/clients/client-alexa-for-business/src/commands/ListBusinessReportSchedulesCommand.ts index 54195eef7d251..edb904fbdae58 100644 --- a/clients/client-alexa-for-business/src/commands/ListBusinessReportSchedulesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListBusinessReportSchedulesCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListBusinessReportSchedulesRequest, ListBusinessReportSchedulesResponse } from "../models/models_0"; import { de_ListBusinessReportSchedulesCommand, se_ListBusinessReportSchedulesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/ListConferenceProvidersCommand.ts b/clients/client-alexa-for-business/src/commands/ListConferenceProvidersCommand.ts index f257ab85d7a83..77b2f6cab2684 100644 --- a/clients/client-alexa-for-business/src/commands/ListConferenceProvidersCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListConferenceProvidersCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListConferenceProvidersRequest, ListConferenceProvidersResponse } from "../models/models_0"; import { de_ListConferenceProvidersCommand, se_ListConferenceProvidersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/ListDeviceEventsCommand.ts b/clients/client-alexa-for-business/src/commands/ListDeviceEventsCommand.ts index b20578cf9278b..d64feb7f458f8 100644 --- a/clients/client-alexa-for-business/src/commands/ListDeviceEventsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListDeviceEventsCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListDeviceEventsRequest, ListDeviceEventsResponse } from "../models/models_0"; import { de_ListDeviceEventsCommand, se_ListDeviceEventsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/ListGatewayGroupsCommand.ts b/clients/client-alexa-for-business/src/commands/ListGatewayGroupsCommand.ts index db8ecaff071a5..cb195f1938a90 100644 --- a/clients/client-alexa-for-business/src/commands/ListGatewayGroupsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListGatewayGroupsCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListGatewayGroupsRequest, ListGatewayGroupsResponse } from "../models/models_0"; import { de_ListGatewayGroupsCommand, se_ListGatewayGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/ListGatewaysCommand.ts b/clients/client-alexa-for-business/src/commands/ListGatewaysCommand.ts index 313638eb6c328..ef6d91afa4cbf 100644 --- a/clients/client-alexa-for-business/src/commands/ListGatewaysCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListGatewaysCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListGatewaysRequest, ListGatewaysResponse } from "../models/models_0"; import { de_ListGatewaysCommand, se_ListGatewaysCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/ListSkillsCommand.ts b/clients/client-alexa-for-business/src/commands/ListSkillsCommand.ts index b4a53b3c07664..bf56996ea4eab 100644 --- a/clients/client-alexa-for-business/src/commands/ListSkillsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListSkillsCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListSkillsRequest, ListSkillsResponse } from "../models/models_0"; import { de_ListSkillsCommand, se_ListSkillsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/ListSkillsStoreCategoriesCommand.ts b/clients/client-alexa-for-business/src/commands/ListSkillsStoreCategoriesCommand.ts index fd559a40312ea..0f3080fbc42ee 100644 --- a/clients/client-alexa-for-business/src/commands/ListSkillsStoreCategoriesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListSkillsStoreCategoriesCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListSkillsStoreCategoriesRequest, ListSkillsStoreCategoriesResponse } from "../models/models_0"; import { de_ListSkillsStoreCategoriesCommand, se_ListSkillsStoreCategoriesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/ListSkillsStoreSkillsByCategoryCommand.ts b/clients/client-alexa-for-business/src/commands/ListSkillsStoreSkillsByCategoryCommand.ts index 660ad26b90cde..355741119a21d 100644 --- a/clients/client-alexa-for-business/src/commands/ListSkillsStoreSkillsByCategoryCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListSkillsStoreSkillsByCategoryCommand.ts @@ -20,6 +20,10 @@ import { se_ListSkillsStoreSkillsByCategoryCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/ListSmartHomeAppliancesCommand.ts b/clients/client-alexa-for-business/src/commands/ListSmartHomeAppliancesCommand.ts index d882a28d93ecd..f21a13a5f5d80 100644 --- a/clients/client-alexa-for-business/src/commands/ListSmartHomeAppliancesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListSmartHomeAppliancesCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListSmartHomeAppliancesRequest, ListSmartHomeAppliancesResponse } from "../models/models_0"; import { de_ListSmartHomeAppliancesCommand, se_ListSmartHomeAppliancesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/ListTagsCommand.ts b/clients/client-alexa-for-business/src/commands/ListTagsCommand.ts index 867e5fd54df9f..3241745e735cb 100644 --- a/clients/client-alexa-for-business/src/commands/ListTagsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ListTagsCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListTagsRequest, ListTagsResponse } from "../models/models_0"; import { de_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/PutConferencePreferenceCommand.ts b/clients/client-alexa-for-business/src/commands/PutConferencePreferenceCommand.ts index ab7953d1b3777..605406132ef7e 100644 --- a/clients/client-alexa-for-business/src/commands/PutConferencePreferenceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/PutConferencePreferenceCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { PutConferencePreferenceRequest, PutConferencePreferenceResponse } from "../models/models_0"; import { de_PutConferencePreferenceCommand, se_PutConferencePreferenceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/PutInvitationConfigurationCommand.ts b/clients/client-alexa-for-business/src/commands/PutInvitationConfigurationCommand.ts index 32968c7875a0f..b4190181b00f1 100644 --- a/clients/client-alexa-for-business/src/commands/PutInvitationConfigurationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/PutInvitationConfigurationCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { PutInvitationConfigurationRequest, PutInvitationConfigurationResponse } from "../models/models_0"; import { de_PutInvitationConfigurationCommand, se_PutInvitationConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/PutRoomSkillParameterCommand.ts b/clients/client-alexa-for-business/src/commands/PutRoomSkillParameterCommand.ts index 4ff39c400bfc4..1ddd88e71b22e 100644 --- a/clients/client-alexa-for-business/src/commands/PutRoomSkillParameterCommand.ts +++ b/clients/client-alexa-for-business/src/commands/PutRoomSkillParameterCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { PutRoomSkillParameterRequest, PutRoomSkillParameterResponse } from "../models/models_0"; import { de_PutRoomSkillParameterCommand, se_PutRoomSkillParameterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/PutSkillAuthorizationCommand.ts b/clients/client-alexa-for-business/src/commands/PutSkillAuthorizationCommand.ts index 35df7af08d2e5..8fd6683c835fb 100644 --- a/clients/client-alexa-for-business/src/commands/PutSkillAuthorizationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/PutSkillAuthorizationCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_PutSkillAuthorizationCommand, se_PutSkillAuthorizationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/RegisterAVSDeviceCommand.ts b/clients/client-alexa-for-business/src/commands/RegisterAVSDeviceCommand.ts index 5624c4f46ea00..954e4bd15fbff 100644 --- a/clients/client-alexa-for-business/src/commands/RegisterAVSDeviceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/RegisterAVSDeviceCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { RegisterAVSDeviceRequest, RegisterAVSDeviceResponse } from "../models/models_0"; import { de_RegisterAVSDeviceCommand, se_RegisterAVSDeviceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/RejectSkillCommand.ts b/clients/client-alexa-for-business/src/commands/RejectSkillCommand.ts index 993885a968ca3..d787ab1ea40d2 100644 --- a/clients/client-alexa-for-business/src/commands/RejectSkillCommand.ts +++ b/clients/client-alexa-for-business/src/commands/RejectSkillCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { RejectSkillRequest, RejectSkillResponse } from "../models/models_0"; import { de_RejectSkillCommand, se_RejectSkillCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/ResolveRoomCommand.ts b/clients/client-alexa-for-business/src/commands/ResolveRoomCommand.ts index d4400361ed4e6..245fa14eec55c 100644 --- a/clients/client-alexa-for-business/src/commands/ResolveRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/ResolveRoomCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ResolveRoomRequest, ResolveRoomResponse } from "../models/models_0"; import { de_ResolveRoomCommand, se_ResolveRoomCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/RevokeInvitationCommand.ts b/clients/client-alexa-for-business/src/commands/RevokeInvitationCommand.ts index 5c97f9045158c..71aad4bd1ad56 100644 --- a/clients/client-alexa-for-business/src/commands/RevokeInvitationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/RevokeInvitationCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { RevokeInvitationRequest, RevokeInvitationResponse } from "../models/models_0"; import { de_RevokeInvitationCommand, se_RevokeInvitationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/SearchAddressBooksCommand.ts b/clients/client-alexa-for-business/src/commands/SearchAddressBooksCommand.ts index b4cb8466b21c3..566257e4f897f 100644 --- a/clients/client-alexa-for-business/src/commands/SearchAddressBooksCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchAddressBooksCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { SearchAddressBooksRequest, SearchAddressBooksResponse } from "../models/models_0"; import { de_SearchAddressBooksCommand, se_SearchAddressBooksCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/SearchContactsCommand.ts b/clients/client-alexa-for-business/src/commands/SearchContactsCommand.ts index fca5ec30a3752..1f26184612d75 100644 --- a/clients/client-alexa-for-business/src/commands/SearchContactsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchContactsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_SearchContactsCommand, se_SearchContactsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/SearchDevicesCommand.ts b/clients/client-alexa-for-business/src/commands/SearchDevicesCommand.ts index ceecffdfc99bc..648cae091e0ce 100644 --- a/clients/client-alexa-for-business/src/commands/SearchDevicesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchDevicesCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { SearchDevicesRequest, SearchDevicesResponse } from "../models/models_0"; import { de_SearchDevicesCommand, se_SearchDevicesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/SearchNetworkProfilesCommand.ts b/clients/client-alexa-for-business/src/commands/SearchNetworkProfilesCommand.ts index beafeb7fd2718..8016b24313d34 100644 --- a/clients/client-alexa-for-business/src/commands/SearchNetworkProfilesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchNetworkProfilesCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { SearchNetworkProfilesRequest, SearchNetworkProfilesResponse } from "../models/models_0"; import { de_SearchNetworkProfilesCommand, se_SearchNetworkProfilesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/SearchProfilesCommand.ts b/clients/client-alexa-for-business/src/commands/SearchProfilesCommand.ts index ae459e0b826e1..6c69a61d794e4 100644 --- a/clients/client-alexa-for-business/src/commands/SearchProfilesCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchProfilesCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { SearchProfilesRequest, SearchProfilesResponse } from "../models/models_0"; import { de_SearchProfilesCommand, se_SearchProfilesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/SearchRoomsCommand.ts b/clients/client-alexa-for-business/src/commands/SearchRoomsCommand.ts index ad102a11efbeb..b313c44f96da2 100644 --- a/clients/client-alexa-for-business/src/commands/SearchRoomsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchRoomsCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { SearchRoomsRequest, SearchRoomsResponse } from "../models/models_0"; import { de_SearchRoomsCommand, se_SearchRoomsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/SearchSkillGroupsCommand.ts b/clients/client-alexa-for-business/src/commands/SearchSkillGroupsCommand.ts index a92849ec3e8b0..dfc7c424c0a21 100644 --- a/clients/client-alexa-for-business/src/commands/SearchSkillGroupsCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchSkillGroupsCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { SearchSkillGroupsRequest, SearchSkillGroupsResponse } from "../models/models_0"; import { de_SearchSkillGroupsCommand, se_SearchSkillGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/SearchUsersCommand.ts b/clients/client-alexa-for-business/src/commands/SearchUsersCommand.ts index 5ee502a1c7a92..bb8eaff3eaa05 100644 --- a/clients/client-alexa-for-business/src/commands/SearchUsersCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SearchUsersCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { SearchUsersRequest, SearchUsersResponse } from "../models/models_0"; import { de_SearchUsersCommand, se_SearchUsersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/SendAnnouncementCommand.ts b/clients/client-alexa-for-business/src/commands/SendAnnouncementCommand.ts index 1dd7fb369a333..8c4f79e13117f 100644 --- a/clients/client-alexa-for-business/src/commands/SendAnnouncementCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SendAnnouncementCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { SendAnnouncementRequest, SendAnnouncementResponse } from "../models/models_0"; import { de_SendAnnouncementCommand, se_SendAnnouncementCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/SendInvitationCommand.ts b/clients/client-alexa-for-business/src/commands/SendInvitationCommand.ts index 5e4d30a62fdd2..a3254314d437f 100644 --- a/clients/client-alexa-for-business/src/commands/SendInvitationCommand.ts +++ b/clients/client-alexa-for-business/src/commands/SendInvitationCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { SendInvitationRequest, SendInvitationResponse } from "../models/models_0"; import { de_SendInvitationCommand, se_SendInvitationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/StartDeviceSyncCommand.ts b/clients/client-alexa-for-business/src/commands/StartDeviceSyncCommand.ts index 4628040a9f0a2..bd5f6e88e10f2 100644 --- a/clients/client-alexa-for-business/src/commands/StartDeviceSyncCommand.ts +++ b/clients/client-alexa-for-business/src/commands/StartDeviceSyncCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { StartDeviceSyncRequest, StartDeviceSyncResponse } from "../models/models_0"; import { de_StartDeviceSyncCommand, se_StartDeviceSyncCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/StartSmartHomeApplianceDiscoveryCommand.ts b/clients/client-alexa-for-business/src/commands/StartSmartHomeApplianceDiscoveryCommand.ts index 554d601b4d8db..c022a3ea37e15 100644 --- a/clients/client-alexa-for-business/src/commands/StartSmartHomeApplianceDiscoveryCommand.ts +++ b/clients/client-alexa-for-business/src/commands/StartSmartHomeApplianceDiscoveryCommand.ts @@ -20,6 +20,10 @@ import { se_StartSmartHomeApplianceDiscoveryCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/TagResourceCommand.ts b/clients/client-alexa-for-business/src/commands/TagResourceCommand.ts index d84b2ab24057f..1c2088ce1c149 100644 --- a/clients/client-alexa-for-business/src/commands/TagResourceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/UntagResourceCommand.ts b/clients/client-alexa-for-business/src/commands/UntagResourceCommand.ts index ae41cef754b9e..f2011c4b8ec99 100644 --- a/clients/client-alexa-for-business/src/commands/UntagResourceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/UpdateAddressBookCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateAddressBookCommand.ts index 2e70d51090a53..9a9b9e0c04147 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateAddressBookCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateAddressBookCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateAddressBookRequest, UpdateAddressBookResponse } from "../models/models_0"; import { de_UpdateAddressBookCommand, se_UpdateAddressBookCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/UpdateBusinessReportScheduleCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateBusinessReportScheduleCommand.ts index 46e4881c94463..633c07dd568c1 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateBusinessReportScheduleCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateBusinessReportScheduleCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateBusinessReportScheduleCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/UpdateConferenceProviderCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateConferenceProviderCommand.ts index 3b4b7fcdb8a0a..a7d7cb2444f6c 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateConferenceProviderCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateConferenceProviderCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateConferenceProviderRequest, UpdateConferenceProviderResponse } from "../models/models_0"; import { de_UpdateConferenceProviderCommand, se_UpdateConferenceProviderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/UpdateContactCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateContactCommand.ts index f3cfd15f7a03d..4ed0ae87e59b2 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateContactCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateContactCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateContactCommand, se_UpdateContactCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/UpdateDeviceCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateDeviceCommand.ts index 1427655b3d566..e9693fbe3fe69 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateDeviceCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateDeviceCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateDeviceRequest, UpdateDeviceResponse } from "../models/models_0"; import { de_UpdateDeviceCommand, se_UpdateDeviceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/UpdateGatewayCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateGatewayCommand.ts index 6d62cc6a4a007..067e54ee7bcdf 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateGatewayCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateGatewayCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateGatewayRequest, UpdateGatewayResponse } from "../models/models_0"; import { de_UpdateGatewayCommand, se_UpdateGatewayCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/UpdateGatewayGroupCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateGatewayGroupCommand.ts index 7f7c70e49de75..d78c45434ff05 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateGatewayGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateGatewayGroupCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateGatewayGroupRequest, UpdateGatewayGroupResponse } from "../models/models_0"; import { de_UpdateGatewayGroupCommand, se_UpdateGatewayGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/UpdateNetworkProfileCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateNetworkProfileCommand.ts index fd911917d5ccc..3776e6066aa7c 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateNetworkProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateNetworkProfileCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateNetworkProfileCommand, se_UpdateNetworkProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/UpdateProfileCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateProfileCommand.ts index 937ae67c6ae2a..acddfb4494113 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateProfileCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateProfileCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateProfileRequest, UpdateProfileResponse } from "../models/models_0"; import { de_UpdateProfileCommand, se_UpdateProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/UpdateRoomCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateRoomCommand.ts index 148731d24d769..db7951c338eb4 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateRoomCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateRoomCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateRoomRequest, UpdateRoomResponse } from "../models/models_0"; import { de_UpdateRoomCommand, se_UpdateRoomCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/commands/UpdateSkillGroupCommand.ts b/clients/client-alexa-for-business/src/commands/UpdateSkillGroupCommand.ts index 3edc5e85cc764..47261490f080e 100644 --- a/clients/client-alexa-for-business/src/commands/UpdateSkillGroupCommand.ts +++ b/clients/client-alexa-for-business/src/commands/UpdateSkillGroupCommand.ts @@ -17,6 +17,10 @@ import { AlexaForBusinessClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateSkillGroupRequest, UpdateSkillGroupResponse } from "../models/models_0"; import { de_UpdateSkillGroupCommand, se_UpdateSkillGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-alexa-for-business/src/index.ts b/clients/client-alexa-for-business/src/index.ts index 9feb2eb6694c9..110278753e939 100644 --- a/clients/client-alexa-for-business/src/index.ts +++ b/clients/client-alexa-for-business/src/index.ts @@ -1,8 +1,21 @@ -export * from "./AlexaForBusiness"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Alexa for Business helps you use Alexa in your organization. Alexa for Business provides you with the tools + * to manage Alexa devices, enroll your users, and assign skills, at scale. You can build your + * own context-aware voice skills using the Alexa Skills Kit and the Alexa for Business API operations. + * You can also make these available as private skills for your organization. Alexa for Business makes it + * efficient to voice-enable your products and services, thus providing context-aware voice + * experiences for your customers. Device makers building with the Alexa Voice Service (AVS) + * can create fully integrated solutions, register their products with Alexa for Business, and manage them + * as shared devices in their organization.

+ * + * @packageDocumentation + */ export * from "./AlexaForBusinessClient"; +export * from "./AlexaForBusiness"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { AlexaForBusinessServiceException } from "./models/AlexaForBusinessServiceException"; diff --git a/clients/client-alexa-for-business/src/models/AlexaForBusinessServiceException.ts b/clients/client-alexa-for-business/src/models/AlexaForBusinessServiceException.ts index 5a8f94a88ef5f..4c721cce48879 100644 --- a/clients/client-alexa-for-business/src/models/AlexaForBusinessServiceException.ts +++ b/clients/client-alexa-for-business/src/models/AlexaForBusinessServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-amp/src/AmpClient.ts b/clients/client-amp/src/AmpClient.ts index cd7a681097fb6..9f9e3cde2fc09 100644 --- a/clients/client-amp/src/AmpClient.ts +++ b/clients/client-amp/src/AmpClient.ts @@ -125,6 +125,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -304,7 +306,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type AmpClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type AmpClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -323,7 +325,7 @@ export interface AmpClientConfig extends AmpClientConfigType {} /** * @public */ -type AmpClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type AmpClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-amp/src/commands/CreateAlertManagerDefinitionCommand.ts b/clients/client-amp/src/commands/CreateAlertManagerDefinitionCommand.ts index 0aed1dcbf62e1..cc8d336a6b1ee 100644 --- a/clients/client-amp/src/commands/CreateAlertManagerDefinitionCommand.ts +++ b/clients/client-amp/src/commands/CreateAlertManagerDefinitionCommand.ts @@ -20,6 +20,10 @@ import { se_CreateAlertManagerDefinitionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amp/src/commands/CreateLoggingConfigurationCommand.ts b/clients/client-amp/src/commands/CreateLoggingConfigurationCommand.ts index 49a231a97ea43..af123ad2a1622 100644 --- a/clients/client-amp/src/commands/CreateLoggingConfigurationCommand.ts +++ b/clients/client-amp/src/commands/CreateLoggingConfigurationCommand.ts @@ -17,6 +17,10 @@ import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateLoggingConfigurationRequest, CreateLoggingConfigurationResponse } from "../models/models_0"; import { de_CreateLoggingConfigurationCommand, se_CreateLoggingConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amp/src/commands/CreateRuleGroupsNamespaceCommand.ts b/clients/client-amp/src/commands/CreateRuleGroupsNamespaceCommand.ts index 7a70341ff8f5f..c7bce37fb93e2 100644 --- a/clients/client-amp/src/commands/CreateRuleGroupsNamespaceCommand.ts +++ b/clients/client-amp/src/commands/CreateRuleGroupsNamespaceCommand.ts @@ -17,6 +17,10 @@ import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateRuleGroupsNamespaceRequest, CreateRuleGroupsNamespaceResponse } from "../models/models_0"; import { de_CreateRuleGroupsNamespaceCommand, se_CreateRuleGroupsNamespaceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amp/src/commands/CreateWorkspaceCommand.ts b/clients/client-amp/src/commands/CreateWorkspaceCommand.ts index 67c740ba59bbb..7b7c619b61ca6 100644 --- a/clients/client-amp/src/commands/CreateWorkspaceCommand.ts +++ b/clients/client-amp/src/commands/CreateWorkspaceCommand.ts @@ -17,6 +17,10 @@ import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateWorkspaceRequest, CreateWorkspaceResponse } from "../models/models_0"; import { de_CreateWorkspaceCommand, se_CreateWorkspaceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amp/src/commands/DeleteAlertManagerDefinitionCommand.ts b/clients/client-amp/src/commands/DeleteAlertManagerDefinitionCommand.ts index cf005749f75ff..36677500c2a8f 100644 --- a/clients/client-amp/src/commands/DeleteAlertManagerDefinitionCommand.ts +++ b/clients/client-amp/src/commands/DeleteAlertManagerDefinitionCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteAlertManagerDefinitionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amp/src/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-amp/src/commands/DeleteLoggingConfigurationCommand.ts index 508dc4cad0215..d438d7ddbc9e5 100644 --- a/clients/client-amp/src/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-amp/src/commands/DeleteLoggingConfigurationCommand.ts @@ -17,6 +17,10 @@ import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteLoggingConfigurationRequest } from "../models/models_0"; import { de_DeleteLoggingConfigurationCommand, se_DeleteLoggingConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amp/src/commands/DeleteRuleGroupsNamespaceCommand.ts b/clients/client-amp/src/commands/DeleteRuleGroupsNamespaceCommand.ts index 9c04c8badb27e..ca69b9e8bb231 100644 --- a/clients/client-amp/src/commands/DeleteRuleGroupsNamespaceCommand.ts +++ b/clients/client-amp/src/commands/DeleteRuleGroupsNamespaceCommand.ts @@ -17,6 +17,10 @@ import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteRuleGroupsNamespaceRequest } from "../models/models_0"; import { de_DeleteRuleGroupsNamespaceCommand, se_DeleteRuleGroupsNamespaceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amp/src/commands/DeleteWorkspaceCommand.ts b/clients/client-amp/src/commands/DeleteWorkspaceCommand.ts index ba381f27b2a14..ed0ac589f1d9f 100644 --- a/clients/client-amp/src/commands/DeleteWorkspaceCommand.ts +++ b/clients/client-amp/src/commands/DeleteWorkspaceCommand.ts @@ -17,6 +17,10 @@ import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteWorkspaceRequest } from "../models/models_0"; import { de_DeleteWorkspaceCommand, se_DeleteWorkspaceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amp/src/commands/DescribeAlertManagerDefinitionCommand.ts b/clients/client-amp/src/commands/DescribeAlertManagerDefinitionCommand.ts index c978de2029ca0..608e4cabfc488 100644 --- a/clients/client-amp/src/commands/DescribeAlertManagerDefinitionCommand.ts +++ b/clients/client-amp/src/commands/DescribeAlertManagerDefinitionCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeAlertManagerDefinitionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amp/src/commands/DescribeLoggingConfigurationCommand.ts b/clients/client-amp/src/commands/DescribeLoggingConfigurationCommand.ts index 47bb11092d2ca..5f559e277f3ae 100644 --- a/clients/client-amp/src/commands/DescribeLoggingConfigurationCommand.ts +++ b/clients/client-amp/src/commands/DescribeLoggingConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeLoggingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amp/src/commands/DescribeRuleGroupsNamespaceCommand.ts b/clients/client-amp/src/commands/DescribeRuleGroupsNamespaceCommand.ts index 2949747d7d049..fc81e052ab785 100644 --- a/clients/client-amp/src/commands/DescribeRuleGroupsNamespaceCommand.ts +++ b/clients/client-amp/src/commands/DescribeRuleGroupsNamespaceCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeRuleGroupsNamespaceCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amp/src/commands/DescribeWorkspaceCommand.ts b/clients/client-amp/src/commands/DescribeWorkspaceCommand.ts index 42d4bc5bb0a57..0ef786eb09da2 100644 --- a/clients/client-amp/src/commands/DescribeWorkspaceCommand.ts +++ b/clients/client-amp/src/commands/DescribeWorkspaceCommand.ts @@ -17,6 +17,10 @@ import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeWorkspaceRequest, DescribeWorkspaceResponse } from "../models/models_0"; import { de_DescribeWorkspaceCommand, se_DescribeWorkspaceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amp/src/commands/ListRuleGroupsNamespacesCommand.ts b/clients/client-amp/src/commands/ListRuleGroupsNamespacesCommand.ts index cd90da112f552..5f31d7c002ec7 100644 --- a/clients/client-amp/src/commands/ListRuleGroupsNamespacesCommand.ts +++ b/clients/client-amp/src/commands/ListRuleGroupsNamespacesCommand.ts @@ -17,6 +17,10 @@ import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListRuleGroupsNamespacesRequest, ListRuleGroupsNamespacesResponse } from "../models/models_0"; import { de_ListRuleGroupsNamespacesCommand, se_ListRuleGroupsNamespacesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amp/src/commands/ListTagsForResourceCommand.ts b/clients/client-amp/src/commands/ListTagsForResourceCommand.ts index 31f62bd2697f1..7a99d5b465c28 100644 --- a/clients/client-amp/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-amp/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amp/src/commands/ListWorkspacesCommand.ts b/clients/client-amp/src/commands/ListWorkspacesCommand.ts index 7523dbcb51381..a928472a7bf0e 100644 --- a/clients/client-amp/src/commands/ListWorkspacesCommand.ts +++ b/clients/client-amp/src/commands/ListWorkspacesCommand.ts @@ -17,6 +17,10 @@ import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListWorkspacesRequest, ListWorkspacesResponse } from "../models/models_0"; import { de_ListWorkspacesCommand, se_ListWorkspacesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amp/src/commands/PutAlertManagerDefinitionCommand.ts b/clients/client-amp/src/commands/PutAlertManagerDefinitionCommand.ts index 0565aef3eecce..3fc77b1dbf5eb 100644 --- a/clients/client-amp/src/commands/PutAlertManagerDefinitionCommand.ts +++ b/clients/client-amp/src/commands/PutAlertManagerDefinitionCommand.ts @@ -17,6 +17,10 @@ import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutAlertManagerDefinitionRequest, PutAlertManagerDefinitionResponse } from "../models/models_0"; import { de_PutAlertManagerDefinitionCommand, se_PutAlertManagerDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amp/src/commands/PutRuleGroupsNamespaceCommand.ts b/clients/client-amp/src/commands/PutRuleGroupsNamespaceCommand.ts index 631404cbf478d..e90eba250a724 100644 --- a/clients/client-amp/src/commands/PutRuleGroupsNamespaceCommand.ts +++ b/clients/client-amp/src/commands/PutRuleGroupsNamespaceCommand.ts @@ -17,6 +17,10 @@ import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutRuleGroupsNamespaceRequest, PutRuleGroupsNamespaceResponse } from "../models/models_0"; import { de_PutRuleGroupsNamespaceCommand, se_PutRuleGroupsNamespaceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amp/src/commands/TagResourceCommand.ts b/clients/client-amp/src/commands/TagResourceCommand.ts index 7250e39f50295..fd701620214e8 100644 --- a/clients/client-amp/src/commands/TagResourceCommand.ts +++ b/clients/client-amp/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amp/src/commands/UntagResourceCommand.ts b/clients/client-amp/src/commands/UntagResourceCommand.ts index 0669b9c637bf5..fcfaa8f02960e 100644 --- a/clients/client-amp/src/commands/UntagResourceCommand.ts +++ b/clients/client-amp/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amp/src/commands/UpdateLoggingConfigurationCommand.ts b/clients/client-amp/src/commands/UpdateLoggingConfigurationCommand.ts index 517cd982e3f4d..52b8866fbc610 100644 --- a/clients/client-amp/src/commands/UpdateLoggingConfigurationCommand.ts +++ b/clients/client-amp/src/commands/UpdateLoggingConfigurationCommand.ts @@ -17,6 +17,10 @@ import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateLoggingConfigurationRequest, UpdateLoggingConfigurationResponse } from "../models/models_0"; import { de_UpdateLoggingConfigurationCommand, se_UpdateLoggingConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amp/src/commands/UpdateWorkspaceAliasCommand.ts b/clients/client-amp/src/commands/UpdateWorkspaceAliasCommand.ts index ed1207d236cbc..acbb273cdee47 100644 --- a/clients/client-amp/src/commands/UpdateWorkspaceAliasCommand.ts +++ b/clients/client-amp/src/commands/UpdateWorkspaceAliasCommand.ts @@ -17,6 +17,10 @@ import { AmpClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateWorkspaceAliasRequest } from "../models/models_0"; import { de_UpdateWorkspaceAliasCommand, se_UpdateWorkspaceAliasCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amp/src/index.ts b/clients/client-amp/src/index.ts index bb53adfff5313..1f8ff454f9382 100644 --- a/clients/client-amp/src/index.ts +++ b/clients/client-amp/src/index.ts @@ -1,9 +1,15 @@ -export * from "./Amp"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Managed Service for Prometheus + * + * @packageDocumentation + */ export * from "./AmpClient"; +export * from "./Amp"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { AmpServiceException } from "./models/AmpServiceException"; diff --git a/clients/client-amp/src/models/AmpServiceException.ts b/clients/client-amp/src/models/AmpServiceException.ts index 061f47887b2f6..4d003a4db4a1e 100644 --- a/clients/client-amp/src/models/AmpServiceException.ts +++ b/clients/client-amp/src/models/AmpServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-amplify/src/AmplifyClient.ts b/clients/client-amplify/src/AmplifyClient.ts index 6094d9ec5f5e6..9029720911c9c 100644 --- a/clients/client-amplify/src/AmplifyClient.ts +++ b/clients/client-amplify/src/AmplifyClient.ts @@ -126,6 +126,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -337,7 +339,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type AmplifyClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type AmplifyClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -356,7 +358,7 @@ export interface AmplifyClientConfig extends AmplifyClientConfigType {} /** * @public */ -type AmplifyClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type AmplifyClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-amplify/src/commands/CreateAppCommand.ts b/clients/client-amplify/src/commands/CreateAppCommand.ts index 63ee6cae2afbc..64dde01308a48 100644 --- a/clients/client-amplify/src/commands/CreateAppCommand.ts +++ b/clients/client-amplify/src/commands/CreateAppCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateAppCommand, se_CreateAppCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/CreateBackendEnvironmentCommand.ts b/clients/client-amplify/src/commands/CreateBackendEnvironmentCommand.ts index 89581ea62de2a..705dd05b97d26 100644 --- a/clients/client-amplify/src/commands/CreateBackendEnvironmentCommand.ts +++ b/clients/client-amplify/src/commands/CreateBackendEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateBackendEnvironmentRequest, CreateBackendEnvironmentResult } from "../models/models_0"; import { de_CreateBackendEnvironmentCommand, se_CreateBackendEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/CreateBranchCommand.ts b/clients/client-amplify/src/commands/CreateBranchCommand.ts index ba51afc1e3069..c8a72188e7a86 100644 --- a/clients/client-amplify/src/commands/CreateBranchCommand.ts +++ b/clients/client-amplify/src/commands/CreateBranchCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateBranchCommand, se_CreateBranchCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/CreateDeploymentCommand.ts b/clients/client-amplify/src/commands/CreateDeploymentCommand.ts index b6f437d4dc069..83edd9ac2d352 100644 --- a/clients/client-amplify/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-amplify/src/commands/CreateDeploymentCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateDeploymentRequest, CreateDeploymentResult } from "../models/models_0"; import { de_CreateDeploymentCommand, se_CreateDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/CreateDomainAssociationCommand.ts b/clients/client-amplify/src/commands/CreateDomainAssociationCommand.ts index 3716245eb02a5..8116c68eebc7a 100644 --- a/clients/client-amplify/src/commands/CreateDomainAssociationCommand.ts +++ b/clients/client-amplify/src/commands/CreateDomainAssociationCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateDomainAssociationRequest, CreateDomainAssociationResult } from "../models/models_0"; import { de_CreateDomainAssociationCommand, se_CreateDomainAssociationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/CreateWebhookCommand.ts b/clients/client-amplify/src/commands/CreateWebhookCommand.ts index e5ee9fd661f71..71aaf8c9bbc6d 100644 --- a/clients/client-amplify/src/commands/CreateWebhookCommand.ts +++ b/clients/client-amplify/src/commands/CreateWebhookCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateWebhookRequest, CreateWebhookResult } from "../models/models_0"; import { de_CreateWebhookCommand, se_CreateWebhookCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/DeleteAppCommand.ts b/clients/client-amplify/src/commands/DeleteAppCommand.ts index 2d01bc188fd05..75bb9a01422d1 100644 --- a/clients/client-amplify/src/commands/DeleteAppCommand.ts +++ b/clients/client-amplify/src/commands/DeleteAppCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteAppRequest, DeleteAppResult, DeleteAppResultFilterSensitiveLog } from "../models/models_0"; import { de_DeleteAppCommand, se_DeleteAppCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/DeleteBackendEnvironmentCommand.ts b/clients/client-amplify/src/commands/DeleteBackendEnvironmentCommand.ts index 5b5bc1f0f70ed..ae2798451393c 100644 --- a/clients/client-amplify/src/commands/DeleteBackendEnvironmentCommand.ts +++ b/clients/client-amplify/src/commands/DeleteBackendEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteBackendEnvironmentRequest, DeleteBackendEnvironmentResult } from "../models/models_0"; import { de_DeleteBackendEnvironmentCommand, se_DeleteBackendEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/DeleteBranchCommand.ts b/clients/client-amplify/src/commands/DeleteBranchCommand.ts index 6b7458ee852d9..237f1cdc07a1e 100644 --- a/clients/client-amplify/src/commands/DeleteBranchCommand.ts +++ b/clients/client-amplify/src/commands/DeleteBranchCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteBranchRequest, DeleteBranchResult, DeleteBranchResultFilterSensitiveLog } from "../models/models_0"; import { de_DeleteBranchCommand, se_DeleteBranchCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/DeleteDomainAssociationCommand.ts b/clients/client-amplify/src/commands/DeleteDomainAssociationCommand.ts index a0778ee2755a8..8f4072fa24759 100644 --- a/clients/client-amplify/src/commands/DeleteDomainAssociationCommand.ts +++ b/clients/client-amplify/src/commands/DeleteDomainAssociationCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteDomainAssociationRequest, DeleteDomainAssociationResult } from "../models/models_0"; import { de_DeleteDomainAssociationCommand, se_DeleteDomainAssociationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/DeleteJobCommand.ts b/clients/client-amplify/src/commands/DeleteJobCommand.ts index 1f36128d4c0f3..64351f1535deb 100644 --- a/clients/client-amplify/src/commands/DeleteJobCommand.ts +++ b/clients/client-amplify/src/commands/DeleteJobCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteJobRequest, DeleteJobResult } from "../models/models_0"; import { de_DeleteJobCommand, se_DeleteJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/DeleteWebhookCommand.ts b/clients/client-amplify/src/commands/DeleteWebhookCommand.ts index e680b011675ad..b4b681b341252 100644 --- a/clients/client-amplify/src/commands/DeleteWebhookCommand.ts +++ b/clients/client-amplify/src/commands/DeleteWebhookCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteWebhookRequest, DeleteWebhookResult } from "../models/models_0"; import { de_DeleteWebhookCommand, se_DeleteWebhookCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/GenerateAccessLogsCommand.ts b/clients/client-amplify/src/commands/GenerateAccessLogsCommand.ts index 5576b407f78ff..68a85b7a54276 100644 --- a/clients/client-amplify/src/commands/GenerateAccessLogsCommand.ts +++ b/clients/client-amplify/src/commands/GenerateAccessLogsCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GenerateAccessLogsRequest, GenerateAccessLogsResult } from "../models/models_0"; import { de_GenerateAccessLogsCommand, se_GenerateAccessLogsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/GetAppCommand.ts b/clients/client-amplify/src/commands/GetAppCommand.ts index 2c1d73d3aba66..43374f1bde1b6 100644 --- a/clients/client-amplify/src/commands/GetAppCommand.ts +++ b/clients/client-amplify/src/commands/GetAppCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetAppRequest, GetAppResult, GetAppResultFilterSensitiveLog } from "../models/models_0"; import { de_GetAppCommand, se_GetAppCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/GetArtifactUrlCommand.ts b/clients/client-amplify/src/commands/GetArtifactUrlCommand.ts index b74a4061daca4..0eed15675f554 100644 --- a/clients/client-amplify/src/commands/GetArtifactUrlCommand.ts +++ b/clients/client-amplify/src/commands/GetArtifactUrlCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetArtifactUrlRequest, GetArtifactUrlResult } from "../models/models_0"; import { de_GetArtifactUrlCommand, se_GetArtifactUrlCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/GetBackendEnvironmentCommand.ts b/clients/client-amplify/src/commands/GetBackendEnvironmentCommand.ts index ceaa7df9778e9..910444c1924c0 100644 --- a/clients/client-amplify/src/commands/GetBackendEnvironmentCommand.ts +++ b/clients/client-amplify/src/commands/GetBackendEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetBackendEnvironmentRequest, GetBackendEnvironmentResult } from "../models/models_0"; import { de_GetBackendEnvironmentCommand, se_GetBackendEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/GetBranchCommand.ts b/clients/client-amplify/src/commands/GetBranchCommand.ts index 7e39bee5eab31..7cf53951b7157 100644 --- a/clients/client-amplify/src/commands/GetBranchCommand.ts +++ b/clients/client-amplify/src/commands/GetBranchCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetBranchRequest, GetBranchResult, GetBranchResultFilterSensitiveLog } from "../models/models_0"; import { de_GetBranchCommand, se_GetBranchCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/GetDomainAssociationCommand.ts b/clients/client-amplify/src/commands/GetDomainAssociationCommand.ts index 0397fdaa4a705..05022d63ab587 100644 --- a/clients/client-amplify/src/commands/GetDomainAssociationCommand.ts +++ b/clients/client-amplify/src/commands/GetDomainAssociationCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetDomainAssociationRequest, GetDomainAssociationResult } from "../models/models_0"; import { de_GetDomainAssociationCommand, se_GetDomainAssociationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/GetJobCommand.ts b/clients/client-amplify/src/commands/GetJobCommand.ts index eaa9365b7bf5f..b85bd32808237 100644 --- a/clients/client-amplify/src/commands/GetJobCommand.ts +++ b/clients/client-amplify/src/commands/GetJobCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetJobRequest, GetJobResult } from "../models/models_0"; import { de_GetJobCommand, se_GetJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/GetWebhookCommand.ts b/clients/client-amplify/src/commands/GetWebhookCommand.ts index e71f7ecb5ea4f..f4c8009c841a9 100644 --- a/clients/client-amplify/src/commands/GetWebhookCommand.ts +++ b/clients/client-amplify/src/commands/GetWebhookCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetWebhookRequest, GetWebhookResult } from "../models/models_0"; import { de_GetWebhookCommand, se_GetWebhookCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/ListAppsCommand.ts b/clients/client-amplify/src/commands/ListAppsCommand.ts index 95c80e2e2ef11..83574d013d3b5 100644 --- a/clients/client-amplify/src/commands/ListAppsCommand.ts +++ b/clients/client-amplify/src/commands/ListAppsCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListAppsRequest, ListAppsResult, ListAppsResultFilterSensitiveLog } from "../models/models_0"; import { de_ListAppsCommand, se_ListAppsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/ListArtifactsCommand.ts b/clients/client-amplify/src/commands/ListArtifactsCommand.ts index 36c347663fd08..4754d1c3c0162 100644 --- a/clients/client-amplify/src/commands/ListArtifactsCommand.ts +++ b/clients/client-amplify/src/commands/ListArtifactsCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListArtifactsRequest, ListArtifactsResult } from "../models/models_0"; import { de_ListArtifactsCommand, se_ListArtifactsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/ListBackendEnvironmentsCommand.ts b/clients/client-amplify/src/commands/ListBackendEnvironmentsCommand.ts index 4bddf0725cf53..a0a1c58b00e19 100644 --- a/clients/client-amplify/src/commands/ListBackendEnvironmentsCommand.ts +++ b/clients/client-amplify/src/commands/ListBackendEnvironmentsCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListBackendEnvironmentsRequest, ListBackendEnvironmentsResult } from "../models/models_0"; import { de_ListBackendEnvironmentsCommand, se_ListBackendEnvironmentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/ListBranchesCommand.ts b/clients/client-amplify/src/commands/ListBranchesCommand.ts index 6e1e5dd75bb27..686e593956348 100644 --- a/clients/client-amplify/src/commands/ListBranchesCommand.ts +++ b/clients/client-amplify/src/commands/ListBranchesCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListBranchesRequest, ListBranchesResult, ListBranchesResultFilterSensitiveLog } from "../models/models_0"; import { de_ListBranchesCommand, se_ListBranchesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/ListDomainAssociationsCommand.ts b/clients/client-amplify/src/commands/ListDomainAssociationsCommand.ts index 4373b9a696ec1..6c507138c5ae3 100644 --- a/clients/client-amplify/src/commands/ListDomainAssociationsCommand.ts +++ b/clients/client-amplify/src/commands/ListDomainAssociationsCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListDomainAssociationsRequest, ListDomainAssociationsResult } from "../models/models_0"; import { de_ListDomainAssociationsCommand, se_ListDomainAssociationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/ListJobsCommand.ts b/clients/client-amplify/src/commands/ListJobsCommand.ts index 27c290db62125..616843d59d935 100644 --- a/clients/client-amplify/src/commands/ListJobsCommand.ts +++ b/clients/client-amplify/src/commands/ListJobsCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListJobsRequest, ListJobsResult } from "../models/models_0"; import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/ListTagsForResourceCommand.ts b/clients/client-amplify/src/commands/ListTagsForResourceCommand.ts index 3bad2a69ad05c..787c70c3b9417 100644 --- a/clients/client-amplify/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-amplify/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/ListWebhooksCommand.ts b/clients/client-amplify/src/commands/ListWebhooksCommand.ts index 821b9f7d46e44..d51d56ee6eab1 100644 --- a/clients/client-amplify/src/commands/ListWebhooksCommand.ts +++ b/clients/client-amplify/src/commands/ListWebhooksCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListWebhooksRequest, ListWebhooksResult } from "../models/models_0"; import { de_ListWebhooksCommand, se_ListWebhooksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/StartDeploymentCommand.ts b/clients/client-amplify/src/commands/StartDeploymentCommand.ts index 90680b5fb6ce1..54aa44ae12b77 100644 --- a/clients/client-amplify/src/commands/StartDeploymentCommand.ts +++ b/clients/client-amplify/src/commands/StartDeploymentCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { StartDeploymentRequest, StartDeploymentResult } from "../models/models_0"; import { de_StartDeploymentCommand, se_StartDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/StartJobCommand.ts b/clients/client-amplify/src/commands/StartJobCommand.ts index 2c74f22020f45..262b2bd9211de 100644 --- a/clients/client-amplify/src/commands/StartJobCommand.ts +++ b/clients/client-amplify/src/commands/StartJobCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { StartJobRequest, StartJobResult } from "../models/models_0"; import { de_StartJobCommand, se_StartJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/StopJobCommand.ts b/clients/client-amplify/src/commands/StopJobCommand.ts index 6e36df73d0aa1..960f680a07f26 100644 --- a/clients/client-amplify/src/commands/StopJobCommand.ts +++ b/clients/client-amplify/src/commands/StopJobCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { StopJobRequest, StopJobResult } from "../models/models_0"; import { de_StopJobCommand, se_StopJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/TagResourceCommand.ts b/clients/client-amplify/src/commands/TagResourceCommand.ts index 8923a26101df4..9d2947e02a4a2 100644 --- a/clients/client-amplify/src/commands/TagResourceCommand.ts +++ b/clients/client-amplify/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/UntagResourceCommand.ts b/clients/client-amplify/src/commands/UntagResourceCommand.ts index 3f8116f9867ae..9ac8ba2ca0fd2 100644 --- a/clients/client-amplify/src/commands/UntagResourceCommand.ts +++ b/clients/client-amplify/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/UpdateAppCommand.ts b/clients/client-amplify/src/commands/UpdateAppCommand.ts index edc4735ca15c3..eb5308fa2d719 100644 --- a/clients/client-amplify/src/commands/UpdateAppCommand.ts +++ b/clients/client-amplify/src/commands/UpdateAppCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_UpdateAppCommand, se_UpdateAppCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/UpdateBranchCommand.ts b/clients/client-amplify/src/commands/UpdateBranchCommand.ts index 8f296264f2cf9..c079794cf9a87 100644 --- a/clients/client-amplify/src/commands/UpdateBranchCommand.ts +++ b/clients/client-amplify/src/commands/UpdateBranchCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_UpdateBranchCommand, se_UpdateBranchCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/UpdateDomainAssociationCommand.ts b/clients/client-amplify/src/commands/UpdateDomainAssociationCommand.ts index 7d4ccd005724f..31119b7da192e 100644 --- a/clients/client-amplify/src/commands/UpdateDomainAssociationCommand.ts +++ b/clients/client-amplify/src/commands/UpdateDomainAssociationCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateDomainAssociationRequest, UpdateDomainAssociationResult } from "../models/models_0"; import { de_UpdateDomainAssociationCommand, se_UpdateDomainAssociationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/commands/UpdateWebhookCommand.ts b/clients/client-amplify/src/commands/UpdateWebhookCommand.ts index ba4e8b8817bc0..17b80d4aa33ad 100644 --- a/clients/client-amplify/src/commands/UpdateWebhookCommand.ts +++ b/clients/client-amplify/src/commands/UpdateWebhookCommand.ts @@ -17,6 +17,10 @@ import { AmplifyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateWebhookRequest, UpdateWebhookResult } from "../models/models_0"; import { de_UpdateWebhookCommand, se_UpdateWebhookCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplify/src/index.ts b/clients/client-amplify/src/index.ts index 7ac438363c9d0..4fc2b3043a603 100644 --- a/clients/client-amplify/src/index.ts +++ b/clients/client-amplify/src/index.ts @@ -1,6 +1,17 @@ -export * from "./Amplify"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amplify enables developers to develop and deploy cloud-powered mobile and web apps. + * The Amplify Console provides a continuous delivery and hosting service for web + * applications. For more information, see the Amplify Console User Guide. The + * Amplify Framework is a comprehensive set of SDKs, libraries, tools, and documentation + * for client app development. For more information, see the Amplify Framework. + *

+ * + * @packageDocumentation + */ export * from "./AmplifyClient"; +export * from "./Amplify"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-amplify/src/models/AmplifyServiceException.ts b/clients/client-amplify/src/models/AmplifyServiceException.ts index 6662b349918e7..e1bb2428749f4 100644 --- a/clients/client-amplify/src/models/AmplifyServiceException.ts +++ b/clients/client-amplify/src/models/AmplifyServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-amplifybackend/src/AmplifyBackendClient.ts b/clients/client-amplifybackend/src/AmplifyBackendClient.ts index 2459d2f184474..83514dab07f36 100644 --- a/clients/client-amplifybackend/src/AmplifyBackendClient.ts +++ b/clients/client-amplifybackend/src/AmplifyBackendClient.ts @@ -117,6 +117,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -316,7 +318,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type AmplifyBackendClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type AmplifyBackendClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -335,7 +337,7 @@ export interface AmplifyBackendClientConfig extends AmplifyBackendClientConfigTy /** * @public */ -type AmplifyBackendClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type AmplifyBackendClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-amplifybackend/src/commands/CloneBackendCommand.ts b/clients/client-amplifybackend/src/commands/CloneBackendCommand.ts index 1bcebe703b646..18ad1c99af95a 100644 --- a/clients/client-amplifybackend/src/commands/CloneBackendCommand.ts +++ b/clients/client-amplifybackend/src/commands/CloneBackendCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CloneBackendRequest, CloneBackendResponse } from "../models/models_0"; import { de_CloneBackendCommand, se_CloneBackendCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/CreateBackendAPICommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendAPICommand.ts index ffabd6bd8c1b8..e495ef5f99c3d 100644 --- a/clients/client-amplifybackend/src/commands/CreateBackendAPICommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateBackendAPICommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateBackendAPIRequest, CreateBackendAPIResponse } from "../models/models_0"; import { de_CreateBackendAPICommand, se_CreateBackendAPICommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/CreateBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendAuthCommand.ts index d6b6007a67c27..620d04c452855 100644 --- a/clients/client-amplifybackend/src/commands/CreateBackendAuthCommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateBackendAuthCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateBackendAuthRequest, CreateBackendAuthResponse } from "../models/models_0"; import { de_CreateBackendAuthCommand, se_CreateBackendAuthCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/CreateBackendCommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendCommand.ts index 3f369c0884a64..3f2ef1c736159 100644 --- a/clients/client-amplifybackend/src/commands/CreateBackendCommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateBackendCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateBackendRequest, CreateBackendResponse } from "../models/models_0"; import { de_CreateBackendCommand, se_CreateBackendCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/CreateBackendConfigCommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendConfigCommand.ts index 1341dc05147ed..4d01cf2236df1 100644 --- a/clients/client-amplifybackend/src/commands/CreateBackendConfigCommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateBackendConfigCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateBackendConfigRequest, CreateBackendConfigResponse } from "../models/models_0"; import { de_CreateBackendConfigCommand, se_CreateBackendConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/CreateBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/CreateBackendStorageCommand.ts index 1f34965249f77..c2dfc8376af55 100644 --- a/clients/client-amplifybackend/src/commands/CreateBackendStorageCommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateBackendStorageCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateBackendStorageRequest, CreateBackendStorageResponse } from "../models/models_0"; import { de_CreateBackendStorageCommand, se_CreateBackendStorageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/CreateTokenCommand.ts b/clients/client-amplifybackend/src/commands/CreateTokenCommand.ts index 874251d6add79..d4751e96bbc12 100644 --- a/clients/client-amplifybackend/src/commands/CreateTokenCommand.ts +++ b/clients/client-amplifybackend/src/commands/CreateTokenCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateTokenRequest, CreateTokenResponse } from "../models/models_0"; import { de_CreateTokenCommand, se_CreateTokenCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/DeleteBackendAPICommand.ts b/clients/client-amplifybackend/src/commands/DeleteBackendAPICommand.ts index 8f4b79419afa6..9e24dfa4798f3 100644 --- a/clients/client-amplifybackend/src/commands/DeleteBackendAPICommand.ts +++ b/clients/client-amplifybackend/src/commands/DeleteBackendAPICommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteBackendAPIRequest, DeleteBackendAPIResponse } from "../models/models_0"; import { de_DeleteBackendAPICommand, se_DeleteBackendAPICommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/DeleteBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/DeleteBackendAuthCommand.ts index 4c26dc88679d5..7eee661bb35fa 100644 --- a/clients/client-amplifybackend/src/commands/DeleteBackendAuthCommand.ts +++ b/clients/client-amplifybackend/src/commands/DeleteBackendAuthCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteBackendAuthRequest, DeleteBackendAuthResponse } from "../models/models_0"; import { de_DeleteBackendAuthCommand, se_DeleteBackendAuthCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/DeleteBackendCommand.ts b/clients/client-amplifybackend/src/commands/DeleteBackendCommand.ts index eec4a82c020de..65552588056c5 100644 --- a/clients/client-amplifybackend/src/commands/DeleteBackendCommand.ts +++ b/clients/client-amplifybackend/src/commands/DeleteBackendCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteBackendRequest, DeleteBackendResponse } from "../models/models_0"; import { de_DeleteBackendCommand, se_DeleteBackendCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/DeleteBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/DeleteBackendStorageCommand.ts index b3ddf66bdd6aa..5c553acf4e7ff 100644 --- a/clients/client-amplifybackend/src/commands/DeleteBackendStorageCommand.ts +++ b/clients/client-amplifybackend/src/commands/DeleteBackendStorageCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteBackendStorageRequest, DeleteBackendStorageResponse } from "../models/models_0"; import { de_DeleteBackendStorageCommand, se_DeleteBackendStorageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/DeleteTokenCommand.ts b/clients/client-amplifybackend/src/commands/DeleteTokenCommand.ts index cf529bf15578f..6d1444a299f28 100644 --- a/clients/client-amplifybackend/src/commands/DeleteTokenCommand.ts +++ b/clients/client-amplifybackend/src/commands/DeleteTokenCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteTokenRequest, DeleteTokenResponse } from "../models/models_0"; import { de_DeleteTokenCommand, se_DeleteTokenCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/GenerateBackendAPIModelsCommand.ts b/clients/client-amplifybackend/src/commands/GenerateBackendAPIModelsCommand.ts index 71beb18b8e437..f71c5c834a314 100644 --- a/clients/client-amplifybackend/src/commands/GenerateBackendAPIModelsCommand.ts +++ b/clients/client-amplifybackend/src/commands/GenerateBackendAPIModelsCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GenerateBackendAPIModelsRequest, GenerateBackendAPIModelsResponse } from "../models/models_0"; import { de_GenerateBackendAPIModelsCommand, se_GenerateBackendAPIModelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/GetBackendAPICommand.ts b/clients/client-amplifybackend/src/commands/GetBackendAPICommand.ts index 7d5a605093198..775010a59f8b7 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendAPICommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendAPICommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetBackendAPIRequest, GetBackendAPIResponse } from "../models/models_0"; import { de_GetBackendAPICommand, se_GetBackendAPICommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/GetBackendAPIModelsCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendAPIModelsCommand.ts index 9e2af1f3f7ad2..f55a2e8e7ab5c 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendAPIModelsCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendAPIModelsCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetBackendAPIModelsRequest, GetBackendAPIModelsResponse } from "../models/models_0"; import { de_GetBackendAPIModelsCommand, se_GetBackendAPIModelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/GetBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendAuthCommand.ts index 19a8028a291f2..f55557be8a9fa 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendAuthCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendAuthCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetBackendAuthRequest, GetBackendAuthResponse } from "../models/models_0"; import { de_GetBackendAuthCommand, se_GetBackendAuthCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/GetBackendCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendCommand.ts index 72a74d23207d1..c4d70cae630c5 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetBackendRequest, GetBackendResponse } from "../models/models_0"; import { de_GetBackendCommand, se_GetBackendCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/GetBackendJobCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendJobCommand.ts index 1592e4c90f6c5..785253e87a6b7 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendJobCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendJobCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetBackendJobRequest, GetBackendJobResponse } from "../models/models_0"; import { de_GetBackendJobCommand, se_GetBackendJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/GetBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/GetBackendStorageCommand.ts index abd93df0a6a05..2b10444bcefbd 100644 --- a/clients/client-amplifybackend/src/commands/GetBackendStorageCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetBackendStorageCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetBackendStorageRequest, GetBackendStorageResponse } from "../models/models_0"; import { de_GetBackendStorageCommand, se_GetBackendStorageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/GetTokenCommand.ts b/clients/client-amplifybackend/src/commands/GetTokenCommand.ts index 64493d2db29d4..87c7ec531cf6f 100644 --- a/clients/client-amplifybackend/src/commands/GetTokenCommand.ts +++ b/clients/client-amplifybackend/src/commands/GetTokenCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetTokenRequest, GetTokenResponse } from "../models/models_0"; import { de_GetTokenCommand, se_GetTokenCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/ImportBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/ImportBackendAuthCommand.ts index 2f79bc780ebab..c09ad0d6109da 100644 --- a/clients/client-amplifybackend/src/commands/ImportBackendAuthCommand.ts +++ b/clients/client-amplifybackend/src/commands/ImportBackendAuthCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ImportBackendAuthRequest, ImportBackendAuthResponse } from "../models/models_0"; import { de_ImportBackendAuthCommand, se_ImportBackendAuthCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/ImportBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/ImportBackendStorageCommand.ts index b6d43475d96db..39dc63232b9c8 100644 --- a/clients/client-amplifybackend/src/commands/ImportBackendStorageCommand.ts +++ b/clients/client-amplifybackend/src/commands/ImportBackendStorageCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ImportBackendStorageRequest, ImportBackendStorageResponse } from "../models/models_0"; import { de_ImportBackendStorageCommand, se_ImportBackendStorageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/ListBackendJobsCommand.ts b/clients/client-amplifybackend/src/commands/ListBackendJobsCommand.ts index 4d99556e4fd9c..2d3006962e7b3 100644 --- a/clients/client-amplifybackend/src/commands/ListBackendJobsCommand.ts +++ b/clients/client-amplifybackend/src/commands/ListBackendJobsCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListBackendJobsRequest, ListBackendJobsResponse } from "../models/models_0"; import { de_ListBackendJobsCommand, se_ListBackendJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/ListS3BucketsCommand.ts b/clients/client-amplifybackend/src/commands/ListS3BucketsCommand.ts index 8c2bc7afe7571..a4420b8d849cf 100644 --- a/clients/client-amplifybackend/src/commands/ListS3BucketsCommand.ts +++ b/clients/client-amplifybackend/src/commands/ListS3BucketsCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListS3BucketsRequest, ListS3BucketsResponse } from "../models/models_0"; import { de_ListS3BucketsCommand, se_ListS3BucketsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/RemoveAllBackendsCommand.ts b/clients/client-amplifybackend/src/commands/RemoveAllBackendsCommand.ts index 2b21b5b2fb566..8319ada330c9f 100644 --- a/clients/client-amplifybackend/src/commands/RemoveAllBackendsCommand.ts +++ b/clients/client-amplifybackend/src/commands/RemoveAllBackendsCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { RemoveAllBackendsRequest, RemoveAllBackendsResponse } from "../models/models_0"; import { de_RemoveAllBackendsCommand, se_RemoveAllBackendsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/RemoveBackendConfigCommand.ts b/clients/client-amplifybackend/src/commands/RemoveBackendConfigCommand.ts index d6e23fdbb5a34..c33e99aa475b5 100644 --- a/clients/client-amplifybackend/src/commands/RemoveBackendConfigCommand.ts +++ b/clients/client-amplifybackend/src/commands/RemoveBackendConfigCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { RemoveBackendConfigRequest, RemoveBackendConfigResponse } from "../models/models_0"; import { de_RemoveBackendConfigCommand, se_RemoveBackendConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendAPICommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendAPICommand.ts index 547942aab3c0a..d791ba775375e 100644 --- a/clients/client-amplifybackend/src/commands/UpdateBackendAPICommand.ts +++ b/clients/client-amplifybackend/src/commands/UpdateBackendAPICommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateBackendAPIRequest, UpdateBackendAPIResponse } from "../models/models_0"; import { de_UpdateBackendAPICommand, se_UpdateBackendAPICommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendAuthCommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendAuthCommand.ts index 052598f3cd4be..830ddc3f4769e 100644 --- a/clients/client-amplifybackend/src/commands/UpdateBackendAuthCommand.ts +++ b/clients/client-amplifybackend/src/commands/UpdateBackendAuthCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateBackendAuthRequest, UpdateBackendAuthResponse } from "../models/models_0"; import { de_UpdateBackendAuthCommand, se_UpdateBackendAuthCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendConfigCommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendConfigCommand.ts index 185f0d261dd39..a3158f5c84132 100644 --- a/clients/client-amplifybackend/src/commands/UpdateBackendConfigCommand.ts +++ b/clients/client-amplifybackend/src/commands/UpdateBackendConfigCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateBackendConfigRequest, UpdateBackendConfigResponse } from "../models/models_0"; import { de_UpdateBackendConfigCommand, se_UpdateBackendConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendJobCommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendJobCommand.ts index 585a95c7b9ad0..ae9585a531398 100644 --- a/clients/client-amplifybackend/src/commands/UpdateBackendJobCommand.ts +++ b/clients/client-amplifybackend/src/commands/UpdateBackendJobCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateBackendJobRequest, UpdateBackendJobResponse } from "../models/models_0"; import { de_UpdateBackendJobCommand, se_UpdateBackendJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/commands/UpdateBackendStorageCommand.ts b/clients/client-amplifybackend/src/commands/UpdateBackendStorageCommand.ts index edc7558a5a915..5c1089b19650f 100644 --- a/clients/client-amplifybackend/src/commands/UpdateBackendStorageCommand.ts +++ b/clients/client-amplifybackend/src/commands/UpdateBackendStorageCommand.ts @@ -17,6 +17,10 @@ import { AmplifyBackendClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateBackendStorageRequest, UpdateBackendStorageResponse } from "../models/models_0"; import { de_UpdateBackendStorageCommand, se_UpdateBackendStorageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifybackend/src/index.ts b/clients/client-amplifybackend/src/index.ts index 9447d203e54c7..3c40f1f20c4ca 100644 --- a/clients/client-amplifybackend/src/index.ts +++ b/clients/client-amplifybackend/src/index.ts @@ -1,6 +1,12 @@ -export * from "./AmplifyBackend"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

AWS Amplify Admin API

+ * + * @packageDocumentation + */ export * from "./AmplifyBackendClient"; +export * from "./AmplifyBackend"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-amplifybackend/src/models/AmplifyBackendServiceException.ts b/clients/client-amplifybackend/src/models/AmplifyBackendServiceException.ts index c507cc2b0d55a..c0269440e6809 100644 --- a/clients/client-amplifybackend/src/models/AmplifyBackendServiceException.ts +++ b/clients/client-amplifybackend/src/models/AmplifyBackendServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-amplifyuibuilder/src/AmplifyUIBuilderClient.ts b/clients/client-amplifyuibuilder/src/AmplifyUIBuilderClient.ts index 81f06446bf82e..d0bec2b125923 100644 --- a/clients/client-amplifyuibuilder/src/AmplifyUIBuilderClient.ts +++ b/clients/client-amplifyuibuilder/src/AmplifyUIBuilderClient.ts @@ -84,6 +84,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -265,7 +267,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type AmplifyUIBuilderClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type AmplifyUIBuilderClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -284,7 +286,7 @@ export interface AmplifyUIBuilderClientConfig extends AmplifyUIBuilderClientConf /** * @public */ -type AmplifyUIBuilderClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type AmplifyUIBuilderClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-amplifyuibuilder/src/commands/CreateComponentCommand.ts b/clients/client-amplifyuibuilder/src/commands/CreateComponentCommand.ts index 223381187bfc5..7cb83aad92808 100644 --- a/clients/client-amplifyuibuilder/src/commands/CreateComponentCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/CreateComponentCommand.ts @@ -17,6 +17,10 @@ import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateComponentRequest, CreateComponentResponse } from "../models/models_0"; import { de_CreateComponentCommand, se_CreateComponentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifyuibuilder/src/commands/CreateFormCommand.ts b/clients/client-amplifyuibuilder/src/commands/CreateFormCommand.ts index 363d4ea42c11b..79c606e5cce02 100644 --- a/clients/client-amplifyuibuilder/src/commands/CreateFormCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/CreateFormCommand.ts @@ -17,6 +17,10 @@ import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateFormRequest, CreateFormResponse } from "../models/models_0"; import { de_CreateFormCommand, se_CreateFormCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifyuibuilder/src/commands/CreateThemeCommand.ts b/clients/client-amplifyuibuilder/src/commands/CreateThemeCommand.ts index 4ea288c700664..39f377b6f3835 100644 --- a/clients/client-amplifyuibuilder/src/commands/CreateThemeCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/CreateThemeCommand.ts @@ -17,6 +17,10 @@ import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateThemeRequest, CreateThemeResponse } from "../models/models_0"; import { de_CreateThemeCommand, se_CreateThemeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifyuibuilder/src/commands/DeleteComponentCommand.ts b/clients/client-amplifyuibuilder/src/commands/DeleteComponentCommand.ts index c04ccb62c6dc5..8bf7153a06501 100644 --- a/clients/client-amplifyuibuilder/src/commands/DeleteComponentCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/DeleteComponentCommand.ts @@ -17,6 +17,10 @@ import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteComponentRequest } from "../models/models_0"; import { de_DeleteComponentCommand, se_DeleteComponentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifyuibuilder/src/commands/DeleteFormCommand.ts b/clients/client-amplifyuibuilder/src/commands/DeleteFormCommand.ts index 192dc1cdfedc6..3b14491b9ded7 100644 --- a/clients/client-amplifyuibuilder/src/commands/DeleteFormCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/DeleteFormCommand.ts @@ -17,6 +17,10 @@ import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteFormRequest } from "../models/models_0"; import { de_DeleteFormCommand, se_DeleteFormCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifyuibuilder/src/commands/DeleteThemeCommand.ts b/clients/client-amplifyuibuilder/src/commands/DeleteThemeCommand.ts index 805cef5cdf649..b135062fc9a97 100644 --- a/clients/client-amplifyuibuilder/src/commands/DeleteThemeCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/DeleteThemeCommand.ts @@ -17,6 +17,10 @@ import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteThemeRequest } from "../models/models_0"; import { de_DeleteThemeCommand, se_DeleteThemeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifyuibuilder/src/commands/ExchangeCodeForTokenCommand.ts b/clients/client-amplifyuibuilder/src/commands/ExchangeCodeForTokenCommand.ts index 9f8c7470277f0..353c0d9967f70 100644 --- a/clients/client-amplifyuibuilder/src/commands/ExchangeCodeForTokenCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ExchangeCodeForTokenCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_ExchangeCodeForTokenCommand, se_ExchangeCodeForTokenCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifyuibuilder/src/commands/ExportComponentsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ExportComponentsCommand.ts index a021079a0970a..2957b9fbb0aa6 100644 --- a/clients/client-amplifyuibuilder/src/commands/ExportComponentsCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ExportComponentsCommand.ts @@ -17,6 +17,10 @@ import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ExportComponentsRequest, ExportComponentsResponse } from "../models/models_0"; import { de_ExportComponentsCommand, se_ExportComponentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifyuibuilder/src/commands/ExportFormsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ExportFormsCommand.ts index 41b0d30b3cddb..5186885a87082 100644 --- a/clients/client-amplifyuibuilder/src/commands/ExportFormsCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ExportFormsCommand.ts @@ -17,6 +17,10 @@ import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ExportFormsRequest, ExportFormsResponse } from "../models/models_0"; import { de_ExportFormsCommand, se_ExportFormsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifyuibuilder/src/commands/ExportThemesCommand.ts b/clients/client-amplifyuibuilder/src/commands/ExportThemesCommand.ts index b80eda5633c70..690c849f4098e 100644 --- a/clients/client-amplifyuibuilder/src/commands/ExportThemesCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ExportThemesCommand.ts @@ -17,6 +17,10 @@ import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ExportThemesRequest, ExportThemesResponse } from "../models/models_0"; import { de_ExportThemesCommand, se_ExportThemesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifyuibuilder/src/commands/GetComponentCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetComponentCommand.ts index 69ec44d2a3a75..ac4fa9f0be09a 100644 --- a/clients/client-amplifyuibuilder/src/commands/GetComponentCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/GetComponentCommand.ts @@ -17,6 +17,10 @@ import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetComponentRequest, GetComponentResponse } from "../models/models_0"; import { de_GetComponentCommand, se_GetComponentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifyuibuilder/src/commands/GetFormCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetFormCommand.ts index d714cc798d490..4060dc9480f19 100644 --- a/clients/client-amplifyuibuilder/src/commands/GetFormCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/GetFormCommand.ts @@ -17,6 +17,10 @@ import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetFormRequest, GetFormResponse } from "../models/models_0"; import { de_GetFormCommand, se_GetFormCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifyuibuilder/src/commands/GetMetadataCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetMetadataCommand.ts index 6d7bfdb52da7c..1cf194b2062c5 100644 --- a/clients/client-amplifyuibuilder/src/commands/GetMetadataCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/GetMetadataCommand.ts @@ -17,6 +17,10 @@ import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetMetadataRequest, GetMetadataResponse } from "../models/models_0"; import { de_GetMetadataCommand, se_GetMetadataCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifyuibuilder/src/commands/GetThemeCommand.ts b/clients/client-amplifyuibuilder/src/commands/GetThemeCommand.ts index 4ceea6f3be28b..c50d8617cb895 100644 --- a/clients/client-amplifyuibuilder/src/commands/GetThemeCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/GetThemeCommand.ts @@ -17,6 +17,10 @@ import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetThemeRequest, GetThemeResponse } from "../models/models_0"; import { de_GetThemeCommand, se_GetThemeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifyuibuilder/src/commands/ListComponentsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ListComponentsCommand.ts index 291c4f2b9f203..f43bcd7c9de9b 100644 --- a/clients/client-amplifyuibuilder/src/commands/ListComponentsCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ListComponentsCommand.ts @@ -17,6 +17,10 @@ import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListComponentsRequest, ListComponentsResponse } from "../models/models_0"; import { de_ListComponentsCommand, se_ListComponentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifyuibuilder/src/commands/ListFormsCommand.ts b/clients/client-amplifyuibuilder/src/commands/ListFormsCommand.ts index 695081e3dc117..505aa646bca3b 100644 --- a/clients/client-amplifyuibuilder/src/commands/ListFormsCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ListFormsCommand.ts @@ -17,6 +17,10 @@ import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListFormsRequest, ListFormsResponse } from "../models/models_0"; import { de_ListFormsCommand, se_ListFormsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifyuibuilder/src/commands/ListThemesCommand.ts b/clients/client-amplifyuibuilder/src/commands/ListThemesCommand.ts index 6327ed48df457..f8cbff8d9e423 100644 --- a/clients/client-amplifyuibuilder/src/commands/ListThemesCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/ListThemesCommand.ts @@ -17,6 +17,10 @@ import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListThemesRequest, ListThemesResponse } from "../models/models_0"; import { de_ListThemesCommand, se_ListThemesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifyuibuilder/src/commands/PutMetadataFlagCommand.ts b/clients/client-amplifyuibuilder/src/commands/PutMetadataFlagCommand.ts index 690ee0b08bf00..f5cdb1f448088 100644 --- a/clients/client-amplifyuibuilder/src/commands/PutMetadataFlagCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/PutMetadataFlagCommand.ts @@ -17,6 +17,10 @@ import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { PutMetadataFlagRequest } from "../models/models_0"; import { de_PutMetadataFlagCommand, se_PutMetadataFlagCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifyuibuilder/src/commands/RefreshTokenCommand.ts b/clients/client-amplifyuibuilder/src/commands/RefreshTokenCommand.ts index f5cb9297d5f60..6c786ff76fd3e 100644 --- a/clients/client-amplifyuibuilder/src/commands/RefreshTokenCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/RefreshTokenCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_RefreshTokenCommand, se_RefreshTokenCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifyuibuilder/src/commands/UpdateComponentCommand.ts b/clients/client-amplifyuibuilder/src/commands/UpdateComponentCommand.ts index 5bcca2dbacef5..be7cdc586faa1 100644 --- a/clients/client-amplifyuibuilder/src/commands/UpdateComponentCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/UpdateComponentCommand.ts @@ -17,6 +17,10 @@ import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateComponentRequest, UpdateComponentResponse } from "../models/models_0"; import { de_UpdateComponentCommand, se_UpdateComponentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifyuibuilder/src/commands/UpdateFormCommand.ts b/clients/client-amplifyuibuilder/src/commands/UpdateFormCommand.ts index c97e49d3f1e7d..790ced3860683 100644 --- a/clients/client-amplifyuibuilder/src/commands/UpdateFormCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/UpdateFormCommand.ts @@ -17,6 +17,10 @@ import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateFormRequest, UpdateFormResponse } from "../models/models_0"; import { de_UpdateFormCommand, se_UpdateFormCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifyuibuilder/src/commands/UpdateThemeCommand.ts b/clients/client-amplifyuibuilder/src/commands/UpdateThemeCommand.ts index d38d27367b576..025656a45ea20 100644 --- a/clients/client-amplifyuibuilder/src/commands/UpdateThemeCommand.ts +++ b/clients/client-amplifyuibuilder/src/commands/UpdateThemeCommand.ts @@ -17,6 +17,10 @@ import { AmplifyUIBuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateThemeRequest, UpdateThemeResponse } from "../models/models_0"; import { de_UpdateThemeCommand, se_UpdateThemeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-amplifyuibuilder/src/index.ts b/clients/client-amplifyuibuilder/src/index.ts index 90017c29b006a..13327e54af7d8 100644 --- a/clients/client-amplifyuibuilder/src/index.ts +++ b/clients/client-amplifyuibuilder/src/index.ts @@ -1,8 +1,22 @@ -export * from "./AmplifyUIBuilder"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The Amplify UI Builder API provides a programmatic interface for creating + * and configuring user interface (UI) component libraries and themes for use in your Amplify applications. You can then connect these UI components to an application's + * backend Amazon Web Services resources.

+ *

You can also use the Amplify Studio visual designer to create UI components + * and model data for an app. For more information, see Introduction in the + * Amplify Docs.

+ *

The Amplify Framework is a comprehensive set of SDKs, libraries, tools, and + * documentation for client app development. For more information, see the Amplify Framework. For more information about + * deploying an Amplify application to Amazon Web Services, see the Amplify User Guide.

+ * + * @packageDocumentation + */ export * from "./AmplifyUIBuilderClient"; +export * from "./AmplifyUIBuilder"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { AmplifyUIBuilderServiceException } from "./models/AmplifyUIBuilderServiceException"; diff --git a/clients/client-amplifyuibuilder/src/models/AmplifyUIBuilderServiceException.ts b/clients/client-amplifyuibuilder/src/models/AmplifyUIBuilderServiceException.ts index a918c4e1c2ec2..27b70245a34a3 100644 --- a/clients/client-amplifyuibuilder/src/models/AmplifyUIBuilderServiceException.ts +++ b/clients/client-amplifyuibuilder/src/models/AmplifyUIBuilderServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-api-gateway/src/APIGatewayClient.ts b/clients/client-api-gateway/src/APIGatewayClient.ts index 655812950ae8e..6e53abbed0934 100644 --- a/clients/client-api-gateway/src/APIGatewayClient.ts +++ b/clients/client-api-gateway/src/APIGatewayClient.ts @@ -288,6 +288,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -665,7 +667,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type APIGatewayClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type APIGatewayClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -684,7 +686,7 @@ export interface APIGatewayClientConfig extends APIGatewayClientConfigType {} /** * @public */ -type APIGatewayClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type APIGatewayClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-api-gateway/src/commands/CreateApiKeyCommand.ts b/clients/client-api-gateway/src/commands/CreateApiKeyCommand.ts index ca718728bb288..fa79727e49399 100644 --- a/clients/client-api-gateway/src/commands/CreateApiKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateApiKeyCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ApiKey, CreateApiKeyRequest } from "../models/models_0"; import { de_CreateApiKeyCommand, se_CreateApiKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/CreateAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/CreateAuthorizerCommand.ts index 8b025669850b1..46baf5a9d504a 100644 --- a/clients/client-api-gateway/src/commands/CreateAuthorizerCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateAuthorizerCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Authorizer, CreateAuthorizerRequest } from "../models/models_0"; import { de_CreateAuthorizerCommand, se_CreateAuthorizerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/CreateBasePathMappingCommand.ts b/clients/client-api-gateway/src/commands/CreateBasePathMappingCommand.ts index 0d05d07a68739..e0b62cc635e47 100644 --- a/clients/client-api-gateway/src/commands/CreateBasePathMappingCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateBasePathMappingCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BasePathMapping, CreateBasePathMappingRequest } from "../models/models_0"; import { de_CreateBasePathMappingCommand, se_CreateBasePathMappingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/CreateDeploymentCommand.ts b/clients/client-api-gateway/src/commands/CreateDeploymentCommand.ts index 7f795e36321f7..e06f1481e274e 100644 --- a/clients/client-api-gateway/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateDeploymentCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateDeploymentRequest, Deployment } from "../models/models_0"; import { de_CreateDeploymentCommand, se_CreateDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/CreateDocumentationPartCommand.ts b/clients/client-api-gateway/src/commands/CreateDocumentationPartCommand.ts index c6fece66b8dd1..e91a10730095f 100644 --- a/clients/client-api-gateway/src/commands/CreateDocumentationPartCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateDocumentationPartCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateDocumentationPartRequest, DocumentationPart } from "../models/models_0"; import { de_CreateDocumentationPartCommand, se_CreateDocumentationPartCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/CreateDocumentationVersionCommand.ts b/clients/client-api-gateway/src/commands/CreateDocumentationVersionCommand.ts index 39c8baefb7964..c26a55c834aa6 100644 --- a/clients/client-api-gateway/src/commands/CreateDocumentationVersionCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateDocumentationVersionCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateDocumentationVersionRequest, DocumentationVersion } from "../models/models_0"; import { de_CreateDocumentationVersionCommand, se_CreateDocumentationVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/CreateDomainNameCommand.ts b/clients/client-api-gateway/src/commands/CreateDomainNameCommand.ts index 9858ee58f82d5..1ffb3656601c0 100644 --- a/clients/client-api-gateway/src/commands/CreateDomainNameCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateDomainNameCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateDomainNameRequest, DomainName } from "../models/models_0"; import { de_CreateDomainNameCommand, se_CreateDomainNameCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/CreateModelCommand.ts b/clients/client-api-gateway/src/commands/CreateModelCommand.ts index c1b4e60dfc570..7540576a093cf 100644 --- a/clients/client-api-gateway/src/commands/CreateModelCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateModelCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateModelRequest, Model } from "../models/models_0"; import { de_CreateModelCommand, se_CreateModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/CreateRequestValidatorCommand.ts b/clients/client-api-gateway/src/commands/CreateRequestValidatorCommand.ts index e6ca3355b4d74..db5d594251105 100644 --- a/clients/client-api-gateway/src/commands/CreateRequestValidatorCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateRequestValidatorCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateRequestValidatorRequest, RequestValidator } from "../models/models_0"; import { de_CreateRequestValidatorCommand, se_CreateRequestValidatorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/CreateResourceCommand.ts b/clients/client-api-gateway/src/commands/CreateResourceCommand.ts index 7110a89330994..4120eca2dc000 100644 --- a/clients/client-api-gateway/src/commands/CreateResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateResourceCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateResourceRequest, Resource } from "../models/models_0"; import { de_CreateResourceCommand, se_CreateResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/CreateRestApiCommand.ts b/clients/client-api-gateway/src/commands/CreateRestApiCommand.ts index 44a3bc56e8b53..6e08057c7d12c 100644 --- a/clients/client-api-gateway/src/commands/CreateRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateRestApiCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateRestApiRequest, RestApi } from "../models/models_0"; import { de_CreateRestApiCommand, se_CreateRestApiCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/CreateStageCommand.ts b/clients/client-api-gateway/src/commands/CreateStageCommand.ts index 778bdc1e1ffd2..cc4d25f6ea6af 100644 --- a/clients/client-api-gateway/src/commands/CreateStageCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateStageCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateStageRequest, Stage } from "../models/models_0"; import { de_CreateStageCommand, se_CreateStageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/CreateUsagePlanCommand.ts b/clients/client-api-gateway/src/commands/CreateUsagePlanCommand.ts index b808bc67f3bce..9d6b290233954 100644 --- a/clients/client-api-gateway/src/commands/CreateUsagePlanCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateUsagePlanCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateUsagePlanRequest, UsagePlan } from "../models/models_0"; import { de_CreateUsagePlanCommand, se_CreateUsagePlanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/CreateUsagePlanKeyCommand.ts b/clients/client-api-gateway/src/commands/CreateUsagePlanKeyCommand.ts index bf33545b071c9..f44276290665c 100644 --- a/clients/client-api-gateway/src/commands/CreateUsagePlanKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateUsagePlanKeyCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateUsagePlanKeyRequest, UsagePlanKey } from "../models/models_0"; import { de_CreateUsagePlanKeyCommand, se_CreateUsagePlanKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/CreateVpcLinkCommand.ts b/clients/client-api-gateway/src/commands/CreateVpcLinkCommand.ts index a8c52bb3e205d..9a298044624cb 100644 --- a/clients/client-api-gateway/src/commands/CreateVpcLinkCommand.ts +++ b/clients/client-api-gateway/src/commands/CreateVpcLinkCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateVpcLinkRequest, VpcLink } from "../models/models_0"; import { de_CreateVpcLinkCommand, se_CreateVpcLinkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/DeleteApiKeyCommand.ts b/clients/client-api-gateway/src/commands/DeleteApiKeyCommand.ts index f6e5f549f6528..66d1ee868480a 100644 --- a/clients/client-api-gateway/src/commands/DeleteApiKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteApiKeyCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteApiKeyRequest } from "../models/models_0"; import { de_DeleteApiKeyCommand, se_DeleteApiKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/DeleteAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/DeleteAuthorizerCommand.ts index ed6d7869af499..462f9012fe98e 100644 --- a/clients/client-api-gateway/src/commands/DeleteAuthorizerCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteAuthorizerCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteAuthorizerRequest } from "../models/models_0"; import { de_DeleteAuthorizerCommand, se_DeleteAuthorizerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/DeleteBasePathMappingCommand.ts b/clients/client-api-gateway/src/commands/DeleteBasePathMappingCommand.ts index 022f84ca303b3..6cb8d42292776 100644 --- a/clients/client-api-gateway/src/commands/DeleteBasePathMappingCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteBasePathMappingCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteBasePathMappingRequest } from "../models/models_0"; import { de_DeleteBasePathMappingCommand, se_DeleteBasePathMappingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/DeleteClientCertificateCommand.ts b/clients/client-api-gateway/src/commands/DeleteClientCertificateCommand.ts index c61e8a4840103..7efd378785a60 100644 --- a/clients/client-api-gateway/src/commands/DeleteClientCertificateCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteClientCertificateCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteClientCertificateRequest } from "../models/models_0"; import { de_DeleteClientCertificateCommand, se_DeleteClientCertificateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/DeleteDeploymentCommand.ts b/clients/client-api-gateway/src/commands/DeleteDeploymentCommand.ts index 417801ec088e5..e022a8f7065e8 100644 --- a/clients/client-api-gateway/src/commands/DeleteDeploymentCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteDeploymentCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteDeploymentRequest } from "../models/models_0"; import { de_DeleteDeploymentCommand, se_DeleteDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/DeleteDocumentationPartCommand.ts b/clients/client-api-gateway/src/commands/DeleteDocumentationPartCommand.ts index 7c518cb0b7c74..23ccf08618986 100644 --- a/clients/client-api-gateway/src/commands/DeleteDocumentationPartCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteDocumentationPartCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteDocumentationPartRequest } from "../models/models_0"; import { de_DeleteDocumentationPartCommand, se_DeleteDocumentationPartCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/DeleteDocumentationVersionCommand.ts b/clients/client-api-gateway/src/commands/DeleteDocumentationVersionCommand.ts index 34f44eb949922..17f5e6688c8c7 100644 --- a/clients/client-api-gateway/src/commands/DeleteDocumentationVersionCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteDocumentationVersionCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteDocumentationVersionRequest } from "../models/models_0"; import { de_DeleteDocumentationVersionCommand, se_DeleteDocumentationVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/DeleteDomainNameCommand.ts b/clients/client-api-gateway/src/commands/DeleteDomainNameCommand.ts index eda6c7b76b51b..4dc96bf610e9e 100644 --- a/clients/client-api-gateway/src/commands/DeleteDomainNameCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteDomainNameCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteDomainNameRequest } from "../models/models_0"; import { de_DeleteDomainNameCommand, se_DeleteDomainNameCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/DeleteGatewayResponseCommand.ts b/clients/client-api-gateway/src/commands/DeleteGatewayResponseCommand.ts index 51ffe7dd6ae6b..010908b5f2e63 100644 --- a/clients/client-api-gateway/src/commands/DeleteGatewayResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteGatewayResponseCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteGatewayResponseRequest } from "../models/models_0"; import { de_DeleteGatewayResponseCommand, se_DeleteGatewayResponseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/DeleteIntegrationCommand.ts b/clients/client-api-gateway/src/commands/DeleteIntegrationCommand.ts index 52e295c8ec1bb..ea2ab72c1741c 100644 --- a/clients/client-api-gateway/src/commands/DeleteIntegrationCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteIntegrationCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteIntegrationRequest } from "../models/models_0"; import { de_DeleteIntegrationCommand, se_DeleteIntegrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/DeleteIntegrationResponseCommand.ts b/clients/client-api-gateway/src/commands/DeleteIntegrationResponseCommand.ts index b923dacd8fe70..d78381a550ff9 100644 --- a/clients/client-api-gateway/src/commands/DeleteIntegrationResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteIntegrationResponseCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteIntegrationResponseRequest } from "../models/models_0"; import { de_DeleteIntegrationResponseCommand, se_DeleteIntegrationResponseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/DeleteMethodCommand.ts b/clients/client-api-gateway/src/commands/DeleteMethodCommand.ts index 2eaca8487feea..868c0db3d7fdd 100644 --- a/clients/client-api-gateway/src/commands/DeleteMethodCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteMethodCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteMethodRequest } from "../models/models_0"; import { de_DeleteMethodCommand, se_DeleteMethodCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/DeleteMethodResponseCommand.ts b/clients/client-api-gateway/src/commands/DeleteMethodResponseCommand.ts index 30d6107c37eac..66a600f22a137 100644 --- a/clients/client-api-gateway/src/commands/DeleteMethodResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteMethodResponseCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteMethodResponseRequest } from "../models/models_0"; import { de_DeleteMethodResponseCommand, se_DeleteMethodResponseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/DeleteModelCommand.ts b/clients/client-api-gateway/src/commands/DeleteModelCommand.ts index d3c5dd44b083a..6a67689d5f80b 100644 --- a/clients/client-api-gateway/src/commands/DeleteModelCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteModelCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteModelRequest } from "../models/models_0"; import { de_DeleteModelCommand, se_DeleteModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/DeleteRequestValidatorCommand.ts b/clients/client-api-gateway/src/commands/DeleteRequestValidatorCommand.ts index 6317d32d14454..dd2d547957d6f 100644 --- a/clients/client-api-gateway/src/commands/DeleteRequestValidatorCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteRequestValidatorCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteRequestValidatorRequest } from "../models/models_0"; import { de_DeleteRequestValidatorCommand, se_DeleteRequestValidatorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/DeleteResourceCommand.ts b/clients/client-api-gateway/src/commands/DeleteResourceCommand.ts index c8ab8b3e29c8b..954d84455afae 100644 --- a/clients/client-api-gateway/src/commands/DeleteResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteResourceCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteResourceRequest } from "../models/models_0"; import { de_DeleteResourceCommand, se_DeleteResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/DeleteRestApiCommand.ts b/clients/client-api-gateway/src/commands/DeleteRestApiCommand.ts index a70ac19d4f4e3..aeaeab46cf03f 100644 --- a/clients/client-api-gateway/src/commands/DeleteRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteRestApiCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteRestApiRequest } from "../models/models_0"; import { de_DeleteRestApiCommand, se_DeleteRestApiCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/DeleteStageCommand.ts b/clients/client-api-gateway/src/commands/DeleteStageCommand.ts index 6d8c009d3ccc8..6862a464d7ebc 100644 --- a/clients/client-api-gateway/src/commands/DeleteStageCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteStageCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteStageRequest } from "../models/models_0"; import { de_DeleteStageCommand, se_DeleteStageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/DeleteUsagePlanCommand.ts b/clients/client-api-gateway/src/commands/DeleteUsagePlanCommand.ts index 58ad54ded8d57..f4f43b526b28a 100644 --- a/clients/client-api-gateway/src/commands/DeleteUsagePlanCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteUsagePlanCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteUsagePlanRequest } from "../models/models_0"; import { de_DeleteUsagePlanCommand, se_DeleteUsagePlanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/DeleteUsagePlanKeyCommand.ts b/clients/client-api-gateway/src/commands/DeleteUsagePlanKeyCommand.ts index e13fcf2577758..c59779fd830d3 100644 --- a/clients/client-api-gateway/src/commands/DeleteUsagePlanKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteUsagePlanKeyCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteUsagePlanKeyRequest } from "../models/models_0"; import { de_DeleteUsagePlanKeyCommand, se_DeleteUsagePlanKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/DeleteVpcLinkCommand.ts b/clients/client-api-gateway/src/commands/DeleteVpcLinkCommand.ts index 312064e2963db..9635cc1c0625c 100644 --- a/clients/client-api-gateway/src/commands/DeleteVpcLinkCommand.ts +++ b/clients/client-api-gateway/src/commands/DeleteVpcLinkCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteVpcLinkRequest } from "../models/models_0"; import { de_DeleteVpcLinkCommand, se_DeleteVpcLinkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/FlushStageAuthorizersCacheCommand.ts b/clients/client-api-gateway/src/commands/FlushStageAuthorizersCacheCommand.ts index 125a3d7278929..9ba7e642b823a 100644 --- a/clients/client-api-gateway/src/commands/FlushStageAuthorizersCacheCommand.ts +++ b/clients/client-api-gateway/src/commands/FlushStageAuthorizersCacheCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { FlushStageAuthorizersCacheRequest } from "../models/models_0"; import { de_FlushStageAuthorizersCacheCommand, se_FlushStageAuthorizersCacheCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/FlushStageCacheCommand.ts b/clients/client-api-gateway/src/commands/FlushStageCacheCommand.ts index 5f8eb7129d50b..a7faf55e78cd0 100644 --- a/clients/client-api-gateway/src/commands/FlushStageCacheCommand.ts +++ b/clients/client-api-gateway/src/commands/FlushStageCacheCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { FlushStageCacheRequest } from "../models/models_0"; import { de_FlushStageCacheCommand, se_FlushStageCacheCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GenerateClientCertificateCommand.ts b/clients/client-api-gateway/src/commands/GenerateClientCertificateCommand.ts index 1b2faf10afec5..7c1f814377c09 100644 --- a/clients/client-api-gateway/src/commands/GenerateClientCertificateCommand.ts +++ b/clients/client-api-gateway/src/commands/GenerateClientCertificateCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ClientCertificate, GenerateClientCertificateRequest } from "../models/models_0"; import { de_GenerateClientCertificateCommand, se_GenerateClientCertificateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetAccountCommand.ts b/clients/client-api-gateway/src/commands/GetAccountCommand.ts index eba9d126e19fb..a846c54b36950 100644 --- a/clients/client-api-gateway/src/commands/GetAccountCommand.ts +++ b/clients/client-api-gateway/src/commands/GetAccountCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Account, GetAccountRequest } from "../models/models_0"; import { de_GetAccountCommand, se_GetAccountCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetApiKeyCommand.ts b/clients/client-api-gateway/src/commands/GetApiKeyCommand.ts index a9d74ce3ad00c..586c6dec09f5d 100644 --- a/clients/client-api-gateway/src/commands/GetApiKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/GetApiKeyCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ApiKey, GetApiKeyRequest } from "../models/models_0"; import { de_GetApiKeyCommand, se_GetApiKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetApiKeysCommand.ts b/clients/client-api-gateway/src/commands/GetApiKeysCommand.ts index 663aaa591b321..3be285abc69b7 100644 --- a/clients/client-api-gateway/src/commands/GetApiKeysCommand.ts +++ b/clients/client-api-gateway/src/commands/GetApiKeysCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ApiKeys, GetApiKeysRequest } from "../models/models_0"; import { de_GetApiKeysCommand, se_GetApiKeysCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/GetAuthorizerCommand.ts index 6487af02809f3..08212a2de1098 100644 --- a/clients/client-api-gateway/src/commands/GetAuthorizerCommand.ts +++ b/clients/client-api-gateway/src/commands/GetAuthorizerCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Authorizer, GetAuthorizerRequest } from "../models/models_0"; import { de_GetAuthorizerCommand, se_GetAuthorizerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetAuthorizersCommand.ts b/clients/client-api-gateway/src/commands/GetAuthorizersCommand.ts index cd07f122ad942..27fab3c102e08 100644 --- a/clients/client-api-gateway/src/commands/GetAuthorizersCommand.ts +++ b/clients/client-api-gateway/src/commands/GetAuthorizersCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Authorizers, GetAuthorizersRequest } from "../models/models_0"; import { de_GetAuthorizersCommand, se_GetAuthorizersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetBasePathMappingCommand.ts b/clients/client-api-gateway/src/commands/GetBasePathMappingCommand.ts index 701e0df6ba809..35c1ed1243a33 100644 --- a/clients/client-api-gateway/src/commands/GetBasePathMappingCommand.ts +++ b/clients/client-api-gateway/src/commands/GetBasePathMappingCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BasePathMapping, GetBasePathMappingRequest } from "../models/models_0"; import { de_GetBasePathMappingCommand, se_GetBasePathMappingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetBasePathMappingsCommand.ts b/clients/client-api-gateway/src/commands/GetBasePathMappingsCommand.ts index b9e4afe633320..09a57ac30dcf7 100644 --- a/clients/client-api-gateway/src/commands/GetBasePathMappingsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetBasePathMappingsCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BasePathMappings, GetBasePathMappingsRequest } from "../models/models_0"; import { de_GetBasePathMappingsCommand, se_GetBasePathMappingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetClientCertificateCommand.ts b/clients/client-api-gateway/src/commands/GetClientCertificateCommand.ts index f82304d45049c..23575e6e0249d 100644 --- a/clients/client-api-gateway/src/commands/GetClientCertificateCommand.ts +++ b/clients/client-api-gateway/src/commands/GetClientCertificateCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ClientCertificate, GetClientCertificateRequest } from "../models/models_0"; import { de_GetClientCertificateCommand, se_GetClientCertificateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetClientCertificatesCommand.ts b/clients/client-api-gateway/src/commands/GetClientCertificatesCommand.ts index 59997f2168657..333d5af11fb56 100644 --- a/clients/client-api-gateway/src/commands/GetClientCertificatesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetClientCertificatesCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ClientCertificates, GetClientCertificatesRequest } from "../models/models_0"; import { de_GetClientCertificatesCommand, se_GetClientCertificatesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetDeploymentCommand.ts b/clients/client-api-gateway/src/commands/GetDeploymentCommand.ts index d2ce88722f5c0..ea19a39c7a843 100644 --- a/clients/client-api-gateway/src/commands/GetDeploymentCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDeploymentCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Deployment, GetDeploymentRequest } from "../models/models_0"; import { de_GetDeploymentCommand, se_GetDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetDeploymentsCommand.ts b/clients/client-api-gateway/src/commands/GetDeploymentsCommand.ts index f9a5fa34c19c5..7df6b019fdc43 100644 --- a/clients/client-api-gateway/src/commands/GetDeploymentsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDeploymentsCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Deployments, GetDeploymentsRequest } from "../models/models_0"; import { de_GetDeploymentsCommand, se_GetDeploymentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetDocumentationPartCommand.ts b/clients/client-api-gateway/src/commands/GetDocumentationPartCommand.ts index 8e9bdd55264e0..7f6481e65da9d 100644 --- a/clients/client-api-gateway/src/commands/GetDocumentationPartCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDocumentationPartCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DocumentationPart, GetDocumentationPartRequest } from "../models/models_0"; import { de_GetDocumentationPartCommand, se_GetDocumentationPartCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetDocumentationPartsCommand.ts b/clients/client-api-gateway/src/commands/GetDocumentationPartsCommand.ts index d590169511b7c..1d1d9102dee97 100644 --- a/clients/client-api-gateway/src/commands/GetDocumentationPartsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDocumentationPartsCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DocumentationParts, GetDocumentationPartsRequest } from "../models/models_0"; import { de_GetDocumentationPartsCommand, se_GetDocumentationPartsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetDocumentationVersionCommand.ts b/clients/client-api-gateway/src/commands/GetDocumentationVersionCommand.ts index 608a6cb023749..8775a2179987f 100644 --- a/clients/client-api-gateway/src/commands/GetDocumentationVersionCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDocumentationVersionCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DocumentationVersion, GetDocumentationVersionRequest } from "../models/models_0"; import { de_GetDocumentationVersionCommand, se_GetDocumentationVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetDocumentationVersionsCommand.ts b/clients/client-api-gateway/src/commands/GetDocumentationVersionsCommand.ts index b482b965d7d16..e6f16776e0d58 100644 --- a/clients/client-api-gateway/src/commands/GetDocumentationVersionsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDocumentationVersionsCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DocumentationVersions, GetDocumentationVersionsRequest } from "../models/models_0"; import { de_GetDocumentationVersionsCommand, se_GetDocumentationVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetDomainNameCommand.ts b/clients/client-api-gateway/src/commands/GetDomainNameCommand.ts index 2da6c3e83c893..8333bc6fce4d3 100644 --- a/clients/client-api-gateway/src/commands/GetDomainNameCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDomainNameCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DomainName, GetDomainNameRequest } from "../models/models_0"; import { de_GetDomainNameCommand, se_GetDomainNameCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetDomainNamesCommand.ts b/clients/client-api-gateway/src/commands/GetDomainNamesCommand.ts index c6654e4f5675a..a4ffdce0de64e 100644 --- a/clients/client-api-gateway/src/commands/GetDomainNamesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetDomainNamesCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DomainNames, GetDomainNamesRequest } from "../models/models_0"; import { de_GetDomainNamesCommand, se_GetDomainNamesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetExportCommand.ts b/clients/client-api-gateway/src/commands/GetExportCommand.ts index e170a28567ced..1ab25ddbe79c0 100644 --- a/clients/client-api-gateway/src/commands/GetExportCommand.ts +++ b/clients/client-api-gateway/src/commands/GetExportCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ExportResponse, GetExportRequest } from "../models/models_0"; import { de_GetExportCommand, se_GetExportCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetGatewayResponseCommand.ts b/clients/client-api-gateway/src/commands/GetGatewayResponseCommand.ts index 4e31298495e2f..231dba07b1799 100644 --- a/clients/client-api-gateway/src/commands/GetGatewayResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/GetGatewayResponseCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GatewayResponse, GetGatewayResponseRequest } from "../models/models_0"; import { de_GetGatewayResponseCommand, se_GetGatewayResponseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetGatewayResponsesCommand.ts b/clients/client-api-gateway/src/commands/GetGatewayResponsesCommand.ts index 0da8c9b16e78f..cf665074db48d 100644 --- a/clients/client-api-gateway/src/commands/GetGatewayResponsesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetGatewayResponsesCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GatewayResponses, GetGatewayResponsesRequest } from "../models/models_0"; import { de_GetGatewayResponsesCommand, se_GetGatewayResponsesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetIntegrationCommand.ts b/clients/client-api-gateway/src/commands/GetIntegrationCommand.ts index 3c5096a9edb0c..77675da2b5f81 100644 --- a/clients/client-api-gateway/src/commands/GetIntegrationCommand.ts +++ b/clients/client-api-gateway/src/commands/GetIntegrationCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetIntegrationRequest, Integration } from "../models/models_0"; import { de_GetIntegrationCommand, se_GetIntegrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetIntegrationResponseCommand.ts b/clients/client-api-gateway/src/commands/GetIntegrationResponseCommand.ts index 9380acc2248ac..25fb2af2141e8 100644 --- a/clients/client-api-gateway/src/commands/GetIntegrationResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/GetIntegrationResponseCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetIntegrationResponseRequest, IntegrationResponse } from "../models/models_0"; import { de_GetIntegrationResponseCommand, se_GetIntegrationResponseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetMethodCommand.ts b/clients/client-api-gateway/src/commands/GetMethodCommand.ts index f7264f2732b09..dbbf160408d99 100644 --- a/clients/client-api-gateway/src/commands/GetMethodCommand.ts +++ b/clients/client-api-gateway/src/commands/GetMethodCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetMethodRequest, Method } from "../models/models_0"; import { de_GetMethodCommand, se_GetMethodCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetMethodResponseCommand.ts b/clients/client-api-gateway/src/commands/GetMethodResponseCommand.ts index 9b7e73a8627d4..236e411894e7c 100644 --- a/clients/client-api-gateway/src/commands/GetMethodResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/GetMethodResponseCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetMethodResponseRequest, MethodResponse } from "../models/models_0"; import { de_GetMethodResponseCommand, se_GetMethodResponseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetModelCommand.ts b/clients/client-api-gateway/src/commands/GetModelCommand.ts index 71adbcd15181b..7a00149abef94 100644 --- a/clients/client-api-gateway/src/commands/GetModelCommand.ts +++ b/clients/client-api-gateway/src/commands/GetModelCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetModelRequest, Model } from "../models/models_0"; import { de_GetModelCommand, se_GetModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetModelTemplateCommand.ts b/clients/client-api-gateway/src/commands/GetModelTemplateCommand.ts index e7c114891988f..25a9787d5d985 100644 --- a/clients/client-api-gateway/src/commands/GetModelTemplateCommand.ts +++ b/clients/client-api-gateway/src/commands/GetModelTemplateCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetModelTemplateRequest, Template } from "../models/models_0"; import { de_GetModelTemplateCommand, se_GetModelTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetModelsCommand.ts b/clients/client-api-gateway/src/commands/GetModelsCommand.ts index d3ba695d77fa5..b438d4b19ee60 100644 --- a/clients/client-api-gateway/src/commands/GetModelsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetModelsCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetModelsRequest, Models } from "../models/models_0"; import { de_GetModelsCommand, se_GetModelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetRequestValidatorCommand.ts b/clients/client-api-gateway/src/commands/GetRequestValidatorCommand.ts index 9fb95290f5a04..1b247eace717c 100644 --- a/clients/client-api-gateway/src/commands/GetRequestValidatorCommand.ts +++ b/clients/client-api-gateway/src/commands/GetRequestValidatorCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetRequestValidatorRequest, RequestValidator } from "../models/models_0"; import { de_GetRequestValidatorCommand, se_GetRequestValidatorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetRequestValidatorsCommand.ts b/clients/client-api-gateway/src/commands/GetRequestValidatorsCommand.ts index ce0372adadc92..dc6eb0167ba0a 100644 --- a/clients/client-api-gateway/src/commands/GetRequestValidatorsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetRequestValidatorsCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetRequestValidatorsRequest, RequestValidators } from "../models/models_0"; import { de_GetRequestValidatorsCommand, se_GetRequestValidatorsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetResourceCommand.ts b/clients/client-api-gateway/src/commands/GetResourceCommand.ts index 7d1d70bfe7dcf..9ad554958adbb 100644 --- a/clients/client-api-gateway/src/commands/GetResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/GetResourceCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetResourceRequest, Resource } from "../models/models_0"; import { de_GetResourceCommand, se_GetResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetResourcesCommand.ts b/clients/client-api-gateway/src/commands/GetResourcesCommand.ts index b6b3acc23313a..bcd352544257d 100644 --- a/clients/client-api-gateway/src/commands/GetResourcesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetResourcesCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetResourcesRequest, Resources } from "../models/models_0"; import { de_GetResourcesCommand, se_GetResourcesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetRestApiCommand.ts b/clients/client-api-gateway/src/commands/GetRestApiCommand.ts index 67fc885829d83..73a05fe9e9e6a 100644 --- a/clients/client-api-gateway/src/commands/GetRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/GetRestApiCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetRestApiRequest, RestApi } from "../models/models_0"; import { de_GetRestApiCommand, se_GetRestApiCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetRestApisCommand.ts b/clients/client-api-gateway/src/commands/GetRestApisCommand.ts index f9466003a7490..06799fd2f153d 100644 --- a/clients/client-api-gateway/src/commands/GetRestApisCommand.ts +++ b/clients/client-api-gateway/src/commands/GetRestApisCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetRestApisRequest, RestApis } from "../models/models_0"; import { de_GetRestApisCommand, se_GetRestApisCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetSdkCommand.ts b/clients/client-api-gateway/src/commands/GetSdkCommand.ts index fff5f945c0765..4809677f15af3 100644 --- a/clients/client-api-gateway/src/commands/GetSdkCommand.ts +++ b/clients/client-api-gateway/src/commands/GetSdkCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetSdkRequest, SdkResponse } from "../models/models_0"; import { de_GetSdkCommand, se_GetSdkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetSdkTypeCommand.ts b/clients/client-api-gateway/src/commands/GetSdkTypeCommand.ts index 8ceb80fc66d0d..74ec59d784b00 100644 --- a/clients/client-api-gateway/src/commands/GetSdkTypeCommand.ts +++ b/clients/client-api-gateway/src/commands/GetSdkTypeCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetSdkTypeRequest, SdkType } from "../models/models_0"; import { de_GetSdkTypeCommand, se_GetSdkTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetSdkTypesCommand.ts b/clients/client-api-gateway/src/commands/GetSdkTypesCommand.ts index 4ba75df421294..3c6662a92a7f9 100644 --- a/clients/client-api-gateway/src/commands/GetSdkTypesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetSdkTypesCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetSdkTypesRequest, SdkTypes } from "../models/models_0"; import { de_GetSdkTypesCommand, se_GetSdkTypesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetStageCommand.ts b/clients/client-api-gateway/src/commands/GetStageCommand.ts index b858e85a2936a..70bc0e4c5d84e 100644 --- a/clients/client-api-gateway/src/commands/GetStageCommand.ts +++ b/clients/client-api-gateway/src/commands/GetStageCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetStageRequest, Stage } from "../models/models_0"; import { de_GetStageCommand, se_GetStageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetStagesCommand.ts b/clients/client-api-gateway/src/commands/GetStagesCommand.ts index ea8d7364297d4..e19dce85b07e2 100644 --- a/clients/client-api-gateway/src/commands/GetStagesCommand.ts +++ b/clients/client-api-gateway/src/commands/GetStagesCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetStagesRequest, Stages } from "../models/models_0"; import { de_GetStagesCommand, se_GetStagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetTagsCommand.ts b/clients/client-api-gateway/src/commands/GetTagsCommand.ts index 2aebe0a9cad34..f57a76e1aa622 100644 --- a/clients/client-api-gateway/src/commands/GetTagsCommand.ts +++ b/clients/client-api-gateway/src/commands/GetTagsCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetTagsRequest, Tags } from "../models/models_0"; import { de_GetTagsCommand, se_GetTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetUsageCommand.ts b/clients/client-api-gateway/src/commands/GetUsageCommand.ts index f2a4cba01c1bb..e108664e9f0b0 100644 --- a/clients/client-api-gateway/src/commands/GetUsageCommand.ts +++ b/clients/client-api-gateway/src/commands/GetUsageCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetUsageRequest, Usage } from "../models/models_0"; import { de_GetUsageCommand, se_GetUsageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetUsagePlanCommand.ts b/clients/client-api-gateway/src/commands/GetUsagePlanCommand.ts index ae2291632dcbd..1248a471f22cd 100644 --- a/clients/client-api-gateway/src/commands/GetUsagePlanCommand.ts +++ b/clients/client-api-gateway/src/commands/GetUsagePlanCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetUsagePlanRequest, UsagePlan } from "../models/models_0"; import { de_GetUsagePlanCommand, se_GetUsagePlanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetUsagePlanKeyCommand.ts b/clients/client-api-gateway/src/commands/GetUsagePlanKeyCommand.ts index 137ccacd85f56..e809ea79f45d7 100644 --- a/clients/client-api-gateway/src/commands/GetUsagePlanKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/GetUsagePlanKeyCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetUsagePlanKeyRequest, UsagePlanKey } from "../models/models_0"; import { de_GetUsagePlanKeyCommand, se_GetUsagePlanKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetUsagePlanKeysCommand.ts b/clients/client-api-gateway/src/commands/GetUsagePlanKeysCommand.ts index d67664820608f..6425fc4017576 100644 --- a/clients/client-api-gateway/src/commands/GetUsagePlanKeysCommand.ts +++ b/clients/client-api-gateway/src/commands/GetUsagePlanKeysCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetUsagePlanKeysRequest, UsagePlanKeys } from "../models/models_0"; import { de_GetUsagePlanKeysCommand, se_GetUsagePlanKeysCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetUsagePlansCommand.ts b/clients/client-api-gateway/src/commands/GetUsagePlansCommand.ts index 687b1de600bd1..243a37dd2c071 100644 --- a/clients/client-api-gateway/src/commands/GetUsagePlansCommand.ts +++ b/clients/client-api-gateway/src/commands/GetUsagePlansCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetUsagePlansRequest, UsagePlans } from "../models/models_0"; import { de_GetUsagePlansCommand, se_GetUsagePlansCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetVpcLinkCommand.ts b/clients/client-api-gateway/src/commands/GetVpcLinkCommand.ts index fa97810fa3023..ea91fb2357ee8 100644 --- a/clients/client-api-gateway/src/commands/GetVpcLinkCommand.ts +++ b/clients/client-api-gateway/src/commands/GetVpcLinkCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetVpcLinkRequest, VpcLink } from "../models/models_0"; import { de_GetVpcLinkCommand, se_GetVpcLinkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/GetVpcLinksCommand.ts b/clients/client-api-gateway/src/commands/GetVpcLinksCommand.ts index ad848a589ebd2..91bf52f01da9b 100644 --- a/clients/client-api-gateway/src/commands/GetVpcLinksCommand.ts +++ b/clients/client-api-gateway/src/commands/GetVpcLinksCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetVpcLinksRequest, VpcLinks } from "../models/models_0"; import { de_GetVpcLinksCommand, se_GetVpcLinksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts b/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts index 89ed7ef7579ad..fd2848ce8d97b 100644 --- a/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts +++ b/clients/client-api-gateway/src/commands/ImportApiKeysCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ApiKeyIds, ImportApiKeysRequest } from "../models/models_0"; import { de_ImportApiKeysCommand, se_ImportApiKeysCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts b/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts index a80f215e2bd04..136c0194d9449 100644 --- a/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts +++ b/clients/client-api-gateway/src/commands/ImportDocumentationPartsCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DocumentationPartIds, ImportDocumentationPartsRequest } from "../models/models_0"; import { de_ImportDocumentationPartsCommand, se_ImportDocumentationPartsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts b/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts index da22aa980340b..3243e24301ce1 100644 --- a/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/ImportRestApiCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ImportRestApiRequest, RestApi } from "../models/models_0"; import { de_ImportRestApiCommand, se_ImportRestApiCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/PutGatewayResponseCommand.ts b/clients/client-api-gateway/src/commands/PutGatewayResponseCommand.ts index e8d280eb2cd83..ab9002069971f 100644 --- a/clients/client-api-gateway/src/commands/PutGatewayResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/PutGatewayResponseCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GatewayResponse, PutGatewayResponseRequest } from "../models/models_0"; import { de_PutGatewayResponseCommand, se_PutGatewayResponseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/PutIntegrationCommand.ts b/clients/client-api-gateway/src/commands/PutIntegrationCommand.ts index f66c85501b645..6f5f1a8f9e715 100644 --- a/clients/client-api-gateway/src/commands/PutIntegrationCommand.ts +++ b/clients/client-api-gateway/src/commands/PutIntegrationCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Integration, PutIntegrationRequest } from "../models/models_0"; import { de_PutIntegrationCommand, se_PutIntegrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/PutIntegrationResponseCommand.ts b/clients/client-api-gateway/src/commands/PutIntegrationResponseCommand.ts index 2e4f46a8afe88..778e91b85667c 100644 --- a/clients/client-api-gateway/src/commands/PutIntegrationResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/PutIntegrationResponseCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { IntegrationResponse, PutIntegrationResponseRequest } from "../models/models_0"; import { de_PutIntegrationResponseCommand, se_PutIntegrationResponseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/PutMethodCommand.ts b/clients/client-api-gateway/src/commands/PutMethodCommand.ts index 13acdc6c606c6..686ee2668b201 100644 --- a/clients/client-api-gateway/src/commands/PutMethodCommand.ts +++ b/clients/client-api-gateway/src/commands/PutMethodCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Method, PutMethodRequest } from "../models/models_0"; import { de_PutMethodCommand, se_PutMethodCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/PutMethodResponseCommand.ts b/clients/client-api-gateway/src/commands/PutMethodResponseCommand.ts index 5d5bf75bd788d..18d1f8b4d5dd8 100644 --- a/clients/client-api-gateway/src/commands/PutMethodResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/PutMethodResponseCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { MethodResponse, PutMethodResponseRequest } from "../models/models_0"; import { de_PutMethodResponseCommand, se_PutMethodResponseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/PutRestApiCommand.ts b/clients/client-api-gateway/src/commands/PutRestApiCommand.ts index a4f421f2d2a1e..387e5ccd1df3f 100644 --- a/clients/client-api-gateway/src/commands/PutRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/PutRestApiCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutRestApiRequest, RestApi } from "../models/models_0"; import { de_PutRestApiCommand, se_PutRestApiCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/TagResourceCommand.ts b/clients/client-api-gateway/src/commands/TagResourceCommand.ts index 462fc47669087..495ab3d928002 100644 --- a/clients/client-api-gateway/src/commands/TagResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceRequest } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/TestInvokeAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/TestInvokeAuthorizerCommand.ts index 48e4218d2c7fe..f745b288ba375 100644 --- a/clients/client-api-gateway/src/commands/TestInvokeAuthorizerCommand.ts +++ b/clients/client-api-gateway/src/commands/TestInvokeAuthorizerCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TestInvokeAuthorizerRequest, TestInvokeAuthorizerResponse } from "../models/models_0"; import { de_TestInvokeAuthorizerCommand, se_TestInvokeAuthorizerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/TestInvokeMethodCommand.ts b/clients/client-api-gateway/src/commands/TestInvokeMethodCommand.ts index 9861b465009b9..dcec7e9526bb6 100644 --- a/clients/client-api-gateway/src/commands/TestInvokeMethodCommand.ts +++ b/clients/client-api-gateway/src/commands/TestInvokeMethodCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TestInvokeMethodRequest, TestInvokeMethodResponse } from "../models/models_0"; import { de_TestInvokeMethodCommand, se_TestInvokeMethodCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UntagResourceCommand.ts b/clients/client-api-gateway/src/commands/UntagResourceCommand.ts index b570e5517a7f6..31e0d77f6e5a7 100644 --- a/clients/client-api-gateway/src/commands/UntagResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UpdateAccountCommand.ts b/clients/client-api-gateway/src/commands/UpdateAccountCommand.ts index b29cf737841fd..3d4339b2a24f7 100644 --- a/clients/client-api-gateway/src/commands/UpdateAccountCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateAccountCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Account, UpdateAccountRequest } from "../models/models_0"; import { de_UpdateAccountCommand, se_UpdateAccountCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UpdateApiKeyCommand.ts b/clients/client-api-gateway/src/commands/UpdateApiKeyCommand.ts index f08cf25febbd0..37d39cc1897dc 100644 --- a/clients/client-api-gateway/src/commands/UpdateApiKeyCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateApiKeyCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ApiKey, UpdateApiKeyRequest } from "../models/models_0"; import { de_UpdateApiKeyCommand, se_UpdateApiKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UpdateAuthorizerCommand.ts b/clients/client-api-gateway/src/commands/UpdateAuthorizerCommand.ts index f08bb5e04c5e8..462f7ded80fd8 100644 --- a/clients/client-api-gateway/src/commands/UpdateAuthorizerCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateAuthorizerCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Authorizer, UpdateAuthorizerRequest } from "../models/models_0"; import { de_UpdateAuthorizerCommand, se_UpdateAuthorizerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UpdateBasePathMappingCommand.ts b/clients/client-api-gateway/src/commands/UpdateBasePathMappingCommand.ts index 35374331ad9b0..f45fb7fee9749 100644 --- a/clients/client-api-gateway/src/commands/UpdateBasePathMappingCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateBasePathMappingCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BasePathMapping, UpdateBasePathMappingRequest } from "../models/models_0"; import { de_UpdateBasePathMappingCommand, se_UpdateBasePathMappingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UpdateClientCertificateCommand.ts b/clients/client-api-gateway/src/commands/UpdateClientCertificateCommand.ts index 6c6523bcd9559..1cd8771f1d3da 100644 --- a/clients/client-api-gateway/src/commands/UpdateClientCertificateCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateClientCertificateCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ClientCertificate, UpdateClientCertificateRequest } from "../models/models_0"; import { de_UpdateClientCertificateCommand, se_UpdateClientCertificateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UpdateDeploymentCommand.ts b/clients/client-api-gateway/src/commands/UpdateDeploymentCommand.ts index bce77fad4e04b..05883301fe53b 100644 --- a/clients/client-api-gateway/src/commands/UpdateDeploymentCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateDeploymentCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Deployment, UpdateDeploymentRequest } from "../models/models_0"; import { de_UpdateDeploymentCommand, se_UpdateDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UpdateDocumentationPartCommand.ts b/clients/client-api-gateway/src/commands/UpdateDocumentationPartCommand.ts index 1f4ff6bbbda21..2bb5c04ee6d9c 100644 --- a/clients/client-api-gateway/src/commands/UpdateDocumentationPartCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateDocumentationPartCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DocumentationPart, UpdateDocumentationPartRequest } from "../models/models_0"; import { de_UpdateDocumentationPartCommand, se_UpdateDocumentationPartCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UpdateDocumentationVersionCommand.ts b/clients/client-api-gateway/src/commands/UpdateDocumentationVersionCommand.ts index 20e83b644fbed..9ed0166717bf3 100644 --- a/clients/client-api-gateway/src/commands/UpdateDocumentationVersionCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateDocumentationVersionCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DocumentationVersion, UpdateDocumentationVersionRequest } from "../models/models_0"; import { de_UpdateDocumentationVersionCommand, se_UpdateDocumentationVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UpdateDomainNameCommand.ts b/clients/client-api-gateway/src/commands/UpdateDomainNameCommand.ts index 3252cb02611dd..c0cf21852e932 100644 --- a/clients/client-api-gateway/src/commands/UpdateDomainNameCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateDomainNameCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DomainName, UpdateDomainNameRequest } from "../models/models_0"; import { de_UpdateDomainNameCommand, se_UpdateDomainNameCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UpdateGatewayResponseCommand.ts b/clients/client-api-gateway/src/commands/UpdateGatewayResponseCommand.ts index 8e8d12a7c2ec7..23ff093f36969 100644 --- a/clients/client-api-gateway/src/commands/UpdateGatewayResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateGatewayResponseCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GatewayResponse, UpdateGatewayResponseRequest } from "../models/models_0"; import { de_UpdateGatewayResponseCommand, se_UpdateGatewayResponseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UpdateIntegrationCommand.ts b/clients/client-api-gateway/src/commands/UpdateIntegrationCommand.ts index 7154b18ef45e3..0f0b7d9c1f9dd 100644 --- a/clients/client-api-gateway/src/commands/UpdateIntegrationCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateIntegrationCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Integration, UpdateIntegrationRequest } from "../models/models_0"; import { de_UpdateIntegrationCommand, se_UpdateIntegrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UpdateIntegrationResponseCommand.ts b/clients/client-api-gateway/src/commands/UpdateIntegrationResponseCommand.ts index d6a90f4bdac57..18545f554e7f1 100644 --- a/clients/client-api-gateway/src/commands/UpdateIntegrationResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateIntegrationResponseCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { IntegrationResponse, UpdateIntegrationResponseRequest } from "../models/models_0"; import { de_UpdateIntegrationResponseCommand, se_UpdateIntegrationResponseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UpdateMethodCommand.ts b/clients/client-api-gateway/src/commands/UpdateMethodCommand.ts index 6dda9cd36c5aa..890318bea8830 100644 --- a/clients/client-api-gateway/src/commands/UpdateMethodCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateMethodCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Method, UpdateMethodRequest } from "../models/models_0"; import { de_UpdateMethodCommand, se_UpdateMethodCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UpdateMethodResponseCommand.ts b/clients/client-api-gateway/src/commands/UpdateMethodResponseCommand.ts index b291e8e7383a7..135cc749c41c1 100644 --- a/clients/client-api-gateway/src/commands/UpdateMethodResponseCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateMethodResponseCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { MethodResponse, UpdateMethodResponseRequest } from "../models/models_0"; import { de_UpdateMethodResponseCommand, se_UpdateMethodResponseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UpdateModelCommand.ts b/clients/client-api-gateway/src/commands/UpdateModelCommand.ts index a11c54cc78567..5fe75d71a2c1f 100644 --- a/clients/client-api-gateway/src/commands/UpdateModelCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateModelCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Model, UpdateModelRequest } from "../models/models_0"; import { de_UpdateModelCommand, se_UpdateModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UpdateRequestValidatorCommand.ts b/clients/client-api-gateway/src/commands/UpdateRequestValidatorCommand.ts index 128e4906f976e..d58c77a22dfa5 100644 --- a/clients/client-api-gateway/src/commands/UpdateRequestValidatorCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateRequestValidatorCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { RequestValidator, UpdateRequestValidatorRequest } from "../models/models_0"; import { de_UpdateRequestValidatorCommand, se_UpdateRequestValidatorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UpdateResourceCommand.ts b/clients/client-api-gateway/src/commands/UpdateResourceCommand.ts index 3d499a6f09e0f..86a15c86d0e4f 100644 --- a/clients/client-api-gateway/src/commands/UpdateResourceCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateResourceCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Resource, UpdateResourceRequest } from "../models/models_0"; import { de_UpdateResourceCommand, se_UpdateResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UpdateRestApiCommand.ts b/clients/client-api-gateway/src/commands/UpdateRestApiCommand.ts index 990f65e59acf6..969abe070cc0e 100644 --- a/clients/client-api-gateway/src/commands/UpdateRestApiCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateRestApiCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { RestApi, UpdateRestApiRequest } from "../models/models_0"; import { de_UpdateRestApiCommand, se_UpdateRestApiCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UpdateStageCommand.ts b/clients/client-api-gateway/src/commands/UpdateStageCommand.ts index ca6af481dcca4..7fd6853b857de 100644 --- a/clients/client-api-gateway/src/commands/UpdateStageCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateStageCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Stage, UpdateStageRequest } from "../models/models_0"; import { de_UpdateStageCommand, se_UpdateStageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UpdateUsageCommand.ts b/clients/client-api-gateway/src/commands/UpdateUsageCommand.ts index 349f4ec044dfe..1918c17370e3e 100644 --- a/clients/client-api-gateway/src/commands/UpdateUsageCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateUsageCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateUsageRequest, Usage } from "../models/models_0"; import { de_UpdateUsageCommand, se_UpdateUsageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UpdateUsagePlanCommand.ts b/clients/client-api-gateway/src/commands/UpdateUsagePlanCommand.ts index 97f62b086c155..913a0c7c41ec3 100644 --- a/clients/client-api-gateway/src/commands/UpdateUsagePlanCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateUsagePlanCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateUsagePlanRequest, UsagePlan } from "../models/models_0"; import { de_UpdateUsagePlanCommand, se_UpdateUsagePlanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/commands/UpdateVpcLinkCommand.ts b/clients/client-api-gateway/src/commands/UpdateVpcLinkCommand.ts index fcc3fd6163838..f10ce8542d6a4 100644 --- a/clients/client-api-gateway/src/commands/UpdateVpcLinkCommand.ts +++ b/clients/client-api-gateway/src/commands/UpdateVpcLinkCommand.ts @@ -17,6 +17,10 @@ import { APIGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateVpcLinkRequest, VpcLink } from "../models/models_0"; import { de_UpdateVpcLinkCommand, se_UpdateVpcLinkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-api-gateway/src/index.ts b/clients/client-api-gateway/src/index.ts index b1992010dc6c1..4d0e486ac0d27 100644 --- a/clients/client-api-gateway/src/index.ts +++ b/clients/client-api-gateway/src/index.ts @@ -1,8 +1,15 @@ -export * from "./APIGateway"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon API Gateway + *

Amazon API Gateway helps developers deliver robust, secure, and scalable mobile and web application back ends. API Gateway allows developers to securely connect mobile and web applications to APIs that run on AWS Lambda, Amazon EC2, or other publicly addressable web services that are hosted outside of AWS.

+ * + * @packageDocumentation + */ export * from "./APIGatewayClient"; +export * from "./APIGateway"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { APIGatewayServiceException } from "./models/APIGatewayServiceException"; diff --git a/clients/client-api-gateway/src/models/APIGatewayServiceException.ts b/clients/client-api-gateway/src/models/APIGatewayServiceException.ts index bf1b87a3ca79a..c8e471ae7b099 100644 --- a/clients/client-api-gateway/src/models/APIGatewayServiceException.ts +++ b/clients/client-api-gateway/src/models/APIGatewayServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-apigatewaymanagementapi/src/ApiGatewayManagementApiClient.ts b/clients/client-apigatewaymanagementapi/src/ApiGatewayManagementApiClient.ts index a68c8241777f2..01010f76a70e6 100644 --- a/clients/client-apigatewaymanagementapi/src/ApiGatewayManagementApiClient.ts +++ b/clients/client-apigatewaymanagementapi/src/ApiGatewayManagementApiClient.ts @@ -62,6 +62,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -202,7 +204,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ApiGatewayManagementApiClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ApiGatewayManagementApiClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -221,7 +223,7 @@ export interface ApiGatewayManagementApiClientConfig extends ApiGatewayManagemen /** * @public */ -type ApiGatewayManagementApiClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ApiGatewayManagementApiClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-apigatewaymanagementapi/src/commands/DeleteConnectionCommand.ts b/clients/client-apigatewaymanagementapi/src/commands/DeleteConnectionCommand.ts index eca42ec089854..055cad619fd1d 100644 --- a/clients/client-apigatewaymanagementapi/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-apigatewaymanagementapi/src/commands/DeleteConnectionCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteConnectionRequest } from "../models/models_0"; import { de_DeleteConnectionCommand, se_DeleteConnectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewaymanagementapi/src/commands/GetConnectionCommand.ts b/clients/client-apigatewaymanagementapi/src/commands/GetConnectionCommand.ts index 99c826b791953..1b014bc1874d7 100644 --- a/clients/client-apigatewaymanagementapi/src/commands/GetConnectionCommand.ts +++ b/clients/client-apigatewaymanagementapi/src/commands/GetConnectionCommand.ts @@ -21,6 +21,10 @@ import { import { GetConnectionRequest, GetConnectionResponse } from "../models/models_0"; import { de_GetConnectionCommand, se_GetConnectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts b/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts index c9dcc12eeaf92..5c5bd0049b810 100644 --- a/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts +++ b/clients/client-apigatewaymanagementapi/src/commands/PostToConnectionCommand.ts @@ -21,6 +21,10 @@ import { import { PostToConnectionRequest } from "../models/models_0"; import { de_PostToConnectionCommand, se_PostToConnectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewaymanagementapi/src/index.ts b/clients/client-apigatewaymanagementapi/src/index.ts index b9f992a7020d0..1087914f0b6d3 100644 --- a/clients/client-apigatewaymanagementapi/src/index.ts +++ b/clients/client-apigatewaymanagementapi/src/index.ts @@ -1,6 +1,12 @@ -export * from "./ApiGatewayManagementApi"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The Amazon API Gateway Management API allows you to directly manage runtime aspects of your deployed APIs. To use it, you must explicitly set the SDK's endpoint to point to the endpoint of your deployed API. The endpoint will be of the form https://{api-id}.execute-api.{region}.amazonaws.com/{stage}, or will be the endpoint corresponding to your API's custom domain and base path, if applicable.

+ * + * @packageDocumentation + */ export * from "./ApiGatewayManagementApiClient"; +export * from "./ApiGatewayManagementApi"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-apigatewaymanagementapi/src/models/ApiGatewayManagementApiServiceException.ts b/clients/client-apigatewaymanagementapi/src/models/ApiGatewayManagementApiServiceException.ts index 0ee87bd2925ca..cb91c050c7117 100644 --- a/clients/client-apigatewaymanagementapi/src/models/ApiGatewayManagementApiServiceException.ts +++ b/clients/client-apigatewaymanagementapi/src/models/ApiGatewayManagementApiServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-apigatewayv2/src/ApiGatewayV2Client.ts b/clients/client-apigatewayv2/src/ApiGatewayV2Client.ts index 91dc43b29192a..f5d23fdc66240 100644 --- a/clients/client-apigatewayv2/src/ApiGatewayV2Client.ts +++ b/clients/client-apigatewayv2/src/ApiGatewayV2Client.ts @@ -170,6 +170,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -451,7 +453,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ApiGatewayV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ApiGatewayV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -470,7 +472,7 @@ export interface ApiGatewayV2ClientConfig extends ApiGatewayV2ClientConfigType { /** * @public */ -type ApiGatewayV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ApiGatewayV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-apigatewayv2/src/commands/CreateApiCommand.ts b/clients/client-apigatewayv2/src/commands/CreateApiCommand.ts index c3cc74872be4d..8634578d968be 100644 --- a/clients/client-apigatewayv2/src/commands/CreateApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateApiCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateApiRequest, CreateApiResponse } from "../models/models_0"; import { de_CreateApiCommand, se_CreateApiCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/CreateApiMappingCommand.ts b/clients/client-apigatewayv2/src/commands/CreateApiMappingCommand.ts index d7fb454ff4fb3..8b813ed7c63a3 100644 --- a/clients/client-apigatewayv2/src/commands/CreateApiMappingCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateApiMappingCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateApiMappingRequest, CreateApiMappingResponse } from "../models/models_0"; import { de_CreateApiMappingCommand, se_CreateApiMappingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/CreateAuthorizerCommand.ts b/clients/client-apigatewayv2/src/commands/CreateAuthorizerCommand.ts index 51fbceb7d5219..c075cf83d4c03 100644 --- a/clients/client-apigatewayv2/src/commands/CreateAuthorizerCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateAuthorizerCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateAuthorizerRequest, CreateAuthorizerResponse } from "../models/models_0"; import { de_CreateAuthorizerCommand, se_CreateAuthorizerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/CreateDeploymentCommand.ts b/clients/client-apigatewayv2/src/commands/CreateDeploymentCommand.ts index ec6274fbabcd3..f76143a6c8402 100644 --- a/clients/client-apigatewayv2/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateDeploymentCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0"; import { de_CreateDeploymentCommand, se_CreateDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/CreateDomainNameCommand.ts b/clients/client-apigatewayv2/src/commands/CreateDomainNameCommand.ts index b9caad4220ca7..c6bf0176d0426 100644 --- a/clients/client-apigatewayv2/src/commands/CreateDomainNameCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateDomainNameCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateDomainNameRequest, CreateDomainNameResponse } from "../models/models_0"; import { de_CreateDomainNameCommand, se_CreateDomainNameCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/CreateIntegrationCommand.ts b/clients/client-apigatewayv2/src/commands/CreateIntegrationCommand.ts index f5fd4e5d7501f..b164d974e4220 100644 --- a/clients/client-apigatewayv2/src/commands/CreateIntegrationCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateIntegrationCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateIntegrationRequest, CreateIntegrationResult } from "../models/models_0"; import { de_CreateIntegrationCommand, se_CreateIntegrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/CreateIntegrationResponseCommand.ts b/clients/client-apigatewayv2/src/commands/CreateIntegrationResponseCommand.ts index 9e6fd41fadbab..910dd07d2cfd9 100644 --- a/clients/client-apigatewayv2/src/commands/CreateIntegrationResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateIntegrationResponseCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateIntegrationResponseRequest, CreateIntegrationResponseResponse } from "../models/models_0"; import { de_CreateIntegrationResponseCommand, se_CreateIntegrationResponseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/CreateModelCommand.ts b/clients/client-apigatewayv2/src/commands/CreateModelCommand.ts index 41b4973f3d7bb..c286753d3af2c 100644 --- a/clients/client-apigatewayv2/src/commands/CreateModelCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateModelCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateModelRequest, CreateModelResponse } from "../models/models_0"; import { de_CreateModelCommand, se_CreateModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/CreateRouteCommand.ts b/clients/client-apigatewayv2/src/commands/CreateRouteCommand.ts index 6f1ab9601c020..bc2eaf4ba9357 100644 --- a/clients/client-apigatewayv2/src/commands/CreateRouteCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateRouteCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateRouteRequest, CreateRouteResult } from "../models/models_0"; import { de_CreateRouteCommand, se_CreateRouteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/CreateRouteResponseCommand.ts b/clients/client-apigatewayv2/src/commands/CreateRouteResponseCommand.ts index 963dbb8f2a974..c03077d348379 100644 --- a/clients/client-apigatewayv2/src/commands/CreateRouteResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateRouteResponseCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateRouteResponseRequest, CreateRouteResponseResponse } from "../models/models_0"; import { de_CreateRouteResponseCommand, se_CreateRouteResponseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/CreateStageCommand.ts b/clients/client-apigatewayv2/src/commands/CreateStageCommand.ts index 8100ad6b008c4..d1b06d6192e95 100644 --- a/clients/client-apigatewayv2/src/commands/CreateStageCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateStageCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateStageRequest, CreateStageResponse } from "../models/models_0"; import { de_CreateStageCommand, se_CreateStageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/CreateVpcLinkCommand.ts b/clients/client-apigatewayv2/src/commands/CreateVpcLinkCommand.ts index 78803005be500..9de3622408f9f 100644 --- a/clients/client-apigatewayv2/src/commands/CreateVpcLinkCommand.ts +++ b/clients/client-apigatewayv2/src/commands/CreateVpcLinkCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateVpcLinkRequest, CreateVpcLinkResponse } from "../models/models_0"; import { de_CreateVpcLinkCommand, se_CreateVpcLinkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/DeleteAccessLogSettingsCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteAccessLogSettingsCommand.ts index 1ec04ff7036b9..efc68b4bc4498 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteAccessLogSettingsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteAccessLogSettingsCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteAccessLogSettingsRequest } from "../models/models_0"; import { de_DeleteAccessLogSettingsCommand, se_DeleteAccessLogSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/DeleteApiCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteApiCommand.ts index dee04523c5809..0eb813f2eb551 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteApiCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteApiRequest } from "../models/models_0"; import { de_DeleteApiCommand, se_DeleteApiCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/DeleteApiMappingCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteApiMappingCommand.ts index fe50e44b4a644..97ba395884b03 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteApiMappingCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteApiMappingCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteApiMappingRequest } from "../models/models_0"; import { de_DeleteApiMappingCommand, se_DeleteApiMappingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/DeleteAuthorizerCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteAuthorizerCommand.ts index f26dda73e433a..6fa0cb6574e38 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteAuthorizerCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteAuthorizerCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteAuthorizerRequest } from "../models/models_0"; import { de_DeleteAuthorizerCommand, se_DeleteAuthorizerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/DeleteCorsConfigurationCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteCorsConfigurationCommand.ts index 0c187c9312f3d..a4c77b6dbccea 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteCorsConfigurationCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteCorsConfigurationCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteCorsConfigurationRequest } from "../models/models_0"; import { de_DeleteCorsConfigurationCommand, se_DeleteCorsConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/DeleteDeploymentCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteDeploymentCommand.ts index 031c621c12e1f..008694f872604 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteDeploymentCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteDeploymentCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteDeploymentRequest } from "../models/models_0"; import { de_DeleteDeploymentCommand, se_DeleteDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/DeleteDomainNameCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteDomainNameCommand.ts index af000cdefbe38..c206c760023f8 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteDomainNameCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteDomainNameCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteDomainNameRequest } from "../models/models_0"; import { de_DeleteDomainNameCommand, se_DeleteDomainNameCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/DeleteIntegrationCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteIntegrationCommand.ts index 3209ee52a7eb4..a28215e3f134d 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteIntegrationCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteIntegrationCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteIntegrationRequest } from "../models/models_0"; import { de_DeleteIntegrationCommand, se_DeleteIntegrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/DeleteIntegrationResponseCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteIntegrationResponseCommand.ts index 5d7a5d3aea597..de93231e5d67d 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteIntegrationResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteIntegrationResponseCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteIntegrationResponseRequest } from "../models/models_0"; import { de_DeleteIntegrationResponseCommand, se_DeleteIntegrationResponseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/DeleteModelCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteModelCommand.ts index e7b4d9fb90d2f..292eb22cc1ce8 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteModelCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteModelCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteModelRequest } from "../models/models_0"; import { de_DeleteModelCommand, se_DeleteModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/DeleteRouteCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteRouteCommand.ts index 6eb8cf45617ed..d5d7febfa7bde 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteRouteCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteRouteCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteRouteRequest } from "../models/models_0"; import { de_DeleteRouteCommand, se_DeleteRouteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/DeleteRouteRequestParameterCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteRouteRequestParameterCommand.ts index ba4ac35faea36..e5a470389e442 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteRouteRequestParameterCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteRouteRequestParameterCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteRouteRequestParameterCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/DeleteRouteResponseCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteRouteResponseCommand.ts index a2d8d7bb7a34c..b9b5a8e41e10b 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteRouteResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteRouteResponseCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteRouteResponseRequest } from "../models/models_0"; import { de_DeleteRouteResponseCommand, se_DeleteRouteResponseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/DeleteRouteSettingsCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteRouteSettingsCommand.ts index e48ea9ca4416a..bdb5d6f88ad18 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteRouteSettingsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteRouteSettingsCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteRouteSettingsRequest } from "../models/models_0"; import { de_DeleteRouteSettingsCommand, se_DeleteRouteSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/DeleteStageCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteStageCommand.ts index b0553db537307..2642a17a8dc7a 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteStageCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteStageCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteStageRequest } from "../models/models_0"; import { de_DeleteStageCommand, se_DeleteStageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/DeleteVpcLinkCommand.ts b/clients/client-apigatewayv2/src/commands/DeleteVpcLinkCommand.ts index e4f72e7f2771a..11df6b117fa72 100644 --- a/clients/client-apigatewayv2/src/commands/DeleteVpcLinkCommand.ts +++ b/clients/client-apigatewayv2/src/commands/DeleteVpcLinkCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteVpcLinkRequest, DeleteVpcLinkResponse } from "../models/models_0"; import { de_DeleteVpcLinkCommand, se_DeleteVpcLinkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts b/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts index ae68a07dabe4c..621895ceb96e7 100644 --- a/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/ExportApiCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ExportApiRequest, ExportApiResponse } from "../models/models_0"; import { de_ExportApiCommand, se_ExportApiCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetApiCommand.ts b/clients/client-apigatewayv2/src/commands/GetApiCommand.ts index 43e164175a79e..9d6223ed34fdf 100644 --- a/clients/client-apigatewayv2/src/commands/GetApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetApiCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetApiRequest, GetApiResponse } from "../models/models_0"; import { de_GetApiCommand, se_GetApiCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetApiMappingCommand.ts b/clients/client-apigatewayv2/src/commands/GetApiMappingCommand.ts index 4b7192ac57ac9..c1aa7d6819f05 100644 --- a/clients/client-apigatewayv2/src/commands/GetApiMappingCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetApiMappingCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetApiMappingRequest, GetApiMappingResponse } from "../models/models_0"; import { de_GetApiMappingCommand, se_GetApiMappingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetApiMappingsCommand.ts b/clients/client-apigatewayv2/src/commands/GetApiMappingsCommand.ts index bfb62c4117ae2..378c07927b7db 100644 --- a/clients/client-apigatewayv2/src/commands/GetApiMappingsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetApiMappingsCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetApiMappingsRequest, GetApiMappingsResponse } from "../models/models_0"; import { de_GetApiMappingsCommand, se_GetApiMappingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetApisCommand.ts b/clients/client-apigatewayv2/src/commands/GetApisCommand.ts index 7cc8b12897375..ca3320e043e1d 100644 --- a/clients/client-apigatewayv2/src/commands/GetApisCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetApisCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetApisRequest, GetApisResponse } from "../models/models_0"; import { de_GetApisCommand, se_GetApisCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetAuthorizerCommand.ts b/clients/client-apigatewayv2/src/commands/GetAuthorizerCommand.ts index 1abf6ffa1dc02..dc796d1cc7d13 100644 --- a/clients/client-apigatewayv2/src/commands/GetAuthorizerCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetAuthorizerCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetAuthorizerRequest, GetAuthorizerResponse } from "../models/models_0"; import { de_GetAuthorizerCommand, se_GetAuthorizerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetAuthorizersCommand.ts b/clients/client-apigatewayv2/src/commands/GetAuthorizersCommand.ts index f98d7927f5093..5ea1fdd378645 100644 --- a/clients/client-apigatewayv2/src/commands/GetAuthorizersCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetAuthorizersCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetAuthorizersRequest, GetAuthorizersResponse } from "../models/models_0"; import { de_GetAuthorizersCommand, se_GetAuthorizersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetDeploymentCommand.ts b/clients/client-apigatewayv2/src/commands/GetDeploymentCommand.ts index d964a600f65ef..27e7aa949aea9 100644 --- a/clients/client-apigatewayv2/src/commands/GetDeploymentCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetDeploymentCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetDeploymentRequest, GetDeploymentResponse } from "../models/models_0"; import { de_GetDeploymentCommand, se_GetDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetDeploymentsCommand.ts b/clients/client-apigatewayv2/src/commands/GetDeploymentsCommand.ts index 942f6803657f4..f1d3a7e83b4a7 100644 --- a/clients/client-apigatewayv2/src/commands/GetDeploymentsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetDeploymentsCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetDeploymentsRequest, GetDeploymentsResponse } from "../models/models_0"; import { de_GetDeploymentsCommand, se_GetDeploymentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetDomainNameCommand.ts b/clients/client-apigatewayv2/src/commands/GetDomainNameCommand.ts index 59b37c41502d6..6cc1d8ee4f99a 100644 --- a/clients/client-apigatewayv2/src/commands/GetDomainNameCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetDomainNameCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetDomainNameRequest, GetDomainNameResponse } from "../models/models_0"; import { de_GetDomainNameCommand, se_GetDomainNameCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetDomainNamesCommand.ts b/clients/client-apigatewayv2/src/commands/GetDomainNamesCommand.ts index 29bb6e7707922..16641852e0f0b 100644 --- a/clients/client-apigatewayv2/src/commands/GetDomainNamesCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetDomainNamesCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetDomainNamesRequest, GetDomainNamesResponse } from "../models/models_0"; import { de_GetDomainNamesCommand, se_GetDomainNamesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetIntegrationCommand.ts b/clients/client-apigatewayv2/src/commands/GetIntegrationCommand.ts index cb6951f32a447..abe4ea3e405b9 100644 --- a/clients/client-apigatewayv2/src/commands/GetIntegrationCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetIntegrationCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetIntegrationRequest, GetIntegrationResult } from "../models/models_0"; import { de_GetIntegrationCommand, se_GetIntegrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetIntegrationResponseCommand.ts b/clients/client-apigatewayv2/src/commands/GetIntegrationResponseCommand.ts index 44c28497214a2..da8a4f34789a0 100644 --- a/clients/client-apigatewayv2/src/commands/GetIntegrationResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetIntegrationResponseCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetIntegrationResponseRequest, GetIntegrationResponseResponse } from "../models/models_0"; import { de_GetIntegrationResponseCommand, se_GetIntegrationResponseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetIntegrationResponsesCommand.ts b/clients/client-apigatewayv2/src/commands/GetIntegrationResponsesCommand.ts index 9f33b88f90dd0..5a6a4b914189c 100644 --- a/clients/client-apigatewayv2/src/commands/GetIntegrationResponsesCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetIntegrationResponsesCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetIntegrationResponsesRequest, GetIntegrationResponsesResponse } from "../models/models_0"; import { de_GetIntegrationResponsesCommand, se_GetIntegrationResponsesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetIntegrationsCommand.ts b/clients/client-apigatewayv2/src/commands/GetIntegrationsCommand.ts index 5e8d71337e923..073318cb53114 100644 --- a/clients/client-apigatewayv2/src/commands/GetIntegrationsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetIntegrationsCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetIntegrationsRequest, GetIntegrationsResponse } from "../models/models_0"; import { de_GetIntegrationsCommand, se_GetIntegrationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetModelCommand.ts b/clients/client-apigatewayv2/src/commands/GetModelCommand.ts index 8eb8c7ac1fbca..193ea257e13b9 100644 --- a/clients/client-apigatewayv2/src/commands/GetModelCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetModelCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetModelRequest, GetModelResponse } from "../models/models_0"; import { de_GetModelCommand, se_GetModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetModelTemplateCommand.ts b/clients/client-apigatewayv2/src/commands/GetModelTemplateCommand.ts index f03019eacb7e7..146c8d63ea6e1 100644 --- a/clients/client-apigatewayv2/src/commands/GetModelTemplateCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetModelTemplateCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetModelTemplateRequest, GetModelTemplateResponse } from "../models/models_0"; import { de_GetModelTemplateCommand, se_GetModelTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetModelsCommand.ts b/clients/client-apigatewayv2/src/commands/GetModelsCommand.ts index 621ee831c7aec..a15c16dfced11 100644 --- a/clients/client-apigatewayv2/src/commands/GetModelsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetModelsCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetModelsRequest, GetModelsResponse } from "../models/models_0"; import { de_GetModelsCommand, se_GetModelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetRouteCommand.ts b/clients/client-apigatewayv2/src/commands/GetRouteCommand.ts index bc170a4b6a1df..32f72f0b70f96 100644 --- a/clients/client-apigatewayv2/src/commands/GetRouteCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetRouteCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetRouteRequest, GetRouteResult } from "../models/models_0"; import { de_GetRouteCommand, se_GetRouteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetRouteResponseCommand.ts b/clients/client-apigatewayv2/src/commands/GetRouteResponseCommand.ts index 38d1db8b30215..55925af6419e0 100644 --- a/clients/client-apigatewayv2/src/commands/GetRouteResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetRouteResponseCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetRouteResponseRequest, GetRouteResponseResponse } from "../models/models_0"; import { de_GetRouteResponseCommand, se_GetRouteResponseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetRouteResponsesCommand.ts b/clients/client-apigatewayv2/src/commands/GetRouteResponsesCommand.ts index 1600436850a4e..52c66503096f6 100644 --- a/clients/client-apigatewayv2/src/commands/GetRouteResponsesCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetRouteResponsesCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetRouteResponsesRequest, GetRouteResponsesResponse } from "../models/models_0"; import { de_GetRouteResponsesCommand, se_GetRouteResponsesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetRoutesCommand.ts b/clients/client-apigatewayv2/src/commands/GetRoutesCommand.ts index a049c98b5efcc..15618ce2a3dea 100644 --- a/clients/client-apigatewayv2/src/commands/GetRoutesCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetRoutesCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetRoutesRequest, GetRoutesResponse } from "../models/models_0"; import { de_GetRoutesCommand, se_GetRoutesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetStageCommand.ts b/clients/client-apigatewayv2/src/commands/GetStageCommand.ts index 7cd2a72ff0cf8..78f27338529c8 100644 --- a/clients/client-apigatewayv2/src/commands/GetStageCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetStageCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetStageRequest, GetStageResponse } from "../models/models_0"; import { de_GetStageCommand, se_GetStageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetStagesCommand.ts b/clients/client-apigatewayv2/src/commands/GetStagesCommand.ts index 5fd9fa00ff6bc..28adfc25f2ab2 100644 --- a/clients/client-apigatewayv2/src/commands/GetStagesCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetStagesCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetStagesRequest, GetStagesResponse } from "../models/models_0"; import { de_GetStagesCommand, se_GetStagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetTagsCommand.ts b/clients/client-apigatewayv2/src/commands/GetTagsCommand.ts index bf647218cfdf1..e8c9755b8f40d 100644 --- a/clients/client-apigatewayv2/src/commands/GetTagsCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetTagsCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetTagsRequest, GetTagsResponse } from "../models/models_0"; import { de_GetTagsCommand, se_GetTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetVpcLinkCommand.ts b/clients/client-apigatewayv2/src/commands/GetVpcLinkCommand.ts index 0aa9c76ed4086..21136564d8910 100644 --- a/clients/client-apigatewayv2/src/commands/GetVpcLinkCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetVpcLinkCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetVpcLinkRequest, GetVpcLinkResponse } from "../models/models_0"; import { de_GetVpcLinkCommand, se_GetVpcLinkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/GetVpcLinksCommand.ts b/clients/client-apigatewayv2/src/commands/GetVpcLinksCommand.ts index d4cd2ee26484a..8514c0110ecad 100644 --- a/clients/client-apigatewayv2/src/commands/GetVpcLinksCommand.ts +++ b/clients/client-apigatewayv2/src/commands/GetVpcLinksCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetVpcLinksRequest, GetVpcLinksResponse } from "../models/models_0"; import { de_GetVpcLinksCommand, se_GetVpcLinksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/ImportApiCommand.ts b/clients/client-apigatewayv2/src/commands/ImportApiCommand.ts index d2b9ece9bd724..d4577fb4c607c 100644 --- a/clients/client-apigatewayv2/src/commands/ImportApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/ImportApiCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ImportApiRequest, ImportApiResponse } from "../models/models_0"; import { de_ImportApiCommand, se_ImportApiCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/ReimportApiCommand.ts b/clients/client-apigatewayv2/src/commands/ReimportApiCommand.ts index c9671b04e34b4..4e6c9e07f99d8 100644 --- a/clients/client-apigatewayv2/src/commands/ReimportApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/ReimportApiCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ReimportApiRequest, ReimportApiResponse } from "../models/models_0"; import { de_ReimportApiCommand, se_ReimportApiCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/ResetAuthorizersCacheCommand.ts b/clients/client-apigatewayv2/src/commands/ResetAuthorizersCacheCommand.ts index 2dbda36701700..33ceec77cb303 100644 --- a/clients/client-apigatewayv2/src/commands/ResetAuthorizersCacheCommand.ts +++ b/clients/client-apigatewayv2/src/commands/ResetAuthorizersCacheCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ResetAuthorizersCacheRequest } from "../models/models_0"; import { de_ResetAuthorizersCacheCommand, se_ResetAuthorizersCacheCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/TagResourceCommand.ts b/clients/client-apigatewayv2/src/commands/TagResourceCommand.ts index 4898ab61ad628..cdbc4cc9144af 100644 --- a/clients/client-apigatewayv2/src/commands/TagResourceCommand.ts +++ b/clients/client-apigatewayv2/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/UntagResourceCommand.ts b/clients/client-apigatewayv2/src/commands/UntagResourceCommand.ts index 201ecda162af6..27e9167e3c949 100644 --- a/clients/client-apigatewayv2/src/commands/UntagResourceCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/UpdateApiCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateApiCommand.ts index 1fc9a995ba88b..5c82b2dfee227 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateApiCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateApiCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateApiRequest, UpdateApiResponse } from "../models/models_0"; import { de_UpdateApiCommand, se_UpdateApiCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/UpdateApiMappingCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateApiMappingCommand.ts index 76c235464ca4c..27b335f409144 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateApiMappingCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateApiMappingCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateApiMappingRequest, UpdateApiMappingResponse } from "../models/models_0"; import { de_UpdateApiMappingCommand, se_UpdateApiMappingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/UpdateAuthorizerCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateAuthorizerCommand.ts index 01a1b38eb8dfb..63a979f5019c0 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateAuthorizerCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateAuthorizerCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateAuthorizerRequest, UpdateAuthorizerResponse } from "../models/models_0"; import { de_UpdateAuthorizerCommand, se_UpdateAuthorizerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/UpdateDeploymentCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateDeploymentCommand.ts index a0d44ff3de46a..8c968670fd997 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateDeploymentCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateDeploymentCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateDeploymentRequest, UpdateDeploymentResponse } from "../models/models_0"; import { de_UpdateDeploymentCommand, se_UpdateDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/UpdateDomainNameCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateDomainNameCommand.ts index 616716e029ddf..3b0ac8ff7afe2 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateDomainNameCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateDomainNameCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateDomainNameRequest, UpdateDomainNameResponse } from "../models/models_0"; import { de_UpdateDomainNameCommand, se_UpdateDomainNameCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/UpdateIntegrationCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateIntegrationCommand.ts index eb76cb71acf9e..11309f6b14cf8 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateIntegrationCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateIntegrationCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateIntegrationRequest, UpdateIntegrationResult } from "../models/models_0"; import { de_UpdateIntegrationCommand, se_UpdateIntegrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/UpdateIntegrationResponseCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateIntegrationResponseCommand.ts index 67e25fc238455..17bc6cddfa485 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateIntegrationResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateIntegrationResponseCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateIntegrationResponseRequest, UpdateIntegrationResponseResponse } from "../models/models_0"; import { de_UpdateIntegrationResponseCommand, se_UpdateIntegrationResponseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/UpdateModelCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateModelCommand.ts index fc86b63c9b14f..3964a861f6e5b 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateModelCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateModelCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateModelRequest, UpdateModelResponse } from "../models/models_0"; import { de_UpdateModelCommand, se_UpdateModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/UpdateRouteCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateRouteCommand.ts index 73cdfda33de30..46f0635de47b9 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateRouteCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateRouteCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateRouteRequest, UpdateRouteResult } from "../models/models_0"; import { de_UpdateRouteCommand, se_UpdateRouteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/UpdateRouteResponseCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateRouteResponseCommand.ts index 8d9e82fcad62b..b111a8cd63443 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateRouteResponseCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateRouteResponseCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateRouteResponseRequest, UpdateRouteResponseResponse } from "../models/models_0"; import { de_UpdateRouteResponseCommand, se_UpdateRouteResponseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/UpdateStageCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateStageCommand.ts index 6d0883bfaa59e..8107b15013096 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateStageCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateStageCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateStageRequest, UpdateStageResponse } from "../models/models_0"; import { de_UpdateStageCommand, se_UpdateStageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/commands/UpdateVpcLinkCommand.ts b/clients/client-apigatewayv2/src/commands/UpdateVpcLinkCommand.ts index e55c2bdc7dba8..aa85e6d455b08 100644 --- a/clients/client-apigatewayv2/src/commands/UpdateVpcLinkCommand.ts +++ b/clients/client-apigatewayv2/src/commands/UpdateVpcLinkCommand.ts @@ -17,6 +17,10 @@ import { ApiGatewayV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateVpcLinkRequest, UpdateVpcLinkResponse } from "../models/models_0"; import { de_UpdateVpcLinkCommand, se_UpdateVpcLinkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apigatewayv2/src/index.ts b/clients/client-apigatewayv2/src/index.ts index 98b84cb3d220f..3cea3fbf3a725 100644 --- a/clients/client-apigatewayv2/src/index.ts +++ b/clients/client-apigatewayv2/src/index.ts @@ -1,6 +1,12 @@ -export * from "./ApiGatewayV2"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon API Gateway V2

+ * + * @packageDocumentation + */ export * from "./ApiGatewayV2Client"; +export * from "./ApiGatewayV2"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-apigatewayv2/src/models/ApiGatewayV2ServiceException.ts b/clients/client-apigatewayv2/src/models/ApiGatewayV2ServiceException.ts index 632ba47036dbc..1bf29c353e92d 100644 --- a/clients/client-apigatewayv2/src/models/ApiGatewayV2ServiceException.ts +++ b/clients/client-apigatewayv2/src/models/ApiGatewayV2ServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-app-mesh/src/AppMeshClient.ts b/clients/client-app-mesh/src/AppMeshClient.ts index 57c7a718eea78..a3e562b97dc98 100644 --- a/clients/client-app-mesh/src/AppMeshClient.ts +++ b/clients/client-app-mesh/src/AppMeshClient.ts @@ -148,6 +148,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -361,7 +363,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type AppMeshClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type AppMeshClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -380,7 +382,7 @@ export interface AppMeshClientConfig extends AppMeshClientConfigType {} /** * @public */ -type AppMeshClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type AppMeshClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-app-mesh/src/commands/CreateGatewayRouteCommand.ts b/clients/client-app-mesh/src/commands/CreateGatewayRouteCommand.ts index ce5ac5ed65e42..ff86de8a71f4c 100644 --- a/clients/client-app-mesh/src/commands/CreateGatewayRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateGatewayRouteCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateGatewayRouteInput, CreateGatewayRouteOutput } from "../models/models_0"; import { de_CreateGatewayRouteCommand, se_CreateGatewayRouteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/CreateMeshCommand.ts b/clients/client-app-mesh/src/commands/CreateMeshCommand.ts index 03ee8f92c14e4..625261ca330d2 100644 --- a/clients/client-app-mesh/src/commands/CreateMeshCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateMeshCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateMeshInput, CreateMeshOutput } from "../models/models_0"; import { de_CreateMeshCommand, se_CreateMeshCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/CreateRouteCommand.ts b/clients/client-app-mesh/src/commands/CreateRouteCommand.ts index 5f373755460ef..7add8ed5ec922 100644 --- a/clients/client-app-mesh/src/commands/CreateRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateRouteCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateRouteInput, CreateRouteOutput } from "../models/models_0"; import { de_CreateRouteCommand, se_CreateRouteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/CreateVirtualGatewayCommand.ts b/clients/client-app-mesh/src/commands/CreateVirtualGatewayCommand.ts index be0d29846f3ca..e67305cca56c4 100644 --- a/clients/client-app-mesh/src/commands/CreateVirtualGatewayCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateVirtualGatewayCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateVirtualGatewayInput, CreateVirtualGatewayOutput } from "../models/models_0"; import { de_CreateVirtualGatewayCommand, se_CreateVirtualGatewayCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/CreateVirtualNodeCommand.ts b/clients/client-app-mesh/src/commands/CreateVirtualNodeCommand.ts index b6ce7ee595bf8..8d86c60180f18 100644 --- a/clients/client-app-mesh/src/commands/CreateVirtualNodeCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateVirtualNodeCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateVirtualNodeInput, CreateVirtualNodeOutput } from "../models/models_0"; import { de_CreateVirtualNodeCommand, se_CreateVirtualNodeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/CreateVirtualRouterCommand.ts b/clients/client-app-mesh/src/commands/CreateVirtualRouterCommand.ts index 2053b482203bb..b3b1b5e949b42 100644 --- a/clients/client-app-mesh/src/commands/CreateVirtualRouterCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateVirtualRouterCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateVirtualRouterInput, CreateVirtualRouterOutput } from "../models/models_0"; import { de_CreateVirtualRouterCommand, se_CreateVirtualRouterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/CreateVirtualServiceCommand.ts b/clients/client-app-mesh/src/commands/CreateVirtualServiceCommand.ts index 591c2e3174b71..7033ebbb7cd64 100644 --- a/clients/client-app-mesh/src/commands/CreateVirtualServiceCommand.ts +++ b/clients/client-app-mesh/src/commands/CreateVirtualServiceCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateVirtualServiceInput, CreateVirtualServiceOutput } from "../models/models_0"; import { de_CreateVirtualServiceCommand, se_CreateVirtualServiceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/DeleteGatewayRouteCommand.ts b/clients/client-app-mesh/src/commands/DeleteGatewayRouteCommand.ts index 14cd5d9e8c365..99d6b408c0914 100644 --- a/clients/client-app-mesh/src/commands/DeleteGatewayRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteGatewayRouteCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteGatewayRouteInput, DeleteGatewayRouteOutput } from "../models/models_0"; import { de_DeleteGatewayRouteCommand, se_DeleteGatewayRouteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/DeleteMeshCommand.ts b/clients/client-app-mesh/src/commands/DeleteMeshCommand.ts index 049ba48658216..9f1f455299bde 100644 --- a/clients/client-app-mesh/src/commands/DeleteMeshCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteMeshCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteMeshInput, DeleteMeshOutput } from "../models/models_0"; import { de_DeleteMeshCommand, se_DeleteMeshCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/DeleteRouteCommand.ts b/clients/client-app-mesh/src/commands/DeleteRouteCommand.ts index 3a23fc51cdbe7..1c8ca78b959f1 100644 --- a/clients/client-app-mesh/src/commands/DeleteRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteRouteCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteRouteInput, DeleteRouteOutput } from "../models/models_0"; import { de_DeleteRouteCommand, se_DeleteRouteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/DeleteVirtualGatewayCommand.ts b/clients/client-app-mesh/src/commands/DeleteVirtualGatewayCommand.ts index d26b037da01ea..721c9967b4b84 100644 --- a/clients/client-app-mesh/src/commands/DeleteVirtualGatewayCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteVirtualGatewayCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteVirtualGatewayInput, DeleteVirtualGatewayOutput } from "../models/models_0"; import { de_DeleteVirtualGatewayCommand, se_DeleteVirtualGatewayCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/DeleteVirtualNodeCommand.ts b/clients/client-app-mesh/src/commands/DeleteVirtualNodeCommand.ts index c099058239f57..50c6c85f4afe2 100644 --- a/clients/client-app-mesh/src/commands/DeleteVirtualNodeCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteVirtualNodeCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteVirtualNodeInput, DeleteVirtualNodeOutput } from "../models/models_0"; import { de_DeleteVirtualNodeCommand, se_DeleteVirtualNodeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/DeleteVirtualRouterCommand.ts b/clients/client-app-mesh/src/commands/DeleteVirtualRouterCommand.ts index 20182af937211..4104c9b1ceb45 100644 --- a/clients/client-app-mesh/src/commands/DeleteVirtualRouterCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteVirtualRouterCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteVirtualRouterInput, DeleteVirtualRouterOutput } from "../models/models_0"; import { de_DeleteVirtualRouterCommand, se_DeleteVirtualRouterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/DeleteVirtualServiceCommand.ts b/clients/client-app-mesh/src/commands/DeleteVirtualServiceCommand.ts index 443a59a4a2949..e8899427766b5 100644 --- a/clients/client-app-mesh/src/commands/DeleteVirtualServiceCommand.ts +++ b/clients/client-app-mesh/src/commands/DeleteVirtualServiceCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteVirtualServiceInput, DeleteVirtualServiceOutput } from "../models/models_0"; import { de_DeleteVirtualServiceCommand, se_DeleteVirtualServiceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/DescribeGatewayRouteCommand.ts b/clients/client-app-mesh/src/commands/DescribeGatewayRouteCommand.ts index 75fbbc5aebe44..3fbb6a6c32d54 100644 --- a/clients/client-app-mesh/src/commands/DescribeGatewayRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeGatewayRouteCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeGatewayRouteInput, DescribeGatewayRouteOutput } from "../models/models_0"; import { de_DescribeGatewayRouteCommand, se_DescribeGatewayRouteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/DescribeMeshCommand.ts b/clients/client-app-mesh/src/commands/DescribeMeshCommand.ts index d8aae8bf926fc..eaef22d4e11cd 100644 --- a/clients/client-app-mesh/src/commands/DescribeMeshCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeMeshCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeMeshInput, DescribeMeshOutput } from "../models/models_0"; import { de_DescribeMeshCommand, se_DescribeMeshCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/DescribeRouteCommand.ts b/clients/client-app-mesh/src/commands/DescribeRouteCommand.ts index bab1276fe2744..652c263984cab 100644 --- a/clients/client-app-mesh/src/commands/DescribeRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeRouteCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeRouteInput, DescribeRouteOutput } from "../models/models_0"; import { de_DescribeRouteCommand, se_DescribeRouteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/DescribeVirtualGatewayCommand.ts b/clients/client-app-mesh/src/commands/DescribeVirtualGatewayCommand.ts index 9d54fd1944712..8e19fca0f8107 100644 --- a/clients/client-app-mesh/src/commands/DescribeVirtualGatewayCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeVirtualGatewayCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeVirtualGatewayInput, DescribeVirtualGatewayOutput } from "../models/models_0"; import { de_DescribeVirtualGatewayCommand, se_DescribeVirtualGatewayCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/DescribeVirtualNodeCommand.ts b/clients/client-app-mesh/src/commands/DescribeVirtualNodeCommand.ts index 08aa0560c8e7c..77d16da56d322 100644 --- a/clients/client-app-mesh/src/commands/DescribeVirtualNodeCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeVirtualNodeCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeVirtualNodeInput, DescribeVirtualNodeOutput } from "../models/models_0"; import { de_DescribeVirtualNodeCommand, se_DescribeVirtualNodeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/DescribeVirtualRouterCommand.ts b/clients/client-app-mesh/src/commands/DescribeVirtualRouterCommand.ts index 867ff173a8aa8..5b0a1ab7feef1 100644 --- a/clients/client-app-mesh/src/commands/DescribeVirtualRouterCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeVirtualRouterCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeVirtualRouterInput, DescribeVirtualRouterOutput } from "../models/models_0"; import { de_DescribeVirtualRouterCommand, se_DescribeVirtualRouterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/DescribeVirtualServiceCommand.ts b/clients/client-app-mesh/src/commands/DescribeVirtualServiceCommand.ts index db789d1cd5fa9..5545374a96d9f 100644 --- a/clients/client-app-mesh/src/commands/DescribeVirtualServiceCommand.ts +++ b/clients/client-app-mesh/src/commands/DescribeVirtualServiceCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeVirtualServiceInput, DescribeVirtualServiceOutput } from "../models/models_0"; import { de_DescribeVirtualServiceCommand, se_DescribeVirtualServiceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/ListGatewayRoutesCommand.ts b/clients/client-app-mesh/src/commands/ListGatewayRoutesCommand.ts index 19a1be1a580a8..78a1d7f093cd5 100644 --- a/clients/client-app-mesh/src/commands/ListGatewayRoutesCommand.ts +++ b/clients/client-app-mesh/src/commands/ListGatewayRoutesCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListGatewayRoutesInput, ListGatewayRoutesOutput } from "../models/models_0"; import { de_ListGatewayRoutesCommand, se_ListGatewayRoutesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/ListMeshesCommand.ts b/clients/client-app-mesh/src/commands/ListMeshesCommand.ts index 8fbd264e00123..89d3e6b27f5a6 100644 --- a/clients/client-app-mesh/src/commands/ListMeshesCommand.ts +++ b/clients/client-app-mesh/src/commands/ListMeshesCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListMeshesInput, ListMeshesOutput } from "../models/models_0"; import { de_ListMeshesCommand, se_ListMeshesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/ListRoutesCommand.ts b/clients/client-app-mesh/src/commands/ListRoutesCommand.ts index 9bd8f9160a4ab..2136c841a4ee6 100644 --- a/clients/client-app-mesh/src/commands/ListRoutesCommand.ts +++ b/clients/client-app-mesh/src/commands/ListRoutesCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListRoutesInput, ListRoutesOutput } from "../models/models_0"; import { de_ListRoutesCommand, se_ListRoutesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/ListTagsForResourceCommand.ts b/clients/client-app-mesh/src/commands/ListTagsForResourceCommand.ts index 62475a3e532b2..845757c197498 100644 --- a/clients/client-app-mesh/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-app-mesh/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/ListVirtualGatewaysCommand.ts b/clients/client-app-mesh/src/commands/ListVirtualGatewaysCommand.ts index 47ba0a4642d8f..27c22c2c16f02 100644 --- a/clients/client-app-mesh/src/commands/ListVirtualGatewaysCommand.ts +++ b/clients/client-app-mesh/src/commands/ListVirtualGatewaysCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListVirtualGatewaysInput, ListVirtualGatewaysOutput } from "../models/models_0"; import { de_ListVirtualGatewaysCommand, se_ListVirtualGatewaysCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/ListVirtualNodesCommand.ts b/clients/client-app-mesh/src/commands/ListVirtualNodesCommand.ts index f041ded4f30f3..c3edd986940e6 100644 --- a/clients/client-app-mesh/src/commands/ListVirtualNodesCommand.ts +++ b/clients/client-app-mesh/src/commands/ListVirtualNodesCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListVirtualNodesInput, ListVirtualNodesOutput } from "../models/models_0"; import { de_ListVirtualNodesCommand, se_ListVirtualNodesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/ListVirtualRoutersCommand.ts b/clients/client-app-mesh/src/commands/ListVirtualRoutersCommand.ts index b51be138a6d10..b4d30c798accc 100644 --- a/clients/client-app-mesh/src/commands/ListVirtualRoutersCommand.ts +++ b/clients/client-app-mesh/src/commands/ListVirtualRoutersCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListVirtualRoutersInput, ListVirtualRoutersOutput } from "../models/models_0"; import { de_ListVirtualRoutersCommand, se_ListVirtualRoutersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/ListVirtualServicesCommand.ts b/clients/client-app-mesh/src/commands/ListVirtualServicesCommand.ts index 0c9ebd3c45e31..aefd6604e08bb 100644 --- a/clients/client-app-mesh/src/commands/ListVirtualServicesCommand.ts +++ b/clients/client-app-mesh/src/commands/ListVirtualServicesCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListVirtualServicesInput, ListVirtualServicesOutput } from "../models/models_0"; import { de_ListVirtualServicesCommand, se_ListVirtualServicesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/TagResourceCommand.ts b/clients/client-app-mesh/src/commands/TagResourceCommand.ts index bcef5c4f5cca5..d94d0601260e8 100644 --- a/clients/client-app-mesh/src/commands/TagResourceCommand.ts +++ b/clients/client-app-mesh/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/UntagResourceCommand.ts b/clients/client-app-mesh/src/commands/UntagResourceCommand.ts index 0db91b4966ad5..fee66ebc8aef4 100644 --- a/clients/client-app-mesh/src/commands/UntagResourceCommand.ts +++ b/clients/client-app-mesh/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/UpdateGatewayRouteCommand.ts b/clients/client-app-mesh/src/commands/UpdateGatewayRouteCommand.ts index 78ce0fd7d0df6..961e34ecfd37c 100644 --- a/clients/client-app-mesh/src/commands/UpdateGatewayRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateGatewayRouteCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateGatewayRouteInput, UpdateGatewayRouteOutput } from "../models/models_0"; import { de_UpdateGatewayRouteCommand, se_UpdateGatewayRouteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/UpdateMeshCommand.ts b/clients/client-app-mesh/src/commands/UpdateMeshCommand.ts index b5f87a2ac8cfa..442fe42a78f65 100644 --- a/clients/client-app-mesh/src/commands/UpdateMeshCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateMeshCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateMeshInput, UpdateMeshOutput } from "../models/models_0"; import { de_UpdateMeshCommand, se_UpdateMeshCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/UpdateRouteCommand.ts b/clients/client-app-mesh/src/commands/UpdateRouteCommand.ts index 166092f8e41ac..cd6f38ff477d3 100644 --- a/clients/client-app-mesh/src/commands/UpdateRouteCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateRouteCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateRouteInput, UpdateRouteOutput } from "../models/models_0"; import { de_UpdateRouteCommand, se_UpdateRouteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/UpdateVirtualGatewayCommand.ts b/clients/client-app-mesh/src/commands/UpdateVirtualGatewayCommand.ts index 73a431d6f8fd6..76fd0e3deffeb 100644 --- a/clients/client-app-mesh/src/commands/UpdateVirtualGatewayCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateVirtualGatewayCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateVirtualGatewayInput, UpdateVirtualGatewayOutput } from "../models/models_0"; import { de_UpdateVirtualGatewayCommand, se_UpdateVirtualGatewayCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/UpdateVirtualNodeCommand.ts b/clients/client-app-mesh/src/commands/UpdateVirtualNodeCommand.ts index 007db64500d44..cbd151ba86013 100644 --- a/clients/client-app-mesh/src/commands/UpdateVirtualNodeCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateVirtualNodeCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateVirtualNodeInput, UpdateVirtualNodeOutput } from "../models/models_0"; import { de_UpdateVirtualNodeCommand, se_UpdateVirtualNodeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/UpdateVirtualRouterCommand.ts b/clients/client-app-mesh/src/commands/UpdateVirtualRouterCommand.ts index 5ad971be7575e..3aca21b7dd812 100644 --- a/clients/client-app-mesh/src/commands/UpdateVirtualRouterCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateVirtualRouterCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateVirtualRouterInput, UpdateVirtualRouterOutput } from "../models/models_0"; import { de_UpdateVirtualRouterCommand, se_UpdateVirtualRouterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/commands/UpdateVirtualServiceCommand.ts b/clients/client-app-mesh/src/commands/UpdateVirtualServiceCommand.ts index 36dd9ae61bee7..093aa7711daaa 100644 --- a/clients/client-app-mesh/src/commands/UpdateVirtualServiceCommand.ts +++ b/clients/client-app-mesh/src/commands/UpdateVirtualServiceCommand.ts @@ -17,6 +17,10 @@ import { AppMeshClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateVirtualServiceInput, UpdateVirtualServiceOutput } from "../models/models_0"; import { de_UpdateVirtualServiceCommand, se_UpdateVirtualServiceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-app-mesh/src/index.ts b/clients/client-app-mesh/src/index.ts index 7036f967c48d1..98093929195f5 100644 --- a/clients/client-app-mesh/src/index.ts +++ b/clients/client-app-mesh/src/index.ts @@ -1,8 +1,28 @@ -export * from "./AppMesh"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

App Mesh is a service mesh based on the Envoy proxy that makes it easy to + * monitor and control microservices. App Mesh standardizes how your microservices + * communicate, giving you end-to-end visibility and helping to ensure high availability for + * your applications.

+ *

App Mesh gives you consistent visibility and network traffic controls for + * every microservice in an application. You can use App Mesh with Amazon Web Services Fargate, Amazon ECS, Amazon EKS, Kubernetes on Amazon Web Services, and + * Amazon EC2.

+ * + *

App Mesh supports microservice applications that use service discovery + * naming for their components. For more information about service discovery on Amazon ECS, see Service + * Discovery in the Amazon Elastic Container Service Developer Guide. Kubernetes + * kube-dns and coredns are supported. For more information, + * see DNS + * for Services and Pods in the Kubernetes documentation.

+ *
+ * + * @packageDocumentation + */ export * from "./AppMeshClient"; +export * from "./AppMesh"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { AppMeshServiceException } from "./models/AppMeshServiceException"; diff --git a/clients/client-app-mesh/src/models/AppMeshServiceException.ts b/clients/client-app-mesh/src/models/AppMeshServiceException.ts index e965429bab023..8719e6bae8dcb 100644 --- a/clients/client-app-mesh/src/models/AppMeshServiceException.ts +++ b/clients/client-app-mesh/src/models/AppMeshServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-appconfig/src/AppConfigClient.ts b/clients/client-appconfig/src/AppConfigClient.ts index 3ba89f08a4a93..126e9f9d10915 100644 --- a/clients/client-appconfig/src/AppConfigClient.ts +++ b/clients/client-appconfig/src/AppConfigClient.ts @@ -165,6 +165,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -388,7 +390,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type AppConfigClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type AppConfigClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -407,7 +409,7 @@ export interface AppConfigClientConfig extends AppConfigClientConfigType {} /** * @public */ -type AppConfigClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type AppConfigClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-appconfig/src/commands/CreateApplicationCommand.ts b/clients/client-appconfig/src/commands/CreateApplicationCommand.ts index bd72403e83805..85642f5e74b20 100644 --- a/clients/client-appconfig/src/commands/CreateApplicationCommand.ts +++ b/clients/client-appconfig/src/commands/CreateApplicationCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Application, CreateApplicationRequest } from "../models/models_0"; import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/CreateConfigurationProfileCommand.ts b/clients/client-appconfig/src/commands/CreateConfigurationProfileCommand.ts index 236081ff5e625..40bba695a605b 100644 --- a/clients/client-appconfig/src/commands/CreateConfigurationProfileCommand.ts +++ b/clients/client-appconfig/src/commands/CreateConfigurationProfileCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateConfigurationProfileCommand, se_CreateConfigurationProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/CreateDeploymentStrategyCommand.ts b/clients/client-appconfig/src/commands/CreateDeploymentStrategyCommand.ts index e0d13d19f19fb..8fc0a4c78f3b4 100644 --- a/clients/client-appconfig/src/commands/CreateDeploymentStrategyCommand.ts +++ b/clients/client-appconfig/src/commands/CreateDeploymentStrategyCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateDeploymentStrategyRequest, DeploymentStrategy } from "../models/models_0"; import { de_CreateDeploymentStrategyCommand, se_CreateDeploymentStrategyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/CreateEnvironmentCommand.ts b/clients/client-appconfig/src/commands/CreateEnvironmentCommand.ts index c7c4585a3208e..03d8a995bc9ee 100644 --- a/clients/client-appconfig/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-appconfig/src/commands/CreateEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateEnvironmentRequest, Environment } from "../models/models_0"; import { de_CreateEnvironmentCommand, se_CreateEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/CreateExtensionAssociationCommand.ts b/clients/client-appconfig/src/commands/CreateExtensionAssociationCommand.ts index a91e8e80850af..ff8882936ac44 100644 --- a/clients/client-appconfig/src/commands/CreateExtensionAssociationCommand.ts +++ b/clients/client-appconfig/src/commands/CreateExtensionAssociationCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateExtensionAssociationRequest, ExtensionAssociation } from "../models/models_0"; import { de_CreateExtensionAssociationCommand, se_CreateExtensionAssociationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/CreateExtensionCommand.ts b/clients/client-appconfig/src/commands/CreateExtensionCommand.ts index 4d9383610e38a..128883ab78c79 100644 --- a/clients/client-appconfig/src/commands/CreateExtensionCommand.ts +++ b/clients/client-appconfig/src/commands/CreateExtensionCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateExtensionRequest, Extension } from "../models/models_0"; import { de_CreateExtensionCommand, se_CreateExtensionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts b/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts index 859b66edb1c28..98b8ba41ea6e9 100644 --- a/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts +++ b/clients/client-appconfig/src/commands/CreateHostedConfigurationVersionCommand.ts @@ -25,6 +25,10 @@ import { se_CreateHostedConfigurationVersionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/DeleteApplicationCommand.ts b/clients/client-appconfig/src/commands/DeleteApplicationCommand.ts index 22c40b5dc3110..0c682b6c84b98 100644 --- a/clients/client-appconfig/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteApplicationCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteApplicationRequest } from "../models/models_0"; import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/DeleteConfigurationProfileCommand.ts b/clients/client-appconfig/src/commands/DeleteConfigurationProfileCommand.ts index d373f96d3f0ef..577598ef3ed7b 100644 --- a/clients/client-appconfig/src/commands/DeleteConfigurationProfileCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteConfigurationProfileCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteConfigurationProfileRequest } from "../models/models_0"; import { de_DeleteConfigurationProfileCommand, se_DeleteConfigurationProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/DeleteDeploymentStrategyCommand.ts b/clients/client-appconfig/src/commands/DeleteDeploymentStrategyCommand.ts index 3eb1b39ec6bcc..1a549b564146c 100644 --- a/clients/client-appconfig/src/commands/DeleteDeploymentStrategyCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteDeploymentStrategyCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteDeploymentStrategyRequest } from "../models/models_0"; import { de_DeleteDeploymentStrategyCommand, se_DeleteDeploymentStrategyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/DeleteEnvironmentCommand.ts b/clients/client-appconfig/src/commands/DeleteEnvironmentCommand.ts index e16ddd06cfb7d..c46d507a31dee 100644 --- a/clients/client-appconfig/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteEnvironmentRequest } from "../models/models_0"; import { de_DeleteEnvironmentCommand, se_DeleteEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/DeleteExtensionAssociationCommand.ts b/clients/client-appconfig/src/commands/DeleteExtensionAssociationCommand.ts index cc565bac0b23a..a073cab38c68a 100644 --- a/clients/client-appconfig/src/commands/DeleteExtensionAssociationCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteExtensionAssociationCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteExtensionAssociationRequest } from "../models/models_0"; import { de_DeleteExtensionAssociationCommand, se_DeleteExtensionAssociationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/DeleteExtensionCommand.ts b/clients/client-appconfig/src/commands/DeleteExtensionCommand.ts index 6ac8359b97248..687fd336bf52d 100644 --- a/clients/client-appconfig/src/commands/DeleteExtensionCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteExtensionCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteExtensionRequest } from "../models/models_0"; import { de_DeleteExtensionCommand, se_DeleteExtensionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/DeleteHostedConfigurationVersionCommand.ts b/clients/client-appconfig/src/commands/DeleteHostedConfigurationVersionCommand.ts index c0fcc820ff185..c93cc9e54bee0 100644 --- a/clients/client-appconfig/src/commands/DeleteHostedConfigurationVersionCommand.ts +++ b/clients/client-appconfig/src/commands/DeleteHostedConfigurationVersionCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteHostedConfigurationVersionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/GetApplicationCommand.ts b/clients/client-appconfig/src/commands/GetApplicationCommand.ts index 2775ed1a01d93..5349051c48e1f 100644 --- a/clients/client-appconfig/src/commands/GetApplicationCommand.ts +++ b/clients/client-appconfig/src/commands/GetApplicationCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Application, GetApplicationRequest } from "../models/models_0"; import { de_GetApplicationCommand, se_GetApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/GetConfigurationCommand.ts b/clients/client-appconfig/src/commands/GetConfigurationCommand.ts index b8a680654a7b6..42bf1067b39f3 100644 --- a/clients/client-appconfig/src/commands/GetConfigurationCommand.ts +++ b/clients/client-appconfig/src/commands/GetConfigurationCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Configuration, ConfigurationFilterSensitiveLog, GetConfigurationRequest } from "../models/models_0"; import { de_GetConfigurationCommand, se_GetConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/GetConfigurationProfileCommand.ts b/clients/client-appconfig/src/commands/GetConfigurationProfileCommand.ts index 08792adad4176..b86002f2a183b 100644 --- a/clients/client-appconfig/src/commands/GetConfigurationProfileCommand.ts +++ b/clients/client-appconfig/src/commands/GetConfigurationProfileCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetConfigurationProfileCommand, se_GetConfigurationProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/GetDeploymentCommand.ts b/clients/client-appconfig/src/commands/GetDeploymentCommand.ts index e2c869042e5d1..72b924e6277e2 100644 --- a/clients/client-appconfig/src/commands/GetDeploymentCommand.ts +++ b/clients/client-appconfig/src/commands/GetDeploymentCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Deployment, GetDeploymentRequest } from "../models/models_0"; import { de_GetDeploymentCommand, se_GetDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/GetDeploymentStrategyCommand.ts b/clients/client-appconfig/src/commands/GetDeploymentStrategyCommand.ts index cb1aa237cde2f..fa716ac397b37 100644 --- a/clients/client-appconfig/src/commands/GetDeploymentStrategyCommand.ts +++ b/clients/client-appconfig/src/commands/GetDeploymentStrategyCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeploymentStrategy, GetDeploymentStrategyRequest } from "../models/models_0"; import { de_GetDeploymentStrategyCommand, se_GetDeploymentStrategyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/GetEnvironmentCommand.ts b/clients/client-appconfig/src/commands/GetEnvironmentCommand.ts index 7081209ce3742..236eb5029eb7f 100644 --- a/clients/client-appconfig/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-appconfig/src/commands/GetEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Environment, GetEnvironmentRequest } from "../models/models_0"; import { de_GetEnvironmentCommand, se_GetEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/GetExtensionAssociationCommand.ts b/clients/client-appconfig/src/commands/GetExtensionAssociationCommand.ts index ae093f00ae76a..febb34d5002e0 100644 --- a/clients/client-appconfig/src/commands/GetExtensionAssociationCommand.ts +++ b/clients/client-appconfig/src/commands/GetExtensionAssociationCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ExtensionAssociation, GetExtensionAssociationRequest } from "../models/models_0"; import { de_GetExtensionAssociationCommand, se_GetExtensionAssociationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/GetExtensionCommand.ts b/clients/client-appconfig/src/commands/GetExtensionCommand.ts index 04cae35f38ea3..a670dfe99d5d1 100644 --- a/clients/client-appconfig/src/commands/GetExtensionCommand.ts +++ b/clients/client-appconfig/src/commands/GetExtensionCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Extension, GetExtensionRequest } from "../models/models_0"; import { de_GetExtensionCommand, se_GetExtensionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts b/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts index 935a1e468222c..2f19c8176897a 100644 --- a/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts +++ b/clients/client-appconfig/src/commands/GetHostedConfigurationVersionCommand.ts @@ -24,6 +24,10 @@ import { se_GetHostedConfigurationVersionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/ListApplicationsCommand.ts b/clients/client-appconfig/src/commands/ListApplicationsCommand.ts index 59c72190e5e2d..a1c7459ab2e06 100644 --- a/clients/client-appconfig/src/commands/ListApplicationsCommand.ts +++ b/clients/client-appconfig/src/commands/ListApplicationsCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Applications, ListApplicationsRequest } from "../models/models_0"; import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/ListConfigurationProfilesCommand.ts b/clients/client-appconfig/src/commands/ListConfigurationProfilesCommand.ts index 0ee4a46ed40cf..a3c8918d0a048 100644 --- a/clients/client-appconfig/src/commands/ListConfigurationProfilesCommand.ts +++ b/clients/client-appconfig/src/commands/ListConfigurationProfilesCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ConfigurationProfiles, ListConfigurationProfilesRequest } from "../models/models_0"; import { de_ListConfigurationProfilesCommand, se_ListConfigurationProfilesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/ListDeploymentStrategiesCommand.ts b/clients/client-appconfig/src/commands/ListDeploymentStrategiesCommand.ts index aeee112280825..62aa91b8577ac 100644 --- a/clients/client-appconfig/src/commands/ListDeploymentStrategiesCommand.ts +++ b/clients/client-appconfig/src/commands/ListDeploymentStrategiesCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeploymentStrategies, ListDeploymentStrategiesRequest } from "../models/models_0"; import { de_ListDeploymentStrategiesCommand, se_ListDeploymentStrategiesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/ListDeploymentsCommand.ts b/clients/client-appconfig/src/commands/ListDeploymentsCommand.ts index 51ad59e5f54d2..8669f750c4161 100644 --- a/clients/client-appconfig/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-appconfig/src/commands/ListDeploymentsCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Deployments, ListDeploymentsRequest } from "../models/models_0"; import { de_ListDeploymentsCommand, se_ListDeploymentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/ListEnvironmentsCommand.ts b/clients/client-appconfig/src/commands/ListEnvironmentsCommand.ts index 8b1970acb96c5..14bc3b3ae3d66 100644 --- a/clients/client-appconfig/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-appconfig/src/commands/ListEnvironmentsCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Environments, ListEnvironmentsRequest } from "../models/models_0"; import { de_ListEnvironmentsCommand, se_ListEnvironmentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/ListExtensionAssociationsCommand.ts b/clients/client-appconfig/src/commands/ListExtensionAssociationsCommand.ts index d0e6aff8ab6e0..b3bf11900b962 100644 --- a/clients/client-appconfig/src/commands/ListExtensionAssociationsCommand.ts +++ b/clients/client-appconfig/src/commands/ListExtensionAssociationsCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ExtensionAssociations, ListExtensionAssociationsRequest } from "../models/models_0"; import { de_ListExtensionAssociationsCommand, se_ListExtensionAssociationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/ListExtensionsCommand.ts b/clients/client-appconfig/src/commands/ListExtensionsCommand.ts index 400a642ed4746..1727040a7dfca 100644 --- a/clients/client-appconfig/src/commands/ListExtensionsCommand.ts +++ b/clients/client-appconfig/src/commands/ListExtensionsCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Extensions, ListExtensionsRequest } from "../models/models_0"; import { de_ListExtensionsCommand, se_ListExtensionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/ListHostedConfigurationVersionsCommand.ts b/clients/client-appconfig/src/commands/ListHostedConfigurationVersionsCommand.ts index dc080f71bab4a..352e33b97f08b 100644 --- a/clients/client-appconfig/src/commands/ListHostedConfigurationVersionsCommand.ts +++ b/clients/client-appconfig/src/commands/ListHostedConfigurationVersionsCommand.ts @@ -20,6 +20,10 @@ import { se_ListHostedConfigurationVersionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/ListTagsForResourceCommand.ts b/clients/client-appconfig/src/commands/ListTagsForResourceCommand.ts index bcaf794710d89..9a6c8e5a43b85 100644 --- a/clients/client-appconfig/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appconfig/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceRequest, ResourceTags } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/StartDeploymentCommand.ts b/clients/client-appconfig/src/commands/StartDeploymentCommand.ts index 90df6ca88ede1..553bab2f3396b 100644 --- a/clients/client-appconfig/src/commands/StartDeploymentCommand.ts +++ b/clients/client-appconfig/src/commands/StartDeploymentCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Deployment, StartDeploymentRequest } from "../models/models_0"; import { de_StartDeploymentCommand, se_StartDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/StopDeploymentCommand.ts b/clients/client-appconfig/src/commands/StopDeploymentCommand.ts index 85232f83805f0..84a7c4e7ec9b4 100644 --- a/clients/client-appconfig/src/commands/StopDeploymentCommand.ts +++ b/clients/client-appconfig/src/commands/StopDeploymentCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Deployment, StopDeploymentRequest } from "../models/models_0"; import { de_StopDeploymentCommand, se_StopDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/TagResourceCommand.ts b/clients/client-appconfig/src/commands/TagResourceCommand.ts index 0902b1e6575b2..7b7de7579307d 100644 --- a/clients/client-appconfig/src/commands/TagResourceCommand.ts +++ b/clients/client-appconfig/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceRequest } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/UntagResourceCommand.ts b/clients/client-appconfig/src/commands/UntagResourceCommand.ts index 7ef5fdeecfd3a..5a3fc8dffdd10 100644 --- a/clients/client-appconfig/src/commands/UntagResourceCommand.ts +++ b/clients/client-appconfig/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/UpdateApplicationCommand.ts b/clients/client-appconfig/src/commands/UpdateApplicationCommand.ts index 8108a9b47d0c4..df8fb27b57499 100644 --- a/clients/client-appconfig/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateApplicationCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Application, UpdateApplicationRequest } from "../models/models_0"; import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/UpdateConfigurationProfileCommand.ts b/clients/client-appconfig/src/commands/UpdateConfigurationProfileCommand.ts index 49ceabf4e9164..1f0266007ad0f 100644 --- a/clients/client-appconfig/src/commands/UpdateConfigurationProfileCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateConfigurationProfileCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_UpdateConfigurationProfileCommand, se_UpdateConfigurationProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/UpdateDeploymentStrategyCommand.ts b/clients/client-appconfig/src/commands/UpdateDeploymentStrategyCommand.ts index d19dd8032e694..ae96e1c24db5d 100644 --- a/clients/client-appconfig/src/commands/UpdateDeploymentStrategyCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateDeploymentStrategyCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeploymentStrategy, UpdateDeploymentStrategyRequest } from "../models/models_0"; import { de_UpdateDeploymentStrategyCommand, se_UpdateDeploymentStrategyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/UpdateEnvironmentCommand.ts b/clients/client-appconfig/src/commands/UpdateEnvironmentCommand.ts index c4ba8d34144c0..fa5e4fb350153 100644 --- a/clients/client-appconfig/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Environment, UpdateEnvironmentRequest } from "../models/models_0"; import { de_UpdateEnvironmentCommand, se_UpdateEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/UpdateExtensionAssociationCommand.ts b/clients/client-appconfig/src/commands/UpdateExtensionAssociationCommand.ts index 5b3246634382e..3d667a6dfe233 100644 --- a/clients/client-appconfig/src/commands/UpdateExtensionAssociationCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateExtensionAssociationCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ExtensionAssociation, UpdateExtensionAssociationRequest } from "../models/models_0"; import { de_UpdateExtensionAssociationCommand, se_UpdateExtensionAssociationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/UpdateExtensionCommand.ts b/clients/client-appconfig/src/commands/UpdateExtensionCommand.ts index cdab318f9e8b7..754a7300c5e59 100644 --- a/clients/client-appconfig/src/commands/UpdateExtensionCommand.ts +++ b/clients/client-appconfig/src/commands/UpdateExtensionCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { Extension, UpdateExtensionRequest } from "../models/models_0"; import { de_UpdateExtensionCommand, se_UpdateExtensionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/commands/ValidateConfigurationCommand.ts b/clients/client-appconfig/src/commands/ValidateConfigurationCommand.ts index 548a83f5b7428..11c254e0dd00f 100644 --- a/clients/client-appconfig/src/commands/ValidateConfigurationCommand.ts +++ b/clients/client-appconfig/src/commands/ValidateConfigurationCommand.ts @@ -17,6 +17,10 @@ import { AppConfigClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ValidateConfigurationRequest } from "../models/models_0"; import { de_ValidateConfigurationCommand, se_ValidateConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfig/src/index.ts b/clients/client-appconfig/src/index.ts index 5e9937dc27d98..84805ad5e478e 100644 --- a/clients/client-appconfig/src/index.ts +++ b/clients/client-appconfig/src/index.ts @@ -1,8 +1,59 @@ -export * from "./AppConfig"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly + * deploy application configurations. AppConfig supports controlled deployments to + * applications of any size and includes built-in validation checks and monitoring. You can + * use AppConfig with applications hosted on Amazon EC2 instances, Lambda, containers, + * mobile applications, or IoT devices.

+ *

To prevent errors when deploying application configurations, especially for production + * systems where a simple typo could cause an unexpected outage, AppConfig includes + * validators. A validator provides a syntactic or semantic check to ensure that the + * configuration you want to deploy works as intended. To validate your application + * configuration data, you provide a schema or an Amazon Web Services Lambda function that runs against + * the configuration. The configuration deployment or update can only proceed when the + * configuration data is valid.

+ *

During a configuration deployment, AppConfig monitors the application to + * ensure that the deployment is successful. If the system encounters an error, AppConfig rolls back the change to minimize impact for your application users. You can + * configure a deployment strategy for each application or environment that includes + * deployment criteria, including velocity, bake time, and alarms to monitor. Similar to error + * monitoring, if a deployment triggers an alarm, AppConfig automatically rolls back + * to the previous version.

+ *

AppConfig supports multiple use cases. Here are some examples:

+ *
    + *
  • + *

    + * Feature flags: Use AppConfig to turn on + * new features that require a timely deployment, such as a product launch or + * announcement.

    + *
  • + *
  • + *

    + * Application tuning: Use AppConfig to + * carefully introduce changes to your application that can only be tested with + * production traffic.

    + *
  • + *
  • + *

    + * Allow list: Use AppConfig to allow + * premium subscribers to access paid content.

    + *
  • + *
  • + *

    + * Operational issues: Use AppConfig to + * reduce stress on your application when a dependency or other external factor impacts + * the system.

    + *
  • + *
+ *

This reference is intended to be used with the AppConfig User + * Guide.

+ * + * @packageDocumentation + */ export * from "./AppConfigClient"; +export * from "./AppConfig"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { AppConfigServiceException } from "./models/AppConfigServiceException"; diff --git a/clients/client-appconfig/src/models/AppConfigServiceException.ts b/clients/client-appconfig/src/models/AppConfigServiceException.ts index 1f68f2dc2e147..00a4567b5d8b2 100644 --- a/clients/client-appconfig/src/models/AppConfigServiceException.ts +++ b/clients/client-appconfig/src/models/AppConfigServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-appconfigdata/src/AppConfigDataClient.ts b/clients/client-appconfigdata/src/AppConfigDataClient.ts index fda281bc56ae4..4f5542945c7ba 100644 --- a/clients/client-appconfigdata/src/AppConfigDataClient.ts +++ b/clients/client-appconfigdata/src/AppConfigDataClient.ts @@ -67,6 +67,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -204,7 +206,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type AppConfigDataClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type AppConfigDataClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -223,7 +225,7 @@ export interface AppConfigDataClientConfig extends AppConfigDataClientConfigType /** * @public */ -type AppConfigDataClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type AppConfigDataClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts b/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts index 30403878844b9..e0cf19241df52 100644 --- a/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts +++ b/clients/client-appconfigdata/src/commands/GetLatestConfigurationCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetLatestConfigurationCommand, se_GetLatestConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfigdata/src/commands/StartConfigurationSessionCommand.ts b/clients/client-appconfigdata/src/commands/StartConfigurationSessionCommand.ts index ab6c4503b6ecc..dfb91fb542267 100644 --- a/clients/client-appconfigdata/src/commands/StartConfigurationSessionCommand.ts +++ b/clients/client-appconfigdata/src/commands/StartConfigurationSessionCommand.ts @@ -17,6 +17,10 @@ import { AppConfigDataClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { StartConfigurationSessionRequest, StartConfigurationSessionResponse } from "../models/models_0"; import { de_StartConfigurationSessionCommand, se_StartConfigurationSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appconfigdata/src/index.ts b/clients/client-appconfigdata/src/index.ts index 32d544dbeafe7..3efbf4fd3a4c2 100644 --- a/clients/client-appconfigdata/src/index.ts +++ b/clients/client-appconfigdata/src/index.ts @@ -1,6 +1,70 @@ -export * from "./AppConfigData"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

AppConfig Data provides the data plane APIs your application uses to retrieve + * configuration data. Here's how it works:

+ *

Your application retrieves configuration data by first establishing a configuration + * session using the AppConfig Data StartConfigurationSession API action. + * Your session's client then makes periodic calls to GetLatestConfiguration + * to check for and retrieve the latest data available.

+ *

When calling StartConfigurationSession, your code sends the following + * information:

+ *
    + *
  • + *

    Identifiers (ID or name) of an AppConfig application, environment, and + * configuration profile that the session tracks.

    + *
  • + *
  • + *

    (Optional) The minimum amount of time the session's client must wait between calls + * to GetLatestConfiguration.

    + *
  • + *
+ *

In response, AppConfig provides an InitialConfigurationToken to be given to + * the session's client and used the first time it calls GetLatestConfiguration + * for that session.

+ * + *

This token should only be used once in your first call to + * GetLatestConfiguration. You must use the new token + * in the GetLatestConfiguration response + * (NextPollConfigurationToken) in each subsequent call to + * GetLatestConfiguration.

+ *
+ *

When calling GetLatestConfiguration, your client code sends the most recent + * ConfigurationToken value it has and receives in response:

+ *
    + *
  • + *

    + * NextPollConfigurationToken: the ConfigurationToken value + * to use on the next call to GetLatestConfiguration.

    + *
  • + *
  • + *

    + * NextPollIntervalInSeconds: the duration the client should wait before + * making its next call to GetLatestConfiguration. This duration may vary + * over the course of the session, so it should be used instead of the value sent on the + * StartConfigurationSession call.

    + *
  • + *
  • + *

    The configuration: the latest data intended for the session. This may be empty if + * the client already has the latest version of the configuration.

    + *
  • + *
+ * + *

The InitialConfigurationToken and + * NextPollConfigurationToken should only be used once. To support long poll + * use cases, the tokens are valid for up to 24 hours. If a + * GetLatestConfiguration call uses an expired token, the system returns + * BadRequestException.

+ *
+ *

For more information and to view example CLI commands that show how to retrieve a + * configuration using the AppConfig Data StartConfigurationSession and + * GetLatestConfiguration API actions, see Retrieving the + * configuration in the AppConfig User Guide.

+ * + * @packageDocumentation + */ export * from "./AppConfigDataClient"; +export * from "./AppConfigData"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-appconfigdata/src/models/AppConfigDataServiceException.ts b/clients/client-appconfigdata/src/models/AppConfigDataServiceException.ts index 65dd17d01e498..4e1c5542c28b8 100644 --- a/clients/client-appconfigdata/src/models/AppConfigDataServiceException.ts +++ b/clients/client-appconfigdata/src/models/AppConfigDataServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-appflow/src/AppflowClient.ts b/clients/client-appflow/src/AppflowClient.ts index 69fb267d4fe90..63386b10298ce 100644 --- a/clients/client-appflow/src/AppflowClient.ts +++ b/clients/client-appflow/src/AppflowClient.ts @@ -116,6 +116,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -301,7 +303,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type AppflowClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type AppflowClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -320,7 +322,7 @@ export interface AppflowClientConfig extends AppflowClientConfigType {} /** * @public */ -type AppflowClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type AppflowClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-appflow/src/commands/CancelFlowExecutionsCommand.ts b/clients/client-appflow/src/commands/CancelFlowExecutionsCommand.ts index 8a5c138576687..4a4b2b2e540e6 100644 --- a/clients/client-appflow/src/commands/CancelFlowExecutionsCommand.ts +++ b/clients/client-appflow/src/commands/CancelFlowExecutionsCommand.ts @@ -17,6 +17,10 @@ import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CancelFlowExecutionsRequest, CancelFlowExecutionsResponse } from "../models/models_0"; import { de_CancelFlowExecutionsCommand, se_CancelFlowExecutionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/CreateConnectorProfileCommand.ts b/clients/client-appflow/src/commands/CreateConnectorProfileCommand.ts index ed6696a2c46d9..d015d9584a72c 100644 --- a/clients/client-appflow/src/commands/CreateConnectorProfileCommand.ts +++ b/clients/client-appflow/src/commands/CreateConnectorProfileCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateConnectorProfileCommand, se_CreateConnectorProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/CreateFlowCommand.ts b/clients/client-appflow/src/commands/CreateFlowCommand.ts index 6ba5d1138e66d..e33679fea7c4d 100644 --- a/clients/client-appflow/src/commands/CreateFlowCommand.ts +++ b/clients/client-appflow/src/commands/CreateFlowCommand.ts @@ -17,6 +17,10 @@ import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateFlowRequest, CreateFlowResponse } from "../models/models_0"; import { de_CreateFlowCommand, se_CreateFlowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/DeleteConnectorProfileCommand.ts b/clients/client-appflow/src/commands/DeleteConnectorProfileCommand.ts index d3993de9fb266..436933743c8ab 100644 --- a/clients/client-appflow/src/commands/DeleteConnectorProfileCommand.ts +++ b/clients/client-appflow/src/commands/DeleteConnectorProfileCommand.ts @@ -17,6 +17,10 @@ import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteConnectorProfileRequest, DeleteConnectorProfileResponse } from "../models/models_0"; import { de_DeleteConnectorProfileCommand, se_DeleteConnectorProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/DeleteFlowCommand.ts b/clients/client-appflow/src/commands/DeleteFlowCommand.ts index b756b8acc451f..edf9d49d3fa18 100644 --- a/clients/client-appflow/src/commands/DeleteFlowCommand.ts +++ b/clients/client-appflow/src/commands/DeleteFlowCommand.ts @@ -17,6 +17,10 @@ import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0"; import { de_DeleteFlowCommand, se_DeleteFlowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/DescribeConnectorCommand.ts b/clients/client-appflow/src/commands/DescribeConnectorCommand.ts index 42ac889a79a2c..6ba4159189746 100644 --- a/clients/client-appflow/src/commands/DescribeConnectorCommand.ts +++ b/clients/client-appflow/src/commands/DescribeConnectorCommand.ts @@ -17,6 +17,10 @@ import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeConnectorRequest, DescribeConnectorResponse } from "../models/models_0"; import { de_DescribeConnectorCommand, se_DescribeConnectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/DescribeConnectorEntityCommand.ts b/clients/client-appflow/src/commands/DescribeConnectorEntityCommand.ts index 439ff3cd2a6d1..922e2f6d2d248 100644 --- a/clients/client-appflow/src/commands/DescribeConnectorEntityCommand.ts +++ b/clients/client-appflow/src/commands/DescribeConnectorEntityCommand.ts @@ -17,6 +17,10 @@ import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeConnectorEntityRequest, DescribeConnectorEntityResponse } from "../models/models_0"; import { de_DescribeConnectorEntityCommand, se_DescribeConnectorEntityCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/DescribeConnectorProfilesCommand.ts b/clients/client-appflow/src/commands/DescribeConnectorProfilesCommand.ts index dc5920dddca47..d6d4e672ca2c8 100644 --- a/clients/client-appflow/src/commands/DescribeConnectorProfilesCommand.ts +++ b/clients/client-appflow/src/commands/DescribeConnectorProfilesCommand.ts @@ -17,6 +17,10 @@ import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeConnectorProfilesRequest, DescribeConnectorProfilesResponse } from "../models/models_0"; import { de_DescribeConnectorProfilesCommand, se_DescribeConnectorProfilesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/DescribeConnectorsCommand.ts b/clients/client-appflow/src/commands/DescribeConnectorsCommand.ts index 4749f1314da5b..eed8269f8c413 100644 --- a/clients/client-appflow/src/commands/DescribeConnectorsCommand.ts +++ b/clients/client-appflow/src/commands/DescribeConnectorsCommand.ts @@ -17,6 +17,10 @@ import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeConnectorsRequest, DescribeConnectorsResponse } from "../models/models_0"; import { de_DescribeConnectorsCommand, se_DescribeConnectorsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/DescribeFlowCommand.ts b/clients/client-appflow/src/commands/DescribeFlowCommand.ts index 8c07701c55a48..d99a688c8d871 100644 --- a/clients/client-appflow/src/commands/DescribeFlowCommand.ts +++ b/clients/client-appflow/src/commands/DescribeFlowCommand.ts @@ -17,6 +17,10 @@ import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0"; import { de_DescribeFlowCommand, se_DescribeFlowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/DescribeFlowExecutionRecordsCommand.ts b/clients/client-appflow/src/commands/DescribeFlowExecutionRecordsCommand.ts index 7030d1d512923..368faecdf5d6e 100644 --- a/clients/client-appflow/src/commands/DescribeFlowExecutionRecordsCommand.ts +++ b/clients/client-appflow/src/commands/DescribeFlowExecutionRecordsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeFlowExecutionRecordsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/ListConnectorEntitiesCommand.ts b/clients/client-appflow/src/commands/ListConnectorEntitiesCommand.ts index 2bcd25cc3f9ca..3c78df4efddd3 100644 --- a/clients/client-appflow/src/commands/ListConnectorEntitiesCommand.ts +++ b/clients/client-appflow/src/commands/ListConnectorEntitiesCommand.ts @@ -17,6 +17,10 @@ import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListConnectorEntitiesRequest, ListConnectorEntitiesResponse } from "../models/models_0"; import { de_ListConnectorEntitiesCommand, se_ListConnectorEntitiesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/ListConnectorsCommand.ts b/clients/client-appflow/src/commands/ListConnectorsCommand.ts index 9bf171e5f9328..57cbba0dbd371 100644 --- a/clients/client-appflow/src/commands/ListConnectorsCommand.ts +++ b/clients/client-appflow/src/commands/ListConnectorsCommand.ts @@ -17,6 +17,10 @@ import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListConnectorsRequest, ListConnectorsResponse } from "../models/models_0"; import { de_ListConnectorsCommand, se_ListConnectorsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/ListFlowsCommand.ts b/clients/client-appflow/src/commands/ListFlowsCommand.ts index e394b676b7f08..6d59bd8e1c956 100644 --- a/clients/client-appflow/src/commands/ListFlowsCommand.ts +++ b/clients/client-appflow/src/commands/ListFlowsCommand.ts @@ -17,6 +17,10 @@ import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListFlowsRequest, ListFlowsResponse } from "../models/models_0"; import { de_ListFlowsCommand, se_ListFlowsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/ListTagsForResourceCommand.ts b/clients/client-appflow/src/commands/ListTagsForResourceCommand.ts index 994de5f394713..59f0a85aabe2b 100644 --- a/clients/client-appflow/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appflow/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/RegisterConnectorCommand.ts b/clients/client-appflow/src/commands/RegisterConnectorCommand.ts index b9e7e0e3562bb..234dab840bfa2 100644 --- a/clients/client-appflow/src/commands/RegisterConnectorCommand.ts +++ b/clients/client-appflow/src/commands/RegisterConnectorCommand.ts @@ -17,6 +17,10 @@ import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { RegisterConnectorRequest, RegisterConnectorResponse } from "../models/models_0"; import { de_RegisterConnectorCommand, se_RegisterConnectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/StartFlowCommand.ts b/clients/client-appflow/src/commands/StartFlowCommand.ts index e1ed151ebc80f..024b015998d89 100644 --- a/clients/client-appflow/src/commands/StartFlowCommand.ts +++ b/clients/client-appflow/src/commands/StartFlowCommand.ts @@ -17,6 +17,10 @@ import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { StartFlowRequest, StartFlowResponse } from "../models/models_0"; import { de_StartFlowCommand, se_StartFlowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/StopFlowCommand.ts b/clients/client-appflow/src/commands/StopFlowCommand.ts index 9457f97e1ecd3..201d22cfea4ad 100644 --- a/clients/client-appflow/src/commands/StopFlowCommand.ts +++ b/clients/client-appflow/src/commands/StopFlowCommand.ts @@ -17,6 +17,10 @@ import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { StopFlowRequest, StopFlowResponse } from "../models/models_0"; import { de_StopFlowCommand, se_StopFlowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/TagResourceCommand.ts b/clients/client-appflow/src/commands/TagResourceCommand.ts index 9f596083c5357..4bffa6745010b 100644 --- a/clients/client-appflow/src/commands/TagResourceCommand.ts +++ b/clients/client-appflow/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/UnregisterConnectorCommand.ts b/clients/client-appflow/src/commands/UnregisterConnectorCommand.ts index e81c32198621a..374bebfefcde3 100644 --- a/clients/client-appflow/src/commands/UnregisterConnectorCommand.ts +++ b/clients/client-appflow/src/commands/UnregisterConnectorCommand.ts @@ -17,6 +17,10 @@ import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UnregisterConnectorRequest, UnregisterConnectorResponse } from "../models/models_0"; import { de_UnregisterConnectorCommand, se_UnregisterConnectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/UntagResourceCommand.ts b/clients/client-appflow/src/commands/UntagResourceCommand.ts index 212afaab9537a..c34b538bee616 100644 --- a/clients/client-appflow/src/commands/UntagResourceCommand.ts +++ b/clients/client-appflow/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/UpdateConnectorProfileCommand.ts b/clients/client-appflow/src/commands/UpdateConnectorProfileCommand.ts index 13885c5ff8f75..d2612fe762e86 100644 --- a/clients/client-appflow/src/commands/UpdateConnectorProfileCommand.ts +++ b/clients/client-appflow/src/commands/UpdateConnectorProfileCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateConnectorProfileCommand, se_UpdateConnectorProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/UpdateConnectorRegistrationCommand.ts b/clients/client-appflow/src/commands/UpdateConnectorRegistrationCommand.ts index e6507863b06bd..1cef0c4e70f69 100644 --- a/clients/client-appflow/src/commands/UpdateConnectorRegistrationCommand.ts +++ b/clients/client-appflow/src/commands/UpdateConnectorRegistrationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateConnectorRegistrationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/commands/UpdateFlowCommand.ts b/clients/client-appflow/src/commands/UpdateFlowCommand.ts index 13005cedb27b7..018543b28d270 100644 --- a/clients/client-appflow/src/commands/UpdateFlowCommand.ts +++ b/clients/client-appflow/src/commands/UpdateFlowCommand.ts @@ -17,6 +17,10 @@ import { AppflowClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateFlowRequest, UpdateFlowResponse } from "../models/models_0"; import { de_UpdateFlowCommand, se_UpdateFlowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appflow/src/index.ts b/clients/client-appflow/src/index.ts index 998a9a322de4d..7eaf8a5a5f5cf 100644 --- a/clients/client-appflow/src/index.ts +++ b/clients/client-appflow/src/index.ts @@ -1,8 +1,48 @@ -export * from "./Appflow"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Welcome to the Amazon AppFlow API reference. This guide is for developers who need + * detailed information about the Amazon AppFlow API operations, data types, and errors.

+ *

Amazon AppFlow is a fully managed integration service that enables you to securely + * transfer data between software as a service (SaaS) applications like Salesforce, Marketo, + * Slack, and ServiceNow, and Amazon Web Services like Amazon S3 and Amazon Redshift.

+ *

Use the following links to get started on the Amazon AppFlow API:

+ *
    + *
  • + *

    + * Actions: An alphabetical list of all Amazon AppFlow API operations.

    + *
  • + *
  • + *

    + * Data + * types: An alphabetical list of all Amazon AppFlow data types.

    + *
  • + *
  • + *

    + * Common parameters: Parameters that all Query operations can use.

    + *
  • + *
  • + *

    + * Common + * errors: Client and server errors that all operations can return.

    + *
  • + *
+ *

If you're new to Amazon AppFlow, we recommend that you review the Amazon AppFlow + * User Guide.

+ *

Amazon AppFlow API users can use vendor-specific mechanisms for OAuth, and include + * applicable OAuth attributes (such as auth-code and redirecturi) with + * the connector-specific ConnectorProfileProperties when creating a new connector + * profile using Amazon AppFlow API operations. For example, Salesforce users can refer to + * the + * Authorize Apps with OAuth + * documentation.

+ * + * @packageDocumentation + */ export * from "./AppflowClient"; +export * from "./Appflow"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { AppflowServiceException } from "./models/AppflowServiceException"; diff --git a/clients/client-appflow/src/models/AppflowServiceException.ts b/clients/client-appflow/src/models/AppflowServiceException.ts index 837973f68552e..9a302f2961b5b 100644 --- a/clients/client-appflow/src/models/AppflowServiceException.ts +++ b/clients/client-appflow/src/models/AppflowServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-appintegrations/src/AppIntegrationsClient.ts b/clients/client-appintegrations/src/AppIntegrationsClient.ts index 3588f1d9edc84..0186a5e8da928 100644 --- a/clients/client-appintegrations/src/AppIntegrationsClient.ts +++ b/clients/client-appintegrations/src/AppIntegrationsClient.ts @@ -110,6 +110,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -277,7 +279,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type AppIntegrationsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type AppIntegrationsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -296,7 +298,7 @@ export interface AppIntegrationsClientConfig extends AppIntegrationsClientConfig /** * @public */ -type AppIntegrationsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type AppIntegrationsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-appintegrations/src/commands/CreateDataIntegrationCommand.ts b/clients/client-appintegrations/src/commands/CreateDataIntegrationCommand.ts index e8ce04240a69e..34f065930dbb5 100644 --- a/clients/client-appintegrations/src/commands/CreateDataIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/CreateDataIntegrationCommand.ts @@ -17,6 +17,10 @@ import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { CreateDataIntegrationRequest, CreateDataIntegrationResponse } from "../models/models_0"; import { de_CreateDataIntegrationCommand, se_CreateDataIntegrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appintegrations/src/commands/CreateEventIntegrationCommand.ts b/clients/client-appintegrations/src/commands/CreateEventIntegrationCommand.ts index 04f2c38c0625e..78acee48383d5 100644 --- a/clients/client-appintegrations/src/commands/CreateEventIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/CreateEventIntegrationCommand.ts @@ -17,6 +17,10 @@ import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { CreateEventIntegrationRequest, CreateEventIntegrationResponse } from "../models/models_0"; import { de_CreateEventIntegrationCommand, se_CreateEventIntegrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appintegrations/src/commands/DeleteDataIntegrationCommand.ts b/clients/client-appintegrations/src/commands/DeleteDataIntegrationCommand.ts index 5963d5e152d3d..509a39abb0187 100644 --- a/clients/client-appintegrations/src/commands/DeleteDataIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/DeleteDataIntegrationCommand.ts @@ -17,6 +17,10 @@ import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DeleteDataIntegrationRequest, DeleteDataIntegrationResponse } from "../models/models_0"; import { de_DeleteDataIntegrationCommand, se_DeleteDataIntegrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appintegrations/src/commands/DeleteEventIntegrationCommand.ts b/clients/client-appintegrations/src/commands/DeleteEventIntegrationCommand.ts index 38a541628ebb1..117331098c319 100644 --- a/clients/client-appintegrations/src/commands/DeleteEventIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/DeleteEventIntegrationCommand.ts @@ -17,6 +17,10 @@ import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DeleteEventIntegrationRequest, DeleteEventIntegrationResponse } from "../models/models_0"; import { de_DeleteEventIntegrationCommand, se_DeleteEventIntegrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appintegrations/src/commands/GetDataIntegrationCommand.ts b/clients/client-appintegrations/src/commands/GetDataIntegrationCommand.ts index 93d1d0fa384bb..3c9b0c1377a30 100644 --- a/clients/client-appintegrations/src/commands/GetDataIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/GetDataIntegrationCommand.ts @@ -17,6 +17,10 @@ import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { GetDataIntegrationRequest, GetDataIntegrationResponse } from "../models/models_0"; import { de_GetDataIntegrationCommand, se_GetDataIntegrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appintegrations/src/commands/GetEventIntegrationCommand.ts b/clients/client-appintegrations/src/commands/GetEventIntegrationCommand.ts index 9ae4ba658c3b0..9f9614ce67647 100644 --- a/clients/client-appintegrations/src/commands/GetEventIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/GetEventIntegrationCommand.ts @@ -17,6 +17,10 @@ import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { GetEventIntegrationRequest, GetEventIntegrationResponse } from "../models/models_0"; import { de_GetEventIntegrationCommand, se_GetEventIntegrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appintegrations/src/commands/ListDataIntegrationAssociationsCommand.ts b/clients/client-appintegrations/src/commands/ListDataIntegrationAssociationsCommand.ts index 914d538f4e106..e3e1201d3d4e0 100644 --- a/clients/client-appintegrations/src/commands/ListDataIntegrationAssociationsCommand.ts +++ b/clients/client-appintegrations/src/commands/ListDataIntegrationAssociationsCommand.ts @@ -20,6 +20,10 @@ import { se_ListDataIntegrationAssociationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appintegrations/src/commands/ListDataIntegrationsCommand.ts b/clients/client-appintegrations/src/commands/ListDataIntegrationsCommand.ts index 6f076375bcd13..71d2f05dd1763 100644 --- a/clients/client-appintegrations/src/commands/ListDataIntegrationsCommand.ts +++ b/clients/client-appintegrations/src/commands/ListDataIntegrationsCommand.ts @@ -17,6 +17,10 @@ import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { ListDataIntegrationsRequest, ListDataIntegrationsResponse } from "../models/models_0"; import { de_ListDataIntegrationsCommand, se_ListDataIntegrationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appintegrations/src/commands/ListEventIntegrationAssociationsCommand.ts b/clients/client-appintegrations/src/commands/ListEventIntegrationAssociationsCommand.ts index d59ea55dd59ef..9ad8e0ef25502 100644 --- a/clients/client-appintegrations/src/commands/ListEventIntegrationAssociationsCommand.ts +++ b/clients/client-appintegrations/src/commands/ListEventIntegrationAssociationsCommand.ts @@ -20,6 +20,10 @@ import { se_ListEventIntegrationAssociationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appintegrations/src/commands/ListEventIntegrationsCommand.ts b/clients/client-appintegrations/src/commands/ListEventIntegrationsCommand.ts index 14ac8499f87e8..fab751f542251 100644 --- a/clients/client-appintegrations/src/commands/ListEventIntegrationsCommand.ts +++ b/clients/client-appintegrations/src/commands/ListEventIntegrationsCommand.ts @@ -17,6 +17,10 @@ import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { ListEventIntegrationsRequest, ListEventIntegrationsResponse } from "../models/models_0"; import { de_ListEventIntegrationsCommand, se_ListEventIntegrationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appintegrations/src/commands/ListTagsForResourceCommand.ts b/clients/client-appintegrations/src/commands/ListTagsForResourceCommand.ts index ffeb5a5eb6ad2..3d0173d106370 100644 --- a/clients/client-appintegrations/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appintegrations/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appintegrations/src/commands/TagResourceCommand.ts b/clients/client-appintegrations/src/commands/TagResourceCommand.ts index b500c984146a1..e7ab81863c3bb 100644 --- a/clients/client-appintegrations/src/commands/TagResourceCommand.ts +++ b/clients/client-appintegrations/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appintegrations/src/commands/UntagResourceCommand.ts b/clients/client-appintegrations/src/commands/UntagResourceCommand.ts index 35fe18551c08b..9a959c352c0c6 100644 --- a/clients/client-appintegrations/src/commands/UntagResourceCommand.ts +++ b/clients/client-appintegrations/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appintegrations/src/commands/UpdateDataIntegrationCommand.ts b/clients/client-appintegrations/src/commands/UpdateDataIntegrationCommand.ts index fd18cb39c8488..3a3f42ad0300e 100644 --- a/clients/client-appintegrations/src/commands/UpdateDataIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/UpdateDataIntegrationCommand.ts @@ -17,6 +17,10 @@ import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { UpdateDataIntegrationRequest, UpdateDataIntegrationResponse } from "../models/models_0"; import { de_UpdateDataIntegrationCommand, se_UpdateDataIntegrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appintegrations/src/commands/UpdateEventIntegrationCommand.ts b/clients/client-appintegrations/src/commands/UpdateEventIntegrationCommand.ts index 47ef2ad99e98a..0e3b2371d1272 100644 --- a/clients/client-appintegrations/src/commands/UpdateEventIntegrationCommand.ts +++ b/clients/client-appintegrations/src/commands/UpdateEventIntegrationCommand.ts @@ -17,6 +17,10 @@ import { AppIntegrationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { UpdateEventIntegrationRequest, UpdateEventIntegrationResponse } from "../models/models_0"; import { de_UpdateEventIntegrationCommand, se_UpdateEventIntegrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appintegrations/src/index.ts b/clients/client-appintegrations/src/index.ts index 61d42363e6c40..b9cda7904eb5b 100644 --- a/clients/client-appintegrations/src/index.ts +++ b/clients/client-appintegrations/src/index.ts @@ -1,6 +1,18 @@ -export * from "./AppIntegrations"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The Amazon AppIntegrations service enables you to configure and reuse connections to external + * applications.

+ *

For information about how you can use external applications with Amazon Connect, see + * Set up pre-built + * integrations and Deliver information to agents + * using Amazon Connect Wisdom in the Amazon Connect Administrator + * Guide.

+ * + * @packageDocumentation + */ export * from "./AppIntegrationsClient"; +export * from "./AppIntegrations"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-appintegrations/src/models/AppIntegrationsServiceException.ts b/clients/client-appintegrations/src/models/AppIntegrationsServiceException.ts index b901c97633465..fc9eb5d2c7af4 100644 --- a/clients/client-appintegrations/src/models/AppIntegrationsServiceException.ts +++ b/clients/client-appintegrations/src/models/AppIntegrationsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-application-auto-scaling/src/ApplicationAutoScalingClient.ts b/clients/client-application-auto-scaling/src/ApplicationAutoScalingClient.ts index e7e7959545c3c..5c583d990abe3 100644 --- a/clients/client-application-auto-scaling/src/ApplicationAutoScalingClient.ts +++ b/clients/client-application-auto-scaling/src/ApplicationAutoScalingClient.ts @@ -99,6 +99,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -262,7 +264,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ApplicationAutoScalingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ApplicationAutoScalingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -281,7 +283,7 @@ export interface ApplicationAutoScalingClientConfig extends ApplicationAutoScali /** * @public */ -type ApplicationAutoScalingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ApplicationAutoScalingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-application-auto-scaling/src/commands/DeleteScalingPolicyCommand.ts b/clients/client-application-auto-scaling/src/commands/DeleteScalingPolicyCommand.ts index 1fad19a1a4485..f2bb3123d03ce 100644 --- a/clients/client-application-auto-scaling/src/commands/DeleteScalingPolicyCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DeleteScalingPolicyCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteScalingPolicyRequest, DeleteScalingPolicyResponse } from "../models/models_0"; import { de_DeleteScalingPolicyCommand, se_DeleteScalingPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-auto-scaling/src/commands/DeleteScheduledActionCommand.ts b/clients/client-application-auto-scaling/src/commands/DeleteScheduledActionCommand.ts index 67a3a06f9579c..117b5f412648a 100644 --- a/clients/client-application-auto-scaling/src/commands/DeleteScheduledActionCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DeleteScheduledActionCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteScheduledActionRequest, DeleteScheduledActionResponse } from "../models/models_0"; import { de_DeleteScheduledActionCommand, se_DeleteScheduledActionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-auto-scaling/src/commands/DeregisterScalableTargetCommand.ts b/clients/client-application-auto-scaling/src/commands/DeregisterScalableTargetCommand.ts index 7a912b7dbd419..b9ef7c3f46c5f 100644 --- a/clients/client-application-auto-scaling/src/commands/DeregisterScalableTargetCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DeregisterScalableTargetCommand.ts @@ -21,6 +21,10 @@ import { import { DeregisterScalableTargetRequest, DeregisterScalableTargetResponse } from "../models/models_0"; import { de_DeregisterScalableTargetCommand, se_DeregisterScalableTargetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-auto-scaling/src/commands/DescribeScalableTargetsCommand.ts b/clients/client-application-auto-scaling/src/commands/DescribeScalableTargetsCommand.ts index 021787d6ee131..9702056bbfedb 100644 --- a/clients/client-application-auto-scaling/src/commands/DescribeScalableTargetsCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DescribeScalableTargetsCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeScalableTargetsRequest, DescribeScalableTargetsResponse } from "../models/models_0"; import { de_DescribeScalableTargetsCommand, se_DescribeScalableTargetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts b/clients/client-application-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts index 0b5df74e337ad..b11e213d2872a 100644 --- a/clients/client-application-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeScalingActivitiesRequest, DescribeScalingActivitiesResponse } from "../models/models_0"; import { de_DescribeScalingActivitiesCommand, se_DescribeScalingActivitiesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-auto-scaling/src/commands/DescribeScalingPoliciesCommand.ts b/clients/client-application-auto-scaling/src/commands/DescribeScalingPoliciesCommand.ts index a934ee8022b2e..5d36fb670d271 100644 --- a/clients/client-application-auto-scaling/src/commands/DescribeScalingPoliciesCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DescribeScalingPoliciesCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeScalingPoliciesRequest, DescribeScalingPoliciesResponse } from "../models/models_0"; import { de_DescribeScalingPoliciesCommand, se_DescribeScalingPoliciesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts b/clients/client-application-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts index 5f7682f4a29aa..2274122829d6a 100644 --- a/clients/client-application-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeScheduledActionsRequest, DescribeScheduledActionsResponse } from "../models/models_0"; import { de_DescribeScheduledActionsCommand, se_DescribeScheduledActionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-auto-scaling/src/commands/ListTagsForResourceCommand.ts b/clients/client-application-auto-scaling/src/commands/ListTagsForResourceCommand.ts index 287026b0f2194..aaa7437aaf057 100644 --- a/clients/client-application-auto-scaling/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-auto-scaling/src/commands/PutScalingPolicyCommand.ts b/clients/client-application-auto-scaling/src/commands/PutScalingPolicyCommand.ts index dd68cdf8f5eb2..d7041ab049225 100644 --- a/clients/client-application-auto-scaling/src/commands/PutScalingPolicyCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/PutScalingPolicyCommand.ts @@ -21,6 +21,10 @@ import { import { PutScalingPolicyRequest, PutScalingPolicyResponse } from "../models/models_0"; import { de_PutScalingPolicyCommand, se_PutScalingPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-auto-scaling/src/commands/PutScheduledActionCommand.ts b/clients/client-application-auto-scaling/src/commands/PutScheduledActionCommand.ts index bbdb505264762..e88cde9a66d12 100644 --- a/clients/client-application-auto-scaling/src/commands/PutScheduledActionCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/PutScheduledActionCommand.ts @@ -21,6 +21,10 @@ import { import { PutScheduledActionRequest, PutScheduledActionResponse } from "../models/models_0"; import { de_PutScheduledActionCommand, se_PutScheduledActionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-auto-scaling/src/commands/RegisterScalableTargetCommand.ts b/clients/client-application-auto-scaling/src/commands/RegisterScalableTargetCommand.ts index 5e226dd5690a7..fa730472587d8 100644 --- a/clients/client-application-auto-scaling/src/commands/RegisterScalableTargetCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/RegisterScalableTargetCommand.ts @@ -21,6 +21,10 @@ import { import { RegisterScalableTargetRequest, RegisterScalableTargetResponse } from "../models/models_0"; import { de_RegisterScalableTargetCommand, se_RegisterScalableTargetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-auto-scaling/src/commands/TagResourceCommand.ts b/clients/client-application-auto-scaling/src/commands/TagResourceCommand.ts index 45eafc42766cd..b3849f23e2ada 100644 --- a/clients/client-application-auto-scaling/src/commands/TagResourceCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-auto-scaling/src/commands/UntagResourceCommand.ts b/clients/client-application-auto-scaling/src/commands/UntagResourceCommand.ts index 9fccfd6b919e1..d98429d18bf91 100644 --- a/clients/client-application-auto-scaling/src/commands/UntagResourceCommand.ts +++ b/clients/client-application-auto-scaling/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-auto-scaling/src/index.ts b/clients/client-application-auto-scaling/src/index.ts index 46574826644f9..38c33c69d63c8 100644 --- a/clients/client-application-auto-scaling/src/index.ts +++ b/clients/client-application-auto-scaling/src/index.ts @@ -1,8 +1,87 @@ -export * from "./ApplicationAutoScaling"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

With Application Auto Scaling, you can configure automatic scaling for the following + * resources:

+ *
    + *
  • + *

    Amazon AppStream 2.0 fleets

    + *
  • + *
  • + *

    Amazon Aurora Replicas

    + *
  • + *
  • + *

    Amazon Comprehend document classification and entity recognizer endpoints

    + *
  • + *
  • + *

    Amazon DynamoDB tables and global secondary indexes throughput capacity

    + *
  • + *
  • + *

    Amazon ECS services

    + *
  • + *
  • + *

    Amazon ElastiCache for Redis clusters (replication groups)

    + *
  • + *
  • + *

    Amazon EMR clusters

    + *
  • + *
  • + *

    Amazon Keyspaces (for Apache Cassandra) tables

    + *
  • + *
  • + *

    Lambda function provisioned concurrency

    + *
  • + *
  • + *

    Amazon Managed Streaming for Apache Kafka broker storage

    + *
  • + *
  • + *

    Amazon Neptune clusters

    + *
  • + *
  • + *

    Amazon SageMaker Serverless endpoint provisioned concurrency

    + *
  • + *
  • + *

    Amazon SageMaker endpoint variants

    + *
  • + *
  • + *

    Spot Fleets (Amazon EC2)

    + *
  • + *
  • + *

    Custom resources provided by your own applications or services

    + *
  • + *
+ *

To learn more about Application Auto Scaling, see the Application Auto Scaling User + * Guide.

+ *

+ * API Summary + *

+ *

The Application Auto Scaling service API includes three key sets of actions:

+ *
    + *
  • + *

    Register and manage scalable targets - Register Amazon Web Services or custom resources as scalable + * targets (a resource that Application Auto Scaling can scale), set minimum and maximum capacity limits, and + * retrieve information on existing scalable targets.

    + *
  • + *
  • + *

    Configure and manage automatic scaling - Define scaling policies to dynamically scale + * your resources in response to CloudWatch alarms, schedule one-time or recurring scaling actions, + * and retrieve your recent scaling activity history.

    + *
  • + *
  • + *

    Suspend and resume scaling - Temporarily suspend and later resume automatic scaling by + * calling the RegisterScalableTarget API action for any Application Auto Scaling scalable target. You can + * suspend and resume (individually or in combination) scale-out activities that are + * triggered by a scaling policy, scale-in activities that are triggered by a scaling policy, + * and scheduled scaling.

    + *
  • + *
+ * + * @packageDocumentation + */ export * from "./ApplicationAutoScalingClient"; +export * from "./ApplicationAutoScaling"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ApplicationAutoScalingServiceException } from "./models/ApplicationAutoScalingServiceException"; diff --git a/clients/client-application-auto-scaling/src/models/ApplicationAutoScalingServiceException.ts b/clients/client-application-auto-scaling/src/models/ApplicationAutoScalingServiceException.ts index 1f2bce7773f33..4677f89a69f3b 100644 --- a/clients/client-application-auto-scaling/src/models/ApplicationAutoScalingServiceException.ts +++ b/clients/client-application-auto-scaling/src/models/ApplicationAutoScalingServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-application-discovery-service/src/ApplicationDiscoveryServiceClient.ts b/clients/client-application-discovery-service/src/ApplicationDiscoveryServiceClient.ts index 5bb5a472e7552..a4c9453b65e04 100644 --- a/clients/client-application-discovery-service/src/ApplicationDiscoveryServiceClient.ts +++ b/clients/client-application-discovery-service/src/ApplicationDiscoveryServiceClient.ts @@ -129,6 +129,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -316,7 +318,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ApplicationDiscoveryServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ApplicationDiscoveryServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -335,7 +337,7 @@ export interface ApplicationDiscoveryServiceClientConfig extends ApplicationDisc /** * @public */ -type ApplicationDiscoveryServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ApplicationDiscoveryServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-application-discovery-service/src/commands/AssociateConfigurationItemsToApplicationCommand.ts b/clients/client-application-discovery-service/src/commands/AssociateConfigurationItemsToApplicationCommand.ts index 3b944122b811a..3c44a90649ae9 100644 --- a/clients/client-application-discovery-service/src/commands/AssociateConfigurationItemsToApplicationCommand.ts +++ b/clients/client-application-discovery-service/src/commands/AssociateConfigurationItemsToApplicationCommand.ts @@ -27,6 +27,10 @@ import { se_AssociateConfigurationItemsToApplicationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/BatchDeleteImportDataCommand.ts b/clients/client-application-discovery-service/src/commands/BatchDeleteImportDataCommand.ts index 3681d56e4d4fa..ccaf2347544ba 100644 --- a/clients/client-application-discovery-service/src/commands/BatchDeleteImportDataCommand.ts +++ b/clients/client-application-discovery-service/src/commands/BatchDeleteImportDataCommand.ts @@ -21,6 +21,10 @@ import { import { BatchDeleteImportDataRequest, BatchDeleteImportDataResponse } from "../models/models_0"; import { de_BatchDeleteImportDataCommand, se_BatchDeleteImportDataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/CreateApplicationCommand.ts b/clients/client-application-discovery-service/src/commands/CreateApplicationCommand.ts index 162d260ce95f8..79c533927c58c 100644 --- a/clients/client-application-discovery-service/src/commands/CreateApplicationCommand.ts +++ b/clients/client-application-discovery-service/src/commands/CreateApplicationCommand.ts @@ -21,6 +21,10 @@ import { import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0"; import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/CreateTagsCommand.ts b/clients/client-application-discovery-service/src/commands/CreateTagsCommand.ts index 66fd9f9c5fd13..7fb0da5c2a0a2 100644 --- a/clients/client-application-discovery-service/src/commands/CreateTagsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/CreateTagsCommand.ts @@ -21,6 +21,10 @@ import { import { CreateTagsRequest, CreateTagsResponse } from "../models/models_0"; import { de_CreateTagsCommand, se_CreateTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/DeleteApplicationsCommand.ts b/clients/client-application-discovery-service/src/commands/DeleteApplicationsCommand.ts index 4c616bdfc172c..11201e9774b4a 100644 --- a/clients/client-application-discovery-service/src/commands/DeleteApplicationsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DeleteApplicationsCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteApplicationsRequest, DeleteApplicationsResponse } from "../models/models_0"; import { de_DeleteApplicationsCommand, se_DeleteApplicationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/DeleteTagsCommand.ts b/clients/client-application-discovery-service/src/commands/DeleteTagsCommand.ts index a92b7a79c8055..14e6f62d8755f 100644 --- a/clients/client-application-discovery-service/src/commands/DeleteTagsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DeleteTagsCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteTagsRequest, DeleteTagsResponse } from "../models/models_0"; import { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/DescribeAgentsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeAgentsCommand.ts index ce27ca73b0af3..f9c6ab2c0ca50 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeAgentsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeAgentsCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeAgentsRequest, DescribeAgentsResponse } from "../models/models_0"; import { de_DescribeAgentsCommand, se_DescribeAgentsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/DescribeConfigurationsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeConfigurationsCommand.ts index 6aa62d2eb5ebb..71c83d5c15b13 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeConfigurationsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeConfigurationsCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeConfigurationsRequest, DescribeConfigurationsResponse } from "../models/models_0"; import { de_DescribeConfigurationsCommand, se_DescribeConfigurationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/DescribeContinuousExportsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeContinuousExportsCommand.ts index 3a3220eba1793..6d18565d4d7ba 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeContinuousExportsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeContinuousExportsCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeContinuousExportsRequest, DescribeContinuousExportsResponse } from "../models/models_0"; import { de_DescribeContinuousExportsCommand, se_DescribeContinuousExportsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts index 4663bcbdc62db..4bde5e3b7569d 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeExportConfigurationsCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeExportConfigurationsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/DescribeExportTasksCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeExportTasksCommand.ts index 1af0265cd7683..828e8c10751bb 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeExportTasksCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeExportTasksCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeExportTasksRequest, DescribeExportTasksResponse } from "../models/models_0"; import { de_DescribeExportTasksCommand, se_DescribeExportTasksCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/DescribeImportTasksCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeImportTasksCommand.ts index 3f4a5f3fdd64b..11a5b25dd55e9 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeImportTasksCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeImportTasksCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeImportTasksRequest, DescribeImportTasksResponse } from "../models/models_0"; import { de_DescribeImportTasksCommand, se_DescribeImportTasksCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/DescribeTagsCommand.ts b/clients/client-application-discovery-service/src/commands/DescribeTagsCommand.ts index 523d4a1fed913..15b49499e0b2e 100644 --- a/clients/client-application-discovery-service/src/commands/DescribeTagsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DescribeTagsCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0"; import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/DisassociateConfigurationItemsFromApplicationCommand.ts b/clients/client-application-discovery-service/src/commands/DisassociateConfigurationItemsFromApplicationCommand.ts index 9330da691a8db..f0559ef28ca16 100644 --- a/clients/client-application-discovery-service/src/commands/DisassociateConfigurationItemsFromApplicationCommand.ts +++ b/clients/client-application-discovery-service/src/commands/DisassociateConfigurationItemsFromApplicationCommand.ts @@ -27,6 +27,10 @@ import { se_DisassociateConfigurationItemsFromApplicationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts b/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts index 5233320e74394..9839f73053bd2 100644 --- a/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/ExportConfigurationsCommand.ts @@ -21,6 +21,10 @@ import { import { ExportConfigurationsResponse } from "../models/models_0"; import { de_ExportConfigurationsCommand, se_ExportConfigurationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/GetDiscoverySummaryCommand.ts b/clients/client-application-discovery-service/src/commands/GetDiscoverySummaryCommand.ts index 654ad0c140085..27edcf7413c1a 100644 --- a/clients/client-application-discovery-service/src/commands/GetDiscoverySummaryCommand.ts +++ b/clients/client-application-discovery-service/src/commands/GetDiscoverySummaryCommand.ts @@ -21,6 +21,10 @@ import { import { GetDiscoverySummaryRequest, GetDiscoverySummaryResponse } from "../models/models_0"; import { de_GetDiscoverySummaryCommand, se_GetDiscoverySummaryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/ListConfigurationsCommand.ts b/clients/client-application-discovery-service/src/commands/ListConfigurationsCommand.ts index bf409570eff6c..2b6d92b3ec9b1 100644 --- a/clients/client-application-discovery-service/src/commands/ListConfigurationsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/ListConfigurationsCommand.ts @@ -21,6 +21,10 @@ import { import { ListConfigurationsRequest, ListConfigurationsResponse } from "../models/models_0"; import { de_ListConfigurationsCommand, se_ListConfigurationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/ListServerNeighborsCommand.ts b/clients/client-application-discovery-service/src/commands/ListServerNeighborsCommand.ts index f44a1c9121304..2e21920a45c30 100644 --- a/clients/client-application-discovery-service/src/commands/ListServerNeighborsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/ListServerNeighborsCommand.ts @@ -21,6 +21,10 @@ import { import { ListServerNeighborsRequest, ListServerNeighborsResponse } from "../models/models_0"; import { de_ListServerNeighborsCommand, se_ListServerNeighborsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/StartContinuousExportCommand.ts b/clients/client-application-discovery-service/src/commands/StartContinuousExportCommand.ts index 5ac47df3bb3c2..1b90f98de41b3 100644 --- a/clients/client-application-discovery-service/src/commands/StartContinuousExportCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StartContinuousExportCommand.ts @@ -21,6 +21,10 @@ import { import { StartContinuousExportRequest, StartContinuousExportResponse } from "../models/models_0"; import { de_StartContinuousExportCommand, se_StartContinuousExportCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/StartDataCollectionByAgentIdsCommand.ts b/clients/client-application-discovery-service/src/commands/StartDataCollectionByAgentIdsCommand.ts index a6ac77e233e55..cf775d8b32dec 100644 --- a/clients/client-application-discovery-service/src/commands/StartDataCollectionByAgentIdsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StartDataCollectionByAgentIdsCommand.ts @@ -24,6 +24,10 @@ import { se_StartDataCollectionByAgentIdsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/StartExportTaskCommand.ts b/clients/client-application-discovery-service/src/commands/StartExportTaskCommand.ts index 2c977eac44c93..f04e26c5a871c 100644 --- a/clients/client-application-discovery-service/src/commands/StartExportTaskCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StartExportTaskCommand.ts @@ -21,6 +21,10 @@ import { import { StartExportTaskRequest, StartExportTaskResponse } from "../models/models_0"; import { de_StartExportTaskCommand, se_StartExportTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/StartImportTaskCommand.ts b/clients/client-application-discovery-service/src/commands/StartImportTaskCommand.ts index 8d44b49d68f48..77b4c3cd61c63 100644 --- a/clients/client-application-discovery-service/src/commands/StartImportTaskCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StartImportTaskCommand.ts @@ -21,6 +21,10 @@ import { import { StartImportTaskRequest, StartImportTaskResponse } from "../models/models_0"; import { de_StartImportTaskCommand, se_StartImportTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/StopContinuousExportCommand.ts b/clients/client-application-discovery-service/src/commands/StopContinuousExportCommand.ts index 78a4ee70d8df9..3192b87a9290b 100644 --- a/clients/client-application-discovery-service/src/commands/StopContinuousExportCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StopContinuousExportCommand.ts @@ -21,6 +21,10 @@ import { import { StopContinuousExportRequest, StopContinuousExportResponse } from "../models/models_0"; import { de_StopContinuousExportCommand, se_StopContinuousExportCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/StopDataCollectionByAgentIdsCommand.ts b/clients/client-application-discovery-service/src/commands/StopDataCollectionByAgentIdsCommand.ts index b4a0727ab5d83..0bc29425dee24 100644 --- a/clients/client-application-discovery-service/src/commands/StopDataCollectionByAgentIdsCommand.ts +++ b/clients/client-application-discovery-service/src/commands/StopDataCollectionByAgentIdsCommand.ts @@ -24,6 +24,10 @@ import { se_StopDataCollectionByAgentIdsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/commands/UpdateApplicationCommand.ts b/clients/client-application-discovery-service/src/commands/UpdateApplicationCommand.ts index 6ba2ae8a67aec..4824efe846b44 100644 --- a/clients/client-application-discovery-service/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-application-discovery-service/src/commands/UpdateApplicationCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0"; import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-discovery-service/src/index.ts b/clients/client-application-discovery-service/src/index.ts index 931b785c140fe..be3dc5e09a16f 100644 --- a/clients/client-application-discovery-service/src/index.ts +++ b/clients/client-application-discovery-service/src/index.ts @@ -1,8 +1,126 @@ -export * from "./ApplicationDiscoveryService"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Web Services Application Discovery Service + *

Amazon Web Services Application Discovery Service helps you plan application migration projects. It + * automatically identifies servers, virtual machines (VMs), and network dependencies in your + * on-premises data centers. For more information, see the Amazon Web Services Application Discovery Service FAQ. + * Application Discovery Service offers three ways of performing discovery and + * collecting data about your on-premises servers:

+ *
    + *
  • + *

    + * Agentless discovery is recommended for environments + * that use VMware vCenter Server. This mode doesn't require you to install an agent on each + * host. It does not work in non-VMware environments.

    + *
      + *
    • + *

      Agentless discovery gathers server information regardless of the operating + * systems, which minimizes the time required for initial on-premises infrastructure + * assessment.

      + *
    • + *
    • + *

      Agentless discovery doesn't collect information about network dependencies, only + * agent-based discovery collects that information.

      + *
    • + *
    + *
  • + *
+ *
    + *
  • + *

    + * Agent-based discovery collects a richer set of data + * than agentless discovery by using the Amazon Web Services Application Discovery Agent, which you install + * on one or more hosts in your data center.

    + *
      + *
    • + *

      The agent captures infrastructure and application information, including an + * inventory of running processes, system performance information, resource utilization, + * and network dependencies.

      + *
    • + *
    • + *

      The information collected by agents is secured at rest and in transit to the + * Application Discovery Service database in the cloud.

      + *
    • + *
    + *
  • + *
+ *
    + *
  • + *

    + * Amazon Web Services Partner Network (APN) solutions integrate with + * Application Discovery Service, enabling you to import details of your on-premises + * environment directly into Migration Hub without using the discovery connector or discovery + * agent.

    + *
      + *
    • + *

      Third-party application discovery tools can query Amazon Web Services Application Discovery + * Service, and they can write to the Application Discovery Service database using the + * public API.

      + *
    • + *
    • + *

      In this way, you can import data into Migration Hub and view it, so that you can + * associate applications with servers and track migrations.

      + *
    • + *
    + *
  • + *
+ *

+ * Recommendations + *

+ *

We recommend that you use agent-based discovery for non-VMware environments, and + * whenever you want to collect information about network dependencies. You can run agent-based + * and agentless discovery simultaneously. Use agentless discovery to complete the initial + * infrastructure assessment quickly, and then install agents on select hosts to collect + * additional information.

+ *

+ * Working With This Guide + *

+ *

This API reference provides descriptions, syntax, and usage examples for each of the + * actions and data types for Application Discovery Service. The topic for each action shows the + * API request parameters and the response. Alternatively, you can use one of the Amazon Web Services SDKs to + * access an API that is tailored to the programming language or platform that you're using. For + * more information, see Amazon Web Services + * SDKs.

+ * + *
    + *
  • + *

    Remember that you must set your Migration Hub home region before you call any of + * these APIs.

    + *
  • + *
  • + *

    You must make API calls for write actions (create, notify, associate, disassociate, + * import, or put) while in your home region, or a HomeRegionNotSetException + * error is returned.

    + *
  • + *
  • + *

    API calls for read actions (list, describe, stop, and delete) are permitted outside + * of your home region.

    + *
  • + *
  • + *

    Although it is unlikely, the Migration Hub home region could change. If you call + * APIs outside the home region, an InvalidInputException is returned.

    + *
  • + *
  • + *

    You must call GetHomeRegion to obtain the latest Migration Hub home + * region.

    + *
  • + *
+ *
+ *

This guide is intended for use with the Amazon Web Services Application + * Discovery Service User Guide.

+ * + *

All data is handled according to the Amazon Web Services + * Privacy Policy. You can operate Application Discovery Service offline to inspect + * collected data before it is shared with the service.

+ *
+ * + * @packageDocumentation + */ export * from "./ApplicationDiscoveryServiceClient"; +export * from "./ApplicationDiscoveryService"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ApplicationDiscoveryServiceServiceException } from "./models/ApplicationDiscoveryServiceServiceException"; diff --git a/clients/client-application-discovery-service/src/models/ApplicationDiscoveryServiceServiceException.ts b/clients/client-application-discovery-service/src/models/ApplicationDiscoveryServiceServiceException.ts index 148ce7b8bfc6b..529acb4f4e2bc 100644 --- a/clients/client-application-discovery-service/src/models/ApplicationDiscoveryServiceServiceException.ts +++ b/clients/client-application-discovery-service/src/models/ApplicationDiscoveryServiceServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-application-insights/src/ApplicationInsightsClient.ts b/clients/client-application-insights/src/ApplicationInsightsClient.ts index 873875a3f2256..9271548714a85 100644 --- a/clients/client-application-insights/src/ApplicationInsightsClient.ts +++ b/clients/client-application-insights/src/ApplicationInsightsClient.ts @@ -110,6 +110,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -301,7 +303,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ApplicationInsightsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ApplicationInsightsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -320,7 +322,7 @@ export interface ApplicationInsightsClientConfig extends ApplicationInsightsClie /** * @public */ -type ApplicationInsightsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ApplicationInsightsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-application-insights/src/commands/CreateApplicationCommand.ts b/clients/client-application-insights/src/commands/CreateApplicationCommand.ts index 323771bbefb40..86ca2b9068b99 100644 --- a/clients/client-application-insights/src/commands/CreateApplicationCommand.ts +++ b/clients/client-application-insights/src/commands/CreateApplicationCommand.ts @@ -21,6 +21,10 @@ import { import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0"; import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/CreateComponentCommand.ts b/clients/client-application-insights/src/commands/CreateComponentCommand.ts index 3dc8370b910d2..23cb2103ce90b 100644 --- a/clients/client-application-insights/src/commands/CreateComponentCommand.ts +++ b/clients/client-application-insights/src/commands/CreateComponentCommand.ts @@ -21,6 +21,10 @@ import { import { CreateComponentRequest, CreateComponentResponse } from "../models/models_0"; import { de_CreateComponentCommand, se_CreateComponentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/CreateLogPatternCommand.ts b/clients/client-application-insights/src/commands/CreateLogPatternCommand.ts index acab9cc6ea98d..cbca2e5388d9e 100644 --- a/clients/client-application-insights/src/commands/CreateLogPatternCommand.ts +++ b/clients/client-application-insights/src/commands/CreateLogPatternCommand.ts @@ -21,6 +21,10 @@ import { import { CreateLogPatternRequest, CreateLogPatternResponse } from "../models/models_0"; import { de_CreateLogPatternCommand, se_CreateLogPatternCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/DeleteApplicationCommand.ts b/clients/client-application-insights/src/commands/DeleteApplicationCommand.ts index f1c51f27979c8..75060e632232e 100644 --- a/clients/client-application-insights/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-application-insights/src/commands/DeleteApplicationCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0"; import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/DeleteComponentCommand.ts b/clients/client-application-insights/src/commands/DeleteComponentCommand.ts index 0a61f565c6070..081d25a98f36f 100644 --- a/clients/client-application-insights/src/commands/DeleteComponentCommand.ts +++ b/clients/client-application-insights/src/commands/DeleteComponentCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteComponentRequest, DeleteComponentResponse } from "../models/models_0"; import { de_DeleteComponentCommand, se_DeleteComponentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/DeleteLogPatternCommand.ts b/clients/client-application-insights/src/commands/DeleteLogPatternCommand.ts index af79c564cecbd..d3548c3ac38f2 100644 --- a/clients/client-application-insights/src/commands/DeleteLogPatternCommand.ts +++ b/clients/client-application-insights/src/commands/DeleteLogPatternCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteLogPatternRequest, DeleteLogPatternResponse } from "../models/models_0"; import { de_DeleteLogPatternCommand, se_DeleteLogPatternCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/DescribeApplicationCommand.ts b/clients/client-application-insights/src/commands/DescribeApplicationCommand.ts index feb101a953863..dab14f65c9490 100644 --- a/clients/client-application-insights/src/commands/DescribeApplicationCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeApplicationCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeApplicationRequest, DescribeApplicationResponse } from "../models/models_0"; import { de_DescribeApplicationCommand, se_DescribeApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/DescribeComponentCommand.ts b/clients/client-application-insights/src/commands/DescribeComponentCommand.ts index f5cb185988248..217b83a5fbba8 100644 --- a/clients/client-application-insights/src/commands/DescribeComponentCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeComponentCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeComponentRequest, DescribeComponentResponse } from "../models/models_0"; import { de_DescribeComponentCommand, se_DescribeComponentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/DescribeComponentConfigurationCommand.ts b/clients/client-application-insights/src/commands/DescribeComponentConfigurationCommand.ts index 36900dda9ffb3..f8b7bd14b51f0 100644 --- a/clients/client-application-insights/src/commands/DescribeComponentConfigurationCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeComponentConfigurationCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeComponentConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/DescribeComponentConfigurationRecommendationCommand.ts b/clients/client-application-insights/src/commands/DescribeComponentConfigurationRecommendationCommand.ts index 3a0ef98745f47..7542d4afa5eee 100644 --- a/clients/client-application-insights/src/commands/DescribeComponentConfigurationRecommendationCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeComponentConfigurationRecommendationCommand.ts @@ -27,6 +27,10 @@ import { se_DescribeComponentConfigurationRecommendationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/DescribeLogPatternCommand.ts b/clients/client-application-insights/src/commands/DescribeLogPatternCommand.ts index 164a35389d7e4..a021864b3fc7a 100644 --- a/clients/client-application-insights/src/commands/DescribeLogPatternCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeLogPatternCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeLogPatternRequest, DescribeLogPatternResponse } from "../models/models_0"; import { de_DescribeLogPatternCommand, se_DescribeLogPatternCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/DescribeObservationCommand.ts b/clients/client-application-insights/src/commands/DescribeObservationCommand.ts index f509f58090092..0bbadb7fdcc0d 100644 --- a/clients/client-application-insights/src/commands/DescribeObservationCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeObservationCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeObservationRequest, DescribeObservationResponse } from "../models/models_0"; import { de_DescribeObservationCommand, se_DescribeObservationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/DescribeProblemCommand.ts b/clients/client-application-insights/src/commands/DescribeProblemCommand.ts index 7579a5e89462b..41be1558bf2e9 100644 --- a/clients/client-application-insights/src/commands/DescribeProblemCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeProblemCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeProblemRequest, DescribeProblemResponse } from "../models/models_0"; import { de_DescribeProblemCommand, se_DescribeProblemCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/DescribeProblemObservationsCommand.ts b/clients/client-application-insights/src/commands/DescribeProblemObservationsCommand.ts index fe405f3826b9e..da2640f348ab6 100644 --- a/clients/client-application-insights/src/commands/DescribeProblemObservationsCommand.ts +++ b/clients/client-application-insights/src/commands/DescribeProblemObservationsCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeProblemObservationsRequest, DescribeProblemObservationsResponse } from "../models/models_0"; import { de_DescribeProblemObservationsCommand, se_DescribeProblemObservationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/ListApplicationsCommand.ts b/clients/client-application-insights/src/commands/ListApplicationsCommand.ts index fa90d5da6b088..5f06c507a1556 100644 --- a/clients/client-application-insights/src/commands/ListApplicationsCommand.ts +++ b/clients/client-application-insights/src/commands/ListApplicationsCommand.ts @@ -21,6 +21,10 @@ import { import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0"; import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/ListComponentsCommand.ts b/clients/client-application-insights/src/commands/ListComponentsCommand.ts index 54a610549f94a..8430ef67c7e02 100644 --- a/clients/client-application-insights/src/commands/ListComponentsCommand.ts +++ b/clients/client-application-insights/src/commands/ListComponentsCommand.ts @@ -21,6 +21,10 @@ import { import { ListComponentsRequest, ListComponentsResponse } from "../models/models_0"; import { de_ListComponentsCommand, se_ListComponentsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/ListConfigurationHistoryCommand.ts b/clients/client-application-insights/src/commands/ListConfigurationHistoryCommand.ts index 30cd11057b7a8..09bdd43b62896 100644 --- a/clients/client-application-insights/src/commands/ListConfigurationHistoryCommand.ts +++ b/clients/client-application-insights/src/commands/ListConfigurationHistoryCommand.ts @@ -21,6 +21,10 @@ import { import { ListConfigurationHistoryRequest, ListConfigurationHistoryResponse } from "../models/models_0"; import { de_ListConfigurationHistoryCommand, se_ListConfigurationHistoryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/ListLogPatternSetsCommand.ts b/clients/client-application-insights/src/commands/ListLogPatternSetsCommand.ts index 5a71678f7a70d..ce125ecaa1f62 100644 --- a/clients/client-application-insights/src/commands/ListLogPatternSetsCommand.ts +++ b/clients/client-application-insights/src/commands/ListLogPatternSetsCommand.ts @@ -21,6 +21,10 @@ import { import { ListLogPatternSetsRequest, ListLogPatternSetsResponse } from "../models/models_0"; import { de_ListLogPatternSetsCommand, se_ListLogPatternSetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/ListLogPatternsCommand.ts b/clients/client-application-insights/src/commands/ListLogPatternsCommand.ts index f5001cdd3a132..203fe35732e69 100644 --- a/clients/client-application-insights/src/commands/ListLogPatternsCommand.ts +++ b/clients/client-application-insights/src/commands/ListLogPatternsCommand.ts @@ -21,6 +21,10 @@ import { import { ListLogPatternsRequest, ListLogPatternsResponse } from "../models/models_0"; import { de_ListLogPatternsCommand, se_ListLogPatternsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/ListProblemsCommand.ts b/clients/client-application-insights/src/commands/ListProblemsCommand.ts index 00ec3f86ec7be..b810d75c19559 100644 --- a/clients/client-application-insights/src/commands/ListProblemsCommand.ts +++ b/clients/client-application-insights/src/commands/ListProblemsCommand.ts @@ -21,6 +21,10 @@ import { import { ListProblemsRequest, ListProblemsResponse } from "../models/models_0"; import { de_ListProblemsCommand, se_ListProblemsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/ListTagsForResourceCommand.ts b/clients/client-application-insights/src/commands/ListTagsForResourceCommand.ts index 19cbf4cdacbb3..840825c8edc49 100644 --- a/clients/client-application-insights/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-application-insights/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/TagResourceCommand.ts b/clients/client-application-insights/src/commands/TagResourceCommand.ts index de5d0832e21c5..2c76305cbaa49 100644 --- a/clients/client-application-insights/src/commands/TagResourceCommand.ts +++ b/clients/client-application-insights/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/UntagResourceCommand.ts b/clients/client-application-insights/src/commands/UntagResourceCommand.ts index e0a65ffa3162f..2bbd964fc2cb3 100644 --- a/clients/client-application-insights/src/commands/UntagResourceCommand.ts +++ b/clients/client-application-insights/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/UpdateApplicationCommand.ts b/clients/client-application-insights/src/commands/UpdateApplicationCommand.ts index aa048eaf521ee..4c742878154be 100644 --- a/clients/client-application-insights/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-application-insights/src/commands/UpdateApplicationCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0"; import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/UpdateComponentCommand.ts b/clients/client-application-insights/src/commands/UpdateComponentCommand.ts index 3fee0c55c8229..7d05d84e11817 100644 --- a/clients/client-application-insights/src/commands/UpdateComponentCommand.ts +++ b/clients/client-application-insights/src/commands/UpdateComponentCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateComponentRequest, UpdateComponentResponse } from "../models/models_0"; import { de_UpdateComponentCommand, se_UpdateComponentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/UpdateComponentConfigurationCommand.ts b/clients/client-application-insights/src/commands/UpdateComponentConfigurationCommand.ts index d27f3083a7943..7bf42696e84a4 100644 --- a/clients/client-application-insights/src/commands/UpdateComponentConfigurationCommand.ts +++ b/clients/client-application-insights/src/commands/UpdateComponentConfigurationCommand.ts @@ -24,6 +24,10 @@ import { se_UpdateComponentConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/commands/UpdateLogPatternCommand.ts b/clients/client-application-insights/src/commands/UpdateLogPatternCommand.ts index 6453bd203beef..2f9ab6e679e03 100644 --- a/clients/client-application-insights/src/commands/UpdateLogPatternCommand.ts +++ b/clients/client-application-insights/src/commands/UpdateLogPatternCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateLogPatternRequest, UpdateLogPatternResponse } from "../models/models_0"; import { de_UpdateLogPatternCommand, se_UpdateLogPatternCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-application-insights/src/index.ts b/clients/client-application-insights/src/index.ts index c3a38a7b6dbbf..b031ace0028b5 100644 --- a/clients/client-application-insights/src/index.ts +++ b/clients/client-application-insights/src/index.ts @@ -1,8 +1,25 @@ -export * from "./ApplicationInsights"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon CloudWatch Application Insights + *

Amazon CloudWatch Application Insights is a service that helps you detect common + * problems with your applications. It enables you to pinpoint the source of issues in your + * applications (built with technologies such as Microsoft IIS, .NET, and Microsoft SQL + * Server), by providing key insights into detected problems.

+ *

After you onboard your application, CloudWatch Application Insights identifies, + * recommends, and sets up metrics and logs. It continuously analyzes and correlates your + * metrics and logs for unusual behavior to surface actionable problems with your application. + * For example, if your application is slow and unresponsive and leading to HTTP 500 errors in + * your Application Load Balancer (ALB), Application Insights informs you that a memory + * pressure problem with your SQL Server database is occurring. It bases this analysis on + * impactful metrics and log errors.

+ * + * @packageDocumentation + */ export * from "./ApplicationInsightsClient"; +export * from "./ApplicationInsights"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ApplicationInsightsServiceException } from "./models/ApplicationInsightsServiceException"; diff --git a/clients/client-application-insights/src/models/ApplicationInsightsServiceException.ts b/clients/client-application-insights/src/models/ApplicationInsightsServiceException.ts index 26f82360c8ecd..211412530741e 100644 --- a/clients/client-application-insights/src/models/ApplicationInsightsServiceException.ts +++ b/clients/client-application-insights/src/models/ApplicationInsightsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-applicationcostprofiler/src/ApplicationCostProfilerClient.ts b/clients/client-applicationcostprofiler/src/ApplicationCostProfilerClient.ts index c2bffde730797..4f0f60f3adf6c 100644 --- a/clients/client-applicationcostprofiler/src/ApplicationCostProfilerClient.ts +++ b/clients/client-applicationcostprofiler/src/ApplicationCostProfilerClient.ts @@ -83,6 +83,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -232,7 +234,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ApplicationCostProfilerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ApplicationCostProfilerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -251,7 +253,7 @@ export interface ApplicationCostProfilerClientConfig extends ApplicationCostProf /** * @public */ -type ApplicationCostProfilerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ApplicationCostProfilerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-applicationcostprofiler/src/commands/DeleteReportDefinitionCommand.ts b/clients/client-applicationcostprofiler/src/commands/DeleteReportDefinitionCommand.ts index 32991d53073df..151284ce876d7 100644 --- a/clients/client-applicationcostprofiler/src/commands/DeleteReportDefinitionCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/DeleteReportDefinitionCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteReportDefinitionRequest, DeleteReportDefinitionResult } from "../models/models_0"; import { de_DeleteReportDefinitionCommand, se_DeleteReportDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-applicationcostprofiler/src/commands/GetReportDefinitionCommand.ts b/clients/client-applicationcostprofiler/src/commands/GetReportDefinitionCommand.ts index e1b7d0157df9c..25a6bd54a3bc6 100644 --- a/clients/client-applicationcostprofiler/src/commands/GetReportDefinitionCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/GetReportDefinitionCommand.ts @@ -21,6 +21,10 @@ import { import { GetReportDefinitionRequest, GetReportDefinitionResult } from "../models/models_0"; import { de_GetReportDefinitionCommand, se_GetReportDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-applicationcostprofiler/src/commands/ImportApplicationUsageCommand.ts b/clients/client-applicationcostprofiler/src/commands/ImportApplicationUsageCommand.ts index 1aefa5b6b4b61..3576fb4b1271b 100644 --- a/clients/client-applicationcostprofiler/src/commands/ImportApplicationUsageCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/ImportApplicationUsageCommand.ts @@ -21,6 +21,10 @@ import { import { ImportApplicationUsageRequest, ImportApplicationUsageResult } from "../models/models_0"; import { de_ImportApplicationUsageCommand, se_ImportApplicationUsageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-applicationcostprofiler/src/commands/ListReportDefinitionsCommand.ts b/clients/client-applicationcostprofiler/src/commands/ListReportDefinitionsCommand.ts index b1e2be5ba0fb0..1fffcaf74dc8d 100644 --- a/clients/client-applicationcostprofiler/src/commands/ListReportDefinitionsCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/ListReportDefinitionsCommand.ts @@ -21,6 +21,10 @@ import { import { ListReportDefinitionsRequest, ListReportDefinitionsResult } from "../models/models_0"; import { de_ListReportDefinitionsCommand, se_ListReportDefinitionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-applicationcostprofiler/src/commands/PutReportDefinitionCommand.ts b/clients/client-applicationcostprofiler/src/commands/PutReportDefinitionCommand.ts index d5369014a09ca..b8145f9043aa3 100644 --- a/clients/client-applicationcostprofiler/src/commands/PutReportDefinitionCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/PutReportDefinitionCommand.ts @@ -21,6 +21,10 @@ import { import { PutReportDefinitionRequest, PutReportDefinitionResult } from "../models/models_0"; import { de_PutReportDefinitionCommand, se_PutReportDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-applicationcostprofiler/src/commands/UpdateReportDefinitionCommand.ts b/clients/client-applicationcostprofiler/src/commands/UpdateReportDefinitionCommand.ts index 0c640c41b3652..4b640e894185c 100644 --- a/clients/client-applicationcostprofiler/src/commands/UpdateReportDefinitionCommand.ts +++ b/clients/client-applicationcostprofiler/src/commands/UpdateReportDefinitionCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateReportDefinitionRequest, UpdateReportDefinitionResult } from "../models/models_0"; import { de_UpdateReportDefinitionCommand, se_UpdateReportDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-applicationcostprofiler/src/index.ts b/clients/client-applicationcostprofiler/src/index.ts index ae854ac740afd..2f9e9bfc57388 100644 --- a/clients/client-applicationcostprofiler/src/index.ts +++ b/clients/client-applicationcostprofiler/src/index.ts @@ -1,8 +1,19 @@ -export * from "./ApplicationCostProfiler"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

This reference provides descriptions of the AWS Application Cost Profiler API.

+ *

The AWS Application Cost Profiler API provides programmatic access to view, create, update, and delete + * application cost report definitions, as well as to import your usage data into the Application Cost Profiler + * service.

+ *

For more information about using this service, see the AWS Application Cost + * Profiler User Guide.

+ * + * @packageDocumentation + */ export * from "./ApplicationCostProfilerClient"; +export * from "./ApplicationCostProfiler"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ApplicationCostProfilerServiceException } from "./models/ApplicationCostProfilerServiceException"; diff --git a/clients/client-applicationcostprofiler/src/models/ApplicationCostProfilerServiceException.ts b/clients/client-applicationcostprofiler/src/models/ApplicationCostProfilerServiceException.ts index 4a5b62b4436b8..01f0423b75d83 100644 --- a/clients/client-applicationcostprofiler/src/models/ApplicationCostProfilerServiceException.ts +++ b/clients/client-applicationcostprofiler/src/models/ApplicationCostProfilerServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-apprunner/src/AppRunnerClient.ts b/clients/client-apprunner/src/AppRunnerClient.ts index 5534994f281cb..a7f0e3d697bff 100644 --- a/clients/client-apprunner/src/AppRunnerClient.ts +++ b/clients/client-apprunner/src/AppRunnerClient.ts @@ -148,6 +148,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -355,7 +357,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type AppRunnerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type AppRunnerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -374,7 +376,7 @@ export interface AppRunnerClientConfig extends AppRunnerClientConfigType {} /** * @public */ -type AppRunnerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type AppRunnerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-apprunner/src/commands/AssociateCustomDomainCommand.ts b/clients/client-apprunner/src/commands/AssociateCustomDomainCommand.ts index b233831ca8b3d..09d3d04e87715 100644 --- a/clients/client-apprunner/src/commands/AssociateCustomDomainCommand.ts +++ b/clients/client-apprunner/src/commands/AssociateCustomDomainCommand.ts @@ -17,6 +17,10 @@ import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { AssociateCustomDomainRequest, AssociateCustomDomainResponse } from "../models/models_0"; import { de_AssociateCustomDomainCommand, se_AssociateCustomDomainCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/CreateAutoScalingConfigurationCommand.ts b/clients/client-apprunner/src/commands/CreateAutoScalingConfigurationCommand.ts index 8758317d57a3c..56c88d29f1df6 100644 --- a/clients/client-apprunner/src/commands/CreateAutoScalingConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/CreateAutoScalingConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_CreateAutoScalingConfigurationCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/CreateConnectionCommand.ts b/clients/client-apprunner/src/commands/CreateConnectionCommand.ts index 2a3aa6b2fd696..3ed8d8ed335e4 100644 --- a/clients/client-apprunner/src/commands/CreateConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/CreateConnectionCommand.ts @@ -17,6 +17,10 @@ import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0"; import { de_CreateConnectionCommand, se_CreateConnectionCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/CreateObservabilityConfigurationCommand.ts b/clients/client-apprunner/src/commands/CreateObservabilityConfigurationCommand.ts index 0d352e1327235..263b4c212368b 100644 --- a/clients/client-apprunner/src/commands/CreateObservabilityConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/CreateObservabilityConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_CreateObservabilityConfigurationCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/CreateServiceCommand.ts b/clients/client-apprunner/src/commands/CreateServiceCommand.ts index bf2c7f0e757dd..096503da1e79d 100644 --- a/clients/client-apprunner/src/commands/CreateServiceCommand.ts +++ b/clients/client-apprunner/src/commands/CreateServiceCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateServiceCommand, se_CreateServiceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/CreateVpcConnectorCommand.ts b/clients/client-apprunner/src/commands/CreateVpcConnectorCommand.ts index 431e06ae62b61..20604af08ff72 100644 --- a/clients/client-apprunner/src/commands/CreateVpcConnectorCommand.ts +++ b/clients/client-apprunner/src/commands/CreateVpcConnectorCommand.ts @@ -17,6 +17,10 @@ import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateVpcConnectorRequest, CreateVpcConnectorResponse } from "../models/models_0"; import { de_CreateVpcConnectorCommand, se_CreateVpcConnectorCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/CreateVpcIngressConnectionCommand.ts b/clients/client-apprunner/src/commands/CreateVpcIngressConnectionCommand.ts index a10404822548a..3993cb5e1cd3f 100644 --- a/clients/client-apprunner/src/commands/CreateVpcIngressConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/CreateVpcIngressConnectionCommand.ts @@ -17,6 +17,10 @@ import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateVpcIngressConnectionRequest, CreateVpcIngressConnectionResponse } from "../models/models_0"; import { de_CreateVpcIngressConnectionCommand, se_CreateVpcIngressConnectionCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/DeleteAutoScalingConfigurationCommand.ts b/clients/client-apprunner/src/commands/DeleteAutoScalingConfigurationCommand.ts index 9c700d8e2e890..a902abc1d26f8 100644 --- a/clients/client-apprunner/src/commands/DeleteAutoScalingConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteAutoScalingConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteAutoScalingConfigurationCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/DeleteConnectionCommand.ts b/clients/client-apprunner/src/commands/DeleteConnectionCommand.ts index 4a10c1ab7e894..3b8f4023b8cfc 100644 --- a/clients/client-apprunner/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteConnectionCommand.ts @@ -17,6 +17,10 @@ import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_0"; import { de_DeleteConnectionCommand, se_DeleteConnectionCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/DeleteObservabilityConfigurationCommand.ts b/clients/client-apprunner/src/commands/DeleteObservabilityConfigurationCommand.ts index 96af5a293e8aa..91313fdae0e54 100644 --- a/clients/client-apprunner/src/commands/DeleteObservabilityConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteObservabilityConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteObservabilityConfigurationCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/DeleteServiceCommand.ts b/clients/client-apprunner/src/commands/DeleteServiceCommand.ts index 4a3740a7c13d4..9bdac4d2e3521 100644 --- a/clients/client-apprunner/src/commands/DeleteServiceCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteServiceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DeleteServiceCommand, se_DeleteServiceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/DeleteVpcConnectorCommand.ts b/clients/client-apprunner/src/commands/DeleteVpcConnectorCommand.ts index 65d2a51be22b8..65f5928e547c6 100644 --- a/clients/client-apprunner/src/commands/DeleteVpcConnectorCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteVpcConnectorCommand.ts @@ -17,6 +17,10 @@ import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteVpcConnectorRequest, DeleteVpcConnectorResponse } from "../models/models_0"; import { de_DeleteVpcConnectorCommand, se_DeleteVpcConnectorCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/DeleteVpcIngressConnectionCommand.ts b/clients/client-apprunner/src/commands/DeleteVpcIngressConnectionCommand.ts index 2da5d486c557a..14fa43d575681 100644 --- a/clients/client-apprunner/src/commands/DeleteVpcIngressConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/DeleteVpcIngressConnectionCommand.ts @@ -17,6 +17,10 @@ import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteVpcIngressConnectionRequest, DeleteVpcIngressConnectionResponse } from "../models/models_0"; import { de_DeleteVpcIngressConnectionCommand, se_DeleteVpcIngressConnectionCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/DescribeAutoScalingConfigurationCommand.ts b/clients/client-apprunner/src/commands/DescribeAutoScalingConfigurationCommand.ts index e3a150596c972..1895c52f4016f 100644 --- a/clients/client-apprunner/src/commands/DescribeAutoScalingConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeAutoScalingConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeAutoScalingConfigurationCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/DescribeCustomDomainsCommand.ts b/clients/client-apprunner/src/commands/DescribeCustomDomainsCommand.ts index 5ba1a62061af8..3778a3baa60e6 100644 --- a/clients/client-apprunner/src/commands/DescribeCustomDomainsCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeCustomDomainsCommand.ts @@ -17,6 +17,10 @@ import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeCustomDomainsRequest, DescribeCustomDomainsResponse } from "../models/models_0"; import { de_DescribeCustomDomainsCommand, se_DescribeCustomDomainsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/DescribeObservabilityConfigurationCommand.ts b/clients/client-apprunner/src/commands/DescribeObservabilityConfigurationCommand.ts index 86811671744b7..c5a02f9e90d38 100644 --- a/clients/client-apprunner/src/commands/DescribeObservabilityConfigurationCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeObservabilityConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeObservabilityConfigurationCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/DescribeServiceCommand.ts b/clients/client-apprunner/src/commands/DescribeServiceCommand.ts index cc77240865f49..be7e5714032c4 100644 --- a/clients/client-apprunner/src/commands/DescribeServiceCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeServiceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeServiceCommand, se_DescribeServiceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/DescribeVpcConnectorCommand.ts b/clients/client-apprunner/src/commands/DescribeVpcConnectorCommand.ts index 6c67f981102b1..50870b36996ff 100644 --- a/clients/client-apprunner/src/commands/DescribeVpcConnectorCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeVpcConnectorCommand.ts @@ -17,6 +17,10 @@ import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeVpcConnectorRequest, DescribeVpcConnectorResponse } from "../models/models_0"; import { de_DescribeVpcConnectorCommand, se_DescribeVpcConnectorCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/DescribeVpcIngressConnectionCommand.ts b/clients/client-apprunner/src/commands/DescribeVpcIngressConnectionCommand.ts index 6ce34f3ab85da..180cb4678d568 100644 --- a/clients/client-apprunner/src/commands/DescribeVpcIngressConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/DescribeVpcIngressConnectionCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeVpcIngressConnectionCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/DisassociateCustomDomainCommand.ts b/clients/client-apprunner/src/commands/DisassociateCustomDomainCommand.ts index 0fce66e551db2..a5c9595bf95ae 100644 --- a/clients/client-apprunner/src/commands/DisassociateCustomDomainCommand.ts +++ b/clients/client-apprunner/src/commands/DisassociateCustomDomainCommand.ts @@ -17,6 +17,10 @@ import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DisassociateCustomDomainRequest, DisassociateCustomDomainResponse } from "../models/models_0"; import { de_DisassociateCustomDomainCommand, se_DisassociateCustomDomainCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/ListAutoScalingConfigurationsCommand.ts b/clients/client-apprunner/src/commands/ListAutoScalingConfigurationsCommand.ts index ebb57d3601d32..f83ca67c5dc00 100644 --- a/clients/client-apprunner/src/commands/ListAutoScalingConfigurationsCommand.ts +++ b/clients/client-apprunner/src/commands/ListAutoScalingConfigurationsCommand.ts @@ -20,6 +20,10 @@ import { se_ListAutoScalingConfigurationsCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/ListConnectionsCommand.ts b/clients/client-apprunner/src/commands/ListConnectionsCommand.ts index 2073c2d2f46ba..c6216b690ecae 100644 --- a/clients/client-apprunner/src/commands/ListConnectionsCommand.ts +++ b/clients/client-apprunner/src/commands/ListConnectionsCommand.ts @@ -17,6 +17,10 @@ import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListConnectionsRequest, ListConnectionsResponse } from "../models/models_0"; import { de_ListConnectionsCommand, se_ListConnectionsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/ListObservabilityConfigurationsCommand.ts b/clients/client-apprunner/src/commands/ListObservabilityConfigurationsCommand.ts index bde9c6aa13324..7e4f969fca844 100644 --- a/clients/client-apprunner/src/commands/ListObservabilityConfigurationsCommand.ts +++ b/clients/client-apprunner/src/commands/ListObservabilityConfigurationsCommand.ts @@ -20,6 +20,10 @@ import { se_ListObservabilityConfigurationsCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/ListOperationsCommand.ts b/clients/client-apprunner/src/commands/ListOperationsCommand.ts index 9b380116e7a28..85843d7732fb4 100644 --- a/clients/client-apprunner/src/commands/ListOperationsCommand.ts +++ b/clients/client-apprunner/src/commands/ListOperationsCommand.ts @@ -17,6 +17,10 @@ import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListOperationsRequest, ListOperationsResponse } from "../models/models_0"; import { de_ListOperationsCommand, se_ListOperationsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/ListServicesCommand.ts b/clients/client-apprunner/src/commands/ListServicesCommand.ts index 80e6d14b7ac1f..30d20c03ad13f 100644 --- a/clients/client-apprunner/src/commands/ListServicesCommand.ts +++ b/clients/client-apprunner/src/commands/ListServicesCommand.ts @@ -17,6 +17,10 @@ import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListServicesRequest, ListServicesResponse } from "../models/models_0"; import { de_ListServicesCommand, se_ListServicesCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/ListTagsForResourceCommand.ts b/clients/client-apprunner/src/commands/ListTagsForResourceCommand.ts index 67652c7458c75..fbbbdd08c0430 100644 --- a/clients/client-apprunner/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-apprunner/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/ListVpcConnectorsCommand.ts b/clients/client-apprunner/src/commands/ListVpcConnectorsCommand.ts index 4bcdcf1854bfc..27fde9f2643de 100644 --- a/clients/client-apprunner/src/commands/ListVpcConnectorsCommand.ts +++ b/clients/client-apprunner/src/commands/ListVpcConnectorsCommand.ts @@ -17,6 +17,10 @@ import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListVpcConnectorsRequest, ListVpcConnectorsResponse } from "../models/models_0"; import { de_ListVpcConnectorsCommand, se_ListVpcConnectorsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/ListVpcIngressConnectionsCommand.ts b/clients/client-apprunner/src/commands/ListVpcIngressConnectionsCommand.ts index 46c79f5e83531..197f26cce1dde 100644 --- a/clients/client-apprunner/src/commands/ListVpcIngressConnectionsCommand.ts +++ b/clients/client-apprunner/src/commands/ListVpcIngressConnectionsCommand.ts @@ -17,6 +17,10 @@ import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListVpcIngressConnectionsRequest, ListVpcIngressConnectionsResponse } from "../models/models_0"; import { de_ListVpcIngressConnectionsCommand, se_ListVpcIngressConnectionsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/PauseServiceCommand.ts b/clients/client-apprunner/src/commands/PauseServiceCommand.ts index 4041da13e4af7..d873fec930d3a 100644 --- a/clients/client-apprunner/src/commands/PauseServiceCommand.ts +++ b/clients/client-apprunner/src/commands/PauseServiceCommand.ts @@ -17,6 +17,10 @@ import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PauseServiceRequest, PauseServiceResponse, PauseServiceResponseFilterSensitiveLog } from "../models/models_0"; import { de_PauseServiceCommand, se_PauseServiceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/ResumeServiceCommand.ts b/clients/client-apprunner/src/commands/ResumeServiceCommand.ts index d7ac70696b37b..801ea2adfd433 100644 --- a/clients/client-apprunner/src/commands/ResumeServiceCommand.ts +++ b/clients/client-apprunner/src/commands/ResumeServiceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ResumeServiceCommand, se_ResumeServiceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/StartDeploymentCommand.ts b/clients/client-apprunner/src/commands/StartDeploymentCommand.ts index 06b7a34d475dc..91d44e5b9f7c6 100644 --- a/clients/client-apprunner/src/commands/StartDeploymentCommand.ts +++ b/clients/client-apprunner/src/commands/StartDeploymentCommand.ts @@ -17,6 +17,10 @@ import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartDeploymentRequest, StartDeploymentResponse } from "../models/models_0"; import { de_StartDeploymentCommand, se_StartDeploymentCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/TagResourceCommand.ts b/clients/client-apprunner/src/commands/TagResourceCommand.ts index 5a83d348954f8..0359b121e5842 100644 --- a/clients/client-apprunner/src/commands/TagResourceCommand.ts +++ b/clients/client-apprunner/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/UntagResourceCommand.ts b/clients/client-apprunner/src/commands/UntagResourceCommand.ts index 76df16a27ed32..e4722326858a7 100644 --- a/clients/client-apprunner/src/commands/UntagResourceCommand.ts +++ b/clients/client-apprunner/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/UpdateServiceCommand.ts b/clients/client-apprunner/src/commands/UpdateServiceCommand.ts index d735f4feb2ade..ed30cb743bff1 100644 --- a/clients/client-apprunner/src/commands/UpdateServiceCommand.ts +++ b/clients/client-apprunner/src/commands/UpdateServiceCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_UpdateServiceCommand, se_UpdateServiceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/commands/UpdateVpcIngressConnectionCommand.ts b/clients/client-apprunner/src/commands/UpdateVpcIngressConnectionCommand.ts index 6cc130a271d5b..dcdc1de3e9c45 100644 --- a/clients/client-apprunner/src/commands/UpdateVpcIngressConnectionCommand.ts +++ b/clients/client-apprunner/src/commands/UpdateVpcIngressConnectionCommand.ts @@ -17,6 +17,10 @@ import { AppRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateVpcIngressConnectionRequest, UpdateVpcIngressConnectionResponse } from "../models/models_0"; import { de_UpdateVpcIngressConnectionCommand, se_UpdateVpcIngressConnectionCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-apprunner/src/index.ts b/clients/client-apprunner/src/index.ts index ed09e6a58b0a3..a83070d8fe17d 100644 --- a/clients/client-apprunner/src/index.ts +++ b/clients/client-apprunner/src/index.ts @@ -1,8 +1,30 @@ -export * from "./AppRunner"; // smithy-typescript generated code +/* eslint-disable */ +/** + * App Runner + *

App Runner is an application service that provides a fast, simple, and cost-effective way to go directly from an existing container image or source code + * to a running service in the Amazon Web Services Cloud in seconds. You don't need to learn new technologies, decide which compute service to use, or understand how to + * provision and configure Amazon Web Services resources.

+ *

App Runner connects directly to your container registry or source code repository. It provides an automatic delivery pipeline with fully managed operations, + * high performance, scalability, and security.

+ *

For more information about App Runner, see the App Runner Developer Guide. + * For release information, see the App Runner Release Notes.

+ *

+ * To install the Software Development Kits (SDKs), Integrated + * Development Environment (IDE) Toolkits, and command line tools that you can use to access the API, see Tools for + * Amazon Web Services.

+ *

+ * Endpoints + *

+ *

For a list of Region-specific endpoints that App Runner supports, see App Runner + * endpoints and quotas in the Amazon Web Services General Reference.

+ * + * @packageDocumentation + */ export * from "./AppRunnerClient"; +export * from "./AppRunner"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { AppRunnerServiceException } from "./models/AppRunnerServiceException"; diff --git a/clients/client-apprunner/src/models/AppRunnerServiceException.ts b/clients/client-apprunner/src/models/AppRunnerServiceException.ts index 4bbff83b420f8..683290c407b68 100644 --- a/clients/client-apprunner/src/models/AppRunnerServiceException.ts +++ b/clients/client-apprunner/src/models/AppRunnerServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-appstream/src/AppStreamClient.ts b/clients/client-appstream/src/AppStreamClient.ts index 9b4945dfb5786..f2af4776b3d19 100644 --- a/clients/client-appstream/src/AppStreamClient.ts +++ b/clients/client-appstream/src/AppStreamClient.ts @@ -202,6 +202,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -469,7 +471,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type AppStreamClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type AppStreamClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -488,7 +490,7 @@ export interface AppStreamClientConfig extends AppStreamClientConfigType {} /** * @public */ -type AppStreamClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type AppStreamClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-appstream/src/commands/AssociateApplicationFleetCommand.ts b/clients/client-appstream/src/commands/AssociateApplicationFleetCommand.ts index cd56efa057935..9bf93fdfd7310 100644 --- a/clients/client-appstream/src/commands/AssociateApplicationFleetCommand.ts +++ b/clients/client-appstream/src/commands/AssociateApplicationFleetCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { AssociateApplicationFleetRequest, AssociateApplicationFleetResult } from "../models/models_0"; import { de_AssociateApplicationFleetCommand, se_AssociateApplicationFleetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/AssociateApplicationToEntitlementCommand.ts b/clients/client-appstream/src/commands/AssociateApplicationToEntitlementCommand.ts index 60d36f4bc914d..6c5ae75a6051e 100644 --- a/clients/client-appstream/src/commands/AssociateApplicationToEntitlementCommand.ts +++ b/clients/client-appstream/src/commands/AssociateApplicationToEntitlementCommand.ts @@ -20,6 +20,10 @@ import { se_AssociateApplicationToEntitlementCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/AssociateFleetCommand.ts b/clients/client-appstream/src/commands/AssociateFleetCommand.ts index 9b35cabe3d387..5dd3e051335e9 100644 --- a/clients/client-appstream/src/commands/AssociateFleetCommand.ts +++ b/clients/client-appstream/src/commands/AssociateFleetCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { AssociateFleetRequest, AssociateFleetResult } from "../models/models_0"; import { de_AssociateFleetCommand, se_AssociateFleetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/BatchAssociateUserStackCommand.ts b/clients/client-appstream/src/commands/BatchAssociateUserStackCommand.ts index cc91210dfc526..29ea0cf7ea253 100644 --- a/clients/client-appstream/src/commands/BatchAssociateUserStackCommand.ts +++ b/clients/client-appstream/src/commands/BatchAssociateUserStackCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_BatchAssociateUserStackCommand, se_BatchAssociateUserStackCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/BatchDisassociateUserStackCommand.ts b/clients/client-appstream/src/commands/BatchDisassociateUserStackCommand.ts index 0bb47fa060c12..8fe46815438ac 100644 --- a/clients/client-appstream/src/commands/BatchDisassociateUserStackCommand.ts +++ b/clients/client-appstream/src/commands/BatchDisassociateUserStackCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_BatchDisassociateUserStackCommand, se_BatchDisassociateUserStackCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/CopyImageCommand.ts b/clients/client-appstream/src/commands/CopyImageCommand.ts index 3ab5e5b7de81e..ab7137fa2448f 100644 --- a/clients/client-appstream/src/commands/CopyImageCommand.ts +++ b/clients/client-appstream/src/commands/CopyImageCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CopyImageRequest, CopyImageResponse } from "../models/models_0"; import { de_CopyImageCommand, se_CopyImageCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/CreateAppBlockCommand.ts b/clients/client-appstream/src/commands/CreateAppBlockCommand.ts index d14831f2b2b87..8f4972d376486 100644 --- a/clients/client-appstream/src/commands/CreateAppBlockCommand.ts +++ b/clients/client-appstream/src/commands/CreateAppBlockCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateAppBlockRequest, CreateAppBlockResult } from "../models/models_0"; import { de_CreateAppBlockCommand, se_CreateAppBlockCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/CreateApplicationCommand.ts b/clients/client-appstream/src/commands/CreateApplicationCommand.ts index 330a5eb8fe740..c46e5e95a515e 100644 --- a/clients/client-appstream/src/commands/CreateApplicationCommand.ts +++ b/clients/client-appstream/src/commands/CreateApplicationCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateApplicationRequest, CreateApplicationResult } from "../models/models_0"; import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/CreateDirectoryConfigCommand.ts b/clients/client-appstream/src/commands/CreateDirectoryConfigCommand.ts index 9c8586797a7cc..6a18ca00f0e63 100644 --- a/clients/client-appstream/src/commands/CreateDirectoryConfigCommand.ts +++ b/clients/client-appstream/src/commands/CreateDirectoryConfigCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateDirectoryConfigCommand, se_CreateDirectoryConfigCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/CreateEntitlementCommand.ts b/clients/client-appstream/src/commands/CreateEntitlementCommand.ts index 5ace699ae921b..917051d37fde1 100644 --- a/clients/client-appstream/src/commands/CreateEntitlementCommand.ts +++ b/clients/client-appstream/src/commands/CreateEntitlementCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateEntitlementRequest, CreateEntitlementResult } from "../models/models_0"; import { de_CreateEntitlementCommand, se_CreateEntitlementCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/CreateFleetCommand.ts b/clients/client-appstream/src/commands/CreateFleetCommand.ts index dabe44906e4fa..61cc0630d9a67 100644 --- a/clients/client-appstream/src/commands/CreateFleetCommand.ts +++ b/clients/client-appstream/src/commands/CreateFleetCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateFleetRequest, CreateFleetResult } from "../models/models_0"; import { de_CreateFleetCommand, se_CreateFleetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts b/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts index 81ff9206516e7..60b5ac9d0e17e 100644 --- a/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts +++ b/clients/client-appstream/src/commands/CreateImageBuilderCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateImageBuilderRequest, CreateImageBuilderResult } from "../models/models_0"; import { de_CreateImageBuilderCommand, se_CreateImageBuilderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/CreateImageBuilderStreamingURLCommand.ts b/clients/client-appstream/src/commands/CreateImageBuilderStreamingURLCommand.ts index 840e869166799..ffb6a82a704d9 100644 --- a/clients/client-appstream/src/commands/CreateImageBuilderStreamingURLCommand.ts +++ b/clients/client-appstream/src/commands/CreateImageBuilderStreamingURLCommand.ts @@ -20,6 +20,10 @@ import { se_CreateImageBuilderStreamingURLCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/CreateStackCommand.ts b/clients/client-appstream/src/commands/CreateStackCommand.ts index 241ef756eb62a..2a7ac7a56d4f9 100644 --- a/clients/client-appstream/src/commands/CreateStackCommand.ts +++ b/clients/client-appstream/src/commands/CreateStackCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateStackRequest, CreateStackResult } from "../models/models_0"; import { de_CreateStackCommand, se_CreateStackCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/CreateStreamingURLCommand.ts b/clients/client-appstream/src/commands/CreateStreamingURLCommand.ts index 9d3e3acea82fb..a9ed708d7a64b 100644 --- a/clients/client-appstream/src/commands/CreateStreamingURLCommand.ts +++ b/clients/client-appstream/src/commands/CreateStreamingURLCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateStreamingURLRequest, CreateStreamingURLResult } from "../models/models_0"; import { de_CreateStreamingURLCommand, se_CreateStreamingURLCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts b/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts index b2515548460d9..c71e13f5a9f6f 100644 --- a/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts +++ b/clients/client-appstream/src/commands/CreateUpdatedImageCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateUpdatedImageRequest, CreateUpdatedImageResult } from "../models/models_0"; import { de_CreateUpdatedImageCommand, se_CreateUpdatedImageCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/CreateUsageReportSubscriptionCommand.ts b/clients/client-appstream/src/commands/CreateUsageReportSubscriptionCommand.ts index ba93cd66a4fb4..5208bff8948e4 100644 --- a/clients/client-appstream/src/commands/CreateUsageReportSubscriptionCommand.ts +++ b/clients/client-appstream/src/commands/CreateUsageReportSubscriptionCommand.ts @@ -20,6 +20,10 @@ import { se_CreateUsageReportSubscriptionCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/CreateUserCommand.ts b/clients/client-appstream/src/commands/CreateUserCommand.ts index 75f7c9d33f92d..f50b64465b3e1 100644 --- a/clients/client-appstream/src/commands/CreateUserCommand.ts +++ b/clients/client-appstream/src/commands/CreateUserCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateUserRequest, CreateUserRequestFilterSensitiveLog, CreateUserResult } from "../models/models_0"; import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DeleteAppBlockCommand.ts b/clients/client-appstream/src/commands/DeleteAppBlockCommand.ts index a64cf9bb378e9..c3f4fbd312b8c 100644 --- a/clients/client-appstream/src/commands/DeleteAppBlockCommand.ts +++ b/clients/client-appstream/src/commands/DeleteAppBlockCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteAppBlockRequest, DeleteAppBlockResult } from "../models/models_0"; import { de_DeleteAppBlockCommand, se_DeleteAppBlockCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DeleteApplicationCommand.ts b/clients/client-appstream/src/commands/DeleteApplicationCommand.ts index 6f5137bc33824..6f70502819986 100644 --- a/clients/client-appstream/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-appstream/src/commands/DeleteApplicationCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteApplicationRequest, DeleteApplicationResult } from "../models/models_0"; import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DeleteDirectoryConfigCommand.ts b/clients/client-appstream/src/commands/DeleteDirectoryConfigCommand.ts index 6c80129c9dfb7..88ec917a33ff0 100644 --- a/clients/client-appstream/src/commands/DeleteDirectoryConfigCommand.ts +++ b/clients/client-appstream/src/commands/DeleteDirectoryConfigCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteDirectoryConfigRequest, DeleteDirectoryConfigResult } from "../models/models_0"; import { de_DeleteDirectoryConfigCommand, se_DeleteDirectoryConfigCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DeleteEntitlementCommand.ts b/clients/client-appstream/src/commands/DeleteEntitlementCommand.ts index a531f5c83613f..e7a9550d0a5e2 100644 --- a/clients/client-appstream/src/commands/DeleteEntitlementCommand.ts +++ b/clients/client-appstream/src/commands/DeleteEntitlementCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteEntitlementRequest, DeleteEntitlementResult } from "../models/models_0"; import { de_DeleteEntitlementCommand, se_DeleteEntitlementCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DeleteFleetCommand.ts b/clients/client-appstream/src/commands/DeleteFleetCommand.ts index b230ff0f5d989..6a2740976270d 100644 --- a/clients/client-appstream/src/commands/DeleteFleetCommand.ts +++ b/clients/client-appstream/src/commands/DeleteFleetCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteFleetRequest, DeleteFleetResult } from "../models/models_0"; import { de_DeleteFleetCommand, se_DeleteFleetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts b/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts index 48172d9e0b09b..c277377766bc2 100644 --- a/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts +++ b/clients/client-appstream/src/commands/DeleteImageBuilderCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteImageBuilderRequest, DeleteImageBuilderResult } from "../models/models_0"; import { de_DeleteImageBuilderCommand, se_DeleteImageBuilderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DeleteImageCommand.ts b/clients/client-appstream/src/commands/DeleteImageCommand.ts index 23c961d08873d..c5723d0785c58 100644 --- a/clients/client-appstream/src/commands/DeleteImageCommand.ts +++ b/clients/client-appstream/src/commands/DeleteImageCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteImageRequest, DeleteImageResult } from "../models/models_0"; import { de_DeleteImageCommand, se_DeleteImageCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DeleteImagePermissionsCommand.ts b/clients/client-appstream/src/commands/DeleteImagePermissionsCommand.ts index bd3aa36ae5aaf..6e48905d1bcbb 100644 --- a/clients/client-appstream/src/commands/DeleteImagePermissionsCommand.ts +++ b/clients/client-appstream/src/commands/DeleteImagePermissionsCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteImagePermissionsRequest, DeleteImagePermissionsResult } from "../models/models_0"; import { de_DeleteImagePermissionsCommand, se_DeleteImagePermissionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DeleteStackCommand.ts b/clients/client-appstream/src/commands/DeleteStackCommand.ts index 9a0f29106b94a..e97675f7e6436 100644 --- a/clients/client-appstream/src/commands/DeleteStackCommand.ts +++ b/clients/client-appstream/src/commands/DeleteStackCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteStackRequest, DeleteStackResult } from "../models/models_0"; import { de_DeleteStackCommand, se_DeleteStackCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DeleteUsageReportSubscriptionCommand.ts b/clients/client-appstream/src/commands/DeleteUsageReportSubscriptionCommand.ts index 953c88a395cb0..b7bdeef671117 100644 --- a/clients/client-appstream/src/commands/DeleteUsageReportSubscriptionCommand.ts +++ b/clients/client-appstream/src/commands/DeleteUsageReportSubscriptionCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteUsageReportSubscriptionCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DeleteUserCommand.ts b/clients/client-appstream/src/commands/DeleteUserCommand.ts index f427407f4000a..c8b2419ccde51 100644 --- a/clients/client-appstream/src/commands/DeleteUserCommand.ts +++ b/clients/client-appstream/src/commands/DeleteUserCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteUserRequest, DeleteUserRequestFilterSensitiveLog, DeleteUserResult } from "../models/models_0"; import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DescribeAppBlocksCommand.ts b/clients/client-appstream/src/commands/DescribeAppBlocksCommand.ts index 91231ffcdf817..ec02ab88ae5cd 100644 --- a/clients/client-appstream/src/commands/DescribeAppBlocksCommand.ts +++ b/clients/client-appstream/src/commands/DescribeAppBlocksCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeAppBlocksRequest, DescribeAppBlocksResult } from "../models/models_0"; import { de_DescribeAppBlocksCommand, se_DescribeAppBlocksCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DescribeApplicationFleetAssociationsCommand.ts b/clients/client-appstream/src/commands/DescribeApplicationFleetAssociationsCommand.ts index 59aa935413106..ac014f3bfe28f 100644 --- a/clients/client-appstream/src/commands/DescribeApplicationFleetAssociationsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeApplicationFleetAssociationsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeApplicationFleetAssociationsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts b/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts index 0c371559123dd..c02f2be970620 100644 --- a/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeApplicationsCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeApplicationsRequest, DescribeApplicationsResult } from "../models/models_0"; import { de_DescribeApplicationsCommand, se_DescribeApplicationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DescribeDirectoryConfigsCommand.ts b/clients/client-appstream/src/commands/DescribeDirectoryConfigsCommand.ts index 97076071e847d..28e6ea35cea8f 100644 --- a/clients/client-appstream/src/commands/DescribeDirectoryConfigsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeDirectoryConfigsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeDirectoryConfigsCommand, se_DescribeDirectoryConfigsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DescribeEntitlementsCommand.ts b/clients/client-appstream/src/commands/DescribeEntitlementsCommand.ts index 0b22c74793ec3..42dcdca5d390d 100644 --- a/clients/client-appstream/src/commands/DescribeEntitlementsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeEntitlementsCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeEntitlementsRequest, DescribeEntitlementsResult } from "../models/models_0"; import { de_DescribeEntitlementsCommand, se_DescribeEntitlementsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DescribeFleetsCommand.ts b/clients/client-appstream/src/commands/DescribeFleetsCommand.ts index 62dd14dccec12..0b5797eba3d24 100644 --- a/clients/client-appstream/src/commands/DescribeFleetsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeFleetsCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeFleetsRequest, DescribeFleetsResult } from "../models/models_0"; import { de_DescribeFleetsCommand, se_DescribeFleetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts b/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts index 3029d6d5e1058..fcb4a0b2d69b7 100644 --- a/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts +++ b/clients/client-appstream/src/commands/DescribeImageBuildersCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeImageBuildersRequest, DescribeImageBuildersResult } from "../models/models_0"; import { de_DescribeImageBuildersCommand, se_DescribeImageBuildersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DescribeImagePermissionsCommand.ts b/clients/client-appstream/src/commands/DescribeImagePermissionsCommand.ts index 8c902a868c42f..9b4b1ce4f371e 100644 --- a/clients/client-appstream/src/commands/DescribeImagePermissionsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeImagePermissionsCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeImagePermissionsRequest, DescribeImagePermissionsResult } from "../models/models_0"; import { de_DescribeImagePermissionsCommand, se_DescribeImagePermissionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DescribeImagesCommand.ts b/clients/client-appstream/src/commands/DescribeImagesCommand.ts index 41e3c4e3a1710..87c963ff062c0 100644 --- a/clients/client-appstream/src/commands/DescribeImagesCommand.ts +++ b/clients/client-appstream/src/commands/DescribeImagesCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeImagesRequest, DescribeImagesResult } from "../models/models_0"; import { de_DescribeImagesCommand, se_DescribeImagesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DescribeSessionsCommand.ts b/clients/client-appstream/src/commands/DescribeSessionsCommand.ts index c7e1d7bd703c4..4e0e0845fbcd0 100644 --- a/clients/client-appstream/src/commands/DescribeSessionsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeSessionsCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeSessionsRequest, DescribeSessionsResult } from "../models/models_0"; import { de_DescribeSessionsCommand, se_DescribeSessionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DescribeStacksCommand.ts b/clients/client-appstream/src/commands/DescribeStacksCommand.ts index 9988834434863..d59ed8d6092f5 100644 --- a/clients/client-appstream/src/commands/DescribeStacksCommand.ts +++ b/clients/client-appstream/src/commands/DescribeStacksCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeStacksRequest, DescribeStacksResult } from "../models/models_0"; import { de_DescribeStacksCommand, se_DescribeStacksCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DescribeUsageReportSubscriptionsCommand.ts b/clients/client-appstream/src/commands/DescribeUsageReportSubscriptionsCommand.ts index 3342c68161758..0abf043bb56d5 100644 --- a/clients/client-appstream/src/commands/DescribeUsageReportSubscriptionsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeUsageReportSubscriptionsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeUsageReportSubscriptionsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DescribeUserStackAssociationsCommand.ts b/clients/client-appstream/src/commands/DescribeUserStackAssociationsCommand.ts index 12d06880a1372..5bf925a46542a 100644 --- a/clients/client-appstream/src/commands/DescribeUserStackAssociationsCommand.ts +++ b/clients/client-appstream/src/commands/DescribeUserStackAssociationsCommand.ts @@ -25,6 +25,10 @@ import { se_DescribeUserStackAssociationsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DescribeUsersCommand.ts b/clients/client-appstream/src/commands/DescribeUsersCommand.ts index a5393ab44e841..a4ee945183d03 100644 --- a/clients/client-appstream/src/commands/DescribeUsersCommand.ts +++ b/clients/client-appstream/src/commands/DescribeUsersCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeUsersRequest, DescribeUsersResult, DescribeUsersResultFilterSensitiveLog } from "../models/models_0"; import { de_DescribeUsersCommand, se_DescribeUsersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DisableUserCommand.ts b/clients/client-appstream/src/commands/DisableUserCommand.ts index 0f66baa5a344b..bede30ef6e2ec 100644 --- a/clients/client-appstream/src/commands/DisableUserCommand.ts +++ b/clients/client-appstream/src/commands/DisableUserCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DisableUserRequest, DisableUserRequestFilterSensitiveLog, DisableUserResult } from "../models/models_0"; import { de_DisableUserCommand, se_DisableUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DisassociateApplicationFleetCommand.ts b/clients/client-appstream/src/commands/DisassociateApplicationFleetCommand.ts index 4576465ec6a88..aa0aed519ed52 100644 --- a/clients/client-appstream/src/commands/DisassociateApplicationFleetCommand.ts +++ b/clients/client-appstream/src/commands/DisassociateApplicationFleetCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateApplicationFleetCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DisassociateApplicationFromEntitlementCommand.ts b/clients/client-appstream/src/commands/DisassociateApplicationFromEntitlementCommand.ts index 7e185e811c844..6e2c98845220c 100644 --- a/clients/client-appstream/src/commands/DisassociateApplicationFromEntitlementCommand.ts +++ b/clients/client-appstream/src/commands/DisassociateApplicationFromEntitlementCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateApplicationFromEntitlementCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/DisassociateFleetCommand.ts b/clients/client-appstream/src/commands/DisassociateFleetCommand.ts index b11146b65f74c..37fd39d7d2ad4 100644 --- a/clients/client-appstream/src/commands/DisassociateFleetCommand.ts +++ b/clients/client-appstream/src/commands/DisassociateFleetCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DisassociateFleetRequest, DisassociateFleetResult } from "../models/models_0"; import { de_DisassociateFleetCommand, se_DisassociateFleetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/EnableUserCommand.ts b/clients/client-appstream/src/commands/EnableUserCommand.ts index 5f32a47840ba1..d5001752f6646 100644 --- a/clients/client-appstream/src/commands/EnableUserCommand.ts +++ b/clients/client-appstream/src/commands/EnableUserCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { EnableUserRequest, EnableUserRequestFilterSensitiveLog, EnableUserResult } from "../models/models_0"; import { de_EnableUserCommand, se_EnableUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/ExpireSessionCommand.ts b/clients/client-appstream/src/commands/ExpireSessionCommand.ts index 9304443a5da61..3a14164aa89c8 100644 --- a/clients/client-appstream/src/commands/ExpireSessionCommand.ts +++ b/clients/client-appstream/src/commands/ExpireSessionCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ExpireSessionRequest, ExpireSessionResult } from "../models/models_0"; import { de_ExpireSessionCommand, se_ExpireSessionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/ListAssociatedFleetsCommand.ts b/clients/client-appstream/src/commands/ListAssociatedFleetsCommand.ts index 6427d23b96471..c33c3f203792a 100644 --- a/clients/client-appstream/src/commands/ListAssociatedFleetsCommand.ts +++ b/clients/client-appstream/src/commands/ListAssociatedFleetsCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListAssociatedFleetsRequest, ListAssociatedFleetsResult } from "../models/models_0"; import { de_ListAssociatedFleetsCommand, se_ListAssociatedFleetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/ListAssociatedStacksCommand.ts b/clients/client-appstream/src/commands/ListAssociatedStacksCommand.ts index 0c648ad325ae4..1397f87876a52 100644 --- a/clients/client-appstream/src/commands/ListAssociatedStacksCommand.ts +++ b/clients/client-appstream/src/commands/ListAssociatedStacksCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListAssociatedStacksRequest, ListAssociatedStacksResult } from "../models/models_0"; import { de_ListAssociatedStacksCommand, se_ListAssociatedStacksCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/ListEntitledApplicationsCommand.ts b/clients/client-appstream/src/commands/ListEntitledApplicationsCommand.ts index dcc5120ddcd79..2606b027971a4 100644 --- a/clients/client-appstream/src/commands/ListEntitledApplicationsCommand.ts +++ b/clients/client-appstream/src/commands/ListEntitledApplicationsCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListEntitledApplicationsRequest, ListEntitledApplicationsResult } from "../models/models_0"; import { de_ListEntitledApplicationsCommand, se_ListEntitledApplicationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/ListTagsForResourceCommand.ts b/clients/client-appstream/src/commands/ListTagsForResourceCommand.ts index 99368487d7591..5a74d60472120 100644 --- a/clients/client-appstream/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appstream/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/StartFleetCommand.ts b/clients/client-appstream/src/commands/StartFleetCommand.ts index 2c62b257021da..e6f97a733a137 100644 --- a/clients/client-appstream/src/commands/StartFleetCommand.ts +++ b/clients/client-appstream/src/commands/StartFleetCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartFleetRequest, StartFleetResult } from "../models/models_0"; import { de_StartFleetCommand, se_StartFleetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/StartImageBuilderCommand.ts b/clients/client-appstream/src/commands/StartImageBuilderCommand.ts index fd94a240f631f..1af98dad22ad7 100644 --- a/clients/client-appstream/src/commands/StartImageBuilderCommand.ts +++ b/clients/client-appstream/src/commands/StartImageBuilderCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartImageBuilderRequest, StartImageBuilderResult } from "../models/models_0"; import { de_StartImageBuilderCommand, se_StartImageBuilderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/StopFleetCommand.ts b/clients/client-appstream/src/commands/StopFleetCommand.ts index 25c8fb4949ccd..976bfb8c1e022 100644 --- a/clients/client-appstream/src/commands/StopFleetCommand.ts +++ b/clients/client-appstream/src/commands/StopFleetCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopFleetRequest, StopFleetResult } from "../models/models_0"; import { de_StopFleetCommand, se_StopFleetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/StopImageBuilderCommand.ts b/clients/client-appstream/src/commands/StopImageBuilderCommand.ts index 064a244ba92ba..62b48a29cdfa5 100644 --- a/clients/client-appstream/src/commands/StopImageBuilderCommand.ts +++ b/clients/client-appstream/src/commands/StopImageBuilderCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopImageBuilderRequest, StopImageBuilderResult } from "../models/models_0"; import { de_StopImageBuilderCommand, se_StopImageBuilderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/TagResourceCommand.ts b/clients/client-appstream/src/commands/TagResourceCommand.ts index a81362a177754..24884f881da00 100644 --- a/clients/client-appstream/src/commands/TagResourceCommand.ts +++ b/clients/client-appstream/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/UntagResourceCommand.ts b/clients/client-appstream/src/commands/UntagResourceCommand.ts index ce393fc113eb4..0ee6133901fe4 100644 --- a/clients/client-appstream/src/commands/UntagResourceCommand.ts +++ b/clients/client-appstream/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/UpdateApplicationCommand.ts b/clients/client-appstream/src/commands/UpdateApplicationCommand.ts index 9ae22199713e9..7ab0f6ee9ae61 100644 --- a/clients/client-appstream/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-appstream/src/commands/UpdateApplicationCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateApplicationRequest, UpdateApplicationResult } from "../models/models_0"; import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/UpdateDirectoryConfigCommand.ts b/clients/client-appstream/src/commands/UpdateDirectoryConfigCommand.ts index 233b11c038113..4f357eb97db41 100644 --- a/clients/client-appstream/src/commands/UpdateDirectoryConfigCommand.ts +++ b/clients/client-appstream/src/commands/UpdateDirectoryConfigCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_UpdateDirectoryConfigCommand, se_UpdateDirectoryConfigCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/UpdateEntitlementCommand.ts b/clients/client-appstream/src/commands/UpdateEntitlementCommand.ts index 16b89cbf34f1e..2ada83af4a21c 100644 --- a/clients/client-appstream/src/commands/UpdateEntitlementCommand.ts +++ b/clients/client-appstream/src/commands/UpdateEntitlementCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateEntitlementRequest, UpdateEntitlementResult } from "../models/models_0"; import { de_UpdateEntitlementCommand, se_UpdateEntitlementCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/UpdateFleetCommand.ts b/clients/client-appstream/src/commands/UpdateFleetCommand.ts index 00ff3bdfbae92..3b1de935bc8d8 100644 --- a/clients/client-appstream/src/commands/UpdateFleetCommand.ts +++ b/clients/client-appstream/src/commands/UpdateFleetCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateFleetRequest, UpdateFleetResult } from "../models/models_0"; import { de_UpdateFleetCommand, se_UpdateFleetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/UpdateImagePermissionsCommand.ts b/clients/client-appstream/src/commands/UpdateImagePermissionsCommand.ts index 5eb9fc2bfdbf0..40cadee546d04 100644 --- a/clients/client-appstream/src/commands/UpdateImagePermissionsCommand.ts +++ b/clients/client-appstream/src/commands/UpdateImagePermissionsCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateImagePermissionsRequest, UpdateImagePermissionsResult } from "../models/models_0"; import { de_UpdateImagePermissionsCommand, se_UpdateImagePermissionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/commands/UpdateStackCommand.ts b/clients/client-appstream/src/commands/UpdateStackCommand.ts index 8cf1be02764b0..e7cadc941ffb0 100644 --- a/clients/client-appstream/src/commands/UpdateStackCommand.ts +++ b/clients/client-appstream/src/commands/UpdateStackCommand.ts @@ -17,6 +17,10 @@ import { AppStreamClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateStackRequest, UpdateStackResult } from "../models/models_0"; import { de_UpdateStackCommand, se_UpdateStackCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appstream/src/index.ts b/clients/client-appstream/src/index.ts index ba2eff77f28d1..c758f4c68f058 100644 --- a/clients/client-appstream/src/index.ts +++ b/clients/client-appstream/src/index.ts @@ -1,9 +1,32 @@ -export * from "./AppStream"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon AppStream 2.0 + *

This is the Amazon AppStream 2.0 API Reference. This documentation provides descriptions and syntax for each of the actions and data types in AppStream 2.0. AppStream 2.0 is a fully managed, secure application streaming service that lets you stream desktop applications to users without rewriting applications. AppStream 2.0 manages the AWS resources that are required to host and run your applications, scales automatically, and provides access to your users on demand.

+ * + *

You can call the AppStream 2.0 API operations by using an interface VPC endpoint (interface endpoint). For more information, see Access AppStream 2.0 API Operations and CLI Commands Through an Interface VPC Endpoint in the Amazon AppStream 2.0 Administration Guide.

+ *
+ *

To learn more about AppStream 2.0, see the following resources:

+ * + * + * @packageDocumentation + */ export * from "./AppStreamClient"; +export * from "./AppStream"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { AppStreamServiceException } from "./models/AppStreamServiceException"; diff --git a/clients/client-appstream/src/models/AppStreamServiceException.ts b/clients/client-appstream/src/models/AppStreamServiceException.ts index 96c256b0c566b..a4c8e8c7f27e9 100644 --- a/clients/client-appstream/src/models/AppStreamServiceException.ts +++ b/clients/client-appstream/src/models/AppStreamServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-appsync/src/AppSyncClient.ts b/clients/client-appsync/src/AppSyncClient.ts index fd98be79f7080..0a0b9d3963b94 100644 --- a/clients/client-appsync/src/AppSyncClient.ts +++ b/clients/client-appsync/src/AppSyncClient.ts @@ -128,6 +128,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -367,7 +369,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type AppSyncClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type AppSyncClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -386,7 +388,7 @@ export interface AppSyncClientConfig extends AppSyncClientConfigType {} /** * @public */ -type AppSyncClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type AppSyncClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-appsync/src/commands/AssociateApiCommand.ts b/clients/client-appsync/src/commands/AssociateApiCommand.ts index 16a7db8972d4d..7c5dae6706544 100644 --- a/clients/client-appsync/src/commands/AssociateApiCommand.ts +++ b/clients/client-appsync/src/commands/AssociateApiCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { AssociateApiRequest, AssociateApiResponse } from "../models/models_0"; import { de_AssociateApiCommand, se_AssociateApiCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/CreateApiCacheCommand.ts b/clients/client-appsync/src/commands/CreateApiCacheCommand.ts index dc40c76d1a1b6..443adfa437072 100644 --- a/clients/client-appsync/src/commands/CreateApiCacheCommand.ts +++ b/clients/client-appsync/src/commands/CreateApiCacheCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateApiCacheRequest, CreateApiCacheResponse } from "../models/models_0"; import { de_CreateApiCacheCommand, se_CreateApiCacheCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/CreateApiKeyCommand.ts b/clients/client-appsync/src/commands/CreateApiKeyCommand.ts index 9e4d809c90387..0c85632e0b631 100644 --- a/clients/client-appsync/src/commands/CreateApiKeyCommand.ts +++ b/clients/client-appsync/src/commands/CreateApiKeyCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateApiKeyRequest, CreateApiKeyResponse } from "../models/models_0"; import { de_CreateApiKeyCommand, se_CreateApiKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/CreateDataSourceCommand.ts b/clients/client-appsync/src/commands/CreateDataSourceCommand.ts index 0501600054608..4946a639b970e 100644 --- a/clients/client-appsync/src/commands/CreateDataSourceCommand.ts +++ b/clients/client-appsync/src/commands/CreateDataSourceCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateDataSourceRequest, CreateDataSourceResponse } from "../models/models_0"; import { de_CreateDataSourceCommand, se_CreateDataSourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/CreateDomainNameCommand.ts b/clients/client-appsync/src/commands/CreateDomainNameCommand.ts index 4cfb2daca08cd..eac24268f223b 100644 --- a/clients/client-appsync/src/commands/CreateDomainNameCommand.ts +++ b/clients/client-appsync/src/commands/CreateDomainNameCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateDomainNameRequest, CreateDomainNameResponse } from "../models/models_0"; import { de_CreateDomainNameCommand, se_CreateDomainNameCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/CreateFunctionCommand.ts b/clients/client-appsync/src/commands/CreateFunctionCommand.ts index aacff712b47ad..6c8264163abb0 100644 --- a/clients/client-appsync/src/commands/CreateFunctionCommand.ts +++ b/clients/client-appsync/src/commands/CreateFunctionCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateFunctionRequest, CreateFunctionResponse } from "../models/models_0"; import { de_CreateFunctionCommand, se_CreateFunctionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/CreateGraphqlApiCommand.ts b/clients/client-appsync/src/commands/CreateGraphqlApiCommand.ts index 7c0bec927cddd..d6460cc661e87 100644 --- a/clients/client-appsync/src/commands/CreateGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/CreateGraphqlApiCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateGraphqlApiRequest, CreateGraphqlApiResponse } from "../models/models_0"; import { de_CreateGraphqlApiCommand, se_CreateGraphqlApiCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/CreateResolverCommand.ts b/clients/client-appsync/src/commands/CreateResolverCommand.ts index e3abe01fce2f1..3622b2f4da0de 100644 --- a/clients/client-appsync/src/commands/CreateResolverCommand.ts +++ b/clients/client-appsync/src/commands/CreateResolverCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateResolverRequest, CreateResolverResponse } from "../models/models_0"; import { de_CreateResolverCommand, se_CreateResolverCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/CreateTypeCommand.ts b/clients/client-appsync/src/commands/CreateTypeCommand.ts index cc763b74aa0de..afdbde23c3c1a 100644 --- a/clients/client-appsync/src/commands/CreateTypeCommand.ts +++ b/clients/client-appsync/src/commands/CreateTypeCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateTypeRequest, CreateTypeResponse } from "../models/models_0"; import { de_CreateTypeCommand, se_CreateTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/DeleteApiCacheCommand.ts b/clients/client-appsync/src/commands/DeleteApiCacheCommand.ts index bce661dacf565..14e1807bf9e71 100644 --- a/clients/client-appsync/src/commands/DeleteApiCacheCommand.ts +++ b/clients/client-appsync/src/commands/DeleteApiCacheCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteApiCacheRequest, DeleteApiCacheResponse } from "../models/models_0"; import { de_DeleteApiCacheCommand, se_DeleteApiCacheCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/DeleteApiKeyCommand.ts b/clients/client-appsync/src/commands/DeleteApiKeyCommand.ts index 59f911af64b0f..a322c2969924b 100644 --- a/clients/client-appsync/src/commands/DeleteApiKeyCommand.ts +++ b/clients/client-appsync/src/commands/DeleteApiKeyCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteApiKeyRequest, DeleteApiKeyResponse } from "../models/models_0"; import { de_DeleteApiKeyCommand, se_DeleteApiKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/DeleteDataSourceCommand.ts b/clients/client-appsync/src/commands/DeleteDataSourceCommand.ts index 2db680327cfc7..38bc2189fd966 100644 --- a/clients/client-appsync/src/commands/DeleteDataSourceCommand.ts +++ b/clients/client-appsync/src/commands/DeleteDataSourceCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteDataSourceRequest, DeleteDataSourceResponse } from "../models/models_0"; import { de_DeleteDataSourceCommand, se_DeleteDataSourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/DeleteDomainNameCommand.ts b/clients/client-appsync/src/commands/DeleteDomainNameCommand.ts index 2f88f0e0e2615..0978157c3498c 100644 --- a/clients/client-appsync/src/commands/DeleteDomainNameCommand.ts +++ b/clients/client-appsync/src/commands/DeleteDomainNameCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteDomainNameRequest, DeleteDomainNameResponse } from "../models/models_0"; import { de_DeleteDomainNameCommand, se_DeleteDomainNameCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/DeleteFunctionCommand.ts b/clients/client-appsync/src/commands/DeleteFunctionCommand.ts index 183850133ea3d..30c6696fce604 100644 --- a/clients/client-appsync/src/commands/DeleteFunctionCommand.ts +++ b/clients/client-appsync/src/commands/DeleteFunctionCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteFunctionRequest, DeleteFunctionResponse } from "../models/models_0"; import { de_DeleteFunctionCommand, se_DeleteFunctionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/DeleteGraphqlApiCommand.ts b/clients/client-appsync/src/commands/DeleteGraphqlApiCommand.ts index c236e82f627f1..ac347b3f27060 100644 --- a/clients/client-appsync/src/commands/DeleteGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/DeleteGraphqlApiCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteGraphqlApiRequest, DeleteGraphqlApiResponse } from "../models/models_0"; import { de_DeleteGraphqlApiCommand, se_DeleteGraphqlApiCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/DeleteResolverCommand.ts b/clients/client-appsync/src/commands/DeleteResolverCommand.ts index 9fd69302e1315..310db1584c4ce 100644 --- a/clients/client-appsync/src/commands/DeleteResolverCommand.ts +++ b/clients/client-appsync/src/commands/DeleteResolverCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteResolverRequest, DeleteResolverResponse } from "../models/models_0"; import { de_DeleteResolverCommand, se_DeleteResolverCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/DeleteTypeCommand.ts b/clients/client-appsync/src/commands/DeleteTypeCommand.ts index 61c7d4afda6dc..431bb427e5cde 100644 --- a/clients/client-appsync/src/commands/DeleteTypeCommand.ts +++ b/clients/client-appsync/src/commands/DeleteTypeCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteTypeRequest, DeleteTypeResponse } from "../models/models_0"; import { de_DeleteTypeCommand, se_DeleteTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/DisassociateApiCommand.ts b/clients/client-appsync/src/commands/DisassociateApiCommand.ts index 3534879ecb2bd..94265fd94589a 100644 --- a/clients/client-appsync/src/commands/DisassociateApiCommand.ts +++ b/clients/client-appsync/src/commands/DisassociateApiCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DisassociateApiRequest, DisassociateApiResponse } from "../models/models_0"; import { de_DisassociateApiCommand, se_DisassociateApiCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/EvaluateCodeCommand.ts b/clients/client-appsync/src/commands/EvaluateCodeCommand.ts index 0c17e28714bfb..d8774c7d001bc 100644 --- a/clients/client-appsync/src/commands/EvaluateCodeCommand.ts +++ b/clients/client-appsync/src/commands/EvaluateCodeCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { EvaluateCodeRequest, EvaluateCodeResponse } from "../models/models_0"; import { de_EvaluateCodeCommand, se_EvaluateCodeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/EvaluateMappingTemplateCommand.ts b/clients/client-appsync/src/commands/EvaluateMappingTemplateCommand.ts index f0bd71c0cbbfc..e7de14639c760 100644 --- a/clients/client-appsync/src/commands/EvaluateMappingTemplateCommand.ts +++ b/clients/client-appsync/src/commands/EvaluateMappingTemplateCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { EvaluateMappingTemplateRequest, EvaluateMappingTemplateResponse } from "../models/models_0"; import { de_EvaluateMappingTemplateCommand, se_EvaluateMappingTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/FlushApiCacheCommand.ts b/clients/client-appsync/src/commands/FlushApiCacheCommand.ts index 411868cb4cc35..d9378b4fcd82e 100644 --- a/clients/client-appsync/src/commands/FlushApiCacheCommand.ts +++ b/clients/client-appsync/src/commands/FlushApiCacheCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { FlushApiCacheRequest, FlushApiCacheResponse } from "../models/models_0"; import { de_FlushApiCacheCommand, se_FlushApiCacheCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/GetApiAssociationCommand.ts b/clients/client-appsync/src/commands/GetApiAssociationCommand.ts index 19e366e476363..efe2cf632aa54 100644 --- a/clients/client-appsync/src/commands/GetApiAssociationCommand.ts +++ b/clients/client-appsync/src/commands/GetApiAssociationCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetApiAssociationRequest, GetApiAssociationResponse } from "../models/models_0"; import { de_GetApiAssociationCommand, se_GetApiAssociationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/GetApiCacheCommand.ts b/clients/client-appsync/src/commands/GetApiCacheCommand.ts index 898dc13dfd931..ff0abee291837 100644 --- a/clients/client-appsync/src/commands/GetApiCacheCommand.ts +++ b/clients/client-appsync/src/commands/GetApiCacheCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetApiCacheRequest, GetApiCacheResponse } from "../models/models_0"; import { de_GetApiCacheCommand, se_GetApiCacheCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/GetDataSourceCommand.ts b/clients/client-appsync/src/commands/GetDataSourceCommand.ts index 000412b433eb0..dec7570450625 100644 --- a/clients/client-appsync/src/commands/GetDataSourceCommand.ts +++ b/clients/client-appsync/src/commands/GetDataSourceCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetDataSourceRequest, GetDataSourceResponse } from "../models/models_0"; import { de_GetDataSourceCommand, se_GetDataSourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/GetDomainNameCommand.ts b/clients/client-appsync/src/commands/GetDomainNameCommand.ts index 81e2eb38f33a4..589da153fe52b 100644 --- a/clients/client-appsync/src/commands/GetDomainNameCommand.ts +++ b/clients/client-appsync/src/commands/GetDomainNameCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetDomainNameRequest, GetDomainNameResponse } from "../models/models_0"; import { de_GetDomainNameCommand, se_GetDomainNameCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/GetFunctionCommand.ts b/clients/client-appsync/src/commands/GetFunctionCommand.ts index 051c503167475..2e1635ef9daf6 100644 --- a/clients/client-appsync/src/commands/GetFunctionCommand.ts +++ b/clients/client-appsync/src/commands/GetFunctionCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetFunctionRequest, GetFunctionResponse } from "../models/models_0"; import { de_GetFunctionCommand, se_GetFunctionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/GetGraphqlApiCommand.ts b/clients/client-appsync/src/commands/GetGraphqlApiCommand.ts index ac36b1d3bab1e..861833975285a 100644 --- a/clients/client-appsync/src/commands/GetGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/GetGraphqlApiCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetGraphqlApiRequest, GetGraphqlApiResponse } from "../models/models_0"; import { de_GetGraphqlApiCommand, se_GetGraphqlApiCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts b/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts index e50cf4e26afec..381b80aa2ee03 100644 --- a/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts +++ b/clients/client-appsync/src/commands/GetIntrospectionSchemaCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetIntrospectionSchemaRequest, GetIntrospectionSchemaResponse } from "../models/models_0"; import { de_GetIntrospectionSchemaCommand, se_GetIntrospectionSchemaCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/GetResolverCommand.ts b/clients/client-appsync/src/commands/GetResolverCommand.ts index 1da05b2d3038b..05fe7b95bd15f 100644 --- a/clients/client-appsync/src/commands/GetResolverCommand.ts +++ b/clients/client-appsync/src/commands/GetResolverCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetResolverRequest, GetResolverResponse } from "../models/models_0"; import { de_GetResolverCommand, se_GetResolverCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/GetSchemaCreationStatusCommand.ts b/clients/client-appsync/src/commands/GetSchemaCreationStatusCommand.ts index 6310f93532085..804bf843748a3 100644 --- a/clients/client-appsync/src/commands/GetSchemaCreationStatusCommand.ts +++ b/clients/client-appsync/src/commands/GetSchemaCreationStatusCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetSchemaCreationStatusRequest, GetSchemaCreationStatusResponse } from "../models/models_0"; import { de_GetSchemaCreationStatusCommand, se_GetSchemaCreationStatusCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/GetTypeCommand.ts b/clients/client-appsync/src/commands/GetTypeCommand.ts index de63a110c1617..e3b311a7ddfd6 100644 --- a/clients/client-appsync/src/commands/GetTypeCommand.ts +++ b/clients/client-appsync/src/commands/GetTypeCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetTypeRequest, GetTypeResponse } from "../models/models_0"; import { de_GetTypeCommand, se_GetTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/ListApiKeysCommand.ts b/clients/client-appsync/src/commands/ListApiKeysCommand.ts index 4260840bf0255..ed7511affae46 100644 --- a/clients/client-appsync/src/commands/ListApiKeysCommand.ts +++ b/clients/client-appsync/src/commands/ListApiKeysCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListApiKeysRequest, ListApiKeysResponse } from "../models/models_0"; import { de_ListApiKeysCommand, se_ListApiKeysCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/ListDataSourcesCommand.ts b/clients/client-appsync/src/commands/ListDataSourcesCommand.ts index c64df1b055b93..ab3492c6e6c00 100644 --- a/clients/client-appsync/src/commands/ListDataSourcesCommand.ts +++ b/clients/client-appsync/src/commands/ListDataSourcesCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_0"; import { de_ListDataSourcesCommand, se_ListDataSourcesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/ListDomainNamesCommand.ts b/clients/client-appsync/src/commands/ListDomainNamesCommand.ts index 592eac8e55a5e..3492d81d26026 100644 --- a/clients/client-appsync/src/commands/ListDomainNamesCommand.ts +++ b/clients/client-appsync/src/commands/ListDomainNamesCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListDomainNamesRequest, ListDomainNamesResponse } from "../models/models_0"; import { de_ListDomainNamesCommand, se_ListDomainNamesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/ListFunctionsCommand.ts b/clients/client-appsync/src/commands/ListFunctionsCommand.ts index 9a104e4c2a7ae..4f9a013a64f2f 100644 --- a/clients/client-appsync/src/commands/ListFunctionsCommand.ts +++ b/clients/client-appsync/src/commands/ListFunctionsCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListFunctionsRequest, ListFunctionsResponse } from "../models/models_0"; import { de_ListFunctionsCommand, se_ListFunctionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/ListGraphqlApisCommand.ts b/clients/client-appsync/src/commands/ListGraphqlApisCommand.ts index 07da3a7859881..1754dc3efe46d 100644 --- a/clients/client-appsync/src/commands/ListGraphqlApisCommand.ts +++ b/clients/client-appsync/src/commands/ListGraphqlApisCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListGraphqlApisRequest, ListGraphqlApisResponse } from "../models/models_0"; import { de_ListGraphqlApisCommand, se_ListGraphqlApisCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/ListResolversByFunctionCommand.ts b/clients/client-appsync/src/commands/ListResolversByFunctionCommand.ts index e1c43b1df765e..2e482b11f700c 100644 --- a/clients/client-appsync/src/commands/ListResolversByFunctionCommand.ts +++ b/clients/client-appsync/src/commands/ListResolversByFunctionCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListResolversByFunctionRequest, ListResolversByFunctionResponse } from "../models/models_0"; import { de_ListResolversByFunctionCommand, se_ListResolversByFunctionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/ListResolversCommand.ts b/clients/client-appsync/src/commands/ListResolversCommand.ts index d296fd7e96b4e..335cad072993c 100644 --- a/clients/client-appsync/src/commands/ListResolversCommand.ts +++ b/clients/client-appsync/src/commands/ListResolversCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListResolversRequest, ListResolversResponse } from "../models/models_0"; import { de_ListResolversCommand, se_ListResolversCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/ListTagsForResourceCommand.ts b/clients/client-appsync/src/commands/ListTagsForResourceCommand.ts index 5a63a7d69195d..e3e4daed65f77 100644 --- a/clients/client-appsync/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-appsync/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/ListTypesCommand.ts b/clients/client-appsync/src/commands/ListTypesCommand.ts index f88c5b3fedd10..9f54c74469cdb 100644 --- a/clients/client-appsync/src/commands/ListTypesCommand.ts +++ b/clients/client-appsync/src/commands/ListTypesCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListTypesRequest, ListTypesResponse } from "../models/models_0"; import { de_ListTypesCommand, se_ListTypesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/StartSchemaCreationCommand.ts b/clients/client-appsync/src/commands/StartSchemaCreationCommand.ts index 1fe1e32d48dfe..2d5a17c8e9480 100644 --- a/clients/client-appsync/src/commands/StartSchemaCreationCommand.ts +++ b/clients/client-appsync/src/commands/StartSchemaCreationCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { StartSchemaCreationRequest, StartSchemaCreationResponse } from "../models/models_0"; import { de_StartSchemaCreationCommand, se_StartSchemaCreationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/TagResourceCommand.ts b/clients/client-appsync/src/commands/TagResourceCommand.ts index 32b357dbe5efd..d30f4a991e3e2 100644 --- a/clients/client-appsync/src/commands/TagResourceCommand.ts +++ b/clients/client-appsync/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/UntagResourceCommand.ts b/clients/client-appsync/src/commands/UntagResourceCommand.ts index 35b30344e5ca5..9e2f0a2c9237a 100644 --- a/clients/client-appsync/src/commands/UntagResourceCommand.ts +++ b/clients/client-appsync/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/UpdateApiCacheCommand.ts b/clients/client-appsync/src/commands/UpdateApiCacheCommand.ts index 726a535a8a256..62a67690edc92 100644 --- a/clients/client-appsync/src/commands/UpdateApiCacheCommand.ts +++ b/clients/client-appsync/src/commands/UpdateApiCacheCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateApiCacheRequest, UpdateApiCacheResponse } from "../models/models_0"; import { de_UpdateApiCacheCommand, se_UpdateApiCacheCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/UpdateApiKeyCommand.ts b/clients/client-appsync/src/commands/UpdateApiKeyCommand.ts index 15700fa0618ec..1a95b4ad5b0a6 100644 --- a/clients/client-appsync/src/commands/UpdateApiKeyCommand.ts +++ b/clients/client-appsync/src/commands/UpdateApiKeyCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateApiKeyRequest, UpdateApiKeyResponse } from "../models/models_0"; import { de_UpdateApiKeyCommand, se_UpdateApiKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/UpdateDataSourceCommand.ts b/clients/client-appsync/src/commands/UpdateDataSourceCommand.ts index dd4941b590556..f238ecf0a8510 100644 --- a/clients/client-appsync/src/commands/UpdateDataSourceCommand.ts +++ b/clients/client-appsync/src/commands/UpdateDataSourceCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateDataSourceRequest, UpdateDataSourceResponse } from "../models/models_0"; import { de_UpdateDataSourceCommand, se_UpdateDataSourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/UpdateDomainNameCommand.ts b/clients/client-appsync/src/commands/UpdateDomainNameCommand.ts index 0a9afdaaa05b1..4a59515bd3ed5 100644 --- a/clients/client-appsync/src/commands/UpdateDomainNameCommand.ts +++ b/clients/client-appsync/src/commands/UpdateDomainNameCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateDomainNameRequest, UpdateDomainNameResponse } from "../models/models_0"; import { de_UpdateDomainNameCommand, se_UpdateDomainNameCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/UpdateFunctionCommand.ts b/clients/client-appsync/src/commands/UpdateFunctionCommand.ts index 5b062dd429ced..06eb73912f376 100644 --- a/clients/client-appsync/src/commands/UpdateFunctionCommand.ts +++ b/clients/client-appsync/src/commands/UpdateFunctionCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateFunctionRequest, UpdateFunctionResponse } from "../models/models_0"; import { de_UpdateFunctionCommand, se_UpdateFunctionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/UpdateGraphqlApiCommand.ts b/clients/client-appsync/src/commands/UpdateGraphqlApiCommand.ts index 1fba7bb796928..2679a03fa0f6a 100644 --- a/clients/client-appsync/src/commands/UpdateGraphqlApiCommand.ts +++ b/clients/client-appsync/src/commands/UpdateGraphqlApiCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateGraphqlApiRequest, UpdateGraphqlApiResponse } from "../models/models_0"; import { de_UpdateGraphqlApiCommand, se_UpdateGraphqlApiCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/UpdateResolverCommand.ts b/clients/client-appsync/src/commands/UpdateResolverCommand.ts index 4732cb9073418..c79a0bb352038 100644 --- a/clients/client-appsync/src/commands/UpdateResolverCommand.ts +++ b/clients/client-appsync/src/commands/UpdateResolverCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateResolverRequest, UpdateResolverResponse } from "../models/models_0"; import { de_UpdateResolverCommand, se_UpdateResolverCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/commands/UpdateTypeCommand.ts b/clients/client-appsync/src/commands/UpdateTypeCommand.ts index ea24191430ac8..49b2898748b72 100644 --- a/clients/client-appsync/src/commands/UpdateTypeCommand.ts +++ b/clients/client-appsync/src/commands/UpdateTypeCommand.ts @@ -17,6 +17,10 @@ import { AppSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateTypeRequest, UpdateTypeResponse } from "../models/models_0"; import { de_UpdateTypeCommand, se_UpdateTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-appsync/src/index.ts b/clients/client-appsync/src/index.ts index 8b2ed4ba95518..99591cfd4d706 100644 --- a/clients/client-appsync/src/index.ts +++ b/clients/client-appsync/src/index.ts @@ -1,6 +1,13 @@ -export * from "./AppSync"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

AppSync provides API actions for creating and interacting with data + * sources using GraphQL from your application.

+ * + * @packageDocumentation + */ export * from "./AppSyncClient"; +export * from "./AppSync"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-appsync/src/models/AppSyncServiceException.ts b/clients/client-appsync/src/models/AppSyncServiceException.ts index 9747e53f73c48..3463d995e8b52 100644 --- a/clients/client-appsync/src/models/AppSyncServiceException.ts +++ b/clients/client-appsync/src/models/AppSyncServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-arc-zonal-shift/src/ARCZonalShiftClient.ts b/clients/client-arc-zonal-shift/src/ARCZonalShiftClient.ts index 039f82a8ca6da..a828d6b50d50d 100644 --- a/clients/client-arc-zonal-shift/src/ARCZonalShiftClient.ts +++ b/clients/client-arc-zonal-shift/src/ARCZonalShiftClient.ts @@ -68,6 +68,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -217,7 +219,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ARCZonalShiftClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ARCZonalShiftClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -236,7 +238,7 @@ export interface ARCZonalShiftClientConfig extends ARCZonalShiftClientConfigType /** * @public */ -type ARCZonalShiftClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ARCZonalShiftClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-arc-zonal-shift/src/commands/CancelZonalShiftCommand.ts b/clients/client-arc-zonal-shift/src/commands/CancelZonalShiftCommand.ts index 2fdc31aeadb51..0176aa32eaf77 100644 --- a/clients/client-arc-zonal-shift/src/commands/CancelZonalShiftCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/CancelZonalShiftCommand.ts @@ -17,6 +17,10 @@ import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CancelZonalShiftRequest, ZonalShift } from "../models/models_0"; import { de_CancelZonalShiftCommand, se_CancelZonalShiftCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-arc-zonal-shift/src/commands/GetManagedResourceCommand.ts b/clients/client-arc-zonal-shift/src/commands/GetManagedResourceCommand.ts index 8330178be6c82..5c8ebe00c2416 100644 --- a/clients/client-arc-zonal-shift/src/commands/GetManagedResourceCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/GetManagedResourceCommand.ts @@ -17,6 +17,10 @@ import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetManagedResourceRequest, GetManagedResourceResponse } from "../models/models_0"; import { de_GetManagedResourceCommand, se_GetManagedResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-arc-zonal-shift/src/commands/ListManagedResourcesCommand.ts b/clients/client-arc-zonal-shift/src/commands/ListManagedResourcesCommand.ts index 99c68d98deae2..ecf2bfe138cf7 100644 --- a/clients/client-arc-zonal-shift/src/commands/ListManagedResourcesCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/ListManagedResourcesCommand.ts @@ -17,6 +17,10 @@ import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListManagedResourcesRequest, ListManagedResourcesResponse } from "../models/models_0"; import { de_ListManagedResourcesCommand, se_ListManagedResourcesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-arc-zonal-shift/src/commands/ListZonalShiftsCommand.ts b/clients/client-arc-zonal-shift/src/commands/ListZonalShiftsCommand.ts index 7b540edb943bf..6bcabd0106876 100644 --- a/clients/client-arc-zonal-shift/src/commands/ListZonalShiftsCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/ListZonalShiftsCommand.ts @@ -17,6 +17,10 @@ import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListZonalShiftsRequest, ListZonalShiftsResponse } from "../models/models_0"; import { de_ListZonalShiftsCommand, se_ListZonalShiftsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-arc-zonal-shift/src/commands/StartZonalShiftCommand.ts b/clients/client-arc-zonal-shift/src/commands/StartZonalShiftCommand.ts index 4b39603a7378b..98b6b6c9e53c4 100644 --- a/clients/client-arc-zonal-shift/src/commands/StartZonalShiftCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/StartZonalShiftCommand.ts @@ -17,6 +17,10 @@ import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { StartZonalShiftRequest, ZonalShift } from "../models/models_0"; import { de_StartZonalShiftCommand, se_StartZonalShiftCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-arc-zonal-shift/src/commands/UpdateZonalShiftCommand.ts b/clients/client-arc-zonal-shift/src/commands/UpdateZonalShiftCommand.ts index e636f7d292bbf..a0b2420ddae47 100644 --- a/clients/client-arc-zonal-shift/src/commands/UpdateZonalShiftCommand.ts +++ b/clients/client-arc-zonal-shift/src/commands/UpdateZonalShiftCommand.ts @@ -17,6 +17,10 @@ import { ARCZonalShiftClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateZonalShiftRequest, ZonalShift } from "../models/models_0"; import { de_UpdateZonalShiftCommand, se_UpdateZonalShiftCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-arc-zonal-shift/src/index.ts b/clients/client-arc-zonal-shift/src/index.ts index 98bf42aaf5bb4..24eb6dcb073a4 100644 --- a/clients/client-arc-zonal-shift/src/index.ts +++ b/clients/client-arc-zonal-shift/src/index.ts @@ -1,8 +1,28 @@ -export * from "./ARCZonalShift"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

This is the API Reference Guide for the zonal shift feature of Amazon Route 53 Application Recovery Controller. This guide is for developers who need detailed information about + * zonal shift API actions, data types, and errors.

+ *

Zonal shift is in preview release for Amazon Route 53 Application Recovery Controller and is subject to change.

+ *

Zonal shift in Route 53 ARC enables you to move traffic for a load balancer resource away from an Availability Zone. Starting + * a zonal shift helps your application recover immediately, for example, from a developer's bad code deployment + * or from an AWS infrastructure failure in a single Availability Zone, reducing the impact and time lost from an issue + * in one zone.

+ *

Supported AWS resources are automatically registered with Route 53 ARC. Resources that are registered for zonal shifts + * in Route 53 ARC are managed resources in Route 53 ARC. You can start a zonal shift for any managed resource in your account in a Region. + * At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.

+ *

Zonal shifts are temporary. You must specify an expiration when you start a zonal shift, of up to three days initially. + * If you want to still keep traffic away from an Availability Zone, you can update the zonal shift and set a new expiration. + * You can also cancel a zonal shift, before it expires, for example, if you're ready to restore traffic to the Availability Zone.

+ *

For more information about using zonal shift, see the + * Amazon Route 53 Application Recovery Controller Developer Guide.

+ * + * @packageDocumentation + */ export * from "./ARCZonalShiftClient"; +export * from "./ARCZonalShift"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ARCZonalShiftServiceException } from "./models/ARCZonalShiftServiceException"; diff --git a/clients/client-arc-zonal-shift/src/models/ARCZonalShiftServiceException.ts b/clients/client-arc-zonal-shift/src/models/ARCZonalShiftServiceException.ts index bb24074f1ba6e..91469d79fed21 100644 --- a/clients/client-arc-zonal-shift/src/models/ARCZonalShiftServiceException.ts +++ b/clients/client-arc-zonal-shift/src/models/ARCZonalShiftServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-athena/src/AthenaClient.ts b/clients/client-athena/src/AthenaClient.ts index 8ea37648db321..877f2f254c667 100644 --- a/clients/client-athena/src/AthenaClient.ts +++ b/clients/client-athena/src/AthenaClient.ts @@ -216,6 +216,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -487,7 +489,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type AthenaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type AthenaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -506,7 +508,7 @@ export interface AthenaClientConfig extends AthenaClientConfigType {} /** * @public */ -type AthenaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type AthenaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-athena/src/commands/BatchGetNamedQueryCommand.ts b/clients/client-athena/src/commands/BatchGetNamedQueryCommand.ts index 2aa198efe9f32..3caa3c88b2393 100644 --- a/clients/client-athena/src/commands/BatchGetNamedQueryCommand.ts +++ b/clients/client-athena/src/commands/BatchGetNamedQueryCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { BatchGetNamedQueryInput, BatchGetNamedQueryOutput } from "../models/models_0"; import { de_BatchGetNamedQueryCommand, se_BatchGetNamedQueryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/BatchGetPreparedStatementCommand.ts b/clients/client-athena/src/commands/BatchGetPreparedStatementCommand.ts index ff8b9a88f6663..858adc5d9f45b 100644 --- a/clients/client-athena/src/commands/BatchGetPreparedStatementCommand.ts +++ b/clients/client-athena/src/commands/BatchGetPreparedStatementCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { BatchGetPreparedStatementInput, BatchGetPreparedStatementOutput } from "../models/models_0"; import { de_BatchGetPreparedStatementCommand, se_BatchGetPreparedStatementCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/BatchGetQueryExecutionCommand.ts b/clients/client-athena/src/commands/BatchGetQueryExecutionCommand.ts index 219085fa41136..74271bae0d20d 100644 --- a/clients/client-athena/src/commands/BatchGetQueryExecutionCommand.ts +++ b/clients/client-athena/src/commands/BatchGetQueryExecutionCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { BatchGetQueryExecutionInput, BatchGetQueryExecutionOutput } from "../models/models_0"; import { de_BatchGetQueryExecutionCommand, se_BatchGetQueryExecutionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/CancelCapacityReservationCommand.ts b/clients/client-athena/src/commands/CancelCapacityReservationCommand.ts index 8bba98ab74b1e..80592e2d431fe 100644 --- a/clients/client-athena/src/commands/CancelCapacityReservationCommand.ts +++ b/clients/client-athena/src/commands/CancelCapacityReservationCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CancelCapacityReservationInput, CancelCapacityReservationOutput } from "../models/models_0"; import { de_CancelCapacityReservationCommand, se_CancelCapacityReservationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/CreateCapacityReservationCommand.ts b/clients/client-athena/src/commands/CreateCapacityReservationCommand.ts index 827a2fbe59681..23f241104ea9d 100644 --- a/clients/client-athena/src/commands/CreateCapacityReservationCommand.ts +++ b/clients/client-athena/src/commands/CreateCapacityReservationCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateCapacityReservationInput, CreateCapacityReservationOutput } from "../models/models_0"; import { de_CreateCapacityReservationCommand, se_CreateCapacityReservationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/CreateDataCatalogCommand.ts b/clients/client-athena/src/commands/CreateDataCatalogCommand.ts index a2ca5657949e7..f0cc75766102f 100644 --- a/clients/client-athena/src/commands/CreateDataCatalogCommand.ts +++ b/clients/client-athena/src/commands/CreateDataCatalogCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateDataCatalogInput, CreateDataCatalogOutput } from "../models/models_0"; import { de_CreateDataCatalogCommand, se_CreateDataCatalogCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/CreateNamedQueryCommand.ts b/clients/client-athena/src/commands/CreateNamedQueryCommand.ts index f047a0b884699..f67395f66f2c5 100644 --- a/clients/client-athena/src/commands/CreateNamedQueryCommand.ts +++ b/clients/client-athena/src/commands/CreateNamedQueryCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateNamedQueryInput, CreateNamedQueryOutput } from "../models/models_0"; import { de_CreateNamedQueryCommand, se_CreateNamedQueryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/CreateNotebookCommand.ts b/clients/client-athena/src/commands/CreateNotebookCommand.ts index a7ee58b0ec7cf..12079bf067a7c 100644 --- a/clients/client-athena/src/commands/CreateNotebookCommand.ts +++ b/clients/client-athena/src/commands/CreateNotebookCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateNotebookInput, CreateNotebookOutput } from "../models/models_0"; import { de_CreateNotebookCommand, se_CreateNotebookCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/CreatePreparedStatementCommand.ts b/clients/client-athena/src/commands/CreatePreparedStatementCommand.ts index c82fa4959e59f..040a0d315832e 100644 --- a/clients/client-athena/src/commands/CreatePreparedStatementCommand.ts +++ b/clients/client-athena/src/commands/CreatePreparedStatementCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreatePreparedStatementInput, CreatePreparedStatementOutput } from "../models/models_0"; import { de_CreatePreparedStatementCommand, se_CreatePreparedStatementCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/CreatePresignedNotebookUrlCommand.ts b/clients/client-athena/src/commands/CreatePresignedNotebookUrlCommand.ts index 55deaa341a76c..c66985a93ac5b 100644 --- a/clients/client-athena/src/commands/CreatePresignedNotebookUrlCommand.ts +++ b/clients/client-athena/src/commands/CreatePresignedNotebookUrlCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreatePresignedNotebookUrlRequest, CreatePresignedNotebookUrlResponse } from "../models/models_0"; import { de_CreatePresignedNotebookUrlCommand, se_CreatePresignedNotebookUrlCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/CreateWorkGroupCommand.ts b/clients/client-athena/src/commands/CreateWorkGroupCommand.ts index 80b62a57c149f..8204eebf901e7 100644 --- a/clients/client-athena/src/commands/CreateWorkGroupCommand.ts +++ b/clients/client-athena/src/commands/CreateWorkGroupCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateWorkGroupInput, CreateWorkGroupOutput } from "../models/models_0"; import { de_CreateWorkGroupCommand, se_CreateWorkGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/DeleteDataCatalogCommand.ts b/clients/client-athena/src/commands/DeleteDataCatalogCommand.ts index f4bdb7bee13d7..08e9ad6c8af0e 100644 --- a/clients/client-athena/src/commands/DeleteDataCatalogCommand.ts +++ b/clients/client-athena/src/commands/DeleteDataCatalogCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteDataCatalogInput, DeleteDataCatalogOutput } from "../models/models_0"; import { de_DeleteDataCatalogCommand, se_DeleteDataCatalogCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/DeleteNamedQueryCommand.ts b/clients/client-athena/src/commands/DeleteNamedQueryCommand.ts index 9cfad55de49b4..76a1c866fe803 100644 --- a/clients/client-athena/src/commands/DeleteNamedQueryCommand.ts +++ b/clients/client-athena/src/commands/DeleteNamedQueryCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteNamedQueryInput, DeleteNamedQueryOutput } from "../models/models_0"; import { de_DeleteNamedQueryCommand, se_DeleteNamedQueryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/DeleteNotebookCommand.ts b/clients/client-athena/src/commands/DeleteNotebookCommand.ts index 3ed9f68cc3256..8aff31c6828c0 100644 --- a/clients/client-athena/src/commands/DeleteNotebookCommand.ts +++ b/clients/client-athena/src/commands/DeleteNotebookCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteNotebookInput, DeleteNotebookOutput } from "../models/models_0"; import { de_DeleteNotebookCommand, se_DeleteNotebookCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/DeletePreparedStatementCommand.ts b/clients/client-athena/src/commands/DeletePreparedStatementCommand.ts index 7ee32a2fdea16..a6e1c3f8969ac 100644 --- a/clients/client-athena/src/commands/DeletePreparedStatementCommand.ts +++ b/clients/client-athena/src/commands/DeletePreparedStatementCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeletePreparedStatementInput, DeletePreparedStatementOutput } from "../models/models_0"; import { de_DeletePreparedStatementCommand, se_DeletePreparedStatementCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/DeleteWorkGroupCommand.ts b/clients/client-athena/src/commands/DeleteWorkGroupCommand.ts index ed6ba02d3af43..e96caf021d169 100644 --- a/clients/client-athena/src/commands/DeleteWorkGroupCommand.ts +++ b/clients/client-athena/src/commands/DeleteWorkGroupCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteWorkGroupInput, DeleteWorkGroupOutput } from "../models/models_0"; import { de_DeleteWorkGroupCommand, se_DeleteWorkGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/ExportNotebookCommand.ts b/clients/client-athena/src/commands/ExportNotebookCommand.ts index ce146ce564152..376df5351d503 100644 --- a/clients/client-athena/src/commands/ExportNotebookCommand.ts +++ b/clients/client-athena/src/commands/ExportNotebookCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ExportNotebookInput, ExportNotebookOutput } from "../models/models_0"; import { de_ExportNotebookCommand, se_ExportNotebookCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/GetCalculationExecutionCodeCommand.ts b/clients/client-athena/src/commands/GetCalculationExecutionCodeCommand.ts index 52bf97e26bf56..aec09dae7d9a5 100644 --- a/clients/client-athena/src/commands/GetCalculationExecutionCodeCommand.ts +++ b/clients/client-athena/src/commands/GetCalculationExecutionCodeCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetCalculationExecutionCodeRequest, GetCalculationExecutionCodeResponse } from "../models/models_0"; import { de_GetCalculationExecutionCodeCommand, se_GetCalculationExecutionCodeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/GetCalculationExecutionCommand.ts b/clients/client-athena/src/commands/GetCalculationExecutionCommand.ts index e3c1db91731a6..dc8def20f4883 100644 --- a/clients/client-athena/src/commands/GetCalculationExecutionCommand.ts +++ b/clients/client-athena/src/commands/GetCalculationExecutionCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetCalculationExecutionRequest, GetCalculationExecutionResponse } from "../models/models_0"; import { de_GetCalculationExecutionCommand, se_GetCalculationExecutionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/GetCalculationExecutionStatusCommand.ts b/clients/client-athena/src/commands/GetCalculationExecutionStatusCommand.ts index 7eefc440560f4..9ef144675113c 100644 --- a/clients/client-athena/src/commands/GetCalculationExecutionStatusCommand.ts +++ b/clients/client-athena/src/commands/GetCalculationExecutionStatusCommand.ts @@ -20,6 +20,10 @@ import { se_GetCalculationExecutionStatusCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/GetCapacityAssignmentConfigurationCommand.ts b/clients/client-athena/src/commands/GetCapacityAssignmentConfigurationCommand.ts index 2c9c8d9eab727..a7fffbfbe8f81 100644 --- a/clients/client-athena/src/commands/GetCapacityAssignmentConfigurationCommand.ts +++ b/clients/client-athena/src/commands/GetCapacityAssignmentConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_GetCapacityAssignmentConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/GetCapacityReservationCommand.ts b/clients/client-athena/src/commands/GetCapacityReservationCommand.ts index 25242a8b56a24..5657d217caa7a 100644 --- a/clients/client-athena/src/commands/GetCapacityReservationCommand.ts +++ b/clients/client-athena/src/commands/GetCapacityReservationCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetCapacityReservationInput, GetCapacityReservationOutput } from "../models/models_0"; import { de_GetCapacityReservationCommand, se_GetCapacityReservationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/GetDataCatalogCommand.ts b/clients/client-athena/src/commands/GetDataCatalogCommand.ts index c60297ee0523e..a37ca93dc7e82 100644 --- a/clients/client-athena/src/commands/GetDataCatalogCommand.ts +++ b/clients/client-athena/src/commands/GetDataCatalogCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetDataCatalogInput, GetDataCatalogOutput } from "../models/models_0"; import { de_GetDataCatalogCommand, se_GetDataCatalogCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/GetDatabaseCommand.ts b/clients/client-athena/src/commands/GetDatabaseCommand.ts index afe61303cbbe8..dee90b0788286 100644 --- a/clients/client-athena/src/commands/GetDatabaseCommand.ts +++ b/clients/client-athena/src/commands/GetDatabaseCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetDatabaseInput, GetDatabaseOutput } from "../models/models_0"; import { de_GetDatabaseCommand, se_GetDatabaseCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/GetNamedQueryCommand.ts b/clients/client-athena/src/commands/GetNamedQueryCommand.ts index a746676defb66..b1ca85a64fd5f 100644 --- a/clients/client-athena/src/commands/GetNamedQueryCommand.ts +++ b/clients/client-athena/src/commands/GetNamedQueryCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetNamedQueryInput, GetNamedQueryOutput } from "../models/models_0"; import { de_GetNamedQueryCommand, se_GetNamedQueryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/GetNotebookMetadataCommand.ts b/clients/client-athena/src/commands/GetNotebookMetadataCommand.ts index b13fdd1e3d944..67544579badd7 100644 --- a/clients/client-athena/src/commands/GetNotebookMetadataCommand.ts +++ b/clients/client-athena/src/commands/GetNotebookMetadataCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetNotebookMetadataInput, GetNotebookMetadataOutput } from "../models/models_0"; import { de_GetNotebookMetadataCommand, se_GetNotebookMetadataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/GetPreparedStatementCommand.ts b/clients/client-athena/src/commands/GetPreparedStatementCommand.ts index cb17f60fbec97..95b6c4846fe19 100644 --- a/clients/client-athena/src/commands/GetPreparedStatementCommand.ts +++ b/clients/client-athena/src/commands/GetPreparedStatementCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetPreparedStatementInput, GetPreparedStatementOutput } from "../models/models_0"; import { de_GetPreparedStatementCommand, se_GetPreparedStatementCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/GetQueryExecutionCommand.ts b/clients/client-athena/src/commands/GetQueryExecutionCommand.ts index b8b9605516b99..d2ad4495b012a 100644 --- a/clients/client-athena/src/commands/GetQueryExecutionCommand.ts +++ b/clients/client-athena/src/commands/GetQueryExecutionCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetQueryExecutionInput, GetQueryExecutionOutput } from "../models/models_0"; import { de_GetQueryExecutionCommand, se_GetQueryExecutionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/GetQueryResultsCommand.ts b/clients/client-athena/src/commands/GetQueryResultsCommand.ts index 87996096110a3..0c3eae807e481 100644 --- a/clients/client-athena/src/commands/GetQueryResultsCommand.ts +++ b/clients/client-athena/src/commands/GetQueryResultsCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetQueryResultsInput, GetQueryResultsOutput } from "../models/models_0"; import { de_GetQueryResultsCommand, se_GetQueryResultsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/GetQueryRuntimeStatisticsCommand.ts b/clients/client-athena/src/commands/GetQueryRuntimeStatisticsCommand.ts index ddf96708f6a83..f955b103bbfdb 100644 --- a/clients/client-athena/src/commands/GetQueryRuntimeStatisticsCommand.ts +++ b/clients/client-athena/src/commands/GetQueryRuntimeStatisticsCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetQueryRuntimeStatisticsInput, GetQueryRuntimeStatisticsOutput } from "../models/models_0"; import { de_GetQueryRuntimeStatisticsCommand, se_GetQueryRuntimeStatisticsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/GetSessionCommand.ts b/clients/client-athena/src/commands/GetSessionCommand.ts index f39fe5ed106ff..78057e358d6b9 100644 --- a/clients/client-athena/src/commands/GetSessionCommand.ts +++ b/clients/client-athena/src/commands/GetSessionCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetSessionRequest, GetSessionResponse } from "../models/models_0"; import { de_GetSessionCommand, se_GetSessionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/GetSessionStatusCommand.ts b/clients/client-athena/src/commands/GetSessionStatusCommand.ts index 20ec8441d5b79..d288d48329f42 100644 --- a/clients/client-athena/src/commands/GetSessionStatusCommand.ts +++ b/clients/client-athena/src/commands/GetSessionStatusCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetSessionStatusRequest, GetSessionStatusResponse } from "../models/models_0"; import { de_GetSessionStatusCommand, se_GetSessionStatusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/GetTableMetadataCommand.ts b/clients/client-athena/src/commands/GetTableMetadataCommand.ts index dbdf1e7260e9f..870634134d897 100644 --- a/clients/client-athena/src/commands/GetTableMetadataCommand.ts +++ b/clients/client-athena/src/commands/GetTableMetadataCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetTableMetadataInput, GetTableMetadataOutput } from "../models/models_0"; import { de_GetTableMetadataCommand, se_GetTableMetadataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/GetWorkGroupCommand.ts b/clients/client-athena/src/commands/GetWorkGroupCommand.ts index 985a170249b73..ac45b89808a73 100644 --- a/clients/client-athena/src/commands/GetWorkGroupCommand.ts +++ b/clients/client-athena/src/commands/GetWorkGroupCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetWorkGroupInput, GetWorkGroupOutput } from "../models/models_0"; import { de_GetWorkGroupCommand, se_GetWorkGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/ImportNotebookCommand.ts b/clients/client-athena/src/commands/ImportNotebookCommand.ts index b8b3ec42c124f..ccfe3603e5f1a 100644 --- a/clients/client-athena/src/commands/ImportNotebookCommand.ts +++ b/clients/client-athena/src/commands/ImportNotebookCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ImportNotebookInput, ImportNotebookOutput } from "../models/models_0"; import { de_ImportNotebookCommand, se_ImportNotebookCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/ListApplicationDPUSizesCommand.ts b/clients/client-athena/src/commands/ListApplicationDPUSizesCommand.ts index 37dd83f41416a..b2a95417492bd 100644 --- a/clients/client-athena/src/commands/ListApplicationDPUSizesCommand.ts +++ b/clients/client-athena/src/commands/ListApplicationDPUSizesCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListApplicationDPUSizesInput, ListApplicationDPUSizesOutput } from "../models/models_0"; import { de_ListApplicationDPUSizesCommand, se_ListApplicationDPUSizesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/ListCalculationExecutionsCommand.ts b/clients/client-athena/src/commands/ListCalculationExecutionsCommand.ts index 4eb9e4c98fb2e..98f3298e33eb6 100644 --- a/clients/client-athena/src/commands/ListCalculationExecutionsCommand.ts +++ b/clients/client-athena/src/commands/ListCalculationExecutionsCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListCalculationExecutionsRequest, ListCalculationExecutionsResponse } from "../models/models_0"; import { de_ListCalculationExecutionsCommand, se_ListCalculationExecutionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/ListCapacityReservationsCommand.ts b/clients/client-athena/src/commands/ListCapacityReservationsCommand.ts index b69049e9cdadb..646d504f76d59 100644 --- a/clients/client-athena/src/commands/ListCapacityReservationsCommand.ts +++ b/clients/client-athena/src/commands/ListCapacityReservationsCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListCapacityReservationsInput, ListCapacityReservationsOutput } from "../models/models_0"; import { de_ListCapacityReservationsCommand, se_ListCapacityReservationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/ListDataCatalogsCommand.ts b/clients/client-athena/src/commands/ListDataCatalogsCommand.ts index a676a9f8bff9f..a1b5a2da0b201 100644 --- a/clients/client-athena/src/commands/ListDataCatalogsCommand.ts +++ b/clients/client-athena/src/commands/ListDataCatalogsCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListDataCatalogsInput, ListDataCatalogsOutput } from "../models/models_0"; import { de_ListDataCatalogsCommand, se_ListDataCatalogsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/ListDatabasesCommand.ts b/clients/client-athena/src/commands/ListDatabasesCommand.ts index f4330e164fe0d..d3c104c33af43 100644 --- a/clients/client-athena/src/commands/ListDatabasesCommand.ts +++ b/clients/client-athena/src/commands/ListDatabasesCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListDatabasesInput, ListDatabasesOutput } from "../models/models_0"; import { de_ListDatabasesCommand, se_ListDatabasesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/ListEngineVersionsCommand.ts b/clients/client-athena/src/commands/ListEngineVersionsCommand.ts index fe8ac3c1ed2cd..e940ec1916141 100644 --- a/clients/client-athena/src/commands/ListEngineVersionsCommand.ts +++ b/clients/client-athena/src/commands/ListEngineVersionsCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListEngineVersionsInput, ListEngineVersionsOutput } from "../models/models_0"; import { de_ListEngineVersionsCommand, se_ListEngineVersionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/ListExecutorsCommand.ts b/clients/client-athena/src/commands/ListExecutorsCommand.ts index 43c28295a4009..baa2813e3b16f 100644 --- a/clients/client-athena/src/commands/ListExecutorsCommand.ts +++ b/clients/client-athena/src/commands/ListExecutorsCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListExecutorsRequest, ListExecutorsResponse } from "../models/models_0"; import { de_ListExecutorsCommand, se_ListExecutorsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/ListNamedQueriesCommand.ts b/clients/client-athena/src/commands/ListNamedQueriesCommand.ts index 48d5dd228a8b8..8ed10f84095e1 100644 --- a/clients/client-athena/src/commands/ListNamedQueriesCommand.ts +++ b/clients/client-athena/src/commands/ListNamedQueriesCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListNamedQueriesInput, ListNamedQueriesOutput } from "../models/models_0"; import { de_ListNamedQueriesCommand, se_ListNamedQueriesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/ListNotebookMetadataCommand.ts b/clients/client-athena/src/commands/ListNotebookMetadataCommand.ts index 5c5bb11815966..eb098b5de09cf 100644 --- a/clients/client-athena/src/commands/ListNotebookMetadataCommand.ts +++ b/clients/client-athena/src/commands/ListNotebookMetadataCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListNotebookMetadataInput, ListNotebookMetadataOutput } from "../models/models_0"; import { de_ListNotebookMetadataCommand, se_ListNotebookMetadataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/ListNotebookSessionsCommand.ts b/clients/client-athena/src/commands/ListNotebookSessionsCommand.ts index 7692fcbb4568e..9738d7a380757 100644 --- a/clients/client-athena/src/commands/ListNotebookSessionsCommand.ts +++ b/clients/client-athena/src/commands/ListNotebookSessionsCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListNotebookSessionsRequest, ListNotebookSessionsResponse } from "../models/models_0"; import { de_ListNotebookSessionsCommand, se_ListNotebookSessionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/ListPreparedStatementsCommand.ts b/clients/client-athena/src/commands/ListPreparedStatementsCommand.ts index 278c2ce58478a..4356a5415f3a6 100644 --- a/clients/client-athena/src/commands/ListPreparedStatementsCommand.ts +++ b/clients/client-athena/src/commands/ListPreparedStatementsCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListPreparedStatementsInput, ListPreparedStatementsOutput } from "../models/models_0"; import { de_ListPreparedStatementsCommand, se_ListPreparedStatementsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/ListQueryExecutionsCommand.ts b/clients/client-athena/src/commands/ListQueryExecutionsCommand.ts index 12301dee87cb8..3a80fbf09bb9f 100644 --- a/clients/client-athena/src/commands/ListQueryExecutionsCommand.ts +++ b/clients/client-athena/src/commands/ListQueryExecutionsCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListQueryExecutionsInput, ListQueryExecutionsOutput } from "../models/models_0"; import { de_ListQueryExecutionsCommand, se_ListQueryExecutionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/ListSessionsCommand.ts b/clients/client-athena/src/commands/ListSessionsCommand.ts index d626065be3855..ed5880da861e5 100644 --- a/clients/client-athena/src/commands/ListSessionsCommand.ts +++ b/clients/client-athena/src/commands/ListSessionsCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListSessionsRequest, ListSessionsResponse } from "../models/models_0"; import { de_ListSessionsCommand, se_ListSessionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/ListTableMetadataCommand.ts b/clients/client-athena/src/commands/ListTableMetadataCommand.ts index c775ea1c6abf5..1ef819229ccc9 100644 --- a/clients/client-athena/src/commands/ListTableMetadataCommand.ts +++ b/clients/client-athena/src/commands/ListTableMetadataCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListTableMetadataInput, ListTableMetadataOutput } from "../models/models_0"; import { de_ListTableMetadataCommand, se_ListTableMetadataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/ListTagsForResourceCommand.ts b/clients/client-athena/src/commands/ListTagsForResourceCommand.ts index 99868fd60cf31..5f8f782213fce 100644 --- a/clients/client-athena/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-athena/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/ListWorkGroupsCommand.ts b/clients/client-athena/src/commands/ListWorkGroupsCommand.ts index 4c9e1e6639b58..27ec9527001d5 100644 --- a/clients/client-athena/src/commands/ListWorkGroupsCommand.ts +++ b/clients/client-athena/src/commands/ListWorkGroupsCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListWorkGroupsInput, ListWorkGroupsOutput } from "../models/models_0"; import { de_ListWorkGroupsCommand, se_ListWorkGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/PutCapacityAssignmentConfigurationCommand.ts b/clients/client-athena/src/commands/PutCapacityAssignmentConfigurationCommand.ts index 9075740d975d5..be365558bb519 100644 --- a/clients/client-athena/src/commands/PutCapacityAssignmentConfigurationCommand.ts +++ b/clients/client-athena/src/commands/PutCapacityAssignmentConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_PutCapacityAssignmentConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/StartCalculationExecutionCommand.ts b/clients/client-athena/src/commands/StartCalculationExecutionCommand.ts index fdeb396605910..3ba9c127d619b 100644 --- a/clients/client-athena/src/commands/StartCalculationExecutionCommand.ts +++ b/clients/client-athena/src/commands/StartCalculationExecutionCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { StartCalculationExecutionRequest, StartCalculationExecutionResponse } from "../models/models_0"; import { de_StartCalculationExecutionCommand, se_StartCalculationExecutionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/StartQueryExecutionCommand.ts b/clients/client-athena/src/commands/StartQueryExecutionCommand.ts index ad467747b6904..8e07675dbc496 100644 --- a/clients/client-athena/src/commands/StartQueryExecutionCommand.ts +++ b/clients/client-athena/src/commands/StartQueryExecutionCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { StartQueryExecutionInput, StartQueryExecutionOutput } from "../models/models_0"; import { de_StartQueryExecutionCommand, se_StartQueryExecutionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/StartSessionCommand.ts b/clients/client-athena/src/commands/StartSessionCommand.ts index a3677985f2feb..22dadbced31a0 100644 --- a/clients/client-athena/src/commands/StartSessionCommand.ts +++ b/clients/client-athena/src/commands/StartSessionCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { StartSessionRequest, StartSessionResponse } from "../models/models_0"; import { de_StartSessionCommand, se_StartSessionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/StopCalculationExecutionCommand.ts b/clients/client-athena/src/commands/StopCalculationExecutionCommand.ts index e5768dbdaba9e..318179a215745 100644 --- a/clients/client-athena/src/commands/StopCalculationExecutionCommand.ts +++ b/clients/client-athena/src/commands/StopCalculationExecutionCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { StopCalculationExecutionRequest, StopCalculationExecutionResponse } from "../models/models_0"; import { de_StopCalculationExecutionCommand, se_StopCalculationExecutionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/StopQueryExecutionCommand.ts b/clients/client-athena/src/commands/StopQueryExecutionCommand.ts index f2a087b938649..1f3b14fc5510d 100644 --- a/clients/client-athena/src/commands/StopQueryExecutionCommand.ts +++ b/clients/client-athena/src/commands/StopQueryExecutionCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { StopQueryExecutionInput, StopQueryExecutionOutput } from "../models/models_0"; import { de_StopQueryExecutionCommand, se_StopQueryExecutionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/TagResourceCommand.ts b/clients/client-athena/src/commands/TagResourceCommand.ts index 23e06b7f166bf..06bf2162dce02 100644 --- a/clients/client-athena/src/commands/TagResourceCommand.ts +++ b/clients/client-athena/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/TerminateSessionCommand.ts b/clients/client-athena/src/commands/TerminateSessionCommand.ts index 3b10218f0e16b..e327ab18e0d6b 100644 --- a/clients/client-athena/src/commands/TerminateSessionCommand.ts +++ b/clients/client-athena/src/commands/TerminateSessionCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { TerminateSessionRequest, TerminateSessionResponse } from "../models/models_0"; import { de_TerminateSessionCommand, se_TerminateSessionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/UntagResourceCommand.ts b/clients/client-athena/src/commands/UntagResourceCommand.ts index bcdc46521db70..da243e6c77078 100644 --- a/clients/client-athena/src/commands/UntagResourceCommand.ts +++ b/clients/client-athena/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/UpdateCapacityReservationCommand.ts b/clients/client-athena/src/commands/UpdateCapacityReservationCommand.ts index 4a9478c8008f2..1626c48291545 100644 --- a/clients/client-athena/src/commands/UpdateCapacityReservationCommand.ts +++ b/clients/client-athena/src/commands/UpdateCapacityReservationCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateCapacityReservationInput, UpdateCapacityReservationOutput } from "../models/models_0"; import { de_UpdateCapacityReservationCommand, se_UpdateCapacityReservationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/UpdateDataCatalogCommand.ts b/clients/client-athena/src/commands/UpdateDataCatalogCommand.ts index af1e875c443db..3fefc5caa05c4 100644 --- a/clients/client-athena/src/commands/UpdateDataCatalogCommand.ts +++ b/clients/client-athena/src/commands/UpdateDataCatalogCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateDataCatalogInput, UpdateDataCatalogOutput } from "../models/models_0"; import { de_UpdateDataCatalogCommand, se_UpdateDataCatalogCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/UpdateNamedQueryCommand.ts b/clients/client-athena/src/commands/UpdateNamedQueryCommand.ts index 687e16d53406e..bdc65773c29e0 100644 --- a/clients/client-athena/src/commands/UpdateNamedQueryCommand.ts +++ b/clients/client-athena/src/commands/UpdateNamedQueryCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateNamedQueryInput, UpdateNamedQueryOutput } from "../models/models_0"; import { de_UpdateNamedQueryCommand, se_UpdateNamedQueryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/UpdateNotebookCommand.ts b/clients/client-athena/src/commands/UpdateNotebookCommand.ts index 04ba282f388b4..fdf4b10fa7d83 100644 --- a/clients/client-athena/src/commands/UpdateNotebookCommand.ts +++ b/clients/client-athena/src/commands/UpdateNotebookCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateNotebookInput, UpdateNotebookOutput } from "../models/models_0"; import { de_UpdateNotebookCommand, se_UpdateNotebookCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/UpdateNotebookMetadataCommand.ts b/clients/client-athena/src/commands/UpdateNotebookMetadataCommand.ts index 7ac261ec78070..dfe3cea3d5577 100644 --- a/clients/client-athena/src/commands/UpdateNotebookMetadataCommand.ts +++ b/clients/client-athena/src/commands/UpdateNotebookMetadataCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateNotebookMetadataInput, UpdateNotebookMetadataOutput } from "../models/models_0"; import { de_UpdateNotebookMetadataCommand, se_UpdateNotebookMetadataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/UpdatePreparedStatementCommand.ts b/clients/client-athena/src/commands/UpdatePreparedStatementCommand.ts index 09635935a379f..a87f1cf1f7365 100644 --- a/clients/client-athena/src/commands/UpdatePreparedStatementCommand.ts +++ b/clients/client-athena/src/commands/UpdatePreparedStatementCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdatePreparedStatementInput, UpdatePreparedStatementOutput } from "../models/models_0"; import { de_UpdatePreparedStatementCommand, se_UpdatePreparedStatementCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/commands/UpdateWorkGroupCommand.ts b/clients/client-athena/src/commands/UpdateWorkGroupCommand.ts index 2994264a37f24..28a323009ced3 100644 --- a/clients/client-athena/src/commands/UpdateWorkGroupCommand.ts +++ b/clients/client-athena/src/commands/UpdateWorkGroupCommand.ts @@ -17,6 +17,10 @@ import { AthenaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateWorkGroupInput, UpdateWorkGroupOutput } from "../models/models_0"; import { de_UpdateWorkGroupCommand, se_UpdateWorkGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-athena/src/index.ts b/clients/client-athena/src/index.ts index 5647ee049f46c..62a97368a478a 100644 --- a/clients/client-athena/src/index.ts +++ b/clients/client-athena/src/index.ts @@ -1,8 +1,27 @@ -export * from "./Athena"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Athena is an interactive query service that lets you use standard SQL + * to analyze data directly in Amazon S3. You can point Athena at your + * data in Amazon S3 and run ad-hoc queries and get results in seconds. Athena is serverless, so there is no infrastructure to set up or manage. You pay + * only for the queries you run. Athena scales automatically—executing queries + * in parallel—so results are fast, even with large datasets and complex queries. For more + * information, see What is Amazon Athena in the Amazon Athena User + * Guide.

+ *

If you connect to Athena using the JDBC driver, use version 1.1.0 of the + * driver or later with the Amazon Athena API. Earlier version drivers do not + * support the API. For more information and to download the driver, see Accessing + * Amazon Athena with JDBC.

+ *

For code samples using the Amazon Web Services SDK for Java, see Examples and + * Code Samples in the Amazon Athena User + * Guide.

+ * + * @packageDocumentation + */ export * from "./AthenaClient"; +export * from "./Athena"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { AthenaServiceException } from "./models/AthenaServiceException"; diff --git a/clients/client-athena/src/models/AthenaServiceException.ts b/clients/client-athena/src/models/AthenaServiceException.ts index 23651cdac3cc7..699df145f2a91 100644 --- a/clients/client-athena/src/models/AthenaServiceException.ts +++ b/clients/client-athena/src/models/AthenaServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-auditmanager/src/AuditManagerClient.ts b/clients/client-auditmanager/src/AuditManagerClient.ts index 63ebf6dd07cfb..86ad7f248f0cf 100644 --- a/clients/client-auditmanager/src/AuditManagerClient.ts +++ b/clients/client-auditmanager/src/AuditManagerClient.ts @@ -231,6 +231,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -490,7 +492,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type AuditManagerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type AuditManagerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -509,7 +511,7 @@ export interface AuditManagerClientConfig extends AuditManagerClientConfigType { /** * @public */ -type AuditManagerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type AuditManagerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-auditmanager/src/commands/AssociateAssessmentReportEvidenceFolderCommand.ts b/clients/client-auditmanager/src/commands/AssociateAssessmentReportEvidenceFolderCommand.ts index 5793a98d4596b..1b2d541e0a51a 100644 --- a/clients/client-auditmanager/src/commands/AssociateAssessmentReportEvidenceFolderCommand.ts +++ b/clients/client-auditmanager/src/commands/AssociateAssessmentReportEvidenceFolderCommand.ts @@ -23,6 +23,10 @@ import { se_AssociateAssessmentReportEvidenceFolderCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/BatchAssociateAssessmentReportEvidenceCommand.ts b/clients/client-auditmanager/src/commands/BatchAssociateAssessmentReportEvidenceCommand.ts index 40a16cc783dd4..e6c9e0aaac2c7 100644 --- a/clients/client-auditmanager/src/commands/BatchAssociateAssessmentReportEvidenceCommand.ts +++ b/clients/client-auditmanager/src/commands/BatchAssociateAssessmentReportEvidenceCommand.ts @@ -23,6 +23,10 @@ import { se_BatchAssociateAssessmentReportEvidenceCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/BatchCreateDelegationByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/BatchCreateDelegationByAssessmentCommand.ts index 42a530c9e041d..64606f603b2d2 100644 --- a/clients/client-auditmanager/src/commands/BatchCreateDelegationByAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/BatchCreateDelegationByAssessmentCommand.ts @@ -23,6 +23,10 @@ import { se_BatchCreateDelegationByAssessmentCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/BatchDeleteDelegationByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/BatchDeleteDelegationByAssessmentCommand.ts index 464cbd6fa143b..0a4cc5bd96040 100644 --- a/clients/client-auditmanager/src/commands/BatchDeleteDelegationByAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/BatchDeleteDelegationByAssessmentCommand.ts @@ -23,6 +23,10 @@ import { se_BatchDeleteDelegationByAssessmentCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts b/clients/client-auditmanager/src/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts index 417ef8bf6788a..7200548a39add 100644 --- a/clients/client-auditmanager/src/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts +++ b/clients/client-auditmanager/src/commands/BatchDisassociateAssessmentReportEvidenceCommand.ts @@ -23,6 +23,10 @@ import { se_BatchDisassociateAssessmentReportEvidenceCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/BatchImportEvidenceToAssessmentControlCommand.ts b/clients/client-auditmanager/src/commands/BatchImportEvidenceToAssessmentControlCommand.ts index ea91460e995be..661f1a66c1a84 100644 --- a/clients/client-auditmanager/src/commands/BatchImportEvidenceToAssessmentControlCommand.ts +++ b/clients/client-auditmanager/src/commands/BatchImportEvidenceToAssessmentControlCommand.ts @@ -23,6 +23,10 @@ import { se_BatchImportEvidenceToAssessmentControlCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/CreateAssessmentCommand.ts b/clients/client-auditmanager/src/commands/CreateAssessmentCommand.ts index cd457aa464cdf..af6f9985193d7 100644 --- a/clients/client-auditmanager/src/commands/CreateAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/CreateAssessmentCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateAssessmentRequest, CreateAssessmentResponse } from "../models/models_0"; import { de_CreateAssessmentCommand, se_CreateAssessmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/CreateAssessmentFrameworkCommand.ts b/clients/client-auditmanager/src/commands/CreateAssessmentFrameworkCommand.ts index 207d271277f51..bb6e1d6a7d57c 100644 --- a/clients/client-auditmanager/src/commands/CreateAssessmentFrameworkCommand.ts +++ b/clients/client-auditmanager/src/commands/CreateAssessmentFrameworkCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateAssessmentFrameworkRequest, CreateAssessmentFrameworkResponse } from "../models/models_0"; import { de_CreateAssessmentFrameworkCommand, se_CreateAssessmentFrameworkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/CreateAssessmentReportCommand.ts b/clients/client-auditmanager/src/commands/CreateAssessmentReportCommand.ts index 806014bb6ef1d..75aa19e3cd074 100644 --- a/clients/client-auditmanager/src/commands/CreateAssessmentReportCommand.ts +++ b/clients/client-auditmanager/src/commands/CreateAssessmentReportCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateAssessmentReportRequest, CreateAssessmentReportResponse } from "../models/models_0"; import { de_CreateAssessmentReportCommand, se_CreateAssessmentReportCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/CreateControlCommand.ts b/clients/client-auditmanager/src/commands/CreateControlCommand.ts index 0289f3829cf87..90fb884f01b5e 100644 --- a/clients/client-auditmanager/src/commands/CreateControlCommand.ts +++ b/clients/client-auditmanager/src/commands/CreateControlCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateControlRequest, CreateControlResponse } from "../models/models_0"; import { de_CreateControlCommand, se_CreateControlCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/DeleteAssessmentCommand.ts b/clients/client-auditmanager/src/commands/DeleteAssessmentCommand.ts index ee54c1d5b9cc9..492e49878399a 100644 --- a/clients/client-auditmanager/src/commands/DeleteAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/DeleteAssessmentCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteAssessmentRequest, DeleteAssessmentResponse } from "../models/models_0"; import { de_DeleteAssessmentCommand, se_DeleteAssessmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkCommand.ts b/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkCommand.ts index d0fd6c77d9b05..a7f559734c2fd 100644 --- a/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkCommand.ts +++ b/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteAssessmentFrameworkRequest, DeleteAssessmentFrameworkResponse } from "../models/models_0"; import { de_DeleteAssessmentFrameworkCommand, se_DeleteAssessmentFrameworkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkShareCommand.ts b/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkShareCommand.ts index 4e070b5a9f5e6..f748f6c493197 100644 --- a/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkShareCommand.ts +++ b/clients/client-auditmanager/src/commands/DeleteAssessmentFrameworkShareCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteAssessmentFrameworkShareCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/DeleteAssessmentReportCommand.ts b/clients/client-auditmanager/src/commands/DeleteAssessmentReportCommand.ts index 63ce8d755aaf4..d58afc7baef28 100644 --- a/clients/client-auditmanager/src/commands/DeleteAssessmentReportCommand.ts +++ b/clients/client-auditmanager/src/commands/DeleteAssessmentReportCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteAssessmentReportRequest, DeleteAssessmentReportResponse } from "../models/models_0"; import { de_DeleteAssessmentReportCommand, se_DeleteAssessmentReportCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/DeleteControlCommand.ts b/clients/client-auditmanager/src/commands/DeleteControlCommand.ts index a9b7368bafa24..cee8207973926 100644 --- a/clients/client-auditmanager/src/commands/DeleteControlCommand.ts +++ b/clients/client-auditmanager/src/commands/DeleteControlCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteControlRequest, DeleteControlResponse } from "../models/models_0"; import { de_DeleteControlCommand, se_DeleteControlCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/DeregisterAccountCommand.ts b/clients/client-auditmanager/src/commands/DeregisterAccountCommand.ts index 8d6acff0737fc..29e893d77c60c 100644 --- a/clients/client-auditmanager/src/commands/DeregisterAccountCommand.ts +++ b/clients/client-auditmanager/src/commands/DeregisterAccountCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeregisterAccountRequest, DeregisterAccountResponse } from "../models/models_0"; import { de_DeregisterAccountCommand, se_DeregisterAccountCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/DeregisterOrganizationAdminAccountCommand.ts b/clients/client-auditmanager/src/commands/DeregisterOrganizationAdminAccountCommand.ts index 106a2ef32e1d3..46c3f6eb8c008 100644 --- a/clients/client-auditmanager/src/commands/DeregisterOrganizationAdminAccountCommand.ts +++ b/clients/client-auditmanager/src/commands/DeregisterOrganizationAdminAccountCommand.ts @@ -23,6 +23,10 @@ import { se_DeregisterOrganizationAdminAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts b/clients/client-auditmanager/src/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts index 2356647d7905d..d53a72a495d95 100644 --- a/clients/client-auditmanager/src/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts +++ b/clients/client-auditmanager/src/commands/DisassociateAssessmentReportEvidenceFolderCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateAssessmentReportEvidenceFolderCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/GetAccountStatusCommand.ts b/clients/client-auditmanager/src/commands/GetAccountStatusCommand.ts index 406b8b91c3816..98c590fbdd2e7 100644 --- a/clients/client-auditmanager/src/commands/GetAccountStatusCommand.ts +++ b/clients/client-auditmanager/src/commands/GetAccountStatusCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetAccountStatusRequest, GetAccountStatusResponse } from "../models/models_0"; import { de_GetAccountStatusCommand, se_GetAccountStatusCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/GetAssessmentCommand.ts b/clients/client-auditmanager/src/commands/GetAssessmentCommand.ts index 8174d13a02efb..9138a09e10573 100644 --- a/clients/client-auditmanager/src/commands/GetAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/GetAssessmentCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetAssessmentRequest, GetAssessmentResponse } from "../models/models_0"; import { de_GetAssessmentCommand, se_GetAssessmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/GetAssessmentFrameworkCommand.ts b/clients/client-auditmanager/src/commands/GetAssessmentFrameworkCommand.ts index 7a38b814b2c4c..fe13cae35601d 100644 --- a/clients/client-auditmanager/src/commands/GetAssessmentFrameworkCommand.ts +++ b/clients/client-auditmanager/src/commands/GetAssessmentFrameworkCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetAssessmentFrameworkRequest, GetAssessmentFrameworkResponse } from "../models/models_0"; import { de_GetAssessmentFrameworkCommand, se_GetAssessmentFrameworkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/GetAssessmentReportUrlCommand.ts b/clients/client-auditmanager/src/commands/GetAssessmentReportUrlCommand.ts index f2cfc22d6c839..2adc9ede9fbb5 100644 --- a/clients/client-auditmanager/src/commands/GetAssessmentReportUrlCommand.ts +++ b/clients/client-auditmanager/src/commands/GetAssessmentReportUrlCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetAssessmentReportUrlRequest, GetAssessmentReportUrlResponse } from "../models/models_0"; import { de_GetAssessmentReportUrlCommand, se_GetAssessmentReportUrlCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/GetChangeLogsCommand.ts b/clients/client-auditmanager/src/commands/GetChangeLogsCommand.ts index b786677dc5219..5727d62244fd2 100644 --- a/clients/client-auditmanager/src/commands/GetChangeLogsCommand.ts +++ b/clients/client-auditmanager/src/commands/GetChangeLogsCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetChangeLogsRequest, GetChangeLogsResponse } from "../models/models_0"; import { de_GetChangeLogsCommand, se_GetChangeLogsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/GetControlCommand.ts b/clients/client-auditmanager/src/commands/GetControlCommand.ts index 5eb728ef02cd0..07fd321953ec7 100644 --- a/clients/client-auditmanager/src/commands/GetControlCommand.ts +++ b/clients/client-auditmanager/src/commands/GetControlCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetControlRequest, GetControlResponse } from "../models/models_0"; import { de_GetControlCommand, se_GetControlCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/GetDelegationsCommand.ts b/clients/client-auditmanager/src/commands/GetDelegationsCommand.ts index d5d1792112ede..f0bf8e9cca4d4 100644 --- a/clients/client-auditmanager/src/commands/GetDelegationsCommand.ts +++ b/clients/client-auditmanager/src/commands/GetDelegationsCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetDelegationsRequest, GetDelegationsResponse } from "../models/models_0"; import { de_GetDelegationsCommand, se_GetDelegationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/GetEvidenceByEvidenceFolderCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceByEvidenceFolderCommand.ts index 560732431299e..7ab5256124b14 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceByEvidenceFolderCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceByEvidenceFolderCommand.ts @@ -20,6 +20,10 @@ import { se_GetEvidenceByEvidenceFolderCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/GetEvidenceCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceCommand.ts index 9091632fff03d..10cb99561800b 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetEvidenceRequest, GetEvidenceResponse } from "../models/models_0"; import { de_GetEvidenceCommand, se_GetEvidenceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/GetEvidenceFolderCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceFolderCommand.ts index b3d1ab8841e5b..96f4bf3147738 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceFolderCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceFolderCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetEvidenceFolderRequest, GetEvidenceFolderResponse } from "../models/models_0"; import { de_GetEvidenceFolderCommand, se_GetEvidenceFolderCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentCommand.ts index e57a6b63e564e..867d39faac111 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentCommand.ts @@ -20,6 +20,10 @@ import { se_GetEvidenceFoldersByAssessmentCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentControlCommand.ts b/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentControlCommand.ts index c4c552b0db82d..bab0b96e86d3e 100644 --- a/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentControlCommand.ts +++ b/clients/client-auditmanager/src/commands/GetEvidenceFoldersByAssessmentControlCommand.ts @@ -23,6 +23,10 @@ import { se_GetEvidenceFoldersByAssessmentControlCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/GetInsightsByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/GetInsightsByAssessmentCommand.ts index 8d10aba7aaf0f..1c37d87081e4b 100644 --- a/clients/client-auditmanager/src/commands/GetInsightsByAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/GetInsightsByAssessmentCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetInsightsByAssessmentRequest, GetInsightsByAssessmentResponse } from "../models/models_0"; import { de_GetInsightsByAssessmentCommand, se_GetInsightsByAssessmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/GetInsightsCommand.ts b/clients/client-auditmanager/src/commands/GetInsightsCommand.ts index c87d6cd9bd00a..b164ca9ded772 100644 --- a/clients/client-auditmanager/src/commands/GetInsightsCommand.ts +++ b/clients/client-auditmanager/src/commands/GetInsightsCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetInsightsRequest, GetInsightsResponse } from "../models/models_0"; import { de_GetInsightsCommand, se_GetInsightsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/GetOrganizationAdminAccountCommand.ts b/clients/client-auditmanager/src/commands/GetOrganizationAdminAccountCommand.ts index 33d40bedce8b7..0dc54eb9bf22e 100644 --- a/clients/client-auditmanager/src/commands/GetOrganizationAdminAccountCommand.ts +++ b/clients/client-auditmanager/src/commands/GetOrganizationAdminAccountCommand.ts @@ -20,6 +20,10 @@ import { se_GetOrganizationAdminAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/GetServicesInScopeCommand.ts b/clients/client-auditmanager/src/commands/GetServicesInScopeCommand.ts index 8da4258b06783..618dfb7beb6a9 100644 --- a/clients/client-auditmanager/src/commands/GetServicesInScopeCommand.ts +++ b/clients/client-auditmanager/src/commands/GetServicesInScopeCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetServicesInScopeRequest, GetServicesInScopeResponse } from "../models/models_0"; import { de_GetServicesInScopeCommand, se_GetServicesInScopeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/GetSettingsCommand.ts b/clients/client-auditmanager/src/commands/GetSettingsCommand.ts index 54a6f06542bd1..2fecc31944696 100644 --- a/clients/client-auditmanager/src/commands/GetSettingsCommand.ts +++ b/clients/client-auditmanager/src/commands/GetSettingsCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetSettingsRequest, GetSettingsResponse } from "../models/models_0"; import { de_GetSettingsCommand, se_GetSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/ListAssessmentControlInsightsByControlDomainCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentControlInsightsByControlDomainCommand.ts index 659ae3660f586..59a764600b7dc 100644 --- a/clients/client-auditmanager/src/commands/ListAssessmentControlInsightsByControlDomainCommand.ts +++ b/clients/client-auditmanager/src/commands/ListAssessmentControlInsightsByControlDomainCommand.ts @@ -23,6 +23,10 @@ import { se_ListAssessmentControlInsightsByControlDomainCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/ListAssessmentFrameworkShareRequestsCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentFrameworkShareRequestsCommand.ts index e93b0090c8cf2..70a1f9b1b7dbb 100644 --- a/clients/client-auditmanager/src/commands/ListAssessmentFrameworkShareRequestsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListAssessmentFrameworkShareRequestsCommand.ts @@ -23,6 +23,10 @@ import { se_ListAssessmentFrameworkShareRequestsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/ListAssessmentFrameworksCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentFrameworksCommand.ts index 8449cb54b2fa8..d6fbd118acc0e 100644 --- a/clients/client-auditmanager/src/commands/ListAssessmentFrameworksCommand.ts +++ b/clients/client-auditmanager/src/commands/ListAssessmentFrameworksCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListAssessmentFrameworksRequest, ListAssessmentFrameworksResponse } from "../models/models_0"; import { de_ListAssessmentFrameworksCommand, se_ListAssessmentFrameworksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/ListAssessmentReportsCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentReportsCommand.ts index 505ef8a587610..cf6ee2c0bead7 100644 --- a/clients/client-auditmanager/src/commands/ListAssessmentReportsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListAssessmentReportsCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListAssessmentReportsRequest, ListAssessmentReportsResponse } from "../models/models_0"; import { de_ListAssessmentReportsCommand, se_ListAssessmentReportsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/ListAssessmentsCommand.ts b/clients/client-auditmanager/src/commands/ListAssessmentsCommand.ts index 87a99193a99fa..0e17a69193144 100644 --- a/clients/client-auditmanager/src/commands/ListAssessmentsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListAssessmentsCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListAssessmentsRequest, ListAssessmentsResponse } from "../models/models_0"; import { de_ListAssessmentsCommand, se_ListAssessmentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/ListControlDomainInsightsByAssessmentCommand.ts b/clients/client-auditmanager/src/commands/ListControlDomainInsightsByAssessmentCommand.ts index 42b90e9cf1d5e..66c07dc2fd730 100644 --- a/clients/client-auditmanager/src/commands/ListControlDomainInsightsByAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/ListControlDomainInsightsByAssessmentCommand.ts @@ -23,6 +23,10 @@ import { se_ListControlDomainInsightsByAssessmentCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/ListControlDomainInsightsCommand.ts b/clients/client-auditmanager/src/commands/ListControlDomainInsightsCommand.ts index 481db2e469e89..77b0bc7133e22 100644 --- a/clients/client-auditmanager/src/commands/ListControlDomainInsightsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListControlDomainInsightsCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListControlDomainInsightsRequest, ListControlDomainInsightsResponse } from "../models/models_0"; import { de_ListControlDomainInsightsCommand, se_ListControlDomainInsightsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/ListControlInsightsByControlDomainCommand.ts b/clients/client-auditmanager/src/commands/ListControlInsightsByControlDomainCommand.ts index dd76b260812dc..374fab0173660 100644 --- a/clients/client-auditmanager/src/commands/ListControlInsightsByControlDomainCommand.ts +++ b/clients/client-auditmanager/src/commands/ListControlInsightsByControlDomainCommand.ts @@ -23,6 +23,10 @@ import { se_ListControlInsightsByControlDomainCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/ListControlsCommand.ts b/clients/client-auditmanager/src/commands/ListControlsCommand.ts index 4ff597c029e2a..418f9244daf0b 100644 --- a/clients/client-auditmanager/src/commands/ListControlsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListControlsCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListControlsRequest, ListControlsResponse } from "../models/models_0"; import { de_ListControlsCommand, se_ListControlsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/ListKeywordsForDataSourceCommand.ts b/clients/client-auditmanager/src/commands/ListKeywordsForDataSourceCommand.ts index 3574f82cddbcd..2198fb59fb067 100644 --- a/clients/client-auditmanager/src/commands/ListKeywordsForDataSourceCommand.ts +++ b/clients/client-auditmanager/src/commands/ListKeywordsForDataSourceCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListKeywordsForDataSourceRequest, ListKeywordsForDataSourceResponse } from "../models/models_0"; import { de_ListKeywordsForDataSourceCommand, se_ListKeywordsForDataSourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/ListNotificationsCommand.ts b/clients/client-auditmanager/src/commands/ListNotificationsCommand.ts index c8e56ecd82430..2279301c91058 100644 --- a/clients/client-auditmanager/src/commands/ListNotificationsCommand.ts +++ b/clients/client-auditmanager/src/commands/ListNotificationsCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListNotificationsRequest, ListNotificationsResponse } from "../models/models_0"; import { de_ListNotificationsCommand, se_ListNotificationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/ListTagsForResourceCommand.ts b/clients/client-auditmanager/src/commands/ListTagsForResourceCommand.ts index 1276221c955f2..0b02d85758589 100644 --- a/clients/client-auditmanager/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-auditmanager/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/RegisterAccountCommand.ts b/clients/client-auditmanager/src/commands/RegisterAccountCommand.ts index 112a4a87c001a..018dbaccec646 100644 --- a/clients/client-auditmanager/src/commands/RegisterAccountCommand.ts +++ b/clients/client-auditmanager/src/commands/RegisterAccountCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { RegisterAccountRequest, RegisterAccountResponse } from "../models/models_0"; import { de_RegisterAccountCommand, se_RegisterAccountCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/RegisterOrganizationAdminAccountCommand.ts b/clients/client-auditmanager/src/commands/RegisterOrganizationAdminAccountCommand.ts index 2b5b03362f2b1..ad7cfdab03612 100644 --- a/clients/client-auditmanager/src/commands/RegisterOrganizationAdminAccountCommand.ts +++ b/clients/client-auditmanager/src/commands/RegisterOrganizationAdminAccountCommand.ts @@ -20,6 +20,10 @@ import { se_RegisterOrganizationAdminAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/StartAssessmentFrameworkShareCommand.ts b/clients/client-auditmanager/src/commands/StartAssessmentFrameworkShareCommand.ts index 9023cef1186bd..ee025a5246d73 100644 --- a/clients/client-auditmanager/src/commands/StartAssessmentFrameworkShareCommand.ts +++ b/clients/client-auditmanager/src/commands/StartAssessmentFrameworkShareCommand.ts @@ -20,6 +20,10 @@ import { se_StartAssessmentFrameworkShareCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/TagResourceCommand.ts b/clients/client-auditmanager/src/commands/TagResourceCommand.ts index 8e8ea6fe89d34..b6173796f61e3 100644 --- a/clients/client-auditmanager/src/commands/TagResourceCommand.ts +++ b/clients/client-auditmanager/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/UntagResourceCommand.ts b/clients/client-auditmanager/src/commands/UntagResourceCommand.ts index dbeaec72fd448..05f79d543ca17 100644 --- a/clients/client-auditmanager/src/commands/UntagResourceCommand.ts +++ b/clients/client-auditmanager/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentCommand.ts index 5fcd2acc54c1d..455612ee7c448 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateAssessmentRequest, UpdateAssessmentResponse } from "../models/models_0"; import { de_UpdateAssessmentCommand, se_UpdateAssessmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentControlCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentControlCommand.ts index bae25ca1aa17e..73264e29d810e 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentControlCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentControlCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateAssessmentControlRequest, UpdateAssessmentControlResponse } from "../models/models_0"; import { de_UpdateAssessmentControlCommand, se_UpdateAssessmentControlCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentControlSetStatusCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentControlSetStatusCommand.ts index cd96f27ded5ca..a60d30349c23f 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentControlSetStatusCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentControlSetStatusCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateAssessmentControlSetStatusCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkCommand.ts index f3fb7d2d3f7f2..3103bbcef47f5 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateAssessmentFrameworkRequest, UpdateAssessmentFrameworkResponse } from "../models/models_0"; import { de_UpdateAssessmentFrameworkCommand, se_UpdateAssessmentFrameworkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkShareCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkShareCommand.ts index 942392ba8ebe5..5e7429affa395 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkShareCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentFrameworkShareCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateAssessmentFrameworkShareCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/UpdateAssessmentStatusCommand.ts b/clients/client-auditmanager/src/commands/UpdateAssessmentStatusCommand.ts index 183c272dc1c7c..177f08364556f 100644 --- a/clients/client-auditmanager/src/commands/UpdateAssessmentStatusCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateAssessmentStatusCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateAssessmentStatusRequest, UpdateAssessmentStatusResponse } from "../models/models_0"; import { de_UpdateAssessmentStatusCommand, se_UpdateAssessmentStatusCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/UpdateControlCommand.ts b/clients/client-auditmanager/src/commands/UpdateControlCommand.ts index f0df02feeeb8f..1aa949c23e0ac 100644 --- a/clients/client-auditmanager/src/commands/UpdateControlCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateControlCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateControlRequest, UpdateControlResponse } from "../models/models_0"; import { de_UpdateControlCommand, se_UpdateControlCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/UpdateSettingsCommand.ts b/clients/client-auditmanager/src/commands/UpdateSettingsCommand.ts index 5131eac165b43..71e5ee417dd95 100644 --- a/clients/client-auditmanager/src/commands/UpdateSettingsCommand.ts +++ b/clients/client-auditmanager/src/commands/UpdateSettingsCommand.ts @@ -17,6 +17,10 @@ import { AuditManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateSettingsRequest, UpdateSettingsResponse } from "../models/models_0"; import { de_UpdateSettingsCommand, se_UpdateSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/commands/ValidateAssessmentReportIntegrityCommand.ts b/clients/client-auditmanager/src/commands/ValidateAssessmentReportIntegrityCommand.ts index b07dc4dc47809..d357c8cd0ea98 100644 --- a/clients/client-auditmanager/src/commands/ValidateAssessmentReportIntegrityCommand.ts +++ b/clients/client-auditmanager/src/commands/ValidateAssessmentReportIntegrityCommand.ts @@ -23,6 +23,10 @@ import { se_ValidateAssessmentReportIntegrityCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auditmanager/src/index.ts b/clients/client-auditmanager/src/index.ts index 836d7d77e4201..faa8d4bc92b11 100644 --- a/clients/client-auditmanager/src/index.ts +++ b/clients/client-auditmanager/src/index.ts @@ -1,8 +1,49 @@ -export * from "./AuditManager"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Welcome to the Audit Manager API reference. This guide is for developers who + * need detailed information about the Audit Manager API operations, data types, and + * errors.

+ *

Audit Manager is a service that provides automated evidence collection so that you + * can continually audit your Amazon Web Services usage. You can use it to assess the + * effectiveness of your controls, manage risk, and simplify compliance.

+ *

Audit Manager provides prebuilt frameworks that structure and automate assessments + * for a given compliance standard. Frameworks include a prebuilt collection of controls with + * descriptions and testing procedures. These controls are grouped according to the + * requirements of the specified compliance standard or regulation. You can also customize + * frameworks and controls to support internal audits with specific requirements.

+ *

Use the following links to get started with the Audit Manager API:

+ *
    + *
  • + *

    + * Actions: An + * alphabetical list of all Audit Manager API operations.

    + *
  • + *
  • + *

    + * Data types: An alphabetical list of all Audit Manager data + * types.

    + *
  • + *
  • + *

    + * Common + * parameters: Parameters that all operations can use.

    + *
  • + *
  • + *

    + * Common errors: + * Client and server errors that all operations can return.

    + *
  • + *
+ *

If you're new to Audit Manager, we recommend that you review the + * Audit Manager User Guide.

+ * + * @packageDocumentation + */ export * from "./AuditManagerClient"; +export * from "./AuditManager"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { AuditManagerServiceException } from "./models/AuditManagerServiceException"; diff --git a/clients/client-auditmanager/src/models/AuditManagerServiceException.ts b/clients/client-auditmanager/src/models/AuditManagerServiceException.ts index c9b82c7a9cdad..c8b6a99095e98 100644 --- a/clients/client-auditmanager/src/models/AuditManagerServiceException.ts +++ b/clients/client-auditmanager/src/models/AuditManagerServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-auto-scaling-plans/src/AutoScalingPlansClient.ts b/clients/client-auto-scaling-plans/src/AutoScalingPlansClient.ts index 612ed6bb7df24..5ea9b11b5bd8d 100644 --- a/clients/client-auto-scaling-plans/src/AutoScalingPlansClient.ts +++ b/clients/client-auto-scaling-plans/src/AutoScalingPlansClient.ts @@ -74,6 +74,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -223,7 +225,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type AutoScalingPlansClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type AutoScalingPlansClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -242,7 +244,7 @@ export interface AutoScalingPlansClientConfig extends AutoScalingPlansClientConf /** * @public */ -type AutoScalingPlansClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type AutoScalingPlansClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-auto-scaling-plans/src/commands/CreateScalingPlanCommand.ts b/clients/client-auto-scaling-plans/src/commands/CreateScalingPlanCommand.ts index 833049079a6b9..0d0ba8d121036 100644 --- a/clients/client-auto-scaling-plans/src/commands/CreateScalingPlanCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/CreateScalingPlanCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingPlansClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateScalingPlanRequest, CreateScalingPlanResponse } from "../models/models_0"; import { de_CreateScalingPlanCommand, se_CreateScalingPlanCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling-plans/src/commands/DeleteScalingPlanCommand.ts b/clients/client-auto-scaling-plans/src/commands/DeleteScalingPlanCommand.ts index 22c022f2300cf..4d2ce03c2cfd4 100644 --- a/clients/client-auto-scaling-plans/src/commands/DeleteScalingPlanCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/DeleteScalingPlanCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingPlansClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteScalingPlanRequest, DeleteScalingPlanResponse } from "../models/models_0"; import { de_DeleteScalingPlanCommand, se_DeleteScalingPlanCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlanResourcesCommand.ts b/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlanResourcesCommand.ts index a9f138eb9b2a1..a132f18ba2d08 100644 --- a/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlanResourcesCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlanResourcesCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeScalingPlanResourcesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlansCommand.ts b/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlansCommand.ts index 0cc636508745a..5d6150ccb6b80 100644 --- a/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlansCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/DescribeScalingPlansCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingPlansClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeScalingPlansRequest, DescribeScalingPlansResponse } from "../models/models_0"; import { de_DescribeScalingPlansCommand, se_DescribeScalingPlansCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling-plans/src/commands/GetScalingPlanResourceForecastDataCommand.ts b/clients/client-auto-scaling-plans/src/commands/GetScalingPlanResourceForecastDataCommand.ts index 9e57101f3d4db..d893a7eed9c30 100644 --- a/clients/client-auto-scaling-plans/src/commands/GetScalingPlanResourceForecastDataCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/GetScalingPlanResourceForecastDataCommand.ts @@ -23,6 +23,10 @@ import { se_GetScalingPlanResourceForecastDataCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling-plans/src/commands/UpdateScalingPlanCommand.ts b/clients/client-auto-scaling-plans/src/commands/UpdateScalingPlanCommand.ts index 5fbdfd9062a65..d91ba66f32ca9 100644 --- a/clients/client-auto-scaling-plans/src/commands/UpdateScalingPlanCommand.ts +++ b/clients/client-auto-scaling-plans/src/commands/UpdateScalingPlanCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingPlansClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateScalingPlanRequest, UpdateScalingPlanResponse } from "../models/models_0"; import { de_UpdateScalingPlanCommand, se_UpdateScalingPlanCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling-plans/src/index.ts b/clients/client-auto-scaling-plans/src/index.ts index 14a856677b903..2314a289f303d 100644 --- a/clients/client-auto-scaling-plans/src/index.ts +++ b/clients/client-auto-scaling-plans/src/index.ts @@ -1,6 +1,46 @@ -export * from "./AutoScalingPlans"; // smithy-typescript generated code +/* eslint-disable */ +/** + * AWS Auto Scaling + * + * + *

Use AWS Auto Scaling to create scaling plans for your applications to + * automatically scale your scalable AWS resources.

+ *

+ * API Summary + *

+ *

You can use the AWS Auto Scaling service API to accomplish the following tasks:

+ *
    + *
  • + *

    Create and manage scaling plans

    + *
  • + *
  • + *

    Define target tracking scaling policies to dynamically scale your resources based + * on utilization

    + *
  • + *
  • + *

    Scale Amazon EC2 Auto Scaling groups using predictive scaling and dynamic scaling to scale your + * Amazon EC2 capacity faster

    + *
  • + *
  • + *

    Set minimum and maximum capacity limits

    + *
  • + *
  • + *

    Retrieve information on existing scaling plans

    + *
  • + *
  • + *

    Access current forecast data and historical forecast data for up to 56 days + * previous

    + *
  • + *
+ * + *

To learn more about AWS Auto Scaling, including information about granting IAM users required + * permissions for AWS Auto Scaling actions, see the AWS Auto Scaling User Guide.

+ * + * @packageDocumentation + */ export * from "./AutoScalingPlansClient"; +export * from "./AutoScalingPlans"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-auto-scaling-plans/src/models/AutoScalingPlansServiceException.ts b/clients/client-auto-scaling-plans/src/models/AutoScalingPlansServiceException.ts index 2477db85bf8c9..757e7731f7966 100644 --- a/clients/client-auto-scaling-plans/src/models/AutoScalingPlansServiceException.ts +++ b/clients/client-auto-scaling-plans/src/models/AutoScalingPlansServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-auto-scaling/src/AutoScalingClient.ts b/clients/client-auto-scaling/src/AutoScalingClient.ts index 9f26773362e8a..aa10790ee0fe4 100644 --- a/clients/client-auto-scaling/src/AutoScalingClient.ts +++ b/clients/client-auto-scaling/src/AutoScalingClient.ts @@ -262,6 +262,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -529,7 +531,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type AutoScalingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type AutoScalingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -548,7 +550,7 @@ export interface AutoScalingClientConfig extends AutoScalingClientConfigType {} /** * @public */ -type AutoScalingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type AutoScalingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-auto-scaling/src/commands/AttachInstancesCommand.ts b/clients/client-auto-scaling/src/commands/AttachInstancesCommand.ts index 4d0b0cb386579..22891a755b482 100644 --- a/clients/client-auto-scaling/src/commands/AttachInstancesCommand.ts +++ b/clients/client-auto-scaling/src/commands/AttachInstancesCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { AttachInstancesQuery } from "../models/models_0"; import { de_AttachInstancesCommand, se_AttachInstancesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/AttachLoadBalancerTargetGroupsCommand.ts b/clients/client-auto-scaling/src/commands/AttachLoadBalancerTargetGroupsCommand.ts index 2d0a2b273bb67..353d764f4fca7 100644 --- a/clients/client-auto-scaling/src/commands/AttachLoadBalancerTargetGroupsCommand.ts +++ b/clients/client-auto-scaling/src/commands/AttachLoadBalancerTargetGroupsCommand.ts @@ -20,6 +20,10 @@ import { se_AttachLoadBalancerTargetGroupsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/AttachLoadBalancersCommand.ts b/clients/client-auto-scaling/src/commands/AttachLoadBalancersCommand.ts index cec9da62008b7..82878acd81c2f 100644 --- a/clients/client-auto-scaling/src/commands/AttachLoadBalancersCommand.ts +++ b/clients/client-auto-scaling/src/commands/AttachLoadBalancersCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { AttachLoadBalancersResultType, AttachLoadBalancersType } from "../models/models_0"; import { de_AttachLoadBalancersCommand, se_AttachLoadBalancersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/AttachTrafficSourcesCommand.ts b/clients/client-auto-scaling/src/commands/AttachTrafficSourcesCommand.ts index f72a841836c41..93e764f6731a4 100644 --- a/clients/client-auto-scaling/src/commands/AttachTrafficSourcesCommand.ts +++ b/clients/client-auto-scaling/src/commands/AttachTrafficSourcesCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { AttachTrafficSourcesResultType, AttachTrafficSourcesType } from "../models/models_0"; import { de_AttachTrafficSourcesCommand, se_AttachTrafficSourcesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/BatchDeleteScheduledActionCommand.ts b/clients/client-auto-scaling/src/commands/BatchDeleteScheduledActionCommand.ts index 02c3f4eec6a17..8f96da4221f32 100644 --- a/clients/client-auto-scaling/src/commands/BatchDeleteScheduledActionCommand.ts +++ b/clients/client-auto-scaling/src/commands/BatchDeleteScheduledActionCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { BatchDeleteScheduledActionAnswer, BatchDeleteScheduledActionType } from "../models/models_0"; import { de_BatchDeleteScheduledActionCommand, se_BatchDeleteScheduledActionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/BatchPutScheduledUpdateGroupActionCommand.ts b/clients/client-auto-scaling/src/commands/BatchPutScheduledUpdateGroupActionCommand.ts index 90a093d9b1b87..8c6a7a778c2eb 100644 --- a/clients/client-auto-scaling/src/commands/BatchPutScheduledUpdateGroupActionCommand.ts +++ b/clients/client-auto-scaling/src/commands/BatchPutScheduledUpdateGroupActionCommand.ts @@ -20,6 +20,10 @@ import { se_BatchPutScheduledUpdateGroupActionCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/CancelInstanceRefreshCommand.ts b/clients/client-auto-scaling/src/commands/CancelInstanceRefreshCommand.ts index dd43a65dc7682..c94b3f8b38b09 100644 --- a/clients/client-auto-scaling/src/commands/CancelInstanceRefreshCommand.ts +++ b/clients/client-auto-scaling/src/commands/CancelInstanceRefreshCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CancelInstanceRefreshAnswer, CancelInstanceRefreshType } from "../models/models_0"; import { de_CancelInstanceRefreshCommand, se_CancelInstanceRefreshCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/CompleteLifecycleActionCommand.ts b/clients/client-auto-scaling/src/commands/CompleteLifecycleActionCommand.ts index ffa76904d3867..621d602f66e02 100644 --- a/clients/client-auto-scaling/src/commands/CompleteLifecycleActionCommand.ts +++ b/clients/client-auto-scaling/src/commands/CompleteLifecycleActionCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CompleteLifecycleActionAnswer, CompleteLifecycleActionType } from "../models/models_0"; import { de_CompleteLifecycleActionCommand, se_CompleteLifecycleActionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/CreateAutoScalingGroupCommand.ts b/clients/client-auto-scaling/src/commands/CreateAutoScalingGroupCommand.ts index 8b462d95f5876..1b57d0ab74755 100644 --- a/clients/client-auto-scaling/src/commands/CreateAutoScalingGroupCommand.ts +++ b/clients/client-auto-scaling/src/commands/CreateAutoScalingGroupCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateAutoScalingGroupType } from "../models/models_0"; import { de_CreateAutoScalingGroupCommand, se_CreateAutoScalingGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/CreateLaunchConfigurationCommand.ts b/clients/client-auto-scaling/src/commands/CreateLaunchConfigurationCommand.ts index 29feb79b2a373..0c7cd09ca24be 100644 --- a/clients/client-auto-scaling/src/commands/CreateLaunchConfigurationCommand.ts +++ b/clients/client-auto-scaling/src/commands/CreateLaunchConfigurationCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateLaunchConfigurationType } from "../models/models_0"; import { de_CreateLaunchConfigurationCommand, se_CreateLaunchConfigurationCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/CreateOrUpdateTagsCommand.ts b/clients/client-auto-scaling/src/commands/CreateOrUpdateTagsCommand.ts index 4b63ff748e5df..1885f2a7d64c5 100644 --- a/clients/client-auto-scaling/src/commands/CreateOrUpdateTagsCommand.ts +++ b/clients/client-auto-scaling/src/commands/CreateOrUpdateTagsCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateOrUpdateTagsType } from "../models/models_0"; import { de_CreateOrUpdateTagsCommand, se_CreateOrUpdateTagsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DeleteAutoScalingGroupCommand.ts b/clients/client-auto-scaling/src/commands/DeleteAutoScalingGroupCommand.ts index 27bbf35aa7d9e..3944ab44e7eba 100644 --- a/clients/client-auto-scaling/src/commands/DeleteAutoScalingGroupCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteAutoScalingGroupCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteAutoScalingGroupType } from "../models/models_0"; import { de_DeleteAutoScalingGroupCommand, se_DeleteAutoScalingGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DeleteLaunchConfigurationCommand.ts b/clients/client-auto-scaling/src/commands/DeleteLaunchConfigurationCommand.ts index 68ec1371ffa45..48123160b31c7 100644 --- a/clients/client-auto-scaling/src/commands/DeleteLaunchConfigurationCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteLaunchConfigurationCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { LaunchConfigurationNameType } from "../models/models_0"; import { de_DeleteLaunchConfigurationCommand, se_DeleteLaunchConfigurationCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DeleteLifecycleHookCommand.ts b/clients/client-auto-scaling/src/commands/DeleteLifecycleHookCommand.ts index 29e26d319e914..ab84c886328d2 100644 --- a/clients/client-auto-scaling/src/commands/DeleteLifecycleHookCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteLifecycleHookCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteLifecycleHookAnswer, DeleteLifecycleHookType } from "../models/models_0"; import { de_DeleteLifecycleHookCommand, se_DeleteLifecycleHookCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DeleteNotificationConfigurationCommand.ts b/clients/client-auto-scaling/src/commands/DeleteNotificationConfigurationCommand.ts index f2fe58ae30bea..61ce6df9dc880 100644 --- a/clients/client-auto-scaling/src/commands/DeleteNotificationConfigurationCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteNotificationConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteNotificationConfigurationCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DeletePolicyCommand.ts b/clients/client-auto-scaling/src/commands/DeletePolicyCommand.ts index 6518578c3fb6d..4bc7889ae8714 100644 --- a/clients/client-auto-scaling/src/commands/DeletePolicyCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeletePolicyCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeletePolicyType } from "../models/models_0"; import { de_DeletePolicyCommand, se_DeletePolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DeleteScheduledActionCommand.ts b/clients/client-auto-scaling/src/commands/DeleteScheduledActionCommand.ts index edf434e612d82..543f217fb0e34 100644 --- a/clients/client-auto-scaling/src/commands/DeleteScheduledActionCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteScheduledActionCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteScheduledActionType } from "../models/models_0"; import { de_DeleteScheduledActionCommand, se_DeleteScheduledActionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DeleteTagsCommand.ts b/clients/client-auto-scaling/src/commands/DeleteTagsCommand.ts index 5ba18a213a59e..aa095b66334f1 100644 --- a/clients/client-auto-scaling/src/commands/DeleteTagsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteTagsCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteTagsType } from "../models/models_0"; import { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DeleteWarmPoolCommand.ts b/clients/client-auto-scaling/src/commands/DeleteWarmPoolCommand.ts index 20e6f2ecce3fc..80a7ba29579ae 100644 --- a/clients/client-auto-scaling/src/commands/DeleteWarmPoolCommand.ts +++ b/clients/client-auto-scaling/src/commands/DeleteWarmPoolCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteWarmPoolAnswer, DeleteWarmPoolType } from "../models/models_0"; import { de_DeleteWarmPoolCommand, se_DeleteWarmPoolCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAccountLimitsCommand.ts index bcb315e00df5b..7981391ea5adb 100644 --- a/clients/client-auto-scaling/src/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeAccountLimitsCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeAccountLimitsAnswer } from "../models/models_0"; import { de_DescribeAccountLimitsCommand, se_DescribeAccountLimitsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DescribeAdjustmentTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAdjustmentTypesCommand.ts index a05c99f10e81a..b58095a002087 100644 --- a/clients/client-auto-scaling/src/commands/DescribeAdjustmentTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeAdjustmentTypesCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeAdjustmentTypesAnswer } from "../models/models_0"; import { de_DescribeAdjustmentTypesCommand, se_DescribeAdjustmentTypesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DescribeAutoScalingGroupsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAutoScalingGroupsCommand.ts index 64bdb14a75369..bc741c53507bb 100644 --- a/clients/client-auto-scaling/src/commands/DescribeAutoScalingGroupsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeAutoScalingGroupsCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { AutoScalingGroupNamesType, AutoScalingGroupsType } from "../models/models_0"; import { de_DescribeAutoScalingGroupsCommand, se_DescribeAutoScalingGroupsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DescribeAutoScalingInstancesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAutoScalingInstancesCommand.ts index db9c3b514328e..e2113779bd99f 100644 --- a/clients/client-auto-scaling/src/commands/DescribeAutoScalingInstancesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeAutoScalingInstancesCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { AutoScalingInstancesType, DescribeAutoScalingInstancesType } from "../models/models_0"; import { de_DescribeAutoScalingInstancesCommand, se_DescribeAutoScalingInstancesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DescribeAutoScalingNotificationTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeAutoScalingNotificationTypesCommand.ts index 5a3aada128cc9..103ad47fded05 100644 --- a/clients/client-auto-scaling/src/commands/DescribeAutoScalingNotificationTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeAutoScalingNotificationTypesCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeAutoScalingNotificationTypesCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DescribeInstanceRefreshesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeInstanceRefreshesCommand.ts index dac962cf6b274..8f9d76df4c2f1 100644 --- a/clients/client-auto-scaling/src/commands/DescribeInstanceRefreshesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeInstanceRefreshesCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeInstanceRefreshesAnswer, DescribeInstanceRefreshesType } from "../models/models_0"; import { de_DescribeInstanceRefreshesCommand, se_DescribeInstanceRefreshesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DescribeLaunchConfigurationsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLaunchConfigurationsCommand.ts index f3195cc6b5b09..1dec715fb81d0 100644 --- a/clients/client-auto-scaling/src/commands/DescribeLaunchConfigurationsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeLaunchConfigurationsCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { LaunchConfigurationNamesType, LaunchConfigurationsType } from "../models/models_0"; import { de_DescribeLaunchConfigurationsCommand, se_DescribeLaunchConfigurationsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DescribeLifecycleHookTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLifecycleHookTypesCommand.ts index 155df748c01d3..15d92a7abd1bd 100644 --- a/clients/client-auto-scaling/src/commands/DescribeLifecycleHookTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeLifecycleHookTypesCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeLifecycleHookTypesAnswer } from "../models/models_0"; import { de_DescribeLifecycleHookTypesCommand, se_DescribeLifecycleHookTypesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DescribeLifecycleHooksCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLifecycleHooksCommand.ts index 8995bf9da9414..000ec51f72418 100644 --- a/clients/client-auto-scaling/src/commands/DescribeLifecycleHooksCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeLifecycleHooksCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeLifecycleHooksAnswer, DescribeLifecycleHooksType } from "../models/models_0"; import { de_DescribeLifecycleHooksCommand, se_DescribeLifecycleHooksCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DescribeLoadBalancerTargetGroupsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLoadBalancerTargetGroupsCommand.ts index 8eb15c7c35e19..8ffbe1c5688a6 100644 --- a/clients/client-auto-scaling/src/commands/DescribeLoadBalancerTargetGroupsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeLoadBalancerTargetGroupsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeLoadBalancerTargetGroupsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DescribeLoadBalancersCommand.ts b/clients/client-auto-scaling/src/commands/DescribeLoadBalancersCommand.ts index f9ab30abcf7df..cfea80ffa6669 100644 --- a/clients/client-auto-scaling/src/commands/DescribeLoadBalancersCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeLoadBalancersCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeLoadBalancersRequest, DescribeLoadBalancersResponse } from "../models/models_0"; import { de_DescribeLoadBalancersCommand, se_DescribeLoadBalancersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DescribeMetricCollectionTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeMetricCollectionTypesCommand.ts index 2e9fd483ded1b..ace2779789f43 100644 --- a/clients/client-auto-scaling/src/commands/DescribeMetricCollectionTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeMetricCollectionTypesCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeMetricCollectionTypesCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DescribeNotificationConfigurationsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeNotificationConfigurationsCommand.ts index 4e4ce1a395324..ff98b71cab117 100644 --- a/clients/client-auto-scaling/src/commands/DescribeNotificationConfigurationsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeNotificationConfigurationsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeNotificationConfigurationsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DescribePoliciesCommand.ts b/clients/client-auto-scaling/src/commands/DescribePoliciesCommand.ts index 13cff374eff0c..d8e1be5b5a30f 100644 --- a/clients/client-auto-scaling/src/commands/DescribePoliciesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribePoliciesCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribePoliciesType, PoliciesType } from "../models/models_0"; import { de_DescribePoliciesCommand, se_DescribePoliciesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts index 8523a0878f5f1..ba4337532358b 100644 --- a/clients/client-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeScalingActivitiesCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ActivitiesType, DescribeScalingActivitiesType } from "../models/models_0"; import { de_DescribeScalingActivitiesCommand, se_DescribeScalingActivitiesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DescribeScalingProcessTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeScalingProcessTypesCommand.ts index 20484cdf977ea..a2dc05d630183 100644 --- a/clients/client-auto-scaling/src/commands/DescribeScalingProcessTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeScalingProcessTypesCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ProcessesType } from "../models/models_0"; import { de_DescribeScalingProcessTypesCommand, se_DescribeScalingProcessTypesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts index a76db7d76feee..be37df51e720c 100644 --- a/clients/client-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeScheduledActionsCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeScheduledActionsType, ScheduledActionsType } from "../models/models_0"; import { de_DescribeScheduledActionsCommand, se_DescribeScheduledActionsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DescribeTagsCommand.ts b/clients/client-auto-scaling/src/commands/DescribeTagsCommand.ts index 67d05fb1c06b9..74b0082b207c8 100644 --- a/clients/client-auto-scaling/src/commands/DescribeTagsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeTagsCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeTagsType, TagsType } from "../models/models_0"; import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DescribeTerminationPolicyTypesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeTerminationPolicyTypesCommand.ts index 61c8daabf3a2b..c08c73bec1a54 100644 --- a/clients/client-auto-scaling/src/commands/DescribeTerminationPolicyTypesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeTerminationPolicyTypesCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeTerminationPolicyTypesCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DescribeTrafficSourcesCommand.ts b/clients/client-auto-scaling/src/commands/DescribeTrafficSourcesCommand.ts index 3336bda07e859..0e11c69e21a5e 100644 --- a/clients/client-auto-scaling/src/commands/DescribeTrafficSourcesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeTrafficSourcesCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeTrafficSourcesRequest, DescribeTrafficSourcesResponse } from "../models/models_0"; import { de_DescribeTrafficSourcesCommand, se_DescribeTrafficSourcesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DescribeWarmPoolCommand.ts b/clients/client-auto-scaling/src/commands/DescribeWarmPoolCommand.ts index 9e5a77959cbe1..957c02f2bd695 100644 --- a/clients/client-auto-scaling/src/commands/DescribeWarmPoolCommand.ts +++ b/clients/client-auto-scaling/src/commands/DescribeWarmPoolCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeWarmPoolAnswer, DescribeWarmPoolType } from "../models/models_0"; import { de_DescribeWarmPoolCommand, se_DescribeWarmPoolCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DetachInstancesCommand.ts b/clients/client-auto-scaling/src/commands/DetachInstancesCommand.ts index ffcf5a20b4bdd..ca6346847e2c6 100644 --- a/clients/client-auto-scaling/src/commands/DetachInstancesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DetachInstancesCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DetachInstancesAnswer, DetachInstancesQuery } from "../models/models_0"; import { de_DetachInstancesCommand, se_DetachInstancesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DetachLoadBalancerTargetGroupsCommand.ts b/clients/client-auto-scaling/src/commands/DetachLoadBalancerTargetGroupsCommand.ts index af4155beab764..a3dbd8f0871e5 100644 --- a/clients/client-auto-scaling/src/commands/DetachLoadBalancerTargetGroupsCommand.ts +++ b/clients/client-auto-scaling/src/commands/DetachLoadBalancerTargetGroupsCommand.ts @@ -20,6 +20,10 @@ import { se_DetachLoadBalancerTargetGroupsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DetachLoadBalancersCommand.ts b/clients/client-auto-scaling/src/commands/DetachLoadBalancersCommand.ts index ff608dd3288b6..e5550239ac765 100644 --- a/clients/client-auto-scaling/src/commands/DetachLoadBalancersCommand.ts +++ b/clients/client-auto-scaling/src/commands/DetachLoadBalancersCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DetachLoadBalancersResultType, DetachLoadBalancersType } from "../models/models_0"; import { de_DetachLoadBalancersCommand, se_DetachLoadBalancersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DetachTrafficSourcesCommand.ts b/clients/client-auto-scaling/src/commands/DetachTrafficSourcesCommand.ts index 11206976c73b4..a4bf2f1cd7e8a 100644 --- a/clients/client-auto-scaling/src/commands/DetachTrafficSourcesCommand.ts +++ b/clients/client-auto-scaling/src/commands/DetachTrafficSourcesCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DetachTrafficSourcesResultType, DetachTrafficSourcesType } from "../models/models_0"; import { de_DetachTrafficSourcesCommand, se_DetachTrafficSourcesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/DisableMetricsCollectionCommand.ts b/clients/client-auto-scaling/src/commands/DisableMetricsCollectionCommand.ts index 2dd4ee2a1f44c..36997bc29c218 100644 --- a/clients/client-auto-scaling/src/commands/DisableMetricsCollectionCommand.ts +++ b/clients/client-auto-scaling/src/commands/DisableMetricsCollectionCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DisableMetricsCollectionQuery } from "../models/models_0"; import { de_DisableMetricsCollectionCommand, se_DisableMetricsCollectionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/EnableMetricsCollectionCommand.ts b/clients/client-auto-scaling/src/commands/EnableMetricsCollectionCommand.ts index 8bf458e3c3431..486e080ccca28 100644 --- a/clients/client-auto-scaling/src/commands/EnableMetricsCollectionCommand.ts +++ b/clients/client-auto-scaling/src/commands/EnableMetricsCollectionCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { EnableMetricsCollectionQuery } from "../models/models_0"; import { de_EnableMetricsCollectionCommand, se_EnableMetricsCollectionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/EnterStandbyCommand.ts b/clients/client-auto-scaling/src/commands/EnterStandbyCommand.ts index 0dce4108e086c..ddf0963baa877 100644 --- a/clients/client-auto-scaling/src/commands/EnterStandbyCommand.ts +++ b/clients/client-auto-scaling/src/commands/EnterStandbyCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { EnterStandbyAnswer, EnterStandbyQuery } from "../models/models_0"; import { de_EnterStandbyCommand, se_EnterStandbyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/ExecutePolicyCommand.ts b/clients/client-auto-scaling/src/commands/ExecutePolicyCommand.ts index 5cd024f06345d..5fa6828f01194 100644 --- a/clients/client-auto-scaling/src/commands/ExecutePolicyCommand.ts +++ b/clients/client-auto-scaling/src/commands/ExecutePolicyCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ExecutePolicyType } from "../models/models_0"; import { de_ExecutePolicyCommand, se_ExecutePolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/ExitStandbyCommand.ts b/clients/client-auto-scaling/src/commands/ExitStandbyCommand.ts index 5b27b57a38ca5..60121ff3c3412 100644 --- a/clients/client-auto-scaling/src/commands/ExitStandbyCommand.ts +++ b/clients/client-auto-scaling/src/commands/ExitStandbyCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ExitStandbyAnswer, ExitStandbyQuery } from "../models/models_0"; import { de_ExitStandbyCommand, se_ExitStandbyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/GetPredictiveScalingForecastCommand.ts b/clients/client-auto-scaling/src/commands/GetPredictiveScalingForecastCommand.ts index b9d8967c8a014..fb16a70a909a2 100644 --- a/clients/client-auto-scaling/src/commands/GetPredictiveScalingForecastCommand.ts +++ b/clients/client-auto-scaling/src/commands/GetPredictiveScalingForecastCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetPredictiveScalingForecastAnswer, GetPredictiveScalingForecastType } from "../models/models_0"; import { de_GetPredictiveScalingForecastCommand, se_GetPredictiveScalingForecastCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/PutLifecycleHookCommand.ts b/clients/client-auto-scaling/src/commands/PutLifecycleHookCommand.ts index 03f4b24285813..5add2f781123b 100644 --- a/clients/client-auto-scaling/src/commands/PutLifecycleHookCommand.ts +++ b/clients/client-auto-scaling/src/commands/PutLifecycleHookCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutLifecycleHookAnswer, PutLifecycleHookType } from "../models/models_0"; import { de_PutLifecycleHookCommand, se_PutLifecycleHookCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/PutNotificationConfigurationCommand.ts b/clients/client-auto-scaling/src/commands/PutNotificationConfigurationCommand.ts index 6c211cd704b00..cc4f67cc647e9 100644 --- a/clients/client-auto-scaling/src/commands/PutNotificationConfigurationCommand.ts +++ b/clients/client-auto-scaling/src/commands/PutNotificationConfigurationCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutNotificationConfigurationType } from "../models/models_0"; import { de_PutNotificationConfigurationCommand, se_PutNotificationConfigurationCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/PutScalingPolicyCommand.ts b/clients/client-auto-scaling/src/commands/PutScalingPolicyCommand.ts index 0841a019a7e04..f2a56f743b7b1 100644 --- a/clients/client-auto-scaling/src/commands/PutScalingPolicyCommand.ts +++ b/clients/client-auto-scaling/src/commands/PutScalingPolicyCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PolicyARNType, PutScalingPolicyType } from "../models/models_0"; import { de_PutScalingPolicyCommand, se_PutScalingPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/PutScheduledUpdateGroupActionCommand.ts b/clients/client-auto-scaling/src/commands/PutScheduledUpdateGroupActionCommand.ts index 3920025dde42c..b52e2b3b510aa 100644 --- a/clients/client-auto-scaling/src/commands/PutScheduledUpdateGroupActionCommand.ts +++ b/clients/client-auto-scaling/src/commands/PutScheduledUpdateGroupActionCommand.ts @@ -20,6 +20,10 @@ import { se_PutScheduledUpdateGroupActionCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/PutWarmPoolCommand.ts b/clients/client-auto-scaling/src/commands/PutWarmPoolCommand.ts index d6980aa47b94b..3d7bd247563a8 100644 --- a/clients/client-auto-scaling/src/commands/PutWarmPoolCommand.ts +++ b/clients/client-auto-scaling/src/commands/PutWarmPoolCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutWarmPoolAnswer, PutWarmPoolType } from "../models/models_0"; import { de_PutWarmPoolCommand, se_PutWarmPoolCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/RecordLifecycleActionHeartbeatCommand.ts b/clients/client-auto-scaling/src/commands/RecordLifecycleActionHeartbeatCommand.ts index 8a7d3077cd560..db1b4e065dd85 100644 --- a/clients/client-auto-scaling/src/commands/RecordLifecycleActionHeartbeatCommand.ts +++ b/clients/client-auto-scaling/src/commands/RecordLifecycleActionHeartbeatCommand.ts @@ -20,6 +20,10 @@ import { se_RecordLifecycleActionHeartbeatCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/ResumeProcessesCommand.ts b/clients/client-auto-scaling/src/commands/ResumeProcessesCommand.ts index 4040779e4d303..994756481d2fb 100644 --- a/clients/client-auto-scaling/src/commands/ResumeProcessesCommand.ts +++ b/clients/client-auto-scaling/src/commands/ResumeProcessesCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ScalingProcessQuery } from "../models/models_0"; import { de_ResumeProcessesCommand, se_ResumeProcessesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/RollbackInstanceRefreshCommand.ts b/clients/client-auto-scaling/src/commands/RollbackInstanceRefreshCommand.ts index afc0ce6fab246..e5ce1547b2ab3 100644 --- a/clients/client-auto-scaling/src/commands/RollbackInstanceRefreshCommand.ts +++ b/clients/client-auto-scaling/src/commands/RollbackInstanceRefreshCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { RollbackInstanceRefreshAnswer, RollbackInstanceRefreshType } from "../models/models_0"; import { de_RollbackInstanceRefreshCommand, se_RollbackInstanceRefreshCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/SetDesiredCapacityCommand.ts b/clients/client-auto-scaling/src/commands/SetDesiredCapacityCommand.ts index 63db445026721..8048e39ab00b2 100644 --- a/clients/client-auto-scaling/src/commands/SetDesiredCapacityCommand.ts +++ b/clients/client-auto-scaling/src/commands/SetDesiredCapacityCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { SetDesiredCapacityType } from "../models/models_0"; import { de_SetDesiredCapacityCommand, se_SetDesiredCapacityCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts b/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts index 5d070a31d6351..5b348abfb984c 100644 --- a/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts +++ b/clients/client-auto-scaling/src/commands/SetInstanceHealthCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { SetInstanceHealthQuery } from "../models/models_0"; import { de_SetInstanceHealthCommand, se_SetInstanceHealthCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/SetInstanceProtectionCommand.ts b/clients/client-auto-scaling/src/commands/SetInstanceProtectionCommand.ts index b849685d2591f..ed5273b9d7262 100644 --- a/clients/client-auto-scaling/src/commands/SetInstanceProtectionCommand.ts +++ b/clients/client-auto-scaling/src/commands/SetInstanceProtectionCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { SetInstanceProtectionAnswer, SetInstanceProtectionQuery } from "../models/models_0"; import { de_SetInstanceProtectionCommand, se_SetInstanceProtectionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/StartInstanceRefreshCommand.ts b/clients/client-auto-scaling/src/commands/StartInstanceRefreshCommand.ts index e38c86e4b91b7..122dc2ee55111 100644 --- a/clients/client-auto-scaling/src/commands/StartInstanceRefreshCommand.ts +++ b/clients/client-auto-scaling/src/commands/StartInstanceRefreshCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { StartInstanceRefreshAnswer, StartInstanceRefreshType } from "../models/models_0"; import { de_StartInstanceRefreshCommand, se_StartInstanceRefreshCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/SuspendProcessesCommand.ts b/clients/client-auto-scaling/src/commands/SuspendProcessesCommand.ts index 842c28a412838..4f8c3c6d09ed5 100644 --- a/clients/client-auto-scaling/src/commands/SuspendProcessesCommand.ts +++ b/clients/client-auto-scaling/src/commands/SuspendProcessesCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ScalingProcessQuery } from "../models/models_0"; import { de_SuspendProcessesCommand, se_SuspendProcessesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/TerminateInstanceInAutoScalingGroupCommand.ts b/clients/client-auto-scaling/src/commands/TerminateInstanceInAutoScalingGroupCommand.ts index febe3c775c590..c0764edf0f41e 100644 --- a/clients/client-auto-scaling/src/commands/TerminateInstanceInAutoScalingGroupCommand.ts +++ b/clients/client-auto-scaling/src/commands/TerminateInstanceInAutoScalingGroupCommand.ts @@ -20,6 +20,10 @@ import { se_TerminateInstanceInAutoScalingGroupCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/commands/UpdateAutoScalingGroupCommand.ts b/clients/client-auto-scaling/src/commands/UpdateAutoScalingGroupCommand.ts index a190cb4a45c25..3127c4da57c08 100644 --- a/clients/client-auto-scaling/src/commands/UpdateAutoScalingGroupCommand.ts +++ b/clients/client-auto-scaling/src/commands/UpdateAutoScalingGroupCommand.ts @@ -17,6 +17,10 @@ import { AutoScalingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateAutoScalingGroupType } from "../models/models_0"; import { de_UpdateAutoScalingGroupCommand, se_UpdateAutoScalingGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-auto-scaling/src/index.ts b/clients/client-auto-scaling/src/index.ts index be8b163b3207c..f9c4c11819eaf 100644 --- a/clients/client-auto-scaling/src/index.ts +++ b/clients/client-auto-scaling/src/index.ts @@ -1,9 +1,18 @@ -export * from "./AutoScaling"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon EC2 Auto Scaling + *

Amazon EC2 Auto Scaling is designed to automatically launch and terminate EC2 instances + * based on user-defined scaling policies, scheduled actions, and health checks.

+ *

For more information, see the Amazon EC2 Auto Scaling User Guide and the Amazon EC2 Auto Scaling API Reference.

+ * + * @packageDocumentation + */ export * from "./AutoScalingClient"; +export * from "./AutoScaling"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { AutoScalingServiceException } from "./models/AutoScalingServiceException"; diff --git a/clients/client-auto-scaling/src/models/AutoScalingServiceException.ts b/clients/client-auto-scaling/src/models/AutoScalingServiceException.ts index b2a98b0e1c68d..c8d2e8788abb1 100644 --- a/clients/client-auto-scaling/src/models/AutoScalingServiceException.ts +++ b/clients/client-auto-scaling/src/models/AutoScalingServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-backup-gateway/src/BackupGatewayClient.ts b/clients/client-backup-gateway/src/BackupGatewayClient.ts index aa606568a26d3..6778d7618940f 100644 --- a/clients/client-backup-gateway/src/BackupGatewayClient.ts +++ b/clients/client-backup-gateway/src/BackupGatewayClient.ts @@ -126,6 +126,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -313,7 +315,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type BackupGatewayClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type BackupGatewayClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -332,7 +334,7 @@ export interface BackupGatewayClientConfig extends BackupGatewayClientConfigType /** * @public */ -type BackupGatewayClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type BackupGatewayClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-backup-gateway/src/commands/AssociateGatewayToServerCommand.ts b/clients/client-backup-gateway/src/commands/AssociateGatewayToServerCommand.ts index 299fe490ab506..c3c081f447e8e 100644 --- a/clients/client-backup-gateway/src/commands/AssociateGatewayToServerCommand.ts +++ b/clients/client-backup-gateway/src/commands/AssociateGatewayToServerCommand.ts @@ -17,6 +17,10 @@ import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { AssociateGatewayToServerInput, AssociateGatewayToServerOutput } from "../models/models_0"; import { de_AssociateGatewayToServerCommand, se_AssociateGatewayToServerCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/CreateGatewayCommand.ts b/clients/client-backup-gateway/src/commands/CreateGatewayCommand.ts index ca1a4045a1110..e04e153d6860b 100644 --- a/clients/client-backup-gateway/src/commands/CreateGatewayCommand.ts +++ b/clients/client-backup-gateway/src/commands/CreateGatewayCommand.ts @@ -17,6 +17,10 @@ import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateGatewayInput, CreateGatewayOutput } from "../models/models_0"; import { de_CreateGatewayCommand, se_CreateGatewayCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/DeleteGatewayCommand.ts b/clients/client-backup-gateway/src/commands/DeleteGatewayCommand.ts index 9a41da348b448..59fd7ca625d58 100644 --- a/clients/client-backup-gateway/src/commands/DeleteGatewayCommand.ts +++ b/clients/client-backup-gateway/src/commands/DeleteGatewayCommand.ts @@ -17,6 +17,10 @@ import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteGatewayInput, DeleteGatewayOutput } from "../models/models_0"; import { de_DeleteGatewayCommand, se_DeleteGatewayCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/DeleteHypervisorCommand.ts b/clients/client-backup-gateway/src/commands/DeleteHypervisorCommand.ts index 20ec857c0e396..1baacd0a08526 100644 --- a/clients/client-backup-gateway/src/commands/DeleteHypervisorCommand.ts +++ b/clients/client-backup-gateway/src/commands/DeleteHypervisorCommand.ts @@ -17,6 +17,10 @@ import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteHypervisorInput, DeleteHypervisorOutput } from "../models/models_0"; import { de_DeleteHypervisorCommand, se_DeleteHypervisorCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/DisassociateGatewayFromServerCommand.ts b/clients/client-backup-gateway/src/commands/DisassociateGatewayFromServerCommand.ts index 043da500c1eae..11a9db0fa4ccf 100644 --- a/clients/client-backup-gateway/src/commands/DisassociateGatewayFromServerCommand.ts +++ b/clients/client-backup-gateway/src/commands/DisassociateGatewayFromServerCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateGatewayFromServerCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/GetBandwidthRateLimitScheduleCommand.ts b/clients/client-backup-gateway/src/commands/GetBandwidthRateLimitScheduleCommand.ts index 49ba4128c6a74..9411c29cc314f 100644 --- a/clients/client-backup-gateway/src/commands/GetBandwidthRateLimitScheduleCommand.ts +++ b/clients/client-backup-gateway/src/commands/GetBandwidthRateLimitScheduleCommand.ts @@ -20,6 +20,10 @@ import { se_GetBandwidthRateLimitScheduleCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/GetGatewayCommand.ts b/clients/client-backup-gateway/src/commands/GetGatewayCommand.ts index bcb410490544d..e622d8edc079e 100644 --- a/clients/client-backup-gateway/src/commands/GetGatewayCommand.ts +++ b/clients/client-backup-gateway/src/commands/GetGatewayCommand.ts @@ -17,6 +17,10 @@ import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetGatewayInput, GetGatewayOutput } from "../models/models_0"; import { de_GetGatewayCommand, se_GetGatewayCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/GetHypervisorCommand.ts b/clients/client-backup-gateway/src/commands/GetHypervisorCommand.ts index f9e538832ccad..147f4b12e6c90 100644 --- a/clients/client-backup-gateway/src/commands/GetHypervisorCommand.ts +++ b/clients/client-backup-gateway/src/commands/GetHypervisorCommand.ts @@ -17,6 +17,10 @@ import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetHypervisorInput, GetHypervisorOutput } from "../models/models_0"; import { de_GetHypervisorCommand, se_GetHypervisorCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/GetHypervisorPropertyMappingsCommand.ts b/clients/client-backup-gateway/src/commands/GetHypervisorPropertyMappingsCommand.ts index 9fc9a4fd108e1..349292b2a7074 100644 --- a/clients/client-backup-gateway/src/commands/GetHypervisorPropertyMappingsCommand.ts +++ b/clients/client-backup-gateway/src/commands/GetHypervisorPropertyMappingsCommand.ts @@ -20,6 +20,10 @@ import { se_GetHypervisorPropertyMappingsCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/GetVirtualMachineCommand.ts b/clients/client-backup-gateway/src/commands/GetVirtualMachineCommand.ts index c828bdf703e0d..1a747eaf391a1 100644 --- a/clients/client-backup-gateway/src/commands/GetVirtualMachineCommand.ts +++ b/clients/client-backup-gateway/src/commands/GetVirtualMachineCommand.ts @@ -17,6 +17,10 @@ import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetVirtualMachineInput, GetVirtualMachineOutput } from "../models/models_0"; import { de_GetVirtualMachineCommand, se_GetVirtualMachineCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/ImportHypervisorConfigurationCommand.ts b/clients/client-backup-gateway/src/commands/ImportHypervisorConfigurationCommand.ts index 9b53ffdf0b2ab..6879ab449ca5d 100644 --- a/clients/client-backup-gateway/src/commands/ImportHypervisorConfigurationCommand.ts +++ b/clients/client-backup-gateway/src/commands/ImportHypervisorConfigurationCommand.ts @@ -24,6 +24,10 @@ import { se_ImportHypervisorConfigurationCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/ListGatewaysCommand.ts b/clients/client-backup-gateway/src/commands/ListGatewaysCommand.ts index 809495c4cb20c..838c3ea7911b5 100644 --- a/clients/client-backup-gateway/src/commands/ListGatewaysCommand.ts +++ b/clients/client-backup-gateway/src/commands/ListGatewaysCommand.ts @@ -17,6 +17,10 @@ import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListGatewaysInput, ListGatewaysOutput } from "../models/models_0"; import { de_ListGatewaysCommand, se_ListGatewaysCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/ListHypervisorsCommand.ts b/clients/client-backup-gateway/src/commands/ListHypervisorsCommand.ts index ddda39d98667d..c3487fea4b2dd 100644 --- a/clients/client-backup-gateway/src/commands/ListHypervisorsCommand.ts +++ b/clients/client-backup-gateway/src/commands/ListHypervisorsCommand.ts @@ -17,6 +17,10 @@ import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListHypervisorsInput, ListHypervisorsOutput } from "../models/models_0"; import { de_ListHypervisorsCommand, se_ListHypervisorsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/ListTagsForResourceCommand.ts b/clients/client-backup-gateway/src/commands/ListTagsForResourceCommand.ts index 891cdc44c3d37..38d041a0c416f 100644 --- a/clients/client-backup-gateway/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-backup-gateway/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/ListVirtualMachinesCommand.ts b/clients/client-backup-gateway/src/commands/ListVirtualMachinesCommand.ts index d96845e6e40fe..d556c0c268349 100644 --- a/clients/client-backup-gateway/src/commands/ListVirtualMachinesCommand.ts +++ b/clients/client-backup-gateway/src/commands/ListVirtualMachinesCommand.ts @@ -17,6 +17,10 @@ import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListVirtualMachinesInput, ListVirtualMachinesOutput } from "../models/models_0"; import { de_ListVirtualMachinesCommand, se_ListVirtualMachinesCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/PutBandwidthRateLimitScheduleCommand.ts b/clients/client-backup-gateway/src/commands/PutBandwidthRateLimitScheduleCommand.ts index 94a2eaf96cfe6..4972f3d913b8f 100644 --- a/clients/client-backup-gateway/src/commands/PutBandwidthRateLimitScheduleCommand.ts +++ b/clients/client-backup-gateway/src/commands/PutBandwidthRateLimitScheduleCommand.ts @@ -20,6 +20,10 @@ import { se_PutBandwidthRateLimitScheduleCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/PutHypervisorPropertyMappingsCommand.ts b/clients/client-backup-gateway/src/commands/PutHypervisorPropertyMappingsCommand.ts index a21a5473fd479..c03c68eaf80d8 100644 --- a/clients/client-backup-gateway/src/commands/PutHypervisorPropertyMappingsCommand.ts +++ b/clients/client-backup-gateway/src/commands/PutHypervisorPropertyMappingsCommand.ts @@ -20,6 +20,10 @@ import { se_PutHypervisorPropertyMappingsCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/PutMaintenanceStartTimeCommand.ts b/clients/client-backup-gateway/src/commands/PutMaintenanceStartTimeCommand.ts index 81bb29ea0cb3b..c1929fa6dd450 100644 --- a/clients/client-backup-gateway/src/commands/PutMaintenanceStartTimeCommand.ts +++ b/clients/client-backup-gateway/src/commands/PutMaintenanceStartTimeCommand.ts @@ -17,6 +17,10 @@ import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutMaintenanceStartTimeInput, PutMaintenanceStartTimeOutput } from "../models/models_0"; import { de_PutMaintenanceStartTimeCommand, se_PutMaintenanceStartTimeCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/StartVirtualMachinesMetadataSyncCommand.ts b/clients/client-backup-gateway/src/commands/StartVirtualMachinesMetadataSyncCommand.ts index 1292534284eac..97b01a3607c1a 100644 --- a/clients/client-backup-gateway/src/commands/StartVirtualMachinesMetadataSyncCommand.ts +++ b/clients/client-backup-gateway/src/commands/StartVirtualMachinesMetadataSyncCommand.ts @@ -20,6 +20,10 @@ import { se_StartVirtualMachinesMetadataSyncCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/TagResourceCommand.ts b/clients/client-backup-gateway/src/commands/TagResourceCommand.ts index ec63880e9f6e2..cb8c0d9a5be60 100644 --- a/clients/client-backup-gateway/src/commands/TagResourceCommand.ts +++ b/clients/client-backup-gateway/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/TestHypervisorConfigurationCommand.ts b/clients/client-backup-gateway/src/commands/TestHypervisorConfigurationCommand.ts index 3ece700b2fe01..c5076bffc0c8a 100644 --- a/clients/client-backup-gateway/src/commands/TestHypervisorConfigurationCommand.ts +++ b/clients/client-backup-gateway/src/commands/TestHypervisorConfigurationCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_TestHypervisorConfigurationCommand, se_TestHypervisorConfigurationCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/UntagResourceCommand.ts b/clients/client-backup-gateway/src/commands/UntagResourceCommand.ts index ac415bce0f356..7ae070313fa76 100644 --- a/clients/client-backup-gateway/src/commands/UntagResourceCommand.ts +++ b/clients/client-backup-gateway/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/UpdateGatewayInformationCommand.ts b/clients/client-backup-gateway/src/commands/UpdateGatewayInformationCommand.ts index da1311131d74d..2a211bff85b17 100644 --- a/clients/client-backup-gateway/src/commands/UpdateGatewayInformationCommand.ts +++ b/clients/client-backup-gateway/src/commands/UpdateGatewayInformationCommand.ts @@ -17,6 +17,10 @@ import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateGatewayInformationInput, UpdateGatewayInformationOutput } from "../models/models_0"; import { de_UpdateGatewayInformationCommand, se_UpdateGatewayInformationCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts b/clients/client-backup-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts index afb780520e143..4a5732f6d1c16 100644 --- a/clients/client-backup-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts +++ b/clients/client-backup-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts @@ -17,6 +17,10 @@ import { BackupGatewayClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateGatewaySoftwareNowInput, UpdateGatewaySoftwareNowOutput } from "../models/models_0"; import { de_UpdateGatewaySoftwareNowCommand, se_UpdateGatewaySoftwareNowCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/commands/UpdateHypervisorCommand.ts b/clients/client-backup-gateway/src/commands/UpdateHypervisorCommand.ts index e3b682e300cff..be9d936be3f7b 100644 --- a/clients/client-backup-gateway/src/commands/UpdateHypervisorCommand.ts +++ b/clients/client-backup-gateway/src/commands/UpdateHypervisorCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateHypervisorCommand, se_UpdateHypervisorCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup-gateway/src/index.ts b/clients/client-backup-gateway/src/index.ts index 639ff9f04ca13..e0ffe503bee4c 100644 --- a/clients/client-backup-gateway/src/index.ts +++ b/clients/client-backup-gateway/src/index.ts @@ -1,8 +1,22 @@ -export * from "./BackupGateway"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Backup gateway + *

Backup gateway connects Backup to your hypervisor, so you can + * create, store, and restore backups of your virtual machines (VMs) anywhere, whether + * on-premises or in the VMware Cloud (VMC) on Amazon Web Services.

+ *

Add on-premises resources by connecting to a hypervisor through a gateway. Backup will automatically discover the resources in your hypervisor.

+ *

Use Backup to assign virtual or on-premises resources to a backup plan, or run + * on-demand backups. Once you have backed up your resources, you can view them and restore them + * like any resource supported by Backup.

+ *

To download the Amazon Web Services software to get started, navigate to the Backup console, choose Gateways, then choose Create gateway.

+ * + * @packageDocumentation + */ export * from "./BackupGatewayClient"; +export * from "./BackupGateway"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { BackupGatewayServiceException } from "./models/BackupGatewayServiceException"; diff --git a/clients/client-backup-gateway/src/models/BackupGatewayServiceException.ts b/clients/client-backup-gateway/src/models/BackupGatewayServiceException.ts index 21fc78d838313..bbeb1b9bf14bb 100644 --- a/clients/client-backup-gateway/src/models/BackupGatewayServiceException.ts +++ b/clients/client-backup-gateway/src/models/BackupGatewayServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-backup/src/BackupClient.ts b/clients/client-backup/src/BackupClient.ts index 5140b58299d3c..027a6a23aaa5b 100644 --- a/clients/client-backup/src/BackupClient.ts +++ b/clients/client-backup/src/BackupClient.ts @@ -230,6 +230,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -511,7 +513,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type BackupClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type BackupClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -530,7 +532,7 @@ export interface BackupClientConfig extends BackupClientConfigType {} /** * @public */ -type BackupClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type BackupClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-backup/src/commands/CancelLegalHoldCommand.ts b/clients/client-backup/src/commands/CancelLegalHoldCommand.ts index 7bd8fcdf4afdd..df879e7003d4e 100644 --- a/clients/client-backup/src/commands/CancelLegalHoldCommand.ts +++ b/clients/client-backup/src/commands/CancelLegalHoldCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CancelLegalHoldInput, CancelLegalHoldOutput } from "../models/models_0"; import { de_CancelLegalHoldCommand, se_CancelLegalHoldCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/CreateBackupPlanCommand.ts b/clients/client-backup/src/commands/CreateBackupPlanCommand.ts index 846b9bdbe95fc..64cf2972d415f 100644 --- a/clients/client-backup/src/commands/CreateBackupPlanCommand.ts +++ b/clients/client-backup/src/commands/CreateBackupPlanCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateBackupPlanCommand, se_CreateBackupPlanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/CreateBackupSelectionCommand.ts b/clients/client-backup/src/commands/CreateBackupSelectionCommand.ts index 43c9b668dfacc..938fb959629e5 100644 --- a/clients/client-backup/src/commands/CreateBackupSelectionCommand.ts +++ b/clients/client-backup/src/commands/CreateBackupSelectionCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateBackupSelectionInput, CreateBackupSelectionOutput } from "../models/models_0"; import { de_CreateBackupSelectionCommand, se_CreateBackupSelectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/CreateBackupVaultCommand.ts b/clients/client-backup/src/commands/CreateBackupVaultCommand.ts index c0382ecdb255b..b7ec9a3cdfe6f 100644 --- a/clients/client-backup/src/commands/CreateBackupVaultCommand.ts +++ b/clients/client-backup/src/commands/CreateBackupVaultCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateBackupVaultCommand, se_CreateBackupVaultCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/CreateFrameworkCommand.ts b/clients/client-backup/src/commands/CreateFrameworkCommand.ts index 1ca00580ea465..5966f4bcd2bd3 100644 --- a/clients/client-backup/src/commands/CreateFrameworkCommand.ts +++ b/clients/client-backup/src/commands/CreateFrameworkCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateFrameworkInput, CreateFrameworkOutput } from "../models/models_0"; import { de_CreateFrameworkCommand, se_CreateFrameworkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/CreateLegalHoldCommand.ts b/clients/client-backup/src/commands/CreateLegalHoldCommand.ts index 9c98498d988dc..95f7b9f8add76 100644 --- a/clients/client-backup/src/commands/CreateLegalHoldCommand.ts +++ b/clients/client-backup/src/commands/CreateLegalHoldCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateLegalHoldCommand, se_CreateLegalHoldCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/CreateReportPlanCommand.ts b/clients/client-backup/src/commands/CreateReportPlanCommand.ts index 860aa52d6a13f..0314765857eb9 100644 --- a/clients/client-backup/src/commands/CreateReportPlanCommand.ts +++ b/clients/client-backup/src/commands/CreateReportPlanCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateReportPlanInput, CreateReportPlanOutput } from "../models/models_0"; import { de_CreateReportPlanCommand, se_CreateReportPlanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/DeleteBackupPlanCommand.ts b/clients/client-backup/src/commands/DeleteBackupPlanCommand.ts index bf8abe40bb486..2e27b1db79a03 100644 --- a/clients/client-backup/src/commands/DeleteBackupPlanCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupPlanCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteBackupPlanInput, DeleteBackupPlanOutput } from "../models/models_0"; import { de_DeleteBackupPlanCommand, se_DeleteBackupPlanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/DeleteBackupSelectionCommand.ts b/clients/client-backup/src/commands/DeleteBackupSelectionCommand.ts index 26748df964757..9383a65a3380d 100644 --- a/clients/client-backup/src/commands/DeleteBackupSelectionCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupSelectionCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteBackupSelectionInput } from "../models/models_0"; import { de_DeleteBackupSelectionCommand, se_DeleteBackupSelectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/DeleteBackupVaultAccessPolicyCommand.ts b/clients/client-backup/src/commands/DeleteBackupVaultAccessPolicyCommand.ts index f7415cc32d8b4..b09889f9786e0 100644 --- a/clients/client-backup/src/commands/DeleteBackupVaultAccessPolicyCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupVaultAccessPolicyCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteBackupVaultAccessPolicyCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/DeleteBackupVaultCommand.ts b/clients/client-backup/src/commands/DeleteBackupVaultCommand.ts index 1737b31bc7b3c..1095a6d36927d 100644 --- a/clients/client-backup/src/commands/DeleteBackupVaultCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupVaultCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteBackupVaultInput } from "../models/models_0"; import { de_DeleteBackupVaultCommand, se_DeleteBackupVaultCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/DeleteBackupVaultLockConfigurationCommand.ts b/clients/client-backup/src/commands/DeleteBackupVaultLockConfigurationCommand.ts index 4a7dde7e4f2a7..8a540ec7aa6b2 100644 --- a/clients/client-backup/src/commands/DeleteBackupVaultLockConfigurationCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupVaultLockConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteBackupVaultLockConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/DeleteBackupVaultNotificationsCommand.ts b/clients/client-backup/src/commands/DeleteBackupVaultNotificationsCommand.ts index f23745c586002..04718a48c3bf8 100644 --- a/clients/client-backup/src/commands/DeleteBackupVaultNotificationsCommand.ts +++ b/clients/client-backup/src/commands/DeleteBackupVaultNotificationsCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteBackupVaultNotificationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/DeleteFrameworkCommand.ts b/clients/client-backup/src/commands/DeleteFrameworkCommand.ts index efa9ca3c748d1..b8c3a70b00da9 100644 --- a/clients/client-backup/src/commands/DeleteFrameworkCommand.ts +++ b/clients/client-backup/src/commands/DeleteFrameworkCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteFrameworkInput } from "../models/models_0"; import { de_DeleteFrameworkCommand, se_DeleteFrameworkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/DeleteRecoveryPointCommand.ts b/clients/client-backup/src/commands/DeleteRecoveryPointCommand.ts index 247dcd4bb8cbb..cd2fa78ca4a04 100644 --- a/clients/client-backup/src/commands/DeleteRecoveryPointCommand.ts +++ b/clients/client-backup/src/commands/DeleteRecoveryPointCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteRecoveryPointInput } from "../models/models_0"; import { de_DeleteRecoveryPointCommand, se_DeleteRecoveryPointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/DeleteReportPlanCommand.ts b/clients/client-backup/src/commands/DeleteReportPlanCommand.ts index 5fc334ad98b64..e02149f0eea00 100644 --- a/clients/client-backup/src/commands/DeleteReportPlanCommand.ts +++ b/clients/client-backup/src/commands/DeleteReportPlanCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteReportPlanInput } from "../models/models_0"; import { de_DeleteReportPlanCommand, se_DeleteReportPlanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/DescribeBackupJobCommand.ts b/clients/client-backup/src/commands/DescribeBackupJobCommand.ts index 0e33c7ccd830e..b4a3d65a760b8 100644 --- a/clients/client-backup/src/commands/DescribeBackupJobCommand.ts +++ b/clients/client-backup/src/commands/DescribeBackupJobCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeBackupJobInput, DescribeBackupJobOutput } from "../models/models_0"; import { de_DescribeBackupJobCommand, se_DescribeBackupJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/DescribeBackupVaultCommand.ts b/clients/client-backup/src/commands/DescribeBackupVaultCommand.ts index d286e7980ae0e..8396e924f6a5d 100644 --- a/clients/client-backup/src/commands/DescribeBackupVaultCommand.ts +++ b/clients/client-backup/src/commands/DescribeBackupVaultCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeBackupVaultInput, DescribeBackupVaultOutput } from "../models/models_0"; import { de_DescribeBackupVaultCommand, se_DescribeBackupVaultCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/DescribeCopyJobCommand.ts b/clients/client-backup/src/commands/DescribeCopyJobCommand.ts index 9d7a5076277ae..22477c8ac4e37 100644 --- a/clients/client-backup/src/commands/DescribeCopyJobCommand.ts +++ b/clients/client-backup/src/commands/DescribeCopyJobCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeCopyJobInput, DescribeCopyJobOutput } from "../models/models_0"; import { de_DescribeCopyJobCommand, se_DescribeCopyJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/DescribeFrameworkCommand.ts b/clients/client-backup/src/commands/DescribeFrameworkCommand.ts index a5d011dbfbb31..d4d80663d2561 100644 --- a/clients/client-backup/src/commands/DescribeFrameworkCommand.ts +++ b/clients/client-backup/src/commands/DescribeFrameworkCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeFrameworkInput, DescribeFrameworkOutput } from "../models/models_0"; import { de_DescribeFrameworkCommand, se_DescribeFrameworkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/DescribeGlobalSettingsCommand.ts b/clients/client-backup/src/commands/DescribeGlobalSettingsCommand.ts index f2786567220b9..74418a7026730 100644 --- a/clients/client-backup/src/commands/DescribeGlobalSettingsCommand.ts +++ b/clients/client-backup/src/commands/DescribeGlobalSettingsCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeGlobalSettingsInput, DescribeGlobalSettingsOutput } from "../models/models_0"; import { de_DescribeGlobalSettingsCommand, se_DescribeGlobalSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/DescribeProtectedResourceCommand.ts b/clients/client-backup/src/commands/DescribeProtectedResourceCommand.ts index ced7fc30eb449..a2fd5198fb592 100644 --- a/clients/client-backup/src/commands/DescribeProtectedResourceCommand.ts +++ b/clients/client-backup/src/commands/DescribeProtectedResourceCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeProtectedResourceInput, DescribeProtectedResourceOutput } from "../models/models_0"; import { de_DescribeProtectedResourceCommand, se_DescribeProtectedResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/DescribeRecoveryPointCommand.ts b/clients/client-backup/src/commands/DescribeRecoveryPointCommand.ts index df3f4d9759bf1..52bb86d9966a9 100644 --- a/clients/client-backup/src/commands/DescribeRecoveryPointCommand.ts +++ b/clients/client-backup/src/commands/DescribeRecoveryPointCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeRecoveryPointInput, DescribeRecoveryPointOutput } from "../models/models_0"; import { de_DescribeRecoveryPointCommand, se_DescribeRecoveryPointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/DescribeRegionSettingsCommand.ts b/clients/client-backup/src/commands/DescribeRegionSettingsCommand.ts index 6ee6927306bd8..72e15538ef53a 100644 --- a/clients/client-backup/src/commands/DescribeRegionSettingsCommand.ts +++ b/clients/client-backup/src/commands/DescribeRegionSettingsCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeRegionSettingsInput, DescribeRegionSettingsOutput } from "../models/models_0"; import { de_DescribeRegionSettingsCommand, se_DescribeRegionSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/DescribeReportJobCommand.ts b/clients/client-backup/src/commands/DescribeReportJobCommand.ts index 0b2e0dab64d0f..eb9c9572794f6 100644 --- a/clients/client-backup/src/commands/DescribeReportJobCommand.ts +++ b/clients/client-backup/src/commands/DescribeReportJobCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeReportJobInput, DescribeReportJobOutput } from "../models/models_0"; import { de_DescribeReportJobCommand, se_DescribeReportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/DescribeReportPlanCommand.ts b/clients/client-backup/src/commands/DescribeReportPlanCommand.ts index 54c8465507f97..4a49ccfed379c 100644 --- a/clients/client-backup/src/commands/DescribeReportPlanCommand.ts +++ b/clients/client-backup/src/commands/DescribeReportPlanCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeReportPlanInput, DescribeReportPlanOutput } from "../models/models_0"; import { de_DescribeReportPlanCommand, se_DescribeReportPlanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/DescribeRestoreJobCommand.ts b/clients/client-backup/src/commands/DescribeRestoreJobCommand.ts index f39ac9d2062a5..668d1c1735fa3 100644 --- a/clients/client-backup/src/commands/DescribeRestoreJobCommand.ts +++ b/clients/client-backup/src/commands/DescribeRestoreJobCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeRestoreJobInput, DescribeRestoreJobOutput } from "../models/models_0"; import { de_DescribeRestoreJobCommand, se_DescribeRestoreJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/DisassociateRecoveryPointCommand.ts b/clients/client-backup/src/commands/DisassociateRecoveryPointCommand.ts index 163a07592fffd..6352327751f05 100644 --- a/clients/client-backup/src/commands/DisassociateRecoveryPointCommand.ts +++ b/clients/client-backup/src/commands/DisassociateRecoveryPointCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DisassociateRecoveryPointInput } from "../models/models_0"; import { de_DisassociateRecoveryPointCommand, se_DisassociateRecoveryPointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/DisassociateRecoveryPointFromParentCommand.ts b/clients/client-backup/src/commands/DisassociateRecoveryPointFromParentCommand.ts index ab3a10b8c4ad0..fc49d0b385aa2 100644 --- a/clients/client-backup/src/commands/DisassociateRecoveryPointFromParentCommand.ts +++ b/clients/client-backup/src/commands/DisassociateRecoveryPointFromParentCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateRecoveryPointFromParentCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/ExportBackupPlanTemplateCommand.ts b/clients/client-backup/src/commands/ExportBackupPlanTemplateCommand.ts index 65ce587c4462d..a6bd76bd5d6f0 100644 --- a/clients/client-backup/src/commands/ExportBackupPlanTemplateCommand.ts +++ b/clients/client-backup/src/commands/ExportBackupPlanTemplateCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ExportBackupPlanTemplateInput, ExportBackupPlanTemplateOutput } from "../models/models_0"; import { de_ExportBackupPlanTemplateCommand, se_ExportBackupPlanTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/GetBackupPlanCommand.ts b/clients/client-backup/src/commands/GetBackupPlanCommand.ts index d63d38bb3423f..2b09c81366640 100644 --- a/clients/client-backup/src/commands/GetBackupPlanCommand.ts +++ b/clients/client-backup/src/commands/GetBackupPlanCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetBackupPlanInput, GetBackupPlanOutput, GetBackupPlanOutputFilterSensitiveLog } from "../models/models_0"; import { de_GetBackupPlanCommand, se_GetBackupPlanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/GetBackupPlanFromJSONCommand.ts b/clients/client-backup/src/commands/GetBackupPlanFromJSONCommand.ts index de8c6dc283659..e7ac26073d81f 100644 --- a/clients/client-backup/src/commands/GetBackupPlanFromJSONCommand.ts +++ b/clients/client-backup/src/commands/GetBackupPlanFromJSONCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetBackupPlanFromJSONCommand, se_GetBackupPlanFromJSONCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/GetBackupPlanFromTemplateCommand.ts b/clients/client-backup/src/commands/GetBackupPlanFromTemplateCommand.ts index 05d54929b75d1..ac6682162abd8 100644 --- a/clients/client-backup/src/commands/GetBackupPlanFromTemplateCommand.ts +++ b/clients/client-backup/src/commands/GetBackupPlanFromTemplateCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetBackupPlanFromTemplateCommand, se_GetBackupPlanFromTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/GetBackupSelectionCommand.ts b/clients/client-backup/src/commands/GetBackupSelectionCommand.ts index 27378e1651695..1684bd30d6d64 100644 --- a/clients/client-backup/src/commands/GetBackupSelectionCommand.ts +++ b/clients/client-backup/src/commands/GetBackupSelectionCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetBackupSelectionInput, GetBackupSelectionOutput } from "../models/models_0"; import { de_GetBackupSelectionCommand, se_GetBackupSelectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/GetBackupVaultAccessPolicyCommand.ts b/clients/client-backup/src/commands/GetBackupVaultAccessPolicyCommand.ts index 9dec1595e1618..68ff1873b7972 100644 --- a/clients/client-backup/src/commands/GetBackupVaultAccessPolicyCommand.ts +++ b/clients/client-backup/src/commands/GetBackupVaultAccessPolicyCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetBackupVaultAccessPolicyInput, GetBackupVaultAccessPolicyOutput } from "../models/models_0"; import { de_GetBackupVaultAccessPolicyCommand, se_GetBackupVaultAccessPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/GetBackupVaultNotificationsCommand.ts b/clients/client-backup/src/commands/GetBackupVaultNotificationsCommand.ts index 291674ca565b9..c68f00851932a 100644 --- a/clients/client-backup/src/commands/GetBackupVaultNotificationsCommand.ts +++ b/clients/client-backup/src/commands/GetBackupVaultNotificationsCommand.ts @@ -20,6 +20,10 @@ import { se_GetBackupVaultNotificationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/GetLegalHoldCommand.ts b/clients/client-backup/src/commands/GetLegalHoldCommand.ts index 406f93e4fe319..f084e9ac36b90 100644 --- a/clients/client-backup/src/commands/GetLegalHoldCommand.ts +++ b/clients/client-backup/src/commands/GetLegalHoldCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetLegalHoldInput, GetLegalHoldOutput } from "../models/models_0"; import { de_GetLegalHoldCommand, se_GetLegalHoldCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/GetRecoveryPointRestoreMetadataCommand.ts b/clients/client-backup/src/commands/GetRecoveryPointRestoreMetadataCommand.ts index 2c1d1b3e7acaf..5be047b11715e 100644 --- a/clients/client-backup/src/commands/GetRecoveryPointRestoreMetadataCommand.ts +++ b/clients/client-backup/src/commands/GetRecoveryPointRestoreMetadataCommand.ts @@ -24,6 +24,10 @@ import { se_GetRecoveryPointRestoreMetadataCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/GetSupportedResourceTypesCommand.ts b/clients/client-backup/src/commands/GetSupportedResourceTypesCommand.ts index cc544202bcc6f..3a69efd99ffd2 100644 --- a/clients/client-backup/src/commands/GetSupportedResourceTypesCommand.ts +++ b/clients/client-backup/src/commands/GetSupportedResourceTypesCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetSupportedResourceTypesOutput } from "../models/models_0"; import { de_GetSupportedResourceTypesCommand, se_GetSupportedResourceTypesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/ListBackupJobsCommand.ts b/clients/client-backup/src/commands/ListBackupJobsCommand.ts index 10a20c0214099..7cdcd2284622d 100644 --- a/clients/client-backup/src/commands/ListBackupJobsCommand.ts +++ b/clients/client-backup/src/commands/ListBackupJobsCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListBackupJobsInput, ListBackupJobsOutput } from "../models/models_0"; import { de_ListBackupJobsCommand, se_ListBackupJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/ListBackupPlanTemplatesCommand.ts b/clients/client-backup/src/commands/ListBackupPlanTemplatesCommand.ts index 7cc0c110bb03a..9a5fa2ec9b01b 100644 --- a/clients/client-backup/src/commands/ListBackupPlanTemplatesCommand.ts +++ b/clients/client-backup/src/commands/ListBackupPlanTemplatesCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListBackupPlanTemplatesInput, ListBackupPlanTemplatesOutput } from "../models/models_0"; import { de_ListBackupPlanTemplatesCommand, se_ListBackupPlanTemplatesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/ListBackupPlanVersionsCommand.ts b/clients/client-backup/src/commands/ListBackupPlanVersionsCommand.ts index aeca774b4773e..e9ff09ffee5b2 100644 --- a/clients/client-backup/src/commands/ListBackupPlanVersionsCommand.ts +++ b/clients/client-backup/src/commands/ListBackupPlanVersionsCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListBackupPlanVersionsInput, ListBackupPlanVersionsOutput } from "../models/models_0"; import { de_ListBackupPlanVersionsCommand, se_ListBackupPlanVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/ListBackupPlansCommand.ts b/clients/client-backup/src/commands/ListBackupPlansCommand.ts index beaddd70db7ce..9c7c8bc223c85 100644 --- a/clients/client-backup/src/commands/ListBackupPlansCommand.ts +++ b/clients/client-backup/src/commands/ListBackupPlansCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListBackupPlansInput, ListBackupPlansOutput } from "../models/models_0"; import { de_ListBackupPlansCommand, se_ListBackupPlansCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/ListBackupSelectionsCommand.ts b/clients/client-backup/src/commands/ListBackupSelectionsCommand.ts index 89feaa9059916..339cad3de9a1f 100644 --- a/clients/client-backup/src/commands/ListBackupSelectionsCommand.ts +++ b/clients/client-backup/src/commands/ListBackupSelectionsCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListBackupSelectionsInput, ListBackupSelectionsOutput } from "../models/models_0"; import { de_ListBackupSelectionsCommand, se_ListBackupSelectionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/ListBackupVaultsCommand.ts b/clients/client-backup/src/commands/ListBackupVaultsCommand.ts index 23917e5ca1320..b8bc487dc9a61 100644 --- a/clients/client-backup/src/commands/ListBackupVaultsCommand.ts +++ b/clients/client-backup/src/commands/ListBackupVaultsCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListBackupVaultsInput, ListBackupVaultsOutput } from "../models/models_0"; import { de_ListBackupVaultsCommand, se_ListBackupVaultsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/ListCopyJobsCommand.ts b/clients/client-backup/src/commands/ListCopyJobsCommand.ts index 107caa9f63bef..625ad66d0bf2f 100644 --- a/clients/client-backup/src/commands/ListCopyJobsCommand.ts +++ b/clients/client-backup/src/commands/ListCopyJobsCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListCopyJobsInput, ListCopyJobsOutput } from "../models/models_0"; import { de_ListCopyJobsCommand, se_ListCopyJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/ListFrameworksCommand.ts b/clients/client-backup/src/commands/ListFrameworksCommand.ts index abb2519d676ae..37aa727807790 100644 --- a/clients/client-backup/src/commands/ListFrameworksCommand.ts +++ b/clients/client-backup/src/commands/ListFrameworksCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListFrameworksInput, ListFrameworksOutput } from "../models/models_0"; import { de_ListFrameworksCommand, se_ListFrameworksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/ListLegalHoldsCommand.ts b/clients/client-backup/src/commands/ListLegalHoldsCommand.ts index 0aa5b60a4a5df..34b16617c304d 100644 --- a/clients/client-backup/src/commands/ListLegalHoldsCommand.ts +++ b/clients/client-backup/src/commands/ListLegalHoldsCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListLegalHoldsInput, ListLegalHoldsOutput } from "../models/models_0"; import { de_ListLegalHoldsCommand, se_ListLegalHoldsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/ListProtectedResourcesCommand.ts b/clients/client-backup/src/commands/ListProtectedResourcesCommand.ts index 64e6f5f3dbbff..9591ecb2c430a 100644 --- a/clients/client-backup/src/commands/ListProtectedResourcesCommand.ts +++ b/clients/client-backup/src/commands/ListProtectedResourcesCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListProtectedResourcesInput, ListProtectedResourcesOutput } from "../models/models_0"; import { de_ListProtectedResourcesCommand, se_ListProtectedResourcesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/ListRecoveryPointsByBackupVaultCommand.ts b/clients/client-backup/src/commands/ListRecoveryPointsByBackupVaultCommand.ts index f9f65db08d9d0..5cff78a097d25 100644 --- a/clients/client-backup/src/commands/ListRecoveryPointsByBackupVaultCommand.ts +++ b/clients/client-backup/src/commands/ListRecoveryPointsByBackupVaultCommand.ts @@ -20,6 +20,10 @@ import { se_ListRecoveryPointsByBackupVaultCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/ListRecoveryPointsByLegalHoldCommand.ts b/clients/client-backup/src/commands/ListRecoveryPointsByLegalHoldCommand.ts index c890ce8c73969..391d0a03426fc 100644 --- a/clients/client-backup/src/commands/ListRecoveryPointsByLegalHoldCommand.ts +++ b/clients/client-backup/src/commands/ListRecoveryPointsByLegalHoldCommand.ts @@ -20,6 +20,10 @@ import { se_ListRecoveryPointsByLegalHoldCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/ListRecoveryPointsByResourceCommand.ts b/clients/client-backup/src/commands/ListRecoveryPointsByResourceCommand.ts index 60519bb4e4b37..51387409e627b 100644 --- a/clients/client-backup/src/commands/ListRecoveryPointsByResourceCommand.ts +++ b/clients/client-backup/src/commands/ListRecoveryPointsByResourceCommand.ts @@ -20,6 +20,10 @@ import { se_ListRecoveryPointsByResourceCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/ListReportJobsCommand.ts b/clients/client-backup/src/commands/ListReportJobsCommand.ts index 72620a25a0cef..a7cc5fc52c06c 100644 --- a/clients/client-backup/src/commands/ListReportJobsCommand.ts +++ b/clients/client-backup/src/commands/ListReportJobsCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListReportJobsInput, ListReportJobsOutput } from "../models/models_0"; import { de_ListReportJobsCommand, se_ListReportJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/ListReportPlansCommand.ts b/clients/client-backup/src/commands/ListReportPlansCommand.ts index 058d47668d8fd..664e5cd0a2d37 100644 --- a/clients/client-backup/src/commands/ListReportPlansCommand.ts +++ b/clients/client-backup/src/commands/ListReportPlansCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListReportPlansInput, ListReportPlansOutput } from "../models/models_0"; import { de_ListReportPlansCommand, se_ListReportPlansCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/ListRestoreJobsCommand.ts b/clients/client-backup/src/commands/ListRestoreJobsCommand.ts index 9a571b867ee37..57135bfedd187 100644 --- a/clients/client-backup/src/commands/ListRestoreJobsCommand.ts +++ b/clients/client-backup/src/commands/ListRestoreJobsCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListRestoreJobsInput, ListRestoreJobsOutput } from "../models/models_0"; import { de_ListRestoreJobsCommand, se_ListRestoreJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/ListTagsCommand.ts b/clients/client-backup/src/commands/ListTagsCommand.ts index 173e545299dd3..691eea9046929 100644 --- a/clients/client-backup/src/commands/ListTagsCommand.ts +++ b/clients/client-backup/src/commands/ListTagsCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListTagsInput, ListTagsOutput, ListTagsOutputFilterSensitiveLog } from "../models/models_0"; import { de_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/PutBackupVaultAccessPolicyCommand.ts b/clients/client-backup/src/commands/PutBackupVaultAccessPolicyCommand.ts index c7c048287b2e5..1422222812c6b 100644 --- a/clients/client-backup/src/commands/PutBackupVaultAccessPolicyCommand.ts +++ b/clients/client-backup/src/commands/PutBackupVaultAccessPolicyCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { PutBackupVaultAccessPolicyInput } from "../models/models_0"; import { de_PutBackupVaultAccessPolicyCommand, se_PutBackupVaultAccessPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/PutBackupVaultLockConfigurationCommand.ts b/clients/client-backup/src/commands/PutBackupVaultLockConfigurationCommand.ts index 708476da0865b..afaaa973e19dc 100644 --- a/clients/client-backup/src/commands/PutBackupVaultLockConfigurationCommand.ts +++ b/clients/client-backup/src/commands/PutBackupVaultLockConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_PutBackupVaultLockConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/PutBackupVaultNotificationsCommand.ts b/clients/client-backup/src/commands/PutBackupVaultNotificationsCommand.ts index bd81606b6ff88..390421090b2b1 100644 --- a/clients/client-backup/src/commands/PutBackupVaultNotificationsCommand.ts +++ b/clients/client-backup/src/commands/PutBackupVaultNotificationsCommand.ts @@ -20,6 +20,10 @@ import { se_PutBackupVaultNotificationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/StartBackupJobCommand.ts b/clients/client-backup/src/commands/StartBackupJobCommand.ts index b4dc396dff375..ebbf66a40f500 100644 --- a/clients/client-backup/src/commands/StartBackupJobCommand.ts +++ b/clients/client-backup/src/commands/StartBackupJobCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { StartBackupJobInput, StartBackupJobInputFilterSensitiveLog, StartBackupJobOutput } from "../models/models_0"; import { de_StartBackupJobCommand, se_StartBackupJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/StartCopyJobCommand.ts b/clients/client-backup/src/commands/StartCopyJobCommand.ts index 7886360b53304..dab98971274e2 100644 --- a/clients/client-backup/src/commands/StartCopyJobCommand.ts +++ b/clients/client-backup/src/commands/StartCopyJobCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { StartCopyJobInput, StartCopyJobOutput } from "../models/models_0"; import { de_StartCopyJobCommand, se_StartCopyJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/StartReportJobCommand.ts b/clients/client-backup/src/commands/StartReportJobCommand.ts index 2be52dd3d4b59..57dda91a73836 100644 --- a/clients/client-backup/src/commands/StartReportJobCommand.ts +++ b/clients/client-backup/src/commands/StartReportJobCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { StartReportJobInput, StartReportJobOutput } from "../models/models_0"; import { de_StartReportJobCommand, se_StartReportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/StartRestoreJobCommand.ts b/clients/client-backup/src/commands/StartRestoreJobCommand.ts index 2833aca14ee7b..8af69a17bb5ae 100644 --- a/clients/client-backup/src/commands/StartRestoreJobCommand.ts +++ b/clients/client-backup/src/commands/StartRestoreJobCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_StartRestoreJobCommand, se_StartRestoreJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/StopBackupJobCommand.ts b/clients/client-backup/src/commands/StopBackupJobCommand.ts index e5c196f917674..46f586539509e 100644 --- a/clients/client-backup/src/commands/StopBackupJobCommand.ts +++ b/clients/client-backup/src/commands/StopBackupJobCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { StopBackupJobInput } from "../models/models_0"; import { de_StopBackupJobCommand, se_StopBackupJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/TagResourceCommand.ts b/clients/client-backup/src/commands/TagResourceCommand.ts index a054a9c2f2511..a155622da45c6 100644 --- a/clients/client-backup/src/commands/TagResourceCommand.ts +++ b/clients/client-backup/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { TagResourceInput, TagResourceInputFilterSensitiveLog } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/UntagResourceCommand.ts b/clients/client-backup/src/commands/UntagResourceCommand.ts index de1431b6c99c8..70d73af78fceb 100644 --- a/clients/client-backup/src/commands/UntagResourceCommand.ts +++ b/clients/client-backup/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UntagResourceInput, UntagResourceInputFilterSensitiveLog } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/UpdateBackupPlanCommand.ts b/clients/client-backup/src/commands/UpdateBackupPlanCommand.ts index f95a7c8503f39..fd1465462b28a 100644 --- a/clients/client-backup/src/commands/UpdateBackupPlanCommand.ts +++ b/clients/client-backup/src/commands/UpdateBackupPlanCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateBackupPlanCommand, se_UpdateBackupPlanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/UpdateFrameworkCommand.ts b/clients/client-backup/src/commands/UpdateFrameworkCommand.ts index d8fff2d0e606c..7eb554e5bb0bd 100644 --- a/clients/client-backup/src/commands/UpdateFrameworkCommand.ts +++ b/clients/client-backup/src/commands/UpdateFrameworkCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateFrameworkInput, UpdateFrameworkOutput } from "../models/models_0"; import { de_UpdateFrameworkCommand, se_UpdateFrameworkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/UpdateGlobalSettingsCommand.ts b/clients/client-backup/src/commands/UpdateGlobalSettingsCommand.ts index 0bef0bada049d..77a671a5a2f6d 100644 --- a/clients/client-backup/src/commands/UpdateGlobalSettingsCommand.ts +++ b/clients/client-backup/src/commands/UpdateGlobalSettingsCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateGlobalSettingsInput } from "../models/models_0"; import { de_UpdateGlobalSettingsCommand, se_UpdateGlobalSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/UpdateRecoveryPointLifecycleCommand.ts b/clients/client-backup/src/commands/UpdateRecoveryPointLifecycleCommand.ts index 691da5e80f76d..1aebc5fbe8459 100644 --- a/clients/client-backup/src/commands/UpdateRecoveryPointLifecycleCommand.ts +++ b/clients/client-backup/src/commands/UpdateRecoveryPointLifecycleCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateRecoveryPointLifecycleCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/UpdateRegionSettingsCommand.ts b/clients/client-backup/src/commands/UpdateRegionSettingsCommand.ts index f221140c0820e..9e9fd4ba5adf9 100644 --- a/clients/client-backup/src/commands/UpdateRegionSettingsCommand.ts +++ b/clients/client-backup/src/commands/UpdateRegionSettingsCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateRegionSettingsInput } from "../models/models_0"; import { de_UpdateRegionSettingsCommand, se_UpdateRegionSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/commands/UpdateReportPlanCommand.ts b/clients/client-backup/src/commands/UpdateReportPlanCommand.ts index 1c06e83308e42..458b69d630022 100644 --- a/clients/client-backup/src/commands/UpdateReportPlanCommand.ts +++ b/clients/client-backup/src/commands/UpdateReportPlanCommand.ts @@ -17,6 +17,10 @@ import { BackupClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateReportPlanInput, UpdateReportPlanOutput } from "../models/models_0"; import { de_UpdateReportPlanCommand, se_UpdateReportPlanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backup/src/index.ts b/clients/client-backup/src/index.ts index cddce492f2a43..214ad42ca6032 100644 --- a/clients/client-backup/src/index.ts +++ b/clients/client-backup/src/index.ts @@ -1,8 +1,18 @@ -export * from "./Backup"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Backup + *

Backup is a unified backup service designed to protect Amazon Web Services + * services and their associated data. Backup simplifies the creation, migration, + * restoration, and deletion of backups, while also providing reporting and + * auditing.

+ * + * @packageDocumentation + */ export * from "./BackupClient"; +export * from "./Backup"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { BackupServiceException } from "./models/BackupServiceException"; diff --git a/clients/client-backup/src/models/BackupServiceException.ts b/clients/client-backup/src/models/BackupServiceException.ts index 581f27754f8a2..8cdac05b0c4e1 100644 --- a/clients/client-backup/src/models/BackupServiceException.ts +++ b/clients/client-backup/src/models/BackupServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-backupstorage/src/BackupStorageClient.ts b/clients/client-backupstorage/src/BackupStorageClient.ts index 91d04894638e7..38f15240250b1 100644 --- a/clients/client-backupstorage/src/BackupStorageClient.ts +++ b/clients/client-backupstorage/src/BackupStorageClient.ts @@ -72,6 +72,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -233,7 +235,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type BackupStorageClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type BackupStorageClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -252,7 +254,7 @@ export interface BackupStorageClientConfig extends BackupStorageClientConfigType /** * @public */ -type BackupStorageClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type BackupStorageClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-backupstorage/src/commands/DeleteObjectCommand.ts b/clients/client-backupstorage/src/commands/DeleteObjectCommand.ts index 3d56c10100341..d2c3e9a776e08 100644 --- a/clients/client-backupstorage/src/commands/DeleteObjectCommand.ts +++ b/clients/client-backupstorage/src/commands/DeleteObjectCommand.ts @@ -17,6 +17,10 @@ import { BackupStorageClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteObjectInput } from "../models/models_0"; import { de_DeleteObjectCommand, se_DeleteObjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backupstorage/src/commands/GetChunkCommand.ts b/clients/client-backupstorage/src/commands/GetChunkCommand.ts index e1b966f3504fe..e2b8618e23834 100644 --- a/clients/client-backupstorage/src/commands/GetChunkCommand.ts +++ b/clients/client-backupstorage/src/commands/GetChunkCommand.ts @@ -20,6 +20,10 @@ import { BackupStorageClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetChunkInput, GetChunkOutput, GetChunkOutputFilterSensitiveLog } from "../models/models_0"; import { de_GetChunkCommand, se_GetChunkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backupstorage/src/commands/GetObjectMetadataCommand.ts b/clients/client-backupstorage/src/commands/GetObjectMetadataCommand.ts index 0d05d7f96a662..f1c9ab0828082 100644 --- a/clients/client-backupstorage/src/commands/GetObjectMetadataCommand.ts +++ b/clients/client-backupstorage/src/commands/GetObjectMetadataCommand.ts @@ -24,6 +24,10 @@ import { } from "../models/models_0"; import { de_GetObjectMetadataCommand, se_GetObjectMetadataCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backupstorage/src/commands/ListChunksCommand.ts b/clients/client-backupstorage/src/commands/ListChunksCommand.ts index 636ee58417482..a9b30914db47e 100644 --- a/clients/client-backupstorage/src/commands/ListChunksCommand.ts +++ b/clients/client-backupstorage/src/commands/ListChunksCommand.ts @@ -17,6 +17,10 @@ import { BackupStorageClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListChunksInput, ListChunksOutput } from "../models/models_0"; import { de_ListChunksCommand, se_ListChunksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backupstorage/src/commands/ListObjectsCommand.ts b/clients/client-backupstorage/src/commands/ListObjectsCommand.ts index 949d6e5d2075f..cb32cd1067a93 100644 --- a/clients/client-backupstorage/src/commands/ListObjectsCommand.ts +++ b/clients/client-backupstorage/src/commands/ListObjectsCommand.ts @@ -17,6 +17,10 @@ import { BackupStorageClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListObjectsInput, ListObjectsOutput } from "../models/models_0"; import { de_ListObjectsCommand, se_ListObjectsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backupstorage/src/commands/NotifyObjectCompleteCommand.ts b/clients/client-backupstorage/src/commands/NotifyObjectCompleteCommand.ts index ec8ef7fc791bf..1d41f3971283a 100644 --- a/clients/client-backupstorage/src/commands/NotifyObjectCompleteCommand.ts +++ b/clients/client-backupstorage/src/commands/NotifyObjectCompleteCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_NotifyObjectCompleteCommand, se_NotifyObjectCompleteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backupstorage/src/commands/PutChunkCommand.ts b/clients/client-backupstorage/src/commands/PutChunkCommand.ts index 170dfa9eae7ca..7e78a42fec716 100644 --- a/clients/client-backupstorage/src/commands/PutChunkCommand.ts +++ b/clients/client-backupstorage/src/commands/PutChunkCommand.ts @@ -17,6 +17,10 @@ import { BackupStorageClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutChunkInput, PutChunkInputFilterSensitiveLog, PutChunkOutput } from "../models/models_0"; import { de_PutChunkCommand, se_PutChunkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backupstorage/src/commands/PutObjectCommand.ts b/clients/client-backupstorage/src/commands/PutObjectCommand.ts index 5b95922a1c691..1950b331d86a5 100644 --- a/clients/client-backupstorage/src/commands/PutObjectCommand.ts +++ b/clients/client-backupstorage/src/commands/PutObjectCommand.ts @@ -17,6 +17,10 @@ import { BackupStorageClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutObjectInput, PutObjectInputFilterSensitiveLog, PutObjectOutput } from "../models/models_0"; import { de_PutObjectCommand, se_PutObjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backupstorage/src/commands/StartObjectCommand.ts b/clients/client-backupstorage/src/commands/StartObjectCommand.ts index 0828622c27a8a..79eb35f93d97f 100644 --- a/clients/client-backupstorage/src/commands/StartObjectCommand.ts +++ b/clients/client-backupstorage/src/commands/StartObjectCommand.ts @@ -17,6 +17,10 @@ import { BackupStorageClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { StartObjectInput, StartObjectOutput } from "../models/models_0"; import { de_StartObjectCommand, se_StartObjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-backupstorage/src/index.ts b/clients/client-backupstorage/src/index.ts index ae65a354790cf..d4bb8bc1da601 100644 --- a/clients/client-backupstorage/src/index.ts +++ b/clients/client-backupstorage/src/index.ts @@ -1,8 +1,14 @@ -export * from "./BackupStorage"; // smithy-typescript generated code +/* eslint-disable */ +/** + * The frontend service for Cryo Storage. + * + * @packageDocumentation + */ export * from "./BackupStorageClient"; +export * from "./BackupStorage"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { BackupStorageServiceException } from "./models/BackupStorageServiceException"; diff --git a/clients/client-backupstorage/src/models/BackupStorageServiceException.ts b/clients/client-backupstorage/src/models/BackupStorageServiceException.ts index eceade2048f8a..afbf3ee5e5964 100644 --- a/clients/client-backupstorage/src/models/BackupStorageServiceException.ts +++ b/clients/client-backupstorage/src/models/BackupStorageServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-batch/src/BatchClient.ts b/clients/client-batch/src/BatchClient.ts index 4dda02c58ff0b..a6fc9d5fb75af 100644 --- a/clients/client-batch/src/BatchClient.ts +++ b/clients/client-batch/src/BatchClient.ts @@ -122,6 +122,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -307,7 +309,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type BatchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type BatchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -326,7 +328,7 @@ export interface BatchClientConfig extends BatchClientConfigType {} /** * @public */ -type BatchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type BatchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-batch/src/commands/CancelJobCommand.ts b/clients/client-batch/src/commands/CancelJobCommand.ts index 188af4d5b646c..5b866899dad69 100644 --- a/clients/client-batch/src/commands/CancelJobCommand.ts +++ b/clients/client-batch/src/commands/CancelJobCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CancelJobRequest, CancelJobResponse } from "../models/models_0"; import { de_CancelJobCommand, se_CancelJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/CreateComputeEnvironmentCommand.ts b/clients/client-batch/src/commands/CreateComputeEnvironmentCommand.ts index 9b1245ccb6c7b..e60dbd9fab265 100644 --- a/clients/client-batch/src/commands/CreateComputeEnvironmentCommand.ts +++ b/clients/client-batch/src/commands/CreateComputeEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateComputeEnvironmentRequest, CreateComputeEnvironmentResponse } from "../models/models_0"; import { de_CreateComputeEnvironmentCommand, se_CreateComputeEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/CreateJobQueueCommand.ts b/clients/client-batch/src/commands/CreateJobQueueCommand.ts index 76e3a7134d521..02fe5b93fd970 100644 --- a/clients/client-batch/src/commands/CreateJobQueueCommand.ts +++ b/clients/client-batch/src/commands/CreateJobQueueCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateJobQueueRequest, CreateJobQueueResponse } from "../models/models_0"; import { de_CreateJobQueueCommand, se_CreateJobQueueCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/CreateSchedulingPolicyCommand.ts b/clients/client-batch/src/commands/CreateSchedulingPolicyCommand.ts index dacfec08c4858..01a76ecc2acc6 100644 --- a/clients/client-batch/src/commands/CreateSchedulingPolicyCommand.ts +++ b/clients/client-batch/src/commands/CreateSchedulingPolicyCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateSchedulingPolicyRequest, CreateSchedulingPolicyResponse } from "../models/models_0"; import { de_CreateSchedulingPolicyCommand, se_CreateSchedulingPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/DeleteComputeEnvironmentCommand.ts b/clients/client-batch/src/commands/DeleteComputeEnvironmentCommand.ts index d42841dfae53e..5cb40267e7fa0 100644 --- a/clients/client-batch/src/commands/DeleteComputeEnvironmentCommand.ts +++ b/clients/client-batch/src/commands/DeleteComputeEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteComputeEnvironmentRequest, DeleteComputeEnvironmentResponse } from "../models/models_0"; import { de_DeleteComputeEnvironmentCommand, se_DeleteComputeEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/DeleteJobQueueCommand.ts b/clients/client-batch/src/commands/DeleteJobQueueCommand.ts index a90f75119f2fb..4b06eacd34034 100644 --- a/clients/client-batch/src/commands/DeleteJobQueueCommand.ts +++ b/clients/client-batch/src/commands/DeleteJobQueueCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteJobQueueRequest, DeleteJobQueueResponse } from "../models/models_0"; import { de_DeleteJobQueueCommand, se_DeleteJobQueueCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/DeleteSchedulingPolicyCommand.ts b/clients/client-batch/src/commands/DeleteSchedulingPolicyCommand.ts index 2965531efe5f8..ae6eb25fb8b48 100644 --- a/clients/client-batch/src/commands/DeleteSchedulingPolicyCommand.ts +++ b/clients/client-batch/src/commands/DeleteSchedulingPolicyCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteSchedulingPolicyRequest, DeleteSchedulingPolicyResponse } from "../models/models_0"; import { de_DeleteSchedulingPolicyCommand, se_DeleteSchedulingPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/DeregisterJobDefinitionCommand.ts b/clients/client-batch/src/commands/DeregisterJobDefinitionCommand.ts index a4294ee1158d6..643d66a773938 100644 --- a/clients/client-batch/src/commands/DeregisterJobDefinitionCommand.ts +++ b/clients/client-batch/src/commands/DeregisterJobDefinitionCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeregisterJobDefinitionRequest, DeregisterJobDefinitionResponse } from "../models/models_0"; import { de_DeregisterJobDefinitionCommand, se_DeregisterJobDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/DescribeComputeEnvironmentsCommand.ts b/clients/client-batch/src/commands/DescribeComputeEnvironmentsCommand.ts index 1b87716f7f39a..a698da16a1119 100644 --- a/clients/client-batch/src/commands/DescribeComputeEnvironmentsCommand.ts +++ b/clients/client-batch/src/commands/DescribeComputeEnvironmentsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeComputeEnvironmentsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/DescribeJobDefinitionsCommand.ts b/clients/client-batch/src/commands/DescribeJobDefinitionsCommand.ts index 895a934d634e1..b19dbfbfc89e2 100644 --- a/clients/client-batch/src/commands/DescribeJobDefinitionsCommand.ts +++ b/clients/client-batch/src/commands/DescribeJobDefinitionsCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DescribeJobDefinitionsRequest, DescribeJobDefinitionsResponse } from "../models/models_0"; import { de_DescribeJobDefinitionsCommand, se_DescribeJobDefinitionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/DescribeJobQueuesCommand.ts b/clients/client-batch/src/commands/DescribeJobQueuesCommand.ts index 2b9c8a5058670..13ca6a6bbb273 100644 --- a/clients/client-batch/src/commands/DescribeJobQueuesCommand.ts +++ b/clients/client-batch/src/commands/DescribeJobQueuesCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DescribeJobQueuesRequest, DescribeJobQueuesResponse } from "../models/models_0"; import { de_DescribeJobQueuesCommand, se_DescribeJobQueuesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/DescribeJobsCommand.ts b/clients/client-batch/src/commands/DescribeJobsCommand.ts index 915a48e258d7b..f5f2d1d9ae18d 100644 --- a/clients/client-batch/src/commands/DescribeJobsCommand.ts +++ b/clients/client-batch/src/commands/DescribeJobsCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DescribeJobsRequest, DescribeJobsResponse } from "../models/models_0"; import { de_DescribeJobsCommand, se_DescribeJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/DescribeSchedulingPoliciesCommand.ts b/clients/client-batch/src/commands/DescribeSchedulingPoliciesCommand.ts index 908fbe9dd04d8..35f5121d0cd7a 100644 --- a/clients/client-batch/src/commands/DescribeSchedulingPoliciesCommand.ts +++ b/clients/client-batch/src/commands/DescribeSchedulingPoliciesCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DescribeSchedulingPoliciesRequest, DescribeSchedulingPoliciesResponse } from "../models/models_0"; import { de_DescribeSchedulingPoliciesCommand, se_DescribeSchedulingPoliciesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/ListJobsCommand.ts b/clients/client-batch/src/commands/ListJobsCommand.ts index 1dd24f143bf34..79e35dd281953 100644 --- a/clients/client-batch/src/commands/ListJobsCommand.ts +++ b/clients/client-batch/src/commands/ListJobsCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListJobsRequest, ListJobsResponse } from "../models/models_0"; import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/ListSchedulingPoliciesCommand.ts b/clients/client-batch/src/commands/ListSchedulingPoliciesCommand.ts index 64fdfb96cd212..12722cc67886e 100644 --- a/clients/client-batch/src/commands/ListSchedulingPoliciesCommand.ts +++ b/clients/client-batch/src/commands/ListSchedulingPoliciesCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListSchedulingPoliciesRequest, ListSchedulingPoliciesResponse } from "../models/models_0"; import { de_ListSchedulingPoliciesCommand, se_ListSchedulingPoliciesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/ListTagsForResourceCommand.ts b/clients/client-batch/src/commands/ListTagsForResourceCommand.ts index d32b85b938269..12a7a4d8b0ca2 100644 --- a/clients/client-batch/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-batch/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/RegisterJobDefinitionCommand.ts b/clients/client-batch/src/commands/RegisterJobDefinitionCommand.ts index 01480f0c8c5d1..2150857bb66bf 100644 --- a/clients/client-batch/src/commands/RegisterJobDefinitionCommand.ts +++ b/clients/client-batch/src/commands/RegisterJobDefinitionCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { RegisterJobDefinitionRequest, RegisterJobDefinitionResponse } from "../models/models_0"; import { de_RegisterJobDefinitionCommand, se_RegisterJobDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/SubmitJobCommand.ts b/clients/client-batch/src/commands/SubmitJobCommand.ts index cdec220c527f1..0e30786c8d685 100644 --- a/clients/client-batch/src/commands/SubmitJobCommand.ts +++ b/clients/client-batch/src/commands/SubmitJobCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { SubmitJobRequest, SubmitJobResponse } from "../models/models_0"; import { de_SubmitJobCommand, se_SubmitJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/TagResourceCommand.ts b/clients/client-batch/src/commands/TagResourceCommand.ts index fd9111601a42a..c993de39294c8 100644 --- a/clients/client-batch/src/commands/TagResourceCommand.ts +++ b/clients/client-batch/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/TerminateJobCommand.ts b/clients/client-batch/src/commands/TerminateJobCommand.ts index d7921a84acd13..262055f310a09 100644 --- a/clients/client-batch/src/commands/TerminateJobCommand.ts +++ b/clients/client-batch/src/commands/TerminateJobCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { TerminateJobRequest, TerminateJobResponse } from "../models/models_0"; import { de_TerminateJobCommand, se_TerminateJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/UntagResourceCommand.ts b/clients/client-batch/src/commands/UntagResourceCommand.ts index 3ec4d939f889f..1d229961d3ee4 100644 --- a/clients/client-batch/src/commands/UntagResourceCommand.ts +++ b/clients/client-batch/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/UpdateComputeEnvironmentCommand.ts b/clients/client-batch/src/commands/UpdateComputeEnvironmentCommand.ts index a0f401d0281ef..7d68c050fd607 100644 --- a/clients/client-batch/src/commands/UpdateComputeEnvironmentCommand.ts +++ b/clients/client-batch/src/commands/UpdateComputeEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateComputeEnvironmentRequest, UpdateComputeEnvironmentResponse } from "../models/models_0"; import { de_UpdateComputeEnvironmentCommand, se_UpdateComputeEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/UpdateJobQueueCommand.ts b/clients/client-batch/src/commands/UpdateJobQueueCommand.ts index 1a931a30c33ef..15ad24d629ff2 100644 --- a/clients/client-batch/src/commands/UpdateJobQueueCommand.ts +++ b/clients/client-batch/src/commands/UpdateJobQueueCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateJobQueueRequest, UpdateJobQueueResponse } from "../models/models_0"; import { de_UpdateJobQueueCommand, se_UpdateJobQueueCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/commands/UpdateSchedulingPolicyCommand.ts b/clients/client-batch/src/commands/UpdateSchedulingPolicyCommand.ts index b77bb90ab8b85..5d49b6c3f9a4e 100644 --- a/clients/client-batch/src/commands/UpdateSchedulingPolicyCommand.ts +++ b/clients/client-batch/src/commands/UpdateSchedulingPolicyCommand.ts @@ -17,6 +17,10 @@ import { BatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateSchedulingPolicyRequest, UpdateSchedulingPolicyResponse } from "../models/models_0"; import { de_UpdateSchedulingPolicyCommand, se_UpdateSchedulingPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-batch/src/index.ts b/clients/client-batch/src/index.ts index 58bbde6e0a177..3b24610d4344e 100644 --- a/clients/client-batch/src/index.ts +++ b/clients/client-batch/src/index.ts @@ -1,8 +1,24 @@ -export * from "./Batch"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Batch + *

Using Batch, you can run batch computing workloads on the Amazon Web Services Cloud. Batch computing is a common means for + * developers, scientists, and engineers to access large amounts of compute resources. Batch uses the advantages of + * the batch computing to remove the undifferentiated heavy lifting of configuring and managing required infrastructure. + * At the same time, it also adopts a familiar batch computing software approach. You can use Batch to efficiently + * provision resources d, and work toward eliminating capacity constraints, reducing your overall compute costs, and + * delivering results more quickly.

+ *

As a fully managed service, Batch can run batch computing workloads of any scale. Batch automatically + * provisions compute resources and optimizes workload distribution based on the quantity and scale of your specific + * workloads. With Batch, there's no need to install or manage batch computing software. This means that you can focus + * on analyzing results and solving your specific problems instead.

+ * + * @packageDocumentation + */ export * from "./BatchClient"; +export * from "./Batch"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { BatchServiceException } from "./models/BatchServiceException"; diff --git a/clients/client-batch/src/models/BatchServiceException.ts b/clients/client-batch/src/models/BatchServiceException.ts index 09853dae7127f..24cfc8ae678c5 100644 --- a/clients/client-batch/src/models/BatchServiceException.ts +++ b/clients/client-batch/src/models/BatchServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-billingconductor/src/BillingconductorClient.ts b/clients/client-billingconductor/src/BillingconductorClient.ts index 4b67f0c09129a..1309ca90cff6a 100644 --- a/clients/client-billingconductor/src/BillingconductorClient.ts +++ b/clients/client-billingconductor/src/BillingconductorClient.ts @@ -138,6 +138,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -337,7 +339,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type BillingconductorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type BillingconductorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -356,7 +358,7 @@ export interface BillingconductorClientConfig extends BillingconductorClientConf /** * @public */ -type BillingconductorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type BillingconductorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-billingconductor/src/commands/AssociateAccountsCommand.ts b/clients/client-billingconductor/src/commands/AssociateAccountsCommand.ts index 0cb29146d0fd3..ada73f743df45 100644 --- a/clients/client-billingconductor/src/commands/AssociateAccountsCommand.ts +++ b/clients/client-billingconductor/src/commands/AssociateAccountsCommand.ts @@ -17,6 +17,10 @@ import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { AssociateAccountsInput, AssociateAccountsOutput } from "../models/models_0"; import { de_AssociateAccountsCommand, se_AssociateAccountsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/AssociatePricingRulesCommand.ts b/clients/client-billingconductor/src/commands/AssociatePricingRulesCommand.ts index 9439979340243..bf054ef999bb3 100644 --- a/clients/client-billingconductor/src/commands/AssociatePricingRulesCommand.ts +++ b/clients/client-billingconductor/src/commands/AssociatePricingRulesCommand.ts @@ -17,6 +17,10 @@ import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { AssociatePricingRulesInput, AssociatePricingRulesOutput } from "../models/models_0"; import { de_AssociatePricingRulesCommand, se_AssociatePricingRulesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/BatchAssociateResourcesToCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/BatchAssociateResourcesToCustomLineItemCommand.ts index 449e43424a4f7..a3e7e720bfaa1 100644 --- a/clients/client-billingconductor/src/commands/BatchAssociateResourcesToCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/BatchAssociateResourcesToCustomLineItemCommand.ts @@ -23,6 +23,10 @@ import { se_BatchAssociateResourcesToCustomLineItemCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/BatchDisassociateResourcesFromCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/BatchDisassociateResourcesFromCustomLineItemCommand.ts index 07206fcf32b98..96a4d318b3a00 100644 --- a/clients/client-billingconductor/src/commands/BatchDisassociateResourcesFromCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/BatchDisassociateResourcesFromCustomLineItemCommand.ts @@ -23,6 +23,10 @@ import { se_BatchDisassociateResourcesFromCustomLineItemCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/CreateBillingGroupCommand.ts b/clients/client-billingconductor/src/commands/CreateBillingGroupCommand.ts index 0b8a96f92d564..9e75426feb1ef 100644 --- a/clients/client-billingconductor/src/commands/CreateBillingGroupCommand.ts +++ b/clients/client-billingconductor/src/commands/CreateBillingGroupCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateBillingGroupCommand, se_CreateBillingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/CreateCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/CreateCustomLineItemCommand.ts index 69b9c8facb7a7..73f49e8b3f457 100644 --- a/clients/client-billingconductor/src/commands/CreateCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/CreateCustomLineItemCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateCustomLineItemCommand, se_CreateCustomLineItemCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/CreatePricingPlanCommand.ts b/clients/client-billingconductor/src/commands/CreatePricingPlanCommand.ts index b07438df85d7f..3c92883abf536 100644 --- a/clients/client-billingconductor/src/commands/CreatePricingPlanCommand.ts +++ b/clients/client-billingconductor/src/commands/CreatePricingPlanCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreatePricingPlanCommand, se_CreatePricingPlanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/CreatePricingRuleCommand.ts b/clients/client-billingconductor/src/commands/CreatePricingRuleCommand.ts index a57e6a600397f..75567133e31fe 100644 --- a/clients/client-billingconductor/src/commands/CreatePricingRuleCommand.ts +++ b/clients/client-billingconductor/src/commands/CreatePricingRuleCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreatePricingRuleCommand, se_CreatePricingRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/DeleteBillingGroupCommand.ts b/clients/client-billingconductor/src/commands/DeleteBillingGroupCommand.ts index 12ba669710565..356cc1de6f49f 100644 --- a/clients/client-billingconductor/src/commands/DeleteBillingGroupCommand.ts +++ b/clients/client-billingconductor/src/commands/DeleteBillingGroupCommand.ts @@ -17,6 +17,10 @@ import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteBillingGroupInput, DeleteBillingGroupOutput } from "../models/models_0"; import { de_DeleteBillingGroupCommand, se_DeleteBillingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/DeleteCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/DeleteCustomLineItemCommand.ts index 4f06db0969349..91fb270bd6a22 100644 --- a/clients/client-billingconductor/src/commands/DeleteCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/DeleteCustomLineItemCommand.ts @@ -17,6 +17,10 @@ import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteCustomLineItemInput, DeleteCustomLineItemOutput } from "../models/models_0"; import { de_DeleteCustomLineItemCommand, se_DeleteCustomLineItemCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/DeletePricingPlanCommand.ts b/clients/client-billingconductor/src/commands/DeletePricingPlanCommand.ts index b0066155945a6..8b4c34b76b468 100644 --- a/clients/client-billingconductor/src/commands/DeletePricingPlanCommand.ts +++ b/clients/client-billingconductor/src/commands/DeletePricingPlanCommand.ts @@ -17,6 +17,10 @@ import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeletePricingPlanInput, DeletePricingPlanOutput } from "../models/models_0"; import { de_DeletePricingPlanCommand, se_DeletePricingPlanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/DeletePricingRuleCommand.ts b/clients/client-billingconductor/src/commands/DeletePricingRuleCommand.ts index 133b2993ce9dc..fafe64b9a0488 100644 --- a/clients/client-billingconductor/src/commands/DeletePricingRuleCommand.ts +++ b/clients/client-billingconductor/src/commands/DeletePricingRuleCommand.ts @@ -17,6 +17,10 @@ import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeletePricingRuleInput, DeletePricingRuleOutput } from "../models/models_0"; import { de_DeletePricingRuleCommand, se_DeletePricingRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/DisassociateAccountsCommand.ts b/clients/client-billingconductor/src/commands/DisassociateAccountsCommand.ts index 8e05e8b79675f..4213b4decda0b 100644 --- a/clients/client-billingconductor/src/commands/DisassociateAccountsCommand.ts +++ b/clients/client-billingconductor/src/commands/DisassociateAccountsCommand.ts @@ -17,6 +17,10 @@ import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DisassociateAccountsInput, DisassociateAccountsOutput } from "../models/models_0"; import { de_DisassociateAccountsCommand, se_DisassociateAccountsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/DisassociatePricingRulesCommand.ts b/clients/client-billingconductor/src/commands/DisassociatePricingRulesCommand.ts index 212b39cad04b4..51b61f6ad4aa9 100644 --- a/clients/client-billingconductor/src/commands/DisassociatePricingRulesCommand.ts +++ b/clients/client-billingconductor/src/commands/DisassociatePricingRulesCommand.ts @@ -17,6 +17,10 @@ import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DisassociatePricingRulesInput, DisassociatePricingRulesOutput } from "../models/models_0"; import { de_DisassociatePricingRulesCommand, se_DisassociatePricingRulesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/ListAccountAssociationsCommand.ts b/clients/client-billingconductor/src/commands/ListAccountAssociationsCommand.ts index 96138359d4abb..5a77b2163b725 100644 --- a/clients/client-billingconductor/src/commands/ListAccountAssociationsCommand.ts +++ b/clients/client-billingconductor/src/commands/ListAccountAssociationsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListAccountAssociationsCommand, se_ListAccountAssociationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/ListBillingGroupCostReportsCommand.ts b/clients/client-billingconductor/src/commands/ListBillingGroupCostReportsCommand.ts index cdd636765cee6..76a3c1159c40f 100644 --- a/clients/client-billingconductor/src/commands/ListBillingGroupCostReportsCommand.ts +++ b/clients/client-billingconductor/src/commands/ListBillingGroupCostReportsCommand.ts @@ -20,6 +20,10 @@ import { se_ListBillingGroupCostReportsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/ListBillingGroupsCommand.ts b/clients/client-billingconductor/src/commands/ListBillingGroupsCommand.ts index 47da67471ab6b..cf14e4f85e483 100644 --- a/clients/client-billingconductor/src/commands/ListBillingGroupsCommand.ts +++ b/clients/client-billingconductor/src/commands/ListBillingGroupsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListBillingGroupsCommand, se_ListBillingGroupsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/ListCustomLineItemVersionsCommand.ts b/clients/client-billingconductor/src/commands/ListCustomLineItemVersionsCommand.ts index 86248464d63b1..2d096509e26c8 100644 --- a/clients/client-billingconductor/src/commands/ListCustomLineItemVersionsCommand.ts +++ b/clients/client-billingconductor/src/commands/ListCustomLineItemVersionsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListCustomLineItemVersionsCommand, se_ListCustomLineItemVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/ListCustomLineItemsCommand.ts b/clients/client-billingconductor/src/commands/ListCustomLineItemsCommand.ts index 6bfafe25de0be..455082144093d 100644 --- a/clients/client-billingconductor/src/commands/ListCustomLineItemsCommand.ts +++ b/clients/client-billingconductor/src/commands/ListCustomLineItemsCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_ListCustomLineItemsCommand, se_ListCustomLineItemsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/ListPricingPlansAssociatedWithPricingRuleCommand.ts b/clients/client-billingconductor/src/commands/ListPricingPlansAssociatedWithPricingRuleCommand.ts index 373c53a95ef9a..bcacb5d369c42 100644 --- a/clients/client-billingconductor/src/commands/ListPricingPlansAssociatedWithPricingRuleCommand.ts +++ b/clients/client-billingconductor/src/commands/ListPricingPlansAssociatedWithPricingRuleCommand.ts @@ -23,6 +23,10 @@ import { se_ListPricingPlansAssociatedWithPricingRuleCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/ListPricingPlansCommand.ts b/clients/client-billingconductor/src/commands/ListPricingPlansCommand.ts index c1b8d821caffb..68a8b6f329fea 100644 --- a/clients/client-billingconductor/src/commands/ListPricingPlansCommand.ts +++ b/clients/client-billingconductor/src/commands/ListPricingPlansCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListPricingPlansCommand, se_ListPricingPlansCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/ListPricingRulesAssociatedToPricingPlanCommand.ts b/clients/client-billingconductor/src/commands/ListPricingRulesAssociatedToPricingPlanCommand.ts index 8322f22c52972..b36f938b32bfa 100644 --- a/clients/client-billingconductor/src/commands/ListPricingRulesAssociatedToPricingPlanCommand.ts +++ b/clients/client-billingconductor/src/commands/ListPricingRulesAssociatedToPricingPlanCommand.ts @@ -23,6 +23,10 @@ import { se_ListPricingRulesAssociatedToPricingPlanCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/ListPricingRulesCommand.ts b/clients/client-billingconductor/src/commands/ListPricingRulesCommand.ts index 300221dd51896..687ac27981626 100644 --- a/clients/client-billingconductor/src/commands/ListPricingRulesCommand.ts +++ b/clients/client-billingconductor/src/commands/ListPricingRulesCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListPricingRulesCommand, se_ListPricingRulesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/ListResourcesAssociatedToCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/ListResourcesAssociatedToCustomLineItemCommand.ts index ab43a7afb2b8b..9305aeafec725 100644 --- a/clients/client-billingconductor/src/commands/ListResourcesAssociatedToCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/ListResourcesAssociatedToCustomLineItemCommand.ts @@ -23,6 +23,10 @@ import { se_ListResourcesAssociatedToCustomLineItemCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/ListTagsForResourceCommand.ts b/clients/client-billingconductor/src/commands/ListTagsForResourceCommand.ts index 726ffe2c2fd30..4c82b0f36e5d8 100644 --- a/clients/client-billingconductor/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-billingconductor/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/TagResourceCommand.ts b/clients/client-billingconductor/src/commands/TagResourceCommand.ts index 2df20a0e7eec9..41166f5d815c4 100644 --- a/clients/client-billingconductor/src/commands/TagResourceCommand.ts +++ b/clients/client-billingconductor/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/UntagResourceCommand.ts b/clients/client-billingconductor/src/commands/UntagResourceCommand.ts index 1a146cc514568..113927ff4c8e0 100644 --- a/clients/client-billingconductor/src/commands/UntagResourceCommand.ts +++ b/clients/client-billingconductor/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { BillingconductorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/UpdateBillingGroupCommand.ts b/clients/client-billingconductor/src/commands/UpdateBillingGroupCommand.ts index fc776aa95e837..b8725701df368 100644 --- a/clients/client-billingconductor/src/commands/UpdateBillingGroupCommand.ts +++ b/clients/client-billingconductor/src/commands/UpdateBillingGroupCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_UpdateBillingGroupCommand, se_UpdateBillingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/UpdateCustomLineItemCommand.ts b/clients/client-billingconductor/src/commands/UpdateCustomLineItemCommand.ts index 30f04b20fa7b8..a8f9a1a5fdcf1 100644 --- a/clients/client-billingconductor/src/commands/UpdateCustomLineItemCommand.ts +++ b/clients/client-billingconductor/src/commands/UpdateCustomLineItemCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_UpdateCustomLineItemCommand, se_UpdateCustomLineItemCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/UpdatePricingPlanCommand.ts b/clients/client-billingconductor/src/commands/UpdatePricingPlanCommand.ts index 1e235e3a7bfec..01d21be370400 100644 --- a/clients/client-billingconductor/src/commands/UpdatePricingPlanCommand.ts +++ b/clients/client-billingconductor/src/commands/UpdatePricingPlanCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_UpdatePricingPlanCommand, se_UpdatePricingPlanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/commands/UpdatePricingRuleCommand.ts b/clients/client-billingconductor/src/commands/UpdatePricingRuleCommand.ts index 8ecf6e1ea8483..04b29225148a5 100644 --- a/clients/client-billingconductor/src/commands/UpdatePricingRuleCommand.ts +++ b/clients/client-billingconductor/src/commands/UpdatePricingRuleCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_UpdatePricingRuleCommand, se_UpdatePricingRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-billingconductor/src/index.ts b/clients/client-billingconductor/src/index.ts index c7c8819590259..3078c3680d8f0 100644 --- a/clients/client-billingconductor/src/index.ts +++ b/clients/client-billingconductor/src/index.ts @@ -1,8 +1,25 @@ -export * from "./Billingconductor"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Web Services Billing Conductor is a fully managed service that you can use + * to customize a pro forma version of your billing data each month, to accurately show or chargeback + * your end customers. Amazon Web Services Billing Conductor doesn't change the way + * you're billed by Amazon Web Services each month by design. Instead, it provides you with a + * mechanism to configure, generate, and display rates to certain customers over a given billing + * period. You can also analyze the difference between the rates you apply to your accounting + * groupings relative to your actual rates from Amazon Web Services. As a result of your Amazon Web Services Billing Conductor configuration, the payer account can also see the + * custom rate applied on the billing details page of the Amazon Web Services Billing console, or configure a cost and usage report per + * billing group.

+ *

This documentation shows how you can configure Amazon Web Services Billing Conductor using its + * API. For more information about using the Amazon Web Services + * Billing Conductor user interface, see the Amazon Web Services Billing Conductor User Guide.

+ * + * @packageDocumentation + */ export * from "./BillingconductorClient"; +export * from "./Billingconductor"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { BillingconductorServiceException } from "./models/BillingconductorServiceException"; diff --git a/clients/client-billingconductor/src/models/BillingconductorServiceException.ts b/clients/client-billingconductor/src/models/BillingconductorServiceException.ts index db85c4fcdeaa1..c7d58c15be5e6 100644 --- a/clients/client-billingconductor/src/models/BillingconductorServiceException.ts +++ b/clients/client-billingconductor/src/models/BillingconductorServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-braket/src/BraketClient.ts b/clients/client-braket/src/BraketClient.ts index 6e84e39194f83..461c53c1f1e47 100644 --- a/clients/client-braket/src/BraketClient.ts +++ b/clients/client-braket/src/BraketClient.ts @@ -75,6 +75,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -238,7 +240,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type BraketClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type BraketClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -257,7 +259,7 @@ export interface BraketClientConfig extends BraketClientConfigType {} /** * @public */ -type BraketClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type BraketClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-braket/src/commands/CancelJobCommand.ts b/clients/client-braket/src/commands/CancelJobCommand.ts index e2af8fcead605..4b4f199fe8784 100644 --- a/clients/client-braket/src/commands/CancelJobCommand.ts +++ b/clients/client-braket/src/commands/CancelJobCommand.ts @@ -17,6 +17,10 @@ import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CancelJobRequest, CancelJobResponse } from "../models/models_0"; import { de_CancelJobCommand, se_CancelJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-braket/src/commands/CancelQuantumTaskCommand.ts b/clients/client-braket/src/commands/CancelQuantumTaskCommand.ts index 4b0fd64f62807..2d5e5cf01e46f 100644 --- a/clients/client-braket/src/commands/CancelQuantumTaskCommand.ts +++ b/clients/client-braket/src/commands/CancelQuantumTaskCommand.ts @@ -17,6 +17,10 @@ import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CancelQuantumTaskRequest, CancelQuantumTaskResponse } from "../models/models_0"; import { de_CancelQuantumTaskCommand, se_CancelQuantumTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-braket/src/commands/CreateJobCommand.ts b/clients/client-braket/src/commands/CreateJobCommand.ts index 4487e35e13448..292cc6588c92f 100644 --- a/clients/client-braket/src/commands/CreateJobCommand.ts +++ b/clients/client-braket/src/commands/CreateJobCommand.ts @@ -17,6 +17,10 @@ import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateJobRequest, CreateJobResponse } from "../models/models_0"; import { de_CreateJobCommand, se_CreateJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-braket/src/commands/CreateQuantumTaskCommand.ts b/clients/client-braket/src/commands/CreateQuantumTaskCommand.ts index d697dd35aa1f8..db5545ff7c62c 100644 --- a/clients/client-braket/src/commands/CreateQuantumTaskCommand.ts +++ b/clients/client-braket/src/commands/CreateQuantumTaskCommand.ts @@ -17,6 +17,10 @@ import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateQuantumTaskRequest, CreateQuantumTaskResponse } from "../models/models_0"; import { de_CreateQuantumTaskCommand, se_CreateQuantumTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-braket/src/commands/GetDeviceCommand.ts b/clients/client-braket/src/commands/GetDeviceCommand.ts index 9770237642071..a1d3fa1277616 100644 --- a/clients/client-braket/src/commands/GetDeviceCommand.ts +++ b/clients/client-braket/src/commands/GetDeviceCommand.ts @@ -17,6 +17,10 @@ import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetDeviceRequest, GetDeviceResponse } from "../models/models_0"; import { de_GetDeviceCommand, se_GetDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-braket/src/commands/GetJobCommand.ts b/clients/client-braket/src/commands/GetJobCommand.ts index f12993e309647..38a7b2ed99696 100644 --- a/clients/client-braket/src/commands/GetJobCommand.ts +++ b/clients/client-braket/src/commands/GetJobCommand.ts @@ -17,6 +17,10 @@ import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetJobRequest, GetJobResponse } from "../models/models_0"; import { de_GetJobCommand, se_GetJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-braket/src/commands/GetQuantumTaskCommand.ts b/clients/client-braket/src/commands/GetQuantumTaskCommand.ts index da990ba5d3f36..916faea462028 100644 --- a/clients/client-braket/src/commands/GetQuantumTaskCommand.ts +++ b/clients/client-braket/src/commands/GetQuantumTaskCommand.ts @@ -17,6 +17,10 @@ import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetQuantumTaskRequest, GetQuantumTaskResponse } from "../models/models_0"; import { de_GetQuantumTaskCommand, se_GetQuantumTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-braket/src/commands/ListTagsForResourceCommand.ts b/clients/client-braket/src/commands/ListTagsForResourceCommand.ts index eabbbade77620..6c724ba6f108d 100644 --- a/clients/client-braket/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-braket/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-braket/src/commands/SearchDevicesCommand.ts b/clients/client-braket/src/commands/SearchDevicesCommand.ts index e4fee878180da..6213fc0ffae24 100644 --- a/clients/client-braket/src/commands/SearchDevicesCommand.ts +++ b/clients/client-braket/src/commands/SearchDevicesCommand.ts @@ -17,6 +17,10 @@ import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { SearchDevicesRequest, SearchDevicesResponse } from "../models/models_0"; import { de_SearchDevicesCommand, se_SearchDevicesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-braket/src/commands/SearchJobsCommand.ts b/clients/client-braket/src/commands/SearchJobsCommand.ts index 1e7ef56ef2d91..68da8b2f75ece 100644 --- a/clients/client-braket/src/commands/SearchJobsCommand.ts +++ b/clients/client-braket/src/commands/SearchJobsCommand.ts @@ -17,6 +17,10 @@ import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { SearchJobsRequest, SearchJobsResponse } from "../models/models_0"; import { de_SearchJobsCommand, se_SearchJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-braket/src/commands/SearchQuantumTasksCommand.ts b/clients/client-braket/src/commands/SearchQuantumTasksCommand.ts index 42d0f4340b5a1..1c6053cd4eb69 100644 --- a/clients/client-braket/src/commands/SearchQuantumTasksCommand.ts +++ b/clients/client-braket/src/commands/SearchQuantumTasksCommand.ts @@ -17,6 +17,10 @@ import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { SearchQuantumTasksRequest, SearchQuantumTasksResponse } from "../models/models_0"; import { de_SearchQuantumTasksCommand, se_SearchQuantumTasksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-braket/src/commands/TagResourceCommand.ts b/clients/client-braket/src/commands/TagResourceCommand.ts index 482c161087295..0a572c9493406 100644 --- a/clients/client-braket/src/commands/TagResourceCommand.ts +++ b/clients/client-braket/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-braket/src/commands/UntagResourceCommand.ts b/clients/client-braket/src/commands/UntagResourceCommand.ts index 5c39013abf120..1a390291e21d0 100644 --- a/clients/client-braket/src/commands/UntagResourceCommand.ts +++ b/clients/client-braket/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { BraketClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-braket/src/index.ts b/clients/client-braket/src/index.ts index a256fe0b655e7..06d7b30c7d13d 100644 --- a/clients/client-braket/src/index.ts +++ b/clients/client-braket/src/index.ts @@ -1,8 +1,23 @@ -export * from "./Braket"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The Amazon Braket API Reference provides information about the operations and structures + * supported in Amazon Braket.

+ *

Additional Resources:

+ * + * + * @packageDocumentation + */ export * from "./BraketClient"; +export * from "./Braket"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { BraketServiceException } from "./models/BraketServiceException"; diff --git a/clients/client-braket/src/models/BraketServiceException.ts b/clients/client-braket/src/models/BraketServiceException.ts index f8138b03581c8..14226aff6db18 100644 --- a/clients/client-braket/src/models/BraketServiceException.ts +++ b/clients/client-braket/src/models/BraketServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-budgets/src/BudgetsClient.ts b/clients/client-budgets/src/BudgetsClient.ts index 279320c3766ad..02c3ba15e06e1 100644 --- a/clients/client-budgets/src/BudgetsClient.ts +++ b/clients/client-budgets/src/BudgetsClient.ts @@ -109,6 +109,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -292,7 +294,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type BudgetsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type BudgetsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -311,7 +313,7 @@ export interface BudgetsClientConfig extends BudgetsClientConfigType {} /** * @public */ -type BudgetsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type BudgetsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-budgets/src/commands/CreateBudgetActionCommand.ts b/clients/client-budgets/src/commands/CreateBudgetActionCommand.ts index 7da4aef869242..e9e50c1fb8674 100644 --- a/clients/client-budgets/src/commands/CreateBudgetActionCommand.ts +++ b/clients/client-budgets/src/commands/CreateBudgetActionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateBudgetActionCommand, se_CreateBudgetActionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/commands/CreateBudgetCommand.ts b/clients/client-budgets/src/commands/CreateBudgetCommand.ts index 49f334ee6b4ae..a867b22b8c15e 100644 --- a/clients/client-budgets/src/commands/CreateBudgetCommand.ts +++ b/clients/client-budgets/src/commands/CreateBudgetCommand.ts @@ -17,6 +17,10 @@ import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateBudgetRequest, CreateBudgetRequestFilterSensitiveLog, CreateBudgetResponse } from "../models/models_0"; import { de_CreateBudgetCommand, se_CreateBudgetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/commands/CreateNotificationCommand.ts b/clients/client-budgets/src/commands/CreateNotificationCommand.ts index 139cad080d964..00ea4eb4f6630 100644 --- a/clients/client-budgets/src/commands/CreateNotificationCommand.ts +++ b/clients/client-budgets/src/commands/CreateNotificationCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateNotificationCommand, se_CreateNotificationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/commands/CreateSubscriberCommand.ts b/clients/client-budgets/src/commands/CreateSubscriberCommand.ts index d20dc2bab1eeb..a0c8cff88c3cb 100644 --- a/clients/client-budgets/src/commands/CreateSubscriberCommand.ts +++ b/clients/client-budgets/src/commands/CreateSubscriberCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateSubscriberCommand, se_CreateSubscriberCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/commands/DeleteBudgetActionCommand.ts b/clients/client-budgets/src/commands/DeleteBudgetActionCommand.ts index 03476c6056683..2fd37410f1185 100644 --- a/clients/client-budgets/src/commands/DeleteBudgetActionCommand.ts +++ b/clients/client-budgets/src/commands/DeleteBudgetActionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DeleteBudgetActionCommand, se_DeleteBudgetActionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/commands/DeleteBudgetCommand.ts b/clients/client-budgets/src/commands/DeleteBudgetCommand.ts index f05f19b42bb49..c96efebc81ff8 100644 --- a/clients/client-budgets/src/commands/DeleteBudgetCommand.ts +++ b/clients/client-budgets/src/commands/DeleteBudgetCommand.ts @@ -17,6 +17,10 @@ import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteBudgetRequest, DeleteBudgetResponse } from "../models/models_0"; import { de_DeleteBudgetCommand, se_DeleteBudgetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/commands/DeleteNotificationCommand.ts b/clients/client-budgets/src/commands/DeleteNotificationCommand.ts index dc1981549765e..14a9c59caade0 100644 --- a/clients/client-budgets/src/commands/DeleteNotificationCommand.ts +++ b/clients/client-budgets/src/commands/DeleteNotificationCommand.ts @@ -17,6 +17,10 @@ import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteNotificationRequest, DeleteNotificationResponse } from "../models/models_0"; import { de_DeleteNotificationCommand, se_DeleteNotificationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/commands/DeleteSubscriberCommand.ts b/clients/client-budgets/src/commands/DeleteSubscriberCommand.ts index 7dea8bd048818..bd44214671396 100644 --- a/clients/client-budgets/src/commands/DeleteSubscriberCommand.ts +++ b/clients/client-budgets/src/commands/DeleteSubscriberCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DeleteSubscriberCommand, se_DeleteSubscriberCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/commands/DescribeBudgetActionCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetActionCommand.ts index 01e311eddf21b..eb40184fa8a4f 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetActionCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetActionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeBudgetActionCommand, se_DescribeBudgetActionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/commands/DescribeBudgetActionHistoriesCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetActionHistoriesCommand.ts index beea2d45d7bbe..d137e7f26664d 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetActionHistoriesCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetActionHistoriesCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeBudgetActionHistoriesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/commands/DescribeBudgetActionsForAccountCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetActionsForAccountCommand.ts index 5605abf26c431..754bd99d6c756 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetActionsForAccountCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetActionsForAccountCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeBudgetActionsForAccountCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/commands/DescribeBudgetActionsForBudgetCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetActionsForBudgetCommand.ts index 0cb91f3c9e138..1abcb5eae1c00 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetActionsForBudgetCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetActionsForBudgetCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeBudgetActionsForBudgetCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/commands/DescribeBudgetCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetCommand.ts index 035073f49f7ba..122a37287b3c2 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetCommand.ts @@ -17,6 +17,10 @@ import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeBudgetRequest, DescribeBudgetResponse } from "../models/models_0"; import { de_DescribeBudgetCommand, se_DescribeBudgetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/commands/DescribeBudgetNotificationsForAccountCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetNotificationsForAccountCommand.ts index 81c0a0183cc1a..863362aa7aae4 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetNotificationsForAccountCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetNotificationsForAccountCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeBudgetNotificationsForAccountCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/commands/DescribeBudgetPerformanceHistoryCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetPerformanceHistoryCommand.ts index 02a9f7d258843..6c249f2fc7f5c 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetPerformanceHistoryCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetPerformanceHistoryCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeBudgetPerformanceHistoryCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/commands/DescribeBudgetsCommand.ts b/clients/client-budgets/src/commands/DescribeBudgetsCommand.ts index 75337fdda5129..7faebbf246811 100644 --- a/clients/client-budgets/src/commands/DescribeBudgetsCommand.ts +++ b/clients/client-budgets/src/commands/DescribeBudgetsCommand.ts @@ -17,6 +17,10 @@ import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeBudgetsRequest, DescribeBudgetsResponse } from "../models/models_0"; import { de_DescribeBudgetsCommand, se_DescribeBudgetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/commands/DescribeNotificationsForBudgetCommand.ts b/clients/client-budgets/src/commands/DescribeNotificationsForBudgetCommand.ts index c1a5c32d4f9fd..533409c5268da 100644 --- a/clients/client-budgets/src/commands/DescribeNotificationsForBudgetCommand.ts +++ b/clients/client-budgets/src/commands/DescribeNotificationsForBudgetCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeNotificationsForBudgetCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/commands/DescribeSubscribersForNotificationCommand.ts b/clients/client-budgets/src/commands/DescribeSubscribersForNotificationCommand.ts index d7d59d6b8cd1c..509b4a969f335 100644 --- a/clients/client-budgets/src/commands/DescribeSubscribersForNotificationCommand.ts +++ b/clients/client-budgets/src/commands/DescribeSubscribersForNotificationCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeSubscribersForNotificationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/commands/ExecuteBudgetActionCommand.ts b/clients/client-budgets/src/commands/ExecuteBudgetActionCommand.ts index af040de731c9e..ba3a54cf9d19d 100644 --- a/clients/client-budgets/src/commands/ExecuteBudgetActionCommand.ts +++ b/clients/client-budgets/src/commands/ExecuteBudgetActionCommand.ts @@ -17,6 +17,10 @@ import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ExecuteBudgetActionRequest, ExecuteBudgetActionResponse } from "../models/models_0"; import { de_ExecuteBudgetActionCommand, se_ExecuteBudgetActionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/commands/UpdateBudgetActionCommand.ts b/clients/client-budgets/src/commands/UpdateBudgetActionCommand.ts index a0bf328a6a347..889abac2933bb 100644 --- a/clients/client-budgets/src/commands/UpdateBudgetActionCommand.ts +++ b/clients/client-budgets/src/commands/UpdateBudgetActionCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_UpdateBudgetActionCommand, se_UpdateBudgetActionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/commands/UpdateBudgetCommand.ts b/clients/client-budgets/src/commands/UpdateBudgetCommand.ts index f2a05caf26806..e7ec06862f182 100644 --- a/clients/client-budgets/src/commands/UpdateBudgetCommand.ts +++ b/clients/client-budgets/src/commands/UpdateBudgetCommand.ts @@ -17,6 +17,10 @@ import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateBudgetRequest, UpdateBudgetResponse } from "../models/models_0"; import { de_UpdateBudgetCommand, se_UpdateBudgetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/commands/UpdateNotificationCommand.ts b/clients/client-budgets/src/commands/UpdateNotificationCommand.ts index 9151930ee69ff..86bea15f35002 100644 --- a/clients/client-budgets/src/commands/UpdateNotificationCommand.ts +++ b/clients/client-budgets/src/commands/UpdateNotificationCommand.ts @@ -17,6 +17,10 @@ import { BudgetsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateNotificationRequest, UpdateNotificationResponse } from "../models/models_0"; import { de_UpdateNotificationCommand, se_UpdateNotificationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/commands/UpdateSubscriberCommand.ts b/clients/client-budgets/src/commands/UpdateSubscriberCommand.ts index e271e1f95516b..f82d3080212e1 100644 --- a/clients/client-budgets/src/commands/UpdateSubscriberCommand.ts +++ b/clients/client-budgets/src/commands/UpdateSubscriberCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateSubscriberCommand, se_UpdateSubscriberCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-budgets/src/index.ts b/clients/client-budgets/src/index.ts index 14b896967678a..ecbb2d8b3d6c2 100644 --- a/clients/client-budgets/src/index.ts +++ b/clients/client-budgets/src/index.ts @@ -1,8 +1,56 @@ -export * from "./Budgets"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Use the Amazon Web Services Budgets API to plan your service usage, service costs, and instance reservations. This API reference provides descriptions, syntax, and usage examples for each of the actions and data types for the Amazon Web Services Budgets feature.

+ *

Budgets provide you with a way to see the following information:

+ *
    + *
  • + *

    How close your plan is to your budgeted amount or to the free tier limits

    + *
  • + *
  • + *

    Your usage-to-date, including how much you've used of your Reserved Instances (RIs)

    + *
  • + *
  • + *

    Your current estimated charges from Amazon Web Services, and how much your predicted usage will accrue in charges by the end of the month

    + *
  • + *
  • + *

    How much of your budget has been used

    + *
  • + *
+ *

Amazon Web Services updates your budget status several times a day. Budgets track your unblended costs, subscriptions, refunds, and RIs. You can create the following types of budgets:

+ *
    + *
  • + *

    + * Cost budgets - Plan how much you want to spend on a service.

    + *
  • + *
  • + *

    + * Usage budgets - Plan how much you want to use one or more services.

    + *
  • + *
  • + *

    + * RI utilization budgets - Define a utilization threshold, and receive alerts when your RI usage falls below that threshold. This lets you see if your RIs are unused or under-utilized.

    + *
  • + *
  • + *

    + * RI coverage budgets - Define a coverage threshold, and receive alerts when the number of your instance hours that are covered by RIs fall below that threshold. This lets you see how much of your instance usage is covered by a reservation.

    + *
  • + *
+ *

Service Endpoint

+ *

The Amazon Web Services Budgets API provides the following endpoint:

+ *
    + *
  • + *

    https://budgets.amazonaws.com

    + *
  • + *
+ *

For information about costs that are associated with the Amazon Web Services Budgets API, see Amazon Web Services Cost Management Pricing.

+ * + * @packageDocumentation + */ export * from "./BudgetsClient"; +export * from "./Budgets"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { BudgetsServiceException } from "./models/BudgetsServiceException"; diff --git a/clients/client-budgets/src/models/BudgetsServiceException.ts b/clients/client-budgets/src/models/BudgetsServiceException.ts index 2d3b6d9e7ac06..360913cffb6aa 100644 --- a/clients/client-budgets/src/models/BudgetsServiceException.ts +++ b/clients/client-budgets/src/models/BudgetsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-chime-sdk-identity/src/ChimeSDKIdentityClient.ts b/clients/client-chime-sdk-identity/src/ChimeSDKIdentityClient.ts index fa5f6ba38cd1d..343b6b0909b56 100644 --- a/clients/client-chime-sdk-identity/src/ChimeSDKIdentityClient.ts +++ b/clients/client-chime-sdk-identity/src/ChimeSDKIdentityClient.ts @@ -161,6 +161,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -358,7 +360,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ChimeSDKIdentityClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ChimeSDKIdentityClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -377,7 +379,7 @@ export interface ChimeSDKIdentityClientConfig extends ChimeSDKIdentityClientConf /** * @public */ -type ChimeSDKIdentityClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ChimeSDKIdentityClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceAdminCommand.ts b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceAdminCommand.ts index fc13c5c115285..4a5d7b61173f6 100644 --- a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceAdminCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceAdminCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateAppInstanceAdminCommand, se_CreateAppInstanceAdminCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceBotCommand.ts b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceBotCommand.ts index 219ef887f6717..5f91e5940f34a 100644 --- a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceBotCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceBotCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateAppInstanceBotCommand, se_CreateAppInstanceBotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceCommand.ts b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceCommand.ts index f9c6216b3845d..1d2b3af20a180 100644 --- a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateAppInstanceCommand, se_CreateAppInstanceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceUserCommand.ts b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceUserCommand.ts index 6fb633d681cae..c37ef3c11a91e 100644 --- a/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/CreateAppInstanceUserCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateAppInstanceUserCommand, se_CreateAppInstanceUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceAdminCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceAdminCommand.ts index e264924a825cf..17d2ace473cb4 100644 --- a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceAdminCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceAdminCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteAppInstanceAdminRequest } from "../models/models_0"; import { de_DeleteAppInstanceAdminCommand, se_DeleteAppInstanceAdminCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceBotCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceBotCommand.ts index 53419556b86f5..917cf414a0c4a 100644 --- a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceBotCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceBotCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteAppInstanceBotRequest } from "../models/models_0"; import { de_DeleteAppInstanceBotCommand, se_DeleteAppInstanceBotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceCommand.ts index 25dac33d86acd..b784681b8b030 100644 --- a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteAppInstanceRequest } from "../models/models_0"; import { de_DeleteAppInstanceCommand, se_DeleteAppInstanceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceUserCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceUserCommand.ts index 7c8b9c7e903a4..6a0c0c64946e5 100644 --- a/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DeleteAppInstanceUserCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteAppInstanceUserRequest } from "../models/models_0"; import { de_DeleteAppInstanceUserCommand, se_DeleteAppInstanceUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/DeregisterAppInstanceUserEndpointCommand.ts b/clients/client-chime-sdk-identity/src/commands/DeregisterAppInstanceUserEndpointCommand.ts index c0c578b198a78..07154257dbbc4 100644 --- a/clients/client-chime-sdk-identity/src/commands/DeregisterAppInstanceUserEndpointCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DeregisterAppInstanceUserEndpointCommand.ts @@ -23,6 +23,10 @@ import { se_DeregisterAppInstanceUserEndpointCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceAdminCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceAdminCommand.ts index faa12550512d7..57f6e45ee3b7a 100644 --- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceAdminCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceAdminCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeAppInstanceAdminCommand, se_DescribeAppInstanceAdminCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceBotCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceBotCommand.ts index 7bad8037e9cae..c79ab2875ec5b 100644 --- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceBotCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceBotCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeAppInstanceBotCommand, se_DescribeAppInstanceBotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceCommand.ts index dfb335aa7591e..95f62a9aded93 100644 --- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeAppInstanceCommand, se_DescribeAppInstanceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserCommand.ts index f20723005bb4f..98355e365e920 100644 --- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeAppInstanceUserCommand, se_DescribeAppInstanceUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserEndpointCommand.ts b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserEndpointCommand.ts index 1df474cb4bc50..5f594be2c163b 100644 --- a/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserEndpointCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/DescribeAppInstanceUserEndpointCommand.ts @@ -25,6 +25,10 @@ import { se_DescribeAppInstanceUserEndpointCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/GetAppInstanceRetentionSettingsCommand.ts b/clients/client-chime-sdk-identity/src/commands/GetAppInstanceRetentionSettingsCommand.ts index 7a2defbe10144..244651d855231 100644 --- a/clients/client-chime-sdk-identity/src/commands/GetAppInstanceRetentionSettingsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/GetAppInstanceRetentionSettingsCommand.ts @@ -20,6 +20,10 @@ import { se_GetAppInstanceRetentionSettingsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceAdminsCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceAdminsCommand.ts index 2fce9d3c4b61a..fe5670ef63d61 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceAdminsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceAdminsCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_ListAppInstanceAdminsCommand, se_ListAppInstanceAdminsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceBotsCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceBotsCommand.ts index 24696ae0e849b..f9bcb9e16dceb 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceBotsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceBotsCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_ListAppInstanceBotsCommand, se_ListAppInstanceBotsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUserEndpointsCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUserEndpointsCommand.ts index 9c3b6a0c244e6..83cfd64585afa 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUserEndpointsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUserEndpointsCommand.ts @@ -25,6 +25,10 @@ import { se_ListAppInstanceUserEndpointsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUsersCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUsersCommand.ts index 590f82088d001..a08eced742f1e 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUsersCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstanceUsersCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_ListAppInstanceUsersCommand, se_ListAppInstanceUsersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/ListAppInstancesCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListAppInstancesCommand.ts index caa7ff1cc4179..4483cd28d0725 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListAppInstancesCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListAppInstancesCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_ListAppInstancesCommand, se_ListAppInstancesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-identity/src/commands/ListTagsForResourceCommand.ts index 75af720c501c0..5a7dd9241b46c 100644 --- a/clients/client-chime-sdk-identity/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/PutAppInstanceRetentionSettingsCommand.ts b/clients/client-chime-sdk-identity/src/commands/PutAppInstanceRetentionSettingsCommand.ts index 1184196f61b69..e144f61a69443 100644 --- a/clients/client-chime-sdk-identity/src/commands/PutAppInstanceRetentionSettingsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/PutAppInstanceRetentionSettingsCommand.ts @@ -20,6 +20,10 @@ import { se_PutAppInstanceRetentionSettingsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/PutAppInstanceUserExpirationSettingsCommand.ts b/clients/client-chime-sdk-identity/src/commands/PutAppInstanceUserExpirationSettingsCommand.ts index 213859ecf5e04..ce76256a0573b 100644 --- a/clients/client-chime-sdk-identity/src/commands/PutAppInstanceUserExpirationSettingsCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/PutAppInstanceUserExpirationSettingsCommand.ts @@ -23,6 +23,10 @@ import { se_PutAppInstanceUserExpirationSettingsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/RegisterAppInstanceUserEndpointCommand.ts b/clients/client-chime-sdk-identity/src/commands/RegisterAppInstanceUserEndpointCommand.ts index f97431f94cdfa..bbd8ca580f3c1 100644 --- a/clients/client-chime-sdk-identity/src/commands/RegisterAppInstanceUserEndpointCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/RegisterAppInstanceUserEndpointCommand.ts @@ -25,6 +25,10 @@ import { se_RegisterAppInstanceUserEndpointCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-identity/src/commands/TagResourceCommand.ts index af84a551fb898..0392ac27ae625 100644 --- a/clients/client-chime-sdk-identity/src/commands/TagResourceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { TagResourceRequest, TagResourceRequestFilterSensitiveLog } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-identity/src/commands/UntagResourceCommand.ts index 3ba2c03af673e..a26d4efb1034d 100644 --- a/clients/client-chime-sdk-identity/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UntagResourceRequest, UntagResourceRequestFilterSensitiveLog } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceBotCommand.ts b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceBotCommand.ts index b88753a8fa5f1..d0940c059f6b6 100644 --- a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceBotCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceBotCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateAppInstanceBotCommand, se_UpdateAppInstanceBotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceCommand.ts b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceCommand.ts index aa4f0198f0fc1..a2ec7fc3070a2 100644 --- a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateAppInstanceCommand, se_UpdateAppInstanceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserCommand.ts b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserCommand.ts index d5af6e9627800..f9f6caa8154e2 100644 --- a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateAppInstanceUserCommand, se_UpdateAppInstanceUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserEndpointCommand.ts b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserEndpointCommand.ts index 9cbda2a52d3b6..1dfc22ef4bf15 100644 --- a/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserEndpointCommand.ts +++ b/clients/client-chime-sdk-identity/src/commands/UpdateAppInstanceUserEndpointCommand.ts @@ -25,6 +25,10 @@ import { se_UpdateAppInstanceUserEndpointCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-identity/src/index.ts b/clients/client-chime-sdk-identity/src/index.ts index bb2490bddc829..40fcd8d85cd8d 100644 --- a/clients/client-chime-sdk-identity/src/index.ts +++ b/clients/client-chime-sdk-identity/src/index.ts @@ -1,8 +1,17 @@ -export * from "./ChimeSDKIdentity"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The Amazon Chime SDK Identity APIs in this section allow software developers to create + * and manage unique instances of their messaging applications. These APIs provide the + * overarching framework for creating and sending messages. For more information about the + * identity APIs, refer to Amazon Chime SDK identity.

+ * + * @packageDocumentation + */ export * from "./ChimeSDKIdentityClient"; +export * from "./ChimeSDKIdentity"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ChimeSDKIdentityServiceException } from "./models/ChimeSDKIdentityServiceException"; diff --git a/clients/client-chime-sdk-identity/src/models/ChimeSDKIdentityServiceException.ts b/clients/client-chime-sdk-identity/src/models/ChimeSDKIdentityServiceException.ts index 8753f975fe173..d3b16f43ef708 100644 --- a/clients/client-chime-sdk-identity/src/models/ChimeSDKIdentityServiceException.ts +++ b/clients/client-chime-sdk-identity/src/models/ChimeSDKIdentityServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-chime-sdk-media-pipelines/src/ChimeSDKMediaPipelinesClient.ts b/clients/client-chime-sdk-media-pipelines/src/ChimeSDKMediaPipelinesClient.ts index d4651b174ba38..07151bbdda75b 100644 --- a/clients/client-chime-sdk-media-pipelines/src/ChimeSDKMediaPipelinesClient.ts +++ b/clients/client-chime-sdk-media-pipelines/src/ChimeSDKMediaPipelinesClient.ts @@ -123,6 +123,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -298,7 +300,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ChimeSDKMediaPipelinesClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ChimeSDKMediaPipelinesClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -317,7 +319,7 @@ export interface ChimeSDKMediaPipelinesClientConfig extends ChimeSDKMediaPipelin /** * @public */ -type ChimeSDKMediaPipelinesClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ChimeSDKMediaPipelinesClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaCapturePipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaCapturePipelineCommand.ts index a0430bff86520..109b0ed7c8e99 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaCapturePipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaCapturePipelineCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_CreateMediaCapturePipelineCommand, se_CreateMediaCapturePipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaConcatenationPipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaConcatenationPipelineCommand.ts index 64f7ea0f01ba4..563eb339d7a47 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaConcatenationPipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaConcatenationPipelineCommand.ts @@ -29,6 +29,10 @@ import { se_CreateMediaConcatenationPipelineCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineCommand.ts index c538a121f7a3d..c4308449e651a 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineCommand.ts @@ -29,6 +29,10 @@ import { se_CreateMediaInsightsPipelineCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineConfigurationCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineConfigurationCommand.ts index d5cfd3844dacf..dfac2d858f463 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineConfigurationCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaInsightsPipelineConfigurationCommand.ts @@ -29,6 +29,10 @@ import { se_CreateMediaInsightsPipelineConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaLiveConnectorPipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaLiveConnectorPipelineCommand.ts index 437b8aa761ae1..817153cc8ca22 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaLiveConnectorPipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/CreateMediaLiveConnectorPipelineCommand.ts @@ -29,6 +29,10 @@ import { se_CreateMediaLiveConnectorPipelineCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaCapturePipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaCapturePipelineCommand.ts index b3967f3bd0e8f..48dbfaaecf3a5 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaCapturePipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaCapturePipelineCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteMediaCapturePipelineRequest } from "../models/models_0"; import { de_DeleteMediaCapturePipelineCommand, se_DeleteMediaCapturePipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaInsightsPipelineConfigurationCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaInsightsPipelineConfigurationCommand.ts index 029afd53bf49f..737056df5f727 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaInsightsPipelineConfigurationCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaInsightsPipelineConfigurationCommand.ts @@ -24,6 +24,10 @@ import { se_DeleteMediaInsightsPipelineConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineCommand.ts index 84d5bdbabdca7..816b9a53507a3 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/DeleteMediaPipelineCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteMediaPipelineRequest } from "../models/models_0"; import { de_DeleteMediaPipelineCommand, se_DeleteMediaPipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaCapturePipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaCapturePipelineCommand.ts index 7285002ec5800..5b050ec74991c 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaCapturePipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaCapturePipelineCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_GetMediaCapturePipelineCommand, se_GetMediaCapturePipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaInsightsPipelineConfigurationCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaInsightsPipelineConfigurationCommand.ts index 5a6be663793c9..35aa68689abba 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaInsightsPipelineConfigurationCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaInsightsPipelineConfigurationCommand.ts @@ -28,6 +28,10 @@ import { se_GetMediaInsightsPipelineConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineCommand.ts index d5753cb3578ba..1b5558d5d810a 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/GetMediaPipelineCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_GetMediaPipelineCommand, se_GetMediaPipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaCapturePipelinesCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaCapturePipelinesCommand.ts index 900e4b0b46f38..8233ad2ee7a17 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaCapturePipelinesCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaCapturePipelinesCommand.ts @@ -21,6 +21,10 @@ import { import { ListMediaCapturePipelinesRequest, ListMediaCapturePipelinesResponse } from "../models/models_0"; import { de_ListMediaCapturePipelinesCommand, se_ListMediaCapturePipelinesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaInsightsPipelineConfigurationsCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaInsightsPipelineConfigurationsCommand.ts index 2e0f653c1407e..d2b8ce6bf87fb 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaInsightsPipelineConfigurationsCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaInsightsPipelineConfigurationsCommand.ts @@ -28,6 +28,10 @@ import { se_ListMediaInsightsPipelineConfigurationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelinesCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelinesCommand.ts index dc7fdcf627f97..76ac2a282d200 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelinesCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListMediaPipelinesCommand.ts @@ -21,6 +21,10 @@ import { import { ListMediaPipelinesRequest, ListMediaPipelinesResponse } from "../models/models_0"; import { de_ListMediaPipelinesCommand, se_ListMediaPipelinesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/ListTagsForResourceCommand.ts index 0f769c70f95cb..6a9f417230991 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/TagResourceCommand.ts index c2e7a33432984..6269fddc21fe5 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/TagResourceCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/UntagResourceCommand.ts index d68b6edcdabdf..2bc36048194e3 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineConfigurationCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineConfigurationCommand.ts index 3173c45367ad6..94eef3f4a5472 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineConfigurationCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineConfigurationCommand.ts @@ -29,6 +29,10 @@ import { se_UpdateMediaInsightsPipelineConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineStatusCommand.ts b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineStatusCommand.ts index e05a4abfaf427..15fa06852ad1f 100644 --- a/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineStatusCommand.ts +++ b/clients/client-chime-sdk-media-pipelines/src/commands/UpdateMediaInsightsPipelineStatusCommand.ts @@ -24,6 +24,10 @@ import { se_UpdateMediaInsightsPipelineStatusCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-media-pipelines/src/index.ts b/clients/client-chime-sdk-media-pipelines/src/index.ts index 6107a6481cfc1..6b8ae47c14249 100644 --- a/clients/client-chime-sdk-media-pipelines/src/index.ts +++ b/clients/client-chime-sdk-media-pipelines/src/index.ts @@ -1,8 +1,15 @@ -export * from "./ChimeSDKMediaPipelines"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The Amazon Chime SDK media pipeline APIs in this section allow software developers to + * create Amazon Chime SDK media pipelines that capture, concatenate, or stream your Amazon Chime SDK meetings. For more information about media pipelines, see Amazon Chime SDK media pipelines.

+ * + * @packageDocumentation + */ export * from "./ChimeSDKMediaPipelinesClient"; +export * from "./ChimeSDKMediaPipelines"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ChimeSDKMediaPipelinesServiceException } from "./models/ChimeSDKMediaPipelinesServiceException"; diff --git a/clients/client-chime-sdk-media-pipelines/src/models/ChimeSDKMediaPipelinesServiceException.ts b/clients/client-chime-sdk-media-pipelines/src/models/ChimeSDKMediaPipelinesServiceException.ts index eb72a05957758..7e89419b746ba 100644 --- a/clients/client-chime-sdk-media-pipelines/src/models/ChimeSDKMediaPipelinesServiceException.ts +++ b/clients/client-chime-sdk-media-pipelines/src/models/ChimeSDKMediaPipelinesServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-chime-sdk-meetings/src/ChimeSDKMeetingsClient.ts b/clients/client-chime-sdk-meetings/src/ChimeSDKMeetingsClient.ts index 95c85a204761a..e230a7aae4b12 100644 --- a/clients/client-chime-sdk-meetings/src/ChimeSDKMeetingsClient.ts +++ b/clients/client-chime-sdk-meetings/src/ChimeSDKMeetingsClient.ts @@ -96,6 +96,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -265,7 +267,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ChimeSDKMeetingsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ChimeSDKMeetingsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -284,7 +286,7 @@ export interface ChimeSDKMeetingsClientConfig extends ChimeSDKMeetingsClientConf /** * @public */ -type ChimeSDKMeetingsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ChimeSDKMeetingsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-chime-sdk-meetings/src/commands/BatchCreateAttendeeCommand.ts b/clients/client-chime-sdk-meetings/src/commands/BatchCreateAttendeeCommand.ts index e5cadc60cbe68..cfd6247448800 100644 --- a/clients/client-chime-sdk-meetings/src/commands/BatchCreateAttendeeCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/BatchCreateAttendeeCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_BatchCreateAttendeeCommand, se_BatchCreateAttendeeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-meetings/src/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.ts b/clients/client-chime-sdk-meetings/src/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.ts index 4fb78f12d07bf..54405b36ee3fb 100644 --- a/clients/client-chime-sdk-meetings/src/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/BatchUpdateAttendeeCapabilitiesExceptCommand.ts @@ -20,6 +20,10 @@ import { se_BatchUpdateAttendeeCapabilitiesExceptCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-meetings/src/commands/CreateAttendeeCommand.ts b/clients/client-chime-sdk-meetings/src/commands/CreateAttendeeCommand.ts index df10a0972fedb..eee1bda58f9f3 100644 --- a/clients/client-chime-sdk-meetings/src/commands/CreateAttendeeCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/CreateAttendeeCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateAttendeeCommand, se_CreateAttendeeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-meetings/src/commands/CreateMeetingCommand.ts b/clients/client-chime-sdk-meetings/src/commands/CreateMeetingCommand.ts index 5348f13c7c689..2c3b184d51d5e 100644 --- a/clients/client-chime-sdk-meetings/src/commands/CreateMeetingCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/CreateMeetingCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateMeetingCommand, se_CreateMeetingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-meetings/src/commands/CreateMeetingWithAttendeesCommand.ts b/clients/client-chime-sdk-meetings/src/commands/CreateMeetingWithAttendeesCommand.ts index de1baf9748d8e..be6fcb8799158 100644 --- a/clients/client-chime-sdk-meetings/src/commands/CreateMeetingWithAttendeesCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/CreateMeetingWithAttendeesCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateMeetingWithAttendeesCommand, se_CreateMeetingWithAttendeesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-meetings/src/commands/DeleteAttendeeCommand.ts b/clients/client-chime-sdk-meetings/src/commands/DeleteAttendeeCommand.ts index 04cea92ffc9a5..207f5a97d203a 100644 --- a/clients/client-chime-sdk-meetings/src/commands/DeleteAttendeeCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/DeleteAttendeeCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteAttendeeRequest } from "../models/models_0"; import { de_DeleteAttendeeCommand, se_DeleteAttendeeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-meetings/src/commands/DeleteMeetingCommand.ts b/clients/client-chime-sdk-meetings/src/commands/DeleteMeetingCommand.ts index f7581e9bce1cf..dbaab520ce85f 100644 --- a/clients/client-chime-sdk-meetings/src/commands/DeleteMeetingCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/DeleteMeetingCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteMeetingRequest } from "../models/models_0"; import { de_DeleteMeetingCommand, se_DeleteMeetingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-meetings/src/commands/GetAttendeeCommand.ts b/clients/client-chime-sdk-meetings/src/commands/GetAttendeeCommand.ts index c67335a76c41e..8523616bbecf8 100644 --- a/clients/client-chime-sdk-meetings/src/commands/GetAttendeeCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/GetAttendeeCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetAttendeeRequest, GetAttendeeResponse, GetAttendeeResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetAttendeeCommand, se_GetAttendeeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-meetings/src/commands/GetMeetingCommand.ts b/clients/client-chime-sdk-meetings/src/commands/GetMeetingCommand.ts index 24d6343536a4d..b6d3ed96b3b1f 100644 --- a/clients/client-chime-sdk-meetings/src/commands/GetMeetingCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/GetMeetingCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetMeetingRequest, GetMeetingResponse, GetMeetingResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetMeetingCommand, se_GetMeetingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-meetings/src/commands/ListAttendeesCommand.ts b/clients/client-chime-sdk-meetings/src/commands/ListAttendeesCommand.ts index 9b909358bf6be..d91859f845e54 100644 --- a/clients/client-chime-sdk-meetings/src/commands/ListAttendeesCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/ListAttendeesCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListAttendeesCommand, se_ListAttendeesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-meetings/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-meetings/src/commands/ListTagsForResourceCommand.ts index e7a4b1be6cafa..014af7a682e4a 100644 --- a/clients/client-chime-sdk-meetings/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-meetings/src/commands/StartMeetingTranscriptionCommand.ts b/clients/client-chime-sdk-meetings/src/commands/StartMeetingTranscriptionCommand.ts index 3690dd55aa46f..59e794bf713f2 100644 --- a/clients/client-chime-sdk-meetings/src/commands/StartMeetingTranscriptionCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/StartMeetingTranscriptionCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { StartMeetingTranscriptionRequest } from "../models/models_0"; import { de_StartMeetingTranscriptionCommand, se_StartMeetingTranscriptionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-meetings/src/commands/StopMeetingTranscriptionCommand.ts b/clients/client-chime-sdk-meetings/src/commands/StopMeetingTranscriptionCommand.ts index 557fa1cebed82..aebd8975c3f5c 100644 --- a/clients/client-chime-sdk-meetings/src/commands/StopMeetingTranscriptionCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/StopMeetingTranscriptionCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { StopMeetingTranscriptionRequest } from "../models/models_0"; import { de_StopMeetingTranscriptionCommand, se_StopMeetingTranscriptionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-meetings/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-meetings/src/commands/TagResourceCommand.ts index 5f87926b2c1d6..d73486ca7f605 100644 --- a/clients/client-chime-sdk-meetings/src/commands/TagResourceCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-meetings/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-meetings/src/commands/UntagResourceCommand.ts index 4de4966317ec2..613f2039ad864 100644 --- a/clients/client-chime-sdk-meetings/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKMeetingsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-meetings/src/commands/UpdateAttendeeCapabilitiesCommand.ts b/clients/client-chime-sdk-meetings/src/commands/UpdateAttendeeCapabilitiesCommand.ts index 65ca608f97471..1d6a5b25ef1dd 100644 --- a/clients/client-chime-sdk-meetings/src/commands/UpdateAttendeeCapabilitiesCommand.ts +++ b/clients/client-chime-sdk-meetings/src/commands/UpdateAttendeeCapabilitiesCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateAttendeeCapabilitiesCommand, se_UpdateAttendeeCapabilitiesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-meetings/src/index.ts b/clients/client-chime-sdk-meetings/src/index.ts index 8a70d7bef9665..125984d9f30f2 100644 --- a/clients/client-chime-sdk-meetings/src/index.ts +++ b/clients/client-chime-sdk-meetings/src/index.ts @@ -1,8 +1,16 @@ -export * from "./ChimeSDKMeetings"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the AWS Regions for meetings, create and manage users, and send and + * receive meeting notifications. For more information about the meeting APIs, see + * Amazon Chime SDK meetings.

+ * + * @packageDocumentation + */ export * from "./ChimeSDKMeetingsClient"; +export * from "./ChimeSDKMeetings"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ChimeSDKMeetingsServiceException } from "./models/ChimeSDKMeetingsServiceException"; diff --git a/clients/client-chime-sdk-meetings/src/models/ChimeSDKMeetingsServiceException.ts b/clients/client-chime-sdk-meetings/src/models/ChimeSDKMeetingsServiceException.ts index 6f02e07f027e1..bb29e2f47ea8c 100644 --- a/clients/client-chime-sdk-meetings/src/models/ChimeSDKMeetingsServiceException.ts +++ b/clients/client-chime-sdk-meetings/src/models/ChimeSDKMeetingsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/ChimeSDKMessagingClient.ts b/clients/client-chime-sdk-messaging/src/ChimeSDKMessagingClient.ts index fa79790bae77a..172181fda56c6 100644 --- a/clients/client-chime-sdk-messaging/src/ChimeSDKMessagingClient.ts +++ b/clients/client-chime-sdk-messaging/src/ChimeSDKMessagingClient.ts @@ -206,6 +206,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -445,7 +447,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ChimeSDKMessagingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ChimeSDKMessagingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -464,7 +466,7 @@ export interface ChimeSDKMessagingClientConfig extends ChimeSDKMessagingClientCo /** * @public */ -type ChimeSDKMessagingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ChimeSDKMessagingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-chime-sdk-messaging/src/commands/AssociateChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/AssociateChannelFlowCommand.ts index 026d68ba8b124..1637bb06293b4 100644 --- a/clients/client-chime-sdk-messaging/src/commands/AssociateChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/AssociateChannelFlowCommand.ts @@ -21,6 +21,10 @@ import { import { AssociateChannelFlowRequest } from "../models/models_0"; import { de_AssociateChannelFlowCommand, se_AssociateChannelFlowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/BatchCreateChannelMembershipCommand.ts b/clients/client-chime-sdk-messaging/src/commands/BatchCreateChannelMembershipCommand.ts index fb32c21e634e0..ba492e41d6362 100644 --- a/clients/client-chime-sdk-messaging/src/commands/BatchCreateChannelMembershipCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/BatchCreateChannelMembershipCommand.ts @@ -28,6 +28,10 @@ import { se_BatchCreateChannelMembershipCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/ChannelFlowCallbackCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ChannelFlowCallbackCommand.ts index 4d9d19b5b8ca3..ae315c0350740 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ChannelFlowCallbackCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ChannelFlowCallbackCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_ChannelFlowCallbackCommand, se_ChannelFlowCallbackCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelBanCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelBanCommand.ts index dc75ebf55e90e..fa8b01f32de8e 100644 --- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelBanCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelBanCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_CreateChannelBanCommand, se_CreateChannelBanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelCommand.ts index 2ddfce2d0ed9a..403c2cbdb49b9 100644 --- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_CreateChannelCommand, se_CreateChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelFlowCommand.ts index ce886d5996b3d..3e6843d7a77f6 100644 --- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelFlowCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_CreateChannelFlowCommand, se_CreateChannelFlowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelMembershipCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelMembershipCommand.ts index 30d2ca02987a9..4e943173486d6 100644 --- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelMembershipCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelMembershipCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_CreateChannelMembershipCommand, se_CreateChannelMembershipCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/CreateChannelModeratorCommand.ts b/clients/client-chime-sdk-messaging/src/commands/CreateChannelModeratorCommand.ts index f67830455c8a6..f9e4bac4fce5a 100644 --- a/clients/client-chime-sdk-messaging/src/commands/CreateChannelModeratorCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/CreateChannelModeratorCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_CreateChannelModeratorCommand, se_CreateChannelModeratorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelBanCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelBanCommand.ts index 284c089d7d044..1f2b5553cf3d5 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelBanCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelBanCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteChannelBanRequest } from "../models/models_0"; import { de_DeleteChannelBanCommand, se_DeleteChannelBanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelCommand.ts index 563ff3afca6e4..798319b8ce074 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteChannelRequest } from "../models/models_0"; import { de_DeleteChannelCommand, se_DeleteChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelFlowCommand.ts index 93e8b7e748f20..fd6eeb35b0f09 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelFlowCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteChannelFlowRequest } from "../models/models_0"; import { de_DeleteChannelFlowCommand, se_DeleteChannelFlowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMembershipCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMembershipCommand.ts index ae8c34cb1e745..77aeeae2da012 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMembershipCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMembershipCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteChannelMembershipRequest } from "../models/models_0"; import { de_DeleteChannelMembershipCommand, se_DeleteChannelMembershipCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMessageCommand.ts index b23139b372fe8..840d3c3113a03 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMessageCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelMessageCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteChannelMessageRequest } from "../models/models_0"; import { de_DeleteChannelMessageCommand, se_DeleteChannelMessageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelModeratorCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelModeratorCommand.ts index 70fc05a61ae7d..3f5b6f1433232 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteChannelModeratorCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteChannelModeratorCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteChannelModeratorRequest } from "../models/models_0"; import { de_DeleteChannelModeratorCommand, se_DeleteChannelModeratorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/DeleteMessagingStreamingConfigurationsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DeleteMessagingStreamingConfigurationsCommand.ts index af250b9c32fb4..ed02fc9971c60 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DeleteMessagingStreamingConfigurationsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DeleteMessagingStreamingConfigurationsCommand.ts @@ -24,6 +24,10 @@ import { se_DeleteMessagingStreamingConfigurationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelBanCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelBanCommand.ts index 01563995297ea..77744ad05286c 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelBanCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelBanCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_DescribeChannelBanCommand, se_DescribeChannelBanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelCommand.ts index 10307bc21172c..aaf106d198b3e 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_DescribeChannelCommand, se_DescribeChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelFlowCommand.ts index 1f1c97b1805f9..97465c29664c5 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelFlowCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_DescribeChannelFlowCommand, se_DescribeChannelFlowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipCommand.ts index d04aa8cc02bc5..b50c783baaadd 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_DescribeChannelMembershipCommand, se_DescribeChannelMembershipCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts index 668c57d8d2002..5fa42ecf52b18 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts @@ -28,6 +28,10 @@ import { se_DescribeChannelMembershipForAppInstanceUserCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts index cda3848a388fe..08f7150bfdcf4 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts @@ -28,6 +28,10 @@ import { se_DescribeChannelModeratedByAppInstanceUserCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratorCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratorCommand.ts index 24774dbd8d626..a753698cc985c 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratorCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DescribeChannelModeratorCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_DescribeChannelModeratorCommand, se_DescribeChannelModeratorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/DisassociateChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/DisassociateChannelFlowCommand.ts index 825dcbf07e315..868349f8e41f9 100644 --- a/clients/client-chime-sdk-messaging/src/commands/DisassociateChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/DisassociateChannelFlowCommand.ts @@ -21,6 +21,10 @@ import { import { DisassociateChannelFlowRequest } from "../models/models_0"; import { de_DisassociateChannelFlowCommand, se_DisassociateChannelFlowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/GetChannelMembershipPreferencesCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetChannelMembershipPreferencesCommand.ts index 70a935ba12264..017d35b2f6294 100644 --- a/clients/client-chime-sdk-messaging/src/commands/GetChannelMembershipPreferencesCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/GetChannelMembershipPreferencesCommand.ts @@ -28,6 +28,10 @@ import { se_GetChannelMembershipPreferencesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageCommand.ts index 9c414af8d70e5..d1969aeec5f2b 100644 --- a/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_GetChannelMessageCommand, se_GetChannelMessageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageStatusCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageStatusCommand.ts index d732b91fbc450..09412183b5ea4 100644 --- a/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageStatusCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/GetChannelMessageStatusCommand.ts @@ -21,6 +21,10 @@ import { import { GetChannelMessageStatusRequest, GetChannelMessageStatusResponse } from "../models/models_0"; import { de_GetChannelMessageStatusCommand, se_GetChannelMessageStatusCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/GetMessagingSessionEndpointCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetMessagingSessionEndpointCommand.ts index e4b17e226458f..3e5c9b27bd98b 100644 --- a/clients/client-chime-sdk-messaging/src/commands/GetMessagingSessionEndpointCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/GetMessagingSessionEndpointCommand.ts @@ -24,6 +24,10 @@ import { se_GetMessagingSessionEndpointCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/GetMessagingStreamingConfigurationsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/GetMessagingStreamingConfigurationsCommand.ts index ab143cc9659fe..c315eb5553643 100644 --- a/clients/client-chime-sdk-messaging/src/commands/GetMessagingStreamingConfigurationsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/GetMessagingStreamingConfigurationsCommand.ts @@ -27,6 +27,10 @@ import { se_GetMessagingStreamingConfigurationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelBansCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelBansCommand.ts index cddc671406dae..1acd9a3c58277 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelBansCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelBansCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_ListChannelBansCommand, se_ListChannelBansCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelFlowsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelFlowsCommand.ts index 83edcb053a679..590a846a43380 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelFlowsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelFlowsCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_ListChannelFlowsCommand, se_ListChannelFlowsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsCommand.ts index 5955a0e7a32cf..bd221662a27f0 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_ListChannelMembershipsCommand, se_ListChannelMembershipsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts index 76cae275e9646..81a02df5a8bd3 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts @@ -29,6 +29,10 @@ import { se_ListChannelMembershipsForAppInstanceUserCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelMessagesCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelMessagesCommand.ts index 601c101423e24..472dc33da9cbb 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelMessagesCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelMessagesCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_ListChannelMessagesCommand, se_ListChannelMessagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelModeratorsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelModeratorsCommand.ts index d58d8f0b8ada0..3a5f527354c13 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelModeratorsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelModeratorsCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_ListChannelModeratorsCommand, se_ListChannelModeratorsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelsAssociatedWithChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelsAssociatedWithChannelFlowCommand.ts index ff81e9ae49360..fad72f410dc2e 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelsAssociatedWithChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelsAssociatedWithChannelFlowCommand.ts @@ -29,6 +29,10 @@ import { se_ListChannelsAssociatedWithChannelFlowCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelsCommand.ts index a773f132df8f4..dc133fa30a475 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelsCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_ListChannelsCommand, se_ListChannelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts index 795709deee261..5322f3fe7a438 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts @@ -29,6 +29,10 @@ import { se_ListChannelsModeratedByAppInstanceUserCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/ListSubChannelsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListSubChannelsCommand.ts index 329138f2c1fdd..88865ae6148f1 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListSubChannelsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListSubChannelsCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_ListSubChannelsCommand, se_ListSubChannelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-messaging/src/commands/ListTagsForResourceCommand.ts index 8f183dcab1d43..c3b4d38afc4a0 100644 --- a/clients/client-chime-sdk-messaging/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/ListTagsForResourceCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/PutChannelExpirationSettingsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/PutChannelExpirationSettingsCommand.ts index 791955bf92698..2736886ca25bb 100644 --- a/clients/client-chime-sdk-messaging/src/commands/PutChannelExpirationSettingsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/PutChannelExpirationSettingsCommand.ts @@ -24,6 +24,10 @@ import { se_PutChannelExpirationSettingsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/PutChannelMembershipPreferencesCommand.ts b/clients/client-chime-sdk-messaging/src/commands/PutChannelMembershipPreferencesCommand.ts index 17ba66ff22c31..a220ecfb720ca 100644 --- a/clients/client-chime-sdk-messaging/src/commands/PutChannelMembershipPreferencesCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/PutChannelMembershipPreferencesCommand.ts @@ -29,6 +29,10 @@ import { se_PutChannelMembershipPreferencesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/PutMessagingStreamingConfigurationsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/PutMessagingStreamingConfigurationsCommand.ts index 619bab421808e..21d1a7828dd03 100644 --- a/clients/client-chime-sdk-messaging/src/commands/PutMessagingStreamingConfigurationsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/PutMessagingStreamingConfigurationsCommand.ts @@ -27,6 +27,10 @@ import { se_PutMessagingStreamingConfigurationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/RedactChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/RedactChannelMessageCommand.ts index 44672b216a659..4d7f8668dbbf8 100644 --- a/clients/client-chime-sdk-messaging/src/commands/RedactChannelMessageCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/RedactChannelMessageCommand.ts @@ -21,6 +21,10 @@ import { import { RedactChannelMessageRequest, RedactChannelMessageResponse } from "../models/models_0"; import { de_RedactChannelMessageCommand, se_RedactChannelMessageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/SearchChannelsCommand.ts b/clients/client-chime-sdk-messaging/src/commands/SearchChannelsCommand.ts index 82194bd2f4d22..2fb0efe2b3bc8 100644 --- a/clients/client-chime-sdk-messaging/src/commands/SearchChannelsCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/SearchChannelsCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_SearchChannelsCommand, se_SearchChannelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/SendChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/SendChannelMessageCommand.ts index 4fc9a603d9c62..fa7498ae2f3f2 100644 --- a/clients/client-chime-sdk-messaging/src/commands/SendChannelMessageCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/SendChannelMessageCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_SendChannelMessageCommand, se_SendChannelMessageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-messaging/src/commands/TagResourceCommand.ts index e68f1c4da1d86..3fe31912efaca 100644 --- a/clients/client-chime-sdk-messaging/src/commands/TagResourceCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { TagResourceRequest, TagResourceRequestFilterSensitiveLog } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UntagResourceCommand.ts index a8c6f49d0662e..a6f5a35c5ee1f 100644 --- a/clients/client-chime-sdk-messaging/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { UntagResourceRequest, UntagResourceRequestFilterSensitiveLog } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelCommand.ts index 48746575f03e6..7eb22f807066a 100644 --- a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_UpdateChannelCommand, se_UpdateChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelFlowCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelFlowCommand.ts index 2c05431d613c3..e5e87701be83f 100644 --- a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelFlowCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelFlowCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_UpdateChannelFlowCommand, se_UpdateChannelFlowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelMessageCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelMessageCommand.ts index 4a7ef51bb3e90..098e5e2780fa3 100644 --- a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelMessageCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelMessageCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_UpdateChannelMessageCommand, se_UpdateChannelMessageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelReadMarkerCommand.ts b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelReadMarkerCommand.ts index 9b0f8b36f1284..705a448b933aa 100644 --- a/clients/client-chime-sdk-messaging/src/commands/UpdateChannelReadMarkerCommand.ts +++ b/clients/client-chime-sdk-messaging/src/commands/UpdateChannelReadMarkerCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateChannelReadMarkerRequest, UpdateChannelReadMarkerResponse } from "../models/models_0"; import { de_UpdateChannelReadMarkerCommand, se_UpdateChannelReadMarkerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-messaging/src/index.ts b/clients/client-chime-sdk-messaging/src/index.ts index 048bb907932a3..3b8167f10c644 100644 --- a/clients/client-chime-sdk-messaging/src/index.ts +++ b/clients/client-chime-sdk-messaging/src/index.ts @@ -1,8 +1,17 @@ -export * from "./ChimeSDKMessaging"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The Amazon Chime SDK Messaging APIs in this section allow software developers to send + * and receive messages in custom messaging applications. These APIs depend on the frameworks + * provided by the Amazon Chime SDK Identity APIs. For more information about the messaging + * APIs, see Amazon Chime SDK messaging.

+ * + * @packageDocumentation + */ export * from "./ChimeSDKMessagingClient"; +export * from "./ChimeSDKMessaging"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ChimeSDKMessagingServiceException } from "./models/ChimeSDKMessagingServiceException"; diff --git a/clients/client-chime-sdk-messaging/src/models/ChimeSDKMessagingServiceException.ts b/clients/client-chime-sdk-messaging/src/models/ChimeSDKMessagingServiceException.ts index 797d696383399..a3200aaccd8b2 100644 --- a/clients/client-chime-sdk-messaging/src/models/ChimeSDKMessagingServiceException.ts +++ b/clients/client-chime-sdk-messaging/src/models/ChimeSDKMessagingServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-chime-sdk-voice/src/ChimeSDKVoiceClient.ts b/clients/client-chime-sdk-voice/src/ChimeSDKVoiceClient.ts index 76cc92d2b941b..5ed86e4647b50 100644 --- a/clients/client-chime-sdk-voice/src/ChimeSDKVoiceClient.ts +++ b/clients/client-chime-sdk-voice/src/ChimeSDKVoiceClient.ts @@ -359,6 +359,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -682,7 +684,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ChimeSDKVoiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ChimeSDKVoiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -701,7 +703,7 @@ export interface ChimeSDKVoiceClientConfig extends ChimeSDKVoiceClientConfigType /** * @public */ -type ChimeSDKVoiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ChimeSDKVoiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts index acfbbbed8cfd9..37a13dc27ff45 100644 --- a/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts @@ -25,6 +25,10 @@ import { se_AssociatePhoneNumbersWithVoiceConnectorCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts index 05bdd9c57bf8c..c970f85950bc6 100644 --- a/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts @@ -25,6 +25,10 @@ import { se_AssociatePhoneNumbersWithVoiceConnectorGroupCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/BatchDeletePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/BatchDeletePhoneNumberCommand.ts index b8fa2a534f39b..09b9ab8df0522 100644 --- a/clients/client-chime-sdk-voice/src/commands/BatchDeletePhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/BatchDeletePhoneNumberCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_BatchDeletePhoneNumberCommand, se_BatchDeletePhoneNumberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/BatchUpdatePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/BatchUpdatePhoneNumberCommand.ts index 1051f19cb0835..23ed34a53572f 100644 --- a/clients/client-chime-sdk-voice/src/commands/BatchUpdatePhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/BatchUpdatePhoneNumberCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_BatchUpdatePhoneNumberCommand, se_BatchUpdatePhoneNumberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/CreatePhoneNumberOrderCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreatePhoneNumberOrderCommand.ts index 046367a27736f..f6a3ba4c7790f 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreatePhoneNumberOrderCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreatePhoneNumberOrderCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreatePhoneNumberOrderCommand, se_CreatePhoneNumberOrderCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/CreateProxySessionCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateProxySessionCommand.ts index 98cbc1bf8da89..2b73c347d4068 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateProxySessionCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateProxySessionCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateProxySessionCommand, se_CreateProxySessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCallCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCallCommand.ts index dd9f6e39e4305..f68a15caca1e2 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCallCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCallCommand.ts @@ -24,6 +24,10 @@ import { se_CreateSipMediaApplicationCallCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCommand.ts index adb056686da6d..4581e254803af 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateSipMediaApplicationCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateSipMediaApplicationCommand, se_CreateSipMediaApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/CreateSipRuleCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateSipRuleCommand.ts index ff6d24ddf7c9c..a0309d85a3674 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateSipRuleCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateSipRuleCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateSipRuleRequest, CreateSipRuleResponse } from "../models/models_0"; import { de_CreateSipRuleCommand, se_CreateSipRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorCommand.ts index 8195c7a1f7eb5..190e23f020e07 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateVoiceConnectorCommand, se_CreateVoiceConnectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorGroupCommand.ts index ed9e4d99f13b2..8a637da26ed88 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateVoiceConnectorGroupCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateVoiceConnectorGroupRequest, CreateVoiceConnectorGroupResponse } from "../models/models_0"; import { de_CreateVoiceConnectorGroupCommand, se_CreateVoiceConnectorGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileCommand.ts index dfc2765948704..326ec04c65c68 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateVoiceProfileCommand, se_CreateVoiceProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileDomainCommand.ts b/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileDomainCommand.ts index eb30a6db7acf8..d4c520557bc1f 100644 --- a/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileDomainCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/CreateVoiceProfileDomainCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateVoiceProfileDomainCommand, se_CreateVoiceProfileDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/DeletePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeletePhoneNumberCommand.ts index 132f10f84c721..2c3d1804482ba 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeletePhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeletePhoneNumberCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeletePhoneNumberRequest, DeletePhoneNumberRequestFilterSensitiveLog } from "../models/models_0"; import { de_DeletePhoneNumberCommand, se_DeletePhoneNumberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteProxySessionCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteProxySessionCommand.ts index 17483110c497d..53f0e41b60412 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteProxySessionCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteProxySessionCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteProxySessionRequest } from "../models/models_0"; import { de_DeleteProxySessionCommand, se_DeleteProxySessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteSipMediaApplicationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteSipMediaApplicationCommand.ts index 429b90069c521..b8972e8e7e965 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteSipMediaApplicationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteSipMediaApplicationCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteSipMediaApplicationRequest } from "../models/models_0"; import { de_DeleteSipMediaApplicationCommand, se_DeleteSipMediaApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteSipRuleCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteSipRuleCommand.ts index ca568c2f232f6..04ffb9499c1f7 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteSipRuleCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteSipRuleCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteSipRuleRequest } from "../models/models_0"; import { de_DeleteSipRuleCommand, se_DeleteSipRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorCommand.ts index a37a3f1ce68e7..188996a7949d1 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteVoiceConnectorRequest } from "../models/models_0"; import { de_DeleteVoiceConnectorCommand, se_DeleteVoiceConnectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts index 8347e90fa26ea..b3601f6c854c0 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteVoiceConnectorEmergencyCallingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorGroupCommand.ts index a7c18031f5f93..8ba6d2c065a35 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorGroupCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteVoiceConnectorGroupRequest } from "../models/models_0"; import { de_DeleteVoiceConnectorGroupCommand, se_DeleteVoiceConnectorGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorOriginationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorOriginationCommand.ts index ebbb194722586..32ad30185cb8a 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorOriginationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteVoiceConnectorOriginationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorProxyCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorProxyCommand.ts index 951a90b5d7290..0df2262830b8d 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorProxyCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorProxyCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteVoiceConnectorProxyRequest } from "../models/models_0"; import { de_DeleteVoiceConnectorProxyCommand, se_DeleteVoiceConnectorProxyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts index 47f840a84a514..5c6d62690e15a 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteVoiceConnectorStreamingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCommand.ts index bb624dcf4e606..bb2d3b649e5e7 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteVoiceConnectorTerminationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts index c67cfb28d3163..f3fba7f145e09 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteVoiceConnectorTerminationCredentialsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileCommand.ts index cccafcd746dfb..224fc23541bf1 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteVoiceProfileRequest } from "../models/models_0"; import { de_DeleteVoiceProfileCommand, se_DeleteVoiceProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileDomainCommand.ts b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileDomainCommand.ts index be38a5de6442d..c0e525597a6ad 100644 --- a/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileDomainCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DeleteVoiceProfileDomainCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteVoiceProfileDomainRequest } from "../models/models_0"; import { de_DeleteVoiceProfileDomainCommand, se_DeleteVoiceProfileDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts index b6beffecefb42..26490e8bca1cb 100644 --- a/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts @@ -25,6 +25,10 @@ import { se_DisassociatePhoneNumbersFromVoiceConnectorCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts index 6531568bbcd5f..69251920526b0 100644 --- a/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts @@ -25,6 +25,10 @@ import { se_DisassociatePhoneNumbersFromVoiceConnectorGroupCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/GetGlobalSettingsCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetGlobalSettingsCommand.ts index 20bcb88b3044e..09c47cc17f799 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetGlobalSettingsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetGlobalSettingsCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetGlobalSettingsResponse } from "../models/models_0"; import { de_GetGlobalSettingsCommand, se_GetGlobalSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberCommand.ts index 430c134414ed1..da53219efa32f 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_GetPhoneNumberCommand, se_GetPhoneNumberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberOrderCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberOrderCommand.ts index 3f9a4afbf2c03..83e1c6b162023 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberOrderCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberOrderCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetPhoneNumberOrderCommand, se_GetPhoneNumberOrderCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberSettingsCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberSettingsCommand.ts index 214e0f21b49e2..f37986123bce2 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberSettingsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetPhoneNumberSettingsCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetPhoneNumberSettingsResponse, GetPhoneNumberSettingsResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetPhoneNumberSettingsCommand, se_GetPhoneNumberSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/GetProxySessionCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetProxySessionCommand.ts index f1e3317390801..c17573235fa69 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetProxySessionCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetProxySessionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetProxySessionCommand, se_GetProxySessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.ts index 75ac69ecd5cea..b0c39b8bcf934 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationAlexaSkillConfigurationCommand.ts @@ -24,6 +24,10 @@ import { se_GetSipMediaApplicationAlexaSkillConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationCommand.ts index 561e0331bef9f..78df3bf14d94c 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetSipMediaApplicationCommand, se_GetSipMediaApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts index 3a8c2f3976bfb..1231246c5402b 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_GetSipMediaApplicationLoggingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/GetSipRuleCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSipRuleCommand.ts index a5eef8c02e0af..4f06b1f671c77 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetSipRuleCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetSipRuleCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetSipRuleRequest, GetSipRuleResponse } from "../models/models_0"; import { de_GetSipRuleCommand, se_GetSipRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/GetSpeakerSearchTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetSpeakerSearchTaskCommand.ts index 662aab6425508..a2935146fe6bb 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetSpeakerSearchTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetSpeakerSearchTaskCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetSpeakerSearchTaskRequest, GetSpeakerSearchTaskResponse } from "../models/models_0"; import { de_GetSpeakerSearchTaskCommand, se_GetSpeakerSearchTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorCommand.ts index 1a7ad9aa21692..87063229a9786 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetVoiceConnectorRequest, GetVoiceConnectorResponse } from "../models/models_0"; import { de_GetVoiceConnectorCommand, se_GetVoiceConnectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts index b96f702bab530..861a4975aba89 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -24,6 +24,10 @@ import { se_GetVoiceConnectorEmergencyCallingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorGroupCommand.ts index 48ae21f80bcd6..05b7c8cfe91b1 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorGroupCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetVoiceConnectorGroupRequest, GetVoiceConnectorGroupResponse } from "../models/models_0"; import { de_GetVoiceConnectorGroupCommand, se_GetVoiceConnectorGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts index 1e28b18b8b8e9..9d1092c637a2a 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_GetVoiceConnectorLoggingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorOriginationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorOriginationCommand.ts index 1b76bf259748e..823eb5c47c2a7 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorOriginationCommand.ts @@ -20,6 +20,10 @@ import { se_GetVoiceConnectorOriginationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorProxyCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorProxyCommand.ts index dc01402d53f8e..98b0855b87574 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorProxyCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorProxyCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetVoiceConnectorProxyCommand, se_GetVoiceConnectorProxyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts index da96152189e14..d1272942539a2 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts @@ -24,6 +24,10 @@ import { se_GetVoiceConnectorStreamingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationCommand.ts index 2c7c7704d09fe..5c01cb3a63a9e 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationCommand.ts @@ -24,6 +24,10 @@ import { se_GetVoiceConnectorTerminationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationHealthCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationHealthCommand.ts index c8e93418e0978..5dfde950b2f7b 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationHealthCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceConnectorTerminationHealthCommand.ts @@ -23,6 +23,10 @@ import { se_GetVoiceConnectorTerminationHealthCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileCommand.ts index 42526a092db4a..f23db2fb3dbbf 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetVoiceProfileCommand, se_GetVoiceProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileDomainCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileDomainCommand.ts index 843d62b556ee4..ab1aa66defce5 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileDomainCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceProfileDomainCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetVoiceProfileDomainCommand, se_GetVoiceProfileDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/GetVoiceToneAnalysisTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/GetVoiceToneAnalysisTaskCommand.ts index 13c7c9d4ce87a..a14285ea00074 100644 --- a/clients/client-chime-sdk-voice/src/commands/GetVoiceToneAnalysisTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/GetVoiceToneAnalysisTaskCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetVoiceToneAnalysisTaskRequest, GetVoiceToneAnalysisTaskResponse } from "../models/models_0"; import { de_GetVoiceToneAnalysisTaskCommand, se_GetVoiceToneAnalysisTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/ListAvailableVoiceConnectorRegionsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListAvailableVoiceConnectorRegionsCommand.ts index a25ed56fa392e..27b67ff7ced03 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListAvailableVoiceConnectorRegionsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListAvailableVoiceConnectorRegionsCommand.ts @@ -20,6 +20,10 @@ import { se_ListAvailableVoiceConnectorRegionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/ListPhoneNumberOrdersCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListPhoneNumberOrdersCommand.ts index 51997ec49156b..dc3a6a4935055 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListPhoneNumberOrdersCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListPhoneNumberOrdersCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListPhoneNumberOrdersCommand, se_ListPhoneNumberOrdersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/ListPhoneNumbersCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListPhoneNumbersCommand.ts index a015500d53edc..11c23c354ecc3 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListPhoneNumbersCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListPhoneNumbersCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListPhoneNumbersCommand, se_ListPhoneNumbersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/ListProxySessionsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListProxySessionsCommand.ts index d2feaaa8c20c3..02ea6543b6ee8 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListProxySessionsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListProxySessionsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListProxySessionsCommand, se_ListProxySessionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/ListSipMediaApplicationsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListSipMediaApplicationsCommand.ts index 15ce2ca6a0849..da127c13ec20c 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListSipMediaApplicationsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListSipMediaApplicationsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListSipMediaApplicationsCommand, se_ListSipMediaApplicationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/ListSipRulesCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListSipRulesCommand.ts index 588e24de3d0fb..06ac255b86417 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListSipRulesCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListSipRulesCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListSipRulesRequest, ListSipRulesResponse } from "../models/models_0"; import { de_ListSipRulesCommand, se_ListSipRulesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/ListSupportedPhoneNumberCountriesCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListSupportedPhoneNumberCountriesCommand.ts index e73be5d14e4b8..d89e728731726 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListSupportedPhoneNumberCountriesCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListSupportedPhoneNumberCountriesCommand.ts @@ -23,6 +23,10 @@ import { se_ListSupportedPhoneNumberCountriesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListTagsForResourceCommand.ts index b842cfb52632a..3f691832b672c 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListTagsForResourceCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorGroupsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorGroupsCommand.ts index 4e849cb244083..239eb84e4aa4a 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorGroupsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorGroupsCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListVoiceConnectorGroupsRequest, ListVoiceConnectorGroupsResponse } from "../models/models_0"; import { de_ListVoiceConnectorGroupsCommand, se_ListVoiceConnectorGroupsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts index 1605ecdd72882..e2ab2977791f1 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts @@ -24,6 +24,10 @@ import { se_ListVoiceConnectorTerminationCredentialsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorsCommand.ts index ffbf54fa75c32..5bf31ab849aac 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceConnectorsCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListVoiceConnectorsRequest, ListVoiceConnectorsResponse } from "../models/models_0"; import { de_ListVoiceConnectorsCommand, se_ListVoiceConnectorsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceProfileDomainsCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceProfileDomainsCommand.ts index 7f11d3933b6c1..86cefe5852804 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListVoiceProfileDomainsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceProfileDomainsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListVoiceProfileDomainsCommand, se_ListVoiceProfileDomainsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/ListVoiceProfilesCommand.ts b/clients/client-chime-sdk-voice/src/commands/ListVoiceProfilesCommand.ts index c1e2ee529ff17..899c6ab903ba1 100644 --- a/clients/client-chime-sdk-voice/src/commands/ListVoiceProfilesCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ListVoiceProfilesCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListVoiceProfilesCommand, se_ListVoiceProfilesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.ts index 5156ca47878ef..691af03330efb 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationAlexaSkillConfigurationCommand.ts @@ -25,6 +25,10 @@ import { se_PutSipMediaApplicationAlexaSkillConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts index 479916a56c3fa..3b238696f6d79 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_PutSipMediaApplicationLoggingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts index 0a6ec4152cf16..d4990ace0f8fd 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -25,6 +25,10 @@ import { se_PutVoiceConnectorEmergencyCallingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts index 22d007fab7fc5..53729af652b98 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_PutVoiceConnectorLoggingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorOriginationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorOriginationCommand.ts index 13fc4dfe7d54b..95f247f8790e7 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorOriginationCommand.ts @@ -20,6 +20,10 @@ import { se_PutVoiceConnectorOriginationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorProxyCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorProxyCommand.ts index 318d88c86e09a..5e7434c2d9bed 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorProxyCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorProxyCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_PutVoiceConnectorProxyCommand, se_PutVoiceConnectorProxyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts index 37995058a5cad..a4ed0d8ed0472 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts @@ -25,6 +25,10 @@ import { se_PutVoiceConnectorStreamingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCommand.ts index 6495044964a2c..ea515dc8dd9d6 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCommand.ts @@ -25,6 +25,10 @@ import { se_PutVoiceConnectorTerminationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts index d4a1edd517cf4..da1aa6973856c 100644 --- a/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts @@ -23,6 +23,10 @@ import { se_PutVoiceConnectorTerminationCredentialsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/RestorePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/RestorePhoneNumberCommand.ts index 26cba2425b508..2542e6e51c1a0 100644 --- a/clients/client-chime-sdk-voice/src/commands/RestorePhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/RestorePhoneNumberCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_RestorePhoneNumberCommand, se_RestorePhoneNumberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/SearchAvailablePhoneNumbersCommand.ts b/clients/client-chime-sdk-voice/src/commands/SearchAvailablePhoneNumbersCommand.ts index 4c291467185ce..3d8e4e377ec52 100644 --- a/clients/client-chime-sdk-voice/src/commands/SearchAvailablePhoneNumbersCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/SearchAvailablePhoneNumbersCommand.ts @@ -24,6 +24,10 @@ import { se_SearchAvailablePhoneNumbersCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/StartSpeakerSearchTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/StartSpeakerSearchTaskCommand.ts index cc20403b843ad..4fc757c15db47 100644 --- a/clients/client-chime-sdk-voice/src/commands/StartSpeakerSearchTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/StartSpeakerSearchTaskCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { StartSpeakerSearchTaskRequest, StartSpeakerSearchTaskResponse } from "../models/models_0"; import { de_StartSpeakerSearchTaskCommand, se_StartSpeakerSearchTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/StartVoiceToneAnalysisTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/StartVoiceToneAnalysisTaskCommand.ts index c695dd50786e5..daa38ee25987c 100644 --- a/clients/client-chime-sdk-voice/src/commands/StartVoiceToneAnalysisTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/StartVoiceToneAnalysisTaskCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { StartVoiceToneAnalysisTaskRequest, StartVoiceToneAnalysisTaskResponse } from "../models/models_0"; import { de_StartVoiceToneAnalysisTaskCommand, se_StartVoiceToneAnalysisTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/StopSpeakerSearchTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/StopSpeakerSearchTaskCommand.ts index a4f8487f649cd..a0f63027831bb 100644 --- a/clients/client-chime-sdk-voice/src/commands/StopSpeakerSearchTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/StopSpeakerSearchTaskCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { StopSpeakerSearchTaskRequest } from "../models/models_0"; import { de_StopSpeakerSearchTaskCommand, se_StopSpeakerSearchTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/StopVoiceToneAnalysisTaskCommand.ts b/clients/client-chime-sdk-voice/src/commands/StopVoiceToneAnalysisTaskCommand.ts index bef9c4191e4f0..7c8e0b90ff54e 100644 --- a/clients/client-chime-sdk-voice/src/commands/StopVoiceToneAnalysisTaskCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/StopVoiceToneAnalysisTaskCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { StopVoiceToneAnalysisTaskRequest } from "../models/models_0"; import { de_StopVoiceToneAnalysisTaskCommand, se_StopVoiceToneAnalysisTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/TagResourceCommand.ts b/clients/client-chime-sdk-voice/src/commands/TagResourceCommand.ts index ae6b46c7901ba..2ac09132487b0 100644 --- a/clients/client-chime-sdk-voice/src/commands/TagResourceCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { TagResourceRequest, TagResourceRequestFilterSensitiveLog } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/UntagResourceCommand.ts b/clients/client-chime-sdk-voice/src/commands/UntagResourceCommand.ts index 3f230c4c16208..7e93d654e09f0 100644 --- a/clients/client-chime-sdk-voice/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UntagResourceRequest, UntagResourceRequestFilterSensitiveLog } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateGlobalSettingsCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateGlobalSettingsCommand.ts index 20e5e1394c6de..d1da53f9454e8 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateGlobalSettingsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateGlobalSettingsCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateGlobalSettingsRequest } from "../models/models_0"; import { de_UpdateGlobalSettingsCommand, se_UpdateGlobalSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberCommand.ts index e17a7dd8785aa..cb9bdc4fb087a 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_UpdatePhoneNumberCommand, se_UpdatePhoneNumberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberSettingsCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberSettingsCommand.ts index a88640f5d7adb..576f96bcbfbaa 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberSettingsCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdatePhoneNumberSettingsCommand.ts @@ -20,6 +20,10 @@ import { } from "../models/models_0"; import { de_UpdatePhoneNumberSettingsCommand, se_UpdatePhoneNumberSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateProxySessionCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateProxySessionCommand.ts index 5f424b1d9bc82..28873af3c57b0 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateProxySessionCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateProxySessionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateProxySessionCommand, se_UpdateProxySessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCallCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCallCommand.ts index 9fdca9ffe7116..ab54b712ea1d8 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCallCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCallCommand.ts @@ -24,6 +24,10 @@ import { se_UpdateSipMediaApplicationCallCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCommand.ts index f92b8670dc890..4dffd60663e58 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateSipMediaApplicationCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_UpdateSipMediaApplicationCommand, se_UpdateSipMediaApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateSipRuleCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateSipRuleCommand.ts index 5b8b02e053e3e..836555b466b0f 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateSipRuleCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateSipRuleCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateSipRuleRequest, UpdateSipRuleResponse } from "../models/models_0"; import { de_UpdateSipRuleCommand, se_UpdateSipRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorCommand.ts index 264220b71924a..06ffee6fb577a 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateVoiceConnectorRequest, UpdateVoiceConnectorResponse } from "../models/models_0"; import { de_UpdateVoiceConnectorCommand, se_UpdateVoiceConnectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorGroupCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorGroupCommand.ts index d2d850eac51fc..633108a39cace 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorGroupCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceConnectorGroupCommand.ts @@ -17,6 +17,10 @@ import { ChimeSDKVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateVoiceConnectorGroupRequest, UpdateVoiceConnectorGroupResponse } from "../models/models_0"; import { de_UpdateVoiceConnectorGroupCommand, se_UpdateVoiceConnectorGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileCommand.ts index c20e4f978d637..de93f1c1f4aa2 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateVoiceProfileCommand, se_UpdateVoiceProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileDomainCommand.ts b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileDomainCommand.ts index 05d9e795b0938..403c96fc5a6ce 100644 --- a/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileDomainCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/UpdateVoiceProfileDomainCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateVoiceProfileDomainCommand, se_UpdateVoiceProfileDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/commands/ValidateE911AddressCommand.ts b/clients/client-chime-sdk-voice/src/commands/ValidateE911AddressCommand.ts index 3abe9d2820906..33a01d2ce008a 100644 --- a/clients/client-chime-sdk-voice/src/commands/ValidateE911AddressCommand.ts +++ b/clients/client-chime-sdk-voice/src/commands/ValidateE911AddressCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_ValidateE911AddressCommand, se_ValidateE911AddressCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime-sdk-voice/src/index.ts b/clients/client-chime-sdk-voice/src/index.ts index 1723092f580d4..dc5421e892a32 100644 --- a/clients/client-chime-sdk-voice/src/index.ts +++ b/clients/client-chime-sdk-voice/src/index.ts @@ -1,8 +1,15 @@ -export * from "./ChimeSDKVoice"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The Amazon Chime SDK telephony APIs in this section enable developers to create PSTN calling solutions that use Amazon Chime SDK Voice Connectors, and Amazon Chime SDK SIP media applications. Developers can + * also order and manage phone numbers, create and manage Voice Connectors and SIP media applications, and run voice analytics.

+ * + * @packageDocumentation + */ export * from "./ChimeSDKVoiceClient"; +export * from "./ChimeSDKVoice"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ChimeSDKVoiceServiceException } from "./models/ChimeSDKVoiceServiceException"; diff --git a/clients/client-chime-sdk-voice/src/models/ChimeSDKVoiceServiceException.ts b/clients/client-chime-sdk-voice/src/models/ChimeSDKVoiceServiceException.ts index fcb08f84a8107..5e5fe5e9d8396 100644 --- a/clients/client-chime-sdk-voice/src/models/ChimeSDKVoiceServiceException.ts +++ b/clients/client-chime-sdk-voice/src/models/ChimeSDKVoiceServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-chime/src/ChimeClient.ts b/clients/client-chime/src/ChimeClient.ts index a2e40022962a5..fe21d5d2ccaec 100644 --- a/clients/client-chime/src/ChimeClient.ts +++ b/clients/client-chime/src/ChimeClient.ts @@ -595,6 +595,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -1114,7 +1116,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ChimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ChimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -1133,7 +1135,7 @@ export interface ChimeClientConfig extends ChimeClientConfigType {} /** * @public */ -type ChimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ChimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-chime/src/commands/AssociatePhoneNumberWithUserCommand.ts b/clients/client-chime/src/commands/AssociatePhoneNumberWithUserCommand.ts index aa40cd9b56190..811c5165e7d20 100644 --- a/clients/client-chime/src/commands/AssociatePhoneNumberWithUserCommand.ts +++ b/clients/client-chime/src/commands/AssociatePhoneNumberWithUserCommand.ts @@ -24,6 +24,10 @@ import { se_AssociatePhoneNumberWithUserCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts index 70753d32c02b7..2bfb8a94bfd9e 100644 --- a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts @@ -24,6 +24,10 @@ import { se_AssociatePhoneNumbersWithVoiceConnectorCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts index 28ee58ede3d72..a46c48265e6b2 100644 --- a/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts @@ -24,6 +24,10 @@ import { se_AssociatePhoneNumbersWithVoiceConnectorGroupCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts b/clients/client-chime/src/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts index 4d9ab88bb0f60..b6493e648cea1 100644 --- a/clients/client-chime/src/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts +++ b/clients/client-chime/src/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts @@ -23,6 +23,10 @@ import { se_AssociateSigninDelegateGroupsWithAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts b/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts index 8246a2a5d90ee..bcb764d8cd1e4 100644 --- a/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts +++ b/clients/client-chime/src/commands/BatchCreateAttendeeCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_BatchCreateAttendeeCommand, se_BatchCreateAttendeeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts b/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts index fe673276d1409..1766d90c18644 100644 --- a/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/BatchCreateChannelMembershipCommand.ts @@ -24,6 +24,10 @@ import { se_BatchCreateChannelMembershipCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/BatchCreateRoomMembershipCommand.ts b/clients/client-chime/src/commands/BatchCreateRoomMembershipCommand.ts index 6b3a385c46e6f..19313304de59f 100644 --- a/clients/client-chime/src/commands/BatchCreateRoomMembershipCommand.ts +++ b/clients/client-chime/src/commands/BatchCreateRoomMembershipCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { BatchCreateRoomMembershipRequest, BatchCreateRoomMembershipResponse } from "../models/models_0"; import { de_BatchCreateRoomMembershipCommand, se_BatchCreateRoomMembershipCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/BatchDeletePhoneNumberCommand.ts b/clients/client-chime/src/commands/BatchDeletePhoneNumberCommand.ts index dec33ea15660b..39109cb038343 100644 --- a/clients/client-chime/src/commands/BatchDeletePhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/BatchDeletePhoneNumberCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { BatchDeletePhoneNumberRequest, BatchDeletePhoneNumberResponse } from "../models/models_0"; import { de_BatchDeletePhoneNumberCommand, se_BatchDeletePhoneNumberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/BatchSuspendUserCommand.ts b/clients/client-chime/src/commands/BatchSuspendUserCommand.ts index fb9ef3daf5559..619ba6ab657d4 100644 --- a/clients/client-chime/src/commands/BatchSuspendUserCommand.ts +++ b/clients/client-chime/src/commands/BatchSuspendUserCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { BatchSuspendUserRequest, BatchSuspendUserResponse } from "../models/models_0"; import { de_BatchSuspendUserCommand, se_BatchSuspendUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/BatchUnsuspendUserCommand.ts b/clients/client-chime/src/commands/BatchUnsuspendUserCommand.ts index a02045a42ac7a..2a738f15ed3ff 100644 --- a/clients/client-chime/src/commands/BatchUnsuspendUserCommand.ts +++ b/clients/client-chime/src/commands/BatchUnsuspendUserCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { BatchUnsuspendUserRequest, BatchUnsuspendUserResponse } from "../models/models_0"; import { de_BatchUnsuspendUserCommand, se_BatchUnsuspendUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/BatchUpdatePhoneNumberCommand.ts b/clients/client-chime/src/commands/BatchUpdatePhoneNumberCommand.ts index 0b2e44bb561e2..ebca2026fed66 100644 --- a/clients/client-chime/src/commands/BatchUpdatePhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/BatchUpdatePhoneNumberCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_BatchUpdatePhoneNumberCommand, se_BatchUpdatePhoneNumberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/BatchUpdateUserCommand.ts b/clients/client-chime/src/commands/BatchUpdateUserCommand.ts index 6c89de7056a61..547091b67751d 100644 --- a/clients/client-chime/src/commands/BatchUpdateUserCommand.ts +++ b/clients/client-chime/src/commands/BatchUpdateUserCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_BatchUpdateUserCommand, se_BatchUpdateUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateAccountCommand.ts b/clients/client-chime/src/commands/CreateAccountCommand.ts index 8040c62ad34d4..b7b41f66b6f90 100644 --- a/clients/client-chime/src/commands/CreateAccountCommand.ts +++ b/clients/client-chime/src/commands/CreateAccountCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateAccountRequest, CreateAccountResponse } from "../models/models_0"; import { de_CreateAccountCommand, se_CreateAccountCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts b/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts index d288702b0efe9..2749f897f52fc 100644 --- a/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts +++ b/clients/client-chime/src/commands/CreateAppInstanceAdminCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateAppInstanceAdminCommand, se_CreateAppInstanceAdminCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateAppInstanceCommand.ts b/clients/client-chime/src/commands/CreateAppInstanceCommand.ts index 5940ad06886cc..7e0a1c4ebad61 100644 --- a/clients/client-chime/src/commands/CreateAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/CreateAppInstanceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateAppInstanceCommand, se_CreateAppInstanceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts b/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts index a2eea379fcc14..60f6c1ff6c6eb 100644 --- a/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/CreateAppInstanceUserCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateAppInstanceUserCommand, se_CreateAppInstanceUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateAttendeeCommand.ts b/clients/client-chime/src/commands/CreateAttendeeCommand.ts index 3e5b9cfb6b912..d0188f350d9e0 100644 --- a/clients/client-chime/src/commands/CreateAttendeeCommand.ts +++ b/clients/client-chime/src/commands/CreateAttendeeCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateAttendeeCommand, se_CreateAttendeeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateBotCommand.ts b/clients/client-chime/src/commands/CreateBotCommand.ts index 1b81493929892..bdacc334f232f 100644 --- a/clients/client-chime/src/commands/CreateBotCommand.ts +++ b/clients/client-chime/src/commands/CreateBotCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateBotCommand, se_CreateBotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateChannelBanCommand.ts b/clients/client-chime/src/commands/CreateChannelBanCommand.ts index facacb6265633..fedcb877b7149 100644 --- a/clients/client-chime/src/commands/CreateChannelBanCommand.ts +++ b/clients/client-chime/src/commands/CreateChannelBanCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateChannelBanCommand, se_CreateChannelBanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateChannelCommand.ts b/clients/client-chime/src/commands/CreateChannelCommand.ts index a25d72b8b1a78..84daa0056ac9e 100644 --- a/clients/client-chime/src/commands/CreateChannelCommand.ts +++ b/clients/client-chime/src/commands/CreateChannelCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateChannelCommand, se_CreateChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts b/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts index 77764168696da..a5186d599bb00 100644 --- a/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/CreateChannelMembershipCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateChannelMembershipCommand, se_CreateChannelMembershipCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts b/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts index 88e16f664ad4c..6bded173d0a9e 100644 --- a/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts +++ b/clients/client-chime/src/commands/CreateChannelModeratorCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateChannelModeratorCommand, se_CreateChannelModeratorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts b/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts index a800aeacc3af5..33334bb0b0b7e 100644 --- a/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts +++ b/clients/client-chime/src/commands/CreateMediaCapturePipelineCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateMediaCapturePipelineCommand, se_CreateMediaCapturePipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateMeetingCommand.ts b/clients/client-chime/src/commands/CreateMeetingCommand.ts index f35fc5e2d6359..f819558f7b1e5 100644 --- a/clients/client-chime/src/commands/CreateMeetingCommand.ts +++ b/clients/client-chime/src/commands/CreateMeetingCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateMeetingCommand, se_CreateMeetingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateMeetingDialOutCommand.ts b/clients/client-chime/src/commands/CreateMeetingDialOutCommand.ts index c288185af97e2..1a766e8d88ed2 100644 --- a/clients/client-chime/src/commands/CreateMeetingDialOutCommand.ts +++ b/clients/client-chime/src/commands/CreateMeetingDialOutCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateMeetingDialOutCommand, se_CreateMeetingDialOutCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts b/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts index 091d2aff47625..be28e195923a8 100644 --- a/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts +++ b/clients/client-chime/src/commands/CreateMeetingWithAttendeesCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateMeetingWithAttendeesCommand, se_CreateMeetingWithAttendeesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreatePhoneNumberOrderCommand.ts b/clients/client-chime/src/commands/CreatePhoneNumberOrderCommand.ts index 43ea7630a0efd..ba952d8992186 100644 --- a/clients/client-chime/src/commands/CreatePhoneNumberOrderCommand.ts +++ b/clients/client-chime/src/commands/CreatePhoneNumberOrderCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreatePhoneNumberOrderCommand, se_CreatePhoneNumberOrderCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateProxySessionCommand.ts b/clients/client-chime/src/commands/CreateProxySessionCommand.ts index 9b1d3821f0adb..056a9ee5207c3 100644 --- a/clients/client-chime/src/commands/CreateProxySessionCommand.ts +++ b/clients/client-chime/src/commands/CreateProxySessionCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateProxySessionCommand, se_CreateProxySessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateRoomCommand.ts b/clients/client-chime/src/commands/CreateRoomCommand.ts index 1dbf6382c7fd3..243bcc44073b9 100644 --- a/clients/client-chime/src/commands/CreateRoomCommand.ts +++ b/clients/client-chime/src/commands/CreateRoomCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateRoomCommand, se_CreateRoomCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateRoomMembershipCommand.ts b/clients/client-chime/src/commands/CreateRoomMembershipCommand.ts index 82162afd7bd0d..ae874a367c10b 100644 --- a/clients/client-chime/src/commands/CreateRoomMembershipCommand.ts +++ b/clients/client-chime/src/commands/CreateRoomMembershipCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateRoomMembershipCommand, se_CreateRoomMembershipCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts b/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts index 4ff29504781dd..e552aa8428edc 100644 --- a/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts +++ b/clients/client-chime/src/commands/CreateSipMediaApplicationCallCommand.ts @@ -24,6 +24,10 @@ import { se_CreateSipMediaApplicationCallCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts index 30078d74febd7..33fafd2a6aa41 100644 --- a/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/CreateSipMediaApplicationCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateSipMediaApplicationCommand, se_CreateSipMediaApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateSipRuleCommand.ts b/clients/client-chime/src/commands/CreateSipRuleCommand.ts index 7ca7fb3bb59f3..c025346f75670 100644 --- a/clients/client-chime/src/commands/CreateSipRuleCommand.ts +++ b/clients/client-chime/src/commands/CreateSipRuleCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateSipRuleRequest, CreateSipRuleResponse } from "../models/models_0"; import { de_CreateSipRuleCommand, se_CreateSipRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateUserCommand.ts b/clients/client-chime/src/commands/CreateUserCommand.ts index c3d788066a9a0..19af6d2fd0d9b 100644 --- a/clients/client-chime/src/commands/CreateUserCommand.ts +++ b/clients/client-chime/src/commands/CreateUserCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts b/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts index d7c1ce6086be4..75f0533b4ad6f 100644 --- a/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/CreateVoiceConnectorCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateVoiceConnectorRequest, CreateVoiceConnectorResponse } from "../models/models_0"; import { de_CreateVoiceConnectorCommand, se_CreateVoiceConnectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts index 1cf6395dbf4bf..aa2761a59421d 100644 --- a/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/CreateVoiceConnectorGroupCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateVoiceConnectorGroupRequest, CreateVoiceConnectorGroupResponse } from "../models/models_0"; import { de_CreateVoiceConnectorGroupCommand, se_CreateVoiceConnectorGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteAccountCommand.ts b/clients/client-chime/src/commands/DeleteAccountCommand.ts index a15dc5a16e591..9f9ea8a014903 100644 --- a/clients/client-chime/src/commands/DeleteAccountCommand.ts +++ b/clients/client-chime/src/commands/DeleteAccountCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteAccountRequest, DeleteAccountResponse } from "../models/models_0"; import { de_DeleteAccountCommand, se_DeleteAccountCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts index 4dcad153877fe..e538037798484 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceAdminCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteAppInstanceAdminRequest } from "../models/models_0"; import { de_DeleteAppInstanceAdminCommand, se_DeleteAppInstanceAdminCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts index 58b9fa557a260..f4c4e08731f7a 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteAppInstanceRequest } from "../models/models_0"; import { de_DeleteAppInstanceCommand, se_DeleteAppInstanceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts index 09a0e4342401a..107fbd0860417 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteAppInstanceStreamingConfigurationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts index 353fcf3af203d..f8c34b0d3326d 100644 --- a/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DeleteAppInstanceUserCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteAppInstanceUserRequest } from "../models/models_0"; import { de_DeleteAppInstanceUserCommand, se_DeleteAppInstanceUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteAttendeeCommand.ts b/clients/client-chime/src/commands/DeleteAttendeeCommand.ts index db88c32b20410..2d455f04442f3 100644 --- a/clients/client-chime/src/commands/DeleteAttendeeCommand.ts +++ b/clients/client-chime/src/commands/DeleteAttendeeCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteAttendeeRequest } from "../models/models_0"; import { de_DeleteAttendeeCommand, se_DeleteAttendeeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteChannelBanCommand.ts b/clients/client-chime/src/commands/DeleteChannelBanCommand.ts index 79332a443744f..1a6a5041905d1 100644 --- a/clients/client-chime/src/commands/DeleteChannelBanCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelBanCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteChannelBanRequest } from "../models/models_0"; import { de_DeleteChannelBanCommand, se_DeleteChannelBanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteChannelCommand.ts b/clients/client-chime/src/commands/DeleteChannelCommand.ts index 41c9472b965df..19ae19b2af027 100644 --- a/clients/client-chime/src/commands/DeleteChannelCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteChannelRequest } from "../models/models_0"; import { de_DeleteChannelCommand, se_DeleteChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts b/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts index 739438fd8c4a8..2eab07504cb25 100644 --- a/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelMembershipCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteChannelMembershipRequest } from "../models/models_0"; import { de_DeleteChannelMembershipCommand, se_DeleteChannelMembershipCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts b/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts index d0ff6a6985652..3b2a27eea5c6d 100644 --- a/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelMessageCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteChannelMessageRequest } from "../models/models_0"; import { de_DeleteChannelMessageCommand, se_DeleteChannelMessageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts b/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts index 6110f1b1573a4..62b6253d26213 100644 --- a/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts +++ b/clients/client-chime/src/commands/DeleteChannelModeratorCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteChannelModeratorRequest } from "../models/models_0"; import { de_DeleteChannelModeratorCommand, se_DeleteChannelModeratorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteEventsConfigurationCommand.ts b/clients/client-chime/src/commands/DeleteEventsConfigurationCommand.ts index 11bdad071d5cf..99b8f926ca828 100644 --- a/clients/client-chime/src/commands/DeleteEventsConfigurationCommand.ts +++ b/clients/client-chime/src/commands/DeleteEventsConfigurationCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteEventsConfigurationRequest } from "../models/models_0"; import { de_DeleteEventsConfigurationCommand, se_DeleteEventsConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts b/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts index 9046f08fdea2c..0135175eaf3cb 100644 --- a/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts +++ b/clients/client-chime/src/commands/DeleteMediaCapturePipelineCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteMediaCapturePipelineRequest } from "../models/models_0"; import { de_DeleteMediaCapturePipelineCommand, se_DeleteMediaCapturePipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteMeetingCommand.ts b/clients/client-chime/src/commands/DeleteMeetingCommand.ts index 2fd2c9f895777..a5c9de0f32df3 100644 --- a/clients/client-chime/src/commands/DeleteMeetingCommand.ts +++ b/clients/client-chime/src/commands/DeleteMeetingCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteMeetingRequest } from "../models/models_0"; import { de_DeleteMeetingCommand, se_DeleteMeetingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeletePhoneNumberCommand.ts b/clients/client-chime/src/commands/DeletePhoneNumberCommand.ts index f9e2f5a8d5685..9f9ac5dca9776 100644 --- a/clients/client-chime/src/commands/DeletePhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/DeletePhoneNumberCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeletePhoneNumberRequest } from "../models/models_0"; import { de_DeletePhoneNumberCommand, se_DeletePhoneNumberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteProxySessionCommand.ts b/clients/client-chime/src/commands/DeleteProxySessionCommand.ts index 9e04a27f6487f..d946e63309eb6 100644 --- a/clients/client-chime/src/commands/DeleteProxySessionCommand.ts +++ b/clients/client-chime/src/commands/DeleteProxySessionCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteProxySessionRequest } from "../models/models_0"; import { de_DeleteProxySessionCommand, se_DeleteProxySessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteRoomCommand.ts b/clients/client-chime/src/commands/DeleteRoomCommand.ts index 4dc43f6437cae..a69cfae1b1e50 100644 --- a/clients/client-chime/src/commands/DeleteRoomCommand.ts +++ b/clients/client-chime/src/commands/DeleteRoomCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteRoomRequest } from "../models/models_0"; import { de_DeleteRoomCommand, se_DeleteRoomCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteRoomMembershipCommand.ts b/clients/client-chime/src/commands/DeleteRoomMembershipCommand.ts index 0c49fc855ca75..9802c5d48727e 100644 --- a/clients/client-chime/src/commands/DeleteRoomMembershipCommand.ts +++ b/clients/client-chime/src/commands/DeleteRoomMembershipCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteRoomMembershipRequest } from "../models/models_0"; import { de_DeleteRoomMembershipCommand, se_DeleteRoomMembershipCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts index d384b3659ae29..74f9263a2928a 100644 --- a/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/DeleteSipMediaApplicationCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteSipMediaApplicationRequest } from "../models/models_0"; import { de_DeleteSipMediaApplicationCommand, se_DeleteSipMediaApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteSipRuleCommand.ts b/clients/client-chime/src/commands/DeleteSipRuleCommand.ts index 2b4f80de4cef9..c38b9ed640f88 100644 --- a/clients/client-chime/src/commands/DeleteSipRuleCommand.ts +++ b/clients/client-chime/src/commands/DeleteSipRuleCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteSipRuleRequest } from "../models/models_0"; import { de_DeleteSipRuleCommand, se_DeleteSipRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts index dbcf449fd72fa..a50c09ef445cd 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteVoiceConnectorRequest } from "../models/models_0"; import { de_DeleteVoiceConnectorCommand, se_DeleteVoiceConnectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts index d78649d09e6fb..d2d6f6bc892c4 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteVoiceConnectorEmergencyCallingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts index 8f3b7d7aac635..9e18d0e2dafa1 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorGroupCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteVoiceConnectorGroupRequest } from "../models/models_0"; import { de_DeleteVoiceConnectorGroupCommand, se_DeleteVoiceConnectorGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts index 3feab8c630671..d3e3e55ba3364 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorOriginationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteVoiceConnectorOriginationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts index 06b185f7fe2b8..5ce1b81497920 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorProxyCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteVoiceConnectorProxyRequest } from "../models/models_0"; import { de_DeleteVoiceConnectorProxyCommand, se_DeleteVoiceConnectorProxyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts index 6545a3c8178fc..58ae7d3877017 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteVoiceConnectorStreamingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts index b044138dac661..ebbd13e6215a3 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteVoiceConnectorTerminationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts index 825ae79e6d544..f0f1754aa2d08 100644 --- a/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteVoiceConnectorTerminationCredentialsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts b/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts index 00bea1c618f66..ed31e5c4a5ad3 100644 --- a/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts +++ b/clients/client-chime/src/commands/DescribeAppInstanceAdminCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeAppInstanceAdminCommand, se_DescribeAppInstanceAdminCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts b/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts index 726bfb66cda94..dabab030f1d6b 100644 --- a/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/DescribeAppInstanceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeAppInstanceCommand, se_DescribeAppInstanceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts index 43cc4919646b1..fc98cbec365e8 100644 --- a/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DescribeAppInstanceUserCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeAppInstanceUserCommand, se_DescribeAppInstanceUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DescribeChannelBanCommand.ts b/clients/client-chime/src/commands/DescribeChannelBanCommand.ts index a7f15d76ca2f2..b9bf1eca66cbc 100644 --- a/clients/client-chime/src/commands/DescribeChannelBanCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelBanCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeChannelBanCommand, se_DescribeChannelBanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DescribeChannelCommand.ts b/clients/client-chime/src/commands/DescribeChannelCommand.ts index 33a6f640a9a6b..4afb6e7b1fce7 100644 --- a/clients/client-chime/src/commands/DescribeChannelCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeChannelCommand, se_DescribeChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts b/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts index d209c13fc884c..264b8345e1400 100644 --- a/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelMembershipCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeChannelMembershipCommand, se_DescribeChannelMembershipCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts index fbb2026e2a886..e1bfc2905e066 100644 --- a/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeChannelMembershipForAppInstanceUserCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts b/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts index afc0b9fceb188..33f79e41e3ea6 100644 --- a/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeChannelModeratedByAppInstanceUserCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts b/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts index 99f17cd4dac7f..5d1aad5f00e15 100644 --- a/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts +++ b/clients/client-chime/src/commands/DescribeChannelModeratorCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeChannelModeratorCommand, se_DescribeChannelModeratorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DisassociatePhoneNumberFromUserCommand.ts b/clients/client-chime/src/commands/DisassociatePhoneNumberFromUserCommand.ts index 6f16728d2414f..f190a9f06d101 100644 --- a/clients/client-chime/src/commands/DisassociatePhoneNumberFromUserCommand.ts +++ b/clients/client-chime/src/commands/DisassociatePhoneNumberFromUserCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociatePhoneNumberFromUserCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts index 24b59a39aa27c..fd32b9b62a33d 100644 --- a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts @@ -24,6 +24,10 @@ import { se_DisassociatePhoneNumbersFromVoiceConnectorCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts index 6aaf40e6d9f70..2a01fcc0b0f1c 100644 --- a/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts @@ -24,6 +24,10 @@ import { se_DisassociatePhoneNumbersFromVoiceConnectorGroupCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts b/clients/client-chime/src/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts index 252521125d1c2..985e285e6443c 100644 --- a/clients/client-chime/src/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts +++ b/clients/client-chime/src/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateSigninDelegateGroupsFromAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetAccountCommand.ts b/clients/client-chime/src/commands/GetAccountCommand.ts index 54c0773cddddd..32b268a85bd10 100644 --- a/clients/client-chime/src/commands/GetAccountCommand.ts +++ b/clients/client-chime/src/commands/GetAccountCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetAccountRequest, GetAccountResponse } from "../models/models_0"; import { de_GetAccountCommand, se_GetAccountCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetAccountSettingsCommand.ts b/clients/client-chime/src/commands/GetAccountSettingsCommand.ts index 99808fccd8bd7..d3c53c4fb142d 100644 --- a/clients/client-chime/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetAccountSettingsCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetAccountSettingsRequest, GetAccountSettingsResponse } from "../models/models_0"; import { de_GetAccountSettingsCommand, se_GetAccountSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts b/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts index d672b49cfd460..4f78cf99c867a 100644 --- a/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetAppInstanceRetentionSettingsCommand.ts @@ -20,6 +20,10 @@ import { se_GetAppInstanceRetentionSettingsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts index 25d3ce91f74b9..c4b7be053725e 100644 --- a/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts +++ b/clients/client-chime/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts @@ -24,6 +24,10 @@ import { se_GetAppInstanceStreamingConfigurationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetAttendeeCommand.ts b/clients/client-chime/src/commands/GetAttendeeCommand.ts index 628b3b2a8181b..edbf2a2e6d4e8 100644 --- a/clients/client-chime/src/commands/GetAttendeeCommand.ts +++ b/clients/client-chime/src/commands/GetAttendeeCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetAttendeeRequest, GetAttendeeResponse, GetAttendeeResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetAttendeeCommand, se_GetAttendeeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetBotCommand.ts b/clients/client-chime/src/commands/GetBotCommand.ts index 90d900c7afb87..9653b88e71299 100644 --- a/clients/client-chime/src/commands/GetBotCommand.ts +++ b/clients/client-chime/src/commands/GetBotCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetBotRequest, GetBotResponse, GetBotResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetBotCommand, se_GetBotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetChannelMessageCommand.ts b/clients/client-chime/src/commands/GetChannelMessageCommand.ts index eb6f271be82d0..9c9961cb45015 100644 --- a/clients/client-chime/src/commands/GetChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/GetChannelMessageCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetChannelMessageCommand, se_GetChannelMessageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetEventsConfigurationCommand.ts b/clients/client-chime/src/commands/GetEventsConfigurationCommand.ts index bde0f01df8b3c..0c48b9cdd378f 100644 --- a/clients/client-chime/src/commands/GetEventsConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetEventsConfigurationCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetEventsConfigurationCommand, se_GetEventsConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetGlobalSettingsCommand.ts b/clients/client-chime/src/commands/GetGlobalSettingsCommand.ts index 2763ce5bbd52e..614b8f1052c34 100644 --- a/clients/client-chime/src/commands/GetGlobalSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetGlobalSettingsCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetGlobalSettingsResponse } from "../models/models_0"; import { de_GetGlobalSettingsCommand, se_GetGlobalSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts b/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts index 4aee7421e9fb1..c30ffb05c2022 100644 --- a/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts +++ b/clients/client-chime/src/commands/GetMediaCapturePipelineCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetMediaCapturePipelineCommand, se_GetMediaCapturePipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetMeetingCommand.ts b/clients/client-chime/src/commands/GetMeetingCommand.ts index 526ef7b824fe6..98427be6e9279 100644 --- a/clients/client-chime/src/commands/GetMeetingCommand.ts +++ b/clients/client-chime/src/commands/GetMeetingCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetMeetingRequest, GetMeetingResponse, GetMeetingResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetMeetingCommand, se_GetMeetingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts b/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts index 753b3d1c3a238..82c3b72597d89 100644 --- a/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts +++ b/clients/client-chime/src/commands/GetMessagingSessionEndpointCommand.ts @@ -20,6 +20,10 @@ import { se_GetMessagingSessionEndpointCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetPhoneNumberCommand.ts b/clients/client-chime/src/commands/GetPhoneNumberCommand.ts index e04e495dd1e2e..cf5f78abfbc41 100644 --- a/clients/client-chime/src/commands/GetPhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/GetPhoneNumberCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetPhoneNumberCommand, se_GetPhoneNumberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetPhoneNumberOrderCommand.ts b/clients/client-chime/src/commands/GetPhoneNumberOrderCommand.ts index bdcc6d912b5a9..473c1372d03dc 100644 --- a/clients/client-chime/src/commands/GetPhoneNumberOrderCommand.ts +++ b/clients/client-chime/src/commands/GetPhoneNumberOrderCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetPhoneNumberOrderCommand, se_GetPhoneNumberOrderCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetPhoneNumberSettingsCommand.ts b/clients/client-chime/src/commands/GetPhoneNumberSettingsCommand.ts index 5eb55d1425a21..be6cfeda2c650 100644 --- a/clients/client-chime/src/commands/GetPhoneNumberSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetPhoneNumberSettingsCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetPhoneNumberSettingsResponse, GetPhoneNumberSettingsResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetPhoneNumberSettingsCommand, se_GetPhoneNumberSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetProxySessionCommand.ts b/clients/client-chime/src/commands/GetProxySessionCommand.ts index b9756388788ca..6e3c7995ede93 100644 --- a/clients/client-chime/src/commands/GetProxySessionCommand.ts +++ b/clients/client-chime/src/commands/GetProxySessionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetProxySessionCommand, se_GetProxySessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetRetentionSettingsCommand.ts b/clients/client-chime/src/commands/GetRetentionSettingsCommand.ts index e6252dab20b09..d929ea336adbe 100644 --- a/clients/client-chime/src/commands/GetRetentionSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetRetentionSettingsCommand.ts @@ -18,6 +18,10 @@ import { GetRetentionSettingsRequest } from "../models/models_0"; import { GetRetentionSettingsResponse } from "../models/models_1"; import { de_GetRetentionSettingsCommand, se_GetRetentionSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetRoomCommand.ts b/clients/client-chime/src/commands/GetRoomCommand.ts index f4b0edcd31ddb..f4ad6b4e86d13 100644 --- a/clients/client-chime/src/commands/GetRoomCommand.ts +++ b/clients/client-chime/src/commands/GetRoomCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetRoomRequest, GetRoomResponse, GetRoomResponseFilterSensitiveLog } from "../models/models_1"; import { de_GetRoomCommand, se_GetRoomCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts index db1c7f42778b2..d8dce287dda47 100644 --- a/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/GetSipMediaApplicationCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_GetSipMediaApplicationCommand, se_GetSipMediaApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts index cc7adf9babcbd..b6ebec96d2c8e 100644 --- a/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_GetSipMediaApplicationLoggingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetSipRuleCommand.ts b/clients/client-chime/src/commands/GetSipRuleCommand.ts index bb64d6a439b71..094e1a6e35e14 100644 --- a/clients/client-chime/src/commands/GetSipRuleCommand.ts +++ b/clients/client-chime/src/commands/GetSipRuleCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetSipRuleRequest, GetSipRuleResponse } from "../models/models_1"; import { de_GetSipRuleCommand, se_GetSipRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetUserCommand.ts b/clients/client-chime/src/commands/GetUserCommand.ts index 3733d95dd00f1..ce497defbcb34 100644 --- a/clients/client-chime/src/commands/GetUserCommand.ts +++ b/clients/client-chime/src/commands/GetUserCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetUserRequest, GetUserResponse, GetUserResponseFilterSensitiveLog } from "../models/models_1"; import { de_GetUserCommand, se_GetUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetUserSettingsCommand.ts b/clients/client-chime/src/commands/GetUserSettingsCommand.ts index 2436f21f84b50..9c031865dc2c5 100644 --- a/clients/client-chime/src/commands/GetUserSettingsCommand.ts +++ b/clients/client-chime/src/commands/GetUserSettingsCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetUserSettingsRequest, GetUserSettingsResponse } from "../models/models_1"; import { de_GetUserSettingsCommand, se_GetUserSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts index 16608c38b7de6..d08773f5be4db 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetVoiceConnectorRequest, GetVoiceConnectorResponse } from "../models/models_1"; import { de_GetVoiceConnectorCommand, se_GetVoiceConnectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts index 2b68b67312049..6c5337dc7087c 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -24,6 +24,10 @@ import { se_GetVoiceConnectorEmergencyCallingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts index 5e50b4afbf4b0..ff331e60b2d13 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorGroupCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetVoiceConnectorGroupRequest, GetVoiceConnectorGroupResponse } from "../models/models_1"; import { de_GetVoiceConnectorGroupCommand, se_GetVoiceConnectorGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts index d095898157f48..0ab2988684992 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_GetVoiceConnectorLoggingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts index 5755ec76adc07..a738def0e3dda 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorOriginationCommand.ts @@ -20,6 +20,10 @@ import { se_GetVoiceConnectorOriginationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts index 0bb8d6f9506ed..8bfbe976c87ef 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorProxyCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_GetVoiceConnectorProxyCommand, se_GetVoiceConnectorProxyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts index 49a5f7afc303c..c21f10e311b5d 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_GetVoiceConnectorStreamingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts index 9eba852929bda..c9cb8b9821197 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorTerminationCommand.ts @@ -24,6 +24,10 @@ import { se_GetVoiceConnectorTerminationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts b/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts index b03b6925927f7..ad460e15631a8 100644 --- a/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts +++ b/clients/client-chime/src/commands/GetVoiceConnectorTerminationHealthCommand.ts @@ -23,6 +23,10 @@ import { se_GetVoiceConnectorTerminationHealthCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/InviteUsersCommand.ts b/clients/client-chime/src/commands/InviteUsersCommand.ts index c5da3e0c7bfd4..e6263c3f84bfc 100644 --- a/clients/client-chime/src/commands/InviteUsersCommand.ts +++ b/clients/client-chime/src/commands/InviteUsersCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_1"; import { de_InviteUsersCommand, se_InviteUsersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListAccountsCommand.ts b/clients/client-chime/src/commands/ListAccountsCommand.ts index a0d5e72d1dcde..2a8fc1a356d5b 100644 --- a/clients/client-chime/src/commands/ListAccountsCommand.ts +++ b/clients/client-chime/src/commands/ListAccountsCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListAccountsRequest, ListAccountsRequestFilterSensitiveLog, ListAccountsResponse } from "../models/models_1"; import { de_ListAccountsCommand, se_ListAccountsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts b/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts index 143f7896b2d3f..bd952a85e6d0e 100644 --- a/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts +++ b/clients/client-chime/src/commands/ListAppInstanceAdminsCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_1"; import { de_ListAppInstanceAdminsCommand, se_ListAppInstanceAdminsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts b/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts index aeb8c61671b1c..b17997ecf9323 100644 --- a/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts +++ b/clients/client-chime/src/commands/ListAppInstanceUsersCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_1"; import { de_ListAppInstanceUsersCommand, se_ListAppInstanceUsersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListAppInstancesCommand.ts b/clients/client-chime/src/commands/ListAppInstancesCommand.ts index d0c64d7738c2c..0a75fb0513a6d 100644 --- a/clients/client-chime/src/commands/ListAppInstancesCommand.ts +++ b/clients/client-chime/src/commands/ListAppInstancesCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_1"; import { de_ListAppInstancesCommand, se_ListAppInstancesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts b/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts index 028d7cce36aa5..13dd72d95c9e3 100644 --- a/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts +++ b/clients/client-chime/src/commands/ListAttendeeTagsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_ListAttendeeTagsCommand, se_ListAttendeeTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListAttendeesCommand.ts b/clients/client-chime/src/commands/ListAttendeesCommand.ts index a51a8c7ea7bfc..0d0af69a2e623 100644 --- a/clients/client-chime/src/commands/ListAttendeesCommand.ts +++ b/clients/client-chime/src/commands/ListAttendeesCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_ListAttendeesCommand, se_ListAttendeesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListBotsCommand.ts b/clients/client-chime/src/commands/ListBotsCommand.ts index fb805203d13be..1f41c646ffee4 100644 --- a/clients/client-chime/src/commands/ListBotsCommand.ts +++ b/clients/client-chime/src/commands/ListBotsCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListBotsRequest, ListBotsResponse, ListBotsResponseFilterSensitiveLog } from "../models/models_1"; import { de_ListBotsCommand, se_ListBotsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListChannelBansCommand.ts b/clients/client-chime/src/commands/ListChannelBansCommand.ts index 0923ffcd0ddfa..ac9bd174c2b88 100644 --- a/clients/client-chime/src/commands/ListChannelBansCommand.ts +++ b/clients/client-chime/src/commands/ListChannelBansCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_1"; import { de_ListChannelBansCommand, se_ListChannelBansCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts b/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts index b72e360f0d165..5ecfbe93e2c99 100644 --- a/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts +++ b/clients/client-chime/src/commands/ListChannelMembershipsCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_1"; import { de_ListChannelMembershipsCommand, se_ListChannelMembershipsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts b/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts index 5714aee9a54ae..d4f40d29ae4d8 100644 --- a/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts @@ -25,6 +25,10 @@ import { se_ListChannelMembershipsForAppInstanceUserCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListChannelMessagesCommand.ts b/clients/client-chime/src/commands/ListChannelMessagesCommand.ts index 384808301223a..aefc181c12f8b 100644 --- a/clients/client-chime/src/commands/ListChannelMessagesCommand.ts +++ b/clients/client-chime/src/commands/ListChannelMessagesCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_1"; import { de_ListChannelMessagesCommand, se_ListChannelMessagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts b/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts index 916248692b01d..cea98803a7271 100644 --- a/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts +++ b/clients/client-chime/src/commands/ListChannelModeratorsCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_1"; import { de_ListChannelModeratorsCommand, se_ListChannelModeratorsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListChannelsCommand.ts b/clients/client-chime/src/commands/ListChannelsCommand.ts index 246a481653637..9a63671848333 100644 --- a/clients/client-chime/src/commands/ListChannelsCommand.ts +++ b/clients/client-chime/src/commands/ListChannelsCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_1"; import { de_ListChannelsCommand, se_ListChannelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts b/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts index 4ec0e3eb6d333..73044b3a35398 100644 --- a/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts @@ -25,6 +25,10 @@ import { se_ListChannelsModeratedByAppInstanceUserCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts b/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts index 50b8060382e31..c914592b86c53 100644 --- a/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts +++ b/clients/client-chime/src/commands/ListMediaCapturePipelinesCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_ListMediaCapturePipelinesCommand, se_ListMediaCapturePipelinesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListMeetingTagsCommand.ts b/clients/client-chime/src/commands/ListMeetingTagsCommand.ts index 50dbb6bbc7d26..4dbd5d12fa5b2 100644 --- a/clients/client-chime/src/commands/ListMeetingTagsCommand.ts +++ b/clients/client-chime/src/commands/ListMeetingTagsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_ListMeetingTagsCommand, se_ListMeetingTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListMeetingsCommand.ts b/clients/client-chime/src/commands/ListMeetingsCommand.ts index 4b084fa43eaa4..1692538bf0bc1 100644 --- a/clients/client-chime/src/commands/ListMeetingsCommand.ts +++ b/clients/client-chime/src/commands/ListMeetingsCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListMeetingsRequest, ListMeetingsResponse, ListMeetingsResponseFilterSensitiveLog } from "../models/models_1"; import { de_ListMeetingsCommand, se_ListMeetingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListPhoneNumberOrdersCommand.ts b/clients/client-chime/src/commands/ListPhoneNumberOrdersCommand.ts index 6e659915b3421..00f0770d7b06d 100644 --- a/clients/client-chime/src/commands/ListPhoneNumberOrdersCommand.ts +++ b/clients/client-chime/src/commands/ListPhoneNumberOrdersCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_ListPhoneNumberOrdersCommand, se_ListPhoneNumberOrdersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListPhoneNumbersCommand.ts b/clients/client-chime/src/commands/ListPhoneNumbersCommand.ts index 890905098fdcf..a31d480dff688 100644 --- a/clients/client-chime/src/commands/ListPhoneNumbersCommand.ts +++ b/clients/client-chime/src/commands/ListPhoneNumbersCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_ListPhoneNumbersCommand, se_ListPhoneNumbersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListProxySessionsCommand.ts b/clients/client-chime/src/commands/ListProxySessionsCommand.ts index 56d97b468cb5c..749f794a9d65b 100644 --- a/clients/client-chime/src/commands/ListProxySessionsCommand.ts +++ b/clients/client-chime/src/commands/ListProxySessionsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_ListProxySessionsCommand, se_ListProxySessionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListRoomMembershipsCommand.ts b/clients/client-chime/src/commands/ListRoomMembershipsCommand.ts index 97d284276704b..8e91521cfdd94 100644 --- a/clients/client-chime/src/commands/ListRoomMembershipsCommand.ts +++ b/clients/client-chime/src/commands/ListRoomMembershipsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_ListRoomMembershipsCommand, se_ListRoomMembershipsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListRoomsCommand.ts b/clients/client-chime/src/commands/ListRoomsCommand.ts index e1b134ad3525a..91b5758e10d62 100644 --- a/clients/client-chime/src/commands/ListRoomsCommand.ts +++ b/clients/client-chime/src/commands/ListRoomsCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListRoomsRequest, ListRoomsResponse, ListRoomsResponseFilterSensitiveLog } from "../models/models_1"; import { de_ListRoomsCommand, se_ListRoomsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts b/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts index aa809b3676af7..3a2de9892eadb 100644 --- a/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts +++ b/clients/client-chime/src/commands/ListSipMediaApplicationsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_ListSipMediaApplicationsCommand, se_ListSipMediaApplicationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListSipRulesCommand.ts b/clients/client-chime/src/commands/ListSipRulesCommand.ts index cf46b5e481dac..b9121863cf2d9 100644 --- a/clients/client-chime/src/commands/ListSipRulesCommand.ts +++ b/clients/client-chime/src/commands/ListSipRulesCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListSipRulesRequest, ListSipRulesResponse } from "../models/models_1"; import { de_ListSipRulesCommand, se_ListSipRulesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListSupportedPhoneNumberCountriesCommand.ts b/clients/client-chime/src/commands/ListSupportedPhoneNumberCountriesCommand.ts index e351c5b6aeee3..7d85b26e21c94 100644 --- a/clients/client-chime/src/commands/ListSupportedPhoneNumberCountriesCommand.ts +++ b/clients/client-chime/src/commands/ListSupportedPhoneNumberCountriesCommand.ts @@ -23,6 +23,10 @@ import { se_ListSupportedPhoneNumberCountriesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListTagsForResourceCommand.ts b/clients/client-chime/src/commands/ListTagsForResourceCommand.ts index 63149b8b47435..f034f8b0c37b6 100644 --- a/clients/client-chime/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-chime/src/commands/ListTagsForResourceCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_1"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListUsersCommand.ts b/clients/client-chime/src/commands/ListUsersCommand.ts index 3ad110310420a..0bfd0160ced75 100644 --- a/clients/client-chime/src/commands/ListUsersCommand.ts +++ b/clients/client-chime/src/commands/ListUsersCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_1"; import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts b/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts index 93853f64ae113..2a6ec0e161757 100644 --- a/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts +++ b/clients/client-chime/src/commands/ListVoiceConnectorGroupsCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListVoiceConnectorGroupsRequest, ListVoiceConnectorGroupsResponse } from "../models/models_1"; import { de_ListVoiceConnectorGroupsCommand, se_ListVoiceConnectorGroupsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts index da1978ab108b2..bbc834393ceee 100644 --- a/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts @@ -24,6 +24,10 @@ import { se_ListVoiceConnectorTerminationCredentialsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts b/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts index 4a0dc7a64326a..b67451dd34c95 100644 --- a/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts +++ b/clients/client-chime/src/commands/ListVoiceConnectorsCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListVoiceConnectorsRequest, ListVoiceConnectorsResponse } from "../models/models_1"; import { de_ListVoiceConnectorsCommand, se_ListVoiceConnectorsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/LogoutUserCommand.ts b/clients/client-chime/src/commands/LogoutUserCommand.ts index 71800d1113334..3c42a36d9677d 100644 --- a/clients/client-chime/src/commands/LogoutUserCommand.ts +++ b/clients/client-chime/src/commands/LogoutUserCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { LogoutUserRequest, LogoutUserResponse } from "../models/models_1"; import { de_LogoutUserCommand, se_LogoutUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts b/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts index b7ff39ea589ab..d40a64d4a203a 100644 --- a/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts +++ b/clients/client-chime/src/commands/PutAppInstanceRetentionSettingsCommand.ts @@ -20,6 +20,10 @@ import { se_PutAppInstanceRetentionSettingsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts b/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts index dfdbbbeacb79a..0caeea9456ede 100644 --- a/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts +++ b/clients/client-chime/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts @@ -25,6 +25,10 @@ import { se_PutAppInstanceStreamingConfigurationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/PutEventsConfigurationCommand.ts b/clients/client-chime/src/commands/PutEventsConfigurationCommand.ts index 4b015608813ee..ca4c92166510f 100644 --- a/clients/client-chime/src/commands/PutEventsConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutEventsConfigurationCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_1"; import { de_PutEventsConfigurationCommand, se_PutEventsConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/PutRetentionSettingsCommand.ts b/clients/client-chime/src/commands/PutRetentionSettingsCommand.ts index 8dee0bdb23169..68462c0878090 100644 --- a/clients/client-chime/src/commands/PutRetentionSettingsCommand.ts +++ b/clients/client-chime/src/commands/PutRetentionSettingsCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { PutRetentionSettingsRequest, PutRetentionSettingsResponse } from "../models/models_1"; import { de_PutRetentionSettingsCommand, se_PutRetentionSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts index 32b1b9e537019..1344b216c0c3a 100644 --- a/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_PutSipMediaApplicationLoggingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts index 361765ab69512..9049ef7f7624f 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts @@ -25,6 +25,10 @@ import { se_PutVoiceConnectorEmergencyCallingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts index f7363d70c5c1a..8cf359955530a 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_PutVoiceConnectorLoggingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts index c8393be23b1a3..0d1e07638cf7a 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorOriginationCommand.ts @@ -20,6 +20,10 @@ import { se_PutVoiceConnectorOriginationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts index 7b21b90680cf4..d2da661caa19a 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorProxyCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_1"; import { de_PutVoiceConnectorProxyCommand, se_PutVoiceConnectorProxyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts index bcd152d2e62fa..f6b72e5bc9b22 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_PutVoiceConnectorStreamingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts index 9fd761e6c407b..c3645921f2c6d 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCommand.ts @@ -25,6 +25,10 @@ import { se_PutVoiceConnectorTerminationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts index 694f609fb6503..f1d34ee765174 100644 --- a/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts +++ b/clients/client-chime/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts @@ -23,6 +23,10 @@ import { se_PutVoiceConnectorTerminationCredentialsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/RedactChannelMessageCommand.ts b/clients/client-chime/src/commands/RedactChannelMessageCommand.ts index ecb6b15c7a961..a4b9317b92dc2 100644 --- a/clients/client-chime/src/commands/RedactChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/RedactChannelMessageCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { RedactChannelMessageRequest, RedactChannelMessageResponse } from "../models/models_1"; import { de_RedactChannelMessageCommand, se_RedactChannelMessageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/RedactConversationMessageCommand.ts b/clients/client-chime/src/commands/RedactConversationMessageCommand.ts index e319c7e849e04..bab28fbd47d66 100644 --- a/clients/client-chime/src/commands/RedactConversationMessageCommand.ts +++ b/clients/client-chime/src/commands/RedactConversationMessageCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { RedactConversationMessageRequest, RedactConversationMessageResponse } from "../models/models_1"; import { de_RedactConversationMessageCommand, se_RedactConversationMessageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/RedactRoomMessageCommand.ts b/clients/client-chime/src/commands/RedactRoomMessageCommand.ts index 95b662b08497c..a8a5b94f604fd 100644 --- a/clients/client-chime/src/commands/RedactRoomMessageCommand.ts +++ b/clients/client-chime/src/commands/RedactRoomMessageCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { RedactRoomMessageRequest, RedactRoomMessageResponse } from "../models/models_1"; import { de_RedactRoomMessageCommand, se_RedactRoomMessageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/RegenerateSecurityTokenCommand.ts b/clients/client-chime/src/commands/RegenerateSecurityTokenCommand.ts index e90e582e4daff..243f3dd7fc05b 100644 --- a/clients/client-chime/src/commands/RegenerateSecurityTokenCommand.ts +++ b/clients/client-chime/src/commands/RegenerateSecurityTokenCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_RegenerateSecurityTokenCommand, se_RegenerateSecurityTokenCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ResetPersonalPINCommand.ts b/clients/client-chime/src/commands/ResetPersonalPINCommand.ts index f6aa23edf9b56..8ae0aa77b0961 100644 --- a/clients/client-chime/src/commands/ResetPersonalPINCommand.ts +++ b/clients/client-chime/src/commands/ResetPersonalPINCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_ResetPersonalPINCommand, se_ResetPersonalPINCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/RestorePhoneNumberCommand.ts b/clients/client-chime/src/commands/RestorePhoneNumberCommand.ts index 28b64874cbcc1..76c8a97242d39 100644 --- a/clients/client-chime/src/commands/RestorePhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/RestorePhoneNumberCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_RestorePhoneNumberCommand, se_RestorePhoneNumberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/SearchAvailablePhoneNumbersCommand.ts b/clients/client-chime/src/commands/SearchAvailablePhoneNumbersCommand.ts index 8e1ff74fd8e0b..5aa86a64075c0 100644 --- a/clients/client-chime/src/commands/SearchAvailablePhoneNumbersCommand.ts +++ b/clients/client-chime/src/commands/SearchAvailablePhoneNumbersCommand.ts @@ -24,6 +24,10 @@ import { se_SearchAvailablePhoneNumbersCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/SendChannelMessageCommand.ts b/clients/client-chime/src/commands/SendChannelMessageCommand.ts index 94f3602e60191..3bf1eb9dfcb00 100644 --- a/clients/client-chime/src/commands/SendChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/SendChannelMessageCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_SendChannelMessageCommand, se_SendChannelMessageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts b/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts index abab2a6293a4e..ed178ef4b16c9 100644 --- a/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts +++ b/clients/client-chime/src/commands/StartMeetingTranscriptionCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { StartMeetingTranscriptionRequest, StartMeetingTranscriptionResponse } from "../models/models_1"; import { de_StartMeetingTranscriptionCommand, se_StartMeetingTranscriptionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts b/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts index fe3ea785fae90..6ce04a4ae3ef1 100644 --- a/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts +++ b/clients/client-chime/src/commands/StopMeetingTranscriptionCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { StopMeetingTranscriptionRequest, StopMeetingTranscriptionResponse } from "../models/models_1"; import { de_StopMeetingTranscriptionCommand, se_StopMeetingTranscriptionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/TagAttendeeCommand.ts b/clients/client-chime/src/commands/TagAttendeeCommand.ts index 53d748fc1ee6b..615f2a05e87ce 100644 --- a/clients/client-chime/src/commands/TagAttendeeCommand.ts +++ b/clients/client-chime/src/commands/TagAttendeeCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { TagAttendeeRequest, TagAttendeeRequestFilterSensitiveLog } from "../models/models_1"; import { de_TagAttendeeCommand, se_TagAttendeeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/TagMeetingCommand.ts b/clients/client-chime/src/commands/TagMeetingCommand.ts index e5f2a508bc9e0..5157ee3d9acf6 100644 --- a/clients/client-chime/src/commands/TagMeetingCommand.ts +++ b/clients/client-chime/src/commands/TagMeetingCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { TagMeetingRequest, TagMeetingRequestFilterSensitiveLog } from "../models/models_1"; import { de_TagMeetingCommand, se_TagMeetingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/TagResourceCommand.ts b/clients/client-chime/src/commands/TagResourceCommand.ts index bc8cbc2cd302e..25e491a6ab3c2 100644 --- a/clients/client-chime/src/commands/TagResourceCommand.ts +++ b/clients/client-chime/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { TagResourceRequest, TagResourceRequestFilterSensitiveLog } from "../models/models_1"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UntagAttendeeCommand.ts b/clients/client-chime/src/commands/UntagAttendeeCommand.ts index 5a1e167ead90c..b25c428619daa 100644 --- a/clients/client-chime/src/commands/UntagAttendeeCommand.ts +++ b/clients/client-chime/src/commands/UntagAttendeeCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UntagAttendeeRequest, UntagAttendeeRequestFilterSensitiveLog } from "../models/models_1"; import { de_UntagAttendeeCommand, se_UntagAttendeeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UntagMeetingCommand.ts b/clients/client-chime/src/commands/UntagMeetingCommand.ts index 38ce019359e59..867a82140197e 100644 --- a/clients/client-chime/src/commands/UntagMeetingCommand.ts +++ b/clients/client-chime/src/commands/UntagMeetingCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UntagMeetingRequest, UntagMeetingRequestFilterSensitiveLog } from "../models/models_1"; import { de_UntagMeetingCommand, se_UntagMeetingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UntagResourceCommand.ts b/clients/client-chime/src/commands/UntagResourceCommand.ts index d5bb19b1c2ded..a88415a522c5e 100644 --- a/clients/client-chime/src/commands/UntagResourceCommand.ts +++ b/clients/client-chime/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UntagResourceRequest, UntagResourceRequestFilterSensitiveLog } from "../models/models_1"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UpdateAccountCommand.ts b/clients/client-chime/src/commands/UpdateAccountCommand.ts index 7b219c7e349d5..ecaef430c98c9 100644 --- a/clients/client-chime/src/commands/UpdateAccountCommand.ts +++ b/clients/client-chime/src/commands/UpdateAccountCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateAccountRequest, UpdateAccountResponse } from "../models/models_1"; import { de_UpdateAccountCommand, se_UpdateAccountCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-chime/src/commands/UpdateAccountSettingsCommand.ts index 289c3f606b196..cb7a8411b5071 100644 --- a/clients/client-chime/src/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-chime/src/commands/UpdateAccountSettingsCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateAccountSettingsRequest, UpdateAccountSettingsResponse } from "../models/models_1"; import { de_UpdateAccountSettingsCommand, se_UpdateAccountSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts b/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts index c4d1c624ab94a..eb5ed9ea5fedd 100644 --- a/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts +++ b/clients/client-chime/src/commands/UpdateAppInstanceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_UpdateAppInstanceCommand, se_UpdateAppInstanceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts b/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts index 54e429803c55e..c008a44893396 100644 --- a/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts +++ b/clients/client-chime/src/commands/UpdateAppInstanceUserCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_UpdateAppInstanceUserCommand, se_UpdateAppInstanceUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UpdateBotCommand.ts b/clients/client-chime/src/commands/UpdateBotCommand.ts index c08074173e52b..952c0eddd7771 100644 --- a/clients/client-chime/src/commands/UpdateBotCommand.ts +++ b/clients/client-chime/src/commands/UpdateBotCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateBotRequest, UpdateBotResponse, UpdateBotResponseFilterSensitiveLog } from "../models/models_1"; import { de_UpdateBotCommand, se_UpdateBotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UpdateChannelCommand.ts b/clients/client-chime/src/commands/UpdateChannelCommand.ts index 77fd99f4ed40b..a4320774b35a2 100644 --- a/clients/client-chime/src/commands/UpdateChannelCommand.ts +++ b/clients/client-chime/src/commands/UpdateChannelCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_UpdateChannelCommand, se_UpdateChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts b/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts index c5b2d3e237bc8..a34cfd62931fe 100644 --- a/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts +++ b/clients/client-chime/src/commands/UpdateChannelMessageCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_UpdateChannelMessageCommand, se_UpdateChannelMessageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts b/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts index d0b5456197a4c..a6e43b44a3576 100644 --- a/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts +++ b/clients/client-chime/src/commands/UpdateChannelReadMarkerCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateChannelReadMarkerRequest, UpdateChannelReadMarkerResponse } from "../models/models_1"; import { de_UpdateChannelReadMarkerCommand, se_UpdateChannelReadMarkerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UpdateGlobalSettingsCommand.ts b/clients/client-chime/src/commands/UpdateGlobalSettingsCommand.ts index 1a2098b926e50..cc516c5376e8c 100644 --- a/clients/client-chime/src/commands/UpdateGlobalSettingsCommand.ts +++ b/clients/client-chime/src/commands/UpdateGlobalSettingsCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateGlobalSettingsRequest } from "../models/models_1"; import { de_UpdateGlobalSettingsCommand, se_UpdateGlobalSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UpdatePhoneNumberCommand.ts b/clients/client-chime/src/commands/UpdatePhoneNumberCommand.ts index b56342b958504..088bbff212de1 100644 --- a/clients/client-chime/src/commands/UpdatePhoneNumberCommand.ts +++ b/clients/client-chime/src/commands/UpdatePhoneNumberCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_1"; import { de_UpdatePhoneNumberCommand, se_UpdatePhoneNumberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UpdatePhoneNumberSettingsCommand.ts b/clients/client-chime/src/commands/UpdatePhoneNumberSettingsCommand.ts index 4d09dbf002de3..dcc9cda6bb84d 100644 --- a/clients/client-chime/src/commands/UpdatePhoneNumberSettingsCommand.ts +++ b/clients/client-chime/src/commands/UpdatePhoneNumberSettingsCommand.ts @@ -20,6 +20,10 @@ import { } from "../models/models_1"; import { de_UpdatePhoneNumberSettingsCommand, se_UpdatePhoneNumberSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UpdateProxySessionCommand.ts b/clients/client-chime/src/commands/UpdateProxySessionCommand.ts index 7ab9ac0a6fe7a..dd8466a35ad9a 100644 --- a/clients/client-chime/src/commands/UpdateProxySessionCommand.ts +++ b/clients/client-chime/src/commands/UpdateProxySessionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_UpdateProxySessionCommand, se_UpdateProxySessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UpdateRoomCommand.ts b/clients/client-chime/src/commands/UpdateRoomCommand.ts index c54ec85a1927f..4e2a49b2b4c2d 100644 --- a/clients/client-chime/src/commands/UpdateRoomCommand.ts +++ b/clients/client-chime/src/commands/UpdateRoomCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_1"; import { de_UpdateRoomCommand, se_UpdateRoomCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UpdateRoomMembershipCommand.ts b/clients/client-chime/src/commands/UpdateRoomMembershipCommand.ts index aeab51f660eb9..7ed21414b4030 100644 --- a/clients/client-chime/src/commands/UpdateRoomMembershipCommand.ts +++ b/clients/client-chime/src/commands/UpdateRoomMembershipCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_UpdateRoomMembershipCommand, se_UpdateRoomMembershipCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts b/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts index 351290f331c68..136361ec28724 100644 --- a/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts +++ b/clients/client-chime/src/commands/UpdateSipMediaApplicationCallCommand.ts @@ -24,6 +24,10 @@ import { se_UpdateSipMediaApplicationCallCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts b/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts index dfda916242c08..e90b0871e1289 100644 --- a/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts +++ b/clients/client-chime/src/commands/UpdateSipMediaApplicationCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_1"; import { de_UpdateSipMediaApplicationCommand, se_UpdateSipMediaApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UpdateSipRuleCommand.ts b/clients/client-chime/src/commands/UpdateSipRuleCommand.ts index 6cc67693b751d..cb3c015df7a0d 100644 --- a/clients/client-chime/src/commands/UpdateSipRuleCommand.ts +++ b/clients/client-chime/src/commands/UpdateSipRuleCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateSipRuleRequest, UpdateSipRuleResponse } from "../models/models_1"; import { de_UpdateSipRuleCommand, se_UpdateSipRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UpdateUserCommand.ts b/clients/client-chime/src/commands/UpdateUserCommand.ts index dbfacd550bc28..9283b488db192 100644 --- a/clients/client-chime/src/commands/UpdateUserCommand.ts +++ b/clients/client-chime/src/commands/UpdateUserCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_1"; import { de_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UpdateUserSettingsCommand.ts b/clients/client-chime/src/commands/UpdateUserSettingsCommand.ts index 710774dbcab45..74fbbc52c095a 100644 --- a/clients/client-chime/src/commands/UpdateUserSettingsCommand.ts +++ b/clients/client-chime/src/commands/UpdateUserSettingsCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateUserSettingsRequest } from "../models/models_1"; import { de_UpdateUserSettingsCommand, se_UpdateUserSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts b/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts index f91a33e00a371..72e37460289aa 100644 --- a/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts +++ b/clients/client-chime/src/commands/UpdateVoiceConnectorCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateVoiceConnectorRequest, UpdateVoiceConnectorResponse } from "../models/models_1"; import { de_UpdateVoiceConnectorCommand, se_UpdateVoiceConnectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts b/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts index 9878be4415555..7ba39f7f545ec 100644 --- a/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts +++ b/clients/client-chime/src/commands/UpdateVoiceConnectorGroupCommand.ts @@ -17,6 +17,10 @@ import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateVoiceConnectorGroupRequest, UpdateVoiceConnectorGroupResponse } from "../models/models_1"; import { de_UpdateVoiceConnectorGroupCommand, se_UpdateVoiceConnectorGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/commands/ValidateE911AddressCommand.ts b/clients/client-chime/src/commands/ValidateE911AddressCommand.ts index 1936a3950f8dc..e163aa7ca733f 100644 --- a/clients/client-chime/src/commands/ValidateE911AddressCommand.ts +++ b/clients/client-chime/src/commands/ValidateE911AddressCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_1"; import { de_ValidateE911AddressCommand, se_ValidateE911AddressCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-chime/src/index.ts b/clients/client-chime/src/index.ts index e15ff6ba4f0ae..ab82f7171da18 100644 --- a/clients/client-chime/src/index.ts +++ b/clients/client-chime/src/index.ts @@ -1,8 +1,47 @@ -export * from "./Chime"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The Amazon Chime application programming interface (API) is designed so administrators can + * perform key tasks, such as creating and managing Amazon Chime accounts, users, and Voice + * Connectors. This guide provides detailed information about the Amazon Chime API, + * including operations, types, inputs and outputs, and error codes.

+ *

You can use an AWS SDK, the AWS Command Line Interface (AWS CLI), or the REST API to make API calls for Amazon Chime. We recommend using an AWS SDK or the + * AWS CLI. The page for each API action contains a See Also section that includes links to information about using the action with a language-specific AWS SDK or the AWS CLI.

+ *
+ *
Using an AWS SDK
+ *
+ *

+ * You don't need to write code to calculate a signature for request authentication. The SDK clients authenticate your requests by using access keys that you provide. For more information about AWS SDKs, see the + * AWS Developer Center. + *

+ *
+ *
Using the AWS CLI
+ *
+ *

Use your access keys with the AWS CLI to make API calls. For information about setting up the AWS CLI, see + * Installing the AWS Command Line Interface + * in the AWS Command Line Interface User Guide. For a list of available Amazon Chime commands, see the + * Amazon Chime commands in the + * AWS CLI Command Reference. + *

+ *
+ *
Using REST APIs
+ *
+ *

If you use REST to make API calls, you must authenticate your request by providing a signature. Amazon Chime supports Signature Version 4. For more information, see + * Signature Version 4 Signing Process + * in the Amazon Web Services General Reference.

+ *

When making REST API calls, use the service name chime and REST endpoint https://service.chime.aws.amazon.com.

+ *
+ *
+ *

Administrative permissions are controlled using AWS Identity and Access Management (IAM). For more information, see + * Identity and Access Management for Amazon Chime + * in the Amazon Chime Administration Guide.

+ * + * @packageDocumentation + */ export * from "./ChimeClient"; +export * from "./Chime"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ChimeServiceException } from "./models/ChimeServiceException"; diff --git a/clients/client-chime/src/models/ChimeServiceException.ts b/clients/client-chime/src/models/ChimeServiceException.ts index ab1be1afc08cd..db1f1941fa52a 100644 --- a/clients/client-chime/src/models/ChimeServiceException.ts +++ b/clients/client-chime/src/models/ChimeServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-cleanrooms/src/CleanRoomsClient.ts b/clients/client-cleanrooms/src/CleanRoomsClient.ts index aae040f384832..650f6d0062913 100644 --- a/clients/client-cleanrooms/src/CleanRoomsClient.ts +++ b/clients/client-cleanrooms/src/CleanRoomsClient.ts @@ -159,6 +159,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -370,7 +372,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CleanRoomsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CleanRoomsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -389,7 +391,7 @@ export interface CleanRoomsClientConfig extends CleanRoomsClientConfigType {} /** * @public */ -type CleanRoomsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CleanRoomsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-cleanrooms/src/commands/BatchGetSchemaCommand.ts b/clients/client-cleanrooms/src/commands/BatchGetSchemaCommand.ts index 9fd75c08280ad..5c87de92ed0d4 100644 --- a/clients/client-cleanrooms/src/commands/BatchGetSchemaCommand.ts +++ b/clients/client-cleanrooms/src/commands/BatchGetSchemaCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchGetSchemaInput, BatchGetSchemaOutput } from "../models/models_0"; import { de_BatchGetSchemaCommand, se_BatchGetSchemaCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/CreateCollaborationCommand.ts b/clients/client-cleanrooms/src/commands/CreateCollaborationCommand.ts index 5b56841fe1bae..967f7ee95568a 100644 --- a/clients/client-cleanrooms/src/commands/CreateCollaborationCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateCollaborationCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateCollaborationInput, CreateCollaborationOutput } from "../models/models_0"; import { de_CreateCollaborationCommand, se_CreateCollaborationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAnalysisRuleCommand.ts index 866e1d80b8f64..e0d2f1e5bdbdc 100644 --- a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAnalysisRuleCommand.ts @@ -20,6 +20,10 @@ import { se_CreateConfiguredTableAnalysisRuleCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationCommand.ts b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationCommand.ts index 027d9d9fc0f59..555ec6ebf3b1f 100644 --- a/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateConfiguredTableAssociationCommand.ts @@ -20,6 +20,10 @@ import { se_CreateConfiguredTableAssociationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/CreateConfiguredTableCommand.ts b/clients/client-cleanrooms/src/commands/CreateConfiguredTableCommand.ts index 4a9bb68772a44..4666f72e595fe 100644 --- a/clients/client-cleanrooms/src/commands/CreateConfiguredTableCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateConfiguredTableCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateConfiguredTableInput, CreateConfiguredTableOutput } from "../models/models_0"; import { de_CreateConfiguredTableCommand, se_CreateConfiguredTableCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/CreateMembershipCommand.ts b/clients/client-cleanrooms/src/commands/CreateMembershipCommand.ts index 5e2628f50ebd3..6b7e1d7c6b154 100644 --- a/clients/client-cleanrooms/src/commands/CreateMembershipCommand.ts +++ b/clients/client-cleanrooms/src/commands/CreateMembershipCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateMembershipInput, CreateMembershipOutput } from "../models/models_0"; import { de_CreateMembershipCommand, se_CreateMembershipCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/DeleteCollaborationCommand.ts b/clients/client-cleanrooms/src/commands/DeleteCollaborationCommand.ts index bd2191beaa9d3..37c9918f3f835 100644 --- a/clients/client-cleanrooms/src/commands/DeleteCollaborationCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteCollaborationCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteCollaborationInput, DeleteCollaborationOutput } from "../models/models_0"; import { de_DeleteCollaborationCommand, se_DeleteCollaborationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAnalysisRuleCommand.ts index 09157a77c9802..5c328930b92b1 100644 --- a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAnalysisRuleCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteConfiguredTableAnalysisRuleCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationCommand.ts b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationCommand.ts index 2f947c59f7a5e..234751423639a 100644 --- a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableAssociationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteConfiguredTableAssociationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableCommand.ts b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableCommand.ts index b609ebd28d621..ea71f6d76bd61 100644 --- a/clients/client-cleanrooms/src/commands/DeleteConfiguredTableCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteConfiguredTableCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteConfiguredTableInput, DeleteConfiguredTableOutput } from "../models/models_0"; import { de_DeleteConfiguredTableCommand, se_DeleteConfiguredTableCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/DeleteMemberCommand.ts b/clients/client-cleanrooms/src/commands/DeleteMemberCommand.ts index 23b605296129c..c66937fc0da56 100644 --- a/clients/client-cleanrooms/src/commands/DeleteMemberCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteMemberCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteMemberInput, DeleteMemberOutput } from "../models/models_0"; import { de_DeleteMemberCommand, se_DeleteMemberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/DeleteMembershipCommand.ts b/clients/client-cleanrooms/src/commands/DeleteMembershipCommand.ts index f61dfe0b7c015..ede3de692ed0e 100644 --- a/clients/client-cleanrooms/src/commands/DeleteMembershipCommand.ts +++ b/clients/client-cleanrooms/src/commands/DeleteMembershipCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteMembershipInput, DeleteMembershipOutput } from "../models/models_0"; import { de_DeleteMembershipCommand, se_DeleteMembershipCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/GetCollaborationCommand.ts b/clients/client-cleanrooms/src/commands/GetCollaborationCommand.ts index 9826ce2b37e77..8d09822cb5c54 100644 --- a/clients/client-cleanrooms/src/commands/GetCollaborationCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetCollaborationCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetCollaborationInput, GetCollaborationOutput } from "../models/models_0"; import { de_GetCollaborationCommand, se_GetCollaborationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/GetConfiguredTableAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/GetConfiguredTableAnalysisRuleCommand.ts index dc3e367ffb3e4..735336b2b5f05 100644 --- a/clients/client-cleanrooms/src/commands/GetConfiguredTableAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetConfiguredTableAnalysisRuleCommand.ts @@ -20,6 +20,10 @@ import { se_GetConfiguredTableAnalysisRuleCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationCommand.ts b/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationCommand.ts index 59b455a38e653..c64ba15761b9d 100644 --- a/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetConfiguredTableAssociationCommand.ts @@ -20,6 +20,10 @@ import { se_GetConfiguredTableAssociationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/GetConfiguredTableCommand.ts b/clients/client-cleanrooms/src/commands/GetConfiguredTableCommand.ts index 2c4cb681a80f5..e56aaed45ef0b 100644 --- a/clients/client-cleanrooms/src/commands/GetConfiguredTableCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetConfiguredTableCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetConfiguredTableInput, GetConfiguredTableOutput } from "../models/models_0"; import { de_GetConfiguredTableCommand, se_GetConfiguredTableCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/GetMembershipCommand.ts b/clients/client-cleanrooms/src/commands/GetMembershipCommand.ts index 5af41f2252871..3bffae86baddb 100644 --- a/clients/client-cleanrooms/src/commands/GetMembershipCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetMembershipCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetMembershipInput, GetMembershipOutput } from "../models/models_0"; import { de_GetMembershipCommand, se_GetMembershipCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/GetProtectedQueryCommand.ts b/clients/client-cleanrooms/src/commands/GetProtectedQueryCommand.ts index fcda6525932c9..5c271e5780ae1 100644 --- a/clients/client-cleanrooms/src/commands/GetProtectedQueryCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetProtectedQueryCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetProtectedQueryCommand, se_GetProtectedQueryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/GetSchemaAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/GetSchemaAnalysisRuleCommand.ts index dfbacc6f60bca..5d6234b1a4193 100644 --- a/clients/client-cleanrooms/src/commands/GetSchemaAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetSchemaAnalysisRuleCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetSchemaAnalysisRuleInput, GetSchemaAnalysisRuleOutput } from "../models/models_0"; import { de_GetSchemaAnalysisRuleCommand, se_GetSchemaAnalysisRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/GetSchemaCommand.ts b/clients/client-cleanrooms/src/commands/GetSchemaCommand.ts index d5a8a02c30b6b..5e36f4dc40805 100644 --- a/clients/client-cleanrooms/src/commands/GetSchemaCommand.ts +++ b/clients/client-cleanrooms/src/commands/GetSchemaCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetSchemaInput, GetSchemaOutput } from "../models/models_0"; import { de_GetSchemaCommand, se_GetSchemaCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/ListCollaborationsCommand.ts b/clients/client-cleanrooms/src/commands/ListCollaborationsCommand.ts index 88e399db843f4..bd7c8df898405 100644 --- a/clients/client-cleanrooms/src/commands/ListCollaborationsCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListCollaborationsCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListCollaborationsInput, ListCollaborationsOutput } from "../models/models_0"; import { de_ListCollaborationsCommand, se_ListCollaborationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/ListConfiguredTableAssociationsCommand.ts b/clients/client-cleanrooms/src/commands/ListConfiguredTableAssociationsCommand.ts index 154159916840f..8ddad1cea4f29 100644 --- a/clients/client-cleanrooms/src/commands/ListConfiguredTableAssociationsCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListConfiguredTableAssociationsCommand.ts @@ -20,6 +20,10 @@ import { se_ListConfiguredTableAssociationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/ListConfiguredTablesCommand.ts b/clients/client-cleanrooms/src/commands/ListConfiguredTablesCommand.ts index 4d1985a48e3a7..f2bfd836e4101 100644 --- a/clients/client-cleanrooms/src/commands/ListConfiguredTablesCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListConfiguredTablesCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListConfiguredTablesInput, ListConfiguredTablesOutput } from "../models/models_0"; import { de_ListConfiguredTablesCommand, se_ListConfiguredTablesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/ListMembersCommand.ts b/clients/client-cleanrooms/src/commands/ListMembersCommand.ts index f9ccfc053e6f8..00fdbfb6b8914 100644 --- a/clients/client-cleanrooms/src/commands/ListMembersCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListMembersCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListMembersInput, ListMembersOutput } from "../models/models_0"; import { de_ListMembersCommand, se_ListMembersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/ListMembershipsCommand.ts b/clients/client-cleanrooms/src/commands/ListMembershipsCommand.ts index 9c9981e6eee2a..7e1ddf315dc29 100644 --- a/clients/client-cleanrooms/src/commands/ListMembershipsCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListMembershipsCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListMembershipsInput, ListMembershipsOutput } from "../models/models_0"; import { de_ListMembershipsCommand, se_ListMembershipsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/ListProtectedQueriesCommand.ts b/clients/client-cleanrooms/src/commands/ListProtectedQueriesCommand.ts index 0c6948923f03d..a5f883b6c95c1 100644 --- a/clients/client-cleanrooms/src/commands/ListProtectedQueriesCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListProtectedQueriesCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListProtectedQueriesInput, ListProtectedQueriesOutput } from "../models/models_0"; import { de_ListProtectedQueriesCommand, se_ListProtectedQueriesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/ListSchemasCommand.ts b/clients/client-cleanrooms/src/commands/ListSchemasCommand.ts index 9d8b49871b809..76ff421b05aba 100644 --- a/clients/client-cleanrooms/src/commands/ListSchemasCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListSchemasCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListSchemasInput, ListSchemasOutput } from "../models/models_0"; import { de_ListSchemasCommand, se_ListSchemasCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/ListTagsForResourceCommand.ts b/clients/client-cleanrooms/src/commands/ListTagsForResourceCommand.ts index cd0301682e7dd..290c09148ab7b 100644 --- a/clients/client-cleanrooms/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cleanrooms/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/StartProtectedQueryCommand.ts b/clients/client-cleanrooms/src/commands/StartProtectedQueryCommand.ts index 245724df37eb4..bf5c56c82a97f 100644 --- a/clients/client-cleanrooms/src/commands/StartProtectedQueryCommand.ts +++ b/clients/client-cleanrooms/src/commands/StartProtectedQueryCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_StartProtectedQueryCommand, se_StartProtectedQueryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/TagResourceCommand.ts b/clients/client-cleanrooms/src/commands/TagResourceCommand.ts index 1718e6c8a9721..6034c4a3053c9 100644 --- a/clients/client-cleanrooms/src/commands/TagResourceCommand.ts +++ b/clients/client-cleanrooms/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/UntagResourceCommand.ts b/clients/client-cleanrooms/src/commands/UntagResourceCommand.ts index 4d85598734817..07587e945776c 100644 --- a/clients/client-cleanrooms/src/commands/UntagResourceCommand.ts +++ b/clients/client-cleanrooms/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/UpdateCollaborationCommand.ts b/clients/client-cleanrooms/src/commands/UpdateCollaborationCommand.ts index da9bc68d5a8a1..385978bb5baa8 100644 --- a/clients/client-cleanrooms/src/commands/UpdateCollaborationCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateCollaborationCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateCollaborationInput, UpdateCollaborationOutput } from "../models/models_0"; import { de_UpdateCollaborationCommand, se_UpdateCollaborationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAnalysisRuleCommand.ts b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAnalysisRuleCommand.ts index bd544e8d083d1..dc90eaad0422f 100644 --- a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAnalysisRuleCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAnalysisRuleCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateConfiguredTableAnalysisRuleCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationCommand.ts b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationCommand.ts index 7f340087a8853..256944787fe05 100644 --- a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableAssociationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateConfiguredTableAssociationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableCommand.ts b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableCommand.ts index 11f6ab45eef63..8938d8b205eb6 100644 --- a/clients/client-cleanrooms/src/commands/UpdateConfiguredTableCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateConfiguredTableCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateConfiguredTableInput, UpdateConfiguredTableOutput } from "../models/models_0"; import { de_UpdateConfiguredTableCommand, se_UpdateConfiguredTableCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/UpdateMembershipCommand.ts b/clients/client-cleanrooms/src/commands/UpdateMembershipCommand.ts index 967dafa7533d8..b6c4c208b8b2e 100644 --- a/clients/client-cleanrooms/src/commands/UpdateMembershipCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateMembershipCommand.ts @@ -17,6 +17,10 @@ import { CleanRoomsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateMembershipInput, UpdateMembershipOutput } from "../models/models_0"; import { de_UpdateMembershipCommand, se_UpdateMembershipCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/commands/UpdateProtectedQueryCommand.ts b/clients/client-cleanrooms/src/commands/UpdateProtectedQueryCommand.ts index 08050563e3db6..79bf3fa8585e3 100644 --- a/clients/client-cleanrooms/src/commands/UpdateProtectedQueryCommand.ts +++ b/clients/client-cleanrooms/src/commands/UpdateProtectedQueryCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateProtectedQueryCommand, se_UpdateProtectedQueryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cleanrooms/src/index.ts b/clients/client-cleanrooms/src/index.ts index d15197ea1074e..80a02986e47c6 100644 --- a/clients/client-cleanrooms/src/index.ts +++ b/clients/client-cleanrooms/src/index.ts @@ -1,8 +1,21 @@ -export * from "./CleanRooms"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Welcome to the AWS Clean Rooms API Reference.

+ *

AWS Clean Rooms is an AWS service that helps multiple parties to join their data + * together in a secure collaboration workspace. In the collaboration, members who can query + * and receive results can get insights into the collective datasets without either party getting + * access to the other party's raw data.

+ *

To learn more about AWS Clean Rooms concepts, procedures, and best practices, see the + * AWS Clean + * Rooms User Guide.

+ * + * @packageDocumentation + */ export * from "./CleanRoomsClient"; +export * from "./CleanRooms"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { CleanRoomsServiceException } from "./models/CleanRoomsServiceException"; diff --git a/clients/client-cleanrooms/src/models/CleanRoomsServiceException.ts b/clients/client-cleanrooms/src/models/CleanRoomsServiceException.ts index b2bdc3c7c0067..65e37c444c7ba 100644 --- a/clients/client-cleanrooms/src/models/CleanRoomsServiceException.ts +++ b/clients/client-cleanrooms/src/models/CleanRoomsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-cloud9/src/Cloud9Client.ts b/clients/client-cloud9/src/Cloud9Client.ts index 0216a43ca234c..fb390311e4348 100644 --- a/clients/client-cloud9/src/Cloud9Client.ts +++ b/clients/client-cloud9/src/Cloud9Client.ts @@ -96,6 +96,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -259,7 +261,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type Cloud9ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type Cloud9ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -278,7 +280,7 @@ export interface Cloud9ClientConfig extends Cloud9ClientConfigType {} /** * @public */ -type Cloud9ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type Cloud9ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-cloud9/src/commands/CreateEnvironmentEC2Command.ts b/clients/client-cloud9/src/commands/CreateEnvironmentEC2Command.ts index 3b6f951a9c1f0..5dccb63abec2e 100644 --- a/clients/client-cloud9/src/commands/CreateEnvironmentEC2Command.ts +++ b/clients/client-cloud9/src/commands/CreateEnvironmentEC2Command.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateEnvironmentEC2Command, se_CreateEnvironmentEC2Command } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloud9/src/commands/CreateEnvironmentMembershipCommand.ts b/clients/client-cloud9/src/commands/CreateEnvironmentMembershipCommand.ts index 02f3dfeb9e723..6fcc82d7b4132 100644 --- a/clients/client-cloud9/src/commands/CreateEnvironmentMembershipCommand.ts +++ b/clients/client-cloud9/src/commands/CreateEnvironmentMembershipCommand.ts @@ -17,6 +17,10 @@ import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateEnvironmentMembershipRequest, CreateEnvironmentMembershipResult } from "../models/models_0"; import { de_CreateEnvironmentMembershipCommand, se_CreateEnvironmentMembershipCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloud9/src/commands/DeleteEnvironmentCommand.ts b/clients/client-cloud9/src/commands/DeleteEnvironmentCommand.ts index 7bfac8c29cc26..79c04756dd5fe 100644 --- a/clients/client-cloud9/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-cloud9/src/commands/DeleteEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteEnvironmentRequest, DeleteEnvironmentResult } from "../models/models_0"; import { de_DeleteEnvironmentCommand, se_DeleteEnvironmentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloud9/src/commands/DeleteEnvironmentMembershipCommand.ts b/clients/client-cloud9/src/commands/DeleteEnvironmentMembershipCommand.ts index c0277e0ae1431..eec8729e4f938 100644 --- a/clients/client-cloud9/src/commands/DeleteEnvironmentMembershipCommand.ts +++ b/clients/client-cloud9/src/commands/DeleteEnvironmentMembershipCommand.ts @@ -17,6 +17,10 @@ import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteEnvironmentMembershipRequest, DeleteEnvironmentMembershipResult } from "../models/models_0"; import { de_DeleteEnvironmentMembershipCommand, se_DeleteEnvironmentMembershipCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloud9/src/commands/DescribeEnvironmentMembershipsCommand.ts b/clients/client-cloud9/src/commands/DescribeEnvironmentMembershipsCommand.ts index efe09128edcde..3291939166356 100644 --- a/clients/client-cloud9/src/commands/DescribeEnvironmentMembershipsCommand.ts +++ b/clients/client-cloud9/src/commands/DescribeEnvironmentMembershipsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeEnvironmentMembershipsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloud9/src/commands/DescribeEnvironmentStatusCommand.ts b/clients/client-cloud9/src/commands/DescribeEnvironmentStatusCommand.ts index f7772ac5417bc..916f486887d52 100644 --- a/clients/client-cloud9/src/commands/DescribeEnvironmentStatusCommand.ts +++ b/clients/client-cloud9/src/commands/DescribeEnvironmentStatusCommand.ts @@ -17,6 +17,10 @@ import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeEnvironmentStatusRequest, DescribeEnvironmentStatusResult } from "../models/models_0"; import { de_DescribeEnvironmentStatusCommand, se_DescribeEnvironmentStatusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloud9/src/commands/DescribeEnvironmentsCommand.ts b/clients/client-cloud9/src/commands/DescribeEnvironmentsCommand.ts index 56c424ece9a6b..12467935063db 100644 --- a/clients/client-cloud9/src/commands/DescribeEnvironmentsCommand.ts +++ b/clients/client-cloud9/src/commands/DescribeEnvironmentsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeEnvironmentsCommand, se_DescribeEnvironmentsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloud9/src/commands/ListEnvironmentsCommand.ts b/clients/client-cloud9/src/commands/ListEnvironmentsCommand.ts index 7e505474b19ed..f9084366c6b1e 100644 --- a/clients/client-cloud9/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-cloud9/src/commands/ListEnvironmentsCommand.ts @@ -17,6 +17,10 @@ import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListEnvironmentsRequest, ListEnvironmentsResult } from "../models/models_0"; import { de_ListEnvironmentsCommand, se_ListEnvironmentsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloud9/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloud9/src/commands/ListTagsForResourceCommand.ts index 3facb3dc38e78..7a4722e8c9d85 100644 --- a/clients/client-cloud9/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloud9/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloud9/src/commands/TagResourceCommand.ts b/clients/client-cloud9/src/commands/TagResourceCommand.ts index c1ef3e001ddee..b043e4a9bc24b 100644 --- a/clients/client-cloud9/src/commands/TagResourceCommand.ts +++ b/clients/client-cloud9/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { TagResourceRequest, TagResourceRequestFilterSensitiveLog, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloud9/src/commands/UntagResourceCommand.ts b/clients/client-cloud9/src/commands/UntagResourceCommand.ts index 23743ad43395a..289e555171de5 100644 --- a/clients/client-cloud9/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloud9/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloud9/src/commands/UpdateEnvironmentCommand.ts b/clients/client-cloud9/src/commands/UpdateEnvironmentCommand.ts index d92da1265582a..d5df0019640be 100644 --- a/clients/client-cloud9/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-cloud9/src/commands/UpdateEnvironmentCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateEnvironmentCommand, se_UpdateEnvironmentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloud9/src/commands/UpdateEnvironmentMembershipCommand.ts b/clients/client-cloud9/src/commands/UpdateEnvironmentMembershipCommand.ts index cf359274f8742..849e854a73e19 100644 --- a/clients/client-cloud9/src/commands/UpdateEnvironmentMembershipCommand.ts +++ b/clients/client-cloud9/src/commands/UpdateEnvironmentMembershipCommand.ts @@ -17,6 +17,10 @@ import { Cloud9ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateEnvironmentMembershipRequest, UpdateEnvironmentMembershipResult } from "../models/models_0"; import { de_UpdateEnvironmentMembershipCommand, se_UpdateEnvironmentMembershipCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloud9/src/index.ts b/clients/client-cloud9/src/index.ts index 60e5d3e1969b7..0fedfd640a4cf 100644 --- a/clients/client-cloud9/src/index.ts +++ b/clients/client-cloud9/src/index.ts @@ -1,8 +1,80 @@ -export * from "./Cloud9"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Cloud9 + *

Cloud9 is a collection of tools that you can use to code, build, run, test, debug, and + * release software in the cloud.

+ *

For more information about Cloud9, see the Cloud9 User Guide.

+ *

Cloud9 supports these operations:

+ *
    + *
  • + *

    + * CreateEnvironmentEC2: Creates an Cloud9 development environment, launches + * an Amazon EC2 instance, and then connects from the instance to the environment.

    + *
  • + *
  • + *

    + * CreateEnvironmentMembership: Adds an environment member to an + * environment.

    + *
  • + *
  • + *

    + * DeleteEnvironment: Deletes an environment. If an Amazon EC2 instance is + * connected to the environment, also terminates the instance.

    + *
  • + *
  • + *

    + * DeleteEnvironmentMembership: Deletes an environment member from an + * environment.

    + *
  • + *
  • + *

    + * DescribeEnvironmentMemberships: Gets information about environment + * members for an environment.

    + *
  • + *
  • + *

    + * DescribeEnvironments: Gets information about environments.

    + *
  • + *
  • + *

    + * DescribeEnvironmentStatus: Gets status information for an + * environment.

    + *
  • + *
  • + *

    + * ListEnvironments: Gets a list of environment identifiers.

    + *
  • + *
  • + *

    + * ListTagsForResource: Gets the tags for an environment.

    + *
  • + *
  • + *

    + * TagResource: Adds tags to an environment.

    + *
  • + *
  • + *

    + * UntagResource: Removes tags from an environment.

    + *
  • + *
  • + *

    + * UpdateEnvironment: Changes the settings of an existing + * environment.

    + *
  • + *
  • + *

    + * UpdateEnvironmentMembership: Changes the settings of an existing + * environment member for an environment.

    + *
  • + *
+ * + * @packageDocumentation + */ export * from "./Cloud9Client"; +export * from "./Cloud9"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { Cloud9ServiceException } from "./models/Cloud9ServiceException"; diff --git a/clients/client-cloud9/src/models/Cloud9ServiceException.ts b/clients/client-cloud9/src/models/Cloud9ServiceException.ts index 7b2bcafbb4300..1a8f3db4a874b 100644 --- a/clients/client-cloud9/src/models/Cloud9ServiceException.ts +++ b/clients/client-cloud9/src/models/Cloud9ServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-cloudcontrol/src/CloudControlClient.ts b/clients/client-cloudcontrol/src/CloudControlClient.ts index 38ea1c73ddcd3..b70e9de0d3d96 100644 --- a/clients/client-cloudcontrol/src/CloudControlClient.ts +++ b/clients/client-cloudcontrol/src/CloudControlClient.ts @@ -76,6 +76,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -229,7 +231,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CloudControlClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CloudControlClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -248,7 +250,7 @@ export interface CloudControlClientConfig extends CloudControlClientConfigType { /** * @public */ -type CloudControlClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CloudControlClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-cloudcontrol/src/commands/CancelResourceRequestCommand.ts b/clients/client-cloudcontrol/src/commands/CancelResourceRequestCommand.ts index 667ef8a661014..18130bb25971a 100644 --- a/clients/client-cloudcontrol/src/commands/CancelResourceRequestCommand.ts +++ b/clients/client-cloudcontrol/src/commands/CancelResourceRequestCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CancelResourceRequestCommand, se_CancelResourceRequestCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudcontrol/src/commands/CreateResourceCommand.ts b/clients/client-cloudcontrol/src/commands/CreateResourceCommand.ts index 933e067cd4bd7..2f42c7056dc83 100644 --- a/clients/client-cloudcontrol/src/commands/CreateResourceCommand.ts +++ b/clients/client-cloudcontrol/src/commands/CreateResourceCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateResourceCommand, se_CreateResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudcontrol/src/commands/DeleteResourceCommand.ts b/clients/client-cloudcontrol/src/commands/DeleteResourceCommand.ts index f5ad76d5a6be5..be0313bcccda3 100644 --- a/clients/client-cloudcontrol/src/commands/DeleteResourceCommand.ts +++ b/clients/client-cloudcontrol/src/commands/DeleteResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteResourceInput, DeleteResourceOutput, DeleteResourceOutputFilterSensitiveLog } from "../models/models_0"; import { de_DeleteResourceCommand, se_DeleteResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudcontrol/src/commands/GetResourceCommand.ts b/clients/client-cloudcontrol/src/commands/GetResourceCommand.ts index 0ede429673909..f2978d4fb851e 100644 --- a/clients/client-cloudcontrol/src/commands/GetResourceCommand.ts +++ b/clients/client-cloudcontrol/src/commands/GetResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetResourceInput, GetResourceOutput, GetResourceOutputFilterSensitiveLog } from "../models/models_0"; import { de_GetResourceCommand, se_GetResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudcontrol/src/commands/GetResourceRequestStatusCommand.ts b/clients/client-cloudcontrol/src/commands/GetResourceRequestStatusCommand.ts index 37cb043349b5c..6c4743a9981a9 100644 --- a/clients/client-cloudcontrol/src/commands/GetResourceRequestStatusCommand.ts +++ b/clients/client-cloudcontrol/src/commands/GetResourceRequestStatusCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetResourceRequestStatusCommand, se_GetResourceRequestStatusCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudcontrol/src/commands/ListResourceRequestsCommand.ts b/clients/client-cloudcontrol/src/commands/ListResourceRequestsCommand.ts index 8268a28b38baa..c7d9d1da14a34 100644 --- a/clients/client-cloudcontrol/src/commands/ListResourceRequestsCommand.ts +++ b/clients/client-cloudcontrol/src/commands/ListResourceRequestsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListResourceRequestsCommand, se_ListResourceRequestsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudcontrol/src/commands/ListResourcesCommand.ts b/clients/client-cloudcontrol/src/commands/ListResourcesCommand.ts index 754b4f1c705de..4596abd4d25d3 100644 --- a/clients/client-cloudcontrol/src/commands/ListResourcesCommand.ts +++ b/clients/client-cloudcontrol/src/commands/ListResourcesCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_ListResourcesCommand, se_ListResourcesCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudcontrol/src/commands/UpdateResourceCommand.ts b/clients/client-cloudcontrol/src/commands/UpdateResourceCommand.ts index b21a067566e69..4b7c3cb71a9ed 100644 --- a/clients/client-cloudcontrol/src/commands/UpdateResourceCommand.ts +++ b/clients/client-cloudcontrol/src/commands/UpdateResourceCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_UpdateResourceCommand, se_UpdateResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudcontrol/src/index.ts b/clients/client-cloudcontrol/src/index.ts index d2136ae55ffc3..9ba368754cf8d 100644 --- a/clients/client-cloudcontrol/src/index.ts +++ b/clients/client-cloudcontrol/src/index.ts @@ -1,9 +1,16 @@ -export * from "./CloudControl"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

For more information about Amazon Web Services Cloud Control API, see the Amazon Web Services Cloud Control API User + * Guide.

+ * + * @packageDocumentation + */ export * from "./CloudControlClient"; +export * from "./CloudControl"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { CloudControlServiceException } from "./models/CloudControlServiceException"; diff --git a/clients/client-cloudcontrol/src/models/CloudControlServiceException.ts b/clients/client-cloudcontrol/src/models/CloudControlServiceException.ts index 63ce62a686fd2..73b3b23b668a5 100644 --- a/clients/client-cloudcontrol/src/models/CloudControlServiceException.ts +++ b/clients/client-cloudcontrol/src/models/CloudControlServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-clouddirectory/src/CloudDirectoryClient.ts b/clients/client-clouddirectory/src/CloudDirectoryClient.ts index b7eb90da0954c..f999a5bb32148 100644 --- a/clients/client-clouddirectory/src/CloudDirectoryClient.ts +++ b/clients/client-clouddirectory/src/CloudDirectoryClient.ts @@ -203,6 +203,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -472,7 +474,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CloudDirectoryClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CloudDirectoryClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -491,7 +493,7 @@ export interface CloudDirectoryClientConfig extends CloudDirectoryClientConfigTy /** * @public */ -type CloudDirectoryClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CloudDirectoryClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-clouddirectory/src/commands/AddFacetToObjectCommand.ts b/clients/client-clouddirectory/src/commands/AddFacetToObjectCommand.ts index 30414c731bba5..a3b80ee23c4c1 100644 --- a/clients/client-clouddirectory/src/commands/AddFacetToObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/AddFacetToObjectCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { AddFacetToObjectRequest, AddFacetToObjectResponse } from "../models/models_0"; import { de_AddFacetToObjectCommand, se_AddFacetToObjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/ApplySchemaCommand.ts b/clients/client-clouddirectory/src/commands/ApplySchemaCommand.ts index b439df5a7ef71..454084ae84f68 100644 --- a/clients/client-clouddirectory/src/commands/ApplySchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/ApplySchemaCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ApplySchemaRequest, ApplySchemaResponse } from "../models/models_0"; import { de_ApplySchemaCommand, se_ApplySchemaCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/AttachObjectCommand.ts b/clients/client-clouddirectory/src/commands/AttachObjectCommand.ts index 2ba3ce1e2baf0..677febfaeaa8c 100644 --- a/clients/client-clouddirectory/src/commands/AttachObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/AttachObjectCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { AttachObjectRequest, AttachObjectResponse } from "../models/models_0"; import { de_AttachObjectCommand, se_AttachObjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/AttachPolicyCommand.ts b/clients/client-clouddirectory/src/commands/AttachPolicyCommand.ts index b175eb1c80db6..5e17aa607c6d2 100644 --- a/clients/client-clouddirectory/src/commands/AttachPolicyCommand.ts +++ b/clients/client-clouddirectory/src/commands/AttachPolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { AttachPolicyRequest, AttachPolicyResponse } from "../models/models_0"; import { de_AttachPolicyCommand, se_AttachPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/AttachToIndexCommand.ts b/clients/client-clouddirectory/src/commands/AttachToIndexCommand.ts index c29e1d9d64130..9ca825f9663a8 100644 --- a/clients/client-clouddirectory/src/commands/AttachToIndexCommand.ts +++ b/clients/client-clouddirectory/src/commands/AttachToIndexCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { AttachToIndexRequest, AttachToIndexResponse } from "../models/models_0"; import { de_AttachToIndexCommand, se_AttachToIndexCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/AttachTypedLinkCommand.ts b/clients/client-clouddirectory/src/commands/AttachTypedLinkCommand.ts index 89e7e1ca88399..76aed3aee273e 100644 --- a/clients/client-clouddirectory/src/commands/AttachTypedLinkCommand.ts +++ b/clients/client-clouddirectory/src/commands/AttachTypedLinkCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { AttachTypedLinkRequest, AttachTypedLinkResponse } from "../models/models_0"; import { de_AttachTypedLinkCommand, se_AttachTypedLinkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/BatchReadCommand.ts b/clients/client-clouddirectory/src/commands/BatchReadCommand.ts index db8626b77a568..36cef083b0f72 100644 --- a/clients/client-clouddirectory/src/commands/BatchReadCommand.ts +++ b/clients/client-clouddirectory/src/commands/BatchReadCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { BatchReadRequest, BatchReadResponse } from "../models/models_0"; import { de_BatchReadCommand, se_BatchReadCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/BatchWriteCommand.ts b/clients/client-clouddirectory/src/commands/BatchWriteCommand.ts index 01e6d01333a69..5d7af6e07775c 100644 --- a/clients/client-clouddirectory/src/commands/BatchWriteCommand.ts +++ b/clients/client-clouddirectory/src/commands/BatchWriteCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { BatchWriteRequest, BatchWriteResponse } from "../models/models_0"; import { de_BatchWriteCommand, se_BatchWriteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/CreateDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/CreateDirectoryCommand.ts index 24e51382c09ce..52a205b09f650 100644 --- a/clients/client-clouddirectory/src/commands/CreateDirectoryCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateDirectoryCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateDirectoryRequest, CreateDirectoryResponse } from "../models/models_0"; import { de_CreateDirectoryCommand, se_CreateDirectoryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/CreateFacetCommand.ts b/clients/client-clouddirectory/src/commands/CreateFacetCommand.ts index 2c5ab07f49e41..9541b6979fb3f 100644 --- a/clients/client-clouddirectory/src/commands/CreateFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateFacetCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateFacetRequest, CreateFacetResponse } from "../models/models_0"; import { de_CreateFacetCommand, se_CreateFacetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/CreateIndexCommand.ts b/clients/client-clouddirectory/src/commands/CreateIndexCommand.ts index 477bfcdd04bdb..804a1202c0aa4 100644 --- a/clients/client-clouddirectory/src/commands/CreateIndexCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateIndexCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateIndexRequest, CreateIndexResponse } from "../models/models_0"; import { de_CreateIndexCommand, se_CreateIndexCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/CreateObjectCommand.ts b/clients/client-clouddirectory/src/commands/CreateObjectCommand.ts index f4aa148457ec7..025a6a0573b52 100644 --- a/clients/client-clouddirectory/src/commands/CreateObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateObjectCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateObjectRequest, CreateObjectResponse } from "../models/models_0"; import { de_CreateObjectCommand, se_CreateObjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/CreateSchemaCommand.ts b/clients/client-clouddirectory/src/commands/CreateSchemaCommand.ts index 6637b319408d4..3cb4011637137 100644 --- a/clients/client-clouddirectory/src/commands/CreateSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateSchemaCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0"; import { de_CreateSchemaCommand, se_CreateSchemaCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/CreateTypedLinkFacetCommand.ts b/clients/client-clouddirectory/src/commands/CreateTypedLinkFacetCommand.ts index 6cbd31d90b6bb..f8c4cb197dc81 100644 --- a/clients/client-clouddirectory/src/commands/CreateTypedLinkFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/CreateTypedLinkFacetCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateTypedLinkFacetRequest, CreateTypedLinkFacetResponse } from "../models/models_0"; import { de_CreateTypedLinkFacetCommand, se_CreateTypedLinkFacetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/DeleteDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/DeleteDirectoryCommand.ts index d44d16661d37a..84193d8db1838 100644 --- a/clients/client-clouddirectory/src/commands/DeleteDirectoryCommand.ts +++ b/clients/client-clouddirectory/src/commands/DeleteDirectoryCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteDirectoryRequest, DeleteDirectoryResponse } from "../models/models_0"; import { de_DeleteDirectoryCommand, se_DeleteDirectoryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/DeleteFacetCommand.ts b/clients/client-clouddirectory/src/commands/DeleteFacetCommand.ts index a539c2b997050..c6eb2a89c7a1a 100644 --- a/clients/client-clouddirectory/src/commands/DeleteFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/DeleteFacetCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteFacetRequest, DeleteFacetResponse } from "../models/models_0"; import { de_DeleteFacetCommand, se_DeleteFacetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/DeleteObjectCommand.ts b/clients/client-clouddirectory/src/commands/DeleteObjectCommand.ts index 555060739b4f0..b2fce40e2d3cb 100644 --- a/clients/client-clouddirectory/src/commands/DeleteObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/DeleteObjectCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteObjectRequest, DeleteObjectResponse } from "../models/models_0"; import { de_DeleteObjectCommand, se_DeleteObjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/DeleteSchemaCommand.ts b/clients/client-clouddirectory/src/commands/DeleteSchemaCommand.ts index a52a735102484..ddd43eb7e5863 100644 --- a/clients/client-clouddirectory/src/commands/DeleteSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/DeleteSchemaCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteSchemaRequest, DeleteSchemaResponse } from "../models/models_0"; import { de_DeleteSchemaCommand, se_DeleteSchemaCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/DeleteTypedLinkFacetCommand.ts b/clients/client-clouddirectory/src/commands/DeleteTypedLinkFacetCommand.ts index cd25dec861c1b..87284d920c9bc 100644 --- a/clients/client-clouddirectory/src/commands/DeleteTypedLinkFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/DeleteTypedLinkFacetCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteTypedLinkFacetRequest, DeleteTypedLinkFacetResponse } from "../models/models_0"; import { de_DeleteTypedLinkFacetCommand, se_DeleteTypedLinkFacetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/DetachFromIndexCommand.ts b/clients/client-clouddirectory/src/commands/DetachFromIndexCommand.ts index e024b0e8e7944..7006ee3a2f2d6 100644 --- a/clients/client-clouddirectory/src/commands/DetachFromIndexCommand.ts +++ b/clients/client-clouddirectory/src/commands/DetachFromIndexCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DetachFromIndexRequest, DetachFromIndexResponse } from "../models/models_0"; import { de_DetachFromIndexCommand, se_DetachFromIndexCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/DetachObjectCommand.ts b/clients/client-clouddirectory/src/commands/DetachObjectCommand.ts index a55563274b28f..e32e8304d3e55 100644 --- a/clients/client-clouddirectory/src/commands/DetachObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/DetachObjectCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DetachObjectRequest, DetachObjectResponse } from "../models/models_0"; import { de_DetachObjectCommand, se_DetachObjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/DetachPolicyCommand.ts b/clients/client-clouddirectory/src/commands/DetachPolicyCommand.ts index 394a508ef4489..98409d6213c1b 100644 --- a/clients/client-clouddirectory/src/commands/DetachPolicyCommand.ts +++ b/clients/client-clouddirectory/src/commands/DetachPolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DetachPolicyRequest, DetachPolicyResponse } from "../models/models_0"; import { de_DetachPolicyCommand, se_DetachPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/DetachTypedLinkCommand.ts b/clients/client-clouddirectory/src/commands/DetachTypedLinkCommand.ts index cec94f71af2ca..20ae889e0e86e 100644 --- a/clients/client-clouddirectory/src/commands/DetachTypedLinkCommand.ts +++ b/clients/client-clouddirectory/src/commands/DetachTypedLinkCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DetachTypedLinkRequest } from "../models/models_0"; import { de_DetachTypedLinkCommand, se_DetachTypedLinkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/DisableDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/DisableDirectoryCommand.ts index c4ed1341a85b2..5c945071d0920 100644 --- a/clients/client-clouddirectory/src/commands/DisableDirectoryCommand.ts +++ b/clients/client-clouddirectory/src/commands/DisableDirectoryCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DisableDirectoryRequest, DisableDirectoryResponse } from "../models/models_0"; import { de_DisableDirectoryCommand, se_DisableDirectoryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/EnableDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/EnableDirectoryCommand.ts index 55d0832b424ba..2d789d26cddef 100644 --- a/clients/client-clouddirectory/src/commands/EnableDirectoryCommand.ts +++ b/clients/client-clouddirectory/src/commands/EnableDirectoryCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { EnableDirectoryRequest, EnableDirectoryResponse } from "../models/models_0"; import { de_EnableDirectoryCommand, se_EnableDirectoryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/GetAppliedSchemaVersionCommand.ts b/clients/client-clouddirectory/src/commands/GetAppliedSchemaVersionCommand.ts index 4c2ff74ac497d..e7be7214cfc3c 100644 --- a/clients/client-clouddirectory/src/commands/GetAppliedSchemaVersionCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetAppliedSchemaVersionCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetAppliedSchemaVersionRequest, GetAppliedSchemaVersionResponse } from "../models/models_0"; import { de_GetAppliedSchemaVersionCommand, se_GetAppliedSchemaVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/GetDirectoryCommand.ts b/clients/client-clouddirectory/src/commands/GetDirectoryCommand.ts index c8d36d3eb3d56..f002103532ce1 100644 --- a/clients/client-clouddirectory/src/commands/GetDirectoryCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetDirectoryCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetDirectoryRequest, GetDirectoryResponse } from "../models/models_0"; import { de_GetDirectoryCommand, se_GetDirectoryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/GetFacetCommand.ts b/clients/client-clouddirectory/src/commands/GetFacetCommand.ts index e57caac88f178..fa8fc03425d64 100644 --- a/clients/client-clouddirectory/src/commands/GetFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetFacetCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetFacetRequest, GetFacetResponse } from "../models/models_0"; import { de_GetFacetCommand, se_GetFacetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/GetLinkAttributesCommand.ts b/clients/client-clouddirectory/src/commands/GetLinkAttributesCommand.ts index 657df2aa3ff15..3ec9ca3df5cb3 100644 --- a/clients/client-clouddirectory/src/commands/GetLinkAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetLinkAttributesCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetLinkAttributesRequest, GetLinkAttributesResponse } from "../models/models_0"; import { de_GetLinkAttributesCommand, se_GetLinkAttributesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/GetObjectAttributesCommand.ts b/clients/client-clouddirectory/src/commands/GetObjectAttributesCommand.ts index cdeb1f8f88d65..690eb29b90b51 100644 --- a/clients/client-clouddirectory/src/commands/GetObjectAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetObjectAttributesCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetObjectAttributesRequest, GetObjectAttributesResponse } from "../models/models_0"; import { de_GetObjectAttributesCommand, se_GetObjectAttributesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/GetObjectInformationCommand.ts b/clients/client-clouddirectory/src/commands/GetObjectInformationCommand.ts index 15aacc8bd5878..f449db4f4ef13 100644 --- a/clients/client-clouddirectory/src/commands/GetObjectInformationCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetObjectInformationCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetObjectInformationRequest, GetObjectInformationResponse } from "../models/models_0"; import { de_GetObjectInformationCommand, se_GetObjectInformationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/GetSchemaAsJsonCommand.ts b/clients/client-clouddirectory/src/commands/GetSchemaAsJsonCommand.ts index 9d986cba15781..ea040053dc200 100644 --- a/clients/client-clouddirectory/src/commands/GetSchemaAsJsonCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetSchemaAsJsonCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetSchemaAsJsonRequest, GetSchemaAsJsonResponse } from "../models/models_0"; import { de_GetSchemaAsJsonCommand, se_GetSchemaAsJsonCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/GetTypedLinkFacetInformationCommand.ts b/clients/client-clouddirectory/src/commands/GetTypedLinkFacetInformationCommand.ts index bed4c7df1cf5d..cad92fb79d0ae 100644 --- a/clients/client-clouddirectory/src/commands/GetTypedLinkFacetInformationCommand.ts +++ b/clients/client-clouddirectory/src/commands/GetTypedLinkFacetInformationCommand.ts @@ -20,6 +20,10 @@ import { se_GetTypedLinkFacetInformationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/ListAppliedSchemaArnsCommand.ts b/clients/client-clouddirectory/src/commands/ListAppliedSchemaArnsCommand.ts index a78fcf4944763..0bf583fb1c563 100644 --- a/clients/client-clouddirectory/src/commands/ListAppliedSchemaArnsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListAppliedSchemaArnsCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListAppliedSchemaArnsRequest, ListAppliedSchemaArnsResponse } from "../models/models_0"; import { de_ListAppliedSchemaArnsCommand, se_ListAppliedSchemaArnsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/ListAttachedIndicesCommand.ts b/clients/client-clouddirectory/src/commands/ListAttachedIndicesCommand.ts index b64451665e618..a4acba7b31abb 100644 --- a/clients/client-clouddirectory/src/commands/ListAttachedIndicesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListAttachedIndicesCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListAttachedIndicesRequest, ListAttachedIndicesResponse } from "../models/models_0"; import { de_ListAttachedIndicesCommand, se_ListAttachedIndicesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/ListDevelopmentSchemaArnsCommand.ts b/clients/client-clouddirectory/src/commands/ListDevelopmentSchemaArnsCommand.ts index 97639c1108c68..c47bb00932135 100644 --- a/clients/client-clouddirectory/src/commands/ListDevelopmentSchemaArnsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListDevelopmentSchemaArnsCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListDevelopmentSchemaArnsRequest, ListDevelopmentSchemaArnsResponse } from "../models/models_0"; import { de_ListDevelopmentSchemaArnsCommand, se_ListDevelopmentSchemaArnsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/ListDirectoriesCommand.ts b/clients/client-clouddirectory/src/commands/ListDirectoriesCommand.ts index 9d97609c96052..53b872d5eb53a 100644 --- a/clients/client-clouddirectory/src/commands/ListDirectoriesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListDirectoriesCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListDirectoriesRequest, ListDirectoriesResponse } from "../models/models_0"; import { de_ListDirectoriesCommand, se_ListDirectoriesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/ListFacetAttributesCommand.ts b/clients/client-clouddirectory/src/commands/ListFacetAttributesCommand.ts index 7e732d2f40a13..48d90808fcf1a 100644 --- a/clients/client-clouddirectory/src/commands/ListFacetAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListFacetAttributesCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListFacetAttributesRequest, ListFacetAttributesResponse } from "../models/models_0"; import { de_ListFacetAttributesCommand, se_ListFacetAttributesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/ListFacetNamesCommand.ts b/clients/client-clouddirectory/src/commands/ListFacetNamesCommand.ts index a32b3fd5f4ab9..2c81006b2d640 100644 --- a/clients/client-clouddirectory/src/commands/ListFacetNamesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListFacetNamesCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListFacetNamesRequest, ListFacetNamesResponse } from "../models/models_0"; import { de_ListFacetNamesCommand, se_ListFacetNamesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/ListIncomingTypedLinksCommand.ts b/clients/client-clouddirectory/src/commands/ListIncomingTypedLinksCommand.ts index b228b983052f0..5e8c409675244 100644 --- a/clients/client-clouddirectory/src/commands/ListIncomingTypedLinksCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListIncomingTypedLinksCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListIncomingTypedLinksRequest, ListIncomingTypedLinksResponse } from "../models/models_0"; import { de_ListIncomingTypedLinksCommand, se_ListIncomingTypedLinksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/ListIndexCommand.ts b/clients/client-clouddirectory/src/commands/ListIndexCommand.ts index 7dacdbbc28322..d441924c0ef9a 100644 --- a/clients/client-clouddirectory/src/commands/ListIndexCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListIndexCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListIndexRequest, ListIndexResponse } from "../models/models_0"; import { de_ListIndexCommand, se_ListIndexCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/ListManagedSchemaArnsCommand.ts b/clients/client-clouddirectory/src/commands/ListManagedSchemaArnsCommand.ts index 4ad8b15481c28..ce2396b6cee90 100644 --- a/clients/client-clouddirectory/src/commands/ListManagedSchemaArnsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListManagedSchemaArnsCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListManagedSchemaArnsRequest, ListManagedSchemaArnsResponse } from "../models/models_0"; import { de_ListManagedSchemaArnsCommand, se_ListManagedSchemaArnsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/ListObjectAttributesCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectAttributesCommand.ts index 50686434c9fe8..f332bc20363a1 100644 --- a/clients/client-clouddirectory/src/commands/ListObjectAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListObjectAttributesCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListObjectAttributesRequest, ListObjectAttributesResponse } from "../models/models_0"; import { de_ListObjectAttributesCommand, se_ListObjectAttributesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/ListObjectChildrenCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectChildrenCommand.ts index 165a05d52a18b..aab06c482c736 100644 --- a/clients/client-clouddirectory/src/commands/ListObjectChildrenCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListObjectChildrenCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListObjectChildrenRequest, ListObjectChildrenResponse } from "../models/models_0"; import { de_ListObjectChildrenCommand, se_ListObjectChildrenCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/ListObjectParentPathsCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectParentPathsCommand.ts index 9d187867b4f75..e06e094b8f211 100644 --- a/clients/client-clouddirectory/src/commands/ListObjectParentPathsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListObjectParentPathsCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListObjectParentPathsRequest, ListObjectParentPathsResponse } from "../models/models_0"; import { de_ListObjectParentPathsCommand, se_ListObjectParentPathsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/ListObjectParentsCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectParentsCommand.ts index e153963156a01..5b7ba4a16c970 100644 --- a/clients/client-clouddirectory/src/commands/ListObjectParentsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListObjectParentsCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListObjectParentsRequest, ListObjectParentsResponse } from "../models/models_0"; import { de_ListObjectParentsCommand, se_ListObjectParentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/ListObjectPoliciesCommand.ts b/clients/client-clouddirectory/src/commands/ListObjectPoliciesCommand.ts index 46c9fefabab87..47dc3ef31ba9c 100644 --- a/clients/client-clouddirectory/src/commands/ListObjectPoliciesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListObjectPoliciesCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListObjectPoliciesRequest, ListObjectPoliciesResponse } from "../models/models_0"; import { de_ListObjectPoliciesCommand, se_ListObjectPoliciesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/ListOutgoingTypedLinksCommand.ts b/clients/client-clouddirectory/src/commands/ListOutgoingTypedLinksCommand.ts index ebb34bd098e7b..e0cd3c2a6daba 100644 --- a/clients/client-clouddirectory/src/commands/ListOutgoingTypedLinksCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListOutgoingTypedLinksCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListOutgoingTypedLinksRequest, ListOutgoingTypedLinksResponse } from "../models/models_0"; import { de_ListOutgoingTypedLinksCommand, se_ListOutgoingTypedLinksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/ListPolicyAttachmentsCommand.ts b/clients/client-clouddirectory/src/commands/ListPolicyAttachmentsCommand.ts index 5f90b9d40cbb7..ebe9fa1ec3e72 100644 --- a/clients/client-clouddirectory/src/commands/ListPolicyAttachmentsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListPolicyAttachmentsCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListPolicyAttachmentsRequest, ListPolicyAttachmentsResponse } from "../models/models_0"; import { de_ListPolicyAttachmentsCommand, se_ListPolicyAttachmentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/ListPublishedSchemaArnsCommand.ts b/clients/client-clouddirectory/src/commands/ListPublishedSchemaArnsCommand.ts index 3f26078657c3a..e02c61ce31b2a 100644 --- a/clients/client-clouddirectory/src/commands/ListPublishedSchemaArnsCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListPublishedSchemaArnsCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListPublishedSchemaArnsRequest, ListPublishedSchemaArnsResponse } from "../models/models_0"; import { de_ListPublishedSchemaArnsCommand, se_ListPublishedSchemaArnsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/ListTagsForResourceCommand.ts b/clients/client-clouddirectory/src/commands/ListTagsForResourceCommand.ts index e301242e45ca9..08fd88e5b00c8 100644 --- a/clients/client-clouddirectory/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/ListTypedLinkFacetAttributesCommand.ts b/clients/client-clouddirectory/src/commands/ListTypedLinkFacetAttributesCommand.ts index a4162b2942ad9..36943f106b90a 100644 --- a/clients/client-clouddirectory/src/commands/ListTypedLinkFacetAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListTypedLinkFacetAttributesCommand.ts @@ -20,6 +20,10 @@ import { se_ListTypedLinkFacetAttributesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/ListTypedLinkFacetNamesCommand.ts b/clients/client-clouddirectory/src/commands/ListTypedLinkFacetNamesCommand.ts index b2d2cbde9b7de..f13bcf0a71bf8 100644 --- a/clients/client-clouddirectory/src/commands/ListTypedLinkFacetNamesCommand.ts +++ b/clients/client-clouddirectory/src/commands/ListTypedLinkFacetNamesCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListTypedLinkFacetNamesRequest, ListTypedLinkFacetNamesResponse } from "../models/models_0"; import { de_ListTypedLinkFacetNamesCommand, se_ListTypedLinkFacetNamesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/LookupPolicyCommand.ts b/clients/client-clouddirectory/src/commands/LookupPolicyCommand.ts index b3e4d8f9e0cd8..d746cc4a2e838 100644 --- a/clients/client-clouddirectory/src/commands/LookupPolicyCommand.ts +++ b/clients/client-clouddirectory/src/commands/LookupPolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { LookupPolicyRequest, LookupPolicyResponse } from "../models/models_0"; import { de_LookupPolicyCommand, se_LookupPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/PublishSchemaCommand.ts b/clients/client-clouddirectory/src/commands/PublishSchemaCommand.ts index 44a905fefb403..2f1a1f85837c3 100644 --- a/clients/client-clouddirectory/src/commands/PublishSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/PublishSchemaCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { PublishSchemaRequest, PublishSchemaResponse } from "../models/models_0"; import { de_PublishSchemaCommand, se_PublishSchemaCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/PutSchemaFromJsonCommand.ts b/clients/client-clouddirectory/src/commands/PutSchemaFromJsonCommand.ts index 94363aa3d6695..3a0c93f2d405b 100644 --- a/clients/client-clouddirectory/src/commands/PutSchemaFromJsonCommand.ts +++ b/clients/client-clouddirectory/src/commands/PutSchemaFromJsonCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { PutSchemaFromJsonRequest, PutSchemaFromJsonResponse } from "../models/models_0"; import { de_PutSchemaFromJsonCommand, se_PutSchemaFromJsonCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/RemoveFacetFromObjectCommand.ts b/clients/client-clouddirectory/src/commands/RemoveFacetFromObjectCommand.ts index 3f2a6f469658c..c15c12e1faf4a 100644 --- a/clients/client-clouddirectory/src/commands/RemoveFacetFromObjectCommand.ts +++ b/clients/client-clouddirectory/src/commands/RemoveFacetFromObjectCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { RemoveFacetFromObjectRequest, RemoveFacetFromObjectResponse } from "../models/models_0"; import { de_RemoveFacetFromObjectCommand, se_RemoveFacetFromObjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/TagResourceCommand.ts b/clients/client-clouddirectory/src/commands/TagResourceCommand.ts index f97a7a1a0ea5d..df48f7f163e67 100644 --- a/clients/client-clouddirectory/src/commands/TagResourceCommand.ts +++ b/clients/client-clouddirectory/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/UntagResourceCommand.ts b/clients/client-clouddirectory/src/commands/UntagResourceCommand.ts index 870523cb05f65..f3f363625e1a0 100644 --- a/clients/client-clouddirectory/src/commands/UntagResourceCommand.ts +++ b/clients/client-clouddirectory/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/UpdateFacetCommand.ts b/clients/client-clouddirectory/src/commands/UpdateFacetCommand.ts index d403d2191394d..86929c1295e66 100644 --- a/clients/client-clouddirectory/src/commands/UpdateFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpdateFacetCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateFacetRequest, UpdateFacetResponse } from "../models/models_0"; import { de_UpdateFacetCommand, se_UpdateFacetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/UpdateLinkAttributesCommand.ts b/clients/client-clouddirectory/src/commands/UpdateLinkAttributesCommand.ts index c29ddc0380d56..e2d3c2a75c931 100644 --- a/clients/client-clouddirectory/src/commands/UpdateLinkAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpdateLinkAttributesCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateLinkAttributesRequest, UpdateLinkAttributesResponse } from "../models/models_0"; import { de_UpdateLinkAttributesCommand, se_UpdateLinkAttributesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/UpdateObjectAttributesCommand.ts b/clients/client-clouddirectory/src/commands/UpdateObjectAttributesCommand.ts index e1d157b36adc8..27a46b9ca0df7 100644 --- a/clients/client-clouddirectory/src/commands/UpdateObjectAttributesCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpdateObjectAttributesCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateObjectAttributesRequest, UpdateObjectAttributesResponse } from "../models/models_0"; import { de_UpdateObjectAttributesCommand, se_UpdateObjectAttributesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/UpdateSchemaCommand.ts b/clients/client-clouddirectory/src/commands/UpdateSchemaCommand.ts index ae19f5862047e..38141be5a5ebb 100644 --- a/clients/client-clouddirectory/src/commands/UpdateSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpdateSchemaCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateSchemaRequest, UpdateSchemaResponse } from "../models/models_0"; import { de_UpdateSchemaCommand, se_UpdateSchemaCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/UpdateTypedLinkFacetCommand.ts b/clients/client-clouddirectory/src/commands/UpdateTypedLinkFacetCommand.ts index 5fe1f30282330..b065a41110ec6 100644 --- a/clients/client-clouddirectory/src/commands/UpdateTypedLinkFacetCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpdateTypedLinkFacetCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateTypedLinkFacetRequest, UpdateTypedLinkFacetResponse } from "../models/models_0"; import { de_UpdateTypedLinkFacetCommand, se_UpdateTypedLinkFacetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/UpgradeAppliedSchemaCommand.ts b/clients/client-clouddirectory/src/commands/UpgradeAppliedSchemaCommand.ts index 39867f839787b..5178fa46918bd 100644 --- a/clients/client-clouddirectory/src/commands/UpgradeAppliedSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpgradeAppliedSchemaCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpgradeAppliedSchemaRequest, UpgradeAppliedSchemaResponse } from "../models/models_0"; import { de_UpgradeAppliedSchemaCommand, se_UpgradeAppliedSchemaCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/commands/UpgradePublishedSchemaCommand.ts b/clients/client-clouddirectory/src/commands/UpgradePublishedSchemaCommand.ts index 94b358c5284be..56139eac85cbd 100644 --- a/clients/client-clouddirectory/src/commands/UpgradePublishedSchemaCommand.ts +++ b/clients/client-clouddirectory/src/commands/UpgradePublishedSchemaCommand.ts @@ -17,6 +17,10 @@ import { CloudDirectoryClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpgradePublishedSchemaRequest, UpgradePublishedSchemaResponse } from "../models/models_0"; import { de_UpgradePublishedSchemaCommand, se_UpgradePublishedSchemaCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-clouddirectory/src/index.ts b/clients/client-clouddirectory/src/index.ts index 89eda4bf45044..6ef1bb6ccac3a 100644 --- a/clients/client-clouddirectory/src/index.ts +++ b/clients/client-clouddirectory/src/index.ts @@ -1,8 +1,19 @@ -export * from "./CloudDirectory"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Cloud Directory + *

Amazon Cloud Directory is a component of the AWS Directory Service that simplifies the + * development and management of cloud-scale web, mobile, and IoT applications. This guide + * describes the Cloud Directory operations that you can call programmatically and includes + * detailed information on data types and errors. For information about Cloud Directory features, see AWS Directory + * Service and the Amazon Cloud Directory Developer Guide.

+ * + * @packageDocumentation + */ export * from "./CloudDirectoryClient"; +export * from "./CloudDirectory"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { CloudDirectoryServiceException } from "./models/CloudDirectoryServiceException"; diff --git a/clients/client-clouddirectory/src/models/CloudDirectoryServiceException.ts b/clients/client-clouddirectory/src/models/CloudDirectoryServiceException.ts index 9262bd6fdc7f2..de94e355064ae 100644 --- a/clients/client-clouddirectory/src/models/CloudDirectoryServiceException.ts +++ b/clients/client-clouddirectory/src/models/CloudDirectoryServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-cloudformation/src/CloudFormationClient.ts b/clients/client-cloudformation/src/CloudFormationClient.ts index 935a3dcc1be3b..e97969304628f 100644 --- a/clients/client-cloudformation/src/CloudFormationClient.ts +++ b/clients/client-cloudformation/src/CloudFormationClient.ts @@ -206,6 +206,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -475,7 +477,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CloudFormationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CloudFormationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -494,7 +496,7 @@ export interface CloudFormationClientConfig extends CloudFormationClientConfigTy /** * @public */ -type CloudFormationClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CloudFormationClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts b/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts index 084d4c2e728aa..a37c6fab4d4b0 100644 --- a/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/ActivateTypeCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ActivateTypeInput, ActivateTypeOutput } from "../models/models_0"; import { de_ActivateTypeCommand, se_ActivateTypeCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts b/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts index 30688f791ecfb..97d93b91d03bc 100644 --- a/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts +++ b/clients/client-cloudformation/src/commands/BatchDescribeTypeConfigurationsCommand.ts @@ -20,6 +20,10 @@ import { se_BatchDescribeTypeConfigurationsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts b/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts index 5dd7bc5f69abc..8dc1cac624cba 100644 --- a/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts +++ b/clients/client-cloudformation/src/commands/CancelUpdateStackCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CancelUpdateStackInput } from "../models/models_0"; import { de_CancelUpdateStackCommand, se_CancelUpdateStackCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts b/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts index 68abd4d1cdb14..7a816ef693787 100644 --- a/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts +++ b/clients/client-cloudformation/src/commands/ContinueUpdateRollbackCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ContinueUpdateRollbackInput, ContinueUpdateRollbackOutput } from "../models/models_0"; import { de_ContinueUpdateRollbackCommand, se_ContinueUpdateRollbackCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts b/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts index 3a08d7647a30c..8bbf8917450e3 100644 --- a/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts +++ b/clients/client-cloudformation/src/commands/CreateChangeSetCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateChangeSetInput, CreateChangeSetOutput } from "../models/models_0"; import { de_CreateChangeSetCommand, se_CreateChangeSetCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/CreateStackCommand.ts b/clients/client-cloudformation/src/commands/CreateStackCommand.ts index 61d2e6fd43786..80ae4d5bd9226 100644 --- a/clients/client-cloudformation/src/commands/CreateStackCommand.ts +++ b/clients/client-cloudformation/src/commands/CreateStackCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateStackInput, CreateStackOutput } from "../models/models_0"; import { de_CreateStackCommand, se_CreateStackCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts b/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts index df51eaeef3738..869be433f9239 100644 --- a/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts +++ b/clients/client-cloudformation/src/commands/CreateStackInstancesCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateStackInstancesInput, CreateStackInstancesOutput } from "../models/models_0"; import { de_CreateStackInstancesCommand, se_CreateStackInstancesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/CreateStackSetCommand.ts b/clients/client-cloudformation/src/commands/CreateStackSetCommand.ts index 149b5d199fef2..d03c111916b36 100644 --- a/clients/client-cloudformation/src/commands/CreateStackSetCommand.ts +++ b/clients/client-cloudformation/src/commands/CreateStackSetCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateStackSetInput, CreateStackSetOutput } from "../models/models_0"; import { de_CreateStackSetCommand, se_CreateStackSetCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts b/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts index b60c995769eaf..60478b0b224d4 100644 --- a/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/DeactivateTypeCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeactivateTypeInput, DeactivateTypeOutput } from "../models/models_0"; import { de_DeactivateTypeCommand, se_DeactivateTypeCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts b/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts index 8024f376129b9..5c58dd0bf418b 100644 --- a/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts +++ b/clients/client-cloudformation/src/commands/DeleteChangeSetCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteChangeSetInput, DeleteChangeSetOutput } from "../models/models_0"; import { de_DeleteChangeSetCommand, se_DeleteChangeSetCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DeleteStackCommand.ts b/clients/client-cloudformation/src/commands/DeleteStackCommand.ts index fb3033c4131cd..44ee9161fa77d 100644 --- a/clients/client-cloudformation/src/commands/DeleteStackCommand.ts +++ b/clients/client-cloudformation/src/commands/DeleteStackCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteStackInput } from "../models/models_0"; import { de_DeleteStackCommand, se_DeleteStackCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DeleteStackInstancesCommand.ts b/clients/client-cloudformation/src/commands/DeleteStackInstancesCommand.ts index 6e3cf3c6c5ff0..76d95f58c91c0 100644 --- a/clients/client-cloudformation/src/commands/DeleteStackInstancesCommand.ts +++ b/clients/client-cloudformation/src/commands/DeleteStackInstancesCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteStackInstancesInput, DeleteStackInstancesOutput } from "../models/models_0"; import { de_DeleteStackInstancesCommand, se_DeleteStackInstancesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts b/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts index e7ab8196d22b0..4cfe8068ee160 100644 --- a/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts +++ b/clients/client-cloudformation/src/commands/DeleteStackSetCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteStackSetInput, DeleteStackSetOutput } from "../models/models_0"; import { de_DeleteStackSetCommand, se_DeleteStackSetCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts b/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts index 8595165b713b5..162a4e102133c 100644 --- a/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/DeregisterTypeCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeregisterTypeInput, DeregisterTypeOutput } from "../models/models_0"; import { de_DeregisterTypeCommand, se_DeregisterTypeCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts index 78dc28d3ae165..4047f71137cd3 100644 --- a/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeAccountLimitsCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeAccountLimitsInput, DescribeAccountLimitsOutput } from "../models/models_0"; import { de_DescribeAccountLimitsCommand, se_DescribeAccountLimitsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts b/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts index 5d908ae7039e3..31e60d9be2e1f 100644 --- a/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeChangeSetCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeChangeSetInput, DescribeChangeSetOutput } from "../models/models_0"; import { de_DescribeChangeSetCommand, se_DescribeChangeSetCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts b/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts index e070634a2cd2a..732b38a783e72 100644 --- a/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeChangeSetHooksCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeChangeSetHooksInput, DescribeChangeSetHooksOutput } from "../models/models_0"; import { de_DescribeChangeSetHooksCommand, se_DescribeChangeSetHooksCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts b/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts index 5c2feaaedb7e9..2bc18b6e07db5 100644 --- a/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribePublisherCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribePublisherInput, DescribePublisherOutput } from "../models/models_0"; import { de_DescribePublisherCommand, se_DescribePublisherCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts index 8629c42276737..b5165d005c2c1 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackDriftDetectionStatusCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeStackDriftDetectionStatusCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts index e55a6dee70422..de1ee9ac7fd54 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackEventsCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeStackEventsInput, DescribeStackEventsOutput } from "../models/models_0"; import { de_DescribeStackEventsCommand, se_DescribeStackEventsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts index e50879555ed08..8b6e489c4879b 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackInstanceCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeStackInstanceInput, DescribeStackInstanceOutput } from "../models/models_0"; import { de_DescribeStackInstanceCommand, se_DescribeStackInstanceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts index 7d73ebd3206f4..1b701faec765f 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeStackResourceInput, DescribeStackResourceOutput } from "../models/models_0"; import { de_DescribeStackResourceCommand, se_DescribeStackResourceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts index 6125a6eabdd69..b71a5f724f125 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackResourceDriftsCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeStackResourceDriftsInput, DescribeStackResourceDriftsOutput } from "../models/models_0"; import { de_DescribeStackResourceDriftsCommand, se_DescribeStackResourceDriftsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts index e337666f7ed36..9abc5c15bb273 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackResourcesCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeStackResourcesInput, DescribeStackResourcesOutput } from "../models/models_0"; import { de_DescribeStackResourcesCommand, se_DescribeStackResourcesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DescribeStackSetCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackSetCommand.ts index 540c6c9e9e6eb..1303c80da387f 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackSetCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackSetCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeStackSetInput, DescribeStackSetOutput } from "../models/models_0"; import { de_DescribeStackSetCommand, se_DescribeStackSetCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DescribeStackSetOperationCommand.ts b/clients/client-cloudformation/src/commands/DescribeStackSetOperationCommand.ts index 23926bf4adae0..2137e4d23ab68 100644 --- a/clients/client-cloudformation/src/commands/DescribeStackSetOperationCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStackSetOperationCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeStackSetOperationInput, DescribeStackSetOperationOutput } from "../models/models_0"; import { de_DescribeStackSetOperationCommand, se_DescribeStackSetOperationCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts b/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts index c1c23a42fccae..a30a2df9c2094 100644 --- a/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeStacksCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeStacksInput, DescribeStacksOutput } from "../models/models_0"; import { de_DescribeStacksCommand, se_DescribeStacksCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts b/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts index 7187bc7606ac8..a6bab79b67d74 100644 --- a/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeTypeCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeTypeInput, DescribeTypeOutput } from "../models/models_0"; import { de_DescribeTypeCommand, se_DescribeTypeCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts b/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts index f690966744664..faecaf8d97575 100644 --- a/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts +++ b/clients/client-cloudformation/src/commands/DescribeTypeRegistrationCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeTypeRegistrationInput, DescribeTypeRegistrationOutput } from "../models/models_0"; import { de_DescribeTypeRegistrationCommand, se_DescribeTypeRegistrationCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts b/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts index 1c7455d8f5c8b..77b8d12d9e3a1 100644 --- a/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts +++ b/clients/client-cloudformation/src/commands/DetectStackDriftCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DetectStackDriftInput, DetectStackDriftOutput } from "../models/models_0"; import { de_DetectStackDriftCommand, se_DetectStackDriftCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts b/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts index e6aec5046edc0..4f248592ca24c 100644 --- a/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts +++ b/clients/client-cloudformation/src/commands/DetectStackResourceDriftCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DetectStackResourceDriftInput, DetectStackResourceDriftOutput } from "../models/models_0"; import { de_DetectStackResourceDriftCommand, se_DetectStackResourceDriftCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts b/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts index 9640ee54832a3..e5369430d5956 100644 --- a/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts +++ b/clients/client-cloudformation/src/commands/DetectStackSetDriftCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DetectStackSetDriftInput, DetectStackSetDriftOutput } from "../models/models_0"; import { de_DetectStackSetDriftCommand, se_DetectStackSetDriftCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts b/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts index cee8473b0245a..2ca7aed9ba749 100644 --- a/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts +++ b/clients/client-cloudformation/src/commands/EstimateTemplateCostCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { EstimateTemplateCostInput, EstimateTemplateCostOutput } from "../models/models_0"; import { de_EstimateTemplateCostCommand, se_EstimateTemplateCostCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts b/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts index e00b4cf574221..d8a0f5416a1e5 100644 --- a/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts +++ b/clients/client-cloudformation/src/commands/ExecuteChangeSetCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ExecuteChangeSetInput, ExecuteChangeSetOutput } from "../models/models_0"; import { de_ExecuteChangeSetCommand, se_ExecuteChangeSetCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts b/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts index 32bfd301852d3..2db034637a08e 100644 --- a/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts +++ b/clients/client-cloudformation/src/commands/GetStackPolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetStackPolicyInput, GetStackPolicyOutput } from "../models/models_0"; import { de_GetStackPolicyCommand, se_GetStackPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/GetTemplateCommand.ts b/clients/client-cloudformation/src/commands/GetTemplateCommand.ts index 13e0742001e20..0fb9d15894232 100644 --- a/clients/client-cloudformation/src/commands/GetTemplateCommand.ts +++ b/clients/client-cloudformation/src/commands/GetTemplateCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetTemplateInput, GetTemplateOutput } from "../models/models_0"; import { de_GetTemplateCommand, se_GetTemplateCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts b/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts index d176e111a6ca9..5d31158a1d2b0 100644 --- a/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts +++ b/clients/client-cloudformation/src/commands/GetTemplateSummaryCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetTemplateSummaryInput, GetTemplateSummaryOutput } from "../models/models_0"; import { de_GetTemplateSummaryCommand, se_GetTemplateSummaryCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts b/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts index 7eb4ffe304180..287fc901db2ce 100644 --- a/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts +++ b/clients/client-cloudformation/src/commands/ImportStacksToStackSetCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ImportStacksToStackSetInput, ImportStacksToStackSetOutput } from "../models/models_0"; import { de_ImportStacksToStackSetCommand, se_ImportStacksToStackSetCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts b/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts index df223825e43ff..6e5761d0ecc0c 100644 --- a/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListChangeSetsCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListChangeSetsInput, ListChangeSetsOutput } from "../models/models_0"; import { de_ListChangeSetsCommand, se_ListChangeSetsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/ListExportsCommand.ts b/clients/client-cloudformation/src/commands/ListExportsCommand.ts index c24f7cf2fd09d..f568b529a4262 100644 --- a/clients/client-cloudformation/src/commands/ListExportsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListExportsCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListExportsInput, ListExportsOutput } from "../models/models_0"; import { de_ListExportsCommand, se_ListExportsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/ListImportsCommand.ts b/clients/client-cloudformation/src/commands/ListImportsCommand.ts index 4a123c0c0f5e3..c7f8d7c6886c6 100644 --- a/clients/client-cloudformation/src/commands/ListImportsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListImportsCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListImportsInput, ListImportsOutput } from "../models/models_0"; import { de_ListImportsCommand, se_ListImportsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts b/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts index 228683fd53c50..5642aaa4dc4c5 100644 --- a/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackInstancesCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListStackInstancesInput, ListStackInstancesOutput } from "../models/models_0"; import { de_ListStackInstancesCommand, se_ListStackInstancesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts b/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts index 2313beb37589e..2f9380dd1ff8b 100644 --- a/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackResourcesCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListStackResourcesInput, ListStackResourcesOutput } from "../models/models_0"; import { de_ListStackResourcesCommand, se_ListStackResourcesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/ListStackSetOperationResultsCommand.ts b/clients/client-cloudformation/src/commands/ListStackSetOperationResultsCommand.ts index 8ffd9643aa637..1dbf473155a74 100644 --- a/clients/client-cloudformation/src/commands/ListStackSetOperationResultsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackSetOperationResultsCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListStackSetOperationResultsInput, ListStackSetOperationResultsOutput } from "../models/models_0"; import { de_ListStackSetOperationResultsCommand, se_ListStackSetOperationResultsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/ListStackSetOperationsCommand.ts b/clients/client-cloudformation/src/commands/ListStackSetOperationsCommand.ts index 30cb0d79eeaca..615f861378120 100644 --- a/clients/client-cloudformation/src/commands/ListStackSetOperationsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackSetOperationsCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListStackSetOperationsInput, ListStackSetOperationsOutput } from "../models/models_0"; import { de_ListStackSetOperationsCommand, se_ListStackSetOperationsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts b/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts index 33fc6fa218def..b4332e61fd7ad 100644 --- a/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStackSetsCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListStackSetsInput, ListStackSetsOutput } from "../models/models_0"; import { de_ListStackSetsCommand, se_ListStackSetsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/ListStacksCommand.ts b/clients/client-cloudformation/src/commands/ListStacksCommand.ts index f2c15472b385c..10497ba893b45 100644 --- a/clients/client-cloudformation/src/commands/ListStacksCommand.ts +++ b/clients/client-cloudformation/src/commands/ListStacksCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListStacksInput, ListStacksOutput } from "../models/models_0"; import { de_ListStacksCommand, se_ListStacksCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/ListTypeRegistrationsCommand.ts b/clients/client-cloudformation/src/commands/ListTypeRegistrationsCommand.ts index 86b7be1b6db5a..8923bc01b3e36 100644 --- a/clients/client-cloudformation/src/commands/ListTypeRegistrationsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListTypeRegistrationsCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListTypeRegistrationsInput, ListTypeRegistrationsOutput } from "../models/models_0"; import { de_ListTypeRegistrationsCommand, se_ListTypeRegistrationsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/ListTypeVersionsCommand.ts b/clients/client-cloudformation/src/commands/ListTypeVersionsCommand.ts index 1876df141580a..84c0144c4d825 100644 --- a/clients/client-cloudformation/src/commands/ListTypeVersionsCommand.ts +++ b/clients/client-cloudformation/src/commands/ListTypeVersionsCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListTypeVersionsInput, ListTypeVersionsOutput } from "../models/models_0"; import { de_ListTypeVersionsCommand, se_ListTypeVersionsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/ListTypesCommand.ts b/clients/client-cloudformation/src/commands/ListTypesCommand.ts index a6a383d54f2d9..c7243d497667c 100644 --- a/clients/client-cloudformation/src/commands/ListTypesCommand.ts +++ b/clients/client-cloudformation/src/commands/ListTypesCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListTypesInput, ListTypesOutput } from "../models/models_0"; import { de_ListTypesCommand, se_ListTypesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/PublishTypeCommand.ts b/clients/client-cloudformation/src/commands/PublishTypeCommand.ts index 3af685236ec35..31807263d414c 100644 --- a/clients/client-cloudformation/src/commands/PublishTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/PublishTypeCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { PublishTypeInput, PublishTypeOutput } from "../models/models_0"; import { de_PublishTypeCommand, se_PublishTypeCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts b/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts index ef81c39af0690..a14a4e16ea522 100644 --- a/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts +++ b/clients/client-cloudformation/src/commands/RecordHandlerProgressCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { RecordHandlerProgressInput, RecordHandlerProgressOutput } from "../models/models_0"; import { de_RecordHandlerProgressCommand, se_RecordHandlerProgressCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts b/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts index 126a767251612..efe1499a22783 100644 --- a/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts +++ b/clients/client-cloudformation/src/commands/RegisterPublisherCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { RegisterPublisherInput, RegisterPublisherOutput } from "../models/models_0"; import { de_RegisterPublisherCommand, se_RegisterPublisherCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts b/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts index fb3e6ad73ce2f..fa6411efe63cf 100644 --- a/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/RegisterTypeCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { RegisterTypeInput, RegisterTypeOutput } from "../models/models_0"; import { de_RegisterTypeCommand, se_RegisterTypeCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/RollbackStackCommand.ts b/clients/client-cloudformation/src/commands/RollbackStackCommand.ts index 5e0268c13ecfd..7ed5920c20d17 100644 --- a/clients/client-cloudformation/src/commands/RollbackStackCommand.ts +++ b/clients/client-cloudformation/src/commands/RollbackStackCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { RollbackStackInput, RollbackStackOutput } from "../models/models_0"; import { de_RollbackStackCommand, se_RollbackStackCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/SetStackPolicyCommand.ts b/clients/client-cloudformation/src/commands/SetStackPolicyCommand.ts index b386867f1d068..6a7faa56314ce 100644 --- a/clients/client-cloudformation/src/commands/SetStackPolicyCommand.ts +++ b/clients/client-cloudformation/src/commands/SetStackPolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { SetStackPolicyInput } from "../models/models_0"; import { de_SetStackPolicyCommand, se_SetStackPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/SetTypeConfigurationCommand.ts b/clients/client-cloudformation/src/commands/SetTypeConfigurationCommand.ts index c994538b3f941..a0d3665c0b23a 100644 --- a/clients/client-cloudformation/src/commands/SetTypeConfigurationCommand.ts +++ b/clients/client-cloudformation/src/commands/SetTypeConfigurationCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { SetTypeConfigurationInput, SetTypeConfigurationOutput } from "../models/models_0"; import { de_SetTypeConfigurationCommand, se_SetTypeConfigurationCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/SetTypeDefaultVersionCommand.ts b/clients/client-cloudformation/src/commands/SetTypeDefaultVersionCommand.ts index 7403d09ecddd0..4409e9f949197 100644 --- a/clients/client-cloudformation/src/commands/SetTypeDefaultVersionCommand.ts +++ b/clients/client-cloudformation/src/commands/SetTypeDefaultVersionCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { SetTypeDefaultVersionInput, SetTypeDefaultVersionOutput } from "../models/models_0"; import { de_SetTypeDefaultVersionCommand, se_SetTypeDefaultVersionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/SignalResourceCommand.ts b/clients/client-cloudformation/src/commands/SignalResourceCommand.ts index d8866b1587722..797616bc0438e 100644 --- a/clients/client-cloudformation/src/commands/SignalResourceCommand.ts +++ b/clients/client-cloudformation/src/commands/SignalResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { SignalResourceInput } from "../models/models_0"; import { de_SignalResourceCommand, se_SignalResourceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/StopStackSetOperationCommand.ts b/clients/client-cloudformation/src/commands/StopStackSetOperationCommand.ts index e9cf570b2b61b..ba0e952157569 100644 --- a/clients/client-cloudformation/src/commands/StopStackSetOperationCommand.ts +++ b/clients/client-cloudformation/src/commands/StopStackSetOperationCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { StopStackSetOperationInput, StopStackSetOperationOutput } from "../models/models_0"; import { de_StopStackSetOperationCommand, se_StopStackSetOperationCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/TestTypeCommand.ts b/clients/client-cloudformation/src/commands/TestTypeCommand.ts index 5a1c5784a4590..60f25d9a9397f 100644 --- a/clients/client-cloudformation/src/commands/TestTypeCommand.ts +++ b/clients/client-cloudformation/src/commands/TestTypeCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { TestTypeInput, TestTypeOutput } from "../models/models_0"; import { de_TestTypeCommand, se_TestTypeCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/UpdateStackCommand.ts b/clients/client-cloudformation/src/commands/UpdateStackCommand.ts index 245d68bafe1bc..41c73d037366b 100644 --- a/clients/client-cloudformation/src/commands/UpdateStackCommand.ts +++ b/clients/client-cloudformation/src/commands/UpdateStackCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateStackInput, UpdateStackOutput } from "../models/models_0"; import { de_UpdateStackCommand, se_UpdateStackCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/UpdateStackInstancesCommand.ts b/clients/client-cloudformation/src/commands/UpdateStackInstancesCommand.ts index 3017e514e1938..362035fb5b870 100644 --- a/clients/client-cloudformation/src/commands/UpdateStackInstancesCommand.ts +++ b/clients/client-cloudformation/src/commands/UpdateStackInstancesCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateStackInstancesInput, UpdateStackInstancesOutput } from "../models/models_0"; import { de_UpdateStackInstancesCommand, se_UpdateStackInstancesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/UpdateStackSetCommand.ts b/clients/client-cloudformation/src/commands/UpdateStackSetCommand.ts index 246105e2d92fb..0e6eba1a9cdfc 100644 --- a/clients/client-cloudformation/src/commands/UpdateStackSetCommand.ts +++ b/clients/client-cloudformation/src/commands/UpdateStackSetCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateStackSetInput, UpdateStackSetOutput } from "../models/models_0"; import { de_UpdateStackSetCommand, se_UpdateStackSetCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/UpdateTerminationProtectionCommand.ts b/clients/client-cloudformation/src/commands/UpdateTerminationProtectionCommand.ts index 3599fc1fe3e8d..f082d16fe4055 100644 --- a/clients/client-cloudformation/src/commands/UpdateTerminationProtectionCommand.ts +++ b/clients/client-cloudformation/src/commands/UpdateTerminationProtectionCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateTerminationProtectionInput, UpdateTerminationProtectionOutput } from "../models/models_0"; import { de_UpdateTerminationProtectionCommand, se_UpdateTerminationProtectionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/commands/ValidateTemplateCommand.ts b/clients/client-cloudformation/src/commands/ValidateTemplateCommand.ts index fef06a17a1c98..80b4f04811e7a 100644 --- a/clients/client-cloudformation/src/commands/ValidateTemplateCommand.ts +++ b/clients/client-cloudformation/src/commands/ValidateTemplateCommand.ts @@ -17,6 +17,10 @@ import { CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ValidateTemplateInput, ValidateTemplateOutput } from "../models/models_0"; import { de_ValidateTemplateCommand, se_ValidateTemplateCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudformation/src/index.ts b/clients/client-cloudformation/src/index.ts index cdee63a928808..976b11658995b 100644 --- a/clients/client-cloudformation/src/index.ts +++ b/clients/client-cloudformation/src/index.ts @@ -1,9 +1,31 @@ -export * from "./CloudFormation"; // smithy-typescript generated code +/* eslint-disable */ +/** + * CloudFormation + *

CloudFormation allows you to create and manage Amazon Web Services infrastructure + * deployments predictably and repeatedly. You can use CloudFormation to leverage + * Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store, + * Amazon Simple Notification Service, Elastic Load Balancing, and Auto Scaling to build highly + * reliable, highly scalable, cost-effective applications without creating or configuring the + * underlying Amazon Web Services infrastructure.

+ *

With CloudFormation, you declare all your resources and dependencies in a template + * file. The template defines a collection of resources as a single unit called a stack. + * CloudFormation creates and deletes all member resources of the stack together and + * manages all dependencies between the resources for you.

+ *

For more information about CloudFormation, see the CloudFormation product page.

+ *

CloudFormation makes use of other Amazon Web Services products. If you need + * additional technical information about a specific Amazon Web Services product, you can find + * the product's technical documentation at + * docs.aws.amazon.com + * .

+ * + * @packageDocumentation + */ export * from "./CloudFormationClient"; +export * from "./CloudFormation"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { CloudFormationServiceException } from "./models/CloudFormationServiceException"; diff --git a/clients/client-cloudformation/src/models/CloudFormationServiceException.ts b/clients/client-cloudformation/src/models/CloudFormationServiceException.ts index b8e79e3450eb4..a03b1df5e4199 100644 --- a/clients/client-cloudformation/src/models/CloudFormationServiceException.ts +++ b/clients/client-cloudformation/src/models/CloudFormationServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-cloudfront/src/CloudFrontClient.ts b/clients/client-cloudfront/src/CloudFrontClient.ts index 7bd3b7d182716..1a69a1f69d4b9 100644 --- a/clients/client-cloudfront/src/CloudFrontClient.ts +++ b/clients/client-cloudfront/src/CloudFrontClient.ts @@ -372,6 +372,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -721,7 +723,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CloudFrontClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CloudFrontClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -740,7 +742,7 @@ export interface CloudFrontClientConfig extends CloudFrontClientConfigType {} /** * @public */ -type CloudFrontClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CloudFrontClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-cloudfront/src/commands/AssociateAliasCommand.ts b/clients/client-cloudfront/src/commands/AssociateAliasCommand.ts index 8e2bb2746a3a3..cf2f02e2e5257 100644 --- a/clients/client-cloudfront/src/commands/AssociateAliasCommand.ts +++ b/clients/client-cloudfront/src/commands/AssociateAliasCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { AssociateAliasRequest } from "../models/models_0"; import { de_AssociateAliasCommand, se_AssociateAliasCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/CopyDistributionCommand.ts b/clients/client-cloudfront/src/commands/CopyDistributionCommand.ts index 134dcd9ea4ffd..09aa0f6360260 100644 --- a/clients/client-cloudfront/src/commands/CopyDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/CopyDistributionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CopyDistributionCommand, se_CopyDistributionCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/CreateCachePolicyCommand.ts b/clients/client-cloudfront/src/commands/CreateCachePolicyCommand.ts index 104539f3204ef..d478a9ef325ba 100644 --- a/clients/client-cloudfront/src/commands/CreateCachePolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateCachePolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateCachePolicyRequest, CreateCachePolicyResult } from "../models/models_0"; import { de_CreateCachePolicyCommand, se_CreateCachePolicyCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/CreateCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/src/commands/CreateCloudFrontOriginAccessIdentityCommand.ts index c1017038a2503..72bb108586e09 100644 --- a/clients/client-cloudfront/src/commands/CreateCloudFrontOriginAccessIdentityCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateCloudFrontOriginAccessIdentityCommand.ts @@ -23,6 +23,10 @@ import { se_CreateCloudFrontOriginAccessIdentityCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/CreateContinuousDeploymentPolicyCommand.ts b/clients/client-cloudfront/src/commands/CreateContinuousDeploymentPolicyCommand.ts index abf7be31d7d63..0e71a8490a917 100644 --- a/clients/client-cloudfront/src/commands/CreateContinuousDeploymentPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateContinuousDeploymentPolicyCommand.ts @@ -20,6 +20,10 @@ import { se_CreateContinuousDeploymentPolicyCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/CreateDistributionCommand.ts b/clients/client-cloudfront/src/commands/CreateDistributionCommand.ts index 64eddd5a31e11..fdceedb5ba4be 100644 --- a/clients/client-cloudfront/src/commands/CreateDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateDistributionCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateDistributionCommand, se_CreateDistributionCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/CreateDistributionWithTagsCommand.ts b/clients/client-cloudfront/src/commands/CreateDistributionWithTagsCommand.ts index ed7843845c98e..5fa91a9f8761a 100644 --- a/clients/client-cloudfront/src/commands/CreateDistributionWithTagsCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateDistributionWithTagsCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateDistributionWithTagsCommand, se_CreateDistributionWithTagsCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionConfigCommand.ts index 8931132593109..bbca015749403 100644 --- a/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionConfigCommand.ts @@ -20,6 +20,10 @@ import { se_CreateFieldLevelEncryptionConfigCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionProfileCommand.ts index 73b1fe058563a..6d7770aaba8b8 100644 --- a/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionProfileCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateFieldLevelEncryptionProfileCommand.ts @@ -20,6 +20,10 @@ import { se_CreateFieldLevelEncryptionProfileCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts b/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts index be2c6deff4f56..8393a7f5aae44 100644 --- a/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateFunctionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateFunctionCommand, se_CreateFunctionCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/CreateInvalidationCommand.ts b/clients/client-cloudfront/src/commands/CreateInvalidationCommand.ts index 4fe12a672ad00..6895df917745a 100644 --- a/clients/client-cloudfront/src/commands/CreateInvalidationCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateInvalidationCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateInvalidationRequest, CreateInvalidationResult } from "../models/models_0"; import { de_CreateInvalidationCommand, se_CreateInvalidationCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/CreateKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/CreateKeyGroupCommand.ts index 276b0ebcfe4bb..1c04d6ec5cced 100644 --- a/clients/client-cloudfront/src/commands/CreateKeyGroupCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateKeyGroupCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateKeyGroupRequest, CreateKeyGroupResult } from "../models/models_0"; import { de_CreateKeyGroupCommand, se_CreateKeyGroupCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts b/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts index 7384424e531b8..fa265fe50b274 100644 --- a/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateMonitoringSubscriptionCommand.ts @@ -20,6 +20,10 @@ import { se_CreateMonitoringSubscriptionCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/CreateOriginAccessControlCommand.ts b/clients/client-cloudfront/src/commands/CreateOriginAccessControlCommand.ts index 148f8551207cb..a42b99a37e98d 100644 --- a/clients/client-cloudfront/src/commands/CreateOriginAccessControlCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateOriginAccessControlCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateOriginAccessControlRequest, CreateOriginAccessControlResult } from "../models/models_0"; import { de_CreateOriginAccessControlCommand, se_CreateOriginAccessControlCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/CreateOriginRequestPolicyCommand.ts b/clients/client-cloudfront/src/commands/CreateOriginRequestPolicyCommand.ts index e41fc7a335255..9449c73798e50 100644 --- a/clients/client-cloudfront/src/commands/CreateOriginRequestPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateOriginRequestPolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateOriginRequestPolicyRequest, CreateOriginRequestPolicyResult } from "../models/models_0"; import { de_CreateOriginRequestPolicyCommand, se_CreateOriginRequestPolicyCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/CreatePublicKeyCommand.ts b/clients/client-cloudfront/src/commands/CreatePublicKeyCommand.ts index 22c65ef5a330d..528d05564ded9 100644 --- a/clients/client-cloudfront/src/commands/CreatePublicKeyCommand.ts +++ b/clients/client-cloudfront/src/commands/CreatePublicKeyCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreatePublicKeyRequest, CreatePublicKeyResult } from "../models/models_0"; import { de_CreatePublicKeyCommand, se_CreatePublicKeyCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/CreateRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/CreateRealtimeLogConfigCommand.ts index 5336fa0067141..7b84468542cee 100644 --- a/clients/client-cloudfront/src/commands/CreateRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateRealtimeLogConfigCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateRealtimeLogConfigRequest, CreateRealtimeLogConfigResult } from "../models/models_0"; import { de_CreateRealtimeLogConfigCommand, se_CreateRealtimeLogConfigCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/CreateResponseHeadersPolicyCommand.ts b/clients/client-cloudfront/src/commands/CreateResponseHeadersPolicyCommand.ts index dc3e9ad32c441..956408bc97ad5 100644 --- a/clients/client-cloudfront/src/commands/CreateResponseHeadersPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateResponseHeadersPolicyCommand.ts @@ -18,6 +18,10 @@ import { CreateResponseHeadersPolicyRequest } from "../models/models_0"; import { CreateResponseHeadersPolicyResult } from "../models/models_1"; import { de_CreateResponseHeadersPolicyCommand, se_CreateResponseHeadersPolicyCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/CreateStreamingDistributionCommand.ts b/clients/client-cloudfront/src/commands/CreateStreamingDistributionCommand.ts index 24e58406da5dc..65d2e80ec9c40 100644 --- a/clients/client-cloudfront/src/commands/CreateStreamingDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateStreamingDistributionCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateStreamingDistributionRequest, CreateStreamingDistributionResult } from "../models/models_1"; import { de_CreateStreamingDistributionCommand, se_CreateStreamingDistributionCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/CreateStreamingDistributionWithTagsCommand.ts b/clients/client-cloudfront/src/commands/CreateStreamingDistributionWithTagsCommand.ts index 87fd7dfbd00c0..ea9c79f1110b2 100644 --- a/clients/client-cloudfront/src/commands/CreateStreamingDistributionWithTagsCommand.ts +++ b/clients/client-cloudfront/src/commands/CreateStreamingDistributionWithTagsCommand.ts @@ -23,6 +23,10 @@ import { se_CreateStreamingDistributionWithTagsCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/DeleteCachePolicyCommand.ts b/clients/client-cloudfront/src/commands/DeleteCachePolicyCommand.ts index b51ab829f42d0..a823a91c4d97d 100644 --- a/clients/client-cloudfront/src/commands/DeleteCachePolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteCachePolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteCachePolicyRequest } from "../models/models_1"; import { de_DeleteCachePolicyCommand, se_DeleteCachePolicyCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/src/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts index 01ae1d4d13bf1..f8db21c9d61ca 100644 --- a/clients/client-cloudfront/src/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteCloudFrontOriginAccessIdentityCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteCloudFrontOriginAccessIdentityCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/DeleteContinuousDeploymentPolicyCommand.ts b/clients/client-cloudfront/src/commands/DeleteContinuousDeploymentPolicyCommand.ts index ec975f08dbd19..4b4408883d60e 100644 --- a/clients/client-cloudfront/src/commands/DeleteContinuousDeploymentPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteContinuousDeploymentPolicyCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteContinuousDeploymentPolicyCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/DeleteDistributionCommand.ts b/clients/client-cloudfront/src/commands/DeleteDistributionCommand.ts index 8d2a28c4238ea..94cdd63399c18 100644 --- a/clients/client-cloudfront/src/commands/DeleteDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteDistributionCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteDistributionRequest } from "../models/models_1"; import { de_DeleteDistributionCommand, se_DeleteDistributionCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionConfigCommand.ts index 0a66df6e586c6..0c62c136a5e3a 100644 --- a/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionConfigCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteFieldLevelEncryptionConfigCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionProfileCommand.ts index dc5c4e8ab2dfc..aa3c10a41db54 100644 --- a/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionProfileCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteFieldLevelEncryptionProfileCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteFieldLevelEncryptionProfileCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts b/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts index 4faa3df9d3e05..8fb82d3ca6c7e 100644 --- a/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteFunctionCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteFunctionRequest } from "../models/models_1"; import { de_DeleteFunctionCommand, se_DeleteFunctionCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/DeleteKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/DeleteKeyGroupCommand.ts index 0b880b690598c..0a1a7857bc329 100644 --- a/clients/client-cloudfront/src/commands/DeleteKeyGroupCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteKeyGroupCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteKeyGroupRequest } from "../models/models_1"; import { de_DeleteKeyGroupCommand, se_DeleteKeyGroupCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts b/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts index 93b85cc7e868c..c0ca178421dd1 100644 --- a/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteMonitoringSubscriptionCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteMonitoringSubscriptionCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/DeleteOriginAccessControlCommand.ts b/clients/client-cloudfront/src/commands/DeleteOriginAccessControlCommand.ts index 0c18750c7c8bc..b3066b24bcf20 100644 --- a/clients/client-cloudfront/src/commands/DeleteOriginAccessControlCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteOriginAccessControlCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteOriginAccessControlRequest } from "../models/models_1"; import { de_DeleteOriginAccessControlCommand, se_DeleteOriginAccessControlCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/DeleteOriginRequestPolicyCommand.ts b/clients/client-cloudfront/src/commands/DeleteOriginRequestPolicyCommand.ts index 17ba6a3faacaa..f5e66d536e710 100644 --- a/clients/client-cloudfront/src/commands/DeleteOriginRequestPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteOriginRequestPolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteOriginRequestPolicyRequest } from "../models/models_1"; import { de_DeleteOriginRequestPolicyCommand, se_DeleteOriginRequestPolicyCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/DeletePublicKeyCommand.ts b/clients/client-cloudfront/src/commands/DeletePublicKeyCommand.ts index da05a1989a2f1..ccb1065e78724 100644 --- a/clients/client-cloudfront/src/commands/DeletePublicKeyCommand.ts +++ b/clients/client-cloudfront/src/commands/DeletePublicKeyCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeletePublicKeyRequest } from "../models/models_1"; import { de_DeletePublicKeyCommand, se_DeletePublicKeyCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/DeleteRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/DeleteRealtimeLogConfigCommand.ts index c813ed8bd84a7..b945630653e59 100644 --- a/clients/client-cloudfront/src/commands/DeleteRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteRealtimeLogConfigCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteRealtimeLogConfigRequest } from "../models/models_1"; import { de_DeleteRealtimeLogConfigCommand, se_DeleteRealtimeLogConfigCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/DeleteResponseHeadersPolicyCommand.ts b/clients/client-cloudfront/src/commands/DeleteResponseHeadersPolicyCommand.ts index 7b4e5040bff52..bdcb01fee1e2d 100644 --- a/clients/client-cloudfront/src/commands/DeleteResponseHeadersPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteResponseHeadersPolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteResponseHeadersPolicyRequest } from "../models/models_1"; import { de_DeleteResponseHeadersPolicyCommand, se_DeleteResponseHeadersPolicyCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/DeleteStreamingDistributionCommand.ts b/clients/client-cloudfront/src/commands/DeleteStreamingDistributionCommand.ts index d5949185a2cc8..33b85207c7922 100644 --- a/clients/client-cloudfront/src/commands/DeleteStreamingDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/DeleteStreamingDistributionCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteStreamingDistributionRequest } from "../models/models_1"; import { de_DeleteStreamingDistributionCommand, se_DeleteStreamingDistributionCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts b/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts index a4e2d622d82cb..477cc3d44ef90 100644 --- a/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/DescribeFunctionCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeFunctionRequest, DescribeFunctionResult } from "../models/models_1"; import { de_DescribeFunctionCommand, se_DescribeFunctionCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetCachePolicyCommand.ts b/clients/client-cloudfront/src/commands/GetCachePolicyCommand.ts index c7db2e335a005..e0c7b26711da2 100644 --- a/clients/client-cloudfront/src/commands/GetCachePolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/GetCachePolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetCachePolicyRequest, GetCachePolicyResult } from "../models/models_1"; import { de_GetCachePolicyCommand, se_GetCachePolicyCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetCachePolicyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetCachePolicyConfigCommand.ts index 18342ed8f1702..0019259f2d0b8 100644 --- a/clients/client-cloudfront/src/commands/GetCachePolicyConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetCachePolicyConfigCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetCachePolicyConfigRequest, GetCachePolicyConfigResult } from "../models/models_1"; import { de_GetCachePolicyConfigCommand, se_GetCachePolicyConfigCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityCommand.ts index a421c0ed5fcd6..c862d73a48484 100644 --- a/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityCommand.ts +++ b/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityCommand.ts @@ -20,6 +20,10 @@ import { se_GetCloudFrontOriginAccessIdentityCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts b/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts index eb46bdfd79436..c08eaa278d5e2 100644 --- a/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetCloudFrontOriginAccessIdentityConfigCommand.ts @@ -23,6 +23,10 @@ import { se_GetCloudFrontOriginAccessIdentityConfigCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyCommand.ts b/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyCommand.ts index 167c41876a940..398f8d2a48b2b 100644 --- a/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyCommand.ts @@ -20,6 +20,10 @@ import { se_GetContinuousDeploymentPolicyCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyConfigCommand.ts index 177c79cb5f824..e3271ebb5d32b 100644 --- a/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetContinuousDeploymentPolicyConfigCommand.ts @@ -23,6 +23,10 @@ import { se_GetContinuousDeploymentPolicyConfigCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetDistributionCommand.ts b/clients/client-cloudfront/src/commands/GetDistributionCommand.ts index 1e28adb24e50b..87a4e8bc44bad 100644 --- a/clients/client-cloudfront/src/commands/GetDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetDistributionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_GetDistributionCommand, se_GetDistributionCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetDistributionConfigCommand.ts b/clients/client-cloudfront/src/commands/GetDistributionConfigCommand.ts index ec723c72a1284..a0f2967871d2c 100644 --- a/clients/client-cloudfront/src/commands/GetDistributionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetDistributionConfigCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_GetDistributionConfigCommand, se_GetDistributionConfigCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionCommand.ts b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionCommand.ts index 4ae01d0d51250..f8351d294ea9d 100644 --- a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetFieldLevelEncryptionRequest, GetFieldLevelEncryptionResult } from "../models/models_1"; import { de_GetFieldLevelEncryptionCommand, se_GetFieldLevelEncryptionCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionConfigCommand.ts index 5339bfaf15384..e3e82bdb3c46b 100644 --- a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionConfigCommand.ts @@ -20,6 +20,10 @@ import { se_GetFieldLevelEncryptionConfigCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileCommand.ts index dbf2ae1592d21..a0e422f76004b 100644 --- a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileCommand.ts +++ b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileCommand.ts @@ -20,6 +20,10 @@ import { se_GetFieldLevelEncryptionProfileCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileConfigCommand.ts b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileConfigCommand.ts index 0e63770dfc865..7b2a018eb9fa5 100644 --- a/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetFieldLevelEncryptionProfileConfigCommand.ts @@ -23,6 +23,10 @@ import { se_GetFieldLevelEncryptionProfileConfigCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetFunctionCommand.ts b/clients/client-cloudfront/src/commands/GetFunctionCommand.ts index 5636e55356f3c..8f7e9cb2154ec 100644 --- a/clients/client-cloudfront/src/commands/GetFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetFunctionCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetFunctionRequest, GetFunctionResult, GetFunctionResultFilterSensitiveLog } from "../models/models_1"; import { de_GetFunctionCommand, se_GetFunctionCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetInvalidationCommand.ts b/clients/client-cloudfront/src/commands/GetInvalidationCommand.ts index 31a1824e9e48e..8d8d2c6cacd4d 100644 --- a/clients/client-cloudfront/src/commands/GetInvalidationCommand.ts +++ b/clients/client-cloudfront/src/commands/GetInvalidationCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetInvalidationRequest, GetInvalidationResult } from "../models/models_1"; import { de_GetInvalidationCommand, se_GetInvalidationCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/GetKeyGroupCommand.ts index e1d9e221fd87b..a8ef9556fd475 100644 --- a/clients/client-cloudfront/src/commands/GetKeyGroupCommand.ts +++ b/clients/client-cloudfront/src/commands/GetKeyGroupCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetKeyGroupRequest, GetKeyGroupResult } from "../models/models_1"; import { de_GetKeyGroupCommand, se_GetKeyGroupCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetKeyGroupConfigCommand.ts b/clients/client-cloudfront/src/commands/GetKeyGroupConfigCommand.ts index 0c2776d2d83e2..8ab1989681d55 100644 --- a/clients/client-cloudfront/src/commands/GetKeyGroupConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetKeyGroupConfigCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetKeyGroupConfigRequest, GetKeyGroupConfigResult } from "../models/models_1"; import { de_GetKeyGroupConfigCommand, se_GetKeyGroupConfigCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts b/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts index e4f61a785b63c..3265b86eeb4a5 100644 --- a/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetMonitoringSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetMonitoringSubscriptionRequest, GetMonitoringSubscriptionResult } from "../models/models_1"; import { de_GetMonitoringSubscriptionCommand, se_GetMonitoringSubscriptionCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetOriginAccessControlCommand.ts b/clients/client-cloudfront/src/commands/GetOriginAccessControlCommand.ts index a090ebdb1a4ee..7b3c515c473ef 100644 --- a/clients/client-cloudfront/src/commands/GetOriginAccessControlCommand.ts +++ b/clients/client-cloudfront/src/commands/GetOriginAccessControlCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetOriginAccessControlRequest, GetOriginAccessControlResult } from "../models/models_1"; import { de_GetOriginAccessControlCommand, se_GetOriginAccessControlCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetOriginAccessControlConfigCommand.ts b/clients/client-cloudfront/src/commands/GetOriginAccessControlConfigCommand.ts index ab49b2d83557a..29e3d062f7378 100644 --- a/clients/client-cloudfront/src/commands/GetOriginAccessControlConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetOriginAccessControlConfigCommand.ts @@ -20,6 +20,10 @@ import { se_GetOriginAccessControlConfigCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetOriginRequestPolicyCommand.ts b/clients/client-cloudfront/src/commands/GetOriginRequestPolicyCommand.ts index 5792b7a3ac7a0..ded8fed4ccafc 100644 --- a/clients/client-cloudfront/src/commands/GetOriginRequestPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/GetOriginRequestPolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetOriginRequestPolicyRequest, GetOriginRequestPolicyResult } from "../models/models_1"; import { de_GetOriginRequestPolicyCommand, se_GetOriginRequestPolicyCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetOriginRequestPolicyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetOriginRequestPolicyConfigCommand.ts index d06a57f0aedae..93c55e195fc07 100644 --- a/clients/client-cloudfront/src/commands/GetOriginRequestPolicyConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetOriginRequestPolicyConfigCommand.ts @@ -20,6 +20,10 @@ import { se_GetOriginRequestPolicyConfigCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetPublicKeyCommand.ts b/clients/client-cloudfront/src/commands/GetPublicKeyCommand.ts index af13652867cfb..c395a3f6ae603 100644 --- a/clients/client-cloudfront/src/commands/GetPublicKeyCommand.ts +++ b/clients/client-cloudfront/src/commands/GetPublicKeyCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetPublicKeyRequest, GetPublicKeyResult } from "../models/models_1"; import { de_GetPublicKeyCommand, se_GetPublicKeyCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetPublicKeyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetPublicKeyConfigCommand.ts index ef81a7a468589..0bde3fd445575 100644 --- a/clients/client-cloudfront/src/commands/GetPublicKeyConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetPublicKeyConfigCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetPublicKeyConfigRequest, GetPublicKeyConfigResult } from "../models/models_1"; import { de_GetPublicKeyConfigCommand, se_GetPublicKeyConfigCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/GetRealtimeLogConfigCommand.ts index 6912fb4dd4f45..3bba7be1046e7 100644 --- a/clients/client-cloudfront/src/commands/GetRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetRealtimeLogConfigCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetRealtimeLogConfigRequest, GetRealtimeLogConfigResult } from "../models/models_1"; import { de_GetRealtimeLogConfigCommand, se_GetRealtimeLogConfigCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyCommand.ts b/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyCommand.ts index bf19a8b52b6f6..63a345062abb1 100644 --- a/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetResponseHeadersPolicyRequest, GetResponseHeadersPolicyResult } from "../models/models_1"; import { de_GetResponseHeadersPolicyCommand, se_GetResponseHeadersPolicyCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyConfigCommand.ts b/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyConfigCommand.ts index db3c29db98fad..b5a136059b4f5 100644 --- a/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetResponseHeadersPolicyConfigCommand.ts @@ -20,6 +20,10 @@ import { se_GetResponseHeadersPolicyConfigCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetStreamingDistributionCommand.ts b/clients/client-cloudfront/src/commands/GetStreamingDistributionCommand.ts index 11fc867ff5120..da22e6cc7268e 100644 --- a/clients/client-cloudfront/src/commands/GetStreamingDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/GetStreamingDistributionCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetStreamingDistributionRequest, GetStreamingDistributionResult } from "../models/models_1"; import { de_GetStreamingDistributionCommand, se_GetStreamingDistributionCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/GetStreamingDistributionConfigCommand.ts b/clients/client-cloudfront/src/commands/GetStreamingDistributionConfigCommand.ts index cdbf0a0217331..3869689724b76 100644 --- a/clients/client-cloudfront/src/commands/GetStreamingDistributionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/GetStreamingDistributionConfigCommand.ts @@ -20,6 +20,10 @@ import { se_GetStreamingDistributionConfigCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListCachePoliciesCommand.ts b/clients/client-cloudfront/src/commands/ListCachePoliciesCommand.ts index 8ee5b48a6d328..ae0c0a5fcc5dc 100644 --- a/clients/client-cloudfront/src/commands/ListCachePoliciesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListCachePoliciesCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListCachePoliciesRequest, ListCachePoliciesResult } from "../models/models_1"; import { de_ListCachePoliciesCommand, se_ListCachePoliciesCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts b/clients/client-cloudfront/src/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts index e4bc5d5681467..b785730972f57 100644 --- a/clients/client-cloudfront/src/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListCloudFrontOriginAccessIdentitiesCommand.ts @@ -23,6 +23,10 @@ import { se_ListCloudFrontOriginAccessIdentitiesCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListConflictingAliasesCommand.ts b/clients/client-cloudfront/src/commands/ListConflictingAliasesCommand.ts index 2a9207a7ca6c4..48d70af33cdeb 100644 --- a/clients/client-cloudfront/src/commands/ListConflictingAliasesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListConflictingAliasesCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListConflictingAliasesRequest, ListConflictingAliasesResult } from "../models/models_1"; import { de_ListConflictingAliasesCommand, se_ListConflictingAliasesCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListContinuousDeploymentPoliciesCommand.ts b/clients/client-cloudfront/src/commands/ListContinuousDeploymentPoliciesCommand.ts index dca8bd34adfca..ca25b8a4867d4 100644 --- a/clients/client-cloudfront/src/commands/ListContinuousDeploymentPoliciesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListContinuousDeploymentPoliciesCommand.ts @@ -20,6 +20,10 @@ import { se_ListContinuousDeploymentPoliciesCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByCachePolicyIdCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByCachePolicyIdCommand.ts index 2eb0f46621612..cdd127ee835f1 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByCachePolicyIdCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByCachePolicyIdCommand.ts @@ -20,6 +20,10 @@ import { se_ListDistributionsByCachePolicyIdCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByKeyGroupCommand.ts index 48c1e88f5b2c3..22d99f09c163e 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByKeyGroupCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByKeyGroupCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListDistributionsByKeyGroupRequest, ListDistributionsByKeyGroupResult } from "../models/models_1"; import { de_ListDistributionsByKeyGroupCommand, se_ListDistributionsByKeyGroupCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts index eddb97b366586..67126eea1cad8 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByOriginRequestPolicyIdCommand.ts @@ -23,6 +23,10 @@ import { se_ListDistributionsByOriginRequestPolicyIdCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByRealtimeLogConfigCommand.ts index c273302b51bc0..a6090c7604337 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByRealtimeLogConfigCommand.ts @@ -24,6 +24,10 @@ import { se_ListDistributionsByRealtimeLogConfigCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByResponseHeadersPolicyIdCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByResponseHeadersPolicyIdCommand.ts index ef28262f9cd9e..78ec3640e9874 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByResponseHeadersPolicyIdCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByResponseHeadersPolicyIdCommand.ts @@ -23,6 +23,10 @@ import { se_ListDistributionsByResponseHeadersPolicyIdCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListDistributionsByWebACLIdCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsByWebACLIdCommand.ts index ba89f30e62de0..433047663211f 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsByWebACLIdCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsByWebACLIdCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_ListDistributionsByWebACLIdCommand, se_ListDistributionsByWebACLIdCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListDistributionsCommand.ts b/clients/client-cloudfront/src/commands/ListDistributionsCommand.ts index 9ae0cdcb2b47c..9311eeca9e400 100644 --- a/clients/client-cloudfront/src/commands/ListDistributionsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListDistributionsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_ListDistributionsCommand, se_ListDistributionsCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionConfigsCommand.ts b/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionConfigsCommand.ts index 34aabb131a544..fa9d916267379 100644 --- a/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionConfigsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionConfigsCommand.ts @@ -20,6 +20,10 @@ import { se_ListFieldLevelEncryptionConfigsCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionProfilesCommand.ts b/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionProfilesCommand.ts index bc91d220d6463..72ddfc2d6405a 100644 --- a/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionProfilesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListFieldLevelEncryptionProfilesCommand.ts @@ -20,6 +20,10 @@ import { se_ListFieldLevelEncryptionProfilesCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts b/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts index 564686a395c9b..82399c44f4283 100644 --- a/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListFunctionsCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListFunctionsRequest, ListFunctionsResult } from "../models/models_1"; import { de_ListFunctionsCommand, se_ListFunctionsCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListInvalidationsCommand.ts b/clients/client-cloudfront/src/commands/ListInvalidationsCommand.ts index 5e376e113ad2c..1d39c834fe0c9 100644 --- a/clients/client-cloudfront/src/commands/ListInvalidationsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListInvalidationsCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListInvalidationsRequest, ListInvalidationsResult } from "../models/models_1"; import { de_ListInvalidationsCommand, se_ListInvalidationsCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListKeyGroupsCommand.ts b/clients/client-cloudfront/src/commands/ListKeyGroupsCommand.ts index f0b45fc9dba89..c90022e523a0e 100644 --- a/clients/client-cloudfront/src/commands/ListKeyGroupsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListKeyGroupsCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListKeyGroupsRequest, ListKeyGroupsResult } from "../models/models_1"; import { de_ListKeyGroupsCommand, se_ListKeyGroupsCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListOriginAccessControlsCommand.ts b/clients/client-cloudfront/src/commands/ListOriginAccessControlsCommand.ts index e7a1398d8d534..ff20f400d101d 100644 --- a/clients/client-cloudfront/src/commands/ListOriginAccessControlsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListOriginAccessControlsCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListOriginAccessControlsRequest, ListOriginAccessControlsResult } from "../models/models_1"; import { de_ListOriginAccessControlsCommand, se_ListOriginAccessControlsCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListOriginRequestPoliciesCommand.ts b/clients/client-cloudfront/src/commands/ListOriginRequestPoliciesCommand.ts index 67e67e3cabcad..8fcd07894eaf7 100644 --- a/clients/client-cloudfront/src/commands/ListOriginRequestPoliciesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListOriginRequestPoliciesCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListOriginRequestPoliciesRequest, ListOriginRequestPoliciesResult } from "../models/models_1"; import { de_ListOriginRequestPoliciesCommand, se_ListOriginRequestPoliciesCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListPublicKeysCommand.ts b/clients/client-cloudfront/src/commands/ListPublicKeysCommand.ts index f2ced5b7557b3..910b183f4eb41 100644 --- a/clients/client-cloudfront/src/commands/ListPublicKeysCommand.ts +++ b/clients/client-cloudfront/src/commands/ListPublicKeysCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListPublicKeysRequest, ListPublicKeysResult } from "../models/models_1"; import { de_ListPublicKeysCommand, se_ListPublicKeysCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListRealtimeLogConfigsCommand.ts b/clients/client-cloudfront/src/commands/ListRealtimeLogConfigsCommand.ts index 1d915de4b0792..03118ce3fe8a7 100644 --- a/clients/client-cloudfront/src/commands/ListRealtimeLogConfigsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListRealtimeLogConfigsCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListRealtimeLogConfigsRequest, ListRealtimeLogConfigsResult } from "../models/models_1"; import { de_ListRealtimeLogConfigsCommand, se_ListRealtimeLogConfigsCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListResponseHeadersPoliciesCommand.ts b/clients/client-cloudfront/src/commands/ListResponseHeadersPoliciesCommand.ts index d7f8b295d1878..f2421aa0aa928 100644 --- a/clients/client-cloudfront/src/commands/ListResponseHeadersPoliciesCommand.ts +++ b/clients/client-cloudfront/src/commands/ListResponseHeadersPoliciesCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListResponseHeadersPoliciesRequest, ListResponseHeadersPoliciesResult } from "../models/models_1"; import { de_ListResponseHeadersPoliciesCommand, se_ListResponseHeadersPoliciesCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListStreamingDistributionsCommand.ts b/clients/client-cloudfront/src/commands/ListStreamingDistributionsCommand.ts index 6f9d4be905864..cd069cd00be14 100644 --- a/clients/client-cloudfront/src/commands/ListStreamingDistributionsCommand.ts +++ b/clients/client-cloudfront/src/commands/ListStreamingDistributionsCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListStreamingDistributionsRequest, ListStreamingDistributionsResult } from "../models/models_1"; import { de_ListStreamingDistributionsCommand, se_ListStreamingDistributionsCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudfront/src/commands/ListTagsForResourceCommand.ts index 16a35a1d14b5f..c1b6bcde9cb69 100644 --- a/clients/client-cloudfront/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudfront/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_1"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts b/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts index a393b57588f8b..071b830ef9b8b 100644 --- a/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/PublishFunctionCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PublishFunctionRequest, PublishFunctionResult } from "../models/models_1"; import { de_PublishFunctionCommand, se_PublishFunctionCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/TagResourceCommand.ts b/clients/client-cloudfront/src/commands/TagResourceCommand.ts index 4f140c17d8db1..e629c41736c4a 100644 --- a/clients/client-cloudfront/src/commands/TagResourceCommand.ts +++ b/clients/client-cloudfront/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceRequest } from "../models/models_1"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/TestFunctionCommand.ts b/clients/client-cloudfront/src/commands/TestFunctionCommand.ts index 2433360cd80ee..ef6ede689ad5a 100644 --- a/clients/client-cloudfront/src/commands/TestFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/TestFunctionCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_1"; import { de_TestFunctionCommand, se_TestFunctionCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/UntagResourceCommand.ts b/clients/client-cloudfront/src/commands/UntagResourceCommand.ts index c35fadbb180f3..593a18e82e643 100644 --- a/clients/client-cloudfront/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloudfront/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceRequest } from "../models/models_1"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/UpdateCachePolicyCommand.ts b/clients/client-cloudfront/src/commands/UpdateCachePolicyCommand.ts index 2b10670911b67..0aa6874f85748 100644 --- a/clients/client-cloudfront/src/commands/UpdateCachePolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateCachePolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateCachePolicyRequest, UpdateCachePolicyResult } from "../models/models_1"; import { de_UpdateCachePolicyCommand, se_UpdateCachePolicyCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts b/clients/client-cloudfront/src/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts index 07aa075012b7e..3e373e3562420 100644 --- a/clients/client-cloudfront/src/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateCloudFrontOriginAccessIdentityCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateCloudFrontOriginAccessIdentityCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/UpdateContinuousDeploymentPolicyCommand.ts b/clients/client-cloudfront/src/commands/UpdateContinuousDeploymentPolicyCommand.ts index eec191e15b5e5..9189f756a7b4a 100644 --- a/clients/client-cloudfront/src/commands/UpdateContinuousDeploymentPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateContinuousDeploymentPolicyCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateContinuousDeploymentPolicyCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/UpdateDistributionCommand.ts b/clients/client-cloudfront/src/commands/UpdateDistributionCommand.ts index e8614c55c5d16..8471e4f570a27 100644 --- a/clients/client-cloudfront/src/commands/UpdateDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateDistributionCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_1"; import { de_UpdateDistributionCommand, se_UpdateDistributionCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/UpdateDistributionWithStagingConfigCommand.ts b/clients/client-cloudfront/src/commands/UpdateDistributionWithStagingConfigCommand.ts index 0e5f998c75b0c..c7d7a86559d1e 100644 --- a/clients/client-cloudfront/src/commands/UpdateDistributionWithStagingConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateDistributionWithStagingConfigCommand.ts @@ -24,6 +24,10 @@ import { se_UpdateDistributionWithStagingConfigCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionConfigCommand.ts b/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionConfigCommand.ts index 3ba7704adf6d2..784922a488d3e 100644 --- a/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionConfigCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateFieldLevelEncryptionConfigCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionProfileCommand.ts b/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionProfileCommand.ts index ecae6d7ecd1e8..c37f2ac49389f 100644 --- a/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionProfileCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateFieldLevelEncryptionProfileCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateFieldLevelEncryptionProfileCommand, } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts b/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts index bd15ff60c16de..80a0467a75647 100644 --- a/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateFunctionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_UpdateFunctionCommand, se_UpdateFunctionCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/UpdateKeyGroupCommand.ts b/clients/client-cloudfront/src/commands/UpdateKeyGroupCommand.ts index ed24b795b172b..2fc28785870f1 100644 --- a/clients/client-cloudfront/src/commands/UpdateKeyGroupCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateKeyGroupCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateKeyGroupRequest, UpdateKeyGroupResult } from "../models/models_1"; import { de_UpdateKeyGroupCommand, se_UpdateKeyGroupCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/UpdateOriginAccessControlCommand.ts b/clients/client-cloudfront/src/commands/UpdateOriginAccessControlCommand.ts index 15c92fc616ae0..45e6d38115746 100644 --- a/clients/client-cloudfront/src/commands/UpdateOriginAccessControlCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateOriginAccessControlCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateOriginAccessControlRequest, UpdateOriginAccessControlResult } from "../models/models_1"; import { de_UpdateOriginAccessControlCommand, se_UpdateOriginAccessControlCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/UpdateOriginRequestPolicyCommand.ts b/clients/client-cloudfront/src/commands/UpdateOriginRequestPolicyCommand.ts index 49ed3699dd809..db2dc49aca090 100644 --- a/clients/client-cloudfront/src/commands/UpdateOriginRequestPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateOriginRequestPolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateOriginRequestPolicyRequest, UpdateOriginRequestPolicyResult } from "../models/models_1"; import { de_UpdateOriginRequestPolicyCommand, se_UpdateOriginRequestPolicyCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/UpdatePublicKeyCommand.ts b/clients/client-cloudfront/src/commands/UpdatePublicKeyCommand.ts index bc75a21466943..5c633d249b30b 100644 --- a/clients/client-cloudfront/src/commands/UpdatePublicKeyCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdatePublicKeyCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdatePublicKeyRequest, UpdatePublicKeyResult } from "../models/models_1"; import { de_UpdatePublicKeyCommand, se_UpdatePublicKeyCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/UpdateRealtimeLogConfigCommand.ts b/clients/client-cloudfront/src/commands/UpdateRealtimeLogConfigCommand.ts index 402b583afd421..f3e681f08761f 100644 --- a/clients/client-cloudfront/src/commands/UpdateRealtimeLogConfigCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateRealtimeLogConfigCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateRealtimeLogConfigRequest, UpdateRealtimeLogConfigResult } from "../models/models_1"; import { de_UpdateRealtimeLogConfigCommand, se_UpdateRealtimeLogConfigCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/UpdateResponseHeadersPolicyCommand.ts b/clients/client-cloudfront/src/commands/UpdateResponseHeadersPolicyCommand.ts index f40f0104b90b4..f9a345e21a426 100644 --- a/clients/client-cloudfront/src/commands/UpdateResponseHeadersPolicyCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateResponseHeadersPolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateResponseHeadersPolicyRequest, UpdateResponseHeadersPolicyResult } from "../models/models_1"; import { de_UpdateResponseHeadersPolicyCommand, se_UpdateResponseHeadersPolicyCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/commands/UpdateStreamingDistributionCommand.ts b/clients/client-cloudfront/src/commands/UpdateStreamingDistributionCommand.ts index 00d2209646584..75e581c1f2c46 100644 --- a/clients/client-cloudfront/src/commands/UpdateStreamingDistributionCommand.ts +++ b/clients/client-cloudfront/src/commands/UpdateStreamingDistributionCommand.ts @@ -17,6 +17,10 @@ import { CloudFrontClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateStreamingDistributionRequest, UpdateStreamingDistributionResult } from "../models/models_1"; import { de_UpdateStreamingDistributionCommand, se_UpdateStreamingDistributionCommand } from "../protocols/Aws_restXml"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudfront/src/index.ts b/clients/client-cloudfront/src/index.ts index d7056dfa5ae35..1ce92b23ffe7a 100644 --- a/clients/client-cloudfront/src/index.ts +++ b/clients/client-cloudfront/src/index.ts @@ -1,9 +1,19 @@ -export * from "./CloudFront"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon CloudFront + *

This is the Amazon CloudFront API Reference. This guide is for developers + * who need detailed information about CloudFront API actions, data types, and errors. For + * detailed information about CloudFront features, see the + * Amazon CloudFront Developer Guide.

+ * + * @packageDocumentation + */ export * from "./CloudFrontClient"; +export * from "./CloudFront"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { CloudFrontServiceException } from "./models/CloudFrontServiceException"; diff --git a/clients/client-cloudfront/src/models/CloudFrontServiceException.ts b/clients/client-cloudfront/src/models/CloudFrontServiceException.ts index 0ec633bb3e223..74e28a502f427 100644 --- a/clients/client-cloudfront/src/models/CloudFrontServiceException.ts +++ b/clients/client-cloudfront/src/models/CloudFrontServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-cloudhsm-v2/src/CloudHSMV2Client.ts b/clients/client-cloudhsm-v2/src/CloudHSMV2Client.ts index 629e76aa38936..3961dcf13eeaa 100644 --- a/clients/client-cloudhsm-v2/src/CloudHSMV2Client.ts +++ b/clients/client-cloudhsm-v2/src/CloudHSMV2Client.ts @@ -77,6 +77,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -244,7 +246,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CloudHSMV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CloudHSMV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -263,7 +265,7 @@ export interface CloudHSMV2ClientConfig extends CloudHSMV2ClientConfigType {} /** * @public */ -type CloudHSMV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CloudHSMV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-cloudhsm-v2/src/commands/CopyBackupToRegionCommand.ts b/clients/client-cloudhsm-v2/src/commands/CopyBackupToRegionCommand.ts index 6a300cfcdc7e9..4e0706c21e3ac 100644 --- a/clients/client-cloudhsm-v2/src/commands/CopyBackupToRegionCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/CopyBackupToRegionCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CopyBackupToRegionRequest, CopyBackupToRegionResponse } from "../models/models_0"; import { de_CopyBackupToRegionCommand, se_CopyBackupToRegionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm-v2/src/commands/CreateClusterCommand.ts b/clients/client-cloudhsm-v2/src/commands/CreateClusterCommand.ts index d02b3d7b2443a..bb38c6db891d9 100644 --- a/clients/client-cloudhsm-v2/src/commands/CreateClusterCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/CreateClusterCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0"; import { de_CreateClusterCommand, se_CreateClusterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm-v2/src/commands/CreateHsmCommand.ts b/clients/client-cloudhsm-v2/src/commands/CreateHsmCommand.ts index 2c687279d7f97..a89b45542a260 100644 --- a/clients/client-cloudhsm-v2/src/commands/CreateHsmCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/CreateHsmCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateHsmRequest, CreateHsmResponse } from "../models/models_0"; import { de_CreateHsmCommand, se_CreateHsmCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm-v2/src/commands/DeleteBackupCommand.ts b/clients/client-cloudhsm-v2/src/commands/DeleteBackupCommand.ts index 23761cf305739..45a2f22ea771f 100644 --- a/clients/client-cloudhsm-v2/src/commands/DeleteBackupCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/DeleteBackupCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteBackupRequest, DeleteBackupResponse } from "../models/models_0"; import { de_DeleteBackupCommand, se_DeleteBackupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm-v2/src/commands/DeleteClusterCommand.ts b/clients/client-cloudhsm-v2/src/commands/DeleteClusterCommand.ts index 49f87dff54481..8aec8428f6cd5 100644 --- a/clients/client-cloudhsm-v2/src/commands/DeleteClusterCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/DeleteClusterCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0"; import { de_DeleteClusterCommand, se_DeleteClusterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm-v2/src/commands/DeleteHsmCommand.ts b/clients/client-cloudhsm-v2/src/commands/DeleteHsmCommand.ts index 1ed2d8112e00d..369e8642408c2 100644 --- a/clients/client-cloudhsm-v2/src/commands/DeleteHsmCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/DeleteHsmCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteHsmRequest, DeleteHsmResponse } from "../models/models_0"; import { de_DeleteHsmCommand, se_DeleteHsmCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm-v2/src/commands/DescribeBackupsCommand.ts b/clients/client-cloudhsm-v2/src/commands/DescribeBackupsCommand.ts index 54ce418e8be26..66110ec461541 100644 --- a/clients/client-cloudhsm-v2/src/commands/DescribeBackupsCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/DescribeBackupsCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeBackupsRequest, DescribeBackupsResponse } from "../models/models_0"; import { de_DescribeBackupsCommand, se_DescribeBackupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm-v2/src/commands/DescribeClustersCommand.ts b/clients/client-cloudhsm-v2/src/commands/DescribeClustersCommand.ts index 7bfb00099eab9..54b358fcc843f 100644 --- a/clients/client-cloudhsm-v2/src/commands/DescribeClustersCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/DescribeClustersCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeClustersRequest, DescribeClustersResponse } from "../models/models_0"; import { de_DescribeClustersCommand, se_DescribeClustersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm-v2/src/commands/InitializeClusterCommand.ts b/clients/client-cloudhsm-v2/src/commands/InitializeClusterCommand.ts index a98ceb81be531..4a5da0e502012 100644 --- a/clients/client-cloudhsm-v2/src/commands/InitializeClusterCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/InitializeClusterCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { InitializeClusterRequest, InitializeClusterResponse } from "../models/models_0"; import { de_InitializeClusterCommand, se_InitializeClusterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm-v2/src/commands/ListTagsCommand.ts b/clients/client-cloudhsm-v2/src/commands/ListTagsCommand.ts index 9d8617c4cde78..2ee884a34fe14 100644 --- a/clients/client-cloudhsm-v2/src/commands/ListTagsCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/ListTagsCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsRequest, ListTagsResponse } from "../models/models_0"; import { de_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm-v2/src/commands/ModifyBackupAttributesCommand.ts b/clients/client-cloudhsm-v2/src/commands/ModifyBackupAttributesCommand.ts index 13a6983084a2a..1a06103394548 100644 --- a/clients/client-cloudhsm-v2/src/commands/ModifyBackupAttributesCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/ModifyBackupAttributesCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ModifyBackupAttributesRequest, ModifyBackupAttributesResponse } from "../models/models_0"; import { de_ModifyBackupAttributesCommand, se_ModifyBackupAttributesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm-v2/src/commands/ModifyClusterCommand.ts b/clients/client-cloudhsm-v2/src/commands/ModifyClusterCommand.ts index 4fbc1fdffad6a..c91fe90fd87a4 100644 --- a/clients/client-cloudhsm-v2/src/commands/ModifyClusterCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/ModifyClusterCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ModifyClusterRequest, ModifyClusterResponse } from "../models/models_0"; import { de_ModifyClusterCommand, se_ModifyClusterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm-v2/src/commands/RestoreBackupCommand.ts b/clients/client-cloudhsm-v2/src/commands/RestoreBackupCommand.ts index b7a26fd14ed4f..8de098794fb00 100644 --- a/clients/client-cloudhsm-v2/src/commands/RestoreBackupCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/RestoreBackupCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { RestoreBackupRequest, RestoreBackupResponse } from "../models/models_0"; import { de_RestoreBackupCommand, se_RestoreBackupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm-v2/src/commands/TagResourceCommand.ts b/clients/client-cloudhsm-v2/src/commands/TagResourceCommand.ts index 7d8630f33405f..d1f5600b20bc2 100644 --- a/clients/client-cloudhsm-v2/src/commands/TagResourceCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm-v2/src/commands/UntagResourceCommand.ts b/clients/client-cloudhsm-v2/src/commands/UntagResourceCommand.ts index cddf90abec391..9a5250599f59d 100644 --- a/clients/client-cloudhsm-v2/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloudhsm-v2/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm-v2/src/index.ts b/clients/client-cloudhsm-v2/src/index.ts index 7dd7462a23941..352f5385986dc 100644 --- a/clients/client-cloudhsm-v2/src/index.ts +++ b/clients/client-cloudhsm-v2/src/index.ts @@ -1,8 +1,15 @@ -export * from "./CloudHSMV2"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

For more information about AWS CloudHSM, see AWS CloudHSM and the AWS + * CloudHSM User Guide.

+ * + * @packageDocumentation + */ export * from "./CloudHSMV2Client"; +export * from "./CloudHSMV2"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { CloudHSMV2ServiceException } from "./models/CloudHSMV2ServiceException"; diff --git a/clients/client-cloudhsm-v2/src/models/CloudHSMV2ServiceException.ts b/clients/client-cloudhsm-v2/src/models/CloudHSMV2ServiceException.ts index b5e0a3b65a93b..effaa362a4502 100644 --- a/clients/client-cloudhsm-v2/src/models/CloudHSMV2ServiceException.ts +++ b/clients/client-cloudhsm-v2/src/models/CloudHSMV2ServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-cloudhsm/src/CloudHSMClient.ts b/clients/client-cloudhsm/src/CloudHSMClient.ts index 5c120cc996a67..a1b5bd79ede55 100644 --- a/clients/client-cloudhsm/src/CloudHSMClient.ts +++ b/clients/client-cloudhsm/src/CloudHSMClient.ts @@ -85,6 +85,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -262,7 +264,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CloudHSMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CloudHSMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -281,7 +283,7 @@ export interface CloudHSMClientConfig extends CloudHSMClientConfigType {} /** * @public */ -type CloudHSMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CloudHSMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts b/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts index 681f1071ba61e..ddf9c065d064f 100644 --- a/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-cloudhsm/src/commands/AddTagsToResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { AddTagsToResourceRequest, AddTagsToResourceResponse } from "../models/models_0"; import { de_AddTagsToResourceCommand, se_AddTagsToResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts b/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts index 8b3d01acdcc94..49c94ac1700f0 100644 --- a/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts +++ b/clients/client-cloudhsm/src/commands/CreateHapgCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateHapgRequest, CreateHapgResponse } from "../models/models_0"; import { de_CreateHapgCommand, se_CreateHapgCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts b/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts index 67b3be898bc4e..18ab61a12fdfe 100644 --- a/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts +++ b/clients/client-cloudhsm/src/commands/CreateHsmCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateHsmRequest, CreateHsmResponse } from "../models/models_0"; import { de_CreateHsmCommand, se_CreateHsmCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts index 5dc642b1de44c..089e1a5bbd924 100644 --- a/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts +++ b/clients/client-cloudhsm/src/commands/CreateLunaClientCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateLunaClientRequest, CreateLunaClientResponse } from "../models/models_0"; import { de_CreateLunaClientCommand, se_CreateLunaClientCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts b/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts index e17695bb2f747..96aee11469bb2 100644 --- a/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts +++ b/clients/client-cloudhsm/src/commands/DeleteHapgCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteHapgRequest, DeleteHapgResponse } from "../models/models_0"; import { de_DeleteHapgCommand, se_DeleteHapgCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts b/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts index c3e9eeb3fd7cc..6ec8b939ea0cd 100644 --- a/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts +++ b/clients/client-cloudhsm/src/commands/DeleteHsmCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteHsmRequest, DeleteHsmResponse } from "../models/models_0"; import { de_DeleteHsmCommand, se_DeleteHsmCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts index ee7722167a1f2..3cb9d9a750c22 100644 --- a/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts +++ b/clients/client-cloudhsm/src/commands/DeleteLunaClientCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteLunaClientRequest, DeleteLunaClientResponse } from "../models/models_0"; import { de_DeleteLunaClientCommand, se_DeleteLunaClientCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts b/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts index 8a2770fa51406..ebf6c4261229a 100644 --- a/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts +++ b/clients/client-cloudhsm/src/commands/DescribeHapgCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeHapgRequest, DescribeHapgResponse } from "../models/models_0"; import { de_DescribeHapgCommand, se_DescribeHapgCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts b/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts index aed5fa9e07336..7cc9ca101b1a4 100644 --- a/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts +++ b/clients/client-cloudhsm/src/commands/DescribeHsmCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeHsmRequest, DescribeHsmResponse } from "../models/models_0"; import { de_DescribeHsmCommand, se_DescribeHsmCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts index 6aaf5d2a880e6..6193f57369fa8 100644 --- a/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts +++ b/clients/client-cloudhsm/src/commands/DescribeLunaClientCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeLunaClientRequest, DescribeLunaClientResponse } from "../models/models_0"; import { de_DescribeLunaClientCommand, se_DescribeLunaClientCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm/src/commands/GetConfigCommand.ts b/clients/client-cloudhsm/src/commands/GetConfigCommand.ts index 33ad9e689379e..33671a8f868cb 100644 --- a/clients/client-cloudhsm/src/commands/GetConfigCommand.ts +++ b/clients/client-cloudhsm/src/commands/GetConfigCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { GetConfigRequest, GetConfigResponse } from "../models/models_0"; import { de_GetConfigCommand, se_GetConfigCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts b/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts index a21cd174c9ac5..d0bb74e53b2cd 100644 --- a/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListAvailableZonesCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListAvailableZonesRequest, ListAvailableZonesResponse } from "../models/models_0"; import { de_ListAvailableZonesCommand, se_ListAvailableZonesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts b/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts index dbe165bbfb292..fda4a4723cbb4 100644 --- a/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListHapgsCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListHapgsRequest, ListHapgsResponse } from "../models/models_0"; import { de_ListHapgsCommand, se_ListHapgsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts b/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts index d2c9ba35bd54d..b625fc078a856 100644 --- a/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListHsmsCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListHsmsRequest, ListHsmsResponse } from "../models/models_0"; import { de_ListHsmsCommand, se_ListHsmsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts b/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts index 72fb13dcceb24..311dbdb2962db 100644 --- a/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListLunaClientsCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListLunaClientsRequest, ListLunaClientsResponse } from "../models/models_0"; import { de_ListLunaClientsCommand, se_ListLunaClientsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts index bd552a907e8c7..c6ca18fb9f0c2 100644 --- a/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudhsm/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts b/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts index 28e66385a1bb3..27bee1d8a20b5 100644 --- a/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts +++ b/clients/client-cloudhsm/src/commands/ModifyHapgCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ModifyHapgRequest, ModifyHapgResponse } from "../models/models_0"; import { de_ModifyHapgCommand, se_ModifyHapgCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts b/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts index 22b81ed06b184..0f8b5512e4e0e 100644 --- a/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts +++ b/clients/client-cloudhsm/src/commands/ModifyHsmCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ModifyHsmRequest, ModifyHsmResponse } from "../models/models_0"; import { de_ModifyHsmCommand, se_ModifyHsmCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts b/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts index e1aaa822ffb63..2febf42c0a795 100644 --- a/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts +++ b/clients/client-cloudhsm/src/commands/ModifyLunaClientCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ModifyLunaClientRequest, ModifyLunaClientResponse } from "../models/models_0"; import { de_ModifyLunaClientCommand, se_ModifyLunaClientCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts index 2c7fd9692c749..c3fe4557a58a8 100644 --- a/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-cloudhsm/src/commands/RemoveTagsFromResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { RemoveTagsFromResourceRequest, RemoveTagsFromResourceResponse } from "../models/models_0"; import { de_RemoveTagsFromResourceCommand, se_RemoveTagsFromResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudhsm/src/index.ts b/clients/client-cloudhsm/src/index.ts index 58eae164255e8..b45b18257d2ac 100644 --- a/clients/client-cloudhsm/src/index.ts +++ b/clients/client-cloudhsm/src/index.ts @@ -1,6 +1,22 @@ -export * from "./CloudHSM"; // smithy-typescript generated code +/* eslint-disable */ +/** + * AWS CloudHSM Service + *

This is documentation for AWS CloudHSM Classic. For + * more information, see AWS CloudHSM + * Classic FAQs, the AWS + * CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference.

+ *

+ * For information about the current version of AWS + * CloudHSM, see AWS CloudHSM, the + * AWS CloudHSM User Guide, + * and the AWS CloudHSM API + * Reference.

+ * + * @packageDocumentation + */ export * from "./CloudHSMClient"; +export * from "./CloudHSM"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-cloudhsm/src/models/CloudHSMServiceException.ts b/clients/client-cloudhsm/src/models/CloudHSMServiceException.ts index d368195adaeaa..091fe5506fcc5 100644 --- a/clients/client-cloudhsm/src/models/CloudHSMServiceException.ts +++ b/clients/client-cloudhsm/src/models/CloudHSMServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-cloudsearch-domain/src/CloudSearchDomainClient.ts b/clients/client-cloudsearch-domain/src/CloudSearchDomainClient.ts index 3fa1768640ce3..2725acc7bf780 100644 --- a/clients/client-cloudsearch-domain/src/CloudSearchDomainClient.ts +++ b/clients/client-cloudsearch-domain/src/CloudSearchDomainClient.ts @@ -62,6 +62,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -199,7 +201,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CloudSearchDomainClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CloudSearchDomainClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -218,7 +220,7 @@ export interface CloudSearchDomainClientConfig extends CloudSearchDomainClientCo /** * @public */ -type CloudSearchDomainClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CloudSearchDomainClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-cloudsearch-domain/src/commands/SearchCommand.ts b/clients/client-cloudsearch-domain/src/commands/SearchCommand.ts index fe8f4616fefbd..846842ff77d0f 100644 --- a/clients/client-cloudsearch-domain/src/commands/SearchCommand.ts +++ b/clients/client-cloudsearch-domain/src/commands/SearchCommand.ts @@ -21,6 +21,10 @@ import { import { SearchRequest, SearchResponse } from "../models/models_0"; import { de_SearchCommand, se_SearchCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch-domain/src/commands/SuggestCommand.ts b/clients/client-cloudsearch-domain/src/commands/SuggestCommand.ts index f612e16ab027b..23a4c45db8e3f 100644 --- a/clients/client-cloudsearch-domain/src/commands/SuggestCommand.ts +++ b/clients/client-cloudsearch-domain/src/commands/SuggestCommand.ts @@ -21,6 +21,10 @@ import { import { SuggestRequest, SuggestResponse } from "../models/models_0"; import { de_SuggestCommand, se_SuggestCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch-domain/src/commands/UploadDocumentsCommand.ts b/clients/client-cloudsearch-domain/src/commands/UploadDocumentsCommand.ts index f2df0acd797c6..f569a0e2c37fd 100644 --- a/clients/client-cloudsearch-domain/src/commands/UploadDocumentsCommand.ts +++ b/clients/client-cloudsearch-domain/src/commands/UploadDocumentsCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_UploadDocumentsCommand, se_UploadDocumentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch-domain/src/index.ts b/clients/client-cloudsearch-domain/src/index.ts index 32380583da694..9691b67c46599 100644 --- a/clients/client-cloudsearch-domain/src/index.ts +++ b/clients/client-cloudsearch-domain/src/index.ts @@ -1,6 +1,15 @@ -export * from "./CloudSearchDomain"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

You use the AmazonCloudSearch2013 API to upload documents to a search domain and search those documents.

+ * + *

The endpoints for submitting UploadDocuments, Search, and Suggest requests are domain-specific. To get the endpoints for your domain, use the Amazon CloudSearch configuration service DescribeDomains action. The domain endpoints are also displayed on the domain dashboard in the Amazon CloudSearch console. You submit suggest requests to the search endpoint.

+ *

For more information, see the Amazon CloudSearch Developer Guide.

+ * + * @packageDocumentation + */ export * from "./CloudSearchDomainClient"; +export * from "./CloudSearchDomain"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-cloudsearch-domain/src/models/CloudSearchDomainServiceException.ts b/clients/client-cloudsearch-domain/src/models/CloudSearchDomainServiceException.ts index 1089e7f4fd685..ef365de0e8c23 100644 --- a/clients/client-cloudsearch-domain/src/models/CloudSearchDomainServiceException.ts +++ b/clients/client-cloudsearch-domain/src/models/CloudSearchDomainServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-cloudsearch/src/CloudSearchClient.ts b/clients/client-cloudsearch/src/CloudSearchClient.ts index e7cb5c7f9fa9a..b30238197df76 100644 --- a/clients/client-cloudsearch/src/CloudSearchClient.ts +++ b/clients/client-cloudsearch/src/CloudSearchClient.ts @@ -124,6 +124,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -313,7 +315,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CloudSearchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CloudSearchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -332,7 +334,7 @@ export interface CloudSearchClientConfig extends CloudSearchClientConfigType {} /** * @public */ -type CloudSearchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CloudSearchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-cloudsearch/src/commands/BuildSuggestersCommand.ts b/clients/client-cloudsearch/src/commands/BuildSuggestersCommand.ts index 9f230a731cdde..1cd4c912450c9 100644 --- a/clients/client-cloudsearch/src/commands/BuildSuggestersCommand.ts +++ b/clients/client-cloudsearch/src/commands/BuildSuggestersCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { BuildSuggestersRequest, BuildSuggestersResponse } from "../models/models_0"; import { de_BuildSuggestersCommand, se_BuildSuggestersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/CreateDomainCommand.ts b/clients/client-cloudsearch/src/commands/CreateDomainCommand.ts index a27262c334019..82c891905f4a6 100644 --- a/clients/client-cloudsearch/src/commands/CreateDomainCommand.ts +++ b/clients/client-cloudsearch/src/commands/CreateDomainCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0"; import { de_CreateDomainCommand, se_CreateDomainCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/DefineAnalysisSchemeCommand.ts b/clients/client-cloudsearch/src/commands/DefineAnalysisSchemeCommand.ts index 32fef1a5f1438..641f156dd6435 100644 --- a/clients/client-cloudsearch/src/commands/DefineAnalysisSchemeCommand.ts +++ b/clients/client-cloudsearch/src/commands/DefineAnalysisSchemeCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DefineAnalysisSchemeRequest, DefineAnalysisSchemeResponse } from "../models/models_0"; import { de_DefineAnalysisSchemeCommand, se_DefineAnalysisSchemeCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/DefineExpressionCommand.ts b/clients/client-cloudsearch/src/commands/DefineExpressionCommand.ts index 344f6f7b7cba6..49af160dcd241 100644 --- a/clients/client-cloudsearch/src/commands/DefineExpressionCommand.ts +++ b/clients/client-cloudsearch/src/commands/DefineExpressionCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DefineExpressionRequest, DefineExpressionResponse } from "../models/models_0"; import { de_DefineExpressionCommand, se_DefineExpressionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/DefineIndexFieldCommand.ts b/clients/client-cloudsearch/src/commands/DefineIndexFieldCommand.ts index 107870f42aae4..73ca3b53825f3 100644 --- a/clients/client-cloudsearch/src/commands/DefineIndexFieldCommand.ts +++ b/clients/client-cloudsearch/src/commands/DefineIndexFieldCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DefineIndexFieldRequest, DefineIndexFieldResponse } from "../models/models_0"; import { de_DefineIndexFieldCommand, se_DefineIndexFieldCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/DefineSuggesterCommand.ts b/clients/client-cloudsearch/src/commands/DefineSuggesterCommand.ts index 2a3aa08ad918d..f2a5b4938a023 100644 --- a/clients/client-cloudsearch/src/commands/DefineSuggesterCommand.ts +++ b/clients/client-cloudsearch/src/commands/DefineSuggesterCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DefineSuggesterRequest, DefineSuggesterResponse } from "../models/models_0"; import { de_DefineSuggesterCommand, se_DefineSuggesterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/DeleteAnalysisSchemeCommand.ts b/clients/client-cloudsearch/src/commands/DeleteAnalysisSchemeCommand.ts index 7d6c0ac896880..671b0540e16b2 100644 --- a/clients/client-cloudsearch/src/commands/DeleteAnalysisSchemeCommand.ts +++ b/clients/client-cloudsearch/src/commands/DeleteAnalysisSchemeCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteAnalysisSchemeRequest, DeleteAnalysisSchemeResponse } from "../models/models_0"; import { de_DeleteAnalysisSchemeCommand, se_DeleteAnalysisSchemeCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/DeleteDomainCommand.ts b/clients/client-cloudsearch/src/commands/DeleteDomainCommand.ts index 1e8c403dbda52..cbc0ccf263301 100644 --- a/clients/client-cloudsearch/src/commands/DeleteDomainCommand.ts +++ b/clients/client-cloudsearch/src/commands/DeleteDomainCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0"; import { de_DeleteDomainCommand, se_DeleteDomainCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/DeleteExpressionCommand.ts b/clients/client-cloudsearch/src/commands/DeleteExpressionCommand.ts index 3af2c44cb9a8d..3cd162e76fa9d 100644 --- a/clients/client-cloudsearch/src/commands/DeleteExpressionCommand.ts +++ b/clients/client-cloudsearch/src/commands/DeleteExpressionCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteExpressionRequest, DeleteExpressionResponse } from "../models/models_0"; import { de_DeleteExpressionCommand, se_DeleteExpressionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/DeleteIndexFieldCommand.ts b/clients/client-cloudsearch/src/commands/DeleteIndexFieldCommand.ts index 2f4b3d74f4b36..33024a3a76b41 100644 --- a/clients/client-cloudsearch/src/commands/DeleteIndexFieldCommand.ts +++ b/clients/client-cloudsearch/src/commands/DeleteIndexFieldCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteIndexFieldRequest, DeleteIndexFieldResponse } from "../models/models_0"; import { de_DeleteIndexFieldCommand, se_DeleteIndexFieldCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/DeleteSuggesterCommand.ts b/clients/client-cloudsearch/src/commands/DeleteSuggesterCommand.ts index faf0c965b0646..2cfd459e6b92a 100644 --- a/clients/client-cloudsearch/src/commands/DeleteSuggesterCommand.ts +++ b/clients/client-cloudsearch/src/commands/DeleteSuggesterCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteSuggesterRequest, DeleteSuggesterResponse } from "../models/models_0"; import { de_DeleteSuggesterCommand, se_DeleteSuggesterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/DescribeAnalysisSchemesCommand.ts b/clients/client-cloudsearch/src/commands/DescribeAnalysisSchemesCommand.ts index 554071c799a92..27be7e9b61f9c 100644 --- a/clients/client-cloudsearch/src/commands/DescribeAnalysisSchemesCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeAnalysisSchemesCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeAnalysisSchemesRequest, DescribeAnalysisSchemesResponse } from "../models/models_0"; import { de_DescribeAnalysisSchemesCommand, se_DescribeAnalysisSchemesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/DescribeAvailabilityOptionsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeAvailabilityOptionsCommand.ts index 0414ccf837c4b..67fb4b00f7330 100644 --- a/clients/client-cloudsearch/src/commands/DescribeAvailabilityOptionsCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeAvailabilityOptionsCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeAvailabilityOptionsRequest, DescribeAvailabilityOptionsResponse } from "../models/models_0"; import { de_DescribeAvailabilityOptionsCommand, se_DescribeAvailabilityOptionsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/DescribeDomainEndpointOptionsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeDomainEndpointOptionsCommand.ts index 3ce1426e57f9a..aea3d256a883f 100644 --- a/clients/client-cloudsearch/src/commands/DescribeDomainEndpointOptionsCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeDomainEndpointOptionsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeDomainEndpointOptionsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/DescribeDomainsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeDomainsCommand.ts index 945a6e67874a9..e493821d5d1db 100644 --- a/clients/client-cloudsearch/src/commands/DescribeDomainsCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeDomainsCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeDomainsRequest, DescribeDomainsResponse } from "../models/models_0"; import { de_DescribeDomainsCommand, se_DescribeDomainsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/DescribeExpressionsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeExpressionsCommand.ts index 586ac2286d0f4..ab6e9178b5b96 100644 --- a/clients/client-cloudsearch/src/commands/DescribeExpressionsCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeExpressionsCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeExpressionsRequest, DescribeExpressionsResponse } from "../models/models_0"; import { de_DescribeExpressionsCommand, se_DescribeExpressionsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/DescribeIndexFieldsCommand.ts b/clients/client-cloudsearch/src/commands/DescribeIndexFieldsCommand.ts index 62991e49a47e7..948a13bedad06 100644 --- a/clients/client-cloudsearch/src/commands/DescribeIndexFieldsCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeIndexFieldsCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeIndexFieldsRequest, DescribeIndexFieldsResponse } from "../models/models_0"; import { de_DescribeIndexFieldsCommand, se_DescribeIndexFieldsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/DescribeScalingParametersCommand.ts b/clients/client-cloudsearch/src/commands/DescribeScalingParametersCommand.ts index 96e412a928b84..2a8d2d0e8b0b5 100644 --- a/clients/client-cloudsearch/src/commands/DescribeScalingParametersCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeScalingParametersCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeScalingParametersRequest, DescribeScalingParametersResponse } from "../models/models_0"; import { de_DescribeScalingParametersCommand, se_DescribeScalingParametersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/DescribeServiceAccessPoliciesCommand.ts b/clients/client-cloudsearch/src/commands/DescribeServiceAccessPoliciesCommand.ts index b3e24846cdd49..d86d1d48d6531 100644 --- a/clients/client-cloudsearch/src/commands/DescribeServiceAccessPoliciesCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeServiceAccessPoliciesCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeServiceAccessPoliciesCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/DescribeSuggestersCommand.ts b/clients/client-cloudsearch/src/commands/DescribeSuggestersCommand.ts index 22bd0caafc168..d41cb81588887 100644 --- a/clients/client-cloudsearch/src/commands/DescribeSuggestersCommand.ts +++ b/clients/client-cloudsearch/src/commands/DescribeSuggestersCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeSuggestersRequest, DescribeSuggestersResponse } from "../models/models_0"; import { de_DescribeSuggestersCommand, se_DescribeSuggestersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/IndexDocumentsCommand.ts b/clients/client-cloudsearch/src/commands/IndexDocumentsCommand.ts index 6b9dfd4a9da86..e168dfa5deb07 100644 --- a/clients/client-cloudsearch/src/commands/IndexDocumentsCommand.ts +++ b/clients/client-cloudsearch/src/commands/IndexDocumentsCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { IndexDocumentsRequest, IndexDocumentsResponse } from "../models/models_0"; import { de_IndexDocumentsCommand, se_IndexDocumentsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/ListDomainNamesCommand.ts b/clients/client-cloudsearch/src/commands/ListDomainNamesCommand.ts index 9d9ce3b792924..14ed8bd9db1b6 100644 --- a/clients/client-cloudsearch/src/commands/ListDomainNamesCommand.ts +++ b/clients/client-cloudsearch/src/commands/ListDomainNamesCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListDomainNamesResponse } from "../models/models_0"; import { de_ListDomainNamesCommand, se_ListDomainNamesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/UpdateAvailabilityOptionsCommand.ts b/clients/client-cloudsearch/src/commands/UpdateAvailabilityOptionsCommand.ts index ded13e1bc20a9..6be961cced0f3 100644 --- a/clients/client-cloudsearch/src/commands/UpdateAvailabilityOptionsCommand.ts +++ b/clients/client-cloudsearch/src/commands/UpdateAvailabilityOptionsCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateAvailabilityOptionsRequest, UpdateAvailabilityOptionsResponse } from "../models/models_0"; import { de_UpdateAvailabilityOptionsCommand, se_UpdateAvailabilityOptionsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/UpdateDomainEndpointOptionsCommand.ts b/clients/client-cloudsearch/src/commands/UpdateDomainEndpointOptionsCommand.ts index 295130a871f24..38846aa8fcfc0 100644 --- a/clients/client-cloudsearch/src/commands/UpdateDomainEndpointOptionsCommand.ts +++ b/clients/client-cloudsearch/src/commands/UpdateDomainEndpointOptionsCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateDomainEndpointOptionsRequest, UpdateDomainEndpointOptionsResponse } from "../models/models_0"; import { de_UpdateDomainEndpointOptionsCommand, se_UpdateDomainEndpointOptionsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/UpdateScalingParametersCommand.ts b/clients/client-cloudsearch/src/commands/UpdateScalingParametersCommand.ts index f0bf26c2dc158..9998b80ed001b 100644 --- a/clients/client-cloudsearch/src/commands/UpdateScalingParametersCommand.ts +++ b/clients/client-cloudsearch/src/commands/UpdateScalingParametersCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateScalingParametersRequest, UpdateScalingParametersResponse } from "../models/models_0"; import { de_UpdateScalingParametersCommand, se_UpdateScalingParametersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/commands/UpdateServiceAccessPoliciesCommand.ts b/clients/client-cloudsearch/src/commands/UpdateServiceAccessPoliciesCommand.ts index d732fe9bd6879..06d21cbeb02ba 100644 --- a/clients/client-cloudsearch/src/commands/UpdateServiceAccessPoliciesCommand.ts +++ b/clients/client-cloudsearch/src/commands/UpdateServiceAccessPoliciesCommand.ts @@ -17,6 +17,10 @@ import { CloudSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateServiceAccessPoliciesRequest, UpdateServiceAccessPoliciesResponse } from "../models/models_0"; import { de_UpdateServiceAccessPoliciesCommand, se_UpdateServiceAccessPoliciesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudsearch/src/index.ts b/clients/client-cloudsearch/src/index.ts index be4bf7b635db4..fd70e7aff9e3f 100644 --- a/clients/client-cloudsearch/src/index.ts +++ b/clients/client-cloudsearch/src/index.ts @@ -1,6 +1,18 @@ -export * from "./CloudSearch"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon CloudSearch Configuration Service + *

You use the Amazon CloudSearch configuration service to create, configure, and manage search domains. + * Configuration service requests are submitted using the AWS Query protocol. AWS Query requests + * are HTTP or HTTPS requests submitted via HTTP GET or POST with a query parameter named Action.

+ *

The endpoint for configuration service requests is region-specific: cloudsearch.region.amazonaws.com. + * For example, cloudsearch.us-east-1.amazonaws.com. For a current list of supported regions and endpoints, + * see Regions and Endpoints.

+ * + * @packageDocumentation + */ export * from "./CloudSearchClient"; +export * from "./CloudSearch"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-cloudsearch/src/models/CloudSearchServiceException.ts b/clients/client-cloudsearch/src/models/CloudSearchServiceException.ts index 24826e21d8577..3d85b7a063ec1 100644 --- a/clients/client-cloudsearch/src/models/CloudSearchServiceException.ts +++ b/clients/client-cloudsearch/src/models/CloudSearchServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-cloudtrail-data/src/CloudTrailDataClient.ts b/clients/client-cloudtrail-data/src/CloudTrailDataClient.ts index 2d6b6ba5f496e..2abe7a05f2485 100644 --- a/clients/client-cloudtrail-data/src/CloudTrailDataClient.ts +++ b/clients/client-cloudtrail-data/src/CloudTrailDataClient.ts @@ -60,6 +60,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -197,7 +199,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CloudTrailDataClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CloudTrailDataClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -216,7 +218,7 @@ export interface CloudTrailDataClientConfig extends CloudTrailDataClientConfigTy /** * @public */ -type CloudTrailDataClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CloudTrailDataClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-cloudtrail-data/src/commands/PutAuditEventsCommand.ts b/clients/client-cloudtrail-data/src/commands/PutAuditEventsCommand.ts index ba84e02adcbc2..1b7911df53a1c 100644 --- a/clients/client-cloudtrail-data/src/commands/PutAuditEventsCommand.ts +++ b/clients/client-cloudtrail-data/src/commands/PutAuditEventsCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { PutAuditEventsRequest, PutAuditEventsResponse } from "../models/models_0"; import { de_PutAuditEventsCommand, se_PutAuditEventsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail-data/src/index.ts b/clients/client-cloudtrail-data/src/index.ts index 4ae3eb9ecfd44..b7bc973d093a8 100644 --- a/clients/client-cloudtrail-data/src/index.ts +++ b/clients/client-cloudtrail-data/src/index.ts @@ -1,6 +1,17 @@ -export * from "./CloudTrailData"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The CloudTrail Data Service lets you ingest events into CloudTrail from any source in your + * hybrid environments, such as in-house or SaaS applications hosted on-premises or in the cloud, + * virtual machines, or containers. You can store, access, analyze, troubleshoot and take action on + * this data without maintaining multiple log aggregators and reporting tools. After you run + * PutAuditEvents to ingest your application activity into CloudTrail, you can use CloudTrail Lake to search, query, and analyze the data that is logged + * from your applications.

+ * + * @packageDocumentation + */ export * from "./CloudTrailDataClient"; +export * from "./CloudTrailData"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-cloudtrail-data/src/models/CloudTrailDataServiceException.ts b/clients/client-cloudtrail-data/src/models/CloudTrailDataServiceException.ts index a9bccc7cafe5e..314b73c879b9e 100644 --- a/clients/client-cloudtrail-data/src/models/CloudTrailDataServiceException.ts +++ b/clients/client-cloudtrail-data/src/models/CloudTrailDataServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-cloudtrail/src/CloudTrailClient.ts b/clients/client-cloudtrail/src/CloudTrailClient.ts index 4134e95f4b35a..65a197827bcca 100644 --- a/clients/client-cloudtrail/src/CloudTrailClient.ts +++ b/clients/client-cloudtrail/src/CloudTrailClient.ts @@ -133,6 +133,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -358,7 +360,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CloudTrailClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CloudTrailClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -377,7 +379,7 @@ export interface CloudTrailClientConfig extends CloudTrailClientConfigType {} /** * @public */ -type CloudTrailClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CloudTrailClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-cloudtrail/src/commands/AddTagsCommand.ts b/clients/client-cloudtrail/src/commands/AddTagsCommand.ts index 72a50a115c24a..a918e4000404c 100644 --- a/clients/client-cloudtrail/src/commands/AddTagsCommand.ts +++ b/clients/client-cloudtrail/src/commands/AddTagsCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { AddTagsRequest, AddTagsResponse } from "../models/models_0"; import { de_AddTagsCommand, se_AddTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/CancelQueryCommand.ts b/clients/client-cloudtrail/src/commands/CancelQueryCommand.ts index 80ebacc80bcb1..e03ef60bc3fc3 100644 --- a/clients/client-cloudtrail/src/commands/CancelQueryCommand.ts +++ b/clients/client-cloudtrail/src/commands/CancelQueryCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CancelQueryRequest, CancelQueryResponse } from "../models/models_0"; import { de_CancelQueryCommand, se_CancelQueryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/CreateChannelCommand.ts b/clients/client-cloudtrail/src/commands/CreateChannelCommand.ts index 60e938c71b5aa..8b6c47e3bfe0c 100644 --- a/clients/client-cloudtrail/src/commands/CreateChannelCommand.ts +++ b/clients/client-cloudtrail/src/commands/CreateChannelCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateChannelRequest, CreateChannelResponse } from "../models/models_0"; import { de_CreateChannelCommand, se_CreateChannelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/CreateEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/CreateEventDataStoreCommand.ts index f32d59e55eff6..167e4d65319c1 100644 --- a/clients/client-cloudtrail/src/commands/CreateEventDataStoreCommand.ts +++ b/clients/client-cloudtrail/src/commands/CreateEventDataStoreCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateEventDataStoreRequest, CreateEventDataStoreResponse } from "../models/models_0"; import { de_CreateEventDataStoreCommand, se_CreateEventDataStoreCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/CreateTrailCommand.ts b/clients/client-cloudtrail/src/commands/CreateTrailCommand.ts index f7fb3d519a2cb..6a8636ab1aa7f 100644 --- a/clients/client-cloudtrail/src/commands/CreateTrailCommand.ts +++ b/clients/client-cloudtrail/src/commands/CreateTrailCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateTrailRequest, CreateTrailResponse } from "../models/models_0"; import { de_CreateTrailCommand, se_CreateTrailCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/DeleteChannelCommand.ts b/clients/client-cloudtrail/src/commands/DeleteChannelCommand.ts index a29f3312d7e0e..927f357927dd1 100644 --- a/clients/client-cloudtrail/src/commands/DeleteChannelCommand.ts +++ b/clients/client-cloudtrail/src/commands/DeleteChannelCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_0"; import { de_DeleteChannelCommand, se_DeleteChannelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/DeleteEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/DeleteEventDataStoreCommand.ts index 16205f5d2a163..c5a333077ea47 100644 --- a/clients/client-cloudtrail/src/commands/DeleteEventDataStoreCommand.ts +++ b/clients/client-cloudtrail/src/commands/DeleteEventDataStoreCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteEventDataStoreRequest, DeleteEventDataStoreResponse } from "../models/models_0"; import { de_DeleteEventDataStoreCommand, se_DeleteEventDataStoreCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-cloudtrail/src/commands/DeleteResourcePolicyCommand.ts index a219ba6325e88..9eb6b4de1326c 100644 --- a/clients/client-cloudtrail/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-cloudtrail/src/commands/DeleteResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0"; import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/DeleteTrailCommand.ts b/clients/client-cloudtrail/src/commands/DeleteTrailCommand.ts index 7b90b0d713387..e924c1c01dd5c 100644 --- a/clients/client-cloudtrail/src/commands/DeleteTrailCommand.ts +++ b/clients/client-cloudtrail/src/commands/DeleteTrailCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteTrailRequest, DeleteTrailResponse } from "../models/models_0"; import { de_DeleteTrailCommand, se_DeleteTrailCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/DeregisterOrganizationDelegatedAdminCommand.ts b/clients/client-cloudtrail/src/commands/DeregisterOrganizationDelegatedAdminCommand.ts index ab316232d8e18..6727c373eabad 100644 --- a/clients/client-cloudtrail/src/commands/DeregisterOrganizationDelegatedAdminCommand.ts +++ b/clients/client-cloudtrail/src/commands/DeregisterOrganizationDelegatedAdminCommand.ts @@ -23,6 +23,10 @@ import { se_DeregisterOrganizationDelegatedAdminCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/DescribeQueryCommand.ts b/clients/client-cloudtrail/src/commands/DescribeQueryCommand.ts index 0000a18ad79b9..debbe6622cdac 100644 --- a/clients/client-cloudtrail/src/commands/DescribeQueryCommand.ts +++ b/clients/client-cloudtrail/src/commands/DescribeQueryCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeQueryRequest, DescribeQueryResponse } from "../models/models_0"; import { de_DescribeQueryCommand, se_DescribeQueryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/DescribeTrailsCommand.ts b/clients/client-cloudtrail/src/commands/DescribeTrailsCommand.ts index bdf54c00901f5..3d81aa9e3a094 100644 --- a/clients/client-cloudtrail/src/commands/DescribeTrailsCommand.ts +++ b/clients/client-cloudtrail/src/commands/DescribeTrailsCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeTrailsRequest, DescribeTrailsResponse } from "../models/models_0"; import { de_DescribeTrailsCommand, se_DescribeTrailsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/GetChannelCommand.ts b/clients/client-cloudtrail/src/commands/GetChannelCommand.ts index 26469e885e9fb..ac61b602c0dec 100644 --- a/clients/client-cloudtrail/src/commands/GetChannelCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetChannelCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetChannelRequest, GetChannelResponse } from "../models/models_0"; import { de_GetChannelCommand, se_GetChannelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/GetEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/GetEventDataStoreCommand.ts index b65faa52b239e..79ffbf3dfae68 100644 --- a/clients/client-cloudtrail/src/commands/GetEventDataStoreCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetEventDataStoreCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetEventDataStoreRequest, GetEventDataStoreResponse } from "../models/models_0"; import { de_GetEventDataStoreCommand, se_GetEventDataStoreCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/GetEventSelectorsCommand.ts b/clients/client-cloudtrail/src/commands/GetEventSelectorsCommand.ts index 84e6d08faf06c..20444005fa2ff 100644 --- a/clients/client-cloudtrail/src/commands/GetEventSelectorsCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetEventSelectorsCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetEventSelectorsRequest, GetEventSelectorsResponse } from "../models/models_0"; import { de_GetEventSelectorsCommand, se_GetEventSelectorsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/GetImportCommand.ts b/clients/client-cloudtrail/src/commands/GetImportCommand.ts index ba11cbb99a86c..156fb733d768f 100644 --- a/clients/client-cloudtrail/src/commands/GetImportCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetImportCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetImportRequest, GetImportResponse } from "../models/models_0"; import { de_GetImportCommand, se_GetImportCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/GetInsightSelectorsCommand.ts b/clients/client-cloudtrail/src/commands/GetInsightSelectorsCommand.ts index 66dc75cea079e..c10f2bfac0dec 100644 --- a/clients/client-cloudtrail/src/commands/GetInsightSelectorsCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetInsightSelectorsCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetInsightSelectorsRequest, GetInsightSelectorsResponse } from "../models/models_0"; import { de_GetInsightSelectorsCommand, se_GetInsightSelectorsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/GetQueryResultsCommand.ts b/clients/client-cloudtrail/src/commands/GetQueryResultsCommand.ts index 23c5bf3a40f89..85b0dbef02452 100644 --- a/clients/client-cloudtrail/src/commands/GetQueryResultsCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetQueryResultsCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetQueryResultsRequest, GetQueryResultsResponse } from "../models/models_0"; import { de_GetQueryResultsCommand, se_GetQueryResultsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/GetResourcePolicyCommand.ts b/clients/client-cloudtrail/src/commands/GetResourcePolicyCommand.ts index 42f1d51772ba3..c50b6f5eba0da 100644 --- a/clients/client-cloudtrail/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0"; import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/GetTrailCommand.ts b/clients/client-cloudtrail/src/commands/GetTrailCommand.ts index be0181e7d0b6c..d989e126313f3 100644 --- a/clients/client-cloudtrail/src/commands/GetTrailCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetTrailCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetTrailRequest, GetTrailResponse } from "../models/models_0"; import { de_GetTrailCommand, se_GetTrailCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/GetTrailStatusCommand.ts b/clients/client-cloudtrail/src/commands/GetTrailStatusCommand.ts index 6812a13329b35..04cd20da9b038 100644 --- a/clients/client-cloudtrail/src/commands/GetTrailStatusCommand.ts +++ b/clients/client-cloudtrail/src/commands/GetTrailStatusCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetTrailStatusRequest, GetTrailStatusResponse } from "../models/models_0"; import { de_GetTrailStatusCommand, se_GetTrailStatusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/ListChannelsCommand.ts b/clients/client-cloudtrail/src/commands/ListChannelsCommand.ts index f3b5fbce75901..81bedf398e9e4 100644 --- a/clients/client-cloudtrail/src/commands/ListChannelsCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListChannelsCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0"; import { de_ListChannelsCommand, se_ListChannelsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/ListEventDataStoresCommand.ts b/clients/client-cloudtrail/src/commands/ListEventDataStoresCommand.ts index 2c7cfe4ef9163..6ab5068db8488 100644 --- a/clients/client-cloudtrail/src/commands/ListEventDataStoresCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListEventDataStoresCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListEventDataStoresRequest, ListEventDataStoresResponse } from "../models/models_0"; import { de_ListEventDataStoresCommand, se_ListEventDataStoresCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/ListImportFailuresCommand.ts b/clients/client-cloudtrail/src/commands/ListImportFailuresCommand.ts index 74fb033750128..f308a52c25d09 100644 --- a/clients/client-cloudtrail/src/commands/ListImportFailuresCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListImportFailuresCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListImportFailuresRequest, ListImportFailuresResponse } from "../models/models_0"; import { de_ListImportFailuresCommand, se_ListImportFailuresCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/ListImportsCommand.ts b/clients/client-cloudtrail/src/commands/ListImportsCommand.ts index f85e58d71772a..e48d29c3fb791 100644 --- a/clients/client-cloudtrail/src/commands/ListImportsCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListImportsCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListImportsRequest, ListImportsResponse } from "../models/models_0"; import { de_ListImportsCommand, se_ListImportsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/ListPublicKeysCommand.ts b/clients/client-cloudtrail/src/commands/ListPublicKeysCommand.ts index e65f167b079b0..b1c37622ea851 100644 --- a/clients/client-cloudtrail/src/commands/ListPublicKeysCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListPublicKeysCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListPublicKeysRequest, ListPublicKeysResponse } from "../models/models_0"; import { de_ListPublicKeysCommand, se_ListPublicKeysCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/ListQueriesCommand.ts b/clients/client-cloudtrail/src/commands/ListQueriesCommand.ts index 4936283ab186d..db328d97420b5 100644 --- a/clients/client-cloudtrail/src/commands/ListQueriesCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListQueriesCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListQueriesRequest, ListQueriesResponse } from "../models/models_0"; import { de_ListQueriesCommand, se_ListQueriesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/ListTagsCommand.ts b/clients/client-cloudtrail/src/commands/ListTagsCommand.ts index 2e5cd9d1104ec..7a6b07ea323fc 100644 --- a/clients/client-cloudtrail/src/commands/ListTagsCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListTagsCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsRequest, ListTagsResponse } from "../models/models_0"; import { de_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/ListTrailsCommand.ts b/clients/client-cloudtrail/src/commands/ListTrailsCommand.ts index 6d02e5daf62fb..1ed8bba3f0040 100644 --- a/clients/client-cloudtrail/src/commands/ListTrailsCommand.ts +++ b/clients/client-cloudtrail/src/commands/ListTrailsCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTrailsRequest, ListTrailsResponse } from "../models/models_0"; import { de_ListTrailsCommand, se_ListTrailsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/LookupEventsCommand.ts b/clients/client-cloudtrail/src/commands/LookupEventsCommand.ts index b7159222b295d..c1b4af57fbbd6 100644 --- a/clients/client-cloudtrail/src/commands/LookupEventsCommand.ts +++ b/clients/client-cloudtrail/src/commands/LookupEventsCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { LookupEventsRequest, LookupEventsResponse } from "../models/models_0"; import { de_LookupEventsCommand, se_LookupEventsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/PutEventSelectorsCommand.ts b/clients/client-cloudtrail/src/commands/PutEventSelectorsCommand.ts index 947a0ceba9ac3..e888f02eafe31 100644 --- a/clients/client-cloudtrail/src/commands/PutEventSelectorsCommand.ts +++ b/clients/client-cloudtrail/src/commands/PutEventSelectorsCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutEventSelectorsRequest, PutEventSelectorsResponse } from "../models/models_0"; import { de_PutEventSelectorsCommand, se_PutEventSelectorsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/PutInsightSelectorsCommand.ts b/clients/client-cloudtrail/src/commands/PutInsightSelectorsCommand.ts index 387577f1ca6d6..89c45f0728c79 100644 --- a/clients/client-cloudtrail/src/commands/PutInsightSelectorsCommand.ts +++ b/clients/client-cloudtrail/src/commands/PutInsightSelectorsCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutInsightSelectorsRequest, PutInsightSelectorsResponse } from "../models/models_0"; import { de_PutInsightSelectorsCommand, se_PutInsightSelectorsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/PutResourcePolicyCommand.ts b/clients/client-cloudtrail/src/commands/PutResourcePolicyCommand.ts index cf8155b1cc4ee..8cf6a64a7f04c 100644 --- a/clients/client-cloudtrail/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-cloudtrail/src/commands/PutResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0"; import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/RegisterOrganizationDelegatedAdminCommand.ts b/clients/client-cloudtrail/src/commands/RegisterOrganizationDelegatedAdminCommand.ts index 41320b7206674..0a37ee7fa9679 100644 --- a/clients/client-cloudtrail/src/commands/RegisterOrganizationDelegatedAdminCommand.ts +++ b/clients/client-cloudtrail/src/commands/RegisterOrganizationDelegatedAdminCommand.ts @@ -23,6 +23,10 @@ import { se_RegisterOrganizationDelegatedAdminCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/RemoveTagsCommand.ts b/clients/client-cloudtrail/src/commands/RemoveTagsCommand.ts index 86a57072be322..86e9751f27812 100644 --- a/clients/client-cloudtrail/src/commands/RemoveTagsCommand.ts +++ b/clients/client-cloudtrail/src/commands/RemoveTagsCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { RemoveTagsRequest, RemoveTagsResponse } from "../models/models_0"; import { de_RemoveTagsCommand, se_RemoveTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/RestoreEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/RestoreEventDataStoreCommand.ts index 7bf7b6c1a4379..832fda21b4622 100644 --- a/clients/client-cloudtrail/src/commands/RestoreEventDataStoreCommand.ts +++ b/clients/client-cloudtrail/src/commands/RestoreEventDataStoreCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { RestoreEventDataStoreRequest, RestoreEventDataStoreResponse } from "../models/models_0"; import { de_RestoreEventDataStoreCommand, se_RestoreEventDataStoreCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/StartImportCommand.ts b/clients/client-cloudtrail/src/commands/StartImportCommand.ts index 45147f6e7cf95..dc57ee967f7e7 100644 --- a/clients/client-cloudtrail/src/commands/StartImportCommand.ts +++ b/clients/client-cloudtrail/src/commands/StartImportCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartImportRequest, StartImportResponse } from "../models/models_0"; import { de_StartImportCommand, se_StartImportCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/StartLoggingCommand.ts b/clients/client-cloudtrail/src/commands/StartLoggingCommand.ts index 5d6e33da151dd..1bf6891f8cf88 100644 --- a/clients/client-cloudtrail/src/commands/StartLoggingCommand.ts +++ b/clients/client-cloudtrail/src/commands/StartLoggingCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartLoggingRequest, StartLoggingResponse } from "../models/models_0"; import { de_StartLoggingCommand, se_StartLoggingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/StartQueryCommand.ts b/clients/client-cloudtrail/src/commands/StartQueryCommand.ts index 2a7836461acc1..c69e25b21f631 100644 --- a/clients/client-cloudtrail/src/commands/StartQueryCommand.ts +++ b/clients/client-cloudtrail/src/commands/StartQueryCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartQueryRequest, StartQueryResponse } from "../models/models_0"; import { de_StartQueryCommand, se_StartQueryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/StopImportCommand.ts b/clients/client-cloudtrail/src/commands/StopImportCommand.ts index 0fe6f1cdd881c..d817de77277ba 100644 --- a/clients/client-cloudtrail/src/commands/StopImportCommand.ts +++ b/clients/client-cloudtrail/src/commands/StopImportCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopImportRequest, StopImportResponse } from "../models/models_0"; import { de_StopImportCommand, se_StopImportCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/StopLoggingCommand.ts b/clients/client-cloudtrail/src/commands/StopLoggingCommand.ts index e140e171f0060..4604f3b5fa1f7 100644 --- a/clients/client-cloudtrail/src/commands/StopLoggingCommand.ts +++ b/clients/client-cloudtrail/src/commands/StopLoggingCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopLoggingRequest, StopLoggingResponse } from "../models/models_0"; import { de_StopLoggingCommand, se_StopLoggingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/UpdateChannelCommand.ts b/clients/client-cloudtrail/src/commands/UpdateChannelCommand.ts index 2dfde849a2f82..0a7b2f1f07d1c 100644 --- a/clients/client-cloudtrail/src/commands/UpdateChannelCommand.ts +++ b/clients/client-cloudtrail/src/commands/UpdateChannelCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0"; import { de_UpdateChannelCommand, se_UpdateChannelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/UpdateEventDataStoreCommand.ts b/clients/client-cloudtrail/src/commands/UpdateEventDataStoreCommand.ts index 2711538dc8bf9..e293fa30ae49d 100644 --- a/clients/client-cloudtrail/src/commands/UpdateEventDataStoreCommand.ts +++ b/clients/client-cloudtrail/src/commands/UpdateEventDataStoreCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateEventDataStoreRequest, UpdateEventDataStoreResponse } from "../models/models_0"; import { de_UpdateEventDataStoreCommand, se_UpdateEventDataStoreCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/commands/UpdateTrailCommand.ts b/clients/client-cloudtrail/src/commands/UpdateTrailCommand.ts index 98c17c8849925..792bef5d0bc53 100644 --- a/clients/client-cloudtrail/src/commands/UpdateTrailCommand.ts +++ b/clients/client-cloudtrail/src/commands/UpdateTrailCommand.ts @@ -17,6 +17,10 @@ import { CloudTrailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateTrailRequest, UpdateTrailResponse } from "../models/models_0"; import { de_UpdateTrailCommand, se_UpdateTrailCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudtrail/src/index.ts b/clients/client-cloudtrail/src/index.ts index 3b0b9f6610e60..a2f002af761fb 100644 --- a/clients/client-cloudtrail/src/index.ts +++ b/clients/client-cloudtrail/src/index.ts @@ -1,8 +1,29 @@ -export * from "./CloudTrail"; // smithy-typescript generated code +/* eslint-disable */ +/** + * CloudTrail + *

This is the CloudTrail API Reference. It provides descriptions of actions, data + * types, common parameters, and common errors for CloudTrail.

+ *

CloudTrail is a web service that records Amazon Web Services API calls for your + * Amazon Web Services account and delivers log files to an Amazon S3 bucket. The + * recorded information includes the identity of the user, the start time of the Amazon Web Services API call, the source IP address, the request parameters, and the response + * elements returned by the service.

+ * + *

As an alternative to the API, you can use one of the Amazon Web Services SDKs, which + * consist of libraries and sample code for various programming languages and platforms + * (Java, Ruby, .NET, iOS, Android, etc.). The SDKs provide programmatic access to CloudTrail. For example, the SDKs handle cryptographically signing requests, + * managing errors, and retrying requests automatically. For more information about the + * Amazon Web Services SDKs, including how to download and install them, see Tools to Build on Amazon Web Services.

+ *
+ *

See the CloudTrail + * User Guide for information about the data that is included with each Amazon Web Services API call listed in the log files.

+ * + * @packageDocumentation + */ export * from "./CloudTrailClient"; +export * from "./CloudTrail"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { CloudTrailServiceException } from "./models/CloudTrailServiceException"; diff --git a/clients/client-cloudtrail/src/models/CloudTrailServiceException.ts b/clients/client-cloudtrail/src/models/CloudTrailServiceException.ts index 3af95ceec0372..02853f53368fc 100644 --- a/clients/client-cloudtrail/src/models/CloudTrailServiceException.ts +++ b/clients/client-cloudtrail/src/models/CloudTrailServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-cloudwatch-events/src/CloudWatchEventsClient.ts b/clients/client-cloudwatch-events/src/CloudWatchEventsClient.ts index 3deeaec86dfc0..86c6340f8af7f 100644 --- a/clients/client-cloudwatch-events/src/CloudWatchEventsClient.ts +++ b/clients/client-cloudwatch-events/src/CloudWatchEventsClient.ts @@ -158,6 +158,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -397,7 +399,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CloudWatchEventsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CloudWatchEventsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -416,7 +418,7 @@ export interface CloudWatchEventsClientConfig extends CloudWatchEventsClientConf /** * @public */ -type CloudWatchEventsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CloudWatchEventsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-cloudwatch-events/src/commands/ActivateEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/ActivateEventSourceCommand.ts index aafec355da571..44ddf62182d90 100644 --- a/clients/client-cloudwatch-events/src/commands/ActivateEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ActivateEventSourceCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ActivateEventSourceRequest } from "../models/models_0"; import { de_ActivateEventSourceCommand, se_ActivateEventSourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/CancelReplayCommand.ts b/clients/client-cloudwatch-events/src/commands/CancelReplayCommand.ts index cfcbb286f02d4..3e07b552d84c3 100644 --- a/clients/client-cloudwatch-events/src/commands/CancelReplayCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CancelReplayCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CancelReplayRequest, CancelReplayResponse } from "../models/models_0"; import { de_CancelReplayCommand, se_CancelReplayCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/CreateApiDestinationCommand.ts b/clients/client-cloudwatch-events/src/commands/CreateApiDestinationCommand.ts index 8660a5b5cd9fe..b0faab4e7a04a 100644 --- a/clients/client-cloudwatch-events/src/commands/CreateApiDestinationCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CreateApiDestinationCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateApiDestinationRequest, CreateApiDestinationResponse } from "../models/models_0"; import { de_CreateApiDestinationCommand, se_CreateApiDestinationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/CreateArchiveCommand.ts b/clients/client-cloudwatch-events/src/commands/CreateArchiveCommand.ts index e5279448c6d6b..524f604533b2d 100644 --- a/clients/client-cloudwatch-events/src/commands/CreateArchiveCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CreateArchiveCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateArchiveRequest, CreateArchiveResponse } from "../models/models_0"; import { de_CreateArchiveCommand, se_CreateArchiveCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/CreateConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/CreateConnectionCommand.ts index 336f115b0e1a2..20507f727a919 100644 --- a/clients/client-cloudwatch-events/src/commands/CreateConnectionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CreateConnectionCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0"; import { de_CreateConnectionCommand, se_CreateConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/CreateEventBusCommand.ts b/clients/client-cloudwatch-events/src/commands/CreateEventBusCommand.ts index 589a234851936..c915c3326830b 100644 --- a/clients/client-cloudwatch-events/src/commands/CreateEventBusCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CreateEventBusCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateEventBusRequest, CreateEventBusResponse } from "../models/models_0"; import { de_CreateEventBusCommand, se_CreateEventBusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/CreatePartnerEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/CreatePartnerEventSourceCommand.ts index 0d52efeba46b3..927211d37c4aa 100644 --- a/clients/client-cloudwatch-events/src/commands/CreatePartnerEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/CreatePartnerEventSourceCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreatePartnerEventSourceRequest, CreatePartnerEventSourceResponse } from "../models/models_0"; import { de_CreatePartnerEventSourceCommand, se_CreatePartnerEventSourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/DeactivateEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/DeactivateEventSourceCommand.ts index 4d4f0ab3f598e..c561db919fdff 100644 --- a/clients/client-cloudwatch-events/src/commands/DeactivateEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeactivateEventSourceCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeactivateEventSourceRequest } from "../models/models_0"; import { de_DeactivateEventSourceCommand, se_DeactivateEventSourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/DeauthorizeConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/DeauthorizeConnectionCommand.ts index 5f9ed89e65451..69212859e5da5 100644 --- a/clients/client-cloudwatch-events/src/commands/DeauthorizeConnectionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeauthorizeConnectionCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeauthorizeConnectionRequest, DeauthorizeConnectionResponse } from "../models/models_0"; import { de_DeauthorizeConnectionCommand, se_DeauthorizeConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/DeleteApiDestinationCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteApiDestinationCommand.ts index 9dcc7c3a93857..f1e02e9dea37f 100644 --- a/clients/client-cloudwatch-events/src/commands/DeleteApiDestinationCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeleteApiDestinationCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteApiDestinationRequest, DeleteApiDestinationResponse } from "../models/models_0"; import { de_DeleteApiDestinationCommand, se_DeleteApiDestinationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/DeleteArchiveCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteArchiveCommand.ts index d20351c7c6ddc..f2c9d44b4e60f 100644 --- a/clients/client-cloudwatch-events/src/commands/DeleteArchiveCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeleteArchiveCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteArchiveRequest, DeleteArchiveResponse } from "../models/models_0"; import { de_DeleteArchiveCommand, se_DeleteArchiveCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/DeleteConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteConnectionCommand.ts index b77d59bfe365e..e23b371656977 100644 --- a/clients/client-cloudwatch-events/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeleteConnectionCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_0"; import { de_DeleteConnectionCommand, se_DeleteConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/DeleteEventBusCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteEventBusCommand.ts index 4080595faaeb2..eae9610f99e8a 100644 --- a/clients/client-cloudwatch-events/src/commands/DeleteEventBusCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeleteEventBusCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteEventBusRequest } from "../models/models_0"; import { de_DeleteEventBusCommand, se_DeleteEventBusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/DeletePartnerEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/DeletePartnerEventSourceCommand.ts index a38784bb47c51..99dcde44d5949 100644 --- a/clients/client-cloudwatch-events/src/commands/DeletePartnerEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeletePartnerEventSourceCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeletePartnerEventSourceRequest } from "../models/models_0"; import { de_DeletePartnerEventSourceCommand, se_DeletePartnerEventSourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/DeleteRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/DeleteRuleCommand.ts index b7839c819bd63..3e9a22d354377 100644 --- a/clients/client-cloudwatch-events/src/commands/DeleteRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DeleteRuleCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteRuleRequest } from "../models/models_0"; import { de_DeleteRuleCommand, se_DeleteRuleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/DescribeApiDestinationCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeApiDestinationCommand.ts index f4063c0bbcfd1..5f677f846a6c0 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeApiDestinationCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeApiDestinationCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeApiDestinationRequest, DescribeApiDestinationResponse } from "../models/models_0"; import { de_DescribeApiDestinationCommand, se_DescribeApiDestinationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/DescribeArchiveCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeArchiveCommand.ts index 8815e54e1eed6..a5763f6aca1f8 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeArchiveCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeArchiveCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeArchiveRequest, DescribeArchiveResponse } from "../models/models_0"; import { de_DescribeArchiveCommand, se_DescribeArchiveCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/DescribeConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeConnectionCommand.ts index 1436e186dddbb..f3ecbb19267dd 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeConnectionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeConnectionCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeConnectionRequest, DescribeConnectionResponse } from "../models/models_0"; import { de_DescribeConnectionCommand, se_DescribeConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/DescribeEventBusCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeEventBusCommand.ts index c755f255b8827..e9b6024519c4b 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeEventBusCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeEventBusCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeEventBusRequest, DescribeEventBusResponse } from "../models/models_0"; import { de_DescribeEventBusCommand, se_DescribeEventBusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/DescribeEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeEventSourceCommand.ts index ff4f75e8b579e..fcdb06ffd962e 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeEventSourceCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeEventSourceRequest, DescribeEventSourceResponse } from "../models/models_0"; import { de_DescribeEventSourceCommand, se_DescribeEventSourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/DescribePartnerEventSourceCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribePartnerEventSourceCommand.ts index ae8104d986234..1dacd96238198 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribePartnerEventSourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribePartnerEventSourceCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribePartnerEventSourceRequest, DescribePartnerEventSourceResponse } from "../models/models_0"; import { de_DescribePartnerEventSourceCommand, se_DescribePartnerEventSourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/DescribeReplayCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeReplayCommand.ts index 4bc1b7977c33a..307e28fbe219e 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeReplayCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeReplayCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeReplayRequest, DescribeReplayResponse } from "../models/models_0"; import { de_DescribeReplayCommand, se_DescribeReplayCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/DescribeRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/DescribeRuleCommand.ts index 9bfae6ba0716b..2f19328c1e598 100644 --- a/clients/client-cloudwatch-events/src/commands/DescribeRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DescribeRuleCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeRuleRequest, DescribeRuleResponse } from "../models/models_0"; import { de_DescribeRuleCommand, se_DescribeRuleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/DisableRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/DisableRuleCommand.ts index 3fde09508648f..3d606ba442d97 100644 --- a/clients/client-cloudwatch-events/src/commands/DisableRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/DisableRuleCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DisableRuleRequest } from "../models/models_0"; import { de_DisableRuleCommand, se_DisableRuleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/EnableRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/EnableRuleCommand.ts index f3f9a2e40e09c..d7201094f08eb 100644 --- a/clients/client-cloudwatch-events/src/commands/EnableRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/EnableRuleCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { EnableRuleRequest } from "../models/models_0"; import { de_EnableRuleCommand, se_EnableRuleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/ListApiDestinationsCommand.ts b/clients/client-cloudwatch-events/src/commands/ListApiDestinationsCommand.ts index 5d96c0b72e2fe..e74f5a355fedd 100644 --- a/clients/client-cloudwatch-events/src/commands/ListApiDestinationsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListApiDestinationsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListApiDestinationsRequest, ListApiDestinationsResponse } from "../models/models_0"; import { de_ListApiDestinationsCommand, se_ListApiDestinationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/ListArchivesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListArchivesCommand.ts index 93696d43449e3..7037a7357ae7e 100644 --- a/clients/client-cloudwatch-events/src/commands/ListArchivesCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListArchivesCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListArchivesRequest, ListArchivesResponse } from "../models/models_0"; import { de_ListArchivesCommand, se_ListArchivesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/ListConnectionsCommand.ts b/clients/client-cloudwatch-events/src/commands/ListConnectionsCommand.ts index 718aef377f663..5e63e700179c1 100644 --- a/clients/client-cloudwatch-events/src/commands/ListConnectionsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListConnectionsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListConnectionsRequest, ListConnectionsResponse } from "../models/models_0"; import { de_ListConnectionsCommand, se_ListConnectionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/ListEventBusesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListEventBusesCommand.ts index 673f5b35a7f95..28323b680385e 100644 --- a/clients/client-cloudwatch-events/src/commands/ListEventBusesCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListEventBusesCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListEventBusesRequest, ListEventBusesResponse } from "../models/models_0"; import { de_ListEventBusesCommand, se_ListEventBusesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/ListEventSourcesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListEventSourcesCommand.ts index 3b64abd48081d..48b2852981016 100644 --- a/clients/client-cloudwatch-events/src/commands/ListEventSourcesCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListEventSourcesCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListEventSourcesRequest, ListEventSourcesResponse } from "../models/models_0"; import { de_ListEventSourcesCommand, se_ListEventSourcesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourceAccountsCommand.ts b/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourceAccountsCommand.ts index 0587860057593..60f61e0de6118 100644 --- a/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourceAccountsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourceAccountsCommand.ts @@ -20,6 +20,10 @@ import { se_ListPartnerEventSourceAccountsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourcesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourcesCommand.ts index a0eb5e5123b2a..3826c2195f410 100644 --- a/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourcesCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListPartnerEventSourcesCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListPartnerEventSourcesRequest, ListPartnerEventSourcesResponse } from "../models/models_0"; import { de_ListPartnerEventSourcesCommand, se_ListPartnerEventSourcesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/ListReplaysCommand.ts b/clients/client-cloudwatch-events/src/commands/ListReplaysCommand.ts index 757050a4b03df..b2e49fd6aaa22 100644 --- a/clients/client-cloudwatch-events/src/commands/ListReplaysCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListReplaysCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListReplaysRequest, ListReplaysResponse } from "../models/models_0"; import { de_ListReplaysCommand, se_ListReplaysCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/ListRuleNamesByTargetCommand.ts b/clients/client-cloudwatch-events/src/commands/ListRuleNamesByTargetCommand.ts index 04a8bb239ccba..883589da2e474 100644 --- a/clients/client-cloudwatch-events/src/commands/ListRuleNamesByTargetCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListRuleNamesByTargetCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListRuleNamesByTargetRequest, ListRuleNamesByTargetResponse } from "../models/models_0"; import { de_ListRuleNamesByTargetCommand, se_ListRuleNamesByTargetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/ListRulesCommand.ts b/clients/client-cloudwatch-events/src/commands/ListRulesCommand.ts index 3ee70323a1dac..7ecfae7bb4a30 100644 --- a/clients/client-cloudwatch-events/src/commands/ListRulesCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListRulesCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListRulesRequest, ListRulesResponse } from "../models/models_0"; import { de_ListRulesCommand, se_ListRulesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudwatch-events/src/commands/ListTagsForResourceCommand.ts index bf94ff20ffec3..db40820559cdc 100644 --- a/clients/client-cloudwatch-events/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/ListTargetsByRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/ListTargetsByRuleCommand.ts index 93fc477b0d91d..2bdd317f44e2d 100644 --- a/clients/client-cloudwatch-events/src/commands/ListTargetsByRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/ListTargetsByRuleCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListTargetsByRuleRequest, ListTargetsByRuleResponse } from "../models/models_0"; import { de_ListTargetsByRuleCommand, se_ListTargetsByRuleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/PutEventsCommand.ts b/clients/client-cloudwatch-events/src/commands/PutEventsCommand.ts index e5c3e91cdcc1e..1ad3db3b8a3b6 100644 --- a/clients/client-cloudwatch-events/src/commands/PutEventsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/PutEventsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { PutEventsRequest, PutEventsResponse } from "../models/models_0"; import { de_PutEventsCommand, se_PutEventsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/PutPartnerEventsCommand.ts b/clients/client-cloudwatch-events/src/commands/PutPartnerEventsCommand.ts index 9af43b5f2e846..871f419016137 100644 --- a/clients/client-cloudwatch-events/src/commands/PutPartnerEventsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/PutPartnerEventsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { PutPartnerEventsRequest, PutPartnerEventsResponse } from "../models/models_0"; import { de_PutPartnerEventsCommand, se_PutPartnerEventsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/PutPermissionCommand.ts b/clients/client-cloudwatch-events/src/commands/PutPermissionCommand.ts index 89193ee85c5f2..02fe176e69893 100644 --- a/clients/client-cloudwatch-events/src/commands/PutPermissionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/PutPermissionCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { PutPermissionRequest } from "../models/models_0"; import { de_PutPermissionCommand, se_PutPermissionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/PutRuleCommand.ts b/clients/client-cloudwatch-events/src/commands/PutRuleCommand.ts index ddd2d3d508d52..9b8e8d7f67bb2 100644 --- a/clients/client-cloudwatch-events/src/commands/PutRuleCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/PutRuleCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { PutRuleRequest, PutRuleResponse } from "../models/models_0"; import { de_PutRuleCommand, se_PutRuleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/PutTargetsCommand.ts b/clients/client-cloudwatch-events/src/commands/PutTargetsCommand.ts index 86ee10c4c5f33..fdf3263b93f44 100644 --- a/clients/client-cloudwatch-events/src/commands/PutTargetsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/PutTargetsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { PutTargetsRequest, PutTargetsResponse } from "../models/models_0"; import { de_PutTargetsCommand, se_PutTargetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/RemovePermissionCommand.ts b/clients/client-cloudwatch-events/src/commands/RemovePermissionCommand.ts index e44e005958af4..7a9839d291f55 100644 --- a/clients/client-cloudwatch-events/src/commands/RemovePermissionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/RemovePermissionCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { RemovePermissionRequest } from "../models/models_0"; import { de_RemovePermissionCommand, se_RemovePermissionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/RemoveTargetsCommand.ts b/clients/client-cloudwatch-events/src/commands/RemoveTargetsCommand.ts index eab49bc35bc28..55d4d64b7fe60 100644 --- a/clients/client-cloudwatch-events/src/commands/RemoveTargetsCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/RemoveTargetsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { RemoveTargetsRequest, RemoveTargetsResponse } from "../models/models_0"; import { de_RemoveTargetsCommand, se_RemoveTargetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/StartReplayCommand.ts b/clients/client-cloudwatch-events/src/commands/StartReplayCommand.ts index 1f74b422c5976..af3fbe4ea036c 100644 --- a/clients/client-cloudwatch-events/src/commands/StartReplayCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/StartReplayCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { StartReplayRequest, StartReplayResponse } from "../models/models_0"; import { de_StartReplayCommand, se_StartReplayCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/TagResourceCommand.ts b/clients/client-cloudwatch-events/src/commands/TagResourceCommand.ts index b9cfa84204f75..427ab0067c1f7 100644 --- a/clients/client-cloudwatch-events/src/commands/TagResourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/TestEventPatternCommand.ts b/clients/client-cloudwatch-events/src/commands/TestEventPatternCommand.ts index da12699b5f653..79fd921ac0e57 100644 --- a/clients/client-cloudwatch-events/src/commands/TestEventPatternCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/TestEventPatternCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { TestEventPatternRequest, TestEventPatternResponse } from "../models/models_0"; import { de_TestEventPatternCommand, se_TestEventPatternCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/UntagResourceCommand.ts b/clients/client-cloudwatch-events/src/commands/UntagResourceCommand.ts index 58014ae33c781..188ae42e1d9ed 100644 --- a/clients/client-cloudwatch-events/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/UpdateApiDestinationCommand.ts b/clients/client-cloudwatch-events/src/commands/UpdateApiDestinationCommand.ts index 5c26786296781..83ae8a5788b96 100644 --- a/clients/client-cloudwatch-events/src/commands/UpdateApiDestinationCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/UpdateApiDestinationCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateApiDestinationRequest, UpdateApiDestinationResponse } from "../models/models_0"; import { de_UpdateApiDestinationCommand, se_UpdateApiDestinationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/UpdateArchiveCommand.ts b/clients/client-cloudwatch-events/src/commands/UpdateArchiveCommand.ts index bf3fff199d5a1..2b2d3c12c0099 100644 --- a/clients/client-cloudwatch-events/src/commands/UpdateArchiveCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/UpdateArchiveCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateArchiveRequest, UpdateArchiveResponse } from "../models/models_0"; import { de_UpdateArchiveCommand, se_UpdateArchiveCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/commands/UpdateConnectionCommand.ts b/clients/client-cloudwatch-events/src/commands/UpdateConnectionCommand.ts index e4da6882eb0e1..3cb44ae643c0e 100644 --- a/clients/client-cloudwatch-events/src/commands/UpdateConnectionCommand.ts +++ b/clients/client-cloudwatch-events/src/commands/UpdateConnectionCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateConnectionRequest, UpdateConnectionResponse } from "../models/models_0"; import { de_UpdateConnectionCommand, se_UpdateConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-events/src/index.ts b/clients/client-cloudwatch-events/src/index.ts index bdd3faa8cafd4..d88c51c7938de 100644 --- a/clients/client-cloudwatch-events/src/index.ts +++ b/clients/client-cloudwatch-events/src/index.ts @@ -1,6 +1,32 @@ -export * from "./CloudWatchEvents"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. When your + * resources change state, they automatically send events to an event stream. You can create + * rules that match selected events in the stream and route them to targets to take action. You + * can also use rules to take action on a predetermined schedule. For example, you can configure + * rules to:

+ *
    + *
  • + *

    Automatically invoke an Lambda function to update DNS entries when an event + * notifies you that Amazon EC2 instance enters the running state.

    + *
  • + *
  • + *

    Direct specific API records from CloudTrail to an Amazon Kinesis data stream for + * detailed analysis of potential security or availability risks.

    + *
  • + *
  • + *

    Periodically invoke a built-in target to create a snapshot of an Amazon EBS + * volume.

    + *
  • + *
+ *

For more information about the features of Amazon EventBridge, see the Amazon EventBridge User + * Guide.

+ * + * @packageDocumentation + */ export * from "./CloudWatchEventsClient"; +export * from "./CloudWatchEvents"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-cloudwatch-events/src/models/CloudWatchEventsServiceException.ts b/clients/client-cloudwatch-events/src/models/CloudWatchEventsServiceException.ts index aab72d3f7c92a..02de1acf1c6b3 100644 --- a/clients/client-cloudwatch-events/src/models/CloudWatchEventsServiceException.ts +++ b/clients/client-cloudwatch-events/src/models/CloudWatchEventsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-cloudwatch-logs/src/CloudWatchLogsClient.ts b/clients/client-cloudwatch-logs/src/CloudWatchLogsClient.ts index 709e21b4f5767..d54f7f89ab61a 100644 --- a/clients/client-cloudwatch-logs/src/CloudWatchLogsClient.ts +++ b/clients/client-cloudwatch-logs/src/CloudWatchLogsClient.ts @@ -155,6 +155,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -388,7 +390,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CloudWatchLogsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CloudWatchLogsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -407,7 +409,7 @@ export interface CloudWatchLogsClientConfig extends CloudWatchLogsClientConfigTy /** * @public */ -type CloudWatchLogsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CloudWatchLogsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-cloudwatch-logs/src/commands/AssociateKmsKeyCommand.ts b/clients/client-cloudwatch-logs/src/commands/AssociateKmsKeyCommand.ts index cd84a7b0425f9..785cb2c3a3e87 100644 --- a/clients/client-cloudwatch-logs/src/commands/AssociateKmsKeyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/AssociateKmsKeyCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { AssociateKmsKeyRequest } from "../models/models_0"; import { de_AssociateKmsKeyCommand, se_AssociateKmsKeyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/CancelExportTaskCommand.ts b/clients/client-cloudwatch-logs/src/commands/CancelExportTaskCommand.ts index 265475a97b3a1..584244e537537 100644 --- a/clients/client-cloudwatch-logs/src/commands/CancelExportTaskCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/CancelExportTaskCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CancelExportTaskRequest } from "../models/models_0"; import { de_CancelExportTaskCommand, se_CancelExportTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/CreateExportTaskCommand.ts b/clients/client-cloudwatch-logs/src/commands/CreateExportTaskCommand.ts index 520012a3e6a4b..744b932c1f773 100644 --- a/clients/client-cloudwatch-logs/src/commands/CreateExportTaskCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/CreateExportTaskCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateExportTaskRequest, CreateExportTaskResponse } from "../models/models_0"; import { de_CreateExportTaskCommand, se_CreateExportTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/CreateLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/CreateLogGroupCommand.ts index e713ddf201de7..40d4dd5d7b7a5 100644 --- a/clients/client-cloudwatch-logs/src/commands/CreateLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/CreateLogGroupCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateLogGroupRequest } from "../models/models_0"; import { de_CreateLogGroupCommand, se_CreateLogGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/CreateLogStreamCommand.ts b/clients/client-cloudwatch-logs/src/commands/CreateLogStreamCommand.ts index 02a3aa0125b2e..15122d5144ca9 100644 --- a/clients/client-cloudwatch-logs/src/commands/CreateLogStreamCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/CreateLogStreamCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateLogStreamRequest } from "../models/models_0"; import { de_CreateLogStreamCommand, se_CreateLogStreamCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteDataProtectionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteDataProtectionPolicyCommand.ts index f9d43aa259cb9..1686c0349dfa5 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteDataProtectionPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteDataProtectionPolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteDataProtectionPolicyRequest } from "../models/models_0"; import { de_DeleteDataProtectionPolicyCommand, se_DeleteDataProtectionPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteDestinationCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteDestinationCommand.ts index 604b5a72562bf..41deb40e46a76 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteDestinationCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteDestinationCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteDestinationRequest } from "../models/models_0"; import { de_DeleteDestinationCommand, se_DeleteDestinationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteLogGroupCommand.ts index 34f09e0b9d64f..cf4c5ea7e6c5b 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteLogGroupCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteLogGroupRequest } from "../models/models_0"; import { de_DeleteLogGroupCommand, se_DeleteLogGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteLogStreamCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteLogStreamCommand.ts index db278fa711553..2fd37d250689f 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteLogStreamCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteLogStreamCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteLogStreamRequest } from "../models/models_0"; import { de_DeleteLogStreamCommand, se_DeleteLogStreamCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteMetricFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteMetricFilterCommand.ts index 1f16fc2858270..07a9d3e005e25 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteMetricFilterCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteMetricFilterCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteMetricFilterRequest } from "../models/models_0"; import { de_DeleteMetricFilterCommand, se_DeleteMetricFilterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteQueryDefinitionCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteQueryDefinitionCommand.ts index 9353f32a130ef..a242682e880d0 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteQueryDefinitionCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteQueryDefinitionCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteQueryDefinitionRequest, DeleteQueryDefinitionResponse } from "../models/models_0"; import { de_DeleteQueryDefinitionCommand, se_DeleteQueryDefinitionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteResourcePolicyCommand.ts index 24942e853704a..4642f3b5d92b0 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteResourcePolicyRequest } from "../models/models_0"; import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteRetentionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteRetentionPolicyCommand.ts index 99f4507c5b226..d943c2cd71994 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteRetentionPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteRetentionPolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteRetentionPolicyRequest } from "../models/models_0"; import { de_DeleteRetentionPolicyCommand, se_DeleteRetentionPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/DeleteSubscriptionFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/DeleteSubscriptionFilterCommand.ts index 77b4a624990e5..63cd89cad737a 100644 --- a/clients/client-cloudwatch-logs/src/commands/DeleteSubscriptionFilterCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DeleteSubscriptionFilterCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteSubscriptionFilterRequest } from "../models/models_0"; import { de_DeleteSubscriptionFilterCommand, se_DeleteSubscriptionFilterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeDestinationsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeDestinationsCommand.ts index b453c2f4eaca4..b3679bb08a509 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeDestinationsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeDestinationsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeDestinationsRequest, DescribeDestinationsResponse } from "../models/models_0"; import { de_DescribeDestinationsCommand, se_DescribeDestinationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeExportTasksCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeExportTasksCommand.ts index 69c48ad357ea7..97e31f2ae00e3 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeExportTasksCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeExportTasksCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeExportTasksRequest, DescribeExportTasksResponse } from "../models/models_0"; import { de_DescribeExportTasksCommand, se_DescribeExportTasksCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeLogGroupsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeLogGroupsCommand.ts index 202dbeb3175b7..b85d29cc00b18 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeLogGroupsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeLogGroupsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeLogGroupsRequest, DescribeLogGroupsResponse } from "../models/models_0"; import { de_DescribeLogGroupsCommand, se_DescribeLogGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeLogStreamsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeLogStreamsCommand.ts index 73e6a248f83e5..e66e7ac4667c9 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeLogStreamsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeLogStreamsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeLogStreamsRequest, DescribeLogStreamsResponse } from "../models/models_0"; import { de_DescribeLogStreamsCommand, se_DescribeLogStreamsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeMetricFiltersCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeMetricFiltersCommand.ts index ed85b43b09d7c..37aee1c499632 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeMetricFiltersCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeMetricFiltersCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeMetricFiltersRequest, DescribeMetricFiltersResponse } from "../models/models_0"; import { de_DescribeMetricFiltersCommand, se_DescribeMetricFiltersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeQueriesCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeQueriesCommand.ts index 6cd88a926a59b..d7ab723ab5a3c 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeQueriesCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeQueriesCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeQueriesRequest, DescribeQueriesResponse } from "../models/models_0"; import { de_DescribeQueriesCommand, se_DescribeQueriesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeQueryDefinitionsCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeQueryDefinitionsCommand.ts index 13f8a8dead36e..f937995533783 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeQueryDefinitionsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeQueryDefinitionsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeQueryDefinitionsRequest, DescribeQueryDefinitionsResponse } from "../models/models_0"; import { de_DescribeQueryDefinitionsCommand, se_DescribeQueryDefinitionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeResourcePoliciesCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeResourcePoliciesCommand.ts index c0aff136037c6..d065898119ec7 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeResourcePoliciesCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeResourcePoliciesCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeResourcePoliciesRequest, DescribeResourcePoliciesResponse } from "../models/models_0"; import { de_DescribeResourcePoliciesCommand, se_DescribeResourcePoliciesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/DescribeSubscriptionFiltersCommand.ts b/clients/client-cloudwatch-logs/src/commands/DescribeSubscriptionFiltersCommand.ts index e3f0298a7e1f5..b10d05eda7a5b 100644 --- a/clients/client-cloudwatch-logs/src/commands/DescribeSubscriptionFiltersCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DescribeSubscriptionFiltersCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeSubscriptionFiltersRequest, DescribeSubscriptionFiltersResponse } from "../models/models_0"; import { de_DescribeSubscriptionFiltersCommand, se_DescribeSubscriptionFiltersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/DisassociateKmsKeyCommand.ts b/clients/client-cloudwatch-logs/src/commands/DisassociateKmsKeyCommand.ts index b9f385a2b0a52..cd56cfecb8a15 100644 --- a/clients/client-cloudwatch-logs/src/commands/DisassociateKmsKeyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/DisassociateKmsKeyCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DisassociateKmsKeyRequest } from "../models/models_0"; import { de_DisassociateKmsKeyCommand, se_DisassociateKmsKeyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/FilterLogEventsCommand.ts b/clients/client-cloudwatch-logs/src/commands/FilterLogEventsCommand.ts index 06adbfe127ba7..9ad4b6bc6fcca 100644 --- a/clients/client-cloudwatch-logs/src/commands/FilterLogEventsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/FilterLogEventsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { FilterLogEventsRequest, FilterLogEventsResponse } from "../models/models_0"; import { de_FilterLogEventsCommand, se_FilterLogEventsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/GetDataProtectionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetDataProtectionPolicyCommand.ts index 11427017c71d1..2c16138512337 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetDataProtectionPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetDataProtectionPolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetDataProtectionPolicyRequest, GetDataProtectionPolicyResponse } from "../models/models_0"; import { de_GetDataProtectionPolicyCommand, se_GetDataProtectionPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/GetLogEventsCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetLogEventsCommand.ts index 73ed9c98028e3..92634eafd348a 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetLogEventsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetLogEventsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetLogEventsRequest, GetLogEventsResponse } from "../models/models_0"; import { de_GetLogEventsCommand, se_GetLogEventsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/GetLogGroupFieldsCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetLogGroupFieldsCommand.ts index 445ccab727e8b..b7ce0e21f2635 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetLogGroupFieldsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetLogGroupFieldsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetLogGroupFieldsRequest, GetLogGroupFieldsResponse } from "../models/models_0"; import { de_GetLogGroupFieldsCommand, se_GetLogGroupFieldsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/GetLogRecordCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetLogRecordCommand.ts index 5c71437b30f29..86d3204e5ed7c 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetLogRecordCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetLogRecordCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetLogRecordRequest, GetLogRecordResponse } from "../models/models_0"; import { de_GetLogRecordCommand, se_GetLogRecordCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/GetQueryResultsCommand.ts b/clients/client-cloudwatch-logs/src/commands/GetQueryResultsCommand.ts index bcc2033b2b2d9..91d7f8f9435a1 100644 --- a/clients/client-cloudwatch-logs/src/commands/GetQueryResultsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/GetQueryResultsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetQueryResultsRequest, GetQueryResultsResponse } from "../models/models_0"; import { de_GetQueryResultsCommand, se_GetQueryResultsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/ListTagsForResourceCommand.ts index e76944d387b33..bc8bf8608846a 100644 --- a/clients/client-cloudwatch-logs/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts index c387ea2afcb5b..db1e5b69e1e30 100644 --- a/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/ListTagsLogGroupCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListTagsLogGroupRequest, ListTagsLogGroupResponse } from "../models/models_0"; import { de_ListTagsLogGroupCommand, se_ListTagsLogGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/PutDataProtectionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDataProtectionPolicyCommand.ts index 9afa9c362448b..ed648e6453064 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutDataProtectionPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutDataProtectionPolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { PutDataProtectionPolicyRequest, PutDataProtectionPolicyResponse } from "../models/models_0"; import { de_PutDataProtectionPolicyCommand, se_PutDataProtectionPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/PutDestinationCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDestinationCommand.ts index 4dc54e2df2e90..2223efc2822cf 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutDestinationCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutDestinationCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { PutDestinationRequest, PutDestinationResponse } from "../models/models_0"; import { de_PutDestinationCommand, se_PutDestinationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/PutDestinationPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutDestinationPolicyCommand.ts index b928027e1fd31..d1ac6952bafe9 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutDestinationPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutDestinationPolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { PutDestinationPolicyRequest } from "../models/models_0"; import { de_PutDestinationPolicyCommand, se_PutDestinationPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/PutLogEventsCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutLogEventsCommand.ts index a939e28f52b0f..57c1810ef4ead 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutLogEventsCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutLogEventsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { PutLogEventsRequest, PutLogEventsResponse } from "../models/models_0"; import { de_PutLogEventsCommand, se_PutLogEventsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/PutMetricFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutMetricFilterCommand.ts index 24ebc96e2a0c2..e5e6e97f6e31f 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutMetricFilterCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutMetricFilterCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { PutMetricFilterRequest } from "../models/models_0"; import { de_PutMetricFilterCommand, se_PutMetricFilterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/PutQueryDefinitionCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutQueryDefinitionCommand.ts index ddc4dbf54080c..f38e84ae53a84 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutQueryDefinitionCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutQueryDefinitionCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { PutQueryDefinitionRequest, PutQueryDefinitionResponse } from "../models/models_0"; import { de_PutQueryDefinitionCommand, se_PutQueryDefinitionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/PutResourcePolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutResourcePolicyCommand.ts index 7a96ff25a84f6..f4ce5ab52d83e 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0"; import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/PutRetentionPolicyCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutRetentionPolicyCommand.ts index 96dd3c7c7fa81..701621b4ddd90 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutRetentionPolicyCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutRetentionPolicyCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { PutRetentionPolicyRequest } from "../models/models_0"; import { de_PutRetentionPolicyCommand, se_PutRetentionPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/PutSubscriptionFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/PutSubscriptionFilterCommand.ts index 07ce6366b5956..65f9bc9861903 100644 --- a/clients/client-cloudwatch-logs/src/commands/PutSubscriptionFilterCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/PutSubscriptionFilterCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { PutSubscriptionFilterRequest } from "../models/models_0"; import { de_PutSubscriptionFilterCommand, se_PutSubscriptionFilterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/StartQueryCommand.ts b/clients/client-cloudwatch-logs/src/commands/StartQueryCommand.ts index a5b54e642f1b3..4eb5bd0481017 100644 --- a/clients/client-cloudwatch-logs/src/commands/StartQueryCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/StartQueryCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { StartQueryRequest, StartQueryResponse } from "../models/models_0"; import { de_StartQueryCommand, se_StartQueryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/StopQueryCommand.ts b/clients/client-cloudwatch-logs/src/commands/StopQueryCommand.ts index e20657643bf4d..669c473cc4121 100644 --- a/clients/client-cloudwatch-logs/src/commands/StopQueryCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/StopQueryCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { StopQueryRequest, StopQueryResponse } from "../models/models_0"; import { de_StopQueryCommand, se_StopQueryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts index e283424d9b203..9ae462dc240d5 100644 --- a/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/TagLogGroupCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { TagLogGroupRequest } from "../models/models_0"; import { de_TagLogGroupCommand, se_TagLogGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/TagResourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/TagResourceCommand.ts index 9a8378a5d45fb..b31a23b2e9459 100644 --- a/clients/client-cloudwatch-logs/src/commands/TagResourceCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { TagResourceRequest } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/TestMetricFilterCommand.ts b/clients/client-cloudwatch-logs/src/commands/TestMetricFilterCommand.ts index 560d0761b5389..b673564ffd02f 100644 --- a/clients/client-cloudwatch-logs/src/commands/TestMetricFilterCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/TestMetricFilterCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { TestMetricFilterRequest, TestMetricFilterResponse } from "../models/models_0"; import { de_TestMetricFilterCommand, se_TestMetricFilterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts b/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts index 8f190ebf0e8d6..c893c47f9d98b 100644 --- a/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/UntagLogGroupCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UntagLogGroupRequest } from "../models/models_0"; import { de_UntagLogGroupCommand, se_UntagLogGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/commands/UntagResourceCommand.ts b/clients/client-cloudwatch-logs/src/commands/UntagResourceCommand.ts index 819f699d8513f..4d6d6c5f45b54 100644 --- a/clients/client-cloudwatch-logs/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloudwatch-logs/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchLogsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch-logs/src/index.ts b/clients/client-cloudwatch-logs/src/index.ts index 47b988e3e8e8c..cf6dcd167ae64 100644 --- a/clients/client-cloudwatch-logs/src/index.ts +++ b/clients/client-cloudwatch-logs/src/index.ts @@ -1,8 +1,48 @@ -export * from "./CloudWatchLogs"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

You can use Amazon CloudWatch Logs to monitor, store, and access your log files from + * EC2 instances, CloudTrail, and other sources. You can then retrieve the associated + * log data from CloudWatch Logs using the CloudWatch console. Alternatively, you can use + * CloudWatch Logs commands in the Amazon Web Services CLI, CloudWatch Logs API, or CloudWatch + * Logs SDK.

+ *

You can use CloudWatch Logs to:

+ *
    + *
  • + *

    + * Monitor logs from EC2 instances in real time: You + * can use CloudWatch Logs to monitor applications and systems using log data. For example, + * CloudWatch Logs can track the number of errors that occur in your application logs. Then, + * it can send you a notification whenever the rate of errors exceeds a threshold that you + * specify. CloudWatch Logs uses your log data for monitoring so no code changes are + * required. For example, you can monitor application logs for specific literal terms (such + * as "NullReferenceException"). You can also count the number of occurrences of a literal + * term at a particular position in log data (such as "404" status codes in an Apache access + * log). When the term you are searching for is found, CloudWatch Logs reports the data to a + * CloudWatch metric that you specify.

    + *
  • + *
  • + *

    + * Monitor CloudTrail logged events: You can + * create alarms in CloudWatch and receive notifications of particular API activity as + * captured by CloudTrail. You can use the notification to perform troubleshooting.

    + *
  • + *
  • + *

    + * Archive log data: You can use CloudWatch Logs to + * store your log data in highly durable storage. You can change the log retention setting so + * that any log events earlier than this setting are automatically deleted. The CloudWatch + * Logs agent helps to quickly send both rotated and non-rotated log data off of a host and + * into the log service. You can then access the raw log data when you need it.

    + *
  • + *
+ * + * @packageDocumentation + */ export * from "./CloudWatchLogsClient"; +export * from "./CloudWatchLogs"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { CloudWatchLogsServiceException } from "./models/CloudWatchLogsServiceException"; diff --git a/clients/client-cloudwatch-logs/src/models/CloudWatchLogsServiceException.ts b/clients/client-cloudwatch-logs/src/models/CloudWatchLogsServiceException.ts index c0f0e8d126504..f749f6cf7842e 100644 --- a/clients/client-cloudwatch-logs/src/models/CloudWatchLogsServiceException.ts +++ b/clients/client-cloudwatch-logs/src/models/CloudWatchLogsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-cloudwatch/src/CloudWatchClient.ts b/clients/client-cloudwatch/src/CloudWatchClient.ts index 1669d69274a66..2ae6c62a0c49e 100644 --- a/clients/client-cloudwatch/src/CloudWatchClient.ts +++ b/clients/client-cloudwatch/src/CloudWatchClient.ts @@ -136,6 +136,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -349,7 +351,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CloudWatchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CloudWatchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -368,7 +370,7 @@ export interface CloudWatchClientConfig extends CloudWatchClientConfigType {} /** * @public */ -type CloudWatchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CloudWatchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-cloudwatch/src/commands/DeleteAlarmsCommand.ts b/clients/client-cloudwatch/src/commands/DeleteAlarmsCommand.ts index 43eed74102a17..0428bda6ec387 100644 --- a/clients/client-cloudwatch/src/commands/DeleteAlarmsCommand.ts +++ b/clients/client-cloudwatch/src/commands/DeleteAlarmsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteAlarmsInput } from "../models/models_0"; import { de_DeleteAlarmsCommand, se_DeleteAlarmsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/DeleteAnomalyDetectorCommand.ts b/clients/client-cloudwatch/src/commands/DeleteAnomalyDetectorCommand.ts index 89acc7d8d8b93..7ddbf7c226418 100644 --- a/clients/client-cloudwatch/src/commands/DeleteAnomalyDetectorCommand.ts +++ b/clients/client-cloudwatch/src/commands/DeleteAnomalyDetectorCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteAnomalyDetectorInput, DeleteAnomalyDetectorOutput } from "../models/models_0"; import { de_DeleteAnomalyDetectorCommand, se_DeleteAnomalyDetectorCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/DeleteDashboardsCommand.ts b/clients/client-cloudwatch/src/commands/DeleteDashboardsCommand.ts index 7e19e8467f803..a98a59c3ae10c 100644 --- a/clients/client-cloudwatch/src/commands/DeleteDashboardsCommand.ts +++ b/clients/client-cloudwatch/src/commands/DeleteDashboardsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteDashboardsInput, DeleteDashboardsOutput } from "../models/models_0"; import { de_DeleteDashboardsCommand, se_DeleteDashboardsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/DeleteInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/DeleteInsightRulesCommand.ts index e2aba78ba054c..07397a3de3eeb 100644 --- a/clients/client-cloudwatch/src/commands/DeleteInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/DeleteInsightRulesCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteInsightRulesInput, DeleteInsightRulesOutput } from "../models/models_0"; import { de_DeleteInsightRulesCommand, se_DeleteInsightRulesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/DeleteMetricStreamCommand.ts b/clients/client-cloudwatch/src/commands/DeleteMetricStreamCommand.ts index a90d8e3be3c2a..255bf32b13d69 100644 --- a/clients/client-cloudwatch/src/commands/DeleteMetricStreamCommand.ts +++ b/clients/client-cloudwatch/src/commands/DeleteMetricStreamCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteMetricStreamInput, DeleteMetricStreamOutput } from "../models/models_0"; import { de_DeleteMetricStreamCommand, se_DeleteMetricStreamCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/DescribeAlarmHistoryCommand.ts b/clients/client-cloudwatch/src/commands/DescribeAlarmHistoryCommand.ts index cdb67578da4b2..24842b0ef0995 100644 --- a/clients/client-cloudwatch/src/commands/DescribeAlarmHistoryCommand.ts +++ b/clients/client-cloudwatch/src/commands/DescribeAlarmHistoryCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeAlarmHistoryInput, DescribeAlarmHistoryOutput } from "../models/models_0"; import { de_DescribeAlarmHistoryCommand, se_DescribeAlarmHistoryCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/DescribeAlarmsCommand.ts b/clients/client-cloudwatch/src/commands/DescribeAlarmsCommand.ts index c63c805613599..3e66e20efdb1c 100644 --- a/clients/client-cloudwatch/src/commands/DescribeAlarmsCommand.ts +++ b/clients/client-cloudwatch/src/commands/DescribeAlarmsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeAlarmsInput, DescribeAlarmsOutput } from "../models/models_0"; import { de_DescribeAlarmsCommand, se_DescribeAlarmsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/DescribeAlarmsForMetricCommand.ts b/clients/client-cloudwatch/src/commands/DescribeAlarmsForMetricCommand.ts index a26e819c61810..1f1eeb85860c5 100644 --- a/clients/client-cloudwatch/src/commands/DescribeAlarmsForMetricCommand.ts +++ b/clients/client-cloudwatch/src/commands/DescribeAlarmsForMetricCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeAlarmsForMetricInput, DescribeAlarmsForMetricOutput } from "../models/models_0"; import { de_DescribeAlarmsForMetricCommand, se_DescribeAlarmsForMetricCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/DescribeAnomalyDetectorsCommand.ts b/clients/client-cloudwatch/src/commands/DescribeAnomalyDetectorsCommand.ts index 0e53b1afdf993..56557c3818396 100644 --- a/clients/client-cloudwatch/src/commands/DescribeAnomalyDetectorsCommand.ts +++ b/clients/client-cloudwatch/src/commands/DescribeAnomalyDetectorsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeAnomalyDetectorsInput, DescribeAnomalyDetectorsOutput } from "../models/models_0"; import { de_DescribeAnomalyDetectorsCommand, se_DescribeAnomalyDetectorsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/DescribeInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/DescribeInsightRulesCommand.ts index 0bb3d14dac7d3..7bcc5a0c53e58 100644 --- a/clients/client-cloudwatch/src/commands/DescribeInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/DescribeInsightRulesCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeInsightRulesInput, DescribeInsightRulesOutput } from "../models/models_0"; import { de_DescribeInsightRulesCommand, se_DescribeInsightRulesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/DisableAlarmActionsCommand.ts b/clients/client-cloudwatch/src/commands/DisableAlarmActionsCommand.ts index 0ff4dfbf0d501..06ba88727ea87 100644 --- a/clients/client-cloudwatch/src/commands/DisableAlarmActionsCommand.ts +++ b/clients/client-cloudwatch/src/commands/DisableAlarmActionsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DisableAlarmActionsInput } from "../models/models_0"; import { de_DisableAlarmActionsCommand, se_DisableAlarmActionsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/DisableInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/DisableInsightRulesCommand.ts index fdb076e6c9938..8a574098913e3 100644 --- a/clients/client-cloudwatch/src/commands/DisableInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/DisableInsightRulesCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DisableInsightRulesInput, DisableInsightRulesOutput } from "../models/models_0"; import { de_DisableInsightRulesCommand, se_DisableInsightRulesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/EnableAlarmActionsCommand.ts b/clients/client-cloudwatch/src/commands/EnableAlarmActionsCommand.ts index 8be12f66eaf9f..20335a1a7ac48 100644 --- a/clients/client-cloudwatch/src/commands/EnableAlarmActionsCommand.ts +++ b/clients/client-cloudwatch/src/commands/EnableAlarmActionsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { EnableAlarmActionsInput } from "../models/models_0"; import { de_EnableAlarmActionsCommand, se_EnableAlarmActionsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/EnableInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/EnableInsightRulesCommand.ts index 09a1799105036..f2110bbc9d06b 100644 --- a/clients/client-cloudwatch/src/commands/EnableInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/EnableInsightRulesCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { EnableInsightRulesInput, EnableInsightRulesOutput } from "../models/models_0"; import { de_EnableInsightRulesCommand, se_EnableInsightRulesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/GetDashboardCommand.ts b/clients/client-cloudwatch/src/commands/GetDashboardCommand.ts index eb9da2e9440c0..5091cc14bf5c9 100644 --- a/clients/client-cloudwatch/src/commands/GetDashboardCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetDashboardCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDashboardInput, GetDashboardOutput } from "../models/models_0"; import { de_GetDashboardCommand, se_GetDashboardCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/GetInsightRuleReportCommand.ts b/clients/client-cloudwatch/src/commands/GetInsightRuleReportCommand.ts index 9cfcf53462dc2..390ec11051e22 100644 --- a/clients/client-cloudwatch/src/commands/GetInsightRuleReportCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetInsightRuleReportCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetInsightRuleReportInput, GetInsightRuleReportOutput } from "../models/models_0"; import { de_GetInsightRuleReportCommand, se_GetInsightRuleReportCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/GetMetricDataCommand.ts b/clients/client-cloudwatch/src/commands/GetMetricDataCommand.ts index d215678bc9b88..69d4eeed75fb9 100644 --- a/clients/client-cloudwatch/src/commands/GetMetricDataCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetMetricDataCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetMetricDataInput, GetMetricDataOutput } from "../models/models_0"; import { de_GetMetricDataCommand, se_GetMetricDataCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/GetMetricStatisticsCommand.ts b/clients/client-cloudwatch/src/commands/GetMetricStatisticsCommand.ts index c7aebebddbb3a..db49d20b1bb1c 100644 --- a/clients/client-cloudwatch/src/commands/GetMetricStatisticsCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetMetricStatisticsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetMetricStatisticsInput, GetMetricStatisticsOutput } from "../models/models_0"; import { de_GetMetricStatisticsCommand, se_GetMetricStatisticsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/GetMetricStreamCommand.ts b/clients/client-cloudwatch/src/commands/GetMetricStreamCommand.ts index 6599be5f6f5bf..51436c988a96a 100644 --- a/clients/client-cloudwatch/src/commands/GetMetricStreamCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetMetricStreamCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetMetricStreamInput, GetMetricStreamOutput } from "../models/models_0"; import { de_GetMetricStreamCommand, se_GetMetricStreamCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/GetMetricWidgetImageCommand.ts b/clients/client-cloudwatch/src/commands/GetMetricWidgetImageCommand.ts index 2085ffd1f8763..c656fa14374f4 100644 --- a/clients/client-cloudwatch/src/commands/GetMetricWidgetImageCommand.ts +++ b/clients/client-cloudwatch/src/commands/GetMetricWidgetImageCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetMetricWidgetImageInput, GetMetricWidgetImageOutput } from "../models/models_0"; import { de_GetMetricWidgetImageCommand, se_GetMetricWidgetImageCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/ListDashboardsCommand.ts b/clients/client-cloudwatch/src/commands/ListDashboardsCommand.ts index 575f83fc46db1..ac90e03ef2bd2 100644 --- a/clients/client-cloudwatch/src/commands/ListDashboardsCommand.ts +++ b/clients/client-cloudwatch/src/commands/ListDashboardsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListDashboardsInput, ListDashboardsOutput } from "../models/models_0"; import { de_ListDashboardsCommand, se_ListDashboardsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/ListManagedInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/ListManagedInsightRulesCommand.ts index 08cdaffd00425..e40aef4647ab1 100644 --- a/clients/client-cloudwatch/src/commands/ListManagedInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/ListManagedInsightRulesCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListManagedInsightRulesInput, ListManagedInsightRulesOutput } from "../models/models_0"; import { de_ListManagedInsightRulesCommand, se_ListManagedInsightRulesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/ListMetricStreamsCommand.ts b/clients/client-cloudwatch/src/commands/ListMetricStreamsCommand.ts index 494a196a3d259..1dc86fe59c9e4 100644 --- a/clients/client-cloudwatch/src/commands/ListMetricStreamsCommand.ts +++ b/clients/client-cloudwatch/src/commands/ListMetricStreamsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListMetricStreamsInput, ListMetricStreamsOutput } from "../models/models_0"; import { de_ListMetricStreamsCommand, se_ListMetricStreamsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/ListMetricsCommand.ts b/clients/client-cloudwatch/src/commands/ListMetricsCommand.ts index 1ea3333a38eda..babc30cd0e4fa 100644 --- a/clients/client-cloudwatch/src/commands/ListMetricsCommand.ts +++ b/clients/client-cloudwatch/src/commands/ListMetricsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListMetricsInput, ListMetricsOutput } from "../models/models_0"; import { de_ListMetricsCommand, se_ListMetricsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/ListTagsForResourceCommand.ts b/clients/client-cloudwatch/src/commands/ListTagsForResourceCommand.ts index f35090db12d58..0788e2a32942c 100644 --- a/clients/client-cloudwatch/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cloudwatch/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/PutAnomalyDetectorCommand.ts b/clients/client-cloudwatch/src/commands/PutAnomalyDetectorCommand.ts index e5026f0391413..9cb4c69aad4f1 100644 --- a/clients/client-cloudwatch/src/commands/PutAnomalyDetectorCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutAnomalyDetectorCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutAnomalyDetectorInput, PutAnomalyDetectorOutput } from "../models/models_0"; import { de_PutAnomalyDetectorCommand, se_PutAnomalyDetectorCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/PutCompositeAlarmCommand.ts b/clients/client-cloudwatch/src/commands/PutCompositeAlarmCommand.ts index cda176784ea91..8cbaeec3feae9 100644 --- a/clients/client-cloudwatch/src/commands/PutCompositeAlarmCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutCompositeAlarmCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutCompositeAlarmInput } from "../models/models_0"; import { de_PutCompositeAlarmCommand, se_PutCompositeAlarmCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/PutDashboardCommand.ts b/clients/client-cloudwatch/src/commands/PutDashboardCommand.ts index e03ea7af7cf59..fc83feededd0f 100644 --- a/clients/client-cloudwatch/src/commands/PutDashboardCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutDashboardCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutDashboardInput, PutDashboardOutput } from "../models/models_0"; import { de_PutDashboardCommand, se_PutDashboardCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/PutInsightRuleCommand.ts b/clients/client-cloudwatch/src/commands/PutInsightRuleCommand.ts index 79b1774fae9a7..71d0f321ba872 100644 --- a/clients/client-cloudwatch/src/commands/PutInsightRuleCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutInsightRuleCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutInsightRuleInput, PutInsightRuleOutput } from "../models/models_0"; import { de_PutInsightRuleCommand, se_PutInsightRuleCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/PutManagedInsightRulesCommand.ts b/clients/client-cloudwatch/src/commands/PutManagedInsightRulesCommand.ts index bb425051649ca..73b7ea2345cb5 100644 --- a/clients/client-cloudwatch/src/commands/PutManagedInsightRulesCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutManagedInsightRulesCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutManagedInsightRulesInput, PutManagedInsightRulesOutput } from "../models/models_0"; import { de_PutManagedInsightRulesCommand, se_PutManagedInsightRulesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/PutMetricAlarmCommand.ts b/clients/client-cloudwatch/src/commands/PutMetricAlarmCommand.ts index 3376d30df7768..aa5efc2fdca0b 100644 --- a/clients/client-cloudwatch/src/commands/PutMetricAlarmCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutMetricAlarmCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutMetricAlarmInput } from "../models/models_0"; import { de_PutMetricAlarmCommand, se_PutMetricAlarmCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/PutMetricDataCommand.ts b/clients/client-cloudwatch/src/commands/PutMetricDataCommand.ts index c910459e2563a..008460abd4a0c 100644 --- a/clients/client-cloudwatch/src/commands/PutMetricDataCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutMetricDataCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutMetricDataInput } from "../models/models_0"; import { de_PutMetricDataCommand, se_PutMetricDataCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/PutMetricStreamCommand.ts b/clients/client-cloudwatch/src/commands/PutMetricStreamCommand.ts index 20c89dcaf529f..cb1de942684c6 100644 --- a/clients/client-cloudwatch/src/commands/PutMetricStreamCommand.ts +++ b/clients/client-cloudwatch/src/commands/PutMetricStreamCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutMetricStreamInput, PutMetricStreamOutput } from "../models/models_0"; import { de_PutMetricStreamCommand, se_PutMetricStreamCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/SetAlarmStateCommand.ts b/clients/client-cloudwatch/src/commands/SetAlarmStateCommand.ts index 97faca658ecbd..d66ad0d019e58 100644 --- a/clients/client-cloudwatch/src/commands/SetAlarmStateCommand.ts +++ b/clients/client-cloudwatch/src/commands/SetAlarmStateCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { SetAlarmStateInput } from "../models/models_0"; import { de_SetAlarmStateCommand, se_SetAlarmStateCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/StartMetricStreamsCommand.ts b/clients/client-cloudwatch/src/commands/StartMetricStreamsCommand.ts index 5a791e3c8f2c8..9718d6fca0a09 100644 --- a/clients/client-cloudwatch/src/commands/StartMetricStreamsCommand.ts +++ b/clients/client-cloudwatch/src/commands/StartMetricStreamsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartMetricStreamsInput, StartMetricStreamsOutput } from "../models/models_0"; import { de_StartMetricStreamsCommand, se_StartMetricStreamsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/StopMetricStreamsCommand.ts b/clients/client-cloudwatch/src/commands/StopMetricStreamsCommand.ts index c93be3ba206ee..85b82ae20b030 100644 --- a/clients/client-cloudwatch/src/commands/StopMetricStreamsCommand.ts +++ b/clients/client-cloudwatch/src/commands/StopMetricStreamsCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopMetricStreamsInput, StopMetricStreamsOutput } from "../models/models_0"; import { de_StopMetricStreamsCommand, se_StopMetricStreamsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/TagResourceCommand.ts b/clients/client-cloudwatch/src/commands/TagResourceCommand.ts index acaf63b745746..1bb335721b8b8 100644 --- a/clients/client-cloudwatch/src/commands/TagResourceCommand.ts +++ b/clients/client-cloudwatch/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/commands/UntagResourceCommand.ts b/clients/client-cloudwatch/src/commands/UntagResourceCommand.ts index c0748c73413c4..35bbd5df41c30 100644 --- a/clients/client-cloudwatch/src/commands/UntagResourceCommand.ts +++ b/clients/client-cloudwatch/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { CloudWatchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cloudwatch/src/index.ts b/clients/client-cloudwatch/src/index.ts index bc9451a422f38..80f3160c0b190 100644 --- a/clients/client-cloudwatch/src/index.ts +++ b/clients/client-cloudwatch/src/index.ts @@ -1,9 +1,27 @@ -export * from "./CloudWatch"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the + * applications you run on Amazon Web Services in real time. You can use CloudWatch to collect and track + * metrics, which are the variables you want to measure for your resources and + * applications.

+ *

CloudWatch alarms send notifications or automatically change the resources you are monitoring based on rules + * that you define. For example, you can monitor the CPU usage and disk reads and writes of your Amazon EC2 + * instances. Then, use this data to determine whether you should launch + * additional instances to handle increased load. You can also use this data to stop + * under-used instances to save + * money.

+ *

In addition to monitoring the built-in metrics that come with Amazon Web Services, you can monitor + * your own custom metrics. With CloudWatch, you gain system-wide visibility into resource + * utilization, application performance, and operational health.

+ * + * @packageDocumentation + */ export * from "./CloudWatchClient"; +export * from "./CloudWatch"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { CloudWatchServiceException } from "./models/CloudWatchServiceException"; diff --git a/clients/client-cloudwatch/src/models/CloudWatchServiceException.ts b/clients/client-cloudwatch/src/models/CloudWatchServiceException.ts index 3b0c0e3dc6949..6f88bff458ebb 100644 --- a/clients/client-cloudwatch/src/models/CloudWatchServiceException.ts +++ b/clients/client-cloudwatch/src/models/CloudWatchServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-codeartifact/src/CodeartifactClient.ts b/clients/client-codeartifact/src/CodeartifactClient.ts index df714d27b6d48..d7a9144a1cfc5 100644 --- a/clients/client-codeartifact/src/CodeartifactClient.ts +++ b/clients/client-codeartifact/src/CodeartifactClient.ts @@ -170,6 +170,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -389,7 +391,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CodeartifactClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CodeartifactClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -408,7 +410,7 @@ export interface CodeartifactClientConfig extends CodeartifactClientConfigType { /** * @public */ -type CodeartifactClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CodeartifactClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-codeartifact/src/commands/AssociateExternalConnectionCommand.ts b/clients/client-codeartifact/src/commands/AssociateExternalConnectionCommand.ts index db96061e1b442..24f248080713d 100644 --- a/clients/client-codeartifact/src/commands/AssociateExternalConnectionCommand.ts +++ b/clients/client-codeartifact/src/commands/AssociateExternalConnectionCommand.ts @@ -20,6 +20,10 @@ import { se_AssociateExternalConnectionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/CopyPackageVersionsCommand.ts b/clients/client-codeartifact/src/commands/CopyPackageVersionsCommand.ts index b8ff927f445a4..f4f5040614d69 100644 --- a/clients/client-codeartifact/src/commands/CopyPackageVersionsCommand.ts +++ b/clients/client-codeartifact/src/commands/CopyPackageVersionsCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CopyPackageVersionsRequest, CopyPackageVersionsResult } from "../models/models_0"; import { de_CopyPackageVersionsCommand, se_CopyPackageVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/CreateDomainCommand.ts b/clients/client-codeartifact/src/commands/CreateDomainCommand.ts index 71672b3b14d5e..be6cef9bd5ec7 100644 --- a/clients/client-codeartifact/src/commands/CreateDomainCommand.ts +++ b/clients/client-codeartifact/src/commands/CreateDomainCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateDomainRequest, CreateDomainResult } from "../models/models_0"; import { de_CreateDomainCommand, se_CreateDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/CreateRepositoryCommand.ts b/clients/client-codeartifact/src/commands/CreateRepositoryCommand.ts index bdebe25c124a3..7ce99ac8e3bb2 100644 --- a/clients/client-codeartifact/src/commands/CreateRepositoryCommand.ts +++ b/clients/client-codeartifact/src/commands/CreateRepositoryCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateRepositoryRequest, CreateRepositoryResult } from "../models/models_0"; import { de_CreateRepositoryCommand, se_CreateRepositoryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/DeleteDomainCommand.ts b/clients/client-codeartifact/src/commands/DeleteDomainCommand.ts index c4577f18c0b99..015e82ad9eafe 100644 --- a/clients/client-codeartifact/src/commands/DeleteDomainCommand.ts +++ b/clients/client-codeartifact/src/commands/DeleteDomainCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteDomainRequest, DeleteDomainResult } from "../models/models_0"; import { de_DeleteDomainCommand, se_DeleteDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/DeleteDomainPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/DeleteDomainPermissionsPolicyCommand.ts index 7262ff6046eb0..854644e801308 100644 --- a/clients/client-codeartifact/src/commands/DeleteDomainPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/DeleteDomainPermissionsPolicyCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteDomainPermissionsPolicyCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/DeletePackageCommand.ts b/clients/client-codeartifact/src/commands/DeletePackageCommand.ts index 95ff065c605bd..e47bf676cbd8d 100644 --- a/clients/client-codeartifact/src/commands/DeletePackageCommand.ts +++ b/clients/client-codeartifact/src/commands/DeletePackageCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeletePackageRequest, DeletePackageResult } from "../models/models_0"; import { de_DeletePackageCommand, se_DeletePackageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/DeletePackageVersionsCommand.ts b/clients/client-codeartifact/src/commands/DeletePackageVersionsCommand.ts index a11efd2a0340d..a4a1bc99ab04f 100644 --- a/clients/client-codeartifact/src/commands/DeletePackageVersionsCommand.ts +++ b/clients/client-codeartifact/src/commands/DeletePackageVersionsCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeletePackageVersionsRequest, DeletePackageVersionsResult } from "../models/models_0"; import { de_DeletePackageVersionsCommand, se_DeletePackageVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/DeleteRepositoryCommand.ts b/clients/client-codeartifact/src/commands/DeleteRepositoryCommand.ts index 2e38f8b4d71cf..344f2d7556eb2 100644 --- a/clients/client-codeartifact/src/commands/DeleteRepositoryCommand.ts +++ b/clients/client-codeartifact/src/commands/DeleteRepositoryCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteRepositoryRequest, DeleteRepositoryResult } from "../models/models_0"; import { de_DeleteRepositoryCommand, se_DeleteRepositoryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/DeleteRepositoryPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/DeleteRepositoryPermissionsPolicyCommand.ts index b53f606389513..eba70a4fb40c6 100644 --- a/clients/client-codeartifact/src/commands/DeleteRepositoryPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/DeleteRepositoryPermissionsPolicyCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteRepositoryPermissionsPolicyCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/DescribeDomainCommand.ts b/clients/client-codeartifact/src/commands/DescribeDomainCommand.ts index 70c470d03f0c4..c7f1504f62ef0 100644 --- a/clients/client-codeartifact/src/commands/DescribeDomainCommand.ts +++ b/clients/client-codeartifact/src/commands/DescribeDomainCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeDomainRequest, DescribeDomainResult } from "../models/models_0"; import { de_DescribeDomainCommand, se_DescribeDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/DescribePackageCommand.ts b/clients/client-codeartifact/src/commands/DescribePackageCommand.ts index 8bd69664d8b43..9f1aaf010195d 100644 --- a/clients/client-codeartifact/src/commands/DescribePackageCommand.ts +++ b/clients/client-codeartifact/src/commands/DescribePackageCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribePackageRequest, DescribePackageResult } from "../models/models_0"; import { de_DescribePackageCommand, se_DescribePackageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/DescribePackageVersionCommand.ts b/clients/client-codeartifact/src/commands/DescribePackageVersionCommand.ts index f528aa556a5eb..976edfe04fcc6 100644 --- a/clients/client-codeartifact/src/commands/DescribePackageVersionCommand.ts +++ b/clients/client-codeartifact/src/commands/DescribePackageVersionCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribePackageVersionRequest, DescribePackageVersionResult } from "../models/models_0"; import { de_DescribePackageVersionCommand, se_DescribePackageVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/DescribeRepositoryCommand.ts b/clients/client-codeartifact/src/commands/DescribeRepositoryCommand.ts index f732eec3ff803..59b97300692b3 100644 --- a/clients/client-codeartifact/src/commands/DescribeRepositoryCommand.ts +++ b/clients/client-codeartifact/src/commands/DescribeRepositoryCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeRepositoryRequest, DescribeRepositoryResult } from "../models/models_0"; import { de_DescribeRepositoryCommand, se_DescribeRepositoryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/DisassociateExternalConnectionCommand.ts b/clients/client-codeartifact/src/commands/DisassociateExternalConnectionCommand.ts index 9da96d1914a72..862f8d105405c 100644 --- a/clients/client-codeartifact/src/commands/DisassociateExternalConnectionCommand.ts +++ b/clients/client-codeartifact/src/commands/DisassociateExternalConnectionCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateExternalConnectionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/DisposePackageVersionsCommand.ts b/clients/client-codeartifact/src/commands/DisposePackageVersionsCommand.ts index 1cc11e4e5f670..c719360df3648 100644 --- a/clients/client-codeartifact/src/commands/DisposePackageVersionsCommand.ts +++ b/clients/client-codeartifact/src/commands/DisposePackageVersionsCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DisposePackageVersionsRequest, DisposePackageVersionsResult } from "../models/models_0"; import { de_DisposePackageVersionsCommand, se_DisposePackageVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/GetAuthorizationTokenCommand.ts b/clients/client-codeartifact/src/commands/GetAuthorizationTokenCommand.ts index bc874e44811ef..fdbdb02a472f3 100644 --- a/clients/client-codeartifact/src/commands/GetAuthorizationTokenCommand.ts +++ b/clients/client-codeartifact/src/commands/GetAuthorizationTokenCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetAuthorizationTokenRequest, GetAuthorizationTokenResult } from "../models/models_0"; import { de_GetAuthorizationTokenCommand, se_GetAuthorizationTokenCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/GetDomainPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/GetDomainPermissionsPolicyCommand.ts index 34d48468b1019..b3a08234c9378 100644 --- a/clients/client-codeartifact/src/commands/GetDomainPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/GetDomainPermissionsPolicyCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetDomainPermissionsPolicyRequest, GetDomainPermissionsPolicyResult } from "../models/models_0"; import { de_GetDomainPermissionsPolicyCommand, se_GetDomainPermissionsPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/GetPackageVersionAssetCommand.ts b/clients/client-codeartifact/src/commands/GetPackageVersionAssetCommand.ts index b175b92a16f7e..add20f153d505 100644 --- a/clients/client-codeartifact/src/commands/GetPackageVersionAssetCommand.ts +++ b/clients/client-codeartifact/src/commands/GetPackageVersionAssetCommand.ts @@ -24,6 +24,10 @@ import { } from "../models/models_0"; import { de_GetPackageVersionAssetCommand, se_GetPackageVersionAssetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/GetPackageVersionReadmeCommand.ts b/clients/client-codeartifact/src/commands/GetPackageVersionReadmeCommand.ts index 8610326931ea3..a385f2b7334de 100644 --- a/clients/client-codeartifact/src/commands/GetPackageVersionReadmeCommand.ts +++ b/clients/client-codeartifact/src/commands/GetPackageVersionReadmeCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetPackageVersionReadmeRequest, GetPackageVersionReadmeResult } from "../models/models_0"; import { de_GetPackageVersionReadmeCommand, se_GetPackageVersionReadmeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/GetRepositoryEndpointCommand.ts b/clients/client-codeartifact/src/commands/GetRepositoryEndpointCommand.ts index 5d2db39d4e334..0f37d9ad01475 100644 --- a/clients/client-codeartifact/src/commands/GetRepositoryEndpointCommand.ts +++ b/clients/client-codeartifact/src/commands/GetRepositoryEndpointCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetRepositoryEndpointRequest, GetRepositoryEndpointResult } from "../models/models_0"; import { de_GetRepositoryEndpointCommand, se_GetRepositoryEndpointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/GetRepositoryPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/GetRepositoryPermissionsPolicyCommand.ts index c11f5ca09fa53..876c101dfaaac 100644 --- a/clients/client-codeartifact/src/commands/GetRepositoryPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/GetRepositoryPermissionsPolicyCommand.ts @@ -20,6 +20,10 @@ import { se_GetRepositoryPermissionsPolicyCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/ListDomainsCommand.ts b/clients/client-codeartifact/src/commands/ListDomainsCommand.ts index 427625c78b1f6..b3d950158cf48 100644 --- a/clients/client-codeartifact/src/commands/ListDomainsCommand.ts +++ b/clients/client-codeartifact/src/commands/ListDomainsCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListDomainsRequest, ListDomainsResult } from "../models/models_0"; import { de_ListDomainsCommand, se_ListDomainsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/ListPackageVersionAssetsCommand.ts b/clients/client-codeartifact/src/commands/ListPackageVersionAssetsCommand.ts index 242b9f18f8fb7..14f19eef2528d 100644 --- a/clients/client-codeartifact/src/commands/ListPackageVersionAssetsCommand.ts +++ b/clients/client-codeartifact/src/commands/ListPackageVersionAssetsCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListPackageVersionAssetsRequest, ListPackageVersionAssetsResult } from "../models/models_0"; import { de_ListPackageVersionAssetsCommand, se_ListPackageVersionAssetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/ListPackageVersionDependenciesCommand.ts b/clients/client-codeartifact/src/commands/ListPackageVersionDependenciesCommand.ts index f16e02e471c61..9182dfd40a641 100644 --- a/clients/client-codeartifact/src/commands/ListPackageVersionDependenciesCommand.ts +++ b/clients/client-codeartifact/src/commands/ListPackageVersionDependenciesCommand.ts @@ -20,6 +20,10 @@ import { se_ListPackageVersionDependenciesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/ListPackageVersionsCommand.ts b/clients/client-codeartifact/src/commands/ListPackageVersionsCommand.ts index 3b03de09d0501..f1fc2bdbbd3b4 100644 --- a/clients/client-codeartifact/src/commands/ListPackageVersionsCommand.ts +++ b/clients/client-codeartifact/src/commands/ListPackageVersionsCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListPackageVersionsRequest, ListPackageVersionsResult } from "../models/models_0"; import { de_ListPackageVersionsCommand, se_ListPackageVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/ListPackagesCommand.ts b/clients/client-codeartifact/src/commands/ListPackagesCommand.ts index 4edfbec104599..38e53adc428ee 100644 --- a/clients/client-codeartifact/src/commands/ListPackagesCommand.ts +++ b/clients/client-codeartifact/src/commands/ListPackagesCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListPackagesRequest, ListPackagesResult } from "../models/models_0"; import { de_ListPackagesCommand, se_ListPackagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/ListRepositoriesCommand.ts b/clients/client-codeartifact/src/commands/ListRepositoriesCommand.ts index 969ab87077481..29bf42e490b28 100644 --- a/clients/client-codeartifact/src/commands/ListRepositoriesCommand.ts +++ b/clients/client-codeartifact/src/commands/ListRepositoriesCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListRepositoriesRequest, ListRepositoriesResult } from "../models/models_0"; import { de_ListRepositoriesCommand, se_ListRepositoriesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/ListRepositoriesInDomainCommand.ts b/clients/client-codeartifact/src/commands/ListRepositoriesInDomainCommand.ts index 19cf9c0a6c48d..6ad818c473b2b 100644 --- a/clients/client-codeartifact/src/commands/ListRepositoriesInDomainCommand.ts +++ b/clients/client-codeartifact/src/commands/ListRepositoriesInDomainCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListRepositoriesInDomainRequest, ListRepositoriesInDomainResult } from "../models/models_0"; import { de_ListRepositoriesInDomainCommand, se_ListRepositoriesInDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/ListTagsForResourceCommand.ts b/clients/client-codeartifact/src/commands/ListTagsForResourceCommand.ts index 58bd74d99ff7f..d6025651fa8d2 100644 --- a/clients/client-codeartifact/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codeartifact/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/PublishPackageVersionCommand.ts b/clients/client-codeartifact/src/commands/PublishPackageVersionCommand.ts index 8c248ca30669d..3fbcc8fa629be 100644 --- a/clients/client-codeartifact/src/commands/PublishPackageVersionCommand.ts +++ b/clients/client-codeartifact/src/commands/PublishPackageVersionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_PublishPackageVersionCommand, se_PublishPackageVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/PutDomainPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/PutDomainPermissionsPolicyCommand.ts index d33e4cbc552d5..8f7c47084b6d3 100644 --- a/clients/client-codeartifact/src/commands/PutDomainPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/PutDomainPermissionsPolicyCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutDomainPermissionsPolicyRequest, PutDomainPermissionsPolicyResult } from "../models/models_0"; import { de_PutDomainPermissionsPolicyCommand, se_PutDomainPermissionsPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/PutPackageOriginConfigurationCommand.ts b/clients/client-codeartifact/src/commands/PutPackageOriginConfigurationCommand.ts index e55e26bbbb250..f9e4dd5b20c14 100644 --- a/clients/client-codeartifact/src/commands/PutPackageOriginConfigurationCommand.ts +++ b/clients/client-codeartifact/src/commands/PutPackageOriginConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_PutPackageOriginConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/PutRepositoryPermissionsPolicyCommand.ts b/clients/client-codeartifact/src/commands/PutRepositoryPermissionsPolicyCommand.ts index 3094964bd4b36..329c3c766755b 100644 --- a/clients/client-codeartifact/src/commands/PutRepositoryPermissionsPolicyCommand.ts +++ b/clients/client-codeartifact/src/commands/PutRepositoryPermissionsPolicyCommand.ts @@ -20,6 +20,10 @@ import { se_PutRepositoryPermissionsPolicyCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/TagResourceCommand.ts b/clients/client-codeartifact/src/commands/TagResourceCommand.ts index 37c3b41f3de98..1db1484a98fd9 100644 --- a/clients/client-codeartifact/src/commands/TagResourceCommand.ts +++ b/clients/client-codeartifact/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceRequest, TagResourceResult } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/UntagResourceCommand.ts b/clients/client-codeartifact/src/commands/UntagResourceCommand.ts index 4c83ac140c48b..e69924f869ead 100644 --- a/clients/client-codeartifact/src/commands/UntagResourceCommand.ts +++ b/clients/client-codeartifact/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceRequest, UntagResourceResult } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/UpdatePackageVersionsStatusCommand.ts b/clients/client-codeartifact/src/commands/UpdatePackageVersionsStatusCommand.ts index 457ddee0a63e7..10c59a047142b 100644 --- a/clients/client-codeartifact/src/commands/UpdatePackageVersionsStatusCommand.ts +++ b/clients/client-codeartifact/src/commands/UpdatePackageVersionsStatusCommand.ts @@ -20,6 +20,10 @@ import { se_UpdatePackageVersionsStatusCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/commands/UpdateRepositoryCommand.ts b/clients/client-codeartifact/src/commands/UpdateRepositoryCommand.ts index 530c6152c1453..37ee25711686c 100644 --- a/clients/client-codeartifact/src/commands/UpdateRepositoryCommand.ts +++ b/clients/client-codeartifact/src/commands/UpdateRepositoryCommand.ts @@ -17,6 +17,10 @@ import { CodeartifactClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateRepositoryRequest, UpdateRepositoryResult } from "../models/models_0"; import { de_UpdateRepositoryCommand, se_UpdateRepositoryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeartifact/src/index.ts b/clients/client-codeartifact/src/index.ts index 53dab2d323e09..b27a888501ba7 100644 --- a/clients/client-codeartifact/src/index.ts +++ b/clients/client-codeartifact/src/index.ts @@ -1,8 +1,287 @@ -export * from "./Codeartifact"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

CodeArtifact is a fully managed artifact repository compatible with language-native + * package managers and build tools such as npm, Apache Maven, pip, and dotnet. You can use CodeArtifact to + * share packages with development teams and pull packages. Packages can be pulled from both + * public and CodeArtifact repositories. You can also create an upstream relationship between a CodeArtifact + * repository and another repository, which effectively merges their contents from the point of + * view of a package manager client.

+ *

+ * CodeArtifact Components + *

+ *

Use the information in this guide to help you work with the following CodeArtifact components:

+ *
    + *
  • + *

    + * Repository: A CodeArtifact repository contains a set of package + * versions, each of which maps to a set of assets, or files. Repositories are + * polyglot, so a single repository can contain packages of any supported type. Each + * repository exposes endpoints for fetching and publishing packages using tools like the + * + * npm + * CLI, the Maven CLI ( + * mvn + * ), Python CLIs ( + * pip + * and twine), and NuGet CLIs (nuget and dotnet).

    + *
  • + *
  • + *

    + * Domain: Repositories are aggregated into a higher-level entity known as a + * domain. All package assets and metadata are stored in the domain, + * but are consumed through repositories. A given package asset, such as a Maven JAR file, is + * stored once per domain, no matter how many repositories it's present in. All of the assets + * and metadata in a domain are encrypted with the same customer master key (CMK) stored in + * Key Management Service (KMS).

    + *

    Each repository is a member of a single domain and can't be moved to a + * different domain.

    + *

    The domain allows organizational policy to be applied across multiple + * repositories, such as which accounts can access repositories in the domain, and + * which public repositories can be used as sources of packages.

    + *

    Although an organization can have multiple domains, we recommend a single production + * domain that contains all published artifacts so that teams can find and share packages + * across their organization.

    + *
  • + *
  • + *

    + * Package: A package is a bundle of software and the metadata required to + * resolve dependencies and install the software. CodeArtifact supports npm, PyPI, Maven, and NuGet package formats.

    + *

    In CodeArtifact, a package consists of:

    + *
      + *
    • + *

      A name (for example, webpack is the name of a + * popular npm package)

      + *
    • + *
    • + *

      An optional namespace (for example, @types in @types/node)

      + *
    • + *
    • + *

      A set of versions (for example, 1.0.0, 1.0.1, + * 1.0.2, etc.)

      + *
    • + *
    • + *

      Package-level metadata (for example, npm tags)

      + *
    • + *
    + *
  • + *
  • + *

    + * Package version: A version of a package, such as @types/node 12.6.9. The version number + * format and semantics vary for different package formats. For example, npm package versions + * must conform to the Semantic Versioning + * specification. In CodeArtifact, a package version consists of the version identifier, + * metadata at the package version level, and a set of assets.

    + *
  • + *
  • + *

    + * Upstream repository: One repository is upstream of another when the package versions in + * it can be accessed from the repository endpoint of the downstream repository, effectively + * merging the contents of the two repositories from the point of view of a client. CodeArtifact + * allows creating an upstream relationship between two repositories.

    + *
  • + *
  • + *

    + * Asset: An individual file stored in CodeArtifact associated with a package version, such as an npm + * .tgz file or Maven POM and JAR files.

    + *
  • + *
+ *

CodeArtifact supports these operations:

+ *
    + *
  • + *

    + * AssociateExternalConnection: Adds an existing external + * connection to a repository. + *

    + *
  • + *
  • + *

    + * CopyPackageVersions: Copies package versions from one + * repository to another repository in the same domain.

    + *
  • + *
  • + *

    + * CreateDomain: Creates a domain

    + *
  • + *
  • + *

    + * CreateRepository: Creates a CodeArtifact repository in a domain.

    + *
  • + *
  • + *

    + * DeleteDomain: Deletes a domain. You cannot delete a domain that contains + * repositories.

    + *
  • + *
  • + *

    + * DeleteDomainPermissionsPolicy: Deletes the resource policy that is set on a domain.

    + *
  • + *
  • + *

    + * DeletePackage: Deletes a package and all associated package versions.

    + *
  • + *
  • + *

    + * DeletePackageVersions: Deletes versions of a package. After a package has + * been deleted, it can be republished, but its assets and metadata cannot be restored + * because they have been permanently removed from storage.

    + *
  • + *
  • + *

    + * DeleteRepository: Deletes a repository. + *

    + *
  • + *
  • + *

    + * DeleteRepositoryPermissionsPolicy: Deletes the resource policy that is set on a repository.

    + *
  • + *
  • + *

    + * DescribeDomain: Returns a DomainDescription object that + * contains information about the requested domain.

    + *
  • + *
  • + *

    + * DescribePackage: Returns a PackageDescription + * object that contains details about a package.

    + *
  • + *
  • + *

    + * DescribePackageVersion: Returns a PackageVersionDescription + * object that contains details about a package version.

    + *
  • + *
  • + *

    + * DescribeRepository: Returns a RepositoryDescription object + * that contains detailed information about the requested repository.

    + *
  • + *
  • + *

    + * DisposePackageVersions: Disposes versions of a package. A package version + * with the status Disposed cannot be restored because they have been + * permanently removed from storage.

    + *
  • + *
  • + *

    + * DisassociateExternalConnection: Removes an existing external connection from a repository. + *

    + *
  • + *
  • + *

    + * GetAuthorizationToken: Generates a temporary authorization token for accessing repositories in the domain. The token expires the authorization period has passed. + * The default authorization period is 12 hours and can be customized to any length with a maximum of 12 hours.

    + *
  • + *
  • + *

    + * GetDomainPermissionsPolicy: Returns the policy of a resource + * that is attached to the specified domain.

    + *
  • + *
  • + *

    + * GetPackageVersionAsset: Returns the contents of an asset that is in a package version.

    + *
  • + *
  • + *

    + * GetPackageVersionReadme: Gets the readme file or descriptive text for a package version.

    + *
  • + *
  • + *

    + * GetRepositoryEndpoint: Returns the endpoint of a repository for a specific package format. A repository has one endpoint for each + * package format: + *

    + *
      + *
    • + *

      + * maven + *

      + *
    • + *
    • + *

      + * npm + *

      + *
    • + *
    • + *

      + * nuget + *

      + *
    • + *
    • + *

      + * pypi + *

      + *
    • + *
    + *
  • + *
  • + *

    + * GetRepositoryPermissionsPolicy: Returns the resource policy that is set on a repository. + *

    + *
  • + *
  • + *

    + * ListDomains: Returns a list of DomainSummary objects. Each + * returned DomainSummary object contains information about a domain.

    + *
  • + *
  • + *

    + * ListPackages: Lists the packages in a repository.

    + *
  • + *
  • + *

    + * ListPackageVersionAssets: Lists the assets for a given package version.

    + *
  • + *
  • + *

    + * ListPackageVersionDependencies: Returns a list of the direct dependencies for a + * package version.

    + *
  • + *
  • + *

    + * ListPackageVersions: Returns a list of package versions for a specified + * package in a repository.

    + *
  • + *
  • + *

    + * ListRepositories: Returns a list of repositories owned by the Amazon Web Services account that called this method.

    + *
  • + *
  • + *

    + * ListRepositoriesInDomain: Returns a list of the repositories in a domain.

    + *
  • + *
  • + *

    + * PublishPackageVersion: Creates a new package version containing one or more assets.

    + *
  • + *
  • + *

    + * PutDomainPermissionsPolicy: Attaches a resource policy to a domain.

    + *
  • + *
  • + *

    + * PutPackageOriginConfiguration: Sets the package origin configuration for a package, which determine + * how new versions of the package can be added to a specific repository.

    + *
  • + *
  • + *

    + * PutRepositoryPermissionsPolicy: Sets the resource policy on a repository + * that specifies permissions to access it.

    + *
  • + *
  • + *

    + * UpdatePackageVersionsStatus: Updates the status of one or more versions of a package.

    + *
  • + *
  • + *

    + * UpdateRepository: Updates the properties of a repository.

    + *
  • + *
+ * + * @packageDocumentation + */ export * from "./CodeartifactClient"; +export * from "./Codeartifact"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { CodeartifactServiceException } from "./models/CodeartifactServiceException"; diff --git a/clients/client-codeartifact/src/models/CodeartifactServiceException.ts b/clients/client-codeartifact/src/models/CodeartifactServiceException.ts index 3e7ca2f102d7a..8af0fad45636f 100644 --- a/clients/client-codeartifact/src/models/CodeartifactServiceException.ts +++ b/clients/client-codeartifact/src/models/CodeartifactServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-codebuild/src/CodeBuildClient.ts b/clients/client-codebuild/src/CodeBuildClient.ts index b69039a3ce5c1..cbfff88c34669 100644 --- a/clients/client-codebuild/src/CodeBuildClient.ts +++ b/clients/client-codebuild/src/CodeBuildClient.ts @@ -149,6 +149,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -376,7 +378,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CodeBuildClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CodeBuildClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -395,7 +397,7 @@ export interface CodeBuildClientConfig extends CodeBuildClientConfigType {} /** * @public */ -type CodeBuildClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CodeBuildClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-codebuild/src/commands/BatchDeleteBuildsCommand.ts b/clients/client-codebuild/src/commands/BatchDeleteBuildsCommand.ts index 20bd1bb62f603..dcbb947587559 100644 --- a/clients/client-codebuild/src/commands/BatchDeleteBuildsCommand.ts +++ b/clients/client-codebuild/src/commands/BatchDeleteBuildsCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchDeleteBuildsInput, BatchDeleteBuildsOutput } from "../models/models_0"; import { de_BatchDeleteBuildsCommand, se_BatchDeleteBuildsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/BatchGetBuildBatchesCommand.ts b/clients/client-codebuild/src/commands/BatchGetBuildBatchesCommand.ts index e0c2df2f678ec..036434672cbc0 100644 --- a/clients/client-codebuild/src/commands/BatchGetBuildBatchesCommand.ts +++ b/clients/client-codebuild/src/commands/BatchGetBuildBatchesCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchGetBuildBatchesInput, BatchGetBuildBatchesOutput } from "../models/models_0"; import { de_BatchGetBuildBatchesCommand, se_BatchGetBuildBatchesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/BatchGetBuildsCommand.ts b/clients/client-codebuild/src/commands/BatchGetBuildsCommand.ts index d37c622f18251..0f77c9cd64d02 100644 --- a/clients/client-codebuild/src/commands/BatchGetBuildsCommand.ts +++ b/clients/client-codebuild/src/commands/BatchGetBuildsCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchGetBuildsInput, BatchGetBuildsOutput } from "../models/models_0"; import { de_BatchGetBuildsCommand, se_BatchGetBuildsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts b/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts index 04f6caae601e6..0e34a7dd2bfa6 100644 --- a/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts +++ b/clients/client-codebuild/src/commands/BatchGetProjectsCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchGetProjectsInput, BatchGetProjectsOutput } from "../models/models_0"; import { de_BatchGetProjectsCommand, se_BatchGetProjectsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/BatchGetReportGroupsCommand.ts b/clients/client-codebuild/src/commands/BatchGetReportGroupsCommand.ts index f8557482e1bcf..bf99e38b91473 100644 --- a/clients/client-codebuild/src/commands/BatchGetReportGroupsCommand.ts +++ b/clients/client-codebuild/src/commands/BatchGetReportGroupsCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchGetReportGroupsInput, BatchGetReportGroupsOutput } from "../models/models_0"; import { de_BatchGetReportGroupsCommand, se_BatchGetReportGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/BatchGetReportsCommand.ts b/clients/client-codebuild/src/commands/BatchGetReportsCommand.ts index a0483f9b345d3..08977f88e550a 100644 --- a/clients/client-codebuild/src/commands/BatchGetReportsCommand.ts +++ b/clients/client-codebuild/src/commands/BatchGetReportsCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchGetReportsInput, BatchGetReportsOutput } from "../models/models_0"; import { de_BatchGetReportsCommand, se_BatchGetReportsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/CreateProjectCommand.ts b/clients/client-codebuild/src/commands/CreateProjectCommand.ts index 158c49355245c..077d3e453b80b 100644 --- a/clients/client-codebuild/src/commands/CreateProjectCommand.ts +++ b/clients/client-codebuild/src/commands/CreateProjectCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateProjectInput, CreateProjectOutput } from "../models/models_0"; import { de_CreateProjectCommand, se_CreateProjectCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/CreateReportGroupCommand.ts b/clients/client-codebuild/src/commands/CreateReportGroupCommand.ts index dbd0e52c5bd92..45f95110cf579 100644 --- a/clients/client-codebuild/src/commands/CreateReportGroupCommand.ts +++ b/clients/client-codebuild/src/commands/CreateReportGroupCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateReportGroupInput, CreateReportGroupOutput } from "../models/models_0"; import { de_CreateReportGroupCommand, se_CreateReportGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/CreateWebhookCommand.ts b/clients/client-codebuild/src/commands/CreateWebhookCommand.ts index c5728779e6aec..3a9e8db56225c 100644 --- a/clients/client-codebuild/src/commands/CreateWebhookCommand.ts +++ b/clients/client-codebuild/src/commands/CreateWebhookCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateWebhookInput, CreateWebhookOutput } from "../models/models_0"; import { de_CreateWebhookCommand, se_CreateWebhookCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/DeleteBuildBatchCommand.ts b/clients/client-codebuild/src/commands/DeleteBuildBatchCommand.ts index 1a9dff3505499..4906b11ed960c 100644 --- a/clients/client-codebuild/src/commands/DeleteBuildBatchCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteBuildBatchCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteBuildBatchInput, DeleteBuildBatchOutput } from "../models/models_0"; import { de_DeleteBuildBatchCommand, se_DeleteBuildBatchCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/DeleteProjectCommand.ts b/clients/client-codebuild/src/commands/DeleteProjectCommand.ts index ae5dd343d6277..fc8897a3772f0 100644 --- a/clients/client-codebuild/src/commands/DeleteProjectCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteProjectCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteProjectInput, DeleteProjectOutput } from "../models/models_0"; import { de_DeleteProjectCommand, se_DeleteProjectCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/DeleteReportCommand.ts b/clients/client-codebuild/src/commands/DeleteReportCommand.ts index bb9d22c8b1706..66b0b5ba3bfc0 100644 --- a/clients/client-codebuild/src/commands/DeleteReportCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteReportCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteReportInput, DeleteReportOutput } from "../models/models_0"; import { de_DeleteReportCommand, se_DeleteReportCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/DeleteReportGroupCommand.ts b/clients/client-codebuild/src/commands/DeleteReportGroupCommand.ts index 2c7b7383492b5..97c66d286f599 100644 --- a/clients/client-codebuild/src/commands/DeleteReportGroupCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteReportGroupCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteReportGroupInput, DeleteReportGroupOutput } from "../models/models_0"; import { de_DeleteReportGroupCommand, se_DeleteReportGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-codebuild/src/commands/DeleteResourcePolicyCommand.ts index cfe484d5bbbdd..8b0c36a81afe8 100644 --- a/clients/client-codebuild/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteResourcePolicyInput, DeleteResourcePolicyOutput } from "../models/models_0"; import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/DeleteSourceCredentialsCommand.ts b/clients/client-codebuild/src/commands/DeleteSourceCredentialsCommand.ts index 3f753349b3f0f..81db5b5985108 100644 --- a/clients/client-codebuild/src/commands/DeleteSourceCredentialsCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteSourceCredentialsCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteSourceCredentialsInput, DeleteSourceCredentialsOutput } from "../models/models_0"; import { de_DeleteSourceCredentialsCommand, se_DeleteSourceCredentialsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/DeleteWebhookCommand.ts b/clients/client-codebuild/src/commands/DeleteWebhookCommand.ts index 42408a9b6326e..832ee337499dc 100644 --- a/clients/client-codebuild/src/commands/DeleteWebhookCommand.ts +++ b/clients/client-codebuild/src/commands/DeleteWebhookCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteWebhookInput, DeleteWebhookOutput } from "../models/models_0"; import { de_DeleteWebhookCommand, se_DeleteWebhookCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/DescribeCodeCoveragesCommand.ts b/clients/client-codebuild/src/commands/DescribeCodeCoveragesCommand.ts index 03aa14e9ed66d..25abbe41c81b4 100644 --- a/clients/client-codebuild/src/commands/DescribeCodeCoveragesCommand.ts +++ b/clients/client-codebuild/src/commands/DescribeCodeCoveragesCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeCodeCoveragesInput, DescribeCodeCoveragesOutput } from "../models/models_0"; import { de_DescribeCodeCoveragesCommand, se_DescribeCodeCoveragesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/DescribeTestCasesCommand.ts b/clients/client-codebuild/src/commands/DescribeTestCasesCommand.ts index bf4ed1b502305..af7f44dc2d8e2 100644 --- a/clients/client-codebuild/src/commands/DescribeTestCasesCommand.ts +++ b/clients/client-codebuild/src/commands/DescribeTestCasesCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeTestCasesInput, DescribeTestCasesOutput } from "../models/models_0"; import { de_DescribeTestCasesCommand, se_DescribeTestCasesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/GetReportGroupTrendCommand.ts b/clients/client-codebuild/src/commands/GetReportGroupTrendCommand.ts index 25cbe3b6c572c..383979e4e9429 100644 --- a/clients/client-codebuild/src/commands/GetReportGroupTrendCommand.ts +++ b/clients/client-codebuild/src/commands/GetReportGroupTrendCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetReportGroupTrendInput, GetReportGroupTrendOutput } from "../models/models_0"; import { de_GetReportGroupTrendCommand, se_GetReportGroupTrendCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/GetResourcePolicyCommand.ts b/clients/client-codebuild/src/commands/GetResourcePolicyCommand.ts index 06c3dd5dc0845..10cffbceaab29 100644 --- a/clients/client-codebuild/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-codebuild/src/commands/GetResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetResourcePolicyInput, GetResourcePolicyOutput } from "../models/models_0"; import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/ImportSourceCredentialsCommand.ts b/clients/client-codebuild/src/commands/ImportSourceCredentialsCommand.ts index 53c2e2383ec28..aa45128a0cb9b 100644 --- a/clients/client-codebuild/src/commands/ImportSourceCredentialsCommand.ts +++ b/clients/client-codebuild/src/commands/ImportSourceCredentialsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ImportSourceCredentialsCommand, se_ImportSourceCredentialsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/InvalidateProjectCacheCommand.ts b/clients/client-codebuild/src/commands/InvalidateProjectCacheCommand.ts index afef1e7fa6bf7..8670a8898f9a1 100644 --- a/clients/client-codebuild/src/commands/InvalidateProjectCacheCommand.ts +++ b/clients/client-codebuild/src/commands/InvalidateProjectCacheCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { InvalidateProjectCacheInput, InvalidateProjectCacheOutput } from "../models/models_0"; import { de_InvalidateProjectCacheCommand, se_InvalidateProjectCacheCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/ListBuildBatchesCommand.ts b/clients/client-codebuild/src/commands/ListBuildBatchesCommand.ts index cf0929ba444bd..edd7e40d2c6c5 100644 --- a/clients/client-codebuild/src/commands/ListBuildBatchesCommand.ts +++ b/clients/client-codebuild/src/commands/ListBuildBatchesCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListBuildBatchesInput, ListBuildBatchesOutput } from "../models/models_0"; import { de_ListBuildBatchesCommand, se_ListBuildBatchesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/ListBuildBatchesForProjectCommand.ts b/clients/client-codebuild/src/commands/ListBuildBatchesForProjectCommand.ts index 5f7044ff6a384..93b90717bb2d8 100644 --- a/clients/client-codebuild/src/commands/ListBuildBatchesForProjectCommand.ts +++ b/clients/client-codebuild/src/commands/ListBuildBatchesForProjectCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListBuildBatchesForProjectInput, ListBuildBatchesForProjectOutput } from "../models/models_0"; import { de_ListBuildBatchesForProjectCommand, se_ListBuildBatchesForProjectCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/ListBuildsCommand.ts b/clients/client-codebuild/src/commands/ListBuildsCommand.ts index 35134addf81e0..4aaf84c32a142 100644 --- a/clients/client-codebuild/src/commands/ListBuildsCommand.ts +++ b/clients/client-codebuild/src/commands/ListBuildsCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListBuildsInput, ListBuildsOutput } from "../models/models_0"; import { de_ListBuildsCommand, se_ListBuildsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/ListBuildsForProjectCommand.ts b/clients/client-codebuild/src/commands/ListBuildsForProjectCommand.ts index a8873693c83e9..27e2ed589809f 100644 --- a/clients/client-codebuild/src/commands/ListBuildsForProjectCommand.ts +++ b/clients/client-codebuild/src/commands/ListBuildsForProjectCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListBuildsForProjectInput, ListBuildsForProjectOutput } from "../models/models_0"; import { de_ListBuildsForProjectCommand, se_ListBuildsForProjectCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/ListCuratedEnvironmentImagesCommand.ts b/clients/client-codebuild/src/commands/ListCuratedEnvironmentImagesCommand.ts index 59fd03579b63b..c27d8ee5eb929 100644 --- a/clients/client-codebuild/src/commands/ListCuratedEnvironmentImagesCommand.ts +++ b/clients/client-codebuild/src/commands/ListCuratedEnvironmentImagesCommand.ts @@ -20,6 +20,10 @@ import { se_ListCuratedEnvironmentImagesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/ListProjectsCommand.ts b/clients/client-codebuild/src/commands/ListProjectsCommand.ts index 80c298409c0ee..630ff610dbec8 100644 --- a/clients/client-codebuild/src/commands/ListProjectsCommand.ts +++ b/clients/client-codebuild/src/commands/ListProjectsCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListProjectsInput, ListProjectsOutput } from "../models/models_0"; import { de_ListProjectsCommand, se_ListProjectsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/ListReportGroupsCommand.ts b/clients/client-codebuild/src/commands/ListReportGroupsCommand.ts index fecd0f7e00140..fbff6e4252e6e 100644 --- a/clients/client-codebuild/src/commands/ListReportGroupsCommand.ts +++ b/clients/client-codebuild/src/commands/ListReportGroupsCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListReportGroupsInput, ListReportGroupsOutput } from "../models/models_0"; import { de_ListReportGroupsCommand, se_ListReportGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/ListReportsCommand.ts b/clients/client-codebuild/src/commands/ListReportsCommand.ts index 7cc3c55048706..27ebaf6113f68 100644 --- a/clients/client-codebuild/src/commands/ListReportsCommand.ts +++ b/clients/client-codebuild/src/commands/ListReportsCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListReportsInput, ListReportsOutput } from "../models/models_0"; import { de_ListReportsCommand, se_ListReportsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/ListReportsForReportGroupCommand.ts b/clients/client-codebuild/src/commands/ListReportsForReportGroupCommand.ts index 739ee08acc8a8..b8b50d4003d59 100644 --- a/clients/client-codebuild/src/commands/ListReportsForReportGroupCommand.ts +++ b/clients/client-codebuild/src/commands/ListReportsForReportGroupCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListReportsForReportGroupInput, ListReportsForReportGroupOutput } from "../models/models_0"; import { de_ListReportsForReportGroupCommand, se_ListReportsForReportGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/ListSharedProjectsCommand.ts b/clients/client-codebuild/src/commands/ListSharedProjectsCommand.ts index c892df17d7b94..e0ee6c25e0ea2 100644 --- a/clients/client-codebuild/src/commands/ListSharedProjectsCommand.ts +++ b/clients/client-codebuild/src/commands/ListSharedProjectsCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListSharedProjectsInput, ListSharedProjectsOutput } from "../models/models_0"; import { de_ListSharedProjectsCommand, se_ListSharedProjectsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/ListSharedReportGroupsCommand.ts b/clients/client-codebuild/src/commands/ListSharedReportGroupsCommand.ts index ae8b76657deac..3dcbbe6790812 100644 --- a/clients/client-codebuild/src/commands/ListSharedReportGroupsCommand.ts +++ b/clients/client-codebuild/src/commands/ListSharedReportGroupsCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListSharedReportGroupsInput, ListSharedReportGroupsOutput } from "../models/models_0"; import { de_ListSharedReportGroupsCommand, se_ListSharedReportGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/ListSourceCredentialsCommand.ts b/clients/client-codebuild/src/commands/ListSourceCredentialsCommand.ts index 449d922822579..cbbebda123626 100644 --- a/clients/client-codebuild/src/commands/ListSourceCredentialsCommand.ts +++ b/clients/client-codebuild/src/commands/ListSourceCredentialsCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListSourceCredentialsInput, ListSourceCredentialsOutput } from "../models/models_0"; import { de_ListSourceCredentialsCommand, se_ListSourceCredentialsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/PutResourcePolicyCommand.ts b/clients/client-codebuild/src/commands/PutResourcePolicyCommand.ts index 10fab33f34b39..1922eeaaad596 100644 --- a/clients/client-codebuild/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-codebuild/src/commands/PutResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutResourcePolicyInput, PutResourcePolicyOutput } from "../models/models_0"; import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/RetryBuildBatchCommand.ts b/clients/client-codebuild/src/commands/RetryBuildBatchCommand.ts index 338b18700beba..b33210d13d92b 100644 --- a/clients/client-codebuild/src/commands/RetryBuildBatchCommand.ts +++ b/clients/client-codebuild/src/commands/RetryBuildBatchCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { RetryBuildBatchInput, RetryBuildBatchOutput } from "../models/models_0"; import { de_RetryBuildBatchCommand, se_RetryBuildBatchCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/RetryBuildCommand.ts b/clients/client-codebuild/src/commands/RetryBuildCommand.ts index f627ae97716aa..1843846f6634f 100644 --- a/clients/client-codebuild/src/commands/RetryBuildCommand.ts +++ b/clients/client-codebuild/src/commands/RetryBuildCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { RetryBuildInput, RetryBuildOutput } from "../models/models_0"; import { de_RetryBuildCommand, se_RetryBuildCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/StartBuildBatchCommand.ts b/clients/client-codebuild/src/commands/StartBuildBatchCommand.ts index 58cbdfaf85b2c..4348980d4b93d 100644 --- a/clients/client-codebuild/src/commands/StartBuildBatchCommand.ts +++ b/clients/client-codebuild/src/commands/StartBuildBatchCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartBuildBatchInput, StartBuildBatchOutput } from "../models/models_0"; import { de_StartBuildBatchCommand, se_StartBuildBatchCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/StartBuildCommand.ts b/clients/client-codebuild/src/commands/StartBuildCommand.ts index 5e30039086833..8388367b87583 100644 --- a/clients/client-codebuild/src/commands/StartBuildCommand.ts +++ b/clients/client-codebuild/src/commands/StartBuildCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartBuildInput, StartBuildOutput } from "../models/models_0"; import { de_StartBuildCommand, se_StartBuildCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/StopBuildBatchCommand.ts b/clients/client-codebuild/src/commands/StopBuildBatchCommand.ts index c8b8ba4171dc0..357e0f15377fb 100644 --- a/clients/client-codebuild/src/commands/StopBuildBatchCommand.ts +++ b/clients/client-codebuild/src/commands/StopBuildBatchCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopBuildBatchInput, StopBuildBatchOutput } from "../models/models_0"; import { de_StopBuildBatchCommand, se_StopBuildBatchCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/StopBuildCommand.ts b/clients/client-codebuild/src/commands/StopBuildCommand.ts index 74a3f749d4f3b..fc3eaf2f725ce 100644 --- a/clients/client-codebuild/src/commands/StopBuildCommand.ts +++ b/clients/client-codebuild/src/commands/StopBuildCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopBuildInput, StopBuildOutput } from "../models/models_0"; import { de_StopBuildCommand, se_StopBuildCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/UpdateProjectCommand.ts b/clients/client-codebuild/src/commands/UpdateProjectCommand.ts index 6d442ba51ab4f..715071d592b30 100644 --- a/clients/client-codebuild/src/commands/UpdateProjectCommand.ts +++ b/clients/client-codebuild/src/commands/UpdateProjectCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateProjectInput, UpdateProjectOutput } from "../models/models_0"; import { de_UpdateProjectCommand, se_UpdateProjectCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/UpdateProjectVisibilityCommand.ts b/clients/client-codebuild/src/commands/UpdateProjectVisibilityCommand.ts index f3ef6eed7eb74..04921b03cec80 100644 --- a/clients/client-codebuild/src/commands/UpdateProjectVisibilityCommand.ts +++ b/clients/client-codebuild/src/commands/UpdateProjectVisibilityCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateProjectVisibilityInput, UpdateProjectVisibilityOutput } from "../models/models_0"; import { de_UpdateProjectVisibilityCommand, se_UpdateProjectVisibilityCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/UpdateReportGroupCommand.ts b/clients/client-codebuild/src/commands/UpdateReportGroupCommand.ts index 164a942821d09..a4bfebda22f64 100644 --- a/clients/client-codebuild/src/commands/UpdateReportGroupCommand.ts +++ b/clients/client-codebuild/src/commands/UpdateReportGroupCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateReportGroupInput, UpdateReportGroupOutput } from "../models/models_0"; import { de_UpdateReportGroupCommand, se_UpdateReportGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts b/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts index 0ab139a0db074..6b639e8fa7f50 100644 --- a/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts +++ b/clients/client-codebuild/src/commands/UpdateWebhookCommand.ts @@ -17,6 +17,10 @@ import { CodeBuildClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateWebhookInput, UpdateWebhookOutput } from "../models/models_0"; import { de_UpdateWebhookCommand, se_UpdateWebhookCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codebuild/src/index.ts b/clients/client-codebuild/src/index.ts index d953fedf77d00..2783a52fb7f34 100644 --- a/clients/client-codebuild/src/index.ts +++ b/clients/client-codebuild/src/index.ts @@ -1,8 +1,24 @@ -export * from "./CodeBuild"; // smithy-typescript generated code +/* eslint-disable */ +/** + * CodeBuild + *

CodeBuild is a fully managed build service in the cloud. CodeBuild compiles your source code, + * runs unit tests, and produces artifacts that are ready to deploy. CodeBuild eliminates the + * need to provision, manage, and scale your own build servers. It provides prepackaged + * build environments for the most popular programming languages and build tools, such as + * Apache Maven, Gradle, and more. You can also fully customize build environments in CodeBuild + * to use your own build tools. CodeBuild scales automatically to meet peak build requests. You + * pay only for the build time you consume. For more information about CodeBuild, see the + * CodeBuild User + * Guide. + *

+ * + * @packageDocumentation + */ export * from "./CodeBuildClient"; +export * from "./CodeBuild"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { CodeBuildServiceException } from "./models/CodeBuildServiceException"; diff --git a/clients/client-codebuild/src/models/CodeBuildServiceException.ts b/clients/client-codebuild/src/models/CodeBuildServiceException.ts index 42d510a74cd18..ca2dc9a1ceb2c 100644 --- a/clients/client-codebuild/src/models/CodeBuildServiceException.ts +++ b/clients/client-codebuild/src/models/CodeBuildServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-codecatalyst/src/CodeCatalystClient.ts b/clients/client-codecatalyst/src/CodeCatalystClient.ts index 10f2c9c2be962..1ff6c729aa57f 100644 --- a/clients/client-codecatalyst/src/CodeCatalystClient.ts +++ b/clients/client-codecatalyst/src/CodeCatalystClient.ts @@ -115,6 +115,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -293,7 +295,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CodeCatalystClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CodeCatalystClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -312,7 +314,7 @@ export interface CodeCatalystClientConfig extends CodeCatalystClientConfigType { /** * @public */ -type CodeCatalystClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CodeCatalystClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-codecatalyst/src/commands/CreateAccessTokenCommand.ts b/clients/client-codecatalyst/src/commands/CreateAccessTokenCommand.ts index 798ae30b66722..a2e4af5da9611 100644 --- a/clients/client-codecatalyst/src/commands/CreateAccessTokenCommand.ts +++ b/clients/client-codecatalyst/src/commands/CreateAccessTokenCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateAccessTokenCommand, se_CreateAccessTokenCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/CreateDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/CreateDevEnvironmentCommand.ts index cf5c559e5d06c..8568b9724944c 100644 --- a/clients/client-codecatalyst/src/commands/CreateDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/CreateDevEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateDevEnvironmentRequest, CreateDevEnvironmentResponse } from "../models/models_0"; import { de_CreateDevEnvironmentCommand, se_CreateDevEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/CreateProjectCommand.ts b/clients/client-codecatalyst/src/commands/CreateProjectCommand.ts index c82c335730a3c..2b448df7c29a8 100644 --- a/clients/client-codecatalyst/src/commands/CreateProjectCommand.ts +++ b/clients/client-codecatalyst/src/commands/CreateProjectCommand.ts @@ -17,6 +17,10 @@ import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateProjectRequest, CreateProjectResponse } from "../models/models_0"; import { de_CreateProjectCommand, se_CreateProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/CreateSourceRepositoryBranchCommand.ts b/clients/client-codecatalyst/src/commands/CreateSourceRepositoryBranchCommand.ts index 0cec64f687937..31007cd0ca0ba 100644 --- a/clients/client-codecatalyst/src/commands/CreateSourceRepositoryBranchCommand.ts +++ b/clients/client-codecatalyst/src/commands/CreateSourceRepositoryBranchCommand.ts @@ -20,6 +20,10 @@ import { se_CreateSourceRepositoryBranchCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/DeleteAccessTokenCommand.ts b/clients/client-codecatalyst/src/commands/DeleteAccessTokenCommand.ts index c01e3f8497a89..428e812852102 100644 --- a/clients/client-codecatalyst/src/commands/DeleteAccessTokenCommand.ts +++ b/clients/client-codecatalyst/src/commands/DeleteAccessTokenCommand.ts @@ -17,6 +17,10 @@ import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteAccessTokenRequest, DeleteAccessTokenResponse } from "../models/models_0"; import { de_DeleteAccessTokenCommand, se_DeleteAccessTokenCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/DeleteDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/DeleteDevEnvironmentCommand.ts index dba3347f7b490..181130478aa42 100644 --- a/clients/client-codecatalyst/src/commands/DeleteDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/DeleteDevEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteDevEnvironmentRequest, DeleteDevEnvironmentResponse } from "../models/models_0"; import { de_DeleteDevEnvironmentCommand, se_DeleteDevEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/GetDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/GetDevEnvironmentCommand.ts index 74a868c0082f1..5fbd090ee6cf6 100644 --- a/clients/client-codecatalyst/src/commands/GetDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetDevEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetDevEnvironmentRequest, GetDevEnvironmentResponse } from "../models/models_0"; import { de_GetDevEnvironmentCommand, se_GetDevEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/GetProjectCommand.ts b/clients/client-codecatalyst/src/commands/GetProjectCommand.ts index 668e15c25b8d7..495a9c2a27fd3 100644 --- a/clients/client-codecatalyst/src/commands/GetProjectCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetProjectCommand.ts @@ -17,6 +17,10 @@ import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetProjectRequest, GetProjectResponse } from "../models/models_0"; import { de_GetProjectCommand, se_GetProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/GetSourceRepositoryCloneUrlsCommand.ts b/clients/client-codecatalyst/src/commands/GetSourceRepositoryCloneUrlsCommand.ts index cc040aeec53a1..a8f134533016a 100644 --- a/clients/client-codecatalyst/src/commands/GetSourceRepositoryCloneUrlsCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetSourceRepositoryCloneUrlsCommand.ts @@ -20,6 +20,10 @@ import { se_GetSourceRepositoryCloneUrlsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/GetSpaceCommand.ts b/clients/client-codecatalyst/src/commands/GetSpaceCommand.ts index 724da2d51e1f4..a462185689a5e 100644 --- a/clients/client-codecatalyst/src/commands/GetSpaceCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetSpaceCommand.ts @@ -17,6 +17,10 @@ import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetSpaceRequest, GetSpaceResponse } from "../models/models_0"; import { de_GetSpaceCommand, se_GetSpaceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/GetSubscriptionCommand.ts b/clients/client-codecatalyst/src/commands/GetSubscriptionCommand.ts index e281182aa17bf..316f46cb049c2 100644 --- a/clients/client-codecatalyst/src/commands/GetSubscriptionCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetSubscriptionRequest, GetSubscriptionResponse } from "../models/models_0"; import { de_GetSubscriptionCommand, se_GetSubscriptionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/GetUserDetailsCommand.ts b/clients/client-codecatalyst/src/commands/GetUserDetailsCommand.ts index ad57e0553352b..9cb01486ba813 100644 --- a/clients/client-codecatalyst/src/commands/GetUserDetailsCommand.ts +++ b/clients/client-codecatalyst/src/commands/GetUserDetailsCommand.ts @@ -17,6 +17,10 @@ import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetUserDetailsRequest, GetUserDetailsResponse } from "../models/models_0"; import { de_GetUserDetailsCommand, se_GetUserDetailsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/ListAccessTokensCommand.ts b/clients/client-codecatalyst/src/commands/ListAccessTokensCommand.ts index 015734a228f08..b7e8849c8167e 100644 --- a/clients/client-codecatalyst/src/commands/ListAccessTokensCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListAccessTokensCommand.ts @@ -17,6 +17,10 @@ import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListAccessTokensRequest, ListAccessTokensResponse } from "../models/models_0"; import { de_ListAccessTokensCommand, se_ListAccessTokensCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/ListDevEnvironmentSessionsCommand.ts b/clients/client-codecatalyst/src/commands/ListDevEnvironmentSessionsCommand.ts index 307aedb5af67a..2495884618dc3 100644 --- a/clients/client-codecatalyst/src/commands/ListDevEnvironmentSessionsCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListDevEnvironmentSessionsCommand.ts @@ -17,6 +17,10 @@ import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListDevEnvironmentSessionsRequest, ListDevEnvironmentSessionsResponse } from "../models/models_0"; import { de_ListDevEnvironmentSessionsCommand, se_ListDevEnvironmentSessionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/ListDevEnvironmentsCommand.ts b/clients/client-codecatalyst/src/commands/ListDevEnvironmentsCommand.ts index e65a3012a454d..6566646cc41e6 100644 --- a/clients/client-codecatalyst/src/commands/ListDevEnvironmentsCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListDevEnvironmentsCommand.ts @@ -17,6 +17,10 @@ import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListDevEnvironmentsRequest, ListDevEnvironmentsResponse } from "../models/models_0"; import { de_ListDevEnvironmentsCommand, se_ListDevEnvironmentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/ListEventLogsCommand.ts b/clients/client-codecatalyst/src/commands/ListEventLogsCommand.ts index 1577a44c7bfab..4d23ac4cbe942 100644 --- a/clients/client-codecatalyst/src/commands/ListEventLogsCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListEventLogsCommand.ts @@ -17,6 +17,10 @@ import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListEventLogsRequest, ListEventLogsResponse } from "../models/models_0"; import { de_ListEventLogsCommand, se_ListEventLogsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/ListProjectsCommand.ts b/clients/client-codecatalyst/src/commands/ListProjectsCommand.ts index bcf8fa6c50a6c..f6dcbaa51b798 100644 --- a/clients/client-codecatalyst/src/commands/ListProjectsCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListProjectsCommand.ts @@ -17,6 +17,10 @@ import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0"; import { de_ListProjectsCommand, se_ListProjectsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/ListSourceRepositoriesCommand.ts b/clients/client-codecatalyst/src/commands/ListSourceRepositoriesCommand.ts index 6c53ed462620f..26bc07d703d1e 100644 --- a/clients/client-codecatalyst/src/commands/ListSourceRepositoriesCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListSourceRepositoriesCommand.ts @@ -17,6 +17,10 @@ import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListSourceRepositoriesRequest, ListSourceRepositoriesResponse } from "../models/models_0"; import { de_ListSourceRepositoriesCommand, se_ListSourceRepositoriesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/ListSourceRepositoryBranchesCommand.ts b/clients/client-codecatalyst/src/commands/ListSourceRepositoryBranchesCommand.ts index 74c7457ebb8b6..e1a1a494bbedf 100644 --- a/clients/client-codecatalyst/src/commands/ListSourceRepositoryBranchesCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListSourceRepositoryBranchesCommand.ts @@ -20,6 +20,10 @@ import { se_ListSourceRepositoryBranchesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/ListSpacesCommand.ts b/clients/client-codecatalyst/src/commands/ListSpacesCommand.ts index 6ff1c8cdc2f73..87264362cc755 100644 --- a/clients/client-codecatalyst/src/commands/ListSpacesCommand.ts +++ b/clients/client-codecatalyst/src/commands/ListSpacesCommand.ts @@ -17,6 +17,10 @@ import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListSpacesRequest, ListSpacesResponse } from "../models/models_0"; import { de_ListSpacesCommand, se_ListSpacesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/StartDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/StartDevEnvironmentCommand.ts index 2fd3fb95bd4d2..ad814c6d1db0c 100644 --- a/clients/client-codecatalyst/src/commands/StartDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/StartDevEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { StartDevEnvironmentRequest, StartDevEnvironmentResponse } from "../models/models_0"; import { de_StartDevEnvironmentCommand, se_StartDevEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/StartDevEnvironmentSessionCommand.ts b/clients/client-codecatalyst/src/commands/StartDevEnvironmentSessionCommand.ts index bf980aa5d4a26..81a0ff6127482 100644 --- a/clients/client-codecatalyst/src/commands/StartDevEnvironmentSessionCommand.ts +++ b/clients/client-codecatalyst/src/commands/StartDevEnvironmentSessionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_StartDevEnvironmentSessionCommand, se_StartDevEnvironmentSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/StopDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/StopDevEnvironmentCommand.ts index 0fc9fafb87113..f7b2835b4ee50 100644 --- a/clients/client-codecatalyst/src/commands/StopDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/StopDevEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { StopDevEnvironmentRequest, StopDevEnvironmentResponse } from "../models/models_0"; import { de_StopDevEnvironmentCommand, se_StopDevEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/StopDevEnvironmentSessionCommand.ts b/clients/client-codecatalyst/src/commands/StopDevEnvironmentSessionCommand.ts index 4b44e6ef97cdf..be9986f93036c 100644 --- a/clients/client-codecatalyst/src/commands/StopDevEnvironmentSessionCommand.ts +++ b/clients/client-codecatalyst/src/commands/StopDevEnvironmentSessionCommand.ts @@ -17,6 +17,10 @@ import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { StopDevEnvironmentSessionRequest, StopDevEnvironmentSessionResponse } from "../models/models_0"; import { de_StopDevEnvironmentSessionCommand, se_StopDevEnvironmentSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/UpdateDevEnvironmentCommand.ts b/clients/client-codecatalyst/src/commands/UpdateDevEnvironmentCommand.ts index 386bfe4829f39..46fa790885430 100644 --- a/clients/client-codecatalyst/src/commands/UpdateDevEnvironmentCommand.ts +++ b/clients/client-codecatalyst/src/commands/UpdateDevEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateDevEnvironmentRequest, UpdateDevEnvironmentResponse } from "../models/models_0"; import { de_UpdateDevEnvironmentCommand, se_UpdateDevEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/commands/VerifySessionCommand.ts b/clients/client-codecatalyst/src/commands/VerifySessionCommand.ts index 65aaa5b972541..18755eba1268f 100644 --- a/clients/client-codecatalyst/src/commands/VerifySessionCommand.ts +++ b/clients/client-codecatalyst/src/commands/VerifySessionCommand.ts @@ -17,6 +17,10 @@ import { CodeCatalystClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { VerifySessionResponse } from "../models/models_0"; import { de_VerifySessionCommand, se_VerifySessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecatalyst/src/index.ts b/clients/client-codecatalyst/src/index.ts index 9846bfbbc8a14..ab0f8dca55d69 100644 --- a/clients/client-codecatalyst/src/index.ts +++ b/clients/client-codecatalyst/src/index.ts @@ -1,8 +1,133 @@ -export * from "./CodeCatalyst"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Welcome to the Amazon CodeCatalyst API reference. This reference provides descriptions of operations and data types for Amazon CodeCatalyst. You can use the Amazon CodeCatalyst + * API to work with the following objects.

+ *

Dev Environments and the Amazon Web Services Toolkits, by calling the following:

+ *
    + *
  • + *

    + * CreateAccessToken, which creates a personal access token (PAT) for the current user.

    + *
  • + *
  • + *

    + * CreateDevEnvironment, which creates a Dev Environment, + * where you can quickly work on the code stored in the source repositories of your project.

    + *
  • + *
  • + *

    + * CreateProject which creates a project in a specified space.

    + *
  • + *
  • + *

    + * CreateSourceRepositoryBranch, which creates a branch in a specified repository where you can work on code.

    + *
  • + *
  • + *

    + * DeleteDevEnvironment, which deletes a Dev Environment.

    + *
  • + *
  • + *

    + * GetDevEnvironment, which returns information about a Dev Environment.

    + *
  • + *
  • + *

    + * GetProject, which returns information about a project.

    + *
  • + *
  • + *

    + * GetSourceRepositoryCloneUrls, which returns information about the URLs that can be used with a Git client to clone a source + * repository.

    + *
  • + *
  • + *

    + * GetSpace, which returns information about a space.

    + *
  • + *
  • + *

    + * GetSubscription, which returns information about the Amazon Web Services account used for billing purposes + * and the billing plan for the space.

    + *
  • + *
  • + *

    + * GetUserDetails, which returns information about a user in Amazon CodeCatalyst.

    + *
  • + *
  • + *

    + * ListDevEnvironments, which retrieves a list of Dev Environments in a project.

    + *
  • + *
  • + *

    + * ListDevEnvironmentSessions, which retrieves a list of active Dev Environment sessions in a project.

    + *
  • + *
  • + *

    + * ListProjects, which retrieves a list of projects in a space.

    + *
  • + *
  • + *

    + * ListSourceRepositories, which retrieves a list of source repositories in a project.

    + *
  • + *
  • + *

    + * ListSourceRepositoryBranches, which retrieves a list of branches in a source repository.

    + *
  • + *
  • + *

    + * ListSpaces, which retrieves a list of spaces.

    + *
  • + *
  • + *

    + * StartDevEnvironment, which starts a specified Dev Environment and puts it into an active state.

    + *
  • + *
  • + *

    + * StartDevEnvironmentSession, which starts a session to a specified Dev Environment.

    + *
  • + *
  • + *

    + * StopDevEnvironment, which stops a specified Dev Environment and puts it into an stopped state.

    + *
  • + *
  • + *

    + * StopDevEnvironmentSession, which stops a session for a specified Dev Environment.

    + *
  • + *
  • + *

    + * UpdateDevEnvironment, which changes one or more values for a Dev Environment.

    + *
  • + *
  • + *

    + * VerifySession, which verifies whether the calling user has a valid Amazon CodeCatalyst login and session.

    + *
  • + *
+ *

Security, activity, and resource management in Amazon CodeCatalyst, by calling the following:

+ *
    + *
  • + *

    + * DeleteAccessToken, which deletes a specified personal access token (PAT).

    + *
  • + *
  • + *

    + * ListAccessTokens, which lists all personal access tokens (PATs) associated with a user.

    + *
  • + *
  • + *

    + * ListEventLogs, which retrieves a list of events that occurred during a specified time period in a space.

    + *
  • + *
+ * + *

If you are using the Amazon CodeCatalyst APIs with an SDK or the CLI, you must configure your computer to work with Amazon CodeCatalyst and single sign-on (SSO). + * For more information, see Setting up to use the CLI with Amazon CodeCatalyst + * and the SSO documentation for your SDK.

+ *
+ * + * @packageDocumentation + */ export * from "./CodeCatalystClient"; +export * from "./CodeCatalyst"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { CodeCatalystServiceException } from "./models/CodeCatalystServiceException"; diff --git a/clients/client-codecatalyst/src/models/CodeCatalystServiceException.ts b/clients/client-codecatalyst/src/models/CodeCatalystServiceException.ts index 503d1e02bf136..1955418991bc7 100644 --- a/clients/client-codecatalyst/src/models/CodeCatalystServiceException.ts +++ b/clients/client-codecatalyst/src/models/CodeCatalystServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-codecommit/src/CodeCommitClient.ts b/clients/client-codecommit/src/CodeCommitClient.ts index 64d7b3d671859..85ff2f220ed9b 100644 --- a/clients/client-codecommit/src/CodeCommitClient.ts +++ b/clients/client-codecommit/src/CodeCommitClient.ts @@ -280,6 +280,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -571,7 +573,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CodeCommitClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CodeCommitClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -590,7 +592,7 @@ export interface CodeCommitClientConfig extends CodeCommitClientConfigType {} /** * @public */ -type CodeCommitClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CodeCommitClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-codecommit/src/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts b/clients/client-codecommit/src/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts index 36e46a05383dc..2b03d41e9ee2c 100644 --- a/clients/client-codecommit/src/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/AssociateApprovalRuleTemplateWithRepositoryCommand.ts @@ -20,6 +20,10 @@ import { se_AssociateApprovalRuleTemplateWithRepositoryCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts b/clients/client-codecommit/src/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts index 5a24a2db1700e..fb1d7870890d8 100644 --- a/clients/client-codecommit/src/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts +++ b/clients/client-codecommit/src/commands/BatchAssociateApprovalRuleTemplateWithRepositoriesCommand.ts @@ -23,6 +23,10 @@ import { se_BatchAssociateApprovalRuleTemplateWithRepositoriesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/BatchDescribeMergeConflictsCommand.ts b/clients/client-codecommit/src/commands/BatchDescribeMergeConflictsCommand.ts index 021d94690731a..0adc9dc3fdc46 100644 --- a/clients/client-codecommit/src/commands/BatchDescribeMergeConflictsCommand.ts +++ b/clients/client-codecommit/src/commands/BatchDescribeMergeConflictsCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchDescribeMergeConflictsInput, BatchDescribeMergeConflictsOutput } from "../models/models_0"; import { de_BatchDescribeMergeConflictsCommand, se_BatchDescribeMergeConflictsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts b/clients/client-codecommit/src/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts index 6b5e8e11f47cb..9770adb589382 100644 --- a/clients/client-codecommit/src/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts +++ b/clients/client-codecommit/src/commands/BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand.ts @@ -23,6 +23,10 @@ import { se_BatchDisassociateApprovalRuleTemplateFromRepositoriesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/BatchGetCommitsCommand.ts b/clients/client-codecommit/src/commands/BatchGetCommitsCommand.ts index 3fe3b0fef8a2b..f13ee00ea0442 100644 --- a/clients/client-codecommit/src/commands/BatchGetCommitsCommand.ts +++ b/clients/client-codecommit/src/commands/BatchGetCommitsCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchGetCommitsInput, BatchGetCommitsOutput } from "../models/models_0"; import { de_BatchGetCommitsCommand, se_BatchGetCommitsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/BatchGetRepositoriesCommand.ts b/clients/client-codecommit/src/commands/BatchGetRepositoriesCommand.ts index 00ed32af9055a..91e1342ffaab4 100644 --- a/clients/client-codecommit/src/commands/BatchGetRepositoriesCommand.ts +++ b/clients/client-codecommit/src/commands/BatchGetRepositoriesCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchGetRepositoriesInput, BatchGetRepositoriesOutput } from "../models/models_0"; import { de_BatchGetRepositoriesCommand, se_BatchGetRepositoriesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/CreateApprovalRuleTemplateCommand.ts b/clients/client-codecommit/src/commands/CreateApprovalRuleTemplateCommand.ts index 97a5a8567aecd..2e05b57151f83 100644 --- a/clients/client-codecommit/src/commands/CreateApprovalRuleTemplateCommand.ts +++ b/clients/client-codecommit/src/commands/CreateApprovalRuleTemplateCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateApprovalRuleTemplateInput, CreateApprovalRuleTemplateOutput } from "../models/models_0"; import { de_CreateApprovalRuleTemplateCommand, se_CreateApprovalRuleTemplateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/CreateBranchCommand.ts b/clients/client-codecommit/src/commands/CreateBranchCommand.ts index ce795822e7750..0e510fc31948f 100644 --- a/clients/client-codecommit/src/commands/CreateBranchCommand.ts +++ b/clients/client-codecommit/src/commands/CreateBranchCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateBranchInput } from "../models/models_0"; import { de_CreateBranchCommand, se_CreateBranchCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/CreateCommitCommand.ts b/clients/client-codecommit/src/commands/CreateCommitCommand.ts index 97774902b2bbc..0e50f58383779 100644 --- a/clients/client-codecommit/src/commands/CreateCommitCommand.ts +++ b/clients/client-codecommit/src/commands/CreateCommitCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateCommitInput, CreateCommitOutput } from "../models/models_0"; import { de_CreateCommitCommand, se_CreateCommitCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/CreatePullRequestApprovalRuleCommand.ts b/clients/client-codecommit/src/commands/CreatePullRequestApprovalRuleCommand.ts index 2d74a7f6dc2dd..2a7ea65b8562f 100644 --- a/clients/client-codecommit/src/commands/CreatePullRequestApprovalRuleCommand.ts +++ b/clients/client-codecommit/src/commands/CreatePullRequestApprovalRuleCommand.ts @@ -20,6 +20,10 @@ import { se_CreatePullRequestApprovalRuleCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/CreatePullRequestCommand.ts b/clients/client-codecommit/src/commands/CreatePullRequestCommand.ts index cdaedb8b06e05..dc5aef181df53 100644 --- a/clients/client-codecommit/src/commands/CreatePullRequestCommand.ts +++ b/clients/client-codecommit/src/commands/CreatePullRequestCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreatePullRequestInput, CreatePullRequestOutput } from "../models/models_0"; import { de_CreatePullRequestCommand, se_CreatePullRequestCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/CreateRepositoryCommand.ts b/clients/client-codecommit/src/commands/CreateRepositoryCommand.ts index 03fd0280bae9a..aa670746e657d 100644 --- a/clients/client-codecommit/src/commands/CreateRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/CreateRepositoryCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateRepositoryInput, CreateRepositoryOutput } from "../models/models_0"; import { de_CreateRepositoryCommand, se_CreateRepositoryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/CreateUnreferencedMergeCommitCommand.ts b/clients/client-codecommit/src/commands/CreateUnreferencedMergeCommitCommand.ts index f1d7acc8f5a7a..cf8350ac042cd 100644 --- a/clients/client-codecommit/src/commands/CreateUnreferencedMergeCommitCommand.ts +++ b/clients/client-codecommit/src/commands/CreateUnreferencedMergeCommitCommand.ts @@ -20,6 +20,10 @@ import { se_CreateUnreferencedMergeCommitCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/DeleteApprovalRuleTemplateCommand.ts b/clients/client-codecommit/src/commands/DeleteApprovalRuleTemplateCommand.ts index 35f62dd45657d..d069b13b40505 100644 --- a/clients/client-codecommit/src/commands/DeleteApprovalRuleTemplateCommand.ts +++ b/clients/client-codecommit/src/commands/DeleteApprovalRuleTemplateCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteApprovalRuleTemplateInput, DeleteApprovalRuleTemplateOutput } from "../models/models_0"; import { de_DeleteApprovalRuleTemplateCommand, se_DeleteApprovalRuleTemplateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/DeleteBranchCommand.ts b/clients/client-codecommit/src/commands/DeleteBranchCommand.ts index 2b642bba17c57..2a5d5be60753a 100644 --- a/clients/client-codecommit/src/commands/DeleteBranchCommand.ts +++ b/clients/client-codecommit/src/commands/DeleteBranchCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteBranchInput, DeleteBranchOutput } from "../models/models_0"; import { de_DeleteBranchCommand, se_DeleteBranchCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/DeleteCommentContentCommand.ts b/clients/client-codecommit/src/commands/DeleteCommentContentCommand.ts index 8b5926798389f..5f44009c77b0c 100644 --- a/clients/client-codecommit/src/commands/DeleteCommentContentCommand.ts +++ b/clients/client-codecommit/src/commands/DeleteCommentContentCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteCommentContentInput, DeleteCommentContentOutput } from "../models/models_0"; import { de_DeleteCommentContentCommand, se_DeleteCommentContentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/DeleteFileCommand.ts b/clients/client-codecommit/src/commands/DeleteFileCommand.ts index f39e1a497b71e..11da827dbe9f8 100644 --- a/clients/client-codecommit/src/commands/DeleteFileCommand.ts +++ b/clients/client-codecommit/src/commands/DeleteFileCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteFileInput, DeleteFileOutput } from "../models/models_0"; import { de_DeleteFileCommand, se_DeleteFileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/DeletePullRequestApprovalRuleCommand.ts b/clients/client-codecommit/src/commands/DeletePullRequestApprovalRuleCommand.ts index 353b5d5a76de3..a3b191aa2e8ff 100644 --- a/clients/client-codecommit/src/commands/DeletePullRequestApprovalRuleCommand.ts +++ b/clients/client-codecommit/src/commands/DeletePullRequestApprovalRuleCommand.ts @@ -20,6 +20,10 @@ import { se_DeletePullRequestApprovalRuleCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/DeleteRepositoryCommand.ts b/clients/client-codecommit/src/commands/DeleteRepositoryCommand.ts index c505e0ebfd0dc..26150c3cd8c0c 100644 --- a/clients/client-codecommit/src/commands/DeleteRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/DeleteRepositoryCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteRepositoryInput, DeleteRepositoryOutput } from "../models/models_0"; import { de_DeleteRepositoryCommand, se_DeleteRepositoryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/DescribeMergeConflictsCommand.ts b/clients/client-codecommit/src/commands/DescribeMergeConflictsCommand.ts index ba401a8dc9abc..b515c3f4958e7 100644 --- a/clients/client-codecommit/src/commands/DescribeMergeConflictsCommand.ts +++ b/clients/client-codecommit/src/commands/DescribeMergeConflictsCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeMergeConflictsInput, DescribeMergeConflictsOutput } from "../models/models_0"; import { de_DescribeMergeConflictsCommand, se_DescribeMergeConflictsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/DescribePullRequestEventsCommand.ts b/clients/client-codecommit/src/commands/DescribePullRequestEventsCommand.ts index 95d17f91e8ac5..59ff60e209af4 100644 --- a/clients/client-codecommit/src/commands/DescribePullRequestEventsCommand.ts +++ b/clients/client-codecommit/src/commands/DescribePullRequestEventsCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribePullRequestEventsInput, DescribePullRequestEventsOutput } from "../models/models_0"; import { de_DescribePullRequestEventsCommand, se_DescribePullRequestEventsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts b/clients/client-codecommit/src/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts index a6f281c568b60..a9098af21b367 100644 --- a/clients/client-codecommit/src/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/DisassociateApprovalRuleTemplateFromRepositoryCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateApprovalRuleTemplateFromRepositoryCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/EvaluatePullRequestApprovalRulesCommand.ts b/clients/client-codecommit/src/commands/EvaluatePullRequestApprovalRulesCommand.ts index fb9295e057a09..92a43b5a5128c 100644 --- a/clients/client-codecommit/src/commands/EvaluatePullRequestApprovalRulesCommand.ts +++ b/clients/client-codecommit/src/commands/EvaluatePullRequestApprovalRulesCommand.ts @@ -20,6 +20,10 @@ import { se_EvaluatePullRequestApprovalRulesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/GetApprovalRuleTemplateCommand.ts b/clients/client-codecommit/src/commands/GetApprovalRuleTemplateCommand.ts index 2ddb20f2ff746..b9859316a9b99 100644 --- a/clients/client-codecommit/src/commands/GetApprovalRuleTemplateCommand.ts +++ b/clients/client-codecommit/src/commands/GetApprovalRuleTemplateCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetApprovalRuleTemplateInput, GetApprovalRuleTemplateOutput } from "../models/models_0"; import { de_GetApprovalRuleTemplateCommand, se_GetApprovalRuleTemplateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/GetBlobCommand.ts b/clients/client-codecommit/src/commands/GetBlobCommand.ts index 8fb13c87e7cf0..06e55758dc4ae 100644 --- a/clients/client-codecommit/src/commands/GetBlobCommand.ts +++ b/clients/client-codecommit/src/commands/GetBlobCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetBlobInput, GetBlobOutput } from "../models/models_0"; import { de_GetBlobCommand, se_GetBlobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/GetBranchCommand.ts b/clients/client-codecommit/src/commands/GetBranchCommand.ts index 98887e91ceaa7..dcf24aa209b84 100644 --- a/clients/client-codecommit/src/commands/GetBranchCommand.ts +++ b/clients/client-codecommit/src/commands/GetBranchCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetBranchInput, GetBranchOutput } from "../models/models_0"; import { de_GetBranchCommand, se_GetBranchCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/GetCommentCommand.ts b/clients/client-codecommit/src/commands/GetCommentCommand.ts index 821c69d71bbdc..bbc2d2587c900 100644 --- a/clients/client-codecommit/src/commands/GetCommentCommand.ts +++ b/clients/client-codecommit/src/commands/GetCommentCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetCommentInput, GetCommentOutput } from "../models/models_0"; import { de_GetCommentCommand, se_GetCommentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/GetCommentReactionsCommand.ts b/clients/client-codecommit/src/commands/GetCommentReactionsCommand.ts index ba9ec97261212..4bf962b5cd25c 100644 --- a/clients/client-codecommit/src/commands/GetCommentReactionsCommand.ts +++ b/clients/client-codecommit/src/commands/GetCommentReactionsCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetCommentReactionsInput, GetCommentReactionsOutput } from "../models/models_0"; import { de_GetCommentReactionsCommand, se_GetCommentReactionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/GetCommentsForComparedCommitCommand.ts b/clients/client-codecommit/src/commands/GetCommentsForComparedCommitCommand.ts index 70b18de3d0649..e95ba6e3365ee 100644 --- a/clients/client-codecommit/src/commands/GetCommentsForComparedCommitCommand.ts +++ b/clients/client-codecommit/src/commands/GetCommentsForComparedCommitCommand.ts @@ -20,6 +20,10 @@ import { se_GetCommentsForComparedCommitCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/GetCommentsForPullRequestCommand.ts b/clients/client-codecommit/src/commands/GetCommentsForPullRequestCommand.ts index 8e67e4d77d761..4386b4d4cae20 100644 --- a/clients/client-codecommit/src/commands/GetCommentsForPullRequestCommand.ts +++ b/clients/client-codecommit/src/commands/GetCommentsForPullRequestCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetCommentsForPullRequestInput, GetCommentsForPullRequestOutput } from "../models/models_0"; import { de_GetCommentsForPullRequestCommand, se_GetCommentsForPullRequestCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/GetCommitCommand.ts b/clients/client-codecommit/src/commands/GetCommitCommand.ts index edf2ca9f2bd40..ab3685fd81bb2 100644 --- a/clients/client-codecommit/src/commands/GetCommitCommand.ts +++ b/clients/client-codecommit/src/commands/GetCommitCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetCommitInput, GetCommitOutput } from "../models/models_0"; import { de_GetCommitCommand, se_GetCommitCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/GetDifferencesCommand.ts b/clients/client-codecommit/src/commands/GetDifferencesCommand.ts index 84b93fdae363f..9568b83c89607 100644 --- a/clients/client-codecommit/src/commands/GetDifferencesCommand.ts +++ b/clients/client-codecommit/src/commands/GetDifferencesCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDifferencesInput, GetDifferencesOutput } from "../models/models_0"; import { de_GetDifferencesCommand, se_GetDifferencesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/GetFileCommand.ts b/clients/client-codecommit/src/commands/GetFileCommand.ts index d633672d47c89..1eb875f9c93e6 100644 --- a/clients/client-codecommit/src/commands/GetFileCommand.ts +++ b/clients/client-codecommit/src/commands/GetFileCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetFileInput, GetFileOutput } from "../models/models_0"; import { de_GetFileCommand, se_GetFileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/GetFolderCommand.ts b/clients/client-codecommit/src/commands/GetFolderCommand.ts index 42c6865abd7cc..da8ccb847da71 100644 --- a/clients/client-codecommit/src/commands/GetFolderCommand.ts +++ b/clients/client-codecommit/src/commands/GetFolderCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetFolderInput, GetFolderOutput } from "../models/models_0"; import { de_GetFolderCommand, se_GetFolderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/GetMergeCommitCommand.ts b/clients/client-codecommit/src/commands/GetMergeCommitCommand.ts index 16d1f0be3f95c..c9668c7072bf5 100644 --- a/clients/client-codecommit/src/commands/GetMergeCommitCommand.ts +++ b/clients/client-codecommit/src/commands/GetMergeCommitCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetMergeCommitInput, GetMergeCommitOutput } from "../models/models_0"; import { de_GetMergeCommitCommand, se_GetMergeCommitCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/GetMergeConflictsCommand.ts b/clients/client-codecommit/src/commands/GetMergeConflictsCommand.ts index 3c3ab794f0a88..689a34557d3b0 100644 --- a/clients/client-codecommit/src/commands/GetMergeConflictsCommand.ts +++ b/clients/client-codecommit/src/commands/GetMergeConflictsCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetMergeConflictsInput, GetMergeConflictsOutput } from "../models/models_0"; import { de_GetMergeConflictsCommand, se_GetMergeConflictsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/GetMergeOptionsCommand.ts b/clients/client-codecommit/src/commands/GetMergeOptionsCommand.ts index 6f92fbc038962..0f4cd37c9e0f5 100644 --- a/clients/client-codecommit/src/commands/GetMergeOptionsCommand.ts +++ b/clients/client-codecommit/src/commands/GetMergeOptionsCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetMergeOptionsInput, GetMergeOptionsOutput } from "../models/models_0"; import { de_GetMergeOptionsCommand, se_GetMergeOptionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/GetPullRequestApprovalStatesCommand.ts b/clients/client-codecommit/src/commands/GetPullRequestApprovalStatesCommand.ts index 117293fdb7d99..2f0433b3e19b4 100644 --- a/clients/client-codecommit/src/commands/GetPullRequestApprovalStatesCommand.ts +++ b/clients/client-codecommit/src/commands/GetPullRequestApprovalStatesCommand.ts @@ -20,6 +20,10 @@ import { se_GetPullRequestApprovalStatesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/GetPullRequestCommand.ts b/clients/client-codecommit/src/commands/GetPullRequestCommand.ts index f89fc2cc392bc..8ce4d3f115328 100644 --- a/clients/client-codecommit/src/commands/GetPullRequestCommand.ts +++ b/clients/client-codecommit/src/commands/GetPullRequestCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetPullRequestInput, GetPullRequestOutput } from "../models/models_0"; import { de_GetPullRequestCommand, se_GetPullRequestCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/GetPullRequestOverrideStateCommand.ts b/clients/client-codecommit/src/commands/GetPullRequestOverrideStateCommand.ts index 33b11d5231691..34be1bbca8292 100644 --- a/clients/client-codecommit/src/commands/GetPullRequestOverrideStateCommand.ts +++ b/clients/client-codecommit/src/commands/GetPullRequestOverrideStateCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetPullRequestOverrideStateInput, GetPullRequestOverrideStateOutput } from "../models/models_0"; import { de_GetPullRequestOverrideStateCommand, se_GetPullRequestOverrideStateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/GetRepositoryCommand.ts b/clients/client-codecommit/src/commands/GetRepositoryCommand.ts index 261009754daaf..ecc7964285712 100644 --- a/clients/client-codecommit/src/commands/GetRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/GetRepositoryCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetRepositoryInput, GetRepositoryOutput } from "../models/models_0"; import { de_GetRepositoryCommand, se_GetRepositoryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/GetRepositoryTriggersCommand.ts b/clients/client-codecommit/src/commands/GetRepositoryTriggersCommand.ts index 4bb4e422f48a4..061ec133af5ec 100644 --- a/clients/client-codecommit/src/commands/GetRepositoryTriggersCommand.ts +++ b/clients/client-codecommit/src/commands/GetRepositoryTriggersCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetRepositoryTriggersInput, GetRepositoryTriggersOutput } from "../models/models_0"; import { de_GetRepositoryTriggersCommand, se_GetRepositoryTriggersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/ListApprovalRuleTemplatesCommand.ts b/clients/client-codecommit/src/commands/ListApprovalRuleTemplatesCommand.ts index 5c948c23cef4f..4bca478ee7a81 100644 --- a/clients/client-codecommit/src/commands/ListApprovalRuleTemplatesCommand.ts +++ b/clients/client-codecommit/src/commands/ListApprovalRuleTemplatesCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListApprovalRuleTemplatesInput, ListApprovalRuleTemplatesOutput } from "../models/models_0"; import { de_ListApprovalRuleTemplatesCommand, se_ListApprovalRuleTemplatesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts b/clients/client-codecommit/src/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts index 675b125e75064..52b53bc20d6ec 100644 --- a/clients/client-codecommit/src/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts +++ b/clients/client-codecommit/src/commands/ListAssociatedApprovalRuleTemplatesForRepositoryCommand.ts @@ -23,6 +23,10 @@ import { se_ListAssociatedApprovalRuleTemplatesForRepositoryCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/ListBranchesCommand.ts b/clients/client-codecommit/src/commands/ListBranchesCommand.ts index 6ace2c246025b..8642b136b5e1a 100644 --- a/clients/client-codecommit/src/commands/ListBranchesCommand.ts +++ b/clients/client-codecommit/src/commands/ListBranchesCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListBranchesInput, ListBranchesOutput } from "../models/models_0"; import { de_ListBranchesCommand, se_ListBranchesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/ListPullRequestsCommand.ts b/clients/client-codecommit/src/commands/ListPullRequestsCommand.ts index b2240fea1d0b5..abf857681e9e2 100644 --- a/clients/client-codecommit/src/commands/ListPullRequestsCommand.ts +++ b/clients/client-codecommit/src/commands/ListPullRequestsCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListPullRequestsInput, ListPullRequestsOutput } from "../models/models_0"; import { de_ListPullRequestsCommand, se_ListPullRequestsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/ListRepositoriesCommand.ts b/clients/client-codecommit/src/commands/ListRepositoriesCommand.ts index 36acf4d36a76e..5a609c17942f5 100644 --- a/clients/client-codecommit/src/commands/ListRepositoriesCommand.ts +++ b/clients/client-codecommit/src/commands/ListRepositoriesCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListRepositoriesInput, ListRepositoriesOutput } from "../models/models_1"; import { de_ListRepositoriesCommand, se_ListRepositoriesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts b/clients/client-codecommit/src/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts index 8079d560db515..c769d58fbe962 100644 --- a/clients/client-codecommit/src/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts +++ b/clients/client-codecommit/src/commands/ListRepositoriesForApprovalRuleTemplateCommand.ts @@ -23,6 +23,10 @@ import { se_ListRepositoriesForApprovalRuleTemplateCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/ListTagsForResourceCommand.ts b/clients/client-codecommit/src/commands/ListTagsForResourceCommand.ts index 3874c8b0c9300..48afe408d1d85 100644 --- a/clients/client-codecommit/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codecommit/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_1"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/MergeBranchesByFastForwardCommand.ts b/clients/client-codecommit/src/commands/MergeBranchesByFastForwardCommand.ts index 348192c943fa5..9aa6e392f30e5 100644 --- a/clients/client-codecommit/src/commands/MergeBranchesByFastForwardCommand.ts +++ b/clients/client-codecommit/src/commands/MergeBranchesByFastForwardCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { MergeBranchesByFastForwardInput, MergeBranchesByFastForwardOutput } from "../models/models_1"; import { de_MergeBranchesByFastForwardCommand, se_MergeBranchesByFastForwardCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/MergeBranchesBySquashCommand.ts b/clients/client-codecommit/src/commands/MergeBranchesBySquashCommand.ts index 7c53c05263a70..5fcb4ed25c7e6 100644 --- a/clients/client-codecommit/src/commands/MergeBranchesBySquashCommand.ts +++ b/clients/client-codecommit/src/commands/MergeBranchesBySquashCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { MergeBranchesBySquashInput, MergeBranchesBySquashOutput } from "../models/models_1"; import { de_MergeBranchesBySquashCommand, se_MergeBranchesBySquashCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/MergeBranchesByThreeWayCommand.ts b/clients/client-codecommit/src/commands/MergeBranchesByThreeWayCommand.ts index 71ea26e3f202f..1002de881e58a 100644 --- a/clients/client-codecommit/src/commands/MergeBranchesByThreeWayCommand.ts +++ b/clients/client-codecommit/src/commands/MergeBranchesByThreeWayCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { MergeBranchesByThreeWayInput, MergeBranchesByThreeWayOutput } from "../models/models_1"; import { de_MergeBranchesByThreeWayCommand, se_MergeBranchesByThreeWayCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/MergePullRequestByFastForwardCommand.ts b/clients/client-codecommit/src/commands/MergePullRequestByFastForwardCommand.ts index bdcc9e364bf97..08f04810f3fe4 100644 --- a/clients/client-codecommit/src/commands/MergePullRequestByFastForwardCommand.ts +++ b/clients/client-codecommit/src/commands/MergePullRequestByFastForwardCommand.ts @@ -20,6 +20,10 @@ import { se_MergePullRequestByFastForwardCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/MergePullRequestBySquashCommand.ts b/clients/client-codecommit/src/commands/MergePullRequestBySquashCommand.ts index 32aeaa05e7e8f..aaac3eeb5aec1 100644 --- a/clients/client-codecommit/src/commands/MergePullRequestBySquashCommand.ts +++ b/clients/client-codecommit/src/commands/MergePullRequestBySquashCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { MergePullRequestBySquashInput, MergePullRequestBySquashOutput } from "../models/models_1"; import { de_MergePullRequestBySquashCommand, se_MergePullRequestBySquashCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/MergePullRequestByThreeWayCommand.ts b/clients/client-codecommit/src/commands/MergePullRequestByThreeWayCommand.ts index a890219e93c3f..f31036b1ad126 100644 --- a/clients/client-codecommit/src/commands/MergePullRequestByThreeWayCommand.ts +++ b/clients/client-codecommit/src/commands/MergePullRequestByThreeWayCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { MergePullRequestByThreeWayInput, MergePullRequestByThreeWayOutput } from "../models/models_1"; import { de_MergePullRequestByThreeWayCommand, se_MergePullRequestByThreeWayCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/OverridePullRequestApprovalRulesCommand.ts b/clients/client-codecommit/src/commands/OverridePullRequestApprovalRulesCommand.ts index 1b0426f3ab270..ce9d745dc166f 100644 --- a/clients/client-codecommit/src/commands/OverridePullRequestApprovalRulesCommand.ts +++ b/clients/client-codecommit/src/commands/OverridePullRequestApprovalRulesCommand.ts @@ -20,6 +20,10 @@ import { se_OverridePullRequestApprovalRulesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/PostCommentForComparedCommitCommand.ts b/clients/client-codecommit/src/commands/PostCommentForComparedCommitCommand.ts index 9dee5b69df8fc..aa6d5a3d35047 100644 --- a/clients/client-codecommit/src/commands/PostCommentForComparedCommitCommand.ts +++ b/clients/client-codecommit/src/commands/PostCommentForComparedCommitCommand.ts @@ -20,6 +20,10 @@ import { se_PostCommentForComparedCommitCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/PostCommentForPullRequestCommand.ts b/clients/client-codecommit/src/commands/PostCommentForPullRequestCommand.ts index 6c110e37da5e6..880034f90cf1e 100644 --- a/clients/client-codecommit/src/commands/PostCommentForPullRequestCommand.ts +++ b/clients/client-codecommit/src/commands/PostCommentForPullRequestCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PostCommentForPullRequestInput, PostCommentForPullRequestOutput } from "../models/models_1"; import { de_PostCommentForPullRequestCommand, se_PostCommentForPullRequestCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/PostCommentReplyCommand.ts b/clients/client-codecommit/src/commands/PostCommentReplyCommand.ts index 3e25de0621cfe..f84be81d1943a 100644 --- a/clients/client-codecommit/src/commands/PostCommentReplyCommand.ts +++ b/clients/client-codecommit/src/commands/PostCommentReplyCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PostCommentReplyInput, PostCommentReplyOutput } from "../models/models_1"; import { de_PostCommentReplyCommand, se_PostCommentReplyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/PutCommentReactionCommand.ts b/clients/client-codecommit/src/commands/PutCommentReactionCommand.ts index fbe5934ad00dc..345bfd78bddc5 100644 --- a/clients/client-codecommit/src/commands/PutCommentReactionCommand.ts +++ b/clients/client-codecommit/src/commands/PutCommentReactionCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutCommentReactionInput } from "../models/models_1"; import { de_PutCommentReactionCommand, se_PutCommentReactionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/PutFileCommand.ts b/clients/client-codecommit/src/commands/PutFileCommand.ts index d05b604574aca..7291ca68fc7c4 100644 --- a/clients/client-codecommit/src/commands/PutFileCommand.ts +++ b/clients/client-codecommit/src/commands/PutFileCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutFileInput, PutFileOutput } from "../models/models_1"; import { de_PutFileCommand, se_PutFileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/PutRepositoryTriggersCommand.ts b/clients/client-codecommit/src/commands/PutRepositoryTriggersCommand.ts index 13c65449590d7..cf49d8897eb53 100644 --- a/clients/client-codecommit/src/commands/PutRepositoryTriggersCommand.ts +++ b/clients/client-codecommit/src/commands/PutRepositoryTriggersCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutRepositoryTriggersInput, PutRepositoryTriggersOutput } from "../models/models_1"; import { de_PutRepositoryTriggersCommand, se_PutRepositoryTriggersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/TagResourceCommand.ts b/clients/client-codecommit/src/commands/TagResourceCommand.ts index 91f40013d2506..31e015aacdcc0 100644 --- a/clients/client-codecommit/src/commands/TagResourceCommand.ts +++ b/clients/client-codecommit/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceInput } from "../models/models_1"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/TestRepositoryTriggersCommand.ts b/clients/client-codecommit/src/commands/TestRepositoryTriggersCommand.ts index 8536abdd1328a..a549af93d5dcc 100644 --- a/clients/client-codecommit/src/commands/TestRepositoryTriggersCommand.ts +++ b/clients/client-codecommit/src/commands/TestRepositoryTriggersCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TestRepositoryTriggersInput, TestRepositoryTriggersOutput } from "../models/models_1"; import { de_TestRepositoryTriggersCommand, se_TestRepositoryTriggersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/UntagResourceCommand.ts b/clients/client-codecommit/src/commands/UntagResourceCommand.ts index f5efaf354846a..0000db46f8da5 100644 --- a/clients/client-codecommit/src/commands/UntagResourceCommand.ts +++ b/clients/client-codecommit/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceInput } from "../models/models_1"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateContentCommand.ts b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateContentCommand.ts index ea5a5d6e84862..7569eb1b2101c 100644 --- a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateContentCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateContentCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateApprovalRuleTemplateContentCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts index b6829f224a876..75fd6ed3e62a5 100644 --- a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateDescriptionCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateApprovalRuleTemplateDescriptionCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateNameCommand.ts b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateNameCommand.ts index 7e2676dc8bffd..8c76ee59bbf8e 100644 --- a/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateNameCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateApprovalRuleTemplateNameCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateApprovalRuleTemplateNameCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/UpdateCommentCommand.ts b/clients/client-codecommit/src/commands/UpdateCommentCommand.ts index ae52ad454a613..2da743d4bd8f9 100644 --- a/clients/client-codecommit/src/commands/UpdateCommentCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateCommentCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateCommentInput, UpdateCommentOutput } from "../models/models_1"; import { de_UpdateCommentCommand, se_UpdateCommentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/UpdateDefaultBranchCommand.ts b/clients/client-codecommit/src/commands/UpdateDefaultBranchCommand.ts index 59770a5625098..9a571047eb758 100644 --- a/clients/client-codecommit/src/commands/UpdateDefaultBranchCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateDefaultBranchCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateDefaultBranchInput } from "../models/models_1"; import { de_UpdateDefaultBranchCommand, se_UpdateDefaultBranchCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestApprovalRuleContentCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestApprovalRuleContentCommand.ts index bd85e79e06b4d..19cfebd65741c 100644 --- a/clients/client-codecommit/src/commands/UpdatePullRequestApprovalRuleContentCommand.ts +++ b/clients/client-codecommit/src/commands/UpdatePullRequestApprovalRuleContentCommand.ts @@ -23,6 +23,10 @@ import { se_UpdatePullRequestApprovalRuleContentCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestApprovalStateCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestApprovalStateCommand.ts index 5b64dee8393dd..94f320ea8fe0e 100644 --- a/clients/client-codecommit/src/commands/UpdatePullRequestApprovalStateCommand.ts +++ b/clients/client-codecommit/src/commands/UpdatePullRequestApprovalStateCommand.ts @@ -20,6 +20,10 @@ import { se_UpdatePullRequestApprovalStateCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestDescriptionCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestDescriptionCommand.ts index 52114b1efd1b1..588a029e2ce16 100644 --- a/clients/client-codecommit/src/commands/UpdatePullRequestDescriptionCommand.ts +++ b/clients/client-codecommit/src/commands/UpdatePullRequestDescriptionCommand.ts @@ -20,6 +20,10 @@ import { se_UpdatePullRequestDescriptionCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestStatusCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestStatusCommand.ts index b90be6cb59471..23494fa3915cb 100644 --- a/clients/client-codecommit/src/commands/UpdatePullRequestStatusCommand.ts +++ b/clients/client-codecommit/src/commands/UpdatePullRequestStatusCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdatePullRequestStatusInput, UpdatePullRequestStatusOutput } from "../models/models_1"; import { de_UpdatePullRequestStatusCommand, se_UpdatePullRequestStatusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/UpdatePullRequestTitleCommand.ts b/clients/client-codecommit/src/commands/UpdatePullRequestTitleCommand.ts index fa3afb56533c4..ef7ff4530a41e 100644 --- a/clients/client-codecommit/src/commands/UpdatePullRequestTitleCommand.ts +++ b/clients/client-codecommit/src/commands/UpdatePullRequestTitleCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdatePullRequestTitleInput, UpdatePullRequestTitleOutput } from "../models/models_1"; import { de_UpdatePullRequestTitleCommand, se_UpdatePullRequestTitleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/UpdateRepositoryDescriptionCommand.ts b/clients/client-codecommit/src/commands/UpdateRepositoryDescriptionCommand.ts index c3f93f6086480..e4530df617696 100644 --- a/clients/client-codecommit/src/commands/UpdateRepositoryDescriptionCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateRepositoryDescriptionCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateRepositoryDescriptionInput } from "../models/models_1"; import { de_UpdateRepositoryDescriptionCommand, se_UpdateRepositoryDescriptionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/commands/UpdateRepositoryNameCommand.ts b/clients/client-codecommit/src/commands/UpdateRepositoryNameCommand.ts index 886aa5c432450..a860db9b8e4b7 100644 --- a/clients/client-codecommit/src/commands/UpdateRepositoryNameCommand.ts +++ b/clients/client-codecommit/src/commands/UpdateRepositoryNameCommand.ts @@ -17,6 +17,10 @@ import { CodeCommitClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateRepositoryNameInput } from "../models/models_1"; import { de_UpdateRepositoryNameCommand, se_UpdateRepositoryNameCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codecommit/src/index.ts b/clients/client-codecommit/src/index.ts index c89453f2b903b..cabe219cd5ce3 100644 --- a/clients/client-codecommit/src/index.ts +++ b/clients/client-codecommit/src/index.ts @@ -1,8 +1,410 @@ -export * from "./CodeCommit"; // smithy-typescript generated code +/* eslint-disable */ +/** + * AWS CodeCommit + *

This is the AWS CodeCommit API Reference. This reference provides descriptions of the operations and data types for + * AWS CodeCommit API along with usage examples.

+ *

You can use the AWS CodeCommit API to work with the following objects:

+ * + *

Repositories, by calling the following:

+ *
    + *
  • + *

    + * BatchGetRepositories, which returns information about one or more repositories associated with your AWS account.

    + *
  • + *
  • + *

    + * CreateRepository, which creates an AWS CodeCommit repository.

    + *
  • + *
  • + *

    + * DeleteRepository, which deletes an AWS CodeCommit repository.

    + *
  • + *
  • + *

    + * GetRepository, which returns information about a specified repository.

    + *
  • + *
  • + *

    + * ListRepositories, which lists all AWS CodeCommit repositories associated with your AWS account.

    + *
  • + *
  • + *

    + * UpdateRepositoryDescription, which sets or updates the description of the repository.

    + *
  • + *
  • + *

    + * UpdateRepositoryName, which changes the name of the + * repository. If you change the name of a repository, no other users of that + * repository can access it until you send them the new HTTPS or SSH URL to + * use.

    + *
  • + *
+ * + *

Branches, by calling the following:

+ *
    + *
  • + *

    + * CreateBranch, which creates a branch in a specified + * repository.

    + *
  • + *
  • + *

    + * DeleteBranch, which deletes the specified branch in a repository unless it is the default branch.

    + *
  • + *
  • + *

    + * GetBranch, which returns information about a specified branch.

    + *
  • + *
  • + *

    + * ListBranches, which lists all branches for a specified repository.

    + *
  • + *
  • + *

    + * UpdateDefaultBranch, which changes the default branch for a repository.

    + *
  • + *
+ * + *

Files, by calling the following:

+ *
    + *
  • + *

    + * DeleteFile, which deletes the content of a specified file from a specified branch.

    + *
  • + *
  • + *

    + * GetBlob, which returns the base-64 encoded content of an + * individual Git blob object in a repository.

    + *
  • + *
  • + *

    + * GetFile, which returns the base-64 encoded content of a specified file.

    + *
  • + *
  • + *

    + * GetFolder, which returns the contents of a specified folder or directory.

    + *
  • + *
  • + *

    + * PutFile, which adds or modifies a single file in a specified repository and branch.

    + *
  • + *
+ * + * + *

Commits, by calling the following:

+ *
    + *
  • + *

    + * BatchGetCommits, which returns information about one or more commits in a repository.

    + *
  • + *
  • + *

    + * CreateCommit, which creates a commit for changes to a repository.

    + *
  • + *
  • + *

    + * GetCommit, which returns information about a commit, including commit + * messages and author and committer information.

    + *
  • + *
  • + *

    + * GetDifferences, which returns information about the + * differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID, + * or other fully qualified reference).

    + *
  • + *
+ * + * + *

Merges, by calling the following:

+ *
    + *
  • + *

    + * BatchDescribeMergeConflicts, which returns information about conflicts in a merge between commits in a repository.

    + *
  • + *
  • + *

    + * CreateUnreferencedMergeCommit, which creates an unreferenced commit between two branches or commits for the + * purpose of comparing them and identifying any potential conflicts.

    + *
  • + *
  • + *

    + * DescribeMergeConflicts, which returns information about merge conflicts between the base, source, and destination versions + * of a file in a potential merge.

    + *
  • + *
  • + *

    + * GetMergeCommit, which returns information about the merge between a source and destination commit.

    + * + *
  • + *
  • + *

    + * GetMergeConflicts, which returns information about merge conflicts + * between the source and destination branch in a pull request.

    + *
  • + *
  • + * + *

    + * GetMergeOptions, which returns information about the available merge options between two branches or commit specifiers.

    + *
  • + *
  • + *

    + * MergeBranchesByFastForward, which merges two branches using the fast-forward merge option.

    + *
  • + *
  • + *

    + * MergeBranchesBySquash, which merges two branches using the squash merge option.

    + *
  • + *
  • + *

    + * MergeBranchesByThreeWay, which merges two branches using the three-way merge option.

    + *
  • + *
+ * + * + *

Pull requests, by calling the following:

+ *
    + *
  • + *

    + * CreatePullRequest, which creates a pull request in a specified repository.

    + *
  • + *
  • + *

    + * CreatePullRequestApprovalRule, which creates an approval rule for a specified pull request.

    + *
  • + *
  • + *

    + * DeletePullRequestApprovalRule, which deletes an approval rule for a specified pull request.

    + *
  • + *
  • + *

    + * DescribePullRequestEvents, which returns information about one or more pull request events.

    + *
  • + *
  • + *

    + * EvaluatePullRequestApprovalRules, which evaluates whether a pull request has met all the conditions specified in its associated approval rules.

    + *
  • + *
  • + *

    + * GetCommentsForPullRequest, which returns information about comments on a specified pull request.

    + *
  • + *
  • + * + *

    + * GetPullRequest, which returns information about a specified pull request.

    + *
  • + *
  • + *

    + * GetPullRequestApprovalStates, which returns information about the approval states for a specified pull request.

    + *
  • + *
  • + *

    + * GetPullRequestOverrideState, which returns information about whether approval rules have been set aside (overriden) for a + * pull request, and if so, the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the pull request.

    + *
  • + *
  • + *

    + * ListPullRequests, which lists all pull requests for a repository.

    + *
  • + *
  • + *

    + * MergePullRequestByFastForward, which merges the source destination branch of a pull request into the specified destination + * branch for that pull request using the fast-forward merge option.

    + *
  • + *
  • + *

    + * MergePullRequestBySquash, which merges the source destination branch of a pull request into the specified destination + * branch for that pull request using the squash merge option.

    + *
  • + *
  • + *

    + * MergePullRequestByThreeWay. which merges the source destination branch of a pull request into the specified destination + * branch for that pull request using the three-way merge option.

    + *
  • + *
  • + *

    + * OverridePullRequestApprovalRules, which sets aside all approval rule requirements for a pull request.

    + *
  • + *
  • + *

    + * PostCommentForPullRequest, which posts a comment to a pull request at the specified line, file, or request.

    + *
  • + *
  • + *

    + * UpdatePullRequestApprovalRuleContent, which updates the structure of an approval rule for a pull request.

    + *
  • + *
  • + *

    + * UpdatePullRequestApprovalState, which updates the state of an approval on a pull request.

    + *
  • + *
  • + *

    + * UpdatePullRequestDescription, which updates the description of a pull request.

    + *
  • + *
  • + *

    + * UpdatePullRequestStatus, which updates the status of a pull request.

    + *
  • + *
  • + *

    + * UpdatePullRequestTitle, which updates the title of a pull request.

    + *
  • + *
+ * + *

Approval rule templates, by calling the following:

+ *
    + *
  • + *

    + * AssociateApprovalRuleTemplateWithRepository, which associates a template + * with a specified repository. After the template is associated with a repository, + * AWS CodeCommit creates approval rules that match the template conditions on + * every pull request created in the specified repository.

    + *
  • + *
  • + *

    + * BatchAssociateApprovalRuleTemplateWithRepositories, which associates a + * template with one or more specified repositories. After the template is + * associated with a repository, AWS CodeCommit creates approval rules that match + * the template conditions on every pull request created in the specified + * repositories.

    + *
  • + *
  • + *

    + * BatchDisassociateApprovalRuleTemplateFromRepositories, which removes the + * association between a template and specified repositories so that approval rules + * based on the template are not automatically created when pull requests are + * created in those repositories.

    + *
  • + *
  • + *

    + * CreateApprovalRuleTemplate, which creates a template for approval rules that can then be associated with one or more repositories + * in your AWS account.

    + *
  • + *
  • + *

    + * DeleteApprovalRuleTemplate, which deletes the specified template. It does not remove approval rules on pull requests already created with the template.

    + *
  • + *
  • + *

    + * DisassociateApprovalRuleTemplateFromRepository, which removes the + * association between a template and a repository so that approval rules based on + * the template are not automatically created when pull requests are created in the + * specified repository.

    + *
  • + *
  • + *

    + * GetApprovalRuleTemplate, which returns information about an approval rule template.

    + *
  • + *
  • + *

    + * ListApprovalRuleTemplates, which lists all approval rule templates in the AWS Region in your AWS account.

    + *
  • + *
  • + *

    + * ListAssociatedApprovalRuleTemplatesForRepository, which lists all approval rule templates that are associated with a specified repository.

    + *
  • + *
  • + *

    + * ListRepositoriesForApprovalRuleTemplate, which lists all repositories associated with the specified approval rule template.

    + *
  • + *
  • + *

    + * UpdateApprovalRuleTemplateDescription, which updates the description of an + * approval rule template.

    + *
  • + *
  • + *

    + * UpdateApprovalRuleTemplateName, which updates the name of an approval rule template.

    + *
  • + *
  • + *

    + * UpdateApprovalRuleTemplateContent, which updates the content of an approval rule template.

    + *
  • + *
+ * + *

Comments in a repository, by calling the following:

+ *
    + *
  • + *

    + * DeleteCommentContent, which deletes the content of a comment on a commit in a repository.

    + *
  • + *
  • + *

    + * GetComment, which returns information about a comment on a commit.

    + *
  • + *
  • + *

    + * GetCommentReactions, which returns information about emoji reactions to comments.

    + *
  • + *
  • + *

    + * GetCommentsForComparedCommit, which returns information about comments on the comparison between two commit specifiers + * in a repository.

    + *
  • + *
  • + *

    + * PostCommentForComparedCommit, which creates a comment on the comparison between two commit specifiers in a repository.

    + *
  • + *
  • + *

    + * PostCommentReply, which creates a reply to a comment.

    + *
  • + *
  • + *

    + * PutCommentReaction, which creates or updates an emoji reaction to a comment.

    + *
  • + *
  • + *

    + * UpdateComment, which updates the content of a comment on a commit in a repository.

    + *
  • + *
+ * + *

Tags used to tag resources in AWS CodeCommit (not Git tags), by calling the following:

+ *
    + *
  • + *

    + * ListTagsForResource, which gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS CodeCommit.

    + *
  • + *
  • + *

    + * TagResource, which adds or updates tags for a resource in AWS CodeCommit.

    + *
  • + *
  • + *

    + * UntagResource, which removes tags for a resource in AWS CodeCommit.

    + *
  • + *
+ * + *

Triggers, by calling the following:

+ *
    + *
  • + *

    + * GetRepositoryTriggers, which returns information about triggers configured + * for a repository.

    + *
  • + *
  • + *

    + * PutRepositoryTriggers, which replaces all triggers for a repository and can + * be used to create or delete triggers.

    + *
  • + *
  • + *

    + * TestRepositoryTriggers, which tests the functionality of a repository trigger + * by sending data to the trigger target.

    + *
  • + *
+ * + * + * + * + *

For information about how to use AWS CodeCommit, see the AWS CodeCommit User Guide.

+ * + * @packageDocumentation + */ export * from "./CodeCommitClient"; +export * from "./CodeCommit"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { CodeCommitServiceException } from "./models/CodeCommitServiceException"; diff --git a/clients/client-codecommit/src/models/CodeCommitServiceException.ts b/clients/client-codecommit/src/models/CodeCommitServiceException.ts index 127404c74469d..30868aa91eb99 100644 --- a/clients/client-codecommit/src/models/CodeCommitServiceException.ts +++ b/clients/client-codecommit/src/models/CodeCommitServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-codedeploy/src/CodeDeployClient.ts b/clients/client-codedeploy/src/CodeDeployClient.ts index ee71f04204b95..a31f1464f40e9 100644 --- a/clients/client-codedeploy/src/CodeDeployClient.ts +++ b/clients/client-codedeploy/src/CodeDeployClient.ts @@ -208,6 +208,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -439,7 +441,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CodeDeployClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CodeDeployClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -458,7 +460,7 @@ export interface CodeDeployClientConfig extends CodeDeployClientConfigType {} /** * @public */ -type CodeDeployClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CodeDeployClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-codedeploy/src/commands/AddTagsToOnPremisesInstancesCommand.ts b/clients/client-codedeploy/src/commands/AddTagsToOnPremisesInstancesCommand.ts index 0fe720c3872cb..aa78bb3d49f49 100644 --- a/clients/client-codedeploy/src/commands/AddTagsToOnPremisesInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/AddTagsToOnPremisesInstancesCommand.ts @@ -20,6 +20,10 @@ import { se_AddTagsToOnPremisesInstancesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/BatchGetApplicationRevisionsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetApplicationRevisionsCommand.ts index 6cbb46ff790bb..765213184a312 100644 --- a/clients/client-codedeploy/src/commands/BatchGetApplicationRevisionsCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetApplicationRevisionsCommand.ts @@ -20,6 +20,10 @@ import { se_BatchGetApplicationRevisionsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/BatchGetApplicationsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetApplicationsCommand.ts index abd0e7345b7c0..3742b35b78361 100644 --- a/clients/client-codedeploy/src/commands/BatchGetApplicationsCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetApplicationsCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchGetApplicationsInput, BatchGetApplicationsOutput } from "../models/models_0"; import { de_BatchGetApplicationsCommand, se_BatchGetApplicationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/BatchGetDeploymentGroupsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetDeploymentGroupsCommand.ts index c353d9ad8a206..130588204f365 100644 --- a/clients/client-codedeploy/src/commands/BatchGetDeploymentGroupsCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetDeploymentGroupsCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchGetDeploymentGroupsInput, BatchGetDeploymentGroupsOutput } from "../models/models_0"; import { de_BatchGetDeploymentGroupsCommand, se_BatchGetDeploymentGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts b/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts index bfa3fcb2839af..2e3b7d16de05b 100644 --- a/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetDeploymentInstancesCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchGetDeploymentInstancesInput, BatchGetDeploymentInstancesOutput } from "../models/models_0"; import { de_BatchGetDeploymentInstancesCommand, se_BatchGetDeploymentInstancesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/BatchGetDeploymentTargetsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetDeploymentTargetsCommand.ts index a6902569a1d5c..8de617f1d23a5 100644 --- a/clients/client-codedeploy/src/commands/BatchGetDeploymentTargetsCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetDeploymentTargetsCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchGetDeploymentTargetsInput, BatchGetDeploymentTargetsOutput } from "../models/models_0"; import { de_BatchGetDeploymentTargetsCommand, se_BatchGetDeploymentTargetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/BatchGetDeploymentsCommand.ts b/clients/client-codedeploy/src/commands/BatchGetDeploymentsCommand.ts index aa50c72be018b..fc35dbff321c2 100644 --- a/clients/client-codedeploy/src/commands/BatchGetDeploymentsCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetDeploymentsCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchGetDeploymentsInput, BatchGetDeploymentsOutput } from "../models/models_0"; import { de_BatchGetDeploymentsCommand, se_BatchGetDeploymentsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/BatchGetOnPremisesInstancesCommand.ts b/clients/client-codedeploy/src/commands/BatchGetOnPremisesInstancesCommand.ts index 7f209cc856bbc..b7e7d896d5db0 100644 --- a/clients/client-codedeploy/src/commands/BatchGetOnPremisesInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/BatchGetOnPremisesInstancesCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchGetOnPremisesInstancesInput, BatchGetOnPremisesInstancesOutput } from "../models/models_0"; import { de_BatchGetOnPremisesInstancesCommand, se_BatchGetOnPremisesInstancesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/ContinueDeploymentCommand.ts b/clients/client-codedeploy/src/commands/ContinueDeploymentCommand.ts index b072a63edb6b6..246ba7db39b8a 100644 --- a/clients/client-codedeploy/src/commands/ContinueDeploymentCommand.ts +++ b/clients/client-codedeploy/src/commands/ContinueDeploymentCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ContinueDeploymentInput } from "../models/models_0"; import { de_ContinueDeploymentCommand, se_ContinueDeploymentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/CreateApplicationCommand.ts b/clients/client-codedeploy/src/commands/CreateApplicationCommand.ts index 2e2e07e6eb20a..f8d6aec35868f 100644 --- a/clients/client-codedeploy/src/commands/CreateApplicationCommand.ts +++ b/clients/client-codedeploy/src/commands/CreateApplicationCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateApplicationInput, CreateApplicationOutput } from "../models/models_0"; import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/CreateDeploymentCommand.ts b/clients/client-codedeploy/src/commands/CreateDeploymentCommand.ts index e555677903ead..c45dee2fbc3b7 100644 --- a/clients/client-codedeploy/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-codedeploy/src/commands/CreateDeploymentCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateDeploymentInput, CreateDeploymentOutput } from "../models/models_0"; import { de_CreateDeploymentCommand, se_CreateDeploymentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/CreateDeploymentConfigCommand.ts b/clients/client-codedeploy/src/commands/CreateDeploymentConfigCommand.ts index 908b916554e04..f59acfd4411b6 100644 --- a/clients/client-codedeploy/src/commands/CreateDeploymentConfigCommand.ts +++ b/clients/client-codedeploy/src/commands/CreateDeploymentConfigCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateDeploymentConfigInput, CreateDeploymentConfigOutput } from "../models/models_0"; import { de_CreateDeploymentConfigCommand, se_CreateDeploymentConfigCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/CreateDeploymentGroupCommand.ts b/clients/client-codedeploy/src/commands/CreateDeploymentGroupCommand.ts index ecfb215947e26..031b851509ad3 100644 --- a/clients/client-codedeploy/src/commands/CreateDeploymentGroupCommand.ts +++ b/clients/client-codedeploy/src/commands/CreateDeploymentGroupCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateDeploymentGroupInput, CreateDeploymentGroupOutput } from "../models/models_0"; import { de_CreateDeploymentGroupCommand, se_CreateDeploymentGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/DeleteApplicationCommand.ts b/clients/client-codedeploy/src/commands/DeleteApplicationCommand.ts index e0a017e0ecd2c..4d5ab445dc4a4 100644 --- a/clients/client-codedeploy/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-codedeploy/src/commands/DeleteApplicationCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteApplicationInput } from "../models/models_0"; import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/DeleteDeploymentConfigCommand.ts b/clients/client-codedeploy/src/commands/DeleteDeploymentConfigCommand.ts index abfdf41f8d56e..761c55de20162 100644 --- a/clients/client-codedeploy/src/commands/DeleteDeploymentConfigCommand.ts +++ b/clients/client-codedeploy/src/commands/DeleteDeploymentConfigCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteDeploymentConfigInput } from "../models/models_0"; import { de_DeleteDeploymentConfigCommand, se_DeleteDeploymentConfigCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/DeleteDeploymentGroupCommand.ts b/clients/client-codedeploy/src/commands/DeleteDeploymentGroupCommand.ts index 8eaf6d67374eb..f098b1cabd0b8 100644 --- a/clients/client-codedeploy/src/commands/DeleteDeploymentGroupCommand.ts +++ b/clients/client-codedeploy/src/commands/DeleteDeploymentGroupCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteDeploymentGroupInput, DeleteDeploymentGroupOutput } from "../models/models_0"; import { de_DeleteDeploymentGroupCommand, se_DeleteDeploymentGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/DeleteGitHubAccountTokenCommand.ts b/clients/client-codedeploy/src/commands/DeleteGitHubAccountTokenCommand.ts index 1a463ee25acd1..eb4540dc3cfdb 100644 --- a/clients/client-codedeploy/src/commands/DeleteGitHubAccountTokenCommand.ts +++ b/clients/client-codedeploy/src/commands/DeleteGitHubAccountTokenCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteGitHubAccountTokenInput, DeleteGitHubAccountTokenOutput } from "../models/models_0"; import { de_DeleteGitHubAccountTokenCommand, se_DeleteGitHubAccountTokenCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/DeleteResourcesByExternalIdCommand.ts b/clients/client-codedeploy/src/commands/DeleteResourcesByExternalIdCommand.ts index b9616bdb9d0d7..f7d75cdeeaafe 100644 --- a/clients/client-codedeploy/src/commands/DeleteResourcesByExternalIdCommand.ts +++ b/clients/client-codedeploy/src/commands/DeleteResourcesByExternalIdCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteResourcesByExternalIdInput, DeleteResourcesByExternalIdOutput } from "../models/models_0"; import { de_DeleteResourcesByExternalIdCommand, se_DeleteResourcesByExternalIdCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/DeregisterOnPremisesInstanceCommand.ts b/clients/client-codedeploy/src/commands/DeregisterOnPremisesInstanceCommand.ts index 1627286cc0107..9393adce3b6c8 100644 --- a/clients/client-codedeploy/src/commands/DeregisterOnPremisesInstanceCommand.ts +++ b/clients/client-codedeploy/src/commands/DeregisterOnPremisesInstanceCommand.ts @@ -20,6 +20,10 @@ import { se_DeregisterOnPremisesInstanceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/GetApplicationCommand.ts b/clients/client-codedeploy/src/commands/GetApplicationCommand.ts index a579514964e84..feb27444c2024 100644 --- a/clients/client-codedeploy/src/commands/GetApplicationCommand.ts +++ b/clients/client-codedeploy/src/commands/GetApplicationCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetApplicationInput, GetApplicationOutput } from "../models/models_0"; import { de_GetApplicationCommand, se_GetApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/GetApplicationRevisionCommand.ts b/clients/client-codedeploy/src/commands/GetApplicationRevisionCommand.ts index e563e32fae1f4..a882ee3c4eade 100644 --- a/clients/client-codedeploy/src/commands/GetApplicationRevisionCommand.ts +++ b/clients/client-codedeploy/src/commands/GetApplicationRevisionCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetApplicationRevisionInput, GetApplicationRevisionOutput } from "../models/models_0"; import { de_GetApplicationRevisionCommand, se_GetApplicationRevisionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/GetDeploymentCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentCommand.ts index 18a0366c98b05..bc01d250597d9 100644 --- a/clients/client-codedeploy/src/commands/GetDeploymentCommand.ts +++ b/clients/client-codedeploy/src/commands/GetDeploymentCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDeploymentInput, GetDeploymentOutput } from "../models/models_0"; import { de_GetDeploymentCommand, se_GetDeploymentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/GetDeploymentConfigCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentConfigCommand.ts index 56b915ef2695d..a5b1f2d7ef431 100644 --- a/clients/client-codedeploy/src/commands/GetDeploymentConfigCommand.ts +++ b/clients/client-codedeploy/src/commands/GetDeploymentConfigCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDeploymentConfigInput, GetDeploymentConfigOutput } from "../models/models_0"; import { de_GetDeploymentConfigCommand, se_GetDeploymentConfigCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/GetDeploymentGroupCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentGroupCommand.ts index 7f62706817956..06c3c6a1ca75a 100644 --- a/clients/client-codedeploy/src/commands/GetDeploymentGroupCommand.ts +++ b/clients/client-codedeploy/src/commands/GetDeploymentGroupCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDeploymentGroupInput, GetDeploymentGroupOutput } from "../models/models_0"; import { de_GetDeploymentGroupCommand, se_GetDeploymentGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts index 8d5926b299b4d..63711c562b2d8 100644 --- a/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts +++ b/clients/client-codedeploy/src/commands/GetDeploymentInstanceCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDeploymentInstanceInput, GetDeploymentInstanceOutput } from "../models/models_0"; import { de_GetDeploymentInstanceCommand, se_GetDeploymentInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/GetDeploymentTargetCommand.ts b/clients/client-codedeploy/src/commands/GetDeploymentTargetCommand.ts index 047963ab6467b..ce83c3ebd22b3 100644 --- a/clients/client-codedeploy/src/commands/GetDeploymentTargetCommand.ts +++ b/clients/client-codedeploy/src/commands/GetDeploymentTargetCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDeploymentTargetInput, GetDeploymentTargetOutput } from "../models/models_0"; import { de_GetDeploymentTargetCommand, se_GetDeploymentTargetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/GetOnPremisesInstanceCommand.ts b/clients/client-codedeploy/src/commands/GetOnPremisesInstanceCommand.ts index d9b6a12f199fc..b6ee403349db9 100644 --- a/clients/client-codedeploy/src/commands/GetOnPremisesInstanceCommand.ts +++ b/clients/client-codedeploy/src/commands/GetOnPremisesInstanceCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetOnPremisesInstanceInput, GetOnPremisesInstanceOutput } from "../models/models_0"; import { de_GetOnPremisesInstanceCommand, se_GetOnPremisesInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/ListApplicationRevisionsCommand.ts b/clients/client-codedeploy/src/commands/ListApplicationRevisionsCommand.ts index d866f176751e0..28c6665b5991c 100644 --- a/clients/client-codedeploy/src/commands/ListApplicationRevisionsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListApplicationRevisionsCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListApplicationRevisionsInput, ListApplicationRevisionsOutput } from "../models/models_0"; import { de_ListApplicationRevisionsCommand, se_ListApplicationRevisionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/ListApplicationsCommand.ts b/clients/client-codedeploy/src/commands/ListApplicationsCommand.ts index e3ba8fe7b9afa..4bc70fbe92109 100644 --- a/clients/client-codedeploy/src/commands/ListApplicationsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListApplicationsCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListApplicationsInput, ListApplicationsOutput } from "../models/models_0"; import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/ListDeploymentConfigsCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentConfigsCommand.ts index 88d6f5af4b4ad..ffb4ca605f162 100644 --- a/clients/client-codedeploy/src/commands/ListDeploymentConfigsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListDeploymentConfigsCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListDeploymentConfigsInput, ListDeploymentConfigsOutput } from "../models/models_0"; import { de_ListDeploymentConfigsCommand, se_ListDeploymentConfigsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/ListDeploymentGroupsCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentGroupsCommand.ts index d525d19c0765d..4863c3a97472e 100644 --- a/clients/client-codedeploy/src/commands/ListDeploymentGroupsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListDeploymentGroupsCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListDeploymentGroupsInput, ListDeploymentGroupsOutput } from "../models/models_0"; import { de_ListDeploymentGroupsCommand, se_ListDeploymentGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts index b84e90a820820..681f1a94ea900 100644 --- a/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/ListDeploymentInstancesCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListDeploymentInstancesInput, ListDeploymentInstancesOutput } from "../models/models_0"; import { de_ListDeploymentInstancesCommand, se_ListDeploymentInstancesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/ListDeploymentTargetsCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentTargetsCommand.ts index 593f46946786d..1cb777c2712c9 100644 --- a/clients/client-codedeploy/src/commands/ListDeploymentTargetsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListDeploymentTargetsCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListDeploymentTargetsInput, ListDeploymentTargetsOutput } from "../models/models_0"; import { de_ListDeploymentTargetsCommand, se_ListDeploymentTargetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/ListDeploymentsCommand.ts b/clients/client-codedeploy/src/commands/ListDeploymentsCommand.ts index 456f81f63f8fe..e118cb62228b7 100644 --- a/clients/client-codedeploy/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-codedeploy/src/commands/ListDeploymentsCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListDeploymentsInput, ListDeploymentsOutput } from "../models/models_0"; import { de_ListDeploymentsCommand, se_ListDeploymentsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/ListGitHubAccountTokenNamesCommand.ts b/clients/client-codedeploy/src/commands/ListGitHubAccountTokenNamesCommand.ts index b4da82a8ba7ce..a5a137a7fad27 100644 --- a/clients/client-codedeploy/src/commands/ListGitHubAccountTokenNamesCommand.ts +++ b/clients/client-codedeploy/src/commands/ListGitHubAccountTokenNamesCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListGitHubAccountTokenNamesInput, ListGitHubAccountTokenNamesOutput } from "../models/models_0"; import { de_ListGitHubAccountTokenNamesCommand, se_ListGitHubAccountTokenNamesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/ListOnPremisesInstancesCommand.ts b/clients/client-codedeploy/src/commands/ListOnPremisesInstancesCommand.ts index 5997713b9280a..aeb9939932dca 100644 --- a/clients/client-codedeploy/src/commands/ListOnPremisesInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/ListOnPremisesInstancesCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListOnPremisesInstancesInput, ListOnPremisesInstancesOutput } from "../models/models_0"; import { de_ListOnPremisesInstancesCommand, se_ListOnPremisesInstancesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/ListTagsForResourceCommand.ts b/clients/client-codedeploy/src/commands/ListTagsForResourceCommand.ts index 4554725648831..40fd0dc13f895 100644 --- a/clients/client-codedeploy/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codedeploy/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/PutLifecycleEventHookExecutionStatusCommand.ts b/clients/client-codedeploy/src/commands/PutLifecycleEventHookExecutionStatusCommand.ts index 571f730d3d946..164d7b8b848ca 100644 --- a/clients/client-codedeploy/src/commands/PutLifecycleEventHookExecutionStatusCommand.ts +++ b/clients/client-codedeploy/src/commands/PutLifecycleEventHookExecutionStatusCommand.ts @@ -23,6 +23,10 @@ import { se_PutLifecycleEventHookExecutionStatusCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/RegisterApplicationRevisionCommand.ts b/clients/client-codedeploy/src/commands/RegisterApplicationRevisionCommand.ts index b0138c1410238..48218c368d11c 100644 --- a/clients/client-codedeploy/src/commands/RegisterApplicationRevisionCommand.ts +++ b/clients/client-codedeploy/src/commands/RegisterApplicationRevisionCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { RegisterApplicationRevisionInput } from "../models/models_0"; import { de_RegisterApplicationRevisionCommand, se_RegisterApplicationRevisionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/RegisterOnPremisesInstanceCommand.ts b/clients/client-codedeploy/src/commands/RegisterOnPremisesInstanceCommand.ts index 98e8eb9acc9e8..2eaae178ac7ab 100644 --- a/clients/client-codedeploy/src/commands/RegisterOnPremisesInstanceCommand.ts +++ b/clients/client-codedeploy/src/commands/RegisterOnPremisesInstanceCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { RegisterOnPremisesInstanceInput } from "../models/models_0"; import { de_RegisterOnPremisesInstanceCommand, se_RegisterOnPremisesInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/RemoveTagsFromOnPremisesInstancesCommand.ts b/clients/client-codedeploy/src/commands/RemoveTagsFromOnPremisesInstancesCommand.ts index 5566fcd66c2d6..1a357d42f1ffb 100644 --- a/clients/client-codedeploy/src/commands/RemoveTagsFromOnPremisesInstancesCommand.ts +++ b/clients/client-codedeploy/src/commands/RemoveTagsFromOnPremisesInstancesCommand.ts @@ -20,6 +20,10 @@ import { se_RemoveTagsFromOnPremisesInstancesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts b/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts index d80b4c39c75ce..c5efc56467f0a 100644 --- a/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts +++ b/clients/client-codedeploy/src/commands/SkipWaitTimeForInstanceTerminationCommand.ts @@ -20,6 +20,10 @@ import { se_SkipWaitTimeForInstanceTerminationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/StopDeploymentCommand.ts b/clients/client-codedeploy/src/commands/StopDeploymentCommand.ts index 6e2d4de2c402e..5f133ecde4ac6 100644 --- a/clients/client-codedeploy/src/commands/StopDeploymentCommand.ts +++ b/clients/client-codedeploy/src/commands/StopDeploymentCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopDeploymentInput, StopDeploymentOutput } from "../models/models_0"; import { de_StopDeploymentCommand, se_StopDeploymentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/TagResourceCommand.ts b/clients/client-codedeploy/src/commands/TagResourceCommand.ts index 11ae7d3881759..7079f463cd11c 100644 --- a/clients/client-codedeploy/src/commands/TagResourceCommand.ts +++ b/clients/client-codedeploy/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/UntagResourceCommand.ts b/clients/client-codedeploy/src/commands/UntagResourceCommand.ts index 09d07f4d5a0d3..128609a3d0a0e 100644 --- a/clients/client-codedeploy/src/commands/UntagResourceCommand.ts +++ b/clients/client-codedeploy/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/UpdateApplicationCommand.ts b/clients/client-codedeploy/src/commands/UpdateApplicationCommand.ts index 94ae1e086e3f2..e9eb0d100cc23 100644 --- a/clients/client-codedeploy/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-codedeploy/src/commands/UpdateApplicationCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateApplicationInput } from "../models/models_0"; import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/commands/UpdateDeploymentGroupCommand.ts b/clients/client-codedeploy/src/commands/UpdateDeploymentGroupCommand.ts index f85f46633acbc..62e67d64566da 100644 --- a/clients/client-codedeploy/src/commands/UpdateDeploymentGroupCommand.ts +++ b/clients/client-codedeploy/src/commands/UpdateDeploymentGroupCommand.ts @@ -17,6 +17,10 @@ import { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateDeploymentGroupInput, UpdateDeploymentGroupOutput } from "../models/models_0"; import { de_UpdateDeploymentGroupCommand, se_UpdateDeploymentGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codedeploy/src/index.ts b/clients/client-codedeploy/src/index.ts index ff0f559776965..671fc98642dfb 100644 --- a/clients/client-codedeploy/src/index.ts +++ b/clients/client-codedeploy/src/index.ts @@ -1,9 +1,107 @@ -export * from "./CodeDeploy"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

CodeDeploy is a deployment service that automates application deployments + * to Amazon EC2 instances, on-premises instances running in your own facility, + * serverless Lambda functions, or applications in an Amazon ECS + * service.

+ *

You can deploy a nearly unlimited variety of application content, such as an updated + * Lambda function, updated applications in an Amazon ECS service, + * code, web and configuration files, executables, packages, scripts, multimedia files, and + * so on. CodeDeploy can deploy application content stored in Amazon S3 + * buckets, GitHub repositories, or Bitbucket repositories. You do not need to make changes + * to your existing code before you can use CodeDeploy.

+ *

CodeDeploy makes it easier for you to rapidly release new features, helps + * you avoid downtime during application deployment, and handles the complexity of updating + * your applications, without many of the risks associated with error-prone manual + * deployments.

+ *

+ * CodeDeploy Components + *

+ *

Use the information in this guide to help you work with the following CodeDeploy components:

+ *
    + *
  • + *

    + * Application: A name that uniquely identifies + * the application you want to deploy. CodeDeploy uses this name, which + * functions as a container, to ensure the correct combination of revision, + * deployment configuration, and deployment group are referenced during a + * deployment.

    + *
  • + *
  • + *

    + * Deployment group: A set of individual + * instances, CodeDeploy + * Lambda deployment configuration settings, or an Amazon ECS + * service and network details. A Lambda deployment group specifies how + * to route traffic to a new version of a Lambda function. An Amazon ECS deployment group specifies the service created in Amazon ECS to deploy, a load balancer, and a listener to reroute production + * traffic to an updated containerized application. An Amazon EC2/On-premises deployment group contains individually tagged instances, Amazon EC2 instances in Amazon EC2 Auto Scaling groups, or both. All + * deployment groups can specify optional trigger, alarm, and rollback + * settings.

    + *
  • + *
  • + *

    + * Deployment configuration: A set of deployment + * rules and deployment success and failure conditions used by CodeDeploy during a deployment.

    + *
  • + *
  • + *

    + * Deployment: The process and the components used + * when updating a Lambda function, a containerized application in an + * Amazon ECS service, or of installing content on one or more + * instances.

    + *
  • + *
  • + *

    + * Application revisions: For an Lambda deployment, this is an AppSpec file that specifies the + * Lambda function to be updated and one or more functions to + * validate deployment lifecycle events. For an Amazon ECS deployment, this + * is an AppSpec file that specifies the Amazon ECS task definition, + * container, and port where production traffic is rerouted. For an EC2/On-premises + * deployment, this is an archive file that contains source content—source code, + * webpages, executable files, and deployment scripts—along with an AppSpec file. + * Revisions are stored in Amazon S3 buckets or GitHub repositories. For + * Amazon S3, a revision is uniquely identified by its Amazon S3 object key and its ETag, version, or both. For GitHub, a revision is uniquely + * identified by its commit ID.

    + *
  • + *
+ *

This guide also contains information to help you get details about the instances in + * your deployments, to make on-premises instances available for CodeDeploy + * deployments, to get details about a Lambda function deployment, and to get + * details about Amazon ECS service deployments.

+ *

+ * CodeDeploy Information Resources + *

+ * + * + * @packageDocumentation + */ export * from "./CodeDeployClient"; +export * from "./CodeDeploy"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { CodeDeployServiceException } from "./models/CodeDeployServiceException"; diff --git a/clients/client-codedeploy/src/models/CodeDeployServiceException.ts b/clients/client-codedeploy/src/models/CodeDeployServiceException.ts index 0bee2bfcf51ca..7baf8a950f042 100644 --- a/clients/client-codedeploy/src/models/CodeDeployServiceException.ts +++ b/clients/client-codedeploy/src/models/CodeDeployServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-codeguru-reviewer/src/CodeGuruReviewerClient.ts b/clients/client-codeguru-reviewer/src/CodeGuruReviewerClient.ts index f97e3111f5667..9ac2c00f3ca19 100644 --- a/clients/client-codeguru-reviewer/src/CodeGuruReviewerClient.ts +++ b/clients/client-codeguru-reviewer/src/CodeGuruReviewerClient.ts @@ -100,6 +100,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -265,7 +267,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CodeGuruReviewerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CodeGuruReviewerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -284,7 +286,7 @@ export interface CodeGuruReviewerClientConfig extends CodeGuruReviewerClientConf /** * @public */ -type CodeGuruReviewerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CodeGuruReviewerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-codeguru-reviewer/src/commands/AssociateRepositoryCommand.ts b/clients/client-codeguru-reviewer/src/commands/AssociateRepositoryCommand.ts index 7e19b43353d38..3f2407b3e4238 100644 --- a/clients/client-codeguru-reviewer/src/commands/AssociateRepositoryCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/AssociateRepositoryCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { AssociateRepositoryRequest, AssociateRepositoryResponse } from "../models/models_0"; import { de_AssociateRepositoryCommand, se_AssociateRepositoryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguru-reviewer/src/commands/CreateCodeReviewCommand.ts b/clients/client-codeguru-reviewer/src/commands/CreateCodeReviewCommand.ts index 55d11bdf7f843..041fc83d140a6 100644 --- a/clients/client-codeguru-reviewer/src/commands/CreateCodeReviewCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/CreateCodeReviewCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateCodeReviewRequest, CreateCodeReviewResponse } from "../models/models_0"; import { de_CreateCodeReviewCommand, se_CreateCodeReviewCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguru-reviewer/src/commands/DescribeCodeReviewCommand.ts b/clients/client-codeguru-reviewer/src/commands/DescribeCodeReviewCommand.ts index c7b52c43d7e1d..b00ed01bf9fa0 100644 --- a/clients/client-codeguru-reviewer/src/commands/DescribeCodeReviewCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/DescribeCodeReviewCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeCodeReviewRequest, DescribeCodeReviewResponse } from "../models/models_0"; import { de_DescribeCodeReviewCommand, se_DescribeCodeReviewCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguru-reviewer/src/commands/DescribeRecommendationFeedbackCommand.ts b/clients/client-codeguru-reviewer/src/commands/DescribeRecommendationFeedbackCommand.ts index e27fb7a7eb66b..984da3d2cd4d5 100644 --- a/clients/client-codeguru-reviewer/src/commands/DescribeRecommendationFeedbackCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/DescribeRecommendationFeedbackCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeRecommendationFeedbackCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguru-reviewer/src/commands/DescribeRepositoryAssociationCommand.ts b/clients/client-codeguru-reviewer/src/commands/DescribeRepositoryAssociationCommand.ts index a2220f9108975..656c705d598f8 100644 --- a/clients/client-codeguru-reviewer/src/commands/DescribeRepositoryAssociationCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/DescribeRepositoryAssociationCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeRepositoryAssociationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguru-reviewer/src/commands/DisassociateRepositoryCommand.ts b/clients/client-codeguru-reviewer/src/commands/DisassociateRepositoryCommand.ts index 110655ae6c55b..fb7c7278dfdb6 100644 --- a/clients/client-codeguru-reviewer/src/commands/DisassociateRepositoryCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/DisassociateRepositoryCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DisassociateRepositoryRequest, DisassociateRepositoryResponse } from "../models/models_0"; import { de_DisassociateRepositoryCommand, se_DisassociateRepositoryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguru-reviewer/src/commands/ListCodeReviewsCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListCodeReviewsCommand.ts index fa17182a54330..653de3245a95f 100644 --- a/clients/client-codeguru-reviewer/src/commands/ListCodeReviewsCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/ListCodeReviewsCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListCodeReviewsRequest, ListCodeReviewsResponse } from "../models/models_0"; import { de_ListCodeReviewsCommand, se_ListCodeReviewsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguru-reviewer/src/commands/ListRecommendationFeedbackCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListRecommendationFeedbackCommand.ts index 0e626be9f7982..da9e02a82a480 100644 --- a/clients/client-codeguru-reviewer/src/commands/ListRecommendationFeedbackCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/ListRecommendationFeedbackCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListRecommendationFeedbackRequest, ListRecommendationFeedbackResponse } from "../models/models_0"; import { de_ListRecommendationFeedbackCommand, se_ListRecommendationFeedbackCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguru-reviewer/src/commands/ListRecommendationsCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListRecommendationsCommand.ts index 9d8d9bf7dde01..aabf491a92fb4 100644 --- a/clients/client-codeguru-reviewer/src/commands/ListRecommendationsCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/ListRecommendationsCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListRecommendationsRequest, ListRecommendationsResponse } from "../models/models_0"; import { de_ListRecommendationsCommand, se_ListRecommendationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguru-reviewer/src/commands/ListRepositoryAssociationsCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListRepositoryAssociationsCommand.ts index 44d7ec725adc3..521c132066ea4 100644 --- a/clients/client-codeguru-reviewer/src/commands/ListRepositoryAssociationsCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/ListRepositoryAssociationsCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListRepositoryAssociationsRequest, ListRepositoryAssociationsResponse } from "../models/models_0"; import { de_ListRepositoryAssociationsCommand, se_ListRepositoryAssociationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguru-reviewer/src/commands/ListTagsForResourceCommand.ts b/clients/client-codeguru-reviewer/src/commands/ListTagsForResourceCommand.ts index 182ac8c1a156d..a0728711f81d1 100644 --- a/clients/client-codeguru-reviewer/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguru-reviewer/src/commands/PutRecommendationFeedbackCommand.ts b/clients/client-codeguru-reviewer/src/commands/PutRecommendationFeedbackCommand.ts index 2ead3585174c8..a8bb668da53db 100644 --- a/clients/client-codeguru-reviewer/src/commands/PutRecommendationFeedbackCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/PutRecommendationFeedbackCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { PutRecommendationFeedbackRequest, PutRecommendationFeedbackResponse } from "../models/models_0"; import { de_PutRecommendationFeedbackCommand, se_PutRecommendationFeedbackCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguru-reviewer/src/commands/TagResourceCommand.ts b/clients/client-codeguru-reviewer/src/commands/TagResourceCommand.ts index 2e967a14910da..531098daa3dff 100644 --- a/clients/client-codeguru-reviewer/src/commands/TagResourceCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguru-reviewer/src/commands/UntagResourceCommand.ts b/clients/client-codeguru-reviewer/src/commands/UntagResourceCommand.ts index 71fb8d28697fa..e1480608781b0 100644 --- a/clients/client-codeguru-reviewer/src/commands/UntagResourceCommand.ts +++ b/clients/client-codeguru-reviewer/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruReviewerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguru-reviewer/src/index.ts b/clients/client-codeguru-reviewer/src/index.ts index 6612cc4ed558b..cae9c8fd23bab 100644 --- a/clients/client-codeguru-reviewer/src/index.ts +++ b/clients/client-codeguru-reviewer/src/index.ts @@ -1,9 +1,31 @@ -export * from "./CodeGuruReviewer"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

This section provides documentation for the Amazon CodeGuru Reviewer API operations. CodeGuru Reviewer is a + * service that uses program analysis and machine learning to detect potential defects that + * are difficult for developers to find and recommends fixes in your Java and Python + * code.

+ * + *

By proactively detecting and providing recommendations for addressing code defects and + * implementing best practices, CodeGuru Reviewer improves the overall quality and maintainability of + * your code base during the code review stage. For more information about CodeGuru Reviewer, see the + * + * Amazon CodeGuru Reviewer User Guide. + *

+ * + *

To improve the security of your CodeGuru Reviewer API calls, you can establish a private connection + * between your VPC and CodeGuru Reviewer by creating an interface VPC endpoint. For + * more information, see CodeGuru Reviewer and interface VPC + * endpoints (Amazon Web Services PrivateLink) in the Amazon CodeGuru Reviewer User + * Guide.

+ * + * @packageDocumentation + */ export * from "./CodeGuruReviewerClient"; +export * from "./CodeGuruReviewer"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { CodeGuruReviewerServiceException } from "./models/CodeGuruReviewerServiceException"; diff --git a/clients/client-codeguru-reviewer/src/models/CodeGuruReviewerServiceException.ts b/clients/client-codeguru-reviewer/src/models/CodeGuruReviewerServiceException.ts index d6e770d6b0721..4e5b10fd0e38a 100644 --- a/clients/client-codeguru-reviewer/src/models/CodeGuruReviewerServiceException.ts +++ b/clients/client-codeguru-reviewer/src/models/CodeGuruReviewerServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-codeguruprofiler/src/CodeGuruProfilerClient.ts b/clients/client-codeguruprofiler/src/CodeGuruProfilerClient.ts index 25dd4c7c06e7a..beaffe17300e0 100644 --- a/clients/client-codeguruprofiler/src/CodeGuruProfilerClient.ts +++ b/clients/client-codeguruprofiler/src/CodeGuruProfilerClient.ts @@ -118,6 +118,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -301,7 +303,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CodeGuruProfilerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CodeGuruProfilerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -320,7 +322,7 @@ export interface CodeGuruProfilerClientConfig extends CodeGuruProfilerClientConf /** * @public */ -type CodeGuruProfilerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CodeGuruProfilerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-codeguruprofiler/src/commands/AddNotificationChannelsCommand.ts b/clients/client-codeguruprofiler/src/commands/AddNotificationChannelsCommand.ts index 14a6253a34830..0cf13b5f605bd 100644 --- a/clients/client-codeguruprofiler/src/commands/AddNotificationChannelsCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/AddNotificationChannelsCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { AddNotificationChannelsRequest, AddNotificationChannelsResponse } from "../models/models_0"; import { de_AddNotificationChannelsCommand, se_AddNotificationChannelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/BatchGetFrameMetricDataCommand.ts b/clients/client-codeguruprofiler/src/commands/BatchGetFrameMetricDataCommand.ts index 1e2586d0ac8e7..7e4fb7183ff12 100644 --- a/clients/client-codeguruprofiler/src/commands/BatchGetFrameMetricDataCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/BatchGetFrameMetricDataCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { BatchGetFrameMetricDataRequest, BatchGetFrameMetricDataResponse } from "../models/models_0"; import { de_BatchGetFrameMetricDataCommand, se_BatchGetFrameMetricDataCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/ConfigureAgentCommand.ts b/clients/client-codeguruprofiler/src/commands/ConfigureAgentCommand.ts index a0018d9187c00..00b67bef469d4 100644 --- a/clients/client-codeguruprofiler/src/commands/ConfigureAgentCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/ConfigureAgentCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ConfigureAgentRequest, ConfigureAgentResponse } from "../models/models_0"; import { de_ConfigureAgentCommand, se_ConfigureAgentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/CreateProfilingGroupCommand.ts b/clients/client-codeguruprofiler/src/commands/CreateProfilingGroupCommand.ts index 2e79126545b31..2296146baa866 100644 --- a/clients/client-codeguruprofiler/src/commands/CreateProfilingGroupCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/CreateProfilingGroupCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateProfilingGroupRequest, CreateProfilingGroupResponse } from "../models/models_0"; import { de_CreateProfilingGroupCommand, se_CreateProfilingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/DeleteProfilingGroupCommand.ts b/clients/client-codeguruprofiler/src/commands/DeleteProfilingGroupCommand.ts index d5639d2efadf0..59bc001278b56 100644 --- a/clients/client-codeguruprofiler/src/commands/DeleteProfilingGroupCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/DeleteProfilingGroupCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteProfilingGroupRequest, DeleteProfilingGroupResponse } from "../models/models_0"; import { de_DeleteProfilingGroupCommand, se_DeleteProfilingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/DescribeProfilingGroupCommand.ts b/clients/client-codeguruprofiler/src/commands/DescribeProfilingGroupCommand.ts index f8a428865ca64..aa0a2cd365864 100644 --- a/clients/client-codeguruprofiler/src/commands/DescribeProfilingGroupCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/DescribeProfilingGroupCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeProfilingGroupRequest, DescribeProfilingGroupResponse } from "../models/models_0"; import { de_DescribeProfilingGroupCommand, se_DescribeProfilingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/GetFindingsReportAccountSummaryCommand.ts b/clients/client-codeguruprofiler/src/commands/GetFindingsReportAccountSummaryCommand.ts index 5db4cecfbae5c..2c2897f5a0e6c 100644 --- a/clients/client-codeguruprofiler/src/commands/GetFindingsReportAccountSummaryCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/GetFindingsReportAccountSummaryCommand.ts @@ -20,6 +20,10 @@ import { se_GetFindingsReportAccountSummaryCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/GetNotificationConfigurationCommand.ts b/clients/client-codeguruprofiler/src/commands/GetNotificationConfigurationCommand.ts index 9445eefddd17e..9829db7473dbe 100644 --- a/clients/client-codeguruprofiler/src/commands/GetNotificationConfigurationCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/GetNotificationConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_GetNotificationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/GetPolicyCommand.ts b/clients/client-codeguruprofiler/src/commands/GetPolicyCommand.ts index 50f82525e4497..57f5bdd79a6a8 100644 --- a/clients/client-codeguruprofiler/src/commands/GetPolicyCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/GetPolicyCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0"; import { de_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts b/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts index 5827340bfc9f2..9079d8e585ad6 100644 --- a/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/GetProfileCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetProfileRequest, GetProfileResponse } from "../models/models_0"; import { de_GetProfileCommand, se_GetProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/GetRecommendationsCommand.ts b/clients/client-codeguruprofiler/src/commands/GetRecommendationsCommand.ts index 3c974a6434dd4..74db228957379 100644 --- a/clients/client-codeguruprofiler/src/commands/GetRecommendationsCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/GetRecommendationsCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetRecommendationsRequest, GetRecommendationsResponse } from "../models/models_0"; import { de_GetRecommendationsCommand, se_GetRecommendationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/ListFindingsReportsCommand.ts b/clients/client-codeguruprofiler/src/commands/ListFindingsReportsCommand.ts index a956b02c21a23..3f5a3826f35af 100644 --- a/clients/client-codeguruprofiler/src/commands/ListFindingsReportsCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/ListFindingsReportsCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListFindingsReportsRequest, ListFindingsReportsResponse } from "../models/models_0"; import { de_ListFindingsReportsCommand, se_ListFindingsReportsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/ListProfileTimesCommand.ts b/clients/client-codeguruprofiler/src/commands/ListProfileTimesCommand.ts index 5b396588b5ba9..16bd2b4147074 100644 --- a/clients/client-codeguruprofiler/src/commands/ListProfileTimesCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/ListProfileTimesCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListProfileTimesRequest, ListProfileTimesResponse } from "../models/models_0"; import { de_ListProfileTimesCommand, se_ListProfileTimesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/ListProfilingGroupsCommand.ts b/clients/client-codeguruprofiler/src/commands/ListProfilingGroupsCommand.ts index 94e8985785610..f1a8a7a3ce225 100644 --- a/clients/client-codeguruprofiler/src/commands/ListProfilingGroupsCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/ListProfilingGroupsCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListProfilingGroupsRequest, ListProfilingGroupsResponse } from "../models/models_0"; import { de_ListProfilingGroupsCommand, se_ListProfilingGroupsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/ListTagsForResourceCommand.ts b/clients/client-codeguruprofiler/src/commands/ListTagsForResourceCommand.ts index 8c6585fc00964..8497be6aa9277 100644 --- a/clients/client-codeguruprofiler/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts b/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts index 00c9ccce05aa0..fcaf7f8284928 100644 --- a/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/PostAgentProfileCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { PostAgentProfileRequest, PostAgentProfileResponse } from "../models/models_0"; import { de_PostAgentProfileCommand, se_PostAgentProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/PutPermissionCommand.ts b/clients/client-codeguruprofiler/src/commands/PutPermissionCommand.ts index c16e5efb75440..d03976dfa4b28 100644 --- a/clients/client-codeguruprofiler/src/commands/PutPermissionCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/PutPermissionCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { PutPermissionRequest, PutPermissionResponse } from "../models/models_0"; import { de_PutPermissionCommand, se_PutPermissionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/RemoveNotificationChannelCommand.ts b/clients/client-codeguruprofiler/src/commands/RemoveNotificationChannelCommand.ts index 71115a30cb5ce..60f40ca4d5698 100644 --- a/clients/client-codeguruprofiler/src/commands/RemoveNotificationChannelCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/RemoveNotificationChannelCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { RemoveNotificationChannelRequest, RemoveNotificationChannelResponse } from "../models/models_0"; import { de_RemoveNotificationChannelCommand, se_RemoveNotificationChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/RemovePermissionCommand.ts b/clients/client-codeguruprofiler/src/commands/RemovePermissionCommand.ts index f660ecb664f25..e5f1318ed5a73 100644 --- a/clients/client-codeguruprofiler/src/commands/RemovePermissionCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/RemovePermissionCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { RemovePermissionRequest, RemovePermissionResponse } from "../models/models_0"; import { de_RemovePermissionCommand, se_RemovePermissionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/SubmitFeedbackCommand.ts b/clients/client-codeguruprofiler/src/commands/SubmitFeedbackCommand.ts index 504e2723a44d7..e220370ae776f 100644 --- a/clients/client-codeguruprofiler/src/commands/SubmitFeedbackCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/SubmitFeedbackCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { SubmitFeedbackRequest, SubmitFeedbackResponse } from "../models/models_0"; import { de_SubmitFeedbackCommand, se_SubmitFeedbackCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/TagResourceCommand.ts b/clients/client-codeguruprofiler/src/commands/TagResourceCommand.ts index bb207698a60ca..54cc52a95f494 100644 --- a/clients/client-codeguruprofiler/src/commands/TagResourceCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/UntagResourceCommand.ts b/clients/client-codeguruprofiler/src/commands/UntagResourceCommand.ts index 824b4ca7adcd3..f81683c7b3b2d 100644 --- a/clients/client-codeguruprofiler/src/commands/UntagResourceCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/commands/UpdateProfilingGroupCommand.ts b/clients/client-codeguruprofiler/src/commands/UpdateProfilingGroupCommand.ts index 3fba1bfda2ab1..76ca8aef9bff6 100644 --- a/clients/client-codeguruprofiler/src/commands/UpdateProfilingGroupCommand.ts +++ b/clients/client-codeguruprofiler/src/commands/UpdateProfilingGroupCommand.ts @@ -17,6 +17,10 @@ import { CodeGuruProfilerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateProfilingGroupRequest, UpdateProfilingGroupResponse } from "../models/models_0"; import { de_UpdateProfilingGroupCommand, se_UpdateProfilingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codeguruprofiler/src/index.ts b/clients/client-codeguruprofiler/src/index.ts index 7bd278bcf78af..d773478f42fcd 100644 --- a/clients/client-codeguruprofiler/src/index.ts +++ b/clients/client-codeguruprofiler/src/index.ts @@ -1,8 +1,36 @@ -export * from "./CodeGuruProfiler"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

+ * This section provides documentation for the Amazon CodeGuru Profiler API operations. + *

+ *

+ * Amazon CodeGuru Profiler collects runtime performance data from your live applications, and provides + * recommendations that can help you fine-tune your application performance. Using machine learning + * algorithms, CodeGuru Profiler can help you find your most expensive lines of code and suggest ways you can + * improve efficiency and remove CPU bottlenecks. + *

+ *

+ * Amazon CodeGuru Profiler provides different visualizations of profiling data to help you identify what code is + * running on the CPU, see how much time is consumed, and suggest ways to reduce CPU utilization. + *

+ * + *

Amazon CodeGuru Profiler currently supports applications written in all Java virtual machine (JVM) + * languages and Python. While CodeGuru Profiler supports both visualizations and recommendations for applications + * written in Java, it can also generate visualizations and a subset of recommendations for + * applications written in other JVM languages and Python.

+ *
+ *

+ * For more information, see What is Amazon CodeGuru Profiler in + * the Amazon CodeGuru Profiler User Guide. + *

+ * + * @packageDocumentation + */ export * from "./CodeGuruProfilerClient"; +export * from "./CodeGuruProfiler"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { CodeGuruProfilerServiceException } from "./models/CodeGuruProfilerServiceException"; diff --git a/clients/client-codeguruprofiler/src/models/CodeGuruProfilerServiceException.ts b/clients/client-codeguruprofiler/src/models/CodeGuruProfilerServiceException.ts index acd7fd7ff1175..6544254d97903 100644 --- a/clients/client-codeguruprofiler/src/models/CodeGuruProfilerServiceException.ts +++ b/clients/client-codeguruprofiler/src/models/CodeGuruProfilerServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-codepipeline/src/CodePipelineClient.ts b/clients/client-codepipeline/src/CodePipelineClient.ts index 597af25225180..229a7626d90b4 100644 --- a/clients/client-codepipeline/src/CodePipelineClient.ts +++ b/clients/client-codepipeline/src/CodePipelineClient.ts @@ -158,6 +158,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -373,7 +375,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CodePipelineClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CodePipelineClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -392,7 +394,7 @@ export interface CodePipelineClientConfig extends CodePipelineClientConfigType { /** * @public */ -type CodePipelineClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CodePipelineClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-codepipeline/src/commands/AcknowledgeJobCommand.ts b/clients/client-codepipeline/src/commands/AcknowledgeJobCommand.ts index 984524e127db0..1c02efeed2885 100644 --- a/clients/client-codepipeline/src/commands/AcknowledgeJobCommand.ts +++ b/clients/client-codepipeline/src/commands/AcknowledgeJobCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { AcknowledgeJobInput, AcknowledgeJobOutput } from "../models/models_0"; import { de_AcknowledgeJobCommand, se_AcknowledgeJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/AcknowledgeThirdPartyJobCommand.ts b/clients/client-codepipeline/src/commands/AcknowledgeThirdPartyJobCommand.ts index 8c34bebea001a..302f380e74462 100644 --- a/clients/client-codepipeline/src/commands/AcknowledgeThirdPartyJobCommand.ts +++ b/clients/client-codepipeline/src/commands/AcknowledgeThirdPartyJobCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { AcknowledgeThirdPartyJobInput, AcknowledgeThirdPartyJobOutput } from "../models/models_0"; import { de_AcknowledgeThirdPartyJobCommand, se_AcknowledgeThirdPartyJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/CreateCustomActionTypeCommand.ts b/clients/client-codepipeline/src/commands/CreateCustomActionTypeCommand.ts index 5bc226cb12929..9f95c7280022d 100644 --- a/clients/client-codepipeline/src/commands/CreateCustomActionTypeCommand.ts +++ b/clients/client-codepipeline/src/commands/CreateCustomActionTypeCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateCustomActionTypeInput, CreateCustomActionTypeOutput } from "../models/models_0"; import { de_CreateCustomActionTypeCommand, se_CreateCustomActionTypeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/CreatePipelineCommand.ts b/clients/client-codepipeline/src/commands/CreatePipelineCommand.ts index c329201c78e43..a6f2baa3e75c2 100644 --- a/clients/client-codepipeline/src/commands/CreatePipelineCommand.ts +++ b/clients/client-codepipeline/src/commands/CreatePipelineCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreatePipelineInput, CreatePipelineOutput } from "../models/models_0"; import { de_CreatePipelineCommand, se_CreatePipelineCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/DeleteCustomActionTypeCommand.ts b/clients/client-codepipeline/src/commands/DeleteCustomActionTypeCommand.ts index a7cf38d88703b..d1ff0dea2bebc 100644 --- a/clients/client-codepipeline/src/commands/DeleteCustomActionTypeCommand.ts +++ b/clients/client-codepipeline/src/commands/DeleteCustomActionTypeCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteCustomActionTypeInput } from "../models/models_0"; import { de_DeleteCustomActionTypeCommand, se_DeleteCustomActionTypeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/DeletePipelineCommand.ts b/clients/client-codepipeline/src/commands/DeletePipelineCommand.ts index 9c60a77e12cb2..f96638c54d50d 100644 --- a/clients/client-codepipeline/src/commands/DeletePipelineCommand.ts +++ b/clients/client-codepipeline/src/commands/DeletePipelineCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeletePipelineInput } from "../models/models_0"; import { de_DeletePipelineCommand, se_DeletePipelineCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/DeleteWebhookCommand.ts b/clients/client-codepipeline/src/commands/DeleteWebhookCommand.ts index f985e6af7b3f5..3eaa09425bf8e 100644 --- a/clients/client-codepipeline/src/commands/DeleteWebhookCommand.ts +++ b/clients/client-codepipeline/src/commands/DeleteWebhookCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteWebhookInput, DeleteWebhookOutput } from "../models/models_0"; import { de_DeleteWebhookCommand, se_DeleteWebhookCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/DeregisterWebhookWithThirdPartyCommand.ts b/clients/client-codepipeline/src/commands/DeregisterWebhookWithThirdPartyCommand.ts index 79153f041c1fb..daba13eb74aba 100644 --- a/clients/client-codepipeline/src/commands/DeregisterWebhookWithThirdPartyCommand.ts +++ b/clients/client-codepipeline/src/commands/DeregisterWebhookWithThirdPartyCommand.ts @@ -20,6 +20,10 @@ import { se_DeregisterWebhookWithThirdPartyCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/DisableStageTransitionCommand.ts b/clients/client-codepipeline/src/commands/DisableStageTransitionCommand.ts index 9c3c1d203dd30..e2e2088f40a7e 100644 --- a/clients/client-codepipeline/src/commands/DisableStageTransitionCommand.ts +++ b/clients/client-codepipeline/src/commands/DisableStageTransitionCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DisableStageTransitionInput } from "../models/models_0"; import { de_DisableStageTransitionCommand, se_DisableStageTransitionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/EnableStageTransitionCommand.ts b/clients/client-codepipeline/src/commands/EnableStageTransitionCommand.ts index c2de264c5328a..29e73ca03b621 100644 --- a/clients/client-codepipeline/src/commands/EnableStageTransitionCommand.ts +++ b/clients/client-codepipeline/src/commands/EnableStageTransitionCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { EnableStageTransitionInput } from "../models/models_0"; import { de_EnableStageTransitionCommand, se_EnableStageTransitionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/GetActionTypeCommand.ts b/clients/client-codepipeline/src/commands/GetActionTypeCommand.ts index ce36452f806e3..c7ed0002f615f 100644 --- a/clients/client-codepipeline/src/commands/GetActionTypeCommand.ts +++ b/clients/client-codepipeline/src/commands/GetActionTypeCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetActionTypeInput, GetActionTypeOutput } from "../models/models_0"; import { de_GetActionTypeCommand, se_GetActionTypeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/GetJobDetailsCommand.ts b/clients/client-codepipeline/src/commands/GetJobDetailsCommand.ts index 4375e5e5b4067..430798778a040 100644 --- a/clients/client-codepipeline/src/commands/GetJobDetailsCommand.ts +++ b/clients/client-codepipeline/src/commands/GetJobDetailsCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetJobDetailsInput, GetJobDetailsOutput, GetJobDetailsOutputFilterSensitiveLog } from "../models/models_0"; import { de_GetJobDetailsCommand, se_GetJobDetailsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/GetPipelineCommand.ts b/clients/client-codepipeline/src/commands/GetPipelineCommand.ts index 10186fff09eb8..fa8d0415c3179 100644 --- a/clients/client-codepipeline/src/commands/GetPipelineCommand.ts +++ b/clients/client-codepipeline/src/commands/GetPipelineCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetPipelineInput, GetPipelineOutput } from "../models/models_0"; import { de_GetPipelineCommand, se_GetPipelineCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/GetPipelineExecutionCommand.ts b/clients/client-codepipeline/src/commands/GetPipelineExecutionCommand.ts index d058dc9cc03e2..8e95e8a760ee5 100644 --- a/clients/client-codepipeline/src/commands/GetPipelineExecutionCommand.ts +++ b/clients/client-codepipeline/src/commands/GetPipelineExecutionCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetPipelineExecutionInput, GetPipelineExecutionOutput } from "../models/models_0"; import { de_GetPipelineExecutionCommand, se_GetPipelineExecutionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/GetPipelineStateCommand.ts b/clients/client-codepipeline/src/commands/GetPipelineStateCommand.ts index cf2336cbf9e70..a7a5bbb054bd4 100644 --- a/clients/client-codepipeline/src/commands/GetPipelineStateCommand.ts +++ b/clients/client-codepipeline/src/commands/GetPipelineStateCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetPipelineStateInput, GetPipelineStateOutput } from "../models/models_0"; import { de_GetPipelineStateCommand, se_GetPipelineStateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/GetThirdPartyJobDetailsCommand.ts b/clients/client-codepipeline/src/commands/GetThirdPartyJobDetailsCommand.ts index d357e8ccb10f3..600a1a7ccd2fb 100644 --- a/clients/client-codepipeline/src/commands/GetThirdPartyJobDetailsCommand.ts +++ b/clients/client-codepipeline/src/commands/GetThirdPartyJobDetailsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetThirdPartyJobDetailsCommand, se_GetThirdPartyJobDetailsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/ListActionExecutionsCommand.ts b/clients/client-codepipeline/src/commands/ListActionExecutionsCommand.ts index 66c70c765712b..287430a74e3d6 100644 --- a/clients/client-codepipeline/src/commands/ListActionExecutionsCommand.ts +++ b/clients/client-codepipeline/src/commands/ListActionExecutionsCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListActionExecutionsInput, ListActionExecutionsOutput } from "../models/models_0"; import { de_ListActionExecutionsCommand, se_ListActionExecutionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/ListActionTypesCommand.ts b/clients/client-codepipeline/src/commands/ListActionTypesCommand.ts index 7a34badc40df7..71722ad9aa361 100644 --- a/clients/client-codepipeline/src/commands/ListActionTypesCommand.ts +++ b/clients/client-codepipeline/src/commands/ListActionTypesCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListActionTypesInput, ListActionTypesOutput } from "../models/models_0"; import { de_ListActionTypesCommand, se_ListActionTypesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/ListPipelineExecutionsCommand.ts b/clients/client-codepipeline/src/commands/ListPipelineExecutionsCommand.ts index 0b499c5f1a24b..374f8fce44cbf 100644 --- a/clients/client-codepipeline/src/commands/ListPipelineExecutionsCommand.ts +++ b/clients/client-codepipeline/src/commands/ListPipelineExecutionsCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListPipelineExecutionsInput, ListPipelineExecutionsOutput } from "../models/models_0"; import { de_ListPipelineExecutionsCommand, se_ListPipelineExecutionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/ListPipelinesCommand.ts b/clients/client-codepipeline/src/commands/ListPipelinesCommand.ts index 0c6897d508afc..2679e44dfb69c 100644 --- a/clients/client-codepipeline/src/commands/ListPipelinesCommand.ts +++ b/clients/client-codepipeline/src/commands/ListPipelinesCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListPipelinesInput, ListPipelinesOutput } from "../models/models_0"; import { de_ListPipelinesCommand, se_ListPipelinesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/ListTagsForResourceCommand.ts b/clients/client-codepipeline/src/commands/ListTagsForResourceCommand.ts index 6c8abff28cf30..5a13bea8663a1 100644 --- a/clients/client-codepipeline/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codepipeline/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/ListWebhooksCommand.ts b/clients/client-codepipeline/src/commands/ListWebhooksCommand.ts index 0462b94fec1e4..9352da6b452a0 100644 --- a/clients/client-codepipeline/src/commands/ListWebhooksCommand.ts +++ b/clients/client-codepipeline/src/commands/ListWebhooksCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListWebhooksInput, ListWebhooksOutput } from "../models/models_0"; import { de_ListWebhooksCommand, se_ListWebhooksCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/PollForJobsCommand.ts b/clients/client-codepipeline/src/commands/PollForJobsCommand.ts index 2c7751c423dd6..d803b86c8bc36 100644 --- a/clients/client-codepipeline/src/commands/PollForJobsCommand.ts +++ b/clients/client-codepipeline/src/commands/PollForJobsCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PollForJobsInput, PollForJobsOutput, PollForJobsOutputFilterSensitiveLog } from "../models/models_0"; import { de_PollForJobsCommand, se_PollForJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/PollForThirdPartyJobsCommand.ts b/clients/client-codepipeline/src/commands/PollForThirdPartyJobsCommand.ts index d34b72a9a3f9f..9e81d219f8998 100644 --- a/clients/client-codepipeline/src/commands/PollForThirdPartyJobsCommand.ts +++ b/clients/client-codepipeline/src/commands/PollForThirdPartyJobsCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PollForThirdPartyJobsInput, PollForThirdPartyJobsOutput } from "../models/models_0"; import { de_PollForThirdPartyJobsCommand, se_PollForThirdPartyJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/PutActionRevisionCommand.ts b/clients/client-codepipeline/src/commands/PutActionRevisionCommand.ts index 454f1173be7dd..0466e7df2709d 100644 --- a/clients/client-codepipeline/src/commands/PutActionRevisionCommand.ts +++ b/clients/client-codepipeline/src/commands/PutActionRevisionCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutActionRevisionInput, PutActionRevisionOutput } from "../models/models_0"; import { de_PutActionRevisionCommand, se_PutActionRevisionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/PutApprovalResultCommand.ts b/clients/client-codepipeline/src/commands/PutApprovalResultCommand.ts index 4f1aa83412aa9..5e127f84ad3b2 100644 --- a/clients/client-codepipeline/src/commands/PutApprovalResultCommand.ts +++ b/clients/client-codepipeline/src/commands/PutApprovalResultCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutApprovalResultInput, PutApprovalResultOutput } from "../models/models_0"; import { de_PutApprovalResultCommand, se_PutApprovalResultCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/PutJobFailureResultCommand.ts b/clients/client-codepipeline/src/commands/PutJobFailureResultCommand.ts index 524a33c99307d..cd80b02f4660c 100644 --- a/clients/client-codepipeline/src/commands/PutJobFailureResultCommand.ts +++ b/clients/client-codepipeline/src/commands/PutJobFailureResultCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutJobFailureResultInput } from "../models/models_0"; import { de_PutJobFailureResultCommand, se_PutJobFailureResultCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/PutJobSuccessResultCommand.ts b/clients/client-codepipeline/src/commands/PutJobSuccessResultCommand.ts index 43cf0efe972f1..fd3b3b3bbac28 100644 --- a/clients/client-codepipeline/src/commands/PutJobSuccessResultCommand.ts +++ b/clients/client-codepipeline/src/commands/PutJobSuccessResultCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutJobSuccessResultInput } from "../models/models_0"; import { de_PutJobSuccessResultCommand, se_PutJobSuccessResultCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/PutThirdPartyJobFailureResultCommand.ts b/clients/client-codepipeline/src/commands/PutThirdPartyJobFailureResultCommand.ts index f45fbf94a47f4..e07f8ff8a304f 100644 --- a/clients/client-codepipeline/src/commands/PutThirdPartyJobFailureResultCommand.ts +++ b/clients/client-codepipeline/src/commands/PutThirdPartyJobFailureResultCommand.ts @@ -20,6 +20,10 @@ import { se_PutThirdPartyJobFailureResultCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/PutThirdPartyJobSuccessResultCommand.ts b/clients/client-codepipeline/src/commands/PutThirdPartyJobSuccessResultCommand.ts index bc4442fa3b25b..0b9dbbe45d516 100644 --- a/clients/client-codepipeline/src/commands/PutThirdPartyJobSuccessResultCommand.ts +++ b/clients/client-codepipeline/src/commands/PutThirdPartyJobSuccessResultCommand.ts @@ -20,6 +20,10 @@ import { se_PutThirdPartyJobSuccessResultCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/PutWebhookCommand.ts b/clients/client-codepipeline/src/commands/PutWebhookCommand.ts index d4dfdf6d97482..3e921c8437f5c 100644 --- a/clients/client-codepipeline/src/commands/PutWebhookCommand.ts +++ b/clients/client-codepipeline/src/commands/PutWebhookCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutWebhookInput, PutWebhookOutput } from "../models/models_0"; import { de_PutWebhookCommand, se_PutWebhookCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/RegisterWebhookWithThirdPartyCommand.ts b/clients/client-codepipeline/src/commands/RegisterWebhookWithThirdPartyCommand.ts index 92bd60dc9f38c..4f3c2c43f0c4a 100644 --- a/clients/client-codepipeline/src/commands/RegisterWebhookWithThirdPartyCommand.ts +++ b/clients/client-codepipeline/src/commands/RegisterWebhookWithThirdPartyCommand.ts @@ -20,6 +20,10 @@ import { se_RegisterWebhookWithThirdPartyCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/RetryStageExecutionCommand.ts b/clients/client-codepipeline/src/commands/RetryStageExecutionCommand.ts index 870e1ac8ac320..3fbc6b2954026 100644 --- a/clients/client-codepipeline/src/commands/RetryStageExecutionCommand.ts +++ b/clients/client-codepipeline/src/commands/RetryStageExecutionCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { RetryStageExecutionInput, RetryStageExecutionOutput } from "../models/models_0"; import { de_RetryStageExecutionCommand, se_RetryStageExecutionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/StartPipelineExecutionCommand.ts b/clients/client-codepipeline/src/commands/StartPipelineExecutionCommand.ts index 88845e0fb5cc6..d46696845460f 100644 --- a/clients/client-codepipeline/src/commands/StartPipelineExecutionCommand.ts +++ b/clients/client-codepipeline/src/commands/StartPipelineExecutionCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { StartPipelineExecutionInput, StartPipelineExecutionOutput } from "../models/models_0"; import { de_StartPipelineExecutionCommand, se_StartPipelineExecutionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/StopPipelineExecutionCommand.ts b/clients/client-codepipeline/src/commands/StopPipelineExecutionCommand.ts index d6ca1a60c4332..be0277baad9e1 100644 --- a/clients/client-codepipeline/src/commands/StopPipelineExecutionCommand.ts +++ b/clients/client-codepipeline/src/commands/StopPipelineExecutionCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { StopPipelineExecutionInput, StopPipelineExecutionOutput } from "../models/models_0"; import { de_StopPipelineExecutionCommand, se_StopPipelineExecutionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/TagResourceCommand.ts b/clients/client-codepipeline/src/commands/TagResourceCommand.ts index 8bbd7250743c7..53cf0b6db5a6f 100644 --- a/clients/client-codepipeline/src/commands/TagResourceCommand.ts +++ b/clients/client-codepipeline/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/UntagResourceCommand.ts b/clients/client-codepipeline/src/commands/UntagResourceCommand.ts index 1b2bcfdd34e12..0f222c973f797 100644 --- a/clients/client-codepipeline/src/commands/UntagResourceCommand.ts +++ b/clients/client-codepipeline/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/UpdateActionTypeCommand.ts b/clients/client-codepipeline/src/commands/UpdateActionTypeCommand.ts index 492798d674056..88e7924d02606 100644 --- a/clients/client-codepipeline/src/commands/UpdateActionTypeCommand.ts +++ b/clients/client-codepipeline/src/commands/UpdateActionTypeCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateActionTypeInput } from "../models/models_0"; import { de_UpdateActionTypeCommand, se_UpdateActionTypeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/commands/UpdatePipelineCommand.ts b/clients/client-codepipeline/src/commands/UpdatePipelineCommand.ts index b93249cc7e139..ae2f4f5c87265 100644 --- a/clients/client-codepipeline/src/commands/UpdatePipelineCommand.ts +++ b/clients/client-codepipeline/src/commands/UpdatePipelineCommand.ts @@ -17,6 +17,10 @@ import { CodePipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdatePipelineInput, UpdatePipelineOutput } from "../models/models_0"; import { de_UpdatePipelineCommand, se_UpdatePipelineCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codepipeline/src/index.ts b/clients/client-codepipeline/src/index.ts index 4677bda5be824..923af6ecbb01e 100644 --- a/clients/client-codepipeline/src/index.ts +++ b/clients/client-codepipeline/src/index.ts @@ -1,8 +1,208 @@ -export * from "./CodePipeline"; // smithy-typescript generated code +/* eslint-disable */ +/** + * AWS CodePipeline + *

+ * Overview + *

+ *

This is the AWS CodePipeline API Reference. This guide provides descriptions of the + * actions and data types for AWS CodePipeline. Some functionality for your pipeline can + * only be configured through the API. For more information, see the AWS + * CodePipeline User Guide.

+ *

You can use the AWS CodePipeline API to work with pipelines, stages, actions, and + * transitions.

+ *

+ * Pipelines are models of automated release processes. Each pipeline + * is uniquely named, and consists of stages, actions, and transitions.

+ *

You can work with pipelines by calling:

+ *
    + *
  • + *

    + * CreatePipeline, which creates a uniquely named + * pipeline.

    + *
  • + *
  • + *

    + * DeletePipeline, which deletes the specified + * pipeline.

    + *
  • + *
  • + *

    + * GetPipeline, which returns information about the pipeline + * structure and pipeline metadata, including the pipeline Amazon Resource Name + * (ARN).

    + *
  • + *
  • + *

    + * GetPipelineExecution, which returns information about a + * specific execution of a pipeline.

    + *
  • + *
  • + *

    + * GetPipelineState, which returns information about the current + * state of the stages and actions of a pipeline.

    + *
  • + *
  • + *

    + * ListActionExecutions, which returns action-level details + * for past executions. The details include full stage and action-level details, + * including individual action duration, status, any errors that occurred during + * the execution, and input and output artifact location details.

    + *
  • + *
  • + *

    + * ListPipelines, which gets a summary of all of the pipelines + * associated with your account.

    + *
  • + *
  • + *

    + * ListPipelineExecutions, which gets a summary of the most + * recent executions for a pipeline.

    + *
  • + *
  • + *

    + * StartPipelineExecution, which runs the most recent revision of + * an artifact through the pipeline.

    + *
  • + *
  • + *

    + * StopPipelineExecution, which stops the specified pipeline + * execution from continuing through the pipeline.

    + *
  • + *
  • + *

    + * UpdatePipeline, which updates a pipeline with edits or changes + * to the structure of the pipeline.

    + *
  • + *
+ *

Pipelines include stages. Each stage contains one or more + * actions that must complete before the next stage begins. A stage results in success or + * failure. If a stage fails, the pipeline stops at that stage and remains stopped until + * either a new version of an artifact appears in the source location, or a user takes + * action to rerun the most recent artifact through the pipeline. You can call GetPipelineState, which displays the status of a pipeline, including the + * status of stages in the pipeline, or GetPipeline, which returns the + * entire structure of the pipeline, including the stages of that pipeline. For more + * information about the structure of stages and actions, see AWS CodePipeline + * Pipeline Structure Reference.

+ *

Pipeline stages include actions that are categorized into + * categories such as source or build actions performed in a stage of a pipeline. For + * example, you can use a source action to import artifacts into a pipeline from a source + * such as Amazon S3. Like stages, you do not work with actions directly in most cases, but + * you do define and interact with actions when working with pipeline operations such as + * CreatePipeline and GetPipelineState. Valid + * action categories are:

+ *
    + *
  • + *

    Source

    + *
  • + *
  • + *

    Build

    + *
  • + *
  • + *

    Test

    + *
  • + *
  • + *

    Deploy

    + *
  • + *
  • + *

    Approval

    + *
  • + *
  • + *

    Invoke

    + *
  • + *
+ *

Pipelines also include transitions, which allow the transition + * of artifacts from one stage to the next in a pipeline after the actions in one stage + * complete.

+ *

You can work with transitions by calling:

+ *
    + *
  • + *

    + * DisableStageTransition, which prevents artifacts from + * transitioning to the next stage in a pipeline.

    + *
  • + *
  • + *

    + * EnableStageTransition, which enables transition of artifacts + * between stages in a pipeline.

    + *
  • + *
+ *

+ * Using the API to integrate with AWS CodePipeline + *

+ *

For third-party integrators or developers who want to create their own integrations + * with AWS CodePipeline, the expected sequence varies from the standard API user. To + * integrate with AWS CodePipeline, developers need to work with the following + * items:

+ *

+ * Jobs, which are instances of an action. For + * example, a job for a source action might import a revision of an artifact from a source.

+ *

You can work with jobs by calling:

+ *
    + *
  • + *

    + * AcknowledgeJob, which confirms whether a job worker has + * received the specified job.

    + *
  • + *
  • + *

    + * GetJobDetails, which returns the details of a job.

    + *
  • + *
  • + *

    + * PollForJobs, which determines whether there are any jobs to + * act on.

    + *
  • + *
  • + *

    + * PutJobFailureResult, which provides details of a job failure. + *

    + *
  • + *
  • + *

    + * PutJobSuccessResult, which provides details of a job + * success.

    + *
  • + *
+ *

+ * Third party jobs, which are instances of an action + * created by a partner action and integrated into AWS CodePipeline. Partner actions are + * created by members of the AWS Partner Network.

+ *

You can work with third party jobs by calling:

+ * + * + * @packageDocumentation + */ export * from "./CodePipelineClient"; +export * from "./CodePipeline"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { CodePipelineServiceException } from "./models/CodePipelineServiceException"; diff --git a/clients/client-codepipeline/src/models/CodePipelineServiceException.ts b/clients/client-codepipeline/src/models/CodePipelineServiceException.ts index 3ccb4371fb957..3ebf73615b3f1 100644 --- a/clients/client-codepipeline/src/models/CodePipelineServiceException.ts +++ b/clients/client-codepipeline/src/models/CodePipelineServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-codestar-connections/src/CodeStarConnectionsClient.ts b/clients/client-codestar-connections/src/CodeStarConnectionsClient.ts index e966160648a90..3830238d3dffc 100644 --- a/clients/client-codestar-connections/src/CodeStarConnectionsClient.ts +++ b/clients/client-codestar-connections/src/CodeStarConnectionsClient.ts @@ -74,6 +74,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -235,7 +237,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CodeStarConnectionsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CodeStarConnectionsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -254,7 +256,7 @@ export interface CodeStarConnectionsClientConfig extends CodeStarConnectionsClie /** * @public */ -type CodeStarConnectionsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CodeStarConnectionsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-codestar-connections/src/commands/CreateConnectionCommand.ts b/clients/client-codestar-connections/src/commands/CreateConnectionCommand.ts index 7a88bb86f2f02..cb1253b2bbeb1 100644 --- a/clients/client-codestar-connections/src/commands/CreateConnectionCommand.ts +++ b/clients/client-codestar-connections/src/commands/CreateConnectionCommand.ts @@ -21,6 +21,10 @@ import { import { CreateConnectionInput, CreateConnectionOutput } from "../models/models_0"; import { de_CreateConnectionCommand, se_CreateConnectionCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-connections/src/commands/CreateHostCommand.ts b/clients/client-codestar-connections/src/commands/CreateHostCommand.ts index d8f2ec8e919ec..15fc03910eec9 100644 --- a/clients/client-codestar-connections/src/commands/CreateHostCommand.ts +++ b/clients/client-codestar-connections/src/commands/CreateHostCommand.ts @@ -21,6 +21,10 @@ import { import { CreateHostInput, CreateHostOutput } from "../models/models_0"; import { de_CreateHostCommand, se_CreateHostCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-connections/src/commands/DeleteConnectionCommand.ts b/clients/client-codestar-connections/src/commands/DeleteConnectionCommand.ts index 0c048b66d21ad..5e93886758546 100644 --- a/clients/client-codestar-connections/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-codestar-connections/src/commands/DeleteConnectionCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteConnectionInput, DeleteConnectionOutput } from "../models/models_0"; import { de_DeleteConnectionCommand, se_DeleteConnectionCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-connections/src/commands/DeleteHostCommand.ts b/clients/client-codestar-connections/src/commands/DeleteHostCommand.ts index e6c185977bfa0..ddff46ae853e1 100644 --- a/clients/client-codestar-connections/src/commands/DeleteHostCommand.ts +++ b/clients/client-codestar-connections/src/commands/DeleteHostCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteHostInput, DeleteHostOutput } from "../models/models_0"; import { de_DeleteHostCommand, se_DeleteHostCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-connections/src/commands/GetConnectionCommand.ts b/clients/client-codestar-connections/src/commands/GetConnectionCommand.ts index af72bfeeb69a3..95479b0315117 100644 --- a/clients/client-codestar-connections/src/commands/GetConnectionCommand.ts +++ b/clients/client-codestar-connections/src/commands/GetConnectionCommand.ts @@ -21,6 +21,10 @@ import { import { GetConnectionInput, GetConnectionOutput } from "../models/models_0"; import { de_GetConnectionCommand, se_GetConnectionCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-connections/src/commands/GetHostCommand.ts b/clients/client-codestar-connections/src/commands/GetHostCommand.ts index 211781a56fab1..c4623332d1c0f 100644 --- a/clients/client-codestar-connections/src/commands/GetHostCommand.ts +++ b/clients/client-codestar-connections/src/commands/GetHostCommand.ts @@ -21,6 +21,10 @@ import { import { GetHostInput, GetHostOutput } from "../models/models_0"; import { de_GetHostCommand, se_GetHostCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-connections/src/commands/ListConnectionsCommand.ts b/clients/client-codestar-connections/src/commands/ListConnectionsCommand.ts index 52581aa9bc4e5..9434e8349c729 100644 --- a/clients/client-codestar-connections/src/commands/ListConnectionsCommand.ts +++ b/clients/client-codestar-connections/src/commands/ListConnectionsCommand.ts @@ -21,6 +21,10 @@ import { import { ListConnectionsInput, ListConnectionsOutput } from "../models/models_0"; import { de_ListConnectionsCommand, se_ListConnectionsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-connections/src/commands/ListHostsCommand.ts b/clients/client-codestar-connections/src/commands/ListHostsCommand.ts index ca2ce4e2e4646..d8aecc67982dc 100644 --- a/clients/client-codestar-connections/src/commands/ListHostsCommand.ts +++ b/clients/client-codestar-connections/src/commands/ListHostsCommand.ts @@ -21,6 +21,10 @@ import { import { ListHostsInput, ListHostsOutput } from "../models/models_0"; import { de_ListHostsCommand, se_ListHostsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-connections/src/commands/ListTagsForResourceCommand.ts b/clients/client-codestar-connections/src/commands/ListTagsForResourceCommand.ts index c699136edf327..177a8e84475dd 100644 --- a/clients/client-codestar-connections/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codestar-connections/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-connections/src/commands/TagResourceCommand.ts b/clients/client-codestar-connections/src/commands/TagResourceCommand.ts index bd512ed7374d0..30db6a3b27edf 100644 --- a/clients/client-codestar-connections/src/commands/TagResourceCommand.ts +++ b/clients/client-codestar-connections/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-connections/src/commands/UntagResourceCommand.ts b/clients/client-codestar-connections/src/commands/UntagResourceCommand.ts index 7310f1c691f89..aad2b008ded68 100644 --- a/clients/client-codestar-connections/src/commands/UntagResourceCommand.ts +++ b/clients/client-codestar-connections/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-connections/src/commands/UpdateHostCommand.ts b/clients/client-codestar-connections/src/commands/UpdateHostCommand.ts index 8047115e28446..a19db9f7feda9 100644 --- a/clients/client-codestar-connections/src/commands/UpdateHostCommand.ts +++ b/clients/client-codestar-connections/src/commands/UpdateHostCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateHostInput, UpdateHostOutput } from "../models/models_0"; import { de_UpdateHostCommand, se_UpdateHostCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-connections/src/index.ts b/clients/client-codestar-connections/src/index.ts index 6cea313a42aaa..74de2288fb615 100644 --- a/clients/client-codestar-connections/src/index.ts +++ b/clients/client-codestar-connections/src/index.ts @@ -1,8 +1,93 @@ -export * from "./CodeStarConnections"; // smithy-typescript generated code +/* eslint-disable */ +/** + * AWS CodeStar Connections + *

This AWS CodeStar Connections API Reference provides descriptions and usage examples of + * the operations and data types for the AWS CodeStar Connections API. You can use the + * connections API to work with connections and installations.

+ *

+ * Connections are configurations that you use to connect AWS + * resources to external code repositories. Each connection is a resource that can be given to + * services such as CodePipeline to connect to a third-party repository such as Bitbucket. For + * example, you can add the connection in CodePipeline so that it triggers your pipeline when a + * code change is made to your third-party code repository. Each connection is named and + * associated with a unique ARN that is used to reference the connection.

+ *

When you create a connection, the console initiates a third-party connection handshake. + * Installations are the apps that are used to conduct this handshake. For + * example, the installation for the Bitbucket provider type is the Bitbucket app. When you + * create a connection, you can choose an existing installation or create one.

+ *

When you want to create a connection to an installed provider type such as GitHub + * Enterprise Server, you create a host for your connections.

+ *

You can work with connections by calling:

+ *
    + *
  • + *

    + * CreateConnection, which creates a uniquely named connection that can be + * referenced by services such as CodePipeline.

    + *
  • + *
  • + *

    + * DeleteConnection, which deletes the specified connection.

    + *
  • + *
  • + *

    + * GetConnection, which returns information about the connection, including + * the connection status.

    + *
  • + *
  • + *

    + * ListConnections, which lists the connections associated with your + * account.

    + *
  • + *
+ *

You can work with hosts by calling:

+ *
    + *
  • + *

    + * CreateHost, which creates a host that represents the infrastructure where your provider is installed.

    + *
  • + *
  • + *

    + * DeleteHost, which deletes the specified host.

    + *
  • + *
  • + *

    + * GetHost, which returns information about the host, including + * the setup status.

    + *
  • + *
  • + *

    + * ListHosts, which lists the hosts associated with your + * account.

    + *
  • + *
+ *

You can work with tags in AWS CodeStar Connections by calling the following:

+ *
    + *
  • + *

    + * ListTagsForResource, which gets information about AWS tags for a + * specified Amazon Resource Name (ARN) in AWS CodeStar Connections.

    + *
  • + *
  • + *

    + * TagResource, which adds or updates tags for a resource in AWS CodeStar + * Connections.

    + *
  • + *
  • + *

    + * UntagResource, which removes tags for a resource in AWS CodeStar + * Connections.

    + *
  • + *
+ *

For information about how to use AWS CodeStar Connections, see the Developer Tools User + * Guide.

+ * + * @packageDocumentation + */ export * from "./CodeStarConnectionsClient"; +export * from "./CodeStarConnections"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { CodeStarConnectionsServiceException } from "./models/CodeStarConnectionsServiceException"; diff --git a/clients/client-codestar-connections/src/models/CodeStarConnectionsServiceException.ts b/clients/client-codestar-connections/src/models/CodeStarConnectionsServiceException.ts index 80378924d3d66..307391f660b45 100644 --- a/clients/client-codestar-connections/src/models/CodeStarConnectionsServiceException.ts +++ b/clients/client-codestar-connections/src/models/CodeStarConnectionsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-codestar-notifications/src/CodestarNotificationsClient.ts b/clients/client-codestar-notifications/src/CodestarNotificationsClient.ts index 8b76fda59490e..0151fcaa9b1cf 100644 --- a/clients/client-codestar-notifications/src/CodestarNotificationsClient.ts +++ b/clients/client-codestar-notifications/src/CodestarNotificationsClient.ts @@ -90,6 +90,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -253,7 +255,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CodestarNotificationsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CodestarNotificationsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -272,7 +274,7 @@ export interface CodestarNotificationsClientConfig extends CodestarNotifications /** * @public */ -type CodestarNotificationsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CodestarNotificationsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-codestar-notifications/src/commands/CreateNotificationRuleCommand.ts b/clients/client-codestar-notifications/src/commands/CreateNotificationRuleCommand.ts index d11acf890f46c..943d69aa64919 100644 --- a/clients/client-codestar-notifications/src/commands/CreateNotificationRuleCommand.ts +++ b/clients/client-codestar-notifications/src/commands/CreateNotificationRuleCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_CreateNotificationRuleCommand, se_CreateNotificationRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-notifications/src/commands/DeleteNotificationRuleCommand.ts b/clients/client-codestar-notifications/src/commands/DeleteNotificationRuleCommand.ts index d333271316ce2..e99dc09f60597 100644 --- a/clients/client-codestar-notifications/src/commands/DeleteNotificationRuleCommand.ts +++ b/clients/client-codestar-notifications/src/commands/DeleteNotificationRuleCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteNotificationRuleRequest, DeleteNotificationRuleResult } from "../models/models_0"; import { de_DeleteNotificationRuleCommand, se_DeleteNotificationRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-notifications/src/commands/DeleteTargetCommand.ts b/clients/client-codestar-notifications/src/commands/DeleteTargetCommand.ts index 212aabf3c3042..db34d8592692f 100644 --- a/clients/client-codestar-notifications/src/commands/DeleteTargetCommand.ts +++ b/clients/client-codestar-notifications/src/commands/DeleteTargetCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteTargetRequest, DeleteTargetRequestFilterSensitiveLog, DeleteTargetResult } from "../models/models_0"; import { de_DeleteTargetCommand, se_DeleteTargetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-notifications/src/commands/DescribeNotificationRuleCommand.ts b/clients/client-codestar-notifications/src/commands/DescribeNotificationRuleCommand.ts index 3575bfe5b67ec..f0e423d3e37e3 100644 --- a/clients/client-codestar-notifications/src/commands/DescribeNotificationRuleCommand.ts +++ b/clients/client-codestar-notifications/src/commands/DescribeNotificationRuleCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_DescribeNotificationRuleCommand, se_DescribeNotificationRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-notifications/src/commands/ListEventTypesCommand.ts b/clients/client-codestar-notifications/src/commands/ListEventTypesCommand.ts index 51b1e079675de..a452762cf2795 100644 --- a/clients/client-codestar-notifications/src/commands/ListEventTypesCommand.ts +++ b/clients/client-codestar-notifications/src/commands/ListEventTypesCommand.ts @@ -21,6 +21,10 @@ import { import { ListEventTypesRequest, ListEventTypesResult } from "../models/models_0"; import { de_ListEventTypesCommand, se_ListEventTypesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-notifications/src/commands/ListNotificationRulesCommand.ts b/clients/client-codestar-notifications/src/commands/ListNotificationRulesCommand.ts index 3054d5b4ff16a..a9e1658a4dc69 100644 --- a/clients/client-codestar-notifications/src/commands/ListNotificationRulesCommand.ts +++ b/clients/client-codestar-notifications/src/commands/ListNotificationRulesCommand.ts @@ -21,6 +21,10 @@ import { import { ListNotificationRulesRequest, ListNotificationRulesResult } from "../models/models_0"; import { de_ListNotificationRulesCommand, se_ListNotificationRulesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-notifications/src/commands/ListTagsForResourceCommand.ts b/clients/client-codestar-notifications/src/commands/ListTagsForResourceCommand.ts index c391cfea1ec12..0ad3eab07487e 100644 --- a/clients/client-codestar-notifications/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-codestar-notifications/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-notifications/src/commands/ListTargetsCommand.ts b/clients/client-codestar-notifications/src/commands/ListTargetsCommand.ts index d91ec9542f51d..106ea439002cb 100644 --- a/clients/client-codestar-notifications/src/commands/ListTargetsCommand.ts +++ b/clients/client-codestar-notifications/src/commands/ListTargetsCommand.ts @@ -21,6 +21,10 @@ import { import { ListTargetsRequest, ListTargetsResult, ListTargetsResultFilterSensitiveLog } from "../models/models_0"; import { de_ListTargetsCommand, se_ListTargetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-notifications/src/commands/SubscribeCommand.ts b/clients/client-codestar-notifications/src/commands/SubscribeCommand.ts index ca71755fca99a..8d52bab81f261 100644 --- a/clients/client-codestar-notifications/src/commands/SubscribeCommand.ts +++ b/clients/client-codestar-notifications/src/commands/SubscribeCommand.ts @@ -21,6 +21,10 @@ import { import { SubscribeRequest, SubscribeRequestFilterSensitiveLog, SubscribeResult } from "../models/models_0"; import { de_SubscribeCommand, se_SubscribeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-notifications/src/commands/TagResourceCommand.ts b/clients/client-codestar-notifications/src/commands/TagResourceCommand.ts index 2705f74a92072..f523df34208de 100644 --- a/clients/client-codestar-notifications/src/commands/TagResourceCommand.ts +++ b/clients/client-codestar-notifications/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { TagResourceRequest, TagResourceResult } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-notifications/src/commands/UnsubscribeCommand.ts b/clients/client-codestar-notifications/src/commands/UnsubscribeCommand.ts index f8ff7ec2853f5..19e03f9e7b1b2 100644 --- a/clients/client-codestar-notifications/src/commands/UnsubscribeCommand.ts +++ b/clients/client-codestar-notifications/src/commands/UnsubscribeCommand.ts @@ -21,6 +21,10 @@ import { import { UnsubscribeRequest, UnsubscribeRequestFilterSensitiveLog, UnsubscribeResult } from "../models/models_0"; import { de_UnsubscribeCommand, se_UnsubscribeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-notifications/src/commands/UntagResourceCommand.ts b/clients/client-codestar-notifications/src/commands/UntagResourceCommand.ts index b77996642013f..f9e47d447f7a6 100644 --- a/clients/client-codestar-notifications/src/commands/UntagResourceCommand.ts +++ b/clients/client-codestar-notifications/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { UntagResourceRequest, UntagResourceResult } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-notifications/src/commands/UpdateNotificationRuleCommand.ts b/clients/client-codestar-notifications/src/commands/UpdateNotificationRuleCommand.ts index e17481a1fc067..bad73cd391f52 100644 --- a/clients/client-codestar-notifications/src/commands/UpdateNotificationRuleCommand.ts +++ b/clients/client-codestar-notifications/src/commands/UpdateNotificationRuleCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_UpdateNotificationRuleCommand, se_UpdateNotificationRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar-notifications/src/index.ts b/clients/client-codestar-notifications/src/index.ts index e5d7476a42cd9..67b364db65d8f 100644 --- a/clients/client-codestar-notifications/src/index.ts +++ b/clients/client-codestar-notifications/src/index.ts @@ -1,8 +1,97 @@ -export * from "./CodestarNotifications"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

This AWS CodeStar Notifications API Reference provides descriptions and usage examples of the + * operations and data types for the AWS CodeStar Notifications API. You can use the AWS CodeStar Notifications API + * to work with the following objects:

+ * + *

Notification rules, by calling the following:

+ *
    + *
  • + *

    + * CreateNotificationRule, which creates a notification rule for a + * resource in your account.

    + *
  • + *
  • + *

    + * DeleteNotificationRule, which deletes a notification rule.

    + *
  • + *
  • + *

    + * DescribeNotificationRule, which provides information about a notification rule.

    + *
  • + *
  • + *

    + * ListNotificationRules, which lists the notification rules associated with + * your account.

    + *
  • + *
  • + *

    + * UpdateNotificationRule, which changes the name, events, or targets associated with a + * notification rule.

    + *
  • + *
  • + *

    + * Subscribe, which subscribes a target to a notification rule.

    + *
  • + *
  • + *

    + * Unsubscribe, which removes a target from a notification rule.

    + *
  • + *
+ * + *

Targets, by calling the following:

+ *
    + *
  • + *

    + * DeleteTarget, which removes a notification rule target from a + * notification rule.

    + *
  • + *
  • + *

    + * ListTargets, which lists the targets associated with a + * notification rule.

    + *
  • + *
+ * + *

Events, by calling the following:

+ *
    + *
  • + *

    + * ListEventTypes, which lists the event types you can include in + * a notification rule.

    + *
  • + *
+ *

Tags, by calling the following:

+ *
    + *
  • + *

    + * ListTagsForResource, which lists the tags already associated + * with a notification rule in your account.

    + *
  • + *
  • + *

    + * TagResource, which associates a tag you provide with a + * notification rule in your account.

    + *
  • + *
  • + *

    + * UntagResource, which removes a tag from a notification rule in + * your account.

    + *
  • + *
+ * + * + * + *

For information about how to use AWS CodeStar Notifications, see the Amazon Web Services Developer Tools Console User Guide. + *

+ * + * @packageDocumentation + */ export * from "./CodestarNotificationsClient"; +export * from "./CodestarNotifications"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { CodestarNotificationsServiceException } from "./models/CodestarNotificationsServiceException"; diff --git a/clients/client-codestar-notifications/src/models/CodestarNotificationsServiceException.ts b/clients/client-codestar-notifications/src/models/CodestarNotificationsServiceException.ts index 8e23e0d5f0eb1..4480499c01a40 100644 --- a/clients/client-codestar-notifications/src/models/CodestarNotificationsServiceException.ts +++ b/clients/client-codestar-notifications/src/models/CodestarNotificationsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-codestar/src/CodeStarClient.ts b/clients/client-codestar/src/CodeStarClient.ts index a027552e99d50..8c4c611f8e8c9 100644 --- a/clients/client-codestar/src/CodeStarClient.ts +++ b/clients/client-codestar/src/CodeStarClient.ts @@ -86,6 +86,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -259,7 +261,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CodeStarClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CodeStarClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -278,7 +280,7 @@ export interface CodeStarClientConfig extends CodeStarClientConfigType {} /** * @public */ -type CodeStarClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CodeStarClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-codestar/src/commands/AssociateTeamMemberCommand.ts b/clients/client-codestar/src/commands/AssociateTeamMemberCommand.ts index 057e03d15c2cd..5a9187e068da7 100644 --- a/clients/client-codestar/src/commands/AssociateTeamMemberCommand.ts +++ b/clients/client-codestar/src/commands/AssociateTeamMemberCommand.ts @@ -17,6 +17,10 @@ import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { AssociateTeamMemberRequest, AssociateTeamMemberResult } from "../models/models_0"; import { de_AssociateTeamMemberCommand, se_AssociateTeamMemberCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar/src/commands/CreateProjectCommand.ts b/clients/client-codestar/src/commands/CreateProjectCommand.ts index 152aefeaec55a..5220f8ac763aa 100644 --- a/clients/client-codestar/src/commands/CreateProjectCommand.ts +++ b/clients/client-codestar/src/commands/CreateProjectCommand.ts @@ -17,6 +17,10 @@ import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateProjectRequest, CreateProjectRequestFilterSensitiveLog, CreateProjectResult } from "../models/models_0"; import { de_CreateProjectCommand, se_CreateProjectCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar/src/commands/CreateUserProfileCommand.ts b/clients/client-codestar/src/commands/CreateUserProfileCommand.ts index 5fc8bd81f12ac..91486b5d8018d 100644 --- a/clients/client-codestar/src/commands/CreateUserProfileCommand.ts +++ b/clients/client-codestar/src/commands/CreateUserProfileCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateUserProfileCommand, se_CreateUserProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar/src/commands/DeleteProjectCommand.ts b/clients/client-codestar/src/commands/DeleteProjectCommand.ts index 3387fa222fa20..d07d73f117094 100644 --- a/clients/client-codestar/src/commands/DeleteProjectCommand.ts +++ b/clients/client-codestar/src/commands/DeleteProjectCommand.ts @@ -17,6 +17,10 @@ import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteProjectRequest, DeleteProjectResult } from "../models/models_0"; import { de_DeleteProjectCommand, se_DeleteProjectCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar/src/commands/DeleteUserProfileCommand.ts b/clients/client-codestar/src/commands/DeleteUserProfileCommand.ts index 8bd70fec788e6..990b1916d1fa9 100644 --- a/clients/client-codestar/src/commands/DeleteUserProfileCommand.ts +++ b/clients/client-codestar/src/commands/DeleteUserProfileCommand.ts @@ -17,6 +17,10 @@ import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteUserProfileRequest, DeleteUserProfileResult } from "../models/models_0"; import { de_DeleteUserProfileCommand, se_DeleteUserProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar/src/commands/DescribeProjectCommand.ts b/clients/client-codestar/src/commands/DescribeProjectCommand.ts index b57a18c609b3c..9af734bdb691d 100644 --- a/clients/client-codestar/src/commands/DescribeProjectCommand.ts +++ b/clients/client-codestar/src/commands/DescribeProjectCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeProjectCommand, se_DescribeProjectCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar/src/commands/DescribeUserProfileCommand.ts b/clients/client-codestar/src/commands/DescribeUserProfileCommand.ts index df5be19def83b..8772d68099b0c 100644 --- a/clients/client-codestar/src/commands/DescribeUserProfileCommand.ts +++ b/clients/client-codestar/src/commands/DescribeUserProfileCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeUserProfileCommand, se_DescribeUserProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar/src/commands/DisassociateTeamMemberCommand.ts b/clients/client-codestar/src/commands/DisassociateTeamMemberCommand.ts index 3dd953cd8a27a..40720c3daba29 100644 --- a/clients/client-codestar/src/commands/DisassociateTeamMemberCommand.ts +++ b/clients/client-codestar/src/commands/DisassociateTeamMemberCommand.ts @@ -17,6 +17,10 @@ import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DisassociateTeamMemberRequest, DisassociateTeamMemberResult } from "../models/models_0"; import { de_DisassociateTeamMemberCommand, se_DisassociateTeamMemberCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar/src/commands/ListProjectsCommand.ts b/clients/client-codestar/src/commands/ListProjectsCommand.ts index 1c0ba19fd7324..76bee9f2c0ad3 100644 --- a/clients/client-codestar/src/commands/ListProjectsCommand.ts +++ b/clients/client-codestar/src/commands/ListProjectsCommand.ts @@ -17,6 +17,10 @@ import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListProjectsRequest, ListProjectsResult } from "../models/models_0"; import { de_ListProjectsCommand, se_ListProjectsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar/src/commands/ListResourcesCommand.ts b/clients/client-codestar/src/commands/ListResourcesCommand.ts index cc9e9309799ef..d20aa7388e50f 100644 --- a/clients/client-codestar/src/commands/ListResourcesCommand.ts +++ b/clients/client-codestar/src/commands/ListResourcesCommand.ts @@ -17,6 +17,10 @@ import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListResourcesRequest, ListResourcesResult } from "../models/models_0"; import { de_ListResourcesCommand, se_ListResourcesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar/src/commands/ListTagsForProjectCommand.ts b/clients/client-codestar/src/commands/ListTagsForProjectCommand.ts index 98ed61932a2d0..81cb41a656d33 100644 --- a/clients/client-codestar/src/commands/ListTagsForProjectCommand.ts +++ b/clients/client-codestar/src/commands/ListTagsForProjectCommand.ts @@ -17,6 +17,10 @@ import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListTagsForProjectRequest, ListTagsForProjectResult } from "../models/models_0"; import { de_ListTagsForProjectCommand, se_ListTagsForProjectCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar/src/commands/ListTeamMembersCommand.ts b/clients/client-codestar/src/commands/ListTeamMembersCommand.ts index 39a48fb21b85f..2d2e6ff2c9143 100644 --- a/clients/client-codestar/src/commands/ListTeamMembersCommand.ts +++ b/clients/client-codestar/src/commands/ListTeamMembersCommand.ts @@ -17,6 +17,10 @@ import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListTeamMembersRequest, ListTeamMembersResult } from "../models/models_0"; import { de_ListTeamMembersCommand, se_ListTeamMembersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar/src/commands/ListUserProfilesCommand.ts b/clients/client-codestar/src/commands/ListUserProfilesCommand.ts index 84d1665f621f1..c353161ed62d5 100644 --- a/clients/client-codestar/src/commands/ListUserProfilesCommand.ts +++ b/clients/client-codestar/src/commands/ListUserProfilesCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListUserProfilesCommand, se_ListUserProfilesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar/src/commands/TagProjectCommand.ts b/clients/client-codestar/src/commands/TagProjectCommand.ts index 394ae83adc51a..7076f9c2167c3 100644 --- a/clients/client-codestar/src/commands/TagProjectCommand.ts +++ b/clients/client-codestar/src/commands/TagProjectCommand.ts @@ -17,6 +17,10 @@ import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { TagProjectRequest, TagProjectResult } from "../models/models_0"; import { de_TagProjectCommand, se_TagProjectCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar/src/commands/UntagProjectCommand.ts b/clients/client-codestar/src/commands/UntagProjectCommand.ts index 9c02175760063..53bcc954549e7 100644 --- a/clients/client-codestar/src/commands/UntagProjectCommand.ts +++ b/clients/client-codestar/src/commands/UntagProjectCommand.ts @@ -17,6 +17,10 @@ import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UntagProjectRequest, UntagProjectResult } from "../models/models_0"; import { de_UntagProjectCommand, se_UntagProjectCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar/src/commands/UpdateProjectCommand.ts b/clients/client-codestar/src/commands/UpdateProjectCommand.ts index cbef02b2067a0..5c5530cd7b256 100644 --- a/clients/client-codestar/src/commands/UpdateProjectCommand.ts +++ b/clients/client-codestar/src/commands/UpdateProjectCommand.ts @@ -17,6 +17,10 @@ import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateProjectRequest, UpdateProjectRequestFilterSensitiveLog, UpdateProjectResult } from "../models/models_0"; import { de_UpdateProjectCommand, se_UpdateProjectCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar/src/commands/UpdateTeamMemberCommand.ts b/clients/client-codestar/src/commands/UpdateTeamMemberCommand.ts index 1e553815954f7..af90794954d16 100644 --- a/clients/client-codestar/src/commands/UpdateTeamMemberCommand.ts +++ b/clients/client-codestar/src/commands/UpdateTeamMemberCommand.ts @@ -17,6 +17,10 @@ import { CodeStarClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateTeamMemberRequest, UpdateTeamMemberResult } from "../models/models_0"; import { de_UpdateTeamMemberCommand, se_UpdateTeamMemberCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar/src/commands/UpdateUserProfileCommand.ts b/clients/client-codestar/src/commands/UpdateUserProfileCommand.ts index b353fe5964c9a..d0a68146d6c37 100644 --- a/clients/client-codestar/src/commands/UpdateUserProfileCommand.ts +++ b/clients/client-codestar/src/commands/UpdateUserProfileCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_UpdateUserProfileCommand, se_UpdateUserProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-codestar/src/index.ts b/clients/client-codestar/src/index.ts index fe94ef0765a43..afc744893905c 100644 --- a/clients/client-codestar/src/index.ts +++ b/clients/client-codestar/src/index.ts @@ -1,6 +1,101 @@ -export * from "./CodeStar"; // smithy-typescript generated code +/* eslint-disable */ +/** + * AWS CodeStar + *

This is the API reference for AWS CodeStar. This reference provides descriptions of the + * operations and data types for the AWS CodeStar API along with usage examples.

+ *

You can use the AWS CodeStar API to work with:

+ *

Projects and their resources, by calling the following:

+ *
    + *
  • + *

    + * DeleteProject, which deletes a project.

    + *
  • + *
  • + *

    + * DescribeProject, which lists the attributes of a project.

    + *
  • + *
  • + *

    + * ListProjects, which lists all projects associated with your AWS + * account.

    + *
  • + *
  • + *

    + * ListResources, which lists the resources associated with a + * project.

    + *
  • + *
  • + *

    + * ListTagsForProject, which lists the tags associated with a + * project.

    + *
  • + *
  • + *

    + * TagProject, which adds tags to a project.

    + *
  • + *
  • + *

    + * UntagProject, which removes tags from a project.

    + *
  • + *
  • + *

    + * UpdateProject, which updates the attributes of a project.

    + *
  • + *
+ *

Teams and team members, by calling the following:

+ *
    + *
  • + *

    + * AssociateTeamMember, which adds an IAM user to the team for a + * project.

    + *
  • + *
  • + *

    + * DisassociateTeamMember, which removes an IAM user from the team for a + * project.

    + *
  • + *
  • + *

    + * ListTeamMembers, which lists all the IAM users in the team for a + * project, including their roles and attributes.

    + *
  • + *
  • + *

    + * UpdateTeamMember, which updates a team member's attributes in a + * project.

    + *
  • + *
+ *

Users, by calling the following:

+ *
    + *
  • + *

    + * CreateUserProfile, which creates a user profile that contains data + * associated with the user across all projects.

    + *
  • + *
  • + *

    + * DeleteUserProfile, which deletes all user profile information across + * all projects.

    + *
  • + *
  • + *

    + * DescribeUserProfile, which describes the profile of a user.

    + *
  • + *
  • + *

    + * ListUserProfiles, which lists all user profiles.

    + *
  • + *
  • + *

    + * UpdateUserProfile, which updates the profile for a user.

    + *
  • + *
+ * + * @packageDocumentation + */ export * from "./CodeStarClient"; +export * from "./CodeStar"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-codestar/src/models/CodeStarServiceException.ts b/clients/client-codestar/src/models/CodeStarServiceException.ts index c256744c31ee4..704ed50df5fc0 100644 --- a/clients/client-codestar/src/models/CodeStarServiceException.ts +++ b/clients/client-codestar/src/models/CodeStarServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-cognito-identity-provider/src/CognitoIdentityProviderClient.ts b/clients/client-cognito-identity-provider/src/CognitoIdentityProviderClient.ts index 9555be488a8b4..d6e0936ce1a4a 100644 --- a/clients/client-cognito-identity-provider/src/CognitoIdentityProviderClient.ts +++ b/clients/client-cognito-identity-provider/src/CognitoIdentityProviderClient.ts @@ -323,6 +323,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -662,7 +664,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CognitoIdentityProviderClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CognitoIdentityProviderClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -681,7 +683,7 @@ export interface CognitoIdentityProviderClientConfig extends CognitoIdentityProv /** * @public */ -type CognitoIdentityProviderClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CognitoIdentityProviderClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-cognito-identity-provider/src/commands/AddCustomAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/AddCustomAttributesCommand.ts index d198dc0bed460..4bfca5b24c7d0 100644 --- a/clients/client-cognito-identity-provider/src/commands/AddCustomAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AddCustomAttributesCommand.ts @@ -22,6 +22,10 @@ import { import { AddCustomAttributesRequest, AddCustomAttributesResponse } from "../models/models_0"; import { de_AddCustomAttributesCommand, se_AddCustomAttributesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminAddUserToGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminAddUserToGroupCommand.ts index 08ce650ebbe3f..31458ecae4572 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminAddUserToGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminAddUserToGroupCommand.ts @@ -22,6 +22,10 @@ import { import { AdminAddUserToGroupRequest, AdminAddUserToGroupRequestFilterSensitiveLog } from "../models/models_0"; import { de_AdminAddUserToGroupCommand, se_AdminAddUserToGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminConfirmSignUpCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminConfirmSignUpCommand.ts index 7572792f5a165..0c91b5f2e7d42 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminConfirmSignUpCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminConfirmSignUpCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_AdminConfirmSignUpCommand, se_AdminConfirmSignUpCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminCreateUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminCreateUserCommand.ts index f60d712b29c0f..ac75b2187ca35 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminCreateUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminCreateUserCommand.ts @@ -27,6 +27,10 @@ import { } from "../models/models_0"; import { de_AdminCreateUserCommand, se_AdminCreateUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserAttributesCommand.ts index b291464b51fe7..b3381b4c80fed 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserAttributesCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_AdminDeleteUserAttributesCommand, se_AdminDeleteUserAttributesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserCommand.ts index ca81a471f4f97..cd8764b96fc7e 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminDeleteUserCommand.ts @@ -22,6 +22,10 @@ import { import { AdminDeleteUserRequest, AdminDeleteUserRequestFilterSensitiveLog } from "../models/models_0"; import { de_AdminDeleteUserCommand, se_AdminDeleteUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminDisableProviderForUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminDisableProviderForUserCommand.ts index b75309f6a90ad..db47dabd9ae31 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminDisableProviderForUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminDisableProviderForUserCommand.ts @@ -22,6 +22,10 @@ import { import { AdminDisableProviderForUserRequest, AdminDisableProviderForUserResponse } from "../models/models_0"; import { de_AdminDisableProviderForUserCommand, se_AdminDisableProviderForUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminDisableUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminDisableUserCommand.ts index 9b97c9b877ae1..704a016d6ce0d 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminDisableUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminDisableUserCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_AdminDisableUserCommand, se_AdminDisableUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminEnableUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminEnableUserCommand.ts index bf719bb212af5..663801410a60f 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminEnableUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminEnableUserCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_AdminEnableUserCommand, se_AdminEnableUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminForgetDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminForgetDeviceCommand.ts index ed09dad8331d6..0cd5b071326c1 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminForgetDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminForgetDeviceCommand.ts @@ -22,6 +22,10 @@ import { import { AdminForgetDeviceRequest, AdminForgetDeviceRequestFilterSensitiveLog } from "../models/models_0"; import { de_AdminForgetDeviceCommand, se_AdminForgetDeviceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminGetDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminGetDeviceCommand.ts index 1483e4dfabaf0..af0c3865df8b5 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminGetDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminGetDeviceCommand.ts @@ -27,6 +27,10 @@ import { } from "../models/models_0"; import { de_AdminGetDeviceCommand, se_AdminGetDeviceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminGetUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminGetUserCommand.ts index b45abab4b78ce..5a13a61a4c6a1 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminGetUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminGetUserCommand.ts @@ -27,6 +27,10 @@ import { } from "../models/models_0"; import { de_AdminGetUserCommand, se_AdminGetUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminInitiateAuthCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminInitiateAuthCommand.ts index ddb3ddbc105e4..941f924399f4c 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminInitiateAuthCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminInitiateAuthCommand.ts @@ -27,6 +27,10 @@ import { } from "../models/models_0"; import { de_AdminInitiateAuthCommand, se_AdminInitiateAuthCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminLinkProviderForUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminLinkProviderForUserCommand.ts index 6dd1b53b34e01..5a0f5f84e58f8 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminLinkProviderForUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminLinkProviderForUserCommand.ts @@ -22,6 +22,10 @@ import { import { AdminLinkProviderForUserRequest, AdminLinkProviderForUserResponse } from "../models/models_0"; import { de_AdminLinkProviderForUserCommand, se_AdminLinkProviderForUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminListDevicesCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminListDevicesCommand.ts index 36b0590c8ff41..9bde45f718309 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminListDevicesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminListDevicesCommand.ts @@ -27,6 +27,10 @@ import { } from "../models/models_0"; import { de_AdminListDevicesCommand, se_AdminListDevicesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminListGroupsForUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminListGroupsForUserCommand.ts index 6cff56203ba10..737209b396c53 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminListGroupsForUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminListGroupsForUserCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_AdminListGroupsForUserCommand, se_AdminListGroupsForUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminListUserAuthEventsCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminListUserAuthEventsCommand.ts index 30855bd10b06f..4173d42b43398 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminListUserAuthEventsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminListUserAuthEventsCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_AdminListUserAuthEventsCommand, se_AdminListUserAuthEventsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminRemoveUserFromGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminRemoveUserFromGroupCommand.ts index 9f4e943a76809..55d0fee6841fb 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminRemoveUserFromGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminRemoveUserFromGroupCommand.ts @@ -22,6 +22,10 @@ import { import { AdminRemoveUserFromGroupRequest, AdminRemoveUserFromGroupRequestFilterSensitiveLog } from "../models/models_0"; import { de_AdminRemoveUserFromGroupCommand, se_AdminRemoveUserFromGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminResetUserPasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminResetUserPasswordCommand.ts index 3108cdc49a856..15603d6af78e6 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminResetUserPasswordCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminResetUserPasswordCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_AdminResetUserPasswordCommand, se_AdminResetUserPasswordCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminRespondToAuthChallengeCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminRespondToAuthChallengeCommand.ts index 82e22a56b8220..14d65bcef7d49 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminRespondToAuthChallengeCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminRespondToAuthChallengeCommand.ts @@ -27,6 +27,10 @@ import { } from "../models/models_0"; import { de_AdminRespondToAuthChallengeCommand, se_AdminRespondToAuthChallengeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminSetUserMFAPreferenceCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminSetUserMFAPreferenceCommand.ts index cf56d1f483bf5..172140c1e68a5 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminSetUserMFAPreferenceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminSetUserMFAPreferenceCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_AdminSetUserMFAPreferenceCommand, se_AdminSetUserMFAPreferenceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminSetUserPasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminSetUserPasswordCommand.ts index da44a3a5ec0ff..3f6738fb35c6e 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminSetUserPasswordCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminSetUserPasswordCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_AdminSetUserPasswordCommand, se_AdminSetUserPasswordCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminSetUserSettingsCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminSetUserSettingsCommand.ts index 9f64203a3dc81..0841cfd56cfc0 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminSetUserSettingsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminSetUserSettingsCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_AdminSetUserSettingsCommand, se_AdminSetUserSettingsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminUpdateAuthEventFeedbackCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminUpdateAuthEventFeedbackCommand.ts index c9798aed36406..1407a935006cc 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminUpdateAuthEventFeedbackCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminUpdateAuthEventFeedbackCommand.ts @@ -29,6 +29,10 @@ import { se_AdminUpdateAuthEventFeedbackCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminUpdateDeviceStatusCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminUpdateDeviceStatusCommand.ts index c1b447045ac7b..124d965e029c9 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminUpdateDeviceStatusCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminUpdateDeviceStatusCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_AdminUpdateDeviceStatusCommand, se_AdminUpdateDeviceStatusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminUpdateUserAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminUpdateUserAttributesCommand.ts index 45f41d78acf12..edbd0da606f04 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminUpdateUserAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminUpdateUserAttributesCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_AdminUpdateUserAttributesCommand, se_AdminUpdateUserAttributesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AdminUserGlobalSignOutCommand.ts b/clients/client-cognito-identity-provider/src/commands/AdminUserGlobalSignOutCommand.ts index 1579e75e429a5..955910e47736b 100644 --- a/clients/client-cognito-identity-provider/src/commands/AdminUserGlobalSignOutCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AdminUserGlobalSignOutCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_AdminUserGlobalSignOutCommand, se_AdminUserGlobalSignOutCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/AssociateSoftwareTokenCommand.ts b/clients/client-cognito-identity-provider/src/commands/AssociateSoftwareTokenCommand.ts index 62547aedd8118..7aeac1cdc8b51 100644 --- a/clients/client-cognito-identity-provider/src/commands/AssociateSoftwareTokenCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/AssociateSoftwareTokenCommand.ts @@ -27,6 +27,10 @@ import { } from "../models/models_0"; import { de_AssociateSoftwareTokenCommand, se_AssociateSoftwareTokenCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/ChangePasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/ChangePasswordCommand.ts index 769f3db0c2d0a..8b9d8862bfa90 100644 --- a/clients/client-cognito-identity-provider/src/commands/ChangePasswordCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ChangePasswordCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_ChangePasswordCommand, se_ChangePasswordCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/ConfirmDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/ConfirmDeviceCommand.ts index b19fcc797a0b5..a906dbcc98b77 100644 --- a/clients/client-cognito-identity-provider/src/commands/ConfirmDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ConfirmDeviceCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_ConfirmDeviceCommand, se_ConfirmDeviceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/ConfirmForgotPasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/ConfirmForgotPasswordCommand.ts index 07de4c8356264..64eda67be1c59 100644 --- a/clients/client-cognito-identity-provider/src/commands/ConfirmForgotPasswordCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ConfirmForgotPasswordCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_ConfirmForgotPasswordCommand, se_ConfirmForgotPasswordCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/ConfirmSignUpCommand.ts b/clients/client-cognito-identity-provider/src/commands/ConfirmSignUpCommand.ts index 1374f870bb671..d5b981381ab40 100644 --- a/clients/client-cognito-identity-provider/src/commands/ConfirmSignUpCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ConfirmSignUpCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_ConfirmSignUpCommand, se_ConfirmSignUpCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/CreateGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateGroupCommand.ts index 4fd53dc9343d1..4db886e1ddcb5 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateGroupCommand.ts @@ -22,6 +22,10 @@ import { import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0"; import { de_CreateGroupCommand, se_CreateGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/CreateIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateIdentityProviderCommand.ts index 2e4fb22a82c24..bb77ebda56264 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateIdentityProviderCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateIdentityProviderCommand.ts @@ -22,6 +22,10 @@ import { import { CreateIdentityProviderRequest, CreateIdentityProviderResponse } from "../models/models_0"; import { de_CreateIdentityProviderCommand, se_CreateIdentityProviderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/CreateResourceServerCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateResourceServerCommand.ts index 9ae35848d3d42..504fd844e04af 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateResourceServerCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateResourceServerCommand.ts @@ -22,6 +22,10 @@ import { import { CreateResourceServerRequest, CreateResourceServerResponse } from "../models/models_0"; import { de_CreateResourceServerCommand, se_CreateResourceServerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/CreateUserImportJobCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateUserImportJobCommand.ts index 32f42b15d09fb..094326acf2555 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateUserImportJobCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateUserImportJobCommand.ts @@ -22,6 +22,10 @@ import { import { CreateUserImportJobRequest, CreateUserImportJobResponse } from "../models/models_0"; import { de_CreateUserImportJobCommand, se_CreateUserImportJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolClientCommand.ts index f65cc3c291831..eef7d7f56fd6c 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolClientCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolClientCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_CreateUserPoolClientCommand, se_CreateUserPoolClientCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolCommand.ts index e8d981df58423..22cbb91ffd154 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolCommand.ts @@ -22,6 +22,10 @@ import { import { CreateUserPoolRequest, CreateUserPoolResponse } from "../models/models_0"; import { de_CreateUserPoolCommand, se_CreateUserPoolCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolDomainCommand.ts index 208547cede54f..2ad2c9f165802 100644 --- a/clients/client-cognito-identity-provider/src/commands/CreateUserPoolDomainCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/CreateUserPoolDomainCommand.ts @@ -22,6 +22,10 @@ import { import { CreateUserPoolDomainRequest, CreateUserPoolDomainResponse } from "../models/models_0"; import { de_CreateUserPoolDomainCommand, se_CreateUserPoolDomainCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteGroupCommand.ts index 353ead02b39e5..23e2c4deef6b1 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteGroupCommand.ts @@ -22,6 +22,10 @@ import { import { DeleteGroupRequest } from "../models/models_0"; import { de_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteIdentityProviderCommand.ts index f315c0cafb5eb..782479b91b9a1 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteIdentityProviderCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteIdentityProviderCommand.ts @@ -22,6 +22,10 @@ import { import { DeleteIdentityProviderRequest } from "../models/models_0"; import { de_DeleteIdentityProviderCommand, se_DeleteIdentityProviderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteResourceServerCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteResourceServerCommand.ts index 6b2ab11da5990..a46ef1728fc2a 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteResourceServerCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteResourceServerCommand.ts @@ -22,6 +22,10 @@ import { import { DeleteResourceServerRequest } from "../models/models_0"; import { de_DeleteResourceServerCommand, se_DeleteResourceServerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserAttributesCommand.ts index 4d3cb2821019d..e6cff509ca388 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteUserAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserAttributesCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_DeleteUserAttributesCommand, se_DeleteUserAttributesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserCommand.ts index 097451f352ee5..efd2f60c8a45c 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteUserRequest, DeleteUserRequestFilterSensitiveLog } from "../models/models_0"; import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolClientCommand.ts index 3329d0c0e14da..fad835c7190c7 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolClientCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolClientCommand.ts @@ -22,6 +22,10 @@ import { import { DeleteUserPoolClientRequest, DeleteUserPoolClientRequestFilterSensitiveLog } from "../models/models_0"; import { de_DeleteUserPoolClientCommand, se_DeleteUserPoolClientCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolCommand.ts index cefbaf3b67d28..9bf92481baf03 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolCommand.ts @@ -22,6 +22,10 @@ import { import { DeleteUserPoolRequest } from "../models/models_0"; import { de_DeleteUserPoolCommand, se_DeleteUserPoolCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolDomainCommand.ts index 4619ac7c21e82..3fb56f3eec511 100644 --- a/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolDomainCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DeleteUserPoolDomainCommand.ts @@ -22,6 +22,10 @@ import { import { DeleteUserPoolDomainRequest, DeleteUserPoolDomainResponse } from "../models/models_0"; import { de_DeleteUserPoolDomainCommand, se_DeleteUserPoolDomainCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeIdentityProviderCommand.ts index 80642303752bd..1e07011281497 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeIdentityProviderCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeIdentityProviderCommand.ts @@ -22,6 +22,10 @@ import { import { DescribeIdentityProviderRequest, DescribeIdentityProviderResponse } from "../models/models_0"; import { de_DescribeIdentityProviderCommand, se_DescribeIdentityProviderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeResourceServerCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeResourceServerCommand.ts index 0918d8c1d1667..d9d2748bbb25c 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeResourceServerCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeResourceServerCommand.ts @@ -22,6 +22,10 @@ import { import { DescribeResourceServerRequest, DescribeResourceServerResponse } from "../models/models_0"; import { de_DescribeResourceServerCommand, se_DescribeResourceServerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeRiskConfigurationCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeRiskConfigurationCommand.ts index f5868f1433827..1a35567ee26ae 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeRiskConfigurationCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeRiskConfigurationCommand.ts @@ -27,6 +27,10 @@ import { } from "../models/models_0"; import { de_DescribeRiskConfigurationCommand, se_DescribeRiskConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeUserImportJobCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeUserImportJobCommand.ts index c0c8d9ec5dcbc..047471717575f 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeUserImportJobCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeUserImportJobCommand.ts @@ -22,6 +22,10 @@ import { import { DescribeUserImportJobRequest, DescribeUserImportJobResponse } from "../models/models_0"; import { de_DescribeUserImportJobCommand, se_DescribeUserImportJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolClientCommand.ts index 618d54148419b..60e328031a6fd 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolClientCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolClientCommand.ts @@ -27,6 +27,10 @@ import { } from "../models/models_0"; import { de_DescribeUserPoolClientCommand, se_DescribeUserPoolClientCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolCommand.ts index 0891d007d5495..dcde7cc331d43 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolCommand.ts @@ -22,6 +22,10 @@ import { import { DescribeUserPoolRequest, DescribeUserPoolResponse } from "../models/models_0"; import { de_DescribeUserPoolCommand, se_DescribeUserPoolCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolDomainCommand.ts index 137f325de5ee8..0515e2b61bd39 100644 --- a/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolDomainCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/DescribeUserPoolDomainCommand.ts @@ -22,6 +22,10 @@ import { import { DescribeUserPoolDomainRequest, DescribeUserPoolDomainResponse } from "../models/models_0"; import { de_DescribeUserPoolDomainCommand, se_DescribeUserPoolDomainCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/ForgetDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/ForgetDeviceCommand.ts index 8764ba60494ae..ccb43e39f8e04 100644 --- a/clients/client-cognito-identity-provider/src/commands/ForgetDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ForgetDeviceCommand.ts @@ -22,6 +22,10 @@ import { import { ForgetDeviceRequest, ForgetDeviceRequestFilterSensitiveLog } from "../models/models_0"; import { de_ForgetDeviceCommand, se_ForgetDeviceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/ForgotPasswordCommand.ts b/clients/client-cognito-identity-provider/src/commands/ForgotPasswordCommand.ts index 545e2e97c9006..36251eb61e25d 100644 --- a/clients/client-cognito-identity-provider/src/commands/ForgotPasswordCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ForgotPasswordCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_ForgotPasswordCommand, se_ForgotPasswordCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/GetCSVHeaderCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetCSVHeaderCommand.ts index e8c15148a40bd..120c0ab9e06af 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetCSVHeaderCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetCSVHeaderCommand.ts @@ -22,6 +22,10 @@ import { import { GetCSVHeaderRequest, GetCSVHeaderResponse } from "../models/models_0"; import { de_GetCSVHeaderCommand, se_GetCSVHeaderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/GetDeviceCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetDeviceCommand.ts index 931b411456bb0..076dfbeb823e9 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetDeviceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetDeviceCommand.ts @@ -27,6 +27,10 @@ import { } from "../models/models_0"; import { de_GetDeviceCommand, se_GetDeviceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/GetGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetGroupCommand.ts index 1feecbaf272fd..2484dabcd3cdc 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetGroupCommand.ts @@ -22,6 +22,10 @@ import { import { GetGroupRequest, GetGroupResponse } from "../models/models_0"; import { de_GetGroupCommand, se_GetGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/GetIdentityProviderByIdentifierCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetIdentityProviderByIdentifierCommand.ts index 361c37e9876b2..31f13b8466a05 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetIdentityProviderByIdentifierCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetIdentityProviderByIdentifierCommand.ts @@ -25,6 +25,10 @@ import { se_GetIdentityProviderByIdentifierCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/GetSigningCertificateCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetSigningCertificateCommand.ts index 0b10a7948e8b5..c9f03341a8da5 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetSigningCertificateCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetSigningCertificateCommand.ts @@ -22,6 +22,10 @@ import { import { GetSigningCertificateRequest, GetSigningCertificateResponse } from "../models/models_0"; import { de_GetSigningCertificateCommand, se_GetSigningCertificateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/GetUICustomizationCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetUICustomizationCommand.ts index 069f415e2a5ea..5191c9f8a5e6b 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetUICustomizationCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetUICustomizationCommand.ts @@ -27,6 +27,10 @@ import { } from "../models/models_0"; import { de_GetUICustomizationCommand, se_GetUICustomizationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/GetUserAttributeVerificationCodeCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetUserAttributeVerificationCodeCommand.ts index 2c7d8da7e3711..d327e0d4fa483 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetUserAttributeVerificationCodeCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetUserAttributeVerificationCodeCommand.ts @@ -28,6 +28,10 @@ import { se_GetUserAttributeVerificationCodeCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/GetUserCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetUserCommand.ts index df4830001c3a9..79f0add970c3d 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetUserCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetUserCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_GetUserCommand, se_GetUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/GetUserPoolMfaConfigCommand.ts b/clients/client-cognito-identity-provider/src/commands/GetUserPoolMfaConfigCommand.ts index 998a4c2e0d39d..73c8fbb4bcd57 100644 --- a/clients/client-cognito-identity-provider/src/commands/GetUserPoolMfaConfigCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GetUserPoolMfaConfigCommand.ts @@ -22,6 +22,10 @@ import { import { GetUserPoolMfaConfigRequest, GetUserPoolMfaConfigResponse } from "../models/models_0"; import { de_GetUserPoolMfaConfigCommand, se_GetUserPoolMfaConfigCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/GlobalSignOutCommand.ts b/clients/client-cognito-identity-provider/src/commands/GlobalSignOutCommand.ts index 6e1576d0e1068..e99a8cc86619a 100644 --- a/clients/client-cognito-identity-provider/src/commands/GlobalSignOutCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/GlobalSignOutCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_GlobalSignOutCommand, se_GlobalSignOutCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/InitiateAuthCommand.ts b/clients/client-cognito-identity-provider/src/commands/InitiateAuthCommand.ts index 2b47c149e0b86..ffcd214a28e1c 100644 --- a/clients/client-cognito-identity-provider/src/commands/InitiateAuthCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/InitiateAuthCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_InitiateAuthCommand, se_InitiateAuthCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/ListDevicesCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListDevicesCommand.ts index 1b190f9053b78..b7717d22a2131 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListDevicesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListDevicesCommand.ts @@ -27,6 +27,10 @@ import { } from "../models/models_0"; import { de_ListDevicesCommand, se_ListDevicesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/ListGroupsCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListGroupsCommand.ts index 1c8c3c331ae0e..3a0f45cc7ad78 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListGroupsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListGroupsCommand.ts @@ -22,6 +22,10 @@ import { import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0"; import { de_ListGroupsCommand, se_ListGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/ListIdentityProvidersCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListIdentityProvidersCommand.ts index 5bfc8cd877903..aea28d31ac211 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListIdentityProvidersCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListIdentityProvidersCommand.ts @@ -22,6 +22,10 @@ import { import { ListIdentityProvidersRequest, ListIdentityProvidersResponse } from "../models/models_0"; import { de_ListIdentityProvidersCommand, se_ListIdentityProvidersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/ListResourceServersCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListResourceServersCommand.ts index 0e05131fab5d0..7f7df8fe839f7 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListResourceServersCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListResourceServersCommand.ts @@ -22,6 +22,10 @@ import { import { ListResourceServersRequest, ListResourceServersResponse } from "../models/models_0"; import { de_ListResourceServersCommand, se_ListResourceServersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/ListTagsForResourceCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListTagsForResourceCommand.ts index 79230397f92eb..b2412cdff1c1b 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListTagsForResourceCommand.ts @@ -22,6 +22,10 @@ import { import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/ListUserImportJobsCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUserImportJobsCommand.ts index 531af3b9bf5d8..e8558dfa096ff 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListUserImportJobsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListUserImportJobsCommand.ts @@ -22,6 +22,10 @@ import { import { ListUserImportJobsRequest, ListUserImportJobsResponse } from "../models/models_0"; import { de_ListUserImportJobsCommand, se_ListUserImportJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/ListUserPoolClientsCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUserPoolClientsCommand.ts index e451f9a06e42e..b1c8f643d0840 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListUserPoolClientsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListUserPoolClientsCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_ListUserPoolClientsCommand, se_ListUserPoolClientsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/ListUserPoolsCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUserPoolsCommand.ts index 977891bfae1c4..8971a7d071f90 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListUserPoolsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListUserPoolsCommand.ts @@ -22,6 +22,10 @@ import { import { ListUserPoolsRequest, ListUserPoolsResponse } from "../models/models_0"; import { de_ListUserPoolsCommand, se_ListUserPoolsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/ListUsersCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUsersCommand.ts index efc69db77897c..9cfb0ed1e1c25 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListUsersCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListUsersCommand.ts @@ -22,6 +22,10 @@ import { import { ListUsersRequest, ListUsersResponse, ListUsersResponseFilterSensitiveLog } from "../models/models_0"; import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/ListUsersInGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/ListUsersInGroupCommand.ts index 7c73d291e7e51..26639c008f46e 100644 --- a/clients/client-cognito-identity-provider/src/commands/ListUsersInGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ListUsersInGroupCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_ListUsersInGroupCommand, se_ListUsersInGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/ResendConfirmationCodeCommand.ts b/clients/client-cognito-identity-provider/src/commands/ResendConfirmationCodeCommand.ts index 867daad37a53c..d4a333be7ed3e 100644 --- a/clients/client-cognito-identity-provider/src/commands/ResendConfirmationCodeCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/ResendConfirmationCodeCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_ResendConfirmationCodeCommand, se_ResendConfirmationCodeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/RespondToAuthChallengeCommand.ts b/clients/client-cognito-identity-provider/src/commands/RespondToAuthChallengeCommand.ts index 69601f48de2b4..92e41d34dc086 100644 --- a/clients/client-cognito-identity-provider/src/commands/RespondToAuthChallengeCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/RespondToAuthChallengeCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_RespondToAuthChallengeCommand, se_RespondToAuthChallengeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/RevokeTokenCommand.ts b/clients/client-cognito-identity-provider/src/commands/RevokeTokenCommand.ts index 7aaadfd8ad902..c6f5922e25671 100644 --- a/clients/client-cognito-identity-provider/src/commands/RevokeTokenCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/RevokeTokenCommand.ts @@ -22,6 +22,10 @@ import { import { RevokeTokenRequest, RevokeTokenRequestFilterSensitiveLog, RevokeTokenResponse } from "../models/models_0"; import { de_RevokeTokenCommand, se_RevokeTokenCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/SetRiskConfigurationCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetRiskConfigurationCommand.ts index 140e86604390f..482fb6b4bcb6a 100644 --- a/clients/client-cognito-identity-provider/src/commands/SetRiskConfigurationCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SetRiskConfigurationCommand.ts @@ -27,6 +27,10 @@ import { } from "../models/models_0"; import { de_SetRiskConfigurationCommand, se_SetRiskConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/SetUICustomizationCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetUICustomizationCommand.ts index d30a00523d043..f98ecd8b887e1 100644 --- a/clients/client-cognito-identity-provider/src/commands/SetUICustomizationCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SetUICustomizationCommand.ts @@ -27,6 +27,10 @@ import { } from "../models/models_0"; import { de_SetUICustomizationCommand, se_SetUICustomizationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/SetUserMFAPreferenceCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetUserMFAPreferenceCommand.ts index 1a7dfd671fffd..283b7a60a45f4 100644 --- a/clients/client-cognito-identity-provider/src/commands/SetUserMFAPreferenceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SetUserMFAPreferenceCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_SetUserMFAPreferenceCommand, se_SetUserMFAPreferenceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/SetUserPoolMfaConfigCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetUserPoolMfaConfigCommand.ts index 39031e93d9a3f..ea0ea67e081d9 100644 --- a/clients/client-cognito-identity-provider/src/commands/SetUserPoolMfaConfigCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SetUserPoolMfaConfigCommand.ts @@ -22,6 +22,10 @@ import { import { SetUserPoolMfaConfigRequest, SetUserPoolMfaConfigResponse } from "../models/models_0"; import { de_SetUserPoolMfaConfigCommand, se_SetUserPoolMfaConfigCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/SetUserSettingsCommand.ts b/clients/client-cognito-identity-provider/src/commands/SetUserSettingsCommand.ts index 790d88a7259ec..230cbb5b8ba99 100644 --- a/clients/client-cognito-identity-provider/src/commands/SetUserSettingsCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SetUserSettingsCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_SetUserSettingsCommand, se_SetUserSettingsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/SignUpCommand.ts b/clients/client-cognito-identity-provider/src/commands/SignUpCommand.ts index 4543a3347bf1a..ec2ca1012c054 100644 --- a/clients/client-cognito-identity-provider/src/commands/SignUpCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/SignUpCommand.ts @@ -21,6 +21,10 @@ import { import { SignUpRequest, SignUpRequestFilterSensitiveLog, SignUpResponse } from "../models/models_1"; import { de_SignUpCommand, se_SignUpCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/StartUserImportJobCommand.ts b/clients/client-cognito-identity-provider/src/commands/StartUserImportJobCommand.ts index 93e32d2065afe..6760cf2f1646a 100644 --- a/clients/client-cognito-identity-provider/src/commands/StartUserImportJobCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/StartUserImportJobCommand.ts @@ -22,6 +22,10 @@ import { import { StartUserImportJobRequest, StartUserImportJobResponse } from "../models/models_1"; import { de_StartUserImportJobCommand, se_StartUserImportJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/StopUserImportJobCommand.ts b/clients/client-cognito-identity-provider/src/commands/StopUserImportJobCommand.ts index 9531fb74b7baa..6a0d17e968da8 100644 --- a/clients/client-cognito-identity-provider/src/commands/StopUserImportJobCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/StopUserImportJobCommand.ts @@ -22,6 +22,10 @@ import { import { StopUserImportJobRequest, StopUserImportJobResponse } from "../models/models_1"; import { de_StopUserImportJobCommand, se_StopUserImportJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/TagResourceCommand.ts b/clients/client-cognito-identity-provider/src/commands/TagResourceCommand.ts index 21883a2f3ff71..34488dc934956 100644 --- a/clients/client-cognito-identity-provider/src/commands/TagResourceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/TagResourceCommand.ts @@ -22,6 +22,10 @@ import { import { TagResourceRequest, TagResourceResponse } from "../models/models_1"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/UntagResourceCommand.ts b/clients/client-cognito-identity-provider/src/commands/UntagResourceCommand.ts index 6ea6072b60e8a..6b5773f1cdef0 100644 --- a/clients/client-cognito-identity-provider/src/commands/UntagResourceCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UntagResourceCommand.ts @@ -22,6 +22,10 @@ import { import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateAuthEventFeedbackCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateAuthEventFeedbackCommand.ts index 2b70523336fc9..0f2bc34a680e3 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateAuthEventFeedbackCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateAuthEventFeedbackCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_1"; import { de_UpdateAuthEventFeedbackCommand, se_UpdateAuthEventFeedbackCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateDeviceStatusCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateDeviceStatusCommand.ts index 2475f20d2fb91..888c3dac5e9d4 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateDeviceStatusCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateDeviceStatusCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_1"; import { de_UpdateDeviceStatusCommand, se_UpdateDeviceStatusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateGroupCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateGroupCommand.ts index ff67846e84372..11c0515025427 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateGroupCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateGroupCommand.ts @@ -22,6 +22,10 @@ import { import { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_1"; import { de_UpdateGroupCommand, se_UpdateGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateIdentityProviderCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateIdentityProviderCommand.ts index ec5ca5fde4e22..6e865677556f6 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateIdentityProviderCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateIdentityProviderCommand.ts @@ -22,6 +22,10 @@ import { import { UpdateIdentityProviderRequest, UpdateIdentityProviderResponse } from "../models/models_1"; import { de_UpdateIdentityProviderCommand, se_UpdateIdentityProviderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateResourceServerCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateResourceServerCommand.ts index b66e47c70f950..4b070c82da9ba 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateResourceServerCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateResourceServerCommand.ts @@ -22,6 +22,10 @@ import { import { UpdateResourceServerRequest, UpdateResourceServerResponse } from "../models/models_1"; import { de_UpdateResourceServerCommand, se_UpdateResourceServerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateUserAttributesCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateUserAttributesCommand.ts index ba9b5fbd0b77d..1db28184971d3 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateUserAttributesCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateUserAttributesCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_1"; import { de_UpdateUserAttributesCommand, se_UpdateUserAttributesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolClientCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolClientCommand.ts index c88b7f1850ee7..c2e48fdcb6290 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolClientCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolClientCommand.ts @@ -27,6 +27,10 @@ import { } from "../models/models_1"; import { de_UpdateUserPoolClientCommand, se_UpdateUserPoolClientCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolCommand.ts index 6c22e18ead4c4..7a79c55504170 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolCommand.ts @@ -22,6 +22,10 @@ import { import { UpdateUserPoolRequest, UpdateUserPoolResponse } from "../models/models_1"; import { de_UpdateUserPoolCommand, se_UpdateUserPoolCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolDomainCommand.ts b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolDomainCommand.ts index 1ae4b6806d47a..50b19277e712e 100644 --- a/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolDomainCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/UpdateUserPoolDomainCommand.ts @@ -22,6 +22,10 @@ import { import { UpdateUserPoolDomainRequest, UpdateUserPoolDomainResponse } from "../models/models_1"; import { de_UpdateUserPoolDomainCommand, se_UpdateUserPoolDomainCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/VerifySoftwareTokenCommand.ts b/clients/client-cognito-identity-provider/src/commands/VerifySoftwareTokenCommand.ts index 20d0abea46ebd..7a0c6a9aea38b 100644 --- a/clients/client-cognito-identity-provider/src/commands/VerifySoftwareTokenCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/VerifySoftwareTokenCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_1"; import { de_VerifySoftwareTokenCommand, se_VerifySoftwareTokenCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/commands/VerifyUserAttributeCommand.ts b/clients/client-cognito-identity-provider/src/commands/VerifyUserAttributeCommand.ts index c1e1fa00a8965..0ed65183c05de 100644 --- a/clients/client-cognito-identity-provider/src/commands/VerifyUserAttributeCommand.ts +++ b/clients/client-cognito-identity-provider/src/commands/VerifyUserAttributeCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_1"; import { de_VerifyUserAttributeCommand, se_VerifyUserAttributeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity-provider/src/index.ts b/clients/client-cognito-identity-provider/src/index.ts index 1ccbc3f48c26f..2170ae3469976 100644 --- a/clients/client-cognito-identity-provider/src/index.ts +++ b/clients/client-cognito-identity-provider/src/index.ts @@ -1,8 +1,19 @@ -export * from "./CognitoIdentityProvider"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Using the Amazon Cognito user pools API, you can create a user pool to manage directories and + * users. You can authenticate a user to obtain tokens related to user identity and access + * policies.

+ *

This API reference provides information about user pools in Amazon Cognito user pools.

+ *

For more information, see the Amazon Cognito + * Documentation.

+ * + * @packageDocumentation + */ export * from "./CognitoIdentityProviderClient"; +export * from "./CognitoIdentityProvider"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { CognitoIdentityProviderServiceException } from "./models/CognitoIdentityProviderServiceException"; diff --git a/clients/client-cognito-identity-provider/src/models/CognitoIdentityProviderServiceException.ts b/clients/client-cognito-identity-provider/src/models/CognitoIdentityProviderServiceException.ts index 049500d3dec38..cbf4c19cde677 100644 --- a/clients/client-cognito-identity-provider/src/models/CognitoIdentityProviderServiceException.ts +++ b/clients/client-cognito-identity-provider/src/models/CognitoIdentityProviderServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-cognito-identity/src/CognitoIdentityClient.ts b/clients/client-cognito-identity/src/CognitoIdentityClient.ts index 1e92f9c4d6558..a7874bc599a72 100644 --- a/clients/client-cognito-identity/src/CognitoIdentityClient.ts +++ b/clients/client-cognito-identity/src/CognitoIdentityClient.ts @@ -110,6 +110,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -293,7 +295,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CognitoIdentityClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CognitoIdentityClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -312,7 +314,7 @@ export interface CognitoIdentityClientConfig extends CognitoIdentityClientConfig /** * @public */ -type CognitoIdentityClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CognitoIdentityClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-cognito-identity/src/commands/CreateIdentityPoolCommand.ts b/clients/client-cognito-identity/src/commands/CreateIdentityPoolCommand.ts index aa5b3d49b7827..ea4879dadd44d 100644 --- a/clients/client-cognito-identity/src/commands/CreateIdentityPoolCommand.ts +++ b/clients/client-cognito-identity/src/commands/CreateIdentityPoolCommand.ts @@ -18,6 +18,10 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { CreateIdentityPoolInput, IdentityPool } from "../models/models_0"; import { de_CreateIdentityPoolCommand, se_CreateIdentityPoolCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/commands/DeleteIdentitiesCommand.ts b/clients/client-cognito-identity/src/commands/DeleteIdentitiesCommand.ts index 1bd6cbf62b32b..8831cac67f783 100644 --- a/clients/client-cognito-identity/src/commands/DeleteIdentitiesCommand.ts +++ b/clients/client-cognito-identity/src/commands/DeleteIdentitiesCommand.ts @@ -18,6 +18,10 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DeleteIdentitiesInput, DeleteIdentitiesResponse } from "../models/models_0"; import { de_DeleteIdentitiesCommand, se_DeleteIdentitiesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/commands/DeleteIdentityPoolCommand.ts b/clients/client-cognito-identity/src/commands/DeleteIdentityPoolCommand.ts index a5f8ff5e4bddb..f332ecd758ae3 100644 --- a/clients/client-cognito-identity/src/commands/DeleteIdentityPoolCommand.ts +++ b/clients/client-cognito-identity/src/commands/DeleteIdentityPoolCommand.ts @@ -18,6 +18,10 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DeleteIdentityPoolInput } from "../models/models_0"; import { de_DeleteIdentityPoolCommand, se_DeleteIdentityPoolCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/commands/DescribeIdentityCommand.ts b/clients/client-cognito-identity/src/commands/DescribeIdentityCommand.ts index 4b8d434212d6a..184da1ef887ad 100644 --- a/clients/client-cognito-identity/src/commands/DescribeIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/DescribeIdentityCommand.ts @@ -18,6 +18,10 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DescribeIdentityInput, IdentityDescription } from "../models/models_0"; import { de_DescribeIdentityCommand, se_DescribeIdentityCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/commands/DescribeIdentityPoolCommand.ts b/clients/client-cognito-identity/src/commands/DescribeIdentityPoolCommand.ts index 0517dbdfec27b..586c618ead72d 100644 --- a/clients/client-cognito-identity/src/commands/DescribeIdentityPoolCommand.ts +++ b/clients/client-cognito-identity/src/commands/DescribeIdentityPoolCommand.ts @@ -18,6 +18,10 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DescribeIdentityPoolInput, IdentityPool } from "../models/models_0"; import { de_DescribeIdentityPoolCommand, se_DescribeIdentityPoolCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/commands/GetCredentialsForIdentityCommand.ts b/clients/client-cognito-identity/src/commands/GetCredentialsForIdentityCommand.ts index 3962287a5db2d..48c3eef0fa2e7 100644 --- a/clients/client-cognito-identity/src/commands/GetCredentialsForIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetCredentialsForIdentityCommand.ts @@ -17,6 +17,10 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { GetCredentialsForIdentityInput, GetCredentialsForIdentityResponse } from "../models/models_0"; import { de_GetCredentialsForIdentityCommand, se_GetCredentialsForIdentityCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/commands/GetIdCommand.ts b/clients/client-cognito-identity/src/commands/GetIdCommand.ts index 54a05ee1e8285..c5b5d93677a7f 100644 --- a/clients/client-cognito-identity/src/commands/GetIdCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetIdCommand.ts @@ -17,6 +17,10 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { GetIdInput, GetIdResponse } from "../models/models_0"; import { de_GetIdCommand, se_GetIdCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/commands/GetIdentityPoolRolesCommand.ts b/clients/client-cognito-identity/src/commands/GetIdentityPoolRolesCommand.ts index 991d338cf96a6..80cb9e5535e18 100644 --- a/clients/client-cognito-identity/src/commands/GetIdentityPoolRolesCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetIdentityPoolRolesCommand.ts @@ -18,6 +18,10 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { GetIdentityPoolRolesInput, GetIdentityPoolRolesResponse } from "../models/models_0"; import { de_GetIdentityPoolRolesCommand, se_GetIdentityPoolRolesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/commands/GetOpenIdTokenCommand.ts b/clients/client-cognito-identity/src/commands/GetOpenIdTokenCommand.ts index 8414229d3e256..9f5675c1f2ada 100644 --- a/clients/client-cognito-identity/src/commands/GetOpenIdTokenCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetOpenIdTokenCommand.ts @@ -17,6 +17,10 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { GetOpenIdTokenInput, GetOpenIdTokenResponse } from "../models/models_0"; import { de_GetOpenIdTokenCommand, se_GetOpenIdTokenCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts b/clients/client-cognito-identity/src/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts index b0fe4e7850f11..648636cf7ef39 100644 --- a/clients/client-cognito-identity/src/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetOpenIdTokenForDeveloperIdentityCommand.ts @@ -24,6 +24,10 @@ import { se_GetOpenIdTokenForDeveloperIdentityCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/commands/GetPrincipalTagAttributeMapCommand.ts b/clients/client-cognito-identity/src/commands/GetPrincipalTagAttributeMapCommand.ts index aa03faa21c658..c90fe66a7713a 100644 --- a/clients/client-cognito-identity/src/commands/GetPrincipalTagAttributeMapCommand.ts +++ b/clients/client-cognito-identity/src/commands/GetPrincipalTagAttributeMapCommand.ts @@ -18,6 +18,10 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { GetPrincipalTagAttributeMapInput, GetPrincipalTagAttributeMapResponse } from "../models/models_0"; import { de_GetPrincipalTagAttributeMapCommand, se_GetPrincipalTagAttributeMapCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/commands/ListIdentitiesCommand.ts b/clients/client-cognito-identity/src/commands/ListIdentitiesCommand.ts index 71a790664fb01..006df5142d7ab 100644 --- a/clients/client-cognito-identity/src/commands/ListIdentitiesCommand.ts +++ b/clients/client-cognito-identity/src/commands/ListIdentitiesCommand.ts @@ -18,6 +18,10 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { ListIdentitiesInput, ListIdentitiesResponse } from "../models/models_0"; import { de_ListIdentitiesCommand, se_ListIdentitiesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/commands/ListIdentityPoolsCommand.ts b/clients/client-cognito-identity/src/commands/ListIdentityPoolsCommand.ts index 4985cd5e4e17c..34deb50e7cf1e 100644 --- a/clients/client-cognito-identity/src/commands/ListIdentityPoolsCommand.ts +++ b/clients/client-cognito-identity/src/commands/ListIdentityPoolsCommand.ts @@ -18,6 +18,10 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { ListIdentityPoolsInput, ListIdentityPoolsResponse } from "../models/models_0"; import { de_ListIdentityPoolsCommand, se_ListIdentityPoolsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/commands/ListTagsForResourceCommand.ts b/clients/client-cognito-identity/src/commands/ListTagsForResourceCommand.ts index a7ac3eda6296f..04d5a0e67c130 100644 --- a/clients/client-cognito-identity/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cognito-identity/src/commands/ListTagsForResourceCommand.ts @@ -18,6 +18,10 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { ListTagsForResourceInput, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/commands/LookupDeveloperIdentityCommand.ts b/clients/client-cognito-identity/src/commands/LookupDeveloperIdentityCommand.ts index 1fa539bb364cf..a7d303dd64020 100644 --- a/clients/client-cognito-identity/src/commands/LookupDeveloperIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/LookupDeveloperIdentityCommand.ts @@ -18,6 +18,10 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { LookupDeveloperIdentityInput, LookupDeveloperIdentityResponse } from "../models/models_0"; import { de_LookupDeveloperIdentityCommand, se_LookupDeveloperIdentityCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/commands/MergeDeveloperIdentitiesCommand.ts b/clients/client-cognito-identity/src/commands/MergeDeveloperIdentitiesCommand.ts index c7bdceef3b013..fae8f84d81fcd 100644 --- a/clients/client-cognito-identity/src/commands/MergeDeveloperIdentitiesCommand.ts +++ b/clients/client-cognito-identity/src/commands/MergeDeveloperIdentitiesCommand.ts @@ -18,6 +18,10 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { MergeDeveloperIdentitiesInput, MergeDeveloperIdentitiesResponse } from "../models/models_0"; import { de_MergeDeveloperIdentitiesCommand, se_MergeDeveloperIdentitiesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/commands/SetIdentityPoolRolesCommand.ts b/clients/client-cognito-identity/src/commands/SetIdentityPoolRolesCommand.ts index 91376350dd360..1af0068054dd7 100644 --- a/clients/client-cognito-identity/src/commands/SetIdentityPoolRolesCommand.ts +++ b/clients/client-cognito-identity/src/commands/SetIdentityPoolRolesCommand.ts @@ -18,6 +18,10 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { SetIdentityPoolRolesInput } from "../models/models_0"; import { de_SetIdentityPoolRolesCommand, se_SetIdentityPoolRolesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/commands/SetPrincipalTagAttributeMapCommand.ts b/clients/client-cognito-identity/src/commands/SetPrincipalTagAttributeMapCommand.ts index 1d2fbe803450a..48d874b29c1da 100644 --- a/clients/client-cognito-identity/src/commands/SetPrincipalTagAttributeMapCommand.ts +++ b/clients/client-cognito-identity/src/commands/SetPrincipalTagAttributeMapCommand.ts @@ -18,6 +18,10 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { SetPrincipalTagAttributeMapInput, SetPrincipalTagAttributeMapResponse } from "../models/models_0"; import { de_SetPrincipalTagAttributeMapCommand, se_SetPrincipalTagAttributeMapCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/commands/TagResourceCommand.ts b/clients/client-cognito-identity/src/commands/TagResourceCommand.ts index 4836c6ab59fc9..2d005a6697fe7 100644 --- a/clients/client-cognito-identity/src/commands/TagResourceCommand.ts +++ b/clients/client-cognito-identity/src/commands/TagResourceCommand.ts @@ -18,6 +18,10 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { TagResourceInput, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/commands/UnlinkDeveloperIdentityCommand.ts b/clients/client-cognito-identity/src/commands/UnlinkDeveloperIdentityCommand.ts index d6a3ab1365527..3d4ef00671c1f 100644 --- a/clients/client-cognito-identity/src/commands/UnlinkDeveloperIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/UnlinkDeveloperIdentityCommand.ts @@ -18,6 +18,10 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { UnlinkDeveloperIdentityInput } from "../models/models_0"; import { de_UnlinkDeveloperIdentityCommand, se_UnlinkDeveloperIdentityCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/commands/UnlinkIdentityCommand.ts b/clients/client-cognito-identity/src/commands/UnlinkIdentityCommand.ts index a04ecd533adb6..3f178516af7f8 100644 --- a/clients/client-cognito-identity/src/commands/UnlinkIdentityCommand.ts +++ b/clients/client-cognito-identity/src/commands/UnlinkIdentityCommand.ts @@ -17,6 +17,10 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { UnlinkIdentityInput } from "../models/models_0"; import { de_UnlinkIdentityCommand, se_UnlinkIdentityCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/commands/UntagResourceCommand.ts b/clients/client-cognito-identity/src/commands/UntagResourceCommand.ts index eb90ce81fb8bf..5376dc1fadf55 100644 --- a/clients/client-cognito-identity/src/commands/UntagResourceCommand.ts +++ b/clients/client-cognito-identity/src/commands/UntagResourceCommand.ts @@ -18,6 +18,10 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { UntagResourceInput, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/commands/UpdateIdentityPoolCommand.ts b/clients/client-cognito-identity/src/commands/UpdateIdentityPoolCommand.ts index c954833753ff1..48486d6245975 100644 --- a/clients/client-cognito-identity/src/commands/UpdateIdentityPoolCommand.ts +++ b/clients/client-cognito-identity/src/commands/UpdateIdentityPoolCommand.ts @@ -18,6 +18,10 @@ import { CognitoIdentityClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { IdentityPool } from "../models/models_0"; import { de_UpdateIdentityPoolCommand, se_UpdateIdentityPoolCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-identity/src/index.ts b/clients/client-cognito-identity/src/index.ts index 36fbe238ca6ea..c1564cf5a9abe 100644 --- a/clients/client-cognito-identity/src/index.ts +++ b/clients/client-cognito-identity/src/index.ts @@ -1,8 +1,27 @@ -export * from "./CognitoIdentity"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Cognito Federated Identities + *

Amazon Cognito Federated Identities is a web service that delivers scoped temporary + * credentials to mobile devices and other untrusted environments. It uniquely identifies a + * device and supplies the user with a consistent identity over the lifetime of an + * application.

+ *

Using Amazon Cognito Federated Identities, you can enable authentication with one or + * more third-party identity providers (Facebook, Google, or Login with Amazon) or an Amazon + * Cognito user pool, and you can also choose to support unauthenticated access from your app. + * Cognito delivers a unique identifier for each user and acts as an OpenID token provider + * trusted by AWS Security Token Service (STS) to access temporary, limited-privilege AWS + * credentials.

+ *

For a description of the authentication flow from the Amazon Cognito Developer Guide + * see Authentication Flow.

+ *

For more information see Amazon Cognito Federated Identities.

+ * + * @packageDocumentation + */ export * from "./CognitoIdentityClient"; +export * from "./CognitoIdentity"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { CognitoIdentityServiceException } from "./models/CognitoIdentityServiceException"; diff --git a/clients/client-cognito-identity/src/models/CognitoIdentityServiceException.ts b/clients/client-cognito-identity/src/models/CognitoIdentityServiceException.ts index f531317ea05ef..45143d75bd171 100644 --- a/clients/client-cognito-identity/src/models/CognitoIdentityServiceException.ts +++ b/clients/client-cognito-identity/src/models/CognitoIdentityServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-cognito-sync/src/CognitoSyncClient.ts b/clients/client-cognito-sync/src/CognitoSyncClient.ts index 7b94bd74d42be..7ce34696ce33b 100644 --- a/clients/client-cognito-sync/src/CognitoSyncClient.ts +++ b/clients/client-cognito-sync/src/CognitoSyncClient.ts @@ -97,6 +97,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -268,7 +270,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CognitoSyncClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CognitoSyncClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -287,7 +289,7 @@ export interface CognitoSyncClientConfig extends CognitoSyncClientConfigType {} /** * @public */ -type CognitoSyncClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CognitoSyncClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-cognito-sync/src/commands/BulkPublishCommand.ts b/clients/client-cognito-sync/src/commands/BulkPublishCommand.ts index 0d8473c78da92..24b48b599237f 100644 --- a/clients/client-cognito-sync/src/commands/BulkPublishCommand.ts +++ b/clients/client-cognito-sync/src/commands/BulkPublishCommand.ts @@ -17,6 +17,10 @@ import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { BulkPublishRequest, BulkPublishResponse } from "../models/models_0"; import { de_BulkPublishCommand, se_BulkPublishCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-sync/src/commands/DeleteDatasetCommand.ts b/clients/client-cognito-sync/src/commands/DeleteDatasetCommand.ts index 2461404f2384d..0cf5635d00a69 100644 --- a/clients/client-cognito-sync/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-cognito-sync/src/commands/DeleteDatasetCommand.ts @@ -17,6 +17,10 @@ import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteDatasetRequest, DeleteDatasetResponse } from "../models/models_0"; import { de_DeleteDatasetCommand, se_DeleteDatasetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-sync/src/commands/DescribeDatasetCommand.ts b/clients/client-cognito-sync/src/commands/DescribeDatasetCommand.ts index 95142be2810e6..91cdeee0c6a73 100644 --- a/clients/client-cognito-sync/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-cognito-sync/src/commands/DescribeDatasetCommand.ts @@ -17,6 +17,10 @@ import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0"; import { de_DescribeDatasetCommand, se_DescribeDatasetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-sync/src/commands/DescribeIdentityPoolUsageCommand.ts b/clients/client-cognito-sync/src/commands/DescribeIdentityPoolUsageCommand.ts index 698b6c4fef2a2..ef6342fc7d749 100644 --- a/clients/client-cognito-sync/src/commands/DescribeIdentityPoolUsageCommand.ts +++ b/clients/client-cognito-sync/src/commands/DescribeIdentityPoolUsageCommand.ts @@ -17,6 +17,10 @@ import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeIdentityPoolUsageRequest, DescribeIdentityPoolUsageResponse } from "../models/models_0"; import { de_DescribeIdentityPoolUsageCommand, se_DescribeIdentityPoolUsageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-sync/src/commands/DescribeIdentityUsageCommand.ts b/clients/client-cognito-sync/src/commands/DescribeIdentityUsageCommand.ts index 436de82903e90..2ab3733a97702 100644 --- a/clients/client-cognito-sync/src/commands/DescribeIdentityUsageCommand.ts +++ b/clients/client-cognito-sync/src/commands/DescribeIdentityUsageCommand.ts @@ -17,6 +17,10 @@ import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeIdentityUsageRequest, DescribeIdentityUsageResponse } from "../models/models_0"; import { de_DescribeIdentityUsageCommand, se_DescribeIdentityUsageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-sync/src/commands/GetBulkPublishDetailsCommand.ts b/clients/client-cognito-sync/src/commands/GetBulkPublishDetailsCommand.ts index adcad77b3c51e..f4f6bd42b39eb 100644 --- a/clients/client-cognito-sync/src/commands/GetBulkPublishDetailsCommand.ts +++ b/clients/client-cognito-sync/src/commands/GetBulkPublishDetailsCommand.ts @@ -17,6 +17,10 @@ import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetBulkPublishDetailsRequest, GetBulkPublishDetailsResponse } from "../models/models_0"; import { de_GetBulkPublishDetailsCommand, se_GetBulkPublishDetailsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-sync/src/commands/GetCognitoEventsCommand.ts b/clients/client-cognito-sync/src/commands/GetCognitoEventsCommand.ts index 5b843fd47c8cb..678b1e64bde8b 100644 --- a/clients/client-cognito-sync/src/commands/GetCognitoEventsCommand.ts +++ b/clients/client-cognito-sync/src/commands/GetCognitoEventsCommand.ts @@ -17,6 +17,10 @@ import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetCognitoEventsRequest, GetCognitoEventsResponse } from "../models/models_0"; import { de_GetCognitoEventsCommand, se_GetCognitoEventsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-sync/src/commands/GetIdentityPoolConfigurationCommand.ts b/clients/client-cognito-sync/src/commands/GetIdentityPoolConfigurationCommand.ts index 073995af61a7c..5f0e07d43dfe4 100644 --- a/clients/client-cognito-sync/src/commands/GetIdentityPoolConfigurationCommand.ts +++ b/clients/client-cognito-sync/src/commands/GetIdentityPoolConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_GetIdentityPoolConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-sync/src/commands/ListDatasetsCommand.ts b/clients/client-cognito-sync/src/commands/ListDatasetsCommand.ts index e76d5c1e1ce63..f3676b71cde8a 100644 --- a/clients/client-cognito-sync/src/commands/ListDatasetsCommand.ts +++ b/clients/client-cognito-sync/src/commands/ListDatasetsCommand.ts @@ -17,6 +17,10 @@ import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0"; import { de_ListDatasetsCommand, se_ListDatasetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-sync/src/commands/ListIdentityPoolUsageCommand.ts b/clients/client-cognito-sync/src/commands/ListIdentityPoolUsageCommand.ts index ffaa33930dee3..391f61ab9a821 100644 --- a/clients/client-cognito-sync/src/commands/ListIdentityPoolUsageCommand.ts +++ b/clients/client-cognito-sync/src/commands/ListIdentityPoolUsageCommand.ts @@ -17,6 +17,10 @@ import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListIdentityPoolUsageRequest, ListIdentityPoolUsageResponse } from "../models/models_0"; import { de_ListIdentityPoolUsageCommand, se_ListIdentityPoolUsageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-sync/src/commands/ListRecordsCommand.ts b/clients/client-cognito-sync/src/commands/ListRecordsCommand.ts index ef7f82298cb05..900ce38abc596 100644 --- a/clients/client-cognito-sync/src/commands/ListRecordsCommand.ts +++ b/clients/client-cognito-sync/src/commands/ListRecordsCommand.ts @@ -17,6 +17,10 @@ import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListRecordsRequest, ListRecordsResponse } from "../models/models_0"; import { de_ListRecordsCommand, se_ListRecordsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-sync/src/commands/RegisterDeviceCommand.ts b/clients/client-cognito-sync/src/commands/RegisterDeviceCommand.ts index ce0b07e174419..7899a96f50e27 100644 --- a/clients/client-cognito-sync/src/commands/RegisterDeviceCommand.ts +++ b/clients/client-cognito-sync/src/commands/RegisterDeviceCommand.ts @@ -17,6 +17,10 @@ import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { RegisterDeviceRequest, RegisterDeviceResponse } from "../models/models_0"; import { de_RegisterDeviceCommand, se_RegisterDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-sync/src/commands/SetCognitoEventsCommand.ts b/clients/client-cognito-sync/src/commands/SetCognitoEventsCommand.ts index 05d110aadd207..0d277aab0058a 100644 --- a/clients/client-cognito-sync/src/commands/SetCognitoEventsCommand.ts +++ b/clients/client-cognito-sync/src/commands/SetCognitoEventsCommand.ts @@ -17,6 +17,10 @@ import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { SetCognitoEventsRequest } from "../models/models_0"; import { de_SetCognitoEventsCommand, se_SetCognitoEventsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-sync/src/commands/SetIdentityPoolConfigurationCommand.ts b/clients/client-cognito-sync/src/commands/SetIdentityPoolConfigurationCommand.ts index d3569f6b0c833..f6443b6922aaf 100644 --- a/clients/client-cognito-sync/src/commands/SetIdentityPoolConfigurationCommand.ts +++ b/clients/client-cognito-sync/src/commands/SetIdentityPoolConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_SetIdentityPoolConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-sync/src/commands/SubscribeToDatasetCommand.ts b/clients/client-cognito-sync/src/commands/SubscribeToDatasetCommand.ts index ac91b06cffc49..0fbf5dc7850c7 100644 --- a/clients/client-cognito-sync/src/commands/SubscribeToDatasetCommand.ts +++ b/clients/client-cognito-sync/src/commands/SubscribeToDatasetCommand.ts @@ -17,6 +17,10 @@ import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { SubscribeToDatasetRequest, SubscribeToDatasetResponse } from "../models/models_0"; import { de_SubscribeToDatasetCommand, se_SubscribeToDatasetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-sync/src/commands/UnsubscribeFromDatasetCommand.ts b/clients/client-cognito-sync/src/commands/UnsubscribeFromDatasetCommand.ts index 89ebdd841b8fd..a6f6ececefb8e 100644 --- a/clients/client-cognito-sync/src/commands/UnsubscribeFromDatasetCommand.ts +++ b/clients/client-cognito-sync/src/commands/UnsubscribeFromDatasetCommand.ts @@ -17,6 +17,10 @@ import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UnsubscribeFromDatasetRequest, UnsubscribeFromDatasetResponse } from "../models/models_0"; import { de_UnsubscribeFromDatasetCommand, se_UnsubscribeFromDatasetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-sync/src/commands/UpdateRecordsCommand.ts b/clients/client-cognito-sync/src/commands/UpdateRecordsCommand.ts index 483af1b8d0931..5da2103d93842 100644 --- a/clients/client-cognito-sync/src/commands/UpdateRecordsCommand.ts +++ b/clients/client-cognito-sync/src/commands/UpdateRecordsCommand.ts @@ -17,6 +17,10 @@ import { CognitoSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateRecordsRequest, UpdateRecordsResponse } from "../models/models_0"; import { de_UpdateRecordsCommand, se_UpdateRecordsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cognito-sync/src/index.ts b/clients/client-cognito-sync/src/index.ts index 27734fccd3814..bd9c019e970ee 100644 --- a/clients/client-cognito-sync/src/index.ts +++ b/clients/client-cognito-sync/src/index.ts @@ -1,6 +1,24 @@ -export * from "./CognitoSync"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Cognito Sync + *

Amazon Cognito Sync provides an AWS service and client library that enable cross-device syncing of + * application-related user data. High-level client libraries are available for both iOS and + * Android. You can use these libraries to persist data locally so that it's available even if + * the device is offline. Developer credentials don't need to be stored on the mobile device + * to access the service. You can use Amazon Cognito to obtain a normalized user ID and + * credentials. User data is persisted in a dataset that can store up to 1 MB of key-value + * pairs, and you can have up to 20 datasets per user identity.

+ *

With Amazon Cognito Sync, the data stored for each identity is accessible only to + * credentials assigned to that identity. In order to use the Cognito Sync service, you need + * to make API calls using credentials retrieved with Amazon Cognito Identity service.

+ *

If you want to use Cognito Sync in an Android or iOS application, you will probably want to + * make API calls via the AWS Mobile SDK. To learn more, see the Developer Guide for Android and the Developer Guide for iOS.

+ * + * @packageDocumentation + */ export * from "./CognitoSyncClient"; +export * from "./CognitoSync"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-cognito-sync/src/models/CognitoSyncServiceException.ts b/clients/client-cognito-sync/src/models/CognitoSyncServiceException.ts index f290e5fe26a96..94b25fe595bb5 100644 --- a/clients/client-cognito-sync/src/models/CognitoSyncServiceException.ts +++ b/clients/client-cognito-sync/src/models/CognitoSyncServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-comprehend/src/ComprehendClient.ts b/clients/client-comprehend/src/ComprehendClient.ts index 29e6c2d42f945..38ce98d9d208c 100644 --- a/clients/client-comprehend/src/ComprehendClient.ts +++ b/clients/client-comprehend/src/ComprehendClient.ts @@ -323,6 +323,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -628,7 +630,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ComprehendClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ComprehendClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -647,7 +649,7 @@ export interface ComprehendClientConfig extends ComprehendClientConfigType {} /** * @public */ -type ComprehendClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ComprehendClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-comprehend/src/commands/BatchDetectDominantLanguageCommand.ts b/clients/client-comprehend/src/commands/BatchDetectDominantLanguageCommand.ts index a9c14e2595c43..9d51f58b7d5ea 100644 --- a/clients/client-comprehend/src/commands/BatchDetectDominantLanguageCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectDominantLanguageCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_BatchDetectDominantLanguageCommand, se_BatchDetectDominantLanguageCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/BatchDetectEntitiesCommand.ts b/clients/client-comprehend/src/commands/BatchDetectEntitiesCommand.ts index 7ec03d6856558..953d4687fd3d9 100644 --- a/clients/client-comprehend/src/commands/BatchDetectEntitiesCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectEntitiesCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_BatchDetectEntitiesCommand, se_BatchDetectEntitiesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/BatchDetectKeyPhrasesCommand.ts b/clients/client-comprehend/src/commands/BatchDetectKeyPhrasesCommand.ts index 824b8036c60ec..26617f0c20bb9 100644 --- a/clients/client-comprehend/src/commands/BatchDetectKeyPhrasesCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectKeyPhrasesCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_BatchDetectKeyPhrasesCommand, se_BatchDetectKeyPhrasesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/BatchDetectSentimentCommand.ts b/clients/client-comprehend/src/commands/BatchDetectSentimentCommand.ts index 37fd2188cc2f3..f9034335ac598 100644 --- a/clients/client-comprehend/src/commands/BatchDetectSentimentCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectSentimentCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_BatchDetectSentimentCommand, se_BatchDetectSentimentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/BatchDetectSyntaxCommand.ts b/clients/client-comprehend/src/commands/BatchDetectSyntaxCommand.ts index 2eab72475069a..6e346eba06643 100644 --- a/clients/client-comprehend/src/commands/BatchDetectSyntaxCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectSyntaxCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_BatchDetectSyntaxCommand, se_BatchDetectSyntaxCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/BatchDetectTargetedSentimentCommand.ts b/clients/client-comprehend/src/commands/BatchDetectTargetedSentimentCommand.ts index f80a1daa8c84b..99068b539946a 100644 --- a/clients/client-comprehend/src/commands/BatchDetectTargetedSentimentCommand.ts +++ b/clients/client-comprehend/src/commands/BatchDetectTargetedSentimentCommand.ts @@ -25,6 +25,10 @@ import { se_BatchDetectTargetedSentimentCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/ClassifyDocumentCommand.ts b/clients/client-comprehend/src/commands/ClassifyDocumentCommand.ts index 1880ee87bf0aa..216e3cde9289d 100644 --- a/clients/client-comprehend/src/commands/ClassifyDocumentCommand.ts +++ b/clients/client-comprehend/src/commands/ClassifyDocumentCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_ClassifyDocumentCommand, se_ClassifyDocumentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/ContainsPiiEntitiesCommand.ts b/clients/client-comprehend/src/commands/ContainsPiiEntitiesCommand.ts index b9a33ea9dcb69..27ff4ad53b27b 100644 --- a/clients/client-comprehend/src/commands/ContainsPiiEntitiesCommand.ts +++ b/clients/client-comprehend/src/commands/ContainsPiiEntitiesCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ContainsPiiEntitiesRequest, ContainsPiiEntitiesResponse } from "../models/models_0"; import { de_ContainsPiiEntitiesCommand, se_ContainsPiiEntitiesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/CreateDatasetCommand.ts b/clients/client-comprehend/src/commands/CreateDatasetCommand.ts index 5d0985af536b7..c334e3ecc7eda 100644 --- a/clients/client-comprehend/src/commands/CreateDatasetCommand.ts +++ b/clients/client-comprehend/src/commands/CreateDatasetCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0"; import { de_CreateDatasetCommand, se_CreateDatasetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/CreateDocumentClassifierCommand.ts b/clients/client-comprehend/src/commands/CreateDocumentClassifierCommand.ts index 088b140763e12..4a20793372643 100644 --- a/clients/client-comprehend/src/commands/CreateDocumentClassifierCommand.ts +++ b/clients/client-comprehend/src/commands/CreateDocumentClassifierCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateDocumentClassifierRequest, CreateDocumentClassifierResponse } from "../models/models_0"; import { de_CreateDocumentClassifierCommand, se_CreateDocumentClassifierCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/CreateEndpointCommand.ts b/clients/client-comprehend/src/commands/CreateEndpointCommand.ts index bf62f516a867b..4f96f87066c1a 100644 --- a/clients/client-comprehend/src/commands/CreateEndpointCommand.ts +++ b/clients/client-comprehend/src/commands/CreateEndpointCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateEndpointRequest, CreateEndpointResponse } from "../models/models_0"; import { de_CreateEndpointCommand, se_CreateEndpointCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/CreateEntityRecognizerCommand.ts b/clients/client-comprehend/src/commands/CreateEntityRecognizerCommand.ts index 602417df331ad..36653eca9c797 100644 --- a/clients/client-comprehend/src/commands/CreateEntityRecognizerCommand.ts +++ b/clients/client-comprehend/src/commands/CreateEntityRecognizerCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateEntityRecognizerRequest, CreateEntityRecognizerResponse } from "../models/models_0"; import { de_CreateEntityRecognizerCommand, se_CreateEntityRecognizerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/CreateFlywheelCommand.ts b/clients/client-comprehend/src/commands/CreateFlywheelCommand.ts index 8b8d98233f9fd..1c587f99534ef 100644 --- a/clients/client-comprehend/src/commands/CreateFlywheelCommand.ts +++ b/clients/client-comprehend/src/commands/CreateFlywheelCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateFlywheelRequest, CreateFlywheelResponse } from "../models/models_0"; import { de_CreateFlywheelCommand, se_CreateFlywheelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DeleteDocumentClassifierCommand.ts b/clients/client-comprehend/src/commands/DeleteDocumentClassifierCommand.ts index 1aa6a8ee7d2ed..7bae157d82f05 100644 --- a/clients/client-comprehend/src/commands/DeleteDocumentClassifierCommand.ts +++ b/clients/client-comprehend/src/commands/DeleteDocumentClassifierCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteDocumentClassifierRequest, DeleteDocumentClassifierResponse } from "../models/models_0"; import { de_DeleteDocumentClassifierCommand, se_DeleteDocumentClassifierCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DeleteEndpointCommand.ts b/clients/client-comprehend/src/commands/DeleteEndpointCommand.ts index c332cdaf83752..26cfd05e35eb0 100644 --- a/clients/client-comprehend/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-comprehend/src/commands/DeleteEndpointCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteEndpointRequest, DeleteEndpointResponse } from "../models/models_0"; import { de_DeleteEndpointCommand, se_DeleteEndpointCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DeleteEntityRecognizerCommand.ts b/clients/client-comprehend/src/commands/DeleteEntityRecognizerCommand.ts index 627db850810cd..13747e71099f0 100644 --- a/clients/client-comprehend/src/commands/DeleteEntityRecognizerCommand.ts +++ b/clients/client-comprehend/src/commands/DeleteEntityRecognizerCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteEntityRecognizerRequest, DeleteEntityRecognizerResponse } from "../models/models_0"; import { de_DeleteEntityRecognizerCommand, se_DeleteEntityRecognizerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DeleteFlywheelCommand.ts b/clients/client-comprehend/src/commands/DeleteFlywheelCommand.ts index 2487232777f98..220b358ebbfdf 100644 --- a/clients/client-comprehend/src/commands/DeleteFlywheelCommand.ts +++ b/clients/client-comprehend/src/commands/DeleteFlywheelCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteFlywheelRequest, DeleteFlywheelResponse } from "../models/models_0"; import { de_DeleteFlywheelCommand, se_DeleteFlywheelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-comprehend/src/commands/DeleteResourcePolicyCommand.ts index c8a7a947f36ab..e99243619bfb0 100644 --- a/clients/client-comprehend/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-comprehend/src/commands/DeleteResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0"; import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DescribeDatasetCommand.ts b/clients/client-comprehend/src/commands/DescribeDatasetCommand.ts index fcf426c98acf7..67e598ad28ff1 100644 --- a/clients/client-comprehend/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeDatasetCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0"; import { de_DescribeDatasetCommand, se_DescribeDatasetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DescribeDocumentClassificationJobCommand.ts b/clients/client-comprehend/src/commands/DescribeDocumentClassificationJobCommand.ts index 8d6c7c71969fa..11158182928c5 100644 --- a/clients/client-comprehend/src/commands/DescribeDocumentClassificationJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeDocumentClassificationJobCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeDocumentClassificationJobCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DescribeDocumentClassifierCommand.ts b/clients/client-comprehend/src/commands/DescribeDocumentClassifierCommand.ts index 861808525e84e..e399eb8ba77cb 100644 --- a/clients/client-comprehend/src/commands/DescribeDocumentClassifierCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeDocumentClassifierCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeDocumentClassifierCommand, se_DescribeDocumentClassifierCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DescribeDominantLanguageDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeDominantLanguageDetectionJobCommand.ts index f5c1833b46af8..c191347c47951 100644 --- a/clients/client-comprehend/src/commands/DescribeDominantLanguageDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeDominantLanguageDetectionJobCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeDominantLanguageDetectionJobCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DescribeEndpointCommand.ts b/clients/client-comprehend/src/commands/DescribeEndpointCommand.ts index b9d19a2f79bc1..9739d30ef391f 100644 --- a/clients/client-comprehend/src/commands/DescribeEndpointCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeEndpointCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeEndpointRequest, DescribeEndpointResponse } from "../models/models_0"; import { de_DescribeEndpointCommand, se_DescribeEndpointCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DescribeEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeEntitiesDetectionJobCommand.ts index ef699ca3f6773..a7fcf6e460d40 100644 --- a/clients/client-comprehend/src/commands/DescribeEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeEntitiesDetectionJobCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeEntitiesDetectionJobCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DescribeEntityRecognizerCommand.ts b/clients/client-comprehend/src/commands/DescribeEntityRecognizerCommand.ts index a0843a48b7977..e1d89d184f51b 100644 --- a/clients/client-comprehend/src/commands/DescribeEntityRecognizerCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeEntityRecognizerCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeEntityRecognizerCommand, se_DescribeEntityRecognizerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DescribeEventsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeEventsDetectionJobCommand.ts index f79b0a377eb2a..722f047aa09a1 100644 --- a/clients/client-comprehend/src/commands/DescribeEventsDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeEventsDetectionJobCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeEventsDetectionJobRequest, DescribeEventsDetectionJobResponse } from "../models/models_0"; import { de_DescribeEventsDetectionJobCommand, se_DescribeEventsDetectionJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DescribeFlywheelCommand.ts b/clients/client-comprehend/src/commands/DescribeFlywheelCommand.ts index ae2166dccc00d..8d7fa6d00a8ad 100644 --- a/clients/client-comprehend/src/commands/DescribeFlywheelCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeFlywheelCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeFlywheelRequest, DescribeFlywheelResponse } from "../models/models_0"; import { de_DescribeFlywheelCommand, se_DescribeFlywheelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DescribeFlywheelIterationCommand.ts b/clients/client-comprehend/src/commands/DescribeFlywheelIterationCommand.ts index 05fdd2f6da674..5e2748e542303 100644 --- a/clients/client-comprehend/src/commands/DescribeFlywheelIterationCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeFlywheelIterationCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeFlywheelIterationRequest, DescribeFlywheelIterationResponse } from "../models/models_0"; import { de_DescribeFlywheelIterationCommand, se_DescribeFlywheelIterationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts index 27e03c27285e8..ee401b62d25e0 100644 --- a/clients/client-comprehend/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeKeyPhrasesDetectionJobCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeKeyPhrasesDetectionJobCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DescribePiiEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribePiiEntitiesDetectionJobCommand.ts index 5b3e3fe546a4c..19d9edb52ed85 100644 --- a/clients/client-comprehend/src/commands/DescribePiiEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribePiiEntitiesDetectionJobCommand.ts @@ -20,6 +20,10 @@ import { se_DescribePiiEntitiesDetectionJobCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DescribeResourcePolicyCommand.ts b/clients/client-comprehend/src/commands/DescribeResourcePolicyCommand.ts index a521b208bb2d2..b7236ed499b4d 100644 --- a/clients/client-comprehend/src/commands/DescribeResourcePolicyCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from "../models/models_0"; import { de_DescribeResourcePolicyCommand, se_DescribeResourcePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DescribeSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeSentimentDetectionJobCommand.ts index f0408ccc8eefb..3678395bf3106 100644 --- a/clients/client-comprehend/src/commands/DescribeSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeSentimentDetectionJobCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeSentimentDetectionJobCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DescribeTargetedSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeTargetedSentimentDetectionJobCommand.ts index efc32ffab8d6f..a262c6499d6f6 100644 --- a/clients/client-comprehend/src/commands/DescribeTargetedSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeTargetedSentimentDetectionJobCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeTargetedSentimentDetectionJobCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DescribeTopicsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/DescribeTopicsDetectionJobCommand.ts index f5bb00b8d44db..af81f411a942b 100644 --- a/clients/client-comprehend/src/commands/DescribeTopicsDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/DescribeTopicsDetectionJobCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeTopicsDetectionJobRequest, DescribeTopicsDetectionJobResponse } from "../models/models_0"; import { de_DescribeTopicsDetectionJobCommand, se_DescribeTopicsDetectionJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DetectDominantLanguageCommand.ts b/clients/client-comprehend/src/commands/DetectDominantLanguageCommand.ts index bf13bfaa61fa3..f2a086d032d20 100644 --- a/clients/client-comprehend/src/commands/DetectDominantLanguageCommand.ts +++ b/clients/client-comprehend/src/commands/DetectDominantLanguageCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_DetectDominantLanguageCommand, se_DetectDominantLanguageCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DetectEntitiesCommand.ts b/clients/client-comprehend/src/commands/DetectEntitiesCommand.ts index 514d6f7d64a14..88a02985f28d8 100644 --- a/clients/client-comprehend/src/commands/DetectEntitiesCommand.ts +++ b/clients/client-comprehend/src/commands/DetectEntitiesCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_DetectEntitiesCommand, se_DetectEntitiesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DetectKeyPhrasesCommand.ts b/clients/client-comprehend/src/commands/DetectKeyPhrasesCommand.ts index e7274b4ca7d68..ded1f2275715d 100644 --- a/clients/client-comprehend/src/commands/DetectKeyPhrasesCommand.ts +++ b/clients/client-comprehend/src/commands/DetectKeyPhrasesCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_DetectKeyPhrasesCommand, se_DetectKeyPhrasesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DetectPiiEntitiesCommand.ts b/clients/client-comprehend/src/commands/DetectPiiEntitiesCommand.ts index 62ce1d5522072..34ad9f1071d8d 100644 --- a/clients/client-comprehend/src/commands/DetectPiiEntitiesCommand.ts +++ b/clients/client-comprehend/src/commands/DetectPiiEntitiesCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DetectPiiEntitiesRequest, DetectPiiEntitiesResponse } from "../models/models_0"; import { de_DetectPiiEntitiesCommand, se_DetectPiiEntitiesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DetectSentimentCommand.ts b/clients/client-comprehend/src/commands/DetectSentimentCommand.ts index c7db821f2682d..acf96c07ce114 100644 --- a/clients/client-comprehend/src/commands/DetectSentimentCommand.ts +++ b/clients/client-comprehend/src/commands/DetectSentimentCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_DetectSentimentCommand, se_DetectSentimentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DetectSyntaxCommand.ts b/clients/client-comprehend/src/commands/DetectSyntaxCommand.ts index 2b4e7c42d469b..4841077617264 100644 --- a/clients/client-comprehend/src/commands/DetectSyntaxCommand.ts +++ b/clients/client-comprehend/src/commands/DetectSyntaxCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_DetectSyntaxCommand, se_DetectSyntaxCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/DetectTargetedSentimentCommand.ts b/clients/client-comprehend/src/commands/DetectTargetedSentimentCommand.ts index 5d5aa02550e96..f4ccd1ab751f5 100644 --- a/clients/client-comprehend/src/commands/DetectTargetedSentimentCommand.ts +++ b/clients/client-comprehend/src/commands/DetectTargetedSentimentCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_DetectTargetedSentimentCommand, se_DetectTargetedSentimentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/ImportModelCommand.ts b/clients/client-comprehend/src/commands/ImportModelCommand.ts index 60926c7310b27..dc7e3dd4af954 100644 --- a/clients/client-comprehend/src/commands/ImportModelCommand.ts +++ b/clients/client-comprehend/src/commands/ImportModelCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ImportModelRequest, ImportModelResponse } from "../models/models_0"; import { de_ImportModelCommand, se_ImportModelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/ListDatasetsCommand.ts b/clients/client-comprehend/src/commands/ListDatasetsCommand.ts index bdceb2bc7f7c4..6ff712dd18a5c 100644 --- a/clients/client-comprehend/src/commands/ListDatasetsCommand.ts +++ b/clients/client-comprehend/src/commands/ListDatasetsCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0"; import { de_ListDatasetsCommand, se_ListDatasetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/ListDocumentClassificationJobsCommand.ts b/clients/client-comprehend/src/commands/ListDocumentClassificationJobsCommand.ts index 69ffa18231468..5ddcfb904f2c1 100644 --- a/clients/client-comprehend/src/commands/ListDocumentClassificationJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListDocumentClassificationJobsCommand.ts @@ -20,6 +20,10 @@ import { se_ListDocumentClassificationJobsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/ListDocumentClassifierSummariesCommand.ts b/clients/client-comprehend/src/commands/ListDocumentClassifierSummariesCommand.ts index f5db3fcdc934f..334ba7a29c3a9 100644 --- a/clients/client-comprehend/src/commands/ListDocumentClassifierSummariesCommand.ts +++ b/clients/client-comprehend/src/commands/ListDocumentClassifierSummariesCommand.ts @@ -20,6 +20,10 @@ import { se_ListDocumentClassifierSummariesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/ListDocumentClassifiersCommand.ts b/clients/client-comprehend/src/commands/ListDocumentClassifiersCommand.ts index bf9e5fb665dbb..b52f6f76d2601 100644 --- a/clients/client-comprehend/src/commands/ListDocumentClassifiersCommand.ts +++ b/clients/client-comprehend/src/commands/ListDocumentClassifiersCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListDocumentClassifiersCommand, se_ListDocumentClassifiersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/ListDominantLanguageDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListDominantLanguageDetectionJobsCommand.ts index 23528dd477206..157b3e876e447 100644 --- a/clients/client-comprehend/src/commands/ListDominantLanguageDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListDominantLanguageDetectionJobsCommand.ts @@ -23,6 +23,10 @@ import { se_ListDominantLanguageDetectionJobsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/ListEndpointsCommand.ts b/clients/client-comprehend/src/commands/ListEndpointsCommand.ts index fc1f64a95f4e2..fc5170303529a 100644 --- a/clients/client-comprehend/src/commands/ListEndpointsCommand.ts +++ b/clients/client-comprehend/src/commands/ListEndpointsCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListEndpointsRequest, ListEndpointsResponse } from "../models/models_0"; import { de_ListEndpointsCommand, se_ListEndpointsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/ListEntitiesDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListEntitiesDetectionJobsCommand.ts index 02c0cd82ef525..3c6eb084d9406 100644 --- a/clients/client-comprehend/src/commands/ListEntitiesDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListEntitiesDetectionJobsCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListEntitiesDetectionJobsRequest, ListEntitiesDetectionJobsResponse } from "../models/models_0"; import { de_ListEntitiesDetectionJobsCommand, se_ListEntitiesDetectionJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/ListEntityRecognizerSummariesCommand.ts b/clients/client-comprehend/src/commands/ListEntityRecognizerSummariesCommand.ts index ffb39c22a684e..0a4f4143e34bf 100644 --- a/clients/client-comprehend/src/commands/ListEntityRecognizerSummariesCommand.ts +++ b/clients/client-comprehend/src/commands/ListEntityRecognizerSummariesCommand.ts @@ -20,6 +20,10 @@ import { se_ListEntityRecognizerSummariesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/ListEntityRecognizersCommand.ts b/clients/client-comprehend/src/commands/ListEntityRecognizersCommand.ts index e2a1498e11c12..0904b874a0d68 100644 --- a/clients/client-comprehend/src/commands/ListEntityRecognizersCommand.ts +++ b/clients/client-comprehend/src/commands/ListEntityRecognizersCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListEntityRecognizersCommand, se_ListEntityRecognizersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/ListEventsDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListEventsDetectionJobsCommand.ts index c59ff50f7dca9..9596d5b440c89 100644 --- a/clients/client-comprehend/src/commands/ListEventsDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListEventsDetectionJobsCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListEventsDetectionJobsRequest, ListEventsDetectionJobsResponse } from "../models/models_0"; import { de_ListEventsDetectionJobsCommand, se_ListEventsDetectionJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/ListFlywheelIterationHistoryCommand.ts b/clients/client-comprehend/src/commands/ListFlywheelIterationHistoryCommand.ts index 0c076824ead61..6b94cde04f166 100644 --- a/clients/client-comprehend/src/commands/ListFlywheelIterationHistoryCommand.ts +++ b/clients/client-comprehend/src/commands/ListFlywheelIterationHistoryCommand.ts @@ -20,6 +20,10 @@ import { se_ListFlywheelIterationHistoryCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/ListFlywheelsCommand.ts b/clients/client-comprehend/src/commands/ListFlywheelsCommand.ts index e109b1450b81d..b9b153180f8b2 100644 --- a/clients/client-comprehend/src/commands/ListFlywheelsCommand.ts +++ b/clients/client-comprehend/src/commands/ListFlywheelsCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListFlywheelsRequest, ListFlywheelsResponse } from "../models/models_0"; import { de_ListFlywheelsCommand, se_ListFlywheelsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/ListKeyPhrasesDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListKeyPhrasesDetectionJobsCommand.ts index 8e92c7cd7a59a..90b45dde255eb 100644 --- a/clients/client-comprehend/src/commands/ListKeyPhrasesDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListKeyPhrasesDetectionJobsCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListKeyPhrasesDetectionJobsRequest, ListKeyPhrasesDetectionJobsResponse } from "../models/models_0"; import { de_ListKeyPhrasesDetectionJobsCommand, se_ListKeyPhrasesDetectionJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/ListPiiEntitiesDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListPiiEntitiesDetectionJobsCommand.ts index 35cafba1e0ec0..9b0b1576f02ad 100644 --- a/clients/client-comprehend/src/commands/ListPiiEntitiesDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListPiiEntitiesDetectionJobsCommand.ts @@ -20,6 +20,10 @@ import { se_ListPiiEntitiesDetectionJobsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/ListSentimentDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListSentimentDetectionJobsCommand.ts index efe5173466ee5..0a66267a23bb4 100644 --- a/clients/client-comprehend/src/commands/ListSentimentDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListSentimentDetectionJobsCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListSentimentDetectionJobsRequest, ListSentimentDetectionJobsResponse } from "../models/models_0"; import { de_ListSentimentDetectionJobsCommand, se_ListSentimentDetectionJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/ListTagsForResourceCommand.ts b/clients/client-comprehend/src/commands/ListTagsForResourceCommand.ts index c65a97d5a4203..764add003ecf1 100644 --- a/clients/client-comprehend/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-comprehend/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/ListTargetedSentimentDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListTargetedSentimentDetectionJobsCommand.ts index db022d458bfc1..05943567c9434 100644 --- a/clients/client-comprehend/src/commands/ListTargetedSentimentDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListTargetedSentimentDetectionJobsCommand.ts @@ -23,6 +23,10 @@ import { se_ListTargetedSentimentDetectionJobsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/ListTopicsDetectionJobsCommand.ts b/clients/client-comprehend/src/commands/ListTopicsDetectionJobsCommand.ts index ac2b96e35aaad..912674eb233f0 100644 --- a/clients/client-comprehend/src/commands/ListTopicsDetectionJobsCommand.ts +++ b/clients/client-comprehend/src/commands/ListTopicsDetectionJobsCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTopicsDetectionJobsRequest, ListTopicsDetectionJobsResponse } from "../models/models_0"; import { de_ListTopicsDetectionJobsCommand, se_ListTopicsDetectionJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/PutResourcePolicyCommand.ts b/clients/client-comprehend/src/commands/PutResourcePolicyCommand.ts index 1a7953a4fe578..a59586c0faac7 100644 --- a/clients/client-comprehend/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-comprehend/src/commands/PutResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0"; import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/StartDocumentClassificationJobCommand.ts b/clients/client-comprehend/src/commands/StartDocumentClassificationJobCommand.ts index ce5341d7c146a..11da66b8450d9 100644 --- a/clients/client-comprehend/src/commands/StartDocumentClassificationJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartDocumentClassificationJobCommand.ts @@ -20,6 +20,10 @@ import { se_StartDocumentClassificationJobCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/StartDominantLanguageDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartDominantLanguageDetectionJobCommand.ts index 2fab3a86d6d20..19723dab4eb15 100644 --- a/clients/client-comprehend/src/commands/StartDominantLanguageDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartDominantLanguageDetectionJobCommand.ts @@ -23,6 +23,10 @@ import { se_StartDominantLanguageDetectionJobCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/StartEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartEntitiesDetectionJobCommand.ts index 98885fd2d941c..2cc579e04abd8 100644 --- a/clients/client-comprehend/src/commands/StartEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartEntitiesDetectionJobCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartEntitiesDetectionJobRequest, StartEntitiesDetectionJobResponse } from "../models/models_0"; import { de_StartEntitiesDetectionJobCommand, se_StartEntitiesDetectionJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/StartEventsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartEventsDetectionJobCommand.ts index d45a0084aa836..e598f35bc3872 100644 --- a/clients/client-comprehend/src/commands/StartEventsDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartEventsDetectionJobCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartEventsDetectionJobRequest, StartEventsDetectionJobResponse } from "../models/models_0"; import { de_StartEventsDetectionJobCommand, se_StartEventsDetectionJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/StartFlywheelIterationCommand.ts b/clients/client-comprehend/src/commands/StartFlywheelIterationCommand.ts index bd1b468b9b41a..b53a6b053a3ff 100644 --- a/clients/client-comprehend/src/commands/StartFlywheelIterationCommand.ts +++ b/clients/client-comprehend/src/commands/StartFlywheelIterationCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartFlywheelIterationRequest, StartFlywheelIterationResponse } from "../models/models_0"; import { de_StartFlywheelIterationCommand, se_StartFlywheelIterationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/StartKeyPhrasesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartKeyPhrasesDetectionJobCommand.ts index edc1b07942520..8cfd8e926826c 100644 --- a/clients/client-comprehend/src/commands/StartKeyPhrasesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartKeyPhrasesDetectionJobCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartKeyPhrasesDetectionJobRequest, StartKeyPhrasesDetectionJobResponse } from "../models/models_0"; import { de_StartKeyPhrasesDetectionJobCommand, se_StartKeyPhrasesDetectionJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/StartPiiEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartPiiEntitiesDetectionJobCommand.ts index 07ede022cff78..c44d29069d298 100644 --- a/clients/client-comprehend/src/commands/StartPiiEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartPiiEntitiesDetectionJobCommand.ts @@ -20,6 +20,10 @@ import { se_StartPiiEntitiesDetectionJobCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/StartSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartSentimentDetectionJobCommand.ts index aaa4bfa605aee..3bbc0f06d6e98 100644 --- a/clients/client-comprehend/src/commands/StartSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartSentimentDetectionJobCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartSentimentDetectionJobRequest, StartSentimentDetectionJobResponse } from "../models/models_0"; import { de_StartSentimentDetectionJobCommand, se_StartSentimentDetectionJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/StartTargetedSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartTargetedSentimentDetectionJobCommand.ts index 319dfc298ce62..cc54a8847e60d 100644 --- a/clients/client-comprehend/src/commands/StartTargetedSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartTargetedSentimentDetectionJobCommand.ts @@ -23,6 +23,10 @@ import { se_StartTargetedSentimentDetectionJobCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/StartTopicsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StartTopicsDetectionJobCommand.ts index 0d3a4a30ad8d5..48a39f3b5ae77 100644 --- a/clients/client-comprehend/src/commands/StartTopicsDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StartTopicsDetectionJobCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartTopicsDetectionJobRequest, StartTopicsDetectionJobResponse } from "../models/models_0"; import { de_StartTopicsDetectionJobCommand, se_StartTopicsDetectionJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/StopDominantLanguageDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopDominantLanguageDetectionJobCommand.ts index fd1c57d540e75..1911bb6ac76fa 100644 --- a/clients/client-comprehend/src/commands/StopDominantLanguageDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopDominantLanguageDetectionJobCommand.ts @@ -20,6 +20,10 @@ import { se_StopDominantLanguageDetectionJobCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/StopEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopEntitiesDetectionJobCommand.ts index 8c01145fe0084..4c6d0c95884e7 100644 --- a/clients/client-comprehend/src/commands/StopEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopEntitiesDetectionJobCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopEntitiesDetectionJobRequest, StopEntitiesDetectionJobResponse } from "../models/models_0"; import { de_StopEntitiesDetectionJobCommand, se_StopEntitiesDetectionJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/StopEventsDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopEventsDetectionJobCommand.ts index 437bd3e546363..f80162f7b0228 100644 --- a/clients/client-comprehend/src/commands/StopEventsDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopEventsDetectionJobCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopEventsDetectionJobRequest, StopEventsDetectionJobResponse } from "../models/models_0"; import { de_StopEventsDetectionJobCommand, se_StopEventsDetectionJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/StopKeyPhrasesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopKeyPhrasesDetectionJobCommand.ts index bf1c826b1665a..721c661b1f9ed 100644 --- a/clients/client-comprehend/src/commands/StopKeyPhrasesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopKeyPhrasesDetectionJobCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopKeyPhrasesDetectionJobRequest, StopKeyPhrasesDetectionJobResponse } from "../models/models_0"; import { de_StopKeyPhrasesDetectionJobCommand, se_StopKeyPhrasesDetectionJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/StopPiiEntitiesDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopPiiEntitiesDetectionJobCommand.ts index 5fbeb0f02629c..614bb985b8664 100644 --- a/clients/client-comprehend/src/commands/StopPiiEntitiesDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopPiiEntitiesDetectionJobCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopPiiEntitiesDetectionJobRequest, StopPiiEntitiesDetectionJobResponse } from "../models/models_1"; import { de_StopPiiEntitiesDetectionJobCommand, se_StopPiiEntitiesDetectionJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/StopSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopSentimentDetectionJobCommand.ts index 9c5c7494c98e0..00961acd50fd8 100644 --- a/clients/client-comprehend/src/commands/StopSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopSentimentDetectionJobCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopSentimentDetectionJobRequest, StopSentimentDetectionJobResponse } from "../models/models_1"; import { de_StopSentimentDetectionJobCommand, se_StopSentimentDetectionJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/StopTargetedSentimentDetectionJobCommand.ts b/clients/client-comprehend/src/commands/StopTargetedSentimentDetectionJobCommand.ts index 6186b2baa42da..9824d547fd864 100644 --- a/clients/client-comprehend/src/commands/StopTargetedSentimentDetectionJobCommand.ts +++ b/clients/client-comprehend/src/commands/StopTargetedSentimentDetectionJobCommand.ts @@ -23,6 +23,10 @@ import { se_StopTargetedSentimentDetectionJobCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/StopTrainingDocumentClassifierCommand.ts b/clients/client-comprehend/src/commands/StopTrainingDocumentClassifierCommand.ts index 924e20308a943..0d49248ea941b 100644 --- a/clients/client-comprehend/src/commands/StopTrainingDocumentClassifierCommand.ts +++ b/clients/client-comprehend/src/commands/StopTrainingDocumentClassifierCommand.ts @@ -20,6 +20,10 @@ import { se_StopTrainingDocumentClassifierCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/StopTrainingEntityRecognizerCommand.ts b/clients/client-comprehend/src/commands/StopTrainingEntityRecognizerCommand.ts index e1fc2bf576d8e..38f724deed46d 100644 --- a/clients/client-comprehend/src/commands/StopTrainingEntityRecognizerCommand.ts +++ b/clients/client-comprehend/src/commands/StopTrainingEntityRecognizerCommand.ts @@ -20,6 +20,10 @@ import { se_StopTrainingEntityRecognizerCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/TagResourceCommand.ts b/clients/client-comprehend/src/commands/TagResourceCommand.ts index 80bdff5a86664..11ad115d374e1 100644 --- a/clients/client-comprehend/src/commands/TagResourceCommand.ts +++ b/clients/client-comprehend/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceRequest, TagResourceResponse } from "../models/models_1"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/UntagResourceCommand.ts b/clients/client-comprehend/src/commands/UntagResourceCommand.ts index 0e11ed639320e..3a9063c33f16e 100644 --- a/clients/client-comprehend/src/commands/UntagResourceCommand.ts +++ b/clients/client-comprehend/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/UpdateEndpointCommand.ts b/clients/client-comprehend/src/commands/UpdateEndpointCommand.ts index 9f146b71d765f..56037b0c56a8d 100644 --- a/clients/client-comprehend/src/commands/UpdateEndpointCommand.ts +++ b/clients/client-comprehend/src/commands/UpdateEndpointCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateEndpointRequest, UpdateEndpointResponse } from "../models/models_1"; import { de_UpdateEndpointCommand, se_UpdateEndpointCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/commands/UpdateFlywheelCommand.ts b/clients/client-comprehend/src/commands/UpdateFlywheelCommand.ts index ac9b8db7c8be0..df2bc002fe5b1 100644 --- a/clients/client-comprehend/src/commands/UpdateFlywheelCommand.ts +++ b/clients/client-comprehend/src/commands/UpdateFlywheelCommand.ts @@ -17,6 +17,10 @@ import { ComprehendClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateFlywheelRequest, UpdateFlywheelResponse } from "../models/models_1"; import { de_UpdateFlywheelCommand, se_UpdateFlywheelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehend/src/index.ts b/clients/client-comprehend/src/index.ts index 966ceb29d1c74..b0293236a4ea2 100644 --- a/clients/client-comprehend/src/index.ts +++ b/clients/client-comprehend/src/index.ts @@ -1,8 +1,17 @@ -export * from "./Comprehend"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents. + * Use these actions to determine the topics contained in your documents, the topics they + * discuss, the predominant sentiment expressed in them, the predominant language used, and + * more.

+ * + * @packageDocumentation + */ export * from "./ComprehendClient"; +export * from "./Comprehend"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ComprehendServiceException } from "./models/ComprehendServiceException"; diff --git a/clients/client-comprehend/src/models/ComprehendServiceException.ts b/clients/client-comprehend/src/models/ComprehendServiceException.ts index a5a76a02c3e67..6d0f92d40f0de 100644 --- a/clients/client-comprehend/src/models/ComprehendServiceException.ts +++ b/clients/client-comprehend/src/models/ComprehendServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-comprehendmedical/src/ComprehendMedicalClient.ts b/clients/client-comprehendmedical/src/ComprehendMedicalClient.ts index 393a206ee22fc..ac2f6ec44e547 100644 --- a/clients/client-comprehendmedical/src/ComprehendMedicalClient.ts +++ b/clients/client-comprehendmedical/src/ComprehendMedicalClient.ts @@ -145,6 +145,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -334,7 +336,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ComprehendMedicalClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ComprehendMedicalClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -353,7 +355,7 @@ export interface ComprehendMedicalClientConfig extends ComprehendMedicalClientCo /** * @public */ -type ComprehendMedicalClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ComprehendMedicalClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-comprehendmedical/src/commands/DescribeEntitiesDetectionV2JobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribeEntitiesDetectionV2JobCommand.ts index 635da51028bd9..d030ce620d257 100644 --- a/clients/client-comprehendmedical/src/commands/DescribeEntitiesDetectionV2JobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DescribeEntitiesDetectionV2JobCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeEntitiesDetectionV2JobCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/DescribeICD10CMInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribeICD10CMInferenceJobCommand.ts index 22ca767e2bc96..312ed62f8b878 100644 --- a/clients/client-comprehendmedical/src/commands/DescribeICD10CMInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DescribeICD10CMInferenceJobCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeICD10CMInferenceJobRequest, DescribeICD10CMInferenceJobResponse } from "../models/models_0"; import { de_DescribeICD10CMInferenceJobCommand, se_DescribeICD10CMInferenceJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/DescribePHIDetectionJobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribePHIDetectionJobCommand.ts index b75df3f04002c..17e2e2897107f 100644 --- a/clients/client-comprehendmedical/src/commands/DescribePHIDetectionJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DescribePHIDetectionJobCommand.ts @@ -21,6 +21,10 @@ import { import { DescribePHIDetectionJobRequest, DescribePHIDetectionJobResponse } from "../models/models_0"; import { de_DescribePHIDetectionJobCommand, se_DescribePHIDetectionJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/DescribeRxNormInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribeRxNormInferenceJobCommand.ts index f955bbe29e4ba..7843ae1529613 100644 --- a/clients/client-comprehendmedical/src/commands/DescribeRxNormInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DescribeRxNormInferenceJobCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeRxNormInferenceJobRequest, DescribeRxNormInferenceJobResponse } from "../models/models_0"; import { de_DescribeRxNormInferenceJobCommand, se_DescribeRxNormInferenceJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/DescribeSNOMEDCTInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/DescribeSNOMEDCTInferenceJobCommand.ts index d355932f44cd4..615dd2f759012 100644 --- a/clients/client-comprehendmedical/src/commands/DescribeSNOMEDCTInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DescribeSNOMEDCTInferenceJobCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeSNOMEDCTInferenceJobCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts b/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts index ce3d016474705..3b79b82a6d204 100644 --- a/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts +++ b/clients/client-comprehendmedical/src/commands/DetectEntitiesCommand.ts @@ -21,6 +21,10 @@ import { import { DetectEntitiesRequest, DetectEntitiesResponse } from "../models/models_0"; import { de_DetectEntitiesCommand, se_DetectEntitiesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts b/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts index d1194cb5e0a55..6ce34a1095182 100644 --- a/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts +++ b/clients/client-comprehendmedical/src/commands/DetectEntitiesV2Command.ts @@ -21,6 +21,10 @@ import { import { DetectEntitiesV2Request, DetectEntitiesV2Response } from "../models/models_0"; import { de_DetectEntitiesV2Command, se_DetectEntitiesV2Command } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts b/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts index 9378b069b1ac8..10f4bf2b098d7 100644 --- a/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts +++ b/clients/client-comprehendmedical/src/commands/DetectPHICommand.ts @@ -21,6 +21,10 @@ import { import { DetectPHIRequest, DetectPHIResponse } from "../models/models_0"; import { de_DetectPHICommand, se_DetectPHICommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts b/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts index 6cc53d99f3b08..108beed410c24 100644 --- a/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts +++ b/clients/client-comprehendmedical/src/commands/InferICD10CMCommand.ts @@ -21,6 +21,10 @@ import { import { InferICD10CMRequest, InferICD10CMResponse } from "../models/models_0"; import { de_InferICD10CMCommand, se_InferICD10CMCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts b/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts index 01b263c4851cc..97e42328a4032 100644 --- a/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts +++ b/clients/client-comprehendmedical/src/commands/InferRxNormCommand.ts @@ -21,6 +21,10 @@ import { import { InferRxNormRequest, InferRxNormResponse } from "../models/models_0"; import { de_InferRxNormCommand, se_InferRxNormCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts b/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts index 0dd4bf25a523e..4693eb81ac675 100644 --- a/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts +++ b/clients/client-comprehendmedical/src/commands/InferSNOMEDCTCommand.ts @@ -21,6 +21,10 @@ import { import { InferSNOMEDCTRequest, InferSNOMEDCTResponse } from "../models/models_0"; import { de_InferSNOMEDCTCommand, se_InferSNOMEDCTCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/ListEntitiesDetectionV2JobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListEntitiesDetectionV2JobsCommand.ts index 9561a79647872..64d8ba5efe221 100644 --- a/clients/client-comprehendmedical/src/commands/ListEntitiesDetectionV2JobsCommand.ts +++ b/clients/client-comprehendmedical/src/commands/ListEntitiesDetectionV2JobsCommand.ts @@ -21,6 +21,10 @@ import { import { ListEntitiesDetectionV2JobsRequest, ListEntitiesDetectionV2JobsResponse } from "../models/models_0"; import { de_ListEntitiesDetectionV2JobsCommand, se_ListEntitiesDetectionV2JobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/ListICD10CMInferenceJobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListICD10CMInferenceJobsCommand.ts index a468818b0832b..05285bccb8310 100644 --- a/clients/client-comprehendmedical/src/commands/ListICD10CMInferenceJobsCommand.ts +++ b/clients/client-comprehendmedical/src/commands/ListICD10CMInferenceJobsCommand.ts @@ -21,6 +21,10 @@ import { import { ListICD10CMInferenceJobsRequest, ListICD10CMInferenceJobsResponse } from "../models/models_0"; import { de_ListICD10CMInferenceJobsCommand, se_ListICD10CMInferenceJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts index f315bc399875e..6397a749b4a5d 100644 --- a/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts +++ b/clients/client-comprehendmedical/src/commands/ListPHIDetectionJobsCommand.ts @@ -21,6 +21,10 @@ import { import { ListPHIDetectionJobsRequest, ListPHIDetectionJobsResponse } from "../models/models_0"; import { de_ListPHIDetectionJobsCommand, se_ListPHIDetectionJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/ListRxNormInferenceJobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListRxNormInferenceJobsCommand.ts index 9cc6fca4c5e84..3da98efa7bc82 100644 --- a/clients/client-comprehendmedical/src/commands/ListRxNormInferenceJobsCommand.ts +++ b/clients/client-comprehendmedical/src/commands/ListRxNormInferenceJobsCommand.ts @@ -21,6 +21,10 @@ import { import { ListRxNormInferenceJobsRequest, ListRxNormInferenceJobsResponse } from "../models/models_0"; import { de_ListRxNormInferenceJobsCommand, se_ListRxNormInferenceJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/ListSNOMEDCTInferenceJobsCommand.ts b/clients/client-comprehendmedical/src/commands/ListSNOMEDCTInferenceJobsCommand.ts index 868ef6fac3ef2..52708483e05a4 100644 --- a/clients/client-comprehendmedical/src/commands/ListSNOMEDCTInferenceJobsCommand.ts +++ b/clients/client-comprehendmedical/src/commands/ListSNOMEDCTInferenceJobsCommand.ts @@ -21,6 +21,10 @@ import { import { ListSNOMEDCTInferenceJobsRequest, ListSNOMEDCTInferenceJobsResponse } from "../models/models_0"; import { de_ListSNOMEDCTInferenceJobsCommand, se_ListSNOMEDCTInferenceJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/StartEntitiesDetectionV2JobCommand.ts b/clients/client-comprehendmedical/src/commands/StartEntitiesDetectionV2JobCommand.ts index 191b58b464ef4..7a86c6f5152a3 100644 --- a/clients/client-comprehendmedical/src/commands/StartEntitiesDetectionV2JobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StartEntitiesDetectionV2JobCommand.ts @@ -21,6 +21,10 @@ import { import { StartEntitiesDetectionV2JobRequest, StartEntitiesDetectionV2JobResponse } from "../models/models_0"; import { de_StartEntitiesDetectionV2JobCommand, se_StartEntitiesDetectionV2JobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/StartICD10CMInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StartICD10CMInferenceJobCommand.ts index 75d4cd7b691c9..c6bcfa4897680 100644 --- a/clients/client-comprehendmedical/src/commands/StartICD10CMInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StartICD10CMInferenceJobCommand.ts @@ -21,6 +21,10 @@ import { import { StartICD10CMInferenceJobRequest, StartICD10CMInferenceJobResponse } from "../models/models_0"; import { de_StartICD10CMInferenceJobCommand, se_StartICD10CMInferenceJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/StartPHIDetectionJobCommand.ts b/clients/client-comprehendmedical/src/commands/StartPHIDetectionJobCommand.ts index 535dcb82a8792..8def067c3cc89 100644 --- a/clients/client-comprehendmedical/src/commands/StartPHIDetectionJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StartPHIDetectionJobCommand.ts @@ -21,6 +21,10 @@ import { import { StartPHIDetectionJobRequest, StartPHIDetectionJobResponse } from "../models/models_0"; import { de_StartPHIDetectionJobCommand, se_StartPHIDetectionJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/StartRxNormInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StartRxNormInferenceJobCommand.ts index e145a62b04643..b35f66308a343 100644 --- a/clients/client-comprehendmedical/src/commands/StartRxNormInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StartRxNormInferenceJobCommand.ts @@ -21,6 +21,10 @@ import { import { StartRxNormInferenceJobRequest, StartRxNormInferenceJobResponse } from "../models/models_0"; import { de_StartRxNormInferenceJobCommand, se_StartRxNormInferenceJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/StartSNOMEDCTInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StartSNOMEDCTInferenceJobCommand.ts index 488e00c1aa126..176d0991686c8 100644 --- a/clients/client-comprehendmedical/src/commands/StartSNOMEDCTInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StartSNOMEDCTInferenceJobCommand.ts @@ -21,6 +21,10 @@ import { import { StartSNOMEDCTInferenceJobRequest, StartSNOMEDCTInferenceJobResponse } from "../models/models_0"; import { de_StartSNOMEDCTInferenceJobCommand, se_StartSNOMEDCTInferenceJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/StopEntitiesDetectionV2JobCommand.ts b/clients/client-comprehendmedical/src/commands/StopEntitiesDetectionV2JobCommand.ts index e34637c0f70e9..e497dfc829a0d 100644 --- a/clients/client-comprehendmedical/src/commands/StopEntitiesDetectionV2JobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StopEntitiesDetectionV2JobCommand.ts @@ -21,6 +21,10 @@ import { import { StopEntitiesDetectionV2JobRequest, StopEntitiesDetectionV2JobResponse } from "../models/models_0"; import { de_StopEntitiesDetectionV2JobCommand, se_StopEntitiesDetectionV2JobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/StopICD10CMInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StopICD10CMInferenceJobCommand.ts index a655fbab2418f..2966442cd571c 100644 --- a/clients/client-comprehendmedical/src/commands/StopICD10CMInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StopICD10CMInferenceJobCommand.ts @@ -21,6 +21,10 @@ import { import { StopICD10CMInferenceJobRequest, StopICD10CMInferenceJobResponse } from "../models/models_0"; import { de_StopICD10CMInferenceJobCommand, se_StopICD10CMInferenceJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/StopPHIDetectionJobCommand.ts b/clients/client-comprehendmedical/src/commands/StopPHIDetectionJobCommand.ts index 5c8a458db82b8..563da11bfc2bd 100644 --- a/clients/client-comprehendmedical/src/commands/StopPHIDetectionJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StopPHIDetectionJobCommand.ts @@ -21,6 +21,10 @@ import { import { StopPHIDetectionJobRequest, StopPHIDetectionJobResponse } from "../models/models_0"; import { de_StopPHIDetectionJobCommand, se_StopPHIDetectionJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/StopRxNormInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StopRxNormInferenceJobCommand.ts index 09976e2d586d0..5207b6e45eef4 100644 --- a/clients/client-comprehendmedical/src/commands/StopRxNormInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StopRxNormInferenceJobCommand.ts @@ -21,6 +21,10 @@ import { import { StopRxNormInferenceJobRequest, StopRxNormInferenceJobResponse } from "../models/models_0"; import { de_StopRxNormInferenceJobCommand, se_StopRxNormInferenceJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/commands/StopSNOMEDCTInferenceJobCommand.ts b/clients/client-comprehendmedical/src/commands/StopSNOMEDCTInferenceJobCommand.ts index 1fcdcefca1565..8d8d717088d44 100644 --- a/clients/client-comprehendmedical/src/commands/StopSNOMEDCTInferenceJobCommand.ts +++ b/clients/client-comprehendmedical/src/commands/StopSNOMEDCTInferenceJobCommand.ts @@ -21,6 +21,10 @@ import { import { StopSNOMEDCTInferenceJobRequest, StopSNOMEDCTInferenceJobResponse } from "../models/models_0"; import { de_StopSNOMEDCTInferenceJobCommand, se_StopSNOMEDCTInferenceJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-comprehendmedical/src/index.ts b/clients/client-comprehendmedical/src/index.ts index 89fb090cd4af3..d1ae4f2ff7ce2 100644 --- a/clients/client-comprehendmedical/src/index.ts +++ b/clients/client-comprehendmedical/src/index.ts @@ -1,6 +1,13 @@ -export * from "./ComprehendMedical"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Comprehend Medical; extracts structured information from unstructured clinical text. Use these actions + * to gain insight in your documents.

+ * + * @packageDocumentation + */ export * from "./ComprehendMedicalClient"; +export * from "./ComprehendMedical"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-comprehendmedical/src/models/ComprehendMedicalServiceException.ts b/clients/client-comprehendmedical/src/models/ComprehendMedicalServiceException.ts index 9caf8cdf9ace3..c995fabc2a1e0 100644 --- a/clients/client-comprehendmedical/src/models/ComprehendMedicalServiceException.ts +++ b/clients/client-comprehendmedical/src/models/ComprehendMedicalServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-compute-optimizer/src/ComputeOptimizerClient.ts b/clients/client-compute-optimizer/src/ComputeOptimizerClient.ts index 88a54ef8e99f8..b25732e8db9ef 100644 --- a/clients/client-compute-optimizer/src/ComputeOptimizerClient.ts +++ b/clients/client-compute-optimizer/src/ComputeOptimizerClient.ts @@ -143,6 +143,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -322,7 +324,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ComputeOptimizerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ComputeOptimizerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -341,7 +343,7 @@ export interface ComputeOptimizerClientConfig extends ComputeOptimizerClientConf /** * @public */ -type ComputeOptimizerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ComputeOptimizerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-compute-optimizer/src/commands/DeleteRecommendationPreferencesCommand.ts b/clients/client-compute-optimizer/src/commands/DeleteRecommendationPreferencesCommand.ts index 04db8f2ce77b7..9c3aa483525b9 100644 --- a/clients/client-compute-optimizer/src/commands/DeleteRecommendationPreferencesCommand.ts +++ b/clients/client-compute-optimizer/src/commands/DeleteRecommendationPreferencesCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteRecommendationPreferencesCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-compute-optimizer/src/commands/DescribeRecommendationExportJobsCommand.ts b/clients/client-compute-optimizer/src/commands/DescribeRecommendationExportJobsCommand.ts index 3f00d5f09c1d4..343109fce310c 100644 --- a/clients/client-compute-optimizer/src/commands/DescribeRecommendationExportJobsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/DescribeRecommendationExportJobsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeRecommendationExportJobsCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-compute-optimizer/src/commands/ExportAutoScalingGroupRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportAutoScalingGroupRecommendationsCommand.ts index d3f014264c9cb..63b73e4e33924 100644 --- a/clients/client-compute-optimizer/src/commands/ExportAutoScalingGroupRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportAutoScalingGroupRecommendationsCommand.ts @@ -23,6 +23,10 @@ import { se_ExportAutoScalingGroupRecommendationsCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-compute-optimizer/src/commands/ExportEBSVolumeRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportEBSVolumeRecommendationsCommand.ts index 47b7b63182bd0..dd2a1bf5e6873 100644 --- a/clients/client-compute-optimizer/src/commands/ExportEBSVolumeRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportEBSVolumeRecommendationsCommand.ts @@ -20,6 +20,10 @@ import { se_ExportEBSVolumeRecommendationsCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-compute-optimizer/src/commands/ExportEC2InstanceRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportEC2InstanceRecommendationsCommand.ts index b680a14479440..82decb7c5cc0b 100644 --- a/clients/client-compute-optimizer/src/commands/ExportEC2InstanceRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportEC2InstanceRecommendationsCommand.ts @@ -20,6 +20,10 @@ import { se_ExportEC2InstanceRecommendationsCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-compute-optimizer/src/commands/ExportECSServiceRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportECSServiceRecommendationsCommand.ts index 80f595f34cc26..56486b1578fb5 100644 --- a/clients/client-compute-optimizer/src/commands/ExportECSServiceRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportECSServiceRecommendationsCommand.ts @@ -20,6 +20,10 @@ import { se_ExportECSServiceRecommendationsCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-compute-optimizer/src/commands/ExportLambdaFunctionRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/ExportLambdaFunctionRecommendationsCommand.ts index cfa3ca484aa4a..644ab4b20b06d 100644 --- a/clients/client-compute-optimizer/src/commands/ExportLambdaFunctionRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/ExportLambdaFunctionRecommendationsCommand.ts @@ -23,6 +23,10 @@ import { se_ExportLambdaFunctionRecommendationsCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-compute-optimizer/src/commands/GetAutoScalingGroupRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetAutoScalingGroupRecommendationsCommand.ts index f2e6157c90cac..a138661ca3aed 100644 --- a/clients/client-compute-optimizer/src/commands/GetAutoScalingGroupRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetAutoScalingGroupRecommendationsCommand.ts @@ -23,6 +23,10 @@ import { se_GetAutoScalingGroupRecommendationsCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-compute-optimizer/src/commands/GetEBSVolumeRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetEBSVolumeRecommendationsCommand.ts index e2cb5147e8d71..de6a336121228 100644 --- a/clients/client-compute-optimizer/src/commands/GetEBSVolumeRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEBSVolumeRecommendationsCommand.ts @@ -17,6 +17,10 @@ import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetEBSVolumeRecommendationsRequest, GetEBSVolumeRecommendationsResponse } from "../models/models_0"; import { de_GetEBSVolumeRecommendationsCommand, se_GetEBSVolumeRecommendationsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-compute-optimizer/src/commands/GetEC2InstanceRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetEC2InstanceRecommendationsCommand.ts index 7c68e459f0880..2bc5698460bf7 100644 --- a/clients/client-compute-optimizer/src/commands/GetEC2InstanceRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEC2InstanceRecommendationsCommand.ts @@ -20,6 +20,10 @@ import { se_GetEC2InstanceRecommendationsCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-compute-optimizer/src/commands/GetEC2RecommendationProjectedMetricsCommand.ts b/clients/client-compute-optimizer/src/commands/GetEC2RecommendationProjectedMetricsCommand.ts index 57b480a96642f..8dd44208a44e1 100644 --- a/clients/client-compute-optimizer/src/commands/GetEC2RecommendationProjectedMetricsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEC2RecommendationProjectedMetricsCommand.ts @@ -23,6 +23,10 @@ import { se_GetEC2RecommendationProjectedMetricsCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationProjectedMetricsCommand.ts b/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationProjectedMetricsCommand.ts index 27a660c5e4afd..7c46392595579 100644 --- a/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationProjectedMetricsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationProjectedMetricsCommand.ts @@ -23,6 +23,10 @@ import { se_GetECSServiceRecommendationProjectedMetricsCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationsCommand.ts index 61392fbd1403b..a98d10254168d 100644 --- a/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetECSServiceRecommendationsCommand.ts @@ -20,6 +20,10 @@ import { se_GetECSServiceRecommendationsCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-compute-optimizer/src/commands/GetEffectiveRecommendationPreferencesCommand.ts b/clients/client-compute-optimizer/src/commands/GetEffectiveRecommendationPreferencesCommand.ts index 0ad765bfee3d4..35fc78edb4600 100644 --- a/clients/client-compute-optimizer/src/commands/GetEffectiveRecommendationPreferencesCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEffectiveRecommendationPreferencesCommand.ts @@ -23,6 +23,10 @@ import { se_GetEffectiveRecommendationPreferencesCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusCommand.ts b/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusCommand.ts index 021a643a16c08..efae9ae45a56f 100644 --- a/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusCommand.ts @@ -17,6 +17,10 @@ import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetEnrollmentStatusRequest, GetEnrollmentStatusResponse } from "../models/models_0"; import { de_GetEnrollmentStatusCommand, se_GetEnrollmentStatusCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusesForOrganizationCommand.ts b/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusesForOrganizationCommand.ts index 855bab0344928..5a2a108ed7104 100644 --- a/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusesForOrganizationCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetEnrollmentStatusesForOrganizationCommand.ts @@ -23,6 +23,10 @@ import { se_GetEnrollmentStatusesForOrganizationCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-compute-optimizer/src/commands/GetLambdaFunctionRecommendationsCommand.ts b/clients/client-compute-optimizer/src/commands/GetLambdaFunctionRecommendationsCommand.ts index f192d1df5a739..4d6db43e400dd 100644 --- a/clients/client-compute-optimizer/src/commands/GetLambdaFunctionRecommendationsCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetLambdaFunctionRecommendationsCommand.ts @@ -20,6 +20,10 @@ import { se_GetLambdaFunctionRecommendationsCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-compute-optimizer/src/commands/GetRecommendationPreferencesCommand.ts b/clients/client-compute-optimizer/src/commands/GetRecommendationPreferencesCommand.ts index aebb03bd31373..cf102c9a3bb2f 100644 --- a/clients/client-compute-optimizer/src/commands/GetRecommendationPreferencesCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetRecommendationPreferencesCommand.ts @@ -20,6 +20,10 @@ import { se_GetRecommendationPreferencesCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-compute-optimizer/src/commands/GetRecommendationSummariesCommand.ts b/clients/client-compute-optimizer/src/commands/GetRecommendationSummariesCommand.ts index 155692cee176d..b220d390ea812 100644 --- a/clients/client-compute-optimizer/src/commands/GetRecommendationSummariesCommand.ts +++ b/clients/client-compute-optimizer/src/commands/GetRecommendationSummariesCommand.ts @@ -17,6 +17,10 @@ import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetRecommendationSummariesRequest, GetRecommendationSummariesResponse } from "../models/models_0"; import { de_GetRecommendationSummariesCommand, se_GetRecommendationSummariesCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-compute-optimizer/src/commands/PutRecommendationPreferencesCommand.ts b/clients/client-compute-optimizer/src/commands/PutRecommendationPreferencesCommand.ts index 1766f42dd4ada..86be538ea5b84 100644 --- a/clients/client-compute-optimizer/src/commands/PutRecommendationPreferencesCommand.ts +++ b/clients/client-compute-optimizer/src/commands/PutRecommendationPreferencesCommand.ts @@ -20,6 +20,10 @@ import { se_PutRecommendationPreferencesCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-compute-optimizer/src/commands/UpdateEnrollmentStatusCommand.ts b/clients/client-compute-optimizer/src/commands/UpdateEnrollmentStatusCommand.ts index 063ee9a1b3ffd..d28343dfbea83 100644 --- a/clients/client-compute-optimizer/src/commands/UpdateEnrollmentStatusCommand.ts +++ b/clients/client-compute-optimizer/src/commands/UpdateEnrollmentStatusCommand.ts @@ -17,6 +17,10 @@ import { ComputeOptimizerClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateEnrollmentStatusRequest, UpdateEnrollmentStatusResponse } from "../models/models_0"; import { de_UpdateEnrollmentStatusCommand, se_UpdateEnrollmentStatusCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-compute-optimizer/src/index.ts b/clients/client-compute-optimizer/src/index.ts index 207e8437458ae..d9eb11fb00e81 100644 --- a/clients/client-compute-optimizer/src/index.ts +++ b/clients/client-compute-optimizer/src/index.ts @@ -1,8 +1,25 @@ -export * from "./ComputeOptimizer"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Compute Optimizer is a service that analyzes the configuration and utilization + * metrics of your Amazon Web Services compute resources, such as Amazon EC2 + * instances, Amazon EC2 Auto Scaling groups, Lambda functions, Amazon EBS volumes, and Amazon ECS services on Fargate. + * It reports whether your resources are optimal, and generates + * optimization recommendations to reduce the cost and improve the performance of your + * workloads. Compute Optimizer also provides recent utilization metric data, in addition + * to projected utilization metric data for the recommendations, which you can use to + * evaluate which recommendation provides the best price-performance trade-off. The + * analysis of your usage patterns can help you decide when to move or resize your running + * resources, and still meet your performance and capacity requirements. For more + * information about Compute Optimizer, including the required permissions to use the + * service, see the Compute Optimizer User Guide.

+ * + * @packageDocumentation + */ export * from "./ComputeOptimizerClient"; +export * from "./ComputeOptimizer"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ComputeOptimizerServiceException } from "./models/ComputeOptimizerServiceException"; diff --git a/clients/client-compute-optimizer/src/models/ComputeOptimizerServiceException.ts b/clients/client-compute-optimizer/src/models/ComputeOptimizerServiceException.ts index ce53fa23145a5..b9d2e17032191 100644 --- a/clients/client-compute-optimizer/src/models/ComputeOptimizerServiceException.ts +++ b/clients/client-compute-optimizer/src/models/ComputeOptimizerServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-config-service/src/ConfigServiceClient.ts b/clients/client-config-service/src/ConfigServiceClient.ts index 51220fccd7933..fcf86f3262e90 100644 --- a/clients/client-config-service/src/ConfigServiceClient.ts +++ b/clients/client-config-service/src/ConfigServiceClient.ts @@ -391,6 +391,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -712,7 +714,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ConfigServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ConfigServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -731,7 +733,7 @@ export interface ConfigServiceClientConfig extends ConfigServiceClientConfigType /** * @public */ -type ConfigServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ConfigServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-config-service/src/commands/BatchGetAggregateResourceConfigCommand.ts b/clients/client-config-service/src/commands/BatchGetAggregateResourceConfigCommand.ts index 5a42744952e6e..da26572ffe512 100644 --- a/clients/client-config-service/src/commands/BatchGetAggregateResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/BatchGetAggregateResourceConfigCommand.ts @@ -20,6 +20,10 @@ import { se_BatchGetAggregateResourceConfigCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/BatchGetResourceConfigCommand.ts b/clients/client-config-service/src/commands/BatchGetResourceConfigCommand.ts index 87cdb262c77fc..14c7a9a062229 100644 --- a/clients/client-config-service/src/commands/BatchGetResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/BatchGetResourceConfigCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { BatchGetResourceConfigRequest, BatchGetResourceConfigResponse } from "../models/models_0"; import { de_BatchGetResourceConfigCommand, se_BatchGetResourceConfigCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DeleteAggregationAuthorizationCommand.ts b/clients/client-config-service/src/commands/DeleteAggregationAuthorizationCommand.ts index 8ec42003c0d5e..89c2c6ada3eac 100644 --- a/clients/client-config-service/src/commands/DeleteAggregationAuthorizationCommand.ts +++ b/clients/client-config-service/src/commands/DeleteAggregationAuthorizationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteAggregationAuthorizationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DeleteConfigRuleCommand.ts b/clients/client-config-service/src/commands/DeleteConfigRuleCommand.ts index 4d44e03db77a6..1ebd4ef3a905d 100644 --- a/clients/client-config-service/src/commands/DeleteConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/DeleteConfigRuleCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteConfigRuleRequest } from "../models/models_0"; import { de_DeleteConfigRuleCommand, se_DeleteConfigRuleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DeleteConfigurationAggregatorCommand.ts b/clients/client-config-service/src/commands/DeleteConfigurationAggregatorCommand.ts index 8e37a8e01d949..9078f6ca9e878 100644 --- a/clients/client-config-service/src/commands/DeleteConfigurationAggregatorCommand.ts +++ b/clients/client-config-service/src/commands/DeleteConfigurationAggregatorCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteConfigurationAggregatorCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DeleteConfigurationRecorderCommand.ts b/clients/client-config-service/src/commands/DeleteConfigurationRecorderCommand.ts index 74aefdca1fb66..737d6865c4022 100644 --- a/clients/client-config-service/src/commands/DeleteConfigurationRecorderCommand.ts +++ b/clients/client-config-service/src/commands/DeleteConfigurationRecorderCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteConfigurationRecorderRequest } from "../models/models_0"; import { de_DeleteConfigurationRecorderCommand, se_DeleteConfigurationRecorderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DeleteConformancePackCommand.ts b/clients/client-config-service/src/commands/DeleteConformancePackCommand.ts index 837f467da5286..f0d39d5372c65 100644 --- a/clients/client-config-service/src/commands/DeleteConformancePackCommand.ts +++ b/clients/client-config-service/src/commands/DeleteConformancePackCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteConformancePackRequest } from "../models/models_0"; import { de_DeleteConformancePackCommand, se_DeleteConformancePackCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DeleteDeliveryChannelCommand.ts b/clients/client-config-service/src/commands/DeleteDeliveryChannelCommand.ts index b49a4e0d9c66c..1b5b375d3e9de 100644 --- a/clients/client-config-service/src/commands/DeleteDeliveryChannelCommand.ts +++ b/clients/client-config-service/src/commands/DeleteDeliveryChannelCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteDeliveryChannelRequest } from "../models/models_0"; import { de_DeleteDeliveryChannelCommand, se_DeleteDeliveryChannelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DeleteEvaluationResultsCommand.ts b/clients/client-config-service/src/commands/DeleteEvaluationResultsCommand.ts index e6e6ddca457df..4f8ab1dd3788f 100644 --- a/clients/client-config-service/src/commands/DeleteEvaluationResultsCommand.ts +++ b/clients/client-config-service/src/commands/DeleteEvaluationResultsCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteEvaluationResultsRequest, DeleteEvaluationResultsResponse } from "../models/models_0"; import { de_DeleteEvaluationResultsCommand, se_DeleteEvaluationResultsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DeleteOrganizationConfigRuleCommand.ts b/clients/client-config-service/src/commands/DeleteOrganizationConfigRuleCommand.ts index 4f88ed4d487d6..f550c6a6157e6 100644 --- a/clients/client-config-service/src/commands/DeleteOrganizationConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/DeleteOrganizationConfigRuleCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteOrganizationConfigRuleCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DeleteOrganizationConformancePackCommand.ts b/clients/client-config-service/src/commands/DeleteOrganizationConformancePackCommand.ts index 5bc1aec0dbb29..a008b46ba7958 100644 --- a/clients/client-config-service/src/commands/DeleteOrganizationConformancePackCommand.ts +++ b/clients/client-config-service/src/commands/DeleteOrganizationConformancePackCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteOrganizationConformancePackCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DeletePendingAggregationRequestCommand.ts b/clients/client-config-service/src/commands/DeletePendingAggregationRequestCommand.ts index 6ad2f77a3419e..0e4f32a1e5d66 100644 --- a/clients/client-config-service/src/commands/DeletePendingAggregationRequestCommand.ts +++ b/clients/client-config-service/src/commands/DeletePendingAggregationRequestCommand.ts @@ -20,6 +20,10 @@ import { se_DeletePendingAggregationRequestCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DeleteRemediationConfigurationCommand.ts b/clients/client-config-service/src/commands/DeleteRemediationConfigurationCommand.ts index 1643ba42dfaa5..a72110c9400f1 100644 --- a/clients/client-config-service/src/commands/DeleteRemediationConfigurationCommand.ts +++ b/clients/client-config-service/src/commands/DeleteRemediationConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteRemediationConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DeleteRemediationExceptionsCommand.ts b/clients/client-config-service/src/commands/DeleteRemediationExceptionsCommand.ts index 088aa226f7a27..4da4aae9a4dda 100644 --- a/clients/client-config-service/src/commands/DeleteRemediationExceptionsCommand.ts +++ b/clients/client-config-service/src/commands/DeleteRemediationExceptionsCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteRemediationExceptionsRequest, DeleteRemediationExceptionsResponse } from "../models/models_0"; import { de_DeleteRemediationExceptionsCommand, se_DeleteRemediationExceptionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DeleteResourceConfigCommand.ts b/clients/client-config-service/src/commands/DeleteResourceConfigCommand.ts index db09b610b8dda..d8a03179dbd27 100644 --- a/clients/client-config-service/src/commands/DeleteResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/DeleteResourceConfigCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteResourceConfigRequest } from "../models/models_0"; import { de_DeleteResourceConfigCommand, se_DeleteResourceConfigCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DeleteRetentionConfigurationCommand.ts b/clients/client-config-service/src/commands/DeleteRetentionConfigurationCommand.ts index 803348c7bc3eb..efe313d25f198 100644 --- a/clients/client-config-service/src/commands/DeleteRetentionConfigurationCommand.ts +++ b/clients/client-config-service/src/commands/DeleteRetentionConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteRetentionConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DeleteStoredQueryCommand.ts b/clients/client-config-service/src/commands/DeleteStoredQueryCommand.ts index 05d19bf49e54b..0b481a8da6e0b 100644 --- a/clients/client-config-service/src/commands/DeleteStoredQueryCommand.ts +++ b/clients/client-config-service/src/commands/DeleteStoredQueryCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteStoredQueryRequest, DeleteStoredQueryResponse } from "../models/models_0"; import { de_DeleteStoredQueryCommand, se_DeleteStoredQueryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DeliverConfigSnapshotCommand.ts b/clients/client-config-service/src/commands/DeliverConfigSnapshotCommand.ts index f6c84a227f9db..83aa8c705d077 100644 --- a/clients/client-config-service/src/commands/DeliverConfigSnapshotCommand.ts +++ b/clients/client-config-service/src/commands/DeliverConfigSnapshotCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeliverConfigSnapshotRequest, DeliverConfigSnapshotResponse } from "../models/models_0"; import { de_DeliverConfigSnapshotCommand, se_DeliverConfigSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeAggregateComplianceByConfigRulesCommand.ts b/clients/client-config-service/src/commands/DescribeAggregateComplianceByConfigRulesCommand.ts index 1daf165486d9a..35e52c06066b6 100644 --- a/clients/client-config-service/src/commands/DescribeAggregateComplianceByConfigRulesCommand.ts +++ b/clients/client-config-service/src/commands/DescribeAggregateComplianceByConfigRulesCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeAggregateComplianceByConfigRulesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeAggregateComplianceByConformancePacksCommand.ts b/clients/client-config-service/src/commands/DescribeAggregateComplianceByConformancePacksCommand.ts index e179c83996d68..c10a398afb576 100644 --- a/clients/client-config-service/src/commands/DescribeAggregateComplianceByConformancePacksCommand.ts +++ b/clients/client-config-service/src/commands/DescribeAggregateComplianceByConformancePacksCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeAggregateComplianceByConformancePacksCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeAggregationAuthorizationsCommand.ts b/clients/client-config-service/src/commands/DescribeAggregationAuthorizationsCommand.ts index 3c742283f628e..6ab255e455339 100644 --- a/clients/client-config-service/src/commands/DescribeAggregationAuthorizationsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeAggregationAuthorizationsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeAggregationAuthorizationsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeComplianceByConfigRuleCommand.ts b/clients/client-config-service/src/commands/DescribeComplianceByConfigRuleCommand.ts index 2433830b52b32..4902f572b9c60 100644 --- a/clients/client-config-service/src/commands/DescribeComplianceByConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/DescribeComplianceByConfigRuleCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeComplianceByConfigRuleCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeComplianceByResourceCommand.ts b/clients/client-config-service/src/commands/DescribeComplianceByResourceCommand.ts index e39993c254755..cf252c7e9b1b4 100644 --- a/clients/client-config-service/src/commands/DescribeComplianceByResourceCommand.ts +++ b/clients/client-config-service/src/commands/DescribeComplianceByResourceCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeComplianceByResourceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeConfigRuleEvaluationStatusCommand.ts b/clients/client-config-service/src/commands/DescribeConfigRuleEvaluationStatusCommand.ts index 26d1e76cad27a..926933a2a10a2 100644 --- a/clients/client-config-service/src/commands/DescribeConfigRuleEvaluationStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigRuleEvaluationStatusCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeConfigRuleEvaluationStatusCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeConfigRulesCommand.ts b/clients/client-config-service/src/commands/DescribeConfigRulesCommand.ts index a3c7a2f1cfb9f..dc1452e7ed760 100644 --- a/clients/client-config-service/src/commands/DescribeConfigRulesCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigRulesCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeConfigRulesRequest, DescribeConfigRulesResponse } from "../models/models_0"; import { de_DescribeConfigRulesCommand, se_DescribeConfigRulesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts b/clients/client-config-service/src/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts index ec0e50497564b..22b37ed824d0d 100644 --- a/clients/client-config-service/src/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigurationAggregatorSourcesStatusCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeConfigurationAggregatorSourcesStatusCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeConfigurationAggregatorsCommand.ts b/clients/client-config-service/src/commands/DescribeConfigurationAggregatorsCommand.ts index 6b56aa66495a2..caa5b096270b4 100644 --- a/clients/client-config-service/src/commands/DescribeConfigurationAggregatorsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigurationAggregatorsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeConfigurationAggregatorsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeConfigurationRecorderStatusCommand.ts b/clients/client-config-service/src/commands/DescribeConfigurationRecorderStatusCommand.ts index d33e327c51905..93c9f0033b2c6 100644 --- a/clients/client-config-service/src/commands/DescribeConfigurationRecorderStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigurationRecorderStatusCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeConfigurationRecorderStatusCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeConfigurationRecordersCommand.ts b/clients/client-config-service/src/commands/DescribeConfigurationRecordersCommand.ts index 8d0157c5f49fb..9f64b3aee4479 100644 --- a/clients/client-config-service/src/commands/DescribeConfigurationRecordersCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConfigurationRecordersCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeConfigurationRecordersCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeConformancePackComplianceCommand.ts b/clients/client-config-service/src/commands/DescribeConformancePackComplianceCommand.ts index 9cc74367a1946..794540734fb0e 100644 --- a/clients/client-config-service/src/commands/DescribeConformancePackComplianceCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConformancePackComplianceCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeConformancePackComplianceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeConformancePackStatusCommand.ts b/clients/client-config-service/src/commands/DescribeConformancePackStatusCommand.ts index 4abeb8caa4266..6c9c8c4f76121 100644 --- a/clients/client-config-service/src/commands/DescribeConformancePackStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConformancePackStatusCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeConformancePackStatusCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeConformancePacksCommand.ts b/clients/client-config-service/src/commands/DescribeConformancePacksCommand.ts index c214e4302252f..7c2d0704f12f7 100644 --- a/clients/client-config-service/src/commands/DescribeConformancePacksCommand.ts +++ b/clients/client-config-service/src/commands/DescribeConformancePacksCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeConformancePacksRequest, DescribeConformancePacksResponse } from "../models/models_0"; import { de_DescribeConformancePacksCommand, se_DescribeConformancePacksCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeDeliveryChannelStatusCommand.ts b/clients/client-config-service/src/commands/DescribeDeliveryChannelStatusCommand.ts index 70bed4296d437..82a38dd2e3c12 100644 --- a/clients/client-config-service/src/commands/DescribeDeliveryChannelStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeDeliveryChannelStatusCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeDeliveryChannelStatusCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeDeliveryChannelsCommand.ts b/clients/client-config-service/src/commands/DescribeDeliveryChannelsCommand.ts index 58bd3152f44a1..325995dcab945 100644 --- a/clients/client-config-service/src/commands/DescribeDeliveryChannelsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeDeliveryChannelsCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeDeliveryChannelsRequest, DescribeDeliveryChannelsResponse } from "../models/models_0"; import { de_DescribeDeliveryChannelsCommand, se_DescribeDeliveryChannelsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeOrganizationConfigRuleStatusesCommand.ts b/clients/client-config-service/src/commands/DescribeOrganizationConfigRuleStatusesCommand.ts index 43443f0f79af3..ecc7fed0ba476 100644 --- a/clients/client-config-service/src/commands/DescribeOrganizationConfigRuleStatusesCommand.ts +++ b/clients/client-config-service/src/commands/DescribeOrganizationConfigRuleStatusesCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeOrganizationConfigRuleStatusesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeOrganizationConfigRulesCommand.ts b/clients/client-config-service/src/commands/DescribeOrganizationConfigRulesCommand.ts index d950a3924127e..e63720e3cb940 100644 --- a/clients/client-config-service/src/commands/DescribeOrganizationConfigRulesCommand.ts +++ b/clients/client-config-service/src/commands/DescribeOrganizationConfigRulesCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeOrganizationConfigRulesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeOrganizationConformancePackStatusesCommand.ts b/clients/client-config-service/src/commands/DescribeOrganizationConformancePackStatusesCommand.ts index 2a01777d48c94..3be2912aff962 100644 --- a/clients/client-config-service/src/commands/DescribeOrganizationConformancePackStatusesCommand.ts +++ b/clients/client-config-service/src/commands/DescribeOrganizationConformancePackStatusesCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeOrganizationConformancePackStatusesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeOrganizationConformancePacksCommand.ts b/clients/client-config-service/src/commands/DescribeOrganizationConformancePacksCommand.ts index 825b33a7a4122..4b81a921b5195 100644 --- a/clients/client-config-service/src/commands/DescribeOrganizationConformancePacksCommand.ts +++ b/clients/client-config-service/src/commands/DescribeOrganizationConformancePacksCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeOrganizationConformancePacksCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribePendingAggregationRequestsCommand.ts b/clients/client-config-service/src/commands/DescribePendingAggregationRequestsCommand.ts index 0ee5cc6bf1475..16f875623e694 100644 --- a/clients/client-config-service/src/commands/DescribePendingAggregationRequestsCommand.ts +++ b/clients/client-config-service/src/commands/DescribePendingAggregationRequestsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribePendingAggregationRequestsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeRemediationConfigurationsCommand.ts b/clients/client-config-service/src/commands/DescribeRemediationConfigurationsCommand.ts index 7c09c3514ae0c..c2adc1cb6abe0 100644 --- a/clients/client-config-service/src/commands/DescribeRemediationConfigurationsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeRemediationConfigurationsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeRemediationConfigurationsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeRemediationExceptionsCommand.ts b/clients/client-config-service/src/commands/DescribeRemediationExceptionsCommand.ts index 6e9e8e83e5cb3..b914a25b41861 100644 --- a/clients/client-config-service/src/commands/DescribeRemediationExceptionsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeRemediationExceptionsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeRemediationExceptionsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeRemediationExecutionStatusCommand.ts b/clients/client-config-service/src/commands/DescribeRemediationExecutionStatusCommand.ts index 74c6780742cb3..d42bbdc6a681f 100644 --- a/clients/client-config-service/src/commands/DescribeRemediationExecutionStatusCommand.ts +++ b/clients/client-config-service/src/commands/DescribeRemediationExecutionStatusCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeRemediationExecutionStatusCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/DescribeRetentionConfigurationsCommand.ts b/clients/client-config-service/src/commands/DescribeRetentionConfigurationsCommand.ts index ed0b1d2d348ce..c13992604b7ec 100644 --- a/clients/client-config-service/src/commands/DescribeRetentionConfigurationsCommand.ts +++ b/clients/client-config-service/src/commands/DescribeRetentionConfigurationsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeRetentionConfigurationsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts b/clients/client-config-service/src/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts index c9c1edbf32809..127b49c4d0b02 100644 --- a/clients/client-config-service/src/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/GetAggregateComplianceDetailsByConfigRuleCommand.ts @@ -23,6 +23,10 @@ import { se_GetAggregateComplianceDetailsByConfigRuleCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts b/clients/client-config-service/src/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts index b47f0b4baacbf..16e2fb723b91a 100644 --- a/clients/client-config-service/src/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts +++ b/clients/client-config-service/src/commands/GetAggregateConfigRuleComplianceSummaryCommand.ts @@ -23,6 +23,10 @@ import { se_GetAggregateConfigRuleComplianceSummaryCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/GetAggregateConformancePackComplianceSummaryCommand.ts b/clients/client-config-service/src/commands/GetAggregateConformancePackComplianceSummaryCommand.ts index 51d3dd70b6520..aeb69db50f20f 100644 --- a/clients/client-config-service/src/commands/GetAggregateConformancePackComplianceSummaryCommand.ts +++ b/clients/client-config-service/src/commands/GetAggregateConformancePackComplianceSummaryCommand.ts @@ -23,6 +23,10 @@ import { se_GetAggregateConformancePackComplianceSummaryCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/GetAggregateDiscoveredResourceCountsCommand.ts b/clients/client-config-service/src/commands/GetAggregateDiscoveredResourceCountsCommand.ts index c77967d7ab42a..27985d7c30ea5 100644 --- a/clients/client-config-service/src/commands/GetAggregateDiscoveredResourceCountsCommand.ts +++ b/clients/client-config-service/src/commands/GetAggregateDiscoveredResourceCountsCommand.ts @@ -23,6 +23,10 @@ import { se_GetAggregateDiscoveredResourceCountsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/GetAggregateResourceConfigCommand.ts b/clients/client-config-service/src/commands/GetAggregateResourceConfigCommand.ts index 7257692de2caf..e2209e43a6224 100644 --- a/clients/client-config-service/src/commands/GetAggregateResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/GetAggregateResourceConfigCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetAggregateResourceConfigRequest, GetAggregateResourceConfigResponse } from "../models/models_0"; import { de_GetAggregateResourceConfigCommand, se_GetAggregateResourceConfigCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/GetComplianceDetailsByConfigRuleCommand.ts b/clients/client-config-service/src/commands/GetComplianceDetailsByConfigRuleCommand.ts index 18e1a94a0f20b..2320158457778 100644 --- a/clients/client-config-service/src/commands/GetComplianceDetailsByConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/GetComplianceDetailsByConfigRuleCommand.ts @@ -20,6 +20,10 @@ import { se_GetComplianceDetailsByConfigRuleCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/GetComplianceDetailsByResourceCommand.ts b/clients/client-config-service/src/commands/GetComplianceDetailsByResourceCommand.ts index 7a525c7b3749e..c9d5c41c709e8 100644 --- a/clients/client-config-service/src/commands/GetComplianceDetailsByResourceCommand.ts +++ b/clients/client-config-service/src/commands/GetComplianceDetailsByResourceCommand.ts @@ -20,6 +20,10 @@ import { se_GetComplianceDetailsByResourceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/GetComplianceSummaryByConfigRuleCommand.ts b/clients/client-config-service/src/commands/GetComplianceSummaryByConfigRuleCommand.ts index b05cc0d032784..c1be0565b683a 100644 --- a/clients/client-config-service/src/commands/GetComplianceSummaryByConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/GetComplianceSummaryByConfigRuleCommand.ts @@ -20,6 +20,10 @@ import { se_GetComplianceSummaryByConfigRuleCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/GetComplianceSummaryByResourceTypeCommand.ts b/clients/client-config-service/src/commands/GetComplianceSummaryByResourceTypeCommand.ts index b66fb7069809d..9ff6eec2e07e0 100644 --- a/clients/client-config-service/src/commands/GetComplianceSummaryByResourceTypeCommand.ts +++ b/clients/client-config-service/src/commands/GetComplianceSummaryByResourceTypeCommand.ts @@ -23,6 +23,10 @@ import { se_GetComplianceSummaryByResourceTypeCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/GetConformancePackComplianceDetailsCommand.ts b/clients/client-config-service/src/commands/GetConformancePackComplianceDetailsCommand.ts index ff0ac5fdd75d6..2e175697ea49c 100644 --- a/clients/client-config-service/src/commands/GetConformancePackComplianceDetailsCommand.ts +++ b/clients/client-config-service/src/commands/GetConformancePackComplianceDetailsCommand.ts @@ -23,6 +23,10 @@ import { se_GetConformancePackComplianceDetailsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/GetConformancePackComplianceSummaryCommand.ts b/clients/client-config-service/src/commands/GetConformancePackComplianceSummaryCommand.ts index 95b63ac2917b0..518cd882ce8ba 100644 --- a/clients/client-config-service/src/commands/GetConformancePackComplianceSummaryCommand.ts +++ b/clients/client-config-service/src/commands/GetConformancePackComplianceSummaryCommand.ts @@ -23,6 +23,10 @@ import { se_GetConformancePackComplianceSummaryCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/GetCustomRulePolicyCommand.ts b/clients/client-config-service/src/commands/GetCustomRulePolicyCommand.ts index 32317c85a7710..be338fbdf473d 100644 --- a/clients/client-config-service/src/commands/GetCustomRulePolicyCommand.ts +++ b/clients/client-config-service/src/commands/GetCustomRulePolicyCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetCustomRulePolicyRequest, GetCustomRulePolicyResponse } from "../models/models_0"; import { de_GetCustomRulePolicyCommand, se_GetCustomRulePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/GetDiscoveredResourceCountsCommand.ts b/clients/client-config-service/src/commands/GetDiscoveredResourceCountsCommand.ts index 8c09fa9a5c3a4..0b858cbf1ba9e 100644 --- a/clients/client-config-service/src/commands/GetDiscoveredResourceCountsCommand.ts +++ b/clients/client-config-service/src/commands/GetDiscoveredResourceCountsCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetDiscoveredResourceCountsRequest, GetDiscoveredResourceCountsResponse } from "../models/models_0"; import { de_GetDiscoveredResourceCountsCommand, se_GetDiscoveredResourceCountsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts b/clients/client-config-service/src/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts index 2295f09cde6e5..3bee8d89fa80a 100644 --- a/clients/client-config-service/src/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts +++ b/clients/client-config-service/src/commands/GetOrganizationConfigRuleDetailedStatusCommand.ts @@ -23,6 +23,10 @@ import { se_GetOrganizationConfigRuleDetailedStatusCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/GetOrganizationConformancePackDetailedStatusCommand.ts b/clients/client-config-service/src/commands/GetOrganizationConformancePackDetailedStatusCommand.ts index 37d26b9536f57..1c8c05b31761d 100644 --- a/clients/client-config-service/src/commands/GetOrganizationConformancePackDetailedStatusCommand.ts +++ b/clients/client-config-service/src/commands/GetOrganizationConformancePackDetailedStatusCommand.ts @@ -23,6 +23,10 @@ import { se_GetOrganizationConformancePackDetailedStatusCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/GetOrganizationCustomRulePolicyCommand.ts b/clients/client-config-service/src/commands/GetOrganizationCustomRulePolicyCommand.ts index 0d05a3a0a850f..6d6f33bcc9bf5 100644 --- a/clients/client-config-service/src/commands/GetOrganizationCustomRulePolicyCommand.ts +++ b/clients/client-config-service/src/commands/GetOrganizationCustomRulePolicyCommand.ts @@ -20,6 +20,10 @@ import { se_GetOrganizationCustomRulePolicyCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/GetResourceConfigHistoryCommand.ts b/clients/client-config-service/src/commands/GetResourceConfigHistoryCommand.ts index b99d61e2910c4..0dc1301ca4312 100644 --- a/clients/client-config-service/src/commands/GetResourceConfigHistoryCommand.ts +++ b/clients/client-config-service/src/commands/GetResourceConfigHistoryCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetResourceConfigHistoryRequest, GetResourceConfigHistoryResponse } from "../models/models_0"; import { de_GetResourceConfigHistoryCommand, se_GetResourceConfigHistoryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/GetResourceEvaluationSummaryCommand.ts b/clients/client-config-service/src/commands/GetResourceEvaluationSummaryCommand.ts index fb00de25d706e..1d1192d3ffc86 100644 --- a/clients/client-config-service/src/commands/GetResourceEvaluationSummaryCommand.ts +++ b/clients/client-config-service/src/commands/GetResourceEvaluationSummaryCommand.ts @@ -20,6 +20,10 @@ import { se_GetResourceEvaluationSummaryCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/GetStoredQueryCommand.ts b/clients/client-config-service/src/commands/GetStoredQueryCommand.ts index 38198d3bad0c2..472a94728867d 100644 --- a/clients/client-config-service/src/commands/GetStoredQueryCommand.ts +++ b/clients/client-config-service/src/commands/GetStoredQueryCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetStoredQueryRequest, GetStoredQueryResponse } from "../models/models_0"; import { de_GetStoredQueryCommand, se_GetStoredQueryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/ListAggregateDiscoveredResourcesCommand.ts b/clients/client-config-service/src/commands/ListAggregateDiscoveredResourcesCommand.ts index 41a6e8880dcbf..fdd384b89168f 100644 --- a/clients/client-config-service/src/commands/ListAggregateDiscoveredResourcesCommand.ts +++ b/clients/client-config-service/src/commands/ListAggregateDiscoveredResourcesCommand.ts @@ -20,6 +20,10 @@ import { se_ListAggregateDiscoveredResourcesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/ListConformancePackComplianceScoresCommand.ts b/clients/client-config-service/src/commands/ListConformancePackComplianceScoresCommand.ts index 93d28ffaafb09..828b245a662ca 100644 --- a/clients/client-config-service/src/commands/ListConformancePackComplianceScoresCommand.ts +++ b/clients/client-config-service/src/commands/ListConformancePackComplianceScoresCommand.ts @@ -23,6 +23,10 @@ import { se_ListConformancePackComplianceScoresCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/ListDiscoveredResourcesCommand.ts b/clients/client-config-service/src/commands/ListDiscoveredResourcesCommand.ts index a69eb5108e82a..f4d37818d0434 100644 --- a/clients/client-config-service/src/commands/ListDiscoveredResourcesCommand.ts +++ b/clients/client-config-service/src/commands/ListDiscoveredResourcesCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListDiscoveredResourcesRequest, ListDiscoveredResourcesResponse } from "../models/models_0"; import { de_ListDiscoveredResourcesCommand, se_ListDiscoveredResourcesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/ListResourceEvaluationsCommand.ts b/clients/client-config-service/src/commands/ListResourceEvaluationsCommand.ts index 221d19d4f8fcc..75fccad515368 100644 --- a/clients/client-config-service/src/commands/ListResourceEvaluationsCommand.ts +++ b/clients/client-config-service/src/commands/ListResourceEvaluationsCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListResourceEvaluationsRequest, ListResourceEvaluationsResponse } from "../models/models_0"; import { de_ListResourceEvaluationsCommand, se_ListResourceEvaluationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/ListStoredQueriesCommand.ts b/clients/client-config-service/src/commands/ListStoredQueriesCommand.ts index 358e18b6c37c7..744b01a695ae6 100644 --- a/clients/client-config-service/src/commands/ListStoredQueriesCommand.ts +++ b/clients/client-config-service/src/commands/ListStoredQueriesCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListStoredQueriesRequest, ListStoredQueriesResponse } from "../models/models_0"; import { de_ListStoredQueriesCommand, se_ListStoredQueriesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-config-service/src/commands/ListTagsForResourceCommand.ts index 94b15f35c4881..1ea1d6386f394 100644 --- a/clients/client-config-service/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-config-service/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/PutAggregationAuthorizationCommand.ts b/clients/client-config-service/src/commands/PutAggregationAuthorizationCommand.ts index 1ee1995c986f2..b9444e437ef68 100644 --- a/clients/client-config-service/src/commands/PutAggregationAuthorizationCommand.ts +++ b/clients/client-config-service/src/commands/PutAggregationAuthorizationCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutAggregationAuthorizationRequest, PutAggregationAuthorizationResponse } from "../models/models_1"; import { de_PutAggregationAuthorizationCommand, se_PutAggregationAuthorizationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/PutConfigRuleCommand.ts b/clients/client-config-service/src/commands/PutConfigRuleCommand.ts index dd1f0980a7f9f..ec54fdf755aa2 100644 --- a/clients/client-config-service/src/commands/PutConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/PutConfigRuleCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutConfigRuleRequest } from "../models/models_1"; import { de_PutConfigRuleCommand, se_PutConfigRuleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/PutConfigurationAggregatorCommand.ts b/clients/client-config-service/src/commands/PutConfigurationAggregatorCommand.ts index d520372f97404..191879a6e0ac0 100644 --- a/clients/client-config-service/src/commands/PutConfigurationAggregatorCommand.ts +++ b/clients/client-config-service/src/commands/PutConfigurationAggregatorCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutConfigurationAggregatorRequest, PutConfigurationAggregatorResponse } from "../models/models_1"; import { de_PutConfigurationAggregatorCommand, se_PutConfigurationAggregatorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/PutConfigurationRecorderCommand.ts b/clients/client-config-service/src/commands/PutConfigurationRecorderCommand.ts index 4c8b99a94110d..0ed60154ec722 100644 --- a/clients/client-config-service/src/commands/PutConfigurationRecorderCommand.ts +++ b/clients/client-config-service/src/commands/PutConfigurationRecorderCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutConfigurationRecorderRequest } from "../models/models_1"; import { de_PutConfigurationRecorderCommand, se_PutConfigurationRecorderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/PutConformancePackCommand.ts b/clients/client-config-service/src/commands/PutConformancePackCommand.ts index ec28a0d7e4a3c..09223d9d74985 100644 --- a/clients/client-config-service/src/commands/PutConformancePackCommand.ts +++ b/clients/client-config-service/src/commands/PutConformancePackCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutConformancePackRequest, PutConformancePackResponse } from "../models/models_1"; import { de_PutConformancePackCommand, se_PutConformancePackCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/PutDeliveryChannelCommand.ts b/clients/client-config-service/src/commands/PutDeliveryChannelCommand.ts index 833b4258bc4d0..8fb970c9a14bb 100644 --- a/clients/client-config-service/src/commands/PutDeliveryChannelCommand.ts +++ b/clients/client-config-service/src/commands/PutDeliveryChannelCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutDeliveryChannelRequest } from "../models/models_1"; import { de_PutDeliveryChannelCommand, se_PutDeliveryChannelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/PutEvaluationsCommand.ts b/clients/client-config-service/src/commands/PutEvaluationsCommand.ts index e22a184f1e075..4b7dceaba5946 100644 --- a/clients/client-config-service/src/commands/PutEvaluationsCommand.ts +++ b/clients/client-config-service/src/commands/PutEvaluationsCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutEvaluationsRequest, PutEvaluationsResponse } from "../models/models_1"; import { de_PutEvaluationsCommand, se_PutEvaluationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/PutExternalEvaluationCommand.ts b/clients/client-config-service/src/commands/PutExternalEvaluationCommand.ts index a05f9109a9631..6d1e8d2a0dc3e 100644 --- a/clients/client-config-service/src/commands/PutExternalEvaluationCommand.ts +++ b/clients/client-config-service/src/commands/PutExternalEvaluationCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutExternalEvaluationRequest, PutExternalEvaluationResponse } from "../models/models_1"; import { de_PutExternalEvaluationCommand, se_PutExternalEvaluationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/PutOrganizationConfigRuleCommand.ts b/clients/client-config-service/src/commands/PutOrganizationConfigRuleCommand.ts index a7fc05fae01ef..89668faa616d7 100644 --- a/clients/client-config-service/src/commands/PutOrganizationConfigRuleCommand.ts +++ b/clients/client-config-service/src/commands/PutOrganizationConfigRuleCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutOrganizationConfigRuleRequest, PutOrganizationConfigRuleResponse } from "../models/models_1"; import { de_PutOrganizationConfigRuleCommand, se_PutOrganizationConfigRuleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/PutOrganizationConformancePackCommand.ts b/clients/client-config-service/src/commands/PutOrganizationConformancePackCommand.ts index 101d3d24fa192..015bf992e716e 100644 --- a/clients/client-config-service/src/commands/PutOrganizationConformancePackCommand.ts +++ b/clients/client-config-service/src/commands/PutOrganizationConformancePackCommand.ts @@ -20,6 +20,10 @@ import { se_PutOrganizationConformancePackCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/PutRemediationConfigurationsCommand.ts b/clients/client-config-service/src/commands/PutRemediationConfigurationsCommand.ts index 41bc5ad5a7b5e..9a34a381dd27f 100644 --- a/clients/client-config-service/src/commands/PutRemediationConfigurationsCommand.ts +++ b/clients/client-config-service/src/commands/PutRemediationConfigurationsCommand.ts @@ -20,6 +20,10 @@ import { se_PutRemediationConfigurationsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/PutRemediationExceptionsCommand.ts b/clients/client-config-service/src/commands/PutRemediationExceptionsCommand.ts index 41b370d1756c4..ee757bf00ebb4 100644 --- a/clients/client-config-service/src/commands/PutRemediationExceptionsCommand.ts +++ b/clients/client-config-service/src/commands/PutRemediationExceptionsCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutRemediationExceptionsRequest, PutRemediationExceptionsResponse } from "../models/models_1"; import { de_PutRemediationExceptionsCommand, se_PutRemediationExceptionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/PutResourceConfigCommand.ts b/clients/client-config-service/src/commands/PutResourceConfigCommand.ts index 190551f7223bc..faceb07a0316f 100644 --- a/clients/client-config-service/src/commands/PutResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/PutResourceConfigCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutResourceConfigRequest } from "../models/models_1"; import { de_PutResourceConfigCommand, se_PutResourceConfigCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/PutRetentionConfigurationCommand.ts b/clients/client-config-service/src/commands/PutRetentionConfigurationCommand.ts index 8b0c31f9da0af..14637bdbd253f 100644 --- a/clients/client-config-service/src/commands/PutRetentionConfigurationCommand.ts +++ b/clients/client-config-service/src/commands/PutRetentionConfigurationCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutRetentionConfigurationRequest, PutRetentionConfigurationResponse } from "../models/models_1"; import { de_PutRetentionConfigurationCommand, se_PutRetentionConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/PutStoredQueryCommand.ts b/clients/client-config-service/src/commands/PutStoredQueryCommand.ts index b1b365875f287..37eb684912499 100644 --- a/clients/client-config-service/src/commands/PutStoredQueryCommand.ts +++ b/clients/client-config-service/src/commands/PutStoredQueryCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutStoredQueryRequest, PutStoredQueryResponse } from "../models/models_1"; import { de_PutStoredQueryCommand, se_PutStoredQueryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/SelectAggregateResourceConfigCommand.ts b/clients/client-config-service/src/commands/SelectAggregateResourceConfigCommand.ts index 4a54002c2bdf9..964d61c6e7b75 100644 --- a/clients/client-config-service/src/commands/SelectAggregateResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/SelectAggregateResourceConfigCommand.ts @@ -20,6 +20,10 @@ import { se_SelectAggregateResourceConfigCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/SelectResourceConfigCommand.ts b/clients/client-config-service/src/commands/SelectResourceConfigCommand.ts index 50327fa35770f..a5de169463846 100644 --- a/clients/client-config-service/src/commands/SelectResourceConfigCommand.ts +++ b/clients/client-config-service/src/commands/SelectResourceConfigCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { SelectResourceConfigRequest, SelectResourceConfigResponse } from "../models/models_1"; import { de_SelectResourceConfigCommand, se_SelectResourceConfigCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/StartConfigRulesEvaluationCommand.ts b/clients/client-config-service/src/commands/StartConfigRulesEvaluationCommand.ts index 4a9798c721936..7f0360c551b0e 100644 --- a/clients/client-config-service/src/commands/StartConfigRulesEvaluationCommand.ts +++ b/clients/client-config-service/src/commands/StartConfigRulesEvaluationCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { StartConfigRulesEvaluationRequest, StartConfigRulesEvaluationResponse } from "../models/models_1"; import { de_StartConfigRulesEvaluationCommand, se_StartConfigRulesEvaluationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/StartConfigurationRecorderCommand.ts b/clients/client-config-service/src/commands/StartConfigurationRecorderCommand.ts index 424494c4a76c6..21141d128779b 100644 --- a/clients/client-config-service/src/commands/StartConfigurationRecorderCommand.ts +++ b/clients/client-config-service/src/commands/StartConfigurationRecorderCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { StartConfigurationRecorderRequest } from "../models/models_1"; import { de_StartConfigurationRecorderCommand, se_StartConfigurationRecorderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/StartRemediationExecutionCommand.ts b/clients/client-config-service/src/commands/StartRemediationExecutionCommand.ts index 2c1fb5db198fc..f0f644ac6f662 100644 --- a/clients/client-config-service/src/commands/StartRemediationExecutionCommand.ts +++ b/clients/client-config-service/src/commands/StartRemediationExecutionCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { StartRemediationExecutionRequest, StartRemediationExecutionResponse } from "../models/models_1"; import { de_StartRemediationExecutionCommand, se_StartRemediationExecutionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/StartResourceEvaluationCommand.ts b/clients/client-config-service/src/commands/StartResourceEvaluationCommand.ts index dd587762f758c..201439b456fda 100644 --- a/clients/client-config-service/src/commands/StartResourceEvaluationCommand.ts +++ b/clients/client-config-service/src/commands/StartResourceEvaluationCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { StartResourceEvaluationRequest, StartResourceEvaluationResponse } from "../models/models_1"; import { de_StartResourceEvaluationCommand, se_StartResourceEvaluationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/StopConfigurationRecorderCommand.ts b/clients/client-config-service/src/commands/StopConfigurationRecorderCommand.ts index 5629972792fb8..a297d79f33bee 100644 --- a/clients/client-config-service/src/commands/StopConfigurationRecorderCommand.ts +++ b/clients/client-config-service/src/commands/StopConfigurationRecorderCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { StopConfigurationRecorderRequest } from "../models/models_1"; import { de_StopConfigurationRecorderCommand, se_StopConfigurationRecorderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/TagResourceCommand.ts b/clients/client-config-service/src/commands/TagResourceCommand.ts index a6942a853629f..70ef4fdc83321 100644 --- a/clients/client-config-service/src/commands/TagResourceCommand.ts +++ b/clients/client-config-service/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { TagResourceRequest } from "../models/models_1"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/commands/UntagResourceCommand.ts b/clients/client-config-service/src/commands/UntagResourceCommand.ts index 4de62932e0096..d5572cbb92aad 100644 --- a/clients/client-config-service/src/commands/UntagResourceCommand.ts +++ b/clients/client-config-service/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { ConfigServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UntagResourceRequest } from "../models/models_1"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-config-service/src/index.ts b/clients/client-config-service/src/index.ts index 2938e0d78a91c..93dcef457ea26 100644 --- a/clients/client-config-service/src/index.ts +++ b/clients/client-config-service/src/index.ts @@ -1,8 +1,34 @@ -export * from "./ConfigService"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Config + *

Config provides a way to keep track of the configurations + * of all the Amazon Web Services resources associated with your Amazon Web Services account. You can + * use Config to get the current and historical configurations of + * each Amazon Web Services resource and also to get information about the relationship + * between the resources. An Amazon Web Services resource can be an Amazon Compute + * Cloud (Amazon EC2) instance, an Elastic Block Store (EBS) volume, an + * elastic network Interface (ENI), or a security group. For a complete + * list of resources currently supported by Config, see Supported Amazon Web Services resources.

+ *

You can access and manage Config through the Amazon Web Services Management + * Console, the Amazon Web Services Command Line Interface (Amazon Web Services CLI), the Config + * API, or the Amazon Web Services SDKs for Config. This reference guide contains + * documentation for the Config API and the Amazon Web Services CLI commands that + * you can use to manage Config. The Config API uses the + * Signature Version 4 protocol for signing requests. For more + * information about how to sign a request with this protocol, see + * Signature + * Version 4 Signing Process. For detailed information + * about Config features and their associated actions or commands, + * as well as how to work with Amazon Web Services Management Console, see What Is Config in the Config Developer + * Guide.

+ * + * @packageDocumentation + */ export * from "./ConfigServiceClient"; +export * from "./ConfigService"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ConfigServiceServiceException } from "./models/ConfigServiceServiceException"; diff --git a/clients/client-config-service/src/models/ConfigServiceServiceException.ts b/clients/client-config-service/src/models/ConfigServiceServiceException.ts index a347ad0224cb7..2715ebc545da7 100644 --- a/clients/client-config-service/src/models/ConfigServiceServiceException.ts +++ b/clients/client-config-service/src/models/ConfigServiceServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-connect-contact-lens/src/ConnectContactLensClient.ts b/clients/client-connect-contact-lens/src/ConnectContactLensClient.ts index c9310c3a07249..839d05fb4e680 100644 --- a/clients/client-connect-contact-lens/src/ConnectContactLensClient.ts +++ b/clients/client-connect-contact-lens/src/ConnectContactLensClient.ts @@ -63,6 +63,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -200,7 +202,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ConnectContactLensClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ConnectContactLensClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -219,7 +221,7 @@ export interface ConnectContactLensClientConfig extends ConnectContactLensClient /** * @public */ -type ConnectContactLensClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ConnectContactLensClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-connect-contact-lens/src/commands/ListRealtimeContactAnalysisSegmentsCommand.ts b/clients/client-connect-contact-lens/src/commands/ListRealtimeContactAnalysisSegmentsCommand.ts index 707351c8c4504..982a9de1489e4 100644 --- a/clients/client-connect-contact-lens/src/commands/ListRealtimeContactAnalysisSegmentsCommand.ts +++ b/clients/client-connect-contact-lens/src/commands/ListRealtimeContactAnalysisSegmentsCommand.ts @@ -27,6 +27,10 @@ import { se_ListRealtimeContactAnalysisSegmentsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect-contact-lens/src/index.ts b/clients/client-connect-contact-lens/src/index.ts index 70a230f27444f..2b4364eef24c8 100644 --- a/clients/client-connect-contact-lens/src/index.ts +++ b/clients/client-connect-contact-lens/src/index.ts @@ -1,8 +1,20 @@ -export * from "./ConnectContactLens"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Contact Lens for Amazon Connect enables you to analyze conversations between customer and agents, + * by using speech transcription, natural language processing, and intelligent search + * capabilities. It performs sentiment analysis, detects issues, and enables you to automatically + * categorize contacts.

+ *

Contact Lens for Amazon Connect provides both real-time and post-call analytics of customer-agent + * conversations. For more information, see Analyze conversations using + * Contact Lens in the Amazon Connect Administrator Guide.

+ * + * @packageDocumentation + */ export * from "./ConnectContactLensClient"; +export * from "./ConnectContactLens"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ConnectContactLensServiceException } from "./models/ConnectContactLensServiceException"; diff --git a/clients/client-connect-contact-lens/src/models/ConnectContactLensServiceException.ts b/clients/client-connect-contact-lens/src/models/ConnectContactLensServiceException.ts index 1c79934b8e810..bbe3370206a8b 100644 --- a/clients/client-connect-contact-lens/src/models/ConnectContactLensServiceException.ts +++ b/clients/client-connect-contact-lens/src/models/ConnectContactLensServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-connect/src/ConnectClient.ts b/clients/client-connect/src/ConnectClient.ts index 822fb1ff26673..292670efa5ce5 100644 --- a/clients/client-connect/src/ConnectClient.ts +++ b/clients/client-connect/src/ConnectClient.ts @@ -586,6 +586,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -1093,7 +1095,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ConnectClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ConnectClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -1112,7 +1114,7 @@ export interface ConnectClientConfig extends ConnectClientConfigType {} /** * @public */ -type ConnectClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ConnectClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-connect/src/commands/ActivateEvaluationFormCommand.ts b/clients/client-connect/src/commands/ActivateEvaluationFormCommand.ts index 86ae4081694d0..d7c7ac083b58a 100644 --- a/clients/client-connect/src/commands/ActivateEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/ActivateEvaluationFormCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ActivateEvaluationFormRequest, ActivateEvaluationFormResponse } from "../models/models_0"; import { de_ActivateEvaluationFormCommand, se_ActivateEvaluationFormCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/AssociateApprovedOriginCommand.ts b/clients/client-connect/src/commands/AssociateApprovedOriginCommand.ts index e37b033ba2a1b..4c4aa63a3a211 100644 --- a/clients/client-connect/src/commands/AssociateApprovedOriginCommand.ts +++ b/clients/client-connect/src/commands/AssociateApprovedOriginCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { AssociateApprovedOriginRequest } from "../models/models_0"; import { de_AssociateApprovedOriginCommand, se_AssociateApprovedOriginCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/AssociateBotCommand.ts b/clients/client-connect/src/commands/AssociateBotCommand.ts index eb76035a3c114..5b54c415c72ba 100644 --- a/clients/client-connect/src/commands/AssociateBotCommand.ts +++ b/clients/client-connect/src/commands/AssociateBotCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { AssociateBotRequest } from "../models/models_0"; import { de_AssociateBotCommand, se_AssociateBotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/AssociateDefaultVocabularyCommand.ts b/clients/client-connect/src/commands/AssociateDefaultVocabularyCommand.ts index 37c60b233a719..678b3ab4ca667 100644 --- a/clients/client-connect/src/commands/AssociateDefaultVocabularyCommand.ts +++ b/clients/client-connect/src/commands/AssociateDefaultVocabularyCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { AssociateDefaultVocabularyRequest, AssociateDefaultVocabularyResponse } from "../models/models_0"; import { de_AssociateDefaultVocabularyCommand, se_AssociateDefaultVocabularyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/AssociateInstanceStorageConfigCommand.ts b/clients/client-connect/src/commands/AssociateInstanceStorageConfigCommand.ts index fabb70822c1f6..4a551d560702d 100644 --- a/clients/client-connect/src/commands/AssociateInstanceStorageConfigCommand.ts +++ b/clients/client-connect/src/commands/AssociateInstanceStorageConfigCommand.ts @@ -20,6 +20,10 @@ import { se_AssociateInstanceStorageConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/AssociateLambdaFunctionCommand.ts b/clients/client-connect/src/commands/AssociateLambdaFunctionCommand.ts index d0ba57f65ffff..65809e161ff5f 100644 --- a/clients/client-connect/src/commands/AssociateLambdaFunctionCommand.ts +++ b/clients/client-connect/src/commands/AssociateLambdaFunctionCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { AssociateLambdaFunctionRequest } from "../models/models_0"; import { de_AssociateLambdaFunctionCommand, se_AssociateLambdaFunctionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/AssociateLexBotCommand.ts b/clients/client-connect/src/commands/AssociateLexBotCommand.ts index 9d4cf9e0a4306..17b752eff8c2f 100644 --- a/clients/client-connect/src/commands/AssociateLexBotCommand.ts +++ b/clients/client-connect/src/commands/AssociateLexBotCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { AssociateLexBotRequest } from "../models/models_0"; import { de_AssociateLexBotCommand, se_AssociateLexBotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/AssociatePhoneNumberContactFlowCommand.ts b/clients/client-connect/src/commands/AssociatePhoneNumberContactFlowCommand.ts index 8bf3589028199..77e7349bc497e 100644 --- a/clients/client-connect/src/commands/AssociatePhoneNumberContactFlowCommand.ts +++ b/clients/client-connect/src/commands/AssociatePhoneNumberContactFlowCommand.ts @@ -20,6 +20,10 @@ import { se_AssociatePhoneNumberContactFlowCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/AssociateQueueQuickConnectsCommand.ts b/clients/client-connect/src/commands/AssociateQueueQuickConnectsCommand.ts index cb7ec40ad52ae..6cf921d5a93b0 100644 --- a/clients/client-connect/src/commands/AssociateQueueQuickConnectsCommand.ts +++ b/clients/client-connect/src/commands/AssociateQueueQuickConnectsCommand.ts @@ -20,6 +20,10 @@ import { se_AssociateQueueQuickConnectsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/AssociateRoutingProfileQueuesCommand.ts b/clients/client-connect/src/commands/AssociateRoutingProfileQueuesCommand.ts index 34399cdbaf2b7..e9294662cc26e 100644 --- a/clients/client-connect/src/commands/AssociateRoutingProfileQueuesCommand.ts +++ b/clients/client-connect/src/commands/AssociateRoutingProfileQueuesCommand.ts @@ -20,6 +20,10 @@ import { se_AssociateRoutingProfileQueuesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/AssociateSecurityKeyCommand.ts b/clients/client-connect/src/commands/AssociateSecurityKeyCommand.ts index 3af98bec5da0e..2d8c33ec8e11d 100644 --- a/clients/client-connect/src/commands/AssociateSecurityKeyCommand.ts +++ b/clients/client-connect/src/commands/AssociateSecurityKeyCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { AssociateSecurityKeyRequest, AssociateSecurityKeyResponse } from "../models/models_0"; import { de_AssociateSecurityKeyCommand, se_AssociateSecurityKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ClaimPhoneNumberCommand.ts b/clients/client-connect/src/commands/ClaimPhoneNumberCommand.ts index 8faff6f22c571..1618b7cb119c8 100644 --- a/clients/client-connect/src/commands/ClaimPhoneNumberCommand.ts +++ b/clients/client-connect/src/commands/ClaimPhoneNumberCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ClaimPhoneNumberRequest, ClaimPhoneNumberResponse } from "../models/models_0"; import { de_ClaimPhoneNumberCommand, se_ClaimPhoneNumberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/CreateAgentStatusCommand.ts b/clients/client-connect/src/commands/CreateAgentStatusCommand.ts index 05803eaf7b7d9..bafe7bdb7e0d2 100644 --- a/clients/client-connect/src/commands/CreateAgentStatusCommand.ts +++ b/clients/client-connect/src/commands/CreateAgentStatusCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateAgentStatusRequest, CreateAgentStatusResponse } from "../models/models_0"; import { de_CreateAgentStatusCommand, se_CreateAgentStatusCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/CreateContactFlowCommand.ts b/clients/client-connect/src/commands/CreateContactFlowCommand.ts index 2446708df0c0c..9887bfadb0301 100644 --- a/clients/client-connect/src/commands/CreateContactFlowCommand.ts +++ b/clients/client-connect/src/commands/CreateContactFlowCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateContactFlowRequest, CreateContactFlowResponse } from "../models/models_0"; import { de_CreateContactFlowCommand, se_CreateContactFlowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/CreateContactFlowModuleCommand.ts b/clients/client-connect/src/commands/CreateContactFlowModuleCommand.ts index 2e8eefa3dbb9b..955718ebeb16d 100644 --- a/clients/client-connect/src/commands/CreateContactFlowModuleCommand.ts +++ b/clients/client-connect/src/commands/CreateContactFlowModuleCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateContactFlowModuleRequest, CreateContactFlowModuleResponse } from "../models/models_0"; import { de_CreateContactFlowModuleCommand, se_CreateContactFlowModuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/CreateEvaluationFormCommand.ts b/clients/client-connect/src/commands/CreateEvaluationFormCommand.ts index 993aa714aebf7..43fc4d771a63c 100644 --- a/clients/client-connect/src/commands/CreateEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/CreateEvaluationFormCommand.ts @@ -18,6 +18,10 @@ import { CreateEvaluationFormResponse } from "../models/models_0"; import { CreateEvaluationFormRequest } from "../models/models_1"; import { de_CreateEvaluationFormCommand, se_CreateEvaluationFormCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/CreateHoursOfOperationCommand.ts b/clients/client-connect/src/commands/CreateHoursOfOperationCommand.ts index eb14101fd9c41..755dfa8aaf1a0 100644 --- a/clients/client-connect/src/commands/CreateHoursOfOperationCommand.ts +++ b/clients/client-connect/src/commands/CreateHoursOfOperationCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateHoursOfOperationRequest, CreateHoursOfOperationResponse } from "../models/models_0"; import { de_CreateHoursOfOperationCommand, se_CreateHoursOfOperationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/CreateInstanceCommand.ts b/clients/client-connect/src/commands/CreateInstanceCommand.ts index db8809203ce58..3eccaa6060caf 100644 --- a/clients/client-connect/src/commands/CreateInstanceCommand.ts +++ b/clients/client-connect/src/commands/CreateInstanceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateInstanceCommand, se_CreateInstanceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/CreateIntegrationAssociationCommand.ts b/clients/client-connect/src/commands/CreateIntegrationAssociationCommand.ts index 47265c1219b08..76aa9b3db49fd 100644 --- a/clients/client-connect/src/commands/CreateIntegrationAssociationCommand.ts +++ b/clients/client-connect/src/commands/CreateIntegrationAssociationCommand.ts @@ -20,6 +20,10 @@ import { se_CreateIntegrationAssociationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/CreateParticipantCommand.ts b/clients/client-connect/src/commands/CreateParticipantCommand.ts index e7255b9196347..0ae42eeb284d7 100644 --- a/clients/client-connect/src/commands/CreateParticipantCommand.ts +++ b/clients/client-connect/src/commands/CreateParticipantCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateParticipantRequest, CreateParticipantResponse } from "../models/models_0"; import { de_CreateParticipantCommand, se_CreateParticipantCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/CreateQueueCommand.ts b/clients/client-connect/src/commands/CreateQueueCommand.ts index 19a863918be6d..fc928655dafff 100644 --- a/clients/client-connect/src/commands/CreateQueueCommand.ts +++ b/clients/client-connect/src/commands/CreateQueueCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateQueueRequest, CreateQueueResponse } from "../models/models_0"; import { de_CreateQueueCommand, se_CreateQueueCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/CreateQuickConnectCommand.ts b/clients/client-connect/src/commands/CreateQuickConnectCommand.ts index 12cb37133eaab..3e61f15ea8725 100644 --- a/clients/client-connect/src/commands/CreateQuickConnectCommand.ts +++ b/clients/client-connect/src/commands/CreateQuickConnectCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateQuickConnectRequest, CreateQuickConnectResponse } from "../models/models_0"; import { de_CreateQuickConnectCommand, se_CreateQuickConnectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/CreateRoutingProfileCommand.ts b/clients/client-connect/src/commands/CreateRoutingProfileCommand.ts index 4dedcd50403ef..0532ae00794aa 100644 --- a/clients/client-connect/src/commands/CreateRoutingProfileCommand.ts +++ b/clients/client-connect/src/commands/CreateRoutingProfileCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateRoutingProfileRequest, CreateRoutingProfileResponse } from "../models/models_0"; import { de_CreateRoutingProfileCommand, se_CreateRoutingProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/CreateRuleCommand.ts b/clients/client-connect/src/commands/CreateRuleCommand.ts index f2a8aea99bfe9..3a47e9b7f6c97 100644 --- a/clients/client-connect/src/commands/CreateRuleCommand.ts +++ b/clients/client-connect/src/commands/CreateRuleCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateRuleRequest, CreateRuleResponse } from "../models/models_0"; import { de_CreateRuleCommand, se_CreateRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/CreateSecurityProfileCommand.ts b/clients/client-connect/src/commands/CreateSecurityProfileCommand.ts index f1356aa6a9451..b3ab837e32721 100644 --- a/clients/client-connect/src/commands/CreateSecurityProfileCommand.ts +++ b/clients/client-connect/src/commands/CreateSecurityProfileCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateSecurityProfileRequest, CreateSecurityProfileResponse } from "../models/models_0"; import { de_CreateSecurityProfileCommand, se_CreateSecurityProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/CreateTaskTemplateCommand.ts b/clients/client-connect/src/commands/CreateTaskTemplateCommand.ts index 8344cfcfa99c7..f62fa8e23074f 100644 --- a/clients/client-connect/src/commands/CreateTaskTemplateCommand.ts +++ b/clients/client-connect/src/commands/CreateTaskTemplateCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateTaskTemplateRequest, CreateTaskTemplateResponse } from "../models/models_0"; import { de_CreateTaskTemplateCommand, se_CreateTaskTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/CreateTrafficDistributionGroupCommand.ts b/clients/client-connect/src/commands/CreateTrafficDistributionGroupCommand.ts index 06526496eba9d..0e693eba10864 100644 --- a/clients/client-connect/src/commands/CreateTrafficDistributionGroupCommand.ts +++ b/clients/client-connect/src/commands/CreateTrafficDistributionGroupCommand.ts @@ -20,6 +20,10 @@ import { se_CreateTrafficDistributionGroupCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/CreateUseCaseCommand.ts b/clients/client-connect/src/commands/CreateUseCaseCommand.ts index fe81e12beba1a..650461120f4ed 100644 --- a/clients/client-connect/src/commands/CreateUseCaseCommand.ts +++ b/clients/client-connect/src/commands/CreateUseCaseCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateUseCaseRequest, CreateUseCaseResponse } from "../models/models_0"; import { de_CreateUseCaseCommand, se_CreateUseCaseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/CreateUserCommand.ts b/clients/client-connect/src/commands/CreateUserCommand.ts index 2d19e6c16ae46..7a3a47adb9eb9 100644 --- a/clients/client-connect/src/commands/CreateUserCommand.ts +++ b/clients/client-connect/src/commands/CreateUserCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateUserRequest, CreateUserResponse } from "../models/models_0"; import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/CreateUserHierarchyGroupCommand.ts b/clients/client-connect/src/commands/CreateUserHierarchyGroupCommand.ts index 2bca231731fa5..9a11227119d71 100644 --- a/clients/client-connect/src/commands/CreateUserHierarchyGroupCommand.ts +++ b/clients/client-connect/src/commands/CreateUserHierarchyGroupCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateUserHierarchyGroupRequest, CreateUserHierarchyGroupResponse } from "../models/models_0"; import { de_CreateUserHierarchyGroupCommand, se_CreateUserHierarchyGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/CreateVocabularyCommand.ts b/clients/client-connect/src/commands/CreateVocabularyCommand.ts index c4e27c9cf224d..2e4d67b10cc8f 100644 --- a/clients/client-connect/src/commands/CreateVocabularyCommand.ts +++ b/clients/client-connect/src/commands/CreateVocabularyCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateVocabularyRequest, CreateVocabularyResponse } from "../models/models_0"; import { de_CreateVocabularyCommand, se_CreateVocabularyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DeactivateEvaluationFormCommand.ts b/clients/client-connect/src/commands/DeactivateEvaluationFormCommand.ts index e5ae768df44f4..496fbff105535 100644 --- a/clients/client-connect/src/commands/DeactivateEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/DeactivateEvaluationFormCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeactivateEvaluationFormRequest, DeactivateEvaluationFormResponse } from "../models/models_0"; import { de_DeactivateEvaluationFormCommand, se_DeactivateEvaluationFormCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DeleteContactEvaluationCommand.ts b/clients/client-connect/src/commands/DeleteContactEvaluationCommand.ts index 4cefc2b2bd0f9..c6ba0a2fe35a8 100644 --- a/clients/client-connect/src/commands/DeleteContactEvaluationCommand.ts +++ b/clients/client-connect/src/commands/DeleteContactEvaluationCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteContactEvaluationRequest } from "../models/models_0"; import { de_DeleteContactEvaluationCommand, se_DeleteContactEvaluationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DeleteContactFlowCommand.ts b/clients/client-connect/src/commands/DeleteContactFlowCommand.ts index 92936342ef6c2..a1af467f3b0e7 100644 --- a/clients/client-connect/src/commands/DeleteContactFlowCommand.ts +++ b/clients/client-connect/src/commands/DeleteContactFlowCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteContactFlowRequest, DeleteContactFlowResponse } from "../models/models_0"; import { de_DeleteContactFlowCommand, se_DeleteContactFlowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DeleteContactFlowModuleCommand.ts b/clients/client-connect/src/commands/DeleteContactFlowModuleCommand.ts index abad3786280e0..3ea7b2eccdca5 100644 --- a/clients/client-connect/src/commands/DeleteContactFlowModuleCommand.ts +++ b/clients/client-connect/src/commands/DeleteContactFlowModuleCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteContactFlowModuleRequest, DeleteContactFlowModuleResponse } from "../models/models_0"; import { de_DeleteContactFlowModuleCommand, se_DeleteContactFlowModuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DeleteEvaluationFormCommand.ts b/clients/client-connect/src/commands/DeleteEvaluationFormCommand.ts index 4a34603edf01a..83843125b1022 100644 --- a/clients/client-connect/src/commands/DeleteEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/DeleteEvaluationFormCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteEvaluationFormRequest } from "../models/models_0"; import { de_DeleteEvaluationFormCommand, se_DeleteEvaluationFormCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DeleteHoursOfOperationCommand.ts b/clients/client-connect/src/commands/DeleteHoursOfOperationCommand.ts index 70de85137cf6b..8bc5ca44dab3f 100644 --- a/clients/client-connect/src/commands/DeleteHoursOfOperationCommand.ts +++ b/clients/client-connect/src/commands/DeleteHoursOfOperationCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteHoursOfOperationRequest } from "../models/models_0"; import { de_DeleteHoursOfOperationCommand, se_DeleteHoursOfOperationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DeleteInstanceCommand.ts b/clients/client-connect/src/commands/DeleteInstanceCommand.ts index aad0cc84330ea..89fa150c781a3 100644 --- a/clients/client-connect/src/commands/DeleteInstanceCommand.ts +++ b/clients/client-connect/src/commands/DeleteInstanceCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteInstanceRequest } from "../models/models_0"; import { de_DeleteInstanceCommand, se_DeleteInstanceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DeleteIntegrationAssociationCommand.ts b/clients/client-connect/src/commands/DeleteIntegrationAssociationCommand.ts index 364cea157e432..aada938d3df47 100644 --- a/clients/client-connect/src/commands/DeleteIntegrationAssociationCommand.ts +++ b/clients/client-connect/src/commands/DeleteIntegrationAssociationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteIntegrationAssociationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DeleteQuickConnectCommand.ts b/clients/client-connect/src/commands/DeleteQuickConnectCommand.ts index 03470239a187c..f0d69dd9e27de 100644 --- a/clients/client-connect/src/commands/DeleteQuickConnectCommand.ts +++ b/clients/client-connect/src/commands/DeleteQuickConnectCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteQuickConnectRequest } from "../models/models_0"; import { de_DeleteQuickConnectCommand, se_DeleteQuickConnectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DeleteRuleCommand.ts b/clients/client-connect/src/commands/DeleteRuleCommand.ts index b542a65c1acdd..1ce893201dd87 100644 --- a/clients/client-connect/src/commands/DeleteRuleCommand.ts +++ b/clients/client-connect/src/commands/DeleteRuleCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteRuleRequest } from "../models/models_0"; import { de_DeleteRuleCommand, se_DeleteRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DeleteSecurityProfileCommand.ts b/clients/client-connect/src/commands/DeleteSecurityProfileCommand.ts index 3ef019f8d28bc..1af465b928e2f 100644 --- a/clients/client-connect/src/commands/DeleteSecurityProfileCommand.ts +++ b/clients/client-connect/src/commands/DeleteSecurityProfileCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteSecurityProfileRequest } from "../models/models_0"; import { de_DeleteSecurityProfileCommand, se_DeleteSecurityProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DeleteTaskTemplateCommand.ts b/clients/client-connect/src/commands/DeleteTaskTemplateCommand.ts index f7cee962b20f1..ebc60fc9dc1fd 100644 --- a/clients/client-connect/src/commands/DeleteTaskTemplateCommand.ts +++ b/clients/client-connect/src/commands/DeleteTaskTemplateCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteTaskTemplateRequest, DeleteTaskTemplateResponse } from "../models/models_0"; import { de_DeleteTaskTemplateCommand, se_DeleteTaskTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DeleteTrafficDistributionGroupCommand.ts b/clients/client-connect/src/commands/DeleteTrafficDistributionGroupCommand.ts index 05b08d484ce57..39efa738d3122 100644 --- a/clients/client-connect/src/commands/DeleteTrafficDistributionGroupCommand.ts +++ b/clients/client-connect/src/commands/DeleteTrafficDistributionGroupCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteTrafficDistributionGroupCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DeleteUseCaseCommand.ts b/clients/client-connect/src/commands/DeleteUseCaseCommand.ts index 7ac3db145ca34..15b96f8b9831a 100644 --- a/clients/client-connect/src/commands/DeleteUseCaseCommand.ts +++ b/clients/client-connect/src/commands/DeleteUseCaseCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteUseCaseRequest } from "../models/models_0"; import { de_DeleteUseCaseCommand, se_DeleteUseCaseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DeleteUserCommand.ts b/clients/client-connect/src/commands/DeleteUserCommand.ts index 3597b2da61a95..7cbc20f810b8e 100644 --- a/clients/client-connect/src/commands/DeleteUserCommand.ts +++ b/clients/client-connect/src/commands/DeleteUserCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteUserRequest } from "../models/models_0"; import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DeleteUserHierarchyGroupCommand.ts b/clients/client-connect/src/commands/DeleteUserHierarchyGroupCommand.ts index 4a9b0e00cf043..2b8eb1a58491c 100644 --- a/clients/client-connect/src/commands/DeleteUserHierarchyGroupCommand.ts +++ b/clients/client-connect/src/commands/DeleteUserHierarchyGroupCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteUserHierarchyGroupRequest } from "../models/models_0"; import { de_DeleteUserHierarchyGroupCommand, se_DeleteUserHierarchyGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DeleteVocabularyCommand.ts b/clients/client-connect/src/commands/DeleteVocabularyCommand.ts index a64d345bd331e..770c4f9eb9b03 100644 --- a/clients/client-connect/src/commands/DeleteVocabularyCommand.ts +++ b/clients/client-connect/src/commands/DeleteVocabularyCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteVocabularyRequest, DeleteVocabularyResponse } from "../models/models_0"; import { de_DeleteVocabularyCommand, se_DeleteVocabularyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DescribeAgentStatusCommand.ts b/clients/client-connect/src/commands/DescribeAgentStatusCommand.ts index 7f9d87cb1cbe4..1a16669720118 100644 --- a/clients/client-connect/src/commands/DescribeAgentStatusCommand.ts +++ b/clients/client-connect/src/commands/DescribeAgentStatusCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeAgentStatusRequest, DescribeAgentStatusResponse } from "../models/models_0"; import { de_DescribeAgentStatusCommand, se_DescribeAgentStatusCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DescribeContactCommand.ts b/clients/client-connect/src/commands/DescribeContactCommand.ts index 3948998e2a705..6c3705daa39ce 100644 --- a/clients/client-connect/src/commands/DescribeContactCommand.ts +++ b/clients/client-connect/src/commands/DescribeContactCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeContactRequest, DescribeContactResponse } from "../models/models_0"; import { de_DescribeContactCommand, se_DescribeContactCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DescribeContactEvaluationCommand.ts b/clients/client-connect/src/commands/DescribeContactEvaluationCommand.ts index f903748258a2f..4bb039a35da3e 100644 --- a/clients/client-connect/src/commands/DescribeContactEvaluationCommand.ts +++ b/clients/client-connect/src/commands/DescribeContactEvaluationCommand.ts @@ -18,6 +18,10 @@ import { DescribeContactEvaluationRequest } from "../models/models_0"; import { DescribeContactEvaluationResponse } from "../models/models_1"; import { de_DescribeContactEvaluationCommand, se_DescribeContactEvaluationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DescribeContactFlowCommand.ts b/clients/client-connect/src/commands/DescribeContactFlowCommand.ts index 6e16968c4f74c..d97cbc4215f9c 100644 --- a/clients/client-connect/src/commands/DescribeContactFlowCommand.ts +++ b/clients/client-connect/src/commands/DescribeContactFlowCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeContactFlowRequest, DescribeContactFlowResponse } from "../models/models_0"; import { de_DescribeContactFlowCommand, se_DescribeContactFlowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DescribeContactFlowModuleCommand.ts b/clients/client-connect/src/commands/DescribeContactFlowModuleCommand.ts index bf6bc32b5de61..5bc1851b66f62 100644 --- a/clients/client-connect/src/commands/DescribeContactFlowModuleCommand.ts +++ b/clients/client-connect/src/commands/DescribeContactFlowModuleCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeContactFlowModuleRequest, DescribeContactFlowModuleResponse } from "../models/models_0"; import { de_DescribeContactFlowModuleCommand, se_DescribeContactFlowModuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DescribeEvaluationFormCommand.ts b/clients/client-connect/src/commands/DescribeEvaluationFormCommand.ts index cff2a334242d1..f374dbfc01f55 100644 --- a/clients/client-connect/src/commands/DescribeEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/DescribeEvaluationFormCommand.ts @@ -18,6 +18,10 @@ import { DescribeEvaluationFormRequest } from "../models/models_0"; import { DescribeEvaluationFormResponse } from "../models/models_1"; import { de_DescribeEvaluationFormCommand, se_DescribeEvaluationFormCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DescribeHoursOfOperationCommand.ts b/clients/client-connect/src/commands/DescribeHoursOfOperationCommand.ts index 96d1b6787221e..cb7d68902e36b 100644 --- a/clients/client-connect/src/commands/DescribeHoursOfOperationCommand.ts +++ b/clients/client-connect/src/commands/DescribeHoursOfOperationCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeHoursOfOperationRequest, DescribeHoursOfOperationResponse } from "../models/models_0"; import { de_DescribeHoursOfOperationCommand, se_DescribeHoursOfOperationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DescribeInstanceAttributeCommand.ts b/clients/client-connect/src/commands/DescribeInstanceAttributeCommand.ts index 96a964caef7fb..fb1b337e2ab61 100644 --- a/clients/client-connect/src/commands/DescribeInstanceAttributeCommand.ts +++ b/clients/client-connect/src/commands/DescribeInstanceAttributeCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeInstanceAttributeRequest, DescribeInstanceAttributeResponse } from "../models/models_0"; import { de_DescribeInstanceAttributeCommand, se_DescribeInstanceAttributeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DescribeInstanceCommand.ts b/clients/client-connect/src/commands/DescribeInstanceCommand.ts index d58ff5b0450a7..9e5ac9095af17 100644 --- a/clients/client-connect/src/commands/DescribeInstanceCommand.ts +++ b/clients/client-connect/src/commands/DescribeInstanceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeInstanceCommand, se_DescribeInstanceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DescribeInstanceStorageConfigCommand.ts b/clients/client-connect/src/commands/DescribeInstanceStorageConfigCommand.ts index 40e555237ce40..e4e21448a5274 100644 --- a/clients/client-connect/src/commands/DescribeInstanceStorageConfigCommand.ts +++ b/clients/client-connect/src/commands/DescribeInstanceStorageConfigCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeInstanceStorageConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DescribePhoneNumberCommand.ts b/clients/client-connect/src/commands/DescribePhoneNumberCommand.ts index 24290c42d03d4..c0402e86f0522 100644 --- a/clients/client-connect/src/commands/DescribePhoneNumberCommand.ts +++ b/clients/client-connect/src/commands/DescribePhoneNumberCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribePhoneNumberRequest, DescribePhoneNumberResponse } from "../models/models_0"; import { de_DescribePhoneNumberCommand, se_DescribePhoneNumberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DescribeQueueCommand.ts b/clients/client-connect/src/commands/DescribeQueueCommand.ts index 419feaa778c6b..7e789b86d52b1 100644 --- a/clients/client-connect/src/commands/DescribeQueueCommand.ts +++ b/clients/client-connect/src/commands/DescribeQueueCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeQueueRequest, DescribeQueueResponse } from "../models/models_0"; import { de_DescribeQueueCommand, se_DescribeQueueCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DescribeQuickConnectCommand.ts b/clients/client-connect/src/commands/DescribeQuickConnectCommand.ts index 3dc32eb1bfb6a..ea485d9fea98a 100644 --- a/clients/client-connect/src/commands/DescribeQuickConnectCommand.ts +++ b/clients/client-connect/src/commands/DescribeQuickConnectCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeQuickConnectRequest, DescribeQuickConnectResponse } from "../models/models_0"; import { de_DescribeQuickConnectCommand, se_DescribeQuickConnectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DescribeRoutingProfileCommand.ts b/clients/client-connect/src/commands/DescribeRoutingProfileCommand.ts index 1a402cefdb728..198f5176aba5b 100644 --- a/clients/client-connect/src/commands/DescribeRoutingProfileCommand.ts +++ b/clients/client-connect/src/commands/DescribeRoutingProfileCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeRoutingProfileRequest, DescribeRoutingProfileResponse } from "../models/models_0"; import { de_DescribeRoutingProfileCommand, se_DescribeRoutingProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DescribeRuleCommand.ts b/clients/client-connect/src/commands/DescribeRuleCommand.ts index 8745ab15e01c3..b0a09b33ca788 100644 --- a/clients/client-connect/src/commands/DescribeRuleCommand.ts +++ b/clients/client-connect/src/commands/DescribeRuleCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeRuleRequest, DescribeRuleResponse } from "../models/models_0"; import { de_DescribeRuleCommand, se_DescribeRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DescribeSecurityProfileCommand.ts b/clients/client-connect/src/commands/DescribeSecurityProfileCommand.ts index 1dfa6696210ac..d5be7c39219bc 100644 --- a/clients/client-connect/src/commands/DescribeSecurityProfileCommand.ts +++ b/clients/client-connect/src/commands/DescribeSecurityProfileCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeSecurityProfileRequest, DescribeSecurityProfileResponse } from "../models/models_0"; import { de_DescribeSecurityProfileCommand, se_DescribeSecurityProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DescribeTrafficDistributionGroupCommand.ts b/clients/client-connect/src/commands/DescribeTrafficDistributionGroupCommand.ts index 3dfba53a2155b..6c880a7196953 100644 --- a/clients/client-connect/src/commands/DescribeTrafficDistributionGroupCommand.ts +++ b/clients/client-connect/src/commands/DescribeTrafficDistributionGroupCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeTrafficDistributionGroupCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DescribeUserCommand.ts b/clients/client-connect/src/commands/DescribeUserCommand.ts index 397e162646ae3..c4f6a355a9477 100644 --- a/clients/client-connect/src/commands/DescribeUserCommand.ts +++ b/clients/client-connect/src/commands/DescribeUserCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeUserRequest, DescribeUserResponse } from "../models/models_0"; import { de_DescribeUserCommand, se_DescribeUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DescribeUserHierarchyGroupCommand.ts b/clients/client-connect/src/commands/DescribeUserHierarchyGroupCommand.ts index dd6bad781d202..4e00f54983538 100644 --- a/clients/client-connect/src/commands/DescribeUserHierarchyGroupCommand.ts +++ b/clients/client-connect/src/commands/DescribeUserHierarchyGroupCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeUserHierarchyGroupRequest, DescribeUserHierarchyGroupResponse } from "../models/models_0"; import { de_DescribeUserHierarchyGroupCommand, se_DescribeUserHierarchyGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DescribeUserHierarchyStructureCommand.ts b/clients/client-connect/src/commands/DescribeUserHierarchyStructureCommand.ts index 14487218d74e2..d9284d35ace95 100644 --- a/clients/client-connect/src/commands/DescribeUserHierarchyStructureCommand.ts +++ b/clients/client-connect/src/commands/DescribeUserHierarchyStructureCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeUserHierarchyStructureCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DescribeVocabularyCommand.ts b/clients/client-connect/src/commands/DescribeVocabularyCommand.ts index 034c2feb24120..8d65a0a792c6d 100644 --- a/clients/client-connect/src/commands/DescribeVocabularyCommand.ts +++ b/clients/client-connect/src/commands/DescribeVocabularyCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeVocabularyRequest, DescribeVocabularyResponse } from "../models/models_0"; import { de_DescribeVocabularyCommand, se_DescribeVocabularyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DisassociateApprovedOriginCommand.ts b/clients/client-connect/src/commands/DisassociateApprovedOriginCommand.ts index 9b60b11fe2ae7..c373c1190dbc1 100644 --- a/clients/client-connect/src/commands/DisassociateApprovedOriginCommand.ts +++ b/clients/client-connect/src/commands/DisassociateApprovedOriginCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DisassociateApprovedOriginRequest } from "../models/models_0"; import { de_DisassociateApprovedOriginCommand, se_DisassociateApprovedOriginCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DisassociateBotCommand.ts b/clients/client-connect/src/commands/DisassociateBotCommand.ts index 5a8900e2cb61d..a0137a07abd3c 100644 --- a/clients/client-connect/src/commands/DisassociateBotCommand.ts +++ b/clients/client-connect/src/commands/DisassociateBotCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DisassociateBotRequest } from "../models/models_0"; import { de_DisassociateBotCommand, se_DisassociateBotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DisassociateInstanceStorageConfigCommand.ts b/clients/client-connect/src/commands/DisassociateInstanceStorageConfigCommand.ts index a70a39d460bbe..0be9920f0caa6 100644 --- a/clients/client-connect/src/commands/DisassociateInstanceStorageConfigCommand.ts +++ b/clients/client-connect/src/commands/DisassociateInstanceStorageConfigCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateInstanceStorageConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DisassociateLambdaFunctionCommand.ts b/clients/client-connect/src/commands/DisassociateLambdaFunctionCommand.ts index 0620145019ab9..9801b164b482e 100644 --- a/clients/client-connect/src/commands/DisassociateLambdaFunctionCommand.ts +++ b/clients/client-connect/src/commands/DisassociateLambdaFunctionCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DisassociateLambdaFunctionRequest } from "../models/models_0"; import { de_DisassociateLambdaFunctionCommand, se_DisassociateLambdaFunctionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DisassociateLexBotCommand.ts b/clients/client-connect/src/commands/DisassociateLexBotCommand.ts index 57812ca608ee4..f8e18617fc2a8 100644 --- a/clients/client-connect/src/commands/DisassociateLexBotCommand.ts +++ b/clients/client-connect/src/commands/DisassociateLexBotCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DisassociateLexBotRequest } from "../models/models_0"; import { de_DisassociateLexBotCommand, se_DisassociateLexBotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DisassociatePhoneNumberContactFlowCommand.ts b/clients/client-connect/src/commands/DisassociatePhoneNumberContactFlowCommand.ts index c48168160b00c..80e7d422e215a 100644 --- a/clients/client-connect/src/commands/DisassociatePhoneNumberContactFlowCommand.ts +++ b/clients/client-connect/src/commands/DisassociatePhoneNumberContactFlowCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociatePhoneNumberContactFlowCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DisassociateQueueQuickConnectsCommand.ts b/clients/client-connect/src/commands/DisassociateQueueQuickConnectsCommand.ts index b51254c665aa8..1aaa7716514e8 100644 --- a/clients/client-connect/src/commands/DisassociateQueueQuickConnectsCommand.ts +++ b/clients/client-connect/src/commands/DisassociateQueueQuickConnectsCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateQueueQuickConnectsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DisassociateRoutingProfileQueuesCommand.ts b/clients/client-connect/src/commands/DisassociateRoutingProfileQueuesCommand.ts index fbe5f10f45792..48b7eaf97555a 100644 --- a/clients/client-connect/src/commands/DisassociateRoutingProfileQueuesCommand.ts +++ b/clients/client-connect/src/commands/DisassociateRoutingProfileQueuesCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateRoutingProfileQueuesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DisassociateSecurityKeyCommand.ts b/clients/client-connect/src/commands/DisassociateSecurityKeyCommand.ts index 74c67d52c95dc..25858f9780cf8 100644 --- a/clients/client-connect/src/commands/DisassociateSecurityKeyCommand.ts +++ b/clients/client-connect/src/commands/DisassociateSecurityKeyCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DisassociateSecurityKeyRequest } from "../models/models_0"; import { de_DisassociateSecurityKeyCommand, se_DisassociateSecurityKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/DismissUserContactCommand.ts b/clients/client-connect/src/commands/DismissUserContactCommand.ts index 768bb64b95970..f26300e48f2c7 100644 --- a/clients/client-connect/src/commands/DismissUserContactCommand.ts +++ b/clients/client-connect/src/commands/DismissUserContactCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DismissUserContactRequest, DismissUserContactResponse } from "../models/models_0"; import { de_DismissUserContactCommand, se_DismissUserContactCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/GetContactAttributesCommand.ts b/clients/client-connect/src/commands/GetContactAttributesCommand.ts index a01b5114dda94..9cfce00ed60a0 100644 --- a/clients/client-connect/src/commands/GetContactAttributesCommand.ts +++ b/clients/client-connect/src/commands/GetContactAttributesCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetContactAttributesRequest, GetContactAttributesResponse } from "../models/models_0"; import { de_GetContactAttributesCommand, se_GetContactAttributesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/GetCurrentMetricDataCommand.ts b/clients/client-connect/src/commands/GetCurrentMetricDataCommand.ts index 9533165c1773a..77e02bec5816f 100644 --- a/clients/client-connect/src/commands/GetCurrentMetricDataCommand.ts +++ b/clients/client-connect/src/commands/GetCurrentMetricDataCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetCurrentMetricDataRequest, GetCurrentMetricDataResponse } from "../models/models_0"; import { de_GetCurrentMetricDataCommand, se_GetCurrentMetricDataCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/GetCurrentUserDataCommand.ts b/clients/client-connect/src/commands/GetCurrentUserDataCommand.ts index 38878aae9d6c8..aec4394d190a8 100644 --- a/clients/client-connect/src/commands/GetCurrentUserDataCommand.ts +++ b/clients/client-connect/src/commands/GetCurrentUserDataCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetCurrentUserDataRequest, GetCurrentUserDataResponse } from "../models/models_1"; import { de_GetCurrentUserDataCommand, se_GetCurrentUserDataCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/GetFederationTokenCommand.ts b/clients/client-connect/src/commands/GetFederationTokenCommand.ts index 6bcd8c7056e8d..0c504c7bcc2b6 100644 --- a/clients/client-connect/src/commands/GetFederationTokenCommand.ts +++ b/clients/client-connect/src/commands/GetFederationTokenCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_GetFederationTokenCommand, se_GetFederationTokenCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/GetMetricDataCommand.ts b/clients/client-connect/src/commands/GetMetricDataCommand.ts index 9b6e4004ad3b7..26fa6e7015ab1 100644 --- a/clients/client-connect/src/commands/GetMetricDataCommand.ts +++ b/clients/client-connect/src/commands/GetMetricDataCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetMetricDataRequest, GetMetricDataResponse } from "../models/models_1"; import { de_GetMetricDataCommand, se_GetMetricDataCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/GetMetricDataV2Command.ts b/clients/client-connect/src/commands/GetMetricDataV2Command.ts index 3515035752bf9..7d5d027a7be14 100644 --- a/clients/client-connect/src/commands/GetMetricDataV2Command.ts +++ b/clients/client-connect/src/commands/GetMetricDataV2Command.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetMetricDataV2Request, GetMetricDataV2Response } from "../models/models_1"; import { de_GetMetricDataV2Command, se_GetMetricDataV2Command } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/GetTaskTemplateCommand.ts b/clients/client-connect/src/commands/GetTaskTemplateCommand.ts index 7d980c61b3709..6b334122ceb02 100644 --- a/clients/client-connect/src/commands/GetTaskTemplateCommand.ts +++ b/clients/client-connect/src/commands/GetTaskTemplateCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetTaskTemplateRequest, GetTaskTemplateResponse } from "../models/models_1"; import { de_GetTaskTemplateCommand, se_GetTaskTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/GetTrafficDistributionCommand.ts b/clients/client-connect/src/commands/GetTrafficDistributionCommand.ts index 9a53317e73e9d..b978ae4e61596 100644 --- a/clients/client-connect/src/commands/GetTrafficDistributionCommand.ts +++ b/clients/client-connect/src/commands/GetTrafficDistributionCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetTrafficDistributionRequest, GetTrafficDistributionResponse } from "../models/models_1"; import { de_GetTrafficDistributionCommand, se_GetTrafficDistributionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListAgentStatusesCommand.ts b/clients/client-connect/src/commands/ListAgentStatusesCommand.ts index b5b42325b5284..3b7dbd49a31bd 100644 --- a/clients/client-connect/src/commands/ListAgentStatusesCommand.ts +++ b/clients/client-connect/src/commands/ListAgentStatusesCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListAgentStatusRequest, ListAgentStatusResponse } from "../models/models_1"; import { de_ListAgentStatusesCommand, se_ListAgentStatusesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListApprovedOriginsCommand.ts b/clients/client-connect/src/commands/ListApprovedOriginsCommand.ts index da77892654f16..5b9247a31759d 100644 --- a/clients/client-connect/src/commands/ListApprovedOriginsCommand.ts +++ b/clients/client-connect/src/commands/ListApprovedOriginsCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListApprovedOriginsRequest, ListApprovedOriginsResponse } from "../models/models_1"; import { de_ListApprovedOriginsCommand, se_ListApprovedOriginsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListBotsCommand.ts b/clients/client-connect/src/commands/ListBotsCommand.ts index 28f8449cc18e2..e770b0bc29b3a 100644 --- a/clients/client-connect/src/commands/ListBotsCommand.ts +++ b/clients/client-connect/src/commands/ListBotsCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListBotsRequest, ListBotsResponse } from "../models/models_1"; import { de_ListBotsCommand, se_ListBotsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListContactEvaluationsCommand.ts b/clients/client-connect/src/commands/ListContactEvaluationsCommand.ts index 2c17c13401e90..e0c0243400787 100644 --- a/clients/client-connect/src/commands/ListContactEvaluationsCommand.ts +++ b/clients/client-connect/src/commands/ListContactEvaluationsCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListContactEvaluationsRequest, ListContactEvaluationsResponse } from "../models/models_1"; import { de_ListContactEvaluationsCommand, se_ListContactEvaluationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListContactFlowModulesCommand.ts b/clients/client-connect/src/commands/ListContactFlowModulesCommand.ts index 3bd714e2e53f1..917e4c9be7319 100644 --- a/clients/client-connect/src/commands/ListContactFlowModulesCommand.ts +++ b/clients/client-connect/src/commands/ListContactFlowModulesCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListContactFlowModulesRequest, ListContactFlowModulesResponse } from "../models/models_1"; import { de_ListContactFlowModulesCommand, se_ListContactFlowModulesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListContactFlowsCommand.ts b/clients/client-connect/src/commands/ListContactFlowsCommand.ts index d9cba935c322c..37be1513cbef2 100644 --- a/clients/client-connect/src/commands/ListContactFlowsCommand.ts +++ b/clients/client-connect/src/commands/ListContactFlowsCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListContactFlowsRequest, ListContactFlowsResponse } from "../models/models_1"; import { de_ListContactFlowsCommand, se_ListContactFlowsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListContactReferencesCommand.ts b/clients/client-connect/src/commands/ListContactReferencesCommand.ts index 25eb43900eaba..a67f7c119631e 100644 --- a/clients/client-connect/src/commands/ListContactReferencesCommand.ts +++ b/clients/client-connect/src/commands/ListContactReferencesCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListContactReferencesRequest, ListContactReferencesResponse } from "../models/models_1"; import { de_ListContactReferencesCommand, se_ListContactReferencesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListDefaultVocabulariesCommand.ts b/clients/client-connect/src/commands/ListDefaultVocabulariesCommand.ts index 8dec084df03e9..2e3571e462a22 100644 --- a/clients/client-connect/src/commands/ListDefaultVocabulariesCommand.ts +++ b/clients/client-connect/src/commands/ListDefaultVocabulariesCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListDefaultVocabulariesRequest, ListDefaultVocabulariesResponse } from "../models/models_1"; import { de_ListDefaultVocabulariesCommand, se_ListDefaultVocabulariesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListEvaluationFormVersionsCommand.ts b/clients/client-connect/src/commands/ListEvaluationFormVersionsCommand.ts index 22e46a238354b..b530b038eaafd 100644 --- a/clients/client-connect/src/commands/ListEvaluationFormVersionsCommand.ts +++ b/clients/client-connect/src/commands/ListEvaluationFormVersionsCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListEvaluationFormVersionsRequest, ListEvaluationFormVersionsResponse } from "../models/models_1"; import { de_ListEvaluationFormVersionsCommand, se_ListEvaluationFormVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListEvaluationFormsCommand.ts b/clients/client-connect/src/commands/ListEvaluationFormsCommand.ts index bf86544efec4a..1afa4ca78eebe 100644 --- a/clients/client-connect/src/commands/ListEvaluationFormsCommand.ts +++ b/clients/client-connect/src/commands/ListEvaluationFormsCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListEvaluationFormsRequest, ListEvaluationFormsResponse } from "../models/models_1"; import { de_ListEvaluationFormsCommand, se_ListEvaluationFormsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListHoursOfOperationsCommand.ts b/clients/client-connect/src/commands/ListHoursOfOperationsCommand.ts index e57b4b4be3959..9e88d990d6c77 100644 --- a/clients/client-connect/src/commands/ListHoursOfOperationsCommand.ts +++ b/clients/client-connect/src/commands/ListHoursOfOperationsCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListHoursOfOperationsRequest, ListHoursOfOperationsResponse } from "../models/models_1"; import { de_ListHoursOfOperationsCommand, se_ListHoursOfOperationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListInstanceAttributesCommand.ts b/clients/client-connect/src/commands/ListInstanceAttributesCommand.ts index 833c670511f6b..95b1a597d5bc7 100644 --- a/clients/client-connect/src/commands/ListInstanceAttributesCommand.ts +++ b/clients/client-connect/src/commands/ListInstanceAttributesCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListInstanceAttributesRequest, ListInstanceAttributesResponse } from "../models/models_1"; import { de_ListInstanceAttributesCommand, se_ListInstanceAttributesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListInstanceStorageConfigsCommand.ts b/clients/client-connect/src/commands/ListInstanceStorageConfigsCommand.ts index 0e865aa1aac7a..cbd2082f3e49b 100644 --- a/clients/client-connect/src/commands/ListInstanceStorageConfigsCommand.ts +++ b/clients/client-connect/src/commands/ListInstanceStorageConfigsCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListInstanceStorageConfigsRequest, ListInstanceStorageConfigsResponse } from "../models/models_1"; import { de_ListInstanceStorageConfigsCommand, se_ListInstanceStorageConfigsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListInstancesCommand.ts b/clients/client-connect/src/commands/ListInstancesCommand.ts index 1642c6d3a754c..3c4915e06b973 100644 --- a/clients/client-connect/src/commands/ListInstancesCommand.ts +++ b/clients/client-connect/src/commands/ListInstancesCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_ListInstancesCommand, se_ListInstancesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListIntegrationAssociationsCommand.ts b/clients/client-connect/src/commands/ListIntegrationAssociationsCommand.ts index 24a4a99a2829e..cf0c50f4a3c8e 100644 --- a/clients/client-connect/src/commands/ListIntegrationAssociationsCommand.ts +++ b/clients/client-connect/src/commands/ListIntegrationAssociationsCommand.ts @@ -20,6 +20,10 @@ import { se_ListIntegrationAssociationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListLambdaFunctionsCommand.ts b/clients/client-connect/src/commands/ListLambdaFunctionsCommand.ts index 7d4d008ef4445..e28b30ba50f98 100644 --- a/clients/client-connect/src/commands/ListLambdaFunctionsCommand.ts +++ b/clients/client-connect/src/commands/ListLambdaFunctionsCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListLambdaFunctionsRequest, ListLambdaFunctionsResponse } from "../models/models_1"; import { de_ListLambdaFunctionsCommand, se_ListLambdaFunctionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListLexBotsCommand.ts b/clients/client-connect/src/commands/ListLexBotsCommand.ts index ad6b92202661f..3735db56942a7 100644 --- a/clients/client-connect/src/commands/ListLexBotsCommand.ts +++ b/clients/client-connect/src/commands/ListLexBotsCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListLexBotsRequest, ListLexBotsResponse } from "../models/models_1"; import { de_ListLexBotsCommand, se_ListLexBotsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListPhoneNumbersCommand.ts b/clients/client-connect/src/commands/ListPhoneNumbersCommand.ts index 5679e1c11d969..31ecbdaa00f3a 100644 --- a/clients/client-connect/src/commands/ListPhoneNumbersCommand.ts +++ b/clients/client-connect/src/commands/ListPhoneNumbersCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListPhoneNumbersRequest, ListPhoneNumbersResponse } from "../models/models_1"; import { de_ListPhoneNumbersCommand, se_ListPhoneNumbersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListPhoneNumbersV2Command.ts b/clients/client-connect/src/commands/ListPhoneNumbersV2Command.ts index 8967d51c9d3c1..a93da77c27637 100644 --- a/clients/client-connect/src/commands/ListPhoneNumbersV2Command.ts +++ b/clients/client-connect/src/commands/ListPhoneNumbersV2Command.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListPhoneNumbersV2Request, ListPhoneNumbersV2Response } from "../models/models_1"; import { de_ListPhoneNumbersV2Command, se_ListPhoneNumbersV2Command } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListPromptsCommand.ts b/clients/client-connect/src/commands/ListPromptsCommand.ts index f8a76595d1e51..2a89b60e32ebd 100644 --- a/clients/client-connect/src/commands/ListPromptsCommand.ts +++ b/clients/client-connect/src/commands/ListPromptsCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListPromptsRequest, ListPromptsResponse } from "../models/models_1"; import { de_ListPromptsCommand, se_ListPromptsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListQueueQuickConnectsCommand.ts b/clients/client-connect/src/commands/ListQueueQuickConnectsCommand.ts index 2fe74b5eb2c7c..a9fd8764d0ebe 100644 --- a/clients/client-connect/src/commands/ListQueueQuickConnectsCommand.ts +++ b/clients/client-connect/src/commands/ListQueueQuickConnectsCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListQueueQuickConnectsRequest, ListQueueQuickConnectsResponse } from "../models/models_1"; import { de_ListQueueQuickConnectsCommand, se_ListQueueQuickConnectsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListQueuesCommand.ts b/clients/client-connect/src/commands/ListQueuesCommand.ts index a5bb1952a8703..ef54298beb86b 100644 --- a/clients/client-connect/src/commands/ListQueuesCommand.ts +++ b/clients/client-connect/src/commands/ListQueuesCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListQueuesRequest, ListQueuesResponse } from "../models/models_1"; import { de_ListQueuesCommand, se_ListQueuesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListQuickConnectsCommand.ts b/clients/client-connect/src/commands/ListQuickConnectsCommand.ts index ec5d67490f783..dc6e221ac301f 100644 --- a/clients/client-connect/src/commands/ListQuickConnectsCommand.ts +++ b/clients/client-connect/src/commands/ListQuickConnectsCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListQuickConnectsRequest, ListQuickConnectsResponse } from "../models/models_1"; import { de_ListQuickConnectsCommand, se_ListQuickConnectsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListRoutingProfileQueuesCommand.ts b/clients/client-connect/src/commands/ListRoutingProfileQueuesCommand.ts index 39a73f76ca5e5..c7068d6d3835a 100644 --- a/clients/client-connect/src/commands/ListRoutingProfileQueuesCommand.ts +++ b/clients/client-connect/src/commands/ListRoutingProfileQueuesCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListRoutingProfileQueuesRequest, ListRoutingProfileQueuesResponse } from "../models/models_1"; import { de_ListRoutingProfileQueuesCommand, se_ListRoutingProfileQueuesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListRoutingProfilesCommand.ts b/clients/client-connect/src/commands/ListRoutingProfilesCommand.ts index ebda9f024ae67..c15a19e91ff08 100644 --- a/clients/client-connect/src/commands/ListRoutingProfilesCommand.ts +++ b/clients/client-connect/src/commands/ListRoutingProfilesCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListRoutingProfilesRequest, ListRoutingProfilesResponse } from "../models/models_1"; import { de_ListRoutingProfilesCommand, se_ListRoutingProfilesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListRulesCommand.ts b/clients/client-connect/src/commands/ListRulesCommand.ts index 78a6f2b3ef511..9399ecc31cd2b 100644 --- a/clients/client-connect/src/commands/ListRulesCommand.ts +++ b/clients/client-connect/src/commands/ListRulesCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListRulesRequest, ListRulesResponse } from "../models/models_1"; import { de_ListRulesCommand, se_ListRulesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListSecurityKeysCommand.ts b/clients/client-connect/src/commands/ListSecurityKeysCommand.ts index 2dfdb168adec0..55025abcad134 100644 --- a/clients/client-connect/src/commands/ListSecurityKeysCommand.ts +++ b/clients/client-connect/src/commands/ListSecurityKeysCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListSecurityKeysRequest, ListSecurityKeysResponse } from "../models/models_1"; import { de_ListSecurityKeysCommand, se_ListSecurityKeysCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListSecurityProfilePermissionsCommand.ts b/clients/client-connect/src/commands/ListSecurityProfilePermissionsCommand.ts index 62797b5975bfc..0ac55823706af 100644 --- a/clients/client-connect/src/commands/ListSecurityProfilePermissionsCommand.ts +++ b/clients/client-connect/src/commands/ListSecurityProfilePermissionsCommand.ts @@ -20,6 +20,10 @@ import { se_ListSecurityProfilePermissionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListSecurityProfilesCommand.ts b/clients/client-connect/src/commands/ListSecurityProfilesCommand.ts index ad32db2cd9ab5..b05fd519e8c8c 100644 --- a/clients/client-connect/src/commands/ListSecurityProfilesCommand.ts +++ b/clients/client-connect/src/commands/ListSecurityProfilesCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListSecurityProfilesRequest, ListSecurityProfilesResponse } from "../models/models_1"; import { de_ListSecurityProfilesCommand, se_ListSecurityProfilesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListTagsForResourceCommand.ts b/clients/client-connect/src/commands/ListTagsForResourceCommand.ts index 998d49eef8c2c..462d6d2e814c6 100644 --- a/clients/client-connect/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-connect/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListTaskTemplatesCommand.ts b/clients/client-connect/src/commands/ListTaskTemplatesCommand.ts index c7d0eac07211a..2e8e4ebc7f03f 100644 --- a/clients/client-connect/src/commands/ListTaskTemplatesCommand.ts +++ b/clients/client-connect/src/commands/ListTaskTemplatesCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListTaskTemplatesRequest, ListTaskTemplatesResponse } from "../models/models_1"; import { de_ListTaskTemplatesCommand, se_ListTaskTemplatesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListTrafficDistributionGroupsCommand.ts b/clients/client-connect/src/commands/ListTrafficDistributionGroupsCommand.ts index f405c40ef90f1..880e8db0ea238 100644 --- a/clients/client-connect/src/commands/ListTrafficDistributionGroupsCommand.ts +++ b/clients/client-connect/src/commands/ListTrafficDistributionGroupsCommand.ts @@ -20,6 +20,10 @@ import { se_ListTrafficDistributionGroupsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListUseCasesCommand.ts b/clients/client-connect/src/commands/ListUseCasesCommand.ts index 1867d24629844..615174c4308d1 100644 --- a/clients/client-connect/src/commands/ListUseCasesCommand.ts +++ b/clients/client-connect/src/commands/ListUseCasesCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListUseCasesRequest, ListUseCasesResponse } from "../models/models_1"; import { de_ListUseCasesCommand, se_ListUseCasesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListUserHierarchyGroupsCommand.ts b/clients/client-connect/src/commands/ListUserHierarchyGroupsCommand.ts index 9de6f5a9c0fd7..edfda0af458a0 100644 --- a/clients/client-connect/src/commands/ListUserHierarchyGroupsCommand.ts +++ b/clients/client-connect/src/commands/ListUserHierarchyGroupsCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListUserHierarchyGroupsRequest, ListUserHierarchyGroupsResponse } from "../models/models_1"; import { de_ListUserHierarchyGroupsCommand, se_ListUserHierarchyGroupsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ListUsersCommand.ts b/clients/client-connect/src/commands/ListUsersCommand.ts index 758224ee0627e..d2540f54df724 100644 --- a/clients/client-connect/src/commands/ListUsersCommand.ts +++ b/clients/client-connect/src/commands/ListUsersCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListUsersRequest, ListUsersResponse } from "../models/models_1"; import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/MonitorContactCommand.ts b/clients/client-connect/src/commands/MonitorContactCommand.ts index 0dcb7c1142fce..d02c50e9e3a60 100644 --- a/clients/client-connect/src/commands/MonitorContactCommand.ts +++ b/clients/client-connect/src/commands/MonitorContactCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { MonitorContactRequest, MonitorContactResponse } from "../models/models_1"; import { de_MonitorContactCommand, se_MonitorContactCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/PutUserStatusCommand.ts b/clients/client-connect/src/commands/PutUserStatusCommand.ts index 76e29da5da9fa..3743ebe9c62d7 100644 --- a/clients/client-connect/src/commands/PutUserStatusCommand.ts +++ b/clients/client-connect/src/commands/PutUserStatusCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { PutUserStatusRequest, PutUserStatusResponse } from "../models/models_1"; import { de_PutUserStatusCommand, se_PutUserStatusCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ReleasePhoneNumberCommand.ts b/clients/client-connect/src/commands/ReleasePhoneNumberCommand.ts index 2f813d0c76c55..a9834e8a5cd8d 100644 --- a/clients/client-connect/src/commands/ReleasePhoneNumberCommand.ts +++ b/clients/client-connect/src/commands/ReleasePhoneNumberCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ReleasePhoneNumberRequest } from "../models/models_1"; import { de_ReleasePhoneNumberCommand, se_ReleasePhoneNumberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ReplicateInstanceCommand.ts b/clients/client-connect/src/commands/ReplicateInstanceCommand.ts index 34d6bcdb76c3c..19105e349d6b8 100644 --- a/clients/client-connect/src/commands/ReplicateInstanceCommand.ts +++ b/clients/client-connect/src/commands/ReplicateInstanceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_ReplicateInstanceCommand, se_ReplicateInstanceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/ResumeContactRecordingCommand.ts b/clients/client-connect/src/commands/ResumeContactRecordingCommand.ts index 486d15639cfc7..ed408ff282f23 100644 --- a/clients/client-connect/src/commands/ResumeContactRecordingCommand.ts +++ b/clients/client-connect/src/commands/ResumeContactRecordingCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ResumeContactRecordingRequest, ResumeContactRecordingResponse } from "../models/models_1"; import { de_ResumeContactRecordingCommand, se_ResumeContactRecordingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/SearchAvailablePhoneNumbersCommand.ts b/clients/client-connect/src/commands/SearchAvailablePhoneNumbersCommand.ts index 49349bac6d517..5c6fb6b5365b3 100644 --- a/clients/client-connect/src/commands/SearchAvailablePhoneNumbersCommand.ts +++ b/clients/client-connect/src/commands/SearchAvailablePhoneNumbersCommand.ts @@ -20,6 +20,10 @@ import { se_SearchAvailablePhoneNumbersCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/SearchQueuesCommand.ts b/clients/client-connect/src/commands/SearchQueuesCommand.ts index 5d29dec5fdda0..9cd0f4d7f5e18 100644 --- a/clients/client-connect/src/commands/SearchQueuesCommand.ts +++ b/clients/client-connect/src/commands/SearchQueuesCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { SearchQueuesRequest, SearchQueuesResponse } from "../models/models_1"; import { de_SearchQueuesCommand, se_SearchQueuesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/SearchRoutingProfilesCommand.ts b/clients/client-connect/src/commands/SearchRoutingProfilesCommand.ts index c8f3f3a342982..2e59eafbcc998 100644 --- a/clients/client-connect/src/commands/SearchRoutingProfilesCommand.ts +++ b/clients/client-connect/src/commands/SearchRoutingProfilesCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { SearchRoutingProfilesRequest, SearchRoutingProfilesResponse } from "../models/models_1"; import { de_SearchRoutingProfilesCommand, se_SearchRoutingProfilesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/SearchSecurityProfilesCommand.ts b/clients/client-connect/src/commands/SearchSecurityProfilesCommand.ts index 0ee024990c4df..a163dfff1cb6a 100644 --- a/clients/client-connect/src/commands/SearchSecurityProfilesCommand.ts +++ b/clients/client-connect/src/commands/SearchSecurityProfilesCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { SearchSecurityProfilesRequest, SearchSecurityProfilesResponse } from "../models/models_1"; import { de_SearchSecurityProfilesCommand, se_SearchSecurityProfilesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/SearchUsersCommand.ts b/clients/client-connect/src/commands/SearchUsersCommand.ts index c0b324473f4b2..a76fa3e4aac72 100644 --- a/clients/client-connect/src/commands/SearchUsersCommand.ts +++ b/clients/client-connect/src/commands/SearchUsersCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { SearchUsersRequest, SearchUsersResponse } from "../models/models_1"; import { de_SearchUsersCommand, se_SearchUsersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/SearchVocabulariesCommand.ts b/clients/client-connect/src/commands/SearchVocabulariesCommand.ts index a308ab71a79ac..d0acf8bca68cd 100644 --- a/clients/client-connect/src/commands/SearchVocabulariesCommand.ts +++ b/clients/client-connect/src/commands/SearchVocabulariesCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { SearchVocabulariesRequest, SearchVocabulariesResponse } from "../models/models_1"; import { de_SearchVocabulariesCommand, se_SearchVocabulariesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/StartChatContactCommand.ts b/clients/client-connect/src/commands/StartChatContactCommand.ts index 58724410fd54a..3915f6dcb684e 100644 --- a/clients/client-connect/src/commands/StartChatContactCommand.ts +++ b/clients/client-connect/src/commands/StartChatContactCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { StartChatContactRequest, StartChatContactResponse } from "../models/models_1"; import { de_StartChatContactCommand, se_StartChatContactCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/StartContactEvaluationCommand.ts b/clients/client-connect/src/commands/StartContactEvaluationCommand.ts index 5187062554a7e..bcb217d158602 100644 --- a/clients/client-connect/src/commands/StartContactEvaluationCommand.ts +++ b/clients/client-connect/src/commands/StartContactEvaluationCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { StartContactEvaluationRequest, StartContactEvaluationResponse } from "../models/models_1"; import { de_StartContactEvaluationCommand, se_StartContactEvaluationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/StartContactRecordingCommand.ts b/clients/client-connect/src/commands/StartContactRecordingCommand.ts index 60ac19e4d8dc8..332286ad7f9ff 100644 --- a/clients/client-connect/src/commands/StartContactRecordingCommand.ts +++ b/clients/client-connect/src/commands/StartContactRecordingCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { StartContactRecordingRequest, StartContactRecordingResponse } from "../models/models_1"; import { de_StartContactRecordingCommand, se_StartContactRecordingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/StartContactStreamingCommand.ts b/clients/client-connect/src/commands/StartContactStreamingCommand.ts index a53b0298a0959..3f17ab3b71531 100644 --- a/clients/client-connect/src/commands/StartContactStreamingCommand.ts +++ b/clients/client-connect/src/commands/StartContactStreamingCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { StartContactStreamingRequest, StartContactStreamingResponse } from "../models/models_1"; import { de_StartContactStreamingCommand, se_StartContactStreamingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/StartOutboundVoiceContactCommand.ts b/clients/client-connect/src/commands/StartOutboundVoiceContactCommand.ts index 8a3efa5b31fa0..6d76006916055 100644 --- a/clients/client-connect/src/commands/StartOutboundVoiceContactCommand.ts +++ b/clients/client-connect/src/commands/StartOutboundVoiceContactCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { StartOutboundVoiceContactRequest, StartOutboundVoiceContactResponse } from "../models/models_1"; import { de_StartOutboundVoiceContactCommand, se_StartOutboundVoiceContactCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/StartTaskContactCommand.ts b/clients/client-connect/src/commands/StartTaskContactCommand.ts index e150ebf216424..517a7927049f9 100644 --- a/clients/client-connect/src/commands/StartTaskContactCommand.ts +++ b/clients/client-connect/src/commands/StartTaskContactCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { StartTaskContactRequest, StartTaskContactResponse } from "../models/models_1"; import { de_StartTaskContactCommand, se_StartTaskContactCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/StopContactCommand.ts b/clients/client-connect/src/commands/StopContactCommand.ts index 65fb8239fef50..26f8347a02ab4 100644 --- a/clients/client-connect/src/commands/StopContactCommand.ts +++ b/clients/client-connect/src/commands/StopContactCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { StopContactRequest, StopContactResponse } from "../models/models_1"; import { de_StopContactCommand, se_StopContactCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/StopContactRecordingCommand.ts b/clients/client-connect/src/commands/StopContactRecordingCommand.ts index 3bd6eac1fd363..a1e6ab89132d1 100644 --- a/clients/client-connect/src/commands/StopContactRecordingCommand.ts +++ b/clients/client-connect/src/commands/StopContactRecordingCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { StopContactRecordingRequest, StopContactRecordingResponse } from "../models/models_1"; import { de_StopContactRecordingCommand, se_StopContactRecordingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/StopContactStreamingCommand.ts b/clients/client-connect/src/commands/StopContactStreamingCommand.ts index 8b5410e109ea1..7e66a22066e5d 100644 --- a/clients/client-connect/src/commands/StopContactStreamingCommand.ts +++ b/clients/client-connect/src/commands/StopContactStreamingCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { StopContactStreamingRequest, StopContactStreamingResponse } from "../models/models_1"; import { de_StopContactStreamingCommand, se_StopContactStreamingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/SubmitContactEvaluationCommand.ts b/clients/client-connect/src/commands/SubmitContactEvaluationCommand.ts index c403d660dad6c..0d6ad4dd6f3a2 100644 --- a/clients/client-connect/src/commands/SubmitContactEvaluationCommand.ts +++ b/clients/client-connect/src/commands/SubmitContactEvaluationCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { SubmitContactEvaluationRequest, SubmitContactEvaluationResponse } from "../models/models_1"; import { de_SubmitContactEvaluationCommand, se_SubmitContactEvaluationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/SuspendContactRecordingCommand.ts b/clients/client-connect/src/commands/SuspendContactRecordingCommand.ts index 7157312dc52cf..20809530a7ed3 100644 --- a/clients/client-connect/src/commands/SuspendContactRecordingCommand.ts +++ b/clients/client-connect/src/commands/SuspendContactRecordingCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { SuspendContactRecordingRequest, SuspendContactRecordingResponse } from "../models/models_1"; import { de_SuspendContactRecordingCommand, se_SuspendContactRecordingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/TagResourceCommand.ts b/clients/client-connect/src/commands/TagResourceCommand.ts index fc49cb3d97f04..c9d0b12b9e3bd 100644 --- a/clients/client-connect/src/commands/TagResourceCommand.ts +++ b/clients/client-connect/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { TagResourceRequest } from "../models/models_1"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/TransferContactCommand.ts b/clients/client-connect/src/commands/TransferContactCommand.ts index 05cda23bb0a2e..ae62fe9cec6f9 100644 --- a/clients/client-connect/src/commands/TransferContactCommand.ts +++ b/clients/client-connect/src/commands/TransferContactCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { TransferContactRequest, TransferContactResponse } from "../models/models_1"; import { de_TransferContactCommand, se_TransferContactCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UntagResourceCommand.ts b/clients/client-connect/src/commands/UntagResourceCommand.ts index 19ac1df2b039c..4ed8eec272dc0 100644 --- a/clients/client-connect/src/commands/UntagResourceCommand.ts +++ b/clients/client-connect/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UntagResourceRequest } from "../models/models_1"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateAgentStatusCommand.ts b/clients/client-connect/src/commands/UpdateAgentStatusCommand.ts index bb33b6ea1a292..326800254b31d 100644 --- a/clients/client-connect/src/commands/UpdateAgentStatusCommand.ts +++ b/clients/client-connect/src/commands/UpdateAgentStatusCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateAgentStatusRequest } from "../models/models_1"; import { de_UpdateAgentStatusCommand, se_UpdateAgentStatusCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateContactAttributesCommand.ts b/clients/client-connect/src/commands/UpdateContactAttributesCommand.ts index 21aeea7626b47..d2c2472c7352a 100644 --- a/clients/client-connect/src/commands/UpdateContactAttributesCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactAttributesCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateContactAttributesRequest, UpdateContactAttributesResponse } from "../models/models_1"; import { de_UpdateContactAttributesCommand, se_UpdateContactAttributesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateContactCommand.ts b/clients/client-connect/src/commands/UpdateContactCommand.ts index 1120000097b79..c30051232b847 100644 --- a/clients/client-connect/src/commands/UpdateContactCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateContactRequest, UpdateContactResponse } from "../models/models_1"; import { de_UpdateContactCommand, se_UpdateContactCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateContactEvaluationCommand.ts b/clients/client-connect/src/commands/UpdateContactEvaluationCommand.ts index a02bd02fcbfba..d0b653ce040fc 100644 --- a/clients/client-connect/src/commands/UpdateContactEvaluationCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactEvaluationCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateContactEvaluationRequest, UpdateContactEvaluationResponse } from "../models/models_1"; import { de_UpdateContactEvaluationCommand, se_UpdateContactEvaluationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateContactFlowContentCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowContentCommand.ts index 27063769392e5..721eac12fd723 100644 --- a/clients/client-connect/src/commands/UpdateContactFlowContentCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactFlowContentCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateContactFlowContentRequest, UpdateContactFlowContentResponse } from "../models/models_1"; import { de_UpdateContactFlowContentCommand, se_UpdateContactFlowContentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateContactFlowMetadataCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowMetadataCommand.ts index 721afa82124a6..ce26043ca1b59 100644 --- a/clients/client-connect/src/commands/UpdateContactFlowMetadataCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactFlowMetadataCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateContactFlowMetadataRequest, UpdateContactFlowMetadataResponse } from "../models/models_1"; import { de_UpdateContactFlowMetadataCommand, se_UpdateContactFlowMetadataCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateContactFlowModuleContentCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowModuleContentCommand.ts index 71a4a7e2694cc..2a84304191cc5 100644 --- a/clients/client-connect/src/commands/UpdateContactFlowModuleContentCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactFlowModuleContentCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateContactFlowModuleContentCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateContactFlowModuleMetadataCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowModuleMetadataCommand.ts index 91a2478f426ff..7ae8ca06771d3 100644 --- a/clients/client-connect/src/commands/UpdateContactFlowModuleMetadataCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactFlowModuleMetadataCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateContactFlowModuleMetadataCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateContactFlowNameCommand.ts b/clients/client-connect/src/commands/UpdateContactFlowNameCommand.ts index 1b47b2b7a6e02..465e85bef41da 100644 --- a/clients/client-connect/src/commands/UpdateContactFlowNameCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactFlowNameCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateContactFlowNameRequest, UpdateContactFlowNameResponse } from "../models/models_1"; import { de_UpdateContactFlowNameCommand, se_UpdateContactFlowNameCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateContactScheduleCommand.ts b/clients/client-connect/src/commands/UpdateContactScheduleCommand.ts index f81c75f7116a2..0c09c1d98402d 100644 --- a/clients/client-connect/src/commands/UpdateContactScheduleCommand.ts +++ b/clients/client-connect/src/commands/UpdateContactScheduleCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateContactScheduleRequest, UpdateContactScheduleResponse } from "../models/models_1"; import { de_UpdateContactScheduleCommand, se_UpdateContactScheduleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateEvaluationFormCommand.ts b/clients/client-connect/src/commands/UpdateEvaluationFormCommand.ts index 1f0f00df78c13..0caf5649736d9 100644 --- a/clients/client-connect/src/commands/UpdateEvaluationFormCommand.ts +++ b/clients/client-connect/src/commands/UpdateEvaluationFormCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateEvaluationFormRequest, UpdateEvaluationFormResponse } from "../models/models_1"; import { de_UpdateEvaluationFormCommand, se_UpdateEvaluationFormCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateHoursOfOperationCommand.ts b/clients/client-connect/src/commands/UpdateHoursOfOperationCommand.ts index af68f7032d009..1d4f28b41f68d 100644 --- a/clients/client-connect/src/commands/UpdateHoursOfOperationCommand.ts +++ b/clients/client-connect/src/commands/UpdateHoursOfOperationCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateHoursOfOperationRequest } from "../models/models_1"; import { de_UpdateHoursOfOperationCommand, se_UpdateHoursOfOperationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateInstanceAttributeCommand.ts b/clients/client-connect/src/commands/UpdateInstanceAttributeCommand.ts index 900bd9cb9de36..92c7dd456a442 100644 --- a/clients/client-connect/src/commands/UpdateInstanceAttributeCommand.ts +++ b/clients/client-connect/src/commands/UpdateInstanceAttributeCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateInstanceAttributeRequest } from "../models/models_1"; import { de_UpdateInstanceAttributeCommand, se_UpdateInstanceAttributeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateInstanceStorageConfigCommand.ts b/clients/client-connect/src/commands/UpdateInstanceStorageConfigCommand.ts index c8ccaf8ee1e92..19859e6942fed 100644 --- a/clients/client-connect/src/commands/UpdateInstanceStorageConfigCommand.ts +++ b/clients/client-connect/src/commands/UpdateInstanceStorageConfigCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateInstanceStorageConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateParticipantRoleConfigCommand.ts b/clients/client-connect/src/commands/UpdateParticipantRoleConfigCommand.ts index a5f306a2f6bdd..6db04b960f9ab 100644 --- a/clients/client-connect/src/commands/UpdateParticipantRoleConfigCommand.ts +++ b/clients/client-connect/src/commands/UpdateParticipantRoleConfigCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateParticipantRoleConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdatePhoneNumberCommand.ts b/clients/client-connect/src/commands/UpdatePhoneNumberCommand.ts index e70cef005ada5..418e8aa70a44c 100644 --- a/clients/client-connect/src/commands/UpdatePhoneNumberCommand.ts +++ b/clients/client-connect/src/commands/UpdatePhoneNumberCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdatePhoneNumberRequest, UpdatePhoneNumberResponse } from "../models/models_1"; import { de_UpdatePhoneNumberCommand, se_UpdatePhoneNumberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateQueueHoursOfOperationCommand.ts b/clients/client-connect/src/commands/UpdateQueueHoursOfOperationCommand.ts index 249f70b130a29..4bf6b71f2e61d 100644 --- a/clients/client-connect/src/commands/UpdateQueueHoursOfOperationCommand.ts +++ b/clients/client-connect/src/commands/UpdateQueueHoursOfOperationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateQueueHoursOfOperationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateQueueMaxContactsCommand.ts b/clients/client-connect/src/commands/UpdateQueueMaxContactsCommand.ts index 8b5a118c79bce..d28a71d9550e1 100644 --- a/clients/client-connect/src/commands/UpdateQueueMaxContactsCommand.ts +++ b/clients/client-connect/src/commands/UpdateQueueMaxContactsCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateQueueMaxContactsRequest } from "../models/models_1"; import { de_UpdateQueueMaxContactsCommand, se_UpdateQueueMaxContactsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateQueueNameCommand.ts b/clients/client-connect/src/commands/UpdateQueueNameCommand.ts index 221dbb1f52068..0e6c834c37c98 100644 --- a/clients/client-connect/src/commands/UpdateQueueNameCommand.ts +++ b/clients/client-connect/src/commands/UpdateQueueNameCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateQueueNameRequest } from "../models/models_1"; import { de_UpdateQueueNameCommand, se_UpdateQueueNameCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateQueueOutboundCallerConfigCommand.ts b/clients/client-connect/src/commands/UpdateQueueOutboundCallerConfigCommand.ts index 1b5434c0edc14..ca5fca354d7e4 100644 --- a/clients/client-connect/src/commands/UpdateQueueOutboundCallerConfigCommand.ts +++ b/clients/client-connect/src/commands/UpdateQueueOutboundCallerConfigCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateQueueOutboundCallerConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateQueueStatusCommand.ts b/clients/client-connect/src/commands/UpdateQueueStatusCommand.ts index bbb155a222f95..1b38966e0a07b 100644 --- a/clients/client-connect/src/commands/UpdateQueueStatusCommand.ts +++ b/clients/client-connect/src/commands/UpdateQueueStatusCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateQueueStatusRequest } from "../models/models_1"; import { de_UpdateQueueStatusCommand, se_UpdateQueueStatusCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateQuickConnectConfigCommand.ts b/clients/client-connect/src/commands/UpdateQuickConnectConfigCommand.ts index 5020d6af04a97..acb3cd461f574 100644 --- a/clients/client-connect/src/commands/UpdateQuickConnectConfigCommand.ts +++ b/clients/client-connect/src/commands/UpdateQuickConnectConfigCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateQuickConnectConfigRequest } from "../models/models_1"; import { de_UpdateQuickConnectConfigCommand, se_UpdateQuickConnectConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateQuickConnectNameCommand.ts b/clients/client-connect/src/commands/UpdateQuickConnectNameCommand.ts index ef76a11dc9283..07097062cd294 100644 --- a/clients/client-connect/src/commands/UpdateQuickConnectNameCommand.ts +++ b/clients/client-connect/src/commands/UpdateQuickConnectNameCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateQuickConnectNameRequest } from "../models/models_1"; import { de_UpdateQuickConnectNameCommand, se_UpdateQuickConnectNameCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileConcurrencyCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileConcurrencyCommand.ts index 67d6a79d989d4..de99eb1764080 100644 --- a/clients/client-connect/src/commands/UpdateRoutingProfileConcurrencyCommand.ts +++ b/clients/client-connect/src/commands/UpdateRoutingProfileConcurrencyCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateRoutingProfileConcurrencyCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts index bda50e37af027..1ad65b81ff533 100644 --- a/clients/client-connect/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts +++ b/clients/client-connect/src/commands/UpdateRoutingProfileDefaultOutboundQueueCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateRoutingProfileDefaultOutboundQueueCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileNameCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileNameCommand.ts index b73f578cc9d82..f736b369a018b 100644 --- a/clients/client-connect/src/commands/UpdateRoutingProfileNameCommand.ts +++ b/clients/client-connect/src/commands/UpdateRoutingProfileNameCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateRoutingProfileNameRequest } from "../models/models_1"; import { de_UpdateRoutingProfileNameCommand, se_UpdateRoutingProfileNameCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateRoutingProfileQueuesCommand.ts b/clients/client-connect/src/commands/UpdateRoutingProfileQueuesCommand.ts index af9c6fc30ad68..c23985f2e5875 100644 --- a/clients/client-connect/src/commands/UpdateRoutingProfileQueuesCommand.ts +++ b/clients/client-connect/src/commands/UpdateRoutingProfileQueuesCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateRoutingProfileQueuesRequest } from "../models/models_1"; import { de_UpdateRoutingProfileQueuesCommand, se_UpdateRoutingProfileQueuesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateRuleCommand.ts b/clients/client-connect/src/commands/UpdateRuleCommand.ts index 613d5e630147b..96cbc0a31c6ee 100644 --- a/clients/client-connect/src/commands/UpdateRuleCommand.ts +++ b/clients/client-connect/src/commands/UpdateRuleCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateRuleRequest } from "../models/models_1"; import { de_UpdateRuleCommand, se_UpdateRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateSecurityProfileCommand.ts b/clients/client-connect/src/commands/UpdateSecurityProfileCommand.ts index 9f00de870cd52..ef18380dca769 100644 --- a/clients/client-connect/src/commands/UpdateSecurityProfileCommand.ts +++ b/clients/client-connect/src/commands/UpdateSecurityProfileCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateSecurityProfileRequest } from "../models/models_1"; import { de_UpdateSecurityProfileCommand, se_UpdateSecurityProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateTaskTemplateCommand.ts b/clients/client-connect/src/commands/UpdateTaskTemplateCommand.ts index e2b5e2adbff0c..8bda18dc63ac5 100644 --- a/clients/client-connect/src/commands/UpdateTaskTemplateCommand.ts +++ b/clients/client-connect/src/commands/UpdateTaskTemplateCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateTaskTemplateRequest, UpdateTaskTemplateResponse } from "../models/models_1"; import { de_UpdateTaskTemplateCommand, se_UpdateTaskTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateTrafficDistributionCommand.ts b/clients/client-connect/src/commands/UpdateTrafficDistributionCommand.ts index 20e36e0d29758..e64ff2fac9dc4 100644 --- a/clients/client-connect/src/commands/UpdateTrafficDistributionCommand.ts +++ b/clients/client-connect/src/commands/UpdateTrafficDistributionCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateTrafficDistributionRequest, UpdateTrafficDistributionResponse } from "../models/models_1"; import { de_UpdateTrafficDistributionCommand, se_UpdateTrafficDistributionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateUserHierarchyCommand.ts b/clients/client-connect/src/commands/UpdateUserHierarchyCommand.ts index 541a9c803add4..02ee312f5822a 100644 --- a/clients/client-connect/src/commands/UpdateUserHierarchyCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserHierarchyCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateUserHierarchyRequest } from "../models/models_1"; import { de_UpdateUserHierarchyCommand, se_UpdateUserHierarchyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateUserHierarchyGroupNameCommand.ts b/clients/client-connect/src/commands/UpdateUserHierarchyGroupNameCommand.ts index fb8705c60fe3b..0284de83a281f 100644 --- a/clients/client-connect/src/commands/UpdateUserHierarchyGroupNameCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserHierarchyGroupNameCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateUserHierarchyGroupNameCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateUserHierarchyStructureCommand.ts b/clients/client-connect/src/commands/UpdateUserHierarchyStructureCommand.ts index a0e9753f46d20..4e5bef6cdbf8f 100644 --- a/clients/client-connect/src/commands/UpdateUserHierarchyStructureCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserHierarchyStructureCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateUserHierarchyStructureCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateUserIdentityInfoCommand.ts b/clients/client-connect/src/commands/UpdateUserIdentityInfoCommand.ts index 72e965bcf6d8d..a4147a1a0e390 100644 --- a/clients/client-connect/src/commands/UpdateUserIdentityInfoCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserIdentityInfoCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateUserIdentityInfoRequest } from "../models/models_1"; import { de_UpdateUserIdentityInfoCommand, se_UpdateUserIdentityInfoCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateUserPhoneConfigCommand.ts b/clients/client-connect/src/commands/UpdateUserPhoneConfigCommand.ts index 4df7970c93734..84c23819f1759 100644 --- a/clients/client-connect/src/commands/UpdateUserPhoneConfigCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserPhoneConfigCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateUserPhoneConfigRequest } from "../models/models_1"; import { de_UpdateUserPhoneConfigCommand, se_UpdateUserPhoneConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateUserRoutingProfileCommand.ts b/clients/client-connect/src/commands/UpdateUserRoutingProfileCommand.ts index 83424268ce714..b77d898709686 100644 --- a/clients/client-connect/src/commands/UpdateUserRoutingProfileCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserRoutingProfileCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateUserRoutingProfileRequest } from "../models/models_1"; import { de_UpdateUserRoutingProfileCommand, se_UpdateUserRoutingProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/commands/UpdateUserSecurityProfilesCommand.ts b/clients/client-connect/src/commands/UpdateUserSecurityProfilesCommand.ts index 3a52e9908c814..cbc2fbabd9035 100644 --- a/clients/client-connect/src/commands/UpdateUserSecurityProfilesCommand.ts +++ b/clients/client-connect/src/commands/UpdateUserSecurityProfilesCommand.ts @@ -17,6 +17,10 @@ import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateUserSecurityProfilesRequest } from "../models/models_1"; import { de_UpdateUserSecurityProfilesCommand, se_UpdateUserSecurityProfilesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connect/src/index.ts b/clients/client-connect/src/index.ts index 0b74349d990f0..0248373a8db11 100644 --- a/clients/client-connect/src/index.ts +++ b/clients/client-connect/src/index.ts @@ -1,8 +1,24 @@ -export * from "./Connect"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Connect is a cloud-based contact center solution that you use to set up and + * manage a customer contact center and provide reliable customer engagement at any scale.

+ *

Amazon Connect provides metrics and real-time reporting that enable you to optimize + * contact routing. You can also resolve customer issues more efficiently by getting customers in + * touch with the appropriate agents.

+ *

There are limits to the number of Amazon Connect resources that you can create. There + * are also limits to the number of requests that you can make per second. For more information, see + * Amazon Connect Service Quotas in the Amazon Connect Administrator + * Guide.

+ *

You can connect programmatically to an Amazon Web Services service by using an endpoint. For + * a list of Amazon Connect endpoints, see Amazon Connect Endpoints.

+ * + * @packageDocumentation + */ export * from "./ConnectClient"; +export * from "./Connect"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ConnectServiceException } from "./models/ConnectServiceException"; diff --git a/clients/client-connect/src/models/ConnectServiceException.ts b/clients/client-connect/src/models/ConnectServiceException.ts index fb13264ff1d47..0098370cb584c 100644 --- a/clients/client-connect/src/models/ConnectServiceException.ts +++ b/clients/client-connect/src/models/ConnectServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-connectcampaigns/src/ConnectCampaignsClient.ts b/clients/client-connectcampaigns/src/ConnectCampaignsClient.ts index f6da79b504b25..d1d7c52a17118 100644 --- a/clients/client-connectcampaigns/src/ConnectCampaignsClient.ts +++ b/clients/client-connectcampaigns/src/ConnectCampaignsClient.ts @@ -111,6 +111,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -292,7 +294,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ConnectCampaignsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ConnectCampaignsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -311,7 +313,7 @@ export interface ConnectCampaignsClientConfig extends ConnectCampaignsClientConf /** * @public */ -type ConnectCampaignsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ConnectCampaignsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-connectcampaigns/src/commands/CreateCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/CreateCampaignCommand.ts index 484cbe4b4c276..b8a7896862fb8 100644 --- a/clients/client-connectcampaigns/src/commands/CreateCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/CreateCampaignCommand.ts @@ -17,6 +17,10 @@ import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_0"; import { de_CreateCampaignCommand, se_CreateCampaignCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcampaigns/src/commands/DeleteCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/DeleteCampaignCommand.ts index 9512a37a7edf1..b5c8519399787 100644 --- a/clients/client-connectcampaigns/src/commands/DeleteCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/DeleteCampaignCommand.ts @@ -17,6 +17,10 @@ import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteCampaignRequest } from "../models/models_0"; import { de_DeleteCampaignCommand, se_DeleteCampaignCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcampaigns/src/commands/DeleteConnectInstanceConfigCommand.ts b/clients/client-connectcampaigns/src/commands/DeleteConnectInstanceConfigCommand.ts index c8fa4115701bb..630840a592654 100644 --- a/clients/client-connectcampaigns/src/commands/DeleteConnectInstanceConfigCommand.ts +++ b/clients/client-connectcampaigns/src/commands/DeleteConnectInstanceConfigCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteConnectInstanceConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcampaigns/src/commands/DeleteInstanceOnboardingJobCommand.ts b/clients/client-connectcampaigns/src/commands/DeleteInstanceOnboardingJobCommand.ts index 9dae011974e27..2a1bf1233f153 100644 --- a/clients/client-connectcampaigns/src/commands/DeleteInstanceOnboardingJobCommand.ts +++ b/clients/client-connectcampaigns/src/commands/DeleteInstanceOnboardingJobCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteInstanceOnboardingJobCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcampaigns/src/commands/DescribeCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/DescribeCampaignCommand.ts index 1fcda735620a2..d4576f62b1547 100644 --- a/clients/client-connectcampaigns/src/commands/DescribeCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/DescribeCampaignCommand.ts @@ -17,6 +17,10 @@ import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeCampaignRequest, DescribeCampaignResponse } from "../models/models_0"; import { de_DescribeCampaignCommand, se_DescribeCampaignCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcampaigns/src/commands/GetCampaignStateBatchCommand.ts b/clients/client-connectcampaigns/src/commands/GetCampaignStateBatchCommand.ts index 638b532349856..acad424e7e084 100644 --- a/clients/client-connectcampaigns/src/commands/GetCampaignStateBatchCommand.ts +++ b/clients/client-connectcampaigns/src/commands/GetCampaignStateBatchCommand.ts @@ -17,6 +17,10 @@ import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetCampaignStateBatchRequest, GetCampaignStateBatchResponse } from "../models/models_0"; import { de_GetCampaignStateBatchCommand, se_GetCampaignStateBatchCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcampaigns/src/commands/GetCampaignStateCommand.ts b/clients/client-connectcampaigns/src/commands/GetCampaignStateCommand.ts index ac9b3be2c132a..beef45d69423e 100644 --- a/clients/client-connectcampaigns/src/commands/GetCampaignStateCommand.ts +++ b/clients/client-connectcampaigns/src/commands/GetCampaignStateCommand.ts @@ -17,6 +17,10 @@ import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetCampaignStateRequest, GetCampaignStateResponse } from "../models/models_0"; import { de_GetCampaignStateCommand, se_GetCampaignStateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcampaigns/src/commands/GetConnectInstanceConfigCommand.ts b/clients/client-connectcampaigns/src/commands/GetConnectInstanceConfigCommand.ts index 0619c7789465a..6704e59594cff 100644 --- a/clients/client-connectcampaigns/src/commands/GetConnectInstanceConfigCommand.ts +++ b/clients/client-connectcampaigns/src/commands/GetConnectInstanceConfigCommand.ts @@ -17,6 +17,10 @@ import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetConnectInstanceConfigRequest, GetConnectInstanceConfigResponse } from "../models/models_0"; import { de_GetConnectInstanceConfigCommand, se_GetConnectInstanceConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcampaigns/src/commands/GetInstanceOnboardingJobStatusCommand.ts b/clients/client-connectcampaigns/src/commands/GetInstanceOnboardingJobStatusCommand.ts index b21b2c12f8c94..b58b497fa15b3 100644 --- a/clients/client-connectcampaigns/src/commands/GetInstanceOnboardingJobStatusCommand.ts +++ b/clients/client-connectcampaigns/src/commands/GetInstanceOnboardingJobStatusCommand.ts @@ -20,6 +20,10 @@ import { se_GetInstanceOnboardingJobStatusCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcampaigns/src/commands/ListCampaignsCommand.ts b/clients/client-connectcampaigns/src/commands/ListCampaignsCommand.ts index 24dc0dc6550db..d1d2ca3b6d5ae 100644 --- a/clients/client-connectcampaigns/src/commands/ListCampaignsCommand.ts +++ b/clients/client-connectcampaigns/src/commands/ListCampaignsCommand.ts @@ -17,6 +17,10 @@ import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListCampaignsRequest, ListCampaignsResponse } from "../models/models_0"; import { de_ListCampaignsCommand, se_ListCampaignsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcampaigns/src/commands/ListTagsForResourceCommand.ts b/clients/client-connectcampaigns/src/commands/ListTagsForResourceCommand.ts index 1b9e5a7fda76e..7926258bd98d2 100644 --- a/clients/client-connectcampaigns/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-connectcampaigns/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcampaigns/src/commands/PauseCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/PauseCampaignCommand.ts index 5b36909f28ab7..b23c0f82791cc 100644 --- a/clients/client-connectcampaigns/src/commands/PauseCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/PauseCampaignCommand.ts @@ -17,6 +17,10 @@ import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { PauseCampaignRequest } from "../models/models_0"; import { de_PauseCampaignCommand, se_PauseCampaignCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcampaigns/src/commands/PutDialRequestBatchCommand.ts b/clients/client-connectcampaigns/src/commands/PutDialRequestBatchCommand.ts index c0f39db073f8e..0efd620aa0472 100644 --- a/clients/client-connectcampaigns/src/commands/PutDialRequestBatchCommand.ts +++ b/clients/client-connectcampaigns/src/commands/PutDialRequestBatchCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_PutDialRequestBatchCommand, se_PutDialRequestBatchCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcampaigns/src/commands/ResumeCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/ResumeCampaignCommand.ts index 48ac15087bed6..6d94321a6cc52 100644 --- a/clients/client-connectcampaigns/src/commands/ResumeCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/ResumeCampaignCommand.ts @@ -17,6 +17,10 @@ import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ResumeCampaignRequest } from "../models/models_0"; import { de_ResumeCampaignCommand, se_ResumeCampaignCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcampaigns/src/commands/StartCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/StartCampaignCommand.ts index dab2940d7b58e..d7e89f738a2ef 100644 --- a/clients/client-connectcampaigns/src/commands/StartCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/StartCampaignCommand.ts @@ -17,6 +17,10 @@ import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { StartCampaignRequest } from "../models/models_0"; import { de_StartCampaignCommand, se_StartCampaignCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcampaigns/src/commands/StartInstanceOnboardingJobCommand.ts b/clients/client-connectcampaigns/src/commands/StartInstanceOnboardingJobCommand.ts index 46321441c12df..d1204b20d6d43 100644 --- a/clients/client-connectcampaigns/src/commands/StartInstanceOnboardingJobCommand.ts +++ b/clients/client-connectcampaigns/src/commands/StartInstanceOnboardingJobCommand.ts @@ -17,6 +17,10 @@ import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { StartInstanceOnboardingJobRequest, StartInstanceOnboardingJobResponse } from "../models/models_0"; import { de_StartInstanceOnboardingJobCommand, se_StartInstanceOnboardingJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcampaigns/src/commands/StopCampaignCommand.ts b/clients/client-connectcampaigns/src/commands/StopCampaignCommand.ts index b09630c7bbb12..f1141a9efe72f 100644 --- a/clients/client-connectcampaigns/src/commands/StopCampaignCommand.ts +++ b/clients/client-connectcampaigns/src/commands/StopCampaignCommand.ts @@ -17,6 +17,10 @@ import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { StopCampaignRequest } from "../models/models_0"; import { de_StopCampaignCommand, se_StopCampaignCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcampaigns/src/commands/TagResourceCommand.ts b/clients/client-connectcampaigns/src/commands/TagResourceCommand.ts index d1b6efb0b68d0..6f52becf0de57 100644 --- a/clients/client-connectcampaigns/src/commands/TagResourceCommand.ts +++ b/clients/client-connectcampaigns/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { TagResourceRequest } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcampaigns/src/commands/UntagResourceCommand.ts b/clients/client-connectcampaigns/src/commands/UntagResourceCommand.ts index b4698e69240bc..a3d95c435013d 100644 --- a/clients/client-connectcampaigns/src/commands/UntagResourceCommand.ts +++ b/clients/client-connectcampaigns/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcampaigns/src/commands/UpdateCampaignDialerConfigCommand.ts b/clients/client-connectcampaigns/src/commands/UpdateCampaignDialerConfigCommand.ts index e3849ff12bd29..82daaf24218d5 100644 --- a/clients/client-connectcampaigns/src/commands/UpdateCampaignDialerConfigCommand.ts +++ b/clients/client-connectcampaigns/src/commands/UpdateCampaignDialerConfigCommand.ts @@ -17,6 +17,10 @@ import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateCampaignDialerConfigRequest } from "../models/models_0"; import { de_UpdateCampaignDialerConfigCommand, se_UpdateCampaignDialerConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcampaigns/src/commands/UpdateCampaignNameCommand.ts b/clients/client-connectcampaigns/src/commands/UpdateCampaignNameCommand.ts index bd4bcac17ecc1..573dcbd3573f5 100644 --- a/clients/client-connectcampaigns/src/commands/UpdateCampaignNameCommand.ts +++ b/clients/client-connectcampaigns/src/commands/UpdateCampaignNameCommand.ts @@ -17,6 +17,10 @@ import { ConnectCampaignsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateCampaignNameRequest } from "../models/models_0"; import { de_UpdateCampaignNameCommand, se_UpdateCampaignNameCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcampaigns/src/commands/UpdateCampaignOutboundCallConfigCommand.ts b/clients/client-connectcampaigns/src/commands/UpdateCampaignOutboundCallConfigCommand.ts index 9d549ac5c0857..e48ef0d9af415 100644 --- a/clients/client-connectcampaigns/src/commands/UpdateCampaignOutboundCallConfigCommand.ts +++ b/clients/client-connectcampaigns/src/commands/UpdateCampaignOutboundCallConfigCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateCampaignOutboundCallConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcampaigns/src/index.ts b/clients/client-connectcampaigns/src/index.ts index babfb60175c05..167cd583767e3 100644 --- a/clients/client-connectcampaigns/src/index.ts +++ b/clients/client-connectcampaigns/src/index.ts @@ -1,8 +1,14 @@ -export * from "./ConnectCampaigns"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Provide APIs to create and manage Amazon Connect Campaigns. + * + * @packageDocumentation + */ export * from "./ConnectCampaignsClient"; +export * from "./ConnectCampaigns"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ConnectCampaignsServiceException } from "./models/ConnectCampaignsServiceException"; diff --git a/clients/client-connectcampaigns/src/models/ConnectCampaignsServiceException.ts b/clients/client-connectcampaigns/src/models/ConnectCampaignsServiceException.ts index 39b67a80659bb..1e189d05a01a3 100644 --- a/clients/client-connectcampaigns/src/models/ConnectCampaignsServiceException.ts +++ b/clients/client-connectcampaigns/src/models/ConnectCampaignsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-connectcases/src/ConnectCasesClient.ts b/clients/client-connectcases/src/ConnectCasesClient.ts index ef5c28284eee0..7d723dc2bc3d0 100644 --- a/clients/client-connectcases/src/ConnectCasesClient.ts +++ b/clients/client-connectcases/src/ConnectCasesClient.ts @@ -104,6 +104,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -301,7 +303,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ConnectCasesClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ConnectCasesClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -320,7 +322,7 @@ export interface ConnectCasesClientConfig extends ConnectCasesClientConfigType { /** * @public */ -type ConnectCasesClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ConnectCasesClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-connectcases/src/commands/BatchGetFieldCommand.ts b/clients/client-connectcases/src/commands/BatchGetFieldCommand.ts index ba835f4f441e8..2632049527ade 100644 --- a/clients/client-connectcases/src/commands/BatchGetFieldCommand.ts +++ b/clients/client-connectcases/src/commands/BatchGetFieldCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { BatchGetFieldRequest, BatchGetFieldResponse } from "../models/models_0"; import { de_BatchGetFieldCommand, se_BatchGetFieldCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/BatchPutFieldOptionsCommand.ts b/clients/client-connectcases/src/commands/BatchPutFieldOptionsCommand.ts index 87da2f46950f0..371292e8da71d 100644 --- a/clients/client-connectcases/src/commands/BatchPutFieldOptionsCommand.ts +++ b/clients/client-connectcases/src/commands/BatchPutFieldOptionsCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { BatchPutFieldOptionsRequest, BatchPutFieldOptionsResponse } from "../models/models_0"; import { de_BatchPutFieldOptionsCommand, se_BatchPutFieldOptionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/CreateCaseCommand.ts b/clients/client-connectcases/src/commands/CreateCaseCommand.ts index 366ea8675afc0..5ad293fa380d9 100644 --- a/clients/client-connectcases/src/commands/CreateCaseCommand.ts +++ b/clients/client-connectcases/src/commands/CreateCaseCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateCaseRequest, CreateCaseResponse } from "../models/models_0"; import { de_CreateCaseCommand, se_CreateCaseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/CreateDomainCommand.ts b/clients/client-connectcases/src/commands/CreateDomainCommand.ts index 0aaf9bca11bde..35c14389b4c4a 100644 --- a/clients/client-connectcases/src/commands/CreateDomainCommand.ts +++ b/clients/client-connectcases/src/commands/CreateDomainCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0"; import { de_CreateDomainCommand, se_CreateDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/CreateFieldCommand.ts b/clients/client-connectcases/src/commands/CreateFieldCommand.ts index 7b61fda282d44..2ef132549f120 100644 --- a/clients/client-connectcases/src/commands/CreateFieldCommand.ts +++ b/clients/client-connectcases/src/commands/CreateFieldCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateFieldRequest, CreateFieldResponse } from "../models/models_0"; import { de_CreateFieldCommand, se_CreateFieldCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/CreateLayoutCommand.ts b/clients/client-connectcases/src/commands/CreateLayoutCommand.ts index c529fc40116cd..9320db582a16f 100644 --- a/clients/client-connectcases/src/commands/CreateLayoutCommand.ts +++ b/clients/client-connectcases/src/commands/CreateLayoutCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateLayoutRequest, CreateLayoutResponse } from "../models/models_0"; import { de_CreateLayoutCommand, se_CreateLayoutCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/CreateRelatedItemCommand.ts b/clients/client-connectcases/src/commands/CreateRelatedItemCommand.ts index b679c82cbc62b..eced41e390bf5 100644 --- a/clients/client-connectcases/src/commands/CreateRelatedItemCommand.ts +++ b/clients/client-connectcases/src/commands/CreateRelatedItemCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateRelatedItemRequest, CreateRelatedItemResponse } from "../models/models_0"; import { de_CreateRelatedItemCommand, se_CreateRelatedItemCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/CreateTemplateCommand.ts b/clients/client-connectcases/src/commands/CreateTemplateCommand.ts index dd252d3556e8b..7c75644f344ce 100644 --- a/clients/client-connectcases/src/commands/CreateTemplateCommand.ts +++ b/clients/client-connectcases/src/commands/CreateTemplateCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateTemplateRequest, CreateTemplateResponse } from "../models/models_0"; import { de_CreateTemplateCommand, se_CreateTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/DeleteDomainCommand.ts b/clients/client-connectcases/src/commands/DeleteDomainCommand.ts index 6fe0bab605d7b..8a8645672858c 100644 --- a/clients/client-connectcases/src/commands/DeleteDomainCommand.ts +++ b/clients/client-connectcases/src/commands/DeleteDomainCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0"; import { de_DeleteDomainCommand, se_DeleteDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/GetCaseCommand.ts b/clients/client-connectcases/src/commands/GetCaseCommand.ts index 0efeaf0b94d7b..b3b06d98d46d9 100644 --- a/clients/client-connectcases/src/commands/GetCaseCommand.ts +++ b/clients/client-connectcases/src/commands/GetCaseCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetCaseRequest, GetCaseResponse } from "../models/models_0"; import { de_GetCaseCommand, se_GetCaseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/GetCaseEventConfigurationCommand.ts b/clients/client-connectcases/src/commands/GetCaseEventConfigurationCommand.ts index 287cf1065462e..cd0937ae86fa7 100644 --- a/clients/client-connectcases/src/commands/GetCaseEventConfigurationCommand.ts +++ b/clients/client-connectcases/src/commands/GetCaseEventConfigurationCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetCaseEventConfigurationRequest, GetCaseEventConfigurationResponse } from "../models/models_0"; import { de_GetCaseEventConfigurationCommand, se_GetCaseEventConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/GetDomainCommand.ts b/clients/client-connectcases/src/commands/GetDomainCommand.ts index 377bf3df58831..da98393684300 100644 --- a/clients/client-connectcases/src/commands/GetDomainCommand.ts +++ b/clients/client-connectcases/src/commands/GetDomainCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetDomainRequest, GetDomainResponse } from "../models/models_0"; import { de_GetDomainCommand, se_GetDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/GetLayoutCommand.ts b/clients/client-connectcases/src/commands/GetLayoutCommand.ts index b239e7e0f44b6..b9d56c2f5964c 100644 --- a/clients/client-connectcases/src/commands/GetLayoutCommand.ts +++ b/clients/client-connectcases/src/commands/GetLayoutCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetLayoutRequest, GetLayoutResponse } from "../models/models_0"; import { de_GetLayoutCommand, se_GetLayoutCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/GetTemplateCommand.ts b/clients/client-connectcases/src/commands/GetTemplateCommand.ts index 5810bb6edd142..23547a6a74946 100644 --- a/clients/client-connectcases/src/commands/GetTemplateCommand.ts +++ b/clients/client-connectcases/src/commands/GetTemplateCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetTemplateRequest, GetTemplateResponse } from "../models/models_0"; import { de_GetTemplateCommand, se_GetTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/ListCasesForContactCommand.ts b/clients/client-connectcases/src/commands/ListCasesForContactCommand.ts index 94ca9a045d99f..9175eca140e25 100644 --- a/clients/client-connectcases/src/commands/ListCasesForContactCommand.ts +++ b/clients/client-connectcases/src/commands/ListCasesForContactCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListCasesForContactRequest, ListCasesForContactResponse } from "../models/models_0"; import { de_ListCasesForContactCommand, se_ListCasesForContactCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/ListDomainsCommand.ts b/clients/client-connectcases/src/commands/ListDomainsCommand.ts index 9509899929400..d91c831713224 100644 --- a/clients/client-connectcases/src/commands/ListDomainsCommand.ts +++ b/clients/client-connectcases/src/commands/ListDomainsCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListDomainsRequest, ListDomainsResponse } from "../models/models_0"; import { de_ListDomainsCommand, se_ListDomainsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/ListFieldOptionsCommand.ts b/clients/client-connectcases/src/commands/ListFieldOptionsCommand.ts index 8402061af4284..d7ac9400a669e 100644 --- a/clients/client-connectcases/src/commands/ListFieldOptionsCommand.ts +++ b/clients/client-connectcases/src/commands/ListFieldOptionsCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListFieldOptionsRequest, ListFieldOptionsResponse } from "../models/models_0"; import { de_ListFieldOptionsCommand, se_ListFieldOptionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/ListFieldsCommand.ts b/clients/client-connectcases/src/commands/ListFieldsCommand.ts index 7f21c6167d2c5..55c473ca79bf5 100644 --- a/clients/client-connectcases/src/commands/ListFieldsCommand.ts +++ b/clients/client-connectcases/src/commands/ListFieldsCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListFieldsRequest, ListFieldsResponse } from "../models/models_0"; import { de_ListFieldsCommand, se_ListFieldsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/ListLayoutsCommand.ts b/clients/client-connectcases/src/commands/ListLayoutsCommand.ts index cd96ffebd5e97..ee5c92a6a936b 100644 --- a/clients/client-connectcases/src/commands/ListLayoutsCommand.ts +++ b/clients/client-connectcases/src/commands/ListLayoutsCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListLayoutsRequest, ListLayoutsResponse } from "../models/models_0"; import { de_ListLayoutsCommand, se_ListLayoutsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/ListTagsForResourceCommand.ts b/clients/client-connectcases/src/commands/ListTagsForResourceCommand.ts index fd4d7cb4eaa31..2a96e8562a2b7 100644 --- a/clients/client-connectcases/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-connectcases/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/ListTemplatesCommand.ts b/clients/client-connectcases/src/commands/ListTemplatesCommand.ts index 770b23756a067..71c1bef882d77 100644 --- a/clients/client-connectcases/src/commands/ListTemplatesCommand.ts +++ b/clients/client-connectcases/src/commands/ListTemplatesCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTemplatesRequest, ListTemplatesResponse } from "../models/models_0"; import { de_ListTemplatesCommand, se_ListTemplatesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/PutCaseEventConfigurationCommand.ts b/clients/client-connectcases/src/commands/PutCaseEventConfigurationCommand.ts index 9aaa3a9c44e52..9df194ee1c84b 100644 --- a/clients/client-connectcases/src/commands/PutCaseEventConfigurationCommand.ts +++ b/clients/client-connectcases/src/commands/PutCaseEventConfigurationCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutCaseEventConfigurationRequest, PutCaseEventConfigurationResponse } from "../models/models_0"; import { de_PutCaseEventConfigurationCommand, se_PutCaseEventConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/SearchCasesCommand.ts b/clients/client-connectcases/src/commands/SearchCasesCommand.ts index 37bc4b6d14bef..1f0af67a279a1 100644 --- a/clients/client-connectcases/src/commands/SearchCasesCommand.ts +++ b/clients/client-connectcases/src/commands/SearchCasesCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { SearchCasesRequest, SearchCasesResponse } from "../models/models_0"; import { de_SearchCasesCommand, se_SearchCasesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/SearchRelatedItemsCommand.ts b/clients/client-connectcases/src/commands/SearchRelatedItemsCommand.ts index 67cb398cbaa14..b87e88d36fbc4 100644 --- a/clients/client-connectcases/src/commands/SearchRelatedItemsCommand.ts +++ b/clients/client-connectcases/src/commands/SearchRelatedItemsCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { SearchRelatedItemsRequest, SearchRelatedItemsResponse } from "../models/models_0"; import { de_SearchRelatedItemsCommand, se_SearchRelatedItemsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/TagResourceCommand.ts b/clients/client-connectcases/src/commands/TagResourceCommand.ts index 1a6495805e02d..d092fdd753c27 100644 --- a/clients/client-connectcases/src/commands/TagResourceCommand.ts +++ b/clients/client-connectcases/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceRequest } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/UntagResourceCommand.ts b/clients/client-connectcases/src/commands/UntagResourceCommand.ts index f3eeef724e19b..4893fe7e49955 100644 --- a/clients/client-connectcases/src/commands/UntagResourceCommand.ts +++ b/clients/client-connectcases/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/UpdateCaseCommand.ts b/clients/client-connectcases/src/commands/UpdateCaseCommand.ts index 713b41cb837b5..80ad550c83d82 100644 --- a/clients/client-connectcases/src/commands/UpdateCaseCommand.ts +++ b/clients/client-connectcases/src/commands/UpdateCaseCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateCaseRequest, UpdateCaseResponse } from "../models/models_0"; import { de_UpdateCaseCommand, se_UpdateCaseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/UpdateFieldCommand.ts b/clients/client-connectcases/src/commands/UpdateFieldCommand.ts index 86c5e4df643ce..2730f273ed446 100644 --- a/clients/client-connectcases/src/commands/UpdateFieldCommand.ts +++ b/clients/client-connectcases/src/commands/UpdateFieldCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateFieldRequest, UpdateFieldResponse } from "../models/models_0"; import { de_UpdateFieldCommand, se_UpdateFieldCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/UpdateLayoutCommand.ts b/clients/client-connectcases/src/commands/UpdateLayoutCommand.ts index 16bf28237428b..a125191623b64 100644 --- a/clients/client-connectcases/src/commands/UpdateLayoutCommand.ts +++ b/clients/client-connectcases/src/commands/UpdateLayoutCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateLayoutRequest, UpdateLayoutResponse } from "../models/models_0"; import { de_UpdateLayoutCommand, se_UpdateLayoutCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/commands/UpdateTemplateCommand.ts b/clients/client-connectcases/src/commands/UpdateTemplateCommand.ts index 8053fd2463666..6fac01f29517d 100644 --- a/clients/client-connectcases/src/commands/UpdateTemplateCommand.ts +++ b/clients/client-connectcases/src/commands/UpdateTemplateCommand.ts @@ -17,6 +17,10 @@ import { ConnectCasesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateTemplateRequest, UpdateTemplateResponse } from "../models/models_0"; import { de_UpdateTemplateCommand, se_UpdateTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectcases/src/index.ts b/clients/client-connectcases/src/index.ts index 1aef4941b46e8..217135c7d8831 100644 --- a/clients/client-connectcases/src/index.ts +++ b/clients/client-connectcases/src/index.ts @@ -1,8 +1,18 @@ -export * from "./ConnectCases"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

With Amazon Connect Cases, your agents can track and manage customer issues that require + * multiple interactions, follow-up tasks, and teams in your contact center. A case represents a + * customer issue. It records the issue, the steps and interactions taken to resolve the issue, + * and the outcome. For more information, see Amazon Connect Cases in the + * Amazon Connect Administrator Guide.

+ * + * @packageDocumentation + */ export * from "./ConnectCasesClient"; +export * from "./ConnectCases"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ConnectCasesServiceException } from "./models/ConnectCasesServiceException"; diff --git a/clients/client-connectcases/src/models/ConnectCasesServiceException.ts b/clients/client-connectcases/src/models/ConnectCasesServiceException.ts index 3940c0b41e453..3f80eb96fea37 100644 --- a/clients/client-connectcases/src/models/ConnectCasesServiceException.ts +++ b/clients/client-connectcases/src/models/ConnectCasesServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-connectparticipant/src/ConnectParticipantClient.ts b/clients/client-connectparticipant/src/ConnectParticipantClient.ts index de1fc111c3daf..ff82275c8e172 100644 --- a/clients/client-connectparticipant/src/ConnectParticipantClient.ts +++ b/clients/client-connectparticipant/src/ConnectParticipantClient.ts @@ -85,6 +85,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -238,7 +240,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ConnectParticipantClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ConnectParticipantClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -257,7 +259,7 @@ export interface ConnectParticipantClientConfig extends ConnectParticipantClient /** * @public */ -type ConnectParticipantClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ConnectParticipantClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-connectparticipant/src/commands/CompleteAttachmentUploadCommand.ts b/clients/client-connectparticipant/src/commands/CompleteAttachmentUploadCommand.ts index 5f5515decb7e3..db619cf3f8e47 100644 --- a/clients/client-connectparticipant/src/commands/CompleteAttachmentUploadCommand.ts +++ b/clients/client-connectparticipant/src/commands/CompleteAttachmentUploadCommand.ts @@ -21,6 +21,10 @@ import { import { CompleteAttachmentUploadRequest, CompleteAttachmentUploadResponse } from "../models/models_0"; import { de_CompleteAttachmentUploadCommand, se_CompleteAttachmentUploadCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectparticipant/src/commands/CreateParticipantConnectionCommand.ts b/clients/client-connectparticipant/src/commands/CreateParticipantConnectionCommand.ts index 81f7af50e0e62..2ce59cc3ac4f2 100644 --- a/clients/client-connectparticipant/src/commands/CreateParticipantConnectionCommand.ts +++ b/clients/client-connectparticipant/src/commands/CreateParticipantConnectionCommand.ts @@ -24,6 +24,10 @@ import { se_CreateParticipantConnectionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectparticipant/src/commands/DisconnectParticipantCommand.ts b/clients/client-connectparticipant/src/commands/DisconnectParticipantCommand.ts index 9a3198408227f..67e0fa0d0d403 100644 --- a/clients/client-connectparticipant/src/commands/DisconnectParticipantCommand.ts +++ b/clients/client-connectparticipant/src/commands/DisconnectParticipantCommand.ts @@ -21,6 +21,10 @@ import { import { DisconnectParticipantRequest, DisconnectParticipantResponse } from "../models/models_0"; import { de_DisconnectParticipantCommand, se_DisconnectParticipantCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectparticipant/src/commands/GetAttachmentCommand.ts b/clients/client-connectparticipant/src/commands/GetAttachmentCommand.ts index 8ac0672f9accc..ae8ff8829e119 100644 --- a/clients/client-connectparticipant/src/commands/GetAttachmentCommand.ts +++ b/clients/client-connectparticipant/src/commands/GetAttachmentCommand.ts @@ -21,6 +21,10 @@ import { import { GetAttachmentRequest, GetAttachmentResponse } from "../models/models_0"; import { de_GetAttachmentCommand, se_GetAttachmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectparticipant/src/commands/GetTranscriptCommand.ts b/clients/client-connectparticipant/src/commands/GetTranscriptCommand.ts index d3713be6e94a4..9c1eead5cd2e1 100644 --- a/clients/client-connectparticipant/src/commands/GetTranscriptCommand.ts +++ b/clients/client-connectparticipant/src/commands/GetTranscriptCommand.ts @@ -21,6 +21,10 @@ import { import { GetTranscriptRequest, GetTranscriptResponse } from "../models/models_0"; import { de_GetTranscriptCommand, se_GetTranscriptCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectparticipant/src/commands/SendEventCommand.ts b/clients/client-connectparticipant/src/commands/SendEventCommand.ts index 3e8601777aeaa..f2dae4a4f729a 100644 --- a/clients/client-connectparticipant/src/commands/SendEventCommand.ts +++ b/clients/client-connectparticipant/src/commands/SendEventCommand.ts @@ -21,6 +21,10 @@ import { import { SendEventRequest, SendEventResponse } from "../models/models_0"; import { de_SendEventCommand, se_SendEventCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectparticipant/src/commands/SendMessageCommand.ts b/clients/client-connectparticipant/src/commands/SendMessageCommand.ts index c6fd99c948446..74a08a69e6b9d 100644 --- a/clients/client-connectparticipant/src/commands/SendMessageCommand.ts +++ b/clients/client-connectparticipant/src/commands/SendMessageCommand.ts @@ -21,6 +21,10 @@ import { import { SendMessageRequest, SendMessageResponse } from "../models/models_0"; import { de_SendMessageCommand, se_SendMessageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectparticipant/src/commands/StartAttachmentUploadCommand.ts b/clients/client-connectparticipant/src/commands/StartAttachmentUploadCommand.ts index 3477237ecc35b..42f4987c3e323 100644 --- a/clients/client-connectparticipant/src/commands/StartAttachmentUploadCommand.ts +++ b/clients/client-connectparticipant/src/commands/StartAttachmentUploadCommand.ts @@ -21,6 +21,10 @@ import { import { StartAttachmentUploadRequest, StartAttachmentUploadResponse } from "../models/models_0"; import { de_StartAttachmentUploadCommand, se_StartAttachmentUploadCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-connectparticipant/src/index.ts b/clients/client-connectparticipant/src/index.ts index 47a7c8ca4d934..f3f776f4e05a3 100644 --- a/clients/client-connectparticipant/src/index.ts +++ b/clients/client-connectparticipant/src/index.ts @@ -1,8 +1,22 @@ -export * from "./ConnectParticipant"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Connect is an easy-to-use omnichannel cloud contact center service that + * enables companies of any size to deliver superior customer service at a lower cost. + * Amazon Connect communications capabilities make it easy for companies to deliver + * personalized interactions across communication channels, including chat.

+ *

Use the Amazon Connect Participant Service to manage participants (for example, + * agents, customers, and managers listening in), and to send messages and events within a + * chat contact. The APIs in the service enable the following: sending chat messages, + * attachment sharing, managing a participant's connection state and message events, and + * retrieving chat transcripts.

+ * + * @packageDocumentation + */ export * from "./ConnectParticipantClient"; +export * from "./ConnectParticipant"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ConnectParticipantServiceException } from "./models/ConnectParticipantServiceException"; diff --git a/clients/client-connectparticipant/src/models/ConnectParticipantServiceException.ts b/clients/client-connectparticipant/src/models/ConnectParticipantServiceException.ts index 8d38785c2d763..92f381630914e 100644 --- a/clients/client-connectparticipant/src/models/ConnectParticipantServiceException.ts +++ b/clients/client-connectparticipant/src/models/ConnectParticipantServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-controltower/src/ControlTowerClient.ts b/clients/client-controltower/src/ControlTowerClient.ts index 7a1f06e70864c..751df52ffa7b2 100644 --- a/clients/client-controltower/src/ControlTowerClient.ts +++ b/clients/client-controltower/src/ControlTowerClient.ts @@ -69,6 +69,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -214,7 +216,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ControlTowerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ControlTowerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -233,7 +235,7 @@ export interface ControlTowerClientConfig extends ControlTowerClientConfigType { /** * @public */ -type ControlTowerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ControlTowerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-controltower/src/commands/DisableControlCommand.ts b/clients/client-controltower/src/commands/DisableControlCommand.ts index b7bb3c1b904f0..f70028eb2180d 100644 --- a/clients/client-controltower/src/commands/DisableControlCommand.ts +++ b/clients/client-controltower/src/commands/DisableControlCommand.ts @@ -17,6 +17,10 @@ import { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DisableControlInput, DisableControlOutput } from "../models/models_0"; import { de_DisableControlCommand, se_DisableControlCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-controltower/src/commands/EnableControlCommand.ts b/clients/client-controltower/src/commands/EnableControlCommand.ts index 0e9643fcb36c5..94ba51d54734d 100644 --- a/clients/client-controltower/src/commands/EnableControlCommand.ts +++ b/clients/client-controltower/src/commands/EnableControlCommand.ts @@ -17,6 +17,10 @@ import { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { EnableControlInput, EnableControlOutput } from "../models/models_0"; import { de_EnableControlCommand, se_EnableControlCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-controltower/src/commands/GetControlOperationCommand.ts b/clients/client-controltower/src/commands/GetControlOperationCommand.ts index 901511237fa63..c31dc0e24faa8 100644 --- a/clients/client-controltower/src/commands/GetControlOperationCommand.ts +++ b/clients/client-controltower/src/commands/GetControlOperationCommand.ts @@ -17,6 +17,10 @@ import { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetControlOperationInput, GetControlOperationOutput } from "../models/models_0"; import { de_GetControlOperationCommand, se_GetControlOperationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-controltower/src/commands/ListEnabledControlsCommand.ts b/clients/client-controltower/src/commands/ListEnabledControlsCommand.ts index 4ee80bd3a5ccc..d693b3550acc9 100644 --- a/clients/client-controltower/src/commands/ListEnabledControlsCommand.ts +++ b/clients/client-controltower/src/commands/ListEnabledControlsCommand.ts @@ -17,6 +17,10 @@ import { ControlTowerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListEnabledControlsInput, ListEnabledControlsOutput } from "../models/models_0"; import { de_ListEnabledControlsCommand, se_ListEnabledControlsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-controltower/src/index.ts b/clients/client-controltower/src/index.ts index c0b6a60b0a853..14879a4e5f19c 100644 --- a/clients/client-controltower/src/index.ts +++ b/clients/client-controltower/src/index.ts @@ -1,8 +1,84 @@ -export * from "./ControlTower"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

These interfaces allow you to apply the AWS library of pre-defined controls to your + * organizational units, programmatically. In this context, controls are the same as AWS Control Tower guardrails.

+ *

To call these APIs, you'll need to know:

+ *
    + *
  • + *

    the ControlARN for the control--that is, the + * guardrail--you are targeting,

    + *
  • + *
  • + *

    and the ARN associated with the target organizational unit (OU).

    + *
  • + *
+ *

+ * To get the ControlARN for your AWS Control Tower guardrail: + *

+ *

The ControlARN contains the control name which is specified in each guardrail. For a list of control names for Strongly recommended and Elective guardrails, see Resource identifiers for APIs and guardrails in the Automating tasks section of the AWS Control Tower User Guide. Remember that Mandatory guardrails cannot be added or removed.

+ * + *

+ * ARN format: + * arn:aws:controltower:{REGION}::control/{CONTROL_NAME} + *

+ *

+ * Example: + *

+ *

+ * arn:aws:controltower:us-west-2::control/AWS-GR_AUTOSCALING_LAUNCH_CONFIG_PUBLIC_IP_DISABLED + *

+ *
+ *

+ * To get the ARN for an OU: + *

+ *

In the AWS Organizations console, you can find the ARN for the OU on the Organizational unit details page associated with that OU.

+ * + *

+ * OU ARN format: + *

+ *

+ * arn:${Partition}:organizations::${MasterAccountId}:ou/o-${OrganizationId}/ou-${OrganizationalUnitId} + *

+ *
+ *

+ * Details and examples + *

+ * + *

To view the open source resource repository on GitHub, see aws-cloudformation/aws-cloudformation-resource-providers-controltower + *

+ *

+ * Recording API Requests + *

+ *

AWS Control Tower supports AWS CloudTrail, a service that records AWS API calls for your AWS account and delivers log files to an Amazon S3 bucket. By using information collected by CloudTrail, you can determine which requests the AWS Control Tower service received, who made the request and when, and so on. For more about AWS Control Tower and its support for CloudTrail, see Logging AWS Control Tower Actions with AWS CloudTrail in the AWS Control Tower User Guide. To learn more about CloudTrail, including how to turn it on and find your log files, see the AWS CloudTrail User Guide.

+ * + * @packageDocumentation + */ export * from "./ControlTowerClient"; +export * from "./ControlTower"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ControlTowerServiceException } from "./models/ControlTowerServiceException"; diff --git a/clients/client-controltower/src/models/ControlTowerServiceException.ts b/clients/client-controltower/src/models/ControlTowerServiceException.ts index 5cd3e4cbfc784..d8803a71a3680 100644 --- a/clients/client-controltower/src/models/ControlTowerServiceException.ts +++ b/clients/client-controltower/src/models/ControlTowerServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-cost-and-usage-report-service/src/CostAndUsageReportServiceClient.ts b/clients/client-cost-and-usage-report-service/src/CostAndUsageReportServiceClient.ts index d5317ee0b3c7d..e740dfeeb4351 100644 --- a/clients/client-cost-and-usage-report-service/src/CostAndUsageReportServiceClient.ts +++ b/clients/client-cost-and-usage-report-service/src/CostAndUsageReportServiceClient.ts @@ -75,6 +75,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -220,7 +222,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CostAndUsageReportServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CostAndUsageReportServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -239,7 +241,7 @@ export interface CostAndUsageReportServiceClientConfig extends CostAndUsageRepor /** * @public */ -type CostAndUsageReportServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CostAndUsageReportServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-cost-and-usage-report-service/src/commands/DeleteReportDefinitionCommand.ts b/clients/client-cost-and-usage-report-service/src/commands/DeleteReportDefinitionCommand.ts index 218b8d249444b..febd522d023f3 100644 --- a/clients/client-cost-and-usage-report-service/src/commands/DeleteReportDefinitionCommand.ts +++ b/clients/client-cost-and-usage-report-service/src/commands/DeleteReportDefinitionCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteReportDefinitionRequest, DeleteReportDefinitionResponse } from "../models/models_0"; import { de_DeleteReportDefinitionCommand, se_DeleteReportDefinitionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-and-usage-report-service/src/commands/DescribeReportDefinitionsCommand.ts b/clients/client-cost-and-usage-report-service/src/commands/DescribeReportDefinitionsCommand.ts index 237282b484681..c9e9baf1eb845 100644 --- a/clients/client-cost-and-usage-report-service/src/commands/DescribeReportDefinitionsCommand.ts +++ b/clients/client-cost-and-usage-report-service/src/commands/DescribeReportDefinitionsCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeReportDefinitionsRequest, DescribeReportDefinitionsResponse } from "../models/models_0"; import { de_DescribeReportDefinitionsCommand, se_DescribeReportDefinitionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-and-usage-report-service/src/commands/ModifyReportDefinitionCommand.ts b/clients/client-cost-and-usage-report-service/src/commands/ModifyReportDefinitionCommand.ts index 8940fcf64f0bc..4d2b3f85b6fd4 100644 --- a/clients/client-cost-and-usage-report-service/src/commands/ModifyReportDefinitionCommand.ts +++ b/clients/client-cost-and-usage-report-service/src/commands/ModifyReportDefinitionCommand.ts @@ -21,6 +21,10 @@ import { import { ModifyReportDefinitionRequest, ModifyReportDefinitionResponse } from "../models/models_0"; import { de_ModifyReportDefinitionCommand, se_ModifyReportDefinitionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-and-usage-report-service/src/commands/PutReportDefinitionCommand.ts b/clients/client-cost-and-usage-report-service/src/commands/PutReportDefinitionCommand.ts index 4ce5473c1e57d..ac25ff9c78091 100644 --- a/clients/client-cost-and-usage-report-service/src/commands/PutReportDefinitionCommand.ts +++ b/clients/client-cost-and-usage-report-service/src/commands/PutReportDefinitionCommand.ts @@ -21,6 +21,10 @@ import { import { PutReportDefinitionRequest, PutReportDefinitionResponse } from "../models/models_0"; import { de_PutReportDefinitionCommand, se_PutReportDefinitionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-and-usage-report-service/src/index.ts b/clients/client-cost-and-usage-report-service/src/index.ts index bf39d6a4af74b..dc54a79adfbe4 100644 --- a/clients/client-cost-and-usage-report-service/src/index.ts +++ b/clients/client-cost-and-usage-report-service/src/index.ts @@ -1,8 +1,31 @@ -export * from "./CostAndUsageReportService"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The AWS Cost and Usage Report API enables you to programmatically create, query, and delete + * AWS Cost and Usage report definitions.

+ *

AWS Cost and Usage reports track the monthly AWS costs and usage + * associated with your AWS account. + * + * The report contains line items for each unique combination of AWS product, + * usage type, and operation that your AWS account uses. + * + * You can configure the AWS Cost and Usage report to show only the data that you want, using the + * AWS Cost and Usage API.

+ * + *

Service Endpoint

+ *

The AWS Cost and Usage Report API provides the following endpoint:

+ *
    + *
  • + *

    cur.us-east-1.amazonaws.com

    + *
  • + *
+ * + * @packageDocumentation + */ export * from "./CostAndUsageReportServiceClient"; +export * from "./CostAndUsageReportService"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { CostAndUsageReportServiceServiceException } from "./models/CostAndUsageReportServiceServiceException"; diff --git a/clients/client-cost-and-usage-report-service/src/models/CostAndUsageReportServiceServiceException.ts b/clients/client-cost-and-usage-report-service/src/models/CostAndUsageReportServiceServiceException.ts index febc1077e5119..b46dda36d797e 100644 --- a/clients/client-cost-and-usage-report-service/src/models/CostAndUsageReportServiceServiceException.ts +++ b/clients/client-cost-and-usage-report-service/src/models/CostAndUsageReportServiceServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-cost-explorer/src/CostExplorerClient.ts b/clients/client-cost-explorer/src/CostExplorerClient.ts index 2e86ca0ae4204..afa72dc27f572 100644 --- a/clients/client-cost-explorer/src/CostExplorerClient.ts +++ b/clients/client-cost-explorer/src/CostExplorerClient.ts @@ -177,6 +177,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -388,7 +390,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CostExplorerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CostExplorerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -407,7 +409,7 @@ export interface CostExplorerClientConfig extends CostExplorerClientConfigType { /** * @public */ -type CostExplorerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CostExplorerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-cost-explorer/src/commands/CreateAnomalyMonitorCommand.ts b/clients/client-cost-explorer/src/commands/CreateAnomalyMonitorCommand.ts index 73a17e4353036..486a2a219c28d 100644 --- a/clients/client-cost-explorer/src/commands/CreateAnomalyMonitorCommand.ts +++ b/clients/client-cost-explorer/src/commands/CreateAnomalyMonitorCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateAnomalyMonitorRequest, CreateAnomalyMonitorResponse } from "../models/models_0"; import { de_CreateAnomalyMonitorCommand, se_CreateAnomalyMonitorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/CreateAnomalySubscriptionCommand.ts b/clients/client-cost-explorer/src/commands/CreateAnomalySubscriptionCommand.ts index d19c8756354f4..ec481eddd2397 100644 --- a/clients/client-cost-explorer/src/commands/CreateAnomalySubscriptionCommand.ts +++ b/clients/client-cost-explorer/src/commands/CreateAnomalySubscriptionCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateAnomalySubscriptionRequest, CreateAnomalySubscriptionResponse } from "../models/models_0"; import { de_CreateAnomalySubscriptionCommand, se_CreateAnomalySubscriptionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/CreateCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/src/commands/CreateCostCategoryDefinitionCommand.ts index 2d9b518f7f923..8c20e7af22b3d 100644 --- a/clients/client-cost-explorer/src/commands/CreateCostCategoryDefinitionCommand.ts +++ b/clients/client-cost-explorer/src/commands/CreateCostCategoryDefinitionCommand.ts @@ -20,6 +20,10 @@ import { se_CreateCostCategoryDefinitionCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/DeleteAnomalyMonitorCommand.ts b/clients/client-cost-explorer/src/commands/DeleteAnomalyMonitorCommand.ts index 4882b7c8fe41f..e505958e85871 100644 --- a/clients/client-cost-explorer/src/commands/DeleteAnomalyMonitorCommand.ts +++ b/clients/client-cost-explorer/src/commands/DeleteAnomalyMonitorCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteAnomalyMonitorRequest, DeleteAnomalyMonitorResponse } from "../models/models_0"; import { de_DeleteAnomalyMonitorCommand, se_DeleteAnomalyMonitorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/DeleteAnomalySubscriptionCommand.ts b/clients/client-cost-explorer/src/commands/DeleteAnomalySubscriptionCommand.ts index 82db9e6b0a7f2..e1eefb6e92fda 100644 --- a/clients/client-cost-explorer/src/commands/DeleteAnomalySubscriptionCommand.ts +++ b/clients/client-cost-explorer/src/commands/DeleteAnomalySubscriptionCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteAnomalySubscriptionRequest, DeleteAnomalySubscriptionResponse } from "../models/models_0"; import { de_DeleteAnomalySubscriptionCommand, se_DeleteAnomalySubscriptionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/DeleteCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/src/commands/DeleteCostCategoryDefinitionCommand.ts index 30362d68969ee..5ca1447ebc46f 100644 --- a/clients/client-cost-explorer/src/commands/DeleteCostCategoryDefinitionCommand.ts +++ b/clients/client-cost-explorer/src/commands/DeleteCostCategoryDefinitionCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteCostCategoryDefinitionCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/DescribeCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/src/commands/DescribeCostCategoryDefinitionCommand.ts index 9cfb93ef98973..256ac90b27b3f 100644 --- a/clients/client-cost-explorer/src/commands/DescribeCostCategoryDefinitionCommand.ts +++ b/clients/client-cost-explorer/src/commands/DescribeCostCategoryDefinitionCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeCostCategoryDefinitionCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/GetAnomaliesCommand.ts b/clients/client-cost-explorer/src/commands/GetAnomaliesCommand.ts index 578cd6c787d09..2efdfabcedfc3 100644 --- a/clients/client-cost-explorer/src/commands/GetAnomaliesCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetAnomaliesCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetAnomaliesRequest, GetAnomaliesResponse } from "../models/models_0"; import { de_GetAnomaliesCommand, se_GetAnomaliesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/GetAnomalyMonitorsCommand.ts b/clients/client-cost-explorer/src/commands/GetAnomalyMonitorsCommand.ts index 5d0cca6f57cc4..a7f9c54541927 100644 --- a/clients/client-cost-explorer/src/commands/GetAnomalyMonitorsCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetAnomalyMonitorsCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetAnomalyMonitorsRequest, GetAnomalyMonitorsResponse } from "../models/models_0"; import { de_GetAnomalyMonitorsCommand, se_GetAnomalyMonitorsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/GetAnomalySubscriptionsCommand.ts b/clients/client-cost-explorer/src/commands/GetAnomalySubscriptionsCommand.ts index 55465c4965755..70635cd0f8e38 100644 --- a/clients/client-cost-explorer/src/commands/GetAnomalySubscriptionsCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetAnomalySubscriptionsCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetAnomalySubscriptionsRequest, GetAnomalySubscriptionsResponse } from "../models/models_0"; import { de_GetAnomalySubscriptionsCommand, se_GetAnomalySubscriptionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/GetCostAndUsageCommand.ts b/clients/client-cost-explorer/src/commands/GetCostAndUsageCommand.ts index 3aa1d11fdb11e..9d9cbc16ff5de 100644 --- a/clients/client-cost-explorer/src/commands/GetCostAndUsageCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetCostAndUsageCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetCostAndUsageRequest, GetCostAndUsageResponse } from "../models/models_0"; import { de_GetCostAndUsageCommand, se_GetCostAndUsageCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/GetCostAndUsageWithResourcesCommand.ts b/clients/client-cost-explorer/src/commands/GetCostAndUsageWithResourcesCommand.ts index a05b4e8f24ee7..ccda7e6e5b4bb 100644 --- a/clients/client-cost-explorer/src/commands/GetCostAndUsageWithResourcesCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetCostAndUsageWithResourcesCommand.ts @@ -20,6 +20,10 @@ import { se_GetCostAndUsageWithResourcesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/GetCostCategoriesCommand.ts b/clients/client-cost-explorer/src/commands/GetCostCategoriesCommand.ts index 995381885dffc..076cf6aa2e135 100644 --- a/clients/client-cost-explorer/src/commands/GetCostCategoriesCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetCostCategoriesCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetCostCategoriesRequest, GetCostCategoriesResponse } from "../models/models_0"; import { de_GetCostCategoriesCommand, se_GetCostCategoriesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/GetCostForecastCommand.ts b/clients/client-cost-explorer/src/commands/GetCostForecastCommand.ts index 0dcd8aa929acb..96ce83e05232e 100644 --- a/clients/client-cost-explorer/src/commands/GetCostForecastCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetCostForecastCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetCostForecastRequest, GetCostForecastResponse } from "../models/models_0"; import { de_GetCostForecastCommand, se_GetCostForecastCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/GetDimensionValuesCommand.ts b/clients/client-cost-explorer/src/commands/GetDimensionValuesCommand.ts index 413d9a16d9f93..9947b10d9378e 100644 --- a/clients/client-cost-explorer/src/commands/GetDimensionValuesCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetDimensionValuesCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetDimensionValuesRequest, GetDimensionValuesResponse } from "../models/models_0"; import { de_GetDimensionValuesCommand, se_GetDimensionValuesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/GetReservationCoverageCommand.ts b/clients/client-cost-explorer/src/commands/GetReservationCoverageCommand.ts index 08acd17c3355e..27b5d0ff44639 100644 --- a/clients/client-cost-explorer/src/commands/GetReservationCoverageCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetReservationCoverageCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetReservationCoverageRequest, GetReservationCoverageResponse } from "../models/models_0"; import { de_GetReservationCoverageCommand, se_GetReservationCoverageCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/GetReservationPurchaseRecommendationCommand.ts b/clients/client-cost-explorer/src/commands/GetReservationPurchaseRecommendationCommand.ts index d3032993a43e9..1e4110187fff9 100644 --- a/clients/client-cost-explorer/src/commands/GetReservationPurchaseRecommendationCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetReservationPurchaseRecommendationCommand.ts @@ -23,6 +23,10 @@ import { se_GetReservationPurchaseRecommendationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/GetReservationUtilizationCommand.ts b/clients/client-cost-explorer/src/commands/GetReservationUtilizationCommand.ts index e66153240dda4..ee785c4acb8ee 100644 --- a/clients/client-cost-explorer/src/commands/GetReservationUtilizationCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetReservationUtilizationCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetReservationUtilizationRequest, GetReservationUtilizationResponse } from "../models/models_0"; import { de_GetReservationUtilizationCommand, se_GetReservationUtilizationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/GetRightsizingRecommendationCommand.ts b/clients/client-cost-explorer/src/commands/GetRightsizingRecommendationCommand.ts index b2f6679e16c28..976e6e5a5433b 100644 --- a/clients/client-cost-explorer/src/commands/GetRightsizingRecommendationCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetRightsizingRecommendationCommand.ts @@ -20,6 +20,10 @@ import { se_GetRightsizingRecommendationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlansCoverageCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlansCoverageCommand.ts index 6959b08113570..4e35b0e5d66e5 100644 --- a/clients/client-cost-explorer/src/commands/GetSavingsPlansCoverageCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetSavingsPlansCoverageCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetSavingsPlansCoverageRequest, GetSavingsPlansCoverageResponse } from "../models/models_0"; import { de_GetSavingsPlansCoverageCommand, se_GetSavingsPlansCoverageCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlansPurchaseRecommendationCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlansPurchaseRecommendationCommand.ts index 8d591ab7511b0..da95bd01169d6 100644 --- a/clients/client-cost-explorer/src/commands/GetSavingsPlansPurchaseRecommendationCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetSavingsPlansPurchaseRecommendationCommand.ts @@ -23,6 +23,10 @@ import { se_GetSavingsPlansPurchaseRecommendationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationCommand.ts index 971877aebf35e..cd98b8fca61f4 100644 --- a/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetSavingsPlansUtilizationRequest, GetSavingsPlansUtilizationResponse } from "../models/models_0"; import { de_GetSavingsPlansUtilizationCommand, se_GetSavingsPlansUtilizationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationDetailsCommand.ts b/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationDetailsCommand.ts index 6185a94c08fde..4a85f9ffbfa89 100644 --- a/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationDetailsCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetSavingsPlansUtilizationDetailsCommand.ts @@ -23,6 +23,10 @@ import { se_GetSavingsPlansUtilizationDetailsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/GetTagsCommand.ts b/clients/client-cost-explorer/src/commands/GetTagsCommand.ts index 34236c8a08bd2..a0a9ecba4fed1 100644 --- a/clients/client-cost-explorer/src/commands/GetTagsCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetTagsCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetTagsRequest, GetTagsResponse } from "../models/models_0"; import { de_GetTagsCommand, se_GetTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/GetUsageForecastCommand.ts b/clients/client-cost-explorer/src/commands/GetUsageForecastCommand.ts index c9c3415862de0..9ecd9945159d7 100644 --- a/clients/client-cost-explorer/src/commands/GetUsageForecastCommand.ts +++ b/clients/client-cost-explorer/src/commands/GetUsageForecastCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetUsageForecastRequest, GetUsageForecastResponse } from "../models/models_0"; import { de_GetUsageForecastCommand, se_GetUsageForecastCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/ListCostAllocationTagsCommand.ts b/clients/client-cost-explorer/src/commands/ListCostAllocationTagsCommand.ts index 6fd31c857862c..62c2ef56d0fc3 100644 --- a/clients/client-cost-explorer/src/commands/ListCostAllocationTagsCommand.ts +++ b/clients/client-cost-explorer/src/commands/ListCostAllocationTagsCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListCostAllocationTagsRequest, ListCostAllocationTagsResponse } from "../models/models_0"; import { de_ListCostAllocationTagsCommand, se_ListCostAllocationTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/ListCostCategoryDefinitionsCommand.ts b/clients/client-cost-explorer/src/commands/ListCostCategoryDefinitionsCommand.ts index 335c477acd8fb..eab02f23fc688 100644 --- a/clients/client-cost-explorer/src/commands/ListCostCategoryDefinitionsCommand.ts +++ b/clients/client-cost-explorer/src/commands/ListCostCategoryDefinitionsCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListCostCategoryDefinitionsRequest, ListCostCategoryDefinitionsResponse } from "../models/models_0"; import { de_ListCostCategoryDefinitionsCommand, se_ListCostCategoryDefinitionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.ts b/clients/client-cost-explorer/src/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.ts index f95af791237cc..41d602e94e95b 100644 --- a/clients/client-cost-explorer/src/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.ts +++ b/clients/client-cost-explorer/src/commands/ListSavingsPlansPurchaseRecommendationGenerationCommand.ts @@ -23,6 +23,10 @@ import { se_ListSavingsPlansPurchaseRecommendationGenerationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/ListTagsForResourceCommand.ts b/clients/client-cost-explorer/src/commands/ListTagsForResourceCommand.ts index 0947fe3586df8..0de9684b30b54 100644 --- a/clients/client-cost-explorer/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-cost-explorer/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/ProvideAnomalyFeedbackCommand.ts b/clients/client-cost-explorer/src/commands/ProvideAnomalyFeedbackCommand.ts index 7fecea154ba7b..9c007bfcbb9ca 100644 --- a/clients/client-cost-explorer/src/commands/ProvideAnomalyFeedbackCommand.ts +++ b/clients/client-cost-explorer/src/commands/ProvideAnomalyFeedbackCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ProvideAnomalyFeedbackRequest, ProvideAnomalyFeedbackResponse } from "../models/models_0"; import { de_ProvideAnomalyFeedbackCommand, se_ProvideAnomalyFeedbackCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.ts b/clients/client-cost-explorer/src/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.ts index c29758585e2ef..56acbf30c2cab 100644 --- a/clients/client-cost-explorer/src/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.ts +++ b/clients/client-cost-explorer/src/commands/StartSavingsPlansPurchaseRecommendationGenerationCommand.ts @@ -23,6 +23,10 @@ import { se_StartSavingsPlansPurchaseRecommendationGenerationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/TagResourceCommand.ts b/clients/client-cost-explorer/src/commands/TagResourceCommand.ts index 8a5485138edc5..193788acd51bd 100644 --- a/clients/client-cost-explorer/src/commands/TagResourceCommand.ts +++ b/clients/client-cost-explorer/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/UntagResourceCommand.ts b/clients/client-cost-explorer/src/commands/UntagResourceCommand.ts index f5084971fb37b..e2e2af1df7fe9 100644 --- a/clients/client-cost-explorer/src/commands/UntagResourceCommand.ts +++ b/clients/client-cost-explorer/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/UpdateAnomalyMonitorCommand.ts b/clients/client-cost-explorer/src/commands/UpdateAnomalyMonitorCommand.ts index 75bc00a505b02..6a0da1e40a9c1 100644 --- a/clients/client-cost-explorer/src/commands/UpdateAnomalyMonitorCommand.ts +++ b/clients/client-cost-explorer/src/commands/UpdateAnomalyMonitorCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateAnomalyMonitorRequest, UpdateAnomalyMonitorResponse } from "../models/models_0"; import { de_UpdateAnomalyMonitorCommand, se_UpdateAnomalyMonitorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/UpdateAnomalySubscriptionCommand.ts b/clients/client-cost-explorer/src/commands/UpdateAnomalySubscriptionCommand.ts index a5c9cbbb151b6..ea1ba964722f9 100644 --- a/clients/client-cost-explorer/src/commands/UpdateAnomalySubscriptionCommand.ts +++ b/clients/client-cost-explorer/src/commands/UpdateAnomalySubscriptionCommand.ts @@ -17,6 +17,10 @@ import { CostExplorerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateAnomalySubscriptionRequest, UpdateAnomalySubscriptionResponse } from "../models/models_0"; import { de_UpdateAnomalySubscriptionCommand, se_UpdateAnomalySubscriptionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/UpdateCostAllocationTagsStatusCommand.ts b/clients/client-cost-explorer/src/commands/UpdateCostAllocationTagsStatusCommand.ts index d44ce5c24fae7..115c70c4c4218 100644 --- a/clients/client-cost-explorer/src/commands/UpdateCostAllocationTagsStatusCommand.ts +++ b/clients/client-cost-explorer/src/commands/UpdateCostAllocationTagsStatusCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateCostAllocationTagsStatusCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/commands/UpdateCostCategoryDefinitionCommand.ts b/clients/client-cost-explorer/src/commands/UpdateCostCategoryDefinitionCommand.ts index 9d444b214d70c..8a2c4e5b89c6d 100644 --- a/clients/client-cost-explorer/src/commands/UpdateCostCategoryDefinitionCommand.ts +++ b/clients/client-cost-explorer/src/commands/UpdateCostCategoryDefinitionCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateCostCategoryDefinitionCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-cost-explorer/src/index.ts b/clients/client-cost-explorer/src/index.ts index fe6e504a8518e..6b08c158cf727 100644 --- a/clients/client-cost-explorer/src/index.ts +++ b/clients/client-cost-explorer/src/index.ts @@ -1,8 +1,29 @@ -export * from "./CostExplorer"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

You can use the Cost Explorer API to programmatically query your cost and usage data. + * You can query for aggregated data such as total monthly costs or total daily usage. You can + * also query for granular data. This might include the number of daily write operations for + * Amazon DynamoDB database tables in your production environment.

+ *

Service Endpoint

+ *

The Cost Explorer API provides the following endpoint:

+ *
    + *
  • + *

    + * https://ce.us-east-1.amazonaws.com + *

    + *
  • + *
+ *

For information about the costs that are associated with the Cost Explorer API, see + * Amazon Web Services Cost + * Management Pricing.

+ * + * @packageDocumentation + */ export * from "./CostExplorerClient"; +export * from "./CostExplorer"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { CostExplorerServiceException } from "./models/CostExplorerServiceException"; diff --git a/clients/client-cost-explorer/src/models/CostExplorerServiceException.ts b/clients/client-cost-explorer/src/models/CostExplorerServiceException.ts index 2a974d57c7281..4b0c63bf02bb4 100644 --- a/clients/client-cost-explorer/src/models/CostExplorerServiceException.ts +++ b/clients/client-cost-explorer/src/models/CostExplorerServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-customer-profiles/src/CustomerProfilesClient.ts b/clients/client-customer-profiles/src/CustomerProfilesClient.ts index e0664adf31af3..d9fb2be1ef06c 100644 --- a/clients/client-customer-profiles/src/CustomerProfilesClient.ts +++ b/clients/client-customer-profiles/src/CustomerProfilesClient.ts @@ -136,6 +136,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -349,7 +351,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type CustomerProfilesClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type CustomerProfilesClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -368,7 +370,7 @@ export interface CustomerProfilesClientConfig extends CustomerProfilesClientConf /** * @public */ -type CustomerProfilesClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type CustomerProfilesClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-customer-profiles/src/commands/AddProfileKeyCommand.ts b/clients/client-customer-profiles/src/commands/AddProfileKeyCommand.ts index f0d7d669150f6..b1df1e6249690 100644 --- a/clients/client-customer-profiles/src/commands/AddProfileKeyCommand.ts +++ b/clients/client-customer-profiles/src/commands/AddProfileKeyCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { AddProfileKeyRequest, AddProfileKeyResponse } from "../models/models_0"; import { de_AddProfileKeyCommand, se_AddProfileKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/CreateDomainCommand.ts b/clients/client-customer-profiles/src/commands/CreateDomainCommand.ts index 27a33b595505b..00cc88469dcad 100644 --- a/clients/client-customer-profiles/src/commands/CreateDomainCommand.ts +++ b/clients/client-customer-profiles/src/commands/CreateDomainCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0"; import { de_CreateDomainCommand, se_CreateDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/CreateIntegrationWorkflowCommand.ts b/clients/client-customer-profiles/src/commands/CreateIntegrationWorkflowCommand.ts index 20dd2df61dc21..3836d2c9e099a 100644 --- a/clients/client-customer-profiles/src/commands/CreateIntegrationWorkflowCommand.ts +++ b/clients/client-customer-profiles/src/commands/CreateIntegrationWorkflowCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateIntegrationWorkflowRequest, CreateIntegrationWorkflowResponse } from "../models/models_0"; import { de_CreateIntegrationWorkflowCommand, se_CreateIntegrationWorkflowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/CreateProfileCommand.ts b/clients/client-customer-profiles/src/commands/CreateProfileCommand.ts index 6ad81f87b6370..ae78ed41a91a1 100644 --- a/clients/client-customer-profiles/src/commands/CreateProfileCommand.ts +++ b/clients/client-customer-profiles/src/commands/CreateProfileCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateProfileRequest, CreateProfileResponse } from "../models/models_0"; import { de_CreateProfileCommand, se_CreateProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/DeleteDomainCommand.ts b/clients/client-customer-profiles/src/commands/DeleteDomainCommand.ts index 6dad938435470..90e611d712268 100644 --- a/clients/client-customer-profiles/src/commands/DeleteDomainCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteDomainCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0"; import { de_DeleteDomainCommand, se_DeleteDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/DeleteIntegrationCommand.ts b/clients/client-customer-profiles/src/commands/DeleteIntegrationCommand.ts index eaf5abb58112e..f224941094a18 100644 --- a/clients/client-customer-profiles/src/commands/DeleteIntegrationCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteIntegrationCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteIntegrationRequest, DeleteIntegrationResponse } from "../models/models_0"; import { de_DeleteIntegrationCommand, se_DeleteIntegrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/DeleteProfileCommand.ts b/clients/client-customer-profiles/src/commands/DeleteProfileCommand.ts index 2c7b3499eb318..6ec103a42540e 100644 --- a/clients/client-customer-profiles/src/commands/DeleteProfileCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteProfileCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteProfileRequest, DeleteProfileResponse } from "../models/models_0"; import { de_DeleteProfileCommand, se_DeleteProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/DeleteProfileKeyCommand.ts b/clients/client-customer-profiles/src/commands/DeleteProfileKeyCommand.ts index ceed444af4c72..95742e4669115 100644 --- a/clients/client-customer-profiles/src/commands/DeleteProfileKeyCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteProfileKeyCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteProfileKeyRequest, DeleteProfileKeyResponse } from "../models/models_0"; import { de_DeleteProfileKeyCommand, se_DeleteProfileKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/DeleteProfileObjectCommand.ts b/clients/client-customer-profiles/src/commands/DeleteProfileObjectCommand.ts index 05c0c02a455de..8d4ee5d47a636 100644 --- a/clients/client-customer-profiles/src/commands/DeleteProfileObjectCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteProfileObjectCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteProfileObjectRequest, DeleteProfileObjectResponse } from "../models/models_0"; import { de_DeleteProfileObjectCommand, se_DeleteProfileObjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/DeleteProfileObjectTypeCommand.ts b/clients/client-customer-profiles/src/commands/DeleteProfileObjectTypeCommand.ts index 297b2928f9a6f..d7686cc9d2ed2 100644 --- a/clients/client-customer-profiles/src/commands/DeleteProfileObjectTypeCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteProfileObjectTypeCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteProfileObjectTypeRequest, DeleteProfileObjectTypeResponse } from "../models/models_0"; import { de_DeleteProfileObjectTypeCommand, se_DeleteProfileObjectTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/DeleteWorkflowCommand.ts b/clients/client-customer-profiles/src/commands/DeleteWorkflowCommand.ts index 40a8256337e86..df5d11a7d90c7 100644 --- a/clients/client-customer-profiles/src/commands/DeleteWorkflowCommand.ts +++ b/clients/client-customer-profiles/src/commands/DeleteWorkflowCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteWorkflowRequest, DeleteWorkflowResponse } from "../models/models_0"; import { de_DeleteWorkflowCommand, se_DeleteWorkflowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/GetAutoMergingPreviewCommand.ts b/clients/client-customer-profiles/src/commands/GetAutoMergingPreviewCommand.ts index 5899531c3f404..029a25897f246 100644 --- a/clients/client-customer-profiles/src/commands/GetAutoMergingPreviewCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetAutoMergingPreviewCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetAutoMergingPreviewRequest, GetAutoMergingPreviewResponse } from "../models/models_0"; import { de_GetAutoMergingPreviewCommand, se_GetAutoMergingPreviewCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/GetDomainCommand.ts b/clients/client-customer-profiles/src/commands/GetDomainCommand.ts index 8940f49d53758..46b4519276d34 100644 --- a/clients/client-customer-profiles/src/commands/GetDomainCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetDomainCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetDomainRequest, GetDomainResponse } from "../models/models_0"; import { de_GetDomainCommand, se_GetDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/GetIdentityResolutionJobCommand.ts b/clients/client-customer-profiles/src/commands/GetIdentityResolutionJobCommand.ts index 3d3d1152e178b..a63d1678aee73 100644 --- a/clients/client-customer-profiles/src/commands/GetIdentityResolutionJobCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetIdentityResolutionJobCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetIdentityResolutionJobRequest, GetIdentityResolutionJobResponse } from "../models/models_0"; import { de_GetIdentityResolutionJobCommand, se_GetIdentityResolutionJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/GetIntegrationCommand.ts b/clients/client-customer-profiles/src/commands/GetIntegrationCommand.ts index 820240f1ad01d..abc2511cee5c3 100644 --- a/clients/client-customer-profiles/src/commands/GetIntegrationCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetIntegrationCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetIntegrationRequest, GetIntegrationResponse } from "../models/models_0"; import { de_GetIntegrationCommand, se_GetIntegrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/GetMatchesCommand.ts b/clients/client-customer-profiles/src/commands/GetMatchesCommand.ts index 4c89048858ef0..c241c63450587 100644 --- a/clients/client-customer-profiles/src/commands/GetMatchesCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetMatchesCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetMatchesRequest, GetMatchesResponse } from "../models/models_0"; import { de_GetMatchesCommand, se_GetMatchesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/GetProfileObjectTypeCommand.ts b/clients/client-customer-profiles/src/commands/GetProfileObjectTypeCommand.ts index 9b9d389cf0bd6..7df670aad1736 100644 --- a/clients/client-customer-profiles/src/commands/GetProfileObjectTypeCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetProfileObjectTypeCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetProfileObjectTypeRequest, GetProfileObjectTypeResponse } from "../models/models_0"; import { de_GetProfileObjectTypeCommand, se_GetProfileObjectTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/GetProfileObjectTypeTemplateCommand.ts b/clients/client-customer-profiles/src/commands/GetProfileObjectTypeTemplateCommand.ts index 8cdad317e824d..404b174c4a586 100644 --- a/clients/client-customer-profiles/src/commands/GetProfileObjectTypeTemplateCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetProfileObjectTypeTemplateCommand.ts @@ -20,6 +20,10 @@ import { se_GetProfileObjectTypeTemplateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/GetWorkflowCommand.ts b/clients/client-customer-profiles/src/commands/GetWorkflowCommand.ts index 8c862ba781c5c..74ed491df5b5b 100644 --- a/clients/client-customer-profiles/src/commands/GetWorkflowCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetWorkflowCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetWorkflowRequest, GetWorkflowResponse } from "../models/models_0"; import { de_GetWorkflowCommand, se_GetWorkflowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/GetWorkflowStepsCommand.ts b/clients/client-customer-profiles/src/commands/GetWorkflowStepsCommand.ts index 973ff61402952..ba375eeb15a0d 100644 --- a/clients/client-customer-profiles/src/commands/GetWorkflowStepsCommand.ts +++ b/clients/client-customer-profiles/src/commands/GetWorkflowStepsCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetWorkflowStepsRequest, GetWorkflowStepsResponse } from "../models/models_0"; import { de_GetWorkflowStepsCommand, se_GetWorkflowStepsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/ListAccountIntegrationsCommand.ts b/clients/client-customer-profiles/src/commands/ListAccountIntegrationsCommand.ts index 3e3a087441f9e..c661f2b740d63 100644 --- a/clients/client-customer-profiles/src/commands/ListAccountIntegrationsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListAccountIntegrationsCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListAccountIntegrationsRequest, ListAccountIntegrationsResponse } from "../models/models_0"; import { de_ListAccountIntegrationsCommand, se_ListAccountIntegrationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/ListDomainsCommand.ts b/clients/client-customer-profiles/src/commands/ListDomainsCommand.ts index 2916a8fad7f67..b4e9046e168c5 100644 --- a/clients/client-customer-profiles/src/commands/ListDomainsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListDomainsCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListDomainsRequest, ListDomainsResponse } from "../models/models_0"; import { de_ListDomainsCommand, se_ListDomainsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/ListIdentityResolutionJobsCommand.ts b/clients/client-customer-profiles/src/commands/ListIdentityResolutionJobsCommand.ts index 959bb7e154030..1313487e4bc8a 100644 --- a/clients/client-customer-profiles/src/commands/ListIdentityResolutionJobsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListIdentityResolutionJobsCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListIdentityResolutionJobsRequest, ListIdentityResolutionJobsResponse } from "../models/models_0"; import { de_ListIdentityResolutionJobsCommand, se_ListIdentityResolutionJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/ListIntegrationsCommand.ts b/clients/client-customer-profiles/src/commands/ListIntegrationsCommand.ts index 5ae9816da30d3..f45843d14d182 100644 --- a/clients/client-customer-profiles/src/commands/ListIntegrationsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListIntegrationsCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListIntegrationsRequest, ListIntegrationsResponse } from "../models/models_0"; import { de_ListIntegrationsCommand, se_ListIntegrationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/ListProfileObjectTypeTemplatesCommand.ts b/clients/client-customer-profiles/src/commands/ListProfileObjectTypeTemplatesCommand.ts index 24d5e21354e6e..c61d47eae1813 100644 --- a/clients/client-customer-profiles/src/commands/ListProfileObjectTypeTemplatesCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListProfileObjectTypeTemplatesCommand.ts @@ -20,6 +20,10 @@ import { se_ListProfileObjectTypeTemplatesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/ListProfileObjectTypesCommand.ts b/clients/client-customer-profiles/src/commands/ListProfileObjectTypesCommand.ts index 6fcaf3b1e801a..eeb5085f25145 100644 --- a/clients/client-customer-profiles/src/commands/ListProfileObjectTypesCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListProfileObjectTypesCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListProfileObjectTypesRequest, ListProfileObjectTypesResponse } from "../models/models_0"; import { de_ListProfileObjectTypesCommand, se_ListProfileObjectTypesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/ListProfileObjectsCommand.ts b/clients/client-customer-profiles/src/commands/ListProfileObjectsCommand.ts index 1f5edbff55043..d8e04f1044e94 100644 --- a/clients/client-customer-profiles/src/commands/ListProfileObjectsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListProfileObjectsCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListProfileObjectsRequest, ListProfileObjectsResponse } from "../models/models_0"; import { de_ListProfileObjectsCommand, se_ListProfileObjectsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/ListTagsForResourceCommand.ts b/clients/client-customer-profiles/src/commands/ListTagsForResourceCommand.ts index 7f6b457be9af0..acb2d42f8fb24 100644 --- a/clients/client-customer-profiles/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/ListWorkflowsCommand.ts b/clients/client-customer-profiles/src/commands/ListWorkflowsCommand.ts index 80a512f5c9261..69865446b79cd 100644 --- a/clients/client-customer-profiles/src/commands/ListWorkflowsCommand.ts +++ b/clients/client-customer-profiles/src/commands/ListWorkflowsCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_0"; import { de_ListWorkflowsCommand, se_ListWorkflowsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/MergeProfilesCommand.ts b/clients/client-customer-profiles/src/commands/MergeProfilesCommand.ts index c875867f0bbaf..bbdf4cc50648c 100644 --- a/clients/client-customer-profiles/src/commands/MergeProfilesCommand.ts +++ b/clients/client-customer-profiles/src/commands/MergeProfilesCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { MergeProfilesRequest, MergeProfilesResponse } from "../models/models_0"; import { de_MergeProfilesCommand, se_MergeProfilesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/PutIntegrationCommand.ts b/clients/client-customer-profiles/src/commands/PutIntegrationCommand.ts index afb2e8ecd79d6..fbd6815097007 100644 --- a/clients/client-customer-profiles/src/commands/PutIntegrationCommand.ts +++ b/clients/client-customer-profiles/src/commands/PutIntegrationCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { PutIntegrationRequest, PutIntegrationResponse } from "../models/models_0"; import { de_PutIntegrationCommand, se_PutIntegrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/PutProfileObjectCommand.ts b/clients/client-customer-profiles/src/commands/PutProfileObjectCommand.ts index 36386c8251e26..29a916727ba66 100644 --- a/clients/client-customer-profiles/src/commands/PutProfileObjectCommand.ts +++ b/clients/client-customer-profiles/src/commands/PutProfileObjectCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { PutProfileObjectRequest, PutProfileObjectResponse } from "../models/models_0"; import { de_PutProfileObjectCommand, se_PutProfileObjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/PutProfileObjectTypeCommand.ts b/clients/client-customer-profiles/src/commands/PutProfileObjectTypeCommand.ts index 38b8a7f3451ff..f084e0a907cf7 100644 --- a/clients/client-customer-profiles/src/commands/PutProfileObjectTypeCommand.ts +++ b/clients/client-customer-profiles/src/commands/PutProfileObjectTypeCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { PutProfileObjectTypeRequest, PutProfileObjectTypeResponse } from "../models/models_0"; import { de_PutProfileObjectTypeCommand, se_PutProfileObjectTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/SearchProfilesCommand.ts b/clients/client-customer-profiles/src/commands/SearchProfilesCommand.ts index f484dac0d0a81..590fe3f7580a6 100644 --- a/clients/client-customer-profiles/src/commands/SearchProfilesCommand.ts +++ b/clients/client-customer-profiles/src/commands/SearchProfilesCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { SearchProfilesRequest, SearchProfilesResponse } from "../models/models_0"; import { de_SearchProfilesCommand, se_SearchProfilesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/TagResourceCommand.ts b/clients/client-customer-profiles/src/commands/TagResourceCommand.ts index 7eb58250c1885..55ef056368288 100644 --- a/clients/client-customer-profiles/src/commands/TagResourceCommand.ts +++ b/clients/client-customer-profiles/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/UntagResourceCommand.ts b/clients/client-customer-profiles/src/commands/UntagResourceCommand.ts index d354eb37f591e..e0726d33a1930 100644 --- a/clients/client-customer-profiles/src/commands/UntagResourceCommand.ts +++ b/clients/client-customer-profiles/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/UpdateDomainCommand.ts b/clients/client-customer-profiles/src/commands/UpdateDomainCommand.ts index 5f060a6e5c5bf..731062aebc7f7 100644 --- a/clients/client-customer-profiles/src/commands/UpdateDomainCommand.ts +++ b/clients/client-customer-profiles/src/commands/UpdateDomainCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateDomainRequest, UpdateDomainResponse } from "../models/models_0"; import { de_UpdateDomainCommand, se_UpdateDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/commands/UpdateProfileCommand.ts b/clients/client-customer-profiles/src/commands/UpdateProfileCommand.ts index 616b70b000cb1..eb91e3cccde58 100644 --- a/clients/client-customer-profiles/src/commands/UpdateProfileCommand.ts +++ b/clients/client-customer-profiles/src/commands/UpdateProfileCommand.ts @@ -17,6 +17,10 @@ import { CustomerProfilesClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateProfileRequest, UpdateProfileResponse } from "../models/models_0"; import { de_UpdateProfileCommand, se_UpdateProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-customer-profiles/src/index.ts b/clients/client-customer-profiles/src/index.ts index 946d642b4bca7..bed7c810012fa 100644 --- a/clients/client-customer-profiles/src/index.ts +++ b/clients/client-customer-profiles/src/index.ts @@ -1,6 +1,17 @@ -export * from "./CustomerProfiles"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Connect Customer Profiles + *

Amazon Connect Customer Profiles is a unified customer profile for your contact center that has + * pre-built connectors powered by AppFlow that make it easy to combine customer information + * from third party applications, such as Salesforce (CRM), ServiceNow (ITSM), and your + * enterprise resource planning (ERP), with contact history from your Amazon Connect contact center. + * If you're new to Amazon Connect, you might find it helpful to review the Amazon Connect Administrator Guide.

+ * + * @packageDocumentation + */ export * from "./CustomerProfilesClient"; +export * from "./CustomerProfiles"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-customer-profiles/src/models/CustomerProfilesServiceException.ts b/clients/client-customer-profiles/src/models/CustomerProfilesServiceException.ts index bbaabcf915596..43066bf5a674c 100644 --- a/clients/client-customer-profiles/src/models/CustomerProfilesServiceException.ts +++ b/clients/client-customer-profiles/src/models/CustomerProfilesServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-data-pipeline/src/DataPipelineClient.ts b/clients/client-data-pipeline/src/DataPipelineClient.ts index d5feab6f02acd..4d647ace457c4 100644 --- a/clients/client-data-pipeline/src/DataPipelineClient.ts +++ b/clients/client-data-pipeline/src/DataPipelineClient.ts @@ -90,6 +90,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -265,7 +267,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type DataPipelineClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type DataPipelineClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -284,7 +286,7 @@ export interface DataPipelineClientConfig extends DataPipelineClientConfigType { /** * @public */ -type DataPipelineClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type DataPipelineClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-data-pipeline/src/commands/ActivatePipelineCommand.ts b/clients/client-data-pipeline/src/commands/ActivatePipelineCommand.ts index 53b5663717a23..1c838e9e6cbfc 100644 --- a/clients/client-data-pipeline/src/commands/ActivatePipelineCommand.ts +++ b/clients/client-data-pipeline/src/commands/ActivatePipelineCommand.ts @@ -17,6 +17,10 @@ import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ActivatePipelineInput, ActivatePipelineOutput } from "../models/models_0"; import { de_ActivatePipelineCommand, se_ActivatePipelineCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-data-pipeline/src/commands/AddTagsCommand.ts b/clients/client-data-pipeline/src/commands/AddTagsCommand.ts index 7e5ba7485bf80..e05f6ca5ff8a8 100644 --- a/clients/client-data-pipeline/src/commands/AddTagsCommand.ts +++ b/clients/client-data-pipeline/src/commands/AddTagsCommand.ts @@ -17,6 +17,10 @@ import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { AddTagsInput, AddTagsOutput } from "../models/models_0"; import { de_AddTagsCommand, se_AddTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-data-pipeline/src/commands/CreatePipelineCommand.ts b/clients/client-data-pipeline/src/commands/CreatePipelineCommand.ts index 8216bff11f538..e7dfb1e50adb5 100644 --- a/clients/client-data-pipeline/src/commands/CreatePipelineCommand.ts +++ b/clients/client-data-pipeline/src/commands/CreatePipelineCommand.ts @@ -17,6 +17,10 @@ import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreatePipelineInput, CreatePipelineOutput } from "../models/models_0"; import { de_CreatePipelineCommand, se_CreatePipelineCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-data-pipeline/src/commands/DeactivatePipelineCommand.ts b/clients/client-data-pipeline/src/commands/DeactivatePipelineCommand.ts index f60f122c957b2..ca3c61cc28fcc 100644 --- a/clients/client-data-pipeline/src/commands/DeactivatePipelineCommand.ts +++ b/clients/client-data-pipeline/src/commands/DeactivatePipelineCommand.ts @@ -17,6 +17,10 @@ import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeactivatePipelineInput, DeactivatePipelineOutput } from "../models/models_0"; import { de_DeactivatePipelineCommand, se_DeactivatePipelineCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-data-pipeline/src/commands/DeletePipelineCommand.ts b/clients/client-data-pipeline/src/commands/DeletePipelineCommand.ts index 39726483322b1..6efe7cdfdc9cd 100644 --- a/clients/client-data-pipeline/src/commands/DeletePipelineCommand.ts +++ b/clients/client-data-pipeline/src/commands/DeletePipelineCommand.ts @@ -17,6 +17,10 @@ import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeletePipelineInput } from "../models/models_0"; import { de_DeletePipelineCommand, se_DeletePipelineCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-data-pipeline/src/commands/DescribeObjectsCommand.ts b/clients/client-data-pipeline/src/commands/DescribeObjectsCommand.ts index 801467ff316cb..c104056268a2d 100644 --- a/clients/client-data-pipeline/src/commands/DescribeObjectsCommand.ts +++ b/clients/client-data-pipeline/src/commands/DescribeObjectsCommand.ts @@ -17,6 +17,10 @@ import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeObjectsInput, DescribeObjectsOutput } from "../models/models_0"; import { de_DescribeObjectsCommand, se_DescribeObjectsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-data-pipeline/src/commands/DescribePipelinesCommand.ts b/clients/client-data-pipeline/src/commands/DescribePipelinesCommand.ts index 101c78392f386..e856cec6a4c93 100644 --- a/clients/client-data-pipeline/src/commands/DescribePipelinesCommand.ts +++ b/clients/client-data-pipeline/src/commands/DescribePipelinesCommand.ts @@ -17,6 +17,10 @@ import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribePipelinesInput, DescribePipelinesOutput } from "../models/models_0"; import { de_DescribePipelinesCommand, se_DescribePipelinesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-data-pipeline/src/commands/EvaluateExpressionCommand.ts b/clients/client-data-pipeline/src/commands/EvaluateExpressionCommand.ts index fe942ecfb74a4..602a9ade03c7c 100644 --- a/clients/client-data-pipeline/src/commands/EvaluateExpressionCommand.ts +++ b/clients/client-data-pipeline/src/commands/EvaluateExpressionCommand.ts @@ -17,6 +17,10 @@ import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { EvaluateExpressionInput, EvaluateExpressionOutput } from "../models/models_0"; import { de_EvaluateExpressionCommand, se_EvaluateExpressionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-data-pipeline/src/commands/GetPipelineDefinitionCommand.ts b/clients/client-data-pipeline/src/commands/GetPipelineDefinitionCommand.ts index 4361d7f87270d..41450cdcf5391 100644 --- a/clients/client-data-pipeline/src/commands/GetPipelineDefinitionCommand.ts +++ b/clients/client-data-pipeline/src/commands/GetPipelineDefinitionCommand.ts @@ -17,6 +17,10 @@ import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetPipelineDefinitionInput, GetPipelineDefinitionOutput } from "../models/models_0"; import { de_GetPipelineDefinitionCommand, se_GetPipelineDefinitionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-data-pipeline/src/commands/ListPipelinesCommand.ts b/clients/client-data-pipeline/src/commands/ListPipelinesCommand.ts index e5aba18ab1bd6..a71d52589e40c 100644 --- a/clients/client-data-pipeline/src/commands/ListPipelinesCommand.ts +++ b/clients/client-data-pipeline/src/commands/ListPipelinesCommand.ts @@ -17,6 +17,10 @@ import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListPipelinesInput, ListPipelinesOutput } from "../models/models_0"; import { de_ListPipelinesCommand, se_ListPipelinesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-data-pipeline/src/commands/PollForTaskCommand.ts b/clients/client-data-pipeline/src/commands/PollForTaskCommand.ts index cb86c93e58524..8a95414d74d92 100644 --- a/clients/client-data-pipeline/src/commands/PollForTaskCommand.ts +++ b/clients/client-data-pipeline/src/commands/PollForTaskCommand.ts @@ -17,6 +17,10 @@ import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PollForTaskInput, PollForTaskOutput } from "../models/models_0"; import { de_PollForTaskCommand, se_PollForTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-data-pipeline/src/commands/PutPipelineDefinitionCommand.ts b/clients/client-data-pipeline/src/commands/PutPipelineDefinitionCommand.ts index f41e5b40331ac..b8ab0771864d6 100644 --- a/clients/client-data-pipeline/src/commands/PutPipelineDefinitionCommand.ts +++ b/clients/client-data-pipeline/src/commands/PutPipelineDefinitionCommand.ts @@ -17,6 +17,10 @@ import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutPipelineDefinitionInput, PutPipelineDefinitionOutput } from "../models/models_0"; import { de_PutPipelineDefinitionCommand, se_PutPipelineDefinitionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-data-pipeline/src/commands/QueryObjectsCommand.ts b/clients/client-data-pipeline/src/commands/QueryObjectsCommand.ts index 160e20f7df7ee..0ea199f981c3c 100644 --- a/clients/client-data-pipeline/src/commands/QueryObjectsCommand.ts +++ b/clients/client-data-pipeline/src/commands/QueryObjectsCommand.ts @@ -17,6 +17,10 @@ import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { QueryObjectsInput, QueryObjectsOutput } from "../models/models_0"; import { de_QueryObjectsCommand, se_QueryObjectsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-data-pipeline/src/commands/RemoveTagsCommand.ts b/clients/client-data-pipeline/src/commands/RemoveTagsCommand.ts index 74bc67740e01a..00fdbcf1aee36 100644 --- a/clients/client-data-pipeline/src/commands/RemoveTagsCommand.ts +++ b/clients/client-data-pipeline/src/commands/RemoveTagsCommand.ts @@ -17,6 +17,10 @@ import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0"; import { de_RemoveTagsCommand, se_RemoveTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-data-pipeline/src/commands/ReportTaskProgressCommand.ts b/clients/client-data-pipeline/src/commands/ReportTaskProgressCommand.ts index a0ab8b58a5040..16f6c06302813 100644 --- a/clients/client-data-pipeline/src/commands/ReportTaskProgressCommand.ts +++ b/clients/client-data-pipeline/src/commands/ReportTaskProgressCommand.ts @@ -17,6 +17,10 @@ import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ReportTaskProgressInput, ReportTaskProgressOutput } from "../models/models_0"; import { de_ReportTaskProgressCommand, se_ReportTaskProgressCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-data-pipeline/src/commands/ReportTaskRunnerHeartbeatCommand.ts b/clients/client-data-pipeline/src/commands/ReportTaskRunnerHeartbeatCommand.ts index fa74aa57c4405..b1b9390b0be9d 100644 --- a/clients/client-data-pipeline/src/commands/ReportTaskRunnerHeartbeatCommand.ts +++ b/clients/client-data-pipeline/src/commands/ReportTaskRunnerHeartbeatCommand.ts @@ -17,6 +17,10 @@ import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ReportTaskRunnerHeartbeatInput, ReportTaskRunnerHeartbeatOutput } from "../models/models_0"; import { de_ReportTaskRunnerHeartbeatCommand, se_ReportTaskRunnerHeartbeatCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-data-pipeline/src/commands/SetStatusCommand.ts b/clients/client-data-pipeline/src/commands/SetStatusCommand.ts index 6eeba257c3fcb..61c50c7d70bed 100644 --- a/clients/client-data-pipeline/src/commands/SetStatusCommand.ts +++ b/clients/client-data-pipeline/src/commands/SetStatusCommand.ts @@ -17,6 +17,10 @@ import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { SetStatusInput } from "../models/models_0"; import { de_SetStatusCommand, se_SetStatusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-data-pipeline/src/commands/SetTaskStatusCommand.ts b/clients/client-data-pipeline/src/commands/SetTaskStatusCommand.ts index b8d408cf151cd..8549cc66ef80c 100644 --- a/clients/client-data-pipeline/src/commands/SetTaskStatusCommand.ts +++ b/clients/client-data-pipeline/src/commands/SetTaskStatusCommand.ts @@ -17,6 +17,10 @@ import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { SetTaskStatusInput, SetTaskStatusOutput } from "../models/models_0"; import { de_SetTaskStatusCommand, se_SetTaskStatusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-data-pipeline/src/commands/ValidatePipelineDefinitionCommand.ts b/clients/client-data-pipeline/src/commands/ValidatePipelineDefinitionCommand.ts index 51f789a2b60ed..da57358ccb414 100644 --- a/clients/client-data-pipeline/src/commands/ValidatePipelineDefinitionCommand.ts +++ b/clients/client-data-pipeline/src/commands/ValidatePipelineDefinitionCommand.ts @@ -17,6 +17,10 @@ import { DataPipelineClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ValidatePipelineDefinitionInput, ValidatePipelineDefinitionOutput } from "../models/models_0"; import { de_ValidatePipelineDefinitionCommand, se_ValidatePipelineDefinitionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-data-pipeline/src/index.ts b/clients/client-data-pipeline/src/index.ts index cd15e7f7a4b03..cba606041b963 100644 --- a/clients/client-data-pipeline/src/index.ts +++ b/clients/client-data-pipeline/src/index.ts @@ -1,8 +1,30 @@ -export * from "./DataPipeline"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

AWS Data Pipeline configures and manages a data-driven workflow called a pipeline. AWS Data Pipeline + * handles the details of scheduling and ensuring that data dependencies are met so that your application + * can focus on processing the data.

+ * + *

AWS Data Pipeline provides a JAR implementation of a task runner called AWS Data Pipeline Task Runner. + * AWS Data Pipeline Task Runner provides logic for common data management scenarios, such as performing + * database queries and running data analysis using Amazon Elastic MapReduce (Amazon EMR). You can use + * AWS Data Pipeline Task Runner as your task runner, or you can write your own task runner to provide + * custom data management.

+ * + *

AWS Data Pipeline implements two main sets of functionality. Use the first set to create a pipeline + * and define data sources, schedules, dependencies, and the transforms to be performed on the data. + * Use the second set in your task runner application to receive the next task ready for processing. + * The logic for performing the task, such as querying the data, running data analysis, or converting + * the data from one format to another, is contained within the task runner. The task runner performs + * the task assigned to it by the web service, reporting progress to the web service as it does so. + * When the task is done, the task runner reports the final success or failure of the task to the web service.

+ * + * @packageDocumentation + */ export * from "./DataPipelineClient"; +export * from "./DataPipeline"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { DataPipelineServiceException } from "./models/DataPipelineServiceException"; diff --git a/clients/client-data-pipeline/src/models/DataPipelineServiceException.ts b/clients/client-data-pipeline/src/models/DataPipelineServiceException.ts index 650f7311d4103..8d8cdcb30f1c2 100644 --- a/clients/client-data-pipeline/src/models/DataPipelineServiceException.ts +++ b/clients/client-data-pipeline/src/models/DataPipelineServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-database-migration-service/src/DatabaseMigrationServiceClient.ts b/clients/client-database-migration-service/src/DatabaseMigrationServiceClient.ts index 01881f64389a7..5c0292bb3fb19 100644 --- a/clients/client-database-migration-service/src/DatabaseMigrationServiceClient.ts +++ b/clients/client-database-migration-service/src/DatabaseMigrationServiceClient.ts @@ -296,6 +296,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -571,7 +573,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type DatabaseMigrationServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type DatabaseMigrationServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -590,7 +592,7 @@ export interface DatabaseMigrationServiceClientConfig extends DatabaseMigrationS /** * @public */ -type DatabaseMigrationServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type DatabaseMigrationServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-database-migration-service/src/commands/AddTagsToResourceCommand.ts b/clients/client-database-migration-service/src/commands/AddTagsToResourceCommand.ts index 431d1479f5eba..ccde801aaeca9 100644 --- a/clients/client-database-migration-service/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-database-migration-service/src/commands/AddTagsToResourceCommand.ts @@ -21,6 +21,10 @@ import { import { AddTagsToResourceMessage, AddTagsToResourceResponse } from "../models/models_0"; import { de_AddTagsToResourceCommand, se_AddTagsToResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/ApplyPendingMaintenanceActionCommand.ts b/clients/client-database-migration-service/src/commands/ApplyPendingMaintenanceActionCommand.ts index d29260faf5896..ba6e89303a10e 100644 --- a/clients/client-database-migration-service/src/commands/ApplyPendingMaintenanceActionCommand.ts +++ b/clients/client-database-migration-service/src/commands/ApplyPendingMaintenanceActionCommand.ts @@ -24,6 +24,10 @@ import { se_ApplyPendingMaintenanceActionCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/BatchStartRecommendationsCommand.ts b/clients/client-database-migration-service/src/commands/BatchStartRecommendationsCommand.ts index 38a8bc885c683..2ce9cb6910269 100644 --- a/clients/client-database-migration-service/src/commands/BatchStartRecommendationsCommand.ts +++ b/clients/client-database-migration-service/src/commands/BatchStartRecommendationsCommand.ts @@ -21,6 +21,10 @@ import { import { BatchStartRecommendationsRequest, BatchStartRecommendationsResponse } from "../models/models_0"; import { de_BatchStartRecommendationsCommand, se_BatchStartRecommendationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/CancelReplicationTaskAssessmentRunCommand.ts b/clients/client-database-migration-service/src/commands/CancelReplicationTaskAssessmentRunCommand.ts index e3c454bceaff8..f1fa4e9fca8b5 100644 --- a/clients/client-database-migration-service/src/commands/CancelReplicationTaskAssessmentRunCommand.ts +++ b/clients/client-database-migration-service/src/commands/CancelReplicationTaskAssessmentRunCommand.ts @@ -27,6 +27,10 @@ import { se_CancelReplicationTaskAssessmentRunCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/CreateEndpointCommand.ts b/clients/client-database-migration-service/src/commands/CreateEndpointCommand.ts index b567b90639f8a..a8f7106fb7822 100644 --- a/clients/client-database-migration-service/src/commands/CreateEndpointCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateEndpointCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_CreateEndpointCommand, se_CreateEndpointCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/CreateEventSubscriptionCommand.ts b/clients/client-database-migration-service/src/commands/CreateEventSubscriptionCommand.ts index 953db65a6c1b2..d6705e8a08ba6 100644 --- a/clients/client-database-migration-service/src/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateEventSubscriptionCommand.ts @@ -21,6 +21,10 @@ import { import { CreateEventSubscriptionMessage, CreateEventSubscriptionResponse } from "../models/models_0"; import { de_CreateEventSubscriptionCommand, se_CreateEventSubscriptionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/CreateFleetAdvisorCollectorCommand.ts b/clients/client-database-migration-service/src/commands/CreateFleetAdvisorCollectorCommand.ts index c41d669e3c68c..e1cd36ce8cf5b 100644 --- a/clients/client-database-migration-service/src/commands/CreateFleetAdvisorCollectorCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateFleetAdvisorCollectorCommand.ts @@ -21,6 +21,10 @@ import { import { CreateFleetAdvisorCollectorRequest, CreateFleetAdvisorCollectorResponse } from "../models/models_0"; import { de_CreateFleetAdvisorCollectorCommand, se_CreateFleetAdvisorCollectorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/CreateReplicationInstanceCommand.ts b/clients/client-database-migration-service/src/commands/CreateReplicationInstanceCommand.ts index 2b96115b24e2c..31e214bc4d9d2 100644 --- a/clients/client-database-migration-service/src/commands/CreateReplicationInstanceCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateReplicationInstanceCommand.ts @@ -21,6 +21,10 @@ import { import { CreateReplicationInstanceMessage, CreateReplicationInstanceResponse } from "../models/models_0"; import { de_CreateReplicationInstanceCommand, se_CreateReplicationInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/CreateReplicationSubnetGroupCommand.ts b/clients/client-database-migration-service/src/commands/CreateReplicationSubnetGroupCommand.ts index 7cf80c687be3e..8086c7e52ae68 100644 --- a/clients/client-database-migration-service/src/commands/CreateReplicationSubnetGroupCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateReplicationSubnetGroupCommand.ts @@ -24,6 +24,10 @@ import { se_CreateReplicationSubnetGroupCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/CreateReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/CreateReplicationTaskCommand.ts index b4e132da3b9ab..fb38a982d7388 100644 --- a/clients/client-database-migration-service/src/commands/CreateReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/CreateReplicationTaskCommand.ts @@ -21,6 +21,10 @@ import { import { CreateReplicationTaskMessage, CreateReplicationTaskResponse } from "../models/models_0"; import { de_CreateReplicationTaskCommand, se_CreateReplicationTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DeleteCertificateCommand.ts b/clients/client-database-migration-service/src/commands/DeleteCertificateCommand.ts index aff98d02e1e4d..7012cfd4c49e9 100644 --- a/clients/client-database-migration-service/src/commands/DeleteCertificateCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteCertificateCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteCertificateMessage, DeleteCertificateResponse } from "../models/models_0"; import { de_DeleteCertificateCommand, se_DeleteCertificateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DeleteConnectionCommand.ts b/clients/client-database-migration-service/src/commands/DeleteConnectionCommand.ts index 2e30ecb8ae901..90e8ace5c81a1 100644 --- a/clients/client-database-migration-service/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteConnectionCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteConnectionMessage, DeleteConnectionResponse } from "../models/models_0"; import { de_DeleteConnectionCommand, se_DeleteConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DeleteEndpointCommand.ts b/clients/client-database-migration-service/src/commands/DeleteEndpointCommand.ts index 8b52f52d37862..439e8cd4a2e13 100644 --- a/clients/client-database-migration-service/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteEndpointCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_DeleteEndpointCommand, se_DeleteEndpointCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DeleteEventSubscriptionCommand.ts b/clients/client-database-migration-service/src/commands/DeleteEventSubscriptionCommand.ts index 3b40d446e02f1..6f881f31359ac 100644 --- a/clients/client-database-migration-service/src/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteEventSubscriptionCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteEventSubscriptionMessage, DeleteEventSubscriptionResponse } from "../models/models_0"; import { de_DeleteEventSubscriptionCommand, se_DeleteEventSubscriptionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorCollectorCommand.ts b/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorCollectorCommand.ts index 5307dd60e95b2..aa25d0eda7cee 100644 --- a/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorCollectorCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorCollectorCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteCollectorRequest } from "../models/models_0"; import { de_DeleteFleetAdvisorCollectorCommand, se_DeleteFleetAdvisorCollectorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorDatabasesCommand.ts b/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorDatabasesCommand.ts index 9e3660f3c5827..1f7754d3cb387 100644 --- a/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorDatabasesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteFleetAdvisorDatabasesCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteFleetAdvisorDatabasesRequest, DeleteFleetAdvisorDatabasesResponse } from "../models/models_0"; import { de_DeleteFleetAdvisorDatabasesCommand, se_DeleteFleetAdvisorDatabasesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationInstanceCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationInstanceCommand.ts index feeea3d971bfe..4b90bc1ac2683 100644 --- a/clients/client-database-migration-service/src/commands/DeleteReplicationInstanceCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteReplicationInstanceCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteReplicationInstanceMessage, DeleteReplicationInstanceResponse } from "../models/models_0"; import { de_DeleteReplicationInstanceCommand, se_DeleteReplicationInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationSubnetGroupCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationSubnetGroupCommand.ts index 81e37ce4235ca..9fe57c1e0d294 100644 --- a/clients/client-database-migration-service/src/commands/DeleteReplicationSubnetGroupCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteReplicationSubnetGroupCommand.ts @@ -24,6 +24,10 @@ import { se_DeleteReplicationSubnetGroupCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts index 5a79c4843bf09..20db57f37425f 100644 --- a/clients/client-database-migration-service/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteReplicationTaskAssessmentRunCommand.ts @@ -27,6 +27,10 @@ import { se_DeleteReplicationTaskAssessmentRunCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DeleteReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/DeleteReplicationTaskCommand.ts index 7956d390afbac..d60281f2c19ba 100644 --- a/clients/client-database-migration-service/src/commands/DeleteReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/DeleteReplicationTaskCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteReplicationTaskMessage, DeleteReplicationTaskResponse } from "../models/models_0"; import { de_DeleteReplicationTaskCommand, se_DeleteReplicationTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeAccountAttributesCommand.ts index 032ed1242ef62..fd6c4ce9b9737 100644 --- a/clients/client-database-migration-service/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeAccountAttributesCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeAccountAttributesMessage, DescribeAccountAttributesResponse } from "../models/models_0"; import { de_DescribeAccountAttributesCommand, se_DescribeAccountAttributesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts index 5efbc4acb5a36..909fbcebe7350 100644 --- a/clients/client-database-migration-service/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeApplicableIndividualAssessmentsCommand.ts @@ -27,6 +27,10 @@ import { se_DescribeApplicableIndividualAssessmentsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeCertificatesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeCertificatesCommand.ts index 15111f9f2dec0..563d0d1599d68 100644 --- a/clients/client-database-migration-service/src/commands/DescribeCertificatesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeCertificatesCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeCertificatesMessage, DescribeCertificatesResponse } from "../models/models_0"; import { de_DescribeCertificatesCommand, se_DescribeCertificatesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeConnectionsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeConnectionsCommand.ts index 639ba9e4e27e2..4f3cc8100e997 100644 --- a/clients/client-database-migration-service/src/commands/DescribeConnectionsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeConnectionsCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeConnectionsMessage, DescribeConnectionsResponse } from "../models/models_0"; import { de_DescribeConnectionsCommand, se_DescribeConnectionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeEndpointSettingsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEndpointSettingsCommand.ts index 1e2ceae8f5ac0..554a8cb7637c0 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEndpointSettingsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEndpointSettingsCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeEndpointSettingsMessage, DescribeEndpointSettingsResponse } from "../models/models_0"; import { de_DescribeEndpointSettingsCommand, se_DescribeEndpointSettingsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeEndpointTypesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEndpointTypesCommand.ts index aff89fdc4fc02..a7d463c09c8a4 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEndpointTypesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEndpointTypesCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeEndpointTypesMessage, DescribeEndpointTypesResponse } from "../models/models_0"; import { de_DescribeEndpointTypesCommand, se_DescribeEndpointTypesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeEndpointsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEndpointsCommand.ts index 66988c812980e..cbb2e3479af95 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEndpointsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEndpointsCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_DescribeEndpointsCommand, se_DescribeEndpointsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeEventCategoriesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEventCategoriesCommand.ts index 903aa6b29bfd5..707f89b7e80bd 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEventCategoriesCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeEventCategoriesMessage, DescribeEventCategoriesResponse } from "../models/models_0"; import { de_DescribeEventCategoriesCommand, se_DescribeEventCategoriesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEventSubscriptionsCommand.ts index 1ca78d2b09a80..8f822b29566db 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEventSubscriptionsCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeEventSubscriptionsMessage, DescribeEventSubscriptionsResponse } from "../models/models_0"; import { de_DescribeEventSubscriptionsCommand, se_DescribeEventSubscriptionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeEventsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeEventsCommand.ts index 84ddd8c0cfa70..34ceca1b22331 100644 --- a/clients/client-database-migration-service/src/commands/DescribeEventsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeEventsCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeEventsMessage, DescribeEventsResponse } from "../models/models_0"; import { de_DescribeEventsCommand, se_DescribeEventsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorCollectorsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorCollectorsCommand.ts index d42874d700b85..391d5c0c6ce79 100644 --- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorCollectorsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorCollectorsCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeFleetAdvisorCollectorsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorDatabasesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorDatabasesCommand.ts index c07e24b8c24ed..83199181a2f48 100644 --- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorDatabasesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorDatabasesCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeFleetAdvisorDatabasesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorLsaAnalysisCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorLsaAnalysisCommand.ts index 70a63bbe709ac..acdd4c6c7e93a 100644 --- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorLsaAnalysisCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorLsaAnalysisCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeFleetAdvisorLsaAnalysisCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.ts index 0e75e8886293d..a2964bb4e5abf 100644 --- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.ts @@ -27,6 +27,10 @@ import { se_DescribeFleetAdvisorSchemaObjectSummaryCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemasCommand.ts b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemasCommand.ts index 1eed2c371de48..37727349ca559 100644 --- a/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemasCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeFleetAdvisorSchemasCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeFleetAdvisorSchemasRequest, DescribeFleetAdvisorSchemasResponse } from "../models/models_0"; import { de_DescribeFleetAdvisorSchemasCommand, se_DescribeFleetAdvisorSchemasCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeOrderableReplicationInstancesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeOrderableReplicationInstancesCommand.ts index f4464b2593a97..3794e952df9df 100644 --- a/clients/client-database-migration-service/src/commands/DescribeOrderableReplicationInstancesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeOrderableReplicationInstancesCommand.ts @@ -27,6 +27,10 @@ import { se_DescribeOrderableReplicationInstancesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribePendingMaintenanceActionsCommand.ts b/clients/client-database-migration-service/src/commands/DescribePendingMaintenanceActionsCommand.ts index 302d17ae6aaa9..d44538026b744 100644 --- a/clients/client-database-migration-service/src/commands/DescribePendingMaintenanceActionsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribePendingMaintenanceActionsCommand.ts @@ -27,6 +27,10 @@ import { se_DescribePendingMaintenanceActionsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeRecommendationLimitationsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeRecommendationLimitationsCommand.ts index 42805a317e4c3..c84c427af762d 100644 --- a/clients/client-database-migration-service/src/commands/DescribeRecommendationLimitationsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeRecommendationLimitationsCommand.ts @@ -27,6 +27,10 @@ import { se_DescribeRecommendationLimitationsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeRecommendationsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeRecommendationsCommand.ts index 94bc296372581..663e7c77c3f96 100644 --- a/clients/client-database-migration-service/src/commands/DescribeRecommendationsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeRecommendationsCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeRecommendationsRequest, DescribeRecommendationsResponse } from "../models/models_0"; import { de_DescribeRecommendationsCommand, se_DescribeRecommendationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeRefreshSchemasStatusCommand.ts b/clients/client-database-migration-service/src/commands/DescribeRefreshSchemasStatusCommand.ts index 0a1b539111471..6e2226d6acd0b 100644 --- a/clients/client-database-migration-service/src/commands/DescribeRefreshSchemasStatusCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeRefreshSchemasStatusCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeRefreshSchemasStatusCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts index 69b2414585792..9a4da6a170de6 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationInstanceTaskLogsCommand.ts @@ -27,6 +27,10 @@ import { se_DescribeReplicationInstanceTaskLogsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationInstancesCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationInstancesCommand.ts index fb2a6a806c941..3b0b286dc27c1 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationInstancesCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationInstancesCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeReplicationInstancesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationSubnetGroupsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationSubnetGroupsCommand.ts index 46505bbabd71d..9661ba5f8b507 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationSubnetGroupsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationSubnetGroupsCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeReplicationSubnetGroupsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts index 0309f5f23ad57..8a5dc630a2b56 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentResultsCommand.ts @@ -27,6 +27,10 @@ import { se_DescribeReplicationTaskAssessmentResultsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts index 7fa736ac357f6..0f7de14a4f825 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskAssessmentRunsCommand.ts @@ -27,6 +27,10 @@ import { se_DescribeReplicationTaskAssessmentRunsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts index 68d5e51f070aa..b48f960f02eb3 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTaskIndividualAssessmentsCommand.ts @@ -27,6 +27,10 @@ import { se_DescribeReplicationTaskIndividualAssessmentsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeReplicationTasksCommand.ts b/clients/client-database-migration-service/src/commands/DescribeReplicationTasksCommand.ts index d5e20a08beb2b..fd83020d00c26 100644 --- a/clients/client-database-migration-service/src/commands/DescribeReplicationTasksCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeReplicationTasksCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeReplicationTasksMessage, DescribeReplicationTasksResponse } from "../models/models_0"; import { de_DescribeReplicationTasksCommand, se_DescribeReplicationTasksCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeSchemasCommand.ts b/clients/client-database-migration-service/src/commands/DescribeSchemasCommand.ts index 2e838c317d812..d3e3f03484bca 100644 --- a/clients/client-database-migration-service/src/commands/DescribeSchemasCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeSchemasCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeSchemasMessage, DescribeSchemasResponse } from "../models/models_0"; import { de_DescribeSchemasCommand, se_DescribeSchemasCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/DescribeTableStatisticsCommand.ts b/clients/client-database-migration-service/src/commands/DescribeTableStatisticsCommand.ts index 61b82ebb54fe7..03d36295efc7f 100644 --- a/clients/client-database-migration-service/src/commands/DescribeTableStatisticsCommand.ts +++ b/clients/client-database-migration-service/src/commands/DescribeTableStatisticsCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeTableStatisticsMessage, DescribeTableStatisticsResponse } from "../models/models_0"; import { de_DescribeTableStatisticsCommand, se_DescribeTableStatisticsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/ImportCertificateCommand.ts b/clients/client-database-migration-service/src/commands/ImportCertificateCommand.ts index 74a25830a2973..21acf07a97e1e 100644 --- a/clients/client-database-migration-service/src/commands/ImportCertificateCommand.ts +++ b/clients/client-database-migration-service/src/commands/ImportCertificateCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_ImportCertificateCommand, se_ImportCertificateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-database-migration-service/src/commands/ListTagsForResourceCommand.ts index a95467d5e418d..5825618127b6e 100644 --- a/clients/client-database-migration-service/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-database-migration-service/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { import { ListTagsForResourceMessage, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/ModifyEndpointCommand.ts b/clients/client-database-migration-service/src/commands/ModifyEndpointCommand.ts index db56768084275..0435aa5202731 100644 --- a/clients/client-database-migration-service/src/commands/ModifyEndpointCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyEndpointCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_ModifyEndpointCommand, se_ModifyEndpointCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/ModifyEventSubscriptionCommand.ts b/clients/client-database-migration-service/src/commands/ModifyEventSubscriptionCommand.ts index ff349a120bdc0..c06bbb6813d22 100644 --- a/clients/client-database-migration-service/src/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyEventSubscriptionCommand.ts @@ -21,6 +21,10 @@ import { import { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResponse } from "../models/models_0"; import { de_ModifyEventSubscriptionCommand, se_ModifyEventSubscriptionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/ModifyReplicationInstanceCommand.ts b/clients/client-database-migration-service/src/commands/ModifyReplicationInstanceCommand.ts index 200dba816246e..b0c673cf2de91 100644 --- a/clients/client-database-migration-service/src/commands/ModifyReplicationInstanceCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyReplicationInstanceCommand.ts @@ -21,6 +21,10 @@ import { import { ModifyReplicationInstanceMessage, ModifyReplicationInstanceResponse } from "../models/models_0"; import { de_ModifyReplicationInstanceCommand, se_ModifyReplicationInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/ModifyReplicationSubnetGroupCommand.ts b/clients/client-database-migration-service/src/commands/ModifyReplicationSubnetGroupCommand.ts index 59fd7e4a6dd4d..4e8d3eaa23adf 100644 --- a/clients/client-database-migration-service/src/commands/ModifyReplicationSubnetGroupCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyReplicationSubnetGroupCommand.ts @@ -24,6 +24,10 @@ import { se_ModifyReplicationSubnetGroupCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/ModifyReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/ModifyReplicationTaskCommand.ts index 8759142b4af0b..625cdf2da30fa 100644 --- a/clients/client-database-migration-service/src/commands/ModifyReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/ModifyReplicationTaskCommand.ts @@ -21,6 +21,10 @@ import { import { ModifyReplicationTaskMessage, ModifyReplicationTaskResponse } from "../models/models_0"; import { de_ModifyReplicationTaskCommand, se_ModifyReplicationTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/MoveReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/MoveReplicationTaskCommand.ts index 4d71d3bd5f72d..29a1c9bf250d9 100644 --- a/clients/client-database-migration-service/src/commands/MoveReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/MoveReplicationTaskCommand.ts @@ -21,6 +21,10 @@ import { import { MoveReplicationTaskMessage, MoveReplicationTaskResponse } from "../models/models_0"; import { de_MoveReplicationTaskCommand, se_MoveReplicationTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/RebootReplicationInstanceCommand.ts b/clients/client-database-migration-service/src/commands/RebootReplicationInstanceCommand.ts index 25b64a62beee3..e0802dc8b3152 100644 --- a/clients/client-database-migration-service/src/commands/RebootReplicationInstanceCommand.ts +++ b/clients/client-database-migration-service/src/commands/RebootReplicationInstanceCommand.ts @@ -21,6 +21,10 @@ import { import { RebootReplicationInstanceMessage, RebootReplicationInstanceResponse } from "../models/models_0"; import { de_RebootReplicationInstanceCommand, se_RebootReplicationInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/RefreshSchemasCommand.ts b/clients/client-database-migration-service/src/commands/RefreshSchemasCommand.ts index e8747d6b54ead..6fbf945ebd228 100644 --- a/clients/client-database-migration-service/src/commands/RefreshSchemasCommand.ts +++ b/clients/client-database-migration-service/src/commands/RefreshSchemasCommand.ts @@ -21,6 +21,10 @@ import { import { RefreshSchemasMessage, RefreshSchemasResponse } from "../models/models_0"; import { de_RefreshSchemasCommand, se_RefreshSchemasCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/ReloadTablesCommand.ts b/clients/client-database-migration-service/src/commands/ReloadTablesCommand.ts index 06f85e9cdc982..db93c01172e3e 100644 --- a/clients/client-database-migration-service/src/commands/ReloadTablesCommand.ts +++ b/clients/client-database-migration-service/src/commands/ReloadTablesCommand.ts @@ -21,6 +21,10 @@ import { import { ReloadTablesMessage, ReloadTablesResponse } from "../models/models_0"; import { de_ReloadTablesCommand, se_ReloadTablesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-database-migration-service/src/commands/RemoveTagsFromResourceCommand.ts index bfbc82a8f6b01..8cd89fafc734b 100644 --- a/clients/client-database-migration-service/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-database-migration-service/src/commands/RemoveTagsFromResourceCommand.ts @@ -21,6 +21,10 @@ import { import { RemoveTagsFromResourceMessage, RemoveTagsFromResourceResponse } from "../models/models_0"; import { de_RemoveTagsFromResourceCommand, se_RemoveTagsFromResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/RunFleetAdvisorLsaAnalysisCommand.ts b/clients/client-database-migration-service/src/commands/RunFleetAdvisorLsaAnalysisCommand.ts index af245e5fd38a5..dde3e37cec1a4 100644 --- a/clients/client-database-migration-service/src/commands/RunFleetAdvisorLsaAnalysisCommand.ts +++ b/clients/client-database-migration-service/src/commands/RunFleetAdvisorLsaAnalysisCommand.ts @@ -21,6 +21,10 @@ import { import { RunFleetAdvisorLsaAnalysisResponse } from "../models/models_0"; import { de_RunFleetAdvisorLsaAnalysisCommand, se_RunFleetAdvisorLsaAnalysisCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/StartRecommendationsCommand.ts b/clients/client-database-migration-service/src/commands/StartRecommendationsCommand.ts index 4528dacacff91..c7cb9e983543d 100644 --- a/clients/client-database-migration-service/src/commands/StartRecommendationsCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartRecommendationsCommand.ts @@ -21,6 +21,10 @@ import { import { StartRecommendationsRequest } from "../models/models_0"; import { de_StartRecommendationsCommand, se_StartRecommendationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentCommand.ts b/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentCommand.ts index 17e5c2e13c668..178bdbccddbcd 100644 --- a/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentCommand.ts @@ -24,6 +24,10 @@ import { se_StartReplicationTaskAssessmentCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentRunCommand.ts b/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentRunCommand.ts index 6fdc27c70ce37..10f98a542b5b1 100644 --- a/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentRunCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartReplicationTaskAssessmentRunCommand.ts @@ -27,6 +27,10 @@ import { se_StartReplicationTaskAssessmentRunCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/StartReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/StartReplicationTaskCommand.ts index cb49c4794e757..2cd5a4089823a 100644 --- a/clients/client-database-migration-service/src/commands/StartReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/StartReplicationTaskCommand.ts @@ -21,6 +21,10 @@ import { import { StartReplicationTaskMessage, StartReplicationTaskResponse } from "../models/models_0"; import { de_StartReplicationTaskCommand, se_StartReplicationTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/StopReplicationTaskCommand.ts b/clients/client-database-migration-service/src/commands/StopReplicationTaskCommand.ts index 31b012472efe9..48d26ea62f080 100644 --- a/clients/client-database-migration-service/src/commands/StopReplicationTaskCommand.ts +++ b/clients/client-database-migration-service/src/commands/StopReplicationTaskCommand.ts @@ -21,6 +21,10 @@ import { import { StopReplicationTaskMessage, StopReplicationTaskResponse } from "../models/models_0"; import { de_StopReplicationTaskCommand, se_StopReplicationTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/TestConnectionCommand.ts b/clients/client-database-migration-service/src/commands/TestConnectionCommand.ts index 82abc51f1d51d..a589f020a5dc1 100644 --- a/clients/client-database-migration-service/src/commands/TestConnectionCommand.ts +++ b/clients/client-database-migration-service/src/commands/TestConnectionCommand.ts @@ -21,6 +21,10 @@ import { import { TestConnectionMessage, TestConnectionResponse } from "../models/models_0"; import { de_TestConnectionCommand, se_TestConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/commands/UpdateSubscriptionsToEventBridgeCommand.ts b/clients/client-database-migration-service/src/commands/UpdateSubscriptionsToEventBridgeCommand.ts index f4c13dfbc7de4..efcc92622eeaf 100644 --- a/clients/client-database-migration-service/src/commands/UpdateSubscriptionsToEventBridgeCommand.ts +++ b/clients/client-database-migration-service/src/commands/UpdateSubscriptionsToEventBridgeCommand.ts @@ -24,6 +24,10 @@ import { se_UpdateSubscriptionsToEventBridgeCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-database-migration-service/src/index.ts b/clients/client-database-migration-service/src/index.ts index 6ed1dc2212391..b6c24c5acb42b 100644 --- a/clients/client-database-migration-service/src/index.ts +++ b/clients/client-database-migration-service/src/index.ts @@ -1,9 +1,24 @@ -export * from "./DatabaseMigrationService"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Database Migration Service + *

Database Migration Service (DMS) can migrate your data to and from the most + * widely used commercial and open-source databases such as Oracle, PostgreSQL, Microsoft SQL + * Server, Amazon Redshift, MariaDB, Amazon Aurora, MySQL, and SAP Adaptive Server Enterprise + * (ASE). The service supports homogeneous migrations such as Oracle to Oracle, as well as + * heterogeneous migrations between different database platforms, such as Oracle to MySQL or + * SQL Server to PostgreSQL.

+ *

For more information about DMS, see What Is Database Migration Service? + * in the Database Migration Service User Guide. + *

+ * + * @packageDocumentation + */ export * from "./DatabaseMigrationServiceClient"; +export * from "./DatabaseMigrationService"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { DatabaseMigrationServiceServiceException } from "./models/DatabaseMigrationServiceServiceException"; diff --git a/clients/client-database-migration-service/src/models/DatabaseMigrationServiceServiceException.ts b/clients/client-database-migration-service/src/models/DatabaseMigrationServiceServiceException.ts index 6aed82b73a23e..2b45d5247469b 100644 --- a/clients/client-database-migration-service/src/models/DatabaseMigrationServiceServiceException.ts +++ b/clients/client-database-migration-service/src/models/DatabaseMigrationServiceServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-databrew/src/DataBrewClient.ts b/clients/client-databrew/src/DataBrewClient.ts index 4532fbaa0b219..3376b40dc6ecb 100644 --- a/clients/client-databrew/src/DataBrewClient.ts +++ b/clients/client-databrew/src/DataBrewClient.ts @@ -124,6 +124,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -349,7 +351,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type DataBrewClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type DataBrewClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -368,7 +370,7 @@ export interface DataBrewClientConfig extends DataBrewClientConfigType {} /** * @public */ -type DataBrewClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type DataBrewClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-databrew/src/commands/BatchDeleteRecipeVersionCommand.ts b/clients/client-databrew/src/commands/BatchDeleteRecipeVersionCommand.ts index 467c30b7352d5..556900a6555a0 100644 --- a/clients/client-databrew/src/commands/BatchDeleteRecipeVersionCommand.ts +++ b/clients/client-databrew/src/commands/BatchDeleteRecipeVersionCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { BatchDeleteRecipeVersionRequest, BatchDeleteRecipeVersionResponse } from "../models/models_0"; import { de_BatchDeleteRecipeVersionCommand, se_BatchDeleteRecipeVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/CreateDatasetCommand.ts b/clients/client-databrew/src/commands/CreateDatasetCommand.ts index 316b81129c4a7..6bd8b27df4fdf 100644 --- a/clients/client-databrew/src/commands/CreateDatasetCommand.ts +++ b/clients/client-databrew/src/commands/CreateDatasetCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0"; import { de_CreateDatasetCommand, se_CreateDatasetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/CreateProfileJobCommand.ts b/clients/client-databrew/src/commands/CreateProfileJobCommand.ts index 2e3dee3c48f03..3d9b43aa99fd9 100644 --- a/clients/client-databrew/src/commands/CreateProfileJobCommand.ts +++ b/clients/client-databrew/src/commands/CreateProfileJobCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateProfileJobRequest, CreateProfileJobResponse } from "../models/models_0"; import { de_CreateProfileJobCommand, se_CreateProfileJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/CreateProjectCommand.ts b/clients/client-databrew/src/commands/CreateProjectCommand.ts index 44e5053697f6a..c677d325cceaf 100644 --- a/clients/client-databrew/src/commands/CreateProjectCommand.ts +++ b/clients/client-databrew/src/commands/CreateProjectCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateProjectRequest, CreateProjectResponse } from "../models/models_0"; import { de_CreateProjectCommand, se_CreateProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/CreateRecipeCommand.ts b/clients/client-databrew/src/commands/CreateRecipeCommand.ts index b29a0e87c632a..844972b8be2f9 100644 --- a/clients/client-databrew/src/commands/CreateRecipeCommand.ts +++ b/clients/client-databrew/src/commands/CreateRecipeCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateRecipeRequest, CreateRecipeResponse } from "../models/models_0"; import { de_CreateRecipeCommand, se_CreateRecipeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/CreateRecipeJobCommand.ts b/clients/client-databrew/src/commands/CreateRecipeJobCommand.ts index fe9249bbbd1c8..c61a9e2297bbc 100644 --- a/clients/client-databrew/src/commands/CreateRecipeJobCommand.ts +++ b/clients/client-databrew/src/commands/CreateRecipeJobCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateRecipeJobRequest, CreateRecipeJobResponse } from "../models/models_0"; import { de_CreateRecipeJobCommand, se_CreateRecipeJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/CreateRulesetCommand.ts b/clients/client-databrew/src/commands/CreateRulesetCommand.ts index 067724bf63c71..bc35a56c5efd0 100644 --- a/clients/client-databrew/src/commands/CreateRulesetCommand.ts +++ b/clients/client-databrew/src/commands/CreateRulesetCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateRulesetRequest, CreateRulesetResponse } from "../models/models_0"; import { de_CreateRulesetCommand, se_CreateRulesetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/CreateScheduleCommand.ts b/clients/client-databrew/src/commands/CreateScheduleCommand.ts index cb469619863d7..8882c6343d371 100644 --- a/clients/client-databrew/src/commands/CreateScheduleCommand.ts +++ b/clients/client-databrew/src/commands/CreateScheduleCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateScheduleRequest, CreateScheduleResponse } from "../models/models_0"; import { de_CreateScheduleCommand, se_CreateScheduleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/DeleteDatasetCommand.ts b/clients/client-databrew/src/commands/DeleteDatasetCommand.ts index 5a6926b12e358..5776e20866ca8 100644 --- a/clients/client-databrew/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-databrew/src/commands/DeleteDatasetCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteDatasetRequest, DeleteDatasetResponse } from "../models/models_0"; import { de_DeleteDatasetCommand, se_DeleteDatasetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/DeleteJobCommand.ts b/clients/client-databrew/src/commands/DeleteJobCommand.ts index baa21d9b49cd7..a5741c48a4b0d 100644 --- a/clients/client-databrew/src/commands/DeleteJobCommand.ts +++ b/clients/client-databrew/src/commands/DeleteJobCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteJobRequest, DeleteJobResponse } from "../models/models_0"; import { de_DeleteJobCommand, se_DeleteJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/DeleteProjectCommand.ts b/clients/client-databrew/src/commands/DeleteProjectCommand.ts index 90034124f5231..b99d2ef42d851 100644 --- a/clients/client-databrew/src/commands/DeleteProjectCommand.ts +++ b/clients/client-databrew/src/commands/DeleteProjectCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteProjectRequest, DeleteProjectResponse } from "../models/models_0"; import { de_DeleteProjectCommand, se_DeleteProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/DeleteRecipeVersionCommand.ts b/clients/client-databrew/src/commands/DeleteRecipeVersionCommand.ts index 4ec17d30b18c4..e13ef69ec670f 100644 --- a/clients/client-databrew/src/commands/DeleteRecipeVersionCommand.ts +++ b/clients/client-databrew/src/commands/DeleteRecipeVersionCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteRecipeVersionRequest, DeleteRecipeVersionResponse } from "../models/models_0"; import { de_DeleteRecipeVersionCommand, se_DeleteRecipeVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/DeleteRulesetCommand.ts b/clients/client-databrew/src/commands/DeleteRulesetCommand.ts index 3a8510e0e3a31..ee37522c17a36 100644 --- a/clients/client-databrew/src/commands/DeleteRulesetCommand.ts +++ b/clients/client-databrew/src/commands/DeleteRulesetCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteRulesetRequest, DeleteRulesetResponse } from "../models/models_0"; import { de_DeleteRulesetCommand, se_DeleteRulesetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/DeleteScheduleCommand.ts b/clients/client-databrew/src/commands/DeleteScheduleCommand.ts index 73eeadd4ae1c7..9c1f4a9f634e9 100644 --- a/clients/client-databrew/src/commands/DeleteScheduleCommand.ts +++ b/clients/client-databrew/src/commands/DeleteScheduleCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteScheduleRequest, DeleteScheduleResponse } from "../models/models_0"; import { de_DeleteScheduleCommand, se_DeleteScheduleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/DescribeDatasetCommand.ts b/clients/client-databrew/src/commands/DescribeDatasetCommand.ts index 319f29961c2ed..f23e18f194c1b 100644 --- a/clients/client-databrew/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-databrew/src/commands/DescribeDatasetCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0"; import { de_DescribeDatasetCommand, se_DescribeDatasetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/DescribeJobCommand.ts b/clients/client-databrew/src/commands/DescribeJobCommand.ts index 3bd7bda900b7a..477d3f240ebec 100644 --- a/clients/client-databrew/src/commands/DescribeJobCommand.ts +++ b/clients/client-databrew/src/commands/DescribeJobCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeJobRequest, DescribeJobResponse } from "../models/models_0"; import { de_DescribeJobCommand, se_DescribeJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/DescribeJobRunCommand.ts b/clients/client-databrew/src/commands/DescribeJobRunCommand.ts index 48da25505f65c..f832c4ca8130e 100644 --- a/clients/client-databrew/src/commands/DescribeJobRunCommand.ts +++ b/clients/client-databrew/src/commands/DescribeJobRunCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeJobRunRequest, DescribeJobRunResponse } from "../models/models_0"; import { de_DescribeJobRunCommand, se_DescribeJobRunCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/DescribeProjectCommand.ts b/clients/client-databrew/src/commands/DescribeProjectCommand.ts index be8bdd2e8ecff..cac3807117ae1 100644 --- a/clients/client-databrew/src/commands/DescribeProjectCommand.ts +++ b/clients/client-databrew/src/commands/DescribeProjectCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeProjectRequest, DescribeProjectResponse } from "../models/models_0"; import { de_DescribeProjectCommand, se_DescribeProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/DescribeRecipeCommand.ts b/clients/client-databrew/src/commands/DescribeRecipeCommand.ts index c8878e7b444e3..65310f572fe3a 100644 --- a/clients/client-databrew/src/commands/DescribeRecipeCommand.ts +++ b/clients/client-databrew/src/commands/DescribeRecipeCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeRecipeRequest, DescribeRecipeResponse } from "../models/models_0"; import { de_DescribeRecipeCommand, se_DescribeRecipeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/DescribeRulesetCommand.ts b/clients/client-databrew/src/commands/DescribeRulesetCommand.ts index 028fb5304b7ab..8f052d5f6eb60 100644 --- a/clients/client-databrew/src/commands/DescribeRulesetCommand.ts +++ b/clients/client-databrew/src/commands/DescribeRulesetCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeRulesetRequest, DescribeRulesetResponse } from "../models/models_0"; import { de_DescribeRulesetCommand, se_DescribeRulesetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/DescribeScheduleCommand.ts b/clients/client-databrew/src/commands/DescribeScheduleCommand.ts index afa1f0807b5ad..f85974b59d743 100644 --- a/clients/client-databrew/src/commands/DescribeScheduleCommand.ts +++ b/clients/client-databrew/src/commands/DescribeScheduleCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeScheduleRequest, DescribeScheduleResponse } from "../models/models_0"; import { de_DescribeScheduleCommand, se_DescribeScheduleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/ListDatasetsCommand.ts b/clients/client-databrew/src/commands/ListDatasetsCommand.ts index 152fa17fdd066..55f32481a3063 100644 --- a/clients/client-databrew/src/commands/ListDatasetsCommand.ts +++ b/clients/client-databrew/src/commands/ListDatasetsCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0"; import { de_ListDatasetsCommand, se_ListDatasetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/ListJobRunsCommand.ts b/clients/client-databrew/src/commands/ListJobRunsCommand.ts index 1ba7b1e618ba1..5a85230232404 100644 --- a/clients/client-databrew/src/commands/ListJobRunsCommand.ts +++ b/clients/client-databrew/src/commands/ListJobRunsCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0"; import { de_ListJobRunsCommand, se_ListJobRunsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/ListJobsCommand.ts b/clients/client-databrew/src/commands/ListJobsCommand.ts index 6e6c0aa75af47..99f8a1f182a8a 100644 --- a/clients/client-databrew/src/commands/ListJobsCommand.ts +++ b/clients/client-databrew/src/commands/ListJobsCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListJobsRequest, ListJobsResponse } from "../models/models_0"; import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/ListProjectsCommand.ts b/clients/client-databrew/src/commands/ListProjectsCommand.ts index 4b902a3ce3869..8fa54036da7b0 100644 --- a/clients/client-databrew/src/commands/ListProjectsCommand.ts +++ b/clients/client-databrew/src/commands/ListProjectsCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0"; import { de_ListProjectsCommand, se_ListProjectsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/ListRecipeVersionsCommand.ts b/clients/client-databrew/src/commands/ListRecipeVersionsCommand.ts index c9101c1eff976..d95c149ecf83f 100644 --- a/clients/client-databrew/src/commands/ListRecipeVersionsCommand.ts +++ b/clients/client-databrew/src/commands/ListRecipeVersionsCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListRecipeVersionsRequest, ListRecipeVersionsResponse } from "../models/models_0"; import { de_ListRecipeVersionsCommand, se_ListRecipeVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/ListRecipesCommand.ts b/clients/client-databrew/src/commands/ListRecipesCommand.ts index e25ec9b7409f5..b7075236d57bd 100644 --- a/clients/client-databrew/src/commands/ListRecipesCommand.ts +++ b/clients/client-databrew/src/commands/ListRecipesCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListRecipesRequest, ListRecipesResponse } from "../models/models_0"; import { de_ListRecipesCommand, se_ListRecipesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/ListRulesetsCommand.ts b/clients/client-databrew/src/commands/ListRulesetsCommand.ts index 31d37dfd2df4b..41da5365ea8d4 100644 --- a/clients/client-databrew/src/commands/ListRulesetsCommand.ts +++ b/clients/client-databrew/src/commands/ListRulesetsCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListRulesetsRequest, ListRulesetsResponse } from "../models/models_0"; import { de_ListRulesetsCommand, se_ListRulesetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/ListSchedulesCommand.ts b/clients/client-databrew/src/commands/ListSchedulesCommand.ts index 711047a85d353..0bbb24bbfce46 100644 --- a/clients/client-databrew/src/commands/ListSchedulesCommand.ts +++ b/clients/client-databrew/src/commands/ListSchedulesCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListSchedulesRequest, ListSchedulesResponse } from "../models/models_0"; import { de_ListSchedulesCommand, se_ListSchedulesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/ListTagsForResourceCommand.ts b/clients/client-databrew/src/commands/ListTagsForResourceCommand.ts index ef9d9c2ad1e2c..deec2f26946c5 100644 --- a/clients/client-databrew/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-databrew/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/PublishRecipeCommand.ts b/clients/client-databrew/src/commands/PublishRecipeCommand.ts index bf634fe44a6f5..2a67b2bbd90db 100644 --- a/clients/client-databrew/src/commands/PublishRecipeCommand.ts +++ b/clients/client-databrew/src/commands/PublishRecipeCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { PublishRecipeRequest, PublishRecipeResponse } from "../models/models_0"; import { de_PublishRecipeCommand, se_PublishRecipeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/SendProjectSessionActionCommand.ts b/clients/client-databrew/src/commands/SendProjectSessionActionCommand.ts index 457522f599000..b02e6d92c1021 100644 --- a/clients/client-databrew/src/commands/SendProjectSessionActionCommand.ts +++ b/clients/client-databrew/src/commands/SendProjectSessionActionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_SendProjectSessionActionCommand, se_SendProjectSessionActionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/StartJobRunCommand.ts b/clients/client-databrew/src/commands/StartJobRunCommand.ts index b0226189277a8..6097b0a14024f 100644 --- a/clients/client-databrew/src/commands/StartJobRunCommand.ts +++ b/clients/client-databrew/src/commands/StartJobRunCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { StartJobRunRequest, StartJobRunResponse } from "../models/models_0"; import { de_StartJobRunCommand, se_StartJobRunCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/StartProjectSessionCommand.ts b/clients/client-databrew/src/commands/StartProjectSessionCommand.ts index c894a9943a7db..4f341fcafca51 100644 --- a/clients/client-databrew/src/commands/StartProjectSessionCommand.ts +++ b/clients/client-databrew/src/commands/StartProjectSessionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_StartProjectSessionCommand, se_StartProjectSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/StopJobRunCommand.ts b/clients/client-databrew/src/commands/StopJobRunCommand.ts index 08769509273a5..1271f7346efcf 100644 --- a/clients/client-databrew/src/commands/StopJobRunCommand.ts +++ b/clients/client-databrew/src/commands/StopJobRunCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { StopJobRunRequest, StopJobRunResponse } from "../models/models_0"; import { de_StopJobRunCommand, se_StopJobRunCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/TagResourceCommand.ts b/clients/client-databrew/src/commands/TagResourceCommand.ts index 9908a88d6a2f8..8d0ff62987421 100644 --- a/clients/client-databrew/src/commands/TagResourceCommand.ts +++ b/clients/client-databrew/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/UntagResourceCommand.ts b/clients/client-databrew/src/commands/UntagResourceCommand.ts index ba24f2373e8a7..cc77fb1292811 100644 --- a/clients/client-databrew/src/commands/UntagResourceCommand.ts +++ b/clients/client-databrew/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/UpdateDatasetCommand.ts b/clients/client-databrew/src/commands/UpdateDatasetCommand.ts index 3a40f59e131bc..b9139b77dbf99 100644 --- a/clients/client-databrew/src/commands/UpdateDatasetCommand.ts +++ b/clients/client-databrew/src/commands/UpdateDatasetCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateDatasetRequest, UpdateDatasetResponse } from "../models/models_0"; import { de_UpdateDatasetCommand, se_UpdateDatasetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/UpdateProfileJobCommand.ts b/clients/client-databrew/src/commands/UpdateProfileJobCommand.ts index 5d8387b50064a..e434cbf256249 100644 --- a/clients/client-databrew/src/commands/UpdateProfileJobCommand.ts +++ b/clients/client-databrew/src/commands/UpdateProfileJobCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateProfileJobRequest, UpdateProfileJobResponse } from "../models/models_0"; import { de_UpdateProfileJobCommand, se_UpdateProfileJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/UpdateProjectCommand.ts b/clients/client-databrew/src/commands/UpdateProjectCommand.ts index c9eeea29891b3..1c7d19809ea3d 100644 --- a/clients/client-databrew/src/commands/UpdateProjectCommand.ts +++ b/clients/client-databrew/src/commands/UpdateProjectCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateProjectRequest, UpdateProjectResponse } from "../models/models_0"; import { de_UpdateProjectCommand, se_UpdateProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/UpdateRecipeCommand.ts b/clients/client-databrew/src/commands/UpdateRecipeCommand.ts index 27ac527fe8166..65bc77a67f602 100644 --- a/clients/client-databrew/src/commands/UpdateRecipeCommand.ts +++ b/clients/client-databrew/src/commands/UpdateRecipeCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateRecipeRequest, UpdateRecipeResponse } from "../models/models_0"; import { de_UpdateRecipeCommand, se_UpdateRecipeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/UpdateRecipeJobCommand.ts b/clients/client-databrew/src/commands/UpdateRecipeJobCommand.ts index 165e82dbed652..4d8c11a1485af 100644 --- a/clients/client-databrew/src/commands/UpdateRecipeJobCommand.ts +++ b/clients/client-databrew/src/commands/UpdateRecipeJobCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateRecipeJobRequest, UpdateRecipeJobResponse } from "../models/models_0"; import { de_UpdateRecipeJobCommand, se_UpdateRecipeJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/UpdateRulesetCommand.ts b/clients/client-databrew/src/commands/UpdateRulesetCommand.ts index e87e8194844bc..9687e1f0b63c7 100644 --- a/clients/client-databrew/src/commands/UpdateRulesetCommand.ts +++ b/clients/client-databrew/src/commands/UpdateRulesetCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateRulesetRequest, UpdateRulesetResponse } from "../models/models_0"; import { de_UpdateRulesetCommand, se_UpdateRulesetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/commands/UpdateScheduleCommand.ts b/clients/client-databrew/src/commands/UpdateScheduleCommand.ts index d29991f2a0aa7..f430ac94e255a 100644 --- a/clients/client-databrew/src/commands/UpdateScheduleCommand.ts +++ b/clients/client-databrew/src/commands/UpdateScheduleCommand.ts @@ -17,6 +17,10 @@ import { DataBrewClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateScheduleRequest, UpdateScheduleResponse } from "../models/models_0"; import { de_UpdateScheduleCommand, se_UpdateScheduleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-databrew/src/index.ts b/clients/client-databrew/src/index.ts index 29c48460b6794..b2384a8394013 100644 --- a/clients/client-databrew/src/index.ts +++ b/clients/client-databrew/src/index.ts @@ -1,8 +1,17 @@ -export * from "./DataBrew"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Glue DataBrew is a visual, cloud-scale data-preparation service. DataBrew + * simplifies data preparation tasks, targeting data issues that are hard to spot and + * time-consuming to fix. DataBrew empowers users of all technical levels to visualize the + * data and perform one-click data transformations, with no coding required.

+ * + * @packageDocumentation + */ export * from "./DataBrewClient"; +export * from "./DataBrew"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { DataBrewServiceException } from "./models/DataBrewServiceException"; diff --git a/clients/client-databrew/src/models/DataBrewServiceException.ts b/clients/client-databrew/src/models/DataBrewServiceException.ts index 6bf7ac7da02de..b61ba47015ad4 100644 --- a/clients/client-databrew/src/models/DataBrewServiceException.ts +++ b/clients/client-databrew/src/models/DataBrewServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-dataexchange/src/DataExchangeClient.ts b/clients/client-dataexchange/src/DataExchangeClient.ts index b7a8d10815b06..1c2f9a6a55a78 100644 --- a/clients/client-dataexchange/src/DataExchangeClient.ts +++ b/clients/client-dataexchange/src/DataExchangeClient.ts @@ -94,6 +94,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -289,7 +291,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type DataExchangeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type DataExchangeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -308,7 +310,7 @@ export interface DataExchangeClientConfig extends DataExchangeClientConfigType { /** * @public */ -type DataExchangeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type DataExchangeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-dataexchange/src/commands/CancelJobCommand.ts b/clients/client-dataexchange/src/commands/CancelJobCommand.ts index 9c06b25bfaeb0..3fd1dd82badef 100644 --- a/clients/client-dataexchange/src/commands/CancelJobCommand.ts +++ b/clients/client-dataexchange/src/commands/CancelJobCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CancelJobRequest } from "../models/models_0"; import { de_CancelJobCommand, se_CancelJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/CreateDataSetCommand.ts b/clients/client-dataexchange/src/commands/CreateDataSetCommand.ts index b230bad3e187d..4cbb6d4dc1856 100644 --- a/clients/client-dataexchange/src/commands/CreateDataSetCommand.ts +++ b/clients/client-dataexchange/src/commands/CreateDataSetCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateDataSetRequest, CreateDataSetResponse } from "../models/models_0"; import { de_CreateDataSetCommand, se_CreateDataSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/CreateEventActionCommand.ts b/clients/client-dataexchange/src/commands/CreateEventActionCommand.ts index 7e4ec67d0f519..e6716699edfcf 100644 --- a/clients/client-dataexchange/src/commands/CreateEventActionCommand.ts +++ b/clients/client-dataexchange/src/commands/CreateEventActionCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateEventActionRequest, CreateEventActionResponse } from "../models/models_0"; import { de_CreateEventActionCommand, se_CreateEventActionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/CreateJobCommand.ts b/clients/client-dataexchange/src/commands/CreateJobCommand.ts index b720d07f80d4e..953fe23a9b219 100644 --- a/clients/client-dataexchange/src/commands/CreateJobCommand.ts +++ b/clients/client-dataexchange/src/commands/CreateJobCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateJobRequest, CreateJobResponse } from "../models/models_0"; import { de_CreateJobCommand, se_CreateJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/CreateRevisionCommand.ts b/clients/client-dataexchange/src/commands/CreateRevisionCommand.ts index a966b59c55cfd..ed4207e303dad 100644 --- a/clients/client-dataexchange/src/commands/CreateRevisionCommand.ts +++ b/clients/client-dataexchange/src/commands/CreateRevisionCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateRevisionRequest, CreateRevisionResponse } from "../models/models_0"; import { de_CreateRevisionCommand, se_CreateRevisionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/DeleteAssetCommand.ts b/clients/client-dataexchange/src/commands/DeleteAssetCommand.ts index faaf5ad5fee73..3a43ecb2e9ad2 100644 --- a/clients/client-dataexchange/src/commands/DeleteAssetCommand.ts +++ b/clients/client-dataexchange/src/commands/DeleteAssetCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteAssetRequest } from "../models/models_0"; import { de_DeleteAssetCommand, se_DeleteAssetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/DeleteDataSetCommand.ts b/clients/client-dataexchange/src/commands/DeleteDataSetCommand.ts index 02834c999b8c2..20c9a3f42d785 100644 --- a/clients/client-dataexchange/src/commands/DeleteDataSetCommand.ts +++ b/clients/client-dataexchange/src/commands/DeleteDataSetCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteDataSetRequest } from "../models/models_0"; import { de_DeleteDataSetCommand, se_DeleteDataSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/DeleteEventActionCommand.ts b/clients/client-dataexchange/src/commands/DeleteEventActionCommand.ts index cd06edbdd0485..27a698852b4de 100644 --- a/clients/client-dataexchange/src/commands/DeleteEventActionCommand.ts +++ b/clients/client-dataexchange/src/commands/DeleteEventActionCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteEventActionRequest } from "../models/models_0"; import { de_DeleteEventActionCommand, se_DeleteEventActionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/DeleteRevisionCommand.ts b/clients/client-dataexchange/src/commands/DeleteRevisionCommand.ts index ae469c5c004c3..dd817ce62f372 100644 --- a/clients/client-dataexchange/src/commands/DeleteRevisionCommand.ts +++ b/clients/client-dataexchange/src/commands/DeleteRevisionCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteRevisionRequest } from "../models/models_0"; import { de_DeleteRevisionCommand, se_DeleteRevisionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/GetAssetCommand.ts b/clients/client-dataexchange/src/commands/GetAssetCommand.ts index 3ddded7b54af9..bef717b4eba90 100644 --- a/clients/client-dataexchange/src/commands/GetAssetCommand.ts +++ b/clients/client-dataexchange/src/commands/GetAssetCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetAssetRequest, GetAssetResponse } from "../models/models_0"; import { de_GetAssetCommand, se_GetAssetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/GetDataSetCommand.ts b/clients/client-dataexchange/src/commands/GetDataSetCommand.ts index 615a38e4e915d..4ee4ef43fa7db 100644 --- a/clients/client-dataexchange/src/commands/GetDataSetCommand.ts +++ b/clients/client-dataexchange/src/commands/GetDataSetCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetDataSetRequest, GetDataSetResponse } from "../models/models_0"; import { de_GetDataSetCommand, se_GetDataSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/GetEventActionCommand.ts b/clients/client-dataexchange/src/commands/GetEventActionCommand.ts index d971b6766c9c5..0c2f9860e4892 100644 --- a/clients/client-dataexchange/src/commands/GetEventActionCommand.ts +++ b/clients/client-dataexchange/src/commands/GetEventActionCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetEventActionRequest, GetEventActionResponse } from "../models/models_0"; import { de_GetEventActionCommand, se_GetEventActionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/GetJobCommand.ts b/clients/client-dataexchange/src/commands/GetJobCommand.ts index 1a2ce740563fd..1cf640a640a49 100644 --- a/clients/client-dataexchange/src/commands/GetJobCommand.ts +++ b/clients/client-dataexchange/src/commands/GetJobCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetJobRequest, GetJobResponse } from "../models/models_0"; import { de_GetJobCommand, se_GetJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/GetRevisionCommand.ts b/clients/client-dataexchange/src/commands/GetRevisionCommand.ts index b6d25c5d26884..8d265989aefdd 100644 --- a/clients/client-dataexchange/src/commands/GetRevisionCommand.ts +++ b/clients/client-dataexchange/src/commands/GetRevisionCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetRevisionRequest, GetRevisionResponse } from "../models/models_0"; import { de_GetRevisionCommand, se_GetRevisionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/ListDataSetRevisionsCommand.ts b/clients/client-dataexchange/src/commands/ListDataSetRevisionsCommand.ts index e24c0eee2bec3..8acc8dd45b048 100644 --- a/clients/client-dataexchange/src/commands/ListDataSetRevisionsCommand.ts +++ b/clients/client-dataexchange/src/commands/ListDataSetRevisionsCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListDataSetRevisionsRequest, ListDataSetRevisionsResponse } from "../models/models_0"; import { de_ListDataSetRevisionsCommand, se_ListDataSetRevisionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/ListDataSetsCommand.ts b/clients/client-dataexchange/src/commands/ListDataSetsCommand.ts index d5134236f9699..bad73a9a2bbec 100644 --- a/clients/client-dataexchange/src/commands/ListDataSetsCommand.ts +++ b/clients/client-dataexchange/src/commands/ListDataSetsCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_0"; import { de_ListDataSetsCommand, se_ListDataSetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/ListEventActionsCommand.ts b/clients/client-dataexchange/src/commands/ListEventActionsCommand.ts index b139a8007a885..fa0331ff72374 100644 --- a/clients/client-dataexchange/src/commands/ListEventActionsCommand.ts +++ b/clients/client-dataexchange/src/commands/ListEventActionsCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListEventActionsRequest, ListEventActionsResponse } from "../models/models_0"; import { de_ListEventActionsCommand, se_ListEventActionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/ListJobsCommand.ts b/clients/client-dataexchange/src/commands/ListJobsCommand.ts index 61f054dc629fd..543b915b3805f 100644 --- a/clients/client-dataexchange/src/commands/ListJobsCommand.ts +++ b/clients/client-dataexchange/src/commands/ListJobsCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListJobsRequest, ListJobsResponse } from "../models/models_0"; import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/ListRevisionAssetsCommand.ts b/clients/client-dataexchange/src/commands/ListRevisionAssetsCommand.ts index c5b74b8f7fc3f..273fc2bd67163 100644 --- a/clients/client-dataexchange/src/commands/ListRevisionAssetsCommand.ts +++ b/clients/client-dataexchange/src/commands/ListRevisionAssetsCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListRevisionAssetsRequest, ListRevisionAssetsResponse } from "../models/models_0"; import { de_ListRevisionAssetsCommand, se_ListRevisionAssetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/ListTagsForResourceCommand.ts b/clients/client-dataexchange/src/commands/ListTagsForResourceCommand.ts index b76602a6481e7..8d47bca655ff0 100644 --- a/clients/client-dataexchange/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-dataexchange/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/RevokeRevisionCommand.ts b/clients/client-dataexchange/src/commands/RevokeRevisionCommand.ts index a18f368998feb..2c7dae7d52168 100644 --- a/clients/client-dataexchange/src/commands/RevokeRevisionCommand.ts +++ b/clients/client-dataexchange/src/commands/RevokeRevisionCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { RevokeRevisionRequest, RevokeRevisionResponse } from "../models/models_0"; import { de_RevokeRevisionCommand, se_RevokeRevisionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/SendApiAssetCommand.ts b/clients/client-dataexchange/src/commands/SendApiAssetCommand.ts index 919fb3e73af5a..f12739e430165 100644 --- a/clients/client-dataexchange/src/commands/SendApiAssetCommand.ts +++ b/clients/client-dataexchange/src/commands/SendApiAssetCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { SendApiAssetRequest, SendApiAssetResponse } from "../models/models_0"; import { de_SendApiAssetCommand, se_SendApiAssetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/StartJobCommand.ts b/clients/client-dataexchange/src/commands/StartJobCommand.ts index 11ac4fb596eae..22a59ca340839 100644 --- a/clients/client-dataexchange/src/commands/StartJobCommand.ts +++ b/clients/client-dataexchange/src/commands/StartJobCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { StartJobRequest, StartJobResponse } from "../models/models_0"; import { de_StartJobCommand, se_StartJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/TagResourceCommand.ts b/clients/client-dataexchange/src/commands/TagResourceCommand.ts index 076426ee27565..0ae0e9f2da606 100644 --- a/clients/client-dataexchange/src/commands/TagResourceCommand.ts +++ b/clients/client-dataexchange/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceRequest } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/UntagResourceCommand.ts b/clients/client-dataexchange/src/commands/UntagResourceCommand.ts index ece7a8582dae3..49d18517cc5d3 100644 --- a/clients/client-dataexchange/src/commands/UntagResourceCommand.ts +++ b/clients/client-dataexchange/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/UpdateAssetCommand.ts b/clients/client-dataexchange/src/commands/UpdateAssetCommand.ts index a5940c2db3fee..8c7023c8d333b 100644 --- a/clients/client-dataexchange/src/commands/UpdateAssetCommand.ts +++ b/clients/client-dataexchange/src/commands/UpdateAssetCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateAssetRequest, UpdateAssetResponse } from "../models/models_0"; import { de_UpdateAssetCommand, se_UpdateAssetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/UpdateDataSetCommand.ts b/clients/client-dataexchange/src/commands/UpdateDataSetCommand.ts index 9b0ba491c195c..b67575d4fa7b0 100644 --- a/clients/client-dataexchange/src/commands/UpdateDataSetCommand.ts +++ b/clients/client-dataexchange/src/commands/UpdateDataSetCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateDataSetRequest, UpdateDataSetResponse } from "../models/models_0"; import { de_UpdateDataSetCommand, se_UpdateDataSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/UpdateEventActionCommand.ts b/clients/client-dataexchange/src/commands/UpdateEventActionCommand.ts index 7a28c35b154ca..3aae55c90690d 100644 --- a/clients/client-dataexchange/src/commands/UpdateEventActionCommand.ts +++ b/clients/client-dataexchange/src/commands/UpdateEventActionCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateEventActionRequest, UpdateEventActionResponse } from "../models/models_0"; import { de_UpdateEventActionCommand, se_UpdateEventActionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/commands/UpdateRevisionCommand.ts b/clients/client-dataexchange/src/commands/UpdateRevisionCommand.ts index 02722ab25b5c8..7b85109f7bdaf 100644 --- a/clients/client-dataexchange/src/commands/UpdateRevisionCommand.ts +++ b/clients/client-dataexchange/src/commands/UpdateRevisionCommand.ts @@ -17,6 +17,10 @@ import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateRevisionRequest, UpdateRevisionResponse } from "../models/models_0"; import { de_UpdateRevisionCommand, se_UpdateRevisionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dataexchange/src/index.ts b/clients/client-dataexchange/src/index.ts index 1e0bbaca3e7e3..35f707e2f3e83 100644 --- a/clients/client-dataexchange/src/index.ts +++ b/clients/client-dataexchange/src/index.ts @@ -1,8 +1,29 @@ -export * from "./DataExchange"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud. You can use the AWS Data Exchange APIs to create, update, manage, and access file-based data set in the AWS Cloud.

+ *

As a subscriber, you can view and access the data sets that you have an entitlement to through + * a subscription. You can use the APIs to download or copy your entitled data sets to Amazon + * Simple Storage Service (Amazon S3) for use across a variety of AWS analytics and machine + * learning services.

+ *

As a provider, you can create and manage your data sets that you would like to publish to a + * product. Being able to package and provide your data sets into products requires a few + * steps to determine eligibility. For more information, visit the AWS Data Exchange + * User Guide.

+ *

A data set is a collection of data that can be changed or updated over time. Data sets can be + * updated using revisions, which represent a new version or incremental change to a data set. + * A revision contains one or more assets. An asset in AWS Data Exchange is a piece of data + * that can be stored as an Amazon S3 object, Redshift datashare, API Gateway API, AWS Lake + * Formation data permission, or Amazon S3 data access. The asset can be a structured data + * file, an image file, or some other data file. Jobs are asynchronous import or export + * operations used to create or copy assets.

+ * + * @packageDocumentation + */ export * from "./DataExchangeClient"; +export * from "./DataExchange"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { DataExchangeServiceException } from "./models/DataExchangeServiceException"; diff --git a/clients/client-dataexchange/src/models/DataExchangeServiceException.ts b/clients/client-dataexchange/src/models/DataExchangeServiceException.ts index 347f71945a033..c65ba86f4f4a6 100644 --- a/clients/client-dataexchange/src/models/DataExchangeServiceException.ts +++ b/clients/client-dataexchange/src/models/DataExchangeServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-datasync/src/DataSyncClient.ts b/clients/client-datasync/src/DataSyncClient.ts index 431ab3b9571c4..8122ac74f1206 100644 --- a/clients/client-datasync/src/DataSyncClient.ts +++ b/clients/client-datasync/src/DataSyncClient.ts @@ -194,6 +194,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -445,7 +447,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type DataSyncClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type DataSyncClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -464,7 +466,7 @@ export interface DataSyncClientConfig extends DataSyncClientConfigType {} /** * @public */ -type DataSyncClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type DataSyncClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-datasync/src/commands/AddStorageSystemCommand.ts b/clients/client-datasync/src/commands/AddStorageSystemCommand.ts index 06f07c112f776..4fced3e8292b5 100644 --- a/clients/client-datasync/src/commands/AddStorageSystemCommand.ts +++ b/clients/client-datasync/src/commands/AddStorageSystemCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_AddStorageSystemCommand, se_AddStorageSystemCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/CancelTaskExecutionCommand.ts b/clients/client-datasync/src/commands/CancelTaskExecutionCommand.ts index 73596ccf8328e..c39ea3d6efd08 100644 --- a/clients/client-datasync/src/commands/CancelTaskExecutionCommand.ts +++ b/clients/client-datasync/src/commands/CancelTaskExecutionCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CancelTaskExecutionRequest, CancelTaskExecutionResponse } from "../models/models_0"; import { de_CancelTaskExecutionCommand, se_CancelTaskExecutionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/CreateAgentCommand.ts b/clients/client-datasync/src/commands/CreateAgentCommand.ts index 33e60680887a9..a9edb2beeb197 100644 --- a/clients/client-datasync/src/commands/CreateAgentCommand.ts +++ b/clients/client-datasync/src/commands/CreateAgentCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateAgentRequest, CreateAgentResponse } from "../models/models_0"; import { de_CreateAgentCommand, se_CreateAgentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/CreateLocationEfsCommand.ts b/clients/client-datasync/src/commands/CreateLocationEfsCommand.ts index aef5af7774f39..e4e77e868e132 100644 --- a/clients/client-datasync/src/commands/CreateLocationEfsCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationEfsCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateLocationEfsRequest, CreateLocationEfsResponse } from "../models/models_0"; import { de_CreateLocationEfsCommand, se_CreateLocationEfsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/CreateLocationFsxLustreCommand.ts b/clients/client-datasync/src/commands/CreateLocationFsxLustreCommand.ts index 5b77ab6df4827..88c17c6900c96 100644 --- a/clients/client-datasync/src/commands/CreateLocationFsxLustreCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationFsxLustreCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateLocationFsxLustreRequest, CreateLocationFsxLustreResponse } from "../models/models_0"; import { de_CreateLocationFsxLustreCommand, se_CreateLocationFsxLustreCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/CreateLocationFsxOntapCommand.ts b/clients/client-datasync/src/commands/CreateLocationFsxOntapCommand.ts index 4aaa81fc23127..661158fe04a49 100644 --- a/clients/client-datasync/src/commands/CreateLocationFsxOntapCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationFsxOntapCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateLocationFsxOntapCommand, se_CreateLocationFsxOntapCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/CreateLocationFsxOpenZfsCommand.ts b/clients/client-datasync/src/commands/CreateLocationFsxOpenZfsCommand.ts index 7a751df140260..3971792752149 100644 --- a/clients/client-datasync/src/commands/CreateLocationFsxOpenZfsCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationFsxOpenZfsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateLocationFsxOpenZfsCommand, se_CreateLocationFsxOpenZfsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/CreateLocationFsxWindowsCommand.ts b/clients/client-datasync/src/commands/CreateLocationFsxWindowsCommand.ts index 8bda97a73504c..40018e523d78e 100644 --- a/clients/client-datasync/src/commands/CreateLocationFsxWindowsCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationFsxWindowsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateLocationFsxWindowsCommand, se_CreateLocationFsxWindowsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/CreateLocationHdfsCommand.ts b/clients/client-datasync/src/commands/CreateLocationHdfsCommand.ts index e7382a34394c6..f05bd7feb6693 100644 --- a/clients/client-datasync/src/commands/CreateLocationHdfsCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationHdfsCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateLocationHdfsRequest, CreateLocationHdfsResponse } from "../models/models_0"; import { de_CreateLocationHdfsCommand, se_CreateLocationHdfsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/CreateLocationNfsCommand.ts b/clients/client-datasync/src/commands/CreateLocationNfsCommand.ts index 714f188ed9a0b..d6812c06992c3 100644 --- a/clients/client-datasync/src/commands/CreateLocationNfsCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationNfsCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateLocationNfsRequest, CreateLocationNfsResponse } from "../models/models_0"; import { de_CreateLocationNfsCommand, se_CreateLocationNfsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/CreateLocationObjectStorageCommand.ts b/clients/client-datasync/src/commands/CreateLocationObjectStorageCommand.ts index 8c56106bf6ce2..e6731b886fd62 100644 --- a/clients/client-datasync/src/commands/CreateLocationObjectStorageCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationObjectStorageCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateLocationObjectStorageCommand, se_CreateLocationObjectStorageCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/CreateLocationS3Command.ts b/clients/client-datasync/src/commands/CreateLocationS3Command.ts index 6d593528cd54c..0a72951f6c0dc 100644 --- a/clients/client-datasync/src/commands/CreateLocationS3Command.ts +++ b/clients/client-datasync/src/commands/CreateLocationS3Command.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateLocationS3Request, CreateLocationS3Response } from "../models/models_0"; import { de_CreateLocationS3Command, se_CreateLocationS3Command } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/CreateLocationSmbCommand.ts b/clients/client-datasync/src/commands/CreateLocationSmbCommand.ts index f629e46aff1df..2aaab6eb43ee1 100644 --- a/clients/client-datasync/src/commands/CreateLocationSmbCommand.ts +++ b/clients/client-datasync/src/commands/CreateLocationSmbCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateLocationSmbCommand, se_CreateLocationSmbCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/CreateTaskCommand.ts b/clients/client-datasync/src/commands/CreateTaskCommand.ts index ab46bad6f9df9..96db6a6db40ba 100644 --- a/clients/client-datasync/src/commands/CreateTaskCommand.ts +++ b/clients/client-datasync/src/commands/CreateTaskCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateTaskRequest, CreateTaskResponse } from "../models/models_0"; import { de_CreateTaskCommand, se_CreateTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/DeleteAgentCommand.ts b/clients/client-datasync/src/commands/DeleteAgentCommand.ts index f0ee101beef30..7359febf08486 100644 --- a/clients/client-datasync/src/commands/DeleteAgentCommand.ts +++ b/clients/client-datasync/src/commands/DeleteAgentCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteAgentRequest, DeleteAgentResponse } from "../models/models_0"; import { de_DeleteAgentCommand, se_DeleteAgentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/DeleteLocationCommand.ts b/clients/client-datasync/src/commands/DeleteLocationCommand.ts index 6481bdafd6671..7f6f8fb8d0051 100644 --- a/clients/client-datasync/src/commands/DeleteLocationCommand.ts +++ b/clients/client-datasync/src/commands/DeleteLocationCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteLocationRequest, DeleteLocationResponse } from "../models/models_0"; import { de_DeleteLocationCommand, se_DeleteLocationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/DeleteTaskCommand.ts b/clients/client-datasync/src/commands/DeleteTaskCommand.ts index 15e8eb74fb321..6b6e2bfe050de 100644 --- a/clients/client-datasync/src/commands/DeleteTaskCommand.ts +++ b/clients/client-datasync/src/commands/DeleteTaskCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteTaskRequest, DeleteTaskResponse } from "../models/models_0"; import { de_DeleteTaskCommand, se_DeleteTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/DescribeAgentCommand.ts b/clients/client-datasync/src/commands/DescribeAgentCommand.ts index eb8ed424b16dd..3fa701bfc9087 100644 --- a/clients/client-datasync/src/commands/DescribeAgentCommand.ts +++ b/clients/client-datasync/src/commands/DescribeAgentCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeAgentRequest, DescribeAgentResponse } from "../models/models_0"; import { de_DescribeAgentCommand, se_DescribeAgentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/DescribeDiscoveryJobCommand.ts b/clients/client-datasync/src/commands/DescribeDiscoveryJobCommand.ts index b9ee70b62d2c3..39fb94d0d8889 100644 --- a/clients/client-datasync/src/commands/DescribeDiscoveryJobCommand.ts +++ b/clients/client-datasync/src/commands/DescribeDiscoveryJobCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeDiscoveryJobRequest, DescribeDiscoveryJobResponse } from "../models/models_0"; import { de_DescribeDiscoveryJobCommand, se_DescribeDiscoveryJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/DescribeLocationEfsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationEfsCommand.ts index c31a2cb883151..91b6f3c3b4c36 100644 --- a/clients/client-datasync/src/commands/DescribeLocationEfsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationEfsCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeLocationEfsRequest, DescribeLocationEfsResponse } from "../models/models_0"; import { de_DescribeLocationEfsCommand, se_DescribeLocationEfsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/DescribeLocationFsxLustreCommand.ts b/clients/client-datasync/src/commands/DescribeLocationFsxLustreCommand.ts index d1b0548af3e38..829add7a9b2e9 100644 --- a/clients/client-datasync/src/commands/DescribeLocationFsxLustreCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationFsxLustreCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeLocationFsxLustreRequest, DescribeLocationFsxLustreResponse } from "../models/models_0"; import { de_DescribeLocationFsxLustreCommand, se_DescribeLocationFsxLustreCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/DescribeLocationFsxOntapCommand.ts b/clients/client-datasync/src/commands/DescribeLocationFsxOntapCommand.ts index ee9d11b267fac..6994aa546ccff 100644 --- a/clients/client-datasync/src/commands/DescribeLocationFsxOntapCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationFsxOntapCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeLocationFsxOntapCommand, se_DescribeLocationFsxOntapCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/DescribeLocationFsxOpenZfsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationFsxOpenZfsCommand.ts index 5549fba4a1a21..9705fc7c51d2b 100644 --- a/clients/client-datasync/src/commands/DescribeLocationFsxOpenZfsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationFsxOpenZfsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeLocationFsxOpenZfsCommand, se_DescribeLocationFsxOpenZfsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/DescribeLocationFsxWindowsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationFsxWindowsCommand.ts index 4e8fef11fcc08..d1d23bdb91b05 100644 --- a/clients/client-datasync/src/commands/DescribeLocationFsxWindowsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationFsxWindowsCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeLocationFsxWindowsRequest, DescribeLocationFsxWindowsResponse } from "../models/models_0"; import { de_DescribeLocationFsxWindowsCommand, se_DescribeLocationFsxWindowsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/DescribeLocationHdfsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationHdfsCommand.ts index cec41afa2d32f..761444d1261b8 100644 --- a/clients/client-datasync/src/commands/DescribeLocationHdfsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationHdfsCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeLocationHdfsRequest, DescribeLocationHdfsResponse } from "../models/models_0"; import { de_DescribeLocationHdfsCommand, se_DescribeLocationHdfsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/DescribeLocationNfsCommand.ts b/clients/client-datasync/src/commands/DescribeLocationNfsCommand.ts index a4ca231bbea66..0c2be25c965bb 100644 --- a/clients/client-datasync/src/commands/DescribeLocationNfsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationNfsCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeLocationNfsRequest, DescribeLocationNfsResponse } from "../models/models_0"; import { de_DescribeLocationNfsCommand, se_DescribeLocationNfsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/DescribeLocationObjectStorageCommand.ts b/clients/client-datasync/src/commands/DescribeLocationObjectStorageCommand.ts index 441caac072226..6b2c26507caa6 100644 --- a/clients/client-datasync/src/commands/DescribeLocationObjectStorageCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationObjectStorageCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeLocationObjectStorageCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/DescribeLocationS3Command.ts b/clients/client-datasync/src/commands/DescribeLocationS3Command.ts index 4bc0811520097..1a2a18bf47e3a 100644 --- a/clients/client-datasync/src/commands/DescribeLocationS3Command.ts +++ b/clients/client-datasync/src/commands/DescribeLocationS3Command.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeLocationS3Request, DescribeLocationS3Response } from "../models/models_0"; import { de_DescribeLocationS3Command, se_DescribeLocationS3Command } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/DescribeLocationSmbCommand.ts b/clients/client-datasync/src/commands/DescribeLocationSmbCommand.ts index 0afb6067de493..5b2cae8ed587a 100644 --- a/clients/client-datasync/src/commands/DescribeLocationSmbCommand.ts +++ b/clients/client-datasync/src/commands/DescribeLocationSmbCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeLocationSmbRequest, DescribeLocationSmbResponse } from "../models/models_0"; import { de_DescribeLocationSmbCommand, se_DescribeLocationSmbCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/DescribeStorageSystemCommand.ts b/clients/client-datasync/src/commands/DescribeStorageSystemCommand.ts index b01f104076de2..b66d5aa10da19 100644 --- a/clients/client-datasync/src/commands/DescribeStorageSystemCommand.ts +++ b/clients/client-datasync/src/commands/DescribeStorageSystemCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeStorageSystemRequest, DescribeStorageSystemResponse } from "../models/models_0"; import { de_DescribeStorageSystemCommand, se_DescribeStorageSystemCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/DescribeStorageSystemResourceMetricsCommand.ts b/clients/client-datasync/src/commands/DescribeStorageSystemResourceMetricsCommand.ts index 03fa42c08cfd3..149483f6a666f 100644 --- a/clients/client-datasync/src/commands/DescribeStorageSystemResourceMetricsCommand.ts +++ b/clients/client-datasync/src/commands/DescribeStorageSystemResourceMetricsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeStorageSystemResourceMetricsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/DescribeStorageSystemResourcesCommand.ts b/clients/client-datasync/src/commands/DescribeStorageSystemResourcesCommand.ts index b4fee492efcaa..80b40c76cfa07 100644 --- a/clients/client-datasync/src/commands/DescribeStorageSystemResourcesCommand.ts +++ b/clients/client-datasync/src/commands/DescribeStorageSystemResourcesCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeStorageSystemResourcesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/DescribeTaskCommand.ts b/clients/client-datasync/src/commands/DescribeTaskCommand.ts index 865222352108e..e779b2a6f0dbc 100644 --- a/clients/client-datasync/src/commands/DescribeTaskCommand.ts +++ b/clients/client-datasync/src/commands/DescribeTaskCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeTaskRequest, DescribeTaskResponse } from "../models/models_0"; import { de_DescribeTaskCommand, se_DescribeTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts b/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts index ec65e084dc536..12b32b0149b61 100644 --- a/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts +++ b/clients/client-datasync/src/commands/DescribeTaskExecutionCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeTaskExecutionRequest, DescribeTaskExecutionResponse } from "../models/models_0"; import { de_DescribeTaskExecutionCommand, se_DescribeTaskExecutionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/GenerateRecommendationsCommand.ts b/clients/client-datasync/src/commands/GenerateRecommendationsCommand.ts index 4f1265c144769..de5ea898ee029 100644 --- a/clients/client-datasync/src/commands/GenerateRecommendationsCommand.ts +++ b/clients/client-datasync/src/commands/GenerateRecommendationsCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { GenerateRecommendationsRequest, GenerateRecommendationsResponse } from "../models/models_0"; import { de_GenerateRecommendationsCommand, se_GenerateRecommendationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/ListAgentsCommand.ts b/clients/client-datasync/src/commands/ListAgentsCommand.ts index 221e622bc805a..6b74be16d9302 100644 --- a/clients/client-datasync/src/commands/ListAgentsCommand.ts +++ b/clients/client-datasync/src/commands/ListAgentsCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListAgentsRequest, ListAgentsResponse } from "../models/models_0"; import { de_ListAgentsCommand, se_ListAgentsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/ListDiscoveryJobsCommand.ts b/clients/client-datasync/src/commands/ListDiscoveryJobsCommand.ts index e54bd7c9d9a8c..9d99695058d02 100644 --- a/clients/client-datasync/src/commands/ListDiscoveryJobsCommand.ts +++ b/clients/client-datasync/src/commands/ListDiscoveryJobsCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListDiscoveryJobsRequest, ListDiscoveryJobsResponse } from "../models/models_0"; import { de_ListDiscoveryJobsCommand, se_ListDiscoveryJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/ListLocationsCommand.ts b/clients/client-datasync/src/commands/ListLocationsCommand.ts index fc4446ecff027..271f197b2ad7a 100644 --- a/clients/client-datasync/src/commands/ListLocationsCommand.ts +++ b/clients/client-datasync/src/commands/ListLocationsCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListLocationsRequest, ListLocationsResponse } from "../models/models_0"; import { de_ListLocationsCommand, se_ListLocationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/ListStorageSystemsCommand.ts b/clients/client-datasync/src/commands/ListStorageSystemsCommand.ts index 4ab05779b8f31..8e5b46a01ca81 100644 --- a/clients/client-datasync/src/commands/ListStorageSystemsCommand.ts +++ b/clients/client-datasync/src/commands/ListStorageSystemsCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListStorageSystemsRequest, ListStorageSystemsResponse } from "../models/models_0"; import { de_ListStorageSystemsCommand, se_ListStorageSystemsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/ListTagsForResourceCommand.ts b/clients/client-datasync/src/commands/ListTagsForResourceCommand.ts index cefcb0915be1c..f3f86a9768994 100644 --- a/clients/client-datasync/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-datasync/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/ListTaskExecutionsCommand.ts b/clients/client-datasync/src/commands/ListTaskExecutionsCommand.ts index afd13e779e0fa..c06bf10a54067 100644 --- a/clients/client-datasync/src/commands/ListTaskExecutionsCommand.ts +++ b/clients/client-datasync/src/commands/ListTaskExecutionsCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListTaskExecutionsRequest, ListTaskExecutionsResponse } from "../models/models_0"; import { de_ListTaskExecutionsCommand, se_ListTaskExecutionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/ListTasksCommand.ts b/clients/client-datasync/src/commands/ListTasksCommand.ts index 29f9dacba0554..410ee71444287 100644 --- a/clients/client-datasync/src/commands/ListTasksCommand.ts +++ b/clients/client-datasync/src/commands/ListTasksCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListTasksRequest, ListTasksResponse } from "../models/models_0"; import { de_ListTasksCommand, se_ListTasksCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/RemoveStorageSystemCommand.ts b/clients/client-datasync/src/commands/RemoveStorageSystemCommand.ts index eb36ed201e55d..442718b5fd117 100644 --- a/clients/client-datasync/src/commands/RemoveStorageSystemCommand.ts +++ b/clients/client-datasync/src/commands/RemoveStorageSystemCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { RemoveStorageSystemRequest, RemoveStorageSystemResponse } from "../models/models_0"; import { de_RemoveStorageSystemCommand, se_RemoveStorageSystemCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/StartDiscoveryJobCommand.ts b/clients/client-datasync/src/commands/StartDiscoveryJobCommand.ts index 1f2d665dc0d20..ec92d0ffebf45 100644 --- a/clients/client-datasync/src/commands/StartDiscoveryJobCommand.ts +++ b/clients/client-datasync/src/commands/StartDiscoveryJobCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { StartDiscoveryJobRequest, StartDiscoveryJobResponse } from "../models/models_0"; import { de_StartDiscoveryJobCommand, se_StartDiscoveryJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/StartTaskExecutionCommand.ts b/clients/client-datasync/src/commands/StartTaskExecutionCommand.ts index 0672896ce162f..4f0064f03cd9f 100644 --- a/clients/client-datasync/src/commands/StartTaskExecutionCommand.ts +++ b/clients/client-datasync/src/commands/StartTaskExecutionCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { StartTaskExecutionRequest, StartTaskExecutionResponse } from "../models/models_0"; import { de_StartTaskExecutionCommand, se_StartTaskExecutionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/StopDiscoveryJobCommand.ts b/clients/client-datasync/src/commands/StopDiscoveryJobCommand.ts index 1c88e03e05ab1..6cd6997f6d448 100644 --- a/clients/client-datasync/src/commands/StopDiscoveryJobCommand.ts +++ b/clients/client-datasync/src/commands/StopDiscoveryJobCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { StopDiscoveryJobRequest, StopDiscoveryJobResponse } from "../models/models_0"; import { de_StopDiscoveryJobCommand, se_StopDiscoveryJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/TagResourceCommand.ts b/clients/client-datasync/src/commands/TagResourceCommand.ts index 372d66086b58a..91cd1534ab1b3 100644 --- a/clients/client-datasync/src/commands/TagResourceCommand.ts +++ b/clients/client-datasync/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/UntagResourceCommand.ts b/clients/client-datasync/src/commands/UntagResourceCommand.ts index 0b1252ad30382..19c74e2612e71 100644 --- a/clients/client-datasync/src/commands/UntagResourceCommand.ts +++ b/clients/client-datasync/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/UpdateAgentCommand.ts b/clients/client-datasync/src/commands/UpdateAgentCommand.ts index 4c10fce57462c..cb99a670570e4 100644 --- a/clients/client-datasync/src/commands/UpdateAgentCommand.ts +++ b/clients/client-datasync/src/commands/UpdateAgentCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateAgentRequest, UpdateAgentResponse } from "../models/models_0"; import { de_UpdateAgentCommand, se_UpdateAgentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/UpdateDiscoveryJobCommand.ts b/clients/client-datasync/src/commands/UpdateDiscoveryJobCommand.ts index 120de0aa3a02e..a776d5ba9f80d 100644 --- a/clients/client-datasync/src/commands/UpdateDiscoveryJobCommand.ts +++ b/clients/client-datasync/src/commands/UpdateDiscoveryJobCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateDiscoveryJobRequest, UpdateDiscoveryJobResponse } from "../models/models_0"; import { de_UpdateDiscoveryJobCommand, se_UpdateDiscoveryJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/UpdateLocationHdfsCommand.ts b/clients/client-datasync/src/commands/UpdateLocationHdfsCommand.ts index 389360ec4eb61..dd44765bbac21 100644 --- a/clients/client-datasync/src/commands/UpdateLocationHdfsCommand.ts +++ b/clients/client-datasync/src/commands/UpdateLocationHdfsCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateLocationHdfsRequest, UpdateLocationHdfsResponse } from "../models/models_0"; import { de_UpdateLocationHdfsCommand, se_UpdateLocationHdfsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/UpdateLocationNfsCommand.ts b/clients/client-datasync/src/commands/UpdateLocationNfsCommand.ts index 7d8014820b36c..cb777d3dad6c3 100644 --- a/clients/client-datasync/src/commands/UpdateLocationNfsCommand.ts +++ b/clients/client-datasync/src/commands/UpdateLocationNfsCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateLocationNfsRequest, UpdateLocationNfsResponse } from "../models/models_0"; import { de_UpdateLocationNfsCommand, se_UpdateLocationNfsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/UpdateLocationObjectStorageCommand.ts b/clients/client-datasync/src/commands/UpdateLocationObjectStorageCommand.ts index eb7843e8a08ec..d1f4f0be0277e 100644 --- a/clients/client-datasync/src/commands/UpdateLocationObjectStorageCommand.ts +++ b/clients/client-datasync/src/commands/UpdateLocationObjectStorageCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateLocationObjectStorageCommand, se_UpdateLocationObjectStorageCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/UpdateLocationSmbCommand.ts b/clients/client-datasync/src/commands/UpdateLocationSmbCommand.ts index 816f8afeeaece..9e74689d2d423 100644 --- a/clients/client-datasync/src/commands/UpdateLocationSmbCommand.ts +++ b/clients/client-datasync/src/commands/UpdateLocationSmbCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateLocationSmbCommand, se_UpdateLocationSmbCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/UpdateStorageSystemCommand.ts b/clients/client-datasync/src/commands/UpdateStorageSystemCommand.ts index f08146a38ae91..2bd4f1cb87d84 100644 --- a/clients/client-datasync/src/commands/UpdateStorageSystemCommand.ts +++ b/clients/client-datasync/src/commands/UpdateStorageSystemCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateStorageSystemCommand, se_UpdateStorageSystemCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/UpdateTaskCommand.ts b/clients/client-datasync/src/commands/UpdateTaskCommand.ts index 65431b21c6dd4..5015659f0aa09 100644 --- a/clients/client-datasync/src/commands/UpdateTaskCommand.ts +++ b/clients/client-datasync/src/commands/UpdateTaskCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateTaskRequest, UpdateTaskResponse } from "../models/models_0"; import { de_UpdateTaskCommand, se_UpdateTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/commands/UpdateTaskExecutionCommand.ts b/clients/client-datasync/src/commands/UpdateTaskExecutionCommand.ts index 0fed77115c14e..98cae25917f86 100644 --- a/clients/client-datasync/src/commands/UpdateTaskExecutionCommand.ts +++ b/clients/client-datasync/src/commands/UpdateTaskExecutionCommand.ts @@ -17,6 +17,10 @@ import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateTaskExecutionRequest, UpdateTaskExecutionResponse } from "../models/models_0"; import { de_UpdateTaskExecutionCommand, se_UpdateTaskExecutionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-datasync/src/index.ts b/clients/client-datasync/src/index.ts index c60596f57762c..c753e94b7debd 100644 --- a/clients/client-datasync/src/index.ts +++ b/clients/client-datasync/src/index.ts @@ -1,8 +1,22 @@ -export * from "./DataSync"; // smithy-typescript generated code +/* eslint-disable */ +/** + * DataSync + *

DataSync is a managed data transfer service that makes it simpler for you + * to automate moving data between on-premises storage and Amazon Web Services storage services. + * You also can use DataSync to transfer data between other cloud providers and Amazon Web Services storage services.

+ *

This API interface reference includes documentation for using DataSync + * programmatically. For complete information, see the + * DataSync User + * Guide + * .

+ * + * @packageDocumentation + */ export * from "./DataSyncClient"; +export * from "./DataSync"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { DataSyncServiceException } from "./models/DataSyncServiceException"; diff --git a/clients/client-datasync/src/models/DataSyncServiceException.ts b/clients/client-datasync/src/models/DataSyncServiceException.ts index 1fc33310af5ee..e525503a80159 100644 --- a/clients/client-datasync/src/models/DataSyncServiceException.ts +++ b/clients/client-datasync/src/models/DataSyncServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-dax/src/DAXClient.ts b/clients/client-dax/src/DAXClient.ts index eea6fba1f807a..37fb9141347f2 100644 --- a/clients/client-dax/src/DAXClient.ts +++ b/clients/client-dax/src/DAXClient.ts @@ -104,6 +104,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -283,7 +285,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type DAXClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type DAXClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -302,7 +304,7 @@ export interface DAXClientConfig extends DAXClientConfigType {} /** * @public */ -type DAXClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type DAXClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-dax/src/commands/CreateClusterCommand.ts b/clients/client-dax/src/commands/CreateClusterCommand.ts index c32893cfd6d78..79089d3b72808 100644 --- a/clients/client-dax/src/commands/CreateClusterCommand.ts +++ b/clients/client-dax/src/commands/CreateClusterCommand.ts @@ -17,6 +17,10 @@ import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0"; import { de_CreateClusterCommand, se_CreateClusterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dax/src/commands/CreateParameterGroupCommand.ts b/clients/client-dax/src/commands/CreateParameterGroupCommand.ts index 98741b0a02fa0..50cffd22e3c07 100644 --- a/clients/client-dax/src/commands/CreateParameterGroupCommand.ts +++ b/clients/client-dax/src/commands/CreateParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateParameterGroupRequest, CreateParameterGroupResponse } from "../models/models_0"; import { de_CreateParameterGroupCommand, se_CreateParameterGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dax/src/commands/CreateSubnetGroupCommand.ts b/clients/client-dax/src/commands/CreateSubnetGroupCommand.ts index 3ba0068b58bc8..717aad4c960e1 100644 --- a/clients/client-dax/src/commands/CreateSubnetGroupCommand.ts +++ b/clients/client-dax/src/commands/CreateSubnetGroupCommand.ts @@ -17,6 +17,10 @@ import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateSubnetGroupRequest, CreateSubnetGroupResponse } from "../models/models_0"; import { de_CreateSubnetGroupCommand, se_CreateSubnetGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dax/src/commands/DecreaseReplicationFactorCommand.ts b/clients/client-dax/src/commands/DecreaseReplicationFactorCommand.ts index c0b0db6efb618..431d679d0e1b9 100644 --- a/clients/client-dax/src/commands/DecreaseReplicationFactorCommand.ts +++ b/clients/client-dax/src/commands/DecreaseReplicationFactorCommand.ts @@ -17,6 +17,10 @@ import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DecreaseReplicationFactorRequest, DecreaseReplicationFactorResponse } from "../models/models_0"; import { de_DecreaseReplicationFactorCommand, se_DecreaseReplicationFactorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dax/src/commands/DeleteClusterCommand.ts b/clients/client-dax/src/commands/DeleteClusterCommand.ts index 29a2667a3daca..87e0026ef45ec 100644 --- a/clients/client-dax/src/commands/DeleteClusterCommand.ts +++ b/clients/client-dax/src/commands/DeleteClusterCommand.ts @@ -17,6 +17,10 @@ import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0"; import { de_DeleteClusterCommand, se_DeleteClusterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dax/src/commands/DeleteParameterGroupCommand.ts b/clients/client-dax/src/commands/DeleteParameterGroupCommand.ts index c574c5f913bd8..66b87a8e2c6b2 100644 --- a/clients/client-dax/src/commands/DeleteParameterGroupCommand.ts +++ b/clients/client-dax/src/commands/DeleteParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteParameterGroupRequest, DeleteParameterGroupResponse } from "../models/models_0"; import { de_DeleteParameterGroupCommand, se_DeleteParameterGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dax/src/commands/DeleteSubnetGroupCommand.ts b/clients/client-dax/src/commands/DeleteSubnetGroupCommand.ts index 4e0dddfbd14d3..983e6ac21a08f 100644 --- a/clients/client-dax/src/commands/DeleteSubnetGroupCommand.ts +++ b/clients/client-dax/src/commands/DeleteSubnetGroupCommand.ts @@ -17,6 +17,10 @@ import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteSubnetGroupRequest, DeleteSubnetGroupResponse } from "../models/models_0"; import { de_DeleteSubnetGroupCommand, se_DeleteSubnetGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dax/src/commands/DescribeClustersCommand.ts b/clients/client-dax/src/commands/DescribeClustersCommand.ts index cbab066f6ced1..f078f787535e4 100644 --- a/clients/client-dax/src/commands/DescribeClustersCommand.ts +++ b/clients/client-dax/src/commands/DescribeClustersCommand.ts @@ -17,6 +17,10 @@ import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeClustersRequest, DescribeClustersResponse } from "../models/models_0"; import { de_DescribeClustersCommand, se_DescribeClustersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dax/src/commands/DescribeDefaultParametersCommand.ts b/clients/client-dax/src/commands/DescribeDefaultParametersCommand.ts index e69b33d696c00..75d1904576225 100644 --- a/clients/client-dax/src/commands/DescribeDefaultParametersCommand.ts +++ b/clients/client-dax/src/commands/DescribeDefaultParametersCommand.ts @@ -17,6 +17,10 @@ import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeDefaultParametersRequest, DescribeDefaultParametersResponse } from "../models/models_0"; import { de_DescribeDefaultParametersCommand, se_DescribeDefaultParametersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dax/src/commands/DescribeEventsCommand.ts b/clients/client-dax/src/commands/DescribeEventsCommand.ts index 2928d8e2257a7..6a2e0671126de 100644 --- a/clients/client-dax/src/commands/DescribeEventsCommand.ts +++ b/clients/client-dax/src/commands/DescribeEventsCommand.ts @@ -17,6 +17,10 @@ import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeEventsRequest, DescribeEventsResponse } from "../models/models_0"; import { de_DescribeEventsCommand, se_DescribeEventsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dax/src/commands/DescribeParameterGroupsCommand.ts b/clients/client-dax/src/commands/DescribeParameterGroupsCommand.ts index e5a190f68c18e..521fddb1ef864 100644 --- a/clients/client-dax/src/commands/DescribeParameterGroupsCommand.ts +++ b/clients/client-dax/src/commands/DescribeParameterGroupsCommand.ts @@ -17,6 +17,10 @@ import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeParameterGroupsRequest, DescribeParameterGroupsResponse } from "../models/models_0"; import { de_DescribeParameterGroupsCommand, se_DescribeParameterGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dax/src/commands/DescribeParametersCommand.ts b/clients/client-dax/src/commands/DescribeParametersCommand.ts index 741b455b5155b..c63b2c794aec7 100644 --- a/clients/client-dax/src/commands/DescribeParametersCommand.ts +++ b/clients/client-dax/src/commands/DescribeParametersCommand.ts @@ -17,6 +17,10 @@ import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeParametersRequest, DescribeParametersResponse } from "../models/models_0"; import { de_DescribeParametersCommand, se_DescribeParametersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dax/src/commands/DescribeSubnetGroupsCommand.ts b/clients/client-dax/src/commands/DescribeSubnetGroupsCommand.ts index b7d0d2a229972..ccc946731c4f7 100644 --- a/clients/client-dax/src/commands/DescribeSubnetGroupsCommand.ts +++ b/clients/client-dax/src/commands/DescribeSubnetGroupsCommand.ts @@ -17,6 +17,10 @@ import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeSubnetGroupsRequest, DescribeSubnetGroupsResponse } from "../models/models_0"; import { de_DescribeSubnetGroupsCommand, se_DescribeSubnetGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dax/src/commands/IncreaseReplicationFactorCommand.ts b/clients/client-dax/src/commands/IncreaseReplicationFactorCommand.ts index 2f2115ad6e727..4a698701e5a68 100644 --- a/clients/client-dax/src/commands/IncreaseReplicationFactorCommand.ts +++ b/clients/client-dax/src/commands/IncreaseReplicationFactorCommand.ts @@ -17,6 +17,10 @@ import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { IncreaseReplicationFactorRequest, IncreaseReplicationFactorResponse } from "../models/models_0"; import { de_IncreaseReplicationFactorCommand, se_IncreaseReplicationFactorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dax/src/commands/ListTagsCommand.ts b/clients/client-dax/src/commands/ListTagsCommand.ts index d9e9b48b3e99e..c155ccfba6c7b 100644 --- a/clients/client-dax/src/commands/ListTagsCommand.ts +++ b/clients/client-dax/src/commands/ListTagsCommand.ts @@ -17,6 +17,10 @@ import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListTagsRequest, ListTagsResponse } from "../models/models_0"; import { de_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dax/src/commands/RebootNodeCommand.ts b/clients/client-dax/src/commands/RebootNodeCommand.ts index 7e150f8e187f0..bbbb82a222142 100644 --- a/clients/client-dax/src/commands/RebootNodeCommand.ts +++ b/clients/client-dax/src/commands/RebootNodeCommand.ts @@ -17,6 +17,10 @@ import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RebootNodeRequest, RebootNodeResponse } from "../models/models_0"; import { de_RebootNodeCommand, se_RebootNodeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dax/src/commands/TagResourceCommand.ts b/clients/client-dax/src/commands/TagResourceCommand.ts index 9a90cba5cbe33..c4c55c01a4982 100644 --- a/clients/client-dax/src/commands/TagResourceCommand.ts +++ b/clients/client-dax/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dax/src/commands/UntagResourceCommand.ts b/clients/client-dax/src/commands/UntagResourceCommand.ts index 6393be53e9652..7a22c2f90d618 100644 --- a/clients/client-dax/src/commands/UntagResourceCommand.ts +++ b/clients/client-dax/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dax/src/commands/UpdateClusterCommand.ts b/clients/client-dax/src/commands/UpdateClusterCommand.ts index 8f85fb655edcd..17043f6a8f3a7 100644 --- a/clients/client-dax/src/commands/UpdateClusterCommand.ts +++ b/clients/client-dax/src/commands/UpdateClusterCommand.ts @@ -17,6 +17,10 @@ import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateClusterRequest, UpdateClusterResponse } from "../models/models_0"; import { de_UpdateClusterCommand, se_UpdateClusterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dax/src/commands/UpdateParameterGroupCommand.ts b/clients/client-dax/src/commands/UpdateParameterGroupCommand.ts index 5caa3804e6447..4862e9180f763 100644 --- a/clients/client-dax/src/commands/UpdateParameterGroupCommand.ts +++ b/clients/client-dax/src/commands/UpdateParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateParameterGroupRequest, UpdateParameterGroupResponse } from "../models/models_0"; import { de_UpdateParameterGroupCommand, se_UpdateParameterGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dax/src/commands/UpdateSubnetGroupCommand.ts b/clients/client-dax/src/commands/UpdateSubnetGroupCommand.ts index d6366529cfbc9..486b9cfc7f131 100644 --- a/clients/client-dax/src/commands/UpdateSubnetGroupCommand.ts +++ b/clients/client-dax/src/commands/UpdateSubnetGroupCommand.ts @@ -17,6 +17,10 @@ import { DAXClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateSubnetGroupRequest, UpdateSubnetGroupResponse } from "../models/models_0"; import { de_UpdateSubnetGroupCommand, se_UpdateSubnetGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dax/src/index.ts b/clients/client-dax/src/index.ts index 5496c94bedf13..28f6e7cc48887 100644 --- a/clients/client-dax/src/index.ts +++ b/clients/client-dax/src/index.ts @@ -1,6 +1,17 @@ -export * from "./DAX"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

DAX is a managed caching service engineered for Amazon DynamoDB. DAX + * dramatically speeds up database reads by caching frequently-accessed data from DynamoDB, so + * applications can access that data with sub-millisecond latency. You can create a DAX + * cluster easily, using the AWS Management Console. With a few simple modifications to + * your code, your application can begin taking advantage of the DAX cluster and realize + * significant improvements in read performance.

+ * + * @packageDocumentation + */ export * from "./DAXClient"; +export * from "./DAX"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-dax/src/models/DAXServiceException.ts b/clients/client-dax/src/models/DAXServiceException.ts index 1c49e57c69245..ef7849f88cf76 100644 --- a/clients/client-dax/src/models/DAXServiceException.ts +++ b/clients/client-dax/src/models/DAXServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-detective/src/DetectiveClient.ts b/clients/client-detective/src/DetectiveClient.ts index 33d53bb364f42..72406d190794e 100644 --- a/clients/client-detective/src/DetectiveClient.ts +++ b/clients/client-detective/src/DetectiveClient.ts @@ -119,6 +119,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -304,7 +306,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type DetectiveClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type DetectiveClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -323,7 +325,7 @@ export interface DetectiveClientConfig extends DetectiveClientConfigType {} /** * @public */ -type DetectiveClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type DetectiveClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-detective/src/commands/AcceptInvitationCommand.ts b/clients/client-detective/src/commands/AcceptInvitationCommand.ts index 7072bf605547f..81d3fbe51564e 100644 --- a/clients/client-detective/src/commands/AcceptInvitationCommand.ts +++ b/clients/client-detective/src/commands/AcceptInvitationCommand.ts @@ -17,6 +17,10 @@ import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { AcceptInvitationRequest } from "../models/models_0"; import { de_AcceptInvitationCommand, se_AcceptInvitationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/BatchGetGraphMemberDatasourcesCommand.ts b/clients/client-detective/src/commands/BatchGetGraphMemberDatasourcesCommand.ts index 0cac97beeaf8f..5903fa0dac55c 100644 --- a/clients/client-detective/src/commands/BatchGetGraphMemberDatasourcesCommand.ts +++ b/clients/client-detective/src/commands/BatchGetGraphMemberDatasourcesCommand.ts @@ -20,6 +20,10 @@ import { se_BatchGetGraphMemberDatasourcesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/BatchGetMembershipDatasourcesCommand.ts b/clients/client-detective/src/commands/BatchGetMembershipDatasourcesCommand.ts index 72680691b8265..d9b1b3d3a77a8 100644 --- a/clients/client-detective/src/commands/BatchGetMembershipDatasourcesCommand.ts +++ b/clients/client-detective/src/commands/BatchGetMembershipDatasourcesCommand.ts @@ -20,6 +20,10 @@ import { se_BatchGetMembershipDatasourcesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/CreateGraphCommand.ts b/clients/client-detective/src/commands/CreateGraphCommand.ts index e8180969f0362..8a70740b3e3cf 100644 --- a/clients/client-detective/src/commands/CreateGraphCommand.ts +++ b/clients/client-detective/src/commands/CreateGraphCommand.ts @@ -17,6 +17,10 @@ import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateGraphRequest, CreateGraphResponse } from "../models/models_0"; import { de_CreateGraphCommand, se_CreateGraphCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/CreateMembersCommand.ts b/clients/client-detective/src/commands/CreateMembersCommand.ts index ec62eca4fcb87..ba60adddad76c 100644 --- a/clients/client-detective/src/commands/CreateMembersCommand.ts +++ b/clients/client-detective/src/commands/CreateMembersCommand.ts @@ -17,6 +17,10 @@ import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateMembersRequest, CreateMembersResponse } from "../models/models_0"; import { de_CreateMembersCommand, se_CreateMembersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/DeleteGraphCommand.ts b/clients/client-detective/src/commands/DeleteGraphCommand.ts index e75f90c3e9dfb..55e5db1b13f47 100644 --- a/clients/client-detective/src/commands/DeleteGraphCommand.ts +++ b/clients/client-detective/src/commands/DeleteGraphCommand.ts @@ -17,6 +17,10 @@ import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteGraphRequest } from "../models/models_0"; import { de_DeleteGraphCommand, se_DeleteGraphCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/DeleteMembersCommand.ts b/clients/client-detective/src/commands/DeleteMembersCommand.ts index 2a0b758ed5e9f..6abb8f5bd517e 100644 --- a/clients/client-detective/src/commands/DeleteMembersCommand.ts +++ b/clients/client-detective/src/commands/DeleteMembersCommand.ts @@ -17,6 +17,10 @@ import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteMembersRequest, DeleteMembersResponse } from "../models/models_0"; import { de_DeleteMembersCommand, se_DeleteMembersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-detective/src/commands/DescribeOrganizationConfigurationCommand.ts index 8e1a6add7b65f..3140cb4c9774c 100644 --- a/clients/client-detective/src/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-detective/src/commands/DescribeOrganizationConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/DisableOrganizationAdminAccountCommand.ts b/clients/client-detective/src/commands/DisableOrganizationAdminAccountCommand.ts index 7b47593b0e749..a91caa37bf3d9 100644 --- a/clients/client-detective/src/commands/DisableOrganizationAdminAccountCommand.ts +++ b/clients/client-detective/src/commands/DisableOrganizationAdminAccountCommand.ts @@ -19,6 +19,10 @@ import { se_DisableOrganizationAdminAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/DisassociateMembershipCommand.ts b/clients/client-detective/src/commands/DisassociateMembershipCommand.ts index ebe1c170ec270..ae7366fdf0eaa 100644 --- a/clients/client-detective/src/commands/DisassociateMembershipCommand.ts +++ b/clients/client-detective/src/commands/DisassociateMembershipCommand.ts @@ -17,6 +17,10 @@ import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DisassociateMembershipRequest } from "../models/models_0"; import { de_DisassociateMembershipCommand, se_DisassociateMembershipCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/EnableOrganizationAdminAccountCommand.ts b/clients/client-detective/src/commands/EnableOrganizationAdminAccountCommand.ts index a88e52d2c4ce7..a9a40560cb855 100644 --- a/clients/client-detective/src/commands/EnableOrganizationAdminAccountCommand.ts +++ b/clients/client-detective/src/commands/EnableOrganizationAdminAccountCommand.ts @@ -20,6 +20,10 @@ import { se_EnableOrganizationAdminAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/GetMembersCommand.ts b/clients/client-detective/src/commands/GetMembersCommand.ts index 1bb18f0a89f95..c006064d9feac 100644 --- a/clients/client-detective/src/commands/GetMembersCommand.ts +++ b/clients/client-detective/src/commands/GetMembersCommand.ts @@ -17,6 +17,10 @@ import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetMembersRequest, GetMembersResponse } from "../models/models_0"; import { de_GetMembersCommand, se_GetMembersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/ListDatasourcePackagesCommand.ts b/clients/client-detective/src/commands/ListDatasourcePackagesCommand.ts index 113a56dd45d7a..aea93915232a8 100644 --- a/clients/client-detective/src/commands/ListDatasourcePackagesCommand.ts +++ b/clients/client-detective/src/commands/ListDatasourcePackagesCommand.ts @@ -17,6 +17,10 @@ import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListDatasourcePackagesRequest, ListDatasourcePackagesResponse } from "../models/models_0"; import { de_ListDatasourcePackagesCommand, se_ListDatasourcePackagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/ListGraphsCommand.ts b/clients/client-detective/src/commands/ListGraphsCommand.ts index 5518b274b48be..54626d0509145 100644 --- a/clients/client-detective/src/commands/ListGraphsCommand.ts +++ b/clients/client-detective/src/commands/ListGraphsCommand.ts @@ -17,6 +17,10 @@ import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListGraphsRequest, ListGraphsResponse } from "../models/models_0"; import { de_ListGraphsCommand, se_ListGraphsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/ListInvitationsCommand.ts b/clients/client-detective/src/commands/ListInvitationsCommand.ts index bf9de33f7b238..82c9efa9a7f75 100644 --- a/clients/client-detective/src/commands/ListInvitationsCommand.ts +++ b/clients/client-detective/src/commands/ListInvitationsCommand.ts @@ -17,6 +17,10 @@ import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListInvitationsRequest, ListInvitationsResponse } from "../models/models_0"; import { de_ListInvitationsCommand, se_ListInvitationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/ListMembersCommand.ts b/clients/client-detective/src/commands/ListMembersCommand.ts index 0bd9e28a8fd19..b1287ed122f80 100644 --- a/clients/client-detective/src/commands/ListMembersCommand.ts +++ b/clients/client-detective/src/commands/ListMembersCommand.ts @@ -17,6 +17,10 @@ import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListMembersRequest, ListMembersResponse } from "../models/models_0"; import { de_ListMembersCommand, se_ListMembersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/ListOrganizationAdminAccountsCommand.ts b/clients/client-detective/src/commands/ListOrganizationAdminAccountsCommand.ts index bedc62d07cd2b..62158f2143a4e 100644 --- a/clients/client-detective/src/commands/ListOrganizationAdminAccountsCommand.ts +++ b/clients/client-detective/src/commands/ListOrganizationAdminAccountsCommand.ts @@ -20,6 +20,10 @@ import { se_ListOrganizationAdminAccountsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/ListTagsForResourceCommand.ts b/clients/client-detective/src/commands/ListTagsForResourceCommand.ts index 52e5b79ab01b6..843d43a2b313d 100644 --- a/clients/client-detective/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-detective/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/RejectInvitationCommand.ts b/clients/client-detective/src/commands/RejectInvitationCommand.ts index 14f41eb744aac..a748deb74bc09 100644 --- a/clients/client-detective/src/commands/RejectInvitationCommand.ts +++ b/clients/client-detective/src/commands/RejectInvitationCommand.ts @@ -17,6 +17,10 @@ import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { RejectInvitationRequest } from "../models/models_0"; import { de_RejectInvitationCommand, se_RejectInvitationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/StartMonitoringMemberCommand.ts b/clients/client-detective/src/commands/StartMonitoringMemberCommand.ts index 2b8c87f79e65d..1de71482ef2d0 100644 --- a/clients/client-detective/src/commands/StartMonitoringMemberCommand.ts +++ b/clients/client-detective/src/commands/StartMonitoringMemberCommand.ts @@ -17,6 +17,10 @@ import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartMonitoringMemberRequest } from "../models/models_0"; import { de_StartMonitoringMemberCommand, se_StartMonitoringMemberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/TagResourceCommand.ts b/clients/client-detective/src/commands/TagResourceCommand.ts index c3b1ed1fb756f..2c190aa07f3dc 100644 --- a/clients/client-detective/src/commands/TagResourceCommand.ts +++ b/clients/client-detective/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/UntagResourceCommand.ts b/clients/client-detective/src/commands/UntagResourceCommand.ts index aa6dbb6e6bde0..aaf666ffa6339 100644 --- a/clients/client-detective/src/commands/UntagResourceCommand.ts +++ b/clients/client-detective/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/UpdateDatasourcePackagesCommand.ts b/clients/client-detective/src/commands/UpdateDatasourcePackagesCommand.ts index 6e37ab6e90740..66c22ff238b65 100644 --- a/clients/client-detective/src/commands/UpdateDatasourcePackagesCommand.ts +++ b/clients/client-detective/src/commands/UpdateDatasourcePackagesCommand.ts @@ -17,6 +17,10 @@ import { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateDatasourcePackagesRequest } from "../models/models_0"; import { de_UpdateDatasourcePackagesCommand, se_UpdateDatasourcePackagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-detective/src/commands/UpdateOrganizationConfigurationCommand.ts index c011bc3f86461..be610c150554c 100644 --- a/clients/client-detective/src/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-detective/src/commands/UpdateOrganizationConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-detective/src/index.ts b/clients/client-detective/src/index.ts index 72e2957eed43e..7a33e3496ea2e 100644 --- a/clients/client-detective/src/index.ts +++ b/clients/client-detective/src/index.ts @@ -1,8 +1,89 @@ -export * from "./Detective"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Detective uses machine learning and purpose-built visualizations to help you to + * analyze and investigate security issues across your Amazon Web Services (Amazon Web Services) workloads. Detective automatically extracts time-based events such + * as login attempts, API calls, and network traffic from CloudTrail and Amazon Virtual Private Cloud (Amazon VPC) flow logs. It also extracts findings detected by + * Amazon GuardDuty.

+ *

The Detective API primarily supports the creation and management of behavior + * graphs. A behavior graph contains the extracted data from a set of member accounts, and is + * created and managed by an administrator account.

+ *

To add a member account to the behavior graph, the administrator account sends an + * invitation to the account. When the account accepts the invitation, it becomes a member + * account in the behavior graph.

+ *

Detective is also integrated with Organizations. The organization + * management account designates the Detective administrator account for the + * organization. That account becomes the administrator account for the organization behavior + * graph. The Detective administrator account is also the delegated administrator + * account for Detective in Organizations.

+ *

The Detective administrator account can enable any organization account as a + * member account in the organization behavior graph. The organization accounts do not receive + * invitations. The Detective administrator account can also invite other accounts to + * the organization behavior graph.

+ *

Every behavior graph is specific to a Region. You can only use the API to manage + * behavior graphs that belong to the Region that is associated with the currently selected + * endpoint.

+ *

The administrator account for a behavior graph can use the Detective API to do + * the following:

+ *
    + *
  • + *

    Enable and disable Detective. Enabling Detective creates a new + * behavior graph.

    + *
  • + *
  • + *

    View the list of member accounts in a behavior graph.

    + *
  • + *
  • + *

    Add member accounts to a behavior graph.

    + *
  • + *
  • + *

    Remove member accounts from a behavior graph.

    + *
  • + *
  • + *

    Apply tags to a behavior graph.

    + *
  • + *
+ *

The organization management account can use the Detective API to select the + * delegated administrator for Detective.

+ *

The Detective administrator account for an organization can use the Detective API to do the following:

+ *
    + *
  • + *

    Perform all of the functions of an administrator account.

    + *
  • + *
  • + *

    Determine whether to automatically enable new organization accounts as member + * accounts in the organization behavior graph.

    + *
  • + *
+ *

An invited member account can use the Detective API to do the following:

+ *
    + *
  • + *

    View the list of behavior graphs that they are invited to.

    + *
  • + *
  • + *

    Accept an invitation to contribute to a behavior graph.

    + *
  • + *
  • + *

    Decline an invitation to contribute to a behavior graph.

    + *
  • + *
  • + *

    Remove their account from a behavior graph.

    + *
  • + *
+ *

All API actions are logged as CloudTrail events. See Logging Detective API Calls with CloudTrail.

+ * + *

We replaced the term "master account" with the term "administrator account." An + * administrator account is used to centrally manage multiple accounts. In the case of + * Detective, the administrator account manages the accounts in their behavior + * graph.

+ *
+ * + * @packageDocumentation + */ export * from "./DetectiveClient"; +export * from "./Detective"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { DetectiveServiceException } from "./models/DetectiveServiceException"; diff --git a/clients/client-detective/src/models/DetectiveServiceException.ts b/clients/client-detective/src/models/DetectiveServiceException.ts index dcff958447eaf..98ee0654d4d37 100644 --- a/clients/client-detective/src/models/DetectiveServiceException.ts +++ b/clients/client-detective/src/models/DetectiveServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-device-farm/src/DeviceFarmClient.ts b/clients/client-device-farm/src/DeviceFarmClient.ts index f700068f2cc94..9d801f81d0fab 100644 --- a/clients/client-device-farm/src/DeviceFarmClient.ts +++ b/clients/client-device-farm/src/DeviceFarmClient.ts @@ -232,6 +232,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -523,7 +525,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type DeviceFarmClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type DeviceFarmClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -542,7 +544,7 @@ export interface DeviceFarmClientConfig extends DeviceFarmClientConfigType {} /** * @public */ -type DeviceFarmClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type DeviceFarmClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-device-farm/src/commands/CreateDevicePoolCommand.ts b/clients/client-device-farm/src/commands/CreateDevicePoolCommand.ts index 6e3bf28592b60..eeae845eb4300 100644 --- a/clients/client-device-farm/src/commands/CreateDevicePoolCommand.ts +++ b/clients/client-device-farm/src/commands/CreateDevicePoolCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateDevicePoolRequest, CreateDevicePoolResult } from "../models/models_0"; import { de_CreateDevicePoolCommand, se_CreateDevicePoolCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/CreateInstanceProfileCommand.ts b/clients/client-device-farm/src/commands/CreateInstanceProfileCommand.ts index 79e7536ce8f16..3f5801561817f 100644 --- a/clients/client-device-farm/src/commands/CreateInstanceProfileCommand.ts +++ b/clients/client-device-farm/src/commands/CreateInstanceProfileCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateInstanceProfileRequest, CreateInstanceProfileResult } from "../models/models_0"; import { de_CreateInstanceProfileCommand, se_CreateInstanceProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/CreateNetworkProfileCommand.ts b/clients/client-device-farm/src/commands/CreateNetworkProfileCommand.ts index 7ecbfd29d925e..ec520243eefc1 100644 --- a/clients/client-device-farm/src/commands/CreateNetworkProfileCommand.ts +++ b/clients/client-device-farm/src/commands/CreateNetworkProfileCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateNetworkProfileRequest, CreateNetworkProfileResult } from "../models/models_0"; import { de_CreateNetworkProfileCommand, se_CreateNetworkProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/CreateProjectCommand.ts b/clients/client-device-farm/src/commands/CreateProjectCommand.ts index ee96431b19557..99e3797a7eeda 100644 --- a/clients/client-device-farm/src/commands/CreateProjectCommand.ts +++ b/clients/client-device-farm/src/commands/CreateProjectCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateProjectRequest, CreateProjectResult } from "../models/models_0"; import { de_CreateProjectCommand, se_CreateProjectCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/CreateRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/CreateRemoteAccessSessionCommand.ts index 16b92b57852e2..3c309f7784653 100644 --- a/clients/client-device-farm/src/commands/CreateRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/src/commands/CreateRemoteAccessSessionCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateRemoteAccessSessionRequest, CreateRemoteAccessSessionResult } from "../models/models_0"; import { de_CreateRemoteAccessSessionCommand, se_CreateRemoteAccessSessionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/CreateTestGridProjectCommand.ts b/clients/client-device-farm/src/commands/CreateTestGridProjectCommand.ts index 6a631de8886d0..7cadeaeaaaa89 100644 --- a/clients/client-device-farm/src/commands/CreateTestGridProjectCommand.ts +++ b/clients/client-device-farm/src/commands/CreateTestGridProjectCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateTestGridProjectRequest, CreateTestGridProjectResult } from "../models/models_0"; import { de_CreateTestGridProjectCommand, se_CreateTestGridProjectCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/CreateTestGridUrlCommand.ts b/clients/client-device-farm/src/commands/CreateTestGridUrlCommand.ts index 80d9956114b25..7bc8edea52f6e 100644 --- a/clients/client-device-farm/src/commands/CreateTestGridUrlCommand.ts +++ b/clients/client-device-farm/src/commands/CreateTestGridUrlCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateTestGridUrlCommand, se_CreateTestGridUrlCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/CreateUploadCommand.ts b/clients/client-device-farm/src/commands/CreateUploadCommand.ts index 216bb6f8c5c22..ce44ea97d485f 100644 --- a/clients/client-device-farm/src/commands/CreateUploadCommand.ts +++ b/clients/client-device-farm/src/commands/CreateUploadCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateUploadRequest, CreateUploadResult, CreateUploadResultFilterSensitiveLog } from "../models/models_0"; import { de_CreateUploadCommand, se_CreateUploadCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/CreateVPCEConfigurationCommand.ts b/clients/client-device-farm/src/commands/CreateVPCEConfigurationCommand.ts index b17e88e79c391..15556ab61690d 100644 --- a/clients/client-device-farm/src/commands/CreateVPCEConfigurationCommand.ts +++ b/clients/client-device-farm/src/commands/CreateVPCEConfigurationCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateVPCEConfigurationRequest, CreateVPCEConfigurationResult } from "../models/models_0"; import { de_CreateVPCEConfigurationCommand, se_CreateVPCEConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/DeleteDevicePoolCommand.ts b/clients/client-device-farm/src/commands/DeleteDevicePoolCommand.ts index 701f146d5e6ea..b38ec9f38410e 100644 --- a/clients/client-device-farm/src/commands/DeleteDevicePoolCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteDevicePoolCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteDevicePoolRequest, DeleteDevicePoolResult } from "../models/models_0"; import { de_DeleteDevicePoolCommand, se_DeleteDevicePoolCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/DeleteInstanceProfileCommand.ts b/clients/client-device-farm/src/commands/DeleteInstanceProfileCommand.ts index b3ad60490cd9e..a79ec1e8712ad 100644 --- a/clients/client-device-farm/src/commands/DeleteInstanceProfileCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteInstanceProfileCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteInstanceProfileRequest, DeleteInstanceProfileResult } from "../models/models_0"; import { de_DeleteInstanceProfileCommand, se_DeleteInstanceProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/DeleteNetworkProfileCommand.ts b/clients/client-device-farm/src/commands/DeleteNetworkProfileCommand.ts index 1c8adf7c256e1..6e16d8e3c40c2 100644 --- a/clients/client-device-farm/src/commands/DeleteNetworkProfileCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteNetworkProfileCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteNetworkProfileRequest, DeleteNetworkProfileResult } from "../models/models_0"; import { de_DeleteNetworkProfileCommand, se_DeleteNetworkProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/DeleteProjectCommand.ts b/clients/client-device-farm/src/commands/DeleteProjectCommand.ts index c255a5472f1ef..d611543153cb1 100644 --- a/clients/client-device-farm/src/commands/DeleteProjectCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteProjectCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteProjectRequest, DeleteProjectResult } from "../models/models_0"; import { de_DeleteProjectCommand, se_DeleteProjectCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/DeleteRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/DeleteRemoteAccessSessionCommand.ts index b2317f23a9888..dfec58b1f546d 100644 --- a/clients/client-device-farm/src/commands/DeleteRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteRemoteAccessSessionCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteRemoteAccessSessionRequest, DeleteRemoteAccessSessionResult } from "../models/models_0"; import { de_DeleteRemoteAccessSessionCommand, se_DeleteRemoteAccessSessionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/DeleteRunCommand.ts b/clients/client-device-farm/src/commands/DeleteRunCommand.ts index 51e7e13de5c32..119026b017c8a 100644 --- a/clients/client-device-farm/src/commands/DeleteRunCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteRunCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteRunRequest, DeleteRunResult } from "../models/models_0"; import { de_DeleteRunCommand, se_DeleteRunCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/DeleteTestGridProjectCommand.ts b/clients/client-device-farm/src/commands/DeleteTestGridProjectCommand.ts index d7b5713ccff02..e3a1a3bf183aa 100644 --- a/clients/client-device-farm/src/commands/DeleteTestGridProjectCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteTestGridProjectCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteTestGridProjectRequest, DeleteTestGridProjectResult } from "../models/models_0"; import { de_DeleteTestGridProjectCommand, se_DeleteTestGridProjectCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/DeleteUploadCommand.ts b/clients/client-device-farm/src/commands/DeleteUploadCommand.ts index 48591aff2144e..d610c9c2811ab 100644 --- a/clients/client-device-farm/src/commands/DeleteUploadCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteUploadCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteUploadRequest, DeleteUploadResult } from "../models/models_0"; import { de_DeleteUploadCommand, se_DeleteUploadCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/DeleteVPCEConfigurationCommand.ts b/clients/client-device-farm/src/commands/DeleteVPCEConfigurationCommand.ts index a90fabbb7a5e0..68491d98b82a1 100644 --- a/clients/client-device-farm/src/commands/DeleteVPCEConfigurationCommand.ts +++ b/clients/client-device-farm/src/commands/DeleteVPCEConfigurationCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteVPCEConfigurationRequest, DeleteVPCEConfigurationResult } from "../models/models_0"; import { de_DeleteVPCEConfigurationCommand, se_DeleteVPCEConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/GetAccountSettingsCommand.ts b/clients/client-device-farm/src/commands/GetAccountSettingsCommand.ts index 817e3a912297e..57c113f1681b1 100644 --- a/clients/client-device-farm/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-device-farm/src/commands/GetAccountSettingsCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetAccountSettingsRequest, GetAccountSettingsResult } from "../models/models_0"; import { de_GetAccountSettingsCommand, se_GetAccountSettingsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/GetDeviceCommand.ts b/clients/client-device-farm/src/commands/GetDeviceCommand.ts index eebdda75849dc..c66f7c78e5f31 100644 --- a/clients/client-device-farm/src/commands/GetDeviceCommand.ts +++ b/clients/client-device-farm/src/commands/GetDeviceCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDeviceRequest, GetDeviceResult } from "../models/models_0"; import { de_GetDeviceCommand, se_GetDeviceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/GetDeviceInstanceCommand.ts b/clients/client-device-farm/src/commands/GetDeviceInstanceCommand.ts index fc31161d8ff94..cae9b505b92a1 100644 --- a/clients/client-device-farm/src/commands/GetDeviceInstanceCommand.ts +++ b/clients/client-device-farm/src/commands/GetDeviceInstanceCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDeviceInstanceRequest, GetDeviceInstanceResult } from "../models/models_0"; import { de_GetDeviceInstanceCommand, se_GetDeviceInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/GetDevicePoolCommand.ts b/clients/client-device-farm/src/commands/GetDevicePoolCommand.ts index 10b181383cf05..1bc27d81e4975 100644 --- a/clients/client-device-farm/src/commands/GetDevicePoolCommand.ts +++ b/clients/client-device-farm/src/commands/GetDevicePoolCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDevicePoolRequest, GetDevicePoolResult } from "../models/models_0"; import { de_GetDevicePoolCommand, se_GetDevicePoolCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/GetDevicePoolCompatibilityCommand.ts b/clients/client-device-farm/src/commands/GetDevicePoolCompatibilityCommand.ts index 5363804631012..c8d96d73885c2 100644 --- a/clients/client-device-farm/src/commands/GetDevicePoolCompatibilityCommand.ts +++ b/clients/client-device-farm/src/commands/GetDevicePoolCompatibilityCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDevicePoolCompatibilityRequest, GetDevicePoolCompatibilityResult } from "../models/models_0"; import { de_GetDevicePoolCompatibilityCommand, se_GetDevicePoolCompatibilityCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/GetInstanceProfileCommand.ts b/clients/client-device-farm/src/commands/GetInstanceProfileCommand.ts index 0a4bc63072755..89493a72b7ee8 100644 --- a/clients/client-device-farm/src/commands/GetInstanceProfileCommand.ts +++ b/clients/client-device-farm/src/commands/GetInstanceProfileCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetInstanceProfileRequest, GetInstanceProfileResult } from "../models/models_0"; import { de_GetInstanceProfileCommand, se_GetInstanceProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/GetJobCommand.ts b/clients/client-device-farm/src/commands/GetJobCommand.ts index b9fda177ccde4..0e01dccc2d392 100644 --- a/clients/client-device-farm/src/commands/GetJobCommand.ts +++ b/clients/client-device-farm/src/commands/GetJobCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetJobRequest, GetJobResult } from "../models/models_0"; import { de_GetJobCommand, se_GetJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/GetNetworkProfileCommand.ts b/clients/client-device-farm/src/commands/GetNetworkProfileCommand.ts index ff5fd915ac946..3f8c3ad304e3c 100644 --- a/clients/client-device-farm/src/commands/GetNetworkProfileCommand.ts +++ b/clients/client-device-farm/src/commands/GetNetworkProfileCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetNetworkProfileRequest, GetNetworkProfileResult } from "../models/models_0"; import { de_GetNetworkProfileCommand, se_GetNetworkProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/GetOfferingStatusCommand.ts b/clients/client-device-farm/src/commands/GetOfferingStatusCommand.ts index 005a10dd861ad..e06dd359c46be 100644 --- a/clients/client-device-farm/src/commands/GetOfferingStatusCommand.ts +++ b/clients/client-device-farm/src/commands/GetOfferingStatusCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetOfferingStatusRequest, GetOfferingStatusResult } from "../models/models_0"; import { de_GetOfferingStatusCommand, se_GetOfferingStatusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/GetProjectCommand.ts b/clients/client-device-farm/src/commands/GetProjectCommand.ts index 16abed6ac9774..72af013cf2e01 100644 --- a/clients/client-device-farm/src/commands/GetProjectCommand.ts +++ b/clients/client-device-farm/src/commands/GetProjectCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetProjectRequest, GetProjectResult } from "../models/models_0"; import { de_GetProjectCommand, se_GetProjectCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/GetRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/GetRemoteAccessSessionCommand.ts index 6908febb4dd52..873a184934126 100644 --- a/clients/client-device-farm/src/commands/GetRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/src/commands/GetRemoteAccessSessionCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetRemoteAccessSessionRequest, GetRemoteAccessSessionResult } from "../models/models_0"; import { de_GetRemoteAccessSessionCommand, se_GetRemoteAccessSessionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/GetRunCommand.ts b/clients/client-device-farm/src/commands/GetRunCommand.ts index 1e7a4ecf5b399..dbea379598c12 100644 --- a/clients/client-device-farm/src/commands/GetRunCommand.ts +++ b/clients/client-device-farm/src/commands/GetRunCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetRunRequest, GetRunResult } from "../models/models_0"; import { de_GetRunCommand, se_GetRunCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/GetSuiteCommand.ts b/clients/client-device-farm/src/commands/GetSuiteCommand.ts index 78d6abc3714a2..125236ed9cd16 100644 --- a/clients/client-device-farm/src/commands/GetSuiteCommand.ts +++ b/clients/client-device-farm/src/commands/GetSuiteCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetSuiteRequest, GetSuiteResult } from "../models/models_0"; import { de_GetSuiteCommand, se_GetSuiteCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/GetTestCommand.ts b/clients/client-device-farm/src/commands/GetTestCommand.ts index b7af7e7197386..a532a3307e3d8 100644 --- a/clients/client-device-farm/src/commands/GetTestCommand.ts +++ b/clients/client-device-farm/src/commands/GetTestCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetTestRequest, GetTestResult } from "../models/models_0"; import { de_GetTestCommand, se_GetTestCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/GetTestGridProjectCommand.ts b/clients/client-device-farm/src/commands/GetTestGridProjectCommand.ts index 401e1419c7eb9..9bf90689a43a2 100644 --- a/clients/client-device-farm/src/commands/GetTestGridProjectCommand.ts +++ b/clients/client-device-farm/src/commands/GetTestGridProjectCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetTestGridProjectRequest, GetTestGridProjectResult } from "../models/models_0"; import { de_GetTestGridProjectCommand, se_GetTestGridProjectCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/GetTestGridSessionCommand.ts b/clients/client-device-farm/src/commands/GetTestGridSessionCommand.ts index 9d4c18ad577e4..89ef12128f964 100644 --- a/clients/client-device-farm/src/commands/GetTestGridSessionCommand.ts +++ b/clients/client-device-farm/src/commands/GetTestGridSessionCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetTestGridSessionRequest, GetTestGridSessionResult } from "../models/models_0"; import { de_GetTestGridSessionCommand, se_GetTestGridSessionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/GetUploadCommand.ts b/clients/client-device-farm/src/commands/GetUploadCommand.ts index c487b21bcfac5..855999f71f8e3 100644 --- a/clients/client-device-farm/src/commands/GetUploadCommand.ts +++ b/clients/client-device-farm/src/commands/GetUploadCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetUploadRequest, GetUploadResult, GetUploadResultFilterSensitiveLog } from "../models/models_0"; import { de_GetUploadCommand, se_GetUploadCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/GetVPCEConfigurationCommand.ts b/clients/client-device-farm/src/commands/GetVPCEConfigurationCommand.ts index f98064ee51b41..ec6be47c29a2c 100644 --- a/clients/client-device-farm/src/commands/GetVPCEConfigurationCommand.ts +++ b/clients/client-device-farm/src/commands/GetVPCEConfigurationCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetVPCEConfigurationRequest, GetVPCEConfigurationResult } from "../models/models_0"; import { de_GetVPCEConfigurationCommand, se_GetVPCEConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/InstallToRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/InstallToRemoteAccessSessionCommand.ts index f0a8693993114..0e37060430e46 100644 --- a/clients/client-device-farm/src/commands/InstallToRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/src/commands/InstallToRemoteAccessSessionCommand.ts @@ -24,6 +24,10 @@ import { se_InstallToRemoteAccessSessionCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListArtifactsCommand.ts b/clients/client-device-farm/src/commands/ListArtifactsCommand.ts index d5a6b3347f687..b4ddb98865188 100644 --- a/clients/client-device-farm/src/commands/ListArtifactsCommand.ts +++ b/clients/client-device-farm/src/commands/ListArtifactsCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListArtifactsRequest, ListArtifactsResult } from "../models/models_0"; import { de_ListArtifactsCommand, se_ListArtifactsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListDeviceInstancesCommand.ts b/clients/client-device-farm/src/commands/ListDeviceInstancesCommand.ts index 3488efb58a5b2..59913442096d6 100644 --- a/clients/client-device-farm/src/commands/ListDeviceInstancesCommand.ts +++ b/clients/client-device-farm/src/commands/ListDeviceInstancesCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListDeviceInstancesRequest, ListDeviceInstancesResult } from "../models/models_0"; import { de_ListDeviceInstancesCommand, se_ListDeviceInstancesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListDevicePoolsCommand.ts b/clients/client-device-farm/src/commands/ListDevicePoolsCommand.ts index 7f17a3442fa04..6e91e573bfd74 100644 --- a/clients/client-device-farm/src/commands/ListDevicePoolsCommand.ts +++ b/clients/client-device-farm/src/commands/ListDevicePoolsCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListDevicePoolsRequest, ListDevicePoolsResult } from "../models/models_0"; import { de_ListDevicePoolsCommand, se_ListDevicePoolsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListDevicesCommand.ts b/clients/client-device-farm/src/commands/ListDevicesCommand.ts index 87f6b1dd3c06e..19e94882d824f 100644 --- a/clients/client-device-farm/src/commands/ListDevicesCommand.ts +++ b/clients/client-device-farm/src/commands/ListDevicesCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListDevicesRequest, ListDevicesResult } from "../models/models_0"; import { de_ListDevicesCommand, se_ListDevicesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListInstanceProfilesCommand.ts b/clients/client-device-farm/src/commands/ListInstanceProfilesCommand.ts index 9c8f4d9551754..32ba88dcdd366 100644 --- a/clients/client-device-farm/src/commands/ListInstanceProfilesCommand.ts +++ b/clients/client-device-farm/src/commands/ListInstanceProfilesCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListInstanceProfilesRequest, ListInstanceProfilesResult } from "../models/models_0"; import { de_ListInstanceProfilesCommand, se_ListInstanceProfilesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListJobsCommand.ts b/clients/client-device-farm/src/commands/ListJobsCommand.ts index 6627237baa960..b8814b8f36efc 100644 --- a/clients/client-device-farm/src/commands/ListJobsCommand.ts +++ b/clients/client-device-farm/src/commands/ListJobsCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListJobsRequest, ListJobsResult } from "../models/models_0"; import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListNetworkProfilesCommand.ts b/clients/client-device-farm/src/commands/ListNetworkProfilesCommand.ts index 8669be6665dff..e396fc1714288 100644 --- a/clients/client-device-farm/src/commands/ListNetworkProfilesCommand.ts +++ b/clients/client-device-farm/src/commands/ListNetworkProfilesCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListNetworkProfilesRequest, ListNetworkProfilesResult } from "../models/models_0"; import { de_ListNetworkProfilesCommand, se_ListNetworkProfilesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListOfferingPromotionsCommand.ts b/clients/client-device-farm/src/commands/ListOfferingPromotionsCommand.ts index fe4ee0478ee44..0ccefe1822b69 100644 --- a/clients/client-device-farm/src/commands/ListOfferingPromotionsCommand.ts +++ b/clients/client-device-farm/src/commands/ListOfferingPromotionsCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListOfferingPromotionsRequest, ListOfferingPromotionsResult } from "../models/models_0"; import { de_ListOfferingPromotionsCommand, se_ListOfferingPromotionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListOfferingTransactionsCommand.ts b/clients/client-device-farm/src/commands/ListOfferingTransactionsCommand.ts index ca2967de98bff..e6169bc6aa09e 100644 --- a/clients/client-device-farm/src/commands/ListOfferingTransactionsCommand.ts +++ b/clients/client-device-farm/src/commands/ListOfferingTransactionsCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListOfferingTransactionsRequest, ListOfferingTransactionsResult } from "../models/models_0"; import { de_ListOfferingTransactionsCommand, se_ListOfferingTransactionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListOfferingsCommand.ts b/clients/client-device-farm/src/commands/ListOfferingsCommand.ts index 0411bfde8ca16..8caddae5a6c8d 100644 --- a/clients/client-device-farm/src/commands/ListOfferingsCommand.ts +++ b/clients/client-device-farm/src/commands/ListOfferingsCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListOfferingsRequest, ListOfferingsResult } from "../models/models_0"; import { de_ListOfferingsCommand, se_ListOfferingsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListProjectsCommand.ts b/clients/client-device-farm/src/commands/ListProjectsCommand.ts index 59c978c6360ab..a27b071241248 100644 --- a/clients/client-device-farm/src/commands/ListProjectsCommand.ts +++ b/clients/client-device-farm/src/commands/ListProjectsCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListProjectsRequest, ListProjectsResult } from "../models/models_0"; import { de_ListProjectsCommand, se_ListProjectsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListRemoteAccessSessionsCommand.ts b/clients/client-device-farm/src/commands/ListRemoteAccessSessionsCommand.ts index 3b4530328b833..ce95426f004b6 100644 --- a/clients/client-device-farm/src/commands/ListRemoteAccessSessionsCommand.ts +++ b/clients/client-device-farm/src/commands/ListRemoteAccessSessionsCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListRemoteAccessSessionsRequest, ListRemoteAccessSessionsResult } from "../models/models_0"; import { de_ListRemoteAccessSessionsCommand, se_ListRemoteAccessSessionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListRunsCommand.ts b/clients/client-device-farm/src/commands/ListRunsCommand.ts index 8454bdd2453b5..12d629b25ceeb 100644 --- a/clients/client-device-farm/src/commands/ListRunsCommand.ts +++ b/clients/client-device-farm/src/commands/ListRunsCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListRunsRequest, ListRunsResult } from "../models/models_0"; import { de_ListRunsCommand, se_ListRunsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListSamplesCommand.ts b/clients/client-device-farm/src/commands/ListSamplesCommand.ts index 7ed73bb406c18..e96cb3622dbbf 100644 --- a/clients/client-device-farm/src/commands/ListSamplesCommand.ts +++ b/clients/client-device-farm/src/commands/ListSamplesCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListSamplesRequest, ListSamplesResult } from "../models/models_0"; import { de_ListSamplesCommand, se_ListSamplesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListSuitesCommand.ts b/clients/client-device-farm/src/commands/ListSuitesCommand.ts index a2ce66d2c572d..98310bb118aed 100644 --- a/clients/client-device-farm/src/commands/ListSuitesCommand.ts +++ b/clients/client-device-farm/src/commands/ListSuitesCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListSuitesRequest, ListSuitesResult } from "../models/models_0"; import { de_ListSuitesCommand, se_ListSuitesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListTagsForResourceCommand.ts b/clients/client-device-farm/src/commands/ListTagsForResourceCommand.ts index 8b4a553265090..9d4c80aa1a06c 100644 --- a/clients/client-device-farm/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-device-farm/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListTestGridProjectsCommand.ts b/clients/client-device-farm/src/commands/ListTestGridProjectsCommand.ts index 41fabdbfc54ff..7c25821ee1092 100644 --- a/clients/client-device-farm/src/commands/ListTestGridProjectsCommand.ts +++ b/clients/client-device-farm/src/commands/ListTestGridProjectsCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTestGridProjectsRequest, ListTestGridProjectsResult } from "../models/models_0"; import { de_ListTestGridProjectsCommand, se_ListTestGridProjectsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListTestGridSessionActionsCommand.ts b/clients/client-device-farm/src/commands/ListTestGridSessionActionsCommand.ts index 4cb85866ad327..2c72beee5f7f1 100644 --- a/clients/client-device-farm/src/commands/ListTestGridSessionActionsCommand.ts +++ b/clients/client-device-farm/src/commands/ListTestGridSessionActionsCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTestGridSessionActionsRequest, ListTestGridSessionActionsResult } from "../models/models_0"; import { de_ListTestGridSessionActionsCommand, se_ListTestGridSessionActionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListTestGridSessionArtifactsCommand.ts b/clients/client-device-farm/src/commands/ListTestGridSessionArtifactsCommand.ts index 48e416222ebab..562ac5cb49f4c 100644 --- a/clients/client-device-farm/src/commands/ListTestGridSessionArtifactsCommand.ts +++ b/clients/client-device-farm/src/commands/ListTestGridSessionArtifactsCommand.ts @@ -24,6 +24,10 @@ import { se_ListTestGridSessionArtifactsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListTestGridSessionsCommand.ts b/clients/client-device-farm/src/commands/ListTestGridSessionsCommand.ts index 28888b3ab7969..55d9c3d9a219d 100644 --- a/clients/client-device-farm/src/commands/ListTestGridSessionsCommand.ts +++ b/clients/client-device-farm/src/commands/ListTestGridSessionsCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTestGridSessionsRequest, ListTestGridSessionsResult } from "../models/models_0"; import { de_ListTestGridSessionsCommand, se_ListTestGridSessionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListTestsCommand.ts b/clients/client-device-farm/src/commands/ListTestsCommand.ts index 2844485cb4344..26a1f234ce060 100644 --- a/clients/client-device-farm/src/commands/ListTestsCommand.ts +++ b/clients/client-device-farm/src/commands/ListTestsCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTestsRequest, ListTestsResult } from "../models/models_0"; import { de_ListTestsCommand, se_ListTestsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListUniqueProblemsCommand.ts b/clients/client-device-farm/src/commands/ListUniqueProblemsCommand.ts index 699f7ac5e31fe..8639458a1dddd 100644 --- a/clients/client-device-farm/src/commands/ListUniqueProblemsCommand.ts +++ b/clients/client-device-farm/src/commands/ListUniqueProblemsCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListUniqueProblemsRequest, ListUniqueProblemsResult } from "../models/models_0"; import { de_ListUniqueProblemsCommand, se_ListUniqueProblemsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListUploadsCommand.ts b/clients/client-device-farm/src/commands/ListUploadsCommand.ts index 8856394a86dd8..c66528d18f25b 100644 --- a/clients/client-device-farm/src/commands/ListUploadsCommand.ts +++ b/clients/client-device-farm/src/commands/ListUploadsCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListUploadsRequest, ListUploadsResult, ListUploadsResultFilterSensitiveLog } from "../models/models_0"; import { de_ListUploadsCommand, se_ListUploadsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ListVPCEConfigurationsCommand.ts b/clients/client-device-farm/src/commands/ListVPCEConfigurationsCommand.ts index 370560d9da3bd..c1b5d537d5304 100644 --- a/clients/client-device-farm/src/commands/ListVPCEConfigurationsCommand.ts +++ b/clients/client-device-farm/src/commands/ListVPCEConfigurationsCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListVPCEConfigurationsRequest, ListVPCEConfigurationsResult } from "../models/models_0"; import { de_ListVPCEConfigurationsCommand, se_ListVPCEConfigurationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/PurchaseOfferingCommand.ts b/clients/client-device-farm/src/commands/PurchaseOfferingCommand.ts index 08a52677f1581..210009c9b832a 100644 --- a/clients/client-device-farm/src/commands/PurchaseOfferingCommand.ts +++ b/clients/client-device-farm/src/commands/PurchaseOfferingCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PurchaseOfferingRequest, PurchaseOfferingResult } from "../models/models_0"; import { de_PurchaseOfferingCommand, se_PurchaseOfferingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/RenewOfferingCommand.ts b/clients/client-device-farm/src/commands/RenewOfferingCommand.ts index 3ce96e155ba43..caebc1ba1be33 100644 --- a/clients/client-device-farm/src/commands/RenewOfferingCommand.ts +++ b/clients/client-device-farm/src/commands/RenewOfferingCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { RenewOfferingRequest, RenewOfferingResult } from "../models/models_0"; import { de_RenewOfferingCommand, se_RenewOfferingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/ScheduleRunCommand.ts b/clients/client-device-farm/src/commands/ScheduleRunCommand.ts index d3a62f6b7a094..36f683b327a49 100644 --- a/clients/client-device-farm/src/commands/ScheduleRunCommand.ts +++ b/clients/client-device-farm/src/commands/ScheduleRunCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ScheduleRunRequest, ScheduleRunResult } from "../models/models_0"; import { de_ScheduleRunCommand, se_ScheduleRunCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/StopJobCommand.ts b/clients/client-device-farm/src/commands/StopJobCommand.ts index c704ff872dc98..2b6a02eb9a75f 100644 --- a/clients/client-device-farm/src/commands/StopJobCommand.ts +++ b/clients/client-device-farm/src/commands/StopJobCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopJobRequest, StopJobResult } from "../models/models_0"; import { de_StopJobCommand, se_StopJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/StopRemoteAccessSessionCommand.ts b/clients/client-device-farm/src/commands/StopRemoteAccessSessionCommand.ts index 7a3cdd9ce904c..71bbfd863ba10 100644 --- a/clients/client-device-farm/src/commands/StopRemoteAccessSessionCommand.ts +++ b/clients/client-device-farm/src/commands/StopRemoteAccessSessionCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopRemoteAccessSessionRequest, StopRemoteAccessSessionResult } from "../models/models_0"; import { de_StopRemoteAccessSessionCommand, se_StopRemoteAccessSessionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/StopRunCommand.ts b/clients/client-device-farm/src/commands/StopRunCommand.ts index 4995b41c3c86c..cce2bc508dd2b 100644 --- a/clients/client-device-farm/src/commands/StopRunCommand.ts +++ b/clients/client-device-farm/src/commands/StopRunCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopRunRequest, StopRunResult } from "../models/models_0"; import { de_StopRunCommand, se_StopRunCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/TagResourceCommand.ts b/clients/client-device-farm/src/commands/TagResourceCommand.ts index abd4d5394d640..0b0eb00896b0a 100644 --- a/clients/client-device-farm/src/commands/TagResourceCommand.ts +++ b/clients/client-device-farm/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/UntagResourceCommand.ts b/clients/client-device-farm/src/commands/UntagResourceCommand.ts index 62be78de29cf0..90fece1023f29 100644 --- a/clients/client-device-farm/src/commands/UntagResourceCommand.ts +++ b/clients/client-device-farm/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/UpdateDeviceInstanceCommand.ts b/clients/client-device-farm/src/commands/UpdateDeviceInstanceCommand.ts index 598c65276a536..b9046c8006af4 100644 --- a/clients/client-device-farm/src/commands/UpdateDeviceInstanceCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateDeviceInstanceCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateDeviceInstanceRequest, UpdateDeviceInstanceResult } from "../models/models_0"; import { de_UpdateDeviceInstanceCommand, se_UpdateDeviceInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/UpdateDevicePoolCommand.ts b/clients/client-device-farm/src/commands/UpdateDevicePoolCommand.ts index 93202e7d9e3ab..e6454b8ed420c 100644 --- a/clients/client-device-farm/src/commands/UpdateDevicePoolCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateDevicePoolCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateDevicePoolRequest, UpdateDevicePoolResult } from "../models/models_0"; import { de_UpdateDevicePoolCommand, se_UpdateDevicePoolCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/UpdateInstanceProfileCommand.ts b/clients/client-device-farm/src/commands/UpdateInstanceProfileCommand.ts index 283be2bd4a352..d392606723630 100644 --- a/clients/client-device-farm/src/commands/UpdateInstanceProfileCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateInstanceProfileCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateInstanceProfileRequest, UpdateInstanceProfileResult } from "../models/models_0"; import { de_UpdateInstanceProfileCommand, se_UpdateInstanceProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/UpdateNetworkProfileCommand.ts b/clients/client-device-farm/src/commands/UpdateNetworkProfileCommand.ts index d656c9dea6f48..8592ad543add8 100644 --- a/clients/client-device-farm/src/commands/UpdateNetworkProfileCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateNetworkProfileCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateNetworkProfileRequest, UpdateNetworkProfileResult } from "../models/models_0"; import { de_UpdateNetworkProfileCommand, se_UpdateNetworkProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/UpdateProjectCommand.ts b/clients/client-device-farm/src/commands/UpdateProjectCommand.ts index 7573a8b84fb62..7437bf1dad7b2 100644 --- a/clients/client-device-farm/src/commands/UpdateProjectCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateProjectCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateProjectRequest, UpdateProjectResult } from "../models/models_0"; import { de_UpdateProjectCommand, se_UpdateProjectCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/UpdateTestGridProjectCommand.ts b/clients/client-device-farm/src/commands/UpdateTestGridProjectCommand.ts index 1a5a4e1f93613..075b22c65327f 100644 --- a/clients/client-device-farm/src/commands/UpdateTestGridProjectCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateTestGridProjectCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateTestGridProjectRequest, UpdateTestGridProjectResult } from "../models/models_0"; import { de_UpdateTestGridProjectCommand, se_UpdateTestGridProjectCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/UpdateUploadCommand.ts b/clients/client-device-farm/src/commands/UpdateUploadCommand.ts index 3caac61fedc3d..e13653bd1d9a6 100644 --- a/clients/client-device-farm/src/commands/UpdateUploadCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateUploadCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateUploadRequest, UpdateUploadResult, UpdateUploadResultFilterSensitiveLog } from "../models/models_0"; import { de_UpdateUploadCommand, se_UpdateUploadCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/commands/UpdateVPCEConfigurationCommand.ts b/clients/client-device-farm/src/commands/UpdateVPCEConfigurationCommand.ts index bc52822b723c6..8defa2b521cb6 100644 --- a/clients/client-device-farm/src/commands/UpdateVPCEConfigurationCommand.ts +++ b/clients/client-device-farm/src/commands/UpdateVPCEConfigurationCommand.ts @@ -17,6 +17,10 @@ import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateVPCEConfigurationRequest, UpdateVPCEConfigurationResult } from "../models/models_0"; import { de_UpdateVPCEConfigurationCommand, se_UpdateVPCEConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-device-farm/src/index.ts b/clients/client-device-farm/src/index.ts index 133a6b63a038a..36e7e12d2b502 100644 --- a/clients/client-device-farm/src/index.ts +++ b/clients/client-device-farm/src/index.ts @@ -1,8 +1,28 @@ -export * from "./DeviceFarm"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Welcome to the AWS Device Farm API documentation, which contains APIs for:

+ *
    + *
  • + *

    Testing on desktop browsers

    + *

    Device Farm makes it possible for you to test your web applications on desktop browsers using + * Selenium. The APIs for desktop browser testing contain TestGrid in their names. For + * more information, see Testing Web + * Applications on Selenium with Device Farm.

    + *
  • + *
  • + *

    Testing on real mobile devices

    + *

    Device Farm makes it possible for you to test apps on physical phones, tablets, and other + * devices in the cloud. For more information, see the Device Farm Developer Guide.

    + *
  • + *
+ * + * @packageDocumentation + */ export * from "./DeviceFarmClient"; +export * from "./DeviceFarm"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { DeviceFarmServiceException } from "./models/DeviceFarmServiceException"; diff --git a/clients/client-device-farm/src/models/DeviceFarmServiceException.ts b/clients/client-device-farm/src/models/DeviceFarmServiceException.ts index ce0b149c6ad70..a89dfa373a574 100644 --- a/clients/client-device-farm/src/models/DeviceFarmServiceException.ts +++ b/clients/client-device-farm/src/models/DeviceFarmServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-devops-guru/src/DevOpsGuruClient.ts b/clients/client-devops-guru/src/DevOpsGuruClient.ts index eff9c92b4c713..8774de8d85072 100644 --- a/clients/client-devops-guru/src/DevOpsGuruClient.ts +++ b/clients/client-devops-guru/src/DevOpsGuruClient.ts @@ -156,6 +156,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -355,7 +357,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type DevOpsGuruClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type DevOpsGuruClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -374,7 +376,7 @@ export interface DevOpsGuruClientConfig extends DevOpsGuruClientConfigType {} /** * @public */ -type DevOpsGuruClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type DevOpsGuruClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-devops-guru/src/commands/AddNotificationChannelCommand.ts b/clients/client-devops-guru/src/commands/AddNotificationChannelCommand.ts index 56b0955addf05..fe440d958a7b4 100644 --- a/clients/client-devops-guru/src/commands/AddNotificationChannelCommand.ts +++ b/clients/client-devops-guru/src/commands/AddNotificationChannelCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { AddNotificationChannelRequest, AddNotificationChannelResponse } from "../models/models_0"; import { de_AddNotificationChannelCommand, se_AddNotificationChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/DeleteInsightCommand.ts b/clients/client-devops-guru/src/commands/DeleteInsightCommand.ts index 047d26b36d11e..0a4ff37af2363 100644 --- a/clients/client-devops-guru/src/commands/DeleteInsightCommand.ts +++ b/clients/client-devops-guru/src/commands/DeleteInsightCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteInsightRequest, DeleteInsightResponse } from "../models/models_0"; import { de_DeleteInsightCommand, se_DeleteInsightCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/DescribeAccountHealthCommand.ts b/clients/client-devops-guru/src/commands/DescribeAccountHealthCommand.ts index be4b378bb49e5..51713ffef646f 100644 --- a/clients/client-devops-guru/src/commands/DescribeAccountHealthCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeAccountHealthCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeAccountHealthRequest, DescribeAccountHealthResponse } from "../models/models_0"; import { de_DescribeAccountHealthCommand, se_DescribeAccountHealthCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/DescribeAccountOverviewCommand.ts b/clients/client-devops-guru/src/commands/DescribeAccountOverviewCommand.ts index 0e191c39be24c..e84e89c8ed190 100644 --- a/clients/client-devops-guru/src/commands/DescribeAccountOverviewCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeAccountOverviewCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeAccountOverviewRequest, DescribeAccountOverviewResponse } from "../models/models_0"; import { de_DescribeAccountOverviewCommand, se_DescribeAccountOverviewCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/DescribeAnomalyCommand.ts b/clients/client-devops-guru/src/commands/DescribeAnomalyCommand.ts index 6a58f2dac0d7b..f36f6bc00696b 100644 --- a/clients/client-devops-guru/src/commands/DescribeAnomalyCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeAnomalyCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeAnomalyRequest, DescribeAnomalyResponse } from "../models/models_0"; import { de_DescribeAnomalyCommand, se_DescribeAnomalyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/DescribeEventSourcesConfigCommand.ts b/clients/client-devops-guru/src/commands/DescribeEventSourcesConfigCommand.ts index ec520478a6d83..2d4d0fda8696d 100644 --- a/clients/client-devops-guru/src/commands/DescribeEventSourcesConfigCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeEventSourcesConfigCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeEventSourcesConfigRequest, DescribeEventSourcesConfigResponse } from "../models/models_0"; import { de_DescribeEventSourcesConfigCommand, se_DescribeEventSourcesConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/DescribeFeedbackCommand.ts b/clients/client-devops-guru/src/commands/DescribeFeedbackCommand.ts index e1de82afe85dd..b429de0299520 100644 --- a/clients/client-devops-guru/src/commands/DescribeFeedbackCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeFeedbackCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeFeedbackRequest, DescribeFeedbackResponse } from "../models/models_0"; import { de_DescribeFeedbackCommand, se_DescribeFeedbackCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/DescribeInsightCommand.ts b/clients/client-devops-guru/src/commands/DescribeInsightCommand.ts index 99cb2082f725a..faceeda1bca50 100644 --- a/clients/client-devops-guru/src/commands/DescribeInsightCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeInsightCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeInsightRequest, DescribeInsightResponse } from "../models/models_0"; import { de_DescribeInsightCommand, se_DescribeInsightCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/DescribeOrganizationHealthCommand.ts b/clients/client-devops-guru/src/commands/DescribeOrganizationHealthCommand.ts index c172adc9e675e..c0e8a0a849079 100644 --- a/clients/client-devops-guru/src/commands/DescribeOrganizationHealthCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeOrganizationHealthCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeOrganizationHealthRequest, DescribeOrganizationHealthResponse } from "../models/models_0"; import { de_DescribeOrganizationHealthCommand, se_DescribeOrganizationHealthCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/DescribeOrganizationOverviewCommand.ts b/clients/client-devops-guru/src/commands/DescribeOrganizationOverviewCommand.ts index 916388cece650..6d03041b971f1 100644 --- a/clients/client-devops-guru/src/commands/DescribeOrganizationOverviewCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeOrganizationOverviewCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeOrganizationOverviewCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/DescribeOrganizationResourceCollectionHealthCommand.ts b/clients/client-devops-guru/src/commands/DescribeOrganizationResourceCollectionHealthCommand.ts index 779fc15335f22..09da6a4aeccd8 100644 --- a/clients/client-devops-guru/src/commands/DescribeOrganizationResourceCollectionHealthCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeOrganizationResourceCollectionHealthCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeOrganizationResourceCollectionHealthCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/DescribeResourceCollectionHealthCommand.ts b/clients/client-devops-guru/src/commands/DescribeResourceCollectionHealthCommand.ts index df399f7e325ec..97d620a670b1e 100644 --- a/clients/client-devops-guru/src/commands/DescribeResourceCollectionHealthCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeResourceCollectionHealthCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeResourceCollectionHealthCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/DescribeServiceIntegrationCommand.ts b/clients/client-devops-guru/src/commands/DescribeServiceIntegrationCommand.ts index 06ccdcd1f9cad..07ecc833c2282 100644 --- a/clients/client-devops-guru/src/commands/DescribeServiceIntegrationCommand.ts +++ b/clients/client-devops-guru/src/commands/DescribeServiceIntegrationCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeServiceIntegrationRequest, DescribeServiceIntegrationResponse } from "../models/models_0"; import { de_DescribeServiceIntegrationCommand, se_DescribeServiceIntegrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/GetCostEstimationCommand.ts b/clients/client-devops-guru/src/commands/GetCostEstimationCommand.ts index 6be600b18d164..21f5dde1389ee 100644 --- a/clients/client-devops-guru/src/commands/GetCostEstimationCommand.ts +++ b/clients/client-devops-guru/src/commands/GetCostEstimationCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetCostEstimationRequest, GetCostEstimationResponse } from "../models/models_0"; import { de_GetCostEstimationCommand, se_GetCostEstimationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/GetResourceCollectionCommand.ts b/clients/client-devops-guru/src/commands/GetResourceCollectionCommand.ts index 03f556c85ad36..dc8b5a661a3d8 100644 --- a/clients/client-devops-guru/src/commands/GetResourceCollectionCommand.ts +++ b/clients/client-devops-guru/src/commands/GetResourceCollectionCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetResourceCollectionRequest, GetResourceCollectionResponse } from "../models/models_0"; import { de_GetResourceCollectionCommand, se_GetResourceCollectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/ListAnomaliesForInsightCommand.ts b/clients/client-devops-guru/src/commands/ListAnomaliesForInsightCommand.ts index fa67a8016e6b4..7ebc94151146e 100644 --- a/clients/client-devops-guru/src/commands/ListAnomaliesForInsightCommand.ts +++ b/clients/client-devops-guru/src/commands/ListAnomaliesForInsightCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListAnomaliesForInsightRequest, ListAnomaliesForInsightResponse } from "../models/models_0"; import { de_ListAnomaliesForInsightCommand, se_ListAnomaliesForInsightCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/ListAnomalousLogGroupsCommand.ts b/clients/client-devops-guru/src/commands/ListAnomalousLogGroupsCommand.ts index f37e0bedff4e7..8d9efd0a940a1 100644 --- a/clients/client-devops-guru/src/commands/ListAnomalousLogGroupsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListAnomalousLogGroupsCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListAnomalousLogGroupsRequest, ListAnomalousLogGroupsResponse } from "../models/models_0"; import { de_ListAnomalousLogGroupsCommand, se_ListAnomalousLogGroupsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/ListEventsCommand.ts b/clients/client-devops-guru/src/commands/ListEventsCommand.ts index 3b13692a3ff8f..8221f96a81616 100644 --- a/clients/client-devops-guru/src/commands/ListEventsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListEventsCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListEventsRequest, ListEventsResponse } from "../models/models_0"; import { de_ListEventsCommand, se_ListEventsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/ListInsightsCommand.ts b/clients/client-devops-guru/src/commands/ListInsightsCommand.ts index 327e77716bfc2..d6d500363a07f 100644 --- a/clients/client-devops-guru/src/commands/ListInsightsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListInsightsCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListInsightsRequest, ListInsightsResponse } from "../models/models_0"; import { de_ListInsightsCommand, se_ListInsightsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/ListMonitoredResourcesCommand.ts b/clients/client-devops-guru/src/commands/ListMonitoredResourcesCommand.ts index ff5a672e0dbf0..b208f9ea33ab4 100644 --- a/clients/client-devops-guru/src/commands/ListMonitoredResourcesCommand.ts +++ b/clients/client-devops-guru/src/commands/ListMonitoredResourcesCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListMonitoredResourcesRequest, ListMonitoredResourcesResponse } from "../models/models_0"; import { de_ListMonitoredResourcesCommand, se_ListMonitoredResourcesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/ListNotificationChannelsCommand.ts b/clients/client-devops-guru/src/commands/ListNotificationChannelsCommand.ts index 22d8cc666294b..0f7896c197f76 100644 --- a/clients/client-devops-guru/src/commands/ListNotificationChannelsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListNotificationChannelsCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListNotificationChannelsRequest, ListNotificationChannelsResponse } from "../models/models_0"; import { de_ListNotificationChannelsCommand, se_ListNotificationChannelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/ListOrganizationInsightsCommand.ts b/clients/client-devops-guru/src/commands/ListOrganizationInsightsCommand.ts index b6a0aa3193c68..252db2ad3006b 100644 --- a/clients/client-devops-guru/src/commands/ListOrganizationInsightsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListOrganizationInsightsCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListOrganizationInsightsRequest, ListOrganizationInsightsResponse } from "../models/models_0"; import { de_ListOrganizationInsightsCommand, se_ListOrganizationInsightsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/ListRecommendationsCommand.ts b/clients/client-devops-guru/src/commands/ListRecommendationsCommand.ts index 2f7cc48b74245..51023fd4c84df 100644 --- a/clients/client-devops-guru/src/commands/ListRecommendationsCommand.ts +++ b/clients/client-devops-guru/src/commands/ListRecommendationsCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListRecommendationsRequest, ListRecommendationsResponse } from "../models/models_0"; import { de_ListRecommendationsCommand, se_ListRecommendationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/PutFeedbackCommand.ts b/clients/client-devops-guru/src/commands/PutFeedbackCommand.ts index 252635d97e227..ed1c3f368fea5 100644 --- a/clients/client-devops-guru/src/commands/PutFeedbackCommand.ts +++ b/clients/client-devops-guru/src/commands/PutFeedbackCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutFeedbackRequest, PutFeedbackResponse } from "../models/models_0"; import { de_PutFeedbackCommand, se_PutFeedbackCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/RemoveNotificationChannelCommand.ts b/clients/client-devops-guru/src/commands/RemoveNotificationChannelCommand.ts index 1c0c010a236a6..ef1fd63942772 100644 --- a/clients/client-devops-guru/src/commands/RemoveNotificationChannelCommand.ts +++ b/clients/client-devops-guru/src/commands/RemoveNotificationChannelCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { RemoveNotificationChannelRequest, RemoveNotificationChannelResponse } from "../models/models_0"; import { de_RemoveNotificationChannelCommand, se_RemoveNotificationChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/SearchInsightsCommand.ts b/clients/client-devops-guru/src/commands/SearchInsightsCommand.ts index 7db93dbcca49c..01cd8386a3df0 100644 --- a/clients/client-devops-guru/src/commands/SearchInsightsCommand.ts +++ b/clients/client-devops-guru/src/commands/SearchInsightsCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { SearchInsightsRequest, SearchInsightsResponse } from "../models/models_0"; import { de_SearchInsightsCommand, se_SearchInsightsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/SearchOrganizationInsightsCommand.ts b/clients/client-devops-guru/src/commands/SearchOrganizationInsightsCommand.ts index 92e319c104e74..ef5fb8a2a8473 100644 --- a/clients/client-devops-guru/src/commands/SearchOrganizationInsightsCommand.ts +++ b/clients/client-devops-guru/src/commands/SearchOrganizationInsightsCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { SearchOrganizationInsightsRequest, SearchOrganizationInsightsResponse } from "../models/models_0"; import { de_SearchOrganizationInsightsCommand, se_SearchOrganizationInsightsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/StartCostEstimationCommand.ts b/clients/client-devops-guru/src/commands/StartCostEstimationCommand.ts index f938103c7e98f..261c89efb8d04 100644 --- a/clients/client-devops-guru/src/commands/StartCostEstimationCommand.ts +++ b/clients/client-devops-guru/src/commands/StartCostEstimationCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartCostEstimationRequest, StartCostEstimationResponse } from "../models/models_0"; import { de_StartCostEstimationCommand, se_StartCostEstimationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/UpdateEventSourcesConfigCommand.ts b/clients/client-devops-guru/src/commands/UpdateEventSourcesConfigCommand.ts index a89b97b00eae4..1e4fecabf79a6 100644 --- a/clients/client-devops-guru/src/commands/UpdateEventSourcesConfigCommand.ts +++ b/clients/client-devops-guru/src/commands/UpdateEventSourcesConfigCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateEventSourcesConfigRequest, UpdateEventSourcesConfigResponse } from "../models/models_0"; import { de_UpdateEventSourcesConfigCommand, se_UpdateEventSourcesConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/UpdateResourceCollectionCommand.ts b/clients/client-devops-guru/src/commands/UpdateResourceCollectionCommand.ts index 6e3cbdbc8984c..124e1843e6e63 100644 --- a/clients/client-devops-guru/src/commands/UpdateResourceCollectionCommand.ts +++ b/clients/client-devops-guru/src/commands/UpdateResourceCollectionCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateResourceCollectionRequest, UpdateResourceCollectionResponse } from "../models/models_0"; import { de_UpdateResourceCollectionCommand, se_UpdateResourceCollectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/commands/UpdateServiceIntegrationCommand.ts b/clients/client-devops-guru/src/commands/UpdateServiceIntegrationCommand.ts index bdc11a4af6130..c1398b3d667bb 100644 --- a/clients/client-devops-guru/src/commands/UpdateServiceIntegrationCommand.ts +++ b/clients/client-devops-guru/src/commands/UpdateServiceIntegrationCommand.ts @@ -17,6 +17,10 @@ import { DevOpsGuruClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateServiceIntegrationRequest, UpdateServiceIntegrationResponse } from "../models/models_0"; import { de_UpdateServiceIntegrationCommand, se_UpdateServiceIntegrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-devops-guru/src/index.ts b/clients/client-devops-guru/src/index.ts index 81b0e85c10139..e054d0879f8de 100644 --- a/clients/client-devops-guru/src/index.ts +++ b/clients/client-devops-guru/src/index.ts @@ -1,8 +1,25 @@ -export * from "./DevOpsGuru"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in + * business critical operational applications. You specify the Amazon Web Services resources that you + * want DevOps Guru to cover, then the Amazon CloudWatch metrics and Amazon Web Services CloudTrail events related to those + * resources are analyzed. When anomalous behavior is detected, DevOps Guru creates an + * insight that includes recommendations, related events, and + * related metrics that can help you improve your operational applications. For more + * information, see What is Amazon DevOps Guru.

+ *

You can specify 1 or 2 Amazon Simple Notification Service topics so you are notified every time a new insight + * is created. You can also enable DevOps Guru to generate an OpsItem in Amazon Web Services Systems Manager for each + * insight to help you manage and track your work addressing insights.

+ *

To learn about the DevOps Guru workflow, see How DevOps Guru works. To + * learn about DevOps Guru concepts, see Concepts in DevOps Guru.

+ * + * @packageDocumentation + */ export * from "./DevOpsGuruClient"; +export * from "./DevOpsGuru"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { DevOpsGuruServiceException } from "./models/DevOpsGuruServiceException"; diff --git a/clients/client-devops-guru/src/models/DevOpsGuruServiceException.ts b/clients/client-devops-guru/src/models/DevOpsGuruServiceException.ts index f062ba433e306..c3b7ac0bdabf5 100644 --- a/clients/client-devops-guru/src/models/DevOpsGuruServiceException.ts +++ b/clients/client-devops-guru/src/models/DevOpsGuruServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-direct-connect/src/DirectConnectClient.ts b/clients/client-direct-connect/src/DirectConnectClient.ts index 826b2606ebe31..f1fa66055ad1f 100644 --- a/clients/client-direct-connect/src/DirectConnectClient.ts +++ b/clients/client-direct-connect/src/DirectConnectClient.ts @@ -257,6 +257,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -520,7 +522,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type DirectConnectClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type DirectConnectClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -539,7 +541,7 @@ export interface DirectConnectClientConfig extends DirectConnectClientConfigType /** * @public */ -type DirectConnectClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type DirectConnectClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-direct-connect/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts b/clients/client-direct-connect/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts index a0d766160a689..46e9069ba4853 100644 --- a/clients/client-direct-connect/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts +++ b/clients/client-direct-connect/src/commands/AcceptDirectConnectGatewayAssociationProposalCommand.ts @@ -23,6 +23,10 @@ import { se_AcceptDirectConnectGatewayAssociationProposalCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts b/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts index 353d8bd0788ea..34b4c171ff39f 100644 --- a/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts +++ b/clients/client-direct-connect/src/commands/AllocateConnectionOnInterconnectCommand.ts @@ -20,6 +20,10 @@ import { se_AllocateConnectionOnInterconnectCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/AllocateHostedConnectionCommand.ts b/clients/client-direct-connect/src/commands/AllocateHostedConnectionCommand.ts index 41b84689c195c..c3dc62aadef1e 100644 --- a/clients/client-direct-connect/src/commands/AllocateHostedConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/AllocateHostedConnectionCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { AllocateHostedConnectionRequest, Connection } from "../models/models_0"; import { de_AllocateHostedConnectionCommand, se_AllocateHostedConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/AllocatePrivateVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/AllocatePrivateVirtualInterfaceCommand.ts index 966cc5c403d91..1aed96c10208b 100644 --- a/clients/client-direct-connect/src/commands/AllocatePrivateVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/AllocatePrivateVirtualInterfaceCommand.ts @@ -20,6 +20,10 @@ import { se_AllocatePrivateVirtualInterfaceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/AllocatePublicVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/AllocatePublicVirtualInterfaceCommand.ts index 8d629be0516f3..7b8328b6167c4 100644 --- a/clients/client-direct-connect/src/commands/AllocatePublicVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/AllocatePublicVirtualInterfaceCommand.ts @@ -20,6 +20,10 @@ import { se_AllocatePublicVirtualInterfaceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/AllocateTransitVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/AllocateTransitVirtualInterfaceCommand.ts index b2ca53ae8545d..d3d9947e21dd6 100644 --- a/clients/client-direct-connect/src/commands/AllocateTransitVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/AllocateTransitVirtualInterfaceCommand.ts @@ -20,6 +20,10 @@ import { se_AllocateTransitVirtualInterfaceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/AssociateConnectionWithLagCommand.ts b/clients/client-direct-connect/src/commands/AssociateConnectionWithLagCommand.ts index 2d02a59bb52c8..7f934a31c4f1e 100644 --- a/clients/client-direct-connect/src/commands/AssociateConnectionWithLagCommand.ts +++ b/clients/client-direct-connect/src/commands/AssociateConnectionWithLagCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { AssociateConnectionWithLagRequest, Connection } from "../models/models_0"; import { de_AssociateConnectionWithLagCommand, se_AssociateConnectionWithLagCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/AssociateHostedConnectionCommand.ts b/clients/client-direct-connect/src/commands/AssociateHostedConnectionCommand.ts index d9f070db534fe..b1d01f98dda28 100644 --- a/clients/client-direct-connect/src/commands/AssociateHostedConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/AssociateHostedConnectionCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { AssociateHostedConnectionRequest, Connection } from "../models/models_0"; import { de_AssociateHostedConnectionCommand, se_AssociateHostedConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/AssociateMacSecKeyCommand.ts b/clients/client-direct-connect/src/commands/AssociateMacSecKeyCommand.ts index 3221e655618fc..af9028f7e4749 100644 --- a/clients/client-direct-connect/src/commands/AssociateMacSecKeyCommand.ts +++ b/clients/client-direct-connect/src/commands/AssociateMacSecKeyCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { AssociateMacSecKeyRequest, AssociateMacSecKeyResponse } from "../models/models_0"; import { de_AssociateMacSecKeyCommand, se_AssociateMacSecKeyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/AssociateVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/AssociateVirtualInterfaceCommand.ts index 3a2d1b36bbccd..3363af9419327 100644 --- a/clients/client-direct-connect/src/commands/AssociateVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/AssociateVirtualInterfaceCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { AssociateVirtualInterfaceRequest, VirtualInterface } from "../models/models_0"; import { de_AssociateVirtualInterfaceCommand, se_AssociateVirtualInterfaceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/ConfirmConnectionCommand.ts b/clients/client-direct-connect/src/commands/ConfirmConnectionCommand.ts index 39faf79b9a97d..ee69a2a9f811f 100644 --- a/clients/client-direct-connect/src/commands/ConfirmConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/ConfirmConnectionCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ConfirmConnectionRequest, ConfirmConnectionResponse } from "../models/models_0"; import { de_ConfirmConnectionCommand, se_ConfirmConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/ConfirmCustomerAgreementCommand.ts b/clients/client-direct-connect/src/commands/ConfirmCustomerAgreementCommand.ts index 7fdc3c816586e..e5c0628191b82 100644 --- a/clients/client-direct-connect/src/commands/ConfirmCustomerAgreementCommand.ts +++ b/clients/client-direct-connect/src/commands/ConfirmCustomerAgreementCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ConfirmCustomerAgreementRequest, ConfirmCustomerAgreementResponse } from "../models/models_0"; import { de_ConfirmCustomerAgreementCommand, se_ConfirmCustomerAgreementCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts index a9193e94bb059..c508b656010e1 100644 --- a/clients/client-direct-connect/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/ConfirmPrivateVirtualInterfaceCommand.ts @@ -20,6 +20,10 @@ import { se_ConfirmPrivateVirtualInterfaceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/ConfirmPublicVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/ConfirmPublicVirtualInterfaceCommand.ts index 09ebc5bb79a16..e38a25012cf0b 100644 --- a/clients/client-direct-connect/src/commands/ConfirmPublicVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/ConfirmPublicVirtualInterfaceCommand.ts @@ -20,6 +20,10 @@ import { se_ConfirmPublicVirtualInterfaceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/ConfirmTransitVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/ConfirmTransitVirtualInterfaceCommand.ts index d9d1a24ed23bc..e70e3754c3f34 100644 --- a/clients/client-direct-connect/src/commands/ConfirmTransitVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/ConfirmTransitVirtualInterfaceCommand.ts @@ -20,6 +20,10 @@ import { se_ConfirmTransitVirtualInterfaceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/CreateBGPPeerCommand.ts b/clients/client-direct-connect/src/commands/CreateBGPPeerCommand.ts index bc70baf37d02b..9d2c674d7970d 100644 --- a/clients/client-direct-connect/src/commands/CreateBGPPeerCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateBGPPeerCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateBGPPeerRequest, CreateBGPPeerResponse } from "../models/models_0"; import { de_CreateBGPPeerCommand, se_CreateBGPPeerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/CreateConnectionCommand.ts b/clients/client-direct-connect/src/commands/CreateConnectionCommand.ts index 579950303383f..c8a477db3850f 100644 --- a/clients/client-direct-connect/src/commands/CreateConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateConnectionCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { Connection, CreateConnectionRequest } from "../models/models_0"; import { de_CreateConnectionCommand, se_CreateConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationCommand.ts b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationCommand.ts index a5296d5a28aa2..425b560953930 100644 --- a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationCommand.ts @@ -23,6 +23,10 @@ import { se_CreateDirectConnectGatewayAssociationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts index 070d906fd8fc7..caecc75eee667 100644 --- a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayAssociationProposalCommand.ts @@ -23,6 +23,10 @@ import { se_CreateDirectConnectGatewayAssociationProposalCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayCommand.ts b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayCommand.ts index 5adad598c1ce9..214ffea4fa123 100644 --- a/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateDirectConnectGatewayCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateDirectConnectGatewayRequest, CreateDirectConnectGatewayResult } from "../models/models_0"; import { de_CreateDirectConnectGatewayCommand, se_CreateDirectConnectGatewayCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/CreateInterconnectCommand.ts b/clients/client-direct-connect/src/commands/CreateInterconnectCommand.ts index 6215293e452cd..5e5c0b14a8d6a 100644 --- a/clients/client-direct-connect/src/commands/CreateInterconnectCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateInterconnectCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateInterconnectRequest, Interconnect } from "../models/models_0"; import { de_CreateInterconnectCommand, se_CreateInterconnectCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/CreateLagCommand.ts b/clients/client-direct-connect/src/commands/CreateLagCommand.ts index 6d2abeb3e2ce9..af6edd400c3a8 100644 --- a/clients/client-direct-connect/src/commands/CreateLagCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateLagCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateLagRequest, Lag } from "../models/models_0"; import { de_CreateLagCommand, se_CreateLagCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts index a68c9d2d55e49..7ebab16a08ffb 100644 --- a/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/CreatePrivateVirtualInterfaceCommand.ts @@ -20,6 +20,10 @@ import { se_CreatePrivateVirtualInterfaceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/CreatePublicVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/CreatePublicVirtualInterfaceCommand.ts index b8f4c53e9fe04..c30a77731b8a6 100644 --- a/clients/client-direct-connect/src/commands/CreatePublicVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/CreatePublicVirtualInterfaceCommand.ts @@ -20,6 +20,10 @@ import { se_CreatePublicVirtualInterfaceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/CreateTransitVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/CreateTransitVirtualInterfaceCommand.ts index ecbcaa1a47eb9..f1bd0f2ca4699 100644 --- a/clients/client-direct-connect/src/commands/CreateTransitVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/CreateTransitVirtualInterfaceCommand.ts @@ -20,6 +20,10 @@ import { se_CreateTransitVirtualInterfaceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DeleteBGPPeerCommand.ts b/clients/client-direct-connect/src/commands/DeleteBGPPeerCommand.ts index 039429073f171..65b45fdf062d9 100644 --- a/clients/client-direct-connect/src/commands/DeleteBGPPeerCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteBGPPeerCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteBGPPeerRequest, DeleteBGPPeerResponse } from "../models/models_0"; import { de_DeleteBGPPeerCommand, se_DeleteBGPPeerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DeleteConnectionCommand.ts b/clients/client-direct-connect/src/commands/DeleteConnectionCommand.ts index 60e2dca8b4582..0e970ce467703 100644 --- a/clients/client-direct-connect/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteConnectionCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { Connection, DeleteConnectionRequest } from "../models/models_0"; import { de_DeleteConnectionCommand, se_DeleteConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts index cae1fa3d262ff..9d64ee3a3812f 100644 --- a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteDirectConnectGatewayAssociationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts index 5eb3bf277651a..7a7da01569293 100644 --- a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayAssociationProposalCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteDirectConnectGatewayAssociationProposalCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayCommand.ts b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayCommand.ts index bf3ebb46554a0..a2accb956b48a 100644 --- a/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteDirectConnectGatewayCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteDirectConnectGatewayRequest, DeleteDirectConnectGatewayResult } from "../models/models_0"; import { de_DeleteDirectConnectGatewayCommand, se_DeleteDirectConnectGatewayCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DeleteInterconnectCommand.ts b/clients/client-direct-connect/src/commands/DeleteInterconnectCommand.ts index c20bb1e4c0f50..c5502483562a5 100644 --- a/clients/client-direct-connect/src/commands/DeleteInterconnectCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteInterconnectCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteInterconnectRequest, DeleteInterconnectResponse } from "../models/models_0"; import { de_DeleteInterconnectCommand, se_DeleteInterconnectCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DeleteLagCommand.ts b/clients/client-direct-connect/src/commands/DeleteLagCommand.ts index f51e1bdc5c224..79e16c8c6b18e 100644 --- a/clients/client-direct-connect/src/commands/DeleteLagCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteLagCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteLagRequest, Lag } from "../models/models_0"; import { de_DeleteLagCommand, se_DeleteLagCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DeleteVirtualInterfaceCommand.ts b/clients/client-direct-connect/src/commands/DeleteVirtualInterfaceCommand.ts index b5cbb10c9488c..f0d30f1a49dc8 100644 --- a/clients/client-direct-connect/src/commands/DeleteVirtualInterfaceCommand.ts +++ b/clients/client-direct-connect/src/commands/DeleteVirtualInterfaceCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteVirtualInterfaceRequest, DeleteVirtualInterfaceResponse } from "../models/models_0"; import { de_DeleteVirtualInterfaceCommand, se_DeleteVirtualInterfaceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts b/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts index ebbefa44b1b82..0e46e987aa944 100644 --- a/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeConnectionLoaCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeConnectionLoaRequest, DescribeConnectionLoaResponse } from "../models/models_0"; import { de_DescribeConnectionLoaCommand, se_DescribeConnectionLoaCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DescribeConnectionsCommand.ts b/clients/client-direct-connect/src/commands/DescribeConnectionsCommand.ts index cbdcf24985a6c..ec331ccab047d 100644 --- a/clients/client-direct-connect/src/commands/DescribeConnectionsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeConnectionsCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { Connections, DescribeConnectionsRequest } from "../models/models_0"; import { de_DescribeConnectionsCommand, se_DescribeConnectionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts b/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts index 076ab291d8299..f7c2153702ae9 100644 --- a/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeConnectionsOnInterconnectCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeConnectionsOnInterconnectCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DescribeCustomerMetadataCommand.ts b/clients/client-direct-connect/src/commands/DescribeCustomerMetadataCommand.ts index cd5f474fe5d0a..c4191a4bc7aec 100644 --- a/clients/client-direct-connect/src/commands/DescribeCustomerMetadataCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeCustomerMetadataCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeCustomerMetadataResponse } from "../models/models_0"; import { de_DescribeCustomerMetadataCommand, se_DescribeCustomerMetadataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts index ebf32ec619f35..569923ba21731 100644 --- a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeDirectConnectGatewayAssociationProposalsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts index 7ba194f7e92f9..167832ff40706 100644 --- a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAssociationsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeDirectConnectGatewayAssociationsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts index d0553db9245e8..d2d5902a8f1ba 100644 --- a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewayAttachmentsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeDirectConnectGatewayAttachmentsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewaysCommand.ts b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewaysCommand.ts index 467a383ba8fea..0392659d3599e 100644 --- a/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewaysCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeDirectConnectGatewaysCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeDirectConnectGatewaysCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DescribeHostedConnectionsCommand.ts b/clients/client-direct-connect/src/commands/DescribeHostedConnectionsCommand.ts index dfbc5be77e6a2..3388375d8b3a9 100644 --- a/clients/client-direct-connect/src/commands/DescribeHostedConnectionsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeHostedConnectionsCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { Connections, DescribeHostedConnectionsRequest } from "../models/models_0"; import { de_DescribeHostedConnectionsCommand, se_DescribeHostedConnectionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts b/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts index 452baf0c57810..cd17e55e325c3 100644 --- a/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeInterconnectLoaCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeInterconnectLoaRequest, DescribeInterconnectLoaResponse } from "../models/models_0"; import { de_DescribeInterconnectLoaCommand, se_DescribeInterconnectLoaCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DescribeInterconnectsCommand.ts b/clients/client-direct-connect/src/commands/DescribeInterconnectsCommand.ts index bd82d8069c805..a711828211134 100644 --- a/clients/client-direct-connect/src/commands/DescribeInterconnectsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeInterconnectsCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeInterconnectsRequest, Interconnects } from "../models/models_0"; import { de_DescribeInterconnectsCommand, se_DescribeInterconnectsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DescribeLagsCommand.ts b/clients/client-direct-connect/src/commands/DescribeLagsCommand.ts index b66f6871b6fd8..fef2cb8ed4ad8 100644 --- a/clients/client-direct-connect/src/commands/DescribeLagsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeLagsCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeLagsRequest, Lags } from "../models/models_0"; import { de_DescribeLagsCommand, se_DescribeLagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DescribeLoaCommand.ts b/clients/client-direct-connect/src/commands/DescribeLoaCommand.ts index 79fc7ab5143e5..538431e0798e9 100644 --- a/clients/client-direct-connect/src/commands/DescribeLoaCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeLoaCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeLoaRequest, Loa } from "../models/models_0"; import { de_DescribeLoaCommand, se_DescribeLoaCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DescribeLocationsCommand.ts b/clients/client-direct-connect/src/commands/DescribeLocationsCommand.ts index 62834fc5fb630..43cac4a294afc 100644 --- a/clients/client-direct-connect/src/commands/DescribeLocationsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeLocationsCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { Locations } from "../models/models_0"; import { de_DescribeLocationsCommand, se_DescribeLocationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DescribeRouterConfigurationCommand.ts b/clients/client-direct-connect/src/commands/DescribeRouterConfigurationCommand.ts index b034218450ba5..653a8f2afc193 100644 --- a/clients/client-direct-connect/src/commands/DescribeRouterConfigurationCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeRouterConfigurationCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeRouterConfigurationRequest, DescribeRouterConfigurationResponse } from "../models/models_0"; import { de_DescribeRouterConfigurationCommand, se_DescribeRouterConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DescribeTagsCommand.ts b/clients/client-direct-connect/src/commands/DescribeTagsCommand.ts index 425fadf701a26..fec321b4071b1 100644 --- a/clients/client-direct-connect/src/commands/DescribeTagsCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeTagsCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0"; import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts b/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts index 2033cd07caa73..755fe696eaec0 100644 --- a/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeVirtualGatewaysCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { VirtualGateways } from "../models/models_0"; import { de_DescribeVirtualGatewaysCommand, se_DescribeVirtualGatewaysCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DescribeVirtualInterfacesCommand.ts b/clients/client-direct-connect/src/commands/DescribeVirtualInterfacesCommand.ts index 3ae3b0478dbd6..7602b50a66b14 100644 --- a/clients/client-direct-connect/src/commands/DescribeVirtualInterfacesCommand.ts +++ b/clients/client-direct-connect/src/commands/DescribeVirtualInterfacesCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeVirtualInterfacesRequest, VirtualInterfaces } from "../models/models_0"; import { de_DescribeVirtualInterfacesCommand, se_DescribeVirtualInterfacesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DisassociateConnectionFromLagCommand.ts b/clients/client-direct-connect/src/commands/DisassociateConnectionFromLagCommand.ts index e44d7397973f8..f601d4d7b8c9f 100644 --- a/clients/client-direct-connect/src/commands/DisassociateConnectionFromLagCommand.ts +++ b/clients/client-direct-connect/src/commands/DisassociateConnectionFromLagCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateConnectionFromLagCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/DisassociateMacSecKeyCommand.ts b/clients/client-direct-connect/src/commands/DisassociateMacSecKeyCommand.ts index b6d08edf91c25..ce7b5fddd493f 100644 --- a/clients/client-direct-connect/src/commands/DisassociateMacSecKeyCommand.ts +++ b/clients/client-direct-connect/src/commands/DisassociateMacSecKeyCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DisassociateMacSecKeyRequest, DisassociateMacSecKeyResponse } from "../models/models_0"; import { de_DisassociateMacSecKeyCommand, se_DisassociateMacSecKeyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/ListVirtualInterfaceTestHistoryCommand.ts b/clients/client-direct-connect/src/commands/ListVirtualInterfaceTestHistoryCommand.ts index 4d6e5fc4ff4ac..60ee1f6668202 100644 --- a/clients/client-direct-connect/src/commands/ListVirtualInterfaceTestHistoryCommand.ts +++ b/clients/client-direct-connect/src/commands/ListVirtualInterfaceTestHistoryCommand.ts @@ -20,6 +20,10 @@ import { se_ListVirtualInterfaceTestHistoryCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/StartBgpFailoverTestCommand.ts b/clients/client-direct-connect/src/commands/StartBgpFailoverTestCommand.ts index 306d1c9050c3e..431c553dc717b 100644 --- a/clients/client-direct-connect/src/commands/StartBgpFailoverTestCommand.ts +++ b/clients/client-direct-connect/src/commands/StartBgpFailoverTestCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { StartBgpFailoverTestRequest, StartBgpFailoverTestResponse } from "../models/models_0"; import { de_StartBgpFailoverTestCommand, se_StartBgpFailoverTestCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/StopBgpFailoverTestCommand.ts b/clients/client-direct-connect/src/commands/StopBgpFailoverTestCommand.ts index d88b89d875868..8186cd22b43ac 100644 --- a/clients/client-direct-connect/src/commands/StopBgpFailoverTestCommand.ts +++ b/clients/client-direct-connect/src/commands/StopBgpFailoverTestCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { StopBgpFailoverTestRequest, StopBgpFailoverTestResponse } from "../models/models_0"; import { de_StopBgpFailoverTestCommand, se_StopBgpFailoverTestCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/TagResourceCommand.ts b/clients/client-direct-connect/src/commands/TagResourceCommand.ts index 4fe41a47cdc19..fc51f03563e33 100644 --- a/clients/client-direct-connect/src/commands/TagResourceCommand.ts +++ b/clients/client-direct-connect/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/UntagResourceCommand.ts b/clients/client-direct-connect/src/commands/UntagResourceCommand.ts index 85585825f5cbe..e1096b0fa8a38 100644 --- a/clients/client-direct-connect/src/commands/UntagResourceCommand.ts +++ b/clients/client-direct-connect/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/UpdateConnectionCommand.ts b/clients/client-direct-connect/src/commands/UpdateConnectionCommand.ts index 9ca51174d4fbf..a84e726bb126b 100644 --- a/clients/client-direct-connect/src/commands/UpdateConnectionCommand.ts +++ b/clients/client-direct-connect/src/commands/UpdateConnectionCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { Connection, UpdateConnectionRequest } from "../models/models_0"; import { de_UpdateConnectionCommand, se_UpdateConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts b/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts index 436e34df10fe8..82c352474a3ff 100644 --- a/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts +++ b/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayAssociationCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateDirectConnectGatewayAssociationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayCommand.ts b/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayCommand.ts index 9e1cd581c3bc9..1102c5309bea5 100644 --- a/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayCommand.ts +++ b/clients/client-direct-connect/src/commands/UpdateDirectConnectGatewayCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateDirectConnectGatewayRequest, UpdateDirectConnectGatewayResponse } from "../models/models_0"; import { de_UpdateDirectConnectGatewayCommand, se_UpdateDirectConnectGatewayCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/UpdateLagCommand.ts b/clients/client-direct-connect/src/commands/UpdateLagCommand.ts index e1940f534baa9..0e3e5642616bc 100644 --- a/clients/client-direct-connect/src/commands/UpdateLagCommand.ts +++ b/clients/client-direct-connect/src/commands/UpdateLagCommand.ts @@ -17,6 +17,10 @@ import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { Lag, UpdateLagRequest } from "../models/models_0"; import { de_UpdateLagCommand, se_UpdateLagCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts b/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts index 857ee3185448f..34f4bb0b19c16 100644 --- a/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts +++ b/clients/client-direct-connect/src/commands/UpdateVirtualInterfaceAttributesCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateVirtualInterfaceAttributesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-direct-connect/src/index.ts b/clients/client-direct-connect/src/index.ts index a4ac350e7e5b5..535914da5e4cf 100644 --- a/clients/client-direct-connect/src/index.ts +++ b/clients/client-direct-connect/src/index.ts @@ -1,6 +1,17 @@ -export * from "./DirectConnect"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable. + * One end of the cable is connected to your router, the other to an Direct Connect router. With this connection + * in place, you can create virtual interfaces directly to the Amazon Web Services Cloud (for example, to Amazon EC2 + * and Amazon S3) and to Amazon VPC, bypassing Internet service providers in your network path. A + * connection provides access to all Amazon Web Services Regions except the China (Beijing) and (China) Ningxia Regions. + * Amazon Web Services resources in the China Regions can only be accessed through locations associated with those Regions.

+ * + * @packageDocumentation + */ export * from "./DirectConnectClient"; +export * from "./DirectConnect"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-direct-connect/src/models/DirectConnectServiceException.ts b/clients/client-direct-connect/src/models/DirectConnectServiceException.ts index 05cee7ec508bb..89fa7ba143211 100644 --- a/clients/client-direct-connect/src/models/DirectConnectServiceException.ts +++ b/clients/client-direct-connect/src/models/DirectConnectServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-directory-service/src/DirectoryServiceClient.ts b/clients/client-directory-service/src/DirectoryServiceClient.ts index 8a376172451ff..e11c660d7b276 100644 --- a/clients/client-directory-service/src/DirectoryServiceClient.ts +++ b/clients/client-directory-service/src/DirectoryServiceClient.ts @@ -216,6 +216,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -487,7 +489,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type DirectoryServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type DirectoryServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -506,7 +508,7 @@ export interface DirectoryServiceClientConfig extends DirectoryServiceClientConf /** * @public */ -type DirectoryServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type DirectoryServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-directory-service/src/commands/AcceptSharedDirectoryCommand.ts b/clients/client-directory-service/src/commands/AcceptSharedDirectoryCommand.ts index 9cea7556977ea..dd15924f167eb 100644 --- a/clients/client-directory-service/src/commands/AcceptSharedDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/AcceptSharedDirectoryCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_AcceptSharedDirectoryCommand, se_AcceptSharedDirectoryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/AddIpRoutesCommand.ts b/clients/client-directory-service/src/commands/AddIpRoutesCommand.ts index 243ccfd3a093b..44fd628b53eef 100644 --- a/clients/client-directory-service/src/commands/AddIpRoutesCommand.ts +++ b/clients/client-directory-service/src/commands/AddIpRoutesCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { AddIpRoutesRequest, AddIpRoutesResult } from "../models/models_0"; import { de_AddIpRoutesCommand, se_AddIpRoutesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/AddRegionCommand.ts b/clients/client-directory-service/src/commands/AddRegionCommand.ts index ed434e8b46761..06909893b7c42 100644 --- a/clients/client-directory-service/src/commands/AddRegionCommand.ts +++ b/clients/client-directory-service/src/commands/AddRegionCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { AddRegionRequest, AddRegionResult } from "../models/models_0"; import { de_AddRegionCommand, se_AddRegionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/AddTagsToResourceCommand.ts b/clients/client-directory-service/src/commands/AddTagsToResourceCommand.ts index e04fb8e01b207..eaa928b0633e3 100644 --- a/clients/client-directory-service/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-directory-service/src/commands/AddTagsToResourceCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { AddTagsToResourceRequest, AddTagsToResourceResult } from "../models/models_0"; import { de_AddTagsToResourceCommand, se_AddTagsToResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/CancelSchemaExtensionCommand.ts b/clients/client-directory-service/src/commands/CancelSchemaExtensionCommand.ts index 786bb117db5d0..60beac9cb7973 100644 --- a/clients/client-directory-service/src/commands/CancelSchemaExtensionCommand.ts +++ b/clients/client-directory-service/src/commands/CancelSchemaExtensionCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CancelSchemaExtensionRequest, CancelSchemaExtensionResult } from "../models/models_0"; import { de_CancelSchemaExtensionCommand, se_CancelSchemaExtensionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/ConnectDirectoryCommand.ts b/clients/client-directory-service/src/commands/ConnectDirectoryCommand.ts index dd15fccd28961..62ab1aaacd359 100644 --- a/clients/client-directory-service/src/commands/ConnectDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/ConnectDirectoryCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ConnectDirectoryCommand, se_ConnectDirectoryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/CreateAliasCommand.ts b/clients/client-directory-service/src/commands/CreateAliasCommand.ts index 17882b27968e6..296b96b891fa5 100644 --- a/clients/client-directory-service/src/commands/CreateAliasCommand.ts +++ b/clients/client-directory-service/src/commands/CreateAliasCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateAliasRequest, CreateAliasResult } from "../models/models_0"; import { de_CreateAliasCommand, se_CreateAliasCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/CreateComputerCommand.ts b/clients/client-directory-service/src/commands/CreateComputerCommand.ts index f152012528b1a..10cfd5e54d212 100644 --- a/clients/client-directory-service/src/commands/CreateComputerCommand.ts +++ b/clients/client-directory-service/src/commands/CreateComputerCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateComputerCommand, se_CreateComputerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/CreateConditionalForwarderCommand.ts b/clients/client-directory-service/src/commands/CreateConditionalForwarderCommand.ts index 537fa53f4288f..8b6267dff1ca6 100644 --- a/clients/client-directory-service/src/commands/CreateConditionalForwarderCommand.ts +++ b/clients/client-directory-service/src/commands/CreateConditionalForwarderCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateConditionalForwarderRequest, CreateConditionalForwarderResult } from "../models/models_0"; import { de_CreateConditionalForwarderCommand, se_CreateConditionalForwarderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/CreateDirectoryCommand.ts b/clients/client-directory-service/src/commands/CreateDirectoryCommand.ts index c7abfefa87078..9e443fec614ac 100644 --- a/clients/client-directory-service/src/commands/CreateDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/CreateDirectoryCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateDirectoryCommand, se_CreateDirectoryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/CreateLogSubscriptionCommand.ts b/clients/client-directory-service/src/commands/CreateLogSubscriptionCommand.ts index cf60594a987df..adaec6a027b9d 100644 --- a/clients/client-directory-service/src/commands/CreateLogSubscriptionCommand.ts +++ b/clients/client-directory-service/src/commands/CreateLogSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateLogSubscriptionRequest, CreateLogSubscriptionResult } from "../models/models_0"; import { de_CreateLogSubscriptionCommand, se_CreateLogSubscriptionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/CreateMicrosoftADCommand.ts b/clients/client-directory-service/src/commands/CreateMicrosoftADCommand.ts index 98dc619b311de..4c5173c52c5d9 100644 --- a/clients/client-directory-service/src/commands/CreateMicrosoftADCommand.ts +++ b/clients/client-directory-service/src/commands/CreateMicrosoftADCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateMicrosoftADCommand, se_CreateMicrosoftADCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/CreateSnapshotCommand.ts b/clients/client-directory-service/src/commands/CreateSnapshotCommand.ts index 895f8d574ced8..7a186ec565659 100644 --- a/clients/client-directory-service/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-directory-service/src/commands/CreateSnapshotCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateSnapshotRequest, CreateSnapshotResult } from "../models/models_0"; import { de_CreateSnapshotCommand, se_CreateSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/CreateTrustCommand.ts b/clients/client-directory-service/src/commands/CreateTrustCommand.ts index fa89f76ec6cde..1d3670a439053 100644 --- a/clients/client-directory-service/src/commands/CreateTrustCommand.ts +++ b/clients/client-directory-service/src/commands/CreateTrustCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateTrustRequest, CreateTrustRequestFilterSensitiveLog, CreateTrustResult } from "../models/models_0"; import { de_CreateTrustCommand, se_CreateTrustCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DeleteConditionalForwarderCommand.ts b/clients/client-directory-service/src/commands/DeleteConditionalForwarderCommand.ts index 3cad136d8f86e..af1a96ec5ba08 100644 --- a/clients/client-directory-service/src/commands/DeleteConditionalForwarderCommand.ts +++ b/clients/client-directory-service/src/commands/DeleteConditionalForwarderCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteConditionalForwarderRequest, DeleteConditionalForwarderResult } from "../models/models_0"; import { de_DeleteConditionalForwarderCommand, se_DeleteConditionalForwarderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DeleteDirectoryCommand.ts b/clients/client-directory-service/src/commands/DeleteDirectoryCommand.ts index ae4d5426d012e..8f430e0b3c08c 100644 --- a/clients/client-directory-service/src/commands/DeleteDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/DeleteDirectoryCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteDirectoryRequest, DeleteDirectoryResult } from "../models/models_0"; import { de_DeleteDirectoryCommand, se_DeleteDirectoryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DeleteLogSubscriptionCommand.ts b/clients/client-directory-service/src/commands/DeleteLogSubscriptionCommand.ts index 7a2a6c934b479..8df5c7d8e97c4 100644 --- a/clients/client-directory-service/src/commands/DeleteLogSubscriptionCommand.ts +++ b/clients/client-directory-service/src/commands/DeleteLogSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteLogSubscriptionRequest, DeleteLogSubscriptionResult } from "../models/models_0"; import { de_DeleteLogSubscriptionCommand, se_DeleteLogSubscriptionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DeleteSnapshotCommand.ts b/clients/client-directory-service/src/commands/DeleteSnapshotCommand.ts index 3a484e05488d1..1e746c98e7d70 100644 --- a/clients/client-directory-service/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-directory-service/src/commands/DeleteSnapshotCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteSnapshotRequest, DeleteSnapshotResult } from "../models/models_0"; import { de_DeleteSnapshotCommand, se_DeleteSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DeleteTrustCommand.ts b/clients/client-directory-service/src/commands/DeleteTrustCommand.ts index 47b3a0613593e..9e4f48a9e8384 100644 --- a/clients/client-directory-service/src/commands/DeleteTrustCommand.ts +++ b/clients/client-directory-service/src/commands/DeleteTrustCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteTrustRequest, DeleteTrustResult } from "../models/models_0"; import { de_DeleteTrustCommand, se_DeleteTrustCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DeregisterCertificateCommand.ts b/clients/client-directory-service/src/commands/DeregisterCertificateCommand.ts index 08b45174d8e2c..339fef87ce74e 100644 --- a/clients/client-directory-service/src/commands/DeregisterCertificateCommand.ts +++ b/clients/client-directory-service/src/commands/DeregisterCertificateCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeregisterCertificateRequest, DeregisterCertificateResult } from "../models/models_0"; import { de_DeregisterCertificateCommand, se_DeregisterCertificateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DeregisterEventTopicCommand.ts b/clients/client-directory-service/src/commands/DeregisterEventTopicCommand.ts index 1d5bcc2657cd6..62326c98e85d8 100644 --- a/clients/client-directory-service/src/commands/DeregisterEventTopicCommand.ts +++ b/clients/client-directory-service/src/commands/DeregisterEventTopicCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeregisterEventTopicRequest, DeregisterEventTopicResult } from "../models/models_0"; import { de_DeregisterEventTopicCommand, se_DeregisterEventTopicCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DescribeCertificateCommand.ts b/clients/client-directory-service/src/commands/DescribeCertificateCommand.ts index 1ff48f0b66e58..7e489edad3da0 100644 --- a/clients/client-directory-service/src/commands/DescribeCertificateCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeCertificateCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeCertificateRequest, DescribeCertificateResult } from "../models/models_0"; import { de_DescribeCertificateCommand, se_DescribeCertificateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DescribeClientAuthenticationSettingsCommand.ts b/clients/client-directory-service/src/commands/DescribeClientAuthenticationSettingsCommand.ts index 54a977f7fc191..3236b1b7b3f55 100644 --- a/clients/client-directory-service/src/commands/DescribeClientAuthenticationSettingsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeClientAuthenticationSettingsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeClientAuthenticationSettingsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DescribeConditionalForwardersCommand.ts b/clients/client-directory-service/src/commands/DescribeConditionalForwardersCommand.ts index 993421da0267f..e84f938bcb5aa 100644 --- a/clients/client-directory-service/src/commands/DescribeConditionalForwardersCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeConditionalForwardersCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeConditionalForwardersCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DescribeDirectoriesCommand.ts b/clients/client-directory-service/src/commands/DescribeDirectoriesCommand.ts index aaa360125e1ea..94a4a76c58bf6 100644 --- a/clients/client-directory-service/src/commands/DescribeDirectoriesCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeDirectoriesCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeDirectoriesCommand, se_DescribeDirectoriesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DescribeDomainControllersCommand.ts b/clients/client-directory-service/src/commands/DescribeDomainControllersCommand.ts index 3521f127b51c0..4cea490ceb39e 100644 --- a/clients/client-directory-service/src/commands/DescribeDomainControllersCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeDomainControllersCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeDomainControllersRequest, DescribeDomainControllersResult } from "../models/models_0"; import { de_DescribeDomainControllersCommand, se_DescribeDomainControllersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DescribeEventTopicsCommand.ts b/clients/client-directory-service/src/commands/DescribeEventTopicsCommand.ts index 064264ce90d54..1d4630fe12cae 100644 --- a/clients/client-directory-service/src/commands/DescribeEventTopicsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeEventTopicsCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeEventTopicsRequest, DescribeEventTopicsResult } from "../models/models_0"; import { de_DescribeEventTopicsCommand, se_DescribeEventTopicsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DescribeLDAPSSettingsCommand.ts b/clients/client-directory-service/src/commands/DescribeLDAPSSettingsCommand.ts index be2961578bf8d..2fff4cf1955f7 100644 --- a/clients/client-directory-service/src/commands/DescribeLDAPSSettingsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeLDAPSSettingsCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeLDAPSSettingsRequest, DescribeLDAPSSettingsResult } from "../models/models_0"; import { de_DescribeLDAPSSettingsCommand, se_DescribeLDAPSSettingsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DescribeRegionsCommand.ts b/clients/client-directory-service/src/commands/DescribeRegionsCommand.ts index fcac9d4f59a2b..fe8f8a93b08a7 100644 --- a/clients/client-directory-service/src/commands/DescribeRegionsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeRegionsCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeRegionsRequest, DescribeRegionsResult } from "../models/models_0"; import { de_DescribeRegionsCommand, se_DescribeRegionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DescribeSettingsCommand.ts b/clients/client-directory-service/src/commands/DescribeSettingsCommand.ts index 8059cc6bc221a..622de3aea154b 100644 --- a/clients/client-directory-service/src/commands/DescribeSettingsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeSettingsCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeSettingsRequest, DescribeSettingsResult } from "../models/models_0"; import { de_DescribeSettingsCommand, se_DescribeSettingsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DescribeSharedDirectoriesCommand.ts b/clients/client-directory-service/src/commands/DescribeSharedDirectoriesCommand.ts index 7c8d6ce0fabf0..56957f697824c 100644 --- a/clients/client-directory-service/src/commands/DescribeSharedDirectoriesCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeSharedDirectoriesCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeSharedDirectoriesCommand, se_DescribeSharedDirectoriesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DescribeSnapshotsCommand.ts b/clients/client-directory-service/src/commands/DescribeSnapshotsCommand.ts index 602e753727567..131d6c88b3bd8 100644 --- a/clients/client-directory-service/src/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeSnapshotsCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeSnapshotsRequest, DescribeSnapshotsResult } from "../models/models_0"; import { de_DescribeSnapshotsCommand, se_DescribeSnapshotsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DescribeTrustsCommand.ts b/clients/client-directory-service/src/commands/DescribeTrustsCommand.ts index 6442bbc165acb..f68d5fe1ddeaf 100644 --- a/clients/client-directory-service/src/commands/DescribeTrustsCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeTrustsCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeTrustsRequest, DescribeTrustsResult } from "../models/models_0"; import { de_DescribeTrustsCommand, se_DescribeTrustsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DescribeUpdateDirectoryCommand.ts b/clients/client-directory-service/src/commands/DescribeUpdateDirectoryCommand.ts index 0ce91c09b2fee..fa8df1a4d385a 100644 --- a/clients/client-directory-service/src/commands/DescribeUpdateDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/DescribeUpdateDirectoryCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeUpdateDirectoryRequest, DescribeUpdateDirectoryResult } from "../models/models_0"; import { de_DescribeUpdateDirectoryCommand, se_DescribeUpdateDirectoryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DisableClientAuthenticationCommand.ts b/clients/client-directory-service/src/commands/DisableClientAuthenticationCommand.ts index c8c1188ef6d15..a76d48fe1e584 100644 --- a/clients/client-directory-service/src/commands/DisableClientAuthenticationCommand.ts +++ b/clients/client-directory-service/src/commands/DisableClientAuthenticationCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DisableClientAuthenticationRequest, DisableClientAuthenticationResult } from "../models/models_0"; import { de_DisableClientAuthenticationCommand, se_DisableClientAuthenticationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DisableLDAPSCommand.ts b/clients/client-directory-service/src/commands/DisableLDAPSCommand.ts index 3f991b3e80ddd..f243e65de75b7 100644 --- a/clients/client-directory-service/src/commands/DisableLDAPSCommand.ts +++ b/clients/client-directory-service/src/commands/DisableLDAPSCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DisableLDAPSRequest, DisableLDAPSResult } from "../models/models_0"; import { de_DisableLDAPSCommand, se_DisableLDAPSCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DisableRadiusCommand.ts b/clients/client-directory-service/src/commands/DisableRadiusCommand.ts index 6a35400703858..217aa0c069c51 100644 --- a/clients/client-directory-service/src/commands/DisableRadiusCommand.ts +++ b/clients/client-directory-service/src/commands/DisableRadiusCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DisableRadiusRequest, DisableRadiusResult } from "../models/models_0"; import { de_DisableRadiusCommand, se_DisableRadiusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/DisableSsoCommand.ts b/clients/client-directory-service/src/commands/DisableSsoCommand.ts index eb7b3c8ebf9a4..fe5b7d5485be6 100644 --- a/clients/client-directory-service/src/commands/DisableSsoCommand.ts +++ b/clients/client-directory-service/src/commands/DisableSsoCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DisableSsoRequest, DisableSsoRequestFilterSensitiveLog, DisableSsoResult } from "../models/models_0"; import { de_DisableSsoCommand, se_DisableSsoCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/EnableClientAuthenticationCommand.ts b/clients/client-directory-service/src/commands/EnableClientAuthenticationCommand.ts index 732cce5c3c0f1..cb135ff285b65 100644 --- a/clients/client-directory-service/src/commands/EnableClientAuthenticationCommand.ts +++ b/clients/client-directory-service/src/commands/EnableClientAuthenticationCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { EnableClientAuthenticationRequest, EnableClientAuthenticationResult } from "../models/models_0"; import { de_EnableClientAuthenticationCommand, se_EnableClientAuthenticationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/EnableLDAPSCommand.ts b/clients/client-directory-service/src/commands/EnableLDAPSCommand.ts index 40375bea0ff89..c3876e25afdc1 100644 --- a/clients/client-directory-service/src/commands/EnableLDAPSCommand.ts +++ b/clients/client-directory-service/src/commands/EnableLDAPSCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { EnableLDAPSRequest, EnableLDAPSResult } from "../models/models_0"; import { de_EnableLDAPSCommand, se_EnableLDAPSCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/EnableRadiusCommand.ts b/clients/client-directory-service/src/commands/EnableRadiusCommand.ts index bad79d12f858f..f2e447b9730db 100644 --- a/clients/client-directory-service/src/commands/EnableRadiusCommand.ts +++ b/clients/client-directory-service/src/commands/EnableRadiusCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { EnableRadiusRequest, EnableRadiusRequestFilterSensitiveLog, EnableRadiusResult } from "../models/models_0"; import { de_EnableRadiusCommand, se_EnableRadiusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/EnableSsoCommand.ts b/clients/client-directory-service/src/commands/EnableSsoCommand.ts index 7112282ba7f1a..680e36abfade7 100644 --- a/clients/client-directory-service/src/commands/EnableSsoCommand.ts +++ b/clients/client-directory-service/src/commands/EnableSsoCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { EnableSsoRequest, EnableSsoRequestFilterSensitiveLog, EnableSsoResult } from "../models/models_0"; import { de_EnableSsoCommand, se_EnableSsoCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/GetDirectoryLimitsCommand.ts b/clients/client-directory-service/src/commands/GetDirectoryLimitsCommand.ts index 33b18e7e1003a..f823c7c8863bd 100644 --- a/clients/client-directory-service/src/commands/GetDirectoryLimitsCommand.ts +++ b/clients/client-directory-service/src/commands/GetDirectoryLimitsCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetDirectoryLimitsRequest, GetDirectoryLimitsResult } from "../models/models_0"; import { de_GetDirectoryLimitsCommand, se_GetDirectoryLimitsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/GetSnapshotLimitsCommand.ts b/clients/client-directory-service/src/commands/GetSnapshotLimitsCommand.ts index 5c84cb4ea7b27..3049c58376031 100644 --- a/clients/client-directory-service/src/commands/GetSnapshotLimitsCommand.ts +++ b/clients/client-directory-service/src/commands/GetSnapshotLimitsCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetSnapshotLimitsRequest, GetSnapshotLimitsResult } from "../models/models_0"; import { de_GetSnapshotLimitsCommand, se_GetSnapshotLimitsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/ListCertificatesCommand.ts b/clients/client-directory-service/src/commands/ListCertificatesCommand.ts index a373589b721d2..15d8d1e8a8579 100644 --- a/clients/client-directory-service/src/commands/ListCertificatesCommand.ts +++ b/clients/client-directory-service/src/commands/ListCertificatesCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListCertificatesRequest, ListCertificatesResult } from "../models/models_0"; import { de_ListCertificatesCommand, se_ListCertificatesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/ListIpRoutesCommand.ts b/clients/client-directory-service/src/commands/ListIpRoutesCommand.ts index 46b0edaa84ff6..cb437fff3241a 100644 --- a/clients/client-directory-service/src/commands/ListIpRoutesCommand.ts +++ b/clients/client-directory-service/src/commands/ListIpRoutesCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListIpRoutesRequest, ListIpRoutesResult } from "../models/models_0"; import { de_ListIpRoutesCommand, se_ListIpRoutesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/ListLogSubscriptionsCommand.ts b/clients/client-directory-service/src/commands/ListLogSubscriptionsCommand.ts index 92a8c4f0945ba..4220a52015e45 100644 --- a/clients/client-directory-service/src/commands/ListLogSubscriptionsCommand.ts +++ b/clients/client-directory-service/src/commands/ListLogSubscriptionsCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListLogSubscriptionsRequest, ListLogSubscriptionsResult } from "../models/models_0"; import { de_ListLogSubscriptionsCommand, se_ListLogSubscriptionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/ListSchemaExtensionsCommand.ts b/clients/client-directory-service/src/commands/ListSchemaExtensionsCommand.ts index 20df6bee058b2..25b0631683be0 100644 --- a/clients/client-directory-service/src/commands/ListSchemaExtensionsCommand.ts +++ b/clients/client-directory-service/src/commands/ListSchemaExtensionsCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListSchemaExtensionsRequest, ListSchemaExtensionsResult } from "../models/models_0"; import { de_ListSchemaExtensionsCommand, se_ListSchemaExtensionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-directory-service/src/commands/ListTagsForResourceCommand.ts index fae5469d82561..7a32726bb40bf 100644 --- a/clients/client-directory-service/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-directory-service/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/RegisterCertificateCommand.ts b/clients/client-directory-service/src/commands/RegisterCertificateCommand.ts index bf7798091648d..8c09621116a3c 100644 --- a/clients/client-directory-service/src/commands/RegisterCertificateCommand.ts +++ b/clients/client-directory-service/src/commands/RegisterCertificateCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { RegisterCertificateRequest, RegisterCertificateResult } from "../models/models_0"; import { de_RegisterCertificateCommand, se_RegisterCertificateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/RegisterEventTopicCommand.ts b/clients/client-directory-service/src/commands/RegisterEventTopicCommand.ts index 4657fb06334c8..82d7492967e18 100644 --- a/clients/client-directory-service/src/commands/RegisterEventTopicCommand.ts +++ b/clients/client-directory-service/src/commands/RegisterEventTopicCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { RegisterEventTopicRequest, RegisterEventTopicResult } from "../models/models_0"; import { de_RegisterEventTopicCommand, se_RegisterEventTopicCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/RejectSharedDirectoryCommand.ts b/clients/client-directory-service/src/commands/RejectSharedDirectoryCommand.ts index 5b93c8f9bf8aa..1597475bfc0e7 100644 --- a/clients/client-directory-service/src/commands/RejectSharedDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/RejectSharedDirectoryCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { RejectSharedDirectoryRequest, RejectSharedDirectoryResult } from "../models/models_0"; import { de_RejectSharedDirectoryCommand, se_RejectSharedDirectoryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/RemoveIpRoutesCommand.ts b/clients/client-directory-service/src/commands/RemoveIpRoutesCommand.ts index f13be511c3b0d..9c379ec332a92 100644 --- a/clients/client-directory-service/src/commands/RemoveIpRoutesCommand.ts +++ b/clients/client-directory-service/src/commands/RemoveIpRoutesCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { RemoveIpRoutesRequest, RemoveIpRoutesResult } from "../models/models_0"; import { de_RemoveIpRoutesCommand, se_RemoveIpRoutesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/RemoveRegionCommand.ts b/clients/client-directory-service/src/commands/RemoveRegionCommand.ts index fca5c43cfe400..fcd6cdaa2b0a4 100644 --- a/clients/client-directory-service/src/commands/RemoveRegionCommand.ts +++ b/clients/client-directory-service/src/commands/RemoveRegionCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { RemoveRegionRequest, RemoveRegionResult } from "../models/models_0"; import { de_RemoveRegionCommand, se_RemoveRegionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-directory-service/src/commands/RemoveTagsFromResourceCommand.ts index e8823e08c293a..45c6727ba9bdd 100644 --- a/clients/client-directory-service/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-directory-service/src/commands/RemoveTagsFromResourceCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { RemoveTagsFromResourceRequest, RemoveTagsFromResourceResult } from "../models/models_0"; import { de_RemoveTagsFromResourceCommand, se_RemoveTagsFromResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/ResetUserPasswordCommand.ts b/clients/client-directory-service/src/commands/ResetUserPasswordCommand.ts index a12435d62a065..4a79ee14aa992 100644 --- a/clients/client-directory-service/src/commands/ResetUserPasswordCommand.ts +++ b/clients/client-directory-service/src/commands/ResetUserPasswordCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ResetUserPasswordCommand, se_ResetUserPasswordCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/RestoreFromSnapshotCommand.ts b/clients/client-directory-service/src/commands/RestoreFromSnapshotCommand.ts index 50992facefb37..cf61183bbdb71 100644 --- a/clients/client-directory-service/src/commands/RestoreFromSnapshotCommand.ts +++ b/clients/client-directory-service/src/commands/RestoreFromSnapshotCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { RestoreFromSnapshotRequest, RestoreFromSnapshotResult } from "../models/models_0"; import { de_RestoreFromSnapshotCommand, se_RestoreFromSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/ShareDirectoryCommand.ts b/clients/client-directory-service/src/commands/ShareDirectoryCommand.ts index b0166d12f71bc..368543e2aa303 100644 --- a/clients/client-directory-service/src/commands/ShareDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/ShareDirectoryCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ShareDirectoryCommand, se_ShareDirectoryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/StartSchemaExtensionCommand.ts b/clients/client-directory-service/src/commands/StartSchemaExtensionCommand.ts index 2b7936a7ee6d5..4c746087957d3 100644 --- a/clients/client-directory-service/src/commands/StartSchemaExtensionCommand.ts +++ b/clients/client-directory-service/src/commands/StartSchemaExtensionCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { StartSchemaExtensionRequest, StartSchemaExtensionResult } from "../models/models_0"; import { de_StartSchemaExtensionCommand, se_StartSchemaExtensionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/UnshareDirectoryCommand.ts b/clients/client-directory-service/src/commands/UnshareDirectoryCommand.ts index 6a594832a851d..2d91fc24c6ffb 100644 --- a/clients/client-directory-service/src/commands/UnshareDirectoryCommand.ts +++ b/clients/client-directory-service/src/commands/UnshareDirectoryCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UnshareDirectoryRequest, UnshareDirectoryResult } from "../models/models_0"; import { de_UnshareDirectoryCommand, se_UnshareDirectoryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/UpdateConditionalForwarderCommand.ts b/clients/client-directory-service/src/commands/UpdateConditionalForwarderCommand.ts index 78b839249c36c..0c3693ff1c3f5 100644 --- a/clients/client-directory-service/src/commands/UpdateConditionalForwarderCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateConditionalForwarderCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateConditionalForwarderRequest, UpdateConditionalForwarderResult } from "../models/models_0"; import { de_UpdateConditionalForwarderCommand, se_UpdateConditionalForwarderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/UpdateDirectorySetupCommand.ts b/clients/client-directory-service/src/commands/UpdateDirectorySetupCommand.ts index e11cec95e773c..c8561b8b676ae 100644 --- a/clients/client-directory-service/src/commands/UpdateDirectorySetupCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateDirectorySetupCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateDirectorySetupRequest, UpdateDirectorySetupResult } from "../models/models_0"; import { de_UpdateDirectorySetupCommand, se_UpdateDirectorySetupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/UpdateNumberOfDomainControllersCommand.ts b/clients/client-directory-service/src/commands/UpdateNumberOfDomainControllersCommand.ts index 14875ddc027ae..566dfbded94f4 100644 --- a/clients/client-directory-service/src/commands/UpdateNumberOfDomainControllersCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateNumberOfDomainControllersCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateNumberOfDomainControllersCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/UpdateRadiusCommand.ts b/clients/client-directory-service/src/commands/UpdateRadiusCommand.ts index 1216569141199..c3faed2f541bb 100644 --- a/clients/client-directory-service/src/commands/UpdateRadiusCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateRadiusCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateRadiusRequest, UpdateRadiusRequestFilterSensitiveLog, UpdateRadiusResult } from "../models/models_0"; import { de_UpdateRadiusCommand, se_UpdateRadiusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/UpdateSettingsCommand.ts b/clients/client-directory-service/src/commands/UpdateSettingsCommand.ts index 033609c7767b7..5b98ec53f4236 100644 --- a/clients/client-directory-service/src/commands/UpdateSettingsCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateSettingsCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateSettingsRequest, UpdateSettingsResult } from "../models/models_0"; import { de_UpdateSettingsCommand, se_UpdateSettingsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/UpdateTrustCommand.ts b/clients/client-directory-service/src/commands/UpdateTrustCommand.ts index 74736a7c5d7d6..836d16495280b 100644 --- a/clients/client-directory-service/src/commands/UpdateTrustCommand.ts +++ b/clients/client-directory-service/src/commands/UpdateTrustCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateTrustRequest, UpdateTrustResult } from "../models/models_0"; import { de_UpdateTrustCommand, se_UpdateTrustCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/commands/VerifyTrustCommand.ts b/clients/client-directory-service/src/commands/VerifyTrustCommand.ts index 2469d78a40321..24f7e48a1bc9c 100644 --- a/clients/client-directory-service/src/commands/VerifyTrustCommand.ts +++ b/clients/client-directory-service/src/commands/VerifyTrustCommand.ts @@ -17,6 +17,10 @@ import { DirectoryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { VerifyTrustRequest, VerifyTrustResult } from "../models/models_0"; import { de_VerifyTrustCommand, se_VerifyTrustCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-directory-service/src/index.ts b/clients/client-directory-service/src/index.ts index f97565ec515e8..fb629805cb76b 100644 --- a/clients/client-directory-service/src/index.ts +++ b/clients/client-directory-service/src/index.ts @@ -1,8 +1,27 @@ -export * from "./DirectoryService"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Directory Service + *

Directory Service is a web service that makes it easy for you to setup and run directories in the + * Amazon Web Services cloud, or connect your Amazon Web Services resources with an existing self-managed Microsoft Active + * Directory. This guide provides detailed information about Directory Service operations, data types, + * parameters, and errors. For information about Directory Services features, see Directory Service and the Directory Service + * Administration Guide.

+ * + *

Amazon Web Services provides SDKs that consist of libraries and sample code for various + * programming languages and platforms (Java, Ruby, .Net, iOS, Android, etc.). The SDKs + * provide a convenient way to create programmatic access to Directory Service and other Amazon Web Services + * services. For more information about the Amazon Web Services SDKs, including how to download and + * install them, see Tools for Amazon Web + * Services.

+ *
+ * + * @packageDocumentation + */ export * from "./DirectoryServiceClient"; +export * from "./DirectoryService"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { DirectoryServiceServiceException } from "./models/DirectoryServiceServiceException"; diff --git a/clients/client-directory-service/src/models/DirectoryServiceServiceException.ts b/clients/client-directory-service/src/models/DirectoryServiceServiceException.ts index 0ca759ca13e0d..bb5de9fad042d 100644 --- a/clients/client-directory-service/src/models/DirectoryServiceServiceException.ts +++ b/clients/client-directory-service/src/models/DirectoryServiceServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-dlm/src/DLMClient.ts b/clients/client-dlm/src/DLMClient.ts index cd5f82425ecb6..c410692712aaf 100644 --- a/clients/client-dlm/src/DLMClient.ts +++ b/clients/client-dlm/src/DLMClient.ts @@ -82,6 +82,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -235,7 +237,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type DLMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type DLMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -254,7 +256,7 @@ export interface DLMClientConfig extends DLMClientConfigType {} /** * @public */ -type DLMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type DLMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-dlm/src/commands/CreateLifecyclePolicyCommand.ts b/clients/client-dlm/src/commands/CreateLifecyclePolicyCommand.ts index 009e8a8034952..b1860c4a0a18c 100644 --- a/clients/client-dlm/src/commands/CreateLifecyclePolicyCommand.ts +++ b/clients/client-dlm/src/commands/CreateLifecyclePolicyCommand.ts @@ -17,6 +17,10 @@ import { DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateLifecyclePolicyRequest, CreateLifecyclePolicyResponse } from "../models/models_0"; import { de_CreateLifecyclePolicyCommand, se_CreateLifecyclePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dlm/src/commands/DeleteLifecyclePolicyCommand.ts b/clients/client-dlm/src/commands/DeleteLifecyclePolicyCommand.ts index b3092b75da200..49a514fb4fa31 100644 --- a/clients/client-dlm/src/commands/DeleteLifecyclePolicyCommand.ts +++ b/clients/client-dlm/src/commands/DeleteLifecyclePolicyCommand.ts @@ -17,6 +17,10 @@ import { DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteLifecyclePolicyRequest, DeleteLifecyclePolicyResponse } from "../models/models_0"; import { de_DeleteLifecyclePolicyCommand, se_DeleteLifecyclePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dlm/src/commands/GetLifecyclePoliciesCommand.ts b/clients/client-dlm/src/commands/GetLifecyclePoliciesCommand.ts index bdcf045da5640..d9f2aa7a5060e 100644 --- a/clients/client-dlm/src/commands/GetLifecyclePoliciesCommand.ts +++ b/clients/client-dlm/src/commands/GetLifecyclePoliciesCommand.ts @@ -17,6 +17,10 @@ import { DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetLifecyclePoliciesRequest, GetLifecyclePoliciesResponse } from "../models/models_0"; import { de_GetLifecyclePoliciesCommand, se_GetLifecyclePoliciesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dlm/src/commands/GetLifecyclePolicyCommand.ts b/clients/client-dlm/src/commands/GetLifecyclePolicyCommand.ts index aa2dc760c197e..b678c32b636aa 100644 --- a/clients/client-dlm/src/commands/GetLifecyclePolicyCommand.ts +++ b/clients/client-dlm/src/commands/GetLifecyclePolicyCommand.ts @@ -17,6 +17,10 @@ import { DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetLifecyclePolicyRequest, GetLifecyclePolicyResponse } from "../models/models_0"; import { de_GetLifecyclePolicyCommand, se_GetLifecyclePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dlm/src/commands/ListTagsForResourceCommand.ts b/clients/client-dlm/src/commands/ListTagsForResourceCommand.ts index 2a13c2d753175..9ae33789f31c4 100644 --- a/clients/client-dlm/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-dlm/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dlm/src/commands/TagResourceCommand.ts b/clients/client-dlm/src/commands/TagResourceCommand.ts index 9228b05cf5b2a..09ceeb53d91ae 100644 --- a/clients/client-dlm/src/commands/TagResourceCommand.ts +++ b/clients/client-dlm/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dlm/src/commands/UntagResourceCommand.ts b/clients/client-dlm/src/commands/UntagResourceCommand.ts index 389f5058523e0..3663414ba300c 100644 --- a/clients/client-dlm/src/commands/UntagResourceCommand.ts +++ b/clients/client-dlm/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dlm/src/commands/UpdateLifecyclePolicyCommand.ts b/clients/client-dlm/src/commands/UpdateLifecyclePolicyCommand.ts index a4e4d2e5470b6..00aae15080059 100644 --- a/clients/client-dlm/src/commands/UpdateLifecyclePolicyCommand.ts +++ b/clients/client-dlm/src/commands/UpdateLifecyclePolicyCommand.ts @@ -17,6 +17,10 @@ import { DLMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateLifecyclePolicyRequest, UpdateLifecyclePolicyResponse } from "../models/models_0"; import { de_UpdateLifecyclePolicyCommand, se_UpdateLifecyclePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dlm/src/index.ts b/clients/client-dlm/src/index.ts index 4b48f5cbdd731..96575c017cfa7 100644 --- a/clients/client-dlm/src/index.ts +++ b/clients/client-dlm/src/index.ts @@ -1,6 +1,18 @@ -export * from "./DLM"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Data Lifecycle Manager + *

With Amazon Data Lifecycle Manager, you can manage the lifecycle of your Amazon Web Services resources. You create + * lifecycle policies, which are used to automate operations on the specified + * resources.

+ *

Amazon Data Lifecycle Manager supports Amazon EBS volumes and snapshots. For information about using Amazon Data Lifecycle Manager + * with Amazon EBS, see + * Amazon Data Lifecycle Manager in the Amazon EC2 User Guide.

+ * + * @packageDocumentation + */ export * from "./DLMClient"; +export * from "./DLM"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-dlm/src/models/DLMServiceException.ts b/clients/client-dlm/src/models/DLMServiceException.ts index e0fcbb9d189cc..780e2072b8e10 100644 --- a/clients/client-dlm/src/models/DLMServiceException.ts +++ b/clients/client-dlm/src/models/DLMServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-docdb-elastic/src/DocDBElasticClient.ts b/clients/client-docdb-elastic/src/DocDBElasticClient.ts index 1e977e7ef4fa8..039111765a978 100644 --- a/clients/client-docdb-elastic/src/DocDBElasticClient.ts +++ b/clients/client-docdb-elastic/src/DocDBElasticClient.ts @@ -87,6 +87,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -250,7 +252,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type DocDBElasticClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type DocDBElasticClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -269,7 +271,7 @@ export interface DocDBElasticClientConfig extends DocDBElasticClientConfigType { /** * @public */ -type DocDBElasticClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type DocDBElasticClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-docdb-elastic/src/commands/CreateClusterCommand.ts b/clients/client-docdb-elastic/src/commands/CreateClusterCommand.ts index cf80942eee87f..5fbed5ca64459 100644 --- a/clients/client-docdb-elastic/src/commands/CreateClusterCommand.ts +++ b/clients/client-docdb-elastic/src/commands/CreateClusterCommand.ts @@ -17,6 +17,10 @@ import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateClusterInput, CreateClusterInputFilterSensitiveLog, CreateClusterOutput } from "../models/models_0"; import { de_CreateClusterCommand, se_CreateClusterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb-elastic/src/commands/CreateClusterSnapshotCommand.ts b/clients/client-docdb-elastic/src/commands/CreateClusterSnapshotCommand.ts index 1966114d12a8a..082d840bfa3dd 100644 --- a/clients/client-docdb-elastic/src/commands/CreateClusterSnapshotCommand.ts +++ b/clients/client-docdb-elastic/src/commands/CreateClusterSnapshotCommand.ts @@ -17,6 +17,10 @@ import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateClusterSnapshotInput, CreateClusterSnapshotOutput } from "../models/models_0"; import { de_CreateClusterSnapshotCommand, se_CreateClusterSnapshotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb-elastic/src/commands/DeleteClusterCommand.ts b/clients/client-docdb-elastic/src/commands/DeleteClusterCommand.ts index 2c50b73c99605..f89190775d926 100644 --- a/clients/client-docdb-elastic/src/commands/DeleteClusterCommand.ts +++ b/clients/client-docdb-elastic/src/commands/DeleteClusterCommand.ts @@ -17,6 +17,10 @@ import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteClusterInput, DeleteClusterOutput } from "../models/models_0"; import { de_DeleteClusterCommand, se_DeleteClusterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb-elastic/src/commands/DeleteClusterSnapshotCommand.ts b/clients/client-docdb-elastic/src/commands/DeleteClusterSnapshotCommand.ts index a81af172d67df..c3473af89cd6c 100644 --- a/clients/client-docdb-elastic/src/commands/DeleteClusterSnapshotCommand.ts +++ b/clients/client-docdb-elastic/src/commands/DeleteClusterSnapshotCommand.ts @@ -17,6 +17,10 @@ import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteClusterSnapshotInput, DeleteClusterSnapshotOutput } from "../models/models_0"; import { de_DeleteClusterSnapshotCommand, se_DeleteClusterSnapshotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb-elastic/src/commands/GetClusterCommand.ts b/clients/client-docdb-elastic/src/commands/GetClusterCommand.ts index 4b8154796e3b5..70e74a10aefb3 100644 --- a/clients/client-docdb-elastic/src/commands/GetClusterCommand.ts +++ b/clients/client-docdb-elastic/src/commands/GetClusterCommand.ts @@ -17,6 +17,10 @@ import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetClusterInput, GetClusterOutput } from "../models/models_0"; import { de_GetClusterCommand, se_GetClusterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb-elastic/src/commands/GetClusterSnapshotCommand.ts b/clients/client-docdb-elastic/src/commands/GetClusterSnapshotCommand.ts index 5e0243fd6c6f3..c6ddbb6322516 100644 --- a/clients/client-docdb-elastic/src/commands/GetClusterSnapshotCommand.ts +++ b/clients/client-docdb-elastic/src/commands/GetClusterSnapshotCommand.ts @@ -17,6 +17,10 @@ import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetClusterSnapshotInput, GetClusterSnapshotOutput } from "../models/models_0"; import { de_GetClusterSnapshotCommand, se_GetClusterSnapshotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb-elastic/src/commands/ListClusterSnapshotsCommand.ts b/clients/client-docdb-elastic/src/commands/ListClusterSnapshotsCommand.ts index a756c9ace7ec0..b81196c26f569 100644 --- a/clients/client-docdb-elastic/src/commands/ListClusterSnapshotsCommand.ts +++ b/clients/client-docdb-elastic/src/commands/ListClusterSnapshotsCommand.ts @@ -17,6 +17,10 @@ import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListClusterSnapshotsInput, ListClusterSnapshotsOutput } from "../models/models_0"; import { de_ListClusterSnapshotsCommand, se_ListClusterSnapshotsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb-elastic/src/commands/ListClustersCommand.ts b/clients/client-docdb-elastic/src/commands/ListClustersCommand.ts index 0e87fa010c309..771a465f35267 100644 --- a/clients/client-docdb-elastic/src/commands/ListClustersCommand.ts +++ b/clients/client-docdb-elastic/src/commands/ListClustersCommand.ts @@ -17,6 +17,10 @@ import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListClustersInput, ListClustersOutput } from "../models/models_0"; import { de_ListClustersCommand, se_ListClustersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb-elastic/src/commands/ListTagsForResourceCommand.ts b/clients/client-docdb-elastic/src/commands/ListTagsForResourceCommand.ts index 34b759b10fb57..e2791f43b6c41 100644 --- a/clients/client-docdb-elastic/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-docdb-elastic/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb-elastic/src/commands/RestoreClusterFromSnapshotCommand.ts b/clients/client-docdb-elastic/src/commands/RestoreClusterFromSnapshotCommand.ts index f01657f0c3f9d..c46af1d3ac700 100644 --- a/clients/client-docdb-elastic/src/commands/RestoreClusterFromSnapshotCommand.ts +++ b/clients/client-docdb-elastic/src/commands/RestoreClusterFromSnapshotCommand.ts @@ -17,6 +17,10 @@ import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { RestoreClusterFromSnapshotInput, RestoreClusterFromSnapshotOutput } from "../models/models_0"; import { de_RestoreClusterFromSnapshotCommand, se_RestoreClusterFromSnapshotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb-elastic/src/commands/TagResourceCommand.ts b/clients/client-docdb-elastic/src/commands/TagResourceCommand.ts index 68e63fd0b325e..a3f1dd2527142 100644 --- a/clients/client-docdb-elastic/src/commands/TagResourceCommand.ts +++ b/clients/client-docdb-elastic/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb-elastic/src/commands/UntagResourceCommand.ts b/clients/client-docdb-elastic/src/commands/UntagResourceCommand.ts index 7b09a9d5f0704..adbcf39d051e3 100644 --- a/clients/client-docdb-elastic/src/commands/UntagResourceCommand.ts +++ b/clients/client-docdb-elastic/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb-elastic/src/commands/UpdateClusterCommand.ts b/clients/client-docdb-elastic/src/commands/UpdateClusterCommand.ts index f9e4dac43eabc..945968182dfbb 100644 --- a/clients/client-docdb-elastic/src/commands/UpdateClusterCommand.ts +++ b/clients/client-docdb-elastic/src/commands/UpdateClusterCommand.ts @@ -17,6 +17,10 @@ import { DocDBElasticClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateClusterInput, UpdateClusterInputFilterSensitiveLog, UpdateClusterOutput } from "../models/models_0"; import { de_UpdateClusterCommand, se_UpdateClusterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb-elastic/src/index.ts b/clients/client-docdb-elastic/src/index.ts index e5a3bad892085..14c1d5aa683aa 100644 --- a/clients/client-docdb-elastic/src/index.ts +++ b/clients/client-docdb-elastic/src/index.ts @@ -1,8 +1,14 @@ -export * from "./DocDBElastic"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The new Amazon Elastic DocumentDB service endpoint.

+ * + * @packageDocumentation + */ export * from "./DocDBElasticClient"; +export * from "./DocDBElastic"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { DocDBElasticServiceException } from "./models/DocDBElasticServiceException"; diff --git a/clients/client-docdb-elastic/src/models/DocDBElasticServiceException.ts b/clients/client-docdb-elastic/src/models/DocDBElasticServiceException.ts index 0e65d3754a02d..74cb37d6130c6 100644 --- a/clients/client-docdb-elastic/src/models/DocDBElasticServiceException.ts +++ b/clients/client-docdb-elastic/src/models/DocDBElasticServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-docdb/src/DocDBClient.ts b/clients/client-docdb/src/DocDBClient.ts index 6db7d3930d57d..da766b3f05367 100644 --- a/clients/client-docdb/src/DocDBClient.ts +++ b/clients/client-docdb/src/DocDBClient.ts @@ -232,6 +232,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -475,7 +477,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type DocDBClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type DocDBClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -494,7 +496,7 @@ export interface DocDBClientConfig extends DocDBClientConfigType {} /** * @public */ -type DocDBClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type DocDBClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-docdb/src/commands/AddSourceIdentifierToSubscriptionCommand.ts b/clients/client-docdb/src/commands/AddSourceIdentifierToSubscriptionCommand.ts index b95b25db61504..ef846c8b934ca 100644 --- a/clients/client-docdb/src/commands/AddSourceIdentifierToSubscriptionCommand.ts +++ b/clients/client-docdb/src/commands/AddSourceIdentifierToSubscriptionCommand.ts @@ -20,6 +20,10 @@ import { se_AddSourceIdentifierToSubscriptionCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/AddTagsToResourceCommand.ts b/clients/client-docdb/src/commands/AddTagsToResourceCommand.ts index 45fc75f37d808..5f9ffc3ec097d 100644 --- a/clients/client-docdb/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-docdb/src/commands/AddTagsToResourceCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { AddTagsToResourceMessage } from "../models/models_0"; import { de_AddTagsToResourceCommand, se_AddTagsToResourceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/ApplyPendingMaintenanceActionCommand.ts b/clients/client-docdb/src/commands/ApplyPendingMaintenanceActionCommand.ts index f93e4c5a9e262..c1a36a2b3915b 100644 --- a/clients/client-docdb/src/commands/ApplyPendingMaintenanceActionCommand.ts +++ b/clients/client-docdb/src/commands/ApplyPendingMaintenanceActionCommand.ts @@ -20,6 +20,10 @@ import { se_ApplyPendingMaintenanceActionCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/CopyDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/CopyDBClusterParameterGroupCommand.ts index 93b14df2c1aca..fc711da0bf125 100644 --- a/clients/client-docdb/src/commands/CopyDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/src/commands/CopyDBClusterParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CopyDBClusterParameterGroupMessage, CopyDBClusterParameterGroupResult } from "../models/models_0"; import { de_CopyDBClusterParameterGroupCommand, se_CopyDBClusterParameterGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/CopyDBClusterSnapshotCommand.ts b/clients/client-docdb/src/commands/CopyDBClusterSnapshotCommand.ts index ff005809e53c3..44a55a08a9004 100644 --- a/clients/client-docdb/src/commands/CopyDBClusterSnapshotCommand.ts +++ b/clients/client-docdb/src/commands/CopyDBClusterSnapshotCommand.ts @@ -18,6 +18,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CopyDBClusterSnapshotMessage, CopyDBClusterSnapshotResult } from "../models/models_0"; import { de_CopyDBClusterSnapshotCommand, se_CopyDBClusterSnapshotCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/CreateDBClusterCommand.ts b/clients/client-docdb/src/commands/CreateDBClusterCommand.ts index 2e91529bdfcc1..e8ab026c3ab69 100644 --- a/clients/client-docdb/src/commands/CreateDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/CreateDBClusterCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateDBClusterMessage, CreateDBClusterResult } from "../models/models_0"; import { de_CreateDBClusterCommand, se_CreateDBClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/CreateDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/CreateDBClusterParameterGroupCommand.ts index c8b53d225749a..f80bc5ed60a9e 100644 --- a/clients/client-docdb/src/commands/CreateDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/src/commands/CreateDBClusterParameterGroupCommand.ts @@ -20,6 +20,10 @@ import { se_CreateDBClusterParameterGroupCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/CreateDBClusterSnapshotCommand.ts b/clients/client-docdb/src/commands/CreateDBClusterSnapshotCommand.ts index 19848a00e44ae..b9e6e24e9d8f8 100644 --- a/clients/client-docdb/src/commands/CreateDBClusterSnapshotCommand.ts +++ b/clients/client-docdb/src/commands/CreateDBClusterSnapshotCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateDBClusterSnapshotMessage, CreateDBClusterSnapshotResult } from "../models/models_0"; import { de_CreateDBClusterSnapshotCommand, se_CreateDBClusterSnapshotCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/CreateDBInstanceCommand.ts b/clients/client-docdb/src/commands/CreateDBInstanceCommand.ts index 67ed0f0c47e5e..a7d5f5f5eca05 100644 --- a/clients/client-docdb/src/commands/CreateDBInstanceCommand.ts +++ b/clients/client-docdb/src/commands/CreateDBInstanceCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateDBInstanceMessage, CreateDBInstanceResult } from "../models/models_0"; import { de_CreateDBInstanceCommand, se_CreateDBInstanceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/CreateDBSubnetGroupCommand.ts b/clients/client-docdb/src/commands/CreateDBSubnetGroupCommand.ts index 0ead879b75910..d88f522b55c8c 100644 --- a/clients/client-docdb/src/commands/CreateDBSubnetGroupCommand.ts +++ b/clients/client-docdb/src/commands/CreateDBSubnetGroupCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateDBSubnetGroupMessage, CreateDBSubnetGroupResult } from "../models/models_0"; import { de_CreateDBSubnetGroupCommand, se_CreateDBSubnetGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/CreateEventSubscriptionCommand.ts b/clients/client-docdb/src/commands/CreateEventSubscriptionCommand.ts index c09d9e8380e9c..385dc320a17c9 100644 --- a/clients/client-docdb/src/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-docdb/src/commands/CreateEventSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateEventSubscriptionMessage, CreateEventSubscriptionResult } from "../models/models_0"; import { de_CreateEventSubscriptionCommand, se_CreateEventSubscriptionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/CreateGlobalClusterCommand.ts b/clients/client-docdb/src/commands/CreateGlobalClusterCommand.ts index 5971768514da2..189768af16fa5 100644 --- a/clients/client-docdb/src/commands/CreateGlobalClusterCommand.ts +++ b/clients/client-docdb/src/commands/CreateGlobalClusterCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateGlobalClusterMessage, CreateGlobalClusterResult } from "../models/models_0"; import { de_CreateGlobalClusterCommand, se_CreateGlobalClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DeleteDBClusterCommand.ts b/clients/client-docdb/src/commands/DeleteDBClusterCommand.ts index 23e26e447fc19..5127c4dc4ee90 100644 --- a/clients/client-docdb/src/commands/DeleteDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/DeleteDBClusterCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteDBClusterMessage, DeleteDBClusterResult } from "../models/models_0"; import { de_DeleteDBClusterCommand, se_DeleteDBClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DeleteDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/DeleteDBClusterParameterGroupCommand.ts index 24b66cef6fc75..5dae4e6d8d755 100644 --- a/clients/client-docdb/src/commands/DeleteDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/src/commands/DeleteDBClusterParameterGroupCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteDBClusterParameterGroupCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DeleteDBClusterSnapshotCommand.ts b/clients/client-docdb/src/commands/DeleteDBClusterSnapshotCommand.ts index e4cd2085ae6a1..4bac0651d550f 100644 --- a/clients/client-docdb/src/commands/DeleteDBClusterSnapshotCommand.ts +++ b/clients/client-docdb/src/commands/DeleteDBClusterSnapshotCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteDBClusterSnapshotMessage, DeleteDBClusterSnapshotResult } from "../models/models_0"; import { de_DeleteDBClusterSnapshotCommand, se_DeleteDBClusterSnapshotCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DeleteDBInstanceCommand.ts b/clients/client-docdb/src/commands/DeleteDBInstanceCommand.ts index 85758141eab41..22c2610bd7e8c 100644 --- a/clients/client-docdb/src/commands/DeleteDBInstanceCommand.ts +++ b/clients/client-docdb/src/commands/DeleteDBInstanceCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteDBInstanceMessage, DeleteDBInstanceResult } from "../models/models_0"; import { de_DeleteDBInstanceCommand, se_DeleteDBInstanceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DeleteDBSubnetGroupCommand.ts b/clients/client-docdb/src/commands/DeleteDBSubnetGroupCommand.ts index ecbe2b7023e80..281704f2b5f53 100644 --- a/clients/client-docdb/src/commands/DeleteDBSubnetGroupCommand.ts +++ b/clients/client-docdb/src/commands/DeleteDBSubnetGroupCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteDBSubnetGroupMessage } from "../models/models_0"; import { de_DeleteDBSubnetGroupCommand, se_DeleteDBSubnetGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DeleteEventSubscriptionCommand.ts b/clients/client-docdb/src/commands/DeleteEventSubscriptionCommand.ts index a4add7909b1a3..1b91b9bb173e1 100644 --- a/clients/client-docdb/src/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-docdb/src/commands/DeleteEventSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteEventSubscriptionMessage, DeleteEventSubscriptionResult } from "../models/models_0"; import { de_DeleteEventSubscriptionCommand, se_DeleteEventSubscriptionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DeleteGlobalClusterCommand.ts b/clients/client-docdb/src/commands/DeleteGlobalClusterCommand.ts index e7eb6f9485289..51de0745b475f 100644 --- a/clients/client-docdb/src/commands/DeleteGlobalClusterCommand.ts +++ b/clients/client-docdb/src/commands/DeleteGlobalClusterCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteGlobalClusterMessage, DeleteGlobalClusterResult } from "../models/models_0"; import { de_DeleteGlobalClusterCommand, se_DeleteGlobalClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DescribeCertificatesCommand.ts b/clients/client-docdb/src/commands/DescribeCertificatesCommand.ts index 769a307c0bf39..88800e7cf9931 100644 --- a/clients/client-docdb/src/commands/DescribeCertificatesCommand.ts +++ b/clients/client-docdb/src/commands/DescribeCertificatesCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CertificateMessage, DescribeCertificatesMessage } from "../models/models_0"; import { de_DescribeCertificatesCommand, se_DescribeCertificatesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DescribeDBClusterParameterGroupsCommand.ts b/clients/client-docdb/src/commands/DescribeDBClusterParameterGroupsCommand.ts index 3855d15a07e37..5dd4559080c52 100644 --- a/clients/client-docdb/src/commands/DescribeDBClusterParameterGroupsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBClusterParameterGroupsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeDBClusterParameterGroupsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DescribeDBClusterParametersCommand.ts b/clients/client-docdb/src/commands/DescribeDBClusterParametersCommand.ts index ed5317ad8b98b..8b65d1980f875 100644 --- a/clients/client-docdb/src/commands/DescribeDBClusterParametersCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBClusterParametersCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DBClusterParameterGroupDetails, DescribeDBClusterParametersMessage } from "../models/models_0"; import { de_DescribeDBClusterParametersCommand, se_DescribeDBClusterParametersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts b/clients/client-docdb/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts index acb3aa6838e5c..922746378eae8 100644 --- a/clients/client-docdb/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeDBClusterSnapshotAttributesCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DescribeDBClusterSnapshotsCommand.ts b/clients/client-docdb/src/commands/DescribeDBClusterSnapshotsCommand.ts index 110b9d512d3c1..eb51f707fb3e0 100644 --- a/clients/client-docdb/src/commands/DescribeDBClusterSnapshotsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBClusterSnapshotsCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DBClusterSnapshotMessage, DescribeDBClusterSnapshotsMessage } from "../models/models_0"; import { de_DescribeDBClusterSnapshotsCommand, se_DescribeDBClusterSnapshotsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DescribeDBClustersCommand.ts b/clients/client-docdb/src/commands/DescribeDBClustersCommand.ts index 7249ee6341118..60372892f1d05 100644 --- a/clients/client-docdb/src/commands/DescribeDBClustersCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBClustersCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DBClusterMessage, DescribeDBClustersMessage } from "../models/models_0"; import { de_DescribeDBClustersCommand, se_DescribeDBClustersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DescribeDBEngineVersionsCommand.ts b/clients/client-docdb/src/commands/DescribeDBEngineVersionsCommand.ts index 3468ba2b5f08b..91b38e0797087 100644 --- a/clients/client-docdb/src/commands/DescribeDBEngineVersionsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBEngineVersionsCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DBEngineVersionMessage, DescribeDBEngineVersionsMessage } from "../models/models_0"; import { de_DescribeDBEngineVersionsCommand, se_DescribeDBEngineVersionsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DescribeDBInstancesCommand.ts b/clients/client-docdb/src/commands/DescribeDBInstancesCommand.ts index d8e9983f13fcb..9875af29da678 100644 --- a/clients/client-docdb/src/commands/DescribeDBInstancesCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBInstancesCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DBInstanceMessage, DescribeDBInstancesMessage } from "../models/models_0"; import { de_DescribeDBInstancesCommand, se_DescribeDBInstancesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DescribeDBSubnetGroupsCommand.ts b/clients/client-docdb/src/commands/DescribeDBSubnetGroupsCommand.ts index dbe12c0536f61..4cbb3d9c26c9e 100644 --- a/clients/client-docdb/src/commands/DescribeDBSubnetGroupsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeDBSubnetGroupsCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DBSubnetGroupMessage, DescribeDBSubnetGroupsMessage } from "../models/models_0"; import { de_DescribeDBSubnetGroupsCommand, se_DescribeDBSubnetGroupsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DescribeEngineDefaultClusterParametersCommand.ts b/clients/client-docdb/src/commands/DescribeEngineDefaultClusterParametersCommand.ts index 998ef05239908..d71225c4e0563 100644 --- a/clients/client-docdb/src/commands/DescribeEngineDefaultClusterParametersCommand.ts +++ b/clients/client-docdb/src/commands/DescribeEngineDefaultClusterParametersCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeEngineDefaultClusterParametersCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DescribeEventCategoriesCommand.ts b/clients/client-docdb/src/commands/DescribeEventCategoriesCommand.ts index 8ab77151f9849..e3ddf36fb2d97 100644 --- a/clients/client-docdb/src/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-docdb/src/commands/DescribeEventCategoriesCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DescribeEventCategoriesMessage, EventCategoriesMessage } from "../models/models_0"; import { de_DescribeEventCategoriesCommand, se_DescribeEventCategoriesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-docdb/src/commands/DescribeEventSubscriptionsCommand.ts index 7fa719d08150b..9916852efa764 100644 --- a/clients/client-docdb/src/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeEventSubscriptionsCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DescribeEventSubscriptionsMessage, EventSubscriptionsMessage } from "../models/models_0"; import { de_DescribeEventSubscriptionsCommand, se_DescribeEventSubscriptionsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DescribeEventsCommand.ts b/clients/client-docdb/src/commands/DescribeEventsCommand.ts index 47a39d301d5f0..f3e1bb0981e57 100644 --- a/clients/client-docdb/src/commands/DescribeEventsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeEventsCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DescribeEventsMessage, EventsMessage } from "../models/models_0"; import { de_DescribeEventsCommand, se_DescribeEventsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DescribeGlobalClustersCommand.ts b/clients/client-docdb/src/commands/DescribeGlobalClustersCommand.ts index 1ed9d4aa7ae27..2db5b2824aaad 100644 --- a/clients/client-docdb/src/commands/DescribeGlobalClustersCommand.ts +++ b/clients/client-docdb/src/commands/DescribeGlobalClustersCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DescribeGlobalClustersMessage, GlobalClustersMessage } from "../models/models_0"; import { de_DescribeGlobalClustersCommand, se_DescribeGlobalClustersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts b/clients/client-docdb/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts index 0a7eb54c5d6bf..6054faf3c025b 100644 --- a/clients/client-docdb/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts +++ b/clients/client-docdb/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeOrderableDBInstanceOptionsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/DescribePendingMaintenanceActionsCommand.ts b/clients/client-docdb/src/commands/DescribePendingMaintenanceActionsCommand.ts index cc21bb4dcff8c..0fdb0a525572d 100644 --- a/clients/client-docdb/src/commands/DescribePendingMaintenanceActionsCommand.ts +++ b/clients/client-docdb/src/commands/DescribePendingMaintenanceActionsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribePendingMaintenanceActionsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/FailoverDBClusterCommand.ts b/clients/client-docdb/src/commands/FailoverDBClusterCommand.ts index e203c5f0869a6..e4068f900c68b 100644 --- a/clients/client-docdb/src/commands/FailoverDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/FailoverDBClusterCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { FailoverDBClusterMessage, FailoverDBClusterResult } from "../models/models_0"; import { de_FailoverDBClusterCommand, se_FailoverDBClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/ListTagsForResourceCommand.ts b/clients/client-docdb/src/commands/ListTagsForResourceCommand.ts index 7e61e9e8585e1..f35d7e7144d3d 100644 --- a/clients/client-docdb/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-docdb/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListTagsForResourceMessage, TagListMessage } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/ModifyDBClusterCommand.ts b/clients/client-docdb/src/commands/ModifyDBClusterCommand.ts index c1fe68aaf353b..28401c74371ed 100644 --- a/clients/client-docdb/src/commands/ModifyDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/ModifyDBClusterCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ModifyDBClusterMessage, ModifyDBClusterResult } from "../models/models_0"; import { de_ModifyDBClusterCommand, se_ModifyDBClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/ModifyDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/ModifyDBClusterParameterGroupCommand.ts index 1e730c8f763e2..38656b55c4334 100644 --- a/clients/client-docdb/src/commands/ModifyDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/src/commands/ModifyDBClusterParameterGroupCommand.ts @@ -20,6 +20,10 @@ import { se_ModifyDBClusterParameterGroupCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts b/clients/client-docdb/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts index 9fbb38f866464..92dfcb4d33f46 100644 --- a/clients/client-docdb/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts +++ b/clients/client-docdb/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts @@ -20,6 +20,10 @@ import { se_ModifyDBClusterSnapshotAttributeCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/ModifyDBInstanceCommand.ts b/clients/client-docdb/src/commands/ModifyDBInstanceCommand.ts index b8ba562e77eaf..19adc6e14370d 100644 --- a/clients/client-docdb/src/commands/ModifyDBInstanceCommand.ts +++ b/clients/client-docdb/src/commands/ModifyDBInstanceCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ModifyDBInstanceMessage, ModifyDBInstanceResult } from "../models/models_0"; import { de_ModifyDBInstanceCommand, se_ModifyDBInstanceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/ModifyDBSubnetGroupCommand.ts b/clients/client-docdb/src/commands/ModifyDBSubnetGroupCommand.ts index 1100a90791b8f..8aa9fd544ab0d 100644 --- a/clients/client-docdb/src/commands/ModifyDBSubnetGroupCommand.ts +++ b/clients/client-docdb/src/commands/ModifyDBSubnetGroupCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ModifyDBSubnetGroupMessage, ModifyDBSubnetGroupResult } from "../models/models_0"; import { de_ModifyDBSubnetGroupCommand, se_ModifyDBSubnetGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/ModifyEventSubscriptionCommand.ts b/clients/client-docdb/src/commands/ModifyEventSubscriptionCommand.ts index d87d9915598ab..15d2643c52b7b 100644 --- a/clients/client-docdb/src/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-docdb/src/commands/ModifyEventSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResult } from "../models/models_0"; import { de_ModifyEventSubscriptionCommand, se_ModifyEventSubscriptionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/ModifyGlobalClusterCommand.ts b/clients/client-docdb/src/commands/ModifyGlobalClusterCommand.ts index c28321e5c6abf..0594fb3211b1c 100644 --- a/clients/client-docdb/src/commands/ModifyGlobalClusterCommand.ts +++ b/clients/client-docdb/src/commands/ModifyGlobalClusterCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ModifyGlobalClusterMessage, ModifyGlobalClusterResult } from "../models/models_0"; import { de_ModifyGlobalClusterCommand, se_ModifyGlobalClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/RebootDBInstanceCommand.ts b/clients/client-docdb/src/commands/RebootDBInstanceCommand.ts index 449697dc82b88..c7960fc841424 100644 --- a/clients/client-docdb/src/commands/RebootDBInstanceCommand.ts +++ b/clients/client-docdb/src/commands/RebootDBInstanceCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { RebootDBInstanceMessage, RebootDBInstanceResult } from "../models/models_0"; import { de_RebootDBInstanceCommand, se_RebootDBInstanceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/RemoveFromGlobalClusterCommand.ts b/clients/client-docdb/src/commands/RemoveFromGlobalClusterCommand.ts index 7d24120a21f0d..ea054e15a699e 100644 --- a/clients/client-docdb/src/commands/RemoveFromGlobalClusterCommand.ts +++ b/clients/client-docdb/src/commands/RemoveFromGlobalClusterCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { RemoveFromGlobalClusterMessage, RemoveFromGlobalClusterResult } from "../models/models_0"; import { de_RemoveFromGlobalClusterCommand, se_RemoveFromGlobalClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts b/clients/client-docdb/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts index 810c4f7f299c6..6fad0147646c7 100644 --- a/clients/client-docdb/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts +++ b/clients/client-docdb/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts @@ -23,6 +23,10 @@ import { se_RemoveSourceIdentifierFromSubscriptionCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-docdb/src/commands/RemoveTagsFromResourceCommand.ts index 74c32207d8ce8..05f85586285ab 100644 --- a/clients/client-docdb/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-docdb/src/commands/RemoveTagsFromResourceCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { RemoveTagsFromResourceMessage } from "../models/models_0"; import { de_RemoveTagsFromResourceCommand, se_RemoveTagsFromResourceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/ResetDBClusterParameterGroupCommand.ts b/clients/client-docdb/src/commands/ResetDBClusterParameterGroupCommand.ts index 6a2b72fb96dbf..179785eb9bb59 100644 --- a/clients/client-docdb/src/commands/ResetDBClusterParameterGroupCommand.ts +++ b/clients/client-docdb/src/commands/ResetDBClusterParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DBClusterParameterGroupNameMessage, ResetDBClusterParameterGroupMessage } from "../models/models_0"; import { de_ResetDBClusterParameterGroupCommand, se_ResetDBClusterParameterGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/RestoreDBClusterFromSnapshotCommand.ts b/clients/client-docdb/src/commands/RestoreDBClusterFromSnapshotCommand.ts index 6e40d66486c42..d6bae967c0ec6 100644 --- a/clients/client-docdb/src/commands/RestoreDBClusterFromSnapshotCommand.ts +++ b/clients/client-docdb/src/commands/RestoreDBClusterFromSnapshotCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { RestoreDBClusterFromSnapshotMessage, RestoreDBClusterFromSnapshotResult } from "../models/models_0"; import { de_RestoreDBClusterFromSnapshotCommand, se_RestoreDBClusterFromSnapshotCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/RestoreDBClusterToPointInTimeCommand.ts b/clients/client-docdb/src/commands/RestoreDBClusterToPointInTimeCommand.ts index 43aa9c1797d3b..b005ae41ca924 100644 --- a/clients/client-docdb/src/commands/RestoreDBClusterToPointInTimeCommand.ts +++ b/clients/client-docdb/src/commands/RestoreDBClusterToPointInTimeCommand.ts @@ -20,6 +20,10 @@ import { se_RestoreDBClusterToPointInTimeCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/StartDBClusterCommand.ts b/clients/client-docdb/src/commands/StartDBClusterCommand.ts index 9450ab2a7dadf..94d4708461165 100644 --- a/clients/client-docdb/src/commands/StartDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/StartDBClusterCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { StartDBClusterMessage, StartDBClusterResult } from "../models/models_0"; import { de_StartDBClusterCommand, se_StartDBClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/commands/StopDBClusterCommand.ts b/clients/client-docdb/src/commands/StopDBClusterCommand.ts index d3764b3c5b1a2..190b151b64599 100644 --- a/clients/client-docdb/src/commands/StopDBClusterCommand.ts +++ b/clients/client-docdb/src/commands/StopDBClusterCommand.ts @@ -17,6 +17,10 @@ import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { StopDBClusterMessage, StopDBClusterResult } from "../models/models_0"; import { de_StopDBClusterCommand, se_StopDBClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-docdb/src/index.ts b/clients/client-docdb/src/index.ts index 5cb29b259685e..7097c4e4f5ee2 100644 --- a/clients/client-docdb/src/index.ts +++ b/clients/client-docdb/src/index.ts @@ -1,9 +1,15 @@ -export * from "./DocDB"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon DocumentDB API documentation

+ * + * @packageDocumentation + */ export * from "./DocDBClient"; +export * from "./DocDB"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { DocDBServiceException } from "./models/DocDBServiceException"; diff --git a/clients/client-docdb/src/models/DocDBServiceException.ts b/clients/client-docdb/src/models/DocDBServiceException.ts index 61f049b093e92..810fb10db957b 100644 --- a/clients/client-docdb/src/models/DocDBServiceException.ts +++ b/clients/client-docdb/src/models/DocDBServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-drs/src/DrsClient.ts b/clients/client-drs/src/DrsClient.ts index c129065d68908..26ee4f3dc8155 100644 --- a/clients/client-drs/src/DrsClient.ts +++ b/clients/client-drs/src/DrsClient.ts @@ -182,6 +182,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -397,7 +399,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type DrsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type DrsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -416,7 +418,7 @@ export interface DrsClientConfig extends DrsClientConfigType {} /** * @public */ -type DrsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type DrsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-drs/src/commands/CreateExtendedSourceServerCommand.ts b/clients/client-drs/src/commands/CreateExtendedSourceServerCommand.ts index 768594106043d..9e40027b23aaa 100644 --- a/clients/client-drs/src/commands/CreateExtendedSourceServerCommand.ts +++ b/clients/client-drs/src/commands/CreateExtendedSourceServerCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateExtendedSourceServerCommand, se_CreateExtendedSourceServerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/CreateLaunchConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/CreateLaunchConfigurationTemplateCommand.ts index dc512b2e54998..1e584df5bfe2e 100644 --- a/clients/client-drs/src/commands/CreateLaunchConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/CreateLaunchConfigurationTemplateCommand.ts @@ -25,6 +25,10 @@ import { se_CreateLaunchConfigurationTemplateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/CreateReplicationConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/CreateReplicationConfigurationTemplateCommand.ts index ffd367cc41a95..a847d93af8c08 100644 --- a/clients/client-drs/src/commands/CreateReplicationConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/CreateReplicationConfigurationTemplateCommand.ts @@ -25,6 +25,10 @@ import { se_CreateReplicationConfigurationTemplateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/DeleteJobCommand.ts b/clients/client-drs/src/commands/DeleteJobCommand.ts index dab215a2d416a..fb1f27fc31cb2 100644 --- a/clients/client-drs/src/commands/DeleteJobCommand.ts +++ b/clients/client-drs/src/commands/DeleteJobCommand.ts @@ -17,6 +17,10 @@ import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteJobRequest, DeleteJobResponse } from "../models/models_0"; import { de_DeleteJobCommand, se_DeleteJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/DeleteLaunchConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/DeleteLaunchConfigurationTemplateCommand.ts index 62a9907e8fe73..c5938ddb609c2 100644 --- a/clients/client-drs/src/commands/DeleteLaunchConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/DeleteLaunchConfigurationTemplateCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteLaunchConfigurationTemplateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/DeleteRecoveryInstanceCommand.ts b/clients/client-drs/src/commands/DeleteRecoveryInstanceCommand.ts index 828b18e665463..9da01646d9529 100644 --- a/clients/client-drs/src/commands/DeleteRecoveryInstanceCommand.ts +++ b/clients/client-drs/src/commands/DeleteRecoveryInstanceCommand.ts @@ -17,6 +17,10 @@ import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteRecoveryInstanceRequest } from "../models/models_0"; import { de_DeleteRecoveryInstanceCommand, se_DeleteRecoveryInstanceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/DeleteReplicationConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/DeleteReplicationConfigurationTemplateCommand.ts index cf2f3b6d3b215..a87d7dbf147cb 100644 --- a/clients/client-drs/src/commands/DeleteReplicationConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/DeleteReplicationConfigurationTemplateCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteReplicationConfigurationTemplateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/DeleteSourceServerCommand.ts b/clients/client-drs/src/commands/DeleteSourceServerCommand.ts index 059f26586c2f9..38835d2863239 100644 --- a/clients/client-drs/src/commands/DeleteSourceServerCommand.ts +++ b/clients/client-drs/src/commands/DeleteSourceServerCommand.ts @@ -17,6 +17,10 @@ import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteSourceServerRequest, DeleteSourceServerResponse } from "../models/models_0"; import { de_DeleteSourceServerCommand, se_DeleteSourceServerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/DescribeJobLogItemsCommand.ts b/clients/client-drs/src/commands/DescribeJobLogItemsCommand.ts index f6c19188cf3ea..6c44ed31b12f7 100644 --- a/clients/client-drs/src/commands/DescribeJobLogItemsCommand.ts +++ b/clients/client-drs/src/commands/DescribeJobLogItemsCommand.ts @@ -17,6 +17,10 @@ import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeJobLogItemsRequest, DescribeJobLogItemsResponse } from "../models/models_0"; import { de_DescribeJobLogItemsCommand, se_DescribeJobLogItemsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/DescribeJobsCommand.ts b/clients/client-drs/src/commands/DescribeJobsCommand.ts index 313026c29914d..9ee226b952959 100644 --- a/clients/client-drs/src/commands/DescribeJobsCommand.ts +++ b/clients/client-drs/src/commands/DescribeJobsCommand.ts @@ -17,6 +17,10 @@ import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeJobsRequest, DescribeJobsResponse, DescribeJobsResponseFilterSensitiveLog } from "../models/models_0"; import { de_DescribeJobsCommand, se_DescribeJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts b/clients/client-drs/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts index 899f111514a04..27849e8c92af6 100644 --- a/clients/client-drs/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts +++ b/clients/client-drs/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeLaunchConfigurationTemplatesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/DescribeRecoveryInstancesCommand.ts b/clients/client-drs/src/commands/DescribeRecoveryInstancesCommand.ts index 7b37b859d9080..b89dd359ae7a6 100644 --- a/clients/client-drs/src/commands/DescribeRecoveryInstancesCommand.ts +++ b/clients/client-drs/src/commands/DescribeRecoveryInstancesCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeRecoveryInstancesCommand, se_DescribeRecoveryInstancesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/DescribeRecoverySnapshotsCommand.ts b/clients/client-drs/src/commands/DescribeRecoverySnapshotsCommand.ts index 08da8a2bdfb27..ec8bf9b4d4649 100644 --- a/clients/client-drs/src/commands/DescribeRecoverySnapshotsCommand.ts +++ b/clients/client-drs/src/commands/DescribeRecoverySnapshotsCommand.ts @@ -17,6 +17,10 @@ import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeRecoverySnapshotsRequest, DescribeRecoverySnapshotsResponse } from "../models/models_0"; import { de_DescribeRecoverySnapshotsCommand, se_DescribeRecoverySnapshotsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts b/clients/client-drs/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts index 94c9e4b8961be..0ddfa49adccfa 100644 --- a/clients/client-drs/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts +++ b/clients/client-drs/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeReplicationConfigurationTemplatesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/DescribeSourceServersCommand.ts b/clients/client-drs/src/commands/DescribeSourceServersCommand.ts index 8142948336eb8..222e1261c5b39 100644 --- a/clients/client-drs/src/commands/DescribeSourceServersCommand.ts +++ b/clients/client-drs/src/commands/DescribeSourceServersCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeSourceServersCommand, se_DescribeSourceServersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/DisconnectRecoveryInstanceCommand.ts b/clients/client-drs/src/commands/DisconnectRecoveryInstanceCommand.ts index 7d6cdac0fc53e..572fd3202fd57 100644 --- a/clients/client-drs/src/commands/DisconnectRecoveryInstanceCommand.ts +++ b/clients/client-drs/src/commands/DisconnectRecoveryInstanceCommand.ts @@ -17,6 +17,10 @@ import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisconnectRecoveryInstanceRequest } from "../models/models_0"; import { de_DisconnectRecoveryInstanceCommand, se_DisconnectRecoveryInstanceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/DisconnectSourceServerCommand.ts b/clients/client-drs/src/commands/DisconnectSourceServerCommand.ts index 55ea5deb1b196..9b5423998f792 100644 --- a/clients/client-drs/src/commands/DisconnectSourceServerCommand.ts +++ b/clients/client-drs/src/commands/DisconnectSourceServerCommand.ts @@ -17,6 +17,10 @@ import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisconnectSourceServerRequest, SourceServer, SourceServerFilterSensitiveLog } from "../models/models_0"; import { de_DisconnectSourceServerCommand, se_DisconnectSourceServerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/GetFailbackReplicationConfigurationCommand.ts b/clients/client-drs/src/commands/GetFailbackReplicationConfigurationCommand.ts index f7833b651cb84..3520e271a1f67 100644 --- a/clients/client-drs/src/commands/GetFailbackReplicationConfigurationCommand.ts +++ b/clients/client-drs/src/commands/GetFailbackReplicationConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_GetFailbackReplicationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/GetLaunchConfigurationCommand.ts b/clients/client-drs/src/commands/GetLaunchConfigurationCommand.ts index 2f4039c23438f..bb9e9beab2332 100644 --- a/clients/client-drs/src/commands/GetLaunchConfigurationCommand.ts +++ b/clients/client-drs/src/commands/GetLaunchConfigurationCommand.ts @@ -17,6 +17,10 @@ import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetLaunchConfigurationRequest, LaunchConfiguration } from "../models/models_0"; import { de_GetLaunchConfigurationCommand, se_GetLaunchConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/GetReplicationConfigurationCommand.ts b/clients/client-drs/src/commands/GetReplicationConfigurationCommand.ts index 6e8e956f303ba..5987b183e37fa 100644 --- a/clients/client-drs/src/commands/GetReplicationConfigurationCommand.ts +++ b/clients/client-drs/src/commands/GetReplicationConfigurationCommand.ts @@ -24,6 +24,10 @@ import { se_GetReplicationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/InitializeServiceCommand.ts b/clients/client-drs/src/commands/InitializeServiceCommand.ts index 353ed902f4555..a8cf50934ce5c 100644 --- a/clients/client-drs/src/commands/InitializeServiceCommand.ts +++ b/clients/client-drs/src/commands/InitializeServiceCommand.ts @@ -17,6 +17,10 @@ import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { InitializeServiceRequest, InitializeServiceResponse } from "../models/models_0"; import { de_InitializeServiceCommand, se_InitializeServiceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/ListExtensibleSourceServersCommand.ts b/clients/client-drs/src/commands/ListExtensibleSourceServersCommand.ts index 470b5f05888e4..40478da031ad6 100644 --- a/clients/client-drs/src/commands/ListExtensibleSourceServersCommand.ts +++ b/clients/client-drs/src/commands/ListExtensibleSourceServersCommand.ts @@ -24,6 +24,10 @@ import { se_ListExtensibleSourceServersCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/ListStagingAccountsCommand.ts b/clients/client-drs/src/commands/ListStagingAccountsCommand.ts index e822da76509ab..5e62e0f22dd22 100644 --- a/clients/client-drs/src/commands/ListStagingAccountsCommand.ts +++ b/clients/client-drs/src/commands/ListStagingAccountsCommand.ts @@ -17,6 +17,10 @@ import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListStagingAccountsRequest, ListStagingAccountsResponse } from "../models/models_0"; import { de_ListStagingAccountsCommand, se_ListStagingAccountsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/ListTagsForResourceCommand.ts b/clients/client-drs/src/commands/ListTagsForResourceCommand.ts index 4409db448f2dc..823ce97bd2ca9 100644 --- a/clients/client-drs/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-drs/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/RetryDataReplicationCommand.ts b/clients/client-drs/src/commands/RetryDataReplicationCommand.ts index 508dd0318bae1..a4d5f24fb887a 100644 --- a/clients/client-drs/src/commands/RetryDataReplicationCommand.ts +++ b/clients/client-drs/src/commands/RetryDataReplicationCommand.ts @@ -17,6 +17,10 @@ import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RetryDataReplicationRequest, SourceServer, SourceServerFilterSensitiveLog } from "../models/models_0"; import { de_RetryDataReplicationCommand, se_RetryDataReplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/ReverseReplicationCommand.ts b/clients/client-drs/src/commands/ReverseReplicationCommand.ts index 8bc095e7b536d..2c2b62ae8ba54 100644 --- a/clients/client-drs/src/commands/ReverseReplicationCommand.ts +++ b/clients/client-drs/src/commands/ReverseReplicationCommand.ts @@ -17,6 +17,10 @@ import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ReverseReplicationRequest, ReverseReplicationResponse } from "../models/models_0"; import { de_ReverseReplicationCommand, se_ReverseReplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/StartFailbackLaunchCommand.ts b/clients/client-drs/src/commands/StartFailbackLaunchCommand.ts index 7c22d3cc6cd61..b0c174d44520e 100644 --- a/clients/client-drs/src/commands/StartFailbackLaunchCommand.ts +++ b/clients/client-drs/src/commands/StartFailbackLaunchCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_StartFailbackLaunchCommand, se_StartFailbackLaunchCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/StartRecoveryCommand.ts b/clients/client-drs/src/commands/StartRecoveryCommand.ts index 65855f9643e70..94fe98240b1b2 100644 --- a/clients/client-drs/src/commands/StartRecoveryCommand.ts +++ b/clients/client-drs/src/commands/StartRecoveryCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_StartRecoveryCommand, se_StartRecoveryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/StartReplicationCommand.ts b/clients/client-drs/src/commands/StartReplicationCommand.ts index e9b07eb167952..7469e278a3a43 100644 --- a/clients/client-drs/src/commands/StartReplicationCommand.ts +++ b/clients/client-drs/src/commands/StartReplicationCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_StartReplicationCommand, se_StartReplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/StopFailbackCommand.ts b/clients/client-drs/src/commands/StopFailbackCommand.ts index de57dac939b1d..e18b99582f2e2 100644 --- a/clients/client-drs/src/commands/StopFailbackCommand.ts +++ b/clients/client-drs/src/commands/StopFailbackCommand.ts @@ -17,6 +17,10 @@ import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { StopFailbackRequest } from "../models/models_0"; import { de_StopFailbackCommand, se_StopFailbackCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/StopReplicationCommand.ts b/clients/client-drs/src/commands/StopReplicationCommand.ts index 16ed746f021b6..1b5c40095fb21 100644 --- a/clients/client-drs/src/commands/StopReplicationCommand.ts +++ b/clients/client-drs/src/commands/StopReplicationCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_StopReplicationCommand, se_StopReplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/TagResourceCommand.ts b/clients/client-drs/src/commands/TagResourceCommand.ts index 77c271ef7e57d..8c35fe24a6464 100644 --- a/clients/client-drs/src/commands/TagResourceCommand.ts +++ b/clients/client-drs/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagResourceRequest, TagResourceRequestFilterSensitiveLog } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/TerminateRecoveryInstancesCommand.ts b/clients/client-drs/src/commands/TerminateRecoveryInstancesCommand.ts index 303695f985dd2..43525b74d4a50 100644 --- a/clients/client-drs/src/commands/TerminateRecoveryInstancesCommand.ts +++ b/clients/client-drs/src/commands/TerminateRecoveryInstancesCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_TerminateRecoveryInstancesCommand, se_TerminateRecoveryInstancesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/UntagResourceCommand.ts b/clients/client-drs/src/commands/UntagResourceCommand.ts index e9ecf934b4110..4a6e16def1023 100644 --- a/clients/client-drs/src/commands/UntagResourceCommand.ts +++ b/clients/client-drs/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagResourceRequest, UntagResourceRequestFilterSensitiveLog } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/UpdateFailbackReplicationConfigurationCommand.ts b/clients/client-drs/src/commands/UpdateFailbackReplicationConfigurationCommand.ts index d81fba9f5cd15..18d2de5014ba0 100644 --- a/clients/client-drs/src/commands/UpdateFailbackReplicationConfigurationCommand.ts +++ b/clients/client-drs/src/commands/UpdateFailbackReplicationConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateFailbackReplicationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/UpdateLaunchConfigurationCommand.ts b/clients/client-drs/src/commands/UpdateLaunchConfigurationCommand.ts index 7d8dfdd143a58..c9574c5d2d801 100644 --- a/clients/client-drs/src/commands/UpdateLaunchConfigurationCommand.ts +++ b/clients/client-drs/src/commands/UpdateLaunchConfigurationCommand.ts @@ -17,6 +17,10 @@ import { DrsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { LaunchConfiguration, UpdateLaunchConfigurationRequest } from "../models/models_0"; import { de_UpdateLaunchConfigurationCommand, se_UpdateLaunchConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/UpdateLaunchConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/UpdateLaunchConfigurationTemplateCommand.ts index 12ad368aad4bb..101bd9ddb78f9 100644 --- a/clients/client-drs/src/commands/UpdateLaunchConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/UpdateLaunchConfigurationTemplateCommand.ts @@ -24,6 +24,10 @@ import { se_UpdateLaunchConfigurationTemplateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/UpdateReplicationConfigurationCommand.ts b/clients/client-drs/src/commands/UpdateReplicationConfigurationCommand.ts index 973cf467f574a..29bbdfb3d13b2 100644 --- a/clients/client-drs/src/commands/UpdateReplicationConfigurationCommand.ts +++ b/clients/client-drs/src/commands/UpdateReplicationConfigurationCommand.ts @@ -25,6 +25,10 @@ import { se_UpdateReplicationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/commands/UpdateReplicationConfigurationTemplateCommand.ts b/clients/client-drs/src/commands/UpdateReplicationConfigurationTemplateCommand.ts index 84e42efdd5445..abb5808035e18 100644 --- a/clients/client-drs/src/commands/UpdateReplicationConfigurationTemplateCommand.ts +++ b/clients/client-drs/src/commands/UpdateReplicationConfigurationTemplateCommand.ts @@ -25,6 +25,10 @@ import { se_UpdateReplicationConfigurationTemplateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-drs/src/index.ts b/clients/client-drs/src/index.ts index 0a639e38e0968..04b66ee11d2bb 100644 --- a/clients/client-drs/src/index.ts +++ b/clients/client-drs/src/index.ts @@ -1,8 +1,14 @@ -export * from "./Drs"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

AWS Elastic Disaster Recovery Service.

+ * + * @packageDocumentation + */ export * from "./DrsClient"; +export * from "./Drs"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { DrsServiceException } from "./models/DrsServiceException"; diff --git a/clients/client-drs/src/models/DrsServiceException.ts b/clients/client-drs/src/models/DrsServiceException.ts index e151a82e547e6..873c141eddbbc 100644 --- a/clients/client-drs/src/models/DrsServiceException.ts +++ b/clients/client-drs/src/models/DrsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-dynamodb-streams/src/DynamoDBStreamsClient.ts b/clients/client-dynamodb-streams/src/DynamoDBStreamsClient.ts index caeaadb313cb0..d5e231dea43c2 100644 --- a/clients/client-dynamodb-streams/src/DynamoDBStreamsClient.ts +++ b/clients/client-dynamodb-streams/src/DynamoDBStreamsClient.ts @@ -63,6 +63,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -208,7 +210,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type DynamoDBStreamsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type DynamoDBStreamsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -227,7 +229,7 @@ export interface DynamoDBStreamsClientConfig extends DynamoDBStreamsClientConfig /** * @public */ -type DynamoDBStreamsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type DynamoDBStreamsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-dynamodb-streams/src/commands/DescribeStreamCommand.ts b/clients/client-dynamodb-streams/src/commands/DescribeStreamCommand.ts index 958b420558da5..a9af6a755189d 100644 --- a/clients/client-dynamodb-streams/src/commands/DescribeStreamCommand.ts +++ b/clients/client-dynamodb-streams/src/commands/DescribeStreamCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DescribeStreamInput, DescribeStreamOutput } from "../models/models_0"; import { de_DescribeStreamCommand, se_DescribeStreamCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb-streams/src/commands/GetRecordsCommand.ts b/clients/client-dynamodb-streams/src/commands/GetRecordsCommand.ts index ec56b75a4abc2..609717557fda2 100644 --- a/clients/client-dynamodb-streams/src/commands/GetRecordsCommand.ts +++ b/clients/client-dynamodb-streams/src/commands/GetRecordsCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { GetRecordsInput, GetRecordsOutput } from "../models/models_0"; import { de_GetRecordsCommand, se_GetRecordsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb-streams/src/commands/GetShardIteratorCommand.ts b/clients/client-dynamodb-streams/src/commands/GetShardIteratorCommand.ts index 7205f072721d5..990d7ba94900b 100644 --- a/clients/client-dynamodb-streams/src/commands/GetShardIteratorCommand.ts +++ b/clients/client-dynamodb-streams/src/commands/GetShardIteratorCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { GetShardIteratorInput, GetShardIteratorOutput } from "../models/models_0"; import { de_GetShardIteratorCommand, se_GetShardIteratorCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb-streams/src/commands/ListStreamsCommand.ts b/clients/client-dynamodb-streams/src/commands/ListStreamsCommand.ts index bc2ba45184ccb..f1cec571deb8e 100644 --- a/clients/client-dynamodb-streams/src/commands/ListStreamsCommand.ts +++ b/clients/client-dynamodb-streams/src/commands/ListStreamsCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { ListStreamsInput, ListStreamsOutput } from "../models/models_0"; import { de_ListStreamsCommand, se_ListStreamsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb-streams/src/index.ts b/clients/client-dynamodb-streams/src/index.ts index fc8bd623c4d5a..383d71afaea8a 100644 --- a/clients/client-dynamodb-streams/src/index.ts +++ b/clients/client-dynamodb-streams/src/index.ts @@ -1,6 +1,17 @@ -export * from "./DynamoDBStreams"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon DynamoDB + * + *

Amazon DynamoDB Streams provides API actions for accessing streams and processing + * stream records. To learn more about application development with Streams, see Capturing + * Table Activity with DynamoDB Streams in the Amazon DynamoDB Developer + * Guide.

+ * + * @packageDocumentation + */ export * from "./DynamoDBStreamsClient"; +export * from "./DynamoDBStreams"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-dynamodb-streams/src/models/DynamoDBStreamsServiceException.ts b/clients/client-dynamodb-streams/src/models/DynamoDBStreamsServiceException.ts index 8eaf9dd087d9d..c27e04ae681d3 100644 --- a/clients/client-dynamodb-streams/src/models/DynamoDBStreamsServiceException.ts +++ b/clients/client-dynamodb-streams/src/models/DynamoDBStreamsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-dynamodb/src/DynamoDBClient.ts b/clients/client-dynamodb/src/DynamoDBClient.ts index 7f4becbfbf65a..5fab50a7c7dd1 100644 --- a/clients/client-dynamodb/src/DynamoDBClient.ts +++ b/clients/client-dynamodb/src/DynamoDBClient.ts @@ -172,6 +172,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -422,7 +424,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type DynamoDBClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type DynamoDBClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -442,7 +444,7 @@ export interface DynamoDBClientConfig extends DynamoDBClientConfigType {} /** * @public */ -type DynamoDBClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type DynamoDBClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-dynamodb/src/commands/BatchExecuteStatementCommand.ts b/clients/client-dynamodb/src/commands/BatchExecuteStatementCommand.ts index 7bab07efab2b2..264a5ec1652cc 100644 --- a/clients/client-dynamodb/src/commands/BatchExecuteStatementCommand.ts +++ b/clients/client-dynamodb/src/commands/BatchExecuteStatementCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { BatchExecuteStatementInput, BatchExecuteStatementOutput } from "../models/models_0"; import { de_BatchExecuteStatementCommand, se_BatchExecuteStatementCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/BatchGetItemCommand.ts b/clients/client-dynamodb/src/commands/BatchGetItemCommand.ts index 5120db542b95d..f4e32f726bf24 100644 --- a/clients/client-dynamodb/src/commands/BatchGetItemCommand.ts +++ b/clients/client-dynamodb/src/commands/BatchGetItemCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { BatchGetItemInput, BatchGetItemOutput } from "../models/models_0"; import { de_BatchGetItemCommand, se_BatchGetItemCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts b/clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts index d2b1d306ae92d..a78071dbecf88 100644 --- a/clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts +++ b/clients/client-dynamodb/src/commands/BatchWriteItemCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { BatchWriteItemInput, BatchWriteItemOutput } from "../models/models_0"; import { de_BatchWriteItemCommand, se_BatchWriteItemCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/CreateBackupCommand.ts b/clients/client-dynamodb/src/commands/CreateBackupCommand.ts index e37d951b06478..cb0b5f63b0e60 100644 --- a/clients/client-dynamodb/src/commands/CreateBackupCommand.ts +++ b/clients/client-dynamodb/src/commands/CreateBackupCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateBackupInput, CreateBackupOutput } from "../models/models_0"; import { de_CreateBackupCommand, se_CreateBackupCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/CreateGlobalTableCommand.ts b/clients/client-dynamodb/src/commands/CreateGlobalTableCommand.ts index 725bf4fcdded5..60efcd45c6634 100644 --- a/clients/client-dynamodb/src/commands/CreateGlobalTableCommand.ts +++ b/clients/client-dynamodb/src/commands/CreateGlobalTableCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateGlobalTableInput, CreateGlobalTableOutput } from "../models/models_0"; import { de_CreateGlobalTableCommand, se_CreateGlobalTableCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/CreateTableCommand.ts b/clients/client-dynamodb/src/commands/CreateTableCommand.ts index 333c17b2c2985..9ea67a9e2205d 100644 --- a/clients/client-dynamodb/src/commands/CreateTableCommand.ts +++ b/clients/client-dynamodb/src/commands/CreateTableCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateTableInput, CreateTableOutput } from "../models/models_0"; import { de_CreateTableCommand, se_CreateTableCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/DeleteBackupCommand.ts b/clients/client-dynamodb/src/commands/DeleteBackupCommand.ts index 4e4ce91050a29..e67788d413127 100644 --- a/clients/client-dynamodb/src/commands/DeleteBackupCommand.ts +++ b/clients/client-dynamodb/src/commands/DeleteBackupCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteBackupInput, DeleteBackupOutput } from "../models/models_0"; import { de_DeleteBackupCommand, se_DeleteBackupCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/DeleteItemCommand.ts b/clients/client-dynamodb/src/commands/DeleteItemCommand.ts index e2208b9e8e84a..d1fc986fccda6 100644 --- a/clients/client-dynamodb/src/commands/DeleteItemCommand.ts +++ b/clients/client-dynamodb/src/commands/DeleteItemCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteItemInput, DeleteItemOutput } from "../models/models_0"; import { de_DeleteItemCommand, se_DeleteItemCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/DeleteTableCommand.ts b/clients/client-dynamodb/src/commands/DeleteTableCommand.ts index eead4feb462d9..7d9cf0be70b93 100644 --- a/clients/client-dynamodb/src/commands/DeleteTableCommand.ts +++ b/clients/client-dynamodb/src/commands/DeleteTableCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteTableInput, DeleteTableOutput } from "../models/models_0"; import { de_DeleteTableCommand, se_DeleteTableCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/DescribeBackupCommand.ts b/clients/client-dynamodb/src/commands/DescribeBackupCommand.ts index 7484a5cb60e07..14aa1677efd0f 100644 --- a/clients/client-dynamodb/src/commands/DescribeBackupCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeBackupCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeBackupInput, DescribeBackupOutput } from "../models/models_0"; import { de_DescribeBackupCommand, se_DescribeBackupCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/DescribeContinuousBackupsCommand.ts b/clients/client-dynamodb/src/commands/DescribeContinuousBackupsCommand.ts index 4f1ed1c82918f..847199f2fa209 100644 --- a/clients/client-dynamodb/src/commands/DescribeContinuousBackupsCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeContinuousBackupsCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeContinuousBackupsInput, DescribeContinuousBackupsOutput } from "../models/models_0"; import { de_DescribeContinuousBackupsCommand, se_DescribeContinuousBackupsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/DescribeContributorInsightsCommand.ts b/clients/client-dynamodb/src/commands/DescribeContributorInsightsCommand.ts index 4609556f6a37b..04d920b422fba 100644 --- a/clients/client-dynamodb/src/commands/DescribeContributorInsightsCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeContributorInsightsCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeContributorInsightsInput, DescribeContributorInsightsOutput } from "../models/models_0"; import { de_DescribeContributorInsightsCommand, se_DescribeContributorInsightsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/DescribeEndpointsCommand.ts b/clients/client-dynamodb/src/commands/DescribeEndpointsCommand.ts index 0bff45acf211e..481d69ffaf93c 100644 --- a/clients/client-dynamodb/src/commands/DescribeEndpointsCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeEndpointsCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/models_0"; import { de_DescribeEndpointsCommand, se_DescribeEndpointsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/DescribeExportCommand.ts b/clients/client-dynamodb/src/commands/DescribeExportCommand.ts index 9b2a9a9206a46..ca06b7df37f0d 100644 --- a/clients/client-dynamodb/src/commands/DescribeExportCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeExportCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeExportInput, DescribeExportOutput } from "../models/models_0"; import { de_DescribeExportCommand, se_DescribeExportCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/DescribeGlobalTableCommand.ts b/clients/client-dynamodb/src/commands/DescribeGlobalTableCommand.ts index 384d9bd9175d3..3a5e5b9639c52 100644 --- a/clients/client-dynamodb/src/commands/DescribeGlobalTableCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeGlobalTableCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeGlobalTableInput, DescribeGlobalTableOutput } from "../models/models_0"; import { de_DescribeGlobalTableCommand, se_DescribeGlobalTableCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/DescribeGlobalTableSettingsCommand.ts b/clients/client-dynamodb/src/commands/DescribeGlobalTableSettingsCommand.ts index d734bca1be2b5..267f83d7bd09d 100644 --- a/clients/client-dynamodb/src/commands/DescribeGlobalTableSettingsCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeGlobalTableSettingsCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeGlobalTableSettingsInput, DescribeGlobalTableSettingsOutput } from "../models/models_0"; import { de_DescribeGlobalTableSettingsCommand, se_DescribeGlobalTableSettingsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/DescribeImportCommand.ts b/clients/client-dynamodb/src/commands/DescribeImportCommand.ts index 523065568c01c..f098b90198a37 100644 --- a/clients/client-dynamodb/src/commands/DescribeImportCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeImportCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeImportInput, DescribeImportOutput } from "../models/models_0"; import { de_DescribeImportCommand, se_DescribeImportCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/DescribeKinesisStreamingDestinationCommand.ts b/clients/client-dynamodb/src/commands/DescribeKinesisStreamingDestinationCommand.ts index 3d598a7dea19b..a3d46c9b1cf1e 100644 --- a/clients/client-dynamodb/src/commands/DescribeKinesisStreamingDestinationCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeKinesisStreamingDestinationCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeKinesisStreamingDestinationCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/DescribeLimitsCommand.ts b/clients/client-dynamodb/src/commands/DescribeLimitsCommand.ts index ca77a487527ec..ab2e93eeb6fae 100644 --- a/clients/client-dynamodb/src/commands/DescribeLimitsCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeLimitsCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeLimitsInput, DescribeLimitsOutput } from "../models/models_0"; import { de_DescribeLimitsCommand, se_DescribeLimitsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/DescribeTableCommand.ts b/clients/client-dynamodb/src/commands/DescribeTableCommand.ts index b2d4d299d6ef3..4fdfc1f88eb77 100644 --- a/clients/client-dynamodb/src/commands/DescribeTableCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeTableCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeTableInput, DescribeTableOutput } from "../models/models_0"; import { de_DescribeTableCommand, se_DescribeTableCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/DescribeTableReplicaAutoScalingCommand.ts b/clients/client-dynamodb/src/commands/DescribeTableReplicaAutoScalingCommand.ts index 8061ed13a26c8..af02e4fd50c1a 100644 --- a/clients/client-dynamodb/src/commands/DescribeTableReplicaAutoScalingCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeTableReplicaAutoScalingCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeTableReplicaAutoScalingCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/DescribeTimeToLiveCommand.ts b/clients/client-dynamodb/src/commands/DescribeTimeToLiveCommand.ts index c3fddee679b21..78d7349ed0b79 100644 --- a/clients/client-dynamodb/src/commands/DescribeTimeToLiveCommand.ts +++ b/clients/client-dynamodb/src/commands/DescribeTimeToLiveCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeTimeToLiveInput, DescribeTimeToLiveOutput } from "../models/models_0"; import { de_DescribeTimeToLiveCommand, se_DescribeTimeToLiveCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/DisableKinesisStreamingDestinationCommand.ts b/clients/client-dynamodb/src/commands/DisableKinesisStreamingDestinationCommand.ts index e5f02283b3db5..c87351ade46fe 100644 --- a/clients/client-dynamodb/src/commands/DisableKinesisStreamingDestinationCommand.ts +++ b/clients/client-dynamodb/src/commands/DisableKinesisStreamingDestinationCommand.ts @@ -20,6 +20,10 @@ import { se_DisableKinesisStreamingDestinationCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/EnableKinesisStreamingDestinationCommand.ts b/clients/client-dynamodb/src/commands/EnableKinesisStreamingDestinationCommand.ts index c1b58ebbb0ce5..2c75871670ed5 100644 --- a/clients/client-dynamodb/src/commands/EnableKinesisStreamingDestinationCommand.ts +++ b/clients/client-dynamodb/src/commands/EnableKinesisStreamingDestinationCommand.ts @@ -20,6 +20,10 @@ import { se_EnableKinesisStreamingDestinationCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/ExecuteStatementCommand.ts b/clients/client-dynamodb/src/commands/ExecuteStatementCommand.ts index 203a94a7bd01e..2654239a9db4a 100644 --- a/clients/client-dynamodb/src/commands/ExecuteStatementCommand.ts +++ b/clients/client-dynamodb/src/commands/ExecuteStatementCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ExecuteStatementInput, ExecuteStatementOutput } from "../models/models_0"; import { de_ExecuteStatementCommand, se_ExecuteStatementCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/ExecuteTransactionCommand.ts b/clients/client-dynamodb/src/commands/ExecuteTransactionCommand.ts index b5c7f7a60a6f0..3e443b7ed6ebc 100644 --- a/clients/client-dynamodb/src/commands/ExecuteTransactionCommand.ts +++ b/clients/client-dynamodb/src/commands/ExecuteTransactionCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ExecuteTransactionInput, ExecuteTransactionOutput } from "../models/models_0"; import { de_ExecuteTransactionCommand, se_ExecuteTransactionCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/ExportTableToPointInTimeCommand.ts b/clients/client-dynamodb/src/commands/ExportTableToPointInTimeCommand.ts index e333fa03ce0b0..bf09c08c8cd25 100644 --- a/clients/client-dynamodb/src/commands/ExportTableToPointInTimeCommand.ts +++ b/clients/client-dynamodb/src/commands/ExportTableToPointInTimeCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ExportTableToPointInTimeInput, ExportTableToPointInTimeOutput } from "../models/models_0"; import { de_ExportTableToPointInTimeCommand, se_ExportTableToPointInTimeCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/GetItemCommand.ts b/clients/client-dynamodb/src/commands/GetItemCommand.ts index 16f17a9e180b7..32987fb743d60 100644 --- a/clients/client-dynamodb/src/commands/GetItemCommand.ts +++ b/clients/client-dynamodb/src/commands/GetItemCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { GetItemInput, GetItemOutput } from "../models/models_0"; import { de_GetItemCommand, se_GetItemCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/ImportTableCommand.ts b/clients/client-dynamodb/src/commands/ImportTableCommand.ts index 43d27dbe73612..fc516eef498fe 100644 --- a/clients/client-dynamodb/src/commands/ImportTableCommand.ts +++ b/clients/client-dynamodb/src/commands/ImportTableCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ImportTableInput, ImportTableOutput } from "../models/models_0"; import { de_ImportTableCommand, se_ImportTableCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/ListBackupsCommand.ts b/clients/client-dynamodb/src/commands/ListBackupsCommand.ts index 4bb6cb8b9b1bc..29db1295564b1 100644 --- a/clients/client-dynamodb/src/commands/ListBackupsCommand.ts +++ b/clients/client-dynamodb/src/commands/ListBackupsCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListBackupsInput, ListBackupsOutput } from "../models/models_0"; import { de_ListBackupsCommand, se_ListBackupsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/ListContributorInsightsCommand.ts b/clients/client-dynamodb/src/commands/ListContributorInsightsCommand.ts index 725961920f821..33486b5a83f0e 100644 --- a/clients/client-dynamodb/src/commands/ListContributorInsightsCommand.ts +++ b/clients/client-dynamodb/src/commands/ListContributorInsightsCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListContributorInsightsInput, ListContributorInsightsOutput } from "../models/models_0"; import { de_ListContributorInsightsCommand, se_ListContributorInsightsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/ListExportsCommand.ts b/clients/client-dynamodb/src/commands/ListExportsCommand.ts index 5e537002e699d..bc289c1ce99ea 100644 --- a/clients/client-dynamodb/src/commands/ListExportsCommand.ts +++ b/clients/client-dynamodb/src/commands/ListExportsCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListExportsInput, ListExportsOutput } from "../models/models_0"; import { de_ListExportsCommand, se_ListExportsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/ListGlobalTablesCommand.ts b/clients/client-dynamodb/src/commands/ListGlobalTablesCommand.ts index a3460f5b6b86f..00640cd4c7ac3 100644 --- a/clients/client-dynamodb/src/commands/ListGlobalTablesCommand.ts +++ b/clients/client-dynamodb/src/commands/ListGlobalTablesCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListGlobalTablesInput, ListGlobalTablesOutput } from "../models/models_0"; import { de_ListGlobalTablesCommand, se_ListGlobalTablesCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/ListImportsCommand.ts b/clients/client-dynamodb/src/commands/ListImportsCommand.ts index a46589794d3ce..768b10f784566 100644 --- a/clients/client-dynamodb/src/commands/ListImportsCommand.ts +++ b/clients/client-dynamodb/src/commands/ListImportsCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListImportsInput, ListImportsOutput } from "../models/models_0"; import { de_ListImportsCommand, se_ListImportsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/ListTablesCommand.ts b/clients/client-dynamodb/src/commands/ListTablesCommand.ts index 0ab24e39f8331..0f376ace6fdf7 100644 --- a/clients/client-dynamodb/src/commands/ListTablesCommand.ts +++ b/clients/client-dynamodb/src/commands/ListTablesCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListTablesInput, ListTablesOutput } from "../models/models_0"; import { de_ListTablesCommand, se_ListTablesCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/ListTagsOfResourceCommand.ts b/clients/client-dynamodb/src/commands/ListTagsOfResourceCommand.ts index 7e2fd32554084..85f2766993549 100644 --- a/clients/client-dynamodb/src/commands/ListTagsOfResourceCommand.ts +++ b/clients/client-dynamodb/src/commands/ListTagsOfResourceCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListTagsOfResourceInput, ListTagsOfResourceOutput } from "../models/models_0"; import { de_ListTagsOfResourceCommand, se_ListTagsOfResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/PutItemCommand.ts b/clients/client-dynamodb/src/commands/PutItemCommand.ts index 9fe2a6be4b409..f70cbc153846e 100644 --- a/clients/client-dynamodb/src/commands/PutItemCommand.ts +++ b/clients/client-dynamodb/src/commands/PutItemCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { PutItemInput, PutItemOutput } from "../models/models_0"; import { de_PutItemCommand, se_PutItemCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/QueryCommand.ts b/clients/client-dynamodb/src/commands/QueryCommand.ts index e5513dd1c09c3..b5408b594816c 100644 --- a/clients/client-dynamodb/src/commands/QueryCommand.ts +++ b/clients/client-dynamodb/src/commands/QueryCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { QueryInput, QueryOutput } from "../models/models_0"; import { de_QueryCommand, se_QueryCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/RestoreTableFromBackupCommand.ts b/clients/client-dynamodb/src/commands/RestoreTableFromBackupCommand.ts index b02fdb505ca76..3f00d3b1721a7 100644 --- a/clients/client-dynamodb/src/commands/RestoreTableFromBackupCommand.ts +++ b/clients/client-dynamodb/src/commands/RestoreTableFromBackupCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { RestoreTableFromBackupInput, RestoreTableFromBackupOutput } from "../models/models_0"; import { de_RestoreTableFromBackupCommand, se_RestoreTableFromBackupCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts b/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts index dee42da166df2..8d1bf2bf2b4f4 100644 --- a/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts +++ b/clients/client-dynamodb/src/commands/RestoreTableToPointInTimeCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { RestoreTableToPointInTimeInput, RestoreTableToPointInTimeOutput } from "../models/models_0"; import { de_RestoreTableToPointInTimeCommand, se_RestoreTableToPointInTimeCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/ScanCommand.ts b/clients/client-dynamodb/src/commands/ScanCommand.ts index 3b484d125f4e2..90ed817ee779d 100644 --- a/clients/client-dynamodb/src/commands/ScanCommand.ts +++ b/clients/client-dynamodb/src/commands/ScanCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ScanInput, ScanOutput } from "../models/models_0"; import { de_ScanCommand, se_ScanCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/TagResourceCommand.ts b/clients/client-dynamodb/src/commands/TagResourceCommand.ts index dd449530f05e9..a6adeecde7fe9 100644 --- a/clients/client-dynamodb/src/commands/TagResourceCommand.ts +++ b/clients/client-dynamodb/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { TagResourceInput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/TransactGetItemsCommand.ts b/clients/client-dynamodb/src/commands/TransactGetItemsCommand.ts index d24140ffdd961..a4fa4f577019b 100644 --- a/clients/client-dynamodb/src/commands/TransactGetItemsCommand.ts +++ b/clients/client-dynamodb/src/commands/TransactGetItemsCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { TransactGetItemsInput, TransactGetItemsOutput } from "../models/models_0"; import { de_TransactGetItemsCommand, se_TransactGetItemsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/TransactWriteItemsCommand.ts b/clients/client-dynamodb/src/commands/TransactWriteItemsCommand.ts index 22fe669e88c77..8a9547c7fd77f 100644 --- a/clients/client-dynamodb/src/commands/TransactWriteItemsCommand.ts +++ b/clients/client-dynamodb/src/commands/TransactWriteItemsCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { TransactWriteItemsInput, TransactWriteItemsOutput } from "../models/models_0"; import { de_TransactWriteItemsCommand, se_TransactWriteItemsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/UntagResourceCommand.ts b/clients/client-dynamodb/src/commands/UntagResourceCommand.ts index 7c51fca669e56..e381ac8a11bc8 100644 --- a/clients/client-dynamodb/src/commands/UntagResourceCommand.ts +++ b/clients/client-dynamodb/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UntagResourceInput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/UpdateContinuousBackupsCommand.ts b/clients/client-dynamodb/src/commands/UpdateContinuousBackupsCommand.ts index 6b7a0fcd74cd3..94a97611fb008 100644 --- a/clients/client-dynamodb/src/commands/UpdateContinuousBackupsCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateContinuousBackupsCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateContinuousBackupsInput, UpdateContinuousBackupsOutput } from "../models/models_0"; import { de_UpdateContinuousBackupsCommand, se_UpdateContinuousBackupsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/UpdateContributorInsightsCommand.ts b/clients/client-dynamodb/src/commands/UpdateContributorInsightsCommand.ts index 411cb56fee954..a5ad4c4bbe0e5 100644 --- a/clients/client-dynamodb/src/commands/UpdateContributorInsightsCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateContributorInsightsCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateContributorInsightsInput, UpdateContributorInsightsOutput } from "../models/models_0"; import { de_UpdateContributorInsightsCommand, se_UpdateContributorInsightsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/UpdateGlobalTableCommand.ts b/clients/client-dynamodb/src/commands/UpdateGlobalTableCommand.ts index 54ea6efb8240c..c13248c0e57c8 100644 --- a/clients/client-dynamodb/src/commands/UpdateGlobalTableCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateGlobalTableCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateGlobalTableInput, UpdateGlobalTableOutput } from "../models/models_0"; import { de_UpdateGlobalTableCommand, se_UpdateGlobalTableCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/UpdateGlobalTableSettingsCommand.ts b/clients/client-dynamodb/src/commands/UpdateGlobalTableSettingsCommand.ts index 244ba38bf9d92..cd974ee4a8e9a 100644 --- a/clients/client-dynamodb/src/commands/UpdateGlobalTableSettingsCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateGlobalTableSettingsCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateGlobalTableSettingsInput, UpdateGlobalTableSettingsOutput } from "../models/models_0"; import { de_UpdateGlobalTableSettingsCommand, se_UpdateGlobalTableSettingsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/UpdateItemCommand.ts b/clients/client-dynamodb/src/commands/UpdateItemCommand.ts index 29bf99cf4474f..dd7856c888e93 100644 --- a/clients/client-dynamodb/src/commands/UpdateItemCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateItemCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateItemInput, UpdateItemOutput } from "../models/models_0"; import { de_UpdateItemCommand, se_UpdateItemCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/UpdateTableCommand.ts b/clients/client-dynamodb/src/commands/UpdateTableCommand.ts index b94c9ffcc5d69..50a1450843731 100644 --- a/clients/client-dynamodb/src/commands/UpdateTableCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateTableCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateTableInput, UpdateTableOutput } from "../models/models_0"; import { de_UpdateTableCommand, se_UpdateTableCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/UpdateTableReplicaAutoScalingCommand.ts b/clients/client-dynamodb/src/commands/UpdateTableReplicaAutoScalingCommand.ts index 964e5eb4bf915..8e3b14aed558b 100644 --- a/clients/client-dynamodb/src/commands/UpdateTableReplicaAutoScalingCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateTableReplicaAutoScalingCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateTableReplicaAutoScalingCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/commands/UpdateTimeToLiveCommand.ts b/clients/client-dynamodb/src/commands/UpdateTimeToLiveCommand.ts index 0c981f3cfbe18..4206560fed803 100644 --- a/clients/client-dynamodb/src/commands/UpdateTimeToLiveCommand.ts +++ b/clients/client-dynamodb/src/commands/UpdateTimeToLiveCommand.ts @@ -17,6 +17,10 @@ import { DynamoDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateTimeToLiveInput, UpdateTimeToLiveOutput } from "../models/models_0"; import { de_UpdateTimeToLiveCommand, se_UpdateTimeToLiveCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-dynamodb/src/index.ts b/clients/client-dynamodb/src/index.ts index 0a8223e733e98..23d094784b421 100644 --- a/clients/client-dynamodb/src/index.ts +++ b/clients/client-dynamodb/src/index.ts @@ -1,9 +1,31 @@ -export * from "./DynamoDB"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon DynamoDB + *

Amazon DynamoDB is a fully managed NoSQL database service that provides fast + * and predictable performance with seamless scalability. DynamoDB lets you + * offload the administrative burdens of operating and scaling a distributed database, so + * that you don't have to worry about hardware provisioning, setup and configuration, + * replication, software patching, or cluster scaling.

+ *

With DynamoDB, you can create database tables that can store and retrieve + * any amount of data, and serve any level of request traffic. You can scale up or scale + * down your tables' throughput capacity without downtime or performance degradation, and + * use the Amazon Web Services Management Console to monitor resource utilization and performance + * metrics.

+ *

DynamoDB automatically spreads the data and traffic for your tables over + * a sufficient number of servers to handle your throughput and storage requirements, while + * maintaining consistent and fast performance. All of your data is stored on solid state + * disks (SSDs) and automatically replicated across multiple Availability Zones in an + * Amazon Web Services Region, providing built-in high availability and data + * durability.

+ * + * @packageDocumentation + */ export * from "./DynamoDBClient"; +export * from "./DynamoDB"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { DynamoDBServiceException } from "./models/DynamoDBServiceException"; diff --git a/clients/client-dynamodb/src/models/DynamoDBServiceException.ts b/clients/client-dynamodb/src/models/DynamoDBServiceException.ts index d18c162d14474..38c70f01f3d9e 100644 --- a/clients/client-dynamodb/src/models/DynamoDBServiceException.ts +++ b/clients/client-dynamodb/src/models/DynamoDBServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-ebs/src/EBSClient.ts b/clients/client-ebs/src/EBSClient.ts index 6686ce988bd28..4f13d809d44ed 100644 --- a/clients/client-ebs/src/EBSClient.ts +++ b/clients/client-ebs/src/EBSClient.ts @@ -66,6 +66,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -221,7 +223,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type EBSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type EBSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -240,7 +242,7 @@ export interface EBSClientConfig extends EBSClientConfigType {} /** * @public */ -type EBSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type EBSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-ebs/src/commands/CompleteSnapshotCommand.ts b/clients/client-ebs/src/commands/CompleteSnapshotCommand.ts index 454879451c5c1..59f2e91cc79ff 100644 --- a/clients/client-ebs/src/commands/CompleteSnapshotCommand.ts +++ b/clients/client-ebs/src/commands/CompleteSnapshotCommand.ts @@ -17,6 +17,10 @@ import { EBSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CompleteSnapshotRequest, CompleteSnapshotResponse } from "../models/models_0"; import { de_CompleteSnapshotCommand, se_CompleteSnapshotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ebs/src/commands/GetSnapshotBlockCommand.ts b/clients/client-ebs/src/commands/GetSnapshotBlockCommand.ts index 6abb52533fb5a..0d6d1d497fe49 100644 --- a/clients/client-ebs/src/commands/GetSnapshotBlockCommand.ts +++ b/clients/client-ebs/src/commands/GetSnapshotBlockCommand.ts @@ -24,6 +24,10 @@ import { } from "../models/models_0"; import { de_GetSnapshotBlockCommand, se_GetSnapshotBlockCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ebs/src/commands/ListChangedBlocksCommand.ts b/clients/client-ebs/src/commands/ListChangedBlocksCommand.ts index df77cb8a6a07a..6a3d8065872ac 100644 --- a/clients/client-ebs/src/commands/ListChangedBlocksCommand.ts +++ b/clients/client-ebs/src/commands/ListChangedBlocksCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListChangedBlocksCommand, se_ListChangedBlocksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ebs/src/commands/ListSnapshotBlocksCommand.ts b/clients/client-ebs/src/commands/ListSnapshotBlocksCommand.ts index b92f237ba08d1..3aff3efbe7e6d 100644 --- a/clients/client-ebs/src/commands/ListSnapshotBlocksCommand.ts +++ b/clients/client-ebs/src/commands/ListSnapshotBlocksCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListSnapshotBlocksCommand, se_ListSnapshotBlocksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ebs/src/commands/PutSnapshotBlockCommand.ts b/clients/client-ebs/src/commands/PutSnapshotBlockCommand.ts index 63723748548a1..14a0e25da6165 100644 --- a/clients/client-ebs/src/commands/PutSnapshotBlockCommand.ts +++ b/clients/client-ebs/src/commands/PutSnapshotBlockCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_PutSnapshotBlockCommand, se_PutSnapshotBlockCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ebs/src/commands/StartSnapshotCommand.ts b/clients/client-ebs/src/commands/StartSnapshotCommand.ts index 4ea153474b37d..39951cef265cd 100644 --- a/clients/client-ebs/src/commands/StartSnapshotCommand.ts +++ b/clients/client-ebs/src/commands/StartSnapshotCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_StartSnapshotCommand, se_StartSnapshotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ebs/src/index.ts b/clients/client-ebs/src/index.ts index 2598a196a818d..6cb7720392fa5 100644 --- a/clients/client-ebs/src/index.ts +++ b/clients/client-ebs/src/index.ts @@ -1,8 +1,33 @@ -export * from "./EBS"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

You can use the Amazon Elastic Block Store (Amazon EBS) direct APIs to create Amazon EBS snapshots, write data directly to + * your snapshots, read data on your snapshots, and identify the differences or changes between + * two snapshots. If you’re an independent software vendor (ISV) who offers backup services for + * Amazon EBS, the EBS direct APIs make it more efficient and cost-effective to track incremental changes on + * your Amazon EBS volumes through snapshots. This can be done without having to create new volumes + * from snapshots, and then use Amazon Elastic Compute Cloud (Amazon EC2) instances to compare the differences.

+ * + *

You can create incremental snapshots directly from data on-premises into volumes and the + * cloud to use for quick disaster recovery. With the ability to write and read snapshots, you can + * write your on-premises data to an snapshot during a disaster. Then after recovery, you can + * restore it back to Amazon Web Services or on-premises from the snapshot. You no longer need to build and + * maintain complex mechanisms to copy data to and from Amazon EBS.

+ * + * + *

This API reference provides detailed information about the actions, data types, + * parameters, and errors of the EBS direct APIs. For more information about the elements that + * make up the EBS direct APIs, and examples of how to use them effectively, see Accessing the Contents of an Amazon EBS Snapshot in the Amazon Elastic Compute Cloud User + * Guide. For more information about the supported Amazon Web Services Regions, endpoints, + * and service quotas for the EBS direct APIs, see Amazon Elastic Block Store Endpoints and Quotas in + * the Amazon Web Services General Reference.

+ * + * @packageDocumentation + */ export * from "./EBSClient"; +export * from "./EBS"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { EBSServiceException } from "./models/EBSServiceException"; diff --git a/clients/client-ebs/src/models/EBSServiceException.ts b/clients/client-ebs/src/models/EBSServiceException.ts index 982455f6b2823..875a0680e4634 100644 --- a/clients/client-ebs/src/models/EBSServiceException.ts +++ b/clients/client-ebs/src/models/EBSServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-ec2-instance-connect/src/EC2InstanceConnectClient.ts b/clients/client-ec2-instance-connect/src/EC2InstanceConnectClient.ts index da7c2cb76e827..3e5198afc8224 100644 --- a/clients/client-ec2-instance-connect/src/EC2InstanceConnectClient.ts +++ b/clients/client-ec2-instance-connect/src/EC2InstanceConnectClient.ts @@ -64,6 +64,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -201,7 +203,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type EC2InstanceConnectClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type EC2InstanceConnectClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -220,7 +222,7 @@ export interface EC2InstanceConnectClientConfig extends EC2InstanceConnectClient /** * @public */ -type EC2InstanceConnectClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type EC2InstanceConnectClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-ec2-instance-connect/src/commands/SendSSHPublicKeyCommand.ts b/clients/client-ec2-instance-connect/src/commands/SendSSHPublicKeyCommand.ts index f49c6edad0a5f..bb4467c485904 100644 --- a/clients/client-ec2-instance-connect/src/commands/SendSSHPublicKeyCommand.ts +++ b/clients/client-ec2-instance-connect/src/commands/SendSSHPublicKeyCommand.ts @@ -21,6 +21,10 @@ import { import { SendSSHPublicKeyRequest, SendSSHPublicKeyResponse } from "../models/models_0"; import { de_SendSSHPublicKeyCommand, se_SendSSHPublicKeyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2-instance-connect/src/commands/SendSerialConsoleSSHPublicKeyCommand.ts b/clients/client-ec2-instance-connect/src/commands/SendSerialConsoleSSHPublicKeyCommand.ts index 4e41056131288..33bee39e80c52 100644 --- a/clients/client-ec2-instance-connect/src/commands/SendSerialConsoleSSHPublicKeyCommand.ts +++ b/clients/client-ec2-instance-connect/src/commands/SendSerialConsoleSSHPublicKeyCommand.ts @@ -24,6 +24,10 @@ import { se_SendSerialConsoleSSHPublicKeyCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2-instance-connect/src/index.ts b/clients/client-ec2-instance-connect/src/index.ts index 4acc6072f0ff9..d665a73f678d9 100644 --- a/clients/client-ec2-instance-connect/src/index.ts +++ b/clients/client-ec2-instance-connect/src/index.ts @@ -1,6 +1,14 @@ -export * from "./EC2InstanceConnect"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon EC2 Instance Connect enables system administrators to publish one-time use SSH + * public keys to EC2, providing users a simple and secure way to connect to their + * instances.

+ * + * @packageDocumentation + */ export * from "./EC2InstanceConnectClient"; +export * from "./EC2InstanceConnect"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-ec2-instance-connect/src/models/EC2InstanceConnectServiceException.ts b/clients/client-ec2-instance-connect/src/models/EC2InstanceConnectServiceException.ts index c9279b81844e8..e66417469995d 100644 --- a/clients/client-ec2-instance-connect/src/models/EC2InstanceConnectServiceException.ts +++ b/clients/client-ec2-instance-connect/src/models/EC2InstanceConnectServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-ec2/src/EC2Client.ts b/clients/client-ec2/src/EC2Client.ts index db9ed057906f7..b2bfe56b0124e 100644 --- a/clients/client-ec2/src/EC2Client.ts +++ b/clients/client-ec2/src/EC2Client.ts @@ -2057,6 +2057,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -3376,7 +3378,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type EC2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type EC2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -3395,7 +3397,7 @@ export interface EC2ClientConfig extends EC2ClientConfigType {} /** * @public */ -type EC2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type EC2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-ec2/src/commands/AcceptAddressTransferCommand.ts b/clients/client-ec2/src/commands/AcceptAddressTransferCommand.ts index 5e194cea2e98f..cca6545fc5cdf 100644 --- a/clients/client-ec2/src/commands/AcceptAddressTransferCommand.ts +++ b/clients/client-ec2/src/commands/AcceptAddressTransferCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AcceptAddressTransferRequest, AcceptAddressTransferResult } from "../models/models_0"; import { de_AcceptAddressTransferCommand, se_AcceptAddressTransferCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AcceptReservedInstancesExchangeQuoteCommand.ts b/clients/client-ec2/src/commands/AcceptReservedInstancesExchangeQuoteCommand.ts index e8b1024f0bc15..8461d4c499f99 100644 --- a/clients/client-ec2/src/commands/AcceptReservedInstancesExchangeQuoteCommand.ts +++ b/clients/client-ec2/src/commands/AcceptReservedInstancesExchangeQuoteCommand.ts @@ -23,6 +23,10 @@ import { se_AcceptReservedInstancesExchangeQuoteCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts b/clients/client-ec2/src/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts index 25d2e8cc32167..e7b0feecc317e 100644 --- a/clients/client-ec2/src/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.ts @@ -23,6 +23,10 @@ import { se_AcceptTransitGatewayMulticastDomainAssociationsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/src/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts index 80c769342c95f..8d872a8e58426 100644 --- a/clients/client-ec2/src/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/AcceptTransitGatewayPeeringAttachmentCommand.ts @@ -23,6 +23,10 @@ import { se_AcceptTransitGatewayPeeringAttachmentCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AcceptTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/AcceptTransitGatewayVpcAttachmentCommand.ts index 3e55410766fc6..cad0118c55cdd 100644 --- a/clients/client-ec2/src/commands/AcceptTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/AcceptTransitGatewayVpcAttachmentCommand.ts @@ -20,6 +20,10 @@ import { se_AcceptTransitGatewayVpcAttachmentCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AcceptVpcEndpointConnectionsCommand.ts b/clients/client-ec2/src/commands/AcceptVpcEndpointConnectionsCommand.ts index c81f38d50b15e..a58be72955bfe 100644 --- a/clients/client-ec2/src/commands/AcceptVpcEndpointConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/AcceptVpcEndpointConnectionsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AcceptVpcEndpointConnectionsRequest, AcceptVpcEndpointConnectionsResult } from "../models/models_0"; import { de_AcceptVpcEndpointConnectionsCommand, se_AcceptVpcEndpointConnectionsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AcceptVpcPeeringConnectionCommand.ts b/clients/client-ec2/src/commands/AcceptVpcPeeringConnectionCommand.ts index c1a3dad1b7417..4422a2f173977 100644 --- a/clients/client-ec2/src/commands/AcceptVpcPeeringConnectionCommand.ts +++ b/clients/client-ec2/src/commands/AcceptVpcPeeringConnectionCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AcceptVpcPeeringConnectionRequest, AcceptVpcPeeringConnectionResult } from "../models/models_0"; import { de_AcceptVpcPeeringConnectionCommand, se_AcceptVpcPeeringConnectionCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AdvertiseByoipCidrCommand.ts b/clients/client-ec2/src/commands/AdvertiseByoipCidrCommand.ts index 7b2e4d9b5d04a..7f0b37c630838 100644 --- a/clients/client-ec2/src/commands/AdvertiseByoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/AdvertiseByoipCidrCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AdvertiseByoipCidrRequest, AdvertiseByoipCidrResult } from "../models/models_0"; import { de_AdvertiseByoipCidrCommand, se_AdvertiseByoipCidrCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AllocateAddressCommand.ts b/clients/client-ec2/src/commands/AllocateAddressCommand.ts index ad61a9ad041f0..d5e6b626c7748 100644 --- a/clients/client-ec2/src/commands/AllocateAddressCommand.ts +++ b/clients/client-ec2/src/commands/AllocateAddressCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AllocateAddressRequest, AllocateAddressResult } from "../models/models_0"; import { de_AllocateAddressCommand, se_AllocateAddressCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AllocateHostsCommand.ts b/clients/client-ec2/src/commands/AllocateHostsCommand.ts index 2947c259eb148..3a194a6c6e0cf 100644 --- a/clients/client-ec2/src/commands/AllocateHostsCommand.ts +++ b/clients/client-ec2/src/commands/AllocateHostsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AllocateHostsRequest, AllocateHostsResult } from "../models/models_0"; import { de_AllocateHostsCommand, se_AllocateHostsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AllocateIpamPoolCidrCommand.ts b/clients/client-ec2/src/commands/AllocateIpamPoolCidrCommand.ts index 6d06769403a4a..3e32c1d8e974c 100644 --- a/clients/client-ec2/src/commands/AllocateIpamPoolCidrCommand.ts +++ b/clients/client-ec2/src/commands/AllocateIpamPoolCidrCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AllocateIpamPoolCidrRequest, AllocateIpamPoolCidrResult } from "../models/models_0"; import { de_AllocateIpamPoolCidrCommand, se_AllocateIpamPoolCidrCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts b/clients/client-ec2/src/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts index 28099fbe50163..216acd38cb064 100644 --- a/clients/client-ec2/src/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts +++ b/clients/client-ec2/src/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.ts @@ -23,6 +23,10 @@ import { se_ApplySecurityGroupsToClientVpnTargetNetworkCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AssignIpv6AddressesCommand.ts b/clients/client-ec2/src/commands/AssignIpv6AddressesCommand.ts index 91f73c826392d..8a5ee8733e594 100644 --- a/clients/client-ec2/src/commands/AssignIpv6AddressesCommand.ts +++ b/clients/client-ec2/src/commands/AssignIpv6AddressesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AssignIpv6AddressesRequest, AssignIpv6AddressesResult } from "../models/models_0"; import { de_AssignIpv6AddressesCommand, se_AssignIpv6AddressesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AssignPrivateIpAddressesCommand.ts b/clients/client-ec2/src/commands/AssignPrivateIpAddressesCommand.ts index 64720eb1909f6..40d8b65b1e802 100644 --- a/clients/client-ec2/src/commands/AssignPrivateIpAddressesCommand.ts +++ b/clients/client-ec2/src/commands/AssignPrivateIpAddressesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AssignPrivateIpAddressesRequest, AssignPrivateIpAddressesResult } from "../models/models_0"; import { de_AssignPrivateIpAddressesCommand, se_AssignPrivateIpAddressesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AssignPrivateNatGatewayAddressCommand.ts b/clients/client-ec2/src/commands/AssignPrivateNatGatewayAddressCommand.ts index ce59a3719fa1e..ef8fa37a15b42 100644 --- a/clients/client-ec2/src/commands/AssignPrivateNatGatewayAddressCommand.ts +++ b/clients/client-ec2/src/commands/AssignPrivateNatGatewayAddressCommand.ts @@ -20,6 +20,10 @@ import { se_AssignPrivateNatGatewayAddressCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AssociateAddressCommand.ts b/clients/client-ec2/src/commands/AssociateAddressCommand.ts index 6ac5ab3e19219..e09b72f754f1b 100644 --- a/clients/client-ec2/src/commands/AssociateAddressCommand.ts +++ b/clients/client-ec2/src/commands/AssociateAddressCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AssociateAddressRequest, AssociateAddressResult } from "../models/models_0"; import { de_AssociateAddressCommand, se_AssociateAddressCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AssociateClientVpnTargetNetworkCommand.ts b/clients/client-ec2/src/commands/AssociateClientVpnTargetNetworkCommand.ts index 7f6ece9f358f3..7666ea46358af 100644 --- a/clients/client-ec2/src/commands/AssociateClientVpnTargetNetworkCommand.ts +++ b/clients/client-ec2/src/commands/AssociateClientVpnTargetNetworkCommand.ts @@ -20,6 +20,10 @@ import { se_AssociateClientVpnTargetNetworkCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AssociateDhcpOptionsCommand.ts b/clients/client-ec2/src/commands/AssociateDhcpOptionsCommand.ts index babd0a31de585..83be636d743b0 100644 --- a/clients/client-ec2/src/commands/AssociateDhcpOptionsCommand.ts +++ b/clients/client-ec2/src/commands/AssociateDhcpOptionsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AssociateDhcpOptionsRequest } from "../models/models_0"; import { de_AssociateDhcpOptionsCommand, se_AssociateDhcpOptionsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AssociateEnclaveCertificateIamRoleCommand.ts b/clients/client-ec2/src/commands/AssociateEnclaveCertificateIamRoleCommand.ts index 63485c483caef..775021922f769 100644 --- a/clients/client-ec2/src/commands/AssociateEnclaveCertificateIamRoleCommand.ts +++ b/clients/client-ec2/src/commands/AssociateEnclaveCertificateIamRoleCommand.ts @@ -23,6 +23,10 @@ import { se_AssociateEnclaveCertificateIamRoleCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AssociateIamInstanceProfileCommand.ts b/clients/client-ec2/src/commands/AssociateIamInstanceProfileCommand.ts index 4c235c44bf1b7..943947f57ca17 100644 --- a/clients/client-ec2/src/commands/AssociateIamInstanceProfileCommand.ts +++ b/clients/client-ec2/src/commands/AssociateIamInstanceProfileCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AssociateIamInstanceProfileRequest, AssociateIamInstanceProfileResult } from "../models/models_0"; import { de_AssociateIamInstanceProfileCommand, se_AssociateIamInstanceProfileCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AssociateInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/AssociateInstanceEventWindowCommand.ts index 642b89038093d..7b5e59927bd14 100644 --- a/clients/client-ec2/src/commands/AssociateInstanceEventWindowCommand.ts +++ b/clients/client-ec2/src/commands/AssociateInstanceEventWindowCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AssociateInstanceEventWindowRequest, AssociateInstanceEventWindowResult } from "../models/models_0"; import { de_AssociateInstanceEventWindowCommand, se_AssociateInstanceEventWindowCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AssociateIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/AssociateIpamResourceDiscoveryCommand.ts index da31c7385c31f..ecc06187645b2 100644 --- a/clients/client-ec2/src/commands/AssociateIpamResourceDiscoveryCommand.ts +++ b/clients/client-ec2/src/commands/AssociateIpamResourceDiscoveryCommand.ts @@ -20,6 +20,10 @@ import { se_AssociateIpamResourceDiscoveryCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AssociateNatGatewayAddressCommand.ts b/clients/client-ec2/src/commands/AssociateNatGatewayAddressCommand.ts index 93991bb6dc3c2..f95fc476de710 100644 --- a/clients/client-ec2/src/commands/AssociateNatGatewayAddressCommand.ts +++ b/clients/client-ec2/src/commands/AssociateNatGatewayAddressCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AssociateNatGatewayAddressRequest, AssociateNatGatewayAddressResult } from "../models/models_0"; import { de_AssociateNatGatewayAddressCommand, se_AssociateNatGatewayAddressCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AssociateRouteTableCommand.ts b/clients/client-ec2/src/commands/AssociateRouteTableCommand.ts index 11cf525b74831..3204b93045e68 100644 --- a/clients/client-ec2/src/commands/AssociateRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/AssociateRouteTableCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AssociateRouteTableRequest, AssociateRouteTableResult } from "../models/models_0"; import { de_AssociateRouteTableCommand, se_AssociateRouteTableCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AssociateSubnetCidrBlockCommand.ts b/clients/client-ec2/src/commands/AssociateSubnetCidrBlockCommand.ts index 70230ed200cf8..2b0ea87c73451 100644 --- a/clients/client-ec2/src/commands/AssociateSubnetCidrBlockCommand.ts +++ b/clients/client-ec2/src/commands/AssociateSubnetCidrBlockCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AssociateSubnetCidrBlockRequest, AssociateSubnetCidrBlockResult } from "../models/models_0"; import { de_AssociateSubnetCidrBlockCommand, se_AssociateSubnetCidrBlockCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AssociateTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/src/commands/AssociateTransitGatewayMulticastDomainCommand.ts index b7c86e1108cd1..bf783a4f379be 100644 --- a/clients/client-ec2/src/commands/AssociateTransitGatewayMulticastDomainCommand.ts +++ b/clients/client-ec2/src/commands/AssociateTransitGatewayMulticastDomainCommand.ts @@ -23,6 +23,10 @@ import { se_AssociateTransitGatewayMulticastDomainCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AssociateTransitGatewayPolicyTableCommand.ts b/clients/client-ec2/src/commands/AssociateTransitGatewayPolicyTableCommand.ts index 6ec32b33ebdac..c411ef244ce1c 100644 --- a/clients/client-ec2/src/commands/AssociateTransitGatewayPolicyTableCommand.ts +++ b/clients/client-ec2/src/commands/AssociateTransitGatewayPolicyTableCommand.ts @@ -23,6 +23,10 @@ import { se_AssociateTransitGatewayPolicyTableCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AssociateTransitGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/AssociateTransitGatewayRouteTableCommand.ts index d0533f32481a5..a266f731b5be8 100644 --- a/clients/client-ec2/src/commands/AssociateTransitGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/AssociateTransitGatewayRouteTableCommand.ts @@ -20,6 +20,10 @@ import { se_AssociateTransitGatewayRouteTableCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AssociateTrunkInterfaceCommand.ts b/clients/client-ec2/src/commands/AssociateTrunkInterfaceCommand.ts index e50462cb4bb43..285ef4ac28e5d 100644 --- a/clients/client-ec2/src/commands/AssociateTrunkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/AssociateTrunkInterfaceCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AssociateTrunkInterfaceRequest, AssociateTrunkInterfaceResult } from "../models/models_0"; import { de_AssociateTrunkInterfaceCommand, se_AssociateTrunkInterfaceCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AssociateVpcCidrBlockCommand.ts b/clients/client-ec2/src/commands/AssociateVpcCidrBlockCommand.ts index fa781cf20e90f..31eb08740cee5 100644 --- a/clients/client-ec2/src/commands/AssociateVpcCidrBlockCommand.ts +++ b/clients/client-ec2/src/commands/AssociateVpcCidrBlockCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AssociateVpcCidrBlockRequest, AssociateVpcCidrBlockResult } from "../models/models_0"; import { de_AssociateVpcCidrBlockCommand, se_AssociateVpcCidrBlockCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AttachClassicLinkVpcCommand.ts b/clients/client-ec2/src/commands/AttachClassicLinkVpcCommand.ts index c17671041ffb8..d88e862b2fe63 100644 --- a/clients/client-ec2/src/commands/AttachClassicLinkVpcCommand.ts +++ b/clients/client-ec2/src/commands/AttachClassicLinkVpcCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AttachClassicLinkVpcRequest, AttachClassicLinkVpcResult } from "../models/models_0"; import { de_AttachClassicLinkVpcCommand, se_AttachClassicLinkVpcCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AttachInternetGatewayCommand.ts b/clients/client-ec2/src/commands/AttachInternetGatewayCommand.ts index 9b02ec826db82..820a8f243a96a 100644 --- a/clients/client-ec2/src/commands/AttachInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/AttachInternetGatewayCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AttachInternetGatewayRequest } from "../models/models_0"; import { de_AttachInternetGatewayCommand, se_AttachInternetGatewayCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AttachNetworkInterfaceCommand.ts b/clients/client-ec2/src/commands/AttachNetworkInterfaceCommand.ts index 9e715e8c077f7..21d1308454932 100644 --- a/clients/client-ec2/src/commands/AttachNetworkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/AttachNetworkInterfaceCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AttachNetworkInterfaceRequest, AttachNetworkInterfaceResult } from "../models/models_0"; import { de_AttachNetworkInterfaceCommand, se_AttachNetworkInterfaceCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AttachVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/AttachVerifiedAccessTrustProviderCommand.ts index 2313063be1c25..94979d299d8a3 100644 --- a/clients/client-ec2/src/commands/AttachVerifiedAccessTrustProviderCommand.ts +++ b/clients/client-ec2/src/commands/AttachVerifiedAccessTrustProviderCommand.ts @@ -24,6 +24,10 @@ import { se_AttachVerifiedAccessTrustProviderCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AttachVolumeCommand.ts b/clients/client-ec2/src/commands/AttachVolumeCommand.ts index b433cff21d730..478f057132dc2 100644 --- a/clients/client-ec2/src/commands/AttachVolumeCommand.ts +++ b/clients/client-ec2/src/commands/AttachVolumeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AttachVolumeRequest, VolumeAttachment } from "../models/models_0"; import { de_AttachVolumeCommand, se_AttachVolumeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AttachVpnGatewayCommand.ts b/clients/client-ec2/src/commands/AttachVpnGatewayCommand.ts index f3b669facc3c2..2a86949a14b18 100644 --- a/clients/client-ec2/src/commands/AttachVpnGatewayCommand.ts +++ b/clients/client-ec2/src/commands/AttachVpnGatewayCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AttachVpnGatewayRequest, AttachVpnGatewayResult } from "../models/models_0"; import { de_AttachVpnGatewayCommand, se_AttachVpnGatewayCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AuthorizeClientVpnIngressCommand.ts b/clients/client-ec2/src/commands/AuthorizeClientVpnIngressCommand.ts index 95eba8ab52526..415954898d0b9 100644 --- a/clients/client-ec2/src/commands/AuthorizeClientVpnIngressCommand.ts +++ b/clients/client-ec2/src/commands/AuthorizeClientVpnIngressCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AuthorizeClientVpnIngressRequest, AuthorizeClientVpnIngressResult } from "../models/models_0"; import { de_AuthorizeClientVpnIngressCommand, se_AuthorizeClientVpnIngressCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AuthorizeSecurityGroupEgressCommand.ts b/clients/client-ec2/src/commands/AuthorizeSecurityGroupEgressCommand.ts index 0dcea8a4a92ca..02398dcb4bfab 100644 --- a/clients/client-ec2/src/commands/AuthorizeSecurityGroupEgressCommand.ts +++ b/clients/client-ec2/src/commands/AuthorizeSecurityGroupEgressCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AuthorizeSecurityGroupEgressRequest, AuthorizeSecurityGroupEgressResult } from "../models/models_0"; import { de_AuthorizeSecurityGroupEgressCommand, se_AuthorizeSecurityGroupEgressCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/AuthorizeSecurityGroupIngressCommand.ts b/clients/client-ec2/src/commands/AuthorizeSecurityGroupIngressCommand.ts index 870b3d3ead987..a3205c52cc35f 100644 --- a/clients/client-ec2/src/commands/AuthorizeSecurityGroupIngressCommand.ts +++ b/clients/client-ec2/src/commands/AuthorizeSecurityGroupIngressCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AuthorizeSecurityGroupIngressRequest, AuthorizeSecurityGroupIngressResult } from "../models/models_0"; import { de_AuthorizeSecurityGroupIngressCommand, se_AuthorizeSecurityGroupIngressCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/BundleInstanceCommand.ts b/clients/client-ec2/src/commands/BundleInstanceCommand.ts index 1db59103e9b51..128e2c0cbf9e6 100644 --- a/clients/client-ec2/src/commands/BundleInstanceCommand.ts +++ b/clients/client-ec2/src/commands/BundleInstanceCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { BundleInstanceRequest, BundleInstanceResult } from "../models/models_0"; import { de_BundleInstanceCommand, se_BundleInstanceCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CancelBundleTaskCommand.ts b/clients/client-ec2/src/commands/CancelBundleTaskCommand.ts index 72eb75aefa6e6..fe63d13e3289e 100644 --- a/clients/client-ec2/src/commands/CancelBundleTaskCommand.ts +++ b/clients/client-ec2/src/commands/CancelBundleTaskCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CancelBundleTaskRequest, CancelBundleTaskResult } from "../models/models_0"; import { de_CancelBundleTaskCommand, se_CancelBundleTaskCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CancelCapacityReservationCommand.ts b/clients/client-ec2/src/commands/CancelCapacityReservationCommand.ts index 78bd5c5fb1eaa..48be2b3739033 100644 --- a/clients/client-ec2/src/commands/CancelCapacityReservationCommand.ts +++ b/clients/client-ec2/src/commands/CancelCapacityReservationCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CancelCapacityReservationRequest, CancelCapacityReservationResult } from "../models/models_0"; import { de_CancelCapacityReservationCommand, se_CancelCapacityReservationCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CancelCapacityReservationFleetsCommand.ts b/clients/client-ec2/src/commands/CancelCapacityReservationFleetsCommand.ts index 144db4bb78dca..d0a463dd79f98 100644 --- a/clients/client-ec2/src/commands/CancelCapacityReservationFleetsCommand.ts +++ b/clients/client-ec2/src/commands/CancelCapacityReservationFleetsCommand.ts @@ -20,6 +20,10 @@ import { se_CancelCapacityReservationFleetsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CancelConversionTaskCommand.ts b/clients/client-ec2/src/commands/CancelConversionTaskCommand.ts index fa32a0dfcb87e..b468698b4b10c 100644 --- a/clients/client-ec2/src/commands/CancelConversionTaskCommand.ts +++ b/clients/client-ec2/src/commands/CancelConversionTaskCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CancelConversionRequest } from "../models/models_0"; import { de_CancelConversionTaskCommand, se_CancelConversionTaskCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CancelExportTaskCommand.ts b/clients/client-ec2/src/commands/CancelExportTaskCommand.ts index be9e7dcb834e3..e911610e454f1 100644 --- a/clients/client-ec2/src/commands/CancelExportTaskCommand.ts +++ b/clients/client-ec2/src/commands/CancelExportTaskCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CancelExportTaskRequest } from "../models/models_0"; import { de_CancelExportTaskCommand, se_CancelExportTaskCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CancelImageLaunchPermissionCommand.ts b/clients/client-ec2/src/commands/CancelImageLaunchPermissionCommand.ts index 1f4a7be7090f4..aee6b6135c2ac 100644 --- a/clients/client-ec2/src/commands/CancelImageLaunchPermissionCommand.ts +++ b/clients/client-ec2/src/commands/CancelImageLaunchPermissionCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CancelImageLaunchPermissionRequest, CancelImageLaunchPermissionResult } from "../models/models_0"; import { de_CancelImageLaunchPermissionCommand, se_CancelImageLaunchPermissionCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CancelImportTaskCommand.ts b/clients/client-ec2/src/commands/CancelImportTaskCommand.ts index 32dd6b9580f2b..aae731eadbded 100644 --- a/clients/client-ec2/src/commands/CancelImportTaskCommand.ts +++ b/clients/client-ec2/src/commands/CancelImportTaskCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CancelImportTaskRequest, CancelImportTaskResult } from "../models/models_0"; import { de_CancelImportTaskCommand, se_CancelImportTaskCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CancelReservedInstancesListingCommand.ts b/clients/client-ec2/src/commands/CancelReservedInstancesListingCommand.ts index 321299050c1be..0a4e113eb5867 100644 --- a/clients/client-ec2/src/commands/CancelReservedInstancesListingCommand.ts +++ b/clients/client-ec2/src/commands/CancelReservedInstancesListingCommand.ts @@ -20,6 +20,10 @@ import { se_CancelReservedInstancesListingCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CancelSpotFleetRequestsCommand.ts b/clients/client-ec2/src/commands/CancelSpotFleetRequestsCommand.ts index dad672801ee6b..156ead536c6f4 100644 --- a/clients/client-ec2/src/commands/CancelSpotFleetRequestsCommand.ts +++ b/clients/client-ec2/src/commands/CancelSpotFleetRequestsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CancelSpotFleetRequestsRequest, CancelSpotFleetRequestsResponse } from "../models/models_0"; import { de_CancelSpotFleetRequestsCommand, se_CancelSpotFleetRequestsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CancelSpotInstanceRequestsCommand.ts b/clients/client-ec2/src/commands/CancelSpotInstanceRequestsCommand.ts index 4e3d44eca9b29..5c27f93e7caa0 100644 --- a/clients/client-ec2/src/commands/CancelSpotInstanceRequestsCommand.ts +++ b/clients/client-ec2/src/commands/CancelSpotInstanceRequestsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CancelSpotInstanceRequestsRequest, CancelSpotInstanceRequestsResult } from "../models/models_0"; import { de_CancelSpotInstanceRequestsCommand, se_CancelSpotInstanceRequestsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ConfirmProductInstanceCommand.ts b/clients/client-ec2/src/commands/ConfirmProductInstanceCommand.ts index a6ee0a2696276..4910e94f2441d 100644 --- a/clients/client-ec2/src/commands/ConfirmProductInstanceCommand.ts +++ b/clients/client-ec2/src/commands/ConfirmProductInstanceCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ConfirmProductInstanceRequest, ConfirmProductInstanceResult } from "../models/models_0"; import { de_ConfirmProductInstanceCommand, se_ConfirmProductInstanceCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CopyFpgaImageCommand.ts b/clients/client-ec2/src/commands/CopyFpgaImageCommand.ts index 9ca7794ffc406..06801ff13190d 100644 --- a/clients/client-ec2/src/commands/CopyFpgaImageCommand.ts +++ b/clients/client-ec2/src/commands/CopyFpgaImageCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CopyFpgaImageRequest, CopyFpgaImageResult } from "../models/models_0"; import { de_CopyFpgaImageCommand, se_CopyFpgaImageCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CopyImageCommand.ts b/clients/client-ec2/src/commands/CopyImageCommand.ts index 30b2c721c69e4..067b9b4ec42a0 100644 --- a/clients/client-ec2/src/commands/CopyImageCommand.ts +++ b/clients/client-ec2/src/commands/CopyImageCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CopyImageRequest, CopyImageResult } from "../models/models_0"; import { de_CopyImageCommand, se_CopyImageCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CopySnapshotCommand.ts b/clients/client-ec2/src/commands/CopySnapshotCommand.ts index 832972e44b32b..d86fd774bd9b2 100644 --- a/clients/client-ec2/src/commands/CopySnapshotCommand.ts +++ b/clients/client-ec2/src/commands/CopySnapshotCommand.ts @@ -18,6 +18,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CopySnapshotRequest, CopySnapshotRequestFilterSensitiveLog, CopySnapshotResult } from "../models/models_0"; import { de_CopySnapshotCommand, se_CopySnapshotCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateCapacityReservationCommand.ts b/clients/client-ec2/src/commands/CreateCapacityReservationCommand.ts index 482fac9c85306..4c1961fa6d031 100644 --- a/clients/client-ec2/src/commands/CreateCapacityReservationCommand.ts +++ b/clients/client-ec2/src/commands/CreateCapacityReservationCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateCapacityReservationRequest, CreateCapacityReservationResult } from "../models/models_0"; import { de_CreateCapacityReservationCommand, se_CreateCapacityReservationCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts b/clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts index b7931e54c23e7..46b99493cea87 100644 --- a/clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts +++ b/clients/client-ec2/src/commands/CreateCapacityReservationFleetCommand.ts @@ -20,6 +20,10 @@ import { se_CreateCapacityReservationFleetCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateCarrierGatewayCommand.ts b/clients/client-ec2/src/commands/CreateCarrierGatewayCommand.ts index 224cd5a5df523..6a67f0becd1c3 100644 --- a/clients/client-ec2/src/commands/CreateCarrierGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateCarrierGatewayCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateCarrierGatewayRequest, CreateCarrierGatewayResult } from "../models/models_0"; import { de_CreateCarrierGatewayCommand, se_CreateCarrierGatewayCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateClientVpnEndpointCommand.ts b/clients/client-ec2/src/commands/CreateClientVpnEndpointCommand.ts index 8e0a47d1aea9c..3401062712e2c 100644 --- a/clients/client-ec2/src/commands/CreateClientVpnEndpointCommand.ts +++ b/clients/client-ec2/src/commands/CreateClientVpnEndpointCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateClientVpnEndpointRequest, CreateClientVpnEndpointResult } from "../models/models_1"; import { de_CreateClientVpnEndpointCommand, se_CreateClientVpnEndpointCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateClientVpnRouteCommand.ts b/clients/client-ec2/src/commands/CreateClientVpnRouteCommand.ts index ee41f6ea7f1c2..430fff808e67d 100644 --- a/clients/client-ec2/src/commands/CreateClientVpnRouteCommand.ts +++ b/clients/client-ec2/src/commands/CreateClientVpnRouteCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateClientVpnRouteRequest, CreateClientVpnRouteResult } from "../models/models_1"; import { de_CreateClientVpnRouteCommand, se_CreateClientVpnRouteCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateCoipCidrCommand.ts b/clients/client-ec2/src/commands/CreateCoipCidrCommand.ts index cd8b6d92a3aa8..4ec014de124db 100644 --- a/clients/client-ec2/src/commands/CreateCoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/CreateCoipCidrCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateCoipCidrRequest, CreateCoipCidrResult } from "../models/models_1"; import { de_CreateCoipCidrCommand, se_CreateCoipCidrCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateCoipPoolCommand.ts b/clients/client-ec2/src/commands/CreateCoipPoolCommand.ts index 85b10a0d78c35..f39404b283c19 100644 --- a/clients/client-ec2/src/commands/CreateCoipPoolCommand.ts +++ b/clients/client-ec2/src/commands/CreateCoipPoolCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateCoipPoolRequest, CreateCoipPoolResult } from "../models/models_1"; import { de_CreateCoipPoolCommand, se_CreateCoipPoolCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateCustomerGatewayCommand.ts b/clients/client-ec2/src/commands/CreateCustomerGatewayCommand.ts index 325e9dea7b7fb..c37730269d484 100644 --- a/clients/client-ec2/src/commands/CreateCustomerGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateCustomerGatewayCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateCustomerGatewayRequest, CreateCustomerGatewayResult } from "../models/models_1"; import { de_CreateCustomerGatewayCommand, se_CreateCustomerGatewayCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateDefaultSubnetCommand.ts b/clients/client-ec2/src/commands/CreateDefaultSubnetCommand.ts index bd65d62b00749..30e088e4445f7 100644 --- a/clients/client-ec2/src/commands/CreateDefaultSubnetCommand.ts +++ b/clients/client-ec2/src/commands/CreateDefaultSubnetCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateDefaultSubnetRequest, CreateDefaultSubnetResult } from "../models/models_1"; import { de_CreateDefaultSubnetCommand, se_CreateDefaultSubnetCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateDefaultVpcCommand.ts b/clients/client-ec2/src/commands/CreateDefaultVpcCommand.ts index 23358d333fd32..22485a92a212b 100644 --- a/clients/client-ec2/src/commands/CreateDefaultVpcCommand.ts +++ b/clients/client-ec2/src/commands/CreateDefaultVpcCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateDefaultVpcRequest, CreateDefaultVpcResult } from "../models/models_1"; import { de_CreateDefaultVpcCommand, se_CreateDefaultVpcCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateDhcpOptionsCommand.ts b/clients/client-ec2/src/commands/CreateDhcpOptionsCommand.ts index 84072c49a37e8..013726eba9d0e 100644 --- a/clients/client-ec2/src/commands/CreateDhcpOptionsCommand.ts +++ b/clients/client-ec2/src/commands/CreateDhcpOptionsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateDhcpOptionsRequest, CreateDhcpOptionsResult } from "../models/models_1"; import { de_CreateDhcpOptionsCommand, se_CreateDhcpOptionsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateEgressOnlyInternetGatewayCommand.ts b/clients/client-ec2/src/commands/CreateEgressOnlyInternetGatewayCommand.ts index c773d9d1163d3..5058a9cc207d9 100644 --- a/clients/client-ec2/src/commands/CreateEgressOnlyInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateEgressOnlyInternetGatewayCommand.ts @@ -20,6 +20,10 @@ import { se_CreateEgressOnlyInternetGatewayCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateFleetCommand.ts b/clients/client-ec2/src/commands/CreateFleetCommand.ts index 2061a67a7ef81..d4674e8c4ade5 100644 --- a/clients/client-ec2/src/commands/CreateFleetCommand.ts +++ b/clients/client-ec2/src/commands/CreateFleetCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateFleetRequest, CreateFleetResult } from "../models/models_1"; import { de_CreateFleetCommand, se_CreateFleetCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateFlowLogsCommand.ts b/clients/client-ec2/src/commands/CreateFlowLogsCommand.ts index 5145f0b96b258..01c90df2a0329 100644 --- a/clients/client-ec2/src/commands/CreateFlowLogsCommand.ts +++ b/clients/client-ec2/src/commands/CreateFlowLogsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateFlowLogsRequest, CreateFlowLogsResult } from "../models/models_1"; import { de_CreateFlowLogsCommand, se_CreateFlowLogsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateFpgaImageCommand.ts b/clients/client-ec2/src/commands/CreateFpgaImageCommand.ts index 1b333683cf46b..7e756b907e324 100644 --- a/clients/client-ec2/src/commands/CreateFpgaImageCommand.ts +++ b/clients/client-ec2/src/commands/CreateFpgaImageCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateFpgaImageRequest, CreateFpgaImageResult } from "../models/models_1"; import { de_CreateFpgaImageCommand, se_CreateFpgaImageCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateImageCommand.ts b/clients/client-ec2/src/commands/CreateImageCommand.ts index eb317856e64f5..ad83dad697625 100644 --- a/clients/client-ec2/src/commands/CreateImageCommand.ts +++ b/clients/client-ec2/src/commands/CreateImageCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateImageRequest, CreateImageResult } from "../models/models_1"; import { de_CreateImageCommand, se_CreateImageCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/CreateInstanceEventWindowCommand.ts index 7fe7f6060c6de..0b7a97589e57b 100644 --- a/clients/client-ec2/src/commands/CreateInstanceEventWindowCommand.ts +++ b/clients/client-ec2/src/commands/CreateInstanceEventWindowCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateInstanceEventWindowRequest, CreateInstanceEventWindowResult } from "../models/models_1"; import { de_CreateInstanceEventWindowCommand, se_CreateInstanceEventWindowCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateInstanceExportTaskCommand.ts b/clients/client-ec2/src/commands/CreateInstanceExportTaskCommand.ts index 0a258b069ec5c..1a3e8b5419533 100644 --- a/clients/client-ec2/src/commands/CreateInstanceExportTaskCommand.ts +++ b/clients/client-ec2/src/commands/CreateInstanceExportTaskCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateInstanceExportTaskRequest, CreateInstanceExportTaskResult } from "../models/models_1"; import { de_CreateInstanceExportTaskCommand, se_CreateInstanceExportTaskCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateInternetGatewayCommand.ts b/clients/client-ec2/src/commands/CreateInternetGatewayCommand.ts index 2a8c4addcc619..e47d12a1e46b4 100644 --- a/clients/client-ec2/src/commands/CreateInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateInternetGatewayCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateInternetGatewayRequest, CreateInternetGatewayResult } from "../models/models_1"; import { de_CreateInternetGatewayCommand, se_CreateInternetGatewayCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateIpamCommand.ts b/clients/client-ec2/src/commands/CreateIpamCommand.ts index 5989b0de982cd..42c863df83023 100644 --- a/clients/client-ec2/src/commands/CreateIpamCommand.ts +++ b/clients/client-ec2/src/commands/CreateIpamCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateIpamRequest, CreateIpamResult } from "../models/models_1"; import { de_CreateIpamCommand, se_CreateIpamCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateIpamPoolCommand.ts b/clients/client-ec2/src/commands/CreateIpamPoolCommand.ts index 65be0ae92aef8..9beadf72424b6 100644 --- a/clients/client-ec2/src/commands/CreateIpamPoolCommand.ts +++ b/clients/client-ec2/src/commands/CreateIpamPoolCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateIpamPoolRequest, CreateIpamPoolResult } from "../models/models_1"; import { de_CreateIpamPoolCommand, se_CreateIpamPoolCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/CreateIpamResourceDiscoveryCommand.ts index d5a46fa659b95..ab4a0cc018de9 100644 --- a/clients/client-ec2/src/commands/CreateIpamResourceDiscoveryCommand.ts +++ b/clients/client-ec2/src/commands/CreateIpamResourceDiscoveryCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateIpamResourceDiscoveryRequest, CreateIpamResourceDiscoveryResult } from "../models/models_1"; import { de_CreateIpamResourceDiscoveryCommand, se_CreateIpamResourceDiscoveryCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateIpamScopeCommand.ts b/clients/client-ec2/src/commands/CreateIpamScopeCommand.ts index 2237a0fd57eda..28742ce0d9cec 100644 --- a/clients/client-ec2/src/commands/CreateIpamScopeCommand.ts +++ b/clients/client-ec2/src/commands/CreateIpamScopeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateIpamScopeRequest, CreateIpamScopeResult } from "../models/models_1"; import { de_CreateIpamScopeCommand, se_CreateIpamScopeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateKeyPairCommand.ts b/clients/client-ec2/src/commands/CreateKeyPairCommand.ts index 30c3b7a9ad122..3d96e505fb818 100644 --- a/clients/client-ec2/src/commands/CreateKeyPairCommand.ts +++ b/clients/client-ec2/src/commands/CreateKeyPairCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateKeyPairRequest, KeyPair, KeyPairFilterSensitiveLog } from "../models/models_1"; import { de_CreateKeyPairCommand, se_CreateKeyPairCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts b/clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts index 9a373a926da28..79cd0c0e3c74b 100644 --- a/clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts +++ b/clients/client-ec2/src/commands/CreateLaunchTemplateCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_CreateLaunchTemplateCommand, se_CreateLaunchTemplateCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts b/clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts index de666eb876a1a..1b1180b1a231c 100644 --- a/clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts +++ b/clients/client-ec2/src/commands/CreateLaunchTemplateVersionCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_1"; import { de_CreateLaunchTemplateVersionCommand, se_CreateLaunchTemplateVersionCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateLocalGatewayRouteCommand.ts b/clients/client-ec2/src/commands/CreateLocalGatewayRouteCommand.ts index 06f0b750f7e6d..ba247d2776c7b 100644 --- a/clients/client-ec2/src/commands/CreateLocalGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/CreateLocalGatewayRouteCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateLocalGatewayRouteRequest, CreateLocalGatewayRouteResult } from "../models/models_1"; import { de_CreateLocalGatewayRouteCommand, se_CreateLocalGatewayRouteCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableCommand.ts index f0ab516ee865f..4600960b39f52 100644 --- a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateLocalGatewayRouteTableRequest, CreateLocalGatewayRouteTableResult } from "../models/models_1"; import { de_CreateLocalGatewayRouteTableCommand, se_CreateLocalGatewayRouteTableCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts index 64618540958dd..75e8611f39fe3 100644 --- a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts +++ b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts @@ -23,6 +23,10 @@ import { se_CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts index fa24663ac749c..41784d00e52e1 100644 --- a/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts +++ b/clients/client-ec2/src/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.ts @@ -23,6 +23,10 @@ import { se_CreateLocalGatewayRouteTableVpcAssociationCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateManagedPrefixListCommand.ts b/clients/client-ec2/src/commands/CreateManagedPrefixListCommand.ts index ef4e532da15a9..813c040899561 100644 --- a/clients/client-ec2/src/commands/CreateManagedPrefixListCommand.ts +++ b/clients/client-ec2/src/commands/CreateManagedPrefixListCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateManagedPrefixListRequest, CreateManagedPrefixListResult } from "../models/models_1"; import { de_CreateManagedPrefixListCommand, se_CreateManagedPrefixListCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateNatGatewayCommand.ts b/clients/client-ec2/src/commands/CreateNatGatewayCommand.ts index 26ae197940e67..c5ee2a2c6f925 100644 --- a/clients/client-ec2/src/commands/CreateNatGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateNatGatewayCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateNatGatewayRequest, CreateNatGatewayResult } from "../models/models_1"; import { de_CreateNatGatewayCommand, se_CreateNatGatewayCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateNetworkAclCommand.ts b/clients/client-ec2/src/commands/CreateNetworkAclCommand.ts index 0a33bb41a5fd8..024fcc8349fab 100644 --- a/clients/client-ec2/src/commands/CreateNetworkAclCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkAclCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateNetworkAclRequest, CreateNetworkAclResult } from "../models/models_1"; import { de_CreateNetworkAclCommand, se_CreateNetworkAclCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateNetworkAclEntryCommand.ts b/clients/client-ec2/src/commands/CreateNetworkAclEntryCommand.ts index e4bbf5bc8abb3..f02b3531bfb7c 100644 --- a/clients/client-ec2/src/commands/CreateNetworkAclEntryCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkAclEntryCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateNetworkAclEntryRequest } from "../models/models_1"; import { de_CreateNetworkAclEntryCommand, se_CreateNetworkAclEntryCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateNetworkInsightsAccessScopeCommand.ts b/clients/client-ec2/src/commands/CreateNetworkInsightsAccessScopeCommand.ts index 90d6360655865..0faa6e7f63b58 100644 --- a/clients/client-ec2/src/commands/CreateNetworkInsightsAccessScopeCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkInsightsAccessScopeCommand.ts @@ -20,6 +20,10 @@ import { se_CreateNetworkInsightsAccessScopeCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateNetworkInsightsPathCommand.ts b/clients/client-ec2/src/commands/CreateNetworkInsightsPathCommand.ts index ae4b39a4c486f..99dba0125864e 100644 --- a/clients/client-ec2/src/commands/CreateNetworkInsightsPathCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkInsightsPathCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateNetworkInsightsPathRequest, CreateNetworkInsightsPathResult } from "../models/models_1"; import { de_CreateNetworkInsightsPathCommand, se_CreateNetworkInsightsPathCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateNetworkInterfaceCommand.ts b/clients/client-ec2/src/commands/CreateNetworkInterfaceCommand.ts index bbdb08124eb4c..d77d751fb70df 100644 --- a/clients/client-ec2/src/commands/CreateNetworkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkInterfaceCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateNetworkInterfaceRequest, CreateNetworkInterfaceResult } from "../models/models_1"; import { de_CreateNetworkInterfaceCommand, se_CreateNetworkInterfaceCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateNetworkInterfacePermissionCommand.ts b/clients/client-ec2/src/commands/CreateNetworkInterfacePermissionCommand.ts index 2df101210b15a..25a506b451cbc 100644 --- a/clients/client-ec2/src/commands/CreateNetworkInterfacePermissionCommand.ts +++ b/clients/client-ec2/src/commands/CreateNetworkInterfacePermissionCommand.ts @@ -20,6 +20,10 @@ import { se_CreateNetworkInterfacePermissionCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreatePlacementGroupCommand.ts b/clients/client-ec2/src/commands/CreatePlacementGroupCommand.ts index a1f574d11ba29..03363d72564f3 100644 --- a/clients/client-ec2/src/commands/CreatePlacementGroupCommand.ts +++ b/clients/client-ec2/src/commands/CreatePlacementGroupCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreatePlacementGroupRequest, CreatePlacementGroupResult } from "../models/models_1"; import { de_CreatePlacementGroupCommand, se_CreatePlacementGroupCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreatePublicIpv4PoolCommand.ts b/clients/client-ec2/src/commands/CreatePublicIpv4PoolCommand.ts index 24cec8ce7775c..d620dbd545d3e 100644 --- a/clients/client-ec2/src/commands/CreatePublicIpv4PoolCommand.ts +++ b/clients/client-ec2/src/commands/CreatePublicIpv4PoolCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreatePublicIpv4PoolRequest, CreatePublicIpv4PoolResult } from "../models/models_1"; import { de_CreatePublicIpv4PoolCommand, se_CreatePublicIpv4PoolCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateReplaceRootVolumeTaskCommand.ts b/clients/client-ec2/src/commands/CreateReplaceRootVolumeTaskCommand.ts index 2d5ac31aa9ee1..d88c7249c80c9 100644 --- a/clients/client-ec2/src/commands/CreateReplaceRootVolumeTaskCommand.ts +++ b/clients/client-ec2/src/commands/CreateReplaceRootVolumeTaskCommand.ts @@ -18,6 +18,10 @@ import { CreateReplaceRootVolumeTaskRequest } from "../models/models_1"; import { CreateReplaceRootVolumeTaskResult } from "../models/models_2"; import { de_CreateReplaceRootVolumeTaskCommand, se_CreateReplaceRootVolumeTaskCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateReservedInstancesListingCommand.ts b/clients/client-ec2/src/commands/CreateReservedInstancesListingCommand.ts index 4907022630ecd..f2f526ed55761 100644 --- a/clients/client-ec2/src/commands/CreateReservedInstancesListingCommand.ts +++ b/clients/client-ec2/src/commands/CreateReservedInstancesListingCommand.ts @@ -20,6 +20,10 @@ import { se_CreateReservedInstancesListingCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateRestoreImageTaskCommand.ts b/clients/client-ec2/src/commands/CreateRestoreImageTaskCommand.ts index 3ae7aedeeb776..42d5c5807de56 100644 --- a/clients/client-ec2/src/commands/CreateRestoreImageTaskCommand.ts +++ b/clients/client-ec2/src/commands/CreateRestoreImageTaskCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateRestoreImageTaskRequest, CreateRestoreImageTaskResult } from "../models/models_2"; import { de_CreateRestoreImageTaskCommand, se_CreateRestoreImageTaskCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateRouteCommand.ts b/clients/client-ec2/src/commands/CreateRouteCommand.ts index 896a71fd756e9..b5d6b61734f86 100644 --- a/clients/client-ec2/src/commands/CreateRouteCommand.ts +++ b/clients/client-ec2/src/commands/CreateRouteCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateRouteRequest, CreateRouteResult } from "../models/models_2"; import { de_CreateRouteCommand, se_CreateRouteCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateRouteTableCommand.ts b/clients/client-ec2/src/commands/CreateRouteTableCommand.ts index 3a326131f2a9a..6e7ec67bffcb3 100644 --- a/clients/client-ec2/src/commands/CreateRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/CreateRouteTableCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateRouteTableRequest, CreateRouteTableResult } from "../models/models_2"; import { de_CreateRouteTableCommand, se_CreateRouteTableCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateSecurityGroupCommand.ts b/clients/client-ec2/src/commands/CreateSecurityGroupCommand.ts index dee08046cd3b4..102363ade87f5 100644 --- a/clients/client-ec2/src/commands/CreateSecurityGroupCommand.ts +++ b/clients/client-ec2/src/commands/CreateSecurityGroupCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateSecurityGroupRequest, CreateSecurityGroupResult } from "../models/models_2"; import { de_CreateSecurityGroupCommand, se_CreateSecurityGroupCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateSnapshotCommand.ts b/clients/client-ec2/src/commands/CreateSnapshotCommand.ts index 484f18758dcac..342e2c94af177 100644 --- a/clients/client-ec2/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-ec2/src/commands/CreateSnapshotCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateSnapshotRequest, Snapshot } from "../models/models_2"; import { de_CreateSnapshotCommand, se_CreateSnapshotCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateSnapshotsCommand.ts b/clients/client-ec2/src/commands/CreateSnapshotsCommand.ts index c76c801d6e999..3cbb85652e1c7 100644 --- a/clients/client-ec2/src/commands/CreateSnapshotsCommand.ts +++ b/clients/client-ec2/src/commands/CreateSnapshotsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateSnapshotsRequest, CreateSnapshotsResult } from "../models/models_2"; import { de_CreateSnapshotsCommand, se_CreateSnapshotsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateSpotDatafeedSubscriptionCommand.ts b/clients/client-ec2/src/commands/CreateSpotDatafeedSubscriptionCommand.ts index df9f8119bc207..ac63f2658d8aa 100644 --- a/clients/client-ec2/src/commands/CreateSpotDatafeedSubscriptionCommand.ts +++ b/clients/client-ec2/src/commands/CreateSpotDatafeedSubscriptionCommand.ts @@ -20,6 +20,10 @@ import { se_CreateSpotDatafeedSubscriptionCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateStoreImageTaskCommand.ts b/clients/client-ec2/src/commands/CreateStoreImageTaskCommand.ts index c2cae28245597..b1546a622edcd 100644 --- a/clients/client-ec2/src/commands/CreateStoreImageTaskCommand.ts +++ b/clients/client-ec2/src/commands/CreateStoreImageTaskCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateStoreImageTaskRequest, CreateStoreImageTaskResult } from "../models/models_2"; import { de_CreateStoreImageTaskCommand, se_CreateStoreImageTaskCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateSubnetCidrReservationCommand.ts b/clients/client-ec2/src/commands/CreateSubnetCidrReservationCommand.ts index 75369adf4a13e..5524bb35d94fc 100644 --- a/clients/client-ec2/src/commands/CreateSubnetCidrReservationCommand.ts +++ b/clients/client-ec2/src/commands/CreateSubnetCidrReservationCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateSubnetCidrReservationRequest, CreateSubnetCidrReservationResult } from "../models/models_2"; import { de_CreateSubnetCidrReservationCommand, se_CreateSubnetCidrReservationCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateSubnetCommand.ts b/clients/client-ec2/src/commands/CreateSubnetCommand.ts index 7e765ea7f3d49..9dcb311a01653 100644 --- a/clients/client-ec2/src/commands/CreateSubnetCommand.ts +++ b/clients/client-ec2/src/commands/CreateSubnetCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateSubnetRequest, CreateSubnetResult } from "../models/models_2"; import { de_CreateSubnetCommand, se_CreateSubnetCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateTagsCommand.ts b/clients/client-ec2/src/commands/CreateTagsCommand.ts index de49beb0b29ba..fb8c657441427 100644 --- a/clients/client-ec2/src/commands/CreateTagsCommand.ts +++ b/clients/client-ec2/src/commands/CreateTagsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateTagsRequest } from "../models/models_2"; import { de_CreateTagsCommand, se_CreateTagsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateTrafficMirrorFilterCommand.ts b/clients/client-ec2/src/commands/CreateTrafficMirrorFilterCommand.ts index b3b77978d7f5c..554ff44eb8570 100644 --- a/clients/client-ec2/src/commands/CreateTrafficMirrorFilterCommand.ts +++ b/clients/client-ec2/src/commands/CreateTrafficMirrorFilterCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateTrafficMirrorFilterRequest, CreateTrafficMirrorFilterResult } from "../models/models_2"; import { de_CreateTrafficMirrorFilterCommand, se_CreateTrafficMirrorFilterCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateTrafficMirrorFilterRuleCommand.ts b/clients/client-ec2/src/commands/CreateTrafficMirrorFilterRuleCommand.ts index 6f37130441b4f..b2629d39c3855 100644 --- a/clients/client-ec2/src/commands/CreateTrafficMirrorFilterRuleCommand.ts +++ b/clients/client-ec2/src/commands/CreateTrafficMirrorFilterRuleCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateTrafficMirrorFilterRuleRequest, CreateTrafficMirrorFilterRuleResult } from "../models/models_2"; import { de_CreateTrafficMirrorFilterRuleCommand, se_CreateTrafficMirrorFilterRuleCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateTrafficMirrorSessionCommand.ts b/clients/client-ec2/src/commands/CreateTrafficMirrorSessionCommand.ts index c75b2f2f1e20c..f2f1b278eed3b 100644 --- a/clients/client-ec2/src/commands/CreateTrafficMirrorSessionCommand.ts +++ b/clients/client-ec2/src/commands/CreateTrafficMirrorSessionCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateTrafficMirrorSessionRequest, CreateTrafficMirrorSessionResult } from "../models/models_2"; import { de_CreateTrafficMirrorSessionCommand, se_CreateTrafficMirrorSessionCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateTrafficMirrorTargetCommand.ts b/clients/client-ec2/src/commands/CreateTrafficMirrorTargetCommand.ts index 69d5c5189e9a0..e6e7182ea79e8 100644 --- a/clients/client-ec2/src/commands/CreateTrafficMirrorTargetCommand.ts +++ b/clients/client-ec2/src/commands/CreateTrafficMirrorTargetCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateTrafficMirrorTargetRequest, CreateTrafficMirrorTargetResult } from "../models/models_2"; import { de_CreateTrafficMirrorTargetCommand, se_CreateTrafficMirrorTargetCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayCommand.ts index 3e36aeb32b682..5ab882b17a641 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateTransitGatewayRequest, CreateTransitGatewayResult } from "../models/models_2"; import { de_CreateTransitGatewayCommand, se_CreateTransitGatewayCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayConnectCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayConnectCommand.ts index 238c40c358237..aac5950658d92 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayConnectCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayConnectCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateTransitGatewayConnectRequest, CreateTransitGatewayConnectResult } from "../models/models_2"; import { de_CreateTransitGatewayConnectCommand, se_CreateTransitGatewayConnectCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayConnectPeerCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayConnectPeerCommand.ts index f426781885e3f..cc9567fe51d65 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayConnectPeerCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayConnectPeerCommand.ts @@ -20,6 +20,10 @@ import { se_CreateTransitGatewayConnectPeerCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayMulticastDomainCommand.ts index 4f11971263df5..2cb1e15cb3bbf 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayMulticastDomainCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayMulticastDomainCommand.ts @@ -23,6 +23,10 @@ import { se_CreateTransitGatewayMulticastDomainCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayPeeringAttachmentCommand.ts index 7d027c337028a..361dea27bd3b7 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayPeeringAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayPeeringAttachmentCommand.ts @@ -23,6 +23,10 @@ import { se_CreateTransitGatewayPeeringAttachmentCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayPolicyTableCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayPolicyTableCommand.ts index 44d16ff2accc4..ebe9c7b324bb2 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayPolicyTableCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayPolicyTableCommand.ts @@ -20,6 +20,10 @@ import { se_CreateTransitGatewayPolicyTableCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayPrefixListReferenceCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayPrefixListReferenceCommand.ts index 7f09d34c68c82..4b5f15aa0a537 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayPrefixListReferenceCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayPrefixListReferenceCommand.ts @@ -23,6 +23,10 @@ import { se_CreateTransitGatewayPrefixListReferenceCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayRouteCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayRouteCommand.ts index 4da8dd875af89..318528b4d2835 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayRouteCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateTransitGatewayRouteRequest, CreateTransitGatewayRouteResult } from "../models/models_2"; import { de_CreateTransitGatewayRouteCommand, se_CreateTransitGatewayRouteCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableAnnouncementCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableAnnouncementCommand.ts index ea748f633d42b..359863072d244 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableAnnouncementCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableAnnouncementCommand.ts @@ -23,6 +23,10 @@ import { se_CreateTransitGatewayRouteTableAnnouncementCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableCommand.ts index a724f7f7365c3..67c43111fb9f9 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayRouteTableCommand.ts @@ -20,6 +20,10 @@ import { se_CreateTransitGatewayRouteTableCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/CreateTransitGatewayVpcAttachmentCommand.ts index 1c24937c7d5d2..906398b85b393 100644 --- a/clients/client-ec2/src/commands/CreateTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/CreateTransitGatewayVpcAttachmentCommand.ts @@ -20,6 +20,10 @@ import { se_CreateTransitGatewayVpcAttachmentCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateVerifiedAccessEndpointCommand.ts b/clients/client-ec2/src/commands/CreateVerifiedAccessEndpointCommand.ts index 26759078da21d..a8a8e411f0860 100644 --- a/clients/client-ec2/src/commands/CreateVerifiedAccessEndpointCommand.ts +++ b/clients/client-ec2/src/commands/CreateVerifiedAccessEndpointCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateVerifiedAccessEndpointRequest, CreateVerifiedAccessEndpointResult } from "../models/models_2"; import { de_CreateVerifiedAccessEndpointCommand, se_CreateVerifiedAccessEndpointCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateVerifiedAccessGroupCommand.ts b/clients/client-ec2/src/commands/CreateVerifiedAccessGroupCommand.ts index fc98ac2607ebd..51be1c786733f 100644 --- a/clients/client-ec2/src/commands/CreateVerifiedAccessGroupCommand.ts +++ b/clients/client-ec2/src/commands/CreateVerifiedAccessGroupCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateVerifiedAccessGroupRequest, CreateVerifiedAccessGroupResult } from "../models/models_2"; import { de_CreateVerifiedAccessGroupCommand, se_CreateVerifiedAccessGroupCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateVerifiedAccessInstanceCommand.ts b/clients/client-ec2/src/commands/CreateVerifiedAccessInstanceCommand.ts index fc245000c3396..8894be1572c6c 100644 --- a/clients/client-ec2/src/commands/CreateVerifiedAccessInstanceCommand.ts +++ b/clients/client-ec2/src/commands/CreateVerifiedAccessInstanceCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateVerifiedAccessInstanceRequest, CreateVerifiedAccessInstanceResult } from "../models/models_2"; import { de_CreateVerifiedAccessInstanceCommand, se_CreateVerifiedAccessInstanceCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/CreateVerifiedAccessTrustProviderCommand.ts index 7549fb254d4a4..77de135c8496e 100644 --- a/clients/client-ec2/src/commands/CreateVerifiedAccessTrustProviderCommand.ts +++ b/clients/client-ec2/src/commands/CreateVerifiedAccessTrustProviderCommand.ts @@ -25,6 +25,10 @@ import { se_CreateVerifiedAccessTrustProviderCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateVolumeCommand.ts b/clients/client-ec2/src/commands/CreateVolumeCommand.ts index 53f7a213eadc6..a10d405fc6d50 100644 --- a/clients/client-ec2/src/commands/CreateVolumeCommand.ts +++ b/clients/client-ec2/src/commands/CreateVolumeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateVolumeRequest, Volume } from "../models/models_2"; import { de_CreateVolumeCommand, se_CreateVolumeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateVpcCommand.ts b/clients/client-ec2/src/commands/CreateVpcCommand.ts index 69ec95e03dc57..3572e35ccd0ec 100644 --- a/clients/client-ec2/src/commands/CreateVpcCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpcCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateVpcRequest, CreateVpcResult } from "../models/models_2"; import { de_CreateVpcCommand, se_CreateVpcCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateVpcEndpointCommand.ts b/clients/client-ec2/src/commands/CreateVpcEndpointCommand.ts index 42215f47cec55..853813e08526f 100644 --- a/clients/client-ec2/src/commands/CreateVpcEndpointCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpcEndpointCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateVpcEndpointRequest, CreateVpcEndpointResult } from "../models/models_2"; import { de_CreateVpcEndpointCommand, se_CreateVpcEndpointCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateVpcEndpointConnectionNotificationCommand.ts b/clients/client-ec2/src/commands/CreateVpcEndpointConnectionNotificationCommand.ts index 1138f75335a99..304e3a698a382 100644 --- a/clients/client-ec2/src/commands/CreateVpcEndpointConnectionNotificationCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpcEndpointConnectionNotificationCommand.ts @@ -23,6 +23,10 @@ import { se_CreateVpcEndpointConnectionNotificationCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateVpcEndpointServiceConfigurationCommand.ts b/clients/client-ec2/src/commands/CreateVpcEndpointServiceConfigurationCommand.ts index b2f93f2db1b27..5498a9cc99bd7 100644 --- a/clients/client-ec2/src/commands/CreateVpcEndpointServiceConfigurationCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpcEndpointServiceConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_CreateVpcEndpointServiceConfigurationCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateVpcPeeringConnectionCommand.ts b/clients/client-ec2/src/commands/CreateVpcPeeringConnectionCommand.ts index 6be3edd9968f5..b97347448fce5 100644 --- a/clients/client-ec2/src/commands/CreateVpcPeeringConnectionCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpcPeeringConnectionCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateVpcPeeringConnectionRequest, CreateVpcPeeringConnectionResult } from "../models/models_2"; import { de_CreateVpcPeeringConnectionCommand, se_CreateVpcPeeringConnectionCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateVpnConnectionCommand.ts b/clients/client-ec2/src/commands/CreateVpnConnectionCommand.ts index 9a0d8be8e0ea2..d6490af9da54b 100644 --- a/clients/client-ec2/src/commands/CreateVpnConnectionCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpnConnectionCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateVpnConnectionRequest, CreateVpnConnectionResult } from "../models/models_2"; import { de_CreateVpnConnectionCommand, se_CreateVpnConnectionCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateVpnConnectionRouteCommand.ts b/clients/client-ec2/src/commands/CreateVpnConnectionRouteCommand.ts index 76291d93e65a1..3ba2a5ac82f47 100644 --- a/clients/client-ec2/src/commands/CreateVpnConnectionRouteCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpnConnectionRouteCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateVpnConnectionRouteRequest } from "../models/models_2"; import { de_CreateVpnConnectionRouteCommand, se_CreateVpnConnectionRouteCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/CreateVpnGatewayCommand.ts b/clients/client-ec2/src/commands/CreateVpnGatewayCommand.ts index 602f08fc5db5b..1cf89ece07614 100644 --- a/clients/client-ec2/src/commands/CreateVpnGatewayCommand.ts +++ b/clients/client-ec2/src/commands/CreateVpnGatewayCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateVpnGatewayRequest, CreateVpnGatewayResult } from "../models/models_2"; import { de_CreateVpnGatewayCommand, se_CreateVpnGatewayCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteCarrierGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteCarrierGatewayCommand.ts index 7b6e03b54068f..70b0e735ca9d3 100644 --- a/clients/client-ec2/src/commands/DeleteCarrierGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteCarrierGatewayCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteCarrierGatewayRequest, DeleteCarrierGatewayResult } from "../models/models_2"; import { de_DeleteCarrierGatewayCommand, se_DeleteCarrierGatewayCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteClientVpnEndpointCommand.ts b/clients/client-ec2/src/commands/DeleteClientVpnEndpointCommand.ts index d2e5430acd13d..5673f8148162f 100644 --- a/clients/client-ec2/src/commands/DeleteClientVpnEndpointCommand.ts +++ b/clients/client-ec2/src/commands/DeleteClientVpnEndpointCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteClientVpnEndpointRequest, DeleteClientVpnEndpointResult } from "../models/models_2"; import { de_DeleteClientVpnEndpointCommand, se_DeleteClientVpnEndpointCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteClientVpnRouteCommand.ts b/clients/client-ec2/src/commands/DeleteClientVpnRouteCommand.ts index 5ca021140b112..b30f05fb77687 100644 --- a/clients/client-ec2/src/commands/DeleteClientVpnRouteCommand.ts +++ b/clients/client-ec2/src/commands/DeleteClientVpnRouteCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteClientVpnRouteRequest, DeleteClientVpnRouteResult } from "../models/models_2"; import { de_DeleteClientVpnRouteCommand, se_DeleteClientVpnRouteCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteCoipCidrCommand.ts b/clients/client-ec2/src/commands/DeleteCoipCidrCommand.ts index b5e37bf914b9c..29b56eb055f15 100644 --- a/clients/client-ec2/src/commands/DeleteCoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/DeleteCoipCidrCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteCoipCidrRequest, DeleteCoipCidrResult } from "../models/models_2"; import { de_DeleteCoipCidrCommand, se_DeleteCoipCidrCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteCoipPoolCommand.ts b/clients/client-ec2/src/commands/DeleteCoipPoolCommand.ts index 15f2b37d54c9d..cbc5049c8218f 100644 --- a/clients/client-ec2/src/commands/DeleteCoipPoolCommand.ts +++ b/clients/client-ec2/src/commands/DeleteCoipPoolCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteCoipPoolRequest, DeleteCoipPoolResult } from "../models/models_2"; import { de_DeleteCoipPoolCommand, se_DeleteCoipPoolCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteCustomerGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteCustomerGatewayCommand.ts index f62f05e6d8cdc..828d1b384b592 100644 --- a/clients/client-ec2/src/commands/DeleteCustomerGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteCustomerGatewayCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteCustomerGatewayRequest } from "../models/models_2"; import { de_DeleteCustomerGatewayCommand, se_DeleteCustomerGatewayCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteDhcpOptionsCommand.ts b/clients/client-ec2/src/commands/DeleteDhcpOptionsCommand.ts index f9b44a09bd93d..0c0b554b5cae5 100644 --- a/clients/client-ec2/src/commands/DeleteDhcpOptionsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteDhcpOptionsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteDhcpOptionsRequest } from "../models/models_2"; import { de_DeleteDhcpOptionsCommand, se_DeleteDhcpOptionsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteEgressOnlyInternetGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteEgressOnlyInternetGatewayCommand.ts index 49f5cc2b47484..ca48a1c2459b5 100644 --- a/clients/client-ec2/src/commands/DeleteEgressOnlyInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteEgressOnlyInternetGatewayCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteEgressOnlyInternetGatewayCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteFleetsCommand.ts b/clients/client-ec2/src/commands/DeleteFleetsCommand.ts index 6618237265124..429311cd73ee6 100644 --- a/clients/client-ec2/src/commands/DeleteFleetsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteFleetsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteFleetsRequest, DeleteFleetsResult } from "../models/models_2"; import { de_DeleteFleetsCommand, se_DeleteFleetsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteFlowLogsCommand.ts b/clients/client-ec2/src/commands/DeleteFlowLogsCommand.ts index 21aedefb3cfc4..367fb151724bd 100644 --- a/clients/client-ec2/src/commands/DeleteFlowLogsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteFlowLogsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteFlowLogsRequest, DeleteFlowLogsResult } from "../models/models_2"; import { de_DeleteFlowLogsCommand, se_DeleteFlowLogsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteFpgaImageCommand.ts b/clients/client-ec2/src/commands/DeleteFpgaImageCommand.ts index 79c04baafa2bb..370de440526ba 100644 --- a/clients/client-ec2/src/commands/DeleteFpgaImageCommand.ts +++ b/clients/client-ec2/src/commands/DeleteFpgaImageCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteFpgaImageRequest, DeleteFpgaImageResult } from "../models/models_2"; import { de_DeleteFpgaImageCommand, se_DeleteFpgaImageCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/DeleteInstanceEventWindowCommand.ts index f98229a11ff38..73279107ea5aa 100644 --- a/clients/client-ec2/src/commands/DeleteInstanceEventWindowCommand.ts +++ b/clients/client-ec2/src/commands/DeleteInstanceEventWindowCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteInstanceEventWindowRequest, DeleteInstanceEventWindowResult } from "../models/models_2"; import { de_DeleteInstanceEventWindowCommand, se_DeleteInstanceEventWindowCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteInternetGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteInternetGatewayCommand.ts index 9b2bae86a8e28..6a304f54092bf 100644 --- a/clients/client-ec2/src/commands/DeleteInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteInternetGatewayCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteInternetGatewayRequest } from "../models/models_2"; import { de_DeleteInternetGatewayCommand, se_DeleteInternetGatewayCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteIpamCommand.ts b/clients/client-ec2/src/commands/DeleteIpamCommand.ts index 753118a89179a..9bbcdbe6ea3b0 100644 --- a/clients/client-ec2/src/commands/DeleteIpamCommand.ts +++ b/clients/client-ec2/src/commands/DeleteIpamCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteIpamRequest, DeleteIpamResult } from "../models/models_2"; import { de_DeleteIpamCommand, se_DeleteIpamCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteIpamPoolCommand.ts b/clients/client-ec2/src/commands/DeleteIpamPoolCommand.ts index e61b775a4f40a..99aead80f0ea2 100644 --- a/clients/client-ec2/src/commands/DeleteIpamPoolCommand.ts +++ b/clients/client-ec2/src/commands/DeleteIpamPoolCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteIpamPoolRequest, DeleteIpamPoolResult } from "../models/models_2"; import { de_DeleteIpamPoolCommand, se_DeleteIpamPoolCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/DeleteIpamResourceDiscoveryCommand.ts index eb08d0723b8a1..07acd63c75eca 100644 --- a/clients/client-ec2/src/commands/DeleteIpamResourceDiscoveryCommand.ts +++ b/clients/client-ec2/src/commands/DeleteIpamResourceDiscoveryCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteIpamResourceDiscoveryRequest, DeleteIpamResourceDiscoveryResult } from "../models/models_2"; import { de_DeleteIpamResourceDiscoveryCommand, se_DeleteIpamResourceDiscoveryCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteIpamScopeCommand.ts b/clients/client-ec2/src/commands/DeleteIpamScopeCommand.ts index 7c6bb9a5394a7..b4337a6a4a4b9 100644 --- a/clients/client-ec2/src/commands/DeleteIpamScopeCommand.ts +++ b/clients/client-ec2/src/commands/DeleteIpamScopeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteIpamScopeRequest, DeleteIpamScopeResult } from "../models/models_2"; import { de_DeleteIpamScopeCommand, se_DeleteIpamScopeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteKeyPairCommand.ts b/clients/client-ec2/src/commands/DeleteKeyPairCommand.ts index 2fb5ac0e8f80f..d3a8e9d9e2282 100644 --- a/clients/client-ec2/src/commands/DeleteKeyPairCommand.ts +++ b/clients/client-ec2/src/commands/DeleteKeyPairCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteKeyPairRequest } from "../models/models_2"; import { de_DeleteKeyPairCommand, se_DeleteKeyPairCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteLaunchTemplateCommand.ts b/clients/client-ec2/src/commands/DeleteLaunchTemplateCommand.ts index 7c1adf2875f19..a0c86e3b11869 100644 --- a/clients/client-ec2/src/commands/DeleteLaunchTemplateCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLaunchTemplateCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteLaunchTemplateRequest, DeleteLaunchTemplateResult } from "../models/models_2"; import { de_DeleteLaunchTemplateCommand, se_DeleteLaunchTemplateCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteLaunchTemplateVersionsCommand.ts b/clients/client-ec2/src/commands/DeleteLaunchTemplateVersionsCommand.ts index 45d97c05602b6..b432be3b138a8 100644 --- a/clients/client-ec2/src/commands/DeleteLaunchTemplateVersionsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLaunchTemplateVersionsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteLaunchTemplateVersionsRequest, DeleteLaunchTemplateVersionsResult } from "../models/models_2"; import { de_DeleteLaunchTemplateVersionsCommand, se_DeleteLaunchTemplateVersionsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteCommand.ts b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteCommand.ts index acaab4483fdfc..12308f17ec979 100644 --- a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteLocalGatewayRouteRequest, DeleteLocalGatewayRouteResult } from "../models/models_2"; import { de_DeleteLocalGatewayRouteCommand, se_DeleteLocalGatewayRouteCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableCommand.ts index 938d34e74cd2e..5380080e77e2d 100644 --- a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteLocalGatewayRouteTableRequest, DeleteLocalGatewayRouteTableResult } from "../models/models_2"; import { de_DeleteLocalGatewayRouteTableCommand, se_DeleteLocalGatewayRouteTableCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts index 8c0faa741d601..ebcbf92a42137 100644 --- a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts index 5abd154ed7295..1449312ff6a84 100644 --- a/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts +++ b/clients/client-ec2/src/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteLocalGatewayRouteTableVpcAssociationCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteManagedPrefixListCommand.ts b/clients/client-ec2/src/commands/DeleteManagedPrefixListCommand.ts index 5c8a64a3fe3d7..84621aa7ce1a3 100644 --- a/clients/client-ec2/src/commands/DeleteManagedPrefixListCommand.ts +++ b/clients/client-ec2/src/commands/DeleteManagedPrefixListCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteManagedPrefixListRequest, DeleteManagedPrefixListResult } from "../models/models_2"; import { de_DeleteManagedPrefixListCommand, se_DeleteManagedPrefixListCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteNatGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteNatGatewayCommand.ts index 1fd9bc1b0d861..3406c1c9656f2 100644 --- a/clients/client-ec2/src/commands/DeleteNatGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNatGatewayCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteNatGatewayRequest, DeleteNatGatewayResult } from "../models/models_2"; import { de_DeleteNatGatewayCommand, se_DeleteNatGatewayCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteNetworkAclCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkAclCommand.ts index 95cacf853a303..bf5356760f39f 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkAclCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkAclCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteNetworkAclRequest } from "../models/models_2"; import { de_DeleteNetworkAclCommand, se_DeleteNetworkAclCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteNetworkAclEntryCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkAclEntryCommand.ts index b5b0b3ccf5da7..14f6d616bfaeb 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkAclEntryCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkAclEntryCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteNetworkAclEntryRequest } from "../models/models_2"; import { de_DeleteNetworkAclEntryCommand, se_DeleteNetworkAclEntryCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.ts index e7b294379bc82..703dbd7b5d84f 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteNetworkInsightsAccessScopeAnalysisCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeCommand.ts index 1772d74b7c77d..db34af01d6dfa 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInsightsAccessScopeCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteNetworkInsightsAccessScopeCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteNetworkInsightsAnalysisCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInsightsAnalysisCommand.ts index 30b6ce8bd4ed1..6c90457578d28 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInsightsAnalysisCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInsightsAnalysisCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteNetworkInsightsAnalysisRequest, DeleteNetworkInsightsAnalysisResult } from "../models/models_2"; import { de_DeleteNetworkInsightsAnalysisCommand, se_DeleteNetworkInsightsAnalysisCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteNetworkInsightsPathCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInsightsPathCommand.ts index 721d2015346c7..b74913d7db071 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInsightsPathCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInsightsPathCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteNetworkInsightsPathRequest, DeleteNetworkInsightsPathResult } from "../models/models_2"; import { de_DeleteNetworkInsightsPathCommand, se_DeleteNetworkInsightsPathCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteNetworkInterfaceCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInterfaceCommand.ts index 1baa5041c002b..0c3d7961ae56a 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInterfaceCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteNetworkInterfaceRequest } from "../models/models_2"; import { de_DeleteNetworkInterfaceCommand, se_DeleteNetworkInterfaceCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteNetworkInterfacePermissionCommand.ts b/clients/client-ec2/src/commands/DeleteNetworkInterfacePermissionCommand.ts index 5897449fef7a5..b28bc1c69cf15 100644 --- a/clients/client-ec2/src/commands/DeleteNetworkInterfacePermissionCommand.ts +++ b/clients/client-ec2/src/commands/DeleteNetworkInterfacePermissionCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteNetworkInterfacePermissionCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeletePlacementGroupCommand.ts b/clients/client-ec2/src/commands/DeletePlacementGroupCommand.ts index 71c2ea69f1f9c..7b07328255d9b 100644 --- a/clients/client-ec2/src/commands/DeletePlacementGroupCommand.ts +++ b/clients/client-ec2/src/commands/DeletePlacementGroupCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeletePlacementGroupRequest } from "../models/models_2"; import { de_DeletePlacementGroupCommand, se_DeletePlacementGroupCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeletePublicIpv4PoolCommand.ts b/clients/client-ec2/src/commands/DeletePublicIpv4PoolCommand.ts index b6eabcf171152..3ab57e9917ce5 100644 --- a/clients/client-ec2/src/commands/DeletePublicIpv4PoolCommand.ts +++ b/clients/client-ec2/src/commands/DeletePublicIpv4PoolCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeletePublicIpv4PoolRequest, DeletePublicIpv4PoolResult } from "../models/models_2"; import { de_DeletePublicIpv4PoolCommand, se_DeletePublicIpv4PoolCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteQueuedReservedInstancesCommand.ts b/clients/client-ec2/src/commands/DeleteQueuedReservedInstancesCommand.ts index 69d09579b013a..afcf50be97e3e 100644 --- a/clients/client-ec2/src/commands/DeleteQueuedReservedInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DeleteQueuedReservedInstancesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteQueuedReservedInstancesRequest, DeleteQueuedReservedInstancesResult } from "../models/models_2"; import { de_DeleteQueuedReservedInstancesCommand, se_DeleteQueuedReservedInstancesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteRouteCommand.ts b/clients/client-ec2/src/commands/DeleteRouteCommand.ts index 64ce73b317e00..f23ba5ec2c197 100644 --- a/clients/client-ec2/src/commands/DeleteRouteCommand.ts +++ b/clients/client-ec2/src/commands/DeleteRouteCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteRouteRequest } from "../models/models_2"; import { de_DeleteRouteCommand, se_DeleteRouteCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteRouteTableCommand.ts b/clients/client-ec2/src/commands/DeleteRouteTableCommand.ts index c03ad3e183c82..8384ab07bcad4 100644 --- a/clients/client-ec2/src/commands/DeleteRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/DeleteRouteTableCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteRouteTableRequest } from "../models/models_2"; import { de_DeleteRouteTableCommand, se_DeleteRouteTableCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteSecurityGroupCommand.ts b/clients/client-ec2/src/commands/DeleteSecurityGroupCommand.ts index 8792b8d208d5e..58f7e6b38b46c 100644 --- a/clients/client-ec2/src/commands/DeleteSecurityGroupCommand.ts +++ b/clients/client-ec2/src/commands/DeleteSecurityGroupCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteSecurityGroupRequest } from "../models/models_2"; import { de_DeleteSecurityGroupCommand, se_DeleteSecurityGroupCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteSnapshotCommand.ts b/clients/client-ec2/src/commands/DeleteSnapshotCommand.ts index b203d0fda26b1..205e960152ed2 100644 --- a/clients/client-ec2/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-ec2/src/commands/DeleteSnapshotCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteSnapshotRequest } from "../models/models_2"; import { de_DeleteSnapshotCommand, se_DeleteSnapshotCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteSpotDatafeedSubscriptionCommand.ts b/clients/client-ec2/src/commands/DeleteSpotDatafeedSubscriptionCommand.ts index ac2ad6a96b934..57be17e9be60d 100644 --- a/clients/client-ec2/src/commands/DeleteSpotDatafeedSubscriptionCommand.ts +++ b/clients/client-ec2/src/commands/DeleteSpotDatafeedSubscriptionCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteSpotDatafeedSubscriptionCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteSubnetCidrReservationCommand.ts b/clients/client-ec2/src/commands/DeleteSubnetCidrReservationCommand.ts index 7711e29d057e4..e682b96ce077d 100644 --- a/clients/client-ec2/src/commands/DeleteSubnetCidrReservationCommand.ts +++ b/clients/client-ec2/src/commands/DeleteSubnetCidrReservationCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteSubnetCidrReservationRequest, DeleteSubnetCidrReservationResult } from "../models/models_3"; import { de_DeleteSubnetCidrReservationCommand, se_DeleteSubnetCidrReservationCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteSubnetCommand.ts b/clients/client-ec2/src/commands/DeleteSubnetCommand.ts index 5b22dd8285c27..1d688fdf0f477 100644 --- a/clients/client-ec2/src/commands/DeleteSubnetCommand.ts +++ b/clients/client-ec2/src/commands/DeleteSubnetCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteSubnetRequest } from "../models/models_3"; import { de_DeleteSubnetCommand, se_DeleteSubnetCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteTagsCommand.ts b/clients/client-ec2/src/commands/DeleteTagsCommand.ts index eff0b951d54b6..df1b9d1eaa2ce 100644 --- a/clients/client-ec2/src/commands/DeleteTagsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTagsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteTagsRequest } from "../models/models_3"; import { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterCommand.ts b/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterCommand.ts index 88fb99a8a7fe6..639cebdabf414 100644 --- a/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteTrafficMirrorFilterRequest, DeleteTrafficMirrorFilterResult } from "../models/models_3"; import { de_DeleteTrafficMirrorFilterCommand, se_DeleteTrafficMirrorFilterCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterRuleCommand.ts b/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterRuleCommand.ts index 5855a278bd6f7..38a6ceb7fd25e 100644 --- a/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterRuleCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTrafficMirrorFilterRuleCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteTrafficMirrorFilterRuleRequest, DeleteTrafficMirrorFilterRuleResult } from "../models/models_3"; import { de_DeleteTrafficMirrorFilterRuleCommand, se_DeleteTrafficMirrorFilterRuleCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteTrafficMirrorSessionCommand.ts b/clients/client-ec2/src/commands/DeleteTrafficMirrorSessionCommand.ts index d04b732140240..d299369487b53 100644 --- a/clients/client-ec2/src/commands/DeleteTrafficMirrorSessionCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTrafficMirrorSessionCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteTrafficMirrorSessionRequest, DeleteTrafficMirrorSessionResult } from "../models/models_3"; import { de_DeleteTrafficMirrorSessionCommand, se_DeleteTrafficMirrorSessionCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteTrafficMirrorTargetCommand.ts b/clients/client-ec2/src/commands/DeleteTrafficMirrorTargetCommand.ts index e2197356534ac..00378575fc163 100644 --- a/clients/client-ec2/src/commands/DeleteTrafficMirrorTargetCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTrafficMirrorTargetCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteTrafficMirrorTargetRequest, DeleteTrafficMirrorTargetResult } from "../models/models_3"; import { de_DeleteTrafficMirrorTargetCommand, se_DeleteTrafficMirrorTargetCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayCommand.ts index 058214b2a30a8..4e007a2878df9 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteTransitGatewayRequest, DeleteTransitGatewayResult } from "../models/models_3"; import { de_DeleteTransitGatewayCommand, se_DeleteTransitGatewayCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayConnectCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayConnectCommand.ts index 56a3b91582edb..3a92589452c10 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayConnectCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayConnectCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteTransitGatewayConnectRequest, DeleteTransitGatewayConnectResult } from "../models/models_3"; import { de_DeleteTransitGatewayConnectCommand, se_DeleteTransitGatewayConnectCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayConnectPeerCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayConnectPeerCommand.ts index dac4d452ee91d..30e59355d02d2 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayConnectPeerCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayConnectPeerCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteTransitGatewayConnectPeerCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayMulticastDomainCommand.ts index d3451f19b99fa..daaf3205e7f92 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayMulticastDomainCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayMulticastDomainCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteTransitGatewayMulticastDomainCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts index 9aa9edec8d13a..97b38e47a9cde 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayPeeringAttachmentCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteTransitGatewayPeeringAttachmentCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayPolicyTableCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayPolicyTableCommand.ts index fc7e6b4ced1c5..11782e497f6d8 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayPolicyTableCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayPolicyTableCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteTransitGatewayPolicyTableCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts index 73109c2077a19..6368bf093ca3a 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayPrefixListReferenceCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteTransitGatewayPrefixListReferenceCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteCommand.ts index a93088278bdac..eb28c754884f1 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteTransitGatewayRouteRequest, DeleteTransitGatewayRouteResult } from "../models/models_3"; import { de_DeleteTransitGatewayRouteCommand, se_DeleteTransitGatewayRouteCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.ts index 35a309f5c1891..b6b6fa1d2e255 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteTransitGatewayRouteTableAnnouncementCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableCommand.ts index b1ce2d5ee5fb7..4bbc9cd015d34 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayRouteTableCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteTransitGatewayRouteTableCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/DeleteTransitGatewayVpcAttachmentCommand.ts index 4211444eea706..6aa3be06ba226 100644 --- a/clients/client-ec2/src/commands/DeleteTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/DeleteTransitGatewayVpcAttachmentCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteTransitGatewayVpcAttachmentCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteVerifiedAccessEndpointCommand.ts b/clients/client-ec2/src/commands/DeleteVerifiedAccessEndpointCommand.ts index a44580a740009..cd9f5e21600e4 100644 --- a/clients/client-ec2/src/commands/DeleteVerifiedAccessEndpointCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVerifiedAccessEndpointCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteVerifiedAccessEndpointRequest, DeleteVerifiedAccessEndpointResult } from "../models/models_3"; import { de_DeleteVerifiedAccessEndpointCommand, se_DeleteVerifiedAccessEndpointCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteVerifiedAccessGroupCommand.ts b/clients/client-ec2/src/commands/DeleteVerifiedAccessGroupCommand.ts index cee9371885c36..5c495011f4efe 100644 --- a/clients/client-ec2/src/commands/DeleteVerifiedAccessGroupCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVerifiedAccessGroupCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteVerifiedAccessGroupRequest, DeleteVerifiedAccessGroupResult } from "../models/models_3"; import { de_DeleteVerifiedAccessGroupCommand, se_DeleteVerifiedAccessGroupCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteVerifiedAccessInstanceCommand.ts b/clients/client-ec2/src/commands/DeleteVerifiedAccessInstanceCommand.ts index 5d5ca3e2084f0..f17628055b927 100644 --- a/clients/client-ec2/src/commands/DeleteVerifiedAccessInstanceCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVerifiedAccessInstanceCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteVerifiedAccessInstanceRequest, DeleteVerifiedAccessInstanceResult } from "../models/models_3"; import { de_DeleteVerifiedAccessInstanceCommand, se_DeleteVerifiedAccessInstanceCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/DeleteVerifiedAccessTrustProviderCommand.ts index cb282c1d02210..c5dd96b5db81c 100644 --- a/clients/client-ec2/src/commands/DeleteVerifiedAccessTrustProviderCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVerifiedAccessTrustProviderCommand.ts @@ -24,6 +24,10 @@ import { se_DeleteVerifiedAccessTrustProviderCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteVolumeCommand.ts b/clients/client-ec2/src/commands/DeleteVolumeCommand.ts index 62cdb004dbb85..9ab8d37bdb10d 100644 --- a/clients/client-ec2/src/commands/DeleteVolumeCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVolumeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteVolumeRequest } from "../models/models_3"; import { de_DeleteVolumeCommand, se_DeleteVolumeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteVpcCommand.ts b/clients/client-ec2/src/commands/DeleteVpcCommand.ts index 5b6e9d664dbef..f966bf0e3f511 100644 --- a/clients/client-ec2/src/commands/DeleteVpcCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpcCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteVpcRequest } from "../models/models_3"; import { de_DeleteVpcCommand, se_DeleteVpcCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts b/clients/client-ec2/src/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts index d84c615a7a0c0..915a573772bee 100644 --- a/clients/client-ec2/src/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpcEndpointConnectionNotificationsCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteVpcEndpointConnectionNotificationsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts b/clients/client-ec2/src/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts index 74a4e1fbcd703..a201711c60378 100644 --- a/clients/client-ec2/src/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpcEndpointServiceConfigurationsCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteVpcEndpointServiceConfigurationsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteVpcEndpointsCommand.ts b/clients/client-ec2/src/commands/DeleteVpcEndpointsCommand.ts index 552919ebfc4dc..2fa0d09c4149f 100644 --- a/clients/client-ec2/src/commands/DeleteVpcEndpointsCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpcEndpointsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteVpcEndpointsRequest, DeleteVpcEndpointsResult } from "../models/models_3"; import { de_DeleteVpcEndpointsCommand, se_DeleteVpcEndpointsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteVpcPeeringConnectionCommand.ts b/clients/client-ec2/src/commands/DeleteVpcPeeringConnectionCommand.ts index 123ca3fb0862e..94af2d0da91e5 100644 --- a/clients/client-ec2/src/commands/DeleteVpcPeeringConnectionCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpcPeeringConnectionCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteVpcPeeringConnectionRequest, DeleteVpcPeeringConnectionResult } from "../models/models_3"; import { de_DeleteVpcPeeringConnectionCommand, se_DeleteVpcPeeringConnectionCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteVpnConnectionCommand.ts b/clients/client-ec2/src/commands/DeleteVpnConnectionCommand.ts index c2d452b0b78d5..e9a3370f19a29 100644 --- a/clients/client-ec2/src/commands/DeleteVpnConnectionCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpnConnectionCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteVpnConnectionRequest } from "../models/models_3"; import { de_DeleteVpnConnectionCommand, se_DeleteVpnConnectionCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteVpnConnectionRouteCommand.ts b/clients/client-ec2/src/commands/DeleteVpnConnectionRouteCommand.ts index 821898c140374..4244c9695a39f 100644 --- a/clients/client-ec2/src/commands/DeleteVpnConnectionRouteCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpnConnectionRouteCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteVpnConnectionRouteRequest } from "../models/models_3"; import { de_DeleteVpnConnectionRouteCommand, se_DeleteVpnConnectionRouteCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeleteVpnGatewayCommand.ts b/clients/client-ec2/src/commands/DeleteVpnGatewayCommand.ts index 6e6dfa3363308..c8b6ad0de84e6 100644 --- a/clients/client-ec2/src/commands/DeleteVpnGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DeleteVpnGatewayCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteVpnGatewayRequest } from "../models/models_3"; import { de_DeleteVpnGatewayCommand, se_DeleteVpnGatewayCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeprovisionByoipCidrCommand.ts b/clients/client-ec2/src/commands/DeprovisionByoipCidrCommand.ts index bab3caf60eb79..2650118a01296 100644 --- a/clients/client-ec2/src/commands/DeprovisionByoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/DeprovisionByoipCidrCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeprovisionByoipCidrRequest, DeprovisionByoipCidrResult } from "../models/models_3"; import { de_DeprovisionByoipCidrCommand, se_DeprovisionByoipCidrCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeprovisionIpamPoolCidrCommand.ts b/clients/client-ec2/src/commands/DeprovisionIpamPoolCidrCommand.ts index 84c5eb6559d5b..45ff1385dfd7a 100644 --- a/clients/client-ec2/src/commands/DeprovisionIpamPoolCidrCommand.ts +++ b/clients/client-ec2/src/commands/DeprovisionIpamPoolCidrCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeprovisionIpamPoolCidrRequest, DeprovisionIpamPoolCidrResult } from "../models/models_3"; import { de_DeprovisionIpamPoolCidrCommand, se_DeprovisionIpamPoolCidrCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeprovisionPublicIpv4PoolCidrCommand.ts b/clients/client-ec2/src/commands/DeprovisionPublicIpv4PoolCidrCommand.ts index 8dc65db072273..27543f8e46cb8 100644 --- a/clients/client-ec2/src/commands/DeprovisionPublicIpv4PoolCidrCommand.ts +++ b/clients/client-ec2/src/commands/DeprovisionPublicIpv4PoolCidrCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeprovisionPublicIpv4PoolCidrRequest, DeprovisionPublicIpv4PoolCidrResult } from "../models/models_3"; import { de_DeprovisionPublicIpv4PoolCidrCommand, se_DeprovisionPublicIpv4PoolCidrCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeregisterImageCommand.ts b/clients/client-ec2/src/commands/DeregisterImageCommand.ts index 51ec95493ad74..391933e392126 100644 --- a/clients/client-ec2/src/commands/DeregisterImageCommand.ts +++ b/clients/client-ec2/src/commands/DeregisterImageCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeregisterImageRequest } from "../models/models_3"; import { de_DeregisterImageCommand, se_DeregisterImageCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeregisterInstanceEventNotificationAttributesCommand.ts b/clients/client-ec2/src/commands/DeregisterInstanceEventNotificationAttributesCommand.ts index 9298412ede260..949b09c7de5af 100644 --- a/clients/client-ec2/src/commands/DeregisterInstanceEventNotificationAttributesCommand.ts +++ b/clients/client-ec2/src/commands/DeregisterInstanceEventNotificationAttributesCommand.ts @@ -23,6 +23,10 @@ import { se_DeregisterInstanceEventNotificationAttributesCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts b/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts index 4ab6d85ccb55a..6c481fc9062a2 100644 --- a/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts +++ b/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.ts @@ -23,6 +23,10 @@ import { se_DeregisterTransitGatewayMulticastGroupMembersCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts b/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts index 706c572b60fba..c831d954cefe6 100644 --- a/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts +++ b/clients/client-ec2/src/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.ts @@ -23,6 +23,10 @@ import { se_DeregisterTransitGatewayMulticastGroupSourcesCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-ec2/src/commands/DescribeAccountAttributesCommand.ts index 1e27c6f038070..56e8cdcb5a286 100644 --- a/clients/client-ec2/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAccountAttributesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeAccountAttributesRequest, DescribeAccountAttributesResult } from "../models/models_3"; import { de_DescribeAccountAttributesCommand, se_DescribeAccountAttributesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeAddressTransfersCommand.ts b/clients/client-ec2/src/commands/DescribeAddressTransfersCommand.ts index 814c06e67d30f..982a119042bc2 100644 --- a/clients/client-ec2/src/commands/DescribeAddressTransfersCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAddressTransfersCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeAddressTransfersRequest, DescribeAddressTransfersResult } from "../models/models_3"; import { de_DescribeAddressTransfersCommand, se_DescribeAddressTransfersCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeAddressesAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeAddressesAttributeCommand.ts index 0a28d1709ec77..cd4192691c061 100644 --- a/clients/client-ec2/src/commands/DescribeAddressesAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAddressesAttributeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeAddressesAttributeRequest, DescribeAddressesAttributeResult } from "../models/models_3"; import { de_DescribeAddressesAttributeCommand, se_DescribeAddressesAttributeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeAddressesCommand.ts b/clients/client-ec2/src/commands/DescribeAddressesCommand.ts index febf6585e459f..436e0b95022cf 100644 --- a/clients/client-ec2/src/commands/DescribeAddressesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAddressesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeAddressesRequest, DescribeAddressesResult } from "../models/models_3"; import { de_DescribeAddressesCommand, se_DescribeAddressesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeAggregateIdFormatCommand.ts b/clients/client-ec2/src/commands/DescribeAggregateIdFormatCommand.ts index 5e3e51e6ed82b..245585a068571 100644 --- a/clients/client-ec2/src/commands/DescribeAggregateIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAggregateIdFormatCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeAggregateIdFormatRequest, DescribeAggregateIdFormatResult } from "../models/models_3"; import { de_DescribeAggregateIdFormatCommand, se_DescribeAggregateIdFormatCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeAvailabilityZonesCommand.ts b/clients/client-ec2/src/commands/DescribeAvailabilityZonesCommand.ts index 62fae91e52063..548ae315a3140 100644 --- a/clients/client-ec2/src/commands/DescribeAvailabilityZonesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAvailabilityZonesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeAvailabilityZonesRequest, DescribeAvailabilityZonesResult } from "../models/models_3"; import { de_DescribeAvailabilityZonesCommand, se_DescribeAvailabilityZonesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.ts b/clients/client-ec2/src/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.ts index 0277b2f249ab0..bd19dcfeb2452 100644 --- a/clients/client-ec2/src/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeAwsNetworkPerformanceMetricSubscriptionsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeBundleTasksCommand.ts b/clients/client-ec2/src/commands/DescribeBundleTasksCommand.ts index 1d5bf087c9a27..1778d9f2317e0 100644 --- a/clients/client-ec2/src/commands/DescribeBundleTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeBundleTasksCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeBundleTasksRequest, DescribeBundleTasksResult } from "../models/models_3"; import { de_DescribeBundleTasksCommand, se_DescribeBundleTasksCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeByoipCidrsCommand.ts b/clients/client-ec2/src/commands/DescribeByoipCidrsCommand.ts index 1c541a0f9490b..dec101b5fdaf9 100644 --- a/clients/client-ec2/src/commands/DescribeByoipCidrsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeByoipCidrsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeByoipCidrsRequest, DescribeByoipCidrsResult } from "../models/models_3"; import { de_DescribeByoipCidrsCommand, se_DescribeByoipCidrsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts b/clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts index b00b28718e4ec..2a54290e9132b 100644 --- a/clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeCapacityReservationFleetsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeCapacityReservationFleetsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeCapacityReservationsCommand.ts b/clients/client-ec2/src/commands/DescribeCapacityReservationsCommand.ts index c967efad714d3..c20c6c5bea3ff 100644 --- a/clients/client-ec2/src/commands/DescribeCapacityReservationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeCapacityReservationsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeCapacityReservationsRequest, DescribeCapacityReservationsResult } from "../models/models_3"; import { de_DescribeCapacityReservationsCommand, se_DescribeCapacityReservationsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeCarrierGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeCarrierGatewaysCommand.ts index dbbb0a2dfdc2e..2a4080688daa9 100644 --- a/clients/client-ec2/src/commands/DescribeCarrierGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeCarrierGatewaysCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeCarrierGatewaysRequest, DescribeCarrierGatewaysResult } from "../models/models_3"; import { de_DescribeCarrierGatewaysCommand, se_DescribeCarrierGatewaysCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeClassicLinkInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeClassicLinkInstancesCommand.ts index a9bccedbd8ba1..b4d804d9b84a4 100644 --- a/clients/client-ec2/src/commands/DescribeClassicLinkInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClassicLinkInstancesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeClassicLinkInstancesRequest, DescribeClassicLinkInstancesResult } from "../models/models_3"; import { de_DescribeClassicLinkInstancesCommand, se_DescribeClassicLinkInstancesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeClientVpnAuthorizationRulesCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnAuthorizationRulesCommand.ts index 604a55a60894d..ebfd9984ea608 100644 --- a/clients/client-ec2/src/commands/DescribeClientVpnAuthorizationRulesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClientVpnAuthorizationRulesCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeClientVpnAuthorizationRulesCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeClientVpnConnectionsCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnConnectionsCommand.ts index d8b24ddfa57e1..bb81fc4cd6a42 100644 --- a/clients/client-ec2/src/commands/DescribeClientVpnConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClientVpnConnectionsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeClientVpnConnectionsRequest, DescribeClientVpnConnectionsResult } from "../models/models_3"; import { de_DescribeClientVpnConnectionsCommand, se_DescribeClientVpnConnectionsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeClientVpnEndpointsCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnEndpointsCommand.ts index d47bdac729ec3..a8027d9a32f01 100644 --- a/clients/client-ec2/src/commands/DescribeClientVpnEndpointsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClientVpnEndpointsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeClientVpnEndpointsRequest, DescribeClientVpnEndpointsResult } from "../models/models_3"; import { de_DescribeClientVpnEndpointsCommand, se_DescribeClientVpnEndpointsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeClientVpnRoutesCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnRoutesCommand.ts index abbf759934f0d..cb938acf8d811 100644 --- a/clients/client-ec2/src/commands/DescribeClientVpnRoutesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClientVpnRoutesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeClientVpnRoutesRequest, DescribeClientVpnRoutesResult } from "../models/models_3"; import { de_DescribeClientVpnRoutesCommand, se_DescribeClientVpnRoutesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeClientVpnTargetNetworksCommand.ts b/clients/client-ec2/src/commands/DescribeClientVpnTargetNetworksCommand.ts index e32b890b468af..e503a7e7a8b4b 100644 --- a/clients/client-ec2/src/commands/DescribeClientVpnTargetNetworksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeClientVpnTargetNetworksCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeClientVpnTargetNetworksCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeCoipPoolsCommand.ts b/clients/client-ec2/src/commands/DescribeCoipPoolsCommand.ts index 5363d68365db5..d0e01cef5065d 100644 --- a/clients/client-ec2/src/commands/DescribeCoipPoolsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeCoipPoolsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeCoipPoolsRequest, DescribeCoipPoolsResult } from "../models/models_3"; import { de_DescribeCoipPoolsCommand, se_DescribeCoipPoolsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeConversionTasksCommand.ts b/clients/client-ec2/src/commands/DescribeConversionTasksCommand.ts index d7781177819c4..3ca734856c0fa 100644 --- a/clients/client-ec2/src/commands/DescribeConversionTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeConversionTasksCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_3"; import { de_DescribeConversionTasksCommand, se_DescribeConversionTasksCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeCustomerGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeCustomerGatewaysCommand.ts index 730bbeac49dd9..ca5dba3099e65 100644 --- a/clients/client-ec2/src/commands/DescribeCustomerGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeCustomerGatewaysCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeCustomerGatewaysRequest, DescribeCustomerGatewaysResult } from "../models/models_3"; import { de_DescribeCustomerGatewaysCommand, se_DescribeCustomerGatewaysCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeDhcpOptionsCommand.ts b/clients/client-ec2/src/commands/DescribeDhcpOptionsCommand.ts index 41721fd53287e..cc8fef889a3aa 100644 --- a/clients/client-ec2/src/commands/DescribeDhcpOptionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeDhcpOptionsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeDhcpOptionsRequest, DescribeDhcpOptionsResult } from "../models/models_3"; import { de_DescribeDhcpOptionsCommand, se_DescribeDhcpOptionsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeEgressOnlyInternetGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeEgressOnlyInternetGatewaysCommand.ts index 58ab48b31fdb0..c3ca1975ad108 100644 --- a/clients/client-ec2/src/commands/DescribeEgressOnlyInternetGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeEgressOnlyInternetGatewaysCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeEgressOnlyInternetGatewaysCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts b/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts index 636a956dd3e12..751dba31df7b3 100644 --- a/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts +++ b/clients/client-ec2/src/commands/DescribeElasticGpusCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeElasticGpusRequest, DescribeElasticGpusResult } from "../models/models_3"; import { de_DescribeElasticGpusCommand, se_DescribeElasticGpusCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeExportImageTasksCommand.ts b/clients/client-ec2/src/commands/DescribeExportImageTasksCommand.ts index ac6e637a42ad4..d57021e4c1a60 100644 --- a/clients/client-ec2/src/commands/DescribeExportImageTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeExportImageTasksCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeExportImageTasksRequest, DescribeExportImageTasksResult } from "../models/models_3"; import { de_DescribeExportImageTasksCommand, se_DescribeExportImageTasksCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeExportTasksCommand.ts b/clients/client-ec2/src/commands/DescribeExportTasksCommand.ts index e3c874383aed7..db74ec94312b6 100644 --- a/clients/client-ec2/src/commands/DescribeExportTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeExportTasksCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeExportTasksRequest, DescribeExportTasksResult } from "../models/models_3"; import { de_DescribeExportTasksCommand, se_DescribeExportTasksCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeFastLaunchImagesCommand.ts b/clients/client-ec2/src/commands/DescribeFastLaunchImagesCommand.ts index 35ec1a591c088..527d942e45642 100644 --- a/clients/client-ec2/src/commands/DescribeFastLaunchImagesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFastLaunchImagesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeFastLaunchImagesRequest, DescribeFastLaunchImagesResult } from "../models/models_3"; import { de_DescribeFastLaunchImagesCommand, se_DescribeFastLaunchImagesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeFastSnapshotRestoresCommand.ts b/clients/client-ec2/src/commands/DescribeFastSnapshotRestoresCommand.ts index b9f77bbf316c7..2e9d0cf9bec87 100644 --- a/clients/client-ec2/src/commands/DescribeFastSnapshotRestoresCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFastSnapshotRestoresCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeFastSnapshotRestoresRequest, DescribeFastSnapshotRestoresResult } from "../models/models_3"; import { de_DescribeFastSnapshotRestoresCommand, se_DescribeFastSnapshotRestoresCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeFleetHistoryCommand.ts b/clients/client-ec2/src/commands/DescribeFleetHistoryCommand.ts index 3ab1fab8f8bc0..f6c9e664d77d8 100644 --- a/clients/client-ec2/src/commands/DescribeFleetHistoryCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFleetHistoryCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeFleetHistoryRequest, DescribeFleetHistoryResult } from "../models/models_3"; import { de_DescribeFleetHistoryCommand, se_DescribeFleetHistoryCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeFleetInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeFleetInstancesCommand.ts index 930ba1774c20f..96d779f2c9f93 100644 --- a/clients/client-ec2/src/commands/DescribeFleetInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFleetInstancesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeFleetInstancesRequest, DescribeFleetInstancesResult } from "../models/models_3"; import { de_DescribeFleetInstancesCommand, se_DescribeFleetInstancesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeFleetsCommand.ts b/clients/client-ec2/src/commands/DescribeFleetsCommand.ts index 065d1291645a9..04b9930d96ef3 100644 --- a/clients/client-ec2/src/commands/DescribeFleetsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFleetsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeFleetsRequest, DescribeFleetsResult } from "../models/models_3"; import { de_DescribeFleetsCommand, se_DescribeFleetsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeFlowLogsCommand.ts b/clients/client-ec2/src/commands/DescribeFlowLogsCommand.ts index 076052025ba28..3e29809b3f930 100644 --- a/clients/client-ec2/src/commands/DescribeFlowLogsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFlowLogsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeFlowLogsRequest, DescribeFlowLogsResult } from "../models/models_3"; import { de_DescribeFlowLogsCommand, se_DescribeFlowLogsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeFpgaImageAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeFpgaImageAttributeCommand.ts index 2a1cb651c32e2..8ab031a21d62f 100644 --- a/clients/client-ec2/src/commands/DescribeFpgaImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFpgaImageAttributeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeFpgaImageAttributeRequest, DescribeFpgaImageAttributeResult } from "../models/models_3"; import { de_DescribeFpgaImageAttributeCommand, se_DescribeFpgaImageAttributeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeFpgaImagesCommand.ts b/clients/client-ec2/src/commands/DescribeFpgaImagesCommand.ts index 565288169fe03..b6ddddb1030a8 100644 --- a/clients/client-ec2/src/commands/DescribeFpgaImagesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeFpgaImagesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeFpgaImagesRequest, DescribeFpgaImagesResult } from "../models/models_3"; import { de_DescribeFpgaImagesCommand, se_DescribeFpgaImagesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeHostReservationOfferingsCommand.ts b/clients/client-ec2/src/commands/DescribeHostReservationOfferingsCommand.ts index faa5dcc5028bb..cc9738af535ea 100644 --- a/clients/client-ec2/src/commands/DescribeHostReservationOfferingsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeHostReservationOfferingsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeHostReservationOfferingsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeHostReservationsCommand.ts b/clients/client-ec2/src/commands/DescribeHostReservationsCommand.ts index dd3e83831906c..5096b9ad4b664 100644 --- a/clients/client-ec2/src/commands/DescribeHostReservationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeHostReservationsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeHostReservationsRequest, DescribeHostReservationsResult } from "../models/models_3"; import { de_DescribeHostReservationsCommand, se_DescribeHostReservationsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeHostsCommand.ts b/clients/client-ec2/src/commands/DescribeHostsCommand.ts index 9df1bfcecaa2b..7c0f97cdabf21 100644 --- a/clients/client-ec2/src/commands/DescribeHostsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeHostsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeHostsRequest, DescribeHostsResult } from "../models/models_3"; import { de_DescribeHostsCommand, se_DescribeHostsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeIamInstanceProfileAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeIamInstanceProfileAssociationsCommand.ts index 780e534c205cb..97b84208a7b71 100644 --- a/clients/client-ec2/src/commands/DescribeIamInstanceProfileAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIamInstanceProfileAssociationsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeIamInstanceProfileAssociationsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeIdFormatCommand.ts b/clients/client-ec2/src/commands/DescribeIdFormatCommand.ts index b5ae64c31f63a..3863913c152d0 100644 --- a/clients/client-ec2/src/commands/DescribeIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIdFormatCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeIdFormatRequest, DescribeIdFormatResult } from "../models/models_3"; import { de_DescribeIdFormatCommand, se_DescribeIdFormatCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeIdentityIdFormatCommand.ts b/clients/client-ec2/src/commands/DescribeIdentityIdFormatCommand.ts index 0fbcf5f49c17d..4d293580098e5 100644 --- a/clients/client-ec2/src/commands/DescribeIdentityIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIdentityIdFormatCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeIdentityIdFormatRequest, DescribeIdentityIdFormatResult } from "../models/models_3"; import { de_DescribeIdentityIdFormatCommand, se_DescribeIdentityIdFormatCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeImageAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeImageAttributeCommand.ts index 623ebf6e255e2..c8d795c3d8bf2 100644 --- a/clients/client-ec2/src/commands/DescribeImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeImageAttributeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeImageAttributeRequest, ImageAttribute } from "../models/models_3"; import { de_DescribeImageAttributeCommand, se_DescribeImageAttributeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeImagesCommand.ts b/clients/client-ec2/src/commands/DescribeImagesCommand.ts index ba1ae14055bc5..e0343f643d8a5 100644 --- a/clients/client-ec2/src/commands/DescribeImagesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeImagesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeImagesRequest, DescribeImagesResult } from "../models/models_3"; import { de_DescribeImagesCommand, se_DescribeImagesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeImportImageTasksCommand.ts b/clients/client-ec2/src/commands/DescribeImportImageTasksCommand.ts index e09914dfba80a..57ec2e8f7c5b5 100644 --- a/clients/client-ec2/src/commands/DescribeImportImageTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeImportImageTasksCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeImportImageTasksRequest, DescribeImportImageTasksResult } from "../models/models_3"; import { de_DescribeImportImageTasksCommand, se_DescribeImportImageTasksCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeImportSnapshotTasksCommand.ts b/clients/client-ec2/src/commands/DescribeImportSnapshotTasksCommand.ts index cc65cfbc0a9e0..07cde29baab89 100644 --- a/clients/client-ec2/src/commands/DescribeImportSnapshotTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeImportSnapshotTasksCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeImportSnapshotTasksRequest, DescribeImportSnapshotTasksResult } from "../models/models_3"; import { de_DescribeImportSnapshotTasksCommand, se_DescribeImportSnapshotTasksCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeInstanceAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceAttributeCommand.ts index 49dd8cf22397d..a7ff1b80b8553 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceAttributeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeInstanceAttributeRequest, InstanceAttribute } from "../models/models_3"; import { de_DescribeInstanceAttributeCommand, se_DescribeInstanceAttributeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeInstanceCreditSpecificationsCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceCreditSpecificationsCommand.ts index d737423694d22..9fa0cb0545692 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceCreditSpecificationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceCreditSpecificationsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeInstanceCreditSpecificationsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeInstanceEventNotificationAttributesCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceEventNotificationAttributesCommand.ts index c6bffe724daab..eb908575fe778 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceEventNotificationAttributesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceEventNotificationAttributesCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeInstanceEventNotificationAttributesCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeInstanceEventWindowsCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceEventWindowsCommand.ts index fcced63757ea3..87f887cde341d 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceEventWindowsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceEventWindowsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeInstanceEventWindowsRequest, DescribeInstanceEventWindowsResult } from "../models/models_3"; import { de_DescribeInstanceEventWindowsCommand, se_DescribeInstanceEventWindowsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeInstanceStatusCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceStatusCommand.ts index d372411c338a8..b3d2fee5b5cd8 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceStatusCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceStatusCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeInstanceStatusRequest, DescribeInstanceStatusResult } from "../models/models_4"; import { de_DescribeInstanceStatusCommand, se_DescribeInstanceStatusCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts index a5b070a8c9cca..427d1bb637f02 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceTypeOfferingsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeInstanceTypeOfferingsRequest, DescribeInstanceTypeOfferingsResult } from "../models/models_4"; import { de_DescribeInstanceTypeOfferingsCommand, se_DescribeInstanceTypeOfferingsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts b/clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts index e74e5656e8bc2..6c2d3c31cfe71 100644 --- a/clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstanceTypesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeInstanceTypesRequest, DescribeInstanceTypesResult } from "../models/models_4"; import { de_DescribeInstanceTypesCommand, se_DescribeInstanceTypesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeInstancesCommand.ts index 83e9c93c1daca..43973b9f90853 100644 --- a/clients/client-ec2/src/commands/DescribeInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInstancesCommand.ts @@ -18,6 +18,10 @@ import { DescribeInstancesRequest } from "../models/models_3"; import { DescribeInstancesResult } from "../models/models_4"; import { de_DescribeInstancesCommand, se_DescribeInstancesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeInternetGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeInternetGatewaysCommand.ts index cbc166ed025e5..ecee8e274ac26 100644 --- a/clients/client-ec2/src/commands/DescribeInternetGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeInternetGatewaysCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeInternetGatewaysRequest, DescribeInternetGatewaysResult } from "../models/models_4"; import { de_DescribeInternetGatewaysCommand, se_DescribeInternetGatewaysCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeIpamPoolsCommand.ts b/clients/client-ec2/src/commands/DescribeIpamPoolsCommand.ts index 352ad3d71607e..374ca93ffc76a 100644 --- a/clients/client-ec2/src/commands/DescribeIpamPoolsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpamPoolsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeIpamPoolsRequest, DescribeIpamPoolsResult } from "../models/models_4"; import { de_DescribeIpamPoolsCommand, se_DescribeIpamPoolsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveriesCommand.ts b/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveriesCommand.ts index a9e1a43def98e..c141faa7146ca 100644 --- a/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveriesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveriesCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeIpamResourceDiscoveriesCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveryAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveryAssociationsCommand.ts index ba0309515266f..e4b233abf203b 100644 --- a/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveryAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpamResourceDiscoveryAssociationsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeIpamResourceDiscoveryAssociationsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeIpamScopesCommand.ts b/clients/client-ec2/src/commands/DescribeIpamScopesCommand.ts index 82134c4376da8..1ef8d1de4a534 100644 --- a/clients/client-ec2/src/commands/DescribeIpamScopesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpamScopesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeIpamScopesRequest, DescribeIpamScopesResult } from "../models/models_4"; import { de_DescribeIpamScopesCommand, se_DescribeIpamScopesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeIpamsCommand.ts b/clients/client-ec2/src/commands/DescribeIpamsCommand.ts index 7ba427573ce43..ec50e7ce70cb2 100644 --- a/clients/client-ec2/src/commands/DescribeIpamsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpamsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeIpamsRequest, DescribeIpamsResult } from "../models/models_4"; import { de_DescribeIpamsCommand, se_DescribeIpamsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeIpv6PoolsCommand.ts b/clients/client-ec2/src/commands/DescribeIpv6PoolsCommand.ts index 8eb4d5a502f15..5848f0b60cc79 100644 --- a/clients/client-ec2/src/commands/DescribeIpv6PoolsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeIpv6PoolsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeIpv6PoolsRequest, DescribeIpv6PoolsResult } from "../models/models_4"; import { de_DescribeIpv6PoolsCommand, se_DescribeIpv6PoolsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeKeyPairsCommand.ts b/clients/client-ec2/src/commands/DescribeKeyPairsCommand.ts index 5d95d8360091c..31d1af865fb2c 100644 --- a/clients/client-ec2/src/commands/DescribeKeyPairsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeKeyPairsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeKeyPairsRequest, DescribeKeyPairsResult } from "../models/models_4"; import { de_DescribeKeyPairsCommand, se_DescribeKeyPairsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeLaunchTemplateVersionsCommand.ts b/clients/client-ec2/src/commands/DescribeLaunchTemplateVersionsCommand.ts index 72d012cca28b0..308bbda7947c1 100644 --- a/clients/client-ec2/src/commands/DescribeLaunchTemplateVersionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLaunchTemplateVersionsCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeLaunchTemplateVersionsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeLaunchTemplatesCommand.ts b/clients/client-ec2/src/commands/DescribeLaunchTemplatesCommand.ts index 0ca7faa25c961..bac207441d37c 100644 --- a/clients/client-ec2/src/commands/DescribeLaunchTemplatesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLaunchTemplatesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeLaunchTemplatesRequest, DescribeLaunchTemplatesResult } from "../models/models_4"; import { de_DescribeLaunchTemplatesCommand, se_DescribeLaunchTemplatesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts index 7a5078009585e..095dab19d06b5 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts index b3aa789569565..972df7a80bf15 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeLocalGatewayRouteTableVpcAssociationsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTablesCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTablesCommand.ts index 4d6ba52dff32f..42b723aa5adc7 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTablesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewayRouteTablesCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeLocalGatewayRouteTablesCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts index 386752399f6dd..16f38cfeb9f4a 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeLocalGatewayVirtualInterfaceGroupsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts index 47b7697e2a2ac..5dfd9711e2494 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewayVirtualInterfacesCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeLocalGatewayVirtualInterfacesCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeLocalGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeLocalGatewaysCommand.ts index eca4e3d03a44f..d1dcd916a303d 100644 --- a/clients/client-ec2/src/commands/DescribeLocalGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeLocalGatewaysCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeLocalGatewaysRequest, DescribeLocalGatewaysResult } from "../models/models_4"; import { de_DescribeLocalGatewaysCommand, se_DescribeLocalGatewaysCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeManagedPrefixListsCommand.ts b/clients/client-ec2/src/commands/DescribeManagedPrefixListsCommand.ts index c44ab5ec2173c..b4b7f695b47b3 100644 --- a/clients/client-ec2/src/commands/DescribeManagedPrefixListsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeManagedPrefixListsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeManagedPrefixListsRequest, DescribeManagedPrefixListsResult } from "../models/models_4"; import { de_DescribeManagedPrefixListsCommand, se_DescribeManagedPrefixListsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeMovingAddressesCommand.ts b/clients/client-ec2/src/commands/DescribeMovingAddressesCommand.ts index bc72b29439b10..d369617d8f9d3 100644 --- a/clients/client-ec2/src/commands/DescribeMovingAddressesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeMovingAddressesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeMovingAddressesRequest, DescribeMovingAddressesResult } from "../models/models_4"; import { de_DescribeMovingAddressesCommand, se_DescribeMovingAddressesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeNatGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeNatGatewaysCommand.ts index 77e8f15f2cd9e..368998639f354 100644 --- a/clients/client-ec2/src/commands/DescribeNatGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNatGatewaysCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeNatGatewaysRequest, DescribeNatGatewaysResult } from "../models/models_4"; import { de_DescribeNatGatewaysCommand, se_DescribeNatGatewaysCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeNetworkAclsCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkAclsCommand.ts index 8c52f95469b4e..48be8fdf4b5c2 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkAclsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkAclsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeNetworkAclsRequest, DescribeNetworkAclsResult } from "../models/models_4"; import { de_DescribeNetworkAclsCommand, se_DescribeNetworkAclsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.ts index b23baafb6d0a0..86cf0ccf58fe5 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeNetworkInsightsAccessScopeAnalysesCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopesCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopesCommand.ts index 16bb8d259b728..ec086cfcc867a 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInsightsAccessScopesCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeNetworkInsightsAccessScopesCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeNetworkInsightsAnalysesCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInsightsAnalysesCommand.ts index 63d953915cb11..89532d7c58952 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInsightsAnalysesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInsightsAnalysesCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeNetworkInsightsAnalysesCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeNetworkInsightsPathsCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInsightsPathsCommand.ts index 7778c001d2d26..3dd180add38c9 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInsightsPathsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInsightsPathsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeNetworkInsightsPathsRequest, DescribeNetworkInsightsPathsResult } from "../models/models_4"; import { de_DescribeNetworkInsightsPathsCommand, se_DescribeNetworkInsightsPathsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeNetworkInterfaceAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInterfaceAttributeCommand.ts index d7cde7942f599..623e69f78b80e 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInterfaceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInterfaceAttributeCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeNetworkInterfaceAttributeCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeNetworkInterfacePermissionsCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInterfacePermissionsCommand.ts index 415c4992ed1ac..027916490773c 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInterfacePermissionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInterfacePermissionsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeNetworkInterfacePermissionsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeNetworkInterfacesCommand.ts b/clients/client-ec2/src/commands/DescribeNetworkInterfacesCommand.ts index 3fe5b3b0c2475..7679e6fc6a849 100644 --- a/clients/client-ec2/src/commands/DescribeNetworkInterfacesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeNetworkInterfacesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeNetworkInterfacesRequest, DescribeNetworkInterfacesResult } from "../models/models_4"; import { de_DescribeNetworkInterfacesCommand, se_DescribeNetworkInterfacesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribePlacementGroupsCommand.ts b/clients/client-ec2/src/commands/DescribePlacementGroupsCommand.ts index dd38157fb0b9f..0c9f63fd0a358 100644 --- a/clients/client-ec2/src/commands/DescribePlacementGroupsCommand.ts +++ b/clients/client-ec2/src/commands/DescribePlacementGroupsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribePlacementGroupsRequest, DescribePlacementGroupsResult } from "../models/models_4"; import { de_DescribePlacementGroupsCommand, se_DescribePlacementGroupsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribePrefixListsCommand.ts b/clients/client-ec2/src/commands/DescribePrefixListsCommand.ts index 8c5559d5bc7e2..a4bf523f4fe20 100644 --- a/clients/client-ec2/src/commands/DescribePrefixListsCommand.ts +++ b/clients/client-ec2/src/commands/DescribePrefixListsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribePrefixListsRequest, DescribePrefixListsResult } from "../models/models_4"; import { de_DescribePrefixListsCommand, se_DescribePrefixListsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribePrincipalIdFormatCommand.ts b/clients/client-ec2/src/commands/DescribePrincipalIdFormatCommand.ts index 178ec0a07f966..f6bd57658ef83 100644 --- a/clients/client-ec2/src/commands/DescribePrincipalIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/DescribePrincipalIdFormatCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribePrincipalIdFormatRequest, DescribePrincipalIdFormatResult } from "../models/models_4"; import { de_DescribePrincipalIdFormatCommand, se_DescribePrincipalIdFormatCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribePublicIpv4PoolsCommand.ts b/clients/client-ec2/src/commands/DescribePublicIpv4PoolsCommand.ts index db534605bdd10..bf6fc3039a422 100644 --- a/clients/client-ec2/src/commands/DescribePublicIpv4PoolsCommand.ts +++ b/clients/client-ec2/src/commands/DescribePublicIpv4PoolsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribePublicIpv4PoolsRequest, DescribePublicIpv4PoolsResult } from "../models/models_4"; import { de_DescribePublicIpv4PoolsCommand, se_DescribePublicIpv4PoolsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeRegionsCommand.ts b/clients/client-ec2/src/commands/DescribeRegionsCommand.ts index 1a0aad46f3cc5..e2f0ee64f370c 100644 --- a/clients/client-ec2/src/commands/DescribeRegionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeRegionsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeRegionsRequest, DescribeRegionsResult } from "../models/models_4"; import { de_DescribeRegionsCommand, se_DescribeRegionsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeReplaceRootVolumeTasksCommand.ts b/clients/client-ec2/src/commands/DescribeReplaceRootVolumeTasksCommand.ts index 23ecb4e664ee8..c974834cffad8 100644 --- a/clients/client-ec2/src/commands/DescribeReplaceRootVolumeTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeReplaceRootVolumeTasksCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeReplaceRootVolumeTasksCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts index 43e780c9c448b..b9d7577b9eed2 100644 --- a/clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeReservedInstancesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeReservedInstancesRequest, DescribeReservedInstancesResult } from "../models/models_4"; import { de_DescribeReservedInstancesCommand, se_DescribeReservedInstancesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeReservedInstancesListingsCommand.ts b/clients/client-ec2/src/commands/DescribeReservedInstancesListingsCommand.ts index d91b3ca7cc8e0..10dba69080d58 100644 --- a/clients/client-ec2/src/commands/DescribeReservedInstancesListingsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeReservedInstancesListingsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeReservedInstancesListingsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts b/clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts index 06b23a4cbcefa..4f66b5318c14b 100644 --- a/clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeReservedInstancesModificationsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeReservedInstancesModificationsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts b/clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts index cd4d92c7e1b24..798388a93450d 100644 --- a/clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeReservedInstancesOfferingsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeReservedInstancesOfferingsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeRouteTablesCommand.ts b/clients/client-ec2/src/commands/DescribeRouteTablesCommand.ts index 8038ef02a258d..42dc41e9cd1fb 100644 --- a/clients/client-ec2/src/commands/DescribeRouteTablesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeRouteTablesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeRouteTablesRequest, DescribeRouteTablesResult } from "../models/models_4"; import { de_DescribeRouteTablesCommand, se_DescribeRouteTablesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeScheduledInstanceAvailabilityCommand.ts b/clients/client-ec2/src/commands/DescribeScheduledInstanceAvailabilityCommand.ts index 38d0a6bd02c5b..f28c56b10283e 100644 --- a/clients/client-ec2/src/commands/DescribeScheduledInstanceAvailabilityCommand.ts +++ b/clients/client-ec2/src/commands/DescribeScheduledInstanceAvailabilityCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeScheduledInstanceAvailabilityCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeScheduledInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeScheduledInstancesCommand.ts index ad4c682afcf74..8d9fe3b01f588 100644 --- a/clients/client-ec2/src/commands/DescribeScheduledInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeScheduledInstancesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeScheduledInstancesRequest, DescribeScheduledInstancesResult } from "../models/models_4"; import { de_DescribeScheduledInstancesCommand, se_DescribeScheduledInstancesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeSecurityGroupReferencesCommand.ts b/clients/client-ec2/src/commands/DescribeSecurityGroupReferencesCommand.ts index 3c1df0052772d..d820be4244cd4 100644 --- a/clients/client-ec2/src/commands/DescribeSecurityGroupReferencesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSecurityGroupReferencesCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeSecurityGroupReferencesCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeSecurityGroupRulesCommand.ts b/clients/client-ec2/src/commands/DescribeSecurityGroupRulesCommand.ts index aa4880fc04a3b..3c6e06cf18887 100644 --- a/clients/client-ec2/src/commands/DescribeSecurityGroupRulesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSecurityGroupRulesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeSecurityGroupRulesRequest, DescribeSecurityGroupRulesResult } from "../models/models_4"; import { de_DescribeSecurityGroupRulesCommand, se_DescribeSecurityGroupRulesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeSecurityGroupsCommand.ts b/clients/client-ec2/src/commands/DescribeSecurityGroupsCommand.ts index da3f03c55ffc8..44f1c99d83a23 100644 --- a/clients/client-ec2/src/commands/DescribeSecurityGroupsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSecurityGroupsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeSecurityGroupsRequest, DescribeSecurityGroupsResult } from "../models/models_4"; import { de_DescribeSecurityGroupsCommand, se_DescribeSecurityGroupsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeSnapshotAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeSnapshotAttributeCommand.ts index 30e82bc510238..dcdfec6256262 100644 --- a/clients/client-ec2/src/commands/DescribeSnapshotAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSnapshotAttributeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeSnapshotAttributeRequest, DescribeSnapshotAttributeResult } from "../models/models_4"; import { de_DescribeSnapshotAttributeCommand, se_DescribeSnapshotAttributeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeSnapshotTierStatusCommand.ts b/clients/client-ec2/src/commands/DescribeSnapshotTierStatusCommand.ts index eb2ca4d3a4e2f..e197b8519a292 100644 --- a/clients/client-ec2/src/commands/DescribeSnapshotTierStatusCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSnapshotTierStatusCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeSnapshotTierStatusRequest, DescribeSnapshotTierStatusResult } from "../models/models_4"; import { de_DescribeSnapshotTierStatusCommand, se_DescribeSnapshotTierStatusCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeSnapshotsCommand.ts b/clients/client-ec2/src/commands/DescribeSnapshotsCommand.ts index 7c0875828edf3..331ade3d36906 100644 --- a/clients/client-ec2/src/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSnapshotsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeSnapshotsRequest, DescribeSnapshotsResult } from "../models/models_4"; import { de_DescribeSnapshotsCommand, se_DescribeSnapshotsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeSpotDatafeedSubscriptionCommand.ts b/clients/client-ec2/src/commands/DescribeSpotDatafeedSubscriptionCommand.ts index f7225165214c0..f7a320e21ba1e 100644 --- a/clients/client-ec2/src/commands/DescribeSpotDatafeedSubscriptionCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotDatafeedSubscriptionCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeSpotDatafeedSubscriptionCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeSpotFleetInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeSpotFleetInstancesCommand.ts index 3563a71e07de0..52d5e2ae41675 100644 --- a/clients/client-ec2/src/commands/DescribeSpotFleetInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotFleetInstancesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeSpotFleetInstancesRequest, DescribeSpotFleetInstancesResponse } from "../models/models_4"; import { de_DescribeSpotFleetInstancesCommand, se_DescribeSpotFleetInstancesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeSpotFleetRequestHistoryCommand.ts b/clients/client-ec2/src/commands/DescribeSpotFleetRequestHistoryCommand.ts index a41cb36b02908..a49b72f988a72 100644 --- a/clients/client-ec2/src/commands/DescribeSpotFleetRequestHistoryCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotFleetRequestHistoryCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeSpotFleetRequestHistoryCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeSpotFleetRequestsCommand.ts b/clients/client-ec2/src/commands/DescribeSpotFleetRequestsCommand.ts index ee16c01cfe728..e5e7142daa57f 100644 --- a/clients/client-ec2/src/commands/DescribeSpotFleetRequestsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotFleetRequestsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_4"; import { de_DescribeSpotFleetRequestsCommand, se_DescribeSpotFleetRequestsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeSpotInstanceRequestsCommand.ts b/clients/client-ec2/src/commands/DescribeSpotInstanceRequestsCommand.ts index cd480e274b0f3..aee0a8bd1ae51 100644 --- a/clients/client-ec2/src/commands/DescribeSpotInstanceRequestsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotInstanceRequestsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_4"; import { de_DescribeSpotInstanceRequestsCommand, se_DescribeSpotInstanceRequestsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeSpotPriceHistoryCommand.ts b/clients/client-ec2/src/commands/DescribeSpotPriceHistoryCommand.ts index effbf4389cc97..0d2b2398c9f34 100644 --- a/clients/client-ec2/src/commands/DescribeSpotPriceHistoryCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSpotPriceHistoryCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeSpotPriceHistoryRequest, DescribeSpotPriceHistoryResult } from "../models/models_4"; import { de_DescribeSpotPriceHistoryCommand, se_DescribeSpotPriceHistoryCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeStaleSecurityGroupsCommand.ts b/clients/client-ec2/src/commands/DescribeStaleSecurityGroupsCommand.ts index 9d8f7fb45854d..10ee497c14b16 100644 --- a/clients/client-ec2/src/commands/DescribeStaleSecurityGroupsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeStaleSecurityGroupsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeStaleSecurityGroupsRequest, DescribeStaleSecurityGroupsResult } from "../models/models_4"; import { de_DescribeStaleSecurityGroupsCommand, se_DescribeStaleSecurityGroupsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeStoreImageTasksCommand.ts b/clients/client-ec2/src/commands/DescribeStoreImageTasksCommand.ts index 879d4f84deef6..ac0d2370cd76d 100644 --- a/clients/client-ec2/src/commands/DescribeStoreImageTasksCommand.ts +++ b/clients/client-ec2/src/commands/DescribeStoreImageTasksCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeStoreImageTasksRequest, DescribeStoreImageTasksResult } from "../models/models_4"; import { de_DescribeStoreImageTasksCommand, se_DescribeStoreImageTasksCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeSubnetsCommand.ts b/clients/client-ec2/src/commands/DescribeSubnetsCommand.ts index 0a907d8c2b439..01613c65ba9c2 100644 --- a/clients/client-ec2/src/commands/DescribeSubnetsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeSubnetsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeSubnetsRequest, DescribeSubnetsResult } from "../models/models_4"; import { de_DescribeSubnetsCommand, se_DescribeSubnetsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeTagsCommand.ts b/clients/client-ec2/src/commands/DescribeTagsCommand.ts index a7f1c752b5bbd..355f857ac8c98 100644 --- a/clients/client-ec2/src/commands/DescribeTagsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTagsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeTagsRequest, DescribeTagsResult } from "../models/models_4"; import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeTrafficMirrorFiltersCommand.ts b/clients/client-ec2/src/commands/DescribeTrafficMirrorFiltersCommand.ts index 95a3d5bd7fa16..4167bb2cdee26 100644 --- a/clients/client-ec2/src/commands/DescribeTrafficMirrorFiltersCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTrafficMirrorFiltersCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeTrafficMirrorFiltersRequest, DescribeTrafficMirrorFiltersResult } from "../models/models_4"; import { de_DescribeTrafficMirrorFiltersCommand, se_DescribeTrafficMirrorFiltersCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeTrafficMirrorSessionsCommand.ts b/clients/client-ec2/src/commands/DescribeTrafficMirrorSessionsCommand.ts index a5c3a7af2d749..26f6b98b810d1 100644 --- a/clients/client-ec2/src/commands/DescribeTrafficMirrorSessionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTrafficMirrorSessionsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeTrafficMirrorSessionsRequest, DescribeTrafficMirrorSessionsResult } from "../models/models_4"; import { de_DescribeTrafficMirrorSessionsCommand, se_DescribeTrafficMirrorSessionsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeTrafficMirrorTargetsCommand.ts b/clients/client-ec2/src/commands/DescribeTrafficMirrorTargetsCommand.ts index 7f7ddbfedbec8..90b9f84a792bd 100644 --- a/clients/client-ec2/src/commands/DescribeTrafficMirrorTargetsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTrafficMirrorTargetsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeTrafficMirrorTargetsRequest, DescribeTrafficMirrorTargetsResult } from "../models/models_4"; import { de_DescribeTrafficMirrorTargetsCommand, se_DescribeTrafficMirrorTargetsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayAttachmentsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayAttachmentsCommand.ts index 50e2fe1713075..b034c8a6b9f2f 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayAttachmentsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayAttachmentsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeTransitGatewayAttachmentsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayConnectPeersCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayConnectPeersCommand.ts index 04f5be43977c8..de6cc1fce993b 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayConnectPeersCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayConnectPeersCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeTransitGatewayConnectPeersCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayConnectsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayConnectsCommand.ts index adce79433d4ed..b162f44321c85 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayConnectsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayConnectsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeTransitGatewayConnectsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayMulticastDomainsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayMulticastDomainsCommand.ts index 785ce6df32a41..93c4a13b1d612 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayMulticastDomainsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayMulticastDomainsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeTransitGatewayMulticastDomainsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts index a41dbc3cfc6e3..9e45ee8be022b 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayPeeringAttachmentsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeTransitGatewayPeeringAttachmentsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayPolicyTablesCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayPolicyTablesCommand.ts index a31bd31c9fa0d..eb18a9e3f1889 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayPolicyTablesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayPolicyTablesCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeTransitGatewayPolicyTablesCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.ts index 74a16a066ba74..7c2dd1b86e54d 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeTransitGatewayRouteTableAnnouncementsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTablesCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTablesCommand.ts index 04d965805b5cb..ed90299a9c186 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTablesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayRouteTablesCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeTransitGatewayRouteTablesCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts index 1b73d5ff9eb8e..d7abe51d99a64 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewayVpcAttachmentsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeTransitGatewayVpcAttachmentsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeTransitGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeTransitGatewaysCommand.ts index 3607744db04b7..80bbc52a971ee 100644 --- a/clients/client-ec2/src/commands/DescribeTransitGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTransitGatewaysCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeTransitGatewaysRequest, DescribeTransitGatewaysResult } from "../models/models_4"; import { de_DescribeTransitGatewaysCommand, se_DescribeTransitGatewaysCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeTrunkInterfaceAssociationsCommand.ts b/clients/client-ec2/src/commands/DescribeTrunkInterfaceAssociationsCommand.ts index 98ea78330ee27..57c9aaa7efef9 100644 --- a/clients/client-ec2/src/commands/DescribeTrunkInterfaceAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeTrunkInterfaceAssociationsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeTrunkInterfaceAssociationsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessEndpointsCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessEndpointsCommand.ts index 005d9db45d263..7c976164f9785 100644 --- a/clients/client-ec2/src/commands/DescribeVerifiedAccessEndpointsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessEndpointsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeVerifiedAccessEndpointsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessGroupsCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessGroupsCommand.ts index a7c345571959e..d51af3d96bcba 100644 --- a/clients/client-ec2/src/commands/DescribeVerifiedAccessGroupsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessGroupsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeVerifiedAccessGroupsRequest, DescribeVerifiedAccessGroupsResult } from "../models/models_4"; import { de_DescribeVerifiedAccessGroupsCommand, se_DescribeVerifiedAccessGroupsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.ts index 20e6f1d66e4e1..14749ce45b05b 100644 --- a/clients/client-ec2/src/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeVerifiedAccessInstanceLoggingConfigurationsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessInstancesCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessInstancesCommand.ts index 029a911002bfb..0d6041c3da158 100644 --- a/clients/client-ec2/src/commands/DescribeVerifiedAccessInstancesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessInstancesCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeVerifiedAccessInstancesCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeVerifiedAccessTrustProvidersCommand.ts b/clients/client-ec2/src/commands/DescribeVerifiedAccessTrustProvidersCommand.ts index 29365e90e1136..7d3a5fb1e77ec 100644 --- a/clients/client-ec2/src/commands/DescribeVerifiedAccessTrustProvidersCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVerifiedAccessTrustProvidersCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeVerifiedAccessTrustProvidersCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeVolumeAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeVolumeAttributeCommand.ts index e2cb5ab32c28c..a457d5daa17f1 100644 --- a/clients/client-ec2/src/commands/DescribeVolumeAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVolumeAttributeCommand.ts @@ -18,6 +18,10 @@ import { DescribeVolumeAttributeRequest } from "../models/models_4"; import { DescribeVolumeAttributeResult } from "../models/models_5"; import { de_DescribeVolumeAttributeCommand, se_DescribeVolumeAttributeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeVolumeStatusCommand.ts b/clients/client-ec2/src/commands/DescribeVolumeStatusCommand.ts index 0e8cf3ce4a260..c45ef748a4cc1 100644 --- a/clients/client-ec2/src/commands/DescribeVolumeStatusCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVolumeStatusCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeVolumeStatusRequest, DescribeVolumeStatusResult } from "../models/models_5"; import { de_DescribeVolumeStatusCommand, se_DescribeVolumeStatusCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeVolumesCommand.ts b/clients/client-ec2/src/commands/DescribeVolumesCommand.ts index ef585714d80b6..29955ff8c9d57 100644 --- a/clients/client-ec2/src/commands/DescribeVolumesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVolumesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeVolumesRequest, DescribeVolumesResult } from "../models/models_5"; import { de_DescribeVolumesCommand, se_DescribeVolumesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeVolumesModificationsCommand.ts b/clients/client-ec2/src/commands/DescribeVolumesModificationsCommand.ts index 92b080eb4dd86..a5223a92969e7 100644 --- a/clients/client-ec2/src/commands/DescribeVolumesModificationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVolumesModificationsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeVolumesModificationsRequest, DescribeVolumesModificationsResult } from "../models/models_5"; import { de_DescribeVolumesModificationsCommand, se_DescribeVolumesModificationsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeVpcAttributeCommand.ts b/clients/client-ec2/src/commands/DescribeVpcAttributeCommand.ts index 99499fa2eaa19..8c2ea86becb5c 100644 --- a/clients/client-ec2/src/commands/DescribeVpcAttributeCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcAttributeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeVpcAttributeRequest, DescribeVpcAttributeResult } from "../models/models_5"; import { de_DescribeVpcAttributeCommand, se_DescribeVpcAttributeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeVpcClassicLinkCommand.ts b/clients/client-ec2/src/commands/DescribeVpcClassicLinkCommand.ts index 23facc1f33ea9..6f34b1377beb2 100644 --- a/clients/client-ec2/src/commands/DescribeVpcClassicLinkCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcClassicLinkCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeVpcClassicLinkRequest, DescribeVpcClassicLinkResult } from "../models/models_5"; import { de_DescribeVpcClassicLinkCommand, se_DescribeVpcClassicLinkCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeVpcClassicLinkDnsSupportCommand.ts b/clients/client-ec2/src/commands/DescribeVpcClassicLinkDnsSupportCommand.ts index 61d55b448a4eb..25f5ea20012b8 100644 --- a/clients/client-ec2/src/commands/DescribeVpcClassicLinkDnsSupportCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcClassicLinkDnsSupportCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeVpcClassicLinkDnsSupportCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts index 3fc5fc96df051..53c02b6e7bd31 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionNotificationsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeVpcEndpointConnectionNotificationsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionsCommand.ts index e2552c0ecd986..25d8af2507ccc 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointConnectionsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeVpcEndpointConnectionsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts index 45e6a447bbb94..5534b03b86694 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointServiceConfigurationsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeVpcEndpointServiceConfigurationsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointServicePermissionsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointServicePermissionsCommand.ts index 456325723fee7..c517e70e807a8 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointServicePermissionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointServicePermissionsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeVpcEndpointServicePermissionsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointServicesCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointServicesCommand.ts index 9b6dc2bd56567..70aa8de6fca46 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointServicesCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointServicesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeVpcEndpointServicesRequest, DescribeVpcEndpointServicesResult } from "../models/models_5"; import { de_DescribeVpcEndpointServicesCommand, se_DescribeVpcEndpointServicesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeVpcEndpointsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcEndpointsCommand.ts index 89c104ef2750e..f3c0861f3b21b 100644 --- a/clients/client-ec2/src/commands/DescribeVpcEndpointsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcEndpointsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeVpcEndpointsRequest, DescribeVpcEndpointsResult } from "../models/models_5"; import { de_DescribeVpcEndpointsCommand, se_DescribeVpcEndpointsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeVpcPeeringConnectionsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcPeeringConnectionsCommand.ts index efebc73aeae14..0cbd0538a579f 100644 --- a/clients/client-ec2/src/commands/DescribeVpcPeeringConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcPeeringConnectionsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeVpcPeeringConnectionsRequest, DescribeVpcPeeringConnectionsResult } from "../models/models_5"; import { de_DescribeVpcPeeringConnectionsCommand, se_DescribeVpcPeeringConnectionsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeVpcsCommand.ts b/clients/client-ec2/src/commands/DescribeVpcsCommand.ts index 4e6d2bc242f1c..e8aca173ccdf9 100644 --- a/clients/client-ec2/src/commands/DescribeVpcsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpcsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeVpcsRequest, DescribeVpcsResult } from "../models/models_5"; import { de_DescribeVpcsCommand, se_DescribeVpcsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeVpnConnectionsCommand.ts b/clients/client-ec2/src/commands/DescribeVpnConnectionsCommand.ts index 3272848d937d8..8e90b66a4bf26 100644 --- a/clients/client-ec2/src/commands/DescribeVpnConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpnConnectionsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeVpnConnectionsRequest, DescribeVpnConnectionsResult } from "../models/models_5"; import { de_DescribeVpnConnectionsCommand, se_DescribeVpnConnectionsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DescribeVpnGatewaysCommand.ts b/clients/client-ec2/src/commands/DescribeVpnGatewaysCommand.ts index 2f1f70923a82c..9c3cb7e785bcb 100644 --- a/clients/client-ec2/src/commands/DescribeVpnGatewaysCommand.ts +++ b/clients/client-ec2/src/commands/DescribeVpnGatewaysCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeVpnGatewaysRequest, DescribeVpnGatewaysResult } from "../models/models_5"; import { de_DescribeVpnGatewaysCommand, se_DescribeVpnGatewaysCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DetachClassicLinkVpcCommand.ts b/clients/client-ec2/src/commands/DetachClassicLinkVpcCommand.ts index 2fe0443c3a6b1..6ee3d82921683 100644 --- a/clients/client-ec2/src/commands/DetachClassicLinkVpcCommand.ts +++ b/clients/client-ec2/src/commands/DetachClassicLinkVpcCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DetachClassicLinkVpcRequest, DetachClassicLinkVpcResult } from "../models/models_5"; import { de_DetachClassicLinkVpcCommand, se_DetachClassicLinkVpcCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DetachInternetGatewayCommand.ts b/clients/client-ec2/src/commands/DetachInternetGatewayCommand.ts index b3ae19c96b24a..c9fa30de7aff9 100644 --- a/clients/client-ec2/src/commands/DetachInternetGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DetachInternetGatewayCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DetachInternetGatewayRequest } from "../models/models_5"; import { de_DetachInternetGatewayCommand, se_DetachInternetGatewayCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DetachNetworkInterfaceCommand.ts b/clients/client-ec2/src/commands/DetachNetworkInterfaceCommand.ts index 43eeae12dff85..07ebd14ca081b 100644 --- a/clients/client-ec2/src/commands/DetachNetworkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/DetachNetworkInterfaceCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DetachNetworkInterfaceRequest } from "../models/models_5"; import { de_DetachNetworkInterfaceCommand, se_DetachNetworkInterfaceCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DetachVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/DetachVerifiedAccessTrustProviderCommand.ts index 59b57ea8da373..8046cddad0128 100644 --- a/clients/client-ec2/src/commands/DetachVerifiedAccessTrustProviderCommand.ts +++ b/clients/client-ec2/src/commands/DetachVerifiedAccessTrustProviderCommand.ts @@ -24,6 +24,10 @@ import { se_DetachVerifiedAccessTrustProviderCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DetachVolumeCommand.ts b/clients/client-ec2/src/commands/DetachVolumeCommand.ts index 2244bc1820780..3033e4ea9e20d 100644 --- a/clients/client-ec2/src/commands/DetachVolumeCommand.ts +++ b/clients/client-ec2/src/commands/DetachVolumeCommand.ts @@ -18,6 +18,10 @@ import { VolumeAttachment } from "../models/models_0"; import { DetachVolumeRequest } from "../models/models_5"; import { de_DetachVolumeCommand, se_DetachVolumeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DetachVpnGatewayCommand.ts b/clients/client-ec2/src/commands/DetachVpnGatewayCommand.ts index d7f5867262e17..680cf4ee1f464 100644 --- a/clients/client-ec2/src/commands/DetachVpnGatewayCommand.ts +++ b/clients/client-ec2/src/commands/DetachVpnGatewayCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DetachVpnGatewayRequest } from "../models/models_5"; import { de_DetachVpnGatewayCommand, se_DetachVpnGatewayCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisableAddressTransferCommand.ts b/clients/client-ec2/src/commands/DisableAddressTransferCommand.ts index fc8933649be5f..ea209ba7b290c 100644 --- a/clients/client-ec2/src/commands/DisableAddressTransferCommand.ts +++ b/clients/client-ec2/src/commands/DisableAddressTransferCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisableAddressTransferRequest, DisableAddressTransferResult } from "../models/models_5"; import { de_DisableAddressTransferCommand, se_DisableAddressTransferCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.ts b/clients/client-ec2/src/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.ts index 66aa4c31221a8..687b0bb4ccc5b 100644 --- a/clients/client-ec2/src/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.ts +++ b/clients/client-ec2/src/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.ts @@ -23,6 +23,10 @@ import { se_DisableAwsNetworkPerformanceMetricSubscriptionCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisableEbsEncryptionByDefaultCommand.ts b/clients/client-ec2/src/commands/DisableEbsEncryptionByDefaultCommand.ts index 707e217cbffe5..5de368f6d76f7 100644 --- a/clients/client-ec2/src/commands/DisableEbsEncryptionByDefaultCommand.ts +++ b/clients/client-ec2/src/commands/DisableEbsEncryptionByDefaultCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisableEbsEncryptionByDefaultRequest, DisableEbsEncryptionByDefaultResult } from "../models/models_5"; import { de_DisableEbsEncryptionByDefaultCommand, se_DisableEbsEncryptionByDefaultCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisableFastLaunchCommand.ts b/clients/client-ec2/src/commands/DisableFastLaunchCommand.ts index 5182ac2d1c946..30f20b1bc15fc 100644 --- a/clients/client-ec2/src/commands/DisableFastLaunchCommand.ts +++ b/clients/client-ec2/src/commands/DisableFastLaunchCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisableFastLaunchRequest, DisableFastLaunchResult } from "../models/models_5"; import { de_DisableFastLaunchCommand, se_DisableFastLaunchCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisableFastSnapshotRestoresCommand.ts b/clients/client-ec2/src/commands/DisableFastSnapshotRestoresCommand.ts index 4cd81be2034e9..bad4bc7eea6cc 100644 --- a/clients/client-ec2/src/commands/DisableFastSnapshotRestoresCommand.ts +++ b/clients/client-ec2/src/commands/DisableFastSnapshotRestoresCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisableFastSnapshotRestoresRequest, DisableFastSnapshotRestoresResult } from "../models/models_5"; import { de_DisableFastSnapshotRestoresCommand, se_DisableFastSnapshotRestoresCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisableImageDeprecationCommand.ts b/clients/client-ec2/src/commands/DisableImageDeprecationCommand.ts index 5d116b3790a85..406d4758f080c 100644 --- a/clients/client-ec2/src/commands/DisableImageDeprecationCommand.ts +++ b/clients/client-ec2/src/commands/DisableImageDeprecationCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisableImageDeprecationRequest, DisableImageDeprecationResult } from "../models/models_5"; import { de_DisableImageDeprecationCommand, se_DisableImageDeprecationCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisableIpamOrganizationAdminAccountCommand.ts b/clients/client-ec2/src/commands/DisableIpamOrganizationAdminAccountCommand.ts index 7348add173592..13d2fd30f290e 100644 --- a/clients/client-ec2/src/commands/DisableIpamOrganizationAdminAccountCommand.ts +++ b/clients/client-ec2/src/commands/DisableIpamOrganizationAdminAccountCommand.ts @@ -23,6 +23,10 @@ import { se_DisableIpamOrganizationAdminAccountCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisableSerialConsoleAccessCommand.ts b/clients/client-ec2/src/commands/DisableSerialConsoleAccessCommand.ts index 27da27aad7f1c..9618a7407b49a 100644 --- a/clients/client-ec2/src/commands/DisableSerialConsoleAccessCommand.ts +++ b/clients/client-ec2/src/commands/DisableSerialConsoleAccessCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisableSerialConsoleAccessRequest, DisableSerialConsoleAccessResult } from "../models/models_5"; import { de_DisableSerialConsoleAccessCommand, se_DisableSerialConsoleAccessCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisableTransitGatewayRouteTablePropagationCommand.ts b/clients/client-ec2/src/commands/DisableTransitGatewayRouteTablePropagationCommand.ts index 3b4890043c153..55a1625280820 100644 --- a/clients/client-ec2/src/commands/DisableTransitGatewayRouteTablePropagationCommand.ts +++ b/clients/client-ec2/src/commands/DisableTransitGatewayRouteTablePropagationCommand.ts @@ -23,6 +23,10 @@ import { se_DisableTransitGatewayRouteTablePropagationCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisableVgwRoutePropagationCommand.ts b/clients/client-ec2/src/commands/DisableVgwRoutePropagationCommand.ts index dd7c0b8a75399..89a2bddd542a2 100644 --- a/clients/client-ec2/src/commands/DisableVgwRoutePropagationCommand.ts +++ b/clients/client-ec2/src/commands/DisableVgwRoutePropagationCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisableVgwRoutePropagationRequest } from "../models/models_5"; import { de_DisableVgwRoutePropagationCommand, se_DisableVgwRoutePropagationCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisableVpcClassicLinkCommand.ts b/clients/client-ec2/src/commands/DisableVpcClassicLinkCommand.ts index 2e9c7c7434c10..ead5d17cc7644 100644 --- a/clients/client-ec2/src/commands/DisableVpcClassicLinkCommand.ts +++ b/clients/client-ec2/src/commands/DisableVpcClassicLinkCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisableVpcClassicLinkRequest, DisableVpcClassicLinkResult } from "../models/models_5"; import { de_DisableVpcClassicLinkCommand, se_DisableVpcClassicLinkCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisableVpcClassicLinkDnsSupportCommand.ts b/clients/client-ec2/src/commands/DisableVpcClassicLinkDnsSupportCommand.ts index adb95d6c9e1de..e09ab23de6cc7 100644 --- a/clients/client-ec2/src/commands/DisableVpcClassicLinkDnsSupportCommand.ts +++ b/clients/client-ec2/src/commands/DisableVpcClassicLinkDnsSupportCommand.ts @@ -20,6 +20,10 @@ import { se_DisableVpcClassicLinkDnsSupportCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisassociateAddressCommand.ts b/clients/client-ec2/src/commands/DisassociateAddressCommand.ts index 7bf19f6542ab5..667efb6dde6dc 100644 --- a/clients/client-ec2/src/commands/DisassociateAddressCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateAddressCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisassociateAddressRequest } from "../models/models_5"; import { de_DisassociateAddressCommand, se_DisassociateAddressCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisassociateClientVpnTargetNetworkCommand.ts b/clients/client-ec2/src/commands/DisassociateClientVpnTargetNetworkCommand.ts index 11a4c2b311610..bd6b0b39f3c0b 100644 --- a/clients/client-ec2/src/commands/DisassociateClientVpnTargetNetworkCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateClientVpnTargetNetworkCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateClientVpnTargetNetworkCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisassociateEnclaveCertificateIamRoleCommand.ts b/clients/client-ec2/src/commands/DisassociateEnclaveCertificateIamRoleCommand.ts index 90015d50d9a6c..0d4f23ea3c5c7 100644 --- a/clients/client-ec2/src/commands/DisassociateEnclaveCertificateIamRoleCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateEnclaveCertificateIamRoleCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateEnclaveCertificateIamRoleCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisassociateIamInstanceProfileCommand.ts b/clients/client-ec2/src/commands/DisassociateIamInstanceProfileCommand.ts index 89e95413e6195..07308d90f890c 100644 --- a/clients/client-ec2/src/commands/DisassociateIamInstanceProfileCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateIamInstanceProfileCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateIamInstanceProfileCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisassociateInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/DisassociateInstanceEventWindowCommand.ts index 2aa86d9524368..41a40f1a7fed0 100644 --- a/clients/client-ec2/src/commands/DisassociateInstanceEventWindowCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateInstanceEventWindowCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateInstanceEventWindowCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisassociateIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/DisassociateIpamResourceDiscoveryCommand.ts index 6917073f6ed9f..458dee77356ec 100644 --- a/clients/client-ec2/src/commands/DisassociateIpamResourceDiscoveryCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateIpamResourceDiscoveryCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateIpamResourceDiscoveryCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisassociateNatGatewayAddressCommand.ts b/clients/client-ec2/src/commands/DisassociateNatGatewayAddressCommand.ts index 656e02602bd6e..b362af11e5add 100644 --- a/clients/client-ec2/src/commands/DisassociateNatGatewayAddressCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateNatGatewayAddressCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisassociateNatGatewayAddressRequest, DisassociateNatGatewayAddressResult } from "../models/models_5"; import { de_DisassociateNatGatewayAddressCommand, se_DisassociateNatGatewayAddressCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisassociateRouteTableCommand.ts b/clients/client-ec2/src/commands/DisassociateRouteTableCommand.ts index b7e5c16b7f434..a4fbf1c8a2cea 100644 --- a/clients/client-ec2/src/commands/DisassociateRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateRouteTableCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisassociateRouteTableRequest } from "../models/models_5"; import { de_DisassociateRouteTableCommand, se_DisassociateRouteTableCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisassociateSubnetCidrBlockCommand.ts b/clients/client-ec2/src/commands/DisassociateSubnetCidrBlockCommand.ts index 6e76b3c43caec..9569b6fb0ae25 100644 --- a/clients/client-ec2/src/commands/DisassociateSubnetCidrBlockCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateSubnetCidrBlockCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisassociateSubnetCidrBlockRequest, DisassociateSubnetCidrBlockResult } from "../models/models_5"; import { de_DisassociateSubnetCidrBlockCommand, se_DisassociateSubnetCidrBlockCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisassociateTransitGatewayMulticastDomainCommand.ts b/clients/client-ec2/src/commands/DisassociateTransitGatewayMulticastDomainCommand.ts index c93f281803c30..e5f34f5096b19 100644 --- a/clients/client-ec2/src/commands/DisassociateTransitGatewayMulticastDomainCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateTransitGatewayMulticastDomainCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateTransitGatewayMulticastDomainCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisassociateTransitGatewayPolicyTableCommand.ts b/clients/client-ec2/src/commands/DisassociateTransitGatewayPolicyTableCommand.ts index 7414c2516966e..346025b1e92de 100644 --- a/clients/client-ec2/src/commands/DisassociateTransitGatewayPolicyTableCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateTransitGatewayPolicyTableCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateTransitGatewayPolicyTableCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisassociateTransitGatewayRouteTableCommand.ts b/clients/client-ec2/src/commands/DisassociateTransitGatewayRouteTableCommand.ts index 0d221cc608a3a..2acec0469c9c3 100644 --- a/clients/client-ec2/src/commands/DisassociateTransitGatewayRouteTableCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateTransitGatewayRouteTableCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateTransitGatewayRouteTableCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisassociateTrunkInterfaceCommand.ts b/clients/client-ec2/src/commands/DisassociateTrunkInterfaceCommand.ts index f9507562bfb0e..b03962ba23e38 100644 --- a/clients/client-ec2/src/commands/DisassociateTrunkInterfaceCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateTrunkInterfaceCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisassociateTrunkInterfaceRequest, DisassociateTrunkInterfaceResult } from "../models/models_5"; import { de_DisassociateTrunkInterfaceCommand, se_DisassociateTrunkInterfaceCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/DisassociateVpcCidrBlockCommand.ts b/clients/client-ec2/src/commands/DisassociateVpcCidrBlockCommand.ts index 036eecef43627..8950010fae84f 100644 --- a/clients/client-ec2/src/commands/DisassociateVpcCidrBlockCommand.ts +++ b/clients/client-ec2/src/commands/DisassociateVpcCidrBlockCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisassociateVpcCidrBlockRequest, DisassociateVpcCidrBlockResult } from "../models/models_5"; import { de_DisassociateVpcCidrBlockCommand, se_DisassociateVpcCidrBlockCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/EnableAddressTransferCommand.ts b/clients/client-ec2/src/commands/EnableAddressTransferCommand.ts index 5be1364538519..bc0c4d4bf87f4 100644 --- a/clients/client-ec2/src/commands/EnableAddressTransferCommand.ts +++ b/clients/client-ec2/src/commands/EnableAddressTransferCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { EnableAddressTransferRequest, EnableAddressTransferResult } from "../models/models_5"; import { de_EnableAddressTransferCommand, se_EnableAddressTransferCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.ts b/clients/client-ec2/src/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.ts index 6cc5c96437c55..1c0962146c310 100644 --- a/clients/client-ec2/src/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.ts +++ b/clients/client-ec2/src/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.ts @@ -23,6 +23,10 @@ import { se_EnableAwsNetworkPerformanceMetricSubscriptionCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/EnableEbsEncryptionByDefaultCommand.ts b/clients/client-ec2/src/commands/EnableEbsEncryptionByDefaultCommand.ts index 417311ff4cbcf..0df39ca83e2ef 100644 --- a/clients/client-ec2/src/commands/EnableEbsEncryptionByDefaultCommand.ts +++ b/clients/client-ec2/src/commands/EnableEbsEncryptionByDefaultCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { EnableEbsEncryptionByDefaultRequest, EnableEbsEncryptionByDefaultResult } from "../models/models_5"; import { de_EnableEbsEncryptionByDefaultCommand, se_EnableEbsEncryptionByDefaultCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/EnableFastLaunchCommand.ts b/clients/client-ec2/src/commands/EnableFastLaunchCommand.ts index 8b65ffabc9c70..91b3cd83e5976 100644 --- a/clients/client-ec2/src/commands/EnableFastLaunchCommand.ts +++ b/clients/client-ec2/src/commands/EnableFastLaunchCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { EnableFastLaunchRequest, EnableFastLaunchResult } from "../models/models_5"; import { de_EnableFastLaunchCommand, se_EnableFastLaunchCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/EnableFastSnapshotRestoresCommand.ts b/clients/client-ec2/src/commands/EnableFastSnapshotRestoresCommand.ts index eb82b6015c9f5..582bdd7af3e05 100644 --- a/clients/client-ec2/src/commands/EnableFastSnapshotRestoresCommand.ts +++ b/clients/client-ec2/src/commands/EnableFastSnapshotRestoresCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { EnableFastSnapshotRestoresRequest, EnableFastSnapshotRestoresResult } from "../models/models_5"; import { de_EnableFastSnapshotRestoresCommand, se_EnableFastSnapshotRestoresCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/EnableImageDeprecationCommand.ts b/clients/client-ec2/src/commands/EnableImageDeprecationCommand.ts index 4b82638143667..2189d3bebe034 100644 --- a/clients/client-ec2/src/commands/EnableImageDeprecationCommand.ts +++ b/clients/client-ec2/src/commands/EnableImageDeprecationCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { EnableImageDeprecationRequest, EnableImageDeprecationResult } from "../models/models_5"; import { de_EnableImageDeprecationCommand, se_EnableImageDeprecationCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/EnableIpamOrganizationAdminAccountCommand.ts b/clients/client-ec2/src/commands/EnableIpamOrganizationAdminAccountCommand.ts index ff4c0d34af36d..d541d6820b492 100644 --- a/clients/client-ec2/src/commands/EnableIpamOrganizationAdminAccountCommand.ts +++ b/clients/client-ec2/src/commands/EnableIpamOrganizationAdminAccountCommand.ts @@ -23,6 +23,10 @@ import { se_EnableIpamOrganizationAdminAccountCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.ts b/clients/client-ec2/src/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.ts index 3e8c90de5466a..58fd02550bcbc 100644 --- a/clients/client-ec2/src/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.ts +++ b/clients/client-ec2/src/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.ts @@ -23,6 +23,10 @@ import { se_EnableReachabilityAnalyzerOrganizationSharingCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/EnableSerialConsoleAccessCommand.ts b/clients/client-ec2/src/commands/EnableSerialConsoleAccessCommand.ts index e4301744950f7..00c79ec940baa 100644 --- a/clients/client-ec2/src/commands/EnableSerialConsoleAccessCommand.ts +++ b/clients/client-ec2/src/commands/EnableSerialConsoleAccessCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { EnableSerialConsoleAccessRequest, EnableSerialConsoleAccessResult } from "../models/models_5"; import { de_EnableSerialConsoleAccessCommand, se_EnableSerialConsoleAccessCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/EnableTransitGatewayRouteTablePropagationCommand.ts b/clients/client-ec2/src/commands/EnableTransitGatewayRouteTablePropagationCommand.ts index c21572994a296..5a22f8dd826e3 100644 --- a/clients/client-ec2/src/commands/EnableTransitGatewayRouteTablePropagationCommand.ts +++ b/clients/client-ec2/src/commands/EnableTransitGatewayRouteTablePropagationCommand.ts @@ -23,6 +23,10 @@ import { se_EnableTransitGatewayRouteTablePropagationCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/EnableVgwRoutePropagationCommand.ts b/clients/client-ec2/src/commands/EnableVgwRoutePropagationCommand.ts index 9712c4eeeb0e6..9a9ef8cb56e38 100644 --- a/clients/client-ec2/src/commands/EnableVgwRoutePropagationCommand.ts +++ b/clients/client-ec2/src/commands/EnableVgwRoutePropagationCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { EnableVgwRoutePropagationRequest } from "../models/models_5"; import { de_EnableVgwRoutePropagationCommand, se_EnableVgwRoutePropagationCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/EnableVolumeIOCommand.ts b/clients/client-ec2/src/commands/EnableVolumeIOCommand.ts index c72484903eba3..62d860cca1481 100644 --- a/clients/client-ec2/src/commands/EnableVolumeIOCommand.ts +++ b/clients/client-ec2/src/commands/EnableVolumeIOCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { EnableVolumeIORequest } from "../models/models_5"; import { de_EnableVolumeIOCommand, se_EnableVolumeIOCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/EnableVpcClassicLinkCommand.ts b/clients/client-ec2/src/commands/EnableVpcClassicLinkCommand.ts index 4006d3774fd3e..23dd1ef2ee7f2 100644 --- a/clients/client-ec2/src/commands/EnableVpcClassicLinkCommand.ts +++ b/clients/client-ec2/src/commands/EnableVpcClassicLinkCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { EnableVpcClassicLinkRequest, EnableVpcClassicLinkResult } from "../models/models_5"; import { de_EnableVpcClassicLinkCommand, se_EnableVpcClassicLinkCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/EnableVpcClassicLinkDnsSupportCommand.ts b/clients/client-ec2/src/commands/EnableVpcClassicLinkDnsSupportCommand.ts index 32dee3f3db738..72349b153c8b4 100644 --- a/clients/client-ec2/src/commands/EnableVpcClassicLinkDnsSupportCommand.ts +++ b/clients/client-ec2/src/commands/EnableVpcClassicLinkDnsSupportCommand.ts @@ -20,6 +20,10 @@ import { se_EnableVpcClassicLinkDnsSupportCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ExportClientVpnClientCertificateRevocationListCommand.ts b/clients/client-ec2/src/commands/ExportClientVpnClientCertificateRevocationListCommand.ts index 51d0e87d6da63..3f91b84b85d51 100644 --- a/clients/client-ec2/src/commands/ExportClientVpnClientCertificateRevocationListCommand.ts +++ b/clients/client-ec2/src/commands/ExportClientVpnClientCertificateRevocationListCommand.ts @@ -23,6 +23,10 @@ import { se_ExportClientVpnClientCertificateRevocationListCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ExportClientVpnClientConfigurationCommand.ts b/clients/client-ec2/src/commands/ExportClientVpnClientConfigurationCommand.ts index 5b4969e47ddf2..3f2f888a89f03 100644 --- a/clients/client-ec2/src/commands/ExportClientVpnClientConfigurationCommand.ts +++ b/clients/client-ec2/src/commands/ExportClientVpnClientConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_ExportClientVpnClientConfigurationCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ExportImageCommand.ts b/clients/client-ec2/src/commands/ExportImageCommand.ts index 7026be31eb3dc..491c003887d9b 100644 --- a/clients/client-ec2/src/commands/ExportImageCommand.ts +++ b/clients/client-ec2/src/commands/ExportImageCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ExportImageRequest, ExportImageResult } from "../models/models_5"; import { de_ExportImageCommand, se_ExportImageCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ExportTransitGatewayRoutesCommand.ts b/clients/client-ec2/src/commands/ExportTransitGatewayRoutesCommand.ts index 6e9730f58ab8d..0e63f125cded4 100644 --- a/clients/client-ec2/src/commands/ExportTransitGatewayRoutesCommand.ts +++ b/clients/client-ec2/src/commands/ExportTransitGatewayRoutesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ExportTransitGatewayRoutesRequest, ExportTransitGatewayRoutesResult } from "../models/models_5"; import { de_ExportTransitGatewayRoutesCommand, se_ExportTransitGatewayRoutesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts b/clients/client-ec2/src/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts index a7808b1216917..682bbd3bbcd7c 100644 --- a/clients/client-ec2/src/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts +++ b/clients/client-ec2/src/commands/GetAssociatedEnclaveCertificateIamRolesCommand.ts @@ -23,6 +23,10 @@ import { se_GetAssociatedEnclaveCertificateIamRolesCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetAssociatedIpv6PoolCidrsCommand.ts b/clients/client-ec2/src/commands/GetAssociatedIpv6PoolCidrsCommand.ts index 09d6bfcabbb3a..97b3fd29ec3a4 100644 --- a/clients/client-ec2/src/commands/GetAssociatedIpv6PoolCidrsCommand.ts +++ b/clients/client-ec2/src/commands/GetAssociatedIpv6PoolCidrsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetAssociatedIpv6PoolCidrsRequest, GetAssociatedIpv6PoolCidrsResult } from "../models/models_5"; import { de_GetAssociatedIpv6PoolCidrsCommand, se_GetAssociatedIpv6PoolCidrsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetAwsNetworkPerformanceDataCommand.ts b/clients/client-ec2/src/commands/GetAwsNetworkPerformanceDataCommand.ts index 5c31672c8376a..c4400a2ae4d8c 100644 --- a/clients/client-ec2/src/commands/GetAwsNetworkPerformanceDataCommand.ts +++ b/clients/client-ec2/src/commands/GetAwsNetworkPerformanceDataCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetAwsNetworkPerformanceDataRequest, GetAwsNetworkPerformanceDataResult } from "../models/models_5"; import { de_GetAwsNetworkPerformanceDataCommand, se_GetAwsNetworkPerformanceDataCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetCapacityReservationUsageCommand.ts b/clients/client-ec2/src/commands/GetCapacityReservationUsageCommand.ts index 479e30d17d35a..ba012b189db54 100644 --- a/clients/client-ec2/src/commands/GetCapacityReservationUsageCommand.ts +++ b/clients/client-ec2/src/commands/GetCapacityReservationUsageCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetCapacityReservationUsageRequest, GetCapacityReservationUsageResult } from "../models/models_5"; import { de_GetCapacityReservationUsageCommand, se_GetCapacityReservationUsageCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetCoipPoolUsageCommand.ts b/clients/client-ec2/src/commands/GetCoipPoolUsageCommand.ts index 373fea1ab2901..e41a4c722fcca 100644 --- a/clients/client-ec2/src/commands/GetCoipPoolUsageCommand.ts +++ b/clients/client-ec2/src/commands/GetCoipPoolUsageCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetCoipPoolUsageRequest, GetCoipPoolUsageResult } from "../models/models_5"; import { de_GetCoipPoolUsageCommand, se_GetCoipPoolUsageCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetConsoleOutputCommand.ts b/clients/client-ec2/src/commands/GetConsoleOutputCommand.ts index 20d60e904fd08..1c7dbc2a5844d 100644 --- a/clients/client-ec2/src/commands/GetConsoleOutputCommand.ts +++ b/clients/client-ec2/src/commands/GetConsoleOutputCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetConsoleOutputRequest, GetConsoleOutputResult } from "../models/models_5"; import { de_GetConsoleOutputCommand, se_GetConsoleOutputCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetConsoleScreenshotCommand.ts b/clients/client-ec2/src/commands/GetConsoleScreenshotCommand.ts index 6fe95a360ecb0..e1ff64db51a48 100644 --- a/clients/client-ec2/src/commands/GetConsoleScreenshotCommand.ts +++ b/clients/client-ec2/src/commands/GetConsoleScreenshotCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetConsoleScreenshotRequest, GetConsoleScreenshotResult } from "../models/models_5"; import { de_GetConsoleScreenshotCommand, se_GetConsoleScreenshotCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetDefaultCreditSpecificationCommand.ts b/clients/client-ec2/src/commands/GetDefaultCreditSpecificationCommand.ts index 1f5d314688c01..1e433d376ded2 100644 --- a/clients/client-ec2/src/commands/GetDefaultCreditSpecificationCommand.ts +++ b/clients/client-ec2/src/commands/GetDefaultCreditSpecificationCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetDefaultCreditSpecificationRequest, GetDefaultCreditSpecificationResult } from "../models/models_5"; import { de_GetDefaultCreditSpecificationCommand, se_GetDefaultCreditSpecificationCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetEbsDefaultKmsKeyIdCommand.ts b/clients/client-ec2/src/commands/GetEbsDefaultKmsKeyIdCommand.ts index 201b2c7304138..eecf9ee198319 100644 --- a/clients/client-ec2/src/commands/GetEbsDefaultKmsKeyIdCommand.ts +++ b/clients/client-ec2/src/commands/GetEbsDefaultKmsKeyIdCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetEbsDefaultKmsKeyIdRequest, GetEbsDefaultKmsKeyIdResult } from "../models/models_5"; import { de_GetEbsDefaultKmsKeyIdCommand, se_GetEbsDefaultKmsKeyIdCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetEbsEncryptionByDefaultCommand.ts b/clients/client-ec2/src/commands/GetEbsEncryptionByDefaultCommand.ts index bda5f369937ef..6a9fcb6a75327 100644 --- a/clients/client-ec2/src/commands/GetEbsEncryptionByDefaultCommand.ts +++ b/clients/client-ec2/src/commands/GetEbsEncryptionByDefaultCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetEbsEncryptionByDefaultRequest, GetEbsEncryptionByDefaultResult } from "../models/models_5"; import { de_GetEbsEncryptionByDefaultCommand, se_GetEbsEncryptionByDefaultCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetFlowLogsIntegrationTemplateCommand.ts b/clients/client-ec2/src/commands/GetFlowLogsIntegrationTemplateCommand.ts index 2e8c80fe5b373..373f840c0d53a 100644 --- a/clients/client-ec2/src/commands/GetFlowLogsIntegrationTemplateCommand.ts +++ b/clients/client-ec2/src/commands/GetFlowLogsIntegrationTemplateCommand.ts @@ -20,6 +20,10 @@ import { se_GetFlowLogsIntegrationTemplateCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetGroupsForCapacityReservationCommand.ts b/clients/client-ec2/src/commands/GetGroupsForCapacityReservationCommand.ts index 65ca024f6b662..fa3e06ff20199 100644 --- a/clients/client-ec2/src/commands/GetGroupsForCapacityReservationCommand.ts +++ b/clients/client-ec2/src/commands/GetGroupsForCapacityReservationCommand.ts @@ -20,6 +20,10 @@ import { se_GetGroupsForCapacityReservationCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetHostReservationPurchasePreviewCommand.ts b/clients/client-ec2/src/commands/GetHostReservationPurchasePreviewCommand.ts index ed4a9c0360fa4..5f1d7a96b40d3 100644 --- a/clients/client-ec2/src/commands/GetHostReservationPurchasePreviewCommand.ts +++ b/clients/client-ec2/src/commands/GetHostReservationPurchasePreviewCommand.ts @@ -20,6 +20,10 @@ import { se_GetHostReservationPurchasePreviewCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetInstanceTypesFromInstanceRequirementsCommand.ts b/clients/client-ec2/src/commands/GetInstanceTypesFromInstanceRequirementsCommand.ts index 9af6c9b33bfd7..a3112ebb43c1a 100644 --- a/clients/client-ec2/src/commands/GetInstanceTypesFromInstanceRequirementsCommand.ts +++ b/clients/client-ec2/src/commands/GetInstanceTypesFromInstanceRequirementsCommand.ts @@ -23,6 +23,10 @@ import { se_GetInstanceTypesFromInstanceRequirementsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetInstanceUefiDataCommand.ts b/clients/client-ec2/src/commands/GetInstanceUefiDataCommand.ts index 476b43699f1f5..b6132ddd6dded 100644 --- a/clients/client-ec2/src/commands/GetInstanceUefiDataCommand.ts +++ b/clients/client-ec2/src/commands/GetInstanceUefiDataCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetInstanceUefiDataRequest, GetInstanceUefiDataResult } from "../models/models_5"; import { de_GetInstanceUefiDataCommand, se_GetInstanceUefiDataCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetIpamAddressHistoryCommand.ts b/clients/client-ec2/src/commands/GetIpamAddressHistoryCommand.ts index 47258a0c7d440..fd7b594d02e25 100644 --- a/clients/client-ec2/src/commands/GetIpamAddressHistoryCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamAddressHistoryCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetIpamAddressHistoryRequest, GetIpamAddressHistoryResult } from "../models/models_5"; import { de_GetIpamAddressHistoryCommand, se_GetIpamAddressHistoryCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetIpamDiscoveredAccountsCommand.ts b/clients/client-ec2/src/commands/GetIpamDiscoveredAccountsCommand.ts index 68d3da841038f..31fa63027c8b2 100644 --- a/clients/client-ec2/src/commands/GetIpamDiscoveredAccountsCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamDiscoveredAccountsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetIpamDiscoveredAccountsRequest, GetIpamDiscoveredAccountsResult } from "../models/models_5"; import { de_GetIpamDiscoveredAccountsCommand, se_GetIpamDiscoveredAccountsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetIpamDiscoveredResourceCidrsCommand.ts b/clients/client-ec2/src/commands/GetIpamDiscoveredResourceCidrsCommand.ts index 9f925dfcdb89c..bfff398273718 100644 --- a/clients/client-ec2/src/commands/GetIpamDiscoveredResourceCidrsCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamDiscoveredResourceCidrsCommand.ts @@ -20,6 +20,10 @@ import { se_GetIpamDiscoveredResourceCidrsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetIpamPoolAllocationsCommand.ts b/clients/client-ec2/src/commands/GetIpamPoolAllocationsCommand.ts index aff8a845f30a1..4bf9792606336 100644 --- a/clients/client-ec2/src/commands/GetIpamPoolAllocationsCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamPoolAllocationsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetIpamPoolAllocationsRequest, GetIpamPoolAllocationsResult } from "../models/models_5"; import { de_GetIpamPoolAllocationsCommand, se_GetIpamPoolAllocationsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetIpamPoolCidrsCommand.ts b/clients/client-ec2/src/commands/GetIpamPoolCidrsCommand.ts index c4bdb81526c73..196d8bd2dd395 100644 --- a/clients/client-ec2/src/commands/GetIpamPoolCidrsCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamPoolCidrsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetIpamPoolCidrsRequest, GetIpamPoolCidrsResult } from "../models/models_5"; import { de_GetIpamPoolCidrsCommand, se_GetIpamPoolCidrsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetIpamResourceCidrsCommand.ts b/clients/client-ec2/src/commands/GetIpamResourceCidrsCommand.ts index e213216920ff5..a3ebc07824c2f 100644 --- a/clients/client-ec2/src/commands/GetIpamResourceCidrsCommand.ts +++ b/clients/client-ec2/src/commands/GetIpamResourceCidrsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetIpamResourceCidrsRequest, GetIpamResourceCidrsResult } from "../models/models_5"; import { de_GetIpamResourceCidrsCommand, se_GetIpamResourceCidrsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts b/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts index f18246a91bcbc..b45a08a1952f1 100644 --- a/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts +++ b/clients/client-ec2/src/commands/GetLaunchTemplateDataCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_5"; import { de_GetLaunchTemplateDataCommand, se_GetLaunchTemplateDataCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetManagedPrefixListAssociationsCommand.ts b/clients/client-ec2/src/commands/GetManagedPrefixListAssociationsCommand.ts index 0f26d8dbf9fca..edc2c8e554ec5 100644 --- a/clients/client-ec2/src/commands/GetManagedPrefixListAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/GetManagedPrefixListAssociationsCommand.ts @@ -20,6 +20,10 @@ import { se_GetManagedPrefixListAssociationsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetManagedPrefixListEntriesCommand.ts b/clients/client-ec2/src/commands/GetManagedPrefixListEntriesCommand.ts index 08d29996282dc..69e3d5226e698 100644 --- a/clients/client-ec2/src/commands/GetManagedPrefixListEntriesCommand.ts +++ b/clients/client-ec2/src/commands/GetManagedPrefixListEntriesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetManagedPrefixListEntriesRequest, GetManagedPrefixListEntriesResult } from "../models/models_5"; import { de_GetManagedPrefixListEntriesCommand, se_GetManagedPrefixListEntriesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.ts b/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.ts index 054d6559fd9d5..161e55b59da4b 100644 --- a/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.ts +++ b/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.ts @@ -23,6 +23,10 @@ import { se_GetNetworkInsightsAccessScopeAnalysisFindingsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeContentCommand.ts b/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeContentCommand.ts index 40ea653f717b8..3460e04df91c0 100644 --- a/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeContentCommand.ts +++ b/clients/client-ec2/src/commands/GetNetworkInsightsAccessScopeContentCommand.ts @@ -23,6 +23,10 @@ import { se_GetNetworkInsightsAccessScopeContentCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetPasswordDataCommand.ts b/clients/client-ec2/src/commands/GetPasswordDataCommand.ts index 2823e34e10c9f..cfbbbd4a5365c 100644 --- a/clients/client-ec2/src/commands/GetPasswordDataCommand.ts +++ b/clients/client-ec2/src/commands/GetPasswordDataCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetPasswordDataRequest, GetPasswordDataResult } from "../models/models_5"; import { de_GetPasswordDataCommand, se_GetPasswordDataCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetReservedInstancesExchangeQuoteCommand.ts b/clients/client-ec2/src/commands/GetReservedInstancesExchangeQuoteCommand.ts index b87b0ad430882..fe3554a57f86f 100644 --- a/clients/client-ec2/src/commands/GetReservedInstancesExchangeQuoteCommand.ts +++ b/clients/client-ec2/src/commands/GetReservedInstancesExchangeQuoteCommand.ts @@ -20,6 +20,10 @@ import { se_GetReservedInstancesExchangeQuoteCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetSerialConsoleAccessStatusCommand.ts b/clients/client-ec2/src/commands/GetSerialConsoleAccessStatusCommand.ts index 9312029e6f88c..c197f65060bcc 100644 --- a/clients/client-ec2/src/commands/GetSerialConsoleAccessStatusCommand.ts +++ b/clients/client-ec2/src/commands/GetSerialConsoleAccessStatusCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetSerialConsoleAccessStatusRequest, GetSerialConsoleAccessStatusResult } from "../models/models_5"; import { de_GetSerialConsoleAccessStatusCommand, se_GetSerialConsoleAccessStatusCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetSpotPlacementScoresCommand.ts b/clients/client-ec2/src/commands/GetSpotPlacementScoresCommand.ts index 5e67b6b17a521..b233066ec82a2 100644 --- a/clients/client-ec2/src/commands/GetSpotPlacementScoresCommand.ts +++ b/clients/client-ec2/src/commands/GetSpotPlacementScoresCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetSpotPlacementScoresRequest, GetSpotPlacementScoresResult } from "../models/models_5"; import { de_GetSpotPlacementScoresCommand, se_GetSpotPlacementScoresCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetSubnetCidrReservationsCommand.ts b/clients/client-ec2/src/commands/GetSubnetCidrReservationsCommand.ts index ff7ea18e9e390..ecda5e3f42f08 100644 --- a/clients/client-ec2/src/commands/GetSubnetCidrReservationsCommand.ts +++ b/clients/client-ec2/src/commands/GetSubnetCidrReservationsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetSubnetCidrReservationsRequest, GetSubnetCidrReservationsResult } from "../models/models_5"; import { de_GetSubnetCidrReservationsCommand, se_GetSubnetCidrReservationsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetTransitGatewayAttachmentPropagationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayAttachmentPropagationsCommand.ts index d2ebbe296182a..c7fd339a1aad8 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayAttachmentPropagationsCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayAttachmentPropagationsCommand.ts @@ -23,6 +23,10 @@ import { se_GetTransitGatewayAttachmentPropagationsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts index 799870b63d036..4848939a9aa31 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayMulticastDomainAssociationsCommand.ts @@ -23,6 +23,10 @@ import { se_GetTransitGatewayMulticastDomainAssociationsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableAssociationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableAssociationsCommand.ts index 20d7cc6304361..0f6a5ac75290d 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableAssociationsCommand.ts @@ -23,6 +23,10 @@ import { se_GetTransitGatewayPolicyTableAssociationsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableEntriesCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableEntriesCommand.ts index 313f39d4930e9..6c6db69eccad3 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableEntriesCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayPolicyTableEntriesCommand.ts @@ -23,6 +23,10 @@ import { se_GetTransitGatewayPolicyTableEntriesCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetTransitGatewayPrefixListReferencesCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayPrefixListReferencesCommand.ts index a61b419605061..df2fb51c48a27 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayPrefixListReferencesCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayPrefixListReferencesCommand.ts @@ -23,6 +23,10 @@ import { se_GetTransitGatewayPrefixListReferencesCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetTransitGatewayRouteTableAssociationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayRouteTableAssociationsCommand.ts index 53eb4bb70c793..34f50aaea3ab1 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayRouteTableAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayRouteTableAssociationsCommand.ts @@ -23,6 +23,10 @@ import { se_GetTransitGatewayRouteTableAssociationsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetTransitGatewayRouteTablePropagationsCommand.ts b/clients/client-ec2/src/commands/GetTransitGatewayRouteTablePropagationsCommand.ts index c43abbd1328bb..5f3189f76c945 100644 --- a/clients/client-ec2/src/commands/GetTransitGatewayRouteTablePropagationsCommand.ts +++ b/clients/client-ec2/src/commands/GetTransitGatewayRouteTablePropagationsCommand.ts @@ -23,6 +23,10 @@ import { se_GetTransitGatewayRouteTablePropagationsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetVerifiedAccessEndpointPolicyCommand.ts b/clients/client-ec2/src/commands/GetVerifiedAccessEndpointPolicyCommand.ts index dcc351f93a6a5..41698c62371fd 100644 --- a/clients/client-ec2/src/commands/GetVerifiedAccessEndpointPolicyCommand.ts +++ b/clients/client-ec2/src/commands/GetVerifiedAccessEndpointPolicyCommand.ts @@ -20,6 +20,10 @@ import { se_GetVerifiedAccessEndpointPolicyCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetVerifiedAccessGroupPolicyCommand.ts b/clients/client-ec2/src/commands/GetVerifiedAccessGroupPolicyCommand.ts index 0c735b9ada159..42536c80955ed 100644 --- a/clients/client-ec2/src/commands/GetVerifiedAccessGroupPolicyCommand.ts +++ b/clients/client-ec2/src/commands/GetVerifiedAccessGroupPolicyCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetVerifiedAccessGroupPolicyRequest, GetVerifiedAccessGroupPolicyResult } from "../models/models_5"; import { de_GetVerifiedAccessGroupPolicyCommand, se_GetVerifiedAccessGroupPolicyCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts b/clients/client-ec2/src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts index b40cfcb3071d5..24aceb514740b 100644 --- a/clients/client-ec2/src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts +++ b/clients/client-ec2/src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts @@ -24,6 +24,10 @@ import { se_GetVpnConnectionDeviceSampleConfigurationCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetVpnConnectionDeviceTypesCommand.ts b/clients/client-ec2/src/commands/GetVpnConnectionDeviceTypesCommand.ts index 4f705e4857f4e..8771779d89c41 100644 --- a/clients/client-ec2/src/commands/GetVpnConnectionDeviceTypesCommand.ts +++ b/clients/client-ec2/src/commands/GetVpnConnectionDeviceTypesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetVpnConnectionDeviceTypesRequest, GetVpnConnectionDeviceTypesResult } from "../models/models_5"; import { de_GetVpnConnectionDeviceTypesCommand, se_GetVpnConnectionDeviceTypesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/GetVpnTunnelReplacementStatusCommand.ts b/clients/client-ec2/src/commands/GetVpnTunnelReplacementStatusCommand.ts index a1c5fd14963ae..01b2e9460f7c3 100644 --- a/clients/client-ec2/src/commands/GetVpnTunnelReplacementStatusCommand.ts +++ b/clients/client-ec2/src/commands/GetVpnTunnelReplacementStatusCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetVpnTunnelReplacementStatusRequest, GetVpnTunnelReplacementStatusResult } from "../models/models_5"; import { de_GetVpnTunnelReplacementStatusCommand, se_GetVpnTunnelReplacementStatusCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts b/clients/client-ec2/src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts index 2bbd0252ac983..ec2027baadffa 100644 --- a/clients/client-ec2/src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts +++ b/clients/client-ec2/src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts @@ -23,6 +23,10 @@ import { se_ImportClientVpnClientCertificateRevocationListCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ImportImageCommand.ts b/clients/client-ec2/src/commands/ImportImageCommand.ts index 3adc2b7b101e6..08a57329e5349 100644 --- a/clients/client-ec2/src/commands/ImportImageCommand.ts +++ b/clients/client-ec2/src/commands/ImportImageCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ImportImageRequest, ImportImageResult } from "../models/models_5"; import { de_ImportImageCommand, se_ImportImageCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ImportInstanceCommand.ts b/clients/client-ec2/src/commands/ImportInstanceCommand.ts index 5dda21c66c79e..4bdeeb4ca9998 100644 --- a/clients/client-ec2/src/commands/ImportInstanceCommand.ts +++ b/clients/client-ec2/src/commands/ImportInstanceCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_5"; import { de_ImportInstanceCommand, se_ImportInstanceCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ImportKeyPairCommand.ts b/clients/client-ec2/src/commands/ImportKeyPairCommand.ts index b8a5668e1e22a..0b4b7ef07ecc7 100644 --- a/clients/client-ec2/src/commands/ImportKeyPairCommand.ts +++ b/clients/client-ec2/src/commands/ImportKeyPairCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ImportKeyPairRequest, ImportKeyPairResult } from "../models/models_6"; import { de_ImportKeyPairCommand, se_ImportKeyPairCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ImportSnapshotCommand.ts b/clients/client-ec2/src/commands/ImportSnapshotCommand.ts index 58b391828e928..98a926040f4cc 100644 --- a/clients/client-ec2/src/commands/ImportSnapshotCommand.ts +++ b/clients/client-ec2/src/commands/ImportSnapshotCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ImportSnapshotRequest, ImportSnapshotResult } from "../models/models_6"; import { de_ImportSnapshotCommand, se_ImportSnapshotCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ImportVolumeCommand.ts b/clients/client-ec2/src/commands/ImportVolumeCommand.ts index df9801e5cba1c..65416c6568539 100644 --- a/clients/client-ec2/src/commands/ImportVolumeCommand.ts +++ b/clients/client-ec2/src/commands/ImportVolumeCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_6"; import { de_ImportVolumeCommand, se_ImportVolumeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ListImagesInRecycleBinCommand.ts b/clients/client-ec2/src/commands/ListImagesInRecycleBinCommand.ts index 9b3c52ed02994..2bd48a03806c6 100644 --- a/clients/client-ec2/src/commands/ListImagesInRecycleBinCommand.ts +++ b/clients/client-ec2/src/commands/ListImagesInRecycleBinCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListImagesInRecycleBinRequest, ListImagesInRecycleBinResult } from "../models/models_6"; import { de_ListImagesInRecycleBinCommand, se_ListImagesInRecycleBinCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ListSnapshotsInRecycleBinCommand.ts b/clients/client-ec2/src/commands/ListSnapshotsInRecycleBinCommand.ts index c4e5943b0ad48..790d158593bd3 100644 --- a/clients/client-ec2/src/commands/ListSnapshotsInRecycleBinCommand.ts +++ b/clients/client-ec2/src/commands/ListSnapshotsInRecycleBinCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListSnapshotsInRecycleBinRequest, ListSnapshotsInRecycleBinResult } from "../models/models_6"; import { de_ListSnapshotsInRecycleBinCommand, se_ListSnapshotsInRecycleBinCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyAddressAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyAddressAttributeCommand.ts index 2052b48998128..6de0b6afe0c8f 100644 --- a/clients/client-ec2/src/commands/ModifyAddressAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyAddressAttributeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyAddressAttributeRequest, ModifyAddressAttributeResult } from "../models/models_6"; import { de_ModifyAddressAttributeCommand, se_ModifyAddressAttributeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyAvailabilityZoneGroupCommand.ts b/clients/client-ec2/src/commands/ModifyAvailabilityZoneGroupCommand.ts index 8aeeaa59bcc11..865ae8c187d30 100644 --- a/clients/client-ec2/src/commands/ModifyAvailabilityZoneGroupCommand.ts +++ b/clients/client-ec2/src/commands/ModifyAvailabilityZoneGroupCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyAvailabilityZoneGroupRequest, ModifyAvailabilityZoneGroupResult } from "../models/models_6"; import { de_ModifyAvailabilityZoneGroupCommand, se_ModifyAvailabilityZoneGroupCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyCapacityReservationCommand.ts b/clients/client-ec2/src/commands/ModifyCapacityReservationCommand.ts index 5b597cf1ff925..d9b33d7264485 100644 --- a/clients/client-ec2/src/commands/ModifyCapacityReservationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyCapacityReservationCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyCapacityReservationRequest, ModifyCapacityReservationResult } from "../models/models_6"; import { de_ModifyCapacityReservationCommand, se_ModifyCapacityReservationCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyCapacityReservationFleetCommand.ts b/clients/client-ec2/src/commands/ModifyCapacityReservationFleetCommand.ts index 1be5fc4a54dbf..88fba790c7b8c 100644 --- a/clients/client-ec2/src/commands/ModifyCapacityReservationFleetCommand.ts +++ b/clients/client-ec2/src/commands/ModifyCapacityReservationFleetCommand.ts @@ -20,6 +20,10 @@ import { se_ModifyCapacityReservationFleetCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyClientVpnEndpointCommand.ts b/clients/client-ec2/src/commands/ModifyClientVpnEndpointCommand.ts index 913fac95a1fba..222d4f1a881be 100644 --- a/clients/client-ec2/src/commands/ModifyClientVpnEndpointCommand.ts +++ b/clients/client-ec2/src/commands/ModifyClientVpnEndpointCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyClientVpnEndpointRequest, ModifyClientVpnEndpointResult } from "../models/models_6"; import { de_ModifyClientVpnEndpointCommand, se_ModifyClientVpnEndpointCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyDefaultCreditSpecificationCommand.ts b/clients/client-ec2/src/commands/ModifyDefaultCreditSpecificationCommand.ts index 02d0cb7b528fd..7997c39ad7076 100644 --- a/clients/client-ec2/src/commands/ModifyDefaultCreditSpecificationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyDefaultCreditSpecificationCommand.ts @@ -20,6 +20,10 @@ import { se_ModifyDefaultCreditSpecificationCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyEbsDefaultKmsKeyIdCommand.ts b/clients/client-ec2/src/commands/ModifyEbsDefaultKmsKeyIdCommand.ts index 05ff99abaf94c..447bbd79bb447 100644 --- a/clients/client-ec2/src/commands/ModifyEbsDefaultKmsKeyIdCommand.ts +++ b/clients/client-ec2/src/commands/ModifyEbsDefaultKmsKeyIdCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyEbsDefaultKmsKeyIdRequest, ModifyEbsDefaultKmsKeyIdResult } from "../models/models_6"; import { de_ModifyEbsDefaultKmsKeyIdCommand, se_ModifyEbsDefaultKmsKeyIdCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyFleetCommand.ts b/clients/client-ec2/src/commands/ModifyFleetCommand.ts index e55262760942b..151acb6046abe 100644 --- a/clients/client-ec2/src/commands/ModifyFleetCommand.ts +++ b/clients/client-ec2/src/commands/ModifyFleetCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyFleetRequest, ModifyFleetResult } from "../models/models_6"; import { de_ModifyFleetCommand, se_ModifyFleetCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyFpgaImageAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyFpgaImageAttributeCommand.ts index f110c41f67d52..e2e4fa25c8055 100644 --- a/clients/client-ec2/src/commands/ModifyFpgaImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyFpgaImageAttributeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyFpgaImageAttributeRequest, ModifyFpgaImageAttributeResult } from "../models/models_6"; import { de_ModifyFpgaImageAttributeCommand, se_ModifyFpgaImageAttributeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyHostsCommand.ts b/clients/client-ec2/src/commands/ModifyHostsCommand.ts index 57eaef97dd016..7531f91f50f07 100644 --- a/clients/client-ec2/src/commands/ModifyHostsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyHostsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyHostsRequest, ModifyHostsResult } from "../models/models_6"; import { de_ModifyHostsCommand, se_ModifyHostsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyIdFormatCommand.ts b/clients/client-ec2/src/commands/ModifyIdFormatCommand.ts index f27676401577d..d4c2759e5281e 100644 --- a/clients/client-ec2/src/commands/ModifyIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIdFormatCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyIdFormatRequest } from "../models/models_6"; import { de_ModifyIdFormatCommand, se_ModifyIdFormatCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyIdentityIdFormatCommand.ts b/clients/client-ec2/src/commands/ModifyIdentityIdFormatCommand.ts index d0ebeffaafc34..51ec9e2099850 100644 --- a/clients/client-ec2/src/commands/ModifyIdentityIdFormatCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIdentityIdFormatCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyIdentityIdFormatRequest } from "../models/models_6"; import { de_ModifyIdentityIdFormatCommand, se_ModifyIdentityIdFormatCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyImageAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyImageAttributeCommand.ts index 319b60bf08d57..edfa8e4dcff3e 100644 --- a/clients/client-ec2/src/commands/ModifyImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyImageAttributeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyImageAttributeRequest } from "../models/models_6"; import { de_ModifyImageAttributeCommand, se_ModifyImageAttributeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyInstanceAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceAttributeCommand.ts index 19f4b6ee6f714..910fea9a0f8ac 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceAttributeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyInstanceAttributeRequest } from "../models/models_6"; import { de_ModifyInstanceAttributeCommand, se_ModifyInstanceAttributeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyInstanceCapacityReservationAttributesCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceCapacityReservationAttributesCommand.ts index fddd96fb17c44..fab44c13f4f62 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceCapacityReservationAttributesCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceCapacityReservationAttributesCommand.ts @@ -23,6 +23,10 @@ import { se_ModifyInstanceCapacityReservationAttributesCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyInstanceCreditSpecificationCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceCreditSpecificationCommand.ts index 303ee39817efc..215e49011a3df 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceCreditSpecificationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceCreditSpecificationCommand.ts @@ -20,6 +20,10 @@ import { se_ModifyInstanceCreditSpecificationCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyInstanceEventStartTimeCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceEventStartTimeCommand.ts index 5ad4aa5625800..e5e11840d24df 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceEventStartTimeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceEventStartTimeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyInstanceEventStartTimeRequest, ModifyInstanceEventStartTimeResult } from "../models/models_6"; import { de_ModifyInstanceEventStartTimeCommand, se_ModifyInstanceEventStartTimeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyInstanceEventWindowCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceEventWindowCommand.ts index 4565a8b89ec6b..49f92ca302b8b 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceEventWindowCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceEventWindowCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyInstanceEventWindowRequest, ModifyInstanceEventWindowResult } from "../models/models_6"; import { de_ModifyInstanceEventWindowCommand, se_ModifyInstanceEventWindowCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyInstanceMaintenanceOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceMaintenanceOptionsCommand.ts index e3aeb1271a65b..9580a1f5d02e8 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceMaintenanceOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceMaintenanceOptionsCommand.ts @@ -20,6 +20,10 @@ import { se_ModifyInstanceMaintenanceOptionsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyInstanceMetadataOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyInstanceMetadataOptionsCommand.ts index 4e9208336bcbe..71285bc92be87 100644 --- a/clients/client-ec2/src/commands/ModifyInstanceMetadataOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstanceMetadataOptionsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyInstanceMetadataOptionsRequest, ModifyInstanceMetadataOptionsResult } from "../models/models_6"; import { de_ModifyInstanceMetadataOptionsCommand, se_ModifyInstanceMetadataOptionsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyInstancePlacementCommand.ts b/clients/client-ec2/src/commands/ModifyInstancePlacementCommand.ts index fbb18500c0a20..47c9b2d5eca34 100644 --- a/clients/client-ec2/src/commands/ModifyInstancePlacementCommand.ts +++ b/clients/client-ec2/src/commands/ModifyInstancePlacementCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyInstancePlacementRequest, ModifyInstancePlacementResult } from "../models/models_6"; import { de_ModifyInstancePlacementCommand, se_ModifyInstancePlacementCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyIpamCommand.ts b/clients/client-ec2/src/commands/ModifyIpamCommand.ts index 39a145a40b6a0..be84bcc392098 100644 --- a/clients/client-ec2/src/commands/ModifyIpamCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIpamCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyIpamRequest, ModifyIpamResult } from "../models/models_6"; import { de_ModifyIpamCommand, se_ModifyIpamCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyIpamPoolCommand.ts b/clients/client-ec2/src/commands/ModifyIpamPoolCommand.ts index c3272378a1162..65aebef5a7cbf 100644 --- a/clients/client-ec2/src/commands/ModifyIpamPoolCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIpamPoolCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyIpamPoolRequest, ModifyIpamPoolResult } from "../models/models_6"; import { de_ModifyIpamPoolCommand, se_ModifyIpamPoolCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyIpamResourceCidrCommand.ts b/clients/client-ec2/src/commands/ModifyIpamResourceCidrCommand.ts index b24076d7ce660..83f8da0d8e929 100644 --- a/clients/client-ec2/src/commands/ModifyIpamResourceCidrCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIpamResourceCidrCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyIpamResourceCidrRequest, ModifyIpamResourceCidrResult } from "../models/models_6"; import { de_ModifyIpamResourceCidrCommand, se_ModifyIpamResourceCidrCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyIpamResourceDiscoveryCommand.ts b/clients/client-ec2/src/commands/ModifyIpamResourceDiscoveryCommand.ts index 01b9bcd4cb135..eadcbfd28d144 100644 --- a/clients/client-ec2/src/commands/ModifyIpamResourceDiscoveryCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIpamResourceDiscoveryCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyIpamResourceDiscoveryRequest, ModifyIpamResourceDiscoveryResult } from "../models/models_6"; import { de_ModifyIpamResourceDiscoveryCommand, se_ModifyIpamResourceDiscoveryCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyIpamScopeCommand.ts b/clients/client-ec2/src/commands/ModifyIpamScopeCommand.ts index 3b74ef2c1ab27..95f92c4f00fbe 100644 --- a/clients/client-ec2/src/commands/ModifyIpamScopeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyIpamScopeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyIpamScopeRequest, ModifyIpamScopeResult } from "../models/models_6"; import { de_ModifyIpamScopeCommand, se_ModifyIpamScopeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyLaunchTemplateCommand.ts b/clients/client-ec2/src/commands/ModifyLaunchTemplateCommand.ts index 55193e15e1e0c..dbba84a52b9a2 100644 --- a/clients/client-ec2/src/commands/ModifyLaunchTemplateCommand.ts +++ b/clients/client-ec2/src/commands/ModifyLaunchTemplateCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyLaunchTemplateRequest, ModifyLaunchTemplateResult } from "../models/models_6"; import { de_ModifyLaunchTemplateCommand, se_ModifyLaunchTemplateCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyLocalGatewayRouteCommand.ts b/clients/client-ec2/src/commands/ModifyLocalGatewayRouteCommand.ts index 76b306f65a917..9277aa4c25f66 100644 --- a/clients/client-ec2/src/commands/ModifyLocalGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/ModifyLocalGatewayRouteCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyLocalGatewayRouteRequest, ModifyLocalGatewayRouteResult } from "../models/models_6"; import { de_ModifyLocalGatewayRouteCommand, se_ModifyLocalGatewayRouteCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyManagedPrefixListCommand.ts b/clients/client-ec2/src/commands/ModifyManagedPrefixListCommand.ts index 0e42ca2ec84e2..290493679345d 100644 --- a/clients/client-ec2/src/commands/ModifyManagedPrefixListCommand.ts +++ b/clients/client-ec2/src/commands/ModifyManagedPrefixListCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyManagedPrefixListRequest, ModifyManagedPrefixListResult } from "../models/models_6"; import { de_ModifyManagedPrefixListCommand, se_ModifyManagedPrefixListCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyNetworkInterfaceAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyNetworkInterfaceAttributeCommand.ts index c23c610180d41..f3e9a13454742 100644 --- a/clients/client-ec2/src/commands/ModifyNetworkInterfaceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyNetworkInterfaceAttributeCommand.ts @@ -20,6 +20,10 @@ import { se_ModifyNetworkInterfaceAttributeCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyPrivateDnsNameOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyPrivateDnsNameOptionsCommand.ts index d173c56938346..cce629e1cfaa7 100644 --- a/clients/client-ec2/src/commands/ModifyPrivateDnsNameOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyPrivateDnsNameOptionsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyPrivateDnsNameOptionsRequest, ModifyPrivateDnsNameOptionsResult } from "../models/models_6"; import { de_ModifyPrivateDnsNameOptionsCommand, se_ModifyPrivateDnsNameOptionsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyReservedInstancesCommand.ts b/clients/client-ec2/src/commands/ModifyReservedInstancesCommand.ts index ed2fda0bb0e8b..2c4d1f038b66e 100644 --- a/clients/client-ec2/src/commands/ModifyReservedInstancesCommand.ts +++ b/clients/client-ec2/src/commands/ModifyReservedInstancesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyReservedInstancesRequest, ModifyReservedInstancesResult } from "../models/models_6"; import { de_ModifyReservedInstancesCommand, se_ModifyReservedInstancesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifySecurityGroupRulesCommand.ts b/clients/client-ec2/src/commands/ModifySecurityGroupRulesCommand.ts index a1d94d2128100..4cdb91a66d817 100644 --- a/clients/client-ec2/src/commands/ModifySecurityGroupRulesCommand.ts +++ b/clients/client-ec2/src/commands/ModifySecurityGroupRulesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifySecurityGroupRulesRequest, ModifySecurityGroupRulesResult } from "../models/models_6"; import { de_ModifySecurityGroupRulesCommand, se_ModifySecurityGroupRulesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifySnapshotAttributeCommand.ts b/clients/client-ec2/src/commands/ModifySnapshotAttributeCommand.ts index fd6380dd915ad..9f426ca8b9110 100644 --- a/clients/client-ec2/src/commands/ModifySnapshotAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifySnapshotAttributeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifySnapshotAttributeRequest } from "../models/models_6"; import { de_ModifySnapshotAttributeCommand, se_ModifySnapshotAttributeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifySnapshotTierCommand.ts b/clients/client-ec2/src/commands/ModifySnapshotTierCommand.ts index f7853bff7befa..4c164993a0f61 100644 --- a/clients/client-ec2/src/commands/ModifySnapshotTierCommand.ts +++ b/clients/client-ec2/src/commands/ModifySnapshotTierCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifySnapshotTierRequest, ModifySnapshotTierResult } from "../models/models_6"; import { de_ModifySnapshotTierCommand, se_ModifySnapshotTierCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifySpotFleetRequestCommand.ts b/clients/client-ec2/src/commands/ModifySpotFleetRequestCommand.ts index a10b6ed8d97af..0e524f46244fe 100644 --- a/clients/client-ec2/src/commands/ModifySpotFleetRequestCommand.ts +++ b/clients/client-ec2/src/commands/ModifySpotFleetRequestCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifySpotFleetRequestRequest, ModifySpotFleetRequestResponse } from "../models/models_6"; import { de_ModifySpotFleetRequestCommand, se_ModifySpotFleetRequestCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifySubnetAttributeCommand.ts b/clients/client-ec2/src/commands/ModifySubnetAttributeCommand.ts index ef068d3ddf74c..386e7325a423e 100644 --- a/clients/client-ec2/src/commands/ModifySubnetAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifySubnetAttributeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifySubnetAttributeRequest } from "../models/models_6"; import { de_ModifySubnetAttributeCommand, se_ModifySubnetAttributeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts b/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts index 81ba3ae5c18af..4f0c9f1e36c29 100644 --- a/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.ts @@ -23,6 +23,10 @@ import { se_ModifyTrafficMirrorFilterNetworkServicesCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterRuleCommand.ts b/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterRuleCommand.ts index 142e3824d90c2..eee1c8e4b0d06 100644 --- a/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterRuleCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTrafficMirrorFilterRuleCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyTrafficMirrorFilterRuleRequest, ModifyTrafficMirrorFilterRuleResult } from "../models/models_6"; import { de_ModifyTrafficMirrorFilterRuleCommand, se_ModifyTrafficMirrorFilterRuleCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyTrafficMirrorSessionCommand.ts b/clients/client-ec2/src/commands/ModifyTrafficMirrorSessionCommand.ts index ff9d2f3ed4678..9a225a2c5690f 100644 --- a/clients/client-ec2/src/commands/ModifyTrafficMirrorSessionCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTrafficMirrorSessionCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyTrafficMirrorSessionRequest, ModifyTrafficMirrorSessionResult } from "../models/models_6"; import { de_ModifyTrafficMirrorSessionCommand, se_ModifyTrafficMirrorSessionCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyTransitGatewayCommand.ts b/clients/client-ec2/src/commands/ModifyTransitGatewayCommand.ts index d994cc81836ce..2bc024a41be0f 100644 --- a/clients/client-ec2/src/commands/ModifyTransitGatewayCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTransitGatewayCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyTransitGatewayRequest, ModifyTransitGatewayResult } from "../models/models_6"; import { de_ModifyTransitGatewayCommand, se_ModifyTransitGatewayCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts b/clients/client-ec2/src/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts index 063b11cb56a76..f78d2ffd07688 100644 --- a/clients/client-ec2/src/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTransitGatewayPrefixListReferenceCommand.ts @@ -23,6 +23,10 @@ import { se_ModifyTransitGatewayPrefixListReferenceCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/ModifyTransitGatewayVpcAttachmentCommand.ts index 267e444e8eeb5..e630415b813f5 100644 --- a/clients/client-ec2/src/commands/ModifyTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/ModifyTransitGatewayVpcAttachmentCommand.ts @@ -20,6 +20,10 @@ import { se_ModifyTransitGatewayVpcAttachmentCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointCommand.ts index 3f68c1bb6802b..0bec397f818ca 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyVerifiedAccessEndpointRequest, ModifyVerifiedAccessEndpointResult } from "../models/models_6"; import { de_ModifyVerifiedAccessEndpointCommand, se_ModifyVerifiedAccessEndpointCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointPolicyCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointPolicyCommand.ts index df261ad1c2b77..9a1077da2ea96 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointPolicyCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessEndpointPolicyCommand.ts @@ -23,6 +23,10 @@ import { se_ModifyVerifiedAccessEndpointPolicyCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupCommand.ts index fddeb15a9c71c..1639b627aa754 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyVerifiedAccessGroupRequest, ModifyVerifiedAccessGroupResult } from "../models/models_6"; import { de_ModifyVerifiedAccessGroupCommand, se_ModifyVerifiedAccessGroupCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupPolicyCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupPolicyCommand.ts index a48ed59dd315b..d4901d0f24013 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupPolicyCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessGroupPolicyCommand.ts @@ -20,6 +20,10 @@ import { se_ModifyVerifiedAccessGroupPolicyCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceCommand.ts index 6b7e386ac5f9e..a6dabb5897556 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyVerifiedAccessInstanceRequest, ModifyVerifiedAccessInstanceResult } from "../models/models_6"; import { de_ModifyVerifiedAccessInstanceCommand, se_ModifyVerifiedAccessInstanceCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.ts index 2f4b5be97d60f..a4a4808bdf0d8 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_ModifyVerifiedAccessInstanceLoggingConfigurationCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyVerifiedAccessTrustProviderCommand.ts b/clients/client-ec2/src/commands/ModifyVerifiedAccessTrustProviderCommand.ts index e6bd19c456304..09dfc0247be7e 100644 --- a/clients/client-ec2/src/commands/ModifyVerifiedAccessTrustProviderCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVerifiedAccessTrustProviderCommand.ts @@ -25,6 +25,10 @@ import { se_ModifyVerifiedAccessTrustProviderCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyVolumeAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyVolumeAttributeCommand.ts index 255cbac5274f6..2582495706716 100644 --- a/clients/client-ec2/src/commands/ModifyVolumeAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVolumeAttributeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyVolumeAttributeRequest } from "../models/models_6"; import { de_ModifyVolumeAttributeCommand, se_ModifyVolumeAttributeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyVolumeCommand.ts b/clients/client-ec2/src/commands/ModifyVolumeCommand.ts index d96230101dd28..6dfa0b649b9ce 100644 --- a/clients/client-ec2/src/commands/ModifyVolumeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVolumeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyVolumeRequest, ModifyVolumeResult } from "../models/models_6"; import { de_ModifyVolumeCommand, se_ModifyVolumeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyVpcAttributeCommand.ts b/clients/client-ec2/src/commands/ModifyVpcAttributeCommand.ts index f204807bf034b..19a609bf96e28 100644 --- a/clients/client-ec2/src/commands/ModifyVpcAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcAttributeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyVpcAttributeRequest } from "../models/models_6"; import { de_ModifyVpcAttributeCommand, se_ModifyVpcAttributeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointCommand.ts index d1656276d4c3a..007325487b7eb 100644 --- a/clients/client-ec2/src/commands/ModifyVpcEndpointCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcEndpointCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyVpcEndpointRequest, ModifyVpcEndpointResult } from "../models/models_6"; import { de_ModifyVpcEndpointCommand, se_ModifyVpcEndpointCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointConnectionNotificationCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointConnectionNotificationCommand.ts index 42c563d1a58c3..91ed16841f3f7 100644 --- a/clients/client-ec2/src/commands/ModifyVpcEndpointConnectionNotificationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcEndpointConnectionNotificationCommand.ts @@ -23,6 +23,10 @@ import { se_ModifyVpcEndpointConnectionNotificationCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointServiceConfigurationCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointServiceConfigurationCommand.ts index 936e843a762d5..d706478e672ac 100644 --- a/clients/client-ec2/src/commands/ModifyVpcEndpointServiceConfigurationCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcEndpointServiceConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_ModifyVpcEndpointServiceConfigurationCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.ts index e63e8875ed88f..2c1c05fe415c2 100644 --- a/clients/client-ec2/src/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.ts @@ -23,6 +23,10 @@ import { se_ModifyVpcEndpointServicePayerResponsibilityCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyVpcEndpointServicePermissionsCommand.ts b/clients/client-ec2/src/commands/ModifyVpcEndpointServicePermissionsCommand.ts index 21671e0bea6e8..d47d35b9f5e87 100644 --- a/clients/client-ec2/src/commands/ModifyVpcEndpointServicePermissionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcEndpointServicePermissionsCommand.ts @@ -23,6 +23,10 @@ import { se_ModifyVpcEndpointServicePermissionsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyVpcPeeringConnectionOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyVpcPeeringConnectionOptionsCommand.ts index 2c916034f3339..299382cac1efe 100644 --- a/clients/client-ec2/src/commands/ModifyVpcPeeringConnectionOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcPeeringConnectionOptionsCommand.ts @@ -20,6 +20,10 @@ import { se_ModifyVpcPeeringConnectionOptionsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyVpcTenancyCommand.ts b/clients/client-ec2/src/commands/ModifyVpcTenancyCommand.ts index fead488600aa1..77b7256fd2d38 100644 --- a/clients/client-ec2/src/commands/ModifyVpcTenancyCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpcTenancyCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyVpcTenancyRequest, ModifyVpcTenancyResult } from "../models/models_6"; import { de_ModifyVpcTenancyCommand, se_ModifyVpcTenancyCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyVpnConnectionCommand.ts b/clients/client-ec2/src/commands/ModifyVpnConnectionCommand.ts index 9dfad6a919bc2..70e89149ccbeb 100644 --- a/clients/client-ec2/src/commands/ModifyVpnConnectionCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpnConnectionCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyVpnConnectionRequest, ModifyVpnConnectionResult } from "../models/models_6"; import { de_ModifyVpnConnectionCommand, se_ModifyVpnConnectionCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyVpnConnectionOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyVpnConnectionOptionsCommand.ts index 975eb915f7f94..9fa6d2fcf6069 100644 --- a/clients/client-ec2/src/commands/ModifyVpnConnectionOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpnConnectionOptionsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyVpnConnectionOptionsRequest, ModifyVpnConnectionOptionsResult } from "../models/models_6"; import { de_ModifyVpnConnectionOptionsCommand, se_ModifyVpnConnectionOptionsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyVpnTunnelCertificateCommand.ts b/clients/client-ec2/src/commands/ModifyVpnTunnelCertificateCommand.ts index 083ff150be9eb..074ec20de2424 100644 --- a/clients/client-ec2/src/commands/ModifyVpnTunnelCertificateCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpnTunnelCertificateCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyVpnTunnelCertificateRequest, ModifyVpnTunnelCertificateResult } from "../models/models_6"; import { de_ModifyVpnTunnelCertificateCommand, se_ModifyVpnTunnelCertificateCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ModifyVpnTunnelOptionsCommand.ts b/clients/client-ec2/src/commands/ModifyVpnTunnelOptionsCommand.ts index 1a8ab4c4b250a..e6b851fe8d70a 100644 --- a/clients/client-ec2/src/commands/ModifyVpnTunnelOptionsCommand.ts +++ b/clients/client-ec2/src/commands/ModifyVpnTunnelOptionsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyVpnTunnelOptionsRequest, ModifyVpnTunnelOptionsResult } from "../models/models_6"; import { de_ModifyVpnTunnelOptionsCommand, se_ModifyVpnTunnelOptionsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/MonitorInstancesCommand.ts b/clients/client-ec2/src/commands/MonitorInstancesCommand.ts index ac7f25aa48cb2..fe875e4eb9fbe 100644 --- a/clients/client-ec2/src/commands/MonitorInstancesCommand.ts +++ b/clients/client-ec2/src/commands/MonitorInstancesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { MonitorInstancesRequest, MonitorInstancesResult } from "../models/models_6"; import { de_MonitorInstancesCommand, se_MonitorInstancesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/MoveAddressToVpcCommand.ts b/clients/client-ec2/src/commands/MoveAddressToVpcCommand.ts index 80f3ec0f364de..9e80228e7bbea 100644 --- a/clients/client-ec2/src/commands/MoveAddressToVpcCommand.ts +++ b/clients/client-ec2/src/commands/MoveAddressToVpcCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { MoveAddressToVpcRequest, MoveAddressToVpcResult } from "../models/models_6"; import { de_MoveAddressToVpcCommand, se_MoveAddressToVpcCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/MoveByoipCidrToIpamCommand.ts b/clients/client-ec2/src/commands/MoveByoipCidrToIpamCommand.ts index 185994bd862da..d3fce4e317066 100644 --- a/clients/client-ec2/src/commands/MoveByoipCidrToIpamCommand.ts +++ b/clients/client-ec2/src/commands/MoveByoipCidrToIpamCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { MoveByoipCidrToIpamRequest, MoveByoipCidrToIpamResult } from "../models/models_6"; import { de_MoveByoipCidrToIpamCommand, se_MoveByoipCidrToIpamCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ProvisionByoipCidrCommand.ts b/clients/client-ec2/src/commands/ProvisionByoipCidrCommand.ts index 041ba726acbbd..127344e14dc0e 100644 --- a/clients/client-ec2/src/commands/ProvisionByoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/ProvisionByoipCidrCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ProvisionByoipCidrRequest, ProvisionByoipCidrResult } from "../models/models_6"; import { de_ProvisionByoipCidrCommand, se_ProvisionByoipCidrCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ProvisionIpamPoolCidrCommand.ts b/clients/client-ec2/src/commands/ProvisionIpamPoolCidrCommand.ts index ab93760de81e2..9c3b0dc0f12e1 100644 --- a/clients/client-ec2/src/commands/ProvisionIpamPoolCidrCommand.ts +++ b/clients/client-ec2/src/commands/ProvisionIpamPoolCidrCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ProvisionIpamPoolCidrRequest, ProvisionIpamPoolCidrResult } from "../models/models_6"; import { de_ProvisionIpamPoolCidrCommand, se_ProvisionIpamPoolCidrCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ProvisionPublicIpv4PoolCidrCommand.ts b/clients/client-ec2/src/commands/ProvisionPublicIpv4PoolCidrCommand.ts index 77fc8875a7c84..95d1cd20e8ec4 100644 --- a/clients/client-ec2/src/commands/ProvisionPublicIpv4PoolCidrCommand.ts +++ b/clients/client-ec2/src/commands/ProvisionPublicIpv4PoolCidrCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ProvisionPublicIpv4PoolCidrRequest, ProvisionPublicIpv4PoolCidrResult } from "../models/models_6"; import { de_ProvisionPublicIpv4PoolCidrCommand, se_ProvisionPublicIpv4PoolCidrCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/PurchaseHostReservationCommand.ts b/clients/client-ec2/src/commands/PurchaseHostReservationCommand.ts index c23d1a23ee732..b0fffe9e0aac6 100644 --- a/clients/client-ec2/src/commands/PurchaseHostReservationCommand.ts +++ b/clients/client-ec2/src/commands/PurchaseHostReservationCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PurchaseHostReservationRequest, PurchaseHostReservationResult } from "../models/models_6"; import { de_PurchaseHostReservationCommand, se_PurchaseHostReservationCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/PurchaseReservedInstancesOfferingCommand.ts b/clients/client-ec2/src/commands/PurchaseReservedInstancesOfferingCommand.ts index 214664819c886..563d526a9f02d 100644 --- a/clients/client-ec2/src/commands/PurchaseReservedInstancesOfferingCommand.ts +++ b/clients/client-ec2/src/commands/PurchaseReservedInstancesOfferingCommand.ts @@ -20,6 +20,10 @@ import { se_PurchaseReservedInstancesOfferingCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/PurchaseScheduledInstancesCommand.ts b/clients/client-ec2/src/commands/PurchaseScheduledInstancesCommand.ts index df23e6137c2c5..4cc6821f3c8f0 100644 --- a/clients/client-ec2/src/commands/PurchaseScheduledInstancesCommand.ts +++ b/clients/client-ec2/src/commands/PurchaseScheduledInstancesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PurchaseScheduledInstancesRequest, PurchaseScheduledInstancesResult } from "../models/models_6"; import { de_PurchaseScheduledInstancesCommand, se_PurchaseScheduledInstancesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/RebootInstancesCommand.ts b/clients/client-ec2/src/commands/RebootInstancesCommand.ts index 1d3ae4208c356..75a7b6490a70e 100644 --- a/clients/client-ec2/src/commands/RebootInstancesCommand.ts +++ b/clients/client-ec2/src/commands/RebootInstancesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RebootInstancesRequest } from "../models/models_6"; import { de_RebootInstancesCommand, se_RebootInstancesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/RegisterImageCommand.ts b/clients/client-ec2/src/commands/RegisterImageCommand.ts index 98f1345aa3a9c..73049fa2a7781 100644 --- a/clients/client-ec2/src/commands/RegisterImageCommand.ts +++ b/clients/client-ec2/src/commands/RegisterImageCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RegisterImageRequest, RegisterImageResult } from "../models/models_6"; import { de_RegisterImageCommand, se_RegisterImageCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/RegisterInstanceEventNotificationAttributesCommand.ts b/clients/client-ec2/src/commands/RegisterInstanceEventNotificationAttributesCommand.ts index a5dce2dbfcca8..9dba12b05353f 100644 --- a/clients/client-ec2/src/commands/RegisterInstanceEventNotificationAttributesCommand.ts +++ b/clients/client-ec2/src/commands/RegisterInstanceEventNotificationAttributesCommand.ts @@ -23,6 +23,10 @@ import { se_RegisterInstanceEventNotificationAttributesCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts b/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts index 0e7ba96092c14..61dd803374ffa 100644 --- a/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts +++ b/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupMembersCommand.ts @@ -23,6 +23,10 @@ import { se_RegisterTransitGatewayMulticastGroupMembersCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts b/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts index 5d276edffbf8a..1f42094ce66c2 100644 --- a/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts +++ b/clients/client-ec2/src/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.ts @@ -23,6 +23,10 @@ import { se_RegisterTransitGatewayMulticastGroupSourcesCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts b/clients/client-ec2/src/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts index 2f8e21548f97b..f4c5f3ed56016 100644 --- a/clients/client-ec2/src/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts +++ b/clients/client-ec2/src/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.ts @@ -23,6 +23,10 @@ import { se_RejectTransitGatewayMulticastDomainAssociationsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/RejectTransitGatewayPeeringAttachmentCommand.ts b/clients/client-ec2/src/commands/RejectTransitGatewayPeeringAttachmentCommand.ts index c962cd03a6226..7caad3bea4c0b 100644 --- a/clients/client-ec2/src/commands/RejectTransitGatewayPeeringAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/RejectTransitGatewayPeeringAttachmentCommand.ts @@ -23,6 +23,10 @@ import { se_RejectTransitGatewayPeeringAttachmentCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/RejectTransitGatewayVpcAttachmentCommand.ts b/clients/client-ec2/src/commands/RejectTransitGatewayVpcAttachmentCommand.ts index 2f8618abfa714..7c8cf8f88df25 100644 --- a/clients/client-ec2/src/commands/RejectTransitGatewayVpcAttachmentCommand.ts +++ b/clients/client-ec2/src/commands/RejectTransitGatewayVpcAttachmentCommand.ts @@ -20,6 +20,10 @@ import { se_RejectTransitGatewayVpcAttachmentCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/RejectVpcEndpointConnectionsCommand.ts b/clients/client-ec2/src/commands/RejectVpcEndpointConnectionsCommand.ts index f69b7038d8153..c578c77d06533 100644 --- a/clients/client-ec2/src/commands/RejectVpcEndpointConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/RejectVpcEndpointConnectionsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RejectVpcEndpointConnectionsRequest, RejectVpcEndpointConnectionsResult } from "../models/models_6"; import { de_RejectVpcEndpointConnectionsCommand, se_RejectVpcEndpointConnectionsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/RejectVpcPeeringConnectionCommand.ts b/clients/client-ec2/src/commands/RejectVpcPeeringConnectionCommand.ts index 46f07fa2bf68d..e0e9fe6f55127 100644 --- a/clients/client-ec2/src/commands/RejectVpcPeeringConnectionCommand.ts +++ b/clients/client-ec2/src/commands/RejectVpcPeeringConnectionCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RejectVpcPeeringConnectionRequest, RejectVpcPeeringConnectionResult } from "../models/models_6"; import { de_RejectVpcPeeringConnectionCommand, se_RejectVpcPeeringConnectionCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ReleaseAddressCommand.ts b/clients/client-ec2/src/commands/ReleaseAddressCommand.ts index c220936d6fcfc..14d53668e53a4 100644 --- a/clients/client-ec2/src/commands/ReleaseAddressCommand.ts +++ b/clients/client-ec2/src/commands/ReleaseAddressCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ReleaseAddressRequest } from "../models/models_6"; import { de_ReleaseAddressCommand, se_ReleaseAddressCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ReleaseHostsCommand.ts b/clients/client-ec2/src/commands/ReleaseHostsCommand.ts index 2a01359673642..cde8a1644eb19 100644 --- a/clients/client-ec2/src/commands/ReleaseHostsCommand.ts +++ b/clients/client-ec2/src/commands/ReleaseHostsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ReleaseHostsRequest, ReleaseHostsResult } from "../models/models_6"; import { de_ReleaseHostsCommand, se_ReleaseHostsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ReleaseIpamPoolAllocationCommand.ts b/clients/client-ec2/src/commands/ReleaseIpamPoolAllocationCommand.ts index 1f71142760a9f..950f9eb5dd461 100644 --- a/clients/client-ec2/src/commands/ReleaseIpamPoolAllocationCommand.ts +++ b/clients/client-ec2/src/commands/ReleaseIpamPoolAllocationCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ReleaseIpamPoolAllocationRequest, ReleaseIpamPoolAllocationResult } from "../models/models_6"; import { de_ReleaseIpamPoolAllocationCommand, se_ReleaseIpamPoolAllocationCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ReplaceIamInstanceProfileAssociationCommand.ts b/clients/client-ec2/src/commands/ReplaceIamInstanceProfileAssociationCommand.ts index 48254843671d7..1f1512008107e 100644 --- a/clients/client-ec2/src/commands/ReplaceIamInstanceProfileAssociationCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceIamInstanceProfileAssociationCommand.ts @@ -23,6 +23,10 @@ import { se_ReplaceIamInstanceProfileAssociationCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ReplaceNetworkAclAssociationCommand.ts b/clients/client-ec2/src/commands/ReplaceNetworkAclAssociationCommand.ts index 10934f03add94..c42d7b18ce794 100644 --- a/clients/client-ec2/src/commands/ReplaceNetworkAclAssociationCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceNetworkAclAssociationCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ReplaceNetworkAclAssociationRequest, ReplaceNetworkAclAssociationResult } from "../models/models_6"; import { de_ReplaceNetworkAclAssociationCommand, se_ReplaceNetworkAclAssociationCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ReplaceNetworkAclEntryCommand.ts b/clients/client-ec2/src/commands/ReplaceNetworkAclEntryCommand.ts index 0a5c88861adf3..febc3d1af9f27 100644 --- a/clients/client-ec2/src/commands/ReplaceNetworkAclEntryCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceNetworkAclEntryCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ReplaceNetworkAclEntryRequest } from "../models/models_6"; import { de_ReplaceNetworkAclEntryCommand, se_ReplaceNetworkAclEntryCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ReplaceRouteCommand.ts b/clients/client-ec2/src/commands/ReplaceRouteCommand.ts index 85a32aea68760..4bde0f232ec2b 100644 --- a/clients/client-ec2/src/commands/ReplaceRouteCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceRouteCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ReplaceRouteRequest } from "../models/models_6"; import { de_ReplaceRouteCommand, se_ReplaceRouteCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ReplaceRouteTableAssociationCommand.ts b/clients/client-ec2/src/commands/ReplaceRouteTableAssociationCommand.ts index 01ac66bcaea6b..ae84c14bbc2dc 100644 --- a/clients/client-ec2/src/commands/ReplaceRouteTableAssociationCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceRouteTableAssociationCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ReplaceRouteTableAssociationRequest, ReplaceRouteTableAssociationResult } from "../models/models_6"; import { de_ReplaceRouteTableAssociationCommand, se_ReplaceRouteTableAssociationCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ReplaceTransitGatewayRouteCommand.ts b/clients/client-ec2/src/commands/ReplaceTransitGatewayRouteCommand.ts index a864f81336a48..8287da95427da 100644 --- a/clients/client-ec2/src/commands/ReplaceTransitGatewayRouteCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceTransitGatewayRouteCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ReplaceTransitGatewayRouteRequest, ReplaceTransitGatewayRouteResult } from "../models/models_6"; import { de_ReplaceTransitGatewayRouteCommand, se_ReplaceTransitGatewayRouteCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ReplaceVpnTunnelCommand.ts b/clients/client-ec2/src/commands/ReplaceVpnTunnelCommand.ts index cd95e033e59ae..eec7eeeb3e567 100644 --- a/clients/client-ec2/src/commands/ReplaceVpnTunnelCommand.ts +++ b/clients/client-ec2/src/commands/ReplaceVpnTunnelCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ReplaceVpnTunnelRequest, ReplaceVpnTunnelResult } from "../models/models_6"; import { de_ReplaceVpnTunnelCommand, se_ReplaceVpnTunnelCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ReportInstanceStatusCommand.ts b/clients/client-ec2/src/commands/ReportInstanceStatusCommand.ts index abe26ac30f77d..3ab6db9956bd0 100644 --- a/clients/client-ec2/src/commands/ReportInstanceStatusCommand.ts +++ b/clients/client-ec2/src/commands/ReportInstanceStatusCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ReportInstanceStatusRequest } from "../models/models_6"; import { de_ReportInstanceStatusCommand, se_ReportInstanceStatusCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/RequestSpotFleetCommand.ts b/clients/client-ec2/src/commands/RequestSpotFleetCommand.ts index 07d27062cb95a..4bf7f0782dc30 100644 --- a/clients/client-ec2/src/commands/RequestSpotFleetCommand.ts +++ b/clients/client-ec2/src/commands/RequestSpotFleetCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_6"; import { de_RequestSpotFleetCommand, se_RequestSpotFleetCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/RequestSpotInstancesCommand.ts b/clients/client-ec2/src/commands/RequestSpotInstancesCommand.ts index c981e9dd2b3cb..6b9e927e8d732 100644 --- a/clients/client-ec2/src/commands/RequestSpotInstancesCommand.ts +++ b/clients/client-ec2/src/commands/RequestSpotInstancesCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_6"; import { de_RequestSpotInstancesCommand, se_RequestSpotInstancesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ResetAddressAttributeCommand.ts b/clients/client-ec2/src/commands/ResetAddressAttributeCommand.ts index a0d3c7e3738ee..67b0aa239eb36 100644 --- a/clients/client-ec2/src/commands/ResetAddressAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetAddressAttributeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ResetAddressAttributeRequest, ResetAddressAttributeResult } from "../models/models_6"; import { de_ResetAddressAttributeCommand, se_ResetAddressAttributeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ResetEbsDefaultKmsKeyIdCommand.ts b/clients/client-ec2/src/commands/ResetEbsDefaultKmsKeyIdCommand.ts index 1f52ea09777dd..0b6b53fe6ac3e 100644 --- a/clients/client-ec2/src/commands/ResetEbsDefaultKmsKeyIdCommand.ts +++ b/clients/client-ec2/src/commands/ResetEbsDefaultKmsKeyIdCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ResetEbsDefaultKmsKeyIdRequest, ResetEbsDefaultKmsKeyIdResult } from "../models/models_6"; import { de_ResetEbsDefaultKmsKeyIdCommand, se_ResetEbsDefaultKmsKeyIdCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ResetFpgaImageAttributeCommand.ts b/clients/client-ec2/src/commands/ResetFpgaImageAttributeCommand.ts index 2a407235c5e0b..9255e3c433456 100644 --- a/clients/client-ec2/src/commands/ResetFpgaImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetFpgaImageAttributeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ResetFpgaImageAttributeRequest, ResetFpgaImageAttributeResult } from "../models/models_6"; import { de_ResetFpgaImageAttributeCommand, se_ResetFpgaImageAttributeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ResetImageAttributeCommand.ts b/clients/client-ec2/src/commands/ResetImageAttributeCommand.ts index f7fc0577faa98..01a5ea1bd3502 100644 --- a/clients/client-ec2/src/commands/ResetImageAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetImageAttributeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ResetImageAttributeRequest } from "../models/models_6"; import { de_ResetImageAttributeCommand, se_ResetImageAttributeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ResetInstanceAttributeCommand.ts b/clients/client-ec2/src/commands/ResetInstanceAttributeCommand.ts index 4379aefce4a05..455cf17eac7ee 100644 --- a/clients/client-ec2/src/commands/ResetInstanceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetInstanceAttributeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ResetInstanceAttributeRequest } from "../models/models_6"; import { de_ResetInstanceAttributeCommand, se_ResetInstanceAttributeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ResetNetworkInterfaceAttributeCommand.ts b/clients/client-ec2/src/commands/ResetNetworkInterfaceAttributeCommand.ts index 742a38517e316..f1cdba982fab6 100644 --- a/clients/client-ec2/src/commands/ResetNetworkInterfaceAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetNetworkInterfaceAttributeCommand.ts @@ -20,6 +20,10 @@ import { se_ResetNetworkInterfaceAttributeCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/ResetSnapshotAttributeCommand.ts b/clients/client-ec2/src/commands/ResetSnapshotAttributeCommand.ts index 3bce1ab680acd..f678500927f1e 100644 --- a/clients/client-ec2/src/commands/ResetSnapshotAttributeCommand.ts +++ b/clients/client-ec2/src/commands/ResetSnapshotAttributeCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ResetSnapshotAttributeRequest } from "../models/models_6"; import { de_ResetSnapshotAttributeCommand, se_ResetSnapshotAttributeCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/RestoreAddressToClassicCommand.ts b/clients/client-ec2/src/commands/RestoreAddressToClassicCommand.ts index 90d1def26826b..9b2e6276c0df1 100644 --- a/clients/client-ec2/src/commands/RestoreAddressToClassicCommand.ts +++ b/clients/client-ec2/src/commands/RestoreAddressToClassicCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RestoreAddressToClassicRequest, RestoreAddressToClassicResult } from "../models/models_6"; import { de_RestoreAddressToClassicCommand, se_RestoreAddressToClassicCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/RestoreImageFromRecycleBinCommand.ts b/clients/client-ec2/src/commands/RestoreImageFromRecycleBinCommand.ts index 5e7abe3db99c0..835e8c9811437 100644 --- a/clients/client-ec2/src/commands/RestoreImageFromRecycleBinCommand.ts +++ b/clients/client-ec2/src/commands/RestoreImageFromRecycleBinCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RestoreImageFromRecycleBinRequest, RestoreImageFromRecycleBinResult } from "../models/models_6"; import { de_RestoreImageFromRecycleBinCommand, se_RestoreImageFromRecycleBinCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/RestoreManagedPrefixListVersionCommand.ts b/clients/client-ec2/src/commands/RestoreManagedPrefixListVersionCommand.ts index 44ff58990a000..c522667434218 100644 --- a/clients/client-ec2/src/commands/RestoreManagedPrefixListVersionCommand.ts +++ b/clients/client-ec2/src/commands/RestoreManagedPrefixListVersionCommand.ts @@ -20,6 +20,10 @@ import { se_RestoreManagedPrefixListVersionCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/RestoreSnapshotFromRecycleBinCommand.ts b/clients/client-ec2/src/commands/RestoreSnapshotFromRecycleBinCommand.ts index 2c661b1fb4f75..254c506f9447d 100644 --- a/clients/client-ec2/src/commands/RestoreSnapshotFromRecycleBinCommand.ts +++ b/clients/client-ec2/src/commands/RestoreSnapshotFromRecycleBinCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RestoreSnapshotFromRecycleBinRequest, RestoreSnapshotFromRecycleBinResult } from "../models/models_6"; import { de_RestoreSnapshotFromRecycleBinCommand, se_RestoreSnapshotFromRecycleBinCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/RestoreSnapshotTierCommand.ts b/clients/client-ec2/src/commands/RestoreSnapshotTierCommand.ts index 2e716b33c012c..95642353fe202 100644 --- a/clients/client-ec2/src/commands/RestoreSnapshotTierCommand.ts +++ b/clients/client-ec2/src/commands/RestoreSnapshotTierCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RestoreSnapshotTierRequest, RestoreSnapshotTierResult } from "../models/models_6"; import { de_RestoreSnapshotTierCommand, se_RestoreSnapshotTierCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/RevokeClientVpnIngressCommand.ts b/clients/client-ec2/src/commands/RevokeClientVpnIngressCommand.ts index 507a887d39418..acca5c9eb3ebb 100644 --- a/clients/client-ec2/src/commands/RevokeClientVpnIngressCommand.ts +++ b/clients/client-ec2/src/commands/RevokeClientVpnIngressCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RevokeClientVpnIngressRequest, RevokeClientVpnIngressResult } from "../models/models_6"; import { de_RevokeClientVpnIngressCommand, se_RevokeClientVpnIngressCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/RevokeSecurityGroupEgressCommand.ts b/clients/client-ec2/src/commands/RevokeSecurityGroupEgressCommand.ts index 726ec20a2f751..372ccae4a6513 100644 --- a/clients/client-ec2/src/commands/RevokeSecurityGroupEgressCommand.ts +++ b/clients/client-ec2/src/commands/RevokeSecurityGroupEgressCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RevokeSecurityGroupEgressRequest, RevokeSecurityGroupEgressResult } from "../models/models_6"; import { de_RevokeSecurityGroupEgressCommand, se_RevokeSecurityGroupEgressCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/RevokeSecurityGroupIngressCommand.ts b/clients/client-ec2/src/commands/RevokeSecurityGroupIngressCommand.ts index 04e3cb468ccf2..9be7ae4ea27c7 100644 --- a/clients/client-ec2/src/commands/RevokeSecurityGroupIngressCommand.ts +++ b/clients/client-ec2/src/commands/RevokeSecurityGroupIngressCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RevokeSecurityGroupIngressRequest, RevokeSecurityGroupIngressResult } from "../models/models_6"; import { de_RevokeSecurityGroupIngressCommand, se_RevokeSecurityGroupIngressCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/RunInstancesCommand.ts b/clients/client-ec2/src/commands/RunInstancesCommand.ts index a9a28d62c8d1e..20d8aa231d183 100644 --- a/clients/client-ec2/src/commands/RunInstancesCommand.ts +++ b/clients/client-ec2/src/commands/RunInstancesCommand.ts @@ -18,6 +18,10 @@ import { Reservation } from "../models/models_4"; import { RunInstancesRequest, RunInstancesRequestFilterSensitiveLog } from "../models/models_6"; import { de_RunInstancesCommand, se_RunInstancesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/RunScheduledInstancesCommand.ts b/clients/client-ec2/src/commands/RunScheduledInstancesCommand.ts index 5d8a9e5de6fc1..2314fd986e13c 100644 --- a/clients/client-ec2/src/commands/RunScheduledInstancesCommand.ts +++ b/clients/client-ec2/src/commands/RunScheduledInstancesCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_6"; import { de_RunScheduledInstancesCommand, se_RunScheduledInstancesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/SearchLocalGatewayRoutesCommand.ts b/clients/client-ec2/src/commands/SearchLocalGatewayRoutesCommand.ts index 6a7906f2abe69..0cd21118d97ec 100644 --- a/clients/client-ec2/src/commands/SearchLocalGatewayRoutesCommand.ts +++ b/clients/client-ec2/src/commands/SearchLocalGatewayRoutesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { SearchLocalGatewayRoutesRequest, SearchLocalGatewayRoutesResult } from "../models/models_6"; import { de_SearchLocalGatewayRoutesCommand, se_SearchLocalGatewayRoutesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/SearchTransitGatewayMulticastGroupsCommand.ts b/clients/client-ec2/src/commands/SearchTransitGatewayMulticastGroupsCommand.ts index 89fd87ae23c4d..e70d7e31b6022 100644 --- a/clients/client-ec2/src/commands/SearchTransitGatewayMulticastGroupsCommand.ts +++ b/clients/client-ec2/src/commands/SearchTransitGatewayMulticastGroupsCommand.ts @@ -23,6 +23,10 @@ import { se_SearchTransitGatewayMulticastGroupsCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/SearchTransitGatewayRoutesCommand.ts b/clients/client-ec2/src/commands/SearchTransitGatewayRoutesCommand.ts index a929e7b4cde9b..b71a028169e45 100644 --- a/clients/client-ec2/src/commands/SearchTransitGatewayRoutesCommand.ts +++ b/clients/client-ec2/src/commands/SearchTransitGatewayRoutesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { SearchTransitGatewayRoutesRequest, SearchTransitGatewayRoutesResult } from "../models/models_6"; import { de_SearchTransitGatewayRoutesCommand, se_SearchTransitGatewayRoutesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/SendDiagnosticInterruptCommand.ts b/clients/client-ec2/src/commands/SendDiagnosticInterruptCommand.ts index 3bf934d55b7ce..75becc5a87575 100644 --- a/clients/client-ec2/src/commands/SendDiagnosticInterruptCommand.ts +++ b/clients/client-ec2/src/commands/SendDiagnosticInterruptCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { SendDiagnosticInterruptRequest } from "../models/models_7"; import { de_SendDiagnosticInterruptCommand, se_SendDiagnosticInterruptCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/StartInstancesCommand.ts b/clients/client-ec2/src/commands/StartInstancesCommand.ts index d261b5646e1c5..a88451cec6140 100644 --- a/clients/client-ec2/src/commands/StartInstancesCommand.ts +++ b/clients/client-ec2/src/commands/StartInstancesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { StartInstancesRequest, StartInstancesResult } from "../models/models_7"; import { de_StartInstancesCommand, se_StartInstancesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/StartNetworkInsightsAccessScopeAnalysisCommand.ts b/clients/client-ec2/src/commands/StartNetworkInsightsAccessScopeAnalysisCommand.ts index 2fc6af84651ff..ef3d5f921dd50 100644 --- a/clients/client-ec2/src/commands/StartNetworkInsightsAccessScopeAnalysisCommand.ts +++ b/clients/client-ec2/src/commands/StartNetworkInsightsAccessScopeAnalysisCommand.ts @@ -23,6 +23,10 @@ import { se_StartNetworkInsightsAccessScopeAnalysisCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/StartNetworkInsightsAnalysisCommand.ts b/clients/client-ec2/src/commands/StartNetworkInsightsAnalysisCommand.ts index 87b40919fb359..647c1f8d3f5b8 100644 --- a/clients/client-ec2/src/commands/StartNetworkInsightsAnalysisCommand.ts +++ b/clients/client-ec2/src/commands/StartNetworkInsightsAnalysisCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { StartNetworkInsightsAnalysisRequest, StartNetworkInsightsAnalysisResult } from "../models/models_7"; import { de_StartNetworkInsightsAnalysisCommand, se_StartNetworkInsightsAnalysisCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts b/clients/client-ec2/src/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts index ff62503908c40..83b695c1164e1 100644 --- a/clients/client-ec2/src/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts +++ b/clients/client-ec2/src/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.ts @@ -23,6 +23,10 @@ import { se_StartVpcEndpointServicePrivateDnsVerificationCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/StopInstancesCommand.ts b/clients/client-ec2/src/commands/StopInstancesCommand.ts index d2d132f903dae..dd2c9af8c10fa 100644 --- a/clients/client-ec2/src/commands/StopInstancesCommand.ts +++ b/clients/client-ec2/src/commands/StopInstancesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { StopInstancesRequest, StopInstancesResult } from "../models/models_7"; import { de_StopInstancesCommand, se_StopInstancesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/TerminateClientVpnConnectionsCommand.ts b/clients/client-ec2/src/commands/TerminateClientVpnConnectionsCommand.ts index 07e249c0e37ac..38cd6e4c8f8c0 100644 --- a/clients/client-ec2/src/commands/TerminateClientVpnConnectionsCommand.ts +++ b/clients/client-ec2/src/commands/TerminateClientVpnConnectionsCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TerminateClientVpnConnectionsRequest, TerminateClientVpnConnectionsResult } from "../models/models_7"; import { de_TerminateClientVpnConnectionsCommand, se_TerminateClientVpnConnectionsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/TerminateInstancesCommand.ts b/clients/client-ec2/src/commands/TerminateInstancesCommand.ts index 6fca91a076000..727b8bf7e4e50 100644 --- a/clients/client-ec2/src/commands/TerminateInstancesCommand.ts +++ b/clients/client-ec2/src/commands/TerminateInstancesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TerminateInstancesRequest, TerminateInstancesResult } from "../models/models_7"; import { de_TerminateInstancesCommand, se_TerminateInstancesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/UnassignIpv6AddressesCommand.ts b/clients/client-ec2/src/commands/UnassignIpv6AddressesCommand.ts index adb875d026ff6..b928114e21606 100644 --- a/clients/client-ec2/src/commands/UnassignIpv6AddressesCommand.ts +++ b/clients/client-ec2/src/commands/UnassignIpv6AddressesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UnassignIpv6AddressesRequest, UnassignIpv6AddressesResult } from "../models/models_7"; import { de_UnassignIpv6AddressesCommand, se_UnassignIpv6AddressesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/UnassignPrivateIpAddressesCommand.ts b/clients/client-ec2/src/commands/UnassignPrivateIpAddressesCommand.ts index 53fd1d2b37c0d..a55cd34f4c41d 100644 --- a/clients/client-ec2/src/commands/UnassignPrivateIpAddressesCommand.ts +++ b/clients/client-ec2/src/commands/UnassignPrivateIpAddressesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UnassignPrivateIpAddressesRequest } from "../models/models_7"; import { de_UnassignPrivateIpAddressesCommand, se_UnassignPrivateIpAddressesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/UnassignPrivateNatGatewayAddressCommand.ts b/clients/client-ec2/src/commands/UnassignPrivateNatGatewayAddressCommand.ts index 758bb5ab52eba..269fcb0f3e758 100644 --- a/clients/client-ec2/src/commands/UnassignPrivateNatGatewayAddressCommand.ts +++ b/clients/client-ec2/src/commands/UnassignPrivateNatGatewayAddressCommand.ts @@ -20,6 +20,10 @@ import { se_UnassignPrivateNatGatewayAddressCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/UnmonitorInstancesCommand.ts b/clients/client-ec2/src/commands/UnmonitorInstancesCommand.ts index bb3a0ec960eab..47f3b9cdba3e2 100644 --- a/clients/client-ec2/src/commands/UnmonitorInstancesCommand.ts +++ b/clients/client-ec2/src/commands/UnmonitorInstancesCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UnmonitorInstancesRequest, UnmonitorInstancesResult } from "../models/models_7"; import { de_UnmonitorInstancesCommand, se_UnmonitorInstancesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts b/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts index 6e5c3b707d5c1..7041a27f1f686 100644 --- a/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts +++ b/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateSecurityGroupRuleDescriptionsEgressCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts b/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts index 3f17bf15efd58..d2673371b17de 100644 --- a/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts +++ b/clients/client-ec2/src/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateSecurityGroupRuleDescriptionsIngressCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/commands/WithdrawByoipCidrCommand.ts b/clients/client-ec2/src/commands/WithdrawByoipCidrCommand.ts index f3b60d6270977..0993102156936 100644 --- a/clients/client-ec2/src/commands/WithdrawByoipCidrCommand.ts +++ b/clients/client-ec2/src/commands/WithdrawByoipCidrCommand.ts @@ -17,6 +17,10 @@ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { WithdrawByoipCidrRequest, WithdrawByoipCidrResult } from "../models/models_7"; import { de_WithdrawByoipCidrCommand, se_WithdrawByoipCidrCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ec2/src/index.ts b/clients/client-ec2/src/index.ts index 0ea6a19185443..4c2fa7416e4e4 100644 --- a/clients/client-ec2/src/index.ts +++ b/clients/client-ec2/src/index.ts @@ -1,9 +1,40 @@ -export * from "./EC2"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Elastic Compute Cloud + *

Amazon Elastic Compute Cloud (Amazon EC2) provides secure and resizable computing capacity in the Amazon Web Services Cloud. + * Using Amazon EC2 eliminates the need to invest in hardware up front, so you can develop and deploy applications + * faster. Amazon Virtual Private Cloud (Amazon VPC) enables you to provision a logically isolated section of the + * Amazon Web Services Cloud where you can launch Amazon Web Services resources in a virtual network that you've defined. Amazon Elastic Block Store + * (Amazon EBS) provides block level storage volumes for use with EC2 instances. EBS volumes are highly available + * and reliable storage volumes that can be attached to any running instance and used like a hard drive.

+ *

To learn more, see the following resources:

+ * + * + * @packageDocumentation + */ export * from "./EC2Client"; +export * from "./EC2"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { EC2ServiceException } from "./models/EC2ServiceException"; diff --git a/clients/client-ec2/src/models/EC2ServiceException.ts b/clients/client-ec2/src/models/EC2ServiceException.ts index 2421244af23d5..48ee78166f51d 100644 --- a/clients/client-ec2/src/models/EC2ServiceException.ts +++ b/clients/client-ec2/src/models/EC2ServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-ecr-public/src/ECRPUBLICClient.ts b/clients/client-ecr-public/src/ECRPUBLICClient.ts index d0ed426ddd636..f78b69d6e4373 100644 --- a/clients/client-ecr-public/src/ECRPUBLICClient.ts +++ b/clients/client-ecr-public/src/ECRPUBLICClient.ts @@ -121,6 +121,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -304,7 +306,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ECRPUBLICClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ECRPUBLICClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -323,7 +325,7 @@ export interface ECRPUBLICClientConfig extends ECRPUBLICClientConfigType {} /** * @public */ -type ECRPUBLICClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ECRPUBLICClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-ecr-public/src/commands/BatchCheckLayerAvailabilityCommand.ts b/clients/client-ecr-public/src/commands/BatchCheckLayerAvailabilityCommand.ts index 3ac6172a485fe..bdb0404ef9c20 100644 --- a/clients/client-ecr-public/src/commands/BatchCheckLayerAvailabilityCommand.ts +++ b/clients/client-ecr-public/src/commands/BatchCheckLayerAvailabilityCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchCheckLayerAvailabilityRequest, BatchCheckLayerAvailabilityResponse } from "../models/models_0"; import { de_BatchCheckLayerAvailabilityCommand, se_BatchCheckLayerAvailabilityCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/commands/BatchDeleteImageCommand.ts b/clients/client-ecr-public/src/commands/BatchDeleteImageCommand.ts index 380926c481610..310c83d6fbfb0 100644 --- a/clients/client-ecr-public/src/commands/BatchDeleteImageCommand.ts +++ b/clients/client-ecr-public/src/commands/BatchDeleteImageCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchDeleteImageRequest, BatchDeleteImageResponse } from "../models/models_0"; import { de_BatchDeleteImageCommand, se_BatchDeleteImageCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/commands/CompleteLayerUploadCommand.ts b/clients/client-ecr-public/src/commands/CompleteLayerUploadCommand.ts index a14afbd48e47a..09aeba97c904b 100644 --- a/clients/client-ecr-public/src/commands/CompleteLayerUploadCommand.ts +++ b/clients/client-ecr-public/src/commands/CompleteLayerUploadCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CompleteLayerUploadRequest, CompleteLayerUploadResponse } from "../models/models_0"; import { de_CompleteLayerUploadCommand, se_CompleteLayerUploadCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/commands/CreateRepositoryCommand.ts b/clients/client-ecr-public/src/commands/CreateRepositoryCommand.ts index 4bc850f067025..d920a4a31aec9 100644 --- a/clients/client-ecr-public/src/commands/CreateRepositoryCommand.ts +++ b/clients/client-ecr-public/src/commands/CreateRepositoryCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateRepositoryRequest, CreateRepositoryResponse } from "../models/models_0"; import { de_CreateRepositoryCommand, se_CreateRepositoryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/commands/DeleteRepositoryCommand.ts b/clients/client-ecr-public/src/commands/DeleteRepositoryCommand.ts index 1dfd54f02c693..06e6c5c58e61a 100644 --- a/clients/client-ecr-public/src/commands/DeleteRepositoryCommand.ts +++ b/clients/client-ecr-public/src/commands/DeleteRepositoryCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteRepositoryRequest, DeleteRepositoryResponse } from "../models/models_0"; import { de_DeleteRepositoryCommand, se_DeleteRepositoryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/commands/DeleteRepositoryPolicyCommand.ts b/clients/client-ecr-public/src/commands/DeleteRepositoryPolicyCommand.ts index 02cb8d6d8821c..c465302463220 100644 --- a/clients/client-ecr-public/src/commands/DeleteRepositoryPolicyCommand.ts +++ b/clients/client-ecr-public/src/commands/DeleteRepositoryPolicyCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteRepositoryPolicyRequest, DeleteRepositoryPolicyResponse } from "../models/models_0"; import { de_DeleteRepositoryPolicyCommand, se_DeleteRepositoryPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/commands/DescribeImageTagsCommand.ts b/clients/client-ecr-public/src/commands/DescribeImageTagsCommand.ts index f0b0626671f49..1b1e5c29f2c39 100644 --- a/clients/client-ecr-public/src/commands/DescribeImageTagsCommand.ts +++ b/clients/client-ecr-public/src/commands/DescribeImageTagsCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeImageTagsRequest, DescribeImageTagsResponse } from "../models/models_0"; import { de_DescribeImageTagsCommand, se_DescribeImageTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/commands/DescribeImagesCommand.ts b/clients/client-ecr-public/src/commands/DescribeImagesCommand.ts index 3058e7c99c1f9..653bfa8f88864 100644 --- a/clients/client-ecr-public/src/commands/DescribeImagesCommand.ts +++ b/clients/client-ecr-public/src/commands/DescribeImagesCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeImagesRequest, DescribeImagesResponse } from "../models/models_0"; import { de_DescribeImagesCommand, se_DescribeImagesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/commands/DescribeRegistriesCommand.ts b/clients/client-ecr-public/src/commands/DescribeRegistriesCommand.ts index 025fbb004694d..9831530bcc506 100644 --- a/clients/client-ecr-public/src/commands/DescribeRegistriesCommand.ts +++ b/clients/client-ecr-public/src/commands/DescribeRegistriesCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeRegistriesRequest, DescribeRegistriesResponse } from "../models/models_0"; import { de_DescribeRegistriesCommand, se_DescribeRegistriesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/commands/DescribeRepositoriesCommand.ts b/clients/client-ecr-public/src/commands/DescribeRepositoriesCommand.ts index dac97465ba678..1e53350c7616f 100644 --- a/clients/client-ecr-public/src/commands/DescribeRepositoriesCommand.ts +++ b/clients/client-ecr-public/src/commands/DescribeRepositoriesCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeRepositoriesRequest, DescribeRepositoriesResponse } from "../models/models_0"; import { de_DescribeRepositoriesCommand, se_DescribeRepositoriesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/commands/GetAuthorizationTokenCommand.ts b/clients/client-ecr-public/src/commands/GetAuthorizationTokenCommand.ts index dd11def596a62..5b28bb26475c2 100644 --- a/clients/client-ecr-public/src/commands/GetAuthorizationTokenCommand.ts +++ b/clients/client-ecr-public/src/commands/GetAuthorizationTokenCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetAuthorizationTokenRequest, GetAuthorizationTokenResponse } from "../models/models_0"; import { de_GetAuthorizationTokenCommand, se_GetAuthorizationTokenCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/commands/GetRegistryCatalogDataCommand.ts b/clients/client-ecr-public/src/commands/GetRegistryCatalogDataCommand.ts index 3eb09d0a36103..5422161650192 100644 --- a/clients/client-ecr-public/src/commands/GetRegistryCatalogDataCommand.ts +++ b/clients/client-ecr-public/src/commands/GetRegistryCatalogDataCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetRegistryCatalogDataRequest, GetRegistryCatalogDataResponse } from "../models/models_0"; import { de_GetRegistryCatalogDataCommand, se_GetRegistryCatalogDataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/commands/GetRepositoryCatalogDataCommand.ts b/clients/client-ecr-public/src/commands/GetRepositoryCatalogDataCommand.ts index 1f8821d7e76c6..4cd8fa9ca1a7d 100644 --- a/clients/client-ecr-public/src/commands/GetRepositoryCatalogDataCommand.ts +++ b/clients/client-ecr-public/src/commands/GetRepositoryCatalogDataCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetRepositoryCatalogDataRequest, GetRepositoryCatalogDataResponse } from "../models/models_0"; import { de_GetRepositoryCatalogDataCommand, se_GetRepositoryCatalogDataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/commands/GetRepositoryPolicyCommand.ts b/clients/client-ecr-public/src/commands/GetRepositoryPolicyCommand.ts index f52471685b6a1..1a83343330b23 100644 --- a/clients/client-ecr-public/src/commands/GetRepositoryPolicyCommand.ts +++ b/clients/client-ecr-public/src/commands/GetRepositoryPolicyCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetRepositoryPolicyRequest, GetRepositoryPolicyResponse } from "../models/models_0"; import { de_GetRepositoryPolicyCommand, se_GetRepositoryPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/commands/InitiateLayerUploadCommand.ts b/clients/client-ecr-public/src/commands/InitiateLayerUploadCommand.ts index fb57d938036df..216c7292f4581 100644 --- a/clients/client-ecr-public/src/commands/InitiateLayerUploadCommand.ts +++ b/clients/client-ecr-public/src/commands/InitiateLayerUploadCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { InitiateLayerUploadRequest, InitiateLayerUploadResponse } from "../models/models_0"; import { de_InitiateLayerUploadCommand, se_InitiateLayerUploadCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/commands/ListTagsForResourceCommand.ts b/clients/client-ecr-public/src/commands/ListTagsForResourceCommand.ts index e77d1b80882b1..86425eb2e8930 100644 --- a/clients/client-ecr-public/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ecr-public/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/commands/PutImageCommand.ts b/clients/client-ecr-public/src/commands/PutImageCommand.ts index 712bfea3194ab..871808f18dc51 100644 --- a/clients/client-ecr-public/src/commands/PutImageCommand.ts +++ b/clients/client-ecr-public/src/commands/PutImageCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutImageRequest, PutImageResponse } from "../models/models_0"; import { de_PutImageCommand, se_PutImageCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/commands/PutRegistryCatalogDataCommand.ts b/clients/client-ecr-public/src/commands/PutRegistryCatalogDataCommand.ts index 060b98c997b2d..38fa6d5c3fd58 100644 --- a/clients/client-ecr-public/src/commands/PutRegistryCatalogDataCommand.ts +++ b/clients/client-ecr-public/src/commands/PutRegistryCatalogDataCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutRegistryCatalogDataRequest, PutRegistryCatalogDataResponse } from "../models/models_0"; import { de_PutRegistryCatalogDataCommand, se_PutRegistryCatalogDataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/commands/PutRepositoryCatalogDataCommand.ts b/clients/client-ecr-public/src/commands/PutRepositoryCatalogDataCommand.ts index a2b3e5d99fb6f..ef48611624d10 100644 --- a/clients/client-ecr-public/src/commands/PutRepositoryCatalogDataCommand.ts +++ b/clients/client-ecr-public/src/commands/PutRepositoryCatalogDataCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutRepositoryCatalogDataRequest, PutRepositoryCatalogDataResponse } from "../models/models_0"; import { de_PutRepositoryCatalogDataCommand, se_PutRepositoryCatalogDataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/commands/SetRepositoryPolicyCommand.ts b/clients/client-ecr-public/src/commands/SetRepositoryPolicyCommand.ts index ed451f9a6cc40..e2d4095db11f0 100644 --- a/clients/client-ecr-public/src/commands/SetRepositoryPolicyCommand.ts +++ b/clients/client-ecr-public/src/commands/SetRepositoryPolicyCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { SetRepositoryPolicyRequest, SetRepositoryPolicyResponse } from "../models/models_0"; import { de_SetRepositoryPolicyCommand, se_SetRepositoryPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/commands/TagResourceCommand.ts b/clients/client-ecr-public/src/commands/TagResourceCommand.ts index 357373448d387..870a376245f41 100644 --- a/clients/client-ecr-public/src/commands/TagResourceCommand.ts +++ b/clients/client-ecr-public/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/commands/UntagResourceCommand.ts b/clients/client-ecr-public/src/commands/UntagResourceCommand.ts index dc40bf43c4a69..27287454a0a65 100644 --- a/clients/client-ecr-public/src/commands/UntagResourceCommand.ts +++ b/clients/client-ecr-public/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/commands/UploadLayerPartCommand.ts b/clients/client-ecr-public/src/commands/UploadLayerPartCommand.ts index a9b02e788d1cd..e63889b8f2a06 100644 --- a/clients/client-ecr-public/src/commands/UploadLayerPartCommand.ts +++ b/clients/client-ecr-public/src/commands/UploadLayerPartCommand.ts @@ -17,6 +17,10 @@ import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UploadLayerPartRequest, UploadLayerPartResponse } from "../models/models_0"; import { de_UploadLayerPartCommand, se_UploadLayerPartCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr-public/src/index.ts b/clients/client-ecr-public/src/index.ts index 63d440181b647..a080cb7d8a872 100644 --- a/clients/client-ecr-public/src/index.ts +++ b/clients/client-ecr-public/src/index.ts @@ -1,8 +1,20 @@ -export * from "./ECRPUBLIC"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Elastic Container Registry Public + *

Amazon Elastic Container Registry Public (Amazon ECR Public) is a managed container image registry service. Amazon ECR provides both + * public and private registries to host your container images. You can use the Docker CLI or + * your preferred client to push, pull, and manage images. Amazon ECR provides a secure, scalable, + * and reliable registry for your Docker or Open Container Initiative (OCI) images. Amazon ECR + * supports public repositories with this API. For information about the Amazon ECR API for private + * repositories, see Amazon Elastic Container Registry API Reference.

+ * + * @packageDocumentation + */ export * from "./ECRPUBLICClient"; +export * from "./ECRPUBLIC"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ECRPUBLICServiceException } from "./models/ECRPUBLICServiceException"; diff --git a/clients/client-ecr-public/src/models/ECRPUBLICServiceException.ts b/clients/client-ecr-public/src/models/ECRPUBLICServiceException.ts index 366c36e241c29..fc7c20d92b81c 100644 --- a/clients/client-ecr-public/src/models/ECRPUBLICServiceException.ts +++ b/clients/client-ecr-public/src/models/ECRPUBLICServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-ecr/src/ECRClient.ts b/clients/client-ecr/src/ECRClient.ts index aea621ebe2538..97695873b5982 100644 --- a/clients/client-ecr/src/ECRClient.ts +++ b/clients/client-ecr/src/ECRClient.ts @@ -175,6 +175,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -394,7 +396,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ECRClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ECRClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -413,7 +415,7 @@ export interface ECRClientConfig extends ECRClientConfigType {} /** * @public */ -type ECRClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ECRClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-ecr/src/commands/BatchCheckLayerAvailabilityCommand.ts b/clients/client-ecr/src/commands/BatchCheckLayerAvailabilityCommand.ts index 1f1aa2417b894..ce91e402b96ba 100644 --- a/clients/client-ecr/src/commands/BatchCheckLayerAvailabilityCommand.ts +++ b/clients/client-ecr/src/commands/BatchCheckLayerAvailabilityCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { BatchCheckLayerAvailabilityRequest, BatchCheckLayerAvailabilityResponse } from "../models/models_0"; import { de_BatchCheckLayerAvailabilityCommand, se_BatchCheckLayerAvailabilityCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/BatchDeleteImageCommand.ts b/clients/client-ecr/src/commands/BatchDeleteImageCommand.ts index db8ed969ac6f2..db723e3226ffb 100644 --- a/clients/client-ecr/src/commands/BatchDeleteImageCommand.ts +++ b/clients/client-ecr/src/commands/BatchDeleteImageCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { BatchDeleteImageRequest, BatchDeleteImageResponse } from "../models/models_0"; import { de_BatchDeleteImageCommand, se_BatchDeleteImageCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/BatchGetImageCommand.ts b/clients/client-ecr/src/commands/BatchGetImageCommand.ts index 4067d7bc876ce..9745d9b1a0c4b 100644 --- a/clients/client-ecr/src/commands/BatchGetImageCommand.ts +++ b/clients/client-ecr/src/commands/BatchGetImageCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { BatchGetImageRequest, BatchGetImageResponse } from "../models/models_0"; import { de_BatchGetImageCommand, se_BatchGetImageCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/BatchGetRepositoryScanningConfigurationCommand.ts b/clients/client-ecr/src/commands/BatchGetRepositoryScanningConfigurationCommand.ts index c1a95dd0367a0..1f55c32fbc327 100644 --- a/clients/client-ecr/src/commands/BatchGetRepositoryScanningConfigurationCommand.ts +++ b/clients/client-ecr/src/commands/BatchGetRepositoryScanningConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_BatchGetRepositoryScanningConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/CompleteLayerUploadCommand.ts b/clients/client-ecr/src/commands/CompleteLayerUploadCommand.ts index 4c5675ced8dae..6195d2b26874e 100644 --- a/clients/client-ecr/src/commands/CompleteLayerUploadCommand.ts +++ b/clients/client-ecr/src/commands/CompleteLayerUploadCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CompleteLayerUploadRequest, CompleteLayerUploadResponse } from "../models/models_0"; import { de_CompleteLayerUploadCommand, se_CompleteLayerUploadCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/CreatePullThroughCacheRuleCommand.ts b/clients/client-ecr/src/commands/CreatePullThroughCacheRuleCommand.ts index f6c0bd366f8ab..9d0625bc1c188 100644 --- a/clients/client-ecr/src/commands/CreatePullThroughCacheRuleCommand.ts +++ b/clients/client-ecr/src/commands/CreatePullThroughCacheRuleCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreatePullThroughCacheRuleRequest, CreatePullThroughCacheRuleResponse } from "../models/models_0"; import { de_CreatePullThroughCacheRuleCommand, se_CreatePullThroughCacheRuleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/CreateRepositoryCommand.ts b/clients/client-ecr/src/commands/CreateRepositoryCommand.ts index fd6963c9472a8..e15c19e711c40 100644 --- a/clients/client-ecr/src/commands/CreateRepositoryCommand.ts +++ b/clients/client-ecr/src/commands/CreateRepositoryCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateRepositoryRequest, CreateRepositoryResponse } from "../models/models_0"; import { de_CreateRepositoryCommand, se_CreateRepositoryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/DeleteLifecyclePolicyCommand.ts b/clients/client-ecr/src/commands/DeleteLifecyclePolicyCommand.ts index 5bc3ae0dcefe9..5c18697ac6a53 100644 --- a/clients/client-ecr/src/commands/DeleteLifecyclePolicyCommand.ts +++ b/clients/client-ecr/src/commands/DeleteLifecyclePolicyCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteLifecyclePolicyRequest, DeleteLifecyclePolicyResponse } from "../models/models_0"; import { de_DeleteLifecyclePolicyCommand, se_DeleteLifecyclePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/DeletePullThroughCacheRuleCommand.ts b/clients/client-ecr/src/commands/DeletePullThroughCacheRuleCommand.ts index c24635b514162..7d6ee002c08c1 100644 --- a/clients/client-ecr/src/commands/DeletePullThroughCacheRuleCommand.ts +++ b/clients/client-ecr/src/commands/DeletePullThroughCacheRuleCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeletePullThroughCacheRuleRequest, DeletePullThroughCacheRuleResponse } from "../models/models_0"; import { de_DeletePullThroughCacheRuleCommand, se_DeletePullThroughCacheRuleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/DeleteRegistryPolicyCommand.ts b/clients/client-ecr/src/commands/DeleteRegistryPolicyCommand.ts index fb27452a7e0b8..28241381135c8 100644 --- a/clients/client-ecr/src/commands/DeleteRegistryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/DeleteRegistryPolicyCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteRegistryPolicyRequest, DeleteRegistryPolicyResponse } from "../models/models_0"; import { de_DeleteRegistryPolicyCommand, se_DeleteRegistryPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/DeleteRepositoryCommand.ts b/clients/client-ecr/src/commands/DeleteRepositoryCommand.ts index 47445ba52a3ac..1cb00b124ae60 100644 --- a/clients/client-ecr/src/commands/DeleteRepositoryCommand.ts +++ b/clients/client-ecr/src/commands/DeleteRepositoryCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteRepositoryRequest, DeleteRepositoryResponse } from "../models/models_0"; import { de_DeleteRepositoryCommand, se_DeleteRepositoryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/DeleteRepositoryPolicyCommand.ts b/clients/client-ecr/src/commands/DeleteRepositoryPolicyCommand.ts index f4e9e5aef5086..fec5f004ebfaa 100644 --- a/clients/client-ecr/src/commands/DeleteRepositoryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/DeleteRepositoryPolicyCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteRepositoryPolicyRequest, DeleteRepositoryPolicyResponse } from "../models/models_0"; import { de_DeleteRepositoryPolicyCommand, se_DeleteRepositoryPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/DescribeImageReplicationStatusCommand.ts b/clients/client-ecr/src/commands/DescribeImageReplicationStatusCommand.ts index 26cdfb3c530ff..66595de202501 100644 --- a/clients/client-ecr/src/commands/DescribeImageReplicationStatusCommand.ts +++ b/clients/client-ecr/src/commands/DescribeImageReplicationStatusCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeImageReplicationStatusCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts b/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts index 78d30265e6a5c..7e2a9d6cb6faa 100644 --- a/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts +++ b/clients/client-ecr/src/commands/DescribeImageScanFindingsCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeImageScanFindingsRequest, DescribeImageScanFindingsResponse } from "../models/models_0"; import { de_DescribeImageScanFindingsCommand, se_DescribeImageScanFindingsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/DescribeImagesCommand.ts b/clients/client-ecr/src/commands/DescribeImagesCommand.ts index 9b0167a71e4c7..4f6df5ef2223f 100644 --- a/clients/client-ecr/src/commands/DescribeImagesCommand.ts +++ b/clients/client-ecr/src/commands/DescribeImagesCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeImagesRequest, DescribeImagesResponse } from "../models/models_0"; import { de_DescribeImagesCommand, se_DescribeImagesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/DescribePullThroughCacheRulesCommand.ts b/clients/client-ecr/src/commands/DescribePullThroughCacheRulesCommand.ts index 34534aba1c2b2..f12c2a3df66a2 100644 --- a/clients/client-ecr/src/commands/DescribePullThroughCacheRulesCommand.ts +++ b/clients/client-ecr/src/commands/DescribePullThroughCacheRulesCommand.ts @@ -20,6 +20,10 @@ import { se_DescribePullThroughCacheRulesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/DescribeRegistryCommand.ts b/clients/client-ecr/src/commands/DescribeRegistryCommand.ts index 5726a92bfc16a..ae5a836b4e438 100644 --- a/clients/client-ecr/src/commands/DescribeRegistryCommand.ts +++ b/clients/client-ecr/src/commands/DescribeRegistryCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeRegistryRequest, DescribeRegistryResponse } from "../models/models_0"; import { de_DescribeRegistryCommand, se_DescribeRegistryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/DescribeRepositoriesCommand.ts b/clients/client-ecr/src/commands/DescribeRepositoriesCommand.ts index b8d8eae24aa95..e50c42f20a359 100644 --- a/clients/client-ecr/src/commands/DescribeRepositoriesCommand.ts +++ b/clients/client-ecr/src/commands/DescribeRepositoriesCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeRepositoriesRequest, DescribeRepositoriesResponse } from "../models/models_0"; import { de_DescribeRepositoriesCommand, se_DescribeRepositoriesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/GetAuthorizationTokenCommand.ts b/clients/client-ecr/src/commands/GetAuthorizationTokenCommand.ts index b4b462a733a54..89288b7c9cb83 100644 --- a/clients/client-ecr/src/commands/GetAuthorizationTokenCommand.ts +++ b/clients/client-ecr/src/commands/GetAuthorizationTokenCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetAuthorizationTokenRequest, GetAuthorizationTokenResponse } from "../models/models_0"; import { de_GetAuthorizationTokenCommand, se_GetAuthorizationTokenCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/GetDownloadUrlForLayerCommand.ts b/clients/client-ecr/src/commands/GetDownloadUrlForLayerCommand.ts index 8eed589e46327..be0db5b74770a 100644 --- a/clients/client-ecr/src/commands/GetDownloadUrlForLayerCommand.ts +++ b/clients/client-ecr/src/commands/GetDownloadUrlForLayerCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetDownloadUrlForLayerRequest, GetDownloadUrlForLayerResponse } from "../models/models_0"; import { de_GetDownloadUrlForLayerCommand, se_GetDownloadUrlForLayerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/GetLifecyclePolicyCommand.ts b/clients/client-ecr/src/commands/GetLifecyclePolicyCommand.ts index 7d2aa31a4f82a..280e87e54100e 100644 --- a/clients/client-ecr/src/commands/GetLifecyclePolicyCommand.ts +++ b/clients/client-ecr/src/commands/GetLifecyclePolicyCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetLifecyclePolicyRequest, GetLifecyclePolicyResponse } from "../models/models_0"; import { de_GetLifecyclePolicyCommand, se_GetLifecyclePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/GetLifecyclePolicyPreviewCommand.ts b/clients/client-ecr/src/commands/GetLifecyclePolicyPreviewCommand.ts index 67145b4f394f7..9a3aa65af5ff5 100644 --- a/clients/client-ecr/src/commands/GetLifecyclePolicyPreviewCommand.ts +++ b/clients/client-ecr/src/commands/GetLifecyclePolicyPreviewCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetLifecyclePolicyPreviewRequest, GetLifecyclePolicyPreviewResponse } from "../models/models_0"; import { de_GetLifecyclePolicyPreviewCommand, se_GetLifecyclePolicyPreviewCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/GetRegistryPolicyCommand.ts b/clients/client-ecr/src/commands/GetRegistryPolicyCommand.ts index 332b5d55b282a..4d17e19f9a6f5 100644 --- a/clients/client-ecr/src/commands/GetRegistryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/GetRegistryPolicyCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetRegistryPolicyRequest, GetRegistryPolicyResponse } from "../models/models_0"; import { de_GetRegistryPolicyCommand, se_GetRegistryPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/GetRegistryScanningConfigurationCommand.ts b/clients/client-ecr/src/commands/GetRegistryScanningConfigurationCommand.ts index 06b5464d04675..a770bd0c0418e 100644 --- a/clients/client-ecr/src/commands/GetRegistryScanningConfigurationCommand.ts +++ b/clients/client-ecr/src/commands/GetRegistryScanningConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_GetRegistryScanningConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/GetRepositoryPolicyCommand.ts b/clients/client-ecr/src/commands/GetRepositoryPolicyCommand.ts index 1b2ba27ef63d8..6902a04c8bc47 100644 --- a/clients/client-ecr/src/commands/GetRepositoryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/GetRepositoryPolicyCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetRepositoryPolicyRequest, GetRepositoryPolicyResponse } from "../models/models_0"; import { de_GetRepositoryPolicyCommand, se_GetRepositoryPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/InitiateLayerUploadCommand.ts b/clients/client-ecr/src/commands/InitiateLayerUploadCommand.ts index feca1fc28398b..c0e90a681957c 100644 --- a/clients/client-ecr/src/commands/InitiateLayerUploadCommand.ts +++ b/clients/client-ecr/src/commands/InitiateLayerUploadCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { InitiateLayerUploadRequest, InitiateLayerUploadResponse } from "../models/models_0"; import { de_InitiateLayerUploadCommand, se_InitiateLayerUploadCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/ListImagesCommand.ts b/clients/client-ecr/src/commands/ListImagesCommand.ts index 8d4308c4237e5..a76460f47c1c2 100644 --- a/clients/client-ecr/src/commands/ListImagesCommand.ts +++ b/clients/client-ecr/src/commands/ListImagesCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListImagesRequest, ListImagesResponse } from "../models/models_0"; import { de_ListImagesCommand, se_ListImagesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/ListTagsForResourceCommand.ts b/clients/client-ecr/src/commands/ListTagsForResourceCommand.ts index 84e91e84130f5..698d1215ddde1 100644 --- a/clients/client-ecr/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ecr/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/PutImageCommand.ts b/clients/client-ecr/src/commands/PutImageCommand.ts index 77a35807f72ea..ece39104c8ab3 100644 --- a/clients/client-ecr/src/commands/PutImageCommand.ts +++ b/clients/client-ecr/src/commands/PutImageCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutImageRequest, PutImageResponse } from "../models/models_0"; import { de_PutImageCommand, se_PutImageCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/PutImageScanningConfigurationCommand.ts b/clients/client-ecr/src/commands/PutImageScanningConfigurationCommand.ts index 5e4e576b1790f..2f588f342abc3 100644 --- a/clients/client-ecr/src/commands/PutImageScanningConfigurationCommand.ts +++ b/clients/client-ecr/src/commands/PutImageScanningConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_PutImageScanningConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/PutImageTagMutabilityCommand.ts b/clients/client-ecr/src/commands/PutImageTagMutabilityCommand.ts index f0b8b4abe3e9b..6763af85be32a 100644 --- a/clients/client-ecr/src/commands/PutImageTagMutabilityCommand.ts +++ b/clients/client-ecr/src/commands/PutImageTagMutabilityCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutImageTagMutabilityRequest, PutImageTagMutabilityResponse } from "../models/models_0"; import { de_PutImageTagMutabilityCommand, se_PutImageTagMutabilityCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/PutLifecyclePolicyCommand.ts b/clients/client-ecr/src/commands/PutLifecyclePolicyCommand.ts index 15da504589344..b58d97e016e40 100644 --- a/clients/client-ecr/src/commands/PutLifecyclePolicyCommand.ts +++ b/clients/client-ecr/src/commands/PutLifecyclePolicyCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutLifecyclePolicyRequest, PutLifecyclePolicyResponse } from "../models/models_0"; import { de_PutLifecyclePolicyCommand, se_PutLifecyclePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/PutRegistryPolicyCommand.ts b/clients/client-ecr/src/commands/PutRegistryPolicyCommand.ts index cd7f62655dcfd..29855b30e64df 100644 --- a/clients/client-ecr/src/commands/PutRegistryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/PutRegistryPolicyCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutRegistryPolicyRequest, PutRegistryPolicyResponse } from "../models/models_0"; import { de_PutRegistryPolicyCommand, se_PutRegistryPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/PutRegistryScanningConfigurationCommand.ts b/clients/client-ecr/src/commands/PutRegistryScanningConfigurationCommand.ts index 65d5799d21069..391e4b985e149 100644 --- a/clients/client-ecr/src/commands/PutRegistryScanningConfigurationCommand.ts +++ b/clients/client-ecr/src/commands/PutRegistryScanningConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_PutRegistryScanningConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/PutReplicationConfigurationCommand.ts b/clients/client-ecr/src/commands/PutReplicationConfigurationCommand.ts index 3639d6c10c4b9..7ec7e77525893 100644 --- a/clients/client-ecr/src/commands/PutReplicationConfigurationCommand.ts +++ b/clients/client-ecr/src/commands/PutReplicationConfigurationCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutReplicationConfigurationRequest, PutReplicationConfigurationResponse } from "../models/models_0"; import { de_PutReplicationConfigurationCommand, se_PutReplicationConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/SetRepositoryPolicyCommand.ts b/clients/client-ecr/src/commands/SetRepositoryPolicyCommand.ts index ccd8cc0eb02b5..03143f54b0bf0 100644 --- a/clients/client-ecr/src/commands/SetRepositoryPolicyCommand.ts +++ b/clients/client-ecr/src/commands/SetRepositoryPolicyCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { SetRepositoryPolicyRequest, SetRepositoryPolicyResponse } from "../models/models_0"; import { de_SetRepositoryPolicyCommand, se_SetRepositoryPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/StartImageScanCommand.ts b/clients/client-ecr/src/commands/StartImageScanCommand.ts index c9f7874dd4419..e336e4addf4ed 100644 --- a/clients/client-ecr/src/commands/StartImageScanCommand.ts +++ b/clients/client-ecr/src/commands/StartImageScanCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { StartImageScanRequest, StartImageScanResponse } from "../models/models_0"; import { de_StartImageScanCommand, se_StartImageScanCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/StartLifecyclePolicyPreviewCommand.ts b/clients/client-ecr/src/commands/StartLifecyclePolicyPreviewCommand.ts index 8b832067bc371..29df5df61e37c 100644 --- a/clients/client-ecr/src/commands/StartLifecyclePolicyPreviewCommand.ts +++ b/clients/client-ecr/src/commands/StartLifecyclePolicyPreviewCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { StartLifecyclePolicyPreviewRequest, StartLifecyclePolicyPreviewResponse } from "../models/models_0"; import { de_StartLifecyclePolicyPreviewCommand, se_StartLifecyclePolicyPreviewCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/TagResourceCommand.ts b/clients/client-ecr/src/commands/TagResourceCommand.ts index 61b632342f4e3..ff052f10dff9d 100644 --- a/clients/client-ecr/src/commands/TagResourceCommand.ts +++ b/clients/client-ecr/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/UntagResourceCommand.ts b/clients/client-ecr/src/commands/UntagResourceCommand.ts index 710e0c2032499..3e507dd5869f5 100644 --- a/clients/client-ecr/src/commands/UntagResourceCommand.ts +++ b/clients/client-ecr/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/commands/UploadLayerPartCommand.ts b/clients/client-ecr/src/commands/UploadLayerPartCommand.ts index 63ea76dba5c98..ee607944f255a 100644 --- a/clients/client-ecr/src/commands/UploadLayerPartCommand.ts +++ b/clients/client-ecr/src/commands/UploadLayerPartCommand.ts @@ -17,6 +17,10 @@ import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UploadLayerPartRequest, UploadLayerPartResponse } from "../models/models_0"; import { de_UploadLayerPartCommand, se_UploadLayerPartCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecr/src/index.ts b/clients/client-ecr/src/index.ts index ce6c05464742b..af25fda1f6116 100644 --- a/clients/client-ecr/src/index.ts +++ b/clients/client-ecr/src/index.ts @@ -1,9 +1,23 @@ -export * from "./ECR"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Elastic Container Registry + *

Amazon Elastic Container Registry (Amazon ECR) is a managed container image registry service. Customers can use the + * familiar Docker CLI, or their preferred client, to push, pull, and manage images. Amazon ECR + * provides a secure, scalable, and reliable registry for your Docker or Open Container + * Initiative (OCI) images. Amazon ECR supports private repositories with resource-based + * permissions using IAM so that specific users or Amazon EC2 instances can access + * repositories and images.

+ *

Amazon ECR has service endpoints in each supported Region. For more information, see Amazon ECR endpoints in the + * Amazon Web Services General Reference.

+ * + * @packageDocumentation + */ export * from "./ECRClient"; +export * from "./ECR"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { ECRServiceException } from "./models/ECRServiceException"; diff --git a/clients/client-ecr/src/models/ECRServiceException.ts b/clients/client-ecr/src/models/ECRServiceException.ts index 0a6cc15d50a83..ed6f79d72338e 100644 --- a/clients/client-ecr/src/models/ECRServiceException.ts +++ b/clients/client-ecr/src/models/ECRServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-ecs/src/ECSClient.ts b/clients/client-ecs/src/ECSClient.ts index effb5affec7d6..a3b84452d7bfd 100644 --- a/clients/client-ecs/src/ECSClient.ts +++ b/clients/client-ecs/src/ECSClient.ts @@ -202,6 +202,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -451,7 +453,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ECSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ECSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -470,7 +472,7 @@ export interface ECSClientConfig extends ECSClientConfigType {} /** * @public */ -type ECSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ECSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts b/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts index 444a191933a9c..f33f7b591e3af 100644 --- a/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts +++ b/clients/client-ecs/src/commands/CreateCapacityProviderCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateCapacityProviderRequest, CreateCapacityProviderResponse } from "../models/models_0"; import { de_CreateCapacityProviderCommand, se_CreateCapacityProviderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/CreateClusterCommand.ts b/clients/client-ecs/src/commands/CreateClusterCommand.ts index 25c15ece28daa..bf288e53a9800 100644 --- a/clients/client-ecs/src/commands/CreateClusterCommand.ts +++ b/clients/client-ecs/src/commands/CreateClusterCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0"; import { de_CreateClusterCommand, se_CreateClusterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/CreateServiceCommand.ts b/clients/client-ecs/src/commands/CreateServiceCommand.ts index eb932af725d6b..71c7d753f5723 100644 --- a/clients/client-ecs/src/commands/CreateServiceCommand.ts +++ b/clients/client-ecs/src/commands/CreateServiceCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateServiceRequest, CreateServiceResponse } from "../models/models_0"; import { de_CreateServiceCommand, se_CreateServiceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/CreateTaskSetCommand.ts b/clients/client-ecs/src/commands/CreateTaskSetCommand.ts index 2a4c6bc2acaee..5c918c21bf30a 100644 --- a/clients/client-ecs/src/commands/CreateTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/CreateTaskSetCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateTaskSetRequest, CreateTaskSetResponse } from "../models/models_0"; import { de_CreateTaskSetCommand, se_CreateTaskSetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/DeleteAccountSettingCommand.ts b/clients/client-ecs/src/commands/DeleteAccountSettingCommand.ts index 5a19f887683a1..1c781b530676a 100644 --- a/clients/client-ecs/src/commands/DeleteAccountSettingCommand.ts +++ b/clients/client-ecs/src/commands/DeleteAccountSettingCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteAccountSettingRequest, DeleteAccountSettingResponse } from "../models/models_0"; import { de_DeleteAccountSettingCommand, se_DeleteAccountSettingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/DeleteAttributesCommand.ts b/clients/client-ecs/src/commands/DeleteAttributesCommand.ts index 80773be5e66f1..eecdb4f03c5df 100644 --- a/clients/client-ecs/src/commands/DeleteAttributesCommand.ts +++ b/clients/client-ecs/src/commands/DeleteAttributesCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteAttributesRequest, DeleteAttributesResponse } from "../models/models_0"; import { de_DeleteAttributesCommand, se_DeleteAttributesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts b/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts index 816ee196c4ada..e0471cc8fab31 100644 --- a/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts +++ b/clients/client-ecs/src/commands/DeleteCapacityProviderCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteCapacityProviderRequest, DeleteCapacityProviderResponse } from "../models/models_0"; import { de_DeleteCapacityProviderCommand, se_DeleteCapacityProviderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/DeleteClusterCommand.ts b/clients/client-ecs/src/commands/DeleteClusterCommand.ts index 7dd83b053edf6..dd2eaf0eac4d1 100644 --- a/clients/client-ecs/src/commands/DeleteClusterCommand.ts +++ b/clients/client-ecs/src/commands/DeleteClusterCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0"; import { de_DeleteClusterCommand, se_DeleteClusterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/DeleteServiceCommand.ts b/clients/client-ecs/src/commands/DeleteServiceCommand.ts index f3a09c4294d3f..f46f324fcf303 100644 --- a/clients/client-ecs/src/commands/DeleteServiceCommand.ts +++ b/clients/client-ecs/src/commands/DeleteServiceCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0"; import { de_DeleteServiceCommand, se_DeleteServiceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts b/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts index 1ffa0bbc34573..1e4aaa9ca6ff3 100644 --- a/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts +++ b/clients/client-ecs/src/commands/DeleteTaskDefinitionsCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteTaskDefinitionsRequest, DeleteTaskDefinitionsResponse } from "../models/models_0"; import { de_DeleteTaskDefinitionsCommand, se_DeleteTaskDefinitionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts b/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts index 0befa7543f33f..fd7bbeea42d33 100644 --- a/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/DeleteTaskSetCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteTaskSetRequest, DeleteTaskSetResponse } from "../models/models_0"; import { de_DeleteTaskSetCommand, se_DeleteTaskSetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts b/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts index b99b8ba8d3a5f..8beb5e8017bcb 100644 --- a/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts +++ b/clients/client-ecs/src/commands/DeregisterContainerInstanceCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeregisterContainerInstanceRequest, DeregisterContainerInstanceResponse } from "../models/models_0"; import { de_DeregisterContainerInstanceCommand, se_DeregisterContainerInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts b/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts index 22742971fcfa5..a3f16de435623 100644 --- a/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts +++ b/clients/client-ecs/src/commands/DeregisterTaskDefinitionCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeregisterTaskDefinitionRequest, DeregisterTaskDefinitionResponse } from "../models/models_0"; import { de_DeregisterTaskDefinitionCommand, se_DeregisterTaskDefinitionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts b/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts index cffffed4b235d..0d2ad0cd88ae0 100644 --- a/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts +++ b/clients/client-ecs/src/commands/DescribeCapacityProvidersCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeCapacityProvidersRequest, DescribeCapacityProvidersResponse } from "../models/models_0"; import { de_DescribeCapacityProvidersCommand, se_DescribeCapacityProvidersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/DescribeClustersCommand.ts b/clients/client-ecs/src/commands/DescribeClustersCommand.ts index 1e950907087f6..d9ea390d608e8 100644 --- a/clients/client-ecs/src/commands/DescribeClustersCommand.ts +++ b/clients/client-ecs/src/commands/DescribeClustersCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeClustersRequest, DescribeClustersResponse } from "../models/models_0"; import { de_DescribeClustersCommand, se_DescribeClustersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts b/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts index 58b480c0dabe9..2fa6168a8a454 100644 --- a/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts +++ b/clients/client-ecs/src/commands/DescribeContainerInstancesCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeContainerInstancesRequest, DescribeContainerInstancesResponse } from "../models/models_0"; import { de_DescribeContainerInstancesCommand, se_DescribeContainerInstancesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/DescribeServicesCommand.ts b/clients/client-ecs/src/commands/DescribeServicesCommand.ts index 58c9cf53151f2..192237e40b4bc 100644 --- a/clients/client-ecs/src/commands/DescribeServicesCommand.ts +++ b/clients/client-ecs/src/commands/DescribeServicesCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeServicesRequest, DescribeServicesResponse } from "../models/models_0"; import { de_DescribeServicesCommand, se_DescribeServicesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/DescribeTaskDefinitionCommand.ts b/clients/client-ecs/src/commands/DescribeTaskDefinitionCommand.ts index abccff1a982f6..f2e3baa27167c 100644 --- a/clients/client-ecs/src/commands/DescribeTaskDefinitionCommand.ts +++ b/clients/client-ecs/src/commands/DescribeTaskDefinitionCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeTaskDefinitionRequest, DescribeTaskDefinitionResponse } from "../models/models_0"; import { de_DescribeTaskDefinitionCommand, se_DescribeTaskDefinitionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts b/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts index c2ac039bffef3..0f49fdcc810c3 100644 --- a/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts +++ b/clients/client-ecs/src/commands/DescribeTaskSetsCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeTaskSetsRequest, DescribeTaskSetsResponse } from "../models/models_0"; import { de_DescribeTaskSetsCommand, se_DescribeTaskSetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/DescribeTasksCommand.ts b/clients/client-ecs/src/commands/DescribeTasksCommand.ts index e45e862c4c03b..33bef0bb1ccfd 100644 --- a/clients/client-ecs/src/commands/DescribeTasksCommand.ts +++ b/clients/client-ecs/src/commands/DescribeTasksCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeTasksRequest, DescribeTasksResponse } from "../models/models_0"; import { de_DescribeTasksCommand, se_DescribeTasksCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/DiscoverPollEndpointCommand.ts b/clients/client-ecs/src/commands/DiscoverPollEndpointCommand.ts index 1df34af406816..617ce2f631f4a 100644 --- a/clients/client-ecs/src/commands/DiscoverPollEndpointCommand.ts +++ b/clients/client-ecs/src/commands/DiscoverPollEndpointCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DiscoverPollEndpointRequest, DiscoverPollEndpointResponse } from "../models/models_0"; import { de_DiscoverPollEndpointCommand, se_DiscoverPollEndpointCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/ExecuteCommandCommand.ts b/clients/client-ecs/src/commands/ExecuteCommandCommand.ts index a8c52ea8b3ccf..d6e48766bd71b 100644 --- a/clients/client-ecs/src/commands/ExecuteCommandCommand.ts +++ b/clients/client-ecs/src/commands/ExecuteCommandCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ExecuteCommandCommand, se_ExecuteCommandCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts b/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts index 16a901928f4b5..9a79e4ab56253 100644 --- a/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts +++ b/clients/client-ecs/src/commands/GetTaskProtectionCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetTaskProtectionRequest, GetTaskProtectionResponse } from "../models/models_0"; import { de_GetTaskProtectionCommand, se_GetTaskProtectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/ListAccountSettingsCommand.ts b/clients/client-ecs/src/commands/ListAccountSettingsCommand.ts index efa2b1a0aa82c..0bbc31251d4b6 100644 --- a/clients/client-ecs/src/commands/ListAccountSettingsCommand.ts +++ b/clients/client-ecs/src/commands/ListAccountSettingsCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListAccountSettingsRequest, ListAccountSettingsResponse } from "../models/models_0"; import { de_ListAccountSettingsCommand, se_ListAccountSettingsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/ListAttributesCommand.ts b/clients/client-ecs/src/commands/ListAttributesCommand.ts index 0685ee30b329d..2fee5d522b881 100644 --- a/clients/client-ecs/src/commands/ListAttributesCommand.ts +++ b/clients/client-ecs/src/commands/ListAttributesCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListAttributesRequest, ListAttributesResponse } from "../models/models_0"; import { de_ListAttributesCommand, se_ListAttributesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/ListClustersCommand.ts b/clients/client-ecs/src/commands/ListClustersCommand.ts index b524f31e9f232..c1fc8ab67c605 100644 --- a/clients/client-ecs/src/commands/ListClustersCommand.ts +++ b/clients/client-ecs/src/commands/ListClustersCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListClustersRequest, ListClustersResponse } from "../models/models_0"; import { de_ListClustersCommand, se_ListClustersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts b/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts index 0e383801a3441..795fd219873bc 100644 --- a/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts +++ b/clients/client-ecs/src/commands/ListContainerInstancesCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListContainerInstancesRequest, ListContainerInstancesResponse } from "../models/models_0"; import { de_ListContainerInstancesCommand, se_ListContainerInstancesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/ListServicesByNamespaceCommand.ts b/clients/client-ecs/src/commands/ListServicesByNamespaceCommand.ts index ca8a84df82a69..6da79db61ed0d 100644 --- a/clients/client-ecs/src/commands/ListServicesByNamespaceCommand.ts +++ b/clients/client-ecs/src/commands/ListServicesByNamespaceCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListServicesByNamespaceRequest, ListServicesByNamespaceResponse } from "../models/models_0"; import { de_ListServicesByNamespaceCommand, se_ListServicesByNamespaceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/ListServicesCommand.ts b/clients/client-ecs/src/commands/ListServicesCommand.ts index c4727f676de2b..cefd8a2aba0ea 100644 --- a/clients/client-ecs/src/commands/ListServicesCommand.ts +++ b/clients/client-ecs/src/commands/ListServicesCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListServicesRequest, ListServicesResponse } from "../models/models_0"; import { de_ListServicesCommand, se_ListServicesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts b/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts index 20f2a840de55d..e4e0ad3960918 100644 --- a/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ecs/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/ListTaskDefinitionFamiliesCommand.ts b/clients/client-ecs/src/commands/ListTaskDefinitionFamiliesCommand.ts index 7a8e167488941..7b5f8f4cc561a 100644 --- a/clients/client-ecs/src/commands/ListTaskDefinitionFamiliesCommand.ts +++ b/clients/client-ecs/src/commands/ListTaskDefinitionFamiliesCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListTaskDefinitionFamiliesRequest, ListTaskDefinitionFamiliesResponse } from "../models/models_0"; import { de_ListTaskDefinitionFamiliesCommand, se_ListTaskDefinitionFamiliesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/ListTaskDefinitionsCommand.ts b/clients/client-ecs/src/commands/ListTaskDefinitionsCommand.ts index 2171e0c24257d..a916f7f2b25af 100644 --- a/clients/client-ecs/src/commands/ListTaskDefinitionsCommand.ts +++ b/clients/client-ecs/src/commands/ListTaskDefinitionsCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListTaskDefinitionsRequest, ListTaskDefinitionsResponse } from "../models/models_0"; import { de_ListTaskDefinitionsCommand, se_ListTaskDefinitionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/ListTasksCommand.ts b/clients/client-ecs/src/commands/ListTasksCommand.ts index 8e0eae59498d2..3b43fd239573a 100644 --- a/clients/client-ecs/src/commands/ListTasksCommand.ts +++ b/clients/client-ecs/src/commands/ListTasksCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListTasksRequest, ListTasksResponse } from "../models/models_0"; import { de_ListTasksCommand, se_ListTasksCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/PutAccountSettingCommand.ts b/clients/client-ecs/src/commands/PutAccountSettingCommand.ts index 8fcbff9e3ca39..330e571283e09 100644 --- a/clients/client-ecs/src/commands/PutAccountSettingCommand.ts +++ b/clients/client-ecs/src/commands/PutAccountSettingCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutAccountSettingRequest, PutAccountSettingResponse } from "../models/models_0"; import { de_PutAccountSettingCommand, se_PutAccountSettingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/PutAccountSettingDefaultCommand.ts b/clients/client-ecs/src/commands/PutAccountSettingDefaultCommand.ts index f37097af06b91..3148c9887153d 100644 --- a/clients/client-ecs/src/commands/PutAccountSettingDefaultCommand.ts +++ b/clients/client-ecs/src/commands/PutAccountSettingDefaultCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutAccountSettingDefaultRequest, PutAccountSettingDefaultResponse } from "../models/models_0"; import { de_PutAccountSettingDefaultCommand, se_PutAccountSettingDefaultCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/PutAttributesCommand.ts b/clients/client-ecs/src/commands/PutAttributesCommand.ts index dc15004a02bcc..a214c300650c2 100644 --- a/clients/client-ecs/src/commands/PutAttributesCommand.ts +++ b/clients/client-ecs/src/commands/PutAttributesCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutAttributesRequest, PutAttributesResponse } from "../models/models_0"; import { de_PutAttributesCommand, se_PutAttributesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts b/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts index 9a7084567a256..e783023ba699d 100644 --- a/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts +++ b/clients/client-ecs/src/commands/PutClusterCapacityProvidersCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutClusterCapacityProvidersRequest, PutClusterCapacityProvidersResponse } from "../models/models_0"; import { de_PutClusterCapacityProvidersCommand, se_PutClusterCapacityProvidersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/RegisterContainerInstanceCommand.ts b/clients/client-ecs/src/commands/RegisterContainerInstanceCommand.ts index 93aff056d40d5..ea04a07fed7e8 100644 --- a/clients/client-ecs/src/commands/RegisterContainerInstanceCommand.ts +++ b/clients/client-ecs/src/commands/RegisterContainerInstanceCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RegisterContainerInstanceRequest, RegisterContainerInstanceResponse } from "../models/models_0"; import { de_RegisterContainerInstanceCommand, se_RegisterContainerInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts b/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts index 879e165baa9e7..21c3ea8ac49da 100644 --- a/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts +++ b/clients/client-ecs/src/commands/RegisterTaskDefinitionCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RegisterTaskDefinitionRequest, RegisterTaskDefinitionResponse } from "../models/models_0"; import { de_RegisterTaskDefinitionCommand, se_RegisterTaskDefinitionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/RunTaskCommand.ts b/clients/client-ecs/src/commands/RunTaskCommand.ts index 0a8d9cc3057f5..97e30142cc2b7 100644 --- a/clients/client-ecs/src/commands/RunTaskCommand.ts +++ b/clients/client-ecs/src/commands/RunTaskCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RunTaskRequest, RunTaskResponse } from "../models/models_0"; import { de_RunTaskCommand, se_RunTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/StartTaskCommand.ts b/clients/client-ecs/src/commands/StartTaskCommand.ts index c318ae8118a56..c948a2852b065 100644 --- a/clients/client-ecs/src/commands/StartTaskCommand.ts +++ b/clients/client-ecs/src/commands/StartTaskCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { StartTaskRequest, StartTaskResponse } from "../models/models_0"; import { de_StartTaskCommand, se_StartTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/StopTaskCommand.ts b/clients/client-ecs/src/commands/StopTaskCommand.ts index 75cf47ba5d74d..337a9f01de23e 100644 --- a/clients/client-ecs/src/commands/StopTaskCommand.ts +++ b/clients/client-ecs/src/commands/StopTaskCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { StopTaskRequest, StopTaskResponse } from "../models/models_0"; import { de_StopTaskCommand, se_StopTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/SubmitAttachmentStateChangesCommand.ts b/clients/client-ecs/src/commands/SubmitAttachmentStateChangesCommand.ts index 575ee5e15ca8e..5c56c2b3a6aaa 100644 --- a/clients/client-ecs/src/commands/SubmitAttachmentStateChangesCommand.ts +++ b/clients/client-ecs/src/commands/SubmitAttachmentStateChangesCommand.ts @@ -20,6 +20,10 @@ import { se_SubmitAttachmentStateChangesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/SubmitContainerStateChangeCommand.ts b/clients/client-ecs/src/commands/SubmitContainerStateChangeCommand.ts index a0da57b49e5b9..dc23a1c65e278 100644 --- a/clients/client-ecs/src/commands/SubmitContainerStateChangeCommand.ts +++ b/clients/client-ecs/src/commands/SubmitContainerStateChangeCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { SubmitContainerStateChangeRequest, SubmitContainerStateChangeResponse } from "../models/models_0"; import { de_SubmitContainerStateChangeCommand, se_SubmitContainerStateChangeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/SubmitTaskStateChangeCommand.ts b/clients/client-ecs/src/commands/SubmitTaskStateChangeCommand.ts index 2aa8d0789e3e1..c4759feee5de2 100644 --- a/clients/client-ecs/src/commands/SubmitTaskStateChangeCommand.ts +++ b/clients/client-ecs/src/commands/SubmitTaskStateChangeCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { SubmitTaskStateChangeRequest, SubmitTaskStateChangeResponse } from "../models/models_0"; import { de_SubmitTaskStateChangeCommand, se_SubmitTaskStateChangeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/TagResourceCommand.ts b/clients/client-ecs/src/commands/TagResourceCommand.ts index 4092c067ebf60..ee4736ba0a3b1 100644 --- a/clients/client-ecs/src/commands/TagResourceCommand.ts +++ b/clients/client-ecs/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/UntagResourceCommand.ts b/clients/client-ecs/src/commands/UntagResourceCommand.ts index c8138a791473a..27b28d4c8e49f 100644 --- a/clients/client-ecs/src/commands/UntagResourceCommand.ts +++ b/clients/client-ecs/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts b/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts index 625c17cf563be..62c07d2e42d9f 100644 --- a/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts +++ b/clients/client-ecs/src/commands/UpdateCapacityProviderCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateCapacityProviderRequest, UpdateCapacityProviderResponse } from "../models/models_0"; import { de_UpdateCapacityProviderCommand, se_UpdateCapacityProviderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/UpdateClusterCommand.ts b/clients/client-ecs/src/commands/UpdateClusterCommand.ts index a7b6f8579e56a..9ef29c9c15a0b 100644 --- a/clients/client-ecs/src/commands/UpdateClusterCommand.ts +++ b/clients/client-ecs/src/commands/UpdateClusterCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateClusterRequest, UpdateClusterResponse } from "../models/models_0"; import { de_UpdateClusterCommand, se_UpdateClusterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts b/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts index f4792735514ef..35efb190aa0c8 100644 --- a/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts +++ b/clients/client-ecs/src/commands/UpdateClusterSettingsCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateClusterSettingsRequest, UpdateClusterSettingsResponse } from "../models/models_0"; import { de_UpdateClusterSettingsCommand, se_UpdateClusterSettingsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts b/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts index 8bbf55074823b..f15b8c3babaf7 100644 --- a/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts +++ b/clients/client-ecs/src/commands/UpdateContainerAgentCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateContainerAgentRequest, UpdateContainerAgentResponse } from "../models/models_0"; import { de_UpdateContainerAgentCommand, se_UpdateContainerAgentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts b/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts index 9407e26822588..a79608241a209 100644 --- a/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts +++ b/clients/client-ecs/src/commands/UpdateContainerInstancesStateCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateContainerInstancesStateCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/UpdateServiceCommand.ts b/clients/client-ecs/src/commands/UpdateServiceCommand.ts index 4cbcfb81c9f70..e55f272f2100a 100644 --- a/clients/client-ecs/src/commands/UpdateServiceCommand.ts +++ b/clients/client-ecs/src/commands/UpdateServiceCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateServiceRequest, UpdateServiceResponse } from "../models/models_0"; import { de_UpdateServiceCommand, se_UpdateServiceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts b/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts index 83635a6361bda..20ee3ff49bb1f 100644 --- a/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/UpdateServicePrimaryTaskSetCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateServicePrimaryTaskSetRequest, UpdateServicePrimaryTaskSetResponse } from "../models/models_0"; import { de_UpdateServicePrimaryTaskSetCommand, se_UpdateServicePrimaryTaskSetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts b/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts index c08861b0e6030..20cf1ec898620 100644 --- a/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts +++ b/clients/client-ecs/src/commands/UpdateTaskProtectionCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateTaskProtectionRequest, UpdateTaskProtectionResponse } from "../models/models_0"; import { de_UpdateTaskProtectionCommand, se_UpdateTaskProtectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts b/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts index 2a200e657aef2..8acc519f4bf4c 100644 --- a/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts +++ b/clients/client-ecs/src/commands/UpdateTaskSetCommand.ts @@ -17,6 +17,10 @@ import { ECSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateTaskSetRequest, UpdateTaskSetResponse } from "../models/models_0"; import { de_UpdateTaskSetCommand, se_UpdateTaskSetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ecs/src/index.ts b/clients/client-ecs/src/index.ts index 4bf5d67fb3173..d3010ea1cdcc4 100644 --- a/clients/client-ecs/src/index.ts +++ b/clients/client-ecs/src/index.ts @@ -1,9 +1,27 @@ -export * from "./ECS"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Elastic Container Service + *

Amazon Elastic Container Service (Amazon ECS) is a highly scalable, fast, container management service. It makes + * it easy to run, stop, and manage Docker containers. You can host your cluster on a + * serverless infrastructure that's managed by Amazon ECS by launching your services or tasks on + * Fargate. For more control, you can host your tasks on a cluster of Amazon Elastic Compute Cloud (Amazon EC2) + * or External (on-premises) instances that you manage.

+ *

Amazon ECS makes it easy to launch and stop container-based applications with simple API + * calls. This makes it easy to get the state of your cluster from a centralized service, + * and gives you access to many familiar Amazon EC2 features.

+ *

You can use Amazon ECS to schedule the placement of containers across your cluster based on + * your resource needs, isolation policies, and availability requirements. With Amazon ECS, you + * don't need to operate your own cluster management and configuration management systems. + * You also don't need to worry about scaling your management infrastructure.

+ * + * @packageDocumentation + */ export * from "./ECSClient"; +export * from "./ECS"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { ECSServiceException } from "./models/ECSServiceException"; diff --git a/clients/client-ecs/src/models/ECSServiceException.ts b/clients/client-ecs/src/models/ECSServiceException.ts index dce4b18138759..1cd5ebd8d0e01 100644 --- a/clients/client-ecs/src/models/ECSServiceException.ts +++ b/clients/client-ecs/src/models/ECSServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-efs/src/EFSClient.ts b/clients/client-efs/src/EFSClient.ts index 30dbb5f7afe48..ebad39fc21e59 100644 --- a/clients/client-efs/src/EFSClient.ts +++ b/clients/client-efs/src/EFSClient.ts @@ -140,6 +140,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -337,7 +339,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type EFSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type EFSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -356,7 +358,7 @@ export interface EFSClientConfig extends EFSClientConfigType {} /** * @public */ -type EFSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type EFSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-efs/src/commands/CreateAccessPointCommand.ts b/clients/client-efs/src/commands/CreateAccessPointCommand.ts index d2b54e389c61c..793ad438bb33f 100644 --- a/clients/client-efs/src/commands/CreateAccessPointCommand.ts +++ b/clients/client-efs/src/commands/CreateAccessPointCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AccessPointDescription, CreateAccessPointRequest } from "../models/models_0"; import { de_CreateAccessPointCommand, se_CreateAccessPointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/CreateFileSystemCommand.ts b/clients/client-efs/src/commands/CreateFileSystemCommand.ts index d9c2ec3c3e8c0..01e6b1924a500 100644 --- a/clients/client-efs/src/commands/CreateFileSystemCommand.ts +++ b/clients/client-efs/src/commands/CreateFileSystemCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateFileSystemRequest, FileSystemDescription } from "../models/models_0"; import { de_CreateFileSystemCommand, se_CreateFileSystemCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/CreateMountTargetCommand.ts b/clients/client-efs/src/commands/CreateMountTargetCommand.ts index be7671f857f85..fb32941c360ce 100644 --- a/clients/client-efs/src/commands/CreateMountTargetCommand.ts +++ b/clients/client-efs/src/commands/CreateMountTargetCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateMountTargetRequest, MountTargetDescription } from "../models/models_0"; import { de_CreateMountTargetCommand, se_CreateMountTargetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/CreateReplicationConfigurationCommand.ts b/clients/client-efs/src/commands/CreateReplicationConfigurationCommand.ts index 0ed707815e45d..eb6a91460b8d4 100644 --- a/clients/client-efs/src/commands/CreateReplicationConfigurationCommand.ts +++ b/clients/client-efs/src/commands/CreateReplicationConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_CreateReplicationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/CreateTagsCommand.ts b/clients/client-efs/src/commands/CreateTagsCommand.ts index 04ae569b4aaef..ef3f3906d359d 100644 --- a/clients/client-efs/src/commands/CreateTagsCommand.ts +++ b/clients/client-efs/src/commands/CreateTagsCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateTagsRequest } from "../models/models_0"; import { de_CreateTagsCommand, se_CreateTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/DeleteAccessPointCommand.ts b/clients/client-efs/src/commands/DeleteAccessPointCommand.ts index da23baeb91551..01dee1e672944 100644 --- a/clients/client-efs/src/commands/DeleteAccessPointCommand.ts +++ b/clients/client-efs/src/commands/DeleteAccessPointCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteAccessPointRequest } from "../models/models_0"; import { de_DeleteAccessPointCommand, se_DeleteAccessPointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/DeleteFileSystemCommand.ts b/clients/client-efs/src/commands/DeleteFileSystemCommand.ts index 2de59726948e3..118bd177c7a9c 100644 --- a/clients/client-efs/src/commands/DeleteFileSystemCommand.ts +++ b/clients/client-efs/src/commands/DeleteFileSystemCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteFileSystemRequest } from "../models/models_0"; import { de_DeleteFileSystemCommand, se_DeleteFileSystemCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/DeleteFileSystemPolicyCommand.ts b/clients/client-efs/src/commands/DeleteFileSystemPolicyCommand.ts index 147ac9286fd96..77f3353f9495f 100644 --- a/clients/client-efs/src/commands/DeleteFileSystemPolicyCommand.ts +++ b/clients/client-efs/src/commands/DeleteFileSystemPolicyCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteFileSystemPolicyRequest } from "../models/models_0"; import { de_DeleteFileSystemPolicyCommand, se_DeleteFileSystemPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/DeleteMountTargetCommand.ts b/clients/client-efs/src/commands/DeleteMountTargetCommand.ts index 81051de8b43ab..9adf88a0b6c4f 100644 --- a/clients/client-efs/src/commands/DeleteMountTargetCommand.ts +++ b/clients/client-efs/src/commands/DeleteMountTargetCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteMountTargetRequest } from "../models/models_0"; import { de_DeleteMountTargetCommand, se_DeleteMountTargetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/DeleteReplicationConfigurationCommand.ts b/clients/client-efs/src/commands/DeleteReplicationConfigurationCommand.ts index d1281ee7fc9c3..e8abb2287d796 100644 --- a/clients/client-efs/src/commands/DeleteReplicationConfigurationCommand.ts +++ b/clients/client-efs/src/commands/DeleteReplicationConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteReplicationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/DeleteTagsCommand.ts b/clients/client-efs/src/commands/DeleteTagsCommand.ts index f9edad6b12450..5d61f1e325721 100644 --- a/clients/client-efs/src/commands/DeleteTagsCommand.ts +++ b/clients/client-efs/src/commands/DeleteTagsCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteTagsRequest } from "../models/models_0"; import { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/DescribeAccessPointsCommand.ts b/clients/client-efs/src/commands/DescribeAccessPointsCommand.ts index 62d5f2de52585..b243af181bd97 100644 --- a/clients/client-efs/src/commands/DescribeAccessPointsCommand.ts +++ b/clients/client-efs/src/commands/DescribeAccessPointsCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeAccessPointsRequest, DescribeAccessPointsResponse } from "../models/models_0"; import { de_DescribeAccessPointsCommand, se_DescribeAccessPointsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/DescribeAccountPreferencesCommand.ts b/clients/client-efs/src/commands/DescribeAccountPreferencesCommand.ts index 98e88f8936a19..f45fcc2d07d8d 100644 --- a/clients/client-efs/src/commands/DescribeAccountPreferencesCommand.ts +++ b/clients/client-efs/src/commands/DescribeAccountPreferencesCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeAccountPreferencesRequest, DescribeAccountPreferencesResponse } from "../models/models_0"; import { de_DescribeAccountPreferencesCommand, se_DescribeAccountPreferencesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/DescribeBackupPolicyCommand.ts b/clients/client-efs/src/commands/DescribeBackupPolicyCommand.ts index 24558762b098b..1f45a3e83d08a 100644 --- a/clients/client-efs/src/commands/DescribeBackupPolicyCommand.ts +++ b/clients/client-efs/src/commands/DescribeBackupPolicyCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { BackupPolicyDescription, DescribeBackupPolicyRequest } from "../models/models_0"; import { de_DescribeBackupPolicyCommand, se_DescribeBackupPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/DescribeFileSystemPolicyCommand.ts b/clients/client-efs/src/commands/DescribeFileSystemPolicyCommand.ts index e9d9dc0faeae0..89652785898a3 100644 --- a/clients/client-efs/src/commands/DescribeFileSystemPolicyCommand.ts +++ b/clients/client-efs/src/commands/DescribeFileSystemPolicyCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeFileSystemPolicyRequest, FileSystemPolicyDescription } from "../models/models_0"; import { de_DescribeFileSystemPolicyCommand, se_DescribeFileSystemPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/DescribeFileSystemsCommand.ts b/clients/client-efs/src/commands/DescribeFileSystemsCommand.ts index 7dc0f1724e869..1ed2f289c17ca 100644 --- a/clients/client-efs/src/commands/DescribeFileSystemsCommand.ts +++ b/clients/client-efs/src/commands/DescribeFileSystemsCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeFileSystemsRequest, DescribeFileSystemsResponse } from "../models/models_0"; import { de_DescribeFileSystemsCommand, se_DescribeFileSystemsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/DescribeLifecycleConfigurationCommand.ts b/clients/client-efs/src/commands/DescribeLifecycleConfigurationCommand.ts index 83fedb3be4e61..beb29c3f16bd9 100644 --- a/clients/client-efs/src/commands/DescribeLifecycleConfigurationCommand.ts +++ b/clients/client-efs/src/commands/DescribeLifecycleConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeLifecycleConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/DescribeMountTargetSecurityGroupsCommand.ts b/clients/client-efs/src/commands/DescribeMountTargetSecurityGroupsCommand.ts index 41b4c778a328c..3a43ebcc2b75e 100644 --- a/clients/client-efs/src/commands/DescribeMountTargetSecurityGroupsCommand.ts +++ b/clients/client-efs/src/commands/DescribeMountTargetSecurityGroupsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeMountTargetSecurityGroupsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/DescribeMountTargetsCommand.ts b/clients/client-efs/src/commands/DescribeMountTargetsCommand.ts index fa5148ac8c0dc..e08e1bbbe654e 100644 --- a/clients/client-efs/src/commands/DescribeMountTargetsCommand.ts +++ b/clients/client-efs/src/commands/DescribeMountTargetsCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeMountTargetsRequest, DescribeMountTargetsResponse } from "../models/models_0"; import { de_DescribeMountTargetsCommand, se_DescribeMountTargetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/DescribeReplicationConfigurationsCommand.ts b/clients/client-efs/src/commands/DescribeReplicationConfigurationsCommand.ts index 4ce091ee161aa..5283cf4462d08 100644 --- a/clients/client-efs/src/commands/DescribeReplicationConfigurationsCommand.ts +++ b/clients/client-efs/src/commands/DescribeReplicationConfigurationsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeReplicationConfigurationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/DescribeTagsCommand.ts b/clients/client-efs/src/commands/DescribeTagsCommand.ts index 8590197ba53d2..5988fe5e706e7 100644 --- a/clients/client-efs/src/commands/DescribeTagsCommand.ts +++ b/clients/client-efs/src/commands/DescribeTagsCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0"; import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/ListTagsForResourceCommand.ts b/clients/client-efs/src/commands/ListTagsForResourceCommand.ts index f9cc8ff6e44b0..39dfe50acb075 100644 --- a/clients/client-efs/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-efs/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/ModifyMountTargetSecurityGroupsCommand.ts b/clients/client-efs/src/commands/ModifyMountTargetSecurityGroupsCommand.ts index ecd4540cf6859..7e993cf15a734 100644 --- a/clients/client-efs/src/commands/ModifyMountTargetSecurityGroupsCommand.ts +++ b/clients/client-efs/src/commands/ModifyMountTargetSecurityGroupsCommand.ts @@ -20,6 +20,10 @@ import { se_ModifyMountTargetSecurityGroupsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/PutAccountPreferencesCommand.ts b/clients/client-efs/src/commands/PutAccountPreferencesCommand.ts index a318be4d91e37..64ee74d883b3a 100644 --- a/clients/client-efs/src/commands/PutAccountPreferencesCommand.ts +++ b/clients/client-efs/src/commands/PutAccountPreferencesCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutAccountPreferencesRequest, PutAccountPreferencesResponse } from "../models/models_0"; import { de_PutAccountPreferencesCommand, se_PutAccountPreferencesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/PutBackupPolicyCommand.ts b/clients/client-efs/src/commands/PutBackupPolicyCommand.ts index 077f24e1b4812..a9e9178ee4e6a 100644 --- a/clients/client-efs/src/commands/PutBackupPolicyCommand.ts +++ b/clients/client-efs/src/commands/PutBackupPolicyCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { BackupPolicyDescription, PutBackupPolicyRequest } from "../models/models_0"; import { de_PutBackupPolicyCommand, se_PutBackupPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/PutFileSystemPolicyCommand.ts b/clients/client-efs/src/commands/PutFileSystemPolicyCommand.ts index fc56df6939fa3..0d7a563321e56 100644 --- a/clients/client-efs/src/commands/PutFileSystemPolicyCommand.ts +++ b/clients/client-efs/src/commands/PutFileSystemPolicyCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { FileSystemPolicyDescription, PutFileSystemPolicyRequest } from "../models/models_0"; import { de_PutFileSystemPolicyCommand, se_PutFileSystemPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/PutLifecycleConfigurationCommand.ts b/clients/client-efs/src/commands/PutLifecycleConfigurationCommand.ts index 10a917c40067e..10da0e46b5b52 100644 --- a/clients/client-efs/src/commands/PutLifecycleConfigurationCommand.ts +++ b/clients/client-efs/src/commands/PutLifecycleConfigurationCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { LifecycleConfigurationDescription, PutLifecycleConfigurationRequest } from "../models/models_0"; import { de_PutLifecycleConfigurationCommand, se_PutLifecycleConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/TagResourceCommand.ts b/clients/client-efs/src/commands/TagResourceCommand.ts index f4e93abae763f..648b7d7614a6a 100644 --- a/clients/client-efs/src/commands/TagResourceCommand.ts +++ b/clients/client-efs/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagResourceRequest } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/UntagResourceCommand.ts b/clients/client-efs/src/commands/UntagResourceCommand.ts index a59ec16c91f56..68dfbdd4d8340 100644 --- a/clients/client-efs/src/commands/UntagResourceCommand.ts +++ b/clients/client-efs/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/commands/UpdateFileSystemCommand.ts b/clients/client-efs/src/commands/UpdateFileSystemCommand.ts index 92a106709c80c..0d38c33a46f57 100644 --- a/clients/client-efs/src/commands/UpdateFileSystemCommand.ts +++ b/clients/client-efs/src/commands/UpdateFileSystemCommand.ts @@ -17,6 +17,10 @@ import { EFSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { FileSystemDescription, UpdateFileSystemRequest } from "../models/models_0"; import { de_UpdateFileSystemCommand, se_UpdateFileSystemCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-efs/src/index.ts b/clients/client-efs/src/index.ts index fcb94824f5356..88ed629d79bcd 100644 --- a/clients/client-efs/src/index.ts +++ b/clients/client-efs/src/index.ts @@ -1,8 +1,18 @@ -export * from "./EFS"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Elastic File System + *

Amazon Elastic File System (Amazon EFS) provides simple, scalable file storage for + * use with Amazon EC2 Linux and Mac instances in the Amazon Web Services Cloud. With Amazon EFS, storage capacity is elastic, growing and shrinking automatically as you add and + * remove files, so that your applications have the storage they need, when they need it. For + * more information, see the Amazon Elastic File System API Reference and the Amazon Elastic File System User Guide.

+ * + * @packageDocumentation + */ export * from "./EFSClient"; +export * from "./EFS"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { EFSServiceException } from "./models/EFSServiceException"; diff --git a/clients/client-efs/src/models/EFSServiceException.ts b/clients/client-efs/src/models/EFSServiceException.ts index dfc2157ba47f7..d52fcc26b0d99 100644 --- a/clients/client-efs/src/models/EFSServiceException.ts +++ b/clients/client-efs/src/models/EFSServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-eks/src/EKSClient.ts b/clients/client-eks/src/EKSClient.ts index 31b3a1046f1dd..777b54ec32616 100644 --- a/clients/client-eks/src/EKSClient.ts +++ b/clients/client-eks/src/EKSClient.ts @@ -142,6 +142,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -349,7 +351,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type EKSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type EKSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -368,7 +370,7 @@ export interface EKSClientConfig extends EKSClientConfigType {} /** * @public */ -type EKSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type EKSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-eks/src/commands/AssociateEncryptionConfigCommand.ts b/clients/client-eks/src/commands/AssociateEncryptionConfigCommand.ts index 2d3bd8fc8581b..7232abf5081a6 100644 --- a/clients/client-eks/src/commands/AssociateEncryptionConfigCommand.ts +++ b/clients/client-eks/src/commands/AssociateEncryptionConfigCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AssociateEncryptionConfigRequest, AssociateEncryptionConfigResponse } from "../models/models_0"; import { de_AssociateEncryptionConfigCommand, se_AssociateEncryptionConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/AssociateIdentityProviderConfigCommand.ts b/clients/client-eks/src/commands/AssociateIdentityProviderConfigCommand.ts index 151493531fc7c..f9ff17fa7a5f7 100644 --- a/clients/client-eks/src/commands/AssociateIdentityProviderConfigCommand.ts +++ b/clients/client-eks/src/commands/AssociateIdentityProviderConfigCommand.ts @@ -20,6 +20,10 @@ import { se_AssociateIdentityProviderConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/CreateAddonCommand.ts b/clients/client-eks/src/commands/CreateAddonCommand.ts index 6d4544d99f8fd..5f01cc34bfcda 100644 --- a/clients/client-eks/src/commands/CreateAddonCommand.ts +++ b/clients/client-eks/src/commands/CreateAddonCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateAddonRequest, CreateAddonResponse } from "../models/models_0"; import { de_CreateAddonCommand, se_CreateAddonCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/CreateClusterCommand.ts b/clients/client-eks/src/commands/CreateClusterCommand.ts index 61d7460f03b47..58edccb88bb9a 100644 --- a/clients/client-eks/src/commands/CreateClusterCommand.ts +++ b/clients/client-eks/src/commands/CreateClusterCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0"; import { de_CreateClusterCommand, se_CreateClusterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/CreateFargateProfileCommand.ts b/clients/client-eks/src/commands/CreateFargateProfileCommand.ts index 5d010b9317e1e..773e341947790 100644 --- a/clients/client-eks/src/commands/CreateFargateProfileCommand.ts +++ b/clients/client-eks/src/commands/CreateFargateProfileCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateFargateProfileRequest, CreateFargateProfileResponse } from "../models/models_0"; import { de_CreateFargateProfileCommand, se_CreateFargateProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/CreateNodegroupCommand.ts b/clients/client-eks/src/commands/CreateNodegroupCommand.ts index bc3c9d244a61e..c406915e1cb07 100644 --- a/clients/client-eks/src/commands/CreateNodegroupCommand.ts +++ b/clients/client-eks/src/commands/CreateNodegroupCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateNodegroupRequest, CreateNodegroupResponse } from "../models/models_0"; import { de_CreateNodegroupCommand, se_CreateNodegroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/DeleteAddonCommand.ts b/clients/client-eks/src/commands/DeleteAddonCommand.ts index 5bc37bdb02aa1..31ba47d296be6 100644 --- a/clients/client-eks/src/commands/DeleteAddonCommand.ts +++ b/clients/client-eks/src/commands/DeleteAddonCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteAddonRequest, DeleteAddonResponse } from "../models/models_0"; import { de_DeleteAddonCommand, se_DeleteAddonCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/DeleteClusterCommand.ts b/clients/client-eks/src/commands/DeleteClusterCommand.ts index 4f6f39f0a941b..f903cefc7589e 100644 --- a/clients/client-eks/src/commands/DeleteClusterCommand.ts +++ b/clients/client-eks/src/commands/DeleteClusterCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0"; import { de_DeleteClusterCommand, se_DeleteClusterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/DeleteFargateProfileCommand.ts b/clients/client-eks/src/commands/DeleteFargateProfileCommand.ts index d70f68921b89e..c312f50fb2d9f 100644 --- a/clients/client-eks/src/commands/DeleteFargateProfileCommand.ts +++ b/clients/client-eks/src/commands/DeleteFargateProfileCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteFargateProfileRequest, DeleteFargateProfileResponse } from "../models/models_0"; import { de_DeleteFargateProfileCommand, se_DeleteFargateProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/DeleteNodegroupCommand.ts b/clients/client-eks/src/commands/DeleteNodegroupCommand.ts index 9b9c23fbd15ad..89ffcfe19e548 100644 --- a/clients/client-eks/src/commands/DeleteNodegroupCommand.ts +++ b/clients/client-eks/src/commands/DeleteNodegroupCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteNodegroupRequest, DeleteNodegroupResponse } from "../models/models_0"; import { de_DeleteNodegroupCommand, se_DeleteNodegroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/DeregisterClusterCommand.ts b/clients/client-eks/src/commands/DeregisterClusterCommand.ts index 8ec2c4752cdaf..bcaa4e48322cf 100644 --- a/clients/client-eks/src/commands/DeregisterClusterCommand.ts +++ b/clients/client-eks/src/commands/DeregisterClusterCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeregisterClusterRequest, DeregisterClusterResponse } from "../models/models_0"; import { de_DeregisterClusterCommand, se_DeregisterClusterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/DescribeAddonCommand.ts b/clients/client-eks/src/commands/DescribeAddonCommand.ts index 2d53b700d99f4..3019b9f1c8bb1 100644 --- a/clients/client-eks/src/commands/DescribeAddonCommand.ts +++ b/clients/client-eks/src/commands/DescribeAddonCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeAddonRequest, DescribeAddonResponse } from "../models/models_0"; import { de_DescribeAddonCommand, se_DescribeAddonCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/DescribeAddonConfigurationCommand.ts b/clients/client-eks/src/commands/DescribeAddonConfigurationCommand.ts index 712bfce390790..cdfac4ce6bc02 100644 --- a/clients/client-eks/src/commands/DescribeAddonConfigurationCommand.ts +++ b/clients/client-eks/src/commands/DescribeAddonConfigurationCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeAddonConfigurationRequest, DescribeAddonConfigurationResponse } from "../models/models_0"; import { de_DescribeAddonConfigurationCommand, se_DescribeAddonConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/DescribeAddonVersionsCommand.ts b/clients/client-eks/src/commands/DescribeAddonVersionsCommand.ts index f6d658340fe00..bf0818bd7aa45 100644 --- a/clients/client-eks/src/commands/DescribeAddonVersionsCommand.ts +++ b/clients/client-eks/src/commands/DescribeAddonVersionsCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeAddonVersionsRequest, DescribeAddonVersionsResponse } from "../models/models_0"; import { de_DescribeAddonVersionsCommand, se_DescribeAddonVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/DescribeClusterCommand.ts b/clients/client-eks/src/commands/DescribeClusterCommand.ts index 0fb79b4d335df..7b2f4989afa0f 100644 --- a/clients/client-eks/src/commands/DescribeClusterCommand.ts +++ b/clients/client-eks/src/commands/DescribeClusterCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeClusterRequest, DescribeClusterResponse } from "../models/models_0"; import { de_DescribeClusterCommand, se_DescribeClusterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/DescribeFargateProfileCommand.ts b/clients/client-eks/src/commands/DescribeFargateProfileCommand.ts index 5a3d0f437bd8f..08f8c2f4b44af 100644 --- a/clients/client-eks/src/commands/DescribeFargateProfileCommand.ts +++ b/clients/client-eks/src/commands/DescribeFargateProfileCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeFargateProfileRequest, DescribeFargateProfileResponse } from "../models/models_0"; import { de_DescribeFargateProfileCommand, se_DescribeFargateProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/DescribeIdentityProviderConfigCommand.ts b/clients/client-eks/src/commands/DescribeIdentityProviderConfigCommand.ts index 93ee50ae31db7..11edee837e14d 100644 --- a/clients/client-eks/src/commands/DescribeIdentityProviderConfigCommand.ts +++ b/clients/client-eks/src/commands/DescribeIdentityProviderConfigCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeIdentityProviderConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/DescribeNodegroupCommand.ts b/clients/client-eks/src/commands/DescribeNodegroupCommand.ts index ba1ab284acd19..85a9193006149 100644 --- a/clients/client-eks/src/commands/DescribeNodegroupCommand.ts +++ b/clients/client-eks/src/commands/DescribeNodegroupCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeNodegroupRequest, DescribeNodegroupResponse } from "../models/models_0"; import { de_DescribeNodegroupCommand, se_DescribeNodegroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/DescribeUpdateCommand.ts b/clients/client-eks/src/commands/DescribeUpdateCommand.ts index 65857eee3dece..a04a1c3cae455 100644 --- a/clients/client-eks/src/commands/DescribeUpdateCommand.ts +++ b/clients/client-eks/src/commands/DescribeUpdateCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeUpdateRequest, DescribeUpdateResponse } from "../models/models_0"; import { de_DescribeUpdateCommand, se_DescribeUpdateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/DisassociateIdentityProviderConfigCommand.ts b/clients/client-eks/src/commands/DisassociateIdentityProviderConfigCommand.ts index a0b1017c9d147..7cad84aa59f88 100644 --- a/clients/client-eks/src/commands/DisassociateIdentityProviderConfigCommand.ts +++ b/clients/client-eks/src/commands/DisassociateIdentityProviderConfigCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateIdentityProviderConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/ListAddonsCommand.ts b/clients/client-eks/src/commands/ListAddonsCommand.ts index 29ca0ff58f8ea..a536db08cf760 100644 --- a/clients/client-eks/src/commands/ListAddonsCommand.ts +++ b/clients/client-eks/src/commands/ListAddonsCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListAddonsRequest, ListAddonsResponse } from "../models/models_0"; import { de_ListAddonsCommand, se_ListAddonsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/ListClustersCommand.ts b/clients/client-eks/src/commands/ListClustersCommand.ts index 6f20cd015b15e..195eafc8abb69 100644 --- a/clients/client-eks/src/commands/ListClustersCommand.ts +++ b/clients/client-eks/src/commands/ListClustersCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListClustersRequest, ListClustersResponse } from "../models/models_0"; import { de_ListClustersCommand, se_ListClustersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/ListFargateProfilesCommand.ts b/clients/client-eks/src/commands/ListFargateProfilesCommand.ts index 719029f44ef96..3ff3b789a0069 100644 --- a/clients/client-eks/src/commands/ListFargateProfilesCommand.ts +++ b/clients/client-eks/src/commands/ListFargateProfilesCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListFargateProfilesRequest, ListFargateProfilesResponse } from "../models/models_0"; import { de_ListFargateProfilesCommand, se_ListFargateProfilesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/ListIdentityProviderConfigsCommand.ts b/clients/client-eks/src/commands/ListIdentityProviderConfigsCommand.ts index 5771af4922a30..3778146698166 100644 --- a/clients/client-eks/src/commands/ListIdentityProviderConfigsCommand.ts +++ b/clients/client-eks/src/commands/ListIdentityProviderConfigsCommand.ts @@ -20,6 +20,10 @@ import { se_ListIdentityProviderConfigsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/ListNodegroupsCommand.ts b/clients/client-eks/src/commands/ListNodegroupsCommand.ts index b26d7b11b7768..0714d58f47579 100644 --- a/clients/client-eks/src/commands/ListNodegroupsCommand.ts +++ b/clients/client-eks/src/commands/ListNodegroupsCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListNodegroupsRequest, ListNodegroupsResponse } from "../models/models_0"; import { de_ListNodegroupsCommand, se_ListNodegroupsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/ListTagsForResourceCommand.ts b/clients/client-eks/src/commands/ListTagsForResourceCommand.ts index 82a7820d5d31f..76aaf0fcdffcb 100644 --- a/clients/client-eks/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-eks/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/ListUpdatesCommand.ts b/clients/client-eks/src/commands/ListUpdatesCommand.ts index f5b36590a20f6..12695e5e34fcf 100644 --- a/clients/client-eks/src/commands/ListUpdatesCommand.ts +++ b/clients/client-eks/src/commands/ListUpdatesCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListUpdatesRequest, ListUpdatesResponse } from "../models/models_0"; import { de_ListUpdatesCommand, se_ListUpdatesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/RegisterClusterCommand.ts b/clients/client-eks/src/commands/RegisterClusterCommand.ts index b84026f0122ed..3f0a2d4d9f6f7 100644 --- a/clients/client-eks/src/commands/RegisterClusterCommand.ts +++ b/clients/client-eks/src/commands/RegisterClusterCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RegisterClusterRequest, RegisterClusterResponse } from "../models/models_0"; import { de_RegisterClusterCommand, se_RegisterClusterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/TagResourceCommand.ts b/clients/client-eks/src/commands/TagResourceCommand.ts index 199fa092fdea6..5d6ef88df2253 100644 --- a/clients/client-eks/src/commands/TagResourceCommand.ts +++ b/clients/client-eks/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/UntagResourceCommand.ts b/clients/client-eks/src/commands/UntagResourceCommand.ts index 3919f1657b273..7541fa946ea6e 100644 --- a/clients/client-eks/src/commands/UntagResourceCommand.ts +++ b/clients/client-eks/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/UpdateAddonCommand.ts b/clients/client-eks/src/commands/UpdateAddonCommand.ts index eb69c5bf107db..699b29046ff0a 100644 --- a/clients/client-eks/src/commands/UpdateAddonCommand.ts +++ b/clients/client-eks/src/commands/UpdateAddonCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateAddonRequest, UpdateAddonResponse } from "../models/models_0"; import { de_UpdateAddonCommand, se_UpdateAddonCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/UpdateClusterConfigCommand.ts b/clients/client-eks/src/commands/UpdateClusterConfigCommand.ts index 8ebee0546a224..20063037c94fb 100644 --- a/clients/client-eks/src/commands/UpdateClusterConfigCommand.ts +++ b/clients/client-eks/src/commands/UpdateClusterConfigCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateClusterConfigRequest, UpdateClusterConfigResponse } from "../models/models_0"; import { de_UpdateClusterConfigCommand, se_UpdateClusterConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/UpdateClusterVersionCommand.ts b/clients/client-eks/src/commands/UpdateClusterVersionCommand.ts index 85a1882295938..2c9a4864e689e 100644 --- a/clients/client-eks/src/commands/UpdateClusterVersionCommand.ts +++ b/clients/client-eks/src/commands/UpdateClusterVersionCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateClusterVersionRequest, UpdateClusterVersionResponse } from "../models/models_0"; import { de_UpdateClusterVersionCommand, se_UpdateClusterVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/UpdateNodegroupConfigCommand.ts b/clients/client-eks/src/commands/UpdateNodegroupConfigCommand.ts index 85dd98afbda84..fbbdfb53b26b9 100644 --- a/clients/client-eks/src/commands/UpdateNodegroupConfigCommand.ts +++ b/clients/client-eks/src/commands/UpdateNodegroupConfigCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateNodegroupConfigRequest, UpdateNodegroupConfigResponse } from "../models/models_0"; import { de_UpdateNodegroupConfigCommand, se_UpdateNodegroupConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/commands/UpdateNodegroupVersionCommand.ts b/clients/client-eks/src/commands/UpdateNodegroupVersionCommand.ts index 5b642b9c1088e..864ad62a7983b 100644 --- a/clients/client-eks/src/commands/UpdateNodegroupVersionCommand.ts +++ b/clients/client-eks/src/commands/UpdateNodegroupVersionCommand.ts @@ -17,6 +17,10 @@ import { EKSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateNodegroupVersionRequest, UpdateNodegroupVersionResponse } from "../models/models_0"; import { de_UpdateNodegroupVersionCommand, se_UpdateNodegroupVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eks/src/index.ts b/clients/client-eks/src/index.ts index 9e0b2bcc89306..9006cd647288f 100644 --- a/clients/client-eks/src/index.ts +++ b/clients/client-eks/src/index.ts @@ -1,9 +1,24 @@ -export * from "./EKS"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Elastic Kubernetes Service (Amazon EKS) is a managed service that makes it easy + * for you to run Kubernetes on Amazon Web Services without needing to stand up or maintain + * your own Kubernetes control plane. Kubernetes is an open-source system for automating + * the deployment, scaling, and management of containerized applications.

+ *

Amazon EKS runs up-to-date versions of the open-source Kubernetes software, so + * you can use all the existing plugins and tooling from the Kubernetes community. + * Applications running on Amazon EKS are fully compatible with applications + * running on any standard Kubernetes environment, whether running in on-premises data + * centers or public clouds. This means that you can easily migrate any standard Kubernetes + * application to Amazon EKS without any code modification required.

+ * + * @packageDocumentation + */ export * from "./EKSClient"; +export * from "./EKS"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { EKSServiceException } from "./models/EKSServiceException"; diff --git a/clients/client-eks/src/models/EKSServiceException.ts b/clients/client-eks/src/models/EKSServiceException.ts index 1de2536afb227..abd1075ba9894 100644 --- a/clients/client-eks/src/models/EKSServiceException.ts +++ b/clients/client-eks/src/models/EKSServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-elastic-beanstalk/src/ElasticBeanstalkClient.ts b/clients/client-elastic-beanstalk/src/ElasticBeanstalkClient.ts index 0a9cfa2bb2008..85418da2dd231 100644 --- a/clients/client-elastic-beanstalk/src/ElasticBeanstalkClient.ts +++ b/clients/client-elastic-beanstalk/src/ElasticBeanstalkClient.ts @@ -223,6 +223,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -454,7 +456,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ElasticBeanstalkClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ElasticBeanstalkClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -473,7 +475,7 @@ export interface ElasticBeanstalkClientConfig extends ElasticBeanstalkClientConf /** * @public */ -type ElasticBeanstalkClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ElasticBeanstalkClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-elastic-beanstalk/src/commands/AbortEnvironmentUpdateCommand.ts b/clients/client-elastic-beanstalk/src/commands/AbortEnvironmentUpdateCommand.ts index f354a952708d0..71c5504f45c9d 100644 --- a/clients/client-elastic-beanstalk/src/commands/AbortEnvironmentUpdateCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/AbortEnvironmentUpdateCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { AbortEnvironmentUpdateMessage } from "../models/models_0"; import { de_AbortEnvironmentUpdateCommand, se_AbortEnvironmentUpdateCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/ApplyEnvironmentManagedActionCommand.ts b/clients/client-elastic-beanstalk/src/commands/ApplyEnvironmentManagedActionCommand.ts index fbf56d0563a0d..d74a3c36cc7d6 100644 --- a/clients/client-elastic-beanstalk/src/commands/ApplyEnvironmentManagedActionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ApplyEnvironmentManagedActionCommand.ts @@ -20,6 +20,10 @@ import { se_ApplyEnvironmentManagedActionCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/AssociateEnvironmentOperationsRoleCommand.ts b/clients/client-elastic-beanstalk/src/commands/AssociateEnvironmentOperationsRoleCommand.ts index ed4579a189ca7..4cb48164d9d51 100644 --- a/clients/client-elastic-beanstalk/src/commands/AssociateEnvironmentOperationsRoleCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/AssociateEnvironmentOperationsRoleCommand.ts @@ -20,6 +20,10 @@ import { se_AssociateEnvironmentOperationsRoleCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/CheckDNSAvailabilityCommand.ts b/clients/client-elastic-beanstalk/src/commands/CheckDNSAvailabilityCommand.ts index e0b99d3c02113..d56d32df10edf 100644 --- a/clients/client-elastic-beanstalk/src/commands/CheckDNSAvailabilityCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CheckDNSAvailabilityCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CheckDNSAvailabilityMessage, CheckDNSAvailabilityResultMessage } from "../models/models_0"; import { de_CheckDNSAvailabilityCommand, se_CheckDNSAvailabilityCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/ComposeEnvironmentsCommand.ts b/clients/client-elastic-beanstalk/src/commands/ComposeEnvironmentsCommand.ts index 9a863c4552190..6b5a2dcc1af7e 100644 --- a/clients/client-elastic-beanstalk/src/commands/ComposeEnvironmentsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ComposeEnvironmentsCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ComposeEnvironmentsMessage, EnvironmentDescriptionsMessage } from "../models/models_0"; import { de_ComposeEnvironmentsCommand, se_ComposeEnvironmentsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/CreateApplicationCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateApplicationCommand.ts index a8b489b8d5373..e7505e8080db2 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreateApplicationCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreateApplicationCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ApplicationDescriptionMessage, CreateApplicationMessage } from "../models/models_0"; import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/CreateApplicationVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateApplicationVersionCommand.ts index 73cba1d2fe648..3737986f8920c 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreateApplicationVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreateApplicationVersionCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ApplicationVersionDescriptionMessage, CreateApplicationVersionMessage } from "../models/models_0"; import { de_CreateApplicationVersionCommand, se_CreateApplicationVersionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/CreateConfigurationTemplateCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateConfigurationTemplateCommand.ts index 3a905170c6099..a0e2d1039cb60 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreateConfigurationTemplateCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreateConfigurationTemplateCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ConfigurationSettingsDescription, CreateConfigurationTemplateMessage } from "../models/models_0"; import { de_CreateConfigurationTemplateCommand, se_CreateConfigurationTemplateCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/CreateEnvironmentCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateEnvironmentCommand.ts index 8065ba1a0b006..c9f1b8ae47e55 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreateEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateEnvironmentMessage, EnvironmentDescription } from "../models/models_0"; import { de_CreateEnvironmentCommand, se_CreateEnvironmentCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/CreatePlatformVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreatePlatformVersionCommand.ts index e174ba19ce5dd..59de237d81d3d 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreatePlatformVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreatePlatformVersionCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreatePlatformVersionRequest, CreatePlatformVersionResult } from "../models/models_0"; import { de_CreatePlatformVersionCommand, se_CreatePlatformVersionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/CreateStorageLocationCommand.ts b/clients/client-elastic-beanstalk/src/commands/CreateStorageLocationCommand.ts index 543f9a5aa9cde..8b35fc961e562 100644 --- a/clients/client-elastic-beanstalk/src/commands/CreateStorageLocationCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/CreateStorageLocationCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateStorageLocationResultMessage } from "../models/models_0"; import { de_CreateStorageLocationCommand, se_CreateStorageLocationCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/DeleteApplicationCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeleteApplicationCommand.ts index 83c1ee9ce9291..38d105f15e272 100644 --- a/clients/client-elastic-beanstalk/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DeleteApplicationCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteApplicationMessage } from "../models/models_0"; import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/DeleteApplicationVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeleteApplicationVersionCommand.ts index a82182e3b9972..583d7f3b1dbf5 100644 --- a/clients/client-elastic-beanstalk/src/commands/DeleteApplicationVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DeleteApplicationVersionCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteApplicationVersionMessage } from "../models/models_0"; import { de_DeleteApplicationVersionCommand, se_DeleteApplicationVersionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/DeleteConfigurationTemplateCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeleteConfigurationTemplateCommand.ts index 2194f052843df..f238b58c9c938 100644 --- a/clients/client-elastic-beanstalk/src/commands/DeleteConfigurationTemplateCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DeleteConfigurationTemplateCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteConfigurationTemplateMessage } from "../models/models_0"; import { de_DeleteConfigurationTemplateCommand, se_DeleteConfigurationTemplateCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/DeleteEnvironmentConfigurationCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeleteEnvironmentConfigurationCommand.ts index 6eae0aa2335d0..c0a9719ef12cd 100644 --- a/clients/client-elastic-beanstalk/src/commands/DeleteEnvironmentConfigurationCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DeleteEnvironmentConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteEnvironmentConfigurationCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/DeletePlatformVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/DeletePlatformVersionCommand.ts index f1be48c9d2127..22eb4901ce62d 100644 --- a/clients/client-elastic-beanstalk/src/commands/DeletePlatformVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DeletePlatformVersionCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeletePlatformVersionRequest, DeletePlatformVersionResult } from "../models/models_0"; import { de_DeletePlatformVersionCommand, se_DeletePlatformVersionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeAccountAttributesCommand.ts index 5d8ceefb49f66..f10ac94c59d9a 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeAccountAttributesCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeAccountAttributesResult } from "../models/models_0"; import { de_DescribeAccountAttributesCommand, se_DescribeAccountAttributesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeApplicationVersionsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeApplicationVersionsCommand.ts index d8c519fa18ac8..48b9b67f1d4d8 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeApplicationVersionsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeApplicationVersionsCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ApplicationVersionDescriptionsMessage, DescribeApplicationVersionsMessage } from "../models/models_0"; import { de_DescribeApplicationVersionsCommand, se_DescribeApplicationVersionsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeApplicationsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeApplicationsCommand.ts index 156125a142689..54bc5996cc78a 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeApplicationsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeApplicationsCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ApplicationDescriptionsMessage, DescribeApplicationsMessage } from "../models/models_0"; import { de_DescribeApplicationsCommand, se_DescribeApplicationsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationOptionsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationOptionsCommand.ts index b2f7c5ab66fbb..2f242747a43fe 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationOptionsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationOptionsCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ConfigurationOptionsDescription, DescribeConfigurationOptionsMessage } from "../models/models_0"; import { de_DescribeConfigurationOptionsCommand, se_DescribeConfigurationOptionsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationSettingsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationSettingsCommand.ts index 06e976f9767e6..f83b986cde531 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationSettingsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeConfigurationSettingsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeConfigurationSettingsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentHealthCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentHealthCommand.ts index bb112015804ae..c3c63996dc6e7 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentHealthCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentHealthCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeEnvironmentHealthRequest, DescribeEnvironmentHealthResult } from "../models/models_0"; import { de_DescribeEnvironmentHealthCommand, se_DescribeEnvironmentHealthCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionHistoryCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionHistoryCommand.ts index ee25597ec9655..4dab73b996102 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionHistoryCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionHistoryCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeEnvironmentManagedActionHistoryCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionsCommand.ts index c3f4a0e96f287..12115941e95e5 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentManagedActionsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeEnvironmentManagedActionsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentResourcesCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentResourcesCommand.ts index 092f2d9f6cdf9..76462a2c67d5d 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentResourcesCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentResourcesCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeEnvironmentResourcesMessage, EnvironmentResourceDescriptionsMessage } from "../models/models_0"; import { de_DescribeEnvironmentResourcesCommand, se_DescribeEnvironmentResourcesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentsCommand.ts index a5b51cbec5279..09f9322c812ba 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEnvironmentsCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeEnvironmentsMessage, EnvironmentDescriptionsMessage } from "../models/models_0"; import { de_DescribeEnvironmentsCommand, se_DescribeEnvironmentsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeEventsCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeEventsCommand.ts index 3add0078cba14..7e31915db1a20 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeEventsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeEventsCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeEventsMessage, EventDescriptionsMessage } from "../models/models_0"; import { de_DescribeEventsCommand, se_DescribeEventsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/DescribeInstancesHealthCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribeInstancesHealthCommand.ts index 1d6d26270f9c7..0457c76f38e98 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribeInstancesHealthCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribeInstancesHealthCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeInstancesHealthRequest, DescribeInstancesHealthResult } from "../models/models_0"; import { de_DescribeInstancesHealthCommand, se_DescribeInstancesHealthCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/DescribePlatformVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/DescribePlatformVersionCommand.ts index fdcd1e0c438da..792ce813d3c5f 100644 --- a/clients/client-elastic-beanstalk/src/commands/DescribePlatformVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DescribePlatformVersionCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribePlatformVersionRequest, DescribePlatformVersionResult } from "../models/models_0"; import { de_DescribePlatformVersionCommand, se_DescribePlatformVersionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/DisassociateEnvironmentOperationsRoleCommand.ts b/clients/client-elastic-beanstalk/src/commands/DisassociateEnvironmentOperationsRoleCommand.ts index 0a3199e5ad1ab..6b4c179569718 100644 --- a/clients/client-elastic-beanstalk/src/commands/DisassociateEnvironmentOperationsRoleCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/DisassociateEnvironmentOperationsRoleCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateEnvironmentOperationsRoleCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/ListAvailableSolutionStacksCommand.ts b/clients/client-elastic-beanstalk/src/commands/ListAvailableSolutionStacksCommand.ts index 5371700a26146..841431b600cd6 100644 --- a/clients/client-elastic-beanstalk/src/commands/ListAvailableSolutionStacksCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ListAvailableSolutionStacksCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListAvailableSolutionStacksResultMessage } from "../models/models_0"; import { de_ListAvailableSolutionStacksCommand, se_ListAvailableSolutionStacksCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/ListPlatformBranchesCommand.ts b/clients/client-elastic-beanstalk/src/commands/ListPlatformBranchesCommand.ts index 8075c6aa45de3..cdfc2d5061d22 100644 --- a/clients/client-elastic-beanstalk/src/commands/ListPlatformBranchesCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ListPlatformBranchesCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListPlatformBranchesRequest, ListPlatformBranchesResult } from "../models/models_0"; import { de_ListPlatformBranchesCommand, se_ListPlatformBranchesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/ListPlatformVersionsCommand.ts b/clients/client-elastic-beanstalk/src/commands/ListPlatformVersionsCommand.ts index cbc96830dcd8c..8e2629e45d323 100644 --- a/clients/client-elastic-beanstalk/src/commands/ListPlatformVersionsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ListPlatformVersionsCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListPlatformVersionsRequest, ListPlatformVersionsResult } from "../models/models_0"; import { de_ListPlatformVersionsCommand, se_ListPlatformVersionsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/ListTagsForResourceCommand.ts b/clients/client-elastic-beanstalk/src/commands/ListTagsForResourceCommand.ts index 6b85b58938c1e..a3d8b0b297204 100644 --- a/clients/client-elastic-beanstalk/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListTagsForResourceMessage, ResourceTagsDescriptionMessage } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/RebuildEnvironmentCommand.ts b/clients/client-elastic-beanstalk/src/commands/RebuildEnvironmentCommand.ts index 59a5dce0b0195..93307faa99d33 100644 --- a/clients/client-elastic-beanstalk/src/commands/RebuildEnvironmentCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/RebuildEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { RebuildEnvironmentMessage } from "../models/models_0"; import { de_RebuildEnvironmentCommand, se_RebuildEnvironmentCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/RequestEnvironmentInfoCommand.ts b/clients/client-elastic-beanstalk/src/commands/RequestEnvironmentInfoCommand.ts index b9018bbb5ea49..92ad7ab046773 100644 --- a/clients/client-elastic-beanstalk/src/commands/RequestEnvironmentInfoCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/RequestEnvironmentInfoCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { RequestEnvironmentInfoMessage } from "../models/models_0"; import { de_RequestEnvironmentInfoCommand, se_RequestEnvironmentInfoCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/RestartAppServerCommand.ts b/clients/client-elastic-beanstalk/src/commands/RestartAppServerCommand.ts index 4505a11d11638..dbe348e410a49 100644 --- a/clients/client-elastic-beanstalk/src/commands/RestartAppServerCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/RestartAppServerCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { RestartAppServerMessage } from "../models/models_0"; import { de_RestartAppServerCommand, se_RestartAppServerCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/RetrieveEnvironmentInfoCommand.ts b/clients/client-elastic-beanstalk/src/commands/RetrieveEnvironmentInfoCommand.ts index f96bb11f1042f..8953aa0a40251 100644 --- a/clients/client-elastic-beanstalk/src/commands/RetrieveEnvironmentInfoCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/RetrieveEnvironmentInfoCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { RetrieveEnvironmentInfoMessage, RetrieveEnvironmentInfoResultMessage } from "../models/models_0"; import { de_RetrieveEnvironmentInfoCommand, se_RetrieveEnvironmentInfoCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/SwapEnvironmentCNAMEsCommand.ts b/clients/client-elastic-beanstalk/src/commands/SwapEnvironmentCNAMEsCommand.ts index e979c6be26235..f58fabfbe161e 100644 --- a/clients/client-elastic-beanstalk/src/commands/SwapEnvironmentCNAMEsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/SwapEnvironmentCNAMEsCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { SwapEnvironmentCNAMEsMessage } from "../models/models_0"; import { de_SwapEnvironmentCNAMEsCommand, se_SwapEnvironmentCNAMEsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/TerminateEnvironmentCommand.ts b/clients/client-elastic-beanstalk/src/commands/TerminateEnvironmentCommand.ts index 6509662e0314a..eee37023056e4 100644 --- a/clients/client-elastic-beanstalk/src/commands/TerminateEnvironmentCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/TerminateEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { EnvironmentDescription, TerminateEnvironmentMessage } from "../models/models_0"; import { de_TerminateEnvironmentCommand, se_TerminateEnvironmentCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationCommand.ts index 22b852f0d308c..1774597a7b3f0 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ApplicationDescriptionMessage, UpdateApplicationMessage } from "../models/models_0"; import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationResourceLifecycleCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationResourceLifecycleCommand.ts index 3b087e9266b1d..3ea9d70103ff7 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationResourceLifecycleCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationResourceLifecycleCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateApplicationResourceLifecycleCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationVersionCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationVersionCommand.ts index 334431e64a776..cfd4c2b151b61 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateApplicationVersionCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateApplicationVersionCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ApplicationVersionDescriptionMessage, UpdateApplicationVersionMessage } from "../models/models_0"; import { de_UpdateApplicationVersionCommand, se_UpdateApplicationVersionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateConfigurationTemplateCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateConfigurationTemplateCommand.ts index 13f1ab124beb2..70ca7380cbfa2 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateConfigurationTemplateCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateConfigurationTemplateCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ConfigurationSettingsDescription, UpdateConfigurationTemplateMessage } from "../models/models_0"; import { de_UpdateConfigurationTemplateCommand, se_UpdateConfigurationTemplateCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateEnvironmentCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateEnvironmentCommand.ts index b82b981884f12..ecf152afcb24e 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { EnvironmentDescription, UpdateEnvironmentMessage } from "../models/models_0"; import { de_UpdateEnvironmentCommand, se_UpdateEnvironmentCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/UpdateTagsForResourceCommand.ts b/clients/client-elastic-beanstalk/src/commands/UpdateTagsForResourceCommand.ts index f0377f97cc8df..ab4ca9fc73e68 100644 --- a/clients/client-elastic-beanstalk/src/commands/UpdateTagsForResourceCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/UpdateTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateTagsForResourceMessage } from "../models/models_0"; import { de_UpdateTagsForResourceCommand, se_UpdateTagsForResourceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/commands/ValidateConfigurationSettingsCommand.ts b/clients/client-elastic-beanstalk/src/commands/ValidateConfigurationSettingsCommand.ts index 83b568d4ff92b..93f6ac88e5315 100644 --- a/clients/client-elastic-beanstalk/src/commands/ValidateConfigurationSettingsCommand.ts +++ b/clients/client-elastic-beanstalk/src/commands/ValidateConfigurationSettingsCommand.ts @@ -20,6 +20,10 @@ import { se_ValidateConfigurationSettingsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-beanstalk/src/index.ts b/clients/client-elastic-beanstalk/src/index.ts index f94f79e8a9138..94cb275de8f18 100644 --- a/clients/client-elastic-beanstalk/src/index.ts +++ b/clients/client-elastic-beanstalk/src/index.ts @@ -1,9 +1,27 @@ -export * from "./ElasticBeanstalk"; // smithy-typescript generated code +/* eslint-disable */ +/** + * AWS Elastic Beanstalk + *

AWS Elastic Beanstalk makes it easy for you to create, deploy, and manage scalable, + * fault-tolerant applications running on the Amazon Web Services cloud.

+ *

For more information about this product, go to the AWS Elastic Beanstalk details page. The location of the + * latest AWS Elastic Beanstalk WSDL is https://elasticbeanstalk.s3.amazonaws.com/doc/2010-12-01/AWSElasticBeanstalk.wsdl. + * To install the Software Development Kits (SDKs), Integrated Development Environment (IDE) + * Toolkits, and command line tools that enable you to access the API, go to Tools for Amazon Web Services.

+ *

+ * Endpoints + *

+ *

For a list of region-specific endpoints that AWS Elastic Beanstalk supports, go to + * Regions and Endpoints in the Amazon Web Services + * Glossary.

+ * + * @packageDocumentation + */ export * from "./ElasticBeanstalkClient"; +export * from "./ElasticBeanstalk"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { ElasticBeanstalkServiceException } from "./models/ElasticBeanstalkServiceException"; diff --git a/clients/client-elastic-beanstalk/src/models/ElasticBeanstalkServiceException.ts b/clients/client-elastic-beanstalk/src/models/ElasticBeanstalkServiceException.ts index 05fe0b4dfb82a..11265af06326b 100644 --- a/clients/client-elastic-beanstalk/src/models/ElasticBeanstalkServiceException.ts +++ b/clients/client-elastic-beanstalk/src/models/ElasticBeanstalkServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-elastic-inference/src/ElasticInferenceClient.ts b/clients/client-elastic-inference/src/ElasticInferenceClient.ts index 12b29b7448cb0..567d368d48f7f 100644 --- a/clients/client-elastic-inference/src/ElasticInferenceClient.ts +++ b/clients/client-elastic-inference/src/ElasticInferenceClient.ts @@ -77,6 +77,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -226,7 +228,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ElasticInferenceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ElasticInferenceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -245,7 +247,7 @@ export interface ElasticInferenceClientConfig extends ElasticInferenceClientConf /** * @public */ -type ElasticInferenceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ElasticInferenceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-elastic-inference/src/commands/DescribeAcceleratorOfferingsCommand.ts b/clients/client-elastic-inference/src/commands/DescribeAcceleratorOfferingsCommand.ts index ceefc40cbbe55..0a92fcd4aa739 100644 --- a/clients/client-elastic-inference/src/commands/DescribeAcceleratorOfferingsCommand.ts +++ b/clients/client-elastic-inference/src/commands/DescribeAcceleratorOfferingsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeAcceleratorOfferingsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-inference/src/commands/DescribeAcceleratorTypesCommand.ts b/clients/client-elastic-inference/src/commands/DescribeAcceleratorTypesCommand.ts index 87acaabaf3970..fef9b0f99a2de 100644 --- a/clients/client-elastic-inference/src/commands/DescribeAcceleratorTypesCommand.ts +++ b/clients/client-elastic-inference/src/commands/DescribeAcceleratorTypesCommand.ts @@ -17,6 +17,10 @@ import { ElasticInferenceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeAcceleratorTypesRequest, DescribeAcceleratorTypesResponse } from "../models/models_0"; import { de_DescribeAcceleratorTypesCommand, se_DescribeAcceleratorTypesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-inference/src/commands/DescribeAcceleratorsCommand.ts b/clients/client-elastic-inference/src/commands/DescribeAcceleratorsCommand.ts index e891158c38979..90cb7ead58dca 100644 --- a/clients/client-elastic-inference/src/commands/DescribeAcceleratorsCommand.ts +++ b/clients/client-elastic-inference/src/commands/DescribeAcceleratorsCommand.ts @@ -17,6 +17,10 @@ import { ElasticInferenceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeAcceleratorsRequest, DescribeAcceleratorsResponse } from "../models/models_0"; import { de_DescribeAcceleratorsCommand, se_DescribeAcceleratorsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-inference/src/commands/ListTagsForResourceCommand.ts b/clients/client-elastic-inference/src/commands/ListTagsForResourceCommand.ts index 123c755afdd67..a213c476e9a0c 100644 --- a/clients/client-elastic-inference/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-elastic-inference/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ElasticInferenceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-inference/src/commands/TagResourceCommand.ts b/clients/client-elastic-inference/src/commands/TagResourceCommand.ts index e172a449f80d8..0898e6e14a7f1 100644 --- a/clients/client-elastic-inference/src/commands/TagResourceCommand.ts +++ b/clients/client-elastic-inference/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { ElasticInferenceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { TagResourceRequest, TagResourceResult } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-inference/src/commands/UntagResourceCommand.ts b/clients/client-elastic-inference/src/commands/UntagResourceCommand.ts index d99ae2b095d73..10c8ffadb9784 100644 --- a/clients/client-elastic-inference/src/commands/UntagResourceCommand.ts +++ b/clients/client-elastic-inference/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { ElasticInferenceClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UntagResourceRequest, UntagResourceResult } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-inference/src/index.ts b/clients/client-elastic-inference/src/index.ts index 430bdac10bd37..57f9c5c745c20 100644 --- a/clients/client-elastic-inference/src/index.ts +++ b/clients/client-elastic-inference/src/index.ts @@ -1,8 +1,21 @@ -export * from "./ElasticInference"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

+ * Elastic Inference public APIs. + *

+ *

+ * February 15, 2023: Starting April 15, 2023, AWS will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. + * After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS, or Amazon EC2. + * However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service. + *

+ * + * @packageDocumentation + */ export * from "./ElasticInferenceClient"; +export * from "./ElasticInference"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ElasticInferenceServiceException } from "./models/ElasticInferenceServiceException"; diff --git a/clients/client-elastic-inference/src/models/ElasticInferenceServiceException.ts b/clients/client-elastic-inference/src/models/ElasticInferenceServiceException.ts index 783b1100dc461..115c80b6a4fd5 100644 --- a/clients/client-elastic-inference/src/models/ElasticInferenceServiceException.ts +++ b/clients/client-elastic-inference/src/models/ElasticInferenceServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/ElasticLoadBalancingV2Client.ts b/clients/client-elastic-load-balancing-v2/src/ElasticLoadBalancingV2Client.ts index 888cd52c968f7..47766d293f44d 100644 --- a/clients/client-elastic-load-balancing-v2/src/ElasticLoadBalancingV2Client.ts +++ b/clients/client-elastic-load-balancing-v2/src/ElasticLoadBalancingV2Client.ts @@ -129,6 +129,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -334,7 +336,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ElasticLoadBalancingV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ElasticLoadBalancingV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -353,7 +355,7 @@ export interface ElasticLoadBalancingV2ClientConfig extends ElasticLoadBalancing /** * @public */ -type ElasticLoadBalancingV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ElasticLoadBalancingV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-elastic-load-balancing-v2/src/commands/AddListenerCertificatesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/AddListenerCertificatesCommand.ts index a6bf667cb62bf..a4800a8991aaa 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/AddListenerCertificatesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/AddListenerCertificatesCommand.ts @@ -21,6 +21,10 @@ import { import { AddListenerCertificatesInput, AddListenerCertificatesOutput } from "../models/models_0"; import { de_AddListenerCertificatesCommand, se_AddListenerCertificatesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/AddTagsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/AddTagsCommand.ts index 09e126d27dc02..836fda02b54bb 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/AddTagsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/AddTagsCommand.ts @@ -21,6 +21,10 @@ import { import { AddTagsInput, AddTagsOutput } from "../models/models_0"; import { de_AddTagsCommand, se_AddTagsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/CreateListenerCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/CreateListenerCommand.ts index e2bd5eadf3496..669cd4dd7016f 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/CreateListenerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/CreateListenerCommand.ts @@ -21,6 +21,10 @@ import { import { CreateListenerInput, CreateListenerOutput } from "../models/models_0"; import { de_CreateListenerCommand, se_CreateListenerCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/CreateLoadBalancerCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/CreateLoadBalancerCommand.ts index ed7680252c6e5..8a31764c42542 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/CreateLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/CreateLoadBalancerCommand.ts @@ -21,6 +21,10 @@ import { import { CreateLoadBalancerInput, CreateLoadBalancerOutput } from "../models/models_0"; import { de_CreateLoadBalancerCommand, se_CreateLoadBalancerCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/CreateRuleCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/CreateRuleCommand.ts index 5d8f1376304a7..ba75be7e445ba 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/CreateRuleCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/CreateRuleCommand.ts @@ -21,6 +21,10 @@ import { import { CreateRuleInput, CreateRuleOutput } from "../models/models_0"; import { de_CreateRuleCommand, se_CreateRuleCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/CreateTargetGroupCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/CreateTargetGroupCommand.ts index bfec5d09aed6c..9b57e3ed0039c 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/CreateTargetGroupCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/CreateTargetGroupCommand.ts @@ -21,6 +21,10 @@ import { import { CreateTargetGroupInput, CreateTargetGroupOutput } from "../models/models_0"; import { de_CreateTargetGroupCommand, se_CreateTargetGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeleteListenerCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeleteListenerCommand.ts index 17f5d57bafb7c..2510c66de3766 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteListenerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteListenerCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteListenerInput, DeleteListenerOutput } from "../models/models_0"; import { de_DeleteListenerCommand, se_DeleteListenerCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeleteLoadBalancerCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeleteLoadBalancerCommand.ts index 56d5e4b303970..0fa9b664239cd 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteLoadBalancerCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteLoadBalancerInput, DeleteLoadBalancerOutput } from "../models/models_0"; import { de_DeleteLoadBalancerCommand, se_DeleteLoadBalancerCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeleteRuleCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeleteRuleCommand.ts index ba08ba44e5eed..c0f2503b83f37 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteRuleCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteRuleCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteRuleInput, DeleteRuleOutput } from "../models/models_0"; import { de_DeleteRuleCommand, se_DeleteRuleCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeleteTargetGroupCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeleteTargetGroupCommand.ts index a493c679054ea..fa842dced50db 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DeleteTargetGroupCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DeleteTargetGroupCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteTargetGroupInput, DeleteTargetGroupOutput } from "../models/models_0"; import { de_DeleteTargetGroupCommand, se_DeleteTargetGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DeregisterTargetsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DeregisterTargetsCommand.ts index 5b01b30bb5a8b..9bf65756481af 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DeregisterTargetsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DeregisterTargetsCommand.ts @@ -21,6 +21,10 @@ import { import { DeregisterTargetsInput, DeregisterTargetsOutput } from "../models/models_0"; import { de_DeregisterTargetsCommand, se_DeregisterTargetsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeAccountLimitsCommand.ts index 36673d3b32803..51ea7dd0ddc3d 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeAccountLimitsCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeAccountLimitsInput, DescribeAccountLimitsOutput } from "../models/models_0"; import { de_DescribeAccountLimitsCommand, se_DescribeAccountLimitsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerCertificatesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerCertificatesCommand.ts index 4c45fefa8d93c..674aa13245592 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerCertificatesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenerCertificatesCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeListenerCertificatesInput, DescribeListenerCertificatesOutput } from "../models/models_0"; import { de_DescribeListenerCertificatesCommand, se_DescribeListenerCertificatesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenersCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenersCommand.ts index d9461ad88f116..972ecf2b37dd6 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenersCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeListenersCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeListenersInput, DescribeListenersOutput } from "../models/models_0"; import { de_DescribeListenersCommand, se_DescribeListenersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancerAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancerAttributesCommand.ts index f0f1e88a617b4..40d3efabcf723 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancerAttributesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancerAttributesCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeLoadBalancerAttributesCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancersCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancersCommand.ts index 332299d5d37b6..cf0ab88e3615c 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancersCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeLoadBalancersCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeLoadBalancersInput, DescribeLoadBalancersOutput } from "../models/models_0"; import { de_DescribeLoadBalancersCommand, se_DescribeLoadBalancersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeRulesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeRulesCommand.ts index 2b96da3dfc712..95c40aff1bcda 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeRulesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeRulesCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeRulesInput, DescribeRulesOutput } from "../models/models_0"; import { de_DescribeRulesCommand, se_DescribeRulesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeSSLPoliciesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeSSLPoliciesCommand.ts index df3ef16f49d08..0aa56c469b826 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeSSLPoliciesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeSSLPoliciesCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeSSLPoliciesInput, DescribeSSLPoliciesOutput } from "../models/models_0"; import { de_DescribeSSLPoliciesCommand, se_DescribeSSLPoliciesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTagsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTagsCommand.ts index c0c5549c86bbb..07bb4612c9938 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTagsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTagsCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0"; import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupAttributesCommand.ts index e59fc74791fad..bbd99597fea18 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupAttributesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupAttributesCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeTargetGroupAttributesCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupsCommand.ts index 20bec58e72d40..6a73f2a8e234a 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetGroupsCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeTargetGroupsInput, DescribeTargetGroupsOutput } from "../models/models_0"; import { de_DescribeTargetGroupsCommand, se_DescribeTargetGroupsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetHealthCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetHealthCommand.ts index 7b750ff816c57..3b5715da4c370 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetHealthCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/DescribeTargetHealthCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeTargetHealthInput, DescribeTargetHealthOutput } from "../models/models_0"; import { de_DescribeTargetHealthCommand, se_DescribeTargetHealthCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerCommand.ts index 0ac925e51d02d..a804cf7e096c4 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyListenerCommand.ts @@ -21,6 +21,10 @@ import { import { ModifyListenerInput, ModifyListenerOutput } from "../models/models_0"; import { de_ModifyListenerCommand, se_ModifyListenerCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyLoadBalancerAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyLoadBalancerAttributesCommand.ts index 72cd1c26b407c..34e85b46833e1 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyLoadBalancerAttributesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyLoadBalancerAttributesCommand.ts @@ -21,6 +21,10 @@ import { import { ModifyLoadBalancerAttributesInput, ModifyLoadBalancerAttributesOutput } from "../models/models_0"; import { de_ModifyLoadBalancerAttributesCommand, se_ModifyLoadBalancerAttributesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyRuleCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyRuleCommand.ts index fb30cda8b8d02..2ba737713539c 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyRuleCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyRuleCommand.ts @@ -21,6 +21,10 @@ import { import { ModifyRuleInput, ModifyRuleOutput } from "../models/models_0"; import { de_ModifyRuleCommand, se_ModifyRuleCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupAttributesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupAttributesCommand.ts index c40e81d8a399e..437bb6d7ad76a 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupAttributesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupAttributesCommand.ts @@ -21,6 +21,10 @@ import { import { ModifyTargetGroupAttributesInput, ModifyTargetGroupAttributesOutput } from "../models/models_0"; import { de_ModifyTargetGroupAttributesCommand, se_ModifyTargetGroupAttributesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupCommand.ts index 83a2e26bf4dd8..a66e8ef04d22c 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/ModifyTargetGroupCommand.ts @@ -21,6 +21,10 @@ import { import { ModifyTargetGroupInput, ModifyTargetGroupOutput } from "../models/models_0"; import { de_ModifyTargetGroupCommand, se_ModifyTargetGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/RegisterTargetsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/RegisterTargetsCommand.ts index f8515ad0012e1..c2df08cf7732a 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/RegisterTargetsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/RegisterTargetsCommand.ts @@ -21,6 +21,10 @@ import { import { RegisterTargetsInput, RegisterTargetsOutput } from "../models/models_0"; import { de_RegisterTargetsCommand, se_RegisterTargetsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/RemoveListenerCertificatesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/RemoveListenerCertificatesCommand.ts index a6e5d058dd561..99b6ddfdb002e 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/RemoveListenerCertificatesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/RemoveListenerCertificatesCommand.ts @@ -21,6 +21,10 @@ import { import { RemoveListenerCertificatesInput, RemoveListenerCertificatesOutput } from "../models/models_0"; import { de_RemoveListenerCertificatesCommand, se_RemoveListenerCertificatesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/RemoveTagsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/RemoveTagsCommand.ts index 607eed6886c16..d205103f47582 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/RemoveTagsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/RemoveTagsCommand.ts @@ -21,6 +21,10 @@ import { import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0"; import { de_RemoveTagsCommand, se_RemoveTagsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/SetIpAddressTypeCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/SetIpAddressTypeCommand.ts index 26e1c9ea9cd62..8ed71b44c0881 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/SetIpAddressTypeCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/SetIpAddressTypeCommand.ts @@ -21,6 +21,10 @@ import { import { SetIpAddressTypeInput, SetIpAddressTypeOutput } from "../models/models_0"; import { de_SetIpAddressTypeCommand, se_SetIpAddressTypeCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/SetRulePrioritiesCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/SetRulePrioritiesCommand.ts index 73bc46e683c56..06e4d81dd7bc1 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/SetRulePrioritiesCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/SetRulePrioritiesCommand.ts @@ -21,6 +21,10 @@ import { import { SetRulePrioritiesInput, SetRulePrioritiesOutput } from "../models/models_0"; import { de_SetRulePrioritiesCommand, se_SetRulePrioritiesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/SetSecurityGroupsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/SetSecurityGroupsCommand.ts index 9ab4086163891..10b5e420d33d5 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/SetSecurityGroupsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/SetSecurityGroupsCommand.ts @@ -21,6 +21,10 @@ import { import { SetSecurityGroupsInput, SetSecurityGroupsOutput } from "../models/models_0"; import { de_SetSecurityGroupsCommand, se_SetSecurityGroupsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/commands/SetSubnetsCommand.ts b/clients/client-elastic-load-balancing-v2/src/commands/SetSubnetsCommand.ts index 8c6d42d90295a..9aed3a9c03b73 100644 --- a/clients/client-elastic-load-balancing-v2/src/commands/SetSubnetsCommand.ts +++ b/clients/client-elastic-load-balancing-v2/src/commands/SetSubnetsCommand.ts @@ -21,6 +21,10 @@ import { import { SetSubnetsInput, SetSubnetsOutput } from "../models/models_0"; import { de_SetSubnetsCommand, se_SetSubnetsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing-v2/src/index.ts b/clients/client-elastic-load-balancing-v2/src/index.ts index 70b5bd9b8f28f..b062ecaad119d 100644 --- a/clients/client-elastic-load-balancing-v2/src/index.ts +++ b/clients/client-elastic-load-balancing-v2/src/index.ts @@ -1,9 +1,43 @@ -export * from "./ElasticLoadBalancingV2"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Elastic Load Balancing + *

A load balancer distributes incoming traffic across targets, such as your EC2 instances. + * This enables you to increase the availability of your application. The load balancer also + * monitors the health of its registered targets and ensures that it routes traffic only to + * healthy targets. You configure your load balancer to accept incoming traffic by specifying one + * or more listeners, which are configured with a protocol and port number for connections from + * clients to the load balancer. You configure a target group with a protocol and port number for + * connections from the load balancer to the targets, and with health check settings to be used + * when checking the health status of the targets.

+ *

Elastic Load Balancing supports the following types of load balancers: Application Load + * Balancers, Network Load Balancers, Gateway Load Balancers, and Classic Load Balancers. This + * reference covers the following load balancer types:

+ *
    + *
  • + *

    Application Load Balancer - Operates at the application layer (layer 7) and supports + * HTTP and HTTPS.

    + *
  • + *
  • + *

    Network Load Balancer - Operates at the transport layer (layer 4) and supports TCP, + * TLS, and UDP.

    + *
  • + *
  • + *

    Gateway Load Balancer - Operates at the network layer (layer 3).

    + *
  • + *
+ *

For more information, see the Elastic Load Balancing User + * Guide.

+ *

All Elastic Load Balancing operations are idempotent, which means that they complete at + * most one time. If you repeat an operation, it succeeds.

+ * + * @packageDocumentation + */ export * from "./ElasticLoadBalancingV2Client"; +export * from "./ElasticLoadBalancingV2"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { ElasticLoadBalancingV2ServiceException } from "./models/ElasticLoadBalancingV2ServiceException"; diff --git a/clients/client-elastic-load-balancing-v2/src/models/ElasticLoadBalancingV2ServiceException.ts b/clients/client-elastic-load-balancing-v2/src/models/ElasticLoadBalancingV2ServiceException.ts index be40575bd6881..0bba569a5bf0d 100644 --- a/clients/client-elastic-load-balancing-v2/src/models/ElasticLoadBalancingV2ServiceException.ts +++ b/clients/client-elastic-load-balancing-v2/src/models/ElasticLoadBalancingV2ServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-elastic-load-balancing/src/ElasticLoadBalancingClient.ts b/clients/client-elastic-load-balancing/src/ElasticLoadBalancingClient.ts index cd0b9d47a9d60..9930a53efe17d 100644 --- a/clients/client-elastic-load-balancing/src/ElasticLoadBalancingClient.ts +++ b/clients/client-elastic-load-balancing/src/ElasticLoadBalancingClient.ts @@ -160,6 +160,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -355,7 +357,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ElasticLoadBalancingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ElasticLoadBalancingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -374,7 +376,7 @@ export interface ElasticLoadBalancingClientConfig extends ElasticLoadBalancingCl /** * @public */ -type ElasticLoadBalancingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ElasticLoadBalancingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-elastic-load-balancing/src/commands/AddTagsCommand.ts b/clients/client-elastic-load-balancing/src/commands/AddTagsCommand.ts index 688290a5ee5e5..43c77fbd9f51c 100644 --- a/clients/client-elastic-load-balancing/src/commands/AddTagsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/AddTagsCommand.ts @@ -21,6 +21,10 @@ import { import { AddTagsInput, AddTagsOutput } from "../models/models_0"; import { de_AddTagsCommand, se_AddTagsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts index cbaa171ee2e00..db9110088029b 100644 --- a/clients/client-elastic-load-balancing/src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/ApplySecurityGroupsToLoadBalancerCommand.ts @@ -24,6 +24,10 @@ import { se_ApplySecurityGroupsToLoadBalancerCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/AttachLoadBalancerToSubnetsCommand.ts b/clients/client-elastic-load-balancing/src/commands/AttachLoadBalancerToSubnetsCommand.ts index 7b40b08b742af..af18245b322bc 100644 --- a/clients/client-elastic-load-balancing/src/commands/AttachLoadBalancerToSubnetsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/AttachLoadBalancerToSubnetsCommand.ts @@ -21,6 +21,10 @@ import { import { AttachLoadBalancerToSubnetsInput, AttachLoadBalancerToSubnetsOutput } from "../models/models_0"; import { de_AttachLoadBalancerToSubnetsCommand, se_AttachLoadBalancerToSubnetsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/ConfigureHealthCheckCommand.ts b/clients/client-elastic-load-balancing/src/commands/ConfigureHealthCheckCommand.ts index e3d9572de6edc..61fb396d12d4d 100644 --- a/clients/client-elastic-load-balancing/src/commands/ConfigureHealthCheckCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/ConfigureHealthCheckCommand.ts @@ -21,6 +21,10 @@ import { import { ConfigureHealthCheckInput, ConfigureHealthCheckOutput } from "../models/models_0"; import { de_ConfigureHealthCheckCommand, se_ConfigureHealthCheckCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/CreateAppCookieStickinessPolicyCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateAppCookieStickinessPolicyCommand.ts index 7a1873c681945..1d29fe1c32fb1 100644 --- a/clients/client-elastic-load-balancing/src/commands/CreateAppCookieStickinessPolicyCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/CreateAppCookieStickinessPolicyCommand.ts @@ -24,6 +24,10 @@ import { se_CreateAppCookieStickinessPolicyCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/CreateLBCookieStickinessPolicyCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateLBCookieStickinessPolicyCommand.ts index 83fa697fc2785..6e554b2883a81 100644 --- a/clients/client-elastic-load-balancing/src/commands/CreateLBCookieStickinessPolicyCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/CreateLBCookieStickinessPolicyCommand.ts @@ -24,6 +24,10 @@ import { se_CreateLBCookieStickinessPolicyCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerCommand.ts index 950fec3f7b137..5043bf5d97102 100644 --- a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerCommand.ts @@ -21,6 +21,10 @@ import { import { CreateAccessPointInput, CreateAccessPointOutput } from "../models/models_0"; import { de_CreateLoadBalancerCommand, se_CreateLoadBalancerCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerListenersCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerListenersCommand.ts index 68bec0d93fbbe..828d5a8db1f85 100644 --- a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerListenersCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerListenersCommand.ts @@ -21,6 +21,10 @@ import { import { CreateLoadBalancerListenerInput, CreateLoadBalancerListenerOutput } from "../models/models_0"; import { de_CreateLoadBalancerListenersCommand, se_CreateLoadBalancerListenersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerPolicyCommand.ts b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerPolicyCommand.ts index 0e1993994783f..2823d0824f171 100644 --- a/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerPolicyCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/CreateLoadBalancerPolicyCommand.ts @@ -21,6 +21,10 @@ import { import { CreateLoadBalancerPolicyInput, CreateLoadBalancerPolicyOutput } from "../models/models_0"; import { de_CreateLoadBalancerPolicyCommand, se_CreateLoadBalancerPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerCommand.ts index 4ed4f441583db..f94b383a2fc3b 100644 --- a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteAccessPointInput, DeleteAccessPointOutput } from "../models/models_0"; import { de_DeleteLoadBalancerCommand, se_DeleteLoadBalancerCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerListenersCommand.ts b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerListenersCommand.ts index 824bc672c90c4..9466f0b37f4fc 100644 --- a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerListenersCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerListenersCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteLoadBalancerListenerInput, DeleteLoadBalancerListenerOutput } from "../models/models_0"; import { de_DeleteLoadBalancerListenersCommand, se_DeleteLoadBalancerListenersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerPolicyCommand.ts b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerPolicyCommand.ts index 0cf3a1b79f989..3de0af606efb5 100644 --- a/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerPolicyCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DeleteLoadBalancerPolicyCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteLoadBalancerPolicyInput, DeleteLoadBalancerPolicyOutput } from "../models/models_0"; import { de_DeleteLoadBalancerPolicyCommand, se_DeleteLoadBalancerPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/DeregisterInstancesFromLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/DeregisterInstancesFromLoadBalancerCommand.ts index 0ffe3f177e373..5f8d9abeb42cf 100644 --- a/clients/client-elastic-load-balancing/src/commands/DeregisterInstancesFromLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DeregisterInstancesFromLoadBalancerCommand.ts @@ -24,6 +24,10 @@ import { se_DeregisterInstancesFromLoadBalancerCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeAccountLimitsCommand.ts index a992da6845a89..58af874054b46 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeAccountLimitsCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeAccountLimitsInput, DescribeAccountLimitsOutput } from "../models/models_0"; import { de_DescribeAccountLimitsCommand, se_DescribeAccountLimitsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeInstanceHealthCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeInstanceHealthCommand.ts index 11a279a651f16..91ceff46bddc1 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeInstanceHealthCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeInstanceHealthCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeEndPointStateInput, DescribeEndPointStateOutput } from "../models/models_0"; import { de_DescribeInstanceHealthCommand, se_DescribeInstanceHealthCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerAttributesCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerAttributesCommand.ts index 4d905f93d0055..f5c5d1d772291 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerAttributesCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerAttributesCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeLoadBalancerAttributesCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPoliciesCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPoliciesCommand.ts index 62a17b2e002f4..2ca4f68c0b26a 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPoliciesCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPoliciesCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeLoadBalancerPoliciesInput, DescribeLoadBalancerPoliciesOutput } from "../models/models_0"; import { de_DescribeLoadBalancerPoliciesCommand, se_DescribeLoadBalancerPoliciesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPolicyTypesCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPolicyTypesCommand.ts index 6ee486c642855..6b4f10759891f 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPolicyTypesCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancerPolicyTypesCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeLoadBalancerPolicyTypesCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancersCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancersCommand.ts index ea33ed19f22c6..94f04cde2c2cc 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancersCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeLoadBalancersCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeAccessPointsInput, DescribeAccessPointsOutput } from "../models/models_0"; import { de_DescribeLoadBalancersCommand, se_DescribeLoadBalancersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/DescribeTagsCommand.ts b/clients/client-elastic-load-balancing/src/commands/DescribeTagsCommand.ts index 43181109bab50..3b96f6c340337 100644 --- a/clients/client-elastic-load-balancing/src/commands/DescribeTagsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DescribeTagsCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0"; import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/DetachLoadBalancerFromSubnetsCommand.ts b/clients/client-elastic-load-balancing/src/commands/DetachLoadBalancerFromSubnetsCommand.ts index 84c875f3ffd80..eab3eb9fa9cfe 100644 --- a/clients/client-elastic-load-balancing/src/commands/DetachLoadBalancerFromSubnetsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DetachLoadBalancerFromSubnetsCommand.ts @@ -24,6 +24,10 @@ import { se_DetachLoadBalancerFromSubnetsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts index ae6b5ee949f09..8c6fce7973058 100644 --- a/clients/client-elastic-load-balancing/src/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/DisableAvailabilityZonesForLoadBalancerCommand.ts @@ -24,6 +24,10 @@ import { se_DisableAvailabilityZonesForLoadBalancerCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts index edfd841eaa785..118192b67997f 100644 --- a/clients/client-elastic-load-balancing/src/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/EnableAvailabilityZonesForLoadBalancerCommand.ts @@ -24,6 +24,10 @@ import { se_EnableAvailabilityZonesForLoadBalancerCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/ModifyLoadBalancerAttributesCommand.ts b/clients/client-elastic-load-balancing/src/commands/ModifyLoadBalancerAttributesCommand.ts index 22ed28cfb8db9..9715191810f39 100644 --- a/clients/client-elastic-load-balancing/src/commands/ModifyLoadBalancerAttributesCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/ModifyLoadBalancerAttributesCommand.ts @@ -21,6 +21,10 @@ import { import { ModifyLoadBalancerAttributesInput, ModifyLoadBalancerAttributesOutput } from "../models/models_0"; import { de_ModifyLoadBalancerAttributesCommand, se_ModifyLoadBalancerAttributesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/RegisterInstancesWithLoadBalancerCommand.ts b/clients/client-elastic-load-balancing/src/commands/RegisterInstancesWithLoadBalancerCommand.ts index bf0dff0596775..6e4ce6e9ac243 100644 --- a/clients/client-elastic-load-balancing/src/commands/RegisterInstancesWithLoadBalancerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/RegisterInstancesWithLoadBalancerCommand.ts @@ -24,6 +24,10 @@ import { se_RegisterInstancesWithLoadBalancerCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/RemoveTagsCommand.ts b/clients/client-elastic-load-balancing/src/commands/RemoveTagsCommand.ts index b5bf29885b8b2..b38fa6f2fc1db 100644 --- a/clients/client-elastic-load-balancing/src/commands/RemoveTagsCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/RemoveTagsCommand.ts @@ -21,6 +21,10 @@ import { import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0"; import { de_RemoveTagsCommand, se_RemoveTagsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerListenerSSLCertificateCommand.ts b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerListenerSSLCertificateCommand.ts index ea398a72035c4..68646a9514c67 100644 --- a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerListenerSSLCertificateCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerListenerSSLCertificateCommand.ts @@ -27,6 +27,10 @@ import { se_SetLoadBalancerListenerSSLCertificateCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts index 393b4e7f2fc5c..6cd93413addc4 100644 --- a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesForBackendServerCommand.ts @@ -27,6 +27,10 @@ import { se_SetLoadBalancerPoliciesForBackendServerCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts index 38cb5c94f9367..3c8bbb368b679 100644 --- a/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts +++ b/clients/client-elastic-load-balancing/src/commands/SetLoadBalancerPoliciesOfListenerCommand.ts @@ -24,6 +24,10 @@ import { se_SetLoadBalancerPoliciesOfListenerCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-load-balancing/src/index.ts b/clients/client-elastic-load-balancing/src/index.ts index 8b310f275bce1..d066c3a149cb6 100644 --- a/clients/client-elastic-load-balancing/src/index.ts +++ b/clients/client-elastic-load-balancing/src/index.ts @@ -1,9 +1,35 @@ -export * from "./ElasticLoadBalancing"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Elastic Load Balancing + * + *

A load balancer can distribute incoming traffic across your EC2 instances. + * This enables you to increase the availability of your application. The load balancer + * also monitors the health of its registered instances and ensures that it routes traffic + * only to healthy instances. You configure your load balancer to accept incoming traffic + * by specifying one or more listeners, which are configured with a protocol and port + * number for connections from clients to the load balancer and a protocol and port number + * for connections from the load balancer to the instances.

+ *

Elastic Load Balancing supports three types of load balancers: Application Load Balancers, Network Load Balancers, + * and Classic Load Balancers. You can select a load balancer based on your application needs. For more + * information, see the Elastic Load Balancing User Guide.

+ *

This reference covers the 2012-06-01 API, which supports Classic Load Balancers. + * The 2015-12-01 API supports Application Load Balancers and Network Load Balancers.

+ * + *

To get started, create a load balancer with one or more listeners using CreateLoadBalancer. + * Register your instances with the load balancer using RegisterInstancesWithLoadBalancer.

+ * + *

All Elastic Load Balancing operations are idempotent, which means + * that they complete at most one time. If you repeat an operation, it succeeds with a 200 OK + * response code.

+ * + * @packageDocumentation + */ export * from "./ElasticLoadBalancingClient"; +export * from "./ElasticLoadBalancing"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { ElasticLoadBalancingServiceException } from "./models/ElasticLoadBalancingServiceException"; diff --git a/clients/client-elastic-load-balancing/src/models/ElasticLoadBalancingServiceException.ts b/clients/client-elastic-load-balancing/src/models/ElasticLoadBalancingServiceException.ts index 9eea5a3805f14..40a4cfe75bd08 100644 --- a/clients/client-elastic-load-balancing/src/models/ElasticLoadBalancingServiceException.ts +++ b/clients/client-elastic-load-balancing/src/models/ElasticLoadBalancingServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-elastic-transcoder/src/ElasticTranscoderClient.ts b/clients/client-elastic-transcoder/src/ElasticTranscoderClient.ts index 94013737d4719..43c62f1c4c3b1 100644 --- a/clients/client-elastic-transcoder/src/ElasticTranscoderClient.ts +++ b/clients/client-elastic-transcoder/src/ElasticTranscoderClient.ts @@ -82,6 +82,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -253,7 +255,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ElasticTranscoderClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ElasticTranscoderClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -272,7 +274,7 @@ export interface ElasticTranscoderClientConfig extends ElasticTranscoderClientCo /** * @public */ -type ElasticTranscoderClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ElasticTranscoderClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-elastic-transcoder/src/commands/CancelJobCommand.ts b/clients/client-elastic-transcoder/src/commands/CancelJobCommand.ts index c01022ce1b5b5..7a49a0d77887c 100644 --- a/clients/client-elastic-transcoder/src/commands/CancelJobCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/CancelJobCommand.ts @@ -21,6 +21,10 @@ import { import { CancelJobRequest, CancelJobResponse } from "../models/models_0"; import { de_CancelJobCommand, se_CancelJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-transcoder/src/commands/CreateJobCommand.ts b/clients/client-elastic-transcoder/src/commands/CreateJobCommand.ts index 7df0967ae38e9..79b2de6dce818 100644 --- a/clients/client-elastic-transcoder/src/commands/CreateJobCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/CreateJobCommand.ts @@ -21,6 +21,10 @@ import { import { CreateJobRequest, CreateJobResponse } from "../models/models_0"; import { de_CreateJobCommand, se_CreateJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-transcoder/src/commands/CreatePipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/CreatePipelineCommand.ts index 7ba88f327aefd..b4faffc572b9d 100644 --- a/clients/client-elastic-transcoder/src/commands/CreatePipelineCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/CreatePipelineCommand.ts @@ -21,6 +21,10 @@ import { import { CreatePipelineRequest, CreatePipelineResponse } from "../models/models_0"; import { de_CreatePipelineCommand, se_CreatePipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-transcoder/src/commands/CreatePresetCommand.ts b/clients/client-elastic-transcoder/src/commands/CreatePresetCommand.ts index cea8735f0f175..c3047a82422cb 100644 --- a/clients/client-elastic-transcoder/src/commands/CreatePresetCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/CreatePresetCommand.ts @@ -21,6 +21,10 @@ import { import { CreatePresetRequest, CreatePresetResponse } from "../models/models_0"; import { de_CreatePresetCommand, se_CreatePresetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-transcoder/src/commands/DeletePipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/DeletePipelineCommand.ts index e4367f21f08a9..78c52c2317c77 100644 --- a/clients/client-elastic-transcoder/src/commands/DeletePipelineCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/DeletePipelineCommand.ts @@ -21,6 +21,10 @@ import { import { DeletePipelineRequest, DeletePipelineResponse } from "../models/models_0"; import { de_DeletePipelineCommand, se_DeletePipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-transcoder/src/commands/DeletePresetCommand.ts b/clients/client-elastic-transcoder/src/commands/DeletePresetCommand.ts index d56b930b32310..29df4b19dff79 100644 --- a/clients/client-elastic-transcoder/src/commands/DeletePresetCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/DeletePresetCommand.ts @@ -21,6 +21,10 @@ import { import { DeletePresetRequest, DeletePresetResponse } from "../models/models_0"; import { de_DeletePresetCommand, se_DeletePresetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-transcoder/src/commands/ListJobsByPipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/ListJobsByPipelineCommand.ts index c2f3095632f16..39e2b384e7756 100644 --- a/clients/client-elastic-transcoder/src/commands/ListJobsByPipelineCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ListJobsByPipelineCommand.ts @@ -21,6 +21,10 @@ import { import { ListJobsByPipelineRequest, ListJobsByPipelineResponse } from "../models/models_0"; import { de_ListJobsByPipelineCommand, se_ListJobsByPipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-transcoder/src/commands/ListJobsByStatusCommand.ts b/clients/client-elastic-transcoder/src/commands/ListJobsByStatusCommand.ts index acd288eb85072..9faab61043be3 100644 --- a/clients/client-elastic-transcoder/src/commands/ListJobsByStatusCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ListJobsByStatusCommand.ts @@ -21,6 +21,10 @@ import { import { ListJobsByStatusRequest, ListJobsByStatusResponse } from "../models/models_0"; import { de_ListJobsByStatusCommand, se_ListJobsByStatusCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-transcoder/src/commands/ListPipelinesCommand.ts b/clients/client-elastic-transcoder/src/commands/ListPipelinesCommand.ts index 5d69d16e59260..da3dcb0d302df 100644 --- a/clients/client-elastic-transcoder/src/commands/ListPipelinesCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ListPipelinesCommand.ts @@ -21,6 +21,10 @@ import { import { ListPipelinesRequest, ListPipelinesResponse } from "../models/models_0"; import { de_ListPipelinesCommand, se_ListPipelinesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-transcoder/src/commands/ListPresetsCommand.ts b/clients/client-elastic-transcoder/src/commands/ListPresetsCommand.ts index d46c79c5e56ec..fac0bc8c01b3e 100644 --- a/clients/client-elastic-transcoder/src/commands/ListPresetsCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ListPresetsCommand.ts @@ -21,6 +21,10 @@ import { import { ListPresetsRequest, ListPresetsResponse } from "../models/models_0"; import { de_ListPresetsCommand, se_ListPresetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-transcoder/src/commands/ReadJobCommand.ts b/clients/client-elastic-transcoder/src/commands/ReadJobCommand.ts index 18153decefebc..639977d0f8c29 100644 --- a/clients/client-elastic-transcoder/src/commands/ReadJobCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ReadJobCommand.ts @@ -21,6 +21,10 @@ import { import { ReadJobRequest, ReadJobResponse } from "../models/models_0"; import { de_ReadJobCommand, se_ReadJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-transcoder/src/commands/ReadPipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/ReadPipelineCommand.ts index 4a008e2e6a5e4..15f7d5687e55e 100644 --- a/clients/client-elastic-transcoder/src/commands/ReadPipelineCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ReadPipelineCommand.ts @@ -21,6 +21,10 @@ import { import { ReadPipelineRequest, ReadPipelineResponse } from "../models/models_0"; import { de_ReadPipelineCommand, se_ReadPipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-transcoder/src/commands/ReadPresetCommand.ts b/clients/client-elastic-transcoder/src/commands/ReadPresetCommand.ts index bd189002be33b..74dadb4aeccd9 100644 --- a/clients/client-elastic-transcoder/src/commands/ReadPresetCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/ReadPresetCommand.ts @@ -21,6 +21,10 @@ import { import { ReadPresetRequest, ReadPresetResponse } from "../models/models_0"; import { de_ReadPresetCommand, se_ReadPresetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts b/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts index f9d7166548a91..ff961fc727774 100644 --- a/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/TestRoleCommand.ts @@ -21,6 +21,10 @@ import { import { TestRoleRequest, TestRoleResponse } from "../models/models_0"; import { de_TestRoleCommand, se_TestRoleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-transcoder/src/commands/UpdatePipelineCommand.ts b/clients/client-elastic-transcoder/src/commands/UpdatePipelineCommand.ts index 7028af49c6577..696c371d0256c 100644 --- a/clients/client-elastic-transcoder/src/commands/UpdatePipelineCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/UpdatePipelineCommand.ts @@ -21,6 +21,10 @@ import { import { UpdatePipelineRequest, UpdatePipelineResponse } from "../models/models_0"; import { de_UpdatePipelineCommand, se_UpdatePipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-transcoder/src/commands/UpdatePipelineNotificationsCommand.ts b/clients/client-elastic-transcoder/src/commands/UpdatePipelineNotificationsCommand.ts index 48882d0a4c78e..806d095566e14 100644 --- a/clients/client-elastic-transcoder/src/commands/UpdatePipelineNotificationsCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/UpdatePipelineNotificationsCommand.ts @@ -24,6 +24,10 @@ import { se_UpdatePipelineNotificationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-transcoder/src/commands/UpdatePipelineStatusCommand.ts b/clients/client-elastic-transcoder/src/commands/UpdatePipelineStatusCommand.ts index a48d8545affc3..ad1e0911e60bf 100644 --- a/clients/client-elastic-transcoder/src/commands/UpdatePipelineStatusCommand.ts +++ b/clients/client-elastic-transcoder/src/commands/UpdatePipelineStatusCommand.ts @@ -21,6 +21,10 @@ import { import { UpdatePipelineStatusRequest, UpdatePipelineStatusResponse } from "../models/models_0"; import { de_UpdatePipelineStatusCommand, se_UpdatePipelineStatusCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elastic-transcoder/src/index.ts b/clients/client-elastic-transcoder/src/index.ts index 63d81d7b4f69a..215ce332d7f03 100644 --- a/clients/client-elastic-transcoder/src/index.ts +++ b/clients/client-elastic-transcoder/src/index.ts @@ -1,9 +1,16 @@ -export * from "./ElasticTranscoder"; // smithy-typescript generated code +/* eslint-disable */ +/** + * AWS Elastic Transcoder Service + *

The AWS Elastic Transcoder Service.

+ * + * @packageDocumentation + */ export * from "./ElasticTranscoderClient"; +export * from "./ElasticTranscoder"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { ElasticTranscoderServiceException } from "./models/ElasticTranscoderServiceException"; diff --git a/clients/client-elastic-transcoder/src/models/ElasticTranscoderServiceException.ts b/clients/client-elastic-transcoder/src/models/ElasticTranscoderServiceException.ts index b2ef8fb5f9fd2..3aa2126998bf0 100644 --- a/clients/client-elastic-transcoder/src/models/ElasticTranscoderServiceException.ts +++ b/clients/client-elastic-transcoder/src/models/ElasticTranscoderServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-elasticache/src/ElastiCacheClient.ts b/clients/client-elasticache/src/ElastiCacheClient.ts index 0c97e36b34432..90ad4a0d34977 100644 --- a/clients/client-elasticache/src/ElastiCacheClient.ts +++ b/clients/client-elasticache/src/ElastiCacheClient.ts @@ -256,6 +256,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -523,7 +525,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ElastiCacheClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ElastiCacheClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -542,7 +544,7 @@ export interface ElastiCacheClientConfig extends ElastiCacheClientConfigType {} /** * @public */ -type ElastiCacheClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ElastiCacheClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-elasticache/src/commands/AddTagsToResourceCommand.ts b/clients/client-elasticache/src/commands/AddTagsToResourceCommand.ts index 1c180b6689cac..beedecd96f38e 100644 --- a/clients/client-elasticache/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-elasticache/src/commands/AddTagsToResourceCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { AddTagsToResourceMessage, TagListMessage } from "../models/models_0"; import { de_AddTagsToResourceCommand, se_AddTagsToResourceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/AuthorizeCacheSecurityGroupIngressCommand.ts b/clients/client-elasticache/src/commands/AuthorizeCacheSecurityGroupIngressCommand.ts index 7c699334eb003..d0fb362d13c0d 100644 --- a/clients/client-elasticache/src/commands/AuthorizeCacheSecurityGroupIngressCommand.ts +++ b/clients/client-elasticache/src/commands/AuthorizeCacheSecurityGroupIngressCommand.ts @@ -23,6 +23,10 @@ import { se_AuthorizeCacheSecurityGroupIngressCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/BatchApplyUpdateActionCommand.ts b/clients/client-elasticache/src/commands/BatchApplyUpdateActionCommand.ts index 9b53f0c5dc94c..1663420b4cfa3 100644 --- a/clients/client-elasticache/src/commands/BatchApplyUpdateActionCommand.ts +++ b/clients/client-elasticache/src/commands/BatchApplyUpdateActionCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { BatchApplyUpdateActionMessage, UpdateActionResultsMessage } from "../models/models_0"; import { de_BatchApplyUpdateActionCommand, se_BatchApplyUpdateActionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/BatchStopUpdateActionCommand.ts b/clients/client-elasticache/src/commands/BatchStopUpdateActionCommand.ts index f866f403be4b9..150bae4880a43 100644 --- a/clients/client-elasticache/src/commands/BatchStopUpdateActionCommand.ts +++ b/clients/client-elasticache/src/commands/BatchStopUpdateActionCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { BatchStopUpdateActionMessage, UpdateActionResultsMessage } from "../models/models_0"; import { de_BatchStopUpdateActionCommand, se_BatchStopUpdateActionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/CompleteMigrationCommand.ts b/clients/client-elasticache/src/commands/CompleteMigrationCommand.ts index 56a98ac95dcd0..12865a962dd89 100644 --- a/clients/client-elasticache/src/commands/CompleteMigrationCommand.ts +++ b/clients/client-elasticache/src/commands/CompleteMigrationCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CompleteMigrationMessage, CompleteMigrationResponse } from "../models/models_0"; import { de_CompleteMigrationCommand, se_CompleteMigrationCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/CopySnapshotCommand.ts b/clients/client-elasticache/src/commands/CopySnapshotCommand.ts index a770294543747..e5f7d1407f9e6 100644 --- a/clients/client-elasticache/src/commands/CopySnapshotCommand.ts +++ b/clients/client-elasticache/src/commands/CopySnapshotCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CopySnapshotMessage, CopySnapshotResult } from "../models/models_0"; import { de_CopySnapshotCommand, se_CopySnapshotCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/CreateCacheClusterCommand.ts b/clients/client-elasticache/src/commands/CreateCacheClusterCommand.ts index a61eda9c6e275..bfb516e5f9bca 100644 --- a/clients/client-elasticache/src/commands/CreateCacheClusterCommand.ts +++ b/clients/client-elasticache/src/commands/CreateCacheClusterCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateCacheClusterMessage, CreateCacheClusterResult } from "../models/models_0"; import { de_CreateCacheClusterCommand, se_CreateCacheClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/CreateCacheParameterGroupCommand.ts b/clients/client-elasticache/src/commands/CreateCacheParameterGroupCommand.ts index 9d238048b014b..f332c2d698ed8 100644 --- a/clients/client-elasticache/src/commands/CreateCacheParameterGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateCacheParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateCacheParameterGroupMessage, CreateCacheParameterGroupResult } from "../models/models_0"; import { de_CreateCacheParameterGroupCommand, se_CreateCacheParameterGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/CreateCacheSecurityGroupCommand.ts b/clients/client-elasticache/src/commands/CreateCacheSecurityGroupCommand.ts index 74e7e61a49be2..5b6bee1d79eb4 100644 --- a/clients/client-elasticache/src/commands/CreateCacheSecurityGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateCacheSecurityGroupCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateCacheSecurityGroupMessage, CreateCacheSecurityGroupResult } from "../models/models_0"; import { de_CreateCacheSecurityGroupCommand, se_CreateCacheSecurityGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/CreateCacheSubnetGroupCommand.ts b/clients/client-elasticache/src/commands/CreateCacheSubnetGroupCommand.ts index aa3ede7b691a1..5e7025d4d1e17 100644 --- a/clients/client-elasticache/src/commands/CreateCacheSubnetGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateCacheSubnetGroupCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateCacheSubnetGroupMessage, CreateCacheSubnetGroupResult } from "../models/models_0"; import { de_CreateCacheSubnetGroupCommand, se_CreateCacheSubnetGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/CreateGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/CreateGlobalReplicationGroupCommand.ts index a47bdeab4f932..2f2b97d6e0dbc 100644 --- a/clients/client-elasticache/src/commands/CreateGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateGlobalReplicationGroupCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateGlobalReplicationGroupMessage, CreateGlobalReplicationGroupResult } from "../models/models_0"; import { de_CreateGlobalReplicationGroupCommand, se_CreateGlobalReplicationGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/CreateReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/CreateReplicationGroupCommand.ts index ed31f07b6492d..3fc4e8090338a 100644 --- a/clients/client-elasticache/src/commands/CreateReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateReplicationGroupCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateReplicationGroupMessage, CreateReplicationGroupResult } from "../models/models_0"; import { de_CreateReplicationGroupCommand, se_CreateReplicationGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/CreateSnapshotCommand.ts b/clients/client-elasticache/src/commands/CreateSnapshotCommand.ts index 06b138d435760..a0dc083543f18 100644 --- a/clients/client-elasticache/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-elasticache/src/commands/CreateSnapshotCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateSnapshotMessage, CreateSnapshotResult } from "../models/models_0"; import { de_CreateSnapshotCommand, se_CreateSnapshotCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/CreateUserCommand.ts b/clients/client-elasticache/src/commands/CreateUserCommand.ts index 0a0beba94f5ee..2bd86c917174f 100644 --- a/clients/client-elasticache/src/commands/CreateUserCommand.ts +++ b/clients/client-elasticache/src/commands/CreateUserCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateUserMessage, User } from "../models/models_0"; import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/CreateUserGroupCommand.ts b/clients/client-elasticache/src/commands/CreateUserGroupCommand.ts index bfba393779f22..d534c39605b49 100644 --- a/clients/client-elasticache/src/commands/CreateUserGroupCommand.ts +++ b/clients/client-elasticache/src/commands/CreateUserGroupCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateUserGroupMessage, UserGroup } from "../models/models_0"; import { de_CreateUserGroupCommand, se_CreateUserGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts index d046b08b5ebee..dec73822df2e7 100644 --- a/clients/client-elasticache/src/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.ts @@ -23,6 +23,10 @@ import { se_DecreaseNodeGroupsInGlobalReplicationGroupCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DecreaseReplicaCountCommand.ts b/clients/client-elasticache/src/commands/DecreaseReplicaCountCommand.ts index 592c49ef914c6..f790b74c37d99 100644 --- a/clients/client-elasticache/src/commands/DecreaseReplicaCountCommand.ts +++ b/clients/client-elasticache/src/commands/DecreaseReplicaCountCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DecreaseReplicaCountMessage, DecreaseReplicaCountResult } from "../models/models_0"; import { de_DecreaseReplicaCountCommand, se_DecreaseReplicaCountCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DeleteCacheClusterCommand.ts b/clients/client-elasticache/src/commands/DeleteCacheClusterCommand.ts index b6a23f54f22ad..67bb65f8ae9a0 100644 --- a/clients/client-elasticache/src/commands/DeleteCacheClusterCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteCacheClusterCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteCacheClusterMessage, DeleteCacheClusterResult } from "../models/models_0"; import { de_DeleteCacheClusterCommand, se_DeleteCacheClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DeleteCacheParameterGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteCacheParameterGroupCommand.ts index 0d80898250835..8cb77f7a11d8c 100644 --- a/clients/client-elasticache/src/commands/DeleteCacheParameterGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteCacheParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteCacheParameterGroupMessage } from "../models/models_0"; import { de_DeleteCacheParameterGroupCommand, se_DeleteCacheParameterGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DeleteCacheSecurityGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteCacheSecurityGroupCommand.ts index 52093eb0d90f3..31c64267ce766 100644 --- a/clients/client-elasticache/src/commands/DeleteCacheSecurityGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteCacheSecurityGroupCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteCacheSecurityGroupMessage } from "../models/models_0"; import { de_DeleteCacheSecurityGroupCommand, se_DeleteCacheSecurityGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DeleteCacheSubnetGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteCacheSubnetGroupCommand.ts index 6a3cc84c5a244..184a87138a99d 100644 --- a/clients/client-elasticache/src/commands/DeleteCacheSubnetGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteCacheSubnetGroupCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteCacheSubnetGroupMessage } from "../models/models_0"; import { de_DeleteCacheSubnetGroupCommand, se_DeleteCacheSubnetGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DeleteGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteGlobalReplicationGroupCommand.ts index 16e66dedfc0e5..df3f17c43ff78 100644 --- a/clients/client-elasticache/src/commands/DeleteGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteGlobalReplicationGroupCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteGlobalReplicationGroupMessage, DeleteGlobalReplicationGroupResult } from "../models/models_0"; import { de_DeleteGlobalReplicationGroupCommand, se_DeleteGlobalReplicationGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts index e93bd4f947da7..0b6fe5c2ff8d3 100644 --- a/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteReplicationGroupCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteReplicationGroupMessage, DeleteReplicationGroupResult } from "../models/models_0"; import { de_DeleteReplicationGroupCommand, se_DeleteReplicationGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DeleteSnapshotCommand.ts b/clients/client-elasticache/src/commands/DeleteSnapshotCommand.ts index 274e02b06e52f..dfd56679e3111 100644 --- a/clients/client-elasticache/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteSnapshotCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteSnapshotMessage, DeleteSnapshotResult } from "../models/models_0"; import { de_DeleteSnapshotCommand, se_DeleteSnapshotCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DeleteUserCommand.ts b/clients/client-elasticache/src/commands/DeleteUserCommand.ts index 6ac5285ee7e43..d99d9ac577ebe 100644 --- a/clients/client-elasticache/src/commands/DeleteUserCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteUserCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteUserMessage, User } from "../models/models_0"; import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DeleteUserGroupCommand.ts b/clients/client-elasticache/src/commands/DeleteUserGroupCommand.ts index c45c3173882c3..fd8b116858804 100644 --- a/clients/client-elasticache/src/commands/DeleteUserGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DeleteUserGroupCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteUserGroupMessage, UserGroup } from "../models/models_0"; import { de_DeleteUserGroupCommand, se_DeleteUserGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DescribeCacheClustersCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheClustersCommand.ts index 4fed4edfe9040..0ad4193de31c2 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheClustersCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheClustersCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CacheClusterMessage, DescribeCacheClustersMessage } from "../models/models_0"; import { de_DescribeCacheClustersCommand, se_DescribeCacheClustersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DescribeCacheEngineVersionsCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheEngineVersionsCommand.ts index 5da165b0f25dd..5050a85200ce8 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheEngineVersionsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheEngineVersionsCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CacheEngineVersionMessage, DescribeCacheEngineVersionsMessage } from "../models/models_0"; import { de_DescribeCacheEngineVersionsCommand, se_DescribeCacheEngineVersionsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DescribeCacheParameterGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheParameterGroupsCommand.ts index a151c690834f2..f2467fab227f9 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheParameterGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheParameterGroupsCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CacheParameterGroupsMessage, DescribeCacheParameterGroupsMessage } from "../models/models_0"; import { de_DescribeCacheParameterGroupsCommand, se_DescribeCacheParameterGroupsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DescribeCacheParametersCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheParametersCommand.ts index 49e9691945e5c..ef7a3bc5b067c 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheParametersCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheParametersCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CacheParameterGroupDetails, DescribeCacheParametersMessage } from "../models/models_0"; import { de_DescribeCacheParametersCommand, se_DescribeCacheParametersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DescribeCacheSecurityGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheSecurityGroupsCommand.ts index 3e9b9a5b544c1..8937bc482cca4 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheSecurityGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheSecurityGroupsCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CacheSecurityGroupMessage, DescribeCacheSecurityGroupsMessage } from "../models/models_0"; import { de_DescribeCacheSecurityGroupsCommand, se_DescribeCacheSecurityGroupsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DescribeCacheSubnetGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeCacheSubnetGroupsCommand.ts index e7779b372436c..46a3b38fc2929 100644 --- a/clients/client-elasticache/src/commands/DescribeCacheSubnetGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeCacheSubnetGroupsCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CacheSubnetGroupMessage, DescribeCacheSubnetGroupsMessage } from "../models/models_0"; import { de_DescribeCacheSubnetGroupsCommand, se_DescribeCacheSubnetGroupsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DescribeEngineDefaultParametersCommand.ts b/clients/client-elasticache/src/commands/DescribeEngineDefaultParametersCommand.ts index 89a87a0940f4f..79eb6ade31008 100644 --- a/clients/client-elasticache/src/commands/DescribeEngineDefaultParametersCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeEngineDefaultParametersCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeEngineDefaultParametersCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DescribeEventsCommand.ts b/clients/client-elasticache/src/commands/DescribeEventsCommand.ts index d34c79606c9ba..33b9862be3cd3 100644 --- a/clients/client-elasticache/src/commands/DescribeEventsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeEventsCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeEventsMessage, EventsMessage } from "../models/models_0"; import { de_DescribeEventsCommand, se_DescribeEventsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DescribeGlobalReplicationGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeGlobalReplicationGroupsCommand.ts index a1d0c73a59361..8760a1831f2c7 100644 --- a/clients/client-elasticache/src/commands/DescribeGlobalReplicationGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeGlobalReplicationGroupsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeGlobalReplicationGroupsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DescribeReplicationGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeReplicationGroupsCommand.ts index 0580b05a6c544..3f9f2dc5e220b 100644 --- a/clients/client-elasticache/src/commands/DescribeReplicationGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeReplicationGroupsCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeReplicationGroupsMessage, ReplicationGroupMessage } from "../models/models_0"; import { de_DescribeReplicationGroupsCommand, se_DescribeReplicationGroupsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DescribeReservedCacheNodesCommand.ts b/clients/client-elasticache/src/commands/DescribeReservedCacheNodesCommand.ts index 271fcca5f0d03..208ca7b9d590b 100644 --- a/clients/client-elasticache/src/commands/DescribeReservedCacheNodesCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeReservedCacheNodesCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeReservedCacheNodesMessage, ReservedCacheNodeMessage } from "../models/models_0"; import { de_DescribeReservedCacheNodesCommand, se_DescribeReservedCacheNodesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DescribeReservedCacheNodesOfferingsCommand.ts b/clients/client-elasticache/src/commands/DescribeReservedCacheNodesOfferingsCommand.ts index b06f0d6933860..1f1c30fab3b7e 100644 --- a/clients/client-elasticache/src/commands/DescribeReservedCacheNodesOfferingsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeReservedCacheNodesOfferingsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeReservedCacheNodesOfferingsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DescribeServiceUpdatesCommand.ts b/clients/client-elasticache/src/commands/DescribeServiceUpdatesCommand.ts index 164d8a6d4f13b..951a73def06a7 100644 --- a/clients/client-elasticache/src/commands/DescribeServiceUpdatesCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeServiceUpdatesCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeServiceUpdatesMessage, ServiceUpdatesMessage } from "../models/models_0"; import { de_DescribeServiceUpdatesCommand, se_DescribeServiceUpdatesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DescribeSnapshotsCommand.ts b/clients/client-elasticache/src/commands/DescribeSnapshotsCommand.ts index 36e2f61f925f9..f27ea4abf687b 100644 --- a/clients/client-elasticache/src/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeSnapshotsCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeSnapshotsListMessage, DescribeSnapshotsMessage } from "../models/models_0"; import { de_DescribeSnapshotsCommand, se_DescribeSnapshotsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DescribeUpdateActionsCommand.ts b/clients/client-elasticache/src/commands/DescribeUpdateActionsCommand.ts index 863990c1dfc17..0e66d57c1cb9f 100644 --- a/clients/client-elasticache/src/commands/DescribeUpdateActionsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeUpdateActionsCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeUpdateActionsMessage, UpdateActionsMessage } from "../models/models_0"; import { de_DescribeUpdateActionsCommand, se_DescribeUpdateActionsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DescribeUserGroupsCommand.ts b/clients/client-elasticache/src/commands/DescribeUserGroupsCommand.ts index b6b4b7635b07c..41068ac7bcb78 100644 --- a/clients/client-elasticache/src/commands/DescribeUserGroupsCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeUserGroupsCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeUserGroupsMessage, DescribeUserGroupsResult } from "../models/models_0"; import { de_DescribeUserGroupsCommand, se_DescribeUserGroupsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DescribeUsersCommand.ts b/clients/client-elasticache/src/commands/DescribeUsersCommand.ts index b59e6c57b00a0..d9dbe8574afe0 100644 --- a/clients/client-elasticache/src/commands/DescribeUsersCommand.ts +++ b/clients/client-elasticache/src/commands/DescribeUsersCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeUsersMessage, DescribeUsersResult } from "../models/models_0"; import { de_DescribeUsersCommand, se_DescribeUsersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/DisassociateGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/DisassociateGlobalReplicationGroupCommand.ts index 6be0d95de3ad0..dc7740ec1212f 100644 --- a/clients/client-elasticache/src/commands/DisassociateGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/DisassociateGlobalReplicationGroupCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateGlobalReplicationGroupCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/FailoverGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/FailoverGlobalReplicationGroupCommand.ts index 3420260fad485..90701a8e00abd 100644 --- a/clients/client-elasticache/src/commands/FailoverGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/FailoverGlobalReplicationGroupCommand.ts @@ -20,6 +20,10 @@ import { se_FailoverGlobalReplicationGroupCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts index 0c8ce4ed51314..70cc428a9a782 100644 --- a/clients/client-elasticache/src/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.ts @@ -23,6 +23,10 @@ import { se_IncreaseNodeGroupsInGlobalReplicationGroupCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/IncreaseReplicaCountCommand.ts b/clients/client-elasticache/src/commands/IncreaseReplicaCountCommand.ts index d716ece00f723..d41b542caab67 100644 --- a/clients/client-elasticache/src/commands/IncreaseReplicaCountCommand.ts +++ b/clients/client-elasticache/src/commands/IncreaseReplicaCountCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { IncreaseReplicaCountMessage, IncreaseReplicaCountResult } from "../models/models_0"; import { de_IncreaseReplicaCountCommand, se_IncreaseReplicaCountCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/ListAllowedNodeTypeModificationsCommand.ts b/clients/client-elasticache/src/commands/ListAllowedNodeTypeModificationsCommand.ts index efe5fd15034fc..6ff8fafa1d0df 100644 --- a/clients/client-elasticache/src/commands/ListAllowedNodeTypeModificationsCommand.ts +++ b/clients/client-elasticache/src/commands/ListAllowedNodeTypeModificationsCommand.ts @@ -20,6 +20,10 @@ import { se_ListAllowedNodeTypeModificationsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/ListTagsForResourceCommand.ts b/clients/client-elasticache/src/commands/ListTagsForResourceCommand.ts index 859ed4b3a6e14..f3c95d90e3542 100644 --- a/clients/client-elasticache/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-elasticache/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceMessage, TagListMessage } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/ModifyCacheClusterCommand.ts b/clients/client-elasticache/src/commands/ModifyCacheClusterCommand.ts index 2b66529171412..f49a0fe9a6074 100644 --- a/clients/client-elasticache/src/commands/ModifyCacheClusterCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyCacheClusterCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ModifyCacheClusterMessage, ModifyCacheClusterResult } from "../models/models_0"; import { de_ModifyCacheClusterCommand, se_ModifyCacheClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/ModifyCacheParameterGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyCacheParameterGroupCommand.ts index d69e61a20256d..40efa16d32c7b 100644 --- a/clients/client-elasticache/src/commands/ModifyCacheParameterGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyCacheParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CacheParameterGroupNameMessage, ModifyCacheParameterGroupMessage } from "../models/models_0"; import { de_ModifyCacheParameterGroupCommand, se_ModifyCacheParameterGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/ModifyCacheSubnetGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyCacheSubnetGroupCommand.ts index 691c261c3a2a5..734f5a28034db 100644 --- a/clients/client-elasticache/src/commands/ModifyCacheSubnetGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyCacheSubnetGroupCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ModifyCacheSubnetGroupMessage, ModifyCacheSubnetGroupResult } from "../models/models_0"; import { de_ModifyCacheSubnetGroupCommand, se_ModifyCacheSubnetGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/ModifyGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyGlobalReplicationGroupCommand.ts index 57daac2f1832e..37f883e26bdf7 100644 --- a/clients/client-elasticache/src/commands/ModifyGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyGlobalReplicationGroupCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ModifyGlobalReplicationGroupMessage, ModifyGlobalReplicationGroupResult } from "../models/models_0"; import { de_ModifyGlobalReplicationGroupCommand, se_ModifyGlobalReplicationGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/ModifyReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyReplicationGroupCommand.ts index 8ee0e4ea11006..a98c74ab90402 100644 --- a/clients/client-elasticache/src/commands/ModifyReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyReplicationGroupCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ModifyReplicationGroupMessage, ModifyReplicationGroupResult } from "../models/models_0"; import { de_ModifyReplicationGroupCommand, se_ModifyReplicationGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/ModifyReplicationGroupShardConfigurationCommand.ts b/clients/client-elasticache/src/commands/ModifyReplicationGroupShardConfigurationCommand.ts index 29e2b79133180..26085d5ec0719 100644 --- a/clients/client-elasticache/src/commands/ModifyReplicationGroupShardConfigurationCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyReplicationGroupShardConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_ModifyReplicationGroupShardConfigurationCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/ModifyUserCommand.ts b/clients/client-elasticache/src/commands/ModifyUserCommand.ts index aa26cae0b2b06..4c2a16774b160 100644 --- a/clients/client-elasticache/src/commands/ModifyUserCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyUserCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ModifyUserMessage, User } from "../models/models_0"; import { de_ModifyUserCommand, se_ModifyUserCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/ModifyUserGroupCommand.ts b/clients/client-elasticache/src/commands/ModifyUserGroupCommand.ts index 9c970cb3af154..11fa094148457 100644 --- a/clients/client-elasticache/src/commands/ModifyUserGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ModifyUserGroupCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ModifyUserGroupMessage, UserGroup } from "../models/models_0"; import { de_ModifyUserGroupCommand, se_ModifyUserGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/PurchaseReservedCacheNodesOfferingCommand.ts b/clients/client-elasticache/src/commands/PurchaseReservedCacheNodesOfferingCommand.ts index 73fb6584ec2bd..0d281fc0970d7 100644 --- a/clients/client-elasticache/src/commands/PurchaseReservedCacheNodesOfferingCommand.ts +++ b/clients/client-elasticache/src/commands/PurchaseReservedCacheNodesOfferingCommand.ts @@ -23,6 +23,10 @@ import { se_PurchaseReservedCacheNodesOfferingCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts b/clients/client-elasticache/src/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts index bd95704ef124f..dae553fcc6813 100644 --- a/clients/client-elasticache/src/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts +++ b/clients/client-elasticache/src/commands/RebalanceSlotsInGlobalReplicationGroupCommand.ts @@ -23,6 +23,10 @@ import { se_RebalanceSlotsInGlobalReplicationGroupCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/RebootCacheClusterCommand.ts b/clients/client-elasticache/src/commands/RebootCacheClusterCommand.ts index e5d352122427f..f2649a9b0de0d 100644 --- a/clients/client-elasticache/src/commands/RebootCacheClusterCommand.ts +++ b/clients/client-elasticache/src/commands/RebootCacheClusterCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { RebootCacheClusterMessage, RebootCacheClusterResult } from "../models/models_0"; import { de_RebootCacheClusterCommand, se_RebootCacheClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-elasticache/src/commands/RemoveTagsFromResourceCommand.ts index 5b89bc7ad0c5c..95011aa9237d5 100644 --- a/clients/client-elasticache/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-elasticache/src/commands/RemoveTagsFromResourceCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { RemoveTagsFromResourceMessage, TagListMessage } from "../models/models_0"; import { de_RemoveTagsFromResourceCommand, se_RemoveTagsFromResourceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/ResetCacheParameterGroupCommand.ts b/clients/client-elasticache/src/commands/ResetCacheParameterGroupCommand.ts index a9269e79bc760..b4b8b18c3c27c 100644 --- a/clients/client-elasticache/src/commands/ResetCacheParameterGroupCommand.ts +++ b/clients/client-elasticache/src/commands/ResetCacheParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CacheParameterGroupNameMessage, ResetCacheParameterGroupMessage } from "../models/models_0"; import { de_ResetCacheParameterGroupCommand, se_ResetCacheParameterGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/RevokeCacheSecurityGroupIngressCommand.ts b/clients/client-elasticache/src/commands/RevokeCacheSecurityGroupIngressCommand.ts index 5a878cc7856e0..3338a02efb127 100644 --- a/clients/client-elasticache/src/commands/RevokeCacheSecurityGroupIngressCommand.ts +++ b/clients/client-elasticache/src/commands/RevokeCacheSecurityGroupIngressCommand.ts @@ -20,6 +20,10 @@ import { se_RevokeCacheSecurityGroupIngressCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/StartMigrationCommand.ts b/clients/client-elasticache/src/commands/StartMigrationCommand.ts index 333b92069fc83..de7dff269acb6 100644 --- a/clients/client-elasticache/src/commands/StartMigrationCommand.ts +++ b/clients/client-elasticache/src/commands/StartMigrationCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { StartMigrationMessage, StartMigrationResponse } from "../models/models_0"; import { de_StartMigrationCommand, se_StartMigrationCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/commands/TestFailoverCommand.ts b/clients/client-elasticache/src/commands/TestFailoverCommand.ts index 9422c9f9e17b2..9296c19f013f3 100644 --- a/clients/client-elasticache/src/commands/TestFailoverCommand.ts +++ b/clients/client-elasticache/src/commands/TestFailoverCommand.ts @@ -17,6 +17,10 @@ import { ElastiCacheClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TestFailoverMessage, TestFailoverResult } from "../models/models_0"; import { de_TestFailoverCommand, se_TestFailoverCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticache/src/index.ts b/clients/client-elasticache/src/index.ts index b31cfd1c4b4ad..41a84253c8754 100644 --- a/clients/client-elasticache/src/index.ts +++ b/clients/client-elasticache/src/index.ts @@ -1,9 +1,24 @@ -export * from "./ElastiCache"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon ElastiCache + *

Amazon ElastiCache is a web service that makes it easier to set up, operate, + * and scale a distributed cache in the cloud.

+ *

With ElastiCache, customers get all of the benefits of a high-performance, + * in-memory cache with less of the administrative burden involved in launching and managing a distributed cache. + * The service makes setup, scaling, + * and cluster failure handling much simpler than in a self-managed cache deployment.

+ *

In addition, through integration with Amazon CloudWatch, + * customers get enhanced visibility into the key performance statistics + * associated with their cache and can receive alarms if a part of their cache runs hot.

+ * + * @packageDocumentation + */ export * from "./ElastiCacheClient"; +export * from "./ElastiCache"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { ElastiCacheServiceException } from "./models/ElastiCacheServiceException"; diff --git a/clients/client-elasticache/src/models/ElastiCacheServiceException.ts b/clients/client-elasticache/src/models/ElastiCacheServiceException.ts index 4752a464d6dba..359a238d37231 100644 --- a/clients/client-elasticache/src/models/ElastiCacheServiceException.ts +++ b/clients/client-elasticache/src/models/ElastiCacheServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-elasticsearch-service/src/ElasticsearchServiceClient.ts b/clients/client-elasticsearch-service/src/ElasticsearchServiceClient.ts index 6df8bb43ae0ef..72a61ba634686 100644 --- a/clients/client-elasticsearch-service/src/ElasticsearchServiceClient.ts +++ b/clients/client-elasticsearch-service/src/ElasticsearchServiceClient.ts @@ -211,6 +211,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -448,7 +450,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ElasticsearchServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ElasticsearchServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -467,7 +469,7 @@ export interface ElasticsearchServiceClientConfig extends ElasticsearchServiceCl /** * @public */ -type ElasticsearchServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ElasticsearchServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-elasticsearch-service/src/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts index a5aac52dd2e44..e9902896426a9 100644 --- a/clients/client-elasticsearch-service/src/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/AcceptInboundCrossClusterSearchConnectionCommand.ts @@ -27,6 +27,10 @@ import { se_AcceptInboundCrossClusterSearchConnectionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/AddTagsCommand.ts b/clients/client-elasticsearch-service/src/commands/AddTagsCommand.ts index d62407208b202..98ab8b18d2873 100644 --- a/clients/client-elasticsearch-service/src/commands/AddTagsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/AddTagsCommand.ts @@ -21,6 +21,10 @@ import { import { AddTagsRequest } from "../models/models_0"; import { de_AddTagsCommand, se_AddTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/AssociatePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/AssociatePackageCommand.ts index 55aca87fb2768..c4e1b02741ca6 100644 --- a/clients/client-elasticsearch-service/src/commands/AssociatePackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/AssociatePackageCommand.ts @@ -21,6 +21,10 @@ import { import { AssociatePackageRequest, AssociatePackageResponse } from "../models/models_0"; import { de_AssociatePackageCommand, se_AssociatePackageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/AuthorizeVpcEndpointAccessCommand.ts b/clients/client-elasticsearch-service/src/commands/AuthorizeVpcEndpointAccessCommand.ts index 11caa077f331e..a30de8aaf9038 100644 --- a/clients/client-elasticsearch-service/src/commands/AuthorizeVpcEndpointAccessCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/AuthorizeVpcEndpointAccessCommand.ts @@ -21,6 +21,10 @@ import { import { AuthorizeVpcEndpointAccessRequest, AuthorizeVpcEndpointAccessResponse } from "../models/models_0"; import { de_AuthorizeVpcEndpointAccessCommand, se_AuthorizeVpcEndpointAccessCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts b/clients/client-elasticsearch-service/src/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts index 069a84d17ddfa..b9d50f859333e 100644 --- a/clients/client-elasticsearch-service/src/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/CancelElasticsearchServiceSoftwareUpdateCommand.ts @@ -27,6 +27,10 @@ import { se_CancelElasticsearchServiceSoftwareUpdateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/CreateElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/CreateElasticsearchDomainCommand.ts index 8b22efb6cb74c..9dde1c546924c 100644 --- a/clients/client-elasticsearch-service/src/commands/CreateElasticsearchDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/CreateElasticsearchDomainCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_CreateElasticsearchDomainCommand, se_CreateElasticsearchDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts index e8a268c628ee0..21d929aa0f7f6 100644 --- a/clients/client-elasticsearch-service/src/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/CreateOutboundCrossClusterSearchConnectionCommand.ts @@ -27,6 +27,10 @@ import { se_CreateOutboundCrossClusterSearchConnectionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/CreatePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/CreatePackageCommand.ts index 6e80862cda439..9295404b5ce97 100644 --- a/clients/client-elasticsearch-service/src/commands/CreatePackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/CreatePackageCommand.ts @@ -21,6 +21,10 @@ import { import { CreatePackageRequest, CreatePackageResponse } from "../models/models_0"; import { de_CreatePackageCommand, se_CreatePackageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/CreateVpcEndpointCommand.ts b/clients/client-elasticsearch-service/src/commands/CreateVpcEndpointCommand.ts index 2f155478713df..ffaf7343f6f9a 100644 --- a/clients/client-elasticsearch-service/src/commands/CreateVpcEndpointCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/CreateVpcEndpointCommand.ts @@ -21,6 +21,10 @@ import { import { CreateVpcEndpointRequest, CreateVpcEndpointResponse } from "../models/models_0"; import { de_CreateVpcEndpointCommand, se_CreateVpcEndpointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchDomainCommand.ts index 40ec7e6f777ca..890f5e7b1c213 100644 --- a/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchDomainCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteElasticsearchDomainRequest, DeleteElasticsearchDomainResponse } from "../models/models_0"; import { de_DeleteElasticsearchDomainCommand, se_DeleteElasticsearchDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchServiceRoleCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchServiceRoleCommand.ts index 3757759aa30a4..390170bb2b25e 100644 --- a/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchServiceRoleCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeleteElasticsearchServiceRoleCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteElasticsearchServiceRoleCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts index 68eaec6be0dce..01a997c88e163 100644 --- a/clients/client-elasticsearch-service/src/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeleteInboundCrossClusterSearchConnectionCommand.ts @@ -27,6 +27,10 @@ import { se_DeleteInboundCrossClusterSearchConnectionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts index 28b31a4566c06..4b059607bab63 100644 --- a/clients/client-elasticsearch-service/src/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeleteOutboundCrossClusterSearchConnectionCommand.ts @@ -27,6 +27,10 @@ import { se_DeleteOutboundCrossClusterSearchConnectionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/DeletePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/DeletePackageCommand.ts index c92fe54e486ee..12854e1d9c192 100644 --- a/clients/client-elasticsearch-service/src/commands/DeletePackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeletePackageCommand.ts @@ -21,6 +21,10 @@ import { import { DeletePackageRequest, DeletePackageResponse } from "../models/models_0"; import { de_DeletePackageCommand, se_DeletePackageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/DeleteVpcEndpointCommand.ts b/clients/client-elasticsearch-service/src/commands/DeleteVpcEndpointCommand.ts index 098e20b2d867a..9fe654dcea285 100644 --- a/clients/client-elasticsearch-service/src/commands/DeleteVpcEndpointCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DeleteVpcEndpointCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteVpcEndpointRequest, DeleteVpcEndpointResponse } from "../models/models_0"; import { de_DeleteVpcEndpointCommand, se_DeleteVpcEndpointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/DescribeDomainAutoTunesCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeDomainAutoTunesCommand.ts index 3ebb186458d95..f23e01a6bdae1 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeDomainAutoTunesCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeDomainAutoTunesCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeDomainAutoTunesRequest, DescribeDomainAutoTunesResponse } from "../models/models_0"; import { de_DescribeDomainAutoTunesCommand, se_DescribeDomainAutoTunesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/DescribeDomainChangeProgressCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeDomainChangeProgressCommand.ts index 0f894190d09ed..4ef3bbb38f5eb 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeDomainChangeProgressCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeDomainChangeProgressCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeDomainChangeProgressCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainCommand.ts index 5d6b2b25af904..52b09a0a388ff 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeElasticsearchDomainCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainConfigCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainConfigCommand.ts index 536781e86a942..2b1e5f3dda784 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainConfigCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainConfigCommand.ts @@ -27,6 +27,10 @@ import { se_DescribeElasticsearchDomainConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainsCommand.ts index b6be9864c768d..efb3fb23e5b7b 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchDomainsCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeElasticsearchDomainsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts index 648c893d8efc6..7b3534c36ef98 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeElasticsearchInstanceTypeLimitsCommand.ts @@ -27,6 +27,10 @@ import { se_DescribeElasticsearchInstanceTypeLimitsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts index 159c8a816c422..83b348f6d3cdd 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeInboundCrossClusterSearchConnectionsCommand.ts @@ -27,6 +27,10 @@ import { se_DescribeInboundCrossClusterSearchConnectionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts index 3e22ef47c477a..7bc3bef9fb611 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeOutboundCrossClusterSearchConnectionsCommand.ts @@ -27,6 +27,10 @@ import { se_DescribeOutboundCrossClusterSearchConnectionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/DescribePackagesCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribePackagesCommand.ts index 2c6be52d969c7..ea9cd78b50412 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribePackagesCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribePackagesCommand.ts @@ -21,6 +21,10 @@ import { import { DescribePackagesRequest, DescribePackagesResponse } from "../models/models_0"; import { de_DescribePackagesCommand, se_DescribePackagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts index 94826a14e033b..601ba2ce8d73e 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstanceOfferingsCommand.ts @@ -27,6 +27,10 @@ import { se_DescribeReservedElasticsearchInstanceOfferingsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstancesCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstancesCommand.ts index 5d896145518de..caada4d757fbc 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstancesCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeReservedElasticsearchInstancesCommand.ts @@ -27,6 +27,10 @@ import { se_DescribeReservedElasticsearchInstancesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/DescribeVpcEndpointsCommand.ts b/clients/client-elasticsearch-service/src/commands/DescribeVpcEndpointsCommand.ts index 2327c5fe8f130..cb0674be8e571 100644 --- a/clients/client-elasticsearch-service/src/commands/DescribeVpcEndpointsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DescribeVpcEndpointsCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeVpcEndpointsRequest, DescribeVpcEndpointsResponse } from "../models/models_0"; import { de_DescribeVpcEndpointsCommand, se_DescribeVpcEndpointsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/DissociatePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/DissociatePackageCommand.ts index 4e6c72cd52eac..f809ac9cacdf1 100644 --- a/clients/client-elasticsearch-service/src/commands/DissociatePackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/DissociatePackageCommand.ts @@ -21,6 +21,10 @@ import { import { DissociatePackageRequest, DissociatePackageResponse } from "../models/models_0"; import { de_DissociatePackageCommand, se_DissociatePackageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/GetCompatibleElasticsearchVersionsCommand.ts b/clients/client-elasticsearch-service/src/commands/GetCompatibleElasticsearchVersionsCommand.ts index 12eee41cbcd4c..ae2ac4bc2fad5 100644 --- a/clients/client-elasticsearch-service/src/commands/GetCompatibleElasticsearchVersionsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/GetCompatibleElasticsearchVersionsCommand.ts @@ -27,6 +27,10 @@ import { se_GetCompatibleElasticsearchVersionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/GetPackageVersionHistoryCommand.ts b/clients/client-elasticsearch-service/src/commands/GetPackageVersionHistoryCommand.ts index 2df41ded73885..1e198f8c94acd 100644 --- a/clients/client-elasticsearch-service/src/commands/GetPackageVersionHistoryCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/GetPackageVersionHistoryCommand.ts @@ -21,6 +21,10 @@ import { import { GetPackageVersionHistoryRequest, GetPackageVersionHistoryResponse } from "../models/models_0"; import { de_GetPackageVersionHistoryCommand, se_GetPackageVersionHistoryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/GetUpgradeHistoryCommand.ts b/clients/client-elasticsearch-service/src/commands/GetUpgradeHistoryCommand.ts index 2f4a9fbfae187..e29e41e50dbc2 100644 --- a/clients/client-elasticsearch-service/src/commands/GetUpgradeHistoryCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/GetUpgradeHistoryCommand.ts @@ -21,6 +21,10 @@ import { import { GetUpgradeHistoryRequest, GetUpgradeHistoryResponse } from "../models/models_0"; import { de_GetUpgradeHistoryCommand, se_GetUpgradeHistoryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/GetUpgradeStatusCommand.ts b/clients/client-elasticsearch-service/src/commands/GetUpgradeStatusCommand.ts index f4775e1381fa6..33af9b4a93500 100644 --- a/clients/client-elasticsearch-service/src/commands/GetUpgradeStatusCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/GetUpgradeStatusCommand.ts @@ -21,6 +21,10 @@ import { import { GetUpgradeStatusRequest, GetUpgradeStatusResponse } from "../models/models_0"; import { de_GetUpgradeStatusCommand, se_GetUpgradeStatusCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/ListDomainNamesCommand.ts b/clients/client-elasticsearch-service/src/commands/ListDomainNamesCommand.ts index 4e762e8ba9076..03f8a21951068 100644 --- a/clients/client-elasticsearch-service/src/commands/ListDomainNamesCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListDomainNamesCommand.ts @@ -21,6 +21,10 @@ import { import { ListDomainNamesRequest, ListDomainNamesResponse } from "../models/models_0"; import { de_ListDomainNamesCommand, se_ListDomainNamesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/ListDomainsForPackageCommand.ts b/clients/client-elasticsearch-service/src/commands/ListDomainsForPackageCommand.ts index f4ece0af5524d..7c1f550bd58e8 100644 --- a/clients/client-elasticsearch-service/src/commands/ListDomainsForPackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListDomainsForPackageCommand.ts @@ -21,6 +21,10 @@ import { import { ListDomainsForPackageRequest, ListDomainsForPackageResponse } from "../models/models_0"; import { de_ListDomainsForPackageCommand, se_ListDomainsForPackageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/ListElasticsearchInstanceTypesCommand.ts b/clients/client-elasticsearch-service/src/commands/ListElasticsearchInstanceTypesCommand.ts index 67df9108b51b4..291cf6cb68e11 100644 --- a/clients/client-elasticsearch-service/src/commands/ListElasticsearchInstanceTypesCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListElasticsearchInstanceTypesCommand.ts @@ -24,6 +24,10 @@ import { se_ListElasticsearchInstanceTypesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/ListElasticsearchVersionsCommand.ts b/clients/client-elasticsearch-service/src/commands/ListElasticsearchVersionsCommand.ts index daca112fdfaa5..b67d9ec691776 100644 --- a/clients/client-elasticsearch-service/src/commands/ListElasticsearchVersionsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListElasticsearchVersionsCommand.ts @@ -21,6 +21,10 @@ import { import { ListElasticsearchVersionsRequest, ListElasticsearchVersionsResponse } from "../models/models_0"; import { de_ListElasticsearchVersionsCommand, se_ListElasticsearchVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/ListPackagesForDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/ListPackagesForDomainCommand.ts index d18df06d5f879..e73ac4bcd2237 100644 --- a/clients/client-elasticsearch-service/src/commands/ListPackagesForDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListPackagesForDomainCommand.ts @@ -21,6 +21,10 @@ import { import { ListPackagesForDomainRequest, ListPackagesForDomainResponse } from "../models/models_0"; import { de_ListPackagesForDomainCommand, se_ListPackagesForDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/ListTagsCommand.ts b/clients/client-elasticsearch-service/src/commands/ListTagsCommand.ts index 5f599ed80f558..4bf1e5075eee3 100644 --- a/clients/client-elasticsearch-service/src/commands/ListTagsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListTagsCommand.ts @@ -21,6 +21,10 @@ import { import { ListTagsRequest, ListTagsResponse } from "../models/models_0"; import { de_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointAccessCommand.ts b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointAccessCommand.ts index f2781915d7c52..f27fa612ab1cd 100644 --- a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointAccessCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointAccessCommand.ts @@ -21,6 +21,10 @@ import { import { ListVpcEndpointAccessRequest, ListVpcEndpointAccessResponse } from "../models/models_0"; import { de_ListVpcEndpointAccessCommand, se_ListVpcEndpointAccessCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsCommand.ts b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsCommand.ts index 73aad2190c657..fa408aec20b9a 100644 --- a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsCommand.ts @@ -21,6 +21,10 @@ import { import { ListVpcEndpointsRequest, ListVpcEndpointsResponse } from "../models/models_0"; import { de_ListVpcEndpointsCommand, se_ListVpcEndpointsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsForDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsForDomainCommand.ts index bcbbee97f40e3..2b6018f21cfb1 100644 --- a/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsForDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/ListVpcEndpointsForDomainCommand.ts @@ -21,6 +21,10 @@ import { import { ListVpcEndpointsForDomainRequest, ListVpcEndpointsForDomainResponse } from "../models/models_0"; import { de_ListVpcEndpointsForDomainCommand, se_ListVpcEndpointsForDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts b/clients/client-elasticsearch-service/src/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts index 10abdc0f836fd..951cc172a3590 100644 --- a/clients/client-elasticsearch-service/src/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/PurchaseReservedElasticsearchInstanceOfferingCommand.ts @@ -27,6 +27,10 @@ import { se_PurchaseReservedElasticsearchInstanceOfferingCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/RejectInboundCrossClusterSearchConnectionCommand.ts b/clients/client-elasticsearch-service/src/commands/RejectInboundCrossClusterSearchConnectionCommand.ts index 3384e1037cbf5..5554e47617dfc 100644 --- a/clients/client-elasticsearch-service/src/commands/RejectInboundCrossClusterSearchConnectionCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/RejectInboundCrossClusterSearchConnectionCommand.ts @@ -27,6 +27,10 @@ import { se_RejectInboundCrossClusterSearchConnectionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/RemoveTagsCommand.ts b/clients/client-elasticsearch-service/src/commands/RemoveTagsCommand.ts index 9d05e499fc715..064525f47eaac 100644 --- a/clients/client-elasticsearch-service/src/commands/RemoveTagsCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/RemoveTagsCommand.ts @@ -21,6 +21,10 @@ import { import { RemoveTagsRequest } from "../models/models_0"; import { de_RemoveTagsCommand, se_RemoveTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/RevokeVpcEndpointAccessCommand.ts b/clients/client-elasticsearch-service/src/commands/RevokeVpcEndpointAccessCommand.ts index f538c802521b2..93f0d8c84bc92 100644 --- a/clients/client-elasticsearch-service/src/commands/RevokeVpcEndpointAccessCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/RevokeVpcEndpointAccessCommand.ts @@ -21,6 +21,10 @@ import { import { RevokeVpcEndpointAccessRequest, RevokeVpcEndpointAccessResponse } from "../models/models_0"; import { de_RevokeVpcEndpointAccessCommand, se_RevokeVpcEndpointAccessCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts b/clients/client-elasticsearch-service/src/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts index a9a4f3877ac84..e69ebcfae9c1b 100644 --- a/clients/client-elasticsearch-service/src/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/StartElasticsearchServiceSoftwareUpdateCommand.ts @@ -27,6 +27,10 @@ import { se_StartElasticsearchServiceSoftwareUpdateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/UpdateElasticsearchDomainConfigCommand.ts b/clients/client-elasticsearch-service/src/commands/UpdateElasticsearchDomainConfigCommand.ts index 1d706b0da2834..e8fb6be70e346 100644 --- a/clients/client-elasticsearch-service/src/commands/UpdateElasticsearchDomainConfigCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/UpdateElasticsearchDomainConfigCommand.ts @@ -28,6 +28,10 @@ import { se_UpdateElasticsearchDomainConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/UpdatePackageCommand.ts b/clients/client-elasticsearch-service/src/commands/UpdatePackageCommand.ts index 462e06ceea24a..23c324a97d06c 100644 --- a/clients/client-elasticsearch-service/src/commands/UpdatePackageCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/UpdatePackageCommand.ts @@ -21,6 +21,10 @@ import { import { UpdatePackageRequest, UpdatePackageResponse } from "../models/models_0"; import { de_UpdatePackageCommand, se_UpdatePackageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/UpdateVpcEndpointCommand.ts b/clients/client-elasticsearch-service/src/commands/UpdateVpcEndpointCommand.ts index 47b3ed99b68ad..8c2c0e0131b30 100644 --- a/clients/client-elasticsearch-service/src/commands/UpdateVpcEndpointCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/UpdateVpcEndpointCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateVpcEndpointRequest, UpdateVpcEndpointResponse } from "../models/models_0"; import { de_UpdateVpcEndpointCommand, se_UpdateVpcEndpointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/commands/UpgradeElasticsearchDomainCommand.ts b/clients/client-elasticsearch-service/src/commands/UpgradeElasticsearchDomainCommand.ts index fc76c6abc28f3..13776bf445e95 100644 --- a/clients/client-elasticsearch-service/src/commands/UpgradeElasticsearchDomainCommand.ts +++ b/clients/client-elasticsearch-service/src/commands/UpgradeElasticsearchDomainCommand.ts @@ -21,6 +21,10 @@ import { import { UpgradeElasticsearchDomainRequest, UpgradeElasticsearchDomainResponse } from "../models/models_0"; import { de_UpgradeElasticsearchDomainCommand, se_UpgradeElasticsearchDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-elasticsearch-service/src/index.ts b/clients/client-elasticsearch-service/src/index.ts index d0d6d28ac10d2..23ba814dd9753 100644 --- a/clients/client-elasticsearch-service/src/index.ts +++ b/clients/client-elasticsearch-service/src/index.ts @@ -1,8 +1,20 @@ -export * from "./ElasticsearchService"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Elasticsearch Configuration Service + *

Use the Amazon Elasticsearch Configuration API to create, configure, and manage Elasticsearch domains.

+ *

For sample code that uses the Configuration API, see the Amazon Elasticsearch Service Developer Guide. + * The guide also contains sample code for sending signed HTTP requests to the Elasticsearch APIs.

+ *

The endpoint for configuration service requests is region-specific: es.region.amazonaws.com. + * For example, es.us-east-1.amazonaws.com. For a current list of supported regions and endpoints, + * see Regions and Endpoints.

+ * + * @packageDocumentation + */ export * from "./ElasticsearchServiceClient"; +export * from "./ElasticsearchService"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ElasticsearchServiceServiceException } from "./models/ElasticsearchServiceServiceException"; diff --git a/clients/client-elasticsearch-service/src/models/ElasticsearchServiceServiceException.ts b/clients/client-elasticsearch-service/src/models/ElasticsearchServiceServiceException.ts index 9e6a3469effac..7f9b3b49463cf 100644 --- a/clients/client-elasticsearch-service/src/models/ElasticsearchServiceServiceException.ts +++ b/clients/client-elasticsearch-service/src/models/ElasticsearchServiceServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-emr-containers/src/EMRContainersClient.ts b/clients/client-emr-containers/src/EMRContainersClient.ts index d13d56a3e5fe5..fe7a1e7e238d6 100644 --- a/clients/client-emr-containers/src/EMRContainersClient.ts +++ b/clients/client-emr-containers/src/EMRContainersClient.ts @@ -112,6 +112,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -289,7 +291,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type EMRContainersClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type EMRContainersClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -308,7 +310,7 @@ export interface EMRContainersClientConfig extends EMRContainersClientConfigType /** * @public */ -type EMRContainersClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type EMRContainersClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-emr-containers/src/commands/CancelJobRunCommand.ts b/clients/client-emr-containers/src/commands/CancelJobRunCommand.ts index 7a8ff841ca6e0..60b915379b5d4 100644 --- a/clients/client-emr-containers/src/commands/CancelJobRunCommand.ts +++ b/clients/client-emr-containers/src/commands/CancelJobRunCommand.ts @@ -17,6 +17,10 @@ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CancelJobRunRequest, CancelJobRunResponse } from "../models/models_0"; import { de_CancelJobRunCommand, se_CancelJobRunCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-containers/src/commands/CreateJobTemplateCommand.ts b/clients/client-emr-containers/src/commands/CreateJobTemplateCommand.ts index 6bbc24da3b91d..48afcbf0239b8 100644 --- a/clients/client-emr-containers/src/commands/CreateJobTemplateCommand.ts +++ b/clients/client-emr-containers/src/commands/CreateJobTemplateCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateJobTemplateCommand, se_CreateJobTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-containers/src/commands/CreateManagedEndpointCommand.ts b/clients/client-emr-containers/src/commands/CreateManagedEndpointCommand.ts index 92cca455bdc63..f8a925b3c3700 100644 --- a/clients/client-emr-containers/src/commands/CreateManagedEndpointCommand.ts +++ b/clients/client-emr-containers/src/commands/CreateManagedEndpointCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateManagedEndpointCommand, se_CreateManagedEndpointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-containers/src/commands/CreateVirtualClusterCommand.ts b/clients/client-emr-containers/src/commands/CreateVirtualClusterCommand.ts index 3b401db9981de..86ce753b9f180 100644 --- a/clients/client-emr-containers/src/commands/CreateVirtualClusterCommand.ts +++ b/clients/client-emr-containers/src/commands/CreateVirtualClusterCommand.ts @@ -17,6 +17,10 @@ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateVirtualClusterRequest, CreateVirtualClusterResponse } from "../models/models_0"; import { de_CreateVirtualClusterCommand, se_CreateVirtualClusterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-containers/src/commands/DeleteJobTemplateCommand.ts b/clients/client-emr-containers/src/commands/DeleteJobTemplateCommand.ts index 5f2863c28809e..45f359ffe2629 100644 --- a/clients/client-emr-containers/src/commands/DeleteJobTemplateCommand.ts +++ b/clients/client-emr-containers/src/commands/DeleteJobTemplateCommand.ts @@ -17,6 +17,10 @@ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteJobTemplateRequest, DeleteJobTemplateResponse } from "../models/models_0"; import { de_DeleteJobTemplateCommand, se_DeleteJobTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-containers/src/commands/DeleteManagedEndpointCommand.ts b/clients/client-emr-containers/src/commands/DeleteManagedEndpointCommand.ts index ffea0f446c7af..b745320215471 100644 --- a/clients/client-emr-containers/src/commands/DeleteManagedEndpointCommand.ts +++ b/clients/client-emr-containers/src/commands/DeleteManagedEndpointCommand.ts @@ -17,6 +17,10 @@ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteManagedEndpointRequest, DeleteManagedEndpointResponse } from "../models/models_0"; import { de_DeleteManagedEndpointCommand, se_DeleteManagedEndpointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-containers/src/commands/DeleteVirtualClusterCommand.ts b/clients/client-emr-containers/src/commands/DeleteVirtualClusterCommand.ts index 072144345a0f6..34b65fd402834 100644 --- a/clients/client-emr-containers/src/commands/DeleteVirtualClusterCommand.ts +++ b/clients/client-emr-containers/src/commands/DeleteVirtualClusterCommand.ts @@ -17,6 +17,10 @@ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteVirtualClusterRequest, DeleteVirtualClusterResponse } from "../models/models_0"; import { de_DeleteVirtualClusterCommand, se_DeleteVirtualClusterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-containers/src/commands/DescribeJobRunCommand.ts b/clients/client-emr-containers/src/commands/DescribeJobRunCommand.ts index 5becc428d748d..76194c8fc3640 100644 --- a/clients/client-emr-containers/src/commands/DescribeJobRunCommand.ts +++ b/clients/client-emr-containers/src/commands/DescribeJobRunCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeJobRunCommand, se_DescribeJobRunCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-containers/src/commands/DescribeJobTemplateCommand.ts b/clients/client-emr-containers/src/commands/DescribeJobTemplateCommand.ts index 34d5a464131d3..325bcb0cdacfe 100644 --- a/clients/client-emr-containers/src/commands/DescribeJobTemplateCommand.ts +++ b/clients/client-emr-containers/src/commands/DescribeJobTemplateCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeJobTemplateCommand, se_DescribeJobTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-containers/src/commands/DescribeManagedEndpointCommand.ts b/clients/client-emr-containers/src/commands/DescribeManagedEndpointCommand.ts index 392a538dab364..02932ddd3ec45 100644 --- a/clients/client-emr-containers/src/commands/DescribeManagedEndpointCommand.ts +++ b/clients/client-emr-containers/src/commands/DescribeManagedEndpointCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeManagedEndpointCommand, se_DescribeManagedEndpointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-containers/src/commands/DescribeVirtualClusterCommand.ts b/clients/client-emr-containers/src/commands/DescribeVirtualClusterCommand.ts index e20e5cf6408a1..bc838c71ac0dc 100644 --- a/clients/client-emr-containers/src/commands/DescribeVirtualClusterCommand.ts +++ b/clients/client-emr-containers/src/commands/DescribeVirtualClusterCommand.ts @@ -17,6 +17,10 @@ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeVirtualClusterRequest, DescribeVirtualClusterResponse } from "../models/models_0"; import { de_DescribeVirtualClusterCommand, se_DescribeVirtualClusterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-containers/src/commands/GetManagedEndpointSessionCredentialsCommand.ts b/clients/client-emr-containers/src/commands/GetManagedEndpointSessionCredentialsCommand.ts index 503e00054512b..3fbffaed4ae7c 100644 --- a/clients/client-emr-containers/src/commands/GetManagedEndpointSessionCredentialsCommand.ts +++ b/clients/client-emr-containers/src/commands/GetManagedEndpointSessionCredentialsCommand.ts @@ -24,6 +24,10 @@ import { se_GetManagedEndpointSessionCredentialsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-containers/src/commands/ListJobRunsCommand.ts b/clients/client-emr-containers/src/commands/ListJobRunsCommand.ts index 5088573372b87..48754d6ebfc9a 100644 --- a/clients/client-emr-containers/src/commands/ListJobRunsCommand.ts +++ b/clients/client-emr-containers/src/commands/ListJobRunsCommand.ts @@ -17,6 +17,10 @@ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListJobRunsRequest, ListJobRunsResponse, ListJobRunsResponseFilterSensitiveLog } from "../models/models_0"; import { de_ListJobRunsCommand, se_ListJobRunsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-containers/src/commands/ListJobTemplatesCommand.ts b/clients/client-emr-containers/src/commands/ListJobTemplatesCommand.ts index 384eadbbe8339..3d16cb1e63be1 100644 --- a/clients/client-emr-containers/src/commands/ListJobTemplatesCommand.ts +++ b/clients/client-emr-containers/src/commands/ListJobTemplatesCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListJobTemplatesCommand, se_ListJobTemplatesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-containers/src/commands/ListManagedEndpointsCommand.ts b/clients/client-emr-containers/src/commands/ListManagedEndpointsCommand.ts index 15db04a5e72db..f6c33af5e484f 100644 --- a/clients/client-emr-containers/src/commands/ListManagedEndpointsCommand.ts +++ b/clients/client-emr-containers/src/commands/ListManagedEndpointsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListManagedEndpointsCommand, se_ListManagedEndpointsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-containers/src/commands/ListTagsForResourceCommand.ts b/clients/client-emr-containers/src/commands/ListTagsForResourceCommand.ts index 8bf2e019f3d6c..a90bc68fa11fd 100644 --- a/clients/client-emr-containers/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-emr-containers/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-containers/src/commands/ListVirtualClustersCommand.ts b/clients/client-emr-containers/src/commands/ListVirtualClustersCommand.ts index 36dc82dacf9b3..9cbd18952ad5b 100644 --- a/clients/client-emr-containers/src/commands/ListVirtualClustersCommand.ts +++ b/clients/client-emr-containers/src/commands/ListVirtualClustersCommand.ts @@ -17,6 +17,10 @@ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListVirtualClustersRequest, ListVirtualClustersResponse } from "../models/models_0"; import { de_ListVirtualClustersCommand, se_ListVirtualClustersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-containers/src/commands/StartJobRunCommand.ts b/clients/client-emr-containers/src/commands/StartJobRunCommand.ts index c3d8f22743ac5..da447994c7be2 100644 --- a/clients/client-emr-containers/src/commands/StartJobRunCommand.ts +++ b/clients/client-emr-containers/src/commands/StartJobRunCommand.ts @@ -17,6 +17,10 @@ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { StartJobRunRequest, StartJobRunRequestFilterSensitiveLog, StartJobRunResponse } from "../models/models_0"; import { de_StartJobRunCommand, se_StartJobRunCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-containers/src/commands/TagResourceCommand.ts b/clients/client-emr-containers/src/commands/TagResourceCommand.ts index e5b3ae06c0b3a..c335ca2b97163 100644 --- a/clients/client-emr-containers/src/commands/TagResourceCommand.ts +++ b/clients/client-emr-containers/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-containers/src/commands/UntagResourceCommand.ts b/clients/client-emr-containers/src/commands/UntagResourceCommand.ts index 1d95120a41e2b..c3152cb411243 100644 --- a/clients/client-emr-containers/src/commands/UntagResourceCommand.ts +++ b/clients/client-emr-containers/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { EMRContainersClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-containers/src/index.ts b/clients/client-emr-containers/src/index.ts index 7e1384185e86b..8cc0c22c6e8b2 100644 --- a/clients/client-emr-containers/src/index.ts +++ b/clients/client-emr-containers/src/index.ts @@ -1,8 +1,37 @@ -export * from "./EMRContainers"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon EMR on EKS provides a deployment option for Amazon EMR that allows + * you to run open-source big data frameworks on Amazon Elastic Kubernetes Service (Amazon EKS). + * With this deployment option, you can focus on running analytics workloads while Amazon EMR on EKS builds, configures, and manages containers for open-source applications. + * For more information about Amazon EMR on EKS concepts and tasks, see What is + * shared id="EMR-EKS"/>.

+ *

+ * Amazon EMR containers is the API name for Amazon EMR on EKS. + * The emr-containers prefix is used in the following scenarios:

+ *
    + *
  • + *

    It is the prefix in the CLI commands for Amazon EMR on EKS. For example, + * aws emr-containers start-job-run.

    + *
  • + *
  • + *

    It is the prefix before IAM policy actions for Amazon EMR on EKS. For + * example, "Action": [ "emr-containers:StartJobRun"]. For more + * information, see Policy actions for Amazon EMR on EKS.

    + *
  • + *
  • + *

    It is the prefix used in Amazon EMR on EKS service endpoints. For example, + * emr-containers.us-east-2.amazonaws.com. For more information, see + * Amazon EMR on EKSService Endpoints.

    + *
  • + *
+ * + * @packageDocumentation + */ export * from "./EMRContainersClient"; +export * from "./EMRContainers"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { EMRContainersServiceException } from "./models/EMRContainersServiceException"; diff --git a/clients/client-emr-containers/src/models/EMRContainersServiceException.ts b/clients/client-emr-containers/src/models/EMRContainersServiceException.ts index a84803606a57a..ad601a3648005 100644 --- a/clients/client-emr-containers/src/models/EMRContainersServiceException.ts +++ b/clients/client-emr-containers/src/models/EMRContainersServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-emr-serverless/src/EMRServerlessClient.ts b/clients/client-emr-serverless/src/EMRServerlessClient.ts index 716be2df63004..7beaa0ac5ebf8 100644 --- a/clients/client-emr-serverless/src/EMRServerlessClient.ts +++ b/clients/client-emr-serverless/src/EMRServerlessClient.ts @@ -80,6 +80,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -247,7 +249,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type EMRServerlessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type EMRServerlessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -266,7 +268,7 @@ export interface EMRServerlessClientConfig extends EMRServerlessClientConfigType /** * @public */ -type EMRServerlessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type EMRServerlessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-emr-serverless/src/commands/CancelJobRunCommand.ts b/clients/client-emr-serverless/src/commands/CancelJobRunCommand.ts index 79fdc0bb3b949..57bd34a2c7316 100644 --- a/clients/client-emr-serverless/src/commands/CancelJobRunCommand.ts +++ b/clients/client-emr-serverless/src/commands/CancelJobRunCommand.ts @@ -17,6 +17,10 @@ import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CancelJobRunRequest, CancelJobRunResponse } from "../models/models_0"; import { de_CancelJobRunCommand, se_CancelJobRunCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-serverless/src/commands/CreateApplicationCommand.ts b/clients/client-emr-serverless/src/commands/CreateApplicationCommand.ts index 424823d429895..1c2516ef939e2 100644 --- a/clients/client-emr-serverless/src/commands/CreateApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/CreateApplicationCommand.ts @@ -17,6 +17,10 @@ import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0"; import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-serverless/src/commands/DeleteApplicationCommand.ts b/clients/client-emr-serverless/src/commands/DeleteApplicationCommand.ts index c77a634e772e8..b63d9af413824 100644 --- a/clients/client-emr-serverless/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/DeleteApplicationCommand.ts @@ -17,6 +17,10 @@ import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0"; import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-serverless/src/commands/GetApplicationCommand.ts b/clients/client-emr-serverless/src/commands/GetApplicationCommand.ts index a7d84e8c04209..69d61ae7d4cff 100644 --- a/clients/client-emr-serverless/src/commands/GetApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/GetApplicationCommand.ts @@ -17,6 +17,10 @@ import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetApplicationRequest, GetApplicationResponse } from "../models/models_0"; import { de_GetApplicationCommand, se_GetApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-serverless/src/commands/GetDashboardForJobRunCommand.ts b/clients/client-emr-serverless/src/commands/GetDashboardForJobRunCommand.ts index cb87b3abae761..e2b20e9ca0cb6 100644 --- a/clients/client-emr-serverless/src/commands/GetDashboardForJobRunCommand.ts +++ b/clients/client-emr-serverless/src/commands/GetDashboardForJobRunCommand.ts @@ -17,6 +17,10 @@ import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetDashboardForJobRunRequest, GetDashboardForJobRunResponse } from "../models/models_0"; import { de_GetDashboardForJobRunCommand, se_GetDashboardForJobRunCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-serverless/src/commands/GetJobRunCommand.ts b/clients/client-emr-serverless/src/commands/GetJobRunCommand.ts index e7360aba45fe0..53e1452297530 100644 --- a/clients/client-emr-serverless/src/commands/GetJobRunCommand.ts +++ b/clients/client-emr-serverless/src/commands/GetJobRunCommand.ts @@ -17,6 +17,10 @@ import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetJobRunRequest, GetJobRunResponse, GetJobRunResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetJobRunCommand, se_GetJobRunCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-serverless/src/commands/ListApplicationsCommand.ts b/clients/client-emr-serverless/src/commands/ListApplicationsCommand.ts index b7ed24f56cf9e..4b8347e7bccff 100644 --- a/clients/client-emr-serverless/src/commands/ListApplicationsCommand.ts +++ b/clients/client-emr-serverless/src/commands/ListApplicationsCommand.ts @@ -17,6 +17,10 @@ import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0"; import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-serverless/src/commands/ListJobRunsCommand.ts b/clients/client-emr-serverless/src/commands/ListJobRunsCommand.ts index fa0592cf23f31..52f5837fb2622 100644 --- a/clients/client-emr-serverless/src/commands/ListJobRunsCommand.ts +++ b/clients/client-emr-serverless/src/commands/ListJobRunsCommand.ts @@ -17,6 +17,10 @@ import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListJobRunsRequest, ListJobRunsResponse } from "../models/models_0"; import { de_ListJobRunsCommand, se_ListJobRunsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-serverless/src/commands/ListTagsForResourceCommand.ts b/clients/client-emr-serverless/src/commands/ListTagsForResourceCommand.ts index ede97aa970f63..20d4cc31c6ed7 100644 --- a/clients/client-emr-serverless/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-emr-serverless/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-serverless/src/commands/StartApplicationCommand.ts b/clients/client-emr-serverless/src/commands/StartApplicationCommand.ts index 0c30c3d5afce5..ed55983e72530 100644 --- a/clients/client-emr-serverless/src/commands/StartApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/StartApplicationCommand.ts @@ -17,6 +17,10 @@ import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { StartApplicationRequest, StartApplicationResponse } from "../models/models_0"; import { de_StartApplicationCommand, se_StartApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-serverless/src/commands/StartJobRunCommand.ts b/clients/client-emr-serverless/src/commands/StartJobRunCommand.ts index 3d665918947e2..d3c35a1062ee6 100644 --- a/clients/client-emr-serverless/src/commands/StartJobRunCommand.ts +++ b/clients/client-emr-serverless/src/commands/StartJobRunCommand.ts @@ -17,6 +17,10 @@ import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { StartJobRunRequest, StartJobRunRequestFilterSensitiveLog, StartJobRunResponse } from "../models/models_0"; import { de_StartJobRunCommand, se_StartJobRunCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-serverless/src/commands/StopApplicationCommand.ts b/clients/client-emr-serverless/src/commands/StopApplicationCommand.ts index a781c87b90b81..539aa949ec336 100644 --- a/clients/client-emr-serverless/src/commands/StopApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/StopApplicationCommand.ts @@ -17,6 +17,10 @@ import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { StopApplicationRequest, StopApplicationResponse } from "../models/models_0"; import { de_StopApplicationCommand, se_StopApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-serverless/src/commands/TagResourceCommand.ts b/clients/client-emr-serverless/src/commands/TagResourceCommand.ts index 0f37db702cb48..80822e77e99df 100644 --- a/clients/client-emr-serverless/src/commands/TagResourceCommand.ts +++ b/clients/client-emr-serverless/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-serverless/src/commands/UntagResourceCommand.ts b/clients/client-emr-serverless/src/commands/UntagResourceCommand.ts index 9aaf4ce717eaa..1e2ebde9825c1 100644 --- a/clients/client-emr-serverless/src/commands/UntagResourceCommand.ts +++ b/clients/client-emr-serverless/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-serverless/src/commands/UpdateApplicationCommand.ts b/clients/client-emr-serverless/src/commands/UpdateApplicationCommand.ts index 28b3c41b7e727..daed56d234088 100644 --- a/clients/client-emr-serverless/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-emr-serverless/src/commands/UpdateApplicationCommand.ts @@ -17,6 +17,10 @@ import { EMRServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0"; import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr-serverless/src/index.ts b/clients/client-emr-serverless/src/index.ts index 3e01bf7414352..2f8eac9866524 100644 --- a/clients/client-emr-serverless/src/index.ts +++ b/clients/client-emr-serverless/src/index.ts @@ -1,8 +1,35 @@ -export * from "./EMRServerless"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon EMR Serverless is a new deployment option for Amazon EMR. EMR Serverless provides + * a serverless runtime environment that simplifies running analytics applications using the + * latest open source frameworks such as Apache Spark and Apache Hive. With EMR Serverless, + * you don’t have to configure, optimize, secure, or operate clusters to run applications with + * these frameworks.

+ *

The API reference to Amazon EMR Serverless is emr-serverless. The + * emr-serverless prefix is used in the following scenarios:

+ *
    + *
  • + *

    It is the prefix in the CLI commands for Amazon EMR Serverless. For example, + * aws emr-serverless start-job-run.

    + *
  • + *
  • + *

    It is the prefix before IAM policy actions for Amazon EMR Serverless. For example, + * "Action": ["emr-serverless:StartJobRun"]. For more information, see + * Policy actions for Amazon EMR Serverless.

    + *
  • + *
  • + *

    It is the prefix used in Amazon EMR Serverless service endpoints. For example, + * emr-serverless.us-east-2.amazonaws.com.

    + *
  • + *
+ * + * @packageDocumentation + */ export * from "./EMRServerlessClient"; +export * from "./EMRServerless"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { EMRServerlessServiceException } from "./models/EMRServerlessServiceException"; diff --git a/clients/client-emr-serverless/src/models/EMRServerlessServiceException.ts b/clients/client-emr-serverless/src/models/EMRServerlessServiceException.ts index dbe26e84c1398..0632c870039ac 100644 --- a/clients/client-emr-serverless/src/models/EMRServerlessServiceException.ts +++ b/clients/client-emr-serverless/src/models/EMRServerlessServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-emr/src/EMRClient.ts b/clients/client-emr/src/EMRClient.ts index ffc34a89aa792..45c096c045a1c 100644 --- a/clients/client-emr/src/EMRClient.ts +++ b/clients/client-emr/src/EMRClient.ts @@ -202,6 +202,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -445,7 +447,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type EMRClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type EMRClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -464,7 +466,7 @@ export interface EMRClientConfig extends EMRClientConfigType {} /** * @public */ -type EMRClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type EMRClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-emr/src/commands/AddInstanceFleetCommand.ts b/clients/client-emr/src/commands/AddInstanceFleetCommand.ts index 4227d5e5aa4e8..f348a64a57c78 100644 --- a/clients/client-emr/src/commands/AddInstanceFleetCommand.ts +++ b/clients/client-emr/src/commands/AddInstanceFleetCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AddInstanceFleetInput, AddInstanceFleetOutput } from "../models/models_0"; import { de_AddInstanceFleetCommand, se_AddInstanceFleetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/AddInstanceGroupsCommand.ts b/clients/client-emr/src/commands/AddInstanceGroupsCommand.ts index f3f574744f99a..6571092072b35 100644 --- a/clients/client-emr/src/commands/AddInstanceGroupsCommand.ts +++ b/clients/client-emr/src/commands/AddInstanceGroupsCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AddInstanceGroupsInput, AddInstanceGroupsOutput } from "../models/models_0"; import { de_AddInstanceGroupsCommand, se_AddInstanceGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/AddJobFlowStepsCommand.ts b/clients/client-emr/src/commands/AddJobFlowStepsCommand.ts index 6c82bcfe22aee..b3012c01ef462 100644 --- a/clients/client-emr/src/commands/AddJobFlowStepsCommand.ts +++ b/clients/client-emr/src/commands/AddJobFlowStepsCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AddJobFlowStepsInput, AddJobFlowStepsOutput } from "../models/models_0"; import { de_AddJobFlowStepsCommand, se_AddJobFlowStepsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/AddTagsCommand.ts b/clients/client-emr/src/commands/AddTagsCommand.ts index 28f67dc3270d7..5a175bedd68f1 100644 --- a/clients/client-emr/src/commands/AddTagsCommand.ts +++ b/clients/client-emr/src/commands/AddTagsCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AddTagsInput, AddTagsOutput } from "../models/models_0"; import { de_AddTagsCommand, se_AddTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/CancelStepsCommand.ts b/clients/client-emr/src/commands/CancelStepsCommand.ts index df00e4cc956b6..be896a266a965 100644 --- a/clients/client-emr/src/commands/CancelStepsCommand.ts +++ b/clients/client-emr/src/commands/CancelStepsCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CancelStepsInput, CancelStepsOutput } from "../models/models_0"; import { de_CancelStepsCommand, se_CancelStepsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/CreateSecurityConfigurationCommand.ts b/clients/client-emr/src/commands/CreateSecurityConfigurationCommand.ts index 1ea5c5106b58f..2644d61f2e9ca 100644 --- a/clients/client-emr/src/commands/CreateSecurityConfigurationCommand.ts +++ b/clients/client-emr/src/commands/CreateSecurityConfigurationCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateSecurityConfigurationInput, CreateSecurityConfigurationOutput } from "../models/models_0"; import { de_CreateSecurityConfigurationCommand, se_CreateSecurityConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/CreateStudioCommand.ts b/clients/client-emr/src/commands/CreateStudioCommand.ts index 3ecc0de710ed7..7348dc5c71b50 100644 --- a/clients/client-emr/src/commands/CreateStudioCommand.ts +++ b/clients/client-emr/src/commands/CreateStudioCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateStudioInput, CreateStudioOutput } from "../models/models_0"; import { de_CreateStudioCommand, se_CreateStudioCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/CreateStudioSessionMappingCommand.ts b/clients/client-emr/src/commands/CreateStudioSessionMappingCommand.ts index 32a215ed9404d..37d2c2b859629 100644 --- a/clients/client-emr/src/commands/CreateStudioSessionMappingCommand.ts +++ b/clients/client-emr/src/commands/CreateStudioSessionMappingCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateStudioSessionMappingInput } from "../models/models_0"; import { de_CreateStudioSessionMappingCommand, se_CreateStudioSessionMappingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/DeleteSecurityConfigurationCommand.ts b/clients/client-emr/src/commands/DeleteSecurityConfigurationCommand.ts index c5baf04d13861..aef079c2c08b6 100644 --- a/clients/client-emr/src/commands/DeleteSecurityConfigurationCommand.ts +++ b/clients/client-emr/src/commands/DeleteSecurityConfigurationCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteSecurityConfigurationInput, DeleteSecurityConfigurationOutput } from "../models/models_0"; import { de_DeleteSecurityConfigurationCommand, se_DeleteSecurityConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/DeleteStudioCommand.ts b/clients/client-emr/src/commands/DeleteStudioCommand.ts index 8b0505644530a..50c63426eb1bc 100644 --- a/clients/client-emr/src/commands/DeleteStudioCommand.ts +++ b/clients/client-emr/src/commands/DeleteStudioCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteStudioInput } from "../models/models_0"; import { de_DeleteStudioCommand, se_DeleteStudioCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/DeleteStudioSessionMappingCommand.ts b/clients/client-emr/src/commands/DeleteStudioSessionMappingCommand.ts index 02064cdd595f4..23b6c7c395edd 100644 --- a/clients/client-emr/src/commands/DeleteStudioSessionMappingCommand.ts +++ b/clients/client-emr/src/commands/DeleteStudioSessionMappingCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteStudioSessionMappingInput } from "../models/models_0"; import { de_DeleteStudioSessionMappingCommand, se_DeleteStudioSessionMappingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/DescribeClusterCommand.ts b/clients/client-emr/src/commands/DescribeClusterCommand.ts index 985f422d75f22..5d9715fb67287 100644 --- a/clients/client-emr/src/commands/DescribeClusterCommand.ts +++ b/clients/client-emr/src/commands/DescribeClusterCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeClusterInput, DescribeClusterOutput } from "../models/models_0"; import { de_DescribeClusterCommand, se_DescribeClusterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts b/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts index ff5d31111bfd6..f26321d53f889 100644 --- a/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts +++ b/clients/client-emr/src/commands/DescribeJobFlowsCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeJobFlowsInput, DescribeJobFlowsOutput } from "../models/models_0"; import { de_DescribeJobFlowsCommand, se_DescribeJobFlowsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/DescribeNotebookExecutionCommand.ts b/clients/client-emr/src/commands/DescribeNotebookExecutionCommand.ts index 7be3c3e7f40ee..bd3256abc924f 100644 --- a/clients/client-emr/src/commands/DescribeNotebookExecutionCommand.ts +++ b/clients/client-emr/src/commands/DescribeNotebookExecutionCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeNotebookExecutionInput, DescribeNotebookExecutionOutput } from "../models/models_0"; import { de_DescribeNotebookExecutionCommand, se_DescribeNotebookExecutionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/DescribeReleaseLabelCommand.ts b/clients/client-emr/src/commands/DescribeReleaseLabelCommand.ts index eb0d92abe0bec..88b4c0557e60a 100644 --- a/clients/client-emr/src/commands/DescribeReleaseLabelCommand.ts +++ b/clients/client-emr/src/commands/DescribeReleaseLabelCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeReleaseLabelInput, DescribeReleaseLabelOutput } from "../models/models_0"; import { de_DescribeReleaseLabelCommand, se_DescribeReleaseLabelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/DescribeSecurityConfigurationCommand.ts b/clients/client-emr/src/commands/DescribeSecurityConfigurationCommand.ts index f774a21e99401..be21bec88baf4 100644 --- a/clients/client-emr/src/commands/DescribeSecurityConfigurationCommand.ts +++ b/clients/client-emr/src/commands/DescribeSecurityConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeSecurityConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/DescribeStepCommand.ts b/clients/client-emr/src/commands/DescribeStepCommand.ts index ef3b97a6d1f50..58363431883c0 100644 --- a/clients/client-emr/src/commands/DescribeStepCommand.ts +++ b/clients/client-emr/src/commands/DescribeStepCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeStepInput, DescribeStepOutput } from "../models/models_0"; import { de_DescribeStepCommand, se_DescribeStepCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/DescribeStudioCommand.ts b/clients/client-emr/src/commands/DescribeStudioCommand.ts index 4a83908f155a1..548ac03fd5b65 100644 --- a/clients/client-emr/src/commands/DescribeStudioCommand.ts +++ b/clients/client-emr/src/commands/DescribeStudioCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeStudioInput, DescribeStudioOutput } from "../models/models_0"; import { de_DescribeStudioCommand, se_DescribeStudioCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/GetAutoTerminationPolicyCommand.ts b/clients/client-emr/src/commands/GetAutoTerminationPolicyCommand.ts index 593b81ee23956..bb4da47d85ff7 100644 --- a/clients/client-emr/src/commands/GetAutoTerminationPolicyCommand.ts +++ b/clients/client-emr/src/commands/GetAutoTerminationPolicyCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetAutoTerminationPolicyInput, GetAutoTerminationPolicyOutput } from "../models/models_0"; import { de_GetAutoTerminationPolicyCommand, se_GetAutoTerminationPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/GetBlockPublicAccessConfigurationCommand.ts b/clients/client-emr/src/commands/GetBlockPublicAccessConfigurationCommand.ts index d53df1a1ba473..0d5e72f9fe0ba 100644 --- a/clients/client-emr/src/commands/GetBlockPublicAccessConfigurationCommand.ts +++ b/clients/client-emr/src/commands/GetBlockPublicAccessConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_GetBlockPublicAccessConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/GetClusterSessionCredentialsCommand.ts b/clients/client-emr/src/commands/GetClusterSessionCredentialsCommand.ts index 77d80f21f9d5b..5e9df91a2d6d3 100644 --- a/clients/client-emr/src/commands/GetClusterSessionCredentialsCommand.ts +++ b/clients/client-emr/src/commands/GetClusterSessionCredentialsCommand.ts @@ -24,6 +24,10 @@ import { se_GetClusterSessionCredentialsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/GetManagedScalingPolicyCommand.ts b/clients/client-emr/src/commands/GetManagedScalingPolicyCommand.ts index 9182ac9680f25..8f52e2d030011 100644 --- a/clients/client-emr/src/commands/GetManagedScalingPolicyCommand.ts +++ b/clients/client-emr/src/commands/GetManagedScalingPolicyCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetManagedScalingPolicyInput, GetManagedScalingPolicyOutput } from "../models/models_0"; import { de_GetManagedScalingPolicyCommand, se_GetManagedScalingPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/GetStudioSessionMappingCommand.ts b/clients/client-emr/src/commands/GetStudioSessionMappingCommand.ts index fb5d976f659c8..f1b3f01f1f5e7 100644 --- a/clients/client-emr/src/commands/GetStudioSessionMappingCommand.ts +++ b/clients/client-emr/src/commands/GetStudioSessionMappingCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetStudioSessionMappingInput, GetStudioSessionMappingOutput } from "../models/models_0"; import { de_GetStudioSessionMappingCommand, se_GetStudioSessionMappingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/ListBootstrapActionsCommand.ts b/clients/client-emr/src/commands/ListBootstrapActionsCommand.ts index b51c35a6f0837..8c11275ecc772 100644 --- a/clients/client-emr/src/commands/ListBootstrapActionsCommand.ts +++ b/clients/client-emr/src/commands/ListBootstrapActionsCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListBootstrapActionsInput, ListBootstrapActionsOutput } from "../models/models_0"; import { de_ListBootstrapActionsCommand, se_ListBootstrapActionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/ListClustersCommand.ts b/clients/client-emr/src/commands/ListClustersCommand.ts index b659413474514..47785af52409d 100644 --- a/clients/client-emr/src/commands/ListClustersCommand.ts +++ b/clients/client-emr/src/commands/ListClustersCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListClustersInput, ListClustersOutput } from "../models/models_0"; import { de_ListClustersCommand, se_ListClustersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/ListInstanceFleetsCommand.ts b/clients/client-emr/src/commands/ListInstanceFleetsCommand.ts index 6e27e1a481bf5..d059e89359785 100644 --- a/clients/client-emr/src/commands/ListInstanceFleetsCommand.ts +++ b/clients/client-emr/src/commands/ListInstanceFleetsCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListInstanceFleetsInput, ListInstanceFleetsOutput } from "../models/models_0"; import { de_ListInstanceFleetsCommand, se_ListInstanceFleetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/ListInstanceGroupsCommand.ts b/clients/client-emr/src/commands/ListInstanceGroupsCommand.ts index a899e0f140d55..1eb4bee759958 100644 --- a/clients/client-emr/src/commands/ListInstanceGroupsCommand.ts +++ b/clients/client-emr/src/commands/ListInstanceGroupsCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListInstanceGroupsInput, ListInstanceGroupsOutput } from "../models/models_0"; import { de_ListInstanceGroupsCommand, se_ListInstanceGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/ListInstancesCommand.ts b/clients/client-emr/src/commands/ListInstancesCommand.ts index 9f0eef869fe40..e3f477af51dc5 100644 --- a/clients/client-emr/src/commands/ListInstancesCommand.ts +++ b/clients/client-emr/src/commands/ListInstancesCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListInstancesInput, ListInstancesOutput } from "../models/models_0"; import { de_ListInstancesCommand, se_ListInstancesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/ListNotebookExecutionsCommand.ts b/clients/client-emr/src/commands/ListNotebookExecutionsCommand.ts index 522c9038aa156..b3a9f450c3561 100644 --- a/clients/client-emr/src/commands/ListNotebookExecutionsCommand.ts +++ b/clients/client-emr/src/commands/ListNotebookExecutionsCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListNotebookExecutionsInput, ListNotebookExecutionsOutput } from "../models/models_0"; import { de_ListNotebookExecutionsCommand, se_ListNotebookExecutionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/ListReleaseLabelsCommand.ts b/clients/client-emr/src/commands/ListReleaseLabelsCommand.ts index bd1bda0cb76e6..ca04145634554 100644 --- a/clients/client-emr/src/commands/ListReleaseLabelsCommand.ts +++ b/clients/client-emr/src/commands/ListReleaseLabelsCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListReleaseLabelsInput, ListReleaseLabelsOutput } from "../models/models_0"; import { de_ListReleaseLabelsCommand, se_ListReleaseLabelsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/ListSecurityConfigurationsCommand.ts b/clients/client-emr/src/commands/ListSecurityConfigurationsCommand.ts index 173b1c4659368..e9453fd62e2cb 100644 --- a/clients/client-emr/src/commands/ListSecurityConfigurationsCommand.ts +++ b/clients/client-emr/src/commands/ListSecurityConfigurationsCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListSecurityConfigurationsInput, ListSecurityConfigurationsOutput } from "../models/models_0"; import { de_ListSecurityConfigurationsCommand, se_ListSecurityConfigurationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/ListStepsCommand.ts b/clients/client-emr/src/commands/ListStepsCommand.ts index 51e515ec852c7..0b496c7d9532a 100644 --- a/clients/client-emr/src/commands/ListStepsCommand.ts +++ b/clients/client-emr/src/commands/ListStepsCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListStepsInput, ListStepsOutput } from "../models/models_0"; import { de_ListStepsCommand, se_ListStepsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/ListStudioSessionMappingsCommand.ts b/clients/client-emr/src/commands/ListStudioSessionMappingsCommand.ts index 954102229b0ac..9b2307ef77605 100644 --- a/clients/client-emr/src/commands/ListStudioSessionMappingsCommand.ts +++ b/clients/client-emr/src/commands/ListStudioSessionMappingsCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListStudioSessionMappingsInput, ListStudioSessionMappingsOutput } from "../models/models_0"; import { de_ListStudioSessionMappingsCommand, se_ListStudioSessionMappingsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/ListStudiosCommand.ts b/clients/client-emr/src/commands/ListStudiosCommand.ts index 887dfed730834..b0da35281bc5e 100644 --- a/clients/client-emr/src/commands/ListStudiosCommand.ts +++ b/clients/client-emr/src/commands/ListStudiosCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListStudiosInput, ListStudiosOutput } from "../models/models_0"; import { de_ListStudiosCommand, se_ListStudiosCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/ModifyClusterCommand.ts b/clients/client-emr/src/commands/ModifyClusterCommand.ts index 9e85c7e2d344b..3778732f7ab96 100644 --- a/clients/client-emr/src/commands/ModifyClusterCommand.ts +++ b/clients/client-emr/src/commands/ModifyClusterCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyClusterInput, ModifyClusterOutput } from "../models/models_0"; import { de_ModifyClusterCommand, se_ModifyClusterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/ModifyInstanceFleetCommand.ts b/clients/client-emr/src/commands/ModifyInstanceFleetCommand.ts index 2d983d8e7f667..2382a2f77a61e 100644 --- a/clients/client-emr/src/commands/ModifyInstanceFleetCommand.ts +++ b/clients/client-emr/src/commands/ModifyInstanceFleetCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyInstanceFleetInput } from "../models/models_0"; import { de_ModifyInstanceFleetCommand, se_ModifyInstanceFleetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/ModifyInstanceGroupsCommand.ts b/clients/client-emr/src/commands/ModifyInstanceGroupsCommand.ts index 832244d71a854..1fe40c77fa4d3 100644 --- a/clients/client-emr/src/commands/ModifyInstanceGroupsCommand.ts +++ b/clients/client-emr/src/commands/ModifyInstanceGroupsCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ModifyInstanceGroupsInput } from "../models/models_0"; import { de_ModifyInstanceGroupsCommand, se_ModifyInstanceGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/PutAutoScalingPolicyCommand.ts b/clients/client-emr/src/commands/PutAutoScalingPolicyCommand.ts index 57cc3f45ec8e8..e98dc51e84d54 100644 --- a/clients/client-emr/src/commands/PutAutoScalingPolicyCommand.ts +++ b/clients/client-emr/src/commands/PutAutoScalingPolicyCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutAutoScalingPolicyInput, PutAutoScalingPolicyOutput } from "../models/models_0"; import { de_PutAutoScalingPolicyCommand, se_PutAutoScalingPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/PutAutoTerminationPolicyCommand.ts b/clients/client-emr/src/commands/PutAutoTerminationPolicyCommand.ts index 63c3beec504e7..314196ed4872a 100644 --- a/clients/client-emr/src/commands/PutAutoTerminationPolicyCommand.ts +++ b/clients/client-emr/src/commands/PutAutoTerminationPolicyCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutAutoTerminationPolicyInput, PutAutoTerminationPolicyOutput } from "../models/models_0"; import { de_PutAutoTerminationPolicyCommand, se_PutAutoTerminationPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/PutBlockPublicAccessConfigurationCommand.ts b/clients/client-emr/src/commands/PutBlockPublicAccessConfigurationCommand.ts index eb13eb8046289..7e48bdfe72a17 100644 --- a/clients/client-emr/src/commands/PutBlockPublicAccessConfigurationCommand.ts +++ b/clients/client-emr/src/commands/PutBlockPublicAccessConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_PutBlockPublicAccessConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/PutManagedScalingPolicyCommand.ts b/clients/client-emr/src/commands/PutManagedScalingPolicyCommand.ts index 7ad3ceb1ef890..59724670cb306 100644 --- a/clients/client-emr/src/commands/PutManagedScalingPolicyCommand.ts +++ b/clients/client-emr/src/commands/PutManagedScalingPolicyCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutManagedScalingPolicyInput, PutManagedScalingPolicyOutput } from "../models/models_0"; import { de_PutManagedScalingPolicyCommand, se_PutManagedScalingPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/RemoveAutoScalingPolicyCommand.ts b/clients/client-emr/src/commands/RemoveAutoScalingPolicyCommand.ts index 31ded4bfaca23..d4a34f98cfabf 100644 --- a/clients/client-emr/src/commands/RemoveAutoScalingPolicyCommand.ts +++ b/clients/client-emr/src/commands/RemoveAutoScalingPolicyCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RemoveAutoScalingPolicyInput, RemoveAutoScalingPolicyOutput } from "../models/models_0"; import { de_RemoveAutoScalingPolicyCommand, se_RemoveAutoScalingPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/RemoveAutoTerminationPolicyCommand.ts b/clients/client-emr/src/commands/RemoveAutoTerminationPolicyCommand.ts index 5e5ffaa7880f3..643e83bbc0f34 100644 --- a/clients/client-emr/src/commands/RemoveAutoTerminationPolicyCommand.ts +++ b/clients/client-emr/src/commands/RemoveAutoTerminationPolicyCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RemoveAutoTerminationPolicyInput, RemoveAutoTerminationPolicyOutput } from "../models/models_0"; import { de_RemoveAutoTerminationPolicyCommand, se_RemoveAutoTerminationPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/RemoveManagedScalingPolicyCommand.ts b/clients/client-emr/src/commands/RemoveManagedScalingPolicyCommand.ts index c91912ad52717..76a247e50be5f 100644 --- a/clients/client-emr/src/commands/RemoveManagedScalingPolicyCommand.ts +++ b/clients/client-emr/src/commands/RemoveManagedScalingPolicyCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RemoveManagedScalingPolicyInput, RemoveManagedScalingPolicyOutput } from "../models/models_0"; import { de_RemoveManagedScalingPolicyCommand, se_RemoveManagedScalingPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/RemoveTagsCommand.ts b/clients/client-emr/src/commands/RemoveTagsCommand.ts index 2237648678d11..2508c02a9e8f5 100644 --- a/clients/client-emr/src/commands/RemoveTagsCommand.ts +++ b/clients/client-emr/src/commands/RemoveTagsCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0"; import { de_RemoveTagsCommand, se_RemoveTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/RunJobFlowCommand.ts b/clients/client-emr/src/commands/RunJobFlowCommand.ts index 36f1dc6639a11..b83145d01fd3c 100644 --- a/clients/client-emr/src/commands/RunJobFlowCommand.ts +++ b/clients/client-emr/src/commands/RunJobFlowCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RunJobFlowInput, RunJobFlowOutput } from "../models/models_0"; import { de_RunJobFlowCommand, se_RunJobFlowCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/SetTerminationProtectionCommand.ts b/clients/client-emr/src/commands/SetTerminationProtectionCommand.ts index 0c9dad312b37b..75bf101c887be 100644 --- a/clients/client-emr/src/commands/SetTerminationProtectionCommand.ts +++ b/clients/client-emr/src/commands/SetTerminationProtectionCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { SetTerminationProtectionInput } from "../models/models_0"; import { de_SetTerminationProtectionCommand, se_SetTerminationProtectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/SetVisibleToAllUsersCommand.ts b/clients/client-emr/src/commands/SetVisibleToAllUsersCommand.ts index dd857db851b22..7ed849ca2bc1f 100644 --- a/clients/client-emr/src/commands/SetVisibleToAllUsersCommand.ts +++ b/clients/client-emr/src/commands/SetVisibleToAllUsersCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { SetVisibleToAllUsersInput } from "../models/models_0"; import { de_SetVisibleToAllUsersCommand, se_SetVisibleToAllUsersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/StartNotebookExecutionCommand.ts b/clients/client-emr/src/commands/StartNotebookExecutionCommand.ts index 23bc027def2a9..c0abb6f4b9634 100644 --- a/clients/client-emr/src/commands/StartNotebookExecutionCommand.ts +++ b/clients/client-emr/src/commands/StartNotebookExecutionCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { StartNotebookExecutionInput, StartNotebookExecutionOutput } from "../models/models_0"; import { de_StartNotebookExecutionCommand, se_StartNotebookExecutionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/StopNotebookExecutionCommand.ts b/clients/client-emr/src/commands/StopNotebookExecutionCommand.ts index 8b854010a900e..65db689cc47b1 100644 --- a/clients/client-emr/src/commands/StopNotebookExecutionCommand.ts +++ b/clients/client-emr/src/commands/StopNotebookExecutionCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { StopNotebookExecutionInput } from "../models/models_0"; import { de_StopNotebookExecutionCommand, se_StopNotebookExecutionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/TerminateJobFlowsCommand.ts b/clients/client-emr/src/commands/TerminateJobFlowsCommand.ts index fba42308c4a92..abd103a46f378 100644 --- a/clients/client-emr/src/commands/TerminateJobFlowsCommand.ts +++ b/clients/client-emr/src/commands/TerminateJobFlowsCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TerminateJobFlowsInput } from "../models/models_0"; import { de_TerminateJobFlowsCommand, se_TerminateJobFlowsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/UpdateStudioCommand.ts b/clients/client-emr/src/commands/UpdateStudioCommand.ts index 87b8768922dd0..a2c09d1f2d81d 100644 --- a/clients/client-emr/src/commands/UpdateStudioCommand.ts +++ b/clients/client-emr/src/commands/UpdateStudioCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateStudioInput } from "../models/models_0"; import { de_UpdateStudioCommand, se_UpdateStudioCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/commands/UpdateStudioSessionMappingCommand.ts b/clients/client-emr/src/commands/UpdateStudioSessionMappingCommand.ts index 71fd49ef0f26e..20c983e208451 100644 --- a/clients/client-emr/src/commands/UpdateStudioSessionMappingCommand.ts +++ b/clients/client-emr/src/commands/UpdateStudioSessionMappingCommand.ts @@ -17,6 +17,10 @@ import { EMRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateStudioSessionMappingInput } from "../models/models_0"; import { de_UpdateStudioSessionMappingCommand, se_UpdateStudioSessionMappingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-emr/src/index.ts b/clients/client-emr/src/index.ts index a10a5badabf61..92d224dfb45c8 100644 --- a/clients/client-emr/src/index.ts +++ b/clients/client-emr/src/index.ts @@ -1,9 +1,17 @@ -export * from "./EMR"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon EMR is a web service that makes it easier to process large amounts of + * data efficiently. Amazon EMR uses Hadoop processing combined with several Amazon Web Services services to do tasks such as web indexing, data mining, log file analysis, + * machine learning, scientific simulation, and data warehouse management.

+ * + * @packageDocumentation + */ export * from "./EMRClient"; +export * from "./EMR"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { EMRServiceException } from "./models/EMRServiceException"; diff --git a/clients/client-emr/src/models/EMRServiceException.ts b/clients/client-emr/src/models/EMRServiceException.ts index 0781ff986f18a..86e0da21f8a5c 100644 --- a/clients/client-emr/src/models/EMRServiceException.ts +++ b/clients/client-emr/src/models/EMRServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-eventbridge/src/EventBridgeClient.ts b/clients/client-eventbridge/src/EventBridgeClient.ts index 68c4436319f92..adf0aeb6bf12d 100644 --- a/clients/client-eventbridge/src/EventBridgeClient.ts +++ b/clients/client-eventbridge/src/EventBridgeClient.ts @@ -163,6 +163,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -412,7 +414,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type EventBridgeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type EventBridgeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -431,7 +433,7 @@ export interface EventBridgeClientConfig extends EventBridgeClientConfigType {} /** * @public */ -type EventBridgeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type EventBridgeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-eventbridge/src/commands/ActivateEventSourceCommand.ts b/clients/client-eventbridge/src/commands/ActivateEventSourceCommand.ts index 2cc18ad4bc686..79eabec1a7f78 100644 --- a/clients/client-eventbridge/src/commands/ActivateEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/ActivateEventSourceCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ActivateEventSourceRequest } from "../models/models_0"; import { de_ActivateEventSourceCommand, se_ActivateEventSourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/CancelReplayCommand.ts b/clients/client-eventbridge/src/commands/CancelReplayCommand.ts index 764e53cbfaeda..6105b66b3855c 100644 --- a/clients/client-eventbridge/src/commands/CancelReplayCommand.ts +++ b/clients/client-eventbridge/src/commands/CancelReplayCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CancelReplayRequest, CancelReplayResponse } from "../models/models_0"; import { de_CancelReplayCommand, se_CancelReplayCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/CreateApiDestinationCommand.ts b/clients/client-eventbridge/src/commands/CreateApiDestinationCommand.ts index 2c9c5f04aad98..c08b2da29fa56 100644 --- a/clients/client-eventbridge/src/commands/CreateApiDestinationCommand.ts +++ b/clients/client-eventbridge/src/commands/CreateApiDestinationCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateApiDestinationRequest, CreateApiDestinationResponse } from "../models/models_0"; import { de_CreateApiDestinationCommand, se_CreateApiDestinationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/CreateArchiveCommand.ts b/clients/client-eventbridge/src/commands/CreateArchiveCommand.ts index 7cfebc35cff48..316355dc52766 100644 --- a/clients/client-eventbridge/src/commands/CreateArchiveCommand.ts +++ b/clients/client-eventbridge/src/commands/CreateArchiveCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateArchiveRequest, CreateArchiveResponse } from "../models/models_0"; import { de_CreateArchiveCommand, se_CreateArchiveCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/CreateConnectionCommand.ts b/clients/client-eventbridge/src/commands/CreateConnectionCommand.ts index 1c9371257ebf3..0e7194ac14326 100644 --- a/clients/client-eventbridge/src/commands/CreateConnectionCommand.ts +++ b/clients/client-eventbridge/src/commands/CreateConnectionCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0"; import { de_CreateConnectionCommand, se_CreateConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/CreateEndpointCommand.ts b/clients/client-eventbridge/src/commands/CreateEndpointCommand.ts index 20f08155e8d4f..94b810c658859 100644 --- a/clients/client-eventbridge/src/commands/CreateEndpointCommand.ts +++ b/clients/client-eventbridge/src/commands/CreateEndpointCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateEndpointRequest, CreateEndpointResponse } from "../models/models_0"; import { de_CreateEndpointCommand, se_CreateEndpointCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/CreateEventBusCommand.ts b/clients/client-eventbridge/src/commands/CreateEventBusCommand.ts index ffdfd2810e314..7b03010045e70 100644 --- a/clients/client-eventbridge/src/commands/CreateEventBusCommand.ts +++ b/clients/client-eventbridge/src/commands/CreateEventBusCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateEventBusRequest, CreateEventBusResponse } from "../models/models_0"; import { de_CreateEventBusCommand, se_CreateEventBusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/CreatePartnerEventSourceCommand.ts b/clients/client-eventbridge/src/commands/CreatePartnerEventSourceCommand.ts index efe575205e283..c53da21672ab8 100644 --- a/clients/client-eventbridge/src/commands/CreatePartnerEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/CreatePartnerEventSourceCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreatePartnerEventSourceRequest, CreatePartnerEventSourceResponse } from "../models/models_0"; import { de_CreatePartnerEventSourceCommand, se_CreatePartnerEventSourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/DeactivateEventSourceCommand.ts b/clients/client-eventbridge/src/commands/DeactivateEventSourceCommand.ts index 2bd634c3019cd..b1357a8831e3b 100644 --- a/clients/client-eventbridge/src/commands/DeactivateEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/DeactivateEventSourceCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeactivateEventSourceRequest } from "../models/models_0"; import { de_DeactivateEventSourceCommand, se_DeactivateEventSourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/DeauthorizeConnectionCommand.ts b/clients/client-eventbridge/src/commands/DeauthorizeConnectionCommand.ts index edb3a8412fbcc..0d2cdd09ee2df 100644 --- a/clients/client-eventbridge/src/commands/DeauthorizeConnectionCommand.ts +++ b/clients/client-eventbridge/src/commands/DeauthorizeConnectionCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeauthorizeConnectionRequest, DeauthorizeConnectionResponse } from "../models/models_0"; import { de_DeauthorizeConnectionCommand, se_DeauthorizeConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/DeleteApiDestinationCommand.ts b/clients/client-eventbridge/src/commands/DeleteApiDestinationCommand.ts index 188632e31a4c9..dc10c311791cb 100644 --- a/clients/client-eventbridge/src/commands/DeleteApiDestinationCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteApiDestinationCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteApiDestinationRequest, DeleteApiDestinationResponse } from "../models/models_0"; import { de_DeleteApiDestinationCommand, se_DeleteApiDestinationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/DeleteArchiveCommand.ts b/clients/client-eventbridge/src/commands/DeleteArchiveCommand.ts index a9fc4e3d54133..4b8daad6b4d90 100644 --- a/clients/client-eventbridge/src/commands/DeleteArchiveCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteArchiveCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteArchiveRequest, DeleteArchiveResponse } from "../models/models_0"; import { de_DeleteArchiveCommand, se_DeleteArchiveCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/DeleteConnectionCommand.ts b/clients/client-eventbridge/src/commands/DeleteConnectionCommand.ts index e2c1782974a48..3c156472d685e 100644 --- a/clients/client-eventbridge/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteConnectionCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_0"; import { de_DeleteConnectionCommand, se_DeleteConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/DeleteEndpointCommand.ts b/clients/client-eventbridge/src/commands/DeleteEndpointCommand.ts index 3d4d43140b287..b814b1c5888a9 100644 --- a/clients/client-eventbridge/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteEndpointCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteEndpointRequest, DeleteEndpointResponse } from "../models/models_0"; import { de_DeleteEndpointCommand, se_DeleteEndpointCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/DeleteEventBusCommand.ts b/clients/client-eventbridge/src/commands/DeleteEventBusCommand.ts index e603e7912b1cc..93141af0eebaa 100644 --- a/clients/client-eventbridge/src/commands/DeleteEventBusCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteEventBusCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteEventBusRequest } from "../models/models_0"; import { de_DeleteEventBusCommand, se_DeleteEventBusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/DeletePartnerEventSourceCommand.ts b/clients/client-eventbridge/src/commands/DeletePartnerEventSourceCommand.ts index 008488e75afd1..25ed038fb090d 100644 --- a/clients/client-eventbridge/src/commands/DeletePartnerEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/DeletePartnerEventSourceCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeletePartnerEventSourceRequest } from "../models/models_0"; import { de_DeletePartnerEventSourceCommand, se_DeletePartnerEventSourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/DeleteRuleCommand.ts b/clients/client-eventbridge/src/commands/DeleteRuleCommand.ts index 90a52dcec83bd..54e3204d164e0 100644 --- a/clients/client-eventbridge/src/commands/DeleteRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/DeleteRuleCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteRuleRequest } from "../models/models_0"; import { de_DeleteRuleCommand, se_DeleteRuleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/DescribeApiDestinationCommand.ts b/clients/client-eventbridge/src/commands/DescribeApiDestinationCommand.ts index 4b49199dd378a..aae5bc9cf7404 100644 --- a/clients/client-eventbridge/src/commands/DescribeApiDestinationCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeApiDestinationCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeApiDestinationRequest, DescribeApiDestinationResponse } from "../models/models_0"; import { de_DescribeApiDestinationCommand, se_DescribeApiDestinationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/DescribeArchiveCommand.ts b/clients/client-eventbridge/src/commands/DescribeArchiveCommand.ts index d81ecb135e032..ed69089de30c2 100644 --- a/clients/client-eventbridge/src/commands/DescribeArchiveCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeArchiveCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeArchiveRequest, DescribeArchiveResponse } from "../models/models_0"; import { de_DescribeArchiveCommand, se_DescribeArchiveCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/DescribeConnectionCommand.ts b/clients/client-eventbridge/src/commands/DescribeConnectionCommand.ts index c414f52eafd5c..06f97b2727e92 100644 --- a/clients/client-eventbridge/src/commands/DescribeConnectionCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeConnectionCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeConnectionRequest, DescribeConnectionResponse } from "../models/models_0"; import { de_DescribeConnectionCommand, se_DescribeConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/DescribeEndpointCommand.ts b/clients/client-eventbridge/src/commands/DescribeEndpointCommand.ts index 9b6f94162c955..2817905824d49 100644 --- a/clients/client-eventbridge/src/commands/DescribeEndpointCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeEndpointCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeEndpointRequest, DescribeEndpointResponse } from "../models/models_0"; import { de_DescribeEndpointCommand, se_DescribeEndpointCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/DescribeEventBusCommand.ts b/clients/client-eventbridge/src/commands/DescribeEventBusCommand.ts index 8a371ee26028a..c39cb78e9152b 100644 --- a/clients/client-eventbridge/src/commands/DescribeEventBusCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeEventBusCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeEventBusRequest, DescribeEventBusResponse } from "../models/models_0"; import { de_DescribeEventBusCommand, se_DescribeEventBusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/DescribeEventSourceCommand.ts b/clients/client-eventbridge/src/commands/DescribeEventSourceCommand.ts index 270c0b29ec454..0d0f3440d6806 100644 --- a/clients/client-eventbridge/src/commands/DescribeEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeEventSourceCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeEventSourceRequest, DescribeEventSourceResponse } from "../models/models_0"; import { de_DescribeEventSourceCommand, se_DescribeEventSourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/DescribePartnerEventSourceCommand.ts b/clients/client-eventbridge/src/commands/DescribePartnerEventSourceCommand.ts index 9387bef55e975..72b0c0c710933 100644 --- a/clients/client-eventbridge/src/commands/DescribePartnerEventSourceCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribePartnerEventSourceCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribePartnerEventSourceRequest, DescribePartnerEventSourceResponse } from "../models/models_0"; import { de_DescribePartnerEventSourceCommand, se_DescribePartnerEventSourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/DescribeReplayCommand.ts b/clients/client-eventbridge/src/commands/DescribeReplayCommand.ts index 9882c327e54eb..c9183f34d1d93 100644 --- a/clients/client-eventbridge/src/commands/DescribeReplayCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeReplayCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeReplayRequest, DescribeReplayResponse } from "../models/models_0"; import { de_DescribeReplayCommand, se_DescribeReplayCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/DescribeRuleCommand.ts b/clients/client-eventbridge/src/commands/DescribeRuleCommand.ts index a491bfdd609c6..a62d5846a4dae 100644 --- a/clients/client-eventbridge/src/commands/DescribeRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/DescribeRuleCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeRuleRequest, DescribeRuleResponse } from "../models/models_0"; import { de_DescribeRuleCommand, se_DescribeRuleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/DisableRuleCommand.ts b/clients/client-eventbridge/src/commands/DisableRuleCommand.ts index 68672e0535ce3..1b40226b1a0bc 100644 --- a/clients/client-eventbridge/src/commands/DisableRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/DisableRuleCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DisableRuleRequest } from "../models/models_0"; import { de_DisableRuleCommand, se_DisableRuleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/EnableRuleCommand.ts b/clients/client-eventbridge/src/commands/EnableRuleCommand.ts index 940da1686e0ba..7bdd741bf887c 100644 --- a/clients/client-eventbridge/src/commands/EnableRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/EnableRuleCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { EnableRuleRequest } from "../models/models_0"; import { de_EnableRuleCommand, se_EnableRuleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/ListApiDestinationsCommand.ts b/clients/client-eventbridge/src/commands/ListApiDestinationsCommand.ts index 46860e3d51ea6..7446c0c0eecd4 100644 --- a/clients/client-eventbridge/src/commands/ListApiDestinationsCommand.ts +++ b/clients/client-eventbridge/src/commands/ListApiDestinationsCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListApiDestinationsRequest, ListApiDestinationsResponse } from "../models/models_0"; import { de_ListApiDestinationsCommand, se_ListApiDestinationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/ListArchivesCommand.ts b/clients/client-eventbridge/src/commands/ListArchivesCommand.ts index 9c24dc49f758e..c9edd9958643a 100644 --- a/clients/client-eventbridge/src/commands/ListArchivesCommand.ts +++ b/clients/client-eventbridge/src/commands/ListArchivesCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListArchivesRequest, ListArchivesResponse } from "../models/models_0"; import { de_ListArchivesCommand, se_ListArchivesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/ListConnectionsCommand.ts b/clients/client-eventbridge/src/commands/ListConnectionsCommand.ts index b3f6c51276392..6ab772b8cc701 100644 --- a/clients/client-eventbridge/src/commands/ListConnectionsCommand.ts +++ b/clients/client-eventbridge/src/commands/ListConnectionsCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListConnectionsRequest, ListConnectionsResponse } from "../models/models_0"; import { de_ListConnectionsCommand, se_ListConnectionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/ListEndpointsCommand.ts b/clients/client-eventbridge/src/commands/ListEndpointsCommand.ts index b3d03cddd1f85..c8f9a62907292 100644 --- a/clients/client-eventbridge/src/commands/ListEndpointsCommand.ts +++ b/clients/client-eventbridge/src/commands/ListEndpointsCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListEndpointsRequest, ListEndpointsResponse } from "../models/models_0"; import { de_ListEndpointsCommand, se_ListEndpointsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/ListEventBusesCommand.ts b/clients/client-eventbridge/src/commands/ListEventBusesCommand.ts index 43176910739e9..791fa309d33ac 100644 --- a/clients/client-eventbridge/src/commands/ListEventBusesCommand.ts +++ b/clients/client-eventbridge/src/commands/ListEventBusesCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListEventBusesRequest, ListEventBusesResponse } from "../models/models_0"; import { de_ListEventBusesCommand, se_ListEventBusesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/ListEventSourcesCommand.ts b/clients/client-eventbridge/src/commands/ListEventSourcesCommand.ts index bde687024c98f..27d36d764cbe3 100644 --- a/clients/client-eventbridge/src/commands/ListEventSourcesCommand.ts +++ b/clients/client-eventbridge/src/commands/ListEventSourcesCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListEventSourcesRequest, ListEventSourcesResponse } from "../models/models_0"; import { de_ListEventSourcesCommand, se_ListEventSourcesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/ListPartnerEventSourceAccountsCommand.ts b/clients/client-eventbridge/src/commands/ListPartnerEventSourceAccountsCommand.ts index c9f176d98005e..c30b0ae6f8b6d 100644 --- a/clients/client-eventbridge/src/commands/ListPartnerEventSourceAccountsCommand.ts +++ b/clients/client-eventbridge/src/commands/ListPartnerEventSourceAccountsCommand.ts @@ -20,6 +20,10 @@ import { se_ListPartnerEventSourceAccountsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/ListPartnerEventSourcesCommand.ts b/clients/client-eventbridge/src/commands/ListPartnerEventSourcesCommand.ts index e1dfce45e3b9a..06a06e387345d 100644 --- a/clients/client-eventbridge/src/commands/ListPartnerEventSourcesCommand.ts +++ b/clients/client-eventbridge/src/commands/ListPartnerEventSourcesCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListPartnerEventSourcesRequest, ListPartnerEventSourcesResponse } from "../models/models_0"; import { de_ListPartnerEventSourcesCommand, se_ListPartnerEventSourcesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/ListReplaysCommand.ts b/clients/client-eventbridge/src/commands/ListReplaysCommand.ts index db89c2daaaf88..377cd5bfed12c 100644 --- a/clients/client-eventbridge/src/commands/ListReplaysCommand.ts +++ b/clients/client-eventbridge/src/commands/ListReplaysCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListReplaysRequest, ListReplaysResponse } from "../models/models_0"; import { de_ListReplaysCommand, se_ListReplaysCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/ListRuleNamesByTargetCommand.ts b/clients/client-eventbridge/src/commands/ListRuleNamesByTargetCommand.ts index 549723e5edb9b..42dda707271bc 100644 --- a/clients/client-eventbridge/src/commands/ListRuleNamesByTargetCommand.ts +++ b/clients/client-eventbridge/src/commands/ListRuleNamesByTargetCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListRuleNamesByTargetRequest, ListRuleNamesByTargetResponse } from "../models/models_0"; import { de_ListRuleNamesByTargetCommand, se_ListRuleNamesByTargetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/ListRulesCommand.ts b/clients/client-eventbridge/src/commands/ListRulesCommand.ts index ebd7e87b99229..1d32bfdd334e6 100644 --- a/clients/client-eventbridge/src/commands/ListRulesCommand.ts +++ b/clients/client-eventbridge/src/commands/ListRulesCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListRulesRequest, ListRulesResponse } from "../models/models_0"; import { de_ListRulesCommand, se_ListRulesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/ListTagsForResourceCommand.ts b/clients/client-eventbridge/src/commands/ListTagsForResourceCommand.ts index fb2eef883ffeb..eab9eadea527f 100644 --- a/clients/client-eventbridge/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-eventbridge/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/ListTargetsByRuleCommand.ts b/clients/client-eventbridge/src/commands/ListTargetsByRuleCommand.ts index a1e942a4a1376..204f9eddb43ee 100644 --- a/clients/client-eventbridge/src/commands/ListTargetsByRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/ListTargetsByRuleCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListTargetsByRuleCommand, se_ListTargetsByRuleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/PutEventsCommand.ts b/clients/client-eventbridge/src/commands/PutEventsCommand.ts index d3007b94d1289..d4cbf31b4704c 100644 --- a/clients/client-eventbridge/src/commands/PutEventsCommand.ts +++ b/clients/client-eventbridge/src/commands/PutEventsCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutEventsRequest, PutEventsResponse } from "../models/models_0"; import { de_PutEventsCommand, se_PutEventsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/PutPartnerEventsCommand.ts b/clients/client-eventbridge/src/commands/PutPartnerEventsCommand.ts index 57b9990ca7a63..e02fc9d56143c 100644 --- a/clients/client-eventbridge/src/commands/PutPartnerEventsCommand.ts +++ b/clients/client-eventbridge/src/commands/PutPartnerEventsCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutPartnerEventsRequest, PutPartnerEventsResponse } from "../models/models_0"; import { de_PutPartnerEventsCommand, se_PutPartnerEventsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/PutPermissionCommand.ts b/clients/client-eventbridge/src/commands/PutPermissionCommand.ts index 92b8f71015a6c..084cdc42b83e2 100644 --- a/clients/client-eventbridge/src/commands/PutPermissionCommand.ts +++ b/clients/client-eventbridge/src/commands/PutPermissionCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutPermissionRequest } from "../models/models_0"; import { de_PutPermissionCommand, se_PutPermissionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/PutRuleCommand.ts b/clients/client-eventbridge/src/commands/PutRuleCommand.ts index 1b1a8231a2f1d..baea108f3bed3 100644 --- a/clients/client-eventbridge/src/commands/PutRuleCommand.ts +++ b/clients/client-eventbridge/src/commands/PutRuleCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutRuleRequest, PutRuleResponse } from "../models/models_0"; import { de_PutRuleCommand, se_PutRuleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/PutTargetsCommand.ts b/clients/client-eventbridge/src/commands/PutTargetsCommand.ts index fcf36dcd2168d..1198f78d123c1 100644 --- a/clients/client-eventbridge/src/commands/PutTargetsCommand.ts +++ b/clients/client-eventbridge/src/commands/PutTargetsCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutTargetsRequest, PutTargetsRequestFilterSensitiveLog, PutTargetsResponse } from "../models/models_0"; import { de_PutTargetsCommand, se_PutTargetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/RemovePermissionCommand.ts b/clients/client-eventbridge/src/commands/RemovePermissionCommand.ts index 447f9aa229989..c30448594e10b 100644 --- a/clients/client-eventbridge/src/commands/RemovePermissionCommand.ts +++ b/clients/client-eventbridge/src/commands/RemovePermissionCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { RemovePermissionRequest } from "../models/models_0"; import { de_RemovePermissionCommand, se_RemovePermissionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/RemoveTargetsCommand.ts b/clients/client-eventbridge/src/commands/RemoveTargetsCommand.ts index 93e7d45060583..057b7294a39d7 100644 --- a/clients/client-eventbridge/src/commands/RemoveTargetsCommand.ts +++ b/clients/client-eventbridge/src/commands/RemoveTargetsCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { RemoveTargetsRequest, RemoveTargetsResponse } from "../models/models_0"; import { de_RemoveTargetsCommand, se_RemoveTargetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/StartReplayCommand.ts b/clients/client-eventbridge/src/commands/StartReplayCommand.ts index d71aad61ebfd1..c85e39352d880 100644 --- a/clients/client-eventbridge/src/commands/StartReplayCommand.ts +++ b/clients/client-eventbridge/src/commands/StartReplayCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { StartReplayRequest, StartReplayResponse } from "../models/models_0"; import { de_StartReplayCommand, se_StartReplayCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/TagResourceCommand.ts b/clients/client-eventbridge/src/commands/TagResourceCommand.ts index 244c23d3e5b45..76838d1868d18 100644 --- a/clients/client-eventbridge/src/commands/TagResourceCommand.ts +++ b/clients/client-eventbridge/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/TestEventPatternCommand.ts b/clients/client-eventbridge/src/commands/TestEventPatternCommand.ts index 4cb309f6baaab..743ca9c8d2f5e 100644 --- a/clients/client-eventbridge/src/commands/TestEventPatternCommand.ts +++ b/clients/client-eventbridge/src/commands/TestEventPatternCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TestEventPatternRequest, TestEventPatternResponse } from "../models/models_0"; import { de_TestEventPatternCommand, se_TestEventPatternCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/UntagResourceCommand.ts b/clients/client-eventbridge/src/commands/UntagResourceCommand.ts index 9c2b9907a435d..a1a11974f5d86 100644 --- a/clients/client-eventbridge/src/commands/UntagResourceCommand.ts +++ b/clients/client-eventbridge/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/UpdateApiDestinationCommand.ts b/clients/client-eventbridge/src/commands/UpdateApiDestinationCommand.ts index c9a20d114a3aa..dcd5920dd98cf 100644 --- a/clients/client-eventbridge/src/commands/UpdateApiDestinationCommand.ts +++ b/clients/client-eventbridge/src/commands/UpdateApiDestinationCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateApiDestinationRequest, UpdateApiDestinationResponse } from "../models/models_0"; import { de_UpdateApiDestinationCommand, se_UpdateApiDestinationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/UpdateArchiveCommand.ts b/clients/client-eventbridge/src/commands/UpdateArchiveCommand.ts index 8c2cc861c1e6e..d2f7d7e6732cc 100644 --- a/clients/client-eventbridge/src/commands/UpdateArchiveCommand.ts +++ b/clients/client-eventbridge/src/commands/UpdateArchiveCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateArchiveRequest, UpdateArchiveResponse } from "../models/models_0"; import { de_UpdateArchiveCommand, se_UpdateArchiveCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/UpdateConnectionCommand.ts b/clients/client-eventbridge/src/commands/UpdateConnectionCommand.ts index cd0c370aebf9e..02ad252888922 100644 --- a/clients/client-eventbridge/src/commands/UpdateConnectionCommand.ts +++ b/clients/client-eventbridge/src/commands/UpdateConnectionCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateConnectionRequest, UpdateConnectionResponse } from "../models/models_0"; import { de_UpdateConnectionCommand, se_UpdateConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/commands/UpdateEndpointCommand.ts b/clients/client-eventbridge/src/commands/UpdateEndpointCommand.ts index e7c89ccb76bae..7128522c2d00d 100644 --- a/clients/client-eventbridge/src/commands/UpdateEndpointCommand.ts +++ b/clients/client-eventbridge/src/commands/UpdateEndpointCommand.ts @@ -17,6 +17,10 @@ import { EventBridgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateEndpointRequest, UpdateEndpointResponse } from "../models/models_0"; import { de_UpdateEndpointCommand, se_UpdateEndpointCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-eventbridge/src/index.ts b/clients/client-eventbridge/src/index.ts index 5eee2303fe366..e6b067a47b8a3 100644 --- a/clients/client-eventbridge/src/index.ts +++ b/clients/client-eventbridge/src/index.ts @@ -1,6 +1,32 @@ -export * from "./EventBridge"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. When your + * resources change state, they automatically send events to an event stream. You can create + * rules that match selected events in the stream and route them to targets to take action. You + * can also use rules to take action on a predetermined schedule. For example, you can configure + * rules to:

+ *
    + *
  • + *

    Automatically invoke an Lambda function to update DNS entries when an event + * notifies you that Amazon EC2 instance enters the running state.

    + *
  • + *
  • + *

    Direct specific API records from CloudTrail to an Amazon Kinesis data stream for + * detailed analysis of potential security or availability risks.

    + *
  • + *
  • + *

    Periodically invoke a built-in target to create a snapshot of an Amazon EBS + * volume.

    + *
  • + *
+ *

For more information about the features of Amazon EventBridge, see the Amazon EventBridge User + * Guide.

+ * + * @packageDocumentation + */ export * from "./EventBridgeClient"; +export * from "./EventBridge"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-eventbridge/src/models/EventBridgeServiceException.ts b/clients/client-eventbridge/src/models/EventBridgeServiceException.ts index 8640b1978ada6..26abbf7032d5e 100644 --- a/clients/client-eventbridge/src/models/EventBridgeServiceException.ts +++ b/clients/client-eventbridge/src/models/EventBridgeServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-evidently/src/EvidentlyClient.ts b/clients/client-evidently/src/EvidentlyClient.ts index 4969ab5852e68..d8a8ef1983e7b 100644 --- a/clients/client-evidently/src/EvidentlyClient.ts +++ b/clients/client-evidently/src/EvidentlyClient.ts @@ -112,6 +112,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -325,7 +327,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type EvidentlyClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type EvidentlyClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -344,7 +346,7 @@ export interface EvidentlyClientConfig extends EvidentlyClientConfigType {} /** * @public */ -type EvidentlyClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type EvidentlyClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-evidently/src/commands/BatchEvaluateFeatureCommand.ts b/clients/client-evidently/src/commands/BatchEvaluateFeatureCommand.ts index 42fb3ee72b414..997966a5ab748 100644 --- a/clients/client-evidently/src/commands/BatchEvaluateFeatureCommand.ts +++ b/clients/client-evidently/src/commands/BatchEvaluateFeatureCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchEvaluateFeatureRequest, BatchEvaluateFeatureResponse } from "../models/models_0"; import { de_BatchEvaluateFeatureCommand, se_BatchEvaluateFeatureCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/CreateExperimentCommand.ts b/clients/client-evidently/src/commands/CreateExperimentCommand.ts index ada54bf4d62f2..a48a715328f65 100644 --- a/clients/client-evidently/src/commands/CreateExperimentCommand.ts +++ b/clients/client-evidently/src/commands/CreateExperimentCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateExperimentRequest, CreateExperimentResponse } from "../models/models_0"; import { de_CreateExperimentCommand, se_CreateExperimentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/CreateFeatureCommand.ts b/clients/client-evidently/src/commands/CreateFeatureCommand.ts index c15f1e5169c78..601f7cafa7411 100644 --- a/clients/client-evidently/src/commands/CreateFeatureCommand.ts +++ b/clients/client-evidently/src/commands/CreateFeatureCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateFeatureRequest, CreateFeatureResponse } from "../models/models_0"; import { de_CreateFeatureCommand, se_CreateFeatureCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/CreateLaunchCommand.ts b/clients/client-evidently/src/commands/CreateLaunchCommand.ts index 3390bd08eada6..dd91b6a8459ff 100644 --- a/clients/client-evidently/src/commands/CreateLaunchCommand.ts +++ b/clients/client-evidently/src/commands/CreateLaunchCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateLaunchRequest, CreateLaunchResponse } from "../models/models_0"; import { de_CreateLaunchCommand, se_CreateLaunchCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/CreateProjectCommand.ts b/clients/client-evidently/src/commands/CreateProjectCommand.ts index 6f8f7afb7100a..ce3627f75b23a 100644 --- a/clients/client-evidently/src/commands/CreateProjectCommand.ts +++ b/clients/client-evidently/src/commands/CreateProjectCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateProjectRequest, CreateProjectResponse } from "../models/models_0"; import { de_CreateProjectCommand, se_CreateProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/CreateSegmentCommand.ts b/clients/client-evidently/src/commands/CreateSegmentCommand.ts index e58dafa3c1de7..79f3b9d137bd9 100644 --- a/clients/client-evidently/src/commands/CreateSegmentCommand.ts +++ b/clients/client-evidently/src/commands/CreateSegmentCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateSegmentRequest, CreateSegmentResponse } from "../models/models_0"; import { de_CreateSegmentCommand, se_CreateSegmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/DeleteExperimentCommand.ts b/clients/client-evidently/src/commands/DeleteExperimentCommand.ts index 8639af10e5639..de663baa36d8a 100644 --- a/clients/client-evidently/src/commands/DeleteExperimentCommand.ts +++ b/clients/client-evidently/src/commands/DeleteExperimentCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteExperimentRequest, DeleteExperimentResponse } from "../models/models_0"; import { de_DeleteExperimentCommand, se_DeleteExperimentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/DeleteFeatureCommand.ts b/clients/client-evidently/src/commands/DeleteFeatureCommand.ts index 2834f6a88e647..3bfc24ca4315e 100644 --- a/clients/client-evidently/src/commands/DeleteFeatureCommand.ts +++ b/clients/client-evidently/src/commands/DeleteFeatureCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteFeatureRequest, DeleteFeatureResponse } from "../models/models_0"; import { de_DeleteFeatureCommand, se_DeleteFeatureCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/DeleteLaunchCommand.ts b/clients/client-evidently/src/commands/DeleteLaunchCommand.ts index ceaa644b1bc6b..6f17c4850d0c8 100644 --- a/clients/client-evidently/src/commands/DeleteLaunchCommand.ts +++ b/clients/client-evidently/src/commands/DeleteLaunchCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteLaunchRequest, DeleteLaunchResponse } from "../models/models_0"; import { de_DeleteLaunchCommand, se_DeleteLaunchCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/DeleteProjectCommand.ts b/clients/client-evidently/src/commands/DeleteProjectCommand.ts index cc5747ebfdf21..14d093ccb3771 100644 --- a/clients/client-evidently/src/commands/DeleteProjectCommand.ts +++ b/clients/client-evidently/src/commands/DeleteProjectCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteProjectRequest, DeleteProjectResponse } from "../models/models_0"; import { de_DeleteProjectCommand, se_DeleteProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/DeleteSegmentCommand.ts b/clients/client-evidently/src/commands/DeleteSegmentCommand.ts index acfa54788c54a..38cf297d5cd65 100644 --- a/clients/client-evidently/src/commands/DeleteSegmentCommand.ts +++ b/clients/client-evidently/src/commands/DeleteSegmentCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteSegmentRequest, DeleteSegmentResponse } from "../models/models_0"; import { de_DeleteSegmentCommand, se_DeleteSegmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/EvaluateFeatureCommand.ts b/clients/client-evidently/src/commands/EvaluateFeatureCommand.ts index 7258860ef2962..1f733e5566ba2 100644 --- a/clients/client-evidently/src/commands/EvaluateFeatureCommand.ts +++ b/clients/client-evidently/src/commands/EvaluateFeatureCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { EvaluateFeatureRequest, EvaluateFeatureResponse } from "../models/models_0"; import { de_EvaluateFeatureCommand, se_EvaluateFeatureCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/GetExperimentCommand.ts b/clients/client-evidently/src/commands/GetExperimentCommand.ts index bda879599077b..975f658da27e1 100644 --- a/clients/client-evidently/src/commands/GetExperimentCommand.ts +++ b/clients/client-evidently/src/commands/GetExperimentCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetExperimentRequest, GetExperimentResponse } from "../models/models_0"; import { de_GetExperimentCommand, se_GetExperimentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/GetExperimentResultsCommand.ts b/clients/client-evidently/src/commands/GetExperimentResultsCommand.ts index 208589216a763..1722d5b574f99 100644 --- a/clients/client-evidently/src/commands/GetExperimentResultsCommand.ts +++ b/clients/client-evidently/src/commands/GetExperimentResultsCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetExperimentResultsRequest, GetExperimentResultsResponse } from "../models/models_0"; import { de_GetExperimentResultsCommand, se_GetExperimentResultsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/GetFeatureCommand.ts b/clients/client-evidently/src/commands/GetFeatureCommand.ts index ab8a88ab6c1b2..ccf411920ee2a 100644 --- a/clients/client-evidently/src/commands/GetFeatureCommand.ts +++ b/clients/client-evidently/src/commands/GetFeatureCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetFeatureRequest, GetFeatureResponse } from "../models/models_0"; import { de_GetFeatureCommand, se_GetFeatureCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/GetLaunchCommand.ts b/clients/client-evidently/src/commands/GetLaunchCommand.ts index f56f1ed571f42..34ca1ff31d98f 100644 --- a/clients/client-evidently/src/commands/GetLaunchCommand.ts +++ b/clients/client-evidently/src/commands/GetLaunchCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetLaunchRequest, GetLaunchResponse } from "../models/models_0"; import { de_GetLaunchCommand, se_GetLaunchCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/GetProjectCommand.ts b/clients/client-evidently/src/commands/GetProjectCommand.ts index a3a22c6f61d23..da93a7867e35c 100644 --- a/clients/client-evidently/src/commands/GetProjectCommand.ts +++ b/clients/client-evidently/src/commands/GetProjectCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetProjectRequest, GetProjectResponse } from "../models/models_0"; import { de_GetProjectCommand, se_GetProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/GetSegmentCommand.ts b/clients/client-evidently/src/commands/GetSegmentCommand.ts index 651e970c1b586..3a6afafbc6ee3 100644 --- a/clients/client-evidently/src/commands/GetSegmentCommand.ts +++ b/clients/client-evidently/src/commands/GetSegmentCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetSegmentRequest, GetSegmentResponse } from "../models/models_0"; import { de_GetSegmentCommand, se_GetSegmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/ListExperimentsCommand.ts b/clients/client-evidently/src/commands/ListExperimentsCommand.ts index 9f492867fe00a..d5620e3c89bc9 100644 --- a/clients/client-evidently/src/commands/ListExperimentsCommand.ts +++ b/clients/client-evidently/src/commands/ListExperimentsCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListExperimentsRequest, ListExperimentsResponse } from "../models/models_0"; import { de_ListExperimentsCommand, se_ListExperimentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/ListFeaturesCommand.ts b/clients/client-evidently/src/commands/ListFeaturesCommand.ts index f9ab154793544..5755ab959e74d 100644 --- a/clients/client-evidently/src/commands/ListFeaturesCommand.ts +++ b/clients/client-evidently/src/commands/ListFeaturesCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListFeaturesRequest, ListFeaturesResponse } from "../models/models_0"; import { de_ListFeaturesCommand, se_ListFeaturesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/ListLaunchesCommand.ts b/clients/client-evidently/src/commands/ListLaunchesCommand.ts index 7ba8635ba8980..74070ac84067e 100644 --- a/clients/client-evidently/src/commands/ListLaunchesCommand.ts +++ b/clients/client-evidently/src/commands/ListLaunchesCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListLaunchesRequest, ListLaunchesResponse } from "../models/models_0"; import { de_ListLaunchesCommand, se_ListLaunchesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/ListProjectsCommand.ts b/clients/client-evidently/src/commands/ListProjectsCommand.ts index f29fb6fef083d..faaf38da2c143 100644 --- a/clients/client-evidently/src/commands/ListProjectsCommand.ts +++ b/clients/client-evidently/src/commands/ListProjectsCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0"; import { de_ListProjectsCommand, se_ListProjectsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/ListSegmentReferencesCommand.ts b/clients/client-evidently/src/commands/ListSegmentReferencesCommand.ts index f0ef4c51ddbd9..fcaa32cba3cfd 100644 --- a/clients/client-evidently/src/commands/ListSegmentReferencesCommand.ts +++ b/clients/client-evidently/src/commands/ListSegmentReferencesCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListSegmentReferencesRequest, ListSegmentReferencesResponse } from "../models/models_0"; import { de_ListSegmentReferencesCommand, se_ListSegmentReferencesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/ListSegmentsCommand.ts b/clients/client-evidently/src/commands/ListSegmentsCommand.ts index 085ae2b4447b8..a78f910671ce2 100644 --- a/clients/client-evidently/src/commands/ListSegmentsCommand.ts +++ b/clients/client-evidently/src/commands/ListSegmentsCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListSegmentsRequest, ListSegmentsResponse } from "../models/models_0"; import { de_ListSegmentsCommand, se_ListSegmentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/ListTagsForResourceCommand.ts b/clients/client-evidently/src/commands/ListTagsForResourceCommand.ts index 2af10d6085731..5ecc6c2a24dfa 100644 --- a/clients/client-evidently/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-evidently/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/PutProjectEventsCommand.ts b/clients/client-evidently/src/commands/PutProjectEventsCommand.ts index 755573fbd53a9..7c477d7cbab46 100644 --- a/clients/client-evidently/src/commands/PutProjectEventsCommand.ts +++ b/clients/client-evidently/src/commands/PutProjectEventsCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutProjectEventsRequest, PutProjectEventsResponse } from "../models/models_0"; import { de_PutProjectEventsCommand, se_PutProjectEventsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/StartExperimentCommand.ts b/clients/client-evidently/src/commands/StartExperimentCommand.ts index da208d71860ee..700690035a99a 100644 --- a/clients/client-evidently/src/commands/StartExperimentCommand.ts +++ b/clients/client-evidently/src/commands/StartExperimentCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartExperimentRequest, StartExperimentResponse } from "../models/models_0"; import { de_StartExperimentCommand, se_StartExperimentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/StartLaunchCommand.ts b/clients/client-evidently/src/commands/StartLaunchCommand.ts index 69b85187b3d95..5847955bd8f58 100644 --- a/clients/client-evidently/src/commands/StartLaunchCommand.ts +++ b/clients/client-evidently/src/commands/StartLaunchCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartLaunchRequest, StartLaunchResponse } from "../models/models_0"; import { de_StartLaunchCommand, se_StartLaunchCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/StopExperimentCommand.ts b/clients/client-evidently/src/commands/StopExperimentCommand.ts index 28460e5e36e2f..fd38f2570f6f6 100644 --- a/clients/client-evidently/src/commands/StopExperimentCommand.ts +++ b/clients/client-evidently/src/commands/StopExperimentCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopExperimentRequest, StopExperimentResponse } from "../models/models_0"; import { de_StopExperimentCommand, se_StopExperimentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/StopLaunchCommand.ts b/clients/client-evidently/src/commands/StopLaunchCommand.ts index 1f53bf07a79e0..d3aefa83fd234 100644 --- a/clients/client-evidently/src/commands/StopLaunchCommand.ts +++ b/clients/client-evidently/src/commands/StopLaunchCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopLaunchRequest, StopLaunchResponse } from "../models/models_0"; import { de_StopLaunchCommand, se_StopLaunchCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/TagResourceCommand.ts b/clients/client-evidently/src/commands/TagResourceCommand.ts index 7dbd787973556..b190f396b58af 100644 --- a/clients/client-evidently/src/commands/TagResourceCommand.ts +++ b/clients/client-evidently/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/TestSegmentPatternCommand.ts b/clients/client-evidently/src/commands/TestSegmentPatternCommand.ts index 75eba167aa8a1..82897d2977bf5 100644 --- a/clients/client-evidently/src/commands/TestSegmentPatternCommand.ts +++ b/clients/client-evidently/src/commands/TestSegmentPatternCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TestSegmentPatternRequest, TestSegmentPatternResponse } from "../models/models_0"; import { de_TestSegmentPatternCommand, se_TestSegmentPatternCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/UntagResourceCommand.ts b/clients/client-evidently/src/commands/UntagResourceCommand.ts index c7a05e81f5b09..0dc8d371a58bf 100644 --- a/clients/client-evidently/src/commands/UntagResourceCommand.ts +++ b/clients/client-evidently/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/UpdateExperimentCommand.ts b/clients/client-evidently/src/commands/UpdateExperimentCommand.ts index 78c4d1000daf6..ffddf6cc0daf8 100644 --- a/clients/client-evidently/src/commands/UpdateExperimentCommand.ts +++ b/clients/client-evidently/src/commands/UpdateExperimentCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateExperimentRequest, UpdateExperimentResponse } from "../models/models_0"; import { de_UpdateExperimentCommand, se_UpdateExperimentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/UpdateFeatureCommand.ts b/clients/client-evidently/src/commands/UpdateFeatureCommand.ts index 1300c28b7fc90..0ef1bb166fdd5 100644 --- a/clients/client-evidently/src/commands/UpdateFeatureCommand.ts +++ b/clients/client-evidently/src/commands/UpdateFeatureCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateFeatureRequest, UpdateFeatureResponse } from "../models/models_0"; import { de_UpdateFeatureCommand, se_UpdateFeatureCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/UpdateLaunchCommand.ts b/clients/client-evidently/src/commands/UpdateLaunchCommand.ts index eecad80c8b966..ccabade3be99d 100644 --- a/clients/client-evidently/src/commands/UpdateLaunchCommand.ts +++ b/clients/client-evidently/src/commands/UpdateLaunchCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateLaunchRequest, UpdateLaunchResponse } from "../models/models_0"; import { de_UpdateLaunchCommand, se_UpdateLaunchCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/UpdateProjectCommand.ts b/clients/client-evidently/src/commands/UpdateProjectCommand.ts index 215cf157f93fa..06cd19a7851e5 100644 --- a/clients/client-evidently/src/commands/UpdateProjectCommand.ts +++ b/clients/client-evidently/src/commands/UpdateProjectCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateProjectRequest, UpdateProjectResponse } from "../models/models_0"; import { de_UpdateProjectCommand, se_UpdateProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/commands/UpdateProjectDataDeliveryCommand.ts b/clients/client-evidently/src/commands/UpdateProjectDataDeliveryCommand.ts index 4b403b6167e4d..9d942b0d18378 100644 --- a/clients/client-evidently/src/commands/UpdateProjectDataDeliveryCommand.ts +++ b/clients/client-evidently/src/commands/UpdateProjectDataDeliveryCommand.ts @@ -17,6 +17,10 @@ import { EvidentlyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateProjectDataDeliveryRequest, UpdateProjectDataDeliveryResponse } from "../models/models_0"; import { de_UpdateProjectDataDeliveryCommand, se_UpdateProjectDataDeliveryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-evidently/src/index.ts b/clients/client-evidently/src/index.ts index 6c76cdb3fc354..b68cf484f3c67 100644 --- a/clients/client-evidently/src/index.ts +++ b/clients/client-evidently/src/index.ts @@ -1,8 +1,23 @@ -export * from "./Evidently"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

You can use Amazon CloudWatch Evidently to safely validate new features by serving + * them to a specified percentage + * of your users while you roll out the feature. You can monitor the performance of the new feature + * to help you decide when to ramp up traffic to your users. This helps you + * reduce risk and identify unintended consequences before you fully launch the feature.

+ *

You can also conduct A/B experiments to make feature design decisions based on evidence + * and data. An experiment can test as many as five variations at once. Evidently collects + * experiment data and analyzes it using statistical methods. It also provides clear + * recommendations about which variations perform better. You can test both user-facing features + * and backend features.

+ * + * @packageDocumentation + */ export * from "./EvidentlyClient"; +export * from "./Evidently"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { EvidentlyServiceException } from "./models/EvidentlyServiceException"; diff --git a/clients/client-evidently/src/models/EvidentlyServiceException.ts b/clients/client-evidently/src/models/EvidentlyServiceException.ts index b1e8315670ded..517fa0366bf27 100644 --- a/clients/client-evidently/src/models/EvidentlyServiceException.ts +++ b/clients/client-evidently/src/models/EvidentlyServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-finspace-data/src/FinspaceDataClient.ts b/clients/client-finspace-data/src/FinspaceDataClient.ts index d2160c0bae76a..d0a006bb870b3 100644 --- a/clients/client-finspace-data/src/FinspaceDataClient.ts +++ b/clients/client-finspace-data/src/FinspaceDataClient.ts @@ -120,6 +120,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -319,7 +321,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type FinspaceDataClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type FinspaceDataClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -338,7 +340,7 @@ export interface FinspaceDataClientConfig extends FinspaceDataClientConfigType { /** * @public */ -type FinspaceDataClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type FinspaceDataClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts index f0a5482a4b6bf..3c7ae64ab7a6c 100644 --- a/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/AssociateUserToPermissionGroupCommand.ts @@ -20,6 +20,10 @@ import { se_AssociateUserToPermissionGroupCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts b/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts index 5a3a30d258917..3f281aaff96d6 100644 --- a/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateChangesetCommand.ts @@ -17,6 +17,10 @@ import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateChangesetRequest, CreateChangesetResponse } from "../models/models_0"; import { de_CreateChangesetCommand, se_CreateChangesetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts b/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts index 5f10eed0ace09..80f48c27e1441 100644 --- a/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateDataViewCommand.ts @@ -17,6 +17,10 @@ import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateDataViewRequest, CreateDataViewResponse } from "../models/models_0"; import { de_CreateDataViewCommand, se_CreateDataViewCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts b/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts index 411503366c718..dc1199975abab 100644 --- a/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateDatasetCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateDatasetCommand, se_CreateDatasetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts index 2fa9fe35b1a58..6068439b1129e 100644 --- a/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/CreatePermissionGroupCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreatePermissionGroupCommand, se_CreatePermissionGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/CreateUserCommand.ts b/clients/client-finspace-data/src/commands/CreateUserCommand.ts index dbad855f38299..5d8464dc609a6 100644 --- a/clients/client-finspace-data/src/commands/CreateUserCommand.ts +++ b/clients/client-finspace-data/src/commands/CreateUserCommand.ts @@ -17,6 +17,10 @@ import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateUserRequest, CreateUserRequestFilterSensitiveLog, CreateUserResponse } from "../models/models_0"; import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts b/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts index 945ac58eb1b09..83e2a016b322c 100644 --- a/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/DeleteDatasetCommand.ts @@ -17,6 +17,10 @@ import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteDatasetRequest, DeleteDatasetResponse } from "../models/models_0"; import { de_DeleteDatasetCommand, se_DeleteDatasetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts index 649b59170ba4a..b8d2b1a53e9c5 100644 --- a/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/DeletePermissionGroupCommand.ts @@ -17,6 +17,10 @@ import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeletePermissionGroupRequest, DeletePermissionGroupResponse } from "../models/models_0"; import { de_DeletePermissionGroupCommand, se_DeletePermissionGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/DisableUserCommand.ts b/clients/client-finspace-data/src/commands/DisableUserCommand.ts index bbef33abd49bc..7ff8a79ced890 100644 --- a/clients/client-finspace-data/src/commands/DisableUserCommand.ts +++ b/clients/client-finspace-data/src/commands/DisableUserCommand.ts @@ -17,6 +17,10 @@ import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DisableUserRequest, DisableUserResponse } from "../models/models_0"; import { de_DisableUserCommand, se_DisableUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts index 5db91a44436ce..4e41ec31d4d28 100644 --- a/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/DisassociateUserFromPermissionGroupCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateUserFromPermissionGroupCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/EnableUserCommand.ts b/clients/client-finspace-data/src/commands/EnableUserCommand.ts index 18eae40d12f9a..7f9752673c67f 100644 --- a/clients/client-finspace-data/src/commands/EnableUserCommand.ts +++ b/clients/client-finspace-data/src/commands/EnableUserCommand.ts @@ -17,6 +17,10 @@ import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { EnableUserRequest, EnableUserResponse } from "../models/models_0"; import { de_EnableUserCommand, se_EnableUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/GetChangesetCommand.ts b/clients/client-finspace-data/src/commands/GetChangesetCommand.ts index 2689ef932ba2e..d46f431ac14c9 100644 --- a/clients/client-finspace-data/src/commands/GetChangesetCommand.ts +++ b/clients/client-finspace-data/src/commands/GetChangesetCommand.ts @@ -17,6 +17,10 @@ import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetChangesetRequest, GetChangesetResponse } from "../models/models_0"; import { de_GetChangesetCommand, se_GetChangesetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/GetDataViewCommand.ts b/clients/client-finspace-data/src/commands/GetDataViewCommand.ts index 13a2b695df3d6..a2413db390788 100644 --- a/clients/client-finspace-data/src/commands/GetDataViewCommand.ts +++ b/clients/client-finspace-data/src/commands/GetDataViewCommand.ts @@ -17,6 +17,10 @@ import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetDataViewRequest, GetDataViewResponse } from "../models/models_0"; import { de_GetDataViewCommand, se_GetDataViewCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/GetDatasetCommand.ts b/clients/client-finspace-data/src/commands/GetDatasetCommand.ts index 35fb034cf31c5..db14f9254b11a 100644 --- a/clients/client-finspace-data/src/commands/GetDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/GetDatasetCommand.ts @@ -17,6 +17,10 @@ import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetDatasetRequest, GetDatasetResponse } from "../models/models_0"; import { de_GetDatasetCommand, se_GetDatasetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts b/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts index dc3acc334cf53..994982286a7bb 100644 --- a/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts +++ b/clients/client-finspace-data/src/commands/GetExternalDataViewAccessDetailsCommand.ts @@ -24,6 +24,10 @@ import { se_GetExternalDataViewAccessDetailsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts index 878ce3afe70ea..bd0669def6bee 100644 --- a/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/GetPermissionGroupCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetPermissionGroupCommand, se_GetPermissionGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts b/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts index 96125f672f53b..a23e11c760265 100644 --- a/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts +++ b/clients/client-finspace-data/src/commands/GetProgrammaticAccessCredentialsCommand.ts @@ -20,6 +20,10 @@ import { se_GetProgrammaticAccessCredentialsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/GetUserCommand.ts b/clients/client-finspace-data/src/commands/GetUserCommand.ts index 2860218703baa..d298c799e42f0 100644 --- a/clients/client-finspace-data/src/commands/GetUserCommand.ts +++ b/clients/client-finspace-data/src/commands/GetUserCommand.ts @@ -17,6 +17,10 @@ import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetUserRequest, GetUserResponse, GetUserResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetUserCommand, se_GetUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts b/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts index 8b768703f3940..76b08c66dec56 100644 --- a/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts +++ b/clients/client-finspace-data/src/commands/GetWorkingLocationCommand.ts @@ -17,6 +17,10 @@ import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetWorkingLocationRequest, GetWorkingLocationResponse } from "../models/models_0"; import { de_GetWorkingLocationCommand, se_GetWorkingLocationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts b/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts index 824f2a23f32cc..e00358cd4646a 100644 --- a/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListChangesetsCommand.ts @@ -17,6 +17,10 @@ import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListChangesetsRequest, ListChangesetsResponse } from "../models/models_0"; import { de_ListChangesetsCommand, se_ListChangesetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts b/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts index eeaf5efc86ff5..c4dcea75052b3 100644 --- a/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListDataViewsCommand.ts @@ -17,6 +17,10 @@ import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListDataViewsRequest, ListDataViewsResponse } from "../models/models_0"; import { de_ListDataViewsCommand, se_ListDataViewsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts b/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts index 15e2b3b4d8bb3..f18f9c371125c 100644 --- a/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListDatasetsCommand.ts @@ -17,6 +17,10 @@ import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListDatasetsRequest, ListDatasetsResponse, ListDatasetsResponseFilterSensitiveLog } from "../models/models_0"; import { de_ListDatasetsCommand, se_ListDatasetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts b/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts index 299c78662be1e..ff56f99b281bb 100644 --- a/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts +++ b/clients/client-finspace-data/src/commands/ListPermissionGroupsByUserCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListPermissionGroupsByUserCommand, se_ListPermissionGroupsByUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts b/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts index 2f1d678671abb..2251a1e86c88a 100644 --- a/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts +++ b/clients/client-finspace-data/src/commands/ListPermissionGroupsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListPermissionGroupsCommand, se_ListPermissionGroupsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts index cb5b4d9ce7a50..54773dc5bd4dd 100644 --- a/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/ListUsersByPermissionGroupCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListUsersByPermissionGroupCommand, se_ListUsersByPermissionGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/ListUsersCommand.ts b/clients/client-finspace-data/src/commands/ListUsersCommand.ts index 7d0745be2ab11..16358ba906d58 100644 --- a/clients/client-finspace-data/src/commands/ListUsersCommand.ts +++ b/clients/client-finspace-data/src/commands/ListUsersCommand.ts @@ -17,6 +17,10 @@ import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListUsersRequest, ListUsersResponse, ListUsersResponseFilterSensitiveLog } from "../models/models_0"; import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts b/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts index 30092344c2908..7cce25c0ca076 100644 --- a/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts +++ b/clients/client-finspace-data/src/commands/ResetUserPasswordCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ResetUserPasswordCommand, se_ResetUserPasswordCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts b/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts index 4a6c2e350de39..72784890a075d 100644 --- a/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdateChangesetCommand.ts @@ -17,6 +17,10 @@ import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateChangesetRequest, UpdateChangesetResponse } from "../models/models_0"; import { de_UpdateChangesetCommand, se_UpdateChangesetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts b/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts index 201584820655f..cc94585d4af89 100644 --- a/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdateDatasetCommand.ts @@ -17,6 +17,10 @@ import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateDatasetRequest, UpdateDatasetResponse } from "../models/models_0"; import { de_UpdateDatasetCommand, se_UpdateDatasetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts b/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts index c352bb3653c79..e93a7bb987a17 100644 --- a/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdatePermissionGroupCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdatePermissionGroupCommand, se_UpdatePermissionGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/commands/UpdateUserCommand.ts b/clients/client-finspace-data/src/commands/UpdateUserCommand.ts index 056f0a127459c..de062c1cd6a4c 100644 --- a/clients/client-finspace-data/src/commands/UpdateUserCommand.ts +++ b/clients/client-finspace-data/src/commands/UpdateUserCommand.ts @@ -17,6 +17,10 @@ import { FinspaceDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateUserRequest, UpdateUserRequestFilterSensitiveLog, UpdateUserResponse } from "../models/models_0"; import { de_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace-data/src/index.ts b/clients/client-finspace-data/src/index.ts index c35ecccac810f..c0386747e8d04 100644 --- a/clients/client-finspace-data/src/index.ts +++ b/clients/client-finspace-data/src/index.ts @@ -1,8 +1,14 @@ -export * from "./FinspaceData"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The FinSpace APIs let you take actions inside the FinSpace.

+ * + * @packageDocumentation + */ export * from "./FinspaceDataClient"; +export * from "./FinspaceData"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { FinspaceDataServiceException } from "./models/FinspaceDataServiceException"; diff --git a/clients/client-finspace-data/src/models/FinspaceDataServiceException.ts b/clients/client-finspace-data/src/models/FinspaceDataServiceException.ts index 69b8f2407bb7b..27717ccb37d0d 100644 --- a/clients/client-finspace-data/src/models/FinspaceDataServiceException.ts +++ b/clients/client-finspace-data/src/models/FinspaceDataServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-finspace/src/FinspaceClient.ts b/clients/client-finspace/src/FinspaceClient.ts index 21cbde14da578..cf26a8b66ea01 100644 --- a/clients/client-finspace/src/FinspaceClient.ts +++ b/clients/client-finspace/src/FinspaceClient.ts @@ -70,6 +70,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -223,7 +225,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type FinspaceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type FinspaceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -242,7 +244,7 @@ export interface FinspaceClientConfig extends FinspaceClientConfigType {} /** * @public */ -type FinspaceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type FinspaceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts b/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts index 223a00f53db22..d2ea066c46c50 100644 --- a/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/CreateEnvironmentCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateEnvironmentCommand, se_CreateEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts b/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts index 5f46548b80f2f..c50d7e6ade56f 100644 --- a/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/DeleteEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteEnvironmentRequest, DeleteEnvironmentResponse } from "../models/models_0"; import { de_DeleteEnvironmentCommand, se_DeleteEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace/src/commands/GetEnvironmentCommand.ts b/clients/client-finspace/src/commands/GetEnvironmentCommand.ts index a8d01e7705ec2..99d7bf0c521ee 100644 --- a/clients/client-finspace/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/GetEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { GetEnvironmentRequest, GetEnvironmentResponse } from "../models/models_0"; import { de_GetEnvironmentCommand, se_GetEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts b/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts index 391558cb6050a..20caffda67c08 100644 --- a/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-finspace/src/commands/ListEnvironmentsCommand.ts @@ -17,6 +17,10 @@ import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListEnvironmentsRequest, ListEnvironmentsResponse } from "../models/models_0"; import { de_ListEnvironmentsCommand, se_ListEnvironmentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace/src/commands/ListTagsForResourceCommand.ts b/clients/client-finspace/src/commands/ListTagsForResourceCommand.ts index 6b6e6800a4e50..51b48d681f21b 100644 --- a/clients/client-finspace/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-finspace/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace/src/commands/TagResourceCommand.ts b/clients/client-finspace/src/commands/TagResourceCommand.ts index 7b71464df1f1f..eb182479f04f9 100644 --- a/clients/client-finspace/src/commands/TagResourceCommand.ts +++ b/clients/client-finspace/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace/src/commands/UntagResourceCommand.ts b/clients/client-finspace/src/commands/UntagResourceCommand.ts index 3957f3816e898..441f36a82fa52 100644 --- a/clients/client-finspace/src/commands/UntagResourceCommand.ts +++ b/clients/client-finspace/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts b/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts index 4556116c84e41..81d0fcc921092 100644 --- a/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-finspace/src/commands/UpdateEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { FinspaceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateEnvironmentRequest, UpdateEnvironmentResponse } from "../models/models_0"; import { de_UpdateEnvironmentCommand, se_UpdateEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-finspace/src/index.ts b/clients/client-finspace/src/index.ts index f17978529ad9e..2b6c7219514b2 100644 --- a/clients/client-finspace/src/index.ts +++ b/clients/client-finspace/src/index.ts @@ -1,6 +1,12 @@ -export * from "./Finspace"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The FinSpace management service provides the APIs for managing FinSpace environments.

+ * + * @packageDocumentation + */ export * from "./FinspaceClient"; +export * from "./Finspace"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-finspace/src/models/FinspaceServiceException.ts b/clients/client-finspace/src/models/FinspaceServiceException.ts index f1c55f8455304..8887448dcce8b 100644 --- a/clients/client-finspace/src/models/FinspaceServiceException.ts +++ b/clients/client-finspace/src/models/FinspaceServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-firehose/src/FirehoseClient.ts b/clients/client-firehose/src/FirehoseClient.ts index 147321a02199d..b43594da21ff8 100644 --- a/clients/client-firehose/src/FirehoseClient.ts +++ b/clients/client-firehose/src/FirehoseClient.ts @@ -95,6 +95,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -256,7 +258,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type FirehoseClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type FirehoseClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -275,7 +277,7 @@ export interface FirehoseClientConfig extends FirehoseClientConfigType {} /** * @public */ -type FirehoseClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type FirehoseClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-firehose/src/commands/CreateDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/CreateDeliveryStreamCommand.ts index 516076c8ae992..8c9bb652e316a 100644 --- a/clients/client-firehose/src/commands/CreateDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/CreateDeliveryStreamCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateDeliveryStreamCommand, se_CreateDeliveryStreamCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-firehose/src/commands/DeleteDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/DeleteDeliveryStreamCommand.ts index 840eece599f15..a34a93fc1e8e3 100644 --- a/clients/client-firehose/src/commands/DeleteDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/DeleteDeliveryStreamCommand.ts @@ -17,6 +17,10 @@ import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteDeliveryStreamInput, DeleteDeliveryStreamOutput } from "../models/models_0"; import { de_DeleteDeliveryStreamCommand, se_DeleteDeliveryStreamCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-firehose/src/commands/DescribeDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/DescribeDeliveryStreamCommand.ts index d956adff848da..1e5041edca742 100644 --- a/clients/client-firehose/src/commands/DescribeDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/DescribeDeliveryStreamCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeDeliveryStreamCommand, se_DescribeDeliveryStreamCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-firehose/src/commands/ListDeliveryStreamsCommand.ts b/clients/client-firehose/src/commands/ListDeliveryStreamsCommand.ts index 2f31543080e42..a46496f94c654 100644 --- a/clients/client-firehose/src/commands/ListDeliveryStreamsCommand.ts +++ b/clients/client-firehose/src/commands/ListDeliveryStreamsCommand.ts @@ -17,6 +17,10 @@ import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListDeliveryStreamsInput, ListDeliveryStreamsOutput } from "../models/models_0"; import { de_ListDeliveryStreamsCommand, se_ListDeliveryStreamsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-firehose/src/commands/ListTagsForDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/ListTagsForDeliveryStreamCommand.ts index ca49e7b350e27..4cc2a968fcfb0 100644 --- a/clients/client-firehose/src/commands/ListTagsForDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/ListTagsForDeliveryStreamCommand.ts @@ -17,6 +17,10 @@ import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListTagsForDeliveryStreamInput, ListTagsForDeliveryStreamOutput } from "../models/models_0"; import { de_ListTagsForDeliveryStreamCommand, se_ListTagsForDeliveryStreamCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-firehose/src/commands/PutRecordBatchCommand.ts b/clients/client-firehose/src/commands/PutRecordBatchCommand.ts index 0484d1080327b..51d0389f1e22e 100644 --- a/clients/client-firehose/src/commands/PutRecordBatchCommand.ts +++ b/clients/client-firehose/src/commands/PutRecordBatchCommand.ts @@ -17,6 +17,10 @@ import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { PutRecordBatchInput, PutRecordBatchOutput } from "../models/models_0"; import { de_PutRecordBatchCommand, se_PutRecordBatchCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-firehose/src/commands/PutRecordCommand.ts b/clients/client-firehose/src/commands/PutRecordCommand.ts index 4b747f0054825..57fc7cc82dbfd 100644 --- a/clients/client-firehose/src/commands/PutRecordCommand.ts +++ b/clients/client-firehose/src/commands/PutRecordCommand.ts @@ -17,6 +17,10 @@ import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { PutRecordInput, PutRecordOutput } from "../models/models_0"; import { de_PutRecordCommand, se_PutRecordCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-firehose/src/commands/StartDeliveryStreamEncryptionCommand.ts b/clients/client-firehose/src/commands/StartDeliveryStreamEncryptionCommand.ts index 9312dd3164688..24d79bb6053a3 100644 --- a/clients/client-firehose/src/commands/StartDeliveryStreamEncryptionCommand.ts +++ b/clients/client-firehose/src/commands/StartDeliveryStreamEncryptionCommand.ts @@ -20,6 +20,10 @@ import { se_StartDeliveryStreamEncryptionCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-firehose/src/commands/StopDeliveryStreamEncryptionCommand.ts b/clients/client-firehose/src/commands/StopDeliveryStreamEncryptionCommand.ts index 9e956966fcaa0..25d6678fbeba3 100644 --- a/clients/client-firehose/src/commands/StopDeliveryStreamEncryptionCommand.ts +++ b/clients/client-firehose/src/commands/StopDeliveryStreamEncryptionCommand.ts @@ -20,6 +20,10 @@ import { se_StopDeliveryStreamEncryptionCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-firehose/src/commands/TagDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/TagDeliveryStreamCommand.ts index 97f6c38b91a6d..b90e384fb8035 100644 --- a/clients/client-firehose/src/commands/TagDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/TagDeliveryStreamCommand.ts @@ -17,6 +17,10 @@ import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { TagDeliveryStreamInput, TagDeliveryStreamOutput } from "../models/models_0"; import { de_TagDeliveryStreamCommand, se_TagDeliveryStreamCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-firehose/src/commands/UntagDeliveryStreamCommand.ts b/clients/client-firehose/src/commands/UntagDeliveryStreamCommand.ts index ca964bd424b27..32d1fc5e1e73d 100644 --- a/clients/client-firehose/src/commands/UntagDeliveryStreamCommand.ts +++ b/clients/client-firehose/src/commands/UntagDeliveryStreamCommand.ts @@ -17,6 +17,10 @@ import { FirehoseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UntagDeliveryStreamInput, UntagDeliveryStreamOutput } from "../models/models_0"; import { de_UntagDeliveryStreamCommand, se_UntagDeliveryStreamCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-firehose/src/commands/UpdateDestinationCommand.ts b/clients/client-firehose/src/commands/UpdateDestinationCommand.ts index b07427c643788..2d9c5d3b7ef4e 100644 --- a/clients/client-firehose/src/commands/UpdateDestinationCommand.ts +++ b/clients/client-firehose/src/commands/UpdateDestinationCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateDestinationCommand, se_UpdateDestinationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-firehose/src/index.ts b/clients/client-firehose/src/index.ts index d892ddf07b1bf..455065e8d9269 100644 --- a/clients/client-firehose/src/index.ts +++ b/clients/client-firehose/src/index.ts @@ -1,6 +1,16 @@ -export * from "./Firehose"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Kinesis Data Firehose API Reference + *

Amazon Kinesis Data Firehose is a fully managed service that delivers real-time + * streaming data to destinations such as Amazon Simple Storage Service (Amazon S3), Amazon + * OpenSearch Service, Amazon Redshift, Splunk, and various other supportd + * destinations.

+ * + * @packageDocumentation + */ export * from "./FirehoseClient"; +export * from "./Firehose"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-firehose/src/models/FirehoseServiceException.ts b/clients/client-firehose/src/models/FirehoseServiceException.ts index 219f98832043d..e8a43759eec36 100644 --- a/clients/client-firehose/src/models/FirehoseServiceException.ts +++ b/clients/client-firehose/src/models/FirehoseServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-fis/src/FisClient.ts b/clients/client-fis/src/FisClient.ts index 71c80214ae182..4639effb2290d 100644 --- a/clients/client-fis/src/FisClient.ts +++ b/clients/client-fis/src/FisClient.ts @@ -99,6 +99,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -268,7 +270,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type FisClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type FisClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -287,7 +289,7 @@ export interface FisClientConfig extends FisClientConfigType {} /** * @public */ -type FisClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type FisClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-fis/src/commands/CreateExperimentTemplateCommand.ts b/clients/client-fis/src/commands/CreateExperimentTemplateCommand.ts index 4bbe2382dc72e..186aaf0a1b3d3 100644 --- a/clients/client-fis/src/commands/CreateExperimentTemplateCommand.ts +++ b/clients/client-fis/src/commands/CreateExperimentTemplateCommand.ts @@ -17,6 +17,10 @@ import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateExperimentTemplateRequest, CreateExperimentTemplateResponse } from "../models/models_0"; import { de_CreateExperimentTemplateCommand, se_CreateExperimentTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fis/src/commands/DeleteExperimentTemplateCommand.ts b/clients/client-fis/src/commands/DeleteExperimentTemplateCommand.ts index 33e5336186d50..d14646a25b0eb 100644 --- a/clients/client-fis/src/commands/DeleteExperimentTemplateCommand.ts +++ b/clients/client-fis/src/commands/DeleteExperimentTemplateCommand.ts @@ -17,6 +17,10 @@ import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteExperimentTemplateRequest, DeleteExperimentTemplateResponse } from "../models/models_0"; import { de_DeleteExperimentTemplateCommand, se_DeleteExperimentTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fis/src/commands/GetActionCommand.ts b/clients/client-fis/src/commands/GetActionCommand.ts index feae20dabd64f..dd8afc22a806b 100644 --- a/clients/client-fis/src/commands/GetActionCommand.ts +++ b/clients/client-fis/src/commands/GetActionCommand.ts @@ -17,6 +17,10 @@ import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetActionRequest, GetActionResponse } from "../models/models_0"; import { de_GetActionCommand, se_GetActionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fis/src/commands/GetExperimentCommand.ts b/clients/client-fis/src/commands/GetExperimentCommand.ts index 042e236fafe7a..8637b7705f614 100644 --- a/clients/client-fis/src/commands/GetExperimentCommand.ts +++ b/clients/client-fis/src/commands/GetExperimentCommand.ts @@ -17,6 +17,10 @@ import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetExperimentRequest, GetExperimentResponse } from "../models/models_0"; import { de_GetExperimentCommand, se_GetExperimentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fis/src/commands/GetExperimentTemplateCommand.ts b/clients/client-fis/src/commands/GetExperimentTemplateCommand.ts index a5b56cb78562e..de5f576c1fcfa 100644 --- a/clients/client-fis/src/commands/GetExperimentTemplateCommand.ts +++ b/clients/client-fis/src/commands/GetExperimentTemplateCommand.ts @@ -17,6 +17,10 @@ import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetExperimentTemplateRequest, GetExperimentTemplateResponse } from "../models/models_0"; import { de_GetExperimentTemplateCommand, se_GetExperimentTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fis/src/commands/GetTargetResourceTypeCommand.ts b/clients/client-fis/src/commands/GetTargetResourceTypeCommand.ts index 7e96d3888c386..a762724d5a9db 100644 --- a/clients/client-fis/src/commands/GetTargetResourceTypeCommand.ts +++ b/clients/client-fis/src/commands/GetTargetResourceTypeCommand.ts @@ -17,6 +17,10 @@ import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetTargetResourceTypeRequest, GetTargetResourceTypeResponse } from "../models/models_0"; import { de_GetTargetResourceTypeCommand, se_GetTargetResourceTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fis/src/commands/ListActionsCommand.ts b/clients/client-fis/src/commands/ListActionsCommand.ts index 6a5e040fefc40..7af9efd60719b 100644 --- a/clients/client-fis/src/commands/ListActionsCommand.ts +++ b/clients/client-fis/src/commands/ListActionsCommand.ts @@ -17,6 +17,10 @@ import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListActionsRequest, ListActionsResponse } from "../models/models_0"; import { de_ListActionsCommand, se_ListActionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fis/src/commands/ListExperimentTemplatesCommand.ts b/clients/client-fis/src/commands/ListExperimentTemplatesCommand.ts index f5e2786c0629d..0d8b38d71c4c6 100644 --- a/clients/client-fis/src/commands/ListExperimentTemplatesCommand.ts +++ b/clients/client-fis/src/commands/ListExperimentTemplatesCommand.ts @@ -17,6 +17,10 @@ import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListExperimentTemplatesRequest, ListExperimentTemplatesResponse } from "../models/models_0"; import { de_ListExperimentTemplatesCommand, se_ListExperimentTemplatesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fis/src/commands/ListExperimentsCommand.ts b/clients/client-fis/src/commands/ListExperimentsCommand.ts index 684f0a5a11da3..05e02a94d23a5 100644 --- a/clients/client-fis/src/commands/ListExperimentsCommand.ts +++ b/clients/client-fis/src/commands/ListExperimentsCommand.ts @@ -17,6 +17,10 @@ import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListExperimentsRequest, ListExperimentsResponse } from "../models/models_0"; import { de_ListExperimentsCommand, se_ListExperimentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fis/src/commands/ListTagsForResourceCommand.ts b/clients/client-fis/src/commands/ListTagsForResourceCommand.ts index 8b3ecc3b4acef..2d4860595682f 100644 --- a/clients/client-fis/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-fis/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fis/src/commands/ListTargetResourceTypesCommand.ts b/clients/client-fis/src/commands/ListTargetResourceTypesCommand.ts index 4f6f23d314cc6..5e536e154d2b3 100644 --- a/clients/client-fis/src/commands/ListTargetResourceTypesCommand.ts +++ b/clients/client-fis/src/commands/ListTargetResourceTypesCommand.ts @@ -17,6 +17,10 @@ import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListTargetResourceTypesRequest, ListTargetResourceTypesResponse } from "../models/models_0"; import { de_ListTargetResourceTypesCommand, se_ListTargetResourceTypesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fis/src/commands/StartExperimentCommand.ts b/clients/client-fis/src/commands/StartExperimentCommand.ts index 365d230b21940..902c64369b444 100644 --- a/clients/client-fis/src/commands/StartExperimentCommand.ts +++ b/clients/client-fis/src/commands/StartExperimentCommand.ts @@ -17,6 +17,10 @@ import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { StartExperimentRequest, StartExperimentResponse } from "../models/models_0"; import { de_StartExperimentCommand, se_StartExperimentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fis/src/commands/StopExperimentCommand.ts b/clients/client-fis/src/commands/StopExperimentCommand.ts index 1010a2ad6d7de..a3c2a45afd336 100644 --- a/clients/client-fis/src/commands/StopExperimentCommand.ts +++ b/clients/client-fis/src/commands/StopExperimentCommand.ts @@ -17,6 +17,10 @@ import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { StopExperimentRequest, StopExperimentResponse } from "../models/models_0"; import { de_StopExperimentCommand, se_StopExperimentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fis/src/commands/TagResourceCommand.ts b/clients/client-fis/src/commands/TagResourceCommand.ts index f6eb1d4ff6f55..cb9417350e681 100644 --- a/clients/client-fis/src/commands/TagResourceCommand.ts +++ b/clients/client-fis/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fis/src/commands/UntagResourceCommand.ts b/clients/client-fis/src/commands/UntagResourceCommand.ts index 33959caa0328d..44cdeb2771da5 100644 --- a/clients/client-fis/src/commands/UntagResourceCommand.ts +++ b/clients/client-fis/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fis/src/commands/UpdateExperimentTemplateCommand.ts b/clients/client-fis/src/commands/UpdateExperimentTemplateCommand.ts index 99bbd3172c00a..25a0306d89dcc 100644 --- a/clients/client-fis/src/commands/UpdateExperimentTemplateCommand.ts +++ b/clients/client-fis/src/commands/UpdateExperimentTemplateCommand.ts @@ -17,6 +17,10 @@ import { FisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateExperimentTemplateRequest, UpdateExperimentTemplateResponse } from "../models/models_0"; import { de_UpdateExperimentTemplateCommand, se_UpdateExperimentTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fis/src/index.ts b/clients/client-fis/src/index.ts index 2786ca3bcc1d8..2b5e5e75c512e 100644 --- a/clients/client-fis/src/index.ts +++ b/clients/client-fis/src/index.ts @@ -1,8 +1,15 @@ -export * from "./Fis"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Fault Injection Simulator is a managed service that enables you to perform fault injection + * experiments on your Amazon Web Services workloads. For more information, see the Fault Injection Simulator User Guide.

+ * + * @packageDocumentation + */ export * from "./FisClient"; +export * from "./Fis"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { FisServiceException } from "./models/FisServiceException"; diff --git a/clients/client-fis/src/models/FisServiceException.ts b/clients/client-fis/src/models/FisServiceException.ts index 2253353b5a2a0..da591f9c01f42 100644 --- a/clients/client-fis/src/models/FisServiceException.ts +++ b/clients/client-fis/src/models/FisServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-fms/src/FMSClient.ts b/clients/client-fms/src/FMSClient.ts index 4f39a6db3f790..00a73498836f3 100644 --- a/clients/client-fms/src/FMSClient.ts +++ b/clients/client-fms/src/FMSClient.ts @@ -164,6 +164,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -385,7 +387,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type FMSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type FMSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -404,7 +406,7 @@ export interface FMSClientConfig extends FMSClientConfigType {} /** * @public */ -type FMSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type FMSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-fms/src/commands/AssociateAdminAccountCommand.ts b/clients/client-fms/src/commands/AssociateAdminAccountCommand.ts index 06d9be40cb2be..d326edc168503 100644 --- a/clients/client-fms/src/commands/AssociateAdminAccountCommand.ts +++ b/clients/client-fms/src/commands/AssociateAdminAccountCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AssociateAdminAccountRequest } from "../models/models_0"; import { de_AssociateAdminAccountCommand, se_AssociateAdminAccountCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/AssociateThirdPartyFirewallCommand.ts b/clients/client-fms/src/commands/AssociateThirdPartyFirewallCommand.ts index c1e8718593a0d..cf22a8613144c 100644 --- a/clients/client-fms/src/commands/AssociateThirdPartyFirewallCommand.ts +++ b/clients/client-fms/src/commands/AssociateThirdPartyFirewallCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AssociateThirdPartyFirewallRequest, AssociateThirdPartyFirewallResponse } from "../models/models_0"; import { de_AssociateThirdPartyFirewallCommand, se_AssociateThirdPartyFirewallCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/BatchAssociateResourceCommand.ts b/clients/client-fms/src/commands/BatchAssociateResourceCommand.ts index c001486f79219..ce522d6328d08 100644 --- a/clients/client-fms/src/commands/BatchAssociateResourceCommand.ts +++ b/clients/client-fms/src/commands/BatchAssociateResourceCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { BatchAssociateResourceRequest, BatchAssociateResourceResponse } from "../models/models_0"; import { de_BatchAssociateResourceCommand, se_BatchAssociateResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/BatchDisassociateResourceCommand.ts b/clients/client-fms/src/commands/BatchDisassociateResourceCommand.ts index 9ea69a89c96d3..a3b63ab280cec 100644 --- a/clients/client-fms/src/commands/BatchDisassociateResourceCommand.ts +++ b/clients/client-fms/src/commands/BatchDisassociateResourceCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { BatchDisassociateResourceRequest, BatchDisassociateResourceResponse } from "../models/models_0"; import { de_BatchDisassociateResourceCommand, se_BatchDisassociateResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/DeleteAppsListCommand.ts b/clients/client-fms/src/commands/DeleteAppsListCommand.ts index a02aedaf618cd..f1efc57ca26e7 100644 --- a/clients/client-fms/src/commands/DeleteAppsListCommand.ts +++ b/clients/client-fms/src/commands/DeleteAppsListCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteAppsListRequest } from "../models/models_0"; import { de_DeleteAppsListCommand, se_DeleteAppsListCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/DeleteNotificationChannelCommand.ts b/clients/client-fms/src/commands/DeleteNotificationChannelCommand.ts index 3b1f5069452d1..c99f10ea88a13 100644 --- a/clients/client-fms/src/commands/DeleteNotificationChannelCommand.ts +++ b/clients/client-fms/src/commands/DeleteNotificationChannelCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteNotificationChannelRequest } from "../models/models_0"; import { de_DeleteNotificationChannelCommand, se_DeleteNotificationChannelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/DeletePolicyCommand.ts b/clients/client-fms/src/commands/DeletePolicyCommand.ts index 4b62faf8f73a3..44a63e24a9416 100644 --- a/clients/client-fms/src/commands/DeletePolicyCommand.ts +++ b/clients/client-fms/src/commands/DeletePolicyCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeletePolicyRequest } from "../models/models_0"; import { de_DeletePolicyCommand, se_DeletePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/DeleteProtocolsListCommand.ts b/clients/client-fms/src/commands/DeleteProtocolsListCommand.ts index 530914f52bb78..585ccbf0bd816 100644 --- a/clients/client-fms/src/commands/DeleteProtocolsListCommand.ts +++ b/clients/client-fms/src/commands/DeleteProtocolsListCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteProtocolsListRequest } from "../models/models_0"; import { de_DeleteProtocolsListCommand, se_DeleteProtocolsListCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/DeleteResourceSetCommand.ts b/clients/client-fms/src/commands/DeleteResourceSetCommand.ts index 402f634bbee47..d63ebeeef0dbf 100644 --- a/clients/client-fms/src/commands/DeleteResourceSetCommand.ts +++ b/clients/client-fms/src/commands/DeleteResourceSetCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteResourceSetRequest } from "../models/models_0"; import { de_DeleteResourceSetCommand, se_DeleteResourceSetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/DisassociateAdminAccountCommand.ts b/clients/client-fms/src/commands/DisassociateAdminAccountCommand.ts index 58f93baeaa42b..49abbe9f4dab4 100644 --- a/clients/client-fms/src/commands/DisassociateAdminAccountCommand.ts +++ b/clients/client-fms/src/commands/DisassociateAdminAccountCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisassociateAdminAccountRequest } from "../models/models_0"; import { de_DisassociateAdminAccountCommand, se_DisassociateAdminAccountCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/DisassociateThirdPartyFirewallCommand.ts b/clients/client-fms/src/commands/DisassociateThirdPartyFirewallCommand.ts index b9039c54f24f8..1e34b735ebb68 100644 --- a/clients/client-fms/src/commands/DisassociateThirdPartyFirewallCommand.ts +++ b/clients/client-fms/src/commands/DisassociateThirdPartyFirewallCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateThirdPartyFirewallCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/GetAdminAccountCommand.ts b/clients/client-fms/src/commands/GetAdminAccountCommand.ts index 15007567cd6d4..17e007d51baeb 100644 --- a/clients/client-fms/src/commands/GetAdminAccountCommand.ts +++ b/clients/client-fms/src/commands/GetAdminAccountCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetAdminAccountRequest, GetAdminAccountResponse } from "../models/models_0"; import { de_GetAdminAccountCommand, se_GetAdminAccountCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/GetAdminScopeCommand.ts b/clients/client-fms/src/commands/GetAdminScopeCommand.ts index 58bf7c3645ce2..17bdcfef65a89 100644 --- a/clients/client-fms/src/commands/GetAdminScopeCommand.ts +++ b/clients/client-fms/src/commands/GetAdminScopeCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetAdminScopeRequest, GetAdminScopeResponse } from "../models/models_0"; import { de_GetAdminScopeCommand, se_GetAdminScopeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/GetAppsListCommand.ts b/clients/client-fms/src/commands/GetAppsListCommand.ts index 27473688dadbe..9c89478b234f4 100644 --- a/clients/client-fms/src/commands/GetAppsListCommand.ts +++ b/clients/client-fms/src/commands/GetAppsListCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetAppsListRequest, GetAppsListResponse } from "../models/models_0"; import { de_GetAppsListCommand, se_GetAppsListCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/GetComplianceDetailCommand.ts b/clients/client-fms/src/commands/GetComplianceDetailCommand.ts index 9b3462095c959..d5aa15a479fc8 100644 --- a/clients/client-fms/src/commands/GetComplianceDetailCommand.ts +++ b/clients/client-fms/src/commands/GetComplianceDetailCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetComplianceDetailRequest, GetComplianceDetailResponse } from "../models/models_0"; import { de_GetComplianceDetailCommand, se_GetComplianceDetailCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/GetNotificationChannelCommand.ts b/clients/client-fms/src/commands/GetNotificationChannelCommand.ts index 49be3679750a0..6a20fead55e77 100644 --- a/clients/client-fms/src/commands/GetNotificationChannelCommand.ts +++ b/clients/client-fms/src/commands/GetNotificationChannelCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetNotificationChannelRequest, GetNotificationChannelResponse } from "../models/models_0"; import { de_GetNotificationChannelCommand, se_GetNotificationChannelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/GetPolicyCommand.ts b/clients/client-fms/src/commands/GetPolicyCommand.ts index 14f489682f22b..e64c7c036662b 100644 --- a/clients/client-fms/src/commands/GetPolicyCommand.ts +++ b/clients/client-fms/src/commands/GetPolicyCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0"; import { de_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/GetProtectionStatusCommand.ts b/clients/client-fms/src/commands/GetProtectionStatusCommand.ts index c67814c1e53c2..735a092b62f13 100644 --- a/clients/client-fms/src/commands/GetProtectionStatusCommand.ts +++ b/clients/client-fms/src/commands/GetProtectionStatusCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetProtectionStatusRequest, GetProtectionStatusResponse } from "../models/models_0"; import { de_GetProtectionStatusCommand, se_GetProtectionStatusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/GetProtocolsListCommand.ts b/clients/client-fms/src/commands/GetProtocolsListCommand.ts index 665046532e01d..41dfa3a0ff77e 100644 --- a/clients/client-fms/src/commands/GetProtocolsListCommand.ts +++ b/clients/client-fms/src/commands/GetProtocolsListCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetProtocolsListRequest, GetProtocolsListResponse } from "../models/models_0"; import { de_GetProtocolsListCommand, se_GetProtocolsListCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/GetResourceSetCommand.ts b/clients/client-fms/src/commands/GetResourceSetCommand.ts index 4458c99606aff..d2728b646670c 100644 --- a/clients/client-fms/src/commands/GetResourceSetCommand.ts +++ b/clients/client-fms/src/commands/GetResourceSetCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetResourceSetRequest, GetResourceSetResponse } from "../models/models_0"; import { de_GetResourceSetCommand, se_GetResourceSetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/GetThirdPartyFirewallAssociationStatusCommand.ts b/clients/client-fms/src/commands/GetThirdPartyFirewallAssociationStatusCommand.ts index a5d64ab4733ab..ce45f1d2c1971 100644 --- a/clients/client-fms/src/commands/GetThirdPartyFirewallAssociationStatusCommand.ts +++ b/clients/client-fms/src/commands/GetThirdPartyFirewallAssociationStatusCommand.ts @@ -23,6 +23,10 @@ import { se_GetThirdPartyFirewallAssociationStatusCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/GetViolationDetailsCommand.ts b/clients/client-fms/src/commands/GetViolationDetailsCommand.ts index 5ffc120641831..dcfe25dcea25c 100644 --- a/clients/client-fms/src/commands/GetViolationDetailsCommand.ts +++ b/clients/client-fms/src/commands/GetViolationDetailsCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetViolationDetailsRequest, GetViolationDetailsResponse } from "../models/models_0"; import { de_GetViolationDetailsCommand, se_GetViolationDetailsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/ListAdminAccountsForOrganizationCommand.ts b/clients/client-fms/src/commands/ListAdminAccountsForOrganizationCommand.ts index 22d4fe620a230..be7f822ccb2c8 100644 --- a/clients/client-fms/src/commands/ListAdminAccountsForOrganizationCommand.ts +++ b/clients/client-fms/src/commands/ListAdminAccountsForOrganizationCommand.ts @@ -20,6 +20,10 @@ import { se_ListAdminAccountsForOrganizationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/ListAdminsManagingAccountCommand.ts b/clients/client-fms/src/commands/ListAdminsManagingAccountCommand.ts index f70bc8319bf98..9c9f39bc7ec70 100644 --- a/clients/client-fms/src/commands/ListAdminsManagingAccountCommand.ts +++ b/clients/client-fms/src/commands/ListAdminsManagingAccountCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListAdminsManagingAccountRequest, ListAdminsManagingAccountResponse } from "../models/models_0"; import { de_ListAdminsManagingAccountCommand, se_ListAdminsManagingAccountCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/ListAppsListsCommand.ts b/clients/client-fms/src/commands/ListAppsListsCommand.ts index 12d3154d8761d..de17d775c1730 100644 --- a/clients/client-fms/src/commands/ListAppsListsCommand.ts +++ b/clients/client-fms/src/commands/ListAppsListsCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListAppsListsRequest, ListAppsListsResponse } from "../models/models_0"; import { de_ListAppsListsCommand, se_ListAppsListsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/ListComplianceStatusCommand.ts b/clients/client-fms/src/commands/ListComplianceStatusCommand.ts index 89a029e848c0f..4910abc6e3319 100644 --- a/clients/client-fms/src/commands/ListComplianceStatusCommand.ts +++ b/clients/client-fms/src/commands/ListComplianceStatusCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListComplianceStatusRequest, ListComplianceStatusResponse } from "../models/models_0"; import { de_ListComplianceStatusCommand, se_ListComplianceStatusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/ListDiscoveredResourcesCommand.ts b/clients/client-fms/src/commands/ListDiscoveredResourcesCommand.ts index bedb3bb6f82f8..cd9ec874a3512 100644 --- a/clients/client-fms/src/commands/ListDiscoveredResourcesCommand.ts +++ b/clients/client-fms/src/commands/ListDiscoveredResourcesCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListDiscoveredResourcesRequest, ListDiscoveredResourcesResponse } from "../models/models_0"; import { de_ListDiscoveredResourcesCommand, se_ListDiscoveredResourcesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/ListMemberAccountsCommand.ts b/clients/client-fms/src/commands/ListMemberAccountsCommand.ts index ffb66cd0cd0b4..fa5492bbbfbf1 100644 --- a/clients/client-fms/src/commands/ListMemberAccountsCommand.ts +++ b/clients/client-fms/src/commands/ListMemberAccountsCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListMemberAccountsRequest, ListMemberAccountsResponse } from "../models/models_0"; import { de_ListMemberAccountsCommand, se_ListMemberAccountsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/ListPoliciesCommand.ts b/clients/client-fms/src/commands/ListPoliciesCommand.ts index 8ddc503cc671d..dec18d5ec97bd 100644 --- a/clients/client-fms/src/commands/ListPoliciesCommand.ts +++ b/clients/client-fms/src/commands/ListPoliciesCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_0"; import { de_ListPoliciesCommand, se_ListPoliciesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/ListProtocolsListsCommand.ts b/clients/client-fms/src/commands/ListProtocolsListsCommand.ts index 5b5f3c3ddb850..3c82dcccad4b2 100644 --- a/clients/client-fms/src/commands/ListProtocolsListsCommand.ts +++ b/clients/client-fms/src/commands/ListProtocolsListsCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListProtocolsListsRequest, ListProtocolsListsResponse } from "../models/models_0"; import { de_ListProtocolsListsCommand, se_ListProtocolsListsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/ListResourceSetResourcesCommand.ts b/clients/client-fms/src/commands/ListResourceSetResourcesCommand.ts index d3042b6f34ebd..d2eb48e2ace97 100644 --- a/clients/client-fms/src/commands/ListResourceSetResourcesCommand.ts +++ b/clients/client-fms/src/commands/ListResourceSetResourcesCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListResourceSetResourcesRequest, ListResourceSetResourcesResponse } from "../models/models_0"; import { de_ListResourceSetResourcesCommand, se_ListResourceSetResourcesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/ListResourceSetsCommand.ts b/clients/client-fms/src/commands/ListResourceSetsCommand.ts index 20e96f5cc92da..324a020861311 100644 --- a/clients/client-fms/src/commands/ListResourceSetsCommand.ts +++ b/clients/client-fms/src/commands/ListResourceSetsCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListResourceSetsRequest, ListResourceSetsResponse } from "../models/models_0"; import { de_ListResourceSetsCommand, se_ListResourceSetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/ListTagsForResourceCommand.ts b/clients/client-fms/src/commands/ListTagsForResourceCommand.ts index 255c354804d95..82bb44ad68053 100644 --- a/clients/client-fms/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-fms/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/ListThirdPartyFirewallFirewallPoliciesCommand.ts b/clients/client-fms/src/commands/ListThirdPartyFirewallFirewallPoliciesCommand.ts index ac4d11505d0d7..609e19cda1558 100644 --- a/clients/client-fms/src/commands/ListThirdPartyFirewallFirewallPoliciesCommand.ts +++ b/clients/client-fms/src/commands/ListThirdPartyFirewallFirewallPoliciesCommand.ts @@ -23,6 +23,10 @@ import { se_ListThirdPartyFirewallFirewallPoliciesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/PutAdminAccountCommand.ts b/clients/client-fms/src/commands/PutAdminAccountCommand.ts index 251c1b6ef6cbc..91e7ce015612f 100644 --- a/clients/client-fms/src/commands/PutAdminAccountCommand.ts +++ b/clients/client-fms/src/commands/PutAdminAccountCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutAdminAccountRequest } from "../models/models_0"; import { de_PutAdminAccountCommand, se_PutAdminAccountCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/PutAppsListCommand.ts b/clients/client-fms/src/commands/PutAppsListCommand.ts index bdb5cd88c5390..b21c8286c55f6 100644 --- a/clients/client-fms/src/commands/PutAppsListCommand.ts +++ b/clients/client-fms/src/commands/PutAppsListCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutAppsListRequest, PutAppsListResponse } from "../models/models_0"; import { de_PutAppsListCommand, se_PutAppsListCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/PutNotificationChannelCommand.ts b/clients/client-fms/src/commands/PutNotificationChannelCommand.ts index 15fd93fb34fc4..254ccd1c4de27 100644 --- a/clients/client-fms/src/commands/PutNotificationChannelCommand.ts +++ b/clients/client-fms/src/commands/PutNotificationChannelCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutNotificationChannelRequest } from "../models/models_0"; import { de_PutNotificationChannelCommand, se_PutNotificationChannelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/PutPolicyCommand.ts b/clients/client-fms/src/commands/PutPolicyCommand.ts index 2486e0917f035..7fc780f962ad8 100644 --- a/clients/client-fms/src/commands/PutPolicyCommand.ts +++ b/clients/client-fms/src/commands/PutPolicyCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutPolicyRequest, PutPolicyResponse } from "../models/models_0"; import { de_PutPolicyCommand, se_PutPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/PutProtocolsListCommand.ts b/clients/client-fms/src/commands/PutProtocolsListCommand.ts index ffc86a1694865..77427cd87e40b 100644 --- a/clients/client-fms/src/commands/PutProtocolsListCommand.ts +++ b/clients/client-fms/src/commands/PutProtocolsListCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutProtocolsListRequest, PutProtocolsListResponse } from "../models/models_0"; import { de_PutProtocolsListCommand, se_PutProtocolsListCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/PutResourceSetCommand.ts b/clients/client-fms/src/commands/PutResourceSetCommand.ts index 175582983f55b..b507ffa5cd810 100644 --- a/clients/client-fms/src/commands/PutResourceSetCommand.ts +++ b/clients/client-fms/src/commands/PutResourceSetCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutResourceSetRequest, PutResourceSetResponse } from "../models/models_0"; import { de_PutResourceSetCommand, se_PutResourceSetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/TagResourceCommand.ts b/clients/client-fms/src/commands/TagResourceCommand.ts index bc87b157977a9..9271df1428dd4 100644 --- a/clients/client-fms/src/commands/TagResourceCommand.ts +++ b/clients/client-fms/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/commands/UntagResourceCommand.ts b/clients/client-fms/src/commands/UntagResourceCommand.ts index d60e9026e18bc..90b232dc7fa50 100644 --- a/clients/client-fms/src/commands/UntagResourceCommand.ts +++ b/clients/client-fms/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { FMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fms/src/index.ts b/clients/client-fms/src/index.ts index 10cb34b5a5a5a..394ec6d8b45fe 100644 --- a/clients/client-fms/src/index.ts +++ b/clients/client-fms/src/index.ts @@ -1,8 +1,20 @@ -export * from "./FMS"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

This is the Firewall Manager API Reference. This guide is for + * developers who need detailed information about the Firewall Manager API actions, data + * types, and errors. For detailed information about Firewall Manager features, see the + * Firewall Manager Developer Guide.

+ *

Some API actions require explicit resource permissions. For information, see the developer guide topic + * Service roles for Firewall Manager. + *

+ * + * @packageDocumentation + */ export * from "./FMSClient"; +export * from "./FMS"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { FMSServiceException } from "./models/FMSServiceException"; diff --git a/clients/client-fms/src/models/FMSServiceException.ts b/clients/client-fms/src/models/FMSServiceException.ts index 5cf4273187b7e..dc34de1709bfa 100644 --- a/clients/client-fms/src/models/FMSServiceException.ts +++ b/clients/client-fms/src/models/FMSServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-forecast/src/ForecastClient.ts b/clients/client-forecast/src/ForecastClient.ts index 7e54c005f514b..787f0b602baf0 100644 --- a/clients/client-forecast/src/ForecastClient.ts +++ b/clients/client-forecast/src/ForecastClient.ts @@ -230,6 +230,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -493,7 +495,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ForecastClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ForecastClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -512,7 +514,7 @@ export interface ForecastClientConfig extends ForecastClientConfigType {} /** * @public */ -type ForecastClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ForecastClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-forecast/src/commands/CreateAutoPredictorCommand.ts b/clients/client-forecast/src/commands/CreateAutoPredictorCommand.ts index ccb9f18777eef..34732541a0702 100644 --- a/clients/client-forecast/src/commands/CreateAutoPredictorCommand.ts +++ b/clients/client-forecast/src/commands/CreateAutoPredictorCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateAutoPredictorCommand, se_CreateAutoPredictorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/CreateDatasetCommand.ts b/clients/client-forecast/src/commands/CreateDatasetCommand.ts index b1e140e673167..cce317e708a46 100644 --- a/clients/client-forecast/src/commands/CreateDatasetCommand.ts +++ b/clients/client-forecast/src/commands/CreateDatasetCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateDatasetCommand, se_CreateDatasetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/CreateDatasetGroupCommand.ts b/clients/client-forecast/src/commands/CreateDatasetGroupCommand.ts index 0201158c27b2d..97c8acbb2a540 100644 --- a/clients/client-forecast/src/commands/CreateDatasetGroupCommand.ts +++ b/clients/client-forecast/src/commands/CreateDatasetGroupCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateDatasetGroupCommand, se_CreateDatasetGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/CreateDatasetImportJobCommand.ts b/clients/client-forecast/src/commands/CreateDatasetImportJobCommand.ts index df3a209bedacf..a3f1308037ce8 100644 --- a/clients/client-forecast/src/commands/CreateDatasetImportJobCommand.ts +++ b/clients/client-forecast/src/commands/CreateDatasetImportJobCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateDatasetImportJobCommand, se_CreateDatasetImportJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/CreateExplainabilityCommand.ts b/clients/client-forecast/src/commands/CreateExplainabilityCommand.ts index 1902bab80e509..fded686c09ada 100644 --- a/clients/client-forecast/src/commands/CreateExplainabilityCommand.ts +++ b/clients/client-forecast/src/commands/CreateExplainabilityCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateExplainabilityCommand, se_CreateExplainabilityCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/CreateExplainabilityExportCommand.ts b/clients/client-forecast/src/commands/CreateExplainabilityExportCommand.ts index 4e12a5ae98c75..4e25c5b71f2ed 100644 --- a/clients/client-forecast/src/commands/CreateExplainabilityExportCommand.ts +++ b/clients/client-forecast/src/commands/CreateExplainabilityExportCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateExplainabilityExportCommand, se_CreateExplainabilityExportCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/CreateForecastCommand.ts b/clients/client-forecast/src/commands/CreateForecastCommand.ts index b049632f1c4ea..fe408b6422129 100644 --- a/clients/client-forecast/src/commands/CreateForecastCommand.ts +++ b/clients/client-forecast/src/commands/CreateForecastCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateForecastCommand, se_CreateForecastCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/CreateForecastExportJobCommand.ts b/clients/client-forecast/src/commands/CreateForecastExportJobCommand.ts index f0b90bd524798..18b5d3fa5af81 100644 --- a/clients/client-forecast/src/commands/CreateForecastExportJobCommand.ts +++ b/clients/client-forecast/src/commands/CreateForecastExportJobCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateForecastExportJobCommand, se_CreateForecastExportJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/CreateMonitorCommand.ts b/clients/client-forecast/src/commands/CreateMonitorCommand.ts index 2a1128cc375b6..89eba5ad0b8c4 100644 --- a/clients/client-forecast/src/commands/CreateMonitorCommand.ts +++ b/clients/client-forecast/src/commands/CreateMonitorCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateMonitorCommand, se_CreateMonitorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/CreatePredictorBacktestExportJobCommand.ts b/clients/client-forecast/src/commands/CreatePredictorBacktestExportJobCommand.ts index 3aa7f56c44aa7..eb3154ac7737a 100644 --- a/clients/client-forecast/src/commands/CreatePredictorBacktestExportJobCommand.ts +++ b/clients/client-forecast/src/commands/CreatePredictorBacktestExportJobCommand.ts @@ -24,6 +24,10 @@ import { se_CreatePredictorBacktestExportJobCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/CreatePredictorCommand.ts b/clients/client-forecast/src/commands/CreatePredictorCommand.ts index 4c277419ec6df..ee2dc699c7822 100644 --- a/clients/client-forecast/src/commands/CreatePredictorCommand.ts +++ b/clients/client-forecast/src/commands/CreatePredictorCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreatePredictorCommand, se_CreatePredictorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/CreateWhatIfAnalysisCommand.ts b/clients/client-forecast/src/commands/CreateWhatIfAnalysisCommand.ts index a16fb6ea7d020..701e5b53e68cf 100644 --- a/clients/client-forecast/src/commands/CreateWhatIfAnalysisCommand.ts +++ b/clients/client-forecast/src/commands/CreateWhatIfAnalysisCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateWhatIfAnalysisCommand, se_CreateWhatIfAnalysisCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/CreateWhatIfForecastCommand.ts b/clients/client-forecast/src/commands/CreateWhatIfForecastCommand.ts index 63227f41b7dc6..1f47080e900ca 100644 --- a/clients/client-forecast/src/commands/CreateWhatIfForecastCommand.ts +++ b/clients/client-forecast/src/commands/CreateWhatIfForecastCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateWhatIfForecastCommand, se_CreateWhatIfForecastCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/CreateWhatIfForecastExportCommand.ts b/clients/client-forecast/src/commands/CreateWhatIfForecastExportCommand.ts index 39e1056cd03ec..741e9b23362b5 100644 --- a/clients/client-forecast/src/commands/CreateWhatIfForecastExportCommand.ts +++ b/clients/client-forecast/src/commands/CreateWhatIfForecastExportCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateWhatIfForecastExportCommand, se_CreateWhatIfForecastExportCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DeleteDatasetCommand.ts b/clients/client-forecast/src/commands/DeleteDatasetCommand.ts index 5cb7aa6c7f2e9..601efa1c00f56 100644 --- a/clients/client-forecast/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-forecast/src/commands/DeleteDatasetCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteDatasetRequest } from "../models/models_0"; import { de_DeleteDatasetCommand, se_DeleteDatasetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DeleteDatasetGroupCommand.ts b/clients/client-forecast/src/commands/DeleteDatasetGroupCommand.ts index 2467b8999b479..ba6a6343672c1 100644 --- a/clients/client-forecast/src/commands/DeleteDatasetGroupCommand.ts +++ b/clients/client-forecast/src/commands/DeleteDatasetGroupCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteDatasetGroupRequest } from "../models/models_0"; import { de_DeleteDatasetGroupCommand, se_DeleteDatasetGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DeleteDatasetImportJobCommand.ts b/clients/client-forecast/src/commands/DeleteDatasetImportJobCommand.ts index d0ad6ee362357..8fbd22d8ee073 100644 --- a/clients/client-forecast/src/commands/DeleteDatasetImportJobCommand.ts +++ b/clients/client-forecast/src/commands/DeleteDatasetImportJobCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteDatasetImportJobRequest } from "../models/models_0"; import { de_DeleteDatasetImportJobCommand, se_DeleteDatasetImportJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DeleteExplainabilityCommand.ts b/clients/client-forecast/src/commands/DeleteExplainabilityCommand.ts index b0f8ddb9cfb54..03ce0d29390d3 100644 --- a/clients/client-forecast/src/commands/DeleteExplainabilityCommand.ts +++ b/clients/client-forecast/src/commands/DeleteExplainabilityCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteExplainabilityRequest } from "../models/models_0"; import { de_DeleteExplainabilityCommand, se_DeleteExplainabilityCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DeleteExplainabilityExportCommand.ts b/clients/client-forecast/src/commands/DeleteExplainabilityExportCommand.ts index 8aa3512f8d5be..a426d3549e301 100644 --- a/clients/client-forecast/src/commands/DeleteExplainabilityExportCommand.ts +++ b/clients/client-forecast/src/commands/DeleteExplainabilityExportCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteExplainabilityExportRequest } from "../models/models_0"; import { de_DeleteExplainabilityExportCommand, se_DeleteExplainabilityExportCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DeleteForecastCommand.ts b/clients/client-forecast/src/commands/DeleteForecastCommand.ts index 59afa7919c4d2..85f874622979c 100644 --- a/clients/client-forecast/src/commands/DeleteForecastCommand.ts +++ b/clients/client-forecast/src/commands/DeleteForecastCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteForecastRequest } from "../models/models_0"; import { de_DeleteForecastCommand, se_DeleteForecastCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DeleteForecastExportJobCommand.ts b/clients/client-forecast/src/commands/DeleteForecastExportJobCommand.ts index e93f6acc8c751..8ceeb73ed0164 100644 --- a/clients/client-forecast/src/commands/DeleteForecastExportJobCommand.ts +++ b/clients/client-forecast/src/commands/DeleteForecastExportJobCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteForecastExportJobRequest } from "../models/models_0"; import { de_DeleteForecastExportJobCommand, se_DeleteForecastExportJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DeleteMonitorCommand.ts b/clients/client-forecast/src/commands/DeleteMonitorCommand.ts index eee876183c50b..4256b7e1a3d60 100644 --- a/clients/client-forecast/src/commands/DeleteMonitorCommand.ts +++ b/clients/client-forecast/src/commands/DeleteMonitorCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteMonitorRequest } from "../models/models_0"; import { de_DeleteMonitorCommand, se_DeleteMonitorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DeletePredictorBacktestExportJobCommand.ts b/clients/client-forecast/src/commands/DeletePredictorBacktestExportJobCommand.ts index c628cfd9a7876..7a0456c1e9b08 100644 --- a/clients/client-forecast/src/commands/DeletePredictorBacktestExportJobCommand.ts +++ b/clients/client-forecast/src/commands/DeletePredictorBacktestExportJobCommand.ts @@ -20,6 +20,10 @@ import { se_DeletePredictorBacktestExportJobCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DeletePredictorCommand.ts b/clients/client-forecast/src/commands/DeletePredictorCommand.ts index d749746f35882..1b1c05e680c0c 100644 --- a/clients/client-forecast/src/commands/DeletePredictorCommand.ts +++ b/clients/client-forecast/src/commands/DeletePredictorCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeletePredictorRequest } from "../models/models_0"; import { de_DeletePredictorCommand, se_DeletePredictorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DeleteResourceTreeCommand.ts b/clients/client-forecast/src/commands/DeleteResourceTreeCommand.ts index 925f4edfb69ff..79f131dcae566 100644 --- a/clients/client-forecast/src/commands/DeleteResourceTreeCommand.ts +++ b/clients/client-forecast/src/commands/DeleteResourceTreeCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteResourceTreeRequest } from "../models/models_0"; import { de_DeleteResourceTreeCommand, se_DeleteResourceTreeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DeleteWhatIfAnalysisCommand.ts b/clients/client-forecast/src/commands/DeleteWhatIfAnalysisCommand.ts index a60b67451551e..40cb6ed9c42db 100644 --- a/clients/client-forecast/src/commands/DeleteWhatIfAnalysisCommand.ts +++ b/clients/client-forecast/src/commands/DeleteWhatIfAnalysisCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteWhatIfAnalysisRequest } from "../models/models_0"; import { de_DeleteWhatIfAnalysisCommand, se_DeleteWhatIfAnalysisCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DeleteWhatIfForecastCommand.ts b/clients/client-forecast/src/commands/DeleteWhatIfForecastCommand.ts index 679684084b6e4..16a2473cf6ff4 100644 --- a/clients/client-forecast/src/commands/DeleteWhatIfForecastCommand.ts +++ b/clients/client-forecast/src/commands/DeleteWhatIfForecastCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteWhatIfForecastRequest } from "../models/models_0"; import { de_DeleteWhatIfForecastCommand, se_DeleteWhatIfForecastCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DeleteWhatIfForecastExportCommand.ts b/clients/client-forecast/src/commands/DeleteWhatIfForecastExportCommand.ts index 3387e52da613b..2b168f2d37888 100644 --- a/clients/client-forecast/src/commands/DeleteWhatIfForecastExportCommand.ts +++ b/clients/client-forecast/src/commands/DeleteWhatIfForecastExportCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteWhatIfForecastExportRequest } from "../models/models_0"; import { de_DeleteWhatIfForecastExportCommand, se_DeleteWhatIfForecastExportCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DescribeAutoPredictorCommand.ts b/clients/client-forecast/src/commands/DescribeAutoPredictorCommand.ts index 204915f0af06a..8f3cc53d15641 100644 --- a/clients/client-forecast/src/commands/DescribeAutoPredictorCommand.ts +++ b/clients/client-forecast/src/commands/DescribeAutoPredictorCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeAutoPredictorRequest, DescribeAutoPredictorResponse } from "../models/models_0"; import { de_DescribeAutoPredictorCommand, se_DescribeAutoPredictorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DescribeDatasetCommand.ts b/clients/client-forecast/src/commands/DescribeDatasetCommand.ts index 9027ce9d718d5..aff9fbfdc64ed 100644 --- a/clients/client-forecast/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-forecast/src/commands/DescribeDatasetCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0"; import { de_DescribeDatasetCommand, se_DescribeDatasetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DescribeDatasetGroupCommand.ts b/clients/client-forecast/src/commands/DescribeDatasetGroupCommand.ts index 4fcfe63b83ad6..7fc34e1f04af6 100644 --- a/clients/client-forecast/src/commands/DescribeDatasetGroupCommand.ts +++ b/clients/client-forecast/src/commands/DescribeDatasetGroupCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeDatasetGroupRequest, DescribeDatasetGroupResponse } from "../models/models_0"; import { de_DescribeDatasetGroupCommand, se_DescribeDatasetGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DescribeDatasetImportJobCommand.ts b/clients/client-forecast/src/commands/DescribeDatasetImportJobCommand.ts index d435ca23f840a..2225e317be27e 100644 --- a/clients/client-forecast/src/commands/DescribeDatasetImportJobCommand.ts +++ b/clients/client-forecast/src/commands/DescribeDatasetImportJobCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeDatasetImportJobRequest, DescribeDatasetImportJobResponse } from "../models/models_0"; import { de_DescribeDatasetImportJobCommand, se_DescribeDatasetImportJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DescribeExplainabilityCommand.ts b/clients/client-forecast/src/commands/DescribeExplainabilityCommand.ts index c8698162304b7..84ed1165d9eab 100644 --- a/clients/client-forecast/src/commands/DescribeExplainabilityCommand.ts +++ b/clients/client-forecast/src/commands/DescribeExplainabilityCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeExplainabilityRequest, DescribeExplainabilityResponse } from "../models/models_0"; import { de_DescribeExplainabilityCommand, se_DescribeExplainabilityCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DescribeExplainabilityExportCommand.ts b/clients/client-forecast/src/commands/DescribeExplainabilityExportCommand.ts index 9e0d502f235e7..98ae7801e253d 100644 --- a/clients/client-forecast/src/commands/DescribeExplainabilityExportCommand.ts +++ b/clients/client-forecast/src/commands/DescribeExplainabilityExportCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeExplainabilityExportCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DescribeForecastCommand.ts b/clients/client-forecast/src/commands/DescribeForecastCommand.ts index abddb8d753799..e80d0a21e91d1 100644 --- a/clients/client-forecast/src/commands/DescribeForecastCommand.ts +++ b/clients/client-forecast/src/commands/DescribeForecastCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeForecastRequest, DescribeForecastResponse } from "../models/models_0"; import { de_DescribeForecastCommand, se_DescribeForecastCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DescribeForecastExportJobCommand.ts b/clients/client-forecast/src/commands/DescribeForecastExportJobCommand.ts index b253c8e828f2d..6cf2c503f363d 100644 --- a/clients/client-forecast/src/commands/DescribeForecastExportJobCommand.ts +++ b/clients/client-forecast/src/commands/DescribeForecastExportJobCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeForecastExportJobRequest, DescribeForecastExportJobResponse } from "../models/models_0"; import { de_DescribeForecastExportJobCommand, se_DescribeForecastExportJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DescribeMonitorCommand.ts b/clients/client-forecast/src/commands/DescribeMonitorCommand.ts index a949a46f4c398..6ac9aa17fdf08 100644 --- a/clients/client-forecast/src/commands/DescribeMonitorCommand.ts +++ b/clients/client-forecast/src/commands/DescribeMonitorCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeMonitorRequest, DescribeMonitorResponse } from "../models/models_0"; import { de_DescribeMonitorCommand, se_DescribeMonitorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DescribePredictorBacktestExportJobCommand.ts b/clients/client-forecast/src/commands/DescribePredictorBacktestExportJobCommand.ts index 0e4b4497d6861..413ea8a739a2b 100644 --- a/clients/client-forecast/src/commands/DescribePredictorBacktestExportJobCommand.ts +++ b/clients/client-forecast/src/commands/DescribePredictorBacktestExportJobCommand.ts @@ -23,6 +23,10 @@ import { se_DescribePredictorBacktestExportJobCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DescribePredictorCommand.ts b/clients/client-forecast/src/commands/DescribePredictorCommand.ts index 364d66b07778f..0e27e60e839d0 100644 --- a/clients/client-forecast/src/commands/DescribePredictorCommand.ts +++ b/clients/client-forecast/src/commands/DescribePredictorCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribePredictorRequest, DescribePredictorResponse } from "../models/models_0"; import { de_DescribePredictorCommand, se_DescribePredictorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DescribeWhatIfAnalysisCommand.ts b/clients/client-forecast/src/commands/DescribeWhatIfAnalysisCommand.ts index 8becda831533d..b041887d6f91b 100644 --- a/clients/client-forecast/src/commands/DescribeWhatIfAnalysisCommand.ts +++ b/clients/client-forecast/src/commands/DescribeWhatIfAnalysisCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeWhatIfAnalysisRequest, DescribeWhatIfAnalysisResponse } from "../models/models_0"; import { de_DescribeWhatIfAnalysisCommand, se_DescribeWhatIfAnalysisCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DescribeWhatIfForecastCommand.ts b/clients/client-forecast/src/commands/DescribeWhatIfForecastCommand.ts index daf02d7dff0e6..5b0bb28af5129 100644 --- a/clients/client-forecast/src/commands/DescribeWhatIfForecastCommand.ts +++ b/clients/client-forecast/src/commands/DescribeWhatIfForecastCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeWhatIfForecastRequest, DescribeWhatIfForecastResponse } from "../models/models_0"; import { de_DescribeWhatIfForecastCommand, se_DescribeWhatIfForecastCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/DescribeWhatIfForecastExportCommand.ts b/clients/client-forecast/src/commands/DescribeWhatIfForecastExportCommand.ts index d8c844c712259..9b669d97fba09 100644 --- a/clients/client-forecast/src/commands/DescribeWhatIfForecastExportCommand.ts +++ b/clients/client-forecast/src/commands/DescribeWhatIfForecastExportCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeWhatIfForecastExportCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/GetAccuracyMetricsCommand.ts b/clients/client-forecast/src/commands/GetAccuracyMetricsCommand.ts index 6624b7f8c3c79..03606bd89334d 100644 --- a/clients/client-forecast/src/commands/GetAccuracyMetricsCommand.ts +++ b/clients/client-forecast/src/commands/GetAccuracyMetricsCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { GetAccuracyMetricsRequest, GetAccuracyMetricsResponse } from "../models/models_0"; import { de_GetAccuracyMetricsCommand, se_GetAccuracyMetricsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/ListDatasetGroupsCommand.ts b/clients/client-forecast/src/commands/ListDatasetGroupsCommand.ts index 0b8d501e8fc9f..43a67996f4553 100644 --- a/clients/client-forecast/src/commands/ListDatasetGroupsCommand.ts +++ b/clients/client-forecast/src/commands/ListDatasetGroupsCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListDatasetGroupsRequest, ListDatasetGroupsResponse } from "../models/models_0"; import { de_ListDatasetGroupsCommand, se_ListDatasetGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/ListDatasetImportJobsCommand.ts b/clients/client-forecast/src/commands/ListDatasetImportJobsCommand.ts index f659b080050a2..7ecdcf7fe6b21 100644 --- a/clients/client-forecast/src/commands/ListDatasetImportJobsCommand.ts +++ b/clients/client-forecast/src/commands/ListDatasetImportJobsCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListDatasetImportJobsRequest, ListDatasetImportJobsResponse } from "../models/models_0"; import { de_ListDatasetImportJobsCommand, se_ListDatasetImportJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/ListDatasetsCommand.ts b/clients/client-forecast/src/commands/ListDatasetsCommand.ts index eaf21166fde2d..82aa88a3dfe1c 100644 --- a/clients/client-forecast/src/commands/ListDatasetsCommand.ts +++ b/clients/client-forecast/src/commands/ListDatasetsCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0"; import { de_ListDatasetsCommand, se_ListDatasetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/ListExplainabilitiesCommand.ts b/clients/client-forecast/src/commands/ListExplainabilitiesCommand.ts index ba878a32d64a3..8162a268ee80e 100644 --- a/clients/client-forecast/src/commands/ListExplainabilitiesCommand.ts +++ b/clients/client-forecast/src/commands/ListExplainabilitiesCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListExplainabilitiesRequest, ListExplainabilitiesResponse } from "../models/models_0"; import { de_ListExplainabilitiesCommand, se_ListExplainabilitiesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/ListExplainabilityExportsCommand.ts b/clients/client-forecast/src/commands/ListExplainabilityExportsCommand.ts index be35228661485..791673e50c8a6 100644 --- a/clients/client-forecast/src/commands/ListExplainabilityExportsCommand.ts +++ b/clients/client-forecast/src/commands/ListExplainabilityExportsCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListExplainabilityExportsRequest, ListExplainabilityExportsResponse } from "../models/models_0"; import { de_ListExplainabilityExportsCommand, se_ListExplainabilityExportsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/ListForecastExportJobsCommand.ts b/clients/client-forecast/src/commands/ListForecastExportJobsCommand.ts index 90b82eb80edda..5980a7991302b 100644 --- a/clients/client-forecast/src/commands/ListForecastExportJobsCommand.ts +++ b/clients/client-forecast/src/commands/ListForecastExportJobsCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListForecastExportJobsRequest, ListForecastExportJobsResponse } from "../models/models_0"; import { de_ListForecastExportJobsCommand, se_ListForecastExportJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/ListForecastsCommand.ts b/clients/client-forecast/src/commands/ListForecastsCommand.ts index 7ccdc849b1aab..0820b8237cfbb 100644 --- a/clients/client-forecast/src/commands/ListForecastsCommand.ts +++ b/clients/client-forecast/src/commands/ListForecastsCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListForecastsRequest, ListForecastsResponse } from "../models/models_0"; import { de_ListForecastsCommand, se_ListForecastsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/ListMonitorEvaluationsCommand.ts b/clients/client-forecast/src/commands/ListMonitorEvaluationsCommand.ts index 92ab0c3e332f6..de26180bbda0b 100644 --- a/clients/client-forecast/src/commands/ListMonitorEvaluationsCommand.ts +++ b/clients/client-forecast/src/commands/ListMonitorEvaluationsCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListMonitorEvaluationsRequest, ListMonitorEvaluationsResponse } from "../models/models_0"; import { de_ListMonitorEvaluationsCommand, se_ListMonitorEvaluationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/ListMonitorsCommand.ts b/clients/client-forecast/src/commands/ListMonitorsCommand.ts index 4f918a3178ecf..d128f156ca7d5 100644 --- a/clients/client-forecast/src/commands/ListMonitorsCommand.ts +++ b/clients/client-forecast/src/commands/ListMonitorsCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListMonitorsRequest, ListMonitorsResponse } from "../models/models_0"; import { de_ListMonitorsCommand, se_ListMonitorsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/ListPredictorBacktestExportJobsCommand.ts b/clients/client-forecast/src/commands/ListPredictorBacktestExportJobsCommand.ts index 8342e45152792..8e6cda1237c7a 100644 --- a/clients/client-forecast/src/commands/ListPredictorBacktestExportJobsCommand.ts +++ b/clients/client-forecast/src/commands/ListPredictorBacktestExportJobsCommand.ts @@ -20,6 +20,10 @@ import { se_ListPredictorBacktestExportJobsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/ListPredictorsCommand.ts b/clients/client-forecast/src/commands/ListPredictorsCommand.ts index afd13a3dc7dc5..5e39f980e2e18 100644 --- a/clients/client-forecast/src/commands/ListPredictorsCommand.ts +++ b/clients/client-forecast/src/commands/ListPredictorsCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListPredictorsRequest, ListPredictorsResponse } from "../models/models_0"; import { de_ListPredictorsCommand, se_ListPredictorsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/ListTagsForResourceCommand.ts b/clients/client-forecast/src/commands/ListTagsForResourceCommand.ts index 46986e7f43df7..45d773c2fbef0 100644 --- a/clients/client-forecast/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-forecast/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/ListWhatIfAnalysesCommand.ts b/clients/client-forecast/src/commands/ListWhatIfAnalysesCommand.ts index acd0b7f97cc78..766b000bcdc2f 100644 --- a/clients/client-forecast/src/commands/ListWhatIfAnalysesCommand.ts +++ b/clients/client-forecast/src/commands/ListWhatIfAnalysesCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListWhatIfAnalysesRequest, ListWhatIfAnalysesResponse } from "../models/models_0"; import { de_ListWhatIfAnalysesCommand, se_ListWhatIfAnalysesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/ListWhatIfForecastExportsCommand.ts b/clients/client-forecast/src/commands/ListWhatIfForecastExportsCommand.ts index e7bf3fd3dcc02..459fcbfe81419 100644 --- a/clients/client-forecast/src/commands/ListWhatIfForecastExportsCommand.ts +++ b/clients/client-forecast/src/commands/ListWhatIfForecastExportsCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListWhatIfForecastExportsRequest, ListWhatIfForecastExportsResponse } from "../models/models_0"; import { de_ListWhatIfForecastExportsCommand, se_ListWhatIfForecastExportsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/ListWhatIfForecastsCommand.ts b/clients/client-forecast/src/commands/ListWhatIfForecastsCommand.ts index 9480365a1be8b..07d5972f603a4 100644 --- a/clients/client-forecast/src/commands/ListWhatIfForecastsCommand.ts +++ b/clients/client-forecast/src/commands/ListWhatIfForecastsCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListWhatIfForecastsRequest, ListWhatIfForecastsResponse } from "../models/models_0"; import { de_ListWhatIfForecastsCommand, se_ListWhatIfForecastsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/ResumeResourceCommand.ts b/clients/client-forecast/src/commands/ResumeResourceCommand.ts index 7a385b1cd9380..b037d5ee210c3 100644 --- a/clients/client-forecast/src/commands/ResumeResourceCommand.ts +++ b/clients/client-forecast/src/commands/ResumeResourceCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ResumeResourceRequest } from "../models/models_0"; import { de_ResumeResourceCommand, se_ResumeResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/StopResourceCommand.ts b/clients/client-forecast/src/commands/StopResourceCommand.ts index dc98a41915446..fc54fdce19a0e 100644 --- a/clients/client-forecast/src/commands/StopResourceCommand.ts +++ b/clients/client-forecast/src/commands/StopResourceCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { StopResourceRequest } from "../models/models_0"; import { de_StopResourceCommand, se_StopResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/TagResourceCommand.ts b/clients/client-forecast/src/commands/TagResourceCommand.ts index 02c97d0c2bf5d..46b62d9399020 100644 --- a/clients/client-forecast/src/commands/TagResourceCommand.ts +++ b/clients/client-forecast/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { TagResourceRequest, TagResourceRequestFilterSensitiveLog, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/UntagResourceCommand.ts b/clients/client-forecast/src/commands/UntagResourceCommand.ts index 1788ed9144051..5c3be2c170e72 100644 --- a/clients/client-forecast/src/commands/UntagResourceCommand.ts +++ b/clients/client-forecast/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/commands/UpdateDatasetGroupCommand.ts b/clients/client-forecast/src/commands/UpdateDatasetGroupCommand.ts index eb3946d1edd05..a4fb13d7bbfcc 100644 --- a/clients/client-forecast/src/commands/UpdateDatasetGroupCommand.ts +++ b/clients/client-forecast/src/commands/UpdateDatasetGroupCommand.ts @@ -17,6 +17,10 @@ import { ForecastClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateDatasetGroupRequest, UpdateDatasetGroupResponse } from "../models/models_0"; import { de_UpdateDatasetGroupCommand, se_UpdateDatasetGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecast/src/index.ts b/clients/client-forecast/src/index.ts index 86576b314a7dc..cc8c56c2a74d9 100644 --- a/clients/client-forecast/src/index.ts +++ b/clients/client-forecast/src/index.ts @@ -1,8 +1,14 @@ -export * from "./Forecast"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Provides APIs for creating and managing Amazon Forecast resources.

+ * + * @packageDocumentation + */ export * from "./ForecastClient"; +export * from "./Forecast"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ForecastServiceException } from "./models/ForecastServiceException"; diff --git a/clients/client-forecast/src/models/ForecastServiceException.ts b/clients/client-forecast/src/models/ForecastServiceException.ts index db5c17bd99cc8..71053a45897fb 100644 --- a/clients/client-forecast/src/models/ForecastServiceException.ts +++ b/clients/client-forecast/src/models/ForecastServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-forecastquery/src/ForecastqueryClient.ts b/clients/client-forecastquery/src/ForecastqueryClient.ts index 0c99127d54b63..2098832cd446d 100644 --- a/clients/client-forecastquery/src/ForecastqueryClient.ts +++ b/clients/client-forecastquery/src/ForecastqueryClient.ts @@ -64,6 +64,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -201,7 +203,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ForecastqueryClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ForecastqueryClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -220,7 +222,7 @@ export interface ForecastqueryClientConfig extends ForecastqueryClientConfigType /** * @public */ -type ForecastqueryClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ForecastqueryClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-forecastquery/src/commands/QueryForecastCommand.ts b/clients/client-forecastquery/src/commands/QueryForecastCommand.ts index bc7e9a2acca63..594fe279b639b 100644 --- a/clients/client-forecastquery/src/commands/QueryForecastCommand.ts +++ b/clients/client-forecastquery/src/commands/QueryForecastCommand.ts @@ -17,6 +17,10 @@ import { ForecastqueryClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { QueryForecastRequest, QueryForecastResponse } from "../models/models_0"; import { de_QueryForecastCommand, se_QueryForecastCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecastquery/src/commands/QueryWhatIfForecastCommand.ts b/clients/client-forecastquery/src/commands/QueryWhatIfForecastCommand.ts index fd5fbda97977b..1f9981133de34 100644 --- a/clients/client-forecastquery/src/commands/QueryWhatIfForecastCommand.ts +++ b/clients/client-forecastquery/src/commands/QueryWhatIfForecastCommand.ts @@ -17,6 +17,10 @@ import { ForecastqueryClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { QueryWhatIfForecastRequest, QueryWhatIfForecastResponse } from "../models/models_0"; import { de_QueryWhatIfForecastCommand, se_QueryWhatIfForecastCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-forecastquery/src/index.ts b/clients/client-forecastquery/src/index.ts index d519f8c85e972..d2b7b99518d17 100644 --- a/clients/client-forecastquery/src/index.ts +++ b/clients/client-forecastquery/src/index.ts @@ -1,6 +1,12 @@ -export * from "./Forecastquery"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Provides APIs for creating and managing Amazon Forecast resources.

+ * + * @packageDocumentation + */ export * from "./ForecastqueryClient"; +export * from "./Forecastquery"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-forecastquery/src/models/ForecastqueryServiceException.ts b/clients/client-forecastquery/src/models/ForecastqueryServiceException.ts index 49a704def4c4b..ead6ca0746b06 100644 --- a/clients/client-forecastquery/src/models/ForecastqueryServiceException.ts +++ b/clients/client-forecastquery/src/models/ForecastqueryServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-frauddetector/src/FraudDetectorClient.ts b/clients/client-frauddetector/src/FraudDetectorClient.ts index be55d6d3676cd..cbb41551de3d1 100644 --- a/clients/client-frauddetector/src/FraudDetectorClient.ts +++ b/clients/client-frauddetector/src/FraudDetectorClient.ts @@ -201,6 +201,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -484,7 +486,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type FraudDetectorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type FraudDetectorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -503,7 +505,7 @@ export interface FraudDetectorClientConfig extends FraudDetectorClientConfigType /** * @public */ -type FraudDetectorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type FraudDetectorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-frauddetector/src/commands/BatchCreateVariableCommand.ts b/clients/client-frauddetector/src/commands/BatchCreateVariableCommand.ts index d9b73bfc945be..ef634e2ecf363 100644 --- a/clients/client-frauddetector/src/commands/BatchCreateVariableCommand.ts +++ b/clients/client-frauddetector/src/commands/BatchCreateVariableCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { BatchCreateVariableRequest, BatchCreateVariableResult } from "../models/models_0"; import { de_BatchCreateVariableCommand, se_BatchCreateVariableCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/BatchGetVariableCommand.ts b/clients/client-frauddetector/src/commands/BatchGetVariableCommand.ts index 30348231a607d..c591f5ba4bf55 100644 --- a/clients/client-frauddetector/src/commands/BatchGetVariableCommand.ts +++ b/clients/client-frauddetector/src/commands/BatchGetVariableCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { BatchGetVariableRequest, BatchGetVariableResult } from "../models/models_0"; import { de_BatchGetVariableCommand, se_BatchGetVariableCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/CancelBatchImportJobCommand.ts b/clients/client-frauddetector/src/commands/CancelBatchImportJobCommand.ts index c9f2b71909896..6bf04b162f77f 100644 --- a/clients/client-frauddetector/src/commands/CancelBatchImportJobCommand.ts +++ b/clients/client-frauddetector/src/commands/CancelBatchImportJobCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CancelBatchImportJobRequest, CancelBatchImportJobResult } from "../models/models_0"; import { de_CancelBatchImportJobCommand, se_CancelBatchImportJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/CancelBatchPredictionJobCommand.ts b/clients/client-frauddetector/src/commands/CancelBatchPredictionJobCommand.ts index ee665e6c4cb8a..91ab773766f6b 100644 --- a/clients/client-frauddetector/src/commands/CancelBatchPredictionJobCommand.ts +++ b/clients/client-frauddetector/src/commands/CancelBatchPredictionJobCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CancelBatchPredictionJobRequest, CancelBatchPredictionJobResult } from "../models/models_0"; import { de_CancelBatchPredictionJobCommand, se_CancelBatchPredictionJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/CreateBatchImportJobCommand.ts b/clients/client-frauddetector/src/commands/CreateBatchImportJobCommand.ts index 072b903f436d0..42174916d290f 100644 --- a/clients/client-frauddetector/src/commands/CreateBatchImportJobCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateBatchImportJobCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateBatchImportJobRequest, CreateBatchImportJobResult } from "../models/models_0"; import { de_CreateBatchImportJobCommand, se_CreateBatchImportJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/CreateBatchPredictionJobCommand.ts b/clients/client-frauddetector/src/commands/CreateBatchPredictionJobCommand.ts index 1196afe420b2d..00d175bfef4e0 100644 --- a/clients/client-frauddetector/src/commands/CreateBatchPredictionJobCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateBatchPredictionJobCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateBatchPredictionJobRequest, CreateBatchPredictionJobResult } from "../models/models_0"; import { de_CreateBatchPredictionJobCommand, se_CreateBatchPredictionJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/CreateDetectorVersionCommand.ts b/clients/client-frauddetector/src/commands/CreateDetectorVersionCommand.ts index 0a7ce9718320c..64abcab10d878 100644 --- a/clients/client-frauddetector/src/commands/CreateDetectorVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateDetectorVersionCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateDetectorVersionRequest, CreateDetectorVersionResult } from "../models/models_0"; import { de_CreateDetectorVersionCommand, se_CreateDetectorVersionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/CreateListCommand.ts b/clients/client-frauddetector/src/commands/CreateListCommand.ts index 1fbe6936cd1c5..c02f536dfc0bc 100644 --- a/clients/client-frauddetector/src/commands/CreateListCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateListCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateListRequest, CreateListRequestFilterSensitiveLog, CreateListResult } from "../models/models_0"; import { de_CreateListCommand, se_CreateListCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/CreateModelCommand.ts b/clients/client-frauddetector/src/commands/CreateModelCommand.ts index e2bd4c3f39199..bff5d57abb32c 100644 --- a/clients/client-frauddetector/src/commands/CreateModelCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateModelCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateModelRequest, CreateModelResult } from "../models/models_0"; import { de_CreateModelCommand, se_CreateModelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/CreateModelVersionCommand.ts b/clients/client-frauddetector/src/commands/CreateModelVersionCommand.ts index 1bd193752e484..b3baccab63bb2 100644 --- a/clients/client-frauddetector/src/commands/CreateModelVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateModelVersionCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateModelVersionRequest, CreateModelVersionResult } from "../models/models_0"; import { de_CreateModelVersionCommand, se_CreateModelVersionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/CreateRuleCommand.ts b/clients/client-frauddetector/src/commands/CreateRuleCommand.ts index b2c9384c3108e..3619df4f01806 100644 --- a/clients/client-frauddetector/src/commands/CreateRuleCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateRuleCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateRuleRequest, CreateRuleRequestFilterSensitiveLog, CreateRuleResult } from "../models/models_0"; import { de_CreateRuleCommand, se_CreateRuleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/CreateVariableCommand.ts b/clients/client-frauddetector/src/commands/CreateVariableCommand.ts index ca12af958ed4b..dd96ab5631147 100644 --- a/clients/client-frauddetector/src/commands/CreateVariableCommand.ts +++ b/clients/client-frauddetector/src/commands/CreateVariableCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateVariableRequest, CreateVariableResult } from "../models/models_0"; import { de_CreateVariableCommand, se_CreateVariableCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/DeleteBatchImportJobCommand.ts b/clients/client-frauddetector/src/commands/DeleteBatchImportJobCommand.ts index 1a724826b7db2..93e6606ddbde0 100644 --- a/clients/client-frauddetector/src/commands/DeleteBatchImportJobCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteBatchImportJobCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteBatchImportJobRequest, DeleteBatchImportJobResult } from "../models/models_0"; import { de_DeleteBatchImportJobCommand, se_DeleteBatchImportJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/DeleteBatchPredictionJobCommand.ts b/clients/client-frauddetector/src/commands/DeleteBatchPredictionJobCommand.ts index a17a000a3da2d..24adb7d9a7ed3 100644 --- a/clients/client-frauddetector/src/commands/DeleteBatchPredictionJobCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteBatchPredictionJobCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteBatchPredictionJobRequest, DeleteBatchPredictionJobResult } from "../models/models_0"; import { de_DeleteBatchPredictionJobCommand, se_DeleteBatchPredictionJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/DeleteDetectorCommand.ts b/clients/client-frauddetector/src/commands/DeleteDetectorCommand.ts index 1f30b63f1435d..feb4bf42bfef0 100644 --- a/clients/client-frauddetector/src/commands/DeleteDetectorCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteDetectorCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteDetectorRequest, DeleteDetectorResult } from "../models/models_0"; import { de_DeleteDetectorCommand, se_DeleteDetectorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/DeleteDetectorVersionCommand.ts b/clients/client-frauddetector/src/commands/DeleteDetectorVersionCommand.ts index 676598dab5a67..fb1197be2c5f0 100644 --- a/clients/client-frauddetector/src/commands/DeleteDetectorVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteDetectorVersionCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteDetectorVersionRequest, DeleteDetectorVersionResult } from "../models/models_0"; import { de_DeleteDetectorVersionCommand, se_DeleteDetectorVersionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/DeleteEntityTypeCommand.ts b/clients/client-frauddetector/src/commands/DeleteEntityTypeCommand.ts index 0601dfaec5e51..9f3834bc8916e 100644 --- a/clients/client-frauddetector/src/commands/DeleteEntityTypeCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteEntityTypeCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteEntityTypeRequest, DeleteEntityTypeResult } from "../models/models_0"; import { de_DeleteEntityTypeCommand, se_DeleteEntityTypeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/DeleteEventCommand.ts b/clients/client-frauddetector/src/commands/DeleteEventCommand.ts index 0eb0b9653f7ca..049ede3c3185d 100644 --- a/clients/client-frauddetector/src/commands/DeleteEventCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteEventCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteEventRequest, DeleteEventResult } from "../models/models_0"; import { de_DeleteEventCommand, se_DeleteEventCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/DeleteEventTypeCommand.ts b/clients/client-frauddetector/src/commands/DeleteEventTypeCommand.ts index a4692c2a846d4..ba0b8a9b39cbe 100644 --- a/clients/client-frauddetector/src/commands/DeleteEventTypeCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteEventTypeCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteEventTypeRequest, DeleteEventTypeResult } from "../models/models_0"; import { de_DeleteEventTypeCommand, se_DeleteEventTypeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/DeleteEventsByEventTypeCommand.ts b/clients/client-frauddetector/src/commands/DeleteEventsByEventTypeCommand.ts index 265604d4bfea0..be2b12bc43012 100644 --- a/clients/client-frauddetector/src/commands/DeleteEventsByEventTypeCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteEventsByEventTypeCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteEventsByEventTypeRequest, DeleteEventsByEventTypeResult } from "../models/models_0"; import { de_DeleteEventsByEventTypeCommand, se_DeleteEventsByEventTypeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/DeleteExternalModelCommand.ts b/clients/client-frauddetector/src/commands/DeleteExternalModelCommand.ts index 14840041a7774..1df411a6e3b59 100644 --- a/clients/client-frauddetector/src/commands/DeleteExternalModelCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteExternalModelCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteExternalModelRequest, DeleteExternalModelResult } from "../models/models_0"; import { de_DeleteExternalModelCommand, se_DeleteExternalModelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/DeleteLabelCommand.ts b/clients/client-frauddetector/src/commands/DeleteLabelCommand.ts index 3d06a58a93ba3..61fd2de118f91 100644 --- a/clients/client-frauddetector/src/commands/DeleteLabelCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteLabelCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteLabelRequest, DeleteLabelResult } from "../models/models_0"; import { de_DeleteLabelCommand, se_DeleteLabelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/DeleteListCommand.ts b/clients/client-frauddetector/src/commands/DeleteListCommand.ts index cca2ce683e92e..7d84d568faa42 100644 --- a/clients/client-frauddetector/src/commands/DeleteListCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteListCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteListRequest, DeleteListResult } from "../models/models_0"; import { de_DeleteListCommand, se_DeleteListCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/DeleteModelCommand.ts b/clients/client-frauddetector/src/commands/DeleteModelCommand.ts index 46e7ca38e3847..e8a42d603f149 100644 --- a/clients/client-frauddetector/src/commands/DeleteModelCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteModelCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteModelRequest, DeleteModelResult } from "../models/models_0"; import { de_DeleteModelCommand, se_DeleteModelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/DeleteModelVersionCommand.ts b/clients/client-frauddetector/src/commands/DeleteModelVersionCommand.ts index 6be1b3646f61d..fa52ebd6b0c52 100644 --- a/clients/client-frauddetector/src/commands/DeleteModelVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteModelVersionCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteModelVersionRequest, DeleteModelVersionResult } from "../models/models_0"; import { de_DeleteModelVersionCommand, se_DeleteModelVersionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/DeleteOutcomeCommand.ts b/clients/client-frauddetector/src/commands/DeleteOutcomeCommand.ts index 09e07da255d73..19cf0339d8b7d 100644 --- a/clients/client-frauddetector/src/commands/DeleteOutcomeCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteOutcomeCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteOutcomeRequest, DeleteOutcomeResult } from "../models/models_0"; import { de_DeleteOutcomeCommand, se_DeleteOutcomeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/DeleteRuleCommand.ts b/clients/client-frauddetector/src/commands/DeleteRuleCommand.ts index 3e5519e58c098..bde6fb0fb52d7 100644 --- a/clients/client-frauddetector/src/commands/DeleteRuleCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteRuleCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteRuleRequest, DeleteRuleResult } from "../models/models_0"; import { de_DeleteRuleCommand, se_DeleteRuleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/DeleteVariableCommand.ts b/clients/client-frauddetector/src/commands/DeleteVariableCommand.ts index d3087283e831e..a2c30b86dd4ce 100644 --- a/clients/client-frauddetector/src/commands/DeleteVariableCommand.ts +++ b/clients/client-frauddetector/src/commands/DeleteVariableCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteVariableRequest, DeleteVariableResult } from "../models/models_0"; import { de_DeleteVariableCommand, se_DeleteVariableCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/DescribeDetectorCommand.ts b/clients/client-frauddetector/src/commands/DescribeDetectorCommand.ts index d991e31b14c33..f7ce9251cbafb 100644 --- a/clients/client-frauddetector/src/commands/DescribeDetectorCommand.ts +++ b/clients/client-frauddetector/src/commands/DescribeDetectorCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeDetectorRequest, DescribeDetectorResult } from "../models/models_0"; import { de_DescribeDetectorCommand, se_DescribeDetectorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/DescribeModelVersionsCommand.ts b/clients/client-frauddetector/src/commands/DescribeModelVersionsCommand.ts index 80aaefce47c46..64daf137363c1 100644 --- a/clients/client-frauddetector/src/commands/DescribeModelVersionsCommand.ts +++ b/clients/client-frauddetector/src/commands/DescribeModelVersionsCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeModelVersionsRequest, DescribeModelVersionsResult } from "../models/models_0"; import { de_DescribeModelVersionsCommand, se_DescribeModelVersionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/GetBatchImportJobsCommand.ts b/clients/client-frauddetector/src/commands/GetBatchImportJobsCommand.ts index 308687f2c904f..5fe929a265f02 100644 --- a/clients/client-frauddetector/src/commands/GetBatchImportJobsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetBatchImportJobsCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetBatchImportJobsRequest, GetBatchImportJobsResult } from "../models/models_0"; import { de_GetBatchImportJobsCommand, se_GetBatchImportJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/GetBatchPredictionJobsCommand.ts b/clients/client-frauddetector/src/commands/GetBatchPredictionJobsCommand.ts index 1547580dc5664..272def0a4529c 100644 --- a/clients/client-frauddetector/src/commands/GetBatchPredictionJobsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetBatchPredictionJobsCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetBatchPredictionJobsRequest, GetBatchPredictionJobsResult } from "../models/models_0"; import { de_GetBatchPredictionJobsCommand, se_GetBatchPredictionJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/GetDeleteEventsByEventTypeStatusCommand.ts b/clients/client-frauddetector/src/commands/GetDeleteEventsByEventTypeStatusCommand.ts index c4f939caf2de2..ddcc1203ce742 100644 --- a/clients/client-frauddetector/src/commands/GetDeleteEventsByEventTypeStatusCommand.ts +++ b/clients/client-frauddetector/src/commands/GetDeleteEventsByEventTypeStatusCommand.ts @@ -20,6 +20,10 @@ import { se_GetDeleteEventsByEventTypeStatusCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/GetDetectorVersionCommand.ts b/clients/client-frauddetector/src/commands/GetDetectorVersionCommand.ts index bf3fa0f894851..b1bd8b9a5f5e6 100644 --- a/clients/client-frauddetector/src/commands/GetDetectorVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/GetDetectorVersionCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetDetectorVersionRequest, GetDetectorVersionResult } from "../models/models_0"; import { de_GetDetectorVersionCommand, se_GetDetectorVersionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/GetDetectorsCommand.ts b/clients/client-frauddetector/src/commands/GetDetectorsCommand.ts index def847f2681e5..5c63475662ed1 100644 --- a/clients/client-frauddetector/src/commands/GetDetectorsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetDetectorsCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetDetectorsRequest, GetDetectorsResult } from "../models/models_0"; import { de_GetDetectorsCommand, se_GetDetectorsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/GetEntityTypesCommand.ts b/clients/client-frauddetector/src/commands/GetEntityTypesCommand.ts index 863e6ba6ee973..4cd85a4aaaa93 100644 --- a/clients/client-frauddetector/src/commands/GetEntityTypesCommand.ts +++ b/clients/client-frauddetector/src/commands/GetEntityTypesCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetEntityTypesRequest, GetEntityTypesResult } from "../models/models_0"; import { de_GetEntityTypesCommand, se_GetEntityTypesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/GetEventCommand.ts b/clients/client-frauddetector/src/commands/GetEventCommand.ts index 46ddc123a33b5..6f6819920e27d 100644 --- a/clients/client-frauddetector/src/commands/GetEventCommand.ts +++ b/clients/client-frauddetector/src/commands/GetEventCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetEventRequest, GetEventResult, GetEventResultFilterSensitiveLog } from "../models/models_0"; import { de_GetEventCommand, se_GetEventCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/GetEventPredictionCommand.ts b/clients/client-frauddetector/src/commands/GetEventPredictionCommand.ts index 24a6dc20060fd..fea369e7c900c 100644 --- a/clients/client-frauddetector/src/commands/GetEventPredictionCommand.ts +++ b/clients/client-frauddetector/src/commands/GetEventPredictionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetEventPredictionCommand, se_GetEventPredictionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/GetEventPredictionMetadataCommand.ts b/clients/client-frauddetector/src/commands/GetEventPredictionMetadataCommand.ts index 1807f7a81eec5..26c451fcad462 100644 --- a/clients/client-frauddetector/src/commands/GetEventPredictionMetadataCommand.ts +++ b/clients/client-frauddetector/src/commands/GetEventPredictionMetadataCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetEventPredictionMetadataCommand, se_GetEventPredictionMetadataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/GetEventTypesCommand.ts b/clients/client-frauddetector/src/commands/GetEventTypesCommand.ts index 0caed8788571a..15940a68d6a05 100644 --- a/clients/client-frauddetector/src/commands/GetEventTypesCommand.ts +++ b/clients/client-frauddetector/src/commands/GetEventTypesCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetEventTypesRequest, GetEventTypesResult, GetEventTypesResultFilterSensitiveLog } from "../models/models_0"; import { de_GetEventTypesCommand, se_GetEventTypesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/GetExternalModelsCommand.ts b/clients/client-frauddetector/src/commands/GetExternalModelsCommand.ts index bf948e1047810..f7f2b3241cd04 100644 --- a/clients/client-frauddetector/src/commands/GetExternalModelsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetExternalModelsCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetExternalModelsRequest, GetExternalModelsResult } from "../models/models_0"; import { de_GetExternalModelsCommand, se_GetExternalModelsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/GetKMSEncryptionKeyCommand.ts b/clients/client-frauddetector/src/commands/GetKMSEncryptionKeyCommand.ts index bbbeff0938a39..18263993441ca 100644 --- a/clients/client-frauddetector/src/commands/GetKMSEncryptionKeyCommand.ts +++ b/clients/client-frauddetector/src/commands/GetKMSEncryptionKeyCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetKMSEncryptionKeyResult } from "../models/models_0"; import { de_GetKMSEncryptionKeyCommand, se_GetKMSEncryptionKeyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/GetLabelsCommand.ts b/clients/client-frauddetector/src/commands/GetLabelsCommand.ts index c5e75953658ad..328c2775f76d4 100644 --- a/clients/client-frauddetector/src/commands/GetLabelsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetLabelsCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetLabelsRequest, GetLabelsResult } from "../models/models_0"; import { de_GetLabelsCommand, se_GetLabelsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/GetListElementsCommand.ts b/clients/client-frauddetector/src/commands/GetListElementsCommand.ts index 3682bf64f3f11..f55ba8905fde1 100644 --- a/clients/client-frauddetector/src/commands/GetListElementsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetListElementsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetListElementsCommand, se_GetListElementsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/GetListsMetadataCommand.ts b/clients/client-frauddetector/src/commands/GetListsMetadataCommand.ts index 21978a38f8c90..ec648e707e60b 100644 --- a/clients/client-frauddetector/src/commands/GetListsMetadataCommand.ts +++ b/clients/client-frauddetector/src/commands/GetListsMetadataCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetListsMetadataRequest, GetListsMetadataResult } from "../models/models_0"; import { de_GetListsMetadataCommand, se_GetListsMetadataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/GetModelVersionCommand.ts b/clients/client-frauddetector/src/commands/GetModelVersionCommand.ts index e74d7652324d7..781a4e6dfff54 100644 --- a/clients/client-frauddetector/src/commands/GetModelVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/GetModelVersionCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetModelVersionRequest, GetModelVersionResult } from "../models/models_0"; import { de_GetModelVersionCommand, se_GetModelVersionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/GetModelsCommand.ts b/clients/client-frauddetector/src/commands/GetModelsCommand.ts index a804db97c2193..e4e661937f001 100644 --- a/clients/client-frauddetector/src/commands/GetModelsCommand.ts +++ b/clients/client-frauddetector/src/commands/GetModelsCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetModelsRequest, GetModelsResult } from "../models/models_0"; import { de_GetModelsCommand, se_GetModelsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/GetOutcomesCommand.ts b/clients/client-frauddetector/src/commands/GetOutcomesCommand.ts index 8b9f0700b6fc4..7c82fd964e747 100644 --- a/clients/client-frauddetector/src/commands/GetOutcomesCommand.ts +++ b/clients/client-frauddetector/src/commands/GetOutcomesCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetOutcomesRequest, GetOutcomesResult } from "../models/models_0"; import { de_GetOutcomesCommand, se_GetOutcomesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/GetRulesCommand.ts b/clients/client-frauddetector/src/commands/GetRulesCommand.ts index 1face7617e1c3..937fea3b85a99 100644 --- a/clients/client-frauddetector/src/commands/GetRulesCommand.ts +++ b/clients/client-frauddetector/src/commands/GetRulesCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetRulesRequest, GetRulesResult, GetRulesResultFilterSensitiveLog } from "../models/models_0"; import { de_GetRulesCommand, se_GetRulesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/GetVariablesCommand.ts b/clients/client-frauddetector/src/commands/GetVariablesCommand.ts index cd84a7b6cd64b..991926b1cbff8 100644 --- a/clients/client-frauddetector/src/commands/GetVariablesCommand.ts +++ b/clients/client-frauddetector/src/commands/GetVariablesCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetVariablesRequest, GetVariablesResult } from "../models/models_0"; import { de_GetVariablesCommand, se_GetVariablesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/ListEventPredictionsCommand.ts b/clients/client-frauddetector/src/commands/ListEventPredictionsCommand.ts index 8c963b0d56726..16b5cc1d9caf3 100644 --- a/clients/client-frauddetector/src/commands/ListEventPredictionsCommand.ts +++ b/clients/client-frauddetector/src/commands/ListEventPredictionsCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListEventPredictionsRequest, ListEventPredictionsResult } from "../models/models_0"; import { de_ListEventPredictionsCommand, se_ListEventPredictionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/ListTagsForResourceCommand.ts b/clients/client-frauddetector/src/commands/ListTagsForResourceCommand.ts index 9938820e7f8fc..21d293e1f6879 100644 --- a/clients/client-frauddetector/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-frauddetector/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/PutDetectorCommand.ts b/clients/client-frauddetector/src/commands/PutDetectorCommand.ts index 7686d37fdcde6..11c0d45b13ff9 100644 --- a/clients/client-frauddetector/src/commands/PutDetectorCommand.ts +++ b/clients/client-frauddetector/src/commands/PutDetectorCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutDetectorRequest, PutDetectorResult } from "../models/models_0"; import { de_PutDetectorCommand, se_PutDetectorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/PutEntityTypeCommand.ts b/clients/client-frauddetector/src/commands/PutEntityTypeCommand.ts index ec97dfd343c9b..4f26a82cb84bf 100644 --- a/clients/client-frauddetector/src/commands/PutEntityTypeCommand.ts +++ b/clients/client-frauddetector/src/commands/PutEntityTypeCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutEntityTypeRequest, PutEntityTypeResult } from "../models/models_0"; import { de_PutEntityTypeCommand, se_PutEntityTypeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/PutEventTypeCommand.ts b/clients/client-frauddetector/src/commands/PutEventTypeCommand.ts index 2c637a5aeca29..f37ca2aba2f3b 100644 --- a/clients/client-frauddetector/src/commands/PutEventTypeCommand.ts +++ b/clients/client-frauddetector/src/commands/PutEventTypeCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutEventTypeRequest, PutEventTypeResult } from "../models/models_0"; import { de_PutEventTypeCommand, se_PutEventTypeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/PutExternalModelCommand.ts b/clients/client-frauddetector/src/commands/PutExternalModelCommand.ts index 3053dc86dfda7..043938da76456 100644 --- a/clients/client-frauddetector/src/commands/PutExternalModelCommand.ts +++ b/clients/client-frauddetector/src/commands/PutExternalModelCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutExternalModelRequest, PutExternalModelResult } from "../models/models_0"; import { de_PutExternalModelCommand, se_PutExternalModelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/PutKMSEncryptionKeyCommand.ts b/clients/client-frauddetector/src/commands/PutKMSEncryptionKeyCommand.ts index f9816787c7c7f..568db89c7f158 100644 --- a/clients/client-frauddetector/src/commands/PutKMSEncryptionKeyCommand.ts +++ b/clients/client-frauddetector/src/commands/PutKMSEncryptionKeyCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutKMSEncryptionKeyRequest, PutKMSEncryptionKeyResult } from "../models/models_0"; import { de_PutKMSEncryptionKeyCommand, se_PutKMSEncryptionKeyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/PutLabelCommand.ts b/clients/client-frauddetector/src/commands/PutLabelCommand.ts index 2db2c5b5082c8..be9f10ae7b87d 100644 --- a/clients/client-frauddetector/src/commands/PutLabelCommand.ts +++ b/clients/client-frauddetector/src/commands/PutLabelCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutLabelRequest, PutLabelResult } from "../models/models_0"; import { de_PutLabelCommand, se_PutLabelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/PutOutcomeCommand.ts b/clients/client-frauddetector/src/commands/PutOutcomeCommand.ts index 66f0e1d17ac33..f0208f76d52c2 100644 --- a/clients/client-frauddetector/src/commands/PutOutcomeCommand.ts +++ b/clients/client-frauddetector/src/commands/PutOutcomeCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutOutcomeRequest, PutOutcomeResult } from "../models/models_0"; import { de_PutOutcomeCommand, se_PutOutcomeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/SendEventCommand.ts b/clients/client-frauddetector/src/commands/SendEventCommand.ts index ba5c93f6d989b..ebec2fad84703 100644 --- a/clients/client-frauddetector/src/commands/SendEventCommand.ts +++ b/clients/client-frauddetector/src/commands/SendEventCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { SendEventRequest, SendEventRequestFilterSensitiveLog, SendEventResult } from "../models/models_0"; import { de_SendEventCommand, se_SendEventCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/TagResourceCommand.ts b/clients/client-frauddetector/src/commands/TagResourceCommand.ts index f0e0e0b87c632..075acb11b928f 100644 --- a/clients/client-frauddetector/src/commands/TagResourceCommand.ts +++ b/clients/client-frauddetector/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { TagResourceRequest, TagResourceResult } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/UntagResourceCommand.ts b/clients/client-frauddetector/src/commands/UntagResourceCommand.ts index 41e0cd28b8641..c337c99f87553 100644 --- a/clients/client-frauddetector/src/commands/UntagResourceCommand.ts +++ b/clients/client-frauddetector/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UntagResourceRequest, UntagResourceResult } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/UpdateDetectorVersionCommand.ts b/clients/client-frauddetector/src/commands/UpdateDetectorVersionCommand.ts index ee70dff7e4859..fb058b2e64eff 100644 --- a/clients/client-frauddetector/src/commands/UpdateDetectorVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateDetectorVersionCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateDetectorVersionRequest, UpdateDetectorVersionResult } from "../models/models_0"; import { de_UpdateDetectorVersionCommand, se_UpdateDetectorVersionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/UpdateDetectorVersionMetadataCommand.ts b/clients/client-frauddetector/src/commands/UpdateDetectorVersionMetadataCommand.ts index 5017f6a140c5e..530a9529d8995 100644 --- a/clients/client-frauddetector/src/commands/UpdateDetectorVersionMetadataCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateDetectorVersionMetadataCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateDetectorVersionMetadataCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/UpdateDetectorVersionStatusCommand.ts b/clients/client-frauddetector/src/commands/UpdateDetectorVersionStatusCommand.ts index 776fb08d8a50b..6661ad16560f6 100644 --- a/clients/client-frauddetector/src/commands/UpdateDetectorVersionStatusCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateDetectorVersionStatusCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateDetectorVersionStatusRequest, UpdateDetectorVersionStatusResult } from "../models/models_0"; import { de_UpdateDetectorVersionStatusCommand, se_UpdateDetectorVersionStatusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/UpdateEventLabelCommand.ts b/clients/client-frauddetector/src/commands/UpdateEventLabelCommand.ts index 8e8f95cdc25af..8dfc17904bd2a 100644 --- a/clients/client-frauddetector/src/commands/UpdateEventLabelCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateEventLabelCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateEventLabelRequest, UpdateEventLabelResult } from "../models/models_0"; import { de_UpdateEventLabelCommand, se_UpdateEventLabelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/UpdateListCommand.ts b/clients/client-frauddetector/src/commands/UpdateListCommand.ts index a9f33a2b8d27a..ea773a79f8aa6 100644 --- a/clients/client-frauddetector/src/commands/UpdateListCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateListCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateListRequest, UpdateListRequestFilterSensitiveLog, UpdateListResult } from "../models/models_0"; import { de_UpdateListCommand, se_UpdateListCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/UpdateModelCommand.ts b/clients/client-frauddetector/src/commands/UpdateModelCommand.ts index e57021aeb93ee..e8da0cdbfef34 100644 --- a/clients/client-frauddetector/src/commands/UpdateModelCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateModelCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateModelRequest, UpdateModelResult } from "../models/models_0"; import { de_UpdateModelCommand, se_UpdateModelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/UpdateModelVersionCommand.ts b/clients/client-frauddetector/src/commands/UpdateModelVersionCommand.ts index 70c295bcd675f..8fdbecdb7fca0 100644 --- a/clients/client-frauddetector/src/commands/UpdateModelVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateModelVersionCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateModelVersionRequest, UpdateModelVersionResult } from "../models/models_0"; import { de_UpdateModelVersionCommand, se_UpdateModelVersionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/UpdateModelVersionStatusCommand.ts b/clients/client-frauddetector/src/commands/UpdateModelVersionStatusCommand.ts index ab8fc90b9d053..17e385e1a2044 100644 --- a/clients/client-frauddetector/src/commands/UpdateModelVersionStatusCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateModelVersionStatusCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateModelVersionStatusRequest, UpdateModelVersionStatusResult } from "../models/models_0"; import { de_UpdateModelVersionStatusCommand, se_UpdateModelVersionStatusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/UpdateRuleMetadataCommand.ts b/clients/client-frauddetector/src/commands/UpdateRuleMetadataCommand.ts index d4de829d6f335..bd6e46e0b2c97 100644 --- a/clients/client-frauddetector/src/commands/UpdateRuleMetadataCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateRuleMetadataCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateRuleMetadataRequest, UpdateRuleMetadataResult } from "../models/models_0"; import { de_UpdateRuleMetadataCommand, se_UpdateRuleMetadataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/UpdateRuleVersionCommand.ts b/clients/client-frauddetector/src/commands/UpdateRuleVersionCommand.ts index 0f3836e066f21..28ae4fe84a2ca 100644 --- a/clients/client-frauddetector/src/commands/UpdateRuleVersionCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateRuleVersionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateRuleVersionCommand, se_UpdateRuleVersionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/commands/UpdateVariableCommand.ts b/clients/client-frauddetector/src/commands/UpdateVariableCommand.ts index 5a61aa691d93e..d02a31d025f44 100644 --- a/clients/client-frauddetector/src/commands/UpdateVariableCommand.ts +++ b/clients/client-frauddetector/src/commands/UpdateVariableCommand.ts @@ -17,6 +17,10 @@ import { FraudDetectorClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateVariableRequest, UpdateVariableResult } from "../models/models_0"; import { de_UpdateVariableCommand, se_UpdateVariableCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-frauddetector/src/index.ts b/clients/client-frauddetector/src/index.ts index c55ca4a3d02af..507bd82d60626 100644 --- a/clients/client-frauddetector/src/index.ts +++ b/clients/client-frauddetector/src/index.ts @@ -1,8 +1,22 @@ -export * from "./FraudDetector"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

This is the Amazon Fraud Detector API Reference. This guide is for developers who need + * detailed information about Amazon Fraud Detector API actions, data types, and errors. For + * more information about Amazon Fraud Detector features, see the Amazon Fraud Detector User Guide.

+ *

We provide the Query API as well as AWS software development kits (SDK) for Amazon Fraud Detector in Java and Python programming languages.

+ *

The Amazon Fraud Detector Query API provides HTTPS requests that use the HTTP verb GET or POST and a Query parameter Action. AWS SDK provides libraries, + * sample code, tutorials, and other resources for software developers who prefer to build applications using language-specific APIs instead of submitting a request over + * HTTP or HTTPS. These libraries provide basic functions that automatically take care of tasks such as cryptographically signing your requests, retrying requests, and + * handling error responses, so that it is easier for you to get started. For more information about the AWS SDKs, see Tools to build on AWS. + *

+ * + * @packageDocumentation + */ export * from "./FraudDetectorClient"; +export * from "./FraudDetector"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { FraudDetectorServiceException } from "./models/FraudDetectorServiceException"; diff --git a/clients/client-frauddetector/src/models/FraudDetectorServiceException.ts b/clients/client-frauddetector/src/models/FraudDetectorServiceException.ts index ed53e21d487e5..9bbaceeb3f714 100644 --- a/clients/client-frauddetector/src/models/FraudDetectorServiceException.ts +++ b/clients/client-frauddetector/src/models/FraudDetectorServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-fsx/src/FSxClient.ts b/clients/client-fsx/src/FSxClient.ts index 8147dc90150f0..b1edde256efd9 100644 --- a/clients/client-fsx/src/FSxClient.ts +++ b/clients/client-fsx/src/FSxClient.ts @@ -160,6 +160,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -379,7 +381,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type FSxClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type FSxClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -398,7 +400,7 @@ export interface FSxClientConfig extends FSxClientConfigType {} /** * @public */ -type FSxClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type FSxClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-fsx/src/commands/AssociateFileSystemAliasesCommand.ts b/clients/client-fsx/src/commands/AssociateFileSystemAliasesCommand.ts index d3ef2361ed599..a054e974e40fa 100644 --- a/clients/client-fsx/src/commands/AssociateFileSystemAliasesCommand.ts +++ b/clients/client-fsx/src/commands/AssociateFileSystemAliasesCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AssociateFileSystemAliasesRequest, AssociateFileSystemAliasesResponse } from "../models/models_0"; import { de_AssociateFileSystemAliasesCommand, se_AssociateFileSystemAliasesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/CancelDataRepositoryTaskCommand.ts b/clients/client-fsx/src/commands/CancelDataRepositoryTaskCommand.ts index 14c234cda16ce..2124cafd94cc4 100644 --- a/clients/client-fsx/src/commands/CancelDataRepositoryTaskCommand.ts +++ b/clients/client-fsx/src/commands/CancelDataRepositoryTaskCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CancelDataRepositoryTaskRequest, CancelDataRepositoryTaskResponse } from "../models/models_0"; import { de_CancelDataRepositoryTaskCommand, se_CancelDataRepositoryTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/CopyBackupCommand.ts b/clients/client-fsx/src/commands/CopyBackupCommand.ts index fc5a631eb0528..98e2e1c763c0a 100644 --- a/clients/client-fsx/src/commands/CopyBackupCommand.ts +++ b/clients/client-fsx/src/commands/CopyBackupCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CopyBackupRequest, CopyBackupResponse } from "../models/models_0"; import { de_CopyBackupCommand, se_CopyBackupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/CreateBackupCommand.ts b/clients/client-fsx/src/commands/CreateBackupCommand.ts index 4605cf72cb568..99ecc71256010 100644 --- a/clients/client-fsx/src/commands/CreateBackupCommand.ts +++ b/clients/client-fsx/src/commands/CreateBackupCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateBackupRequest, CreateBackupResponse } from "../models/models_0"; import { de_CreateBackupCommand, se_CreateBackupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/CreateDataRepositoryAssociationCommand.ts b/clients/client-fsx/src/commands/CreateDataRepositoryAssociationCommand.ts index dafb450cd2257..3749aa73e856e 100644 --- a/clients/client-fsx/src/commands/CreateDataRepositoryAssociationCommand.ts +++ b/clients/client-fsx/src/commands/CreateDataRepositoryAssociationCommand.ts @@ -20,6 +20,10 @@ import { se_CreateDataRepositoryAssociationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/CreateDataRepositoryTaskCommand.ts b/clients/client-fsx/src/commands/CreateDataRepositoryTaskCommand.ts index 1d14b441b044a..3d29c3c38d7a0 100644 --- a/clients/client-fsx/src/commands/CreateDataRepositoryTaskCommand.ts +++ b/clients/client-fsx/src/commands/CreateDataRepositoryTaskCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateDataRepositoryTaskRequest, CreateDataRepositoryTaskResponse } from "../models/models_0"; import { de_CreateDataRepositoryTaskCommand, se_CreateDataRepositoryTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/CreateFileCacheCommand.ts b/clients/client-fsx/src/commands/CreateFileCacheCommand.ts index fddc7e09ace3e..fe6d448fbf26a 100644 --- a/clients/client-fsx/src/commands/CreateFileCacheCommand.ts +++ b/clients/client-fsx/src/commands/CreateFileCacheCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateFileCacheRequest, CreateFileCacheResponse } from "../models/models_0"; import { de_CreateFileCacheCommand, se_CreateFileCacheCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/CreateFileSystemCommand.ts b/clients/client-fsx/src/commands/CreateFileSystemCommand.ts index 41b70d46f19d0..c892fd0ceb967 100644 --- a/clients/client-fsx/src/commands/CreateFileSystemCommand.ts +++ b/clients/client-fsx/src/commands/CreateFileSystemCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateFileSystemCommand, se_CreateFileSystemCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/CreateFileSystemFromBackupCommand.ts b/clients/client-fsx/src/commands/CreateFileSystemFromBackupCommand.ts index aa5090cd13866..9ee562cd0610a 100644 --- a/clients/client-fsx/src/commands/CreateFileSystemFromBackupCommand.ts +++ b/clients/client-fsx/src/commands/CreateFileSystemFromBackupCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateFileSystemFromBackupCommand, se_CreateFileSystemFromBackupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/CreateSnapshotCommand.ts b/clients/client-fsx/src/commands/CreateSnapshotCommand.ts index 758fbdcd44de4..e9cc95d623b28 100644 --- a/clients/client-fsx/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-fsx/src/commands/CreateSnapshotCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateSnapshotRequest, CreateSnapshotResponse } from "../models/models_0"; import { de_CreateSnapshotCommand, se_CreateSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/CreateStorageVirtualMachineCommand.ts b/clients/client-fsx/src/commands/CreateStorageVirtualMachineCommand.ts index 9e7db927f275a..633379e3c26c8 100644 --- a/clients/client-fsx/src/commands/CreateStorageVirtualMachineCommand.ts +++ b/clients/client-fsx/src/commands/CreateStorageVirtualMachineCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateStorageVirtualMachineCommand, se_CreateStorageVirtualMachineCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/CreateVolumeCommand.ts b/clients/client-fsx/src/commands/CreateVolumeCommand.ts index 5c295ec30c1c9..c0ce2a58cb538 100644 --- a/clients/client-fsx/src/commands/CreateVolumeCommand.ts +++ b/clients/client-fsx/src/commands/CreateVolumeCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateVolumeRequest, CreateVolumeResponse } from "../models/models_0"; import { de_CreateVolumeCommand, se_CreateVolumeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/CreateVolumeFromBackupCommand.ts b/clients/client-fsx/src/commands/CreateVolumeFromBackupCommand.ts index 2e6805206d477..0dbefc45395ff 100644 --- a/clients/client-fsx/src/commands/CreateVolumeFromBackupCommand.ts +++ b/clients/client-fsx/src/commands/CreateVolumeFromBackupCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateVolumeFromBackupRequest, CreateVolumeFromBackupResponse } from "../models/models_0"; import { de_CreateVolumeFromBackupCommand, se_CreateVolumeFromBackupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/DeleteBackupCommand.ts b/clients/client-fsx/src/commands/DeleteBackupCommand.ts index f5b71381d320f..315e5d743d011 100644 --- a/clients/client-fsx/src/commands/DeleteBackupCommand.ts +++ b/clients/client-fsx/src/commands/DeleteBackupCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteBackupRequest, DeleteBackupResponse } from "../models/models_0"; import { de_DeleteBackupCommand, se_DeleteBackupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/DeleteDataRepositoryAssociationCommand.ts b/clients/client-fsx/src/commands/DeleteDataRepositoryAssociationCommand.ts index fece9ed63a8ff..61c48bec56f19 100644 --- a/clients/client-fsx/src/commands/DeleteDataRepositoryAssociationCommand.ts +++ b/clients/client-fsx/src/commands/DeleteDataRepositoryAssociationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteDataRepositoryAssociationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/DeleteFileCacheCommand.ts b/clients/client-fsx/src/commands/DeleteFileCacheCommand.ts index d36304c13240e..ebb32cfd81f5b 100644 --- a/clients/client-fsx/src/commands/DeleteFileCacheCommand.ts +++ b/clients/client-fsx/src/commands/DeleteFileCacheCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteFileCacheRequest, DeleteFileCacheResponse } from "../models/models_0"; import { de_DeleteFileCacheCommand, se_DeleteFileCacheCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/DeleteFileSystemCommand.ts b/clients/client-fsx/src/commands/DeleteFileSystemCommand.ts index ba123dbd98883..181f102a270a8 100644 --- a/clients/client-fsx/src/commands/DeleteFileSystemCommand.ts +++ b/clients/client-fsx/src/commands/DeleteFileSystemCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteFileSystemRequest, DeleteFileSystemResponse } from "../models/models_0"; import { de_DeleteFileSystemCommand, se_DeleteFileSystemCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/DeleteSnapshotCommand.ts b/clients/client-fsx/src/commands/DeleteSnapshotCommand.ts index 8b4d060a8f60e..6dc0f03f10066 100644 --- a/clients/client-fsx/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-fsx/src/commands/DeleteSnapshotCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteSnapshotRequest, DeleteSnapshotResponse } from "../models/models_0"; import { de_DeleteSnapshotCommand, se_DeleteSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/DeleteStorageVirtualMachineCommand.ts b/clients/client-fsx/src/commands/DeleteStorageVirtualMachineCommand.ts index 8f900cea98d9f..8da89e3b1834f 100644 --- a/clients/client-fsx/src/commands/DeleteStorageVirtualMachineCommand.ts +++ b/clients/client-fsx/src/commands/DeleteStorageVirtualMachineCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteStorageVirtualMachineRequest, DeleteStorageVirtualMachineResponse } from "../models/models_0"; import { de_DeleteStorageVirtualMachineCommand, se_DeleteStorageVirtualMachineCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/DeleteVolumeCommand.ts b/clients/client-fsx/src/commands/DeleteVolumeCommand.ts index 76c09faa2e2ce..19c52ab5e32c8 100644 --- a/clients/client-fsx/src/commands/DeleteVolumeCommand.ts +++ b/clients/client-fsx/src/commands/DeleteVolumeCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteVolumeRequest, DeleteVolumeResponse } from "../models/models_0"; import { de_DeleteVolumeCommand, se_DeleteVolumeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/DescribeBackupsCommand.ts b/clients/client-fsx/src/commands/DescribeBackupsCommand.ts index 6a8e705283569..a81a39eaa028c 100644 --- a/clients/client-fsx/src/commands/DescribeBackupsCommand.ts +++ b/clients/client-fsx/src/commands/DescribeBackupsCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeBackupsRequest, DescribeBackupsResponse } from "../models/models_0"; import { de_DescribeBackupsCommand, se_DescribeBackupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/DescribeDataRepositoryAssociationsCommand.ts b/clients/client-fsx/src/commands/DescribeDataRepositoryAssociationsCommand.ts index 1192f49aecf5b..b459fe7ddb23d 100644 --- a/clients/client-fsx/src/commands/DescribeDataRepositoryAssociationsCommand.ts +++ b/clients/client-fsx/src/commands/DescribeDataRepositoryAssociationsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeDataRepositoryAssociationsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/DescribeDataRepositoryTasksCommand.ts b/clients/client-fsx/src/commands/DescribeDataRepositoryTasksCommand.ts index 382eedcfd8cbc..3c5ddbcba77dd 100644 --- a/clients/client-fsx/src/commands/DescribeDataRepositoryTasksCommand.ts +++ b/clients/client-fsx/src/commands/DescribeDataRepositoryTasksCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeDataRepositoryTasksRequest, DescribeDataRepositoryTasksResponse } from "../models/models_0"; import { de_DescribeDataRepositoryTasksCommand, se_DescribeDataRepositoryTasksCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/DescribeFileCachesCommand.ts b/clients/client-fsx/src/commands/DescribeFileCachesCommand.ts index ae5635e1fbf96..97205ed396782 100644 --- a/clients/client-fsx/src/commands/DescribeFileCachesCommand.ts +++ b/clients/client-fsx/src/commands/DescribeFileCachesCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeFileCachesRequest, DescribeFileCachesResponse } from "../models/models_0"; import { de_DescribeFileCachesCommand, se_DescribeFileCachesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/DescribeFileSystemAliasesCommand.ts b/clients/client-fsx/src/commands/DescribeFileSystemAliasesCommand.ts index 0788ecf11ee2c..b11aa54f7965e 100644 --- a/clients/client-fsx/src/commands/DescribeFileSystemAliasesCommand.ts +++ b/clients/client-fsx/src/commands/DescribeFileSystemAliasesCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeFileSystemAliasesRequest, DescribeFileSystemAliasesResponse } from "../models/models_0"; import { de_DescribeFileSystemAliasesCommand, se_DescribeFileSystemAliasesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/DescribeFileSystemsCommand.ts b/clients/client-fsx/src/commands/DescribeFileSystemsCommand.ts index 978698615ffc7..c2d6a10ecb5cf 100644 --- a/clients/client-fsx/src/commands/DescribeFileSystemsCommand.ts +++ b/clients/client-fsx/src/commands/DescribeFileSystemsCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeFileSystemsRequest, DescribeFileSystemsResponse } from "../models/models_0"; import { de_DescribeFileSystemsCommand, se_DescribeFileSystemsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/DescribeSnapshotsCommand.ts b/clients/client-fsx/src/commands/DescribeSnapshotsCommand.ts index 9ee2701e9f310..5c4935880764c 100644 --- a/clients/client-fsx/src/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-fsx/src/commands/DescribeSnapshotsCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeSnapshotsRequest, DescribeSnapshotsResponse } from "../models/models_0"; import { de_DescribeSnapshotsCommand, se_DescribeSnapshotsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/DescribeStorageVirtualMachinesCommand.ts b/clients/client-fsx/src/commands/DescribeStorageVirtualMachinesCommand.ts index affc242a5a426..8188ea9851971 100644 --- a/clients/client-fsx/src/commands/DescribeStorageVirtualMachinesCommand.ts +++ b/clients/client-fsx/src/commands/DescribeStorageVirtualMachinesCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeStorageVirtualMachinesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/DescribeVolumesCommand.ts b/clients/client-fsx/src/commands/DescribeVolumesCommand.ts index f82a32f0638de..ad51631b85957 100644 --- a/clients/client-fsx/src/commands/DescribeVolumesCommand.ts +++ b/clients/client-fsx/src/commands/DescribeVolumesCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeVolumesRequest, DescribeVolumesResponse } from "../models/models_0"; import { de_DescribeVolumesCommand, se_DescribeVolumesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/DisassociateFileSystemAliasesCommand.ts b/clients/client-fsx/src/commands/DisassociateFileSystemAliasesCommand.ts index 8627178a7c945..c42363dcaacab 100644 --- a/clients/client-fsx/src/commands/DisassociateFileSystemAliasesCommand.ts +++ b/clients/client-fsx/src/commands/DisassociateFileSystemAliasesCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateFileSystemAliasesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/ListTagsForResourceCommand.ts b/clients/client-fsx/src/commands/ListTagsForResourceCommand.ts index cc8d9bb3c4857..f48c703c1324b 100644 --- a/clients/client-fsx/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-fsx/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/ReleaseFileSystemNfsV3LocksCommand.ts b/clients/client-fsx/src/commands/ReleaseFileSystemNfsV3LocksCommand.ts index d92e16cca529a..2debf712a758f 100644 --- a/clients/client-fsx/src/commands/ReleaseFileSystemNfsV3LocksCommand.ts +++ b/clients/client-fsx/src/commands/ReleaseFileSystemNfsV3LocksCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ReleaseFileSystemNfsV3LocksRequest, ReleaseFileSystemNfsV3LocksResponse } from "../models/models_0"; import { de_ReleaseFileSystemNfsV3LocksCommand, se_ReleaseFileSystemNfsV3LocksCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/RestoreVolumeFromSnapshotCommand.ts b/clients/client-fsx/src/commands/RestoreVolumeFromSnapshotCommand.ts index 39641fdc370f5..8dee23e365ef6 100644 --- a/clients/client-fsx/src/commands/RestoreVolumeFromSnapshotCommand.ts +++ b/clients/client-fsx/src/commands/RestoreVolumeFromSnapshotCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RestoreVolumeFromSnapshotRequest, RestoreVolumeFromSnapshotResponse } from "../models/models_0"; import { de_RestoreVolumeFromSnapshotCommand, se_RestoreVolumeFromSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/TagResourceCommand.ts b/clients/client-fsx/src/commands/TagResourceCommand.ts index e8a5cab1d3172..3a9e790de79ef 100644 --- a/clients/client-fsx/src/commands/TagResourceCommand.ts +++ b/clients/client-fsx/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/UntagResourceCommand.ts b/clients/client-fsx/src/commands/UntagResourceCommand.ts index 41cc8c336f808..d1e42c16784aa 100644 --- a/clients/client-fsx/src/commands/UntagResourceCommand.ts +++ b/clients/client-fsx/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/UpdateDataRepositoryAssociationCommand.ts b/clients/client-fsx/src/commands/UpdateDataRepositoryAssociationCommand.ts index 5409382537c2e..0594276523f21 100644 --- a/clients/client-fsx/src/commands/UpdateDataRepositoryAssociationCommand.ts +++ b/clients/client-fsx/src/commands/UpdateDataRepositoryAssociationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateDataRepositoryAssociationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/UpdateFileCacheCommand.ts b/clients/client-fsx/src/commands/UpdateFileCacheCommand.ts index 5e84079c6ca8d..707b8907fb733 100644 --- a/clients/client-fsx/src/commands/UpdateFileCacheCommand.ts +++ b/clients/client-fsx/src/commands/UpdateFileCacheCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateFileCacheRequest, UpdateFileCacheResponse } from "../models/models_0"; import { de_UpdateFileCacheCommand, se_UpdateFileCacheCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts b/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts index 70a74fd8d195a..71ad2b6658e95 100644 --- a/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts +++ b/clients/client-fsx/src/commands/UpdateFileSystemCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateFileSystemCommand, se_UpdateFileSystemCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/UpdateSnapshotCommand.ts b/clients/client-fsx/src/commands/UpdateSnapshotCommand.ts index efec2f663fabb..23890fbae7a50 100644 --- a/clients/client-fsx/src/commands/UpdateSnapshotCommand.ts +++ b/clients/client-fsx/src/commands/UpdateSnapshotCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateSnapshotRequest, UpdateSnapshotResponse } from "../models/models_0"; import { de_UpdateSnapshotCommand, se_UpdateSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/UpdateStorageVirtualMachineCommand.ts b/clients/client-fsx/src/commands/UpdateStorageVirtualMachineCommand.ts index b1f973ebbb076..56ca87f1605e2 100644 --- a/clients/client-fsx/src/commands/UpdateStorageVirtualMachineCommand.ts +++ b/clients/client-fsx/src/commands/UpdateStorageVirtualMachineCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateStorageVirtualMachineCommand, se_UpdateStorageVirtualMachineCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/commands/UpdateVolumeCommand.ts b/clients/client-fsx/src/commands/UpdateVolumeCommand.ts index 098c244138212..539cae9d29813 100644 --- a/clients/client-fsx/src/commands/UpdateVolumeCommand.ts +++ b/clients/client-fsx/src/commands/UpdateVolumeCommand.ts @@ -17,6 +17,10 @@ import { FSxClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateVolumeRequest, UpdateVolumeResponse } from "../models/models_0"; import { de_UpdateVolumeCommand, se_UpdateVolumeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-fsx/src/index.ts b/clients/client-fsx/src/index.ts index 2b47b30f6f848..66bd3f850b340 100644 --- a/clients/client-fsx/src/index.ts +++ b/clients/client-fsx/src/index.ts @@ -1,8 +1,15 @@ -export * from "./FSx"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon FSx is a fully managed service that makes it easy for storage and + * application administrators to launch and use shared file storage.

+ * + * @packageDocumentation + */ export * from "./FSxClient"; +export * from "./FSx"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { FSxServiceException } from "./models/FSxServiceException"; diff --git a/clients/client-fsx/src/models/FSxServiceException.ts b/clients/client-fsx/src/models/FSxServiceException.ts index d7008511d30da..c21329e44bf5f 100644 --- a/clients/client-fsx/src/models/FSxServiceException.ts +++ b/clients/client-fsx/src/models/FSxServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-gamelift/src/GameLiftClient.ts b/clients/client-gamelift/src/GameLiftClient.ts index d4be66f4bb288..f08e33a6c7652 100644 --- a/clients/client-gamelift/src/GameLiftClient.ts +++ b/clients/client-gamelift/src/GameLiftClient.ts @@ -337,6 +337,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -682,7 +684,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type GameLiftClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type GameLiftClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -701,7 +703,7 @@ export interface GameLiftClientConfig extends GameLiftClientConfigType {} /** * @public */ -type GameLiftClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type GameLiftClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-gamelift/src/commands/AcceptMatchCommand.ts b/clients/client-gamelift/src/commands/AcceptMatchCommand.ts index deca286a333eb..3d5a346af7d59 100644 --- a/clients/client-gamelift/src/commands/AcceptMatchCommand.ts +++ b/clients/client-gamelift/src/commands/AcceptMatchCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { AcceptMatchInput, AcceptMatchOutput } from "../models/models_0"; import { de_AcceptMatchCommand, se_AcceptMatchCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/ClaimGameServerCommand.ts b/clients/client-gamelift/src/commands/ClaimGameServerCommand.ts index c1826dad7615f..a4f7c1e0c35e4 100644 --- a/clients/client-gamelift/src/commands/ClaimGameServerCommand.ts +++ b/clients/client-gamelift/src/commands/ClaimGameServerCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ClaimGameServerInput, ClaimGameServerOutput } from "../models/models_0"; import { de_ClaimGameServerCommand, se_ClaimGameServerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/CreateAliasCommand.ts b/clients/client-gamelift/src/commands/CreateAliasCommand.ts index acbde89293b3f..f5651224de989 100644 --- a/clients/client-gamelift/src/commands/CreateAliasCommand.ts +++ b/clients/client-gamelift/src/commands/CreateAliasCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateAliasInput, CreateAliasOutput } from "../models/models_0"; import { de_CreateAliasCommand, se_CreateAliasCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/CreateBuildCommand.ts b/clients/client-gamelift/src/commands/CreateBuildCommand.ts index f347bb7fb093d..c542e45149c62 100644 --- a/clients/client-gamelift/src/commands/CreateBuildCommand.ts +++ b/clients/client-gamelift/src/commands/CreateBuildCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateBuildInput, CreateBuildOutput, CreateBuildOutputFilterSensitiveLog } from "../models/models_0"; import { de_CreateBuildCommand, se_CreateBuildCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/CreateFleetCommand.ts b/clients/client-gamelift/src/commands/CreateFleetCommand.ts index f51bf4fc2011d..0c76eb03fc1dc 100644 --- a/clients/client-gamelift/src/commands/CreateFleetCommand.ts +++ b/clients/client-gamelift/src/commands/CreateFleetCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateFleetInput, CreateFleetOutput } from "../models/models_0"; import { de_CreateFleetCommand, se_CreateFleetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/CreateFleetLocationsCommand.ts b/clients/client-gamelift/src/commands/CreateFleetLocationsCommand.ts index b6723f109f7a6..5014efb53670a 100644 --- a/clients/client-gamelift/src/commands/CreateFleetLocationsCommand.ts +++ b/clients/client-gamelift/src/commands/CreateFleetLocationsCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateFleetLocationsInput, CreateFleetLocationsOutput } from "../models/models_0"; import { de_CreateFleetLocationsCommand, se_CreateFleetLocationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/CreateGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/CreateGameServerGroupCommand.ts index 680d88655e4a9..085ea8deecae6 100644 --- a/clients/client-gamelift/src/commands/CreateGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/CreateGameServerGroupCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateGameServerGroupInput, CreateGameServerGroupOutput } from "../models/models_0"; import { de_CreateGameServerGroupCommand, se_CreateGameServerGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/CreateGameSessionCommand.ts b/clients/client-gamelift/src/commands/CreateGameSessionCommand.ts index 30f7f518e98f1..584d3ee9e8539 100644 --- a/clients/client-gamelift/src/commands/CreateGameSessionCommand.ts +++ b/clients/client-gamelift/src/commands/CreateGameSessionCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateGameSessionInput, CreateGameSessionOutput } from "../models/models_0"; import { de_CreateGameSessionCommand, se_CreateGameSessionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/CreateGameSessionQueueCommand.ts b/clients/client-gamelift/src/commands/CreateGameSessionQueueCommand.ts index 20df352557e8d..a0399bf6f9c54 100644 --- a/clients/client-gamelift/src/commands/CreateGameSessionQueueCommand.ts +++ b/clients/client-gamelift/src/commands/CreateGameSessionQueueCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateGameSessionQueueInput, CreateGameSessionQueueOutput } from "../models/models_0"; import { de_CreateGameSessionQueueCommand, se_CreateGameSessionQueueCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/CreateLocationCommand.ts b/clients/client-gamelift/src/commands/CreateLocationCommand.ts index da228f425e090..829a13ff87c68 100644 --- a/clients/client-gamelift/src/commands/CreateLocationCommand.ts +++ b/clients/client-gamelift/src/commands/CreateLocationCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateLocationInput, CreateLocationOutput } from "../models/models_0"; import { de_CreateLocationCommand, se_CreateLocationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/CreateMatchmakingConfigurationCommand.ts b/clients/client-gamelift/src/commands/CreateMatchmakingConfigurationCommand.ts index 166b110bc343e..1ec1b2135d5fe 100644 --- a/clients/client-gamelift/src/commands/CreateMatchmakingConfigurationCommand.ts +++ b/clients/client-gamelift/src/commands/CreateMatchmakingConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_CreateMatchmakingConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/CreateMatchmakingRuleSetCommand.ts b/clients/client-gamelift/src/commands/CreateMatchmakingRuleSetCommand.ts index 0e670811caed0..d6579b0df46dd 100644 --- a/clients/client-gamelift/src/commands/CreateMatchmakingRuleSetCommand.ts +++ b/clients/client-gamelift/src/commands/CreateMatchmakingRuleSetCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateMatchmakingRuleSetInput, CreateMatchmakingRuleSetOutput } from "../models/models_0"; import { de_CreateMatchmakingRuleSetCommand, se_CreateMatchmakingRuleSetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/CreatePlayerSessionCommand.ts b/clients/client-gamelift/src/commands/CreatePlayerSessionCommand.ts index c1998938a58b0..aa778ab559229 100644 --- a/clients/client-gamelift/src/commands/CreatePlayerSessionCommand.ts +++ b/clients/client-gamelift/src/commands/CreatePlayerSessionCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreatePlayerSessionInput, CreatePlayerSessionOutput } from "../models/models_0"; import { de_CreatePlayerSessionCommand, se_CreatePlayerSessionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/CreatePlayerSessionsCommand.ts b/clients/client-gamelift/src/commands/CreatePlayerSessionsCommand.ts index 2a580160c2d08..d85e3a820b6d5 100644 --- a/clients/client-gamelift/src/commands/CreatePlayerSessionsCommand.ts +++ b/clients/client-gamelift/src/commands/CreatePlayerSessionsCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreatePlayerSessionsInput, CreatePlayerSessionsOutput } from "../models/models_0"; import { de_CreatePlayerSessionsCommand, se_CreatePlayerSessionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/CreateScriptCommand.ts b/clients/client-gamelift/src/commands/CreateScriptCommand.ts index a6c8a54fe6e20..656a071379af6 100644 --- a/clients/client-gamelift/src/commands/CreateScriptCommand.ts +++ b/clients/client-gamelift/src/commands/CreateScriptCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateScriptInput, CreateScriptOutput } from "../models/models_0"; import { de_CreateScriptCommand, se_CreateScriptCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/CreateVpcPeeringAuthorizationCommand.ts b/clients/client-gamelift/src/commands/CreateVpcPeeringAuthorizationCommand.ts index efb6d99602484..787aab947413f 100644 --- a/clients/client-gamelift/src/commands/CreateVpcPeeringAuthorizationCommand.ts +++ b/clients/client-gamelift/src/commands/CreateVpcPeeringAuthorizationCommand.ts @@ -20,6 +20,10 @@ import { se_CreateVpcPeeringAuthorizationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/CreateVpcPeeringConnectionCommand.ts b/clients/client-gamelift/src/commands/CreateVpcPeeringConnectionCommand.ts index 3a377a302d7b8..fa827451c4a6c 100644 --- a/clients/client-gamelift/src/commands/CreateVpcPeeringConnectionCommand.ts +++ b/clients/client-gamelift/src/commands/CreateVpcPeeringConnectionCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateVpcPeeringConnectionInput, CreateVpcPeeringConnectionOutput } from "../models/models_0"; import { de_CreateVpcPeeringConnectionCommand, se_CreateVpcPeeringConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DeleteAliasCommand.ts b/clients/client-gamelift/src/commands/DeleteAliasCommand.ts index 6d0b1b36242cd..3c6daa55f349e 100644 --- a/clients/client-gamelift/src/commands/DeleteAliasCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteAliasCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteAliasInput } from "../models/models_0"; import { de_DeleteAliasCommand, se_DeleteAliasCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DeleteBuildCommand.ts b/clients/client-gamelift/src/commands/DeleteBuildCommand.ts index 1ce82c8a69336..ea77bc5496a68 100644 --- a/clients/client-gamelift/src/commands/DeleteBuildCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteBuildCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteBuildInput } from "../models/models_0"; import { de_DeleteBuildCommand, se_DeleteBuildCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DeleteFleetCommand.ts b/clients/client-gamelift/src/commands/DeleteFleetCommand.ts index ad5c80714d84d..66fd195626b1c 100644 --- a/clients/client-gamelift/src/commands/DeleteFleetCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteFleetCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteFleetInput } from "../models/models_0"; import { de_DeleteFleetCommand, se_DeleteFleetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DeleteFleetLocationsCommand.ts b/clients/client-gamelift/src/commands/DeleteFleetLocationsCommand.ts index 5d0c353b7c118..abf5763aee6f4 100644 --- a/clients/client-gamelift/src/commands/DeleteFleetLocationsCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteFleetLocationsCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteFleetLocationsInput, DeleteFleetLocationsOutput } from "../models/models_0"; import { de_DeleteFleetLocationsCommand, se_DeleteFleetLocationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DeleteGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/DeleteGameServerGroupCommand.ts index cf0a560fb7539..802677aee896d 100644 --- a/clients/client-gamelift/src/commands/DeleteGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteGameServerGroupCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteGameServerGroupInput, DeleteGameServerGroupOutput } from "../models/models_0"; import { de_DeleteGameServerGroupCommand, se_DeleteGameServerGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DeleteGameSessionQueueCommand.ts b/clients/client-gamelift/src/commands/DeleteGameSessionQueueCommand.ts index eef9eac8b2c52..cc7dcfabec661 100644 --- a/clients/client-gamelift/src/commands/DeleteGameSessionQueueCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteGameSessionQueueCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteGameSessionQueueInput, DeleteGameSessionQueueOutput } from "../models/models_0"; import { de_DeleteGameSessionQueueCommand, se_DeleteGameSessionQueueCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DeleteLocationCommand.ts b/clients/client-gamelift/src/commands/DeleteLocationCommand.ts index 532cc344c32ac..8301ba6e19f15 100644 --- a/clients/client-gamelift/src/commands/DeleteLocationCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteLocationCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteLocationInput, DeleteLocationOutput } from "../models/models_0"; import { de_DeleteLocationCommand, se_DeleteLocationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DeleteMatchmakingConfigurationCommand.ts b/clients/client-gamelift/src/commands/DeleteMatchmakingConfigurationCommand.ts index 169328d1ede4f..964446e78e9e2 100644 --- a/clients/client-gamelift/src/commands/DeleteMatchmakingConfigurationCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteMatchmakingConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteMatchmakingConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DeleteMatchmakingRuleSetCommand.ts b/clients/client-gamelift/src/commands/DeleteMatchmakingRuleSetCommand.ts index 17c7483267085..692d88d604a71 100644 --- a/clients/client-gamelift/src/commands/DeleteMatchmakingRuleSetCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteMatchmakingRuleSetCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteMatchmakingRuleSetInput, DeleteMatchmakingRuleSetOutput } from "../models/models_0"; import { de_DeleteMatchmakingRuleSetCommand, se_DeleteMatchmakingRuleSetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DeleteScalingPolicyCommand.ts b/clients/client-gamelift/src/commands/DeleteScalingPolicyCommand.ts index 6abb6571d41c2..330fb7656df91 100644 --- a/clients/client-gamelift/src/commands/DeleteScalingPolicyCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteScalingPolicyCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteScalingPolicyInput } from "../models/models_0"; import { de_DeleteScalingPolicyCommand, se_DeleteScalingPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DeleteScriptCommand.ts b/clients/client-gamelift/src/commands/DeleteScriptCommand.ts index e4ce6f1ad0507..946b9d5e8e756 100644 --- a/clients/client-gamelift/src/commands/DeleteScriptCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteScriptCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteScriptInput } from "../models/models_0"; import { de_DeleteScriptCommand, se_DeleteScriptCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DeleteVpcPeeringAuthorizationCommand.ts b/clients/client-gamelift/src/commands/DeleteVpcPeeringAuthorizationCommand.ts index 93cb2412e873a..c245af022586c 100644 --- a/clients/client-gamelift/src/commands/DeleteVpcPeeringAuthorizationCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteVpcPeeringAuthorizationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteVpcPeeringAuthorizationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DeleteVpcPeeringConnectionCommand.ts b/clients/client-gamelift/src/commands/DeleteVpcPeeringConnectionCommand.ts index 19ceb4628b0b9..54043d32d3576 100644 --- a/clients/client-gamelift/src/commands/DeleteVpcPeeringConnectionCommand.ts +++ b/clients/client-gamelift/src/commands/DeleteVpcPeeringConnectionCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteVpcPeeringConnectionInput, DeleteVpcPeeringConnectionOutput } from "../models/models_0"; import { de_DeleteVpcPeeringConnectionCommand, se_DeleteVpcPeeringConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DeregisterComputeCommand.ts b/clients/client-gamelift/src/commands/DeregisterComputeCommand.ts index 2711c5b3b82fc..7a7fa92b8f07e 100644 --- a/clients/client-gamelift/src/commands/DeregisterComputeCommand.ts +++ b/clients/client-gamelift/src/commands/DeregisterComputeCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeregisterComputeInput, DeregisterComputeOutput } from "../models/models_0"; import { de_DeregisterComputeCommand, se_DeregisterComputeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DeregisterGameServerCommand.ts b/clients/client-gamelift/src/commands/DeregisterGameServerCommand.ts index fdcdec8b45b27..3cd93afde2fe7 100644 --- a/clients/client-gamelift/src/commands/DeregisterGameServerCommand.ts +++ b/clients/client-gamelift/src/commands/DeregisterGameServerCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeregisterGameServerInput } from "../models/models_0"; import { de_DeregisterGameServerCommand, se_DeregisterGameServerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeAliasCommand.ts b/clients/client-gamelift/src/commands/DescribeAliasCommand.ts index 53b17abd1e29d..9eab5d430f1c1 100644 --- a/clients/client-gamelift/src/commands/DescribeAliasCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeAliasCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeAliasInput, DescribeAliasOutput } from "../models/models_0"; import { de_DescribeAliasCommand, se_DescribeAliasCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeBuildCommand.ts b/clients/client-gamelift/src/commands/DescribeBuildCommand.ts index 2f5b89b6a1fc9..25230323469bc 100644 --- a/clients/client-gamelift/src/commands/DescribeBuildCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeBuildCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeBuildInput, DescribeBuildOutput } from "../models/models_0"; import { de_DescribeBuildCommand, se_DescribeBuildCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeComputeCommand.ts b/clients/client-gamelift/src/commands/DescribeComputeCommand.ts index 29f942eebc6b8..8f3f5e7c27836 100644 --- a/clients/client-gamelift/src/commands/DescribeComputeCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeComputeCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeComputeInput, DescribeComputeOutput } from "../models/models_0"; import { de_DescribeComputeCommand, se_DescribeComputeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeEC2InstanceLimitsCommand.ts b/clients/client-gamelift/src/commands/DescribeEC2InstanceLimitsCommand.ts index 912926c6062b1..85e20603cd3bb 100644 --- a/clients/client-gamelift/src/commands/DescribeEC2InstanceLimitsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeEC2InstanceLimitsCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeEC2InstanceLimitsInput, DescribeEC2InstanceLimitsOutput } from "../models/models_0"; import { de_DescribeEC2InstanceLimitsCommand, se_DescribeEC2InstanceLimitsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeFleetAttributesCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetAttributesCommand.ts index 3ee2bd7d237c0..a099b47c58f32 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetAttributesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetAttributesCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeFleetAttributesInput, DescribeFleetAttributesOutput } from "../models/models_0"; import { de_DescribeFleetAttributesCommand, se_DescribeFleetAttributesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeFleetCapacityCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetCapacityCommand.ts index 71ac854330950..25b84f8ea5967 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetCapacityCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetCapacityCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeFleetCapacityInput, DescribeFleetCapacityOutput } from "../models/models_0"; import { de_DescribeFleetCapacityCommand, se_DescribeFleetCapacityCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeFleetEventsCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetEventsCommand.ts index 3b7baee2c8301..ba5d403c27834 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetEventsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetEventsCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeFleetEventsInput, DescribeFleetEventsOutput } from "../models/models_0"; import { de_DescribeFleetEventsCommand, se_DescribeFleetEventsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeFleetLocationAttributesCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetLocationAttributesCommand.ts index d3e9bb4f03cb1..017094401b220 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetLocationAttributesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetLocationAttributesCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeFleetLocationAttributesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeFleetLocationCapacityCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetLocationCapacityCommand.ts index 956fbce53b4d9..48773530ffb9b 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetLocationCapacityCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetLocationCapacityCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeFleetLocationCapacityCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeFleetLocationUtilizationCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetLocationUtilizationCommand.ts index 705a1aee29f7d..133755edb6be8 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetLocationUtilizationCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetLocationUtilizationCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeFleetLocationUtilizationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeFleetPortSettingsCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetPortSettingsCommand.ts index 35cb121aa0975..1bba62d15f2e2 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetPortSettingsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetPortSettingsCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeFleetPortSettingsInput, DescribeFleetPortSettingsOutput } from "../models/models_0"; import { de_DescribeFleetPortSettingsCommand, se_DescribeFleetPortSettingsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeFleetUtilizationCommand.ts b/clients/client-gamelift/src/commands/DescribeFleetUtilizationCommand.ts index eb250492dc380..92fa8ac99751d 100644 --- a/clients/client-gamelift/src/commands/DescribeFleetUtilizationCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeFleetUtilizationCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeFleetUtilizationInput, DescribeFleetUtilizationOutput } from "../models/models_0"; import { de_DescribeFleetUtilizationCommand, se_DescribeFleetUtilizationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeGameServerCommand.ts b/clients/client-gamelift/src/commands/DescribeGameServerCommand.ts index ab3532e37d6f0..b8e7cc4b64177 100644 --- a/clients/client-gamelift/src/commands/DescribeGameServerCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameServerCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeGameServerInput, DescribeGameServerOutput } from "../models/models_0"; import { de_DescribeGameServerCommand, se_DescribeGameServerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/DescribeGameServerGroupCommand.ts index 7db6578c7f7fb..7993fc731407c 100644 --- a/clients/client-gamelift/src/commands/DescribeGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameServerGroupCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeGameServerGroupInput, DescribeGameServerGroupOutput } from "../models/models_0"; import { de_DescribeGameServerGroupCommand, se_DescribeGameServerGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeGameServerInstancesCommand.ts b/clients/client-gamelift/src/commands/DescribeGameServerInstancesCommand.ts index ba1602a147709..474521d2db4e5 100644 --- a/clients/client-gamelift/src/commands/DescribeGameServerInstancesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameServerInstancesCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeGameServerInstancesInput, DescribeGameServerInstancesOutput } from "../models/models_0"; import { de_DescribeGameServerInstancesCommand, se_DescribeGameServerInstancesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeGameSessionDetailsCommand.ts b/clients/client-gamelift/src/commands/DescribeGameSessionDetailsCommand.ts index 11ca4f941182c..4b33006a54a81 100644 --- a/clients/client-gamelift/src/commands/DescribeGameSessionDetailsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameSessionDetailsCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeGameSessionDetailsInput, DescribeGameSessionDetailsOutput } from "../models/models_0"; import { de_DescribeGameSessionDetailsCommand, se_DescribeGameSessionDetailsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeGameSessionPlacementCommand.ts b/clients/client-gamelift/src/commands/DescribeGameSessionPlacementCommand.ts index 3e66710066983..4678e2baa8152 100644 --- a/clients/client-gamelift/src/commands/DescribeGameSessionPlacementCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameSessionPlacementCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeGameSessionPlacementCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeGameSessionQueuesCommand.ts b/clients/client-gamelift/src/commands/DescribeGameSessionQueuesCommand.ts index 930bd7d5be61a..c407f36849f70 100644 --- a/clients/client-gamelift/src/commands/DescribeGameSessionQueuesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameSessionQueuesCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeGameSessionQueuesInput, DescribeGameSessionQueuesOutput } from "../models/models_0"; import { de_DescribeGameSessionQueuesCommand, se_DescribeGameSessionQueuesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeGameSessionsCommand.ts b/clients/client-gamelift/src/commands/DescribeGameSessionsCommand.ts index e47b3dda94052..a5703f5dda344 100644 --- a/clients/client-gamelift/src/commands/DescribeGameSessionsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeGameSessionsCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeGameSessionsInput, DescribeGameSessionsOutput } from "../models/models_0"; import { de_DescribeGameSessionsCommand, se_DescribeGameSessionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeInstancesCommand.ts b/clients/client-gamelift/src/commands/DescribeInstancesCommand.ts index f6e5e5a5d6129..265711918ffa2 100644 --- a/clients/client-gamelift/src/commands/DescribeInstancesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeInstancesCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeInstancesInput, DescribeInstancesOutput } from "../models/models_0"; import { de_DescribeInstancesCommand, se_DescribeInstancesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeMatchmakingCommand.ts b/clients/client-gamelift/src/commands/DescribeMatchmakingCommand.ts index 998b0d70c0973..b622bc1178fbb 100644 --- a/clients/client-gamelift/src/commands/DescribeMatchmakingCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeMatchmakingCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeMatchmakingInput, DescribeMatchmakingOutput } from "../models/models_0"; import { de_DescribeMatchmakingCommand, se_DescribeMatchmakingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeMatchmakingConfigurationsCommand.ts b/clients/client-gamelift/src/commands/DescribeMatchmakingConfigurationsCommand.ts index a141a66617406..22d9c736c72d2 100644 --- a/clients/client-gamelift/src/commands/DescribeMatchmakingConfigurationsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeMatchmakingConfigurationsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeMatchmakingConfigurationsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeMatchmakingRuleSetsCommand.ts b/clients/client-gamelift/src/commands/DescribeMatchmakingRuleSetsCommand.ts index 400f00305d0ad..461d93d22ef40 100644 --- a/clients/client-gamelift/src/commands/DescribeMatchmakingRuleSetsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeMatchmakingRuleSetsCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeMatchmakingRuleSetsInput, DescribeMatchmakingRuleSetsOutput } from "../models/models_0"; import { de_DescribeMatchmakingRuleSetsCommand, se_DescribeMatchmakingRuleSetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribePlayerSessionsCommand.ts b/clients/client-gamelift/src/commands/DescribePlayerSessionsCommand.ts index 65bb5d89ac68d..3ccac063f53dc 100644 --- a/clients/client-gamelift/src/commands/DescribePlayerSessionsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribePlayerSessionsCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribePlayerSessionsInput, DescribePlayerSessionsOutput } from "../models/models_0"; import { de_DescribePlayerSessionsCommand, se_DescribePlayerSessionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeRuntimeConfigurationCommand.ts b/clients/client-gamelift/src/commands/DescribeRuntimeConfigurationCommand.ts index 43ebac28b2c32..fae3bac2de953 100644 --- a/clients/client-gamelift/src/commands/DescribeRuntimeConfigurationCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeRuntimeConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeRuntimeConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeScalingPoliciesCommand.ts b/clients/client-gamelift/src/commands/DescribeScalingPoliciesCommand.ts index 13f2bdb48bb68..2eeead117168d 100644 --- a/clients/client-gamelift/src/commands/DescribeScalingPoliciesCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeScalingPoliciesCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeScalingPoliciesInput, DescribeScalingPoliciesOutput } from "../models/models_0"; import { de_DescribeScalingPoliciesCommand, se_DescribeScalingPoliciesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeScriptCommand.ts b/clients/client-gamelift/src/commands/DescribeScriptCommand.ts index 3f9565593ebf3..e5c75bd99e115 100644 --- a/clients/client-gamelift/src/commands/DescribeScriptCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeScriptCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeScriptInput, DescribeScriptOutput } from "../models/models_0"; import { de_DescribeScriptCommand, se_DescribeScriptCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeVpcPeeringAuthorizationsCommand.ts b/clients/client-gamelift/src/commands/DescribeVpcPeeringAuthorizationsCommand.ts index 65a0ca0e01b3b..87e23f9d302a0 100644 --- a/clients/client-gamelift/src/commands/DescribeVpcPeeringAuthorizationsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeVpcPeeringAuthorizationsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeVpcPeeringAuthorizationsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/DescribeVpcPeeringConnectionsCommand.ts b/clients/client-gamelift/src/commands/DescribeVpcPeeringConnectionsCommand.ts index 78b1f5b15fe53..c934b3679252d 100644 --- a/clients/client-gamelift/src/commands/DescribeVpcPeeringConnectionsCommand.ts +++ b/clients/client-gamelift/src/commands/DescribeVpcPeeringConnectionsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeVpcPeeringConnectionsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/GetComputeAccessCommand.ts b/clients/client-gamelift/src/commands/GetComputeAccessCommand.ts index 087286ae32b5e..0c4b363ae8802 100644 --- a/clients/client-gamelift/src/commands/GetComputeAccessCommand.ts +++ b/clients/client-gamelift/src/commands/GetComputeAccessCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetComputeAccessCommand, se_GetComputeAccessCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/GetComputeAuthTokenCommand.ts b/clients/client-gamelift/src/commands/GetComputeAuthTokenCommand.ts index cc8b9d757782b..734ccdaf59197 100644 --- a/clients/client-gamelift/src/commands/GetComputeAuthTokenCommand.ts +++ b/clients/client-gamelift/src/commands/GetComputeAuthTokenCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { GetComputeAuthTokenInput, GetComputeAuthTokenOutput } from "../models/models_0"; import { de_GetComputeAuthTokenCommand, se_GetComputeAuthTokenCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/GetGameSessionLogUrlCommand.ts b/clients/client-gamelift/src/commands/GetGameSessionLogUrlCommand.ts index 4dd624bc1ce81..65bd8cacdda01 100644 --- a/clients/client-gamelift/src/commands/GetGameSessionLogUrlCommand.ts +++ b/clients/client-gamelift/src/commands/GetGameSessionLogUrlCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { GetGameSessionLogUrlInput, GetGameSessionLogUrlOutput } from "../models/models_0"; import { de_GetGameSessionLogUrlCommand, se_GetGameSessionLogUrlCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/GetInstanceAccessCommand.ts b/clients/client-gamelift/src/commands/GetInstanceAccessCommand.ts index 4ae75e6b37cb7..42700d2158698 100644 --- a/clients/client-gamelift/src/commands/GetInstanceAccessCommand.ts +++ b/clients/client-gamelift/src/commands/GetInstanceAccessCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetInstanceAccessCommand, se_GetInstanceAccessCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/ListAliasesCommand.ts b/clients/client-gamelift/src/commands/ListAliasesCommand.ts index f1370dfbc2765..56f7e3141766a 100644 --- a/clients/client-gamelift/src/commands/ListAliasesCommand.ts +++ b/clients/client-gamelift/src/commands/ListAliasesCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListAliasesInput, ListAliasesOutput } from "../models/models_0"; import { de_ListAliasesCommand, se_ListAliasesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/ListBuildsCommand.ts b/clients/client-gamelift/src/commands/ListBuildsCommand.ts index 8fa0e74023e40..014304aea3c1b 100644 --- a/clients/client-gamelift/src/commands/ListBuildsCommand.ts +++ b/clients/client-gamelift/src/commands/ListBuildsCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListBuildsInput, ListBuildsOutput } from "../models/models_0"; import { de_ListBuildsCommand, se_ListBuildsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/ListComputeCommand.ts b/clients/client-gamelift/src/commands/ListComputeCommand.ts index e1f0c033a9337..dffa923f75060 100644 --- a/clients/client-gamelift/src/commands/ListComputeCommand.ts +++ b/clients/client-gamelift/src/commands/ListComputeCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListComputeInput, ListComputeOutput } from "../models/models_0"; import { de_ListComputeCommand, se_ListComputeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/ListFleetsCommand.ts b/clients/client-gamelift/src/commands/ListFleetsCommand.ts index a20150fb874f1..0353f8d4a9fa4 100644 --- a/clients/client-gamelift/src/commands/ListFleetsCommand.ts +++ b/clients/client-gamelift/src/commands/ListFleetsCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListFleetsInput, ListFleetsOutput } from "../models/models_0"; import { de_ListFleetsCommand, se_ListFleetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/ListGameServerGroupsCommand.ts b/clients/client-gamelift/src/commands/ListGameServerGroupsCommand.ts index 272866fcb05e1..3f5e7398b154f 100644 --- a/clients/client-gamelift/src/commands/ListGameServerGroupsCommand.ts +++ b/clients/client-gamelift/src/commands/ListGameServerGroupsCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListGameServerGroupsInput, ListGameServerGroupsOutput } from "../models/models_0"; import { de_ListGameServerGroupsCommand, se_ListGameServerGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/ListGameServersCommand.ts b/clients/client-gamelift/src/commands/ListGameServersCommand.ts index d6248fa8d6842..9da07ff707aae 100644 --- a/clients/client-gamelift/src/commands/ListGameServersCommand.ts +++ b/clients/client-gamelift/src/commands/ListGameServersCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListGameServersInput, ListGameServersOutput } from "../models/models_0"; import { de_ListGameServersCommand, se_ListGameServersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/ListLocationsCommand.ts b/clients/client-gamelift/src/commands/ListLocationsCommand.ts index 68071de03f3ec..bbeceb5bbfcad 100644 --- a/clients/client-gamelift/src/commands/ListLocationsCommand.ts +++ b/clients/client-gamelift/src/commands/ListLocationsCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListLocationsInput, ListLocationsOutput } from "../models/models_0"; import { de_ListLocationsCommand, se_ListLocationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/ListScriptsCommand.ts b/clients/client-gamelift/src/commands/ListScriptsCommand.ts index efe12d93f6749..6e2b6a08a1d42 100644 --- a/clients/client-gamelift/src/commands/ListScriptsCommand.ts +++ b/clients/client-gamelift/src/commands/ListScriptsCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListScriptsInput, ListScriptsOutput } from "../models/models_0"; import { de_ListScriptsCommand, se_ListScriptsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/ListTagsForResourceCommand.ts b/clients/client-gamelift/src/commands/ListTagsForResourceCommand.ts index d089821785177..b40d24ac342b8 100644 --- a/clients/client-gamelift/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-gamelift/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/PutScalingPolicyCommand.ts b/clients/client-gamelift/src/commands/PutScalingPolicyCommand.ts index 445019e60f6b7..2b21baae3bb2b 100644 --- a/clients/client-gamelift/src/commands/PutScalingPolicyCommand.ts +++ b/clients/client-gamelift/src/commands/PutScalingPolicyCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { PutScalingPolicyInput, PutScalingPolicyOutput } from "../models/models_0"; import { de_PutScalingPolicyCommand, se_PutScalingPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/RegisterComputeCommand.ts b/clients/client-gamelift/src/commands/RegisterComputeCommand.ts index 591b8f8092f7a..25322e219b677 100644 --- a/clients/client-gamelift/src/commands/RegisterComputeCommand.ts +++ b/clients/client-gamelift/src/commands/RegisterComputeCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { RegisterComputeInput, RegisterComputeOutput } from "../models/models_0"; import { de_RegisterComputeCommand, se_RegisterComputeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/RegisterGameServerCommand.ts b/clients/client-gamelift/src/commands/RegisterGameServerCommand.ts index cb714c620fecc..bdc432623ff6d 100644 --- a/clients/client-gamelift/src/commands/RegisterGameServerCommand.ts +++ b/clients/client-gamelift/src/commands/RegisterGameServerCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { RegisterGameServerInput, RegisterGameServerOutput } from "../models/models_0"; import { de_RegisterGameServerCommand, se_RegisterGameServerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/RequestUploadCredentialsCommand.ts b/clients/client-gamelift/src/commands/RequestUploadCredentialsCommand.ts index 3f6e768f03b7a..3cafdd8f038f2 100644 --- a/clients/client-gamelift/src/commands/RequestUploadCredentialsCommand.ts +++ b/clients/client-gamelift/src/commands/RequestUploadCredentialsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_RequestUploadCredentialsCommand, se_RequestUploadCredentialsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/ResolveAliasCommand.ts b/clients/client-gamelift/src/commands/ResolveAliasCommand.ts index 63c7be2f53c08..6f14d1de362f4 100644 --- a/clients/client-gamelift/src/commands/ResolveAliasCommand.ts +++ b/clients/client-gamelift/src/commands/ResolveAliasCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ResolveAliasInput, ResolveAliasOutput } from "../models/models_0"; import { de_ResolveAliasCommand, se_ResolveAliasCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/ResumeGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/ResumeGameServerGroupCommand.ts index 7f1b580957181..aec10ec126f81 100644 --- a/clients/client-gamelift/src/commands/ResumeGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/ResumeGameServerGroupCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ResumeGameServerGroupInput, ResumeGameServerGroupOutput } from "../models/models_0"; import { de_ResumeGameServerGroupCommand, se_ResumeGameServerGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/SearchGameSessionsCommand.ts b/clients/client-gamelift/src/commands/SearchGameSessionsCommand.ts index be908e9b50f79..b4e75656f1e5a 100644 --- a/clients/client-gamelift/src/commands/SearchGameSessionsCommand.ts +++ b/clients/client-gamelift/src/commands/SearchGameSessionsCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { SearchGameSessionsInput, SearchGameSessionsOutput } from "../models/models_0"; import { de_SearchGameSessionsCommand, se_SearchGameSessionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/StartFleetActionsCommand.ts b/clients/client-gamelift/src/commands/StartFleetActionsCommand.ts index ae7953b342e13..ab9410973b62d 100644 --- a/clients/client-gamelift/src/commands/StartFleetActionsCommand.ts +++ b/clients/client-gamelift/src/commands/StartFleetActionsCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { StartFleetActionsInput, StartFleetActionsOutput } from "../models/models_0"; import { de_StartFleetActionsCommand, se_StartFleetActionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/StartGameSessionPlacementCommand.ts b/clients/client-gamelift/src/commands/StartGameSessionPlacementCommand.ts index 0e53dba68f2f0..a9f1e85c1e13c 100644 --- a/clients/client-gamelift/src/commands/StartGameSessionPlacementCommand.ts +++ b/clients/client-gamelift/src/commands/StartGameSessionPlacementCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { StartGameSessionPlacementInput, StartGameSessionPlacementOutput } from "../models/models_0"; import { de_StartGameSessionPlacementCommand, se_StartGameSessionPlacementCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/StartMatchBackfillCommand.ts b/clients/client-gamelift/src/commands/StartMatchBackfillCommand.ts index b8692fcced8f1..8245077458182 100644 --- a/clients/client-gamelift/src/commands/StartMatchBackfillCommand.ts +++ b/clients/client-gamelift/src/commands/StartMatchBackfillCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { StartMatchBackfillInput, StartMatchBackfillOutput } from "../models/models_0"; import { de_StartMatchBackfillCommand, se_StartMatchBackfillCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/StartMatchmakingCommand.ts b/clients/client-gamelift/src/commands/StartMatchmakingCommand.ts index 08aeda9ff9fae..47e7863970bd0 100644 --- a/clients/client-gamelift/src/commands/StartMatchmakingCommand.ts +++ b/clients/client-gamelift/src/commands/StartMatchmakingCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { StartMatchmakingInput, StartMatchmakingOutput } from "../models/models_0"; import { de_StartMatchmakingCommand, se_StartMatchmakingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/StopFleetActionsCommand.ts b/clients/client-gamelift/src/commands/StopFleetActionsCommand.ts index 94807d775c2a1..d1d7df16187a6 100644 --- a/clients/client-gamelift/src/commands/StopFleetActionsCommand.ts +++ b/clients/client-gamelift/src/commands/StopFleetActionsCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { StopFleetActionsInput, StopFleetActionsOutput } from "../models/models_0"; import { de_StopFleetActionsCommand, se_StopFleetActionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/StopGameSessionPlacementCommand.ts b/clients/client-gamelift/src/commands/StopGameSessionPlacementCommand.ts index d0171a279d420..873fc90fb53e5 100644 --- a/clients/client-gamelift/src/commands/StopGameSessionPlacementCommand.ts +++ b/clients/client-gamelift/src/commands/StopGameSessionPlacementCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { StopGameSessionPlacementInput, StopGameSessionPlacementOutput } from "../models/models_0"; import { de_StopGameSessionPlacementCommand, se_StopGameSessionPlacementCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/StopMatchmakingCommand.ts b/clients/client-gamelift/src/commands/StopMatchmakingCommand.ts index a03d9f43d94ea..5722a26fcb1fa 100644 --- a/clients/client-gamelift/src/commands/StopMatchmakingCommand.ts +++ b/clients/client-gamelift/src/commands/StopMatchmakingCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { StopMatchmakingInput, StopMatchmakingOutput } from "../models/models_0"; import { de_StopMatchmakingCommand, se_StopMatchmakingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/SuspendGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/SuspendGameServerGroupCommand.ts index 20ee596316297..dfc790be9028d 100644 --- a/clients/client-gamelift/src/commands/SuspendGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/SuspendGameServerGroupCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { SuspendGameServerGroupInput, SuspendGameServerGroupOutput } from "../models/models_0"; import { de_SuspendGameServerGroupCommand, se_SuspendGameServerGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/TagResourceCommand.ts b/clients/client-gamelift/src/commands/TagResourceCommand.ts index 8da6cf4f21c91..a1ce9fe74b544 100644 --- a/clients/client-gamelift/src/commands/TagResourceCommand.ts +++ b/clients/client-gamelift/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/UntagResourceCommand.ts b/clients/client-gamelift/src/commands/UntagResourceCommand.ts index 768e590fc62a8..3e99a8eb3007b 100644 --- a/clients/client-gamelift/src/commands/UntagResourceCommand.ts +++ b/clients/client-gamelift/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/UpdateAliasCommand.ts b/clients/client-gamelift/src/commands/UpdateAliasCommand.ts index 8667d8b17ff36..33ed369cc563e 100644 --- a/clients/client-gamelift/src/commands/UpdateAliasCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateAliasCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateAliasInput, UpdateAliasOutput } from "../models/models_0"; import { de_UpdateAliasCommand, se_UpdateAliasCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/UpdateBuildCommand.ts b/clients/client-gamelift/src/commands/UpdateBuildCommand.ts index ed14d65d30828..fdd57c6f4bead 100644 --- a/clients/client-gamelift/src/commands/UpdateBuildCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateBuildCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateBuildInput, UpdateBuildOutput } from "../models/models_0"; import { de_UpdateBuildCommand, se_UpdateBuildCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/UpdateFleetAttributesCommand.ts b/clients/client-gamelift/src/commands/UpdateFleetAttributesCommand.ts index 98933f6261c9c..b1edaacb3ac8c 100644 --- a/clients/client-gamelift/src/commands/UpdateFleetAttributesCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateFleetAttributesCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateFleetAttributesInput, UpdateFleetAttributesOutput } from "../models/models_0"; import { de_UpdateFleetAttributesCommand, se_UpdateFleetAttributesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/UpdateFleetCapacityCommand.ts b/clients/client-gamelift/src/commands/UpdateFleetCapacityCommand.ts index 7a81f539901a8..639d70b877228 100644 --- a/clients/client-gamelift/src/commands/UpdateFleetCapacityCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateFleetCapacityCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateFleetCapacityInput, UpdateFleetCapacityOutput } from "../models/models_0"; import { de_UpdateFleetCapacityCommand, se_UpdateFleetCapacityCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/UpdateFleetPortSettingsCommand.ts b/clients/client-gamelift/src/commands/UpdateFleetPortSettingsCommand.ts index a4008a1ae8221..7bf0f7fe17295 100644 --- a/clients/client-gamelift/src/commands/UpdateFleetPortSettingsCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateFleetPortSettingsCommand.ts @@ -18,6 +18,10 @@ import { UpdateFleetPortSettingsInput } from "../models/models_0"; import { UpdateFleetPortSettingsOutput } from "../models/models_1"; import { de_UpdateFleetPortSettingsCommand, se_UpdateFleetPortSettingsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/UpdateGameServerCommand.ts b/clients/client-gamelift/src/commands/UpdateGameServerCommand.ts index 0ee2bd5f8645c..1b4591af35ea8 100644 --- a/clients/client-gamelift/src/commands/UpdateGameServerCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateGameServerCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateGameServerInput, UpdateGameServerOutput } from "../models/models_1"; import { de_UpdateGameServerCommand, se_UpdateGameServerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/UpdateGameServerGroupCommand.ts b/clients/client-gamelift/src/commands/UpdateGameServerGroupCommand.ts index 429f5cb22ce97..96dcf05b79f5e 100644 --- a/clients/client-gamelift/src/commands/UpdateGameServerGroupCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateGameServerGroupCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateGameServerGroupInput, UpdateGameServerGroupOutput } from "../models/models_1"; import { de_UpdateGameServerGroupCommand, se_UpdateGameServerGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/UpdateGameSessionCommand.ts b/clients/client-gamelift/src/commands/UpdateGameSessionCommand.ts index a9a6485d8c919..3f5061c553726 100644 --- a/clients/client-gamelift/src/commands/UpdateGameSessionCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateGameSessionCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateGameSessionInput, UpdateGameSessionOutput } from "../models/models_1"; import { de_UpdateGameSessionCommand, se_UpdateGameSessionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/UpdateGameSessionQueueCommand.ts b/clients/client-gamelift/src/commands/UpdateGameSessionQueueCommand.ts index 888ea4e68fb08..c1c0a29a73489 100644 --- a/clients/client-gamelift/src/commands/UpdateGameSessionQueueCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateGameSessionQueueCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateGameSessionQueueInput, UpdateGameSessionQueueOutput } from "../models/models_1"; import { de_UpdateGameSessionQueueCommand, se_UpdateGameSessionQueueCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/UpdateMatchmakingConfigurationCommand.ts b/clients/client-gamelift/src/commands/UpdateMatchmakingConfigurationCommand.ts index 4e7da29081869..03a8951c13eae 100644 --- a/clients/client-gamelift/src/commands/UpdateMatchmakingConfigurationCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateMatchmakingConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateMatchmakingConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/UpdateRuntimeConfigurationCommand.ts b/clients/client-gamelift/src/commands/UpdateRuntimeConfigurationCommand.ts index df6744aab0228..84b87a1f83bb8 100644 --- a/clients/client-gamelift/src/commands/UpdateRuntimeConfigurationCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateRuntimeConfigurationCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateRuntimeConfigurationInput, UpdateRuntimeConfigurationOutput } from "../models/models_1"; import { de_UpdateRuntimeConfigurationCommand, se_UpdateRuntimeConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/UpdateScriptCommand.ts b/clients/client-gamelift/src/commands/UpdateScriptCommand.ts index 33cea96e16677..d8bd199da5c51 100644 --- a/clients/client-gamelift/src/commands/UpdateScriptCommand.ts +++ b/clients/client-gamelift/src/commands/UpdateScriptCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateScriptInput, UpdateScriptOutput } from "../models/models_1"; import { de_UpdateScriptCommand, se_UpdateScriptCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/commands/ValidateMatchmakingRuleSetCommand.ts b/clients/client-gamelift/src/commands/ValidateMatchmakingRuleSetCommand.ts index 74b03653f5196..afaed6d217573 100644 --- a/clients/client-gamelift/src/commands/ValidateMatchmakingRuleSetCommand.ts +++ b/clients/client-gamelift/src/commands/ValidateMatchmakingRuleSetCommand.ts @@ -17,6 +17,10 @@ import { GameLiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ValidateMatchmakingRuleSetInput, ValidateMatchmakingRuleSetOutput } from "../models/models_1"; import { de_ValidateMatchmakingRuleSetCommand, se_ValidateMatchmakingRuleSetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamelift/src/index.ts b/clients/client-gamelift/src/index.ts index 1c4a020b45a6a..c138c698b3cb8 100644 --- a/clients/client-gamelift/src/index.ts +++ b/clients/client-gamelift/src/index.ts @@ -1,8 +1,71 @@ -export * from "./GameLift"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon GameLift provides solutions for hosting session-based multiplayer game servers in the + * cloud, including tools for deploying, operating, and scaling game servers. Built on + * Amazon Web Services global computing infrastructure, GameLift helps you deliver high-performance, + * high-reliability, low-cost game servers while dynamically scaling your resource usage to + * meet player demand.

+ *

+ * About Amazon GameLift solutions + *

+ *

Get more information on these Amazon GameLift solutions in the Amazon GameLift Developer Guide.

+ *
    + *
  • + *

    Amazon GameLift managed hosting -- Amazon GameLift offers a fully managed service to set up + * and maintain computing machines for hosting, manage game session and player + * session life cycle, and handle security, storage, and performance tracking. You + * can use automatic scaling tools to balance player demand and hosting costs, + * configure your game session management to minimize player latency, and add + * FlexMatch for matchmaking.

    + *
  • + *
  • + *

    Managed hosting with Realtime Servers -- With Amazon GameLift Realtime Servers, you can quickly configure + * and set up ready-to-go game servers for your game. Realtime Servers provides a game server + * framework with core Amazon GameLift infrastructure already built in. Then use the full + * range of Amazon GameLift managed hosting features, including FlexMatch, for your + * game.

    + *
  • + *
  • + *

    Amazon GameLift FleetIQ -- Use Amazon GameLift FleetIQ as a standalone service while hosting your games using EC2 + * instances and Auto Scaling groups. Amazon GameLift FleetIQ provides optimizations for game + * hosting, including boosting the viability of low-cost Spot Instances gaming. For + * a complete solution, pair the Amazon GameLift FleetIQ and FlexMatch standalone services.

    + *
  • + *
  • + *

    Amazon GameLift FlexMatch -- Add matchmaking to your game hosting solution. FlexMatch is a + * customizable matchmaking service for multiplayer games. Use FlexMatch as + * integrated with Amazon GameLift managed hosting or incorporate FlexMatch as a standalone + * service into your own hosting solution.

    + *
  • + *
+ *

+ * About this API Reference + *

+ *

This reference guide describes the low-level service API for Amazon GameLift. With each topic + * in this guide, you can find links to language-specific SDK guides and the Amazon Web Services CLI + * reference. Useful links:

+ * + * + * @packageDocumentation + */ export * from "./GameLiftClient"; +export * from "./GameLift"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { GameLiftServiceException } from "./models/GameLiftServiceException"; diff --git a/clients/client-gamelift/src/models/GameLiftServiceException.ts b/clients/client-gamelift/src/models/GameLiftServiceException.ts index 2a90c8e35d533..6715efb5bcd01 100644 --- a/clients/client-gamelift/src/models/GameLiftServiceException.ts +++ b/clients/client-gamelift/src/models/GameLiftServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-gamesparks/src/GameSparksClient.ts b/clients/client-gamesparks/src/GameSparksClient.ts index c6d4af28e10c6..07b436dd56ebf 100644 --- a/clients/client-gamesparks/src/GameSparksClient.ts +++ b/clients/client-gamesparks/src/GameSparksClient.ts @@ -128,6 +128,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -331,7 +333,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type GameSparksClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type GameSparksClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -350,7 +352,7 @@ export interface GameSparksClientConfig extends GameSparksClientConfigType {} /** * @public */ -type GameSparksClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type GameSparksClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-gamesparks/src/commands/CreateGameCommand.ts b/clients/client-gamesparks/src/commands/CreateGameCommand.ts index e524a307a5ac9..4061f052e44ba 100644 --- a/clients/client-gamesparks/src/commands/CreateGameCommand.ts +++ b/clients/client-gamesparks/src/commands/CreateGameCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateGameRequest, CreateGameResult } from "../models/models_0"; import { de_CreateGameCommand, se_CreateGameCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/CreateSnapshotCommand.ts b/clients/client-gamesparks/src/commands/CreateSnapshotCommand.ts index 830255363acf1..da64f158ed6ce 100644 --- a/clients/client-gamesparks/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-gamesparks/src/commands/CreateSnapshotCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateSnapshotRequest, CreateSnapshotResult } from "../models/models_0"; import { de_CreateSnapshotCommand, se_CreateSnapshotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/CreateStageCommand.ts b/clients/client-gamesparks/src/commands/CreateStageCommand.ts index ff8c1072c8238..82527031700c5 100644 --- a/clients/client-gamesparks/src/commands/CreateStageCommand.ts +++ b/clients/client-gamesparks/src/commands/CreateStageCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateStageRequest, CreateStageResult } from "../models/models_0"; import { de_CreateStageCommand, se_CreateStageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/DeleteGameCommand.ts b/clients/client-gamesparks/src/commands/DeleteGameCommand.ts index 1d65d301cecaf..793d1e9bbae56 100644 --- a/clients/client-gamesparks/src/commands/DeleteGameCommand.ts +++ b/clients/client-gamesparks/src/commands/DeleteGameCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteGameRequest, DeleteGameResult } from "../models/models_0"; import { de_DeleteGameCommand, se_DeleteGameCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/DeleteStageCommand.ts b/clients/client-gamesparks/src/commands/DeleteStageCommand.ts index a06bc1f359c2c..9c13142976221 100644 --- a/clients/client-gamesparks/src/commands/DeleteStageCommand.ts +++ b/clients/client-gamesparks/src/commands/DeleteStageCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteStageRequest, DeleteStageResult } from "../models/models_0"; import { de_DeleteStageCommand, se_DeleteStageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/DisconnectPlayerCommand.ts b/clients/client-gamesparks/src/commands/DisconnectPlayerCommand.ts index 8df99a294e8a3..9da4d6b1bb3bc 100644 --- a/clients/client-gamesparks/src/commands/DisconnectPlayerCommand.ts +++ b/clients/client-gamesparks/src/commands/DisconnectPlayerCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DisconnectPlayerRequest, DisconnectPlayerResult } from "../models/models_0"; import { de_DisconnectPlayerCommand, se_DisconnectPlayerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/ExportSnapshotCommand.ts b/clients/client-gamesparks/src/commands/ExportSnapshotCommand.ts index 3547927064090..12bffc61266ce 100644 --- a/clients/client-gamesparks/src/commands/ExportSnapshotCommand.ts +++ b/clients/client-gamesparks/src/commands/ExportSnapshotCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ExportSnapshotRequest, ExportSnapshotResult } from "../models/models_0"; import { de_ExportSnapshotCommand, se_ExportSnapshotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/GetExtensionCommand.ts b/clients/client-gamesparks/src/commands/GetExtensionCommand.ts index 126f830867756..0268b5a019fc0 100644 --- a/clients/client-gamesparks/src/commands/GetExtensionCommand.ts +++ b/clients/client-gamesparks/src/commands/GetExtensionCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetExtensionRequest, GetExtensionResult } from "../models/models_0"; import { de_GetExtensionCommand, se_GetExtensionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/GetExtensionVersionCommand.ts b/clients/client-gamesparks/src/commands/GetExtensionVersionCommand.ts index 4b8812fd21e56..bc7ddc16c797a 100644 --- a/clients/client-gamesparks/src/commands/GetExtensionVersionCommand.ts +++ b/clients/client-gamesparks/src/commands/GetExtensionVersionCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetExtensionVersionRequest, GetExtensionVersionResult } from "../models/models_0"; import { de_GetExtensionVersionCommand, se_GetExtensionVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/GetGameCommand.ts b/clients/client-gamesparks/src/commands/GetGameCommand.ts index 860ad3a7c662b..0d3349c2e47b1 100644 --- a/clients/client-gamesparks/src/commands/GetGameCommand.ts +++ b/clients/client-gamesparks/src/commands/GetGameCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetGameRequest, GetGameResult } from "../models/models_0"; import { de_GetGameCommand, se_GetGameCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/GetGameConfigurationCommand.ts b/clients/client-gamesparks/src/commands/GetGameConfigurationCommand.ts index 19f0c7042843f..579dba721e619 100644 --- a/clients/client-gamesparks/src/commands/GetGameConfigurationCommand.ts +++ b/clients/client-gamesparks/src/commands/GetGameConfigurationCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetGameConfigurationRequest, GetGameConfigurationResult } from "../models/models_0"; import { de_GetGameConfigurationCommand, se_GetGameConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/GetGeneratedCodeJobCommand.ts b/clients/client-gamesparks/src/commands/GetGeneratedCodeJobCommand.ts index 7370af1ab6589..deeb29eba7495 100644 --- a/clients/client-gamesparks/src/commands/GetGeneratedCodeJobCommand.ts +++ b/clients/client-gamesparks/src/commands/GetGeneratedCodeJobCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetGeneratedCodeJobRequest, GetGeneratedCodeJobResult } from "../models/models_0"; import { de_GetGeneratedCodeJobCommand, se_GetGeneratedCodeJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/GetPlayerConnectionStatusCommand.ts b/clients/client-gamesparks/src/commands/GetPlayerConnectionStatusCommand.ts index fb38067667b89..d495825ebf9e6 100644 --- a/clients/client-gamesparks/src/commands/GetPlayerConnectionStatusCommand.ts +++ b/clients/client-gamesparks/src/commands/GetPlayerConnectionStatusCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetPlayerConnectionStatusRequest, GetPlayerConnectionStatusResult } from "../models/models_0"; import { de_GetPlayerConnectionStatusCommand, se_GetPlayerConnectionStatusCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/GetSnapshotCommand.ts b/clients/client-gamesparks/src/commands/GetSnapshotCommand.ts index cc08e53a4d526..78b3117364687 100644 --- a/clients/client-gamesparks/src/commands/GetSnapshotCommand.ts +++ b/clients/client-gamesparks/src/commands/GetSnapshotCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetSnapshotRequest, GetSnapshotResult } from "../models/models_0"; import { de_GetSnapshotCommand, se_GetSnapshotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/GetStageCommand.ts b/clients/client-gamesparks/src/commands/GetStageCommand.ts index 07647cbd6692c..62629b49af597 100644 --- a/clients/client-gamesparks/src/commands/GetStageCommand.ts +++ b/clients/client-gamesparks/src/commands/GetStageCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetStageRequest, GetStageResult } from "../models/models_0"; import { de_GetStageCommand, se_GetStageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/GetStageDeploymentCommand.ts b/clients/client-gamesparks/src/commands/GetStageDeploymentCommand.ts index a58d194fa4a78..fa6ba07da16a8 100644 --- a/clients/client-gamesparks/src/commands/GetStageDeploymentCommand.ts +++ b/clients/client-gamesparks/src/commands/GetStageDeploymentCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetStageDeploymentRequest, GetStageDeploymentResult } from "../models/models_0"; import { de_GetStageDeploymentCommand, se_GetStageDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/ImportGameConfigurationCommand.ts b/clients/client-gamesparks/src/commands/ImportGameConfigurationCommand.ts index 8185c67aa1055..309bc0971185c 100644 --- a/clients/client-gamesparks/src/commands/ImportGameConfigurationCommand.ts +++ b/clients/client-gamesparks/src/commands/ImportGameConfigurationCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ImportGameConfigurationRequest, ImportGameConfigurationResult } from "../models/models_0"; import { de_ImportGameConfigurationCommand, se_ImportGameConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/ListExtensionVersionsCommand.ts b/clients/client-gamesparks/src/commands/ListExtensionVersionsCommand.ts index 634e0005abb45..49cb34b077616 100644 --- a/clients/client-gamesparks/src/commands/ListExtensionVersionsCommand.ts +++ b/clients/client-gamesparks/src/commands/ListExtensionVersionsCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListExtensionVersionsRequest, ListExtensionVersionsResult } from "../models/models_0"; import { de_ListExtensionVersionsCommand, se_ListExtensionVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/ListExtensionsCommand.ts b/clients/client-gamesparks/src/commands/ListExtensionsCommand.ts index 330341be91bfc..d36f02a4e65f4 100644 --- a/clients/client-gamesparks/src/commands/ListExtensionsCommand.ts +++ b/clients/client-gamesparks/src/commands/ListExtensionsCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListExtensionsRequest, ListExtensionsResult } from "../models/models_0"; import { de_ListExtensionsCommand, se_ListExtensionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/ListGamesCommand.ts b/clients/client-gamesparks/src/commands/ListGamesCommand.ts index 3fe1cbe5652e4..229eb05a6a32b 100644 --- a/clients/client-gamesparks/src/commands/ListGamesCommand.ts +++ b/clients/client-gamesparks/src/commands/ListGamesCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListGamesRequest, ListGamesResult } from "../models/models_0"; import { de_ListGamesCommand, se_ListGamesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/ListGeneratedCodeJobsCommand.ts b/clients/client-gamesparks/src/commands/ListGeneratedCodeJobsCommand.ts index 6c75ef0adb6db..3ee96616b04da 100644 --- a/clients/client-gamesparks/src/commands/ListGeneratedCodeJobsCommand.ts +++ b/clients/client-gamesparks/src/commands/ListGeneratedCodeJobsCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListGeneratedCodeJobsRequest, ListGeneratedCodeJobsResult } from "../models/models_0"; import { de_ListGeneratedCodeJobsCommand, se_ListGeneratedCodeJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/ListSnapshotsCommand.ts b/clients/client-gamesparks/src/commands/ListSnapshotsCommand.ts index 2bf0edea182d1..0e4eceb444eb9 100644 --- a/clients/client-gamesparks/src/commands/ListSnapshotsCommand.ts +++ b/clients/client-gamesparks/src/commands/ListSnapshotsCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListSnapshotsRequest, ListSnapshotsResult } from "../models/models_0"; import { de_ListSnapshotsCommand, se_ListSnapshotsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/ListStageDeploymentsCommand.ts b/clients/client-gamesparks/src/commands/ListStageDeploymentsCommand.ts index dfbe7de7fd60e..6c17b4bf0c254 100644 --- a/clients/client-gamesparks/src/commands/ListStageDeploymentsCommand.ts +++ b/clients/client-gamesparks/src/commands/ListStageDeploymentsCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListStageDeploymentsRequest, ListStageDeploymentsResult } from "../models/models_0"; import { de_ListStageDeploymentsCommand, se_ListStageDeploymentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/ListStagesCommand.ts b/clients/client-gamesparks/src/commands/ListStagesCommand.ts index a0f4ee6beb7f0..52593bcffef78 100644 --- a/clients/client-gamesparks/src/commands/ListStagesCommand.ts +++ b/clients/client-gamesparks/src/commands/ListStagesCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListStagesRequest, ListStagesResult } from "../models/models_0"; import { de_ListStagesCommand, se_ListStagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/ListTagsForResourceCommand.ts b/clients/client-gamesparks/src/commands/ListTagsForResourceCommand.ts index 55975c36b5914..4e647d0fb2290 100644 --- a/clients/client-gamesparks/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-gamesparks/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/StartGeneratedCodeJobCommand.ts b/clients/client-gamesparks/src/commands/StartGeneratedCodeJobCommand.ts index 5a3f743bcd7ba..c904a19daa3c3 100644 --- a/clients/client-gamesparks/src/commands/StartGeneratedCodeJobCommand.ts +++ b/clients/client-gamesparks/src/commands/StartGeneratedCodeJobCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartGeneratedCodeJobRequest, StartGeneratedCodeJobResult } from "../models/models_0"; import { de_StartGeneratedCodeJobCommand, se_StartGeneratedCodeJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/StartStageDeploymentCommand.ts b/clients/client-gamesparks/src/commands/StartStageDeploymentCommand.ts index f12662e50a131..6c07b5296a00c 100644 --- a/clients/client-gamesparks/src/commands/StartStageDeploymentCommand.ts +++ b/clients/client-gamesparks/src/commands/StartStageDeploymentCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartStageDeploymentRequest, StartStageDeploymentResult } from "../models/models_0"; import { de_StartStageDeploymentCommand, se_StartStageDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/TagResourceCommand.ts b/clients/client-gamesparks/src/commands/TagResourceCommand.ts index 7cdcd413c0af6..8feca4151a8e5 100644 --- a/clients/client-gamesparks/src/commands/TagResourceCommand.ts +++ b/clients/client-gamesparks/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceRequest, TagResourceResult } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/UntagResourceCommand.ts b/clients/client-gamesparks/src/commands/UntagResourceCommand.ts index ad514d233c365..9751380f3b694 100644 --- a/clients/client-gamesparks/src/commands/UntagResourceCommand.ts +++ b/clients/client-gamesparks/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceRequest, UntagResourceResult } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/UpdateGameCommand.ts b/clients/client-gamesparks/src/commands/UpdateGameCommand.ts index 0b6258b0f15b6..578f2d5af5ff8 100644 --- a/clients/client-gamesparks/src/commands/UpdateGameCommand.ts +++ b/clients/client-gamesparks/src/commands/UpdateGameCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateGameRequest, UpdateGameResult } from "../models/models_0"; import { de_UpdateGameCommand, se_UpdateGameCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/UpdateGameConfigurationCommand.ts b/clients/client-gamesparks/src/commands/UpdateGameConfigurationCommand.ts index 2f0f204f68322..cb7b5e5214dbf 100644 --- a/clients/client-gamesparks/src/commands/UpdateGameConfigurationCommand.ts +++ b/clients/client-gamesparks/src/commands/UpdateGameConfigurationCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateGameConfigurationRequest, UpdateGameConfigurationResult } from "../models/models_0"; import { de_UpdateGameConfigurationCommand, se_UpdateGameConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/UpdateSnapshotCommand.ts b/clients/client-gamesparks/src/commands/UpdateSnapshotCommand.ts index ac86fc69d7309..b7c0ecde55a7e 100644 --- a/clients/client-gamesparks/src/commands/UpdateSnapshotCommand.ts +++ b/clients/client-gamesparks/src/commands/UpdateSnapshotCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateSnapshotRequest, UpdateSnapshotResult } from "../models/models_0"; import { de_UpdateSnapshotCommand, se_UpdateSnapshotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/commands/UpdateStageCommand.ts b/clients/client-gamesparks/src/commands/UpdateStageCommand.ts index 29ea0ce2a0c8d..37cc07c272ae4 100644 --- a/clients/client-gamesparks/src/commands/UpdateStageCommand.ts +++ b/clients/client-gamesparks/src/commands/UpdateStageCommand.ts @@ -17,6 +17,10 @@ import { GameSparksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateStageRequest, UpdateStageResult } from "../models/models_0"; import { de_UpdateStageCommand, se_UpdateStageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-gamesparks/src/index.ts b/clients/client-gamesparks/src/index.ts index 3ad6ad8766036..3ba4599a8e145 100644 --- a/clients/client-gamesparks/src/index.ts +++ b/clients/client-gamesparks/src/index.ts @@ -1,8 +1,14 @@ -export * from "./GameSparks"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

+ * + * @packageDocumentation + */ export * from "./GameSparksClient"; +export * from "./GameSparks"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { GameSparksServiceException } from "./models/GameSparksServiceException"; diff --git a/clients/client-gamesparks/src/models/GameSparksServiceException.ts b/clients/client-gamesparks/src/models/GameSparksServiceException.ts index 525e9158b5c9a..2f1f23ccc0097 100644 --- a/clients/client-gamesparks/src/models/GameSparksServiceException.ts +++ b/clients/client-gamesparks/src/models/GameSparksServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-glacier/src/GlacierClient.ts b/clients/client-glacier/src/GlacierClient.ts index 692aa2607beb1..8cc73dfe37763 100644 --- a/clients/client-glacier/src/GlacierClient.ts +++ b/clients/client-glacier/src/GlacierClient.ts @@ -143,6 +143,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -361,7 +363,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type GlacierClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type GlacierClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -380,7 +382,7 @@ export interface GlacierClientConfig extends GlacierClientConfigType {} /** * @public */ -type GlacierClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type GlacierClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-glacier/src/commands/AbortMultipartUploadCommand.ts b/clients/client-glacier/src/commands/AbortMultipartUploadCommand.ts index 935a880b9b282..4ba9aea4f3e10 100644 --- a/clients/client-glacier/src/commands/AbortMultipartUploadCommand.ts +++ b/clients/client-glacier/src/commands/AbortMultipartUploadCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { AbortMultipartUploadInput } from "../models/models_0"; import { de_AbortMultipartUploadCommand, se_AbortMultipartUploadCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/AbortVaultLockCommand.ts b/clients/client-glacier/src/commands/AbortVaultLockCommand.ts index 5ee1cdab6637e..e8ad21147add1 100644 --- a/clients/client-glacier/src/commands/AbortVaultLockCommand.ts +++ b/clients/client-glacier/src/commands/AbortVaultLockCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { AbortVaultLockInput } from "../models/models_0"; import { de_AbortVaultLockCommand, se_AbortVaultLockCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/AddTagsToVaultCommand.ts b/clients/client-glacier/src/commands/AddTagsToVaultCommand.ts index 6bfb6c0489cb8..3b63fc679712b 100644 --- a/clients/client-glacier/src/commands/AddTagsToVaultCommand.ts +++ b/clients/client-glacier/src/commands/AddTagsToVaultCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { AddTagsToVaultInput } from "../models/models_0"; import { de_AddTagsToVaultCommand, se_AddTagsToVaultCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/CompleteMultipartUploadCommand.ts b/clients/client-glacier/src/commands/CompleteMultipartUploadCommand.ts index 4c7726b221e0d..ccbd2f0fd3866 100644 --- a/clients/client-glacier/src/commands/CompleteMultipartUploadCommand.ts +++ b/clients/client-glacier/src/commands/CompleteMultipartUploadCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ArchiveCreationOutput, CompleteMultipartUploadInput } from "../models/models_0"; import { de_CompleteMultipartUploadCommand, se_CompleteMultipartUploadCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/CompleteVaultLockCommand.ts b/clients/client-glacier/src/commands/CompleteVaultLockCommand.ts index 08271eac65b17..bcad0b3dcf9a3 100644 --- a/clients/client-glacier/src/commands/CompleteVaultLockCommand.ts +++ b/clients/client-glacier/src/commands/CompleteVaultLockCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CompleteVaultLockInput } from "../models/models_0"; import { de_CompleteVaultLockCommand, se_CompleteVaultLockCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/CreateVaultCommand.ts b/clients/client-glacier/src/commands/CreateVaultCommand.ts index 41dd6c621b58d..441bd3bfa14ff 100644 --- a/clients/client-glacier/src/commands/CreateVaultCommand.ts +++ b/clients/client-glacier/src/commands/CreateVaultCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateVaultInput, CreateVaultOutput } from "../models/models_0"; import { de_CreateVaultCommand, se_CreateVaultCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/DeleteArchiveCommand.ts b/clients/client-glacier/src/commands/DeleteArchiveCommand.ts index facd3977cc7ae..ec74deaf8a64e 100644 --- a/clients/client-glacier/src/commands/DeleteArchiveCommand.ts +++ b/clients/client-glacier/src/commands/DeleteArchiveCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteArchiveInput } from "../models/models_0"; import { de_DeleteArchiveCommand, se_DeleteArchiveCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/DeleteVaultAccessPolicyCommand.ts b/clients/client-glacier/src/commands/DeleteVaultAccessPolicyCommand.ts index a2ac0c5df0032..d596121827579 100644 --- a/clients/client-glacier/src/commands/DeleteVaultAccessPolicyCommand.ts +++ b/clients/client-glacier/src/commands/DeleteVaultAccessPolicyCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteVaultAccessPolicyInput } from "../models/models_0"; import { de_DeleteVaultAccessPolicyCommand, se_DeleteVaultAccessPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/DeleteVaultCommand.ts b/clients/client-glacier/src/commands/DeleteVaultCommand.ts index fd375a32d94d6..79dcde182b89f 100644 --- a/clients/client-glacier/src/commands/DeleteVaultCommand.ts +++ b/clients/client-glacier/src/commands/DeleteVaultCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteVaultInput } from "../models/models_0"; import { de_DeleteVaultCommand, se_DeleteVaultCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/DeleteVaultNotificationsCommand.ts b/clients/client-glacier/src/commands/DeleteVaultNotificationsCommand.ts index df4f1026b1403..2b203ed65ff2c 100644 --- a/clients/client-glacier/src/commands/DeleteVaultNotificationsCommand.ts +++ b/clients/client-glacier/src/commands/DeleteVaultNotificationsCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteVaultNotificationsInput } from "../models/models_0"; import { de_DeleteVaultNotificationsCommand, se_DeleteVaultNotificationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/DescribeJobCommand.ts b/clients/client-glacier/src/commands/DescribeJobCommand.ts index 2dc98bd1c99f0..28c32f38cdf60 100644 --- a/clients/client-glacier/src/commands/DescribeJobCommand.ts +++ b/clients/client-glacier/src/commands/DescribeJobCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeJobInput, GlacierJobDescription } from "../models/models_0"; import { de_DescribeJobCommand, se_DescribeJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/DescribeVaultCommand.ts b/clients/client-glacier/src/commands/DescribeVaultCommand.ts index ae6cf9b63cdc0..8ec58ecec9194 100644 --- a/clients/client-glacier/src/commands/DescribeVaultCommand.ts +++ b/clients/client-glacier/src/commands/DescribeVaultCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeVaultInput, DescribeVaultOutput } from "../models/models_0"; import { de_DescribeVaultCommand, se_DescribeVaultCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/GetDataRetrievalPolicyCommand.ts b/clients/client-glacier/src/commands/GetDataRetrievalPolicyCommand.ts index c26f3d14bfbda..899da2d6b1712 100644 --- a/clients/client-glacier/src/commands/GetDataRetrievalPolicyCommand.ts +++ b/clients/client-glacier/src/commands/GetDataRetrievalPolicyCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetDataRetrievalPolicyInput, GetDataRetrievalPolicyOutput } from "../models/models_0"; import { de_GetDataRetrievalPolicyCommand, se_GetDataRetrievalPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/GetJobOutputCommand.ts b/clients/client-glacier/src/commands/GetJobOutputCommand.ts index e539936bd3b79..b2bc4f0d915cf 100644 --- a/clients/client-glacier/src/commands/GetJobOutputCommand.ts +++ b/clients/client-glacier/src/commands/GetJobOutputCommand.ts @@ -20,6 +20,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetJobOutputInput, GetJobOutputOutput, GetJobOutputOutputFilterSensitiveLog } from "../models/models_0"; import { de_GetJobOutputCommand, se_GetJobOutputCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/GetVaultAccessPolicyCommand.ts b/clients/client-glacier/src/commands/GetVaultAccessPolicyCommand.ts index bf9159088ccc3..b9709cdf6e1aa 100644 --- a/clients/client-glacier/src/commands/GetVaultAccessPolicyCommand.ts +++ b/clients/client-glacier/src/commands/GetVaultAccessPolicyCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetVaultAccessPolicyInput, GetVaultAccessPolicyOutput } from "../models/models_0"; import { de_GetVaultAccessPolicyCommand, se_GetVaultAccessPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/GetVaultLockCommand.ts b/clients/client-glacier/src/commands/GetVaultLockCommand.ts index 5437e52e04676..e995caa991109 100644 --- a/clients/client-glacier/src/commands/GetVaultLockCommand.ts +++ b/clients/client-glacier/src/commands/GetVaultLockCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetVaultLockInput, GetVaultLockOutput } from "../models/models_0"; import { de_GetVaultLockCommand, se_GetVaultLockCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/GetVaultNotificationsCommand.ts b/clients/client-glacier/src/commands/GetVaultNotificationsCommand.ts index 3261a96290c53..7789223b12fa3 100644 --- a/clients/client-glacier/src/commands/GetVaultNotificationsCommand.ts +++ b/clients/client-glacier/src/commands/GetVaultNotificationsCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetVaultNotificationsInput, GetVaultNotificationsOutput } from "../models/models_0"; import { de_GetVaultNotificationsCommand, se_GetVaultNotificationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/InitiateJobCommand.ts b/clients/client-glacier/src/commands/InitiateJobCommand.ts index e7347f24c5999..c688efe350130 100644 --- a/clients/client-glacier/src/commands/InitiateJobCommand.ts +++ b/clients/client-glacier/src/commands/InitiateJobCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { InitiateJobInput, InitiateJobOutput } from "../models/models_0"; import { de_InitiateJobCommand, se_InitiateJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/InitiateMultipartUploadCommand.ts b/clients/client-glacier/src/commands/InitiateMultipartUploadCommand.ts index 8a4824a24f309..3db5715b98a9a 100644 --- a/clients/client-glacier/src/commands/InitiateMultipartUploadCommand.ts +++ b/clients/client-glacier/src/commands/InitiateMultipartUploadCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { InitiateMultipartUploadInput, InitiateMultipartUploadOutput } from "../models/models_0"; import { de_InitiateMultipartUploadCommand, se_InitiateMultipartUploadCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/InitiateVaultLockCommand.ts b/clients/client-glacier/src/commands/InitiateVaultLockCommand.ts index 19905a7a31735..e4953bfb0fb79 100644 --- a/clients/client-glacier/src/commands/InitiateVaultLockCommand.ts +++ b/clients/client-glacier/src/commands/InitiateVaultLockCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { InitiateVaultLockInput, InitiateVaultLockOutput } from "../models/models_0"; import { de_InitiateVaultLockCommand, se_InitiateVaultLockCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/ListJobsCommand.ts b/clients/client-glacier/src/commands/ListJobsCommand.ts index b7ad48accf385..af7cd9c344c52 100644 --- a/clients/client-glacier/src/commands/ListJobsCommand.ts +++ b/clients/client-glacier/src/commands/ListJobsCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListJobsInput, ListJobsOutput } from "../models/models_0"; import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/ListMultipartUploadsCommand.ts b/clients/client-glacier/src/commands/ListMultipartUploadsCommand.ts index 5fb54f862c179..d2e871f884e6a 100644 --- a/clients/client-glacier/src/commands/ListMultipartUploadsCommand.ts +++ b/clients/client-glacier/src/commands/ListMultipartUploadsCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListMultipartUploadsInput, ListMultipartUploadsOutput } from "../models/models_0"; import { de_ListMultipartUploadsCommand, se_ListMultipartUploadsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/ListPartsCommand.ts b/clients/client-glacier/src/commands/ListPartsCommand.ts index 020c0b6c7ef02..6f00d973926a3 100644 --- a/clients/client-glacier/src/commands/ListPartsCommand.ts +++ b/clients/client-glacier/src/commands/ListPartsCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListPartsInput, ListPartsOutput } from "../models/models_0"; import { de_ListPartsCommand, se_ListPartsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/ListProvisionedCapacityCommand.ts b/clients/client-glacier/src/commands/ListProvisionedCapacityCommand.ts index 2a64b33546cf6..0ac6201531264 100644 --- a/clients/client-glacier/src/commands/ListProvisionedCapacityCommand.ts +++ b/clients/client-glacier/src/commands/ListProvisionedCapacityCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListProvisionedCapacityInput, ListProvisionedCapacityOutput } from "../models/models_0"; import { de_ListProvisionedCapacityCommand, se_ListProvisionedCapacityCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/ListTagsForVaultCommand.ts b/clients/client-glacier/src/commands/ListTagsForVaultCommand.ts index aea62b6e84d0a..efc67cc4717ab 100644 --- a/clients/client-glacier/src/commands/ListTagsForVaultCommand.ts +++ b/clients/client-glacier/src/commands/ListTagsForVaultCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListTagsForVaultInput, ListTagsForVaultOutput } from "../models/models_0"; import { de_ListTagsForVaultCommand, se_ListTagsForVaultCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/ListVaultsCommand.ts b/clients/client-glacier/src/commands/ListVaultsCommand.ts index 59bbf0f2cc264..ff5db112a70a3 100644 --- a/clients/client-glacier/src/commands/ListVaultsCommand.ts +++ b/clients/client-glacier/src/commands/ListVaultsCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListVaultsInput, ListVaultsOutput } from "../models/models_0"; import { de_ListVaultsCommand, se_ListVaultsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/PurchaseProvisionedCapacityCommand.ts b/clients/client-glacier/src/commands/PurchaseProvisionedCapacityCommand.ts index cec062ff6e383..701040e5f6225 100644 --- a/clients/client-glacier/src/commands/PurchaseProvisionedCapacityCommand.ts +++ b/clients/client-glacier/src/commands/PurchaseProvisionedCapacityCommand.ts @@ -20,6 +20,10 @@ import { se_PurchaseProvisionedCapacityCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/RemoveTagsFromVaultCommand.ts b/clients/client-glacier/src/commands/RemoveTagsFromVaultCommand.ts index 762e8c8c1ba74..bbc8363946896 100644 --- a/clients/client-glacier/src/commands/RemoveTagsFromVaultCommand.ts +++ b/clients/client-glacier/src/commands/RemoveTagsFromVaultCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { RemoveTagsFromVaultInput } from "../models/models_0"; import { de_RemoveTagsFromVaultCommand, se_RemoveTagsFromVaultCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/SetDataRetrievalPolicyCommand.ts b/clients/client-glacier/src/commands/SetDataRetrievalPolicyCommand.ts index 4c7f2aa9c6b1a..b1fbaf8d46b08 100644 --- a/clients/client-glacier/src/commands/SetDataRetrievalPolicyCommand.ts +++ b/clients/client-glacier/src/commands/SetDataRetrievalPolicyCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { SetDataRetrievalPolicyInput } from "../models/models_0"; import { de_SetDataRetrievalPolicyCommand, se_SetDataRetrievalPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/SetVaultAccessPolicyCommand.ts b/clients/client-glacier/src/commands/SetVaultAccessPolicyCommand.ts index ebd9a0242cb28..66a177b66fc15 100644 --- a/clients/client-glacier/src/commands/SetVaultAccessPolicyCommand.ts +++ b/clients/client-glacier/src/commands/SetVaultAccessPolicyCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { SetVaultAccessPolicyInput } from "../models/models_0"; import { de_SetVaultAccessPolicyCommand, se_SetVaultAccessPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/SetVaultNotificationsCommand.ts b/clients/client-glacier/src/commands/SetVaultNotificationsCommand.ts index ce4d0c0b9b3b4..94dbf3dac06f9 100644 --- a/clients/client-glacier/src/commands/SetVaultNotificationsCommand.ts +++ b/clients/client-glacier/src/commands/SetVaultNotificationsCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { SetVaultNotificationsInput } from "../models/models_0"; import { de_SetVaultNotificationsCommand, se_SetVaultNotificationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/UploadArchiveCommand.ts b/clients/client-glacier/src/commands/UploadArchiveCommand.ts index f265e6190967e..51f6a99aafa89 100644 --- a/clients/client-glacier/src/commands/UploadArchiveCommand.ts +++ b/clients/client-glacier/src/commands/UploadArchiveCommand.ts @@ -17,6 +17,10 @@ import { GlacierClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ArchiveCreationOutput, UploadArchiveInput, UploadArchiveInputFilterSensitiveLog } from "../models/models_0"; import { de_UploadArchiveCommand, se_UploadArchiveCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/commands/UploadMultipartPartCommand.ts b/clients/client-glacier/src/commands/UploadMultipartPartCommand.ts index 94d775c053c08..bb8078cf6afff 100644 --- a/clients/client-glacier/src/commands/UploadMultipartPartCommand.ts +++ b/clients/client-glacier/src/commands/UploadMultipartPartCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UploadMultipartPartCommand, se_UploadMultipartPartCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glacier/src/index.ts b/clients/client-glacier/src/index.ts index 9397e18634614..fd5de3ede77a7 100644 --- a/clients/client-glacier/src/index.ts +++ b/clients/client-glacier/src/index.ts @@ -1,9 +1,52 @@ -export * from "./Glacier"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon S3 Glacier (Glacier) is a storage solution for "cold data."

+ * + *

Glacier is an extremely low-cost storage service that provides secure, + * durable, and easy-to-use storage for data backup and archival. With Glacier, + * customers can store their data cost effectively for months, years, or decades. + * Glacier also enables customers to offload the administrative burdens of operating and + * scaling storage to AWS, so they don't have to worry about capacity planning, hardware + * provisioning, data replication, hardware failure and recovery, or time-consuming hardware + * migrations.

+ * + *

Glacier is a great storage choice when low storage cost is paramount and your + * data is rarely retrieved. If your + * application requires fast or frequent access to your data, consider using Amazon S3. For + * more information, see Amazon Simple Storage Service + * (Amazon S3).

+ * + *

You can store any kind of data in any format. There is no maximum limit on the total + * amount of data you can store in Glacier.

+ * + *

If you are a first-time user of Glacier, we recommend that you begin by + * reading the following sections in the Amazon S3 Glacier Developer + * Guide:

+ *
    + *
  • + *

    + * What is + * Amazon S3 Glacier - This section of the Developer Guide describes the + * underlying data model, the operations it supports, and the AWS SDKs that you can use + * to interact with the service.

    + *
  • + *
  • + *

    + * Getting Started + * with Amazon S3 Glacier - The Getting Started section walks you through the + * process of creating a vault, uploading archives, creating jobs to download archives, + * retrieving the job output, and deleting archives.

    + *
  • + *
+ * + * @packageDocumentation + */ export * from "./GlacierClient"; +export * from "./Glacier"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { GlacierServiceException } from "./models/GlacierServiceException"; diff --git a/clients/client-glacier/src/models/GlacierServiceException.ts b/clients/client-glacier/src/models/GlacierServiceException.ts index 4e2a35ea82263..5508039da628b 100644 --- a/clients/client-glacier/src/models/GlacierServiceException.ts +++ b/clients/client-glacier/src/models/GlacierServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-global-accelerator/src/GlobalAcceleratorClient.ts b/clients/client-global-accelerator/src/GlobalAcceleratorClient.ts index 9c9532361b091..4c2dff5b67886 100644 --- a/clients/client-global-accelerator/src/GlobalAcceleratorClient.ts +++ b/clients/client-global-accelerator/src/GlobalAcceleratorClient.ts @@ -201,6 +201,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -436,7 +438,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type GlobalAcceleratorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type GlobalAcceleratorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -455,7 +457,7 @@ export interface GlobalAcceleratorClientConfig extends GlobalAcceleratorClientCo /** * @public */ -type GlobalAcceleratorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type GlobalAcceleratorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-global-accelerator/src/commands/AddCustomRoutingEndpointsCommand.ts b/clients/client-global-accelerator/src/commands/AddCustomRoutingEndpointsCommand.ts index 4f9a0e640b216..67471c869d316 100644 --- a/clients/client-global-accelerator/src/commands/AddCustomRoutingEndpointsCommand.ts +++ b/clients/client-global-accelerator/src/commands/AddCustomRoutingEndpointsCommand.ts @@ -21,6 +21,10 @@ import { import { AddCustomRoutingEndpointsRequest, AddCustomRoutingEndpointsResponse } from "../models/models_0"; import { de_AddCustomRoutingEndpointsCommand, se_AddCustomRoutingEndpointsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/AddEndpointsCommand.ts b/clients/client-global-accelerator/src/commands/AddEndpointsCommand.ts index 6882dfc08bd1d..99810928daddf 100644 --- a/clients/client-global-accelerator/src/commands/AddEndpointsCommand.ts +++ b/clients/client-global-accelerator/src/commands/AddEndpointsCommand.ts @@ -21,6 +21,10 @@ import { import { AddEndpointsRequest, AddEndpointsResponse } from "../models/models_0"; import { de_AddEndpointsCommand, se_AddEndpointsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/AdvertiseByoipCidrCommand.ts b/clients/client-global-accelerator/src/commands/AdvertiseByoipCidrCommand.ts index d90c640de8a60..62181cc065206 100644 --- a/clients/client-global-accelerator/src/commands/AdvertiseByoipCidrCommand.ts +++ b/clients/client-global-accelerator/src/commands/AdvertiseByoipCidrCommand.ts @@ -21,6 +21,10 @@ import { import { AdvertiseByoipCidrRequest, AdvertiseByoipCidrResponse } from "../models/models_0"; import { de_AdvertiseByoipCidrCommand, se_AdvertiseByoipCidrCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/AllowCustomRoutingTrafficCommand.ts b/clients/client-global-accelerator/src/commands/AllowCustomRoutingTrafficCommand.ts index e01fc6cc12d6d..d9e0c6ac4c7ad 100644 --- a/clients/client-global-accelerator/src/commands/AllowCustomRoutingTrafficCommand.ts +++ b/clients/client-global-accelerator/src/commands/AllowCustomRoutingTrafficCommand.ts @@ -21,6 +21,10 @@ import { import { AllowCustomRoutingTrafficRequest } from "../models/models_0"; import { de_AllowCustomRoutingTrafficCommand, se_AllowCustomRoutingTrafficCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/CreateAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/CreateAcceleratorCommand.ts index 51ee83e608bdf..d862c99cee5ae 100644 --- a/clients/client-global-accelerator/src/commands/CreateAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateAcceleratorCommand.ts @@ -21,6 +21,10 @@ import { import { CreateAcceleratorRequest, CreateAcceleratorResponse } from "../models/models_0"; import { de_CreateAcceleratorCommand, se_CreateAcceleratorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/CreateCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/CreateCustomRoutingAcceleratorCommand.ts index 94aaa460318a4..706b2644f143b 100644 --- a/clients/client-global-accelerator/src/commands/CreateCustomRoutingAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateCustomRoutingAcceleratorCommand.ts @@ -24,6 +24,10 @@ import { se_CreateCustomRoutingAcceleratorCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/CreateCustomRoutingEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/CreateCustomRoutingEndpointGroupCommand.ts index 42953befc8a28..bbe3ee6b73f61 100644 --- a/clients/client-global-accelerator/src/commands/CreateCustomRoutingEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateCustomRoutingEndpointGroupCommand.ts @@ -24,6 +24,10 @@ import { se_CreateCustomRoutingEndpointGroupCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/CreateCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/src/commands/CreateCustomRoutingListenerCommand.ts index 5e8e38935473a..d2c9d1e1514d9 100644 --- a/clients/client-global-accelerator/src/commands/CreateCustomRoutingListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateCustomRoutingListenerCommand.ts @@ -21,6 +21,10 @@ import { import { CreateCustomRoutingListenerRequest, CreateCustomRoutingListenerResponse } from "../models/models_0"; import { de_CreateCustomRoutingListenerCommand, se_CreateCustomRoutingListenerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/CreateEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/CreateEndpointGroupCommand.ts index 6c5c6c0c1b993..052bb7c0cd630 100644 --- a/clients/client-global-accelerator/src/commands/CreateEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateEndpointGroupCommand.ts @@ -21,6 +21,10 @@ import { import { CreateEndpointGroupRequest, CreateEndpointGroupResponse } from "../models/models_0"; import { de_CreateEndpointGroupCommand, se_CreateEndpointGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/CreateListenerCommand.ts b/clients/client-global-accelerator/src/commands/CreateListenerCommand.ts index 441d726c1f022..1d262fa24d3a5 100644 --- a/clients/client-global-accelerator/src/commands/CreateListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/CreateListenerCommand.ts @@ -21,6 +21,10 @@ import { import { CreateListenerRequest, CreateListenerResponse } from "../models/models_0"; import { de_CreateListenerCommand, se_CreateListenerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/DeleteAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/DeleteAcceleratorCommand.ts index c8bd37b41ad46..a838724a2692e 100644 --- a/clients/client-global-accelerator/src/commands/DeleteAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteAcceleratorCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteAcceleratorRequest } from "../models/models_0"; import { de_DeleteAcceleratorCommand, se_DeleteAcceleratorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingAcceleratorCommand.ts index 32f48b4d84e4e..45bfa7537aa4b 100644 --- a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingAcceleratorCommand.ts @@ -24,6 +24,10 @@ import { se_DeleteCustomRoutingAcceleratorCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts index 51bf185b447da..bb629fed2eaae 100644 --- a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingEndpointGroupCommand.ts @@ -24,6 +24,10 @@ import { se_DeleteCustomRoutingEndpointGroupCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingListenerCommand.ts index cc44d3b06262d..85e219b5357b0 100644 --- a/clients/client-global-accelerator/src/commands/DeleteCustomRoutingListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteCustomRoutingListenerCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteCustomRoutingListenerRequest } from "../models/models_0"; import { de_DeleteCustomRoutingListenerCommand, se_DeleteCustomRoutingListenerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/DeleteEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/DeleteEndpointGroupCommand.ts index 535686e78aee2..6671e779d2c43 100644 --- a/clients/client-global-accelerator/src/commands/DeleteEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteEndpointGroupCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteEndpointGroupRequest } from "../models/models_0"; import { de_DeleteEndpointGroupCommand, se_DeleteEndpointGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/DeleteListenerCommand.ts b/clients/client-global-accelerator/src/commands/DeleteListenerCommand.ts index 859a9991c2104..5a9659d491208 100644 --- a/clients/client-global-accelerator/src/commands/DeleteListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeleteListenerCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteListenerRequest } from "../models/models_0"; import { de_DeleteListenerCommand, se_DeleteListenerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/DenyCustomRoutingTrafficCommand.ts b/clients/client-global-accelerator/src/commands/DenyCustomRoutingTrafficCommand.ts index cc4c6df2baba5..f4a0fae9b686f 100644 --- a/clients/client-global-accelerator/src/commands/DenyCustomRoutingTrafficCommand.ts +++ b/clients/client-global-accelerator/src/commands/DenyCustomRoutingTrafficCommand.ts @@ -21,6 +21,10 @@ import { import { DenyCustomRoutingTrafficRequest } from "../models/models_0"; import { de_DenyCustomRoutingTrafficCommand, se_DenyCustomRoutingTrafficCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/DeprovisionByoipCidrCommand.ts b/clients/client-global-accelerator/src/commands/DeprovisionByoipCidrCommand.ts index 5a86d6badd3cf..d4cc72f49c71a 100644 --- a/clients/client-global-accelerator/src/commands/DeprovisionByoipCidrCommand.ts +++ b/clients/client-global-accelerator/src/commands/DeprovisionByoipCidrCommand.ts @@ -21,6 +21,10 @@ import { import { DeprovisionByoipCidrRequest, DeprovisionByoipCidrResponse } from "../models/models_0"; import { de_DeprovisionByoipCidrCommand, se_DeprovisionByoipCidrCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/DescribeAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/src/commands/DescribeAcceleratorAttributesCommand.ts index 86b5c44cb6a84..7933bfd0e8379 100644 --- a/clients/client-global-accelerator/src/commands/DescribeAcceleratorAttributesCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeAcceleratorAttributesCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeAcceleratorAttributesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/DescribeAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/DescribeAcceleratorCommand.ts index 60a5f83a02b47..8e0c4b3431bc0 100644 --- a/clients/client-global-accelerator/src/commands/DescribeAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeAcceleratorCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeAcceleratorRequest, DescribeAcceleratorResponse } from "../models/models_0"; import { de_DescribeAcceleratorCommand, se_DescribeAcceleratorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts index 262d675408464..1b55b4e63c888 100644 --- a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorAttributesCommand.ts @@ -27,6 +27,10 @@ import { se_DescribeCustomRoutingAcceleratorAttributesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorCommand.ts index 05c6515d7547d..01f97cc574b61 100644 --- a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingAcceleratorCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeCustomRoutingAcceleratorCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts index bae7bf3e3ffd9..d38dbb37ad778 100644 --- a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingEndpointGroupCommand.ts @@ -27,6 +27,10 @@ import { se_DescribeCustomRoutingEndpointGroupCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingListenerCommand.ts index 581804e91ca4c..748dacc8538b3 100644 --- a/clients/client-global-accelerator/src/commands/DescribeCustomRoutingListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeCustomRoutingListenerCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeCustomRoutingListenerCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/DescribeEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/DescribeEndpointGroupCommand.ts index 14ac8b4084bd3..3356de7e148ae 100644 --- a/clients/client-global-accelerator/src/commands/DescribeEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeEndpointGroupCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeEndpointGroupRequest, DescribeEndpointGroupResponse } from "../models/models_0"; import { de_DescribeEndpointGroupCommand, se_DescribeEndpointGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/DescribeListenerCommand.ts b/clients/client-global-accelerator/src/commands/DescribeListenerCommand.ts index 86a8616483270..f75c93a0e18c0 100644 --- a/clients/client-global-accelerator/src/commands/DescribeListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/DescribeListenerCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeListenerRequest, DescribeListenerResponse } from "../models/models_0"; import { de_DescribeListenerCommand, se_DescribeListenerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/ListAcceleratorsCommand.ts b/clients/client-global-accelerator/src/commands/ListAcceleratorsCommand.ts index f956743a449a9..4afa1f9e2eb1b 100644 --- a/clients/client-global-accelerator/src/commands/ListAcceleratorsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListAcceleratorsCommand.ts @@ -21,6 +21,10 @@ import { import { ListAcceleratorsRequest, ListAcceleratorsResponse } from "../models/models_0"; import { de_ListAcceleratorsCommand, se_ListAcceleratorsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/ListByoipCidrsCommand.ts b/clients/client-global-accelerator/src/commands/ListByoipCidrsCommand.ts index 49dbf40e4d451..daa4149e1726d 100644 --- a/clients/client-global-accelerator/src/commands/ListByoipCidrsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListByoipCidrsCommand.ts @@ -21,6 +21,10 @@ import { import { ListByoipCidrsRequest, ListByoipCidrsResponse } from "../models/models_0"; import { de_ListByoipCidrsCommand, se_ListByoipCidrsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingAcceleratorsCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingAcceleratorsCommand.ts index b6b7ab474fddf..98e96acc72f5f 100644 --- a/clients/client-global-accelerator/src/commands/ListCustomRoutingAcceleratorsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingAcceleratorsCommand.ts @@ -24,6 +24,10 @@ import { se_ListCustomRoutingAcceleratorsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingEndpointGroupsCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingEndpointGroupsCommand.ts index c08481d9632b2..4f2ffef2d6d64 100644 --- a/clients/client-global-accelerator/src/commands/ListCustomRoutingEndpointGroupsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingEndpointGroupsCommand.ts @@ -24,6 +24,10 @@ import { se_ListCustomRoutingEndpointGroupsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingListenersCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingListenersCommand.ts index 55cf3ec7dbdb8..1a7b7b2c4d1a4 100644 --- a/clients/client-global-accelerator/src/commands/ListCustomRoutingListenersCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingListenersCommand.ts @@ -21,6 +21,10 @@ import { import { ListCustomRoutingListenersRequest, ListCustomRoutingListenersResponse } from "../models/models_0"; import { de_ListCustomRoutingListenersCommand, se_ListCustomRoutingListenersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts index fa2c571c2aa73..f51a659741f49 100644 --- a/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsByDestinationCommand.ts @@ -27,6 +27,10 @@ import { se_ListCustomRoutingPortMappingsByDestinationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsCommand.ts b/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsCommand.ts index 26bc7564b488a..a745b50627235 100644 --- a/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListCustomRoutingPortMappingsCommand.ts @@ -24,6 +24,10 @@ import { se_ListCustomRoutingPortMappingsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/ListEndpointGroupsCommand.ts b/clients/client-global-accelerator/src/commands/ListEndpointGroupsCommand.ts index cf8ea5c5bcf76..bfea0723c0528 100644 --- a/clients/client-global-accelerator/src/commands/ListEndpointGroupsCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListEndpointGroupsCommand.ts @@ -21,6 +21,10 @@ import { import { ListEndpointGroupsRequest, ListEndpointGroupsResponse } from "../models/models_0"; import { de_ListEndpointGroupsCommand, se_ListEndpointGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/ListListenersCommand.ts b/clients/client-global-accelerator/src/commands/ListListenersCommand.ts index 2b5f490666bb4..6aa8bc0c36943 100644 --- a/clients/client-global-accelerator/src/commands/ListListenersCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListListenersCommand.ts @@ -21,6 +21,10 @@ import { import { ListListenersRequest, ListListenersResponse } from "../models/models_0"; import { de_ListListenersCommand, se_ListListenersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/ListTagsForResourceCommand.ts b/clients/client-global-accelerator/src/commands/ListTagsForResourceCommand.ts index 9953ea65db760..d4d4f2cd96fd3 100644 --- a/clients/client-global-accelerator/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-global-accelerator/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/ProvisionByoipCidrCommand.ts b/clients/client-global-accelerator/src/commands/ProvisionByoipCidrCommand.ts index 8a63d391b446b..a81619fd3ff74 100644 --- a/clients/client-global-accelerator/src/commands/ProvisionByoipCidrCommand.ts +++ b/clients/client-global-accelerator/src/commands/ProvisionByoipCidrCommand.ts @@ -21,6 +21,10 @@ import { import { ProvisionByoipCidrRequest, ProvisionByoipCidrResponse } from "../models/models_0"; import { de_ProvisionByoipCidrCommand, se_ProvisionByoipCidrCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/RemoveCustomRoutingEndpointsCommand.ts b/clients/client-global-accelerator/src/commands/RemoveCustomRoutingEndpointsCommand.ts index 1ef67a3cc9493..c10a4850a621d 100644 --- a/clients/client-global-accelerator/src/commands/RemoveCustomRoutingEndpointsCommand.ts +++ b/clients/client-global-accelerator/src/commands/RemoveCustomRoutingEndpointsCommand.ts @@ -24,6 +24,10 @@ import { se_RemoveCustomRoutingEndpointsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/RemoveEndpointsCommand.ts b/clients/client-global-accelerator/src/commands/RemoveEndpointsCommand.ts index befa628083986..7cdbdb4498dac 100644 --- a/clients/client-global-accelerator/src/commands/RemoveEndpointsCommand.ts +++ b/clients/client-global-accelerator/src/commands/RemoveEndpointsCommand.ts @@ -21,6 +21,10 @@ import { import { RemoveEndpointsRequest } from "../models/models_0"; import { de_RemoveEndpointsCommand, se_RemoveEndpointsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/TagResourceCommand.ts b/clients/client-global-accelerator/src/commands/TagResourceCommand.ts index 753ea147f4b15..dc1bba9ba3d0f 100644 --- a/clients/client-global-accelerator/src/commands/TagResourceCommand.ts +++ b/clients/client-global-accelerator/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/UntagResourceCommand.ts b/clients/client-global-accelerator/src/commands/UntagResourceCommand.ts index 4dc48ff12eb9a..7445645174f53 100644 --- a/clients/client-global-accelerator/src/commands/UntagResourceCommand.ts +++ b/clients/client-global-accelerator/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/UpdateAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/src/commands/UpdateAcceleratorAttributesCommand.ts index ad164cc5925f9..e6e892084e76a 100644 --- a/clients/client-global-accelerator/src/commands/UpdateAcceleratorAttributesCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateAcceleratorAttributesCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateAcceleratorAttributesRequest, UpdateAcceleratorAttributesResponse } from "../models/models_0"; import { de_UpdateAcceleratorAttributesCommand, se_UpdateAcceleratorAttributesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/UpdateAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/UpdateAcceleratorCommand.ts index 52307180e212a..11c429ae68e4f 100644 --- a/clients/client-global-accelerator/src/commands/UpdateAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateAcceleratorCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateAcceleratorRequest, UpdateAcceleratorResponse } from "../models/models_0"; import { de_UpdateAcceleratorCommand, se_UpdateAcceleratorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts index 3a3dbd23a8328..a4b587f3d534f 100644 --- a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorAttributesCommand.ts @@ -27,6 +27,10 @@ import { se_UpdateCustomRoutingAcceleratorAttributesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorCommand.ts b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorCommand.ts index 98f473f94b5f7..145a68884e01d 100644 --- a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingAcceleratorCommand.ts @@ -24,6 +24,10 @@ import { se_UpdateCustomRoutingAcceleratorCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingListenerCommand.ts b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingListenerCommand.ts index 3044fc75373e1..c36adab875886 100644 --- a/clients/client-global-accelerator/src/commands/UpdateCustomRoutingListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateCustomRoutingListenerCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateCustomRoutingListenerRequest, UpdateCustomRoutingListenerResponse } from "../models/models_0"; import { de_UpdateCustomRoutingListenerCommand, se_UpdateCustomRoutingListenerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/UpdateEndpointGroupCommand.ts b/clients/client-global-accelerator/src/commands/UpdateEndpointGroupCommand.ts index 3f5160f035270..ff7420566993d 100644 --- a/clients/client-global-accelerator/src/commands/UpdateEndpointGroupCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateEndpointGroupCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateEndpointGroupRequest, UpdateEndpointGroupResponse } from "../models/models_0"; import { de_UpdateEndpointGroupCommand, se_UpdateEndpointGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/UpdateListenerCommand.ts b/clients/client-global-accelerator/src/commands/UpdateListenerCommand.ts index 90ca69a1892c4..93b9009a76365 100644 --- a/clients/client-global-accelerator/src/commands/UpdateListenerCommand.ts +++ b/clients/client-global-accelerator/src/commands/UpdateListenerCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateListenerRequest, UpdateListenerResponse } from "../models/models_0"; import { de_UpdateListenerCommand, se_UpdateListenerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/commands/WithdrawByoipCidrCommand.ts b/clients/client-global-accelerator/src/commands/WithdrawByoipCidrCommand.ts index f1352252874d0..a53f773b94843 100644 --- a/clients/client-global-accelerator/src/commands/WithdrawByoipCidrCommand.ts +++ b/clients/client-global-accelerator/src/commands/WithdrawByoipCidrCommand.ts @@ -21,6 +21,10 @@ import { import { WithdrawByoipCidrRequest, WithdrawByoipCidrResponse } from "../models/models_0"; import { de_WithdrawByoipCidrCommand, se_WithdrawByoipCidrCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-global-accelerator/src/index.ts b/clients/client-global-accelerator/src/index.ts index a74ac9321b7cd..236348c81b3c4 100644 --- a/clients/client-global-accelerator/src/index.ts +++ b/clients/client-global-accelerator/src/index.ts @@ -1,8 +1,66 @@ -export * from "./GlobalAccelerator"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Global Accelerator + *

This is the Global Accelerator API Reference. This guide is for developers who need detailed information about + * Global Accelerator API actions, data types, and errors. For more information about Global Accelerator features, see the + * Global Accelerator Developer Guide.

+ *

Global Accelerator is a service in which you create accelerators to improve the performance + * of your applications for local and global users. Depending on the type of accelerator you choose, you can + * gain additional benefits.

+ *
    + *
  • + *

    By using a standard accelerator, you can improve availability of your internet applications + * that are used by a global audience. With a standard accelerator, Global Accelerator directs traffic to optimal endpoints over the Amazon Web Services + * global network.

    + *
  • + *
  • + *

    For other scenarios, you might choose a custom routing accelerator. With a custom routing accelerator, you + * can use application logic to directly map one or more users to a specific endpoint among many endpoints.

    + *
  • + *
+ * + *

Global Accelerator is a global service that supports endpoints in multiple Amazon Web Services Regions but you must specify the + * US West (Oregon) Region to create, update, or otherwise work with accelerators. That is, for example, specify --region us-west-2 + * on AWS CLI commands.

+ *
+ * + * + *

By default, Global Accelerator provides you with static IP addresses that you associate with your accelerator. The static IP addresses + * are anycast from the Amazon Web Services edge network. For IPv4, Global Accelerator provides two static IPv4 addresses. For dual-stack, + * Global Accelerator provides a total of four addresses: two static IPv4 addresses and two static IPv6 addresses. + * With a standard accelerator for IPv4, instead of using the addresses that Global Accelerator provides, you can configure + * these entry points to be IPv4 addresses from your own IP address ranges that you bring toGlobal Accelerator (BYOIP).

+ * + * + *

For a standard accelerator, + * they distribute incoming application traffic across multiple endpoint resources in multiple Amazon Web Services Regions , which increases + * the availability of your applications. Endpoints for standard accelerators can be Network Load Balancers, Application Load Balancers, + * Amazon EC2 instances, or Elastic IP addresses that are located in one Amazon Web Services Region or multiple Amazon Web Services Regions. For custom routing + * accelerators, you map traffic that arrives to the static IP addresses to specific Amazon EC2 servers in endpoints that + * are virtual private cloud (VPC) subnets.

+ * + * + *

The static IP addresses remain assigned to your accelerator for as long as it exists, even if you + * disable the accelerator and it no longer accepts or routes traffic. However, when you + * delete an accelerator, you lose the static IP addresses that + * are assigned to it, so you can no longer route traffic by using them. You can use + * IAM policies like tag-based permissions with Global Accelerator to limit the users who have + * permissions to delete an accelerator. For more information, see Tag-based policies.

+ *
+ *

For standard accelerators, Global Accelerator uses the Amazon Web Services global network to route traffic to the optimal regional endpoint based + * on health, client location, and policies that you configure. The service reacts instantly to + * changes in health or configuration to ensure that internet traffic from clients is always + * directed to healthy endpoints.

+ *

For more information about understanding and using Global Accelerator, see the + * Global Accelerator Developer Guide.

+ * + * @packageDocumentation + */ export * from "./GlobalAcceleratorClient"; +export * from "./GlobalAccelerator"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { GlobalAcceleratorServiceException } from "./models/GlobalAcceleratorServiceException"; diff --git a/clients/client-global-accelerator/src/models/GlobalAcceleratorServiceException.ts b/clients/client-global-accelerator/src/models/GlobalAcceleratorServiceException.ts index 144fe6f91654e..5788e701748b8 100644 --- a/clients/client-global-accelerator/src/models/GlobalAcceleratorServiceException.ts +++ b/clients/client-global-accelerator/src/models/GlobalAcceleratorServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-glue/src/GlueClient.ts b/clients/client-glue/src/GlueClient.ts index 2551465fa3ed4..d5a316168c4a6 100644 --- a/clients/client-glue/src/GlueClient.ts +++ b/clients/client-glue/src/GlueClient.ts @@ -480,6 +480,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -1021,7 +1023,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type GlueClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type GlueClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -1040,7 +1042,7 @@ export interface GlueClientConfig extends GlueClientConfigType {} /** * @public */ -type GlueClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type GlueClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-glue/src/commands/BatchCreatePartitionCommand.ts b/clients/client-glue/src/commands/BatchCreatePartitionCommand.ts index b0861af8e02c2..bf6dd5ff4295a 100644 --- a/clients/client-glue/src/commands/BatchCreatePartitionCommand.ts +++ b/clients/client-glue/src/commands/BatchCreatePartitionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { BatchCreatePartitionRequest, BatchCreatePartitionResponse } from "../models/models_0"; import { de_BatchCreatePartitionCommand, se_BatchCreatePartitionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/BatchDeleteConnectionCommand.ts b/clients/client-glue/src/commands/BatchDeleteConnectionCommand.ts index ad5ba845df6a4..204a351f7465f 100644 --- a/clients/client-glue/src/commands/BatchDeleteConnectionCommand.ts +++ b/clients/client-glue/src/commands/BatchDeleteConnectionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { BatchDeleteConnectionRequest, BatchDeleteConnectionResponse } from "../models/models_0"; import { de_BatchDeleteConnectionCommand, se_BatchDeleteConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/BatchDeletePartitionCommand.ts b/clients/client-glue/src/commands/BatchDeletePartitionCommand.ts index d9782f43a79a9..35862d0dabeed 100644 --- a/clients/client-glue/src/commands/BatchDeletePartitionCommand.ts +++ b/clients/client-glue/src/commands/BatchDeletePartitionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { BatchDeletePartitionRequest, BatchDeletePartitionResponse } from "../models/models_0"; import { de_BatchDeletePartitionCommand, se_BatchDeletePartitionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/BatchDeleteTableCommand.ts b/clients/client-glue/src/commands/BatchDeleteTableCommand.ts index 44c0d65a62b50..796a4033912e2 100644 --- a/clients/client-glue/src/commands/BatchDeleteTableCommand.ts +++ b/clients/client-glue/src/commands/BatchDeleteTableCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { BatchDeleteTableRequest, BatchDeleteTableResponse } from "../models/models_0"; import { de_BatchDeleteTableCommand, se_BatchDeleteTableCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/BatchDeleteTableVersionCommand.ts b/clients/client-glue/src/commands/BatchDeleteTableVersionCommand.ts index 999468c989ef8..d40e963a8a36f 100644 --- a/clients/client-glue/src/commands/BatchDeleteTableVersionCommand.ts +++ b/clients/client-glue/src/commands/BatchDeleteTableVersionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { BatchDeleteTableVersionRequest, BatchDeleteTableVersionResponse } from "../models/models_0"; import { de_BatchDeleteTableVersionCommand, se_BatchDeleteTableVersionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/BatchGetBlueprintsCommand.ts b/clients/client-glue/src/commands/BatchGetBlueprintsCommand.ts index 094958c714c04..92c2191943807 100644 --- a/clients/client-glue/src/commands/BatchGetBlueprintsCommand.ts +++ b/clients/client-glue/src/commands/BatchGetBlueprintsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { BatchGetBlueprintsRequest, BatchGetBlueprintsResponse } from "../models/models_0"; import { de_BatchGetBlueprintsCommand, se_BatchGetBlueprintsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/BatchGetCrawlersCommand.ts b/clients/client-glue/src/commands/BatchGetCrawlersCommand.ts index 8c4f0ab8cee93..7123687bced15 100644 --- a/clients/client-glue/src/commands/BatchGetCrawlersCommand.ts +++ b/clients/client-glue/src/commands/BatchGetCrawlersCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { BatchGetCrawlersRequest, BatchGetCrawlersResponse } from "../models/models_0"; import { de_BatchGetCrawlersCommand, se_BatchGetCrawlersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/BatchGetCustomEntityTypesCommand.ts b/clients/client-glue/src/commands/BatchGetCustomEntityTypesCommand.ts index e113db2ab6c2d..c253f47f5fe3a 100644 --- a/clients/client-glue/src/commands/BatchGetCustomEntityTypesCommand.ts +++ b/clients/client-glue/src/commands/BatchGetCustomEntityTypesCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { BatchGetCustomEntityTypesRequest, BatchGetCustomEntityTypesResponse } from "../models/models_0"; import { de_BatchGetCustomEntityTypesCommand, se_BatchGetCustomEntityTypesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/BatchGetDataQualityResultCommand.ts b/clients/client-glue/src/commands/BatchGetDataQualityResultCommand.ts index 30e2159d03403..c129235e269e5 100644 --- a/clients/client-glue/src/commands/BatchGetDataQualityResultCommand.ts +++ b/clients/client-glue/src/commands/BatchGetDataQualityResultCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { BatchGetDataQualityResultRequest, BatchGetDataQualityResultResponse } from "../models/models_0"; import { de_BatchGetDataQualityResultCommand, se_BatchGetDataQualityResultCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/BatchGetDevEndpointsCommand.ts b/clients/client-glue/src/commands/BatchGetDevEndpointsCommand.ts index 7082a75adf2f5..cc9f5c03bdcf2 100644 --- a/clients/client-glue/src/commands/BatchGetDevEndpointsCommand.ts +++ b/clients/client-glue/src/commands/BatchGetDevEndpointsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { BatchGetDevEndpointsRequest, BatchGetDevEndpointsResponse } from "../models/models_0"; import { de_BatchGetDevEndpointsCommand, se_BatchGetDevEndpointsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/BatchGetJobsCommand.ts b/clients/client-glue/src/commands/BatchGetJobsCommand.ts index 84ceadc4b01c6..73c729cad9a0d 100644 --- a/clients/client-glue/src/commands/BatchGetJobsCommand.ts +++ b/clients/client-glue/src/commands/BatchGetJobsCommand.ts @@ -18,6 +18,10 @@ import { BatchGetJobsRequest } from "../models/models_0"; import { BatchGetJobsResponse, BatchGetJobsResponseFilterSensitiveLog } from "../models/models_2"; import { de_BatchGetJobsCommand, se_BatchGetJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/BatchGetPartitionCommand.ts b/clients/client-glue/src/commands/BatchGetPartitionCommand.ts index fedabfbe33264..786236c3bffb6 100644 --- a/clients/client-glue/src/commands/BatchGetPartitionCommand.ts +++ b/clients/client-glue/src/commands/BatchGetPartitionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { BatchGetPartitionRequest, BatchGetPartitionResponse } from "../models/models_0"; import { de_BatchGetPartitionCommand, se_BatchGetPartitionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/BatchGetTriggersCommand.ts b/clients/client-glue/src/commands/BatchGetTriggersCommand.ts index 72d1dcd316d19..9a799f732877a 100644 --- a/clients/client-glue/src/commands/BatchGetTriggersCommand.ts +++ b/clients/client-glue/src/commands/BatchGetTriggersCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { BatchGetTriggersRequest, BatchGetTriggersResponse } from "../models/models_0"; import { de_BatchGetTriggersCommand, se_BatchGetTriggersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/BatchGetWorkflowsCommand.ts b/clients/client-glue/src/commands/BatchGetWorkflowsCommand.ts index a8a4b5a4fa1cd..21688ac97cbdc 100644 --- a/clients/client-glue/src/commands/BatchGetWorkflowsCommand.ts +++ b/clients/client-glue/src/commands/BatchGetWorkflowsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { BatchGetWorkflowsRequest, BatchGetWorkflowsResponse } from "../models/models_0"; import { de_BatchGetWorkflowsCommand, se_BatchGetWorkflowsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/BatchStopJobRunCommand.ts b/clients/client-glue/src/commands/BatchStopJobRunCommand.ts index dd6169c290047..1f2d64524a365 100644 --- a/clients/client-glue/src/commands/BatchStopJobRunCommand.ts +++ b/clients/client-glue/src/commands/BatchStopJobRunCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { BatchStopJobRunRequest, BatchStopJobRunResponse } from "../models/models_0"; import { de_BatchStopJobRunCommand, se_BatchStopJobRunCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/BatchUpdatePartitionCommand.ts b/clients/client-glue/src/commands/BatchUpdatePartitionCommand.ts index 4ffe2fa14dca1..ac9439bc20ffe 100644 --- a/clients/client-glue/src/commands/BatchUpdatePartitionCommand.ts +++ b/clients/client-glue/src/commands/BatchUpdatePartitionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { BatchUpdatePartitionRequest, BatchUpdatePartitionResponse } from "../models/models_0"; import { de_BatchUpdatePartitionCommand, se_BatchUpdatePartitionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CancelDataQualityRuleRecommendationRunCommand.ts b/clients/client-glue/src/commands/CancelDataQualityRuleRecommendationRunCommand.ts index f4546f9fbb86a..2234a2f6fb020 100644 --- a/clients/client-glue/src/commands/CancelDataQualityRuleRecommendationRunCommand.ts +++ b/clients/client-glue/src/commands/CancelDataQualityRuleRecommendationRunCommand.ts @@ -23,6 +23,10 @@ import { se_CancelDataQualityRuleRecommendationRunCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CancelDataQualityRulesetEvaluationRunCommand.ts b/clients/client-glue/src/commands/CancelDataQualityRulesetEvaluationRunCommand.ts index 8aa0ab52fae74..197b2f0e8c824 100644 --- a/clients/client-glue/src/commands/CancelDataQualityRulesetEvaluationRunCommand.ts +++ b/clients/client-glue/src/commands/CancelDataQualityRulesetEvaluationRunCommand.ts @@ -23,6 +23,10 @@ import { se_CancelDataQualityRulesetEvaluationRunCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CancelMLTaskRunCommand.ts b/clients/client-glue/src/commands/CancelMLTaskRunCommand.ts index 2c2329c018769..cdbfb93997812 100644 --- a/clients/client-glue/src/commands/CancelMLTaskRunCommand.ts +++ b/clients/client-glue/src/commands/CancelMLTaskRunCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CancelMLTaskRunRequest, CancelMLTaskRunResponse } from "../models/models_0"; import { de_CancelMLTaskRunCommand, se_CancelMLTaskRunCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CancelStatementCommand.ts b/clients/client-glue/src/commands/CancelStatementCommand.ts index df7e956a3d504..1297fb624f18f 100644 --- a/clients/client-glue/src/commands/CancelStatementCommand.ts +++ b/clients/client-glue/src/commands/CancelStatementCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CancelStatementRequest, CancelStatementResponse } from "../models/models_0"; import { de_CancelStatementCommand, se_CancelStatementCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CheckSchemaVersionValidityCommand.ts b/clients/client-glue/src/commands/CheckSchemaVersionValidityCommand.ts index af737454ec910..aab08e9700b65 100644 --- a/clients/client-glue/src/commands/CheckSchemaVersionValidityCommand.ts +++ b/clients/client-glue/src/commands/CheckSchemaVersionValidityCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CheckSchemaVersionValidityInput, CheckSchemaVersionValidityResponse } from "../models/models_0"; import { de_CheckSchemaVersionValidityCommand, se_CheckSchemaVersionValidityCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CreateBlueprintCommand.ts b/clients/client-glue/src/commands/CreateBlueprintCommand.ts index 13c0dfa83b746..2f565bd684ee1 100644 --- a/clients/client-glue/src/commands/CreateBlueprintCommand.ts +++ b/clients/client-glue/src/commands/CreateBlueprintCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateBlueprintRequest, CreateBlueprintResponse } from "../models/models_0"; import { de_CreateBlueprintCommand, se_CreateBlueprintCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CreateClassifierCommand.ts b/clients/client-glue/src/commands/CreateClassifierCommand.ts index 85a76ea54ff8c..0c712c773eedb 100644 --- a/clients/client-glue/src/commands/CreateClassifierCommand.ts +++ b/clients/client-glue/src/commands/CreateClassifierCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateClassifierRequest, CreateClassifierResponse } from "../models/models_0"; import { de_CreateClassifierCommand, se_CreateClassifierCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CreateConnectionCommand.ts b/clients/client-glue/src/commands/CreateConnectionCommand.ts index ddda43f790042..4fbd40ca34651 100644 --- a/clients/client-glue/src/commands/CreateConnectionCommand.ts +++ b/clients/client-glue/src/commands/CreateConnectionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateConnectionRequest, CreateConnectionResponse } from "../models/models_0"; import { de_CreateConnectionCommand, se_CreateConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CreateCrawlerCommand.ts b/clients/client-glue/src/commands/CreateCrawlerCommand.ts index 46d5dc460fca4..de28b203af354 100644 --- a/clients/client-glue/src/commands/CreateCrawlerCommand.ts +++ b/clients/client-glue/src/commands/CreateCrawlerCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateCrawlerRequest, CreateCrawlerResponse } from "../models/models_0"; import { de_CreateCrawlerCommand, se_CreateCrawlerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CreateCustomEntityTypeCommand.ts b/clients/client-glue/src/commands/CreateCustomEntityTypeCommand.ts index 16f857a7b1239..34714687b41fe 100644 --- a/clients/client-glue/src/commands/CreateCustomEntityTypeCommand.ts +++ b/clients/client-glue/src/commands/CreateCustomEntityTypeCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateCustomEntityTypeRequest, CreateCustomEntityTypeResponse } from "../models/models_0"; import { de_CreateCustomEntityTypeCommand, se_CreateCustomEntityTypeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CreateDataQualityRulesetCommand.ts b/clients/client-glue/src/commands/CreateDataQualityRulesetCommand.ts index 1b69619abe2f9..ff6f43fb0e284 100644 --- a/clients/client-glue/src/commands/CreateDataQualityRulesetCommand.ts +++ b/clients/client-glue/src/commands/CreateDataQualityRulesetCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateDataQualityRulesetRequest, CreateDataQualityRulesetResponse } from "../models/models_0"; import { de_CreateDataQualityRulesetCommand, se_CreateDataQualityRulesetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CreateDatabaseCommand.ts b/clients/client-glue/src/commands/CreateDatabaseCommand.ts index 02db4f42fc8b0..685a45d6606e8 100644 --- a/clients/client-glue/src/commands/CreateDatabaseCommand.ts +++ b/clients/client-glue/src/commands/CreateDatabaseCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateDatabaseRequest, CreateDatabaseResponse } from "../models/models_0"; import { de_CreateDatabaseCommand, se_CreateDatabaseCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CreateDevEndpointCommand.ts b/clients/client-glue/src/commands/CreateDevEndpointCommand.ts index ab6c77d6b5e7e..bcd744efaae0e 100644 --- a/clients/client-glue/src/commands/CreateDevEndpointCommand.ts +++ b/clients/client-glue/src/commands/CreateDevEndpointCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateDevEndpointRequest, CreateDevEndpointResponse } from "../models/models_0"; import { de_CreateDevEndpointCommand, se_CreateDevEndpointCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CreateJobCommand.ts b/clients/client-glue/src/commands/CreateJobCommand.ts index d14670d02290d..af68f75c19713 100644 --- a/clients/client-glue/src/commands/CreateJobCommand.ts +++ b/clients/client-glue/src/commands/CreateJobCommand.ts @@ -18,6 +18,10 @@ import { CreateJobResponse } from "../models/models_0"; import { CreateJobRequest, CreateJobRequestFilterSensitiveLog } from "../models/models_2"; import { de_CreateJobCommand, se_CreateJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CreateMLTransformCommand.ts b/clients/client-glue/src/commands/CreateMLTransformCommand.ts index dd484a15d0d06..c98308b020172 100644 --- a/clients/client-glue/src/commands/CreateMLTransformCommand.ts +++ b/clients/client-glue/src/commands/CreateMLTransformCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateMLTransformRequest, CreateMLTransformResponse } from "../models/models_0"; import { de_CreateMLTransformCommand, se_CreateMLTransformCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CreatePartitionCommand.ts b/clients/client-glue/src/commands/CreatePartitionCommand.ts index dd5c0d5221b56..899b63417ba96 100644 --- a/clients/client-glue/src/commands/CreatePartitionCommand.ts +++ b/clients/client-glue/src/commands/CreatePartitionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreatePartitionRequest, CreatePartitionResponse } from "../models/models_1"; import { de_CreatePartitionCommand, se_CreatePartitionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CreatePartitionIndexCommand.ts b/clients/client-glue/src/commands/CreatePartitionIndexCommand.ts index a45d2b0025ced..9f6277a49cc77 100644 --- a/clients/client-glue/src/commands/CreatePartitionIndexCommand.ts +++ b/clients/client-glue/src/commands/CreatePartitionIndexCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreatePartitionIndexRequest, CreatePartitionIndexResponse } from "../models/models_1"; import { de_CreatePartitionIndexCommand, se_CreatePartitionIndexCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CreateRegistryCommand.ts b/clients/client-glue/src/commands/CreateRegistryCommand.ts index 4e9db7338e613..7a2e877541e6c 100644 --- a/clients/client-glue/src/commands/CreateRegistryCommand.ts +++ b/clients/client-glue/src/commands/CreateRegistryCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateRegistryInput, CreateRegistryResponse } from "../models/models_1"; import { de_CreateRegistryCommand, se_CreateRegistryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CreateSchemaCommand.ts b/clients/client-glue/src/commands/CreateSchemaCommand.ts index cdc2f8d1ce371..edae1238c1552 100644 --- a/clients/client-glue/src/commands/CreateSchemaCommand.ts +++ b/clients/client-glue/src/commands/CreateSchemaCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateSchemaInput, CreateSchemaResponse } from "../models/models_1"; import { de_CreateSchemaCommand, se_CreateSchemaCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CreateScriptCommand.ts b/clients/client-glue/src/commands/CreateScriptCommand.ts index a08474aba8772..466e5257b4bb8 100644 --- a/clients/client-glue/src/commands/CreateScriptCommand.ts +++ b/clients/client-glue/src/commands/CreateScriptCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateScriptRequest, CreateScriptResponse } from "../models/models_1"; import { de_CreateScriptCommand, se_CreateScriptCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CreateSecurityConfigurationCommand.ts b/clients/client-glue/src/commands/CreateSecurityConfigurationCommand.ts index ef2f32ff71c62..5759ef6a61b15 100644 --- a/clients/client-glue/src/commands/CreateSecurityConfigurationCommand.ts +++ b/clients/client-glue/src/commands/CreateSecurityConfigurationCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateSecurityConfigurationRequest, CreateSecurityConfigurationResponse } from "../models/models_1"; import { de_CreateSecurityConfigurationCommand, se_CreateSecurityConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CreateSessionCommand.ts b/clients/client-glue/src/commands/CreateSessionCommand.ts index da02429cc8599..dc155c2097612 100644 --- a/clients/client-glue/src/commands/CreateSessionCommand.ts +++ b/clients/client-glue/src/commands/CreateSessionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateSessionRequest, CreateSessionResponse } from "../models/models_1"; import { de_CreateSessionCommand, se_CreateSessionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CreateTableCommand.ts b/clients/client-glue/src/commands/CreateTableCommand.ts index 72b204818b06f..06ac54b11b340 100644 --- a/clients/client-glue/src/commands/CreateTableCommand.ts +++ b/clients/client-glue/src/commands/CreateTableCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateTableRequest, CreateTableResponse } from "../models/models_1"; import { de_CreateTableCommand, se_CreateTableCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CreateTriggerCommand.ts b/clients/client-glue/src/commands/CreateTriggerCommand.ts index e39383ff6783d..9f2c7a99fc545 100644 --- a/clients/client-glue/src/commands/CreateTriggerCommand.ts +++ b/clients/client-glue/src/commands/CreateTriggerCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateTriggerRequest, CreateTriggerResponse } from "../models/models_1"; import { de_CreateTriggerCommand, se_CreateTriggerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CreateUserDefinedFunctionCommand.ts b/clients/client-glue/src/commands/CreateUserDefinedFunctionCommand.ts index 6a2bfbcc2738a..a66ef10c5cebe 100644 --- a/clients/client-glue/src/commands/CreateUserDefinedFunctionCommand.ts +++ b/clients/client-glue/src/commands/CreateUserDefinedFunctionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateUserDefinedFunctionRequest, CreateUserDefinedFunctionResponse } from "../models/models_1"; import { de_CreateUserDefinedFunctionCommand, se_CreateUserDefinedFunctionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/CreateWorkflowCommand.ts b/clients/client-glue/src/commands/CreateWorkflowCommand.ts index 2b9873bd0eb4c..a0994e2db9e73 100644 --- a/clients/client-glue/src/commands/CreateWorkflowCommand.ts +++ b/clients/client-glue/src/commands/CreateWorkflowCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateWorkflowRequest, CreateWorkflowResponse } from "../models/models_1"; import { de_CreateWorkflowCommand, se_CreateWorkflowCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteBlueprintCommand.ts b/clients/client-glue/src/commands/DeleteBlueprintCommand.ts index d271fe58922f4..ecd4ee77d4985 100644 --- a/clients/client-glue/src/commands/DeleteBlueprintCommand.ts +++ b/clients/client-glue/src/commands/DeleteBlueprintCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteBlueprintRequest, DeleteBlueprintResponse } from "../models/models_1"; import { de_DeleteBlueprintCommand, se_DeleteBlueprintCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteClassifierCommand.ts b/clients/client-glue/src/commands/DeleteClassifierCommand.ts index b32f636d6bd8a..f292828f0a447 100644 --- a/clients/client-glue/src/commands/DeleteClassifierCommand.ts +++ b/clients/client-glue/src/commands/DeleteClassifierCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteClassifierRequest, DeleteClassifierResponse } from "../models/models_1"; import { de_DeleteClassifierCommand, se_DeleteClassifierCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteColumnStatisticsForPartitionCommand.ts b/clients/client-glue/src/commands/DeleteColumnStatisticsForPartitionCommand.ts index 718f66c43e715..89610d65705bd 100644 --- a/clients/client-glue/src/commands/DeleteColumnStatisticsForPartitionCommand.ts +++ b/clients/client-glue/src/commands/DeleteColumnStatisticsForPartitionCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteColumnStatisticsForPartitionCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteColumnStatisticsForTableCommand.ts b/clients/client-glue/src/commands/DeleteColumnStatisticsForTableCommand.ts index bcf393d6a8490..2a0ba4281c187 100644 --- a/clients/client-glue/src/commands/DeleteColumnStatisticsForTableCommand.ts +++ b/clients/client-glue/src/commands/DeleteColumnStatisticsForTableCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteColumnStatisticsForTableCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteConnectionCommand.ts b/clients/client-glue/src/commands/DeleteConnectionCommand.ts index 7a64b02b21286..d5b5506be2b7f 100644 --- a/clients/client-glue/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-glue/src/commands/DeleteConnectionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/models_1"; import { de_DeleteConnectionCommand, se_DeleteConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteCrawlerCommand.ts b/clients/client-glue/src/commands/DeleteCrawlerCommand.ts index 73ae21d1c4c30..8e5e14c52e0cb 100644 --- a/clients/client-glue/src/commands/DeleteCrawlerCommand.ts +++ b/clients/client-glue/src/commands/DeleteCrawlerCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteCrawlerRequest, DeleteCrawlerResponse } from "../models/models_1"; import { de_DeleteCrawlerCommand, se_DeleteCrawlerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteCustomEntityTypeCommand.ts b/clients/client-glue/src/commands/DeleteCustomEntityTypeCommand.ts index fdbf930cff66c..d0f69ea931e69 100644 --- a/clients/client-glue/src/commands/DeleteCustomEntityTypeCommand.ts +++ b/clients/client-glue/src/commands/DeleteCustomEntityTypeCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteCustomEntityTypeRequest, DeleteCustomEntityTypeResponse } from "../models/models_1"; import { de_DeleteCustomEntityTypeCommand, se_DeleteCustomEntityTypeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteDataQualityRulesetCommand.ts b/clients/client-glue/src/commands/DeleteDataQualityRulesetCommand.ts index 57960fb3e8521..9d0b4f92cb21b 100644 --- a/clients/client-glue/src/commands/DeleteDataQualityRulesetCommand.ts +++ b/clients/client-glue/src/commands/DeleteDataQualityRulesetCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteDataQualityRulesetRequest, DeleteDataQualityRulesetResponse } from "../models/models_1"; import { de_DeleteDataQualityRulesetCommand, se_DeleteDataQualityRulesetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteDatabaseCommand.ts b/clients/client-glue/src/commands/DeleteDatabaseCommand.ts index c4bf0e2a3da0f..2842affc88ad9 100644 --- a/clients/client-glue/src/commands/DeleteDatabaseCommand.ts +++ b/clients/client-glue/src/commands/DeleteDatabaseCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteDatabaseRequest, DeleteDatabaseResponse } from "../models/models_1"; import { de_DeleteDatabaseCommand, se_DeleteDatabaseCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteDevEndpointCommand.ts b/clients/client-glue/src/commands/DeleteDevEndpointCommand.ts index 62524b4ae215b..0a8d4cdacfae3 100644 --- a/clients/client-glue/src/commands/DeleteDevEndpointCommand.ts +++ b/clients/client-glue/src/commands/DeleteDevEndpointCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteDevEndpointRequest, DeleteDevEndpointResponse } from "../models/models_1"; import { de_DeleteDevEndpointCommand, se_DeleteDevEndpointCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteJobCommand.ts b/clients/client-glue/src/commands/DeleteJobCommand.ts index 4f456097da3b3..3ce8fcea31f54 100644 --- a/clients/client-glue/src/commands/DeleteJobCommand.ts +++ b/clients/client-glue/src/commands/DeleteJobCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteJobRequest, DeleteJobResponse } from "../models/models_1"; import { de_DeleteJobCommand, se_DeleteJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteMLTransformCommand.ts b/clients/client-glue/src/commands/DeleteMLTransformCommand.ts index 2e69478da95c3..d4bec1597923f 100644 --- a/clients/client-glue/src/commands/DeleteMLTransformCommand.ts +++ b/clients/client-glue/src/commands/DeleteMLTransformCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteMLTransformRequest, DeleteMLTransformResponse } from "../models/models_1"; import { de_DeleteMLTransformCommand, se_DeleteMLTransformCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeletePartitionCommand.ts b/clients/client-glue/src/commands/DeletePartitionCommand.ts index 9f40053040683..28ec1b9b10d6a 100644 --- a/clients/client-glue/src/commands/DeletePartitionCommand.ts +++ b/clients/client-glue/src/commands/DeletePartitionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeletePartitionRequest, DeletePartitionResponse } from "../models/models_1"; import { de_DeletePartitionCommand, se_DeletePartitionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeletePartitionIndexCommand.ts b/clients/client-glue/src/commands/DeletePartitionIndexCommand.ts index fbbae1fd7aae6..0149b79e15ffb 100644 --- a/clients/client-glue/src/commands/DeletePartitionIndexCommand.ts +++ b/clients/client-glue/src/commands/DeletePartitionIndexCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeletePartitionIndexRequest, DeletePartitionIndexResponse } from "../models/models_1"; import { de_DeletePartitionIndexCommand, se_DeletePartitionIndexCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteRegistryCommand.ts b/clients/client-glue/src/commands/DeleteRegistryCommand.ts index a692aeeff007f..10e4bc7617b6f 100644 --- a/clients/client-glue/src/commands/DeleteRegistryCommand.ts +++ b/clients/client-glue/src/commands/DeleteRegistryCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteRegistryInput, DeleteRegistryResponse } from "../models/models_1"; import { de_DeleteRegistryCommand, se_DeleteRegistryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-glue/src/commands/DeleteResourcePolicyCommand.ts index 7d6b6a2c98a62..5974cdeae85da 100644 --- a/clients/client-glue/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-glue/src/commands/DeleteResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_1"; import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteSchemaCommand.ts b/clients/client-glue/src/commands/DeleteSchemaCommand.ts index 6164b5ebd3152..0c51a0f5d9133 100644 --- a/clients/client-glue/src/commands/DeleteSchemaCommand.ts +++ b/clients/client-glue/src/commands/DeleteSchemaCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteSchemaInput, DeleteSchemaResponse } from "../models/models_1"; import { de_DeleteSchemaCommand, se_DeleteSchemaCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteSchemaVersionsCommand.ts b/clients/client-glue/src/commands/DeleteSchemaVersionsCommand.ts index dd66113bb39f2..7068b1a59d2fe 100644 --- a/clients/client-glue/src/commands/DeleteSchemaVersionsCommand.ts +++ b/clients/client-glue/src/commands/DeleteSchemaVersionsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteSchemaVersionsInput, DeleteSchemaVersionsResponse } from "../models/models_1"; import { de_DeleteSchemaVersionsCommand, se_DeleteSchemaVersionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteSecurityConfigurationCommand.ts b/clients/client-glue/src/commands/DeleteSecurityConfigurationCommand.ts index 6b674216b6f5d..4a604d792de08 100644 --- a/clients/client-glue/src/commands/DeleteSecurityConfigurationCommand.ts +++ b/clients/client-glue/src/commands/DeleteSecurityConfigurationCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteSecurityConfigurationRequest, DeleteSecurityConfigurationResponse } from "../models/models_1"; import { de_DeleteSecurityConfigurationCommand, se_DeleteSecurityConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteSessionCommand.ts b/clients/client-glue/src/commands/DeleteSessionCommand.ts index 344ce6a0e79eb..60a3048c3382e 100644 --- a/clients/client-glue/src/commands/DeleteSessionCommand.ts +++ b/clients/client-glue/src/commands/DeleteSessionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteSessionRequest, DeleteSessionResponse } from "../models/models_1"; import { de_DeleteSessionCommand, se_DeleteSessionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteTableCommand.ts b/clients/client-glue/src/commands/DeleteTableCommand.ts index 114b4f477cecd..c2fe448e442e8 100644 --- a/clients/client-glue/src/commands/DeleteTableCommand.ts +++ b/clients/client-glue/src/commands/DeleteTableCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteTableRequest, DeleteTableResponse } from "../models/models_1"; import { de_DeleteTableCommand, se_DeleteTableCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteTableVersionCommand.ts b/clients/client-glue/src/commands/DeleteTableVersionCommand.ts index b9d72788017e9..2cd0f49489d1a 100644 --- a/clients/client-glue/src/commands/DeleteTableVersionCommand.ts +++ b/clients/client-glue/src/commands/DeleteTableVersionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteTableVersionRequest, DeleteTableVersionResponse } from "../models/models_1"; import { de_DeleteTableVersionCommand, se_DeleteTableVersionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteTriggerCommand.ts b/clients/client-glue/src/commands/DeleteTriggerCommand.ts index 404504c185273..85c23e8c31c11 100644 --- a/clients/client-glue/src/commands/DeleteTriggerCommand.ts +++ b/clients/client-glue/src/commands/DeleteTriggerCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteTriggerRequest, DeleteTriggerResponse } from "../models/models_1"; import { de_DeleteTriggerCommand, se_DeleteTriggerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteUserDefinedFunctionCommand.ts b/clients/client-glue/src/commands/DeleteUserDefinedFunctionCommand.ts index 4d59c43ffd4a5..1d3b4eacde0a6 100644 --- a/clients/client-glue/src/commands/DeleteUserDefinedFunctionCommand.ts +++ b/clients/client-glue/src/commands/DeleteUserDefinedFunctionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteUserDefinedFunctionRequest, DeleteUserDefinedFunctionResponse } from "../models/models_1"; import { de_DeleteUserDefinedFunctionCommand, se_DeleteUserDefinedFunctionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/DeleteWorkflowCommand.ts b/clients/client-glue/src/commands/DeleteWorkflowCommand.ts index a25800f3e2730..07afe852de81d 100644 --- a/clients/client-glue/src/commands/DeleteWorkflowCommand.ts +++ b/clients/client-glue/src/commands/DeleteWorkflowCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteWorkflowRequest, DeleteWorkflowResponse } from "../models/models_1"; import { de_DeleteWorkflowCommand, se_DeleteWorkflowCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetBlueprintCommand.ts b/clients/client-glue/src/commands/GetBlueprintCommand.ts index 90d0742714d4f..5726cfa48aa3a 100644 --- a/clients/client-glue/src/commands/GetBlueprintCommand.ts +++ b/clients/client-glue/src/commands/GetBlueprintCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetBlueprintRequest, GetBlueprintResponse } from "../models/models_1"; import { de_GetBlueprintCommand, se_GetBlueprintCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetBlueprintRunCommand.ts b/clients/client-glue/src/commands/GetBlueprintRunCommand.ts index ffb9c06e43133..8632d6910a5b6 100644 --- a/clients/client-glue/src/commands/GetBlueprintRunCommand.ts +++ b/clients/client-glue/src/commands/GetBlueprintRunCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetBlueprintRunRequest, GetBlueprintRunResponse } from "../models/models_1"; import { de_GetBlueprintRunCommand, se_GetBlueprintRunCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetBlueprintRunsCommand.ts b/clients/client-glue/src/commands/GetBlueprintRunsCommand.ts index 6cbfd87aa2c46..28eb57dbf700a 100644 --- a/clients/client-glue/src/commands/GetBlueprintRunsCommand.ts +++ b/clients/client-glue/src/commands/GetBlueprintRunsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetBlueprintRunsRequest, GetBlueprintRunsResponse } from "../models/models_1"; import { de_GetBlueprintRunsCommand, se_GetBlueprintRunsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetCatalogImportStatusCommand.ts b/clients/client-glue/src/commands/GetCatalogImportStatusCommand.ts index 48f7342385209..ca0b991e2097b 100644 --- a/clients/client-glue/src/commands/GetCatalogImportStatusCommand.ts +++ b/clients/client-glue/src/commands/GetCatalogImportStatusCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetCatalogImportStatusRequest, GetCatalogImportStatusResponse } from "../models/models_1"; import { de_GetCatalogImportStatusCommand, se_GetCatalogImportStatusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetClassifierCommand.ts b/clients/client-glue/src/commands/GetClassifierCommand.ts index 5d81362199bc2..e96d875a5cabf 100644 --- a/clients/client-glue/src/commands/GetClassifierCommand.ts +++ b/clients/client-glue/src/commands/GetClassifierCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetClassifierRequest, GetClassifierResponse } from "../models/models_1"; import { de_GetClassifierCommand, se_GetClassifierCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetClassifiersCommand.ts b/clients/client-glue/src/commands/GetClassifiersCommand.ts index 857425b85eac4..4a07138a8d19d 100644 --- a/clients/client-glue/src/commands/GetClassifiersCommand.ts +++ b/clients/client-glue/src/commands/GetClassifiersCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetClassifiersRequest, GetClassifiersResponse } from "../models/models_1"; import { de_GetClassifiersCommand, se_GetClassifiersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetColumnStatisticsForPartitionCommand.ts b/clients/client-glue/src/commands/GetColumnStatisticsForPartitionCommand.ts index 830c4dde182d3..45172ea134a22 100644 --- a/clients/client-glue/src/commands/GetColumnStatisticsForPartitionCommand.ts +++ b/clients/client-glue/src/commands/GetColumnStatisticsForPartitionCommand.ts @@ -20,6 +20,10 @@ import { se_GetColumnStatisticsForPartitionCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetColumnStatisticsForTableCommand.ts b/clients/client-glue/src/commands/GetColumnStatisticsForTableCommand.ts index 7bc137723caff..1a47a766fb6c5 100644 --- a/clients/client-glue/src/commands/GetColumnStatisticsForTableCommand.ts +++ b/clients/client-glue/src/commands/GetColumnStatisticsForTableCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetColumnStatisticsForTableRequest, GetColumnStatisticsForTableResponse } from "../models/models_1"; import { de_GetColumnStatisticsForTableCommand, se_GetColumnStatisticsForTableCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetConnectionCommand.ts b/clients/client-glue/src/commands/GetConnectionCommand.ts index a7d9c5e834714..ff6f428fb7fe9 100644 --- a/clients/client-glue/src/commands/GetConnectionCommand.ts +++ b/clients/client-glue/src/commands/GetConnectionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetConnectionRequest, GetConnectionResponse } from "../models/models_1"; import { de_GetConnectionCommand, se_GetConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetConnectionsCommand.ts b/clients/client-glue/src/commands/GetConnectionsCommand.ts index dc52758d96a3f..22c6d27445646 100644 --- a/clients/client-glue/src/commands/GetConnectionsCommand.ts +++ b/clients/client-glue/src/commands/GetConnectionsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetConnectionsRequest, GetConnectionsResponse } from "../models/models_1"; import { de_GetConnectionsCommand, se_GetConnectionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetCrawlerCommand.ts b/clients/client-glue/src/commands/GetCrawlerCommand.ts index 3adb84c38b848..035a97e9a7d26 100644 --- a/clients/client-glue/src/commands/GetCrawlerCommand.ts +++ b/clients/client-glue/src/commands/GetCrawlerCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetCrawlerRequest, GetCrawlerResponse } from "../models/models_1"; import { de_GetCrawlerCommand, se_GetCrawlerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetCrawlerMetricsCommand.ts b/clients/client-glue/src/commands/GetCrawlerMetricsCommand.ts index 133a413f989f1..cb7b8096aa46b 100644 --- a/clients/client-glue/src/commands/GetCrawlerMetricsCommand.ts +++ b/clients/client-glue/src/commands/GetCrawlerMetricsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetCrawlerMetricsRequest, GetCrawlerMetricsResponse } from "../models/models_1"; import { de_GetCrawlerMetricsCommand, se_GetCrawlerMetricsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetCrawlersCommand.ts b/clients/client-glue/src/commands/GetCrawlersCommand.ts index bb32453cdf3a3..f8b8ab40058bc 100644 --- a/clients/client-glue/src/commands/GetCrawlersCommand.ts +++ b/clients/client-glue/src/commands/GetCrawlersCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetCrawlersRequest, GetCrawlersResponse } from "../models/models_1"; import { de_GetCrawlersCommand, se_GetCrawlersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetCustomEntityTypeCommand.ts b/clients/client-glue/src/commands/GetCustomEntityTypeCommand.ts index 59dc5b57eca36..25127b256f76d 100644 --- a/clients/client-glue/src/commands/GetCustomEntityTypeCommand.ts +++ b/clients/client-glue/src/commands/GetCustomEntityTypeCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetCustomEntityTypeRequest, GetCustomEntityTypeResponse } from "../models/models_1"; import { de_GetCustomEntityTypeCommand, se_GetCustomEntityTypeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetDataCatalogEncryptionSettingsCommand.ts b/clients/client-glue/src/commands/GetDataCatalogEncryptionSettingsCommand.ts index 81ca5df0a77d5..060722fc4025b 100644 --- a/clients/client-glue/src/commands/GetDataCatalogEncryptionSettingsCommand.ts +++ b/clients/client-glue/src/commands/GetDataCatalogEncryptionSettingsCommand.ts @@ -20,6 +20,10 @@ import { se_GetDataCatalogEncryptionSettingsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetDataQualityResultCommand.ts b/clients/client-glue/src/commands/GetDataQualityResultCommand.ts index d38ed897a582f..b584f4392bf66 100644 --- a/clients/client-glue/src/commands/GetDataQualityResultCommand.ts +++ b/clients/client-glue/src/commands/GetDataQualityResultCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetDataQualityResultRequest, GetDataQualityResultResponse } from "../models/models_1"; import { de_GetDataQualityResultCommand, se_GetDataQualityResultCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetDataQualityRuleRecommendationRunCommand.ts b/clients/client-glue/src/commands/GetDataQualityRuleRecommendationRunCommand.ts index d9e6bad361280..f2ffbe43edff1 100644 --- a/clients/client-glue/src/commands/GetDataQualityRuleRecommendationRunCommand.ts +++ b/clients/client-glue/src/commands/GetDataQualityRuleRecommendationRunCommand.ts @@ -23,6 +23,10 @@ import { se_GetDataQualityRuleRecommendationRunCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetDataQualityRulesetCommand.ts b/clients/client-glue/src/commands/GetDataQualityRulesetCommand.ts index 667a18f6a3e26..6641cf4d91078 100644 --- a/clients/client-glue/src/commands/GetDataQualityRulesetCommand.ts +++ b/clients/client-glue/src/commands/GetDataQualityRulesetCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetDataQualityRulesetRequest, GetDataQualityRulesetResponse } from "../models/models_1"; import { de_GetDataQualityRulesetCommand, se_GetDataQualityRulesetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetDataQualityRulesetEvaluationRunCommand.ts b/clients/client-glue/src/commands/GetDataQualityRulesetEvaluationRunCommand.ts index e6a2fa51bf58f..96a28fb89a3db 100644 --- a/clients/client-glue/src/commands/GetDataQualityRulesetEvaluationRunCommand.ts +++ b/clients/client-glue/src/commands/GetDataQualityRulesetEvaluationRunCommand.ts @@ -23,6 +23,10 @@ import { se_GetDataQualityRulesetEvaluationRunCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetDatabaseCommand.ts b/clients/client-glue/src/commands/GetDatabaseCommand.ts index 0546b7a3a9ba9..650b17afd3862 100644 --- a/clients/client-glue/src/commands/GetDatabaseCommand.ts +++ b/clients/client-glue/src/commands/GetDatabaseCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetDatabaseRequest, GetDatabaseResponse } from "../models/models_1"; import { de_GetDatabaseCommand, se_GetDatabaseCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetDatabasesCommand.ts b/clients/client-glue/src/commands/GetDatabasesCommand.ts index 5fdb8a1fc65e7..b5d1c6f68120f 100644 --- a/clients/client-glue/src/commands/GetDatabasesCommand.ts +++ b/clients/client-glue/src/commands/GetDatabasesCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetDatabasesRequest, GetDatabasesResponse } from "../models/models_1"; import { de_GetDatabasesCommand, se_GetDatabasesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetDataflowGraphCommand.ts b/clients/client-glue/src/commands/GetDataflowGraphCommand.ts index 3270ddabdfff9..7ba6c6f608a45 100644 --- a/clients/client-glue/src/commands/GetDataflowGraphCommand.ts +++ b/clients/client-glue/src/commands/GetDataflowGraphCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetDataflowGraphRequest, GetDataflowGraphResponse } from "../models/models_1"; import { de_GetDataflowGraphCommand, se_GetDataflowGraphCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetDevEndpointCommand.ts b/clients/client-glue/src/commands/GetDevEndpointCommand.ts index 99f48fb789b24..e12e92488eff8 100644 --- a/clients/client-glue/src/commands/GetDevEndpointCommand.ts +++ b/clients/client-glue/src/commands/GetDevEndpointCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetDevEndpointRequest, GetDevEndpointResponse } from "../models/models_1"; import { de_GetDevEndpointCommand, se_GetDevEndpointCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetDevEndpointsCommand.ts b/clients/client-glue/src/commands/GetDevEndpointsCommand.ts index 0f21a405a95d2..2743642cb4c26 100644 --- a/clients/client-glue/src/commands/GetDevEndpointsCommand.ts +++ b/clients/client-glue/src/commands/GetDevEndpointsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetDevEndpointsRequest, GetDevEndpointsResponse } from "../models/models_1"; import { de_GetDevEndpointsCommand, se_GetDevEndpointsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetJobBookmarkCommand.ts b/clients/client-glue/src/commands/GetJobBookmarkCommand.ts index 3d317a01a9b9c..0cc5181b06e8d 100644 --- a/clients/client-glue/src/commands/GetJobBookmarkCommand.ts +++ b/clients/client-glue/src/commands/GetJobBookmarkCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetJobBookmarkRequest, GetJobBookmarkResponse } from "../models/models_1"; import { de_GetJobBookmarkCommand, se_GetJobBookmarkCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetJobCommand.ts b/clients/client-glue/src/commands/GetJobCommand.ts index 66e3a3b34ca2a..b053b704abf89 100644 --- a/clients/client-glue/src/commands/GetJobCommand.ts +++ b/clients/client-glue/src/commands/GetJobCommand.ts @@ -18,6 +18,10 @@ import { GetJobRequest } from "../models/models_1"; import { GetJobResponse, GetJobResponseFilterSensitiveLog } from "../models/models_2"; import { de_GetJobCommand, se_GetJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetJobRunCommand.ts b/clients/client-glue/src/commands/GetJobRunCommand.ts index 278fedef3382c..cd489633c8dec 100644 --- a/clients/client-glue/src/commands/GetJobRunCommand.ts +++ b/clients/client-glue/src/commands/GetJobRunCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetJobRunRequest, GetJobRunResponse } from "../models/models_1"; import { de_GetJobRunCommand, se_GetJobRunCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetJobRunsCommand.ts b/clients/client-glue/src/commands/GetJobRunsCommand.ts index 6669990da3dd5..e85b56b683466 100644 --- a/clients/client-glue/src/commands/GetJobRunsCommand.ts +++ b/clients/client-glue/src/commands/GetJobRunsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetJobRunsRequest, GetJobRunsResponse } from "../models/models_1"; import { de_GetJobRunsCommand, se_GetJobRunsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetJobsCommand.ts b/clients/client-glue/src/commands/GetJobsCommand.ts index de85674256690..7621e3e76c87c 100644 --- a/clients/client-glue/src/commands/GetJobsCommand.ts +++ b/clients/client-glue/src/commands/GetJobsCommand.ts @@ -18,6 +18,10 @@ import { GetJobsRequest } from "../models/models_1"; import { GetJobsResponse, GetJobsResponseFilterSensitiveLog } from "../models/models_2"; import { de_GetJobsCommand, se_GetJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetMLTaskRunCommand.ts b/clients/client-glue/src/commands/GetMLTaskRunCommand.ts index bb928e4b422b2..34dcb9b580db4 100644 --- a/clients/client-glue/src/commands/GetMLTaskRunCommand.ts +++ b/clients/client-glue/src/commands/GetMLTaskRunCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetMLTaskRunRequest, GetMLTaskRunResponse } from "../models/models_1"; import { de_GetMLTaskRunCommand, se_GetMLTaskRunCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetMLTaskRunsCommand.ts b/clients/client-glue/src/commands/GetMLTaskRunsCommand.ts index b5b2aafc6ea39..60a64f67250e3 100644 --- a/clients/client-glue/src/commands/GetMLTaskRunsCommand.ts +++ b/clients/client-glue/src/commands/GetMLTaskRunsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetMLTaskRunsRequest, GetMLTaskRunsResponse } from "../models/models_1"; import { de_GetMLTaskRunsCommand, se_GetMLTaskRunsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetMLTransformCommand.ts b/clients/client-glue/src/commands/GetMLTransformCommand.ts index 5eab79a12aec4..19077b341e6af 100644 --- a/clients/client-glue/src/commands/GetMLTransformCommand.ts +++ b/clients/client-glue/src/commands/GetMLTransformCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetMLTransformRequest, GetMLTransformResponse } from "../models/models_1"; import { de_GetMLTransformCommand, se_GetMLTransformCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetMLTransformsCommand.ts b/clients/client-glue/src/commands/GetMLTransformsCommand.ts index 5c7cb6f40d022..f798d81b4f278 100644 --- a/clients/client-glue/src/commands/GetMLTransformsCommand.ts +++ b/clients/client-glue/src/commands/GetMLTransformsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetMLTransformsRequest, GetMLTransformsResponse } from "../models/models_1"; import { de_GetMLTransformsCommand, se_GetMLTransformsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetMappingCommand.ts b/clients/client-glue/src/commands/GetMappingCommand.ts index 821c3288a6a95..ea0678726a4f6 100644 --- a/clients/client-glue/src/commands/GetMappingCommand.ts +++ b/clients/client-glue/src/commands/GetMappingCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetMappingRequest, GetMappingResponse } from "../models/models_1"; import { de_GetMappingCommand, se_GetMappingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetPartitionCommand.ts b/clients/client-glue/src/commands/GetPartitionCommand.ts index 044d79bc52125..2b6f37659bb54 100644 --- a/clients/client-glue/src/commands/GetPartitionCommand.ts +++ b/clients/client-glue/src/commands/GetPartitionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetPartitionRequest, GetPartitionResponse } from "../models/models_1"; import { de_GetPartitionCommand, se_GetPartitionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetPartitionIndexesCommand.ts b/clients/client-glue/src/commands/GetPartitionIndexesCommand.ts index b88abe1b69322..889949512ecbc 100644 --- a/clients/client-glue/src/commands/GetPartitionIndexesCommand.ts +++ b/clients/client-glue/src/commands/GetPartitionIndexesCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetPartitionIndexesRequest, GetPartitionIndexesResponse } from "../models/models_1"; import { de_GetPartitionIndexesCommand, se_GetPartitionIndexesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetPartitionsCommand.ts b/clients/client-glue/src/commands/GetPartitionsCommand.ts index 206dae1db4731..82e8530805c93 100644 --- a/clients/client-glue/src/commands/GetPartitionsCommand.ts +++ b/clients/client-glue/src/commands/GetPartitionsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetPartitionsRequest, GetPartitionsResponse } from "../models/models_1"; import { de_GetPartitionsCommand, se_GetPartitionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetPlanCommand.ts b/clients/client-glue/src/commands/GetPlanCommand.ts index 0106af4e2e90c..3772e1e8823ef 100644 --- a/clients/client-glue/src/commands/GetPlanCommand.ts +++ b/clients/client-glue/src/commands/GetPlanCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetPlanRequest, GetPlanResponse } from "../models/models_1"; import { de_GetPlanCommand, se_GetPlanCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetRegistryCommand.ts b/clients/client-glue/src/commands/GetRegistryCommand.ts index 0bd50bfb3e03c..2d76582dda8d8 100644 --- a/clients/client-glue/src/commands/GetRegistryCommand.ts +++ b/clients/client-glue/src/commands/GetRegistryCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetRegistryInput, GetRegistryResponse } from "../models/models_1"; import { de_GetRegistryCommand, se_GetRegistryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetResourcePoliciesCommand.ts b/clients/client-glue/src/commands/GetResourcePoliciesCommand.ts index cc122f014af9d..343ac9035df7d 100644 --- a/clients/client-glue/src/commands/GetResourcePoliciesCommand.ts +++ b/clients/client-glue/src/commands/GetResourcePoliciesCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetResourcePoliciesRequest, GetResourcePoliciesResponse } from "../models/models_1"; import { de_GetResourcePoliciesCommand, se_GetResourcePoliciesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetResourcePolicyCommand.ts b/clients/client-glue/src/commands/GetResourcePolicyCommand.ts index 43883aa36e9ba..bc51f49328031 100644 --- a/clients/client-glue/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-glue/src/commands/GetResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_1"; import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetSchemaByDefinitionCommand.ts b/clients/client-glue/src/commands/GetSchemaByDefinitionCommand.ts index 710b34b484f30..7b406b67d0d56 100644 --- a/clients/client-glue/src/commands/GetSchemaByDefinitionCommand.ts +++ b/clients/client-glue/src/commands/GetSchemaByDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetSchemaByDefinitionInput, GetSchemaByDefinitionResponse } from "../models/models_1"; import { de_GetSchemaByDefinitionCommand, se_GetSchemaByDefinitionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetSchemaCommand.ts b/clients/client-glue/src/commands/GetSchemaCommand.ts index dab88fc49f664..7c8185eafbcbe 100644 --- a/clients/client-glue/src/commands/GetSchemaCommand.ts +++ b/clients/client-glue/src/commands/GetSchemaCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetSchemaInput, GetSchemaResponse } from "../models/models_1"; import { de_GetSchemaCommand, se_GetSchemaCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetSchemaVersionCommand.ts b/clients/client-glue/src/commands/GetSchemaVersionCommand.ts index b5b4f845a9491..89dbd3b7ae697 100644 --- a/clients/client-glue/src/commands/GetSchemaVersionCommand.ts +++ b/clients/client-glue/src/commands/GetSchemaVersionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetSchemaVersionInput, GetSchemaVersionResponse } from "../models/models_1"; import { de_GetSchemaVersionCommand, se_GetSchemaVersionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetSchemaVersionsDiffCommand.ts b/clients/client-glue/src/commands/GetSchemaVersionsDiffCommand.ts index c1329d6f9c5bb..b195e5060d65c 100644 --- a/clients/client-glue/src/commands/GetSchemaVersionsDiffCommand.ts +++ b/clients/client-glue/src/commands/GetSchemaVersionsDiffCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetSchemaVersionsDiffInput, GetSchemaVersionsDiffResponse } from "../models/models_1"; import { de_GetSchemaVersionsDiffCommand, se_GetSchemaVersionsDiffCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetSecurityConfigurationCommand.ts b/clients/client-glue/src/commands/GetSecurityConfigurationCommand.ts index 17c559e4af43b..5703a01102327 100644 --- a/clients/client-glue/src/commands/GetSecurityConfigurationCommand.ts +++ b/clients/client-glue/src/commands/GetSecurityConfigurationCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetSecurityConfigurationRequest, GetSecurityConfigurationResponse } from "../models/models_1"; import { de_GetSecurityConfigurationCommand, se_GetSecurityConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetSecurityConfigurationsCommand.ts b/clients/client-glue/src/commands/GetSecurityConfigurationsCommand.ts index e0e86112ff015..bdde5663160a0 100644 --- a/clients/client-glue/src/commands/GetSecurityConfigurationsCommand.ts +++ b/clients/client-glue/src/commands/GetSecurityConfigurationsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetSecurityConfigurationsRequest, GetSecurityConfigurationsResponse } from "../models/models_1"; import { de_GetSecurityConfigurationsCommand, se_GetSecurityConfigurationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetSessionCommand.ts b/clients/client-glue/src/commands/GetSessionCommand.ts index b5fa3caa59702..f0511f4413c1d 100644 --- a/clients/client-glue/src/commands/GetSessionCommand.ts +++ b/clients/client-glue/src/commands/GetSessionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetSessionRequest, GetSessionResponse } from "../models/models_1"; import { de_GetSessionCommand, se_GetSessionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetStatementCommand.ts b/clients/client-glue/src/commands/GetStatementCommand.ts index 53065638aa377..522f99df030d0 100644 --- a/clients/client-glue/src/commands/GetStatementCommand.ts +++ b/clients/client-glue/src/commands/GetStatementCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetStatementRequest, GetStatementResponse } from "../models/models_1"; import { de_GetStatementCommand, se_GetStatementCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetTableCommand.ts b/clients/client-glue/src/commands/GetTableCommand.ts index 9ad68360bf29a..61059f29b55d0 100644 --- a/clients/client-glue/src/commands/GetTableCommand.ts +++ b/clients/client-glue/src/commands/GetTableCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetTableRequest, GetTableResponse } from "../models/models_1"; import { de_GetTableCommand, se_GetTableCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetTableVersionCommand.ts b/clients/client-glue/src/commands/GetTableVersionCommand.ts index 690307b31c421..a63f657ffd5fa 100644 --- a/clients/client-glue/src/commands/GetTableVersionCommand.ts +++ b/clients/client-glue/src/commands/GetTableVersionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetTableVersionRequest, GetTableVersionResponse } from "../models/models_1"; import { de_GetTableVersionCommand, se_GetTableVersionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetTableVersionsCommand.ts b/clients/client-glue/src/commands/GetTableVersionsCommand.ts index 7f02cf0fda541..70352ea2f9b04 100644 --- a/clients/client-glue/src/commands/GetTableVersionsCommand.ts +++ b/clients/client-glue/src/commands/GetTableVersionsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetTableVersionsRequest, GetTableVersionsResponse } from "../models/models_1"; import { de_GetTableVersionsCommand, se_GetTableVersionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetTablesCommand.ts b/clients/client-glue/src/commands/GetTablesCommand.ts index 980e9d2dce1c6..4c3393800f5bb 100644 --- a/clients/client-glue/src/commands/GetTablesCommand.ts +++ b/clients/client-glue/src/commands/GetTablesCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetTablesRequest, GetTablesResponse } from "../models/models_1"; import { de_GetTablesCommand, se_GetTablesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetTagsCommand.ts b/clients/client-glue/src/commands/GetTagsCommand.ts index 7baedab7dbb6a..287412c888a57 100644 --- a/clients/client-glue/src/commands/GetTagsCommand.ts +++ b/clients/client-glue/src/commands/GetTagsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetTagsRequest, GetTagsResponse } from "../models/models_1"; import { de_GetTagsCommand, se_GetTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetTriggerCommand.ts b/clients/client-glue/src/commands/GetTriggerCommand.ts index b29c5774183ea..5635e77ad8e97 100644 --- a/clients/client-glue/src/commands/GetTriggerCommand.ts +++ b/clients/client-glue/src/commands/GetTriggerCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetTriggerRequest, GetTriggerResponse } from "../models/models_1"; import { de_GetTriggerCommand, se_GetTriggerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetTriggersCommand.ts b/clients/client-glue/src/commands/GetTriggersCommand.ts index 80fb3c48c99a8..ce019941ebd03 100644 --- a/clients/client-glue/src/commands/GetTriggersCommand.ts +++ b/clients/client-glue/src/commands/GetTriggersCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetTriggersRequest, GetTriggersResponse } from "../models/models_1"; import { de_GetTriggersCommand, se_GetTriggersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetUnfilteredPartitionMetadataCommand.ts b/clients/client-glue/src/commands/GetUnfilteredPartitionMetadataCommand.ts index 501f9afe72ba2..31c1137915f0b 100644 --- a/clients/client-glue/src/commands/GetUnfilteredPartitionMetadataCommand.ts +++ b/clients/client-glue/src/commands/GetUnfilteredPartitionMetadataCommand.ts @@ -20,6 +20,10 @@ import { se_GetUnfilteredPartitionMetadataCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetUnfilteredPartitionsMetadataCommand.ts b/clients/client-glue/src/commands/GetUnfilteredPartitionsMetadataCommand.ts index e4ecc4bc72398..cb8f139c8f9a7 100644 --- a/clients/client-glue/src/commands/GetUnfilteredPartitionsMetadataCommand.ts +++ b/clients/client-glue/src/commands/GetUnfilteredPartitionsMetadataCommand.ts @@ -20,6 +20,10 @@ import { se_GetUnfilteredPartitionsMetadataCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetUnfilteredTableMetadataCommand.ts b/clients/client-glue/src/commands/GetUnfilteredTableMetadataCommand.ts index 8017ab2411a5e..f661ec4f0298c 100644 --- a/clients/client-glue/src/commands/GetUnfilteredTableMetadataCommand.ts +++ b/clients/client-glue/src/commands/GetUnfilteredTableMetadataCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetUnfilteredTableMetadataRequest, GetUnfilteredTableMetadataResponse } from "../models/models_1"; import { de_GetUnfilteredTableMetadataCommand, se_GetUnfilteredTableMetadataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetUserDefinedFunctionCommand.ts b/clients/client-glue/src/commands/GetUserDefinedFunctionCommand.ts index d2c854643221e..8e2361fbd9e5b 100644 --- a/clients/client-glue/src/commands/GetUserDefinedFunctionCommand.ts +++ b/clients/client-glue/src/commands/GetUserDefinedFunctionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetUserDefinedFunctionRequest, GetUserDefinedFunctionResponse } from "../models/models_1"; import { de_GetUserDefinedFunctionCommand, se_GetUserDefinedFunctionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetUserDefinedFunctionsCommand.ts b/clients/client-glue/src/commands/GetUserDefinedFunctionsCommand.ts index 71c9c7da3f140..8048ccd71d0b4 100644 --- a/clients/client-glue/src/commands/GetUserDefinedFunctionsCommand.ts +++ b/clients/client-glue/src/commands/GetUserDefinedFunctionsCommand.ts @@ -18,6 +18,10 @@ import { GetUserDefinedFunctionsRequest } from "../models/models_1"; import { GetUserDefinedFunctionsResponse } from "../models/models_2"; import { de_GetUserDefinedFunctionsCommand, se_GetUserDefinedFunctionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetWorkflowCommand.ts b/clients/client-glue/src/commands/GetWorkflowCommand.ts index 7d8a0c69d35a0..41517a90caa1e 100644 --- a/clients/client-glue/src/commands/GetWorkflowCommand.ts +++ b/clients/client-glue/src/commands/GetWorkflowCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetWorkflowRequest, GetWorkflowResponse } from "../models/models_2"; import { de_GetWorkflowCommand, se_GetWorkflowCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetWorkflowRunCommand.ts b/clients/client-glue/src/commands/GetWorkflowRunCommand.ts index 5147e8e744885..df3070f4a03d0 100644 --- a/clients/client-glue/src/commands/GetWorkflowRunCommand.ts +++ b/clients/client-glue/src/commands/GetWorkflowRunCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetWorkflowRunRequest, GetWorkflowRunResponse } from "../models/models_2"; import { de_GetWorkflowRunCommand, se_GetWorkflowRunCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetWorkflowRunPropertiesCommand.ts b/clients/client-glue/src/commands/GetWorkflowRunPropertiesCommand.ts index 6c162d54dd7eb..1971c9989387c 100644 --- a/clients/client-glue/src/commands/GetWorkflowRunPropertiesCommand.ts +++ b/clients/client-glue/src/commands/GetWorkflowRunPropertiesCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetWorkflowRunPropertiesRequest, GetWorkflowRunPropertiesResponse } from "../models/models_2"; import { de_GetWorkflowRunPropertiesCommand, se_GetWorkflowRunPropertiesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/GetWorkflowRunsCommand.ts b/clients/client-glue/src/commands/GetWorkflowRunsCommand.ts index effb8fc4c7f82..044a28a188f70 100644 --- a/clients/client-glue/src/commands/GetWorkflowRunsCommand.ts +++ b/clients/client-glue/src/commands/GetWorkflowRunsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetWorkflowRunsRequest, GetWorkflowRunsResponse } from "../models/models_2"; import { de_GetWorkflowRunsCommand, se_GetWorkflowRunsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/ImportCatalogToGlueCommand.ts b/clients/client-glue/src/commands/ImportCatalogToGlueCommand.ts index b8792b495378a..da7d602ba4818 100644 --- a/clients/client-glue/src/commands/ImportCatalogToGlueCommand.ts +++ b/clients/client-glue/src/commands/ImportCatalogToGlueCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ImportCatalogToGlueRequest, ImportCatalogToGlueResponse } from "../models/models_2"; import { de_ImportCatalogToGlueCommand, se_ImportCatalogToGlueCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/ListBlueprintsCommand.ts b/clients/client-glue/src/commands/ListBlueprintsCommand.ts index 4164174e1e3b4..692f78fd94452 100644 --- a/clients/client-glue/src/commands/ListBlueprintsCommand.ts +++ b/clients/client-glue/src/commands/ListBlueprintsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListBlueprintsRequest, ListBlueprintsResponse } from "../models/models_2"; import { de_ListBlueprintsCommand, se_ListBlueprintsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/ListCrawlersCommand.ts b/clients/client-glue/src/commands/ListCrawlersCommand.ts index 145ce2229419d..d3cc94fc47e25 100644 --- a/clients/client-glue/src/commands/ListCrawlersCommand.ts +++ b/clients/client-glue/src/commands/ListCrawlersCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListCrawlersRequest, ListCrawlersResponse } from "../models/models_2"; import { de_ListCrawlersCommand, se_ListCrawlersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/ListCrawlsCommand.ts b/clients/client-glue/src/commands/ListCrawlsCommand.ts index 17e8bcf7a231a..fe7279b13be93 100644 --- a/clients/client-glue/src/commands/ListCrawlsCommand.ts +++ b/clients/client-glue/src/commands/ListCrawlsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListCrawlsRequest, ListCrawlsResponse } from "../models/models_2"; import { de_ListCrawlsCommand, se_ListCrawlsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/ListCustomEntityTypesCommand.ts b/clients/client-glue/src/commands/ListCustomEntityTypesCommand.ts index 584f9f5cf1da4..ea6ed18de9845 100644 --- a/clients/client-glue/src/commands/ListCustomEntityTypesCommand.ts +++ b/clients/client-glue/src/commands/ListCustomEntityTypesCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListCustomEntityTypesRequest, ListCustomEntityTypesResponse } from "../models/models_2"; import { de_ListCustomEntityTypesCommand, se_ListCustomEntityTypesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/ListDataQualityResultsCommand.ts b/clients/client-glue/src/commands/ListDataQualityResultsCommand.ts index a0aebaf7097d9..52fbdc9bd1b9f 100644 --- a/clients/client-glue/src/commands/ListDataQualityResultsCommand.ts +++ b/clients/client-glue/src/commands/ListDataQualityResultsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListDataQualityResultsRequest, ListDataQualityResultsResponse } from "../models/models_2"; import { de_ListDataQualityResultsCommand, se_ListDataQualityResultsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/ListDataQualityRuleRecommendationRunsCommand.ts b/clients/client-glue/src/commands/ListDataQualityRuleRecommendationRunsCommand.ts index 6b5a478d3f334..8bf1c11e6a011 100644 --- a/clients/client-glue/src/commands/ListDataQualityRuleRecommendationRunsCommand.ts +++ b/clients/client-glue/src/commands/ListDataQualityRuleRecommendationRunsCommand.ts @@ -23,6 +23,10 @@ import { se_ListDataQualityRuleRecommendationRunsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/ListDataQualityRulesetEvaluationRunsCommand.ts b/clients/client-glue/src/commands/ListDataQualityRulesetEvaluationRunsCommand.ts index c70f7797b652f..ecc461ab0d30b 100644 --- a/clients/client-glue/src/commands/ListDataQualityRulesetEvaluationRunsCommand.ts +++ b/clients/client-glue/src/commands/ListDataQualityRulesetEvaluationRunsCommand.ts @@ -23,6 +23,10 @@ import { se_ListDataQualityRulesetEvaluationRunsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/ListDataQualityRulesetsCommand.ts b/clients/client-glue/src/commands/ListDataQualityRulesetsCommand.ts index ca8b67315a595..177ddd60775f7 100644 --- a/clients/client-glue/src/commands/ListDataQualityRulesetsCommand.ts +++ b/clients/client-glue/src/commands/ListDataQualityRulesetsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListDataQualityRulesetsRequest, ListDataQualityRulesetsResponse } from "../models/models_2"; import { de_ListDataQualityRulesetsCommand, se_ListDataQualityRulesetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/ListDevEndpointsCommand.ts b/clients/client-glue/src/commands/ListDevEndpointsCommand.ts index b8321cf0185bd..d6f5d602eaaae 100644 --- a/clients/client-glue/src/commands/ListDevEndpointsCommand.ts +++ b/clients/client-glue/src/commands/ListDevEndpointsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListDevEndpointsRequest, ListDevEndpointsResponse } from "../models/models_2"; import { de_ListDevEndpointsCommand, se_ListDevEndpointsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/ListJobsCommand.ts b/clients/client-glue/src/commands/ListJobsCommand.ts index c9af59e9b02b9..bacbfe4fd1603 100644 --- a/clients/client-glue/src/commands/ListJobsCommand.ts +++ b/clients/client-glue/src/commands/ListJobsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListJobsRequest, ListJobsResponse } from "../models/models_2"; import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/ListMLTransformsCommand.ts b/clients/client-glue/src/commands/ListMLTransformsCommand.ts index f7cefeb1594a4..6d731ab7232dc 100644 --- a/clients/client-glue/src/commands/ListMLTransformsCommand.ts +++ b/clients/client-glue/src/commands/ListMLTransformsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListMLTransformsRequest, ListMLTransformsResponse } from "../models/models_2"; import { de_ListMLTransformsCommand, se_ListMLTransformsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/ListRegistriesCommand.ts b/clients/client-glue/src/commands/ListRegistriesCommand.ts index a6bc698059ec3..1de40bb605bff 100644 --- a/clients/client-glue/src/commands/ListRegistriesCommand.ts +++ b/clients/client-glue/src/commands/ListRegistriesCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListRegistriesInput, ListRegistriesResponse } from "../models/models_2"; import { de_ListRegistriesCommand, se_ListRegistriesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/ListSchemaVersionsCommand.ts b/clients/client-glue/src/commands/ListSchemaVersionsCommand.ts index 27227daf216d1..441149da52903 100644 --- a/clients/client-glue/src/commands/ListSchemaVersionsCommand.ts +++ b/clients/client-glue/src/commands/ListSchemaVersionsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListSchemaVersionsInput, ListSchemaVersionsResponse } from "../models/models_2"; import { de_ListSchemaVersionsCommand, se_ListSchemaVersionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/ListSchemasCommand.ts b/clients/client-glue/src/commands/ListSchemasCommand.ts index 2845e1243e5b8..0a309634457ef 100644 --- a/clients/client-glue/src/commands/ListSchemasCommand.ts +++ b/clients/client-glue/src/commands/ListSchemasCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListSchemasInput, ListSchemasResponse } from "../models/models_2"; import { de_ListSchemasCommand, se_ListSchemasCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/ListSessionsCommand.ts b/clients/client-glue/src/commands/ListSessionsCommand.ts index e37333927062d..d969726458249 100644 --- a/clients/client-glue/src/commands/ListSessionsCommand.ts +++ b/clients/client-glue/src/commands/ListSessionsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListSessionsRequest, ListSessionsResponse } from "../models/models_2"; import { de_ListSessionsCommand, se_ListSessionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/ListStatementsCommand.ts b/clients/client-glue/src/commands/ListStatementsCommand.ts index 386e64d6412ea..0ba523961c362 100644 --- a/clients/client-glue/src/commands/ListStatementsCommand.ts +++ b/clients/client-glue/src/commands/ListStatementsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListStatementsRequest, ListStatementsResponse } from "../models/models_2"; import { de_ListStatementsCommand, se_ListStatementsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/ListTriggersCommand.ts b/clients/client-glue/src/commands/ListTriggersCommand.ts index 8e66138e73606..a37c196c6e92f 100644 --- a/clients/client-glue/src/commands/ListTriggersCommand.ts +++ b/clients/client-glue/src/commands/ListTriggersCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListTriggersRequest, ListTriggersResponse } from "../models/models_2"; import { de_ListTriggersCommand, se_ListTriggersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/ListWorkflowsCommand.ts b/clients/client-glue/src/commands/ListWorkflowsCommand.ts index e82694364b5a7..8b5bbe99af8f6 100644 --- a/clients/client-glue/src/commands/ListWorkflowsCommand.ts +++ b/clients/client-glue/src/commands/ListWorkflowsCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_2"; import { de_ListWorkflowsCommand, se_ListWorkflowsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/PutDataCatalogEncryptionSettingsCommand.ts b/clients/client-glue/src/commands/PutDataCatalogEncryptionSettingsCommand.ts index c3a4611e76417..105c4ebfd0892 100644 --- a/clients/client-glue/src/commands/PutDataCatalogEncryptionSettingsCommand.ts +++ b/clients/client-glue/src/commands/PutDataCatalogEncryptionSettingsCommand.ts @@ -20,6 +20,10 @@ import { se_PutDataCatalogEncryptionSettingsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/PutResourcePolicyCommand.ts b/clients/client-glue/src/commands/PutResourcePolicyCommand.ts index f62841d437ce9..4cf9177f1b980 100644 --- a/clients/client-glue/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-glue/src/commands/PutResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_2"; import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/PutSchemaVersionMetadataCommand.ts b/clients/client-glue/src/commands/PutSchemaVersionMetadataCommand.ts index 7a04cdef7a41c..e53af311e5efa 100644 --- a/clients/client-glue/src/commands/PutSchemaVersionMetadataCommand.ts +++ b/clients/client-glue/src/commands/PutSchemaVersionMetadataCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { PutSchemaVersionMetadataInput, PutSchemaVersionMetadataResponse } from "../models/models_2"; import { de_PutSchemaVersionMetadataCommand, se_PutSchemaVersionMetadataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/PutWorkflowRunPropertiesCommand.ts b/clients/client-glue/src/commands/PutWorkflowRunPropertiesCommand.ts index a8fffd4a300ac..3588062707844 100644 --- a/clients/client-glue/src/commands/PutWorkflowRunPropertiesCommand.ts +++ b/clients/client-glue/src/commands/PutWorkflowRunPropertiesCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { PutWorkflowRunPropertiesRequest, PutWorkflowRunPropertiesResponse } from "../models/models_2"; import { de_PutWorkflowRunPropertiesCommand, se_PutWorkflowRunPropertiesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/QuerySchemaVersionMetadataCommand.ts b/clients/client-glue/src/commands/QuerySchemaVersionMetadataCommand.ts index a8cac1420114a..71057afa10eb6 100644 --- a/clients/client-glue/src/commands/QuerySchemaVersionMetadataCommand.ts +++ b/clients/client-glue/src/commands/QuerySchemaVersionMetadataCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { QuerySchemaVersionMetadataInput, QuerySchemaVersionMetadataResponse } from "../models/models_2"; import { de_QuerySchemaVersionMetadataCommand, se_QuerySchemaVersionMetadataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/RegisterSchemaVersionCommand.ts b/clients/client-glue/src/commands/RegisterSchemaVersionCommand.ts index 71f620e43f057..a5a142a8b115b 100644 --- a/clients/client-glue/src/commands/RegisterSchemaVersionCommand.ts +++ b/clients/client-glue/src/commands/RegisterSchemaVersionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { RegisterSchemaVersionInput, RegisterSchemaVersionResponse } from "../models/models_2"; import { de_RegisterSchemaVersionCommand, se_RegisterSchemaVersionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/RemoveSchemaVersionMetadataCommand.ts b/clients/client-glue/src/commands/RemoveSchemaVersionMetadataCommand.ts index 5b43e5c251859..489e96b80f3ab 100644 --- a/clients/client-glue/src/commands/RemoveSchemaVersionMetadataCommand.ts +++ b/clients/client-glue/src/commands/RemoveSchemaVersionMetadataCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { RemoveSchemaVersionMetadataInput, RemoveSchemaVersionMetadataResponse } from "../models/models_2"; import { de_RemoveSchemaVersionMetadataCommand, se_RemoveSchemaVersionMetadataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/ResetJobBookmarkCommand.ts b/clients/client-glue/src/commands/ResetJobBookmarkCommand.ts index abd6f68734d39..2d7368131379e 100644 --- a/clients/client-glue/src/commands/ResetJobBookmarkCommand.ts +++ b/clients/client-glue/src/commands/ResetJobBookmarkCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ResetJobBookmarkRequest, ResetJobBookmarkResponse } from "../models/models_2"; import { de_ResetJobBookmarkCommand, se_ResetJobBookmarkCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/ResumeWorkflowRunCommand.ts b/clients/client-glue/src/commands/ResumeWorkflowRunCommand.ts index c6073b0078345..4d7b06122695f 100644 --- a/clients/client-glue/src/commands/ResumeWorkflowRunCommand.ts +++ b/clients/client-glue/src/commands/ResumeWorkflowRunCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ResumeWorkflowRunRequest, ResumeWorkflowRunResponse } from "../models/models_2"; import { de_ResumeWorkflowRunCommand, se_ResumeWorkflowRunCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/RunStatementCommand.ts b/clients/client-glue/src/commands/RunStatementCommand.ts index 6a867da0627cf..5d9fd99bd45c1 100644 --- a/clients/client-glue/src/commands/RunStatementCommand.ts +++ b/clients/client-glue/src/commands/RunStatementCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { RunStatementRequest, RunStatementResponse } from "../models/models_2"; import { de_RunStatementCommand, se_RunStatementCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/SearchTablesCommand.ts b/clients/client-glue/src/commands/SearchTablesCommand.ts index 1ac6f6a214038..eea9214dc2c2f 100644 --- a/clients/client-glue/src/commands/SearchTablesCommand.ts +++ b/clients/client-glue/src/commands/SearchTablesCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { SearchTablesRequest, SearchTablesResponse } from "../models/models_2"; import { de_SearchTablesCommand, se_SearchTablesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/StartBlueprintRunCommand.ts b/clients/client-glue/src/commands/StartBlueprintRunCommand.ts index 2fe571a51e030..29f254c22dff3 100644 --- a/clients/client-glue/src/commands/StartBlueprintRunCommand.ts +++ b/clients/client-glue/src/commands/StartBlueprintRunCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { StartBlueprintRunRequest, StartBlueprintRunResponse } from "../models/models_2"; import { de_StartBlueprintRunCommand, se_StartBlueprintRunCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/StartCrawlerCommand.ts b/clients/client-glue/src/commands/StartCrawlerCommand.ts index 2f77042e1d282..5d1b440bc9983 100644 --- a/clients/client-glue/src/commands/StartCrawlerCommand.ts +++ b/clients/client-glue/src/commands/StartCrawlerCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { StartCrawlerRequest, StartCrawlerResponse } from "../models/models_2"; import { de_StartCrawlerCommand, se_StartCrawlerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/StartCrawlerScheduleCommand.ts b/clients/client-glue/src/commands/StartCrawlerScheduleCommand.ts index a511ed0d94c5e..0455a039a0207 100644 --- a/clients/client-glue/src/commands/StartCrawlerScheduleCommand.ts +++ b/clients/client-glue/src/commands/StartCrawlerScheduleCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { StartCrawlerScheduleRequest, StartCrawlerScheduleResponse } from "../models/models_2"; import { de_StartCrawlerScheduleCommand, se_StartCrawlerScheduleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/StartDataQualityRuleRecommendationRunCommand.ts b/clients/client-glue/src/commands/StartDataQualityRuleRecommendationRunCommand.ts index dd11e9d1c8cb2..15b161652bdd1 100644 --- a/clients/client-glue/src/commands/StartDataQualityRuleRecommendationRunCommand.ts +++ b/clients/client-glue/src/commands/StartDataQualityRuleRecommendationRunCommand.ts @@ -23,6 +23,10 @@ import { se_StartDataQualityRuleRecommendationRunCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/StartDataQualityRulesetEvaluationRunCommand.ts b/clients/client-glue/src/commands/StartDataQualityRulesetEvaluationRunCommand.ts index 8e3c680747d2c..83e6719c1ab3f 100644 --- a/clients/client-glue/src/commands/StartDataQualityRulesetEvaluationRunCommand.ts +++ b/clients/client-glue/src/commands/StartDataQualityRulesetEvaluationRunCommand.ts @@ -23,6 +23,10 @@ import { se_StartDataQualityRulesetEvaluationRunCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/StartExportLabelsTaskRunCommand.ts b/clients/client-glue/src/commands/StartExportLabelsTaskRunCommand.ts index f1df00ca85cab..2a789e336ab3b 100644 --- a/clients/client-glue/src/commands/StartExportLabelsTaskRunCommand.ts +++ b/clients/client-glue/src/commands/StartExportLabelsTaskRunCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { StartExportLabelsTaskRunRequest, StartExportLabelsTaskRunResponse } from "../models/models_2"; import { de_StartExportLabelsTaskRunCommand, se_StartExportLabelsTaskRunCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/StartImportLabelsTaskRunCommand.ts b/clients/client-glue/src/commands/StartImportLabelsTaskRunCommand.ts index 9147212688458..7ef13eda9f655 100644 --- a/clients/client-glue/src/commands/StartImportLabelsTaskRunCommand.ts +++ b/clients/client-glue/src/commands/StartImportLabelsTaskRunCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { StartImportLabelsTaskRunRequest, StartImportLabelsTaskRunResponse } from "../models/models_2"; import { de_StartImportLabelsTaskRunCommand, se_StartImportLabelsTaskRunCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/StartJobRunCommand.ts b/clients/client-glue/src/commands/StartJobRunCommand.ts index 97a8f2a131ba4..57eb6b7a59e25 100644 --- a/clients/client-glue/src/commands/StartJobRunCommand.ts +++ b/clients/client-glue/src/commands/StartJobRunCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { StartJobRunRequest, StartJobRunResponse } from "../models/models_2"; import { de_StartJobRunCommand, se_StartJobRunCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/StartMLEvaluationTaskRunCommand.ts b/clients/client-glue/src/commands/StartMLEvaluationTaskRunCommand.ts index 8a77f51fc60bf..ee320d8aa4fb0 100644 --- a/clients/client-glue/src/commands/StartMLEvaluationTaskRunCommand.ts +++ b/clients/client-glue/src/commands/StartMLEvaluationTaskRunCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { StartMLEvaluationTaskRunRequest, StartMLEvaluationTaskRunResponse } from "../models/models_2"; import { de_StartMLEvaluationTaskRunCommand, se_StartMLEvaluationTaskRunCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/StartMLLabelingSetGenerationTaskRunCommand.ts b/clients/client-glue/src/commands/StartMLLabelingSetGenerationTaskRunCommand.ts index ab5037b918965..db62a10b8855f 100644 --- a/clients/client-glue/src/commands/StartMLLabelingSetGenerationTaskRunCommand.ts +++ b/clients/client-glue/src/commands/StartMLLabelingSetGenerationTaskRunCommand.ts @@ -23,6 +23,10 @@ import { se_StartMLLabelingSetGenerationTaskRunCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/StartTriggerCommand.ts b/clients/client-glue/src/commands/StartTriggerCommand.ts index 132ad3db0b0bc..675fd8e357934 100644 --- a/clients/client-glue/src/commands/StartTriggerCommand.ts +++ b/clients/client-glue/src/commands/StartTriggerCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { StartTriggerRequest, StartTriggerResponse } from "../models/models_2"; import { de_StartTriggerCommand, se_StartTriggerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/StartWorkflowRunCommand.ts b/clients/client-glue/src/commands/StartWorkflowRunCommand.ts index b0e6a36fe62ee..1de8ba42c3d97 100644 --- a/clients/client-glue/src/commands/StartWorkflowRunCommand.ts +++ b/clients/client-glue/src/commands/StartWorkflowRunCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { StartWorkflowRunRequest, StartWorkflowRunResponse } from "../models/models_2"; import { de_StartWorkflowRunCommand, se_StartWorkflowRunCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/StopCrawlerCommand.ts b/clients/client-glue/src/commands/StopCrawlerCommand.ts index 7b95f93b21dee..53723647c37f5 100644 --- a/clients/client-glue/src/commands/StopCrawlerCommand.ts +++ b/clients/client-glue/src/commands/StopCrawlerCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { StopCrawlerRequest, StopCrawlerResponse } from "../models/models_2"; import { de_StopCrawlerCommand, se_StopCrawlerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/StopCrawlerScheduleCommand.ts b/clients/client-glue/src/commands/StopCrawlerScheduleCommand.ts index c94f49ad8ac60..4477e000667a1 100644 --- a/clients/client-glue/src/commands/StopCrawlerScheduleCommand.ts +++ b/clients/client-glue/src/commands/StopCrawlerScheduleCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { StopCrawlerScheduleRequest, StopCrawlerScheduleResponse } from "../models/models_2"; import { de_StopCrawlerScheduleCommand, se_StopCrawlerScheduleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/StopSessionCommand.ts b/clients/client-glue/src/commands/StopSessionCommand.ts index 824057db1bbd4..e074dad23d316 100644 --- a/clients/client-glue/src/commands/StopSessionCommand.ts +++ b/clients/client-glue/src/commands/StopSessionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { StopSessionRequest, StopSessionResponse } from "../models/models_2"; import { de_StopSessionCommand, se_StopSessionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/StopTriggerCommand.ts b/clients/client-glue/src/commands/StopTriggerCommand.ts index 6549c41b20308..0b13872b73c60 100644 --- a/clients/client-glue/src/commands/StopTriggerCommand.ts +++ b/clients/client-glue/src/commands/StopTriggerCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { StopTriggerRequest, StopTriggerResponse } from "../models/models_2"; import { de_StopTriggerCommand, se_StopTriggerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/StopWorkflowRunCommand.ts b/clients/client-glue/src/commands/StopWorkflowRunCommand.ts index 5e88f5582ba58..f69685b21164b 100644 --- a/clients/client-glue/src/commands/StopWorkflowRunCommand.ts +++ b/clients/client-glue/src/commands/StopWorkflowRunCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { StopWorkflowRunRequest, StopWorkflowRunResponse } from "../models/models_2"; import { de_StopWorkflowRunCommand, se_StopWorkflowRunCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/TagResourceCommand.ts b/clients/client-glue/src/commands/TagResourceCommand.ts index 3d33b56de41e2..6afd477e5688f 100644 --- a/clients/client-glue/src/commands/TagResourceCommand.ts +++ b/clients/client-glue/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { TagResourceRequest, TagResourceResponse } from "../models/models_2"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/UntagResourceCommand.ts b/clients/client-glue/src/commands/UntagResourceCommand.ts index e5e100a773ec8..14f59c21ea452 100644 --- a/clients/client-glue/src/commands/UntagResourceCommand.ts +++ b/clients/client-glue/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UntagResourceRequest, UntagResourceResponse } from "../models/models_2"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/UpdateBlueprintCommand.ts b/clients/client-glue/src/commands/UpdateBlueprintCommand.ts index b70ea01653add..bad401368e95b 100644 --- a/clients/client-glue/src/commands/UpdateBlueprintCommand.ts +++ b/clients/client-glue/src/commands/UpdateBlueprintCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateBlueprintRequest, UpdateBlueprintResponse } from "../models/models_2"; import { de_UpdateBlueprintCommand, se_UpdateBlueprintCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/UpdateClassifierCommand.ts b/clients/client-glue/src/commands/UpdateClassifierCommand.ts index c30c1be111884..584ab392edbf7 100644 --- a/clients/client-glue/src/commands/UpdateClassifierCommand.ts +++ b/clients/client-glue/src/commands/UpdateClassifierCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateClassifierRequest, UpdateClassifierResponse } from "../models/models_2"; import { de_UpdateClassifierCommand, se_UpdateClassifierCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/UpdateColumnStatisticsForPartitionCommand.ts b/clients/client-glue/src/commands/UpdateColumnStatisticsForPartitionCommand.ts index 69658013b62cb..30cde421083d1 100644 --- a/clients/client-glue/src/commands/UpdateColumnStatisticsForPartitionCommand.ts +++ b/clients/client-glue/src/commands/UpdateColumnStatisticsForPartitionCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateColumnStatisticsForPartitionCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/UpdateColumnStatisticsForTableCommand.ts b/clients/client-glue/src/commands/UpdateColumnStatisticsForTableCommand.ts index 0c0fbb14f3fba..675bc2478c92a 100644 --- a/clients/client-glue/src/commands/UpdateColumnStatisticsForTableCommand.ts +++ b/clients/client-glue/src/commands/UpdateColumnStatisticsForTableCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateColumnStatisticsForTableCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/UpdateConnectionCommand.ts b/clients/client-glue/src/commands/UpdateConnectionCommand.ts index dc6e333de1612..4257abc71eeb1 100644 --- a/clients/client-glue/src/commands/UpdateConnectionCommand.ts +++ b/clients/client-glue/src/commands/UpdateConnectionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateConnectionRequest, UpdateConnectionResponse } from "../models/models_2"; import { de_UpdateConnectionCommand, se_UpdateConnectionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/UpdateCrawlerCommand.ts b/clients/client-glue/src/commands/UpdateCrawlerCommand.ts index a508840ed3941..43191e2eed8f1 100644 --- a/clients/client-glue/src/commands/UpdateCrawlerCommand.ts +++ b/clients/client-glue/src/commands/UpdateCrawlerCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateCrawlerRequest, UpdateCrawlerResponse } from "../models/models_2"; import { de_UpdateCrawlerCommand, se_UpdateCrawlerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/UpdateCrawlerScheduleCommand.ts b/clients/client-glue/src/commands/UpdateCrawlerScheduleCommand.ts index 9f590789b81ef..65fd30e451d38 100644 --- a/clients/client-glue/src/commands/UpdateCrawlerScheduleCommand.ts +++ b/clients/client-glue/src/commands/UpdateCrawlerScheduleCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateCrawlerScheduleRequest, UpdateCrawlerScheduleResponse } from "../models/models_2"; import { de_UpdateCrawlerScheduleCommand, se_UpdateCrawlerScheduleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/UpdateDataQualityRulesetCommand.ts b/clients/client-glue/src/commands/UpdateDataQualityRulesetCommand.ts index 019d2d38b9db0..b5eb61568d2a5 100644 --- a/clients/client-glue/src/commands/UpdateDataQualityRulesetCommand.ts +++ b/clients/client-glue/src/commands/UpdateDataQualityRulesetCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateDataQualityRulesetRequest, UpdateDataQualityRulesetResponse } from "../models/models_2"; import { de_UpdateDataQualityRulesetCommand, se_UpdateDataQualityRulesetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/UpdateDatabaseCommand.ts b/clients/client-glue/src/commands/UpdateDatabaseCommand.ts index 2154e96fadc8d..8c78bcb2ebdd5 100644 --- a/clients/client-glue/src/commands/UpdateDatabaseCommand.ts +++ b/clients/client-glue/src/commands/UpdateDatabaseCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateDatabaseRequest, UpdateDatabaseResponse } from "../models/models_2"; import { de_UpdateDatabaseCommand, se_UpdateDatabaseCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/UpdateDevEndpointCommand.ts b/clients/client-glue/src/commands/UpdateDevEndpointCommand.ts index 596d830842b53..6d9ef8d327cb4 100644 --- a/clients/client-glue/src/commands/UpdateDevEndpointCommand.ts +++ b/clients/client-glue/src/commands/UpdateDevEndpointCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateDevEndpointRequest, UpdateDevEndpointResponse } from "../models/models_2"; import { de_UpdateDevEndpointCommand, se_UpdateDevEndpointCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/UpdateJobCommand.ts b/clients/client-glue/src/commands/UpdateJobCommand.ts index fa029ad6dba12..55e469c6c4ab7 100644 --- a/clients/client-glue/src/commands/UpdateJobCommand.ts +++ b/clients/client-glue/src/commands/UpdateJobCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateJobRequest, UpdateJobRequestFilterSensitiveLog, UpdateJobResponse } from "../models/models_2"; import { de_UpdateJobCommand, se_UpdateJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/UpdateJobFromSourceControlCommand.ts b/clients/client-glue/src/commands/UpdateJobFromSourceControlCommand.ts index 98fd7d05d3a9c..b38e66f3e830f 100644 --- a/clients/client-glue/src/commands/UpdateJobFromSourceControlCommand.ts +++ b/clients/client-glue/src/commands/UpdateJobFromSourceControlCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateJobFromSourceControlRequest, UpdateJobFromSourceControlResponse } from "../models/models_2"; import { de_UpdateJobFromSourceControlCommand, se_UpdateJobFromSourceControlCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/UpdateMLTransformCommand.ts b/clients/client-glue/src/commands/UpdateMLTransformCommand.ts index 38817bad127e4..e089280ba3b5f 100644 --- a/clients/client-glue/src/commands/UpdateMLTransformCommand.ts +++ b/clients/client-glue/src/commands/UpdateMLTransformCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateMLTransformRequest, UpdateMLTransformResponse } from "../models/models_2"; import { de_UpdateMLTransformCommand, se_UpdateMLTransformCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/UpdatePartitionCommand.ts b/clients/client-glue/src/commands/UpdatePartitionCommand.ts index 3696c48825501..7b1be6c7bba24 100644 --- a/clients/client-glue/src/commands/UpdatePartitionCommand.ts +++ b/clients/client-glue/src/commands/UpdatePartitionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdatePartitionRequest, UpdatePartitionResponse } from "../models/models_2"; import { de_UpdatePartitionCommand, se_UpdatePartitionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/UpdateRegistryCommand.ts b/clients/client-glue/src/commands/UpdateRegistryCommand.ts index f6e21d22a0b3f..510c27893ee20 100644 --- a/clients/client-glue/src/commands/UpdateRegistryCommand.ts +++ b/clients/client-glue/src/commands/UpdateRegistryCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateRegistryInput, UpdateRegistryResponse } from "../models/models_2"; import { de_UpdateRegistryCommand, se_UpdateRegistryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/UpdateSchemaCommand.ts b/clients/client-glue/src/commands/UpdateSchemaCommand.ts index 2bf5247a3f958..3da861df4b630 100644 --- a/clients/client-glue/src/commands/UpdateSchemaCommand.ts +++ b/clients/client-glue/src/commands/UpdateSchemaCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateSchemaInput, UpdateSchemaResponse } from "../models/models_2"; import { de_UpdateSchemaCommand, se_UpdateSchemaCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/UpdateSourceControlFromJobCommand.ts b/clients/client-glue/src/commands/UpdateSourceControlFromJobCommand.ts index eb467925f9f89..a5a0ec222090a 100644 --- a/clients/client-glue/src/commands/UpdateSourceControlFromJobCommand.ts +++ b/clients/client-glue/src/commands/UpdateSourceControlFromJobCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateSourceControlFromJobRequest, UpdateSourceControlFromJobResponse } from "../models/models_2"; import { de_UpdateSourceControlFromJobCommand, se_UpdateSourceControlFromJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/UpdateTableCommand.ts b/clients/client-glue/src/commands/UpdateTableCommand.ts index 4a25880ec85d3..36cc762477269 100644 --- a/clients/client-glue/src/commands/UpdateTableCommand.ts +++ b/clients/client-glue/src/commands/UpdateTableCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateTableRequest, UpdateTableResponse } from "../models/models_2"; import { de_UpdateTableCommand, se_UpdateTableCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/UpdateTriggerCommand.ts b/clients/client-glue/src/commands/UpdateTriggerCommand.ts index e7fc95eef25bb..fa70958998e82 100644 --- a/clients/client-glue/src/commands/UpdateTriggerCommand.ts +++ b/clients/client-glue/src/commands/UpdateTriggerCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateTriggerRequest, UpdateTriggerResponse } from "../models/models_2"; import { de_UpdateTriggerCommand, se_UpdateTriggerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/UpdateUserDefinedFunctionCommand.ts b/clients/client-glue/src/commands/UpdateUserDefinedFunctionCommand.ts index 77e69836d3e2a..b2c90175bba45 100644 --- a/clients/client-glue/src/commands/UpdateUserDefinedFunctionCommand.ts +++ b/clients/client-glue/src/commands/UpdateUserDefinedFunctionCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateUserDefinedFunctionRequest, UpdateUserDefinedFunctionResponse } from "../models/models_2"; import { de_UpdateUserDefinedFunctionCommand, se_UpdateUserDefinedFunctionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/commands/UpdateWorkflowCommand.ts b/clients/client-glue/src/commands/UpdateWorkflowCommand.ts index 1cf2a272199c9..953479b0c6a37 100644 --- a/clients/client-glue/src/commands/UpdateWorkflowCommand.ts +++ b/clients/client-glue/src/commands/UpdateWorkflowCommand.ts @@ -17,6 +17,10 @@ import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateWorkflowRequest, UpdateWorkflowResponse } from "../models/models_2"; import { de_UpdateWorkflowCommand, se_UpdateWorkflowCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-glue/src/index.ts b/clients/client-glue/src/index.ts index da34587a69696..1c46c955ac95b 100644 --- a/clients/client-glue/src/index.ts +++ b/clients/client-glue/src/index.ts @@ -1,8 +1,15 @@ -export * from "./Glue"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Glue + *

Defines the public endpoint for the Glue service.

+ * + * @packageDocumentation + */ export * from "./GlueClient"; +export * from "./Glue"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { GlueServiceException } from "./models/GlueServiceException"; diff --git a/clients/client-glue/src/models/GlueServiceException.ts b/clients/client-glue/src/models/GlueServiceException.ts index 245c6f3d6cf1e..27be8d6778957 100644 --- a/clients/client-glue/src/models/GlueServiceException.ts +++ b/clients/client-glue/src/models/GlueServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-grafana/src/GrafanaClient.ts b/clients/client-grafana/src/GrafanaClient.ts index d651927488dd9..06d0d2ae3d5ec 100644 --- a/clients/client-grafana/src/GrafanaClient.ts +++ b/clients/client-grafana/src/GrafanaClient.ts @@ -101,6 +101,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -274,7 +276,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type GrafanaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type GrafanaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -293,7 +295,7 @@ export interface GrafanaClientConfig extends GrafanaClientConfigType {} /** * @public */ -type GrafanaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type GrafanaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-grafana/src/commands/AssociateLicenseCommand.ts b/clients/client-grafana/src/commands/AssociateLicenseCommand.ts index 8ab5ea5db7e13..880679dc156a1 100644 --- a/clients/client-grafana/src/commands/AssociateLicenseCommand.ts +++ b/clients/client-grafana/src/commands/AssociateLicenseCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_AssociateLicenseCommand, se_AssociateLicenseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-grafana/src/commands/CreateWorkspaceApiKeyCommand.ts b/clients/client-grafana/src/commands/CreateWorkspaceApiKeyCommand.ts index ebab3bc64df44..838b6c0fd2906 100644 --- a/clients/client-grafana/src/commands/CreateWorkspaceApiKeyCommand.ts +++ b/clients/client-grafana/src/commands/CreateWorkspaceApiKeyCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateWorkspaceApiKeyCommand, se_CreateWorkspaceApiKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-grafana/src/commands/CreateWorkspaceCommand.ts b/clients/client-grafana/src/commands/CreateWorkspaceCommand.ts index 692865153980b..f408c635cee10 100644 --- a/clients/client-grafana/src/commands/CreateWorkspaceCommand.ts +++ b/clients/client-grafana/src/commands/CreateWorkspaceCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateWorkspaceCommand, se_CreateWorkspaceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-grafana/src/commands/DeleteWorkspaceApiKeyCommand.ts b/clients/client-grafana/src/commands/DeleteWorkspaceApiKeyCommand.ts index 6e89bce6457f1..82f23d45ab4ba 100644 --- a/clients/client-grafana/src/commands/DeleteWorkspaceApiKeyCommand.ts +++ b/clients/client-grafana/src/commands/DeleteWorkspaceApiKeyCommand.ts @@ -17,6 +17,10 @@ import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteWorkspaceApiKeyRequest, DeleteWorkspaceApiKeyResponse } from "../models/models_0"; import { de_DeleteWorkspaceApiKeyCommand, se_DeleteWorkspaceApiKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-grafana/src/commands/DeleteWorkspaceCommand.ts b/clients/client-grafana/src/commands/DeleteWorkspaceCommand.ts index f999dcff68453..e30193301b5a3 100644 --- a/clients/client-grafana/src/commands/DeleteWorkspaceCommand.ts +++ b/clients/client-grafana/src/commands/DeleteWorkspaceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DeleteWorkspaceCommand, se_DeleteWorkspaceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-grafana/src/commands/DescribeWorkspaceAuthenticationCommand.ts b/clients/client-grafana/src/commands/DescribeWorkspaceAuthenticationCommand.ts index 1372f5fce7d25..f209dbe183f3c 100644 --- a/clients/client-grafana/src/commands/DescribeWorkspaceAuthenticationCommand.ts +++ b/clients/client-grafana/src/commands/DescribeWorkspaceAuthenticationCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeWorkspaceAuthenticationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-grafana/src/commands/DescribeWorkspaceCommand.ts b/clients/client-grafana/src/commands/DescribeWorkspaceCommand.ts index 0c2ab2e8344f8..9bfe37e8bd0a0 100644 --- a/clients/client-grafana/src/commands/DescribeWorkspaceCommand.ts +++ b/clients/client-grafana/src/commands/DescribeWorkspaceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeWorkspaceCommand, se_DescribeWorkspaceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-grafana/src/commands/DescribeWorkspaceConfigurationCommand.ts b/clients/client-grafana/src/commands/DescribeWorkspaceConfigurationCommand.ts index 52b14c56b8cfc..242db7bde7895 100644 --- a/clients/client-grafana/src/commands/DescribeWorkspaceConfigurationCommand.ts +++ b/clients/client-grafana/src/commands/DescribeWorkspaceConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeWorkspaceConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-grafana/src/commands/DisassociateLicenseCommand.ts b/clients/client-grafana/src/commands/DisassociateLicenseCommand.ts index 5591914ca49a7..f0bda8651aac0 100644 --- a/clients/client-grafana/src/commands/DisassociateLicenseCommand.ts +++ b/clients/client-grafana/src/commands/DisassociateLicenseCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DisassociateLicenseCommand, se_DisassociateLicenseCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-grafana/src/commands/ListPermissionsCommand.ts b/clients/client-grafana/src/commands/ListPermissionsCommand.ts index 8f93846ee6b0e..949854bc8fc66 100644 --- a/clients/client-grafana/src/commands/ListPermissionsCommand.ts +++ b/clients/client-grafana/src/commands/ListPermissionsCommand.ts @@ -17,6 +17,10 @@ import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0"; import { de_ListPermissionsCommand, se_ListPermissionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-grafana/src/commands/ListTagsForResourceCommand.ts b/clients/client-grafana/src/commands/ListTagsForResourceCommand.ts index 8877f97ce31d3..b8733fae1a4a5 100644 --- a/clients/client-grafana/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-grafana/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-grafana/src/commands/ListWorkspacesCommand.ts b/clients/client-grafana/src/commands/ListWorkspacesCommand.ts index 308094c33f6fa..abc4593efec6d 100644 --- a/clients/client-grafana/src/commands/ListWorkspacesCommand.ts +++ b/clients/client-grafana/src/commands/ListWorkspacesCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListWorkspacesCommand, se_ListWorkspacesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-grafana/src/commands/TagResourceCommand.ts b/clients/client-grafana/src/commands/TagResourceCommand.ts index 336d678f0e69b..5be691784ce8e 100644 --- a/clients/client-grafana/src/commands/TagResourceCommand.ts +++ b/clients/client-grafana/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-grafana/src/commands/UntagResourceCommand.ts b/clients/client-grafana/src/commands/UntagResourceCommand.ts index 6368766214def..e3c09d9c604b7 100644 --- a/clients/client-grafana/src/commands/UntagResourceCommand.ts +++ b/clients/client-grafana/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-grafana/src/commands/UpdatePermissionsCommand.ts b/clients/client-grafana/src/commands/UpdatePermissionsCommand.ts index 65496c4ac1b06..38399bc8a3150 100644 --- a/clients/client-grafana/src/commands/UpdatePermissionsCommand.ts +++ b/clients/client-grafana/src/commands/UpdatePermissionsCommand.ts @@ -17,6 +17,10 @@ import { GrafanaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdatePermissionsRequest, UpdatePermissionsResponse } from "../models/models_0"; import { de_UpdatePermissionsCommand, se_UpdatePermissionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-grafana/src/commands/UpdateWorkspaceAuthenticationCommand.ts b/clients/client-grafana/src/commands/UpdateWorkspaceAuthenticationCommand.ts index 33a3ff7aeed02..38f2233e666cb 100644 --- a/clients/client-grafana/src/commands/UpdateWorkspaceAuthenticationCommand.ts +++ b/clients/client-grafana/src/commands/UpdateWorkspaceAuthenticationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateWorkspaceAuthenticationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-grafana/src/commands/UpdateWorkspaceCommand.ts b/clients/client-grafana/src/commands/UpdateWorkspaceCommand.ts index 39f98e36ee4bc..4d96a5d24d612 100644 --- a/clients/client-grafana/src/commands/UpdateWorkspaceCommand.ts +++ b/clients/client-grafana/src/commands/UpdateWorkspaceCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_UpdateWorkspaceCommand, se_UpdateWorkspaceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-grafana/src/commands/UpdateWorkspaceConfigurationCommand.ts b/clients/client-grafana/src/commands/UpdateWorkspaceConfigurationCommand.ts index 4ed2a7dc00f45..d7025a61df3f2 100644 --- a/clients/client-grafana/src/commands/UpdateWorkspaceConfigurationCommand.ts +++ b/clients/client-grafana/src/commands/UpdateWorkspaceConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateWorkspaceConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-grafana/src/index.ts b/clients/client-grafana/src/index.ts index cb3dcf89f4087..91f0bcc345ab8 100644 --- a/clients/client-grafana/src/index.ts +++ b/clients/client-grafana/src/index.ts @@ -1,8 +1,22 @@ -export * from "./Grafana"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Managed Grafana is a fully managed and secure data visualization service that + * you can use to instantly query, correlate, and visualize operational metrics, logs, and + * traces from multiple sources. Amazon Managed Grafana makes it easy to deploy, operate, and + * scale Grafana, a widely deployed data visualization tool that is popular for its + * extensible data support.

+ *

With Amazon Managed Grafana, you create logically isolated Grafana servers called + * workspaces. In a workspace, you can create Grafana dashboards + * and visualizations to analyze your metrics, logs, and traces without having to build, + * package, or deploy any hardware to run Grafana servers.

+ * + * @packageDocumentation + */ export * from "./GrafanaClient"; +export * from "./Grafana"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { GrafanaServiceException } from "./models/GrafanaServiceException"; diff --git a/clients/client-grafana/src/models/GrafanaServiceException.ts b/clients/client-grafana/src/models/GrafanaServiceException.ts index 07f7e1cc9cac6..04d78df294cbe 100644 --- a/clients/client-grafana/src/models/GrafanaServiceException.ts +++ b/clients/client-grafana/src/models/GrafanaServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-greengrass/src/GreengrassClient.ts b/clients/client-greengrass/src/GreengrassClient.ts index 086f15e480de3..15772e21e5f82 100644 --- a/clients/client-greengrass/src/GreengrassClient.ts +++ b/clients/client-greengrass/src/GreengrassClient.ts @@ -379,6 +379,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -700,7 +702,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type GreengrassClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type GreengrassClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -719,7 +721,7 @@ export interface GreengrassClientConfig extends GreengrassClientConfigType {} /** * @public */ -type GreengrassClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type GreengrassClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-greengrass/src/commands/AssociateRoleToGroupCommand.ts b/clients/client-greengrass/src/commands/AssociateRoleToGroupCommand.ts index 2af62e6b68a5b..6c3b12194169d 100644 --- a/clients/client-greengrass/src/commands/AssociateRoleToGroupCommand.ts +++ b/clients/client-greengrass/src/commands/AssociateRoleToGroupCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { AssociateRoleToGroupRequest, AssociateRoleToGroupResponse } from "../models/models_0"; import { de_AssociateRoleToGroupCommand, se_AssociateRoleToGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/AssociateServiceRoleToAccountCommand.ts b/clients/client-greengrass/src/commands/AssociateServiceRoleToAccountCommand.ts index d35b05ae0215e..1d7f6f162d2b5 100644 --- a/clients/client-greengrass/src/commands/AssociateServiceRoleToAccountCommand.ts +++ b/clients/client-greengrass/src/commands/AssociateServiceRoleToAccountCommand.ts @@ -20,6 +20,10 @@ import { se_AssociateServiceRoleToAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/CreateConnectorDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateConnectorDefinitionCommand.ts index cd8c6d8a088d3..bed01137b62e3 100644 --- a/clients/client-greengrass/src/commands/CreateConnectorDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateConnectorDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateConnectorDefinitionRequest, CreateConnectorDefinitionResponse } from "../models/models_0"; import { de_CreateConnectorDefinitionCommand, se_CreateConnectorDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/CreateConnectorDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateConnectorDefinitionVersionCommand.ts index d697596edf1d0..5b661bf738ad8 100644 --- a/clients/client-greengrass/src/commands/CreateConnectorDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateConnectorDefinitionVersionCommand.ts @@ -20,6 +20,10 @@ import { se_CreateConnectorDefinitionVersionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/CreateCoreDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateCoreDefinitionCommand.ts index 3d5fe81ba2865..888a51de97c9d 100644 --- a/clients/client-greengrass/src/commands/CreateCoreDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateCoreDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateCoreDefinitionRequest, CreateCoreDefinitionResponse } from "../models/models_0"; import { de_CreateCoreDefinitionCommand, se_CreateCoreDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/CreateCoreDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateCoreDefinitionVersionCommand.ts index 6fb4ba886faa0..d63eb4c478ef2 100644 --- a/clients/client-greengrass/src/commands/CreateCoreDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateCoreDefinitionVersionCommand.ts @@ -20,6 +20,10 @@ import { se_CreateCoreDefinitionVersionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/CreateDeploymentCommand.ts b/clients/client-greengrass/src/commands/CreateDeploymentCommand.ts index 954377e59eb9f..2261fa284c973 100644 --- a/clients/client-greengrass/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-greengrass/src/commands/CreateDeploymentCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0"; import { de_CreateDeploymentCommand, se_CreateDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/CreateDeviceDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateDeviceDefinitionCommand.ts index 6213853f685d6..ac2c55c948649 100644 --- a/clients/client-greengrass/src/commands/CreateDeviceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateDeviceDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateDeviceDefinitionRequest, CreateDeviceDefinitionResponse } from "../models/models_0"; import { de_CreateDeviceDefinitionCommand, se_CreateDeviceDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/CreateDeviceDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateDeviceDefinitionVersionCommand.ts index 1184e592ce1ee..8310cc2b521b5 100644 --- a/clients/client-greengrass/src/commands/CreateDeviceDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateDeviceDefinitionVersionCommand.ts @@ -20,6 +20,10 @@ import { se_CreateDeviceDefinitionVersionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/CreateFunctionDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateFunctionDefinitionCommand.ts index bde1016e8db3a..ccb5464de9785 100644 --- a/clients/client-greengrass/src/commands/CreateFunctionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateFunctionDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateFunctionDefinitionRequest, CreateFunctionDefinitionResponse } from "../models/models_0"; import { de_CreateFunctionDefinitionCommand, se_CreateFunctionDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/CreateFunctionDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateFunctionDefinitionVersionCommand.ts index aae80e51832da..c43d9a3193004 100644 --- a/clients/client-greengrass/src/commands/CreateFunctionDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateFunctionDefinitionVersionCommand.ts @@ -20,6 +20,10 @@ import { se_CreateFunctionDefinitionVersionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/CreateGroupCertificateAuthorityCommand.ts b/clients/client-greengrass/src/commands/CreateGroupCertificateAuthorityCommand.ts index e5083d3b777eb..5242ab591adfc 100644 --- a/clients/client-greengrass/src/commands/CreateGroupCertificateAuthorityCommand.ts +++ b/clients/client-greengrass/src/commands/CreateGroupCertificateAuthorityCommand.ts @@ -20,6 +20,10 @@ import { se_CreateGroupCertificateAuthorityCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/CreateGroupCommand.ts b/clients/client-greengrass/src/commands/CreateGroupCommand.ts index e15fec4512944..87d8dc91e9271 100644 --- a/clients/client-greengrass/src/commands/CreateGroupCommand.ts +++ b/clients/client-greengrass/src/commands/CreateGroupCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0"; import { de_CreateGroupCommand, se_CreateGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/CreateGroupVersionCommand.ts b/clients/client-greengrass/src/commands/CreateGroupVersionCommand.ts index 7e24e9c74495f..db7242026efe8 100644 --- a/clients/client-greengrass/src/commands/CreateGroupVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateGroupVersionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateGroupVersionRequest, CreateGroupVersionResponse } from "../models/models_0"; import { de_CreateGroupVersionCommand, se_CreateGroupVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/CreateLoggerDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateLoggerDefinitionCommand.ts index 3eb49e5dd77d2..417ded46337a6 100644 --- a/clients/client-greengrass/src/commands/CreateLoggerDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateLoggerDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateLoggerDefinitionRequest, CreateLoggerDefinitionResponse } from "../models/models_0"; import { de_CreateLoggerDefinitionCommand, se_CreateLoggerDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/CreateLoggerDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateLoggerDefinitionVersionCommand.ts index 68ea9bbbf3908..9f4a19cd15f0e 100644 --- a/clients/client-greengrass/src/commands/CreateLoggerDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateLoggerDefinitionVersionCommand.ts @@ -20,6 +20,10 @@ import { se_CreateLoggerDefinitionVersionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/CreateResourceDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateResourceDefinitionCommand.ts index ad23fea58bdc1..4b3564579da9b 100644 --- a/clients/client-greengrass/src/commands/CreateResourceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateResourceDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateResourceDefinitionRequest, CreateResourceDefinitionResponse } from "../models/models_0"; import { de_CreateResourceDefinitionCommand, se_CreateResourceDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/CreateResourceDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateResourceDefinitionVersionCommand.ts index 88579c3e9f74b..0223a7ab81926 100644 --- a/clients/client-greengrass/src/commands/CreateResourceDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateResourceDefinitionVersionCommand.ts @@ -20,6 +20,10 @@ import { se_CreateResourceDefinitionVersionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/CreateSoftwareUpdateJobCommand.ts b/clients/client-greengrass/src/commands/CreateSoftwareUpdateJobCommand.ts index 605d371d295c7..1e8c85448ecf8 100644 --- a/clients/client-greengrass/src/commands/CreateSoftwareUpdateJobCommand.ts +++ b/clients/client-greengrass/src/commands/CreateSoftwareUpdateJobCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateSoftwareUpdateJobRequest, CreateSoftwareUpdateJobResponse } from "../models/models_0"; import { de_CreateSoftwareUpdateJobCommand, se_CreateSoftwareUpdateJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionCommand.ts b/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionCommand.ts index b1a5e10e9ab0b..c77a9ac887562 100644 --- a/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionCommand.ts @@ -20,6 +20,10 @@ import { se_CreateSubscriptionDefinitionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionVersionCommand.ts index 2d4895077a358..f28b153bf1c21 100644 --- a/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/CreateSubscriptionDefinitionVersionCommand.ts @@ -23,6 +23,10 @@ import { se_CreateSubscriptionDefinitionVersionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/DeleteConnectorDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteConnectorDefinitionCommand.ts index 00f614580b77a..9cdeb0b3cdc1b 100644 --- a/clients/client-greengrass/src/commands/DeleteConnectorDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteConnectorDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteConnectorDefinitionRequest, DeleteConnectorDefinitionResponse } from "../models/models_0"; import { de_DeleteConnectorDefinitionCommand, se_DeleteConnectorDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/DeleteCoreDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteCoreDefinitionCommand.ts index f68322615b845..e42e65439718d 100644 --- a/clients/client-greengrass/src/commands/DeleteCoreDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteCoreDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteCoreDefinitionRequest, DeleteCoreDefinitionResponse } from "../models/models_0"; import { de_DeleteCoreDefinitionCommand, se_DeleteCoreDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/DeleteDeviceDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteDeviceDefinitionCommand.ts index 8975bb02b75b1..8013b189ef4b2 100644 --- a/clients/client-greengrass/src/commands/DeleteDeviceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteDeviceDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteDeviceDefinitionRequest, DeleteDeviceDefinitionResponse } from "../models/models_0"; import { de_DeleteDeviceDefinitionCommand, se_DeleteDeviceDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/DeleteFunctionDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteFunctionDefinitionCommand.ts index e5e65f8ff3e53..cbe8d1899a410 100644 --- a/clients/client-greengrass/src/commands/DeleteFunctionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteFunctionDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteFunctionDefinitionRequest, DeleteFunctionDefinitionResponse } from "../models/models_0"; import { de_DeleteFunctionDefinitionCommand, se_DeleteFunctionDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/DeleteGroupCommand.ts b/clients/client-greengrass/src/commands/DeleteGroupCommand.ts index 1403a4b5a4928..f3d58e1a49096 100644 --- a/clients/client-greengrass/src/commands/DeleteGroupCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteGroupCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0"; import { de_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/DeleteLoggerDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteLoggerDefinitionCommand.ts index 4c7192179471d..1c3f82c7bb6df 100644 --- a/clients/client-greengrass/src/commands/DeleteLoggerDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteLoggerDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteLoggerDefinitionRequest, DeleteLoggerDefinitionResponse } from "../models/models_0"; import { de_DeleteLoggerDefinitionCommand, se_DeleteLoggerDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/DeleteResourceDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteResourceDefinitionCommand.ts index 4acc683a604a2..88b4b449d19c8 100644 --- a/clients/client-greengrass/src/commands/DeleteResourceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteResourceDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteResourceDefinitionRequest, DeleteResourceDefinitionResponse } from "../models/models_0"; import { de_DeleteResourceDefinitionCommand, se_DeleteResourceDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/DeleteSubscriptionDefinitionCommand.ts b/clients/client-greengrass/src/commands/DeleteSubscriptionDefinitionCommand.ts index 18d19992850f5..c4179ef5afe6b 100644 --- a/clients/client-greengrass/src/commands/DeleteSubscriptionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/DeleteSubscriptionDefinitionCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteSubscriptionDefinitionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/DisassociateRoleFromGroupCommand.ts b/clients/client-greengrass/src/commands/DisassociateRoleFromGroupCommand.ts index 9a65cfb86f887..341f6536ac6f2 100644 --- a/clients/client-greengrass/src/commands/DisassociateRoleFromGroupCommand.ts +++ b/clients/client-greengrass/src/commands/DisassociateRoleFromGroupCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DisassociateRoleFromGroupRequest, DisassociateRoleFromGroupResponse } from "../models/models_0"; import { de_DisassociateRoleFromGroupCommand, se_DisassociateRoleFromGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/DisassociateServiceRoleFromAccountCommand.ts b/clients/client-greengrass/src/commands/DisassociateServiceRoleFromAccountCommand.ts index fee12eb9d61c3..8eb01cfb1068b 100644 --- a/clients/client-greengrass/src/commands/DisassociateServiceRoleFromAccountCommand.ts +++ b/clients/client-greengrass/src/commands/DisassociateServiceRoleFromAccountCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateServiceRoleFromAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetAssociatedRoleCommand.ts b/clients/client-greengrass/src/commands/GetAssociatedRoleCommand.ts index 901694ba42b84..6b27325d7939b 100644 --- a/clients/client-greengrass/src/commands/GetAssociatedRoleCommand.ts +++ b/clients/client-greengrass/src/commands/GetAssociatedRoleCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetAssociatedRoleRequest, GetAssociatedRoleResponse } from "../models/models_0"; import { de_GetAssociatedRoleCommand, se_GetAssociatedRoleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetBulkDeploymentStatusCommand.ts b/clients/client-greengrass/src/commands/GetBulkDeploymentStatusCommand.ts index b86dda7d90b71..85e259d4a314d 100644 --- a/clients/client-greengrass/src/commands/GetBulkDeploymentStatusCommand.ts +++ b/clients/client-greengrass/src/commands/GetBulkDeploymentStatusCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetBulkDeploymentStatusRequest, GetBulkDeploymentStatusResponse } from "../models/models_0"; import { de_GetBulkDeploymentStatusCommand, se_GetBulkDeploymentStatusCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetConnectivityInfoCommand.ts b/clients/client-greengrass/src/commands/GetConnectivityInfoCommand.ts index 32e6a1d5adaf5..b9ab4cf670ec1 100644 --- a/clients/client-greengrass/src/commands/GetConnectivityInfoCommand.ts +++ b/clients/client-greengrass/src/commands/GetConnectivityInfoCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetConnectivityInfoRequest, GetConnectivityInfoResponse } from "../models/models_0"; import { de_GetConnectivityInfoCommand, se_GetConnectivityInfoCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetConnectorDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetConnectorDefinitionCommand.ts index 9df3e04131595..fb2c6a7402bb1 100644 --- a/clients/client-greengrass/src/commands/GetConnectorDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetConnectorDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetConnectorDefinitionRequest, GetConnectorDefinitionResponse } from "../models/models_0"; import { de_GetConnectorDefinitionCommand, se_GetConnectorDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetConnectorDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetConnectorDefinitionVersionCommand.ts index 3837138a4ffc1..40704b72ede8c 100644 --- a/clients/client-greengrass/src/commands/GetConnectorDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetConnectorDefinitionVersionCommand.ts @@ -20,6 +20,10 @@ import { se_GetConnectorDefinitionVersionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetCoreDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetCoreDefinitionCommand.ts index eb5c752c01950..14b780c136fdf 100644 --- a/clients/client-greengrass/src/commands/GetCoreDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetCoreDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetCoreDefinitionRequest, GetCoreDefinitionResponse } from "../models/models_0"; import { de_GetCoreDefinitionCommand, se_GetCoreDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetCoreDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetCoreDefinitionVersionCommand.ts index 392e27c924d6e..7a5055d2b89cc 100644 --- a/clients/client-greengrass/src/commands/GetCoreDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetCoreDefinitionVersionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetCoreDefinitionVersionRequest, GetCoreDefinitionVersionResponse } from "../models/models_0"; import { de_GetCoreDefinitionVersionCommand, se_GetCoreDefinitionVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetDeploymentStatusCommand.ts b/clients/client-greengrass/src/commands/GetDeploymentStatusCommand.ts index c98055410677f..8d1c6cb80750a 100644 --- a/clients/client-greengrass/src/commands/GetDeploymentStatusCommand.ts +++ b/clients/client-greengrass/src/commands/GetDeploymentStatusCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDeploymentStatusRequest, GetDeploymentStatusResponse } from "../models/models_0"; import { de_GetDeploymentStatusCommand, se_GetDeploymentStatusCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetDeviceDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetDeviceDefinitionCommand.ts index ce36a8d3a7de0..cd7a1ec55438c 100644 --- a/clients/client-greengrass/src/commands/GetDeviceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetDeviceDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDeviceDefinitionRequest, GetDeviceDefinitionResponse } from "../models/models_0"; import { de_GetDeviceDefinitionCommand, se_GetDeviceDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetDeviceDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetDeviceDefinitionVersionCommand.ts index 9091e7f5b29a7..9e7111d23a3a6 100644 --- a/clients/client-greengrass/src/commands/GetDeviceDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetDeviceDefinitionVersionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDeviceDefinitionVersionRequest, GetDeviceDefinitionVersionResponse } from "../models/models_0"; import { de_GetDeviceDefinitionVersionCommand, se_GetDeviceDefinitionVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetFunctionDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetFunctionDefinitionCommand.ts index d4a8787928dd8..be7b62330cf49 100644 --- a/clients/client-greengrass/src/commands/GetFunctionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetFunctionDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetFunctionDefinitionRequest, GetFunctionDefinitionResponse } from "../models/models_0"; import { de_GetFunctionDefinitionCommand, se_GetFunctionDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetFunctionDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetFunctionDefinitionVersionCommand.ts index a211204e6ca32..e956fe3bc79bd 100644 --- a/clients/client-greengrass/src/commands/GetFunctionDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetFunctionDefinitionVersionCommand.ts @@ -20,6 +20,10 @@ import { se_GetFunctionDefinitionVersionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetGroupCertificateAuthorityCommand.ts b/clients/client-greengrass/src/commands/GetGroupCertificateAuthorityCommand.ts index e55dd1c106743..a56b44f20ce9c 100644 --- a/clients/client-greengrass/src/commands/GetGroupCertificateAuthorityCommand.ts +++ b/clients/client-greengrass/src/commands/GetGroupCertificateAuthorityCommand.ts @@ -20,6 +20,10 @@ import { se_GetGroupCertificateAuthorityCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetGroupCertificateConfigurationCommand.ts b/clients/client-greengrass/src/commands/GetGroupCertificateConfigurationCommand.ts index 9a5a6d57bf664..480ac4b8035a2 100644 --- a/clients/client-greengrass/src/commands/GetGroupCertificateConfigurationCommand.ts +++ b/clients/client-greengrass/src/commands/GetGroupCertificateConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_GetGroupCertificateConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetGroupCommand.ts b/clients/client-greengrass/src/commands/GetGroupCommand.ts index 9868e2ae35130..8384b4767eb86 100644 --- a/clients/client-greengrass/src/commands/GetGroupCommand.ts +++ b/clients/client-greengrass/src/commands/GetGroupCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetGroupRequest, GetGroupResponse } from "../models/models_0"; import { de_GetGroupCommand, se_GetGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetGroupVersionCommand.ts b/clients/client-greengrass/src/commands/GetGroupVersionCommand.ts index 84d59f3878d9a..056cdf7238d7d 100644 --- a/clients/client-greengrass/src/commands/GetGroupVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetGroupVersionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetGroupVersionRequest, GetGroupVersionResponse } from "../models/models_0"; import { de_GetGroupVersionCommand, se_GetGroupVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetLoggerDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetLoggerDefinitionCommand.ts index 95c89d27abd3a..6544eb1e1696d 100644 --- a/clients/client-greengrass/src/commands/GetLoggerDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetLoggerDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetLoggerDefinitionRequest, GetLoggerDefinitionResponse } from "../models/models_0"; import { de_GetLoggerDefinitionCommand, se_GetLoggerDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetLoggerDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetLoggerDefinitionVersionCommand.ts index a6a82466d02c2..43794c43958a7 100644 --- a/clients/client-greengrass/src/commands/GetLoggerDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetLoggerDefinitionVersionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetLoggerDefinitionVersionRequest, GetLoggerDefinitionVersionResponse } from "../models/models_0"; import { de_GetLoggerDefinitionVersionCommand, se_GetLoggerDefinitionVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetResourceDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetResourceDefinitionCommand.ts index 5c6ab93578dac..bce56889fa95a 100644 --- a/clients/client-greengrass/src/commands/GetResourceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetResourceDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetResourceDefinitionRequest, GetResourceDefinitionResponse } from "../models/models_0"; import { de_GetResourceDefinitionCommand, se_GetResourceDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetResourceDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetResourceDefinitionVersionCommand.ts index 8b2dc6b9f4c07..21ee94850cbf4 100644 --- a/clients/client-greengrass/src/commands/GetResourceDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetResourceDefinitionVersionCommand.ts @@ -20,6 +20,10 @@ import { se_GetResourceDefinitionVersionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetServiceRoleForAccountCommand.ts b/clients/client-greengrass/src/commands/GetServiceRoleForAccountCommand.ts index 6baa6d632a77c..fb7a7568a756e 100644 --- a/clients/client-greengrass/src/commands/GetServiceRoleForAccountCommand.ts +++ b/clients/client-greengrass/src/commands/GetServiceRoleForAccountCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetServiceRoleForAccountRequest, GetServiceRoleForAccountResponse } from "../models/models_0"; import { de_GetServiceRoleForAccountCommand, se_GetServiceRoleForAccountCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetSubscriptionDefinitionCommand.ts b/clients/client-greengrass/src/commands/GetSubscriptionDefinitionCommand.ts index a0ba2f6df421e..8cd1946e121a3 100644 --- a/clients/client-greengrass/src/commands/GetSubscriptionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/GetSubscriptionDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetSubscriptionDefinitionRequest, GetSubscriptionDefinitionResponse } from "../models/models_0"; import { de_GetSubscriptionDefinitionCommand, se_GetSubscriptionDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetSubscriptionDefinitionVersionCommand.ts b/clients/client-greengrass/src/commands/GetSubscriptionDefinitionVersionCommand.ts index a411ef357fc37..d74ea82a9f72c 100644 --- a/clients/client-greengrass/src/commands/GetSubscriptionDefinitionVersionCommand.ts +++ b/clients/client-greengrass/src/commands/GetSubscriptionDefinitionVersionCommand.ts @@ -20,6 +20,10 @@ import { se_GetSubscriptionDefinitionVersionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/GetThingRuntimeConfigurationCommand.ts b/clients/client-greengrass/src/commands/GetThingRuntimeConfigurationCommand.ts index 9ded7f3ff4655..b6fa4c7d17a5c 100644 --- a/clients/client-greengrass/src/commands/GetThingRuntimeConfigurationCommand.ts +++ b/clients/client-greengrass/src/commands/GetThingRuntimeConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_GetThingRuntimeConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/ListBulkDeploymentDetailedReportsCommand.ts b/clients/client-greengrass/src/commands/ListBulkDeploymentDetailedReportsCommand.ts index 8597c259432a5..c59e852bc7a58 100644 --- a/clients/client-greengrass/src/commands/ListBulkDeploymentDetailedReportsCommand.ts +++ b/clients/client-greengrass/src/commands/ListBulkDeploymentDetailedReportsCommand.ts @@ -23,6 +23,10 @@ import { se_ListBulkDeploymentDetailedReportsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/ListBulkDeploymentsCommand.ts b/clients/client-greengrass/src/commands/ListBulkDeploymentsCommand.ts index ada02d7a1ace7..146d470e20e31 100644 --- a/clients/client-greengrass/src/commands/ListBulkDeploymentsCommand.ts +++ b/clients/client-greengrass/src/commands/ListBulkDeploymentsCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListBulkDeploymentsRequest, ListBulkDeploymentsResponse } from "../models/models_0"; import { de_ListBulkDeploymentsCommand, se_ListBulkDeploymentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/ListConnectorDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListConnectorDefinitionVersionsCommand.ts index 40a80e1bf74e1..e19d2949fb83c 100644 --- a/clients/client-greengrass/src/commands/ListConnectorDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListConnectorDefinitionVersionsCommand.ts @@ -20,6 +20,10 @@ import { se_ListConnectorDefinitionVersionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/ListConnectorDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListConnectorDefinitionsCommand.ts index 2f9e77616e6a6..f457e433bec1b 100644 --- a/clients/client-greengrass/src/commands/ListConnectorDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListConnectorDefinitionsCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListConnectorDefinitionsRequest, ListConnectorDefinitionsResponse } from "../models/models_0"; import { de_ListConnectorDefinitionsCommand, se_ListConnectorDefinitionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/ListCoreDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListCoreDefinitionVersionsCommand.ts index dbbc6e1a0ba0a..27c23af8e5c99 100644 --- a/clients/client-greengrass/src/commands/ListCoreDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListCoreDefinitionVersionsCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListCoreDefinitionVersionsRequest, ListCoreDefinitionVersionsResponse } from "../models/models_0"; import { de_ListCoreDefinitionVersionsCommand, se_ListCoreDefinitionVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/ListCoreDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListCoreDefinitionsCommand.ts index 74fc15d30f443..111398a8cc04f 100644 --- a/clients/client-greengrass/src/commands/ListCoreDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListCoreDefinitionsCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListCoreDefinitionsRequest, ListCoreDefinitionsResponse } from "../models/models_0"; import { de_ListCoreDefinitionsCommand, se_ListCoreDefinitionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/ListDeploymentsCommand.ts b/clients/client-greengrass/src/commands/ListDeploymentsCommand.ts index 5e4e42ded548c..d139cc0c2e8a9 100644 --- a/clients/client-greengrass/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-greengrass/src/commands/ListDeploymentsCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListDeploymentsRequest, ListDeploymentsResponse } from "../models/models_0"; import { de_ListDeploymentsCommand, se_ListDeploymentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/ListDeviceDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListDeviceDefinitionVersionsCommand.ts index 01cbbbe1e6ca5..24fbd4486f8c5 100644 --- a/clients/client-greengrass/src/commands/ListDeviceDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListDeviceDefinitionVersionsCommand.ts @@ -20,6 +20,10 @@ import { se_ListDeviceDefinitionVersionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/ListDeviceDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListDeviceDefinitionsCommand.ts index 8eff1d6ce610f..d2530a8fcd94e 100644 --- a/clients/client-greengrass/src/commands/ListDeviceDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListDeviceDefinitionsCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListDeviceDefinitionsRequest, ListDeviceDefinitionsResponse } from "../models/models_0"; import { de_ListDeviceDefinitionsCommand, se_ListDeviceDefinitionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/ListFunctionDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListFunctionDefinitionVersionsCommand.ts index c589139013f15..21a000bcaa712 100644 --- a/clients/client-greengrass/src/commands/ListFunctionDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListFunctionDefinitionVersionsCommand.ts @@ -20,6 +20,10 @@ import { se_ListFunctionDefinitionVersionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/ListFunctionDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListFunctionDefinitionsCommand.ts index 8967c463883f7..3247f6c4a24c3 100644 --- a/clients/client-greengrass/src/commands/ListFunctionDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListFunctionDefinitionsCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListFunctionDefinitionsRequest, ListFunctionDefinitionsResponse } from "../models/models_0"; import { de_ListFunctionDefinitionsCommand, se_ListFunctionDefinitionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/ListGroupCertificateAuthoritiesCommand.ts b/clients/client-greengrass/src/commands/ListGroupCertificateAuthoritiesCommand.ts index a3ed9b000f3bf..ed0b142011983 100644 --- a/clients/client-greengrass/src/commands/ListGroupCertificateAuthoritiesCommand.ts +++ b/clients/client-greengrass/src/commands/ListGroupCertificateAuthoritiesCommand.ts @@ -20,6 +20,10 @@ import { se_ListGroupCertificateAuthoritiesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/ListGroupVersionsCommand.ts b/clients/client-greengrass/src/commands/ListGroupVersionsCommand.ts index 15937438b3f50..c17c01860514a 100644 --- a/clients/client-greengrass/src/commands/ListGroupVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListGroupVersionsCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListGroupVersionsRequest, ListGroupVersionsResponse } from "../models/models_0"; import { de_ListGroupVersionsCommand, se_ListGroupVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/ListGroupsCommand.ts b/clients/client-greengrass/src/commands/ListGroupsCommand.ts index 82b57bd603689..891f8eda79998 100644 --- a/clients/client-greengrass/src/commands/ListGroupsCommand.ts +++ b/clients/client-greengrass/src/commands/ListGroupsCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0"; import { de_ListGroupsCommand, se_ListGroupsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/ListLoggerDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListLoggerDefinitionVersionsCommand.ts index ee323ab5fa439..0c7579af5ed50 100644 --- a/clients/client-greengrass/src/commands/ListLoggerDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListLoggerDefinitionVersionsCommand.ts @@ -20,6 +20,10 @@ import { se_ListLoggerDefinitionVersionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/ListLoggerDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListLoggerDefinitionsCommand.ts index da2d4c985296d..d934939de24ed 100644 --- a/clients/client-greengrass/src/commands/ListLoggerDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListLoggerDefinitionsCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListLoggerDefinitionsRequest, ListLoggerDefinitionsResponse } from "../models/models_0"; import { de_ListLoggerDefinitionsCommand, se_ListLoggerDefinitionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/ListResourceDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListResourceDefinitionVersionsCommand.ts index aad44fc17929a..df31410ed5d72 100644 --- a/clients/client-greengrass/src/commands/ListResourceDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListResourceDefinitionVersionsCommand.ts @@ -20,6 +20,10 @@ import { se_ListResourceDefinitionVersionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/ListResourceDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListResourceDefinitionsCommand.ts index 33c9879aee01c..3cb1d5bb71f91 100644 --- a/clients/client-greengrass/src/commands/ListResourceDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListResourceDefinitionsCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListResourceDefinitionsRequest, ListResourceDefinitionsResponse } from "../models/models_0"; import { de_ListResourceDefinitionsCommand, se_ListResourceDefinitionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/ListSubscriptionDefinitionVersionsCommand.ts b/clients/client-greengrass/src/commands/ListSubscriptionDefinitionVersionsCommand.ts index 3a893d3f6a683..19a71b73e8a53 100644 --- a/clients/client-greengrass/src/commands/ListSubscriptionDefinitionVersionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListSubscriptionDefinitionVersionsCommand.ts @@ -23,6 +23,10 @@ import { se_ListSubscriptionDefinitionVersionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/ListSubscriptionDefinitionsCommand.ts b/clients/client-greengrass/src/commands/ListSubscriptionDefinitionsCommand.ts index 6e7509f55ff7a..5222c5fe99960 100644 --- a/clients/client-greengrass/src/commands/ListSubscriptionDefinitionsCommand.ts +++ b/clients/client-greengrass/src/commands/ListSubscriptionDefinitionsCommand.ts @@ -20,6 +20,10 @@ import { se_ListSubscriptionDefinitionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/ListTagsForResourceCommand.ts b/clients/client-greengrass/src/commands/ListTagsForResourceCommand.ts index 252f1e343000d..db8c435bf5605 100644 --- a/clients/client-greengrass/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-greengrass/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/ResetDeploymentsCommand.ts b/clients/client-greengrass/src/commands/ResetDeploymentsCommand.ts index 9e0b4633326f6..5e129e7b4e0e0 100644 --- a/clients/client-greengrass/src/commands/ResetDeploymentsCommand.ts +++ b/clients/client-greengrass/src/commands/ResetDeploymentsCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ResetDeploymentsRequest, ResetDeploymentsResponse } from "../models/models_0"; import { de_ResetDeploymentsCommand, se_ResetDeploymentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/StartBulkDeploymentCommand.ts b/clients/client-greengrass/src/commands/StartBulkDeploymentCommand.ts index 9ee97fd6eca6a..f3c756322779d 100644 --- a/clients/client-greengrass/src/commands/StartBulkDeploymentCommand.ts +++ b/clients/client-greengrass/src/commands/StartBulkDeploymentCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartBulkDeploymentRequest, StartBulkDeploymentResponse } from "../models/models_0"; import { de_StartBulkDeploymentCommand, se_StartBulkDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/StopBulkDeploymentCommand.ts b/clients/client-greengrass/src/commands/StopBulkDeploymentCommand.ts index 7d136606d3e88..a4875e74adba9 100644 --- a/clients/client-greengrass/src/commands/StopBulkDeploymentCommand.ts +++ b/clients/client-greengrass/src/commands/StopBulkDeploymentCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopBulkDeploymentRequest, StopBulkDeploymentResponse } from "../models/models_0"; import { de_StopBulkDeploymentCommand, se_StopBulkDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/TagResourceCommand.ts b/clients/client-greengrass/src/commands/TagResourceCommand.ts index d4ba63a26c5c1..0e68f4cb6a0e6 100644 --- a/clients/client-greengrass/src/commands/TagResourceCommand.ts +++ b/clients/client-greengrass/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceRequest } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/UntagResourceCommand.ts b/clients/client-greengrass/src/commands/UntagResourceCommand.ts index 988ca83055b54..0456413c49b78 100644 --- a/clients/client-greengrass/src/commands/UntagResourceCommand.ts +++ b/clients/client-greengrass/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/UpdateConnectivityInfoCommand.ts b/clients/client-greengrass/src/commands/UpdateConnectivityInfoCommand.ts index fee6c55d354c1..b75e64088a08b 100644 --- a/clients/client-greengrass/src/commands/UpdateConnectivityInfoCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateConnectivityInfoCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateConnectivityInfoRequest, UpdateConnectivityInfoResponse } from "../models/models_0"; import { de_UpdateConnectivityInfoCommand, se_UpdateConnectivityInfoCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/UpdateConnectorDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateConnectorDefinitionCommand.ts index 5a0f88c64f39f..a99b8f709afc7 100644 --- a/clients/client-greengrass/src/commands/UpdateConnectorDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateConnectorDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateConnectorDefinitionRequest, UpdateConnectorDefinitionResponse } from "../models/models_0"; import { de_UpdateConnectorDefinitionCommand, se_UpdateConnectorDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/UpdateCoreDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateCoreDefinitionCommand.ts index f00c7d6d9e4fc..866fcc124cb99 100644 --- a/clients/client-greengrass/src/commands/UpdateCoreDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateCoreDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateCoreDefinitionRequest, UpdateCoreDefinitionResponse } from "../models/models_0"; import { de_UpdateCoreDefinitionCommand, se_UpdateCoreDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/UpdateDeviceDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateDeviceDefinitionCommand.ts index de0adb180d12a..8b52b8aec7078 100644 --- a/clients/client-greengrass/src/commands/UpdateDeviceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateDeviceDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateDeviceDefinitionRequest, UpdateDeviceDefinitionResponse } from "../models/models_0"; import { de_UpdateDeviceDefinitionCommand, se_UpdateDeviceDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/UpdateFunctionDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateFunctionDefinitionCommand.ts index 19f871044df27..630c6ff789bfd 100644 --- a/clients/client-greengrass/src/commands/UpdateFunctionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateFunctionDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateFunctionDefinitionRequest, UpdateFunctionDefinitionResponse } from "../models/models_0"; import { de_UpdateFunctionDefinitionCommand, se_UpdateFunctionDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/UpdateGroupCertificateConfigurationCommand.ts b/clients/client-greengrass/src/commands/UpdateGroupCertificateConfigurationCommand.ts index 50af56023140b..8470f8f81fbc9 100644 --- a/clients/client-greengrass/src/commands/UpdateGroupCertificateConfigurationCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateGroupCertificateConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateGroupCertificateConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/UpdateGroupCommand.ts b/clients/client-greengrass/src/commands/UpdateGroupCommand.ts index e24ceabf0613e..e30f4ef194a21 100644 --- a/clients/client-greengrass/src/commands/UpdateGroupCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateGroupCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_0"; import { de_UpdateGroupCommand, se_UpdateGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/UpdateLoggerDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateLoggerDefinitionCommand.ts index b3376895d7a1c..eedac8bc56b9d 100644 --- a/clients/client-greengrass/src/commands/UpdateLoggerDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateLoggerDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateLoggerDefinitionRequest, UpdateLoggerDefinitionResponse } from "../models/models_0"; import { de_UpdateLoggerDefinitionCommand, se_UpdateLoggerDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/UpdateResourceDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateResourceDefinitionCommand.ts index be9ed30e1db3d..cd6fde78589fa 100644 --- a/clients/client-greengrass/src/commands/UpdateResourceDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateResourceDefinitionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateResourceDefinitionRequest, UpdateResourceDefinitionResponse } from "../models/models_0"; import { de_UpdateResourceDefinitionCommand, se_UpdateResourceDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/UpdateSubscriptionDefinitionCommand.ts b/clients/client-greengrass/src/commands/UpdateSubscriptionDefinitionCommand.ts index ef8ee0af9db40..16fd0d25b15c1 100644 --- a/clients/client-greengrass/src/commands/UpdateSubscriptionDefinitionCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateSubscriptionDefinitionCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateSubscriptionDefinitionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/commands/UpdateThingRuntimeConfigurationCommand.ts b/clients/client-greengrass/src/commands/UpdateThingRuntimeConfigurationCommand.ts index eec46b80c222c..8330f6ed0ae66 100644 --- a/clients/client-greengrass/src/commands/UpdateThingRuntimeConfigurationCommand.ts +++ b/clients/client-greengrass/src/commands/UpdateThingRuntimeConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateThingRuntimeConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrass/src/index.ts b/clients/client-greengrass/src/index.ts index f153fd45192aa..eeb0fb5251f72 100644 --- a/clients/client-greengrass/src/index.ts +++ b/clients/client-greengrass/src/index.ts @@ -1,6 +1,12 @@ -export * from "./Greengrass"; // smithy-typescript generated code +/* eslint-disable */ +/** + * AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate, while still using the cloud for management, analytics, and durable storage. AWS IoT Greengrass ensures your devices can respond quickly to local events and operate with intermittent connectivity. AWS IoT Greengrass minimizes the cost of transmitting data to the cloud by allowing you to author AWS Lambda functions that execute locally. + * + * @packageDocumentation + */ export * from "./GreengrassClient"; +export * from "./Greengrass"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-greengrass/src/models/GreengrassServiceException.ts b/clients/client-greengrass/src/models/GreengrassServiceException.ts index eabfe7b66da66..6d4ec2c2e3959 100644 --- a/clients/client-greengrass/src/models/GreengrassServiceException.ts +++ b/clients/client-greengrass/src/models/GreengrassServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-greengrassv2/src/GreengrassV2Client.ts b/clients/client-greengrassv2/src/GreengrassV2Client.ts index 33cf6fc856d94..b44a51e017cf5 100644 --- a/clients/client-greengrassv2/src/GreengrassV2Client.ts +++ b/clients/client-greengrassv2/src/GreengrassV2Client.ts @@ -133,6 +133,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -328,7 +330,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type GreengrassV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type GreengrassV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -347,7 +349,7 @@ export interface GreengrassV2ClientConfig extends GreengrassV2ClientConfigType { /** * @public */ -type GreengrassV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type GreengrassV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-greengrassv2/src/commands/AssociateServiceRoleToAccountCommand.ts b/clients/client-greengrassv2/src/commands/AssociateServiceRoleToAccountCommand.ts index e8d4dd29bdd63..95242913b42a9 100644 --- a/clients/client-greengrassv2/src/commands/AssociateServiceRoleToAccountCommand.ts +++ b/clients/client-greengrassv2/src/commands/AssociateServiceRoleToAccountCommand.ts @@ -20,6 +20,10 @@ import { se_AssociateServiceRoleToAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts index c04ffa7296011..bba76e953a256 100644 --- a/clients/client-greengrassv2/src/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts +++ b/clients/client-greengrassv2/src/commands/BatchAssociateClientDeviceWithCoreDeviceCommand.ts @@ -23,6 +23,10 @@ import { se_BatchAssociateClientDeviceWithCoreDeviceCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts index a1641433de011..d698be1f83555 100644 --- a/clients/client-greengrassv2/src/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts +++ b/clients/client-greengrassv2/src/commands/BatchDisassociateClientDeviceFromCoreDeviceCommand.ts @@ -23,6 +23,10 @@ import { se_BatchDisassociateClientDeviceFromCoreDeviceCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/CancelDeploymentCommand.ts b/clients/client-greengrassv2/src/commands/CancelDeploymentCommand.ts index a618b93c4ef2b..8bb90e46eca9e 100644 --- a/clients/client-greengrassv2/src/commands/CancelDeploymentCommand.ts +++ b/clients/client-greengrassv2/src/commands/CancelDeploymentCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CancelDeploymentRequest, CancelDeploymentResponse } from "../models/models_0"; import { de_CancelDeploymentCommand, se_CancelDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/CreateComponentVersionCommand.ts b/clients/client-greengrassv2/src/commands/CreateComponentVersionCommand.ts index f6b3a67608c75..5b862e4323248 100644 --- a/clients/client-greengrassv2/src/commands/CreateComponentVersionCommand.ts +++ b/clients/client-greengrassv2/src/commands/CreateComponentVersionCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateComponentVersionRequest, CreateComponentVersionResponse } from "../models/models_0"; import { de_CreateComponentVersionCommand, se_CreateComponentVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/CreateDeploymentCommand.ts b/clients/client-greengrassv2/src/commands/CreateDeploymentCommand.ts index 9d585e02c4d02..2a374321692da 100644 --- a/clients/client-greengrassv2/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-greengrassv2/src/commands/CreateDeploymentCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0"; import { de_CreateDeploymentCommand, se_CreateDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/DeleteComponentCommand.ts b/clients/client-greengrassv2/src/commands/DeleteComponentCommand.ts index d03a3787a3f05..144ae874455a6 100644 --- a/clients/client-greengrassv2/src/commands/DeleteComponentCommand.ts +++ b/clients/client-greengrassv2/src/commands/DeleteComponentCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteComponentRequest } from "../models/models_0"; import { de_DeleteComponentCommand, se_DeleteComponentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/DeleteCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/DeleteCoreDeviceCommand.ts index 60144b56f0ae1..2e3adc95e7dcd 100644 --- a/clients/client-greengrassv2/src/commands/DeleteCoreDeviceCommand.ts +++ b/clients/client-greengrassv2/src/commands/DeleteCoreDeviceCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteCoreDeviceRequest } from "../models/models_0"; import { de_DeleteCoreDeviceCommand, se_DeleteCoreDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/DeleteDeploymentCommand.ts b/clients/client-greengrassv2/src/commands/DeleteDeploymentCommand.ts index f4b150b9c6099..fbb2a4fe649cb 100644 --- a/clients/client-greengrassv2/src/commands/DeleteDeploymentCommand.ts +++ b/clients/client-greengrassv2/src/commands/DeleteDeploymentCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteDeploymentRequest } from "../models/models_0"; import { de_DeleteDeploymentCommand, se_DeleteDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/DescribeComponentCommand.ts b/clients/client-greengrassv2/src/commands/DescribeComponentCommand.ts index 61decd08ff3e0..3b45cb9f39583 100644 --- a/clients/client-greengrassv2/src/commands/DescribeComponentCommand.ts +++ b/clients/client-greengrassv2/src/commands/DescribeComponentCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeComponentRequest, DescribeComponentResponse } from "../models/models_0"; import { de_DescribeComponentCommand, se_DescribeComponentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/DisassociateServiceRoleFromAccountCommand.ts b/clients/client-greengrassv2/src/commands/DisassociateServiceRoleFromAccountCommand.ts index dd208e9b7e0de..55994ebd942cd 100644 --- a/clients/client-greengrassv2/src/commands/DisassociateServiceRoleFromAccountCommand.ts +++ b/clients/client-greengrassv2/src/commands/DisassociateServiceRoleFromAccountCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateServiceRoleFromAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/GetComponentCommand.ts b/clients/client-greengrassv2/src/commands/GetComponentCommand.ts index 62c3c1e138e7c..81e25cbdaf4e4 100644 --- a/clients/client-greengrassv2/src/commands/GetComponentCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetComponentCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetComponentRequest, GetComponentResponse } from "../models/models_0"; import { de_GetComponentCommand, se_GetComponentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/GetComponentVersionArtifactCommand.ts b/clients/client-greengrassv2/src/commands/GetComponentVersionArtifactCommand.ts index 5dd32f5818b39..2bba68e2cac63 100644 --- a/clients/client-greengrassv2/src/commands/GetComponentVersionArtifactCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetComponentVersionArtifactCommand.ts @@ -20,6 +20,10 @@ import { se_GetComponentVersionArtifactCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/GetConnectivityInfoCommand.ts b/clients/client-greengrassv2/src/commands/GetConnectivityInfoCommand.ts index c4523f47e295e..77f53c82b0d47 100644 --- a/clients/client-greengrassv2/src/commands/GetConnectivityInfoCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetConnectivityInfoCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetConnectivityInfoRequest, GetConnectivityInfoResponse } from "../models/models_0"; import { de_GetConnectivityInfoCommand, se_GetConnectivityInfoCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/GetCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/GetCoreDeviceCommand.ts index b6065a3899648..630c28fdeff17 100644 --- a/clients/client-greengrassv2/src/commands/GetCoreDeviceCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetCoreDeviceCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetCoreDeviceRequest, GetCoreDeviceResponse } from "../models/models_0"; import { de_GetCoreDeviceCommand, se_GetCoreDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/GetDeploymentCommand.ts b/clients/client-greengrassv2/src/commands/GetDeploymentCommand.ts index 9d85824af17c8..03e1bece77ad9 100644 --- a/clients/client-greengrassv2/src/commands/GetDeploymentCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetDeploymentCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetDeploymentRequest, GetDeploymentResponse } from "../models/models_0"; import { de_GetDeploymentCommand, se_GetDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/GetServiceRoleForAccountCommand.ts b/clients/client-greengrassv2/src/commands/GetServiceRoleForAccountCommand.ts index 9fc8c1c909ea1..583753c7fba69 100644 --- a/clients/client-greengrassv2/src/commands/GetServiceRoleForAccountCommand.ts +++ b/clients/client-greengrassv2/src/commands/GetServiceRoleForAccountCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetServiceRoleForAccountRequest, GetServiceRoleForAccountResponse } from "../models/models_0"; import { de_GetServiceRoleForAccountCommand, se_GetServiceRoleForAccountCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts b/clients/client-greengrassv2/src/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts index 2e5b976c622a2..f155d005a52e2 100644 --- a/clients/client-greengrassv2/src/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListClientDevicesAssociatedWithCoreDeviceCommand.ts @@ -23,6 +23,10 @@ import { se_ListClientDevicesAssociatedWithCoreDeviceCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/ListComponentVersionsCommand.ts b/clients/client-greengrassv2/src/commands/ListComponentVersionsCommand.ts index 1048f66674418..9fc56ba45d654 100644 --- a/clients/client-greengrassv2/src/commands/ListComponentVersionsCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListComponentVersionsCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListComponentVersionsRequest, ListComponentVersionsResponse } from "../models/models_0"; import { de_ListComponentVersionsCommand, se_ListComponentVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/ListComponentsCommand.ts b/clients/client-greengrassv2/src/commands/ListComponentsCommand.ts index 45338835eb5f8..2bf898652fe3e 100644 --- a/clients/client-greengrassv2/src/commands/ListComponentsCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListComponentsCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListComponentsRequest, ListComponentsResponse } from "../models/models_0"; import { de_ListComponentsCommand, se_ListComponentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/ListCoreDevicesCommand.ts b/clients/client-greengrassv2/src/commands/ListCoreDevicesCommand.ts index e670dce5f51a1..4cf311017ea64 100644 --- a/clients/client-greengrassv2/src/commands/ListCoreDevicesCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListCoreDevicesCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListCoreDevicesRequest, ListCoreDevicesResponse } from "../models/models_0"; import { de_ListCoreDevicesCommand, se_ListCoreDevicesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/ListDeploymentsCommand.ts b/clients/client-greengrassv2/src/commands/ListDeploymentsCommand.ts index f2826764d4e26..616bf89ba6fe3 100644 --- a/clients/client-greengrassv2/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListDeploymentsCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListDeploymentsRequest, ListDeploymentsResponse } from "../models/models_0"; import { de_ListDeploymentsCommand, se_ListDeploymentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/ListEffectiveDeploymentsCommand.ts b/clients/client-greengrassv2/src/commands/ListEffectiveDeploymentsCommand.ts index 377895f37a989..b40b0955deb25 100644 --- a/clients/client-greengrassv2/src/commands/ListEffectiveDeploymentsCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListEffectiveDeploymentsCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListEffectiveDeploymentsRequest, ListEffectiveDeploymentsResponse } from "../models/models_0"; import { de_ListEffectiveDeploymentsCommand, se_ListEffectiveDeploymentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/ListInstalledComponentsCommand.ts b/clients/client-greengrassv2/src/commands/ListInstalledComponentsCommand.ts index 26496f1e247fe..a5da660999194 100644 --- a/clients/client-greengrassv2/src/commands/ListInstalledComponentsCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListInstalledComponentsCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListInstalledComponentsRequest, ListInstalledComponentsResponse } from "../models/models_0"; import { de_ListInstalledComponentsCommand, se_ListInstalledComponentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/ListTagsForResourceCommand.ts b/clients/client-greengrassv2/src/commands/ListTagsForResourceCommand.ts index e70b254b772d6..7f111532ef7c7 100644 --- a/clients/client-greengrassv2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-greengrassv2/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/ResolveComponentCandidatesCommand.ts b/clients/client-greengrassv2/src/commands/ResolveComponentCandidatesCommand.ts index 03f27bd9d72b7..493938e6493e2 100644 --- a/clients/client-greengrassv2/src/commands/ResolveComponentCandidatesCommand.ts +++ b/clients/client-greengrassv2/src/commands/ResolveComponentCandidatesCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ResolveComponentCandidatesRequest, ResolveComponentCandidatesResponse } from "../models/models_0"; import { de_ResolveComponentCandidatesCommand, se_ResolveComponentCandidatesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/TagResourceCommand.ts b/clients/client-greengrassv2/src/commands/TagResourceCommand.ts index 5997c479a82b2..818fbf201e545 100644 --- a/clients/client-greengrassv2/src/commands/TagResourceCommand.ts +++ b/clients/client-greengrassv2/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/UntagResourceCommand.ts b/clients/client-greengrassv2/src/commands/UntagResourceCommand.ts index ac97b47194679..379e2c5d0d546 100644 --- a/clients/client-greengrassv2/src/commands/UntagResourceCommand.ts +++ b/clients/client-greengrassv2/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/commands/UpdateConnectivityInfoCommand.ts b/clients/client-greengrassv2/src/commands/UpdateConnectivityInfoCommand.ts index 27bd14278c974..2b83222fbcb77 100644 --- a/clients/client-greengrassv2/src/commands/UpdateConnectivityInfoCommand.ts +++ b/clients/client-greengrassv2/src/commands/UpdateConnectivityInfoCommand.ts @@ -17,6 +17,10 @@ import { GreengrassV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateConnectivityInfoRequest, UpdateConnectivityInfoResponse } from "../models/models_0"; import { de_UpdateConnectivityInfoCommand, se_UpdateConnectivityInfoCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-greengrassv2/src/index.ts b/clients/client-greengrassv2/src/index.ts index 6694b0ea095d4..ec59f4fb552b6 100644 --- a/clients/client-greengrassv2/src/index.ts +++ b/clients/client-greengrassv2/src/index.ts @@ -1,8 +1,24 @@ -export * from "./GreengrassV2"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities + * to edge devices. This enables devices to collect and analyze data closer to the source of + * information, react autonomously to local events, and communicate securely with each other on + * local networks. Local devices can also communicate securely with Amazon Web Services IoT Core and export IoT data + * to the Amazon Web Services Cloud. IoT Greengrass developers can use Lambda functions and components to create and + * deploy applications to fleets of edge devices for local operation.

+ *

IoT Greengrass Version 2 provides a new major version of the IoT Greengrass Core software, new APIs, and a new console. + * Use this API reference to learn how to use the IoT Greengrass V2 API operations to manage components, + * manage deployments, and core devices.

+ *

For more information, see What is IoT Greengrass? in the + * IoT Greengrass V2 Developer Guide.

+ * + * @packageDocumentation + */ export * from "./GreengrassV2Client"; +export * from "./GreengrassV2"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { GreengrassV2ServiceException } from "./models/GreengrassV2ServiceException"; diff --git a/clients/client-greengrassv2/src/models/GreengrassV2ServiceException.ts b/clients/client-greengrassv2/src/models/GreengrassV2ServiceException.ts index e4e2ea6df1a05..4f9ba21898931 100644 --- a/clients/client-greengrassv2/src/models/GreengrassV2ServiceException.ts +++ b/clients/client-greengrassv2/src/models/GreengrassV2ServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-groundstation/src/GroundStationClient.ts b/clients/client-groundstation/src/GroundStationClient.ts index c881b41bdb231..9c911558f47a8 100644 --- a/clients/client-groundstation/src/GroundStationClient.ts +++ b/clients/client-groundstation/src/GroundStationClient.ts @@ -122,6 +122,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -325,7 +327,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type GroundStationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type GroundStationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -344,7 +346,7 @@ export interface GroundStationClientConfig extends GroundStationClientConfigType /** * @public */ -type GroundStationClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type GroundStationClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-groundstation/src/commands/CancelContactCommand.ts b/clients/client-groundstation/src/commands/CancelContactCommand.ts index c3ef155353f24..01e12fb24f262 100644 --- a/clients/client-groundstation/src/commands/CancelContactCommand.ts +++ b/clients/client-groundstation/src/commands/CancelContactCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CancelContactRequest, ContactIdResponse } from "../models/models_0"; import { de_CancelContactCommand, se_CancelContactCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/CreateConfigCommand.ts b/clients/client-groundstation/src/commands/CreateConfigCommand.ts index a1ce0d1256d5b..3300dce66cbbf 100644 --- a/clients/client-groundstation/src/commands/CreateConfigCommand.ts +++ b/clients/client-groundstation/src/commands/CreateConfigCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ConfigIdResponse, CreateConfigRequest } from "../models/models_0"; import { de_CreateConfigCommand, se_CreateConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/CreateDataflowEndpointGroupCommand.ts b/clients/client-groundstation/src/commands/CreateDataflowEndpointGroupCommand.ts index abf09ffcb80fe..46e4af761786f 100644 --- a/clients/client-groundstation/src/commands/CreateDataflowEndpointGroupCommand.ts +++ b/clients/client-groundstation/src/commands/CreateDataflowEndpointGroupCommand.ts @@ -20,6 +20,10 @@ import { se_CreateDataflowEndpointGroupCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/CreateEphemerisCommand.ts b/clients/client-groundstation/src/commands/CreateEphemerisCommand.ts index 725d74e1b52da..2bb0de815f17a 100644 --- a/clients/client-groundstation/src/commands/CreateEphemerisCommand.ts +++ b/clients/client-groundstation/src/commands/CreateEphemerisCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateEphemerisRequest, EphemerisIdResponse } from "../models/models_0"; import { de_CreateEphemerisCommand, se_CreateEphemerisCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/CreateMissionProfileCommand.ts b/clients/client-groundstation/src/commands/CreateMissionProfileCommand.ts index ca2afa7b5de28..529036eb33b1f 100644 --- a/clients/client-groundstation/src/commands/CreateMissionProfileCommand.ts +++ b/clients/client-groundstation/src/commands/CreateMissionProfileCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateMissionProfileRequest, MissionProfileIdResponse } from "../models/models_0"; import { de_CreateMissionProfileCommand, se_CreateMissionProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/DeleteConfigCommand.ts b/clients/client-groundstation/src/commands/DeleteConfigCommand.ts index 1e1a043d66031..dfe1380e43146 100644 --- a/clients/client-groundstation/src/commands/DeleteConfigCommand.ts +++ b/clients/client-groundstation/src/commands/DeleteConfigCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ConfigIdResponse, DeleteConfigRequest } from "../models/models_0"; import { de_DeleteConfigCommand, se_DeleteConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/DeleteDataflowEndpointGroupCommand.ts b/clients/client-groundstation/src/commands/DeleteDataflowEndpointGroupCommand.ts index 2156b7138e200..2eacbf140b986 100644 --- a/clients/client-groundstation/src/commands/DeleteDataflowEndpointGroupCommand.ts +++ b/clients/client-groundstation/src/commands/DeleteDataflowEndpointGroupCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteDataflowEndpointGroupCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/DeleteEphemerisCommand.ts b/clients/client-groundstation/src/commands/DeleteEphemerisCommand.ts index 9e06805075bda..c8e61bd79fa1b 100644 --- a/clients/client-groundstation/src/commands/DeleteEphemerisCommand.ts +++ b/clients/client-groundstation/src/commands/DeleteEphemerisCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteEphemerisRequest, EphemerisIdResponse } from "../models/models_0"; import { de_DeleteEphemerisCommand, se_DeleteEphemerisCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/DeleteMissionProfileCommand.ts b/clients/client-groundstation/src/commands/DeleteMissionProfileCommand.ts index 1acadb1f0d24a..4207255598eaa 100644 --- a/clients/client-groundstation/src/commands/DeleteMissionProfileCommand.ts +++ b/clients/client-groundstation/src/commands/DeleteMissionProfileCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteMissionProfileRequest, MissionProfileIdResponse } from "../models/models_0"; import { de_DeleteMissionProfileCommand, se_DeleteMissionProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/DescribeContactCommand.ts b/clients/client-groundstation/src/commands/DescribeContactCommand.ts index 955c77e386af9..cc5d36dc833dc 100644 --- a/clients/client-groundstation/src/commands/DescribeContactCommand.ts +++ b/clients/client-groundstation/src/commands/DescribeContactCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeContactRequest, DescribeContactResponse } from "../models/models_0"; import { de_DescribeContactCommand, se_DescribeContactCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/DescribeEphemerisCommand.ts b/clients/client-groundstation/src/commands/DescribeEphemerisCommand.ts index 5e3920d1980f2..7ee05a0d2731a 100644 --- a/clients/client-groundstation/src/commands/DescribeEphemerisCommand.ts +++ b/clients/client-groundstation/src/commands/DescribeEphemerisCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeEphemerisRequest, DescribeEphemerisResponse } from "../models/models_0"; import { de_DescribeEphemerisCommand, se_DescribeEphemerisCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/GetAgentConfigurationCommand.ts b/clients/client-groundstation/src/commands/GetAgentConfigurationCommand.ts index 7a3c53c9890dc..882c97e37befc 100644 --- a/clients/client-groundstation/src/commands/GetAgentConfigurationCommand.ts +++ b/clients/client-groundstation/src/commands/GetAgentConfigurationCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetAgentConfigurationRequest, GetAgentConfigurationResponse } from "../models/models_0"; import { de_GetAgentConfigurationCommand, se_GetAgentConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/GetConfigCommand.ts b/clients/client-groundstation/src/commands/GetConfigCommand.ts index 3ac4c8a8eb1fe..ced56690a97ed 100644 --- a/clients/client-groundstation/src/commands/GetConfigCommand.ts +++ b/clients/client-groundstation/src/commands/GetConfigCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetConfigRequest, GetConfigResponse } from "../models/models_0"; import { de_GetConfigCommand, se_GetConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/GetDataflowEndpointGroupCommand.ts b/clients/client-groundstation/src/commands/GetDataflowEndpointGroupCommand.ts index b65515072b849..ab1f5a3912005 100644 --- a/clients/client-groundstation/src/commands/GetDataflowEndpointGroupCommand.ts +++ b/clients/client-groundstation/src/commands/GetDataflowEndpointGroupCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetDataflowEndpointGroupRequest, GetDataflowEndpointGroupResponse } from "../models/models_0"; import { de_GetDataflowEndpointGroupCommand, se_GetDataflowEndpointGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/GetMinuteUsageCommand.ts b/clients/client-groundstation/src/commands/GetMinuteUsageCommand.ts index 30945c18e620e..698e30b73459a 100644 --- a/clients/client-groundstation/src/commands/GetMinuteUsageCommand.ts +++ b/clients/client-groundstation/src/commands/GetMinuteUsageCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetMinuteUsageRequest, GetMinuteUsageResponse } from "../models/models_0"; import { de_GetMinuteUsageCommand, se_GetMinuteUsageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/GetMissionProfileCommand.ts b/clients/client-groundstation/src/commands/GetMissionProfileCommand.ts index ccf22e92903b6..144e42bbc702b 100644 --- a/clients/client-groundstation/src/commands/GetMissionProfileCommand.ts +++ b/clients/client-groundstation/src/commands/GetMissionProfileCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetMissionProfileRequest, GetMissionProfileResponse } from "../models/models_0"; import { de_GetMissionProfileCommand, se_GetMissionProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/GetSatelliteCommand.ts b/clients/client-groundstation/src/commands/GetSatelliteCommand.ts index 461c3e9aef27d..f36f9d3d36a88 100644 --- a/clients/client-groundstation/src/commands/GetSatelliteCommand.ts +++ b/clients/client-groundstation/src/commands/GetSatelliteCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetSatelliteRequest, GetSatelliteResponse } from "../models/models_0"; import { de_GetSatelliteCommand, se_GetSatelliteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/ListConfigsCommand.ts b/clients/client-groundstation/src/commands/ListConfigsCommand.ts index e953ed10a04fd..ab65878826449 100644 --- a/clients/client-groundstation/src/commands/ListConfigsCommand.ts +++ b/clients/client-groundstation/src/commands/ListConfigsCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListConfigsRequest, ListConfigsResponse } from "../models/models_0"; import { de_ListConfigsCommand, se_ListConfigsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/ListContactsCommand.ts b/clients/client-groundstation/src/commands/ListContactsCommand.ts index 4792942a70628..5888a4354e9bc 100644 --- a/clients/client-groundstation/src/commands/ListContactsCommand.ts +++ b/clients/client-groundstation/src/commands/ListContactsCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListContactsRequest, ListContactsResponse } from "../models/models_0"; import { de_ListContactsCommand, se_ListContactsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/ListDataflowEndpointGroupsCommand.ts b/clients/client-groundstation/src/commands/ListDataflowEndpointGroupsCommand.ts index cf725938dd39d..97095a0c3147c 100644 --- a/clients/client-groundstation/src/commands/ListDataflowEndpointGroupsCommand.ts +++ b/clients/client-groundstation/src/commands/ListDataflowEndpointGroupsCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListDataflowEndpointGroupsRequest, ListDataflowEndpointGroupsResponse } from "../models/models_0"; import { de_ListDataflowEndpointGroupsCommand, se_ListDataflowEndpointGroupsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/ListEphemeridesCommand.ts b/clients/client-groundstation/src/commands/ListEphemeridesCommand.ts index 97d21f45e65a3..4d0807235b5b7 100644 --- a/clients/client-groundstation/src/commands/ListEphemeridesCommand.ts +++ b/clients/client-groundstation/src/commands/ListEphemeridesCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListEphemeridesRequest, ListEphemeridesResponse } from "../models/models_0"; import { de_ListEphemeridesCommand, se_ListEphemeridesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/ListGroundStationsCommand.ts b/clients/client-groundstation/src/commands/ListGroundStationsCommand.ts index 136781d2a16fe..5336350815c00 100644 --- a/clients/client-groundstation/src/commands/ListGroundStationsCommand.ts +++ b/clients/client-groundstation/src/commands/ListGroundStationsCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListGroundStationsRequest, ListGroundStationsResponse } from "../models/models_0"; import { de_ListGroundStationsCommand, se_ListGroundStationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/ListMissionProfilesCommand.ts b/clients/client-groundstation/src/commands/ListMissionProfilesCommand.ts index 7177a8cb9a4fe..03a16df7c276e 100644 --- a/clients/client-groundstation/src/commands/ListMissionProfilesCommand.ts +++ b/clients/client-groundstation/src/commands/ListMissionProfilesCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListMissionProfilesRequest, ListMissionProfilesResponse } from "../models/models_0"; import { de_ListMissionProfilesCommand, se_ListMissionProfilesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/ListSatellitesCommand.ts b/clients/client-groundstation/src/commands/ListSatellitesCommand.ts index d2b79b7e41ca8..b8a666da23dc2 100644 --- a/clients/client-groundstation/src/commands/ListSatellitesCommand.ts +++ b/clients/client-groundstation/src/commands/ListSatellitesCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListSatellitesRequest, ListSatellitesResponse } from "../models/models_0"; import { de_ListSatellitesCommand, se_ListSatellitesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/ListTagsForResourceCommand.ts b/clients/client-groundstation/src/commands/ListTagsForResourceCommand.ts index 0e191da0c63f5..6f86774eba953 100644 --- a/clients/client-groundstation/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-groundstation/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/RegisterAgentCommand.ts b/clients/client-groundstation/src/commands/RegisterAgentCommand.ts index 3f9c4e0dd99cc..ed3030cd0decc 100644 --- a/clients/client-groundstation/src/commands/RegisterAgentCommand.ts +++ b/clients/client-groundstation/src/commands/RegisterAgentCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { RegisterAgentRequest, RegisterAgentResponse } from "../models/models_0"; import { de_RegisterAgentCommand, se_RegisterAgentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/ReserveContactCommand.ts b/clients/client-groundstation/src/commands/ReserveContactCommand.ts index 9e50620d4da51..88a9587539c1f 100644 --- a/clients/client-groundstation/src/commands/ReserveContactCommand.ts +++ b/clients/client-groundstation/src/commands/ReserveContactCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ContactIdResponse, ReserveContactRequest } from "../models/models_0"; import { de_ReserveContactCommand, se_ReserveContactCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/TagResourceCommand.ts b/clients/client-groundstation/src/commands/TagResourceCommand.ts index 4a1219634d7f0..a92142fb6a781 100644 --- a/clients/client-groundstation/src/commands/TagResourceCommand.ts +++ b/clients/client-groundstation/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/UntagResourceCommand.ts b/clients/client-groundstation/src/commands/UntagResourceCommand.ts index 129a5fff3673a..d44f8d09b8673 100644 --- a/clients/client-groundstation/src/commands/UntagResourceCommand.ts +++ b/clients/client-groundstation/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/UpdateAgentStatusCommand.ts b/clients/client-groundstation/src/commands/UpdateAgentStatusCommand.ts index dccb89c761087..e09ffd98c5f23 100644 --- a/clients/client-groundstation/src/commands/UpdateAgentStatusCommand.ts +++ b/clients/client-groundstation/src/commands/UpdateAgentStatusCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateAgentStatusRequest, UpdateAgentStatusResponse } from "../models/models_0"; import { de_UpdateAgentStatusCommand, se_UpdateAgentStatusCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/UpdateConfigCommand.ts b/clients/client-groundstation/src/commands/UpdateConfigCommand.ts index 5957fa6f44a53..0122ee657dd49 100644 --- a/clients/client-groundstation/src/commands/UpdateConfigCommand.ts +++ b/clients/client-groundstation/src/commands/UpdateConfigCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ConfigIdResponse, UpdateConfigRequest } from "../models/models_0"; import { de_UpdateConfigCommand, se_UpdateConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/UpdateEphemerisCommand.ts b/clients/client-groundstation/src/commands/UpdateEphemerisCommand.ts index 2f1a61fc7b6dc..42d360502063b 100644 --- a/clients/client-groundstation/src/commands/UpdateEphemerisCommand.ts +++ b/clients/client-groundstation/src/commands/UpdateEphemerisCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { EphemerisIdResponse, UpdateEphemerisRequest } from "../models/models_0"; import { de_UpdateEphemerisCommand, se_UpdateEphemerisCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/commands/UpdateMissionProfileCommand.ts b/clients/client-groundstation/src/commands/UpdateMissionProfileCommand.ts index dc9873cf051d5..0ede8f31ea588 100644 --- a/clients/client-groundstation/src/commands/UpdateMissionProfileCommand.ts +++ b/clients/client-groundstation/src/commands/UpdateMissionProfileCommand.ts @@ -17,6 +17,10 @@ import { GroundStationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { MissionProfileIdResponse, UpdateMissionProfileRequest } from "../models/models_0"; import { de_UpdateMissionProfileCommand, se_UpdateMissionProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-groundstation/src/index.ts b/clients/client-groundstation/src/index.ts index 3fc2758b016db..0b818450ca84c 100644 --- a/clients/client-groundstation/src/index.ts +++ b/clients/client-groundstation/src/index.ts @@ -1,9 +1,18 @@ -export * from "./GroundStation"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Welcome to the AWS Ground Station API Reference. AWS Ground Station is a fully managed service that + * enables you to control satellite communications, downlink and process satellite data, and + * scale your satellite operations efficiently and cost-effectively without having + * to build or manage your own ground station infrastructure.

+ * + * @packageDocumentation + */ export * from "./GroundStationClient"; +export * from "./GroundStation"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { GroundStationServiceException } from "./models/GroundStationServiceException"; diff --git a/clients/client-groundstation/src/models/GroundStationServiceException.ts b/clients/client-groundstation/src/models/GroundStationServiceException.ts index f856c1fef40ee..54f16612a8bd4 100644 --- a/clients/client-groundstation/src/models/GroundStationServiceException.ts +++ b/clients/client-groundstation/src/models/GroundStationServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-guardduty/src/GuardDutyClient.ts b/clients/client-guardduty/src/GuardDutyClient.ts index 0ab3b85b3ff46..7ffe6f6713788 100644 --- a/clients/client-guardduty/src/GuardDutyClient.ts +++ b/clients/client-guardduty/src/GuardDutyClient.ts @@ -223,6 +223,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -496,7 +498,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type GuardDutyClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type GuardDutyClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -515,7 +517,7 @@ export interface GuardDutyClientConfig extends GuardDutyClientConfigType {} /** * @public */ -type GuardDutyClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type GuardDutyClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-guardduty/src/commands/AcceptAdministratorInvitationCommand.ts b/clients/client-guardduty/src/commands/AcceptAdministratorInvitationCommand.ts index 3a72cee55f419..a914b9a936be5 100644 --- a/clients/client-guardduty/src/commands/AcceptAdministratorInvitationCommand.ts +++ b/clients/client-guardduty/src/commands/AcceptAdministratorInvitationCommand.ts @@ -20,6 +20,10 @@ import { se_AcceptAdministratorInvitationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts b/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts index c0d24c27407a0..d72be1800f774 100644 --- a/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts +++ b/clients/client-guardduty/src/commands/AcceptInvitationCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { AcceptInvitationRequest, AcceptInvitationResponse } from "../models/models_0"; import { de_AcceptInvitationCommand, se_AcceptInvitationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/ArchiveFindingsCommand.ts b/clients/client-guardduty/src/commands/ArchiveFindingsCommand.ts index abcbc6511fdc5..f6e55d2740734 100644 --- a/clients/client-guardduty/src/commands/ArchiveFindingsCommand.ts +++ b/clients/client-guardduty/src/commands/ArchiveFindingsCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ArchiveFindingsRequest, ArchiveFindingsResponse } from "../models/models_0"; import { de_ArchiveFindingsCommand, se_ArchiveFindingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/CreateDetectorCommand.ts b/clients/client-guardduty/src/commands/CreateDetectorCommand.ts index e53e11b2bb73c..68f593688d335 100644 --- a/clients/client-guardduty/src/commands/CreateDetectorCommand.ts +++ b/clients/client-guardduty/src/commands/CreateDetectorCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateDetectorRequest, CreateDetectorResponse } from "../models/models_0"; import { de_CreateDetectorCommand, se_CreateDetectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/CreateFilterCommand.ts b/clients/client-guardduty/src/commands/CreateFilterCommand.ts index 8b1525b3beb79..69e3dafb3d0d9 100644 --- a/clients/client-guardduty/src/commands/CreateFilterCommand.ts +++ b/clients/client-guardduty/src/commands/CreateFilterCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateFilterRequest, CreateFilterResponse } from "../models/models_0"; import { de_CreateFilterCommand, se_CreateFilterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/CreateIPSetCommand.ts b/clients/client-guardduty/src/commands/CreateIPSetCommand.ts index 811e9d635dc4e..85b9445e14ff9 100644 --- a/clients/client-guardduty/src/commands/CreateIPSetCommand.ts +++ b/clients/client-guardduty/src/commands/CreateIPSetCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0"; import { de_CreateIPSetCommand, se_CreateIPSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/CreateMembersCommand.ts b/clients/client-guardduty/src/commands/CreateMembersCommand.ts index 55d9ef8ff1105..2f2fe0b63483a 100644 --- a/clients/client-guardduty/src/commands/CreateMembersCommand.ts +++ b/clients/client-guardduty/src/commands/CreateMembersCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateMembersRequest, CreateMembersResponse } from "../models/models_0"; import { de_CreateMembersCommand, se_CreateMembersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/CreatePublishingDestinationCommand.ts b/clients/client-guardduty/src/commands/CreatePublishingDestinationCommand.ts index 04f4369ec4447..bc59e4fdbd16d 100644 --- a/clients/client-guardduty/src/commands/CreatePublishingDestinationCommand.ts +++ b/clients/client-guardduty/src/commands/CreatePublishingDestinationCommand.ts @@ -20,6 +20,10 @@ import { se_CreatePublishingDestinationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/CreateSampleFindingsCommand.ts b/clients/client-guardduty/src/commands/CreateSampleFindingsCommand.ts index 6aec30ee25c89..9c94f63fa38b0 100644 --- a/clients/client-guardduty/src/commands/CreateSampleFindingsCommand.ts +++ b/clients/client-guardduty/src/commands/CreateSampleFindingsCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateSampleFindingsRequest, CreateSampleFindingsResponse } from "../models/models_0"; import { de_CreateSampleFindingsCommand, se_CreateSampleFindingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/CreateThreatIntelSetCommand.ts b/clients/client-guardduty/src/commands/CreateThreatIntelSetCommand.ts index cd62d62a44b12..e349f04447371 100644 --- a/clients/client-guardduty/src/commands/CreateThreatIntelSetCommand.ts +++ b/clients/client-guardduty/src/commands/CreateThreatIntelSetCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateThreatIntelSetRequest, CreateThreatIntelSetResponse } from "../models/models_0"; import { de_CreateThreatIntelSetCommand, se_CreateThreatIntelSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/DeclineInvitationsCommand.ts b/clients/client-guardduty/src/commands/DeclineInvitationsCommand.ts index b6dbc7a09d018..32b4c5aed4795 100644 --- a/clients/client-guardduty/src/commands/DeclineInvitationsCommand.ts +++ b/clients/client-guardduty/src/commands/DeclineInvitationsCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeclineInvitationsRequest, DeclineInvitationsResponse } from "../models/models_0"; import { de_DeclineInvitationsCommand, se_DeclineInvitationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/DeleteDetectorCommand.ts b/clients/client-guardduty/src/commands/DeleteDetectorCommand.ts index 72e6d08580d44..5cf8242f8e931 100644 --- a/clients/client-guardduty/src/commands/DeleteDetectorCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteDetectorCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteDetectorRequest, DeleteDetectorResponse } from "../models/models_0"; import { de_DeleteDetectorCommand, se_DeleteDetectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/DeleteFilterCommand.ts b/clients/client-guardduty/src/commands/DeleteFilterCommand.ts index 183dda2221169..3f6fcae005174 100644 --- a/clients/client-guardduty/src/commands/DeleteFilterCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteFilterCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteFilterRequest, DeleteFilterResponse } from "../models/models_0"; import { de_DeleteFilterCommand, se_DeleteFilterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/DeleteIPSetCommand.ts b/clients/client-guardduty/src/commands/DeleteIPSetCommand.ts index c662579856b57..d71533c0a97c6 100644 --- a/clients/client-guardduty/src/commands/DeleteIPSetCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteIPSetCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteIPSetRequest, DeleteIPSetResponse } from "../models/models_0"; import { de_DeleteIPSetCommand, se_DeleteIPSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/DeleteInvitationsCommand.ts b/clients/client-guardduty/src/commands/DeleteInvitationsCommand.ts index 18f6a1e27e542..39007df545643 100644 --- a/clients/client-guardduty/src/commands/DeleteInvitationsCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteInvitationsCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteInvitationsRequest, DeleteInvitationsResponse } from "../models/models_0"; import { de_DeleteInvitationsCommand, se_DeleteInvitationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/DeleteMembersCommand.ts b/clients/client-guardduty/src/commands/DeleteMembersCommand.ts index 647407deb1920..3dbc2f753e0d0 100644 --- a/clients/client-guardduty/src/commands/DeleteMembersCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteMembersCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteMembersRequest, DeleteMembersResponse } from "../models/models_0"; import { de_DeleteMembersCommand, se_DeleteMembersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/DeletePublishingDestinationCommand.ts b/clients/client-guardduty/src/commands/DeletePublishingDestinationCommand.ts index 88cd8d118c001..cf4858fb9cf7c 100644 --- a/clients/client-guardduty/src/commands/DeletePublishingDestinationCommand.ts +++ b/clients/client-guardduty/src/commands/DeletePublishingDestinationCommand.ts @@ -20,6 +20,10 @@ import { se_DeletePublishingDestinationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/DeleteThreatIntelSetCommand.ts b/clients/client-guardduty/src/commands/DeleteThreatIntelSetCommand.ts index 544be355095ab..ecb291065af16 100644 --- a/clients/client-guardduty/src/commands/DeleteThreatIntelSetCommand.ts +++ b/clients/client-guardduty/src/commands/DeleteThreatIntelSetCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteThreatIntelSetRequest, DeleteThreatIntelSetResponse } from "../models/models_0"; import { de_DeleteThreatIntelSetCommand, se_DeleteThreatIntelSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/DescribeMalwareScansCommand.ts b/clients/client-guardduty/src/commands/DescribeMalwareScansCommand.ts index c59eecc683ef1..56c5d4e3e318e 100644 --- a/clients/client-guardduty/src/commands/DescribeMalwareScansCommand.ts +++ b/clients/client-guardduty/src/commands/DescribeMalwareScansCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeMalwareScansRequest, DescribeMalwareScansResponse } from "../models/models_0"; import { de_DescribeMalwareScansCommand, se_DescribeMalwareScansCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-guardduty/src/commands/DescribeOrganizationConfigurationCommand.ts index 14c198115e8da..57d0db261f211 100644 --- a/clients/client-guardduty/src/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-guardduty/src/commands/DescribeOrganizationConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/DescribePublishingDestinationCommand.ts b/clients/client-guardduty/src/commands/DescribePublishingDestinationCommand.ts index 085082eed1700..5ddb3703b8bdf 100644 --- a/clients/client-guardduty/src/commands/DescribePublishingDestinationCommand.ts +++ b/clients/client-guardduty/src/commands/DescribePublishingDestinationCommand.ts @@ -20,6 +20,10 @@ import { se_DescribePublishingDestinationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/DisableOrganizationAdminAccountCommand.ts b/clients/client-guardduty/src/commands/DisableOrganizationAdminAccountCommand.ts index b7eef31872659..b2e12215828d8 100644 --- a/clients/client-guardduty/src/commands/DisableOrganizationAdminAccountCommand.ts +++ b/clients/client-guardduty/src/commands/DisableOrganizationAdminAccountCommand.ts @@ -20,6 +20,10 @@ import { se_DisableOrganizationAdminAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/DisassociateFromAdministratorAccountCommand.ts b/clients/client-guardduty/src/commands/DisassociateFromAdministratorAccountCommand.ts index 9e170f3212807..3341b06a4407f 100644 --- a/clients/client-guardduty/src/commands/DisassociateFromAdministratorAccountCommand.ts +++ b/clients/client-guardduty/src/commands/DisassociateFromAdministratorAccountCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateFromAdministratorAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts b/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts index 634cccf9dddec..a72fdc4823839 100644 --- a/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts +++ b/clients/client-guardduty/src/commands/DisassociateFromMasterAccountCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateFromMasterAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/DisassociateMembersCommand.ts b/clients/client-guardduty/src/commands/DisassociateMembersCommand.ts index d9891e540f53c..70222260a80e8 100644 --- a/clients/client-guardduty/src/commands/DisassociateMembersCommand.ts +++ b/clients/client-guardduty/src/commands/DisassociateMembersCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DisassociateMembersRequest, DisassociateMembersResponse } from "../models/models_0"; import { de_DisassociateMembersCommand, se_DisassociateMembersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/EnableOrganizationAdminAccountCommand.ts b/clients/client-guardduty/src/commands/EnableOrganizationAdminAccountCommand.ts index 71a06de36e01e..b467f1ba9951c 100644 --- a/clients/client-guardduty/src/commands/EnableOrganizationAdminAccountCommand.ts +++ b/clients/client-guardduty/src/commands/EnableOrganizationAdminAccountCommand.ts @@ -20,6 +20,10 @@ import { se_EnableOrganizationAdminAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/GetAdministratorAccountCommand.ts b/clients/client-guardduty/src/commands/GetAdministratorAccountCommand.ts index 6a1bf4a775622..fff2d7ee21bbf 100644 --- a/clients/client-guardduty/src/commands/GetAdministratorAccountCommand.ts +++ b/clients/client-guardduty/src/commands/GetAdministratorAccountCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetAdministratorAccountRequest, GetAdministratorAccountResponse } from "../models/models_0"; import { de_GetAdministratorAccountCommand, se_GetAdministratorAccountCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/GetCoverageStatisticsCommand.ts b/clients/client-guardduty/src/commands/GetCoverageStatisticsCommand.ts index 15fa9d9b63f3c..a0773582e7c56 100644 --- a/clients/client-guardduty/src/commands/GetCoverageStatisticsCommand.ts +++ b/clients/client-guardduty/src/commands/GetCoverageStatisticsCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetCoverageStatisticsRequest, GetCoverageStatisticsResponse } from "../models/models_0"; import { de_GetCoverageStatisticsCommand, se_GetCoverageStatisticsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/GetDetectorCommand.ts b/clients/client-guardduty/src/commands/GetDetectorCommand.ts index e76f70bf9f870..e5169a6d287b5 100644 --- a/clients/client-guardduty/src/commands/GetDetectorCommand.ts +++ b/clients/client-guardduty/src/commands/GetDetectorCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDetectorRequest, GetDetectorResponse } from "../models/models_0"; import { de_GetDetectorCommand, se_GetDetectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/GetFilterCommand.ts b/clients/client-guardduty/src/commands/GetFilterCommand.ts index cca1d61c95f81..7ba75a11359ba 100644 --- a/clients/client-guardduty/src/commands/GetFilterCommand.ts +++ b/clients/client-guardduty/src/commands/GetFilterCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetFilterRequest, GetFilterResponse } from "../models/models_0"; import { de_GetFilterCommand, se_GetFilterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/GetFindingsCommand.ts b/clients/client-guardduty/src/commands/GetFindingsCommand.ts index d7d96ab838740..43dea8a86d758 100644 --- a/clients/client-guardduty/src/commands/GetFindingsCommand.ts +++ b/clients/client-guardduty/src/commands/GetFindingsCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetFindingsRequest, GetFindingsResponse } from "../models/models_0"; import { de_GetFindingsCommand, se_GetFindingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/GetFindingsStatisticsCommand.ts b/clients/client-guardduty/src/commands/GetFindingsStatisticsCommand.ts index c5f39d33ec3a1..20e7a62971cea 100644 --- a/clients/client-guardduty/src/commands/GetFindingsStatisticsCommand.ts +++ b/clients/client-guardduty/src/commands/GetFindingsStatisticsCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetFindingsStatisticsRequest, GetFindingsStatisticsResponse } from "../models/models_0"; import { de_GetFindingsStatisticsCommand, se_GetFindingsStatisticsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/GetIPSetCommand.ts b/clients/client-guardduty/src/commands/GetIPSetCommand.ts index 524e13158bc59..bfb2cdb641539 100644 --- a/clients/client-guardduty/src/commands/GetIPSetCommand.ts +++ b/clients/client-guardduty/src/commands/GetIPSetCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetIPSetRequest, GetIPSetResponse } from "../models/models_0"; import { de_GetIPSetCommand, se_GetIPSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/GetInvitationsCountCommand.ts b/clients/client-guardduty/src/commands/GetInvitationsCountCommand.ts index 7b24caa4cdd20..8c87bcaa1b213 100644 --- a/clients/client-guardduty/src/commands/GetInvitationsCountCommand.ts +++ b/clients/client-guardduty/src/commands/GetInvitationsCountCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetInvitationsCountRequest, GetInvitationsCountResponse } from "../models/models_0"; import { de_GetInvitationsCountCommand, se_GetInvitationsCountCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/GetMalwareScanSettingsCommand.ts b/clients/client-guardduty/src/commands/GetMalwareScanSettingsCommand.ts index df17682433dd6..691251d5d42c9 100644 --- a/clients/client-guardduty/src/commands/GetMalwareScanSettingsCommand.ts +++ b/clients/client-guardduty/src/commands/GetMalwareScanSettingsCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetMalwareScanSettingsRequest, GetMalwareScanSettingsResponse } from "../models/models_0"; import { de_GetMalwareScanSettingsCommand, se_GetMalwareScanSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts b/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts index 1ed5dc5781109..ff540c6aa28b0 100644 --- a/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts +++ b/clients/client-guardduty/src/commands/GetMasterAccountCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetMasterAccountRequest, GetMasterAccountResponse } from "../models/models_0"; import { de_GetMasterAccountCommand, se_GetMasterAccountCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/GetMemberDetectorsCommand.ts b/clients/client-guardduty/src/commands/GetMemberDetectorsCommand.ts index ae7878fda7b2f..e0df3889cb7d1 100644 --- a/clients/client-guardduty/src/commands/GetMemberDetectorsCommand.ts +++ b/clients/client-guardduty/src/commands/GetMemberDetectorsCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetMemberDetectorsRequest, GetMemberDetectorsResponse } from "../models/models_0"; import { de_GetMemberDetectorsCommand, se_GetMemberDetectorsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/GetMembersCommand.ts b/clients/client-guardduty/src/commands/GetMembersCommand.ts index 530349c1f3ddb..c9eff6fe4c42e 100644 --- a/clients/client-guardduty/src/commands/GetMembersCommand.ts +++ b/clients/client-guardduty/src/commands/GetMembersCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetMembersRequest, GetMembersResponse } from "../models/models_0"; import { de_GetMembersCommand, se_GetMembersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/GetRemainingFreeTrialDaysCommand.ts b/clients/client-guardduty/src/commands/GetRemainingFreeTrialDaysCommand.ts index 9f89045a0c3b4..c9400100f36e7 100644 --- a/clients/client-guardduty/src/commands/GetRemainingFreeTrialDaysCommand.ts +++ b/clients/client-guardduty/src/commands/GetRemainingFreeTrialDaysCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetRemainingFreeTrialDaysRequest, GetRemainingFreeTrialDaysResponse } from "../models/models_0"; import { de_GetRemainingFreeTrialDaysCommand, se_GetRemainingFreeTrialDaysCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/GetThreatIntelSetCommand.ts b/clients/client-guardduty/src/commands/GetThreatIntelSetCommand.ts index b759f8a2b1f9c..9cd8960dc17a3 100644 --- a/clients/client-guardduty/src/commands/GetThreatIntelSetCommand.ts +++ b/clients/client-guardduty/src/commands/GetThreatIntelSetCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetThreatIntelSetRequest, GetThreatIntelSetResponse } from "../models/models_0"; import { de_GetThreatIntelSetCommand, se_GetThreatIntelSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/GetUsageStatisticsCommand.ts b/clients/client-guardduty/src/commands/GetUsageStatisticsCommand.ts index b90312db4e3bd..d6023aaacb4e0 100644 --- a/clients/client-guardduty/src/commands/GetUsageStatisticsCommand.ts +++ b/clients/client-guardduty/src/commands/GetUsageStatisticsCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetUsageStatisticsRequest, GetUsageStatisticsResponse } from "../models/models_0"; import { de_GetUsageStatisticsCommand, se_GetUsageStatisticsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/InviteMembersCommand.ts b/clients/client-guardduty/src/commands/InviteMembersCommand.ts index 789594b1f8817..0d38655fc368f 100644 --- a/clients/client-guardduty/src/commands/InviteMembersCommand.ts +++ b/clients/client-guardduty/src/commands/InviteMembersCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { InviteMembersRequest, InviteMembersResponse } from "../models/models_0"; import { de_InviteMembersCommand, se_InviteMembersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/ListCoverageCommand.ts b/clients/client-guardduty/src/commands/ListCoverageCommand.ts index f03a10b20dc3b..b6811c6e7099e 100644 --- a/clients/client-guardduty/src/commands/ListCoverageCommand.ts +++ b/clients/client-guardduty/src/commands/ListCoverageCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListCoverageRequest, ListCoverageResponse } from "../models/models_0"; import { de_ListCoverageCommand, se_ListCoverageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/ListDetectorsCommand.ts b/clients/client-guardduty/src/commands/ListDetectorsCommand.ts index 182b3c0c6c808..916222cfead83 100644 --- a/clients/client-guardduty/src/commands/ListDetectorsCommand.ts +++ b/clients/client-guardduty/src/commands/ListDetectorsCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListDetectorsRequest, ListDetectorsResponse } from "../models/models_0"; import { de_ListDetectorsCommand, se_ListDetectorsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/ListFiltersCommand.ts b/clients/client-guardduty/src/commands/ListFiltersCommand.ts index 820bcea765202..e7b7c33559ef5 100644 --- a/clients/client-guardduty/src/commands/ListFiltersCommand.ts +++ b/clients/client-guardduty/src/commands/ListFiltersCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListFiltersRequest, ListFiltersResponse } from "../models/models_0"; import { de_ListFiltersCommand, se_ListFiltersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/ListFindingsCommand.ts b/clients/client-guardduty/src/commands/ListFindingsCommand.ts index 3fec241282877..f78ec155ef9f6 100644 --- a/clients/client-guardduty/src/commands/ListFindingsCommand.ts +++ b/clients/client-guardduty/src/commands/ListFindingsCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0"; import { de_ListFindingsCommand, se_ListFindingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/ListIPSetsCommand.ts b/clients/client-guardduty/src/commands/ListIPSetsCommand.ts index f632e9bf85534..3138acf49ce52 100644 --- a/clients/client-guardduty/src/commands/ListIPSetsCommand.ts +++ b/clients/client-guardduty/src/commands/ListIPSetsCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListIPSetsRequest, ListIPSetsResponse } from "../models/models_0"; import { de_ListIPSetsCommand, se_ListIPSetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/ListInvitationsCommand.ts b/clients/client-guardduty/src/commands/ListInvitationsCommand.ts index 9c128bcb57cf9..e53c9b7f2a2c2 100644 --- a/clients/client-guardduty/src/commands/ListInvitationsCommand.ts +++ b/clients/client-guardduty/src/commands/ListInvitationsCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListInvitationsRequest, ListInvitationsResponse } from "../models/models_0"; import { de_ListInvitationsCommand, se_ListInvitationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/ListMembersCommand.ts b/clients/client-guardduty/src/commands/ListMembersCommand.ts index 1d94c60769a06..c9aea3064ee18 100644 --- a/clients/client-guardduty/src/commands/ListMembersCommand.ts +++ b/clients/client-guardduty/src/commands/ListMembersCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListMembersRequest, ListMembersResponse } from "../models/models_0"; import { de_ListMembersCommand, se_ListMembersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/ListOrganizationAdminAccountsCommand.ts b/clients/client-guardduty/src/commands/ListOrganizationAdminAccountsCommand.ts index 7864f0a254520..45d1cce02a66e 100644 --- a/clients/client-guardduty/src/commands/ListOrganizationAdminAccountsCommand.ts +++ b/clients/client-guardduty/src/commands/ListOrganizationAdminAccountsCommand.ts @@ -20,6 +20,10 @@ import { se_ListOrganizationAdminAccountsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/ListPublishingDestinationsCommand.ts b/clients/client-guardduty/src/commands/ListPublishingDestinationsCommand.ts index f67d53c913772..e496d9ab9678b 100644 --- a/clients/client-guardduty/src/commands/ListPublishingDestinationsCommand.ts +++ b/clients/client-guardduty/src/commands/ListPublishingDestinationsCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListPublishingDestinationsRequest, ListPublishingDestinationsResponse } from "../models/models_0"; import { de_ListPublishingDestinationsCommand, se_ListPublishingDestinationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/ListTagsForResourceCommand.ts b/clients/client-guardduty/src/commands/ListTagsForResourceCommand.ts index 86ea091190936..03dffd865dfe5 100644 --- a/clients/client-guardduty/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-guardduty/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/ListThreatIntelSetsCommand.ts b/clients/client-guardduty/src/commands/ListThreatIntelSetsCommand.ts index 99098289a330d..4350bb5b69a5e 100644 --- a/clients/client-guardduty/src/commands/ListThreatIntelSetsCommand.ts +++ b/clients/client-guardduty/src/commands/ListThreatIntelSetsCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListThreatIntelSetsRequest, ListThreatIntelSetsResponse } from "../models/models_0"; import { de_ListThreatIntelSetsCommand, se_ListThreatIntelSetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/StartMalwareScanCommand.ts b/clients/client-guardduty/src/commands/StartMalwareScanCommand.ts index addec700928bb..d9c499f3ce01a 100644 --- a/clients/client-guardduty/src/commands/StartMalwareScanCommand.ts +++ b/clients/client-guardduty/src/commands/StartMalwareScanCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartMalwareScanRequest, StartMalwareScanResponse } from "../models/models_0"; import { de_StartMalwareScanCommand, se_StartMalwareScanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/StartMonitoringMembersCommand.ts b/clients/client-guardduty/src/commands/StartMonitoringMembersCommand.ts index 3c4d1d37fb746..e244f1f4fc278 100644 --- a/clients/client-guardduty/src/commands/StartMonitoringMembersCommand.ts +++ b/clients/client-guardduty/src/commands/StartMonitoringMembersCommand.ts @@ -18,6 +18,10 @@ import { StartMonitoringMembersRequest } from "../models/models_0"; import { StartMonitoringMembersResponse } from "../models/models_1"; import { de_StartMonitoringMembersCommand, se_StartMonitoringMembersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/StopMonitoringMembersCommand.ts b/clients/client-guardduty/src/commands/StopMonitoringMembersCommand.ts index c08f66aac5ceb..0c869eeaa92e6 100644 --- a/clients/client-guardduty/src/commands/StopMonitoringMembersCommand.ts +++ b/clients/client-guardduty/src/commands/StopMonitoringMembersCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopMonitoringMembersRequest, StopMonitoringMembersResponse } from "../models/models_1"; import { de_StopMonitoringMembersCommand, se_StopMonitoringMembersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/TagResourceCommand.ts b/clients/client-guardduty/src/commands/TagResourceCommand.ts index 9f9a4ad007f73..0874b7fb0fe78 100644 --- a/clients/client-guardduty/src/commands/TagResourceCommand.ts +++ b/clients/client-guardduty/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceRequest, TagResourceResponse } from "../models/models_1"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/UnarchiveFindingsCommand.ts b/clients/client-guardduty/src/commands/UnarchiveFindingsCommand.ts index 46c17257aa7d7..115c1ca4d1525 100644 --- a/clients/client-guardduty/src/commands/UnarchiveFindingsCommand.ts +++ b/clients/client-guardduty/src/commands/UnarchiveFindingsCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UnarchiveFindingsRequest, UnarchiveFindingsResponse } from "../models/models_1"; import { de_UnarchiveFindingsCommand, se_UnarchiveFindingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/UntagResourceCommand.ts b/clients/client-guardduty/src/commands/UntagResourceCommand.ts index 4236f3517aaae..f988f909bfec2 100644 --- a/clients/client-guardduty/src/commands/UntagResourceCommand.ts +++ b/clients/client-guardduty/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/UpdateDetectorCommand.ts b/clients/client-guardduty/src/commands/UpdateDetectorCommand.ts index 6b5f1e049718d..13222daf0e495 100644 --- a/clients/client-guardduty/src/commands/UpdateDetectorCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateDetectorCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateDetectorRequest, UpdateDetectorResponse } from "../models/models_1"; import { de_UpdateDetectorCommand, se_UpdateDetectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/UpdateFilterCommand.ts b/clients/client-guardduty/src/commands/UpdateFilterCommand.ts index dad8c0a8c2048..186dee56cf8a0 100644 --- a/clients/client-guardduty/src/commands/UpdateFilterCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateFilterCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateFilterRequest, UpdateFilterResponse } from "../models/models_1"; import { de_UpdateFilterCommand, se_UpdateFilterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/UpdateFindingsFeedbackCommand.ts b/clients/client-guardduty/src/commands/UpdateFindingsFeedbackCommand.ts index a2e4fd105afa5..b00d9df8d1087 100644 --- a/clients/client-guardduty/src/commands/UpdateFindingsFeedbackCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateFindingsFeedbackCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateFindingsFeedbackRequest, UpdateFindingsFeedbackResponse } from "../models/models_1"; import { de_UpdateFindingsFeedbackCommand, se_UpdateFindingsFeedbackCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/UpdateIPSetCommand.ts b/clients/client-guardduty/src/commands/UpdateIPSetCommand.ts index 86a7644335fa3..74ab90587b1a9 100644 --- a/clients/client-guardduty/src/commands/UpdateIPSetCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateIPSetCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_1"; import { de_UpdateIPSetCommand, se_UpdateIPSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/UpdateMalwareScanSettingsCommand.ts b/clients/client-guardduty/src/commands/UpdateMalwareScanSettingsCommand.ts index 7d17ae8cb1300..3f4d4aa89dc77 100644 --- a/clients/client-guardduty/src/commands/UpdateMalwareScanSettingsCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateMalwareScanSettingsCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateMalwareScanSettingsRequest, UpdateMalwareScanSettingsResponse } from "../models/models_1"; import { de_UpdateMalwareScanSettingsCommand, se_UpdateMalwareScanSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/UpdateMemberDetectorsCommand.ts b/clients/client-guardduty/src/commands/UpdateMemberDetectorsCommand.ts index dd097036f39c2..8206f01caaf4d 100644 --- a/clients/client-guardduty/src/commands/UpdateMemberDetectorsCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateMemberDetectorsCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateMemberDetectorsRequest, UpdateMemberDetectorsResponse } from "../models/models_1"; import { de_UpdateMemberDetectorsCommand, se_UpdateMemberDetectorsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-guardduty/src/commands/UpdateOrganizationConfigurationCommand.ts index a4bd22834a74f..04dc40f5b121f 100644 --- a/clients/client-guardduty/src/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateOrganizationConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/UpdatePublishingDestinationCommand.ts b/clients/client-guardduty/src/commands/UpdatePublishingDestinationCommand.ts index 8849048264f18..04dd41dba9ded 100644 --- a/clients/client-guardduty/src/commands/UpdatePublishingDestinationCommand.ts +++ b/clients/client-guardduty/src/commands/UpdatePublishingDestinationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdatePublishingDestinationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/commands/UpdateThreatIntelSetCommand.ts b/clients/client-guardduty/src/commands/UpdateThreatIntelSetCommand.ts index 2a22a368ed3da..cce8c68769090 100644 --- a/clients/client-guardduty/src/commands/UpdateThreatIntelSetCommand.ts +++ b/clients/client-guardduty/src/commands/UpdateThreatIntelSetCommand.ts @@ -17,6 +17,10 @@ import { GuardDutyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateThreatIntelSetRequest, UpdateThreatIntelSetResponse } from "../models/models_1"; import { de_UpdateThreatIntelSetCommand, se_UpdateThreatIntelSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-guardduty/src/index.ts b/clients/client-guardduty/src/index.ts index 73593b7eb3907..0ba8ffe85f1c3 100644 --- a/clients/client-guardduty/src/index.ts +++ b/clients/client-guardduty/src/index.ts @@ -1,8 +1,32 @@ -export * from "./GuardDuty"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon GuardDuty is a continuous security monitoring service that analyzes and processes + * the following data sources: VPC flow logs, Amazon Web Services CloudTrail management event logs, CloudTrail S3 data event + * logs, EKS audit logs, DNS logs, and Amazon EBS volume data. + * It uses threat intelligence + * feeds, such as lists of malicious IPs and domains, and machine learning to identify + * unexpected, potentially unauthorized, and malicious activity within your Amazon Web Services environment. + * This can include issues like escalations of privileges, uses of exposed credentials, or + * communication with malicious IPs, domains, or presence of malware on your Amazon EC2 instances + * and container workloads. For example, GuardDuty can detect compromised EC2 instances and + * container workloads serving malware, or mining bitcoin.

+ *

GuardDuty also monitors Amazon Web Services account access behavior for signs of compromise, such as + * unauthorized infrastructure deployments like EC2 instances deployed in a Region that has never + * been used, or unusual API calls like a password policy change to reduce password strength.

+ *

GuardDuty informs you about the status of your Amazon Web Services environment by producing security + * findings that you can view in the GuardDuty console or through Amazon EventBridge. For more + * information, see the + * Amazon + * GuardDuty User Guide + * .

+ * + * @packageDocumentation + */ export * from "./GuardDutyClient"; +export * from "./GuardDuty"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { GuardDutyServiceException } from "./models/GuardDutyServiceException"; diff --git a/clients/client-guardduty/src/models/GuardDutyServiceException.ts b/clients/client-guardduty/src/models/GuardDutyServiceException.ts index e87c1572c8601..74b5e95df8ed7 100644 --- a/clients/client-guardduty/src/models/GuardDutyServiceException.ts +++ b/clients/client-guardduty/src/models/GuardDutyServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-health/src/HealthClient.ts b/clients/client-health/src/HealthClient.ts index 8af64a6f229ed..895bdb1725541 100644 --- a/clients/client-health/src/HealthClient.ts +++ b/clients/client-health/src/HealthClient.ts @@ -105,6 +105,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -268,7 +270,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type HealthClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type HealthClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -287,7 +289,7 @@ export interface HealthClientConfig extends HealthClientConfigType {} /** * @public */ -type HealthClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type HealthClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-health/src/commands/DescribeAffectedAccountsForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeAffectedAccountsForOrganizationCommand.ts index 17d6d0c96d68a..bda4b31922b52 100644 --- a/clients/client-health/src/commands/DescribeAffectedAccountsForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DescribeAffectedAccountsForOrganizationCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeAffectedAccountsForOrganizationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-health/src/commands/DescribeAffectedEntitiesCommand.ts b/clients/client-health/src/commands/DescribeAffectedEntitiesCommand.ts index de640cf9d4783..f28ffdc8716ad 100644 --- a/clients/client-health/src/commands/DescribeAffectedEntitiesCommand.ts +++ b/clients/client-health/src/commands/DescribeAffectedEntitiesCommand.ts @@ -17,6 +17,10 @@ import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeAffectedEntitiesRequest, DescribeAffectedEntitiesResponse } from "../models/models_0"; import { de_DescribeAffectedEntitiesCommand, se_DescribeAffectedEntitiesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-health/src/commands/DescribeAffectedEntitiesForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeAffectedEntitiesForOrganizationCommand.ts index 9d2bc54b8a806..5dd810dd22d76 100644 --- a/clients/client-health/src/commands/DescribeAffectedEntitiesForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DescribeAffectedEntitiesForOrganizationCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeAffectedEntitiesForOrganizationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-health/src/commands/DescribeEntityAggregatesCommand.ts b/clients/client-health/src/commands/DescribeEntityAggregatesCommand.ts index cc135a3181b51..c0846c4b6abfd 100644 --- a/clients/client-health/src/commands/DescribeEntityAggregatesCommand.ts +++ b/clients/client-health/src/commands/DescribeEntityAggregatesCommand.ts @@ -17,6 +17,10 @@ import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeEntityAggregatesRequest, DescribeEntityAggregatesResponse } from "../models/models_0"; import { de_DescribeEntityAggregatesCommand, se_DescribeEntityAggregatesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-health/src/commands/DescribeEventAggregatesCommand.ts b/clients/client-health/src/commands/DescribeEventAggregatesCommand.ts index 8f9184ddb07de..2358a4e9aac28 100644 --- a/clients/client-health/src/commands/DescribeEventAggregatesCommand.ts +++ b/clients/client-health/src/commands/DescribeEventAggregatesCommand.ts @@ -17,6 +17,10 @@ import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeEventAggregatesRequest, DescribeEventAggregatesResponse } from "../models/models_0"; import { de_DescribeEventAggregatesCommand, se_DescribeEventAggregatesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-health/src/commands/DescribeEventDetailsCommand.ts b/clients/client-health/src/commands/DescribeEventDetailsCommand.ts index d0fbbeafe63d2..f2bfe051fd3b6 100644 --- a/clients/client-health/src/commands/DescribeEventDetailsCommand.ts +++ b/clients/client-health/src/commands/DescribeEventDetailsCommand.ts @@ -17,6 +17,10 @@ import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeEventDetailsRequest, DescribeEventDetailsResponse } from "../models/models_0"; import { de_DescribeEventDetailsCommand, se_DescribeEventDetailsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-health/src/commands/DescribeEventDetailsForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeEventDetailsForOrganizationCommand.ts index 8dcff891be11f..c7f4855494996 100644 --- a/clients/client-health/src/commands/DescribeEventDetailsForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DescribeEventDetailsForOrganizationCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeEventDetailsForOrganizationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-health/src/commands/DescribeEventTypesCommand.ts b/clients/client-health/src/commands/DescribeEventTypesCommand.ts index c03e127cada86..318138417ef8c 100644 --- a/clients/client-health/src/commands/DescribeEventTypesCommand.ts +++ b/clients/client-health/src/commands/DescribeEventTypesCommand.ts @@ -17,6 +17,10 @@ import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeEventTypesRequest, DescribeEventTypesResponse } from "../models/models_0"; import { de_DescribeEventTypesCommand, se_DescribeEventTypesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-health/src/commands/DescribeEventsCommand.ts b/clients/client-health/src/commands/DescribeEventsCommand.ts index f8e06411d6843..0b1dacac4798e 100644 --- a/clients/client-health/src/commands/DescribeEventsCommand.ts +++ b/clients/client-health/src/commands/DescribeEventsCommand.ts @@ -17,6 +17,10 @@ import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeEventsRequest, DescribeEventsResponse } from "../models/models_0"; import { de_DescribeEventsCommand, se_DescribeEventsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-health/src/commands/DescribeEventsForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeEventsForOrganizationCommand.ts index e7d6e1fa4d38d..945b1a40055e5 100644 --- a/clients/client-health/src/commands/DescribeEventsForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DescribeEventsForOrganizationCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeEventsForOrganizationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-health/src/commands/DescribeHealthServiceStatusForOrganizationCommand.ts b/clients/client-health/src/commands/DescribeHealthServiceStatusForOrganizationCommand.ts index 110df2bcd119c..cb001aad109a1 100644 --- a/clients/client-health/src/commands/DescribeHealthServiceStatusForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DescribeHealthServiceStatusForOrganizationCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeHealthServiceStatusForOrganizationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-health/src/commands/DisableHealthServiceAccessForOrganizationCommand.ts b/clients/client-health/src/commands/DisableHealthServiceAccessForOrganizationCommand.ts index 5c5ed7bfb7541..ba931f2b3c6cf 100644 --- a/clients/client-health/src/commands/DisableHealthServiceAccessForOrganizationCommand.ts +++ b/clients/client-health/src/commands/DisableHealthServiceAccessForOrganizationCommand.ts @@ -19,6 +19,10 @@ import { se_DisableHealthServiceAccessForOrganizationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-health/src/commands/EnableHealthServiceAccessForOrganizationCommand.ts b/clients/client-health/src/commands/EnableHealthServiceAccessForOrganizationCommand.ts index 1846af5c6714f..fab4ae27b2bd1 100644 --- a/clients/client-health/src/commands/EnableHealthServiceAccessForOrganizationCommand.ts +++ b/clients/client-health/src/commands/EnableHealthServiceAccessForOrganizationCommand.ts @@ -19,6 +19,10 @@ import { se_EnableHealthServiceAccessForOrganizationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-health/src/index.ts b/clients/client-health/src/index.ts index 65eefb4fa7feb..20dcc21e1af51 100644 --- a/clients/client-health/src/index.ts +++ b/clients/client-health/src/index.ts @@ -1,8 +1,56 @@ -export * from "./Health"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Health + *

The Health API provides access to the Health information that appears in the + * Health Dashboard. You can use + * the API operations to get information about events that might affect your Amazon Web Services and resources.

+ *

You must have a Business, Enterprise On-Ramp, or Enterprise Support plan from Amazon Web Services Support to use the Health API. If you call the Health API from an + * Amazon Web Services account that doesn't have a Business, Enterprise On-Ramp, or Enterprise Support plan, you receive a + * SubscriptionRequiredException error.

+ *

For API access, you need an access key ID and a secret access key. Use temporary + * credentials instead of long-term access keys when possible. Temporary credentials include + * an access key ID, a secret access key, and a security token that indicates when the + * credentials expire. For more information, see Best practices for managing + * Amazon Web Services access keys in the Amazon Web Services General Reference.

+ *

You can use the Health endpoint health.us-east-1.amazonaws.com (HTTPS) to call the + * Health API operations. Health supports a multi-Region application architecture + * and has two regional endpoints in an active-passive configuration. You can use the high + * availability endpoint example to determine which Amazon Web Services Region is active, so that you can + * get the latest information from the API. For more information, see Accessing the Health + * API in the Health User Guide.

+ *

For authentication of requests, Health uses the Signature Version 4 Signing + * Process.

+ *

If your Amazon Web Services account is part of Organizations, you can use the Health organizational + * view feature. This feature provides a centralized view of Health events across all + * accounts in your organization. You can aggregate Health events in real time to + * identify accounts in your organization that are affected by an operational event or get + * notified of security vulnerabilities. Use the organizational view API operations to enable + * this feature and return event information. For more information, see Aggregating + * Health events in the Health User Guide.

+ * + *

When you use the Health API operations to return Health events, see the + * following recommendations:

+ *
    + *
  • + *

    Use the eventScopeCode parameter to specify whether to return Health + * events that are public or account-specific.

    + *
  • + *
  • + *

    Use pagination to view all events from the response. For example, if you call + * the DescribeEventsForOrganization operation to get all events in your + * organization, you might receive several page results. Specify the + * nextToken in the next request to return more results.

    + *
  • + *
+ *
+ * + * @packageDocumentation + */ export * from "./HealthClient"; +export * from "./Health"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { HealthServiceException } from "./models/HealthServiceException"; diff --git a/clients/client-health/src/models/HealthServiceException.ts b/clients/client-health/src/models/HealthServiceException.ts index c442a6998e2dd..1425c9388c2d9 100644 --- a/clients/client-health/src/models/HealthServiceException.ts +++ b/clients/client-health/src/models/HealthServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-healthlake/src/HealthLakeClient.ts b/clients/client-healthlake/src/HealthLakeClient.ts index 500be53c07862..92a1f7d17db40 100644 --- a/clients/client-healthlake/src/HealthLakeClient.ts +++ b/clients/client-healthlake/src/HealthLakeClient.ts @@ -90,6 +90,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -253,7 +255,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type HealthLakeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type HealthLakeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -272,7 +274,7 @@ export interface HealthLakeClientConfig extends HealthLakeClientConfigType {} /** * @public */ -type HealthLakeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type HealthLakeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts b/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts index c87f936e325ab..09fca41a6cca0 100644 --- a/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts +++ b/clients/client-healthlake/src/commands/CreateFHIRDatastoreCommand.ts @@ -17,6 +17,10 @@ import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateFHIRDatastoreRequest, CreateFHIRDatastoreResponse } from "../models/models_0"; import { de_CreateFHIRDatastoreCommand, se_CreateFHIRDatastoreCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts b/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts index c49c12c5ab588..8625a1c339dd2 100644 --- a/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts +++ b/clients/client-healthlake/src/commands/DeleteFHIRDatastoreCommand.ts @@ -17,6 +17,10 @@ import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteFHIRDatastoreRequest, DeleteFHIRDatastoreResponse } from "../models/models_0"; import { de_DeleteFHIRDatastoreCommand, se_DeleteFHIRDatastoreCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts b/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts index ac3b713bb2032..be33240bc1f1b 100644 --- a/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts +++ b/clients/client-healthlake/src/commands/DescribeFHIRDatastoreCommand.ts @@ -17,6 +17,10 @@ import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeFHIRDatastoreRequest, DescribeFHIRDatastoreResponse } from "../models/models_0"; import { de_DescribeFHIRDatastoreCommand, se_DescribeFHIRDatastoreCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts b/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts index 99d0b2ec0966c..f5a80d8b7fbbb 100644 --- a/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts +++ b/clients/client-healthlake/src/commands/DescribeFHIRExportJobCommand.ts @@ -17,6 +17,10 @@ import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeFHIRExportJobRequest, DescribeFHIRExportJobResponse } from "../models/models_0"; import { de_DescribeFHIRExportJobCommand, se_DescribeFHIRExportJobCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts b/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts index 6e24fcebb2605..c907b0eaee0ad 100644 --- a/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts +++ b/clients/client-healthlake/src/commands/DescribeFHIRImportJobCommand.ts @@ -17,6 +17,10 @@ import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeFHIRImportJobRequest, DescribeFHIRImportJobResponse } from "../models/models_0"; import { de_DescribeFHIRImportJobCommand, se_DescribeFHIRImportJobCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts b/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts index 3cc5a2454da4c..069cbfadc4b1b 100644 --- a/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts +++ b/clients/client-healthlake/src/commands/ListFHIRDatastoresCommand.ts @@ -17,6 +17,10 @@ import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListFHIRDatastoresRequest, ListFHIRDatastoresResponse } from "../models/models_0"; import { de_ListFHIRDatastoresCommand, se_ListFHIRDatastoresCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts b/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts index 5896a0db99cce..381112b21c43e 100644 --- a/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts +++ b/clients/client-healthlake/src/commands/ListFHIRExportJobsCommand.ts @@ -17,6 +17,10 @@ import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListFHIRExportJobsRequest, ListFHIRExportJobsResponse } from "../models/models_0"; import { de_ListFHIRExportJobsCommand, se_ListFHIRExportJobsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts b/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts index e18ac593666ff..d53e7ed81621c 100644 --- a/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts +++ b/clients/client-healthlake/src/commands/ListFHIRImportJobsCommand.ts @@ -17,6 +17,10 @@ import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListFHIRImportJobsRequest, ListFHIRImportJobsResponse } from "../models/models_0"; import { de_ListFHIRImportJobsCommand, se_ListFHIRImportJobsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts b/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts index c3c44fcabd744..8f7d2ec686feb 100644 --- a/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-healthlake/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts b/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts index 9db2c6a4d78ba..99ef75406bf77 100644 --- a/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts +++ b/clients/client-healthlake/src/commands/StartFHIRExportJobCommand.ts @@ -17,6 +17,10 @@ import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartFHIRExportJobRequest, StartFHIRExportJobResponse } from "../models/models_0"; import { de_StartFHIRExportJobCommand, se_StartFHIRExportJobCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts b/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts index abbf20f7ec541..0bc4f2612a701 100644 --- a/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts +++ b/clients/client-healthlake/src/commands/StartFHIRImportJobCommand.ts @@ -17,6 +17,10 @@ import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartFHIRImportJobRequest, StartFHIRImportJobResponse } from "../models/models_0"; import { de_StartFHIRImportJobCommand, se_StartFHIRImportJobCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-healthlake/src/commands/TagResourceCommand.ts b/clients/client-healthlake/src/commands/TagResourceCommand.ts index 90cdc7a7c3926..c0cc60136fbae 100644 --- a/clients/client-healthlake/src/commands/TagResourceCommand.ts +++ b/clients/client-healthlake/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-healthlake/src/commands/UntagResourceCommand.ts b/clients/client-healthlake/src/commands/UntagResourceCommand.ts index bc5543258cd4f..29e3051571475 100644 --- a/clients/client-healthlake/src/commands/UntagResourceCommand.ts +++ b/clients/client-healthlake/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { HealthLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-healthlake/src/index.ts b/clients/client-healthlake/src/index.ts index ce53be658d12d..e1d40401dc434 100644 --- a/clients/client-healthlake/src/index.ts +++ b/clients/client-healthlake/src/index.ts @@ -1,8 +1,15 @@ -export * from "./HealthLake"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon HealthLake is a HIPAA eligibile service that allows customers to store, + * transform, query, and analyze their FHIR-formatted data in a consistent fashion in the cloud.

+ * + * @packageDocumentation + */ export * from "./HealthLakeClient"; +export * from "./HealthLake"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { HealthLakeServiceException } from "./models/HealthLakeServiceException"; diff --git a/clients/client-healthlake/src/models/HealthLakeServiceException.ts b/clients/client-healthlake/src/models/HealthLakeServiceException.ts index 050c58432533d..ac73b4a931e9a 100644 --- a/clients/client-healthlake/src/models/HealthLakeServiceException.ts +++ b/clients/client-healthlake/src/models/HealthLakeServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-honeycode/src/HoneycodeClient.ts b/clients/client-honeycode/src/HoneycodeClient.ts index 9b1ca7f1b29d4..c9c8efd58c4bc 100644 --- a/clients/client-honeycode/src/HoneycodeClient.ts +++ b/clients/client-honeycode/src/HoneycodeClient.ts @@ -98,6 +98,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -265,7 +267,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type HoneycodeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type HoneycodeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -284,7 +286,7 @@ export interface HoneycodeClientConfig extends HoneycodeClientConfigType {} /** * @public */ -type HoneycodeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type HoneycodeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-honeycode/src/commands/BatchCreateTableRowsCommand.ts b/clients/client-honeycode/src/commands/BatchCreateTableRowsCommand.ts index 550616ae00d32..7019cfdbcab77 100644 --- a/clients/client-honeycode/src/commands/BatchCreateTableRowsCommand.ts +++ b/clients/client-honeycode/src/commands/BatchCreateTableRowsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_BatchCreateTableRowsCommand, se_BatchCreateTableRowsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-honeycode/src/commands/BatchDeleteTableRowsCommand.ts b/clients/client-honeycode/src/commands/BatchDeleteTableRowsCommand.ts index 92606ce497edf..952d0620273c4 100644 --- a/clients/client-honeycode/src/commands/BatchDeleteTableRowsCommand.ts +++ b/clients/client-honeycode/src/commands/BatchDeleteTableRowsCommand.ts @@ -17,6 +17,10 @@ import { HoneycodeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchDeleteTableRowsRequest, BatchDeleteTableRowsResult } from "../models/models_0"; import { de_BatchDeleteTableRowsCommand, se_BatchDeleteTableRowsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-honeycode/src/commands/BatchUpdateTableRowsCommand.ts b/clients/client-honeycode/src/commands/BatchUpdateTableRowsCommand.ts index 5c7ad6bdaee95..81f14aa6ac7c9 100644 --- a/clients/client-honeycode/src/commands/BatchUpdateTableRowsCommand.ts +++ b/clients/client-honeycode/src/commands/BatchUpdateTableRowsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_BatchUpdateTableRowsCommand, se_BatchUpdateTableRowsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-honeycode/src/commands/BatchUpsertTableRowsCommand.ts b/clients/client-honeycode/src/commands/BatchUpsertTableRowsCommand.ts index 4165b88e7c9ea..fc867e12fb8ce 100644 --- a/clients/client-honeycode/src/commands/BatchUpsertTableRowsCommand.ts +++ b/clients/client-honeycode/src/commands/BatchUpsertTableRowsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_BatchUpsertTableRowsCommand, se_BatchUpsertTableRowsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-honeycode/src/commands/DescribeTableDataImportJobCommand.ts b/clients/client-honeycode/src/commands/DescribeTableDataImportJobCommand.ts index c2cf5dc8d83e3..ae4304c256d7b 100644 --- a/clients/client-honeycode/src/commands/DescribeTableDataImportJobCommand.ts +++ b/clients/client-honeycode/src/commands/DescribeTableDataImportJobCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeTableDataImportJobCommand, se_DescribeTableDataImportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-honeycode/src/commands/GetScreenDataCommand.ts b/clients/client-honeycode/src/commands/GetScreenDataCommand.ts index 5194e402b5bc9..f15a50cac6f95 100644 --- a/clients/client-honeycode/src/commands/GetScreenDataCommand.ts +++ b/clients/client-honeycode/src/commands/GetScreenDataCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_GetScreenDataCommand, se_GetScreenDataCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-honeycode/src/commands/InvokeScreenAutomationCommand.ts b/clients/client-honeycode/src/commands/InvokeScreenAutomationCommand.ts index 048669f26d166..b88a6f5a844f5 100644 --- a/clients/client-honeycode/src/commands/InvokeScreenAutomationCommand.ts +++ b/clients/client-honeycode/src/commands/InvokeScreenAutomationCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_InvokeScreenAutomationCommand, se_InvokeScreenAutomationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-honeycode/src/commands/ListTableColumnsCommand.ts b/clients/client-honeycode/src/commands/ListTableColumnsCommand.ts index 941b9443cc6d4..d873c3450c5f3 100644 --- a/clients/client-honeycode/src/commands/ListTableColumnsCommand.ts +++ b/clients/client-honeycode/src/commands/ListTableColumnsCommand.ts @@ -17,6 +17,10 @@ import { HoneycodeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTableColumnsRequest, ListTableColumnsResult } from "../models/models_0"; import { de_ListTableColumnsCommand, se_ListTableColumnsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-honeycode/src/commands/ListTableRowsCommand.ts b/clients/client-honeycode/src/commands/ListTableRowsCommand.ts index 9174a728e8489..035be8c5fda0d 100644 --- a/clients/client-honeycode/src/commands/ListTableRowsCommand.ts +++ b/clients/client-honeycode/src/commands/ListTableRowsCommand.ts @@ -17,6 +17,10 @@ import { HoneycodeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTableRowsRequest, ListTableRowsResult, ListTableRowsResultFilterSensitiveLog } from "../models/models_0"; import { de_ListTableRowsCommand, se_ListTableRowsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-honeycode/src/commands/ListTablesCommand.ts b/clients/client-honeycode/src/commands/ListTablesCommand.ts index 3f7f07d110827..c058fa4d55dea 100644 --- a/clients/client-honeycode/src/commands/ListTablesCommand.ts +++ b/clients/client-honeycode/src/commands/ListTablesCommand.ts @@ -17,6 +17,10 @@ import { HoneycodeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTablesRequest, ListTablesResult } from "../models/models_0"; import { de_ListTablesCommand, se_ListTablesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-honeycode/src/commands/ListTagsForResourceCommand.ts b/clients/client-honeycode/src/commands/ListTagsForResourceCommand.ts index 3e9282386eb84..679dc278c6a71 100644 --- a/clients/client-honeycode/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-honeycode/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { HoneycodeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-honeycode/src/commands/QueryTableRowsCommand.ts b/clients/client-honeycode/src/commands/QueryTableRowsCommand.ts index 0b0d45d7723a4..029b82f08dd87 100644 --- a/clients/client-honeycode/src/commands/QueryTableRowsCommand.ts +++ b/clients/client-honeycode/src/commands/QueryTableRowsCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_QueryTableRowsCommand, se_QueryTableRowsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-honeycode/src/commands/StartTableDataImportJobCommand.ts b/clients/client-honeycode/src/commands/StartTableDataImportJobCommand.ts index 89bfa27f74744..6731cee8c9adb 100644 --- a/clients/client-honeycode/src/commands/StartTableDataImportJobCommand.ts +++ b/clients/client-honeycode/src/commands/StartTableDataImportJobCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_StartTableDataImportJobCommand, se_StartTableDataImportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-honeycode/src/commands/TagResourceCommand.ts b/clients/client-honeycode/src/commands/TagResourceCommand.ts index 4695fb9d54c42..05d166a9c35ae 100644 --- a/clients/client-honeycode/src/commands/TagResourceCommand.ts +++ b/clients/client-honeycode/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { HoneycodeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceRequest, TagResourceResult } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-honeycode/src/commands/UntagResourceCommand.ts b/clients/client-honeycode/src/commands/UntagResourceCommand.ts index d33e9d445ca09..ce0a20983469c 100644 --- a/clients/client-honeycode/src/commands/UntagResourceCommand.ts +++ b/clients/client-honeycode/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { HoneycodeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceRequest, UntagResourceResult } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-honeycode/src/index.ts b/clients/client-honeycode/src/index.ts index 410724b510222..446b6d9d1a1cf 100644 --- a/clients/client-honeycode/src/index.ts +++ b/clients/client-honeycode/src/index.ts @@ -1,8 +1,18 @@ -export * from "./Honeycode"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

+ * Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without + * programming. Build Honeycode apps for managing almost anything, like projects, customers, operations, approvals, + * resources, and even your team. + *

+ * + * @packageDocumentation + */ export * from "./HoneycodeClient"; +export * from "./Honeycode"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { HoneycodeServiceException } from "./models/HoneycodeServiceException"; diff --git a/clients/client-honeycode/src/models/HoneycodeServiceException.ts b/clients/client-honeycode/src/models/HoneycodeServiceException.ts index a6e9604844c45..3b0a6ea2823b4 100644 --- a/clients/client-honeycode/src/models/HoneycodeServiceException.ts +++ b/clients/client-honeycode/src/models/HoneycodeServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-iam/src/IAMClient.ts b/clients/client-iam/src/IAMClient.ts index d5f280ba64d2a..8ad6a30450ad5 100644 --- a/clients/client-iam/src/IAMClient.ts +++ b/clients/client-iam/src/IAMClient.ts @@ -442,6 +442,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -895,7 +897,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type IAMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type IAMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -914,7 +916,7 @@ export interface IAMClientConfig extends IAMClientConfigType {} /** * @public */ -type IAMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type IAMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-iam/src/commands/AddClientIDToOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/AddClientIDToOpenIDConnectProviderCommand.ts index 68b72488e184f..f62f10ce24104 100644 --- a/clients/client-iam/src/commands/AddClientIDToOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/AddClientIDToOpenIDConnectProviderCommand.ts @@ -20,6 +20,10 @@ import { se_AddClientIDToOpenIDConnectProviderCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/AddRoleToInstanceProfileCommand.ts b/clients/client-iam/src/commands/AddRoleToInstanceProfileCommand.ts index b99c8ce541417..75e0b69ebcbbe 100644 --- a/clients/client-iam/src/commands/AddRoleToInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/AddRoleToInstanceProfileCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AddRoleToInstanceProfileRequest } from "../models/models_0"; import { de_AddRoleToInstanceProfileCommand, se_AddRoleToInstanceProfileCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/AddUserToGroupCommand.ts b/clients/client-iam/src/commands/AddUserToGroupCommand.ts index 23e595d0872eb..64ebb3c81537d 100644 --- a/clients/client-iam/src/commands/AddUserToGroupCommand.ts +++ b/clients/client-iam/src/commands/AddUserToGroupCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AddUserToGroupRequest } from "../models/models_0"; import { de_AddUserToGroupCommand, se_AddUserToGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/AttachGroupPolicyCommand.ts b/clients/client-iam/src/commands/AttachGroupPolicyCommand.ts index 870374615bad7..5876252241d71 100644 --- a/clients/client-iam/src/commands/AttachGroupPolicyCommand.ts +++ b/clients/client-iam/src/commands/AttachGroupPolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AttachGroupPolicyRequest } from "../models/models_0"; import { de_AttachGroupPolicyCommand, se_AttachGroupPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/AttachRolePolicyCommand.ts b/clients/client-iam/src/commands/AttachRolePolicyCommand.ts index 06b60de22f6ab..de88a9f1b1da6 100644 --- a/clients/client-iam/src/commands/AttachRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/AttachRolePolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AttachRolePolicyRequest } from "../models/models_0"; import { de_AttachRolePolicyCommand, se_AttachRolePolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/AttachUserPolicyCommand.ts b/clients/client-iam/src/commands/AttachUserPolicyCommand.ts index ab1941d18c613..417a52bf2c1f8 100644 --- a/clients/client-iam/src/commands/AttachUserPolicyCommand.ts +++ b/clients/client-iam/src/commands/AttachUserPolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AttachUserPolicyRequest } from "../models/models_0"; import { de_AttachUserPolicyCommand, se_AttachUserPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ChangePasswordCommand.ts b/clients/client-iam/src/commands/ChangePasswordCommand.ts index f9877d9fecbaa..9ae171fea2043 100644 --- a/clients/client-iam/src/commands/ChangePasswordCommand.ts +++ b/clients/client-iam/src/commands/ChangePasswordCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ChangePasswordRequest, ChangePasswordRequestFilterSensitiveLog } from "../models/models_0"; import { de_ChangePasswordCommand, se_ChangePasswordCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/CreateAccessKeyCommand.ts b/clients/client-iam/src/commands/CreateAccessKeyCommand.ts index 91e22f87a6c06..7618ce57beb13 100644 --- a/clients/client-iam/src/commands/CreateAccessKeyCommand.ts +++ b/clients/client-iam/src/commands/CreateAccessKeyCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateAccessKeyCommand, se_CreateAccessKeyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/CreateAccountAliasCommand.ts b/clients/client-iam/src/commands/CreateAccountAliasCommand.ts index 15f4aae45ea5c..b39fdb815543f 100644 --- a/clients/client-iam/src/commands/CreateAccountAliasCommand.ts +++ b/clients/client-iam/src/commands/CreateAccountAliasCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateAccountAliasRequest } from "../models/models_0"; import { de_CreateAccountAliasCommand, se_CreateAccountAliasCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/CreateGroupCommand.ts b/clients/client-iam/src/commands/CreateGroupCommand.ts index a76cf2cdd0ec2..5ca3d2e52cd04 100644 --- a/clients/client-iam/src/commands/CreateGroupCommand.ts +++ b/clients/client-iam/src/commands/CreateGroupCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0"; import { de_CreateGroupCommand, se_CreateGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/CreateInstanceProfileCommand.ts b/clients/client-iam/src/commands/CreateInstanceProfileCommand.ts index 277b2b912ad88..e59a9e05b8008 100644 --- a/clients/client-iam/src/commands/CreateInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/CreateInstanceProfileCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateInstanceProfileRequest, CreateInstanceProfileResponse } from "../models/models_0"; import { de_CreateInstanceProfileCommand, se_CreateInstanceProfileCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/CreateLoginProfileCommand.ts b/clients/client-iam/src/commands/CreateLoginProfileCommand.ts index 61e64d58e5ff2..3b3c969c4e166 100644 --- a/clients/client-iam/src/commands/CreateLoginProfileCommand.ts +++ b/clients/client-iam/src/commands/CreateLoginProfileCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateLoginProfileCommand, se_CreateLoginProfileCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/CreateOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/CreateOpenIDConnectProviderCommand.ts index cf72871401655..42c740a7721b3 100644 --- a/clients/client-iam/src/commands/CreateOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/CreateOpenIDConnectProviderCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateOpenIDConnectProviderRequest, CreateOpenIDConnectProviderResponse } from "../models/models_0"; import { de_CreateOpenIDConnectProviderCommand, se_CreateOpenIDConnectProviderCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/CreatePolicyCommand.ts b/clients/client-iam/src/commands/CreatePolicyCommand.ts index 2c994c9fe1d20..656f4af3d9ce7 100644 --- a/clients/client-iam/src/commands/CreatePolicyCommand.ts +++ b/clients/client-iam/src/commands/CreatePolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreatePolicyRequest, CreatePolicyResponse } from "../models/models_0"; import { de_CreatePolicyCommand, se_CreatePolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/CreatePolicyVersionCommand.ts b/clients/client-iam/src/commands/CreatePolicyVersionCommand.ts index 572ff36f79d4c..53280fdf00fe0 100644 --- a/clients/client-iam/src/commands/CreatePolicyVersionCommand.ts +++ b/clients/client-iam/src/commands/CreatePolicyVersionCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreatePolicyVersionRequest, CreatePolicyVersionResponse } from "../models/models_0"; import { de_CreatePolicyVersionCommand, se_CreatePolicyVersionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/CreateRoleCommand.ts b/clients/client-iam/src/commands/CreateRoleCommand.ts index 47285479c36dd..641914c0df3a5 100644 --- a/clients/client-iam/src/commands/CreateRoleCommand.ts +++ b/clients/client-iam/src/commands/CreateRoleCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateRoleRequest, CreateRoleResponse } from "../models/models_0"; import { de_CreateRoleCommand, se_CreateRoleCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/CreateSAMLProviderCommand.ts b/clients/client-iam/src/commands/CreateSAMLProviderCommand.ts index be569d0969e84..9b78c87bfcb1c 100644 --- a/clients/client-iam/src/commands/CreateSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/CreateSAMLProviderCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateSAMLProviderRequest, CreateSAMLProviderResponse } from "../models/models_0"; import { de_CreateSAMLProviderCommand, se_CreateSAMLProviderCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/CreateServiceLinkedRoleCommand.ts b/clients/client-iam/src/commands/CreateServiceLinkedRoleCommand.ts index c729a27792746..cd56c1e857bb0 100644 --- a/clients/client-iam/src/commands/CreateServiceLinkedRoleCommand.ts +++ b/clients/client-iam/src/commands/CreateServiceLinkedRoleCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateServiceLinkedRoleRequest, CreateServiceLinkedRoleResponse } from "../models/models_0"; import { de_CreateServiceLinkedRoleCommand, se_CreateServiceLinkedRoleCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/CreateServiceSpecificCredentialCommand.ts b/clients/client-iam/src/commands/CreateServiceSpecificCredentialCommand.ts index 00da0744070f7..4775171b146ad 100644 --- a/clients/client-iam/src/commands/CreateServiceSpecificCredentialCommand.ts +++ b/clients/client-iam/src/commands/CreateServiceSpecificCredentialCommand.ts @@ -24,6 +24,10 @@ import { se_CreateServiceSpecificCredentialCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/CreateUserCommand.ts b/clients/client-iam/src/commands/CreateUserCommand.ts index fa6923eb9db3e..4436178f4e0c1 100644 --- a/clients/client-iam/src/commands/CreateUserCommand.ts +++ b/clients/client-iam/src/commands/CreateUserCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateUserRequest, CreateUserResponse } from "../models/models_0"; import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/CreateVirtualMFADeviceCommand.ts b/clients/client-iam/src/commands/CreateVirtualMFADeviceCommand.ts index df96fbdfcfaa6..3ecc29a6b1938 100644 --- a/clients/client-iam/src/commands/CreateVirtualMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/CreateVirtualMFADeviceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateVirtualMFADeviceCommand, se_CreateVirtualMFADeviceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeactivateMFADeviceCommand.ts b/clients/client-iam/src/commands/DeactivateMFADeviceCommand.ts index 544f306e2802d..34ea0098b8300 100644 --- a/clients/client-iam/src/commands/DeactivateMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/DeactivateMFADeviceCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeactivateMFADeviceRequest } from "../models/models_0"; import { de_DeactivateMFADeviceCommand, se_DeactivateMFADeviceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeleteAccessKeyCommand.ts b/clients/client-iam/src/commands/DeleteAccessKeyCommand.ts index 6f008475a6252..d7b6c024e815d 100644 --- a/clients/client-iam/src/commands/DeleteAccessKeyCommand.ts +++ b/clients/client-iam/src/commands/DeleteAccessKeyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteAccessKeyRequest } from "../models/models_0"; import { de_DeleteAccessKeyCommand, se_DeleteAccessKeyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeleteAccountAliasCommand.ts b/clients/client-iam/src/commands/DeleteAccountAliasCommand.ts index c422f0405437a..3b8f6640e363f 100644 --- a/clients/client-iam/src/commands/DeleteAccountAliasCommand.ts +++ b/clients/client-iam/src/commands/DeleteAccountAliasCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteAccountAliasRequest } from "../models/models_0"; import { de_DeleteAccountAliasCommand, se_DeleteAccountAliasCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeleteAccountPasswordPolicyCommand.ts b/clients/client-iam/src/commands/DeleteAccountPasswordPolicyCommand.ts index 58da47aaa7f54..62b82c2edd8eb 100644 --- a/clients/client-iam/src/commands/DeleteAccountPasswordPolicyCommand.ts +++ b/clients/client-iam/src/commands/DeleteAccountPasswordPolicyCommand.ts @@ -16,6 +16,10 @@ import { SerdeContext as __SerdeContext } from "@smithy/types"; import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient"; import { de_DeleteAccountPasswordPolicyCommand, se_DeleteAccountPasswordPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeleteGroupCommand.ts b/clients/client-iam/src/commands/DeleteGroupCommand.ts index 950a8441e6968..61a3a43f5d362 100644 --- a/clients/client-iam/src/commands/DeleteGroupCommand.ts +++ b/clients/client-iam/src/commands/DeleteGroupCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteGroupRequest } from "../models/models_0"; import { de_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeleteGroupPolicyCommand.ts b/clients/client-iam/src/commands/DeleteGroupPolicyCommand.ts index faaa727337489..92cc7b6a8f09e 100644 --- a/clients/client-iam/src/commands/DeleteGroupPolicyCommand.ts +++ b/clients/client-iam/src/commands/DeleteGroupPolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteGroupPolicyRequest } from "../models/models_0"; import { de_DeleteGroupPolicyCommand, se_DeleteGroupPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeleteInstanceProfileCommand.ts b/clients/client-iam/src/commands/DeleteInstanceProfileCommand.ts index 5aa4d5490ba4a..bedb8ff8faa97 100644 --- a/clients/client-iam/src/commands/DeleteInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/DeleteInstanceProfileCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteInstanceProfileRequest } from "../models/models_0"; import { de_DeleteInstanceProfileCommand, se_DeleteInstanceProfileCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeleteLoginProfileCommand.ts b/clients/client-iam/src/commands/DeleteLoginProfileCommand.ts index e5ab87cf99c0e..eff450af3da6a 100644 --- a/clients/client-iam/src/commands/DeleteLoginProfileCommand.ts +++ b/clients/client-iam/src/commands/DeleteLoginProfileCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteLoginProfileRequest } from "../models/models_0"; import { de_DeleteLoginProfileCommand, se_DeleteLoginProfileCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeleteOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/DeleteOpenIDConnectProviderCommand.ts index 7ea52e7e1716f..10143690a6bc9 100644 --- a/clients/client-iam/src/commands/DeleteOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/DeleteOpenIDConnectProviderCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteOpenIDConnectProviderRequest } from "../models/models_0"; import { de_DeleteOpenIDConnectProviderCommand, se_DeleteOpenIDConnectProviderCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeletePolicyCommand.ts b/clients/client-iam/src/commands/DeletePolicyCommand.ts index b49411c1c6d12..dd25467d4417a 100644 --- a/clients/client-iam/src/commands/DeletePolicyCommand.ts +++ b/clients/client-iam/src/commands/DeletePolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeletePolicyRequest } from "../models/models_0"; import { de_DeletePolicyCommand, se_DeletePolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeletePolicyVersionCommand.ts b/clients/client-iam/src/commands/DeletePolicyVersionCommand.ts index b40eb1e7b4092..44288dbf3c891 100644 --- a/clients/client-iam/src/commands/DeletePolicyVersionCommand.ts +++ b/clients/client-iam/src/commands/DeletePolicyVersionCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeletePolicyVersionRequest } from "../models/models_0"; import { de_DeletePolicyVersionCommand, se_DeletePolicyVersionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeleteRoleCommand.ts b/clients/client-iam/src/commands/DeleteRoleCommand.ts index e94b1aec29ac3..51b03076a22f3 100644 --- a/clients/client-iam/src/commands/DeleteRoleCommand.ts +++ b/clients/client-iam/src/commands/DeleteRoleCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteRoleRequest } from "../models/models_0"; import { de_DeleteRoleCommand, se_DeleteRoleCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeleteRolePermissionsBoundaryCommand.ts b/clients/client-iam/src/commands/DeleteRolePermissionsBoundaryCommand.ts index e726da87bb4b3..f3d31e9f9da1f 100644 --- a/clients/client-iam/src/commands/DeleteRolePermissionsBoundaryCommand.ts +++ b/clients/client-iam/src/commands/DeleteRolePermissionsBoundaryCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteRolePermissionsBoundaryCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeleteRolePolicyCommand.ts b/clients/client-iam/src/commands/DeleteRolePolicyCommand.ts index 01e58dd939fc0..7cc566153f251 100644 --- a/clients/client-iam/src/commands/DeleteRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/DeleteRolePolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteRolePolicyRequest } from "../models/models_0"; import { de_DeleteRolePolicyCommand, se_DeleteRolePolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeleteSAMLProviderCommand.ts b/clients/client-iam/src/commands/DeleteSAMLProviderCommand.ts index efdd8e1f3b910..31c450db498e0 100644 --- a/clients/client-iam/src/commands/DeleteSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/DeleteSAMLProviderCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteSAMLProviderRequest } from "../models/models_0"; import { de_DeleteSAMLProviderCommand, se_DeleteSAMLProviderCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeleteSSHPublicKeyCommand.ts b/clients/client-iam/src/commands/DeleteSSHPublicKeyCommand.ts index 1b14a46fdea3a..36c940a9b2626 100644 --- a/clients/client-iam/src/commands/DeleteSSHPublicKeyCommand.ts +++ b/clients/client-iam/src/commands/DeleteSSHPublicKeyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteSSHPublicKeyRequest } from "../models/models_0"; import { de_DeleteSSHPublicKeyCommand, se_DeleteSSHPublicKeyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeleteServerCertificateCommand.ts b/clients/client-iam/src/commands/DeleteServerCertificateCommand.ts index 3a847d32660a9..2128d6a0f7271 100644 --- a/clients/client-iam/src/commands/DeleteServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/DeleteServerCertificateCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteServerCertificateRequest } from "../models/models_0"; import { de_DeleteServerCertificateCommand, se_DeleteServerCertificateCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeleteServiceLinkedRoleCommand.ts b/clients/client-iam/src/commands/DeleteServiceLinkedRoleCommand.ts index a610655dec68f..1776b91a636e9 100644 --- a/clients/client-iam/src/commands/DeleteServiceLinkedRoleCommand.ts +++ b/clients/client-iam/src/commands/DeleteServiceLinkedRoleCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteServiceLinkedRoleRequest, DeleteServiceLinkedRoleResponse } from "../models/models_0"; import { de_DeleteServiceLinkedRoleCommand, se_DeleteServiceLinkedRoleCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeleteServiceSpecificCredentialCommand.ts b/clients/client-iam/src/commands/DeleteServiceSpecificCredentialCommand.ts index cbbebd9028b5b..fb626a7d706fe 100644 --- a/clients/client-iam/src/commands/DeleteServiceSpecificCredentialCommand.ts +++ b/clients/client-iam/src/commands/DeleteServiceSpecificCredentialCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteServiceSpecificCredentialCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeleteSigningCertificateCommand.ts b/clients/client-iam/src/commands/DeleteSigningCertificateCommand.ts index e44a988922b73..ca48dd742e4a9 100644 --- a/clients/client-iam/src/commands/DeleteSigningCertificateCommand.ts +++ b/clients/client-iam/src/commands/DeleteSigningCertificateCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteSigningCertificateRequest } from "../models/models_0"; import { de_DeleteSigningCertificateCommand, se_DeleteSigningCertificateCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeleteUserCommand.ts b/clients/client-iam/src/commands/DeleteUserCommand.ts index cb88cd7da51ab..62bb843d0aa0c 100644 --- a/clients/client-iam/src/commands/DeleteUserCommand.ts +++ b/clients/client-iam/src/commands/DeleteUserCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteUserRequest } from "../models/models_0"; import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeleteUserPermissionsBoundaryCommand.ts b/clients/client-iam/src/commands/DeleteUserPermissionsBoundaryCommand.ts index 25aa133621a35..fb60518956af1 100644 --- a/clients/client-iam/src/commands/DeleteUserPermissionsBoundaryCommand.ts +++ b/clients/client-iam/src/commands/DeleteUserPermissionsBoundaryCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteUserPermissionsBoundaryCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeleteUserPolicyCommand.ts b/clients/client-iam/src/commands/DeleteUserPolicyCommand.ts index 4569651e26ec5..ab5af866663d7 100644 --- a/clients/client-iam/src/commands/DeleteUserPolicyCommand.ts +++ b/clients/client-iam/src/commands/DeleteUserPolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteUserPolicyRequest } from "../models/models_0"; import { de_DeleteUserPolicyCommand, se_DeleteUserPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DeleteVirtualMFADeviceCommand.ts b/clients/client-iam/src/commands/DeleteVirtualMFADeviceCommand.ts index 8c83d04e0ab45..7350e6889982c 100644 --- a/clients/client-iam/src/commands/DeleteVirtualMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/DeleteVirtualMFADeviceCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteVirtualMFADeviceRequest } from "../models/models_0"; import { de_DeleteVirtualMFADeviceCommand, se_DeleteVirtualMFADeviceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DetachGroupPolicyCommand.ts b/clients/client-iam/src/commands/DetachGroupPolicyCommand.ts index 0dcf8355b2e27..408bf8cb2e50c 100644 --- a/clients/client-iam/src/commands/DetachGroupPolicyCommand.ts +++ b/clients/client-iam/src/commands/DetachGroupPolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DetachGroupPolicyRequest } from "../models/models_0"; import { de_DetachGroupPolicyCommand, se_DetachGroupPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DetachRolePolicyCommand.ts b/clients/client-iam/src/commands/DetachRolePolicyCommand.ts index a35ed54899f70..accc2461af6a1 100644 --- a/clients/client-iam/src/commands/DetachRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/DetachRolePolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DetachRolePolicyRequest } from "../models/models_0"; import { de_DetachRolePolicyCommand, se_DetachRolePolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/DetachUserPolicyCommand.ts b/clients/client-iam/src/commands/DetachUserPolicyCommand.ts index 3d20810d563fa..779e753072c29 100644 --- a/clients/client-iam/src/commands/DetachUserPolicyCommand.ts +++ b/clients/client-iam/src/commands/DetachUserPolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DetachUserPolicyRequest } from "../models/models_0"; import { de_DetachUserPolicyCommand, se_DetachUserPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/EnableMFADeviceCommand.ts b/clients/client-iam/src/commands/EnableMFADeviceCommand.ts index 1219a0756cbec..7fcef71e1b576 100644 --- a/clients/client-iam/src/commands/EnableMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/EnableMFADeviceCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { EnableMFADeviceRequest } from "../models/models_0"; import { de_EnableMFADeviceCommand, se_EnableMFADeviceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GenerateCredentialReportCommand.ts b/clients/client-iam/src/commands/GenerateCredentialReportCommand.ts index ec7c828b18fc3..dbb115da7e3d6 100644 --- a/clients/client-iam/src/commands/GenerateCredentialReportCommand.ts +++ b/clients/client-iam/src/commands/GenerateCredentialReportCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GenerateCredentialReportResponse } from "../models/models_0"; import { de_GenerateCredentialReportCommand, se_GenerateCredentialReportCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GenerateOrganizationsAccessReportCommand.ts b/clients/client-iam/src/commands/GenerateOrganizationsAccessReportCommand.ts index 99624b8d880ee..47f3e1052537f 100644 --- a/clients/client-iam/src/commands/GenerateOrganizationsAccessReportCommand.ts +++ b/clients/client-iam/src/commands/GenerateOrganizationsAccessReportCommand.ts @@ -23,6 +23,10 @@ import { se_GenerateOrganizationsAccessReportCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GenerateServiceLastAccessedDetailsCommand.ts b/clients/client-iam/src/commands/GenerateServiceLastAccessedDetailsCommand.ts index 21f7c4abf442b..a52c06bbe0acf 100644 --- a/clients/client-iam/src/commands/GenerateServiceLastAccessedDetailsCommand.ts +++ b/clients/client-iam/src/commands/GenerateServiceLastAccessedDetailsCommand.ts @@ -23,6 +23,10 @@ import { se_GenerateServiceLastAccessedDetailsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetAccessKeyLastUsedCommand.ts b/clients/client-iam/src/commands/GetAccessKeyLastUsedCommand.ts index 592a780a1505b..db71151a26174 100644 --- a/clients/client-iam/src/commands/GetAccessKeyLastUsedCommand.ts +++ b/clients/client-iam/src/commands/GetAccessKeyLastUsedCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetAccessKeyLastUsedRequest, GetAccessKeyLastUsedResponse } from "../models/models_0"; import { de_GetAccessKeyLastUsedCommand, se_GetAccessKeyLastUsedCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetAccountAuthorizationDetailsCommand.ts b/clients/client-iam/src/commands/GetAccountAuthorizationDetailsCommand.ts index c1e2532b345e5..35b1468589101 100644 --- a/clients/client-iam/src/commands/GetAccountAuthorizationDetailsCommand.ts +++ b/clients/client-iam/src/commands/GetAccountAuthorizationDetailsCommand.ts @@ -20,6 +20,10 @@ import { se_GetAccountAuthorizationDetailsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetAccountPasswordPolicyCommand.ts b/clients/client-iam/src/commands/GetAccountPasswordPolicyCommand.ts index 8f411bd0bd460..57bcbaa840002 100644 --- a/clients/client-iam/src/commands/GetAccountPasswordPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetAccountPasswordPolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetAccountPasswordPolicyResponse } from "../models/models_0"; import { de_GetAccountPasswordPolicyCommand, se_GetAccountPasswordPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetAccountSummaryCommand.ts b/clients/client-iam/src/commands/GetAccountSummaryCommand.ts index 2f8b6014cdac5..74f1022c3cbd4 100644 --- a/clients/client-iam/src/commands/GetAccountSummaryCommand.ts +++ b/clients/client-iam/src/commands/GetAccountSummaryCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetAccountSummaryResponse } from "../models/models_0"; import { de_GetAccountSummaryCommand, se_GetAccountSummaryCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetContextKeysForCustomPolicyCommand.ts b/clients/client-iam/src/commands/GetContextKeysForCustomPolicyCommand.ts index 6b5ff8b6fb085..2e61cfbe70a92 100644 --- a/clients/client-iam/src/commands/GetContextKeysForCustomPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetContextKeysForCustomPolicyCommand.ts @@ -20,6 +20,10 @@ import { se_GetContextKeysForCustomPolicyCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetContextKeysForPrincipalPolicyCommand.ts b/clients/client-iam/src/commands/GetContextKeysForPrincipalPolicyCommand.ts index 8d363566bd4b3..d23c556e48688 100644 --- a/clients/client-iam/src/commands/GetContextKeysForPrincipalPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetContextKeysForPrincipalPolicyCommand.ts @@ -20,6 +20,10 @@ import { se_GetContextKeysForPrincipalPolicyCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetCredentialReportCommand.ts b/clients/client-iam/src/commands/GetCredentialReportCommand.ts index ad41b93f375bd..c040b4a8a1495 100644 --- a/clients/client-iam/src/commands/GetCredentialReportCommand.ts +++ b/clients/client-iam/src/commands/GetCredentialReportCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetCredentialReportResponse } from "../models/models_0"; import { de_GetCredentialReportCommand, se_GetCredentialReportCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetGroupCommand.ts b/clients/client-iam/src/commands/GetGroupCommand.ts index 9d9c1e0cf8946..2d37816a359bd 100644 --- a/clients/client-iam/src/commands/GetGroupCommand.ts +++ b/clients/client-iam/src/commands/GetGroupCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetGroupRequest, GetGroupResponse } from "../models/models_0"; import { de_GetGroupCommand, se_GetGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetGroupPolicyCommand.ts b/clients/client-iam/src/commands/GetGroupPolicyCommand.ts index 7ef06fe1fe919..98285093ff535 100644 --- a/clients/client-iam/src/commands/GetGroupPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetGroupPolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetGroupPolicyRequest, GetGroupPolicyResponse } from "../models/models_0"; import { de_GetGroupPolicyCommand, se_GetGroupPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetInstanceProfileCommand.ts b/clients/client-iam/src/commands/GetInstanceProfileCommand.ts index 9d211d4ea67f9..89a16fa222467 100644 --- a/clients/client-iam/src/commands/GetInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/GetInstanceProfileCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetInstanceProfileRequest, GetInstanceProfileResponse } from "../models/models_0"; import { de_GetInstanceProfileCommand, se_GetInstanceProfileCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetLoginProfileCommand.ts b/clients/client-iam/src/commands/GetLoginProfileCommand.ts index 7e178244f7363..507ffb223c918 100644 --- a/clients/client-iam/src/commands/GetLoginProfileCommand.ts +++ b/clients/client-iam/src/commands/GetLoginProfileCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetLoginProfileRequest, GetLoginProfileResponse } from "../models/models_0"; import { de_GetLoginProfileCommand, se_GetLoginProfileCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/GetOpenIDConnectProviderCommand.ts index bb9ca0af68504..ced1e98c0bff4 100644 --- a/clients/client-iam/src/commands/GetOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/GetOpenIDConnectProviderCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetOpenIDConnectProviderRequest, GetOpenIDConnectProviderResponse } from "../models/models_0"; import { de_GetOpenIDConnectProviderCommand, se_GetOpenIDConnectProviderCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetOrganizationsAccessReportCommand.ts b/clients/client-iam/src/commands/GetOrganizationsAccessReportCommand.ts index d4ec9dd4690db..560ada7ceb981 100644 --- a/clients/client-iam/src/commands/GetOrganizationsAccessReportCommand.ts +++ b/clients/client-iam/src/commands/GetOrganizationsAccessReportCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetOrganizationsAccessReportRequest, GetOrganizationsAccessReportResponse } from "../models/models_0"; import { de_GetOrganizationsAccessReportCommand, se_GetOrganizationsAccessReportCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetPolicyCommand.ts b/clients/client-iam/src/commands/GetPolicyCommand.ts index 4b8e14af83308..e6eedf6ce1711 100644 --- a/clients/client-iam/src/commands/GetPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetPolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0"; import { de_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetPolicyVersionCommand.ts b/clients/client-iam/src/commands/GetPolicyVersionCommand.ts index 0ea9b71b5318b..62b807aee4a58 100644 --- a/clients/client-iam/src/commands/GetPolicyVersionCommand.ts +++ b/clients/client-iam/src/commands/GetPolicyVersionCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetPolicyVersionRequest, GetPolicyVersionResponse } from "../models/models_0"; import { de_GetPolicyVersionCommand, se_GetPolicyVersionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetRoleCommand.ts b/clients/client-iam/src/commands/GetRoleCommand.ts index 2a044417ebd90..cc473128aaa32 100644 --- a/clients/client-iam/src/commands/GetRoleCommand.ts +++ b/clients/client-iam/src/commands/GetRoleCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetRoleRequest, GetRoleResponse } from "../models/models_0"; import { de_GetRoleCommand, se_GetRoleCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetRolePolicyCommand.ts b/clients/client-iam/src/commands/GetRolePolicyCommand.ts index 4de928c3456ae..07abe1f4ffb5b 100644 --- a/clients/client-iam/src/commands/GetRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/GetRolePolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetRolePolicyRequest, GetRolePolicyResponse } from "../models/models_0"; import { de_GetRolePolicyCommand, se_GetRolePolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetSAMLProviderCommand.ts b/clients/client-iam/src/commands/GetSAMLProviderCommand.ts index 41699d1730c77..789ed03b6feec 100644 --- a/clients/client-iam/src/commands/GetSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/GetSAMLProviderCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetSAMLProviderRequest, GetSAMLProviderResponse } from "../models/models_0"; import { de_GetSAMLProviderCommand, se_GetSAMLProviderCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetSSHPublicKeyCommand.ts b/clients/client-iam/src/commands/GetSSHPublicKeyCommand.ts index ee1fda53e8d76..12f3b8b15fc2c 100644 --- a/clients/client-iam/src/commands/GetSSHPublicKeyCommand.ts +++ b/clients/client-iam/src/commands/GetSSHPublicKeyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetSSHPublicKeyRequest, GetSSHPublicKeyResponse } from "../models/models_0"; import { de_GetSSHPublicKeyCommand, se_GetSSHPublicKeyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetServerCertificateCommand.ts b/clients/client-iam/src/commands/GetServerCertificateCommand.ts index a61f72f6fd469..e727124813155 100644 --- a/clients/client-iam/src/commands/GetServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/GetServerCertificateCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetServerCertificateRequest, GetServerCertificateResponse } from "../models/models_0"; import { de_GetServerCertificateCommand, se_GetServerCertificateCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetServiceLastAccessedDetailsCommand.ts b/clients/client-iam/src/commands/GetServiceLastAccessedDetailsCommand.ts index 26f0b0d147764..286f23ae6917b 100644 --- a/clients/client-iam/src/commands/GetServiceLastAccessedDetailsCommand.ts +++ b/clients/client-iam/src/commands/GetServiceLastAccessedDetailsCommand.ts @@ -20,6 +20,10 @@ import { se_GetServiceLastAccessedDetailsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts b/clients/client-iam/src/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts index 58dde9a341f58..fc553c6c2edd3 100644 --- a/clients/client-iam/src/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts +++ b/clients/client-iam/src/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.ts @@ -23,6 +23,10 @@ import { se_GetServiceLastAccessedDetailsWithEntitiesCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetServiceLinkedRoleDeletionStatusCommand.ts b/clients/client-iam/src/commands/GetServiceLinkedRoleDeletionStatusCommand.ts index 0a3c4229bf9d2..fb3714414597d 100644 --- a/clients/client-iam/src/commands/GetServiceLinkedRoleDeletionStatusCommand.ts +++ b/clients/client-iam/src/commands/GetServiceLinkedRoleDeletionStatusCommand.ts @@ -23,6 +23,10 @@ import { se_GetServiceLinkedRoleDeletionStatusCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetUserCommand.ts b/clients/client-iam/src/commands/GetUserCommand.ts index d068b578133ff..353f6bcec42fd 100644 --- a/clients/client-iam/src/commands/GetUserCommand.ts +++ b/clients/client-iam/src/commands/GetUserCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetUserRequest, GetUserResponse } from "../models/models_0"; import { de_GetUserCommand, se_GetUserCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/GetUserPolicyCommand.ts b/clients/client-iam/src/commands/GetUserPolicyCommand.ts index fbf16a5d92723..0d60e326b5c52 100644 --- a/clients/client-iam/src/commands/GetUserPolicyCommand.ts +++ b/clients/client-iam/src/commands/GetUserPolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetUserPolicyRequest, GetUserPolicyResponse } from "../models/models_0"; import { de_GetUserPolicyCommand, se_GetUserPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListAccessKeysCommand.ts b/clients/client-iam/src/commands/ListAccessKeysCommand.ts index 9885b5f079621..46e605300dfae 100644 --- a/clients/client-iam/src/commands/ListAccessKeysCommand.ts +++ b/clients/client-iam/src/commands/ListAccessKeysCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListAccessKeysRequest, ListAccessKeysResponse } from "../models/models_0"; import { de_ListAccessKeysCommand, se_ListAccessKeysCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListAccountAliasesCommand.ts b/clients/client-iam/src/commands/ListAccountAliasesCommand.ts index 5e3ba48e14a71..7f78230a38acc 100644 --- a/clients/client-iam/src/commands/ListAccountAliasesCommand.ts +++ b/clients/client-iam/src/commands/ListAccountAliasesCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListAccountAliasesRequest, ListAccountAliasesResponse } from "../models/models_0"; import { de_ListAccountAliasesCommand, se_ListAccountAliasesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListAttachedGroupPoliciesCommand.ts b/clients/client-iam/src/commands/ListAttachedGroupPoliciesCommand.ts index 506d4d773b16f..b4b8b9159f80f 100644 --- a/clients/client-iam/src/commands/ListAttachedGroupPoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListAttachedGroupPoliciesCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListAttachedGroupPoliciesRequest, ListAttachedGroupPoliciesResponse } from "../models/models_0"; import { de_ListAttachedGroupPoliciesCommand, se_ListAttachedGroupPoliciesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListAttachedRolePoliciesCommand.ts b/clients/client-iam/src/commands/ListAttachedRolePoliciesCommand.ts index b589e1b9b1d01..822e0d264ddd0 100644 --- a/clients/client-iam/src/commands/ListAttachedRolePoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListAttachedRolePoliciesCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListAttachedRolePoliciesRequest, ListAttachedRolePoliciesResponse } from "../models/models_0"; import { de_ListAttachedRolePoliciesCommand, se_ListAttachedRolePoliciesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListAttachedUserPoliciesCommand.ts b/clients/client-iam/src/commands/ListAttachedUserPoliciesCommand.ts index 08eb891edffc2..051d00ac16d36 100644 --- a/clients/client-iam/src/commands/ListAttachedUserPoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListAttachedUserPoliciesCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListAttachedUserPoliciesRequest, ListAttachedUserPoliciesResponse } from "../models/models_0"; import { de_ListAttachedUserPoliciesCommand, se_ListAttachedUserPoliciesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListEntitiesForPolicyCommand.ts b/clients/client-iam/src/commands/ListEntitiesForPolicyCommand.ts index dbfcfa525e69d..0941462f5ec47 100644 --- a/clients/client-iam/src/commands/ListEntitiesForPolicyCommand.ts +++ b/clients/client-iam/src/commands/ListEntitiesForPolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListEntitiesForPolicyRequest, ListEntitiesForPolicyResponse } from "../models/models_0"; import { de_ListEntitiesForPolicyCommand, se_ListEntitiesForPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListGroupPoliciesCommand.ts b/clients/client-iam/src/commands/ListGroupPoliciesCommand.ts index 26d1db8f0e308..4c9516403d8a9 100644 --- a/clients/client-iam/src/commands/ListGroupPoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListGroupPoliciesCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListGroupPoliciesRequest, ListGroupPoliciesResponse } from "../models/models_0"; import { de_ListGroupPoliciesCommand, se_ListGroupPoliciesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListGroupsCommand.ts b/clients/client-iam/src/commands/ListGroupsCommand.ts index f1f5a0d611700..7f922e00679ad 100644 --- a/clients/client-iam/src/commands/ListGroupsCommand.ts +++ b/clients/client-iam/src/commands/ListGroupsCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0"; import { de_ListGroupsCommand, se_ListGroupsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListGroupsForUserCommand.ts b/clients/client-iam/src/commands/ListGroupsForUserCommand.ts index 18a126ea3badd..0da27e0341e51 100644 --- a/clients/client-iam/src/commands/ListGroupsForUserCommand.ts +++ b/clients/client-iam/src/commands/ListGroupsForUserCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListGroupsForUserRequest, ListGroupsForUserResponse } from "../models/models_0"; import { de_ListGroupsForUserCommand, se_ListGroupsForUserCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListInstanceProfileTagsCommand.ts b/clients/client-iam/src/commands/ListInstanceProfileTagsCommand.ts index c83b930bed827..9e606dea23304 100644 --- a/clients/client-iam/src/commands/ListInstanceProfileTagsCommand.ts +++ b/clients/client-iam/src/commands/ListInstanceProfileTagsCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListInstanceProfileTagsRequest, ListInstanceProfileTagsResponse } from "../models/models_0"; import { de_ListInstanceProfileTagsCommand, se_ListInstanceProfileTagsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListInstanceProfilesCommand.ts b/clients/client-iam/src/commands/ListInstanceProfilesCommand.ts index d9b0e8bb98ffd..51ee79fbe6d56 100644 --- a/clients/client-iam/src/commands/ListInstanceProfilesCommand.ts +++ b/clients/client-iam/src/commands/ListInstanceProfilesCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListInstanceProfilesRequest, ListInstanceProfilesResponse } from "../models/models_0"; import { de_ListInstanceProfilesCommand, se_ListInstanceProfilesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListInstanceProfilesForRoleCommand.ts b/clients/client-iam/src/commands/ListInstanceProfilesForRoleCommand.ts index fe1a73cf6acab..cbfb472ae776a 100644 --- a/clients/client-iam/src/commands/ListInstanceProfilesForRoleCommand.ts +++ b/clients/client-iam/src/commands/ListInstanceProfilesForRoleCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListInstanceProfilesForRoleRequest, ListInstanceProfilesForRoleResponse } from "../models/models_0"; import { de_ListInstanceProfilesForRoleCommand, se_ListInstanceProfilesForRoleCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListMFADeviceTagsCommand.ts b/clients/client-iam/src/commands/ListMFADeviceTagsCommand.ts index 0fe04f141556b..88e25e211964b 100644 --- a/clients/client-iam/src/commands/ListMFADeviceTagsCommand.ts +++ b/clients/client-iam/src/commands/ListMFADeviceTagsCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListMFADeviceTagsRequest, ListMFADeviceTagsResponse } from "../models/models_0"; import { de_ListMFADeviceTagsCommand, se_ListMFADeviceTagsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListMFADevicesCommand.ts b/clients/client-iam/src/commands/ListMFADevicesCommand.ts index 735e3f5525e0b..bb0f67ed26c09 100644 --- a/clients/client-iam/src/commands/ListMFADevicesCommand.ts +++ b/clients/client-iam/src/commands/ListMFADevicesCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListMFADevicesRequest, ListMFADevicesResponse } from "../models/models_0"; import { de_ListMFADevicesCommand, se_ListMFADevicesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListOpenIDConnectProviderTagsCommand.ts b/clients/client-iam/src/commands/ListOpenIDConnectProviderTagsCommand.ts index a1f410faee7ed..1e863d41ce666 100644 --- a/clients/client-iam/src/commands/ListOpenIDConnectProviderTagsCommand.ts +++ b/clients/client-iam/src/commands/ListOpenIDConnectProviderTagsCommand.ts @@ -20,6 +20,10 @@ import { se_ListOpenIDConnectProviderTagsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListOpenIDConnectProvidersCommand.ts b/clients/client-iam/src/commands/ListOpenIDConnectProvidersCommand.ts index 7d05c6cbbb5a0..2ae8fa02c2c4e 100644 --- a/clients/client-iam/src/commands/ListOpenIDConnectProvidersCommand.ts +++ b/clients/client-iam/src/commands/ListOpenIDConnectProvidersCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListOpenIDConnectProvidersRequest, ListOpenIDConnectProvidersResponse } from "../models/models_0"; import { de_ListOpenIDConnectProvidersCommand, se_ListOpenIDConnectProvidersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListPoliciesCommand.ts b/clients/client-iam/src/commands/ListPoliciesCommand.ts index 8541cae4b3d56..6df1d73a9a083 100644 --- a/clients/client-iam/src/commands/ListPoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListPoliciesCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_0"; import { de_ListPoliciesCommand, se_ListPoliciesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListPoliciesGrantingServiceAccessCommand.ts b/clients/client-iam/src/commands/ListPoliciesGrantingServiceAccessCommand.ts index ff7ac299e17a8..3be14371775ce 100644 --- a/clients/client-iam/src/commands/ListPoliciesGrantingServiceAccessCommand.ts +++ b/clients/client-iam/src/commands/ListPoliciesGrantingServiceAccessCommand.ts @@ -23,6 +23,10 @@ import { se_ListPoliciesGrantingServiceAccessCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListPolicyTagsCommand.ts b/clients/client-iam/src/commands/ListPolicyTagsCommand.ts index bfe26a5cf821e..a5d195996b595 100644 --- a/clients/client-iam/src/commands/ListPolicyTagsCommand.ts +++ b/clients/client-iam/src/commands/ListPolicyTagsCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListPolicyTagsRequest, ListPolicyTagsResponse } from "../models/models_0"; import { de_ListPolicyTagsCommand, se_ListPolicyTagsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListPolicyVersionsCommand.ts b/clients/client-iam/src/commands/ListPolicyVersionsCommand.ts index b70306b53f0c5..8efd95484981c 100644 --- a/clients/client-iam/src/commands/ListPolicyVersionsCommand.ts +++ b/clients/client-iam/src/commands/ListPolicyVersionsCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListPolicyVersionsRequest, ListPolicyVersionsResponse } from "../models/models_0"; import { de_ListPolicyVersionsCommand, se_ListPolicyVersionsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListRolePoliciesCommand.ts b/clients/client-iam/src/commands/ListRolePoliciesCommand.ts index 412f6541a8952..279a5b6cf5066 100644 --- a/clients/client-iam/src/commands/ListRolePoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListRolePoliciesCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListRolePoliciesRequest, ListRolePoliciesResponse } from "../models/models_0"; import { de_ListRolePoliciesCommand, se_ListRolePoliciesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListRoleTagsCommand.ts b/clients/client-iam/src/commands/ListRoleTagsCommand.ts index 979033a251eaf..7df2c1efabc86 100644 --- a/clients/client-iam/src/commands/ListRoleTagsCommand.ts +++ b/clients/client-iam/src/commands/ListRoleTagsCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListRoleTagsRequest, ListRoleTagsResponse } from "../models/models_0"; import { de_ListRoleTagsCommand, se_ListRoleTagsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListRolesCommand.ts b/clients/client-iam/src/commands/ListRolesCommand.ts index 7d229752959e1..f7157de4a645b 100644 --- a/clients/client-iam/src/commands/ListRolesCommand.ts +++ b/clients/client-iam/src/commands/ListRolesCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListRolesRequest, ListRolesResponse } from "../models/models_0"; import { de_ListRolesCommand, se_ListRolesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListSAMLProviderTagsCommand.ts b/clients/client-iam/src/commands/ListSAMLProviderTagsCommand.ts index f2d590eda6719..1a1815203ed9d 100644 --- a/clients/client-iam/src/commands/ListSAMLProviderTagsCommand.ts +++ b/clients/client-iam/src/commands/ListSAMLProviderTagsCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListSAMLProviderTagsRequest, ListSAMLProviderTagsResponse } from "../models/models_0"; import { de_ListSAMLProviderTagsCommand, se_ListSAMLProviderTagsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListSAMLProvidersCommand.ts b/clients/client-iam/src/commands/ListSAMLProvidersCommand.ts index eb1d693b0f140..edfdde7115a83 100644 --- a/clients/client-iam/src/commands/ListSAMLProvidersCommand.ts +++ b/clients/client-iam/src/commands/ListSAMLProvidersCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListSAMLProvidersRequest, ListSAMLProvidersResponse } from "../models/models_0"; import { de_ListSAMLProvidersCommand, se_ListSAMLProvidersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListSSHPublicKeysCommand.ts b/clients/client-iam/src/commands/ListSSHPublicKeysCommand.ts index 154f875695ee7..9a0bce6530314 100644 --- a/clients/client-iam/src/commands/ListSSHPublicKeysCommand.ts +++ b/clients/client-iam/src/commands/ListSSHPublicKeysCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListSSHPublicKeysRequest, ListSSHPublicKeysResponse } from "../models/models_0"; import { de_ListSSHPublicKeysCommand, se_ListSSHPublicKeysCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListServerCertificateTagsCommand.ts b/clients/client-iam/src/commands/ListServerCertificateTagsCommand.ts index d7a21a83ed8f5..20911dad5ba03 100644 --- a/clients/client-iam/src/commands/ListServerCertificateTagsCommand.ts +++ b/clients/client-iam/src/commands/ListServerCertificateTagsCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListServerCertificateTagsRequest, ListServerCertificateTagsResponse } from "../models/models_0"; import { de_ListServerCertificateTagsCommand, se_ListServerCertificateTagsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListServerCertificatesCommand.ts b/clients/client-iam/src/commands/ListServerCertificatesCommand.ts index 9113686123d44..cb35b58d7cd3a 100644 --- a/clients/client-iam/src/commands/ListServerCertificatesCommand.ts +++ b/clients/client-iam/src/commands/ListServerCertificatesCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListServerCertificatesRequest, ListServerCertificatesResponse } from "../models/models_0"; import { de_ListServerCertificatesCommand, se_ListServerCertificatesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListServiceSpecificCredentialsCommand.ts b/clients/client-iam/src/commands/ListServiceSpecificCredentialsCommand.ts index f76a28feae2f3..f19738fd13b15 100644 --- a/clients/client-iam/src/commands/ListServiceSpecificCredentialsCommand.ts +++ b/clients/client-iam/src/commands/ListServiceSpecificCredentialsCommand.ts @@ -20,6 +20,10 @@ import { se_ListServiceSpecificCredentialsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListSigningCertificatesCommand.ts b/clients/client-iam/src/commands/ListSigningCertificatesCommand.ts index 0b4cb004b00a8..1855cc5869425 100644 --- a/clients/client-iam/src/commands/ListSigningCertificatesCommand.ts +++ b/clients/client-iam/src/commands/ListSigningCertificatesCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListSigningCertificatesRequest, ListSigningCertificatesResponse } from "../models/models_0"; import { de_ListSigningCertificatesCommand, se_ListSigningCertificatesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListUserPoliciesCommand.ts b/clients/client-iam/src/commands/ListUserPoliciesCommand.ts index c85ee1a0cfd58..40ed1d03f2e03 100644 --- a/clients/client-iam/src/commands/ListUserPoliciesCommand.ts +++ b/clients/client-iam/src/commands/ListUserPoliciesCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListUserPoliciesRequest, ListUserPoliciesResponse } from "../models/models_0"; import { de_ListUserPoliciesCommand, se_ListUserPoliciesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListUserTagsCommand.ts b/clients/client-iam/src/commands/ListUserTagsCommand.ts index 8d64c13af58be..5229409d51a32 100644 --- a/clients/client-iam/src/commands/ListUserTagsCommand.ts +++ b/clients/client-iam/src/commands/ListUserTagsCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListUserTagsRequest, ListUserTagsResponse } from "../models/models_0"; import { de_ListUserTagsCommand, se_ListUserTagsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListUsersCommand.ts b/clients/client-iam/src/commands/ListUsersCommand.ts index a692ab50e9321..78c1787d8143b 100644 --- a/clients/client-iam/src/commands/ListUsersCommand.ts +++ b/clients/client-iam/src/commands/ListUsersCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListUsersRequest, ListUsersResponse } from "../models/models_0"; import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ListVirtualMFADevicesCommand.ts b/clients/client-iam/src/commands/ListVirtualMFADevicesCommand.ts index 623dffe67a924..a4ad4d9597cc8 100644 --- a/clients/client-iam/src/commands/ListVirtualMFADevicesCommand.ts +++ b/clients/client-iam/src/commands/ListVirtualMFADevicesCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListVirtualMFADevicesCommand, se_ListVirtualMFADevicesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/PutGroupPolicyCommand.ts b/clients/client-iam/src/commands/PutGroupPolicyCommand.ts index 033b85b27c647..34f63d3748cf4 100644 --- a/clients/client-iam/src/commands/PutGroupPolicyCommand.ts +++ b/clients/client-iam/src/commands/PutGroupPolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutGroupPolicyRequest } from "../models/models_0"; import { de_PutGroupPolicyCommand, se_PutGroupPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/PutRolePermissionsBoundaryCommand.ts b/clients/client-iam/src/commands/PutRolePermissionsBoundaryCommand.ts index 447c1be0af93e..89322db659086 100644 --- a/clients/client-iam/src/commands/PutRolePermissionsBoundaryCommand.ts +++ b/clients/client-iam/src/commands/PutRolePermissionsBoundaryCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutRolePermissionsBoundaryRequest } from "../models/models_0"; import { de_PutRolePermissionsBoundaryCommand, se_PutRolePermissionsBoundaryCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/PutRolePolicyCommand.ts b/clients/client-iam/src/commands/PutRolePolicyCommand.ts index 6e50dc393e3c0..08e408722be07 100644 --- a/clients/client-iam/src/commands/PutRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/PutRolePolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutRolePolicyRequest } from "../models/models_0"; import { de_PutRolePolicyCommand, se_PutRolePolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/PutUserPermissionsBoundaryCommand.ts b/clients/client-iam/src/commands/PutUserPermissionsBoundaryCommand.ts index 45434d0c72e68..8194353130537 100644 --- a/clients/client-iam/src/commands/PutUserPermissionsBoundaryCommand.ts +++ b/clients/client-iam/src/commands/PutUserPermissionsBoundaryCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutUserPermissionsBoundaryRequest } from "../models/models_0"; import { de_PutUserPermissionsBoundaryCommand, se_PutUserPermissionsBoundaryCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/PutUserPolicyCommand.ts b/clients/client-iam/src/commands/PutUserPolicyCommand.ts index 11beaca29865a..736fd32355306 100644 --- a/clients/client-iam/src/commands/PutUserPolicyCommand.ts +++ b/clients/client-iam/src/commands/PutUserPolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutUserPolicyRequest } from "../models/models_0"; import { de_PutUserPolicyCommand, se_PutUserPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts index 3b441729ee855..c2b258210f505 100644 --- a/clients/client-iam/src/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/RemoveClientIDFromOpenIDConnectProviderCommand.ts @@ -20,6 +20,10 @@ import { se_RemoveClientIDFromOpenIDConnectProviderCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/RemoveRoleFromInstanceProfileCommand.ts b/clients/client-iam/src/commands/RemoveRoleFromInstanceProfileCommand.ts index e0dfd01dc42cd..60e90dc5fc476 100644 --- a/clients/client-iam/src/commands/RemoveRoleFromInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/RemoveRoleFromInstanceProfileCommand.ts @@ -20,6 +20,10 @@ import { se_RemoveRoleFromInstanceProfileCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/RemoveUserFromGroupCommand.ts b/clients/client-iam/src/commands/RemoveUserFromGroupCommand.ts index 452a0e33a73ad..e3f6082e17f75 100644 --- a/clients/client-iam/src/commands/RemoveUserFromGroupCommand.ts +++ b/clients/client-iam/src/commands/RemoveUserFromGroupCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RemoveUserFromGroupRequest } from "../models/models_0"; import { de_RemoveUserFromGroupCommand, se_RemoveUserFromGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ResetServiceSpecificCredentialCommand.ts b/clients/client-iam/src/commands/ResetServiceSpecificCredentialCommand.ts index 0db593f8adc04..e6faf23a6b9a9 100644 --- a/clients/client-iam/src/commands/ResetServiceSpecificCredentialCommand.ts +++ b/clients/client-iam/src/commands/ResetServiceSpecificCredentialCommand.ts @@ -24,6 +24,10 @@ import { se_ResetServiceSpecificCredentialCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/ResyncMFADeviceCommand.ts b/clients/client-iam/src/commands/ResyncMFADeviceCommand.ts index 779134be8cb85..d6d106a8ec924 100644 --- a/clients/client-iam/src/commands/ResyncMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/ResyncMFADeviceCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ResyncMFADeviceRequest } from "../models/models_0"; import { de_ResyncMFADeviceCommand, se_ResyncMFADeviceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/SetDefaultPolicyVersionCommand.ts b/clients/client-iam/src/commands/SetDefaultPolicyVersionCommand.ts index 7092946213502..d9207e5b17161 100644 --- a/clients/client-iam/src/commands/SetDefaultPolicyVersionCommand.ts +++ b/clients/client-iam/src/commands/SetDefaultPolicyVersionCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { SetDefaultPolicyVersionRequest } from "../models/models_0"; import { de_SetDefaultPolicyVersionCommand, se_SetDefaultPolicyVersionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/SetSecurityTokenServicePreferencesCommand.ts b/clients/client-iam/src/commands/SetSecurityTokenServicePreferencesCommand.ts index 50fcca0aff1f9..92bd057d3d302 100644 --- a/clients/client-iam/src/commands/SetSecurityTokenServicePreferencesCommand.ts +++ b/clients/client-iam/src/commands/SetSecurityTokenServicePreferencesCommand.ts @@ -20,6 +20,10 @@ import { se_SetSecurityTokenServicePreferencesCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/SimulateCustomPolicyCommand.ts b/clients/client-iam/src/commands/SimulateCustomPolicyCommand.ts index 5e062f2b3b575..27a0df38b2e1b 100644 --- a/clients/client-iam/src/commands/SimulateCustomPolicyCommand.ts +++ b/clients/client-iam/src/commands/SimulateCustomPolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { SimulateCustomPolicyRequest, SimulatePolicyResponse } from "../models/models_0"; import { de_SimulateCustomPolicyCommand, se_SimulateCustomPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/SimulatePrincipalPolicyCommand.ts b/clients/client-iam/src/commands/SimulatePrincipalPolicyCommand.ts index 809110993ab4a..9eb1bfa56d10f 100644 --- a/clients/client-iam/src/commands/SimulatePrincipalPolicyCommand.ts +++ b/clients/client-iam/src/commands/SimulatePrincipalPolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { SimulatePolicyResponse, SimulatePrincipalPolicyRequest } from "../models/models_0"; import { de_SimulatePrincipalPolicyCommand, se_SimulatePrincipalPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/TagInstanceProfileCommand.ts b/clients/client-iam/src/commands/TagInstanceProfileCommand.ts index b4e8d43cc8538..b3b23b737288f 100644 --- a/clients/client-iam/src/commands/TagInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/TagInstanceProfileCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagInstanceProfileRequest } from "../models/models_0"; import { de_TagInstanceProfileCommand, se_TagInstanceProfileCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/TagMFADeviceCommand.ts b/clients/client-iam/src/commands/TagMFADeviceCommand.ts index 3acca8abcd8a0..3f98a7a7da2ee 100644 --- a/clients/client-iam/src/commands/TagMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/TagMFADeviceCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagMFADeviceRequest } from "../models/models_0"; import { de_TagMFADeviceCommand, se_TagMFADeviceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/TagOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/TagOpenIDConnectProviderCommand.ts index 29e37791fabb3..3563b21ed5fc9 100644 --- a/clients/client-iam/src/commands/TagOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/TagOpenIDConnectProviderCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagOpenIDConnectProviderRequest } from "../models/models_0"; import { de_TagOpenIDConnectProviderCommand, se_TagOpenIDConnectProviderCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/TagPolicyCommand.ts b/clients/client-iam/src/commands/TagPolicyCommand.ts index f2c62677a6be2..5438b23b3fff1 100644 --- a/clients/client-iam/src/commands/TagPolicyCommand.ts +++ b/clients/client-iam/src/commands/TagPolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagPolicyRequest } from "../models/models_0"; import { de_TagPolicyCommand, se_TagPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/TagRoleCommand.ts b/clients/client-iam/src/commands/TagRoleCommand.ts index bb8e68e5add2c..2b62d1e0e827c 100644 --- a/clients/client-iam/src/commands/TagRoleCommand.ts +++ b/clients/client-iam/src/commands/TagRoleCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagRoleRequest } from "../models/models_0"; import { de_TagRoleCommand, se_TagRoleCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/TagSAMLProviderCommand.ts b/clients/client-iam/src/commands/TagSAMLProviderCommand.ts index 7a8a58236c077..29310e05edd2e 100644 --- a/clients/client-iam/src/commands/TagSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/TagSAMLProviderCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagSAMLProviderRequest } from "../models/models_0"; import { de_TagSAMLProviderCommand, se_TagSAMLProviderCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/TagServerCertificateCommand.ts b/clients/client-iam/src/commands/TagServerCertificateCommand.ts index f89e037488066..1166ea850b4f7 100644 --- a/clients/client-iam/src/commands/TagServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/TagServerCertificateCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagServerCertificateRequest } from "../models/models_0"; import { de_TagServerCertificateCommand, se_TagServerCertificateCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/TagUserCommand.ts b/clients/client-iam/src/commands/TagUserCommand.ts index 32f19197ab0b9..5bab7b60db892 100644 --- a/clients/client-iam/src/commands/TagUserCommand.ts +++ b/clients/client-iam/src/commands/TagUserCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagUserRequest } from "../models/models_0"; import { de_TagUserCommand, se_TagUserCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UntagInstanceProfileCommand.ts b/clients/client-iam/src/commands/UntagInstanceProfileCommand.ts index a2408b0a30ab7..c16e7cdde9ed3 100644 --- a/clients/client-iam/src/commands/UntagInstanceProfileCommand.ts +++ b/clients/client-iam/src/commands/UntagInstanceProfileCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagInstanceProfileRequest } from "../models/models_0"; import { de_UntagInstanceProfileCommand, se_UntagInstanceProfileCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UntagMFADeviceCommand.ts b/clients/client-iam/src/commands/UntagMFADeviceCommand.ts index 5ca29c1a7fee7..58d6b4c83faa1 100644 --- a/clients/client-iam/src/commands/UntagMFADeviceCommand.ts +++ b/clients/client-iam/src/commands/UntagMFADeviceCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagMFADeviceRequest } from "../models/models_0"; import { de_UntagMFADeviceCommand, se_UntagMFADeviceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UntagOpenIDConnectProviderCommand.ts b/clients/client-iam/src/commands/UntagOpenIDConnectProviderCommand.ts index d7a592238722a..511b0dff6c17f 100644 --- a/clients/client-iam/src/commands/UntagOpenIDConnectProviderCommand.ts +++ b/clients/client-iam/src/commands/UntagOpenIDConnectProviderCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagOpenIDConnectProviderRequest } from "../models/models_0"; import { de_UntagOpenIDConnectProviderCommand, se_UntagOpenIDConnectProviderCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UntagPolicyCommand.ts b/clients/client-iam/src/commands/UntagPolicyCommand.ts index 492578fc1a430..569a2d7baf0b1 100644 --- a/clients/client-iam/src/commands/UntagPolicyCommand.ts +++ b/clients/client-iam/src/commands/UntagPolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagPolicyRequest } from "../models/models_1"; import { de_UntagPolicyCommand, se_UntagPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UntagRoleCommand.ts b/clients/client-iam/src/commands/UntagRoleCommand.ts index 690fe61db2161..329e764986e48 100644 --- a/clients/client-iam/src/commands/UntagRoleCommand.ts +++ b/clients/client-iam/src/commands/UntagRoleCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagRoleRequest } from "../models/models_1"; import { de_UntagRoleCommand, se_UntagRoleCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UntagSAMLProviderCommand.ts b/clients/client-iam/src/commands/UntagSAMLProviderCommand.ts index 02d71c5aeccfe..001810beef6ce 100644 --- a/clients/client-iam/src/commands/UntagSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/UntagSAMLProviderCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagSAMLProviderRequest } from "../models/models_1"; import { de_UntagSAMLProviderCommand, se_UntagSAMLProviderCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UntagServerCertificateCommand.ts b/clients/client-iam/src/commands/UntagServerCertificateCommand.ts index 5c575dc14c4fb..518867ee93bf7 100644 --- a/clients/client-iam/src/commands/UntagServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/UntagServerCertificateCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagServerCertificateRequest } from "../models/models_1"; import { de_UntagServerCertificateCommand, se_UntagServerCertificateCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UntagUserCommand.ts b/clients/client-iam/src/commands/UntagUserCommand.ts index a2f64c86676de..eb7ace71c2a11 100644 --- a/clients/client-iam/src/commands/UntagUserCommand.ts +++ b/clients/client-iam/src/commands/UntagUserCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagUserRequest } from "../models/models_1"; import { de_UntagUserCommand, se_UntagUserCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UpdateAccessKeyCommand.ts b/clients/client-iam/src/commands/UpdateAccessKeyCommand.ts index 5d6e1340a9446..aacf8373eec30 100644 --- a/clients/client-iam/src/commands/UpdateAccessKeyCommand.ts +++ b/clients/client-iam/src/commands/UpdateAccessKeyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateAccessKeyRequest } from "../models/models_1"; import { de_UpdateAccessKeyCommand, se_UpdateAccessKeyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UpdateAccountPasswordPolicyCommand.ts b/clients/client-iam/src/commands/UpdateAccountPasswordPolicyCommand.ts index eb0e6037fc97f..03d91fb7c1ca6 100644 --- a/clients/client-iam/src/commands/UpdateAccountPasswordPolicyCommand.ts +++ b/clients/client-iam/src/commands/UpdateAccountPasswordPolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateAccountPasswordPolicyRequest } from "../models/models_1"; import { de_UpdateAccountPasswordPolicyCommand, se_UpdateAccountPasswordPolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UpdateAssumeRolePolicyCommand.ts b/clients/client-iam/src/commands/UpdateAssumeRolePolicyCommand.ts index 662df24f2b27a..cda37b3a67e18 100644 --- a/clients/client-iam/src/commands/UpdateAssumeRolePolicyCommand.ts +++ b/clients/client-iam/src/commands/UpdateAssumeRolePolicyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateAssumeRolePolicyRequest } from "../models/models_1"; import { de_UpdateAssumeRolePolicyCommand, se_UpdateAssumeRolePolicyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UpdateGroupCommand.ts b/clients/client-iam/src/commands/UpdateGroupCommand.ts index 05d9ef8066e83..c762678eda11b 100644 --- a/clients/client-iam/src/commands/UpdateGroupCommand.ts +++ b/clients/client-iam/src/commands/UpdateGroupCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateGroupRequest } from "../models/models_1"; import { de_UpdateGroupCommand, se_UpdateGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UpdateLoginProfileCommand.ts b/clients/client-iam/src/commands/UpdateLoginProfileCommand.ts index 2666d30543175..7b46dc7d4e9e6 100644 --- a/clients/client-iam/src/commands/UpdateLoginProfileCommand.ts +++ b/clients/client-iam/src/commands/UpdateLoginProfileCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateLoginProfileRequest, UpdateLoginProfileRequestFilterSensitiveLog } from "../models/models_1"; import { de_UpdateLoginProfileCommand, se_UpdateLoginProfileCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts b/clients/client-iam/src/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts index b6e258f579112..ad1f8519f52ca 100644 --- a/clients/client-iam/src/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts +++ b/clients/client-iam/src/commands/UpdateOpenIDConnectProviderThumbprintCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateOpenIDConnectProviderThumbprintCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UpdateRoleCommand.ts b/clients/client-iam/src/commands/UpdateRoleCommand.ts index 7e01ebbfe1f6d..ff2613e210a6a 100644 --- a/clients/client-iam/src/commands/UpdateRoleCommand.ts +++ b/clients/client-iam/src/commands/UpdateRoleCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateRoleRequest, UpdateRoleResponse } from "../models/models_1"; import { de_UpdateRoleCommand, se_UpdateRoleCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UpdateRoleDescriptionCommand.ts b/clients/client-iam/src/commands/UpdateRoleDescriptionCommand.ts index 49f733b7d921e..2c2dfde06238c 100644 --- a/clients/client-iam/src/commands/UpdateRoleDescriptionCommand.ts +++ b/clients/client-iam/src/commands/UpdateRoleDescriptionCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateRoleDescriptionRequest, UpdateRoleDescriptionResponse } from "../models/models_1"; import { de_UpdateRoleDescriptionCommand, se_UpdateRoleDescriptionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UpdateSAMLProviderCommand.ts b/clients/client-iam/src/commands/UpdateSAMLProviderCommand.ts index 6f89dae2f9fd0..148fa8326abf7 100644 --- a/clients/client-iam/src/commands/UpdateSAMLProviderCommand.ts +++ b/clients/client-iam/src/commands/UpdateSAMLProviderCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateSAMLProviderRequest, UpdateSAMLProviderResponse } from "../models/models_1"; import { de_UpdateSAMLProviderCommand, se_UpdateSAMLProviderCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UpdateSSHPublicKeyCommand.ts b/clients/client-iam/src/commands/UpdateSSHPublicKeyCommand.ts index 74fba39df5afa..0b5d4dd4dc863 100644 --- a/clients/client-iam/src/commands/UpdateSSHPublicKeyCommand.ts +++ b/clients/client-iam/src/commands/UpdateSSHPublicKeyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateSSHPublicKeyRequest } from "../models/models_1"; import { de_UpdateSSHPublicKeyCommand, se_UpdateSSHPublicKeyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UpdateServerCertificateCommand.ts b/clients/client-iam/src/commands/UpdateServerCertificateCommand.ts index f6a7f10eecf50..4ebdb25d1a799 100644 --- a/clients/client-iam/src/commands/UpdateServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/UpdateServerCertificateCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateServerCertificateRequest } from "../models/models_1"; import { de_UpdateServerCertificateCommand, se_UpdateServerCertificateCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UpdateServiceSpecificCredentialCommand.ts b/clients/client-iam/src/commands/UpdateServiceSpecificCredentialCommand.ts index ee1d59c646e33..5f19c70772fed 100644 --- a/clients/client-iam/src/commands/UpdateServiceSpecificCredentialCommand.ts +++ b/clients/client-iam/src/commands/UpdateServiceSpecificCredentialCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateServiceSpecificCredentialCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UpdateSigningCertificateCommand.ts b/clients/client-iam/src/commands/UpdateSigningCertificateCommand.ts index 5b34ff8eb8b16..b54b7367e624a 100644 --- a/clients/client-iam/src/commands/UpdateSigningCertificateCommand.ts +++ b/clients/client-iam/src/commands/UpdateSigningCertificateCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateSigningCertificateRequest } from "../models/models_1"; import { de_UpdateSigningCertificateCommand, se_UpdateSigningCertificateCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UpdateUserCommand.ts b/clients/client-iam/src/commands/UpdateUserCommand.ts index 9e4ff83a6c3ec..34ef58f4a539c 100644 --- a/clients/client-iam/src/commands/UpdateUserCommand.ts +++ b/clients/client-iam/src/commands/UpdateUserCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateUserRequest } from "../models/models_1"; import { de_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UploadSSHPublicKeyCommand.ts b/clients/client-iam/src/commands/UploadSSHPublicKeyCommand.ts index d4ccfca8deceb..0cde4c75ccc60 100644 --- a/clients/client-iam/src/commands/UploadSSHPublicKeyCommand.ts +++ b/clients/client-iam/src/commands/UploadSSHPublicKeyCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UploadSSHPublicKeyRequest, UploadSSHPublicKeyResponse } from "../models/models_1"; import { de_UploadSSHPublicKeyCommand, se_UploadSSHPublicKeyCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UploadServerCertificateCommand.ts b/clients/client-iam/src/commands/UploadServerCertificateCommand.ts index 9b3623fff4c3f..8faf3818cb4e3 100644 --- a/clients/client-iam/src/commands/UploadServerCertificateCommand.ts +++ b/clients/client-iam/src/commands/UploadServerCertificateCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_UploadServerCertificateCommand, se_UploadServerCertificateCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/commands/UploadSigningCertificateCommand.ts b/clients/client-iam/src/commands/UploadSigningCertificateCommand.ts index 43c4e6ff734fc..3c9e444d923e2 100644 --- a/clients/client-iam/src/commands/UploadSigningCertificateCommand.ts +++ b/clients/client-iam/src/commands/UploadSigningCertificateCommand.ts @@ -17,6 +17,10 @@ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UploadSigningCertificateRequest, UploadSigningCertificateResponse } from "../models/models_1"; import { de_UploadSigningCertificateCommand, se_UploadSigningCertificateCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iam/src/index.ts b/clients/client-iam/src/index.ts index 0d20342b2e57c..fc06f0208abaa 100644 --- a/clients/client-iam/src/index.ts +++ b/clients/client-iam/src/index.ts @@ -1,9 +1,19 @@ -export * from "./IAM"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Identity and Access Management + *

Identity and Access Management (IAM) is a web service for securely controlling + * access to Amazon Web Services services. With IAM, you can centrally manage users, security credentials + * such as access keys, and permissions that control which Amazon Web Services resources users and + * applications can access. For more information about IAM, see Identity and Access Management (IAM) and the Identity and Access Management User Guide.

+ * + * @packageDocumentation + */ export * from "./IAMClient"; +export * from "./IAM"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { IAMServiceException } from "./models/IAMServiceException"; diff --git a/clients/client-iam/src/models/IAMServiceException.ts b/clients/client-iam/src/models/IAMServiceException.ts index 7a6ea308855e8..cf59d080c820c 100644 --- a/clients/client-iam/src/models/IAMServiceException.ts +++ b/clients/client-iam/src/models/IAMServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-identitystore/src/IdentitystoreClient.ts b/clients/client-identitystore/src/IdentitystoreClient.ts index 89c8fa70100dd..03e51a8fbe0c1 100644 --- a/clients/client-identitystore/src/IdentitystoreClient.ts +++ b/clients/client-identitystore/src/IdentitystoreClient.ts @@ -96,6 +96,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -271,7 +273,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type IdentitystoreClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type IdentitystoreClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -290,7 +292,7 @@ export interface IdentitystoreClientConfig extends IdentitystoreClientConfigType /** * @public */ -type IdentitystoreClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type IdentitystoreClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-identitystore/src/commands/CreateGroupCommand.ts b/clients/client-identitystore/src/commands/CreateGroupCommand.ts index 40cb47eb93f69..1e826516c57f0 100644 --- a/clients/client-identitystore/src/commands/CreateGroupCommand.ts +++ b/clients/client-identitystore/src/commands/CreateGroupCommand.ts @@ -17,6 +17,10 @@ import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateGroupRequest, CreateGroupRequestFilterSensitiveLog, CreateGroupResponse } from "../models/models_0"; import { de_CreateGroupCommand, se_CreateGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-identitystore/src/commands/CreateGroupMembershipCommand.ts b/clients/client-identitystore/src/commands/CreateGroupMembershipCommand.ts index 72f63571870ba..5f47cdf2e6cda 100644 --- a/clients/client-identitystore/src/commands/CreateGroupMembershipCommand.ts +++ b/clients/client-identitystore/src/commands/CreateGroupMembershipCommand.ts @@ -17,6 +17,10 @@ import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateGroupMembershipRequest, CreateGroupMembershipResponse } from "../models/models_0"; import { de_CreateGroupMembershipCommand, se_CreateGroupMembershipCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-identitystore/src/commands/CreateUserCommand.ts b/clients/client-identitystore/src/commands/CreateUserCommand.ts index 6664a8a08c30b..876400820ecc4 100644 --- a/clients/client-identitystore/src/commands/CreateUserCommand.ts +++ b/clients/client-identitystore/src/commands/CreateUserCommand.ts @@ -17,6 +17,10 @@ import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateUserRequest, CreateUserRequestFilterSensitiveLog, CreateUserResponse } from "../models/models_0"; import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-identitystore/src/commands/DeleteGroupCommand.ts b/clients/client-identitystore/src/commands/DeleteGroupCommand.ts index 87c7e82d47d89..9287a2537dfde 100644 --- a/clients/client-identitystore/src/commands/DeleteGroupCommand.ts +++ b/clients/client-identitystore/src/commands/DeleteGroupCommand.ts @@ -17,6 +17,10 @@ import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0"; import { de_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-identitystore/src/commands/DeleteGroupMembershipCommand.ts b/clients/client-identitystore/src/commands/DeleteGroupMembershipCommand.ts index e8d33c8a1afcb..2d6d14c904b46 100644 --- a/clients/client-identitystore/src/commands/DeleteGroupMembershipCommand.ts +++ b/clients/client-identitystore/src/commands/DeleteGroupMembershipCommand.ts @@ -17,6 +17,10 @@ import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteGroupMembershipRequest, DeleteGroupMembershipResponse } from "../models/models_0"; import { de_DeleteGroupMembershipCommand, se_DeleteGroupMembershipCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-identitystore/src/commands/DeleteUserCommand.ts b/clients/client-identitystore/src/commands/DeleteUserCommand.ts index c2f142d358592..919ae65eb6827 100644 --- a/clients/client-identitystore/src/commands/DeleteUserCommand.ts +++ b/clients/client-identitystore/src/commands/DeleteUserCommand.ts @@ -17,6 +17,10 @@ import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteUserRequest, DeleteUserResponse } from "../models/models_0"; import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-identitystore/src/commands/DescribeGroupCommand.ts b/clients/client-identitystore/src/commands/DescribeGroupCommand.ts index feb5e5a89a7b4..097c34cb5b53a 100644 --- a/clients/client-identitystore/src/commands/DescribeGroupCommand.ts +++ b/clients/client-identitystore/src/commands/DescribeGroupCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeGroupCommand, se_DescribeGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-identitystore/src/commands/DescribeGroupMembershipCommand.ts b/clients/client-identitystore/src/commands/DescribeGroupMembershipCommand.ts index 3f1669ba2d4ea..0e3c2926376c4 100644 --- a/clients/client-identitystore/src/commands/DescribeGroupMembershipCommand.ts +++ b/clients/client-identitystore/src/commands/DescribeGroupMembershipCommand.ts @@ -17,6 +17,10 @@ import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeGroupMembershipRequest, DescribeGroupMembershipResponse } from "../models/models_0"; import { de_DescribeGroupMembershipCommand, se_DescribeGroupMembershipCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-identitystore/src/commands/DescribeUserCommand.ts b/clients/client-identitystore/src/commands/DescribeUserCommand.ts index 8401299299e54..d18609f326ccc 100644 --- a/clients/client-identitystore/src/commands/DescribeUserCommand.ts +++ b/clients/client-identitystore/src/commands/DescribeUserCommand.ts @@ -17,6 +17,10 @@ import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeUserRequest, DescribeUserResponse, DescribeUserResponseFilterSensitiveLog } from "../models/models_0"; import { de_DescribeUserCommand, se_DescribeUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-identitystore/src/commands/GetGroupIdCommand.ts b/clients/client-identitystore/src/commands/GetGroupIdCommand.ts index 48157a3dadc5a..763907a60c026 100644 --- a/clients/client-identitystore/src/commands/GetGroupIdCommand.ts +++ b/clients/client-identitystore/src/commands/GetGroupIdCommand.ts @@ -17,6 +17,10 @@ import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetGroupIdRequest, GetGroupIdRequestFilterSensitiveLog, GetGroupIdResponse } from "../models/models_0"; import { de_GetGroupIdCommand, se_GetGroupIdCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-identitystore/src/commands/GetGroupMembershipIdCommand.ts b/clients/client-identitystore/src/commands/GetGroupMembershipIdCommand.ts index c9ae7dfde4be5..edef037e27cba 100644 --- a/clients/client-identitystore/src/commands/GetGroupMembershipIdCommand.ts +++ b/clients/client-identitystore/src/commands/GetGroupMembershipIdCommand.ts @@ -17,6 +17,10 @@ import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetGroupMembershipIdRequest, GetGroupMembershipIdResponse } from "../models/models_0"; import { de_GetGroupMembershipIdCommand, se_GetGroupMembershipIdCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-identitystore/src/commands/GetUserIdCommand.ts b/clients/client-identitystore/src/commands/GetUserIdCommand.ts index a9f3c5e241371..8f3d468b1ef45 100644 --- a/clients/client-identitystore/src/commands/GetUserIdCommand.ts +++ b/clients/client-identitystore/src/commands/GetUserIdCommand.ts @@ -17,6 +17,10 @@ import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetUserIdRequest, GetUserIdRequestFilterSensitiveLog, GetUserIdResponse } from "../models/models_0"; import { de_GetUserIdCommand, se_GetUserIdCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-identitystore/src/commands/IsMemberInGroupsCommand.ts b/clients/client-identitystore/src/commands/IsMemberInGroupsCommand.ts index 25417aa9afd35..ab85381304397 100644 --- a/clients/client-identitystore/src/commands/IsMemberInGroupsCommand.ts +++ b/clients/client-identitystore/src/commands/IsMemberInGroupsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_IsMemberInGroupsCommand, se_IsMemberInGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-identitystore/src/commands/ListGroupMembershipsCommand.ts b/clients/client-identitystore/src/commands/ListGroupMembershipsCommand.ts index 08bc0177edbb2..da2337bcc89ea 100644 --- a/clients/client-identitystore/src/commands/ListGroupMembershipsCommand.ts +++ b/clients/client-identitystore/src/commands/ListGroupMembershipsCommand.ts @@ -17,6 +17,10 @@ import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListGroupMembershipsRequest, ListGroupMembershipsResponse } from "../models/models_0"; import { de_ListGroupMembershipsCommand, se_ListGroupMembershipsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-identitystore/src/commands/ListGroupMembershipsForMemberCommand.ts b/clients/client-identitystore/src/commands/ListGroupMembershipsForMemberCommand.ts index 7bec0a742b41c..b71435da7db69 100644 --- a/clients/client-identitystore/src/commands/ListGroupMembershipsForMemberCommand.ts +++ b/clients/client-identitystore/src/commands/ListGroupMembershipsForMemberCommand.ts @@ -20,6 +20,10 @@ import { se_ListGroupMembershipsForMemberCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-identitystore/src/commands/ListGroupsCommand.ts b/clients/client-identitystore/src/commands/ListGroupsCommand.ts index 86b197d232446..d768b91370c2c 100644 --- a/clients/client-identitystore/src/commands/ListGroupsCommand.ts +++ b/clients/client-identitystore/src/commands/ListGroupsCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_ListGroupsCommand, se_ListGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-identitystore/src/commands/ListUsersCommand.ts b/clients/client-identitystore/src/commands/ListUsersCommand.ts index 649a5e90a3586..0f174fc68ddc0 100644 --- a/clients/client-identitystore/src/commands/ListUsersCommand.ts +++ b/clients/client-identitystore/src/commands/ListUsersCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-identitystore/src/commands/UpdateGroupCommand.ts b/clients/client-identitystore/src/commands/UpdateGroupCommand.ts index 5c575ab3324da..a1f3fb9aaa33e 100644 --- a/clients/client-identitystore/src/commands/UpdateGroupCommand.ts +++ b/clients/client-identitystore/src/commands/UpdateGroupCommand.ts @@ -17,6 +17,10 @@ import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_0"; import { de_UpdateGroupCommand, se_UpdateGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-identitystore/src/commands/UpdateUserCommand.ts b/clients/client-identitystore/src/commands/UpdateUserCommand.ts index 558527f4f55eb..2450966a3a115 100644 --- a/clients/client-identitystore/src/commands/UpdateUserCommand.ts +++ b/clients/client-identitystore/src/commands/UpdateUserCommand.ts @@ -17,6 +17,10 @@ import { IdentitystoreClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0"; import { de_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-identitystore/src/index.ts b/clients/client-identitystore/src/index.ts index 9bcfbab4620a0..c539841648bfd 100644 --- a/clients/client-identitystore/src/index.ts +++ b/clients/client-identitystore/src/index.ts @@ -1,8 +1,25 @@ -export * from "./Identitystore"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The Identity Store service used by AWS IAM Identity Center (successor to AWS Single Sign-On) provides a single place to retrieve all of + * your identities (users and groups). For more information, see the IAM Identity Center User + * Guide.

+ * + * + *

Although AWS Single Sign-On was renamed, the sso and + * identitystore API namespaces will continue to retain their original name for + * backward compatibility purposes. For more information, see IAM Identity Center rename.

+ *
+ * + *

This reference guide describes the identity store operations that you can call + * programatically and includes detailed information about data types and errors.

+ * + * @packageDocumentation + */ export * from "./IdentitystoreClient"; +export * from "./Identitystore"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { IdentitystoreServiceException } from "./models/IdentitystoreServiceException"; diff --git a/clients/client-identitystore/src/models/IdentitystoreServiceException.ts b/clients/client-identitystore/src/models/IdentitystoreServiceException.ts index 2185663340e5d..fde8cd0039e0d 100644 --- a/clients/client-identitystore/src/models/IdentitystoreServiceException.ts +++ b/clients/client-identitystore/src/models/IdentitystoreServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-imagebuilder/src/ImagebuilderClient.ts b/clients/client-imagebuilder/src/ImagebuilderClient.ts index c50bfecd1e8af..dfd860d5a85d4 100644 --- a/clients/client-imagebuilder/src/ImagebuilderClient.ts +++ b/clients/client-imagebuilder/src/ImagebuilderClient.ts @@ -211,6 +211,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -460,7 +462,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ImagebuilderClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ImagebuilderClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -479,7 +481,7 @@ export interface ImagebuilderClientConfig extends ImagebuilderClientConfigType { /** * @public */ -type ImagebuilderClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ImagebuilderClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-imagebuilder/src/commands/CancelImageCreationCommand.ts b/clients/client-imagebuilder/src/commands/CancelImageCreationCommand.ts index f28a36a635abc..4daf48ee6a501 100644 --- a/clients/client-imagebuilder/src/commands/CancelImageCreationCommand.ts +++ b/clients/client-imagebuilder/src/commands/CancelImageCreationCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CancelImageCreationRequest, CancelImageCreationResponse } from "../models/models_0"; import { de_CancelImageCreationCommand, se_CancelImageCreationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/CreateComponentCommand.ts b/clients/client-imagebuilder/src/commands/CreateComponentCommand.ts index 8baf59b759577..0d8f0b019225e 100644 --- a/clients/client-imagebuilder/src/commands/CreateComponentCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateComponentCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateComponentRequest, CreateComponentResponse } from "../models/models_0"; import { de_CreateComponentCommand, se_CreateComponentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/CreateContainerRecipeCommand.ts b/clients/client-imagebuilder/src/commands/CreateContainerRecipeCommand.ts index f91a562d24d35..3768f80518808 100644 --- a/clients/client-imagebuilder/src/commands/CreateContainerRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateContainerRecipeCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateContainerRecipeRequest, CreateContainerRecipeResponse } from "../models/models_0"; import { de_CreateContainerRecipeCommand, se_CreateContainerRecipeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/CreateDistributionConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/CreateDistributionConfigurationCommand.ts index d2eff02b8b305..f7d8dfeee59e1 100644 --- a/clients/client-imagebuilder/src/commands/CreateDistributionConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateDistributionConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_CreateDistributionConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/CreateImageCommand.ts b/clients/client-imagebuilder/src/commands/CreateImageCommand.ts index 9cc3b9e98996e..a991e50229ad7 100644 --- a/clients/client-imagebuilder/src/commands/CreateImageCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateImageCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateImageRequest, CreateImageResponse } from "../models/models_0"; import { de_CreateImageCommand, se_CreateImageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/CreateImagePipelineCommand.ts b/clients/client-imagebuilder/src/commands/CreateImagePipelineCommand.ts index 2d1feb99e733a..4245e7cde7638 100644 --- a/clients/client-imagebuilder/src/commands/CreateImagePipelineCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateImagePipelineCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateImagePipelineRequest, CreateImagePipelineResponse } from "../models/models_0"; import { de_CreateImagePipelineCommand, se_CreateImagePipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/CreateImageRecipeCommand.ts b/clients/client-imagebuilder/src/commands/CreateImageRecipeCommand.ts index 09bb5ea5441be..ea4c627264868 100644 --- a/clients/client-imagebuilder/src/commands/CreateImageRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateImageRecipeCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateImageRecipeRequest, CreateImageRecipeResponse } from "../models/models_0"; import { de_CreateImageRecipeCommand, se_CreateImageRecipeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/CreateInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/CreateInfrastructureConfigurationCommand.ts index 8bc5c9d7aff6c..9b449cebeacf7 100644 --- a/clients/client-imagebuilder/src/commands/CreateInfrastructureConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/CreateInfrastructureConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_CreateInfrastructureConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/DeleteComponentCommand.ts b/clients/client-imagebuilder/src/commands/DeleteComponentCommand.ts index f18e096295880..08ad7fa77ee9c 100644 --- a/clients/client-imagebuilder/src/commands/DeleteComponentCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteComponentCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteComponentRequest, DeleteComponentResponse } from "../models/models_0"; import { de_DeleteComponentCommand, se_DeleteComponentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/DeleteContainerRecipeCommand.ts b/clients/client-imagebuilder/src/commands/DeleteContainerRecipeCommand.ts index 9281816e66a7a..e95dbfee9580b 100644 --- a/clients/client-imagebuilder/src/commands/DeleteContainerRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteContainerRecipeCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteContainerRecipeRequest, DeleteContainerRecipeResponse } from "../models/models_0"; import { de_DeleteContainerRecipeCommand, se_DeleteContainerRecipeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/DeleteDistributionConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/DeleteDistributionConfigurationCommand.ts index 83c0c18f013d2..85190808d89da 100644 --- a/clients/client-imagebuilder/src/commands/DeleteDistributionConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteDistributionConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteDistributionConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/DeleteImageCommand.ts b/clients/client-imagebuilder/src/commands/DeleteImageCommand.ts index 9bbdcd0797012..45336e89fc06f 100644 --- a/clients/client-imagebuilder/src/commands/DeleteImageCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteImageCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteImageRequest, DeleteImageResponse } from "../models/models_0"; import { de_DeleteImageCommand, se_DeleteImageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/DeleteImagePipelineCommand.ts b/clients/client-imagebuilder/src/commands/DeleteImagePipelineCommand.ts index 2d4afdbd13b73..f287d8e1aa723 100644 --- a/clients/client-imagebuilder/src/commands/DeleteImagePipelineCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteImagePipelineCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteImagePipelineRequest, DeleteImagePipelineResponse } from "../models/models_0"; import { de_DeleteImagePipelineCommand, se_DeleteImagePipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/DeleteImageRecipeCommand.ts b/clients/client-imagebuilder/src/commands/DeleteImageRecipeCommand.ts index 50761ad0a934b..f414e4cd43430 100644 --- a/clients/client-imagebuilder/src/commands/DeleteImageRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteImageRecipeCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteImageRecipeRequest, DeleteImageRecipeResponse } from "../models/models_0"; import { de_DeleteImageRecipeCommand, se_DeleteImageRecipeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/DeleteInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/DeleteInfrastructureConfigurationCommand.ts index 92535afdcc066..39a5c36256954 100644 --- a/clients/client-imagebuilder/src/commands/DeleteInfrastructureConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/DeleteInfrastructureConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteInfrastructureConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/GetComponentCommand.ts b/clients/client-imagebuilder/src/commands/GetComponentCommand.ts index 955911c6fd91e..938d9146ca3f1 100644 --- a/clients/client-imagebuilder/src/commands/GetComponentCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetComponentCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetComponentRequest, GetComponentResponse } from "../models/models_0"; import { de_GetComponentCommand, se_GetComponentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/GetComponentPolicyCommand.ts b/clients/client-imagebuilder/src/commands/GetComponentPolicyCommand.ts index ad6ad868b4f37..d0bd4688e224f 100644 --- a/clients/client-imagebuilder/src/commands/GetComponentPolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetComponentPolicyCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetComponentPolicyRequest, GetComponentPolicyResponse } from "../models/models_0"; import { de_GetComponentPolicyCommand, se_GetComponentPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/GetContainerRecipeCommand.ts b/clients/client-imagebuilder/src/commands/GetContainerRecipeCommand.ts index 399bb61345086..2c838657687c8 100644 --- a/clients/client-imagebuilder/src/commands/GetContainerRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetContainerRecipeCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetContainerRecipeRequest, GetContainerRecipeResponse } from "../models/models_0"; import { de_GetContainerRecipeCommand, se_GetContainerRecipeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/GetContainerRecipePolicyCommand.ts b/clients/client-imagebuilder/src/commands/GetContainerRecipePolicyCommand.ts index c97384c8a8db8..78215e919c31c 100644 --- a/clients/client-imagebuilder/src/commands/GetContainerRecipePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetContainerRecipePolicyCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetContainerRecipePolicyRequest, GetContainerRecipePolicyResponse } from "../models/models_0"; import { de_GetContainerRecipePolicyCommand, se_GetContainerRecipePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/GetDistributionConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/GetDistributionConfigurationCommand.ts index a3d4626001d75..8378f04049b1b 100644 --- a/clients/client-imagebuilder/src/commands/GetDistributionConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetDistributionConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_GetDistributionConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/GetImageCommand.ts b/clients/client-imagebuilder/src/commands/GetImageCommand.ts index ac10ed49b7178..ab2f340aca7dd 100644 --- a/clients/client-imagebuilder/src/commands/GetImageCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetImageCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetImageRequest, GetImageResponse } from "../models/models_0"; import { de_GetImageCommand, se_GetImageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/GetImagePipelineCommand.ts b/clients/client-imagebuilder/src/commands/GetImagePipelineCommand.ts index 0448655e4f007..5125df98416ae 100644 --- a/clients/client-imagebuilder/src/commands/GetImagePipelineCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetImagePipelineCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetImagePipelineRequest, GetImagePipelineResponse } from "../models/models_0"; import { de_GetImagePipelineCommand, se_GetImagePipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/GetImagePolicyCommand.ts b/clients/client-imagebuilder/src/commands/GetImagePolicyCommand.ts index eb064cb260c7e..720e29d75e4dc 100644 --- a/clients/client-imagebuilder/src/commands/GetImagePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetImagePolicyCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetImagePolicyRequest, GetImagePolicyResponse } from "../models/models_0"; import { de_GetImagePolicyCommand, se_GetImagePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/GetImageRecipeCommand.ts b/clients/client-imagebuilder/src/commands/GetImageRecipeCommand.ts index 451be1f11ce75..8e557ba87bbe4 100644 --- a/clients/client-imagebuilder/src/commands/GetImageRecipeCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetImageRecipeCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetImageRecipeRequest, GetImageRecipeResponse } from "../models/models_0"; import { de_GetImageRecipeCommand, se_GetImageRecipeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/GetImageRecipePolicyCommand.ts b/clients/client-imagebuilder/src/commands/GetImageRecipePolicyCommand.ts index eb2599fccd9ad..1f71f2a166457 100644 --- a/clients/client-imagebuilder/src/commands/GetImageRecipePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetImageRecipePolicyCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetImageRecipePolicyRequest, GetImageRecipePolicyResponse } from "../models/models_0"; import { de_GetImageRecipePolicyCommand, se_GetImageRecipePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/GetInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/GetInfrastructureConfigurationCommand.ts index c72cfcc31af97..3fa0598b68016 100644 --- a/clients/client-imagebuilder/src/commands/GetInfrastructureConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetInfrastructureConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_GetInfrastructureConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/GetWorkflowExecutionCommand.ts b/clients/client-imagebuilder/src/commands/GetWorkflowExecutionCommand.ts index 400929a03bf85..554c04227da05 100644 --- a/clients/client-imagebuilder/src/commands/GetWorkflowExecutionCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetWorkflowExecutionCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetWorkflowExecutionRequest, GetWorkflowExecutionResponse } from "../models/models_0"; import { de_GetWorkflowExecutionCommand, se_GetWorkflowExecutionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/GetWorkflowStepExecutionCommand.ts b/clients/client-imagebuilder/src/commands/GetWorkflowStepExecutionCommand.ts index 1e5d7ebcda8e5..2a1f070c6a945 100644 --- a/clients/client-imagebuilder/src/commands/GetWorkflowStepExecutionCommand.ts +++ b/clients/client-imagebuilder/src/commands/GetWorkflowStepExecutionCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetWorkflowStepExecutionRequest, GetWorkflowStepExecutionResponse } from "../models/models_0"; import { de_GetWorkflowStepExecutionCommand, se_GetWorkflowStepExecutionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/ImportComponentCommand.ts b/clients/client-imagebuilder/src/commands/ImportComponentCommand.ts index b4fbaa4ce2056..dfc5b3792326d 100644 --- a/clients/client-imagebuilder/src/commands/ImportComponentCommand.ts +++ b/clients/client-imagebuilder/src/commands/ImportComponentCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ImportComponentRequest, ImportComponentResponse } from "../models/models_0"; import { de_ImportComponentCommand, se_ImportComponentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/ImportVmImageCommand.ts b/clients/client-imagebuilder/src/commands/ImportVmImageCommand.ts index f0d216becb498..13056047fdb4e 100644 --- a/clients/client-imagebuilder/src/commands/ImportVmImageCommand.ts +++ b/clients/client-imagebuilder/src/commands/ImportVmImageCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ImportVmImageRequest, ImportVmImageResponse } from "../models/models_0"; import { de_ImportVmImageCommand, se_ImportVmImageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/ListComponentBuildVersionsCommand.ts b/clients/client-imagebuilder/src/commands/ListComponentBuildVersionsCommand.ts index 3b47c023ca6df..98a5b90a7e1e7 100644 --- a/clients/client-imagebuilder/src/commands/ListComponentBuildVersionsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListComponentBuildVersionsCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListComponentBuildVersionsRequest, ListComponentBuildVersionsResponse } from "../models/models_0"; import { de_ListComponentBuildVersionsCommand, se_ListComponentBuildVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/ListComponentsCommand.ts b/clients/client-imagebuilder/src/commands/ListComponentsCommand.ts index 87b65d8f373ba..45e07eec5640b 100644 --- a/clients/client-imagebuilder/src/commands/ListComponentsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListComponentsCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListComponentsRequest, ListComponentsResponse } from "../models/models_0"; import { de_ListComponentsCommand, se_ListComponentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/ListContainerRecipesCommand.ts b/clients/client-imagebuilder/src/commands/ListContainerRecipesCommand.ts index 52db675dd6349..b86a3d27afd9e 100644 --- a/clients/client-imagebuilder/src/commands/ListContainerRecipesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListContainerRecipesCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListContainerRecipesRequest, ListContainerRecipesResponse } from "../models/models_0"; import { de_ListContainerRecipesCommand, se_ListContainerRecipesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/ListDistributionConfigurationsCommand.ts b/clients/client-imagebuilder/src/commands/ListDistributionConfigurationsCommand.ts index 5d44a8044a38d..84e62d859bd5b 100644 --- a/clients/client-imagebuilder/src/commands/ListDistributionConfigurationsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListDistributionConfigurationsCommand.ts @@ -20,6 +20,10 @@ import { se_ListDistributionConfigurationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/ListImageBuildVersionsCommand.ts b/clients/client-imagebuilder/src/commands/ListImageBuildVersionsCommand.ts index 4855f344eac21..3b566494493ed 100644 --- a/clients/client-imagebuilder/src/commands/ListImageBuildVersionsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImageBuildVersionsCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListImageBuildVersionsRequest, ListImageBuildVersionsResponse } from "../models/models_0"; import { de_ListImageBuildVersionsCommand, se_ListImageBuildVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/ListImagePackagesCommand.ts b/clients/client-imagebuilder/src/commands/ListImagePackagesCommand.ts index 74c9fa624b345..ec4d1236c56c5 100644 --- a/clients/client-imagebuilder/src/commands/ListImagePackagesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImagePackagesCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListImagePackagesRequest, ListImagePackagesResponse } from "../models/models_0"; import { de_ListImagePackagesCommand, se_ListImagePackagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/ListImagePipelineImagesCommand.ts b/clients/client-imagebuilder/src/commands/ListImagePipelineImagesCommand.ts index bfb5c5af00c71..9bdfa3a1e5ad8 100644 --- a/clients/client-imagebuilder/src/commands/ListImagePipelineImagesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImagePipelineImagesCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListImagePipelineImagesRequest, ListImagePipelineImagesResponse } from "../models/models_0"; import { de_ListImagePipelineImagesCommand, se_ListImagePipelineImagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/ListImagePipelinesCommand.ts b/clients/client-imagebuilder/src/commands/ListImagePipelinesCommand.ts index 409b60f574304..927a1e99a054f 100644 --- a/clients/client-imagebuilder/src/commands/ListImagePipelinesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImagePipelinesCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListImagePipelinesRequest, ListImagePipelinesResponse } from "../models/models_0"; import { de_ListImagePipelinesCommand, se_ListImagePipelinesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/ListImageRecipesCommand.ts b/clients/client-imagebuilder/src/commands/ListImageRecipesCommand.ts index 140f8c441952a..78d38fe60b1c4 100644 --- a/clients/client-imagebuilder/src/commands/ListImageRecipesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImageRecipesCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListImageRecipesRequest, ListImageRecipesResponse } from "../models/models_0"; import { de_ListImageRecipesCommand, se_ListImageRecipesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/ListImageScanFindingAggregationsCommand.ts b/clients/client-imagebuilder/src/commands/ListImageScanFindingAggregationsCommand.ts index 02e8df35c28c1..e2a8c97b37929 100644 --- a/clients/client-imagebuilder/src/commands/ListImageScanFindingAggregationsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImageScanFindingAggregationsCommand.ts @@ -20,6 +20,10 @@ import { se_ListImageScanFindingAggregationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/ListImageScanFindingsCommand.ts b/clients/client-imagebuilder/src/commands/ListImageScanFindingsCommand.ts index 760d910d79ab8..4e8e616ac4659 100644 --- a/clients/client-imagebuilder/src/commands/ListImageScanFindingsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImageScanFindingsCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListImageScanFindingsRequest, ListImageScanFindingsResponse } from "../models/models_0"; import { de_ListImageScanFindingsCommand, se_ListImageScanFindingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/ListImagesCommand.ts b/clients/client-imagebuilder/src/commands/ListImagesCommand.ts index 70a20ac12baa3..681c885e477eb 100644 --- a/clients/client-imagebuilder/src/commands/ListImagesCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListImagesCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListImagesRequest, ListImagesResponse } from "../models/models_0"; import { de_ListImagesCommand, se_ListImagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/ListInfrastructureConfigurationsCommand.ts b/clients/client-imagebuilder/src/commands/ListInfrastructureConfigurationsCommand.ts index e0587356935a9..c2e31355cf83a 100644 --- a/clients/client-imagebuilder/src/commands/ListInfrastructureConfigurationsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListInfrastructureConfigurationsCommand.ts @@ -20,6 +20,10 @@ import { se_ListInfrastructureConfigurationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/ListTagsForResourceCommand.ts b/clients/client-imagebuilder/src/commands/ListTagsForResourceCommand.ts index 03ad7a6bf9c76..a6691d3637a07 100644 --- a/clients/client-imagebuilder/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/ListWorkflowExecutionsCommand.ts b/clients/client-imagebuilder/src/commands/ListWorkflowExecutionsCommand.ts index 5a978f222736c..d9df91272a9eb 100644 --- a/clients/client-imagebuilder/src/commands/ListWorkflowExecutionsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListWorkflowExecutionsCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListWorkflowExecutionsRequest, ListWorkflowExecutionsResponse } from "../models/models_0"; import { de_ListWorkflowExecutionsCommand, se_ListWorkflowExecutionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/ListWorkflowStepExecutionsCommand.ts b/clients/client-imagebuilder/src/commands/ListWorkflowStepExecutionsCommand.ts index 236d089c7eb2b..288f80ee778b0 100644 --- a/clients/client-imagebuilder/src/commands/ListWorkflowStepExecutionsCommand.ts +++ b/clients/client-imagebuilder/src/commands/ListWorkflowStepExecutionsCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListWorkflowStepExecutionsRequest, ListWorkflowStepExecutionsResponse } from "../models/models_0"; import { de_ListWorkflowStepExecutionsCommand, se_ListWorkflowStepExecutionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/PutComponentPolicyCommand.ts b/clients/client-imagebuilder/src/commands/PutComponentPolicyCommand.ts index fbd13aab63046..8a4687c1ed805 100644 --- a/clients/client-imagebuilder/src/commands/PutComponentPolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/PutComponentPolicyCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutComponentPolicyRequest, PutComponentPolicyResponse } from "../models/models_0"; import { de_PutComponentPolicyCommand, se_PutComponentPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/PutContainerRecipePolicyCommand.ts b/clients/client-imagebuilder/src/commands/PutContainerRecipePolicyCommand.ts index 0fd622b3df33b..ab73f211a8dbe 100644 --- a/clients/client-imagebuilder/src/commands/PutContainerRecipePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/PutContainerRecipePolicyCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutContainerRecipePolicyRequest, PutContainerRecipePolicyResponse } from "../models/models_0"; import { de_PutContainerRecipePolicyCommand, se_PutContainerRecipePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/PutImagePolicyCommand.ts b/clients/client-imagebuilder/src/commands/PutImagePolicyCommand.ts index 4695a4837527b..84fae2068823a 100644 --- a/clients/client-imagebuilder/src/commands/PutImagePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/PutImagePolicyCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutImagePolicyRequest, PutImagePolicyResponse } from "../models/models_0"; import { de_PutImagePolicyCommand, se_PutImagePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/PutImageRecipePolicyCommand.ts b/clients/client-imagebuilder/src/commands/PutImageRecipePolicyCommand.ts index 89bc38a834fab..1f32574fbe2e7 100644 --- a/clients/client-imagebuilder/src/commands/PutImageRecipePolicyCommand.ts +++ b/clients/client-imagebuilder/src/commands/PutImageRecipePolicyCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutImageRecipePolicyRequest, PutImageRecipePolicyResponse } from "../models/models_0"; import { de_PutImageRecipePolicyCommand, se_PutImageRecipePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/StartImagePipelineExecutionCommand.ts b/clients/client-imagebuilder/src/commands/StartImagePipelineExecutionCommand.ts index e2e7b37bec1d6..a11b8810f2525 100644 --- a/clients/client-imagebuilder/src/commands/StartImagePipelineExecutionCommand.ts +++ b/clients/client-imagebuilder/src/commands/StartImagePipelineExecutionCommand.ts @@ -20,6 +20,10 @@ import { se_StartImagePipelineExecutionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/TagResourceCommand.ts b/clients/client-imagebuilder/src/commands/TagResourceCommand.ts index 87c78a97f8144..c5a4f19bbd76c 100644 --- a/clients/client-imagebuilder/src/commands/TagResourceCommand.ts +++ b/clients/client-imagebuilder/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/UntagResourceCommand.ts b/clients/client-imagebuilder/src/commands/UntagResourceCommand.ts index e6af2e66771eb..54a53b05c4b28 100644 --- a/clients/client-imagebuilder/src/commands/UntagResourceCommand.ts +++ b/clients/client-imagebuilder/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/UpdateDistributionConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/UpdateDistributionConfigurationCommand.ts index 186d7c1b7948e..0e9f199c19775 100644 --- a/clients/client-imagebuilder/src/commands/UpdateDistributionConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/UpdateDistributionConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateDistributionConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/UpdateImagePipelineCommand.ts b/clients/client-imagebuilder/src/commands/UpdateImagePipelineCommand.ts index 492bd25ba3c1f..ae0821d7b8672 100644 --- a/clients/client-imagebuilder/src/commands/UpdateImagePipelineCommand.ts +++ b/clients/client-imagebuilder/src/commands/UpdateImagePipelineCommand.ts @@ -17,6 +17,10 @@ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateImagePipelineRequest, UpdateImagePipelineResponse } from "../models/models_0"; import { de_UpdateImagePipelineCommand, se_UpdateImagePipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/commands/UpdateInfrastructureConfigurationCommand.ts b/clients/client-imagebuilder/src/commands/UpdateInfrastructureConfigurationCommand.ts index c0963118d1d26..a3b6f9335624a 100644 --- a/clients/client-imagebuilder/src/commands/UpdateInfrastructureConfigurationCommand.ts +++ b/clients/client-imagebuilder/src/commands/UpdateInfrastructureConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateInfrastructureConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-imagebuilder/src/index.ts b/clients/client-imagebuilder/src/index.ts index 374d9cbe6f6e8..91a4e35e68952 100644 --- a/clients/client-imagebuilder/src/index.ts +++ b/clients/client-imagebuilder/src/index.ts @@ -1,8 +1,17 @@ -export * from "./Imagebuilder"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

EC2 Image Builder is a fully managed Amazon Web Services service that makes it easier to automate the + * creation, management, and deployment of customized, secure, and up-to-date + * "golden" server images that are pre-installed and pre-configured with software + * and settings to meet specific IT standards.

+ * + * @packageDocumentation + */ export * from "./ImagebuilderClient"; +export * from "./Imagebuilder"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ImagebuilderServiceException } from "./models/ImagebuilderServiceException"; diff --git a/clients/client-imagebuilder/src/models/ImagebuilderServiceException.ts b/clients/client-imagebuilder/src/models/ImagebuilderServiceException.ts index ae09500d3e790..8f29becca3662 100644 --- a/clients/client-imagebuilder/src/models/ImagebuilderServiceException.ts +++ b/clients/client-imagebuilder/src/models/ImagebuilderServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-inspector/src/InspectorClient.ts b/clients/client-inspector/src/InspectorClient.ts index 661bfd4fc6a4c..979d6fa38f074 100644 --- a/clients/client-inspector/src/InspectorClient.ts +++ b/clients/client-inspector/src/InspectorClient.ts @@ -174,6 +174,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -385,7 +387,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type InspectorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type InspectorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -404,7 +406,7 @@ export interface InspectorClientConfig extends InspectorClientConfigType {} /** * @public */ -type InspectorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type InspectorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-inspector/src/commands/AddAttributesToFindingsCommand.ts b/clients/client-inspector/src/commands/AddAttributesToFindingsCommand.ts index 604bbf2fdd2bb..b50da05aebeec 100644 --- a/clients/client-inspector/src/commands/AddAttributesToFindingsCommand.ts +++ b/clients/client-inspector/src/commands/AddAttributesToFindingsCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { AddAttributesToFindingsRequest, AddAttributesToFindingsResponse } from "../models/models_0"; import { de_AddAttributesToFindingsCommand, se_AddAttributesToFindingsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/CreateAssessmentTargetCommand.ts b/clients/client-inspector/src/commands/CreateAssessmentTargetCommand.ts index 78dcad998fa32..ef8e3fcc1c173 100644 --- a/clients/client-inspector/src/commands/CreateAssessmentTargetCommand.ts +++ b/clients/client-inspector/src/commands/CreateAssessmentTargetCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateAssessmentTargetRequest, CreateAssessmentTargetResponse } from "../models/models_0"; import { de_CreateAssessmentTargetCommand, se_CreateAssessmentTargetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/CreateAssessmentTemplateCommand.ts b/clients/client-inspector/src/commands/CreateAssessmentTemplateCommand.ts index 67963746a7f88..e7a43781066a0 100644 --- a/clients/client-inspector/src/commands/CreateAssessmentTemplateCommand.ts +++ b/clients/client-inspector/src/commands/CreateAssessmentTemplateCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateAssessmentTemplateRequest, CreateAssessmentTemplateResponse } from "../models/models_0"; import { de_CreateAssessmentTemplateCommand, se_CreateAssessmentTemplateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/CreateExclusionsPreviewCommand.ts b/clients/client-inspector/src/commands/CreateExclusionsPreviewCommand.ts index 131c440585ec3..e6f9a542f56da 100644 --- a/clients/client-inspector/src/commands/CreateExclusionsPreviewCommand.ts +++ b/clients/client-inspector/src/commands/CreateExclusionsPreviewCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateExclusionsPreviewRequest, CreateExclusionsPreviewResponse } from "../models/models_0"; import { de_CreateExclusionsPreviewCommand, se_CreateExclusionsPreviewCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/CreateResourceGroupCommand.ts b/clients/client-inspector/src/commands/CreateResourceGroupCommand.ts index afaca7dcdbf2c..cf337d122e2e5 100644 --- a/clients/client-inspector/src/commands/CreateResourceGroupCommand.ts +++ b/clients/client-inspector/src/commands/CreateResourceGroupCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateResourceGroupRequest, CreateResourceGroupResponse } from "../models/models_0"; import { de_CreateResourceGroupCommand, se_CreateResourceGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/DeleteAssessmentRunCommand.ts b/clients/client-inspector/src/commands/DeleteAssessmentRunCommand.ts index 8483ad14c71c2..af0800fe242cb 100644 --- a/clients/client-inspector/src/commands/DeleteAssessmentRunCommand.ts +++ b/clients/client-inspector/src/commands/DeleteAssessmentRunCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteAssessmentRunRequest } from "../models/models_0"; import { de_DeleteAssessmentRunCommand, se_DeleteAssessmentRunCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/DeleteAssessmentTargetCommand.ts b/clients/client-inspector/src/commands/DeleteAssessmentTargetCommand.ts index 1e9f71147d877..59194cbe4e5bc 100644 --- a/clients/client-inspector/src/commands/DeleteAssessmentTargetCommand.ts +++ b/clients/client-inspector/src/commands/DeleteAssessmentTargetCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteAssessmentTargetRequest } from "../models/models_0"; import { de_DeleteAssessmentTargetCommand, se_DeleteAssessmentTargetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/DeleteAssessmentTemplateCommand.ts b/clients/client-inspector/src/commands/DeleteAssessmentTemplateCommand.ts index db02a644b0d70..76540565b2423 100644 --- a/clients/client-inspector/src/commands/DeleteAssessmentTemplateCommand.ts +++ b/clients/client-inspector/src/commands/DeleteAssessmentTemplateCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteAssessmentTemplateRequest } from "../models/models_0"; import { de_DeleteAssessmentTemplateCommand, se_DeleteAssessmentTemplateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/DescribeAssessmentRunsCommand.ts b/clients/client-inspector/src/commands/DescribeAssessmentRunsCommand.ts index 264412e18e2a2..428c667b2ff8c 100644 --- a/clients/client-inspector/src/commands/DescribeAssessmentRunsCommand.ts +++ b/clients/client-inspector/src/commands/DescribeAssessmentRunsCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeAssessmentRunsRequest, DescribeAssessmentRunsResponse } from "../models/models_0"; import { de_DescribeAssessmentRunsCommand, se_DescribeAssessmentRunsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/DescribeAssessmentTargetsCommand.ts b/clients/client-inspector/src/commands/DescribeAssessmentTargetsCommand.ts index fe2c3e5629bf0..625625e88d647 100644 --- a/clients/client-inspector/src/commands/DescribeAssessmentTargetsCommand.ts +++ b/clients/client-inspector/src/commands/DescribeAssessmentTargetsCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeAssessmentTargetsRequest, DescribeAssessmentTargetsResponse } from "../models/models_0"; import { de_DescribeAssessmentTargetsCommand, se_DescribeAssessmentTargetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/DescribeAssessmentTemplatesCommand.ts b/clients/client-inspector/src/commands/DescribeAssessmentTemplatesCommand.ts index 18fa810def247..73b7e1bee4200 100644 --- a/clients/client-inspector/src/commands/DescribeAssessmentTemplatesCommand.ts +++ b/clients/client-inspector/src/commands/DescribeAssessmentTemplatesCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeAssessmentTemplatesRequest, DescribeAssessmentTemplatesResponse } from "../models/models_0"; import { de_DescribeAssessmentTemplatesCommand, se_DescribeAssessmentTemplatesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/DescribeCrossAccountAccessRoleCommand.ts b/clients/client-inspector/src/commands/DescribeCrossAccountAccessRoleCommand.ts index 0b4cffd4ed925..d698dc5865182 100644 --- a/clients/client-inspector/src/commands/DescribeCrossAccountAccessRoleCommand.ts +++ b/clients/client-inspector/src/commands/DescribeCrossAccountAccessRoleCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeCrossAccountAccessRoleCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/DescribeExclusionsCommand.ts b/clients/client-inspector/src/commands/DescribeExclusionsCommand.ts index 4bb5da597e012..934fd561c63aa 100644 --- a/clients/client-inspector/src/commands/DescribeExclusionsCommand.ts +++ b/clients/client-inspector/src/commands/DescribeExclusionsCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeExclusionsRequest, DescribeExclusionsResponse } from "../models/models_0"; import { de_DescribeExclusionsCommand, se_DescribeExclusionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/DescribeFindingsCommand.ts b/clients/client-inspector/src/commands/DescribeFindingsCommand.ts index ccb9395e72a09..aa034f499ca27 100644 --- a/clients/client-inspector/src/commands/DescribeFindingsCommand.ts +++ b/clients/client-inspector/src/commands/DescribeFindingsCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeFindingsRequest, DescribeFindingsResponse } from "../models/models_0"; import { de_DescribeFindingsCommand, se_DescribeFindingsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/DescribeResourceGroupsCommand.ts b/clients/client-inspector/src/commands/DescribeResourceGroupsCommand.ts index 720507aa7b111..4c2b454dc56bf 100644 --- a/clients/client-inspector/src/commands/DescribeResourceGroupsCommand.ts +++ b/clients/client-inspector/src/commands/DescribeResourceGroupsCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeResourceGroupsRequest, DescribeResourceGroupsResponse } from "../models/models_0"; import { de_DescribeResourceGroupsCommand, se_DescribeResourceGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/DescribeRulesPackagesCommand.ts b/clients/client-inspector/src/commands/DescribeRulesPackagesCommand.ts index 4725b625af54e..665c641f9f5ed 100644 --- a/clients/client-inspector/src/commands/DescribeRulesPackagesCommand.ts +++ b/clients/client-inspector/src/commands/DescribeRulesPackagesCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeRulesPackagesRequest, DescribeRulesPackagesResponse } from "../models/models_0"; import { de_DescribeRulesPackagesCommand, se_DescribeRulesPackagesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/GetAssessmentReportCommand.ts b/clients/client-inspector/src/commands/GetAssessmentReportCommand.ts index 405d129c31a2a..264a4b6bb532f 100644 --- a/clients/client-inspector/src/commands/GetAssessmentReportCommand.ts +++ b/clients/client-inspector/src/commands/GetAssessmentReportCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetAssessmentReportRequest, GetAssessmentReportResponse } from "../models/models_0"; import { de_GetAssessmentReportCommand, se_GetAssessmentReportCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/GetExclusionsPreviewCommand.ts b/clients/client-inspector/src/commands/GetExclusionsPreviewCommand.ts index 3545eaebcd801..332dd2982c18c 100644 --- a/clients/client-inspector/src/commands/GetExclusionsPreviewCommand.ts +++ b/clients/client-inspector/src/commands/GetExclusionsPreviewCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetExclusionsPreviewRequest, GetExclusionsPreviewResponse } from "../models/models_0"; import { de_GetExclusionsPreviewCommand, se_GetExclusionsPreviewCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/GetTelemetryMetadataCommand.ts b/clients/client-inspector/src/commands/GetTelemetryMetadataCommand.ts index 28997db9b496e..fe18559e81365 100644 --- a/clients/client-inspector/src/commands/GetTelemetryMetadataCommand.ts +++ b/clients/client-inspector/src/commands/GetTelemetryMetadataCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetTelemetryMetadataRequest, GetTelemetryMetadataResponse } from "../models/models_0"; import { de_GetTelemetryMetadataCommand, se_GetTelemetryMetadataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/ListAssessmentRunAgentsCommand.ts b/clients/client-inspector/src/commands/ListAssessmentRunAgentsCommand.ts index 0d4b248bd4099..1a89b858dde99 100644 --- a/clients/client-inspector/src/commands/ListAssessmentRunAgentsCommand.ts +++ b/clients/client-inspector/src/commands/ListAssessmentRunAgentsCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListAssessmentRunAgentsRequest, ListAssessmentRunAgentsResponse } from "../models/models_0"; import { de_ListAssessmentRunAgentsCommand, se_ListAssessmentRunAgentsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/ListAssessmentRunsCommand.ts b/clients/client-inspector/src/commands/ListAssessmentRunsCommand.ts index fcc1ded6210ac..22b9503639be0 100644 --- a/clients/client-inspector/src/commands/ListAssessmentRunsCommand.ts +++ b/clients/client-inspector/src/commands/ListAssessmentRunsCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListAssessmentRunsRequest, ListAssessmentRunsResponse } from "../models/models_0"; import { de_ListAssessmentRunsCommand, se_ListAssessmentRunsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/ListAssessmentTargetsCommand.ts b/clients/client-inspector/src/commands/ListAssessmentTargetsCommand.ts index ff2df06772a02..3156cb5a41cf5 100644 --- a/clients/client-inspector/src/commands/ListAssessmentTargetsCommand.ts +++ b/clients/client-inspector/src/commands/ListAssessmentTargetsCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListAssessmentTargetsRequest, ListAssessmentTargetsResponse } from "../models/models_0"; import { de_ListAssessmentTargetsCommand, se_ListAssessmentTargetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/ListAssessmentTemplatesCommand.ts b/clients/client-inspector/src/commands/ListAssessmentTemplatesCommand.ts index b391298e3b34f..b8fe6c40f42e7 100644 --- a/clients/client-inspector/src/commands/ListAssessmentTemplatesCommand.ts +++ b/clients/client-inspector/src/commands/ListAssessmentTemplatesCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListAssessmentTemplatesRequest, ListAssessmentTemplatesResponse } from "../models/models_0"; import { de_ListAssessmentTemplatesCommand, se_ListAssessmentTemplatesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/ListEventSubscriptionsCommand.ts b/clients/client-inspector/src/commands/ListEventSubscriptionsCommand.ts index 9122b58d657b4..b1bc6438a373c 100644 --- a/clients/client-inspector/src/commands/ListEventSubscriptionsCommand.ts +++ b/clients/client-inspector/src/commands/ListEventSubscriptionsCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListEventSubscriptionsRequest, ListEventSubscriptionsResponse } from "../models/models_0"; import { de_ListEventSubscriptionsCommand, se_ListEventSubscriptionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/ListExclusionsCommand.ts b/clients/client-inspector/src/commands/ListExclusionsCommand.ts index fc1a343031e6e..dce10e4499957 100644 --- a/clients/client-inspector/src/commands/ListExclusionsCommand.ts +++ b/clients/client-inspector/src/commands/ListExclusionsCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListExclusionsRequest, ListExclusionsResponse } from "../models/models_0"; import { de_ListExclusionsCommand, se_ListExclusionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/ListFindingsCommand.ts b/clients/client-inspector/src/commands/ListFindingsCommand.ts index fba67cdb63c00..3ff726cd912ae 100644 --- a/clients/client-inspector/src/commands/ListFindingsCommand.ts +++ b/clients/client-inspector/src/commands/ListFindingsCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0"; import { de_ListFindingsCommand, se_ListFindingsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/ListRulesPackagesCommand.ts b/clients/client-inspector/src/commands/ListRulesPackagesCommand.ts index 5ddfe577f5bcd..86b0e315c8c7a 100644 --- a/clients/client-inspector/src/commands/ListRulesPackagesCommand.ts +++ b/clients/client-inspector/src/commands/ListRulesPackagesCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListRulesPackagesRequest, ListRulesPackagesResponse } from "../models/models_0"; import { de_ListRulesPackagesCommand, se_ListRulesPackagesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/ListTagsForResourceCommand.ts b/clients/client-inspector/src/commands/ListTagsForResourceCommand.ts index 03f8735e11ecf..cf56e463182ac 100644 --- a/clients/client-inspector/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-inspector/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/PreviewAgentsCommand.ts b/clients/client-inspector/src/commands/PreviewAgentsCommand.ts index 66442ec5c2a04..4a93a4152bb19 100644 --- a/clients/client-inspector/src/commands/PreviewAgentsCommand.ts +++ b/clients/client-inspector/src/commands/PreviewAgentsCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PreviewAgentsRequest, PreviewAgentsResponse } from "../models/models_0"; import { de_PreviewAgentsCommand, se_PreviewAgentsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/RegisterCrossAccountAccessRoleCommand.ts b/clients/client-inspector/src/commands/RegisterCrossAccountAccessRoleCommand.ts index dd241ea29caa3..b9b99a4c325a5 100644 --- a/clients/client-inspector/src/commands/RegisterCrossAccountAccessRoleCommand.ts +++ b/clients/client-inspector/src/commands/RegisterCrossAccountAccessRoleCommand.ts @@ -20,6 +20,10 @@ import { se_RegisterCrossAccountAccessRoleCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/RemoveAttributesFromFindingsCommand.ts b/clients/client-inspector/src/commands/RemoveAttributesFromFindingsCommand.ts index 8ef311333283e..2cddb906f84ff 100644 --- a/clients/client-inspector/src/commands/RemoveAttributesFromFindingsCommand.ts +++ b/clients/client-inspector/src/commands/RemoveAttributesFromFindingsCommand.ts @@ -20,6 +20,10 @@ import { se_RemoveAttributesFromFindingsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/SetTagsForResourceCommand.ts b/clients/client-inspector/src/commands/SetTagsForResourceCommand.ts index 202c546bcc933..e0cbdd8e7877e 100644 --- a/clients/client-inspector/src/commands/SetTagsForResourceCommand.ts +++ b/clients/client-inspector/src/commands/SetTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { SetTagsForResourceRequest } from "../models/models_0"; import { de_SetTagsForResourceCommand, se_SetTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/StartAssessmentRunCommand.ts b/clients/client-inspector/src/commands/StartAssessmentRunCommand.ts index 83f94abd7abc0..8a5d9b32a025a 100644 --- a/clients/client-inspector/src/commands/StartAssessmentRunCommand.ts +++ b/clients/client-inspector/src/commands/StartAssessmentRunCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartAssessmentRunRequest, StartAssessmentRunResponse } from "../models/models_0"; import { de_StartAssessmentRunCommand, se_StartAssessmentRunCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/StopAssessmentRunCommand.ts b/clients/client-inspector/src/commands/StopAssessmentRunCommand.ts index 4e9c14f7e56ca..91ba6b315d014 100644 --- a/clients/client-inspector/src/commands/StopAssessmentRunCommand.ts +++ b/clients/client-inspector/src/commands/StopAssessmentRunCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopAssessmentRunRequest } from "../models/models_0"; import { de_StopAssessmentRunCommand, se_StopAssessmentRunCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/SubscribeToEventCommand.ts b/clients/client-inspector/src/commands/SubscribeToEventCommand.ts index 8a5d20d45f872..fa201f3810189 100644 --- a/clients/client-inspector/src/commands/SubscribeToEventCommand.ts +++ b/clients/client-inspector/src/commands/SubscribeToEventCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { SubscribeToEventRequest } from "../models/models_0"; import { de_SubscribeToEventCommand, se_SubscribeToEventCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/UnsubscribeFromEventCommand.ts b/clients/client-inspector/src/commands/UnsubscribeFromEventCommand.ts index e58aafaf0c8ce..677650e9cca3a 100644 --- a/clients/client-inspector/src/commands/UnsubscribeFromEventCommand.ts +++ b/clients/client-inspector/src/commands/UnsubscribeFromEventCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UnsubscribeFromEventRequest } from "../models/models_0"; import { de_UnsubscribeFromEventCommand, se_UnsubscribeFromEventCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/commands/UpdateAssessmentTargetCommand.ts b/clients/client-inspector/src/commands/UpdateAssessmentTargetCommand.ts index 36df604089d40..1377ef0e88634 100644 --- a/clients/client-inspector/src/commands/UpdateAssessmentTargetCommand.ts +++ b/clients/client-inspector/src/commands/UpdateAssessmentTargetCommand.ts @@ -17,6 +17,10 @@ import { InspectorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateAssessmentTargetRequest } from "../models/models_0"; import { de_UpdateAssessmentTargetCommand, se_UpdateAssessmentTargetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector/src/index.ts b/clients/client-inspector/src/index.ts index 0a4cd76c3c654..69dd4255711e8 100644 --- a/clients/client-inspector/src/index.ts +++ b/clients/client-inspector/src/index.ts @@ -1,8 +1,17 @@ -export * from "./Inspector"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Inspector + *

Amazon Inspector enables you to analyze the behavior of your AWS resources and to + * identify potential security issues. For more information, see Amazon Inspector User + * Guide.

+ * + * @packageDocumentation + */ export * from "./InspectorClient"; +export * from "./Inspector"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { InspectorServiceException } from "./models/InspectorServiceException"; diff --git a/clients/client-inspector/src/models/InspectorServiceException.ts b/clients/client-inspector/src/models/InspectorServiceException.ts index 7fdfdb884d17f..e7b0489ea2a76 100644 --- a/clients/client-inspector/src/models/InspectorServiceException.ts +++ b/clients/client-inspector/src/models/InspectorServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-inspector2/src/Inspector2Client.ts b/clients/client-inspector2/src/Inspector2Client.ts index 6bd643a882f6d..2bab20d5fc6c1 100644 --- a/clients/client-inspector2/src/Inspector2Client.ts +++ b/clients/client-inspector2/src/Inspector2Client.ts @@ -163,6 +163,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -376,7 +378,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type Inspector2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type Inspector2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -395,7 +397,7 @@ export interface Inspector2ClientConfig extends Inspector2ClientConfigType {} /** * @public */ -type Inspector2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type Inspector2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-inspector2/src/commands/AssociateMemberCommand.ts b/clients/client-inspector2/src/commands/AssociateMemberCommand.ts index 0bc27a2fa81b6..afd8f8e10e9c5 100644 --- a/clients/client-inspector2/src/commands/AssociateMemberCommand.ts +++ b/clients/client-inspector2/src/commands/AssociateMemberCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { AssociateMemberRequest, AssociateMemberResponse } from "../models/models_0"; import { de_AssociateMemberCommand, se_AssociateMemberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts b/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts index 84949bc93f845..bbbd51016b88b 100644 --- a/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts +++ b/clients/client-inspector2/src/commands/BatchGetAccountStatusCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchGetAccountStatusRequest, BatchGetAccountStatusResponse } from "../models/models_0"; import { de_BatchGetAccountStatusCommand, se_BatchGetAccountStatusCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts b/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts index 4ccaaab658445..af800cbc5d233 100644 --- a/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts +++ b/clients/client-inspector2/src/commands/BatchGetFreeTrialInfoCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchGetFreeTrialInfoRequest, BatchGetFreeTrialInfoResponse } from "../models/models_0"; import { de_BatchGetFreeTrialInfoCommand, se_BatchGetFreeTrialInfoCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts b/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts index 823dcda6e51db..616a2e9054e42 100644 --- a/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts +++ b/clients/client-inspector2/src/commands/BatchGetMemberEc2DeepInspectionStatusCommand.ts @@ -23,6 +23,10 @@ import { se_BatchGetMemberEc2DeepInspectionStatusCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts b/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts index f5667f9526c4f..6ae3dea4be33b 100644 --- a/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts +++ b/clients/client-inspector2/src/commands/BatchUpdateMemberEc2DeepInspectionStatusCommand.ts @@ -23,6 +23,10 @@ import { se_BatchUpdateMemberEc2DeepInspectionStatusCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts b/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts index b0254f2538383..a438f140acb78 100644 --- a/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts +++ b/clients/client-inspector2/src/commands/CancelFindingsReportCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CancelFindingsReportRequest, CancelFindingsReportResponse } from "../models/models_0"; import { de_CancelFindingsReportCommand, se_CancelFindingsReportCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/CreateFilterCommand.ts b/clients/client-inspector2/src/commands/CreateFilterCommand.ts index 7e08a7952ca7b..a8d1b412f36d6 100644 --- a/clients/client-inspector2/src/commands/CreateFilterCommand.ts +++ b/clients/client-inspector2/src/commands/CreateFilterCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateFilterRequest, CreateFilterResponse } from "../models/models_0"; import { de_CreateFilterCommand, se_CreateFilterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts b/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts index db345ceb87349..8140dc5ac63c7 100644 --- a/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts +++ b/clients/client-inspector2/src/commands/CreateFindingsReportCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateFindingsReportRequest, CreateFindingsReportResponse } from "../models/models_0"; import { de_CreateFindingsReportCommand, se_CreateFindingsReportCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/DeleteFilterCommand.ts b/clients/client-inspector2/src/commands/DeleteFilterCommand.ts index c9ebe1cb73c09..7fa27021c9225 100644 --- a/clients/client-inspector2/src/commands/DeleteFilterCommand.ts +++ b/clients/client-inspector2/src/commands/DeleteFilterCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteFilterRequest, DeleteFilterResponse } from "../models/models_0"; import { de_DeleteFilterCommand, se_DeleteFilterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts index d271c98b2841d..71fd0034bd042 100644 --- a/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/DescribeOrganizationConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/DisableCommand.ts b/clients/client-inspector2/src/commands/DisableCommand.ts index da93210e48f13..fa8260743d237 100644 --- a/clients/client-inspector2/src/commands/DisableCommand.ts +++ b/clients/client-inspector2/src/commands/DisableCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DisableRequest, DisableResponse } from "../models/models_0"; import { de_DisableCommand, se_DisableCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts b/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts index 5678bfb87ca23..46cf20b5ec610 100644 --- a/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts +++ b/clients/client-inspector2/src/commands/DisableDelegatedAdminAccountCommand.ts @@ -20,6 +20,10 @@ import { se_DisableDelegatedAdminAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts b/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts index c48fe6bc5030d..e11b1ca58f25b 100644 --- a/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts +++ b/clients/client-inspector2/src/commands/DisassociateMemberCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DisassociateMemberRequest, DisassociateMemberResponse } from "../models/models_0"; import { de_DisassociateMemberCommand, se_DisassociateMemberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/EnableCommand.ts b/clients/client-inspector2/src/commands/EnableCommand.ts index 49f8450a46345..be10cbf5aea22 100644 --- a/clients/client-inspector2/src/commands/EnableCommand.ts +++ b/clients/client-inspector2/src/commands/EnableCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { EnableRequest, EnableResponse } from "../models/models_0"; import { de_EnableCommand, se_EnableCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts b/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts index 57c9d35342aa9..db0a10e032082 100644 --- a/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts +++ b/clients/client-inspector2/src/commands/EnableDelegatedAdminAccountCommand.ts @@ -20,6 +20,10 @@ import { se_EnableDelegatedAdminAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/GetConfigurationCommand.ts b/clients/client-inspector2/src/commands/GetConfigurationCommand.ts index 7c7338a081e1f..351b4e38e27b7 100644 --- a/clients/client-inspector2/src/commands/GetConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/GetConfigurationCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetConfigurationRequest, GetConfigurationResponse } from "../models/models_0"; import { de_GetConfigurationCommand, se_GetConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts b/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts index cece82d1d79fe..09fe98dd14af2 100644 --- a/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts +++ b/clients/client-inspector2/src/commands/GetDelegatedAdminAccountCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDelegatedAdminAccountRequest, GetDelegatedAdminAccountResponse } from "../models/models_0"; import { de_GetDelegatedAdminAccountCommand, se_GetDelegatedAdminAccountCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts b/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts index 25f429fe623f4..adb4aeb76b800 100644 --- a/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/GetEc2DeepInspectionConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_GetEc2DeepInspectionConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts b/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts index 0fd872c6cc131..99deebb140982 100644 --- a/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts +++ b/clients/client-inspector2/src/commands/GetFindingsReportStatusCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetFindingsReportStatusRequest, GetFindingsReportStatusResponse } from "../models/models_0"; import { de_GetFindingsReportStatusCommand, se_GetFindingsReportStatusCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/GetMemberCommand.ts b/clients/client-inspector2/src/commands/GetMemberCommand.ts index 4823c4ae5f1db..da1817175bafe 100644 --- a/clients/client-inspector2/src/commands/GetMemberCommand.ts +++ b/clients/client-inspector2/src/commands/GetMemberCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetMemberRequest, GetMemberResponse } from "../models/models_0"; import { de_GetMemberCommand, se_GetMemberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts b/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts index f98071e04c970..bb89c0610cdee 100644 --- a/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts +++ b/clients/client-inspector2/src/commands/ListAccountPermissionsCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListAccountPermissionsRequest, ListAccountPermissionsResponse } from "../models/models_0"; import { de_ListAccountPermissionsCommand, se_ListAccountPermissionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/ListCoverageCommand.ts b/clients/client-inspector2/src/commands/ListCoverageCommand.ts index e093f98c7c9ab..63398fd88c845 100644 --- a/clients/client-inspector2/src/commands/ListCoverageCommand.ts +++ b/clients/client-inspector2/src/commands/ListCoverageCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListCoverageRequest, ListCoverageResponse } from "../models/models_0"; import { de_ListCoverageCommand, se_ListCoverageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/ListCoverageStatisticsCommand.ts b/clients/client-inspector2/src/commands/ListCoverageStatisticsCommand.ts index 1d03c1af2db8b..eae649cda77a0 100644 --- a/clients/client-inspector2/src/commands/ListCoverageStatisticsCommand.ts +++ b/clients/client-inspector2/src/commands/ListCoverageStatisticsCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListCoverageStatisticsRequest, ListCoverageStatisticsResponse } from "../models/models_0"; import { de_ListCoverageStatisticsCommand, se_ListCoverageStatisticsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts b/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts index 598c69d402c8b..3ad9b674f1531 100644 --- a/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts +++ b/clients/client-inspector2/src/commands/ListDelegatedAdminAccountsCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListDelegatedAdminAccountsRequest, ListDelegatedAdminAccountsResponse } from "../models/models_0"; import { de_ListDelegatedAdminAccountsCommand, se_ListDelegatedAdminAccountsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/ListFiltersCommand.ts b/clients/client-inspector2/src/commands/ListFiltersCommand.ts index 43ae01c75954a..e1e880b49434e 100644 --- a/clients/client-inspector2/src/commands/ListFiltersCommand.ts +++ b/clients/client-inspector2/src/commands/ListFiltersCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListFiltersRequest, ListFiltersResponse } from "../models/models_0"; import { de_ListFiltersCommand, se_ListFiltersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts b/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts index fdaf8c88b8549..e405a7555a98b 100644 --- a/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts +++ b/clients/client-inspector2/src/commands/ListFindingAggregationsCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListFindingAggregationsRequest, ListFindingAggregationsResponse } from "../models/models_0"; import { de_ListFindingAggregationsCommand, se_ListFindingAggregationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/ListFindingsCommand.ts b/clients/client-inspector2/src/commands/ListFindingsCommand.ts index 901bac77c2976..6f245320867de 100644 --- a/clients/client-inspector2/src/commands/ListFindingsCommand.ts +++ b/clients/client-inspector2/src/commands/ListFindingsCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0"; import { de_ListFindingsCommand, se_ListFindingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/ListMembersCommand.ts b/clients/client-inspector2/src/commands/ListMembersCommand.ts index 774d3dd2656e4..f33088083bf55 100644 --- a/clients/client-inspector2/src/commands/ListMembersCommand.ts +++ b/clients/client-inspector2/src/commands/ListMembersCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListMembersRequest, ListMembersResponse } from "../models/models_0"; import { de_ListMembersCommand, se_ListMembersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/ListTagsForResourceCommand.ts b/clients/client-inspector2/src/commands/ListTagsForResourceCommand.ts index 56489660c11ac..f88b34463832f 100644 --- a/clients/client-inspector2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-inspector2/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts b/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts index 03ae8324675e1..b3f27cc5b4c9f 100644 --- a/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts +++ b/clients/client-inspector2/src/commands/ListUsageTotalsCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListUsageTotalsRequest, ListUsageTotalsResponse } from "../models/models_0"; import { de_ListUsageTotalsCommand, se_ListUsageTotalsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts b/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts index df8da13f7b16a..397ba73249610 100644 --- a/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts +++ b/clients/client-inspector2/src/commands/SearchVulnerabilitiesCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { SearchVulnerabilitiesRequest, SearchVulnerabilitiesResponse } from "../models/models_0"; import { de_SearchVulnerabilitiesCommand, se_SearchVulnerabilitiesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/TagResourceCommand.ts b/clients/client-inspector2/src/commands/TagResourceCommand.ts index 683c8a1fc6664..e77abfb3df49e 100644 --- a/clients/client-inspector2/src/commands/TagResourceCommand.ts +++ b/clients/client-inspector2/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/UntagResourceCommand.ts b/clients/client-inspector2/src/commands/UntagResourceCommand.ts index 5056b10563f04..d3ae309e6ade2 100644 --- a/clients/client-inspector2/src/commands/UntagResourceCommand.ts +++ b/clients/client-inspector2/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts index 93ac9d7aee709..a493521aa4f91 100644 --- a/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateConfigurationCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateConfigurationRequest, UpdateConfigurationResponse } from "../models/models_0"; import { de_UpdateConfigurationCommand, se_UpdateConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts index cdf9f31237aa4..86aa7c9dbe684 100644 --- a/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateEc2DeepInspectionConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateEc2DeepInspectionConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/UpdateFilterCommand.ts b/clients/client-inspector2/src/commands/UpdateFilterCommand.ts index cb434e5ddaf4a..47fd6fc409eda 100644 --- a/clients/client-inspector2/src/commands/UpdateFilterCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateFilterCommand.ts @@ -17,6 +17,10 @@ import { Inspector2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateFilterRequest, UpdateFilterResponse } from "../models/models_0"; import { de_UpdateFilterCommand, se_UpdateFilterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts index 1908c35414be2..ebe358bdbec2d 100644 --- a/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateOrgEc2DeepInspectionConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateOrgEc2DeepInspectionConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts index 7c2d0113f09e7..1a35738cb85d2 100644 --- a/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-inspector2/src/commands/UpdateOrganizationConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-inspector2/src/index.ts b/clients/client-inspector2/src/index.ts index 5622fdd0ed2cf..5aa648a72ee35 100644 --- a/clients/client-inspector2/src/index.ts +++ b/clients/client-inspector2/src/index.ts @@ -1,8 +1,15 @@ -export * from "./Inspector2"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Inspector is a vulnerability discovery service that automates continuous scanning for + * security vulnerabilities within your Amazon EC2 and Amazon ECR environments.

+ * + * @packageDocumentation + */ export * from "./Inspector2Client"; +export * from "./Inspector2"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { Inspector2ServiceException } from "./models/Inspector2ServiceException"; diff --git a/clients/client-inspector2/src/models/Inspector2ServiceException.ts b/clients/client-inspector2/src/models/Inspector2ServiceException.ts index eaee605d28fdc..55c7c708bb3ef 100644 --- a/clients/client-inspector2/src/models/Inspector2ServiceException.ts +++ b/clients/client-inspector2/src/models/Inspector2ServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-internetmonitor/src/InternetMonitorClient.ts b/clients/client-internetmonitor/src/InternetMonitorClient.ts index 412826636aa4d..8b0b9087e5060 100644 --- a/clients/client-internetmonitor/src/InternetMonitorClient.ts +++ b/clients/client-internetmonitor/src/InternetMonitorClient.ts @@ -72,6 +72,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -229,7 +231,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type InternetMonitorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type InternetMonitorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -248,7 +250,7 @@ export interface InternetMonitorClientConfig extends InternetMonitorClientConfig /** * @public */ -type InternetMonitorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type InternetMonitorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-internetmonitor/src/commands/CreateMonitorCommand.ts b/clients/client-internetmonitor/src/commands/CreateMonitorCommand.ts index 2fa1119aeb3c9..fd8bbc88281af 100644 --- a/clients/client-internetmonitor/src/commands/CreateMonitorCommand.ts +++ b/clients/client-internetmonitor/src/commands/CreateMonitorCommand.ts @@ -17,6 +17,10 @@ import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { CreateMonitorInput, CreateMonitorOutput } from "../models/models_0"; import { de_CreateMonitorCommand, se_CreateMonitorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-internetmonitor/src/commands/DeleteMonitorCommand.ts b/clients/client-internetmonitor/src/commands/DeleteMonitorCommand.ts index 38fb9fcf3981b..e98f18084b283 100644 --- a/clients/client-internetmonitor/src/commands/DeleteMonitorCommand.ts +++ b/clients/client-internetmonitor/src/commands/DeleteMonitorCommand.ts @@ -17,6 +17,10 @@ import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DeleteMonitorInput, DeleteMonitorOutput } from "../models/models_0"; import { de_DeleteMonitorCommand, se_DeleteMonitorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-internetmonitor/src/commands/GetHealthEventCommand.ts b/clients/client-internetmonitor/src/commands/GetHealthEventCommand.ts index 5ad25f7f32968..592e54134cf79 100644 --- a/clients/client-internetmonitor/src/commands/GetHealthEventCommand.ts +++ b/clients/client-internetmonitor/src/commands/GetHealthEventCommand.ts @@ -17,6 +17,10 @@ import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { GetHealthEventInput, GetHealthEventOutput } from "../models/models_0"; import { de_GetHealthEventCommand, se_GetHealthEventCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-internetmonitor/src/commands/GetMonitorCommand.ts b/clients/client-internetmonitor/src/commands/GetMonitorCommand.ts index 2cd1efa3fded2..cd31b236c0867 100644 --- a/clients/client-internetmonitor/src/commands/GetMonitorCommand.ts +++ b/clients/client-internetmonitor/src/commands/GetMonitorCommand.ts @@ -17,6 +17,10 @@ import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { GetMonitorInput, GetMonitorOutput } from "../models/models_0"; import { de_GetMonitorCommand, se_GetMonitorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-internetmonitor/src/commands/ListHealthEventsCommand.ts b/clients/client-internetmonitor/src/commands/ListHealthEventsCommand.ts index aad2e355d3d5b..b0b2e36addf41 100644 --- a/clients/client-internetmonitor/src/commands/ListHealthEventsCommand.ts +++ b/clients/client-internetmonitor/src/commands/ListHealthEventsCommand.ts @@ -17,6 +17,10 @@ import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { ListHealthEventsInput, ListHealthEventsOutput } from "../models/models_0"; import { de_ListHealthEventsCommand, se_ListHealthEventsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-internetmonitor/src/commands/ListMonitorsCommand.ts b/clients/client-internetmonitor/src/commands/ListMonitorsCommand.ts index 04db8ec63dee5..95af049bae12c 100644 --- a/clients/client-internetmonitor/src/commands/ListMonitorsCommand.ts +++ b/clients/client-internetmonitor/src/commands/ListMonitorsCommand.ts @@ -17,6 +17,10 @@ import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { ListMonitorsInput, ListMonitorsOutput } from "../models/models_0"; import { de_ListMonitorsCommand, se_ListMonitorsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-internetmonitor/src/commands/ListTagsForResourceCommand.ts b/clients/client-internetmonitor/src/commands/ListTagsForResourceCommand.ts index 0a771d8a1b01e..02308be19480a 100644 --- a/clients/client-internetmonitor/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-internetmonitor/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-internetmonitor/src/commands/TagResourceCommand.ts b/clients/client-internetmonitor/src/commands/TagResourceCommand.ts index 40e84af42b7c8..7daa857aa562e 100644 --- a/clients/client-internetmonitor/src/commands/TagResourceCommand.ts +++ b/clients/client-internetmonitor/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-internetmonitor/src/commands/UntagResourceCommand.ts b/clients/client-internetmonitor/src/commands/UntagResourceCommand.ts index 15ea4ce1c3928..db3c70b971d13 100644 --- a/clients/client-internetmonitor/src/commands/UntagResourceCommand.ts +++ b/clients/client-internetmonitor/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-internetmonitor/src/commands/UpdateMonitorCommand.ts b/clients/client-internetmonitor/src/commands/UpdateMonitorCommand.ts index 989df190ed628..ca4d5b0afb92c 100644 --- a/clients/client-internetmonitor/src/commands/UpdateMonitorCommand.ts +++ b/clients/client-internetmonitor/src/commands/UpdateMonitorCommand.ts @@ -17,6 +17,10 @@ import { InternetMonitorClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { UpdateMonitorInput, UpdateMonitorOutput } from "../models/models_0"; import { de_UpdateMonitorCommand, se_UpdateMonitorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-internetmonitor/src/index.ts b/clients/client-internetmonitor/src/index.ts index 794f67456e9e0..30d2d23f8c004 100644 --- a/clients/client-internetmonitor/src/index.ts +++ b/clients/client-internetmonitor/src/index.ts @@ -1,8 +1,29 @@ -export * from "./InternetMonitor"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon CloudWatch Internet Monitor provides visibility into how internet issues impact the performance and availability + * between your applications hosted on Amazon Web Services and your end users. It reduces the time it takes for you to diagnose + * internet issues from days to minutes. Internet Monitor uses the connectivity data that Amazon Web Services captures from its global + * networking footprint to calculate a baseline of performance and availability for internet traffic. This + * is the same data that Amazon Web Services uses to monitor internet uptime and availability. With those measurements + * as a baseline, Internet Monitor raises awareness for you when there are significant problems for your + * end users in the different geographic locations where your application runs.

+ *

Internet Monitor publishes internet measurements to CloudWatch Logs and CloudWatch Metrics, + * to easily support using CloudWatch tools with health information for geographies and networks specific to your application. + * Internet Monitor sends health events to Amazon EventBridge so that you can set up notifications. If an issue is caused by the Amazon Web Services network, + * you also automatically receive an Amazon Web Services Health Dashboard notification with the steps that Amazon Web Services is taking to mitigate the problem.

+ *

To use Internet Monitor, you create a monitor and associate your application's resources + * with it, VPCs, CloudFront distributions, or WorkSpaces directories, to enable Internet Monitor to know + * where your application's internet traffic is. Internet Monitor then provides internet measurements from Amazon Web Services that are specific to + * the locations and networks that communicate with your application.

+ *

For more information, see Using Amazon CloudWatch Internet Monitor in the Amazon CloudWatch User Guide.

+ * + * @packageDocumentation + */ export * from "./InternetMonitorClient"; +export * from "./InternetMonitor"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { InternetMonitorServiceException } from "./models/InternetMonitorServiceException"; diff --git a/clients/client-internetmonitor/src/models/InternetMonitorServiceException.ts b/clients/client-internetmonitor/src/models/InternetMonitorServiceException.ts index 9c3f8f1166edd..1ec9d7dc6c53b 100644 --- a/clients/client-internetmonitor/src/models/InternetMonitorServiceException.ts +++ b/clients/client-internetmonitor/src/models/InternetMonitorServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-iot-1click-devices-service/src/IoT1ClickDevicesServiceClient.ts b/clients/client-iot-1click-devices-service/src/IoT1ClickDevicesServiceClient.ts index f636033c56a00..0a9a5d493b0c6 100644 --- a/clients/client-iot-1click-devices-service/src/IoT1ClickDevicesServiceClient.ts +++ b/clients/client-iot-1click-devices-service/src/IoT1ClickDevicesServiceClient.ts @@ -84,6 +84,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -247,7 +249,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type IoT1ClickDevicesServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type IoT1ClickDevicesServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -266,7 +268,7 @@ export interface IoT1ClickDevicesServiceClientConfig extends IoT1ClickDevicesSer /** * @public */ -type IoT1ClickDevicesServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type IoT1ClickDevicesServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-iot-1click-devices-service/src/commands/ClaimDevicesByClaimCodeCommand.ts b/clients/client-iot-1click-devices-service/src/commands/ClaimDevicesByClaimCodeCommand.ts index bd7707c36f040..741c539953d79 100644 --- a/clients/client-iot-1click-devices-service/src/commands/ClaimDevicesByClaimCodeCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/ClaimDevicesByClaimCodeCommand.ts @@ -21,6 +21,10 @@ import { import { ClaimDevicesByClaimCodeRequest, ClaimDevicesByClaimCodeResponse } from "../models/models_0"; import { de_ClaimDevicesByClaimCodeCommand, se_ClaimDevicesByClaimCodeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-devices-service/src/commands/DescribeDeviceCommand.ts b/clients/client-iot-1click-devices-service/src/commands/DescribeDeviceCommand.ts index 91106f00345d8..df50527629e5b 100644 --- a/clients/client-iot-1click-devices-service/src/commands/DescribeDeviceCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/DescribeDeviceCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeDeviceRequest, DescribeDeviceResponse } from "../models/models_0"; import { de_DescribeDeviceCommand, se_DescribeDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-devices-service/src/commands/FinalizeDeviceClaimCommand.ts b/clients/client-iot-1click-devices-service/src/commands/FinalizeDeviceClaimCommand.ts index 27b47a3dbcdd9..198dd14ee8d97 100644 --- a/clients/client-iot-1click-devices-service/src/commands/FinalizeDeviceClaimCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/FinalizeDeviceClaimCommand.ts @@ -21,6 +21,10 @@ import { import { FinalizeDeviceClaimRequest, FinalizeDeviceClaimResponse } from "../models/models_0"; import { de_FinalizeDeviceClaimCommand, se_FinalizeDeviceClaimCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-devices-service/src/commands/GetDeviceMethodsCommand.ts b/clients/client-iot-1click-devices-service/src/commands/GetDeviceMethodsCommand.ts index fc1315b6056ba..c6fef099b6ea6 100644 --- a/clients/client-iot-1click-devices-service/src/commands/GetDeviceMethodsCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/GetDeviceMethodsCommand.ts @@ -21,6 +21,10 @@ import { import { GetDeviceMethodsRequest, GetDeviceMethodsResponse } from "../models/models_0"; import { de_GetDeviceMethodsCommand, se_GetDeviceMethodsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-devices-service/src/commands/InitiateDeviceClaimCommand.ts b/clients/client-iot-1click-devices-service/src/commands/InitiateDeviceClaimCommand.ts index 36119fcc27bf3..7d12a8f57db75 100644 --- a/clients/client-iot-1click-devices-service/src/commands/InitiateDeviceClaimCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/InitiateDeviceClaimCommand.ts @@ -21,6 +21,10 @@ import { import { InitiateDeviceClaimRequest, InitiateDeviceClaimResponse } from "../models/models_0"; import { de_InitiateDeviceClaimCommand, se_InitiateDeviceClaimCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-devices-service/src/commands/InvokeDeviceMethodCommand.ts b/clients/client-iot-1click-devices-service/src/commands/InvokeDeviceMethodCommand.ts index b932cab69bfb3..686e999befacb 100644 --- a/clients/client-iot-1click-devices-service/src/commands/InvokeDeviceMethodCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/InvokeDeviceMethodCommand.ts @@ -21,6 +21,10 @@ import { import { InvokeDeviceMethodRequest, InvokeDeviceMethodResponse } from "../models/models_0"; import { de_InvokeDeviceMethodCommand, se_InvokeDeviceMethodCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-devices-service/src/commands/ListDeviceEventsCommand.ts b/clients/client-iot-1click-devices-service/src/commands/ListDeviceEventsCommand.ts index a49220bfdf022..1002825e962d4 100644 --- a/clients/client-iot-1click-devices-service/src/commands/ListDeviceEventsCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/ListDeviceEventsCommand.ts @@ -21,6 +21,10 @@ import { import { ListDeviceEventsRequest, ListDeviceEventsResponse } from "../models/models_0"; import { de_ListDeviceEventsCommand, se_ListDeviceEventsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-devices-service/src/commands/ListDevicesCommand.ts b/clients/client-iot-1click-devices-service/src/commands/ListDevicesCommand.ts index 27d8593ae6e0f..5108975d1cf26 100644 --- a/clients/client-iot-1click-devices-service/src/commands/ListDevicesCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/ListDevicesCommand.ts @@ -21,6 +21,10 @@ import { import { ListDevicesRequest, ListDevicesResponse } from "../models/models_0"; import { de_ListDevicesCommand, se_ListDevicesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-devices-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot-1click-devices-service/src/commands/ListTagsForResourceCommand.ts index c6c7ded2f982e..a1db776d7720f 100644 --- a/clients/client-iot-1click-devices-service/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-devices-service/src/commands/TagResourceCommand.ts b/clients/client-iot-1click-devices-service/src/commands/TagResourceCommand.ts index f57ba05025902..39e20ca050c68 100644 --- a/clients/client-iot-1click-devices-service/src/commands/TagResourceCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { TagResourceRequest } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-devices-service/src/commands/UnclaimDeviceCommand.ts b/clients/client-iot-1click-devices-service/src/commands/UnclaimDeviceCommand.ts index 7a987fb4ab08b..1d8610710a0d3 100644 --- a/clients/client-iot-1click-devices-service/src/commands/UnclaimDeviceCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/UnclaimDeviceCommand.ts @@ -21,6 +21,10 @@ import { import { UnclaimDeviceRequest, UnclaimDeviceResponse } from "../models/models_0"; import { de_UnclaimDeviceCommand, se_UnclaimDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-devices-service/src/commands/UntagResourceCommand.ts b/clients/client-iot-1click-devices-service/src/commands/UntagResourceCommand.ts index 1cc2adecaaa21..e60238ceaab83 100644 --- a/clients/client-iot-1click-devices-service/src/commands/UntagResourceCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-devices-service/src/commands/UpdateDeviceStateCommand.ts b/clients/client-iot-1click-devices-service/src/commands/UpdateDeviceStateCommand.ts index 2784cde4e8437..4c446478634dc 100644 --- a/clients/client-iot-1click-devices-service/src/commands/UpdateDeviceStateCommand.ts +++ b/clients/client-iot-1click-devices-service/src/commands/UpdateDeviceStateCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateDeviceStateRequest, UpdateDeviceStateResponse } from "../models/models_0"; import { de_UpdateDeviceStateCommand, se_UpdateDeviceStateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-devices-service/src/index.ts b/clients/client-iot-1click-devices-service/src/index.ts index ed837290337f6..03b386ea56cc6 100644 --- a/clients/client-iot-1click-devices-service/src/index.ts +++ b/clients/client-iot-1click-devices-service/src/index.ts @@ -1,6 +1,14 @@ -export * from "./IoT1ClickDevicesService"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Describes all of the AWS IoT 1-Click device-related API operations for the service. + * Also provides sample requests, responses, and errors for the supported web services + * protocols.

+ * + * @packageDocumentation + */ export * from "./IoT1ClickDevicesServiceClient"; +export * from "./IoT1ClickDevicesService"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-iot-1click-devices-service/src/models/IoT1ClickDevicesServiceServiceException.ts b/clients/client-iot-1click-devices-service/src/models/IoT1ClickDevicesServiceServiceException.ts index 32da322fd97af..a6160c3df1fc1 100644 --- a/clients/client-iot-1click-devices-service/src/models/IoT1ClickDevicesServiceServiceException.ts +++ b/clients/client-iot-1click-devices-service/src/models/IoT1ClickDevicesServiceServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-iot-1click-projects/src/IoT1ClickProjectsClient.ts b/clients/client-iot-1click-projects/src/IoT1ClickProjectsClient.ts index 7b507356d71d1..231a1ed1af630 100644 --- a/clients/client-iot-1click-projects/src/IoT1ClickProjectsClient.ts +++ b/clients/client-iot-1click-projects/src/IoT1ClickProjectsClient.ts @@ -87,6 +87,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -256,7 +258,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type IoT1ClickProjectsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type IoT1ClickProjectsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -275,7 +277,7 @@ export interface IoT1ClickProjectsClientConfig extends IoT1ClickProjectsClientCo /** * @public */ -type IoT1ClickProjectsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type IoT1ClickProjectsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-iot-1click-projects/src/commands/AssociateDeviceWithPlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/AssociateDeviceWithPlacementCommand.ts index e1481c757ce4a..73a077df34509 100644 --- a/clients/client-iot-1click-projects/src/commands/AssociateDeviceWithPlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/AssociateDeviceWithPlacementCommand.ts @@ -24,6 +24,10 @@ import { se_AssociateDeviceWithPlacementCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-projects/src/commands/CreatePlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/CreatePlacementCommand.ts index 6b43fc4f2e67e..b663a570aff3a 100644 --- a/clients/client-iot-1click-projects/src/commands/CreatePlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/CreatePlacementCommand.ts @@ -21,6 +21,10 @@ import { import { CreatePlacementRequest, CreatePlacementResponse } from "../models/models_0"; import { de_CreatePlacementCommand, se_CreatePlacementCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-projects/src/commands/CreateProjectCommand.ts b/clients/client-iot-1click-projects/src/commands/CreateProjectCommand.ts index 4179b465cf917..288e4701b3059 100644 --- a/clients/client-iot-1click-projects/src/commands/CreateProjectCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/CreateProjectCommand.ts @@ -21,6 +21,10 @@ import { import { CreateProjectRequest, CreateProjectResponse } from "../models/models_0"; import { de_CreateProjectCommand, se_CreateProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-projects/src/commands/DeletePlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/DeletePlacementCommand.ts index ff3ae330468d5..7895225e509ab 100644 --- a/clients/client-iot-1click-projects/src/commands/DeletePlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/DeletePlacementCommand.ts @@ -21,6 +21,10 @@ import { import { DeletePlacementRequest, DeletePlacementResponse } from "../models/models_0"; import { de_DeletePlacementCommand, se_DeletePlacementCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-projects/src/commands/DeleteProjectCommand.ts b/clients/client-iot-1click-projects/src/commands/DeleteProjectCommand.ts index 1355a505386b8..8e911bf0ed046 100644 --- a/clients/client-iot-1click-projects/src/commands/DeleteProjectCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/DeleteProjectCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteProjectRequest, DeleteProjectResponse } from "../models/models_0"; import { de_DeleteProjectCommand, se_DeleteProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-projects/src/commands/DescribePlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/DescribePlacementCommand.ts index 65e0a2c19adc4..ab528b273d65a 100644 --- a/clients/client-iot-1click-projects/src/commands/DescribePlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/DescribePlacementCommand.ts @@ -21,6 +21,10 @@ import { import { DescribePlacementRequest, DescribePlacementResponse } from "../models/models_0"; import { de_DescribePlacementCommand, se_DescribePlacementCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-projects/src/commands/DescribeProjectCommand.ts b/clients/client-iot-1click-projects/src/commands/DescribeProjectCommand.ts index 4ac49e8818142..221d368a246f5 100644 --- a/clients/client-iot-1click-projects/src/commands/DescribeProjectCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/DescribeProjectCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeProjectRequest, DescribeProjectResponse } from "../models/models_0"; import { de_DescribeProjectCommand, se_DescribeProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-projects/src/commands/DisassociateDeviceFromPlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/DisassociateDeviceFromPlacementCommand.ts index 3f33335f277b7..0fc0b6932295f 100644 --- a/clients/client-iot-1click-projects/src/commands/DisassociateDeviceFromPlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/DisassociateDeviceFromPlacementCommand.ts @@ -24,6 +24,10 @@ import { se_DisassociateDeviceFromPlacementCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-projects/src/commands/GetDevicesInPlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/GetDevicesInPlacementCommand.ts index ccf19997d1592..eb4ca91400eec 100644 --- a/clients/client-iot-1click-projects/src/commands/GetDevicesInPlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/GetDevicesInPlacementCommand.ts @@ -21,6 +21,10 @@ import { import { GetDevicesInPlacementRequest, GetDevicesInPlacementResponse } from "../models/models_0"; import { de_GetDevicesInPlacementCommand, se_GetDevicesInPlacementCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-projects/src/commands/ListPlacementsCommand.ts b/clients/client-iot-1click-projects/src/commands/ListPlacementsCommand.ts index b301fb28d4871..443718e2e969b 100644 --- a/clients/client-iot-1click-projects/src/commands/ListPlacementsCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/ListPlacementsCommand.ts @@ -21,6 +21,10 @@ import { import { ListPlacementsRequest, ListPlacementsResponse } from "../models/models_0"; import { de_ListPlacementsCommand, se_ListPlacementsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-projects/src/commands/ListProjectsCommand.ts b/clients/client-iot-1click-projects/src/commands/ListProjectsCommand.ts index 9407b32a0bea7..150ee8c3b6e8f 100644 --- a/clients/client-iot-1click-projects/src/commands/ListProjectsCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/ListProjectsCommand.ts @@ -21,6 +21,10 @@ import { import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0"; import { de_ListProjectsCommand, se_ListProjectsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-projects/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot-1click-projects/src/commands/ListTagsForResourceCommand.ts index f2ed22747dc84..b8f721c685f56 100644 --- a/clients/client-iot-1click-projects/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-projects/src/commands/TagResourceCommand.ts b/clients/client-iot-1click-projects/src/commands/TagResourceCommand.ts index 0567014d22103..322b791d0ae91 100644 --- a/clients/client-iot-1click-projects/src/commands/TagResourceCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-projects/src/commands/UntagResourceCommand.ts b/clients/client-iot-1click-projects/src/commands/UntagResourceCommand.ts index 5376b90baa0c0..47fb054af1d5e 100644 --- a/clients/client-iot-1click-projects/src/commands/UntagResourceCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-projects/src/commands/UpdatePlacementCommand.ts b/clients/client-iot-1click-projects/src/commands/UpdatePlacementCommand.ts index 5f78bdcb1131f..4d37c7879caf3 100644 --- a/clients/client-iot-1click-projects/src/commands/UpdatePlacementCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/UpdatePlacementCommand.ts @@ -21,6 +21,10 @@ import { import { UpdatePlacementRequest, UpdatePlacementResponse } from "../models/models_0"; import { de_UpdatePlacementCommand, se_UpdatePlacementCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-projects/src/commands/UpdateProjectCommand.ts b/clients/client-iot-1click-projects/src/commands/UpdateProjectCommand.ts index 796f3bfe0d5b0..52ca03862996a 100644 --- a/clients/client-iot-1click-projects/src/commands/UpdateProjectCommand.ts +++ b/clients/client-iot-1click-projects/src/commands/UpdateProjectCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateProjectRequest, UpdateProjectResponse } from "../models/models_0"; import { de_UpdateProjectCommand, se_UpdateProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-1click-projects/src/index.ts b/clients/client-iot-1click-projects/src/index.ts index c75b11703d16b..203eb4b95c42c 100644 --- a/clients/client-iot-1click-projects/src/index.ts +++ b/clients/client-iot-1click-projects/src/index.ts @@ -1,8 +1,14 @@ -export * from "./IoT1ClickProjects"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The AWS IoT 1-Click Projects API Reference

+ * + * @packageDocumentation + */ export * from "./IoT1ClickProjectsClient"; +export * from "./IoT1ClickProjects"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { IoT1ClickProjectsServiceException } from "./models/IoT1ClickProjectsServiceException"; diff --git a/clients/client-iot-1click-projects/src/models/IoT1ClickProjectsServiceException.ts b/clients/client-iot-1click-projects/src/models/IoT1ClickProjectsServiceException.ts index cf45816524dac..ff82ca28d93ff 100644 --- a/clients/client-iot-1click-projects/src/models/IoT1ClickProjectsServiceException.ts +++ b/clients/client-iot-1click-projects/src/models/IoT1ClickProjectsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-iot-data-plane/src/IoTDataPlaneClient.ts b/clients/client-iot-data-plane/src/IoTDataPlaneClient.ts index 5dc7383588feb..2c823192b1b68 100644 --- a/clients/client-iot-data-plane/src/IoTDataPlaneClient.ts +++ b/clients/client-iot-data-plane/src/IoTDataPlaneClient.ts @@ -72,6 +72,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -223,7 +225,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type IoTDataPlaneClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type IoTDataPlaneClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -242,7 +244,7 @@ export interface IoTDataPlaneClientConfig extends IoTDataPlaneClientConfigType { /** * @public */ -type IoTDataPlaneClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type IoTDataPlaneClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts b/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts index 479838fa768c3..9eff372103daa 100644 --- a/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts +++ b/clients/client-iot-data-plane/src/commands/DeleteThingShadowCommand.ts @@ -17,6 +17,10 @@ import { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteThingShadowRequest, DeleteThingShadowResponse } from "../models/models_0"; import { de_DeleteThingShadowCommand, se_DeleteThingShadowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-data-plane/src/commands/GetRetainedMessageCommand.ts b/clients/client-iot-data-plane/src/commands/GetRetainedMessageCommand.ts index e433eca6b53bb..4b256d759dd09 100644 --- a/clients/client-iot-data-plane/src/commands/GetRetainedMessageCommand.ts +++ b/clients/client-iot-data-plane/src/commands/GetRetainedMessageCommand.ts @@ -17,6 +17,10 @@ import { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetRetainedMessageRequest, GetRetainedMessageResponse } from "../models/models_0"; import { de_GetRetainedMessageCommand, se_GetRetainedMessageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts b/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts index 8c3b7b5fbdf76..24809ceda101c 100644 --- a/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts +++ b/clients/client-iot-data-plane/src/commands/GetThingShadowCommand.ts @@ -17,6 +17,10 @@ import { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetThingShadowRequest, GetThingShadowResponse } from "../models/models_0"; import { de_GetThingShadowCommand, se_GetThingShadowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-data-plane/src/commands/ListNamedShadowsForThingCommand.ts b/clients/client-iot-data-plane/src/commands/ListNamedShadowsForThingCommand.ts index ee085e69b1ee8..9c1203b1c7d71 100644 --- a/clients/client-iot-data-plane/src/commands/ListNamedShadowsForThingCommand.ts +++ b/clients/client-iot-data-plane/src/commands/ListNamedShadowsForThingCommand.ts @@ -17,6 +17,10 @@ import { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListNamedShadowsForThingRequest, ListNamedShadowsForThingResponse } from "../models/models_0"; import { de_ListNamedShadowsForThingCommand, se_ListNamedShadowsForThingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-data-plane/src/commands/ListRetainedMessagesCommand.ts b/clients/client-iot-data-plane/src/commands/ListRetainedMessagesCommand.ts index 32fb37a2ef480..14a6057e2b74d 100644 --- a/clients/client-iot-data-plane/src/commands/ListRetainedMessagesCommand.ts +++ b/clients/client-iot-data-plane/src/commands/ListRetainedMessagesCommand.ts @@ -17,6 +17,10 @@ import { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListRetainedMessagesRequest, ListRetainedMessagesResponse } from "../models/models_0"; import { de_ListRetainedMessagesCommand, se_ListRetainedMessagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-data-plane/src/commands/PublishCommand.ts b/clients/client-iot-data-plane/src/commands/PublishCommand.ts index a210da0517527..d713d44c0f7ae 100644 --- a/clients/client-iot-data-plane/src/commands/PublishCommand.ts +++ b/clients/client-iot-data-plane/src/commands/PublishCommand.ts @@ -17,6 +17,10 @@ import { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PublishRequest } from "../models/models_0"; import { de_PublishCommand, se_PublishCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts b/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts index 6a88cb328818c..b4162e16e8ead 100644 --- a/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts +++ b/clients/client-iot-data-plane/src/commands/UpdateThingShadowCommand.ts @@ -17,6 +17,10 @@ import { IoTDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateThingShadowRequest, UpdateThingShadowResponse } from "../models/models_0"; import { de_UpdateThingShadowCommand, se_UpdateThingShadowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-data-plane/src/index.ts b/clients/client-iot-data-plane/src/index.ts index 8198e731ca0d4..e0020d319468d 100644 --- a/clients/client-iot-data-plane/src/index.ts +++ b/clients/client-iot-data-plane/src/index.ts @@ -1,8 +1,24 @@ -export * from "./IoTDataPlane"; // smithy-typescript generated code +/* eslint-disable */ +/** + * IoT data + *

IoT data enables secure, bi-directional communication between Internet-connected things (such as sensors, + * actuators, embedded devices, or smart appliances) and the Amazon Web Services cloud. It implements a broker for applications and + * things to publish messages over HTTP (Publish) and retrieve, update, and delete shadows. A shadow is a + * persistent representation of your things and their state in the Amazon Web Services cloud.

+ *

Find the endpoint address for actions in IoT data by running this CLI command:

+ *

+ * aws iot describe-endpoint --endpoint-type iot:Data-ATS + *

+ *

The service name used by Amazon Web ServicesSignature Version 4 + * to sign requests is: iotdevicegateway.

+ * + * @packageDocumentation + */ export * from "./IoTDataPlaneClient"; +export * from "./IoTDataPlane"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { IoTDataPlaneServiceException } from "./models/IoTDataPlaneServiceException"; diff --git a/clients/client-iot-data-plane/src/models/IoTDataPlaneServiceException.ts b/clients/client-iot-data-plane/src/models/IoTDataPlaneServiceException.ts index a865741a943f2..898a68d679883 100644 --- a/clients/client-iot-data-plane/src/models/IoTDataPlaneServiceException.ts +++ b/clients/client-iot-data-plane/src/models/IoTDataPlaneServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-iot-events-data/src/IoTEventsDataClient.ts b/clients/client-iot-events-data/src/IoTEventsDataClient.ts index d0517d870919a..fbe1924af79e4 100644 --- a/clients/client-iot-events-data/src/IoTEventsDataClient.ts +++ b/clients/client-iot-events-data/src/IoTEventsDataClient.ts @@ -80,6 +80,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -241,7 +243,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type IoTEventsDataClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type IoTEventsDataClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -260,7 +262,7 @@ export interface IoTEventsDataClientConfig extends IoTEventsDataClientConfigType /** * @public */ -type IoTEventsDataClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type IoTEventsDataClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-iot-events-data/src/commands/BatchAcknowledgeAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchAcknowledgeAlarmCommand.ts index 9da3a0ad174fb..57d015c7b74bc 100644 --- a/clients/client-iot-events-data/src/commands/BatchAcknowledgeAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchAcknowledgeAlarmCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { BatchAcknowledgeAlarmRequest, BatchAcknowledgeAlarmResponse } from "../models/models_0"; import { de_BatchAcknowledgeAlarmCommand, se_BatchAcknowledgeAlarmCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events-data/src/commands/BatchDeleteDetectorCommand.ts b/clients/client-iot-events-data/src/commands/BatchDeleteDetectorCommand.ts index 75e4d9d1592a6..128baf9990fea 100644 --- a/clients/client-iot-events-data/src/commands/BatchDeleteDetectorCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchDeleteDetectorCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { BatchDeleteDetectorRequest, BatchDeleteDetectorResponse } from "../models/models_0"; import { de_BatchDeleteDetectorCommand, se_BatchDeleteDetectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events-data/src/commands/BatchDisableAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchDisableAlarmCommand.ts index fefa0974dd0bd..2dbf500d208c3 100644 --- a/clients/client-iot-events-data/src/commands/BatchDisableAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchDisableAlarmCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { BatchDisableAlarmRequest, BatchDisableAlarmResponse } from "../models/models_0"; import { de_BatchDisableAlarmCommand, se_BatchDisableAlarmCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events-data/src/commands/BatchEnableAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchEnableAlarmCommand.ts index fda633e916041..45baf28fddd4e 100644 --- a/clients/client-iot-events-data/src/commands/BatchEnableAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchEnableAlarmCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { BatchEnableAlarmRequest, BatchEnableAlarmResponse } from "../models/models_0"; import { de_BatchEnableAlarmCommand, se_BatchEnableAlarmCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events-data/src/commands/BatchPutMessageCommand.ts b/clients/client-iot-events-data/src/commands/BatchPutMessageCommand.ts index 476adfcd46649..a694835ae5b2b 100644 --- a/clients/client-iot-events-data/src/commands/BatchPutMessageCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchPutMessageCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { BatchPutMessageRequest, BatchPutMessageResponse } from "../models/models_0"; import { de_BatchPutMessageCommand, se_BatchPutMessageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events-data/src/commands/BatchResetAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchResetAlarmCommand.ts index 4d745508e776d..62138f988d2c2 100644 --- a/clients/client-iot-events-data/src/commands/BatchResetAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchResetAlarmCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { BatchResetAlarmRequest, BatchResetAlarmResponse } from "../models/models_0"; import { de_BatchResetAlarmCommand, se_BatchResetAlarmCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events-data/src/commands/BatchSnoozeAlarmCommand.ts b/clients/client-iot-events-data/src/commands/BatchSnoozeAlarmCommand.ts index 8f9ef6adb6272..94bb74318c115 100644 --- a/clients/client-iot-events-data/src/commands/BatchSnoozeAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchSnoozeAlarmCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { BatchSnoozeAlarmRequest, BatchSnoozeAlarmResponse } from "../models/models_0"; import { de_BatchSnoozeAlarmCommand, se_BatchSnoozeAlarmCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events-data/src/commands/BatchUpdateDetectorCommand.ts b/clients/client-iot-events-data/src/commands/BatchUpdateDetectorCommand.ts index efbd36273798e..ab8cf82ee688f 100644 --- a/clients/client-iot-events-data/src/commands/BatchUpdateDetectorCommand.ts +++ b/clients/client-iot-events-data/src/commands/BatchUpdateDetectorCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { BatchUpdateDetectorRequest, BatchUpdateDetectorResponse } from "../models/models_0"; import { de_BatchUpdateDetectorCommand, se_BatchUpdateDetectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events-data/src/commands/DescribeAlarmCommand.ts b/clients/client-iot-events-data/src/commands/DescribeAlarmCommand.ts index e6ea3e1bcbb47..991526fb1b219 100644 --- a/clients/client-iot-events-data/src/commands/DescribeAlarmCommand.ts +++ b/clients/client-iot-events-data/src/commands/DescribeAlarmCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeAlarmRequest, DescribeAlarmResponse } from "../models/models_0"; import { de_DescribeAlarmCommand, se_DescribeAlarmCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events-data/src/commands/DescribeDetectorCommand.ts b/clients/client-iot-events-data/src/commands/DescribeDetectorCommand.ts index 4c07bad1954e2..e38a5db0dd00d 100644 --- a/clients/client-iot-events-data/src/commands/DescribeDetectorCommand.ts +++ b/clients/client-iot-events-data/src/commands/DescribeDetectorCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeDetectorRequest, DescribeDetectorResponse } from "../models/models_0"; import { de_DescribeDetectorCommand, se_DescribeDetectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events-data/src/commands/ListAlarmsCommand.ts b/clients/client-iot-events-data/src/commands/ListAlarmsCommand.ts index 09487916fdc1f..eeaae57df5902 100644 --- a/clients/client-iot-events-data/src/commands/ListAlarmsCommand.ts +++ b/clients/client-iot-events-data/src/commands/ListAlarmsCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListAlarmsRequest, ListAlarmsResponse } from "../models/models_0"; import { de_ListAlarmsCommand, se_ListAlarmsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events-data/src/commands/ListDetectorsCommand.ts b/clients/client-iot-events-data/src/commands/ListDetectorsCommand.ts index d77379bb5a64c..b331b86ec4805 100644 --- a/clients/client-iot-events-data/src/commands/ListDetectorsCommand.ts +++ b/clients/client-iot-events-data/src/commands/ListDetectorsCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsDataClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListDetectorsRequest, ListDetectorsResponse } from "../models/models_0"; import { de_ListDetectorsCommand, se_ListDetectorsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events-data/src/index.ts b/clients/client-iot-events-data/src/index.ts index 2ec4e5a2af574..d7df93ab9203f 100644 --- a/clients/client-iot-events-data/src/index.ts +++ b/clients/client-iot-events-data/src/index.ts @@ -1,6 +1,16 @@ -export * from "./IoTEventsData"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

IoT Events monitors your equipment or device fleets for failures or changes in operation, and + * triggers actions when such events occur. You can use IoT Events Data API commands to send inputs to + * detectors, list detectors, and view or update a detector's status.

+ *

For more information, see What is IoT Events? in the + * IoT Events Developer Guide.

+ * + * @packageDocumentation + */ export * from "./IoTEventsDataClient"; +export * from "./IoTEventsData"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-iot-events-data/src/models/IoTEventsDataServiceException.ts b/clients/client-iot-events-data/src/models/IoTEventsDataServiceException.ts index 7ce501cbd8442..4ef2d8c7a5181 100644 --- a/clients/client-iot-events-data/src/models/IoTEventsDataServiceException.ts +++ b/clients/client-iot-events-data/src/models/IoTEventsDataServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-iot-events/src/IoTEventsClient.ts b/clients/client-iot-events/src/IoTEventsClient.ts index 633f130075f61..960d4cefa533c 100644 --- a/clients/client-iot-events/src/IoTEventsClient.ts +++ b/clients/client-iot-events/src/IoTEventsClient.ts @@ -118,6 +118,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -307,7 +309,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type IoTEventsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type IoTEventsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -326,7 +328,7 @@ export interface IoTEventsClientConfig extends IoTEventsClientConfigType {} /** * @public */ -type IoTEventsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type IoTEventsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-iot-events/src/commands/CreateAlarmModelCommand.ts b/clients/client-iot-events/src/commands/CreateAlarmModelCommand.ts index d541881cea419..4f80c3a62699d 100644 --- a/clients/client-iot-events/src/commands/CreateAlarmModelCommand.ts +++ b/clients/client-iot-events/src/commands/CreateAlarmModelCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateAlarmModelRequest, CreateAlarmModelResponse } from "../models/models_0"; import { de_CreateAlarmModelCommand, se_CreateAlarmModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/CreateDetectorModelCommand.ts b/clients/client-iot-events/src/commands/CreateDetectorModelCommand.ts index 584b2c8eae754..0002781a1eff7 100644 --- a/clients/client-iot-events/src/commands/CreateDetectorModelCommand.ts +++ b/clients/client-iot-events/src/commands/CreateDetectorModelCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateDetectorModelRequest, CreateDetectorModelResponse } from "../models/models_0"; import { de_CreateDetectorModelCommand, se_CreateDetectorModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/CreateInputCommand.ts b/clients/client-iot-events/src/commands/CreateInputCommand.ts index 8f11298e5b6b6..4dee8689b0c5c 100644 --- a/clients/client-iot-events/src/commands/CreateInputCommand.ts +++ b/clients/client-iot-events/src/commands/CreateInputCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateInputRequest, CreateInputResponse } from "../models/models_0"; import { de_CreateInputCommand, se_CreateInputCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/DeleteAlarmModelCommand.ts b/clients/client-iot-events/src/commands/DeleteAlarmModelCommand.ts index e2b7aa141fc87..242ea63f031a5 100644 --- a/clients/client-iot-events/src/commands/DeleteAlarmModelCommand.ts +++ b/clients/client-iot-events/src/commands/DeleteAlarmModelCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteAlarmModelRequest, DeleteAlarmModelResponse } from "../models/models_0"; import { de_DeleteAlarmModelCommand, se_DeleteAlarmModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/DeleteDetectorModelCommand.ts b/clients/client-iot-events/src/commands/DeleteDetectorModelCommand.ts index 065f6ec3b42d5..1d11612577fd0 100644 --- a/clients/client-iot-events/src/commands/DeleteDetectorModelCommand.ts +++ b/clients/client-iot-events/src/commands/DeleteDetectorModelCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteDetectorModelRequest, DeleteDetectorModelResponse } from "../models/models_0"; import { de_DeleteDetectorModelCommand, se_DeleteDetectorModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/DeleteInputCommand.ts b/clients/client-iot-events/src/commands/DeleteInputCommand.ts index 72d347e403262..7c2a7b11f53ad 100644 --- a/clients/client-iot-events/src/commands/DeleteInputCommand.ts +++ b/clients/client-iot-events/src/commands/DeleteInputCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteInputRequest, DeleteInputResponse } from "../models/models_0"; import { de_DeleteInputCommand, se_DeleteInputCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/DescribeAlarmModelCommand.ts b/clients/client-iot-events/src/commands/DescribeAlarmModelCommand.ts index 8e624f4643222..868f5c37d4aac 100644 --- a/clients/client-iot-events/src/commands/DescribeAlarmModelCommand.ts +++ b/clients/client-iot-events/src/commands/DescribeAlarmModelCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeAlarmModelRequest, DescribeAlarmModelResponse } from "../models/models_0"; import { de_DescribeAlarmModelCommand, se_DescribeAlarmModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/DescribeDetectorModelAnalysisCommand.ts b/clients/client-iot-events/src/commands/DescribeDetectorModelAnalysisCommand.ts index 52b1be322aad7..3df3e3ee4dd39 100644 --- a/clients/client-iot-events/src/commands/DescribeDetectorModelAnalysisCommand.ts +++ b/clients/client-iot-events/src/commands/DescribeDetectorModelAnalysisCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeDetectorModelAnalysisCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/DescribeDetectorModelCommand.ts b/clients/client-iot-events/src/commands/DescribeDetectorModelCommand.ts index 70de16b0f9ac1..e07f1057dab88 100644 --- a/clients/client-iot-events/src/commands/DescribeDetectorModelCommand.ts +++ b/clients/client-iot-events/src/commands/DescribeDetectorModelCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeDetectorModelRequest, DescribeDetectorModelResponse } from "../models/models_0"; import { de_DescribeDetectorModelCommand, se_DescribeDetectorModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/DescribeInputCommand.ts b/clients/client-iot-events/src/commands/DescribeInputCommand.ts index 5e26b84cde963..a1b0a5d2e9690 100644 --- a/clients/client-iot-events/src/commands/DescribeInputCommand.ts +++ b/clients/client-iot-events/src/commands/DescribeInputCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeInputRequest, DescribeInputResponse } from "../models/models_0"; import { de_DescribeInputCommand, se_DescribeInputCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/DescribeLoggingOptionsCommand.ts b/clients/client-iot-events/src/commands/DescribeLoggingOptionsCommand.ts index 0ac4db1042f5e..ffdea88c330ef 100644 --- a/clients/client-iot-events/src/commands/DescribeLoggingOptionsCommand.ts +++ b/clients/client-iot-events/src/commands/DescribeLoggingOptionsCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeLoggingOptionsRequest, DescribeLoggingOptionsResponse } from "../models/models_0"; import { de_DescribeLoggingOptionsCommand, se_DescribeLoggingOptionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/GetDetectorModelAnalysisResultsCommand.ts b/clients/client-iot-events/src/commands/GetDetectorModelAnalysisResultsCommand.ts index 1bfae19bcba2b..6edca044894d6 100644 --- a/clients/client-iot-events/src/commands/GetDetectorModelAnalysisResultsCommand.ts +++ b/clients/client-iot-events/src/commands/GetDetectorModelAnalysisResultsCommand.ts @@ -20,6 +20,10 @@ import { se_GetDetectorModelAnalysisResultsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/ListAlarmModelVersionsCommand.ts b/clients/client-iot-events/src/commands/ListAlarmModelVersionsCommand.ts index 03b980e8269e7..9d6105f57ab33 100644 --- a/clients/client-iot-events/src/commands/ListAlarmModelVersionsCommand.ts +++ b/clients/client-iot-events/src/commands/ListAlarmModelVersionsCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListAlarmModelVersionsRequest, ListAlarmModelVersionsResponse } from "../models/models_0"; import { de_ListAlarmModelVersionsCommand, se_ListAlarmModelVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/ListAlarmModelsCommand.ts b/clients/client-iot-events/src/commands/ListAlarmModelsCommand.ts index 0b1ecee9519df..f8d55865562e8 100644 --- a/clients/client-iot-events/src/commands/ListAlarmModelsCommand.ts +++ b/clients/client-iot-events/src/commands/ListAlarmModelsCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListAlarmModelsRequest, ListAlarmModelsResponse } from "../models/models_0"; import { de_ListAlarmModelsCommand, se_ListAlarmModelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/ListDetectorModelVersionsCommand.ts b/clients/client-iot-events/src/commands/ListDetectorModelVersionsCommand.ts index 139eeaf65ca99..f00493ce63e3f 100644 --- a/clients/client-iot-events/src/commands/ListDetectorModelVersionsCommand.ts +++ b/clients/client-iot-events/src/commands/ListDetectorModelVersionsCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListDetectorModelVersionsRequest, ListDetectorModelVersionsResponse } from "../models/models_0"; import { de_ListDetectorModelVersionsCommand, se_ListDetectorModelVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/ListDetectorModelsCommand.ts b/clients/client-iot-events/src/commands/ListDetectorModelsCommand.ts index cf70895a918a0..a3890233e8fd9 100644 --- a/clients/client-iot-events/src/commands/ListDetectorModelsCommand.ts +++ b/clients/client-iot-events/src/commands/ListDetectorModelsCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListDetectorModelsRequest, ListDetectorModelsResponse } from "../models/models_0"; import { de_ListDetectorModelsCommand, se_ListDetectorModelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/ListInputRoutingsCommand.ts b/clients/client-iot-events/src/commands/ListInputRoutingsCommand.ts index 57bdc91f7f0cf..30345f9c36da3 100644 --- a/clients/client-iot-events/src/commands/ListInputRoutingsCommand.ts +++ b/clients/client-iot-events/src/commands/ListInputRoutingsCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListInputRoutingsRequest, ListInputRoutingsResponse } from "../models/models_0"; import { de_ListInputRoutingsCommand, se_ListInputRoutingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/ListInputsCommand.ts b/clients/client-iot-events/src/commands/ListInputsCommand.ts index 892473f806dbb..fb9c83af9665a 100644 --- a/clients/client-iot-events/src/commands/ListInputsCommand.ts +++ b/clients/client-iot-events/src/commands/ListInputsCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListInputsRequest, ListInputsResponse } from "../models/models_0"; import { de_ListInputsCommand, se_ListInputsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot-events/src/commands/ListTagsForResourceCommand.ts index 993f769cce7ab..4c3affc3c92da 100644 --- a/clients/client-iot-events/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot-events/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/PutLoggingOptionsCommand.ts b/clients/client-iot-events/src/commands/PutLoggingOptionsCommand.ts index 5f9109b2c00af..2cda0f7106f3b 100644 --- a/clients/client-iot-events/src/commands/PutLoggingOptionsCommand.ts +++ b/clients/client-iot-events/src/commands/PutLoggingOptionsCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutLoggingOptionsRequest } from "../models/models_0"; import { de_PutLoggingOptionsCommand, se_PutLoggingOptionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/StartDetectorModelAnalysisCommand.ts b/clients/client-iot-events/src/commands/StartDetectorModelAnalysisCommand.ts index 60ae7f78be2cf..1c02a3d3159cf 100644 --- a/clients/client-iot-events/src/commands/StartDetectorModelAnalysisCommand.ts +++ b/clients/client-iot-events/src/commands/StartDetectorModelAnalysisCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartDetectorModelAnalysisRequest, StartDetectorModelAnalysisResponse } from "../models/models_0"; import { de_StartDetectorModelAnalysisCommand, se_StartDetectorModelAnalysisCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/TagResourceCommand.ts b/clients/client-iot-events/src/commands/TagResourceCommand.ts index d03871a236ea0..fd1e348558b42 100644 --- a/clients/client-iot-events/src/commands/TagResourceCommand.ts +++ b/clients/client-iot-events/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/UntagResourceCommand.ts b/clients/client-iot-events/src/commands/UntagResourceCommand.ts index 550b725f14d3b..4b0d4230823b3 100644 --- a/clients/client-iot-events/src/commands/UntagResourceCommand.ts +++ b/clients/client-iot-events/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/UpdateAlarmModelCommand.ts b/clients/client-iot-events/src/commands/UpdateAlarmModelCommand.ts index 420c5f86b7e5e..f13b6e512b10f 100644 --- a/clients/client-iot-events/src/commands/UpdateAlarmModelCommand.ts +++ b/clients/client-iot-events/src/commands/UpdateAlarmModelCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateAlarmModelRequest, UpdateAlarmModelResponse } from "../models/models_0"; import { de_UpdateAlarmModelCommand, se_UpdateAlarmModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/UpdateDetectorModelCommand.ts b/clients/client-iot-events/src/commands/UpdateDetectorModelCommand.ts index bc8b09d2eea21..ffe3e0112aee3 100644 --- a/clients/client-iot-events/src/commands/UpdateDetectorModelCommand.ts +++ b/clients/client-iot-events/src/commands/UpdateDetectorModelCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateDetectorModelRequest, UpdateDetectorModelResponse } from "../models/models_0"; import { de_UpdateDetectorModelCommand, se_UpdateDetectorModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/commands/UpdateInputCommand.ts b/clients/client-iot-events/src/commands/UpdateInputCommand.ts index ab0e946205094..24b9369bcdb91 100644 --- a/clients/client-iot-events/src/commands/UpdateInputCommand.ts +++ b/clients/client-iot-events/src/commands/UpdateInputCommand.ts @@ -17,6 +17,10 @@ import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateInputRequest, UpdateInputResponse } from "../models/models_0"; import { de_UpdateInputCommand, se_UpdateInputCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-events/src/index.ts b/clients/client-iot-events/src/index.ts index eef175ef9330e..e1108b60ccc2d 100644 --- a/clients/client-iot-events/src/index.ts +++ b/clients/client-iot-events/src/index.ts @@ -1,6 +1,14 @@ -export * from "./IoTEvents"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and + * triggers actions when such events occur. You can use AWS IoT Events API operations to create, read, + * update, and delete inputs and detector models, and to list their versions.

+ * + * @packageDocumentation + */ export * from "./IoTEventsClient"; +export * from "./IoTEvents"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-iot-events/src/models/IoTEventsServiceException.ts b/clients/client-iot-events/src/models/IoTEventsServiceException.ts index 24f5b3aa268f6..dc0d2ba90c0ee 100644 --- a/clients/client-iot-events/src/models/IoTEventsServiceException.ts +++ b/clients/client-iot-events/src/models/IoTEventsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-iot-jobs-data-plane/src/IoTJobsDataPlaneClient.ts b/clients/client-iot-jobs-data-plane/src/IoTJobsDataPlaneClient.ts index bc8fee3e70521..1b40b659b173a 100644 --- a/clients/client-iot-jobs-data-plane/src/IoTJobsDataPlaneClient.ts +++ b/clients/client-iot-jobs-data-plane/src/IoTJobsDataPlaneClient.ts @@ -72,6 +72,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -217,7 +219,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type IoTJobsDataPlaneClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type IoTJobsDataPlaneClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -236,7 +238,7 @@ export interface IoTJobsDataPlaneClientConfig extends IoTJobsDataPlaneClientConf /** * @public */ -type IoTJobsDataPlaneClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type IoTJobsDataPlaneClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-iot-jobs-data-plane/src/commands/DescribeJobExecutionCommand.ts b/clients/client-iot-jobs-data-plane/src/commands/DescribeJobExecutionCommand.ts index 0a0bff168f7f9..d485706c811dd 100644 --- a/clients/client-iot-jobs-data-plane/src/commands/DescribeJobExecutionCommand.ts +++ b/clients/client-iot-jobs-data-plane/src/commands/DescribeJobExecutionCommand.ts @@ -17,6 +17,10 @@ import { IoTJobsDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeJobExecutionRequest, DescribeJobExecutionResponse } from "../models/models_0"; import { de_DescribeJobExecutionCommand, se_DescribeJobExecutionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-jobs-data-plane/src/commands/GetPendingJobExecutionsCommand.ts b/clients/client-iot-jobs-data-plane/src/commands/GetPendingJobExecutionsCommand.ts index dad6cc2b2d5d3..ddd6dc45dfa8f 100644 --- a/clients/client-iot-jobs-data-plane/src/commands/GetPendingJobExecutionsCommand.ts +++ b/clients/client-iot-jobs-data-plane/src/commands/GetPendingJobExecutionsCommand.ts @@ -17,6 +17,10 @@ import { IoTJobsDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetPendingJobExecutionsRequest, GetPendingJobExecutionsResponse } from "../models/models_0"; import { de_GetPendingJobExecutionsCommand, se_GetPendingJobExecutionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-jobs-data-plane/src/commands/StartNextPendingJobExecutionCommand.ts b/clients/client-iot-jobs-data-plane/src/commands/StartNextPendingJobExecutionCommand.ts index 41a1a4d11ad95..1eb3c3c730010 100644 --- a/clients/client-iot-jobs-data-plane/src/commands/StartNextPendingJobExecutionCommand.ts +++ b/clients/client-iot-jobs-data-plane/src/commands/StartNextPendingJobExecutionCommand.ts @@ -20,6 +20,10 @@ import { se_StartNextPendingJobExecutionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-jobs-data-plane/src/commands/UpdateJobExecutionCommand.ts b/clients/client-iot-jobs-data-plane/src/commands/UpdateJobExecutionCommand.ts index 58baad871d56e..7526d1dd55fcd 100644 --- a/clients/client-iot-jobs-data-plane/src/commands/UpdateJobExecutionCommand.ts +++ b/clients/client-iot-jobs-data-plane/src/commands/UpdateJobExecutionCommand.ts @@ -17,6 +17,10 @@ import { IoTJobsDataPlaneClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateJobExecutionRequest, UpdateJobExecutionResponse } from "../models/models_0"; import { de_UpdateJobExecutionCommand, se_UpdateJobExecutionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-jobs-data-plane/src/index.ts b/clients/client-iot-jobs-data-plane/src/index.ts index 943e8309ac1f9..7d85b46a8d702 100644 --- a/clients/client-iot-jobs-data-plane/src/index.ts +++ b/clients/client-iot-jobs-data-plane/src/index.ts @@ -1,6 +1,22 @@ -export * from "./IoTJobsDataPlane"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

AWS IoT Jobs is a service that allows you to define a set of jobs — remote operations that are sent to + * and executed on one or more devices connected to AWS IoT. For example, you can define a job that instructs a + * set of devices to download and install application or firmware updates, reboot, rotate certificates, or perform + * remote troubleshooting operations.

+ *

To create a job, you make a job document which is a description of the remote operations to be + * performed, and you specify a list of targets that should perform the operations. The targets can be individual + * things, thing groups or both.

+ *

AWS IoT Jobs sends a message to inform the targets that a job is available. The target starts the + * execution of the job by downloading the job document, performing the operations it specifies, and reporting its + * progress to AWS IoT. The Jobs service provides commands to track the progress of a job on a specific target and + * for all the targets of the job

+ * + * @packageDocumentation + */ export * from "./IoTJobsDataPlaneClient"; +export * from "./IoTJobsDataPlane"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-iot-jobs-data-plane/src/models/IoTJobsDataPlaneServiceException.ts b/clients/client-iot-jobs-data-plane/src/models/IoTJobsDataPlaneServiceException.ts index 76405e62ee7ef..c586cc535acd7 100644 --- a/clients/client-iot-jobs-data-plane/src/models/IoTJobsDataPlaneServiceException.ts +++ b/clients/client-iot-jobs-data-plane/src/models/IoTJobsDataPlaneServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-iot-roborunner/src/IoTRoboRunnerClient.ts b/clients/client-iot-roborunner/src/IoTRoboRunnerClient.ts index 8cbc1d0d31495..4db04de7b11e6 100644 --- a/clients/client-iot-roborunner/src/IoTRoboRunnerClient.ts +++ b/clients/client-iot-roborunner/src/IoTRoboRunnerClient.ts @@ -79,6 +79,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -256,7 +258,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type IoTRoboRunnerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type IoTRoboRunnerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -275,7 +277,7 @@ export interface IoTRoboRunnerClientConfig extends IoTRoboRunnerClientConfigType /** * @public */ -type IoTRoboRunnerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type IoTRoboRunnerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-iot-roborunner/src/commands/CreateDestinationCommand.ts b/clients/client-iot-roborunner/src/commands/CreateDestinationCommand.ts index 25f211bae298a..56691a88f5041 100644 --- a/clients/client-iot-roborunner/src/commands/CreateDestinationCommand.ts +++ b/clients/client-iot-roborunner/src/commands/CreateDestinationCommand.ts @@ -17,6 +17,10 @@ import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateDestinationRequest, CreateDestinationResponse } from "../models/models_0"; import { de_CreateDestinationCommand, se_CreateDestinationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-roborunner/src/commands/CreateSiteCommand.ts b/clients/client-iot-roborunner/src/commands/CreateSiteCommand.ts index ad847ae697572..62eca6a09b50f 100644 --- a/clients/client-iot-roborunner/src/commands/CreateSiteCommand.ts +++ b/clients/client-iot-roborunner/src/commands/CreateSiteCommand.ts @@ -17,6 +17,10 @@ import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateSiteRequest, CreateSiteResponse } from "../models/models_0"; import { de_CreateSiteCommand, se_CreateSiteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-roborunner/src/commands/CreateWorkerCommand.ts b/clients/client-iot-roborunner/src/commands/CreateWorkerCommand.ts index e9f5a6afaf7d7..a24c825267958 100644 --- a/clients/client-iot-roborunner/src/commands/CreateWorkerCommand.ts +++ b/clients/client-iot-roborunner/src/commands/CreateWorkerCommand.ts @@ -17,6 +17,10 @@ import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateWorkerRequest, CreateWorkerResponse } from "../models/models_0"; import { de_CreateWorkerCommand, se_CreateWorkerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-roborunner/src/commands/CreateWorkerFleetCommand.ts b/clients/client-iot-roborunner/src/commands/CreateWorkerFleetCommand.ts index ff7cf3017e257..5be1584229702 100644 --- a/clients/client-iot-roborunner/src/commands/CreateWorkerFleetCommand.ts +++ b/clients/client-iot-roborunner/src/commands/CreateWorkerFleetCommand.ts @@ -17,6 +17,10 @@ import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateWorkerFleetRequest, CreateWorkerFleetResponse } from "../models/models_0"; import { de_CreateWorkerFleetCommand, se_CreateWorkerFleetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-roborunner/src/commands/DeleteDestinationCommand.ts b/clients/client-iot-roborunner/src/commands/DeleteDestinationCommand.ts index b9494dc30b663..b46507137e361 100644 --- a/clients/client-iot-roborunner/src/commands/DeleteDestinationCommand.ts +++ b/clients/client-iot-roborunner/src/commands/DeleteDestinationCommand.ts @@ -17,6 +17,10 @@ import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteDestinationRequest, DeleteDestinationResponse } from "../models/models_0"; import { de_DeleteDestinationCommand, se_DeleteDestinationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-roborunner/src/commands/DeleteSiteCommand.ts b/clients/client-iot-roborunner/src/commands/DeleteSiteCommand.ts index f317b656515b1..4a4a25b89172a 100644 --- a/clients/client-iot-roborunner/src/commands/DeleteSiteCommand.ts +++ b/clients/client-iot-roborunner/src/commands/DeleteSiteCommand.ts @@ -17,6 +17,10 @@ import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteSiteRequest, DeleteSiteResponse } from "../models/models_0"; import { de_DeleteSiteCommand, se_DeleteSiteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-roborunner/src/commands/DeleteWorkerCommand.ts b/clients/client-iot-roborunner/src/commands/DeleteWorkerCommand.ts index 8ece86ecf1734..f8cd497cb66ae 100644 --- a/clients/client-iot-roborunner/src/commands/DeleteWorkerCommand.ts +++ b/clients/client-iot-roborunner/src/commands/DeleteWorkerCommand.ts @@ -17,6 +17,10 @@ import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteWorkerRequest, DeleteWorkerResponse } from "../models/models_0"; import { de_DeleteWorkerCommand, se_DeleteWorkerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-roborunner/src/commands/DeleteWorkerFleetCommand.ts b/clients/client-iot-roborunner/src/commands/DeleteWorkerFleetCommand.ts index b6c692ed251f8..7cdafbdbc2f6e 100644 --- a/clients/client-iot-roborunner/src/commands/DeleteWorkerFleetCommand.ts +++ b/clients/client-iot-roborunner/src/commands/DeleteWorkerFleetCommand.ts @@ -17,6 +17,10 @@ import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteWorkerFleetRequest, DeleteWorkerFleetResponse } from "../models/models_0"; import { de_DeleteWorkerFleetCommand, se_DeleteWorkerFleetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-roborunner/src/commands/GetDestinationCommand.ts b/clients/client-iot-roborunner/src/commands/GetDestinationCommand.ts index c34bf8491d829..7f70347c18280 100644 --- a/clients/client-iot-roborunner/src/commands/GetDestinationCommand.ts +++ b/clients/client-iot-roborunner/src/commands/GetDestinationCommand.ts @@ -17,6 +17,10 @@ import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetDestinationRequest, GetDestinationResponse } from "../models/models_0"; import { de_GetDestinationCommand, se_GetDestinationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-roborunner/src/commands/GetSiteCommand.ts b/clients/client-iot-roborunner/src/commands/GetSiteCommand.ts index 0ad4749600361..31a98804cb576 100644 --- a/clients/client-iot-roborunner/src/commands/GetSiteCommand.ts +++ b/clients/client-iot-roborunner/src/commands/GetSiteCommand.ts @@ -17,6 +17,10 @@ import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetSiteRequest, GetSiteResponse } from "../models/models_0"; import { de_GetSiteCommand, se_GetSiteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-roborunner/src/commands/GetWorkerCommand.ts b/clients/client-iot-roborunner/src/commands/GetWorkerCommand.ts index 265cad92dbaac..3b9a34b7ce215 100644 --- a/clients/client-iot-roborunner/src/commands/GetWorkerCommand.ts +++ b/clients/client-iot-roborunner/src/commands/GetWorkerCommand.ts @@ -17,6 +17,10 @@ import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetWorkerRequest, GetWorkerResponse } from "../models/models_0"; import { de_GetWorkerCommand, se_GetWorkerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-roborunner/src/commands/GetWorkerFleetCommand.ts b/clients/client-iot-roborunner/src/commands/GetWorkerFleetCommand.ts index 7065facd2b2b9..744d04dd90cf9 100644 --- a/clients/client-iot-roborunner/src/commands/GetWorkerFleetCommand.ts +++ b/clients/client-iot-roborunner/src/commands/GetWorkerFleetCommand.ts @@ -17,6 +17,10 @@ import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetWorkerFleetRequest, GetWorkerFleetResponse } from "../models/models_0"; import { de_GetWorkerFleetCommand, se_GetWorkerFleetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-roborunner/src/commands/ListDestinationsCommand.ts b/clients/client-iot-roborunner/src/commands/ListDestinationsCommand.ts index ec800c94ed85c..21c24010f0872 100644 --- a/clients/client-iot-roborunner/src/commands/ListDestinationsCommand.ts +++ b/clients/client-iot-roborunner/src/commands/ListDestinationsCommand.ts @@ -17,6 +17,10 @@ import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListDestinationsRequest, ListDestinationsResponse } from "../models/models_0"; import { de_ListDestinationsCommand, se_ListDestinationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-roborunner/src/commands/ListSitesCommand.ts b/clients/client-iot-roborunner/src/commands/ListSitesCommand.ts index 002cefcee41ab..a9413e4fd2060 100644 --- a/clients/client-iot-roborunner/src/commands/ListSitesCommand.ts +++ b/clients/client-iot-roborunner/src/commands/ListSitesCommand.ts @@ -17,6 +17,10 @@ import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListSitesRequest, ListSitesResponse } from "../models/models_0"; import { de_ListSitesCommand, se_ListSitesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-roborunner/src/commands/ListWorkerFleetsCommand.ts b/clients/client-iot-roborunner/src/commands/ListWorkerFleetsCommand.ts index 78a97102d9253..3bd4ad55d0c48 100644 --- a/clients/client-iot-roborunner/src/commands/ListWorkerFleetsCommand.ts +++ b/clients/client-iot-roborunner/src/commands/ListWorkerFleetsCommand.ts @@ -17,6 +17,10 @@ import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListWorkerFleetsRequest, ListWorkerFleetsResponse } from "../models/models_0"; import { de_ListWorkerFleetsCommand, se_ListWorkerFleetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-roborunner/src/commands/ListWorkersCommand.ts b/clients/client-iot-roborunner/src/commands/ListWorkersCommand.ts index 7a91048c01109..ea6f1d3f88f0c 100644 --- a/clients/client-iot-roborunner/src/commands/ListWorkersCommand.ts +++ b/clients/client-iot-roborunner/src/commands/ListWorkersCommand.ts @@ -17,6 +17,10 @@ import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListWorkersRequest, ListWorkersResponse } from "../models/models_0"; import { de_ListWorkersCommand, se_ListWorkersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-roborunner/src/commands/UpdateDestinationCommand.ts b/clients/client-iot-roborunner/src/commands/UpdateDestinationCommand.ts index 4e8067ba542ac..f9790cc179720 100644 --- a/clients/client-iot-roborunner/src/commands/UpdateDestinationCommand.ts +++ b/clients/client-iot-roborunner/src/commands/UpdateDestinationCommand.ts @@ -17,6 +17,10 @@ import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateDestinationRequest, UpdateDestinationResponse } from "../models/models_0"; import { de_UpdateDestinationCommand, se_UpdateDestinationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-roborunner/src/commands/UpdateSiteCommand.ts b/clients/client-iot-roborunner/src/commands/UpdateSiteCommand.ts index 135e88e16af01..171bdd0fa3d66 100644 --- a/clients/client-iot-roborunner/src/commands/UpdateSiteCommand.ts +++ b/clients/client-iot-roborunner/src/commands/UpdateSiteCommand.ts @@ -17,6 +17,10 @@ import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateSiteRequest, UpdateSiteResponse } from "../models/models_0"; import { de_UpdateSiteCommand, se_UpdateSiteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-roborunner/src/commands/UpdateWorkerCommand.ts b/clients/client-iot-roborunner/src/commands/UpdateWorkerCommand.ts index 2d13ccb82ea3b..7af8996686999 100644 --- a/clients/client-iot-roborunner/src/commands/UpdateWorkerCommand.ts +++ b/clients/client-iot-roborunner/src/commands/UpdateWorkerCommand.ts @@ -17,6 +17,10 @@ import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateWorkerRequest, UpdateWorkerResponse } from "../models/models_0"; import { de_UpdateWorkerCommand, se_UpdateWorkerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-roborunner/src/commands/UpdateWorkerFleetCommand.ts b/clients/client-iot-roborunner/src/commands/UpdateWorkerFleetCommand.ts index aa7cce5f4905c..ee5a0b3589799 100644 --- a/clients/client-iot-roborunner/src/commands/UpdateWorkerFleetCommand.ts +++ b/clients/client-iot-roborunner/src/commands/UpdateWorkerFleetCommand.ts @@ -17,6 +17,10 @@ import { IoTRoboRunnerClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateWorkerFleetRequest, UpdateWorkerFleetResponse } from "../models/models_0"; import { de_UpdateWorkerFleetCommand, se_UpdateWorkerFleetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-roborunner/src/index.ts b/clients/client-iot-roborunner/src/index.ts index 2ed99201418c4..e55c470b8d21c 100644 --- a/clients/client-iot-roborunner/src/index.ts +++ b/clients/client-iot-roborunner/src/index.ts @@ -1,8 +1,15 @@ -export * from "./IoTRoboRunner"; // smithy-typescript generated code +/* eslint-disable */ +/** + * An example service, deployed with the Octane Service creator, + * which will echo the string + * + * @packageDocumentation + */ export * from "./IoTRoboRunnerClient"; +export * from "./IoTRoboRunner"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { IoTRoboRunnerServiceException } from "./models/IoTRoboRunnerServiceException"; diff --git a/clients/client-iot-roborunner/src/models/IoTRoboRunnerServiceException.ts b/clients/client-iot-roborunner/src/models/IoTRoboRunnerServiceException.ts index 7037a0680f01f..f42fa10f50593 100644 --- a/clients/client-iot-roborunner/src/models/IoTRoboRunnerServiceException.ts +++ b/clients/client-iot-roborunner/src/models/IoTRoboRunnerServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-iot-wireless/src/IoTWirelessClient.ts b/clients/client-iot-wireless/src/IoTWirelessClient.ts index 8eda789d8bd0c..5c7584a0e7162 100644 --- a/clients/client-iot-wireless/src/IoTWirelessClient.ts +++ b/clients/client-iot-wireless/src/IoTWirelessClient.ts @@ -420,6 +420,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -775,7 +777,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type IoTWirelessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type IoTWirelessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -794,7 +796,7 @@ export interface IoTWirelessClientConfig extends IoTWirelessClientConfigType {} /** * @public */ -type IoTWirelessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type IoTWirelessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-iot-wireless/src/commands/AssociateAwsAccountWithPartnerAccountCommand.ts b/clients/client-iot-wireless/src/commands/AssociateAwsAccountWithPartnerAccountCommand.ts index 015e513a4ab80..cd7bc7cd0c100 100644 --- a/clients/client-iot-wireless/src/commands/AssociateAwsAccountWithPartnerAccountCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateAwsAccountWithPartnerAccountCommand.ts @@ -25,6 +25,10 @@ import { se_AssociateAwsAccountWithPartnerAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/AssociateMulticastGroupWithFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/AssociateMulticastGroupWithFuotaTaskCommand.ts index 470252281db32..069e03bf72a90 100644 --- a/clients/client-iot-wireless/src/commands/AssociateMulticastGroupWithFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateMulticastGroupWithFuotaTaskCommand.ts @@ -23,6 +23,10 @@ import { se_AssociateMulticastGroupWithFuotaTaskCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithFuotaTaskCommand.ts index c586a4d77c6cb..a070cb40fd333 100644 --- a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithFuotaTaskCommand.ts @@ -23,6 +23,10 @@ import { se_AssociateWirelessDeviceWithFuotaTaskCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithMulticastGroupCommand.ts index 70f7d53508006..da250ed151aef 100644 --- a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithMulticastGroupCommand.ts @@ -23,6 +23,10 @@ import { se_AssociateWirelessDeviceWithMulticastGroupCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithThingCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithThingCommand.ts index d60fd5a92076c..9b875b9e2e483 100644 --- a/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithThingCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateWirelessDeviceWithThingCommand.ts @@ -20,6 +20,10 @@ import { se_AssociateWirelessDeviceWithThingCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithCertificateCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithCertificateCommand.ts index 471d57ab7a6e4..f141afdd41c60 100644 --- a/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithCertificateCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithCertificateCommand.ts @@ -23,6 +23,10 @@ import { se_AssociateWirelessGatewayWithCertificateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithThingCommand.ts b/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithThingCommand.ts index c75cd8d25cf2a..d49a621b35a75 100644 --- a/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithThingCommand.ts +++ b/clients/client-iot-wireless/src/commands/AssociateWirelessGatewayWithThingCommand.ts @@ -23,6 +23,10 @@ import { se_AssociateWirelessGatewayWithThingCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/CancelMulticastGroupSessionCommand.ts b/clients/client-iot-wireless/src/commands/CancelMulticastGroupSessionCommand.ts index 53175e0729c20..88ec897bbef02 100644 --- a/clients/client-iot-wireless/src/commands/CancelMulticastGroupSessionCommand.ts +++ b/clients/client-iot-wireless/src/commands/CancelMulticastGroupSessionCommand.ts @@ -20,6 +20,10 @@ import { se_CancelMulticastGroupSessionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/CreateDestinationCommand.ts b/clients/client-iot-wireless/src/commands/CreateDestinationCommand.ts index e68f02c91c264..2d55af7ba7f01 100644 --- a/clients/client-iot-wireless/src/commands/CreateDestinationCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateDestinationCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateDestinationRequest, CreateDestinationResponse } from "../models/models_0"; import { de_CreateDestinationCommand, se_CreateDestinationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/CreateDeviceProfileCommand.ts b/clients/client-iot-wireless/src/commands/CreateDeviceProfileCommand.ts index 6302199610c79..da4ae3b7d6428 100644 --- a/clients/client-iot-wireless/src/commands/CreateDeviceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateDeviceProfileCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateDeviceProfileRequest, CreateDeviceProfileResponse } from "../models/models_0"; import { de_CreateDeviceProfileCommand, se_CreateDeviceProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/CreateFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/CreateFuotaTaskCommand.ts index b530a12710aea..e43caabb2e612 100644 --- a/clients/client-iot-wireless/src/commands/CreateFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateFuotaTaskCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateFuotaTaskRequest, CreateFuotaTaskResponse } from "../models/models_0"; import { de_CreateFuotaTaskCommand, se_CreateFuotaTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/CreateMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/CreateMulticastGroupCommand.ts index 1f1c6657e6949..fc83cae5c956f 100644 --- a/clients/client-iot-wireless/src/commands/CreateMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateMulticastGroupCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateMulticastGroupRequest, CreateMulticastGroupResponse } from "../models/models_0"; import { de_CreateMulticastGroupCommand, se_CreateMulticastGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/CreateNetworkAnalyzerConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/CreateNetworkAnalyzerConfigurationCommand.ts index 49af2614fa71f..6c006a81bf189 100644 --- a/clients/client-iot-wireless/src/commands/CreateNetworkAnalyzerConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateNetworkAnalyzerConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_CreateNetworkAnalyzerConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/CreateServiceProfileCommand.ts b/clients/client-iot-wireless/src/commands/CreateServiceProfileCommand.ts index 8a8a50ff89346..40df2d55b46c0 100644 --- a/clients/client-iot-wireless/src/commands/CreateServiceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateServiceProfileCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateServiceProfileRequest, CreateServiceProfileResponse } from "../models/models_0"; import { de_CreateServiceProfileCommand, se_CreateServiceProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/CreateWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/CreateWirelessDeviceCommand.ts index 908a676309cf8..e5c3b893e45d7 100644 --- a/clients/client-iot-wireless/src/commands/CreateWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateWirelessDeviceCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateWirelessDeviceRequest, CreateWirelessDeviceResponse } from "../models/models_0"; import { de_CreateWirelessDeviceCommand, se_CreateWirelessDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayCommand.ts b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayCommand.ts index 91da95fd2cac7..51eb6a9891c1f 100644 --- a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateWirelessGatewayRequest, CreateWirelessGatewayResponse } from "../models/models_0"; import { de_CreateWirelessGatewayCommand, se_CreateWirelessGatewayCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskCommand.ts b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskCommand.ts index 4912b9e7be407..cf28b9a6f2020 100644 --- a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateWirelessGatewayTaskRequest, CreateWirelessGatewayTaskResponse } from "../models/models_0"; import { de_CreateWirelessGatewayTaskCommand, se_CreateWirelessGatewayTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskDefinitionCommand.ts b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskDefinitionCommand.ts index 4fb9edf2890f7..4a41ae7bd4f99 100644 --- a/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskDefinitionCommand.ts +++ b/clients/client-iot-wireless/src/commands/CreateWirelessGatewayTaskDefinitionCommand.ts @@ -23,6 +23,10 @@ import { se_CreateWirelessGatewayTaskDefinitionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/DeleteDestinationCommand.ts b/clients/client-iot-wireless/src/commands/DeleteDestinationCommand.ts index 2f7cb7747de5b..b449603e60bc9 100644 --- a/clients/client-iot-wireless/src/commands/DeleteDestinationCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteDestinationCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteDestinationRequest, DeleteDestinationResponse } from "../models/models_0"; import { de_DeleteDestinationCommand, se_DeleteDestinationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/DeleteDeviceProfileCommand.ts b/clients/client-iot-wireless/src/commands/DeleteDeviceProfileCommand.ts index fcda5485488e9..74bdce1951b38 100644 --- a/clients/client-iot-wireless/src/commands/DeleteDeviceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteDeviceProfileCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteDeviceProfileRequest, DeleteDeviceProfileResponse } from "../models/models_0"; import { de_DeleteDeviceProfileCommand, se_DeleteDeviceProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/DeleteFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/DeleteFuotaTaskCommand.ts index 62d26ddded30f..9da8779e4456c 100644 --- a/clients/client-iot-wireless/src/commands/DeleteFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteFuotaTaskCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteFuotaTaskRequest, DeleteFuotaTaskResponse } from "../models/models_0"; import { de_DeleteFuotaTaskCommand, se_DeleteFuotaTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/DeleteMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/DeleteMulticastGroupCommand.ts index fd5257d110103..796b1185584e5 100644 --- a/clients/client-iot-wireless/src/commands/DeleteMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteMulticastGroupCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteMulticastGroupRequest, DeleteMulticastGroupResponse } from "../models/models_0"; import { de_DeleteMulticastGroupCommand, se_DeleteMulticastGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/DeleteNetworkAnalyzerConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/DeleteNetworkAnalyzerConfigurationCommand.ts index da81ac335a626..eb96583888efd 100644 --- a/clients/client-iot-wireless/src/commands/DeleteNetworkAnalyzerConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteNetworkAnalyzerConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteNetworkAnalyzerConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/DeleteQueuedMessagesCommand.ts b/clients/client-iot-wireless/src/commands/DeleteQueuedMessagesCommand.ts index a3e48cbd17694..977a19fe2ac88 100644 --- a/clients/client-iot-wireless/src/commands/DeleteQueuedMessagesCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteQueuedMessagesCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteQueuedMessagesRequest, DeleteQueuedMessagesResponse } from "../models/models_0"; import { de_DeleteQueuedMessagesCommand, se_DeleteQueuedMessagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/DeleteServiceProfileCommand.ts b/clients/client-iot-wireless/src/commands/DeleteServiceProfileCommand.ts index 7427921302c0f..6b6304a1d962e 100644 --- a/clients/client-iot-wireless/src/commands/DeleteServiceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteServiceProfileCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteServiceProfileRequest, DeleteServiceProfileResponse } from "../models/models_0"; import { de_DeleteServiceProfileCommand, se_DeleteServiceProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceCommand.ts index 9ba576c4647bb..53084aff74c4f 100644 --- a/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteWirelessDeviceRequest, DeleteWirelessDeviceResponse } from "../models/models_0"; import { de_DeleteWirelessDeviceCommand, se_DeleteWirelessDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceImportTaskCommand.ts index df90967ba08bc..0b6c3c5355050 100644 --- a/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteWirelessDeviceImportTaskCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteWirelessDeviceImportTaskCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayCommand.ts index 4d85b64b89d18..fb44e70439c67 100644 --- a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteWirelessGatewayRequest, DeleteWirelessGatewayResponse } from "../models/models_0"; import { de_DeleteWirelessGatewayCommand, se_DeleteWirelessGatewayCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskCommand.ts index 167d70bf84326..b91340f417d53 100644 --- a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteWirelessGatewayTaskRequest, DeleteWirelessGatewayTaskResponse } from "../models/models_0"; import { de_DeleteWirelessGatewayTaskCommand, se_DeleteWirelessGatewayTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts index 24731e3d2eff4..d42e9d90a44a9 100644 --- a/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeleteWirelessGatewayTaskDefinitionCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteWirelessGatewayTaskDefinitionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/DeregisterWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/DeregisterWirelessDeviceCommand.ts index e027ee4cafd62..e330bfb677cfc 100644 --- a/clients/client-iot-wireless/src/commands/DeregisterWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/DeregisterWirelessDeviceCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeregisterWirelessDeviceRequest, DeregisterWirelessDeviceResponse } from "../models/models_0"; import { de_DeregisterWirelessDeviceCommand, se_DeregisterWirelessDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts index f77f9ed5b21c1..1f4aeb8446563 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateAwsAccountFromPartnerAccountCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateAwsAccountFromPartnerAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/DisassociateMulticastGroupFromFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateMulticastGroupFromFuotaTaskCommand.ts index 305dacac82553..6f925da03d36b 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateMulticastGroupFromFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateMulticastGroupFromFuotaTaskCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateMulticastGroupFromFuotaTaskCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.ts index 9ae991e2a37c9..2eadb10b8e2c8 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromFuotaTaskCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateWirelessDeviceFromFuotaTaskCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.ts index 443ba5df2326b..be0f067f84f6f 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromMulticastGroupCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateWirelessDeviceFromMulticastGroupCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromThingCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromThingCommand.ts index f5fac275adbfc..4c4a835fc9544 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromThingCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessDeviceFromThingCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateWirelessDeviceFromThingCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromCertificateCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromCertificateCommand.ts index 9a6cab752394f..dd9dfcdb2ff2d 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromCertificateCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromCertificateCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateWirelessGatewayFromCertificateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromThingCommand.ts b/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromThingCommand.ts index fe5d693875444..1df59f02c542b 100644 --- a/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromThingCommand.ts +++ b/clients/client-iot-wireless/src/commands/DisassociateWirelessGatewayFromThingCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateWirelessGatewayFromThingCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetDestinationCommand.ts b/clients/client-iot-wireless/src/commands/GetDestinationCommand.ts index 127ce80b52ae4..84f54160ea55b 100644 --- a/clients/client-iot-wireless/src/commands/GetDestinationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetDestinationCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetDestinationRequest, GetDestinationResponse } from "../models/models_0"; import { de_GetDestinationCommand, se_GetDestinationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetDeviceProfileCommand.ts b/clients/client-iot-wireless/src/commands/GetDeviceProfileCommand.ts index 658c4ab011517..f239481f3437e 100644 --- a/clients/client-iot-wireless/src/commands/GetDeviceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetDeviceProfileCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetDeviceProfileCommand, se_GetDeviceProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetEventConfigurationByResourceTypesCommand.ts b/clients/client-iot-wireless/src/commands/GetEventConfigurationByResourceTypesCommand.ts index a38ba1579c18f..ebe3007982689 100644 --- a/clients/client-iot-wireless/src/commands/GetEventConfigurationByResourceTypesCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetEventConfigurationByResourceTypesCommand.ts @@ -23,6 +23,10 @@ import { se_GetEventConfigurationByResourceTypesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/GetFuotaTaskCommand.ts index 62dbb51161064..80d3e1e6e878b 100644 --- a/clients/client-iot-wireless/src/commands/GetFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetFuotaTaskCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetFuotaTaskRequest, GetFuotaTaskResponse } from "../models/models_0"; import { de_GetFuotaTaskCommand, se_GetFuotaTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetLogLevelsByResourceTypesCommand.ts b/clients/client-iot-wireless/src/commands/GetLogLevelsByResourceTypesCommand.ts index 014ff5afef29b..4ea41a65f7139 100644 --- a/clients/client-iot-wireless/src/commands/GetLogLevelsByResourceTypesCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetLogLevelsByResourceTypesCommand.ts @@ -20,6 +20,10 @@ import { se_GetLogLevelsByResourceTypesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/GetMulticastGroupCommand.ts index ec9d3899b7215..e28c73c3bbd7c 100644 --- a/clients/client-iot-wireless/src/commands/GetMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetMulticastGroupCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetMulticastGroupRequest, GetMulticastGroupResponse } from "../models/models_0"; import { de_GetMulticastGroupCommand, se_GetMulticastGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetMulticastGroupSessionCommand.ts b/clients/client-iot-wireless/src/commands/GetMulticastGroupSessionCommand.ts index 419ebc3fcb4b9..8a07a859d6666 100644 --- a/clients/client-iot-wireless/src/commands/GetMulticastGroupSessionCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetMulticastGroupSessionCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetMulticastGroupSessionRequest, GetMulticastGroupSessionResponse } from "../models/models_0"; import { de_GetMulticastGroupSessionCommand, se_GetMulticastGroupSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetNetworkAnalyzerConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/GetNetworkAnalyzerConfigurationCommand.ts index 514bc16466bb2..4b1edbca37db5 100644 --- a/clients/client-iot-wireless/src/commands/GetNetworkAnalyzerConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetNetworkAnalyzerConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_GetNetworkAnalyzerConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetPartnerAccountCommand.ts b/clients/client-iot-wireless/src/commands/GetPartnerAccountCommand.ts index eb18cb7f57cd1..6215768b67c01 100644 --- a/clients/client-iot-wireless/src/commands/GetPartnerAccountCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetPartnerAccountCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetPartnerAccountCommand, se_GetPartnerAccountCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetPositionCommand.ts b/clients/client-iot-wireless/src/commands/GetPositionCommand.ts index 94dc2317e5f9b..12715919a65ce 100644 --- a/clients/client-iot-wireless/src/commands/GetPositionCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetPositionCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetPositionRequest, GetPositionResponse } from "../models/models_0"; import { de_GetPositionCommand, se_GetPositionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts index 829d21be003e8..a98e226bb3e36 100644 --- a/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetPositionConfigurationCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetPositionConfigurationRequest, GetPositionConfigurationResponse } from "../models/models_0"; import { de_GetPositionConfigurationCommand, se_GetPositionConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts b/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts index e28fd82c70f30..340b2549687d6 100644 --- a/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetPositionEstimateCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetPositionEstimateRequest, GetPositionEstimateResponse } from "../models/models_0"; import { de_GetPositionEstimateCommand, se_GetPositionEstimateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetResourceEventConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/GetResourceEventConfigurationCommand.ts index 4847890cdd166..60f6e471f1b9c 100644 --- a/clients/client-iot-wireless/src/commands/GetResourceEventConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetResourceEventConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_GetResourceEventConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetResourceLogLevelCommand.ts b/clients/client-iot-wireless/src/commands/GetResourceLogLevelCommand.ts index f6632d855741f..db95c4ed07b33 100644 --- a/clients/client-iot-wireless/src/commands/GetResourceLogLevelCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetResourceLogLevelCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetResourceLogLevelRequest, GetResourceLogLevelResponse } from "../models/models_0"; import { de_GetResourceLogLevelCommand, se_GetResourceLogLevelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts b/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts index 30529c3b61f83..2245aeee3e0c9 100644 --- a/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetResourcePositionCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetResourcePositionRequest, GetResourcePositionResponse } from "../models/models_0"; import { de_GetResourcePositionCommand, se_GetResourcePositionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetServiceEndpointCommand.ts b/clients/client-iot-wireless/src/commands/GetServiceEndpointCommand.ts index ce040567d3945..3e449deb177cc 100644 --- a/clients/client-iot-wireless/src/commands/GetServiceEndpointCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetServiceEndpointCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetServiceEndpointRequest, GetServiceEndpointResponse } from "../models/models_0"; import { de_GetServiceEndpointCommand, se_GetServiceEndpointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetServiceProfileCommand.ts b/clients/client-iot-wireless/src/commands/GetServiceProfileCommand.ts index 33e35dae285ed..4932bbb1d7930 100644 --- a/clients/client-iot-wireless/src/commands/GetServiceProfileCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetServiceProfileCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetServiceProfileRequest, GetServiceProfileResponse } from "../models/models_0"; import { de_GetServiceProfileCommand, se_GetServiceProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessDeviceCommand.ts index 201919d5fb282..b02fae691f2aa 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessDeviceCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetWirelessDeviceRequest, GetWirelessDeviceResponse } from "../models/models_0"; import { de_GetWirelessDeviceCommand, se_GetWirelessDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessDeviceImportTaskCommand.ts index d320bf0448ff7..50726f6a899a2 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessDeviceImportTaskCommand.ts @@ -20,6 +20,10 @@ import { se_GetWirelessDeviceImportTaskCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetWirelessDeviceStatisticsCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessDeviceStatisticsCommand.ts index f0457b2c398f5..7d5dbd4ccd34b 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessDeviceStatisticsCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessDeviceStatisticsCommand.ts @@ -20,6 +20,10 @@ import { se_GetWirelessDeviceStatisticsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayCertificateCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayCertificateCommand.ts index 3a4c290554ddb..74c6dd00174cc 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayCertificateCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayCertificateCommand.ts @@ -20,6 +20,10 @@ import { se_GetWirelessGatewayCertificateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayCommand.ts index ba565467d03c2..330ece52b1402 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetWirelessGatewayRequest, GetWirelessGatewayResponse } from "../models/models_0"; import { de_GetWirelessGatewayCommand, se_GetWirelessGatewayCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayFirmwareInformationCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayFirmwareInformationCommand.ts index 0279b9aa42714..4f3adf0f07fb4 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayFirmwareInformationCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayFirmwareInformationCommand.ts @@ -23,6 +23,10 @@ import { se_GetWirelessGatewayFirmwareInformationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayStatisticsCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayStatisticsCommand.ts index 006b63d7ac8f8..8ed7ac6c5fa16 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayStatisticsCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayStatisticsCommand.ts @@ -20,6 +20,10 @@ import { se_GetWirelessGatewayStatisticsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskCommand.ts index 95ad415cf9e6c..3d17a4d118a3e 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetWirelessGatewayTaskRequest, GetWirelessGatewayTaskResponse } from "../models/models_0"; import { de_GetWirelessGatewayTaskCommand, se_GetWirelessGatewayTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskDefinitionCommand.ts b/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskDefinitionCommand.ts index df2594d0b2dff..7f05de5a2feea 100644 --- a/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskDefinitionCommand.ts +++ b/clients/client-iot-wireless/src/commands/GetWirelessGatewayTaskDefinitionCommand.ts @@ -20,6 +20,10 @@ import { se_GetWirelessGatewayTaskDefinitionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/ListDestinationsCommand.ts b/clients/client-iot-wireless/src/commands/ListDestinationsCommand.ts index db6902b07a9a7..a583f7b11d8ee 100644 --- a/clients/client-iot-wireless/src/commands/ListDestinationsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListDestinationsCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListDestinationsRequest, ListDestinationsResponse } from "../models/models_0"; import { de_ListDestinationsCommand, se_ListDestinationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/ListDeviceProfilesCommand.ts b/clients/client-iot-wireless/src/commands/ListDeviceProfilesCommand.ts index a0f59ba8e4a44..c794529cef1ab 100644 --- a/clients/client-iot-wireless/src/commands/ListDeviceProfilesCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListDeviceProfilesCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListDeviceProfilesRequest, ListDeviceProfilesResponse } from "../models/models_0"; import { de_ListDeviceProfilesCommand, se_ListDeviceProfilesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/ListDevicesForWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/ListDevicesForWirelessDeviceImportTaskCommand.ts index c67224b239e62..94127a6400713 100644 --- a/clients/client-iot-wireless/src/commands/ListDevicesForWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListDevicesForWirelessDeviceImportTaskCommand.ts @@ -23,6 +23,10 @@ import { se_ListDevicesForWirelessDeviceImportTaskCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/ListEventConfigurationsCommand.ts b/clients/client-iot-wireless/src/commands/ListEventConfigurationsCommand.ts index 2b7e2a9ad92ce..569c050e0c81f 100644 --- a/clients/client-iot-wireless/src/commands/ListEventConfigurationsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListEventConfigurationsCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListEventConfigurationsRequest, ListEventConfigurationsResponse } from "../models/models_0"; import { de_ListEventConfigurationsCommand, se_ListEventConfigurationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/ListFuotaTasksCommand.ts b/clients/client-iot-wireless/src/commands/ListFuotaTasksCommand.ts index bf0a7827ac50c..d6175ddde22bd 100644 --- a/clients/client-iot-wireless/src/commands/ListFuotaTasksCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListFuotaTasksCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListFuotaTasksRequest, ListFuotaTasksResponse } from "../models/models_0"; import { de_ListFuotaTasksCommand, se_ListFuotaTasksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/ListMulticastGroupsByFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/ListMulticastGroupsByFuotaTaskCommand.ts index 32ea78af2591e..7b9727b54e7aa 100644 --- a/clients/client-iot-wireless/src/commands/ListMulticastGroupsByFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListMulticastGroupsByFuotaTaskCommand.ts @@ -20,6 +20,10 @@ import { se_ListMulticastGroupsByFuotaTaskCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/ListMulticastGroupsCommand.ts b/clients/client-iot-wireless/src/commands/ListMulticastGroupsCommand.ts index 4a240c1b1dc1e..3300fd7c5c3d6 100644 --- a/clients/client-iot-wireless/src/commands/ListMulticastGroupsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListMulticastGroupsCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListMulticastGroupsRequest, ListMulticastGroupsResponse } from "../models/models_0"; import { de_ListMulticastGroupsCommand, se_ListMulticastGroupsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/ListNetworkAnalyzerConfigurationsCommand.ts b/clients/client-iot-wireless/src/commands/ListNetworkAnalyzerConfigurationsCommand.ts index 12a448e9848cb..7e65743ce0061 100644 --- a/clients/client-iot-wireless/src/commands/ListNetworkAnalyzerConfigurationsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListNetworkAnalyzerConfigurationsCommand.ts @@ -23,6 +23,10 @@ import { se_ListNetworkAnalyzerConfigurationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/ListPartnerAccountsCommand.ts b/clients/client-iot-wireless/src/commands/ListPartnerAccountsCommand.ts index e3a33ac0b70ce..231b475b583e4 100644 --- a/clients/client-iot-wireless/src/commands/ListPartnerAccountsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListPartnerAccountsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListPartnerAccountsCommand, se_ListPartnerAccountsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts b/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts index b1af7ceac7d1e..1a3f8bd54646a 100644 --- a/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListPositionConfigurationsCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListPositionConfigurationsRequest, ListPositionConfigurationsResponse } from "../models/models_0"; import { de_ListPositionConfigurationsCommand, se_ListPositionConfigurationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/ListQueuedMessagesCommand.ts b/clients/client-iot-wireless/src/commands/ListQueuedMessagesCommand.ts index acd9ba591a3fd..109170d1b673b 100644 --- a/clients/client-iot-wireless/src/commands/ListQueuedMessagesCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListQueuedMessagesCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListQueuedMessagesRequest, ListQueuedMessagesResponse } from "../models/models_0"; import { de_ListQueuedMessagesCommand, se_ListQueuedMessagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/ListServiceProfilesCommand.ts b/clients/client-iot-wireless/src/commands/ListServiceProfilesCommand.ts index 25e6f8a886180..8cabae31a8f07 100644 --- a/clients/client-iot-wireless/src/commands/ListServiceProfilesCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListServiceProfilesCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListServiceProfilesRequest, ListServiceProfilesResponse } from "../models/models_0"; import { de_ListServiceProfilesCommand, se_ListServiceProfilesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot-wireless/src/commands/ListTagsForResourceCommand.ts index 2c007da88d8fe..65cc1fd4d046d 100644 --- a/clients/client-iot-wireless/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/ListWirelessDeviceImportTasksCommand.ts b/clients/client-iot-wireless/src/commands/ListWirelessDeviceImportTasksCommand.ts index e8f01de86fb19..ade106ea3da9b 100644 --- a/clients/client-iot-wireless/src/commands/ListWirelessDeviceImportTasksCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListWirelessDeviceImportTasksCommand.ts @@ -20,6 +20,10 @@ import { se_ListWirelessDeviceImportTasksCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/ListWirelessDevicesCommand.ts b/clients/client-iot-wireless/src/commands/ListWirelessDevicesCommand.ts index 17281ab6f359c..f5946c8cb6242 100644 --- a/clients/client-iot-wireless/src/commands/ListWirelessDevicesCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListWirelessDevicesCommand.ts @@ -18,6 +18,10 @@ import { ListWirelessDevicesRequest } from "../models/models_0"; import { ListWirelessDevicesResponse } from "../models/models_1"; import { de_ListWirelessDevicesCommand, se_ListWirelessDevicesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/ListWirelessGatewayTaskDefinitionsCommand.ts b/clients/client-iot-wireless/src/commands/ListWirelessGatewayTaskDefinitionsCommand.ts index 331fdec9632d4..4ac58624f42b8 100644 --- a/clients/client-iot-wireless/src/commands/ListWirelessGatewayTaskDefinitionsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListWirelessGatewayTaskDefinitionsCommand.ts @@ -23,6 +23,10 @@ import { se_ListWirelessGatewayTaskDefinitionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/ListWirelessGatewaysCommand.ts b/clients/client-iot-wireless/src/commands/ListWirelessGatewaysCommand.ts index 82292df0e21ea..d28149868fb23 100644 --- a/clients/client-iot-wireless/src/commands/ListWirelessGatewaysCommand.ts +++ b/clients/client-iot-wireless/src/commands/ListWirelessGatewaysCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListWirelessGatewaysRequest, ListWirelessGatewaysResponse } from "../models/models_1"; import { de_ListWirelessGatewaysCommand, se_ListWirelessGatewaysCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts index e368204628189..10857ae1aa245 100644 --- a/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/PutPositionConfigurationCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutPositionConfigurationRequest, PutPositionConfigurationResponse } from "../models/models_1"; import { de_PutPositionConfigurationCommand, se_PutPositionConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/PutResourceLogLevelCommand.ts b/clients/client-iot-wireless/src/commands/PutResourceLogLevelCommand.ts index 2855cda5802a7..0d9420ec6cc7d 100644 --- a/clients/client-iot-wireless/src/commands/PutResourceLogLevelCommand.ts +++ b/clients/client-iot-wireless/src/commands/PutResourceLogLevelCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutResourceLogLevelRequest, PutResourceLogLevelResponse } from "../models/models_1"; import { de_PutResourceLogLevelCommand, se_PutResourceLogLevelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/ResetAllResourceLogLevelsCommand.ts b/clients/client-iot-wireless/src/commands/ResetAllResourceLogLevelsCommand.ts index 306c7a4b82552..9e2dbbe355619 100644 --- a/clients/client-iot-wireless/src/commands/ResetAllResourceLogLevelsCommand.ts +++ b/clients/client-iot-wireless/src/commands/ResetAllResourceLogLevelsCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ResetAllResourceLogLevelsRequest, ResetAllResourceLogLevelsResponse } from "../models/models_1"; import { de_ResetAllResourceLogLevelsCommand, se_ResetAllResourceLogLevelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/ResetResourceLogLevelCommand.ts b/clients/client-iot-wireless/src/commands/ResetResourceLogLevelCommand.ts index 3d094aa7ca7fc..6cf683ad98149 100644 --- a/clients/client-iot-wireless/src/commands/ResetResourceLogLevelCommand.ts +++ b/clients/client-iot-wireless/src/commands/ResetResourceLogLevelCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ResetResourceLogLevelRequest, ResetResourceLogLevelResponse } from "../models/models_1"; import { de_ResetResourceLogLevelCommand, se_ResetResourceLogLevelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/SendDataToMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/SendDataToMulticastGroupCommand.ts index b2e93ce3af398..10e3b068a7d6f 100644 --- a/clients/client-iot-wireless/src/commands/SendDataToMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/SendDataToMulticastGroupCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { SendDataToMulticastGroupRequest, SendDataToMulticastGroupResponse } from "../models/models_1"; import { de_SendDataToMulticastGroupCommand, se_SendDataToMulticastGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/SendDataToWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/SendDataToWirelessDeviceCommand.ts index 8bfc31bad2302..41a62108866a2 100644 --- a/clients/client-iot-wireless/src/commands/SendDataToWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/SendDataToWirelessDeviceCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { SendDataToWirelessDeviceRequest, SendDataToWirelessDeviceResponse } from "../models/models_1"; import { de_SendDataToWirelessDeviceCommand, se_SendDataToWirelessDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.ts index efb3ef638711b..f5fb788833352 100644 --- a/clients/client-iot-wireless/src/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartBulkAssociateWirelessDeviceWithMulticastGroupCommand.ts @@ -23,6 +23,10 @@ import { se_StartBulkAssociateWirelessDeviceWithMulticastGroupCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.ts index 02ad0bf11db99..663eb705b4c0f 100644 --- a/clients/client-iot-wireless/src/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand.ts @@ -23,6 +23,10 @@ import { se_StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/StartFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/StartFuotaTaskCommand.ts index ff35115e28ea8..ee91acf1885a3 100644 --- a/clients/client-iot-wireless/src/commands/StartFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartFuotaTaskCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { StartFuotaTaskRequest, StartFuotaTaskResponse } from "../models/models_1"; import { de_StartFuotaTaskCommand, se_StartFuotaTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/StartMulticastGroupSessionCommand.ts b/clients/client-iot-wireless/src/commands/StartMulticastGroupSessionCommand.ts index f3d51dca9e6a2..a7c1b6357cd04 100644 --- a/clients/client-iot-wireless/src/commands/StartMulticastGroupSessionCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartMulticastGroupSessionCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { StartMulticastGroupSessionRequest, StartMulticastGroupSessionResponse } from "../models/models_1"; import { de_StartMulticastGroupSessionCommand, se_StartMulticastGroupSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/StartSingleWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/StartSingleWirelessDeviceImportTaskCommand.ts index 1d619c6b64c14..26d83a8616c0c 100644 --- a/clients/client-iot-wireless/src/commands/StartSingleWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartSingleWirelessDeviceImportTaskCommand.ts @@ -23,6 +23,10 @@ import { se_StartSingleWirelessDeviceImportTaskCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/StartWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/StartWirelessDeviceImportTaskCommand.ts index aca044246d0ae..cbe35cbd9f561 100644 --- a/clients/client-iot-wireless/src/commands/StartWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/StartWirelessDeviceImportTaskCommand.ts @@ -20,6 +20,10 @@ import { se_StartWirelessDeviceImportTaskCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/TagResourceCommand.ts b/clients/client-iot-wireless/src/commands/TagResourceCommand.ts index 1772c3d1fd354..779cc6ddf9aba 100644 --- a/clients/client-iot-wireless/src/commands/TagResourceCommand.ts +++ b/clients/client-iot-wireless/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceRequest, TagResourceResponse } from "../models/models_1"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/TestWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/TestWirelessDeviceCommand.ts index a87e3419d7d4e..20805e8d099a2 100644 --- a/clients/client-iot-wireless/src/commands/TestWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/TestWirelessDeviceCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TestWirelessDeviceRequest, TestWirelessDeviceResponse } from "../models/models_1"; import { de_TestWirelessDeviceCommand, se_TestWirelessDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/UntagResourceCommand.ts b/clients/client-iot-wireless/src/commands/UntagResourceCommand.ts index eef0490767e1a..7bb7fd933e0e1 100644 --- a/clients/client-iot-wireless/src/commands/UntagResourceCommand.ts +++ b/clients/client-iot-wireless/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/UpdateDestinationCommand.ts b/clients/client-iot-wireless/src/commands/UpdateDestinationCommand.ts index 17387889b64b3..ffcc06c7bb78f 100644 --- a/clients/client-iot-wireless/src/commands/UpdateDestinationCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateDestinationCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateDestinationRequest, UpdateDestinationResponse } from "../models/models_1"; import { de_UpdateDestinationCommand, se_UpdateDestinationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/UpdateEventConfigurationByResourceTypesCommand.ts b/clients/client-iot-wireless/src/commands/UpdateEventConfigurationByResourceTypesCommand.ts index d3a2be525b667..384b3a9f9c61a 100644 --- a/clients/client-iot-wireless/src/commands/UpdateEventConfigurationByResourceTypesCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateEventConfigurationByResourceTypesCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateEventConfigurationByResourceTypesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/UpdateFuotaTaskCommand.ts b/clients/client-iot-wireless/src/commands/UpdateFuotaTaskCommand.ts index 2f20a1c1a9e75..2985bd8e9c468 100644 --- a/clients/client-iot-wireless/src/commands/UpdateFuotaTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateFuotaTaskCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateFuotaTaskRequest, UpdateFuotaTaskResponse } from "../models/models_1"; import { de_UpdateFuotaTaskCommand, se_UpdateFuotaTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/UpdateLogLevelsByResourceTypesCommand.ts b/clients/client-iot-wireless/src/commands/UpdateLogLevelsByResourceTypesCommand.ts index ff54de1e1b81f..8e830b68ebd4f 100644 --- a/clients/client-iot-wireless/src/commands/UpdateLogLevelsByResourceTypesCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateLogLevelsByResourceTypesCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateLogLevelsByResourceTypesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/UpdateMulticastGroupCommand.ts b/clients/client-iot-wireless/src/commands/UpdateMulticastGroupCommand.ts index 118d93a4fd438..269b5945d809d 100644 --- a/clients/client-iot-wireless/src/commands/UpdateMulticastGroupCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateMulticastGroupCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateMulticastGroupRequest, UpdateMulticastGroupResponse } from "../models/models_1"; import { de_UpdateMulticastGroupCommand, se_UpdateMulticastGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/UpdateNetworkAnalyzerConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/UpdateNetworkAnalyzerConfigurationCommand.ts index 8fcfe14d80d78..e0d4eede3ecef 100644 --- a/clients/client-iot-wireless/src/commands/UpdateNetworkAnalyzerConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateNetworkAnalyzerConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateNetworkAnalyzerConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/UpdatePartnerAccountCommand.ts b/clients/client-iot-wireless/src/commands/UpdatePartnerAccountCommand.ts index cc65ef39f5de9..c49490a27be64 100644 --- a/clients/client-iot-wireless/src/commands/UpdatePartnerAccountCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdatePartnerAccountCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_UpdatePartnerAccountCommand, se_UpdatePartnerAccountCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts b/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts index c052ea0c24e5a..5a07c6609ac14 100644 --- a/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdatePositionCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdatePositionRequest, UpdatePositionResponse } from "../models/models_1"; import { de_UpdatePositionCommand, se_UpdatePositionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/UpdateResourceEventConfigurationCommand.ts b/clients/client-iot-wireless/src/commands/UpdateResourceEventConfigurationCommand.ts index 14144894c2d9d..11a34b778b0ad 100644 --- a/clients/client-iot-wireless/src/commands/UpdateResourceEventConfigurationCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateResourceEventConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateResourceEventConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts b/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts index c97a3ba3d013a..0a6a82a4b4813 100644 --- a/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateResourcePositionCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateResourcePositionRequest, UpdateResourcePositionResponse } from "../models/models_1"; import { de_UpdateResourcePositionCommand, se_UpdateResourcePositionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceCommand.ts b/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceCommand.ts index ee08859394b69..8aa2585b77e8a 100644 --- a/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateWirelessDeviceRequest, UpdateWirelessDeviceResponse } from "../models/models_1"; import { de_UpdateWirelessDeviceCommand, se_UpdateWirelessDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceImportTaskCommand.ts b/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceImportTaskCommand.ts index d97a92b5108e2..04b6b2fd3506e 100644 --- a/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceImportTaskCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateWirelessDeviceImportTaskCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateWirelessDeviceImportTaskCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/commands/UpdateWirelessGatewayCommand.ts b/clients/client-iot-wireless/src/commands/UpdateWirelessGatewayCommand.ts index 7cdfd58aae80d..139ec02ea55b4 100644 --- a/clients/client-iot-wireless/src/commands/UpdateWirelessGatewayCommand.ts +++ b/clients/client-iot-wireless/src/commands/UpdateWirelessGatewayCommand.ts @@ -17,6 +17,10 @@ import { IoTWirelessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateWirelessGatewayRequest, UpdateWirelessGatewayResponse } from "../models/models_1"; import { de_UpdateWirelessGatewayCommand, se_UpdateWirelessGatewayCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot-wireless/src/index.ts b/clients/client-iot-wireless/src/index.ts index 37fa4bc77b089..8f1a5c10cb8ab 100644 --- a/clients/client-iot-wireless/src/index.ts +++ b/clients/client-iot-wireless/src/index.ts @@ -1,8 +1,24 @@ -export * from "./IoTWireless"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

AWS IoT Wireless provides bi-directional communication between internet-connected wireless + * devices and the AWS Cloud. To onboard both LoRaWAN and Sidewalk devices to AWS IoT, use the + * IoT Wireless API. These wireless devices use the Low Power Wide Area Networking (LPWAN) + * communication protocol to communicate with AWS IoT.

+ *

Using the API, you can perform create, read, update, and delete operations for your wireless + * devices, gateways, destinations, and profiles. After onboarding your devices, you + * can use the API operations to set log levels and monitor your devices with CloudWatch.

+ *

You can also use the API operations to create multicast groups and schedule a multicast session for + * sending a downlink message to devices in the group. By using Firmware Updates Over-The-Air + * (FUOTA) API operations, you can create a FUOTA task and schedule a session to update the firmware + * of individual devices or an entire group of devices in a multicast group.

+ * + * @packageDocumentation + */ export * from "./IoTWirelessClient"; +export * from "./IoTWireless"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { IoTWirelessServiceException } from "./models/IoTWirelessServiceException"; diff --git a/clients/client-iot-wireless/src/models/IoTWirelessServiceException.ts b/clients/client-iot-wireless/src/models/IoTWirelessServiceException.ts index ea3cc09bddb2b..a88cf0894b4b4 100644 --- a/clients/client-iot-wireless/src/models/IoTWirelessServiceException.ts +++ b/clients/client-iot-wireless/src/models/IoTWirelessServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-iot/src/IoTClient.ts b/clients/client-iot/src/IoTClient.ts index 7c98040042eb5..39736983f4042 100644 --- a/clients/client-iot/src/IoTClient.ts +++ b/clients/client-iot/src/IoTClient.ts @@ -714,6 +714,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -1327,7 +1329,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type IoTClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type IoTClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -1346,7 +1348,7 @@ export interface IoTClientConfig extends IoTClientConfigType {} /** * @public */ -type IoTClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type IoTClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-iot/src/commands/AcceptCertificateTransferCommand.ts b/clients/client-iot/src/commands/AcceptCertificateTransferCommand.ts index cfad18678e01f..2fe5a9fc1d36c 100644 --- a/clients/client-iot/src/commands/AcceptCertificateTransferCommand.ts +++ b/clients/client-iot/src/commands/AcceptCertificateTransferCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AcceptCertificateTransferRequest } from "../models/models_0"; import { de_AcceptCertificateTransferCommand, se_AcceptCertificateTransferCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/AddThingToBillingGroupCommand.ts b/clients/client-iot/src/commands/AddThingToBillingGroupCommand.ts index 801438f2dd078..8d71cb83bf870 100644 --- a/clients/client-iot/src/commands/AddThingToBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/AddThingToBillingGroupCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AddThingToBillingGroupRequest, AddThingToBillingGroupResponse } from "../models/models_0"; import { de_AddThingToBillingGroupCommand, se_AddThingToBillingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/AddThingToThingGroupCommand.ts b/clients/client-iot/src/commands/AddThingToThingGroupCommand.ts index 024fb81eac69f..4f900926fd232 100644 --- a/clients/client-iot/src/commands/AddThingToThingGroupCommand.ts +++ b/clients/client-iot/src/commands/AddThingToThingGroupCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AddThingToThingGroupRequest, AddThingToThingGroupResponse } from "../models/models_0"; import { de_AddThingToThingGroupCommand, se_AddThingToThingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/AssociateTargetsWithJobCommand.ts b/clients/client-iot/src/commands/AssociateTargetsWithJobCommand.ts index 130846b5eb3e8..7bccecee8709d 100644 --- a/clients/client-iot/src/commands/AssociateTargetsWithJobCommand.ts +++ b/clients/client-iot/src/commands/AssociateTargetsWithJobCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AssociateTargetsWithJobRequest, AssociateTargetsWithJobResponse } from "../models/models_0"; import { de_AssociateTargetsWithJobCommand, se_AssociateTargetsWithJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/AttachPolicyCommand.ts b/clients/client-iot/src/commands/AttachPolicyCommand.ts index a22f3f140012b..7a6689375b2ac 100644 --- a/clients/client-iot/src/commands/AttachPolicyCommand.ts +++ b/clients/client-iot/src/commands/AttachPolicyCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AttachPolicyRequest } from "../models/models_0"; import { de_AttachPolicyCommand, se_AttachPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts b/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts index 73e251c7e19c9..b8e18f91792c2 100644 --- a/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts +++ b/clients/client-iot/src/commands/AttachPrincipalPolicyCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AttachPrincipalPolicyRequest } from "../models/models_0"; import { de_AttachPrincipalPolicyCommand, se_AttachPrincipalPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/AttachSecurityProfileCommand.ts b/clients/client-iot/src/commands/AttachSecurityProfileCommand.ts index 9bb5cdcdabba9..d35651e841dce 100644 --- a/clients/client-iot/src/commands/AttachSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/AttachSecurityProfileCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AttachSecurityProfileRequest, AttachSecurityProfileResponse } from "../models/models_0"; import { de_AttachSecurityProfileCommand, se_AttachSecurityProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/AttachThingPrincipalCommand.ts b/clients/client-iot/src/commands/AttachThingPrincipalCommand.ts index 9de9070015b6d..48234feb41a97 100644 --- a/clients/client-iot/src/commands/AttachThingPrincipalCommand.ts +++ b/clients/client-iot/src/commands/AttachThingPrincipalCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AttachThingPrincipalRequest, AttachThingPrincipalResponse } from "../models/models_0"; import { de_AttachThingPrincipalCommand, se_AttachThingPrincipalCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CancelAuditMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/CancelAuditMitigationActionsTaskCommand.ts index 5a640ad1d0586..eeecc62914eeb 100644 --- a/clients/client-iot/src/commands/CancelAuditMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/CancelAuditMitigationActionsTaskCommand.ts @@ -20,6 +20,10 @@ import { se_CancelAuditMitigationActionsTaskCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CancelAuditTaskCommand.ts b/clients/client-iot/src/commands/CancelAuditTaskCommand.ts index 99be6eb6292c2..9cef602618535 100644 --- a/clients/client-iot/src/commands/CancelAuditTaskCommand.ts +++ b/clients/client-iot/src/commands/CancelAuditTaskCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CancelAuditTaskRequest, CancelAuditTaskResponse } from "../models/models_0"; import { de_CancelAuditTaskCommand, se_CancelAuditTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CancelCertificateTransferCommand.ts b/clients/client-iot/src/commands/CancelCertificateTransferCommand.ts index 5eadd3d27cca2..74c6ef98411c6 100644 --- a/clients/client-iot/src/commands/CancelCertificateTransferCommand.ts +++ b/clients/client-iot/src/commands/CancelCertificateTransferCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CancelCertificateTransferRequest } from "../models/models_0"; import { de_CancelCertificateTransferCommand, se_CancelCertificateTransferCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CancelDetectMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/CancelDetectMitigationActionsTaskCommand.ts index 76f09f87f657f..cab54debaf28e 100644 --- a/clients/client-iot/src/commands/CancelDetectMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/CancelDetectMitigationActionsTaskCommand.ts @@ -23,6 +23,10 @@ import { se_CancelDetectMitigationActionsTaskCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CancelJobCommand.ts b/clients/client-iot/src/commands/CancelJobCommand.ts index d70ba806d030d..3e17607aa02ea 100644 --- a/clients/client-iot/src/commands/CancelJobCommand.ts +++ b/clients/client-iot/src/commands/CancelJobCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CancelJobRequest, CancelJobResponse } from "../models/models_0"; import { de_CancelJobCommand, se_CancelJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CancelJobExecutionCommand.ts b/clients/client-iot/src/commands/CancelJobExecutionCommand.ts index 3cd6e9bea0669..d7a0e7f5e3d6b 100644 --- a/clients/client-iot/src/commands/CancelJobExecutionCommand.ts +++ b/clients/client-iot/src/commands/CancelJobExecutionCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CancelJobExecutionRequest } from "../models/models_0"; import { de_CancelJobExecutionCommand, se_CancelJobExecutionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ClearDefaultAuthorizerCommand.ts b/clients/client-iot/src/commands/ClearDefaultAuthorizerCommand.ts index ffbae74424822..fed0d9a58dedc 100644 --- a/clients/client-iot/src/commands/ClearDefaultAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/ClearDefaultAuthorizerCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ClearDefaultAuthorizerRequest, ClearDefaultAuthorizerResponse } from "../models/models_0"; import { de_ClearDefaultAuthorizerCommand, se_ClearDefaultAuthorizerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ConfirmTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/ConfirmTopicRuleDestinationCommand.ts index 8314faada24c2..204ca017b982f 100644 --- a/clients/client-iot/src/commands/ConfirmTopicRuleDestinationCommand.ts +++ b/clients/client-iot/src/commands/ConfirmTopicRuleDestinationCommand.ts @@ -20,6 +20,10 @@ import { se_ConfirmTopicRuleDestinationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateAuditSuppressionCommand.ts b/clients/client-iot/src/commands/CreateAuditSuppressionCommand.ts index 8c6759657efdd..0bbc336e9e6df 100644 --- a/clients/client-iot/src/commands/CreateAuditSuppressionCommand.ts +++ b/clients/client-iot/src/commands/CreateAuditSuppressionCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateAuditSuppressionRequest, CreateAuditSuppressionResponse } from "../models/models_0"; import { de_CreateAuditSuppressionCommand, se_CreateAuditSuppressionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateAuthorizerCommand.ts b/clients/client-iot/src/commands/CreateAuthorizerCommand.ts index 1d69acf62b5bf..8c5b24ec7a467 100644 --- a/clients/client-iot/src/commands/CreateAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/CreateAuthorizerCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateAuthorizerRequest, CreateAuthorizerResponse } from "../models/models_0"; import { de_CreateAuthorizerCommand, se_CreateAuthorizerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateBillingGroupCommand.ts b/clients/client-iot/src/commands/CreateBillingGroupCommand.ts index 2caa936727721..c3a1cca35971d 100644 --- a/clients/client-iot/src/commands/CreateBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/CreateBillingGroupCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateBillingGroupRequest, CreateBillingGroupResponse } from "../models/models_0"; import { de_CreateBillingGroupCommand, se_CreateBillingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateCertificateFromCsrCommand.ts b/clients/client-iot/src/commands/CreateCertificateFromCsrCommand.ts index 503cafaf78696..bed331de2809c 100644 --- a/clients/client-iot/src/commands/CreateCertificateFromCsrCommand.ts +++ b/clients/client-iot/src/commands/CreateCertificateFromCsrCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateCertificateFromCsrRequest, CreateCertificateFromCsrResponse } from "../models/models_0"; import { de_CreateCertificateFromCsrCommand, se_CreateCertificateFromCsrCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateCustomMetricCommand.ts b/clients/client-iot/src/commands/CreateCustomMetricCommand.ts index 20f16e07035a7..1708b6fb5147c 100644 --- a/clients/client-iot/src/commands/CreateCustomMetricCommand.ts +++ b/clients/client-iot/src/commands/CreateCustomMetricCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateCustomMetricRequest, CreateCustomMetricResponse } from "../models/models_0"; import { de_CreateCustomMetricCommand, se_CreateCustomMetricCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateDimensionCommand.ts b/clients/client-iot/src/commands/CreateDimensionCommand.ts index e8b4793362e6a..2f68d62f71be0 100644 --- a/clients/client-iot/src/commands/CreateDimensionCommand.ts +++ b/clients/client-iot/src/commands/CreateDimensionCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateDimensionRequest, CreateDimensionResponse } from "../models/models_0"; import { de_CreateDimensionCommand, se_CreateDimensionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateDomainConfigurationCommand.ts b/clients/client-iot/src/commands/CreateDomainConfigurationCommand.ts index d71e25faa37ca..578ed8f62547b 100644 --- a/clients/client-iot/src/commands/CreateDomainConfigurationCommand.ts +++ b/clients/client-iot/src/commands/CreateDomainConfigurationCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateDomainConfigurationRequest, CreateDomainConfigurationResponse } from "../models/models_0"; import { de_CreateDomainConfigurationCommand, se_CreateDomainConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateDynamicThingGroupCommand.ts b/clients/client-iot/src/commands/CreateDynamicThingGroupCommand.ts index d7f0f5cacbddd..4cdfa612de08b 100644 --- a/clients/client-iot/src/commands/CreateDynamicThingGroupCommand.ts +++ b/clients/client-iot/src/commands/CreateDynamicThingGroupCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateDynamicThingGroupRequest, CreateDynamicThingGroupResponse } from "../models/models_0"; import { de_CreateDynamicThingGroupCommand, se_CreateDynamicThingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateFleetMetricCommand.ts b/clients/client-iot/src/commands/CreateFleetMetricCommand.ts index 5ffe20025a8e9..ea859483fc83b 100644 --- a/clients/client-iot/src/commands/CreateFleetMetricCommand.ts +++ b/clients/client-iot/src/commands/CreateFleetMetricCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateFleetMetricRequest, CreateFleetMetricResponse } from "../models/models_0"; import { de_CreateFleetMetricCommand, se_CreateFleetMetricCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateJobCommand.ts b/clients/client-iot/src/commands/CreateJobCommand.ts index c1bff6bb8ce36..9fdffffc6ea2b 100644 --- a/clients/client-iot/src/commands/CreateJobCommand.ts +++ b/clients/client-iot/src/commands/CreateJobCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateJobRequest, CreateJobResponse } from "../models/models_0"; import { de_CreateJobCommand, se_CreateJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateJobTemplateCommand.ts b/clients/client-iot/src/commands/CreateJobTemplateCommand.ts index 629f60e92b221..230d0eba129f9 100644 --- a/clients/client-iot/src/commands/CreateJobTemplateCommand.ts +++ b/clients/client-iot/src/commands/CreateJobTemplateCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateJobTemplateRequest, CreateJobTemplateResponse } from "../models/models_0"; import { de_CreateJobTemplateCommand, se_CreateJobTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateKeysAndCertificateCommand.ts b/clients/client-iot/src/commands/CreateKeysAndCertificateCommand.ts index 6948fe2cd37fc..e24f75beb964f 100644 --- a/clients/client-iot/src/commands/CreateKeysAndCertificateCommand.ts +++ b/clients/client-iot/src/commands/CreateKeysAndCertificateCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateKeysAndCertificateCommand, se_CreateKeysAndCertificateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateMitigationActionCommand.ts b/clients/client-iot/src/commands/CreateMitigationActionCommand.ts index 34df05e13ad96..4358ab1e39b81 100644 --- a/clients/client-iot/src/commands/CreateMitigationActionCommand.ts +++ b/clients/client-iot/src/commands/CreateMitigationActionCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateMitigationActionRequest, CreateMitigationActionResponse } from "../models/models_0"; import { de_CreateMitigationActionCommand, se_CreateMitigationActionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateOTAUpdateCommand.ts b/clients/client-iot/src/commands/CreateOTAUpdateCommand.ts index e1c6793e7e7c9..d4af72f4b4768 100644 --- a/clients/client-iot/src/commands/CreateOTAUpdateCommand.ts +++ b/clients/client-iot/src/commands/CreateOTAUpdateCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateOTAUpdateRequest, CreateOTAUpdateResponse } from "../models/models_0"; import { de_CreateOTAUpdateCommand, se_CreateOTAUpdateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreatePolicyCommand.ts b/clients/client-iot/src/commands/CreatePolicyCommand.ts index 4834df957bab9..a4bde966e7c25 100644 --- a/clients/client-iot/src/commands/CreatePolicyCommand.ts +++ b/clients/client-iot/src/commands/CreatePolicyCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreatePolicyRequest, CreatePolicyResponse } from "../models/models_0"; import { de_CreatePolicyCommand, se_CreatePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreatePolicyVersionCommand.ts b/clients/client-iot/src/commands/CreatePolicyVersionCommand.ts index 3e427c15b400f..2fcf646c8f50c 100644 --- a/clients/client-iot/src/commands/CreatePolicyVersionCommand.ts +++ b/clients/client-iot/src/commands/CreatePolicyVersionCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreatePolicyVersionRequest, CreatePolicyVersionResponse } from "../models/models_0"; import { de_CreatePolicyVersionCommand, se_CreatePolicyVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateProvisioningClaimCommand.ts b/clients/client-iot/src/commands/CreateProvisioningClaimCommand.ts index a44995f9c2cab..158ac85a39627 100644 --- a/clients/client-iot/src/commands/CreateProvisioningClaimCommand.ts +++ b/clients/client-iot/src/commands/CreateProvisioningClaimCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateProvisioningClaimCommand, se_CreateProvisioningClaimCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateProvisioningTemplateCommand.ts b/clients/client-iot/src/commands/CreateProvisioningTemplateCommand.ts index 9849427e5c066..47093b0a76ecb 100644 --- a/clients/client-iot/src/commands/CreateProvisioningTemplateCommand.ts +++ b/clients/client-iot/src/commands/CreateProvisioningTemplateCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateProvisioningTemplateRequest, CreateProvisioningTemplateResponse } from "../models/models_0"; import { de_CreateProvisioningTemplateCommand, se_CreateProvisioningTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateProvisioningTemplateVersionCommand.ts b/clients/client-iot/src/commands/CreateProvisioningTemplateVersionCommand.ts index c39d13a947df3..5ed81661c5745 100644 --- a/clients/client-iot/src/commands/CreateProvisioningTemplateVersionCommand.ts +++ b/clients/client-iot/src/commands/CreateProvisioningTemplateVersionCommand.ts @@ -23,6 +23,10 @@ import { se_CreateProvisioningTemplateVersionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateRoleAliasCommand.ts b/clients/client-iot/src/commands/CreateRoleAliasCommand.ts index 7e93a4932469d..8e365f0e67b10 100644 --- a/clients/client-iot/src/commands/CreateRoleAliasCommand.ts +++ b/clients/client-iot/src/commands/CreateRoleAliasCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateRoleAliasRequest, CreateRoleAliasResponse } from "../models/models_0"; import { de_CreateRoleAliasCommand, se_CreateRoleAliasCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateScheduledAuditCommand.ts b/clients/client-iot/src/commands/CreateScheduledAuditCommand.ts index 551e227af9583..a9ed2add4f4d3 100644 --- a/clients/client-iot/src/commands/CreateScheduledAuditCommand.ts +++ b/clients/client-iot/src/commands/CreateScheduledAuditCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateScheduledAuditRequest, CreateScheduledAuditResponse } from "../models/models_0"; import { de_CreateScheduledAuditCommand, se_CreateScheduledAuditCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateSecurityProfileCommand.ts b/clients/client-iot/src/commands/CreateSecurityProfileCommand.ts index 85b221a100ac4..4e5cd6dbecf59 100644 --- a/clients/client-iot/src/commands/CreateSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/CreateSecurityProfileCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateSecurityProfileRequest, CreateSecurityProfileResponse } from "../models/models_0"; import { de_CreateSecurityProfileCommand, se_CreateSecurityProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateStreamCommand.ts b/clients/client-iot/src/commands/CreateStreamCommand.ts index dfbda2bdbb2d9..81781eed390fc 100644 --- a/clients/client-iot/src/commands/CreateStreamCommand.ts +++ b/clients/client-iot/src/commands/CreateStreamCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateStreamRequest, CreateStreamResponse } from "../models/models_0"; import { de_CreateStreamCommand, se_CreateStreamCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateThingCommand.ts b/clients/client-iot/src/commands/CreateThingCommand.ts index 88e3349477906..cbde498de4fad 100644 --- a/clients/client-iot/src/commands/CreateThingCommand.ts +++ b/clients/client-iot/src/commands/CreateThingCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateThingRequest, CreateThingResponse } from "../models/models_0"; import { de_CreateThingCommand, se_CreateThingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateThingGroupCommand.ts b/clients/client-iot/src/commands/CreateThingGroupCommand.ts index c532facd1176e..bd0ef44381359 100644 --- a/clients/client-iot/src/commands/CreateThingGroupCommand.ts +++ b/clients/client-iot/src/commands/CreateThingGroupCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateThingGroupRequest, CreateThingGroupResponse } from "../models/models_0"; import { de_CreateThingGroupCommand, se_CreateThingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateThingTypeCommand.ts b/clients/client-iot/src/commands/CreateThingTypeCommand.ts index ab97882ed4b41..a7fbf22f7c34b 100644 --- a/clients/client-iot/src/commands/CreateThingTypeCommand.ts +++ b/clients/client-iot/src/commands/CreateThingTypeCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateThingTypeRequest, CreateThingTypeResponse } from "../models/models_0"; import { de_CreateThingTypeCommand, se_CreateThingTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateTopicRuleCommand.ts b/clients/client-iot/src/commands/CreateTopicRuleCommand.ts index 3f64ddbddaceb..f37c83f73f48d 100644 --- a/clients/client-iot/src/commands/CreateTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/CreateTopicRuleCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateTopicRuleRequest } from "../models/models_0"; import { de_CreateTopicRuleCommand, se_CreateTopicRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/CreateTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/CreateTopicRuleDestinationCommand.ts index 2b2ede407605b..dea9a9504e00b 100644 --- a/clients/client-iot/src/commands/CreateTopicRuleDestinationCommand.ts +++ b/clients/client-iot/src/commands/CreateTopicRuleDestinationCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateTopicRuleDestinationRequest, CreateTopicRuleDestinationResponse } from "../models/models_0"; import { de_CreateTopicRuleDestinationCommand, se_CreateTopicRuleDestinationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteAccountAuditConfigurationCommand.ts b/clients/client-iot/src/commands/DeleteAccountAuditConfigurationCommand.ts index 426a2f5211066..5182b412cf20f 100644 --- a/clients/client-iot/src/commands/DeleteAccountAuditConfigurationCommand.ts +++ b/clients/client-iot/src/commands/DeleteAccountAuditConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteAccountAuditConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteAuditSuppressionCommand.ts b/clients/client-iot/src/commands/DeleteAuditSuppressionCommand.ts index 602059a0e0aef..f0711bf09c079 100644 --- a/clients/client-iot/src/commands/DeleteAuditSuppressionCommand.ts +++ b/clients/client-iot/src/commands/DeleteAuditSuppressionCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteAuditSuppressionRequest, DeleteAuditSuppressionResponse } from "../models/models_0"; import { de_DeleteAuditSuppressionCommand, se_DeleteAuditSuppressionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteAuthorizerCommand.ts b/clients/client-iot/src/commands/DeleteAuthorizerCommand.ts index 253b40688294f..7707e8e06e42d 100644 --- a/clients/client-iot/src/commands/DeleteAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/DeleteAuthorizerCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteAuthorizerRequest, DeleteAuthorizerResponse } from "../models/models_0"; import { de_DeleteAuthorizerCommand, se_DeleteAuthorizerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteBillingGroupCommand.ts b/clients/client-iot/src/commands/DeleteBillingGroupCommand.ts index 1b8236a9cccbc..a6dbba2a3be4b 100644 --- a/clients/client-iot/src/commands/DeleteBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/DeleteBillingGroupCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteBillingGroupRequest, DeleteBillingGroupResponse } from "../models/models_0"; import { de_DeleteBillingGroupCommand, se_DeleteBillingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteCACertificateCommand.ts b/clients/client-iot/src/commands/DeleteCACertificateCommand.ts index 1d11b38db583f..1bd7882fe4378 100644 --- a/clients/client-iot/src/commands/DeleteCACertificateCommand.ts +++ b/clients/client-iot/src/commands/DeleteCACertificateCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteCACertificateRequest, DeleteCACertificateResponse } from "../models/models_0"; import { de_DeleteCACertificateCommand, se_DeleteCACertificateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteCertificateCommand.ts b/clients/client-iot/src/commands/DeleteCertificateCommand.ts index 0f8787a895814..f55cf09dcb80a 100644 --- a/clients/client-iot/src/commands/DeleteCertificateCommand.ts +++ b/clients/client-iot/src/commands/DeleteCertificateCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteCertificateRequest } from "../models/models_0"; import { de_DeleteCertificateCommand, se_DeleteCertificateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteCustomMetricCommand.ts b/clients/client-iot/src/commands/DeleteCustomMetricCommand.ts index 2dfdc27758b46..9cd21960597fb 100644 --- a/clients/client-iot/src/commands/DeleteCustomMetricCommand.ts +++ b/clients/client-iot/src/commands/DeleteCustomMetricCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteCustomMetricRequest, DeleteCustomMetricResponse } from "../models/models_0"; import { de_DeleteCustomMetricCommand, se_DeleteCustomMetricCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteDimensionCommand.ts b/clients/client-iot/src/commands/DeleteDimensionCommand.ts index 01bf334019b5a..50c09c6bc1f57 100644 --- a/clients/client-iot/src/commands/DeleteDimensionCommand.ts +++ b/clients/client-iot/src/commands/DeleteDimensionCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteDimensionRequest, DeleteDimensionResponse } from "../models/models_0"; import { de_DeleteDimensionCommand, se_DeleteDimensionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteDomainConfigurationCommand.ts b/clients/client-iot/src/commands/DeleteDomainConfigurationCommand.ts index ea8810707b705..df84afe4a5383 100644 --- a/clients/client-iot/src/commands/DeleteDomainConfigurationCommand.ts +++ b/clients/client-iot/src/commands/DeleteDomainConfigurationCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteDomainConfigurationRequest, DeleteDomainConfigurationResponse } from "../models/models_0"; import { de_DeleteDomainConfigurationCommand, se_DeleteDomainConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteDynamicThingGroupCommand.ts b/clients/client-iot/src/commands/DeleteDynamicThingGroupCommand.ts index 00c7ba3baf733..77346f8717a75 100644 --- a/clients/client-iot/src/commands/DeleteDynamicThingGroupCommand.ts +++ b/clients/client-iot/src/commands/DeleteDynamicThingGroupCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteDynamicThingGroupRequest, DeleteDynamicThingGroupResponse } from "../models/models_0"; import { de_DeleteDynamicThingGroupCommand, se_DeleteDynamicThingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteFleetMetricCommand.ts b/clients/client-iot/src/commands/DeleteFleetMetricCommand.ts index e041111ef4f3e..3cb130a21c8f2 100644 --- a/clients/client-iot/src/commands/DeleteFleetMetricCommand.ts +++ b/clients/client-iot/src/commands/DeleteFleetMetricCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteFleetMetricRequest } from "../models/models_0"; import { de_DeleteFleetMetricCommand, se_DeleteFleetMetricCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteJobCommand.ts b/clients/client-iot/src/commands/DeleteJobCommand.ts index 85a72ee05abf6..a4b7b1ebf0b03 100644 --- a/clients/client-iot/src/commands/DeleteJobCommand.ts +++ b/clients/client-iot/src/commands/DeleteJobCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteJobRequest } from "../models/models_0"; import { de_DeleteJobCommand, se_DeleteJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteJobExecutionCommand.ts b/clients/client-iot/src/commands/DeleteJobExecutionCommand.ts index b8f611421f4e5..a3a826d9d2016 100644 --- a/clients/client-iot/src/commands/DeleteJobExecutionCommand.ts +++ b/clients/client-iot/src/commands/DeleteJobExecutionCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteJobExecutionRequest } from "../models/models_0"; import { de_DeleteJobExecutionCommand, se_DeleteJobExecutionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteJobTemplateCommand.ts b/clients/client-iot/src/commands/DeleteJobTemplateCommand.ts index 33b6346ff348e..100017d406dcf 100644 --- a/clients/client-iot/src/commands/DeleteJobTemplateCommand.ts +++ b/clients/client-iot/src/commands/DeleteJobTemplateCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteJobTemplateRequest } from "../models/models_0"; import { de_DeleteJobTemplateCommand, se_DeleteJobTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteMitigationActionCommand.ts b/clients/client-iot/src/commands/DeleteMitigationActionCommand.ts index c4eba806e75ed..a624b96bc27ca 100644 --- a/clients/client-iot/src/commands/DeleteMitigationActionCommand.ts +++ b/clients/client-iot/src/commands/DeleteMitigationActionCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteMitigationActionRequest, DeleteMitigationActionResponse } from "../models/models_0"; import { de_DeleteMitigationActionCommand, se_DeleteMitigationActionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteOTAUpdateCommand.ts b/clients/client-iot/src/commands/DeleteOTAUpdateCommand.ts index 17ea698f3668b..eb0ac3822a179 100644 --- a/clients/client-iot/src/commands/DeleteOTAUpdateCommand.ts +++ b/clients/client-iot/src/commands/DeleteOTAUpdateCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteOTAUpdateRequest, DeleteOTAUpdateResponse } from "../models/models_0"; import { de_DeleteOTAUpdateCommand, se_DeleteOTAUpdateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeletePolicyCommand.ts b/clients/client-iot/src/commands/DeletePolicyCommand.ts index c94bbff77c9d1..da4b1e6a068de 100644 --- a/clients/client-iot/src/commands/DeletePolicyCommand.ts +++ b/clients/client-iot/src/commands/DeletePolicyCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeletePolicyRequest } from "../models/models_1"; import { de_DeletePolicyCommand, se_DeletePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeletePolicyVersionCommand.ts b/clients/client-iot/src/commands/DeletePolicyVersionCommand.ts index 34e7239f31f4c..33733725a4679 100644 --- a/clients/client-iot/src/commands/DeletePolicyVersionCommand.ts +++ b/clients/client-iot/src/commands/DeletePolicyVersionCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeletePolicyVersionRequest } from "../models/models_1"; import { de_DeletePolicyVersionCommand, se_DeletePolicyVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteProvisioningTemplateCommand.ts b/clients/client-iot/src/commands/DeleteProvisioningTemplateCommand.ts index 7615bb3cedbcf..e835082a1e1b8 100644 --- a/clients/client-iot/src/commands/DeleteProvisioningTemplateCommand.ts +++ b/clients/client-iot/src/commands/DeleteProvisioningTemplateCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteProvisioningTemplateRequest, DeleteProvisioningTemplateResponse } from "../models/models_1"; import { de_DeleteProvisioningTemplateCommand, se_DeleteProvisioningTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteProvisioningTemplateVersionCommand.ts b/clients/client-iot/src/commands/DeleteProvisioningTemplateVersionCommand.ts index 98ab61c3987a1..38526a24cfcc1 100644 --- a/clients/client-iot/src/commands/DeleteProvisioningTemplateVersionCommand.ts +++ b/clients/client-iot/src/commands/DeleteProvisioningTemplateVersionCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteProvisioningTemplateVersionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteRegistrationCodeCommand.ts b/clients/client-iot/src/commands/DeleteRegistrationCodeCommand.ts index d1120210b4183..c923f88ff4a73 100644 --- a/clients/client-iot/src/commands/DeleteRegistrationCodeCommand.ts +++ b/clients/client-iot/src/commands/DeleteRegistrationCodeCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteRegistrationCodeRequest, DeleteRegistrationCodeResponse } from "../models/models_1"; import { de_DeleteRegistrationCodeCommand, se_DeleteRegistrationCodeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteRoleAliasCommand.ts b/clients/client-iot/src/commands/DeleteRoleAliasCommand.ts index 333448bbb7020..5ca135d0adf6d 100644 --- a/clients/client-iot/src/commands/DeleteRoleAliasCommand.ts +++ b/clients/client-iot/src/commands/DeleteRoleAliasCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteRoleAliasRequest, DeleteRoleAliasResponse } from "../models/models_1"; import { de_DeleteRoleAliasCommand, se_DeleteRoleAliasCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteScheduledAuditCommand.ts b/clients/client-iot/src/commands/DeleteScheduledAuditCommand.ts index 80824729ab579..3a12bf45125bc 100644 --- a/clients/client-iot/src/commands/DeleteScheduledAuditCommand.ts +++ b/clients/client-iot/src/commands/DeleteScheduledAuditCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteScheduledAuditRequest, DeleteScheduledAuditResponse } from "../models/models_1"; import { de_DeleteScheduledAuditCommand, se_DeleteScheduledAuditCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteSecurityProfileCommand.ts b/clients/client-iot/src/commands/DeleteSecurityProfileCommand.ts index c9d94e4104988..cea1b7781ba16 100644 --- a/clients/client-iot/src/commands/DeleteSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/DeleteSecurityProfileCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteSecurityProfileRequest, DeleteSecurityProfileResponse } from "../models/models_1"; import { de_DeleteSecurityProfileCommand, se_DeleteSecurityProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteStreamCommand.ts b/clients/client-iot/src/commands/DeleteStreamCommand.ts index 27f239038465f..18fd824c7302a 100644 --- a/clients/client-iot/src/commands/DeleteStreamCommand.ts +++ b/clients/client-iot/src/commands/DeleteStreamCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteStreamRequest, DeleteStreamResponse } from "../models/models_1"; import { de_DeleteStreamCommand, se_DeleteStreamCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteThingCommand.ts b/clients/client-iot/src/commands/DeleteThingCommand.ts index 28f12990a4e54..1f682c82be8d4 100644 --- a/clients/client-iot/src/commands/DeleteThingCommand.ts +++ b/clients/client-iot/src/commands/DeleteThingCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteThingRequest, DeleteThingResponse } from "../models/models_1"; import { de_DeleteThingCommand, se_DeleteThingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteThingGroupCommand.ts b/clients/client-iot/src/commands/DeleteThingGroupCommand.ts index cf94129578863..aee721eed934c 100644 --- a/clients/client-iot/src/commands/DeleteThingGroupCommand.ts +++ b/clients/client-iot/src/commands/DeleteThingGroupCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteThingGroupRequest, DeleteThingGroupResponse } from "../models/models_1"; import { de_DeleteThingGroupCommand, se_DeleteThingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteThingTypeCommand.ts b/clients/client-iot/src/commands/DeleteThingTypeCommand.ts index e503a1e6db8fa..123c3ce914f56 100644 --- a/clients/client-iot/src/commands/DeleteThingTypeCommand.ts +++ b/clients/client-iot/src/commands/DeleteThingTypeCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteThingTypeRequest, DeleteThingTypeResponse } from "../models/models_1"; import { de_DeleteThingTypeCommand, se_DeleteThingTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteTopicRuleCommand.ts b/clients/client-iot/src/commands/DeleteTopicRuleCommand.ts index 3948ead7f0a20..2e09cfabea034 100644 --- a/clients/client-iot/src/commands/DeleteTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/DeleteTopicRuleCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteTopicRuleRequest } from "../models/models_1"; import { de_DeleteTopicRuleCommand, se_DeleteTopicRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/DeleteTopicRuleDestinationCommand.ts index 90436e92113e2..fc4785823b086 100644 --- a/clients/client-iot/src/commands/DeleteTopicRuleDestinationCommand.ts +++ b/clients/client-iot/src/commands/DeleteTopicRuleDestinationCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteTopicRuleDestinationRequest, DeleteTopicRuleDestinationResponse } from "../models/models_1"; import { de_DeleteTopicRuleDestinationCommand, se_DeleteTopicRuleDestinationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeleteV2LoggingLevelCommand.ts b/clients/client-iot/src/commands/DeleteV2LoggingLevelCommand.ts index fbf528a5cdde5..9be597a201d24 100644 --- a/clients/client-iot/src/commands/DeleteV2LoggingLevelCommand.ts +++ b/clients/client-iot/src/commands/DeleteV2LoggingLevelCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteV2LoggingLevelRequest } from "../models/models_1"; import { de_DeleteV2LoggingLevelCommand, se_DeleteV2LoggingLevelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DeprecateThingTypeCommand.ts b/clients/client-iot/src/commands/DeprecateThingTypeCommand.ts index 037e271434eff..729e535aa627a 100644 --- a/clients/client-iot/src/commands/DeprecateThingTypeCommand.ts +++ b/clients/client-iot/src/commands/DeprecateThingTypeCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeprecateThingTypeRequest, DeprecateThingTypeResponse } from "../models/models_1"; import { de_DeprecateThingTypeCommand, se_DeprecateThingTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeAccountAuditConfigurationCommand.ts b/clients/client-iot/src/commands/DescribeAccountAuditConfigurationCommand.ts index b3d9fc1df9346..e84c19dc29de3 100644 --- a/clients/client-iot/src/commands/DescribeAccountAuditConfigurationCommand.ts +++ b/clients/client-iot/src/commands/DescribeAccountAuditConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeAccountAuditConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeAuditFindingCommand.ts b/clients/client-iot/src/commands/DescribeAuditFindingCommand.ts index 2d424649a2b2c..2b71c4150d418 100644 --- a/clients/client-iot/src/commands/DescribeAuditFindingCommand.ts +++ b/clients/client-iot/src/commands/DescribeAuditFindingCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeAuditFindingRequest, DescribeAuditFindingResponse } from "../models/models_1"; import { de_DescribeAuditFindingCommand, se_DescribeAuditFindingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeAuditMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/DescribeAuditMitigationActionsTaskCommand.ts index 9d89dfbf3f27c..6ad436371b397 100644 --- a/clients/client-iot/src/commands/DescribeAuditMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/DescribeAuditMitigationActionsTaskCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeAuditMitigationActionsTaskCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeAuditSuppressionCommand.ts b/clients/client-iot/src/commands/DescribeAuditSuppressionCommand.ts index cbe2bd4346b23..6d6d906f82578 100644 --- a/clients/client-iot/src/commands/DescribeAuditSuppressionCommand.ts +++ b/clients/client-iot/src/commands/DescribeAuditSuppressionCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeAuditSuppressionRequest, DescribeAuditSuppressionResponse } from "../models/models_1"; import { de_DescribeAuditSuppressionCommand, se_DescribeAuditSuppressionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeAuditTaskCommand.ts b/clients/client-iot/src/commands/DescribeAuditTaskCommand.ts index acc1dcc9817d9..0c21f1b4c8dd3 100644 --- a/clients/client-iot/src/commands/DescribeAuditTaskCommand.ts +++ b/clients/client-iot/src/commands/DescribeAuditTaskCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeAuditTaskRequest, DescribeAuditTaskResponse } from "../models/models_1"; import { de_DescribeAuditTaskCommand, se_DescribeAuditTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeAuthorizerCommand.ts b/clients/client-iot/src/commands/DescribeAuthorizerCommand.ts index 8400a3545029d..386277100a14a 100644 --- a/clients/client-iot/src/commands/DescribeAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/DescribeAuthorizerCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeAuthorizerRequest, DescribeAuthorizerResponse } from "../models/models_1"; import { de_DescribeAuthorizerCommand, se_DescribeAuthorizerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeBillingGroupCommand.ts b/clients/client-iot/src/commands/DescribeBillingGroupCommand.ts index 399a6f07c09d5..1cab4b93ae979 100644 --- a/clients/client-iot/src/commands/DescribeBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/DescribeBillingGroupCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeBillingGroupRequest, DescribeBillingGroupResponse } from "../models/models_1"; import { de_DescribeBillingGroupCommand, se_DescribeBillingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeCACertificateCommand.ts b/clients/client-iot/src/commands/DescribeCACertificateCommand.ts index 09d19a8fb1c55..1f0ddf91d0ac6 100644 --- a/clients/client-iot/src/commands/DescribeCACertificateCommand.ts +++ b/clients/client-iot/src/commands/DescribeCACertificateCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeCACertificateRequest, DescribeCACertificateResponse } from "../models/models_1"; import { de_DescribeCACertificateCommand, se_DescribeCACertificateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeCertificateCommand.ts b/clients/client-iot/src/commands/DescribeCertificateCommand.ts index fb187f0203d7e..66b2c5785fd5e 100644 --- a/clients/client-iot/src/commands/DescribeCertificateCommand.ts +++ b/clients/client-iot/src/commands/DescribeCertificateCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeCertificateRequest, DescribeCertificateResponse } from "../models/models_1"; import { de_DescribeCertificateCommand, se_DescribeCertificateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeCustomMetricCommand.ts b/clients/client-iot/src/commands/DescribeCustomMetricCommand.ts index 22ef266c4b0a0..d8fcde8dfdcfe 100644 --- a/clients/client-iot/src/commands/DescribeCustomMetricCommand.ts +++ b/clients/client-iot/src/commands/DescribeCustomMetricCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeCustomMetricRequest, DescribeCustomMetricResponse } from "../models/models_1"; import { de_DescribeCustomMetricCommand, se_DescribeCustomMetricCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeDefaultAuthorizerCommand.ts b/clients/client-iot/src/commands/DescribeDefaultAuthorizerCommand.ts index b66a691e2fa04..2cd2c7bca9cc7 100644 --- a/clients/client-iot/src/commands/DescribeDefaultAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/DescribeDefaultAuthorizerCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeDefaultAuthorizerRequest, DescribeDefaultAuthorizerResponse } from "../models/models_1"; import { de_DescribeDefaultAuthorizerCommand, se_DescribeDefaultAuthorizerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeDetectMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/DescribeDetectMitigationActionsTaskCommand.ts index 8b63599384a90..02b758298f7e3 100644 --- a/clients/client-iot/src/commands/DescribeDetectMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/DescribeDetectMitigationActionsTaskCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeDetectMitigationActionsTaskCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeDimensionCommand.ts b/clients/client-iot/src/commands/DescribeDimensionCommand.ts index 94226e304fc2a..8afdee462941e 100644 --- a/clients/client-iot/src/commands/DescribeDimensionCommand.ts +++ b/clients/client-iot/src/commands/DescribeDimensionCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeDimensionRequest, DescribeDimensionResponse } from "../models/models_1"; import { de_DescribeDimensionCommand, se_DescribeDimensionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeDomainConfigurationCommand.ts b/clients/client-iot/src/commands/DescribeDomainConfigurationCommand.ts index 307b25fc76ed3..8bba127ddd51e 100644 --- a/clients/client-iot/src/commands/DescribeDomainConfigurationCommand.ts +++ b/clients/client-iot/src/commands/DescribeDomainConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeDomainConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeEndpointCommand.ts b/clients/client-iot/src/commands/DescribeEndpointCommand.ts index 5020e3313f74e..8377361d2b54a 100644 --- a/clients/client-iot/src/commands/DescribeEndpointCommand.ts +++ b/clients/client-iot/src/commands/DescribeEndpointCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeEndpointRequest, DescribeEndpointResponse } from "../models/models_1"; import { de_DescribeEndpointCommand, se_DescribeEndpointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeEventConfigurationsCommand.ts b/clients/client-iot/src/commands/DescribeEventConfigurationsCommand.ts index 949985c86012c..c48e9bde5d278 100644 --- a/clients/client-iot/src/commands/DescribeEventConfigurationsCommand.ts +++ b/clients/client-iot/src/commands/DescribeEventConfigurationsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeEventConfigurationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeFleetMetricCommand.ts b/clients/client-iot/src/commands/DescribeFleetMetricCommand.ts index 9fad95947aa9e..0764237b5b2fc 100644 --- a/clients/client-iot/src/commands/DescribeFleetMetricCommand.ts +++ b/clients/client-iot/src/commands/DescribeFleetMetricCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeFleetMetricRequest, DescribeFleetMetricResponse } from "../models/models_1"; import { de_DescribeFleetMetricCommand, se_DescribeFleetMetricCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeIndexCommand.ts b/clients/client-iot/src/commands/DescribeIndexCommand.ts index 6247e241cac0d..b4c2713a30a50 100644 --- a/clients/client-iot/src/commands/DescribeIndexCommand.ts +++ b/clients/client-iot/src/commands/DescribeIndexCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeIndexRequest, DescribeIndexResponse } from "../models/models_1"; import { de_DescribeIndexCommand, se_DescribeIndexCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeJobCommand.ts b/clients/client-iot/src/commands/DescribeJobCommand.ts index 4952db3d8c577..2d9d77c1bf289 100644 --- a/clients/client-iot/src/commands/DescribeJobCommand.ts +++ b/clients/client-iot/src/commands/DescribeJobCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeJobRequest, DescribeJobResponse } from "../models/models_1"; import { de_DescribeJobCommand, se_DescribeJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeJobExecutionCommand.ts b/clients/client-iot/src/commands/DescribeJobExecutionCommand.ts index f16b9e51274c7..aada205a431f7 100644 --- a/clients/client-iot/src/commands/DescribeJobExecutionCommand.ts +++ b/clients/client-iot/src/commands/DescribeJobExecutionCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeJobExecutionRequest, DescribeJobExecutionResponse } from "../models/models_1"; import { de_DescribeJobExecutionCommand, se_DescribeJobExecutionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeJobTemplateCommand.ts b/clients/client-iot/src/commands/DescribeJobTemplateCommand.ts index 74bfade91a2c8..b277d9dbcbbd9 100644 --- a/clients/client-iot/src/commands/DescribeJobTemplateCommand.ts +++ b/clients/client-iot/src/commands/DescribeJobTemplateCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeJobTemplateRequest, DescribeJobTemplateResponse } from "../models/models_1"; import { de_DescribeJobTemplateCommand, se_DescribeJobTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeManagedJobTemplateCommand.ts b/clients/client-iot/src/commands/DescribeManagedJobTemplateCommand.ts index c537708e7e0ca..a84bd2f191255 100644 --- a/clients/client-iot/src/commands/DescribeManagedJobTemplateCommand.ts +++ b/clients/client-iot/src/commands/DescribeManagedJobTemplateCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeManagedJobTemplateRequest, DescribeManagedJobTemplateResponse } from "../models/models_1"; import { de_DescribeManagedJobTemplateCommand, se_DescribeManagedJobTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeMitigationActionCommand.ts b/clients/client-iot/src/commands/DescribeMitigationActionCommand.ts index b9be27d09e704..2646b0a996236 100644 --- a/clients/client-iot/src/commands/DescribeMitigationActionCommand.ts +++ b/clients/client-iot/src/commands/DescribeMitigationActionCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeMitigationActionRequest, DescribeMitigationActionResponse } from "../models/models_1"; import { de_DescribeMitigationActionCommand, se_DescribeMitigationActionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeProvisioningTemplateCommand.ts b/clients/client-iot/src/commands/DescribeProvisioningTemplateCommand.ts index b68d57a66bc31..0b890bcbfa342 100644 --- a/clients/client-iot/src/commands/DescribeProvisioningTemplateCommand.ts +++ b/clients/client-iot/src/commands/DescribeProvisioningTemplateCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeProvisioningTemplateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeProvisioningTemplateVersionCommand.ts b/clients/client-iot/src/commands/DescribeProvisioningTemplateVersionCommand.ts index 97c71f124b5bf..d814c2c7ba4d6 100644 --- a/clients/client-iot/src/commands/DescribeProvisioningTemplateVersionCommand.ts +++ b/clients/client-iot/src/commands/DescribeProvisioningTemplateVersionCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeProvisioningTemplateVersionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeRoleAliasCommand.ts b/clients/client-iot/src/commands/DescribeRoleAliasCommand.ts index f6fcb4c01989e..0ec8bd52a3ec6 100644 --- a/clients/client-iot/src/commands/DescribeRoleAliasCommand.ts +++ b/clients/client-iot/src/commands/DescribeRoleAliasCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeRoleAliasRequest, DescribeRoleAliasResponse } from "../models/models_1"; import { de_DescribeRoleAliasCommand, se_DescribeRoleAliasCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeScheduledAuditCommand.ts b/clients/client-iot/src/commands/DescribeScheduledAuditCommand.ts index 925ce20e0ebfc..b84082f891409 100644 --- a/clients/client-iot/src/commands/DescribeScheduledAuditCommand.ts +++ b/clients/client-iot/src/commands/DescribeScheduledAuditCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeScheduledAuditRequest, DescribeScheduledAuditResponse } from "../models/models_1"; import { de_DescribeScheduledAuditCommand, se_DescribeScheduledAuditCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeSecurityProfileCommand.ts b/clients/client-iot/src/commands/DescribeSecurityProfileCommand.ts index 567652adc1adc..be8763c32a4cd 100644 --- a/clients/client-iot/src/commands/DescribeSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/DescribeSecurityProfileCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeSecurityProfileRequest, DescribeSecurityProfileResponse } from "../models/models_1"; import { de_DescribeSecurityProfileCommand, se_DescribeSecurityProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeStreamCommand.ts b/clients/client-iot/src/commands/DescribeStreamCommand.ts index 8e3e7c27591d1..888e0da7adab1 100644 --- a/clients/client-iot/src/commands/DescribeStreamCommand.ts +++ b/clients/client-iot/src/commands/DescribeStreamCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeStreamRequest, DescribeStreamResponse } from "../models/models_1"; import { de_DescribeStreamCommand, se_DescribeStreamCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeThingCommand.ts b/clients/client-iot/src/commands/DescribeThingCommand.ts index b8df0a0237516..76b6402214d30 100644 --- a/clients/client-iot/src/commands/DescribeThingCommand.ts +++ b/clients/client-iot/src/commands/DescribeThingCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeThingRequest, DescribeThingResponse } from "../models/models_1"; import { de_DescribeThingCommand, se_DescribeThingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeThingGroupCommand.ts b/clients/client-iot/src/commands/DescribeThingGroupCommand.ts index e4b9fa8016bb1..a3866d7768471 100644 --- a/clients/client-iot/src/commands/DescribeThingGroupCommand.ts +++ b/clients/client-iot/src/commands/DescribeThingGroupCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeThingGroupRequest, DescribeThingGroupResponse } from "../models/models_1"; import { de_DescribeThingGroupCommand, se_DescribeThingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeThingRegistrationTaskCommand.ts b/clients/client-iot/src/commands/DescribeThingRegistrationTaskCommand.ts index 6fd462ab6eaed..c0b435aa507fa 100644 --- a/clients/client-iot/src/commands/DescribeThingRegistrationTaskCommand.ts +++ b/clients/client-iot/src/commands/DescribeThingRegistrationTaskCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeThingRegistrationTaskCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DescribeThingTypeCommand.ts b/clients/client-iot/src/commands/DescribeThingTypeCommand.ts index 3dd39bf8add0a..b7a46b177b872 100644 --- a/clients/client-iot/src/commands/DescribeThingTypeCommand.ts +++ b/clients/client-iot/src/commands/DescribeThingTypeCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeThingTypeRequest, DescribeThingTypeResponse } from "../models/models_1"; import { de_DescribeThingTypeCommand, se_DescribeThingTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DetachPolicyCommand.ts b/clients/client-iot/src/commands/DetachPolicyCommand.ts index c663df78b93bc..0fbedfd528020 100644 --- a/clients/client-iot/src/commands/DetachPolicyCommand.ts +++ b/clients/client-iot/src/commands/DetachPolicyCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DetachPolicyRequest } from "../models/models_1"; import { de_DetachPolicyCommand, se_DetachPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts b/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts index 5268450291bc9..41811968eb6dd 100644 --- a/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts +++ b/clients/client-iot/src/commands/DetachPrincipalPolicyCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DetachPrincipalPolicyRequest } from "../models/models_1"; import { de_DetachPrincipalPolicyCommand, se_DetachPrincipalPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DetachSecurityProfileCommand.ts b/clients/client-iot/src/commands/DetachSecurityProfileCommand.ts index eb6c9da312e8e..2832a5ecfda4c 100644 --- a/clients/client-iot/src/commands/DetachSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/DetachSecurityProfileCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DetachSecurityProfileRequest, DetachSecurityProfileResponse } from "../models/models_1"; import { de_DetachSecurityProfileCommand, se_DetachSecurityProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DetachThingPrincipalCommand.ts b/clients/client-iot/src/commands/DetachThingPrincipalCommand.ts index 0493ef7d69d20..9d109cf49ff2a 100644 --- a/clients/client-iot/src/commands/DetachThingPrincipalCommand.ts +++ b/clients/client-iot/src/commands/DetachThingPrincipalCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DetachThingPrincipalRequest, DetachThingPrincipalResponse } from "../models/models_1"; import { de_DetachThingPrincipalCommand, se_DetachThingPrincipalCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/DisableTopicRuleCommand.ts b/clients/client-iot/src/commands/DisableTopicRuleCommand.ts index 68be3ac158def..e8f48384f2d5c 100644 --- a/clients/client-iot/src/commands/DisableTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/DisableTopicRuleCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisableTopicRuleRequest } from "../models/models_1"; import { de_DisableTopicRuleCommand, se_DisableTopicRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/EnableTopicRuleCommand.ts b/clients/client-iot/src/commands/EnableTopicRuleCommand.ts index 80b838722beab..44e8ab2309f48 100644 --- a/clients/client-iot/src/commands/EnableTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/EnableTopicRuleCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { EnableTopicRuleRequest } from "../models/models_1"; import { de_EnableTopicRuleCommand, se_EnableTopicRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/GetBehaviorModelTrainingSummariesCommand.ts b/clients/client-iot/src/commands/GetBehaviorModelTrainingSummariesCommand.ts index 6518429805b49..6601e99fef940 100644 --- a/clients/client-iot/src/commands/GetBehaviorModelTrainingSummariesCommand.ts +++ b/clients/client-iot/src/commands/GetBehaviorModelTrainingSummariesCommand.ts @@ -23,6 +23,10 @@ import { se_GetBehaviorModelTrainingSummariesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/GetBucketsAggregationCommand.ts b/clients/client-iot/src/commands/GetBucketsAggregationCommand.ts index 1a12f3900fb96..a92d88d877cbd 100644 --- a/clients/client-iot/src/commands/GetBucketsAggregationCommand.ts +++ b/clients/client-iot/src/commands/GetBucketsAggregationCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetBucketsAggregationRequest, GetBucketsAggregationResponse } from "../models/models_1"; import { de_GetBucketsAggregationCommand, se_GetBucketsAggregationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/GetCardinalityCommand.ts b/clients/client-iot/src/commands/GetCardinalityCommand.ts index 45e2145b49125..5e4fc83037bba 100644 --- a/clients/client-iot/src/commands/GetCardinalityCommand.ts +++ b/clients/client-iot/src/commands/GetCardinalityCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetCardinalityRequest, GetCardinalityResponse } from "../models/models_1"; import { de_GetCardinalityCommand, se_GetCardinalityCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/GetEffectivePoliciesCommand.ts b/clients/client-iot/src/commands/GetEffectivePoliciesCommand.ts index 8d03d93f1d2b9..79d52530c1dd2 100644 --- a/clients/client-iot/src/commands/GetEffectivePoliciesCommand.ts +++ b/clients/client-iot/src/commands/GetEffectivePoliciesCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetEffectivePoliciesRequest, GetEffectivePoliciesResponse } from "../models/models_1"; import { de_GetEffectivePoliciesCommand, se_GetEffectivePoliciesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/GetIndexingConfigurationCommand.ts b/clients/client-iot/src/commands/GetIndexingConfigurationCommand.ts index 9fe98c87aa905..d81c3c4fccfda 100644 --- a/clients/client-iot/src/commands/GetIndexingConfigurationCommand.ts +++ b/clients/client-iot/src/commands/GetIndexingConfigurationCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetIndexingConfigurationRequest, GetIndexingConfigurationResponse } from "../models/models_1"; import { de_GetIndexingConfigurationCommand, se_GetIndexingConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/GetJobDocumentCommand.ts b/clients/client-iot/src/commands/GetJobDocumentCommand.ts index a3a06cb93ac37..81bf095d6ce0d 100644 --- a/clients/client-iot/src/commands/GetJobDocumentCommand.ts +++ b/clients/client-iot/src/commands/GetJobDocumentCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetJobDocumentRequest, GetJobDocumentResponse } from "../models/models_1"; import { de_GetJobDocumentCommand, se_GetJobDocumentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/GetLoggingOptionsCommand.ts b/clients/client-iot/src/commands/GetLoggingOptionsCommand.ts index a8aa4e4231c49..0b58b8d0f9bb0 100644 --- a/clients/client-iot/src/commands/GetLoggingOptionsCommand.ts +++ b/clients/client-iot/src/commands/GetLoggingOptionsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetLoggingOptionsRequest, GetLoggingOptionsResponse } from "../models/models_1"; import { de_GetLoggingOptionsCommand, se_GetLoggingOptionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/GetOTAUpdateCommand.ts b/clients/client-iot/src/commands/GetOTAUpdateCommand.ts index 2c2207a7f259b..9cb8c959f2cb2 100644 --- a/clients/client-iot/src/commands/GetOTAUpdateCommand.ts +++ b/clients/client-iot/src/commands/GetOTAUpdateCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetOTAUpdateRequest, GetOTAUpdateResponse } from "../models/models_1"; import { de_GetOTAUpdateCommand, se_GetOTAUpdateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/GetPercentilesCommand.ts b/clients/client-iot/src/commands/GetPercentilesCommand.ts index 234f52fd7b711..863877d6befb5 100644 --- a/clients/client-iot/src/commands/GetPercentilesCommand.ts +++ b/clients/client-iot/src/commands/GetPercentilesCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetPercentilesRequest, GetPercentilesResponse } from "../models/models_1"; import { de_GetPercentilesCommand, se_GetPercentilesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/GetPolicyCommand.ts b/clients/client-iot/src/commands/GetPolicyCommand.ts index 6ca9fc89fbeef..d6a81a6d8c31a 100644 --- a/clients/client-iot/src/commands/GetPolicyCommand.ts +++ b/clients/client-iot/src/commands/GetPolicyCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetPolicyRequest, GetPolicyResponse } from "../models/models_1"; import { de_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/GetPolicyVersionCommand.ts b/clients/client-iot/src/commands/GetPolicyVersionCommand.ts index df81bb643d26b..73039f6ca9eb3 100644 --- a/clients/client-iot/src/commands/GetPolicyVersionCommand.ts +++ b/clients/client-iot/src/commands/GetPolicyVersionCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetPolicyVersionRequest, GetPolicyVersionResponse } from "../models/models_1"; import { de_GetPolicyVersionCommand, se_GetPolicyVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/GetRegistrationCodeCommand.ts b/clients/client-iot/src/commands/GetRegistrationCodeCommand.ts index 2bc0808b1f6e6..23b92bb1e77fe 100644 --- a/clients/client-iot/src/commands/GetRegistrationCodeCommand.ts +++ b/clients/client-iot/src/commands/GetRegistrationCodeCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetRegistrationCodeRequest, GetRegistrationCodeResponse } from "../models/models_1"; import { de_GetRegistrationCodeCommand, se_GetRegistrationCodeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/GetStatisticsCommand.ts b/clients/client-iot/src/commands/GetStatisticsCommand.ts index 90feae27a8a94..fcda16da193f2 100644 --- a/clients/client-iot/src/commands/GetStatisticsCommand.ts +++ b/clients/client-iot/src/commands/GetStatisticsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetStatisticsRequest, GetStatisticsResponse } from "../models/models_1"; import { de_GetStatisticsCommand, se_GetStatisticsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/GetTopicRuleCommand.ts b/clients/client-iot/src/commands/GetTopicRuleCommand.ts index a149654b6a59e..262345cbe5239 100644 --- a/clients/client-iot/src/commands/GetTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/GetTopicRuleCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetTopicRuleRequest, GetTopicRuleResponse } from "../models/models_1"; import { de_GetTopicRuleCommand, se_GetTopicRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/GetTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/GetTopicRuleDestinationCommand.ts index 6604630279f23..d531414d40a49 100644 --- a/clients/client-iot/src/commands/GetTopicRuleDestinationCommand.ts +++ b/clients/client-iot/src/commands/GetTopicRuleDestinationCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetTopicRuleDestinationRequest, GetTopicRuleDestinationResponse } from "../models/models_1"; import { de_GetTopicRuleDestinationCommand, se_GetTopicRuleDestinationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/GetV2LoggingOptionsCommand.ts b/clients/client-iot/src/commands/GetV2LoggingOptionsCommand.ts index 73479c6e967db..d501b3fcc38ce 100644 --- a/clients/client-iot/src/commands/GetV2LoggingOptionsCommand.ts +++ b/clients/client-iot/src/commands/GetV2LoggingOptionsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetV2LoggingOptionsRequest, GetV2LoggingOptionsResponse } from "../models/models_1"; import { de_GetV2LoggingOptionsCommand, se_GetV2LoggingOptionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListActiveViolationsCommand.ts b/clients/client-iot/src/commands/ListActiveViolationsCommand.ts index 52876c53c11e7..d005bc82655d1 100644 --- a/clients/client-iot/src/commands/ListActiveViolationsCommand.ts +++ b/clients/client-iot/src/commands/ListActiveViolationsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListActiveViolationsRequest, ListActiveViolationsResponse } from "../models/models_1"; import { de_ListActiveViolationsCommand, se_ListActiveViolationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListAttachedPoliciesCommand.ts b/clients/client-iot/src/commands/ListAttachedPoliciesCommand.ts index d114512c7ca1f..5e56c082900ef 100644 --- a/clients/client-iot/src/commands/ListAttachedPoliciesCommand.ts +++ b/clients/client-iot/src/commands/ListAttachedPoliciesCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListAttachedPoliciesRequest, ListAttachedPoliciesResponse } from "../models/models_1"; import { de_ListAttachedPoliciesCommand, se_ListAttachedPoliciesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListAuditFindingsCommand.ts b/clients/client-iot/src/commands/ListAuditFindingsCommand.ts index 84522a0341af8..950c586d10046 100644 --- a/clients/client-iot/src/commands/ListAuditFindingsCommand.ts +++ b/clients/client-iot/src/commands/ListAuditFindingsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListAuditFindingsRequest, ListAuditFindingsResponse } from "../models/models_1"; import { de_ListAuditFindingsCommand, se_ListAuditFindingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListAuditMitigationActionsExecutionsCommand.ts b/clients/client-iot/src/commands/ListAuditMitigationActionsExecutionsCommand.ts index e47dfeb0d6c3b..d1cd24254dff3 100644 --- a/clients/client-iot/src/commands/ListAuditMitigationActionsExecutionsCommand.ts +++ b/clients/client-iot/src/commands/ListAuditMitigationActionsExecutionsCommand.ts @@ -23,6 +23,10 @@ import { se_ListAuditMitigationActionsExecutionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListAuditMitigationActionsTasksCommand.ts b/clients/client-iot/src/commands/ListAuditMitigationActionsTasksCommand.ts index e1536554fecb7..d7251799146af 100644 --- a/clients/client-iot/src/commands/ListAuditMitigationActionsTasksCommand.ts +++ b/clients/client-iot/src/commands/ListAuditMitigationActionsTasksCommand.ts @@ -20,6 +20,10 @@ import { se_ListAuditMitigationActionsTasksCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListAuditSuppressionsCommand.ts b/clients/client-iot/src/commands/ListAuditSuppressionsCommand.ts index 98bd4aec3c3dc..8c3d8cbb78a8f 100644 --- a/clients/client-iot/src/commands/ListAuditSuppressionsCommand.ts +++ b/clients/client-iot/src/commands/ListAuditSuppressionsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListAuditSuppressionsRequest, ListAuditSuppressionsResponse } from "../models/models_1"; import { de_ListAuditSuppressionsCommand, se_ListAuditSuppressionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListAuditTasksCommand.ts b/clients/client-iot/src/commands/ListAuditTasksCommand.ts index 717a833ad6ab2..ccb4bf69220f6 100644 --- a/clients/client-iot/src/commands/ListAuditTasksCommand.ts +++ b/clients/client-iot/src/commands/ListAuditTasksCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListAuditTasksRequest, ListAuditTasksResponse } from "../models/models_1"; import { de_ListAuditTasksCommand, se_ListAuditTasksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListAuthorizersCommand.ts b/clients/client-iot/src/commands/ListAuthorizersCommand.ts index 07b1287dae21d..f7d91cbb30268 100644 --- a/clients/client-iot/src/commands/ListAuthorizersCommand.ts +++ b/clients/client-iot/src/commands/ListAuthorizersCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListAuthorizersRequest, ListAuthorizersResponse } from "../models/models_1"; import { de_ListAuthorizersCommand, se_ListAuthorizersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListBillingGroupsCommand.ts b/clients/client-iot/src/commands/ListBillingGroupsCommand.ts index 29c0cc46767e8..2540b1745c607 100644 --- a/clients/client-iot/src/commands/ListBillingGroupsCommand.ts +++ b/clients/client-iot/src/commands/ListBillingGroupsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListBillingGroupsRequest, ListBillingGroupsResponse } from "../models/models_1"; import { de_ListBillingGroupsCommand, se_ListBillingGroupsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListCACertificatesCommand.ts b/clients/client-iot/src/commands/ListCACertificatesCommand.ts index 3945d76be1749..1e0c35d743663 100644 --- a/clients/client-iot/src/commands/ListCACertificatesCommand.ts +++ b/clients/client-iot/src/commands/ListCACertificatesCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListCACertificatesRequest, ListCACertificatesResponse } from "../models/models_1"; import { de_ListCACertificatesCommand, se_ListCACertificatesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListCertificatesByCACommand.ts b/clients/client-iot/src/commands/ListCertificatesByCACommand.ts index 1ae3ed42b20f9..15ccefc629ba4 100644 --- a/clients/client-iot/src/commands/ListCertificatesByCACommand.ts +++ b/clients/client-iot/src/commands/ListCertificatesByCACommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListCertificatesByCARequest, ListCertificatesByCAResponse } from "../models/models_1"; import { de_ListCertificatesByCACommand, se_ListCertificatesByCACommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListCertificatesCommand.ts b/clients/client-iot/src/commands/ListCertificatesCommand.ts index a299d6e4f95e8..5d96fc0d781f1 100644 --- a/clients/client-iot/src/commands/ListCertificatesCommand.ts +++ b/clients/client-iot/src/commands/ListCertificatesCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListCertificatesRequest, ListCertificatesResponse } from "../models/models_1"; import { de_ListCertificatesCommand, se_ListCertificatesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListCustomMetricsCommand.ts b/clients/client-iot/src/commands/ListCustomMetricsCommand.ts index 59f1ebe51f089..a4d488f1b4013 100644 --- a/clients/client-iot/src/commands/ListCustomMetricsCommand.ts +++ b/clients/client-iot/src/commands/ListCustomMetricsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListCustomMetricsRequest, ListCustomMetricsResponse } from "../models/models_1"; import { de_ListCustomMetricsCommand, se_ListCustomMetricsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListDetectMitigationActionsExecutionsCommand.ts b/clients/client-iot/src/commands/ListDetectMitigationActionsExecutionsCommand.ts index 59cca13325fb7..6846122dece4a 100644 --- a/clients/client-iot/src/commands/ListDetectMitigationActionsExecutionsCommand.ts +++ b/clients/client-iot/src/commands/ListDetectMitigationActionsExecutionsCommand.ts @@ -23,6 +23,10 @@ import { se_ListDetectMitigationActionsExecutionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListDetectMitigationActionsTasksCommand.ts b/clients/client-iot/src/commands/ListDetectMitigationActionsTasksCommand.ts index dc14e44cefaf9..8c20dbe2e07f1 100644 --- a/clients/client-iot/src/commands/ListDetectMitigationActionsTasksCommand.ts +++ b/clients/client-iot/src/commands/ListDetectMitigationActionsTasksCommand.ts @@ -20,6 +20,10 @@ import { se_ListDetectMitigationActionsTasksCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListDimensionsCommand.ts b/clients/client-iot/src/commands/ListDimensionsCommand.ts index 31daafa2e66b6..69395c575ec28 100644 --- a/clients/client-iot/src/commands/ListDimensionsCommand.ts +++ b/clients/client-iot/src/commands/ListDimensionsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListDimensionsRequest, ListDimensionsResponse } from "../models/models_1"; import { de_ListDimensionsCommand, se_ListDimensionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListDomainConfigurationsCommand.ts b/clients/client-iot/src/commands/ListDomainConfigurationsCommand.ts index 93b1e3333e188..cf7418abe7ad1 100644 --- a/clients/client-iot/src/commands/ListDomainConfigurationsCommand.ts +++ b/clients/client-iot/src/commands/ListDomainConfigurationsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListDomainConfigurationsRequest, ListDomainConfigurationsResponse } from "../models/models_1"; import { de_ListDomainConfigurationsCommand, se_ListDomainConfigurationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListFleetMetricsCommand.ts b/clients/client-iot/src/commands/ListFleetMetricsCommand.ts index be3dccc2c8375..56e05144ba268 100644 --- a/clients/client-iot/src/commands/ListFleetMetricsCommand.ts +++ b/clients/client-iot/src/commands/ListFleetMetricsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListFleetMetricsRequest, ListFleetMetricsResponse } from "../models/models_1"; import { de_ListFleetMetricsCommand, se_ListFleetMetricsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListIndicesCommand.ts b/clients/client-iot/src/commands/ListIndicesCommand.ts index ffbe1801f2156..4a75649621fd6 100644 --- a/clients/client-iot/src/commands/ListIndicesCommand.ts +++ b/clients/client-iot/src/commands/ListIndicesCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListIndicesRequest, ListIndicesResponse } from "../models/models_1"; import { de_ListIndicesCommand, se_ListIndicesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListJobExecutionsForJobCommand.ts b/clients/client-iot/src/commands/ListJobExecutionsForJobCommand.ts index b6b92d4cb1cd9..d204bed2c4cdc 100644 --- a/clients/client-iot/src/commands/ListJobExecutionsForJobCommand.ts +++ b/clients/client-iot/src/commands/ListJobExecutionsForJobCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListJobExecutionsForJobRequest, ListJobExecutionsForJobResponse } from "../models/models_1"; import { de_ListJobExecutionsForJobCommand, se_ListJobExecutionsForJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListJobExecutionsForThingCommand.ts b/clients/client-iot/src/commands/ListJobExecutionsForThingCommand.ts index d6ed56a9ab594..36e6c821ae5f2 100644 --- a/clients/client-iot/src/commands/ListJobExecutionsForThingCommand.ts +++ b/clients/client-iot/src/commands/ListJobExecutionsForThingCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListJobExecutionsForThingRequest, ListJobExecutionsForThingResponse } from "../models/models_1"; import { de_ListJobExecutionsForThingCommand, se_ListJobExecutionsForThingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListJobTemplatesCommand.ts b/clients/client-iot/src/commands/ListJobTemplatesCommand.ts index 48ffaf1c6b66a..0140d1ff695d2 100644 --- a/clients/client-iot/src/commands/ListJobTemplatesCommand.ts +++ b/clients/client-iot/src/commands/ListJobTemplatesCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListJobTemplatesRequest, ListJobTemplatesResponse } from "../models/models_1"; import { de_ListJobTemplatesCommand, se_ListJobTemplatesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListJobsCommand.ts b/clients/client-iot/src/commands/ListJobsCommand.ts index 4558ed3de7f06..a5e2b33fd1448 100644 --- a/clients/client-iot/src/commands/ListJobsCommand.ts +++ b/clients/client-iot/src/commands/ListJobsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListJobsRequest, ListJobsResponse } from "../models/models_1"; import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListManagedJobTemplatesCommand.ts b/clients/client-iot/src/commands/ListManagedJobTemplatesCommand.ts index 7a1e10456471e..d394b28c7d107 100644 --- a/clients/client-iot/src/commands/ListManagedJobTemplatesCommand.ts +++ b/clients/client-iot/src/commands/ListManagedJobTemplatesCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListManagedJobTemplatesRequest, ListManagedJobTemplatesResponse } from "../models/models_1"; import { de_ListManagedJobTemplatesCommand, se_ListManagedJobTemplatesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListMetricValuesCommand.ts b/clients/client-iot/src/commands/ListMetricValuesCommand.ts index 1b9b277f3ba81..6518a1f848147 100644 --- a/clients/client-iot/src/commands/ListMetricValuesCommand.ts +++ b/clients/client-iot/src/commands/ListMetricValuesCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListMetricValuesRequest, ListMetricValuesResponse } from "../models/models_1"; import { de_ListMetricValuesCommand, se_ListMetricValuesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListMitigationActionsCommand.ts b/clients/client-iot/src/commands/ListMitigationActionsCommand.ts index f71ffd07c969a..00a2e7945120a 100644 --- a/clients/client-iot/src/commands/ListMitigationActionsCommand.ts +++ b/clients/client-iot/src/commands/ListMitigationActionsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListMitigationActionsRequest, ListMitigationActionsResponse } from "../models/models_1"; import { de_ListMitigationActionsCommand, se_ListMitigationActionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListOTAUpdatesCommand.ts b/clients/client-iot/src/commands/ListOTAUpdatesCommand.ts index 2eb960f8b8d8d..ccfbb8ba65097 100644 --- a/clients/client-iot/src/commands/ListOTAUpdatesCommand.ts +++ b/clients/client-iot/src/commands/ListOTAUpdatesCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListOTAUpdatesRequest, ListOTAUpdatesResponse } from "../models/models_1"; import { de_ListOTAUpdatesCommand, se_ListOTAUpdatesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListOutgoingCertificatesCommand.ts b/clients/client-iot/src/commands/ListOutgoingCertificatesCommand.ts index ceacd552d036d..cc783963288d0 100644 --- a/clients/client-iot/src/commands/ListOutgoingCertificatesCommand.ts +++ b/clients/client-iot/src/commands/ListOutgoingCertificatesCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListOutgoingCertificatesRequest, ListOutgoingCertificatesResponse } from "../models/models_1"; import { de_ListOutgoingCertificatesCommand, se_ListOutgoingCertificatesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListPoliciesCommand.ts b/clients/client-iot/src/commands/ListPoliciesCommand.ts index 42600f5f1fd1b..109a08e3869be 100644 --- a/clients/client-iot/src/commands/ListPoliciesCommand.ts +++ b/clients/client-iot/src/commands/ListPoliciesCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_1"; import { de_ListPoliciesCommand, se_ListPoliciesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts b/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts index ae23ac0962b0b..19eb620fe61e9 100644 --- a/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts +++ b/clients/client-iot/src/commands/ListPolicyPrincipalsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListPolicyPrincipalsRequest, ListPolicyPrincipalsResponse } from "../models/models_1"; import { de_ListPolicyPrincipalsCommand, se_ListPolicyPrincipalsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListPolicyVersionsCommand.ts b/clients/client-iot/src/commands/ListPolicyVersionsCommand.ts index bfe99c2d7cf96..253d8a77c21bb 100644 --- a/clients/client-iot/src/commands/ListPolicyVersionsCommand.ts +++ b/clients/client-iot/src/commands/ListPolicyVersionsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListPolicyVersionsRequest, ListPolicyVersionsResponse } from "../models/models_1"; import { de_ListPolicyVersionsCommand, se_ListPolicyVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts b/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts index cfd249ff87af3..d74e37132bc6f 100644 --- a/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts +++ b/clients/client-iot/src/commands/ListPrincipalPoliciesCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListPrincipalPoliciesRequest, ListPrincipalPoliciesResponse } from "../models/models_1"; import { de_ListPrincipalPoliciesCommand, se_ListPrincipalPoliciesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListPrincipalThingsCommand.ts b/clients/client-iot/src/commands/ListPrincipalThingsCommand.ts index 8f78f0e84923d..033ebcd973798 100644 --- a/clients/client-iot/src/commands/ListPrincipalThingsCommand.ts +++ b/clients/client-iot/src/commands/ListPrincipalThingsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListPrincipalThingsRequest, ListPrincipalThingsResponse } from "../models/models_1"; import { de_ListPrincipalThingsCommand, se_ListPrincipalThingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListProvisioningTemplateVersionsCommand.ts b/clients/client-iot/src/commands/ListProvisioningTemplateVersionsCommand.ts index 7df3436a02b26..a91eca54b1741 100644 --- a/clients/client-iot/src/commands/ListProvisioningTemplateVersionsCommand.ts +++ b/clients/client-iot/src/commands/ListProvisioningTemplateVersionsCommand.ts @@ -20,6 +20,10 @@ import { se_ListProvisioningTemplateVersionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListProvisioningTemplatesCommand.ts b/clients/client-iot/src/commands/ListProvisioningTemplatesCommand.ts index 11837afa35ccf..5eb1d30f2a708 100644 --- a/clients/client-iot/src/commands/ListProvisioningTemplatesCommand.ts +++ b/clients/client-iot/src/commands/ListProvisioningTemplatesCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListProvisioningTemplatesRequest, ListProvisioningTemplatesResponse } from "../models/models_1"; import { de_ListProvisioningTemplatesCommand, se_ListProvisioningTemplatesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListRelatedResourcesForAuditFindingCommand.ts b/clients/client-iot/src/commands/ListRelatedResourcesForAuditFindingCommand.ts index c126e3e9e01c4..4e420732d5e9c 100644 --- a/clients/client-iot/src/commands/ListRelatedResourcesForAuditFindingCommand.ts +++ b/clients/client-iot/src/commands/ListRelatedResourcesForAuditFindingCommand.ts @@ -23,6 +23,10 @@ import { se_ListRelatedResourcesForAuditFindingCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListRoleAliasesCommand.ts b/clients/client-iot/src/commands/ListRoleAliasesCommand.ts index 2187c7d031b47..7a66ef92de4f6 100644 --- a/clients/client-iot/src/commands/ListRoleAliasesCommand.ts +++ b/clients/client-iot/src/commands/ListRoleAliasesCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListRoleAliasesRequest, ListRoleAliasesResponse } from "../models/models_1"; import { de_ListRoleAliasesCommand, se_ListRoleAliasesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListScheduledAuditsCommand.ts b/clients/client-iot/src/commands/ListScheduledAuditsCommand.ts index c7cf4ca739273..ca82138bcdd25 100644 --- a/clients/client-iot/src/commands/ListScheduledAuditsCommand.ts +++ b/clients/client-iot/src/commands/ListScheduledAuditsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListScheduledAuditsRequest, ListScheduledAuditsResponse } from "../models/models_1"; import { de_ListScheduledAuditsCommand, se_ListScheduledAuditsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListSecurityProfilesCommand.ts b/clients/client-iot/src/commands/ListSecurityProfilesCommand.ts index b72680d5c451d..7811a9402b7f5 100644 --- a/clients/client-iot/src/commands/ListSecurityProfilesCommand.ts +++ b/clients/client-iot/src/commands/ListSecurityProfilesCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListSecurityProfilesRequest, ListSecurityProfilesResponse } from "../models/models_1"; import { de_ListSecurityProfilesCommand, se_ListSecurityProfilesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListSecurityProfilesForTargetCommand.ts b/clients/client-iot/src/commands/ListSecurityProfilesForTargetCommand.ts index ef85c6214c930..05cbf8ab0fc19 100644 --- a/clients/client-iot/src/commands/ListSecurityProfilesForTargetCommand.ts +++ b/clients/client-iot/src/commands/ListSecurityProfilesForTargetCommand.ts @@ -21,6 +21,10 @@ import { se_ListSecurityProfilesForTargetCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListStreamsCommand.ts b/clients/client-iot/src/commands/ListStreamsCommand.ts index 01c1b749e0db9..42c8a60e6e477 100644 --- a/clients/client-iot/src/commands/ListStreamsCommand.ts +++ b/clients/client-iot/src/commands/ListStreamsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListStreamsRequest, ListStreamsResponse } from "../models/models_2"; import { de_ListStreamsCommand, se_ListStreamsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListTagsForResourceCommand.ts b/clients/client-iot/src/commands/ListTagsForResourceCommand.ts index 977ecd5f97a6c..ec66b23a36c0c 100644 --- a/clients/client-iot/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iot/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_2"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListTargetsForPolicyCommand.ts b/clients/client-iot/src/commands/ListTargetsForPolicyCommand.ts index ecaaabc4663d4..41548bf8536af 100644 --- a/clients/client-iot/src/commands/ListTargetsForPolicyCommand.ts +++ b/clients/client-iot/src/commands/ListTargetsForPolicyCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListTargetsForPolicyRequest, ListTargetsForPolicyResponse } from "../models/models_2"; import { de_ListTargetsForPolicyCommand, se_ListTargetsForPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListTargetsForSecurityProfileCommand.ts b/clients/client-iot/src/commands/ListTargetsForSecurityProfileCommand.ts index 3dfb9ded1ff11..e8c093c66c628 100644 --- a/clients/client-iot/src/commands/ListTargetsForSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/ListTargetsForSecurityProfileCommand.ts @@ -20,6 +20,10 @@ import { se_ListTargetsForSecurityProfileCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListThingGroupsCommand.ts b/clients/client-iot/src/commands/ListThingGroupsCommand.ts index e0a9d075b27ce..1561315bab44c 100644 --- a/clients/client-iot/src/commands/ListThingGroupsCommand.ts +++ b/clients/client-iot/src/commands/ListThingGroupsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListThingGroupsRequest, ListThingGroupsResponse } from "../models/models_2"; import { de_ListThingGroupsCommand, se_ListThingGroupsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListThingGroupsForThingCommand.ts b/clients/client-iot/src/commands/ListThingGroupsForThingCommand.ts index 13dc9f607db8d..ddd2d1fce6d53 100644 --- a/clients/client-iot/src/commands/ListThingGroupsForThingCommand.ts +++ b/clients/client-iot/src/commands/ListThingGroupsForThingCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListThingGroupsForThingRequest, ListThingGroupsForThingResponse } from "../models/models_2"; import { de_ListThingGroupsForThingCommand, se_ListThingGroupsForThingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListThingPrincipalsCommand.ts b/clients/client-iot/src/commands/ListThingPrincipalsCommand.ts index 8cd4092babff8..82ccefadb23ac 100644 --- a/clients/client-iot/src/commands/ListThingPrincipalsCommand.ts +++ b/clients/client-iot/src/commands/ListThingPrincipalsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListThingPrincipalsRequest, ListThingPrincipalsResponse } from "../models/models_2"; import { de_ListThingPrincipalsCommand, se_ListThingPrincipalsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListThingRegistrationTaskReportsCommand.ts b/clients/client-iot/src/commands/ListThingRegistrationTaskReportsCommand.ts index 18f81abd5b9fb..581c8fffcc730 100644 --- a/clients/client-iot/src/commands/ListThingRegistrationTaskReportsCommand.ts +++ b/clients/client-iot/src/commands/ListThingRegistrationTaskReportsCommand.ts @@ -20,6 +20,10 @@ import { se_ListThingRegistrationTaskReportsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListThingRegistrationTasksCommand.ts b/clients/client-iot/src/commands/ListThingRegistrationTasksCommand.ts index cce9c212312a8..c529bc42d5e5b 100644 --- a/clients/client-iot/src/commands/ListThingRegistrationTasksCommand.ts +++ b/clients/client-iot/src/commands/ListThingRegistrationTasksCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListThingRegistrationTasksRequest, ListThingRegistrationTasksResponse } from "../models/models_2"; import { de_ListThingRegistrationTasksCommand, se_ListThingRegistrationTasksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListThingTypesCommand.ts b/clients/client-iot/src/commands/ListThingTypesCommand.ts index 11da3f966785f..ee1f0b0cc7adc 100644 --- a/clients/client-iot/src/commands/ListThingTypesCommand.ts +++ b/clients/client-iot/src/commands/ListThingTypesCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListThingTypesRequest, ListThingTypesResponse } from "../models/models_2"; import { de_ListThingTypesCommand, se_ListThingTypesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListThingsCommand.ts b/clients/client-iot/src/commands/ListThingsCommand.ts index 424f28d91c36f..c8c5bef8e86ca 100644 --- a/clients/client-iot/src/commands/ListThingsCommand.ts +++ b/clients/client-iot/src/commands/ListThingsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListThingsRequest, ListThingsResponse } from "../models/models_2"; import { de_ListThingsCommand, se_ListThingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListThingsInBillingGroupCommand.ts b/clients/client-iot/src/commands/ListThingsInBillingGroupCommand.ts index dd47673421634..599e32e3a7c36 100644 --- a/clients/client-iot/src/commands/ListThingsInBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/ListThingsInBillingGroupCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListThingsInBillingGroupRequest, ListThingsInBillingGroupResponse } from "../models/models_2"; import { de_ListThingsInBillingGroupCommand, se_ListThingsInBillingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListThingsInThingGroupCommand.ts b/clients/client-iot/src/commands/ListThingsInThingGroupCommand.ts index e5fd42cc15010..cb3ec68ab9694 100644 --- a/clients/client-iot/src/commands/ListThingsInThingGroupCommand.ts +++ b/clients/client-iot/src/commands/ListThingsInThingGroupCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListThingsInThingGroupRequest, ListThingsInThingGroupResponse } from "../models/models_2"; import { de_ListThingsInThingGroupCommand, se_ListThingsInThingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListTopicRuleDestinationsCommand.ts b/clients/client-iot/src/commands/ListTopicRuleDestinationsCommand.ts index f801e4341c9dc..29804f363f43a 100644 --- a/clients/client-iot/src/commands/ListTopicRuleDestinationsCommand.ts +++ b/clients/client-iot/src/commands/ListTopicRuleDestinationsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListTopicRuleDestinationsRequest, ListTopicRuleDestinationsResponse } from "../models/models_2"; import { de_ListTopicRuleDestinationsCommand, se_ListTopicRuleDestinationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListTopicRulesCommand.ts b/clients/client-iot/src/commands/ListTopicRulesCommand.ts index 8b44a57f6c567..4a27edb1e1edb 100644 --- a/clients/client-iot/src/commands/ListTopicRulesCommand.ts +++ b/clients/client-iot/src/commands/ListTopicRulesCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListTopicRulesRequest, ListTopicRulesResponse } from "../models/models_2"; import { de_ListTopicRulesCommand, se_ListTopicRulesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListV2LoggingLevelsCommand.ts b/clients/client-iot/src/commands/ListV2LoggingLevelsCommand.ts index b8d29e3daf6ca..d4204e4b1050f 100644 --- a/clients/client-iot/src/commands/ListV2LoggingLevelsCommand.ts +++ b/clients/client-iot/src/commands/ListV2LoggingLevelsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListV2LoggingLevelsRequest, ListV2LoggingLevelsResponse } from "../models/models_2"; import { de_ListV2LoggingLevelsCommand, se_ListV2LoggingLevelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ListViolationEventsCommand.ts b/clients/client-iot/src/commands/ListViolationEventsCommand.ts index 5531e7f671935..d6b7ffc87089f 100644 --- a/clients/client-iot/src/commands/ListViolationEventsCommand.ts +++ b/clients/client-iot/src/commands/ListViolationEventsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListViolationEventsRequest, ListViolationEventsResponse } from "../models/models_2"; import { de_ListViolationEventsCommand, se_ListViolationEventsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/PutVerificationStateOnViolationCommand.ts b/clients/client-iot/src/commands/PutVerificationStateOnViolationCommand.ts index 0aafa30af95e7..f55a93690638c 100644 --- a/clients/client-iot/src/commands/PutVerificationStateOnViolationCommand.ts +++ b/clients/client-iot/src/commands/PutVerificationStateOnViolationCommand.ts @@ -20,6 +20,10 @@ import { se_PutVerificationStateOnViolationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/RegisterCACertificateCommand.ts b/clients/client-iot/src/commands/RegisterCACertificateCommand.ts index 0a2c947c5276b..854df41d1f58d 100644 --- a/clients/client-iot/src/commands/RegisterCACertificateCommand.ts +++ b/clients/client-iot/src/commands/RegisterCACertificateCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RegisterCACertificateRequest, RegisterCACertificateResponse } from "../models/models_2"; import { de_RegisterCACertificateCommand, se_RegisterCACertificateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/RegisterCertificateCommand.ts b/clients/client-iot/src/commands/RegisterCertificateCommand.ts index faf9a1584b88a..adcd8f94fda3f 100644 --- a/clients/client-iot/src/commands/RegisterCertificateCommand.ts +++ b/clients/client-iot/src/commands/RegisterCertificateCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RegisterCertificateRequest, RegisterCertificateResponse } from "../models/models_2"; import { de_RegisterCertificateCommand, se_RegisterCertificateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/RegisterCertificateWithoutCACommand.ts b/clients/client-iot/src/commands/RegisterCertificateWithoutCACommand.ts index 31d1648c33610..560c2b6bd8b63 100644 --- a/clients/client-iot/src/commands/RegisterCertificateWithoutCACommand.ts +++ b/clients/client-iot/src/commands/RegisterCertificateWithoutCACommand.ts @@ -20,6 +20,10 @@ import { se_RegisterCertificateWithoutCACommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/RegisterThingCommand.ts b/clients/client-iot/src/commands/RegisterThingCommand.ts index 1d8f6d27b9755..d2d9b80a4a1e8 100644 --- a/clients/client-iot/src/commands/RegisterThingCommand.ts +++ b/clients/client-iot/src/commands/RegisterThingCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RegisterThingRequest, RegisterThingResponse } from "../models/models_2"; import { de_RegisterThingCommand, se_RegisterThingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/RejectCertificateTransferCommand.ts b/clients/client-iot/src/commands/RejectCertificateTransferCommand.ts index d68ae5c7ca940..dca749f3d6dc1 100644 --- a/clients/client-iot/src/commands/RejectCertificateTransferCommand.ts +++ b/clients/client-iot/src/commands/RejectCertificateTransferCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RejectCertificateTransferRequest } from "../models/models_2"; import { de_RejectCertificateTransferCommand, se_RejectCertificateTransferCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/RemoveThingFromBillingGroupCommand.ts b/clients/client-iot/src/commands/RemoveThingFromBillingGroupCommand.ts index e005bfb071810..c894d958e6f69 100644 --- a/clients/client-iot/src/commands/RemoveThingFromBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/RemoveThingFromBillingGroupCommand.ts @@ -20,6 +20,10 @@ import { se_RemoveThingFromBillingGroupCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/RemoveThingFromThingGroupCommand.ts b/clients/client-iot/src/commands/RemoveThingFromThingGroupCommand.ts index ae4b17dc96325..fc05ec799731b 100644 --- a/clients/client-iot/src/commands/RemoveThingFromThingGroupCommand.ts +++ b/clients/client-iot/src/commands/RemoveThingFromThingGroupCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RemoveThingFromThingGroupRequest, RemoveThingFromThingGroupResponse } from "../models/models_2"; import { de_RemoveThingFromThingGroupCommand, se_RemoveThingFromThingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ReplaceTopicRuleCommand.ts b/clients/client-iot/src/commands/ReplaceTopicRuleCommand.ts index 49473ec78aca9..7a2357c40368f 100644 --- a/clients/client-iot/src/commands/ReplaceTopicRuleCommand.ts +++ b/clients/client-iot/src/commands/ReplaceTopicRuleCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ReplaceTopicRuleRequest } from "../models/models_2"; import { de_ReplaceTopicRuleCommand, se_ReplaceTopicRuleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/SearchIndexCommand.ts b/clients/client-iot/src/commands/SearchIndexCommand.ts index 5b5176dbb9685..abdcc4e792841 100644 --- a/clients/client-iot/src/commands/SearchIndexCommand.ts +++ b/clients/client-iot/src/commands/SearchIndexCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { SearchIndexRequest, SearchIndexResponse } from "../models/models_2"; import { de_SearchIndexCommand, se_SearchIndexCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/SetDefaultAuthorizerCommand.ts b/clients/client-iot/src/commands/SetDefaultAuthorizerCommand.ts index d8dadedd624c6..a6aa9b0f07ad1 100644 --- a/clients/client-iot/src/commands/SetDefaultAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/SetDefaultAuthorizerCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { SetDefaultAuthorizerRequest, SetDefaultAuthorizerResponse } from "../models/models_2"; import { de_SetDefaultAuthorizerCommand, se_SetDefaultAuthorizerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/SetDefaultPolicyVersionCommand.ts b/clients/client-iot/src/commands/SetDefaultPolicyVersionCommand.ts index 6fb63f80468d5..1f1b285438b22 100644 --- a/clients/client-iot/src/commands/SetDefaultPolicyVersionCommand.ts +++ b/clients/client-iot/src/commands/SetDefaultPolicyVersionCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { SetDefaultPolicyVersionRequest } from "../models/models_2"; import { de_SetDefaultPolicyVersionCommand, se_SetDefaultPolicyVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/SetLoggingOptionsCommand.ts b/clients/client-iot/src/commands/SetLoggingOptionsCommand.ts index bf12c0c3bf81c..75bcd8b1cf2db 100644 --- a/clients/client-iot/src/commands/SetLoggingOptionsCommand.ts +++ b/clients/client-iot/src/commands/SetLoggingOptionsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { SetLoggingOptionsRequest } from "../models/models_2"; import { de_SetLoggingOptionsCommand, se_SetLoggingOptionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/SetV2LoggingLevelCommand.ts b/clients/client-iot/src/commands/SetV2LoggingLevelCommand.ts index 8f7d18878a6eb..4e02f54be0899 100644 --- a/clients/client-iot/src/commands/SetV2LoggingLevelCommand.ts +++ b/clients/client-iot/src/commands/SetV2LoggingLevelCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { SetV2LoggingLevelRequest } from "../models/models_2"; import { de_SetV2LoggingLevelCommand, se_SetV2LoggingLevelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/SetV2LoggingOptionsCommand.ts b/clients/client-iot/src/commands/SetV2LoggingOptionsCommand.ts index ecf7f1c720627..a7ef9b8d0be0c 100644 --- a/clients/client-iot/src/commands/SetV2LoggingOptionsCommand.ts +++ b/clients/client-iot/src/commands/SetV2LoggingOptionsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { SetV2LoggingOptionsRequest } from "../models/models_2"; import { de_SetV2LoggingOptionsCommand, se_SetV2LoggingOptionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/StartAuditMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/StartAuditMitigationActionsTaskCommand.ts index 60db9649460a1..bfa1701ae4802 100644 --- a/clients/client-iot/src/commands/StartAuditMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/StartAuditMitigationActionsTaskCommand.ts @@ -20,6 +20,10 @@ import { se_StartAuditMitigationActionsTaskCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/StartDetectMitigationActionsTaskCommand.ts b/clients/client-iot/src/commands/StartDetectMitigationActionsTaskCommand.ts index 3f9aa6bdad112..ecafbc8bb8aed 100644 --- a/clients/client-iot/src/commands/StartDetectMitigationActionsTaskCommand.ts +++ b/clients/client-iot/src/commands/StartDetectMitigationActionsTaskCommand.ts @@ -20,6 +20,10 @@ import { se_StartDetectMitigationActionsTaskCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/StartOnDemandAuditTaskCommand.ts b/clients/client-iot/src/commands/StartOnDemandAuditTaskCommand.ts index 23182673d557e..db1a906fecf0b 100644 --- a/clients/client-iot/src/commands/StartOnDemandAuditTaskCommand.ts +++ b/clients/client-iot/src/commands/StartOnDemandAuditTaskCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { StartOnDemandAuditTaskRequest, StartOnDemandAuditTaskResponse } from "../models/models_2"; import { de_StartOnDemandAuditTaskCommand, se_StartOnDemandAuditTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/StartThingRegistrationTaskCommand.ts b/clients/client-iot/src/commands/StartThingRegistrationTaskCommand.ts index 5f982c5b2db45..36be41bf9d8f5 100644 --- a/clients/client-iot/src/commands/StartThingRegistrationTaskCommand.ts +++ b/clients/client-iot/src/commands/StartThingRegistrationTaskCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { StartThingRegistrationTaskRequest, StartThingRegistrationTaskResponse } from "../models/models_2"; import { de_StartThingRegistrationTaskCommand, se_StartThingRegistrationTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/StopThingRegistrationTaskCommand.ts b/clients/client-iot/src/commands/StopThingRegistrationTaskCommand.ts index 34f45a6a8ac92..1dc7e49453651 100644 --- a/clients/client-iot/src/commands/StopThingRegistrationTaskCommand.ts +++ b/clients/client-iot/src/commands/StopThingRegistrationTaskCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { StopThingRegistrationTaskRequest, StopThingRegistrationTaskResponse } from "../models/models_2"; import { de_StopThingRegistrationTaskCommand, se_StopThingRegistrationTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/TagResourceCommand.ts b/clients/client-iot/src/commands/TagResourceCommand.ts index 568a5e34e436a..109ae0df88367 100644 --- a/clients/client-iot/src/commands/TagResourceCommand.ts +++ b/clients/client-iot/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagResourceRequest, TagResourceResponse } from "../models/models_2"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/TestAuthorizationCommand.ts b/clients/client-iot/src/commands/TestAuthorizationCommand.ts index afcc6febb9c88..bb8ea8d76acb4 100644 --- a/clients/client-iot/src/commands/TestAuthorizationCommand.ts +++ b/clients/client-iot/src/commands/TestAuthorizationCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TestAuthorizationRequest, TestAuthorizationResponse } from "../models/models_2"; import { de_TestAuthorizationCommand, se_TestAuthorizationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/TestInvokeAuthorizerCommand.ts b/clients/client-iot/src/commands/TestInvokeAuthorizerCommand.ts index 86e27dfae088c..d604cce94b877 100644 --- a/clients/client-iot/src/commands/TestInvokeAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/TestInvokeAuthorizerCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TestInvokeAuthorizerRequest, TestInvokeAuthorizerResponse } from "../models/models_2"; import { de_TestInvokeAuthorizerCommand, se_TestInvokeAuthorizerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/TransferCertificateCommand.ts b/clients/client-iot/src/commands/TransferCertificateCommand.ts index c43893e2c575e..391f2f8d6ac61 100644 --- a/clients/client-iot/src/commands/TransferCertificateCommand.ts +++ b/clients/client-iot/src/commands/TransferCertificateCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TransferCertificateRequest, TransferCertificateResponse } from "../models/models_2"; import { de_TransferCertificateCommand, se_TransferCertificateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UntagResourceCommand.ts b/clients/client-iot/src/commands/UntagResourceCommand.ts index 8fad1fb409312..875922dfffaa9 100644 --- a/clients/client-iot/src/commands/UntagResourceCommand.ts +++ b/clients/client-iot/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagResourceRequest, UntagResourceResponse } from "../models/models_2"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateAccountAuditConfigurationCommand.ts b/clients/client-iot/src/commands/UpdateAccountAuditConfigurationCommand.ts index 874904ea2f205..2865f3ed9b93e 100644 --- a/clients/client-iot/src/commands/UpdateAccountAuditConfigurationCommand.ts +++ b/clients/client-iot/src/commands/UpdateAccountAuditConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateAccountAuditConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateAuditSuppressionCommand.ts b/clients/client-iot/src/commands/UpdateAuditSuppressionCommand.ts index 02c8da1bd2909..06c0f4a7121e1 100644 --- a/clients/client-iot/src/commands/UpdateAuditSuppressionCommand.ts +++ b/clients/client-iot/src/commands/UpdateAuditSuppressionCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateAuditSuppressionRequest, UpdateAuditSuppressionResponse } from "../models/models_2"; import { de_UpdateAuditSuppressionCommand, se_UpdateAuditSuppressionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateAuthorizerCommand.ts b/clients/client-iot/src/commands/UpdateAuthorizerCommand.ts index 6c42bea026473..37c47264c3730 100644 --- a/clients/client-iot/src/commands/UpdateAuthorizerCommand.ts +++ b/clients/client-iot/src/commands/UpdateAuthorizerCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateAuthorizerRequest, UpdateAuthorizerResponse } from "../models/models_2"; import { de_UpdateAuthorizerCommand, se_UpdateAuthorizerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateBillingGroupCommand.ts b/clients/client-iot/src/commands/UpdateBillingGroupCommand.ts index 933ee46e2a5dd..887be469de30d 100644 --- a/clients/client-iot/src/commands/UpdateBillingGroupCommand.ts +++ b/clients/client-iot/src/commands/UpdateBillingGroupCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateBillingGroupRequest, UpdateBillingGroupResponse } from "../models/models_2"; import { de_UpdateBillingGroupCommand, se_UpdateBillingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateCACertificateCommand.ts b/clients/client-iot/src/commands/UpdateCACertificateCommand.ts index 7c4eb64a107be..ad0d16f0d0173 100644 --- a/clients/client-iot/src/commands/UpdateCACertificateCommand.ts +++ b/clients/client-iot/src/commands/UpdateCACertificateCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateCACertificateRequest } from "../models/models_2"; import { de_UpdateCACertificateCommand, se_UpdateCACertificateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateCertificateCommand.ts b/clients/client-iot/src/commands/UpdateCertificateCommand.ts index cae25db7a7a8f..b86d18de2ed61 100644 --- a/clients/client-iot/src/commands/UpdateCertificateCommand.ts +++ b/clients/client-iot/src/commands/UpdateCertificateCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateCertificateRequest } from "../models/models_2"; import { de_UpdateCertificateCommand, se_UpdateCertificateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateCustomMetricCommand.ts b/clients/client-iot/src/commands/UpdateCustomMetricCommand.ts index 202c4bfc750f3..d20d43a58f281 100644 --- a/clients/client-iot/src/commands/UpdateCustomMetricCommand.ts +++ b/clients/client-iot/src/commands/UpdateCustomMetricCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateCustomMetricRequest, UpdateCustomMetricResponse } from "../models/models_2"; import { de_UpdateCustomMetricCommand, se_UpdateCustomMetricCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateDimensionCommand.ts b/clients/client-iot/src/commands/UpdateDimensionCommand.ts index 33a86f95315ca..c32662e55d0de 100644 --- a/clients/client-iot/src/commands/UpdateDimensionCommand.ts +++ b/clients/client-iot/src/commands/UpdateDimensionCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateDimensionRequest, UpdateDimensionResponse } from "../models/models_2"; import { de_UpdateDimensionCommand, se_UpdateDimensionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateDomainConfigurationCommand.ts b/clients/client-iot/src/commands/UpdateDomainConfigurationCommand.ts index 495858840af7f..db5951f2234ee 100644 --- a/clients/client-iot/src/commands/UpdateDomainConfigurationCommand.ts +++ b/clients/client-iot/src/commands/UpdateDomainConfigurationCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateDomainConfigurationRequest, UpdateDomainConfigurationResponse } from "../models/models_2"; import { de_UpdateDomainConfigurationCommand, se_UpdateDomainConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateDynamicThingGroupCommand.ts b/clients/client-iot/src/commands/UpdateDynamicThingGroupCommand.ts index c8478973ff353..0f7718cf6eaf2 100644 --- a/clients/client-iot/src/commands/UpdateDynamicThingGroupCommand.ts +++ b/clients/client-iot/src/commands/UpdateDynamicThingGroupCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateDynamicThingGroupRequest, UpdateDynamicThingGroupResponse } from "../models/models_2"; import { de_UpdateDynamicThingGroupCommand, se_UpdateDynamicThingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateEventConfigurationsCommand.ts b/clients/client-iot/src/commands/UpdateEventConfigurationsCommand.ts index 097ef5f8be46f..0b8fd1b917aec 100644 --- a/clients/client-iot/src/commands/UpdateEventConfigurationsCommand.ts +++ b/clients/client-iot/src/commands/UpdateEventConfigurationsCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateEventConfigurationsRequest, UpdateEventConfigurationsResponse } from "../models/models_2"; import { de_UpdateEventConfigurationsCommand, se_UpdateEventConfigurationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateFleetMetricCommand.ts b/clients/client-iot/src/commands/UpdateFleetMetricCommand.ts index 9f9648f131f97..189400361cf7e 100644 --- a/clients/client-iot/src/commands/UpdateFleetMetricCommand.ts +++ b/clients/client-iot/src/commands/UpdateFleetMetricCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateFleetMetricRequest } from "../models/models_2"; import { de_UpdateFleetMetricCommand, se_UpdateFleetMetricCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateIndexingConfigurationCommand.ts b/clients/client-iot/src/commands/UpdateIndexingConfigurationCommand.ts index 6a722346a37a3..1a6df868bfd1f 100644 --- a/clients/client-iot/src/commands/UpdateIndexingConfigurationCommand.ts +++ b/clients/client-iot/src/commands/UpdateIndexingConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateIndexingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateJobCommand.ts b/clients/client-iot/src/commands/UpdateJobCommand.ts index 98be095fc96bb..256cba90a34b0 100644 --- a/clients/client-iot/src/commands/UpdateJobCommand.ts +++ b/clients/client-iot/src/commands/UpdateJobCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateJobRequest } from "../models/models_2"; import { de_UpdateJobCommand, se_UpdateJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateMitigationActionCommand.ts b/clients/client-iot/src/commands/UpdateMitigationActionCommand.ts index de3b94194cf3b..79a73df10b443 100644 --- a/clients/client-iot/src/commands/UpdateMitigationActionCommand.ts +++ b/clients/client-iot/src/commands/UpdateMitigationActionCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateMitigationActionRequest, UpdateMitigationActionResponse } from "../models/models_2"; import { de_UpdateMitigationActionCommand, se_UpdateMitigationActionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateProvisioningTemplateCommand.ts b/clients/client-iot/src/commands/UpdateProvisioningTemplateCommand.ts index f2ef5264d0f34..9dc1a442e03ab 100644 --- a/clients/client-iot/src/commands/UpdateProvisioningTemplateCommand.ts +++ b/clients/client-iot/src/commands/UpdateProvisioningTemplateCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateProvisioningTemplateRequest, UpdateProvisioningTemplateResponse } from "../models/models_2"; import { de_UpdateProvisioningTemplateCommand, se_UpdateProvisioningTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateRoleAliasCommand.ts b/clients/client-iot/src/commands/UpdateRoleAliasCommand.ts index 161cfcb8bfa04..bac01f7e9dc15 100644 --- a/clients/client-iot/src/commands/UpdateRoleAliasCommand.ts +++ b/clients/client-iot/src/commands/UpdateRoleAliasCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateRoleAliasRequest, UpdateRoleAliasResponse } from "../models/models_2"; import { de_UpdateRoleAliasCommand, se_UpdateRoleAliasCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateScheduledAuditCommand.ts b/clients/client-iot/src/commands/UpdateScheduledAuditCommand.ts index 123850fe71005..556ac237ae3fa 100644 --- a/clients/client-iot/src/commands/UpdateScheduledAuditCommand.ts +++ b/clients/client-iot/src/commands/UpdateScheduledAuditCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateScheduledAuditRequest, UpdateScheduledAuditResponse } from "../models/models_2"; import { de_UpdateScheduledAuditCommand, se_UpdateScheduledAuditCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateSecurityProfileCommand.ts b/clients/client-iot/src/commands/UpdateSecurityProfileCommand.ts index 8e8a351f3cc49..72666db882d0a 100644 --- a/clients/client-iot/src/commands/UpdateSecurityProfileCommand.ts +++ b/clients/client-iot/src/commands/UpdateSecurityProfileCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateSecurityProfileRequest, UpdateSecurityProfileResponse } from "../models/models_2"; import { de_UpdateSecurityProfileCommand, se_UpdateSecurityProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateStreamCommand.ts b/clients/client-iot/src/commands/UpdateStreamCommand.ts index a5fca349f39f0..6c27f37c9181c 100644 --- a/clients/client-iot/src/commands/UpdateStreamCommand.ts +++ b/clients/client-iot/src/commands/UpdateStreamCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateStreamRequest, UpdateStreamResponse } from "../models/models_2"; import { de_UpdateStreamCommand, se_UpdateStreamCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateThingCommand.ts b/clients/client-iot/src/commands/UpdateThingCommand.ts index ff06445fffff4..9fa1e9ecde600 100644 --- a/clients/client-iot/src/commands/UpdateThingCommand.ts +++ b/clients/client-iot/src/commands/UpdateThingCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateThingRequest, UpdateThingResponse } from "../models/models_2"; import { de_UpdateThingCommand, se_UpdateThingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateThingGroupCommand.ts b/clients/client-iot/src/commands/UpdateThingGroupCommand.ts index 6f000fb1cf092..6d86f43fed648 100644 --- a/clients/client-iot/src/commands/UpdateThingGroupCommand.ts +++ b/clients/client-iot/src/commands/UpdateThingGroupCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateThingGroupRequest, UpdateThingGroupResponse } from "../models/models_2"; import { de_UpdateThingGroupCommand, se_UpdateThingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateThingGroupsForThingCommand.ts b/clients/client-iot/src/commands/UpdateThingGroupsForThingCommand.ts index d7f4cbe98390b..23dc2abd6d5cc 100644 --- a/clients/client-iot/src/commands/UpdateThingGroupsForThingCommand.ts +++ b/clients/client-iot/src/commands/UpdateThingGroupsForThingCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateThingGroupsForThingRequest, UpdateThingGroupsForThingResponse } from "../models/models_2"; import { de_UpdateThingGroupsForThingCommand, se_UpdateThingGroupsForThingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/UpdateTopicRuleDestinationCommand.ts b/clients/client-iot/src/commands/UpdateTopicRuleDestinationCommand.ts index d4f972ea25ab8..02d8669e2abd8 100644 --- a/clients/client-iot/src/commands/UpdateTopicRuleDestinationCommand.ts +++ b/clients/client-iot/src/commands/UpdateTopicRuleDestinationCommand.ts @@ -17,6 +17,10 @@ import { IoTClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateTopicRuleDestinationRequest, UpdateTopicRuleDestinationResponse } from "../models/models_2"; import { de_UpdateTopicRuleDestinationCommand, se_UpdateTopicRuleDestinationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/commands/ValidateSecurityProfileBehaviorsCommand.ts b/clients/client-iot/src/commands/ValidateSecurityProfileBehaviorsCommand.ts index d5abc90c9b04b..2dd60c68d5c79 100644 --- a/clients/client-iot/src/commands/ValidateSecurityProfileBehaviorsCommand.ts +++ b/clients/client-iot/src/commands/ValidateSecurityProfileBehaviorsCommand.ts @@ -20,6 +20,10 @@ import { se_ValidateSecurityProfileBehaviorsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iot/src/index.ts b/clients/client-iot/src/index.ts index b9b2a3d4ca327..a043a2607db7c 100644 --- a/clients/client-iot/src/index.ts +++ b/clients/client-iot/src/index.ts @@ -1,8 +1,29 @@ -export * from "./IoT"; // smithy-typescript generated code +/* eslint-disable */ +/** + * IoT + *

IoT provides secure, bi-directional communication between Internet-connected + * devices (such as sensors, actuators, embedded devices, or smart appliances) and the Amazon Web Services + * cloud. You can discover your custom IoT-Data endpoint to communicate with, configure + * rules for data processing and integration with other services, organize resources + * associated with each device (Registry), configure logging, and create and manage + * policies and credentials to authenticate devices.

+ *

The service endpoints that expose this API are listed in + * Amazon Web Services IoT Core Endpoints and Quotas. + * You must use the endpoint for the region that has the resources you want to access.

+ *

The service name used by Amazon Web Services + * Signature Version 4 to sign the request is: + * execute-api.

+ *

For more information about how IoT works, see the Developer + * Guide.

+ *

For information about how to use the credentials provider for IoT, see Authorizing Direct Calls to Amazon Web Services Services.

+ * + * @packageDocumentation + */ export * from "./IoTClient"; +export * from "./IoT"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { IoTServiceException } from "./models/IoTServiceException"; diff --git a/clients/client-iot/src/models/IoTServiceException.ts b/clients/client-iot/src/models/IoTServiceException.ts index 84ed0bb89d398..e0edc4d82a334 100644 --- a/clients/client-iot/src/models/IoTServiceException.ts +++ b/clients/client-iot/src/models/IoTServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-iotanalytics/src/IoTAnalyticsClient.ts b/clients/client-iotanalytics/src/IoTAnalyticsClient.ts index 3cd38b8a51ce5..2cb35e37a6c14 100644 --- a/clients/client-iotanalytics/src/IoTAnalyticsClient.ts +++ b/clients/client-iotanalytics/src/IoTAnalyticsClient.ts @@ -117,6 +117,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -322,7 +324,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type IoTAnalyticsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type IoTAnalyticsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -341,7 +343,7 @@ export interface IoTAnalyticsClientConfig extends IoTAnalyticsClientConfigType { /** * @public */ -type IoTAnalyticsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type IoTAnalyticsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-iotanalytics/src/commands/BatchPutMessageCommand.ts b/clients/client-iotanalytics/src/commands/BatchPutMessageCommand.ts index e564878d73547..631cf557a51ba 100644 --- a/clients/client-iotanalytics/src/commands/BatchPutMessageCommand.ts +++ b/clients/client-iotanalytics/src/commands/BatchPutMessageCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { BatchPutMessageRequest, BatchPutMessageResponse } from "../models/models_0"; import { de_BatchPutMessageCommand, se_BatchPutMessageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/CancelPipelineReprocessingCommand.ts b/clients/client-iotanalytics/src/commands/CancelPipelineReprocessingCommand.ts index a97bc6db5651b..1f5a15330d4e0 100644 --- a/clients/client-iotanalytics/src/commands/CancelPipelineReprocessingCommand.ts +++ b/clients/client-iotanalytics/src/commands/CancelPipelineReprocessingCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CancelPipelineReprocessingRequest, CancelPipelineReprocessingResponse } from "../models/models_0"; import { de_CancelPipelineReprocessingCommand, se_CancelPipelineReprocessingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/CreateChannelCommand.ts b/clients/client-iotanalytics/src/commands/CreateChannelCommand.ts index bb4dbb5ac9ad3..89385a72b7a13 100644 --- a/clients/client-iotanalytics/src/commands/CreateChannelCommand.ts +++ b/clients/client-iotanalytics/src/commands/CreateChannelCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateChannelRequest, CreateChannelResponse } from "../models/models_0"; import { de_CreateChannelCommand, se_CreateChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/CreateDatasetCommand.ts b/clients/client-iotanalytics/src/commands/CreateDatasetCommand.ts index f664cdaaca943..7b672e5cb72ba 100644 --- a/clients/client-iotanalytics/src/commands/CreateDatasetCommand.ts +++ b/clients/client-iotanalytics/src/commands/CreateDatasetCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0"; import { de_CreateDatasetCommand, se_CreateDatasetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/CreateDatasetContentCommand.ts b/clients/client-iotanalytics/src/commands/CreateDatasetContentCommand.ts index cfd8949e24d35..4f11cebb83ae0 100644 --- a/clients/client-iotanalytics/src/commands/CreateDatasetContentCommand.ts +++ b/clients/client-iotanalytics/src/commands/CreateDatasetContentCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateDatasetContentRequest, CreateDatasetContentResponse } from "../models/models_0"; import { de_CreateDatasetContentCommand, se_CreateDatasetContentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/CreateDatastoreCommand.ts b/clients/client-iotanalytics/src/commands/CreateDatastoreCommand.ts index 8780335555829..48c8e21500301 100644 --- a/clients/client-iotanalytics/src/commands/CreateDatastoreCommand.ts +++ b/clients/client-iotanalytics/src/commands/CreateDatastoreCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateDatastoreRequest, CreateDatastoreResponse } from "../models/models_0"; import { de_CreateDatastoreCommand, se_CreateDatastoreCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/CreatePipelineCommand.ts b/clients/client-iotanalytics/src/commands/CreatePipelineCommand.ts index f7b293e083941..75f373ac28bef 100644 --- a/clients/client-iotanalytics/src/commands/CreatePipelineCommand.ts +++ b/clients/client-iotanalytics/src/commands/CreatePipelineCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreatePipelineRequest, CreatePipelineResponse } from "../models/models_0"; import { de_CreatePipelineCommand, se_CreatePipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/DeleteChannelCommand.ts b/clients/client-iotanalytics/src/commands/DeleteChannelCommand.ts index 3252f7fc84016..2918a04e2feee 100644 --- a/clients/client-iotanalytics/src/commands/DeleteChannelCommand.ts +++ b/clients/client-iotanalytics/src/commands/DeleteChannelCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteChannelRequest } from "../models/models_0"; import { de_DeleteChannelCommand, se_DeleteChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/DeleteDatasetCommand.ts b/clients/client-iotanalytics/src/commands/DeleteDatasetCommand.ts index 31979b0438f46..235050e56a2d7 100644 --- a/clients/client-iotanalytics/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-iotanalytics/src/commands/DeleteDatasetCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteDatasetRequest } from "../models/models_0"; import { de_DeleteDatasetCommand, se_DeleteDatasetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/DeleteDatasetContentCommand.ts b/clients/client-iotanalytics/src/commands/DeleteDatasetContentCommand.ts index db50261d6a362..b6679da7a3894 100644 --- a/clients/client-iotanalytics/src/commands/DeleteDatasetContentCommand.ts +++ b/clients/client-iotanalytics/src/commands/DeleteDatasetContentCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteDatasetContentRequest } from "../models/models_0"; import { de_DeleteDatasetContentCommand, se_DeleteDatasetContentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/DeleteDatastoreCommand.ts b/clients/client-iotanalytics/src/commands/DeleteDatastoreCommand.ts index 547fc66109e27..fa2f287f6decb 100644 --- a/clients/client-iotanalytics/src/commands/DeleteDatastoreCommand.ts +++ b/clients/client-iotanalytics/src/commands/DeleteDatastoreCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteDatastoreRequest } from "../models/models_0"; import { de_DeleteDatastoreCommand, se_DeleteDatastoreCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/DeletePipelineCommand.ts b/clients/client-iotanalytics/src/commands/DeletePipelineCommand.ts index 356c2f9165082..e63727968a941 100644 --- a/clients/client-iotanalytics/src/commands/DeletePipelineCommand.ts +++ b/clients/client-iotanalytics/src/commands/DeletePipelineCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeletePipelineRequest } from "../models/models_0"; import { de_DeletePipelineCommand, se_DeletePipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/DescribeChannelCommand.ts b/clients/client-iotanalytics/src/commands/DescribeChannelCommand.ts index 205c6b9050b2a..0faa48eeabedb 100644 --- a/clients/client-iotanalytics/src/commands/DescribeChannelCommand.ts +++ b/clients/client-iotanalytics/src/commands/DescribeChannelCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeChannelRequest, DescribeChannelResponse } from "../models/models_0"; import { de_DescribeChannelCommand, se_DescribeChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/DescribeDatasetCommand.ts b/clients/client-iotanalytics/src/commands/DescribeDatasetCommand.ts index 0aefc8cef04b8..f0f007c2fa155 100644 --- a/clients/client-iotanalytics/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-iotanalytics/src/commands/DescribeDatasetCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0"; import { de_DescribeDatasetCommand, se_DescribeDatasetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/DescribeDatastoreCommand.ts b/clients/client-iotanalytics/src/commands/DescribeDatastoreCommand.ts index f3808398edff7..ed8fcc6a8486f 100644 --- a/clients/client-iotanalytics/src/commands/DescribeDatastoreCommand.ts +++ b/clients/client-iotanalytics/src/commands/DescribeDatastoreCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeDatastoreRequest, DescribeDatastoreResponse } from "../models/models_0"; import { de_DescribeDatastoreCommand, se_DescribeDatastoreCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/DescribeLoggingOptionsCommand.ts b/clients/client-iotanalytics/src/commands/DescribeLoggingOptionsCommand.ts index 994efae48f859..1ee2f581a32f6 100644 --- a/clients/client-iotanalytics/src/commands/DescribeLoggingOptionsCommand.ts +++ b/clients/client-iotanalytics/src/commands/DescribeLoggingOptionsCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeLoggingOptionsRequest, DescribeLoggingOptionsResponse } from "../models/models_0"; import { de_DescribeLoggingOptionsCommand, se_DescribeLoggingOptionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/DescribePipelineCommand.ts b/clients/client-iotanalytics/src/commands/DescribePipelineCommand.ts index 552c74149e678..6feaf8d1c95d1 100644 --- a/clients/client-iotanalytics/src/commands/DescribePipelineCommand.ts +++ b/clients/client-iotanalytics/src/commands/DescribePipelineCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribePipelineRequest, DescribePipelineResponse } from "../models/models_0"; import { de_DescribePipelineCommand, se_DescribePipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/GetDatasetContentCommand.ts b/clients/client-iotanalytics/src/commands/GetDatasetContentCommand.ts index 31d9d4823fd40..c1b57d4a44ace 100644 --- a/clients/client-iotanalytics/src/commands/GetDatasetContentCommand.ts +++ b/clients/client-iotanalytics/src/commands/GetDatasetContentCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetDatasetContentRequest, GetDatasetContentResponse } from "../models/models_0"; import { de_GetDatasetContentCommand, se_GetDatasetContentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/ListChannelsCommand.ts b/clients/client-iotanalytics/src/commands/ListChannelsCommand.ts index 2de74f3fb9686..62e88f1dd9a66 100644 --- a/clients/client-iotanalytics/src/commands/ListChannelsCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListChannelsCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0"; import { de_ListChannelsCommand, se_ListChannelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/ListDatasetContentsCommand.ts b/clients/client-iotanalytics/src/commands/ListDatasetContentsCommand.ts index a252b8546df84..6a9572059cd6f 100644 --- a/clients/client-iotanalytics/src/commands/ListDatasetContentsCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListDatasetContentsCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListDatasetContentsRequest, ListDatasetContentsResponse } from "../models/models_0"; import { de_ListDatasetContentsCommand, se_ListDatasetContentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/ListDatasetsCommand.ts b/clients/client-iotanalytics/src/commands/ListDatasetsCommand.ts index 660924eb41416..c5f88a0005121 100644 --- a/clients/client-iotanalytics/src/commands/ListDatasetsCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListDatasetsCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0"; import { de_ListDatasetsCommand, se_ListDatasetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/ListDatastoresCommand.ts b/clients/client-iotanalytics/src/commands/ListDatastoresCommand.ts index 575795c6ff3fb..7ab982bc3accc 100644 --- a/clients/client-iotanalytics/src/commands/ListDatastoresCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListDatastoresCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListDatastoresRequest, ListDatastoresResponse } from "../models/models_0"; import { de_ListDatastoresCommand, se_ListDatastoresCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/ListPipelinesCommand.ts b/clients/client-iotanalytics/src/commands/ListPipelinesCommand.ts index 1561a370acc8c..9eafb126c38c6 100644 --- a/clients/client-iotanalytics/src/commands/ListPipelinesCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListPipelinesCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListPipelinesRequest, ListPipelinesResponse } from "../models/models_0"; import { de_ListPipelinesCommand, se_ListPipelinesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotanalytics/src/commands/ListTagsForResourceCommand.ts index 5293bb091271f..1d67f3d90a650 100644 --- a/clients/client-iotanalytics/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotanalytics/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/PutLoggingOptionsCommand.ts b/clients/client-iotanalytics/src/commands/PutLoggingOptionsCommand.ts index de2568732f2bd..f46eeb20ec01c 100644 --- a/clients/client-iotanalytics/src/commands/PutLoggingOptionsCommand.ts +++ b/clients/client-iotanalytics/src/commands/PutLoggingOptionsCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutLoggingOptionsRequest } from "../models/models_0"; import { de_PutLoggingOptionsCommand, se_PutLoggingOptionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/RunPipelineActivityCommand.ts b/clients/client-iotanalytics/src/commands/RunPipelineActivityCommand.ts index ea6609cb5c4f0..a0daa5986f77e 100644 --- a/clients/client-iotanalytics/src/commands/RunPipelineActivityCommand.ts +++ b/clients/client-iotanalytics/src/commands/RunPipelineActivityCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { RunPipelineActivityRequest, RunPipelineActivityResponse } from "../models/models_0"; import { de_RunPipelineActivityCommand, se_RunPipelineActivityCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/SampleChannelDataCommand.ts b/clients/client-iotanalytics/src/commands/SampleChannelDataCommand.ts index acec74dba6b0e..ea346dd3aeef3 100644 --- a/clients/client-iotanalytics/src/commands/SampleChannelDataCommand.ts +++ b/clients/client-iotanalytics/src/commands/SampleChannelDataCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { SampleChannelDataRequest, SampleChannelDataResponse } from "../models/models_0"; import { de_SampleChannelDataCommand, se_SampleChannelDataCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/StartPipelineReprocessingCommand.ts b/clients/client-iotanalytics/src/commands/StartPipelineReprocessingCommand.ts index fe3def5e579b9..cdb443a34ab9d 100644 --- a/clients/client-iotanalytics/src/commands/StartPipelineReprocessingCommand.ts +++ b/clients/client-iotanalytics/src/commands/StartPipelineReprocessingCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { StartPipelineReprocessingRequest, StartPipelineReprocessingResponse } from "../models/models_0"; import { de_StartPipelineReprocessingCommand, se_StartPipelineReprocessingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/TagResourceCommand.ts b/clients/client-iotanalytics/src/commands/TagResourceCommand.ts index 67495e8363e34..b1863e679dd45 100644 --- a/clients/client-iotanalytics/src/commands/TagResourceCommand.ts +++ b/clients/client-iotanalytics/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/UntagResourceCommand.ts b/clients/client-iotanalytics/src/commands/UntagResourceCommand.ts index a8194755d10b0..450bde4a92049 100644 --- a/clients/client-iotanalytics/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotanalytics/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/UpdateChannelCommand.ts b/clients/client-iotanalytics/src/commands/UpdateChannelCommand.ts index b0c6c75fab4c1..91f02c3a34423 100644 --- a/clients/client-iotanalytics/src/commands/UpdateChannelCommand.ts +++ b/clients/client-iotanalytics/src/commands/UpdateChannelCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateChannelRequest } from "../models/models_0"; import { de_UpdateChannelCommand, se_UpdateChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/UpdateDatasetCommand.ts b/clients/client-iotanalytics/src/commands/UpdateDatasetCommand.ts index 8c121dfe1dc2d..454beb761fb88 100644 --- a/clients/client-iotanalytics/src/commands/UpdateDatasetCommand.ts +++ b/clients/client-iotanalytics/src/commands/UpdateDatasetCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateDatasetRequest } from "../models/models_0"; import { de_UpdateDatasetCommand, se_UpdateDatasetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/UpdateDatastoreCommand.ts b/clients/client-iotanalytics/src/commands/UpdateDatastoreCommand.ts index ecec21d85cddc..c7e37c23ff96f 100644 --- a/clients/client-iotanalytics/src/commands/UpdateDatastoreCommand.ts +++ b/clients/client-iotanalytics/src/commands/UpdateDatastoreCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateDatastoreRequest } from "../models/models_0"; import { de_UpdateDatastoreCommand, se_UpdateDatastoreCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/commands/UpdatePipelineCommand.ts b/clients/client-iotanalytics/src/commands/UpdatePipelineCommand.ts index 15cb13f3ea381..81008076c4ed3 100644 --- a/clients/client-iotanalytics/src/commands/UpdatePipelineCommand.ts +++ b/clients/client-iotanalytics/src/commands/UpdatePipelineCommand.ts @@ -17,6 +17,10 @@ import { IoTAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdatePipelineRequest } from "../models/models_0"; import { de_UpdatePipelineCommand, se_UpdatePipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotanalytics/src/index.ts b/clients/client-iotanalytics/src/index.ts index ca790802c26a7..d63d720850110 100644 --- a/clients/client-iotanalytics/src/index.ts +++ b/clients/client-iotanalytics/src/index.ts @@ -1,8 +1,32 @@ -export * from "./IoTAnalytics"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

IoT Analytics allows you to collect large amounts of device data, process messages, and store them. + * You can then query the data and run sophisticated analytics on it. IoT Analytics enables advanced + * data exploration through integration with Jupyter Notebooks and data visualization through integration + * with Amazon QuickSight.

+ * + *

Traditional analytics and business intelligence tools are designed to process structured data. IoT data + * often comes from devices that record noisy processes (such as temperature, motion, or sound). As a result + * the data from these devices can have significant gaps, corrupted messages, and false readings that must be + * cleaned up before analysis can occur. Also, IoT data is often only meaningful in the context of other data + * from external sources.

+ * + *

IoT Analytics automates the steps required to analyze data from IoT devices. IoT Analytics + * filters, transforms, and enriches IoT data before storing it in a time-series data store for analysis. You + * can set up the service to collect only the data you need from your devices, apply mathematical transforms + * to process the data, and enrich the data with device-specific metadata such as device type and location + * before storing it. Then, you can analyze your data by running queries using the built-in SQL query engine, + * or perform more complex analytics and machine learning inference. IoT Analytics includes pre-built models + * for common IoT use cases so you can answer questions like which devices are about to fail or which customers + * are at risk of abandoning their wearable devices.

+ * + * @packageDocumentation + */ export * from "./IoTAnalyticsClient"; +export * from "./IoTAnalytics"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { IoTAnalyticsServiceException } from "./models/IoTAnalyticsServiceException"; diff --git a/clients/client-iotanalytics/src/models/IoTAnalyticsServiceException.ts b/clients/client-iotanalytics/src/models/IoTAnalyticsServiceException.ts index ae2c4ea42dda9..9cf08f405123c 100644 --- a/clients/client-iotanalytics/src/models/IoTAnalyticsServiceException.ts +++ b/clients/client-iotanalytics/src/models/IoTAnalyticsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-iotdeviceadvisor/src/IotDeviceAdvisorClient.ts b/clients/client-iotdeviceadvisor/src/IotDeviceAdvisorClient.ts index 7b434bf02453c..fb6d1b7feefc6 100644 --- a/clients/client-iotdeviceadvisor/src/IotDeviceAdvisorClient.ts +++ b/clients/client-iotdeviceadvisor/src/IotDeviceAdvisorClient.ts @@ -88,6 +88,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -253,7 +255,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type IotDeviceAdvisorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type IotDeviceAdvisorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -272,7 +274,7 @@ export interface IotDeviceAdvisorClientConfig extends IotDeviceAdvisorClientConf /** * @public */ -type IotDeviceAdvisorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type IotDeviceAdvisorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-iotdeviceadvisor/src/commands/CreateSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/src/commands/CreateSuiteDefinitionCommand.ts index ec3f9c3027370..4a93c18e587e4 100644 --- a/clients/client-iotdeviceadvisor/src/commands/CreateSuiteDefinitionCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/CreateSuiteDefinitionCommand.ts @@ -17,6 +17,10 @@ import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateSuiteDefinitionRequest, CreateSuiteDefinitionResponse } from "../models/models_0"; import { de_CreateSuiteDefinitionCommand, se_CreateSuiteDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotdeviceadvisor/src/commands/DeleteSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/src/commands/DeleteSuiteDefinitionCommand.ts index f7346b8e5d65b..fc5eab9fda86c 100644 --- a/clients/client-iotdeviceadvisor/src/commands/DeleteSuiteDefinitionCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/DeleteSuiteDefinitionCommand.ts @@ -17,6 +17,10 @@ import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteSuiteDefinitionRequest, DeleteSuiteDefinitionResponse } from "../models/models_0"; import { de_DeleteSuiteDefinitionCommand, se_DeleteSuiteDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotdeviceadvisor/src/commands/GetEndpointCommand.ts b/clients/client-iotdeviceadvisor/src/commands/GetEndpointCommand.ts index 0ad31bbf8e40a..f7b0d2b5c012c 100644 --- a/clients/client-iotdeviceadvisor/src/commands/GetEndpointCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/GetEndpointCommand.ts @@ -17,6 +17,10 @@ import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetEndpointRequest, GetEndpointResponse } from "../models/models_0"; import { de_GetEndpointCommand, se_GetEndpointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotdeviceadvisor/src/commands/GetSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/src/commands/GetSuiteDefinitionCommand.ts index 54fb70e5b8cbd..9410fd2676f1b 100644 --- a/clients/client-iotdeviceadvisor/src/commands/GetSuiteDefinitionCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/GetSuiteDefinitionCommand.ts @@ -17,6 +17,10 @@ import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetSuiteDefinitionRequest, GetSuiteDefinitionResponse } from "../models/models_0"; import { de_GetSuiteDefinitionCommand, se_GetSuiteDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunCommand.ts b/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunCommand.ts index dcf7175a9377b..7264118574052 100644 --- a/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunCommand.ts @@ -17,6 +17,10 @@ import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetSuiteRunRequest, GetSuiteRunResponse } from "../models/models_0"; import { de_GetSuiteRunCommand, se_GetSuiteRunCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunReportCommand.ts b/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunReportCommand.ts index 475f52a2a0f60..697800fee174b 100644 --- a/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunReportCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/GetSuiteRunReportCommand.ts @@ -17,6 +17,10 @@ import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { GetSuiteRunReportRequest, GetSuiteRunReportResponse } from "../models/models_0"; import { de_GetSuiteRunReportCommand, se_GetSuiteRunReportCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotdeviceadvisor/src/commands/ListSuiteDefinitionsCommand.ts b/clients/client-iotdeviceadvisor/src/commands/ListSuiteDefinitionsCommand.ts index 96f12a035e26a..3c7bc92b3c161 100644 --- a/clients/client-iotdeviceadvisor/src/commands/ListSuiteDefinitionsCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/ListSuiteDefinitionsCommand.ts @@ -17,6 +17,10 @@ import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListSuiteDefinitionsRequest, ListSuiteDefinitionsResponse } from "../models/models_0"; import { de_ListSuiteDefinitionsCommand, se_ListSuiteDefinitionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotdeviceadvisor/src/commands/ListSuiteRunsCommand.ts b/clients/client-iotdeviceadvisor/src/commands/ListSuiteRunsCommand.ts index 8528c2fd022b2..29b4be5a0103d 100644 --- a/clients/client-iotdeviceadvisor/src/commands/ListSuiteRunsCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/ListSuiteRunsCommand.ts @@ -17,6 +17,10 @@ import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListSuiteRunsRequest, ListSuiteRunsResponse } from "../models/models_0"; import { de_ListSuiteRunsCommand, se_ListSuiteRunsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotdeviceadvisor/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotdeviceadvisor/src/commands/ListTagsForResourceCommand.ts index 43c13b45efe9d..07c775d03d8b6 100644 --- a/clients/client-iotdeviceadvisor/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotdeviceadvisor/src/commands/StartSuiteRunCommand.ts b/clients/client-iotdeviceadvisor/src/commands/StartSuiteRunCommand.ts index 3734f56da5d44..eb3e8144c9304 100644 --- a/clients/client-iotdeviceadvisor/src/commands/StartSuiteRunCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/StartSuiteRunCommand.ts @@ -17,6 +17,10 @@ import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { StartSuiteRunRequest, StartSuiteRunResponse } from "../models/models_0"; import { de_StartSuiteRunCommand, se_StartSuiteRunCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotdeviceadvisor/src/commands/StopSuiteRunCommand.ts b/clients/client-iotdeviceadvisor/src/commands/StopSuiteRunCommand.ts index 97f70081d5901..c210f39ed2b61 100644 --- a/clients/client-iotdeviceadvisor/src/commands/StopSuiteRunCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/StopSuiteRunCommand.ts @@ -17,6 +17,10 @@ import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { StopSuiteRunRequest, StopSuiteRunResponse } from "../models/models_0"; import { de_StopSuiteRunCommand, se_StopSuiteRunCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotdeviceadvisor/src/commands/TagResourceCommand.ts b/clients/client-iotdeviceadvisor/src/commands/TagResourceCommand.ts index 2f09f2b9d3464..877adf274d759 100644 --- a/clients/client-iotdeviceadvisor/src/commands/TagResourceCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotdeviceadvisor/src/commands/UntagResourceCommand.ts b/clients/client-iotdeviceadvisor/src/commands/UntagResourceCommand.ts index 2f2d63a7c6ef4..164a8d3dac2ba 100644 --- a/clients/client-iotdeviceadvisor/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotdeviceadvisor/src/commands/UpdateSuiteDefinitionCommand.ts b/clients/client-iotdeviceadvisor/src/commands/UpdateSuiteDefinitionCommand.ts index 4654727f13b6b..3943abf11e4e8 100644 --- a/clients/client-iotdeviceadvisor/src/commands/UpdateSuiteDefinitionCommand.ts +++ b/clients/client-iotdeviceadvisor/src/commands/UpdateSuiteDefinitionCommand.ts @@ -17,6 +17,10 @@ import { IotDeviceAdvisorClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateSuiteDefinitionRequest, UpdateSuiteDefinitionResponse } from "../models/models_0"; import { de_UpdateSuiteDefinitionCommand, se_UpdateSuiteDefinitionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotdeviceadvisor/src/index.ts b/clients/client-iotdeviceadvisor/src/index.ts index 0c308d921338f..4bfcb4fcacbb5 100644 --- a/clients/client-iotdeviceadvisor/src/index.ts +++ b/clients/client-iotdeviceadvisor/src/index.ts @@ -1,8 +1,22 @@ -export * from "./IotDeviceAdvisor"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Web Services IoT Core Device Advisor is a cloud-based, fully managed test capability for validating IoT + * devices during device software development. Device Advisor provides pre-built tests that you + * can use to validate IoT devices for reliable and secure connectivity with Amazon Web Services IoT Core + * before deploying devices to production. By using Device Advisor, you can confirm that your + * devices can connect to Amazon Web Services IoT Core, follow security best practices and, if applicable, + * receive software updates from IoT Device Management. You can also download signed + * qualification reports to submit to the Amazon Web Services Partner Network to get your device + * qualified for the Amazon Web Services Partner Device Catalog without the need to send your device in + * and wait for it to be tested.

+ * + * @packageDocumentation + */ export * from "./IotDeviceAdvisorClient"; +export * from "./IotDeviceAdvisor"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { IotDeviceAdvisorServiceException } from "./models/IotDeviceAdvisorServiceException"; diff --git a/clients/client-iotdeviceadvisor/src/models/IotDeviceAdvisorServiceException.ts b/clients/client-iotdeviceadvisor/src/models/IotDeviceAdvisorServiceException.ts index 1791e8f15ad3a..cb827367bc093 100644 --- a/clients/client-iotdeviceadvisor/src/models/IotDeviceAdvisorServiceException.ts +++ b/clients/client-iotdeviceadvisor/src/models/IotDeviceAdvisorServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-iotfleethub/src/IoTFleetHubClient.ts b/clients/client-iotfleethub/src/IoTFleetHubClient.ts index e13b0414250e6..62e89c5a8fbd6 100644 --- a/clients/client-iotfleethub/src/IoTFleetHubClient.ts +++ b/clients/client-iotfleethub/src/IoTFleetHubClient.ts @@ -73,6 +73,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -226,7 +228,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type IoTFleetHubClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type IoTFleetHubClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -245,7 +247,7 @@ export interface IoTFleetHubClientConfig extends IoTFleetHubClientConfigType {} /** * @public */ -type IoTFleetHubClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type IoTFleetHubClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-iotfleethub/src/commands/CreateApplicationCommand.ts b/clients/client-iotfleethub/src/commands/CreateApplicationCommand.ts index c0f2d5f983893..31cb7f5498c12 100644 --- a/clients/client-iotfleethub/src/commands/CreateApplicationCommand.ts +++ b/clients/client-iotfleethub/src/commands/CreateApplicationCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0"; import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleethub/src/commands/DeleteApplicationCommand.ts b/clients/client-iotfleethub/src/commands/DeleteApplicationCommand.ts index b80e8fb808ebf..18174500f805c 100644 --- a/clients/client-iotfleethub/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-iotfleethub/src/commands/DeleteApplicationCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0"; import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleethub/src/commands/DescribeApplicationCommand.ts b/clients/client-iotfleethub/src/commands/DescribeApplicationCommand.ts index e73869121492d..c564263b4bccf 100644 --- a/clients/client-iotfleethub/src/commands/DescribeApplicationCommand.ts +++ b/clients/client-iotfleethub/src/commands/DescribeApplicationCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeApplicationRequest, DescribeApplicationResponse } from "../models/models_0"; import { de_DescribeApplicationCommand, se_DescribeApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleethub/src/commands/ListApplicationsCommand.ts b/clients/client-iotfleethub/src/commands/ListApplicationsCommand.ts index 94d6967e9f037..b66607a097f57 100644 --- a/clients/client-iotfleethub/src/commands/ListApplicationsCommand.ts +++ b/clients/client-iotfleethub/src/commands/ListApplicationsCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0"; import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleethub/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotfleethub/src/commands/ListTagsForResourceCommand.ts index 710c54c7ec5db..76cd2208ea51e 100644 --- a/clients/client-iotfleethub/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotfleethub/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleethub/src/commands/TagResourceCommand.ts b/clients/client-iotfleethub/src/commands/TagResourceCommand.ts index 910383f9e2f44..af0dbc85d716c 100644 --- a/clients/client-iotfleethub/src/commands/TagResourceCommand.ts +++ b/clients/client-iotfleethub/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleethub/src/commands/UntagResourceCommand.ts b/clients/client-iotfleethub/src/commands/UntagResourceCommand.ts index 49f517d69c9d6..6a2be7467e21b 100644 --- a/clients/client-iotfleethub/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotfleethub/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleethub/src/commands/UpdateApplicationCommand.ts b/clients/client-iotfleethub/src/commands/UpdateApplicationCommand.ts index 4a7ae264e2b4f..df25bd88455bb 100644 --- a/clients/client-iotfleethub/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-iotfleethub/src/commands/UpdateApplicationCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0"; import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleethub/src/index.ts b/clients/client-iotfleethub/src/index.ts index 8ed3c092e9def..76e2926722734 100644 --- a/clients/client-iotfleethub/src/index.ts +++ b/clients/client-iotfleethub/src/index.ts @@ -1,8 +1,17 @@ -export * from "./IoTFleetHub"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

With Fleet Hub for AWS IoT Device Management you can build stand-alone web applications for monitoring the health of your device fleets.

+ * + *

Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.

+ *
+ * + * @packageDocumentation + */ export * from "./IoTFleetHubClient"; +export * from "./IoTFleetHub"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { IoTFleetHubServiceException } from "./models/IoTFleetHubServiceException"; diff --git a/clients/client-iotfleethub/src/models/IoTFleetHubServiceException.ts b/clients/client-iotfleethub/src/models/IoTFleetHubServiceException.ts index cbc0a382da34f..9029eb46c08e6 100644 --- a/clients/client-iotfleethub/src/models/IoTFleetHubServiceException.ts +++ b/clients/client-iotfleethub/src/models/IoTFleetHubServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-iotfleetwise/src/IoTFleetWiseClient.ts b/clients/client-iotfleetwise/src/IoTFleetWiseClient.ts index 14848b3dfface..d651d2699de63 100644 --- a/clients/client-iotfleetwise/src/IoTFleetWiseClient.ts +++ b/clients/client-iotfleetwise/src/IoTFleetWiseClient.ts @@ -175,6 +175,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -412,7 +414,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type IoTFleetWiseClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type IoTFleetWiseClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -431,7 +433,7 @@ export interface IoTFleetWiseClientConfig extends IoTFleetWiseClientConfigType { /** * @public */ -type IoTFleetWiseClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type IoTFleetWiseClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-iotfleetwise/src/commands/AssociateVehicleFleetCommand.ts b/clients/client-iotfleetwise/src/commands/AssociateVehicleFleetCommand.ts index ebe576faee837..b314a60b405a4 100644 --- a/clients/client-iotfleetwise/src/commands/AssociateVehicleFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/AssociateVehicleFleetCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { AssociateVehicleFleetRequest, AssociateVehicleFleetResponse } from "../models/models_0"; import { de_AssociateVehicleFleetCommand, se_AssociateVehicleFleetCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/BatchCreateVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/BatchCreateVehicleCommand.ts index 1e55fa802535d..b1dafcebd3945 100644 --- a/clients/client-iotfleetwise/src/commands/BatchCreateVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/BatchCreateVehicleCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { BatchCreateVehicleRequest, BatchCreateVehicleResponse } from "../models/models_0"; import { de_BatchCreateVehicleCommand, se_BatchCreateVehicleCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts index 91eb8d0fc4cca..b7e9987807a61 100644 --- a/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/BatchUpdateVehicleCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { BatchUpdateVehicleRequest, BatchUpdateVehicleResponse } from "../models/models_0"; import { de_BatchUpdateVehicleCommand, se_BatchUpdateVehicleCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/CreateCampaignCommand.ts b/clients/client-iotfleetwise/src/commands/CreateCampaignCommand.ts index a37a052ee3cf4..c6dda9a6cd40e 100644 --- a/clients/client-iotfleetwise/src/commands/CreateCampaignCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateCampaignCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_0"; import { de_CreateCampaignCommand, se_CreateCampaignCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/CreateDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/CreateDecoderManifestCommand.ts index 9a049b631d9bd..98b87d335fa39 100644 --- a/clients/client-iotfleetwise/src/commands/CreateDecoderManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateDecoderManifestCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateDecoderManifestRequest, CreateDecoderManifestResponse } from "../models/models_0"; import { de_CreateDecoderManifestCommand, se_CreateDecoderManifestCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/CreateFleetCommand.ts b/clients/client-iotfleetwise/src/commands/CreateFleetCommand.ts index f9cf0cdeb5c3a..5ae5593e87e6a 100644 --- a/clients/client-iotfleetwise/src/commands/CreateFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateFleetCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateFleetRequest, CreateFleetResponse } from "../models/models_0"; import { de_CreateFleetCommand, se_CreateFleetCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/CreateModelManifestCommand.ts b/clients/client-iotfleetwise/src/commands/CreateModelManifestCommand.ts index 950a8c08eaa60..7853308bebf28 100644 --- a/clients/client-iotfleetwise/src/commands/CreateModelManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateModelManifestCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateModelManifestRequest, CreateModelManifestResponse } from "../models/models_0"; import { de_CreateModelManifestCommand, se_CreateModelManifestCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/CreateSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/CreateSignalCatalogCommand.ts index e24120e955914..7df908127d68a 100644 --- a/clients/client-iotfleetwise/src/commands/CreateSignalCatalogCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateSignalCatalogCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateSignalCatalogRequest, CreateSignalCatalogResponse } from "../models/models_0"; import { de_CreateSignalCatalogCommand, se_CreateSignalCatalogCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/CreateVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/CreateVehicleCommand.ts index 316e28b3eaeb5..76b1f080de303 100644 --- a/clients/client-iotfleetwise/src/commands/CreateVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/CreateVehicleCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateVehicleRequest, CreateVehicleResponse } from "../models/models_0"; import { de_CreateVehicleCommand, se_CreateVehicleCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/DeleteCampaignCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteCampaignCommand.ts index 285c662d113b2..0773a11d350b8 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteCampaignCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteCampaignCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteCampaignRequest, DeleteCampaignResponse } from "../models/models_0"; import { de_DeleteCampaignCommand, se_DeleteCampaignCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/DeleteDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteDecoderManifestCommand.ts index 033f09b5c0ebc..23d4daca2d7dd 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteDecoderManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteDecoderManifestCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteDecoderManifestRequest, DeleteDecoderManifestResponse } from "../models/models_0"; import { de_DeleteDecoderManifestCommand, se_DeleteDecoderManifestCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/DeleteFleetCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteFleetCommand.ts index a41d4bccf634e..f3bcaee220d45 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteFleetCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteFleetRequest, DeleteFleetResponse } from "../models/models_0"; import { de_DeleteFleetCommand, se_DeleteFleetCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/DeleteModelManifestCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteModelManifestCommand.ts index 3a00a063a0c50..2c0c00c979cee 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteModelManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteModelManifestCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteModelManifestRequest, DeleteModelManifestResponse } from "../models/models_0"; import { de_DeleteModelManifestCommand, se_DeleteModelManifestCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/DeleteSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteSignalCatalogCommand.ts index c9c97571d36e3..7728d3cdfa7bc 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteSignalCatalogCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteSignalCatalogCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteSignalCatalogRequest, DeleteSignalCatalogResponse } from "../models/models_0"; import { de_DeleteSignalCatalogCommand, se_DeleteSignalCatalogCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/DeleteVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/DeleteVehicleCommand.ts index a9f9c6ac7659f..b2c6de08bb802 100644 --- a/clients/client-iotfleetwise/src/commands/DeleteVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DeleteVehicleCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteVehicleRequest, DeleteVehicleResponse } from "../models/models_0"; import { de_DeleteVehicleCommand, se_DeleteVehicleCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/DisassociateVehicleFleetCommand.ts b/clients/client-iotfleetwise/src/commands/DisassociateVehicleFleetCommand.ts index e101b2fbe5b99..71bd713e4eb39 100644 --- a/clients/client-iotfleetwise/src/commands/DisassociateVehicleFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/DisassociateVehicleFleetCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DisassociateVehicleFleetRequest, DisassociateVehicleFleetResponse } from "../models/models_0"; import { de_DisassociateVehicleFleetCommand, se_DisassociateVehicleFleetCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/GetCampaignCommand.ts b/clients/client-iotfleetwise/src/commands/GetCampaignCommand.ts index 0f69a37042162..805aebc84d0ea 100644 --- a/clients/client-iotfleetwise/src/commands/GetCampaignCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetCampaignCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetCampaignRequest, GetCampaignResponse } from "../models/models_0"; import { de_GetCampaignCommand, se_GetCampaignCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/GetDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/GetDecoderManifestCommand.ts index 61fb55380c208..9a74530f289e6 100644 --- a/clients/client-iotfleetwise/src/commands/GetDecoderManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetDecoderManifestCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetDecoderManifestRequest, GetDecoderManifestResponse } from "../models/models_0"; import { de_GetDecoderManifestCommand, se_GetDecoderManifestCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/GetFleetCommand.ts b/clients/client-iotfleetwise/src/commands/GetFleetCommand.ts index fcd4dbc40c4d4..704745acca6b9 100644 --- a/clients/client-iotfleetwise/src/commands/GetFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetFleetCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetFleetRequest, GetFleetResponse } from "../models/models_0"; import { de_GetFleetCommand, se_GetFleetCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/GetLoggingOptionsCommand.ts b/clients/client-iotfleetwise/src/commands/GetLoggingOptionsCommand.ts index a7d7e088463a8..12a3853d0344a 100644 --- a/clients/client-iotfleetwise/src/commands/GetLoggingOptionsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetLoggingOptionsCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetLoggingOptionsRequest, GetLoggingOptionsResponse } from "../models/models_0"; import { de_GetLoggingOptionsCommand, se_GetLoggingOptionsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/GetModelManifestCommand.ts b/clients/client-iotfleetwise/src/commands/GetModelManifestCommand.ts index b27c38a1144a9..21bf4a6669787 100644 --- a/clients/client-iotfleetwise/src/commands/GetModelManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetModelManifestCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetModelManifestRequest, GetModelManifestResponse } from "../models/models_0"; import { de_GetModelManifestCommand, se_GetModelManifestCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/GetRegisterAccountStatusCommand.ts b/clients/client-iotfleetwise/src/commands/GetRegisterAccountStatusCommand.ts index 247d1b11f6e5f..74b49bbfb21a5 100644 --- a/clients/client-iotfleetwise/src/commands/GetRegisterAccountStatusCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetRegisterAccountStatusCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetRegisterAccountStatusRequest, GetRegisterAccountStatusResponse } from "../models/models_0"; import { de_GetRegisterAccountStatusCommand, se_GetRegisterAccountStatusCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/GetSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/GetSignalCatalogCommand.ts index 0f357345110e6..9ba26f2e7e438 100644 --- a/clients/client-iotfleetwise/src/commands/GetSignalCatalogCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetSignalCatalogCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetSignalCatalogRequest, GetSignalCatalogResponse } from "../models/models_0"; import { de_GetSignalCatalogCommand, se_GetSignalCatalogCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/GetVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/GetVehicleCommand.ts index 018a252e62122..24abb907f8a20 100644 --- a/clients/client-iotfleetwise/src/commands/GetVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetVehicleCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetVehicleRequest, GetVehicleResponse } from "../models/models_0"; import { de_GetVehicleCommand, se_GetVehicleCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/GetVehicleStatusCommand.ts b/clients/client-iotfleetwise/src/commands/GetVehicleStatusCommand.ts index 1f1499035816b..f8b42626f98d7 100644 --- a/clients/client-iotfleetwise/src/commands/GetVehicleStatusCommand.ts +++ b/clients/client-iotfleetwise/src/commands/GetVehicleStatusCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetVehicleStatusRequest, GetVehicleStatusResponse } from "../models/models_0"; import { de_GetVehicleStatusCommand, se_GetVehicleStatusCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/ImportDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/ImportDecoderManifestCommand.ts index 24f1369577ded..23445242007e2 100644 --- a/clients/client-iotfleetwise/src/commands/ImportDecoderManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ImportDecoderManifestCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ImportDecoderManifestRequest, ImportDecoderManifestResponse } from "../models/models_0"; import { de_ImportDecoderManifestCommand, se_ImportDecoderManifestCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/ImportSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/ImportSignalCatalogCommand.ts index e146e886680aa..7566f22dbb6eb 100644 --- a/clients/client-iotfleetwise/src/commands/ImportSignalCatalogCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ImportSignalCatalogCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ImportSignalCatalogRequest, ImportSignalCatalogResponse } from "../models/models_0"; import { de_ImportSignalCatalogCommand, se_ImportSignalCatalogCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/ListCampaignsCommand.ts b/clients/client-iotfleetwise/src/commands/ListCampaignsCommand.ts index fd43e505eae42..cf002933293eb 100644 --- a/clients/client-iotfleetwise/src/commands/ListCampaignsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListCampaignsCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListCampaignsRequest, ListCampaignsResponse } from "../models/models_0"; import { de_ListCampaignsCommand, se_ListCampaignsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/ListDecoderManifestNetworkInterfacesCommand.ts b/clients/client-iotfleetwise/src/commands/ListDecoderManifestNetworkInterfacesCommand.ts index 9bc281732240f..f798da1064893 100644 --- a/clients/client-iotfleetwise/src/commands/ListDecoderManifestNetworkInterfacesCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListDecoderManifestNetworkInterfacesCommand.ts @@ -23,6 +23,10 @@ import { se_ListDecoderManifestNetworkInterfacesCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/ListDecoderManifestSignalsCommand.ts b/clients/client-iotfleetwise/src/commands/ListDecoderManifestSignalsCommand.ts index c5501b1a23040..67e3c108ca0e7 100644 --- a/clients/client-iotfleetwise/src/commands/ListDecoderManifestSignalsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListDecoderManifestSignalsCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListDecoderManifestSignalsRequest, ListDecoderManifestSignalsResponse } from "../models/models_0"; import { de_ListDecoderManifestSignalsCommand, se_ListDecoderManifestSignalsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/ListDecoderManifestsCommand.ts b/clients/client-iotfleetwise/src/commands/ListDecoderManifestsCommand.ts index 75ce61f935ecd..8f2bca0b8b000 100644 --- a/clients/client-iotfleetwise/src/commands/ListDecoderManifestsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListDecoderManifestsCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListDecoderManifestsRequest, ListDecoderManifestsResponse } from "../models/models_0"; import { de_ListDecoderManifestsCommand, se_ListDecoderManifestsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/ListFleetsCommand.ts b/clients/client-iotfleetwise/src/commands/ListFleetsCommand.ts index d51247a285342..5164dda1eeccb 100644 --- a/clients/client-iotfleetwise/src/commands/ListFleetsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListFleetsCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListFleetsRequest, ListFleetsResponse } from "../models/models_0"; import { de_ListFleetsCommand, se_ListFleetsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/ListFleetsForVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/ListFleetsForVehicleCommand.ts index fb61d35317ab0..04a821c752548 100644 --- a/clients/client-iotfleetwise/src/commands/ListFleetsForVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListFleetsForVehicleCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListFleetsForVehicleRequest, ListFleetsForVehicleResponse } from "../models/models_0"; import { de_ListFleetsForVehicleCommand, se_ListFleetsForVehicleCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/ListModelManifestNodesCommand.ts b/clients/client-iotfleetwise/src/commands/ListModelManifestNodesCommand.ts index c64c13260b04a..149ddfa519fc9 100644 --- a/clients/client-iotfleetwise/src/commands/ListModelManifestNodesCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListModelManifestNodesCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListModelManifestNodesRequest, ListModelManifestNodesResponse } from "../models/models_0"; import { de_ListModelManifestNodesCommand, se_ListModelManifestNodesCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/ListModelManifestsCommand.ts b/clients/client-iotfleetwise/src/commands/ListModelManifestsCommand.ts index 6c61f85e0383b..5a90dfb241066 100644 --- a/clients/client-iotfleetwise/src/commands/ListModelManifestsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListModelManifestsCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListModelManifestsRequest, ListModelManifestsResponse } from "../models/models_0"; import { de_ListModelManifestsCommand, se_ListModelManifestsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/ListSignalCatalogNodesCommand.ts b/clients/client-iotfleetwise/src/commands/ListSignalCatalogNodesCommand.ts index 8363157cd4bbe..fb8f5d7a2b430 100644 --- a/clients/client-iotfleetwise/src/commands/ListSignalCatalogNodesCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListSignalCatalogNodesCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListSignalCatalogNodesRequest, ListSignalCatalogNodesResponse } from "../models/models_0"; import { de_ListSignalCatalogNodesCommand, se_ListSignalCatalogNodesCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/ListSignalCatalogsCommand.ts b/clients/client-iotfleetwise/src/commands/ListSignalCatalogsCommand.ts index 8488bbf3214d9..9748f927e8b7f 100644 --- a/clients/client-iotfleetwise/src/commands/ListSignalCatalogsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListSignalCatalogsCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListSignalCatalogsRequest, ListSignalCatalogsResponse } from "../models/models_0"; import { de_ListSignalCatalogsCommand, se_ListSignalCatalogsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotfleetwise/src/commands/ListTagsForResourceCommand.ts index 78d442d81bde9..03712448630b6 100644 --- a/clients/client-iotfleetwise/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/ListVehiclesCommand.ts b/clients/client-iotfleetwise/src/commands/ListVehiclesCommand.ts index 9bcd4740dc161..8df74b482be06 100644 --- a/clients/client-iotfleetwise/src/commands/ListVehiclesCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListVehiclesCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListVehiclesRequest, ListVehiclesResponse } from "../models/models_0"; import { de_ListVehiclesCommand, se_ListVehiclesCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/ListVehiclesInFleetCommand.ts b/clients/client-iotfleetwise/src/commands/ListVehiclesInFleetCommand.ts index 8413369ea0e0a..56a287cdb5300 100644 --- a/clients/client-iotfleetwise/src/commands/ListVehiclesInFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/ListVehiclesInFleetCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListVehiclesInFleetRequest, ListVehiclesInFleetResponse } from "../models/models_0"; import { de_ListVehiclesInFleetCommand, se_ListVehiclesInFleetCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/PutLoggingOptionsCommand.ts b/clients/client-iotfleetwise/src/commands/PutLoggingOptionsCommand.ts index 441e4a3068263..963251ca598d7 100644 --- a/clients/client-iotfleetwise/src/commands/PutLoggingOptionsCommand.ts +++ b/clients/client-iotfleetwise/src/commands/PutLoggingOptionsCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutLoggingOptionsRequest, PutLoggingOptionsResponse } from "../models/models_0"; import { de_PutLoggingOptionsCommand, se_PutLoggingOptionsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/RegisterAccountCommand.ts b/clients/client-iotfleetwise/src/commands/RegisterAccountCommand.ts index 3ec456e7a2c4d..d892df35ac8d2 100644 --- a/clients/client-iotfleetwise/src/commands/RegisterAccountCommand.ts +++ b/clients/client-iotfleetwise/src/commands/RegisterAccountCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { RegisterAccountRequest, RegisterAccountResponse } from "../models/models_0"; import { de_RegisterAccountCommand, se_RegisterAccountCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/TagResourceCommand.ts b/clients/client-iotfleetwise/src/commands/TagResourceCommand.ts index c1d9bec51e0a0..4a5d75ab96053 100644 --- a/clients/client-iotfleetwise/src/commands/TagResourceCommand.ts +++ b/clients/client-iotfleetwise/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/UntagResourceCommand.ts b/clients/client-iotfleetwise/src/commands/UntagResourceCommand.ts index 17541205e3ecf..2f518edbb0c9e 100644 --- a/clients/client-iotfleetwise/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/UpdateCampaignCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateCampaignCommand.ts index 0fdc5fe741a63..7a0c9a7d87bd8 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateCampaignCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateCampaignCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateCampaignRequest, UpdateCampaignResponse } from "../models/models_0"; import { de_UpdateCampaignCommand, se_UpdateCampaignCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/UpdateDecoderManifestCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateDecoderManifestCommand.ts index c2630ac632828..8c9ffe8f8239c 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateDecoderManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateDecoderManifestCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateDecoderManifestRequest, UpdateDecoderManifestResponse } from "../models/models_0"; import { de_UpdateDecoderManifestCommand, se_UpdateDecoderManifestCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/UpdateFleetCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateFleetCommand.ts index 77ec269debd5b..db48df67d9ede 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateFleetCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateFleetCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateFleetRequest, UpdateFleetResponse } from "../models/models_0"; import { de_UpdateFleetCommand, se_UpdateFleetCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/UpdateModelManifestCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateModelManifestCommand.ts index f620916a15f66..2207377631cb1 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateModelManifestCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateModelManifestCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateModelManifestRequest, UpdateModelManifestResponse } from "../models/models_0"; import { de_UpdateModelManifestCommand, se_UpdateModelManifestCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/UpdateSignalCatalogCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateSignalCatalogCommand.ts index a07be6e141aa2..6b50777b38727 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateSignalCatalogCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateSignalCatalogCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateSignalCatalogRequest, UpdateSignalCatalogResponse } from "../models/models_0"; import { de_UpdateSignalCatalogCommand, se_UpdateSignalCatalogCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts b/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts index 217d10548ca85..00a8219fae0e2 100644 --- a/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts +++ b/clients/client-iotfleetwise/src/commands/UpdateVehicleCommand.ts @@ -17,6 +17,10 @@ import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateVehicleRequest, UpdateVehicleResponse } from "../models/models_0"; import { de_UpdateVehicleCommand, se_UpdateVehicleCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotfleetwise/src/index.ts b/clients/client-iotfleetwise/src/index.ts index 697da898bfe34..4cccde0dfea09 100644 --- a/clients/client-iotfleetwise/src/index.ts +++ b/clients/client-iotfleetwise/src/index.ts @@ -1,8 +1,20 @@ -export * from "./IoTFleetWise"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Web Services IoT FleetWise is a fully managed service that you can use to collect, model, and transfer + * vehicle data to the Amazon Web Services cloud at scale. With Amazon Web Services IoT FleetWise, you can standardize all of + * your vehicle data models, independent of the in-vehicle communication architecture, and + * define data collection rules to transfer only high-value data to the cloud. + *

+ *

For more information, see What is Amazon Web Services IoT FleetWise? in the + * Amazon Web Services IoT FleetWise Developer Guide.

+ * + * @packageDocumentation + */ export * from "./IoTFleetWiseClient"; +export * from "./IoTFleetWise"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { IoTFleetWiseServiceException } from "./models/IoTFleetWiseServiceException"; diff --git a/clients/client-iotfleetwise/src/models/IoTFleetWiseServiceException.ts b/clients/client-iotfleetwise/src/models/IoTFleetWiseServiceException.ts index 278a9b3053434..93ebebfb6c180 100644 --- a/clients/client-iotfleetwise/src/models/IoTFleetWiseServiceException.ts +++ b/clients/client-iotfleetwise/src/models/IoTFleetWiseServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-iotsecuretunneling/src/IoTSecureTunnelingClient.ts b/clients/client-iotsecuretunneling/src/IoTSecureTunnelingClient.ts index 6b5aacb319e57..626a382d82927 100644 --- a/clients/client-iotsecuretunneling/src/IoTSecureTunnelingClient.ts +++ b/clients/client-iotsecuretunneling/src/IoTSecureTunnelingClient.ts @@ -73,6 +73,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -226,7 +228,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type IoTSecureTunnelingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type IoTSecureTunnelingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -245,7 +247,7 @@ export interface IoTSecureTunnelingClientConfig extends IoTSecureTunnelingClient /** * @public */ -type IoTSecureTunnelingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type IoTSecureTunnelingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-iotsecuretunneling/src/commands/CloseTunnelCommand.ts b/clients/client-iotsecuretunneling/src/commands/CloseTunnelCommand.ts index 71e9ee551209a..c1ac0eb4aac50 100644 --- a/clients/client-iotsecuretunneling/src/commands/CloseTunnelCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/CloseTunnelCommand.ts @@ -21,6 +21,10 @@ import { import { CloseTunnelRequest, CloseTunnelResponse } from "../models/models_0"; import { de_CloseTunnelCommand, se_CloseTunnelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsecuretunneling/src/commands/DescribeTunnelCommand.ts b/clients/client-iotsecuretunneling/src/commands/DescribeTunnelCommand.ts index e1393ab4b6f3f..3cc64aab5404f 100644 --- a/clients/client-iotsecuretunneling/src/commands/DescribeTunnelCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/DescribeTunnelCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeTunnelRequest, DescribeTunnelResponse } from "../models/models_0"; import { de_DescribeTunnelCommand, se_DescribeTunnelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsecuretunneling/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotsecuretunneling/src/commands/ListTagsForResourceCommand.ts index 205a7c1d22b16..ee9842332368b 100644 --- a/clients/client-iotsecuretunneling/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsecuretunneling/src/commands/ListTunnelsCommand.ts b/clients/client-iotsecuretunneling/src/commands/ListTunnelsCommand.ts index 7ab3e0e3a0a07..5afc96fdf6b51 100644 --- a/clients/client-iotsecuretunneling/src/commands/ListTunnelsCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/ListTunnelsCommand.ts @@ -21,6 +21,10 @@ import { import { ListTunnelsRequest, ListTunnelsResponse } from "../models/models_0"; import { de_ListTunnelsCommand, se_ListTunnelsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsecuretunneling/src/commands/OpenTunnelCommand.ts b/clients/client-iotsecuretunneling/src/commands/OpenTunnelCommand.ts index 08bb6828bb5d0..b9fcca0f8ee34 100644 --- a/clients/client-iotsecuretunneling/src/commands/OpenTunnelCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/OpenTunnelCommand.ts @@ -21,6 +21,10 @@ import { import { OpenTunnelRequest, OpenTunnelResponse, OpenTunnelResponseFilterSensitiveLog } from "../models/models_0"; import { de_OpenTunnelCommand, se_OpenTunnelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsecuretunneling/src/commands/RotateTunnelAccessTokenCommand.ts b/clients/client-iotsecuretunneling/src/commands/RotateTunnelAccessTokenCommand.ts index 8c204cc4fd9aa..33ea68e6a2299 100644 --- a/clients/client-iotsecuretunneling/src/commands/RotateTunnelAccessTokenCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/RotateTunnelAccessTokenCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_RotateTunnelAccessTokenCommand, se_RotateTunnelAccessTokenCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsecuretunneling/src/commands/TagResourceCommand.ts b/clients/client-iotsecuretunneling/src/commands/TagResourceCommand.ts index f1e92fd682433..de663e096e29d 100644 --- a/clients/client-iotsecuretunneling/src/commands/TagResourceCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsecuretunneling/src/commands/UntagResourceCommand.ts b/clients/client-iotsecuretunneling/src/commands/UntagResourceCommand.ts index 83a373c9edcfc..bb9389e5af6fd 100644 --- a/clients/client-iotsecuretunneling/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotsecuretunneling/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsecuretunneling/src/index.ts b/clients/client-iotsecuretunneling/src/index.ts index 8cf495b3ae850..74a799c3c126a 100644 --- a/clients/client-iotsecuretunneling/src/index.ts +++ b/clients/client-iotsecuretunneling/src/index.ts @@ -1,8 +1,18 @@ -export * from "./IoTSecureTunneling"; // smithy-typescript generated code +/* eslint-disable */ +/** + * IoT Secure Tunneling + *

IoT Secure Tunneling creates remote connections to devices deployed in the + * field.

+ *

For more information about how IoT Secure Tunneling works, see IoT + * Secure Tunneling.

+ * + * @packageDocumentation + */ export * from "./IoTSecureTunnelingClient"; +export * from "./IoTSecureTunneling"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { IoTSecureTunnelingServiceException } from "./models/IoTSecureTunnelingServiceException"; diff --git a/clients/client-iotsecuretunneling/src/models/IoTSecureTunnelingServiceException.ts b/clients/client-iotsecuretunneling/src/models/IoTSecureTunnelingServiceException.ts index da0273ac2bb1b..2a59553df0f0a 100644 --- a/clients/client-iotsecuretunneling/src/models/IoTSecureTunnelingServiceException.ts +++ b/clients/client-iotsecuretunneling/src/models/IoTSecureTunnelingServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-iotsitewise/src/IoTSiteWiseClient.ts b/clients/client-iotsitewise/src/IoTSiteWiseClient.ts index f1bbac522e4bc..4089140be1396 100644 --- a/clients/client-iotsitewise/src/IoTSiteWiseClient.ts +++ b/clients/client-iotsitewise/src/IoTSiteWiseClient.ts @@ -219,6 +219,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -502,7 +504,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type IoTSiteWiseClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type IoTSiteWiseClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -521,7 +523,7 @@ export interface IoTSiteWiseClientConfig extends IoTSiteWiseClientConfigType {} /** * @public */ -type IoTSiteWiseClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type IoTSiteWiseClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-iotsitewise/src/commands/AssociateAssetsCommand.ts b/clients/client-iotsitewise/src/commands/AssociateAssetsCommand.ts index d306b8b25d089..767a233c8b74e 100644 --- a/clients/client-iotsitewise/src/commands/AssociateAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/AssociateAssetsCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { AssociateAssetsRequest } from "../models/models_0"; import { de_AssociateAssetsCommand, se_AssociateAssetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/AssociateTimeSeriesToAssetPropertyCommand.ts b/clients/client-iotsitewise/src/commands/AssociateTimeSeriesToAssetPropertyCommand.ts index a730114704278..13a37f50ee3ab 100644 --- a/clients/client-iotsitewise/src/commands/AssociateTimeSeriesToAssetPropertyCommand.ts +++ b/clients/client-iotsitewise/src/commands/AssociateTimeSeriesToAssetPropertyCommand.ts @@ -20,6 +20,10 @@ import { se_AssociateTimeSeriesToAssetPropertyCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/BatchAssociateProjectAssetsCommand.ts b/clients/client-iotsitewise/src/commands/BatchAssociateProjectAssetsCommand.ts index 416a0d3c07b50..6a0194978110a 100644 --- a/clients/client-iotsitewise/src/commands/BatchAssociateProjectAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchAssociateProjectAssetsCommand.ts @@ -20,6 +20,10 @@ import { se_BatchAssociateProjectAssetsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/BatchDisassociateProjectAssetsCommand.ts b/clients/client-iotsitewise/src/commands/BatchDisassociateProjectAssetsCommand.ts index a4ee3fcfe364e..1752eb577f074 100644 --- a/clients/client-iotsitewise/src/commands/BatchDisassociateProjectAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchDisassociateProjectAssetsCommand.ts @@ -20,6 +20,10 @@ import { se_BatchDisassociateProjectAssetsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyAggregatesCommand.ts b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyAggregatesCommand.ts index 43065c9f923b4..f923872633371 100644 --- a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyAggregatesCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyAggregatesCommand.ts @@ -20,6 +20,10 @@ import { se_BatchGetAssetPropertyAggregatesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueCommand.ts b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueCommand.ts index be0728af3be30..20fb3d3a2fda8 100644 --- a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { BatchGetAssetPropertyValueRequest, BatchGetAssetPropertyValueResponse } from "../models/models_0"; import { de_BatchGetAssetPropertyValueCommand, se_BatchGetAssetPropertyValueCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueHistoryCommand.ts b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueHistoryCommand.ts index 2d1f78084d9d4..4797b73194cda 100644 --- a/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueHistoryCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchGetAssetPropertyValueHistoryCommand.ts @@ -23,6 +23,10 @@ import { se_BatchGetAssetPropertyValueHistoryCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/BatchPutAssetPropertyValueCommand.ts b/clients/client-iotsitewise/src/commands/BatchPutAssetPropertyValueCommand.ts index b1711aaac0334..39cdabfa0f8c9 100644 --- a/clients/client-iotsitewise/src/commands/BatchPutAssetPropertyValueCommand.ts +++ b/clients/client-iotsitewise/src/commands/BatchPutAssetPropertyValueCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { BatchPutAssetPropertyValueRequest, BatchPutAssetPropertyValueResponse } from "../models/models_0"; import { de_BatchPutAssetPropertyValueCommand, se_BatchPutAssetPropertyValueCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/CreateAccessPolicyCommand.ts b/clients/client-iotsitewise/src/commands/CreateAccessPolicyCommand.ts index 46676b867df4b..7742555eb2724 100644 --- a/clients/client-iotsitewise/src/commands/CreateAccessPolicyCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateAccessPolicyCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateAccessPolicyRequest, CreateAccessPolicyResponse } from "../models/models_0"; import { de_CreateAccessPolicyCommand, se_CreateAccessPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/CreateAssetCommand.ts b/clients/client-iotsitewise/src/commands/CreateAssetCommand.ts index ca0ea64c016e0..dfaf9b9f62562 100644 --- a/clients/client-iotsitewise/src/commands/CreateAssetCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateAssetCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateAssetRequest, CreateAssetResponse } from "../models/models_0"; import { de_CreateAssetCommand, se_CreateAssetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/CreateAssetModelCommand.ts b/clients/client-iotsitewise/src/commands/CreateAssetModelCommand.ts index 485cd633913fc..f71f29b744e8c 100644 --- a/clients/client-iotsitewise/src/commands/CreateAssetModelCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateAssetModelCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateAssetModelRequest, CreateAssetModelResponse } from "../models/models_0"; import { de_CreateAssetModelCommand, se_CreateAssetModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/CreateBulkImportJobCommand.ts b/clients/client-iotsitewise/src/commands/CreateBulkImportJobCommand.ts index 11ba64ede67e9..48bbccc794af1 100644 --- a/clients/client-iotsitewise/src/commands/CreateBulkImportJobCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateBulkImportJobCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateBulkImportJobRequest, CreateBulkImportJobResponse } from "../models/models_0"; import { de_CreateBulkImportJobCommand, se_CreateBulkImportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/CreateDashboardCommand.ts b/clients/client-iotsitewise/src/commands/CreateDashboardCommand.ts index 16e4fcd2bab05..94dbaa8cf4e0e 100644 --- a/clients/client-iotsitewise/src/commands/CreateDashboardCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateDashboardCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateDashboardRequest, CreateDashboardResponse } from "../models/models_0"; import { de_CreateDashboardCommand, se_CreateDashboardCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/CreateGatewayCommand.ts b/clients/client-iotsitewise/src/commands/CreateGatewayCommand.ts index 641f7bb4bbd22..cd2c66a1c1a87 100644 --- a/clients/client-iotsitewise/src/commands/CreateGatewayCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateGatewayCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateGatewayRequest, CreateGatewayResponse } from "../models/models_0"; import { de_CreateGatewayCommand, se_CreateGatewayCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/CreatePortalCommand.ts b/clients/client-iotsitewise/src/commands/CreatePortalCommand.ts index 55766f90230ae..ce9eb6a4a42a1 100644 --- a/clients/client-iotsitewise/src/commands/CreatePortalCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreatePortalCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreatePortalRequest, CreatePortalResponse } from "../models/models_0"; import { de_CreatePortalCommand, se_CreatePortalCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/CreateProjectCommand.ts b/clients/client-iotsitewise/src/commands/CreateProjectCommand.ts index bc50755017609..43b3232c0a99d 100644 --- a/clients/client-iotsitewise/src/commands/CreateProjectCommand.ts +++ b/clients/client-iotsitewise/src/commands/CreateProjectCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateProjectRequest, CreateProjectResponse } from "../models/models_0"; import { de_CreateProjectCommand, se_CreateProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DeleteAccessPolicyCommand.ts b/clients/client-iotsitewise/src/commands/DeleteAccessPolicyCommand.ts index ffcab0d1fc428..632550cdd645b 100644 --- a/clients/client-iotsitewise/src/commands/DeleteAccessPolicyCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteAccessPolicyCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteAccessPolicyRequest, DeleteAccessPolicyResponse } from "../models/models_0"; import { de_DeleteAccessPolicyCommand, se_DeleteAccessPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DeleteAssetCommand.ts b/clients/client-iotsitewise/src/commands/DeleteAssetCommand.ts index 94246a24b62d4..3cceec1d6c091 100644 --- a/clients/client-iotsitewise/src/commands/DeleteAssetCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteAssetCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteAssetRequest, DeleteAssetResponse } from "../models/models_0"; import { de_DeleteAssetCommand, se_DeleteAssetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DeleteAssetModelCommand.ts b/clients/client-iotsitewise/src/commands/DeleteAssetModelCommand.ts index eb12bcc2bafa6..254af7ca1705c 100644 --- a/clients/client-iotsitewise/src/commands/DeleteAssetModelCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteAssetModelCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteAssetModelRequest, DeleteAssetModelResponse } from "../models/models_0"; import { de_DeleteAssetModelCommand, se_DeleteAssetModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DeleteDashboardCommand.ts b/clients/client-iotsitewise/src/commands/DeleteDashboardCommand.ts index 47cd619542632..250213dabd117 100644 --- a/clients/client-iotsitewise/src/commands/DeleteDashboardCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteDashboardCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteDashboardRequest, DeleteDashboardResponse } from "../models/models_0"; import { de_DeleteDashboardCommand, se_DeleteDashboardCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DeleteGatewayCommand.ts b/clients/client-iotsitewise/src/commands/DeleteGatewayCommand.ts index 034b98a8ecf2a..f72c04e44e279 100644 --- a/clients/client-iotsitewise/src/commands/DeleteGatewayCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteGatewayCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteGatewayRequest } from "../models/models_0"; import { de_DeleteGatewayCommand, se_DeleteGatewayCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DeletePortalCommand.ts b/clients/client-iotsitewise/src/commands/DeletePortalCommand.ts index 61a62fb858148..7adba03e92b1d 100644 --- a/clients/client-iotsitewise/src/commands/DeletePortalCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeletePortalCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeletePortalRequest, DeletePortalResponse } from "../models/models_0"; import { de_DeletePortalCommand, se_DeletePortalCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DeleteProjectCommand.ts b/clients/client-iotsitewise/src/commands/DeleteProjectCommand.ts index 23da0b732c0e1..2f50ca1fa1a7a 100644 --- a/clients/client-iotsitewise/src/commands/DeleteProjectCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteProjectCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteProjectRequest, DeleteProjectResponse } from "../models/models_0"; import { de_DeleteProjectCommand, se_DeleteProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DeleteTimeSeriesCommand.ts b/clients/client-iotsitewise/src/commands/DeleteTimeSeriesCommand.ts index 9facc27d42541..b607bc2826348 100644 --- a/clients/client-iotsitewise/src/commands/DeleteTimeSeriesCommand.ts +++ b/clients/client-iotsitewise/src/commands/DeleteTimeSeriesCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteTimeSeriesRequest } from "../models/models_0"; import { de_DeleteTimeSeriesCommand, se_DeleteTimeSeriesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DescribeAccessPolicyCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAccessPolicyCommand.ts index 4f3a1becdd55d..6819ba04826e3 100644 --- a/clients/client-iotsitewise/src/commands/DescribeAccessPolicyCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeAccessPolicyCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeAccessPolicyRequest, DescribeAccessPolicyResponse } from "../models/models_0"; import { de_DescribeAccessPolicyCommand, se_DescribeAccessPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DescribeAssetCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAssetCommand.ts index a831d23b1bd7c..66e5f30f783d2 100644 --- a/clients/client-iotsitewise/src/commands/DescribeAssetCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeAssetCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeAssetRequest, DescribeAssetResponse } from "../models/models_0"; import { de_DescribeAssetCommand, se_DescribeAssetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DescribeAssetModelCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAssetModelCommand.ts index 32d544743cba7..33c5bf6fec504 100644 --- a/clients/client-iotsitewise/src/commands/DescribeAssetModelCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeAssetModelCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeAssetModelRequest, DescribeAssetModelResponse } from "../models/models_0"; import { de_DescribeAssetModelCommand, se_DescribeAssetModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DescribeAssetPropertyCommand.ts b/clients/client-iotsitewise/src/commands/DescribeAssetPropertyCommand.ts index 2f7b8959d5295..0759f7a1cc3ac 100644 --- a/clients/client-iotsitewise/src/commands/DescribeAssetPropertyCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeAssetPropertyCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeAssetPropertyRequest, DescribeAssetPropertyResponse } from "../models/models_0"; import { de_DescribeAssetPropertyCommand, se_DescribeAssetPropertyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DescribeBulkImportJobCommand.ts b/clients/client-iotsitewise/src/commands/DescribeBulkImportJobCommand.ts index b9417f60b61a6..2f9377d026e92 100644 --- a/clients/client-iotsitewise/src/commands/DescribeBulkImportJobCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeBulkImportJobCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeBulkImportJobRequest, DescribeBulkImportJobResponse } from "../models/models_0"; import { de_DescribeBulkImportJobCommand, se_DescribeBulkImportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DescribeDashboardCommand.ts b/clients/client-iotsitewise/src/commands/DescribeDashboardCommand.ts index 9a9242b38afa7..1563f7bda304b 100644 --- a/clients/client-iotsitewise/src/commands/DescribeDashboardCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeDashboardCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeDashboardRequest, DescribeDashboardResponse } from "../models/models_0"; import { de_DescribeDashboardCommand, se_DescribeDashboardCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DescribeDefaultEncryptionConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/DescribeDefaultEncryptionConfigurationCommand.ts index 33f66924c5efa..080026cba465e 100644 --- a/clients/client-iotsitewise/src/commands/DescribeDefaultEncryptionConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeDefaultEncryptionConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeDefaultEncryptionConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DescribeGatewayCapabilityConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/DescribeGatewayCapabilityConfigurationCommand.ts index 9b8deb725d369..26db666ffc70b 100644 --- a/clients/client-iotsitewise/src/commands/DescribeGatewayCapabilityConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeGatewayCapabilityConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeGatewayCapabilityConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DescribeGatewayCommand.ts b/clients/client-iotsitewise/src/commands/DescribeGatewayCommand.ts index 9d7f533ef0f05..ccb85cb9f1224 100644 --- a/clients/client-iotsitewise/src/commands/DescribeGatewayCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeGatewayCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeGatewayRequest, DescribeGatewayResponse } from "../models/models_0"; import { de_DescribeGatewayCommand, se_DescribeGatewayCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DescribeLoggingOptionsCommand.ts b/clients/client-iotsitewise/src/commands/DescribeLoggingOptionsCommand.ts index c3b8a9238ea64..c360d8a38a3ed 100644 --- a/clients/client-iotsitewise/src/commands/DescribeLoggingOptionsCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeLoggingOptionsCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeLoggingOptionsRequest, DescribeLoggingOptionsResponse } from "../models/models_0"; import { de_DescribeLoggingOptionsCommand, se_DescribeLoggingOptionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DescribePortalCommand.ts b/clients/client-iotsitewise/src/commands/DescribePortalCommand.ts index 25d0baab6537e..68ca877c2884c 100644 --- a/clients/client-iotsitewise/src/commands/DescribePortalCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribePortalCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribePortalRequest, DescribePortalResponse } from "../models/models_0"; import { de_DescribePortalCommand, se_DescribePortalCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DescribeProjectCommand.ts b/clients/client-iotsitewise/src/commands/DescribeProjectCommand.ts index ea4802b249149..ca99d6e977c98 100644 --- a/clients/client-iotsitewise/src/commands/DescribeProjectCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeProjectCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeProjectRequest, DescribeProjectResponse } from "../models/models_0"; import { de_DescribeProjectCommand, se_DescribeProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DescribeStorageConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/DescribeStorageConfigurationCommand.ts index f4788c0642dc3..bcad822e4258f 100644 --- a/clients/client-iotsitewise/src/commands/DescribeStorageConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeStorageConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeStorageConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DescribeTimeSeriesCommand.ts b/clients/client-iotsitewise/src/commands/DescribeTimeSeriesCommand.ts index 1539db1e5ac0b..7947d9095c0f8 100644 --- a/clients/client-iotsitewise/src/commands/DescribeTimeSeriesCommand.ts +++ b/clients/client-iotsitewise/src/commands/DescribeTimeSeriesCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeTimeSeriesRequest, DescribeTimeSeriesResponse } from "../models/models_0"; import { de_DescribeTimeSeriesCommand, se_DescribeTimeSeriesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DisassociateAssetsCommand.ts b/clients/client-iotsitewise/src/commands/DisassociateAssetsCommand.ts index 0820992ef4c6f..fb575f5d813db 100644 --- a/clients/client-iotsitewise/src/commands/DisassociateAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/DisassociateAssetsCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DisassociateAssetsRequest } from "../models/models_0"; import { de_DisassociateAssetsCommand, se_DisassociateAssetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/DisassociateTimeSeriesFromAssetPropertyCommand.ts b/clients/client-iotsitewise/src/commands/DisassociateTimeSeriesFromAssetPropertyCommand.ts index 32bae734034e1..a5c51d8ad9c81 100644 --- a/clients/client-iotsitewise/src/commands/DisassociateTimeSeriesFromAssetPropertyCommand.ts +++ b/clients/client-iotsitewise/src/commands/DisassociateTimeSeriesFromAssetPropertyCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateTimeSeriesFromAssetPropertyCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/GetAssetPropertyAggregatesCommand.ts b/clients/client-iotsitewise/src/commands/GetAssetPropertyAggregatesCommand.ts index fd254f7887721..968bce9aa4c9f 100644 --- a/clients/client-iotsitewise/src/commands/GetAssetPropertyAggregatesCommand.ts +++ b/clients/client-iotsitewise/src/commands/GetAssetPropertyAggregatesCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetAssetPropertyAggregatesRequest, GetAssetPropertyAggregatesResponse } from "../models/models_0"; import { de_GetAssetPropertyAggregatesCommand, se_GetAssetPropertyAggregatesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/GetAssetPropertyValueCommand.ts b/clients/client-iotsitewise/src/commands/GetAssetPropertyValueCommand.ts index 976fc38ba29b5..3c5f8fdce6a52 100644 --- a/clients/client-iotsitewise/src/commands/GetAssetPropertyValueCommand.ts +++ b/clients/client-iotsitewise/src/commands/GetAssetPropertyValueCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetAssetPropertyValueRequest, GetAssetPropertyValueResponse } from "../models/models_0"; import { de_GetAssetPropertyValueCommand, se_GetAssetPropertyValueCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/GetAssetPropertyValueHistoryCommand.ts b/clients/client-iotsitewise/src/commands/GetAssetPropertyValueHistoryCommand.ts index 869d873737c39..f978a0bd81990 100644 --- a/clients/client-iotsitewise/src/commands/GetAssetPropertyValueHistoryCommand.ts +++ b/clients/client-iotsitewise/src/commands/GetAssetPropertyValueHistoryCommand.ts @@ -20,6 +20,10 @@ import { se_GetAssetPropertyValueHistoryCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/GetInterpolatedAssetPropertyValuesCommand.ts b/clients/client-iotsitewise/src/commands/GetInterpolatedAssetPropertyValuesCommand.ts index 018fc37bfea04..113514ed99bc7 100644 --- a/clients/client-iotsitewise/src/commands/GetInterpolatedAssetPropertyValuesCommand.ts +++ b/clients/client-iotsitewise/src/commands/GetInterpolatedAssetPropertyValuesCommand.ts @@ -23,6 +23,10 @@ import { se_GetInterpolatedAssetPropertyValuesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/ListAccessPoliciesCommand.ts b/clients/client-iotsitewise/src/commands/ListAccessPoliciesCommand.ts index d0cfafa491685..8684c665743c4 100644 --- a/clients/client-iotsitewise/src/commands/ListAccessPoliciesCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAccessPoliciesCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListAccessPoliciesRequest, ListAccessPoliciesResponse } from "../models/models_0"; import { de_ListAccessPoliciesCommand, se_ListAccessPoliciesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/ListAssetModelPropertiesCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetModelPropertiesCommand.ts index ee59bbd8eedac..34ada04c999df 100644 --- a/clients/client-iotsitewise/src/commands/ListAssetModelPropertiesCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssetModelPropertiesCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListAssetModelPropertiesRequest, ListAssetModelPropertiesResponse } from "../models/models_0"; import { de_ListAssetModelPropertiesCommand, se_ListAssetModelPropertiesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/ListAssetModelsCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetModelsCommand.ts index 0aca0e59d0134..3ec3773ba9102 100644 --- a/clients/client-iotsitewise/src/commands/ListAssetModelsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssetModelsCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListAssetModelsRequest, ListAssetModelsResponse } from "../models/models_0"; import { de_ListAssetModelsCommand, se_ListAssetModelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/ListAssetPropertiesCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetPropertiesCommand.ts index cac7b09e55924..b46599e03b4c9 100644 --- a/clients/client-iotsitewise/src/commands/ListAssetPropertiesCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssetPropertiesCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListAssetPropertiesRequest, ListAssetPropertiesResponse } from "../models/models_0"; import { de_ListAssetPropertiesCommand, se_ListAssetPropertiesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/ListAssetRelationshipsCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetRelationshipsCommand.ts index d7a020b453896..4618ca6a50baf 100644 --- a/clients/client-iotsitewise/src/commands/ListAssetRelationshipsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssetRelationshipsCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListAssetRelationshipsRequest, ListAssetRelationshipsResponse } from "../models/models_0"; import { de_ListAssetRelationshipsCommand, se_ListAssetRelationshipsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/ListAssetsCommand.ts b/clients/client-iotsitewise/src/commands/ListAssetsCommand.ts index 46e60505f9fde..3d0f79822eefd 100644 --- a/clients/client-iotsitewise/src/commands/ListAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssetsCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListAssetsRequest, ListAssetsResponse } from "../models/models_0"; import { de_ListAssetsCommand, se_ListAssetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/ListAssociatedAssetsCommand.ts b/clients/client-iotsitewise/src/commands/ListAssociatedAssetsCommand.ts index 9b0f5e1735056..cbf9421e2d4c4 100644 --- a/clients/client-iotsitewise/src/commands/ListAssociatedAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListAssociatedAssetsCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListAssociatedAssetsRequest, ListAssociatedAssetsResponse } from "../models/models_0"; import { de_ListAssociatedAssetsCommand, se_ListAssociatedAssetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/ListBulkImportJobsCommand.ts b/clients/client-iotsitewise/src/commands/ListBulkImportJobsCommand.ts index 558ed63c2bb94..8d3a57e8c1356 100644 --- a/clients/client-iotsitewise/src/commands/ListBulkImportJobsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListBulkImportJobsCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListBulkImportJobsRequest, ListBulkImportJobsResponse } from "../models/models_0"; import { de_ListBulkImportJobsCommand, se_ListBulkImportJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/ListDashboardsCommand.ts b/clients/client-iotsitewise/src/commands/ListDashboardsCommand.ts index ca7f539d34b3f..e98f9ac5754c3 100644 --- a/clients/client-iotsitewise/src/commands/ListDashboardsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListDashboardsCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListDashboardsRequest, ListDashboardsResponse } from "../models/models_0"; import { de_ListDashboardsCommand, se_ListDashboardsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/ListGatewaysCommand.ts b/clients/client-iotsitewise/src/commands/ListGatewaysCommand.ts index 72c6982045615..77561552d0e2f 100644 --- a/clients/client-iotsitewise/src/commands/ListGatewaysCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListGatewaysCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListGatewaysRequest, ListGatewaysResponse } from "../models/models_0"; import { de_ListGatewaysCommand, se_ListGatewaysCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/ListPortalsCommand.ts b/clients/client-iotsitewise/src/commands/ListPortalsCommand.ts index cee9f4a42ec33..4de3c8e8389a6 100644 --- a/clients/client-iotsitewise/src/commands/ListPortalsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListPortalsCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListPortalsRequest, ListPortalsResponse } from "../models/models_0"; import { de_ListPortalsCommand, se_ListPortalsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/ListProjectAssetsCommand.ts b/clients/client-iotsitewise/src/commands/ListProjectAssetsCommand.ts index 72113c40019b7..248ef9917d8eb 100644 --- a/clients/client-iotsitewise/src/commands/ListProjectAssetsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListProjectAssetsCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListProjectAssetsRequest, ListProjectAssetsResponse } from "../models/models_0"; import { de_ListProjectAssetsCommand, se_ListProjectAssetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/ListProjectsCommand.ts b/clients/client-iotsitewise/src/commands/ListProjectsCommand.ts index 8c5fad38d62be..b98fda96f80da 100644 --- a/clients/client-iotsitewise/src/commands/ListProjectsCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListProjectsCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0"; import { de_ListProjectsCommand, se_ListProjectsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotsitewise/src/commands/ListTagsForResourceCommand.ts index 2ad06d854546c..889daae827840 100644 --- a/clients/client-iotsitewise/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/ListTimeSeriesCommand.ts b/clients/client-iotsitewise/src/commands/ListTimeSeriesCommand.ts index 997d1bae180dd..dae3a0e3c9a5b 100644 --- a/clients/client-iotsitewise/src/commands/ListTimeSeriesCommand.ts +++ b/clients/client-iotsitewise/src/commands/ListTimeSeriesCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTimeSeriesRequest, ListTimeSeriesResponse } from "../models/models_0"; import { de_ListTimeSeriesCommand, se_ListTimeSeriesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/PutDefaultEncryptionConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/PutDefaultEncryptionConfigurationCommand.ts index e30a5a99f5423..75f950262c536 100644 --- a/clients/client-iotsitewise/src/commands/PutDefaultEncryptionConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/PutDefaultEncryptionConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_PutDefaultEncryptionConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/PutLoggingOptionsCommand.ts b/clients/client-iotsitewise/src/commands/PutLoggingOptionsCommand.ts index 6e56a770ceb14..d6127fd9bc2e2 100644 --- a/clients/client-iotsitewise/src/commands/PutLoggingOptionsCommand.ts +++ b/clients/client-iotsitewise/src/commands/PutLoggingOptionsCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutLoggingOptionsRequest, PutLoggingOptionsResponse } from "../models/models_0"; import { de_PutLoggingOptionsCommand, se_PutLoggingOptionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/PutStorageConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/PutStorageConfigurationCommand.ts index e50565d0a2bab..e72bc4d5fede7 100644 --- a/clients/client-iotsitewise/src/commands/PutStorageConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/PutStorageConfigurationCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutStorageConfigurationRequest, PutStorageConfigurationResponse } from "../models/models_0"; import { de_PutStorageConfigurationCommand, se_PutStorageConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/TagResourceCommand.ts b/clients/client-iotsitewise/src/commands/TagResourceCommand.ts index a4ef73f1687f2..e31dfcdbcf80f 100644 --- a/clients/client-iotsitewise/src/commands/TagResourceCommand.ts +++ b/clients/client-iotsitewise/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/UntagResourceCommand.ts b/clients/client-iotsitewise/src/commands/UntagResourceCommand.ts index 3afaba0583753..3729571a317fb 100644 --- a/clients/client-iotsitewise/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotsitewise/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/UpdateAccessPolicyCommand.ts b/clients/client-iotsitewise/src/commands/UpdateAccessPolicyCommand.ts index 8190ae2ff5905..bd387cce88afc 100644 --- a/clients/client-iotsitewise/src/commands/UpdateAccessPolicyCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateAccessPolicyCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateAccessPolicyRequest, UpdateAccessPolicyResponse } from "../models/models_0"; import { de_UpdateAccessPolicyCommand, se_UpdateAccessPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/UpdateAssetCommand.ts b/clients/client-iotsitewise/src/commands/UpdateAssetCommand.ts index 65d19fc67504a..85fede73d659f 100644 --- a/clients/client-iotsitewise/src/commands/UpdateAssetCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateAssetCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateAssetRequest, UpdateAssetResponse } from "../models/models_0"; import { de_UpdateAssetCommand, se_UpdateAssetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/UpdateAssetModelCommand.ts b/clients/client-iotsitewise/src/commands/UpdateAssetModelCommand.ts index 805e2d63de023..9f2fa3dad248d 100644 --- a/clients/client-iotsitewise/src/commands/UpdateAssetModelCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateAssetModelCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateAssetModelRequest, UpdateAssetModelResponse } from "../models/models_0"; import { de_UpdateAssetModelCommand, se_UpdateAssetModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/UpdateAssetPropertyCommand.ts b/clients/client-iotsitewise/src/commands/UpdateAssetPropertyCommand.ts index be7d73b05386d..d10225bd2a229 100644 --- a/clients/client-iotsitewise/src/commands/UpdateAssetPropertyCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateAssetPropertyCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateAssetPropertyRequest } from "../models/models_0"; import { de_UpdateAssetPropertyCommand, se_UpdateAssetPropertyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/UpdateDashboardCommand.ts b/clients/client-iotsitewise/src/commands/UpdateDashboardCommand.ts index 47b72f9151489..91636ea69c48d 100644 --- a/clients/client-iotsitewise/src/commands/UpdateDashboardCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateDashboardCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateDashboardRequest, UpdateDashboardResponse } from "../models/models_0"; import { de_UpdateDashboardCommand, se_UpdateDashboardCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/UpdateGatewayCapabilityConfigurationCommand.ts b/clients/client-iotsitewise/src/commands/UpdateGatewayCapabilityConfigurationCommand.ts index 8d3ae03975780..33d1eb2b4a82e 100644 --- a/clients/client-iotsitewise/src/commands/UpdateGatewayCapabilityConfigurationCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateGatewayCapabilityConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateGatewayCapabilityConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/UpdateGatewayCommand.ts b/clients/client-iotsitewise/src/commands/UpdateGatewayCommand.ts index b248eb11b5bcd..3795cc68f4f5c 100644 --- a/clients/client-iotsitewise/src/commands/UpdateGatewayCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateGatewayCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateGatewayRequest } from "../models/models_0"; import { de_UpdateGatewayCommand, se_UpdateGatewayCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/UpdatePortalCommand.ts b/clients/client-iotsitewise/src/commands/UpdatePortalCommand.ts index c2bd45daf1d70..311d0f6ad67c1 100644 --- a/clients/client-iotsitewise/src/commands/UpdatePortalCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdatePortalCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdatePortalRequest, UpdatePortalResponse } from "../models/models_0"; import { de_UpdatePortalCommand, se_UpdatePortalCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/commands/UpdateProjectCommand.ts b/clients/client-iotsitewise/src/commands/UpdateProjectCommand.ts index 4b2fe88cf7e76..ffc5023ad6df7 100644 --- a/clients/client-iotsitewise/src/commands/UpdateProjectCommand.ts +++ b/clients/client-iotsitewise/src/commands/UpdateProjectCommand.ts @@ -17,6 +17,10 @@ import { IoTSiteWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateProjectRequest, UpdateProjectResponse } from "../models/models_0"; import { de_UpdateProjectCommand, se_UpdateProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotsitewise/src/index.ts b/clients/client-iotsitewise/src/index.ts index abae37391da18..1e005b15c0822 100644 --- a/clients/client-iotsitewise/src/index.ts +++ b/clients/client-iotsitewise/src/index.ts @@ -1,9 +1,16 @@ -export * from "./IoTSiteWise"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Welcome to the IoT SiteWise API Reference. IoT SiteWise is an Amazon Web Services service that connects Industrial Internet of Things (IIoT) devices to the power of the Amazon Web Services Cloud. For more information, see the + * IoT SiteWise User Guide. For information about IoT SiteWise quotas, see Quotas in the IoT SiteWise User Guide.

+ * + * @packageDocumentation + */ export * from "./IoTSiteWiseClient"; +export * from "./IoTSiteWise"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { IoTSiteWiseServiceException } from "./models/IoTSiteWiseServiceException"; diff --git a/clients/client-iotsitewise/src/models/IoTSiteWiseServiceException.ts b/clients/client-iotsitewise/src/models/IoTSiteWiseServiceException.ts index 00ddef703ef25..afc3386b357fc 100644 --- a/clients/client-iotsitewise/src/models/IoTSiteWiseServiceException.ts +++ b/clients/client-iotsitewise/src/models/IoTSiteWiseServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-iotthingsgraph/src/IoTThingsGraphClient.ts b/clients/client-iotthingsgraph/src/IoTThingsGraphClient.ts index f0e368e352b26..748d555f8cc19 100644 --- a/clients/client-iotthingsgraph/src/IoTThingsGraphClient.ts +++ b/clients/client-iotthingsgraph/src/IoTThingsGraphClient.ts @@ -157,6 +157,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -364,7 +366,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type IoTThingsGraphClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type IoTThingsGraphClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -383,7 +385,7 @@ export interface IoTThingsGraphClientConfig extends IoTThingsGraphClientConfigTy /** * @public */ -type IoTThingsGraphClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type IoTThingsGraphClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts b/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts index d212e078d5ca8..8f69d895fe687 100644 --- a/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/AssociateEntityToThingCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { AssociateEntityToThingRequest, AssociateEntityToThingResponse } from "../models/models_0"; import { de_AssociateEntityToThingCommand, se_AssociateEntityToThingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts index adc330e1c76ad..2184c763b3f94 100644 --- a/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/CreateFlowTemplateCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateFlowTemplateRequest, CreateFlowTemplateResponse } from "../models/models_0"; import { de_CreateFlowTemplateCommand, se_CreateFlowTemplateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts index 55e4248a3d483..0ca9caf1a44a0 100644 --- a/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/CreateSystemInstanceCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateSystemInstanceRequest, CreateSystemInstanceResponse } from "../models/models_0"; import { de_CreateSystemInstanceCommand, se_CreateSystemInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts index 57e6662345966..184a7aebb32b8 100644 --- a/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/CreateSystemTemplateCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateSystemTemplateRequest, CreateSystemTemplateResponse } from "../models/models_0"; import { de_CreateSystemTemplateCommand, se_CreateSystemTemplateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts index 4ddbf3d1b048d..8868d49c774ec 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteFlowTemplateCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteFlowTemplateRequest, DeleteFlowTemplateResponse } from "../models/models_0"; import { de_DeleteFlowTemplateCommand, se_DeleteFlowTemplateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts index 9208e83406399..a291c3c7c0ab2 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteNamespaceCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/models_0"; import { de_DeleteNamespaceCommand, se_DeleteNamespaceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts index fe0650d642242..799319f6854e5 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteSystemInstanceCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteSystemInstanceRequest, DeleteSystemInstanceResponse } from "../models/models_0"; import { de_DeleteSystemInstanceCommand, se_DeleteSystemInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts index aa62f776b4486..7437384656afa 100644 --- a/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeleteSystemTemplateCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteSystemTemplateRequest, DeleteSystemTemplateResponse } from "../models/models_0"; import { de_DeleteSystemTemplateCommand, se_DeleteSystemTemplateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts index 27d8779c8c897..e4c690f073e2f 100644 --- a/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeploySystemInstanceCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeploySystemInstanceRequest, DeploySystemInstanceResponse } from "../models/models_0"; import { de_DeploySystemInstanceCommand, se_DeploySystemInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts index e3b5ae7f94ee5..9244adfa61d33 100644 --- a/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeprecateFlowTemplateCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeprecateFlowTemplateRequest, DeprecateFlowTemplateResponse } from "../models/models_0"; import { de_DeprecateFlowTemplateCommand, se_DeprecateFlowTemplateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts index af40e0a529dc6..da1a48fe0f14c 100644 --- a/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DeprecateSystemTemplateCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeprecateSystemTemplateRequest, DeprecateSystemTemplateResponse } from "../models/models_0"; import { de_DeprecateSystemTemplateCommand, se_DeprecateSystemTemplateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts b/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts index fbc63c41316cf..386060bc12ba4 100644 --- a/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DescribeNamespaceCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeNamespaceRequest, DescribeNamespaceResponse } from "../models/models_0"; import { de_DescribeNamespaceCommand, se_DescribeNamespaceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts b/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts index 855a616ed0361..e5bb1785bd449 100644 --- a/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/DissociateEntityFromThingCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DissociateEntityFromThingRequest, DissociateEntityFromThingResponse } from "../models/models_0"; import { de_DissociateEntityFromThingCommand, se_DissociateEntityFromThingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts b/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts index b042faec6cc26..24c38ae1efd4c 100644 --- a/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetEntitiesCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetEntitiesRequest, GetEntitiesResponse } from "../models/models_0"; import { de_GetEntitiesCommand, se_GetEntitiesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts index f7e8aacab444b..10a425a59c550 100644 --- a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetFlowTemplateRequest, GetFlowTemplateResponse } from "../models/models_0"; import { de_GetFlowTemplateCommand, se_GetFlowTemplateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts index f0097435873b8..b77572d816a50 100644 --- a/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetFlowTemplateRevisionsCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetFlowTemplateRevisionsRequest, GetFlowTemplateRevisionsResponse } from "../models/models_0"; import { de_GetFlowTemplateRevisionsCommand, se_GetFlowTemplateRevisionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts b/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts index 61a80c86b8774..75e938367222a 100644 --- a/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetNamespaceDeletionStatusCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetNamespaceDeletionStatusRequest, GetNamespaceDeletionStatusResponse } from "../models/models_0"; import { de_GetNamespaceDeletionStatusCommand, se_GetNamespaceDeletionStatusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts index c2ec1e59f6663..b620e12e9dfe1 100644 --- a/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetSystemInstanceCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetSystemInstanceRequest, GetSystemInstanceResponse } from "../models/models_0"; import { de_GetSystemInstanceCommand, se_GetSystemInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts index 286f7db9031f1..4f75e3c960747 100644 --- a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetSystemTemplateRequest, GetSystemTemplateResponse } from "../models/models_0"; import { de_GetSystemTemplateCommand, se_GetSystemTemplateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts index 67a7cd326065e..732e8adfb09f5 100644 --- a/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetSystemTemplateRevisionsCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetSystemTemplateRevisionsRequest, GetSystemTemplateRevisionsResponse } from "../models/models_0"; import { de_GetSystemTemplateRevisionsCommand, se_GetSystemTemplateRevisionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts b/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts index ba5863da8229c..c483b5e3d3158 100644 --- a/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/GetUploadStatusCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetUploadStatusRequest, GetUploadStatusResponse } from "../models/models_0"; import { de_GetUploadStatusCommand, se_GetUploadStatusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts b/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts index a926d55ddec0f..b052f42535fcd 100644 --- a/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/ListFlowExecutionMessagesCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListFlowExecutionMessagesRequest, ListFlowExecutionMessagesResponse } from "../models/models_0"; import { de_ListFlowExecutionMessagesCommand, se_ListFlowExecutionMessagesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts b/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts index 9663d28527456..e695478cbcfbb 100644 --- a/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts index d685cddfaf242..db2879eb980fe 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchEntitiesCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { SearchEntitiesRequest, SearchEntitiesResponse } from "../models/models_0"; import { de_SearchEntitiesCommand, se_SearchEntitiesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts index 5b19db3d93979..a8626ea55f77a 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchFlowExecutionsCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { SearchFlowExecutionsRequest, SearchFlowExecutionsResponse } from "../models/models_0"; import { de_SearchFlowExecutionsCommand, se_SearchFlowExecutionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts index 9de1492b5a830..f660374f1ae48 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchFlowTemplatesCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { SearchFlowTemplatesRequest, SearchFlowTemplatesResponse } from "../models/models_0"; import { de_SearchFlowTemplatesCommand, se_SearchFlowTemplatesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts index 2500355bb32a6..928b1cc4ff4a8 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchSystemInstancesCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { SearchSystemInstancesRequest, SearchSystemInstancesResponse } from "../models/models_0"; import { de_SearchSystemInstancesCommand, se_SearchSystemInstancesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts index ee098ac48dcfc..4176d2296b2c5 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchSystemTemplatesCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { SearchSystemTemplatesRequest, SearchSystemTemplatesResponse } from "../models/models_0"; import { de_SearchSystemTemplatesCommand, se_SearchSystemTemplatesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts b/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts index 9338289190006..7e02c21b0650e 100644 --- a/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/SearchThingsCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { SearchThingsRequest, SearchThingsResponse } from "../models/models_0"; import { de_SearchThingsCommand, se_SearchThingsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts b/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts index d5cc02d6c0ca9..3d2e670b8c759 100644 --- a/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts b/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts index 9fe1c9836b786..5defc645b7774 100644 --- a/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UndeploySystemInstanceCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UndeploySystemInstanceRequest, UndeploySystemInstanceResponse } from "../models/models_0"; import { de_UndeploySystemInstanceCommand, se_UndeploySystemInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts b/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts index 0f89d3ca03515..5a2b3d730b90b 100644 --- a/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts index 5b3b80e979d7b..843fb3a1329cb 100644 --- a/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UpdateFlowTemplateCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateFlowTemplateRequest, UpdateFlowTemplateResponse } from "../models/models_0"; import { de_UpdateFlowTemplateCommand, se_UpdateFlowTemplateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts b/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts index 8b0b0ea20d52d..e96a016be0989 100644 --- a/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UpdateSystemTemplateCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateSystemTemplateRequest, UpdateSystemTemplateResponse } from "../models/models_0"; import { de_UpdateSystemTemplateCommand, se_UpdateSystemTemplateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts b/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts index 49bbd44802964..50e052c8100c4 100644 --- a/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts +++ b/clients/client-iotthingsgraph/src/commands/UploadEntityDefinitionsCommand.ts @@ -17,6 +17,10 @@ import { IoTThingsGraphClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UploadEntityDefinitionsRequest, UploadEntityDefinitionsResponse } from "../models/models_0"; import { de_UploadEntityDefinitionsCommand, se_UploadEntityDefinitionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iotthingsgraph/src/index.ts b/clients/client-iotthingsgraph/src/index.ts index cd51f3010cde3..347f5aa037ea3 100644 --- a/clients/client-iotthingsgraph/src/index.ts +++ b/clients/client-iotthingsgraph/src/index.ts @@ -1,8 +1,20 @@ -export * from "./IoTThingsGraph"; // smithy-typescript generated code +/* eslint-disable */ +/** + * AWS IoT Things Graph + *

AWS IoT Things Graph provides an integrated set of tools that enable developers to connect devices and services that use different standards, + * such as units of measure and communication protocols. AWS IoT Things Graph makes it possible to build IoT applications with little to no code by connecting devices and services + * and defining how they interact at an abstract level.

+ *

For more information about how AWS IoT Things Graph works, see the User Guide.

+ * + *

The AWS IoT Things Graph service is discontinued.

+ * + * @packageDocumentation + */ export * from "./IoTThingsGraphClient"; +export * from "./IoTThingsGraph"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { IoTThingsGraphServiceException } from "./models/IoTThingsGraphServiceException"; diff --git a/clients/client-iotthingsgraph/src/models/IoTThingsGraphServiceException.ts b/clients/client-iotthingsgraph/src/models/IoTThingsGraphServiceException.ts index 931f1b13d9118..2c5b71170f95e 100644 --- a/clients/client-iotthingsgraph/src/models/IoTThingsGraphServiceException.ts +++ b/clients/client-iotthingsgraph/src/models/IoTThingsGraphServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-iottwinmaker/src/IoTTwinMakerClient.ts b/clients/client-iottwinmaker/src/IoTTwinMakerClient.ts index 26ec76d15c1de..694cd9820c5b1 100644 --- a/clients/client-iottwinmaker/src/IoTTwinMakerClient.ts +++ b/clients/client-iottwinmaker/src/IoTTwinMakerClient.ts @@ -111,6 +111,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -316,7 +318,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type IoTTwinMakerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type IoTTwinMakerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -335,7 +337,7 @@ export interface IoTTwinMakerClientConfig extends IoTTwinMakerClientConfigType { /** * @public */ -type IoTTwinMakerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type IoTTwinMakerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-iottwinmaker/src/commands/BatchPutPropertyValuesCommand.ts b/clients/client-iottwinmaker/src/commands/BatchPutPropertyValuesCommand.ts index 377b7355e0ef4..736f675f2e542 100644 --- a/clients/client-iottwinmaker/src/commands/BatchPutPropertyValuesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/BatchPutPropertyValuesCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { BatchPutPropertyValuesRequest, BatchPutPropertyValuesResponse } from "../models/models_0"; import { de_BatchPutPropertyValuesCommand, se_BatchPutPropertyValuesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/CreateComponentTypeCommand.ts b/clients/client-iottwinmaker/src/commands/CreateComponentTypeCommand.ts index c4e2fc0571895..b15efdfc606eb 100644 --- a/clients/client-iottwinmaker/src/commands/CreateComponentTypeCommand.ts +++ b/clients/client-iottwinmaker/src/commands/CreateComponentTypeCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateComponentTypeRequest, CreateComponentTypeResponse } from "../models/models_0"; import { de_CreateComponentTypeCommand, se_CreateComponentTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/CreateEntityCommand.ts b/clients/client-iottwinmaker/src/commands/CreateEntityCommand.ts index 3dd7947714752..7aeab4cc94e3d 100644 --- a/clients/client-iottwinmaker/src/commands/CreateEntityCommand.ts +++ b/clients/client-iottwinmaker/src/commands/CreateEntityCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateEntityRequest, CreateEntityResponse } from "../models/models_0"; import { de_CreateEntityCommand, se_CreateEntityCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/CreateSceneCommand.ts b/clients/client-iottwinmaker/src/commands/CreateSceneCommand.ts index ce72a999697c8..0deab1ecc504c 100644 --- a/clients/client-iottwinmaker/src/commands/CreateSceneCommand.ts +++ b/clients/client-iottwinmaker/src/commands/CreateSceneCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateSceneRequest, CreateSceneResponse } from "../models/models_0"; import { de_CreateSceneCommand, se_CreateSceneCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/CreateSyncJobCommand.ts b/clients/client-iottwinmaker/src/commands/CreateSyncJobCommand.ts index 21de284e24c9a..05bee32567593 100644 --- a/clients/client-iottwinmaker/src/commands/CreateSyncJobCommand.ts +++ b/clients/client-iottwinmaker/src/commands/CreateSyncJobCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateSyncJobRequest, CreateSyncJobResponse } from "../models/models_0"; import { de_CreateSyncJobCommand, se_CreateSyncJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/CreateWorkspaceCommand.ts b/clients/client-iottwinmaker/src/commands/CreateWorkspaceCommand.ts index 98966d1be406c..5459ef67d38a4 100644 --- a/clients/client-iottwinmaker/src/commands/CreateWorkspaceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/CreateWorkspaceCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateWorkspaceRequest, CreateWorkspaceResponse } from "../models/models_0"; import { de_CreateWorkspaceCommand, se_CreateWorkspaceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/DeleteComponentTypeCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteComponentTypeCommand.ts index a31dfb3eac250..82d58a3a91d20 100644 --- a/clients/client-iottwinmaker/src/commands/DeleteComponentTypeCommand.ts +++ b/clients/client-iottwinmaker/src/commands/DeleteComponentTypeCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteComponentTypeRequest, DeleteComponentTypeResponse } from "../models/models_0"; import { de_DeleteComponentTypeCommand, se_DeleteComponentTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/DeleteEntityCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteEntityCommand.ts index 19912297b1a3a..536ca8fc66500 100644 --- a/clients/client-iottwinmaker/src/commands/DeleteEntityCommand.ts +++ b/clients/client-iottwinmaker/src/commands/DeleteEntityCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteEntityRequest, DeleteEntityResponse } from "../models/models_0"; import { de_DeleteEntityCommand, se_DeleteEntityCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/DeleteSceneCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteSceneCommand.ts index 7768ef864b007..fa043a3ff4b42 100644 --- a/clients/client-iottwinmaker/src/commands/DeleteSceneCommand.ts +++ b/clients/client-iottwinmaker/src/commands/DeleteSceneCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteSceneRequest, DeleteSceneResponse } from "../models/models_0"; import { de_DeleteSceneCommand, se_DeleteSceneCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/DeleteSyncJobCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteSyncJobCommand.ts index 34516f97a3295..3852d505a953b 100644 --- a/clients/client-iottwinmaker/src/commands/DeleteSyncJobCommand.ts +++ b/clients/client-iottwinmaker/src/commands/DeleteSyncJobCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteSyncJobRequest, DeleteSyncJobResponse } from "../models/models_0"; import { de_DeleteSyncJobCommand, se_DeleteSyncJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/DeleteWorkspaceCommand.ts b/clients/client-iottwinmaker/src/commands/DeleteWorkspaceCommand.ts index 21031d296a7de..499fa9e883468 100644 --- a/clients/client-iottwinmaker/src/commands/DeleteWorkspaceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/DeleteWorkspaceCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteWorkspaceRequest, DeleteWorkspaceResponse } from "../models/models_0"; import { de_DeleteWorkspaceCommand, se_DeleteWorkspaceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/ExecuteQueryCommand.ts b/clients/client-iottwinmaker/src/commands/ExecuteQueryCommand.ts index 807cbd69b948b..9dae830602ac2 100644 --- a/clients/client-iottwinmaker/src/commands/ExecuteQueryCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ExecuteQueryCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ExecuteQueryRequest, ExecuteQueryResponse } from "../models/models_0"; import { de_ExecuteQueryCommand, se_ExecuteQueryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/GetComponentTypeCommand.ts b/clients/client-iottwinmaker/src/commands/GetComponentTypeCommand.ts index 7ba03312a1cb7..24e273dd75636 100644 --- a/clients/client-iottwinmaker/src/commands/GetComponentTypeCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetComponentTypeCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetComponentTypeRequest, GetComponentTypeResponse } from "../models/models_0"; import { de_GetComponentTypeCommand, se_GetComponentTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/GetEntityCommand.ts b/clients/client-iottwinmaker/src/commands/GetEntityCommand.ts index be3256ac65c07..7436f88f62393 100644 --- a/clients/client-iottwinmaker/src/commands/GetEntityCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetEntityCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetEntityRequest, GetEntityResponse } from "../models/models_0"; import { de_GetEntityCommand, se_GetEntityCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/GetPricingPlanCommand.ts b/clients/client-iottwinmaker/src/commands/GetPricingPlanCommand.ts index 9508533389ef6..7a095a71db842 100644 --- a/clients/client-iottwinmaker/src/commands/GetPricingPlanCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetPricingPlanCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetPricingPlanRequest, GetPricingPlanResponse } from "../models/models_0"; import { de_GetPricingPlanCommand, se_GetPricingPlanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/GetPropertyValueCommand.ts b/clients/client-iottwinmaker/src/commands/GetPropertyValueCommand.ts index f492ba7dde067..741c24b4d55e1 100644 --- a/clients/client-iottwinmaker/src/commands/GetPropertyValueCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetPropertyValueCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetPropertyValueRequest, GetPropertyValueResponse } from "../models/models_0"; import { de_GetPropertyValueCommand, se_GetPropertyValueCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/GetPropertyValueHistoryCommand.ts b/clients/client-iottwinmaker/src/commands/GetPropertyValueHistoryCommand.ts index d67344c825151..0a6b14c35925b 100644 --- a/clients/client-iottwinmaker/src/commands/GetPropertyValueHistoryCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetPropertyValueHistoryCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetPropertyValueHistoryRequest, GetPropertyValueHistoryResponse } from "../models/models_0"; import { de_GetPropertyValueHistoryCommand, se_GetPropertyValueHistoryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/GetSceneCommand.ts b/clients/client-iottwinmaker/src/commands/GetSceneCommand.ts index 513e0c46bb01f..36111ba962eb4 100644 --- a/clients/client-iottwinmaker/src/commands/GetSceneCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetSceneCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetSceneRequest, GetSceneResponse } from "../models/models_0"; import { de_GetSceneCommand, se_GetSceneCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/GetSyncJobCommand.ts b/clients/client-iottwinmaker/src/commands/GetSyncJobCommand.ts index 996986a2ea7c7..3c605d0aeca89 100644 --- a/clients/client-iottwinmaker/src/commands/GetSyncJobCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetSyncJobCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetSyncJobRequest, GetSyncJobResponse } from "../models/models_0"; import { de_GetSyncJobCommand, se_GetSyncJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/GetWorkspaceCommand.ts b/clients/client-iottwinmaker/src/commands/GetWorkspaceCommand.ts index 7139bcffd65d7..6151fb1fb4ef3 100644 --- a/clients/client-iottwinmaker/src/commands/GetWorkspaceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/GetWorkspaceCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetWorkspaceRequest, GetWorkspaceResponse } from "../models/models_0"; import { de_GetWorkspaceCommand, se_GetWorkspaceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/ListComponentTypesCommand.ts b/clients/client-iottwinmaker/src/commands/ListComponentTypesCommand.ts index d08401d567a11..edeeca36fd1c2 100644 --- a/clients/client-iottwinmaker/src/commands/ListComponentTypesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListComponentTypesCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListComponentTypesRequest, ListComponentTypesResponse } from "../models/models_0"; import { de_ListComponentTypesCommand, se_ListComponentTypesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/ListEntitiesCommand.ts b/clients/client-iottwinmaker/src/commands/ListEntitiesCommand.ts index 5e3e2a8e21d5e..a9fc8bca928a6 100644 --- a/clients/client-iottwinmaker/src/commands/ListEntitiesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListEntitiesCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListEntitiesRequest, ListEntitiesResponse } from "../models/models_0"; import { de_ListEntitiesCommand, se_ListEntitiesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/ListScenesCommand.ts b/clients/client-iottwinmaker/src/commands/ListScenesCommand.ts index dc3749da6f6d6..97d50da049ea7 100644 --- a/clients/client-iottwinmaker/src/commands/ListScenesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListScenesCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListScenesRequest, ListScenesResponse } from "../models/models_0"; import { de_ListScenesCommand, se_ListScenesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/ListSyncJobsCommand.ts b/clients/client-iottwinmaker/src/commands/ListSyncJobsCommand.ts index 88f8a1bee8d6b..d2b54499c4c0b 100644 --- a/clients/client-iottwinmaker/src/commands/ListSyncJobsCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListSyncJobsCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListSyncJobsRequest, ListSyncJobsResponse } from "../models/models_0"; import { de_ListSyncJobsCommand, se_ListSyncJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/ListSyncResourcesCommand.ts b/clients/client-iottwinmaker/src/commands/ListSyncResourcesCommand.ts index 399f9f6836fb8..b465737b25b4d 100644 --- a/clients/client-iottwinmaker/src/commands/ListSyncResourcesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListSyncResourcesCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListSyncResourcesRequest, ListSyncResourcesResponse } from "../models/models_0"; import { de_ListSyncResourcesCommand, se_ListSyncResourcesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/ListTagsForResourceCommand.ts b/clients/client-iottwinmaker/src/commands/ListTagsForResourceCommand.ts index f4d561e973138..1950e6b4ceb0e 100644 --- a/clients/client-iottwinmaker/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/ListWorkspacesCommand.ts b/clients/client-iottwinmaker/src/commands/ListWorkspacesCommand.ts index f5f71f73b64e5..4ea0c3315b73a 100644 --- a/clients/client-iottwinmaker/src/commands/ListWorkspacesCommand.ts +++ b/clients/client-iottwinmaker/src/commands/ListWorkspacesCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListWorkspacesRequest, ListWorkspacesResponse } from "../models/models_0"; import { de_ListWorkspacesCommand, se_ListWorkspacesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/TagResourceCommand.ts b/clients/client-iottwinmaker/src/commands/TagResourceCommand.ts index 6e677f92a6c92..c2020f173be88 100644 --- a/clients/client-iottwinmaker/src/commands/TagResourceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/UntagResourceCommand.ts b/clients/client-iottwinmaker/src/commands/UntagResourceCommand.ts index ed6b97ff4ef88..40204aef6ee42 100644 --- a/clients/client-iottwinmaker/src/commands/UntagResourceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/UpdateComponentTypeCommand.ts b/clients/client-iottwinmaker/src/commands/UpdateComponentTypeCommand.ts index 46f6bc77a492b..692e61f560bb1 100644 --- a/clients/client-iottwinmaker/src/commands/UpdateComponentTypeCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UpdateComponentTypeCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateComponentTypeRequest, UpdateComponentTypeResponse } from "../models/models_0"; import { de_UpdateComponentTypeCommand, se_UpdateComponentTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/UpdateEntityCommand.ts b/clients/client-iottwinmaker/src/commands/UpdateEntityCommand.ts index 72effd9a25f82..38062ff4a0bd5 100644 --- a/clients/client-iottwinmaker/src/commands/UpdateEntityCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UpdateEntityCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateEntityRequest, UpdateEntityResponse } from "../models/models_0"; import { de_UpdateEntityCommand, se_UpdateEntityCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/UpdatePricingPlanCommand.ts b/clients/client-iottwinmaker/src/commands/UpdatePricingPlanCommand.ts index 122370fe13b06..d85c5fc89599a 100644 --- a/clients/client-iottwinmaker/src/commands/UpdatePricingPlanCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UpdatePricingPlanCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdatePricingPlanRequest, UpdatePricingPlanResponse } from "../models/models_0"; import { de_UpdatePricingPlanCommand, se_UpdatePricingPlanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/UpdateSceneCommand.ts b/clients/client-iottwinmaker/src/commands/UpdateSceneCommand.ts index 6545586a80f5a..a7acc74b6f521 100644 --- a/clients/client-iottwinmaker/src/commands/UpdateSceneCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UpdateSceneCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateSceneRequest, UpdateSceneResponse } from "../models/models_0"; import { de_UpdateSceneCommand, se_UpdateSceneCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/commands/UpdateWorkspaceCommand.ts b/clients/client-iottwinmaker/src/commands/UpdateWorkspaceCommand.ts index 8a6c58f9f4e0d..5afa38fd43df3 100644 --- a/clients/client-iottwinmaker/src/commands/UpdateWorkspaceCommand.ts +++ b/clients/client-iottwinmaker/src/commands/UpdateWorkspaceCommand.ts @@ -17,6 +17,10 @@ import { IoTTwinMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateWorkspaceRequest, UpdateWorkspaceResponse } from "../models/models_0"; import { de_UpdateWorkspaceCommand, se_UpdateWorkspaceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-iottwinmaker/src/index.ts b/clients/client-iottwinmaker/src/index.ts index a3b739d932b32..59f01d5582de5 100644 --- a/clients/client-iottwinmaker/src/index.ts +++ b/clients/client-iottwinmaker/src/index.ts @@ -1,8 +1,20 @@ -export * from "./IoTTwinMaker"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

IoT TwinMaker is a service with which you + * can + * build operational digital twins of physical systems. IoT TwinMaker overlays measurements + * and analysis from real-world sensors, cameras, and enterprise applications so you can + * create data visualizations to monitor your physical factory, building, or industrial plant. + * You can use this real-world data to monitor operations and diagnose and repair + * errors.

+ * + * @packageDocumentation + */ export * from "./IoTTwinMakerClient"; +export * from "./IoTTwinMaker"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { IoTTwinMakerServiceException } from "./models/IoTTwinMakerServiceException"; diff --git a/clients/client-iottwinmaker/src/models/IoTTwinMakerServiceException.ts b/clients/client-iottwinmaker/src/models/IoTTwinMakerServiceException.ts index d07eca5d3f0f4..63b9f8ee73b26 100644 --- a/clients/client-iottwinmaker/src/models/IoTTwinMakerServiceException.ts +++ b/clients/client-iottwinmaker/src/models/IoTTwinMakerServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-ivs-realtime/src/IVSRealTimeClient.ts b/clients/client-ivs-realtime/src/IVSRealTimeClient.ts index b1b34bdc61309..ca69be75c216e 100644 --- a/clients/client-ivs-realtime/src/IVSRealTimeClient.ts +++ b/clients/client-ivs-realtime/src/IVSRealTimeClient.ts @@ -86,6 +86,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -253,7 +255,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type IVSRealTimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type IVSRealTimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -272,7 +274,7 @@ export interface IVSRealTimeClientConfig extends IVSRealTimeClientConfigType {} /** * @public */ -type IVSRealTimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type IVSRealTimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-ivs-realtime/src/commands/CreateParticipantTokenCommand.ts b/clients/client-ivs-realtime/src/commands/CreateParticipantTokenCommand.ts index a375b69b98bf8..0b189bb1fdaff 100644 --- a/clients/client-ivs-realtime/src/commands/CreateParticipantTokenCommand.ts +++ b/clients/client-ivs-realtime/src/commands/CreateParticipantTokenCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateParticipantTokenCommand, se_CreateParticipantTokenCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs-realtime/src/commands/CreateStageCommand.ts b/clients/client-ivs-realtime/src/commands/CreateStageCommand.ts index a377f40280e3d..adae3490e161f 100644 --- a/clients/client-ivs-realtime/src/commands/CreateStageCommand.ts +++ b/clients/client-ivs-realtime/src/commands/CreateStageCommand.ts @@ -17,6 +17,10 @@ import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateStageRequest, CreateStageResponse, CreateStageResponseFilterSensitiveLog } from "../models/models_0"; import { de_CreateStageCommand, se_CreateStageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs-realtime/src/commands/DeleteStageCommand.ts b/clients/client-ivs-realtime/src/commands/DeleteStageCommand.ts index 3e757ecfbd9ab..c4c6a66abf60f 100644 --- a/clients/client-ivs-realtime/src/commands/DeleteStageCommand.ts +++ b/clients/client-ivs-realtime/src/commands/DeleteStageCommand.ts @@ -17,6 +17,10 @@ import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteStageRequest, DeleteStageResponse } from "../models/models_0"; import { de_DeleteStageCommand, se_DeleteStageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs-realtime/src/commands/DisconnectParticipantCommand.ts b/clients/client-ivs-realtime/src/commands/DisconnectParticipantCommand.ts index 901ff29499853..5f6b4080af6b6 100644 --- a/clients/client-ivs-realtime/src/commands/DisconnectParticipantCommand.ts +++ b/clients/client-ivs-realtime/src/commands/DisconnectParticipantCommand.ts @@ -17,6 +17,10 @@ import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DisconnectParticipantRequest, DisconnectParticipantResponse } from "../models/models_0"; import { de_DisconnectParticipantCommand, se_DisconnectParticipantCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs-realtime/src/commands/GetParticipantCommand.ts b/clients/client-ivs-realtime/src/commands/GetParticipantCommand.ts index 1854ff2b9cf1e..aaf3af7824207 100644 --- a/clients/client-ivs-realtime/src/commands/GetParticipantCommand.ts +++ b/clients/client-ivs-realtime/src/commands/GetParticipantCommand.ts @@ -17,6 +17,10 @@ import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetParticipantRequest, GetParticipantResponse } from "../models/models_0"; import { de_GetParticipantCommand, se_GetParticipantCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs-realtime/src/commands/GetStageCommand.ts b/clients/client-ivs-realtime/src/commands/GetStageCommand.ts index 2b4d16f226441..d80b6b13e92cf 100644 --- a/clients/client-ivs-realtime/src/commands/GetStageCommand.ts +++ b/clients/client-ivs-realtime/src/commands/GetStageCommand.ts @@ -17,6 +17,10 @@ import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetStageRequest, GetStageResponse } from "../models/models_0"; import { de_GetStageCommand, se_GetStageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs-realtime/src/commands/GetStageSessionCommand.ts b/clients/client-ivs-realtime/src/commands/GetStageSessionCommand.ts index e50a6aed6f72d..a1e8871b184e8 100644 --- a/clients/client-ivs-realtime/src/commands/GetStageSessionCommand.ts +++ b/clients/client-ivs-realtime/src/commands/GetStageSessionCommand.ts @@ -17,6 +17,10 @@ import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetStageSessionRequest, GetStageSessionResponse } from "../models/models_0"; import { de_GetStageSessionCommand, se_GetStageSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs-realtime/src/commands/ListParticipantEventsCommand.ts b/clients/client-ivs-realtime/src/commands/ListParticipantEventsCommand.ts index 3a9f7a600ae01..8457193b833b0 100644 --- a/clients/client-ivs-realtime/src/commands/ListParticipantEventsCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListParticipantEventsCommand.ts @@ -17,6 +17,10 @@ import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListParticipantEventsRequest, ListParticipantEventsResponse } from "../models/models_0"; import { de_ListParticipantEventsCommand, se_ListParticipantEventsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs-realtime/src/commands/ListParticipantsCommand.ts b/clients/client-ivs-realtime/src/commands/ListParticipantsCommand.ts index ff46d640edcaf..8a1072a01d6a5 100644 --- a/clients/client-ivs-realtime/src/commands/ListParticipantsCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListParticipantsCommand.ts @@ -17,6 +17,10 @@ import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListParticipantsRequest, ListParticipantsResponse } from "../models/models_0"; import { de_ListParticipantsCommand, se_ListParticipantsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs-realtime/src/commands/ListStageSessionsCommand.ts b/clients/client-ivs-realtime/src/commands/ListStageSessionsCommand.ts index bebcb57bb8b5a..91d2434707fe6 100644 --- a/clients/client-ivs-realtime/src/commands/ListStageSessionsCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListStageSessionsCommand.ts @@ -17,6 +17,10 @@ import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListStageSessionsRequest, ListStageSessionsResponse } from "../models/models_0"; import { de_ListStageSessionsCommand, se_ListStageSessionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs-realtime/src/commands/ListStagesCommand.ts b/clients/client-ivs-realtime/src/commands/ListStagesCommand.ts index 41247b8140113..028d28514ee9a 100644 --- a/clients/client-ivs-realtime/src/commands/ListStagesCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListStagesCommand.ts @@ -17,6 +17,10 @@ import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListStagesRequest, ListStagesResponse } from "../models/models_0"; import { de_ListStagesCommand, se_ListStagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs-realtime/src/commands/ListTagsForResourceCommand.ts b/clients/client-ivs-realtime/src/commands/ListTagsForResourceCommand.ts index bfb13f12630e7..d916dbf1c0a6b 100644 --- a/clients/client-ivs-realtime/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ivs-realtime/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs-realtime/src/commands/TagResourceCommand.ts b/clients/client-ivs-realtime/src/commands/TagResourceCommand.ts index 919ac6e95f385..7546018a81288 100644 --- a/clients/client-ivs-realtime/src/commands/TagResourceCommand.ts +++ b/clients/client-ivs-realtime/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs-realtime/src/commands/UntagResourceCommand.ts b/clients/client-ivs-realtime/src/commands/UntagResourceCommand.ts index d9196553919ca..dbf7f9f5aeeae 100644 --- a/clients/client-ivs-realtime/src/commands/UntagResourceCommand.ts +++ b/clients/client-ivs-realtime/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs-realtime/src/commands/UpdateStageCommand.ts b/clients/client-ivs-realtime/src/commands/UpdateStageCommand.ts index a5df8984b8b4b..eeca929051486 100644 --- a/clients/client-ivs-realtime/src/commands/UpdateStageCommand.ts +++ b/clients/client-ivs-realtime/src/commands/UpdateStageCommand.ts @@ -17,6 +17,10 @@ import { IVSRealTimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateStageRequest, UpdateStageResponse } from "../models/models_0"; import { de_UpdateStageCommand, se_UpdateStageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs-realtime/src/index.ts b/clients/client-ivs-realtime/src/index.ts index a5119cedd563b..3871bb5c497b6 100644 --- a/clients/client-ivs-realtime/src/index.ts +++ b/clients/client-ivs-realtime/src/index.ts @@ -1,8 +1,140 @@ -export * from "./IVSRealTime"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

+ * Introduction + *

+ *

The Amazon Interactive Video Service (IVS) stage API is REST compatible, using a standard HTTP + * API and an AWS EventBridge event stream for responses. JSON is used for both requests and responses, + * including errors. + *

+ *

Terminology:

+ *
    + *
  • + *

    The IVS stage API sometimes is referred to as the IVS RealTime + * API.

    + *
  • + *
  • + *

    A participant token is an authorization token used to publish/subscribe + * to a stage.

    + *
  • + *
  • + *

    A participant object represents participants + * (people) in the stage and contains information about them. When a token is created, it + * includes a participant ID; when a participant uses that token to join a stage, the + * participant is associated with that participant ID There is a 1:1 mapping between + * participant tokens and participants.

    + *
  • + *
+ *

+ * Resources + *

+ *

The following resources contain information about your IVS live stream (see Getting Started with Amazon IVS):

+ *
    + *
  • + *

    + * Stage — A stage is a virtual space where multiple participants can exchange audio and video in real time.

    + *
  • + *
+ *

+ * Tagging + *

+ *

A tag is a metadata label that you assign to an AWS resource. A tag + * comprises a key and a value, both set by you. For + * example, you might set a tag as topic:nature to label a particular video + * category. See Tagging AWS Resources for more information, including restrictions that apply to + * tags and "Tag naming limits and requirements"; Amazon IVS stages has no service-specific + * constraints beyond what is documented there.

+ *

Tags can help you identify and organize your AWS resources. For example, you can use the + * same tag for different resources to indicate that they are related. You can also use tags to + * manage access (see Access Tags).

+ *

The Amazon IVS stage API has these tag-related endpoints: TagResource, UntagResource, and + * ListTagsForResource. The following resource supports tagging: Stage.

+ *

At most 50 tags can be applied to a resource.

+ *

+ * Stages Endpoints + *

+ *
    + *
  • + *

    + * CreateParticipantToken — Creates an additional token for a specified stage. This can be done after stage creation or when tokens expire.

    + *
  • + *
  • + *

    + * CreateStage — Creates a new stage (and optionally participant tokens).

    + *
  • + *
  • + *

    + * DeleteStage — Shuts down and deletes the specified stage (disconnecting all participants).

    + *
  • + *
  • + *

    + * DisconnectParticipant — Disconnects a specified participant and revokes the participant permanently from a specified stage.

    + *
  • + *
  • + *

    + * GetParticipant — Gets information about the specified + * participant token.

    + *
  • + *
  • + *

    + * GetStage — Gets information for the specified stage.

    + *
  • + *
  • + *

    + * GetStageSession — Gets information for the specified stage + * session.

    + *
  • + *
  • + *

    + * ListParticipantEvents — Lists events for a specified + * participant that occurred during a specified stage session.

    + *
  • + *
  • + *

    + * ListParticipants — Lists all participants in a specified stage + * session.

    + *
  • + *
  • + *

    + * ListStages — Gets summary information about all stages in your account, in the AWS region where the API request is processed.

    + *
  • + *
  • + *

    + * ListStageSessions — Gets all sessions for a specified stage.

    + *
  • + *
  • + *

    + * UpdateStage — Updates a stage’s configuration.

    + *
  • + *
+ *

+ * Tags Endpoints + *

+ *
    + *
  • + *

    + * ListTagsForResource — Gets information about AWS tags for the + * specified ARN.

    + *
  • + *
  • + *

    + * TagResource — Adds or updates tags for the AWS resource with + * the specified ARN.

    + *
  • + *
  • + *

    + * UntagResource — Removes tags from the resource with the + * specified ARN.

    + *
  • + *
+ * + * @packageDocumentation + */ export * from "./IVSRealTimeClient"; +export * from "./IVSRealTime"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { IVSRealTimeServiceException } from "./models/IVSRealTimeServiceException"; diff --git a/clients/client-ivs-realtime/src/models/IVSRealTimeServiceException.ts b/clients/client-ivs-realtime/src/models/IVSRealTimeServiceException.ts index 7bf38a1ecf2dd..ec2e159cbbc76 100644 --- a/clients/client-ivs-realtime/src/models/IVSRealTimeServiceException.ts +++ b/clients/client-ivs-realtime/src/models/IVSRealTimeServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-ivs/src/IvsClient.ts b/clients/client-ivs/src/IvsClient.ts index a5a5016d61265..e926059e71796 100644 --- a/clients/client-ivs/src/IvsClient.ts +++ b/clients/client-ivs/src/IvsClient.ts @@ -111,6 +111,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -304,7 +306,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type IvsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type IvsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -323,7 +325,7 @@ export interface IvsClientConfig extends IvsClientConfigType {} /** * @public */ -type IvsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type IvsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-ivs/src/commands/BatchGetChannelCommand.ts b/clients/client-ivs/src/commands/BatchGetChannelCommand.ts index 289676956b053..2781b3d8c22ed 100644 --- a/clients/client-ivs/src/commands/BatchGetChannelCommand.ts +++ b/clients/client-ivs/src/commands/BatchGetChannelCommand.ts @@ -17,6 +17,10 @@ import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { BatchGetChannelRequest, BatchGetChannelResponse } from "../models/models_0"; import { de_BatchGetChannelCommand, se_BatchGetChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/BatchGetStreamKeyCommand.ts b/clients/client-ivs/src/commands/BatchGetStreamKeyCommand.ts index ac32e67ad7862..e55f1b4f0f6ec 100644 --- a/clients/client-ivs/src/commands/BatchGetStreamKeyCommand.ts +++ b/clients/client-ivs/src/commands/BatchGetStreamKeyCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_BatchGetStreamKeyCommand, se_BatchGetStreamKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/CreateChannelCommand.ts b/clients/client-ivs/src/commands/CreateChannelCommand.ts index 12ff0958aa417..696b65322c9e8 100644 --- a/clients/client-ivs/src/commands/CreateChannelCommand.ts +++ b/clients/client-ivs/src/commands/CreateChannelCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateChannelCommand, se_CreateChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/CreateRecordingConfigurationCommand.ts b/clients/client-ivs/src/commands/CreateRecordingConfigurationCommand.ts index 4fa05b5feaac8..94f81131d977f 100644 --- a/clients/client-ivs/src/commands/CreateRecordingConfigurationCommand.ts +++ b/clients/client-ivs/src/commands/CreateRecordingConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_CreateRecordingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/CreateStreamKeyCommand.ts b/clients/client-ivs/src/commands/CreateStreamKeyCommand.ts index a34e0ba2a44fb..ba2f6b4367183 100644 --- a/clients/client-ivs/src/commands/CreateStreamKeyCommand.ts +++ b/clients/client-ivs/src/commands/CreateStreamKeyCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateStreamKeyCommand, se_CreateStreamKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/DeleteChannelCommand.ts b/clients/client-ivs/src/commands/DeleteChannelCommand.ts index 4c1176e6127b8..bf3ea3aa22464 100644 --- a/clients/client-ivs/src/commands/DeleteChannelCommand.ts +++ b/clients/client-ivs/src/commands/DeleteChannelCommand.ts @@ -17,6 +17,10 @@ import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteChannelRequest } from "../models/models_0"; import { de_DeleteChannelCommand, se_DeleteChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/DeletePlaybackKeyPairCommand.ts b/clients/client-ivs/src/commands/DeletePlaybackKeyPairCommand.ts index 241a9f7a21ae6..90e375329457b 100644 --- a/clients/client-ivs/src/commands/DeletePlaybackKeyPairCommand.ts +++ b/clients/client-ivs/src/commands/DeletePlaybackKeyPairCommand.ts @@ -17,6 +17,10 @@ import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeletePlaybackKeyPairRequest, DeletePlaybackKeyPairResponse } from "../models/models_0"; import { de_DeletePlaybackKeyPairCommand, se_DeletePlaybackKeyPairCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/DeleteRecordingConfigurationCommand.ts b/clients/client-ivs/src/commands/DeleteRecordingConfigurationCommand.ts index 3fef5af27a9a5..89414d8b00fea 100644 --- a/clients/client-ivs/src/commands/DeleteRecordingConfigurationCommand.ts +++ b/clients/client-ivs/src/commands/DeleteRecordingConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteRecordingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/DeleteStreamKeyCommand.ts b/clients/client-ivs/src/commands/DeleteStreamKeyCommand.ts index 2a19f7c32f245..c9b606da55598 100644 --- a/clients/client-ivs/src/commands/DeleteStreamKeyCommand.ts +++ b/clients/client-ivs/src/commands/DeleteStreamKeyCommand.ts @@ -17,6 +17,10 @@ import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteStreamKeyRequest } from "../models/models_0"; import { de_DeleteStreamKeyCommand, se_DeleteStreamKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/GetChannelCommand.ts b/clients/client-ivs/src/commands/GetChannelCommand.ts index 82d4beabf33f7..cb8f60d44d75b 100644 --- a/clients/client-ivs/src/commands/GetChannelCommand.ts +++ b/clients/client-ivs/src/commands/GetChannelCommand.ts @@ -17,6 +17,10 @@ import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetChannelRequest, GetChannelResponse } from "../models/models_0"; import { de_GetChannelCommand, se_GetChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/GetPlaybackKeyPairCommand.ts b/clients/client-ivs/src/commands/GetPlaybackKeyPairCommand.ts index 0d18bd852c5da..985b76547299e 100644 --- a/clients/client-ivs/src/commands/GetPlaybackKeyPairCommand.ts +++ b/clients/client-ivs/src/commands/GetPlaybackKeyPairCommand.ts @@ -17,6 +17,10 @@ import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetPlaybackKeyPairRequest, GetPlaybackKeyPairResponse } from "../models/models_0"; import { de_GetPlaybackKeyPairCommand, se_GetPlaybackKeyPairCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/GetRecordingConfigurationCommand.ts b/clients/client-ivs/src/commands/GetRecordingConfigurationCommand.ts index eb30671206aa3..39bbcd63be6ac 100644 --- a/clients/client-ivs/src/commands/GetRecordingConfigurationCommand.ts +++ b/clients/client-ivs/src/commands/GetRecordingConfigurationCommand.ts @@ -17,6 +17,10 @@ import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetRecordingConfigurationRequest, GetRecordingConfigurationResponse } from "../models/models_0"; import { de_GetRecordingConfigurationCommand, se_GetRecordingConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/GetStreamCommand.ts b/clients/client-ivs/src/commands/GetStreamCommand.ts index f7956be3fd323..759db8be5e97d 100644 --- a/clients/client-ivs/src/commands/GetStreamCommand.ts +++ b/clients/client-ivs/src/commands/GetStreamCommand.ts @@ -17,6 +17,10 @@ import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetStreamRequest, GetStreamResponse } from "../models/models_0"; import { de_GetStreamCommand, se_GetStreamCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/GetStreamKeyCommand.ts b/clients/client-ivs/src/commands/GetStreamKeyCommand.ts index 0be3e0defbf47..8e1e096d2a622 100644 --- a/clients/client-ivs/src/commands/GetStreamKeyCommand.ts +++ b/clients/client-ivs/src/commands/GetStreamKeyCommand.ts @@ -17,6 +17,10 @@ import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetStreamKeyRequest, GetStreamKeyResponse, GetStreamKeyResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetStreamKeyCommand, se_GetStreamKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/GetStreamSessionCommand.ts b/clients/client-ivs/src/commands/GetStreamSessionCommand.ts index df5f542f151fa..46cb3d48d12f9 100644 --- a/clients/client-ivs/src/commands/GetStreamSessionCommand.ts +++ b/clients/client-ivs/src/commands/GetStreamSessionCommand.ts @@ -17,6 +17,10 @@ import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetStreamSessionRequest, GetStreamSessionResponse } from "../models/models_0"; import { de_GetStreamSessionCommand, se_GetStreamSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/ImportPlaybackKeyPairCommand.ts b/clients/client-ivs/src/commands/ImportPlaybackKeyPairCommand.ts index afd7cc1bb4efb..71444ee780a5e 100644 --- a/clients/client-ivs/src/commands/ImportPlaybackKeyPairCommand.ts +++ b/clients/client-ivs/src/commands/ImportPlaybackKeyPairCommand.ts @@ -17,6 +17,10 @@ import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ImportPlaybackKeyPairRequest, ImportPlaybackKeyPairResponse } from "../models/models_0"; import { de_ImportPlaybackKeyPairCommand, se_ImportPlaybackKeyPairCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/ListChannelsCommand.ts b/clients/client-ivs/src/commands/ListChannelsCommand.ts index 426f4cdfb991c..bc7f41daf28c1 100644 --- a/clients/client-ivs/src/commands/ListChannelsCommand.ts +++ b/clients/client-ivs/src/commands/ListChannelsCommand.ts @@ -17,6 +17,10 @@ import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0"; import { de_ListChannelsCommand, se_ListChannelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/ListPlaybackKeyPairsCommand.ts b/clients/client-ivs/src/commands/ListPlaybackKeyPairsCommand.ts index a34b1b191b070..a25bbacdb270d 100644 --- a/clients/client-ivs/src/commands/ListPlaybackKeyPairsCommand.ts +++ b/clients/client-ivs/src/commands/ListPlaybackKeyPairsCommand.ts @@ -17,6 +17,10 @@ import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListPlaybackKeyPairsRequest, ListPlaybackKeyPairsResponse } from "../models/models_0"; import { de_ListPlaybackKeyPairsCommand, se_ListPlaybackKeyPairsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/ListRecordingConfigurationsCommand.ts b/clients/client-ivs/src/commands/ListRecordingConfigurationsCommand.ts index d8629ad2dff27..acf9cfd578a6f 100644 --- a/clients/client-ivs/src/commands/ListRecordingConfigurationsCommand.ts +++ b/clients/client-ivs/src/commands/ListRecordingConfigurationsCommand.ts @@ -20,6 +20,10 @@ import { se_ListRecordingConfigurationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/ListStreamKeysCommand.ts b/clients/client-ivs/src/commands/ListStreamKeysCommand.ts index b8c0e950c37bf..25c619e9fd8b1 100644 --- a/clients/client-ivs/src/commands/ListStreamKeysCommand.ts +++ b/clients/client-ivs/src/commands/ListStreamKeysCommand.ts @@ -17,6 +17,10 @@ import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListStreamKeysRequest, ListStreamKeysResponse } from "../models/models_0"; import { de_ListStreamKeysCommand, se_ListStreamKeysCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/ListStreamSessionsCommand.ts b/clients/client-ivs/src/commands/ListStreamSessionsCommand.ts index 39a068c2672e6..89ef818b9a3d1 100644 --- a/clients/client-ivs/src/commands/ListStreamSessionsCommand.ts +++ b/clients/client-ivs/src/commands/ListStreamSessionsCommand.ts @@ -17,6 +17,10 @@ import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListStreamSessionsRequest, ListStreamSessionsResponse } from "../models/models_0"; import { de_ListStreamSessionsCommand, se_ListStreamSessionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/ListStreamsCommand.ts b/clients/client-ivs/src/commands/ListStreamsCommand.ts index 37f45717fe144..6f0c3f00721f3 100644 --- a/clients/client-ivs/src/commands/ListStreamsCommand.ts +++ b/clients/client-ivs/src/commands/ListStreamsCommand.ts @@ -17,6 +17,10 @@ import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListStreamsRequest, ListStreamsResponse } from "../models/models_0"; import { de_ListStreamsCommand, se_ListStreamsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/ListTagsForResourceCommand.ts b/clients/client-ivs/src/commands/ListTagsForResourceCommand.ts index 37aaed224fcef..73c3c7e6f0ab9 100644 --- a/clients/client-ivs/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ivs/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/PutMetadataCommand.ts b/clients/client-ivs/src/commands/PutMetadataCommand.ts index 3347f051a70e0..274d7afa18617 100644 --- a/clients/client-ivs/src/commands/PutMetadataCommand.ts +++ b/clients/client-ivs/src/commands/PutMetadataCommand.ts @@ -17,6 +17,10 @@ import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutMetadataRequest, PutMetadataRequestFilterSensitiveLog } from "../models/models_0"; import { de_PutMetadataCommand, se_PutMetadataCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/StopStreamCommand.ts b/clients/client-ivs/src/commands/StopStreamCommand.ts index 67d9f20434c89..0a53a5ce64ca8 100644 --- a/clients/client-ivs/src/commands/StopStreamCommand.ts +++ b/clients/client-ivs/src/commands/StopStreamCommand.ts @@ -17,6 +17,10 @@ import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { StopStreamRequest, StopStreamResponse } from "../models/models_0"; import { de_StopStreamCommand, se_StopStreamCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/TagResourceCommand.ts b/clients/client-ivs/src/commands/TagResourceCommand.ts index 5040588cf6db4..974052bae97fb 100644 --- a/clients/client-ivs/src/commands/TagResourceCommand.ts +++ b/clients/client-ivs/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/UntagResourceCommand.ts b/clients/client-ivs/src/commands/UntagResourceCommand.ts index 162a47cd881d6..06d18262276be 100644 --- a/clients/client-ivs/src/commands/UntagResourceCommand.ts +++ b/clients/client-ivs/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/commands/UpdateChannelCommand.ts b/clients/client-ivs/src/commands/UpdateChannelCommand.ts index 7c37843d1efbd..9c906a3e5d877 100644 --- a/clients/client-ivs/src/commands/UpdateChannelCommand.ts +++ b/clients/client-ivs/src/commands/UpdateChannelCommand.ts @@ -17,6 +17,10 @@ import { IvsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0"; import { de_UpdateChannelCommand, se_UpdateChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivs/src/index.ts b/clients/client-ivs/src/index.ts index b8f0a4831c64f..9c006543a419b 100644 --- a/clients/client-ivs/src/index.ts +++ b/clients/client-ivs/src/index.ts @@ -1,8 +1,340 @@ -export * from "./Ivs"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

+ * Introduction + *

+ *

The Amazon Interactive Video Service (IVS) API is REST compatible, using a standard HTTP + * API and an Amazon Web Services EventBridge event stream for responses. JSON is used for both + * requests and responses, including errors.

+ *

The API is an Amazon Web Services regional service. For a list of supported regions and + * Amazon IVS HTTPS service endpoints, see the Amazon IVS page in the + * Amazon Web Services General Reference.

+ *

+ * + * All API request parameters and URLs are case sensitive. + * + * + *

+ *

For a summary of notable documentation changes in each release, see Document + * History.

+ *

+ * Allowed Header Values + *

+ *
    + *
  • + *

    + * + * Accept: + * application/json

    + *
  • + *
  • + *

    + * + * Accept-Encoding: + * gzip, deflate

    + *
  • + *
  • + *

    + * + * Content-Type: + * application/json

    + *
  • + *
+ *

+ * Resources + *

+ *

The following resources contain information about your IVS live stream (see Getting Started with + * Amazon IVS):

+ *
    + *
  • + *

    + * Channel — Stores configuration data related to your live stream. You first create a + * channel and then use the channel’s stream key to start your live stream. See the Channel + * endpoints for more information.

    + *
  • + *
  • + *

    + * Stream key — An identifier assigned by Amazon IVS when you create a channel, which is + * then used to authorize streaming. See the StreamKey endpoints for more information. + * + * Treat the stream key like a secret, since it allows + * anyone to stream to the channel. + * + *

    + *
  • + *
  • + *

    + * Playback key pair — Video playback may be restricted using playback-authorization + * tokens, which use public-key encryption. A playback key pair is the public-private pair of + * keys used to sign and validate the playback-authorization token. See the PlaybackKeyPair + * endpoints for more information.

    + *
  • + *
  • + *

    + * Recording configuration — Stores configuration related to recording a live stream and + * where to store the recorded content. Multiple channels can reference the same recording + * configuration. See the Recording Configuration endpoints for more information.

    + *
  • + *
+ *

+ * Tagging + *

+ *

A tag is a metadata label that you assign to an Amazon Web Services + * resource. A tag comprises a key and a value, both + * set by you. For example, you might set a tag as topic:nature to label a + * particular video category. See Tagging Amazon Web Services Resources for + * more information, including restrictions that apply to tags and "Tag naming limits and + * requirements"; Amazon IVS has no service-specific constraints beyond what is documented + * there.

+ *

Tags can help you identify and organize your Amazon Web Services resources. For example, + * you can use the same tag for different resources to indicate that they are related. You can + * also use tags to manage access (see Access Tags).

+ *

The Amazon IVS API has these tag-related endpoints: TagResource, UntagResource, and ListTagsForResource. The following + * resources support tagging: Channels, Stream Keys, Playback Key Pairs, and Recording + * Configurations.

+ *

At most 50 tags can be applied to a resource.

+ *

+ * Authentication versus Authorization + *

+ *

Note the differences between these concepts:

+ *
    + *
  • + *

    + * Authentication is about verifying identity. You need to be + * authenticated to sign Amazon IVS API requests.

    + *
  • + *
  • + *

    + * Authorization is about granting permissions. Your IAM roles need + * to have permissions for Amazon IVS API requests. In addition, authorization is needed to + * view Amazon + * IVS private channels. (Private channels are channels that are enabled for + * "playback authorization.")

    + *
  • + *
+ *

+ * Authentication + *

+ *

All Amazon IVS API requests must be authenticated with a signature. The Amazon Web Services + * Command-Line Interface (CLI) and Amazon IVS Player SDKs take care of signing the underlying + * API calls for you. However, if your application calls the Amazon IVS API directly, it’s your + * responsibility to sign the requests.

+ *

You generate a signature using valid Amazon Web Services credentials that have permission + * to perform the requested action. For example, you must sign PutMetadata requests with a + * signature generated from a user account that has the ivs:PutMetadata + * permission.

+ *

For more information:

+ * + *

+ * Amazon Resource Names (ARNs) + *

+ *

ARNs uniquely identify AWS resources. An ARN is required when you need to specify a + * resource unambiguously across all of AWS, such as in IAM policies and API calls. For more + * information, see Amazon Resource Names in the AWS General + * Reference.

+ *

+ * Channel Endpoints + *

+ *
    + *
  • + *

    + * CreateChannel — Creates a new channel and an associated stream + * key to start streaming.

    + *
  • + *
  • + *

    + * GetChannel — Gets the channel configuration for the specified + * channel ARN.

    + *
  • + *
  • + *

    + * BatchGetChannel — Performs GetChannel on + * multiple ARNs simultaneously.

    + *
  • + *
  • + *

    + * ListChannels — Gets summary information about all channels in + * your account, in the Amazon Web Services region where the API request is processed. This + * list can be filtered to match a specified name or recording-configuration ARN. Filters are + * mutually exclusive and cannot be used together. If you try to use both filters, you will + * get an error (409 Conflict Exception).

    + *
  • + *
  • + *

    + * UpdateChannel — Updates a channel's configuration. This does + * not affect an ongoing stream of this channel. You must stop and restart the stream for the + * changes to take effect.

    + *
  • + *
  • + *

    + * DeleteChannel — Deletes the specified channel.

    + *
  • + *
+ *

+ * StreamKey Endpoints + *

+ *
    + *
  • + *

    + * CreateStreamKey — Creates a stream key, used to initiate a + * stream, for the specified channel ARN.

    + *
  • + *
  • + *

    + * GetStreamKey — Gets stream key information for the specified + * ARN.

    + *
  • + *
  • + *

    + * BatchGetStreamKey — Performs GetStreamKey on + * multiple ARNs simultaneously.

    + *
  • + *
  • + *

    + * ListStreamKeys — Gets summary information about stream keys + * for the specified channel.

    + *
  • + *
  • + *

    + * DeleteStreamKey — Deletes the stream key for the specified + * ARN, so it can no longer be used to stream.

    + *
  • + *
+ *

+ * Stream Endpoints + *

+ *
    + *
  • + *

    + * GetStream — Gets information about the active (live) stream on + * a specified channel.

    + *
  • + *
  • + *

    + * GetStreamSession — Gets metadata on a specified stream.

    + *
  • + *
  • + *

    + * ListStreams — Gets summary information about live streams in + * your account, in the Amazon Web Services region where the API request is processed.

    + *
  • + *
  • + *

    + * ListStreamSessions — Gets a summary of current and previous + * streams for a specified channel in your account, in the AWS region where the API request + * is processed.

    + *
  • + *
  • + *

    + * StopStream — Disconnects the incoming RTMPS stream for the + * specified channel. Can be used in conjunction with DeleteStreamKey to + * prevent further streaming to a channel.

    + *
  • + *
  • + *

    + * PutMetadata — Inserts metadata into the active stream of the + * specified channel. At most 5 requests per second per channel are allowed, each with a + * maximum 1 KB payload. (If 5 TPS is not sufficient for your needs, we recommend batching + * your data into a single PutMetadata call.) At most 155 requests per second per account are + * allowed.

    + *
  • + *
+ *

+ * PlaybackKeyPair Endpoints + *

+ *

For more information, see Setting Up Private Channels in the + * Amazon IVS User Guide.

+ *
    + *
  • + *

    + * ImportPlaybackKeyPair — Imports the public portion of a new + * key pair and returns its arn and fingerprint. The + * privateKey can then be used to generate viewer authorization tokens, to + * grant viewers access to private channels (channels enabled for playback + * authorization).

    + *
  • + *
  • + *

    + * GetPlaybackKeyPair — Gets a specified playback authorization + * key pair and returns the arn and fingerprint. The + * privateKey held by the caller can be used to generate viewer authorization + * tokens, to grant viewers access to private channels.

    + *
  • + *
  • + *

    + * ListPlaybackKeyPairs — Gets summary information about playback + * key pairs.

    + *
  • + *
  • + *

    + * DeletePlaybackKeyPair — Deletes a specified authorization key + * pair. This invalidates future viewer tokens generated using the key pair’s + * privateKey.

    + *
  • + *
+ *

+ * RecordingConfiguration Endpoints + *

+ *
    + *
  • + *

    + * CreateRecordingConfiguration — Creates a new recording + * configuration, used to enable recording to Amazon S3.

    + *
  • + *
  • + *

    + * GetRecordingConfiguration — Gets the recording-configuration + * metadata for the specified ARN.

    + *
  • + *
  • + *

    + * ListRecordingConfigurations — Gets summary information about + * all recording configurations in your account, in the Amazon Web Services region where the + * API request is processed.

    + *
  • + *
  • + *

    + * DeleteRecordingConfiguration — Deletes the recording + * configuration for the specified ARN.

    + *
  • + *
+ *

+ * Amazon Web Services Tags Endpoints + *

+ *
    + *
  • + *

    + * TagResource — Adds or updates tags for the Amazon Web Services + * resource with the specified ARN.

    + *
  • + *
  • + *

    + * UntagResource — Removes tags from the resource with the + * specified ARN.

    + *
  • + *
  • + *

    + * ListTagsForResource — Gets information about Amazon Web Services tags for the specified ARN.

    + *
  • + *
+ * + * @packageDocumentation + */ export * from "./IvsClient"; +export * from "./Ivs"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { IvsServiceException } from "./models/IvsServiceException"; diff --git a/clients/client-ivs/src/models/IvsServiceException.ts b/clients/client-ivs/src/models/IvsServiceException.ts index 5a8ba0657d0f1..25458a1a449ec 100644 --- a/clients/client-ivs/src/models/IvsServiceException.ts +++ b/clients/client-ivs/src/models/IvsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-ivschat/src/IvschatClient.ts b/clients/client-ivschat/src/IvschatClient.ts index bdc164d808f8a..ab7685d430bf3 100644 --- a/clients/client-ivschat/src/IvschatClient.ts +++ b/clients/client-ivschat/src/IvschatClient.ts @@ -94,6 +94,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -265,7 +267,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type IvschatClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type IvschatClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -284,7 +286,7 @@ export interface IvschatClientConfig extends IvschatClientConfigType {} /** * @public */ -type IvschatClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type IvschatClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-ivschat/src/commands/CreateChatTokenCommand.ts b/clients/client-ivschat/src/commands/CreateChatTokenCommand.ts index bc43e07c83e76..d0c66bf851a24 100644 --- a/clients/client-ivschat/src/commands/CreateChatTokenCommand.ts +++ b/clients/client-ivschat/src/commands/CreateChatTokenCommand.ts @@ -17,6 +17,10 @@ import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateChatTokenRequest, CreateChatTokenResponse } from "../models/models_0"; import { de_CreateChatTokenCommand, se_CreateChatTokenCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivschat/src/commands/CreateLoggingConfigurationCommand.ts b/clients/client-ivschat/src/commands/CreateLoggingConfigurationCommand.ts index c2803eb7487aa..183c3dc58729c 100644 --- a/clients/client-ivschat/src/commands/CreateLoggingConfigurationCommand.ts +++ b/clients/client-ivschat/src/commands/CreateLoggingConfigurationCommand.ts @@ -17,6 +17,10 @@ import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateLoggingConfigurationRequest, CreateLoggingConfigurationResponse } from "../models/models_0"; import { de_CreateLoggingConfigurationCommand, se_CreateLoggingConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivschat/src/commands/CreateRoomCommand.ts b/clients/client-ivschat/src/commands/CreateRoomCommand.ts index 24d2520280350..f97beff8a58c0 100644 --- a/clients/client-ivschat/src/commands/CreateRoomCommand.ts +++ b/clients/client-ivschat/src/commands/CreateRoomCommand.ts @@ -17,6 +17,10 @@ import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateRoomRequest, CreateRoomResponse } from "../models/models_0"; import { de_CreateRoomCommand, se_CreateRoomCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivschat/src/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-ivschat/src/commands/DeleteLoggingConfigurationCommand.ts index 794b647eb2429..281c39726d1ba 100644 --- a/clients/client-ivschat/src/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-ivschat/src/commands/DeleteLoggingConfigurationCommand.ts @@ -17,6 +17,10 @@ import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteLoggingConfigurationRequest } from "../models/models_0"; import { de_DeleteLoggingConfigurationCommand, se_DeleteLoggingConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivschat/src/commands/DeleteMessageCommand.ts b/clients/client-ivschat/src/commands/DeleteMessageCommand.ts index 2ec5cf515bdc3..aec6edb254c9f 100644 --- a/clients/client-ivschat/src/commands/DeleteMessageCommand.ts +++ b/clients/client-ivschat/src/commands/DeleteMessageCommand.ts @@ -17,6 +17,10 @@ import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteMessageRequest, DeleteMessageResponse } from "../models/models_0"; import { de_DeleteMessageCommand, se_DeleteMessageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivschat/src/commands/DeleteRoomCommand.ts b/clients/client-ivschat/src/commands/DeleteRoomCommand.ts index a4bd140995f42..025c76f28d5f1 100644 --- a/clients/client-ivschat/src/commands/DeleteRoomCommand.ts +++ b/clients/client-ivschat/src/commands/DeleteRoomCommand.ts @@ -17,6 +17,10 @@ import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteRoomRequest } from "../models/models_0"; import { de_DeleteRoomCommand, se_DeleteRoomCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivschat/src/commands/DisconnectUserCommand.ts b/clients/client-ivschat/src/commands/DisconnectUserCommand.ts index 9c77d6e14e8f0..5d9948f388fa8 100644 --- a/clients/client-ivschat/src/commands/DisconnectUserCommand.ts +++ b/clients/client-ivschat/src/commands/DisconnectUserCommand.ts @@ -17,6 +17,10 @@ import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DisconnectUserRequest, DisconnectUserResponse } from "../models/models_0"; import { de_DisconnectUserCommand, se_DisconnectUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivschat/src/commands/GetLoggingConfigurationCommand.ts b/clients/client-ivschat/src/commands/GetLoggingConfigurationCommand.ts index 19351af87f1d2..4456395eaada4 100644 --- a/clients/client-ivschat/src/commands/GetLoggingConfigurationCommand.ts +++ b/clients/client-ivschat/src/commands/GetLoggingConfigurationCommand.ts @@ -17,6 +17,10 @@ import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetLoggingConfigurationRequest, GetLoggingConfigurationResponse } from "../models/models_0"; import { de_GetLoggingConfigurationCommand, se_GetLoggingConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivschat/src/commands/GetRoomCommand.ts b/clients/client-ivschat/src/commands/GetRoomCommand.ts index c2a18f36620b4..68f4146bf0968 100644 --- a/clients/client-ivschat/src/commands/GetRoomCommand.ts +++ b/clients/client-ivschat/src/commands/GetRoomCommand.ts @@ -17,6 +17,10 @@ import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetRoomRequest, GetRoomResponse } from "../models/models_0"; import { de_GetRoomCommand, se_GetRoomCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivschat/src/commands/ListLoggingConfigurationsCommand.ts b/clients/client-ivschat/src/commands/ListLoggingConfigurationsCommand.ts index 93656b523fded..c363ede2720dd 100644 --- a/clients/client-ivschat/src/commands/ListLoggingConfigurationsCommand.ts +++ b/clients/client-ivschat/src/commands/ListLoggingConfigurationsCommand.ts @@ -17,6 +17,10 @@ import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListLoggingConfigurationsRequest, ListLoggingConfigurationsResponse } from "../models/models_0"; import { de_ListLoggingConfigurationsCommand, se_ListLoggingConfigurationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivschat/src/commands/ListRoomsCommand.ts b/clients/client-ivschat/src/commands/ListRoomsCommand.ts index 47fb9cd410aa9..9cf6b178acf8b 100644 --- a/clients/client-ivschat/src/commands/ListRoomsCommand.ts +++ b/clients/client-ivschat/src/commands/ListRoomsCommand.ts @@ -17,6 +17,10 @@ import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListRoomsRequest, ListRoomsResponse } from "../models/models_0"; import { de_ListRoomsCommand, se_ListRoomsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivschat/src/commands/ListTagsForResourceCommand.ts b/clients/client-ivschat/src/commands/ListTagsForResourceCommand.ts index e0518214e8cbc..5b79b61c53621 100644 --- a/clients/client-ivschat/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ivschat/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivschat/src/commands/SendEventCommand.ts b/clients/client-ivschat/src/commands/SendEventCommand.ts index 282302e1a6c72..c4b7d8655c361 100644 --- a/clients/client-ivschat/src/commands/SendEventCommand.ts +++ b/clients/client-ivschat/src/commands/SendEventCommand.ts @@ -17,6 +17,10 @@ import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { SendEventRequest, SendEventResponse } from "../models/models_0"; import { de_SendEventCommand, se_SendEventCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivschat/src/commands/TagResourceCommand.ts b/clients/client-ivschat/src/commands/TagResourceCommand.ts index 01b7cf1c1f59d..a0d5581877c3e 100644 --- a/clients/client-ivschat/src/commands/TagResourceCommand.ts +++ b/clients/client-ivschat/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivschat/src/commands/UntagResourceCommand.ts b/clients/client-ivschat/src/commands/UntagResourceCommand.ts index ead7b4e3a8d7c..1f7efdb4cdcbe 100644 --- a/clients/client-ivschat/src/commands/UntagResourceCommand.ts +++ b/clients/client-ivschat/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivschat/src/commands/UpdateLoggingConfigurationCommand.ts b/clients/client-ivschat/src/commands/UpdateLoggingConfigurationCommand.ts index d07a7d03cd70e..2e6822161a747 100644 --- a/clients/client-ivschat/src/commands/UpdateLoggingConfigurationCommand.ts +++ b/clients/client-ivschat/src/commands/UpdateLoggingConfigurationCommand.ts @@ -17,6 +17,10 @@ import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateLoggingConfigurationRequest, UpdateLoggingConfigurationResponse } from "../models/models_0"; import { de_UpdateLoggingConfigurationCommand, se_UpdateLoggingConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivschat/src/commands/UpdateRoomCommand.ts b/clients/client-ivschat/src/commands/UpdateRoomCommand.ts index 6848ab717c6c9..e07feccb672bc 100644 --- a/clients/client-ivschat/src/commands/UpdateRoomCommand.ts +++ b/clients/client-ivschat/src/commands/UpdateRoomCommand.ts @@ -17,6 +17,10 @@ import { IvschatClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateRoomRequest, UpdateRoomResponse } from "../models/models_0"; import { de_UpdateRoomCommand, se_UpdateRoomCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ivschat/src/index.ts b/clients/client-ivschat/src/index.ts index 85a902148b228..f22e440049274 100644 --- a/clients/client-ivschat/src/index.ts +++ b/clients/client-ivschat/src/index.ts @@ -1,8 +1,232 @@ -export * from "./Ivschat"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

+ * Introduction + *

+ *

The Amazon IVS Chat control-plane API enables you to create and manage Amazon IVS Chat + * resources. You also need to integrate with the Amazon IVS Chat Messaging + * API, to enable users to interact with chat rooms in real time.

+ *

The API is an AWS regional service. For a list of supported regions and Amazon IVS Chat + * HTTPS service endpoints, see the Amazon IVS Chat information on the Amazon IVS page in the + * AWS General Reference.

+ *

+ * Notes on terminology: + *

+ *
    + *
  • + *

    You create service applications using the Amazon IVS Chat API. We refer to these as + * applications.

    + *
  • + *
  • + *

    You create front-end client applications (browser and Android/iOS apps) using the + * Amazon IVS Chat Messaging API. We refer to these as clients.

    + *
  • + *
+ *

+ * Resources + *

+ *

The following resources are part of Amazon IVS Chat:

+ *
    + *
  • + *

    + * LoggingConfiguration — A configuration that allows customers to store and record sent messages in a chat room. See the Logging Configuration endpoints for more information.

    + *
  • + *
  • + *

    + * Room — The central Amazon IVS Chat resource through + * which clients connect to and exchange chat messages. See the Room endpoints for more + * information.

    + *
  • + *
+ *

+ * Tagging + *

+ *

A tag is a metadata label that you assign to an AWS resource. A tag + * comprises a key and a value, both set by you. For + * example, you might set a tag as topic:nature to label a particular video + * category. See Tagging AWS Resources for more information, including restrictions that apply to + * tags and "Tag naming limits and requirements"; Amazon IVS Chat has no service-specific + * constraints beyond what is documented there.

+ *

Tags can help you identify and organize your AWS resources. For example, you can use the + * same tag for different resources to indicate that they are related. You can also use tags to + * manage access (see Access Tags).

+ *

The Amazon IVS Chat API has these tag-related endpoints: TagResource, UntagResource, and + * ListTagsForResource. The following resource supports tagging: Room.

+ *

At most 50 tags can be applied to a resource.

+ *

+ * API Access Security + *

+ *

Your Amazon IVS Chat applications (service applications and clients) must be authenticated + * and authorized to access Amazon IVS Chat resources. Note the differences between these + * concepts:

+ *
    + *
  • + *

    + * Authentication is about verifying identity. Requests to the + * Amazon IVS Chat API must be signed to verify your identity.

    + *
  • + *
  • + *

    + * Authorization is about granting permissions. Your IAM roles need + * to have permissions for Amazon IVS Chat API requests.

    + *
  • + *
+ *

Users (viewers) connect to a room using secure access tokens that you create using the + * CreateChatToken endpoint through the AWS SDK. You call CreateChatToken for + * every user’s chat session, passing identity and authorization information about the + * user.

+ *

+ * Signing API Requests + *

+ *

HTTP API requests must be signed with an AWS SigV4 signature using your AWS security + * credentials. The AWS Command Line Interface (CLI) and the AWS SDKs take care of signing the + * underlying API calls for you. However, if your application calls the Amazon IVS Chat HTTP API + * directly, it’s your responsibility to sign the requests.

+ *

You generate a signature using valid AWS credentials for an IAM role that has permission + * to perform the requested action. For example, DeleteMessage requests must be made using an IAM + * role that has the ivschat:DeleteMessage permission.

+ *

For more information:

+ * + *

+ * Amazon Resource Names (ARNs) + *

+ *

ARNs uniquely identify AWS resources. An ARN is required when you need to specify a + * resource unambiguously across all of AWS, such as in IAM policies and API calls. For more + * information, see Amazon Resource Names in the AWS General + * Reference.

+ *

+ * Messaging Endpoints + *

+ *
    + *
  • + *

    + * DeleteMessage — Sends an event to a specific room which + * directs clients to delete a specific message; that is, unrender it from view and delete it + * from the client’s chat history. This event’s EventName is + * aws:DELETE_MESSAGE. This replicates the + * DeleteMessage WebSocket operation in the Amazon IVS Chat Messaging API.

    + *
  • + *
  • + *

    + * DisconnectUser — Disconnects all connections using a specified + * user ID from a room. This replicates the + * DisconnectUser WebSocket operation in the Amazon IVS Chat Messaging API.

    + *
  • + *
  • + *

    + * SendEvent — Sends an event to a room. Use this within your + * application’s business logic to send events to clients of a room; e.g., to notify clients + * to change the way the chat UI is rendered.

    + *
  • + *
+ *

+ * Chat Token Endpoint + *

+ *
    + *
  • + *

    + * CreateChatToken — Creates an encrypted token that is used by a chat participant to establish an + * individual WebSocket chat connection to a room. When the token is used to connect to chat, + * the connection is valid for the session duration specified in the request. The token + * becomes invalid at the token-expiration timestamp included in the response.

    + *
  • + *
+ *

+ * Room Endpoints + *

+ *
    + *
  • + *

    + * CreateRoom — Creates a room that allows clients to connect and + * pass messages.

    + *
  • + *
  • + *

    + * DeleteRoom — Deletes the specified room.

    + *
  • + *
  • + *

    + * GetRoom — Gets the specified room.

    + *
  • + *
  • + *

    + * ListRooms — Gets summary information about all your rooms in + * the AWS region where the API request is processed.

    + *
  • + *
  • + *

    + * UpdateRoom — Updates a room’s configuration.

    + *
  • + *
+ *

+ * Logging Configuration Endpoints + *

+ * + *

+ * Tags Endpoints + *

+ *
    + *
  • + *

    + * ListTagsForResource — Gets information about AWS tags for the + * specified ARN.

    + *
  • + *
  • + *

    + * TagResource — Adds or updates tags for the AWS resource with + * the specified ARN.

    + *
  • + *
  • + *

    + * UntagResource — Removes tags from the resource with the + * specified ARN.

    + *
  • + *
+ *

All the above are HTTP operations. There is a separate messaging API + * for managing Chat resources; see the Amazon IVS Chat Messaging API + * Reference.

+ * + * @packageDocumentation + */ export * from "./IvschatClient"; +export * from "./Ivschat"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { IvschatServiceException } from "./models/IvschatServiceException"; diff --git a/clients/client-ivschat/src/models/IvschatServiceException.ts b/clients/client-ivschat/src/models/IvschatServiceException.ts index 1ab70db9d6afc..03fe1d7e232f6 100644 --- a/clients/client-ivschat/src/models/IvschatServiceException.ts +++ b/clients/client-ivschat/src/models/IvschatServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-kafka/src/KafkaClient.ts b/clients/client-kafka/src/KafkaClient.ts index dea84645ec0f4..1732dacc6f4fd 100644 --- a/clients/client-kafka/src/KafkaClient.ts +++ b/clients/client-kafka/src/KafkaClient.ts @@ -170,6 +170,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -397,7 +399,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type KafkaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type KafkaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -416,7 +418,7 @@ export interface KafkaClientConfig extends KafkaClientConfigType {} /** * @public */ -type KafkaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type KafkaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-kafka/src/commands/BatchAssociateScramSecretCommand.ts b/clients/client-kafka/src/commands/BatchAssociateScramSecretCommand.ts index 6f8f7d180474e..07ae0a96757d9 100644 --- a/clients/client-kafka/src/commands/BatchAssociateScramSecretCommand.ts +++ b/clients/client-kafka/src/commands/BatchAssociateScramSecretCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { BatchAssociateScramSecretRequest, BatchAssociateScramSecretResponse } from "../models/models_0"; import { de_BatchAssociateScramSecretCommand, se_BatchAssociateScramSecretCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/BatchDisassociateScramSecretCommand.ts b/clients/client-kafka/src/commands/BatchDisassociateScramSecretCommand.ts index 0f58f63911625..45bf6dc4fbf45 100644 --- a/clients/client-kafka/src/commands/BatchDisassociateScramSecretCommand.ts +++ b/clients/client-kafka/src/commands/BatchDisassociateScramSecretCommand.ts @@ -20,6 +20,10 @@ import { se_BatchDisassociateScramSecretCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/CreateClusterCommand.ts b/clients/client-kafka/src/commands/CreateClusterCommand.ts index e2eb9da8860b0..2173f34c0c71a 100644 --- a/clients/client-kafka/src/commands/CreateClusterCommand.ts +++ b/clients/client-kafka/src/commands/CreateClusterCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0"; import { de_CreateClusterCommand, se_CreateClusterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/CreateClusterV2Command.ts b/clients/client-kafka/src/commands/CreateClusterV2Command.ts index 8143ad449f702..22741991f1335 100644 --- a/clients/client-kafka/src/commands/CreateClusterV2Command.ts +++ b/clients/client-kafka/src/commands/CreateClusterV2Command.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateClusterV2Request, CreateClusterV2Response } from "../models/models_0"; import { de_CreateClusterV2Command, se_CreateClusterV2Command } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/CreateConfigurationCommand.ts b/clients/client-kafka/src/commands/CreateConfigurationCommand.ts index 207776c8323d2..317b82a9d78eb 100644 --- a/clients/client-kafka/src/commands/CreateConfigurationCommand.ts +++ b/clients/client-kafka/src/commands/CreateConfigurationCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateConfigurationRequest, CreateConfigurationResponse } from "../models/models_0"; import { de_CreateConfigurationCommand, se_CreateConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/CreateVpcConnectionCommand.ts b/clients/client-kafka/src/commands/CreateVpcConnectionCommand.ts index cc4c00e8988da..6a31ddf5447e3 100644 --- a/clients/client-kafka/src/commands/CreateVpcConnectionCommand.ts +++ b/clients/client-kafka/src/commands/CreateVpcConnectionCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { CreateVpcConnectionRequest, CreateVpcConnectionResponse } from "../models/models_0"; import { de_CreateVpcConnectionCommand, se_CreateVpcConnectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/DeleteClusterCommand.ts b/clients/client-kafka/src/commands/DeleteClusterCommand.ts index 68839ab7c251e..4549deb07eb96 100644 --- a/clients/client-kafka/src/commands/DeleteClusterCommand.ts +++ b/clients/client-kafka/src/commands/DeleteClusterCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0"; import { de_DeleteClusterCommand, se_DeleteClusterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/DeleteClusterPolicyCommand.ts b/clients/client-kafka/src/commands/DeleteClusterPolicyCommand.ts index ac6d1c57b1deb..f0ae9e2e91593 100644 --- a/clients/client-kafka/src/commands/DeleteClusterPolicyCommand.ts +++ b/clients/client-kafka/src/commands/DeleteClusterPolicyCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteClusterPolicyRequest, DeleteClusterPolicyResponse } from "../models/models_0"; import { de_DeleteClusterPolicyCommand, se_DeleteClusterPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/DeleteConfigurationCommand.ts b/clients/client-kafka/src/commands/DeleteConfigurationCommand.ts index 374e21f38800a..b92098264368c 100644 --- a/clients/client-kafka/src/commands/DeleteConfigurationCommand.ts +++ b/clients/client-kafka/src/commands/DeleteConfigurationCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteConfigurationRequest, DeleteConfigurationResponse } from "../models/models_0"; import { de_DeleteConfigurationCommand, se_DeleteConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/DeleteVpcConnectionCommand.ts b/clients/client-kafka/src/commands/DeleteVpcConnectionCommand.ts index 4a9b743533acb..476f3d17cfee9 100644 --- a/clients/client-kafka/src/commands/DeleteVpcConnectionCommand.ts +++ b/clients/client-kafka/src/commands/DeleteVpcConnectionCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DeleteVpcConnectionRequest, DeleteVpcConnectionResponse } from "../models/models_0"; import { de_DeleteVpcConnectionCommand, se_DeleteVpcConnectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/DescribeClusterCommand.ts b/clients/client-kafka/src/commands/DescribeClusterCommand.ts index 9f69c7db91469..27a903570dd57 100644 --- a/clients/client-kafka/src/commands/DescribeClusterCommand.ts +++ b/clients/client-kafka/src/commands/DescribeClusterCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DescribeClusterRequest, DescribeClusterResponse } from "../models/models_0"; import { de_DescribeClusterCommand, se_DescribeClusterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/DescribeClusterOperationCommand.ts b/clients/client-kafka/src/commands/DescribeClusterOperationCommand.ts index 76b52f4ca45e4..f2b6d0e7ce03d 100644 --- a/clients/client-kafka/src/commands/DescribeClusterOperationCommand.ts +++ b/clients/client-kafka/src/commands/DescribeClusterOperationCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DescribeClusterOperationRequest, DescribeClusterOperationResponse } from "../models/models_0"; import { de_DescribeClusterOperationCommand, se_DescribeClusterOperationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/DescribeClusterV2Command.ts b/clients/client-kafka/src/commands/DescribeClusterV2Command.ts index 25d69e0c8928d..a9ab25f9d3e38 100644 --- a/clients/client-kafka/src/commands/DescribeClusterV2Command.ts +++ b/clients/client-kafka/src/commands/DescribeClusterV2Command.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DescribeClusterV2Request, DescribeClusterV2Response } from "../models/models_0"; import { de_DescribeClusterV2Command, se_DescribeClusterV2Command } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/DescribeConfigurationCommand.ts b/clients/client-kafka/src/commands/DescribeConfigurationCommand.ts index ad4d3616f80f8..c03f6fe45c2b4 100644 --- a/clients/client-kafka/src/commands/DescribeConfigurationCommand.ts +++ b/clients/client-kafka/src/commands/DescribeConfigurationCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DescribeConfigurationRequest, DescribeConfigurationResponse } from "../models/models_0"; import { de_DescribeConfigurationCommand, se_DescribeConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/DescribeConfigurationRevisionCommand.ts b/clients/client-kafka/src/commands/DescribeConfigurationRevisionCommand.ts index b2dd9d9814dfd..7c0227fdb083b 100644 --- a/clients/client-kafka/src/commands/DescribeConfigurationRevisionCommand.ts +++ b/clients/client-kafka/src/commands/DescribeConfigurationRevisionCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeConfigurationRevisionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/DescribeVpcConnectionCommand.ts b/clients/client-kafka/src/commands/DescribeVpcConnectionCommand.ts index 56417e8e4271d..a4af32594ba2f 100644 --- a/clients/client-kafka/src/commands/DescribeVpcConnectionCommand.ts +++ b/clients/client-kafka/src/commands/DescribeVpcConnectionCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DescribeVpcConnectionRequest, DescribeVpcConnectionResponse } from "../models/models_0"; import { de_DescribeVpcConnectionCommand, se_DescribeVpcConnectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/GetBootstrapBrokersCommand.ts b/clients/client-kafka/src/commands/GetBootstrapBrokersCommand.ts index 65c51095d00af..80ed6004ce9e9 100644 --- a/clients/client-kafka/src/commands/GetBootstrapBrokersCommand.ts +++ b/clients/client-kafka/src/commands/GetBootstrapBrokersCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetBootstrapBrokersRequest, GetBootstrapBrokersResponse } from "../models/models_0"; import { de_GetBootstrapBrokersCommand, se_GetBootstrapBrokersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/GetClusterPolicyCommand.ts b/clients/client-kafka/src/commands/GetClusterPolicyCommand.ts index 6297d89a5ac38..a25d5815e3ac2 100644 --- a/clients/client-kafka/src/commands/GetClusterPolicyCommand.ts +++ b/clients/client-kafka/src/commands/GetClusterPolicyCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetClusterPolicyRequest, GetClusterPolicyResponse } from "../models/models_0"; import { de_GetClusterPolicyCommand, se_GetClusterPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/GetCompatibleKafkaVersionsCommand.ts b/clients/client-kafka/src/commands/GetCompatibleKafkaVersionsCommand.ts index b932bb8a51cf6..f0aa76549f396 100644 --- a/clients/client-kafka/src/commands/GetCompatibleKafkaVersionsCommand.ts +++ b/clients/client-kafka/src/commands/GetCompatibleKafkaVersionsCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { GetCompatibleKafkaVersionsRequest, GetCompatibleKafkaVersionsResponse } from "../models/models_0"; import { de_GetCompatibleKafkaVersionsCommand, se_GetCompatibleKafkaVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/ListClientVpcConnectionsCommand.ts b/clients/client-kafka/src/commands/ListClientVpcConnectionsCommand.ts index bf2ae8e58915c..b156568a82c14 100644 --- a/clients/client-kafka/src/commands/ListClientVpcConnectionsCommand.ts +++ b/clients/client-kafka/src/commands/ListClientVpcConnectionsCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListClientVpcConnectionsRequest, ListClientVpcConnectionsResponse } from "../models/models_0"; import { de_ListClientVpcConnectionsCommand, se_ListClientVpcConnectionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/ListClusterOperationsCommand.ts b/clients/client-kafka/src/commands/ListClusterOperationsCommand.ts index 055cbc2d66300..e89c9fc97251d 100644 --- a/clients/client-kafka/src/commands/ListClusterOperationsCommand.ts +++ b/clients/client-kafka/src/commands/ListClusterOperationsCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListClusterOperationsRequest, ListClusterOperationsResponse } from "../models/models_0"; import { de_ListClusterOperationsCommand, se_ListClusterOperationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/ListClustersCommand.ts b/clients/client-kafka/src/commands/ListClustersCommand.ts index 5e4bbca8c28fe..90bbbc843abee 100644 --- a/clients/client-kafka/src/commands/ListClustersCommand.ts +++ b/clients/client-kafka/src/commands/ListClustersCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListClustersRequest, ListClustersResponse } from "../models/models_0"; import { de_ListClustersCommand, se_ListClustersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/ListClustersV2Command.ts b/clients/client-kafka/src/commands/ListClustersV2Command.ts index 0134d772a7b67..2de5f886a4a95 100644 --- a/clients/client-kafka/src/commands/ListClustersV2Command.ts +++ b/clients/client-kafka/src/commands/ListClustersV2Command.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListClustersV2Request, ListClustersV2Response } from "../models/models_0"; import { de_ListClustersV2Command, se_ListClustersV2Command } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/ListConfigurationRevisionsCommand.ts b/clients/client-kafka/src/commands/ListConfigurationRevisionsCommand.ts index f789942cbe0c6..1ac6bcead0d9b 100644 --- a/clients/client-kafka/src/commands/ListConfigurationRevisionsCommand.ts +++ b/clients/client-kafka/src/commands/ListConfigurationRevisionsCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListConfigurationRevisionsRequest, ListConfigurationRevisionsResponse } from "../models/models_0"; import { de_ListConfigurationRevisionsCommand, se_ListConfigurationRevisionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/ListConfigurationsCommand.ts b/clients/client-kafka/src/commands/ListConfigurationsCommand.ts index 0ab980399e36d..230cb69129664 100644 --- a/clients/client-kafka/src/commands/ListConfigurationsCommand.ts +++ b/clients/client-kafka/src/commands/ListConfigurationsCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListConfigurationsRequest, ListConfigurationsResponse } from "../models/models_0"; import { de_ListConfigurationsCommand, se_ListConfigurationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/ListKafkaVersionsCommand.ts b/clients/client-kafka/src/commands/ListKafkaVersionsCommand.ts index cc4545d724439..fdccb73a37a12 100644 --- a/clients/client-kafka/src/commands/ListKafkaVersionsCommand.ts +++ b/clients/client-kafka/src/commands/ListKafkaVersionsCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListKafkaVersionsRequest, ListKafkaVersionsResponse } from "../models/models_0"; import { de_ListKafkaVersionsCommand, se_ListKafkaVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/ListNodesCommand.ts b/clients/client-kafka/src/commands/ListNodesCommand.ts index 0229b632f1ae4..0f82f62d0357b 100644 --- a/clients/client-kafka/src/commands/ListNodesCommand.ts +++ b/clients/client-kafka/src/commands/ListNodesCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListNodesRequest, ListNodesResponse } from "../models/models_0"; import { de_ListNodesCommand, se_ListNodesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/ListScramSecretsCommand.ts b/clients/client-kafka/src/commands/ListScramSecretsCommand.ts index 415a7427cf4d2..1c209dbe1668f 100644 --- a/clients/client-kafka/src/commands/ListScramSecretsCommand.ts +++ b/clients/client-kafka/src/commands/ListScramSecretsCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListScramSecretsRequest, ListScramSecretsResponse } from "../models/models_0"; import { de_ListScramSecretsCommand, se_ListScramSecretsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/ListTagsForResourceCommand.ts b/clients/client-kafka/src/commands/ListTagsForResourceCommand.ts index d8ece616a6d7f..4a049065c910c 100644 --- a/clients/client-kafka/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kafka/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/ListVpcConnectionsCommand.ts b/clients/client-kafka/src/commands/ListVpcConnectionsCommand.ts index c3aeacbfabcd2..eea1f1f69e041 100644 --- a/clients/client-kafka/src/commands/ListVpcConnectionsCommand.ts +++ b/clients/client-kafka/src/commands/ListVpcConnectionsCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListVpcConnectionsRequest, ListVpcConnectionsResponse } from "../models/models_0"; import { de_ListVpcConnectionsCommand, se_ListVpcConnectionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/PutClusterPolicyCommand.ts b/clients/client-kafka/src/commands/PutClusterPolicyCommand.ts index 0068d9ac73653..12802690746b6 100644 --- a/clients/client-kafka/src/commands/PutClusterPolicyCommand.ts +++ b/clients/client-kafka/src/commands/PutClusterPolicyCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { PutClusterPolicyRequest, PutClusterPolicyResponse } from "../models/models_0"; import { de_PutClusterPolicyCommand, se_PutClusterPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/RebootBrokerCommand.ts b/clients/client-kafka/src/commands/RebootBrokerCommand.ts index 71468d0aa1132..72156ef59aba7 100644 --- a/clients/client-kafka/src/commands/RebootBrokerCommand.ts +++ b/clients/client-kafka/src/commands/RebootBrokerCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { RebootBrokerRequest, RebootBrokerResponse } from "../models/models_0"; import { de_RebootBrokerCommand, se_RebootBrokerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/RejectClientVpcConnectionCommand.ts b/clients/client-kafka/src/commands/RejectClientVpcConnectionCommand.ts index 4a8c84dd79e52..49ce0d8be7871 100644 --- a/clients/client-kafka/src/commands/RejectClientVpcConnectionCommand.ts +++ b/clients/client-kafka/src/commands/RejectClientVpcConnectionCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { RejectClientVpcConnectionRequest, RejectClientVpcConnectionResponse } from "../models/models_0"; import { de_RejectClientVpcConnectionCommand, se_RejectClientVpcConnectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/TagResourceCommand.ts b/clients/client-kafka/src/commands/TagResourceCommand.ts index 3a15af7551762..a44c99e8e67df 100644 --- a/clients/client-kafka/src/commands/TagResourceCommand.ts +++ b/clients/client-kafka/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { TagResourceRequest } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/UntagResourceCommand.ts b/clients/client-kafka/src/commands/UntagResourceCommand.ts index c3cbfb87ee1da..93fafa114e566 100644 --- a/clients/client-kafka/src/commands/UntagResourceCommand.ts +++ b/clients/client-kafka/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/UpdateBrokerCountCommand.ts b/clients/client-kafka/src/commands/UpdateBrokerCountCommand.ts index d2e060a3116ae..8f95ff706e9eb 100644 --- a/clients/client-kafka/src/commands/UpdateBrokerCountCommand.ts +++ b/clients/client-kafka/src/commands/UpdateBrokerCountCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateBrokerCountRequest, UpdateBrokerCountResponse } from "../models/models_0"; import { de_UpdateBrokerCountCommand, se_UpdateBrokerCountCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/UpdateBrokerStorageCommand.ts b/clients/client-kafka/src/commands/UpdateBrokerStorageCommand.ts index a7e901cbe2854..a3210f8db793d 100644 --- a/clients/client-kafka/src/commands/UpdateBrokerStorageCommand.ts +++ b/clients/client-kafka/src/commands/UpdateBrokerStorageCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateBrokerStorageRequest, UpdateBrokerStorageResponse } from "../models/models_0"; import { de_UpdateBrokerStorageCommand, se_UpdateBrokerStorageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/UpdateBrokerTypeCommand.ts b/clients/client-kafka/src/commands/UpdateBrokerTypeCommand.ts index d7ccbbbf5f865..8a854fd23d0a8 100644 --- a/clients/client-kafka/src/commands/UpdateBrokerTypeCommand.ts +++ b/clients/client-kafka/src/commands/UpdateBrokerTypeCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateBrokerTypeRequest, UpdateBrokerTypeResponse } from "../models/models_0"; import { de_UpdateBrokerTypeCommand, se_UpdateBrokerTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/UpdateClusterConfigurationCommand.ts b/clients/client-kafka/src/commands/UpdateClusterConfigurationCommand.ts index 7e4b4a3c46c08..19962857d345d 100644 --- a/clients/client-kafka/src/commands/UpdateClusterConfigurationCommand.ts +++ b/clients/client-kafka/src/commands/UpdateClusterConfigurationCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateClusterConfigurationRequest, UpdateClusterConfigurationResponse } from "../models/models_0"; import { de_UpdateClusterConfigurationCommand, se_UpdateClusterConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/UpdateClusterKafkaVersionCommand.ts b/clients/client-kafka/src/commands/UpdateClusterKafkaVersionCommand.ts index c65d7d69b3a14..a40e8c8309347 100644 --- a/clients/client-kafka/src/commands/UpdateClusterKafkaVersionCommand.ts +++ b/clients/client-kafka/src/commands/UpdateClusterKafkaVersionCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateClusterKafkaVersionRequest, UpdateClusterKafkaVersionResponse } from "../models/models_0"; import { de_UpdateClusterKafkaVersionCommand, se_UpdateClusterKafkaVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/UpdateConfigurationCommand.ts b/clients/client-kafka/src/commands/UpdateConfigurationCommand.ts index ff49852bfeb80..dc6428dd72af4 100644 --- a/clients/client-kafka/src/commands/UpdateConfigurationCommand.ts +++ b/clients/client-kafka/src/commands/UpdateConfigurationCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateConfigurationRequest, UpdateConfigurationResponse } from "../models/models_0"; import { de_UpdateConfigurationCommand, se_UpdateConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/UpdateConnectivityCommand.ts b/clients/client-kafka/src/commands/UpdateConnectivityCommand.ts index 46b16b5921c5e..8b4c9359e27d4 100644 --- a/clients/client-kafka/src/commands/UpdateConnectivityCommand.ts +++ b/clients/client-kafka/src/commands/UpdateConnectivityCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateConnectivityRequest, UpdateConnectivityResponse } from "../models/models_0"; import { de_UpdateConnectivityCommand, se_UpdateConnectivityCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/UpdateMonitoringCommand.ts b/clients/client-kafka/src/commands/UpdateMonitoringCommand.ts index 1430d4bc001c1..eeca881f95492 100644 --- a/clients/client-kafka/src/commands/UpdateMonitoringCommand.ts +++ b/clients/client-kafka/src/commands/UpdateMonitoringCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateMonitoringRequest, UpdateMonitoringResponse } from "../models/models_0"; import { de_UpdateMonitoringCommand, se_UpdateMonitoringCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/UpdateSecurityCommand.ts b/clients/client-kafka/src/commands/UpdateSecurityCommand.ts index 2c3ca5c911e46..780408ff3cc1a 100644 --- a/clients/client-kafka/src/commands/UpdateSecurityCommand.ts +++ b/clients/client-kafka/src/commands/UpdateSecurityCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateSecurityRequest, UpdateSecurityResponse } from "../models/models_0"; import { de_UpdateSecurityCommand, se_UpdateSecurityCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/commands/UpdateStorageCommand.ts b/clients/client-kafka/src/commands/UpdateStorageCommand.ts index ad5bed836348a..23e185808329a 100644 --- a/clients/client-kafka/src/commands/UpdateStorageCommand.ts +++ b/clients/client-kafka/src/commands/UpdateStorageCommand.ts @@ -17,6 +17,10 @@ import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateStorageRequest, UpdateStorageResponse } from "../models/models_0"; import { de_UpdateStorageCommand, se_UpdateStorageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafka/src/index.ts b/clients/client-kafka/src/index.ts index 6e234d80e49e1..fc5f3196c3657 100644 --- a/clients/client-kafka/src/index.ts +++ b/clients/client-kafka/src/index.ts @@ -1,8 +1,14 @@ -export * from "./Kafka"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The operations for managing an Amazon MSK cluster.

+ * + * @packageDocumentation + */ export * from "./KafkaClient"; +export * from "./Kafka"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { KafkaServiceException } from "./models/KafkaServiceException"; diff --git a/clients/client-kafka/src/models/KafkaServiceException.ts b/clients/client-kafka/src/models/KafkaServiceException.ts index 78f1c2ee0df30..3c80a0e804392 100644 --- a/clients/client-kafka/src/models/KafkaServiceException.ts +++ b/clients/client-kafka/src/models/KafkaServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-kafkaconnect/src/KafkaConnectClient.ts b/clients/client-kafkaconnect/src/KafkaConnectClient.ts index c14453bf01dd2..9e2bf303bbc3b 100644 --- a/clients/client-kafkaconnect/src/KafkaConnectClient.ts +++ b/clients/client-kafkaconnect/src/KafkaConnectClient.ts @@ -83,6 +83,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -244,7 +246,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type KafkaConnectClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type KafkaConnectClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -263,7 +265,7 @@ export interface KafkaConnectClientConfig extends KafkaConnectClientConfigType { /** * @public */ -type KafkaConnectClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type KafkaConnectClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-kafkaconnect/src/commands/CreateConnectorCommand.ts b/clients/client-kafkaconnect/src/commands/CreateConnectorCommand.ts index dc2f1a035fdaf..1d1554726db70 100644 --- a/clients/client-kafkaconnect/src/commands/CreateConnectorCommand.ts +++ b/clients/client-kafkaconnect/src/commands/CreateConnectorCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateConnectorCommand, se_CreateConnectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafkaconnect/src/commands/CreateCustomPluginCommand.ts b/clients/client-kafkaconnect/src/commands/CreateCustomPluginCommand.ts index d1fe36753d771..453aa8b24159d 100644 --- a/clients/client-kafkaconnect/src/commands/CreateCustomPluginCommand.ts +++ b/clients/client-kafkaconnect/src/commands/CreateCustomPluginCommand.ts @@ -17,6 +17,10 @@ import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateCustomPluginRequest, CreateCustomPluginResponse } from "../models/models_0"; import { de_CreateCustomPluginCommand, se_CreateCustomPluginCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafkaconnect/src/commands/CreateWorkerConfigurationCommand.ts b/clients/client-kafkaconnect/src/commands/CreateWorkerConfigurationCommand.ts index 8d5406e52a033..e0abba271f990 100644 --- a/clients/client-kafkaconnect/src/commands/CreateWorkerConfigurationCommand.ts +++ b/clients/client-kafkaconnect/src/commands/CreateWorkerConfigurationCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateWorkerConfigurationCommand, se_CreateWorkerConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafkaconnect/src/commands/DeleteConnectorCommand.ts b/clients/client-kafkaconnect/src/commands/DeleteConnectorCommand.ts index df339aa7b558b..f4fbbe08c14bf 100644 --- a/clients/client-kafkaconnect/src/commands/DeleteConnectorCommand.ts +++ b/clients/client-kafkaconnect/src/commands/DeleteConnectorCommand.ts @@ -17,6 +17,10 @@ import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteConnectorRequest, DeleteConnectorResponse } from "../models/models_0"; import { de_DeleteConnectorCommand, se_DeleteConnectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafkaconnect/src/commands/DeleteCustomPluginCommand.ts b/clients/client-kafkaconnect/src/commands/DeleteCustomPluginCommand.ts index 0b97218d52877..0ae11a8c92cee 100644 --- a/clients/client-kafkaconnect/src/commands/DeleteCustomPluginCommand.ts +++ b/clients/client-kafkaconnect/src/commands/DeleteCustomPluginCommand.ts @@ -17,6 +17,10 @@ import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteCustomPluginRequest, DeleteCustomPluginResponse } from "../models/models_0"; import { de_DeleteCustomPluginCommand, se_DeleteCustomPluginCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafkaconnect/src/commands/DescribeConnectorCommand.ts b/clients/client-kafkaconnect/src/commands/DescribeConnectorCommand.ts index 0e740d248074c..e5f96b4817275 100644 --- a/clients/client-kafkaconnect/src/commands/DescribeConnectorCommand.ts +++ b/clients/client-kafkaconnect/src/commands/DescribeConnectorCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeConnectorCommand, se_DescribeConnectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafkaconnect/src/commands/DescribeCustomPluginCommand.ts b/clients/client-kafkaconnect/src/commands/DescribeCustomPluginCommand.ts index d6a587193eec0..4a9732380176f 100644 --- a/clients/client-kafkaconnect/src/commands/DescribeCustomPluginCommand.ts +++ b/clients/client-kafkaconnect/src/commands/DescribeCustomPluginCommand.ts @@ -17,6 +17,10 @@ import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeCustomPluginRequest, DescribeCustomPluginResponse } from "../models/models_0"; import { de_DescribeCustomPluginCommand, se_DescribeCustomPluginCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafkaconnect/src/commands/DescribeWorkerConfigurationCommand.ts b/clients/client-kafkaconnect/src/commands/DescribeWorkerConfigurationCommand.ts index a6793d3b40a1c..69c38ff74f6a5 100644 --- a/clients/client-kafkaconnect/src/commands/DescribeWorkerConfigurationCommand.ts +++ b/clients/client-kafkaconnect/src/commands/DescribeWorkerConfigurationCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeWorkerConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafkaconnect/src/commands/ListConnectorsCommand.ts b/clients/client-kafkaconnect/src/commands/ListConnectorsCommand.ts index 94fb9e1cf0b82..f1290e32d2c3a 100644 --- a/clients/client-kafkaconnect/src/commands/ListConnectorsCommand.ts +++ b/clients/client-kafkaconnect/src/commands/ListConnectorsCommand.ts @@ -17,6 +17,10 @@ import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListConnectorsRequest, ListConnectorsResponse } from "../models/models_0"; import { de_ListConnectorsCommand, se_ListConnectorsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafkaconnect/src/commands/ListCustomPluginsCommand.ts b/clients/client-kafkaconnect/src/commands/ListCustomPluginsCommand.ts index 3965439ec2153..1a525647e3610 100644 --- a/clients/client-kafkaconnect/src/commands/ListCustomPluginsCommand.ts +++ b/clients/client-kafkaconnect/src/commands/ListCustomPluginsCommand.ts @@ -17,6 +17,10 @@ import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListCustomPluginsRequest, ListCustomPluginsResponse } from "../models/models_0"; import { de_ListCustomPluginsCommand, se_ListCustomPluginsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafkaconnect/src/commands/ListWorkerConfigurationsCommand.ts b/clients/client-kafkaconnect/src/commands/ListWorkerConfigurationsCommand.ts index 7e0023c3dbba8..e29655df0714a 100644 --- a/clients/client-kafkaconnect/src/commands/ListWorkerConfigurationsCommand.ts +++ b/clients/client-kafkaconnect/src/commands/ListWorkerConfigurationsCommand.ts @@ -17,6 +17,10 @@ import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListWorkerConfigurationsRequest, ListWorkerConfigurationsResponse } from "../models/models_0"; import { de_ListWorkerConfigurationsCommand, se_ListWorkerConfigurationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafkaconnect/src/commands/UpdateConnectorCommand.ts b/clients/client-kafkaconnect/src/commands/UpdateConnectorCommand.ts index 7b513954518c2..c44b8d9b769c3 100644 --- a/clients/client-kafkaconnect/src/commands/UpdateConnectorCommand.ts +++ b/clients/client-kafkaconnect/src/commands/UpdateConnectorCommand.ts @@ -17,6 +17,10 @@ import { KafkaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateConnectorRequest, UpdateConnectorResponse } from "../models/models_0"; import { de_UpdateConnectorCommand, se_UpdateConnectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kafkaconnect/src/index.ts b/clients/client-kafkaconnect/src/index.ts index bf0d26e13e46b..20cd929a5b480 100644 --- a/clients/client-kafkaconnect/src/index.ts +++ b/clients/client-kafkaconnect/src/index.ts @@ -1,8 +1,14 @@ -export * from "./KafkaConnect"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

+ * + * @packageDocumentation + */ export * from "./KafkaConnectClient"; +export * from "./KafkaConnect"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { KafkaConnectServiceException } from "./models/KafkaConnectServiceException"; diff --git a/clients/client-kafkaconnect/src/models/KafkaConnectServiceException.ts b/clients/client-kafkaconnect/src/models/KafkaConnectServiceException.ts index f1cc8900a7c44..cb7f6b8f23996 100644 --- a/clients/client-kafkaconnect/src/models/KafkaConnectServiceException.ts +++ b/clients/client-kafkaconnect/src/models/KafkaConnectServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-kendra-ranking/src/KendraRankingClient.ts b/clients/client-kendra-ranking/src/KendraRankingClient.ts index 8b2ccaa09439b..b7d1582baa04b 100644 --- a/clients/client-kendra-ranking/src/KendraRankingClient.ts +++ b/clients/client-kendra-ranking/src/KendraRankingClient.ts @@ -86,6 +86,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -241,7 +243,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type KendraRankingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type KendraRankingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -260,7 +262,7 @@ export interface KendraRankingClientConfig extends KendraRankingClientConfigType /** * @public */ -type KendraRankingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type KendraRankingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-kendra-ranking/src/commands/CreateRescoreExecutionPlanCommand.ts b/clients/client-kendra-ranking/src/commands/CreateRescoreExecutionPlanCommand.ts index 95ba033c3f5bc..881cf2cbc3ab3 100644 --- a/clients/client-kendra-ranking/src/commands/CreateRescoreExecutionPlanCommand.ts +++ b/clients/client-kendra-ranking/src/commands/CreateRescoreExecutionPlanCommand.ts @@ -17,6 +17,10 @@ import { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateRescoreExecutionPlanRequest, CreateRescoreExecutionPlanResponse } from "../models/models_0"; import { de_CreateRescoreExecutionPlanCommand, se_CreateRescoreExecutionPlanCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra-ranking/src/commands/DeleteRescoreExecutionPlanCommand.ts b/clients/client-kendra-ranking/src/commands/DeleteRescoreExecutionPlanCommand.ts index de46dd9298269..69625abc416b5 100644 --- a/clients/client-kendra-ranking/src/commands/DeleteRescoreExecutionPlanCommand.ts +++ b/clients/client-kendra-ranking/src/commands/DeleteRescoreExecutionPlanCommand.ts @@ -17,6 +17,10 @@ import { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteRescoreExecutionPlanRequest } from "../models/models_0"; import { de_DeleteRescoreExecutionPlanCommand, se_DeleteRescoreExecutionPlanCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra-ranking/src/commands/DescribeRescoreExecutionPlanCommand.ts b/clients/client-kendra-ranking/src/commands/DescribeRescoreExecutionPlanCommand.ts index 8f7a263a6bee2..cb2599ad4a931 100644 --- a/clients/client-kendra-ranking/src/commands/DescribeRescoreExecutionPlanCommand.ts +++ b/clients/client-kendra-ranking/src/commands/DescribeRescoreExecutionPlanCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeRescoreExecutionPlanCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra-ranking/src/commands/ListRescoreExecutionPlansCommand.ts b/clients/client-kendra-ranking/src/commands/ListRescoreExecutionPlansCommand.ts index 459f0b0b7a05d..32760f10adf50 100644 --- a/clients/client-kendra-ranking/src/commands/ListRescoreExecutionPlansCommand.ts +++ b/clients/client-kendra-ranking/src/commands/ListRescoreExecutionPlansCommand.ts @@ -17,6 +17,10 @@ import { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListRescoreExecutionPlansRequest, ListRescoreExecutionPlansResponse } from "../models/models_0"; import { de_ListRescoreExecutionPlansCommand, se_ListRescoreExecutionPlansCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra-ranking/src/commands/ListTagsForResourceCommand.ts b/clients/client-kendra-ranking/src/commands/ListTagsForResourceCommand.ts index 55a9d85caa988..a2d93d2e5f814 100644 --- a/clients/client-kendra-ranking/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kendra-ranking/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra-ranking/src/commands/RescoreCommand.ts b/clients/client-kendra-ranking/src/commands/RescoreCommand.ts index fcdf2c5721812..47e2941d338ef 100644 --- a/clients/client-kendra-ranking/src/commands/RescoreCommand.ts +++ b/clients/client-kendra-ranking/src/commands/RescoreCommand.ts @@ -17,6 +17,10 @@ import { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { RescoreRequest, RescoreResult } from "../models/models_0"; import { de_RescoreCommand, se_RescoreCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra-ranking/src/commands/TagResourceCommand.ts b/clients/client-kendra-ranking/src/commands/TagResourceCommand.ts index a643c8442a9e9..1f0c629aabfa2 100644 --- a/clients/client-kendra-ranking/src/commands/TagResourceCommand.ts +++ b/clients/client-kendra-ranking/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra-ranking/src/commands/UntagResourceCommand.ts b/clients/client-kendra-ranking/src/commands/UntagResourceCommand.ts index c34d18bacc5f1..4ff0bdfcd6b0f 100644 --- a/clients/client-kendra-ranking/src/commands/UntagResourceCommand.ts +++ b/clients/client-kendra-ranking/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra-ranking/src/commands/UpdateRescoreExecutionPlanCommand.ts b/clients/client-kendra-ranking/src/commands/UpdateRescoreExecutionPlanCommand.ts index 505e208792cd6..d8a963e54ddd8 100644 --- a/clients/client-kendra-ranking/src/commands/UpdateRescoreExecutionPlanCommand.ts +++ b/clients/client-kendra-ranking/src/commands/UpdateRescoreExecutionPlanCommand.ts @@ -17,6 +17,10 @@ import { KendraRankingClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateRescoreExecutionPlanRequest } from "../models/models_0"; import { de_UpdateRescoreExecutionPlanCommand, se_UpdateRescoreExecutionPlanCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra-ranking/src/index.ts b/clients/client-kendra-ranking/src/index.ts index bee99531789e1..070ba8fc91d9e 100644 --- a/clients/client-kendra-ranking/src/index.ts +++ b/clients/client-kendra-ranking/src/index.ts @@ -1,8 +1,16 @@ -export * from "./KendraRanking"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Kendra Intelligent Ranking uses Amazon Kendra + * semantic search capabilities to intelligently re-rank a search + * service's results.

+ * + * @packageDocumentation + */ export * from "./KendraRankingClient"; +export * from "./KendraRanking"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { KendraRankingServiceException } from "./models/KendraRankingServiceException"; diff --git a/clients/client-kendra-ranking/src/models/KendraRankingServiceException.ts b/clients/client-kendra-ranking/src/models/KendraRankingServiceException.ts index ba352e640afa0..4aad138d60c97 100644 --- a/clients/client-kendra-ranking/src/models/KendraRankingServiceException.ts +++ b/clients/client-kendra-ranking/src/models/KendraRankingServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-kendra/src/KendraClient.ts b/clients/client-kendra/src/KendraClient.ts index 7151fde594d98..423e1e2b195f7 100644 --- a/clients/client-kendra/src/KendraClient.ts +++ b/clients/client-kendra/src/KendraClient.ts @@ -226,6 +226,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -493,7 +495,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type KendraClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type KendraClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -512,7 +514,7 @@ export interface KendraClientConfig extends KendraClientConfigType {} /** * @public */ -type KendraClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type KendraClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-kendra/src/commands/AssociateEntitiesToExperienceCommand.ts b/clients/client-kendra/src/commands/AssociateEntitiesToExperienceCommand.ts index 030c4526d779a..43a9075d2d7fd 100644 --- a/clients/client-kendra/src/commands/AssociateEntitiesToExperienceCommand.ts +++ b/clients/client-kendra/src/commands/AssociateEntitiesToExperienceCommand.ts @@ -20,6 +20,10 @@ import { se_AssociateEntitiesToExperienceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/AssociatePersonasToEntitiesCommand.ts b/clients/client-kendra/src/commands/AssociatePersonasToEntitiesCommand.ts index f75210ce64986..affda41d524e8 100644 --- a/clients/client-kendra/src/commands/AssociatePersonasToEntitiesCommand.ts +++ b/clients/client-kendra/src/commands/AssociatePersonasToEntitiesCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { AssociatePersonasToEntitiesRequest, AssociatePersonasToEntitiesResponse } from "../models/models_0"; import { de_AssociatePersonasToEntitiesCommand, se_AssociatePersonasToEntitiesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/BatchDeleteDocumentCommand.ts b/clients/client-kendra/src/commands/BatchDeleteDocumentCommand.ts index ebbbc9bb84e84..210d2cb321a33 100644 --- a/clients/client-kendra/src/commands/BatchDeleteDocumentCommand.ts +++ b/clients/client-kendra/src/commands/BatchDeleteDocumentCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { BatchDeleteDocumentRequest, BatchDeleteDocumentResponse } from "../models/models_0"; import { de_BatchDeleteDocumentCommand, se_BatchDeleteDocumentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/BatchDeleteFeaturedResultsSetCommand.ts b/clients/client-kendra/src/commands/BatchDeleteFeaturedResultsSetCommand.ts index fe42487e7ae19..313d11805549b 100644 --- a/clients/client-kendra/src/commands/BatchDeleteFeaturedResultsSetCommand.ts +++ b/clients/client-kendra/src/commands/BatchDeleteFeaturedResultsSetCommand.ts @@ -20,6 +20,10 @@ import { se_BatchDeleteFeaturedResultsSetCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/BatchGetDocumentStatusCommand.ts b/clients/client-kendra/src/commands/BatchGetDocumentStatusCommand.ts index ca1385308b8da..a7398a588f82e 100644 --- a/clients/client-kendra/src/commands/BatchGetDocumentStatusCommand.ts +++ b/clients/client-kendra/src/commands/BatchGetDocumentStatusCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { BatchGetDocumentStatusRequest, BatchGetDocumentStatusResponse } from "../models/models_0"; import { de_BatchGetDocumentStatusCommand, se_BatchGetDocumentStatusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/BatchPutDocumentCommand.ts b/clients/client-kendra/src/commands/BatchPutDocumentCommand.ts index 804204929a78f..025d81bc0779c 100644 --- a/clients/client-kendra/src/commands/BatchPutDocumentCommand.ts +++ b/clients/client-kendra/src/commands/BatchPutDocumentCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { BatchPutDocumentRequest, BatchPutDocumentResponse } from "../models/models_0"; import { de_BatchPutDocumentCommand, se_BatchPutDocumentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/ClearQuerySuggestionsCommand.ts b/clients/client-kendra/src/commands/ClearQuerySuggestionsCommand.ts index 34024b1bd2413..0b9c8aebb21e2 100644 --- a/clients/client-kendra/src/commands/ClearQuerySuggestionsCommand.ts +++ b/clients/client-kendra/src/commands/ClearQuerySuggestionsCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ClearQuerySuggestionsRequest } from "../models/models_0"; import { de_ClearQuerySuggestionsCommand, se_ClearQuerySuggestionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/CreateAccessControlConfigurationCommand.ts b/clients/client-kendra/src/commands/CreateAccessControlConfigurationCommand.ts index 03d810f1e329b..01fdacf84aa4b 100644 --- a/clients/client-kendra/src/commands/CreateAccessControlConfigurationCommand.ts +++ b/clients/client-kendra/src/commands/CreateAccessControlConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_CreateAccessControlConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/CreateDataSourceCommand.ts b/clients/client-kendra/src/commands/CreateDataSourceCommand.ts index d8b1308190e93..a62d6b8e40538 100644 --- a/clients/client-kendra/src/commands/CreateDataSourceCommand.ts +++ b/clients/client-kendra/src/commands/CreateDataSourceCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateDataSourceRequest, CreateDataSourceResponse } from "../models/models_0"; import { de_CreateDataSourceCommand, se_CreateDataSourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/CreateExperienceCommand.ts b/clients/client-kendra/src/commands/CreateExperienceCommand.ts index 6a45395636c43..6deb380178302 100644 --- a/clients/client-kendra/src/commands/CreateExperienceCommand.ts +++ b/clients/client-kendra/src/commands/CreateExperienceCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateExperienceRequest, CreateExperienceResponse } from "../models/models_0"; import { de_CreateExperienceCommand, se_CreateExperienceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/CreateFaqCommand.ts b/clients/client-kendra/src/commands/CreateFaqCommand.ts index 3e38b9bfc3bbe..c8016718e3690 100644 --- a/clients/client-kendra/src/commands/CreateFaqCommand.ts +++ b/clients/client-kendra/src/commands/CreateFaqCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateFaqRequest, CreateFaqResponse } from "../models/models_0"; import { de_CreateFaqCommand, se_CreateFaqCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/CreateFeaturedResultsSetCommand.ts b/clients/client-kendra/src/commands/CreateFeaturedResultsSetCommand.ts index 51eeabbf20b4c..9e18193f4606d 100644 --- a/clients/client-kendra/src/commands/CreateFeaturedResultsSetCommand.ts +++ b/clients/client-kendra/src/commands/CreateFeaturedResultsSetCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateFeaturedResultsSetRequest, CreateFeaturedResultsSetResponse } from "../models/models_0"; import { de_CreateFeaturedResultsSetCommand, se_CreateFeaturedResultsSetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/CreateIndexCommand.ts b/clients/client-kendra/src/commands/CreateIndexCommand.ts index 052502235e5de..23bf3b167ce4e 100644 --- a/clients/client-kendra/src/commands/CreateIndexCommand.ts +++ b/clients/client-kendra/src/commands/CreateIndexCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateIndexRequest, CreateIndexRequestFilterSensitiveLog, CreateIndexResponse } from "../models/models_0"; import { de_CreateIndexCommand, se_CreateIndexCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/CreateQuerySuggestionsBlockListCommand.ts b/clients/client-kendra/src/commands/CreateQuerySuggestionsBlockListCommand.ts index 79688a08dab89..dec555f40d471 100644 --- a/clients/client-kendra/src/commands/CreateQuerySuggestionsBlockListCommand.ts +++ b/clients/client-kendra/src/commands/CreateQuerySuggestionsBlockListCommand.ts @@ -20,6 +20,10 @@ import { se_CreateQuerySuggestionsBlockListCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/CreateThesaurusCommand.ts b/clients/client-kendra/src/commands/CreateThesaurusCommand.ts index 6557c7b2c652a..8f5d3155adf67 100644 --- a/clients/client-kendra/src/commands/CreateThesaurusCommand.ts +++ b/clients/client-kendra/src/commands/CreateThesaurusCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateThesaurusRequest, CreateThesaurusResponse } from "../models/models_0"; import { de_CreateThesaurusCommand, se_CreateThesaurusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/DeleteAccessControlConfigurationCommand.ts b/clients/client-kendra/src/commands/DeleteAccessControlConfigurationCommand.ts index 85e4a09baee9e..d8428e93c9124 100644 --- a/clients/client-kendra/src/commands/DeleteAccessControlConfigurationCommand.ts +++ b/clients/client-kendra/src/commands/DeleteAccessControlConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteAccessControlConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/DeleteDataSourceCommand.ts b/clients/client-kendra/src/commands/DeleteDataSourceCommand.ts index 0d6df4eed13e4..65f8b8d3a9acb 100644 --- a/clients/client-kendra/src/commands/DeleteDataSourceCommand.ts +++ b/clients/client-kendra/src/commands/DeleteDataSourceCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteDataSourceRequest } from "../models/models_0"; import { de_DeleteDataSourceCommand, se_DeleteDataSourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/DeleteExperienceCommand.ts b/clients/client-kendra/src/commands/DeleteExperienceCommand.ts index 7d06cbda60a98..9ea314883e5d0 100644 --- a/clients/client-kendra/src/commands/DeleteExperienceCommand.ts +++ b/clients/client-kendra/src/commands/DeleteExperienceCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteExperienceRequest, DeleteExperienceResponse } from "../models/models_0"; import { de_DeleteExperienceCommand, se_DeleteExperienceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/DeleteFaqCommand.ts b/clients/client-kendra/src/commands/DeleteFaqCommand.ts index 995a340ff280a..86324fa078b0d 100644 --- a/clients/client-kendra/src/commands/DeleteFaqCommand.ts +++ b/clients/client-kendra/src/commands/DeleteFaqCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteFaqRequest } from "../models/models_0"; import { de_DeleteFaqCommand, se_DeleteFaqCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/DeleteIndexCommand.ts b/clients/client-kendra/src/commands/DeleteIndexCommand.ts index 9330c81bd9e00..d759580af685e 100644 --- a/clients/client-kendra/src/commands/DeleteIndexCommand.ts +++ b/clients/client-kendra/src/commands/DeleteIndexCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteIndexRequest } from "../models/models_0"; import { de_DeleteIndexCommand, se_DeleteIndexCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/DeletePrincipalMappingCommand.ts b/clients/client-kendra/src/commands/DeletePrincipalMappingCommand.ts index da7f1fcb40a99..3f8b0b186e151 100644 --- a/clients/client-kendra/src/commands/DeletePrincipalMappingCommand.ts +++ b/clients/client-kendra/src/commands/DeletePrincipalMappingCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeletePrincipalMappingRequest } from "../models/models_0"; import { de_DeletePrincipalMappingCommand, se_DeletePrincipalMappingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/DeleteQuerySuggestionsBlockListCommand.ts b/clients/client-kendra/src/commands/DeleteQuerySuggestionsBlockListCommand.ts index 57b4ddf1931b6..a6576a5ce2dc0 100644 --- a/clients/client-kendra/src/commands/DeleteQuerySuggestionsBlockListCommand.ts +++ b/clients/client-kendra/src/commands/DeleteQuerySuggestionsBlockListCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteQuerySuggestionsBlockListCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/DeleteThesaurusCommand.ts b/clients/client-kendra/src/commands/DeleteThesaurusCommand.ts index b4db6fdfac2da..de8c84a6b8e85 100644 --- a/clients/client-kendra/src/commands/DeleteThesaurusCommand.ts +++ b/clients/client-kendra/src/commands/DeleteThesaurusCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteThesaurusRequest } from "../models/models_0"; import { de_DeleteThesaurusCommand, se_DeleteThesaurusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/DescribeAccessControlConfigurationCommand.ts b/clients/client-kendra/src/commands/DescribeAccessControlConfigurationCommand.ts index de215e5c12cf1..fb21bfc647d0a 100644 --- a/clients/client-kendra/src/commands/DescribeAccessControlConfigurationCommand.ts +++ b/clients/client-kendra/src/commands/DescribeAccessControlConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeAccessControlConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/DescribeDataSourceCommand.ts b/clients/client-kendra/src/commands/DescribeDataSourceCommand.ts index 0521e60401c4d..5ba611b840945 100644 --- a/clients/client-kendra/src/commands/DescribeDataSourceCommand.ts +++ b/clients/client-kendra/src/commands/DescribeDataSourceCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeDataSourceRequest, DescribeDataSourceResponse } from "../models/models_0"; import { de_DescribeDataSourceCommand, se_DescribeDataSourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/DescribeExperienceCommand.ts b/clients/client-kendra/src/commands/DescribeExperienceCommand.ts index 0b0e79778abbf..087f7a22a318b 100644 --- a/clients/client-kendra/src/commands/DescribeExperienceCommand.ts +++ b/clients/client-kendra/src/commands/DescribeExperienceCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeExperienceRequest, DescribeExperienceResponse } from "../models/models_0"; import { de_DescribeExperienceCommand, se_DescribeExperienceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/DescribeFaqCommand.ts b/clients/client-kendra/src/commands/DescribeFaqCommand.ts index 40ca3a0dda908..5533ae0e131f0 100644 --- a/clients/client-kendra/src/commands/DescribeFaqCommand.ts +++ b/clients/client-kendra/src/commands/DescribeFaqCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeFaqRequest, DescribeFaqResponse } from "../models/models_0"; import { de_DescribeFaqCommand, se_DescribeFaqCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/DescribeFeaturedResultsSetCommand.ts b/clients/client-kendra/src/commands/DescribeFeaturedResultsSetCommand.ts index 884d927ac8387..9978c5e4b3f38 100644 --- a/clients/client-kendra/src/commands/DescribeFeaturedResultsSetCommand.ts +++ b/clients/client-kendra/src/commands/DescribeFeaturedResultsSetCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeFeaturedResultsSetRequest, DescribeFeaturedResultsSetResponse } from "../models/models_0"; import { de_DescribeFeaturedResultsSetCommand, se_DescribeFeaturedResultsSetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/DescribeIndexCommand.ts b/clients/client-kendra/src/commands/DescribeIndexCommand.ts index 743e1e25e78ed..4115749caece4 100644 --- a/clients/client-kendra/src/commands/DescribeIndexCommand.ts +++ b/clients/client-kendra/src/commands/DescribeIndexCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeIndexCommand, se_DescribeIndexCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/DescribePrincipalMappingCommand.ts b/clients/client-kendra/src/commands/DescribePrincipalMappingCommand.ts index fbbc329e1ff7f..0238d8574a48b 100644 --- a/clients/client-kendra/src/commands/DescribePrincipalMappingCommand.ts +++ b/clients/client-kendra/src/commands/DescribePrincipalMappingCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribePrincipalMappingRequest, DescribePrincipalMappingResponse } from "../models/models_0"; import { de_DescribePrincipalMappingCommand, se_DescribePrincipalMappingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/DescribeQuerySuggestionsBlockListCommand.ts b/clients/client-kendra/src/commands/DescribeQuerySuggestionsBlockListCommand.ts index bfadf78df503e..096eff5db7cff 100644 --- a/clients/client-kendra/src/commands/DescribeQuerySuggestionsBlockListCommand.ts +++ b/clients/client-kendra/src/commands/DescribeQuerySuggestionsBlockListCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeQuerySuggestionsBlockListCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/DescribeQuerySuggestionsConfigCommand.ts b/clients/client-kendra/src/commands/DescribeQuerySuggestionsConfigCommand.ts index 21094b1666267..0813b07f7c030 100644 --- a/clients/client-kendra/src/commands/DescribeQuerySuggestionsConfigCommand.ts +++ b/clients/client-kendra/src/commands/DescribeQuerySuggestionsConfigCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeQuerySuggestionsConfigCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/DescribeThesaurusCommand.ts b/clients/client-kendra/src/commands/DescribeThesaurusCommand.ts index 9e9c08d0e1dd4..b549c2c23c771 100644 --- a/clients/client-kendra/src/commands/DescribeThesaurusCommand.ts +++ b/clients/client-kendra/src/commands/DescribeThesaurusCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeThesaurusRequest, DescribeThesaurusResponse } from "../models/models_0"; import { de_DescribeThesaurusCommand, se_DescribeThesaurusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/DisassociateEntitiesFromExperienceCommand.ts b/clients/client-kendra/src/commands/DisassociateEntitiesFromExperienceCommand.ts index 4250adfea93dc..c0a1e4e92b569 100644 --- a/clients/client-kendra/src/commands/DisassociateEntitiesFromExperienceCommand.ts +++ b/clients/client-kendra/src/commands/DisassociateEntitiesFromExperienceCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateEntitiesFromExperienceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/DisassociatePersonasFromEntitiesCommand.ts b/clients/client-kendra/src/commands/DisassociatePersonasFromEntitiesCommand.ts index 8216f19b9110a..a31e3bac683aa 100644 --- a/clients/client-kendra/src/commands/DisassociatePersonasFromEntitiesCommand.ts +++ b/clients/client-kendra/src/commands/DisassociatePersonasFromEntitiesCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociatePersonasFromEntitiesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/GetQuerySuggestionsCommand.ts b/clients/client-kendra/src/commands/GetQuerySuggestionsCommand.ts index 020940fec846b..b7b9e05635d3e 100644 --- a/clients/client-kendra/src/commands/GetQuerySuggestionsCommand.ts +++ b/clients/client-kendra/src/commands/GetQuerySuggestionsCommand.ts @@ -18,6 +18,10 @@ import { GetQuerySuggestionsResponse } from "../models/models_0"; import { GetQuerySuggestionsRequest } from "../models/models_1"; import { de_GetQuerySuggestionsCommand, se_GetQuerySuggestionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/GetSnapshotsCommand.ts b/clients/client-kendra/src/commands/GetSnapshotsCommand.ts index 4feda89df21b9..b500d714bdddd 100644 --- a/clients/client-kendra/src/commands/GetSnapshotsCommand.ts +++ b/clients/client-kendra/src/commands/GetSnapshotsCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetSnapshotsRequest, GetSnapshotsResponse } from "../models/models_0"; import { de_GetSnapshotsCommand, se_GetSnapshotsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/ListAccessControlConfigurationsCommand.ts b/clients/client-kendra/src/commands/ListAccessControlConfigurationsCommand.ts index effaa2727abfb..3ff955718cf55 100644 --- a/clients/client-kendra/src/commands/ListAccessControlConfigurationsCommand.ts +++ b/clients/client-kendra/src/commands/ListAccessControlConfigurationsCommand.ts @@ -20,6 +20,10 @@ import { se_ListAccessControlConfigurationsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/ListDataSourceSyncJobsCommand.ts b/clients/client-kendra/src/commands/ListDataSourceSyncJobsCommand.ts index 32bb35e10f804..f0d9f327254bb 100644 --- a/clients/client-kendra/src/commands/ListDataSourceSyncJobsCommand.ts +++ b/clients/client-kendra/src/commands/ListDataSourceSyncJobsCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListDataSourceSyncJobsRequest, ListDataSourceSyncJobsResponse } from "../models/models_0"; import { de_ListDataSourceSyncJobsCommand, se_ListDataSourceSyncJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/ListDataSourcesCommand.ts b/clients/client-kendra/src/commands/ListDataSourcesCommand.ts index 355030ebd8b15..b12aaaf52ff2f 100644 --- a/clients/client-kendra/src/commands/ListDataSourcesCommand.ts +++ b/clients/client-kendra/src/commands/ListDataSourcesCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/models_0"; import { de_ListDataSourcesCommand, se_ListDataSourcesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/ListEntityPersonasCommand.ts b/clients/client-kendra/src/commands/ListEntityPersonasCommand.ts index 4b70c87def4ee..1cb2f3c3142a7 100644 --- a/clients/client-kendra/src/commands/ListEntityPersonasCommand.ts +++ b/clients/client-kendra/src/commands/ListEntityPersonasCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListEntityPersonasRequest, ListEntityPersonasResponse } from "../models/models_0"; import { de_ListEntityPersonasCommand, se_ListEntityPersonasCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/ListExperienceEntitiesCommand.ts b/clients/client-kendra/src/commands/ListExperienceEntitiesCommand.ts index 4721693bb93c5..ccdab7c788a2b 100644 --- a/clients/client-kendra/src/commands/ListExperienceEntitiesCommand.ts +++ b/clients/client-kendra/src/commands/ListExperienceEntitiesCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListExperienceEntitiesCommand, se_ListExperienceEntitiesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/ListExperiencesCommand.ts b/clients/client-kendra/src/commands/ListExperiencesCommand.ts index 690fe568bc879..a9e763b2c6bdb 100644 --- a/clients/client-kendra/src/commands/ListExperiencesCommand.ts +++ b/clients/client-kendra/src/commands/ListExperiencesCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListExperiencesRequest, ListExperiencesResponse } from "../models/models_0"; import { de_ListExperiencesCommand, se_ListExperiencesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/ListFaqsCommand.ts b/clients/client-kendra/src/commands/ListFaqsCommand.ts index 0e72efaca5cc1..e38adfee10374 100644 --- a/clients/client-kendra/src/commands/ListFaqsCommand.ts +++ b/clients/client-kendra/src/commands/ListFaqsCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListFaqsRequest, ListFaqsResponse } from "../models/models_0"; import { de_ListFaqsCommand, se_ListFaqsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/ListFeaturedResultsSetsCommand.ts b/clients/client-kendra/src/commands/ListFeaturedResultsSetsCommand.ts index 09b7acd6fd526..b847cfe70e87f 100644 --- a/clients/client-kendra/src/commands/ListFeaturedResultsSetsCommand.ts +++ b/clients/client-kendra/src/commands/ListFeaturedResultsSetsCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListFeaturedResultsSetsRequest, ListFeaturedResultsSetsResponse } from "../models/models_0"; import { de_ListFeaturedResultsSetsCommand, se_ListFeaturedResultsSetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/ListGroupsOlderThanOrderingIdCommand.ts b/clients/client-kendra/src/commands/ListGroupsOlderThanOrderingIdCommand.ts index a254770a07fe3..08520eebac340 100644 --- a/clients/client-kendra/src/commands/ListGroupsOlderThanOrderingIdCommand.ts +++ b/clients/client-kendra/src/commands/ListGroupsOlderThanOrderingIdCommand.ts @@ -20,6 +20,10 @@ import { se_ListGroupsOlderThanOrderingIdCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/ListIndicesCommand.ts b/clients/client-kendra/src/commands/ListIndicesCommand.ts index 7a58b3dbf1310..beca4ff722762 100644 --- a/clients/client-kendra/src/commands/ListIndicesCommand.ts +++ b/clients/client-kendra/src/commands/ListIndicesCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListIndicesRequest, ListIndicesResponse } from "../models/models_0"; import { de_ListIndicesCommand, se_ListIndicesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/ListQuerySuggestionsBlockListsCommand.ts b/clients/client-kendra/src/commands/ListQuerySuggestionsBlockListsCommand.ts index 2b5551c033ddd..07ed203b77a30 100644 --- a/clients/client-kendra/src/commands/ListQuerySuggestionsBlockListsCommand.ts +++ b/clients/client-kendra/src/commands/ListQuerySuggestionsBlockListsCommand.ts @@ -20,6 +20,10 @@ import { se_ListQuerySuggestionsBlockListsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/ListTagsForResourceCommand.ts b/clients/client-kendra/src/commands/ListTagsForResourceCommand.ts index 4025a662db528..d2d5b88666f49 100644 --- a/clients/client-kendra/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kendra/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/ListThesauriCommand.ts b/clients/client-kendra/src/commands/ListThesauriCommand.ts index 006be6455347b..32e08553bc234 100644 --- a/clients/client-kendra/src/commands/ListThesauriCommand.ts +++ b/clients/client-kendra/src/commands/ListThesauriCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListThesauriRequest, ListThesauriResponse } from "../models/models_0"; import { de_ListThesauriCommand, se_ListThesauriCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/PutPrincipalMappingCommand.ts b/clients/client-kendra/src/commands/PutPrincipalMappingCommand.ts index b85c80e6dc346..a60b0207d304e 100644 --- a/clients/client-kendra/src/commands/PutPrincipalMappingCommand.ts +++ b/clients/client-kendra/src/commands/PutPrincipalMappingCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { PutPrincipalMappingRequest } from "../models/models_0"; import { de_PutPrincipalMappingCommand, se_PutPrincipalMappingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/QueryCommand.ts b/clients/client-kendra/src/commands/QueryCommand.ts index 0e1814f9c40a7..92916372f34a8 100644 --- a/clients/client-kendra/src/commands/QueryCommand.ts +++ b/clients/client-kendra/src/commands/QueryCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { QueryRequest, QueryResult } from "../models/models_1"; import { de_QueryCommand, se_QueryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/StartDataSourceSyncJobCommand.ts b/clients/client-kendra/src/commands/StartDataSourceSyncJobCommand.ts index f1e726633e9d3..f2d3d7ba44f6e 100644 --- a/clients/client-kendra/src/commands/StartDataSourceSyncJobCommand.ts +++ b/clients/client-kendra/src/commands/StartDataSourceSyncJobCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { StartDataSourceSyncJobRequest, StartDataSourceSyncJobResponse } from "../models/models_1"; import { de_StartDataSourceSyncJobCommand, se_StartDataSourceSyncJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/StopDataSourceSyncJobCommand.ts b/clients/client-kendra/src/commands/StopDataSourceSyncJobCommand.ts index 6781eb7d6a053..cbe30c9c79627 100644 --- a/clients/client-kendra/src/commands/StopDataSourceSyncJobCommand.ts +++ b/clients/client-kendra/src/commands/StopDataSourceSyncJobCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { StopDataSourceSyncJobRequest } from "../models/models_1"; import { de_StopDataSourceSyncJobCommand, se_StopDataSourceSyncJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/SubmitFeedbackCommand.ts b/clients/client-kendra/src/commands/SubmitFeedbackCommand.ts index 106f37a76c2bf..d1d83e69c3fb0 100644 --- a/clients/client-kendra/src/commands/SubmitFeedbackCommand.ts +++ b/clients/client-kendra/src/commands/SubmitFeedbackCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { SubmitFeedbackRequest } from "../models/models_1"; import { de_SubmitFeedbackCommand, se_SubmitFeedbackCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/TagResourceCommand.ts b/clients/client-kendra/src/commands/TagResourceCommand.ts index 9cb80bc53747d..8f3e1588458b0 100644 --- a/clients/client-kendra/src/commands/TagResourceCommand.ts +++ b/clients/client-kendra/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { TagResourceRequest, TagResourceResponse } from "../models/models_1"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/UntagResourceCommand.ts b/clients/client-kendra/src/commands/UntagResourceCommand.ts index 2cbd6d3ee82ae..cf444901d620f 100644 --- a/clients/client-kendra/src/commands/UntagResourceCommand.ts +++ b/clients/client-kendra/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/UpdateAccessControlConfigurationCommand.ts b/clients/client-kendra/src/commands/UpdateAccessControlConfigurationCommand.ts index 70590e8007ad2..64477be0ffbbb 100644 --- a/clients/client-kendra/src/commands/UpdateAccessControlConfigurationCommand.ts +++ b/clients/client-kendra/src/commands/UpdateAccessControlConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateAccessControlConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/UpdateDataSourceCommand.ts b/clients/client-kendra/src/commands/UpdateDataSourceCommand.ts index 6ee2613e71a11..ca25c39bfa734 100644 --- a/clients/client-kendra/src/commands/UpdateDataSourceCommand.ts +++ b/clients/client-kendra/src/commands/UpdateDataSourceCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateDataSourceRequest } from "../models/models_1"; import { de_UpdateDataSourceCommand, se_UpdateDataSourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/UpdateExperienceCommand.ts b/clients/client-kendra/src/commands/UpdateExperienceCommand.ts index f9f07b9a44170..8990b9a506504 100644 --- a/clients/client-kendra/src/commands/UpdateExperienceCommand.ts +++ b/clients/client-kendra/src/commands/UpdateExperienceCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateExperienceRequest } from "../models/models_1"; import { de_UpdateExperienceCommand, se_UpdateExperienceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/UpdateFeaturedResultsSetCommand.ts b/clients/client-kendra/src/commands/UpdateFeaturedResultsSetCommand.ts index 0af540fb57a5c..47f3a04cadd95 100644 --- a/clients/client-kendra/src/commands/UpdateFeaturedResultsSetCommand.ts +++ b/clients/client-kendra/src/commands/UpdateFeaturedResultsSetCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateFeaturedResultsSetRequest, UpdateFeaturedResultsSetResponse } from "../models/models_1"; import { de_UpdateFeaturedResultsSetCommand, se_UpdateFeaturedResultsSetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/UpdateIndexCommand.ts b/clients/client-kendra/src/commands/UpdateIndexCommand.ts index 75a26b1199557..79f8e87873264 100644 --- a/clients/client-kendra/src/commands/UpdateIndexCommand.ts +++ b/clients/client-kendra/src/commands/UpdateIndexCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateIndexRequest } from "../models/models_1"; import { de_UpdateIndexCommand, se_UpdateIndexCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/UpdateQuerySuggestionsBlockListCommand.ts b/clients/client-kendra/src/commands/UpdateQuerySuggestionsBlockListCommand.ts index 440bee6d206cc..6a639a5d018a5 100644 --- a/clients/client-kendra/src/commands/UpdateQuerySuggestionsBlockListCommand.ts +++ b/clients/client-kendra/src/commands/UpdateQuerySuggestionsBlockListCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateQuerySuggestionsBlockListCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/UpdateQuerySuggestionsConfigCommand.ts b/clients/client-kendra/src/commands/UpdateQuerySuggestionsConfigCommand.ts index b216bb5ac792b..eb97b78849a64 100644 --- a/clients/client-kendra/src/commands/UpdateQuerySuggestionsConfigCommand.ts +++ b/clients/client-kendra/src/commands/UpdateQuerySuggestionsConfigCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateQuerySuggestionsConfigCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/commands/UpdateThesaurusCommand.ts b/clients/client-kendra/src/commands/UpdateThesaurusCommand.ts index 05db3ffc18aec..70aabad44fea2 100644 --- a/clients/client-kendra/src/commands/UpdateThesaurusCommand.ts +++ b/clients/client-kendra/src/commands/UpdateThesaurusCommand.ts @@ -17,6 +17,10 @@ import { KendraClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateThesaurusRequest } from "../models/models_1"; import { de_UpdateThesaurusCommand, se_UpdateThesaurusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kendra/src/index.ts b/clients/client-kendra/src/index.ts index 4df9606e94c63..e0581d8783a22 100644 --- a/clients/client-kendra/src/index.ts +++ b/clients/client-kendra/src/index.ts @@ -1,8 +1,14 @@ -export * from "./Kendra"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Kendra is a service for indexing large document sets.

+ * + * @packageDocumentation + */ export * from "./KendraClient"; +export * from "./Kendra"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { KendraServiceException } from "./models/KendraServiceException"; diff --git a/clients/client-kendra/src/models/KendraServiceException.ts b/clients/client-kendra/src/models/KendraServiceException.ts index 8919725b84bb1..3c7beec083a18 100644 --- a/clients/client-kendra/src/models/KendraServiceException.ts +++ b/clients/client-kendra/src/models/KendraServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-keyspaces/src/KeyspacesClient.ts b/clients/client-keyspaces/src/KeyspacesClient.ts index 0d1d9c8927d8e..475d2c3d80308 100644 --- a/clients/client-keyspaces/src/KeyspacesClient.ts +++ b/clients/client-keyspaces/src/KeyspacesClient.ts @@ -75,6 +75,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -238,7 +240,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type KeyspacesClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type KeyspacesClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -257,7 +259,7 @@ export interface KeyspacesClientConfig extends KeyspacesClientConfigType {} /** * @public */ -type KeyspacesClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type KeyspacesClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-keyspaces/src/commands/CreateKeyspaceCommand.ts b/clients/client-keyspaces/src/commands/CreateKeyspaceCommand.ts index b5f4ba19e15be..482abbe2299d4 100644 --- a/clients/client-keyspaces/src/commands/CreateKeyspaceCommand.ts +++ b/clients/client-keyspaces/src/commands/CreateKeyspaceCommand.ts @@ -17,6 +17,10 @@ import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateKeyspaceRequest, CreateKeyspaceResponse } from "../models/models_0"; import { de_CreateKeyspaceCommand, se_CreateKeyspaceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-keyspaces/src/commands/CreateTableCommand.ts b/clients/client-keyspaces/src/commands/CreateTableCommand.ts index 08637cf3f5fd9..7620d66c5cae8 100644 --- a/clients/client-keyspaces/src/commands/CreateTableCommand.ts +++ b/clients/client-keyspaces/src/commands/CreateTableCommand.ts @@ -17,6 +17,10 @@ import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateTableRequest, CreateTableResponse } from "../models/models_0"; import { de_CreateTableCommand, se_CreateTableCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-keyspaces/src/commands/DeleteKeyspaceCommand.ts b/clients/client-keyspaces/src/commands/DeleteKeyspaceCommand.ts index 9e8c4405ad7dd..7f762bcf0da78 100644 --- a/clients/client-keyspaces/src/commands/DeleteKeyspaceCommand.ts +++ b/clients/client-keyspaces/src/commands/DeleteKeyspaceCommand.ts @@ -17,6 +17,10 @@ import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteKeyspaceRequest, DeleteKeyspaceResponse } from "../models/models_0"; import { de_DeleteKeyspaceCommand, se_DeleteKeyspaceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-keyspaces/src/commands/DeleteTableCommand.ts b/clients/client-keyspaces/src/commands/DeleteTableCommand.ts index 47c1a6bbdfd67..ab7a3df35e9aa 100644 --- a/clients/client-keyspaces/src/commands/DeleteTableCommand.ts +++ b/clients/client-keyspaces/src/commands/DeleteTableCommand.ts @@ -17,6 +17,10 @@ import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteTableRequest, DeleteTableResponse } from "../models/models_0"; import { de_DeleteTableCommand, se_DeleteTableCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-keyspaces/src/commands/GetKeyspaceCommand.ts b/clients/client-keyspaces/src/commands/GetKeyspaceCommand.ts index f5693afe85aea..c33dfb599d08d 100644 --- a/clients/client-keyspaces/src/commands/GetKeyspaceCommand.ts +++ b/clients/client-keyspaces/src/commands/GetKeyspaceCommand.ts @@ -17,6 +17,10 @@ import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetKeyspaceRequest, GetKeyspaceResponse } from "../models/models_0"; import { de_GetKeyspaceCommand, se_GetKeyspaceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-keyspaces/src/commands/GetTableCommand.ts b/clients/client-keyspaces/src/commands/GetTableCommand.ts index f3afd31ce80d4..37d13e6fed879 100644 --- a/clients/client-keyspaces/src/commands/GetTableCommand.ts +++ b/clients/client-keyspaces/src/commands/GetTableCommand.ts @@ -17,6 +17,10 @@ import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetTableRequest, GetTableResponse } from "../models/models_0"; import { de_GetTableCommand, se_GetTableCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-keyspaces/src/commands/ListKeyspacesCommand.ts b/clients/client-keyspaces/src/commands/ListKeyspacesCommand.ts index a8ebdf500f398..55e6cfdcd4a71 100644 --- a/clients/client-keyspaces/src/commands/ListKeyspacesCommand.ts +++ b/clients/client-keyspaces/src/commands/ListKeyspacesCommand.ts @@ -17,6 +17,10 @@ import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListKeyspacesRequest, ListKeyspacesResponse } from "../models/models_0"; import { de_ListKeyspacesCommand, se_ListKeyspacesCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-keyspaces/src/commands/ListTablesCommand.ts b/clients/client-keyspaces/src/commands/ListTablesCommand.ts index ad90246d8b676..4422d53deebc6 100644 --- a/clients/client-keyspaces/src/commands/ListTablesCommand.ts +++ b/clients/client-keyspaces/src/commands/ListTablesCommand.ts @@ -17,6 +17,10 @@ import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTablesRequest, ListTablesResponse } from "../models/models_0"; import { de_ListTablesCommand, se_ListTablesCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-keyspaces/src/commands/ListTagsForResourceCommand.ts b/clients/client-keyspaces/src/commands/ListTagsForResourceCommand.ts index 70d2eee3d6c8a..ca826ec18b9eb 100644 --- a/clients/client-keyspaces/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-keyspaces/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-keyspaces/src/commands/RestoreTableCommand.ts b/clients/client-keyspaces/src/commands/RestoreTableCommand.ts index 836178abebfab..d2fc1469de14c 100644 --- a/clients/client-keyspaces/src/commands/RestoreTableCommand.ts +++ b/clients/client-keyspaces/src/commands/RestoreTableCommand.ts @@ -17,6 +17,10 @@ import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { RestoreTableRequest, RestoreTableResponse } from "../models/models_0"; import { de_RestoreTableCommand, se_RestoreTableCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-keyspaces/src/commands/TagResourceCommand.ts b/clients/client-keyspaces/src/commands/TagResourceCommand.ts index b15ac5b4315a8..19efcbe2fd649 100644 --- a/clients/client-keyspaces/src/commands/TagResourceCommand.ts +++ b/clients/client-keyspaces/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-keyspaces/src/commands/UntagResourceCommand.ts b/clients/client-keyspaces/src/commands/UntagResourceCommand.ts index 4623219ff0ce2..d8897fa57c11f 100644 --- a/clients/client-keyspaces/src/commands/UntagResourceCommand.ts +++ b/clients/client-keyspaces/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-keyspaces/src/commands/UpdateTableCommand.ts b/clients/client-keyspaces/src/commands/UpdateTableCommand.ts index ba17c7be759d7..627b79ef7975a 100644 --- a/clients/client-keyspaces/src/commands/UpdateTableCommand.ts +++ b/clients/client-keyspaces/src/commands/UpdateTableCommand.ts @@ -17,6 +17,10 @@ import { KeyspacesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateTableRequest, UpdateTableResponse } from "../models/models_0"; import { de_UpdateTableCommand, se_UpdateTableCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-keyspaces/src/index.ts b/clients/client-keyspaces/src/index.ts index 91509d83ebf63..2c32624a3c8de 100644 --- a/clients/client-keyspaces/src/index.ts +++ b/clients/client-keyspaces/src/index.ts @@ -1,8 +1,27 @@ -export * from "./Keyspaces"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Keyspaces (for Apache Cassandra) is a scalable, + * highly available, and managed Apache Cassandra-compatible database service. Amazon Keyspaces makes it easy to migrate, + * run, and scale Cassandra workloads in the Amazon Web Services Cloud. With just a few clicks on the Amazon Web Services Management Console or a few lines of code, + * you can create keyspaces and tables in Amazon Keyspaces, without deploying any infrastructure or installing software.

+ *

In addition to supporting Cassandra Query Language (CQL) requests via open-source Cassandra drivers, + * Amazon Keyspaces supports data definition language (DDL) operations to manage keyspaces and tables using the Amazon Web Services SDK and CLI, as well as + * infrastructure as code (IaC) services and tools such as CloudFormation and Terraform. This API reference describes + * the supported DDL operations in detail.

+ *

For the list of all supported CQL APIs, see Supported Cassandra APIs, operations, and data types + * in Amazon Keyspaces in the Amazon Keyspaces Developer + * Guide.

+ *

To learn how Amazon Keyspaces API actions are recorded with CloudTrail, see Amazon Keyspaces information in CloudTrail in the Amazon Keyspaces Developer + * Guide.

+ *

For more information about Amazon Web Services APIs, for example how to implement retry logic or how to sign Amazon Web Services API requests, see Amazon Web Services APIs in the General Reference.

+ * + * @packageDocumentation + */ export * from "./KeyspacesClient"; +export * from "./Keyspaces"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { KeyspacesServiceException } from "./models/KeyspacesServiceException"; diff --git a/clients/client-keyspaces/src/models/KeyspacesServiceException.ts b/clients/client-keyspaces/src/models/KeyspacesServiceException.ts index c13ccb4ab3423..d759e912c8af5 100644 --- a/clients/client-keyspaces/src/models/KeyspacesServiceException.ts +++ b/clients/client-keyspaces/src/models/KeyspacesServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/KinesisAnalyticsV2Client.ts b/clients/client-kinesis-analytics-v2/src/KinesisAnalyticsV2Client.ts index 0fc3a6f8d6005..08a9b9cb7e170 100644 --- a/clients/client-kinesis-analytics-v2/src/KinesisAnalyticsV2Client.ts +++ b/clients/client-kinesis-analytics-v2/src/KinesisAnalyticsV2Client.ts @@ -159,6 +159,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -358,7 +360,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type KinesisAnalyticsV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type KinesisAnalyticsV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -377,7 +379,7 @@ export interface KinesisAnalyticsV2ClientConfig extends KinesisAnalyticsV2Client /** * @public */ -type KinesisAnalyticsV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type KinesisAnalyticsV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts index 3866f9ad30ca4..241077621347f 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts @@ -27,6 +27,10 @@ import { se_AddApplicationCloudWatchLoggingOptionCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputCommand.ts index d7e24c93aa257..ace25134675fd 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputCommand.ts @@ -21,6 +21,10 @@ import { import { AddApplicationInputRequest, AddApplicationInputResponse } from "../models/models_0"; import { de_AddApplicationInputCommand, se_AddApplicationInputCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputProcessingConfigurationCommand.ts index 8b31211c7297b..4c8793e467c0f 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputProcessingConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationInputProcessingConfigurationCommand.ts @@ -27,6 +27,10 @@ import { se_AddApplicationInputProcessingConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationOutputCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationOutputCommand.ts index 7cdfb4c0e497a..42030c5428f47 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationOutputCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationOutputCommand.ts @@ -21,6 +21,10 @@ import { import { AddApplicationOutputRequest, AddApplicationOutputResponse } from "../models/models_0"; import { de_AddApplicationOutputCommand, se_AddApplicationOutputCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationReferenceDataSourceCommand.ts index fd147c1da3e65..51d7fcc1e649e 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationReferenceDataSourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationReferenceDataSourceCommand.ts @@ -27,6 +27,10 @@ import { se_AddApplicationReferenceDataSourceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationVpcConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationVpcConfigurationCommand.ts index ee3fabcb948b1..c57c4d1e03024 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/AddApplicationVpcConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/AddApplicationVpcConfigurationCommand.ts @@ -24,6 +24,10 @@ import { se_AddApplicationVpcConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationCommand.ts index fe73f9f0f1f29..bcd821c3a03b6 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationCommand.ts @@ -21,6 +21,10 @@ import { import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0"; import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationPresignedUrlCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationPresignedUrlCommand.ts index 41978e48799ee..0e4a1dc358383 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationPresignedUrlCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationPresignedUrlCommand.ts @@ -24,6 +24,10 @@ import { se_CreateApplicationPresignedUrlCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationSnapshotCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationSnapshotCommand.ts index 61982e3bdf4f0..2efb34fcfbca3 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationSnapshotCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/CreateApplicationSnapshotCommand.ts @@ -21,6 +21,10 @@ import { import { CreateApplicationSnapshotRequest, CreateApplicationSnapshotResponse } from "../models/models_0"; import { de_CreateApplicationSnapshotCommand, se_CreateApplicationSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts index 9d07f3a8cabb6..f3ccc70cf9515 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts @@ -27,6 +27,10 @@ import { se_DeleteApplicationCloudWatchLoggingOptionCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCommand.ts index 88b860735e7cb..291319569db0d 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0"; import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts index 89eb4bbe286f6..bbf3e1b8eb9eb 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts @@ -27,6 +27,10 @@ import { se_DeleteApplicationInputProcessingConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationOutputCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationOutputCommand.ts index bdd6430e91ede..b0dd0b58b5d35 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationOutputCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationOutputCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteApplicationOutputRequest, DeleteApplicationOutputResponse } from "../models/models_0"; import { de_DeleteApplicationOutputCommand, se_DeleteApplicationOutputCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationReferenceDataSourceCommand.ts index b53cb1bb599bf..fc421e117b0ed 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationReferenceDataSourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationReferenceDataSourceCommand.ts @@ -27,6 +27,10 @@ import { se_DeleteApplicationReferenceDataSourceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationSnapshotCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationSnapshotCommand.ts index a20e5f8e31310..36a7cae8a1409 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationSnapshotCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationSnapshotCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteApplicationSnapshotRequest, DeleteApplicationSnapshotResponse } from "../models/models_0"; import { de_DeleteApplicationSnapshotCommand, se_DeleteApplicationSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationVpcConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationVpcConfigurationCommand.ts index 344d2cd327b99..4103380f9c358 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationVpcConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DeleteApplicationVpcConfigurationCommand.ts @@ -27,6 +27,10 @@ import { se_DeleteApplicationVpcConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationCommand.ts index 2daafc196315c..4e5f52cba50b7 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeApplicationRequest, DescribeApplicationResponse } from "../models/models_0"; import { de_DescribeApplicationCommand, se_DescribeApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationSnapshotCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationSnapshotCommand.ts index 6d3d535c502bf..4b5258997edc5 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationSnapshotCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationSnapshotCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeApplicationSnapshotRequest, DescribeApplicationSnapshotResponse } from "../models/models_0"; import { de_DescribeApplicationSnapshotCommand, se_DescribeApplicationSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationVersionCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationVersionCommand.ts index 0717e5dede90c..407eb544fd15c 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationVersionCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DescribeApplicationVersionCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeApplicationVersionRequest, DescribeApplicationVersionResponse } from "../models/models_0"; import { de_DescribeApplicationVersionCommand, se_DescribeApplicationVersionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/DiscoverInputSchemaCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/DiscoverInputSchemaCommand.ts index 98f4d6a9680f2..bb1e89368abe4 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/DiscoverInputSchemaCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/DiscoverInputSchemaCommand.ts @@ -21,6 +21,10 @@ import { import { DiscoverInputSchemaRequest, DiscoverInputSchemaResponse } from "../models/models_0"; import { de_DiscoverInputSchemaCommand, se_DiscoverInputSchemaCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationSnapshotsCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationSnapshotsCommand.ts index 145ea8a405548..35545ced0c664 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationSnapshotsCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationSnapshotsCommand.ts @@ -21,6 +21,10 @@ import { import { ListApplicationSnapshotsRequest, ListApplicationSnapshotsResponse } from "../models/models_0"; import { de_ListApplicationSnapshotsCommand, se_ListApplicationSnapshotsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationVersionsCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationVersionsCommand.ts index 1a14db2ff3eb1..48dfdbc3bd9d8 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationVersionsCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationVersionsCommand.ts @@ -21,6 +21,10 @@ import { import { ListApplicationVersionsRequest, ListApplicationVersionsResponse } from "../models/models_0"; import { de_ListApplicationVersionsCommand, se_ListApplicationVersionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationsCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationsCommand.ts index 51478c44af9b2..863b30aa62618 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/ListApplicationsCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/ListApplicationsCommand.ts @@ -21,6 +21,10 @@ import { import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0"; import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/ListTagsForResourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/ListTagsForResourceCommand.ts index 8ce51dd6dc06a..8c49e87f2cda7 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/RollbackApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/RollbackApplicationCommand.ts index c701457bddc07..5b9556ad86f3a 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/RollbackApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/RollbackApplicationCommand.ts @@ -21,6 +21,10 @@ import { import { RollbackApplicationRequest, RollbackApplicationResponse } from "../models/models_0"; import { de_RollbackApplicationCommand, se_RollbackApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/StartApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/StartApplicationCommand.ts index 9bded6d54da5b..e65e678cf167b 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/StartApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/StartApplicationCommand.ts @@ -21,6 +21,10 @@ import { import { StartApplicationRequest, StartApplicationResponse } from "../models/models_0"; import { de_StartApplicationCommand, se_StartApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/StopApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/StopApplicationCommand.ts index f147639a879e5..c85c9ad342004 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/StopApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/StopApplicationCommand.ts @@ -21,6 +21,10 @@ import { import { StopApplicationRequest, StopApplicationResponse } from "../models/models_0"; import { de_StopApplicationCommand, se_StopApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/TagResourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/TagResourceCommand.ts index caf9188f2f598..35700a7d2cd67 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/TagResourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/UntagResourceCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/UntagResourceCommand.ts index 24697c7f9ea56..55c05827ae826 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/UntagResourceCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationCommand.ts index 93d70a160800b..ee9cd211be997 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0"; import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationMaintenanceConfigurationCommand.ts b/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationMaintenanceConfigurationCommand.ts index e1d7fe53ab25e..c53c5202b3b8f 100644 --- a/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationMaintenanceConfigurationCommand.ts +++ b/clients/client-kinesis-analytics-v2/src/commands/UpdateApplicationMaintenanceConfigurationCommand.ts @@ -27,6 +27,10 @@ import { se_UpdateApplicationMaintenanceConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics-v2/src/index.ts b/clients/client-kinesis-analytics-v2/src/index.ts index 9fd34454e5fb0..b51cf09e3c6d6 100644 --- a/clients/client-kinesis-analytics-v2/src/index.ts +++ b/clients/client-kinesis-analytics-v2/src/index.ts @@ -1,6 +1,14 @@ -export * from "./KinesisAnalyticsV2"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Kinesis Data Analytics is a fully managed service that you can use to process and analyze streaming data using Java, SQL, or Scala. The service + * enables you to quickly author and run Java, SQL, or Scala code against streaming sources to perform time + * series analytics, feed real-time dashboards, and create real-time metrics.

+ * + * @packageDocumentation + */ export * from "./KinesisAnalyticsV2Client"; +export * from "./KinesisAnalyticsV2"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-kinesis-analytics-v2/src/models/KinesisAnalyticsV2ServiceException.ts b/clients/client-kinesis-analytics-v2/src/models/KinesisAnalyticsV2ServiceException.ts index 126fe2c359697..d00f9a7d2f7d5 100644 --- a/clients/client-kinesis-analytics-v2/src/models/KinesisAnalyticsV2ServiceException.ts +++ b/clients/client-kinesis-analytics-v2/src/models/KinesisAnalyticsV2ServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-kinesis-analytics/src/KinesisAnalyticsClient.ts b/clients/client-kinesis-analytics/src/KinesisAnalyticsClient.ts index 5adb774dd0620..cf11429a90b79 100644 --- a/clients/client-kinesis-analytics/src/KinesisAnalyticsClient.ts +++ b/clients/client-kinesis-analytics/src/KinesisAnalyticsClient.ts @@ -115,6 +115,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -292,7 +294,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type KinesisAnalyticsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type KinesisAnalyticsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -311,7 +313,7 @@ export interface KinesisAnalyticsClientConfig extends KinesisAnalyticsClientConf /** * @public */ -type KinesisAnalyticsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type KinesisAnalyticsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts index 811c3c1de56da..e6e0ab398a81b 100644 --- a/clients/client-kinesis-analytics/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/AddApplicationCloudWatchLoggingOptionCommand.ts @@ -23,6 +23,10 @@ import { se_AddApplicationCloudWatchLoggingOptionCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationInputCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationInputCommand.ts index 30281592c9d2c..56fa3bca54f82 100644 --- a/clients/client-kinesis-analytics/src/commands/AddApplicationInputCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/AddApplicationInputCommand.ts @@ -17,6 +17,10 @@ import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { AddApplicationInputRequest, AddApplicationInputResponse } from "../models/models_0"; import { de_AddApplicationInputCommand, se_AddApplicationInputCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationInputProcessingConfigurationCommand.ts index b9c58df4797cb..2552274a38d48 100644 --- a/clients/client-kinesis-analytics/src/commands/AddApplicationInputProcessingConfigurationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/AddApplicationInputProcessingConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_AddApplicationInputProcessingConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationOutputCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationOutputCommand.ts index 382c2fee3a082..27b193cb2f24a 100644 --- a/clients/client-kinesis-analytics/src/commands/AddApplicationOutputCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/AddApplicationOutputCommand.ts @@ -17,6 +17,10 @@ import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { AddApplicationOutputRequest, AddApplicationOutputResponse } from "../models/models_0"; import { de_AddApplicationOutputCommand, se_AddApplicationOutputCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics/src/commands/AddApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics/src/commands/AddApplicationReferenceDataSourceCommand.ts index 477f2e4ab6f1b..b45642c8b677c 100644 --- a/clients/client-kinesis-analytics/src/commands/AddApplicationReferenceDataSourceCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/AddApplicationReferenceDataSourceCommand.ts @@ -23,6 +23,10 @@ import { se_AddApplicationReferenceDataSourceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics/src/commands/CreateApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/CreateApplicationCommand.ts index 0a67424cfb0e5..8d3f3401d9ff1 100644 --- a/clients/client-kinesis-analytics/src/commands/CreateApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/CreateApplicationCommand.ts @@ -17,6 +17,10 @@ import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0"; import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts index 1e71693546e44..3fa485b990b3d 100644 --- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationCloudWatchLoggingOptionCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteApplicationCloudWatchLoggingOptionCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationCommand.ts index 3dac9c1ed89ef..92eeaff4c2948 100644 --- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationCommand.ts @@ -17,6 +17,10 @@ import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0"; import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts index e428f4727dc9b..de9de687c2773 100644 --- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationInputProcessingConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteApplicationInputProcessingConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationOutputCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationOutputCommand.ts index 07b7553540d75..a7eb0ce57a50d 100644 --- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationOutputCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationOutputCommand.ts @@ -17,6 +17,10 @@ import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteApplicationOutputRequest, DeleteApplicationOutputResponse } from "../models/models_0"; import { de_DeleteApplicationOutputCommand, se_DeleteApplicationOutputCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics/src/commands/DeleteApplicationReferenceDataSourceCommand.ts b/clients/client-kinesis-analytics/src/commands/DeleteApplicationReferenceDataSourceCommand.ts index 27a816b92c248..1c7efa273cd48 100644 --- a/clients/client-kinesis-analytics/src/commands/DeleteApplicationReferenceDataSourceCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DeleteApplicationReferenceDataSourceCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteApplicationReferenceDataSourceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics/src/commands/DescribeApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/DescribeApplicationCommand.ts index 77b984d8454cc..c882e144de98a 100644 --- a/clients/client-kinesis-analytics/src/commands/DescribeApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DescribeApplicationCommand.ts @@ -17,6 +17,10 @@ import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeApplicationRequest, DescribeApplicationResponse } from "../models/models_0"; import { de_DescribeApplicationCommand, se_DescribeApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics/src/commands/DiscoverInputSchemaCommand.ts b/clients/client-kinesis-analytics/src/commands/DiscoverInputSchemaCommand.ts index 77865bff88bbb..5ff41830b64db 100644 --- a/clients/client-kinesis-analytics/src/commands/DiscoverInputSchemaCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/DiscoverInputSchemaCommand.ts @@ -17,6 +17,10 @@ import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DiscoverInputSchemaRequest, DiscoverInputSchemaResponse } from "../models/models_0"; import { de_DiscoverInputSchemaCommand, se_DiscoverInputSchemaCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics/src/commands/ListApplicationsCommand.ts b/clients/client-kinesis-analytics/src/commands/ListApplicationsCommand.ts index 3b4a3d9e9b70b..99507287c4029 100644 --- a/clients/client-kinesis-analytics/src/commands/ListApplicationsCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/ListApplicationsCommand.ts @@ -17,6 +17,10 @@ import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0"; import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics/src/commands/ListTagsForResourceCommand.ts b/clients/client-kinesis-analytics/src/commands/ListTagsForResourceCommand.ts index 312a8fa88f70a..8fee0a271e635 100644 --- a/clients/client-kinesis-analytics/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics/src/commands/StartApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/StartApplicationCommand.ts index 18464b1c6070c..a85fb21586311 100644 --- a/clients/client-kinesis-analytics/src/commands/StartApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/StartApplicationCommand.ts @@ -17,6 +17,10 @@ import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { StartApplicationRequest, StartApplicationResponse } from "../models/models_0"; import { de_StartApplicationCommand, se_StartApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics/src/commands/StopApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/StopApplicationCommand.ts index 6ba0c95ce82d1..bf1b233672607 100644 --- a/clients/client-kinesis-analytics/src/commands/StopApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/StopApplicationCommand.ts @@ -17,6 +17,10 @@ import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { StopApplicationRequest, StopApplicationResponse } from "../models/models_0"; import { de_StopApplicationCommand, se_StopApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics/src/commands/TagResourceCommand.ts b/clients/client-kinesis-analytics/src/commands/TagResourceCommand.ts index 5faeb777ccd37..9782bf83fae2b 100644 --- a/clients/client-kinesis-analytics/src/commands/TagResourceCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics/src/commands/UntagResourceCommand.ts b/clients/client-kinesis-analytics/src/commands/UntagResourceCommand.ts index bf5dc4a6d3c98..64433364f69aa 100644 --- a/clients/client-kinesis-analytics/src/commands/UntagResourceCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics/src/commands/UpdateApplicationCommand.ts b/clients/client-kinesis-analytics/src/commands/UpdateApplicationCommand.ts index f3f3ed3c3ae65..d168c048ab214 100644 --- a/clients/client-kinesis-analytics/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-kinesis-analytics/src/commands/UpdateApplicationCommand.ts @@ -17,6 +17,10 @@ import { KinesisAnalyticsClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0"; import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-analytics/src/index.ts b/clients/client-kinesis-analytics/src/index.ts index b5cdd3686bdac..39a13e77738a6 100644 --- a/clients/client-kinesis-analytics/src/index.ts +++ b/clients/client-kinesis-analytics/src/index.ts @@ -1,6 +1,21 @@ -export * from "./KinesisAnalytics"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Kinesis Analytics + *

+ * Overview + *

+ * + *

This documentation is for version 1 of the Amazon Kinesis Data Analytics API, which only supports SQL applications. Version 2 of the API supports SQL and Java applications. For more information about version 2, see Amazon Kinesis Data Analytics API V2 Documentation.

+ *
+ *

This is the Amazon Kinesis Analytics v1 API Reference. + * The Amazon Kinesis Analytics Developer Guide provides additional information. + *

+ * + * @packageDocumentation + */ export * from "./KinesisAnalyticsClient"; +export * from "./KinesisAnalytics"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-kinesis-analytics/src/models/KinesisAnalyticsServiceException.ts b/clients/client-kinesis-analytics/src/models/KinesisAnalyticsServiceException.ts index 5d7faab15c089..2248df92b633d 100644 --- a/clients/client-kinesis-analytics/src/models/KinesisAnalyticsServiceException.ts +++ b/clients/client-kinesis-analytics/src/models/KinesisAnalyticsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-kinesis-video-archived-media/src/KinesisVideoArchivedMediaClient.ts b/clients/client-kinesis-video-archived-media/src/KinesisVideoArchivedMediaClient.ts index 4eca1e9ac49f6..164077892ead1 100644 --- a/clients/client-kinesis-video-archived-media/src/KinesisVideoArchivedMediaClient.ts +++ b/clients/client-kinesis-video-archived-media/src/KinesisVideoArchivedMediaClient.ts @@ -75,6 +75,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -230,7 +232,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type KinesisVideoArchivedMediaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type KinesisVideoArchivedMediaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -249,7 +251,7 @@ export interface KinesisVideoArchivedMediaClientConfig extends KinesisVideoArchi /** * @public */ -type KinesisVideoArchivedMediaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type KinesisVideoArchivedMediaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-kinesis-video-archived-media/src/commands/GetClipCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/GetClipCommand.ts index c313885096fa1..be00a6e68f13a 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/GetClipCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/GetClipCommand.ts @@ -24,6 +24,10 @@ import { import { GetClipInput, GetClipOutput, GetClipOutputFilterSensitiveLog } from "../models/models_0"; import { de_GetClipCommand, se_GetClipCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video-archived-media/src/commands/GetDASHStreamingSessionURLCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/GetDASHStreamingSessionURLCommand.ts index 6a41662f1d5db..3190e0aab791d 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/GetDASHStreamingSessionURLCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/GetDASHStreamingSessionURLCommand.ts @@ -21,6 +21,10 @@ import { import { GetDASHStreamingSessionURLInput, GetDASHStreamingSessionURLOutput } from "../models/models_0"; import { de_GetDASHStreamingSessionURLCommand, se_GetDASHStreamingSessionURLCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video-archived-media/src/commands/GetHLSStreamingSessionURLCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/GetHLSStreamingSessionURLCommand.ts index c1b61e60164ae..713493626039c 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/GetHLSStreamingSessionURLCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/GetHLSStreamingSessionURLCommand.ts @@ -21,6 +21,10 @@ import { import { GetHLSStreamingSessionURLInput, GetHLSStreamingSessionURLOutput } from "../models/models_0"; import { de_GetHLSStreamingSessionURLCommand, se_GetHLSStreamingSessionURLCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video-archived-media/src/commands/GetImagesCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/GetImagesCommand.ts index ab063a762e0a7..27e0b081463dd 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/GetImagesCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/GetImagesCommand.ts @@ -21,6 +21,10 @@ import { import { GetImagesInput, GetImagesOutput } from "../models/models_0"; import { de_GetImagesCommand, se_GetImagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video-archived-media/src/commands/GetMediaForFragmentListCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/GetMediaForFragmentListCommand.ts index 27be3c56cc00f..f91955b5b18a8 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/GetMediaForFragmentListCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/GetMediaForFragmentListCommand.ts @@ -28,6 +28,10 @@ import { } from "../models/models_0"; import { de_GetMediaForFragmentListCommand, se_GetMediaForFragmentListCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video-archived-media/src/commands/ListFragmentsCommand.ts b/clients/client-kinesis-video-archived-media/src/commands/ListFragmentsCommand.ts index 09acfd7d1bda1..6c9593d25186f 100644 --- a/clients/client-kinesis-video-archived-media/src/commands/ListFragmentsCommand.ts +++ b/clients/client-kinesis-video-archived-media/src/commands/ListFragmentsCommand.ts @@ -21,6 +21,10 @@ import { import { ListFragmentsInput, ListFragmentsOutput } from "../models/models_0"; import { de_ListFragmentsCommand, se_ListFragmentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video-archived-media/src/index.ts b/clients/client-kinesis-video-archived-media/src/index.ts index dc0524ff058d1..4b20c49d6258d 100644 --- a/clients/client-kinesis-video-archived-media/src/index.ts +++ b/clients/client-kinesis-video-archived-media/src/index.ts @@ -1,6 +1,12 @@ -export * from "./KinesisVideoArchivedMedia"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

+ * + * @packageDocumentation + */ export * from "./KinesisVideoArchivedMediaClient"; +export * from "./KinesisVideoArchivedMedia"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-kinesis-video-archived-media/src/models/KinesisVideoArchivedMediaServiceException.ts b/clients/client-kinesis-video-archived-media/src/models/KinesisVideoArchivedMediaServiceException.ts index a0a9ff8689682..818c83e6370eb 100644 --- a/clients/client-kinesis-video-archived-media/src/models/KinesisVideoArchivedMediaServiceException.ts +++ b/clients/client-kinesis-video-archived-media/src/models/KinesisVideoArchivedMediaServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-kinesis-video-media/src/KinesisVideoMediaClient.ts b/clients/client-kinesis-video-media/src/KinesisVideoMediaClient.ts index fc9aa956b2594..104006a741517 100644 --- a/clients/client-kinesis-video-media/src/KinesisVideoMediaClient.ts +++ b/clients/client-kinesis-video-media/src/KinesisVideoMediaClient.ts @@ -61,6 +61,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -204,7 +206,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type KinesisVideoMediaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type KinesisVideoMediaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -223,7 +225,7 @@ export interface KinesisVideoMediaClientConfig extends KinesisVideoMediaClientCo /** * @public */ -type KinesisVideoMediaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type KinesisVideoMediaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-kinesis-video-media/src/commands/GetMediaCommand.ts b/clients/client-kinesis-video-media/src/commands/GetMediaCommand.ts index 986f4145d7950..fca194d26a91f 100644 --- a/clients/client-kinesis-video-media/src/commands/GetMediaCommand.ts +++ b/clients/client-kinesis-video-media/src/commands/GetMediaCommand.ts @@ -24,6 +24,10 @@ import { import { GetMediaInput, GetMediaOutput, GetMediaOutputFilterSensitiveLog } from "../models/models_0"; import { de_GetMediaCommand, se_GetMediaCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video-media/src/index.ts b/clients/client-kinesis-video-media/src/index.ts index aadb004d5050e..f80b01f84a928 100644 --- a/clients/client-kinesis-video-media/src/index.ts +++ b/clients/client-kinesis-video-media/src/index.ts @@ -1,6 +1,12 @@ -export * from "./KinesisVideoMedia"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

+ * + * @packageDocumentation + */ export * from "./KinesisVideoMediaClient"; +export * from "./KinesisVideoMedia"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-kinesis-video-media/src/models/KinesisVideoMediaServiceException.ts b/clients/client-kinesis-video-media/src/models/KinesisVideoMediaServiceException.ts index 526678a214c5d..a9ce4146b67b6 100644 --- a/clients/client-kinesis-video-media/src/models/KinesisVideoMediaServiceException.ts +++ b/clients/client-kinesis-video-media/src/models/KinesisVideoMediaServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-kinesis-video-signaling/src/KinesisVideoSignalingClient.ts b/clients/client-kinesis-video-signaling/src/KinesisVideoSignalingClient.ts index 3385e40e82692..c4d33e2e91467 100644 --- a/clients/client-kinesis-video-signaling/src/KinesisVideoSignalingClient.ts +++ b/clients/client-kinesis-video-signaling/src/KinesisVideoSignalingClient.ts @@ -70,6 +70,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -207,7 +209,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type KinesisVideoSignalingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type KinesisVideoSignalingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -226,7 +228,7 @@ export interface KinesisVideoSignalingClientConfig extends KinesisVideoSignaling /** * @public */ -type KinesisVideoSignalingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type KinesisVideoSignalingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-kinesis-video-signaling/src/commands/GetIceServerConfigCommand.ts b/clients/client-kinesis-video-signaling/src/commands/GetIceServerConfigCommand.ts index 2dbce1800cfea..c3b9d0c39306e 100644 --- a/clients/client-kinesis-video-signaling/src/commands/GetIceServerConfigCommand.ts +++ b/clients/client-kinesis-video-signaling/src/commands/GetIceServerConfigCommand.ts @@ -21,6 +21,10 @@ import { import { GetIceServerConfigRequest, GetIceServerConfigResponse } from "../models/models_0"; import { de_GetIceServerConfigCommand, se_GetIceServerConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video-signaling/src/commands/SendAlexaOfferToMasterCommand.ts b/clients/client-kinesis-video-signaling/src/commands/SendAlexaOfferToMasterCommand.ts index 6e6849230911c..7501e1bf66adb 100644 --- a/clients/client-kinesis-video-signaling/src/commands/SendAlexaOfferToMasterCommand.ts +++ b/clients/client-kinesis-video-signaling/src/commands/SendAlexaOfferToMasterCommand.ts @@ -21,6 +21,10 @@ import { import { SendAlexaOfferToMasterRequest, SendAlexaOfferToMasterResponse } from "../models/models_0"; import { de_SendAlexaOfferToMasterCommand, se_SendAlexaOfferToMasterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video-signaling/src/index.ts b/clients/client-kinesis-video-signaling/src/index.ts index 0a5cf6f9c25b4..0c539da530b66 100644 --- a/clients/client-kinesis-video-signaling/src/index.ts +++ b/clients/client-kinesis-video-signaling/src/index.ts @@ -1,6 +1,14 @@ -export * from "./KinesisVideoSignaling"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Kinesis Video Streams Signaling Service is a intermediate service that establishes a + * communication channel for discovering peers, transmitting offers and answers in order to + * establish peer-to-peer connection in webRTC technology.

+ * + * @packageDocumentation + */ export * from "./KinesisVideoSignalingClient"; +export * from "./KinesisVideoSignaling"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-kinesis-video-signaling/src/models/KinesisVideoSignalingServiceException.ts b/clients/client-kinesis-video-signaling/src/models/KinesisVideoSignalingServiceException.ts index 11dfa60897dbd..66106b816c59d 100644 --- a/clients/client-kinesis-video-signaling/src/models/KinesisVideoSignalingServiceException.ts +++ b/clients/client-kinesis-video-signaling/src/models/KinesisVideoSignalingServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-kinesis-video-webrtc-storage/src/KinesisVideoWebRTCStorageClient.ts b/clients/client-kinesis-video-webrtc-storage/src/KinesisVideoWebRTCStorageClient.ts index 91aa9ca61e7ae..f6012a643c3c8 100644 --- a/clients/client-kinesis-video-webrtc-storage/src/KinesisVideoWebRTCStorageClient.ts +++ b/clients/client-kinesis-video-webrtc-storage/src/KinesisVideoWebRTCStorageClient.ts @@ -60,6 +60,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -197,7 +199,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type KinesisVideoWebRTCStorageClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type KinesisVideoWebRTCStorageClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -216,7 +218,7 @@ export interface KinesisVideoWebRTCStorageClientConfig extends KinesisVideoWebRT /** * @public */ -type KinesisVideoWebRTCStorageClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type KinesisVideoWebRTCStorageClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionCommand.ts b/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionCommand.ts index 0da9e8325164f..97ae69ac2e301 100644 --- a/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionCommand.ts +++ b/clients/client-kinesis-video-webrtc-storage/src/commands/JoinStorageSessionCommand.ts @@ -21,6 +21,10 @@ import { import { JoinStorageSessionInput } from "../models/models_0"; import { de_JoinStorageSessionCommand, se_JoinStorageSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video-webrtc-storage/src/index.ts b/clients/client-kinesis-video-webrtc-storage/src/index.ts index 054217b569ad0..d394944211b60 100644 --- a/clients/client-kinesis-video-webrtc-storage/src/index.ts +++ b/clients/client-kinesis-video-webrtc-storage/src/index.ts @@ -1,6 +1,13 @@ -export * from "./KinesisVideoWebRTCStorage"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

+ *

+ * + * @packageDocumentation + */ export * from "./KinesisVideoWebRTCStorageClient"; +export * from "./KinesisVideoWebRTCStorage"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-kinesis-video-webrtc-storage/src/models/KinesisVideoWebRTCStorageServiceException.ts b/clients/client-kinesis-video-webrtc-storage/src/models/KinesisVideoWebRTCStorageServiceException.ts index fb62d19dd5af5..0888a65e764c4 100644 --- a/clients/client-kinesis-video-webrtc-storage/src/models/KinesisVideoWebRTCStorageServiceException.ts +++ b/clients/client-kinesis-video-webrtc-storage/src/models/KinesisVideoWebRTCStorageServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-kinesis-video/src/KinesisVideoClient.ts b/clients/client-kinesis-video/src/KinesisVideoClient.ts index 82b22591a7430..d703110266269 100644 --- a/clients/client-kinesis-video/src/KinesisVideoClient.ts +++ b/clients/client-kinesis-video/src/KinesisVideoClient.ts @@ -138,6 +138,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -331,7 +333,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type KinesisVideoClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type KinesisVideoClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -350,7 +352,7 @@ export interface KinesisVideoClientConfig extends KinesisVideoClientConfigType { /** * @public */ -type KinesisVideoClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type KinesisVideoClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-kinesis-video/src/commands/CreateSignalingChannelCommand.ts b/clients/client-kinesis-video/src/commands/CreateSignalingChannelCommand.ts index 2eec59849bbe4..4e637343961cb 100644 --- a/clients/client-kinesis-video/src/commands/CreateSignalingChannelCommand.ts +++ b/clients/client-kinesis-video/src/commands/CreateSignalingChannelCommand.ts @@ -17,6 +17,10 @@ import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateSignalingChannelInput, CreateSignalingChannelOutput } from "../models/models_0"; import { de_CreateSignalingChannelCommand, se_CreateSignalingChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/CreateStreamCommand.ts b/clients/client-kinesis-video/src/commands/CreateStreamCommand.ts index 5ca5bf739a22f..201204f42caf8 100644 --- a/clients/client-kinesis-video/src/commands/CreateStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/CreateStreamCommand.ts @@ -17,6 +17,10 @@ import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateStreamInput, CreateStreamOutput } from "../models/models_0"; import { de_CreateStreamCommand, se_CreateStreamCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/DeleteSignalingChannelCommand.ts b/clients/client-kinesis-video/src/commands/DeleteSignalingChannelCommand.ts index 4cbb4d0f59eb8..f7be9f39cffe8 100644 --- a/clients/client-kinesis-video/src/commands/DeleteSignalingChannelCommand.ts +++ b/clients/client-kinesis-video/src/commands/DeleteSignalingChannelCommand.ts @@ -17,6 +17,10 @@ import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteSignalingChannelInput, DeleteSignalingChannelOutput } from "../models/models_0"; import { de_DeleteSignalingChannelCommand, se_DeleteSignalingChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/DeleteStreamCommand.ts b/clients/client-kinesis-video/src/commands/DeleteStreamCommand.ts index 9e636f7d4ecdf..b378736409c2a 100644 --- a/clients/client-kinesis-video/src/commands/DeleteStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/DeleteStreamCommand.ts @@ -17,6 +17,10 @@ import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteStreamInput, DeleteStreamOutput } from "../models/models_0"; import { de_DeleteStreamCommand, se_DeleteStreamCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/DescribeEdgeConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeEdgeConfigurationCommand.ts index b05e4b6c3b082..e18c5c33a9d59 100644 --- a/clients/client-kinesis-video/src/commands/DescribeEdgeConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeEdgeConfigurationCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeEdgeConfigurationCommand, se_DescribeEdgeConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/DescribeImageGenerationConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeImageGenerationConfigurationCommand.ts index c54ff613f22f6..1b38387939f78 100644 --- a/clients/client-kinesis-video/src/commands/DescribeImageGenerationConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeImageGenerationConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeImageGenerationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/DescribeMappedResourceConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeMappedResourceConfigurationCommand.ts index a5c879d31df0c..c72ad66565630 100644 --- a/clients/client-kinesis-video/src/commands/DescribeMappedResourceConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeMappedResourceConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeMappedResourceConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/DescribeMediaStorageConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeMediaStorageConfigurationCommand.ts index 821144abe0e6b..7a2267bf4dd46 100644 --- a/clients/client-kinesis-video/src/commands/DescribeMediaStorageConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeMediaStorageConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeMediaStorageConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/DescribeNotificationConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/DescribeNotificationConfigurationCommand.ts index 3e23ccfc22051..93094e79d411c 100644 --- a/clients/client-kinesis-video/src/commands/DescribeNotificationConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeNotificationConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeNotificationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/DescribeSignalingChannelCommand.ts b/clients/client-kinesis-video/src/commands/DescribeSignalingChannelCommand.ts index 050dc54f6df71..f01086dbbb361 100644 --- a/clients/client-kinesis-video/src/commands/DescribeSignalingChannelCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeSignalingChannelCommand.ts @@ -17,6 +17,10 @@ import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeSignalingChannelInput, DescribeSignalingChannelOutput } from "../models/models_0"; import { de_DescribeSignalingChannelCommand, se_DescribeSignalingChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/DescribeStreamCommand.ts b/clients/client-kinesis-video/src/commands/DescribeStreamCommand.ts index 5b2066cd33ac6..35b1a649a5dd4 100644 --- a/clients/client-kinesis-video/src/commands/DescribeStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/DescribeStreamCommand.ts @@ -17,6 +17,10 @@ import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeStreamInput, DescribeStreamOutput } from "../models/models_0"; import { de_DescribeStreamCommand, se_DescribeStreamCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/GetDataEndpointCommand.ts b/clients/client-kinesis-video/src/commands/GetDataEndpointCommand.ts index d4331036eaaf9..5f7ec0ee229a1 100644 --- a/clients/client-kinesis-video/src/commands/GetDataEndpointCommand.ts +++ b/clients/client-kinesis-video/src/commands/GetDataEndpointCommand.ts @@ -17,6 +17,10 @@ import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetDataEndpointInput, GetDataEndpointOutput } from "../models/models_0"; import { de_GetDataEndpointCommand, se_GetDataEndpointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/GetSignalingChannelEndpointCommand.ts b/clients/client-kinesis-video/src/commands/GetSignalingChannelEndpointCommand.ts index a632f19bea861..602269235bae6 100644 --- a/clients/client-kinesis-video/src/commands/GetSignalingChannelEndpointCommand.ts +++ b/clients/client-kinesis-video/src/commands/GetSignalingChannelEndpointCommand.ts @@ -20,6 +20,10 @@ import { se_GetSignalingChannelEndpointCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/ListSignalingChannelsCommand.ts b/clients/client-kinesis-video/src/commands/ListSignalingChannelsCommand.ts index d728ca7c797af..dd737aa5d53a7 100644 --- a/clients/client-kinesis-video/src/commands/ListSignalingChannelsCommand.ts +++ b/clients/client-kinesis-video/src/commands/ListSignalingChannelsCommand.ts @@ -17,6 +17,10 @@ import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListSignalingChannelsInput, ListSignalingChannelsOutput } from "../models/models_0"; import { de_ListSignalingChannelsCommand, se_ListSignalingChannelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/ListStreamsCommand.ts b/clients/client-kinesis-video/src/commands/ListStreamsCommand.ts index 7d385477993fc..c06319018d083 100644 --- a/clients/client-kinesis-video/src/commands/ListStreamsCommand.ts +++ b/clients/client-kinesis-video/src/commands/ListStreamsCommand.ts @@ -17,6 +17,10 @@ import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListStreamsInput, ListStreamsOutput } from "../models/models_0"; import { de_ListStreamsCommand, se_ListStreamsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/ListTagsForResourceCommand.ts b/clients/client-kinesis-video/src/commands/ListTagsForResourceCommand.ts index d9cb288f8835c..3bed3290f0d91 100644 --- a/clients/client-kinesis-video/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-kinesis-video/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/ListTagsForStreamCommand.ts b/clients/client-kinesis-video/src/commands/ListTagsForStreamCommand.ts index bbba02c314cf5..2fb87dc91af49 100644 --- a/clients/client-kinesis-video/src/commands/ListTagsForStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/ListTagsForStreamCommand.ts @@ -17,6 +17,10 @@ import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForStreamInput, ListTagsForStreamOutput } from "../models/models_0"; import { de_ListTagsForStreamCommand, se_ListTagsForStreamCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/StartEdgeConfigurationUpdateCommand.ts b/clients/client-kinesis-video/src/commands/StartEdgeConfigurationUpdateCommand.ts index 3cea24b49d647..b3cde275b85e4 100644 --- a/clients/client-kinesis-video/src/commands/StartEdgeConfigurationUpdateCommand.ts +++ b/clients/client-kinesis-video/src/commands/StartEdgeConfigurationUpdateCommand.ts @@ -25,6 +25,10 @@ import { se_StartEdgeConfigurationUpdateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/TagResourceCommand.ts b/clients/client-kinesis-video/src/commands/TagResourceCommand.ts index b9cc98669a5c4..81b7982b7f765 100644 --- a/clients/client-kinesis-video/src/commands/TagResourceCommand.ts +++ b/clients/client-kinesis-video/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/TagStreamCommand.ts b/clients/client-kinesis-video/src/commands/TagStreamCommand.ts index 735ba4278b1b9..b97c563a98cc3 100644 --- a/clients/client-kinesis-video/src/commands/TagStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/TagStreamCommand.ts @@ -17,6 +17,10 @@ import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagStreamInput, TagStreamOutput } from "../models/models_0"; import { de_TagStreamCommand, se_TagStreamCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/UntagResourceCommand.ts b/clients/client-kinesis-video/src/commands/UntagResourceCommand.ts index 7d927256d92aa..a920e6a9d0635 100644 --- a/clients/client-kinesis-video/src/commands/UntagResourceCommand.ts +++ b/clients/client-kinesis-video/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/UntagStreamCommand.ts b/clients/client-kinesis-video/src/commands/UntagStreamCommand.ts index 15395ce44aec9..2630bc5619d9f 100644 --- a/clients/client-kinesis-video/src/commands/UntagStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/UntagStreamCommand.ts @@ -17,6 +17,10 @@ import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagStreamInput, UntagStreamOutput } from "../models/models_0"; import { de_UntagStreamCommand, se_UntagStreamCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/UpdateDataRetentionCommand.ts b/clients/client-kinesis-video/src/commands/UpdateDataRetentionCommand.ts index 883f2ec18e436..921f120bcd819 100644 --- a/clients/client-kinesis-video/src/commands/UpdateDataRetentionCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateDataRetentionCommand.ts @@ -17,6 +17,10 @@ import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateDataRetentionInput, UpdateDataRetentionOutput } from "../models/models_0"; import { de_UpdateDataRetentionCommand, se_UpdateDataRetentionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/UpdateImageGenerationConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/UpdateImageGenerationConfigurationCommand.ts index 531865ef933fa..891dadc5d147d 100644 --- a/clients/client-kinesis-video/src/commands/UpdateImageGenerationConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateImageGenerationConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateImageGenerationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/UpdateMediaStorageConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/UpdateMediaStorageConfigurationCommand.ts index 4d696d6aca7dd..a762109772202 100644 --- a/clients/client-kinesis-video/src/commands/UpdateMediaStorageConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateMediaStorageConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateMediaStorageConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/UpdateNotificationConfigurationCommand.ts b/clients/client-kinesis-video/src/commands/UpdateNotificationConfigurationCommand.ts index caefe0d375dd8..658999246eb11 100644 --- a/clients/client-kinesis-video/src/commands/UpdateNotificationConfigurationCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateNotificationConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateNotificationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/UpdateSignalingChannelCommand.ts b/clients/client-kinesis-video/src/commands/UpdateSignalingChannelCommand.ts index 59a4a4a11fd01..89164bce0761b 100644 --- a/clients/client-kinesis-video/src/commands/UpdateSignalingChannelCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateSignalingChannelCommand.ts @@ -17,6 +17,10 @@ import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateSignalingChannelInput, UpdateSignalingChannelOutput } from "../models/models_0"; import { de_UpdateSignalingChannelCommand, se_UpdateSignalingChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/commands/UpdateStreamCommand.ts b/clients/client-kinesis-video/src/commands/UpdateStreamCommand.ts index e986bba300674..cec5f687d60df 100644 --- a/clients/client-kinesis-video/src/commands/UpdateStreamCommand.ts +++ b/clients/client-kinesis-video/src/commands/UpdateStreamCommand.ts @@ -17,6 +17,10 @@ import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateStreamInput, UpdateStreamOutput } from "../models/models_0"; import { de_UpdateStreamCommand, se_UpdateStreamCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis-video/src/index.ts b/clients/client-kinesis-video/src/index.ts index e77514e0648e4..bb3eadb4abcfb 100644 --- a/clients/client-kinesis-video/src/index.ts +++ b/clients/client-kinesis-video/src/index.ts @@ -1,8 +1,14 @@ -export * from "./KinesisVideo"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

+ * + * @packageDocumentation + */ export * from "./KinesisVideoClient"; +export * from "./KinesisVideo"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { KinesisVideoServiceException } from "./models/KinesisVideoServiceException"; diff --git a/clients/client-kinesis-video/src/models/KinesisVideoServiceException.ts b/clients/client-kinesis-video/src/models/KinesisVideoServiceException.ts index a15e7196dfd76..7d3c72b36c52f 100644 --- a/clients/client-kinesis-video/src/models/KinesisVideoServiceException.ts +++ b/clients/client-kinesis-video/src/models/KinesisVideoServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-kinesis/src/KinesisClient.ts b/clients/client-kinesis/src/KinesisClient.ts index a2ab55aa592f3..ecbda37086887 100644 --- a/clients/client-kinesis/src/KinesisClient.ts +++ b/clients/client-kinesis/src/KinesisClient.ts @@ -130,6 +130,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -330,7 +332,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type KinesisClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type KinesisClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -350,7 +352,7 @@ export interface KinesisClientConfig extends KinesisClientConfigType {} /** * @public */ -type KinesisClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type KinesisClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-kinesis/src/commands/AddTagsToStreamCommand.ts b/clients/client-kinesis/src/commands/AddTagsToStreamCommand.ts index 63d7c57db587b..1a8b22969d773 100644 --- a/clients/client-kinesis/src/commands/AddTagsToStreamCommand.ts +++ b/clients/client-kinesis/src/commands/AddTagsToStreamCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { AddTagsToStreamInput } from "../models/models_0"; import { de_AddTagsToStreamCommand, se_AddTagsToStreamCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/CreateStreamCommand.ts b/clients/client-kinesis/src/commands/CreateStreamCommand.ts index 7d68e0caee3e7..acfe1e8316c14 100644 --- a/clients/client-kinesis/src/commands/CreateStreamCommand.ts +++ b/clients/client-kinesis/src/commands/CreateStreamCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { CreateStreamInput } from "../models/models_0"; import { de_CreateStreamCommand, se_CreateStreamCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/DecreaseStreamRetentionPeriodCommand.ts b/clients/client-kinesis/src/commands/DecreaseStreamRetentionPeriodCommand.ts index b19e7a782b3c4..ff67f2f7eb656 100644 --- a/clients/client-kinesis/src/commands/DecreaseStreamRetentionPeriodCommand.ts +++ b/clients/client-kinesis/src/commands/DecreaseStreamRetentionPeriodCommand.ts @@ -20,6 +20,10 @@ import { se_DecreaseStreamRetentionPeriodCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/DeleteStreamCommand.ts b/clients/client-kinesis/src/commands/DeleteStreamCommand.ts index 7516f7d3ef8cb..d4b3a9fc22661 100644 --- a/clients/client-kinesis/src/commands/DeleteStreamCommand.ts +++ b/clients/client-kinesis/src/commands/DeleteStreamCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeleteStreamInput } from "../models/models_0"; import { de_DeleteStreamCommand, se_DeleteStreamCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/DeregisterStreamConsumerCommand.ts b/clients/client-kinesis/src/commands/DeregisterStreamConsumerCommand.ts index 82168e48d465a..8602f9643330a 100644 --- a/clients/client-kinesis/src/commands/DeregisterStreamConsumerCommand.ts +++ b/clients/client-kinesis/src/commands/DeregisterStreamConsumerCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DeregisterStreamConsumerInput } from "../models/models_0"; import { de_DeregisterStreamConsumerCommand, se_DeregisterStreamConsumerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/DescribeLimitsCommand.ts b/clients/client-kinesis/src/commands/DescribeLimitsCommand.ts index 38e962e6ac298..79f6f0f4c121f 100644 --- a/clients/client-kinesis/src/commands/DescribeLimitsCommand.ts +++ b/clients/client-kinesis/src/commands/DescribeLimitsCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeLimitsInput, DescribeLimitsOutput } from "../models/models_0"; import { de_DescribeLimitsCommand, se_DescribeLimitsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/DescribeStreamCommand.ts b/clients/client-kinesis/src/commands/DescribeStreamCommand.ts index fc2f09ae1ca23..e8ce0d8d2ed5b 100644 --- a/clients/client-kinesis/src/commands/DescribeStreamCommand.ts +++ b/clients/client-kinesis/src/commands/DescribeStreamCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeStreamInput, DescribeStreamOutput } from "../models/models_0"; import { de_DescribeStreamCommand, se_DescribeStreamCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/DescribeStreamConsumerCommand.ts b/clients/client-kinesis/src/commands/DescribeStreamConsumerCommand.ts index 317d86c8960b8..277a5ff05b6ba 100644 --- a/clients/client-kinesis/src/commands/DescribeStreamConsumerCommand.ts +++ b/clients/client-kinesis/src/commands/DescribeStreamConsumerCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeStreamConsumerInput, DescribeStreamConsumerOutput } from "../models/models_0"; import { de_DescribeStreamConsumerCommand, se_DescribeStreamConsumerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/DescribeStreamSummaryCommand.ts b/clients/client-kinesis/src/commands/DescribeStreamSummaryCommand.ts index 7afb6f78b5f94..275e1665ca296 100644 --- a/clients/client-kinesis/src/commands/DescribeStreamSummaryCommand.ts +++ b/clients/client-kinesis/src/commands/DescribeStreamSummaryCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DescribeStreamSummaryInput, DescribeStreamSummaryOutput } from "../models/models_0"; import { de_DescribeStreamSummaryCommand, se_DescribeStreamSummaryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/DisableEnhancedMonitoringCommand.ts b/clients/client-kinesis/src/commands/DisableEnhancedMonitoringCommand.ts index 9ef708d2c1048..6382c5279b333 100644 --- a/clients/client-kinesis/src/commands/DisableEnhancedMonitoringCommand.ts +++ b/clients/client-kinesis/src/commands/DisableEnhancedMonitoringCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { DisableEnhancedMonitoringInput, EnhancedMonitoringOutput } from "../models/models_0"; import { de_DisableEnhancedMonitoringCommand, se_DisableEnhancedMonitoringCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/EnableEnhancedMonitoringCommand.ts b/clients/client-kinesis/src/commands/EnableEnhancedMonitoringCommand.ts index f243fc8d719e6..e3daf8ac7936d 100644 --- a/clients/client-kinesis/src/commands/EnableEnhancedMonitoringCommand.ts +++ b/clients/client-kinesis/src/commands/EnableEnhancedMonitoringCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { EnableEnhancedMonitoringInput, EnhancedMonitoringOutput } from "../models/models_0"; import { de_EnableEnhancedMonitoringCommand, se_EnableEnhancedMonitoringCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/GetRecordsCommand.ts b/clients/client-kinesis/src/commands/GetRecordsCommand.ts index 657339a7c39ac..d5f0c209124b7 100644 --- a/clients/client-kinesis/src/commands/GetRecordsCommand.ts +++ b/clients/client-kinesis/src/commands/GetRecordsCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetRecordsInput, GetRecordsOutput } from "../models/models_0"; import { de_GetRecordsCommand, se_GetRecordsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/GetShardIteratorCommand.ts b/clients/client-kinesis/src/commands/GetShardIteratorCommand.ts index 6ba7b6b450f99..c0489925c3758 100644 --- a/clients/client-kinesis/src/commands/GetShardIteratorCommand.ts +++ b/clients/client-kinesis/src/commands/GetShardIteratorCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { GetShardIteratorInput, GetShardIteratorOutput } from "../models/models_0"; import { de_GetShardIteratorCommand, se_GetShardIteratorCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/IncreaseStreamRetentionPeriodCommand.ts b/clients/client-kinesis/src/commands/IncreaseStreamRetentionPeriodCommand.ts index ab6e2f487f9bd..e8a2a0d5b8364 100644 --- a/clients/client-kinesis/src/commands/IncreaseStreamRetentionPeriodCommand.ts +++ b/clients/client-kinesis/src/commands/IncreaseStreamRetentionPeriodCommand.ts @@ -20,6 +20,10 @@ import { se_IncreaseStreamRetentionPeriodCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/ListShardsCommand.ts b/clients/client-kinesis/src/commands/ListShardsCommand.ts index 3446b934e94db..6dfb44f4b0915 100644 --- a/clients/client-kinesis/src/commands/ListShardsCommand.ts +++ b/clients/client-kinesis/src/commands/ListShardsCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListShardsInput, ListShardsOutput } from "../models/models_0"; import { de_ListShardsCommand, se_ListShardsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/ListStreamConsumersCommand.ts b/clients/client-kinesis/src/commands/ListStreamConsumersCommand.ts index e18ca62d13a8e..1da826696486d 100644 --- a/clients/client-kinesis/src/commands/ListStreamConsumersCommand.ts +++ b/clients/client-kinesis/src/commands/ListStreamConsumersCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListStreamConsumersInput, ListStreamConsumersOutput } from "../models/models_0"; import { de_ListStreamConsumersCommand, se_ListStreamConsumersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/ListStreamsCommand.ts b/clients/client-kinesis/src/commands/ListStreamsCommand.ts index 67d79e6b114e3..06e15a269f859 100644 --- a/clients/client-kinesis/src/commands/ListStreamsCommand.ts +++ b/clients/client-kinesis/src/commands/ListStreamsCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListStreamsInput, ListStreamsOutput } from "../models/models_0"; import { de_ListStreamsCommand, se_ListStreamsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/ListTagsForStreamCommand.ts b/clients/client-kinesis/src/commands/ListTagsForStreamCommand.ts index 1f0e0fa74fe8e..4bd15cc95e41d 100644 --- a/clients/client-kinesis/src/commands/ListTagsForStreamCommand.ts +++ b/clients/client-kinesis/src/commands/ListTagsForStreamCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { ListTagsForStreamInput, ListTagsForStreamOutput } from "../models/models_0"; import { de_ListTagsForStreamCommand, se_ListTagsForStreamCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/MergeShardsCommand.ts b/clients/client-kinesis/src/commands/MergeShardsCommand.ts index d06f104eccf24..4d2efba95d3f5 100644 --- a/clients/client-kinesis/src/commands/MergeShardsCommand.ts +++ b/clients/client-kinesis/src/commands/MergeShardsCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { MergeShardsInput } from "../models/models_0"; import { de_MergeShardsCommand, se_MergeShardsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/PutRecordCommand.ts b/clients/client-kinesis/src/commands/PutRecordCommand.ts index ba7e3124ddecd..b4f11f910a424 100644 --- a/clients/client-kinesis/src/commands/PutRecordCommand.ts +++ b/clients/client-kinesis/src/commands/PutRecordCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { PutRecordInput, PutRecordOutput } from "../models/models_0"; import { de_PutRecordCommand, se_PutRecordCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/PutRecordsCommand.ts b/clients/client-kinesis/src/commands/PutRecordsCommand.ts index 952870777c2bc..ebd8db6e29519 100644 --- a/clients/client-kinesis/src/commands/PutRecordsCommand.ts +++ b/clients/client-kinesis/src/commands/PutRecordsCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { PutRecordsInput, PutRecordsOutput } from "../models/models_0"; import { de_PutRecordsCommand, se_PutRecordsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/RegisterStreamConsumerCommand.ts b/clients/client-kinesis/src/commands/RegisterStreamConsumerCommand.ts index c9b33fdc4a4ce..6bf4554e22088 100644 --- a/clients/client-kinesis/src/commands/RegisterStreamConsumerCommand.ts +++ b/clients/client-kinesis/src/commands/RegisterStreamConsumerCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { RegisterStreamConsumerInput, RegisterStreamConsumerOutput } from "../models/models_0"; import { de_RegisterStreamConsumerCommand, se_RegisterStreamConsumerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/RemoveTagsFromStreamCommand.ts b/clients/client-kinesis/src/commands/RemoveTagsFromStreamCommand.ts index 4f044d647c8ee..95f200f0ce447 100644 --- a/clients/client-kinesis/src/commands/RemoveTagsFromStreamCommand.ts +++ b/clients/client-kinesis/src/commands/RemoveTagsFromStreamCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { RemoveTagsFromStreamInput } from "../models/models_0"; import { de_RemoveTagsFromStreamCommand, se_RemoveTagsFromStreamCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/SplitShardCommand.ts b/clients/client-kinesis/src/commands/SplitShardCommand.ts index 73ed83bc84be5..514719e97e0a5 100644 --- a/clients/client-kinesis/src/commands/SplitShardCommand.ts +++ b/clients/client-kinesis/src/commands/SplitShardCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { SplitShardInput } from "../models/models_0"; import { de_SplitShardCommand, se_SplitShardCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/StartStreamEncryptionCommand.ts b/clients/client-kinesis/src/commands/StartStreamEncryptionCommand.ts index e5fb5f1631347..3bea08c7b8fd7 100644 --- a/clients/client-kinesis/src/commands/StartStreamEncryptionCommand.ts +++ b/clients/client-kinesis/src/commands/StartStreamEncryptionCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { StartStreamEncryptionInput } from "../models/models_0"; import { de_StartStreamEncryptionCommand, se_StartStreamEncryptionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/StopStreamEncryptionCommand.ts b/clients/client-kinesis/src/commands/StopStreamEncryptionCommand.ts index 635694b53925b..9ef888b138602 100644 --- a/clients/client-kinesis/src/commands/StopStreamEncryptionCommand.ts +++ b/clients/client-kinesis/src/commands/StopStreamEncryptionCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { StopStreamEncryptionInput } from "../models/models_0"; import { de_StopStreamEncryptionCommand, se_StopStreamEncryptionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/SubscribeToShardCommand.ts b/clients/client-kinesis/src/commands/SubscribeToShardCommand.ts index 34d3014f2c65b..9bb3fbf2af320 100644 --- a/clients/client-kinesis/src/commands/SubscribeToShardCommand.ts +++ b/clients/client-kinesis/src/commands/SubscribeToShardCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_SubscribeToShardCommand, se_SubscribeToShardCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/UpdateShardCountCommand.ts b/clients/client-kinesis/src/commands/UpdateShardCountCommand.ts index 24332babb9ab5..b2ec7032fd50f 100644 --- a/clients/client-kinesis/src/commands/UpdateShardCountCommand.ts +++ b/clients/client-kinesis/src/commands/UpdateShardCountCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateShardCountInput, UpdateShardCountOutput } from "../models/models_0"; import { de_UpdateShardCountCommand, se_UpdateShardCountCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/commands/UpdateStreamModeCommand.ts b/clients/client-kinesis/src/commands/UpdateStreamModeCommand.ts index dc0f3f608e7c3..b5229f77421d2 100644 --- a/clients/client-kinesis/src/commands/UpdateStreamModeCommand.ts +++ b/clients/client-kinesis/src/commands/UpdateStreamModeCommand.ts @@ -17,6 +17,10 @@ import { KinesisClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fr import { UpdateStreamModeInput } from "../models/models_0"; import { de_UpdateStreamModeCommand, se_UpdateStreamModeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kinesis/src/index.ts b/clients/client-kinesis/src/index.ts index 124843e131d05..7fef8396df9e3 100644 --- a/clients/client-kinesis/src/index.ts +++ b/clients/client-kinesis/src/index.ts @@ -1,9 +1,17 @@ -export * from "./Kinesis"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Kinesis Data Streams Service API Reference + *

Amazon Kinesis Data Streams is a managed service that scales elastically for real-time + * processing of streaming big data.

+ * + * @packageDocumentation + */ export * from "./KinesisClient"; +export * from "./Kinesis"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { KinesisServiceException } from "./models/KinesisServiceException"; diff --git a/clients/client-kinesis/src/models/KinesisServiceException.ts b/clients/client-kinesis/src/models/KinesisServiceException.ts index 463540b5829ff..0e9146eeca71a 100644 --- a/clients/client-kinesis/src/models/KinesisServiceException.ts +++ b/clients/client-kinesis/src/models/KinesisServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-kms/src/KMSClient.ts b/clients/client-kms/src/KMSClient.ts index f68afb12a8117..9ff12e3103f39 100644 --- a/clients/client-kms/src/KMSClient.ts +++ b/clients/client-kms/src/KMSClient.ts @@ -157,6 +157,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -394,7 +396,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type KMSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type KMSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -413,7 +415,7 @@ export interface KMSClientConfig extends KMSClientConfigType {} /** * @public */ -type KMSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type KMSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-kms/src/commands/CancelKeyDeletionCommand.ts b/clients/client-kms/src/commands/CancelKeyDeletionCommand.ts index 470b4a4a07610..4226eae42c63c 100644 --- a/clients/client-kms/src/commands/CancelKeyDeletionCommand.ts +++ b/clients/client-kms/src/commands/CancelKeyDeletionCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CancelKeyDeletionRequest, CancelKeyDeletionResponse } from "../models/models_0"; import { de_CancelKeyDeletionCommand, se_CancelKeyDeletionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/ConnectCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/ConnectCustomKeyStoreCommand.ts index 456f71fa145f2..f670e4d6e6d4a 100644 --- a/clients/client-kms/src/commands/ConnectCustomKeyStoreCommand.ts +++ b/clients/client-kms/src/commands/ConnectCustomKeyStoreCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ConnectCustomKeyStoreRequest, ConnectCustomKeyStoreResponse } from "../models/models_0"; import { de_ConnectCustomKeyStoreCommand, se_ConnectCustomKeyStoreCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/CreateAliasCommand.ts b/clients/client-kms/src/commands/CreateAliasCommand.ts index a4a72284ae5e8..df16b99666b5b 100644 --- a/clients/client-kms/src/commands/CreateAliasCommand.ts +++ b/clients/client-kms/src/commands/CreateAliasCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateAliasRequest } from "../models/models_0"; import { de_CreateAliasCommand, se_CreateAliasCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/CreateCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/CreateCustomKeyStoreCommand.ts index 7d023e3a51c45..ac4255cd6a907 100644 --- a/clients/client-kms/src/commands/CreateCustomKeyStoreCommand.ts +++ b/clients/client-kms/src/commands/CreateCustomKeyStoreCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateCustomKeyStoreCommand, se_CreateCustomKeyStoreCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/CreateGrantCommand.ts b/clients/client-kms/src/commands/CreateGrantCommand.ts index ea4c35cb4e446..76554bf5ec028 100644 --- a/clients/client-kms/src/commands/CreateGrantCommand.ts +++ b/clients/client-kms/src/commands/CreateGrantCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateGrantRequest, CreateGrantResponse } from "../models/models_0"; import { de_CreateGrantCommand, se_CreateGrantCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/CreateKeyCommand.ts b/clients/client-kms/src/commands/CreateKeyCommand.ts index b3b369d5dca81..a88f6ea594aa5 100644 --- a/clients/client-kms/src/commands/CreateKeyCommand.ts +++ b/clients/client-kms/src/commands/CreateKeyCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { CreateKeyRequest, CreateKeyResponse } from "../models/models_0"; import { de_CreateKeyCommand, se_CreateKeyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/DecryptCommand.ts b/clients/client-kms/src/commands/DecryptCommand.ts index 7bf5a011ed4d3..a149dbe9c7fef 100644 --- a/clients/client-kms/src/commands/DecryptCommand.ts +++ b/clients/client-kms/src/commands/DecryptCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DecryptRequest, DecryptResponse, DecryptResponseFilterSensitiveLog } from "../models/models_0"; import { de_DecryptCommand, se_DecryptCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/DeleteAliasCommand.ts b/clients/client-kms/src/commands/DeleteAliasCommand.ts index 6000563c0383e..1b496f59729cb 100644 --- a/clients/client-kms/src/commands/DeleteAliasCommand.ts +++ b/clients/client-kms/src/commands/DeleteAliasCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteAliasRequest } from "../models/models_0"; import { de_DeleteAliasCommand, se_DeleteAliasCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/DeleteCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/DeleteCustomKeyStoreCommand.ts index 057d59c0cd472..5cfe41a9b531e 100644 --- a/clients/client-kms/src/commands/DeleteCustomKeyStoreCommand.ts +++ b/clients/client-kms/src/commands/DeleteCustomKeyStoreCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteCustomKeyStoreRequest, DeleteCustomKeyStoreResponse } from "../models/models_0"; import { de_DeleteCustomKeyStoreCommand, se_DeleteCustomKeyStoreCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/DeleteImportedKeyMaterialCommand.ts b/clients/client-kms/src/commands/DeleteImportedKeyMaterialCommand.ts index 4706eeaeaedc5..2bf46cf9c3611 100644 --- a/clients/client-kms/src/commands/DeleteImportedKeyMaterialCommand.ts +++ b/clients/client-kms/src/commands/DeleteImportedKeyMaterialCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteImportedKeyMaterialRequest } from "../models/models_0"; import { de_DeleteImportedKeyMaterialCommand, se_DeleteImportedKeyMaterialCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/DescribeCustomKeyStoresCommand.ts b/clients/client-kms/src/commands/DescribeCustomKeyStoresCommand.ts index 7eb92b2aac38f..86ac543d55b21 100644 --- a/clients/client-kms/src/commands/DescribeCustomKeyStoresCommand.ts +++ b/clients/client-kms/src/commands/DescribeCustomKeyStoresCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeCustomKeyStoresCommand, se_DescribeCustomKeyStoresCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/DescribeKeyCommand.ts b/clients/client-kms/src/commands/DescribeKeyCommand.ts index 31bf26f8da5a7..0b41763aa3948 100644 --- a/clients/client-kms/src/commands/DescribeKeyCommand.ts +++ b/clients/client-kms/src/commands/DescribeKeyCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeKeyRequest, DescribeKeyResponse } from "../models/models_0"; import { de_DescribeKeyCommand, se_DescribeKeyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/DisableKeyCommand.ts b/clients/client-kms/src/commands/DisableKeyCommand.ts index 6f2e0a381bd18..aa902dd9e2697 100644 --- a/clients/client-kms/src/commands/DisableKeyCommand.ts +++ b/clients/client-kms/src/commands/DisableKeyCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisableKeyRequest } from "../models/models_0"; import { de_DisableKeyCommand, se_DisableKeyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/DisableKeyRotationCommand.ts b/clients/client-kms/src/commands/DisableKeyRotationCommand.ts index 4388da13ab7ab..27e42120ba2f3 100644 --- a/clients/client-kms/src/commands/DisableKeyRotationCommand.ts +++ b/clients/client-kms/src/commands/DisableKeyRotationCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisableKeyRotationRequest } from "../models/models_0"; import { de_DisableKeyRotationCommand, se_DisableKeyRotationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/DisconnectCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/DisconnectCustomKeyStoreCommand.ts index 59eb8412445b6..f24c1d2ecc096 100644 --- a/clients/client-kms/src/commands/DisconnectCustomKeyStoreCommand.ts +++ b/clients/client-kms/src/commands/DisconnectCustomKeyStoreCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisconnectCustomKeyStoreRequest, DisconnectCustomKeyStoreResponse } from "../models/models_0"; import { de_DisconnectCustomKeyStoreCommand, se_DisconnectCustomKeyStoreCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/EnableKeyCommand.ts b/clients/client-kms/src/commands/EnableKeyCommand.ts index 4eb92a2d4e4e2..6362533aef2f4 100644 --- a/clients/client-kms/src/commands/EnableKeyCommand.ts +++ b/clients/client-kms/src/commands/EnableKeyCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { EnableKeyRequest } from "../models/models_0"; import { de_EnableKeyCommand, se_EnableKeyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/EnableKeyRotationCommand.ts b/clients/client-kms/src/commands/EnableKeyRotationCommand.ts index a2d41f2acc65d..2337bcc9da0df 100644 --- a/clients/client-kms/src/commands/EnableKeyRotationCommand.ts +++ b/clients/client-kms/src/commands/EnableKeyRotationCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { EnableKeyRotationRequest } from "../models/models_0"; import { de_EnableKeyRotationCommand, se_EnableKeyRotationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/EncryptCommand.ts b/clients/client-kms/src/commands/EncryptCommand.ts index 48dcac6d2eca4..32e3ce57420bd 100644 --- a/clients/client-kms/src/commands/EncryptCommand.ts +++ b/clients/client-kms/src/commands/EncryptCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { EncryptRequest, EncryptRequestFilterSensitiveLog, EncryptResponse } from "../models/models_0"; import { de_EncryptCommand, se_EncryptCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/GenerateDataKeyCommand.ts b/clients/client-kms/src/commands/GenerateDataKeyCommand.ts index e3493435d5750..50ea175d0643c 100644 --- a/clients/client-kms/src/commands/GenerateDataKeyCommand.ts +++ b/clients/client-kms/src/commands/GenerateDataKeyCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GenerateDataKeyCommand, se_GenerateDataKeyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/GenerateDataKeyPairCommand.ts b/clients/client-kms/src/commands/GenerateDataKeyPairCommand.ts index 944044bc8ec27..c81ed40f0ae0d 100644 --- a/clients/client-kms/src/commands/GenerateDataKeyPairCommand.ts +++ b/clients/client-kms/src/commands/GenerateDataKeyPairCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GenerateDataKeyPairCommand, se_GenerateDataKeyPairCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts b/clients/client-kms/src/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts index e08dc75171eaa..ea279cca2202f 100644 --- a/clients/client-kms/src/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts +++ b/clients/client-kms/src/commands/GenerateDataKeyPairWithoutPlaintextCommand.ts @@ -23,6 +23,10 @@ import { se_GenerateDataKeyPairWithoutPlaintextCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/GenerateDataKeyWithoutPlaintextCommand.ts b/clients/client-kms/src/commands/GenerateDataKeyWithoutPlaintextCommand.ts index bf0480acf1cb9..3b43cc1d5d327 100644 --- a/clients/client-kms/src/commands/GenerateDataKeyWithoutPlaintextCommand.ts +++ b/clients/client-kms/src/commands/GenerateDataKeyWithoutPlaintextCommand.ts @@ -20,6 +20,10 @@ import { se_GenerateDataKeyWithoutPlaintextCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/GenerateMacCommand.ts b/clients/client-kms/src/commands/GenerateMacCommand.ts index bf50023dbad15..5074cd6a361fd 100644 --- a/clients/client-kms/src/commands/GenerateMacCommand.ts +++ b/clients/client-kms/src/commands/GenerateMacCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GenerateMacRequest, GenerateMacRequestFilterSensitiveLog, GenerateMacResponse } from "../models/models_0"; import { de_GenerateMacCommand, se_GenerateMacCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/GenerateRandomCommand.ts b/clients/client-kms/src/commands/GenerateRandomCommand.ts index 064639234e354..210f30d98cdf3 100644 --- a/clients/client-kms/src/commands/GenerateRandomCommand.ts +++ b/clients/client-kms/src/commands/GenerateRandomCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GenerateRandomCommand, se_GenerateRandomCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/GetKeyPolicyCommand.ts b/clients/client-kms/src/commands/GetKeyPolicyCommand.ts index 272fe02802535..3e59dfe56fe40 100644 --- a/clients/client-kms/src/commands/GetKeyPolicyCommand.ts +++ b/clients/client-kms/src/commands/GetKeyPolicyCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetKeyPolicyRequest, GetKeyPolicyResponse } from "../models/models_0"; import { de_GetKeyPolicyCommand, se_GetKeyPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/GetKeyRotationStatusCommand.ts b/clients/client-kms/src/commands/GetKeyRotationStatusCommand.ts index cf7f2ba2dbd6d..d94cc4af36a52 100644 --- a/clients/client-kms/src/commands/GetKeyRotationStatusCommand.ts +++ b/clients/client-kms/src/commands/GetKeyRotationStatusCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetKeyRotationStatusRequest, GetKeyRotationStatusResponse } from "../models/models_0"; import { de_GetKeyRotationStatusCommand, se_GetKeyRotationStatusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/GetParametersForImportCommand.ts b/clients/client-kms/src/commands/GetParametersForImportCommand.ts index ed29b36049dbf..d516c42383911 100644 --- a/clients/client-kms/src/commands/GetParametersForImportCommand.ts +++ b/clients/client-kms/src/commands/GetParametersForImportCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetParametersForImportCommand, se_GetParametersForImportCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/GetPublicKeyCommand.ts b/clients/client-kms/src/commands/GetPublicKeyCommand.ts index 90419412a129d..92e0d45163228 100644 --- a/clients/client-kms/src/commands/GetPublicKeyCommand.ts +++ b/clients/client-kms/src/commands/GetPublicKeyCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetPublicKeyRequest, GetPublicKeyResponse } from "../models/models_0"; import { de_GetPublicKeyCommand, se_GetPublicKeyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/ImportKeyMaterialCommand.ts b/clients/client-kms/src/commands/ImportKeyMaterialCommand.ts index d0f49744b8061..491d17a379ab3 100644 --- a/clients/client-kms/src/commands/ImportKeyMaterialCommand.ts +++ b/clients/client-kms/src/commands/ImportKeyMaterialCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ImportKeyMaterialRequest, ImportKeyMaterialResponse } from "../models/models_0"; import { de_ImportKeyMaterialCommand, se_ImportKeyMaterialCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/ListAliasesCommand.ts b/clients/client-kms/src/commands/ListAliasesCommand.ts index 25c1dbc3618de..234dff80e4c21 100644 --- a/clients/client-kms/src/commands/ListAliasesCommand.ts +++ b/clients/client-kms/src/commands/ListAliasesCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListAliasesRequest, ListAliasesResponse } from "../models/models_0"; import { de_ListAliasesCommand, se_ListAliasesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/ListGrantsCommand.ts b/clients/client-kms/src/commands/ListGrantsCommand.ts index 26610ce695407..5482627fd551a 100644 --- a/clients/client-kms/src/commands/ListGrantsCommand.ts +++ b/clients/client-kms/src/commands/ListGrantsCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListGrantsRequest, ListGrantsResponse } from "../models/models_0"; import { de_ListGrantsCommand, se_ListGrantsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/ListKeyPoliciesCommand.ts b/clients/client-kms/src/commands/ListKeyPoliciesCommand.ts index aaaa5e832becf..9f8cfe809465e 100644 --- a/clients/client-kms/src/commands/ListKeyPoliciesCommand.ts +++ b/clients/client-kms/src/commands/ListKeyPoliciesCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListKeyPoliciesRequest, ListKeyPoliciesResponse } from "../models/models_0"; import { de_ListKeyPoliciesCommand, se_ListKeyPoliciesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/ListKeysCommand.ts b/clients/client-kms/src/commands/ListKeysCommand.ts index 0aacc8621ef9d..4d42f5d1169a7 100644 --- a/clients/client-kms/src/commands/ListKeysCommand.ts +++ b/clients/client-kms/src/commands/ListKeysCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListKeysRequest, ListKeysResponse } from "../models/models_0"; import { de_ListKeysCommand, se_ListKeysCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/ListResourceTagsCommand.ts b/clients/client-kms/src/commands/ListResourceTagsCommand.ts index 1215ccba91c74..462597f928aec 100644 --- a/clients/client-kms/src/commands/ListResourceTagsCommand.ts +++ b/clients/client-kms/src/commands/ListResourceTagsCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListResourceTagsRequest, ListResourceTagsResponse } from "../models/models_0"; import { de_ListResourceTagsCommand, se_ListResourceTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/ListRetirableGrantsCommand.ts b/clients/client-kms/src/commands/ListRetirableGrantsCommand.ts index 1c19684ab6cf1..2380cc575d118 100644 --- a/clients/client-kms/src/commands/ListRetirableGrantsCommand.ts +++ b/clients/client-kms/src/commands/ListRetirableGrantsCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListGrantsResponse, ListRetirableGrantsRequest } from "../models/models_0"; import { de_ListRetirableGrantsCommand, se_ListRetirableGrantsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/PutKeyPolicyCommand.ts b/clients/client-kms/src/commands/PutKeyPolicyCommand.ts index 65a0de16e006f..b12474876e0bb 100644 --- a/clients/client-kms/src/commands/PutKeyPolicyCommand.ts +++ b/clients/client-kms/src/commands/PutKeyPolicyCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutKeyPolicyRequest } from "../models/models_0"; import { de_PutKeyPolicyCommand, se_PutKeyPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/ReEncryptCommand.ts b/clients/client-kms/src/commands/ReEncryptCommand.ts index e4b7a836158a8..be441f9e8da23 100644 --- a/clients/client-kms/src/commands/ReEncryptCommand.ts +++ b/clients/client-kms/src/commands/ReEncryptCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ReEncryptRequest, ReEncryptResponse } from "../models/models_0"; import { de_ReEncryptCommand, se_ReEncryptCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/ReplicateKeyCommand.ts b/clients/client-kms/src/commands/ReplicateKeyCommand.ts index 6be1a69d2cf32..7b4b444ab999a 100644 --- a/clients/client-kms/src/commands/ReplicateKeyCommand.ts +++ b/clients/client-kms/src/commands/ReplicateKeyCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ReplicateKeyRequest, ReplicateKeyResponse } from "../models/models_0"; import { de_ReplicateKeyCommand, se_ReplicateKeyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/RetireGrantCommand.ts b/clients/client-kms/src/commands/RetireGrantCommand.ts index be79dacc5f71c..c6103d57e6243 100644 --- a/clients/client-kms/src/commands/RetireGrantCommand.ts +++ b/clients/client-kms/src/commands/RetireGrantCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RetireGrantRequest } from "../models/models_0"; import { de_RetireGrantCommand, se_RetireGrantCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/RevokeGrantCommand.ts b/clients/client-kms/src/commands/RevokeGrantCommand.ts index 0ba47eb22f86f..4bb3747695e4a 100644 --- a/clients/client-kms/src/commands/RevokeGrantCommand.ts +++ b/clients/client-kms/src/commands/RevokeGrantCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RevokeGrantRequest } from "../models/models_0"; import { de_RevokeGrantCommand, se_RevokeGrantCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/ScheduleKeyDeletionCommand.ts b/clients/client-kms/src/commands/ScheduleKeyDeletionCommand.ts index ef3554cc7db0a..c5d53607d7f07 100644 --- a/clients/client-kms/src/commands/ScheduleKeyDeletionCommand.ts +++ b/clients/client-kms/src/commands/ScheduleKeyDeletionCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ScheduleKeyDeletionRequest, ScheduleKeyDeletionResponse } from "../models/models_0"; import { de_ScheduleKeyDeletionCommand, se_ScheduleKeyDeletionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/SignCommand.ts b/clients/client-kms/src/commands/SignCommand.ts index 9605ca345bd3d..757410b60e8b9 100644 --- a/clients/client-kms/src/commands/SignCommand.ts +++ b/clients/client-kms/src/commands/SignCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { SignRequest, SignRequestFilterSensitiveLog, SignResponse } from "../models/models_0"; import { de_SignCommand, se_SignCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/TagResourceCommand.ts b/clients/client-kms/src/commands/TagResourceCommand.ts index 7d69eaeb8758e..4b95330f0b015 100644 --- a/clients/client-kms/src/commands/TagResourceCommand.ts +++ b/clients/client-kms/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagResourceRequest } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/UntagResourceCommand.ts b/clients/client-kms/src/commands/UntagResourceCommand.ts index ce51ffd164dd9..c37fe5b1ffe82 100644 --- a/clients/client-kms/src/commands/UntagResourceCommand.ts +++ b/clients/client-kms/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/UpdateAliasCommand.ts b/clients/client-kms/src/commands/UpdateAliasCommand.ts index 894a3162cc394..3575b303b41d7 100644 --- a/clients/client-kms/src/commands/UpdateAliasCommand.ts +++ b/clients/client-kms/src/commands/UpdateAliasCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateAliasRequest } from "../models/models_0"; import { de_UpdateAliasCommand, se_UpdateAliasCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/UpdateCustomKeyStoreCommand.ts b/clients/client-kms/src/commands/UpdateCustomKeyStoreCommand.ts index 2b84babbf1438..0ca31b16bfb54 100644 --- a/clients/client-kms/src/commands/UpdateCustomKeyStoreCommand.ts +++ b/clients/client-kms/src/commands/UpdateCustomKeyStoreCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_UpdateCustomKeyStoreCommand, se_UpdateCustomKeyStoreCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/UpdateKeyDescriptionCommand.ts b/clients/client-kms/src/commands/UpdateKeyDescriptionCommand.ts index cd8d0f17aa09e..e882ce5cfd227 100644 --- a/clients/client-kms/src/commands/UpdateKeyDescriptionCommand.ts +++ b/clients/client-kms/src/commands/UpdateKeyDescriptionCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateKeyDescriptionRequest } from "../models/models_0"; import { de_UpdateKeyDescriptionCommand, se_UpdateKeyDescriptionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/UpdatePrimaryRegionCommand.ts b/clients/client-kms/src/commands/UpdatePrimaryRegionCommand.ts index d7109e1857df1..04c00cb937174 100644 --- a/clients/client-kms/src/commands/UpdatePrimaryRegionCommand.ts +++ b/clients/client-kms/src/commands/UpdatePrimaryRegionCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdatePrimaryRegionRequest } from "../models/models_0"; import { de_UpdatePrimaryRegionCommand, se_UpdatePrimaryRegionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/VerifyCommand.ts b/clients/client-kms/src/commands/VerifyCommand.ts index 8f6f4e79b0ed4..0d64f2c9e7132 100644 --- a/clients/client-kms/src/commands/VerifyCommand.ts +++ b/clients/client-kms/src/commands/VerifyCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { VerifyRequest, VerifyRequestFilterSensitiveLog, VerifyResponse } from "../models/models_0"; import { de_VerifyCommand, se_VerifyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/commands/VerifyMacCommand.ts b/clients/client-kms/src/commands/VerifyMacCommand.ts index 8f48a898f2426..4aa17a3cfaf12 100644 --- a/clients/client-kms/src/commands/VerifyMacCommand.ts +++ b/clients/client-kms/src/commands/VerifyMacCommand.ts @@ -17,6 +17,10 @@ import { KMSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { VerifyMacRequest, VerifyMacRequestFilterSensitiveLog, VerifyMacResponse } from "../models/models_0"; import { de_VerifyMacCommand, se_VerifyMacCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-kms/src/index.ts b/clients/client-kms/src/index.ts index c31e42727b3f5..aaf1d386b1485 100644 --- a/clients/client-kms/src/index.ts +++ b/clients/client-kms/src/index.ts @@ -1,8 +1,108 @@ -export * from "./KMS"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Key Management Service + *

Key Management Service (KMS) is an encryption and key management web service. This guide describes + * the KMS operations that you can call programmatically. For general information about KMS, + * see the + * Key Management Service Developer Guide + * .

+ * + *

KMS has replaced the term customer master key (CMK) with KMS key and KMS key. The concept has not changed. To prevent breaking changes, KMS is keeping some variations of this term.

+ *

Amazon Web Services provides SDKs that consist of libraries and sample code for various programming + * languages and platforms (Java, Ruby, .Net, macOS, Android, etc.). The SDKs provide a + * convenient way to create programmatic access to KMS and other Amazon Web Services services. For example, + * the SDKs take care of tasks such as signing requests (see below), managing errors, and + * retrying requests automatically. For more information about the Amazon Web Services SDKs, including how to + * download and install them, see Tools for Amazon Web + * Services.

+ *
+ *

We recommend that you use the Amazon Web Services SDKs to make programmatic API calls to KMS.

+ *

If you need to use FIPS 140-2 validated cryptographic modules when communicating with + * Amazon Web Services, use the FIPS endpoint in your preferred Amazon Web Services Region. For more information about the + * available FIPS endpoints, see Service endpoints in the Key Management Service topic of + * the Amazon Web Services General Reference.

+ *

All KMS API calls must be signed and be transmitted using Transport Layer Security + * (TLS). KMS recommends you always use the latest supported TLS version. Clients must also + * support cipher suites with Perfect Forward Secrecy (PFS) such as Ephemeral Diffie-Hellman + * (DHE) or Elliptic Curve Ephemeral Diffie-Hellman (ECDHE). Most modern systems such as Java 7 + * and later support these modes.

+ *

+ * Signing Requests + *

+ *

Requests must be signed using an access key ID and a secret access key. We strongly + * recommend that you do not use your Amazon Web Services account root access key ID and secret access key for + * everyday work. You can use the access key ID and secret access key for an IAM user or you + * can use the Security Token Service (STS) to generate temporary security credentials and use those to sign + * requests.

+ *

All KMS requests must be signed with Signature Version 4.

+ *

+ * Logging API Requests + *

+ *

KMS supports CloudTrail, a service that logs Amazon Web Services API calls and related events for your + * Amazon Web Services account and delivers them to an Amazon S3 bucket that you specify. By using the + * information collected by CloudTrail, you can determine what requests were made to KMS, who made + * the request, when it was made, and so on. To learn more about CloudTrail, including how to turn it + * on and find your log files, see the CloudTrail User Guide.

+ *

+ * Additional Resources + *

+ *

For more information about credentials and request signing, see the following:

+ * + *

+ * Commonly Used API Operations + *

+ *

Of the API operations discussed in this guide, the following will prove the most useful + * for most applications. You will likely perform operations other than these, such as creating + * keys and assigning policies, by using the console.

+ * + * + * @packageDocumentation + */ export * from "./KMSClient"; +export * from "./KMS"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { KMSServiceException } from "./models/KMSServiceException"; diff --git a/clients/client-kms/src/models/KMSServiceException.ts b/clients/client-kms/src/models/KMSServiceException.ts index 0d3b8b1cc6824..848af0df4a977 100644 --- a/clients/client-kms/src/models/KMSServiceException.ts +++ b/clients/client-kms/src/models/KMSServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-lakeformation/src/LakeFormationClient.ts b/clients/client-lakeformation/src/LakeFormationClient.ts index cdf216dd255a8..6e78c9c1231e2 100644 --- a/clients/client-lakeformation/src/LakeFormationClient.ts +++ b/clients/client-lakeformation/src/LakeFormationClient.ts @@ -167,6 +167,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -404,7 +406,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type LakeFormationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type LakeFormationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -423,7 +425,7 @@ export interface LakeFormationClientConfig extends LakeFormationClientConfigType /** * @public */ -type LakeFormationClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type LakeFormationClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-lakeformation/src/commands/AddLFTagsToResourceCommand.ts b/clients/client-lakeformation/src/commands/AddLFTagsToResourceCommand.ts index 726f675021321..2373111a984c5 100644 --- a/clients/client-lakeformation/src/commands/AddLFTagsToResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/AddLFTagsToResourceCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { AddLFTagsToResourceRequest, AddLFTagsToResourceResponse } from "../models/models_0"; import { de_AddLFTagsToResourceCommand, se_AddLFTagsToResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/AssumeDecoratedRoleWithSAMLCommand.ts b/clients/client-lakeformation/src/commands/AssumeDecoratedRoleWithSAMLCommand.ts index c637664b836c8..5b6c75167a37c 100644 --- a/clients/client-lakeformation/src/commands/AssumeDecoratedRoleWithSAMLCommand.ts +++ b/clients/client-lakeformation/src/commands/AssumeDecoratedRoleWithSAMLCommand.ts @@ -20,6 +20,10 @@ import { se_AssumeDecoratedRoleWithSAMLCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/BatchGrantPermissionsCommand.ts b/clients/client-lakeformation/src/commands/BatchGrantPermissionsCommand.ts index 82c6d422a26e5..f4692182eb1ba 100644 --- a/clients/client-lakeformation/src/commands/BatchGrantPermissionsCommand.ts +++ b/clients/client-lakeformation/src/commands/BatchGrantPermissionsCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { BatchGrantPermissionsRequest, BatchGrantPermissionsResponse } from "../models/models_0"; import { de_BatchGrantPermissionsCommand, se_BatchGrantPermissionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/BatchRevokePermissionsCommand.ts b/clients/client-lakeformation/src/commands/BatchRevokePermissionsCommand.ts index e8752a93cb502..14a5acd3bc29f 100644 --- a/clients/client-lakeformation/src/commands/BatchRevokePermissionsCommand.ts +++ b/clients/client-lakeformation/src/commands/BatchRevokePermissionsCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { BatchRevokePermissionsRequest, BatchRevokePermissionsResponse } from "../models/models_0"; import { de_BatchRevokePermissionsCommand, se_BatchRevokePermissionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/CancelTransactionCommand.ts b/clients/client-lakeformation/src/commands/CancelTransactionCommand.ts index f73e7e98df1c1..7d3d3d9699c39 100644 --- a/clients/client-lakeformation/src/commands/CancelTransactionCommand.ts +++ b/clients/client-lakeformation/src/commands/CancelTransactionCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CancelTransactionRequest, CancelTransactionResponse } from "../models/models_0"; import { de_CancelTransactionCommand, se_CancelTransactionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/CommitTransactionCommand.ts b/clients/client-lakeformation/src/commands/CommitTransactionCommand.ts index 5d7c72b9c631a..96fa634c00e75 100644 --- a/clients/client-lakeformation/src/commands/CommitTransactionCommand.ts +++ b/clients/client-lakeformation/src/commands/CommitTransactionCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CommitTransactionRequest, CommitTransactionResponse } from "../models/models_0"; import { de_CommitTransactionCommand, se_CommitTransactionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/CreateDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/CreateDataCellsFilterCommand.ts index b87dbeb2a0a7d..21a6a462d4ae4 100644 --- a/clients/client-lakeformation/src/commands/CreateDataCellsFilterCommand.ts +++ b/clients/client-lakeformation/src/commands/CreateDataCellsFilterCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateDataCellsFilterRequest, CreateDataCellsFilterResponse } from "../models/models_0"; import { de_CreateDataCellsFilterCommand, se_CreateDataCellsFilterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/CreateLFTagCommand.ts b/clients/client-lakeformation/src/commands/CreateLFTagCommand.ts index f064ac4f0720a..fc219990f0a59 100644 --- a/clients/client-lakeformation/src/commands/CreateLFTagCommand.ts +++ b/clients/client-lakeformation/src/commands/CreateLFTagCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateLFTagRequest, CreateLFTagResponse } from "../models/models_0"; import { de_CreateLFTagCommand, se_CreateLFTagCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/DeleteDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/DeleteDataCellsFilterCommand.ts index cede0bb2ef0df..ce981d63ad29f 100644 --- a/clients/client-lakeformation/src/commands/DeleteDataCellsFilterCommand.ts +++ b/clients/client-lakeformation/src/commands/DeleteDataCellsFilterCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteDataCellsFilterRequest, DeleteDataCellsFilterResponse } from "../models/models_0"; import { de_DeleteDataCellsFilterCommand, se_DeleteDataCellsFilterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/DeleteLFTagCommand.ts b/clients/client-lakeformation/src/commands/DeleteLFTagCommand.ts index 5fababefd4162..bfe67a726cb8b 100644 --- a/clients/client-lakeformation/src/commands/DeleteLFTagCommand.ts +++ b/clients/client-lakeformation/src/commands/DeleteLFTagCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteLFTagRequest, DeleteLFTagResponse } from "../models/models_0"; import { de_DeleteLFTagCommand, se_DeleteLFTagCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/DeleteObjectsOnCancelCommand.ts b/clients/client-lakeformation/src/commands/DeleteObjectsOnCancelCommand.ts index 00f0e8cc06ad1..bab3726c0777f 100644 --- a/clients/client-lakeformation/src/commands/DeleteObjectsOnCancelCommand.ts +++ b/clients/client-lakeformation/src/commands/DeleteObjectsOnCancelCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteObjectsOnCancelRequest, DeleteObjectsOnCancelResponse } from "../models/models_0"; import { de_DeleteObjectsOnCancelCommand, se_DeleteObjectsOnCancelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/DeregisterResourceCommand.ts b/clients/client-lakeformation/src/commands/DeregisterResourceCommand.ts index 12d3440917439..b4e4eebcefa34 100644 --- a/clients/client-lakeformation/src/commands/DeregisterResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/DeregisterResourceCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeregisterResourceRequest, DeregisterResourceResponse } from "../models/models_0"; import { de_DeregisterResourceCommand, se_DeregisterResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/DescribeResourceCommand.ts b/clients/client-lakeformation/src/commands/DescribeResourceCommand.ts index 1e3e2ff02f7e1..0ca31433bd7d3 100644 --- a/clients/client-lakeformation/src/commands/DescribeResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/DescribeResourceCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeResourceRequest, DescribeResourceResponse } from "../models/models_0"; import { de_DescribeResourceCommand, se_DescribeResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/DescribeTransactionCommand.ts b/clients/client-lakeformation/src/commands/DescribeTransactionCommand.ts index eef185dce8e72..7a1c084d3a3c7 100644 --- a/clients/client-lakeformation/src/commands/DescribeTransactionCommand.ts +++ b/clients/client-lakeformation/src/commands/DescribeTransactionCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeTransactionRequest, DescribeTransactionResponse } from "../models/models_0"; import { de_DescribeTransactionCommand, se_DescribeTransactionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/ExtendTransactionCommand.ts b/clients/client-lakeformation/src/commands/ExtendTransactionCommand.ts index 81a8e3caa2aef..2acd1b5deecbe 100644 --- a/clients/client-lakeformation/src/commands/ExtendTransactionCommand.ts +++ b/clients/client-lakeformation/src/commands/ExtendTransactionCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ExtendTransactionRequest, ExtendTransactionResponse } from "../models/models_0"; import { de_ExtendTransactionCommand, se_ExtendTransactionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/GetDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/GetDataCellsFilterCommand.ts index 1ff7c60d2f676..8679db4939ba3 100644 --- a/clients/client-lakeformation/src/commands/GetDataCellsFilterCommand.ts +++ b/clients/client-lakeformation/src/commands/GetDataCellsFilterCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetDataCellsFilterRequest, GetDataCellsFilterResponse } from "../models/models_0"; import { de_GetDataCellsFilterCommand, se_GetDataCellsFilterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/GetDataLakeSettingsCommand.ts b/clients/client-lakeformation/src/commands/GetDataLakeSettingsCommand.ts index b8ba9291efe0f..fe442c8f1b3af 100644 --- a/clients/client-lakeformation/src/commands/GetDataLakeSettingsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetDataLakeSettingsCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetDataLakeSettingsRequest, GetDataLakeSettingsResponse } from "../models/models_0"; import { de_GetDataLakeSettingsCommand, se_GetDataLakeSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/GetEffectivePermissionsForPathCommand.ts b/clients/client-lakeformation/src/commands/GetEffectivePermissionsForPathCommand.ts index 95d6116f895d7..79d757208db26 100644 --- a/clients/client-lakeformation/src/commands/GetEffectivePermissionsForPathCommand.ts +++ b/clients/client-lakeformation/src/commands/GetEffectivePermissionsForPathCommand.ts @@ -20,6 +20,10 @@ import { se_GetEffectivePermissionsForPathCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/GetLFTagCommand.ts b/clients/client-lakeformation/src/commands/GetLFTagCommand.ts index f9e31024a39dd..6acfed07dbf76 100644 --- a/clients/client-lakeformation/src/commands/GetLFTagCommand.ts +++ b/clients/client-lakeformation/src/commands/GetLFTagCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetLFTagRequest, GetLFTagResponse } from "../models/models_0"; import { de_GetLFTagCommand, se_GetLFTagCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/GetQueryStateCommand.ts b/clients/client-lakeformation/src/commands/GetQueryStateCommand.ts index 32777f591aee2..db6df6324a565 100644 --- a/clients/client-lakeformation/src/commands/GetQueryStateCommand.ts +++ b/clients/client-lakeformation/src/commands/GetQueryStateCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetQueryStateRequest, GetQueryStateResponse } from "../models/models_0"; import { de_GetQueryStateCommand, se_GetQueryStateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/GetQueryStatisticsCommand.ts b/clients/client-lakeformation/src/commands/GetQueryStatisticsCommand.ts index d17c0251af697..e4e121c3e9e58 100644 --- a/clients/client-lakeformation/src/commands/GetQueryStatisticsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetQueryStatisticsCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetQueryStatisticsRequest, GetQueryStatisticsResponse } from "../models/models_0"; import { de_GetQueryStatisticsCommand, se_GetQueryStatisticsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/GetResourceLFTagsCommand.ts b/clients/client-lakeformation/src/commands/GetResourceLFTagsCommand.ts index bdb764bdeaf94..069bde06e7709 100644 --- a/clients/client-lakeformation/src/commands/GetResourceLFTagsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetResourceLFTagsCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetResourceLFTagsRequest, GetResourceLFTagsResponse } from "../models/models_0"; import { de_GetResourceLFTagsCommand, se_GetResourceLFTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/GetTableObjectsCommand.ts b/clients/client-lakeformation/src/commands/GetTableObjectsCommand.ts index 5698daa49ccf3..e0cd0c35b235a 100644 --- a/clients/client-lakeformation/src/commands/GetTableObjectsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetTableObjectsCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetTableObjectsRequest, GetTableObjectsResponse } from "../models/models_0"; import { de_GetTableObjectsCommand, se_GetTableObjectsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/GetTemporaryGluePartitionCredentialsCommand.ts b/clients/client-lakeformation/src/commands/GetTemporaryGluePartitionCredentialsCommand.ts index 54effbdb21313..297db63ee8760 100644 --- a/clients/client-lakeformation/src/commands/GetTemporaryGluePartitionCredentialsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetTemporaryGluePartitionCredentialsCommand.ts @@ -23,6 +23,10 @@ import { se_GetTemporaryGluePartitionCredentialsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/GetTemporaryGlueTableCredentialsCommand.ts b/clients/client-lakeformation/src/commands/GetTemporaryGlueTableCredentialsCommand.ts index bd73f3cf27a4d..bff4583d3469f 100644 --- a/clients/client-lakeformation/src/commands/GetTemporaryGlueTableCredentialsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetTemporaryGlueTableCredentialsCommand.ts @@ -20,6 +20,10 @@ import { se_GetTemporaryGlueTableCredentialsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/GetWorkUnitResultsCommand.ts b/clients/client-lakeformation/src/commands/GetWorkUnitResultsCommand.ts index 5f0b9520fa0d5..f536639a87014 100644 --- a/clients/client-lakeformation/src/commands/GetWorkUnitResultsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetWorkUnitResultsCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_GetWorkUnitResultsCommand, se_GetWorkUnitResultsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/GetWorkUnitsCommand.ts b/clients/client-lakeformation/src/commands/GetWorkUnitsCommand.ts index 156f79d168930..209c3a99033d3 100644 --- a/clients/client-lakeformation/src/commands/GetWorkUnitsCommand.ts +++ b/clients/client-lakeformation/src/commands/GetWorkUnitsCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GetWorkUnitsRequest, GetWorkUnitsResponse } from "../models/models_0"; import { de_GetWorkUnitsCommand, se_GetWorkUnitsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/GrantPermissionsCommand.ts b/clients/client-lakeformation/src/commands/GrantPermissionsCommand.ts index 252ab92daf759..3e17b8baeb03a 100644 --- a/clients/client-lakeformation/src/commands/GrantPermissionsCommand.ts +++ b/clients/client-lakeformation/src/commands/GrantPermissionsCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { GrantPermissionsRequest, GrantPermissionsResponse } from "../models/models_0"; import { de_GrantPermissionsCommand, se_GrantPermissionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/ListDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/ListDataCellsFilterCommand.ts index 0dcb456fbb59f..afe90a53fd984 100644 --- a/clients/client-lakeformation/src/commands/ListDataCellsFilterCommand.ts +++ b/clients/client-lakeformation/src/commands/ListDataCellsFilterCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListDataCellsFilterRequest, ListDataCellsFilterResponse } from "../models/models_0"; import { de_ListDataCellsFilterCommand, se_ListDataCellsFilterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/ListLFTagsCommand.ts b/clients/client-lakeformation/src/commands/ListLFTagsCommand.ts index 20a070fb60c43..3044b090869fd 100644 --- a/clients/client-lakeformation/src/commands/ListLFTagsCommand.ts +++ b/clients/client-lakeformation/src/commands/ListLFTagsCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListLFTagsRequest, ListLFTagsResponse } from "../models/models_0"; import { de_ListLFTagsCommand, se_ListLFTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/ListPermissionsCommand.ts b/clients/client-lakeformation/src/commands/ListPermissionsCommand.ts index 8db26cb56f181..ec9ea77513a24 100644 --- a/clients/client-lakeformation/src/commands/ListPermissionsCommand.ts +++ b/clients/client-lakeformation/src/commands/ListPermissionsCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListPermissionsRequest, ListPermissionsResponse } from "../models/models_0"; import { de_ListPermissionsCommand, se_ListPermissionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/ListResourcesCommand.ts b/clients/client-lakeformation/src/commands/ListResourcesCommand.ts index c5c2b9c4d6853..16b8eb81b19cf 100644 --- a/clients/client-lakeformation/src/commands/ListResourcesCommand.ts +++ b/clients/client-lakeformation/src/commands/ListResourcesCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListResourcesRequest, ListResourcesResponse } from "../models/models_0"; import { de_ListResourcesCommand, se_ListResourcesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/ListTableStorageOptimizersCommand.ts b/clients/client-lakeformation/src/commands/ListTableStorageOptimizersCommand.ts index 6be6da3d6720b..2a076307f5adc 100644 --- a/clients/client-lakeformation/src/commands/ListTableStorageOptimizersCommand.ts +++ b/clients/client-lakeformation/src/commands/ListTableStorageOptimizersCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListTableStorageOptimizersRequest, ListTableStorageOptimizersResponse } from "../models/models_0"; import { de_ListTableStorageOptimizersCommand, se_ListTableStorageOptimizersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/ListTransactionsCommand.ts b/clients/client-lakeformation/src/commands/ListTransactionsCommand.ts index 6dadf630c896a..256affd322546 100644 --- a/clients/client-lakeformation/src/commands/ListTransactionsCommand.ts +++ b/clients/client-lakeformation/src/commands/ListTransactionsCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListTransactionsRequest, ListTransactionsResponse } from "../models/models_0"; import { de_ListTransactionsCommand, se_ListTransactionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/PutDataLakeSettingsCommand.ts b/clients/client-lakeformation/src/commands/PutDataLakeSettingsCommand.ts index 958735b5b184c..37f8d88ef3fde 100644 --- a/clients/client-lakeformation/src/commands/PutDataLakeSettingsCommand.ts +++ b/clients/client-lakeformation/src/commands/PutDataLakeSettingsCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { PutDataLakeSettingsRequest, PutDataLakeSettingsResponse } from "../models/models_0"; import { de_PutDataLakeSettingsCommand, se_PutDataLakeSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/RegisterResourceCommand.ts b/clients/client-lakeformation/src/commands/RegisterResourceCommand.ts index a59b1b5b005f6..32b789e19c4fc 100644 --- a/clients/client-lakeformation/src/commands/RegisterResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/RegisterResourceCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { RegisterResourceRequest, RegisterResourceResponse } from "../models/models_0"; import { de_RegisterResourceCommand, se_RegisterResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/RemoveLFTagsFromResourceCommand.ts b/clients/client-lakeformation/src/commands/RemoveLFTagsFromResourceCommand.ts index 6fde58cac5155..d27a0cf71eb83 100644 --- a/clients/client-lakeformation/src/commands/RemoveLFTagsFromResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/RemoveLFTagsFromResourceCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { RemoveLFTagsFromResourceRequest, RemoveLFTagsFromResourceResponse } from "../models/models_0"; import { de_RemoveLFTagsFromResourceCommand, se_RemoveLFTagsFromResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/RevokePermissionsCommand.ts b/clients/client-lakeformation/src/commands/RevokePermissionsCommand.ts index 3ce3db95d9f08..915c9c8062beb 100644 --- a/clients/client-lakeformation/src/commands/RevokePermissionsCommand.ts +++ b/clients/client-lakeformation/src/commands/RevokePermissionsCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { RevokePermissionsRequest, RevokePermissionsResponse } from "../models/models_0"; import { de_RevokePermissionsCommand, se_RevokePermissionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/SearchDatabasesByLFTagsCommand.ts b/clients/client-lakeformation/src/commands/SearchDatabasesByLFTagsCommand.ts index 1e1046f27af63..6a360be2fbc3c 100644 --- a/clients/client-lakeformation/src/commands/SearchDatabasesByLFTagsCommand.ts +++ b/clients/client-lakeformation/src/commands/SearchDatabasesByLFTagsCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { SearchDatabasesByLFTagsRequest, SearchDatabasesByLFTagsResponse } from "../models/models_0"; import { de_SearchDatabasesByLFTagsCommand, se_SearchDatabasesByLFTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/SearchTablesByLFTagsCommand.ts b/clients/client-lakeformation/src/commands/SearchTablesByLFTagsCommand.ts index 02037baa0d149..f9fea7213c569 100644 --- a/clients/client-lakeformation/src/commands/SearchTablesByLFTagsCommand.ts +++ b/clients/client-lakeformation/src/commands/SearchTablesByLFTagsCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { SearchTablesByLFTagsRequest, SearchTablesByLFTagsResponse } from "../models/models_0"; import { de_SearchTablesByLFTagsCommand, se_SearchTablesByLFTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/StartQueryPlanningCommand.ts b/clients/client-lakeformation/src/commands/StartQueryPlanningCommand.ts index b3aaae55760c8..3d2bd65900919 100644 --- a/clients/client-lakeformation/src/commands/StartQueryPlanningCommand.ts +++ b/clients/client-lakeformation/src/commands/StartQueryPlanningCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_StartQueryPlanningCommand, se_StartQueryPlanningCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/StartTransactionCommand.ts b/clients/client-lakeformation/src/commands/StartTransactionCommand.ts index 2ca12a5e1453e..f3fce24cba525 100644 --- a/clients/client-lakeformation/src/commands/StartTransactionCommand.ts +++ b/clients/client-lakeformation/src/commands/StartTransactionCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { StartTransactionRequest, StartTransactionResponse } from "../models/models_0"; import { de_StartTransactionCommand, se_StartTransactionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/UpdateDataCellsFilterCommand.ts b/clients/client-lakeformation/src/commands/UpdateDataCellsFilterCommand.ts index f993e99795760..5153ffbc3ab90 100644 --- a/clients/client-lakeformation/src/commands/UpdateDataCellsFilterCommand.ts +++ b/clients/client-lakeformation/src/commands/UpdateDataCellsFilterCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateDataCellsFilterRequest, UpdateDataCellsFilterResponse } from "../models/models_0"; import { de_UpdateDataCellsFilterCommand, se_UpdateDataCellsFilterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/UpdateLFTagCommand.ts b/clients/client-lakeformation/src/commands/UpdateLFTagCommand.ts index fd691805c2f9f..0700dee59e520 100644 --- a/clients/client-lakeformation/src/commands/UpdateLFTagCommand.ts +++ b/clients/client-lakeformation/src/commands/UpdateLFTagCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateLFTagRequest, UpdateLFTagResponse } from "../models/models_0"; import { de_UpdateLFTagCommand, se_UpdateLFTagCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/UpdateResourceCommand.ts b/clients/client-lakeformation/src/commands/UpdateResourceCommand.ts index fffcb86e56961..12c99e4b89b44 100644 --- a/clients/client-lakeformation/src/commands/UpdateResourceCommand.ts +++ b/clients/client-lakeformation/src/commands/UpdateResourceCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateResourceRequest, UpdateResourceResponse } from "../models/models_0"; import { de_UpdateResourceCommand, se_UpdateResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/UpdateTableObjectsCommand.ts b/clients/client-lakeformation/src/commands/UpdateTableObjectsCommand.ts index 1758d612d2fa5..6dba45caf08db 100644 --- a/clients/client-lakeformation/src/commands/UpdateTableObjectsCommand.ts +++ b/clients/client-lakeformation/src/commands/UpdateTableObjectsCommand.ts @@ -17,6 +17,10 @@ import { LakeFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateTableObjectsRequest, UpdateTableObjectsResponse } from "../models/models_0"; import { de_UpdateTableObjectsCommand, se_UpdateTableObjectsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/commands/UpdateTableStorageOptimizerCommand.ts b/clients/client-lakeformation/src/commands/UpdateTableStorageOptimizerCommand.ts index 71b9473612d0e..7e00bbbd62e16 100644 --- a/clients/client-lakeformation/src/commands/UpdateTableStorageOptimizerCommand.ts +++ b/clients/client-lakeformation/src/commands/UpdateTableStorageOptimizerCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateTableStorageOptimizerCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lakeformation/src/index.ts b/clients/client-lakeformation/src/index.ts index 1fe5daa43b4cb..b143e6a4ddaf4 100644 --- a/clients/client-lakeformation/src/index.ts +++ b/clients/client-lakeformation/src/index.ts @@ -1,8 +1,15 @@ -export * from "./LakeFormation"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Lake Formation + *

Defines the public endpoint for the Lake Formation service.

+ * + * @packageDocumentation + */ export * from "./LakeFormationClient"; +export * from "./LakeFormation"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { LakeFormationServiceException } from "./models/LakeFormationServiceException"; diff --git a/clients/client-lakeformation/src/models/LakeFormationServiceException.ts b/clients/client-lakeformation/src/models/LakeFormationServiceException.ts index 9c93f2a2de8c8..f246e12fb9d6e 100644 --- a/clients/client-lakeformation/src/models/LakeFormationServiceException.ts +++ b/clients/client-lakeformation/src/models/LakeFormationServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-lambda/src/LambdaClient.ts b/clients/client-lambda/src/LambdaClient.ts index d259bdf7bd316..4716cceb23d20 100644 --- a/clients/client-lambda/src/LambdaClient.ts +++ b/clients/client-lambda/src/LambdaClient.ts @@ -257,6 +257,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -531,7 +533,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type LambdaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type LambdaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -551,7 +553,7 @@ export interface LambdaClientConfig extends LambdaClientConfigType {} /** * @public */ -type LambdaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type LambdaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-lambda/src/commands/AddLayerVersionPermissionCommand.ts b/clients/client-lambda/src/commands/AddLayerVersionPermissionCommand.ts index bab0bece68dac..4d2a7dd235aa1 100644 --- a/clients/client-lambda/src/commands/AddLayerVersionPermissionCommand.ts +++ b/clients/client-lambda/src/commands/AddLayerVersionPermissionCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { AddLayerVersionPermissionRequest, AddLayerVersionPermissionResponse } from "../models/models_0"; import { de_AddLayerVersionPermissionCommand, se_AddLayerVersionPermissionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/AddPermissionCommand.ts b/clients/client-lambda/src/commands/AddPermissionCommand.ts index 013b12d118f2d..69545d49e1968 100644 --- a/clients/client-lambda/src/commands/AddPermissionCommand.ts +++ b/clients/client-lambda/src/commands/AddPermissionCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { AddPermissionRequest, AddPermissionResponse } from "../models/models_0"; import { de_AddPermissionCommand, se_AddPermissionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/CreateAliasCommand.ts b/clients/client-lambda/src/commands/CreateAliasCommand.ts index fe5f5a5d7d007..323c64f6c79b9 100644 --- a/clients/client-lambda/src/commands/CreateAliasCommand.ts +++ b/clients/client-lambda/src/commands/CreateAliasCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { AliasConfiguration, CreateAliasRequest } from "../models/models_0"; import { de_CreateAliasCommand, se_CreateAliasCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/CreateCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/CreateCodeSigningConfigCommand.ts index 76764ddd6a6c5..64d29f8f4c348 100644 --- a/clients/client-lambda/src/commands/CreateCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/CreateCodeSigningConfigCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateCodeSigningConfigRequest, CreateCodeSigningConfigResponse } from "../models/models_0"; import { de_CreateCodeSigningConfigCommand, se_CreateCodeSigningConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/CreateEventSourceMappingCommand.ts b/clients/client-lambda/src/commands/CreateEventSourceMappingCommand.ts index 4c10ca470e504..f4f818da4fe9d 100644 --- a/clients/client-lambda/src/commands/CreateEventSourceMappingCommand.ts +++ b/clients/client-lambda/src/commands/CreateEventSourceMappingCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateEventSourceMappingRequest, EventSourceMappingConfiguration } from "../models/models_0"; import { de_CreateEventSourceMappingCommand, se_CreateEventSourceMappingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/CreateFunctionCommand.ts b/clients/client-lambda/src/commands/CreateFunctionCommand.ts index 79ba3229404d8..17aef16c42eec 100644 --- a/clients/client-lambda/src/commands/CreateFunctionCommand.ts +++ b/clients/client-lambda/src/commands/CreateFunctionCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateFunctionCommand, se_CreateFunctionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/CreateFunctionUrlConfigCommand.ts b/clients/client-lambda/src/commands/CreateFunctionUrlConfigCommand.ts index 00a0f44ce79e0..e4a6dfce97138 100644 --- a/clients/client-lambda/src/commands/CreateFunctionUrlConfigCommand.ts +++ b/clients/client-lambda/src/commands/CreateFunctionUrlConfigCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateFunctionUrlConfigRequest, CreateFunctionUrlConfigResponse } from "../models/models_0"; import { de_CreateFunctionUrlConfigCommand, se_CreateFunctionUrlConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/DeleteAliasCommand.ts b/clients/client-lambda/src/commands/DeleteAliasCommand.ts index 439c53e857007..879ab8e094731 100644 --- a/clients/client-lambda/src/commands/DeleteAliasCommand.ts +++ b/clients/client-lambda/src/commands/DeleteAliasCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteAliasRequest } from "../models/models_0"; import { de_DeleteAliasCommand, se_DeleteAliasCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/DeleteCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/DeleteCodeSigningConfigCommand.ts index 6fc0ed8920aca..289dc5f4aceb8 100644 --- a/clients/client-lambda/src/commands/DeleteCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/DeleteCodeSigningConfigCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteCodeSigningConfigRequest, DeleteCodeSigningConfigResponse } from "../models/models_0"; import { de_DeleteCodeSigningConfigCommand, se_DeleteCodeSigningConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/DeleteEventSourceMappingCommand.ts b/clients/client-lambda/src/commands/DeleteEventSourceMappingCommand.ts index 46555f46e1182..6a46aa3a9d58a 100644 --- a/clients/client-lambda/src/commands/DeleteEventSourceMappingCommand.ts +++ b/clients/client-lambda/src/commands/DeleteEventSourceMappingCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteEventSourceMappingRequest, EventSourceMappingConfiguration } from "../models/models_0"; import { de_DeleteEventSourceMappingCommand, se_DeleteEventSourceMappingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/DeleteFunctionCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionCodeSigningConfigCommand.ts index b61e2e7aa3835..a4d0d6c6f0253 100644 --- a/clients/client-lambda/src/commands/DeleteFunctionCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/DeleteFunctionCodeSigningConfigCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteFunctionCodeSigningConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/DeleteFunctionCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionCommand.ts index 48cc6247815c1..66b4cca7c8f9e 100644 --- a/clients/client-lambda/src/commands/DeleteFunctionCommand.ts +++ b/clients/client-lambda/src/commands/DeleteFunctionCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteFunctionRequest } from "../models/models_0"; import { de_DeleteFunctionCommand, se_DeleteFunctionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/DeleteFunctionConcurrencyCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionConcurrencyCommand.ts index 0b9e2f275b290..d0c4f0de01b34 100644 --- a/clients/client-lambda/src/commands/DeleteFunctionConcurrencyCommand.ts +++ b/clients/client-lambda/src/commands/DeleteFunctionConcurrencyCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteFunctionConcurrencyRequest } from "../models/models_0"; import { de_DeleteFunctionConcurrencyCommand, se_DeleteFunctionConcurrencyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/DeleteFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionEventInvokeConfigCommand.ts index be8dfae73dfdf..c8e6c9fb83f7a 100644 --- a/clients/client-lambda/src/commands/DeleteFunctionEventInvokeConfigCommand.ts +++ b/clients/client-lambda/src/commands/DeleteFunctionEventInvokeConfigCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteFunctionEventInvokeConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/DeleteFunctionUrlConfigCommand.ts b/clients/client-lambda/src/commands/DeleteFunctionUrlConfigCommand.ts index 44adc69a803d2..bba1261ec4974 100644 --- a/clients/client-lambda/src/commands/DeleteFunctionUrlConfigCommand.ts +++ b/clients/client-lambda/src/commands/DeleteFunctionUrlConfigCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteFunctionUrlConfigRequest } from "../models/models_0"; import { de_DeleteFunctionUrlConfigCommand, se_DeleteFunctionUrlConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/DeleteLayerVersionCommand.ts b/clients/client-lambda/src/commands/DeleteLayerVersionCommand.ts index d960697002ec6..16a9b86dae73d 100644 --- a/clients/client-lambda/src/commands/DeleteLayerVersionCommand.ts +++ b/clients/client-lambda/src/commands/DeleteLayerVersionCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteLayerVersionRequest } from "../models/models_0"; import { de_DeleteLayerVersionCommand, se_DeleteLayerVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/DeleteProvisionedConcurrencyConfigCommand.ts b/clients/client-lambda/src/commands/DeleteProvisionedConcurrencyConfigCommand.ts index 121500d6e1773..efccebbddf703 100644 --- a/clients/client-lambda/src/commands/DeleteProvisionedConcurrencyConfigCommand.ts +++ b/clients/client-lambda/src/commands/DeleteProvisionedConcurrencyConfigCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteProvisionedConcurrencyConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/GetAccountSettingsCommand.ts b/clients/client-lambda/src/commands/GetAccountSettingsCommand.ts index 5cd005eb844a5..1539eab51b540 100644 --- a/clients/client-lambda/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-lambda/src/commands/GetAccountSettingsCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetAccountSettingsRequest, GetAccountSettingsResponse } from "../models/models_0"; import { de_GetAccountSettingsCommand, se_GetAccountSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/GetAliasCommand.ts b/clients/client-lambda/src/commands/GetAliasCommand.ts index 1671ac3f6f8ed..bb984812ce118 100644 --- a/clients/client-lambda/src/commands/GetAliasCommand.ts +++ b/clients/client-lambda/src/commands/GetAliasCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { AliasConfiguration, GetAliasRequest } from "../models/models_0"; import { de_GetAliasCommand, se_GetAliasCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/GetCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/GetCodeSigningConfigCommand.ts index b47e6d00e5369..5bd58a3d5ddc1 100644 --- a/clients/client-lambda/src/commands/GetCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetCodeSigningConfigCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetCodeSigningConfigRequest, GetCodeSigningConfigResponse } from "../models/models_0"; import { de_GetCodeSigningConfigCommand, se_GetCodeSigningConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/GetEventSourceMappingCommand.ts b/clients/client-lambda/src/commands/GetEventSourceMappingCommand.ts index 9623a38277d0c..25e4729b50299 100644 --- a/clients/client-lambda/src/commands/GetEventSourceMappingCommand.ts +++ b/clients/client-lambda/src/commands/GetEventSourceMappingCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { EventSourceMappingConfiguration, GetEventSourceMappingRequest } from "../models/models_0"; import { de_GetEventSourceMappingCommand, se_GetEventSourceMappingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/GetFunctionCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/GetFunctionCodeSigningConfigCommand.ts index 75b0721877c83..b1130ed4758f0 100644 --- a/clients/client-lambda/src/commands/GetFunctionCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionCodeSigningConfigCommand.ts @@ -20,6 +20,10 @@ import { se_GetFunctionCodeSigningConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/GetFunctionCommand.ts b/clients/client-lambda/src/commands/GetFunctionCommand.ts index 0dbd66c421a0e..8ee166b719cee 100644 --- a/clients/client-lambda/src/commands/GetFunctionCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetFunctionRequest, GetFunctionResponse, GetFunctionResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetFunctionCommand, se_GetFunctionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/GetFunctionConcurrencyCommand.ts b/clients/client-lambda/src/commands/GetFunctionConcurrencyCommand.ts index 7e582f289cc6b..ebd0df376a153 100644 --- a/clients/client-lambda/src/commands/GetFunctionConcurrencyCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionConcurrencyCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetFunctionConcurrencyRequest, GetFunctionConcurrencyResponse } from "../models/models_0"; import { de_GetFunctionConcurrencyCommand, se_GetFunctionConcurrencyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/GetFunctionConfigurationCommand.ts b/clients/client-lambda/src/commands/GetFunctionConfigurationCommand.ts index f6b617ffc0795..23f67355a8eb7 100644 --- a/clients/client-lambda/src/commands/GetFunctionConfigurationCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionConfigurationCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetFunctionConfigurationCommand, se_GetFunctionConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/GetFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/src/commands/GetFunctionEventInvokeConfigCommand.ts index 13b68980b70e9..383067e9cbb14 100644 --- a/clients/client-lambda/src/commands/GetFunctionEventInvokeConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionEventInvokeConfigCommand.ts @@ -20,6 +20,10 @@ import { se_GetFunctionEventInvokeConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/GetFunctionUrlConfigCommand.ts b/clients/client-lambda/src/commands/GetFunctionUrlConfigCommand.ts index 734b0d895306b..7d2584ba4aa52 100644 --- a/clients/client-lambda/src/commands/GetFunctionUrlConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetFunctionUrlConfigCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetFunctionUrlConfigRequest, GetFunctionUrlConfigResponse } from "../models/models_0"; import { de_GetFunctionUrlConfigCommand, se_GetFunctionUrlConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/GetLayerVersionByArnCommand.ts b/clients/client-lambda/src/commands/GetLayerVersionByArnCommand.ts index dc5a2de1d0279..a0d0768cfa1c9 100644 --- a/clients/client-lambda/src/commands/GetLayerVersionByArnCommand.ts +++ b/clients/client-lambda/src/commands/GetLayerVersionByArnCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetLayerVersionByArnRequest, GetLayerVersionResponse } from "../models/models_0"; import { de_GetLayerVersionByArnCommand, se_GetLayerVersionByArnCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/GetLayerVersionCommand.ts b/clients/client-lambda/src/commands/GetLayerVersionCommand.ts index fe0b9da03c480..617b17693daa8 100644 --- a/clients/client-lambda/src/commands/GetLayerVersionCommand.ts +++ b/clients/client-lambda/src/commands/GetLayerVersionCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetLayerVersionRequest, GetLayerVersionResponse } from "../models/models_0"; import { de_GetLayerVersionCommand, se_GetLayerVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/GetLayerVersionPolicyCommand.ts b/clients/client-lambda/src/commands/GetLayerVersionPolicyCommand.ts index 41ba76bfdf9d8..3df07b10f8568 100644 --- a/clients/client-lambda/src/commands/GetLayerVersionPolicyCommand.ts +++ b/clients/client-lambda/src/commands/GetLayerVersionPolicyCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetLayerVersionPolicyRequest, GetLayerVersionPolicyResponse } from "../models/models_0"; import { de_GetLayerVersionPolicyCommand, se_GetLayerVersionPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/GetPolicyCommand.ts b/clients/client-lambda/src/commands/GetPolicyCommand.ts index 4d3b84f08af8f..d14dc9539e00a 100644 --- a/clients/client-lambda/src/commands/GetPolicyCommand.ts +++ b/clients/client-lambda/src/commands/GetPolicyCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0"; import { de_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/GetProvisionedConcurrencyConfigCommand.ts b/clients/client-lambda/src/commands/GetProvisionedConcurrencyConfigCommand.ts index 759caba3bf574..ad225fafb50ef 100644 --- a/clients/client-lambda/src/commands/GetProvisionedConcurrencyConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetProvisionedConcurrencyConfigCommand.ts @@ -20,6 +20,10 @@ import { se_GetProvisionedConcurrencyConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/GetRuntimeManagementConfigCommand.ts b/clients/client-lambda/src/commands/GetRuntimeManagementConfigCommand.ts index 2e219b8542517..65d5cf0d67175 100644 --- a/clients/client-lambda/src/commands/GetRuntimeManagementConfigCommand.ts +++ b/clients/client-lambda/src/commands/GetRuntimeManagementConfigCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetRuntimeManagementConfigRequest, GetRuntimeManagementConfigResponse } from "../models/models_0"; import { de_GetRuntimeManagementConfigCommand, se_GetRuntimeManagementConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/InvokeAsyncCommand.ts b/clients/client-lambda/src/commands/InvokeAsyncCommand.ts index 15d2463e1696e..e59ac24de8b31 100644 --- a/clients/client-lambda/src/commands/InvokeAsyncCommand.ts +++ b/clients/client-lambda/src/commands/InvokeAsyncCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { InvokeAsyncRequest, InvokeAsyncRequestFilterSensitiveLog, InvokeAsyncResponse } from "../models/models_0"; import { de_InvokeAsyncCommand, se_InvokeAsyncCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/InvokeCommand.ts b/clients/client-lambda/src/commands/InvokeCommand.ts index 8d64986ef39dd..77d44aa021818 100644 --- a/clients/client-lambda/src/commands/InvokeCommand.ts +++ b/clients/client-lambda/src/commands/InvokeCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_InvokeCommand, se_InvokeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts b/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts index 980850330163d..d1a4d87a54687 100644 --- a/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts +++ b/clients/client-lambda/src/commands/InvokeWithResponseStreamCommand.ts @@ -23,6 +23,10 @@ import { } from "../models/models_0"; import { de_InvokeWithResponseStreamCommand, se_InvokeWithResponseStreamCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/ListAliasesCommand.ts b/clients/client-lambda/src/commands/ListAliasesCommand.ts index d1145368a911f..e0c161cc63db4 100644 --- a/clients/client-lambda/src/commands/ListAliasesCommand.ts +++ b/clients/client-lambda/src/commands/ListAliasesCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListAliasesRequest, ListAliasesResponse } from "../models/models_0"; import { de_ListAliasesCommand, se_ListAliasesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/ListCodeSigningConfigsCommand.ts b/clients/client-lambda/src/commands/ListCodeSigningConfigsCommand.ts index 9ef7d07be7796..6431db62fe71b 100644 --- a/clients/client-lambda/src/commands/ListCodeSigningConfigsCommand.ts +++ b/clients/client-lambda/src/commands/ListCodeSigningConfigsCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListCodeSigningConfigsRequest, ListCodeSigningConfigsResponse } from "../models/models_0"; import { de_ListCodeSigningConfigsCommand, se_ListCodeSigningConfigsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/ListEventSourceMappingsCommand.ts b/clients/client-lambda/src/commands/ListEventSourceMappingsCommand.ts index d16e31f2aac78..b18b423fdd50b 100644 --- a/clients/client-lambda/src/commands/ListEventSourceMappingsCommand.ts +++ b/clients/client-lambda/src/commands/ListEventSourceMappingsCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListEventSourceMappingsRequest, ListEventSourceMappingsResponse } from "../models/models_0"; import { de_ListEventSourceMappingsCommand, se_ListEventSourceMappingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/ListFunctionEventInvokeConfigsCommand.ts b/clients/client-lambda/src/commands/ListFunctionEventInvokeConfigsCommand.ts index 8b610b457c802..43920b1e30a44 100644 --- a/clients/client-lambda/src/commands/ListFunctionEventInvokeConfigsCommand.ts +++ b/clients/client-lambda/src/commands/ListFunctionEventInvokeConfigsCommand.ts @@ -20,6 +20,10 @@ import { se_ListFunctionEventInvokeConfigsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/ListFunctionUrlConfigsCommand.ts b/clients/client-lambda/src/commands/ListFunctionUrlConfigsCommand.ts index 4f4edc3df218b..f5534a38dbdef 100644 --- a/clients/client-lambda/src/commands/ListFunctionUrlConfigsCommand.ts +++ b/clients/client-lambda/src/commands/ListFunctionUrlConfigsCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListFunctionUrlConfigsRequest, ListFunctionUrlConfigsResponse } from "../models/models_0"; import { de_ListFunctionUrlConfigsCommand, se_ListFunctionUrlConfigsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/ListFunctionsByCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/ListFunctionsByCodeSigningConfigCommand.ts index ba89ed775c160..22aa6a89e4048 100644 --- a/clients/client-lambda/src/commands/ListFunctionsByCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/ListFunctionsByCodeSigningConfigCommand.ts @@ -20,6 +20,10 @@ import { se_ListFunctionsByCodeSigningConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/ListFunctionsCommand.ts b/clients/client-lambda/src/commands/ListFunctionsCommand.ts index 6407ebf5df31a..779b95f799d8d 100644 --- a/clients/client-lambda/src/commands/ListFunctionsCommand.ts +++ b/clients/client-lambda/src/commands/ListFunctionsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListFunctionsCommand, se_ListFunctionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/ListLayerVersionsCommand.ts b/clients/client-lambda/src/commands/ListLayerVersionsCommand.ts index abe91878f42fd..2184916226d4f 100644 --- a/clients/client-lambda/src/commands/ListLayerVersionsCommand.ts +++ b/clients/client-lambda/src/commands/ListLayerVersionsCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListLayerVersionsRequest, ListLayerVersionsResponse } from "../models/models_0"; import { de_ListLayerVersionsCommand, se_ListLayerVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/ListLayersCommand.ts b/clients/client-lambda/src/commands/ListLayersCommand.ts index d12ad33605b85..96b3a57101405 100644 --- a/clients/client-lambda/src/commands/ListLayersCommand.ts +++ b/clients/client-lambda/src/commands/ListLayersCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListLayersRequest, ListLayersResponse } from "../models/models_0"; import { de_ListLayersCommand, se_ListLayersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/ListProvisionedConcurrencyConfigsCommand.ts b/clients/client-lambda/src/commands/ListProvisionedConcurrencyConfigsCommand.ts index 0f917fa5541a5..582c0ffa46f99 100644 --- a/clients/client-lambda/src/commands/ListProvisionedConcurrencyConfigsCommand.ts +++ b/clients/client-lambda/src/commands/ListProvisionedConcurrencyConfigsCommand.ts @@ -23,6 +23,10 @@ import { se_ListProvisionedConcurrencyConfigsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/ListTagsCommand.ts b/clients/client-lambda/src/commands/ListTagsCommand.ts index 9ddf39fcef187..80231c50efc19 100644 --- a/clients/client-lambda/src/commands/ListTagsCommand.ts +++ b/clients/client-lambda/src/commands/ListTagsCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListTagsRequest, ListTagsResponse } from "../models/models_0"; import { de_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/ListVersionsByFunctionCommand.ts b/clients/client-lambda/src/commands/ListVersionsByFunctionCommand.ts index dfb78bbb965f4..b7c783a1edb1b 100644 --- a/clients/client-lambda/src/commands/ListVersionsByFunctionCommand.ts +++ b/clients/client-lambda/src/commands/ListVersionsByFunctionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListVersionsByFunctionCommand, se_ListVersionsByFunctionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/PublishLayerVersionCommand.ts b/clients/client-lambda/src/commands/PublishLayerVersionCommand.ts index 8a89a51885166..c7b207ef2cdcf 100644 --- a/clients/client-lambda/src/commands/PublishLayerVersionCommand.ts +++ b/clients/client-lambda/src/commands/PublishLayerVersionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_PublishLayerVersionCommand, se_PublishLayerVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/PublishVersionCommand.ts b/clients/client-lambda/src/commands/PublishVersionCommand.ts index 681ca3dedc49f..f934d4acd7023 100644 --- a/clients/client-lambda/src/commands/PublishVersionCommand.ts +++ b/clients/client-lambda/src/commands/PublishVersionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_PublishVersionCommand, se_PublishVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/PutFunctionCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/PutFunctionCodeSigningConfigCommand.ts index e4c61055bb809..4f9f8654ccf4d 100644 --- a/clients/client-lambda/src/commands/PutFunctionCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/PutFunctionCodeSigningConfigCommand.ts @@ -20,6 +20,10 @@ import { se_PutFunctionCodeSigningConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/PutFunctionConcurrencyCommand.ts b/clients/client-lambda/src/commands/PutFunctionConcurrencyCommand.ts index d39159e3965ac..940796fe62136 100644 --- a/clients/client-lambda/src/commands/PutFunctionConcurrencyCommand.ts +++ b/clients/client-lambda/src/commands/PutFunctionConcurrencyCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { Concurrency, PutFunctionConcurrencyRequest } from "../models/models_0"; import { de_PutFunctionConcurrencyCommand, se_PutFunctionConcurrencyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/PutFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/src/commands/PutFunctionEventInvokeConfigCommand.ts index c4c8d888cece5..a24073819c097 100644 --- a/clients/client-lambda/src/commands/PutFunctionEventInvokeConfigCommand.ts +++ b/clients/client-lambda/src/commands/PutFunctionEventInvokeConfigCommand.ts @@ -20,6 +20,10 @@ import { se_PutFunctionEventInvokeConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/PutProvisionedConcurrencyConfigCommand.ts b/clients/client-lambda/src/commands/PutProvisionedConcurrencyConfigCommand.ts index 83a59d49c1478..1c4159c93fbf6 100644 --- a/clients/client-lambda/src/commands/PutProvisionedConcurrencyConfigCommand.ts +++ b/clients/client-lambda/src/commands/PutProvisionedConcurrencyConfigCommand.ts @@ -20,6 +20,10 @@ import { se_PutProvisionedConcurrencyConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/PutRuntimeManagementConfigCommand.ts b/clients/client-lambda/src/commands/PutRuntimeManagementConfigCommand.ts index 24593ba327135..b88ccd135a2ec 100644 --- a/clients/client-lambda/src/commands/PutRuntimeManagementConfigCommand.ts +++ b/clients/client-lambda/src/commands/PutRuntimeManagementConfigCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { PutRuntimeManagementConfigRequest, PutRuntimeManagementConfigResponse } from "../models/models_0"; import { de_PutRuntimeManagementConfigCommand, se_PutRuntimeManagementConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/RemoveLayerVersionPermissionCommand.ts b/clients/client-lambda/src/commands/RemoveLayerVersionPermissionCommand.ts index 238d4df099c76..f0b4a143f9197 100644 --- a/clients/client-lambda/src/commands/RemoveLayerVersionPermissionCommand.ts +++ b/clients/client-lambda/src/commands/RemoveLayerVersionPermissionCommand.ts @@ -20,6 +20,10 @@ import { se_RemoveLayerVersionPermissionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/RemovePermissionCommand.ts b/clients/client-lambda/src/commands/RemovePermissionCommand.ts index 165fe3948989b..03b73bb964814 100644 --- a/clients/client-lambda/src/commands/RemovePermissionCommand.ts +++ b/clients/client-lambda/src/commands/RemovePermissionCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { RemovePermissionRequest } from "../models/models_0"; import { de_RemovePermissionCommand, se_RemovePermissionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/TagResourceCommand.ts b/clients/client-lambda/src/commands/TagResourceCommand.ts index 111e033d3f7eb..48fa3a117f8a5 100644 --- a/clients/client-lambda/src/commands/TagResourceCommand.ts +++ b/clients/client-lambda/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { TagResourceRequest } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/UntagResourceCommand.ts b/clients/client-lambda/src/commands/UntagResourceCommand.ts index c532310eb5adc..0c79910dfb957 100644 --- a/clients/client-lambda/src/commands/UntagResourceCommand.ts +++ b/clients/client-lambda/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/UpdateAliasCommand.ts b/clients/client-lambda/src/commands/UpdateAliasCommand.ts index 87952888e47ce..eb4ee4c590ad7 100644 --- a/clients/client-lambda/src/commands/UpdateAliasCommand.ts +++ b/clients/client-lambda/src/commands/UpdateAliasCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { AliasConfiguration, UpdateAliasRequest } from "../models/models_0"; import { de_UpdateAliasCommand, se_UpdateAliasCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/UpdateCodeSigningConfigCommand.ts b/clients/client-lambda/src/commands/UpdateCodeSigningConfigCommand.ts index adcfa73441ab5..d1da36a2a90de 100644 --- a/clients/client-lambda/src/commands/UpdateCodeSigningConfigCommand.ts +++ b/clients/client-lambda/src/commands/UpdateCodeSigningConfigCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateCodeSigningConfigRequest, UpdateCodeSigningConfigResponse } from "../models/models_0"; import { de_UpdateCodeSigningConfigCommand, se_UpdateCodeSigningConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/UpdateEventSourceMappingCommand.ts b/clients/client-lambda/src/commands/UpdateEventSourceMappingCommand.ts index 8ccb29b0f3633..443e3ebf2e73c 100644 --- a/clients/client-lambda/src/commands/UpdateEventSourceMappingCommand.ts +++ b/clients/client-lambda/src/commands/UpdateEventSourceMappingCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { EventSourceMappingConfiguration, UpdateEventSourceMappingRequest } from "../models/models_0"; import { de_UpdateEventSourceMappingCommand, se_UpdateEventSourceMappingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/UpdateFunctionCodeCommand.ts b/clients/client-lambda/src/commands/UpdateFunctionCodeCommand.ts index e15fd8cb06182..d36d92dc1a7d7 100644 --- a/clients/client-lambda/src/commands/UpdateFunctionCodeCommand.ts +++ b/clients/client-lambda/src/commands/UpdateFunctionCodeCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_UpdateFunctionCodeCommand, se_UpdateFunctionCodeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/UpdateFunctionConfigurationCommand.ts b/clients/client-lambda/src/commands/UpdateFunctionConfigurationCommand.ts index 020428879c98b..da10e18a9e0e6 100644 --- a/clients/client-lambda/src/commands/UpdateFunctionConfigurationCommand.ts +++ b/clients/client-lambda/src/commands/UpdateFunctionConfigurationCommand.ts @@ -25,6 +25,10 @@ import { se_UpdateFunctionConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/UpdateFunctionEventInvokeConfigCommand.ts b/clients/client-lambda/src/commands/UpdateFunctionEventInvokeConfigCommand.ts index e32e1abb59264..ea24e047aacab 100644 --- a/clients/client-lambda/src/commands/UpdateFunctionEventInvokeConfigCommand.ts +++ b/clients/client-lambda/src/commands/UpdateFunctionEventInvokeConfigCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateFunctionEventInvokeConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/commands/UpdateFunctionUrlConfigCommand.ts b/clients/client-lambda/src/commands/UpdateFunctionUrlConfigCommand.ts index 6f7579e925156..304e7c62a2146 100644 --- a/clients/client-lambda/src/commands/UpdateFunctionUrlConfigCommand.ts +++ b/clients/client-lambda/src/commands/UpdateFunctionUrlConfigCommand.ts @@ -17,6 +17,10 @@ import { LambdaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateFunctionUrlConfigRequest, UpdateFunctionUrlConfigResponse } from "../models/models_0"; import { de_UpdateFunctionUrlConfigCommand, se_UpdateFunctionUrlConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lambda/src/index.ts b/clients/client-lambda/src/index.ts index cab73e8d98eec..3f7e9df29a870 100644 --- a/clients/client-lambda/src/index.ts +++ b/clients/client-lambda/src/index.ts @@ -1,9 +1,79 @@ -export * from "./Lambda"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Lambda + *

+ * Overview + *

+ *

Lambda is a compute service that lets you run code without provisioning or managing servers. + * Lambda runs your code on a high-availability compute infrastructure and performs all of the + * administration of the compute resources, including server and operating system maintenance, capacity provisioning + * and automatic scaling, code monitoring and logging. With Lambda, you can run code for virtually any + * type of application or backend service. For more information about the Lambda service, see What is Lambda in the Lambda Developer Guide.

+ *

The Lambda API Reference provides information about + * each of the API methods, including details about the parameters in each API request and + * response.

+ *

+ *

You can use Software Development Kits (SDKs), Integrated Development Environment (IDE) Toolkits, and command + * line tools to access the API. For installation instructions, see Tools for + * Amazon Web Services.

+ *

For a list of Region-specific endpoints that Lambda supports, + * see Lambda + * endpoints and quotas in the Amazon Web Services General Reference..

+ *

When making the API calls, you will need to + * authenticate your request by providing a signature. Lambda supports signature version 4. For more information, + * see Signature Version 4 signing process in the + * Amazon Web Services General Reference..

+ *

+ * CA certificates + *

+ *

Because Amazon Web Services SDKs use the CA certificates from your computer, changes to the certificates on the Amazon Web Services servers + * can cause connection failures when you attempt to use an SDK. You can prevent these failures by keeping your + * computer's CA certificates and operating system up-to-date. If you encounter this issue in a corporate + * environment and do not manage your own computer, you might need to ask an administrator to assist with the + * update process. The following list shows minimum operating system and Java versions:

+ *
    + *
  • + *

    Microsoft Windows versions that have updates from January 2005 or later installed contain at least one + * of the required CAs in their trust list.

    + *
  • + *
  • + *

    Mac OS X 10.4 with Java for Mac OS X 10.4 Release 5 (February 2007), Mac OS X 10.5 (October 2007), and + * later versions contain at least one of the required CAs in their trust list.

    + *
  • + *
  • + *

    Red Hat Enterprise Linux 5 (March 2007), 6, and 7 and CentOS 5, 6, and 7 all contain at least one of the + * required CAs in their default trusted CA list.

    + *
  • + *
  • + *

    Java 1.4.2_12 (May 2006), 5 Update 2 (March 2005), and all later versions, including Java 6 (December + * 2006), 7, and 8, contain at least one of the required CAs in their default trusted CA list.

    + *
  • + *
+ *

When accessing the Lambda management console or Lambda API endpoints, whether through browsers or + * programmatically, you will need to ensure your client machines support any of the following CAs:

+ *
    + *
  • + *

    Amazon Root CA 1

    + *
  • + *
  • + *

    Starfield Services Root Certificate Authority - G2

    + *
  • + *
  • + *

    Starfield Class 2 Certification Authority

    + *
  • + *
+ *

Root certificates from the first two authorities are available from Amazon trust services, but keeping your computer + * up-to-date is the more straightforward solution. To learn more about ACM-provided certificates, see Amazon Web Services Certificate Manager FAQs. + *

+ * + * @packageDocumentation + */ export * from "./LambdaClient"; +export * from "./Lambda"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { LambdaServiceException } from "./models/LambdaServiceException"; diff --git a/clients/client-lambda/src/models/LambdaServiceException.ts b/clients/client-lambda/src/models/LambdaServiceException.ts index 101b8daa37562..845c0d1577059 100644 --- a/clients/client-lambda/src/models/LambdaServiceException.ts +++ b/clients/client-lambda/src/models/LambdaServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-lex-model-building-service/src/LexModelBuildingServiceClient.ts b/clients/client-lex-model-building-service/src/LexModelBuildingServiceClient.ts index bd234fb90c667..9ebb2f7fd91b8 100644 --- a/clients/client-lex-model-building-service/src/LexModelBuildingServiceClient.ts +++ b/clients/client-lex-model-building-service/src/LexModelBuildingServiceClient.ts @@ -131,6 +131,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -352,7 +354,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type LexModelBuildingServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type LexModelBuildingServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -371,7 +373,7 @@ export interface LexModelBuildingServiceClientConfig extends LexModelBuildingSer /** * @public */ -type LexModelBuildingServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type LexModelBuildingServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-lex-model-building-service/src/commands/CreateBotVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/CreateBotVersionCommand.ts index c55d4a95254b0..c97fa0ce7f003 100644 --- a/clients/client-lex-model-building-service/src/commands/CreateBotVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/CreateBotVersionCommand.ts @@ -21,6 +21,10 @@ import { import { CreateBotVersionRequest, CreateBotVersionResponse } from "../models/models_0"; import { de_CreateBotVersionCommand, se_CreateBotVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/CreateIntentVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/CreateIntentVersionCommand.ts index 8ab4e6c61e456..d8a82bae792b2 100644 --- a/clients/client-lex-model-building-service/src/commands/CreateIntentVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/CreateIntentVersionCommand.ts @@ -21,6 +21,10 @@ import { import { CreateIntentVersionRequest, CreateIntentVersionResponse } from "../models/models_0"; import { de_CreateIntentVersionCommand, se_CreateIntentVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/CreateSlotTypeVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/CreateSlotTypeVersionCommand.ts index 7346aaa0f13cf..15917bca496cf 100644 --- a/clients/client-lex-model-building-service/src/commands/CreateSlotTypeVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/CreateSlotTypeVersionCommand.ts @@ -21,6 +21,10 @@ import { import { CreateSlotTypeVersionRequest, CreateSlotTypeVersionResponse } from "../models/models_0"; import { de_CreateSlotTypeVersionCommand, se_CreateSlotTypeVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/DeleteBotAliasCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteBotAliasCommand.ts index 540ff643f34ff..04da63f2afb76 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteBotAliasCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteBotAliasCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteBotAliasRequest } from "../models/models_0"; import { de_DeleteBotAliasCommand, se_DeleteBotAliasCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/DeleteBotChannelAssociationCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteBotChannelAssociationCommand.ts index 4ab3d8424bbd2..94c26bab09ed2 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteBotChannelAssociationCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteBotChannelAssociationCommand.ts @@ -24,6 +24,10 @@ import { se_DeleteBotChannelAssociationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/DeleteBotCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteBotCommand.ts index 939f66a1b1332..033d1024b560b 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteBotCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteBotCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteBotRequest } from "../models/models_0"; import { de_DeleteBotCommand, se_DeleteBotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/DeleteBotVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteBotVersionCommand.ts index e938c8caf07fa..25c9021a429f3 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteBotVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteBotVersionCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteBotVersionRequest } from "../models/models_0"; import { de_DeleteBotVersionCommand, se_DeleteBotVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/DeleteIntentCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteIntentCommand.ts index aeb2c1d8199d5..6f8c7c39024eb 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteIntentCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteIntentCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteIntentRequest } from "../models/models_0"; import { de_DeleteIntentCommand, se_DeleteIntentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/DeleteIntentVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteIntentVersionCommand.ts index 68fe455f5c7e8..29563b4f14c7e 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteIntentVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteIntentVersionCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteIntentVersionRequest } from "../models/models_0"; import { de_DeleteIntentVersionCommand, se_DeleteIntentVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeCommand.ts index 1b780d0de9ed4..2e47df96cd3ec 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteSlotTypeRequest } from "../models/models_0"; import { de_DeleteSlotTypeCommand, se_DeleteSlotTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeVersionCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeVersionCommand.ts index 73a7a5c13c543..debc404d0799c 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeVersionCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteSlotTypeVersionCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteSlotTypeVersionRequest } from "../models/models_0"; import { de_DeleteSlotTypeVersionCommand, se_DeleteSlotTypeVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/DeleteUtterancesCommand.ts b/clients/client-lex-model-building-service/src/commands/DeleteUtterancesCommand.ts index 378ed6c80e126..32a5fe1eb8c8b 100644 --- a/clients/client-lex-model-building-service/src/commands/DeleteUtterancesCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/DeleteUtterancesCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteUtterancesRequest } from "../models/models_0"; import { de_DeleteUtterancesCommand, se_DeleteUtterancesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/GetBotAliasCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotAliasCommand.ts index a2a85e6d7c65b..e7559155a79f8 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotAliasCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotAliasCommand.ts @@ -21,6 +21,10 @@ import { import { GetBotAliasRequest, GetBotAliasResponse } from "../models/models_0"; import { de_GetBotAliasCommand, se_GetBotAliasCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/GetBotAliasesCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotAliasesCommand.ts index 13a1db4ce2cda..3b7e73f4a328a 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotAliasesCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotAliasesCommand.ts @@ -21,6 +21,10 @@ import { import { GetBotAliasesRequest, GetBotAliasesResponse } from "../models/models_0"; import { de_GetBotAliasesCommand, se_GetBotAliasesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationCommand.ts index a0207389d063f..e60af9f37f49f 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_GetBotChannelAssociationCommand, se_GetBotChannelAssociationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationsCommand.ts index 18ecd00bbd1e5..1a2d38e4eadde 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotChannelAssociationsCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_GetBotChannelAssociationsCommand, se_GetBotChannelAssociationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/GetBotCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotCommand.ts index a02cec5aa6bf5..760e28b979d00 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotCommand.ts @@ -21,6 +21,10 @@ import { import { GetBotRequest, GetBotResponse } from "../models/models_0"; import { de_GetBotCommand, se_GetBotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/GetBotVersionsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotVersionsCommand.ts index 90cc78e155b3b..a136266880474 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotVersionsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotVersionsCommand.ts @@ -21,6 +21,10 @@ import { import { GetBotVersionsRequest, GetBotVersionsResponse } from "../models/models_0"; import { de_GetBotVersionsCommand, se_GetBotVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/GetBotsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBotsCommand.ts index ea25bcf0a9c64..94834a7ad39a8 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBotsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBotsCommand.ts @@ -21,6 +21,10 @@ import { import { GetBotsRequest, GetBotsResponse } from "../models/models_0"; import { de_GetBotsCommand, se_GetBotsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentCommand.ts index ed636f3b366cc..b3ded0c3a8a13 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentCommand.ts @@ -21,6 +21,10 @@ import { import { GetBuiltinIntentRequest, GetBuiltinIntentResponse } from "../models/models_0"; import { de_GetBuiltinIntentCommand, se_GetBuiltinIntentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentsCommand.ts index 8a9ea89db7d60..0e958c7870852 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBuiltinIntentsCommand.ts @@ -21,6 +21,10 @@ import { import { GetBuiltinIntentsRequest, GetBuiltinIntentsResponse } from "../models/models_0"; import { de_GetBuiltinIntentsCommand, se_GetBuiltinIntentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/GetBuiltinSlotTypesCommand.ts b/clients/client-lex-model-building-service/src/commands/GetBuiltinSlotTypesCommand.ts index 26517d1934b40..83c2b36d20da5 100644 --- a/clients/client-lex-model-building-service/src/commands/GetBuiltinSlotTypesCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetBuiltinSlotTypesCommand.ts @@ -21,6 +21,10 @@ import { import { GetBuiltinSlotTypesRequest, GetBuiltinSlotTypesResponse } from "../models/models_0"; import { de_GetBuiltinSlotTypesCommand, se_GetBuiltinSlotTypesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/GetExportCommand.ts b/clients/client-lex-model-building-service/src/commands/GetExportCommand.ts index 7b0103fa3c555..1680357c0d58c 100644 --- a/clients/client-lex-model-building-service/src/commands/GetExportCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetExportCommand.ts @@ -21,6 +21,10 @@ import { import { GetExportRequest, GetExportResponse } from "../models/models_0"; import { de_GetExportCommand, se_GetExportCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/GetImportCommand.ts b/clients/client-lex-model-building-service/src/commands/GetImportCommand.ts index b17d7f9b5f8ce..2dce42bcb9ebb 100644 --- a/clients/client-lex-model-building-service/src/commands/GetImportCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetImportCommand.ts @@ -21,6 +21,10 @@ import { import { GetImportRequest, GetImportResponse } from "../models/models_0"; import { de_GetImportCommand, se_GetImportCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/GetIntentCommand.ts b/clients/client-lex-model-building-service/src/commands/GetIntentCommand.ts index b82b8541d8060..8831c32c8780e 100644 --- a/clients/client-lex-model-building-service/src/commands/GetIntentCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetIntentCommand.ts @@ -21,6 +21,10 @@ import { import { GetIntentRequest, GetIntentResponse } from "../models/models_0"; import { de_GetIntentCommand, se_GetIntentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/GetIntentVersionsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetIntentVersionsCommand.ts index 3e7a5bda44b4b..06279f3194be6 100644 --- a/clients/client-lex-model-building-service/src/commands/GetIntentVersionsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetIntentVersionsCommand.ts @@ -21,6 +21,10 @@ import { import { GetIntentVersionsRequest, GetIntentVersionsResponse } from "../models/models_0"; import { de_GetIntentVersionsCommand, se_GetIntentVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/GetIntentsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetIntentsCommand.ts index bdd57224cf3fd..5df9e8ce78dbb 100644 --- a/clients/client-lex-model-building-service/src/commands/GetIntentsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetIntentsCommand.ts @@ -21,6 +21,10 @@ import { import { GetIntentsRequest, GetIntentsResponse } from "../models/models_0"; import { de_GetIntentsCommand, se_GetIntentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/GetMigrationCommand.ts b/clients/client-lex-model-building-service/src/commands/GetMigrationCommand.ts index b197bde8dbf46..d72b7310fb35c 100644 --- a/clients/client-lex-model-building-service/src/commands/GetMigrationCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetMigrationCommand.ts @@ -21,6 +21,10 @@ import { import { GetMigrationRequest, GetMigrationResponse } from "../models/models_0"; import { de_GetMigrationCommand, se_GetMigrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/GetMigrationsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetMigrationsCommand.ts index d41454bbd6f56..9b03c6b97550c 100644 --- a/clients/client-lex-model-building-service/src/commands/GetMigrationsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetMigrationsCommand.ts @@ -21,6 +21,10 @@ import { import { GetMigrationsRequest, GetMigrationsResponse } from "../models/models_0"; import { de_GetMigrationsCommand, se_GetMigrationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/GetSlotTypeCommand.ts b/clients/client-lex-model-building-service/src/commands/GetSlotTypeCommand.ts index 6d041119bd37b..61e084a5c45ef 100644 --- a/clients/client-lex-model-building-service/src/commands/GetSlotTypeCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetSlotTypeCommand.ts @@ -21,6 +21,10 @@ import { import { GetSlotTypeRequest, GetSlotTypeResponse } from "../models/models_0"; import { de_GetSlotTypeCommand, se_GetSlotTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/GetSlotTypeVersionsCommand.ts b/clients/client-lex-model-building-service/src/commands/GetSlotTypeVersionsCommand.ts index 6203659acb69c..5a0afa3462651 100644 --- a/clients/client-lex-model-building-service/src/commands/GetSlotTypeVersionsCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetSlotTypeVersionsCommand.ts @@ -21,6 +21,10 @@ import { import { GetSlotTypeVersionsRequest, GetSlotTypeVersionsResponse } from "../models/models_0"; import { de_GetSlotTypeVersionsCommand, se_GetSlotTypeVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/GetSlotTypesCommand.ts b/clients/client-lex-model-building-service/src/commands/GetSlotTypesCommand.ts index 5a0ba1b4bb04d..53faeaf3e76a1 100644 --- a/clients/client-lex-model-building-service/src/commands/GetSlotTypesCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetSlotTypesCommand.ts @@ -21,6 +21,10 @@ import { import { GetSlotTypesRequest, GetSlotTypesResponse } from "../models/models_0"; import { de_GetSlotTypesCommand, se_GetSlotTypesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/GetUtterancesViewCommand.ts b/clients/client-lex-model-building-service/src/commands/GetUtterancesViewCommand.ts index 1b0101e83484d..01e3add2891fe 100644 --- a/clients/client-lex-model-building-service/src/commands/GetUtterancesViewCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/GetUtterancesViewCommand.ts @@ -21,6 +21,10 @@ import { import { GetUtterancesViewRequest, GetUtterancesViewResponse } from "../models/models_0"; import { de_GetUtterancesViewCommand, se_GetUtterancesViewCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/ListTagsForResourceCommand.ts b/clients/client-lex-model-building-service/src/commands/ListTagsForResourceCommand.ts index c2dbb67dd16bc..14c71d46e6870 100644 --- a/clients/client-lex-model-building-service/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/PutBotAliasCommand.ts b/clients/client-lex-model-building-service/src/commands/PutBotAliasCommand.ts index bea76c29bd154..626ac00ba0df3 100644 --- a/clients/client-lex-model-building-service/src/commands/PutBotAliasCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/PutBotAliasCommand.ts @@ -21,6 +21,10 @@ import { import { PutBotAliasRequest, PutBotAliasResponse } from "../models/models_0"; import { de_PutBotAliasCommand, se_PutBotAliasCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/PutBotCommand.ts b/clients/client-lex-model-building-service/src/commands/PutBotCommand.ts index b126b02c1d2c8..92f2d376adb45 100644 --- a/clients/client-lex-model-building-service/src/commands/PutBotCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/PutBotCommand.ts @@ -21,6 +21,10 @@ import { import { PutBotRequest, PutBotResponse } from "../models/models_0"; import { de_PutBotCommand, se_PutBotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/PutIntentCommand.ts b/clients/client-lex-model-building-service/src/commands/PutIntentCommand.ts index 3fc1d98f6d1a0..ab1e7222716d2 100644 --- a/clients/client-lex-model-building-service/src/commands/PutIntentCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/PutIntentCommand.ts @@ -21,6 +21,10 @@ import { import { PutIntentRequest, PutIntentResponse } from "../models/models_0"; import { de_PutIntentCommand, se_PutIntentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/PutSlotTypeCommand.ts b/clients/client-lex-model-building-service/src/commands/PutSlotTypeCommand.ts index 9cd4a41e28ce7..b306d1316389b 100644 --- a/clients/client-lex-model-building-service/src/commands/PutSlotTypeCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/PutSlotTypeCommand.ts @@ -21,6 +21,10 @@ import { import { PutSlotTypeRequest, PutSlotTypeResponse } from "../models/models_0"; import { de_PutSlotTypeCommand, se_PutSlotTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/StartImportCommand.ts b/clients/client-lex-model-building-service/src/commands/StartImportCommand.ts index 594e64f3edcd7..1d0fa1cdc13e0 100644 --- a/clients/client-lex-model-building-service/src/commands/StartImportCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/StartImportCommand.ts @@ -21,6 +21,10 @@ import { import { StartImportRequest, StartImportResponse } from "../models/models_0"; import { de_StartImportCommand, se_StartImportCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/StartMigrationCommand.ts b/clients/client-lex-model-building-service/src/commands/StartMigrationCommand.ts index 43a0d913e2bba..2971b919d990e 100644 --- a/clients/client-lex-model-building-service/src/commands/StartMigrationCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/StartMigrationCommand.ts @@ -21,6 +21,10 @@ import { import { StartMigrationRequest, StartMigrationResponse } from "../models/models_0"; import { de_StartMigrationCommand, se_StartMigrationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/TagResourceCommand.ts b/clients/client-lex-model-building-service/src/commands/TagResourceCommand.ts index 981e357b7e734..ff6abd837ef96 100644 --- a/clients/client-lex-model-building-service/src/commands/TagResourceCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/commands/UntagResourceCommand.ts b/clients/client-lex-model-building-service/src/commands/UntagResourceCommand.ts index ad42f0fecedf3..7bbc3236865bc 100644 --- a/clients/client-lex-model-building-service/src/commands/UntagResourceCommand.ts +++ b/clients/client-lex-model-building-service/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-model-building-service/src/index.ts b/clients/client-lex-model-building-service/src/index.ts index 15e886e6adf41..93ddd882ca4bd 100644 --- a/clients/client-lex-model-building-service/src/index.ts +++ b/clients/client-lex-model-building-service/src/index.ts @@ -1,8 +1,17 @@ -export * from "./LexModelBuildingService"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Lex Build-Time Actions + *

Amazon Lex is an AWS service for building conversational voice and text + * interfaces. Use these actions to create, update, and delete conversational + * bots for new and existing client applications.

+ * + * @packageDocumentation + */ export * from "./LexModelBuildingServiceClient"; +export * from "./LexModelBuildingService"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { LexModelBuildingServiceServiceException } from "./models/LexModelBuildingServiceServiceException"; diff --git a/clients/client-lex-model-building-service/src/models/LexModelBuildingServiceServiceException.ts b/clients/client-lex-model-building-service/src/models/LexModelBuildingServiceServiceException.ts index 99ab8a01e602b..0d5cab855ffbe 100644 --- a/clients/client-lex-model-building-service/src/models/LexModelBuildingServiceServiceException.ts +++ b/clients/client-lex-model-building-service/src/models/LexModelBuildingServiceServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-lex-models-v2/src/LexModelsV2Client.ts b/clients/client-lex-models-v2/src/LexModelsV2Client.ts index 1995809f2f0ad..0905a6674587a 100644 --- a/clients/client-lex-models-v2/src/LexModelsV2Client.ts +++ b/clients/client-lex-models-v2/src/LexModelsV2Client.ts @@ -196,6 +196,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -475,7 +477,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type LexModelsV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type LexModelsV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -494,7 +496,7 @@ export interface LexModelsV2ClientConfig extends LexModelsV2ClientConfigType {} /** * @public */ -type LexModelsV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type LexModelsV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-lex-models-v2/src/commands/BatchCreateCustomVocabularyItemCommand.ts b/clients/client-lex-models-v2/src/commands/BatchCreateCustomVocabularyItemCommand.ts index 5241fd8ddea90..78c389e3b78fb 100644 --- a/clients/client-lex-models-v2/src/commands/BatchCreateCustomVocabularyItemCommand.ts +++ b/clients/client-lex-models-v2/src/commands/BatchCreateCustomVocabularyItemCommand.ts @@ -20,6 +20,10 @@ import { se_BatchCreateCustomVocabularyItemCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/BatchDeleteCustomVocabularyItemCommand.ts b/clients/client-lex-models-v2/src/commands/BatchDeleteCustomVocabularyItemCommand.ts index e8f3570ef8d75..4596347fd1615 100644 --- a/clients/client-lex-models-v2/src/commands/BatchDeleteCustomVocabularyItemCommand.ts +++ b/clients/client-lex-models-v2/src/commands/BatchDeleteCustomVocabularyItemCommand.ts @@ -20,6 +20,10 @@ import { se_BatchDeleteCustomVocabularyItemCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/BatchUpdateCustomVocabularyItemCommand.ts b/clients/client-lex-models-v2/src/commands/BatchUpdateCustomVocabularyItemCommand.ts index add67b3d5433c..55514da756b80 100644 --- a/clients/client-lex-models-v2/src/commands/BatchUpdateCustomVocabularyItemCommand.ts +++ b/clients/client-lex-models-v2/src/commands/BatchUpdateCustomVocabularyItemCommand.ts @@ -20,6 +20,10 @@ import { se_BatchUpdateCustomVocabularyItemCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/BuildBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/BuildBotLocaleCommand.ts index 19689f502eef2..049d12849fe83 100644 --- a/clients/client-lex-models-v2/src/commands/BuildBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/src/commands/BuildBotLocaleCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { BuildBotLocaleRequest, BuildBotLocaleResponse } from "../models/models_0"; import { de_BuildBotLocaleCommand, se_BuildBotLocaleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/CreateBotAliasCommand.ts b/clients/client-lex-models-v2/src/commands/CreateBotAliasCommand.ts index 49232c0d0fece..7b8da82b65d54 100644 --- a/clients/client-lex-models-v2/src/commands/CreateBotAliasCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateBotAliasCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateBotAliasRequest, CreateBotAliasResponse } from "../models/models_0"; import { de_CreateBotAliasCommand, se_CreateBotAliasCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/CreateBotCommand.ts b/clients/client-lex-models-v2/src/commands/CreateBotCommand.ts index 861b9b3ee6f62..7b9640a89bdfd 100644 --- a/clients/client-lex-models-v2/src/commands/CreateBotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateBotCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateBotRequest, CreateBotResponse } from "../models/models_0"; import { de_CreateBotCommand, se_CreateBotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/CreateBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/CreateBotLocaleCommand.ts index a82e85ca81bda..172d0ec9d72e6 100644 --- a/clients/client-lex-models-v2/src/commands/CreateBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateBotLocaleCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateBotLocaleRequest, CreateBotLocaleResponse } from "../models/models_0"; import { de_CreateBotLocaleCommand, se_CreateBotLocaleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/CreateBotVersionCommand.ts b/clients/client-lex-models-v2/src/commands/CreateBotVersionCommand.ts index 55886bc24c9a7..3b4c73f21375a 100644 --- a/clients/client-lex-models-v2/src/commands/CreateBotVersionCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateBotVersionCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateBotVersionRequest, CreateBotVersionResponse } from "../models/models_0"; import { de_CreateBotVersionCommand, se_CreateBotVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/CreateExportCommand.ts b/clients/client-lex-models-v2/src/commands/CreateExportCommand.ts index 9430e96a03e77..d03475ba4fcf8 100644 --- a/clients/client-lex-models-v2/src/commands/CreateExportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateExportCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateExportRequest, CreateExportRequestFilterSensitiveLog, CreateExportResponse } from "../models/models_0"; import { de_CreateExportCommand, se_CreateExportCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/CreateIntentCommand.ts b/clients/client-lex-models-v2/src/commands/CreateIntentCommand.ts index c5b424ea1dd72..1ed630d1f58c8 100644 --- a/clients/client-lex-models-v2/src/commands/CreateIntentCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateIntentCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateIntentRequest, CreateIntentResponse } from "../models/models_1"; import { de_CreateIntentCommand, se_CreateIntentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/CreateResourcePolicyCommand.ts b/clients/client-lex-models-v2/src/commands/CreateResourcePolicyCommand.ts index a1aa5bdef27ba..f3a4295d51b7e 100644 --- a/clients/client-lex-models-v2/src/commands/CreateResourcePolicyCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateResourcePolicyRequest, CreateResourcePolicyResponse } from "../models/models_0"; import { de_CreateResourcePolicyCommand, se_CreateResourcePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/CreateResourcePolicyStatementCommand.ts b/clients/client-lex-models-v2/src/commands/CreateResourcePolicyStatementCommand.ts index 7fb4a87f0e66e..d5da82e1e30e4 100644 --- a/clients/client-lex-models-v2/src/commands/CreateResourcePolicyStatementCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateResourcePolicyStatementCommand.ts @@ -20,6 +20,10 @@ import { se_CreateResourcePolicyStatementCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/CreateSlotCommand.ts b/clients/client-lex-models-v2/src/commands/CreateSlotCommand.ts index 8f743140a68fa..469fd48a7bdde 100644 --- a/clients/client-lex-models-v2/src/commands/CreateSlotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateSlotCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateSlotRequest, CreateSlotResponse } from "../models/models_1"; import { de_CreateSlotCommand, se_CreateSlotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/CreateSlotTypeCommand.ts b/clients/client-lex-models-v2/src/commands/CreateSlotTypeCommand.ts index e82aa4a8a930e..15fc24f63cd7c 100644 --- a/clients/client-lex-models-v2/src/commands/CreateSlotTypeCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateSlotTypeCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateSlotTypeRequest, CreateSlotTypeResponse } from "../models/models_0"; import { de_CreateSlotTypeCommand, se_CreateSlotTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/CreateUploadUrlCommand.ts b/clients/client-lex-models-v2/src/commands/CreateUploadUrlCommand.ts index 8a40277480730..6582676bf0e89 100644 --- a/clients/client-lex-models-v2/src/commands/CreateUploadUrlCommand.ts +++ b/clients/client-lex-models-v2/src/commands/CreateUploadUrlCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateUploadUrlRequest, CreateUploadUrlResponse } from "../models/models_0"; import { de_CreateUploadUrlCommand, se_CreateUploadUrlCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DeleteBotAliasCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteBotAliasCommand.ts index d4b98147645d8..c1ae4ba127472 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteBotAliasCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteBotAliasCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteBotAliasRequest, DeleteBotAliasResponse } from "../models/models_0"; import { de_DeleteBotAliasCommand, se_DeleteBotAliasCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DeleteBotCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteBotCommand.ts index a46488d2a2033..debe7cf23af2a 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteBotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteBotCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteBotRequest, DeleteBotResponse } from "../models/models_0"; import { de_DeleteBotCommand, se_DeleteBotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DeleteBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteBotLocaleCommand.ts index 08d8216601298..6ef0a52356c04 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteBotLocaleCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteBotLocaleRequest, DeleteBotLocaleResponse } from "../models/models_0"; import { de_DeleteBotLocaleCommand, se_DeleteBotLocaleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DeleteBotVersionCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteBotVersionCommand.ts index 2c226816140c0..86c8b5e3c5b0c 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteBotVersionCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteBotVersionCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteBotVersionRequest, DeleteBotVersionResponse } from "../models/models_0"; import { de_DeleteBotVersionCommand, se_DeleteBotVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DeleteCustomVocabularyCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteCustomVocabularyCommand.ts index 67f134c238909..1df4c82cc37bb 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteCustomVocabularyCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteCustomVocabularyCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteCustomVocabularyRequest, DeleteCustomVocabularyResponse } from "../models/models_0"; import { de_DeleteCustomVocabularyCommand, se_DeleteCustomVocabularyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DeleteExportCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteExportCommand.ts index 36a8018c7ae0d..7d3fd105bb425 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteExportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteExportCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteExportRequest, DeleteExportResponse } from "../models/models_0"; import { de_DeleteExportCommand, se_DeleteExportCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DeleteImportCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteImportCommand.ts index 70c3452df43a9..fd81a1c4a4dee 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteImportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteImportCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteImportRequest, DeleteImportResponse } from "../models/models_0"; import { de_DeleteImportCommand, se_DeleteImportCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DeleteIntentCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteIntentCommand.ts index 3d7e68e969a81..e4e7e394e3d94 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteIntentCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteIntentCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteIntentRequest } from "../models/models_0"; import { de_DeleteIntentCommand, se_DeleteIntentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyCommand.ts index c0f68b83dee8a..a80bb50c9c652 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0"; import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyStatementCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyStatementCommand.ts index 0a3b94c68afb7..f66c5d4e3bcc9 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyStatementCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteResourcePolicyStatementCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteResourcePolicyStatementCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DeleteSlotCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteSlotCommand.ts index cc940c9f4425e..2ec9f0c182e0f 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteSlotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteSlotCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteSlotRequest } from "../models/models_0"; import { de_DeleteSlotCommand, se_DeleteSlotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DeleteSlotTypeCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteSlotTypeCommand.ts index 0e72c9da3f196..0faea496bd1c3 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteSlotTypeCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteSlotTypeCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteSlotTypeRequest } from "../models/models_0"; import { de_DeleteSlotTypeCommand, se_DeleteSlotTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DeleteUtterancesCommand.ts b/clients/client-lex-models-v2/src/commands/DeleteUtterancesCommand.ts index a9b0f8f348023..a52e46dc96575 100644 --- a/clients/client-lex-models-v2/src/commands/DeleteUtterancesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DeleteUtterancesCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteUtterancesRequest, DeleteUtterancesResponse } from "../models/models_0"; import { de_DeleteUtterancesCommand, se_DeleteUtterancesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotAliasCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotAliasCommand.ts index 2ad666dd1c6dd..564e7411195aa 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeBotAliasCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeBotAliasCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeBotAliasRequest, DescribeBotAliasResponse } from "../models/models_0"; import { de_DescribeBotAliasCommand, se_DescribeBotAliasCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotCommand.ts index 955aea31a9379..1f5c68aabee59 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeBotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeBotCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeBotRequest, DescribeBotResponse } from "../models/models_0"; import { de_DescribeBotCommand, se_DescribeBotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotLocaleCommand.ts index 538b71fc56de5..def1ac54b9d56 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeBotLocaleCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeBotLocaleRequest, DescribeBotLocaleResponse } from "../models/models_0"; import { de_DescribeBotLocaleCommand, se_DescribeBotLocaleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotRecommendationCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotRecommendationCommand.ts index 15b0563ec1006..b673781a8eff8 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeBotRecommendationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeBotRecommendationCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeBotRecommendationCommand, se_DescribeBotRecommendationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DescribeBotVersionCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeBotVersionCommand.ts index 75922e22eb77d..b5af8c0864a3a 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeBotVersionCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeBotVersionCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeBotVersionRequest, DescribeBotVersionResponse } from "../models/models_0"; import { de_DescribeBotVersionCommand, se_DescribeBotVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DescribeCustomVocabularyMetadataCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeCustomVocabularyMetadataCommand.ts index a366fac9963c7..b58ecfd1efd41 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeCustomVocabularyMetadataCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeCustomVocabularyMetadataCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeCustomVocabularyMetadataCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DescribeExportCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeExportCommand.ts index e01c287a7dce8..c7929855d8f13 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeExportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeExportCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeExportRequest, DescribeExportResponse } from "../models/models_0"; import { de_DescribeExportCommand, se_DescribeExportCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DescribeImportCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeImportCommand.ts index 93ecf6dc1b9a6..17de2a67923b9 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeImportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeImportCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeImportRequest, DescribeImportResponse } from "../models/models_0"; import { de_DescribeImportCommand, se_DescribeImportCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DescribeIntentCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeIntentCommand.ts index c47fb97229670..2eecd1527fa62 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeIntentCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeIntentCommand.ts @@ -18,6 +18,10 @@ import { DescribeIntentRequest } from "../models/models_0"; import { DescribeIntentResponse } from "../models/models_1"; import { de_DescribeIntentCommand, se_DescribeIntentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DescribeResourcePolicyCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeResourcePolicyCommand.ts index 82d2315f3ff7d..5633a44e02320 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeResourcePolicyCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from "../models/models_0"; import { de_DescribeResourcePolicyCommand, se_DescribeResourcePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DescribeSlotCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeSlotCommand.ts index 264e6aa18a567..ab8153053401b 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeSlotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeSlotCommand.ts @@ -18,6 +18,10 @@ import { DescribeSlotRequest } from "../models/models_0"; import { DescribeSlotResponse } from "../models/models_1"; import { de_DescribeSlotCommand, se_DescribeSlotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/DescribeSlotTypeCommand.ts b/clients/client-lex-models-v2/src/commands/DescribeSlotTypeCommand.ts index d8800ceee03ca..68576c343cdc3 100644 --- a/clients/client-lex-models-v2/src/commands/DescribeSlotTypeCommand.ts +++ b/clients/client-lex-models-v2/src/commands/DescribeSlotTypeCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeSlotTypeRequest, DescribeSlotTypeResponse } from "../models/models_0"; import { de_DescribeSlotTypeCommand, se_DescribeSlotTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/ListAggregatedUtterancesCommand.ts b/clients/client-lex-models-v2/src/commands/ListAggregatedUtterancesCommand.ts index 5fa6ab5662dcc..bc847d24109df 100644 --- a/clients/client-lex-models-v2/src/commands/ListAggregatedUtterancesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListAggregatedUtterancesCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListAggregatedUtterancesRequest, ListAggregatedUtterancesResponse } from "../models/models_0"; import { de_ListAggregatedUtterancesCommand, se_ListAggregatedUtterancesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/ListBotAliasesCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotAliasesCommand.ts index 2356a26346b47..c686167148ef1 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotAliasesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotAliasesCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListBotAliasesRequest, ListBotAliasesResponse } from "../models/models_0"; import { de_ListBotAliasesCommand, se_ListBotAliasesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/ListBotLocalesCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotLocalesCommand.ts index fc9448a958f1d..d8abbbc05dbc5 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotLocalesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotLocalesCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListBotLocalesRequest, ListBotLocalesResponse } from "../models/models_0"; import { de_ListBotLocalesCommand, se_ListBotLocalesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/ListBotRecommendationsCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotRecommendationsCommand.ts index c9060590284f0..2c5bf4ac280cd 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotRecommendationsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotRecommendationsCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListBotRecommendationsRequest, ListBotRecommendationsResponse } from "../models/models_0"; import { de_ListBotRecommendationsCommand, se_ListBotRecommendationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/ListBotVersionsCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotVersionsCommand.ts index 8f2f269886fe2..eddca73606d11 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotVersionsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotVersionsCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListBotVersionsRequest, ListBotVersionsResponse } from "../models/models_0"; import { de_ListBotVersionsCommand, se_ListBotVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/ListBotsCommand.ts b/clients/client-lex-models-v2/src/commands/ListBotsCommand.ts index a40a4753b1e23..4d52274b6e411 100644 --- a/clients/client-lex-models-v2/src/commands/ListBotsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBotsCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListBotsRequest, ListBotsResponse } from "../models/models_0"; import { de_ListBotsCommand, se_ListBotsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/ListBuiltInIntentsCommand.ts b/clients/client-lex-models-v2/src/commands/ListBuiltInIntentsCommand.ts index c4b55acbd1267..793b56ac7459f 100644 --- a/clients/client-lex-models-v2/src/commands/ListBuiltInIntentsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBuiltInIntentsCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListBuiltInIntentsRequest, ListBuiltInIntentsResponse } from "../models/models_0"; import { de_ListBuiltInIntentsCommand, se_ListBuiltInIntentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/ListBuiltInSlotTypesCommand.ts b/clients/client-lex-models-v2/src/commands/ListBuiltInSlotTypesCommand.ts index 7595258ba1eec..f6b7f14af9da4 100644 --- a/clients/client-lex-models-v2/src/commands/ListBuiltInSlotTypesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListBuiltInSlotTypesCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListBuiltInSlotTypesRequest, ListBuiltInSlotTypesResponse } from "../models/models_0"; import { de_ListBuiltInSlotTypesCommand, se_ListBuiltInSlotTypesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/ListCustomVocabularyItemsCommand.ts b/clients/client-lex-models-v2/src/commands/ListCustomVocabularyItemsCommand.ts index a2302dc0a48eb..7263db4bc75b4 100644 --- a/clients/client-lex-models-v2/src/commands/ListCustomVocabularyItemsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListCustomVocabularyItemsCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListCustomVocabularyItemsRequest, ListCustomVocabularyItemsResponse } from "../models/models_0"; import { de_ListCustomVocabularyItemsCommand, se_ListCustomVocabularyItemsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/ListExportsCommand.ts b/clients/client-lex-models-v2/src/commands/ListExportsCommand.ts index 30d8a16490e34..b9a8021f56669 100644 --- a/clients/client-lex-models-v2/src/commands/ListExportsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListExportsCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListExportsRequest, ListExportsResponse } from "../models/models_0"; import { de_ListExportsCommand, se_ListExportsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/ListImportsCommand.ts b/clients/client-lex-models-v2/src/commands/ListImportsCommand.ts index ce4a01cb745c5..d84e8dd81a59d 100644 --- a/clients/client-lex-models-v2/src/commands/ListImportsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListImportsCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListImportsRequest, ListImportsResponse } from "../models/models_0"; import { de_ListImportsCommand, se_ListImportsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/ListIntentsCommand.ts b/clients/client-lex-models-v2/src/commands/ListIntentsCommand.ts index 07f825a11f24a..88006e2a77250 100644 --- a/clients/client-lex-models-v2/src/commands/ListIntentsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListIntentsCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListIntentsRequest, ListIntentsResponse } from "../models/models_0"; import { de_ListIntentsCommand, se_ListIntentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/ListRecommendedIntentsCommand.ts b/clients/client-lex-models-v2/src/commands/ListRecommendedIntentsCommand.ts index 6955f00946335..fe576b7561ea6 100644 --- a/clients/client-lex-models-v2/src/commands/ListRecommendedIntentsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListRecommendedIntentsCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListRecommendedIntentsRequest, ListRecommendedIntentsResponse } from "../models/models_0"; import { de_ListRecommendedIntentsCommand, se_ListRecommendedIntentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/ListSlotTypesCommand.ts b/clients/client-lex-models-v2/src/commands/ListSlotTypesCommand.ts index 539fd929bbf50..88a135d3debda 100644 --- a/clients/client-lex-models-v2/src/commands/ListSlotTypesCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListSlotTypesCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListSlotTypesRequest, ListSlotTypesResponse } from "../models/models_0"; import { de_ListSlotTypesCommand, se_ListSlotTypesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/ListSlotsCommand.ts b/clients/client-lex-models-v2/src/commands/ListSlotsCommand.ts index 37ad853644d26..2b96a699d868f 100644 --- a/clients/client-lex-models-v2/src/commands/ListSlotsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListSlotsCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListSlotsRequest, ListSlotsResponse } from "../models/models_0"; import { de_ListSlotsCommand, se_ListSlotsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/ListTagsForResourceCommand.ts b/clients/client-lex-models-v2/src/commands/ListTagsForResourceCommand.ts index c41e918721368..0e3178932d227 100644 --- a/clients/client-lex-models-v2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lex-models-v2/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/SearchAssociatedTranscriptsCommand.ts b/clients/client-lex-models-v2/src/commands/SearchAssociatedTranscriptsCommand.ts index ca67b1d89e110..98647d571e0e1 100644 --- a/clients/client-lex-models-v2/src/commands/SearchAssociatedTranscriptsCommand.ts +++ b/clients/client-lex-models-v2/src/commands/SearchAssociatedTranscriptsCommand.ts @@ -20,6 +20,10 @@ import { se_SearchAssociatedTranscriptsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/StartBotRecommendationCommand.ts b/clients/client-lex-models-v2/src/commands/StartBotRecommendationCommand.ts index bd646bad8ec17..d681915926229 100644 --- a/clients/client-lex-models-v2/src/commands/StartBotRecommendationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/StartBotRecommendationCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_StartBotRecommendationCommand, se_StartBotRecommendationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/StartImportCommand.ts b/clients/client-lex-models-v2/src/commands/StartImportCommand.ts index f4db191966379..4aca29e716a5c 100644 --- a/clients/client-lex-models-v2/src/commands/StartImportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/StartImportCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { StartImportRequest, StartImportRequestFilterSensitiveLog, StartImportResponse } from "../models/models_0"; import { de_StartImportCommand, se_StartImportCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/StopBotRecommendationCommand.ts b/clients/client-lex-models-v2/src/commands/StopBotRecommendationCommand.ts index 296c484df832f..c1b8cb9ddcbba 100644 --- a/clients/client-lex-models-v2/src/commands/StopBotRecommendationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/StopBotRecommendationCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { StopBotRecommendationRequest, StopBotRecommendationResponse } from "../models/models_0"; import { de_StopBotRecommendationCommand, se_StopBotRecommendationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/TagResourceCommand.ts b/clients/client-lex-models-v2/src/commands/TagResourceCommand.ts index 32c5ae33a28cf..b68f9edc6d254 100644 --- a/clients/client-lex-models-v2/src/commands/TagResourceCommand.ts +++ b/clients/client-lex-models-v2/src/commands/TagResourceCommand.ts @@ -18,6 +18,10 @@ import { TagResourceRequest } from "../models/models_0"; import { TagResourceResponse } from "../models/models_1"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/UntagResourceCommand.ts b/clients/client-lex-models-v2/src/commands/UntagResourceCommand.ts index c4ce43d769feb..8d4ecdf2e182d 100644 --- a/clients/client-lex-models-v2/src/commands/UntagResourceCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/UpdateBotAliasCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateBotAliasCommand.ts index dc14c06d75989..e6c155523e78e 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateBotAliasCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateBotAliasCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateBotAliasRequest, UpdateBotAliasResponse } from "../models/models_1"; import { de_UpdateBotAliasCommand, se_UpdateBotAliasCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/UpdateBotCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateBotCommand.ts index 1c626b605e3ea..218d04a1fb9f7 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateBotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateBotCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateBotRequest, UpdateBotResponse } from "../models/models_1"; import { de_UpdateBotCommand, se_UpdateBotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/UpdateBotLocaleCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateBotLocaleCommand.ts index 8d98a8849120c..b4dfc0b0703f2 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateBotLocaleCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateBotLocaleCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateBotLocaleRequest, UpdateBotLocaleResponse } from "../models/models_1"; import { de_UpdateBotLocaleCommand, se_UpdateBotLocaleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/UpdateBotRecommendationCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateBotRecommendationCommand.ts index ad37704d81e15..6f7c86f31e97a 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateBotRecommendationCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateBotRecommendationCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_1"; import { de_UpdateBotRecommendationCommand, se_UpdateBotRecommendationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/UpdateExportCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateExportCommand.ts index 5e1b6af060286..5f4cbda07423a 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateExportCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateExportCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateExportRequest, UpdateExportRequestFilterSensitiveLog, UpdateExportResponse } from "../models/models_1"; import { de_UpdateExportCommand, se_UpdateExportCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/UpdateIntentCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateIntentCommand.ts index 4971bb7b57a6d..74500b9312844 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateIntentCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateIntentCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateIntentRequest, UpdateIntentResponse } from "../models/models_1"; import { de_UpdateIntentCommand, se_UpdateIntentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/UpdateResourcePolicyCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateResourcePolicyCommand.ts index b5c45a6cb927f..dd26c69f6b647 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateResourcePolicyCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateResourcePolicyRequest, UpdateResourcePolicyResponse } from "../models/models_1"; import { de_UpdateResourcePolicyCommand, se_UpdateResourcePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/UpdateSlotCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateSlotCommand.ts index ff7912ad36ce2..6296bb3e451e5 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateSlotCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateSlotCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateSlotRequest, UpdateSlotResponse } from "../models/models_1"; import { de_UpdateSlotCommand, se_UpdateSlotCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/commands/UpdateSlotTypeCommand.ts b/clients/client-lex-models-v2/src/commands/UpdateSlotTypeCommand.ts index 6aae285651213..122b110bd39b3 100644 --- a/clients/client-lex-models-v2/src/commands/UpdateSlotTypeCommand.ts +++ b/clients/client-lex-models-v2/src/commands/UpdateSlotTypeCommand.ts @@ -17,6 +17,10 @@ import { LexModelsV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateSlotTypeRequest, UpdateSlotTypeResponse } from "../models/models_1"; import { de_UpdateSlotTypeCommand, se_UpdateSlotTypeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-models-v2/src/index.ts b/clients/client-lex-models-v2/src/index.ts index 478cd7b2715ba..1ce7dd7cfd63f 100644 --- a/clients/client-lex-models-v2/src/index.ts +++ b/clients/client-lex-models-v2/src/index.ts @@ -1,9 +1,15 @@ -export * from "./LexModelsV2"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

+ * + * @packageDocumentation + */ export * from "./LexModelsV2Client"; +export * from "./LexModelsV2"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { LexModelsV2ServiceException } from "./models/LexModelsV2ServiceException"; diff --git a/clients/client-lex-models-v2/src/models/LexModelsV2ServiceException.ts b/clients/client-lex-models-v2/src/models/LexModelsV2ServiceException.ts index 624e56e0ade71..333e704ac3bce 100644 --- a/clients/client-lex-models-v2/src/models/LexModelsV2ServiceException.ts +++ b/clients/client-lex-models-v2/src/models/LexModelsV2ServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-lex-runtime-service/src/LexRuntimeServiceClient.ts b/clients/client-lex-runtime-service/src/LexRuntimeServiceClient.ts index 6055d102c7abf..ef1f102246fcc 100644 --- a/clients/client-lex-runtime-service/src/LexRuntimeServiceClient.ts +++ b/clients/client-lex-runtime-service/src/LexRuntimeServiceClient.ts @@ -65,6 +65,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -218,7 +220,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type LexRuntimeServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type LexRuntimeServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -237,7 +239,7 @@ export interface LexRuntimeServiceClientConfig extends LexRuntimeServiceClientCo /** * @public */ -type LexRuntimeServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type LexRuntimeServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-lex-runtime-service/src/commands/DeleteSessionCommand.ts b/clients/client-lex-runtime-service/src/commands/DeleteSessionCommand.ts index 607b96821c947..dd56443f268c9 100644 --- a/clients/client-lex-runtime-service/src/commands/DeleteSessionCommand.ts +++ b/clients/client-lex-runtime-service/src/commands/DeleteSessionCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteSessionRequest, DeleteSessionResponse } from "../models/models_0"; import { de_DeleteSessionCommand, se_DeleteSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-runtime-service/src/commands/GetSessionCommand.ts b/clients/client-lex-runtime-service/src/commands/GetSessionCommand.ts index e6803f60e7c57..e1609845c3c86 100644 --- a/clients/client-lex-runtime-service/src/commands/GetSessionCommand.ts +++ b/clients/client-lex-runtime-service/src/commands/GetSessionCommand.ts @@ -21,6 +21,10 @@ import { import { GetSessionRequest, GetSessionResponse, GetSessionResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetSessionCommand, se_GetSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-runtime-service/src/commands/PostContentCommand.ts b/clients/client-lex-runtime-service/src/commands/PostContentCommand.ts index 28fea43eaeab5..b73bf7d2922e6 100644 --- a/clients/client-lex-runtime-service/src/commands/PostContentCommand.ts +++ b/clients/client-lex-runtime-service/src/commands/PostContentCommand.ts @@ -29,6 +29,10 @@ import { } from "../models/models_0"; import { de_PostContentCommand, se_PostContentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-runtime-service/src/commands/PostTextCommand.ts b/clients/client-lex-runtime-service/src/commands/PostTextCommand.ts index 3f5265187f615..e9e481385030b 100644 --- a/clients/client-lex-runtime-service/src/commands/PostTextCommand.ts +++ b/clients/client-lex-runtime-service/src/commands/PostTextCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_PostTextCommand, se_PostTextCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-runtime-service/src/commands/PutSessionCommand.ts b/clients/client-lex-runtime-service/src/commands/PutSessionCommand.ts index 39ee884d5b0dd..1027cca0d21f0 100644 --- a/clients/client-lex-runtime-service/src/commands/PutSessionCommand.ts +++ b/clients/client-lex-runtime-service/src/commands/PutSessionCommand.ts @@ -29,6 +29,10 @@ import { } from "../models/models_0"; import { de_PutSessionCommand, se_PutSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-runtime-service/src/index.ts b/clients/client-lex-runtime-service/src/index.ts index eb19e88861d54..66351d7a40cad 100644 --- a/clients/client-lex-runtime-service/src/index.ts +++ b/clients/client-lex-runtime-service/src/index.ts @@ -1,6 +1,23 @@ -export * from "./LexRuntimeService"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Lex provides both build and runtime endpoints. Each endpoint + * provides a set of operations (API). Your conversational bot uses the + * runtime API to understand user utterances (user input text or voice). For + * example, suppose a user says "I want pizza", your bot sends this input to + * Amazon Lex using the runtime API. Amazon Lex recognizes that the user + * request is for the OrderPizza intent (one of the intents defined in the + * bot). Then Amazon Lex engages in user conversation on behalf of the bot to + * elicit required information (slot values, such as pizza size and crust + * type), and then performs fulfillment activity (that you configured when + * you created the bot). You use the build-time API to create and manage your + * Amazon Lex bot. For a list of build-time operations, see the build-time + * API, .

+ * + * @packageDocumentation + */ export * from "./LexRuntimeServiceClient"; +export * from "./LexRuntimeService"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-lex-runtime-service/src/models/LexRuntimeServiceServiceException.ts b/clients/client-lex-runtime-service/src/models/LexRuntimeServiceServiceException.ts index ed2bbf2282752..bf1ad4b5540ed 100644 --- a/clients/client-lex-runtime-service/src/models/LexRuntimeServiceServiceException.ts +++ b/clients/client-lex-runtime-service/src/models/LexRuntimeServiceServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-lex-runtime-v2/src/LexRuntimeV2Client.ts b/clients/client-lex-runtime-v2/src/LexRuntimeV2Client.ts index e015adde8039d..a880a1c9e65c3 100644 --- a/clients/client-lex-runtime-v2/src/LexRuntimeV2Client.ts +++ b/clients/client-lex-runtime-v2/src/LexRuntimeV2Client.ts @@ -78,6 +78,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -244,7 +246,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type LexRuntimeV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type LexRuntimeV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -265,7 +267,7 @@ export interface LexRuntimeV2ClientConfig extends LexRuntimeV2ClientConfigType { /** * @public */ -type LexRuntimeV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type LexRuntimeV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-lex-runtime-v2/src/commands/DeleteSessionCommand.ts b/clients/client-lex-runtime-v2/src/commands/DeleteSessionCommand.ts index a0151974c5f3a..ff4f97dc36640 100644 --- a/clients/client-lex-runtime-v2/src/commands/DeleteSessionCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/DeleteSessionCommand.ts @@ -17,6 +17,10 @@ import { LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteSessionRequest, DeleteSessionResponse } from "../models/models_0"; import { de_DeleteSessionCommand, se_DeleteSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-runtime-v2/src/commands/GetSessionCommand.ts b/clients/client-lex-runtime-v2/src/commands/GetSessionCommand.ts index 9b93fede0d813..460d3ace762e8 100644 --- a/clients/client-lex-runtime-v2/src/commands/GetSessionCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/GetSessionCommand.ts @@ -17,6 +17,10 @@ import { LexRuntimeV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetSessionRequest, GetSessionResponse, GetSessionResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetSessionCommand, se_GetSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-runtime-v2/src/commands/PutSessionCommand.ts b/clients/client-lex-runtime-v2/src/commands/PutSessionCommand.ts index 28a454b7f3800..3a1f3a2a6285c 100644 --- a/clients/client-lex-runtime-v2/src/commands/PutSessionCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/PutSessionCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_PutSessionCommand, se_PutSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-runtime-v2/src/commands/RecognizeTextCommand.ts b/clients/client-lex-runtime-v2/src/commands/RecognizeTextCommand.ts index 88770cfc7e2f0..7fad53484d78a 100644 --- a/clients/client-lex-runtime-v2/src/commands/RecognizeTextCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/RecognizeTextCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_RecognizeTextCommand, se_RecognizeTextCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-runtime-v2/src/commands/RecognizeUtteranceCommand.ts b/clients/client-lex-runtime-v2/src/commands/RecognizeUtteranceCommand.ts index 8d466e330ddeb..c3479d61c762c 100644 --- a/clients/client-lex-runtime-v2/src/commands/RecognizeUtteranceCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/RecognizeUtteranceCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_RecognizeUtteranceCommand, se_RecognizeUtteranceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-runtime-v2/src/commands/StartConversationCommand.ts b/clients/client-lex-runtime-v2/src/commands/StartConversationCommand.ts index c2c147d70ca98..0380a2eec9067 100644 --- a/clients/client-lex-runtime-v2/src/commands/StartConversationCommand.ts +++ b/clients/client-lex-runtime-v2/src/commands/StartConversationCommand.ts @@ -24,6 +24,10 @@ import { } from "../models/models_0"; import { de_StartConversationCommand, se_StartConversationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lex-runtime-v2/src/index.ts b/clients/client-lex-runtime-v2/src/index.ts index 54934bd4a04a4..4a1e096e5a5e2 100644 --- a/clients/client-lex-runtime-v2/src/index.ts +++ b/clients/client-lex-runtime-v2/src/index.ts @@ -1,6 +1,12 @@ -export * from "./LexRuntimeV2"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

This section contains documentation for the Amazon Lex V2 Runtime V2 API operations.

+ * + * @packageDocumentation + */ export * from "./LexRuntimeV2Client"; +export * from "./LexRuntimeV2"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-lex-runtime-v2/src/models/LexRuntimeV2ServiceException.ts b/clients/client-lex-runtime-v2/src/models/LexRuntimeV2ServiceException.ts index b3fc0462085bd..66fac4b897914 100644 --- a/clients/client-lex-runtime-v2/src/models/LexRuntimeV2ServiceException.ts +++ b/clients/client-lex-runtime-v2/src/models/LexRuntimeV2ServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-license-manager-linux-subscriptions/src/LicenseManagerLinuxSubscriptionsClient.ts b/clients/client-license-manager-linux-subscriptions/src/LicenseManagerLinuxSubscriptionsClient.ts index 1e5059fbb519a..c80998a276d7e 100644 --- a/clients/client-license-manager-linux-subscriptions/src/LicenseManagerLinuxSubscriptionsClient.ts +++ b/clients/client-license-manager-linux-subscriptions/src/LicenseManagerLinuxSubscriptionsClient.ts @@ -72,6 +72,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -217,7 +219,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type LicenseManagerLinuxSubscriptionsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type LicenseManagerLinuxSubscriptionsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -237,15 +239,16 @@ export interface LicenseManagerLinuxSubscriptionsClientConfig /** * @public */ -type LicenseManagerLinuxSubscriptionsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & - Required & - RegionResolvedConfig & - EndpointResolvedConfig & - RetryResolvedConfig & - HostHeaderResolvedConfig & - AwsAuthResolvedConfig & - UserAgentResolvedConfig & - ClientResolvedEndpointParameters; +export type LicenseManagerLinuxSubscriptionsClientResolvedConfigType = + __SmithyResolvedConfiguration<__HttpHandlerOptions> & + Required & + RegionResolvedConfig & + EndpointResolvedConfig & + RetryResolvedConfig & + HostHeaderResolvedConfig & + AwsAuthResolvedConfig & + UserAgentResolvedConfig & + ClientResolvedEndpointParameters; /** * @public * diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/GetServiceSettingsCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/GetServiceSettingsCommand.ts index bc82f13afadde..85fcfcb714d5b 100644 --- a/clients/client-license-manager-linux-subscriptions/src/commands/GetServiceSettingsCommand.ts +++ b/clients/client-license-manager-linux-subscriptions/src/commands/GetServiceSettingsCommand.ts @@ -21,6 +21,10 @@ import { import { GetServiceSettingsRequest, GetServiceSettingsResponse } from "../models/models_0"; import { de_GetServiceSettingsCommand, se_GetServiceSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionInstancesCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionInstancesCommand.ts index ecbc354f2ddd0..5ae782f545677 100644 --- a/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionInstancesCommand.ts +++ b/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionInstancesCommand.ts @@ -24,6 +24,10 @@ import { se_ListLinuxSubscriptionInstancesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionsCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionsCommand.ts index 4a31dd4cdf272..965c0a7194648 100644 --- a/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionsCommand.ts +++ b/clients/client-license-manager-linux-subscriptions/src/commands/ListLinuxSubscriptionsCommand.ts @@ -21,6 +21,10 @@ import { import { ListLinuxSubscriptionsRequest, ListLinuxSubscriptionsResponse } from "../models/models_0"; import { de_ListLinuxSubscriptionsCommand, se_ListLinuxSubscriptionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager-linux-subscriptions/src/commands/UpdateServiceSettingsCommand.ts b/clients/client-license-manager-linux-subscriptions/src/commands/UpdateServiceSettingsCommand.ts index c39fa2ddf48ee..faa755839c61b 100644 --- a/clients/client-license-manager-linux-subscriptions/src/commands/UpdateServiceSettingsCommand.ts +++ b/clients/client-license-manager-linux-subscriptions/src/commands/UpdateServiceSettingsCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateServiceSettingsRequest, UpdateServiceSettingsResponse } from "../models/models_0"; import { de_UpdateServiceSettingsCommand, se_UpdateServiceSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager-linux-subscriptions/src/index.ts b/clients/client-license-manager-linux-subscriptions/src/index.ts index f229d386ed6a1..22d39e80cf497 100644 --- a/clients/client-license-manager-linux-subscriptions/src/index.ts +++ b/clients/client-license-manager-linux-subscriptions/src/index.ts @@ -1,8 +1,15 @@ -export * from "./LicenseManagerLinuxSubscriptions"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

With License Manager, you can discover and track your commercial Linux subscriptions on running + * Amazon EC2 instances.

+ * + * @packageDocumentation + */ export * from "./LicenseManagerLinuxSubscriptionsClient"; +export * from "./LicenseManagerLinuxSubscriptions"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { LicenseManagerLinuxSubscriptionsServiceException } from "./models/LicenseManagerLinuxSubscriptionsServiceException"; diff --git a/clients/client-license-manager-linux-subscriptions/src/models/LicenseManagerLinuxSubscriptionsServiceException.ts b/clients/client-license-manager-linux-subscriptions/src/models/LicenseManagerLinuxSubscriptionsServiceException.ts index 78288b89975fe..1a69c43754374 100644 --- a/clients/client-license-manager-linux-subscriptions/src/models/LicenseManagerLinuxSubscriptionsServiceException.ts +++ b/clients/client-license-manager-linux-subscriptions/src/models/LicenseManagerLinuxSubscriptionsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-license-manager-user-subscriptions/src/LicenseManagerUserSubscriptionsClient.ts b/clients/client-license-manager-user-subscriptions/src/LicenseManagerUserSubscriptionsClient.ts index 9c485584bbd6c..811bf5f0f80e9 100644 --- a/clients/client-license-manager-user-subscriptions/src/LicenseManagerUserSubscriptionsClient.ts +++ b/clients/client-license-manager-user-subscriptions/src/LicenseManagerUserSubscriptionsClient.ts @@ -94,6 +94,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -253,7 +255,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type LicenseManagerUserSubscriptionsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type LicenseManagerUserSubscriptionsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -272,15 +274,16 @@ export interface LicenseManagerUserSubscriptionsClientConfig extends LicenseMana /** * @public */ -type LicenseManagerUserSubscriptionsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & - Required & - RegionResolvedConfig & - EndpointResolvedConfig & - RetryResolvedConfig & - HostHeaderResolvedConfig & - AwsAuthResolvedConfig & - UserAgentResolvedConfig & - ClientResolvedEndpointParameters; +export type LicenseManagerUserSubscriptionsClientResolvedConfigType = + __SmithyResolvedConfiguration<__HttpHandlerOptions> & + Required & + RegionResolvedConfig & + EndpointResolvedConfig & + RetryResolvedConfig & + HostHeaderResolvedConfig & + AwsAuthResolvedConfig & + UserAgentResolvedConfig & + ClientResolvedEndpointParameters; /** * @public * diff --git a/clients/client-license-manager-user-subscriptions/src/commands/AssociateUserCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/AssociateUserCommand.ts index 64539cfebcd1c..4770b5ad141e4 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/AssociateUserCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/AssociateUserCommand.ts @@ -21,6 +21,10 @@ import { import { AssociateUserRequest, AssociateUserResponse } from "../models/models_0"; import { de_AssociateUserCommand, se_AssociateUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager-user-subscriptions/src/commands/DeregisterIdentityProviderCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/DeregisterIdentityProviderCommand.ts index 77ef7cd256f83..d4b4bac614c1f 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/DeregisterIdentityProviderCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/DeregisterIdentityProviderCommand.ts @@ -21,6 +21,10 @@ import { import { DeregisterIdentityProviderRequest, DeregisterIdentityProviderResponse } from "../models/models_0"; import { de_DeregisterIdentityProviderCommand, se_DeregisterIdentityProviderCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager-user-subscriptions/src/commands/DisassociateUserCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/DisassociateUserCommand.ts index 314b0682f60e1..fc422e8a0b9b2 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/DisassociateUserCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/DisassociateUserCommand.ts @@ -21,6 +21,10 @@ import { import { DisassociateUserRequest, DisassociateUserResponse } from "../models/models_0"; import { de_DisassociateUserCommand, se_DisassociateUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager-user-subscriptions/src/commands/ListIdentityProvidersCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/ListIdentityProvidersCommand.ts index cf272ff1928c2..f9c1fef4977fb 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/ListIdentityProvidersCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/ListIdentityProvidersCommand.ts @@ -21,6 +21,10 @@ import { import { ListIdentityProvidersRequest, ListIdentityProvidersResponse } from "../models/models_0"; import { de_ListIdentityProvidersCommand, se_ListIdentityProvidersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager-user-subscriptions/src/commands/ListInstancesCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/ListInstancesCommand.ts index 77467e67490c3..694795a4c7bd6 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/ListInstancesCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/ListInstancesCommand.ts @@ -21,6 +21,10 @@ import { import { ListInstancesRequest, ListInstancesResponse } from "../models/models_0"; import { de_ListInstancesCommand, se_ListInstancesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager-user-subscriptions/src/commands/ListProductSubscriptionsCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/ListProductSubscriptionsCommand.ts index c83ed647e8aaa..65f094664a769 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/ListProductSubscriptionsCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/ListProductSubscriptionsCommand.ts @@ -21,6 +21,10 @@ import { import { ListProductSubscriptionsRequest, ListProductSubscriptionsResponse } from "../models/models_0"; import { de_ListProductSubscriptionsCommand, se_ListProductSubscriptionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager-user-subscriptions/src/commands/ListUserAssociationsCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/ListUserAssociationsCommand.ts index 8256f7493c682..7493244a30aed 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/ListUserAssociationsCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/ListUserAssociationsCommand.ts @@ -21,6 +21,10 @@ import { import { ListUserAssociationsRequest, ListUserAssociationsResponse } from "../models/models_0"; import { de_ListUserAssociationsCommand, se_ListUserAssociationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager-user-subscriptions/src/commands/RegisterIdentityProviderCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/RegisterIdentityProviderCommand.ts index 1baa61e919f3e..4c3344e51cc14 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/RegisterIdentityProviderCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/RegisterIdentityProviderCommand.ts @@ -21,6 +21,10 @@ import { import { RegisterIdentityProviderRequest, RegisterIdentityProviderResponse } from "../models/models_0"; import { de_RegisterIdentityProviderCommand, se_RegisterIdentityProviderCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager-user-subscriptions/src/commands/StartProductSubscriptionCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/StartProductSubscriptionCommand.ts index 126b74fdb174b..3b95655f70d96 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/StartProductSubscriptionCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/StartProductSubscriptionCommand.ts @@ -21,6 +21,10 @@ import { import { StartProductSubscriptionRequest, StartProductSubscriptionResponse } from "../models/models_0"; import { de_StartProductSubscriptionCommand, se_StartProductSubscriptionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager-user-subscriptions/src/commands/StopProductSubscriptionCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/StopProductSubscriptionCommand.ts index f7da7764c68ed..1edd8d13a5d85 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/StopProductSubscriptionCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/StopProductSubscriptionCommand.ts @@ -21,6 +21,10 @@ import { import { StopProductSubscriptionRequest, StopProductSubscriptionResponse } from "../models/models_0"; import { de_StopProductSubscriptionCommand, se_StopProductSubscriptionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager-user-subscriptions/src/commands/UpdateIdentityProviderSettingsCommand.ts b/clients/client-license-manager-user-subscriptions/src/commands/UpdateIdentityProviderSettingsCommand.ts index e0c73866d9bb9..27a1c74192dc2 100644 --- a/clients/client-license-manager-user-subscriptions/src/commands/UpdateIdentityProviderSettingsCommand.ts +++ b/clients/client-license-manager-user-subscriptions/src/commands/UpdateIdentityProviderSettingsCommand.ts @@ -24,6 +24,10 @@ import { se_UpdateIdentityProviderSettingsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager-user-subscriptions/src/index.ts b/clients/client-license-manager-user-subscriptions/src/index.ts index 7f89588cd2c4d..1eae6ed29001b 100644 --- a/clients/client-license-manager-user-subscriptions/src/index.ts +++ b/clients/client-license-manager-user-subscriptions/src/index.ts @@ -1,8 +1,15 @@ -export * from "./LicenseManagerUserSubscriptions"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

With License Manager, you can create user-based subscriptions to utilize licensed software with + * a per user subscription fee on Amazon EC2 instances.

+ * + * @packageDocumentation + */ export * from "./LicenseManagerUserSubscriptionsClient"; +export * from "./LicenseManagerUserSubscriptions"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { LicenseManagerUserSubscriptionsServiceException } from "./models/LicenseManagerUserSubscriptionsServiceException"; diff --git a/clients/client-license-manager-user-subscriptions/src/models/LicenseManagerUserSubscriptionsServiceException.ts b/clients/client-license-manager-user-subscriptions/src/models/LicenseManagerUserSubscriptionsServiceException.ts index 020d0455f762c..7b4c06b25c09a 100644 --- a/clients/client-license-manager-user-subscriptions/src/models/LicenseManagerUserSubscriptionsServiceException.ts +++ b/clients/client-license-manager-user-subscriptions/src/models/LicenseManagerUserSubscriptionsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-license-manager/src/LicenseManagerClient.ts b/clients/client-license-manager/src/LicenseManagerClient.ts index 33832ca09dd6f..4cc3a39f9695c 100644 --- a/clients/client-license-manager/src/LicenseManagerClient.ts +++ b/clients/client-license-manager/src/LicenseManagerClient.ts @@ -196,6 +196,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -433,7 +435,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type LicenseManagerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type LicenseManagerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -452,7 +454,7 @@ export interface LicenseManagerClientConfig extends LicenseManagerClientConfigTy /** * @public */ -type LicenseManagerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type LicenseManagerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-license-manager/src/commands/AcceptGrantCommand.ts b/clients/client-license-manager/src/commands/AcceptGrantCommand.ts index d4074a6eb0cab..ba790ae49a42b 100644 --- a/clients/client-license-manager/src/commands/AcceptGrantCommand.ts +++ b/clients/client-license-manager/src/commands/AcceptGrantCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { AcceptGrantRequest, AcceptGrantResponse } from "../models/models_0"; import { de_AcceptGrantCommand, se_AcceptGrantCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/CheckInLicenseCommand.ts b/clients/client-license-manager/src/commands/CheckInLicenseCommand.ts index b859bc7843092..3b39233930776 100644 --- a/clients/client-license-manager/src/commands/CheckInLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/CheckInLicenseCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CheckInLicenseRequest, CheckInLicenseResponse } from "../models/models_0"; import { de_CheckInLicenseCommand, se_CheckInLicenseCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/CheckoutBorrowLicenseCommand.ts b/clients/client-license-manager/src/commands/CheckoutBorrowLicenseCommand.ts index fd133dac04d39..f5902ffe3ef16 100644 --- a/clients/client-license-manager/src/commands/CheckoutBorrowLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/CheckoutBorrowLicenseCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CheckoutBorrowLicenseRequest, CheckoutBorrowLicenseResponse } from "../models/models_0"; import { de_CheckoutBorrowLicenseCommand, se_CheckoutBorrowLicenseCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/CheckoutLicenseCommand.ts b/clients/client-license-manager/src/commands/CheckoutLicenseCommand.ts index ef9cedab8e4de..2b9274f71a1ed 100644 --- a/clients/client-license-manager/src/commands/CheckoutLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/CheckoutLicenseCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CheckoutLicenseRequest, CheckoutLicenseResponse } from "../models/models_0"; import { de_CheckoutLicenseCommand, se_CheckoutLicenseCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/CreateGrantCommand.ts b/clients/client-license-manager/src/commands/CreateGrantCommand.ts index 9acd98a9c19a8..9af397fbf573b 100644 --- a/clients/client-license-manager/src/commands/CreateGrantCommand.ts +++ b/clients/client-license-manager/src/commands/CreateGrantCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateGrantRequest, CreateGrantResponse } from "../models/models_0"; import { de_CreateGrantCommand, se_CreateGrantCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/CreateGrantVersionCommand.ts b/clients/client-license-manager/src/commands/CreateGrantVersionCommand.ts index 0536ca972c7cd..3443b0f77fdc3 100644 --- a/clients/client-license-manager/src/commands/CreateGrantVersionCommand.ts +++ b/clients/client-license-manager/src/commands/CreateGrantVersionCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateGrantVersionRequest, CreateGrantVersionResponse } from "../models/models_0"; import { de_CreateGrantVersionCommand, se_CreateGrantVersionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/CreateLicenseCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseCommand.ts index 08a3c35c8e558..34e5bb0f4e80f 100644 --- a/clients/client-license-manager/src/commands/CreateLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/CreateLicenseCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateLicenseRequest, CreateLicenseResponse } from "../models/models_0"; import { de_CreateLicenseCommand, se_CreateLicenseCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/CreateLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseConfigurationCommand.ts index 70d460f06e9d9..65d83c2eccb72 100644 --- a/clients/client-license-manager/src/commands/CreateLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/CreateLicenseConfigurationCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateLicenseConfigurationRequest, CreateLicenseConfigurationResponse } from "../models/models_0"; import { de_CreateLicenseConfigurationCommand, se_CreateLicenseConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/CreateLicenseConversionTaskForResourceCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseConversionTaskForResourceCommand.ts index e8cea0c1dab76..7ba11c58506e3 100644 --- a/clients/client-license-manager/src/commands/CreateLicenseConversionTaskForResourceCommand.ts +++ b/clients/client-license-manager/src/commands/CreateLicenseConversionTaskForResourceCommand.ts @@ -23,6 +23,10 @@ import { se_CreateLicenseConversionTaskForResourceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/CreateLicenseManagerReportGeneratorCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseManagerReportGeneratorCommand.ts index a4b4d49fe5e6d..31dda87d86597 100644 --- a/clients/client-license-manager/src/commands/CreateLicenseManagerReportGeneratorCommand.ts +++ b/clients/client-license-manager/src/commands/CreateLicenseManagerReportGeneratorCommand.ts @@ -23,6 +23,10 @@ import { se_CreateLicenseManagerReportGeneratorCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/CreateLicenseVersionCommand.ts b/clients/client-license-manager/src/commands/CreateLicenseVersionCommand.ts index 6588e963f3fc4..5ff8209aab253 100644 --- a/clients/client-license-manager/src/commands/CreateLicenseVersionCommand.ts +++ b/clients/client-license-manager/src/commands/CreateLicenseVersionCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateLicenseVersionRequest, CreateLicenseVersionResponse } from "../models/models_0"; import { de_CreateLicenseVersionCommand, se_CreateLicenseVersionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/CreateTokenCommand.ts b/clients/client-license-manager/src/commands/CreateTokenCommand.ts index 9459038266b97..eb49d7c5aad5d 100644 --- a/clients/client-license-manager/src/commands/CreateTokenCommand.ts +++ b/clients/client-license-manager/src/commands/CreateTokenCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateTokenRequest, CreateTokenResponse } from "../models/models_0"; import { de_CreateTokenCommand, se_CreateTokenCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/DeleteGrantCommand.ts b/clients/client-license-manager/src/commands/DeleteGrantCommand.ts index 377e467ae352b..601605b3517bf 100644 --- a/clients/client-license-manager/src/commands/DeleteGrantCommand.ts +++ b/clients/client-license-manager/src/commands/DeleteGrantCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteGrantRequest, DeleteGrantResponse } from "../models/models_0"; import { de_DeleteGrantCommand, se_DeleteGrantCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/DeleteLicenseCommand.ts b/clients/client-license-manager/src/commands/DeleteLicenseCommand.ts index fd76a80b149a9..333d54e74c592 100644 --- a/clients/client-license-manager/src/commands/DeleteLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/DeleteLicenseCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteLicenseRequest, DeleteLicenseResponse } from "../models/models_0"; import { de_DeleteLicenseCommand, se_DeleteLicenseCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/DeleteLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/DeleteLicenseConfigurationCommand.ts index a494abde9cdad..cb6f0d5b8b7ce 100644 --- a/clients/client-license-manager/src/commands/DeleteLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/DeleteLicenseConfigurationCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteLicenseConfigurationRequest, DeleteLicenseConfigurationResponse } from "../models/models_0"; import { de_DeleteLicenseConfigurationCommand, se_DeleteLicenseConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/DeleteLicenseManagerReportGeneratorCommand.ts b/clients/client-license-manager/src/commands/DeleteLicenseManagerReportGeneratorCommand.ts index 7a89d5737d32d..c601220c380ef 100644 --- a/clients/client-license-manager/src/commands/DeleteLicenseManagerReportGeneratorCommand.ts +++ b/clients/client-license-manager/src/commands/DeleteLicenseManagerReportGeneratorCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteLicenseManagerReportGeneratorCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/DeleteTokenCommand.ts b/clients/client-license-manager/src/commands/DeleteTokenCommand.ts index d16ecd66d6bfd..645e01a6549b9 100644 --- a/clients/client-license-manager/src/commands/DeleteTokenCommand.ts +++ b/clients/client-license-manager/src/commands/DeleteTokenCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteTokenRequest, DeleteTokenResponse } from "../models/models_0"; import { de_DeleteTokenCommand, se_DeleteTokenCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/ExtendLicenseConsumptionCommand.ts b/clients/client-license-manager/src/commands/ExtendLicenseConsumptionCommand.ts index cc6234fa94056..64770e7162675 100644 --- a/clients/client-license-manager/src/commands/ExtendLicenseConsumptionCommand.ts +++ b/clients/client-license-manager/src/commands/ExtendLicenseConsumptionCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ExtendLicenseConsumptionRequest, ExtendLicenseConsumptionResponse } from "../models/models_0"; import { de_ExtendLicenseConsumptionCommand, se_ExtendLicenseConsumptionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/GetAccessTokenCommand.ts b/clients/client-license-manager/src/commands/GetAccessTokenCommand.ts index 9489e6d7abd6f..6040ab970bc49 100644 --- a/clients/client-license-manager/src/commands/GetAccessTokenCommand.ts +++ b/clients/client-license-manager/src/commands/GetAccessTokenCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetAccessTokenRequest, GetAccessTokenResponse } from "../models/models_0"; import { de_GetAccessTokenCommand, se_GetAccessTokenCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/GetGrantCommand.ts b/clients/client-license-manager/src/commands/GetGrantCommand.ts index 205ef058084e9..d298c7853930c 100644 --- a/clients/client-license-manager/src/commands/GetGrantCommand.ts +++ b/clients/client-license-manager/src/commands/GetGrantCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetGrantRequest, GetGrantResponse } from "../models/models_0"; import { de_GetGrantCommand, se_GetGrantCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/GetLicenseCommand.ts b/clients/client-license-manager/src/commands/GetLicenseCommand.ts index e17cbb58d0476..fd37d40e63204 100644 --- a/clients/client-license-manager/src/commands/GetLicenseCommand.ts +++ b/clients/client-license-manager/src/commands/GetLicenseCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetLicenseRequest, GetLicenseResponse } from "../models/models_0"; import { de_GetLicenseCommand, se_GetLicenseCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/GetLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/GetLicenseConfigurationCommand.ts index d2f77984f3680..ca7239d505ea4 100644 --- a/clients/client-license-manager/src/commands/GetLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/GetLicenseConfigurationCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetLicenseConfigurationRequest, GetLicenseConfigurationResponse } from "../models/models_0"; import { de_GetLicenseConfigurationCommand, se_GetLicenseConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/GetLicenseConversionTaskCommand.ts b/clients/client-license-manager/src/commands/GetLicenseConversionTaskCommand.ts index 19fda4c909cca..fbeb0a1355136 100644 --- a/clients/client-license-manager/src/commands/GetLicenseConversionTaskCommand.ts +++ b/clients/client-license-manager/src/commands/GetLicenseConversionTaskCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetLicenseConversionTaskRequest, GetLicenseConversionTaskResponse } from "../models/models_0"; import { de_GetLicenseConversionTaskCommand, se_GetLicenseConversionTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/GetLicenseManagerReportGeneratorCommand.ts b/clients/client-license-manager/src/commands/GetLicenseManagerReportGeneratorCommand.ts index b745467812b0f..b9f2f474a0acd 100644 --- a/clients/client-license-manager/src/commands/GetLicenseManagerReportGeneratorCommand.ts +++ b/clients/client-license-manager/src/commands/GetLicenseManagerReportGeneratorCommand.ts @@ -20,6 +20,10 @@ import { se_GetLicenseManagerReportGeneratorCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/GetLicenseUsageCommand.ts b/clients/client-license-manager/src/commands/GetLicenseUsageCommand.ts index cfe2fe30711ca..e018e07f9f4c5 100644 --- a/clients/client-license-manager/src/commands/GetLicenseUsageCommand.ts +++ b/clients/client-license-manager/src/commands/GetLicenseUsageCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetLicenseUsageRequest, GetLicenseUsageResponse } from "../models/models_0"; import { de_GetLicenseUsageCommand, se_GetLicenseUsageCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/GetServiceSettingsCommand.ts b/clients/client-license-manager/src/commands/GetServiceSettingsCommand.ts index 797e4f0ff6cc5..b52c01fe105ed 100644 --- a/clients/client-license-manager/src/commands/GetServiceSettingsCommand.ts +++ b/clients/client-license-manager/src/commands/GetServiceSettingsCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetServiceSettingsRequest, GetServiceSettingsResponse } from "../models/models_0"; import { de_GetServiceSettingsCommand, se_GetServiceSettingsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/ListAssociationsForLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/ListAssociationsForLicenseConfigurationCommand.ts index 5c0f4424c6d79..472096292f3ef 100644 --- a/clients/client-license-manager/src/commands/ListAssociationsForLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/ListAssociationsForLicenseConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_ListAssociationsForLicenseConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/ListDistributedGrantsCommand.ts b/clients/client-license-manager/src/commands/ListDistributedGrantsCommand.ts index c178cb4e64bf5..d5ffd526612f9 100644 --- a/clients/client-license-manager/src/commands/ListDistributedGrantsCommand.ts +++ b/clients/client-license-manager/src/commands/ListDistributedGrantsCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListDistributedGrantsRequest, ListDistributedGrantsResponse } from "../models/models_0"; import { de_ListDistributedGrantsCommand, se_ListDistributedGrantsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts b/clients/client-license-manager/src/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts index 03b0a09723a5b..447f0ef733889 100644 --- a/clients/client-license-manager/src/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts +++ b/clients/client-license-manager/src/commands/ListFailuresForLicenseConfigurationOperationsCommand.ts @@ -23,6 +23,10 @@ import { se_ListFailuresForLicenseConfigurationOperationsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/ListLicenseConfigurationsCommand.ts b/clients/client-license-manager/src/commands/ListLicenseConfigurationsCommand.ts index ae716e44a5766..cdbc2458b8492 100644 --- a/clients/client-license-manager/src/commands/ListLicenseConfigurationsCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicenseConfigurationsCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListLicenseConfigurationsRequest, ListLicenseConfigurationsResponse } from "../models/models_0"; import { de_ListLicenseConfigurationsCommand, se_ListLicenseConfigurationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/ListLicenseConversionTasksCommand.ts b/clients/client-license-manager/src/commands/ListLicenseConversionTasksCommand.ts index ab31202d4746c..40eca29d10923 100644 --- a/clients/client-license-manager/src/commands/ListLicenseConversionTasksCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicenseConversionTasksCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListLicenseConversionTasksRequest, ListLicenseConversionTasksResponse } from "../models/models_0"; import { de_ListLicenseConversionTasksCommand, se_ListLicenseConversionTasksCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/ListLicenseManagerReportGeneratorsCommand.ts b/clients/client-license-manager/src/commands/ListLicenseManagerReportGeneratorsCommand.ts index 15c4ddc3ef05a..0e3369edb43ac 100644 --- a/clients/client-license-manager/src/commands/ListLicenseManagerReportGeneratorsCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicenseManagerReportGeneratorsCommand.ts @@ -23,6 +23,10 @@ import { se_ListLicenseManagerReportGeneratorsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/ListLicenseSpecificationsForResourceCommand.ts b/clients/client-license-manager/src/commands/ListLicenseSpecificationsForResourceCommand.ts index 1ee5fe5fcf0d1..35a34da9d5b7c 100644 --- a/clients/client-license-manager/src/commands/ListLicenseSpecificationsForResourceCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicenseSpecificationsForResourceCommand.ts @@ -23,6 +23,10 @@ import { se_ListLicenseSpecificationsForResourceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/ListLicenseVersionsCommand.ts b/clients/client-license-manager/src/commands/ListLicenseVersionsCommand.ts index 0493beb73673e..34af98e213496 100644 --- a/clients/client-license-manager/src/commands/ListLicenseVersionsCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicenseVersionsCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListLicenseVersionsRequest, ListLicenseVersionsResponse } from "../models/models_0"; import { de_ListLicenseVersionsCommand, se_ListLicenseVersionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/ListLicensesCommand.ts b/clients/client-license-manager/src/commands/ListLicensesCommand.ts index ed765803eb8dd..beb5c70cf2fa3 100644 --- a/clients/client-license-manager/src/commands/ListLicensesCommand.ts +++ b/clients/client-license-manager/src/commands/ListLicensesCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListLicensesRequest, ListLicensesResponse } from "../models/models_0"; import { de_ListLicensesCommand, se_ListLicensesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/ListReceivedGrantsCommand.ts b/clients/client-license-manager/src/commands/ListReceivedGrantsCommand.ts index e4bb668dbe9e7..c380943f0f390 100644 --- a/clients/client-license-manager/src/commands/ListReceivedGrantsCommand.ts +++ b/clients/client-license-manager/src/commands/ListReceivedGrantsCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListReceivedGrantsRequest, ListReceivedGrantsResponse } from "../models/models_0"; import { de_ListReceivedGrantsCommand, se_ListReceivedGrantsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/ListReceivedGrantsForOrganizationCommand.ts b/clients/client-license-manager/src/commands/ListReceivedGrantsForOrganizationCommand.ts index 35c999c3b3aad..168255a9ad032 100644 --- a/clients/client-license-manager/src/commands/ListReceivedGrantsForOrganizationCommand.ts +++ b/clients/client-license-manager/src/commands/ListReceivedGrantsForOrganizationCommand.ts @@ -23,6 +23,10 @@ import { se_ListReceivedGrantsForOrganizationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/ListReceivedLicensesCommand.ts b/clients/client-license-manager/src/commands/ListReceivedLicensesCommand.ts index 70f080e3c62e3..5631f9ead19b8 100644 --- a/clients/client-license-manager/src/commands/ListReceivedLicensesCommand.ts +++ b/clients/client-license-manager/src/commands/ListReceivedLicensesCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListReceivedLicensesRequest, ListReceivedLicensesResponse } from "../models/models_0"; import { de_ListReceivedLicensesCommand, se_ListReceivedLicensesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/ListReceivedLicensesForOrganizationCommand.ts b/clients/client-license-manager/src/commands/ListReceivedLicensesForOrganizationCommand.ts index 729c9137bf156..e38b488935ce0 100644 --- a/clients/client-license-manager/src/commands/ListReceivedLicensesForOrganizationCommand.ts +++ b/clients/client-license-manager/src/commands/ListReceivedLicensesForOrganizationCommand.ts @@ -23,6 +23,10 @@ import { se_ListReceivedLicensesForOrganizationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/ListResourceInventoryCommand.ts b/clients/client-license-manager/src/commands/ListResourceInventoryCommand.ts index 78cfab53b63f6..66d1742690cd5 100644 --- a/clients/client-license-manager/src/commands/ListResourceInventoryCommand.ts +++ b/clients/client-license-manager/src/commands/ListResourceInventoryCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListResourceInventoryRequest, ListResourceInventoryResponse } from "../models/models_0"; import { de_ListResourceInventoryCommand, se_ListResourceInventoryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/ListTagsForResourceCommand.ts b/clients/client-license-manager/src/commands/ListTagsForResourceCommand.ts index 3305a8f54d858..023efa1dc338a 100644 --- a/clients/client-license-manager/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-license-manager/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/ListTokensCommand.ts b/clients/client-license-manager/src/commands/ListTokensCommand.ts index 9f2d67425f646..436edb0584640 100644 --- a/clients/client-license-manager/src/commands/ListTokensCommand.ts +++ b/clients/client-license-manager/src/commands/ListTokensCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListTokensRequest, ListTokensResponse } from "../models/models_0"; import { de_ListTokensCommand, se_ListTokensCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/ListUsageForLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/ListUsageForLicenseConfigurationCommand.ts index f1b5185a88465..c96392a1866e8 100644 --- a/clients/client-license-manager/src/commands/ListUsageForLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/ListUsageForLicenseConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_ListUsageForLicenseConfigurationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/RejectGrantCommand.ts b/clients/client-license-manager/src/commands/RejectGrantCommand.ts index be9d33b055415..f207f6996cea3 100644 --- a/clients/client-license-manager/src/commands/RejectGrantCommand.ts +++ b/clients/client-license-manager/src/commands/RejectGrantCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { RejectGrantRequest, RejectGrantResponse } from "../models/models_0"; import { de_RejectGrantCommand, se_RejectGrantCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/TagResourceCommand.ts b/clients/client-license-manager/src/commands/TagResourceCommand.ts index c65fdddd39bf6..7c1f04d9388d0 100644 --- a/clients/client-license-manager/src/commands/TagResourceCommand.ts +++ b/clients/client-license-manager/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/UntagResourceCommand.ts b/clients/client-license-manager/src/commands/UntagResourceCommand.ts index 3f9752064307a..c3160493c4d16 100644 --- a/clients/client-license-manager/src/commands/UntagResourceCommand.ts +++ b/clients/client-license-manager/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/UpdateLicenseConfigurationCommand.ts b/clients/client-license-manager/src/commands/UpdateLicenseConfigurationCommand.ts index 9dfd40e305186..0d6bf70e5e6af 100644 --- a/clients/client-license-manager/src/commands/UpdateLicenseConfigurationCommand.ts +++ b/clients/client-license-manager/src/commands/UpdateLicenseConfigurationCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateLicenseConfigurationRequest, UpdateLicenseConfigurationResponse } from "../models/models_0"; import { de_UpdateLicenseConfigurationCommand, se_UpdateLicenseConfigurationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/UpdateLicenseManagerReportGeneratorCommand.ts b/clients/client-license-manager/src/commands/UpdateLicenseManagerReportGeneratorCommand.ts index ac456cb6295bf..bedbb1080e63d 100644 --- a/clients/client-license-manager/src/commands/UpdateLicenseManagerReportGeneratorCommand.ts +++ b/clients/client-license-manager/src/commands/UpdateLicenseManagerReportGeneratorCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateLicenseManagerReportGeneratorCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/UpdateLicenseSpecificationsForResourceCommand.ts b/clients/client-license-manager/src/commands/UpdateLicenseSpecificationsForResourceCommand.ts index a4bd9940665c7..e0cee0768ed6e 100644 --- a/clients/client-license-manager/src/commands/UpdateLicenseSpecificationsForResourceCommand.ts +++ b/clients/client-license-manager/src/commands/UpdateLicenseSpecificationsForResourceCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateLicenseSpecificationsForResourceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/commands/UpdateServiceSettingsCommand.ts b/clients/client-license-manager/src/commands/UpdateServiceSettingsCommand.ts index 31235f15d8b06..5048b5e7f08d5 100644 --- a/clients/client-license-manager/src/commands/UpdateServiceSettingsCommand.ts +++ b/clients/client-license-manager/src/commands/UpdateServiceSettingsCommand.ts @@ -17,6 +17,10 @@ import { LicenseManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateServiceSettingsRequest, UpdateServiceSettingsResponse } from "../models/models_0"; import { de_UpdateServiceSettingsCommand, se_UpdateServiceSettingsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-license-manager/src/index.ts b/clients/client-license-manager/src/index.ts index 3a75353595f0e..0ecdd06bfeff8 100644 --- a/clients/client-license-manager/src/index.ts +++ b/clients/client-license-manager/src/index.ts @@ -1,6 +1,13 @@ -export * from "./LicenseManager"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

License Manager makes it easier to manage licenses from software vendors across multiple + * Amazon Web Services accounts and on-premises servers.

+ * + * @packageDocumentation + */ export * from "./LicenseManagerClient"; +export * from "./LicenseManager"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-license-manager/src/models/LicenseManagerServiceException.ts b/clients/client-license-manager/src/models/LicenseManagerServiceException.ts index 177c1f5952217..fdf79911e83a2 100644 --- a/clients/client-license-manager/src/models/LicenseManagerServiceException.ts +++ b/clients/client-license-manager/src/models/LicenseManagerServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-lightsail/src/LightsailClient.ts b/clients/client-lightsail/src/LightsailClient.ts index 48e88f9c33a60..83d7167250f19 100644 --- a/clients/client-lightsail/src/LightsailClient.ts +++ b/clients/client-lightsail/src/LightsailClient.ts @@ -452,6 +452,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -907,7 +909,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type LightsailClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type LightsailClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -926,7 +928,7 @@ export interface LightsailClientConfig extends LightsailClientConfigType {} /** * @public */ -type LightsailClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type LightsailClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-lightsail/src/commands/AllocateStaticIpCommand.ts b/clients/client-lightsail/src/commands/AllocateStaticIpCommand.ts index 0dfc00aaffc69..122c437b5fb11 100644 --- a/clients/client-lightsail/src/commands/AllocateStaticIpCommand.ts +++ b/clients/client-lightsail/src/commands/AllocateStaticIpCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { AllocateStaticIpRequest, AllocateStaticIpResult } from "../models/models_0"; import { de_AllocateStaticIpCommand, se_AllocateStaticIpCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/AttachCertificateToDistributionCommand.ts b/clients/client-lightsail/src/commands/AttachCertificateToDistributionCommand.ts index 1dc85d41d3a26..c374553d50d37 100644 --- a/clients/client-lightsail/src/commands/AttachCertificateToDistributionCommand.ts +++ b/clients/client-lightsail/src/commands/AttachCertificateToDistributionCommand.ts @@ -20,6 +20,10 @@ import { se_AttachCertificateToDistributionCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/AttachDiskCommand.ts b/clients/client-lightsail/src/commands/AttachDiskCommand.ts index 87915645a1607..5d6318a853b38 100644 --- a/clients/client-lightsail/src/commands/AttachDiskCommand.ts +++ b/clients/client-lightsail/src/commands/AttachDiskCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { AttachDiskRequest, AttachDiskResult } from "../models/models_0"; import { de_AttachDiskCommand, se_AttachDiskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/AttachInstancesToLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/AttachInstancesToLoadBalancerCommand.ts index 55c1638081258..fd8e112dd2e99 100644 --- a/clients/client-lightsail/src/commands/AttachInstancesToLoadBalancerCommand.ts +++ b/clients/client-lightsail/src/commands/AttachInstancesToLoadBalancerCommand.ts @@ -20,6 +20,10 @@ import { se_AttachInstancesToLoadBalancerCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/AttachLoadBalancerTlsCertificateCommand.ts b/clients/client-lightsail/src/commands/AttachLoadBalancerTlsCertificateCommand.ts index b857f9837e4bf..8e82b44d6a36f 100644 --- a/clients/client-lightsail/src/commands/AttachLoadBalancerTlsCertificateCommand.ts +++ b/clients/client-lightsail/src/commands/AttachLoadBalancerTlsCertificateCommand.ts @@ -20,6 +20,10 @@ import { se_AttachLoadBalancerTlsCertificateCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/AttachStaticIpCommand.ts b/clients/client-lightsail/src/commands/AttachStaticIpCommand.ts index 30e2f3dd24fb2..64081c7008141 100644 --- a/clients/client-lightsail/src/commands/AttachStaticIpCommand.ts +++ b/clients/client-lightsail/src/commands/AttachStaticIpCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { AttachStaticIpRequest, AttachStaticIpResult } from "../models/models_0"; import { de_AttachStaticIpCommand, se_AttachStaticIpCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CloseInstancePublicPortsCommand.ts b/clients/client-lightsail/src/commands/CloseInstancePublicPortsCommand.ts index 40a2804b6bb3b..9ba0a592c7384 100644 --- a/clients/client-lightsail/src/commands/CloseInstancePublicPortsCommand.ts +++ b/clients/client-lightsail/src/commands/CloseInstancePublicPortsCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CloseInstancePublicPortsRequest, CloseInstancePublicPortsResult } from "../models/models_0"; import { de_CloseInstancePublicPortsCommand, se_CloseInstancePublicPortsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CopySnapshotCommand.ts b/clients/client-lightsail/src/commands/CopySnapshotCommand.ts index 4887e6a13858a..f5ae6849a675a 100644 --- a/clients/client-lightsail/src/commands/CopySnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CopySnapshotCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CopySnapshotRequest, CopySnapshotResult } from "../models/models_0"; import { de_CopySnapshotCommand, se_CopySnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateBucketAccessKeyCommand.ts b/clients/client-lightsail/src/commands/CreateBucketAccessKeyCommand.ts index b6ae36b45d989..f9ec9b0412f6f 100644 --- a/clients/client-lightsail/src/commands/CreateBucketAccessKeyCommand.ts +++ b/clients/client-lightsail/src/commands/CreateBucketAccessKeyCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateBucketAccessKeyCommand, se_CreateBucketAccessKeyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateBucketCommand.ts b/clients/client-lightsail/src/commands/CreateBucketCommand.ts index 8bac275801dd4..39122bb8533e4 100644 --- a/clients/client-lightsail/src/commands/CreateBucketCommand.ts +++ b/clients/client-lightsail/src/commands/CreateBucketCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateBucketRequest, CreateBucketResult } from "../models/models_0"; import { de_CreateBucketCommand, se_CreateBucketCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateCertificateCommand.ts b/clients/client-lightsail/src/commands/CreateCertificateCommand.ts index 30a88f6ba9e0e..9de9bff55a04e 100644 --- a/clients/client-lightsail/src/commands/CreateCertificateCommand.ts +++ b/clients/client-lightsail/src/commands/CreateCertificateCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateCertificateRequest, CreateCertificateResult } from "../models/models_0"; import { de_CreateCertificateCommand, se_CreateCertificateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateCloudFormationStackCommand.ts b/clients/client-lightsail/src/commands/CreateCloudFormationStackCommand.ts index 5945a1d5170e7..b90ae2d20a759 100644 --- a/clients/client-lightsail/src/commands/CreateCloudFormationStackCommand.ts +++ b/clients/client-lightsail/src/commands/CreateCloudFormationStackCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateCloudFormationStackRequest, CreateCloudFormationStackResult } from "../models/models_0"; import { de_CreateCloudFormationStackCommand, se_CreateCloudFormationStackCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateContactMethodCommand.ts b/clients/client-lightsail/src/commands/CreateContactMethodCommand.ts index 793b9b7aba66d..6fb8a8ffa8219 100644 --- a/clients/client-lightsail/src/commands/CreateContactMethodCommand.ts +++ b/clients/client-lightsail/src/commands/CreateContactMethodCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateContactMethodRequest, CreateContactMethodResult } from "../models/models_0"; import { de_CreateContactMethodCommand, se_CreateContactMethodCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateContainerServiceCommand.ts b/clients/client-lightsail/src/commands/CreateContainerServiceCommand.ts index 40c1501486819..d2ed0a2ab28b0 100644 --- a/clients/client-lightsail/src/commands/CreateContainerServiceCommand.ts +++ b/clients/client-lightsail/src/commands/CreateContainerServiceCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateContainerServiceRequest, CreateContainerServiceResult } from "../models/models_0"; import { de_CreateContainerServiceCommand, se_CreateContainerServiceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateContainerServiceDeploymentCommand.ts b/clients/client-lightsail/src/commands/CreateContainerServiceDeploymentCommand.ts index 6aeedd00c8e52..fe7b363288f73 100644 --- a/clients/client-lightsail/src/commands/CreateContainerServiceDeploymentCommand.ts +++ b/clients/client-lightsail/src/commands/CreateContainerServiceDeploymentCommand.ts @@ -20,6 +20,10 @@ import { se_CreateContainerServiceDeploymentCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateContainerServiceRegistryLoginCommand.ts b/clients/client-lightsail/src/commands/CreateContainerServiceRegistryLoginCommand.ts index f0a8596b27dd4..b13fcf0b40e1d 100644 --- a/clients/client-lightsail/src/commands/CreateContainerServiceRegistryLoginCommand.ts +++ b/clients/client-lightsail/src/commands/CreateContainerServiceRegistryLoginCommand.ts @@ -23,6 +23,10 @@ import { se_CreateContainerServiceRegistryLoginCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateDiskCommand.ts b/clients/client-lightsail/src/commands/CreateDiskCommand.ts index e23779a552242..e7da0b4c03e1c 100644 --- a/clients/client-lightsail/src/commands/CreateDiskCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDiskCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateDiskRequest, CreateDiskResult } from "../models/models_0"; import { de_CreateDiskCommand, se_CreateDiskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateDiskFromSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateDiskFromSnapshotCommand.ts index 69ca148b8a948..4724b9e31ac92 100644 --- a/clients/client-lightsail/src/commands/CreateDiskFromSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDiskFromSnapshotCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateDiskFromSnapshotRequest, CreateDiskFromSnapshotResult } from "../models/models_0"; import { de_CreateDiskFromSnapshotCommand, se_CreateDiskFromSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateDiskSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateDiskSnapshotCommand.ts index c895890cbca56..a637dcea7ed30 100644 --- a/clients/client-lightsail/src/commands/CreateDiskSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDiskSnapshotCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateDiskSnapshotRequest, CreateDiskSnapshotResult } from "../models/models_0"; import { de_CreateDiskSnapshotCommand, se_CreateDiskSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateDistributionCommand.ts b/clients/client-lightsail/src/commands/CreateDistributionCommand.ts index c3a55e1e6dd8b..8175f83c0cbb1 100644 --- a/clients/client-lightsail/src/commands/CreateDistributionCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDistributionCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateDistributionRequest, CreateDistributionResult } from "../models/models_0"; import { de_CreateDistributionCommand, se_CreateDistributionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateDomainCommand.ts b/clients/client-lightsail/src/commands/CreateDomainCommand.ts index 1fe279d4c5702..b2422af95b3fe 100644 --- a/clients/client-lightsail/src/commands/CreateDomainCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDomainCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateDomainRequest, CreateDomainResult } from "../models/models_0"; import { de_CreateDomainCommand, se_CreateDomainCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateDomainEntryCommand.ts b/clients/client-lightsail/src/commands/CreateDomainEntryCommand.ts index 3ac8a8bf86bae..563898194f757 100644 --- a/clients/client-lightsail/src/commands/CreateDomainEntryCommand.ts +++ b/clients/client-lightsail/src/commands/CreateDomainEntryCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateDomainEntryRequest, CreateDomainEntryResult } from "../models/models_0"; import { de_CreateDomainEntryCommand, se_CreateDomainEntryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateGUISessionAccessDetailsCommand.ts b/clients/client-lightsail/src/commands/CreateGUISessionAccessDetailsCommand.ts index 53d5d0dc6408e..db48c1de38edf 100644 --- a/clients/client-lightsail/src/commands/CreateGUISessionAccessDetailsCommand.ts +++ b/clients/client-lightsail/src/commands/CreateGUISessionAccessDetailsCommand.ts @@ -24,6 +24,10 @@ import { se_CreateGUISessionAccessDetailsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateInstanceSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateInstanceSnapshotCommand.ts index e11f3b0973e60..6aacd0e2d7db4 100644 --- a/clients/client-lightsail/src/commands/CreateInstanceSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateInstanceSnapshotCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateInstanceSnapshotRequest, CreateInstanceSnapshotResult } from "../models/models_0"; import { de_CreateInstanceSnapshotCommand, se_CreateInstanceSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateInstancesCommand.ts b/clients/client-lightsail/src/commands/CreateInstancesCommand.ts index 8164a7222691c..514d7d3f7fc6e 100644 --- a/clients/client-lightsail/src/commands/CreateInstancesCommand.ts +++ b/clients/client-lightsail/src/commands/CreateInstancesCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateInstancesRequest, CreateInstancesResult } from "../models/models_0"; import { de_CreateInstancesCommand, se_CreateInstancesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateInstancesFromSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateInstancesFromSnapshotCommand.ts index 69f71eb56dfb7..e45893b47be57 100644 --- a/clients/client-lightsail/src/commands/CreateInstancesFromSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateInstancesFromSnapshotCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateInstancesFromSnapshotRequest, CreateInstancesFromSnapshotResult } from "../models/models_0"; import { de_CreateInstancesFromSnapshotCommand, se_CreateInstancesFromSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateKeyPairCommand.ts b/clients/client-lightsail/src/commands/CreateKeyPairCommand.ts index f89f2a484d4e8..518b335a91cf7 100644 --- a/clients/client-lightsail/src/commands/CreateKeyPairCommand.ts +++ b/clients/client-lightsail/src/commands/CreateKeyPairCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateKeyPairRequest, CreateKeyPairResult } from "../models/models_0"; import { de_CreateKeyPairCommand, se_CreateKeyPairCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/CreateLoadBalancerCommand.ts index 50359a43fbf82..df81e87381b9c 100644 --- a/clients/client-lightsail/src/commands/CreateLoadBalancerCommand.ts +++ b/clients/client-lightsail/src/commands/CreateLoadBalancerCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateLoadBalancerRequest, CreateLoadBalancerResult } from "../models/models_0"; import { de_CreateLoadBalancerCommand, se_CreateLoadBalancerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateLoadBalancerTlsCertificateCommand.ts b/clients/client-lightsail/src/commands/CreateLoadBalancerTlsCertificateCommand.ts index 3eb51db8b7780..10bab80000c7f 100644 --- a/clients/client-lightsail/src/commands/CreateLoadBalancerTlsCertificateCommand.ts +++ b/clients/client-lightsail/src/commands/CreateLoadBalancerTlsCertificateCommand.ts @@ -20,6 +20,10 @@ import { se_CreateLoadBalancerTlsCertificateCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/CreateRelationalDatabaseCommand.ts index 9a9aeecc8e04b..4ba77fdaac51c 100644 --- a/clients/client-lightsail/src/commands/CreateRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/CreateRelationalDatabaseCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_CreateRelationalDatabaseCommand, se_CreateRelationalDatabaseCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateRelationalDatabaseFromSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateRelationalDatabaseFromSnapshotCommand.ts index c64007da740fc..2dabbe22c4e56 100644 --- a/clients/client-lightsail/src/commands/CreateRelationalDatabaseFromSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateRelationalDatabaseFromSnapshotCommand.ts @@ -23,6 +23,10 @@ import { se_CreateRelationalDatabaseFromSnapshotCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/CreateRelationalDatabaseSnapshotCommand.ts b/clients/client-lightsail/src/commands/CreateRelationalDatabaseSnapshotCommand.ts index f387a80f7726a..d3254d530e89e 100644 --- a/clients/client-lightsail/src/commands/CreateRelationalDatabaseSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/CreateRelationalDatabaseSnapshotCommand.ts @@ -20,6 +20,10 @@ import { se_CreateRelationalDatabaseSnapshotCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DeleteAlarmCommand.ts b/clients/client-lightsail/src/commands/DeleteAlarmCommand.ts index 6981581e02dd2..4a6d1d3c388e1 100644 --- a/clients/client-lightsail/src/commands/DeleteAlarmCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteAlarmCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteAlarmRequest, DeleteAlarmResult } from "../models/models_0"; import { de_DeleteAlarmCommand, se_DeleteAlarmCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DeleteAutoSnapshotCommand.ts b/clients/client-lightsail/src/commands/DeleteAutoSnapshotCommand.ts index 9155aeac8ff01..fcc89031d4cd6 100644 --- a/clients/client-lightsail/src/commands/DeleteAutoSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteAutoSnapshotCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteAutoSnapshotRequest, DeleteAutoSnapshotResult } from "../models/models_0"; import { de_DeleteAutoSnapshotCommand, se_DeleteAutoSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DeleteBucketAccessKeyCommand.ts b/clients/client-lightsail/src/commands/DeleteBucketAccessKeyCommand.ts index 35d308378f689..7160c00409b8a 100644 --- a/clients/client-lightsail/src/commands/DeleteBucketAccessKeyCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteBucketAccessKeyCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteBucketAccessKeyRequest, DeleteBucketAccessKeyResult } from "../models/models_0"; import { de_DeleteBucketAccessKeyCommand, se_DeleteBucketAccessKeyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DeleteBucketCommand.ts b/clients/client-lightsail/src/commands/DeleteBucketCommand.ts index 15140d7c702a3..fd64d9603ec5a 100644 --- a/clients/client-lightsail/src/commands/DeleteBucketCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteBucketCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteBucketRequest, DeleteBucketResult } from "../models/models_0"; import { de_DeleteBucketCommand, se_DeleteBucketCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DeleteCertificateCommand.ts b/clients/client-lightsail/src/commands/DeleteCertificateCommand.ts index 358f370d2fe8c..61c90b1389a25 100644 --- a/clients/client-lightsail/src/commands/DeleteCertificateCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteCertificateCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteCertificateRequest, DeleteCertificateResult } from "../models/models_0"; import { de_DeleteCertificateCommand, se_DeleteCertificateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DeleteContactMethodCommand.ts b/clients/client-lightsail/src/commands/DeleteContactMethodCommand.ts index 249d351c1ae21..a973a13c4b53d 100644 --- a/clients/client-lightsail/src/commands/DeleteContactMethodCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteContactMethodCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteContactMethodRequest, DeleteContactMethodResult } from "../models/models_0"; import { de_DeleteContactMethodCommand, se_DeleteContactMethodCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DeleteContainerImageCommand.ts b/clients/client-lightsail/src/commands/DeleteContainerImageCommand.ts index 7e4b73aefc854..2d32fb9481461 100644 --- a/clients/client-lightsail/src/commands/DeleteContainerImageCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteContainerImageCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteContainerImageRequest, DeleteContainerImageResult } from "../models/models_0"; import { de_DeleteContainerImageCommand, se_DeleteContainerImageCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DeleteContainerServiceCommand.ts b/clients/client-lightsail/src/commands/DeleteContainerServiceCommand.ts index 654c091cbeb7f..54dddf5c6cec2 100644 --- a/clients/client-lightsail/src/commands/DeleteContainerServiceCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteContainerServiceCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteContainerServiceRequest, DeleteContainerServiceResult } from "../models/models_0"; import { de_DeleteContainerServiceCommand, se_DeleteContainerServiceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DeleteDiskCommand.ts b/clients/client-lightsail/src/commands/DeleteDiskCommand.ts index fdf9a5da07cb9..417fe0545b8a7 100644 --- a/clients/client-lightsail/src/commands/DeleteDiskCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteDiskCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteDiskRequest, DeleteDiskResult } from "../models/models_0"; import { de_DeleteDiskCommand, se_DeleteDiskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DeleteDiskSnapshotCommand.ts b/clients/client-lightsail/src/commands/DeleteDiskSnapshotCommand.ts index a687004984926..41e3e66884ecd 100644 --- a/clients/client-lightsail/src/commands/DeleteDiskSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteDiskSnapshotCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteDiskSnapshotRequest, DeleteDiskSnapshotResult } from "../models/models_0"; import { de_DeleteDiskSnapshotCommand, se_DeleteDiskSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DeleteDistributionCommand.ts b/clients/client-lightsail/src/commands/DeleteDistributionCommand.ts index c0bbde9b7fd6f..717e2f407ecfc 100644 --- a/clients/client-lightsail/src/commands/DeleteDistributionCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteDistributionCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteDistributionRequest, DeleteDistributionResult } from "../models/models_0"; import { de_DeleteDistributionCommand, se_DeleteDistributionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DeleteDomainCommand.ts b/clients/client-lightsail/src/commands/DeleteDomainCommand.ts index 31dd6f6b888aa..7b253134a5d8b 100644 --- a/clients/client-lightsail/src/commands/DeleteDomainCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteDomainCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteDomainRequest, DeleteDomainResult } from "../models/models_0"; import { de_DeleteDomainCommand, se_DeleteDomainCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DeleteDomainEntryCommand.ts b/clients/client-lightsail/src/commands/DeleteDomainEntryCommand.ts index 7a9e74d47c53e..21d49ce11a3d9 100644 --- a/clients/client-lightsail/src/commands/DeleteDomainEntryCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteDomainEntryCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteDomainEntryRequest, DeleteDomainEntryResult } from "../models/models_0"; import { de_DeleteDomainEntryCommand, se_DeleteDomainEntryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DeleteInstanceCommand.ts b/clients/client-lightsail/src/commands/DeleteInstanceCommand.ts index 518bec78cf649..6a6d2159514f8 100644 --- a/clients/client-lightsail/src/commands/DeleteInstanceCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteInstanceCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteInstanceRequest, DeleteInstanceResult } from "../models/models_0"; import { de_DeleteInstanceCommand, se_DeleteInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DeleteInstanceSnapshotCommand.ts b/clients/client-lightsail/src/commands/DeleteInstanceSnapshotCommand.ts index ba2914deec09b..6ce6d725dde85 100644 --- a/clients/client-lightsail/src/commands/DeleteInstanceSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteInstanceSnapshotCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteInstanceSnapshotRequest, DeleteInstanceSnapshotResult } from "../models/models_0"; import { de_DeleteInstanceSnapshotCommand, se_DeleteInstanceSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DeleteKeyPairCommand.ts b/clients/client-lightsail/src/commands/DeleteKeyPairCommand.ts index 63fa8b708c5d4..877f39ac02724 100644 --- a/clients/client-lightsail/src/commands/DeleteKeyPairCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteKeyPairCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteKeyPairRequest, DeleteKeyPairResult } from "../models/models_0"; import { de_DeleteKeyPairCommand, se_DeleteKeyPairCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DeleteKnownHostKeysCommand.ts b/clients/client-lightsail/src/commands/DeleteKnownHostKeysCommand.ts index 34d8947d11c95..96061b9463d3a 100644 --- a/clients/client-lightsail/src/commands/DeleteKnownHostKeysCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteKnownHostKeysCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteKnownHostKeysRequest, DeleteKnownHostKeysResult } from "../models/models_0"; import { de_DeleteKnownHostKeysCommand, se_DeleteKnownHostKeysCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DeleteLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/DeleteLoadBalancerCommand.ts index 80b6ffb4f6697..855cdbe7f3a40 100644 --- a/clients/client-lightsail/src/commands/DeleteLoadBalancerCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteLoadBalancerCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteLoadBalancerRequest, DeleteLoadBalancerResult } from "../models/models_0"; import { de_DeleteLoadBalancerCommand, se_DeleteLoadBalancerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DeleteLoadBalancerTlsCertificateCommand.ts b/clients/client-lightsail/src/commands/DeleteLoadBalancerTlsCertificateCommand.ts index 6959e65ac08a7..4be35699db39d 100644 --- a/clients/client-lightsail/src/commands/DeleteLoadBalancerTlsCertificateCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteLoadBalancerTlsCertificateCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteLoadBalancerTlsCertificateCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DeleteRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/DeleteRelationalDatabaseCommand.ts index 5aa6b7e37af61..61a31a74d2b72 100644 --- a/clients/client-lightsail/src/commands/DeleteRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteRelationalDatabaseCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteRelationalDatabaseRequest, DeleteRelationalDatabaseResult } from "../models/models_0"; import { de_DeleteRelationalDatabaseCommand, se_DeleteRelationalDatabaseCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DeleteRelationalDatabaseSnapshotCommand.ts b/clients/client-lightsail/src/commands/DeleteRelationalDatabaseSnapshotCommand.ts index 9cc97cd97e518..2595e34736c60 100644 --- a/clients/client-lightsail/src/commands/DeleteRelationalDatabaseSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/DeleteRelationalDatabaseSnapshotCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteRelationalDatabaseSnapshotCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DetachCertificateFromDistributionCommand.ts b/clients/client-lightsail/src/commands/DetachCertificateFromDistributionCommand.ts index 2f3de7e21b7d4..a7fc4a6722752 100644 --- a/clients/client-lightsail/src/commands/DetachCertificateFromDistributionCommand.ts +++ b/clients/client-lightsail/src/commands/DetachCertificateFromDistributionCommand.ts @@ -20,6 +20,10 @@ import { se_DetachCertificateFromDistributionCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DetachDiskCommand.ts b/clients/client-lightsail/src/commands/DetachDiskCommand.ts index ed8b0910d4aef..c84e0abf4ada8 100644 --- a/clients/client-lightsail/src/commands/DetachDiskCommand.ts +++ b/clients/client-lightsail/src/commands/DetachDiskCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DetachDiskRequest, DetachDiskResult } from "../models/models_0"; import { de_DetachDiskCommand, se_DetachDiskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DetachInstancesFromLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/DetachInstancesFromLoadBalancerCommand.ts index 7424b90e8170e..8662469a89ebf 100644 --- a/clients/client-lightsail/src/commands/DetachInstancesFromLoadBalancerCommand.ts +++ b/clients/client-lightsail/src/commands/DetachInstancesFromLoadBalancerCommand.ts @@ -20,6 +20,10 @@ import { se_DetachInstancesFromLoadBalancerCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DetachStaticIpCommand.ts b/clients/client-lightsail/src/commands/DetachStaticIpCommand.ts index d868baa42bf95..3a37e1ee8867a 100644 --- a/clients/client-lightsail/src/commands/DetachStaticIpCommand.ts +++ b/clients/client-lightsail/src/commands/DetachStaticIpCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DetachStaticIpRequest, DetachStaticIpResult } from "../models/models_0"; import { de_DetachStaticIpCommand, se_DetachStaticIpCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DisableAddOnCommand.ts b/clients/client-lightsail/src/commands/DisableAddOnCommand.ts index 753606c32e862..9a2c234f6fc3f 100644 --- a/clients/client-lightsail/src/commands/DisableAddOnCommand.ts +++ b/clients/client-lightsail/src/commands/DisableAddOnCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DisableAddOnRequest, DisableAddOnResult } from "../models/models_0"; import { de_DisableAddOnCommand, se_DisableAddOnCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/DownloadDefaultKeyPairCommand.ts b/clients/client-lightsail/src/commands/DownloadDefaultKeyPairCommand.ts index e04b051fb5900..aa33eb8c120f6 100644 --- a/clients/client-lightsail/src/commands/DownloadDefaultKeyPairCommand.ts +++ b/clients/client-lightsail/src/commands/DownloadDefaultKeyPairCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DownloadDefaultKeyPairRequest, DownloadDefaultKeyPairResult } from "../models/models_0"; import { de_DownloadDefaultKeyPairCommand, se_DownloadDefaultKeyPairCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/EnableAddOnCommand.ts b/clients/client-lightsail/src/commands/EnableAddOnCommand.ts index f7c453883136f..522a075438a87 100644 --- a/clients/client-lightsail/src/commands/EnableAddOnCommand.ts +++ b/clients/client-lightsail/src/commands/EnableAddOnCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { EnableAddOnRequest, EnableAddOnResult } from "../models/models_0"; import { de_EnableAddOnCommand, se_EnableAddOnCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/ExportSnapshotCommand.ts b/clients/client-lightsail/src/commands/ExportSnapshotCommand.ts index 7baaece72efc6..292ec8cad33ca 100644 --- a/clients/client-lightsail/src/commands/ExportSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/ExportSnapshotCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ExportSnapshotRequest, ExportSnapshotResult } from "../models/models_0"; import { de_ExportSnapshotCommand, se_ExportSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetActiveNamesCommand.ts b/clients/client-lightsail/src/commands/GetActiveNamesCommand.ts index e7f4be01d1473..3fe0dfc2ae0d0 100644 --- a/clients/client-lightsail/src/commands/GetActiveNamesCommand.ts +++ b/clients/client-lightsail/src/commands/GetActiveNamesCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetActiveNamesRequest, GetActiveNamesResult } from "../models/models_0"; import { de_GetActiveNamesCommand, se_GetActiveNamesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetAlarmsCommand.ts b/clients/client-lightsail/src/commands/GetAlarmsCommand.ts index 1f40c628fa156..4bc46ab8d05e6 100644 --- a/clients/client-lightsail/src/commands/GetAlarmsCommand.ts +++ b/clients/client-lightsail/src/commands/GetAlarmsCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetAlarmsRequest, GetAlarmsResult } from "../models/models_0"; import { de_GetAlarmsCommand, se_GetAlarmsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetAutoSnapshotsCommand.ts b/clients/client-lightsail/src/commands/GetAutoSnapshotsCommand.ts index 39fb52dbb70bc..4511da072d190 100644 --- a/clients/client-lightsail/src/commands/GetAutoSnapshotsCommand.ts +++ b/clients/client-lightsail/src/commands/GetAutoSnapshotsCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetAutoSnapshotsRequest, GetAutoSnapshotsResult } from "../models/models_0"; import { de_GetAutoSnapshotsCommand, se_GetAutoSnapshotsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetBlueprintsCommand.ts b/clients/client-lightsail/src/commands/GetBlueprintsCommand.ts index 49e0f0affb80c..18d26334d361b 100644 --- a/clients/client-lightsail/src/commands/GetBlueprintsCommand.ts +++ b/clients/client-lightsail/src/commands/GetBlueprintsCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetBlueprintsRequest, GetBlueprintsResult } from "../models/models_0"; import { de_GetBlueprintsCommand, se_GetBlueprintsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetBucketAccessKeysCommand.ts b/clients/client-lightsail/src/commands/GetBucketAccessKeysCommand.ts index b5572b38f3400..c94b2164850bd 100644 --- a/clients/client-lightsail/src/commands/GetBucketAccessKeysCommand.ts +++ b/clients/client-lightsail/src/commands/GetBucketAccessKeysCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetBucketAccessKeysCommand, se_GetBucketAccessKeysCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetBucketBundlesCommand.ts b/clients/client-lightsail/src/commands/GetBucketBundlesCommand.ts index 598d2a2e89fc1..c9c05b644d850 100644 --- a/clients/client-lightsail/src/commands/GetBucketBundlesCommand.ts +++ b/clients/client-lightsail/src/commands/GetBucketBundlesCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetBucketBundlesRequest, GetBucketBundlesResult } from "../models/models_0"; import { de_GetBucketBundlesCommand, se_GetBucketBundlesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetBucketMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetBucketMetricDataCommand.ts index 75e03eead2328..aebedbc1414d4 100644 --- a/clients/client-lightsail/src/commands/GetBucketMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetBucketMetricDataCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetBucketMetricDataRequest, GetBucketMetricDataResult } from "../models/models_0"; import { de_GetBucketMetricDataCommand, se_GetBucketMetricDataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetBucketsCommand.ts b/clients/client-lightsail/src/commands/GetBucketsCommand.ts index 83fff21350010..e1d3bb2b1fdb1 100644 --- a/clients/client-lightsail/src/commands/GetBucketsCommand.ts +++ b/clients/client-lightsail/src/commands/GetBucketsCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetBucketsRequest, GetBucketsResult } from "../models/models_0"; import { de_GetBucketsCommand, se_GetBucketsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetBundlesCommand.ts b/clients/client-lightsail/src/commands/GetBundlesCommand.ts index fb3d6f4bf0779..d1d0d615f9374 100644 --- a/clients/client-lightsail/src/commands/GetBundlesCommand.ts +++ b/clients/client-lightsail/src/commands/GetBundlesCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetBundlesRequest, GetBundlesResult } from "../models/models_0"; import { de_GetBundlesCommand, se_GetBundlesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetCertificatesCommand.ts b/clients/client-lightsail/src/commands/GetCertificatesCommand.ts index e154cc25c031f..2c1a531b9a195 100644 --- a/clients/client-lightsail/src/commands/GetCertificatesCommand.ts +++ b/clients/client-lightsail/src/commands/GetCertificatesCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetCertificatesRequest, GetCertificatesResult } from "../models/models_0"; import { de_GetCertificatesCommand, se_GetCertificatesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetCloudFormationStackRecordsCommand.ts b/clients/client-lightsail/src/commands/GetCloudFormationStackRecordsCommand.ts index 8a3eb1c070c45..aa844d2c0150d 100644 --- a/clients/client-lightsail/src/commands/GetCloudFormationStackRecordsCommand.ts +++ b/clients/client-lightsail/src/commands/GetCloudFormationStackRecordsCommand.ts @@ -20,6 +20,10 @@ import { se_GetCloudFormationStackRecordsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetContactMethodsCommand.ts b/clients/client-lightsail/src/commands/GetContactMethodsCommand.ts index 77f97e5885b40..c2efec60c7150 100644 --- a/clients/client-lightsail/src/commands/GetContactMethodsCommand.ts +++ b/clients/client-lightsail/src/commands/GetContactMethodsCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetContactMethodsRequest, GetContactMethodsResult } from "../models/models_0"; import { de_GetContactMethodsCommand, se_GetContactMethodsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetContainerAPIMetadataCommand.ts b/clients/client-lightsail/src/commands/GetContainerAPIMetadataCommand.ts index 562592d31d497..8ff0cefe3bdda 100644 --- a/clients/client-lightsail/src/commands/GetContainerAPIMetadataCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerAPIMetadataCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetContainerAPIMetadataRequest, GetContainerAPIMetadataResult } from "../models/models_0"; import { de_GetContainerAPIMetadataCommand, se_GetContainerAPIMetadataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetContainerImagesCommand.ts b/clients/client-lightsail/src/commands/GetContainerImagesCommand.ts index b472c467449d9..840764145f0ff 100644 --- a/clients/client-lightsail/src/commands/GetContainerImagesCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerImagesCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetContainerImagesRequest, GetContainerImagesResult } from "../models/models_0"; import { de_GetContainerImagesCommand, se_GetContainerImagesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetContainerLogCommand.ts b/clients/client-lightsail/src/commands/GetContainerLogCommand.ts index ace913da6b304..0e8e139661ab6 100644 --- a/clients/client-lightsail/src/commands/GetContainerLogCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerLogCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetContainerLogRequest, GetContainerLogResult } from "../models/models_0"; import { de_GetContainerLogCommand, se_GetContainerLogCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetContainerServiceDeploymentsCommand.ts b/clients/client-lightsail/src/commands/GetContainerServiceDeploymentsCommand.ts index 5c76038a7b92f..1271f0f2eed2f 100644 --- a/clients/client-lightsail/src/commands/GetContainerServiceDeploymentsCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerServiceDeploymentsCommand.ts @@ -20,6 +20,10 @@ import { se_GetContainerServiceDeploymentsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetContainerServiceMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetContainerServiceMetricDataCommand.ts index 8ff1768060464..bcf44b988acd1 100644 --- a/clients/client-lightsail/src/commands/GetContainerServiceMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerServiceMetricDataCommand.ts @@ -20,6 +20,10 @@ import { se_GetContainerServiceMetricDataCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetContainerServicePowersCommand.ts b/clients/client-lightsail/src/commands/GetContainerServicePowersCommand.ts index 22cbf20eec82d..504e4b6aa74c5 100644 --- a/clients/client-lightsail/src/commands/GetContainerServicePowersCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerServicePowersCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetContainerServicePowersRequest, GetContainerServicePowersResult } from "../models/models_0"; import { de_GetContainerServicePowersCommand, se_GetContainerServicePowersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetContainerServicesCommand.ts b/clients/client-lightsail/src/commands/GetContainerServicesCommand.ts index e3bac3aba1d7b..f523d475017c0 100644 --- a/clients/client-lightsail/src/commands/GetContainerServicesCommand.ts +++ b/clients/client-lightsail/src/commands/GetContainerServicesCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ContainerServicesListResult, GetContainerServicesRequest } from "../models/models_0"; import { de_GetContainerServicesCommand, se_GetContainerServicesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetCostEstimateCommand.ts b/clients/client-lightsail/src/commands/GetCostEstimateCommand.ts index 80e8f0ba1b361..d9a29277da2d3 100644 --- a/clients/client-lightsail/src/commands/GetCostEstimateCommand.ts +++ b/clients/client-lightsail/src/commands/GetCostEstimateCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetCostEstimateRequest, GetCostEstimateResult } from "../models/models_1"; import { de_GetCostEstimateCommand, se_GetCostEstimateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetDiskCommand.ts b/clients/client-lightsail/src/commands/GetDiskCommand.ts index 9f88b558ed76c..62558f0e20d3e 100644 --- a/clients/client-lightsail/src/commands/GetDiskCommand.ts +++ b/clients/client-lightsail/src/commands/GetDiskCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDiskRequest, GetDiskResult } from "../models/models_1"; import { de_GetDiskCommand, se_GetDiskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetDiskSnapshotCommand.ts b/clients/client-lightsail/src/commands/GetDiskSnapshotCommand.ts index 29de2e85a5445..99951e4c0c0d7 100644 --- a/clients/client-lightsail/src/commands/GetDiskSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/GetDiskSnapshotCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDiskSnapshotRequest, GetDiskSnapshotResult } from "../models/models_1"; import { de_GetDiskSnapshotCommand, se_GetDiskSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetDiskSnapshotsCommand.ts b/clients/client-lightsail/src/commands/GetDiskSnapshotsCommand.ts index 8e4d649892cd4..91f5f8fa235e4 100644 --- a/clients/client-lightsail/src/commands/GetDiskSnapshotsCommand.ts +++ b/clients/client-lightsail/src/commands/GetDiskSnapshotsCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDiskSnapshotsRequest, GetDiskSnapshotsResult } from "../models/models_1"; import { de_GetDiskSnapshotsCommand, se_GetDiskSnapshotsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetDisksCommand.ts b/clients/client-lightsail/src/commands/GetDisksCommand.ts index 5419780df0d9b..7217d0ea3eefc 100644 --- a/clients/client-lightsail/src/commands/GetDisksCommand.ts +++ b/clients/client-lightsail/src/commands/GetDisksCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDisksRequest, GetDisksResult } from "../models/models_1"; import { de_GetDisksCommand, se_GetDisksCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetDistributionBundlesCommand.ts b/clients/client-lightsail/src/commands/GetDistributionBundlesCommand.ts index 1be72404027f7..a5d0eb898d829 100644 --- a/clients/client-lightsail/src/commands/GetDistributionBundlesCommand.ts +++ b/clients/client-lightsail/src/commands/GetDistributionBundlesCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDistributionBundlesRequest, GetDistributionBundlesResult } from "../models/models_1"; import { de_GetDistributionBundlesCommand, se_GetDistributionBundlesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetDistributionLatestCacheResetCommand.ts b/clients/client-lightsail/src/commands/GetDistributionLatestCacheResetCommand.ts index 1bc8f0601105b..1bc603a6dc3ee 100644 --- a/clients/client-lightsail/src/commands/GetDistributionLatestCacheResetCommand.ts +++ b/clients/client-lightsail/src/commands/GetDistributionLatestCacheResetCommand.ts @@ -20,6 +20,10 @@ import { se_GetDistributionLatestCacheResetCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetDistributionMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetDistributionMetricDataCommand.ts index f6497bd043052..c06d571a74a01 100644 --- a/clients/client-lightsail/src/commands/GetDistributionMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetDistributionMetricDataCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDistributionMetricDataRequest, GetDistributionMetricDataResult } from "../models/models_1"; import { de_GetDistributionMetricDataCommand, se_GetDistributionMetricDataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetDistributionsCommand.ts b/clients/client-lightsail/src/commands/GetDistributionsCommand.ts index 112aa92ad350c..a80b96e254db9 100644 --- a/clients/client-lightsail/src/commands/GetDistributionsCommand.ts +++ b/clients/client-lightsail/src/commands/GetDistributionsCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDistributionsRequest, GetDistributionsResult } from "../models/models_1"; import { de_GetDistributionsCommand, se_GetDistributionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetDomainCommand.ts b/clients/client-lightsail/src/commands/GetDomainCommand.ts index 3516516286e59..9317157df9ea2 100644 --- a/clients/client-lightsail/src/commands/GetDomainCommand.ts +++ b/clients/client-lightsail/src/commands/GetDomainCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDomainRequest, GetDomainResult } from "../models/models_1"; import { de_GetDomainCommand, se_GetDomainCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetDomainsCommand.ts b/clients/client-lightsail/src/commands/GetDomainsCommand.ts index bf10aba30e730..9ec18c95ede5b 100644 --- a/clients/client-lightsail/src/commands/GetDomainsCommand.ts +++ b/clients/client-lightsail/src/commands/GetDomainsCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetDomainsRequest, GetDomainsResult } from "../models/models_1"; import { de_GetDomainsCommand, se_GetDomainsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetExportSnapshotRecordsCommand.ts b/clients/client-lightsail/src/commands/GetExportSnapshotRecordsCommand.ts index d2fb075563b6c..ac527b207441d 100644 --- a/clients/client-lightsail/src/commands/GetExportSnapshotRecordsCommand.ts +++ b/clients/client-lightsail/src/commands/GetExportSnapshotRecordsCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetExportSnapshotRecordsRequest, GetExportSnapshotRecordsResult } from "../models/models_1"; import { de_GetExportSnapshotRecordsCommand, se_GetExportSnapshotRecordsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetInstanceAccessDetailsCommand.ts b/clients/client-lightsail/src/commands/GetInstanceAccessDetailsCommand.ts index 675c2fb176be2..44f938b80145e 100644 --- a/clients/client-lightsail/src/commands/GetInstanceAccessDetailsCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceAccessDetailsCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetInstanceAccessDetailsRequest, GetInstanceAccessDetailsResult } from "../models/models_1"; import { de_GetInstanceAccessDetailsCommand, se_GetInstanceAccessDetailsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetInstanceCommand.ts b/clients/client-lightsail/src/commands/GetInstanceCommand.ts index 60cc41bca8dd0..73e41fc14afea 100644 --- a/clients/client-lightsail/src/commands/GetInstanceCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetInstanceRequest, GetInstanceResult } from "../models/models_1"; import { de_GetInstanceCommand, se_GetInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetInstanceMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetInstanceMetricDataCommand.ts index d7b70be70094f..e6111bd7daacd 100644 --- a/clients/client-lightsail/src/commands/GetInstanceMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceMetricDataCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetInstanceMetricDataRequest, GetInstanceMetricDataResult } from "../models/models_1"; import { de_GetInstanceMetricDataCommand, se_GetInstanceMetricDataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetInstancePortStatesCommand.ts b/clients/client-lightsail/src/commands/GetInstancePortStatesCommand.ts index cc08ea4de40fe..db07e86d0d191 100644 --- a/clients/client-lightsail/src/commands/GetInstancePortStatesCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstancePortStatesCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetInstancePortStatesRequest, GetInstancePortStatesResult } from "../models/models_1"; import { de_GetInstancePortStatesCommand, se_GetInstancePortStatesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetInstanceSnapshotCommand.ts b/clients/client-lightsail/src/commands/GetInstanceSnapshotCommand.ts index b60da50540695..d597a7575f043 100644 --- a/clients/client-lightsail/src/commands/GetInstanceSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceSnapshotCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetInstanceSnapshotRequest, GetInstanceSnapshotResult } from "../models/models_1"; import { de_GetInstanceSnapshotCommand, se_GetInstanceSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetInstanceSnapshotsCommand.ts b/clients/client-lightsail/src/commands/GetInstanceSnapshotsCommand.ts index 7b81ea2ffad9c..7dc90e4eb5e44 100644 --- a/clients/client-lightsail/src/commands/GetInstanceSnapshotsCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceSnapshotsCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetInstanceSnapshotsRequest, GetInstanceSnapshotsResult } from "../models/models_1"; import { de_GetInstanceSnapshotsCommand, se_GetInstanceSnapshotsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetInstanceStateCommand.ts b/clients/client-lightsail/src/commands/GetInstanceStateCommand.ts index 7ed1af7b878eb..254a0d85448df 100644 --- a/clients/client-lightsail/src/commands/GetInstanceStateCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstanceStateCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetInstanceStateRequest, GetInstanceStateResult } from "../models/models_1"; import { de_GetInstanceStateCommand, se_GetInstanceStateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetInstancesCommand.ts b/clients/client-lightsail/src/commands/GetInstancesCommand.ts index d2fead276bf2b..3afed20e59ce9 100644 --- a/clients/client-lightsail/src/commands/GetInstancesCommand.ts +++ b/clients/client-lightsail/src/commands/GetInstancesCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetInstancesRequest, GetInstancesResult } from "../models/models_1"; import { de_GetInstancesCommand, se_GetInstancesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetKeyPairCommand.ts b/clients/client-lightsail/src/commands/GetKeyPairCommand.ts index 6f9e00695d752..9fb70de89827d 100644 --- a/clients/client-lightsail/src/commands/GetKeyPairCommand.ts +++ b/clients/client-lightsail/src/commands/GetKeyPairCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetKeyPairRequest, GetKeyPairResult } from "../models/models_1"; import { de_GetKeyPairCommand, se_GetKeyPairCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetKeyPairsCommand.ts b/clients/client-lightsail/src/commands/GetKeyPairsCommand.ts index 2e8ac65ad9d24..56703f65fa57d 100644 --- a/clients/client-lightsail/src/commands/GetKeyPairsCommand.ts +++ b/clients/client-lightsail/src/commands/GetKeyPairsCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetKeyPairsRequest, GetKeyPairsResult } from "../models/models_1"; import { de_GetKeyPairsCommand, se_GetKeyPairsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetLoadBalancerCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancerCommand.ts index e48cd9d34275d..448dd8cc525b2 100644 --- a/clients/client-lightsail/src/commands/GetLoadBalancerCommand.ts +++ b/clients/client-lightsail/src/commands/GetLoadBalancerCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetLoadBalancerRequest, GetLoadBalancerResult } from "../models/models_1"; import { de_GetLoadBalancerCommand, se_GetLoadBalancerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetLoadBalancerMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancerMetricDataCommand.ts index 4e6b87408f7b3..5758c2290d603 100644 --- a/clients/client-lightsail/src/commands/GetLoadBalancerMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetLoadBalancerMetricDataCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetLoadBalancerMetricDataRequest, GetLoadBalancerMetricDataResult } from "../models/models_1"; import { de_GetLoadBalancerMetricDataCommand, se_GetLoadBalancerMetricDataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetLoadBalancerTlsCertificatesCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancerTlsCertificatesCommand.ts index 665a2efddefc1..906c2a359b021 100644 --- a/clients/client-lightsail/src/commands/GetLoadBalancerTlsCertificatesCommand.ts +++ b/clients/client-lightsail/src/commands/GetLoadBalancerTlsCertificatesCommand.ts @@ -20,6 +20,10 @@ import { se_GetLoadBalancerTlsCertificatesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetLoadBalancerTlsPoliciesCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancerTlsPoliciesCommand.ts index ec76af391a9d6..0cbe0eaccb2d2 100644 --- a/clients/client-lightsail/src/commands/GetLoadBalancerTlsPoliciesCommand.ts +++ b/clients/client-lightsail/src/commands/GetLoadBalancerTlsPoliciesCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetLoadBalancerTlsPoliciesRequest, GetLoadBalancerTlsPoliciesResult } from "../models/models_1"; import { de_GetLoadBalancerTlsPoliciesCommand, se_GetLoadBalancerTlsPoliciesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetLoadBalancersCommand.ts b/clients/client-lightsail/src/commands/GetLoadBalancersCommand.ts index 34e6d651c13e0..cf03bfd7a9b63 100644 --- a/clients/client-lightsail/src/commands/GetLoadBalancersCommand.ts +++ b/clients/client-lightsail/src/commands/GetLoadBalancersCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetLoadBalancersRequest, GetLoadBalancersResult } from "../models/models_1"; import { de_GetLoadBalancersCommand, se_GetLoadBalancersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetOperationCommand.ts b/clients/client-lightsail/src/commands/GetOperationCommand.ts index da8775fcbb1b4..7689a6f5e65e0 100644 --- a/clients/client-lightsail/src/commands/GetOperationCommand.ts +++ b/clients/client-lightsail/src/commands/GetOperationCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetOperationRequest, GetOperationResult } from "../models/models_1"; import { de_GetOperationCommand, se_GetOperationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetOperationsCommand.ts b/clients/client-lightsail/src/commands/GetOperationsCommand.ts index fefb52705ea49..7d85a4f3444a6 100644 --- a/clients/client-lightsail/src/commands/GetOperationsCommand.ts +++ b/clients/client-lightsail/src/commands/GetOperationsCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetOperationsRequest, GetOperationsResult } from "../models/models_1"; import { de_GetOperationsCommand, se_GetOperationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetOperationsForResourceCommand.ts b/clients/client-lightsail/src/commands/GetOperationsForResourceCommand.ts index ab7cd56e13693..1fd470c966eff 100644 --- a/clients/client-lightsail/src/commands/GetOperationsForResourceCommand.ts +++ b/clients/client-lightsail/src/commands/GetOperationsForResourceCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetOperationsForResourceRequest, GetOperationsForResourceResult } from "../models/models_1"; import { de_GetOperationsForResourceCommand, se_GetOperationsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetRegionsCommand.ts b/clients/client-lightsail/src/commands/GetRegionsCommand.ts index 8f484b44b5ce3..7500b607c4f68 100644 --- a/clients/client-lightsail/src/commands/GetRegionsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRegionsCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetRegionsRequest, GetRegionsResult } from "../models/models_1"; import { de_GetRegionsCommand, se_GetRegionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseBlueprintsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseBlueprintsCommand.ts index ad042a8306aeb..2533660df34e4 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseBlueprintsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseBlueprintsCommand.ts @@ -20,6 +20,10 @@ import { se_GetRelationalDatabaseBlueprintsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseBundlesCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseBundlesCommand.ts index 754ea7e279c41..c61ea1205e4a2 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseBundlesCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseBundlesCommand.ts @@ -20,6 +20,10 @@ import { se_GetRelationalDatabaseBundlesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseCommand.ts index 91cacb852be3c..e37a18eef6d3e 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetRelationalDatabaseRequest, GetRelationalDatabaseResult } from "../models/models_1"; import { de_GetRelationalDatabaseCommand, se_GetRelationalDatabaseCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseEventsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseEventsCommand.ts index fe8c6f6545769..c8c2d11f3f541 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseEventsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseEventsCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetRelationalDatabaseEventsRequest, GetRelationalDatabaseEventsResult } from "../models/models_1"; import { de_GetRelationalDatabaseEventsCommand, se_GetRelationalDatabaseEventsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseLogEventsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseLogEventsCommand.ts index 9dc0beb2bd1c3..83399c7542ba6 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseLogEventsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseLogEventsCommand.ts @@ -20,6 +20,10 @@ import { se_GetRelationalDatabaseLogEventsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseLogStreamsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseLogStreamsCommand.ts index 0a9c2fff1c3de..abd1fd86431e2 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseLogStreamsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseLogStreamsCommand.ts @@ -20,6 +20,10 @@ import { se_GetRelationalDatabaseLogStreamsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts index 999f84f51f13c..8972279db045a 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseMasterUserPasswordCommand.ts @@ -24,6 +24,10 @@ import { se_GetRelationalDatabaseMasterUserPasswordCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseMetricDataCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseMetricDataCommand.ts index 1663b9fb0ce13..90ae1a1c084c0 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseMetricDataCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseMetricDataCommand.ts @@ -20,6 +20,10 @@ import { se_GetRelationalDatabaseMetricDataCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseParametersCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseParametersCommand.ts index 157895c1b6af4..0e17d597d34ef 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseParametersCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseParametersCommand.ts @@ -20,6 +20,10 @@ import { se_GetRelationalDatabaseParametersCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotCommand.ts index 6c82bdb6195ef..6f4720bdbd3e4 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotCommand.ts @@ -20,6 +20,10 @@ import { se_GetRelationalDatabaseSnapshotCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotsCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotsCommand.ts index 8d633ff8aa4a0..5e2b4c6a903eb 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotsCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabaseSnapshotsCommand.ts @@ -20,6 +20,10 @@ import { se_GetRelationalDatabaseSnapshotsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetRelationalDatabasesCommand.ts b/clients/client-lightsail/src/commands/GetRelationalDatabasesCommand.ts index afdcb172c7c0d..5fd90e7828dac 100644 --- a/clients/client-lightsail/src/commands/GetRelationalDatabasesCommand.ts +++ b/clients/client-lightsail/src/commands/GetRelationalDatabasesCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetRelationalDatabasesRequest, GetRelationalDatabasesResult } from "../models/models_1"; import { de_GetRelationalDatabasesCommand, se_GetRelationalDatabasesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetStaticIpCommand.ts b/clients/client-lightsail/src/commands/GetStaticIpCommand.ts index 06e8114850a40..e86307e3a9191 100644 --- a/clients/client-lightsail/src/commands/GetStaticIpCommand.ts +++ b/clients/client-lightsail/src/commands/GetStaticIpCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetStaticIpRequest, GetStaticIpResult } from "../models/models_1"; import { de_GetStaticIpCommand, se_GetStaticIpCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/GetStaticIpsCommand.ts b/clients/client-lightsail/src/commands/GetStaticIpsCommand.ts index 40481cb614e45..7300547683cee 100644 --- a/clients/client-lightsail/src/commands/GetStaticIpsCommand.ts +++ b/clients/client-lightsail/src/commands/GetStaticIpsCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetStaticIpsRequest, GetStaticIpsResult } from "../models/models_1"; import { de_GetStaticIpsCommand, se_GetStaticIpsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/ImportKeyPairCommand.ts b/clients/client-lightsail/src/commands/ImportKeyPairCommand.ts index 92a81877d1d38..64b8b6fbadcbb 100644 --- a/clients/client-lightsail/src/commands/ImportKeyPairCommand.ts +++ b/clients/client-lightsail/src/commands/ImportKeyPairCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ImportKeyPairRequest, ImportKeyPairResult } from "../models/models_1"; import { de_ImportKeyPairCommand, se_ImportKeyPairCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/IsVpcPeeredCommand.ts b/clients/client-lightsail/src/commands/IsVpcPeeredCommand.ts index 4b032db9056d4..fa45e4f0099b4 100644 --- a/clients/client-lightsail/src/commands/IsVpcPeeredCommand.ts +++ b/clients/client-lightsail/src/commands/IsVpcPeeredCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { IsVpcPeeredRequest, IsVpcPeeredResult } from "../models/models_1"; import { de_IsVpcPeeredCommand, se_IsVpcPeeredCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/OpenInstancePublicPortsCommand.ts b/clients/client-lightsail/src/commands/OpenInstancePublicPortsCommand.ts index b4853835f209b..37d7bc52013ca 100644 --- a/clients/client-lightsail/src/commands/OpenInstancePublicPortsCommand.ts +++ b/clients/client-lightsail/src/commands/OpenInstancePublicPortsCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { OpenInstancePublicPortsRequest, OpenInstancePublicPortsResult } from "../models/models_1"; import { de_OpenInstancePublicPortsCommand, se_OpenInstancePublicPortsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/PeerVpcCommand.ts b/clients/client-lightsail/src/commands/PeerVpcCommand.ts index 066661c77f238..ae35369a6c979 100644 --- a/clients/client-lightsail/src/commands/PeerVpcCommand.ts +++ b/clients/client-lightsail/src/commands/PeerVpcCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PeerVpcRequest, PeerVpcResult } from "../models/models_1"; import { de_PeerVpcCommand, se_PeerVpcCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/PutAlarmCommand.ts b/clients/client-lightsail/src/commands/PutAlarmCommand.ts index 33e13ccf209ec..9271477e20390 100644 --- a/clients/client-lightsail/src/commands/PutAlarmCommand.ts +++ b/clients/client-lightsail/src/commands/PutAlarmCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutAlarmRequest, PutAlarmResult } from "../models/models_1"; import { de_PutAlarmCommand, se_PutAlarmCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/PutInstancePublicPortsCommand.ts b/clients/client-lightsail/src/commands/PutInstancePublicPortsCommand.ts index aa593780e839b..a6dd9796acb71 100644 --- a/clients/client-lightsail/src/commands/PutInstancePublicPortsCommand.ts +++ b/clients/client-lightsail/src/commands/PutInstancePublicPortsCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutInstancePublicPortsRequest, PutInstancePublicPortsResult } from "../models/models_1"; import { de_PutInstancePublicPortsCommand, se_PutInstancePublicPortsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/RebootInstanceCommand.ts b/clients/client-lightsail/src/commands/RebootInstanceCommand.ts index 63717800a6194..7808fd3fca9bd 100644 --- a/clients/client-lightsail/src/commands/RebootInstanceCommand.ts +++ b/clients/client-lightsail/src/commands/RebootInstanceCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { RebootInstanceRequest, RebootInstanceResult } from "../models/models_1"; import { de_RebootInstanceCommand, se_RebootInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/RebootRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/RebootRelationalDatabaseCommand.ts index 0eb0e24f897f3..fd5b3cd0cb4cd 100644 --- a/clients/client-lightsail/src/commands/RebootRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/RebootRelationalDatabaseCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { RebootRelationalDatabaseRequest, RebootRelationalDatabaseResult } from "../models/models_1"; import { de_RebootRelationalDatabaseCommand, se_RebootRelationalDatabaseCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/RegisterContainerImageCommand.ts b/clients/client-lightsail/src/commands/RegisterContainerImageCommand.ts index 97535a850cf1f..93106617d84b3 100644 --- a/clients/client-lightsail/src/commands/RegisterContainerImageCommand.ts +++ b/clients/client-lightsail/src/commands/RegisterContainerImageCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { RegisterContainerImageRequest, RegisterContainerImageResult } from "../models/models_1"; import { de_RegisterContainerImageCommand, se_RegisterContainerImageCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/ReleaseStaticIpCommand.ts b/clients/client-lightsail/src/commands/ReleaseStaticIpCommand.ts index c8ed1def882c8..d60026fa11ff6 100644 --- a/clients/client-lightsail/src/commands/ReleaseStaticIpCommand.ts +++ b/clients/client-lightsail/src/commands/ReleaseStaticIpCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ReleaseStaticIpRequest, ReleaseStaticIpResult } from "../models/models_1"; import { de_ReleaseStaticIpCommand, se_ReleaseStaticIpCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/ResetDistributionCacheCommand.ts b/clients/client-lightsail/src/commands/ResetDistributionCacheCommand.ts index 2a880f6424358..8f83d9adbaf2f 100644 --- a/clients/client-lightsail/src/commands/ResetDistributionCacheCommand.ts +++ b/clients/client-lightsail/src/commands/ResetDistributionCacheCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ResetDistributionCacheRequest, ResetDistributionCacheResult } from "../models/models_1"; import { de_ResetDistributionCacheCommand, se_ResetDistributionCacheCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/SendContactMethodVerificationCommand.ts b/clients/client-lightsail/src/commands/SendContactMethodVerificationCommand.ts index 65c5e197e525f..9f1cdfa17dc7a 100644 --- a/clients/client-lightsail/src/commands/SendContactMethodVerificationCommand.ts +++ b/clients/client-lightsail/src/commands/SendContactMethodVerificationCommand.ts @@ -20,6 +20,10 @@ import { se_SendContactMethodVerificationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/SetIpAddressTypeCommand.ts b/clients/client-lightsail/src/commands/SetIpAddressTypeCommand.ts index fe1f06f01e992..90d745ed1e8c4 100644 --- a/clients/client-lightsail/src/commands/SetIpAddressTypeCommand.ts +++ b/clients/client-lightsail/src/commands/SetIpAddressTypeCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { SetIpAddressTypeRequest, SetIpAddressTypeResult } from "../models/models_1"; import { de_SetIpAddressTypeCommand, se_SetIpAddressTypeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/SetResourceAccessForBucketCommand.ts b/clients/client-lightsail/src/commands/SetResourceAccessForBucketCommand.ts index 3a65c4b07c62e..5808ae3b669a1 100644 --- a/clients/client-lightsail/src/commands/SetResourceAccessForBucketCommand.ts +++ b/clients/client-lightsail/src/commands/SetResourceAccessForBucketCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { SetResourceAccessForBucketRequest, SetResourceAccessForBucketResult } from "../models/models_1"; import { de_SetResourceAccessForBucketCommand, se_SetResourceAccessForBucketCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/StartGUISessionCommand.ts b/clients/client-lightsail/src/commands/StartGUISessionCommand.ts index cdfb297c38e85..c55f9e37bf54a 100644 --- a/clients/client-lightsail/src/commands/StartGUISessionCommand.ts +++ b/clients/client-lightsail/src/commands/StartGUISessionCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartGUISessionRequest, StartGUISessionResult } from "../models/models_1"; import { de_StartGUISessionCommand, se_StartGUISessionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/StartInstanceCommand.ts b/clients/client-lightsail/src/commands/StartInstanceCommand.ts index 1129cdf2f2175..c7f1ed1967451 100644 --- a/clients/client-lightsail/src/commands/StartInstanceCommand.ts +++ b/clients/client-lightsail/src/commands/StartInstanceCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartInstanceRequest, StartInstanceResult } from "../models/models_1"; import { de_StartInstanceCommand, se_StartInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/StartRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/StartRelationalDatabaseCommand.ts index 40aa8d0b03531..408f8673af74d 100644 --- a/clients/client-lightsail/src/commands/StartRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/StartRelationalDatabaseCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartRelationalDatabaseRequest, StartRelationalDatabaseResult } from "../models/models_1"; import { de_StartRelationalDatabaseCommand, se_StartRelationalDatabaseCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/StopGUISessionCommand.ts b/clients/client-lightsail/src/commands/StopGUISessionCommand.ts index 75547085af57a..2318eb0e3f4f8 100644 --- a/clients/client-lightsail/src/commands/StopGUISessionCommand.ts +++ b/clients/client-lightsail/src/commands/StopGUISessionCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopGUISessionRequest, StopGUISessionResult } from "../models/models_1"; import { de_StopGUISessionCommand, se_StopGUISessionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/StopInstanceCommand.ts b/clients/client-lightsail/src/commands/StopInstanceCommand.ts index a038296fb53ea..fe269c4e5cc52 100644 --- a/clients/client-lightsail/src/commands/StopInstanceCommand.ts +++ b/clients/client-lightsail/src/commands/StopInstanceCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopInstanceRequest, StopInstanceResult } from "../models/models_1"; import { de_StopInstanceCommand, se_StopInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/StopRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/StopRelationalDatabaseCommand.ts index fd84651a4f2cf..55b73ede22772 100644 --- a/clients/client-lightsail/src/commands/StopRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/StopRelationalDatabaseCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopRelationalDatabaseRequest, StopRelationalDatabaseResult } from "../models/models_1"; import { de_StopRelationalDatabaseCommand, se_StopRelationalDatabaseCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/TagResourceCommand.ts b/clients/client-lightsail/src/commands/TagResourceCommand.ts index c2a649ac0054a..b9a1eeead43e4 100644 --- a/clients/client-lightsail/src/commands/TagResourceCommand.ts +++ b/clients/client-lightsail/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceRequest, TagResourceResult } from "../models/models_1"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/TestAlarmCommand.ts b/clients/client-lightsail/src/commands/TestAlarmCommand.ts index 48fe80f47f89a..841a44c182b41 100644 --- a/clients/client-lightsail/src/commands/TestAlarmCommand.ts +++ b/clients/client-lightsail/src/commands/TestAlarmCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TestAlarmRequest, TestAlarmResult } from "../models/models_1"; import { de_TestAlarmCommand, se_TestAlarmCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/UnpeerVpcCommand.ts b/clients/client-lightsail/src/commands/UnpeerVpcCommand.ts index bbee98c88be3f..63bb2e1c5f89c 100644 --- a/clients/client-lightsail/src/commands/UnpeerVpcCommand.ts +++ b/clients/client-lightsail/src/commands/UnpeerVpcCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UnpeerVpcRequest, UnpeerVpcResult } from "../models/models_1"; import { de_UnpeerVpcCommand, se_UnpeerVpcCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/UntagResourceCommand.ts b/clients/client-lightsail/src/commands/UntagResourceCommand.ts index ef42c01a1954c..0390051dd9868 100644 --- a/clients/client-lightsail/src/commands/UntagResourceCommand.ts +++ b/clients/client-lightsail/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceRequest, UntagResourceResult } from "../models/models_1"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/UpdateBucketBundleCommand.ts b/clients/client-lightsail/src/commands/UpdateBucketBundleCommand.ts index 87a5dfbcb456a..29ce345e66f2c 100644 --- a/clients/client-lightsail/src/commands/UpdateBucketBundleCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateBucketBundleCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateBucketBundleRequest, UpdateBucketBundleResult } from "../models/models_1"; import { de_UpdateBucketBundleCommand, se_UpdateBucketBundleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/UpdateBucketCommand.ts b/clients/client-lightsail/src/commands/UpdateBucketCommand.ts index 6e2fcf8dbd3eb..dfc2ead985b12 100644 --- a/clients/client-lightsail/src/commands/UpdateBucketCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateBucketCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateBucketRequest, UpdateBucketResult } from "../models/models_1"; import { de_UpdateBucketCommand, se_UpdateBucketCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/UpdateContainerServiceCommand.ts b/clients/client-lightsail/src/commands/UpdateContainerServiceCommand.ts index f6b30546a628a..d9086be2bd330 100644 --- a/clients/client-lightsail/src/commands/UpdateContainerServiceCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateContainerServiceCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateContainerServiceRequest, UpdateContainerServiceResult } from "../models/models_1"; import { de_UpdateContainerServiceCommand, se_UpdateContainerServiceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/UpdateDistributionBundleCommand.ts b/clients/client-lightsail/src/commands/UpdateDistributionBundleCommand.ts index 6c083b91b4eba..bbbe82a72a283 100644 --- a/clients/client-lightsail/src/commands/UpdateDistributionBundleCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateDistributionBundleCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateDistributionBundleRequest, UpdateDistributionBundleResult } from "../models/models_1"; import { de_UpdateDistributionBundleCommand, se_UpdateDistributionBundleCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/UpdateDistributionCommand.ts b/clients/client-lightsail/src/commands/UpdateDistributionCommand.ts index e81692b2e8423..a443a49cc764c 100644 --- a/clients/client-lightsail/src/commands/UpdateDistributionCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateDistributionCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateDistributionRequest, UpdateDistributionResult } from "../models/models_1"; import { de_UpdateDistributionCommand, se_UpdateDistributionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/UpdateDomainEntryCommand.ts b/clients/client-lightsail/src/commands/UpdateDomainEntryCommand.ts index d2496df821c7b..2e01acc519dae 100644 --- a/clients/client-lightsail/src/commands/UpdateDomainEntryCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateDomainEntryCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateDomainEntryRequest, UpdateDomainEntryResult } from "../models/models_1"; import { de_UpdateDomainEntryCommand, se_UpdateDomainEntryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/UpdateInstanceMetadataOptionsCommand.ts b/clients/client-lightsail/src/commands/UpdateInstanceMetadataOptionsCommand.ts index 43786fa01bd8b..74bbfcb9e718f 100644 --- a/clients/client-lightsail/src/commands/UpdateInstanceMetadataOptionsCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateInstanceMetadataOptionsCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateInstanceMetadataOptionsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/UpdateLoadBalancerAttributeCommand.ts b/clients/client-lightsail/src/commands/UpdateLoadBalancerAttributeCommand.ts index 8f8a9bcb49624..9b7b8f9f293dd 100644 --- a/clients/client-lightsail/src/commands/UpdateLoadBalancerAttributeCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateLoadBalancerAttributeCommand.ts @@ -17,6 +17,10 @@ import { LightsailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateLoadBalancerAttributeRequest, UpdateLoadBalancerAttributeResult } from "../models/models_1"; import { de_UpdateLoadBalancerAttributeCommand, se_UpdateLoadBalancerAttributeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/UpdateRelationalDatabaseCommand.ts b/clients/client-lightsail/src/commands/UpdateRelationalDatabaseCommand.ts index ed79df85dbb85..f0f6456f58024 100644 --- a/clients/client-lightsail/src/commands/UpdateRelationalDatabaseCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateRelationalDatabaseCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_1"; import { de_UpdateRelationalDatabaseCommand, se_UpdateRelationalDatabaseCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/commands/UpdateRelationalDatabaseParametersCommand.ts b/clients/client-lightsail/src/commands/UpdateRelationalDatabaseParametersCommand.ts index 5e7fd0c36a8be..15b96014b6bbd 100644 --- a/clients/client-lightsail/src/commands/UpdateRelationalDatabaseParametersCommand.ts +++ b/clients/client-lightsail/src/commands/UpdateRelationalDatabaseParametersCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateRelationalDatabaseParametersCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lightsail/src/index.ts b/clients/client-lightsail/src/index.ts index 5b126b2ed4e8f..d8cd0302d3367 100644 --- a/clients/client-lightsail/src/index.ts +++ b/clients/client-lightsail/src/index.ts @@ -1,6 +1,25 @@ -export * from "./Lightsail"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. It includes + * everything you need to launch your project quickly - instances (virtual private servers), + * container services, storage buckets, managed databases, SSD-based block storage, static IP + * addresses, load balancers, content delivery network (CDN) distributions, DNS management of + * registered domains, and resource snapshots (backups) - for a low, predictable monthly + * price.

+ *

You can manage your Lightsail resources using the Lightsail console, Lightsail API, + * Command Line Interface (CLI), or SDKs. For more information about Lightsail + * concepts and tasks, see the Amazon Lightsail Developer Guide.

+ *

This API Reference provides detailed information about the actions, data types, + * parameters, and errors of the Lightsail service. For more information about the supported + * Amazon Web Services Regions, endpoints, and service quotas of the Lightsail service, see + * Amazon Lightsail Endpoints + * and Quotas in the Amazon Web Services General Reference.

+ * + * @packageDocumentation + */ export * from "./LightsailClient"; +export * from "./Lightsail"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-lightsail/src/models/LightsailServiceException.ts b/clients/client-lightsail/src/models/LightsailServiceException.ts index 08ed210c8783f..c1b86dc8ba913 100644 --- a/clients/client-lightsail/src/models/LightsailServiceException.ts +++ b/clients/client-lightsail/src/models/LightsailServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-location/src/LocationClient.ts b/clients/client-location/src/LocationClient.ts index 7d280cc69db9f..c13f2eef333d6 100644 --- a/clients/client-location/src/LocationClient.ts +++ b/clients/client-location/src/LocationClient.ts @@ -195,6 +195,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -448,7 +450,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type LocationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type LocationClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -467,7 +469,7 @@ export interface LocationClientConfig extends LocationClientConfigType {} /** * @public */ -type LocationClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type LocationClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-location/src/commands/AssociateTrackerConsumerCommand.ts b/clients/client-location/src/commands/AssociateTrackerConsumerCommand.ts index 9645618ddd888..af97ea30a6cc0 100644 --- a/clients/client-location/src/commands/AssociateTrackerConsumerCommand.ts +++ b/clients/client-location/src/commands/AssociateTrackerConsumerCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { AssociateTrackerConsumerRequest, AssociateTrackerConsumerResponse } from "../models/models_0"; import { de_AssociateTrackerConsumerCommand, se_AssociateTrackerConsumerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/BatchDeleteDevicePositionHistoryCommand.ts b/clients/client-location/src/commands/BatchDeleteDevicePositionHistoryCommand.ts index 8df0ecf196261..93d2fa3e7ec86 100644 --- a/clients/client-location/src/commands/BatchDeleteDevicePositionHistoryCommand.ts +++ b/clients/client-location/src/commands/BatchDeleteDevicePositionHistoryCommand.ts @@ -20,6 +20,10 @@ import { se_BatchDeleteDevicePositionHistoryCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/BatchDeleteGeofenceCommand.ts b/clients/client-location/src/commands/BatchDeleteGeofenceCommand.ts index e644d5835fac0..01f8f9da5b155 100644 --- a/clients/client-location/src/commands/BatchDeleteGeofenceCommand.ts +++ b/clients/client-location/src/commands/BatchDeleteGeofenceCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { BatchDeleteGeofenceRequest, BatchDeleteGeofenceResponse } from "../models/models_0"; import { de_BatchDeleteGeofenceCommand, se_BatchDeleteGeofenceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/BatchEvaluateGeofencesCommand.ts b/clients/client-location/src/commands/BatchEvaluateGeofencesCommand.ts index e5370a41c04ab..3f99212295376 100644 --- a/clients/client-location/src/commands/BatchEvaluateGeofencesCommand.ts +++ b/clients/client-location/src/commands/BatchEvaluateGeofencesCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_BatchEvaluateGeofencesCommand, se_BatchEvaluateGeofencesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/BatchGetDevicePositionCommand.ts b/clients/client-location/src/commands/BatchGetDevicePositionCommand.ts index b03cf6075d75b..1d0f59ea9774e 100644 --- a/clients/client-location/src/commands/BatchGetDevicePositionCommand.ts +++ b/clients/client-location/src/commands/BatchGetDevicePositionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_BatchGetDevicePositionCommand, se_BatchGetDevicePositionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/BatchPutGeofenceCommand.ts b/clients/client-location/src/commands/BatchPutGeofenceCommand.ts index eedc600daebfa..b439e52a2e206 100644 --- a/clients/client-location/src/commands/BatchPutGeofenceCommand.ts +++ b/clients/client-location/src/commands/BatchPutGeofenceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_BatchPutGeofenceCommand, se_BatchPutGeofenceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/BatchUpdateDevicePositionCommand.ts b/clients/client-location/src/commands/BatchUpdateDevicePositionCommand.ts index a17e0af2ed936..897412e4ee49e 100644 --- a/clients/client-location/src/commands/BatchUpdateDevicePositionCommand.ts +++ b/clients/client-location/src/commands/BatchUpdateDevicePositionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_BatchUpdateDevicePositionCommand, se_BatchUpdateDevicePositionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/CalculateRouteCommand.ts b/clients/client-location/src/commands/CalculateRouteCommand.ts index 70271512dab7d..a94bc725d229a 100644 --- a/clients/client-location/src/commands/CalculateRouteCommand.ts +++ b/clients/client-location/src/commands/CalculateRouteCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CalculateRouteCommand, se_CalculateRouteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/CalculateRouteMatrixCommand.ts b/clients/client-location/src/commands/CalculateRouteMatrixCommand.ts index 7553dc6d2cfc4..0a79a6aa99388 100644 --- a/clients/client-location/src/commands/CalculateRouteMatrixCommand.ts +++ b/clients/client-location/src/commands/CalculateRouteMatrixCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CalculateRouteMatrixCommand, se_CalculateRouteMatrixCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/CreateGeofenceCollectionCommand.ts b/clients/client-location/src/commands/CreateGeofenceCollectionCommand.ts index 5a2f149e1b6fb..4557b009c8f73 100644 --- a/clients/client-location/src/commands/CreateGeofenceCollectionCommand.ts +++ b/clients/client-location/src/commands/CreateGeofenceCollectionCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateGeofenceCollectionRequest, CreateGeofenceCollectionResponse } from "../models/models_0"; import { de_CreateGeofenceCollectionCommand, se_CreateGeofenceCollectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/CreateKeyCommand.ts b/clients/client-location/src/commands/CreateKeyCommand.ts index 3a4dbe9ff6c5a..0fa90f7caad30 100644 --- a/clients/client-location/src/commands/CreateKeyCommand.ts +++ b/clients/client-location/src/commands/CreateKeyCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateKeyRequest, CreateKeyResponse, CreateKeyResponseFilterSensitiveLog } from "../models/models_0"; import { de_CreateKeyCommand, se_CreateKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/CreateMapCommand.ts b/clients/client-location/src/commands/CreateMapCommand.ts index 2e4fe73f0c113..7e6c936fc7045 100644 --- a/clients/client-location/src/commands/CreateMapCommand.ts +++ b/clients/client-location/src/commands/CreateMapCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateMapRequest, CreateMapResponse } from "../models/models_0"; import { de_CreateMapCommand, se_CreateMapCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/CreatePlaceIndexCommand.ts b/clients/client-location/src/commands/CreatePlaceIndexCommand.ts index 0b17c03b2845e..e636c89395a1c 100644 --- a/clients/client-location/src/commands/CreatePlaceIndexCommand.ts +++ b/clients/client-location/src/commands/CreatePlaceIndexCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreatePlaceIndexRequest, CreatePlaceIndexResponse } from "../models/models_0"; import { de_CreatePlaceIndexCommand, se_CreatePlaceIndexCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/CreateRouteCalculatorCommand.ts b/clients/client-location/src/commands/CreateRouteCalculatorCommand.ts index 512b448ddac7f..3dd967fca8831 100644 --- a/clients/client-location/src/commands/CreateRouteCalculatorCommand.ts +++ b/clients/client-location/src/commands/CreateRouteCalculatorCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateRouteCalculatorRequest, CreateRouteCalculatorResponse } from "../models/models_0"; import { de_CreateRouteCalculatorCommand, se_CreateRouteCalculatorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/CreateTrackerCommand.ts b/clients/client-location/src/commands/CreateTrackerCommand.ts index 776dd4cf8537d..29f8887a93675 100644 --- a/clients/client-location/src/commands/CreateTrackerCommand.ts +++ b/clients/client-location/src/commands/CreateTrackerCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateTrackerRequest, CreateTrackerResponse } from "../models/models_0"; import { de_CreateTrackerCommand, se_CreateTrackerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/DeleteGeofenceCollectionCommand.ts b/clients/client-location/src/commands/DeleteGeofenceCollectionCommand.ts index 74d7176d66d34..1cd7573234ac1 100644 --- a/clients/client-location/src/commands/DeleteGeofenceCollectionCommand.ts +++ b/clients/client-location/src/commands/DeleteGeofenceCollectionCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteGeofenceCollectionRequest, DeleteGeofenceCollectionResponse } from "../models/models_0"; import { de_DeleteGeofenceCollectionCommand, se_DeleteGeofenceCollectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/DeleteKeyCommand.ts b/clients/client-location/src/commands/DeleteKeyCommand.ts index 65ce573a0e44e..ed549db0091a5 100644 --- a/clients/client-location/src/commands/DeleteKeyCommand.ts +++ b/clients/client-location/src/commands/DeleteKeyCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteKeyRequest, DeleteKeyResponse } from "../models/models_0"; import { de_DeleteKeyCommand, se_DeleteKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/DeleteMapCommand.ts b/clients/client-location/src/commands/DeleteMapCommand.ts index 6c47d8a6ea7a6..581b4cbfe4c24 100644 --- a/clients/client-location/src/commands/DeleteMapCommand.ts +++ b/clients/client-location/src/commands/DeleteMapCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteMapRequest, DeleteMapResponse } from "../models/models_0"; import { de_DeleteMapCommand, se_DeleteMapCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/DeletePlaceIndexCommand.ts b/clients/client-location/src/commands/DeletePlaceIndexCommand.ts index 3cc417ea85aad..2eda13197ac55 100644 --- a/clients/client-location/src/commands/DeletePlaceIndexCommand.ts +++ b/clients/client-location/src/commands/DeletePlaceIndexCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeletePlaceIndexRequest, DeletePlaceIndexResponse } from "../models/models_0"; import { de_DeletePlaceIndexCommand, se_DeletePlaceIndexCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/DeleteRouteCalculatorCommand.ts b/clients/client-location/src/commands/DeleteRouteCalculatorCommand.ts index 03c468bea2fbf..215b4bb63e496 100644 --- a/clients/client-location/src/commands/DeleteRouteCalculatorCommand.ts +++ b/clients/client-location/src/commands/DeleteRouteCalculatorCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteRouteCalculatorRequest, DeleteRouteCalculatorResponse } from "../models/models_0"; import { de_DeleteRouteCalculatorCommand, se_DeleteRouteCalculatorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/DeleteTrackerCommand.ts b/clients/client-location/src/commands/DeleteTrackerCommand.ts index 227da8d5f63bb..73dd371d092b1 100644 --- a/clients/client-location/src/commands/DeleteTrackerCommand.ts +++ b/clients/client-location/src/commands/DeleteTrackerCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteTrackerRequest, DeleteTrackerResponse } from "../models/models_0"; import { de_DeleteTrackerCommand, se_DeleteTrackerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/DescribeGeofenceCollectionCommand.ts b/clients/client-location/src/commands/DescribeGeofenceCollectionCommand.ts index f1cb3542742b7..a487ba165a72c 100644 --- a/clients/client-location/src/commands/DescribeGeofenceCollectionCommand.ts +++ b/clients/client-location/src/commands/DescribeGeofenceCollectionCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeGeofenceCollectionRequest, DescribeGeofenceCollectionResponse } from "../models/models_0"; import { de_DescribeGeofenceCollectionCommand, se_DescribeGeofenceCollectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/DescribeKeyCommand.ts b/clients/client-location/src/commands/DescribeKeyCommand.ts index ddc3437925d04..3057df08e7905 100644 --- a/clients/client-location/src/commands/DescribeKeyCommand.ts +++ b/clients/client-location/src/commands/DescribeKeyCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeKeyRequest, DescribeKeyResponse, DescribeKeyResponseFilterSensitiveLog } from "../models/models_0"; import { de_DescribeKeyCommand, se_DescribeKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/DescribeMapCommand.ts b/clients/client-location/src/commands/DescribeMapCommand.ts index 12a5d84d21b71..660acf3609f8a 100644 --- a/clients/client-location/src/commands/DescribeMapCommand.ts +++ b/clients/client-location/src/commands/DescribeMapCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeMapRequest, DescribeMapResponse } from "../models/models_0"; import { de_DescribeMapCommand, se_DescribeMapCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/DescribePlaceIndexCommand.ts b/clients/client-location/src/commands/DescribePlaceIndexCommand.ts index 4746180ad4bcf..6af5eb39e4619 100644 --- a/clients/client-location/src/commands/DescribePlaceIndexCommand.ts +++ b/clients/client-location/src/commands/DescribePlaceIndexCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribePlaceIndexRequest, DescribePlaceIndexResponse } from "../models/models_0"; import { de_DescribePlaceIndexCommand, se_DescribePlaceIndexCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/DescribeRouteCalculatorCommand.ts b/clients/client-location/src/commands/DescribeRouteCalculatorCommand.ts index a907597d7b6fe..7c631f746937c 100644 --- a/clients/client-location/src/commands/DescribeRouteCalculatorCommand.ts +++ b/clients/client-location/src/commands/DescribeRouteCalculatorCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeRouteCalculatorRequest, DescribeRouteCalculatorResponse } from "../models/models_0"; import { de_DescribeRouteCalculatorCommand, se_DescribeRouteCalculatorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/DescribeTrackerCommand.ts b/clients/client-location/src/commands/DescribeTrackerCommand.ts index 7b52e2028a318..decd9326f4741 100644 --- a/clients/client-location/src/commands/DescribeTrackerCommand.ts +++ b/clients/client-location/src/commands/DescribeTrackerCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeTrackerRequest, DescribeTrackerResponse } from "../models/models_0"; import { de_DescribeTrackerCommand, se_DescribeTrackerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/DisassociateTrackerConsumerCommand.ts b/clients/client-location/src/commands/DisassociateTrackerConsumerCommand.ts index 462dd25dbf84f..8992af6d16421 100644 --- a/clients/client-location/src/commands/DisassociateTrackerConsumerCommand.ts +++ b/clients/client-location/src/commands/DisassociateTrackerConsumerCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateTrackerConsumerCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/GetDevicePositionCommand.ts b/clients/client-location/src/commands/GetDevicePositionCommand.ts index 43bf082528faf..eebf5bff95d8a 100644 --- a/clients/client-location/src/commands/GetDevicePositionCommand.ts +++ b/clients/client-location/src/commands/GetDevicePositionCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetDevicePositionCommand, se_GetDevicePositionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/GetDevicePositionHistoryCommand.ts b/clients/client-location/src/commands/GetDevicePositionHistoryCommand.ts index 3ebf7e47949bc..883a0d5c7f56d 100644 --- a/clients/client-location/src/commands/GetDevicePositionHistoryCommand.ts +++ b/clients/client-location/src/commands/GetDevicePositionHistoryCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetDevicePositionHistoryCommand, se_GetDevicePositionHistoryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/GetGeofenceCommand.ts b/clients/client-location/src/commands/GetGeofenceCommand.ts index 1d7a8feb10756..3d60cc45acab5 100644 --- a/clients/client-location/src/commands/GetGeofenceCommand.ts +++ b/clients/client-location/src/commands/GetGeofenceCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { GetGeofenceRequest, GetGeofenceResponse, GetGeofenceResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetGeofenceCommand, se_GetGeofenceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/GetMapGlyphsCommand.ts b/clients/client-location/src/commands/GetMapGlyphsCommand.ts index dde1403860e1b..d553c73359c7c 100644 --- a/clients/client-location/src/commands/GetMapGlyphsCommand.ts +++ b/clients/client-location/src/commands/GetMapGlyphsCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { GetMapGlyphsRequest, GetMapGlyphsRequestFilterSensitiveLog, GetMapGlyphsResponse } from "../models/models_0"; import { de_GetMapGlyphsCommand, se_GetMapGlyphsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/GetMapSpritesCommand.ts b/clients/client-location/src/commands/GetMapSpritesCommand.ts index 9ffc4089a3556..18cf0651757d1 100644 --- a/clients/client-location/src/commands/GetMapSpritesCommand.ts +++ b/clients/client-location/src/commands/GetMapSpritesCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetMapSpritesCommand, se_GetMapSpritesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts b/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts index 37f3422a0c0ea..2ccbc0650c9de 100644 --- a/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts +++ b/clients/client-location/src/commands/GetMapStyleDescriptorCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_GetMapStyleDescriptorCommand, se_GetMapStyleDescriptorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/GetMapTileCommand.ts b/clients/client-location/src/commands/GetMapTileCommand.ts index 24af98aa10ab6..2e997f87ebe05 100644 --- a/clients/client-location/src/commands/GetMapTileCommand.ts +++ b/clients/client-location/src/commands/GetMapTileCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { GetMapTileRequest, GetMapTileRequestFilterSensitiveLog, GetMapTileResponse } from "../models/models_0"; import { de_GetMapTileCommand, se_GetMapTileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/GetPlaceCommand.ts b/clients/client-location/src/commands/GetPlaceCommand.ts index 094a8af2ebea8..467c24d39e483 100644 --- a/clients/client-location/src/commands/GetPlaceCommand.ts +++ b/clients/client-location/src/commands/GetPlaceCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { GetPlaceRequest, GetPlaceResponse, GetPlaceResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetPlaceCommand, se_GetPlaceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/ListDevicePositionsCommand.ts b/clients/client-location/src/commands/ListDevicePositionsCommand.ts index f5dabfbd01c6f..3ca16d5ea0895 100644 --- a/clients/client-location/src/commands/ListDevicePositionsCommand.ts +++ b/clients/client-location/src/commands/ListDevicePositionsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListDevicePositionsCommand, se_ListDevicePositionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/ListGeofenceCollectionsCommand.ts b/clients/client-location/src/commands/ListGeofenceCollectionsCommand.ts index 822e029ac0c88..65f51ecb5d288 100644 --- a/clients/client-location/src/commands/ListGeofenceCollectionsCommand.ts +++ b/clients/client-location/src/commands/ListGeofenceCollectionsCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListGeofenceCollectionsRequest, ListGeofenceCollectionsResponse } from "../models/models_0"; import { de_ListGeofenceCollectionsCommand, se_ListGeofenceCollectionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/ListGeofencesCommand.ts b/clients/client-location/src/commands/ListGeofencesCommand.ts index baee24d378ac9..4af65177b7ed6 100644 --- a/clients/client-location/src/commands/ListGeofencesCommand.ts +++ b/clients/client-location/src/commands/ListGeofencesCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListGeofencesCommand, se_ListGeofencesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/ListKeysCommand.ts b/clients/client-location/src/commands/ListKeysCommand.ts index b2f8fe4ad3649..f651f8206c688 100644 --- a/clients/client-location/src/commands/ListKeysCommand.ts +++ b/clients/client-location/src/commands/ListKeysCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListKeysRequest, ListKeysResponse } from "../models/models_0"; import { de_ListKeysCommand, se_ListKeysCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/ListMapsCommand.ts b/clients/client-location/src/commands/ListMapsCommand.ts index 334aa151f56ed..a74dc1b05602d 100644 --- a/clients/client-location/src/commands/ListMapsCommand.ts +++ b/clients/client-location/src/commands/ListMapsCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListMapsRequest, ListMapsResponse } from "../models/models_0"; import { de_ListMapsCommand, se_ListMapsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/ListPlaceIndexesCommand.ts b/clients/client-location/src/commands/ListPlaceIndexesCommand.ts index b515011a4f4c3..34163e1b6f442 100644 --- a/clients/client-location/src/commands/ListPlaceIndexesCommand.ts +++ b/clients/client-location/src/commands/ListPlaceIndexesCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListPlaceIndexesRequest, ListPlaceIndexesResponse } from "../models/models_0"; import { de_ListPlaceIndexesCommand, se_ListPlaceIndexesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/ListRouteCalculatorsCommand.ts b/clients/client-location/src/commands/ListRouteCalculatorsCommand.ts index 0369d67f390dd..ed151d3d4b982 100644 --- a/clients/client-location/src/commands/ListRouteCalculatorsCommand.ts +++ b/clients/client-location/src/commands/ListRouteCalculatorsCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListRouteCalculatorsRequest, ListRouteCalculatorsResponse } from "../models/models_0"; import { de_ListRouteCalculatorsCommand, se_ListRouteCalculatorsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/ListTagsForResourceCommand.ts b/clients/client-location/src/commands/ListTagsForResourceCommand.ts index 1d83388eb2513..ed5b6e0a63e6a 100644 --- a/clients/client-location/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-location/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/ListTrackerConsumersCommand.ts b/clients/client-location/src/commands/ListTrackerConsumersCommand.ts index 4895a7d1e9e50..13543c652f0b9 100644 --- a/clients/client-location/src/commands/ListTrackerConsumersCommand.ts +++ b/clients/client-location/src/commands/ListTrackerConsumersCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListTrackerConsumersRequest, ListTrackerConsumersResponse } from "../models/models_0"; import { de_ListTrackerConsumersCommand, se_ListTrackerConsumersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/ListTrackersCommand.ts b/clients/client-location/src/commands/ListTrackersCommand.ts index d0e249a11659a..e0c99eb21a18e 100644 --- a/clients/client-location/src/commands/ListTrackersCommand.ts +++ b/clients/client-location/src/commands/ListTrackersCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListTrackersRequest, ListTrackersResponse } from "../models/models_0"; import { de_ListTrackersCommand, se_ListTrackersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/PutGeofenceCommand.ts b/clients/client-location/src/commands/PutGeofenceCommand.ts index 66bb27744b34a..842035bd9f618 100644 --- a/clients/client-location/src/commands/PutGeofenceCommand.ts +++ b/clients/client-location/src/commands/PutGeofenceCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { PutGeofenceRequest, PutGeofenceRequestFilterSensitiveLog, PutGeofenceResponse } from "../models/models_0"; import { de_PutGeofenceCommand, se_PutGeofenceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/SearchPlaceIndexForPositionCommand.ts b/clients/client-location/src/commands/SearchPlaceIndexForPositionCommand.ts index ec5291ffa2501..99af147337627 100644 --- a/clients/client-location/src/commands/SearchPlaceIndexForPositionCommand.ts +++ b/clients/client-location/src/commands/SearchPlaceIndexForPositionCommand.ts @@ -25,6 +25,10 @@ import { se_SearchPlaceIndexForPositionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/SearchPlaceIndexForSuggestionsCommand.ts b/clients/client-location/src/commands/SearchPlaceIndexForSuggestionsCommand.ts index a273991cd3535..8c7deb1a459a6 100644 --- a/clients/client-location/src/commands/SearchPlaceIndexForSuggestionsCommand.ts +++ b/clients/client-location/src/commands/SearchPlaceIndexForSuggestionsCommand.ts @@ -25,6 +25,10 @@ import { se_SearchPlaceIndexForSuggestionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/SearchPlaceIndexForTextCommand.ts b/clients/client-location/src/commands/SearchPlaceIndexForTextCommand.ts index 5defff3d3598c..3cf2b32fe769b 100644 --- a/clients/client-location/src/commands/SearchPlaceIndexForTextCommand.ts +++ b/clients/client-location/src/commands/SearchPlaceIndexForTextCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_SearchPlaceIndexForTextCommand, se_SearchPlaceIndexForTextCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/TagResourceCommand.ts b/clients/client-location/src/commands/TagResourceCommand.ts index ff4d2a69088ba..9ed951450e0cb 100644 --- a/clients/client-location/src/commands/TagResourceCommand.ts +++ b/clients/client-location/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/UntagResourceCommand.ts b/clients/client-location/src/commands/UntagResourceCommand.ts index 08f0e5b1425d2..18f6a116c89dc 100644 --- a/clients/client-location/src/commands/UntagResourceCommand.ts +++ b/clients/client-location/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/UpdateGeofenceCollectionCommand.ts b/clients/client-location/src/commands/UpdateGeofenceCollectionCommand.ts index 2dd5c118a41ea..893b695a4f9c1 100644 --- a/clients/client-location/src/commands/UpdateGeofenceCollectionCommand.ts +++ b/clients/client-location/src/commands/UpdateGeofenceCollectionCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateGeofenceCollectionRequest, UpdateGeofenceCollectionResponse } from "../models/models_0"; import { de_UpdateGeofenceCollectionCommand, se_UpdateGeofenceCollectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/UpdateKeyCommand.ts b/clients/client-location/src/commands/UpdateKeyCommand.ts index 4453676f7fe3a..58d82e3690794 100644 --- a/clients/client-location/src/commands/UpdateKeyCommand.ts +++ b/clients/client-location/src/commands/UpdateKeyCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateKeyRequest, UpdateKeyResponse } from "../models/models_0"; import { de_UpdateKeyCommand, se_UpdateKeyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/UpdateMapCommand.ts b/clients/client-location/src/commands/UpdateMapCommand.ts index a14c5a4624437..1ea421931f5da 100644 --- a/clients/client-location/src/commands/UpdateMapCommand.ts +++ b/clients/client-location/src/commands/UpdateMapCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateMapRequest, UpdateMapResponse } from "../models/models_0"; import { de_UpdateMapCommand, se_UpdateMapCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/UpdatePlaceIndexCommand.ts b/clients/client-location/src/commands/UpdatePlaceIndexCommand.ts index def72bb1f5d96..43366f899619c 100644 --- a/clients/client-location/src/commands/UpdatePlaceIndexCommand.ts +++ b/clients/client-location/src/commands/UpdatePlaceIndexCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdatePlaceIndexRequest, UpdatePlaceIndexResponse } from "../models/models_0"; import { de_UpdatePlaceIndexCommand, se_UpdatePlaceIndexCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/UpdateRouteCalculatorCommand.ts b/clients/client-location/src/commands/UpdateRouteCalculatorCommand.ts index d6046fc589220..e0b56f1f1c493 100644 --- a/clients/client-location/src/commands/UpdateRouteCalculatorCommand.ts +++ b/clients/client-location/src/commands/UpdateRouteCalculatorCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateRouteCalculatorRequest, UpdateRouteCalculatorResponse } from "../models/models_0"; import { de_UpdateRouteCalculatorCommand, se_UpdateRouteCalculatorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/commands/UpdateTrackerCommand.ts b/clients/client-location/src/commands/UpdateTrackerCommand.ts index b3a3941ad9e09..4dc8a2f53d4cd 100644 --- a/clients/client-location/src/commands/UpdateTrackerCommand.ts +++ b/clients/client-location/src/commands/UpdateTrackerCommand.ts @@ -17,6 +17,10 @@ import { LocationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateTrackerRequest, UpdateTrackerResponse } from "../models/models_0"; import { de_UpdateTrackerCommand, se_UpdateTrackerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-location/src/index.ts b/clients/client-location/src/index.ts index 7f3769516ea06..7348a9281c7c3 100644 --- a/clients/client-location/src/index.ts +++ b/clients/client-location/src/index.ts @@ -1,8 +1,14 @@ -export * from "./Location"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"

+ * + * @packageDocumentation + */ export * from "./LocationClient"; +export * from "./Location"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { LocationServiceException } from "./models/LocationServiceException"; diff --git a/clients/client-location/src/models/LocationServiceException.ts b/clients/client-location/src/models/LocationServiceException.ts index 0426899b06375..c6eed76f7d1ae 100644 --- a/clients/client-location/src/models/LocationServiceException.ts +++ b/clients/client-location/src/models/LocationServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-lookoutequipment/src/LookoutEquipmentClient.ts b/clients/client-lookoutequipment/src/LookoutEquipmentClient.ts index 2bb3a0acb9782..6c04776686f43 100644 --- a/clients/client-lookoutequipment/src/LookoutEquipmentClient.ts +++ b/clients/client-lookoutequipment/src/LookoutEquipmentClient.ts @@ -134,6 +134,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -337,7 +339,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type LookoutEquipmentClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type LookoutEquipmentClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -356,7 +358,7 @@ export interface LookoutEquipmentClientConfig extends LookoutEquipmentClientConf /** * @public */ -type LookoutEquipmentClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type LookoutEquipmentClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-lookoutequipment/src/commands/CreateDatasetCommand.ts b/clients/client-lookoutequipment/src/commands/CreateDatasetCommand.ts index 76f8021a559cd..ba725c333af3c 100644 --- a/clients/client-lookoutequipment/src/commands/CreateDatasetCommand.ts +++ b/clients/client-lookoutequipment/src/commands/CreateDatasetCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0"; import { de_CreateDatasetCommand, se_CreateDatasetCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/CreateInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/CreateInferenceSchedulerCommand.ts index 23cd1afabddb6..e6ded7cce7ffa 100644 --- a/clients/client-lookoutequipment/src/commands/CreateInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/CreateInferenceSchedulerCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateInferenceSchedulerRequest, CreateInferenceSchedulerResponse } from "../models/models_0"; import { de_CreateInferenceSchedulerCommand, se_CreateInferenceSchedulerCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/CreateLabelCommand.ts b/clients/client-lookoutequipment/src/commands/CreateLabelCommand.ts index 87b6c83bd2aa7..bee5c3825911b 100644 --- a/clients/client-lookoutequipment/src/commands/CreateLabelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/CreateLabelCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateLabelRequest, CreateLabelResponse } from "../models/models_0"; import { de_CreateLabelCommand, se_CreateLabelCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/CreateLabelGroupCommand.ts b/clients/client-lookoutequipment/src/commands/CreateLabelGroupCommand.ts index 710112323dcc6..56995cd4c16c3 100644 --- a/clients/client-lookoutequipment/src/commands/CreateLabelGroupCommand.ts +++ b/clients/client-lookoutequipment/src/commands/CreateLabelGroupCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateLabelGroupRequest, CreateLabelGroupResponse } from "../models/models_0"; import { de_CreateLabelGroupCommand, se_CreateLabelGroupCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/CreateModelCommand.ts b/clients/client-lookoutequipment/src/commands/CreateModelCommand.ts index df30cf7cea5e2..60b592a6f7395 100644 --- a/clients/client-lookoutequipment/src/commands/CreateModelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/CreateModelCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { CreateModelRequest, CreateModelResponse } from "../models/models_0"; import { de_CreateModelCommand, se_CreateModelCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/DeleteDatasetCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteDatasetCommand.ts index e2fdc60d85514..ff3bdd352fe7d 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteDatasetCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteDatasetRequest } from "../models/models_0"; import { de_DeleteDatasetCommand, se_DeleteDatasetCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/DeleteInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteInferenceSchedulerCommand.ts index 7cd8f7fbeeede..94e5bbb733523 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteInferenceSchedulerCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteInferenceSchedulerRequest } from "../models/models_0"; import { de_DeleteInferenceSchedulerCommand, se_DeleteInferenceSchedulerCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/DeleteLabelCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteLabelCommand.ts index e6c836d6febab..8b385ee5f59f4 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteLabelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteLabelCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteLabelRequest } from "../models/models_0"; import { de_DeleteLabelCommand, se_DeleteLabelCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/DeleteLabelGroupCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteLabelGroupCommand.ts index 1721eaa18e68b..13494f83f9d32 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteLabelGroupCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteLabelGroupCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteLabelGroupRequest } from "../models/models_0"; import { de_DeleteLabelGroupCommand, se_DeleteLabelGroupCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/DeleteModelCommand.ts b/clients/client-lookoutequipment/src/commands/DeleteModelCommand.ts index efef501140f77..c6a8a94734476 100644 --- a/clients/client-lookoutequipment/src/commands/DeleteModelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DeleteModelCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DeleteModelRequest } from "../models/models_0"; import { de_DeleteModelCommand, se_DeleteModelCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/DescribeDataIngestionJobCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeDataIngestionJobCommand.ts index 84461fa274f8b..b8057faa3675c 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeDataIngestionJobCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeDataIngestionJobCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeDataIngestionJobRequest, DescribeDataIngestionJobResponse } from "../models/models_0"; import { de_DescribeDataIngestionJobCommand, se_DescribeDataIngestionJobCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/DescribeDatasetCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeDatasetCommand.ts index 215d43aa4ef68..652733a388cc3 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeDatasetCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0"; import { de_DescribeDatasetCommand, se_DescribeDatasetCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/DescribeInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeInferenceSchedulerCommand.ts index 4bff6aae0da94..6510d747a131f 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeInferenceSchedulerCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeInferenceSchedulerRequest, DescribeInferenceSchedulerResponse } from "../models/models_0"; import { de_DescribeInferenceSchedulerCommand, se_DescribeInferenceSchedulerCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/DescribeLabelCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeLabelCommand.ts index 1a57bd774249e..ceb9bba0f4096 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeLabelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeLabelCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeLabelRequest, DescribeLabelResponse } from "../models/models_0"; import { de_DescribeLabelCommand, se_DescribeLabelCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/DescribeLabelGroupCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeLabelGroupCommand.ts index 73992b29be2a8..4bd4ed7b01fa4 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeLabelGroupCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeLabelGroupCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeLabelGroupRequest, DescribeLabelGroupResponse } from "../models/models_0"; import { de_DescribeLabelGroupCommand, se_DescribeLabelGroupCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/DescribeModelCommand.ts b/clients/client-lookoutequipment/src/commands/DescribeModelCommand.ts index c723c8a1d4b9c..82e8bb11aca4e 100644 --- a/clients/client-lookoutequipment/src/commands/DescribeModelCommand.ts +++ b/clients/client-lookoutequipment/src/commands/DescribeModelCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { DescribeModelRequest, DescribeModelResponse } from "../models/models_0"; import { de_DescribeModelCommand, se_DescribeModelCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/ListDataIngestionJobsCommand.ts b/clients/client-lookoutequipment/src/commands/ListDataIngestionJobsCommand.ts index 7a7cba23e2549..e2247f6b0efe6 100644 --- a/clients/client-lookoutequipment/src/commands/ListDataIngestionJobsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListDataIngestionJobsCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListDataIngestionJobsRequest, ListDataIngestionJobsResponse } from "../models/models_0"; import { de_ListDataIngestionJobsCommand, se_ListDataIngestionJobsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/ListDatasetsCommand.ts b/clients/client-lookoutequipment/src/commands/ListDatasetsCommand.ts index b49a43c8022ac..a5450be2aa564 100644 --- a/clients/client-lookoutequipment/src/commands/ListDatasetsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListDatasetsCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0"; import { de_ListDatasetsCommand, se_ListDatasetsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/ListInferenceEventsCommand.ts b/clients/client-lookoutequipment/src/commands/ListInferenceEventsCommand.ts index 35522f3855700..f51e2bce4bccc 100644 --- a/clients/client-lookoutequipment/src/commands/ListInferenceEventsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListInferenceEventsCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListInferenceEventsRequest, ListInferenceEventsResponse } from "../models/models_0"; import { de_ListInferenceEventsCommand, se_ListInferenceEventsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/ListInferenceExecutionsCommand.ts b/clients/client-lookoutequipment/src/commands/ListInferenceExecutionsCommand.ts index 15836128b1b27..0dde3af727116 100644 --- a/clients/client-lookoutequipment/src/commands/ListInferenceExecutionsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListInferenceExecutionsCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListInferenceExecutionsRequest, ListInferenceExecutionsResponse } from "../models/models_0"; import { de_ListInferenceExecutionsCommand, se_ListInferenceExecutionsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/ListInferenceSchedulersCommand.ts b/clients/client-lookoutequipment/src/commands/ListInferenceSchedulersCommand.ts index a1a4fd0460d3a..07ddc7d7ff595 100644 --- a/clients/client-lookoutequipment/src/commands/ListInferenceSchedulersCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListInferenceSchedulersCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListInferenceSchedulersRequest, ListInferenceSchedulersResponse } from "../models/models_0"; import { de_ListInferenceSchedulersCommand, se_ListInferenceSchedulersCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/ListLabelGroupsCommand.ts b/clients/client-lookoutequipment/src/commands/ListLabelGroupsCommand.ts index 8fb244ccea234..fcedd0e1ec50a 100644 --- a/clients/client-lookoutequipment/src/commands/ListLabelGroupsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListLabelGroupsCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListLabelGroupsRequest, ListLabelGroupsResponse } from "../models/models_0"; import { de_ListLabelGroupsCommand, se_ListLabelGroupsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/ListLabelsCommand.ts b/clients/client-lookoutequipment/src/commands/ListLabelsCommand.ts index a2522c375f851..8c14a4d2800a4 100644 --- a/clients/client-lookoutequipment/src/commands/ListLabelsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListLabelsCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListLabelsRequest, ListLabelsResponse } from "../models/models_0"; import { de_ListLabelsCommand, se_ListLabelsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/ListModelsCommand.ts b/clients/client-lookoutequipment/src/commands/ListModelsCommand.ts index a6b401cba495b..7c39b6c6f79fc 100644 --- a/clients/client-lookoutequipment/src/commands/ListModelsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListModelsCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListModelsRequest, ListModelsResponse } from "../models/models_0"; import { de_ListModelsCommand, se_ListModelsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/ListSensorStatisticsCommand.ts b/clients/client-lookoutequipment/src/commands/ListSensorStatisticsCommand.ts index 703f828aa50d2..51d89f18ca9bf 100644 --- a/clients/client-lookoutequipment/src/commands/ListSensorStatisticsCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListSensorStatisticsCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListSensorStatisticsRequest, ListSensorStatisticsResponse } from "../models/models_0"; import { de_ListSensorStatisticsCommand, se_ListSensorStatisticsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/ListTagsForResourceCommand.ts b/clients/client-lookoutequipment/src/commands/ListTagsForResourceCommand.ts index a56b283842dd2..7c1d3578408aa 100644 --- a/clients/client-lookoutequipment/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lookoutequipment/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/StartDataIngestionJobCommand.ts b/clients/client-lookoutequipment/src/commands/StartDataIngestionJobCommand.ts index 8b4f332133a72..7d0164828248a 100644 --- a/clients/client-lookoutequipment/src/commands/StartDataIngestionJobCommand.ts +++ b/clients/client-lookoutequipment/src/commands/StartDataIngestionJobCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { StartDataIngestionJobRequest, StartDataIngestionJobResponse } from "../models/models_0"; import { de_StartDataIngestionJobCommand, se_StartDataIngestionJobCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/StartInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/StartInferenceSchedulerCommand.ts index b6340e999aba9..3e8ab5696adc2 100644 --- a/clients/client-lookoutequipment/src/commands/StartInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/StartInferenceSchedulerCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { StartInferenceSchedulerRequest, StartInferenceSchedulerResponse } from "../models/models_0"; import { de_StartInferenceSchedulerCommand, se_StartInferenceSchedulerCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/StopInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/StopInferenceSchedulerCommand.ts index 17fd7f8157234..077d98ec76169 100644 --- a/clients/client-lookoutequipment/src/commands/StopInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/StopInferenceSchedulerCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { StopInferenceSchedulerRequest, StopInferenceSchedulerResponse } from "../models/models_0"; import { de_StopInferenceSchedulerCommand, se_StopInferenceSchedulerCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/TagResourceCommand.ts b/clients/client-lookoutequipment/src/commands/TagResourceCommand.ts index 8846994936fdc..88cc22f1715f1 100644 --- a/clients/client-lookoutequipment/src/commands/TagResourceCommand.ts +++ b/clients/client-lookoutequipment/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/UntagResourceCommand.ts b/clients/client-lookoutequipment/src/commands/UntagResourceCommand.ts index abcfb93f83cdf..3774740c9ed61 100644 --- a/clients/client-lookoutequipment/src/commands/UntagResourceCommand.ts +++ b/clients/client-lookoutequipment/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/UpdateInferenceSchedulerCommand.ts b/clients/client-lookoutequipment/src/commands/UpdateInferenceSchedulerCommand.ts index 41e32c30f620a..0954f3d2dec6b 100644 --- a/clients/client-lookoutequipment/src/commands/UpdateInferenceSchedulerCommand.ts +++ b/clients/client-lookoutequipment/src/commands/UpdateInferenceSchedulerCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateInferenceSchedulerRequest } from "../models/models_0"; import { de_UpdateInferenceSchedulerCommand, se_UpdateInferenceSchedulerCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/commands/UpdateLabelGroupCommand.ts b/clients/client-lookoutequipment/src/commands/UpdateLabelGroupCommand.ts index e00509ab11c5d..de244d07d2b5e 100644 --- a/clients/client-lookoutequipment/src/commands/UpdateLabelGroupCommand.ts +++ b/clients/client-lookoutequipment/src/commands/UpdateLabelGroupCommand.ts @@ -17,6 +17,10 @@ import { LookoutEquipmentClientResolvedConfig, ServiceInputTypes, ServiceOutputT import { UpdateLabelGroupRequest } from "../models/models_0"; import { de_UpdateLabelGroupCommand, se_UpdateLabelGroupCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutequipment/src/index.ts b/clients/client-lookoutequipment/src/index.ts index 1339c364b2e85..ec6c286122348 100644 --- a/clients/client-lookoutequipment/src/index.ts +++ b/clients/client-lookoutequipment/src/index.ts @@ -1,8 +1,15 @@ -export * from "./LookoutEquipment"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Lookout for Equipment is a machine learning service that uses advanced analytics to identify + * anomalies in machines from sensor data for use in predictive maintenance.

+ * + * @packageDocumentation + */ export * from "./LookoutEquipmentClient"; +export * from "./LookoutEquipment"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { LookoutEquipmentServiceException } from "./models/LookoutEquipmentServiceException"; diff --git a/clients/client-lookoutequipment/src/models/LookoutEquipmentServiceException.ts b/clients/client-lookoutequipment/src/models/LookoutEquipmentServiceException.ts index 88973daa5f5db..e0da21ccb16fe 100644 --- a/clients/client-lookoutequipment/src/models/LookoutEquipmentServiceException.ts +++ b/clients/client-lookoutequipment/src/models/LookoutEquipmentServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-lookoutmetrics/src/LookoutMetricsClient.ts b/clients/client-lookoutmetrics/src/LookoutMetricsClient.ts index fcbf1b68fe4cd..6495339a5831c 100644 --- a/clients/client-lookoutmetrics/src/LookoutMetricsClient.ts +++ b/clients/client-lookoutmetrics/src/LookoutMetricsClient.ts @@ -134,6 +134,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -331,7 +333,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type LookoutMetricsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type LookoutMetricsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -350,7 +352,7 @@ export interface LookoutMetricsClientConfig extends LookoutMetricsClientConfigTy /** * @public */ -type LookoutMetricsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type LookoutMetricsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-lookoutmetrics/src/commands/ActivateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/ActivateAnomalyDetectorCommand.ts index bac58fcfe4452..96f57cc83b8e5 100644 --- a/clients/client-lookoutmetrics/src/commands/ActivateAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ActivateAnomalyDetectorCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ActivateAnomalyDetectorRequest, ActivateAnomalyDetectorResponse } from "../models/models_0"; import { de_ActivateAnomalyDetectorCommand, se_ActivateAnomalyDetectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/BackTestAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/BackTestAnomalyDetectorCommand.ts index bd6a9186734c0..d5ccd70f08c48 100644 --- a/clients/client-lookoutmetrics/src/commands/BackTestAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/BackTestAnomalyDetectorCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { BackTestAnomalyDetectorRequest, BackTestAnomalyDetectorResponse } from "../models/models_0"; import { de_BackTestAnomalyDetectorCommand, se_BackTestAnomalyDetectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/CreateAlertCommand.ts b/clients/client-lookoutmetrics/src/commands/CreateAlertCommand.ts index 6ab98c0cfa899..e3674e5c18f86 100644 --- a/clients/client-lookoutmetrics/src/commands/CreateAlertCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/CreateAlertCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateAlertRequest, CreateAlertResponse } from "../models/models_0"; import { de_CreateAlertCommand, se_CreateAlertCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/CreateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/CreateAnomalyDetectorCommand.ts index 5995a7f73c5ec..9bcdaca01bbef 100644 --- a/clients/client-lookoutmetrics/src/commands/CreateAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/CreateAnomalyDetectorCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateAnomalyDetectorRequest, CreateAnomalyDetectorResponse } from "../models/models_0"; import { de_CreateAnomalyDetectorCommand, se_CreateAnomalyDetectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/CreateMetricSetCommand.ts b/clients/client-lookoutmetrics/src/commands/CreateMetricSetCommand.ts index afddc81412d92..655d25997adb7 100644 --- a/clients/client-lookoutmetrics/src/commands/CreateMetricSetCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/CreateMetricSetCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { CreateMetricSetRequest, CreateMetricSetResponse } from "../models/models_0"; import { de_CreateMetricSetCommand, se_CreateMetricSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/DeactivateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/DeactivateAnomalyDetectorCommand.ts index 71b3a8b05fe3e..e2327ed4df8b3 100644 --- a/clients/client-lookoutmetrics/src/commands/DeactivateAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DeactivateAnomalyDetectorCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeactivateAnomalyDetectorRequest, DeactivateAnomalyDetectorResponse } from "../models/models_0"; import { de_DeactivateAnomalyDetectorCommand, se_DeactivateAnomalyDetectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/DeleteAlertCommand.ts b/clients/client-lookoutmetrics/src/commands/DeleteAlertCommand.ts index 65cf6f5765971..b5d60a32262c1 100644 --- a/clients/client-lookoutmetrics/src/commands/DeleteAlertCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DeleteAlertCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteAlertRequest, DeleteAlertResponse } from "../models/models_0"; import { de_DeleteAlertCommand, se_DeleteAlertCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/DeleteAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/DeleteAnomalyDetectorCommand.ts index a0cad872bbffe..50127a4a39f40 100644 --- a/clients/client-lookoutmetrics/src/commands/DeleteAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DeleteAnomalyDetectorCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteAnomalyDetectorRequest, DeleteAnomalyDetectorResponse } from "../models/models_0"; import { de_DeleteAnomalyDetectorCommand, se_DeleteAnomalyDetectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/DescribeAlertCommand.ts b/clients/client-lookoutmetrics/src/commands/DescribeAlertCommand.ts index 089e08f8f0760..aca78e4701f3f 100644 --- a/clients/client-lookoutmetrics/src/commands/DescribeAlertCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DescribeAlertCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeAlertRequest, DescribeAlertResponse } from "../models/models_0"; import { de_DescribeAlertCommand, se_DescribeAlertCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectionExecutionsCommand.ts b/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectionExecutionsCommand.ts index a3f96bf96dfcc..4f619e87a95cc 100644 --- a/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectionExecutionsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectionExecutionsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeAnomalyDetectionExecutionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectorCommand.ts index 2fb10db136e41..c5c84c4e1b1f6 100644 --- a/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DescribeAnomalyDetectorCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeAnomalyDetectorRequest, DescribeAnomalyDetectorResponse } from "../models/models_0"; import { de_DescribeAnomalyDetectorCommand, se_DescribeAnomalyDetectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/DescribeMetricSetCommand.ts b/clients/client-lookoutmetrics/src/commands/DescribeMetricSetCommand.ts index be25fc827648b..8858daf1a0416 100644 --- a/clients/client-lookoutmetrics/src/commands/DescribeMetricSetCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DescribeMetricSetCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeMetricSetRequest, DescribeMetricSetResponse } from "../models/models_0"; import { de_DescribeMetricSetCommand, se_DescribeMetricSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/DetectMetricSetConfigCommand.ts b/clients/client-lookoutmetrics/src/commands/DetectMetricSetConfigCommand.ts index 65278444bdb08..f1485ad6b76c4 100644 --- a/clients/client-lookoutmetrics/src/commands/DetectMetricSetConfigCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/DetectMetricSetConfigCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DetectMetricSetConfigRequest, DetectMetricSetConfigResponse } from "../models/models_0"; import { de_DetectMetricSetConfigCommand, se_DetectMetricSetConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/GetAnomalyGroupCommand.ts b/clients/client-lookoutmetrics/src/commands/GetAnomalyGroupCommand.ts index b1a01a310c879..c46e6d489bce2 100644 --- a/clients/client-lookoutmetrics/src/commands/GetAnomalyGroupCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/GetAnomalyGroupCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetAnomalyGroupRequest, GetAnomalyGroupResponse } from "../models/models_0"; import { de_GetAnomalyGroupCommand, se_GetAnomalyGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/GetDataQualityMetricsCommand.ts b/clients/client-lookoutmetrics/src/commands/GetDataQualityMetricsCommand.ts index 833eed517b59f..c198a85c4b850 100644 --- a/clients/client-lookoutmetrics/src/commands/GetDataQualityMetricsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/GetDataQualityMetricsCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetDataQualityMetricsRequest, GetDataQualityMetricsResponse } from "../models/models_0"; import { de_GetDataQualityMetricsCommand, se_GetDataQualityMetricsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/GetFeedbackCommand.ts b/clients/client-lookoutmetrics/src/commands/GetFeedbackCommand.ts index 094937a23fc46..d6bb53a89c71e 100644 --- a/clients/client-lookoutmetrics/src/commands/GetFeedbackCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/GetFeedbackCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetFeedbackRequest, GetFeedbackResponse } from "../models/models_0"; import { de_GetFeedbackCommand, se_GetFeedbackCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/GetSampleDataCommand.ts b/clients/client-lookoutmetrics/src/commands/GetSampleDataCommand.ts index 750cdea4ce7c4..2e7c02e382d3c 100644 --- a/clients/client-lookoutmetrics/src/commands/GetSampleDataCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/GetSampleDataCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetSampleDataRequest, GetSampleDataResponse } from "../models/models_0"; import { de_GetSampleDataCommand, se_GetSampleDataCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/ListAlertsCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAlertsCommand.ts index 676f737d33eee..b9dac418012a5 100644 --- a/clients/client-lookoutmetrics/src/commands/ListAlertsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListAlertsCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListAlertsRequest, ListAlertsResponse } from "../models/models_0"; import { de_ListAlertsCommand, se_ListAlertsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/ListAnomalyDetectorsCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAnomalyDetectorsCommand.ts index aa296f8e9fd8f..b2bf6fce7ff83 100644 --- a/clients/client-lookoutmetrics/src/commands/ListAnomalyDetectorsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListAnomalyDetectorsCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListAnomalyDetectorsRequest, ListAnomalyDetectorsResponse } from "../models/models_0"; import { de_ListAnomalyDetectorsCommand, se_ListAnomalyDetectorsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupRelatedMetricsCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupRelatedMetricsCommand.ts index 71d84b48df3e5..750f2096068cc 100644 --- a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupRelatedMetricsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupRelatedMetricsCommand.ts @@ -20,6 +20,10 @@ import { se_ListAnomalyGroupRelatedMetricsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupSummariesCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupSummariesCommand.ts index 58c001c50fc29..5dcc49d857d73 100644 --- a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupSummariesCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupSummariesCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListAnomalyGroupSummariesRequest, ListAnomalyGroupSummariesResponse } from "../models/models_0"; import { de_ListAnomalyGroupSummariesCommand, se_ListAnomalyGroupSummariesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupTimeSeriesCommand.ts b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupTimeSeriesCommand.ts index f9a6cba6d6f42..55ddcc8c1f0b6 100644 --- a/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupTimeSeriesCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListAnomalyGroupTimeSeriesCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListAnomalyGroupTimeSeriesRequest, ListAnomalyGroupTimeSeriesResponse } from "../models/models_0"; import { de_ListAnomalyGroupTimeSeriesCommand, se_ListAnomalyGroupTimeSeriesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/ListMetricSetsCommand.ts b/clients/client-lookoutmetrics/src/commands/ListMetricSetsCommand.ts index 688c1b30e913e..0975e69c4c155 100644 --- a/clients/client-lookoutmetrics/src/commands/ListMetricSetsCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListMetricSetsCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListMetricSetsRequest, ListMetricSetsResponse } from "../models/models_0"; import { de_ListMetricSetsCommand, se_ListMetricSetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/ListTagsForResourceCommand.ts b/clients/client-lookoutmetrics/src/commands/ListTagsForResourceCommand.ts index 02b49d8012bdb..5eab93c2f29f8 100644 --- a/clients/client-lookoutmetrics/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/PutFeedbackCommand.ts b/clients/client-lookoutmetrics/src/commands/PutFeedbackCommand.ts index ae65aade33ade..c1fe318aa89f8 100644 --- a/clients/client-lookoutmetrics/src/commands/PutFeedbackCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/PutFeedbackCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { PutFeedbackRequest, PutFeedbackResponse } from "../models/models_0"; import { de_PutFeedbackCommand, se_PutFeedbackCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/TagResourceCommand.ts b/clients/client-lookoutmetrics/src/commands/TagResourceCommand.ts index 898bba22c483c..4c370f18b3379 100644 --- a/clients/client-lookoutmetrics/src/commands/TagResourceCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/UntagResourceCommand.ts b/clients/client-lookoutmetrics/src/commands/UntagResourceCommand.ts index 6db2ac85c5229..903335dc6133f 100644 --- a/clients/client-lookoutmetrics/src/commands/UntagResourceCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/UpdateAlertCommand.ts b/clients/client-lookoutmetrics/src/commands/UpdateAlertCommand.ts index 83e03879bccac..27756b4533a03 100644 --- a/clients/client-lookoutmetrics/src/commands/UpdateAlertCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/UpdateAlertCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateAlertRequest, UpdateAlertResponse } from "../models/models_0"; import { de_UpdateAlertCommand, se_UpdateAlertCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/UpdateAnomalyDetectorCommand.ts b/clients/client-lookoutmetrics/src/commands/UpdateAnomalyDetectorCommand.ts index 004773e9d19b9..5b8a82f634a70 100644 --- a/clients/client-lookoutmetrics/src/commands/UpdateAnomalyDetectorCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/UpdateAnomalyDetectorCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateAnomalyDetectorRequest, UpdateAnomalyDetectorResponse } from "../models/models_0"; import { de_UpdateAnomalyDetectorCommand, se_UpdateAnomalyDetectorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/commands/UpdateMetricSetCommand.ts b/clients/client-lookoutmetrics/src/commands/UpdateMetricSetCommand.ts index d0ff2a393f2e4..3eea3ac259a83 100644 --- a/clients/client-lookoutmetrics/src/commands/UpdateMetricSetCommand.ts +++ b/clients/client-lookoutmetrics/src/commands/UpdateMetricSetCommand.ts @@ -17,6 +17,10 @@ import { LookoutMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { UpdateMetricSetRequest, UpdateMetricSetResponse } from "../models/models_0"; import { de_UpdateMetricSetCommand, se_UpdateMetricSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutmetrics/src/index.ts b/clients/client-lookoutmetrics/src/index.ts index 1ec229c7faad1..2a9940cdb07e9 100644 --- a/clients/client-lookoutmetrics/src/index.ts +++ b/clients/client-lookoutmetrics/src/index.ts @@ -1,8 +1,16 @@ -export * from "./LookoutMetrics"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

This is the Amazon Lookout for Metrics API Reference. For an introduction to the service + * with tutorials for getting started, visit Amazon + * Lookout for Metrics Developer Guide.

+ * + * @packageDocumentation + */ export * from "./LookoutMetricsClient"; +export * from "./LookoutMetrics"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { LookoutMetricsServiceException } from "./models/LookoutMetricsServiceException"; diff --git a/clients/client-lookoutmetrics/src/models/LookoutMetricsServiceException.ts b/clients/client-lookoutmetrics/src/models/LookoutMetricsServiceException.ts index 33631861eafb7..49ced2974ddb8 100644 --- a/clients/client-lookoutmetrics/src/models/LookoutMetricsServiceException.ts +++ b/clients/client-lookoutmetrics/src/models/LookoutMetricsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-lookoutvision/src/LookoutVisionClient.ts b/clients/client-lookoutvision/src/LookoutVisionClient.ts index 10c6de9f58f5b..e472f721bd168 100644 --- a/clients/client-lookoutvision/src/LookoutVisionClient.ts +++ b/clients/client-lookoutvision/src/LookoutVisionClient.ts @@ -96,6 +96,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -277,7 +279,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type LookoutVisionClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type LookoutVisionClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -296,7 +298,7 @@ export interface LookoutVisionClientConfig extends LookoutVisionClientConfigType /** * @public */ -type LookoutVisionClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type LookoutVisionClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-lookoutvision/src/commands/CreateDatasetCommand.ts b/clients/client-lookoutvision/src/commands/CreateDatasetCommand.ts index 3f6143e21d695..0773cdf8b5c35 100644 --- a/clients/client-lookoutvision/src/commands/CreateDatasetCommand.ts +++ b/clients/client-lookoutvision/src/commands/CreateDatasetCommand.ts @@ -17,6 +17,10 @@ import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0"; import { de_CreateDatasetCommand, se_CreateDatasetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutvision/src/commands/CreateModelCommand.ts b/clients/client-lookoutvision/src/commands/CreateModelCommand.ts index 42af9eea8e885..3f2e866fb5fa6 100644 --- a/clients/client-lookoutvision/src/commands/CreateModelCommand.ts +++ b/clients/client-lookoutvision/src/commands/CreateModelCommand.ts @@ -17,6 +17,10 @@ import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateModelRequest, CreateModelResponse } from "../models/models_0"; import { de_CreateModelCommand, se_CreateModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutvision/src/commands/CreateProjectCommand.ts b/clients/client-lookoutvision/src/commands/CreateProjectCommand.ts index e5d36912fe352..866623cc02f8c 100644 --- a/clients/client-lookoutvision/src/commands/CreateProjectCommand.ts +++ b/clients/client-lookoutvision/src/commands/CreateProjectCommand.ts @@ -17,6 +17,10 @@ import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { CreateProjectRequest, CreateProjectResponse } from "../models/models_0"; import { de_CreateProjectCommand, se_CreateProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutvision/src/commands/DeleteDatasetCommand.ts b/clients/client-lookoutvision/src/commands/DeleteDatasetCommand.ts index af77fb20651bf..76d21b07a542b 100644 --- a/clients/client-lookoutvision/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-lookoutvision/src/commands/DeleteDatasetCommand.ts @@ -17,6 +17,10 @@ import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteDatasetRequest, DeleteDatasetResponse } from "../models/models_0"; import { de_DeleteDatasetCommand, se_DeleteDatasetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutvision/src/commands/DeleteModelCommand.ts b/clients/client-lookoutvision/src/commands/DeleteModelCommand.ts index f439c73f9d9d6..0e6a2ba0c18dc 100644 --- a/clients/client-lookoutvision/src/commands/DeleteModelCommand.ts +++ b/clients/client-lookoutvision/src/commands/DeleteModelCommand.ts @@ -17,6 +17,10 @@ import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteModelRequest, DeleteModelResponse } from "../models/models_0"; import { de_DeleteModelCommand, se_DeleteModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutvision/src/commands/DeleteProjectCommand.ts b/clients/client-lookoutvision/src/commands/DeleteProjectCommand.ts index f4bb406f5c7dd..bb13b05a70044 100644 --- a/clients/client-lookoutvision/src/commands/DeleteProjectCommand.ts +++ b/clients/client-lookoutvision/src/commands/DeleteProjectCommand.ts @@ -17,6 +17,10 @@ import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DeleteProjectRequest, DeleteProjectResponse } from "../models/models_0"; import { de_DeleteProjectCommand, se_DeleteProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutvision/src/commands/DescribeDatasetCommand.ts b/clients/client-lookoutvision/src/commands/DescribeDatasetCommand.ts index 10dcb3434cabf..27a1ba05403d8 100644 --- a/clients/client-lookoutvision/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-lookoutvision/src/commands/DescribeDatasetCommand.ts @@ -17,6 +17,10 @@ import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0"; import { de_DescribeDatasetCommand, se_DescribeDatasetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutvision/src/commands/DescribeModelCommand.ts b/clients/client-lookoutvision/src/commands/DescribeModelCommand.ts index d2de89c276c0e..8558976825f7d 100644 --- a/clients/client-lookoutvision/src/commands/DescribeModelCommand.ts +++ b/clients/client-lookoutvision/src/commands/DescribeModelCommand.ts @@ -17,6 +17,10 @@ import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeModelRequest, DescribeModelResponse } from "../models/models_0"; import { de_DescribeModelCommand, se_DescribeModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutvision/src/commands/DescribeModelPackagingJobCommand.ts b/clients/client-lookoutvision/src/commands/DescribeModelPackagingJobCommand.ts index 583afabf2eac6..386ee8a0b31df 100644 --- a/clients/client-lookoutvision/src/commands/DescribeModelPackagingJobCommand.ts +++ b/clients/client-lookoutvision/src/commands/DescribeModelPackagingJobCommand.ts @@ -17,6 +17,10 @@ import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeModelPackagingJobRequest, DescribeModelPackagingJobResponse } from "../models/models_0"; import { de_DescribeModelPackagingJobCommand, se_DescribeModelPackagingJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutvision/src/commands/DescribeProjectCommand.ts b/clients/client-lookoutvision/src/commands/DescribeProjectCommand.ts index 9d656db37d44c..809d6c13b1549 100644 --- a/clients/client-lookoutvision/src/commands/DescribeProjectCommand.ts +++ b/clients/client-lookoutvision/src/commands/DescribeProjectCommand.ts @@ -17,6 +17,10 @@ import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { DescribeProjectRequest, DescribeProjectResponse } from "../models/models_0"; import { de_DescribeProjectCommand, se_DescribeProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutvision/src/commands/DetectAnomaliesCommand.ts b/clients/client-lookoutvision/src/commands/DetectAnomaliesCommand.ts index 5a3210175ed60..88cf7b8e139ee 100644 --- a/clients/client-lookoutvision/src/commands/DetectAnomaliesCommand.ts +++ b/clients/client-lookoutvision/src/commands/DetectAnomaliesCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DetectAnomaliesCommand, se_DetectAnomaliesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutvision/src/commands/ListDatasetEntriesCommand.ts b/clients/client-lookoutvision/src/commands/ListDatasetEntriesCommand.ts index 1d8797fc7d991..120c8c95932f3 100644 --- a/clients/client-lookoutvision/src/commands/ListDatasetEntriesCommand.ts +++ b/clients/client-lookoutvision/src/commands/ListDatasetEntriesCommand.ts @@ -17,6 +17,10 @@ import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListDatasetEntriesRequest, ListDatasetEntriesResponse } from "../models/models_0"; import { de_ListDatasetEntriesCommand, se_ListDatasetEntriesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutvision/src/commands/ListModelPackagingJobsCommand.ts b/clients/client-lookoutvision/src/commands/ListModelPackagingJobsCommand.ts index 26b2bb8781683..ea8aa6834cd7e 100644 --- a/clients/client-lookoutvision/src/commands/ListModelPackagingJobsCommand.ts +++ b/clients/client-lookoutvision/src/commands/ListModelPackagingJobsCommand.ts @@ -17,6 +17,10 @@ import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListModelPackagingJobsRequest, ListModelPackagingJobsResponse } from "../models/models_0"; import { de_ListModelPackagingJobsCommand, se_ListModelPackagingJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutvision/src/commands/ListModelsCommand.ts b/clients/client-lookoutvision/src/commands/ListModelsCommand.ts index dd9b519e91381..87d23d416c4c8 100644 --- a/clients/client-lookoutvision/src/commands/ListModelsCommand.ts +++ b/clients/client-lookoutvision/src/commands/ListModelsCommand.ts @@ -17,6 +17,10 @@ import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListModelsRequest, ListModelsResponse } from "../models/models_0"; import { de_ListModelsCommand, se_ListModelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutvision/src/commands/ListProjectsCommand.ts b/clients/client-lookoutvision/src/commands/ListProjectsCommand.ts index 594759c1069a7..559e3e32b1440 100644 --- a/clients/client-lookoutvision/src/commands/ListProjectsCommand.ts +++ b/clients/client-lookoutvision/src/commands/ListProjectsCommand.ts @@ -17,6 +17,10 @@ import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListProjectsRequest, ListProjectsResponse } from "../models/models_0"; import { de_ListProjectsCommand, se_ListProjectsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutvision/src/commands/ListTagsForResourceCommand.ts b/clients/client-lookoutvision/src/commands/ListTagsForResourceCommand.ts index 9999b8ebeb4e5..4b10f092cb452 100644 --- a/clients/client-lookoutvision/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-lookoutvision/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutvision/src/commands/StartModelCommand.ts b/clients/client-lookoutvision/src/commands/StartModelCommand.ts index f23afbc930004..ab13c207ba1c1 100644 --- a/clients/client-lookoutvision/src/commands/StartModelCommand.ts +++ b/clients/client-lookoutvision/src/commands/StartModelCommand.ts @@ -17,6 +17,10 @@ import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { StartModelRequest, StartModelResponse } from "../models/models_0"; import { de_StartModelCommand, se_StartModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutvision/src/commands/StartModelPackagingJobCommand.ts b/clients/client-lookoutvision/src/commands/StartModelPackagingJobCommand.ts index a9b7c5975fe4f..b26099f4b96cc 100644 --- a/clients/client-lookoutvision/src/commands/StartModelPackagingJobCommand.ts +++ b/clients/client-lookoutvision/src/commands/StartModelPackagingJobCommand.ts @@ -17,6 +17,10 @@ import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { StartModelPackagingJobRequest, StartModelPackagingJobResponse } from "../models/models_0"; import { de_StartModelPackagingJobCommand, se_StartModelPackagingJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutvision/src/commands/StopModelCommand.ts b/clients/client-lookoutvision/src/commands/StopModelCommand.ts index 883707ddaa2b5..db23105b32288 100644 --- a/clients/client-lookoutvision/src/commands/StopModelCommand.ts +++ b/clients/client-lookoutvision/src/commands/StopModelCommand.ts @@ -17,6 +17,10 @@ import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { StopModelRequest, StopModelResponse } from "../models/models_0"; import { de_StopModelCommand, se_StopModelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutvision/src/commands/TagResourceCommand.ts b/clients/client-lookoutvision/src/commands/TagResourceCommand.ts index a4a4113f21724..8922acc532253 100644 --- a/clients/client-lookoutvision/src/commands/TagResourceCommand.ts +++ b/clients/client-lookoutvision/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutvision/src/commands/UntagResourceCommand.ts b/clients/client-lookoutvision/src/commands/UntagResourceCommand.ts index 8c6c227b10e4e..ed0f6292721bd 100644 --- a/clients/client-lookoutvision/src/commands/UntagResourceCommand.ts +++ b/clients/client-lookoutvision/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutvision/src/commands/UpdateDatasetEntriesCommand.ts b/clients/client-lookoutvision/src/commands/UpdateDatasetEntriesCommand.ts index 9bcc0a24bb90d..71b302c3bce71 100644 --- a/clients/client-lookoutvision/src/commands/UpdateDatasetEntriesCommand.ts +++ b/clients/client-lookoutvision/src/commands/UpdateDatasetEntriesCommand.ts @@ -17,6 +17,10 @@ import { LookoutVisionClientResolvedConfig, ServiceInputTypes, ServiceOutputType import { UpdateDatasetEntriesRequest, UpdateDatasetEntriesResponse } from "../models/models_0"; import { de_UpdateDatasetEntriesCommand, se_UpdateDatasetEntriesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-lookoutvision/src/index.ts b/clients/client-lookoutvision/src/index.ts index 1dfce3ae0e26d..cae0260247342 100644 --- a/clients/client-lookoutvision/src/index.ts +++ b/clients/client-lookoutvision/src/index.ts @@ -1,8 +1,20 @@ -export * from "./LookoutVision"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

This is the Amazon Lookout for Vision API Reference. It provides descriptions of actions, + * data types, common parameters, and common errors.

+ *

Amazon Lookout for Vision enables you to find visual defects in industrial products, + * accurately and at scale. It uses computer vision to identify missing components in an industrial product, + * damage to vehicles or structures, irregularities in production lines, and even minuscule defects in + * silicon wafers — or any other physical item where quality is important such as a missing capacitor + * on printed circuit boards.

+ * + * @packageDocumentation + */ export * from "./LookoutVisionClient"; +export * from "./LookoutVision"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { LookoutVisionServiceException } from "./models/LookoutVisionServiceException"; diff --git a/clients/client-lookoutvision/src/models/LookoutVisionServiceException.ts b/clients/client-lookoutvision/src/models/LookoutVisionServiceException.ts index 4e19857ebc36a..f907116666feb 100644 --- a/clients/client-lookoutvision/src/models/LookoutVisionServiceException.ts +++ b/clients/client-lookoutvision/src/models/LookoutVisionServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-m2/src/M2Client.ts b/clients/client-m2/src/M2Client.ts index 90c811ea98fc6..5e104f8a52450 100644 --- a/clients/client-m2/src/M2Client.ts +++ b/clients/client-m2/src/M2Client.ts @@ -124,6 +124,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -325,7 +327,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type M2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type M2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -344,7 +346,7 @@ export interface M2ClientConfig extends M2ClientConfigType {} /** * @public */ -type M2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type M2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-m2/src/commands/CancelBatchJobExecutionCommand.ts b/clients/client-m2/src/commands/CancelBatchJobExecutionCommand.ts index 65805adfb7617..da31a7e1e4514 100644 --- a/clients/client-m2/src/commands/CancelBatchJobExecutionCommand.ts +++ b/clients/client-m2/src/commands/CancelBatchJobExecutionCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { CancelBatchJobExecutionRequest, CancelBatchJobExecutionResponse } from "../models/models_0"; import { de_CancelBatchJobExecutionCommand, se_CancelBatchJobExecutionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/CreateApplicationCommand.ts b/clients/client-m2/src/commands/CreateApplicationCommand.ts index 2f48adcef8c2f..13cbd76c05008 100644 --- a/clients/client-m2/src/commands/CreateApplicationCommand.ts +++ b/clients/client-m2/src/commands/CreateApplicationCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0"; import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/CreateDataSetImportTaskCommand.ts b/clients/client-m2/src/commands/CreateDataSetImportTaskCommand.ts index 83f4c6068441a..e4c4db1d9deae 100644 --- a/clients/client-m2/src/commands/CreateDataSetImportTaskCommand.ts +++ b/clients/client-m2/src/commands/CreateDataSetImportTaskCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { CreateDataSetImportTaskRequest, CreateDataSetImportTaskResponse } from "../models/models_0"; import { de_CreateDataSetImportTaskCommand, se_CreateDataSetImportTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/CreateDeploymentCommand.ts b/clients/client-m2/src/commands/CreateDeploymentCommand.ts index 7d9200df63b94..59aacbcf0ded1 100644 --- a/clients/client-m2/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-m2/src/commands/CreateDeploymentCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { CreateDeploymentRequest, CreateDeploymentResponse } from "../models/models_0"; import { de_CreateDeploymentCommand, se_CreateDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/CreateEnvironmentCommand.ts b/clients/client-m2/src/commands/CreateEnvironmentCommand.ts index cc91b211b6859..2501c4ba4cb52 100644 --- a/clients/client-m2/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-m2/src/commands/CreateEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { CreateEnvironmentRequest, CreateEnvironmentResponse } from "../models/models_0"; import { de_CreateEnvironmentCommand, se_CreateEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/DeleteApplicationCommand.ts b/clients/client-m2/src/commands/DeleteApplicationCommand.ts index c4d63461d6a45..f47aa6646ebaa 100644 --- a/clients/client-m2/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-m2/src/commands/DeleteApplicationCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0"; import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/DeleteApplicationFromEnvironmentCommand.ts b/clients/client-m2/src/commands/DeleteApplicationFromEnvironmentCommand.ts index 085b60ad565e6..8ed54625b1598 100644 --- a/clients/client-m2/src/commands/DeleteApplicationFromEnvironmentCommand.ts +++ b/clients/client-m2/src/commands/DeleteApplicationFromEnvironmentCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteApplicationFromEnvironmentCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/DeleteEnvironmentCommand.ts b/clients/client-m2/src/commands/DeleteEnvironmentCommand.ts index 27d36bef14b1f..cd4b730f683db 100644 --- a/clients/client-m2/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-m2/src/commands/DeleteEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { DeleteEnvironmentRequest, DeleteEnvironmentResponse } from "../models/models_0"; import { de_DeleteEnvironmentCommand, se_DeleteEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/GetApplicationCommand.ts b/clients/client-m2/src/commands/GetApplicationCommand.ts index 02f73b4260c05..8ed49453e44e0 100644 --- a/clients/client-m2/src/commands/GetApplicationCommand.ts +++ b/clients/client-m2/src/commands/GetApplicationCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { GetApplicationRequest, GetApplicationResponse } from "../models/models_0"; import { de_GetApplicationCommand, se_GetApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/GetApplicationVersionCommand.ts b/clients/client-m2/src/commands/GetApplicationVersionCommand.ts index 05981f098397f..ed0b6902bb1c8 100644 --- a/clients/client-m2/src/commands/GetApplicationVersionCommand.ts +++ b/clients/client-m2/src/commands/GetApplicationVersionCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { GetApplicationVersionRequest, GetApplicationVersionResponse } from "../models/models_0"; import { de_GetApplicationVersionCommand, se_GetApplicationVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/GetBatchJobExecutionCommand.ts b/clients/client-m2/src/commands/GetBatchJobExecutionCommand.ts index e1a299078d5cc..dfbdc2694f325 100644 --- a/clients/client-m2/src/commands/GetBatchJobExecutionCommand.ts +++ b/clients/client-m2/src/commands/GetBatchJobExecutionCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { GetBatchJobExecutionRequest, GetBatchJobExecutionResponse } from "../models/models_0"; import { de_GetBatchJobExecutionCommand, se_GetBatchJobExecutionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/GetDataSetDetailsCommand.ts b/clients/client-m2/src/commands/GetDataSetDetailsCommand.ts index 6503a6c85ad91..2490b8a51fc75 100644 --- a/clients/client-m2/src/commands/GetDataSetDetailsCommand.ts +++ b/clients/client-m2/src/commands/GetDataSetDetailsCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { GetDataSetDetailsRequest, GetDataSetDetailsResponse } from "../models/models_0"; import { de_GetDataSetDetailsCommand, se_GetDataSetDetailsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/GetDataSetImportTaskCommand.ts b/clients/client-m2/src/commands/GetDataSetImportTaskCommand.ts index 54140c8bdd0d7..07b317347786a 100644 --- a/clients/client-m2/src/commands/GetDataSetImportTaskCommand.ts +++ b/clients/client-m2/src/commands/GetDataSetImportTaskCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { GetDataSetImportTaskRequest, GetDataSetImportTaskResponse } from "../models/models_0"; import { de_GetDataSetImportTaskCommand, se_GetDataSetImportTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/GetDeploymentCommand.ts b/clients/client-m2/src/commands/GetDeploymentCommand.ts index 90c127e37d0e1..4c01442cdba1e 100644 --- a/clients/client-m2/src/commands/GetDeploymentCommand.ts +++ b/clients/client-m2/src/commands/GetDeploymentCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { GetDeploymentRequest, GetDeploymentResponse } from "../models/models_0"; import { de_GetDeploymentCommand, se_GetDeploymentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/GetEnvironmentCommand.ts b/clients/client-m2/src/commands/GetEnvironmentCommand.ts index d6f7592986eac..8c1df6fbea3e6 100644 --- a/clients/client-m2/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-m2/src/commands/GetEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { GetEnvironmentRequest, GetEnvironmentResponse } from "../models/models_0"; import { de_GetEnvironmentCommand, se_GetEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/ListApplicationVersionsCommand.ts b/clients/client-m2/src/commands/ListApplicationVersionsCommand.ts index 076a86782c609..80c68bfacf34a 100644 --- a/clients/client-m2/src/commands/ListApplicationVersionsCommand.ts +++ b/clients/client-m2/src/commands/ListApplicationVersionsCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { ListApplicationVersionsRequest, ListApplicationVersionsResponse } from "../models/models_0"; import { de_ListApplicationVersionsCommand, se_ListApplicationVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/ListApplicationsCommand.ts b/clients/client-m2/src/commands/ListApplicationsCommand.ts index 7df92be7e778d..8e66d08a507c4 100644 --- a/clients/client-m2/src/commands/ListApplicationsCommand.ts +++ b/clients/client-m2/src/commands/ListApplicationsCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0"; import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/ListBatchJobDefinitionsCommand.ts b/clients/client-m2/src/commands/ListBatchJobDefinitionsCommand.ts index 6d7ae03a9d6b0..17f844ae4ba93 100644 --- a/clients/client-m2/src/commands/ListBatchJobDefinitionsCommand.ts +++ b/clients/client-m2/src/commands/ListBatchJobDefinitionsCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { ListBatchJobDefinitionsRequest, ListBatchJobDefinitionsResponse } from "../models/models_0"; import { de_ListBatchJobDefinitionsCommand, se_ListBatchJobDefinitionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/ListBatchJobExecutionsCommand.ts b/clients/client-m2/src/commands/ListBatchJobExecutionsCommand.ts index 0065d16b3c446..008493861635d 100644 --- a/clients/client-m2/src/commands/ListBatchJobExecutionsCommand.ts +++ b/clients/client-m2/src/commands/ListBatchJobExecutionsCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { ListBatchJobExecutionsRequest, ListBatchJobExecutionsResponse } from "../models/models_0"; import { de_ListBatchJobExecutionsCommand, se_ListBatchJobExecutionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/ListDataSetImportHistoryCommand.ts b/clients/client-m2/src/commands/ListDataSetImportHistoryCommand.ts index 755e4d336e61b..e5e04fe8db6ec 100644 --- a/clients/client-m2/src/commands/ListDataSetImportHistoryCommand.ts +++ b/clients/client-m2/src/commands/ListDataSetImportHistoryCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { ListDataSetImportHistoryRequest, ListDataSetImportHistoryResponse } from "../models/models_0"; import { de_ListDataSetImportHistoryCommand, se_ListDataSetImportHistoryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/ListDataSetsCommand.ts b/clients/client-m2/src/commands/ListDataSetsCommand.ts index 905c231f3fa62..6e4b8b2cef56c 100644 --- a/clients/client-m2/src/commands/ListDataSetsCommand.ts +++ b/clients/client-m2/src/commands/ListDataSetsCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_0"; import { de_ListDataSetsCommand, se_ListDataSetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/ListDeploymentsCommand.ts b/clients/client-m2/src/commands/ListDeploymentsCommand.ts index eb19d1ade8dc6..2f5e95bd91dd4 100644 --- a/clients/client-m2/src/commands/ListDeploymentsCommand.ts +++ b/clients/client-m2/src/commands/ListDeploymentsCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { ListDeploymentsRequest, ListDeploymentsResponse } from "../models/models_0"; import { de_ListDeploymentsCommand, se_ListDeploymentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/ListEngineVersionsCommand.ts b/clients/client-m2/src/commands/ListEngineVersionsCommand.ts index 1008d369ce59c..f9c9627a45f91 100644 --- a/clients/client-m2/src/commands/ListEngineVersionsCommand.ts +++ b/clients/client-m2/src/commands/ListEngineVersionsCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { ListEngineVersionsRequest, ListEngineVersionsResponse } from "../models/models_0"; import { de_ListEngineVersionsCommand, se_ListEngineVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/ListEnvironmentsCommand.ts b/clients/client-m2/src/commands/ListEnvironmentsCommand.ts index d8038d5477d79..dbde7a3b51236 100644 --- a/clients/client-m2/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-m2/src/commands/ListEnvironmentsCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { ListEnvironmentsRequest, ListEnvironmentsResponse } from "../models/models_0"; import { de_ListEnvironmentsCommand, se_ListEnvironmentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/ListTagsForResourceCommand.ts b/clients/client-m2/src/commands/ListTagsForResourceCommand.ts index 50e2578062379..dc6d09d140890 100644 --- a/clients/client-m2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-m2/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/StartApplicationCommand.ts b/clients/client-m2/src/commands/StartApplicationCommand.ts index c88863bdbec61..2e724fde3baf4 100644 --- a/clients/client-m2/src/commands/StartApplicationCommand.ts +++ b/clients/client-m2/src/commands/StartApplicationCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { StartApplicationRequest, StartApplicationResponse } from "../models/models_0"; import { de_StartApplicationCommand, se_StartApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/StartBatchJobCommand.ts b/clients/client-m2/src/commands/StartBatchJobCommand.ts index 20d7cf90a9602..82531aca75b4b 100644 --- a/clients/client-m2/src/commands/StartBatchJobCommand.ts +++ b/clients/client-m2/src/commands/StartBatchJobCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { StartBatchJobRequest, StartBatchJobResponse } from "../models/models_0"; import { de_StartBatchJobCommand, se_StartBatchJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/StopApplicationCommand.ts b/clients/client-m2/src/commands/StopApplicationCommand.ts index 8bcd35f030425..949039b3ed5c1 100644 --- a/clients/client-m2/src/commands/StopApplicationCommand.ts +++ b/clients/client-m2/src/commands/StopApplicationCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { StopApplicationRequest, StopApplicationResponse } from "../models/models_0"; import { de_StopApplicationCommand, se_StopApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/TagResourceCommand.ts b/clients/client-m2/src/commands/TagResourceCommand.ts index e2081784c8e4d..d291dbe488f4f 100644 --- a/clients/client-m2/src/commands/TagResourceCommand.ts +++ b/clients/client-m2/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/UntagResourceCommand.ts b/clients/client-m2/src/commands/UntagResourceCommand.ts index 528a7a7f66a01..c0e38417cc9d9 100644 --- a/clients/client-m2/src/commands/UntagResourceCommand.ts +++ b/clients/client-m2/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/UpdateApplicationCommand.ts b/clients/client-m2/src/commands/UpdateApplicationCommand.ts index d3860d481d6a9..edb4e09b78322 100644 --- a/clients/client-m2/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-m2/src/commands/UpdateApplicationCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0"; import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/commands/UpdateEnvironmentCommand.ts b/clients/client-m2/src/commands/UpdateEnvironmentCommand.ts index 76c498b1188ed..8077ba9ff1466 100644 --- a/clients/client-m2/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-m2/src/commands/UpdateEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { M2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from ". import { UpdateEnvironmentRequest, UpdateEnvironmentResponse } from "../models/models_0"; import { de_UpdateEnvironmentCommand, se_UpdateEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-m2/src/index.ts b/clients/client-m2/src/index.ts index 12de4e464147b..15e7c6d2b6624 100644 --- a/clients/client-m2/src/index.ts +++ b/clients/client-m2/src/index.ts @@ -1,8 +1,18 @@ -export * from "./M2"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and + * modernization from mainframes to Amazon Web Services managed runtime environments. It provides tools for + * analyzing existing mainframe applications, developing or updating mainframe applications + * using COBOL or PL/I, and implementing an automated pipeline for continuous integration and + * continuous delivery (CI/CD) of the applications.

+ * + * @packageDocumentation + */ export * from "./M2Client"; +export * from "./M2"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { M2ServiceException } from "./models/M2ServiceException"; diff --git a/clients/client-m2/src/models/M2ServiceException.ts b/clients/client-m2/src/models/M2ServiceException.ts index b6e4f340a9731..3ced35c321d42 100644 --- a/clients/client-m2/src/models/M2ServiceException.ts +++ b/clients/client-m2/src/models/M2ServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-machine-learning/src/MachineLearningClient.ts b/clients/client-machine-learning/src/MachineLearningClient.ts index ebcde7d14c373..01e2551f84ef7 100644 --- a/clients/client-machine-learning/src/MachineLearningClient.ts +++ b/clients/client-machine-learning/src/MachineLearningClient.ts @@ -120,6 +120,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -313,7 +315,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MachineLearningClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MachineLearningClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -332,7 +334,7 @@ export interface MachineLearningClientConfig extends MachineLearningClientConfig /** * @public */ -type MachineLearningClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MachineLearningClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-machine-learning/src/commands/AddTagsCommand.ts b/clients/client-machine-learning/src/commands/AddTagsCommand.ts index 597fe998468cc..143cace7cbc8a 100644 --- a/clients/client-machine-learning/src/commands/AddTagsCommand.ts +++ b/clients/client-machine-learning/src/commands/AddTagsCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { AddTagsInput, AddTagsOutput } from "../models/models_0"; import { de_AddTagsCommand, se_AddTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/CreateBatchPredictionCommand.ts b/clients/client-machine-learning/src/commands/CreateBatchPredictionCommand.ts index ce1da089b35c6..0c192d613bbde 100644 --- a/clients/client-machine-learning/src/commands/CreateBatchPredictionCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateBatchPredictionCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { CreateBatchPredictionInput, CreateBatchPredictionOutput } from "../models/models_0"; import { de_CreateBatchPredictionCommand, se_CreateBatchPredictionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/CreateDataSourceFromRDSCommand.ts b/clients/client-machine-learning/src/commands/CreateDataSourceFromRDSCommand.ts index 9c251b2b7fead..70cca9b89ae8d 100644 --- a/clients/client-machine-learning/src/commands/CreateDataSourceFromRDSCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateDataSourceFromRDSCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { CreateDataSourceFromRDSInput, CreateDataSourceFromRDSOutput } from "../models/models_0"; import { de_CreateDataSourceFromRDSCommand, se_CreateDataSourceFromRDSCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/CreateDataSourceFromRedshiftCommand.ts b/clients/client-machine-learning/src/commands/CreateDataSourceFromRedshiftCommand.ts index 676ee06453bb5..199dd865b6bc3 100644 --- a/clients/client-machine-learning/src/commands/CreateDataSourceFromRedshiftCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateDataSourceFromRedshiftCommand.ts @@ -20,6 +20,10 @@ import { se_CreateDataSourceFromRedshiftCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/CreateDataSourceFromS3Command.ts b/clients/client-machine-learning/src/commands/CreateDataSourceFromS3Command.ts index 75dca959e21d2..a789b3d25d134 100644 --- a/clients/client-machine-learning/src/commands/CreateDataSourceFromS3Command.ts +++ b/clients/client-machine-learning/src/commands/CreateDataSourceFromS3Command.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { CreateDataSourceFromS3Input, CreateDataSourceFromS3Output } from "../models/models_0"; import { de_CreateDataSourceFromS3Command, se_CreateDataSourceFromS3Command } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/CreateEvaluationCommand.ts b/clients/client-machine-learning/src/commands/CreateEvaluationCommand.ts index 84369b4d16d2f..a273cd5e8772f 100644 --- a/clients/client-machine-learning/src/commands/CreateEvaluationCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateEvaluationCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { CreateEvaluationInput, CreateEvaluationOutput } from "../models/models_0"; import { de_CreateEvaluationCommand, se_CreateEvaluationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/CreateMLModelCommand.ts b/clients/client-machine-learning/src/commands/CreateMLModelCommand.ts index a57bd2098b7e2..24daac561c0a3 100644 --- a/clients/client-machine-learning/src/commands/CreateMLModelCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateMLModelCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { CreateMLModelInput, CreateMLModelOutput } from "../models/models_0"; import { de_CreateMLModelCommand, se_CreateMLModelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/CreateRealtimeEndpointCommand.ts b/clients/client-machine-learning/src/commands/CreateRealtimeEndpointCommand.ts index 781d3893777f8..b770dd6318c84 100644 --- a/clients/client-machine-learning/src/commands/CreateRealtimeEndpointCommand.ts +++ b/clients/client-machine-learning/src/commands/CreateRealtimeEndpointCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { CreateRealtimeEndpointInput, CreateRealtimeEndpointOutput } from "../models/models_0"; import { de_CreateRealtimeEndpointCommand, se_CreateRealtimeEndpointCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/DeleteBatchPredictionCommand.ts b/clients/client-machine-learning/src/commands/DeleteBatchPredictionCommand.ts index 3240fdf820179..caf9ca9f4d7da 100644 --- a/clients/client-machine-learning/src/commands/DeleteBatchPredictionCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteBatchPredictionCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DeleteBatchPredictionInput, DeleteBatchPredictionOutput } from "../models/models_0"; import { de_DeleteBatchPredictionCommand, se_DeleteBatchPredictionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/DeleteDataSourceCommand.ts b/clients/client-machine-learning/src/commands/DeleteDataSourceCommand.ts index 3570baaa19635..6199fc04468c9 100644 --- a/clients/client-machine-learning/src/commands/DeleteDataSourceCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteDataSourceCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DeleteDataSourceInput, DeleteDataSourceOutput } from "../models/models_0"; import { de_DeleteDataSourceCommand, se_DeleteDataSourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/DeleteEvaluationCommand.ts b/clients/client-machine-learning/src/commands/DeleteEvaluationCommand.ts index 82279aa809340..ebe0235ad1e7d 100644 --- a/clients/client-machine-learning/src/commands/DeleteEvaluationCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteEvaluationCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DeleteEvaluationInput, DeleteEvaluationOutput } from "../models/models_0"; import { de_DeleteEvaluationCommand, se_DeleteEvaluationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/DeleteMLModelCommand.ts b/clients/client-machine-learning/src/commands/DeleteMLModelCommand.ts index dda3f1e7eec0c..c177692aed1ab 100644 --- a/clients/client-machine-learning/src/commands/DeleteMLModelCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteMLModelCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DeleteMLModelInput, DeleteMLModelOutput } from "../models/models_0"; import { de_DeleteMLModelCommand, se_DeleteMLModelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/DeleteRealtimeEndpointCommand.ts b/clients/client-machine-learning/src/commands/DeleteRealtimeEndpointCommand.ts index fd862da2c0d6a..55c8a1053a9e9 100644 --- a/clients/client-machine-learning/src/commands/DeleteRealtimeEndpointCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteRealtimeEndpointCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DeleteRealtimeEndpointInput, DeleteRealtimeEndpointOutput } from "../models/models_0"; import { de_DeleteRealtimeEndpointCommand, se_DeleteRealtimeEndpointCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/DeleteTagsCommand.ts b/clients/client-machine-learning/src/commands/DeleteTagsCommand.ts index d3e7f74f14172..60ba3b27d1546 100644 --- a/clients/client-machine-learning/src/commands/DeleteTagsCommand.ts +++ b/clients/client-machine-learning/src/commands/DeleteTagsCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DeleteTagsInput, DeleteTagsOutput } from "../models/models_0"; import { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/DescribeBatchPredictionsCommand.ts b/clients/client-machine-learning/src/commands/DescribeBatchPredictionsCommand.ts index d500baf3d31b5..0d2960366b2f9 100644 --- a/clients/client-machine-learning/src/commands/DescribeBatchPredictionsCommand.ts +++ b/clients/client-machine-learning/src/commands/DescribeBatchPredictionsCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DescribeBatchPredictionsInput, DescribeBatchPredictionsOutput } from "../models/models_0"; import { de_DescribeBatchPredictionsCommand, se_DescribeBatchPredictionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/DescribeDataSourcesCommand.ts b/clients/client-machine-learning/src/commands/DescribeDataSourcesCommand.ts index 22e03565d8685..4e819dcd49193 100644 --- a/clients/client-machine-learning/src/commands/DescribeDataSourcesCommand.ts +++ b/clients/client-machine-learning/src/commands/DescribeDataSourcesCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DescribeDataSourcesInput, DescribeDataSourcesOutput } from "../models/models_0"; import { de_DescribeDataSourcesCommand, se_DescribeDataSourcesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/DescribeEvaluationsCommand.ts b/clients/client-machine-learning/src/commands/DescribeEvaluationsCommand.ts index 8e1a581b49163..8cd3b82cf554d 100644 --- a/clients/client-machine-learning/src/commands/DescribeEvaluationsCommand.ts +++ b/clients/client-machine-learning/src/commands/DescribeEvaluationsCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DescribeEvaluationsInput, DescribeEvaluationsOutput } from "../models/models_0"; import { de_DescribeEvaluationsCommand, se_DescribeEvaluationsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/DescribeMLModelsCommand.ts b/clients/client-machine-learning/src/commands/DescribeMLModelsCommand.ts index bd899cc363033..486adaf602cf6 100644 --- a/clients/client-machine-learning/src/commands/DescribeMLModelsCommand.ts +++ b/clients/client-machine-learning/src/commands/DescribeMLModelsCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DescribeMLModelsInput, DescribeMLModelsOutput } from "../models/models_0"; import { de_DescribeMLModelsCommand, se_DescribeMLModelsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/DescribeTagsCommand.ts b/clients/client-machine-learning/src/commands/DescribeTagsCommand.ts index 592c72291e8e0..5888a6b3b5b58 100644 --- a/clients/client-machine-learning/src/commands/DescribeTagsCommand.ts +++ b/clients/client-machine-learning/src/commands/DescribeTagsCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0"; import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/GetBatchPredictionCommand.ts b/clients/client-machine-learning/src/commands/GetBatchPredictionCommand.ts index 212355f83c1f2..172d61f9b9bfe 100644 --- a/clients/client-machine-learning/src/commands/GetBatchPredictionCommand.ts +++ b/clients/client-machine-learning/src/commands/GetBatchPredictionCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { GetBatchPredictionInput, GetBatchPredictionOutput } from "../models/models_0"; import { de_GetBatchPredictionCommand, se_GetBatchPredictionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/GetDataSourceCommand.ts b/clients/client-machine-learning/src/commands/GetDataSourceCommand.ts index 4e24302bfffcd..5691993add485 100644 --- a/clients/client-machine-learning/src/commands/GetDataSourceCommand.ts +++ b/clients/client-machine-learning/src/commands/GetDataSourceCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { GetDataSourceInput, GetDataSourceOutput } from "../models/models_0"; import { de_GetDataSourceCommand, se_GetDataSourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/GetEvaluationCommand.ts b/clients/client-machine-learning/src/commands/GetEvaluationCommand.ts index 578b0252011e9..fdaaee45f80e1 100644 --- a/clients/client-machine-learning/src/commands/GetEvaluationCommand.ts +++ b/clients/client-machine-learning/src/commands/GetEvaluationCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { GetEvaluationInput, GetEvaluationOutput } from "../models/models_0"; import { de_GetEvaluationCommand, se_GetEvaluationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/GetMLModelCommand.ts b/clients/client-machine-learning/src/commands/GetMLModelCommand.ts index d3e41a3bbfa8e..dc6081680986f 100644 --- a/clients/client-machine-learning/src/commands/GetMLModelCommand.ts +++ b/clients/client-machine-learning/src/commands/GetMLModelCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { GetMLModelInput, GetMLModelOutput } from "../models/models_0"; import { de_GetMLModelCommand, se_GetMLModelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/PredictCommand.ts b/clients/client-machine-learning/src/commands/PredictCommand.ts index 4d1cdbfc928a2..bafce0fb9e4cf 100644 --- a/clients/client-machine-learning/src/commands/PredictCommand.ts +++ b/clients/client-machine-learning/src/commands/PredictCommand.ts @@ -18,6 +18,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { PredictInput, PredictOutput } from "../models/models_0"; import { de_PredictCommand, se_PredictCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/UpdateBatchPredictionCommand.ts b/clients/client-machine-learning/src/commands/UpdateBatchPredictionCommand.ts index 47302aac4b5fd..313e14d583695 100644 --- a/clients/client-machine-learning/src/commands/UpdateBatchPredictionCommand.ts +++ b/clients/client-machine-learning/src/commands/UpdateBatchPredictionCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { UpdateBatchPredictionInput, UpdateBatchPredictionOutput } from "../models/models_0"; import { de_UpdateBatchPredictionCommand, se_UpdateBatchPredictionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/UpdateDataSourceCommand.ts b/clients/client-machine-learning/src/commands/UpdateDataSourceCommand.ts index 200c8a52d3788..49f6dc15f26cc 100644 --- a/clients/client-machine-learning/src/commands/UpdateDataSourceCommand.ts +++ b/clients/client-machine-learning/src/commands/UpdateDataSourceCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { UpdateDataSourceInput, UpdateDataSourceOutput } from "../models/models_0"; import { de_UpdateDataSourceCommand, se_UpdateDataSourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/UpdateEvaluationCommand.ts b/clients/client-machine-learning/src/commands/UpdateEvaluationCommand.ts index a19d61042cfbd..7a5230dbcc9e0 100644 --- a/clients/client-machine-learning/src/commands/UpdateEvaluationCommand.ts +++ b/clients/client-machine-learning/src/commands/UpdateEvaluationCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { UpdateEvaluationInput, UpdateEvaluationOutput } from "../models/models_0"; import { de_UpdateEvaluationCommand, se_UpdateEvaluationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/commands/UpdateMLModelCommand.ts b/clients/client-machine-learning/src/commands/UpdateMLModelCommand.ts index 5dfa829e03613..a7e64033f32c0 100644 --- a/clients/client-machine-learning/src/commands/UpdateMLModelCommand.ts +++ b/clients/client-machine-learning/src/commands/UpdateMLModelCommand.ts @@ -17,6 +17,10 @@ import { MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { UpdateMLModelInput, UpdateMLModelOutput } from "../models/models_0"; import { de_UpdateMLModelCommand, se_UpdateMLModelCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-machine-learning/src/index.ts b/clients/client-machine-learning/src/index.ts index 998a82f2eac93..3b67fde07b82e 100644 --- a/clients/client-machine-learning/src/index.ts +++ b/clients/client-machine-learning/src/index.ts @@ -1,9 +1,16 @@ -export * from "./MachineLearning"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Definition of the public APIs + * exposed by Amazon Machine Learning + * + * @packageDocumentation + */ export * from "./MachineLearningClient"; +export * from "./MachineLearning"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { MachineLearningServiceException } from "./models/MachineLearningServiceException"; diff --git a/clients/client-machine-learning/src/models/MachineLearningServiceException.ts b/clients/client-machine-learning/src/models/MachineLearningServiceException.ts index 45c697b0151b3..9e7bc8d9db3eb 100644 --- a/clients/client-machine-learning/src/models/MachineLearningServiceException.ts +++ b/clients/client-machine-learning/src/models/MachineLearningServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-macie/src/MacieClient.ts b/clients/client-macie/src/MacieClient.ts index b73d4268e45c2..d37b2138a8f89 100644 --- a/clients/client-macie/src/MacieClient.ts +++ b/clients/client-macie/src/MacieClient.ts @@ -78,6 +78,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -229,7 +231,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MacieClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MacieClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -248,7 +250,7 @@ export interface MacieClientConfig extends MacieClientConfigType {} /** * @public */ -type MacieClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MacieClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-macie/src/commands/AssociateMemberAccountCommand.ts b/clients/client-macie/src/commands/AssociateMemberAccountCommand.ts index c6789ff4255dc..8f58a004cc6e9 100644 --- a/clients/client-macie/src/commands/AssociateMemberAccountCommand.ts +++ b/clients/client-macie/src/commands/AssociateMemberAccountCommand.ts @@ -17,6 +17,10 @@ import { MacieClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { AssociateMemberAccountRequest } from "../models/models_0"; import { de_AssociateMemberAccountCommand, se_AssociateMemberAccountCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie/src/commands/AssociateS3ResourcesCommand.ts b/clients/client-macie/src/commands/AssociateS3ResourcesCommand.ts index 37a5d638c92b4..1a66a43ad81df 100644 --- a/clients/client-macie/src/commands/AssociateS3ResourcesCommand.ts +++ b/clients/client-macie/src/commands/AssociateS3ResourcesCommand.ts @@ -17,6 +17,10 @@ import { MacieClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { AssociateS3ResourcesRequest, AssociateS3ResourcesResult } from "../models/models_0"; import { de_AssociateS3ResourcesCommand, se_AssociateS3ResourcesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie/src/commands/DisassociateMemberAccountCommand.ts b/clients/client-macie/src/commands/DisassociateMemberAccountCommand.ts index 73382b03c1fc2..4eea4d6e03bbf 100644 --- a/clients/client-macie/src/commands/DisassociateMemberAccountCommand.ts +++ b/clients/client-macie/src/commands/DisassociateMemberAccountCommand.ts @@ -17,6 +17,10 @@ import { MacieClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DisassociateMemberAccountRequest } from "../models/models_0"; import { de_DisassociateMemberAccountCommand, se_DisassociateMemberAccountCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie/src/commands/DisassociateS3ResourcesCommand.ts b/clients/client-macie/src/commands/DisassociateS3ResourcesCommand.ts index 29f99872a1435..7e378f0318eea 100644 --- a/clients/client-macie/src/commands/DisassociateS3ResourcesCommand.ts +++ b/clients/client-macie/src/commands/DisassociateS3ResourcesCommand.ts @@ -17,6 +17,10 @@ import { MacieClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { DisassociateS3ResourcesRequest, DisassociateS3ResourcesResult } from "../models/models_0"; import { de_DisassociateS3ResourcesCommand, se_DisassociateS3ResourcesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie/src/commands/ListMemberAccountsCommand.ts b/clients/client-macie/src/commands/ListMemberAccountsCommand.ts index c6725a3b83b59..a3a16f65cfc14 100644 --- a/clients/client-macie/src/commands/ListMemberAccountsCommand.ts +++ b/clients/client-macie/src/commands/ListMemberAccountsCommand.ts @@ -17,6 +17,10 @@ import { MacieClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListMemberAccountsRequest, ListMemberAccountsResult } from "../models/models_0"; import { de_ListMemberAccountsCommand, se_ListMemberAccountsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie/src/commands/ListS3ResourcesCommand.ts b/clients/client-macie/src/commands/ListS3ResourcesCommand.ts index 9a5ad3ec39a74..cfbe184ad957f 100644 --- a/clients/client-macie/src/commands/ListS3ResourcesCommand.ts +++ b/clients/client-macie/src/commands/ListS3ResourcesCommand.ts @@ -17,6 +17,10 @@ import { MacieClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { ListS3ResourcesRequest, ListS3ResourcesResult } from "../models/models_0"; import { de_ListS3ResourcesCommand, se_ListS3ResourcesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie/src/commands/UpdateS3ResourcesCommand.ts b/clients/client-macie/src/commands/UpdateS3ResourcesCommand.ts index d853360e5c41a..ec6047d652934 100644 --- a/clients/client-macie/src/commands/UpdateS3ResourcesCommand.ts +++ b/clients/client-macie/src/commands/UpdateS3ResourcesCommand.ts @@ -17,6 +17,10 @@ import { MacieClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from import { UpdateS3ResourcesRequest, UpdateS3ResourcesResult } from "../models/models_0"; import { de_UpdateS3ResourcesCommand, se_UpdateS3ResourcesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie/src/index.ts b/clients/client-macie/src/index.ts index 2d701a08cb58e..9d01e5d54516e 100644 --- a/clients/client-macie/src/index.ts +++ b/clients/client-macie/src/index.ts @@ -1,8 +1,20 @@ -export * from "./Macie"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Macie Classic + *

Amazon Macie Classic has been discontinued and is no longer available.

+ * + *

A new Amazon Macie is now available with significant design improvements and additional + * features, at a lower price and in most Amazon Web Services Regions. We encourage you to take advantage of the + * new and improved features, and benefit from the reduced cost. To learn about features and pricing for the new Macie, see Amazon Macie. To learn how to use the new Macie, see the Amazon Macie User + * Guide.

+ * + * @packageDocumentation + */ export * from "./MacieClient"; +export * from "./Macie"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { MacieServiceException } from "./models/MacieServiceException"; diff --git a/clients/client-macie/src/models/MacieServiceException.ts b/clients/client-macie/src/models/MacieServiceException.ts index 143b6c1f487f8..ebdacbc12158c 100644 --- a/clients/client-macie/src/models/MacieServiceException.ts +++ b/clients/client-macie/src/models/MacieServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-macie2/src/Macie2Client.ts b/clients/client-macie2/src/Macie2Client.ts index 5e875756f9add..b81adc0a5ebdb 100644 --- a/clients/client-macie2/src/Macie2Client.ts +++ b/clients/client-macie2/src/Macie2Client.ts @@ -285,6 +285,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -580,7 +582,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type Macie2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type Macie2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -599,7 +601,7 @@ export interface Macie2ClientConfig extends Macie2ClientConfigType {} /** * @public */ -type Macie2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type Macie2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-macie2/src/commands/AcceptInvitationCommand.ts b/clients/client-macie2/src/commands/AcceptInvitationCommand.ts index 872b44bf2ed82..dc7a6367da07a 100644 --- a/clients/client-macie2/src/commands/AcceptInvitationCommand.ts +++ b/clients/client-macie2/src/commands/AcceptInvitationCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { AcceptInvitationRequest, AcceptInvitationResponse } from "../models/models_0"; import { de_AcceptInvitationCommand, se_AcceptInvitationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/BatchGetCustomDataIdentifiersCommand.ts b/clients/client-macie2/src/commands/BatchGetCustomDataIdentifiersCommand.ts index f8e545c4c1784..749092ca10c57 100644 --- a/clients/client-macie2/src/commands/BatchGetCustomDataIdentifiersCommand.ts +++ b/clients/client-macie2/src/commands/BatchGetCustomDataIdentifiersCommand.ts @@ -20,6 +20,10 @@ import { se_BatchGetCustomDataIdentifiersCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/CreateAllowListCommand.ts b/clients/client-macie2/src/commands/CreateAllowListCommand.ts index e142921118aaa..673cab3c7b047 100644 --- a/clients/client-macie2/src/commands/CreateAllowListCommand.ts +++ b/clients/client-macie2/src/commands/CreateAllowListCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateAllowListRequest, CreateAllowListResponse } from "../models/models_0"; import { de_CreateAllowListCommand, se_CreateAllowListCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/CreateClassificationJobCommand.ts b/clients/client-macie2/src/commands/CreateClassificationJobCommand.ts index 3081e80017a3d..427fea3471f52 100644 --- a/clients/client-macie2/src/commands/CreateClassificationJobCommand.ts +++ b/clients/client-macie2/src/commands/CreateClassificationJobCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateClassificationJobRequest, CreateClassificationJobResponse } from "../models/models_0"; import { de_CreateClassificationJobCommand, se_CreateClassificationJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/CreateCustomDataIdentifierCommand.ts b/clients/client-macie2/src/commands/CreateCustomDataIdentifierCommand.ts index 937c19aae8ebf..74493713ad5b8 100644 --- a/clients/client-macie2/src/commands/CreateCustomDataIdentifierCommand.ts +++ b/clients/client-macie2/src/commands/CreateCustomDataIdentifierCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateCustomDataIdentifierRequest, CreateCustomDataIdentifierResponse } from "../models/models_0"; import { de_CreateCustomDataIdentifierCommand, se_CreateCustomDataIdentifierCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/CreateFindingsFilterCommand.ts b/clients/client-macie2/src/commands/CreateFindingsFilterCommand.ts index 298c0a3c03d68..f96682dc197ad 100644 --- a/clients/client-macie2/src/commands/CreateFindingsFilterCommand.ts +++ b/clients/client-macie2/src/commands/CreateFindingsFilterCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateFindingsFilterRequest, CreateFindingsFilterResponse } from "../models/models_0"; import { de_CreateFindingsFilterCommand, se_CreateFindingsFilterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/CreateInvitationsCommand.ts b/clients/client-macie2/src/commands/CreateInvitationsCommand.ts index b7faee85920f8..b1b88768d793b 100644 --- a/clients/client-macie2/src/commands/CreateInvitationsCommand.ts +++ b/clients/client-macie2/src/commands/CreateInvitationsCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateInvitationsRequest, CreateInvitationsResponse } from "../models/models_0"; import { de_CreateInvitationsCommand, se_CreateInvitationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/CreateMemberCommand.ts b/clients/client-macie2/src/commands/CreateMemberCommand.ts index 76d109dadff4a..bd288051f01b4 100644 --- a/clients/client-macie2/src/commands/CreateMemberCommand.ts +++ b/clients/client-macie2/src/commands/CreateMemberCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateMemberRequest, CreateMemberResponse } from "../models/models_0"; import { de_CreateMemberCommand, se_CreateMemberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/CreateSampleFindingsCommand.ts b/clients/client-macie2/src/commands/CreateSampleFindingsCommand.ts index d0593dfb39418..ac84db14111f8 100644 --- a/clients/client-macie2/src/commands/CreateSampleFindingsCommand.ts +++ b/clients/client-macie2/src/commands/CreateSampleFindingsCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateSampleFindingsRequest, CreateSampleFindingsResponse } from "../models/models_0"; import { de_CreateSampleFindingsCommand, se_CreateSampleFindingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/DeclineInvitationsCommand.ts b/clients/client-macie2/src/commands/DeclineInvitationsCommand.ts index 9c163684f1ce9..a6da524d18056 100644 --- a/clients/client-macie2/src/commands/DeclineInvitationsCommand.ts +++ b/clients/client-macie2/src/commands/DeclineInvitationsCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeclineInvitationsRequest, DeclineInvitationsResponse } from "../models/models_0"; import { de_DeclineInvitationsCommand, se_DeclineInvitationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/DeleteAllowListCommand.ts b/clients/client-macie2/src/commands/DeleteAllowListCommand.ts index c2d351610625f..542ad347d213c 100644 --- a/clients/client-macie2/src/commands/DeleteAllowListCommand.ts +++ b/clients/client-macie2/src/commands/DeleteAllowListCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteAllowListRequest, DeleteAllowListResponse } from "../models/models_0"; import { de_DeleteAllowListCommand, se_DeleteAllowListCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/DeleteCustomDataIdentifierCommand.ts b/clients/client-macie2/src/commands/DeleteCustomDataIdentifierCommand.ts index 8de2d529a0d85..442e8980dfb81 100644 --- a/clients/client-macie2/src/commands/DeleteCustomDataIdentifierCommand.ts +++ b/clients/client-macie2/src/commands/DeleteCustomDataIdentifierCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteCustomDataIdentifierRequest, DeleteCustomDataIdentifierResponse } from "../models/models_0"; import { de_DeleteCustomDataIdentifierCommand, se_DeleteCustomDataIdentifierCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/DeleteFindingsFilterCommand.ts b/clients/client-macie2/src/commands/DeleteFindingsFilterCommand.ts index b2216e29a7e1a..4c40a85c496cd 100644 --- a/clients/client-macie2/src/commands/DeleteFindingsFilterCommand.ts +++ b/clients/client-macie2/src/commands/DeleteFindingsFilterCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteFindingsFilterRequest, DeleteFindingsFilterResponse } from "../models/models_0"; import { de_DeleteFindingsFilterCommand, se_DeleteFindingsFilterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/DeleteInvitationsCommand.ts b/clients/client-macie2/src/commands/DeleteInvitationsCommand.ts index 1a765716611ed..6d461d30da98d 100644 --- a/clients/client-macie2/src/commands/DeleteInvitationsCommand.ts +++ b/clients/client-macie2/src/commands/DeleteInvitationsCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteInvitationsRequest, DeleteInvitationsResponse } from "../models/models_0"; import { de_DeleteInvitationsCommand, se_DeleteInvitationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/DeleteMemberCommand.ts b/clients/client-macie2/src/commands/DeleteMemberCommand.ts index bcdc0a26ef74f..f5163b102539c 100644 --- a/clients/client-macie2/src/commands/DeleteMemberCommand.ts +++ b/clients/client-macie2/src/commands/DeleteMemberCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteMemberRequest, DeleteMemberResponse } from "../models/models_0"; import { de_DeleteMemberCommand, se_DeleteMemberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/DescribeBucketsCommand.ts b/clients/client-macie2/src/commands/DescribeBucketsCommand.ts index 320fb1c6c996b..cc7d2ab36e0ae 100644 --- a/clients/client-macie2/src/commands/DescribeBucketsCommand.ts +++ b/clients/client-macie2/src/commands/DescribeBucketsCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeBucketsRequest, DescribeBucketsResponse } from "../models/models_0"; import { de_DescribeBucketsCommand, se_DescribeBucketsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/DescribeClassificationJobCommand.ts b/clients/client-macie2/src/commands/DescribeClassificationJobCommand.ts index 979138df2342e..e30da4b7b3f07 100644 --- a/clients/client-macie2/src/commands/DescribeClassificationJobCommand.ts +++ b/clients/client-macie2/src/commands/DescribeClassificationJobCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeClassificationJobRequest, DescribeClassificationJobResponse } from "../models/models_0"; import { de_DescribeClassificationJobCommand, se_DescribeClassificationJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-macie2/src/commands/DescribeOrganizationConfigurationCommand.ts index f97a6b12102ef..46018d960fe2c 100644 --- a/clients/client-macie2/src/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/DescribeOrganizationConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/DisableMacieCommand.ts b/clients/client-macie2/src/commands/DisableMacieCommand.ts index 0e67f3d385950..432d241d46d3b 100644 --- a/clients/client-macie2/src/commands/DisableMacieCommand.ts +++ b/clients/client-macie2/src/commands/DisableMacieCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DisableMacieRequest, DisableMacieResponse } from "../models/models_0"; import { de_DisableMacieCommand, se_DisableMacieCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/DisableOrganizationAdminAccountCommand.ts b/clients/client-macie2/src/commands/DisableOrganizationAdminAccountCommand.ts index 177919691543a..607faabf98560 100644 --- a/clients/client-macie2/src/commands/DisableOrganizationAdminAccountCommand.ts +++ b/clients/client-macie2/src/commands/DisableOrganizationAdminAccountCommand.ts @@ -20,6 +20,10 @@ import { se_DisableOrganizationAdminAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/DisassociateFromAdministratorAccountCommand.ts b/clients/client-macie2/src/commands/DisassociateFromAdministratorAccountCommand.ts index fd4eb4d23b826..63f3e998b54cf 100644 --- a/clients/client-macie2/src/commands/DisassociateFromAdministratorAccountCommand.ts +++ b/clients/client-macie2/src/commands/DisassociateFromAdministratorAccountCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateFromAdministratorAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/DisassociateFromMasterAccountCommand.ts b/clients/client-macie2/src/commands/DisassociateFromMasterAccountCommand.ts index 1b7f28fd5f792..2a57e34ed315c 100644 --- a/clients/client-macie2/src/commands/DisassociateFromMasterAccountCommand.ts +++ b/clients/client-macie2/src/commands/DisassociateFromMasterAccountCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateFromMasterAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/DisassociateMemberCommand.ts b/clients/client-macie2/src/commands/DisassociateMemberCommand.ts index 961302fb6c24a..6550a2fb25673 100644 --- a/clients/client-macie2/src/commands/DisassociateMemberCommand.ts +++ b/clients/client-macie2/src/commands/DisassociateMemberCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DisassociateMemberRequest, DisassociateMemberResponse } from "../models/models_0"; import { de_DisassociateMemberCommand, se_DisassociateMemberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/EnableMacieCommand.ts b/clients/client-macie2/src/commands/EnableMacieCommand.ts index 5ef4688a52d65..9c184d464af7d 100644 --- a/clients/client-macie2/src/commands/EnableMacieCommand.ts +++ b/clients/client-macie2/src/commands/EnableMacieCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { EnableMacieRequest, EnableMacieResponse } from "../models/models_0"; import { de_EnableMacieCommand, se_EnableMacieCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/EnableOrganizationAdminAccountCommand.ts b/clients/client-macie2/src/commands/EnableOrganizationAdminAccountCommand.ts index abe8faa07f673..24e2f92ff35d0 100644 --- a/clients/client-macie2/src/commands/EnableOrganizationAdminAccountCommand.ts +++ b/clients/client-macie2/src/commands/EnableOrganizationAdminAccountCommand.ts @@ -20,6 +20,10 @@ import { se_EnableOrganizationAdminAccountCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/GetAdministratorAccountCommand.ts b/clients/client-macie2/src/commands/GetAdministratorAccountCommand.ts index b18cde3cccdf8..593f75345b97a 100644 --- a/clients/client-macie2/src/commands/GetAdministratorAccountCommand.ts +++ b/clients/client-macie2/src/commands/GetAdministratorAccountCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetAdministratorAccountRequest, GetAdministratorAccountResponse } from "../models/models_0"; import { de_GetAdministratorAccountCommand, se_GetAdministratorAccountCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/GetAllowListCommand.ts b/clients/client-macie2/src/commands/GetAllowListCommand.ts index f64bd30e4ca0e..4e83584fc9dcb 100644 --- a/clients/client-macie2/src/commands/GetAllowListCommand.ts +++ b/clients/client-macie2/src/commands/GetAllowListCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetAllowListRequest, GetAllowListResponse } from "../models/models_0"; import { de_GetAllowListCommand, se_GetAllowListCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/GetAutomatedDiscoveryConfigurationCommand.ts b/clients/client-macie2/src/commands/GetAutomatedDiscoveryConfigurationCommand.ts index a58ec5483349e..c32ac756d0ee7 100644 --- a/clients/client-macie2/src/commands/GetAutomatedDiscoveryConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/GetAutomatedDiscoveryConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_GetAutomatedDiscoveryConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/GetBucketStatisticsCommand.ts b/clients/client-macie2/src/commands/GetBucketStatisticsCommand.ts index d56cf7e184e0b..d90a43c5bc518 100644 --- a/clients/client-macie2/src/commands/GetBucketStatisticsCommand.ts +++ b/clients/client-macie2/src/commands/GetBucketStatisticsCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetBucketStatisticsRequest, GetBucketStatisticsResponse } from "../models/models_0"; import { de_GetBucketStatisticsCommand, se_GetBucketStatisticsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/GetClassificationExportConfigurationCommand.ts b/clients/client-macie2/src/commands/GetClassificationExportConfigurationCommand.ts index e8dffa94d0f05..ec5206be5554b 100644 --- a/clients/client-macie2/src/commands/GetClassificationExportConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/GetClassificationExportConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_GetClassificationExportConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/GetClassificationScopeCommand.ts b/clients/client-macie2/src/commands/GetClassificationScopeCommand.ts index 86dde71d8221c..afe2e09044e3e 100644 --- a/clients/client-macie2/src/commands/GetClassificationScopeCommand.ts +++ b/clients/client-macie2/src/commands/GetClassificationScopeCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetClassificationScopeRequest, GetClassificationScopeResponse } from "../models/models_0"; import { de_GetClassificationScopeCommand, se_GetClassificationScopeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/GetCustomDataIdentifierCommand.ts b/clients/client-macie2/src/commands/GetCustomDataIdentifierCommand.ts index 0d63fc84c5c59..9478e0d26df70 100644 --- a/clients/client-macie2/src/commands/GetCustomDataIdentifierCommand.ts +++ b/clients/client-macie2/src/commands/GetCustomDataIdentifierCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetCustomDataIdentifierRequest, GetCustomDataIdentifierResponse } from "../models/models_0"; import { de_GetCustomDataIdentifierCommand, se_GetCustomDataIdentifierCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/GetFindingStatisticsCommand.ts b/clients/client-macie2/src/commands/GetFindingStatisticsCommand.ts index 1f9b16b733a2a..d09c4b6d2bf9d 100644 --- a/clients/client-macie2/src/commands/GetFindingStatisticsCommand.ts +++ b/clients/client-macie2/src/commands/GetFindingStatisticsCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetFindingStatisticsRequest, GetFindingStatisticsResponse } from "../models/models_0"; import { de_GetFindingStatisticsCommand, se_GetFindingStatisticsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/GetFindingsCommand.ts b/clients/client-macie2/src/commands/GetFindingsCommand.ts index a766567fbb860..5a09a4b012ae8 100644 --- a/clients/client-macie2/src/commands/GetFindingsCommand.ts +++ b/clients/client-macie2/src/commands/GetFindingsCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetFindingsRequest, GetFindingsResponse } from "../models/models_0"; import { de_GetFindingsCommand, se_GetFindingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/GetFindingsFilterCommand.ts b/clients/client-macie2/src/commands/GetFindingsFilterCommand.ts index c9feb0e3bc2b4..615ef4d46fd41 100644 --- a/clients/client-macie2/src/commands/GetFindingsFilterCommand.ts +++ b/clients/client-macie2/src/commands/GetFindingsFilterCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetFindingsFilterRequest, GetFindingsFilterResponse } from "../models/models_0"; import { de_GetFindingsFilterCommand, se_GetFindingsFilterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/GetFindingsPublicationConfigurationCommand.ts b/clients/client-macie2/src/commands/GetFindingsPublicationConfigurationCommand.ts index 1682d71dbf445..5b291c9a7fa41 100644 --- a/clients/client-macie2/src/commands/GetFindingsPublicationConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/GetFindingsPublicationConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_GetFindingsPublicationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/GetInvitationsCountCommand.ts b/clients/client-macie2/src/commands/GetInvitationsCountCommand.ts index 239464f0aff7f..ac026e0c12738 100644 --- a/clients/client-macie2/src/commands/GetInvitationsCountCommand.ts +++ b/clients/client-macie2/src/commands/GetInvitationsCountCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetInvitationsCountRequest, GetInvitationsCountResponse } from "../models/models_0"; import { de_GetInvitationsCountCommand, se_GetInvitationsCountCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/GetMacieSessionCommand.ts b/clients/client-macie2/src/commands/GetMacieSessionCommand.ts index 826ace6f35942..4491b78f68fc0 100644 --- a/clients/client-macie2/src/commands/GetMacieSessionCommand.ts +++ b/clients/client-macie2/src/commands/GetMacieSessionCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetMacieSessionRequest, GetMacieSessionResponse } from "../models/models_0"; import { de_GetMacieSessionCommand, se_GetMacieSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/GetMasterAccountCommand.ts b/clients/client-macie2/src/commands/GetMasterAccountCommand.ts index 6aad786d05f5f..3ff376964695f 100644 --- a/clients/client-macie2/src/commands/GetMasterAccountCommand.ts +++ b/clients/client-macie2/src/commands/GetMasterAccountCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetMasterAccountRequest, GetMasterAccountResponse } from "../models/models_0"; import { de_GetMasterAccountCommand, se_GetMasterAccountCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/GetMemberCommand.ts b/clients/client-macie2/src/commands/GetMemberCommand.ts index 38ae745acbd88..ed9c2dd9276f8 100644 --- a/clients/client-macie2/src/commands/GetMemberCommand.ts +++ b/clients/client-macie2/src/commands/GetMemberCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetMemberRequest, GetMemberResponse } from "../models/models_0"; import { de_GetMemberCommand, se_GetMemberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/GetResourceProfileCommand.ts b/clients/client-macie2/src/commands/GetResourceProfileCommand.ts index ccee204d57007..f1d42f195629c 100644 --- a/clients/client-macie2/src/commands/GetResourceProfileCommand.ts +++ b/clients/client-macie2/src/commands/GetResourceProfileCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetResourceProfileRequest, GetResourceProfileResponse } from "../models/models_0"; import { de_GetResourceProfileCommand, se_GetResourceProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/GetRevealConfigurationCommand.ts b/clients/client-macie2/src/commands/GetRevealConfigurationCommand.ts index 7f40124fadbb2..3efd7e670124d 100644 --- a/clients/client-macie2/src/commands/GetRevealConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/GetRevealConfigurationCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetRevealConfigurationRequest, GetRevealConfigurationResponse } from "../models/models_0"; import { de_GetRevealConfigurationCommand, se_GetRevealConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesAvailabilityCommand.ts b/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesAvailabilityCommand.ts index 4590a981d57d0..03972362dbe65 100644 --- a/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesAvailabilityCommand.ts +++ b/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesAvailabilityCommand.ts @@ -23,6 +23,10 @@ import { se_GetSensitiveDataOccurrencesAvailabilityCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesCommand.ts b/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesCommand.ts index dc459b468357b..c9d3ab66e7776 100644 --- a/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesCommand.ts +++ b/clients/client-macie2/src/commands/GetSensitiveDataOccurrencesCommand.ts @@ -20,6 +20,10 @@ import { se_GetSensitiveDataOccurrencesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/GetSensitivityInspectionTemplateCommand.ts b/clients/client-macie2/src/commands/GetSensitivityInspectionTemplateCommand.ts index 2af395bfd6520..e59f54021ba28 100644 --- a/clients/client-macie2/src/commands/GetSensitivityInspectionTemplateCommand.ts +++ b/clients/client-macie2/src/commands/GetSensitivityInspectionTemplateCommand.ts @@ -20,6 +20,10 @@ import { se_GetSensitivityInspectionTemplateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/GetUsageStatisticsCommand.ts b/clients/client-macie2/src/commands/GetUsageStatisticsCommand.ts index 733ccc5fc8003..4a15c6f1764c5 100644 --- a/clients/client-macie2/src/commands/GetUsageStatisticsCommand.ts +++ b/clients/client-macie2/src/commands/GetUsageStatisticsCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetUsageStatisticsRequest, GetUsageStatisticsResponse } from "../models/models_0"; import { de_GetUsageStatisticsCommand, se_GetUsageStatisticsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/GetUsageTotalsCommand.ts b/clients/client-macie2/src/commands/GetUsageTotalsCommand.ts index a1e2d688a5099..a1bb1057f7e34 100644 --- a/clients/client-macie2/src/commands/GetUsageTotalsCommand.ts +++ b/clients/client-macie2/src/commands/GetUsageTotalsCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { GetUsageTotalsRequest, GetUsageTotalsResponse } from "../models/models_0"; import { de_GetUsageTotalsCommand, se_GetUsageTotalsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/ListAllowListsCommand.ts b/clients/client-macie2/src/commands/ListAllowListsCommand.ts index f1136d70a292e..2e9ebe074b10e 100644 --- a/clients/client-macie2/src/commands/ListAllowListsCommand.ts +++ b/clients/client-macie2/src/commands/ListAllowListsCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListAllowListsRequest, ListAllowListsResponse } from "../models/models_0"; import { de_ListAllowListsCommand, se_ListAllowListsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/ListClassificationJobsCommand.ts b/clients/client-macie2/src/commands/ListClassificationJobsCommand.ts index d0957dcae8876..88c14d1b234ab 100644 --- a/clients/client-macie2/src/commands/ListClassificationJobsCommand.ts +++ b/clients/client-macie2/src/commands/ListClassificationJobsCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListClassificationJobsRequest, ListClassificationJobsResponse } from "../models/models_0"; import { de_ListClassificationJobsCommand, se_ListClassificationJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/ListClassificationScopesCommand.ts b/clients/client-macie2/src/commands/ListClassificationScopesCommand.ts index b6bcd7cd7c510..f17d1c6252a95 100644 --- a/clients/client-macie2/src/commands/ListClassificationScopesCommand.ts +++ b/clients/client-macie2/src/commands/ListClassificationScopesCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListClassificationScopesRequest, ListClassificationScopesResponse } from "../models/models_0"; import { de_ListClassificationScopesCommand, se_ListClassificationScopesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/ListCustomDataIdentifiersCommand.ts b/clients/client-macie2/src/commands/ListCustomDataIdentifiersCommand.ts index d1552ee3526ac..659fcc89ee016 100644 --- a/clients/client-macie2/src/commands/ListCustomDataIdentifiersCommand.ts +++ b/clients/client-macie2/src/commands/ListCustomDataIdentifiersCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListCustomDataIdentifiersRequest, ListCustomDataIdentifiersResponse } from "../models/models_0"; import { de_ListCustomDataIdentifiersCommand, se_ListCustomDataIdentifiersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/ListFindingsCommand.ts b/clients/client-macie2/src/commands/ListFindingsCommand.ts index 951ab669e30cd..a627e9807e107 100644 --- a/clients/client-macie2/src/commands/ListFindingsCommand.ts +++ b/clients/client-macie2/src/commands/ListFindingsCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListFindingsRequest, ListFindingsResponse } from "../models/models_0"; import { de_ListFindingsCommand, se_ListFindingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/ListFindingsFiltersCommand.ts b/clients/client-macie2/src/commands/ListFindingsFiltersCommand.ts index 1d9751a9cb4c6..1cec6c976f355 100644 --- a/clients/client-macie2/src/commands/ListFindingsFiltersCommand.ts +++ b/clients/client-macie2/src/commands/ListFindingsFiltersCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListFindingsFiltersRequest, ListFindingsFiltersResponse } from "../models/models_0"; import { de_ListFindingsFiltersCommand, se_ListFindingsFiltersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/ListInvitationsCommand.ts b/clients/client-macie2/src/commands/ListInvitationsCommand.ts index 461d76d11ab33..723b97ac43c32 100644 --- a/clients/client-macie2/src/commands/ListInvitationsCommand.ts +++ b/clients/client-macie2/src/commands/ListInvitationsCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListInvitationsRequest, ListInvitationsResponse } from "../models/models_1"; import { de_ListInvitationsCommand, se_ListInvitationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/ListManagedDataIdentifiersCommand.ts b/clients/client-macie2/src/commands/ListManagedDataIdentifiersCommand.ts index 06120bcb2b99f..3b0fe1cf97dcc 100644 --- a/clients/client-macie2/src/commands/ListManagedDataIdentifiersCommand.ts +++ b/clients/client-macie2/src/commands/ListManagedDataIdentifiersCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListManagedDataIdentifiersRequest, ListManagedDataIdentifiersResponse } from "../models/models_1"; import { de_ListManagedDataIdentifiersCommand, se_ListManagedDataIdentifiersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/ListMembersCommand.ts b/clients/client-macie2/src/commands/ListMembersCommand.ts index 99770a4063988..f3f8e20ead96e 100644 --- a/clients/client-macie2/src/commands/ListMembersCommand.ts +++ b/clients/client-macie2/src/commands/ListMembersCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListMembersRequest, ListMembersResponse } from "../models/models_1"; import { de_ListMembersCommand, se_ListMembersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/ListOrganizationAdminAccountsCommand.ts b/clients/client-macie2/src/commands/ListOrganizationAdminAccountsCommand.ts index eee81a1b5a700..cf0119416a96f 100644 --- a/clients/client-macie2/src/commands/ListOrganizationAdminAccountsCommand.ts +++ b/clients/client-macie2/src/commands/ListOrganizationAdminAccountsCommand.ts @@ -20,6 +20,10 @@ import { se_ListOrganizationAdminAccountsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/ListResourceProfileArtifactsCommand.ts b/clients/client-macie2/src/commands/ListResourceProfileArtifactsCommand.ts index 5b46ab89ab4ad..8f9cab2658904 100644 --- a/clients/client-macie2/src/commands/ListResourceProfileArtifactsCommand.ts +++ b/clients/client-macie2/src/commands/ListResourceProfileArtifactsCommand.ts @@ -20,6 +20,10 @@ import { se_ListResourceProfileArtifactsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/ListResourceProfileDetectionsCommand.ts b/clients/client-macie2/src/commands/ListResourceProfileDetectionsCommand.ts index f0d8dad246c35..65a8fda8bf8ed 100644 --- a/clients/client-macie2/src/commands/ListResourceProfileDetectionsCommand.ts +++ b/clients/client-macie2/src/commands/ListResourceProfileDetectionsCommand.ts @@ -20,6 +20,10 @@ import { se_ListResourceProfileDetectionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/ListSensitivityInspectionTemplatesCommand.ts b/clients/client-macie2/src/commands/ListSensitivityInspectionTemplatesCommand.ts index 35ad0c718893e..96a97b39e6338 100644 --- a/clients/client-macie2/src/commands/ListSensitivityInspectionTemplatesCommand.ts +++ b/clients/client-macie2/src/commands/ListSensitivityInspectionTemplatesCommand.ts @@ -23,6 +23,10 @@ import { se_ListSensitivityInspectionTemplatesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/ListTagsForResourceCommand.ts b/clients/client-macie2/src/commands/ListTagsForResourceCommand.ts index 1a34679383901..5a0d0be39fbd2 100644 --- a/clients/client-macie2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-macie2/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/PutClassificationExportConfigurationCommand.ts b/clients/client-macie2/src/commands/PutClassificationExportConfigurationCommand.ts index ecbb328149a06..8b6491b8dd4e9 100644 --- a/clients/client-macie2/src/commands/PutClassificationExportConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/PutClassificationExportConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_PutClassificationExportConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/PutFindingsPublicationConfigurationCommand.ts b/clients/client-macie2/src/commands/PutFindingsPublicationConfigurationCommand.ts index a28c1e6e2a475..d2ef43c7a1b21 100644 --- a/clients/client-macie2/src/commands/PutFindingsPublicationConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/PutFindingsPublicationConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_PutFindingsPublicationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/SearchResourcesCommand.ts b/clients/client-macie2/src/commands/SearchResourcesCommand.ts index e718d21d77974..11870eb82677c 100644 --- a/clients/client-macie2/src/commands/SearchResourcesCommand.ts +++ b/clients/client-macie2/src/commands/SearchResourcesCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { SearchResourcesRequest, SearchResourcesResponse } from "../models/models_1"; import { de_SearchResourcesCommand, se_SearchResourcesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/TagResourceCommand.ts b/clients/client-macie2/src/commands/TagResourceCommand.ts index 74ff2ce5d5f55..5f1253bcceed9 100644 --- a/clients/client-macie2/src/commands/TagResourceCommand.ts +++ b/clients/client-macie2/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { TagResourceRequest, TagResourceResponse } from "../models/models_1"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/TestCustomDataIdentifierCommand.ts b/clients/client-macie2/src/commands/TestCustomDataIdentifierCommand.ts index 90dcb9805d637..44f3218aeb4a7 100644 --- a/clients/client-macie2/src/commands/TestCustomDataIdentifierCommand.ts +++ b/clients/client-macie2/src/commands/TestCustomDataIdentifierCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { TestCustomDataIdentifierRequest, TestCustomDataIdentifierResponse } from "../models/models_1"; import { de_TestCustomDataIdentifierCommand, se_TestCustomDataIdentifierCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/UntagResourceCommand.ts b/clients/client-macie2/src/commands/UntagResourceCommand.ts index 995c92b52d1b4..df9ef4f715ea5 100644 --- a/clients/client-macie2/src/commands/UntagResourceCommand.ts +++ b/clients/client-macie2/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/UpdateAllowListCommand.ts b/clients/client-macie2/src/commands/UpdateAllowListCommand.ts index f480b0d47f8be..e6d99c0fce060 100644 --- a/clients/client-macie2/src/commands/UpdateAllowListCommand.ts +++ b/clients/client-macie2/src/commands/UpdateAllowListCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateAllowListRequest, UpdateAllowListResponse } from "../models/models_1"; import { de_UpdateAllowListCommand, se_UpdateAllowListCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/UpdateAutomatedDiscoveryConfigurationCommand.ts b/clients/client-macie2/src/commands/UpdateAutomatedDiscoveryConfigurationCommand.ts index 059557e2d3053..723242d71f4e6 100644 --- a/clients/client-macie2/src/commands/UpdateAutomatedDiscoveryConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/UpdateAutomatedDiscoveryConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateAutomatedDiscoveryConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/UpdateClassificationJobCommand.ts b/clients/client-macie2/src/commands/UpdateClassificationJobCommand.ts index 04f453c3a668d..5f8d644a0f7e0 100644 --- a/clients/client-macie2/src/commands/UpdateClassificationJobCommand.ts +++ b/clients/client-macie2/src/commands/UpdateClassificationJobCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateClassificationJobRequest, UpdateClassificationJobResponse } from "../models/models_1"; import { de_UpdateClassificationJobCommand, se_UpdateClassificationJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/UpdateClassificationScopeCommand.ts b/clients/client-macie2/src/commands/UpdateClassificationScopeCommand.ts index afab859c6a45d..16f29bbdce64c 100644 --- a/clients/client-macie2/src/commands/UpdateClassificationScopeCommand.ts +++ b/clients/client-macie2/src/commands/UpdateClassificationScopeCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateClassificationScopeRequest, UpdateClassificationScopeResponse } from "../models/models_1"; import { de_UpdateClassificationScopeCommand, se_UpdateClassificationScopeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/UpdateFindingsFilterCommand.ts b/clients/client-macie2/src/commands/UpdateFindingsFilterCommand.ts index babe3015c5995..1d9aa1da1fd5b 100644 --- a/clients/client-macie2/src/commands/UpdateFindingsFilterCommand.ts +++ b/clients/client-macie2/src/commands/UpdateFindingsFilterCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateFindingsFilterRequest, UpdateFindingsFilterResponse } from "../models/models_1"; import { de_UpdateFindingsFilterCommand, se_UpdateFindingsFilterCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/UpdateMacieSessionCommand.ts b/clients/client-macie2/src/commands/UpdateMacieSessionCommand.ts index 8ecfdc11d9dee..b34c50022a4c9 100644 --- a/clients/client-macie2/src/commands/UpdateMacieSessionCommand.ts +++ b/clients/client-macie2/src/commands/UpdateMacieSessionCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateMacieSessionRequest, UpdateMacieSessionResponse } from "../models/models_1"; import { de_UpdateMacieSessionCommand, se_UpdateMacieSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/UpdateMemberSessionCommand.ts b/clients/client-macie2/src/commands/UpdateMemberSessionCommand.ts index af57be348fc3a..512f20540f3a4 100644 --- a/clients/client-macie2/src/commands/UpdateMemberSessionCommand.ts +++ b/clients/client-macie2/src/commands/UpdateMemberSessionCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateMemberSessionRequest, UpdateMemberSessionResponse } from "../models/models_1"; import { de_UpdateMemberSessionCommand, se_UpdateMemberSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-macie2/src/commands/UpdateOrganizationConfigurationCommand.ts index f34c07094e7ed..981048d708c9a 100644 --- a/clients/client-macie2/src/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/UpdateOrganizationConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateOrganizationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/UpdateResourceProfileCommand.ts b/clients/client-macie2/src/commands/UpdateResourceProfileCommand.ts index 117de5fb9d691..5f8b30539b3fa 100644 --- a/clients/client-macie2/src/commands/UpdateResourceProfileCommand.ts +++ b/clients/client-macie2/src/commands/UpdateResourceProfileCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateResourceProfileRequest, UpdateResourceProfileResponse } from "../models/models_1"; import { de_UpdateResourceProfileCommand, se_UpdateResourceProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/UpdateResourceProfileDetectionsCommand.ts b/clients/client-macie2/src/commands/UpdateResourceProfileDetectionsCommand.ts index 9f8fbe3a2c91a..1c9685d92c71a 100644 --- a/clients/client-macie2/src/commands/UpdateResourceProfileDetectionsCommand.ts +++ b/clients/client-macie2/src/commands/UpdateResourceProfileDetectionsCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateResourceProfileDetectionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/UpdateRevealConfigurationCommand.ts b/clients/client-macie2/src/commands/UpdateRevealConfigurationCommand.ts index 5ec65d215f35f..4d9aff068d188 100644 --- a/clients/client-macie2/src/commands/UpdateRevealConfigurationCommand.ts +++ b/clients/client-macie2/src/commands/UpdateRevealConfigurationCommand.ts @@ -17,6 +17,10 @@ import { Macie2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateRevealConfigurationRequest, UpdateRevealConfigurationResponse } from "../models/models_1"; import { de_UpdateRevealConfigurationCommand, se_UpdateRevealConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/commands/UpdateSensitivityInspectionTemplateCommand.ts b/clients/client-macie2/src/commands/UpdateSensitivityInspectionTemplateCommand.ts index ae7b5d68fb4e4..a5450d841fe7c 100644 --- a/clients/client-macie2/src/commands/UpdateSensitivityInspectionTemplateCommand.ts +++ b/clients/client-macie2/src/commands/UpdateSensitivityInspectionTemplateCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateSensitivityInspectionTemplateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-macie2/src/index.ts b/clients/client-macie2/src/index.ts index 2a97ef34fc681..0236d8454b5a8 100644 --- a/clients/client-macie2/src/index.ts +++ b/clients/client-macie2/src/index.ts @@ -1,9 +1,15 @@ -export * from "./Macie2"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Macie

+ * + * @packageDocumentation + */ export * from "./Macie2Client"; +export * from "./Macie2"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { Macie2ServiceException } from "./models/Macie2ServiceException"; diff --git a/clients/client-macie2/src/models/Macie2ServiceException.ts b/clients/client-macie2/src/models/Macie2ServiceException.ts index 3f3ceb47e45ba..11cf42394ab05 100644 --- a/clients/client-macie2/src/models/Macie2ServiceException.ts +++ b/clients/client-macie2/src/models/Macie2ServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-managedblockchain/src/ManagedBlockchainClient.ts b/clients/client-managedblockchain/src/ManagedBlockchainClient.ts index 666e2f2cd5fe4..a4eca68af8ff8 100644 --- a/clients/client-managedblockchain/src/ManagedBlockchainClient.ts +++ b/clients/client-managedblockchain/src/ManagedBlockchainClient.ts @@ -89,6 +89,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -280,7 +282,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ManagedBlockchainClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ManagedBlockchainClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -299,7 +301,7 @@ export interface ManagedBlockchainClientConfig extends ManagedBlockchainClientCo /** * @public */ -type ManagedBlockchainClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ManagedBlockchainClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-managedblockchain/src/commands/CreateAccessorCommand.ts b/clients/client-managedblockchain/src/commands/CreateAccessorCommand.ts index 00c49f62469b7..0b8c73dc1191b 100644 --- a/clients/client-managedblockchain/src/commands/CreateAccessorCommand.ts +++ b/clients/client-managedblockchain/src/commands/CreateAccessorCommand.ts @@ -21,6 +21,10 @@ import { import { CreateAccessorInput, CreateAccessorOutput } from "../models/models_0"; import { de_CreateAccessorCommand, se_CreateAccessorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/CreateMemberCommand.ts b/clients/client-managedblockchain/src/commands/CreateMemberCommand.ts index ff73b0707ea33..0f11d5145b276 100644 --- a/clients/client-managedblockchain/src/commands/CreateMemberCommand.ts +++ b/clients/client-managedblockchain/src/commands/CreateMemberCommand.ts @@ -21,6 +21,10 @@ import { import { CreateMemberInput, CreateMemberInputFilterSensitiveLog, CreateMemberOutput } from "../models/models_0"; import { de_CreateMemberCommand, se_CreateMemberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/CreateNetworkCommand.ts b/clients/client-managedblockchain/src/commands/CreateNetworkCommand.ts index 3cb3e5d589d2d..4c717f4aef37e 100644 --- a/clients/client-managedblockchain/src/commands/CreateNetworkCommand.ts +++ b/clients/client-managedblockchain/src/commands/CreateNetworkCommand.ts @@ -21,6 +21,10 @@ import { import { CreateNetworkInput, CreateNetworkInputFilterSensitiveLog, CreateNetworkOutput } from "../models/models_0"; import { de_CreateNetworkCommand, se_CreateNetworkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/CreateNodeCommand.ts b/clients/client-managedblockchain/src/commands/CreateNodeCommand.ts index f5a46652a98c1..edf261391fc38 100644 --- a/clients/client-managedblockchain/src/commands/CreateNodeCommand.ts +++ b/clients/client-managedblockchain/src/commands/CreateNodeCommand.ts @@ -21,6 +21,10 @@ import { import { CreateNodeInput, CreateNodeOutput } from "../models/models_0"; import { de_CreateNodeCommand, se_CreateNodeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/CreateProposalCommand.ts b/clients/client-managedblockchain/src/commands/CreateProposalCommand.ts index 9c3a4c9417fda..f334c3ee3e295 100644 --- a/clients/client-managedblockchain/src/commands/CreateProposalCommand.ts +++ b/clients/client-managedblockchain/src/commands/CreateProposalCommand.ts @@ -21,6 +21,10 @@ import { import { CreateProposalInput, CreateProposalOutput } from "../models/models_0"; import { de_CreateProposalCommand, se_CreateProposalCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/DeleteAccessorCommand.ts b/clients/client-managedblockchain/src/commands/DeleteAccessorCommand.ts index 6e15c21c192ee..8f2e656650352 100644 --- a/clients/client-managedblockchain/src/commands/DeleteAccessorCommand.ts +++ b/clients/client-managedblockchain/src/commands/DeleteAccessorCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteAccessorInput, DeleteAccessorOutput } from "../models/models_0"; import { de_DeleteAccessorCommand, se_DeleteAccessorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/DeleteMemberCommand.ts b/clients/client-managedblockchain/src/commands/DeleteMemberCommand.ts index e59709d2ac31e..70716e9116683 100644 --- a/clients/client-managedblockchain/src/commands/DeleteMemberCommand.ts +++ b/clients/client-managedblockchain/src/commands/DeleteMemberCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteMemberInput, DeleteMemberOutput } from "../models/models_0"; import { de_DeleteMemberCommand, se_DeleteMemberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/DeleteNodeCommand.ts b/clients/client-managedblockchain/src/commands/DeleteNodeCommand.ts index 74129b1398598..d1acb2d8124a6 100644 --- a/clients/client-managedblockchain/src/commands/DeleteNodeCommand.ts +++ b/clients/client-managedblockchain/src/commands/DeleteNodeCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteNodeInput, DeleteNodeOutput } from "../models/models_0"; import { de_DeleteNodeCommand, se_DeleteNodeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/GetAccessorCommand.ts b/clients/client-managedblockchain/src/commands/GetAccessorCommand.ts index e862094ea02fe..ec8518de159bf 100644 --- a/clients/client-managedblockchain/src/commands/GetAccessorCommand.ts +++ b/clients/client-managedblockchain/src/commands/GetAccessorCommand.ts @@ -21,6 +21,10 @@ import { import { GetAccessorInput, GetAccessorOutput } from "../models/models_0"; import { de_GetAccessorCommand, se_GetAccessorCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/GetMemberCommand.ts b/clients/client-managedblockchain/src/commands/GetMemberCommand.ts index cad75a2cf157b..df610a4b5c480 100644 --- a/clients/client-managedblockchain/src/commands/GetMemberCommand.ts +++ b/clients/client-managedblockchain/src/commands/GetMemberCommand.ts @@ -21,6 +21,10 @@ import { import { GetMemberInput, GetMemberOutput } from "../models/models_0"; import { de_GetMemberCommand, se_GetMemberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/GetNetworkCommand.ts b/clients/client-managedblockchain/src/commands/GetNetworkCommand.ts index 3ab4982deaf46..c2a538559e76a 100644 --- a/clients/client-managedblockchain/src/commands/GetNetworkCommand.ts +++ b/clients/client-managedblockchain/src/commands/GetNetworkCommand.ts @@ -21,6 +21,10 @@ import { import { GetNetworkInput, GetNetworkOutput } from "../models/models_0"; import { de_GetNetworkCommand, se_GetNetworkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/GetNodeCommand.ts b/clients/client-managedblockchain/src/commands/GetNodeCommand.ts index 2e04108570532..ee8f61a57580c 100644 --- a/clients/client-managedblockchain/src/commands/GetNodeCommand.ts +++ b/clients/client-managedblockchain/src/commands/GetNodeCommand.ts @@ -21,6 +21,10 @@ import { import { GetNodeInput, GetNodeOutput } from "../models/models_0"; import { de_GetNodeCommand, se_GetNodeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/GetProposalCommand.ts b/clients/client-managedblockchain/src/commands/GetProposalCommand.ts index 1a809c93be409..5b5d7161137ac 100644 --- a/clients/client-managedblockchain/src/commands/GetProposalCommand.ts +++ b/clients/client-managedblockchain/src/commands/GetProposalCommand.ts @@ -21,6 +21,10 @@ import { import { GetProposalInput, GetProposalOutput } from "../models/models_0"; import { de_GetProposalCommand, se_GetProposalCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/ListAccessorsCommand.ts b/clients/client-managedblockchain/src/commands/ListAccessorsCommand.ts index 910e96dba13a3..a9b10ec2d16b2 100644 --- a/clients/client-managedblockchain/src/commands/ListAccessorsCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListAccessorsCommand.ts @@ -21,6 +21,10 @@ import { import { ListAccessorsInput, ListAccessorsOutput } from "../models/models_0"; import { de_ListAccessorsCommand, se_ListAccessorsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/ListInvitationsCommand.ts b/clients/client-managedblockchain/src/commands/ListInvitationsCommand.ts index 357d0d30ac2e8..dc0cb8efdde37 100644 --- a/clients/client-managedblockchain/src/commands/ListInvitationsCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListInvitationsCommand.ts @@ -21,6 +21,10 @@ import { import { ListInvitationsInput, ListInvitationsOutput } from "../models/models_0"; import { de_ListInvitationsCommand, se_ListInvitationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/ListMembersCommand.ts b/clients/client-managedblockchain/src/commands/ListMembersCommand.ts index a365491862ba5..39a4698909744 100644 --- a/clients/client-managedblockchain/src/commands/ListMembersCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListMembersCommand.ts @@ -21,6 +21,10 @@ import { import { ListMembersInput, ListMembersOutput } from "../models/models_0"; import { de_ListMembersCommand, se_ListMembersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/ListNetworksCommand.ts b/clients/client-managedblockchain/src/commands/ListNetworksCommand.ts index 7c8abacc7833f..8c61e245bd34c 100644 --- a/clients/client-managedblockchain/src/commands/ListNetworksCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListNetworksCommand.ts @@ -21,6 +21,10 @@ import { import { ListNetworksInput, ListNetworksOutput } from "../models/models_0"; import { de_ListNetworksCommand, se_ListNetworksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/ListNodesCommand.ts b/clients/client-managedblockchain/src/commands/ListNodesCommand.ts index c93ef7011cbbb..c42bcb24a3e10 100644 --- a/clients/client-managedblockchain/src/commands/ListNodesCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListNodesCommand.ts @@ -21,6 +21,10 @@ import { import { ListNodesInput, ListNodesOutput } from "../models/models_0"; import { de_ListNodesCommand, se_ListNodesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/ListProposalVotesCommand.ts b/clients/client-managedblockchain/src/commands/ListProposalVotesCommand.ts index 799142c9bc0f8..6434211b0387c 100644 --- a/clients/client-managedblockchain/src/commands/ListProposalVotesCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListProposalVotesCommand.ts @@ -21,6 +21,10 @@ import { import { ListProposalVotesInput, ListProposalVotesOutput } from "../models/models_0"; import { de_ListProposalVotesCommand, se_ListProposalVotesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/ListProposalsCommand.ts b/clients/client-managedblockchain/src/commands/ListProposalsCommand.ts index d234e671f2e37..edd3536044172 100644 --- a/clients/client-managedblockchain/src/commands/ListProposalsCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListProposalsCommand.ts @@ -21,6 +21,10 @@ import { import { ListProposalsInput, ListProposalsOutput } from "../models/models_0"; import { de_ListProposalsCommand, se_ListProposalsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/ListTagsForResourceCommand.ts b/clients/client-managedblockchain/src/commands/ListTagsForResourceCommand.ts index e7787a6f68404..84771f1f1d86c 100644 --- a/clients/client-managedblockchain/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-managedblockchain/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/RejectInvitationCommand.ts b/clients/client-managedblockchain/src/commands/RejectInvitationCommand.ts index 7cd5f2b18bc98..b09a0e38dbb33 100644 --- a/clients/client-managedblockchain/src/commands/RejectInvitationCommand.ts +++ b/clients/client-managedblockchain/src/commands/RejectInvitationCommand.ts @@ -21,6 +21,10 @@ import { import { RejectInvitationInput, RejectInvitationOutput } from "../models/models_0"; import { de_RejectInvitationCommand, se_RejectInvitationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/TagResourceCommand.ts b/clients/client-managedblockchain/src/commands/TagResourceCommand.ts index c52bd12c3d120..59274c820a43b 100644 --- a/clients/client-managedblockchain/src/commands/TagResourceCommand.ts +++ b/clients/client-managedblockchain/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/UntagResourceCommand.ts b/clients/client-managedblockchain/src/commands/UntagResourceCommand.ts index df3fc5bf2d005..e38c71b3d0dd6 100644 --- a/clients/client-managedblockchain/src/commands/UntagResourceCommand.ts +++ b/clients/client-managedblockchain/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/UpdateMemberCommand.ts b/clients/client-managedblockchain/src/commands/UpdateMemberCommand.ts index 4e2c0c04e8390..1d262f675b773 100644 --- a/clients/client-managedblockchain/src/commands/UpdateMemberCommand.ts +++ b/clients/client-managedblockchain/src/commands/UpdateMemberCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateMemberInput, UpdateMemberOutput } from "../models/models_0"; import { de_UpdateMemberCommand, se_UpdateMemberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/UpdateNodeCommand.ts b/clients/client-managedblockchain/src/commands/UpdateNodeCommand.ts index 66d749fd2c319..e67aff87647d6 100644 --- a/clients/client-managedblockchain/src/commands/UpdateNodeCommand.ts +++ b/clients/client-managedblockchain/src/commands/UpdateNodeCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateNodeInput, UpdateNodeOutput } from "../models/models_0"; import { de_UpdateNodeCommand, se_UpdateNodeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/commands/VoteOnProposalCommand.ts b/clients/client-managedblockchain/src/commands/VoteOnProposalCommand.ts index 2872efdb017e3..6a10c13d70fdb 100644 --- a/clients/client-managedblockchain/src/commands/VoteOnProposalCommand.ts +++ b/clients/client-managedblockchain/src/commands/VoteOnProposalCommand.ts @@ -21,6 +21,10 @@ import { import { VoteOnProposalInput, VoteOnProposalOutput } from "../models/models_0"; import { de_VoteOnProposalCommand, se_VoteOnProposalCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-managedblockchain/src/index.ts b/clients/client-managedblockchain/src/index.ts index ae8bfa274359c..a9ebe28eb5310 100644 --- a/clients/client-managedblockchain/src/index.ts +++ b/clients/client-managedblockchain/src/index.ts @@ -1,8 +1,17 @@ -export * from "./ManagedBlockchain"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

+ *

Amazon Managed Blockchain is a fully managed service for creating and managing blockchain networks using open-source frameworks. Blockchain allows you to build applications where multiple parties can securely and transparently run transactions and share data without the need for a trusted, central authority.

+ *

Managed Blockchain supports the Hyperledger Fabric and Ethereum open-source frameworks. Because of fundamental differences between the frameworks, some API actions or data types may only apply in the context of one framework and not the other. For example, actions related to Hyperledger Fabric network members such as CreateMember and DeleteMember don't apply to Ethereum.

+ *

The description for each action indicates the framework or frameworks to which it applies. Data types and properties that apply only in the context of a particular framework are similarly indicated.

+ * + * @packageDocumentation + */ export * from "./ManagedBlockchainClient"; +export * from "./ManagedBlockchain"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ManagedBlockchainServiceException } from "./models/ManagedBlockchainServiceException"; diff --git a/clients/client-managedblockchain/src/models/ManagedBlockchainServiceException.ts b/clients/client-managedblockchain/src/models/ManagedBlockchainServiceException.ts index 003d8aaf1e6cd..432cc3ed5ab79 100644 --- a/clients/client-managedblockchain/src/models/ManagedBlockchainServiceException.ts +++ b/clients/client-managedblockchain/src/models/ManagedBlockchainServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-marketplace-catalog/src/MarketplaceCatalogClient.ts b/clients/client-marketplace-catalog/src/MarketplaceCatalogClient.ts index 1db823250c32c..973a56c077181 100644 --- a/clients/client-marketplace-catalog/src/MarketplaceCatalogClient.ts +++ b/clients/client-marketplace-catalog/src/MarketplaceCatalogClient.ts @@ -77,6 +77,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -238,7 +240,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MarketplaceCatalogClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MarketplaceCatalogClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -257,7 +259,7 @@ export interface MarketplaceCatalogClientConfig extends MarketplaceCatalogClient /** * @public */ -type MarketplaceCatalogClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MarketplaceCatalogClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-marketplace-catalog/src/commands/CancelChangeSetCommand.ts b/clients/client-marketplace-catalog/src/commands/CancelChangeSetCommand.ts index f08a0b619a90f..12932c1a78d2e 100644 --- a/clients/client-marketplace-catalog/src/commands/CancelChangeSetCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/CancelChangeSetCommand.ts @@ -21,6 +21,10 @@ import { import { CancelChangeSetRequest, CancelChangeSetResponse } from "../models/models_0"; import { de_CancelChangeSetCommand, se_CancelChangeSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-marketplace-catalog/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-marketplace-catalog/src/commands/DeleteResourcePolicyCommand.ts index 744d464985b78..e8b12dcc91fbf 100644 --- a/clients/client-marketplace-catalog/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/DeleteResourcePolicyCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0"; import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-marketplace-catalog/src/commands/DescribeChangeSetCommand.ts b/clients/client-marketplace-catalog/src/commands/DescribeChangeSetCommand.ts index 117872e153377..fea6a43f4d552 100644 --- a/clients/client-marketplace-catalog/src/commands/DescribeChangeSetCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/DescribeChangeSetCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeChangeSetRequest, DescribeChangeSetResponse } from "../models/models_0"; import { de_DescribeChangeSetCommand, se_DescribeChangeSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-marketplace-catalog/src/commands/DescribeEntityCommand.ts b/clients/client-marketplace-catalog/src/commands/DescribeEntityCommand.ts index aebb19bedf65b..dc83255aae083 100644 --- a/clients/client-marketplace-catalog/src/commands/DescribeEntityCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/DescribeEntityCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeEntityRequest, DescribeEntityResponse } from "../models/models_0"; import { de_DescribeEntityCommand, se_DescribeEntityCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-marketplace-catalog/src/commands/GetResourcePolicyCommand.ts b/clients/client-marketplace-catalog/src/commands/GetResourcePolicyCommand.ts index cfdc7abeedaa8..378a550838f27 100644 --- a/clients/client-marketplace-catalog/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/GetResourcePolicyCommand.ts @@ -21,6 +21,10 @@ import { import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0"; import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-marketplace-catalog/src/commands/ListChangeSetsCommand.ts b/clients/client-marketplace-catalog/src/commands/ListChangeSetsCommand.ts index 04b7866574b1c..0da2c6955db11 100644 --- a/clients/client-marketplace-catalog/src/commands/ListChangeSetsCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/ListChangeSetsCommand.ts @@ -21,6 +21,10 @@ import { import { ListChangeSetsRequest, ListChangeSetsResponse } from "../models/models_0"; import { de_ListChangeSetsCommand, se_ListChangeSetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-marketplace-catalog/src/commands/ListEntitiesCommand.ts b/clients/client-marketplace-catalog/src/commands/ListEntitiesCommand.ts index 9aa907f6e5c51..c5963b67b39f3 100644 --- a/clients/client-marketplace-catalog/src/commands/ListEntitiesCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/ListEntitiesCommand.ts @@ -21,6 +21,10 @@ import { import { ListEntitiesRequest, ListEntitiesResponse } from "../models/models_0"; import { de_ListEntitiesCommand, se_ListEntitiesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-marketplace-catalog/src/commands/ListTagsForResourceCommand.ts b/clients/client-marketplace-catalog/src/commands/ListTagsForResourceCommand.ts index fee4bd29ee650..8d7353781ce1f 100644 --- a/clients/client-marketplace-catalog/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-marketplace-catalog/src/commands/PutResourcePolicyCommand.ts b/clients/client-marketplace-catalog/src/commands/PutResourcePolicyCommand.ts index 6feeff58caadc..2705aa939aae3 100644 --- a/clients/client-marketplace-catalog/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/PutResourcePolicyCommand.ts @@ -21,6 +21,10 @@ import { import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0"; import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-marketplace-catalog/src/commands/StartChangeSetCommand.ts b/clients/client-marketplace-catalog/src/commands/StartChangeSetCommand.ts index f6aedf2e9b0a6..5f7ce78cfd30f 100644 --- a/clients/client-marketplace-catalog/src/commands/StartChangeSetCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/StartChangeSetCommand.ts @@ -21,6 +21,10 @@ import { import { StartChangeSetRequest, StartChangeSetResponse } from "../models/models_0"; import { de_StartChangeSetCommand, se_StartChangeSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-marketplace-catalog/src/commands/TagResourceCommand.ts b/clients/client-marketplace-catalog/src/commands/TagResourceCommand.ts index 10cd103d71d05..9f66b669cb92a 100644 --- a/clients/client-marketplace-catalog/src/commands/TagResourceCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-marketplace-catalog/src/commands/UntagResourceCommand.ts b/clients/client-marketplace-catalog/src/commands/UntagResourceCommand.ts index 18c37c0f83a8e..b04be0fc7b2ca 100644 --- a/clients/client-marketplace-catalog/src/commands/UntagResourceCommand.ts +++ b/clients/client-marketplace-catalog/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-marketplace-catalog/src/index.ts b/clients/client-marketplace-catalog/src/index.ts index c302bdd050ec1..36fecba147d92 100644 --- a/clients/client-marketplace-catalog/src/index.ts +++ b/clients/client-marketplace-catalog/src/index.ts @@ -1,8 +1,19 @@ -export * from "./MarketplaceCatalog"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Catalog API actions allow you to manage your entities through list, describe, and + * update capabilities. An entity can be a product or an offer on AWS Marketplace.

+ *

You can automate your entity update process by integrating the AWS Marketplace Catalog + * API with your AWS Marketplace product build or deployment pipelines. You can also create + * your own applications on top of the Catalog API to manage your products on AWS + * Marketplace.

+ * + * @packageDocumentation + */ export * from "./MarketplaceCatalogClient"; +export * from "./MarketplaceCatalog"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { MarketplaceCatalogServiceException } from "./models/MarketplaceCatalogServiceException"; diff --git a/clients/client-marketplace-catalog/src/models/MarketplaceCatalogServiceException.ts b/clients/client-marketplace-catalog/src/models/MarketplaceCatalogServiceException.ts index 49fa14729c8b2..3d2a3e55e6abf 100644 --- a/clients/client-marketplace-catalog/src/models/MarketplaceCatalogServiceException.ts +++ b/clients/client-marketplace-catalog/src/models/MarketplaceCatalogServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-marketplace-commerce-analytics/src/MarketplaceCommerceAnalyticsClient.ts b/clients/client-marketplace-commerce-analytics/src/MarketplaceCommerceAnalyticsClient.ts index 26631384509e1..2e25b2a4ab42e 100644 --- a/clients/client-marketplace-commerce-analytics/src/MarketplaceCommerceAnalyticsClient.ts +++ b/clients/client-marketplace-commerce-analytics/src/MarketplaceCommerceAnalyticsClient.ts @@ -64,6 +64,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -201,7 +203,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MarketplaceCommerceAnalyticsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MarketplaceCommerceAnalyticsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -220,7 +222,7 @@ export interface MarketplaceCommerceAnalyticsClientConfig extends MarketplaceCom /** * @public */ -type MarketplaceCommerceAnalyticsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MarketplaceCommerceAnalyticsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-marketplace-commerce-analytics/src/commands/GenerateDataSetCommand.ts b/clients/client-marketplace-commerce-analytics/src/commands/GenerateDataSetCommand.ts index 02be0b8c8fd22..f70b53fb6c5a2 100644 --- a/clients/client-marketplace-commerce-analytics/src/commands/GenerateDataSetCommand.ts +++ b/clients/client-marketplace-commerce-analytics/src/commands/GenerateDataSetCommand.ts @@ -21,6 +21,10 @@ import { import { GenerateDataSetRequest, GenerateDataSetResult } from "../models/models_0"; import { de_GenerateDataSetCommand, se_GenerateDataSetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts b/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts index 2cd622b83058b..d27453813438b 100644 --- a/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts +++ b/clients/client-marketplace-commerce-analytics/src/commands/StartSupportDataExportCommand.ts @@ -21,6 +21,10 @@ import { import { StartSupportDataExportRequest, StartSupportDataExportResult } from "../models/models_0"; import { de_StartSupportDataExportCommand, se_StartSupportDataExportCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-marketplace-commerce-analytics/src/index.ts b/clients/client-marketplace-commerce-analytics/src/index.ts index ca2912ea7f68a..8c4a8277c9aee 100644 --- a/clients/client-marketplace-commerce-analytics/src/index.ts +++ b/clients/client-marketplace-commerce-analytics/src/index.ts @@ -1,6 +1,12 @@ -export * from "./MarketplaceCommerceAnalytics"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Provides AWS Marketplace business intelligence data on-demand. + * + * @packageDocumentation + */ export * from "./MarketplaceCommerceAnalyticsClient"; +export * from "./MarketplaceCommerceAnalytics"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-marketplace-commerce-analytics/src/models/MarketplaceCommerceAnalyticsServiceException.ts b/clients/client-marketplace-commerce-analytics/src/models/MarketplaceCommerceAnalyticsServiceException.ts index ad21aad0c5b52..17e5403ce3043 100644 --- a/clients/client-marketplace-commerce-analytics/src/models/MarketplaceCommerceAnalyticsServiceException.ts +++ b/clients/client-marketplace-commerce-analytics/src/models/MarketplaceCommerceAnalyticsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-marketplace-entitlement-service/src/MarketplaceEntitlementServiceClient.ts b/clients/client-marketplace-entitlement-service/src/MarketplaceEntitlementServiceClient.ts index 1831ab79b9367..11bc7a3f4caee 100644 --- a/clients/client-marketplace-entitlement-service/src/MarketplaceEntitlementServiceClient.ts +++ b/clients/client-marketplace-entitlement-service/src/MarketplaceEntitlementServiceClient.ts @@ -60,6 +60,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -197,7 +199,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MarketplaceEntitlementServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MarketplaceEntitlementServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -216,15 +218,16 @@ export interface MarketplaceEntitlementServiceClientConfig extends MarketplaceEn /** * @public */ -type MarketplaceEntitlementServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & - Required & - RegionResolvedConfig & - EndpointResolvedConfig & - RetryResolvedConfig & - HostHeaderResolvedConfig & - AwsAuthResolvedConfig & - UserAgentResolvedConfig & - ClientResolvedEndpointParameters; +export type MarketplaceEntitlementServiceClientResolvedConfigType = + __SmithyResolvedConfiguration<__HttpHandlerOptions> & + Required & + RegionResolvedConfig & + EndpointResolvedConfig & + RetryResolvedConfig & + HostHeaderResolvedConfig & + AwsAuthResolvedConfig & + UserAgentResolvedConfig & + ClientResolvedEndpointParameters; /** * @public * diff --git a/clients/client-marketplace-entitlement-service/src/commands/GetEntitlementsCommand.ts b/clients/client-marketplace-entitlement-service/src/commands/GetEntitlementsCommand.ts index e2d60016f29d9..cc48d3c88a0b8 100644 --- a/clients/client-marketplace-entitlement-service/src/commands/GetEntitlementsCommand.ts +++ b/clients/client-marketplace-entitlement-service/src/commands/GetEntitlementsCommand.ts @@ -21,6 +21,10 @@ import { import { GetEntitlementsRequest, GetEntitlementsResult } from "../models/models_0"; import { de_GetEntitlementsCommand, se_GetEntitlementsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-marketplace-entitlement-service/src/index.ts b/clients/client-marketplace-entitlement-service/src/index.ts index 602c0138c4c58..1b11413886287 100644 --- a/clients/client-marketplace-entitlement-service/src/index.ts +++ b/clients/client-marketplace-entitlement-service/src/index.ts @@ -1,6 +1,28 @@ -export * from "./MarketplaceEntitlementService"; // smithy-typescript generated code +/* eslint-disable */ +/** + * AWS Marketplace Entitlement Service + *

This reference provides descriptions of the AWS Marketplace Entitlement Service + * API.

+ *

AWS Marketplace Entitlement Service is used to determine the entitlement of a customer to + * a given product. An entitlement represents capacity in a product owned by the customer. For + * example, a customer might own some number of users or seats in an SaaS application or some + * amount of data capacity in a multi-tenant database.

+ *

+ * Getting Entitlement Records + *

+ *
    + *
  • + *

    + * GetEntitlements- Gets the entitlements for a Marketplace + * product.

    + *
  • + *
+ * + * @packageDocumentation + */ export * from "./MarketplaceEntitlementServiceClient"; +export * from "./MarketplaceEntitlementService"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-marketplace-entitlement-service/src/models/MarketplaceEntitlementServiceServiceException.ts b/clients/client-marketplace-entitlement-service/src/models/MarketplaceEntitlementServiceServiceException.ts index 6627181f1ac1b..39fbb03c23451 100644 --- a/clients/client-marketplace-entitlement-service/src/models/MarketplaceEntitlementServiceServiceException.ts +++ b/clients/client-marketplace-entitlement-service/src/models/MarketplaceEntitlementServiceServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-marketplace-metering/src/MarketplaceMeteringClient.ts b/clients/client-marketplace-metering/src/MarketplaceMeteringClient.ts index ecf4a429c0814..7aa0a3e094d5c 100644 --- a/clients/client-marketplace-metering/src/MarketplaceMeteringClient.ts +++ b/clients/client-marketplace-metering/src/MarketplaceMeteringClient.ts @@ -63,6 +63,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -208,7 +210,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MarketplaceMeteringClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MarketplaceMeteringClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -227,7 +229,7 @@ export interface MarketplaceMeteringClientConfig extends MarketplaceMeteringClie /** * @public */ -type MarketplaceMeteringClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MarketplaceMeteringClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-marketplace-metering/src/commands/BatchMeterUsageCommand.ts b/clients/client-marketplace-metering/src/commands/BatchMeterUsageCommand.ts index 043cdbeddc351..2838a8b413321 100644 --- a/clients/client-marketplace-metering/src/commands/BatchMeterUsageCommand.ts +++ b/clients/client-marketplace-metering/src/commands/BatchMeterUsageCommand.ts @@ -21,6 +21,10 @@ import { import { BatchMeterUsageRequest, BatchMeterUsageResult } from "../models/models_0"; import { de_BatchMeterUsageCommand, se_BatchMeterUsageCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-marketplace-metering/src/commands/MeterUsageCommand.ts b/clients/client-marketplace-metering/src/commands/MeterUsageCommand.ts index 2e2f8dd8c05eb..e8a80e779f8ef 100644 --- a/clients/client-marketplace-metering/src/commands/MeterUsageCommand.ts +++ b/clients/client-marketplace-metering/src/commands/MeterUsageCommand.ts @@ -21,6 +21,10 @@ import { import { MeterUsageRequest, MeterUsageResult } from "../models/models_0"; import { de_MeterUsageCommand, se_MeterUsageCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-marketplace-metering/src/commands/RegisterUsageCommand.ts b/clients/client-marketplace-metering/src/commands/RegisterUsageCommand.ts index 47a8960561c48..8d638c2013798 100644 --- a/clients/client-marketplace-metering/src/commands/RegisterUsageCommand.ts +++ b/clients/client-marketplace-metering/src/commands/RegisterUsageCommand.ts @@ -21,6 +21,10 @@ import { import { RegisterUsageRequest, RegisterUsageResult } from "../models/models_0"; import { de_RegisterUsageCommand, se_RegisterUsageCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-marketplace-metering/src/commands/ResolveCustomerCommand.ts b/clients/client-marketplace-metering/src/commands/ResolveCustomerCommand.ts index c486f206b39e9..a8afe0134394a 100644 --- a/clients/client-marketplace-metering/src/commands/ResolveCustomerCommand.ts +++ b/clients/client-marketplace-metering/src/commands/ResolveCustomerCommand.ts @@ -21,6 +21,10 @@ import { import { ResolveCustomerRequest, ResolveCustomerResult } from "../models/models_0"; import { de_ResolveCustomerCommand, se_ResolveCustomerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-marketplace-metering/src/index.ts b/clients/client-marketplace-metering/src/index.ts index 3d4d9f047b4cc..5cff82731532a 100644 --- a/clients/client-marketplace-metering/src/index.ts +++ b/clients/client-marketplace-metering/src/index.ts @@ -1,6 +1,74 @@ -export * from "./MarketplaceMetering"; // smithy-typescript generated code +/* eslint-disable */ +/** + * AWS Marketplace Metering Service + *

This reference provides descriptions of the low-level AWS Marketplace Metering Service + * API.

+ *

AWS Marketplace sellers can use this API to submit usage data for custom usage + * dimensions.

+ *

For information on the permissions you need to use this API, see AWS Marketplace metering and entitlement API permissions in the + * AWS Marketplace Seller Guide. + *

+ *

+ * Submitting Metering Records + *

+ *
    + *
  • + *

    + * MeterUsage - Submits the metering record for an AWS + * Marketplace product. MeterUsage is called from an EC2 instance or a + * container running on EKS or ECS.

    + *
  • + *
  • + *

    + * BatchMeterUsage - Submits the metering record for a set of + * customers. BatchMeterUsage is called from a software-as-a-service + * (SaaS) application.

    + *
  • + *
+ *

+ * Accepting New Customers + *

+ *
    + *
  • + *

    + * ResolveCustomer - Called by a SaaS application during the + * registration process. When a buyer visits your website during the registration + * process, the buyer submits a Registration Token through the browser. The + * Registration Token is resolved through this API to obtain a + * CustomerIdentifier + * + * along with the CustomerAWSAccountId and + * ProductCode.

    + *
  • + *
+ *

+ * Entitlement and Metering for Paid Container Products + *

+ *
    + *
  • + *

    Paid container software products sold through AWS Marketplace must integrate + * with the AWS Marketplace Metering Service and call the + * RegisterUsage operation for software entitlement and metering. + * Free and BYOL products for Amazon ECS or Amazon EKS aren't required to call + * RegisterUsage, but you can do so if you want to receive usage + * data in your seller reports. For more information on using the + * RegisterUsage operation, see Container-Based Products.

    + *
  • + *
+ *

+ * BatchMeterUsage API calls are captured by AWS CloudTrail. You can use + * Cloudtrail to verify that the SaaS metering records that you sent are accurate by + * searching for records with the eventName of BatchMeterUsage. + * You can also use CloudTrail to audit records over time. For more information, see the + * + * AWS CloudTrail User Guide. + *

+ * + * @packageDocumentation + */ export * from "./MarketplaceMeteringClient"; +export * from "./MarketplaceMetering"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-marketplace-metering/src/models/MarketplaceMeteringServiceException.ts b/clients/client-marketplace-metering/src/models/MarketplaceMeteringServiceException.ts index 511b9f25b208c..729c942aac1f8 100644 --- a/clients/client-marketplace-metering/src/models/MarketplaceMeteringServiceException.ts +++ b/clients/client-marketplace-metering/src/models/MarketplaceMeteringServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-mediaconnect/src/MediaConnectClient.ts b/clients/client-mediaconnect/src/MediaConnectClient.ts index 0242c66b1c07b..11c516efee88c 100644 --- a/clients/client-mediaconnect/src/MediaConnectClient.ts +++ b/clients/client-mediaconnect/src/MediaConnectClient.ts @@ -151,6 +151,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -388,7 +390,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MediaConnectClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MediaConnectClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -407,7 +409,7 @@ export interface MediaConnectClientConfig extends MediaConnectClientConfigType { /** * @public */ -type MediaConnectClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MediaConnectClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-mediaconnect/src/commands/AddBridgeOutputsCommand.ts b/clients/client-mediaconnect/src/commands/AddBridgeOutputsCommand.ts index 8f4c6f61932a0..7476b48352ac6 100644 --- a/clients/client-mediaconnect/src/commands/AddBridgeOutputsCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddBridgeOutputsCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { AddBridgeOutputsRequest, AddBridgeOutputsResponse } from "../models/models_0"; import { de_AddBridgeOutputsCommand, se_AddBridgeOutputsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/AddBridgeSourcesCommand.ts b/clients/client-mediaconnect/src/commands/AddBridgeSourcesCommand.ts index 71553a9807076..9fb47767e108d 100644 --- a/clients/client-mediaconnect/src/commands/AddBridgeSourcesCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddBridgeSourcesCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { AddBridgeSourcesRequest, AddBridgeSourcesResponse } from "../models/models_0"; import { de_AddBridgeSourcesCommand, se_AddBridgeSourcesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/AddFlowMediaStreamsCommand.ts b/clients/client-mediaconnect/src/commands/AddFlowMediaStreamsCommand.ts index cd46c9eaa3fe0..2816e1c0256a3 100644 --- a/clients/client-mediaconnect/src/commands/AddFlowMediaStreamsCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddFlowMediaStreamsCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { AddFlowMediaStreamsRequest, AddFlowMediaStreamsResponse } from "../models/models_0"; import { de_AddFlowMediaStreamsCommand, se_AddFlowMediaStreamsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/AddFlowOutputsCommand.ts b/clients/client-mediaconnect/src/commands/AddFlowOutputsCommand.ts index 57217df000471..da17f4a344035 100644 --- a/clients/client-mediaconnect/src/commands/AddFlowOutputsCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddFlowOutputsCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { AddFlowOutputsRequest, AddFlowOutputsResponse } from "../models/models_0"; import { de_AddFlowOutputsCommand, se_AddFlowOutputsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/AddFlowSourcesCommand.ts b/clients/client-mediaconnect/src/commands/AddFlowSourcesCommand.ts index 13e878b4a3271..0e6679cf622b1 100644 --- a/clients/client-mediaconnect/src/commands/AddFlowSourcesCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddFlowSourcesCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { AddFlowSourcesRequest, AddFlowSourcesResponse } from "../models/models_0"; import { de_AddFlowSourcesCommand, se_AddFlowSourcesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/AddFlowVpcInterfacesCommand.ts b/clients/client-mediaconnect/src/commands/AddFlowVpcInterfacesCommand.ts index 9b28ecd614f22..c8607f8a66250 100644 --- a/clients/client-mediaconnect/src/commands/AddFlowVpcInterfacesCommand.ts +++ b/clients/client-mediaconnect/src/commands/AddFlowVpcInterfacesCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { AddFlowVpcInterfacesRequest, AddFlowVpcInterfacesResponse } from "../models/models_0"; import { de_AddFlowVpcInterfacesCommand, se_AddFlowVpcInterfacesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/CreateBridgeCommand.ts b/clients/client-mediaconnect/src/commands/CreateBridgeCommand.ts index 887eb9a1affe1..c90acc994e36e 100644 --- a/clients/client-mediaconnect/src/commands/CreateBridgeCommand.ts +++ b/clients/client-mediaconnect/src/commands/CreateBridgeCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateBridgeRequest, CreateBridgeResponse } from "../models/models_0"; import { de_CreateBridgeCommand, se_CreateBridgeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/CreateFlowCommand.ts b/clients/client-mediaconnect/src/commands/CreateFlowCommand.ts index bc8fc1e708eb6..49bc2d1e283d7 100644 --- a/clients/client-mediaconnect/src/commands/CreateFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/CreateFlowCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateFlowRequest, CreateFlowResponse } from "../models/models_0"; import { de_CreateFlowCommand, se_CreateFlowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/CreateGatewayCommand.ts b/clients/client-mediaconnect/src/commands/CreateGatewayCommand.ts index b3eac6c42273d..1981f0e4530c3 100644 --- a/clients/client-mediaconnect/src/commands/CreateGatewayCommand.ts +++ b/clients/client-mediaconnect/src/commands/CreateGatewayCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateGatewayRequest, CreateGatewayResponse } from "../models/models_0"; import { de_CreateGatewayCommand, se_CreateGatewayCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/DeleteBridgeCommand.ts b/clients/client-mediaconnect/src/commands/DeleteBridgeCommand.ts index 486cea708835e..43c225f90d2fc 100644 --- a/clients/client-mediaconnect/src/commands/DeleteBridgeCommand.ts +++ b/clients/client-mediaconnect/src/commands/DeleteBridgeCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteBridgeRequest, DeleteBridgeResponse } from "../models/models_0"; import { de_DeleteBridgeCommand, se_DeleteBridgeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/DeleteFlowCommand.ts b/clients/client-mediaconnect/src/commands/DeleteFlowCommand.ts index 16c460a0e9ced..6e9f72d848908 100644 --- a/clients/client-mediaconnect/src/commands/DeleteFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/DeleteFlowCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteFlowRequest, DeleteFlowResponse } from "../models/models_0"; import { de_DeleteFlowCommand, se_DeleteFlowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/DeleteGatewayCommand.ts b/clients/client-mediaconnect/src/commands/DeleteGatewayCommand.ts index 06d6b6a625b66..25e8ac62c87b3 100644 --- a/clients/client-mediaconnect/src/commands/DeleteGatewayCommand.ts +++ b/clients/client-mediaconnect/src/commands/DeleteGatewayCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteGatewayRequest, DeleteGatewayResponse } from "../models/models_0"; import { de_DeleteGatewayCommand, se_DeleteGatewayCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/DeregisterGatewayInstanceCommand.ts b/clients/client-mediaconnect/src/commands/DeregisterGatewayInstanceCommand.ts index 44e301ad1fd92..b598d5e4d4a48 100644 --- a/clients/client-mediaconnect/src/commands/DeregisterGatewayInstanceCommand.ts +++ b/clients/client-mediaconnect/src/commands/DeregisterGatewayInstanceCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeregisterGatewayInstanceRequest, DeregisterGatewayInstanceResponse } from "../models/models_0"; import { de_DeregisterGatewayInstanceCommand, se_DeregisterGatewayInstanceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/DescribeBridgeCommand.ts b/clients/client-mediaconnect/src/commands/DescribeBridgeCommand.ts index b5d4399d54f5f..632b593646651 100644 --- a/clients/client-mediaconnect/src/commands/DescribeBridgeCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeBridgeCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeBridgeRequest, DescribeBridgeResponse } from "../models/models_0"; import { de_DescribeBridgeCommand, se_DescribeBridgeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/DescribeFlowCommand.ts b/clients/client-mediaconnect/src/commands/DescribeFlowCommand.ts index 0b462e457b96e..674cdabe175b7 100644 --- a/clients/client-mediaconnect/src/commands/DescribeFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeFlowCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeFlowRequest, DescribeFlowResponse } from "../models/models_0"; import { de_DescribeFlowCommand, se_DescribeFlowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/DescribeGatewayCommand.ts b/clients/client-mediaconnect/src/commands/DescribeGatewayCommand.ts index 083c8f293554f..183e48d8c542e 100644 --- a/clients/client-mediaconnect/src/commands/DescribeGatewayCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeGatewayCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeGatewayRequest, DescribeGatewayResponse } from "../models/models_0"; import { de_DescribeGatewayCommand, se_DescribeGatewayCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/DescribeGatewayInstanceCommand.ts b/clients/client-mediaconnect/src/commands/DescribeGatewayInstanceCommand.ts index 07cd19116c8da..c4f1366b7de20 100644 --- a/clients/client-mediaconnect/src/commands/DescribeGatewayInstanceCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeGatewayInstanceCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeGatewayInstanceRequest, DescribeGatewayInstanceResponse } from "../models/models_0"; import { de_DescribeGatewayInstanceCommand, se_DescribeGatewayInstanceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/DescribeOfferingCommand.ts b/clients/client-mediaconnect/src/commands/DescribeOfferingCommand.ts index 8b1bdea8772f6..3cf6dccfaf51a 100644 --- a/clients/client-mediaconnect/src/commands/DescribeOfferingCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeOfferingCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeOfferingRequest, DescribeOfferingResponse } from "../models/models_0"; import { de_DescribeOfferingCommand, se_DescribeOfferingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/DescribeReservationCommand.ts b/clients/client-mediaconnect/src/commands/DescribeReservationCommand.ts index bad96cd64fd53..93156388a4b15 100644 --- a/clients/client-mediaconnect/src/commands/DescribeReservationCommand.ts +++ b/clients/client-mediaconnect/src/commands/DescribeReservationCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeReservationRequest, DescribeReservationResponse } from "../models/models_0"; import { de_DescribeReservationCommand, se_DescribeReservationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/GrantFlowEntitlementsCommand.ts b/clients/client-mediaconnect/src/commands/GrantFlowEntitlementsCommand.ts index e1cbe63c57c28..bff31388a40e0 100644 --- a/clients/client-mediaconnect/src/commands/GrantFlowEntitlementsCommand.ts +++ b/clients/client-mediaconnect/src/commands/GrantFlowEntitlementsCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GrantFlowEntitlementsRequest, GrantFlowEntitlementsResponse } from "../models/models_0"; import { de_GrantFlowEntitlementsCommand, se_GrantFlowEntitlementsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/ListBridgesCommand.ts b/clients/client-mediaconnect/src/commands/ListBridgesCommand.ts index 661bf0c853857..5265329e4a454 100644 --- a/clients/client-mediaconnect/src/commands/ListBridgesCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListBridgesCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListBridgesRequest, ListBridgesResponse } from "../models/models_0"; import { de_ListBridgesCommand, se_ListBridgesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/ListEntitlementsCommand.ts b/clients/client-mediaconnect/src/commands/ListEntitlementsCommand.ts index 9a7e1531c23e5..9c709ce268506 100644 --- a/clients/client-mediaconnect/src/commands/ListEntitlementsCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListEntitlementsCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListEntitlementsRequest, ListEntitlementsResponse } from "../models/models_0"; import { de_ListEntitlementsCommand, se_ListEntitlementsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/ListFlowsCommand.ts b/clients/client-mediaconnect/src/commands/ListFlowsCommand.ts index 708b110423894..a93491a92a5ae 100644 --- a/clients/client-mediaconnect/src/commands/ListFlowsCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListFlowsCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListFlowsRequest, ListFlowsResponse } from "../models/models_0"; import { de_ListFlowsCommand, se_ListFlowsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/ListGatewayInstancesCommand.ts b/clients/client-mediaconnect/src/commands/ListGatewayInstancesCommand.ts index 07192c97ebbab..722b44b6cd629 100644 --- a/clients/client-mediaconnect/src/commands/ListGatewayInstancesCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListGatewayInstancesCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListGatewayInstancesRequest, ListGatewayInstancesResponse } from "../models/models_0"; import { de_ListGatewayInstancesCommand, se_ListGatewayInstancesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/ListGatewaysCommand.ts b/clients/client-mediaconnect/src/commands/ListGatewaysCommand.ts index 12236efc319f3..17f36206c9a2c 100644 --- a/clients/client-mediaconnect/src/commands/ListGatewaysCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListGatewaysCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListGatewaysRequest, ListGatewaysResponse } from "../models/models_0"; import { de_ListGatewaysCommand, se_ListGatewaysCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/ListOfferingsCommand.ts b/clients/client-mediaconnect/src/commands/ListOfferingsCommand.ts index 927c4acc200e9..064c0b14abaaa 100644 --- a/clients/client-mediaconnect/src/commands/ListOfferingsCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListOfferingsCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListOfferingsRequest, ListOfferingsResponse } from "../models/models_0"; import { de_ListOfferingsCommand, se_ListOfferingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/ListReservationsCommand.ts b/clients/client-mediaconnect/src/commands/ListReservationsCommand.ts index 81aea56f1e0b2..108c7e639f65f 100644 --- a/clients/client-mediaconnect/src/commands/ListReservationsCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListReservationsCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListReservationsRequest, ListReservationsResponse } from "../models/models_0"; import { de_ListReservationsCommand, se_ListReservationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediaconnect/src/commands/ListTagsForResourceCommand.ts index d595ff2878a85..3c9a8406f4abd 100644 --- a/clients/client-mediaconnect/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/PurchaseOfferingCommand.ts b/clients/client-mediaconnect/src/commands/PurchaseOfferingCommand.ts index 9993e802a1773..66a561e23e575 100644 --- a/clients/client-mediaconnect/src/commands/PurchaseOfferingCommand.ts +++ b/clients/client-mediaconnect/src/commands/PurchaseOfferingCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PurchaseOfferingRequest, PurchaseOfferingResponse } from "../models/models_0"; import { de_PurchaseOfferingCommand, se_PurchaseOfferingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/RemoveBridgeOutputCommand.ts b/clients/client-mediaconnect/src/commands/RemoveBridgeOutputCommand.ts index b934e8eb96e3a..34fc766f20990 100644 --- a/clients/client-mediaconnect/src/commands/RemoveBridgeOutputCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveBridgeOutputCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { RemoveBridgeOutputRequest, RemoveBridgeOutputResponse } from "../models/models_0"; import { de_RemoveBridgeOutputCommand, se_RemoveBridgeOutputCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/RemoveBridgeSourceCommand.ts b/clients/client-mediaconnect/src/commands/RemoveBridgeSourceCommand.ts index 4baaa2531c2cc..427ec1fcd741c 100644 --- a/clients/client-mediaconnect/src/commands/RemoveBridgeSourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveBridgeSourceCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { RemoveBridgeSourceRequest, RemoveBridgeSourceResponse } from "../models/models_0"; import { de_RemoveBridgeSourceCommand, se_RemoveBridgeSourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/RemoveFlowMediaStreamCommand.ts b/clients/client-mediaconnect/src/commands/RemoveFlowMediaStreamCommand.ts index 9e0dfec21c9fe..e075572724c78 100644 --- a/clients/client-mediaconnect/src/commands/RemoveFlowMediaStreamCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveFlowMediaStreamCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { RemoveFlowMediaStreamRequest, RemoveFlowMediaStreamResponse } from "../models/models_0"; import { de_RemoveFlowMediaStreamCommand, se_RemoveFlowMediaStreamCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/RemoveFlowOutputCommand.ts b/clients/client-mediaconnect/src/commands/RemoveFlowOutputCommand.ts index dd8dc977e848e..8891ec2666271 100644 --- a/clients/client-mediaconnect/src/commands/RemoveFlowOutputCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveFlowOutputCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { RemoveFlowOutputRequest, RemoveFlowOutputResponse } from "../models/models_0"; import { de_RemoveFlowOutputCommand, se_RemoveFlowOutputCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/RemoveFlowSourceCommand.ts b/clients/client-mediaconnect/src/commands/RemoveFlowSourceCommand.ts index ef48d324021cf..f3c2cb48f8590 100644 --- a/clients/client-mediaconnect/src/commands/RemoveFlowSourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveFlowSourceCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { RemoveFlowSourceRequest, RemoveFlowSourceResponse } from "../models/models_0"; import { de_RemoveFlowSourceCommand, se_RemoveFlowSourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/RemoveFlowVpcInterfaceCommand.ts b/clients/client-mediaconnect/src/commands/RemoveFlowVpcInterfaceCommand.ts index 4a95c4631f892..989f0e7d6f96a 100644 --- a/clients/client-mediaconnect/src/commands/RemoveFlowVpcInterfaceCommand.ts +++ b/clients/client-mediaconnect/src/commands/RemoveFlowVpcInterfaceCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { RemoveFlowVpcInterfaceRequest, RemoveFlowVpcInterfaceResponse } from "../models/models_0"; import { de_RemoveFlowVpcInterfaceCommand, se_RemoveFlowVpcInterfaceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/RevokeFlowEntitlementCommand.ts b/clients/client-mediaconnect/src/commands/RevokeFlowEntitlementCommand.ts index d280c5ade495c..5a3777ece6ea9 100644 --- a/clients/client-mediaconnect/src/commands/RevokeFlowEntitlementCommand.ts +++ b/clients/client-mediaconnect/src/commands/RevokeFlowEntitlementCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { RevokeFlowEntitlementRequest, RevokeFlowEntitlementResponse } from "../models/models_0"; import { de_RevokeFlowEntitlementCommand, se_RevokeFlowEntitlementCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/StartFlowCommand.ts b/clients/client-mediaconnect/src/commands/StartFlowCommand.ts index 0e6167b83b449..a9b295f769771 100644 --- a/clients/client-mediaconnect/src/commands/StartFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/StartFlowCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { StartFlowRequest, StartFlowResponse } from "../models/models_0"; import { de_StartFlowCommand, se_StartFlowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/StopFlowCommand.ts b/clients/client-mediaconnect/src/commands/StopFlowCommand.ts index f69af1b9d9ca2..a4a564e9f6928 100644 --- a/clients/client-mediaconnect/src/commands/StopFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/StopFlowCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { StopFlowRequest, StopFlowResponse } from "../models/models_0"; import { de_StopFlowCommand, se_StopFlowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/TagResourceCommand.ts b/clients/client-mediaconnect/src/commands/TagResourceCommand.ts index dbbd03fc2d8e0..809cd7af7ee90 100644 --- a/clients/client-mediaconnect/src/commands/TagResourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceRequest } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/UntagResourceCommand.ts b/clients/client-mediaconnect/src/commands/UntagResourceCommand.ts index 77320430cdcaf..2dc82db98a784 100644 --- a/clients/client-mediaconnect/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/UpdateBridgeCommand.ts b/clients/client-mediaconnect/src/commands/UpdateBridgeCommand.ts index 713cd0b0cb3e6..160c0590542d7 100644 --- a/clients/client-mediaconnect/src/commands/UpdateBridgeCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateBridgeCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateBridgeRequest, UpdateBridgeResponse } from "../models/models_0"; import { de_UpdateBridgeCommand, se_UpdateBridgeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/UpdateBridgeOutputCommand.ts b/clients/client-mediaconnect/src/commands/UpdateBridgeOutputCommand.ts index 96b55e7c52a82..5e7d5b303aed1 100644 --- a/clients/client-mediaconnect/src/commands/UpdateBridgeOutputCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateBridgeOutputCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateBridgeOutputRequest, UpdateBridgeOutputResponse } from "../models/models_0"; import { de_UpdateBridgeOutputCommand, se_UpdateBridgeOutputCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/UpdateBridgeSourceCommand.ts b/clients/client-mediaconnect/src/commands/UpdateBridgeSourceCommand.ts index dcb876d700fdf..8a7d3d438d4fb 100644 --- a/clients/client-mediaconnect/src/commands/UpdateBridgeSourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateBridgeSourceCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateBridgeSourceRequest, UpdateBridgeSourceResponse } from "../models/models_0"; import { de_UpdateBridgeSourceCommand, se_UpdateBridgeSourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/UpdateBridgeStateCommand.ts b/clients/client-mediaconnect/src/commands/UpdateBridgeStateCommand.ts index aace6941599a3..7a0eda044f03b 100644 --- a/clients/client-mediaconnect/src/commands/UpdateBridgeStateCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateBridgeStateCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateBridgeStateRequest, UpdateBridgeStateResponse } from "../models/models_0"; import { de_UpdateBridgeStateCommand, se_UpdateBridgeStateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/UpdateFlowCommand.ts b/clients/client-mediaconnect/src/commands/UpdateFlowCommand.ts index 08224cad2073d..6e81685c0a008 100644 --- a/clients/client-mediaconnect/src/commands/UpdateFlowCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateFlowCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateFlowRequest, UpdateFlowResponse } from "../models/models_0"; import { de_UpdateFlowCommand, se_UpdateFlowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/UpdateFlowEntitlementCommand.ts b/clients/client-mediaconnect/src/commands/UpdateFlowEntitlementCommand.ts index 09745e8d010c4..752dd748d29f3 100644 --- a/clients/client-mediaconnect/src/commands/UpdateFlowEntitlementCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateFlowEntitlementCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateFlowEntitlementRequest, UpdateFlowEntitlementResponse } from "../models/models_0"; import { de_UpdateFlowEntitlementCommand, se_UpdateFlowEntitlementCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/UpdateFlowMediaStreamCommand.ts b/clients/client-mediaconnect/src/commands/UpdateFlowMediaStreamCommand.ts index 59f00a42b0a12..5c44d839179e4 100644 --- a/clients/client-mediaconnect/src/commands/UpdateFlowMediaStreamCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateFlowMediaStreamCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateFlowMediaStreamRequest, UpdateFlowMediaStreamResponse } from "../models/models_0"; import { de_UpdateFlowMediaStreamCommand, se_UpdateFlowMediaStreamCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/UpdateFlowOutputCommand.ts b/clients/client-mediaconnect/src/commands/UpdateFlowOutputCommand.ts index 694848645f132..d3b423dde69ad 100644 --- a/clients/client-mediaconnect/src/commands/UpdateFlowOutputCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateFlowOutputCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateFlowOutputRequest, UpdateFlowOutputResponse } from "../models/models_0"; import { de_UpdateFlowOutputCommand, se_UpdateFlowOutputCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/UpdateFlowSourceCommand.ts b/clients/client-mediaconnect/src/commands/UpdateFlowSourceCommand.ts index 7f447a9871983..606f2f2acaf43 100644 --- a/clients/client-mediaconnect/src/commands/UpdateFlowSourceCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateFlowSourceCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateFlowSourceRequest, UpdateFlowSourceResponse } from "../models/models_0"; import { de_UpdateFlowSourceCommand, se_UpdateFlowSourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/commands/UpdateGatewayInstanceCommand.ts b/clients/client-mediaconnect/src/commands/UpdateGatewayInstanceCommand.ts index 70551c0b5a890..b461f95ee85ed 100644 --- a/clients/client-mediaconnect/src/commands/UpdateGatewayInstanceCommand.ts +++ b/clients/client-mediaconnect/src/commands/UpdateGatewayInstanceCommand.ts @@ -17,6 +17,10 @@ import { MediaConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateGatewayInstanceRequest, UpdateGatewayInstanceResponse } from "../models/models_0"; import { de_UpdateGatewayInstanceCommand, se_UpdateGatewayInstanceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconnect/src/index.ts b/clients/client-mediaconnect/src/index.ts index 562e8cee2ef11..6b9c683c4d798 100644 --- a/clients/client-mediaconnect/src/index.ts +++ b/clients/client-mediaconnect/src/index.ts @@ -1,9 +1,15 @@ -export * from "./MediaConnect"; // smithy-typescript generated code +/* eslint-disable */ +/** + * API for AWS Elemental MediaConnect + * + * @packageDocumentation + */ export * from "./MediaConnectClient"; +export * from "./MediaConnect"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { MediaConnectServiceException } from "./models/MediaConnectServiceException"; diff --git a/clients/client-mediaconnect/src/models/MediaConnectServiceException.ts b/clients/client-mediaconnect/src/models/MediaConnectServiceException.ts index 66dd2499cac4e..34ad195b63a5d 100644 --- a/clients/client-mediaconnect/src/models/MediaConnectServiceException.ts +++ b/clients/client-mediaconnect/src/models/MediaConnectServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-mediaconvert/src/MediaConvertClient.ts b/clients/client-mediaconvert/src/MediaConvertClient.ts index e4a54f014e41a..f58b363016789 100644 --- a/clients/client-mediaconvert/src/MediaConvertClient.ts +++ b/clients/client-mediaconvert/src/MediaConvertClient.ts @@ -96,6 +96,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -289,7 +291,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MediaConvertClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MediaConvertClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -308,7 +310,7 @@ export interface MediaConvertClientConfig extends MediaConvertClientConfigType { /** * @public */ -type MediaConvertClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MediaConvertClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-mediaconvert/src/commands/AssociateCertificateCommand.ts b/clients/client-mediaconvert/src/commands/AssociateCertificateCommand.ts index 96a3c639d9e26..30bd4625a5d6f 100644 --- a/clients/client-mediaconvert/src/commands/AssociateCertificateCommand.ts +++ b/clients/client-mediaconvert/src/commands/AssociateCertificateCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { AssociateCertificateRequest, AssociateCertificateResponse } from "../models/models_1"; import { de_AssociateCertificateCommand, se_AssociateCertificateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/CancelJobCommand.ts b/clients/client-mediaconvert/src/commands/CancelJobCommand.ts index 1097fef5662a8..51acfbea9b624 100644 --- a/clients/client-mediaconvert/src/commands/CancelJobCommand.ts +++ b/clients/client-mediaconvert/src/commands/CancelJobCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CancelJobRequest, CancelJobResponse } from "../models/models_1"; import { de_CancelJobCommand, se_CancelJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/CreateJobCommand.ts b/clients/client-mediaconvert/src/commands/CreateJobCommand.ts index 67ed59b1c2a2d..d2c76e9114faa 100644 --- a/clients/client-mediaconvert/src/commands/CreateJobCommand.ts +++ b/clients/client-mediaconvert/src/commands/CreateJobCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateJobRequest, CreateJobResponse } from "../models/models_1"; import { de_CreateJobCommand, se_CreateJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/CreateJobTemplateCommand.ts b/clients/client-mediaconvert/src/commands/CreateJobTemplateCommand.ts index 30256336c8dbf..b2973a524d065 100644 --- a/clients/client-mediaconvert/src/commands/CreateJobTemplateCommand.ts +++ b/clients/client-mediaconvert/src/commands/CreateJobTemplateCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateJobTemplateRequest, CreateJobTemplateResponse } from "../models/models_1"; import { de_CreateJobTemplateCommand, se_CreateJobTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/CreatePresetCommand.ts b/clients/client-mediaconvert/src/commands/CreatePresetCommand.ts index 305d887c841d0..71a698a424904 100644 --- a/clients/client-mediaconvert/src/commands/CreatePresetCommand.ts +++ b/clients/client-mediaconvert/src/commands/CreatePresetCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreatePresetRequest, CreatePresetResponse } from "../models/models_1"; import { de_CreatePresetCommand, se_CreatePresetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/CreateQueueCommand.ts b/clients/client-mediaconvert/src/commands/CreateQueueCommand.ts index c3f365f93dba6..123f1b893084d 100644 --- a/clients/client-mediaconvert/src/commands/CreateQueueCommand.ts +++ b/clients/client-mediaconvert/src/commands/CreateQueueCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateQueueRequest, CreateQueueResponse } from "../models/models_1"; import { de_CreateQueueCommand, se_CreateQueueCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/DeleteJobTemplateCommand.ts b/clients/client-mediaconvert/src/commands/DeleteJobTemplateCommand.ts index 2c76789eece0e..35d263934f12c 100644 --- a/clients/client-mediaconvert/src/commands/DeleteJobTemplateCommand.ts +++ b/clients/client-mediaconvert/src/commands/DeleteJobTemplateCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteJobTemplateRequest, DeleteJobTemplateResponse } from "../models/models_1"; import { de_DeleteJobTemplateCommand, se_DeleteJobTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/DeletePolicyCommand.ts b/clients/client-mediaconvert/src/commands/DeletePolicyCommand.ts index c39acbfa4b14c..32be8cb51c3bb 100644 --- a/clients/client-mediaconvert/src/commands/DeletePolicyCommand.ts +++ b/clients/client-mediaconvert/src/commands/DeletePolicyCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeletePolicyRequest, DeletePolicyResponse } from "../models/models_1"; import { de_DeletePolicyCommand, se_DeletePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/DeletePresetCommand.ts b/clients/client-mediaconvert/src/commands/DeletePresetCommand.ts index 693d550f32bf3..0967dbbc55f83 100644 --- a/clients/client-mediaconvert/src/commands/DeletePresetCommand.ts +++ b/clients/client-mediaconvert/src/commands/DeletePresetCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeletePresetRequest, DeletePresetResponse } from "../models/models_1"; import { de_DeletePresetCommand, se_DeletePresetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/DeleteQueueCommand.ts b/clients/client-mediaconvert/src/commands/DeleteQueueCommand.ts index a01e93bd65950..9dc96e55fa4f3 100644 --- a/clients/client-mediaconvert/src/commands/DeleteQueueCommand.ts +++ b/clients/client-mediaconvert/src/commands/DeleteQueueCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteQueueRequest, DeleteQueueResponse } from "../models/models_1"; import { de_DeleteQueueCommand, se_DeleteQueueCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts b/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts index 0d75183b27e46..b8cf84a74c6a9 100644 --- a/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts +++ b/clients/client-mediaconvert/src/commands/DescribeEndpointsCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/models_2"; import { de_DescribeEndpointsCommand, se_DescribeEndpointsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/DisassociateCertificateCommand.ts b/clients/client-mediaconvert/src/commands/DisassociateCertificateCommand.ts index 6ed8078b31c70..455344783e8c1 100644 --- a/clients/client-mediaconvert/src/commands/DisassociateCertificateCommand.ts +++ b/clients/client-mediaconvert/src/commands/DisassociateCertificateCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DisassociateCertificateRequest, DisassociateCertificateResponse } from "../models/models_2"; import { de_DisassociateCertificateCommand, se_DisassociateCertificateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/GetJobCommand.ts b/clients/client-mediaconvert/src/commands/GetJobCommand.ts index 907537290e980..f040b26289b42 100644 --- a/clients/client-mediaconvert/src/commands/GetJobCommand.ts +++ b/clients/client-mediaconvert/src/commands/GetJobCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetJobRequest, GetJobResponse } from "../models/models_2"; import { de_GetJobCommand, se_GetJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/GetJobTemplateCommand.ts b/clients/client-mediaconvert/src/commands/GetJobTemplateCommand.ts index 5e9f678f24d26..406735bc0df89 100644 --- a/clients/client-mediaconvert/src/commands/GetJobTemplateCommand.ts +++ b/clients/client-mediaconvert/src/commands/GetJobTemplateCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetJobTemplateRequest, GetJobTemplateResponse } from "../models/models_2"; import { de_GetJobTemplateCommand, se_GetJobTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/GetPolicyCommand.ts b/clients/client-mediaconvert/src/commands/GetPolicyCommand.ts index bb5b1da385438..1cfcaf5a1beb9 100644 --- a/clients/client-mediaconvert/src/commands/GetPolicyCommand.ts +++ b/clients/client-mediaconvert/src/commands/GetPolicyCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetPolicyRequest, GetPolicyResponse } from "../models/models_2"; import { de_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/GetPresetCommand.ts b/clients/client-mediaconvert/src/commands/GetPresetCommand.ts index 4bd944c2d5499..9d4c95c8824a2 100644 --- a/clients/client-mediaconvert/src/commands/GetPresetCommand.ts +++ b/clients/client-mediaconvert/src/commands/GetPresetCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetPresetRequest, GetPresetResponse } from "../models/models_2"; import { de_GetPresetCommand, se_GetPresetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/GetQueueCommand.ts b/clients/client-mediaconvert/src/commands/GetQueueCommand.ts index dd1801729239e..70dbbdf217b88 100644 --- a/clients/client-mediaconvert/src/commands/GetQueueCommand.ts +++ b/clients/client-mediaconvert/src/commands/GetQueueCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetQueueRequest, GetQueueResponse } from "../models/models_2"; import { de_GetQueueCommand, se_GetQueueCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/ListJobTemplatesCommand.ts b/clients/client-mediaconvert/src/commands/ListJobTemplatesCommand.ts index 01f2f9a38c6ad..80bd2bae9dd0e 100644 --- a/clients/client-mediaconvert/src/commands/ListJobTemplatesCommand.ts +++ b/clients/client-mediaconvert/src/commands/ListJobTemplatesCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListJobTemplatesRequest, ListJobTemplatesResponse } from "../models/models_2"; import { de_ListJobTemplatesCommand, se_ListJobTemplatesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/ListJobsCommand.ts b/clients/client-mediaconvert/src/commands/ListJobsCommand.ts index 26fadc77087bb..c0005bbd7ee4e 100644 --- a/clients/client-mediaconvert/src/commands/ListJobsCommand.ts +++ b/clients/client-mediaconvert/src/commands/ListJobsCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListJobsRequest, ListJobsResponse } from "../models/models_2"; import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/ListPresetsCommand.ts b/clients/client-mediaconvert/src/commands/ListPresetsCommand.ts index 3b3ae88e55f9a..861649ad1c988 100644 --- a/clients/client-mediaconvert/src/commands/ListPresetsCommand.ts +++ b/clients/client-mediaconvert/src/commands/ListPresetsCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListPresetsRequest, ListPresetsResponse } from "../models/models_2"; import { de_ListPresetsCommand, se_ListPresetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/ListQueuesCommand.ts b/clients/client-mediaconvert/src/commands/ListQueuesCommand.ts index baf0a7efbb0f3..a824e004ac569 100644 --- a/clients/client-mediaconvert/src/commands/ListQueuesCommand.ts +++ b/clients/client-mediaconvert/src/commands/ListQueuesCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListQueuesRequest, ListQueuesResponse } from "../models/models_2"; import { de_ListQueuesCommand, se_ListQueuesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediaconvert/src/commands/ListTagsForResourceCommand.ts index bf1cd33037abe..1617c327f0bf1 100644 --- a/clients/client-mediaconvert/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediaconvert/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_2"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/PutPolicyCommand.ts b/clients/client-mediaconvert/src/commands/PutPolicyCommand.ts index 245f8856b5e3c..044ce5903dc3c 100644 --- a/clients/client-mediaconvert/src/commands/PutPolicyCommand.ts +++ b/clients/client-mediaconvert/src/commands/PutPolicyCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutPolicyRequest, PutPolicyResponse } from "../models/models_2"; import { de_PutPolicyCommand, se_PutPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/TagResourceCommand.ts b/clients/client-mediaconvert/src/commands/TagResourceCommand.ts index 72a5907289e48..4cc7c9ac45b80 100644 --- a/clients/client-mediaconvert/src/commands/TagResourceCommand.ts +++ b/clients/client-mediaconvert/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceRequest, TagResourceResponse } from "../models/models_2"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/UntagResourceCommand.ts b/clients/client-mediaconvert/src/commands/UntagResourceCommand.ts index b5f9bfad69f02..db516d4448d6f 100644 --- a/clients/client-mediaconvert/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediaconvert/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceRequest, UntagResourceResponse } from "../models/models_2"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/UpdateJobTemplateCommand.ts b/clients/client-mediaconvert/src/commands/UpdateJobTemplateCommand.ts index 5ae7faf17cb9f..6e31239332b96 100644 --- a/clients/client-mediaconvert/src/commands/UpdateJobTemplateCommand.ts +++ b/clients/client-mediaconvert/src/commands/UpdateJobTemplateCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateJobTemplateRequest, UpdateJobTemplateResponse } from "../models/models_2"; import { de_UpdateJobTemplateCommand, se_UpdateJobTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/UpdatePresetCommand.ts b/clients/client-mediaconvert/src/commands/UpdatePresetCommand.ts index 2bcfb4ae669a6..53d4d5f4a9575 100644 --- a/clients/client-mediaconvert/src/commands/UpdatePresetCommand.ts +++ b/clients/client-mediaconvert/src/commands/UpdatePresetCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdatePresetRequest, UpdatePresetResponse } from "../models/models_2"; import { de_UpdatePresetCommand, se_UpdatePresetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/commands/UpdateQueueCommand.ts b/clients/client-mediaconvert/src/commands/UpdateQueueCommand.ts index 484b0de019743..769779a8fb812 100644 --- a/clients/client-mediaconvert/src/commands/UpdateQueueCommand.ts +++ b/clients/client-mediaconvert/src/commands/UpdateQueueCommand.ts @@ -17,6 +17,10 @@ import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateQueueRequest, UpdateQueueResponse } from "../models/models_2"; import { de_UpdateQueueCommand, se_UpdateQueueCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediaconvert/src/index.ts b/clients/client-mediaconvert/src/index.ts index d71ff4846324f..3a3a30b22681c 100644 --- a/clients/client-mediaconvert/src/index.ts +++ b/clients/client-mediaconvert/src/index.ts @@ -1,8 +1,14 @@ -export * from "./MediaConvert"; // smithy-typescript generated code +/* eslint-disable */ +/** + * AWS Elemental MediaConvert + * + * @packageDocumentation + */ export * from "./MediaConvertClient"; +export * from "./MediaConvert"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { MediaConvertServiceException } from "./models/MediaConvertServiceException"; diff --git a/clients/client-mediaconvert/src/models/MediaConvertServiceException.ts b/clients/client-mediaconvert/src/models/MediaConvertServiceException.ts index 94b525000bc8c..2190ae64bea72 100644 --- a/clients/client-mediaconvert/src/models/MediaConvertServiceException.ts +++ b/clients/client-mediaconvert/src/models/MediaConvertServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-medialive/src/MediaLiveClient.ts b/clients/client-medialive/src/MediaLiveClient.ts index e01408766223a..d0fb9dccc523f 100644 --- a/clients/client-medialive/src/MediaLiveClient.ts +++ b/clients/client-medialive/src/MediaLiveClient.ts @@ -182,6 +182,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -443,7 +445,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MediaLiveClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MediaLiveClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -462,7 +464,7 @@ export interface MediaLiveClientConfig extends MediaLiveClientConfigType {} /** * @public */ -type MediaLiveClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MediaLiveClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-medialive/src/commands/AcceptInputDeviceTransferCommand.ts b/clients/client-medialive/src/commands/AcceptInputDeviceTransferCommand.ts index c8ab0b0a4bc6f..5bdae9e87aac2 100644 --- a/clients/client-medialive/src/commands/AcceptInputDeviceTransferCommand.ts +++ b/clients/client-medialive/src/commands/AcceptInputDeviceTransferCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { AcceptInputDeviceTransferRequest, AcceptInputDeviceTransferResponse } from "../models/models_1"; import { de_AcceptInputDeviceTransferCommand, se_AcceptInputDeviceTransferCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/BatchDeleteCommand.ts b/clients/client-medialive/src/commands/BatchDeleteCommand.ts index eb5d28d5676a7..4c2ac97b06692 100644 --- a/clients/client-medialive/src/commands/BatchDeleteCommand.ts +++ b/clients/client-medialive/src/commands/BatchDeleteCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchDeleteRequest, BatchDeleteResponse } from "../models/models_1"; import { de_BatchDeleteCommand, se_BatchDeleteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/BatchStartCommand.ts b/clients/client-medialive/src/commands/BatchStartCommand.ts index 75956a8d629d4..7c73eef78e8a4 100644 --- a/clients/client-medialive/src/commands/BatchStartCommand.ts +++ b/clients/client-medialive/src/commands/BatchStartCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchStartRequest, BatchStartResponse } from "../models/models_1"; import { de_BatchStartCommand, se_BatchStartCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/BatchStopCommand.ts b/clients/client-medialive/src/commands/BatchStopCommand.ts index 306a9d13db021..75f2d606b4e8b 100644 --- a/clients/client-medialive/src/commands/BatchStopCommand.ts +++ b/clients/client-medialive/src/commands/BatchStopCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchStopRequest, BatchStopResponse } from "../models/models_1"; import { de_BatchStopCommand, se_BatchStopCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/BatchUpdateScheduleCommand.ts b/clients/client-medialive/src/commands/BatchUpdateScheduleCommand.ts index 79d7769d3d2fb..0f7d7e44c7c05 100644 --- a/clients/client-medialive/src/commands/BatchUpdateScheduleCommand.ts +++ b/clients/client-medialive/src/commands/BatchUpdateScheduleCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { BatchUpdateScheduleRequest, BatchUpdateScheduleResponse } from "../models/models_1"; import { de_BatchUpdateScheduleCommand, se_BatchUpdateScheduleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/CancelInputDeviceTransferCommand.ts b/clients/client-medialive/src/commands/CancelInputDeviceTransferCommand.ts index d338246e0bba2..a26fe62844a0e 100644 --- a/clients/client-medialive/src/commands/CancelInputDeviceTransferCommand.ts +++ b/clients/client-medialive/src/commands/CancelInputDeviceTransferCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CancelInputDeviceTransferRequest, CancelInputDeviceTransferResponse } from "../models/models_1"; import { de_CancelInputDeviceTransferCommand, se_CancelInputDeviceTransferCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/ClaimDeviceCommand.ts b/clients/client-medialive/src/commands/ClaimDeviceCommand.ts index fc16ea2efda80..8093102cfafa3 100644 --- a/clients/client-medialive/src/commands/ClaimDeviceCommand.ts +++ b/clients/client-medialive/src/commands/ClaimDeviceCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ClaimDeviceRequest, ClaimDeviceResponse } from "../models/models_1"; import { de_ClaimDeviceCommand, se_ClaimDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/CreateChannelCommand.ts b/clients/client-medialive/src/commands/CreateChannelCommand.ts index 1611024eb1820..0590f87131adb 100644 --- a/clients/client-medialive/src/commands/CreateChannelCommand.ts +++ b/clients/client-medialive/src/commands/CreateChannelCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateChannelRequest, CreateChannelResponse } from "../models/models_1"; import { de_CreateChannelCommand, se_CreateChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/CreateInputCommand.ts b/clients/client-medialive/src/commands/CreateInputCommand.ts index 546abe728706f..f0c661fe2c5c8 100644 --- a/clients/client-medialive/src/commands/CreateInputCommand.ts +++ b/clients/client-medialive/src/commands/CreateInputCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateInputRequest, CreateInputResponse } from "../models/models_1"; import { de_CreateInputCommand, se_CreateInputCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/CreateInputSecurityGroupCommand.ts b/clients/client-medialive/src/commands/CreateInputSecurityGroupCommand.ts index c6bc5b15afd78..425ff79e19f76 100644 --- a/clients/client-medialive/src/commands/CreateInputSecurityGroupCommand.ts +++ b/clients/client-medialive/src/commands/CreateInputSecurityGroupCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateInputSecurityGroupRequest, CreateInputSecurityGroupResponse } from "../models/models_1"; import { de_CreateInputSecurityGroupCommand, se_CreateInputSecurityGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/CreateMultiplexCommand.ts b/clients/client-medialive/src/commands/CreateMultiplexCommand.ts index 20e989535386c..83e46c3081274 100644 --- a/clients/client-medialive/src/commands/CreateMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/CreateMultiplexCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateMultiplexRequest, CreateMultiplexResponse } from "../models/models_1"; import { de_CreateMultiplexCommand, se_CreateMultiplexCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/CreateMultiplexProgramCommand.ts b/clients/client-medialive/src/commands/CreateMultiplexProgramCommand.ts index 3b78560837780..2877846df900b 100644 --- a/clients/client-medialive/src/commands/CreateMultiplexProgramCommand.ts +++ b/clients/client-medialive/src/commands/CreateMultiplexProgramCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateMultiplexProgramRequest, CreateMultiplexProgramResponse } from "../models/models_1"; import { de_CreateMultiplexProgramCommand, se_CreateMultiplexProgramCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/CreatePartnerInputCommand.ts b/clients/client-medialive/src/commands/CreatePartnerInputCommand.ts index 887cce5e2b053..21666b693b52b 100644 --- a/clients/client-medialive/src/commands/CreatePartnerInputCommand.ts +++ b/clients/client-medialive/src/commands/CreatePartnerInputCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreatePartnerInputRequest, CreatePartnerInputResponse } from "../models/models_1"; import { de_CreatePartnerInputCommand, se_CreatePartnerInputCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/CreateTagsCommand.ts b/clients/client-medialive/src/commands/CreateTagsCommand.ts index 6ef2af6da8889..7dbfeab5b5aff 100644 --- a/clients/client-medialive/src/commands/CreateTagsCommand.ts +++ b/clients/client-medialive/src/commands/CreateTagsCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateTagsRequest } from "../models/models_1"; import { de_CreateTagsCommand, se_CreateTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/DeleteChannelCommand.ts b/clients/client-medialive/src/commands/DeleteChannelCommand.ts index be55396182c8d..b2c1ed6350603 100644 --- a/clients/client-medialive/src/commands/DeleteChannelCommand.ts +++ b/clients/client-medialive/src/commands/DeleteChannelCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_1"; import { de_DeleteChannelCommand, se_DeleteChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/DeleteInputCommand.ts b/clients/client-medialive/src/commands/DeleteInputCommand.ts index c86ebd4dd2c03..109999696a91d 100644 --- a/clients/client-medialive/src/commands/DeleteInputCommand.ts +++ b/clients/client-medialive/src/commands/DeleteInputCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteInputRequest, DeleteInputResponse } from "../models/models_1"; import { de_DeleteInputCommand, se_DeleteInputCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/DeleteInputSecurityGroupCommand.ts b/clients/client-medialive/src/commands/DeleteInputSecurityGroupCommand.ts index bf7ecef8f6bf8..43172cf06f727 100644 --- a/clients/client-medialive/src/commands/DeleteInputSecurityGroupCommand.ts +++ b/clients/client-medialive/src/commands/DeleteInputSecurityGroupCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteInputSecurityGroupRequest, DeleteInputSecurityGroupResponse } from "../models/models_1"; import { de_DeleteInputSecurityGroupCommand, se_DeleteInputSecurityGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/DeleteMultiplexCommand.ts b/clients/client-medialive/src/commands/DeleteMultiplexCommand.ts index fab691125947a..a88c2ed9e9796 100644 --- a/clients/client-medialive/src/commands/DeleteMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/DeleteMultiplexCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteMultiplexRequest, DeleteMultiplexResponse } from "../models/models_1"; import { de_DeleteMultiplexCommand, se_DeleteMultiplexCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/DeleteMultiplexProgramCommand.ts b/clients/client-medialive/src/commands/DeleteMultiplexProgramCommand.ts index 888fbfeaec535..2c47af48ae858 100644 --- a/clients/client-medialive/src/commands/DeleteMultiplexProgramCommand.ts +++ b/clients/client-medialive/src/commands/DeleteMultiplexProgramCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteMultiplexProgramRequest, DeleteMultiplexProgramResponse } from "../models/models_1"; import { de_DeleteMultiplexProgramCommand, se_DeleteMultiplexProgramCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/DeleteReservationCommand.ts b/clients/client-medialive/src/commands/DeleteReservationCommand.ts index b32ceda538d08..247ca5ae67d57 100644 --- a/clients/client-medialive/src/commands/DeleteReservationCommand.ts +++ b/clients/client-medialive/src/commands/DeleteReservationCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteReservationRequest, DeleteReservationResponse } from "../models/models_1"; import { de_DeleteReservationCommand, se_DeleteReservationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/DeleteScheduleCommand.ts b/clients/client-medialive/src/commands/DeleteScheduleCommand.ts index 8f150204a3e17..91ffa61177ada 100644 --- a/clients/client-medialive/src/commands/DeleteScheduleCommand.ts +++ b/clients/client-medialive/src/commands/DeleteScheduleCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteScheduleRequest, DeleteScheduleResponse } from "../models/models_1"; import { de_DeleteScheduleCommand, se_DeleteScheduleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/DeleteTagsCommand.ts b/clients/client-medialive/src/commands/DeleteTagsCommand.ts index b0c65d9cd4763..618136a6fff91 100644 --- a/clients/client-medialive/src/commands/DeleteTagsCommand.ts +++ b/clients/client-medialive/src/commands/DeleteTagsCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteTagsRequest } from "../models/models_1"; import { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/DescribeChannelCommand.ts b/clients/client-medialive/src/commands/DescribeChannelCommand.ts index 18b7541201309..4fd3ad527b22d 100644 --- a/clients/client-medialive/src/commands/DescribeChannelCommand.ts +++ b/clients/client-medialive/src/commands/DescribeChannelCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeChannelRequest, DescribeChannelResponse } from "../models/models_1"; import { de_DescribeChannelCommand, se_DescribeChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/DescribeInputCommand.ts b/clients/client-medialive/src/commands/DescribeInputCommand.ts index 7c5162067d496..6b6bdaab3c756 100644 --- a/clients/client-medialive/src/commands/DescribeInputCommand.ts +++ b/clients/client-medialive/src/commands/DescribeInputCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeInputRequest, DescribeInputResponse } from "../models/models_1"; import { de_DescribeInputCommand, se_DescribeInputCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/DescribeInputDeviceCommand.ts b/clients/client-medialive/src/commands/DescribeInputDeviceCommand.ts index 6881be3754412..0ac6b9d1fbcc7 100644 --- a/clients/client-medialive/src/commands/DescribeInputDeviceCommand.ts +++ b/clients/client-medialive/src/commands/DescribeInputDeviceCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeInputDeviceRequest, DescribeInputDeviceResponse } from "../models/models_1"; import { de_DescribeInputDeviceCommand, se_DescribeInputDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/DescribeInputDeviceThumbnailCommand.ts b/clients/client-medialive/src/commands/DescribeInputDeviceThumbnailCommand.ts index dafdbba4ed84e..8dd827664d48a 100644 --- a/clients/client-medialive/src/commands/DescribeInputDeviceThumbnailCommand.ts +++ b/clients/client-medialive/src/commands/DescribeInputDeviceThumbnailCommand.ts @@ -27,6 +27,10 @@ import { se_DescribeInputDeviceThumbnailCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/DescribeInputSecurityGroupCommand.ts b/clients/client-medialive/src/commands/DescribeInputSecurityGroupCommand.ts index 5fd756e157a0b..e833e46cf7e8d 100644 --- a/clients/client-medialive/src/commands/DescribeInputSecurityGroupCommand.ts +++ b/clients/client-medialive/src/commands/DescribeInputSecurityGroupCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeInputSecurityGroupRequest, DescribeInputSecurityGroupResponse } from "../models/models_1"; import { de_DescribeInputSecurityGroupCommand, se_DescribeInputSecurityGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/DescribeMultiplexCommand.ts b/clients/client-medialive/src/commands/DescribeMultiplexCommand.ts index ffbe7d5016d1a..af2b785e8d7bc 100644 --- a/clients/client-medialive/src/commands/DescribeMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/DescribeMultiplexCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeMultiplexRequest, DescribeMultiplexResponse } from "../models/models_1"; import { de_DescribeMultiplexCommand, se_DescribeMultiplexCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/DescribeMultiplexProgramCommand.ts b/clients/client-medialive/src/commands/DescribeMultiplexProgramCommand.ts index c800c38f1a95c..a54ceedfcf8bf 100644 --- a/clients/client-medialive/src/commands/DescribeMultiplexProgramCommand.ts +++ b/clients/client-medialive/src/commands/DescribeMultiplexProgramCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeMultiplexProgramRequest, DescribeMultiplexProgramResponse } from "../models/models_1"; import { de_DescribeMultiplexProgramCommand, se_DescribeMultiplexProgramCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/DescribeOfferingCommand.ts b/clients/client-medialive/src/commands/DescribeOfferingCommand.ts index d2ecaef2f7620..18fb06a01d13c 100644 --- a/clients/client-medialive/src/commands/DescribeOfferingCommand.ts +++ b/clients/client-medialive/src/commands/DescribeOfferingCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeOfferingRequest, DescribeOfferingResponse } from "../models/models_1"; import { de_DescribeOfferingCommand, se_DescribeOfferingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/DescribeReservationCommand.ts b/clients/client-medialive/src/commands/DescribeReservationCommand.ts index 9be54ab24cf9f..fc3876fc80afb 100644 --- a/clients/client-medialive/src/commands/DescribeReservationCommand.ts +++ b/clients/client-medialive/src/commands/DescribeReservationCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeReservationRequest, DescribeReservationResponse } from "../models/models_1"; import { de_DescribeReservationCommand, se_DescribeReservationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/DescribeScheduleCommand.ts b/clients/client-medialive/src/commands/DescribeScheduleCommand.ts index ba5745cb4876b..74223670fda55 100644 --- a/clients/client-medialive/src/commands/DescribeScheduleCommand.ts +++ b/clients/client-medialive/src/commands/DescribeScheduleCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeScheduleRequest, DescribeScheduleResponse } from "../models/models_1"; import { de_DescribeScheduleCommand, se_DescribeScheduleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/ListChannelsCommand.ts b/clients/client-medialive/src/commands/ListChannelsCommand.ts index 9c6dd23b1578b..e50cb01a172f9 100644 --- a/clients/client-medialive/src/commands/ListChannelsCommand.ts +++ b/clients/client-medialive/src/commands/ListChannelsCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListChannelsRequest, ListChannelsResponse } from "../models/models_1"; import { de_ListChannelsCommand, se_ListChannelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/ListInputDeviceTransfersCommand.ts b/clients/client-medialive/src/commands/ListInputDeviceTransfersCommand.ts index e44d02b74c5d9..424796affdefa 100644 --- a/clients/client-medialive/src/commands/ListInputDeviceTransfersCommand.ts +++ b/clients/client-medialive/src/commands/ListInputDeviceTransfersCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListInputDeviceTransfersRequest, ListInputDeviceTransfersResponse } from "../models/models_1"; import { de_ListInputDeviceTransfersCommand, se_ListInputDeviceTransfersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/ListInputDevicesCommand.ts b/clients/client-medialive/src/commands/ListInputDevicesCommand.ts index b2fb18e25d9f4..7eac011b15e23 100644 --- a/clients/client-medialive/src/commands/ListInputDevicesCommand.ts +++ b/clients/client-medialive/src/commands/ListInputDevicesCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListInputDevicesRequest, ListInputDevicesResponse } from "../models/models_1"; import { de_ListInputDevicesCommand, se_ListInputDevicesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/ListInputSecurityGroupsCommand.ts b/clients/client-medialive/src/commands/ListInputSecurityGroupsCommand.ts index 4582e97036481..056dd3ad0bde7 100644 --- a/clients/client-medialive/src/commands/ListInputSecurityGroupsCommand.ts +++ b/clients/client-medialive/src/commands/ListInputSecurityGroupsCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListInputSecurityGroupsRequest, ListInputSecurityGroupsResponse } from "../models/models_1"; import { de_ListInputSecurityGroupsCommand, se_ListInputSecurityGroupsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/ListInputsCommand.ts b/clients/client-medialive/src/commands/ListInputsCommand.ts index 1f52cb9e0f00f..9cdc548deaab8 100644 --- a/clients/client-medialive/src/commands/ListInputsCommand.ts +++ b/clients/client-medialive/src/commands/ListInputsCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListInputsRequest, ListInputsResponse } from "../models/models_1"; import { de_ListInputsCommand, se_ListInputsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/ListMultiplexProgramsCommand.ts b/clients/client-medialive/src/commands/ListMultiplexProgramsCommand.ts index 43e4c889e76c7..2af047dc2383a 100644 --- a/clients/client-medialive/src/commands/ListMultiplexProgramsCommand.ts +++ b/clients/client-medialive/src/commands/ListMultiplexProgramsCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListMultiplexProgramsRequest, ListMultiplexProgramsResponse } from "../models/models_1"; import { de_ListMultiplexProgramsCommand, se_ListMultiplexProgramsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/ListMultiplexesCommand.ts b/clients/client-medialive/src/commands/ListMultiplexesCommand.ts index d42eef3580349..97444f5cc206f 100644 --- a/clients/client-medialive/src/commands/ListMultiplexesCommand.ts +++ b/clients/client-medialive/src/commands/ListMultiplexesCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListMultiplexesRequest, ListMultiplexesResponse } from "../models/models_1"; import { de_ListMultiplexesCommand, se_ListMultiplexesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/ListOfferingsCommand.ts b/clients/client-medialive/src/commands/ListOfferingsCommand.ts index 001387cc74cc9..f231f74ece1bb 100644 --- a/clients/client-medialive/src/commands/ListOfferingsCommand.ts +++ b/clients/client-medialive/src/commands/ListOfferingsCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListOfferingsRequest, ListOfferingsResponse } from "../models/models_1"; import { de_ListOfferingsCommand, se_ListOfferingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/ListReservationsCommand.ts b/clients/client-medialive/src/commands/ListReservationsCommand.ts index 3069934014b8d..915f98b9a42cc 100644 --- a/clients/client-medialive/src/commands/ListReservationsCommand.ts +++ b/clients/client-medialive/src/commands/ListReservationsCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListReservationsRequest, ListReservationsResponse } from "../models/models_1"; import { de_ListReservationsCommand, se_ListReservationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/ListTagsForResourceCommand.ts b/clients/client-medialive/src/commands/ListTagsForResourceCommand.ts index 014c3911b331b..79e05e89319da 100644 --- a/clients/client-medialive/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-medialive/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/PurchaseOfferingCommand.ts b/clients/client-medialive/src/commands/PurchaseOfferingCommand.ts index 9c7cdfd493cf3..f1652d1276b96 100644 --- a/clients/client-medialive/src/commands/PurchaseOfferingCommand.ts +++ b/clients/client-medialive/src/commands/PurchaseOfferingCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PurchaseOfferingRequest, PurchaseOfferingResponse } from "../models/models_1"; import { de_PurchaseOfferingCommand, se_PurchaseOfferingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/RebootInputDeviceCommand.ts b/clients/client-medialive/src/commands/RebootInputDeviceCommand.ts index e1645218a7c4d..db2799c231e50 100644 --- a/clients/client-medialive/src/commands/RebootInputDeviceCommand.ts +++ b/clients/client-medialive/src/commands/RebootInputDeviceCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { RebootInputDeviceRequest, RebootInputDeviceResponse } from "../models/models_1"; import { de_RebootInputDeviceCommand, se_RebootInputDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/RejectInputDeviceTransferCommand.ts b/clients/client-medialive/src/commands/RejectInputDeviceTransferCommand.ts index 9e63e89e8edd3..c5ddf05e7884d 100644 --- a/clients/client-medialive/src/commands/RejectInputDeviceTransferCommand.ts +++ b/clients/client-medialive/src/commands/RejectInputDeviceTransferCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { RejectInputDeviceTransferRequest, RejectInputDeviceTransferResponse } from "../models/models_1"; import { de_RejectInputDeviceTransferCommand, se_RejectInputDeviceTransferCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/StartChannelCommand.ts b/clients/client-medialive/src/commands/StartChannelCommand.ts index 780f975cfa226..863c474568e6d 100644 --- a/clients/client-medialive/src/commands/StartChannelCommand.ts +++ b/clients/client-medialive/src/commands/StartChannelCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartChannelRequest, StartChannelResponse } from "../models/models_1"; import { de_StartChannelCommand, se_StartChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/StartInputDeviceMaintenanceWindowCommand.ts b/clients/client-medialive/src/commands/StartInputDeviceMaintenanceWindowCommand.ts index 301bdb8964c5c..7e85c9cda67c6 100644 --- a/clients/client-medialive/src/commands/StartInputDeviceMaintenanceWindowCommand.ts +++ b/clients/client-medialive/src/commands/StartInputDeviceMaintenanceWindowCommand.ts @@ -21,6 +21,10 @@ import { se_StartInputDeviceMaintenanceWindowCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/StartMultiplexCommand.ts b/clients/client-medialive/src/commands/StartMultiplexCommand.ts index d4b084949901c..dd2226f387f26 100644 --- a/clients/client-medialive/src/commands/StartMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/StartMultiplexCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartMultiplexRequest, StartMultiplexResponse } from "../models/models_2"; import { de_StartMultiplexCommand, se_StartMultiplexCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/StopChannelCommand.ts b/clients/client-medialive/src/commands/StopChannelCommand.ts index 624cce5a991a1..500a7dae0a3e1 100644 --- a/clients/client-medialive/src/commands/StopChannelCommand.ts +++ b/clients/client-medialive/src/commands/StopChannelCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopChannelRequest, StopChannelResponse } from "../models/models_2"; import { de_StopChannelCommand, se_StopChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/StopMultiplexCommand.ts b/clients/client-medialive/src/commands/StopMultiplexCommand.ts index 172f6fd5c4835..ec6070d57734c 100644 --- a/clients/client-medialive/src/commands/StopMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/StopMultiplexCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopMultiplexRequest, StopMultiplexResponse } from "../models/models_2"; import { de_StopMultiplexCommand, se_StopMultiplexCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/TransferInputDeviceCommand.ts b/clients/client-medialive/src/commands/TransferInputDeviceCommand.ts index e82c402870e77..ff450ae7872c7 100644 --- a/clients/client-medialive/src/commands/TransferInputDeviceCommand.ts +++ b/clients/client-medialive/src/commands/TransferInputDeviceCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TransferInputDeviceRequest, TransferInputDeviceResponse } from "../models/models_2"; import { de_TransferInputDeviceCommand, se_TransferInputDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/UpdateChannelClassCommand.ts b/clients/client-medialive/src/commands/UpdateChannelClassCommand.ts index a8bafa8556fee..adb9efafb3904 100644 --- a/clients/client-medialive/src/commands/UpdateChannelClassCommand.ts +++ b/clients/client-medialive/src/commands/UpdateChannelClassCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateChannelClassRequest, UpdateChannelClassResponse } from "../models/models_2"; import { de_UpdateChannelClassCommand, se_UpdateChannelClassCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/UpdateChannelCommand.ts b/clients/client-medialive/src/commands/UpdateChannelCommand.ts index c2700d2a66bcd..6071e85bfe22d 100644 --- a/clients/client-medialive/src/commands/UpdateChannelCommand.ts +++ b/clients/client-medialive/src/commands/UpdateChannelCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_2"; import { de_UpdateChannelCommand, se_UpdateChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/UpdateInputCommand.ts b/clients/client-medialive/src/commands/UpdateInputCommand.ts index e8f46de83467b..8a0826efcc64a 100644 --- a/clients/client-medialive/src/commands/UpdateInputCommand.ts +++ b/clients/client-medialive/src/commands/UpdateInputCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateInputRequest, UpdateInputResponse } from "../models/models_2"; import { de_UpdateInputCommand, se_UpdateInputCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/UpdateInputDeviceCommand.ts b/clients/client-medialive/src/commands/UpdateInputDeviceCommand.ts index 7de49413bd70c..915294b0309e7 100644 --- a/clients/client-medialive/src/commands/UpdateInputDeviceCommand.ts +++ b/clients/client-medialive/src/commands/UpdateInputDeviceCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateInputDeviceRequest, UpdateInputDeviceResponse } from "../models/models_2"; import { de_UpdateInputDeviceCommand, se_UpdateInputDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/UpdateInputSecurityGroupCommand.ts b/clients/client-medialive/src/commands/UpdateInputSecurityGroupCommand.ts index 1579e5356daa0..4f1eeba5cb16e 100644 --- a/clients/client-medialive/src/commands/UpdateInputSecurityGroupCommand.ts +++ b/clients/client-medialive/src/commands/UpdateInputSecurityGroupCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateInputSecurityGroupRequest, UpdateInputSecurityGroupResponse } from "../models/models_2"; import { de_UpdateInputSecurityGroupCommand, se_UpdateInputSecurityGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/UpdateMultiplexCommand.ts b/clients/client-medialive/src/commands/UpdateMultiplexCommand.ts index a36ac00ff119b..fae5d63174255 100644 --- a/clients/client-medialive/src/commands/UpdateMultiplexCommand.ts +++ b/clients/client-medialive/src/commands/UpdateMultiplexCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateMultiplexRequest, UpdateMultiplexResponse } from "../models/models_2"; import { de_UpdateMultiplexCommand, se_UpdateMultiplexCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/UpdateMultiplexProgramCommand.ts b/clients/client-medialive/src/commands/UpdateMultiplexProgramCommand.ts index 34e3810506bc9..1b5308a56dc95 100644 --- a/clients/client-medialive/src/commands/UpdateMultiplexProgramCommand.ts +++ b/clients/client-medialive/src/commands/UpdateMultiplexProgramCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateMultiplexProgramRequest, UpdateMultiplexProgramResponse } from "../models/models_2"; import { de_UpdateMultiplexProgramCommand, se_UpdateMultiplexProgramCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/commands/UpdateReservationCommand.ts b/clients/client-medialive/src/commands/UpdateReservationCommand.ts index f07c95206c37d..b878fd4957c01 100644 --- a/clients/client-medialive/src/commands/UpdateReservationCommand.ts +++ b/clients/client-medialive/src/commands/UpdateReservationCommand.ts @@ -17,6 +17,10 @@ import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UpdateReservationRequest, UpdateReservationResponse } from "../models/models_2"; import { de_UpdateReservationCommand, se_UpdateReservationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-medialive/src/index.ts b/clients/client-medialive/src/index.ts index 4b29bd7d2f489..89699df93cad3 100644 --- a/clients/client-medialive/src/index.ts +++ b/clients/client-medialive/src/index.ts @@ -1,9 +1,15 @@ -export * from "./MediaLive"; // smithy-typescript generated code +/* eslint-disable */ +/** + * API for AWS Elemental MediaLive + * + * @packageDocumentation + */ export * from "./MediaLiveClient"; +export * from "./MediaLive"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { MediaLiveServiceException } from "./models/MediaLiveServiceException"; diff --git a/clients/client-medialive/src/models/MediaLiveServiceException.ts b/clients/client-medialive/src/models/MediaLiveServiceException.ts index 3539f1655c708..1db3591985341 100644 --- a/clients/client-medialive/src/models/MediaLiveServiceException.ts +++ b/clients/client-medialive/src/models/MediaLiveServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-mediapackage-vod/src/MediaPackageVodClient.ts b/clients/client-mediapackage-vod/src/MediaPackageVodClient.ts index 3d468699153c5..725d2f098beaf 100644 --- a/clients/client-mediapackage-vod/src/MediaPackageVodClient.ts +++ b/clients/client-mediapackage-vod/src/MediaPackageVodClient.ts @@ -106,6 +106,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -277,7 +279,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MediaPackageVodClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MediaPackageVodClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -296,7 +298,7 @@ export interface MediaPackageVodClientConfig extends MediaPackageVodClientConfig /** * @public */ -type MediaPackageVodClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MediaPackageVodClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-mediapackage-vod/src/commands/ConfigureLogsCommand.ts b/clients/client-mediapackage-vod/src/commands/ConfigureLogsCommand.ts index 99c6170e368c5..5d1df5fd83373 100644 --- a/clients/client-mediapackage-vod/src/commands/ConfigureLogsCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/ConfigureLogsCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { ConfigureLogsRequest, ConfigureLogsResponse } from "../models/models_0"; import { de_ConfigureLogsCommand, se_ConfigureLogsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage-vod/src/commands/CreateAssetCommand.ts b/clients/client-mediapackage-vod/src/commands/CreateAssetCommand.ts index f9906ce01c7a2..2a2e084f97dfa 100644 --- a/clients/client-mediapackage-vod/src/commands/CreateAssetCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/CreateAssetCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { CreateAssetRequest, CreateAssetResponse } from "../models/models_0"; import { de_CreateAssetCommand, se_CreateAssetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage-vod/src/commands/CreatePackagingConfigurationCommand.ts b/clients/client-mediapackage-vod/src/commands/CreatePackagingConfigurationCommand.ts index a0a890bb8badb..b3bc542fa6ae1 100644 --- a/clients/client-mediapackage-vod/src/commands/CreatePackagingConfigurationCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/CreatePackagingConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_CreatePackagingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage-vod/src/commands/CreatePackagingGroupCommand.ts b/clients/client-mediapackage-vod/src/commands/CreatePackagingGroupCommand.ts index 583470e8b2621..137aef3e3554d 100644 --- a/clients/client-mediapackage-vod/src/commands/CreatePackagingGroupCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/CreatePackagingGroupCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { CreatePackagingGroupRequest, CreatePackagingGroupResponse } from "../models/models_0"; import { de_CreatePackagingGroupCommand, se_CreatePackagingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage-vod/src/commands/DeleteAssetCommand.ts b/clients/client-mediapackage-vod/src/commands/DeleteAssetCommand.ts index 3856e7ac73aef..0aa478b02316d 100644 --- a/clients/client-mediapackage-vod/src/commands/DeleteAssetCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DeleteAssetCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DeleteAssetRequest, DeleteAssetResponse } from "../models/models_0"; import { de_DeleteAssetCommand, se_DeleteAssetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage-vod/src/commands/DeletePackagingConfigurationCommand.ts b/clients/client-mediapackage-vod/src/commands/DeletePackagingConfigurationCommand.ts index 140bdba4a4072..cf22c3c7d17e2 100644 --- a/clients/client-mediapackage-vod/src/commands/DeletePackagingConfigurationCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DeletePackagingConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DeletePackagingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage-vod/src/commands/DeletePackagingGroupCommand.ts b/clients/client-mediapackage-vod/src/commands/DeletePackagingGroupCommand.ts index 30b5294df44eb..52e42030b6cbb 100644 --- a/clients/client-mediapackage-vod/src/commands/DeletePackagingGroupCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DeletePackagingGroupCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DeletePackagingGroupRequest, DeletePackagingGroupResponse } from "../models/models_0"; import { de_DeletePackagingGroupCommand, se_DeletePackagingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage-vod/src/commands/DescribeAssetCommand.ts b/clients/client-mediapackage-vod/src/commands/DescribeAssetCommand.ts index b5918d7753555..077692304233b 100644 --- a/clients/client-mediapackage-vod/src/commands/DescribeAssetCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DescribeAssetCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DescribeAssetRequest, DescribeAssetResponse } from "../models/models_0"; import { de_DescribeAssetCommand, se_DescribeAssetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage-vod/src/commands/DescribePackagingConfigurationCommand.ts b/clients/client-mediapackage-vod/src/commands/DescribePackagingConfigurationCommand.ts index 437032fca22cf..54b4a3232574a 100644 --- a/clients/client-mediapackage-vod/src/commands/DescribePackagingConfigurationCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DescribePackagingConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DescribePackagingConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage-vod/src/commands/DescribePackagingGroupCommand.ts b/clients/client-mediapackage-vod/src/commands/DescribePackagingGroupCommand.ts index 842d1b616aeee..6c051e0c37694 100644 --- a/clients/client-mediapackage-vod/src/commands/DescribePackagingGroupCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/DescribePackagingGroupCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { DescribePackagingGroupRequest, DescribePackagingGroupResponse } from "../models/models_0"; import { de_DescribePackagingGroupCommand, se_DescribePackagingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage-vod/src/commands/ListAssetsCommand.ts b/clients/client-mediapackage-vod/src/commands/ListAssetsCommand.ts index 8b23dd8b64ef2..31ca9cae009aa 100644 --- a/clients/client-mediapackage-vod/src/commands/ListAssetsCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/ListAssetsCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { ListAssetsRequest, ListAssetsResponse } from "../models/models_0"; import { de_ListAssetsCommand, se_ListAssetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage-vod/src/commands/ListPackagingConfigurationsCommand.ts b/clients/client-mediapackage-vod/src/commands/ListPackagingConfigurationsCommand.ts index bf3709f52e2bb..12f335e6d2975 100644 --- a/clients/client-mediapackage-vod/src/commands/ListPackagingConfigurationsCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/ListPackagingConfigurationsCommand.ts @@ -20,6 +20,10 @@ import { se_ListPackagingConfigurationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage-vod/src/commands/ListPackagingGroupsCommand.ts b/clients/client-mediapackage-vod/src/commands/ListPackagingGroupsCommand.ts index 0d8db60688707..d6e32068a0f96 100644 --- a/clients/client-mediapackage-vod/src/commands/ListPackagingGroupsCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/ListPackagingGroupsCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { ListPackagingGroupsRequest, ListPackagingGroupsResponse } from "../models/models_0"; import { de_ListPackagingGroupsCommand, se_ListPackagingGroupsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage-vod/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediapackage-vod/src/commands/ListTagsForResourceCommand.ts index e6642ba41ee8b..11c547a2f5654 100644 --- a/clients/client-mediapackage-vod/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage-vod/src/commands/TagResourceCommand.ts b/clients/client-mediapackage-vod/src/commands/TagResourceCommand.ts index 99ce528481ffc..bc8ae48d1a048 100644 --- a/clients/client-mediapackage-vod/src/commands/TagResourceCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { TagResourceRequest } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage-vod/src/commands/UntagResourceCommand.ts b/clients/client-mediapackage-vod/src/commands/UntagResourceCommand.ts index 5e8a244be749e..a3de01c998280 100644 --- a/clients/client-mediapackage-vod/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage-vod/src/commands/UpdatePackagingGroupCommand.ts b/clients/client-mediapackage-vod/src/commands/UpdatePackagingGroupCommand.ts index f3f91ae1c46e9..52c3fc5193f65 100644 --- a/clients/client-mediapackage-vod/src/commands/UpdatePackagingGroupCommand.ts +++ b/clients/client-mediapackage-vod/src/commands/UpdatePackagingGroupCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageVodClientResolvedConfig, ServiceInputTypes, ServiceOutputTy import { UpdatePackagingGroupRequest, UpdatePackagingGroupResponse } from "../models/models_0"; import { de_UpdatePackagingGroupCommand, se_UpdatePackagingGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage-vod/src/index.ts b/clients/client-mediapackage-vod/src/index.ts index c0c3b4949e110..7fcec8b091fe6 100644 --- a/clients/client-mediapackage-vod/src/index.ts +++ b/clients/client-mediapackage-vod/src/index.ts @@ -1,8 +1,14 @@ -export * from "./MediaPackageVod"; // smithy-typescript generated code +/* eslint-disable */ +/** + * AWS Elemental MediaPackage VOD + * + * @packageDocumentation + */ export * from "./MediaPackageVodClient"; +export * from "./MediaPackageVod"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { MediaPackageVodServiceException } from "./models/MediaPackageVodServiceException"; diff --git a/clients/client-mediapackage-vod/src/models/MediaPackageVodServiceException.ts b/clients/client-mediapackage-vod/src/models/MediaPackageVodServiceException.ts index 8cf3a1807efbb..36101bec728ee 100644 --- a/clients/client-mediapackage-vod/src/models/MediaPackageVodServiceException.ts +++ b/clients/client-mediapackage-vod/src/models/MediaPackageVodServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-mediapackage/src/MediaPackageClient.ts b/clients/client-mediapackage/src/MediaPackageClient.ts index 0715df7c23db5..d22a54bec75e7 100644 --- a/clients/client-mediapackage/src/MediaPackageClient.ts +++ b/clients/client-mediapackage/src/MediaPackageClient.ts @@ -102,6 +102,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -277,7 +279,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MediaPackageClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MediaPackageClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -296,7 +298,7 @@ export interface MediaPackageClientConfig extends MediaPackageClientConfigType { /** * @public */ -type MediaPackageClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MediaPackageClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-mediapackage/src/commands/ConfigureLogsCommand.ts b/clients/client-mediapackage/src/commands/ConfigureLogsCommand.ts index 00d96031598e5..1177dd34fae3e 100644 --- a/clients/client-mediapackage/src/commands/ConfigureLogsCommand.ts +++ b/clients/client-mediapackage/src/commands/ConfigureLogsCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ConfigureLogsRequest, ConfigureLogsResponse } from "../models/models_0"; import { de_ConfigureLogsCommand, se_ConfigureLogsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage/src/commands/CreateChannelCommand.ts b/clients/client-mediapackage/src/commands/CreateChannelCommand.ts index a58b872d9e2e3..5a5f6f6c93e34 100644 --- a/clients/client-mediapackage/src/commands/CreateChannelCommand.ts +++ b/clients/client-mediapackage/src/commands/CreateChannelCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateChannelRequest, CreateChannelResponse } from "../models/models_0"; import { de_CreateChannelCommand, se_CreateChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage/src/commands/CreateHarvestJobCommand.ts b/clients/client-mediapackage/src/commands/CreateHarvestJobCommand.ts index 5472840d58f07..e264082dbb414 100644 --- a/clients/client-mediapackage/src/commands/CreateHarvestJobCommand.ts +++ b/clients/client-mediapackage/src/commands/CreateHarvestJobCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateHarvestJobRequest, CreateHarvestJobResponse } from "../models/models_0"; import { de_CreateHarvestJobCommand, se_CreateHarvestJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage/src/commands/CreateOriginEndpointCommand.ts b/clients/client-mediapackage/src/commands/CreateOriginEndpointCommand.ts index 0eed516a7e530..65c046c3fd0c6 100644 --- a/clients/client-mediapackage/src/commands/CreateOriginEndpointCommand.ts +++ b/clients/client-mediapackage/src/commands/CreateOriginEndpointCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateOriginEndpointRequest, CreateOriginEndpointResponse } from "../models/models_0"; import { de_CreateOriginEndpointCommand, se_CreateOriginEndpointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage/src/commands/DeleteChannelCommand.ts b/clients/client-mediapackage/src/commands/DeleteChannelCommand.ts index d3839f61000a4..10d2df71d756d 100644 --- a/clients/client-mediapackage/src/commands/DeleteChannelCommand.ts +++ b/clients/client-mediapackage/src/commands/DeleteChannelCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_0"; import { de_DeleteChannelCommand, se_DeleteChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage/src/commands/DeleteOriginEndpointCommand.ts b/clients/client-mediapackage/src/commands/DeleteOriginEndpointCommand.ts index 32d15ae9721d9..8d347e13aca3b 100644 --- a/clients/client-mediapackage/src/commands/DeleteOriginEndpointCommand.ts +++ b/clients/client-mediapackage/src/commands/DeleteOriginEndpointCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteOriginEndpointRequest, DeleteOriginEndpointResponse } from "../models/models_0"; import { de_DeleteOriginEndpointCommand, se_DeleteOriginEndpointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage/src/commands/DescribeChannelCommand.ts b/clients/client-mediapackage/src/commands/DescribeChannelCommand.ts index b79e15b95802f..85fafcf210f5c 100644 --- a/clients/client-mediapackage/src/commands/DescribeChannelCommand.ts +++ b/clients/client-mediapackage/src/commands/DescribeChannelCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeChannelRequest, DescribeChannelResponse } from "../models/models_0"; import { de_DescribeChannelCommand, se_DescribeChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage/src/commands/DescribeHarvestJobCommand.ts b/clients/client-mediapackage/src/commands/DescribeHarvestJobCommand.ts index 2f3f076b3c2ac..5786ef664ad10 100644 --- a/clients/client-mediapackage/src/commands/DescribeHarvestJobCommand.ts +++ b/clients/client-mediapackage/src/commands/DescribeHarvestJobCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeHarvestJobRequest, DescribeHarvestJobResponse } from "../models/models_0"; import { de_DescribeHarvestJobCommand, se_DescribeHarvestJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage/src/commands/DescribeOriginEndpointCommand.ts b/clients/client-mediapackage/src/commands/DescribeOriginEndpointCommand.ts index 87779efb7e0ad..f4afca4985723 100644 --- a/clients/client-mediapackage/src/commands/DescribeOriginEndpointCommand.ts +++ b/clients/client-mediapackage/src/commands/DescribeOriginEndpointCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeOriginEndpointRequest, DescribeOriginEndpointResponse } from "../models/models_0"; import { de_DescribeOriginEndpointCommand, se_DescribeOriginEndpointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage/src/commands/ListChannelsCommand.ts b/clients/client-mediapackage/src/commands/ListChannelsCommand.ts index b78fa4b7b33d6..413b46cf456ec 100644 --- a/clients/client-mediapackage/src/commands/ListChannelsCommand.ts +++ b/clients/client-mediapackage/src/commands/ListChannelsCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0"; import { de_ListChannelsCommand, se_ListChannelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage/src/commands/ListHarvestJobsCommand.ts b/clients/client-mediapackage/src/commands/ListHarvestJobsCommand.ts index d93a1164ea3ad..e22a93abef52b 100644 --- a/clients/client-mediapackage/src/commands/ListHarvestJobsCommand.ts +++ b/clients/client-mediapackage/src/commands/ListHarvestJobsCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListHarvestJobsRequest, ListHarvestJobsResponse } from "../models/models_0"; import { de_ListHarvestJobsCommand, se_ListHarvestJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage/src/commands/ListOriginEndpointsCommand.ts b/clients/client-mediapackage/src/commands/ListOriginEndpointsCommand.ts index 4d678e162e088..1c305942a672f 100644 --- a/clients/client-mediapackage/src/commands/ListOriginEndpointsCommand.ts +++ b/clients/client-mediapackage/src/commands/ListOriginEndpointsCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListOriginEndpointsRequest, ListOriginEndpointsResponse } from "../models/models_0"; import { de_ListOriginEndpointsCommand, se_ListOriginEndpointsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediapackage/src/commands/ListTagsForResourceCommand.ts index cc8cf0402e8a4..c1349dcf32500 100644 --- a/clients/client-mediapackage/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediapackage/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts b/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts index ca50850dc2471..f39cbee8f74df 100644 --- a/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts +++ b/clients/client-mediapackage/src/commands/RotateChannelCredentialsCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { RotateChannelCredentialsRequest, RotateChannelCredentialsResponse } from "../models/models_0"; import { de_RotateChannelCredentialsCommand, se_RotateChannelCredentialsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage/src/commands/RotateIngestEndpointCredentialsCommand.ts b/clients/client-mediapackage/src/commands/RotateIngestEndpointCredentialsCommand.ts index afb1b0dfe3710..02daebab96585 100644 --- a/clients/client-mediapackage/src/commands/RotateIngestEndpointCredentialsCommand.ts +++ b/clients/client-mediapackage/src/commands/RotateIngestEndpointCredentialsCommand.ts @@ -20,6 +20,10 @@ import { se_RotateIngestEndpointCredentialsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage/src/commands/TagResourceCommand.ts b/clients/client-mediapackage/src/commands/TagResourceCommand.ts index af9c89dbdc30a..9db48a365652a 100644 --- a/clients/client-mediapackage/src/commands/TagResourceCommand.ts +++ b/clients/client-mediapackage/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceRequest } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage/src/commands/UntagResourceCommand.ts b/clients/client-mediapackage/src/commands/UntagResourceCommand.ts index 45caa29b7b634..7ef32030ba00e 100644 --- a/clients/client-mediapackage/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediapackage/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage/src/commands/UpdateChannelCommand.ts b/clients/client-mediapackage/src/commands/UpdateChannelCommand.ts index b2b5c2d29eb00..5c822947e31b9 100644 --- a/clients/client-mediapackage/src/commands/UpdateChannelCommand.ts +++ b/clients/client-mediapackage/src/commands/UpdateChannelCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0"; import { de_UpdateChannelCommand, se_UpdateChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage/src/commands/UpdateOriginEndpointCommand.ts b/clients/client-mediapackage/src/commands/UpdateOriginEndpointCommand.ts index 8a369007e6bc2..b7c4ab3c7c6ed 100644 --- a/clients/client-mediapackage/src/commands/UpdateOriginEndpointCommand.ts +++ b/clients/client-mediapackage/src/commands/UpdateOriginEndpointCommand.ts @@ -17,6 +17,10 @@ import { MediaPackageClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateOriginEndpointRequest, UpdateOriginEndpointResponse } from "../models/models_0"; import { de_UpdateOriginEndpointCommand, se_UpdateOriginEndpointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediapackage/src/index.ts b/clients/client-mediapackage/src/index.ts index dfbb84d618e41..dc0a93bce0e32 100644 --- a/clients/client-mediapackage/src/index.ts +++ b/clients/client-mediapackage/src/index.ts @@ -1,8 +1,14 @@ -export * from "./MediaPackage"; // smithy-typescript generated code +/* eslint-disable */ +/** + * AWS Elemental MediaPackage + * + * @packageDocumentation + */ export * from "./MediaPackageClient"; +export * from "./MediaPackage"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { MediaPackageServiceException } from "./models/MediaPackageServiceException"; diff --git a/clients/client-mediapackage/src/models/MediaPackageServiceException.ts b/clients/client-mediapackage/src/models/MediaPackageServiceException.ts index a6af913713dc3..456a7ad4ea200 100644 --- a/clients/client-mediapackage/src/models/MediaPackageServiceException.ts +++ b/clients/client-mediapackage/src/models/MediaPackageServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-mediastore-data/src/MediaStoreDataClient.ts b/clients/client-mediastore-data/src/MediaStoreDataClient.ts index 43d7d956ddaf5..8d4397eac92a8 100644 --- a/clients/client-mediastore-data/src/MediaStoreDataClient.ts +++ b/clients/client-mediastore-data/src/MediaStoreDataClient.ts @@ -65,6 +65,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -218,7 +220,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MediaStoreDataClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MediaStoreDataClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -237,7 +239,7 @@ export interface MediaStoreDataClientConfig extends MediaStoreDataClientConfigTy /** * @public */ -type MediaStoreDataClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MediaStoreDataClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-mediastore-data/src/commands/DeleteObjectCommand.ts b/clients/client-mediastore-data/src/commands/DeleteObjectCommand.ts index 7f3f5ef05eabb..7744cd4693135 100644 --- a/clients/client-mediastore-data/src/commands/DeleteObjectCommand.ts +++ b/clients/client-mediastore-data/src/commands/DeleteObjectCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DeleteObjectRequest, DeleteObjectResponse } from "../models/models_0"; import { de_DeleteObjectCommand, se_DeleteObjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore-data/src/commands/DescribeObjectCommand.ts b/clients/client-mediastore-data/src/commands/DescribeObjectCommand.ts index c935edd897e0e..5fb69f933f9ee 100644 --- a/clients/client-mediastore-data/src/commands/DescribeObjectCommand.ts +++ b/clients/client-mediastore-data/src/commands/DescribeObjectCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { DescribeObjectRequest, DescribeObjectResponse } from "../models/models_0"; import { de_DescribeObjectCommand, se_DescribeObjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore-data/src/commands/GetObjectCommand.ts b/clients/client-mediastore-data/src/commands/GetObjectCommand.ts index bd830a4d4d733..4f87d749e34f4 100644 --- a/clients/client-mediastore-data/src/commands/GetObjectCommand.ts +++ b/clients/client-mediastore-data/src/commands/GetObjectCommand.ts @@ -20,6 +20,10 @@ import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { GetObjectRequest, GetObjectResponse, GetObjectResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetObjectCommand, se_GetObjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore-data/src/commands/ListItemsCommand.ts b/clients/client-mediastore-data/src/commands/ListItemsCommand.ts index df3b207175830..39c7d9e301a5e 100644 --- a/clients/client-mediastore-data/src/commands/ListItemsCommand.ts +++ b/clients/client-mediastore-data/src/commands/ListItemsCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { ListItemsRequest, ListItemsResponse } from "../models/models_0"; import { de_ListItemsCommand, se_ListItemsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore-data/src/commands/PutObjectCommand.ts b/clients/client-mediastore-data/src/commands/PutObjectCommand.ts index e3e4b1f836036..ec09233b21286 100644 --- a/clients/client-mediastore-data/src/commands/PutObjectCommand.ts +++ b/clients/client-mediastore-data/src/commands/PutObjectCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTyp import { PutObjectRequest, PutObjectRequestFilterSensitiveLog, PutObjectResponse } from "../models/models_0"; import { de_PutObjectCommand, se_PutObjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore-data/src/index.ts b/clients/client-mediastore-data/src/index.ts index 9c17905101160..a0b6214b1ab57 100644 --- a/clients/client-mediastore-data/src/index.ts +++ b/clients/client-mediastore-data/src/index.ts @@ -1,8 +1,16 @@ -export * from "./MediaStoreData"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

An AWS Elemental MediaStore asset is an object, similar to an object in the Amazon S3 + * service. Objects are the fundamental entities that are stored in AWS Elemental + * MediaStore.

+ * + * @packageDocumentation + */ export * from "./MediaStoreDataClient"; +export * from "./MediaStoreData"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { MediaStoreDataServiceException } from "./models/MediaStoreDataServiceException"; diff --git a/clients/client-mediastore-data/src/models/MediaStoreDataServiceException.ts b/clients/client-mediastore-data/src/models/MediaStoreDataServiceException.ts index bb2866f01210b..c1bce2df6d0bd 100644 --- a/clients/client-mediastore-data/src/models/MediaStoreDataServiceException.ts +++ b/clients/client-mediastore-data/src/models/MediaStoreDataServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-mediastore/src/MediaStoreClient.ts b/clients/client-mediastore/src/MediaStoreClient.ts index 641bc351235fa..48e077792d6a8 100644 --- a/clients/client-mediastore/src/MediaStoreClient.ts +++ b/clients/client-mediastore/src/MediaStoreClient.ts @@ -89,6 +89,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -268,7 +270,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MediaStoreClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MediaStoreClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -287,7 +289,7 @@ export interface MediaStoreClientConfig extends MediaStoreClientConfigType {} /** * @public */ -type MediaStoreClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MediaStoreClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-mediastore/src/commands/CreateContainerCommand.ts b/clients/client-mediastore/src/commands/CreateContainerCommand.ts index c2f4b62cc6ec0..d11e6bf9f551d 100644 --- a/clients/client-mediastore/src/commands/CreateContainerCommand.ts +++ b/clients/client-mediastore/src/commands/CreateContainerCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { CreateContainerInput, CreateContainerOutput } from "../models/models_0"; import { de_CreateContainerCommand, se_CreateContainerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore/src/commands/DeleteContainerCommand.ts b/clients/client-mediastore/src/commands/DeleteContainerCommand.ts index a5cff20eea4e2..289c5712da211 100644 --- a/clients/client-mediastore/src/commands/DeleteContainerCommand.ts +++ b/clients/client-mediastore/src/commands/DeleteContainerCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteContainerInput, DeleteContainerOutput } from "../models/models_0"; import { de_DeleteContainerCommand, se_DeleteContainerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore/src/commands/DeleteContainerPolicyCommand.ts b/clients/client-mediastore/src/commands/DeleteContainerPolicyCommand.ts index 7aa2f67e06034..3e6a11fdb79bb 100644 --- a/clients/client-mediastore/src/commands/DeleteContainerPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/DeleteContainerPolicyCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteContainerPolicyInput, DeleteContainerPolicyOutput } from "../models/models_0"; import { de_DeleteContainerPolicyCommand, se_DeleteContainerPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore/src/commands/DeleteCorsPolicyCommand.ts b/clients/client-mediastore/src/commands/DeleteCorsPolicyCommand.ts index 7ca8b36912157..b3c225e79c551 100644 --- a/clients/client-mediastore/src/commands/DeleteCorsPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/DeleteCorsPolicyCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteCorsPolicyInput, DeleteCorsPolicyOutput } from "../models/models_0"; import { de_DeleteCorsPolicyCommand, se_DeleteCorsPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore/src/commands/DeleteLifecyclePolicyCommand.ts b/clients/client-mediastore/src/commands/DeleteLifecyclePolicyCommand.ts index d9fdecefba1f3..fe57b34a25e23 100644 --- a/clients/client-mediastore/src/commands/DeleteLifecyclePolicyCommand.ts +++ b/clients/client-mediastore/src/commands/DeleteLifecyclePolicyCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteLifecyclePolicyInput, DeleteLifecyclePolicyOutput } from "../models/models_0"; import { de_DeleteLifecyclePolicyCommand, se_DeleteLifecyclePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore/src/commands/DeleteMetricPolicyCommand.ts b/clients/client-mediastore/src/commands/DeleteMetricPolicyCommand.ts index 34973673042b8..149cab78f55e1 100644 --- a/clients/client-mediastore/src/commands/DeleteMetricPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/DeleteMetricPolicyCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DeleteMetricPolicyInput, DeleteMetricPolicyOutput } from "../models/models_0"; import { de_DeleteMetricPolicyCommand, se_DeleteMetricPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore/src/commands/DescribeContainerCommand.ts b/clients/client-mediastore/src/commands/DescribeContainerCommand.ts index fc280a35f382a..3eaa1734ab5fb 100644 --- a/clients/client-mediastore/src/commands/DescribeContainerCommand.ts +++ b/clients/client-mediastore/src/commands/DescribeContainerCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { DescribeContainerInput, DescribeContainerOutput } from "../models/models_0"; import { de_DescribeContainerCommand, se_DescribeContainerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore/src/commands/GetContainerPolicyCommand.ts b/clients/client-mediastore/src/commands/GetContainerPolicyCommand.ts index 72dc4b01ffab1..a84ab39c13c13 100644 --- a/clients/client-mediastore/src/commands/GetContainerPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/GetContainerPolicyCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetContainerPolicyInput, GetContainerPolicyOutput } from "../models/models_0"; import { de_GetContainerPolicyCommand, se_GetContainerPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore/src/commands/GetCorsPolicyCommand.ts b/clients/client-mediastore/src/commands/GetCorsPolicyCommand.ts index ad3444a2cd6b0..3a830a18970eb 100644 --- a/clients/client-mediastore/src/commands/GetCorsPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/GetCorsPolicyCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetCorsPolicyInput, GetCorsPolicyOutput } from "../models/models_0"; import { de_GetCorsPolicyCommand, se_GetCorsPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore/src/commands/GetLifecyclePolicyCommand.ts b/clients/client-mediastore/src/commands/GetLifecyclePolicyCommand.ts index 08094037ecd9a..e64f030c448aa 100644 --- a/clients/client-mediastore/src/commands/GetLifecyclePolicyCommand.ts +++ b/clients/client-mediastore/src/commands/GetLifecyclePolicyCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetLifecyclePolicyInput, GetLifecyclePolicyOutput } from "../models/models_0"; import { de_GetLifecyclePolicyCommand, se_GetLifecyclePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore/src/commands/GetMetricPolicyCommand.ts b/clients/client-mediastore/src/commands/GetMetricPolicyCommand.ts index c9fe84286ff3e..196dcced1d341 100644 --- a/clients/client-mediastore/src/commands/GetMetricPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/GetMetricPolicyCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GetMetricPolicyInput, GetMetricPolicyOutput } from "../models/models_0"; import { de_GetMetricPolicyCommand, se_GetMetricPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore/src/commands/ListContainersCommand.ts b/clients/client-mediastore/src/commands/ListContainersCommand.ts index f07a1a3a066c8..e42bbb2f73816 100644 --- a/clients/client-mediastore/src/commands/ListContainersCommand.ts +++ b/clients/client-mediastore/src/commands/ListContainersCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListContainersInput, ListContainersOutput } from "../models/models_0"; import { de_ListContainersCommand, se_ListContainersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediastore/src/commands/ListTagsForResourceCommand.ts index a030e027cce1d..288a7d7ef0cf2 100644 --- a/clients/client-mediastore/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediastore/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore/src/commands/PutContainerPolicyCommand.ts b/clients/client-mediastore/src/commands/PutContainerPolicyCommand.ts index e4a6f1f4fbd16..669d03391fc86 100644 --- a/clients/client-mediastore/src/commands/PutContainerPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/PutContainerPolicyCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutContainerPolicyInput, PutContainerPolicyOutput } from "../models/models_0"; import { de_PutContainerPolicyCommand, se_PutContainerPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore/src/commands/PutCorsPolicyCommand.ts b/clients/client-mediastore/src/commands/PutCorsPolicyCommand.ts index a9eb84d7ad072..e02bd50a71d3f 100644 --- a/clients/client-mediastore/src/commands/PutCorsPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/PutCorsPolicyCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutCorsPolicyInput, PutCorsPolicyOutput } from "../models/models_0"; import { de_PutCorsPolicyCommand, se_PutCorsPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore/src/commands/PutLifecyclePolicyCommand.ts b/clients/client-mediastore/src/commands/PutLifecyclePolicyCommand.ts index 754e190052d15..6da1e9dccc986 100644 --- a/clients/client-mediastore/src/commands/PutLifecyclePolicyCommand.ts +++ b/clients/client-mediastore/src/commands/PutLifecyclePolicyCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutLifecyclePolicyInput, PutLifecyclePolicyOutput } from "../models/models_0"; import { de_PutLifecyclePolicyCommand, se_PutLifecyclePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore/src/commands/PutMetricPolicyCommand.ts b/clients/client-mediastore/src/commands/PutMetricPolicyCommand.ts index 1f2a39c2d9067..574ce05967678 100644 --- a/clients/client-mediastore/src/commands/PutMetricPolicyCommand.ts +++ b/clients/client-mediastore/src/commands/PutMetricPolicyCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { PutMetricPolicyInput, PutMetricPolicyOutput } from "../models/models_0"; import { de_PutMetricPolicyCommand, se_PutMetricPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore/src/commands/StartAccessLoggingCommand.ts b/clients/client-mediastore/src/commands/StartAccessLoggingCommand.ts index fe3c6c372e20c..655eaf239e0fc 100644 --- a/clients/client-mediastore/src/commands/StartAccessLoggingCommand.ts +++ b/clients/client-mediastore/src/commands/StartAccessLoggingCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StartAccessLoggingInput, StartAccessLoggingOutput } from "../models/models_0"; import { de_StartAccessLoggingCommand, se_StartAccessLoggingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore/src/commands/StopAccessLoggingCommand.ts b/clients/client-mediastore/src/commands/StopAccessLoggingCommand.ts index 795411c7cec67..9f591be551473 100644 --- a/clients/client-mediastore/src/commands/StopAccessLoggingCommand.ts +++ b/clients/client-mediastore/src/commands/StopAccessLoggingCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { StopAccessLoggingInput, StopAccessLoggingOutput } from "../models/models_0"; import { de_StopAccessLoggingCommand, se_StopAccessLoggingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore/src/commands/TagResourceCommand.ts b/clients/client-mediastore/src/commands/TagResourceCommand.ts index d17cf3aca277c..27f5dbcd61e5a 100644 --- a/clients/client-mediastore/src/commands/TagResourceCommand.ts +++ b/clients/client-mediastore/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore/src/commands/UntagResourceCommand.ts b/clients/client-mediastore/src/commands/UntagResourceCommand.ts index dc2460926a816..ecd8c790211d1 100644 --- a/clients/client-mediastore/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediastore/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { MediaStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediastore/src/index.ts b/clients/client-mediastore/src/index.ts index 4eca34990d5f0..c238f2100658c 100644 --- a/clients/client-mediastore/src/index.ts +++ b/clients/client-mediastore/src/index.ts @@ -1,8 +1,15 @@ -export * from "./MediaStore"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

An AWS Elemental MediaStore container is a namespace that holds folders and objects. + * You use a container endpoint to create, read, and delete objects.

+ * + * @packageDocumentation + */ export * from "./MediaStoreClient"; +export * from "./MediaStore"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { MediaStoreServiceException } from "./models/MediaStoreServiceException"; diff --git a/clients/client-mediastore/src/models/MediaStoreServiceException.ts b/clients/client-mediastore/src/models/MediaStoreServiceException.ts index 2586fa7a0c9d1..675f5a16f6938 100644 --- a/clients/client-mediastore/src/models/MediaStoreServiceException.ts +++ b/clients/client-mediastore/src/models/MediaStoreServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-mediatailor/src/MediaTailorClient.ts b/clients/client-mediatailor/src/MediaTailorClient.ts index 7d34441a83325..417f0b82e30a8 100644 --- a/clients/client-mediatailor/src/MediaTailorClient.ts +++ b/clients/client-mediatailor/src/MediaTailorClient.ts @@ -154,6 +154,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -379,7 +381,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MediaTailorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MediaTailorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -398,7 +400,7 @@ export interface MediaTailorClientConfig extends MediaTailorClientConfigType {} /** * @public */ -type MediaTailorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MediaTailorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-mediatailor/src/commands/ConfigureLogsForChannelCommand.ts b/clients/client-mediatailor/src/commands/ConfigureLogsForChannelCommand.ts index a48afb9100b1e..9f94cff73309d 100644 --- a/clients/client-mediatailor/src/commands/ConfigureLogsForChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/ConfigureLogsForChannelCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ConfigureLogsForChannelRequest, ConfigureLogsForChannelResponse } from "../models/models_0"; import { de_ConfigureLogsForChannelCommand, se_ConfigureLogsForChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/ConfigureLogsForPlaybackConfigurationCommand.ts b/clients/client-mediatailor/src/commands/ConfigureLogsForPlaybackConfigurationCommand.ts index c36b7a3bee29c..5cdf108ce5b67 100644 --- a/clients/client-mediatailor/src/commands/ConfigureLogsForPlaybackConfigurationCommand.ts +++ b/clients/client-mediatailor/src/commands/ConfigureLogsForPlaybackConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_ConfigureLogsForPlaybackConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/CreateChannelCommand.ts b/clients/client-mediatailor/src/commands/CreateChannelCommand.ts index a5ffe90461a87..af77681bf7add 100644 --- a/clients/client-mediatailor/src/commands/CreateChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/CreateChannelCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateChannelRequest, CreateChannelResponse } from "../models/models_0"; import { de_CreateChannelCommand, se_CreateChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/CreateLiveSourceCommand.ts b/clients/client-mediatailor/src/commands/CreateLiveSourceCommand.ts index 32c327450bf41..956ccce290498 100644 --- a/clients/client-mediatailor/src/commands/CreateLiveSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/CreateLiveSourceCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateLiveSourceRequest, CreateLiveSourceResponse } from "../models/models_0"; import { de_CreateLiveSourceCommand, se_CreateLiveSourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/CreatePrefetchScheduleCommand.ts b/clients/client-mediatailor/src/commands/CreatePrefetchScheduleCommand.ts index 1059ece1849d5..c3126e83df609 100644 --- a/clients/client-mediatailor/src/commands/CreatePrefetchScheduleCommand.ts +++ b/clients/client-mediatailor/src/commands/CreatePrefetchScheduleCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreatePrefetchScheduleRequest, CreatePrefetchScheduleResponse } from "../models/models_0"; import { de_CreatePrefetchScheduleCommand, se_CreatePrefetchScheduleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/CreateProgramCommand.ts b/clients/client-mediatailor/src/commands/CreateProgramCommand.ts index 625da31b7bd57..dc3d05a653525 100644 --- a/clients/client-mediatailor/src/commands/CreateProgramCommand.ts +++ b/clients/client-mediatailor/src/commands/CreateProgramCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateProgramRequest, CreateProgramResponse } from "../models/models_0"; import { de_CreateProgramCommand, se_CreateProgramCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/CreateSourceLocationCommand.ts b/clients/client-mediatailor/src/commands/CreateSourceLocationCommand.ts index f20c7fc38142d..c22f66e101a5c 100644 --- a/clients/client-mediatailor/src/commands/CreateSourceLocationCommand.ts +++ b/clients/client-mediatailor/src/commands/CreateSourceLocationCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateSourceLocationRequest, CreateSourceLocationResponse } from "../models/models_0"; import { de_CreateSourceLocationCommand, se_CreateSourceLocationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/CreateVodSourceCommand.ts b/clients/client-mediatailor/src/commands/CreateVodSourceCommand.ts index 2f6cf41c3710a..11f1eea8776bd 100644 --- a/clients/client-mediatailor/src/commands/CreateVodSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/CreateVodSourceCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateVodSourceRequest, CreateVodSourceResponse } from "../models/models_0"; import { de_CreateVodSourceCommand, se_CreateVodSourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/DeleteChannelCommand.ts b/clients/client-mediatailor/src/commands/DeleteChannelCommand.ts index 841a88aca1793..8ea62585fb5b3 100644 --- a/clients/client-mediatailor/src/commands/DeleteChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteChannelCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteChannelRequest, DeleteChannelResponse } from "../models/models_0"; import { de_DeleteChannelCommand, se_DeleteChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/DeleteChannelPolicyCommand.ts b/clients/client-mediatailor/src/commands/DeleteChannelPolicyCommand.ts index dbc4740754183..ba7e1400cb88d 100644 --- a/clients/client-mediatailor/src/commands/DeleteChannelPolicyCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteChannelPolicyCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteChannelPolicyRequest, DeleteChannelPolicyResponse } from "../models/models_0"; import { de_DeleteChannelPolicyCommand, se_DeleteChannelPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/DeleteLiveSourceCommand.ts b/clients/client-mediatailor/src/commands/DeleteLiveSourceCommand.ts index a446f02ad6de0..cd90cc7fb6b36 100644 --- a/clients/client-mediatailor/src/commands/DeleteLiveSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteLiveSourceCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteLiveSourceRequest, DeleteLiveSourceResponse } from "../models/models_0"; import { de_DeleteLiveSourceCommand, se_DeleteLiveSourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/DeletePlaybackConfigurationCommand.ts b/clients/client-mediatailor/src/commands/DeletePlaybackConfigurationCommand.ts index 771dc1eefcb50..3eef764ea9d31 100644 --- a/clients/client-mediatailor/src/commands/DeletePlaybackConfigurationCommand.ts +++ b/clients/client-mediatailor/src/commands/DeletePlaybackConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DeletePlaybackConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/DeletePrefetchScheduleCommand.ts b/clients/client-mediatailor/src/commands/DeletePrefetchScheduleCommand.ts index 64fd341f44a04..e715e6df6dd29 100644 --- a/clients/client-mediatailor/src/commands/DeletePrefetchScheduleCommand.ts +++ b/clients/client-mediatailor/src/commands/DeletePrefetchScheduleCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeletePrefetchScheduleRequest, DeletePrefetchScheduleResponse } from "../models/models_0"; import { de_DeletePrefetchScheduleCommand, se_DeletePrefetchScheduleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/DeleteProgramCommand.ts b/clients/client-mediatailor/src/commands/DeleteProgramCommand.ts index b81fb14d18737..7ec9d71f68508 100644 --- a/clients/client-mediatailor/src/commands/DeleteProgramCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteProgramCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteProgramRequest, DeleteProgramResponse } from "../models/models_0"; import { de_DeleteProgramCommand, se_DeleteProgramCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/DeleteSourceLocationCommand.ts b/clients/client-mediatailor/src/commands/DeleteSourceLocationCommand.ts index 65cba5110c59d..86a945503dd56 100644 --- a/clients/client-mediatailor/src/commands/DeleteSourceLocationCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteSourceLocationCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteSourceLocationRequest, DeleteSourceLocationResponse } from "../models/models_0"; import { de_DeleteSourceLocationCommand, se_DeleteSourceLocationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/DeleteVodSourceCommand.ts b/clients/client-mediatailor/src/commands/DeleteVodSourceCommand.ts index 70ff5a62ede57..15b26ffae3699 100644 --- a/clients/client-mediatailor/src/commands/DeleteVodSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/DeleteVodSourceCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteVodSourceRequest, DeleteVodSourceResponse } from "../models/models_0"; import { de_DeleteVodSourceCommand, se_DeleteVodSourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/DescribeChannelCommand.ts b/clients/client-mediatailor/src/commands/DescribeChannelCommand.ts index 9b3370c412211..cbfb84b9f6cdd 100644 --- a/clients/client-mediatailor/src/commands/DescribeChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/DescribeChannelCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeChannelRequest, DescribeChannelResponse } from "../models/models_0"; import { de_DescribeChannelCommand, se_DescribeChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/DescribeLiveSourceCommand.ts b/clients/client-mediatailor/src/commands/DescribeLiveSourceCommand.ts index 26e5fe8d1bb4d..8012cf5e4becb 100644 --- a/clients/client-mediatailor/src/commands/DescribeLiveSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/DescribeLiveSourceCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeLiveSourceRequest, DescribeLiveSourceResponse } from "../models/models_0"; import { de_DescribeLiveSourceCommand, se_DescribeLiveSourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/DescribeProgramCommand.ts b/clients/client-mediatailor/src/commands/DescribeProgramCommand.ts index 8b17ca609aa76..13a5de8a20a30 100644 --- a/clients/client-mediatailor/src/commands/DescribeProgramCommand.ts +++ b/clients/client-mediatailor/src/commands/DescribeProgramCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeProgramRequest, DescribeProgramResponse } from "../models/models_0"; import { de_DescribeProgramCommand, se_DescribeProgramCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/DescribeSourceLocationCommand.ts b/clients/client-mediatailor/src/commands/DescribeSourceLocationCommand.ts index 075f93de75814..c39ec169ebb41 100644 --- a/clients/client-mediatailor/src/commands/DescribeSourceLocationCommand.ts +++ b/clients/client-mediatailor/src/commands/DescribeSourceLocationCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeSourceLocationRequest, DescribeSourceLocationResponse } from "../models/models_0"; import { de_DescribeSourceLocationCommand, se_DescribeSourceLocationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/DescribeVodSourceCommand.ts b/clients/client-mediatailor/src/commands/DescribeVodSourceCommand.ts index 70ed7565d5c35..78709a15d8e48 100644 --- a/clients/client-mediatailor/src/commands/DescribeVodSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/DescribeVodSourceCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeVodSourceRequest, DescribeVodSourceResponse } from "../models/models_0"; import { de_DescribeVodSourceCommand, se_DescribeVodSourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/GetChannelPolicyCommand.ts b/clients/client-mediatailor/src/commands/GetChannelPolicyCommand.ts index 3974f3aa8fd2e..34120f073b3de 100644 --- a/clients/client-mediatailor/src/commands/GetChannelPolicyCommand.ts +++ b/clients/client-mediatailor/src/commands/GetChannelPolicyCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetChannelPolicyRequest, GetChannelPolicyResponse } from "../models/models_0"; import { de_GetChannelPolicyCommand, se_GetChannelPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/GetChannelScheduleCommand.ts b/clients/client-mediatailor/src/commands/GetChannelScheduleCommand.ts index 547c21812acd2..896e12bd5d2fd 100644 --- a/clients/client-mediatailor/src/commands/GetChannelScheduleCommand.ts +++ b/clients/client-mediatailor/src/commands/GetChannelScheduleCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetChannelScheduleRequest, GetChannelScheduleResponse } from "../models/models_0"; import { de_GetChannelScheduleCommand, se_GetChannelScheduleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/GetPlaybackConfigurationCommand.ts b/clients/client-mediatailor/src/commands/GetPlaybackConfigurationCommand.ts index a8e2ea5ad9985..e5fe2fa903254 100644 --- a/clients/client-mediatailor/src/commands/GetPlaybackConfigurationCommand.ts +++ b/clients/client-mediatailor/src/commands/GetPlaybackConfigurationCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetPlaybackConfigurationRequest, GetPlaybackConfigurationResponse } from "../models/models_0"; import { de_GetPlaybackConfigurationCommand, se_GetPlaybackConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/GetPrefetchScheduleCommand.ts b/clients/client-mediatailor/src/commands/GetPrefetchScheduleCommand.ts index 55e52d93c816b..02fb11b794dc0 100644 --- a/clients/client-mediatailor/src/commands/GetPrefetchScheduleCommand.ts +++ b/clients/client-mediatailor/src/commands/GetPrefetchScheduleCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GetPrefetchScheduleRequest, GetPrefetchScheduleResponse } from "../models/models_0"; import { de_GetPrefetchScheduleCommand, se_GetPrefetchScheduleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/ListAlertsCommand.ts b/clients/client-mediatailor/src/commands/ListAlertsCommand.ts index 4b10cf12c16af..d4fa44b2fd62e 100644 --- a/clients/client-mediatailor/src/commands/ListAlertsCommand.ts +++ b/clients/client-mediatailor/src/commands/ListAlertsCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListAlertsRequest, ListAlertsResponse } from "../models/models_0"; import { de_ListAlertsCommand, se_ListAlertsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/ListChannelsCommand.ts b/clients/client-mediatailor/src/commands/ListChannelsCommand.ts index 59e14025a58aa..8e29339b69996 100644 --- a/clients/client-mediatailor/src/commands/ListChannelsCommand.ts +++ b/clients/client-mediatailor/src/commands/ListChannelsCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListChannelsRequest, ListChannelsResponse } from "../models/models_0"; import { de_ListChannelsCommand, se_ListChannelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/ListLiveSourcesCommand.ts b/clients/client-mediatailor/src/commands/ListLiveSourcesCommand.ts index 5c3b6892f782a..65a43bcafcb61 100644 --- a/clients/client-mediatailor/src/commands/ListLiveSourcesCommand.ts +++ b/clients/client-mediatailor/src/commands/ListLiveSourcesCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListLiveSourcesRequest, ListLiveSourcesResponse } from "../models/models_0"; import { de_ListLiveSourcesCommand, se_ListLiveSourcesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/ListPlaybackConfigurationsCommand.ts b/clients/client-mediatailor/src/commands/ListPlaybackConfigurationsCommand.ts index 4e437bc0fa192..96a4d26772328 100644 --- a/clients/client-mediatailor/src/commands/ListPlaybackConfigurationsCommand.ts +++ b/clients/client-mediatailor/src/commands/ListPlaybackConfigurationsCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListPlaybackConfigurationsRequest, ListPlaybackConfigurationsResponse } from "../models/models_0"; import { de_ListPlaybackConfigurationsCommand, se_ListPlaybackConfigurationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/ListPrefetchSchedulesCommand.ts b/clients/client-mediatailor/src/commands/ListPrefetchSchedulesCommand.ts index 9325efdcede02..4782418e3bac5 100644 --- a/clients/client-mediatailor/src/commands/ListPrefetchSchedulesCommand.ts +++ b/clients/client-mediatailor/src/commands/ListPrefetchSchedulesCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListPrefetchSchedulesRequest, ListPrefetchSchedulesResponse } from "../models/models_0"; import { de_ListPrefetchSchedulesCommand, se_ListPrefetchSchedulesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/ListSourceLocationsCommand.ts b/clients/client-mediatailor/src/commands/ListSourceLocationsCommand.ts index e00c4643ac9ef..58c926f680c26 100644 --- a/clients/client-mediatailor/src/commands/ListSourceLocationsCommand.ts +++ b/clients/client-mediatailor/src/commands/ListSourceLocationsCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListSourceLocationsRequest, ListSourceLocationsResponse } from "../models/models_0"; import { de_ListSourceLocationsCommand, se_ListSourceLocationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/ListTagsForResourceCommand.ts b/clients/client-mediatailor/src/commands/ListTagsForResourceCommand.ts index 05e7e64a02b56..d691e01368960 100644 --- a/clients/client-mediatailor/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mediatailor/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/ListVodSourcesCommand.ts b/clients/client-mediatailor/src/commands/ListVodSourcesCommand.ts index edbfaf9d48dfe..df3e8c244e4d5 100644 --- a/clients/client-mediatailor/src/commands/ListVodSourcesCommand.ts +++ b/clients/client-mediatailor/src/commands/ListVodSourcesCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListVodSourcesRequest, ListVodSourcesResponse } from "../models/models_0"; import { de_ListVodSourcesCommand, se_ListVodSourcesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/PutChannelPolicyCommand.ts b/clients/client-mediatailor/src/commands/PutChannelPolicyCommand.ts index f19ddf369e2fb..75f9ad1f55dce 100644 --- a/clients/client-mediatailor/src/commands/PutChannelPolicyCommand.ts +++ b/clients/client-mediatailor/src/commands/PutChannelPolicyCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutChannelPolicyRequest, PutChannelPolicyResponse } from "../models/models_0"; import { de_PutChannelPolicyCommand, se_PutChannelPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/PutPlaybackConfigurationCommand.ts b/clients/client-mediatailor/src/commands/PutPlaybackConfigurationCommand.ts index afa4a0c039652..29f1540eb00bb 100644 --- a/clients/client-mediatailor/src/commands/PutPlaybackConfigurationCommand.ts +++ b/clients/client-mediatailor/src/commands/PutPlaybackConfigurationCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutPlaybackConfigurationRequest, PutPlaybackConfigurationResponse } from "../models/models_0"; import { de_PutPlaybackConfigurationCommand, se_PutPlaybackConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/StartChannelCommand.ts b/clients/client-mediatailor/src/commands/StartChannelCommand.ts index 5c44472dcca36..da7651854126d 100644 --- a/clients/client-mediatailor/src/commands/StartChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/StartChannelCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { StartChannelRequest, StartChannelResponse } from "../models/models_0"; import { de_StartChannelCommand, se_StartChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/StopChannelCommand.ts b/clients/client-mediatailor/src/commands/StopChannelCommand.ts index 203181c67c239..1e2f47a2291a1 100644 --- a/clients/client-mediatailor/src/commands/StopChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/StopChannelCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { StopChannelRequest, StopChannelResponse } from "../models/models_0"; import { de_StopChannelCommand, se_StopChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/TagResourceCommand.ts b/clients/client-mediatailor/src/commands/TagResourceCommand.ts index f7ade4e69d55e..3d0faf37cbe6c 100644 --- a/clients/client-mediatailor/src/commands/TagResourceCommand.ts +++ b/clients/client-mediatailor/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { TagResourceRequest } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/UntagResourceCommand.ts b/clients/client-mediatailor/src/commands/UntagResourceCommand.ts index fb2f6ee03dc1d..687d39d1c3b7d 100644 --- a/clients/client-mediatailor/src/commands/UntagResourceCommand.ts +++ b/clients/client-mediatailor/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/UpdateChannelCommand.ts b/clients/client-mediatailor/src/commands/UpdateChannelCommand.ts index 7d6820854cda6..0c4c10790e317 100644 --- a/clients/client-mediatailor/src/commands/UpdateChannelCommand.ts +++ b/clients/client-mediatailor/src/commands/UpdateChannelCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateChannelRequest, UpdateChannelResponse } from "../models/models_0"; import { de_UpdateChannelCommand, se_UpdateChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/UpdateLiveSourceCommand.ts b/clients/client-mediatailor/src/commands/UpdateLiveSourceCommand.ts index 90cf4781b0cad..11ffcbf4abbe3 100644 --- a/clients/client-mediatailor/src/commands/UpdateLiveSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/UpdateLiveSourceCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateLiveSourceRequest, UpdateLiveSourceResponse } from "../models/models_0"; import { de_UpdateLiveSourceCommand, se_UpdateLiveSourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/UpdateProgramCommand.ts b/clients/client-mediatailor/src/commands/UpdateProgramCommand.ts index a06b9edafe8b3..792328f3924bf 100644 --- a/clients/client-mediatailor/src/commands/UpdateProgramCommand.ts +++ b/clients/client-mediatailor/src/commands/UpdateProgramCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateProgramRequest, UpdateProgramResponse } from "../models/models_0"; import { de_UpdateProgramCommand, se_UpdateProgramCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/UpdateSourceLocationCommand.ts b/clients/client-mediatailor/src/commands/UpdateSourceLocationCommand.ts index 5d30e0d91be30..5c7a99ba42dea 100644 --- a/clients/client-mediatailor/src/commands/UpdateSourceLocationCommand.ts +++ b/clients/client-mediatailor/src/commands/UpdateSourceLocationCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateSourceLocationRequest, UpdateSourceLocationResponse } from "../models/models_0"; import { de_UpdateSourceLocationCommand, se_UpdateSourceLocationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/commands/UpdateVodSourceCommand.ts b/clients/client-mediatailor/src/commands/UpdateVodSourceCommand.ts index 7e8410b006773..6ad6b49088289 100644 --- a/clients/client-mediatailor/src/commands/UpdateVodSourceCommand.ts +++ b/clients/client-mediatailor/src/commands/UpdateVodSourceCommand.ts @@ -17,6 +17,10 @@ import { MediaTailorClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UpdateVodSourceRequest, UpdateVodSourceResponse } from "../models/models_0"; import { de_UpdateVodSourceCommand, se_UpdateVodSourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mediatailor/src/index.ts b/clients/client-mediatailor/src/index.ts index c1acd52da1774..409a00ab48e72 100644 --- a/clients/client-mediatailor/src/index.ts +++ b/clients/client-mediatailor/src/index.ts @@ -1,8 +1,15 @@ -export * from "./MediaTailor"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Use the AWS Elemental MediaTailor SDKs and CLI to configure scalable ad insertion and linear channels. With MediaTailor, you can assemble existing content into a linear stream and serve targeted ads to viewers while maintaining broadcast quality in over-the-top (OTT) video applications. For information about using the service, including detailed information about the settings covered in this guide, see the AWS Elemental MediaTailor User Guide.

+ *

Through the SDKs and the CLI you manage AWS Elemental MediaTailor configurations and channels the same as you do through the console. For example, you specify ad insertion behavior and mapping information for the origin server and the ad decision server (ADS).

+ * + * @packageDocumentation + */ export * from "./MediaTailorClient"; +export * from "./MediaTailor"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { MediaTailorServiceException } from "./models/MediaTailorServiceException"; diff --git a/clients/client-mediatailor/src/models/MediaTailorServiceException.ts b/clients/client-mediatailor/src/models/MediaTailorServiceException.ts index 04b29ab773e49..27169b1d550ae 100644 --- a/clients/client-mediatailor/src/models/MediaTailorServiceException.ts +++ b/clients/client-mediatailor/src/models/MediaTailorServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-memorydb/src/MemoryDBClient.ts b/clients/client-memorydb/src/MemoryDBClient.ts index 8e5add30ba711..f0a1ea09c91da 100644 --- a/clients/client-memorydb/src/MemoryDBClient.ts +++ b/clients/client-memorydb/src/MemoryDBClient.ts @@ -133,6 +133,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -346,7 +348,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MemoryDBClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MemoryDBClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -365,7 +367,7 @@ export interface MemoryDBClientConfig extends MemoryDBClientConfigType {} /** * @public */ -type MemoryDBClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MemoryDBClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-memorydb/src/commands/BatchUpdateClusterCommand.ts b/clients/client-memorydb/src/commands/BatchUpdateClusterCommand.ts index d6dc01be4ad5b..d68678724b5c5 100644 --- a/clients/client-memorydb/src/commands/BatchUpdateClusterCommand.ts +++ b/clients/client-memorydb/src/commands/BatchUpdateClusterCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { BatchUpdateClusterRequest, BatchUpdateClusterResponse } from "../models/models_0"; import { de_BatchUpdateClusterCommand, se_BatchUpdateClusterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/CopySnapshotCommand.ts b/clients/client-memorydb/src/commands/CopySnapshotCommand.ts index 770394c4cf7fe..7f2056cc5450b 100644 --- a/clients/client-memorydb/src/commands/CopySnapshotCommand.ts +++ b/clients/client-memorydb/src/commands/CopySnapshotCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CopySnapshotRequest, CopySnapshotResponse } from "../models/models_0"; import { de_CopySnapshotCommand, se_CopySnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/CreateACLCommand.ts b/clients/client-memorydb/src/commands/CreateACLCommand.ts index 3cd35482fe983..caf1f67f633df 100644 --- a/clients/client-memorydb/src/commands/CreateACLCommand.ts +++ b/clients/client-memorydb/src/commands/CreateACLCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateACLRequest, CreateACLResponse } from "../models/models_0"; import { de_CreateACLCommand, se_CreateACLCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/CreateClusterCommand.ts b/clients/client-memorydb/src/commands/CreateClusterCommand.ts index 405a55a707c0c..9022ea10ec6e5 100644 --- a/clients/client-memorydb/src/commands/CreateClusterCommand.ts +++ b/clients/client-memorydb/src/commands/CreateClusterCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0"; import { de_CreateClusterCommand, se_CreateClusterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/CreateParameterGroupCommand.ts b/clients/client-memorydb/src/commands/CreateParameterGroupCommand.ts index 77667caf1c051..8caa21456180a 100644 --- a/clients/client-memorydb/src/commands/CreateParameterGroupCommand.ts +++ b/clients/client-memorydb/src/commands/CreateParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateParameterGroupRequest, CreateParameterGroupResponse } from "../models/models_0"; import { de_CreateParameterGroupCommand, se_CreateParameterGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/CreateSnapshotCommand.ts b/clients/client-memorydb/src/commands/CreateSnapshotCommand.ts index 30a1a1d3d2907..a947c1d13511b 100644 --- a/clients/client-memorydb/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-memorydb/src/commands/CreateSnapshotCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateSnapshotRequest, CreateSnapshotResponse } from "../models/models_0"; import { de_CreateSnapshotCommand, se_CreateSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/CreateSubnetGroupCommand.ts b/clients/client-memorydb/src/commands/CreateSubnetGroupCommand.ts index 8fd82eb6cd3dc..b41ba51a21997 100644 --- a/clients/client-memorydb/src/commands/CreateSubnetGroupCommand.ts +++ b/clients/client-memorydb/src/commands/CreateSubnetGroupCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateSubnetGroupRequest, CreateSubnetGroupResponse } from "../models/models_0"; import { de_CreateSubnetGroupCommand, se_CreateSubnetGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/CreateUserCommand.ts b/clients/client-memorydb/src/commands/CreateUserCommand.ts index e253fe4a36bb9..7b5c183434864 100644 --- a/clients/client-memorydb/src/commands/CreateUserCommand.ts +++ b/clients/client-memorydb/src/commands/CreateUserCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { CreateUserRequest, CreateUserResponse } from "../models/models_0"; import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/DeleteACLCommand.ts b/clients/client-memorydb/src/commands/DeleteACLCommand.ts index bdfd1108ac32a..b522c43106b55 100644 --- a/clients/client-memorydb/src/commands/DeleteACLCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteACLCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteACLRequest, DeleteACLResponse } from "../models/models_0"; import { de_DeleteACLCommand, se_DeleteACLCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/DeleteClusterCommand.ts b/clients/client-memorydb/src/commands/DeleteClusterCommand.ts index 017b786d20be7..6e611a860ea17 100644 --- a/clients/client-memorydb/src/commands/DeleteClusterCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteClusterCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0"; import { de_DeleteClusterCommand, se_DeleteClusterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/DeleteParameterGroupCommand.ts b/clients/client-memorydb/src/commands/DeleteParameterGroupCommand.ts index b8059f220462a..1a077ddb9f797 100644 --- a/clients/client-memorydb/src/commands/DeleteParameterGroupCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteParameterGroupRequest, DeleteParameterGroupResponse } from "../models/models_0"; import { de_DeleteParameterGroupCommand, se_DeleteParameterGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/DeleteSnapshotCommand.ts b/clients/client-memorydb/src/commands/DeleteSnapshotCommand.ts index 6e1b4d978e54f..59a6575369f17 100644 --- a/clients/client-memorydb/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteSnapshotCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteSnapshotRequest, DeleteSnapshotResponse } from "../models/models_0"; import { de_DeleteSnapshotCommand, se_DeleteSnapshotCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/DeleteSubnetGroupCommand.ts b/clients/client-memorydb/src/commands/DeleteSubnetGroupCommand.ts index 8a8cdae5b30a2..21ce4ef7b7df7 100644 --- a/clients/client-memorydb/src/commands/DeleteSubnetGroupCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteSubnetGroupCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteSubnetGroupRequest, DeleteSubnetGroupResponse } from "../models/models_0"; import { de_DeleteSubnetGroupCommand, se_DeleteSubnetGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/DeleteUserCommand.ts b/clients/client-memorydb/src/commands/DeleteUserCommand.ts index 275b74aec6f8f..18e08f97ca800 100644 --- a/clients/client-memorydb/src/commands/DeleteUserCommand.ts +++ b/clients/client-memorydb/src/commands/DeleteUserCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DeleteUserRequest, DeleteUserResponse } from "../models/models_0"; import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/DescribeACLsCommand.ts b/clients/client-memorydb/src/commands/DescribeACLsCommand.ts index d8143308fa208..d376da39d834f 100644 --- a/clients/client-memorydb/src/commands/DescribeACLsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeACLsCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeACLsRequest, DescribeACLsResponse } from "../models/models_0"; import { de_DescribeACLsCommand, se_DescribeACLsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/DescribeClustersCommand.ts b/clients/client-memorydb/src/commands/DescribeClustersCommand.ts index 144f34866397a..9ac16fb4b7b6e 100644 --- a/clients/client-memorydb/src/commands/DescribeClustersCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeClustersCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeClustersRequest, DescribeClustersResponse } from "../models/models_0"; import { de_DescribeClustersCommand, se_DescribeClustersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/DescribeEngineVersionsCommand.ts b/clients/client-memorydb/src/commands/DescribeEngineVersionsCommand.ts index baab717a43b34..b76ef74dc149d 100644 --- a/clients/client-memorydb/src/commands/DescribeEngineVersionsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeEngineVersionsCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeEngineVersionsRequest, DescribeEngineVersionsResponse } from "../models/models_0"; import { de_DescribeEngineVersionsCommand, se_DescribeEngineVersionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/DescribeEventsCommand.ts b/clients/client-memorydb/src/commands/DescribeEventsCommand.ts index d915b454958b3..866804491b911 100644 --- a/clients/client-memorydb/src/commands/DescribeEventsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeEventsCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeEventsRequest, DescribeEventsResponse } from "../models/models_0"; import { de_DescribeEventsCommand, se_DescribeEventsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/DescribeParameterGroupsCommand.ts b/clients/client-memorydb/src/commands/DescribeParameterGroupsCommand.ts index dedff32e05464..36b31dc24295c 100644 --- a/clients/client-memorydb/src/commands/DescribeParameterGroupsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeParameterGroupsCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeParameterGroupsRequest, DescribeParameterGroupsResponse } from "../models/models_0"; import { de_DescribeParameterGroupsCommand, se_DescribeParameterGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/DescribeParametersCommand.ts b/clients/client-memorydb/src/commands/DescribeParametersCommand.ts index fea0cd20169ee..a6eca5fe5f34a 100644 --- a/clients/client-memorydb/src/commands/DescribeParametersCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeParametersCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeParametersRequest, DescribeParametersResponse } from "../models/models_0"; import { de_DescribeParametersCommand, se_DescribeParametersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/DescribeReservedNodesCommand.ts b/clients/client-memorydb/src/commands/DescribeReservedNodesCommand.ts index 825f171c55015..c76eabeb10d43 100644 --- a/clients/client-memorydb/src/commands/DescribeReservedNodesCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeReservedNodesCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeReservedNodesRequest, DescribeReservedNodesResponse } from "../models/models_0"; import { de_DescribeReservedNodesCommand, se_DescribeReservedNodesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/DescribeReservedNodesOfferingsCommand.ts b/clients/client-memorydb/src/commands/DescribeReservedNodesOfferingsCommand.ts index e773630ff6e8e..b9848446c48bd 100644 --- a/clients/client-memorydb/src/commands/DescribeReservedNodesOfferingsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeReservedNodesOfferingsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeReservedNodesOfferingsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/DescribeServiceUpdatesCommand.ts b/clients/client-memorydb/src/commands/DescribeServiceUpdatesCommand.ts index e5dc071e98494..7917eb9e829f7 100644 --- a/clients/client-memorydb/src/commands/DescribeServiceUpdatesCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeServiceUpdatesCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeServiceUpdatesRequest, DescribeServiceUpdatesResponse } from "../models/models_0"; import { de_DescribeServiceUpdatesCommand, se_DescribeServiceUpdatesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/DescribeSnapshotsCommand.ts b/clients/client-memorydb/src/commands/DescribeSnapshotsCommand.ts index 222a35f633ff1..2805be5aeacb0 100644 --- a/clients/client-memorydb/src/commands/DescribeSnapshotsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeSnapshotsCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeSnapshotsRequest, DescribeSnapshotsResponse } from "../models/models_0"; import { de_DescribeSnapshotsCommand, se_DescribeSnapshotsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/DescribeSubnetGroupsCommand.ts b/clients/client-memorydb/src/commands/DescribeSubnetGroupsCommand.ts index f6c1824fcbf62..7d5936a376dde 100644 --- a/clients/client-memorydb/src/commands/DescribeSubnetGroupsCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeSubnetGroupsCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeSubnetGroupsRequest, DescribeSubnetGroupsResponse } from "../models/models_0"; import { de_DescribeSubnetGroupsCommand, se_DescribeSubnetGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/DescribeUsersCommand.ts b/clients/client-memorydb/src/commands/DescribeUsersCommand.ts index b6f15caf1bc5c..12f85660650f8 100644 --- a/clients/client-memorydb/src/commands/DescribeUsersCommand.ts +++ b/clients/client-memorydb/src/commands/DescribeUsersCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { DescribeUsersRequest, DescribeUsersResponse } from "../models/models_0"; import { de_DescribeUsersCommand, se_DescribeUsersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/FailoverShardCommand.ts b/clients/client-memorydb/src/commands/FailoverShardCommand.ts index 55337229f2c82..cb4366b616f6d 100644 --- a/clients/client-memorydb/src/commands/FailoverShardCommand.ts +++ b/clients/client-memorydb/src/commands/FailoverShardCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { FailoverShardRequest, FailoverShardResponse } from "../models/models_0"; import { de_FailoverShardCommand, se_FailoverShardCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/ListAllowedNodeTypeUpdatesCommand.ts b/clients/client-memorydb/src/commands/ListAllowedNodeTypeUpdatesCommand.ts index df807188fbc65..32572b47f6cce 100644 --- a/clients/client-memorydb/src/commands/ListAllowedNodeTypeUpdatesCommand.ts +++ b/clients/client-memorydb/src/commands/ListAllowedNodeTypeUpdatesCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListAllowedNodeTypeUpdatesRequest, ListAllowedNodeTypeUpdatesResponse } from "../models/models_0"; import { de_ListAllowedNodeTypeUpdatesCommand, se_ListAllowedNodeTypeUpdatesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/ListTagsCommand.ts b/clients/client-memorydb/src/commands/ListTagsCommand.ts index 42f3c076a2c13..d2f816d9e6ed8 100644 --- a/clients/client-memorydb/src/commands/ListTagsCommand.ts +++ b/clients/client-memorydb/src/commands/ListTagsCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ListTagsRequest, ListTagsResponse } from "../models/models_0"; import { de_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/PurchaseReservedNodesOfferingCommand.ts b/clients/client-memorydb/src/commands/PurchaseReservedNodesOfferingCommand.ts index 0c9f2be602fee..8773fc33ebc9e 100644 --- a/clients/client-memorydb/src/commands/PurchaseReservedNodesOfferingCommand.ts +++ b/clients/client-memorydb/src/commands/PurchaseReservedNodesOfferingCommand.ts @@ -20,6 +20,10 @@ import { se_PurchaseReservedNodesOfferingCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/ResetParameterGroupCommand.ts b/clients/client-memorydb/src/commands/ResetParameterGroupCommand.ts index fbe8543116933..df4c1b1a4efea 100644 --- a/clients/client-memorydb/src/commands/ResetParameterGroupCommand.ts +++ b/clients/client-memorydb/src/commands/ResetParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { ResetParameterGroupRequest, ResetParameterGroupResponse } from "../models/models_0"; import { de_ResetParameterGroupCommand, se_ResetParameterGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/TagResourceCommand.ts b/clients/client-memorydb/src/commands/TagResourceCommand.ts index 77a756f2df3d2..3429b9021cfde 100644 --- a/clients/client-memorydb/src/commands/TagResourceCommand.ts +++ b/clients/client-memorydb/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/UntagResourceCommand.ts b/clients/client-memorydb/src/commands/UntagResourceCommand.ts index 692d341956e9e..fadfcc9ae9403 100644 --- a/clients/client-memorydb/src/commands/UntagResourceCommand.ts +++ b/clients/client-memorydb/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/UpdateACLCommand.ts b/clients/client-memorydb/src/commands/UpdateACLCommand.ts index b882793a82cf0..b872e1a9ae5c8 100644 --- a/clients/client-memorydb/src/commands/UpdateACLCommand.ts +++ b/clients/client-memorydb/src/commands/UpdateACLCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateACLRequest, UpdateACLResponse } from "../models/models_0"; import { de_UpdateACLCommand, se_UpdateACLCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/UpdateClusterCommand.ts b/clients/client-memorydb/src/commands/UpdateClusterCommand.ts index 0ed31bb7f68db..4bc2802b6a64a 100644 --- a/clients/client-memorydb/src/commands/UpdateClusterCommand.ts +++ b/clients/client-memorydb/src/commands/UpdateClusterCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateClusterRequest, UpdateClusterResponse } from "../models/models_0"; import { de_UpdateClusterCommand, se_UpdateClusterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/UpdateParameterGroupCommand.ts b/clients/client-memorydb/src/commands/UpdateParameterGroupCommand.ts index f2b6c0d4b6b51..8e05e755772f2 100644 --- a/clients/client-memorydb/src/commands/UpdateParameterGroupCommand.ts +++ b/clients/client-memorydb/src/commands/UpdateParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateParameterGroupRequest, UpdateParameterGroupResponse } from "../models/models_0"; import { de_UpdateParameterGroupCommand, se_UpdateParameterGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/UpdateSubnetGroupCommand.ts b/clients/client-memorydb/src/commands/UpdateSubnetGroupCommand.ts index 5211c3d869041..78376f82aace2 100644 --- a/clients/client-memorydb/src/commands/UpdateSubnetGroupCommand.ts +++ b/clients/client-memorydb/src/commands/UpdateSubnetGroupCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateSubnetGroupRequest, UpdateSubnetGroupResponse } from "../models/models_0"; import { de_UpdateSubnetGroupCommand, se_UpdateSubnetGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/commands/UpdateUserCommand.ts b/clients/client-memorydb/src/commands/UpdateUserCommand.ts index 4fae59ff48bf7..5f1c70b6b44c3 100644 --- a/clients/client-memorydb/src/commands/UpdateUserCommand.ts +++ b/clients/client-memorydb/src/commands/UpdateUserCommand.ts @@ -17,6 +17,10 @@ import { MemoryDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } f import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0"; import { de_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-memorydb/src/index.ts b/clients/client-memorydb/src/index.ts index 3ad5fe268cfee..60145031e3a1e 100644 --- a/clients/client-memorydb/src/index.ts +++ b/clients/client-memorydb/src/index.ts @@ -1,8 +1,16 @@ -export * from "./MemoryDB"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

MemoryDB for Redis is a fully managed, Redis-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures. + * + * MemoryDB stores the entire database in-memory, enabling low latency and high throughput data access. It is compatible with Redis, a popular open source data store, enabling you to leverage Redis’ flexible and friendly data structures, APIs, and commands.

+ * + * @packageDocumentation + */ export * from "./MemoryDBClient"; +export * from "./MemoryDB"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { MemoryDBServiceException } from "./models/MemoryDBServiceException"; diff --git a/clients/client-memorydb/src/models/MemoryDBServiceException.ts b/clients/client-memorydb/src/models/MemoryDBServiceException.ts index 58134f7592948..2890010ff049f 100644 --- a/clients/client-memorydb/src/models/MemoryDBServiceException.ts +++ b/clients/client-memorydb/src/models/MemoryDBServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-mgn/src/MgnClient.ts b/clients/client-mgn/src/MgnClient.ts index 360277d997a3b..8bc2e9ea2c5ae 100644 --- a/clients/client-mgn/src/MgnClient.ts +++ b/clients/client-mgn/src/MgnClient.ts @@ -216,6 +216,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -475,7 +477,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MgnClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MgnClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -494,7 +496,7 @@ export interface MgnClientConfig extends MgnClientConfigType {} /** * @public */ -type MgnClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MgnClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-mgn/src/commands/ArchiveApplicationCommand.ts b/clients/client-mgn/src/commands/ArchiveApplicationCommand.ts index 5c1eaae86bd2e..f381a5bfb5c34 100644 --- a/clients/client-mgn/src/commands/ArchiveApplicationCommand.ts +++ b/clients/client-mgn/src/commands/ArchiveApplicationCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { Application, ApplicationFilterSensitiveLog, ArchiveApplicationRequest } from "../models/models_0"; import { de_ArchiveApplicationCommand, se_ArchiveApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/ArchiveWaveCommand.ts b/clients/client-mgn/src/commands/ArchiveWaveCommand.ts index d50b5bfb318fd..d7e2c48e82d4f 100644 --- a/clients/client-mgn/src/commands/ArchiveWaveCommand.ts +++ b/clients/client-mgn/src/commands/ArchiveWaveCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ArchiveWaveRequest, Wave, WaveFilterSensitiveLog } from "../models/models_0"; import { de_ArchiveWaveCommand, se_ArchiveWaveCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/AssociateApplicationsCommand.ts b/clients/client-mgn/src/commands/AssociateApplicationsCommand.ts index 9d3ddf093b839..e5906504f0685 100644 --- a/clients/client-mgn/src/commands/AssociateApplicationsCommand.ts +++ b/clients/client-mgn/src/commands/AssociateApplicationsCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AssociateApplicationsRequest, AssociateApplicationsResponse } from "../models/models_0"; import { de_AssociateApplicationsCommand, se_AssociateApplicationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/AssociateSourceServersCommand.ts b/clients/client-mgn/src/commands/AssociateSourceServersCommand.ts index 1dce7373481fb..8498ebb9297c4 100644 --- a/clients/client-mgn/src/commands/AssociateSourceServersCommand.ts +++ b/clients/client-mgn/src/commands/AssociateSourceServersCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { AssociateSourceServersRequest, AssociateSourceServersResponse } from "../models/models_0"; import { de_AssociateSourceServersCommand, se_AssociateSourceServersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/ChangeServerLifeCycleStateCommand.ts b/clients/client-mgn/src/commands/ChangeServerLifeCycleStateCommand.ts index 0aaba2537e9cd..92468b17c784f 100644 --- a/clients/client-mgn/src/commands/ChangeServerLifeCycleStateCommand.ts +++ b/clients/client-mgn/src/commands/ChangeServerLifeCycleStateCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ChangeServerLifeCycleStateRequest, SourceServer, SourceServerFilterSensitiveLog } from "../models/models_0"; import { de_ChangeServerLifeCycleStateCommand, se_ChangeServerLifeCycleStateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/CreateApplicationCommand.ts b/clients/client-mgn/src/commands/CreateApplicationCommand.ts index 78d47732ddb21..932c29c154c77 100644 --- a/clients/client-mgn/src/commands/CreateApplicationCommand.ts +++ b/clients/client-mgn/src/commands/CreateApplicationCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/CreateLaunchConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/CreateLaunchConfigurationTemplateCommand.ts index a7aec382d5586..93d6d6adb0439 100644 --- a/clients/client-mgn/src/commands/CreateLaunchConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/CreateLaunchConfigurationTemplateCommand.ts @@ -25,6 +25,10 @@ import { se_CreateLaunchConfigurationTemplateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/CreateReplicationConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/CreateReplicationConfigurationTemplateCommand.ts index 2c666232c436c..5d07744eb5425 100644 --- a/clients/client-mgn/src/commands/CreateReplicationConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/CreateReplicationConfigurationTemplateCommand.ts @@ -25,6 +25,10 @@ import { se_CreateReplicationConfigurationTemplateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/CreateWaveCommand.ts b/clients/client-mgn/src/commands/CreateWaveCommand.ts index 28a89aba30344..4d98ea433ce40 100644 --- a/clients/client-mgn/src/commands/CreateWaveCommand.ts +++ b/clients/client-mgn/src/commands/CreateWaveCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_CreateWaveCommand, se_CreateWaveCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/DeleteApplicationCommand.ts b/clients/client-mgn/src/commands/DeleteApplicationCommand.ts index f482adc61afd6..a3adbe01ec4a7 100644 --- a/clients/client-mgn/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-mgn/src/commands/DeleteApplicationCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0"; import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/DeleteJobCommand.ts b/clients/client-mgn/src/commands/DeleteJobCommand.ts index 36eef25a345d8..81d6c11e6b60c 100644 --- a/clients/client-mgn/src/commands/DeleteJobCommand.ts +++ b/clients/client-mgn/src/commands/DeleteJobCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteJobRequest, DeleteJobResponse } from "../models/models_0"; import { de_DeleteJobCommand, se_DeleteJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/DeleteLaunchConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/DeleteLaunchConfigurationTemplateCommand.ts index 18bd1da147f85..4a4f4f4c8917d 100644 --- a/clients/client-mgn/src/commands/DeleteLaunchConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/DeleteLaunchConfigurationTemplateCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteLaunchConfigurationTemplateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/DeleteReplicationConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/DeleteReplicationConfigurationTemplateCommand.ts index a7626467d63e8..83e70d9370321 100644 --- a/clients/client-mgn/src/commands/DeleteReplicationConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/DeleteReplicationConfigurationTemplateCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteReplicationConfigurationTemplateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/DeleteSourceServerCommand.ts b/clients/client-mgn/src/commands/DeleteSourceServerCommand.ts index 0c071362c2960..be9d33ca4e32b 100644 --- a/clients/client-mgn/src/commands/DeleteSourceServerCommand.ts +++ b/clients/client-mgn/src/commands/DeleteSourceServerCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteSourceServerRequest, DeleteSourceServerResponse } from "../models/models_0"; import { de_DeleteSourceServerCommand, se_DeleteSourceServerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/DeleteVcenterClientCommand.ts b/clients/client-mgn/src/commands/DeleteVcenterClientCommand.ts index 5a46152341b6a..0c02d92fd9c16 100644 --- a/clients/client-mgn/src/commands/DeleteVcenterClientCommand.ts +++ b/clients/client-mgn/src/commands/DeleteVcenterClientCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteVcenterClientRequest } from "../models/models_0"; import { de_DeleteVcenterClientCommand, se_DeleteVcenterClientCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/DeleteWaveCommand.ts b/clients/client-mgn/src/commands/DeleteWaveCommand.ts index ab084a5db8f2a..62687b86713dd 100644 --- a/clients/client-mgn/src/commands/DeleteWaveCommand.ts +++ b/clients/client-mgn/src/commands/DeleteWaveCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DeleteWaveRequest, DeleteWaveResponse } from "../models/models_0"; import { de_DeleteWaveCommand, se_DeleteWaveCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/DescribeJobLogItemsCommand.ts b/clients/client-mgn/src/commands/DescribeJobLogItemsCommand.ts index b5b85bbdcef9f..3330b0518defc 100644 --- a/clients/client-mgn/src/commands/DescribeJobLogItemsCommand.ts +++ b/clients/client-mgn/src/commands/DescribeJobLogItemsCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeJobLogItemsRequest, DescribeJobLogItemsResponse } from "../models/models_0"; import { de_DescribeJobLogItemsCommand, se_DescribeJobLogItemsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/DescribeJobsCommand.ts b/clients/client-mgn/src/commands/DescribeJobsCommand.ts index 37cde2b987316..d235c3b87ff7f 100644 --- a/clients/client-mgn/src/commands/DescribeJobsCommand.ts +++ b/clients/client-mgn/src/commands/DescribeJobsCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DescribeJobsRequest, DescribeJobsResponse, DescribeJobsResponseFilterSensitiveLog } from "../models/models_0"; import { de_DescribeJobsCommand, se_DescribeJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts b/clients/client-mgn/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts index 6b992a7dde225..b5a2fd424e76f 100644 --- a/clients/client-mgn/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts +++ b/clients/client-mgn/src/commands/DescribeLaunchConfigurationTemplatesCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeLaunchConfigurationTemplatesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts b/clients/client-mgn/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts index 0e6ee15f5d304..aaae1a73e7b1e 100644 --- a/clients/client-mgn/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts +++ b/clients/client-mgn/src/commands/DescribeReplicationConfigurationTemplatesCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeReplicationConfigurationTemplatesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/DescribeSourceServersCommand.ts b/clients/client-mgn/src/commands/DescribeSourceServersCommand.ts index 07d2c0bd68c07..f430c8505b983 100644 --- a/clients/client-mgn/src/commands/DescribeSourceServersCommand.ts +++ b/clients/client-mgn/src/commands/DescribeSourceServersCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeSourceServersCommand, se_DescribeSourceServersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/DescribeVcenterClientsCommand.ts b/clients/client-mgn/src/commands/DescribeVcenterClientsCommand.ts index fe48270227d1a..09a4a256dcb5d 100644 --- a/clients/client-mgn/src/commands/DescribeVcenterClientsCommand.ts +++ b/clients/client-mgn/src/commands/DescribeVcenterClientsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_DescribeVcenterClientsCommand, se_DescribeVcenterClientsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/DisassociateApplicationsCommand.ts b/clients/client-mgn/src/commands/DisassociateApplicationsCommand.ts index 2c43e77330694..5c70f4381784e 100644 --- a/clients/client-mgn/src/commands/DisassociateApplicationsCommand.ts +++ b/clients/client-mgn/src/commands/DisassociateApplicationsCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisassociateApplicationsRequest, DisassociateApplicationsResponse } from "../models/models_0"; import { de_DisassociateApplicationsCommand, se_DisassociateApplicationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/DisassociateSourceServersCommand.ts b/clients/client-mgn/src/commands/DisassociateSourceServersCommand.ts index 637030e66f319..289e2cbab720b 100644 --- a/clients/client-mgn/src/commands/DisassociateSourceServersCommand.ts +++ b/clients/client-mgn/src/commands/DisassociateSourceServersCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisassociateSourceServersRequest, DisassociateSourceServersResponse } from "../models/models_0"; import { de_DisassociateSourceServersCommand, se_DisassociateSourceServersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/DisconnectFromServiceCommand.ts b/clients/client-mgn/src/commands/DisconnectFromServiceCommand.ts index b98d134d67d9c..58cc717cf4b9c 100644 --- a/clients/client-mgn/src/commands/DisconnectFromServiceCommand.ts +++ b/clients/client-mgn/src/commands/DisconnectFromServiceCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { DisconnectFromServiceRequest, SourceServer, SourceServerFilterSensitiveLog } from "../models/models_0"; import { de_DisconnectFromServiceCommand, se_DisconnectFromServiceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/FinalizeCutoverCommand.ts b/clients/client-mgn/src/commands/FinalizeCutoverCommand.ts index 72b509081067b..8620a06fed5b4 100644 --- a/clients/client-mgn/src/commands/FinalizeCutoverCommand.ts +++ b/clients/client-mgn/src/commands/FinalizeCutoverCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { FinalizeCutoverRequest, SourceServer, SourceServerFilterSensitiveLog } from "../models/models_0"; import { de_FinalizeCutoverCommand, se_FinalizeCutoverCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/GetLaunchConfigurationCommand.ts b/clients/client-mgn/src/commands/GetLaunchConfigurationCommand.ts index 26e08a94dde78..3143067cdbff1 100644 --- a/clients/client-mgn/src/commands/GetLaunchConfigurationCommand.ts +++ b/clients/client-mgn/src/commands/GetLaunchConfigurationCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { GetLaunchConfigurationRequest, LaunchConfiguration } from "../models/models_0"; import { de_GetLaunchConfigurationCommand, se_GetLaunchConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/GetReplicationConfigurationCommand.ts b/clients/client-mgn/src/commands/GetReplicationConfigurationCommand.ts index 553a6830bef2c..4fbb2fcf737f5 100644 --- a/clients/client-mgn/src/commands/GetReplicationConfigurationCommand.ts +++ b/clients/client-mgn/src/commands/GetReplicationConfigurationCommand.ts @@ -24,6 +24,10 @@ import { se_GetReplicationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/InitializeServiceCommand.ts b/clients/client-mgn/src/commands/InitializeServiceCommand.ts index cefb980890cc0..5f7588a7530b7 100644 --- a/clients/client-mgn/src/commands/InitializeServiceCommand.ts +++ b/clients/client-mgn/src/commands/InitializeServiceCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { InitializeServiceRequest, InitializeServiceResponse } from "../models/models_0"; import { de_InitializeServiceCommand, se_InitializeServiceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/ListApplicationsCommand.ts b/clients/client-mgn/src/commands/ListApplicationsCommand.ts index 91604bf2624b9..bbaa12be7dafd 100644 --- a/clients/client-mgn/src/commands/ListApplicationsCommand.ts +++ b/clients/client-mgn/src/commands/ListApplicationsCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/ListExportErrorsCommand.ts b/clients/client-mgn/src/commands/ListExportErrorsCommand.ts index a0cd20d5cc216..7d6ccd6778afb 100644 --- a/clients/client-mgn/src/commands/ListExportErrorsCommand.ts +++ b/clients/client-mgn/src/commands/ListExportErrorsCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListExportErrorsRequest, ListExportErrorsResponse } from "../models/models_0"; import { de_ListExportErrorsCommand, se_ListExportErrorsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/ListExportsCommand.ts b/clients/client-mgn/src/commands/ListExportsCommand.ts index 587a7e7203d5f..9d80cc34388f3 100644 --- a/clients/client-mgn/src/commands/ListExportsCommand.ts +++ b/clients/client-mgn/src/commands/ListExportsCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListExportsRequest, ListExportsResponse } from "../models/models_0"; import { de_ListExportsCommand, se_ListExportsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/ListImportErrorsCommand.ts b/clients/client-mgn/src/commands/ListImportErrorsCommand.ts index 584f1e9a0d0bf..9b6abce85d6c6 100644 --- a/clients/client-mgn/src/commands/ListImportErrorsCommand.ts +++ b/clients/client-mgn/src/commands/ListImportErrorsCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListImportErrorsRequest, ListImportErrorsResponse } from "../models/models_0"; import { de_ListImportErrorsCommand, se_ListImportErrorsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/ListImportsCommand.ts b/clients/client-mgn/src/commands/ListImportsCommand.ts index 3a07821c6c0fc..c786d7b5e5bdc 100644 --- a/clients/client-mgn/src/commands/ListImportsCommand.ts +++ b/clients/client-mgn/src/commands/ListImportsCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListImportsRequest, ListImportsResponse } from "../models/models_0"; import { de_ListImportsCommand, se_ListImportsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/ListSourceServerActionsCommand.ts b/clients/client-mgn/src/commands/ListSourceServerActionsCommand.ts index fab2c7c86cb0f..afe4c07de7b1e 100644 --- a/clients/client-mgn/src/commands/ListSourceServerActionsCommand.ts +++ b/clients/client-mgn/src/commands/ListSourceServerActionsCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListSourceServerActionsRequest, ListSourceServerActionsResponse } from "../models/models_0"; import { de_ListSourceServerActionsCommand, se_ListSourceServerActionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/ListTagsForResourceCommand.ts b/clients/client-mgn/src/commands/ListTagsForResourceCommand.ts index d237c1d5e97d5..eb26583edd5bc 100644 --- a/clients/client-mgn/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mgn/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/ListTemplateActionsCommand.ts b/clients/client-mgn/src/commands/ListTemplateActionsCommand.ts index e76aa1e92b023..6b3c74f1e6423 100644 --- a/clients/client-mgn/src/commands/ListTemplateActionsCommand.ts +++ b/clients/client-mgn/src/commands/ListTemplateActionsCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListTemplateActionsRequest, ListTemplateActionsResponse } from "../models/models_0"; import { de_ListTemplateActionsCommand, se_ListTemplateActionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/ListWavesCommand.ts b/clients/client-mgn/src/commands/ListWavesCommand.ts index 0b841e683f93f..320b4810dc847 100644 --- a/clients/client-mgn/src/commands/ListWavesCommand.ts +++ b/clients/client-mgn/src/commands/ListWavesCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { ListWavesRequest, ListWavesResponse, ListWavesResponseFilterSensitiveLog } from "../models/models_0"; import { de_ListWavesCommand, se_ListWavesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/MarkAsArchivedCommand.ts b/clients/client-mgn/src/commands/MarkAsArchivedCommand.ts index db6d49bc62a35..435633cb44f3c 100644 --- a/clients/client-mgn/src/commands/MarkAsArchivedCommand.ts +++ b/clients/client-mgn/src/commands/MarkAsArchivedCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { MarkAsArchivedRequest, SourceServer, SourceServerFilterSensitiveLog } from "../models/models_0"; import { de_MarkAsArchivedCommand, se_MarkAsArchivedCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/PutSourceServerActionCommand.ts b/clients/client-mgn/src/commands/PutSourceServerActionCommand.ts index 38e29dc507174..07f98254eb30a 100644 --- a/clients/client-mgn/src/commands/PutSourceServerActionCommand.ts +++ b/clients/client-mgn/src/commands/PutSourceServerActionCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutSourceServerActionRequest, SourceServerActionDocument } from "../models/models_0"; import { de_PutSourceServerActionCommand, se_PutSourceServerActionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/PutTemplateActionCommand.ts b/clients/client-mgn/src/commands/PutTemplateActionCommand.ts index e7fe320bf539c..a43c7bf5a3f2b 100644 --- a/clients/client-mgn/src/commands/PutTemplateActionCommand.ts +++ b/clients/client-mgn/src/commands/PutTemplateActionCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { PutTemplateActionRequest, TemplateActionDocument } from "../models/models_0"; import { de_PutTemplateActionCommand, se_PutTemplateActionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/RemoveSourceServerActionCommand.ts b/clients/client-mgn/src/commands/RemoveSourceServerActionCommand.ts index 62e7d00112a74..4a137ccec8a0a 100644 --- a/clients/client-mgn/src/commands/RemoveSourceServerActionCommand.ts +++ b/clients/client-mgn/src/commands/RemoveSourceServerActionCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RemoveSourceServerActionRequest, RemoveSourceServerActionResponse } from "../models/models_0"; import { de_RemoveSourceServerActionCommand, se_RemoveSourceServerActionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/RemoveTemplateActionCommand.ts b/clients/client-mgn/src/commands/RemoveTemplateActionCommand.ts index af124556c665c..db20b8c52c13a 100644 --- a/clients/client-mgn/src/commands/RemoveTemplateActionCommand.ts +++ b/clients/client-mgn/src/commands/RemoveTemplateActionCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RemoveTemplateActionRequest, RemoveTemplateActionResponse } from "../models/models_0"; import { de_RemoveTemplateActionCommand, se_RemoveTemplateActionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/RetryDataReplicationCommand.ts b/clients/client-mgn/src/commands/RetryDataReplicationCommand.ts index e4d1d099d0e8a..903ca1faf166a 100644 --- a/clients/client-mgn/src/commands/RetryDataReplicationCommand.ts +++ b/clients/client-mgn/src/commands/RetryDataReplicationCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { RetryDataReplicationRequest, SourceServer, SourceServerFilterSensitiveLog } from "../models/models_0"; import { de_RetryDataReplicationCommand, se_RetryDataReplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/StartCutoverCommand.ts b/clients/client-mgn/src/commands/StartCutoverCommand.ts index 0654816ba831a..c56473051bd63 100644 --- a/clients/client-mgn/src/commands/StartCutoverCommand.ts +++ b/clients/client-mgn/src/commands/StartCutoverCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_StartCutoverCommand, se_StartCutoverCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/StartExportCommand.ts b/clients/client-mgn/src/commands/StartExportCommand.ts index cca1ede364cad..991fc5bdf271e 100644 --- a/clients/client-mgn/src/commands/StartExportCommand.ts +++ b/clients/client-mgn/src/commands/StartExportCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { StartExportRequest, StartExportResponse } from "../models/models_0"; import { de_StartExportCommand, se_StartExportCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/StartImportCommand.ts b/clients/client-mgn/src/commands/StartImportCommand.ts index 446290f9eed33..b1ef5cedcd79f 100644 --- a/clients/client-mgn/src/commands/StartImportCommand.ts +++ b/clients/client-mgn/src/commands/StartImportCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { StartImportRequest, StartImportResponse } from "../models/models_0"; import { de_StartImportCommand, se_StartImportCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/StartReplicationCommand.ts b/clients/client-mgn/src/commands/StartReplicationCommand.ts index bdb485e991a37..630c7877ab1b9 100644 --- a/clients/client-mgn/src/commands/StartReplicationCommand.ts +++ b/clients/client-mgn/src/commands/StartReplicationCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { SourceServer, SourceServerFilterSensitiveLog, StartReplicationRequest } from "../models/models_0"; import { de_StartReplicationCommand, se_StartReplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/StartTestCommand.ts b/clients/client-mgn/src/commands/StartTestCommand.ts index 1c038faebb41f..d0f0f50f594c0 100644 --- a/clients/client-mgn/src/commands/StartTestCommand.ts +++ b/clients/client-mgn/src/commands/StartTestCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_StartTestCommand, se_StartTestCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/TagResourceCommand.ts b/clients/client-mgn/src/commands/TagResourceCommand.ts index a26e9e74fac71..c4866a09a5c2e 100644 --- a/clients/client-mgn/src/commands/TagResourceCommand.ts +++ b/clients/client-mgn/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { TagResourceRequest, TagResourceRequestFilterSensitiveLog } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/TerminateTargetInstancesCommand.ts b/clients/client-mgn/src/commands/TerminateTargetInstancesCommand.ts index b20f0cb6604b9..491a6c74cb180 100644 --- a/clients/client-mgn/src/commands/TerminateTargetInstancesCommand.ts +++ b/clients/client-mgn/src/commands/TerminateTargetInstancesCommand.ts @@ -22,6 +22,10 @@ import { } from "../models/models_0"; import { de_TerminateTargetInstancesCommand, se_TerminateTargetInstancesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/UnarchiveApplicationCommand.ts b/clients/client-mgn/src/commands/UnarchiveApplicationCommand.ts index 60213f3c0a8d7..2047d3aef9f83 100644 --- a/clients/client-mgn/src/commands/UnarchiveApplicationCommand.ts +++ b/clients/client-mgn/src/commands/UnarchiveApplicationCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { Application, ApplicationFilterSensitiveLog, UnarchiveApplicationRequest } from "../models/models_0"; import { de_UnarchiveApplicationCommand, se_UnarchiveApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/UnarchiveWaveCommand.ts b/clients/client-mgn/src/commands/UnarchiveWaveCommand.ts index a5f2a9ac69c98..77adc77d2e886 100644 --- a/clients/client-mgn/src/commands/UnarchiveWaveCommand.ts +++ b/clients/client-mgn/src/commands/UnarchiveWaveCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UnarchiveWaveRequest, Wave, WaveFilterSensitiveLog } from "../models/models_0"; import { de_UnarchiveWaveCommand, se_UnarchiveWaveCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/UntagResourceCommand.ts b/clients/client-mgn/src/commands/UntagResourceCommand.ts index 1f7e6a79d01aa..4533368a14fca 100644 --- a/clients/client-mgn/src/commands/UntagResourceCommand.ts +++ b/clients/client-mgn/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UntagResourceRequest, UntagResourceRequestFilterSensitiveLog } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/UpdateApplicationCommand.ts b/clients/client-mgn/src/commands/UpdateApplicationCommand.ts index cd46fe1e0ace3..82ee2a00f2d8b 100644 --- a/clients/client-mgn/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-mgn/src/commands/UpdateApplicationCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { Application, ApplicationFilterSensitiveLog, UpdateApplicationRequest } from "../models/models_0"; import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/UpdateLaunchConfigurationCommand.ts b/clients/client-mgn/src/commands/UpdateLaunchConfigurationCommand.ts index 9012b1fa5ae48..05d7e83caaf8e 100644 --- a/clients/client-mgn/src/commands/UpdateLaunchConfigurationCommand.ts +++ b/clients/client-mgn/src/commands/UpdateLaunchConfigurationCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { LaunchConfiguration, UpdateLaunchConfigurationRequest } from "../models/models_0"; import { de_UpdateLaunchConfigurationCommand, se_UpdateLaunchConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/UpdateLaunchConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/UpdateLaunchConfigurationTemplateCommand.ts index 05abb4cd6a786..fd4d45ed9eac6 100644 --- a/clients/client-mgn/src/commands/UpdateLaunchConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/UpdateLaunchConfigurationTemplateCommand.ts @@ -24,6 +24,10 @@ import { se_UpdateLaunchConfigurationTemplateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/UpdateReplicationConfigurationCommand.ts b/clients/client-mgn/src/commands/UpdateReplicationConfigurationCommand.ts index 4be32e7dcf630..f1fcc79583696 100644 --- a/clients/client-mgn/src/commands/UpdateReplicationConfigurationCommand.ts +++ b/clients/client-mgn/src/commands/UpdateReplicationConfigurationCommand.ts @@ -25,6 +25,10 @@ import { se_UpdateReplicationConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/UpdateReplicationConfigurationTemplateCommand.ts b/clients/client-mgn/src/commands/UpdateReplicationConfigurationTemplateCommand.ts index 9397da93dabe9..183dc0c48b4fa 100644 --- a/clients/client-mgn/src/commands/UpdateReplicationConfigurationTemplateCommand.ts +++ b/clients/client-mgn/src/commands/UpdateReplicationConfigurationTemplateCommand.ts @@ -25,6 +25,10 @@ import { se_UpdateReplicationConfigurationTemplateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/UpdateSourceServerReplicationTypeCommand.ts b/clients/client-mgn/src/commands/UpdateSourceServerReplicationTypeCommand.ts index 3798cb2f71e2d..13aedf1cf32f7 100644 --- a/clients/client-mgn/src/commands/UpdateSourceServerReplicationTypeCommand.ts +++ b/clients/client-mgn/src/commands/UpdateSourceServerReplicationTypeCommand.ts @@ -24,6 +24,10 @@ import { se_UpdateSourceServerReplicationTypeCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/commands/UpdateWaveCommand.ts b/clients/client-mgn/src/commands/UpdateWaveCommand.ts index 32457697d64bd..4ef83183c4765 100644 --- a/clients/client-mgn/src/commands/UpdateWaveCommand.ts +++ b/clients/client-mgn/src/commands/UpdateWaveCommand.ts @@ -17,6 +17,10 @@ import { MgnClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from " import { UpdateWaveRequest, Wave, WaveFilterSensitiveLog } from "../models/models_0"; import { de_UpdateWaveCommand, se_UpdateWaveCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mgn/src/index.ts b/clients/client-mgn/src/index.ts index 25a29df0b3895..7aac59f5ad434 100644 --- a/clients/client-mgn/src/index.ts +++ b/clients/client-mgn/src/index.ts @@ -1,8 +1,14 @@ -export * from "./Mgn"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The Application Migration Service service.

+ * + * @packageDocumentation + */ export * from "./MgnClient"; +export * from "./Mgn"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { MgnServiceException } from "./models/MgnServiceException"; diff --git a/clients/client-mgn/src/models/MgnServiceException.ts b/clients/client-mgn/src/models/MgnServiceException.ts index 77c2cfe923099..ba65c9c39eb11 100644 --- a/clients/client-mgn/src/models/MgnServiceException.ts +++ b/clients/client-mgn/src/models/MgnServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/MigrationHubRefactorSpacesClient.ts b/clients/client-migration-hub-refactor-spaces/src/MigrationHubRefactorSpacesClient.ts index b885bb152d40e..ead7d0d7d2abe 100644 --- a/clients/client-migration-hub-refactor-spaces/src/MigrationHubRefactorSpacesClient.ts +++ b/clients/client-migration-hub-refactor-spaces/src/MigrationHubRefactorSpacesClient.ts @@ -92,6 +92,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -277,7 +279,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MigrationHubRefactorSpacesClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MigrationHubRefactorSpacesClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -296,7 +298,7 @@ export interface MigrationHubRefactorSpacesClientConfig extends MigrationHubRefa /** * @public */ -type MigrationHubRefactorSpacesClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MigrationHubRefactorSpacesClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/CreateApplicationCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/CreateApplicationCommand.ts index 2cd2774b7895c..bd9cb3dce6d61 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/CreateApplicationCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/CreateApplicationCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/CreateEnvironmentCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/CreateEnvironmentCommand.ts index e295956e85639..dcf9334ee2bcb 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/CreateEnvironmentCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_CreateEnvironmentCommand, se_CreateEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/CreateRouteCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/CreateRouteCommand.ts index 42d1c1382b9dd..a3f36fcdfeb62 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/CreateRouteCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/CreateRouteCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_CreateRouteCommand, se_CreateRouteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/CreateServiceCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/CreateServiceCommand.ts index 58c62c3ed36a0..1d8173fecb2c4 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/CreateServiceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/CreateServiceCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_CreateServiceCommand, se_CreateServiceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteApplicationCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteApplicationCommand.ts index 2c614cda87148..e8b61027dcc39 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteApplicationCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0"; import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteEnvironmentCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteEnvironmentCommand.ts index bf631cc9ee3bc..3b65fe37aa600 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteEnvironmentCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteEnvironmentRequest, DeleteEnvironmentResponse } from "../models/models_0"; import { de_DeleteEnvironmentCommand, se_DeleteEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteResourcePolicyCommand.ts index 02cfbb51d06f7..8b53fa6ccfc64 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteResourcePolicyCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0"; import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteRouteCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteRouteCommand.ts index 92412c57994e7..23133e2c8b5b6 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteRouteCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteRouteCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteRouteRequest, DeleteRouteResponse } from "../models/models_0"; import { de_DeleteRouteCommand, se_DeleteRouteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteServiceCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteServiceCommand.ts index 39aabb1769172..047edf097b76a 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/DeleteServiceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/DeleteServiceCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0"; import { de_DeleteServiceCommand, se_DeleteServiceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/GetApplicationCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/GetApplicationCommand.ts index e23fda43c4ad9..c2c24a84f261f 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/GetApplicationCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/GetApplicationCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_GetApplicationCommand, se_GetApplicationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/GetEnvironmentCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/GetEnvironmentCommand.ts index 3230ed9aa3e40..337cbd931a534 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/GetEnvironmentCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_GetEnvironmentCommand, se_GetEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/GetResourcePolicyCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/GetResourcePolicyCommand.ts index 8e1b162cd9b19..3e85a1380fd0e 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/GetResourcePolicyCommand.ts @@ -21,6 +21,10 @@ import { import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0"; import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/GetRouteCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/GetRouteCommand.ts index 706bac24ec82a..07b584e903cb4 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/GetRouteCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/GetRouteCommand.ts @@ -21,6 +21,10 @@ import { import { GetRouteRequest, GetRouteResponse, GetRouteResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetRouteCommand, se_GetRouteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/GetServiceCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/GetServiceCommand.ts index ecdf6bc22f2b2..44f9e8bf74270 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/GetServiceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/GetServiceCommand.ts @@ -21,6 +21,10 @@ import { import { GetServiceRequest, GetServiceResponse, GetServiceResponseFilterSensitiveLog } from "../models/models_0"; import { de_GetServiceCommand, se_GetServiceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/ListApplicationsCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/ListApplicationsCommand.ts index 5f01334a60be9..2ad0a6452593d 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListApplicationsCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListApplicationsCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentVpcsCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentVpcsCommand.ts index d3fced49a656d..fd54c570cd3d3 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentVpcsCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentVpcsCommand.ts @@ -21,6 +21,10 @@ import { import { ListEnvironmentVpcsRequest, ListEnvironmentVpcsResponse } from "../models/models_0"; import { de_ListEnvironmentVpcsCommand, se_ListEnvironmentVpcsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentsCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentsCommand.ts index 43c64c47afd82..1d6886ace4661 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListEnvironmentsCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_ListEnvironmentsCommand, se_ListEnvironmentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/ListRoutesCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/ListRoutesCommand.ts index 77ed0a4ae320d..39e2fadb6a158 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListRoutesCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListRoutesCommand.ts @@ -21,6 +21,10 @@ import { import { ListRoutesRequest, ListRoutesResponse, ListRoutesResponseFilterSensitiveLog } from "../models/models_0"; import { de_ListRoutesCommand, se_ListRoutesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/ListServicesCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/ListServicesCommand.ts index a68329604b12f..707921dd81b9c 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListServicesCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListServicesCommand.ts @@ -21,6 +21,10 @@ import { import { ListServicesRequest, ListServicesResponse, ListServicesResponseFilterSensitiveLog } from "../models/models_0"; import { de_ListServicesCommand, se_ListServicesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/ListTagsForResourceCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/ListTagsForResourceCommand.ts index dfa4bf19fb860..09fb12d49c919 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/ListTagsForResourceCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/PutResourcePolicyCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/PutResourcePolicyCommand.ts index 95e0b98bdd249..eb4ac5c111d5d 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/PutResourcePolicyCommand.ts @@ -21,6 +21,10 @@ import { import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0"; import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/TagResourceCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/TagResourceCommand.ts index e0e59ff1b179c..4faa1d6769a38 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/TagResourceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { TagResourceRequest, TagResourceRequestFilterSensitiveLog, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/UntagResourceCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/UntagResourceCommand.ts index 15a6466697682..d640b6dd6f63b 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/UntagResourceCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/UntagResourceCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/commands/UpdateRouteCommand.ts b/clients/client-migration-hub-refactor-spaces/src/commands/UpdateRouteCommand.ts index dc409483ad9b9..66bf6ce6898b8 100644 --- a/clients/client-migration-hub-refactor-spaces/src/commands/UpdateRouteCommand.ts +++ b/clients/client-migration-hub-refactor-spaces/src/commands/UpdateRouteCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateRouteRequest, UpdateRouteResponse } from "../models/models_0"; import { de_UpdateRouteCommand, se_UpdateRouteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub-refactor-spaces/src/index.ts b/clients/client-migration-hub-refactor-spaces/src/index.ts index 81e15b43c5721..175978eb2fb38 100644 --- a/clients/client-migration-hub-refactor-spaces/src/index.ts +++ b/clients/client-migration-hub-refactor-spaces/src/index.ts @@ -1,8 +1,21 @@ -export * from "./MigrationHubRefactorSpaces"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Web Services Migration Hub Refactor Spaces + *

This API reference provides descriptions, syntax, and other details about each of the + * actions and data types for Amazon Web Services Migration Hub Refactor Spaces (Refactor Spaces). The topic for each action shows the API + * request parameters and the response. Alternatively, you can use one of the Amazon Web Services SDKs to + * access an API that is tailored to the programming language or platform that you're using. For + * more information, see Amazon Web Services SDKs.

+ *

To share Refactor Spaces environments with other Amazon Web Services accounts or with Organizations + * and their OUs, use Resource Access Manager's CreateResourceShare API. See CreateResourceShare in the Amazon Web Services RAM API Reference.

+ * + * @packageDocumentation + */ export * from "./MigrationHubRefactorSpacesClient"; +export * from "./MigrationHubRefactorSpaces"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { MigrationHubRefactorSpacesServiceException } from "./models/MigrationHubRefactorSpacesServiceException"; diff --git a/clients/client-migration-hub-refactor-spaces/src/models/MigrationHubRefactorSpacesServiceException.ts b/clients/client-migration-hub-refactor-spaces/src/models/MigrationHubRefactorSpacesServiceException.ts index 2d9e05e96c9c8..2d646a7e23899 100644 --- a/clients/client-migration-hub-refactor-spaces/src/models/MigrationHubRefactorSpacesServiceException.ts +++ b/clients/client-migration-hub-refactor-spaces/src/models/MigrationHubRefactorSpacesServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-migration-hub/src/MigrationHubClient.ts b/clients/client-migration-hub/src/MigrationHubClient.ts index b3b5832a21ed3..086570b6c8885 100644 --- a/clients/client-migration-hub/src/MigrationHubClient.ts +++ b/clients/client-migration-hub/src/MigrationHubClient.ts @@ -124,6 +124,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -295,7 +297,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MigrationHubClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MigrationHubClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -314,7 +316,7 @@ export interface MigrationHubClientConfig extends MigrationHubClientConfigType { /** * @public */ -type MigrationHubClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MigrationHubClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-migration-hub/src/commands/AssociateCreatedArtifactCommand.ts b/clients/client-migration-hub/src/commands/AssociateCreatedArtifactCommand.ts index e33fd53e07ff7..9ab1e719f5d2d 100644 --- a/clients/client-migration-hub/src/commands/AssociateCreatedArtifactCommand.ts +++ b/clients/client-migration-hub/src/commands/AssociateCreatedArtifactCommand.ts @@ -17,6 +17,10 @@ import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { AssociateCreatedArtifactRequest, AssociateCreatedArtifactResult } from "../models/models_0"; import { de_AssociateCreatedArtifactCommand, se_AssociateCreatedArtifactCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub/src/commands/AssociateDiscoveredResourceCommand.ts b/clients/client-migration-hub/src/commands/AssociateDiscoveredResourceCommand.ts index 6ace9cd6483a6..044b7b1f86571 100644 --- a/clients/client-migration-hub/src/commands/AssociateDiscoveredResourceCommand.ts +++ b/clients/client-migration-hub/src/commands/AssociateDiscoveredResourceCommand.ts @@ -17,6 +17,10 @@ import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { AssociateDiscoveredResourceRequest, AssociateDiscoveredResourceResult } from "../models/models_0"; import { de_AssociateDiscoveredResourceCommand, se_AssociateDiscoveredResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub/src/commands/CreateProgressUpdateStreamCommand.ts b/clients/client-migration-hub/src/commands/CreateProgressUpdateStreamCommand.ts index 368471d009f01..333719469eb94 100644 --- a/clients/client-migration-hub/src/commands/CreateProgressUpdateStreamCommand.ts +++ b/clients/client-migration-hub/src/commands/CreateProgressUpdateStreamCommand.ts @@ -17,6 +17,10 @@ import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { CreateProgressUpdateStreamRequest, CreateProgressUpdateStreamResult } from "../models/models_0"; import { de_CreateProgressUpdateStreamCommand, se_CreateProgressUpdateStreamCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub/src/commands/DeleteProgressUpdateStreamCommand.ts b/clients/client-migration-hub/src/commands/DeleteProgressUpdateStreamCommand.ts index 202ab3a302dfa..caaa69afb977d 100644 --- a/clients/client-migration-hub/src/commands/DeleteProgressUpdateStreamCommand.ts +++ b/clients/client-migration-hub/src/commands/DeleteProgressUpdateStreamCommand.ts @@ -17,6 +17,10 @@ import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DeleteProgressUpdateStreamRequest, DeleteProgressUpdateStreamResult } from "../models/models_0"; import { de_DeleteProgressUpdateStreamCommand, se_DeleteProgressUpdateStreamCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub/src/commands/DescribeApplicationStateCommand.ts b/clients/client-migration-hub/src/commands/DescribeApplicationStateCommand.ts index 96b102ad739d0..8dd45b11ce539 100644 --- a/clients/client-migration-hub/src/commands/DescribeApplicationStateCommand.ts +++ b/clients/client-migration-hub/src/commands/DescribeApplicationStateCommand.ts @@ -17,6 +17,10 @@ import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeApplicationStateRequest, DescribeApplicationStateResult } from "../models/models_0"; import { de_DescribeApplicationStateCommand, se_DescribeApplicationStateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub/src/commands/DescribeMigrationTaskCommand.ts b/clients/client-migration-hub/src/commands/DescribeMigrationTaskCommand.ts index 61f8b747a17df..33ae3f900cb63 100644 --- a/clients/client-migration-hub/src/commands/DescribeMigrationTaskCommand.ts +++ b/clients/client-migration-hub/src/commands/DescribeMigrationTaskCommand.ts @@ -17,6 +17,10 @@ import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DescribeMigrationTaskRequest, DescribeMigrationTaskResult } from "../models/models_0"; import { de_DescribeMigrationTaskCommand, se_DescribeMigrationTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub/src/commands/DisassociateCreatedArtifactCommand.ts b/clients/client-migration-hub/src/commands/DisassociateCreatedArtifactCommand.ts index 9114663f5f091..bcfae37f0851c 100644 --- a/clients/client-migration-hub/src/commands/DisassociateCreatedArtifactCommand.ts +++ b/clients/client-migration-hub/src/commands/DisassociateCreatedArtifactCommand.ts @@ -17,6 +17,10 @@ import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DisassociateCreatedArtifactRequest, DisassociateCreatedArtifactResult } from "../models/models_0"; import { de_DisassociateCreatedArtifactCommand, se_DisassociateCreatedArtifactCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub/src/commands/DisassociateDiscoveredResourceCommand.ts b/clients/client-migration-hub/src/commands/DisassociateDiscoveredResourceCommand.ts index 3d8cc5dd7e744..d606624243498 100644 --- a/clients/client-migration-hub/src/commands/DisassociateDiscoveredResourceCommand.ts +++ b/clients/client-migration-hub/src/commands/DisassociateDiscoveredResourceCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateDiscoveredResourceCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub/src/commands/ImportMigrationTaskCommand.ts b/clients/client-migration-hub/src/commands/ImportMigrationTaskCommand.ts index a3b50bb57b725..afce84b791b72 100644 --- a/clients/client-migration-hub/src/commands/ImportMigrationTaskCommand.ts +++ b/clients/client-migration-hub/src/commands/ImportMigrationTaskCommand.ts @@ -17,6 +17,10 @@ import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ImportMigrationTaskRequest, ImportMigrationTaskResult } from "../models/models_0"; import { de_ImportMigrationTaskCommand, se_ImportMigrationTaskCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub/src/commands/ListApplicationStatesCommand.ts b/clients/client-migration-hub/src/commands/ListApplicationStatesCommand.ts index fcfc1a392e25e..5b07809b58a75 100644 --- a/clients/client-migration-hub/src/commands/ListApplicationStatesCommand.ts +++ b/clients/client-migration-hub/src/commands/ListApplicationStatesCommand.ts @@ -17,6 +17,10 @@ import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListApplicationStatesRequest, ListApplicationStatesResult } from "../models/models_0"; import { de_ListApplicationStatesCommand, se_ListApplicationStatesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub/src/commands/ListCreatedArtifactsCommand.ts b/clients/client-migration-hub/src/commands/ListCreatedArtifactsCommand.ts index e2d2572bcec49..c0de281515d40 100644 --- a/clients/client-migration-hub/src/commands/ListCreatedArtifactsCommand.ts +++ b/clients/client-migration-hub/src/commands/ListCreatedArtifactsCommand.ts @@ -17,6 +17,10 @@ import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListCreatedArtifactsRequest, ListCreatedArtifactsResult } from "../models/models_0"; import { de_ListCreatedArtifactsCommand, se_ListCreatedArtifactsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub/src/commands/ListDiscoveredResourcesCommand.ts b/clients/client-migration-hub/src/commands/ListDiscoveredResourcesCommand.ts index 5feb671a9b112..5b2a85f178df6 100644 --- a/clients/client-migration-hub/src/commands/ListDiscoveredResourcesCommand.ts +++ b/clients/client-migration-hub/src/commands/ListDiscoveredResourcesCommand.ts @@ -17,6 +17,10 @@ import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListDiscoveredResourcesRequest, ListDiscoveredResourcesResult } from "../models/models_0"; import { de_ListDiscoveredResourcesCommand, se_ListDiscoveredResourcesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub/src/commands/ListMigrationTasksCommand.ts b/clients/client-migration-hub/src/commands/ListMigrationTasksCommand.ts index dc11e5c58459e..d0581576611c7 100644 --- a/clients/client-migration-hub/src/commands/ListMigrationTasksCommand.ts +++ b/clients/client-migration-hub/src/commands/ListMigrationTasksCommand.ts @@ -17,6 +17,10 @@ import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListMigrationTasksRequest, ListMigrationTasksResult } from "../models/models_0"; import { de_ListMigrationTasksCommand, se_ListMigrationTasksCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub/src/commands/ListProgressUpdateStreamsCommand.ts b/clients/client-migration-hub/src/commands/ListProgressUpdateStreamsCommand.ts index 39cb880b4f124..cc8b71f2f7506 100644 --- a/clients/client-migration-hub/src/commands/ListProgressUpdateStreamsCommand.ts +++ b/clients/client-migration-hub/src/commands/ListProgressUpdateStreamsCommand.ts @@ -17,6 +17,10 @@ import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { ListProgressUpdateStreamsRequest, ListProgressUpdateStreamsResult } from "../models/models_0"; import { de_ListProgressUpdateStreamsCommand, se_ListProgressUpdateStreamsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub/src/commands/NotifyApplicationStateCommand.ts b/clients/client-migration-hub/src/commands/NotifyApplicationStateCommand.ts index 7a9fd44df0159..fb2e98a61ae03 100644 --- a/clients/client-migration-hub/src/commands/NotifyApplicationStateCommand.ts +++ b/clients/client-migration-hub/src/commands/NotifyApplicationStateCommand.ts @@ -17,6 +17,10 @@ import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { NotifyApplicationStateRequest, NotifyApplicationStateResult } from "../models/models_0"; import { de_NotifyApplicationStateCommand, se_NotifyApplicationStateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub/src/commands/NotifyMigrationTaskStateCommand.ts b/clients/client-migration-hub/src/commands/NotifyMigrationTaskStateCommand.ts index 82522726eff5a..1672102407b31 100644 --- a/clients/client-migration-hub/src/commands/NotifyMigrationTaskStateCommand.ts +++ b/clients/client-migration-hub/src/commands/NotifyMigrationTaskStateCommand.ts @@ -17,6 +17,10 @@ import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { NotifyMigrationTaskStateRequest, NotifyMigrationTaskStateResult } from "../models/models_0"; import { de_NotifyMigrationTaskStateCommand, se_NotifyMigrationTaskStateCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub/src/commands/PutResourceAttributesCommand.ts b/clients/client-migration-hub/src/commands/PutResourceAttributesCommand.ts index 2e61f3157bd0b..a61a10397fc7f 100644 --- a/clients/client-migration-hub/src/commands/PutResourceAttributesCommand.ts +++ b/clients/client-migration-hub/src/commands/PutResourceAttributesCommand.ts @@ -17,6 +17,10 @@ import { MigrationHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutResourceAttributesRequest, PutResourceAttributesResult } from "../models/models_0"; import { de_PutResourceAttributesCommand, se_PutResourceAttributesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migration-hub/src/index.ts b/clients/client-migration-hub/src/index.ts index 622e798105e41..6ead34b59b1d3 100644 --- a/clients/client-migration-hub/src/index.ts +++ b/clients/client-migration-hub/src/index.ts @@ -1,8 +1,19 @@ -export * from "./MigrationHub"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The AWS Migration Hub API methods help to obtain server and application migration status + * and integrate your resource-specific migration tool by providing a programmatic interface + * to Migration Hub.

+ *

Remember that you must set your AWS Migration Hub home region before you call any of + * these APIs, or a HomeRegionNotSetException error will be returned. Also, you + * must make the API calls while in your home region.

+ * + * @packageDocumentation + */ export * from "./MigrationHubClient"; +export * from "./MigrationHub"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { MigrationHubServiceException } from "./models/MigrationHubServiceException"; diff --git a/clients/client-migration-hub/src/models/MigrationHubServiceException.ts b/clients/client-migration-hub/src/models/MigrationHubServiceException.ts index 417583441418a..2699f92e375a1 100644 --- a/clients/client-migration-hub/src/models/MigrationHubServiceException.ts +++ b/clients/client-migration-hub/src/models/MigrationHubServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-migrationhub-config/src/MigrationHubConfigClient.ts b/clients/client-migrationhub-config/src/MigrationHubConfigClient.ts index 605c989e4da92..21f6995226d4a 100644 --- a/clients/client-migrationhub-config/src/MigrationHubConfigClient.ts +++ b/clients/client-migrationhub-config/src/MigrationHubConfigClient.ts @@ -68,6 +68,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -211,7 +213,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MigrationHubConfigClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MigrationHubConfigClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -230,7 +232,7 @@ export interface MigrationHubConfigClientConfig extends MigrationHubConfigClient /** * @public */ -type MigrationHubConfigClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MigrationHubConfigClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-migrationhub-config/src/commands/CreateHomeRegionControlCommand.ts b/clients/client-migrationhub-config/src/commands/CreateHomeRegionControlCommand.ts index 218654237a1f9..5e3cbbd99d9d6 100644 --- a/clients/client-migrationhub-config/src/commands/CreateHomeRegionControlCommand.ts +++ b/clients/client-migrationhub-config/src/commands/CreateHomeRegionControlCommand.ts @@ -21,6 +21,10 @@ import { import { CreateHomeRegionControlRequest, CreateHomeRegionControlResult } from "../models/models_0"; import { de_CreateHomeRegionControlCommand, se_CreateHomeRegionControlCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhub-config/src/commands/DescribeHomeRegionControlsCommand.ts b/clients/client-migrationhub-config/src/commands/DescribeHomeRegionControlsCommand.ts index 57c766c1b19a3..751fe3625fe23 100644 --- a/clients/client-migrationhub-config/src/commands/DescribeHomeRegionControlsCommand.ts +++ b/clients/client-migrationhub-config/src/commands/DescribeHomeRegionControlsCommand.ts @@ -21,6 +21,10 @@ import { import { DescribeHomeRegionControlsRequest, DescribeHomeRegionControlsResult } from "../models/models_0"; import { de_DescribeHomeRegionControlsCommand, se_DescribeHomeRegionControlsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhub-config/src/commands/GetHomeRegionCommand.ts b/clients/client-migrationhub-config/src/commands/GetHomeRegionCommand.ts index 04bf18dbf0619..6a268c50793a5 100644 --- a/clients/client-migrationhub-config/src/commands/GetHomeRegionCommand.ts +++ b/clients/client-migrationhub-config/src/commands/GetHomeRegionCommand.ts @@ -21,6 +21,10 @@ import { import { GetHomeRegionRequest, GetHomeRegionResult } from "../models/models_0"; import { de_GetHomeRegionCommand, se_GetHomeRegionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhub-config/src/index.ts b/clients/client-migrationhub-config/src/index.ts index eea40019207cb..2904a4bd63861 100644 --- a/clients/client-migrationhub-config/src/index.ts +++ b/clients/client-migrationhub-config/src/index.ts @@ -1,8 +1,39 @@ -export * from "./MigrationHubConfig"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The AWS Migration Hub home region APIs are available specifically for working with your + * Migration Hub home region. You can use these APIs to determine a home region, as well as to + * create and work with controls that describe the home region.

+ * + *
    + *
  • + *

    You must make API calls for write actions (create, notify, associate, disassociate, + * import, or put) while in your home region, or a HomeRegionNotSetException + * error is returned.

    + *
  • + *
  • + *

    API calls for read actions (list, describe, stop, and delete) are permitted outside of + * your home region.

    + *
  • + *
  • + *

    If you call a write API outside the home region, an InvalidInputException + * is returned.

    + *
  • + *
  • + *

    You can call GetHomeRegion action to obtain the account's Migration Hub + * home region.

    + *
  • + *
+ * + *

For specific API usage, see the sections that follow in this AWS Migration Hub Home Region + * API reference.

+ * + * @packageDocumentation + */ export * from "./MigrationHubConfigClient"; +export * from "./MigrationHubConfig"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { MigrationHubConfigServiceException } from "./models/MigrationHubConfigServiceException"; diff --git a/clients/client-migrationhub-config/src/models/MigrationHubConfigServiceException.ts b/clients/client-migrationhub-config/src/models/MigrationHubConfigServiceException.ts index ecd62f5325a3c..629ec0beef693 100644 --- a/clients/client-migrationhub-config/src/models/MigrationHubConfigServiceException.ts +++ b/clients/client-migrationhub-config/src/models/MigrationHubConfigServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/MigrationHubOrchestratorClient.ts b/clients/client-migrationhuborchestrator/src/MigrationHubOrchestratorClient.ts index bb56bde4ae78d..749d917aa17c1 100644 --- a/clients/client-migrationhuborchestrator/src/MigrationHubOrchestratorClient.ts +++ b/clients/client-migrationhuborchestrator/src/MigrationHubOrchestratorClient.ts @@ -111,6 +111,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -304,7 +306,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MigrationHubOrchestratorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MigrationHubOrchestratorClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -323,7 +325,7 @@ export interface MigrationHubOrchestratorClientConfig extends MigrationHubOrches /** * @public */ -type MigrationHubOrchestratorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MigrationHubOrchestratorClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowCommand.ts index cb63f469d0ef2..5f90c5b5ada30 100644 --- a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_CreateWorkflowCommand, se_CreateWorkflowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepCommand.ts index cd70e627a6d9a..6ffab0980a4b3 100644 --- a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepCommand.ts @@ -21,6 +21,10 @@ import { import { CreateWorkflowStepRequest, CreateWorkflowStepResponse } from "../models/models_0"; import { de_CreateWorkflowStepCommand, se_CreateWorkflowStepCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepGroupCommand.ts b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepGroupCommand.ts index adf2d44a518c0..a17d5a5a5e2b8 100644 --- a/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepGroupCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/CreateWorkflowStepGroupCommand.ts @@ -21,6 +21,10 @@ import { import { CreateWorkflowStepGroupRequest, CreateWorkflowStepGroupResponse } from "../models/models_0"; import { de_CreateWorkflowStepGroupCommand, se_CreateWorkflowStepGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowCommand.ts index 5e9dc0e828c28..e2c1688cb3e5f 100644 --- a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteMigrationWorkflowRequest, DeleteMigrationWorkflowResponse } from "../models/models_0"; import { de_DeleteWorkflowCommand, se_DeleteWorkflowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepCommand.ts index b1df7a62fcf05..712d27a32cf6a 100644 --- a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteWorkflowStepRequest, DeleteWorkflowStepResponse } from "../models/models_0"; import { de_DeleteWorkflowStepCommand, se_DeleteWorkflowStepCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepGroupCommand.ts b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepGroupCommand.ts index d22fb4392030b..008153515df7a 100644 --- a/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepGroupCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/DeleteWorkflowStepGroupCommand.ts @@ -21,6 +21,10 @@ import { import { DeleteWorkflowStepGroupRequest, DeleteWorkflowStepGroupResponse } from "../models/models_0"; import { de_DeleteWorkflowStepGroupCommand, se_DeleteWorkflowStepGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/GetTemplateCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetTemplateCommand.ts index e4971e67f867e..af66931b8a3b9 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetTemplateCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetTemplateCommand.ts @@ -21,6 +21,10 @@ import { import { GetMigrationWorkflowTemplateRequest, GetMigrationWorkflowTemplateResponse } from "../models/models_0"; import { de_GetTemplateCommand, se_GetTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepCommand.ts index fa49dccc39f50..b9948ed5dd768 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepCommand.ts @@ -21,6 +21,10 @@ import { import { GetTemplateStepRequest, GetTemplateStepResponse } from "../models/models_0"; import { de_GetTemplateStepCommand, se_GetTemplateStepCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepGroupCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepGroupCommand.ts index b7e2e4a0d7062..c54998bd612e4 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepGroupCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetTemplateStepGroupCommand.ts @@ -21,6 +21,10 @@ import { import { GetTemplateStepGroupRequest, GetTemplateStepGroupResponse } from "../models/models_0"; import { de_GetTemplateStepGroupCommand, se_GetTemplateStepGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowCommand.ts index 579e7d7f81ac6..ecdc15c4cc648 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowCommand.ts @@ -25,6 +25,10 @@ import { } from "../models/models_0"; import { de_GetWorkflowCommand, se_GetWorkflowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepCommand.ts index 04c3f1ff49c61..b4b7add43c47e 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepCommand.ts @@ -21,6 +21,10 @@ import { import { GetWorkflowStepRequest, GetWorkflowStepResponse } from "../models/models_0"; import { de_GetWorkflowStepCommand, se_GetWorkflowStepCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepGroupCommand.ts b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepGroupCommand.ts index e3358fc2a1e90..5964053532e8b 100644 --- a/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepGroupCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/GetWorkflowStepGroupCommand.ts @@ -21,6 +21,10 @@ import { import { GetWorkflowStepGroupRequest, GetWorkflowStepGroupResponse } from "../models/models_0"; import { de_GetWorkflowStepGroupCommand, se_GetWorkflowStepGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/ListPluginsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListPluginsCommand.ts index 6dc53d933e277..5bdd902ff6a8b 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListPluginsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListPluginsCommand.ts @@ -21,6 +21,10 @@ import { import { ListPluginsRequest, ListPluginsResponse } from "../models/models_0"; import { de_ListPluginsCommand, se_ListPluginsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/ListTagsForResourceCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListTagsForResourceCommand.ts index ec74316afae97..52fc6529e80f7 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepGroupsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepGroupsCommand.ts index 199997ad477f1..c78275097dd8b 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepGroupsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepGroupsCommand.ts @@ -21,6 +21,10 @@ import { import { ListTemplateStepGroupsRequest, ListTemplateStepGroupsResponse } from "../models/models_0"; import { de_ListTemplateStepGroupsCommand, se_ListTemplateStepGroupsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepsCommand.ts index f4fbc4710b7eb..a8d9ddff637a5 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListTemplateStepsCommand.ts @@ -21,6 +21,10 @@ import { import { ListTemplateStepsRequest, ListTemplateStepsResponse } from "../models/models_0"; import { de_ListTemplateStepsCommand, se_ListTemplateStepsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/ListTemplatesCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListTemplatesCommand.ts index c361ff3ea7c26..5c9bcd499bd56 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListTemplatesCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListTemplatesCommand.ts @@ -21,6 +21,10 @@ import { import { ListMigrationWorkflowTemplatesRequest, ListMigrationWorkflowTemplatesResponse } from "../models/models_0"; import { de_ListTemplatesCommand, se_ListTemplatesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepGroupsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepGroupsCommand.ts index 0f4842c2f2356..dec417d699ded 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepGroupsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepGroupsCommand.ts @@ -21,6 +21,10 @@ import { import { ListWorkflowStepGroupsRequest, ListWorkflowStepGroupsResponse } from "../models/models_0"; import { de_ListWorkflowStepGroupsCommand, se_ListWorkflowStepGroupsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepsCommand.ts index 02ebe161c85cd..d8916dfbe83d8 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowStepsCommand.ts @@ -21,6 +21,10 @@ import { import { ListWorkflowStepsRequest, ListWorkflowStepsResponse } from "../models/models_0"; import { de_ListWorkflowStepsCommand, se_ListWorkflowStepsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowsCommand.ts b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowsCommand.ts index d9b3721882afc..933ddc92aec6d 100644 --- a/clients/client-migrationhuborchestrator/src/commands/ListWorkflowsCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/ListWorkflowsCommand.ts @@ -21,6 +21,10 @@ import { import { ListMigrationWorkflowsRequest, ListMigrationWorkflowsResponse } from "../models/models_0"; import { de_ListWorkflowsCommand, se_ListWorkflowsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/RetryWorkflowStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/RetryWorkflowStepCommand.ts index 4e1da37a4ec2e..d4d24143d8587 100644 --- a/clients/client-migrationhuborchestrator/src/commands/RetryWorkflowStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/RetryWorkflowStepCommand.ts @@ -21,6 +21,10 @@ import { import { RetryWorkflowStepRequest, RetryWorkflowStepResponse } from "../models/models_0"; import { de_RetryWorkflowStepCommand, se_RetryWorkflowStepCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/StartWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/StartWorkflowCommand.ts index 7206ed98c3d8f..791fe453de536 100644 --- a/clients/client-migrationhuborchestrator/src/commands/StartWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/StartWorkflowCommand.ts @@ -21,6 +21,10 @@ import { import { StartMigrationWorkflowRequest, StartMigrationWorkflowResponse } from "../models/models_0"; import { de_StartWorkflowCommand, se_StartWorkflowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/StopWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/StopWorkflowCommand.ts index 0788a7886e221..171fab7eac609 100644 --- a/clients/client-migrationhuborchestrator/src/commands/StopWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/StopWorkflowCommand.ts @@ -21,6 +21,10 @@ import { import { StopMigrationWorkflowRequest, StopMigrationWorkflowResponse } from "../models/models_0"; import { de_StopWorkflowCommand, se_StopWorkflowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/TagResourceCommand.ts b/clients/client-migrationhuborchestrator/src/commands/TagResourceCommand.ts index b6c2712dbbe9f..e99221ee840b0 100644 --- a/clients/client-migrationhuborchestrator/src/commands/TagResourceCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/UntagResourceCommand.ts b/clients/client-migrationhuborchestrator/src/commands/UntagResourceCommand.ts index 673821ae8f044..294b47e7dd4b6 100644 --- a/clients/client-migrationhuborchestrator/src/commands/UntagResourceCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowCommand.ts b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowCommand.ts index 99bd55cef9a0b..3e8719c1cb018 100644 --- a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowCommand.ts @@ -26,6 +26,10 @@ import { } from "../models/models_0"; import { de_UpdateWorkflowCommand, se_UpdateWorkflowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepCommand.ts b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepCommand.ts index 4a240f6e48bd2..32318247f74de 100644 --- a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateWorkflowStepRequest, UpdateWorkflowStepResponse } from "../models/models_0"; import { de_UpdateWorkflowStepCommand, se_UpdateWorkflowStepCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepGroupCommand.ts b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepGroupCommand.ts index e9234d07434d3..bcb13b480ae55 100644 --- a/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepGroupCommand.ts +++ b/clients/client-migrationhuborchestrator/src/commands/UpdateWorkflowStepGroupCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateWorkflowStepGroupRequest, UpdateWorkflowStepGroupResponse } from "../models/models_0"; import { de_UpdateWorkflowStepGroupCommand, se_UpdateWorkflowStepGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhuborchestrator/src/index.ts b/clients/client-migrationhuborchestrator/src/index.ts index b09ac77d621e3..21ae8d75088f0 100644 --- a/clients/client-migrationhuborchestrator/src/index.ts +++ b/clients/client-migrationhuborchestrator/src/index.ts @@ -1,8 +1,18 @@ -export * from "./MigrationHubOrchestrator"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

This API reference provides descriptions, syntax, and other details about each of the + * actions and data types for AWS Migration Hub Orchestrator. he topic for each action shows the API + * request parameters and the response. Alternatively, you can use one of the AWS SDKs to + * access an API that is tailored to the programming language or platform that you're + * using.

+ * + * @packageDocumentation + */ export * from "./MigrationHubOrchestratorClient"; +export * from "./MigrationHubOrchestrator"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { MigrationHubOrchestratorServiceException } from "./models/MigrationHubOrchestratorServiceException"; diff --git a/clients/client-migrationhuborchestrator/src/models/MigrationHubOrchestratorServiceException.ts b/clients/client-migrationhuborchestrator/src/models/MigrationHubOrchestratorServiceException.ts index 11d565bb6b0a4..59609b6e800bd 100644 --- a/clients/client-migrationhuborchestrator/src/models/MigrationHubOrchestratorServiceException.ts +++ b/clients/client-migrationhuborchestrator/src/models/MigrationHubOrchestratorServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-migrationhubstrategy/src/MigrationHubStrategyClient.ts b/clients/client-migrationhubstrategy/src/MigrationHubStrategyClient.ts index 6a997b7b6c3e9..25408bbf8453f 100644 --- a/clients/client-migrationhubstrategy/src/MigrationHubStrategyClient.ts +++ b/clients/client-migrationhubstrategy/src/MigrationHubStrategyClient.ts @@ -116,6 +116,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -295,7 +297,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MigrationHubStrategyClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MigrationHubStrategyClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -314,7 +316,7 @@ export interface MigrationHubStrategyClientConfig extends MigrationHubStrategyCl /** * @public */ -type MigrationHubStrategyClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MigrationHubStrategyClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentDetailsCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentDetailsCommand.ts index 6f74306be7879..ac7a5bae022af 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentDetailsCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentDetailsCommand.ts @@ -24,6 +24,10 @@ import { se_GetApplicationComponentDetailsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentStrategiesCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentStrategiesCommand.ts index a4f5d850ff221..98ee3c3c5e27a 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentStrategiesCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetApplicationComponentStrategiesCommand.ts @@ -27,6 +27,10 @@ import { se_GetApplicationComponentStrategiesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhubstrategy/src/commands/GetAssessmentCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetAssessmentCommand.ts index 9f116ac00fdcb..52e3a6e568415 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetAssessmentCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetAssessmentCommand.ts @@ -21,6 +21,10 @@ import { import { GetAssessmentRequest, GetAssessmentResponse } from "../models/models_0"; import { de_GetAssessmentCommand, se_GetAssessmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhubstrategy/src/commands/GetImportFileTaskCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetImportFileTaskCommand.ts index dd577f4d4748b..39dc5f23c2ea8 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetImportFileTaskCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetImportFileTaskCommand.ts @@ -21,6 +21,10 @@ import { import { GetImportFileTaskRequest, GetImportFileTaskResponse } from "../models/models_0"; import { de_GetImportFileTaskCommand, se_GetImportFileTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhubstrategy/src/commands/GetLatestAssessmentIdCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetLatestAssessmentIdCommand.ts index 6f881d49de8bd..97e3c077555ba 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetLatestAssessmentIdCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetLatestAssessmentIdCommand.ts @@ -21,6 +21,10 @@ import { import { GetLatestAssessmentIdRequest, GetLatestAssessmentIdResponse } from "../models/models_0"; import { de_GetLatestAssessmentIdCommand, se_GetLatestAssessmentIdCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhubstrategy/src/commands/GetPortfolioPreferencesCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetPortfolioPreferencesCommand.ts index 0c26deae45d8a..b88c8aabd8416 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetPortfolioPreferencesCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetPortfolioPreferencesCommand.ts @@ -21,6 +21,10 @@ import { import { GetPortfolioPreferencesRequest, GetPortfolioPreferencesResponse } from "../models/models_0"; import { de_GetPortfolioPreferencesCommand, se_GetPortfolioPreferencesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhubstrategy/src/commands/GetPortfolioSummaryCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetPortfolioSummaryCommand.ts index 2aebb5c664e59..eed0a2384eaa4 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetPortfolioSummaryCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetPortfolioSummaryCommand.ts @@ -21,6 +21,10 @@ import { import { GetPortfolioSummaryRequest, GetPortfolioSummaryResponse } from "../models/models_0"; import { de_GetPortfolioSummaryCommand, se_GetPortfolioSummaryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhubstrategy/src/commands/GetRecommendationReportDetailsCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetRecommendationReportDetailsCommand.ts index ab3fa8033a5d8..77c9d6c5fbf1b 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetRecommendationReportDetailsCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetRecommendationReportDetailsCommand.ts @@ -24,6 +24,10 @@ import { se_GetRecommendationReportDetailsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhubstrategy/src/commands/GetServerDetailsCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetServerDetailsCommand.ts index 32b2885dc1e7e..2798f20476a10 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetServerDetailsCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetServerDetailsCommand.ts @@ -21,6 +21,10 @@ import { import { GetServerDetailsRequest, GetServerDetailsResponse } from "../models/models_0"; import { de_GetServerDetailsCommand, se_GetServerDetailsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhubstrategy/src/commands/GetServerStrategiesCommand.ts b/clients/client-migrationhubstrategy/src/commands/GetServerStrategiesCommand.ts index 214bf11b46f58..3be306131c226 100644 --- a/clients/client-migrationhubstrategy/src/commands/GetServerStrategiesCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/GetServerStrategiesCommand.ts @@ -21,6 +21,10 @@ import { import { GetServerStrategiesRequest, GetServerStrategiesResponse } from "../models/models_0"; import { de_GetServerStrategiesCommand, se_GetServerStrategiesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhubstrategy/src/commands/ListApplicationComponentsCommand.ts b/clients/client-migrationhubstrategy/src/commands/ListApplicationComponentsCommand.ts index f4b9b85235fc1..23b6c1254a678 100644 --- a/clients/client-migrationhubstrategy/src/commands/ListApplicationComponentsCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/ListApplicationComponentsCommand.ts @@ -21,6 +21,10 @@ import { import { ListApplicationComponentsRequest, ListApplicationComponentsResponse } from "../models/models_0"; import { de_ListApplicationComponentsCommand, se_ListApplicationComponentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhubstrategy/src/commands/ListCollectorsCommand.ts b/clients/client-migrationhubstrategy/src/commands/ListCollectorsCommand.ts index 24337db862b77..f3036d9f9579c 100644 --- a/clients/client-migrationhubstrategy/src/commands/ListCollectorsCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/ListCollectorsCommand.ts @@ -21,6 +21,10 @@ import { import { ListCollectorsRequest, ListCollectorsResponse } from "../models/models_0"; import { de_ListCollectorsCommand, se_ListCollectorsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhubstrategy/src/commands/ListImportFileTaskCommand.ts b/clients/client-migrationhubstrategy/src/commands/ListImportFileTaskCommand.ts index 11d920177e301..eef248b5be17d 100644 --- a/clients/client-migrationhubstrategy/src/commands/ListImportFileTaskCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/ListImportFileTaskCommand.ts @@ -21,6 +21,10 @@ import { import { ListImportFileTaskRequest, ListImportFileTaskResponse } from "../models/models_0"; import { de_ListImportFileTaskCommand, se_ListImportFileTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhubstrategy/src/commands/ListServersCommand.ts b/clients/client-migrationhubstrategy/src/commands/ListServersCommand.ts index a67f0038cf512..da6776264eda1 100644 --- a/clients/client-migrationhubstrategy/src/commands/ListServersCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/ListServersCommand.ts @@ -21,6 +21,10 @@ import { import { ListServersRequest, ListServersResponse } from "../models/models_0"; import { de_ListServersCommand, se_ListServersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhubstrategy/src/commands/PutPortfolioPreferencesCommand.ts b/clients/client-migrationhubstrategy/src/commands/PutPortfolioPreferencesCommand.ts index 77c790f72ed2e..86ce08ef799b8 100644 --- a/clients/client-migrationhubstrategy/src/commands/PutPortfolioPreferencesCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/PutPortfolioPreferencesCommand.ts @@ -21,6 +21,10 @@ import { import { PutPortfolioPreferencesRequest, PutPortfolioPreferencesResponse } from "../models/models_0"; import { de_PutPortfolioPreferencesCommand, se_PutPortfolioPreferencesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhubstrategy/src/commands/StartAssessmentCommand.ts b/clients/client-migrationhubstrategy/src/commands/StartAssessmentCommand.ts index cd319cd21b7ac..aebfa247c07e9 100644 --- a/clients/client-migrationhubstrategy/src/commands/StartAssessmentCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/StartAssessmentCommand.ts @@ -21,6 +21,10 @@ import { import { StartAssessmentRequest, StartAssessmentResponse } from "../models/models_0"; import { de_StartAssessmentCommand, se_StartAssessmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhubstrategy/src/commands/StartImportFileTaskCommand.ts b/clients/client-migrationhubstrategy/src/commands/StartImportFileTaskCommand.ts index 1e9de7a69a57d..b92e64dda41fc 100644 --- a/clients/client-migrationhubstrategy/src/commands/StartImportFileTaskCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/StartImportFileTaskCommand.ts @@ -21,6 +21,10 @@ import { import { StartImportFileTaskRequest, StartImportFileTaskResponse } from "../models/models_0"; import { de_StartImportFileTaskCommand, se_StartImportFileTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhubstrategy/src/commands/StartRecommendationReportGenerationCommand.ts b/clients/client-migrationhubstrategy/src/commands/StartRecommendationReportGenerationCommand.ts index 7964cc229dc46..44802e571d0e3 100644 --- a/clients/client-migrationhubstrategy/src/commands/StartRecommendationReportGenerationCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/StartRecommendationReportGenerationCommand.ts @@ -27,6 +27,10 @@ import { se_StartRecommendationReportGenerationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhubstrategy/src/commands/StopAssessmentCommand.ts b/clients/client-migrationhubstrategy/src/commands/StopAssessmentCommand.ts index 9dc6256bdebb0..cc5069b4a581f 100644 --- a/clients/client-migrationhubstrategy/src/commands/StopAssessmentCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/StopAssessmentCommand.ts @@ -21,6 +21,10 @@ import { import { StopAssessmentRequest, StopAssessmentResponse } from "../models/models_0"; import { de_StopAssessmentCommand, se_StopAssessmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhubstrategy/src/commands/UpdateApplicationComponentConfigCommand.ts b/clients/client-migrationhubstrategy/src/commands/UpdateApplicationComponentConfigCommand.ts index 75f7150b2c88d..afd3abd8d9916 100644 --- a/clients/client-migrationhubstrategy/src/commands/UpdateApplicationComponentConfigCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/UpdateApplicationComponentConfigCommand.ts @@ -28,6 +28,10 @@ import { se_UpdateApplicationComponentConfigCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhubstrategy/src/commands/UpdateServerConfigCommand.ts b/clients/client-migrationhubstrategy/src/commands/UpdateServerConfigCommand.ts index c253d11694a80..778db43c3f3c9 100644 --- a/clients/client-migrationhubstrategy/src/commands/UpdateServerConfigCommand.ts +++ b/clients/client-migrationhubstrategy/src/commands/UpdateServerConfigCommand.ts @@ -21,6 +21,10 @@ import { import { UpdateServerConfigRequest, UpdateServerConfigResponse } from "../models/models_0"; import { de_UpdateServerConfigCommand, se_UpdateServerConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-migrationhubstrategy/src/index.ts b/clients/client-migrationhubstrategy/src/index.ts index 72ce069faabf6..e3acb62481758 100644 --- a/clients/client-migrationhubstrategy/src/index.ts +++ b/clients/client-migrationhubstrategy/src/index.ts @@ -1,8 +1,19 @@ -export * from "./MigrationHubStrategy"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Migration Hub Strategy Recommendations + *

This API reference provides descriptions, syntax, and other details about each of the + * actions and data types for Migration Hub Strategy Recommendations (Strategy Recommendations). The topic for each action shows the API + * request parameters and the response. Alternatively, you can use one of the AWS SDKs to + * access an API that is tailored to the programming language or platform that you're using. For + * more information, see AWS SDKs.

+ * + * @packageDocumentation + */ export * from "./MigrationHubStrategyClient"; +export * from "./MigrationHubStrategy"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { MigrationHubStrategyServiceException } from "./models/MigrationHubStrategyServiceException"; diff --git a/clients/client-migrationhubstrategy/src/models/MigrationHubStrategyServiceException.ts b/clients/client-migrationhubstrategy/src/models/MigrationHubStrategyServiceException.ts index 96f74ed02f4fa..842b38b3ccc14 100644 --- a/clients/client-migrationhubstrategy/src/models/MigrationHubStrategyServiceException.ts +++ b/clients/client-migrationhubstrategy/src/models/MigrationHubStrategyServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-mobile/src/MobileClient.ts b/clients/client-mobile/src/MobileClient.ts index 5b943fa62e185..5aaba46f22503 100644 --- a/clients/client-mobile/src/MobileClient.ts +++ b/clients/client-mobile/src/MobileClient.ts @@ -68,6 +68,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -223,7 +225,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MobileClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MobileClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -242,7 +244,7 @@ export interface MobileClientConfig extends MobileClientConfigType {} /** * @public */ -type MobileClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MobileClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-mobile/src/commands/CreateProjectCommand.ts b/clients/client-mobile/src/commands/CreateProjectCommand.ts index b57090a1ced59..ed78acee79085 100644 --- a/clients/client-mobile/src/commands/CreateProjectCommand.ts +++ b/clients/client-mobile/src/commands/CreateProjectCommand.ts @@ -17,6 +17,10 @@ import { MobileClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { CreateProjectRequest, CreateProjectResult } from "../models/models_0"; import { de_CreateProjectCommand, se_CreateProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mobile/src/commands/DeleteProjectCommand.ts b/clients/client-mobile/src/commands/DeleteProjectCommand.ts index f0639d861345f..de617337ee903 100644 --- a/clients/client-mobile/src/commands/DeleteProjectCommand.ts +++ b/clients/client-mobile/src/commands/DeleteProjectCommand.ts @@ -17,6 +17,10 @@ import { MobileClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DeleteProjectRequest, DeleteProjectResult } from "../models/models_0"; import { de_DeleteProjectCommand, se_DeleteProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mobile/src/commands/DescribeBundleCommand.ts b/clients/client-mobile/src/commands/DescribeBundleCommand.ts index 78e90f0a294c3..48279d505cd02 100644 --- a/clients/client-mobile/src/commands/DescribeBundleCommand.ts +++ b/clients/client-mobile/src/commands/DescribeBundleCommand.ts @@ -17,6 +17,10 @@ import { MobileClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeBundleRequest, DescribeBundleResult } from "../models/models_0"; import { de_DescribeBundleCommand, se_DescribeBundleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mobile/src/commands/DescribeProjectCommand.ts b/clients/client-mobile/src/commands/DescribeProjectCommand.ts index 42e1e92629f49..299c7b2bb2672 100644 --- a/clients/client-mobile/src/commands/DescribeProjectCommand.ts +++ b/clients/client-mobile/src/commands/DescribeProjectCommand.ts @@ -17,6 +17,10 @@ import { MobileClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { DescribeProjectRequest, DescribeProjectResult } from "../models/models_0"; import { de_DescribeProjectCommand, se_DescribeProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mobile/src/commands/ExportBundleCommand.ts b/clients/client-mobile/src/commands/ExportBundleCommand.ts index 97ce91d57e187..8d6c6f96e99c1 100644 --- a/clients/client-mobile/src/commands/ExportBundleCommand.ts +++ b/clients/client-mobile/src/commands/ExportBundleCommand.ts @@ -17,6 +17,10 @@ import { MobileClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ExportBundleRequest, ExportBundleResult } from "../models/models_0"; import { de_ExportBundleCommand, se_ExportBundleCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mobile/src/commands/ExportProjectCommand.ts b/clients/client-mobile/src/commands/ExportProjectCommand.ts index d4dd7ae13dccb..6a4306549ecfe 100644 --- a/clients/client-mobile/src/commands/ExportProjectCommand.ts +++ b/clients/client-mobile/src/commands/ExportProjectCommand.ts @@ -17,6 +17,10 @@ import { MobileClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ExportProjectRequest, ExportProjectResult } from "../models/models_0"; import { de_ExportProjectCommand, se_ExportProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mobile/src/commands/ListBundlesCommand.ts b/clients/client-mobile/src/commands/ListBundlesCommand.ts index dcf0be4730c42..c8ecab7baeec9 100644 --- a/clients/client-mobile/src/commands/ListBundlesCommand.ts +++ b/clients/client-mobile/src/commands/ListBundlesCommand.ts @@ -17,6 +17,10 @@ import { MobileClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListBundlesRequest, ListBundlesResult } from "../models/models_0"; import { de_ListBundlesCommand, se_ListBundlesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mobile/src/commands/ListProjectsCommand.ts b/clients/client-mobile/src/commands/ListProjectsCommand.ts index 09b6c5ee9a1a1..71618a2772f7f 100644 --- a/clients/client-mobile/src/commands/ListProjectsCommand.ts +++ b/clients/client-mobile/src/commands/ListProjectsCommand.ts @@ -17,6 +17,10 @@ import { MobileClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { ListProjectsRequest, ListProjectsResult } from "../models/models_0"; import { de_ListProjectsCommand, se_ListProjectsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mobile/src/commands/UpdateProjectCommand.ts b/clients/client-mobile/src/commands/UpdateProjectCommand.ts index 69860e720cf57..e878d3a11c79c 100644 --- a/clients/client-mobile/src/commands/UpdateProjectCommand.ts +++ b/clients/client-mobile/src/commands/UpdateProjectCommand.ts @@ -17,6 +17,10 @@ import { MobileClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } fro import { UpdateProjectRequest, UpdateProjectResult } from "../models/models_0"; import { de_UpdateProjectCommand, se_UpdateProjectCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mobile/src/index.ts b/clients/client-mobile/src/index.ts index 1d7bdb39522db..0b2d72938950a 100644 --- a/clients/client-mobile/src/index.ts +++ b/clients/client-mobile/src/index.ts @@ -1,8 +1,18 @@ -export * from "./Mobile"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

+ * AWS Mobile Service provides mobile app and website developers with capabilities + * required to configure AWS resources and bootstrap their developer desktop projects + * with the necessary SDKs, constants, tools and samples to make use of those resources. + *

+ * + * @packageDocumentation + */ export * from "./MobileClient"; +export * from "./Mobile"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { MobileServiceException } from "./models/MobileServiceException"; diff --git a/clients/client-mobile/src/models/MobileServiceException.ts b/clients/client-mobile/src/models/MobileServiceException.ts index c04b72f42d620..765f5ae0444cb 100644 --- a/clients/client-mobile/src/models/MobileServiceException.ts +++ b/clients/client-mobile/src/models/MobileServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-mq/src/MqClient.ts b/clients/client-mq/src/MqClient.ts index cd9abc20a8aa6..0585043e87ee0 100644 --- a/clients/client-mq/src/MqClient.ts +++ b/clients/client-mq/src/MqClient.ts @@ -102,6 +102,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -283,7 +285,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MqClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MqClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -302,7 +304,7 @@ export interface MqClientConfig extends MqClientConfigType {} /** * @public */ -type MqClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MqClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-mq/src/commands/CreateBrokerCommand.ts b/clients/client-mq/src/commands/CreateBrokerCommand.ts index c9d0bab3c2582..e66d9ed43daa0 100644 --- a/clients/client-mq/src/commands/CreateBrokerCommand.ts +++ b/clients/client-mq/src/commands/CreateBrokerCommand.ts @@ -17,6 +17,10 @@ import { CreateBrokerRequest, CreateBrokerResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; import { de_CreateBrokerCommand, se_CreateBrokerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mq/src/commands/CreateConfigurationCommand.ts b/clients/client-mq/src/commands/CreateConfigurationCommand.ts index aa01e08eebfd3..23d8e98ab4424 100644 --- a/clients/client-mq/src/commands/CreateConfigurationCommand.ts +++ b/clients/client-mq/src/commands/CreateConfigurationCommand.ts @@ -17,6 +17,10 @@ import { CreateConfigurationRequest, CreateConfigurationResponse } from "../mode import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; import { de_CreateConfigurationCommand, se_CreateConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mq/src/commands/CreateTagsCommand.ts b/clients/client-mq/src/commands/CreateTagsCommand.ts index f2725d19ff662..b8d9e62720287 100644 --- a/clients/client-mq/src/commands/CreateTagsCommand.ts +++ b/clients/client-mq/src/commands/CreateTagsCommand.ts @@ -17,6 +17,10 @@ import { CreateTagsRequest } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; import { de_CreateTagsCommand, se_CreateTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mq/src/commands/CreateUserCommand.ts b/clients/client-mq/src/commands/CreateUserCommand.ts index 49f2d45b1b69c..a16c7f2e7e087 100644 --- a/clients/client-mq/src/commands/CreateUserCommand.ts +++ b/clients/client-mq/src/commands/CreateUserCommand.ts @@ -17,6 +17,10 @@ import { CreateUserRequest, CreateUserResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mq/src/commands/DeleteBrokerCommand.ts b/clients/client-mq/src/commands/DeleteBrokerCommand.ts index cc67b3dc57bc3..fb68c5e066bf6 100644 --- a/clients/client-mq/src/commands/DeleteBrokerCommand.ts +++ b/clients/client-mq/src/commands/DeleteBrokerCommand.ts @@ -17,6 +17,10 @@ import { DeleteBrokerRequest, DeleteBrokerResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; import { de_DeleteBrokerCommand, se_DeleteBrokerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mq/src/commands/DeleteTagsCommand.ts b/clients/client-mq/src/commands/DeleteTagsCommand.ts index 6a42303325ee5..ef53172494c46 100644 --- a/clients/client-mq/src/commands/DeleteTagsCommand.ts +++ b/clients/client-mq/src/commands/DeleteTagsCommand.ts @@ -17,6 +17,10 @@ import { DeleteTagsRequest } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; import { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mq/src/commands/DeleteUserCommand.ts b/clients/client-mq/src/commands/DeleteUserCommand.ts index 94cce7b3eb7a0..d0114b07fb7e8 100644 --- a/clients/client-mq/src/commands/DeleteUserCommand.ts +++ b/clients/client-mq/src/commands/DeleteUserCommand.ts @@ -17,6 +17,10 @@ import { DeleteUserRequest, DeleteUserResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mq/src/commands/DescribeBrokerCommand.ts b/clients/client-mq/src/commands/DescribeBrokerCommand.ts index e58e216b04d1e..c91aeb6728e50 100644 --- a/clients/client-mq/src/commands/DescribeBrokerCommand.ts +++ b/clients/client-mq/src/commands/DescribeBrokerCommand.ts @@ -17,6 +17,10 @@ import { DescribeBrokerRequest, DescribeBrokerResponse } from "../models/models_ import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; import { de_DescribeBrokerCommand, se_DescribeBrokerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mq/src/commands/DescribeBrokerEngineTypesCommand.ts b/clients/client-mq/src/commands/DescribeBrokerEngineTypesCommand.ts index 854925f32017f..5c17cfe2e7625 100644 --- a/clients/client-mq/src/commands/DescribeBrokerEngineTypesCommand.ts +++ b/clients/client-mq/src/commands/DescribeBrokerEngineTypesCommand.ts @@ -17,6 +17,10 @@ import { DescribeBrokerEngineTypesRequest, DescribeBrokerEngineTypesResponse } f import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; import { de_DescribeBrokerEngineTypesCommand, se_DescribeBrokerEngineTypesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mq/src/commands/DescribeBrokerInstanceOptionsCommand.ts b/clients/client-mq/src/commands/DescribeBrokerInstanceOptionsCommand.ts index 20bf3b403dc1c..d3c83902c5b41 100644 --- a/clients/client-mq/src/commands/DescribeBrokerInstanceOptionsCommand.ts +++ b/clients/client-mq/src/commands/DescribeBrokerInstanceOptionsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeBrokerInstanceOptionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mq/src/commands/DescribeConfigurationCommand.ts b/clients/client-mq/src/commands/DescribeConfigurationCommand.ts index d5254239e4479..fbca52f5d308c 100644 --- a/clients/client-mq/src/commands/DescribeConfigurationCommand.ts +++ b/clients/client-mq/src/commands/DescribeConfigurationCommand.ts @@ -17,6 +17,10 @@ import { DescribeConfigurationRequest, DescribeConfigurationResponse } from "../ import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; import { de_DescribeConfigurationCommand, se_DescribeConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mq/src/commands/DescribeConfigurationRevisionCommand.ts b/clients/client-mq/src/commands/DescribeConfigurationRevisionCommand.ts index bff48dffb533c..f00c68e080190 100644 --- a/clients/client-mq/src/commands/DescribeConfigurationRevisionCommand.ts +++ b/clients/client-mq/src/commands/DescribeConfigurationRevisionCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeConfigurationRevisionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mq/src/commands/DescribeUserCommand.ts b/clients/client-mq/src/commands/DescribeUserCommand.ts index 9f41e35bf996e..6a72af3467951 100644 --- a/clients/client-mq/src/commands/DescribeUserCommand.ts +++ b/clients/client-mq/src/commands/DescribeUserCommand.ts @@ -17,6 +17,10 @@ import { DescribeUserRequest, DescribeUserResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; import { de_DescribeUserCommand, se_DescribeUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mq/src/commands/ListBrokersCommand.ts b/clients/client-mq/src/commands/ListBrokersCommand.ts index cb028126962a4..fe87b574583cc 100644 --- a/clients/client-mq/src/commands/ListBrokersCommand.ts +++ b/clients/client-mq/src/commands/ListBrokersCommand.ts @@ -17,6 +17,10 @@ import { ListBrokersRequest, ListBrokersResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; import { de_ListBrokersCommand, se_ListBrokersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mq/src/commands/ListConfigurationRevisionsCommand.ts b/clients/client-mq/src/commands/ListConfigurationRevisionsCommand.ts index ccaae3627ce55..50069d03955f9 100644 --- a/clients/client-mq/src/commands/ListConfigurationRevisionsCommand.ts +++ b/clients/client-mq/src/commands/ListConfigurationRevisionsCommand.ts @@ -17,6 +17,10 @@ import { ListConfigurationRevisionsRequest, ListConfigurationRevisionsResponse } import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; import { de_ListConfigurationRevisionsCommand, se_ListConfigurationRevisionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mq/src/commands/ListConfigurationsCommand.ts b/clients/client-mq/src/commands/ListConfigurationsCommand.ts index 0576a0f6f90b8..714d0b82bc6e4 100644 --- a/clients/client-mq/src/commands/ListConfigurationsCommand.ts +++ b/clients/client-mq/src/commands/ListConfigurationsCommand.ts @@ -17,6 +17,10 @@ import { ListConfigurationsRequest, ListConfigurationsResponse } from "../models import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; import { de_ListConfigurationsCommand, se_ListConfigurationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mq/src/commands/ListTagsCommand.ts b/clients/client-mq/src/commands/ListTagsCommand.ts index bee6790b5a5dc..dfe9a61cc04c4 100644 --- a/clients/client-mq/src/commands/ListTagsCommand.ts +++ b/clients/client-mq/src/commands/ListTagsCommand.ts @@ -17,6 +17,10 @@ import { ListTagsRequest, ListTagsResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; import { de_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mq/src/commands/ListUsersCommand.ts b/clients/client-mq/src/commands/ListUsersCommand.ts index d2fbf3cc87559..7f329f0bfd326 100644 --- a/clients/client-mq/src/commands/ListUsersCommand.ts +++ b/clients/client-mq/src/commands/ListUsersCommand.ts @@ -17,6 +17,10 @@ import { ListUsersRequest, ListUsersResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mq/src/commands/RebootBrokerCommand.ts b/clients/client-mq/src/commands/RebootBrokerCommand.ts index 76a68137e59d1..d19f2a9153080 100644 --- a/clients/client-mq/src/commands/RebootBrokerCommand.ts +++ b/clients/client-mq/src/commands/RebootBrokerCommand.ts @@ -17,6 +17,10 @@ import { RebootBrokerRequest, RebootBrokerResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; import { de_RebootBrokerCommand, se_RebootBrokerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mq/src/commands/UpdateBrokerCommand.ts b/clients/client-mq/src/commands/UpdateBrokerCommand.ts index b9280666f49fb..f9c81837eb380 100644 --- a/clients/client-mq/src/commands/UpdateBrokerCommand.ts +++ b/clients/client-mq/src/commands/UpdateBrokerCommand.ts @@ -17,6 +17,10 @@ import { UpdateBrokerRequest, UpdateBrokerResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; import { de_UpdateBrokerCommand, se_UpdateBrokerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mq/src/commands/UpdateConfigurationCommand.ts b/clients/client-mq/src/commands/UpdateConfigurationCommand.ts index a52838e25cc41..9406be9914e65 100644 --- a/clients/client-mq/src/commands/UpdateConfigurationCommand.ts +++ b/clients/client-mq/src/commands/UpdateConfigurationCommand.ts @@ -17,6 +17,10 @@ import { UpdateConfigurationRequest, UpdateConfigurationResponse } from "../mode import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; import { de_UpdateConfigurationCommand, se_UpdateConfigurationCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mq/src/commands/UpdateUserCommand.ts b/clients/client-mq/src/commands/UpdateUserCommand.ts index a7a5b7c1a1728..1be75c761e866 100644 --- a/clients/client-mq/src/commands/UpdateUserCommand.ts +++ b/clients/client-mq/src/commands/UpdateUserCommand.ts @@ -17,6 +17,10 @@ import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0"; import { MqClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MqClient"; import { de_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mq/src/index.ts b/clients/client-mq/src/index.ts index 90dd2e7f06a1c..130de9e687c67 100644 --- a/clients/client-mq/src/index.ts +++ b/clients/client-mq/src/index.ts @@ -1,8 +1,14 @@ -export * from "./Mq"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon MQ is a managed message broker service for Apache ActiveMQ and RabbitMQ that makes it easy to set up and operate message brokers in the cloud. A message broker allows software applications and components to communicate using various programming languages, operating systems, and formal messaging protocols.

+ * + * @packageDocumentation + */ export * from "./MqClient"; +export * from "./Mq"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { MqServiceException } from "./models/MqServiceException"; diff --git a/clients/client-mq/src/models/MqServiceException.ts b/clients/client-mq/src/models/MqServiceException.ts index e65a16ad0ee32..f6f96c3c1b618 100644 --- a/clients/client-mq/src/models/MqServiceException.ts +++ b/clients/client-mq/src/models/MqServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-mturk/src/MTurkClient.ts b/clients/client-mturk/src/MTurkClient.ts index 310045c2caae3..6cc54c42990f4 100644 --- a/clients/client-mturk/src/MTurkClient.ts +++ b/clients/client-mturk/src/MTurkClient.ts @@ -161,6 +161,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -376,7 +378,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MTurkClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MTurkClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -395,7 +397,7 @@ export interface MTurkClientConfig extends MTurkClientConfigType {} /** * @public */ -type MTurkClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MTurkClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-mturk/src/commands/AcceptQualificationRequestCommand.ts b/clients/client-mturk/src/commands/AcceptQualificationRequestCommand.ts index d96f5eee5099f..0a824318399e2 100644 --- a/clients/client-mturk/src/commands/AcceptQualificationRequestCommand.ts +++ b/clients/client-mturk/src/commands/AcceptQualificationRequestCommand.ts @@ -17,6 +17,10 @@ import { AcceptQualificationRequestRequest, AcceptQualificationRequestResponse } import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_AcceptQualificationRequestCommand, se_AcceptQualificationRequestCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/ApproveAssignmentCommand.ts b/clients/client-mturk/src/commands/ApproveAssignmentCommand.ts index 5d2866c46605a..8cffaf269924a 100644 --- a/clients/client-mturk/src/commands/ApproveAssignmentCommand.ts +++ b/clients/client-mturk/src/commands/ApproveAssignmentCommand.ts @@ -17,6 +17,10 @@ import { ApproveAssignmentRequest, ApproveAssignmentResponse } from "../models/m import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_ApproveAssignmentCommand, se_ApproveAssignmentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/AssociateQualificationWithWorkerCommand.ts b/clients/client-mturk/src/commands/AssociateQualificationWithWorkerCommand.ts index f8d73361606f7..551abbe7fbb0c 100644 --- a/clients/client-mturk/src/commands/AssociateQualificationWithWorkerCommand.ts +++ b/clients/client-mturk/src/commands/AssociateQualificationWithWorkerCommand.ts @@ -20,6 +20,10 @@ import { se_AssociateQualificationWithWorkerCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/CreateAdditionalAssignmentsForHITCommand.ts b/clients/client-mturk/src/commands/CreateAdditionalAssignmentsForHITCommand.ts index 361fcc94c0305..67a554624b14c 100644 --- a/clients/client-mturk/src/commands/CreateAdditionalAssignmentsForHITCommand.ts +++ b/clients/client-mturk/src/commands/CreateAdditionalAssignmentsForHITCommand.ts @@ -23,6 +23,10 @@ import { se_CreateAdditionalAssignmentsForHITCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/CreateHITCommand.ts b/clients/client-mturk/src/commands/CreateHITCommand.ts index c63721889ebff..cc971a39e9c58 100644 --- a/clients/client-mturk/src/commands/CreateHITCommand.ts +++ b/clients/client-mturk/src/commands/CreateHITCommand.ts @@ -17,6 +17,10 @@ import { CreateHITRequest, CreateHITResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_CreateHITCommand, se_CreateHITCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/CreateHITTypeCommand.ts b/clients/client-mturk/src/commands/CreateHITTypeCommand.ts index d9c9f5bd3dcae..1b2989dd30629 100644 --- a/clients/client-mturk/src/commands/CreateHITTypeCommand.ts +++ b/clients/client-mturk/src/commands/CreateHITTypeCommand.ts @@ -17,6 +17,10 @@ import { CreateHITTypeRequest, CreateHITTypeResponse } from "../models/models_0" import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_CreateHITTypeCommand, se_CreateHITTypeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/CreateHITWithHITTypeCommand.ts b/clients/client-mturk/src/commands/CreateHITWithHITTypeCommand.ts index e0fb8a54fb533..74454a249fd74 100644 --- a/clients/client-mturk/src/commands/CreateHITWithHITTypeCommand.ts +++ b/clients/client-mturk/src/commands/CreateHITWithHITTypeCommand.ts @@ -17,6 +17,10 @@ import { CreateHITWithHITTypeRequest, CreateHITWithHITTypeResponse } from "../mo import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_CreateHITWithHITTypeCommand, se_CreateHITWithHITTypeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/CreateQualificationTypeCommand.ts b/clients/client-mturk/src/commands/CreateQualificationTypeCommand.ts index 1aa4764d8d54c..34ec83eb19fd9 100644 --- a/clients/client-mturk/src/commands/CreateQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/CreateQualificationTypeCommand.ts @@ -17,6 +17,10 @@ import { CreateQualificationTypeRequest, CreateQualificationTypeResponse } from import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_CreateQualificationTypeCommand, se_CreateQualificationTypeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/CreateWorkerBlockCommand.ts b/clients/client-mturk/src/commands/CreateWorkerBlockCommand.ts index fc6d17d51eb16..ebf8a8840229a 100644 --- a/clients/client-mturk/src/commands/CreateWorkerBlockCommand.ts +++ b/clients/client-mturk/src/commands/CreateWorkerBlockCommand.ts @@ -17,6 +17,10 @@ import { CreateWorkerBlockRequest, CreateWorkerBlockResponse } from "../models/m import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_CreateWorkerBlockCommand, se_CreateWorkerBlockCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/DeleteHITCommand.ts b/clients/client-mturk/src/commands/DeleteHITCommand.ts index 5142ec6138aef..e4311cfa8178e 100644 --- a/clients/client-mturk/src/commands/DeleteHITCommand.ts +++ b/clients/client-mturk/src/commands/DeleteHITCommand.ts @@ -17,6 +17,10 @@ import { DeleteHITRequest, DeleteHITResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_DeleteHITCommand, se_DeleteHITCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/DeleteQualificationTypeCommand.ts b/clients/client-mturk/src/commands/DeleteQualificationTypeCommand.ts index 3b4f0dff99662..baa5f84c2e0f0 100644 --- a/clients/client-mturk/src/commands/DeleteQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/DeleteQualificationTypeCommand.ts @@ -17,6 +17,10 @@ import { DeleteQualificationTypeRequest, DeleteQualificationTypeResponse } from import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_DeleteQualificationTypeCommand, se_DeleteQualificationTypeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/DeleteWorkerBlockCommand.ts b/clients/client-mturk/src/commands/DeleteWorkerBlockCommand.ts index eb7be91e57e08..e64a235305def 100644 --- a/clients/client-mturk/src/commands/DeleteWorkerBlockCommand.ts +++ b/clients/client-mturk/src/commands/DeleteWorkerBlockCommand.ts @@ -17,6 +17,10 @@ import { DeleteWorkerBlockRequest, DeleteWorkerBlockResponse } from "../models/m import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_DeleteWorkerBlockCommand, se_DeleteWorkerBlockCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/DisassociateQualificationFromWorkerCommand.ts b/clients/client-mturk/src/commands/DisassociateQualificationFromWorkerCommand.ts index c11bd3a4a7cfa..85c9ac7fe5db6 100644 --- a/clients/client-mturk/src/commands/DisassociateQualificationFromWorkerCommand.ts +++ b/clients/client-mturk/src/commands/DisassociateQualificationFromWorkerCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateQualificationFromWorkerCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/GetAccountBalanceCommand.ts b/clients/client-mturk/src/commands/GetAccountBalanceCommand.ts index 694bff5fb9781..799d8da9ae130 100644 --- a/clients/client-mturk/src/commands/GetAccountBalanceCommand.ts +++ b/clients/client-mturk/src/commands/GetAccountBalanceCommand.ts @@ -17,6 +17,10 @@ import { GetAccountBalanceRequest, GetAccountBalanceResponse } from "../models/m import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_GetAccountBalanceCommand, se_GetAccountBalanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/GetAssignmentCommand.ts b/clients/client-mturk/src/commands/GetAssignmentCommand.ts index efd4b36b8925e..39797be2ce7f1 100644 --- a/clients/client-mturk/src/commands/GetAssignmentCommand.ts +++ b/clients/client-mturk/src/commands/GetAssignmentCommand.ts @@ -17,6 +17,10 @@ import { GetAssignmentRequest, GetAssignmentResponse } from "../models/models_0" import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_GetAssignmentCommand, se_GetAssignmentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/GetFileUploadURLCommand.ts b/clients/client-mturk/src/commands/GetFileUploadURLCommand.ts index e2d62868d2f16..2d204d94ec289 100644 --- a/clients/client-mturk/src/commands/GetFileUploadURLCommand.ts +++ b/clients/client-mturk/src/commands/GetFileUploadURLCommand.ts @@ -17,6 +17,10 @@ import { GetFileUploadURLRequest, GetFileUploadURLResponse } from "../models/mod import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_GetFileUploadURLCommand, se_GetFileUploadURLCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/GetHITCommand.ts b/clients/client-mturk/src/commands/GetHITCommand.ts index f2388414b200c..bd9dc22c59615 100644 --- a/clients/client-mturk/src/commands/GetHITCommand.ts +++ b/clients/client-mturk/src/commands/GetHITCommand.ts @@ -17,6 +17,10 @@ import { GetHITRequest, GetHITResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_GetHITCommand, se_GetHITCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/GetQualificationScoreCommand.ts b/clients/client-mturk/src/commands/GetQualificationScoreCommand.ts index 0bd2632985bcc..a6727caf728e9 100644 --- a/clients/client-mturk/src/commands/GetQualificationScoreCommand.ts +++ b/clients/client-mturk/src/commands/GetQualificationScoreCommand.ts @@ -17,6 +17,10 @@ import { GetQualificationScoreRequest, GetQualificationScoreResponse } from "../ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_GetQualificationScoreCommand, se_GetQualificationScoreCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/GetQualificationTypeCommand.ts b/clients/client-mturk/src/commands/GetQualificationTypeCommand.ts index 85e2536f9185c..d35e651ac3c65 100644 --- a/clients/client-mturk/src/commands/GetQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/GetQualificationTypeCommand.ts @@ -17,6 +17,10 @@ import { GetQualificationTypeRequest, GetQualificationTypeResponse } from "../mo import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_GetQualificationTypeCommand, se_GetQualificationTypeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/ListAssignmentsForHITCommand.ts b/clients/client-mturk/src/commands/ListAssignmentsForHITCommand.ts index 4684a8d40bace..1a8c9b75554b6 100644 --- a/clients/client-mturk/src/commands/ListAssignmentsForHITCommand.ts +++ b/clients/client-mturk/src/commands/ListAssignmentsForHITCommand.ts @@ -17,6 +17,10 @@ import { ListAssignmentsForHITRequest, ListAssignmentsForHITResponse } from "../ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_ListAssignmentsForHITCommand, se_ListAssignmentsForHITCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/ListBonusPaymentsCommand.ts b/clients/client-mturk/src/commands/ListBonusPaymentsCommand.ts index f471aa8999256..e7ed75e830fc0 100644 --- a/clients/client-mturk/src/commands/ListBonusPaymentsCommand.ts +++ b/clients/client-mturk/src/commands/ListBonusPaymentsCommand.ts @@ -17,6 +17,10 @@ import { ListBonusPaymentsRequest, ListBonusPaymentsResponse } from "../models/m import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_ListBonusPaymentsCommand, se_ListBonusPaymentsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/ListHITsCommand.ts b/clients/client-mturk/src/commands/ListHITsCommand.ts index 94803da502395..e31bb3145beda 100644 --- a/clients/client-mturk/src/commands/ListHITsCommand.ts +++ b/clients/client-mturk/src/commands/ListHITsCommand.ts @@ -17,6 +17,10 @@ import { ListHITsRequest, ListHITsResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_ListHITsCommand, se_ListHITsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/ListHITsForQualificationTypeCommand.ts b/clients/client-mturk/src/commands/ListHITsForQualificationTypeCommand.ts index a8662178abf7c..4cc66b1f219ca 100644 --- a/clients/client-mturk/src/commands/ListHITsForQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/ListHITsForQualificationTypeCommand.ts @@ -20,6 +20,10 @@ import { se_ListHITsForQualificationTypeCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/ListQualificationRequestsCommand.ts b/clients/client-mturk/src/commands/ListQualificationRequestsCommand.ts index 05620841efb38..921af3126eca1 100644 --- a/clients/client-mturk/src/commands/ListQualificationRequestsCommand.ts +++ b/clients/client-mturk/src/commands/ListQualificationRequestsCommand.ts @@ -17,6 +17,10 @@ import { ListQualificationRequestsRequest, ListQualificationRequestsResponse } f import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_ListQualificationRequestsCommand, se_ListQualificationRequestsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/ListQualificationTypesCommand.ts b/clients/client-mturk/src/commands/ListQualificationTypesCommand.ts index 2ee3041918180..af1ad95eb64fe 100644 --- a/clients/client-mturk/src/commands/ListQualificationTypesCommand.ts +++ b/clients/client-mturk/src/commands/ListQualificationTypesCommand.ts @@ -17,6 +17,10 @@ import { ListQualificationTypesRequest, ListQualificationTypesResponse } from ". import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_ListQualificationTypesCommand, se_ListQualificationTypesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/ListReviewPolicyResultsForHITCommand.ts b/clients/client-mturk/src/commands/ListReviewPolicyResultsForHITCommand.ts index 0c366f7451f5e..517b0dd6100de 100644 --- a/clients/client-mturk/src/commands/ListReviewPolicyResultsForHITCommand.ts +++ b/clients/client-mturk/src/commands/ListReviewPolicyResultsForHITCommand.ts @@ -20,6 +20,10 @@ import { se_ListReviewPolicyResultsForHITCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/ListReviewableHITsCommand.ts b/clients/client-mturk/src/commands/ListReviewableHITsCommand.ts index 13a8b974989a6..0fc9dfac69337 100644 --- a/clients/client-mturk/src/commands/ListReviewableHITsCommand.ts +++ b/clients/client-mturk/src/commands/ListReviewableHITsCommand.ts @@ -17,6 +17,10 @@ import { ListReviewableHITsRequest, ListReviewableHITsResponse } from "../models import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_ListReviewableHITsCommand, se_ListReviewableHITsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/ListWorkerBlocksCommand.ts b/clients/client-mturk/src/commands/ListWorkerBlocksCommand.ts index 5c8bf1c594964..a0e5cb1784a76 100644 --- a/clients/client-mturk/src/commands/ListWorkerBlocksCommand.ts +++ b/clients/client-mturk/src/commands/ListWorkerBlocksCommand.ts @@ -17,6 +17,10 @@ import { ListWorkerBlocksRequest, ListWorkerBlocksResponse } from "../models/mod import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_ListWorkerBlocksCommand, se_ListWorkerBlocksCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/ListWorkersWithQualificationTypeCommand.ts b/clients/client-mturk/src/commands/ListWorkersWithQualificationTypeCommand.ts index 5c8d6272b0246..6de3e1418b6d9 100644 --- a/clients/client-mturk/src/commands/ListWorkersWithQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/ListWorkersWithQualificationTypeCommand.ts @@ -20,6 +20,10 @@ import { se_ListWorkersWithQualificationTypeCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/NotifyWorkersCommand.ts b/clients/client-mturk/src/commands/NotifyWorkersCommand.ts index 1c6925f017ccb..be3eb5e06d755 100644 --- a/clients/client-mturk/src/commands/NotifyWorkersCommand.ts +++ b/clients/client-mturk/src/commands/NotifyWorkersCommand.ts @@ -17,6 +17,10 @@ import { NotifyWorkersRequest, NotifyWorkersResponse } from "../models/models_0" import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_NotifyWorkersCommand, se_NotifyWorkersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/RejectAssignmentCommand.ts b/clients/client-mturk/src/commands/RejectAssignmentCommand.ts index a40b74f6bdad5..ba08b7e4e5a95 100644 --- a/clients/client-mturk/src/commands/RejectAssignmentCommand.ts +++ b/clients/client-mturk/src/commands/RejectAssignmentCommand.ts @@ -17,6 +17,10 @@ import { RejectAssignmentRequest, RejectAssignmentResponse } from "../models/mod import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_RejectAssignmentCommand, se_RejectAssignmentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/RejectQualificationRequestCommand.ts b/clients/client-mturk/src/commands/RejectQualificationRequestCommand.ts index c956d730557eb..7feedaea5197e 100644 --- a/clients/client-mturk/src/commands/RejectQualificationRequestCommand.ts +++ b/clients/client-mturk/src/commands/RejectQualificationRequestCommand.ts @@ -17,6 +17,10 @@ import { RejectQualificationRequestRequest, RejectQualificationRequestResponse } import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_RejectQualificationRequestCommand, se_RejectQualificationRequestCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/SendBonusCommand.ts b/clients/client-mturk/src/commands/SendBonusCommand.ts index cbabf7a996910..41329d146b511 100644 --- a/clients/client-mturk/src/commands/SendBonusCommand.ts +++ b/clients/client-mturk/src/commands/SendBonusCommand.ts @@ -17,6 +17,10 @@ import { SendBonusRequest, SendBonusResponse } from "../models/models_0"; import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_SendBonusCommand, se_SendBonusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/SendTestEventNotificationCommand.ts b/clients/client-mturk/src/commands/SendTestEventNotificationCommand.ts index c0c3ea31217b9..8f0fe30867471 100644 --- a/clients/client-mturk/src/commands/SendTestEventNotificationCommand.ts +++ b/clients/client-mturk/src/commands/SendTestEventNotificationCommand.ts @@ -17,6 +17,10 @@ import { SendTestEventNotificationRequest, SendTestEventNotificationResponse } f import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_SendTestEventNotificationCommand, se_SendTestEventNotificationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/UpdateExpirationForHITCommand.ts b/clients/client-mturk/src/commands/UpdateExpirationForHITCommand.ts index 4497b59770a0a..a95de2f325525 100644 --- a/clients/client-mturk/src/commands/UpdateExpirationForHITCommand.ts +++ b/clients/client-mturk/src/commands/UpdateExpirationForHITCommand.ts @@ -17,6 +17,10 @@ import { UpdateExpirationForHITRequest, UpdateExpirationForHITResponse } from ". import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_UpdateExpirationForHITCommand, se_UpdateExpirationForHITCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/UpdateHITReviewStatusCommand.ts b/clients/client-mturk/src/commands/UpdateHITReviewStatusCommand.ts index 1ef7e10144ffd..3de402b56a715 100644 --- a/clients/client-mturk/src/commands/UpdateHITReviewStatusCommand.ts +++ b/clients/client-mturk/src/commands/UpdateHITReviewStatusCommand.ts @@ -17,6 +17,10 @@ import { UpdateHITReviewStatusRequest, UpdateHITReviewStatusResponse } from "../ import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_UpdateHITReviewStatusCommand, se_UpdateHITReviewStatusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/UpdateHITTypeOfHITCommand.ts b/clients/client-mturk/src/commands/UpdateHITTypeOfHITCommand.ts index 36f855e281c4b..5f36532d132de 100644 --- a/clients/client-mturk/src/commands/UpdateHITTypeOfHITCommand.ts +++ b/clients/client-mturk/src/commands/UpdateHITTypeOfHITCommand.ts @@ -17,6 +17,10 @@ import { UpdateHITTypeOfHITRequest, UpdateHITTypeOfHITResponse } from "../models import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_UpdateHITTypeOfHITCommand, se_UpdateHITTypeOfHITCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/UpdateNotificationSettingsCommand.ts b/clients/client-mturk/src/commands/UpdateNotificationSettingsCommand.ts index cc0dced1b0c85..f58186a5d4dc6 100644 --- a/clients/client-mturk/src/commands/UpdateNotificationSettingsCommand.ts +++ b/clients/client-mturk/src/commands/UpdateNotificationSettingsCommand.ts @@ -17,6 +17,10 @@ import { UpdateNotificationSettingsRequest, UpdateNotificationSettingsResponse } import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_UpdateNotificationSettingsCommand, se_UpdateNotificationSettingsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/commands/UpdateQualificationTypeCommand.ts b/clients/client-mturk/src/commands/UpdateQualificationTypeCommand.ts index 339a35823f95d..ed687986f9011 100644 --- a/clients/client-mturk/src/commands/UpdateQualificationTypeCommand.ts +++ b/clients/client-mturk/src/commands/UpdateQualificationTypeCommand.ts @@ -17,6 +17,10 @@ import { UpdateQualificationTypeRequest, UpdateQualificationTypeResponse } from import { MTurkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MTurkClient"; import { de_UpdateQualificationTypeCommand, se_UpdateQualificationTypeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mturk/src/index.ts b/clients/client-mturk/src/index.ts index a5a41994c081d..895534690a518 100644 --- a/clients/client-mturk/src/index.ts +++ b/clients/client-mturk/src/index.ts @@ -1,8 +1,14 @@ -export * from "./MTurk"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Mechanical Turk API Reference + * + * @packageDocumentation + */ export * from "./MTurkClient"; +export * from "./MTurk"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { MTurkServiceException } from "./models/MTurkServiceException"; diff --git a/clients/client-mturk/src/models/MTurkServiceException.ts b/clients/client-mturk/src/models/MTurkServiceException.ts index 71c7862819ecc..e13b272198f61 100644 --- a/clients/client-mturk/src/models/MTurkServiceException.ts +++ b/clients/client-mturk/src/models/MTurkServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-mwaa/src/MWAAClient.ts b/clients/client-mwaa/src/MWAAClient.ts index e4ae89c8429c4..cc662567147f1 100644 --- a/clients/client-mwaa/src/MWAAClient.ts +++ b/clients/client-mwaa/src/MWAAClient.ts @@ -76,6 +76,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -235,7 +237,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type MWAAClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type MWAAClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -254,7 +256,7 @@ export interface MWAAClientConfig extends MWAAClientConfigType {} /** * @public */ -type MWAAClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type MWAAClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-mwaa/src/commands/CreateCliTokenCommand.ts b/clients/client-mwaa/src/commands/CreateCliTokenCommand.ts index 47de267a6f3b4..3618fcddc80fa 100644 --- a/clients/client-mwaa/src/commands/CreateCliTokenCommand.ts +++ b/clients/client-mwaa/src/commands/CreateCliTokenCommand.ts @@ -21,6 +21,10 @@ import { import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient"; import { de_CreateCliTokenCommand, se_CreateCliTokenCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mwaa/src/commands/CreateEnvironmentCommand.ts b/clients/client-mwaa/src/commands/CreateEnvironmentCommand.ts index e5217c4844dc5..0cf14b65d2d04 100644 --- a/clients/client-mwaa/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-mwaa/src/commands/CreateEnvironmentCommand.ts @@ -21,6 +21,10 @@ import { import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient"; import { de_CreateEnvironmentCommand, se_CreateEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mwaa/src/commands/CreateWebLoginTokenCommand.ts b/clients/client-mwaa/src/commands/CreateWebLoginTokenCommand.ts index cd2a7b4b93677..93fff2705dbef 100644 --- a/clients/client-mwaa/src/commands/CreateWebLoginTokenCommand.ts +++ b/clients/client-mwaa/src/commands/CreateWebLoginTokenCommand.ts @@ -21,6 +21,10 @@ import { import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient"; import { de_CreateWebLoginTokenCommand, se_CreateWebLoginTokenCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mwaa/src/commands/DeleteEnvironmentCommand.ts b/clients/client-mwaa/src/commands/DeleteEnvironmentCommand.ts index 7e84dfc5fb2bc..efdb65f72286a 100644 --- a/clients/client-mwaa/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-mwaa/src/commands/DeleteEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { DeleteEnvironmentInput, DeleteEnvironmentOutput } from "../models/model import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient"; import { de_DeleteEnvironmentCommand, se_DeleteEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mwaa/src/commands/GetEnvironmentCommand.ts b/clients/client-mwaa/src/commands/GetEnvironmentCommand.ts index 167728c89d07e..c13fa3b9ba8e9 100644 --- a/clients/client-mwaa/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-mwaa/src/commands/GetEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { GetEnvironmentInput, GetEnvironmentOutput, GetEnvironmentOutputFilterSe import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient"; import { de_GetEnvironmentCommand, se_GetEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mwaa/src/commands/ListEnvironmentsCommand.ts b/clients/client-mwaa/src/commands/ListEnvironmentsCommand.ts index d352df0e563e4..8ab9b28f3176b 100644 --- a/clients/client-mwaa/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-mwaa/src/commands/ListEnvironmentsCommand.ts @@ -17,6 +17,10 @@ import { ListEnvironmentsInput, ListEnvironmentsOutput } from "../models/models_ import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient"; import { de_ListEnvironmentsCommand, se_ListEnvironmentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mwaa/src/commands/ListTagsForResourceCommand.ts b/clients/client-mwaa/src/commands/ListTagsForResourceCommand.ts index 1712975d3c73e..df11fb3246ad2 100644 --- a/clients/client-mwaa/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-mwaa/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/m import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mwaa/src/commands/PublishMetricsCommand.ts b/clients/client-mwaa/src/commands/PublishMetricsCommand.ts index 70700a1a343c9..34bd83d70a2eb 100644 --- a/clients/client-mwaa/src/commands/PublishMetricsCommand.ts +++ b/clients/client-mwaa/src/commands/PublishMetricsCommand.ts @@ -17,6 +17,10 @@ import { PublishMetricsInput, PublishMetricsOutput } from "../models/models_0"; import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient"; import { de_PublishMetricsCommand, se_PublishMetricsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mwaa/src/commands/TagResourceCommand.ts b/clients/client-mwaa/src/commands/TagResourceCommand.ts index 5348c0af3f34d..c7be9c11a62d3 100644 --- a/clients/client-mwaa/src/commands/TagResourceCommand.ts +++ b/clients/client-mwaa/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mwaa/src/commands/UntagResourceCommand.ts b/clients/client-mwaa/src/commands/UntagResourceCommand.ts index 115abf64017cf..e3faf9f7cc4d6 100644 --- a/clients/client-mwaa/src/commands/UntagResourceCommand.ts +++ b/clients/client-mwaa/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mwaa/src/commands/UpdateEnvironmentCommand.ts b/clients/client-mwaa/src/commands/UpdateEnvironmentCommand.ts index dd445e724e97a..23bd652064756 100644 --- a/clients/client-mwaa/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-mwaa/src/commands/UpdateEnvironmentCommand.ts @@ -21,6 +21,10 @@ import { import { MWAAClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MWAAClient"; import { de_UpdateEnvironmentCommand, se_UpdateEnvironmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-mwaa/src/index.ts b/clients/client-mwaa/src/index.ts index c800ef2b7301a..f0d6443370507 100644 --- a/clients/client-mwaa/src/index.ts +++ b/clients/client-mwaa/src/index.ts @@ -1,8 +1,97 @@ -export * from "./MWAA"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Managed Workflows for Apache Airflow + *

This section contains the Amazon Managed Workflows for Apache Airflow (MWAA) API reference documentation. For more information, see What Is Amazon MWAA?.

+ *

+ * Endpoints + *

+ * + *

+ * Regions + *

+ *

For a list of regions that Amazon MWAA supports, see Region availability in the Amazon MWAA User Guide.

+ * + * @packageDocumentation + */ export * from "./MWAAClient"; +export * from "./MWAA"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { MWAAServiceException } from "./models/MWAAServiceException"; diff --git a/clients/client-mwaa/src/models/MWAAServiceException.ts b/clients/client-mwaa/src/models/MWAAServiceException.ts index a5695a3f89f02..6481c86687f80 100644 --- a/clients/client-mwaa/src/models/MWAAServiceException.ts +++ b/clients/client-mwaa/src/models/MWAAServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-neptune/src/NeptuneClient.ts b/clients/client-neptune/src/NeptuneClient.ts index e3d1d0b6e794c..a66b3525ab114 100644 --- a/clients/client-neptune/src/NeptuneClient.ts +++ b/clients/client-neptune/src/NeptuneClient.ts @@ -293,6 +293,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -568,7 +570,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type NeptuneClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type NeptuneClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -587,7 +589,7 @@ export interface NeptuneClientConfig extends NeptuneClientConfigType {} /** * @public */ -type NeptuneClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type NeptuneClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-neptune/src/commands/AddRoleToDBClusterCommand.ts b/clients/client-neptune/src/commands/AddRoleToDBClusterCommand.ts index 63b1a975954eb..51b3c7a15d6e5 100644 --- a/clients/client-neptune/src/commands/AddRoleToDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/AddRoleToDBClusterCommand.ts @@ -17,6 +17,10 @@ import { AddRoleToDBClusterMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_AddRoleToDBClusterCommand, se_AddRoleToDBClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/AddSourceIdentifierToSubscriptionCommand.ts b/clients/client-neptune/src/commands/AddSourceIdentifierToSubscriptionCommand.ts index ef0ab629aa4b8..5b1d93165f94c 100644 --- a/clients/client-neptune/src/commands/AddSourceIdentifierToSubscriptionCommand.ts +++ b/clients/client-neptune/src/commands/AddSourceIdentifierToSubscriptionCommand.ts @@ -20,6 +20,10 @@ import { se_AddSourceIdentifierToSubscriptionCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/AddTagsToResourceCommand.ts b/clients/client-neptune/src/commands/AddTagsToResourceCommand.ts index ebb47d5d3e6e9..9e1655ea85d1c 100644 --- a/clients/client-neptune/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-neptune/src/commands/AddTagsToResourceCommand.ts @@ -17,6 +17,10 @@ import { AddTagsToResourceMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_AddTagsToResourceCommand, se_AddTagsToResourceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/ApplyPendingMaintenanceActionCommand.ts b/clients/client-neptune/src/commands/ApplyPendingMaintenanceActionCommand.ts index e977b3b7c124f..1f173fa92b44b 100644 --- a/clients/client-neptune/src/commands/ApplyPendingMaintenanceActionCommand.ts +++ b/clients/client-neptune/src/commands/ApplyPendingMaintenanceActionCommand.ts @@ -20,6 +20,10 @@ import { se_ApplyPendingMaintenanceActionCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/CopyDBClusterParameterGroupCommand.ts b/clients/client-neptune/src/commands/CopyDBClusterParameterGroupCommand.ts index 024a622b274e0..4fd7c637ea10a 100644 --- a/clients/client-neptune/src/commands/CopyDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/CopyDBClusterParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { CopyDBClusterParameterGroupMessage, CopyDBClusterParameterGroupResult } import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_CopyDBClusterParameterGroupCommand, se_CopyDBClusterParameterGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/CopyDBClusterSnapshotCommand.ts b/clients/client-neptune/src/commands/CopyDBClusterSnapshotCommand.ts index a8c916772ea67..65e3e967f4585 100644 --- a/clients/client-neptune/src/commands/CopyDBClusterSnapshotCommand.ts +++ b/clients/client-neptune/src/commands/CopyDBClusterSnapshotCommand.ts @@ -18,6 +18,10 @@ import { CopyDBClusterSnapshotMessage, CopyDBClusterSnapshotResult } from "../mo import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_CopyDBClusterSnapshotCommand, se_CopyDBClusterSnapshotCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/CopyDBParameterGroupCommand.ts b/clients/client-neptune/src/commands/CopyDBParameterGroupCommand.ts index a0d3202c17cd2..c43d6648ae508 100644 --- a/clients/client-neptune/src/commands/CopyDBParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/CopyDBParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { CopyDBParameterGroupMessage, CopyDBParameterGroupResult } from "../mode import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_CopyDBParameterGroupCommand, se_CopyDBParameterGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/CreateDBClusterCommand.ts b/clients/client-neptune/src/commands/CreateDBClusterCommand.ts index f16c8174b4860..81c20f0a694b0 100644 --- a/clients/client-neptune/src/commands/CreateDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBClusterCommand.ts @@ -18,6 +18,10 @@ import { CreateDBClusterMessage, CreateDBClusterResult } from "../models/models_ import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_CreateDBClusterCommand, se_CreateDBClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/CreateDBClusterEndpointCommand.ts b/clients/client-neptune/src/commands/CreateDBClusterEndpointCommand.ts index b06839bea812c..9f788d99987a0 100644 --- a/clients/client-neptune/src/commands/CreateDBClusterEndpointCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBClusterEndpointCommand.ts @@ -17,6 +17,10 @@ import { CreateDBClusterEndpointMessage, CreateDBClusterEndpointOutput } from ". import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_CreateDBClusterEndpointCommand, se_CreateDBClusterEndpointCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/CreateDBClusterParameterGroupCommand.ts b/clients/client-neptune/src/commands/CreateDBClusterParameterGroupCommand.ts index 69770f8f4cfb4..cfbc027d84332 100644 --- a/clients/client-neptune/src/commands/CreateDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBClusterParameterGroupCommand.ts @@ -20,6 +20,10 @@ import { se_CreateDBClusterParameterGroupCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/CreateDBClusterSnapshotCommand.ts b/clients/client-neptune/src/commands/CreateDBClusterSnapshotCommand.ts index de4fa34d19b2e..197f68c7360ad 100644 --- a/clients/client-neptune/src/commands/CreateDBClusterSnapshotCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBClusterSnapshotCommand.ts @@ -17,6 +17,10 @@ import { CreateDBClusterSnapshotMessage, CreateDBClusterSnapshotResult } from ". import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_CreateDBClusterSnapshotCommand, se_CreateDBClusterSnapshotCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/CreateDBInstanceCommand.ts b/clients/client-neptune/src/commands/CreateDBInstanceCommand.ts index d35e677d6020b..99706b8f22b85 100644 --- a/clients/client-neptune/src/commands/CreateDBInstanceCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBInstanceCommand.ts @@ -17,6 +17,10 @@ import { CreateDBInstanceMessage, CreateDBInstanceResult } from "../models/model import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_CreateDBInstanceCommand, se_CreateDBInstanceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/CreateDBParameterGroupCommand.ts b/clients/client-neptune/src/commands/CreateDBParameterGroupCommand.ts index c4ad52473eaaa..f3aa0ae84b30f 100644 --- a/clients/client-neptune/src/commands/CreateDBParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateDBParameterGroupMessage, CreateDBParameterGroupResult } from "../ import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_CreateDBParameterGroupCommand, se_CreateDBParameterGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/CreateDBSubnetGroupCommand.ts b/clients/client-neptune/src/commands/CreateDBSubnetGroupCommand.ts index 265967d9d93fa..185a802008c2a 100644 --- a/clients/client-neptune/src/commands/CreateDBSubnetGroupCommand.ts +++ b/clients/client-neptune/src/commands/CreateDBSubnetGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateDBSubnetGroupMessage, CreateDBSubnetGroupResult } from "../models import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_CreateDBSubnetGroupCommand, se_CreateDBSubnetGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/CreateEventSubscriptionCommand.ts b/clients/client-neptune/src/commands/CreateEventSubscriptionCommand.ts index 48bb209a7a42b..c1c02dca269a7 100644 --- a/clients/client-neptune/src/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-neptune/src/commands/CreateEventSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { CreateEventSubscriptionMessage, CreateEventSubscriptionResult } from ". import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_CreateEventSubscriptionCommand, se_CreateEventSubscriptionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/CreateGlobalClusterCommand.ts b/clients/client-neptune/src/commands/CreateGlobalClusterCommand.ts index 7260f43611674..520f047f64284 100644 --- a/clients/client-neptune/src/commands/CreateGlobalClusterCommand.ts +++ b/clients/client-neptune/src/commands/CreateGlobalClusterCommand.ts @@ -17,6 +17,10 @@ import { CreateGlobalClusterMessage, CreateGlobalClusterResult } from "../models import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_CreateGlobalClusterCommand, se_CreateGlobalClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DeleteDBClusterCommand.ts b/clients/client-neptune/src/commands/DeleteDBClusterCommand.ts index 4941974d80495..a02fdc8938299 100644 --- a/clients/client-neptune/src/commands/DeleteDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBClusterCommand.ts @@ -17,6 +17,10 @@ import { DeleteDBClusterMessage, DeleteDBClusterResult } from "../models/models_ import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_DeleteDBClusterCommand, se_DeleteDBClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DeleteDBClusterEndpointCommand.ts b/clients/client-neptune/src/commands/DeleteDBClusterEndpointCommand.ts index 07c6e9a3f7681..daea22e51f9f2 100644 --- a/clients/client-neptune/src/commands/DeleteDBClusterEndpointCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBClusterEndpointCommand.ts @@ -17,6 +17,10 @@ import { DeleteDBClusterEndpointMessage, DeleteDBClusterEndpointOutput } from ". import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_DeleteDBClusterEndpointCommand, se_DeleteDBClusterEndpointCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DeleteDBClusterParameterGroupCommand.ts b/clients/client-neptune/src/commands/DeleteDBClusterParameterGroupCommand.ts index 3f4fb23488f24..993328ee62bb6 100644 --- a/clients/client-neptune/src/commands/DeleteDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBClusterParameterGroupCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteDBClusterParameterGroupCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DeleteDBClusterSnapshotCommand.ts b/clients/client-neptune/src/commands/DeleteDBClusterSnapshotCommand.ts index a9de2e98190b8..e3dc29301dc6a 100644 --- a/clients/client-neptune/src/commands/DeleteDBClusterSnapshotCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBClusterSnapshotCommand.ts @@ -17,6 +17,10 @@ import { DeleteDBClusterSnapshotMessage, DeleteDBClusterSnapshotResult } from ". import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_DeleteDBClusterSnapshotCommand, se_DeleteDBClusterSnapshotCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DeleteDBInstanceCommand.ts b/clients/client-neptune/src/commands/DeleteDBInstanceCommand.ts index 1f11fe321e502..8a5549d36ec45 100644 --- a/clients/client-neptune/src/commands/DeleteDBInstanceCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBInstanceCommand.ts @@ -17,6 +17,10 @@ import { DeleteDBInstanceMessage, DeleteDBInstanceResult } from "../models/model import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_DeleteDBInstanceCommand, se_DeleteDBInstanceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DeleteDBParameterGroupCommand.ts b/clients/client-neptune/src/commands/DeleteDBParameterGroupCommand.ts index 4513fe804a511..41f631427bee1 100644 --- a/clients/client-neptune/src/commands/DeleteDBParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteDBParameterGroupMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_DeleteDBParameterGroupCommand, se_DeleteDBParameterGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DeleteDBSubnetGroupCommand.ts b/clients/client-neptune/src/commands/DeleteDBSubnetGroupCommand.ts index 4fb359ccea077..5a44770c293d5 100644 --- a/clients/client-neptune/src/commands/DeleteDBSubnetGroupCommand.ts +++ b/clients/client-neptune/src/commands/DeleteDBSubnetGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteDBSubnetGroupMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_DeleteDBSubnetGroupCommand, se_DeleteDBSubnetGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DeleteEventSubscriptionCommand.ts b/clients/client-neptune/src/commands/DeleteEventSubscriptionCommand.ts index 7cd39738da1ff..80b34e141638a 100644 --- a/clients/client-neptune/src/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-neptune/src/commands/DeleteEventSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { DeleteEventSubscriptionMessage, DeleteEventSubscriptionResult } from ". import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_DeleteEventSubscriptionCommand, se_DeleteEventSubscriptionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DeleteGlobalClusterCommand.ts b/clients/client-neptune/src/commands/DeleteGlobalClusterCommand.ts index ae1f6085739eb..b5d97cb7126ca 100644 --- a/clients/client-neptune/src/commands/DeleteGlobalClusterCommand.ts +++ b/clients/client-neptune/src/commands/DeleteGlobalClusterCommand.ts @@ -17,6 +17,10 @@ import { DeleteGlobalClusterMessage, DeleteGlobalClusterResult } from "../models import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_DeleteGlobalClusterCommand, se_DeleteGlobalClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DescribeDBClusterEndpointsCommand.ts b/clients/client-neptune/src/commands/DescribeDBClusterEndpointsCommand.ts index c9f92b7469900..cce85e34564f6 100644 --- a/clients/client-neptune/src/commands/DescribeDBClusterEndpointsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClusterEndpointsCommand.ts @@ -17,6 +17,10 @@ import { DBClusterEndpointMessage, DescribeDBClusterEndpointsMessage } from "../ import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_DescribeDBClusterEndpointsCommand, se_DescribeDBClusterEndpointsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DescribeDBClusterParameterGroupsCommand.ts b/clients/client-neptune/src/commands/DescribeDBClusterParameterGroupsCommand.ts index 77878d0d0c111..d72eb36148e65 100644 --- a/clients/client-neptune/src/commands/DescribeDBClusterParameterGroupsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClusterParameterGroupsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeDBClusterParameterGroupsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DescribeDBClusterParametersCommand.ts b/clients/client-neptune/src/commands/DescribeDBClusterParametersCommand.ts index 9d208ec2c3462..ed7ee04c81244 100644 --- a/clients/client-neptune/src/commands/DescribeDBClusterParametersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClusterParametersCommand.ts @@ -17,6 +17,10 @@ import { DBClusterParameterGroupDetails, DescribeDBClusterParametersMessage } fr import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_DescribeDBClusterParametersCommand, se_DescribeDBClusterParametersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts b/clients/client-neptune/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts index c7ac98e73a7cd..56f93d306e873 100644 --- a/clients/client-neptune/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeDBClusterSnapshotAttributesCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DescribeDBClusterSnapshotsCommand.ts b/clients/client-neptune/src/commands/DescribeDBClusterSnapshotsCommand.ts index 4dc0513ab8284..7ce19a3450079 100644 --- a/clients/client-neptune/src/commands/DescribeDBClusterSnapshotsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClusterSnapshotsCommand.ts @@ -17,6 +17,10 @@ import { DBClusterSnapshotMessage, DescribeDBClusterSnapshotsMessage } from "../ import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_DescribeDBClusterSnapshotsCommand, se_DescribeDBClusterSnapshotsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DescribeDBClustersCommand.ts b/clients/client-neptune/src/commands/DescribeDBClustersCommand.ts index 1aa37359aedc7..cf17442b95974 100644 --- a/clients/client-neptune/src/commands/DescribeDBClustersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBClustersCommand.ts @@ -17,6 +17,10 @@ import { DBClusterMessage, DescribeDBClustersMessage } from "../models/models_0" import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_DescribeDBClustersCommand, se_DescribeDBClustersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DescribeDBEngineVersionsCommand.ts b/clients/client-neptune/src/commands/DescribeDBEngineVersionsCommand.ts index 9dcbfe15a6fbb..6574f4458aa98 100644 --- a/clients/client-neptune/src/commands/DescribeDBEngineVersionsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBEngineVersionsCommand.ts @@ -17,6 +17,10 @@ import { DBEngineVersionMessage, DescribeDBEngineVersionsMessage } from "../mode import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_DescribeDBEngineVersionsCommand, se_DescribeDBEngineVersionsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DescribeDBInstancesCommand.ts b/clients/client-neptune/src/commands/DescribeDBInstancesCommand.ts index 1e8cd5f793089..7e2315afcd8db 100644 --- a/clients/client-neptune/src/commands/DescribeDBInstancesCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBInstancesCommand.ts @@ -17,6 +17,10 @@ import { DBInstanceMessage, DescribeDBInstancesMessage } from "../models/models_ import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_DescribeDBInstancesCommand, se_DescribeDBInstancesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DescribeDBParameterGroupsCommand.ts b/clients/client-neptune/src/commands/DescribeDBParameterGroupsCommand.ts index 964ffa62a6668..233a3b301f6b6 100644 --- a/clients/client-neptune/src/commands/DescribeDBParameterGroupsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBParameterGroupsCommand.ts @@ -17,6 +17,10 @@ import { DBParameterGroupsMessage, DescribeDBParameterGroupsMessage } from "../m import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_DescribeDBParameterGroupsCommand, se_DescribeDBParameterGroupsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DescribeDBParametersCommand.ts b/clients/client-neptune/src/commands/DescribeDBParametersCommand.ts index cb11b62a6c207..209131d9cd739 100644 --- a/clients/client-neptune/src/commands/DescribeDBParametersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBParametersCommand.ts @@ -17,6 +17,10 @@ import { DBParameterGroupDetails, DescribeDBParametersMessage } from "../models/ import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_DescribeDBParametersCommand, se_DescribeDBParametersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DescribeDBSubnetGroupsCommand.ts b/clients/client-neptune/src/commands/DescribeDBSubnetGroupsCommand.ts index 42a033e893802..7671078094a4a 100644 --- a/clients/client-neptune/src/commands/DescribeDBSubnetGroupsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeDBSubnetGroupsCommand.ts @@ -17,6 +17,10 @@ import { DBSubnetGroupMessage, DescribeDBSubnetGroupsMessage } from "../models/m import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_DescribeDBSubnetGroupsCommand, se_DescribeDBSubnetGroupsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DescribeEngineDefaultClusterParametersCommand.ts b/clients/client-neptune/src/commands/DescribeEngineDefaultClusterParametersCommand.ts index 07898c1d2fb8e..745b166e54aa7 100644 --- a/clients/client-neptune/src/commands/DescribeEngineDefaultClusterParametersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeEngineDefaultClusterParametersCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeEngineDefaultClusterParametersCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DescribeEngineDefaultParametersCommand.ts b/clients/client-neptune/src/commands/DescribeEngineDefaultParametersCommand.ts index 22eda091cae31..6f2e85d333805 100644 --- a/clients/client-neptune/src/commands/DescribeEngineDefaultParametersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeEngineDefaultParametersCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeEngineDefaultParametersCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DescribeEventCategoriesCommand.ts b/clients/client-neptune/src/commands/DescribeEventCategoriesCommand.ts index 5362444feaf6a..1a4ce182e2bb9 100644 --- a/clients/client-neptune/src/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-neptune/src/commands/DescribeEventCategoriesCommand.ts @@ -17,6 +17,10 @@ import { DescribeEventCategoriesMessage, EventCategoriesMessage } from "../model import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_DescribeEventCategoriesCommand, se_DescribeEventCategoriesCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-neptune/src/commands/DescribeEventSubscriptionsCommand.ts index f2b0fcdfe38cc..13bda2807fe89 100644 --- a/clients/client-neptune/src/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeEventSubscriptionsCommand.ts @@ -17,6 +17,10 @@ import { DescribeEventSubscriptionsMessage, EventSubscriptionsMessage } from ".. import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_DescribeEventSubscriptionsCommand, se_DescribeEventSubscriptionsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DescribeEventsCommand.ts b/clients/client-neptune/src/commands/DescribeEventsCommand.ts index bdd215a36f981..f877aa608a277 100644 --- a/clients/client-neptune/src/commands/DescribeEventsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeEventsCommand.ts @@ -17,6 +17,10 @@ import { DescribeEventsMessage, EventsMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_DescribeEventsCommand, se_DescribeEventsCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DescribeGlobalClustersCommand.ts b/clients/client-neptune/src/commands/DescribeGlobalClustersCommand.ts index 9e0e3f7f30217..1820b9729ccaf 100644 --- a/clients/client-neptune/src/commands/DescribeGlobalClustersCommand.ts +++ b/clients/client-neptune/src/commands/DescribeGlobalClustersCommand.ts @@ -17,6 +17,10 @@ import { DescribeGlobalClustersMessage, GlobalClustersMessage } from "../models/ import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_DescribeGlobalClustersCommand, se_DescribeGlobalClustersCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts b/clients/client-neptune/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts index c871a13313d03..16af8caeb9c79 100644 --- a/clients/client-neptune/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeOrderableDBInstanceOptionsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DescribePendingMaintenanceActionsCommand.ts b/clients/client-neptune/src/commands/DescribePendingMaintenanceActionsCommand.ts index 7b96f1fa00fa3..0d6b6a963ab8a 100644 --- a/clients/client-neptune/src/commands/DescribePendingMaintenanceActionsCommand.ts +++ b/clients/client-neptune/src/commands/DescribePendingMaintenanceActionsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribePendingMaintenanceActionsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/DescribeValidDBInstanceModificationsCommand.ts b/clients/client-neptune/src/commands/DescribeValidDBInstanceModificationsCommand.ts index 9a27149dbc83c..c5d99db12f3ef 100644 --- a/clients/client-neptune/src/commands/DescribeValidDBInstanceModificationsCommand.ts +++ b/clients/client-neptune/src/commands/DescribeValidDBInstanceModificationsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeValidDBInstanceModificationsCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/FailoverDBClusterCommand.ts b/clients/client-neptune/src/commands/FailoverDBClusterCommand.ts index ef40093ec23b3..cea6a1affdc34 100644 --- a/clients/client-neptune/src/commands/FailoverDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/FailoverDBClusterCommand.ts @@ -17,6 +17,10 @@ import { FailoverDBClusterMessage, FailoverDBClusterResult } from "../models/mod import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_FailoverDBClusterCommand, se_FailoverDBClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/FailoverGlobalClusterCommand.ts b/clients/client-neptune/src/commands/FailoverGlobalClusterCommand.ts index c7bb149a1e841..80a866abecb1b 100644 --- a/clients/client-neptune/src/commands/FailoverGlobalClusterCommand.ts +++ b/clients/client-neptune/src/commands/FailoverGlobalClusterCommand.ts @@ -17,6 +17,10 @@ import { FailoverGlobalClusterMessage, FailoverGlobalClusterResult } from "../mo import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_FailoverGlobalClusterCommand, se_FailoverGlobalClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/ListTagsForResourceCommand.ts b/clients/client-neptune/src/commands/ListTagsForResourceCommand.ts index ae2799a65bbc3..603af25acc5bb 100644 --- a/clients/client-neptune/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-neptune/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceMessage, TagListMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/ModifyDBClusterCommand.ts b/clients/client-neptune/src/commands/ModifyDBClusterCommand.ts index b34a0726e3efa..c588f7e004a07 100644 --- a/clients/client-neptune/src/commands/ModifyDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBClusterCommand.ts @@ -17,6 +17,10 @@ import { ModifyDBClusterMessage, ModifyDBClusterResult } from "../models/models_ import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_ModifyDBClusterCommand, se_ModifyDBClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/ModifyDBClusterEndpointCommand.ts b/clients/client-neptune/src/commands/ModifyDBClusterEndpointCommand.ts index 8cced1be59b58..cb9bc2027b3ef 100644 --- a/clients/client-neptune/src/commands/ModifyDBClusterEndpointCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBClusterEndpointCommand.ts @@ -17,6 +17,10 @@ import { ModifyDBClusterEndpointMessage, ModifyDBClusterEndpointOutput } from ". import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_ModifyDBClusterEndpointCommand, se_ModifyDBClusterEndpointCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/ModifyDBClusterParameterGroupCommand.ts b/clients/client-neptune/src/commands/ModifyDBClusterParameterGroupCommand.ts index db65dd097257b..8d7ce73dd6088 100644 --- a/clients/client-neptune/src/commands/ModifyDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBClusterParameterGroupCommand.ts @@ -20,6 +20,10 @@ import { se_ModifyDBClusterParameterGroupCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts b/clients/client-neptune/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts index 252bd17b2442f..d2863cc09cf7b 100644 --- a/clients/client-neptune/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts @@ -20,6 +20,10 @@ import { se_ModifyDBClusterSnapshotAttributeCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/ModifyDBInstanceCommand.ts b/clients/client-neptune/src/commands/ModifyDBInstanceCommand.ts index 0b14209381ffa..c374bbbbdd6d0 100644 --- a/clients/client-neptune/src/commands/ModifyDBInstanceCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBInstanceCommand.ts @@ -17,6 +17,10 @@ import { ModifyDBInstanceMessage, ModifyDBInstanceResult } from "../models/model import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_ModifyDBInstanceCommand, se_ModifyDBInstanceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/ModifyDBParameterGroupCommand.ts b/clients/client-neptune/src/commands/ModifyDBParameterGroupCommand.ts index 8d7803b8ec4d0..a0fd16d5c4914 100644 --- a/clients/client-neptune/src/commands/ModifyDBParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { DBParameterGroupNameMessage, ModifyDBParameterGroupMessage } from "../m import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_ModifyDBParameterGroupCommand, se_ModifyDBParameterGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/ModifyDBSubnetGroupCommand.ts b/clients/client-neptune/src/commands/ModifyDBSubnetGroupCommand.ts index 4fb987efd62c4..fd35d643ac39e 100644 --- a/clients/client-neptune/src/commands/ModifyDBSubnetGroupCommand.ts +++ b/clients/client-neptune/src/commands/ModifyDBSubnetGroupCommand.ts @@ -17,6 +17,10 @@ import { ModifyDBSubnetGroupMessage, ModifyDBSubnetGroupResult } from "../models import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_ModifyDBSubnetGroupCommand, se_ModifyDBSubnetGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/ModifyEventSubscriptionCommand.ts b/clients/client-neptune/src/commands/ModifyEventSubscriptionCommand.ts index cb2dcdda0236c..d41d7191c3d66 100644 --- a/clients/client-neptune/src/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-neptune/src/commands/ModifyEventSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResult } from ". import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_ModifyEventSubscriptionCommand, se_ModifyEventSubscriptionCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/ModifyGlobalClusterCommand.ts b/clients/client-neptune/src/commands/ModifyGlobalClusterCommand.ts index ef0c059ff41e1..8a087b8d501e9 100644 --- a/clients/client-neptune/src/commands/ModifyGlobalClusterCommand.ts +++ b/clients/client-neptune/src/commands/ModifyGlobalClusterCommand.ts @@ -17,6 +17,10 @@ import { ModifyGlobalClusterMessage, ModifyGlobalClusterResult } from "../models import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_ModifyGlobalClusterCommand, se_ModifyGlobalClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/PromoteReadReplicaDBClusterCommand.ts b/clients/client-neptune/src/commands/PromoteReadReplicaDBClusterCommand.ts index 8f9e23ada45ff..22f6be52542f0 100644 --- a/clients/client-neptune/src/commands/PromoteReadReplicaDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/PromoteReadReplicaDBClusterCommand.ts @@ -17,6 +17,10 @@ import { PromoteReadReplicaDBClusterMessage, PromoteReadReplicaDBClusterResult } import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_PromoteReadReplicaDBClusterCommand, se_PromoteReadReplicaDBClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/RebootDBInstanceCommand.ts b/clients/client-neptune/src/commands/RebootDBInstanceCommand.ts index f6103fdc15e35..c18b6a1adc36a 100644 --- a/clients/client-neptune/src/commands/RebootDBInstanceCommand.ts +++ b/clients/client-neptune/src/commands/RebootDBInstanceCommand.ts @@ -17,6 +17,10 @@ import { RebootDBInstanceMessage, RebootDBInstanceResult } from "../models/model import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_RebootDBInstanceCommand, se_RebootDBInstanceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/RemoveFromGlobalClusterCommand.ts b/clients/client-neptune/src/commands/RemoveFromGlobalClusterCommand.ts index 65565260ad4c8..ea1bb82f9775f 100644 --- a/clients/client-neptune/src/commands/RemoveFromGlobalClusterCommand.ts +++ b/clients/client-neptune/src/commands/RemoveFromGlobalClusterCommand.ts @@ -17,6 +17,10 @@ import { RemoveFromGlobalClusterMessage, RemoveFromGlobalClusterResult } from ". import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_RemoveFromGlobalClusterCommand, se_RemoveFromGlobalClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/RemoveRoleFromDBClusterCommand.ts b/clients/client-neptune/src/commands/RemoveRoleFromDBClusterCommand.ts index c63138a80c5fe..5fc34010c22f3 100644 --- a/clients/client-neptune/src/commands/RemoveRoleFromDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/RemoveRoleFromDBClusterCommand.ts @@ -17,6 +17,10 @@ import { RemoveRoleFromDBClusterMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_RemoveRoleFromDBClusterCommand, se_RemoveRoleFromDBClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts b/clients/client-neptune/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts index 845a80d512d90..06e75ec90e21f 100644 --- a/clients/client-neptune/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts +++ b/clients/client-neptune/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts @@ -23,6 +23,10 @@ import { se_RemoveSourceIdentifierFromSubscriptionCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-neptune/src/commands/RemoveTagsFromResourceCommand.ts index c843a83e1a8c1..3ae07136c26d5 100644 --- a/clients/client-neptune/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-neptune/src/commands/RemoveTagsFromResourceCommand.ts @@ -17,6 +17,10 @@ import { RemoveTagsFromResourceMessage } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_RemoveTagsFromResourceCommand, se_RemoveTagsFromResourceCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/ResetDBClusterParameterGroupCommand.ts b/clients/client-neptune/src/commands/ResetDBClusterParameterGroupCommand.ts index 3cebfe9f2ae62..877da317b16cb 100644 --- a/clients/client-neptune/src/commands/ResetDBClusterParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/ResetDBClusterParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { DBClusterParameterGroupNameMessage, ResetDBClusterParameterGroupMessage import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_ResetDBClusterParameterGroupCommand, se_ResetDBClusterParameterGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/ResetDBParameterGroupCommand.ts b/clients/client-neptune/src/commands/ResetDBParameterGroupCommand.ts index 00cd037051292..ce729dc7e5900 100644 --- a/clients/client-neptune/src/commands/ResetDBParameterGroupCommand.ts +++ b/clients/client-neptune/src/commands/ResetDBParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { DBParameterGroupNameMessage, ResetDBParameterGroupMessage } from "../mo import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_ResetDBParameterGroupCommand, se_ResetDBParameterGroupCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/RestoreDBClusterFromSnapshotCommand.ts b/clients/client-neptune/src/commands/RestoreDBClusterFromSnapshotCommand.ts index ec0c9dab6f094..7878d22e18f88 100644 --- a/clients/client-neptune/src/commands/RestoreDBClusterFromSnapshotCommand.ts +++ b/clients/client-neptune/src/commands/RestoreDBClusterFromSnapshotCommand.ts @@ -17,6 +17,10 @@ import { RestoreDBClusterFromSnapshotMessage, RestoreDBClusterFromSnapshotResult import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_RestoreDBClusterFromSnapshotCommand, se_RestoreDBClusterFromSnapshotCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/RestoreDBClusterToPointInTimeCommand.ts b/clients/client-neptune/src/commands/RestoreDBClusterToPointInTimeCommand.ts index a5db3307ffa63..15e9b05222e84 100644 --- a/clients/client-neptune/src/commands/RestoreDBClusterToPointInTimeCommand.ts +++ b/clients/client-neptune/src/commands/RestoreDBClusterToPointInTimeCommand.ts @@ -20,6 +20,10 @@ import { se_RestoreDBClusterToPointInTimeCommand, } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/StartDBClusterCommand.ts b/clients/client-neptune/src/commands/StartDBClusterCommand.ts index c6277f1ee06e8..d3ea047d63271 100644 --- a/clients/client-neptune/src/commands/StartDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/StartDBClusterCommand.ts @@ -17,6 +17,10 @@ import { StartDBClusterMessage, StartDBClusterResult } from "../models/models_0" import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_StartDBClusterCommand, se_StartDBClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/commands/StopDBClusterCommand.ts b/clients/client-neptune/src/commands/StopDBClusterCommand.ts index 1c17a908e05f4..8832a728260b8 100644 --- a/clients/client-neptune/src/commands/StopDBClusterCommand.ts +++ b/clients/client-neptune/src/commands/StopDBClusterCommand.ts @@ -17,6 +17,10 @@ import { StopDBClusterMessage, StopDBClusterResult } from "../models/models_0"; import { NeptuneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NeptuneClient"; import { de_StopDBClusterCommand, se_StopDBClusterCommand } from "../protocols/Aws_query"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-neptune/src/index.ts b/clients/client-neptune/src/index.ts index 69aa93c91e09f..0c9759c52a667 100644 --- a/clients/client-neptune/src/index.ts +++ b/clients/client-neptune/src/index.ts @@ -1,9 +1,31 @@ -export * from "./Neptune"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Neptune + *

Amazon Neptune is a fast, reliable, fully-managed graph database service that makes it + * easy to build and run applications that work with highly connected datasets. The core of + * Amazon Neptune is a purpose-built, high-performance graph database engine optimized for + * storing billions of relationships and querying the graph with milliseconds latency. Amazon + * Neptune supports popular graph models Property Graph and W3C's RDF, and their respective query + * languages Apache TinkerPop Gremlin and SPARQL, allowing you to easily build queries that + * efficiently navigate highly connected datasets. Neptune powers graph use cases such as + * recommendation engines, fraud detection, knowledge graphs, drug discovery, and network + * security.

+ *

This interface reference for Amazon Neptune contains documentation for a programming or + * command line interface you can use to manage Amazon Neptune. Note that Amazon Neptune is + * asynchronous, which means that some interfaces might require techniques such as polling or + * callback functions to determine when a command has been applied. In this reference, the + * parameter descriptions indicate whether a command is applied immediately, on the next instance + * reboot, or during the maintenance window. The reference structure is as follows, and we list + * following some related topics from the user guide.

+ * + * @packageDocumentation + */ export * from "./NeptuneClient"; +export * from "./Neptune"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { NeptuneServiceException } from "./models/NeptuneServiceException"; diff --git a/clients/client-neptune/src/models/NeptuneServiceException.ts b/clients/client-neptune/src/models/NeptuneServiceException.ts index 078f41dab6f75..def0de48dce87 100644 --- a/clients/client-neptune/src/models/NeptuneServiceException.ts +++ b/clients/client-neptune/src/models/NeptuneServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-network-firewall/src/NetworkFirewallClient.ts b/clients/client-network-firewall/src/NetworkFirewallClient.ts index acafd0dcbf9fa..cb3857996b2ea 100644 --- a/clients/client-network-firewall/src/NetworkFirewallClient.ts +++ b/clients/client-network-firewall/src/NetworkFirewallClient.ts @@ -164,6 +164,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -373,7 +375,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type NetworkFirewallClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type NetworkFirewallClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -392,7 +394,7 @@ export interface NetworkFirewallClientConfig extends NetworkFirewallClientConfig /** * @public */ -type NetworkFirewallClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type NetworkFirewallClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-network-firewall/src/commands/AssociateFirewallPolicyCommand.ts b/clients/client-network-firewall/src/commands/AssociateFirewallPolicyCommand.ts index f8a20bbb35979..4c5e8448e2735 100644 --- a/clients/client-network-firewall/src/commands/AssociateFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/AssociateFirewallPolicyCommand.ts @@ -17,6 +17,10 @@ import { AssociateFirewallPolicyRequest, AssociateFirewallPolicyResponse } from import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_AssociateFirewallPolicyCommand, se_AssociateFirewallPolicyCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/AssociateSubnetsCommand.ts b/clients/client-network-firewall/src/commands/AssociateSubnetsCommand.ts index 1f0cc3ddd0f2d..071d8dd021ee0 100644 --- a/clients/client-network-firewall/src/commands/AssociateSubnetsCommand.ts +++ b/clients/client-network-firewall/src/commands/AssociateSubnetsCommand.ts @@ -17,6 +17,10 @@ import { AssociateSubnetsRequest, AssociateSubnetsResponse } from "../models/mod import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_AssociateSubnetsCommand, se_AssociateSubnetsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/CreateFirewallCommand.ts b/clients/client-network-firewall/src/commands/CreateFirewallCommand.ts index fc8d4382cc2f0..e8123bf5de4b3 100644 --- a/clients/client-network-firewall/src/commands/CreateFirewallCommand.ts +++ b/clients/client-network-firewall/src/commands/CreateFirewallCommand.ts @@ -17,6 +17,10 @@ import { CreateFirewallRequest, CreateFirewallResponse } from "../models/models_ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_CreateFirewallCommand, se_CreateFirewallCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/CreateFirewallPolicyCommand.ts b/clients/client-network-firewall/src/commands/CreateFirewallPolicyCommand.ts index 6c4eef4492673..89cce24a6a763 100644 --- a/clients/client-network-firewall/src/commands/CreateFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/CreateFirewallPolicyCommand.ts @@ -17,6 +17,10 @@ import { CreateFirewallPolicyRequest, CreateFirewallPolicyResponse } from "../mo import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_CreateFirewallPolicyCommand, se_CreateFirewallPolicyCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/CreateRuleGroupCommand.ts b/clients/client-network-firewall/src/commands/CreateRuleGroupCommand.ts index 1247aa9c07f00..15c8a1888e33c 100644 --- a/clients/client-network-firewall/src/commands/CreateRuleGroupCommand.ts +++ b/clients/client-network-firewall/src/commands/CreateRuleGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateRuleGroupRequest, CreateRuleGroupResponse } from "../models/model import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_CreateRuleGroupCommand, se_CreateRuleGroupCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/CreateTLSInspectionConfigurationCommand.ts b/clients/client-network-firewall/src/commands/CreateTLSInspectionConfigurationCommand.ts index 05ba4cdb48f1f..0b30ef1d199d3 100644 --- a/clients/client-network-firewall/src/commands/CreateTLSInspectionConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/CreateTLSInspectionConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_CreateTLSInspectionConfigurationCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/DeleteFirewallCommand.ts b/clients/client-network-firewall/src/commands/DeleteFirewallCommand.ts index d8ffde5309fdb..451986cdad1f2 100644 --- a/clients/client-network-firewall/src/commands/DeleteFirewallCommand.ts +++ b/clients/client-network-firewall/src/commands/DeleteFirewallCommand.ts @@ -17,6 +17,10 @@ import { DeleteFirewallRequest, DeleteFirewallResponse } from "../models/models_ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_DeleteFirewallCommand, se_DeleteFirewallCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/DeleteFirewallPolicyCommand.ts b/clients/client-network-firewall/src/commands/DeleteFirewallPolicyCommand.ts index a8cfb43682f1c..0d9d1c1234411 100644 --- a/clients/client-network-firewall/src/commands/DeleteFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/DeleteFirewallPolicyCommand.ts @@ -17,6 +17,10 @@ import { DeleteFirewallPolicyRequest, DeleteFirewallPolicyResponse } from "../mo import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_DeleteFirewallPolicyCommand, se_DeleteFirewallPolicyCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-network-firewall/src/commands/DeleteResourcePolicyCommand.ts index 57916d206ce71..ae0f4a8d8112b 100644 --- a/clients/client-network-firewall/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/DeleteResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../mo import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/DeleteRuleGroupCommand.ts b/clients/client-network-firewall/src/commands/DeleteRuleGroupCommand.ts index ff42a14adbb4f..75875d3d13dbe 100644 --- a/clients/client-network-firewall/src/commands/DeleteRuleGroupCommand.ts +++ b/clients/client-network-firewall/src/commands/DeleteRuleGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteRuleGroupRequest, DeleteRuleGroupResponse } from "../models/model import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_DeleteRuleGroupCommand, se_DeleteRuleGroupCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/DeleteTLSInspectionConfigurationCommand.ts b/clients/client-network-firewall/src/commands/DeleteTLSInspectionConfigurationCommand.ts index 492b4519e9992..3f0ae37347fa7 100644 --- a/clients/client-network-firewall/src/commands/DeleteTLSInspectionConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/DeleteTLSInspectionConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteTLSInspectionConfigurationCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/DescribeFirewallCommand.ts b/clients/client-network-firewall/src/commands/DescribeFirewallCommand.ts index 1e6f36a59096c..6ead0991efacc 100644 --- a/clients/client-network-firewall/src/commands/DescribeFirewallCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeFirewallCommand.ts @@ -17,6 +17,10 @@ import { DescribeFirewallRequest, DescribeFirewallResponse } from "../models/mod import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_DescribeFirewallCommand, se_DescribeFirewallCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/DescribeFirewallPolicyCommand.ts b/clients/client-network-firewall/src/commands/DescribeFirewallPolicyCommand.ts index 75a00ed9a7ef1..30f6e506979b0 100644 --- a/clients/client-network-firewall/src/commands/DescribeFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeFirewallPolicyCommand.ts @@ -17,6 +17,10 @@ import { DescribeFirewallPolicyRequest, DescribeFirewallPolicyResponse } from ". import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_DescribeFirewallPolicyCommand, se_DescribeFirewallPolicyCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/DescribeLoggingConfigurationCommand.ts b/clients/client-network-firewall/src/commands/DescribeLoggingConfigurationCommand.ts index 979109dc1ea0e..0b232ff047c29 100644 --- a/clients/client-network-firewall/src/commands/DescribeLoggingConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeLoggingConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeLoggingConfigurationCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/DescribeResourcePolicyCommand.ts b/clients/client-network-firewall/src/commands/DescribeResourcePolicyCommand.ts index 14b047de0a76a..4840877f63fdc 100644 --- a/clients/client-network-firewall/src/commands/DescribeResourcePolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { DescribeResourcePolicyRequest, DescribeResourcePolicyResponse } from ". import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_DescribeResourcePolicyCommand, se_DescribeResourcePolicyCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/DescribeRuleGroupCommand.ts b/clients/client-network-firewall/src/commands/DescribeRuleGroupCommand.ts index 2b57484abeff2..b8d55e6bc8e5b 100644 --- a/clients/client-network-firewall/src/commands/DescribeRuleGroupCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeRuleGroupCommand.ts @@ -17,6 +17,10 @@ import { DescribeRuleGroupRequest, DescribeRuleGroupResponse } from "../models/m import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_DescribeRuleGroupCommand, se_DescribeRuleGroupCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/DescribeRuleGroupMetadataCommand.ts b/clients/client-network-firewall/src/commands/DescribeRuleGroupMetadataCommand.ts index c2c8cded827f0..9de6e2a0e09a5 100644 --- a/clients/client-network-firewall/src/commands/DescribeRuleGroupMetadataCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeRuleGroupMetadataCommand.ts @@ -17,6 +17,10 @@ import { DescribeRuleGroupMetadataRequest, DescribeRuleGroupMetadataResponse } f import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_DescribeRuleGroupMetadataCommand, se_DescribeRuleGroupMetadataCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/DescribeTLSInspectionConfigurationCommand.ts b/clients/client-network-firewall/src/commands/DescribeTLSInspectionConfigurationCommand.ts index 3c6768b021547..47f095ea9b71e 100644 --- a/clients/client-network-firewall/src/commands/DescribeTLSInspectionConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/DescribeTLSInspectionConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeTLSInspectionConfigurationCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/DisassociateSubnetsCommand.ts b/clients/client-network-firewall/src/commands/DisassociateSubnetsCommand.ts index b45889f5abb98..57e238fb320f0 100644 --- a/clients/client-network-firewall/src/commands/DisassociateSubnetsCommand.ts +++ b/clients/client-network-firewall/src/commands/DisassociateSubnetsCommand.ts @@ -17,6 +17,10 @@ import { DisassociateSubnetsRequest, DisassociateSubnetsResponse } from "../mode import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_DisassociateSubnetsCommand, se_DisassociateSubnetsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/ListFirewallPoliciesCommand.ts b/clients/client-network-firewall/src/commands/ListFirewallPoliciesCommand.ts index 9c98c2f0e0144..e058d307247b9 100644 --- a/clients/client-network-firewall/src/commands/ListFirewallPoliciesCommand.ts +++ b/clients/client-network-firewall/src/commands/ListFirewallPoliciesCommand.ts @@ -17,6 +17,10 @@ import { ListFirewallPoliciesRequest, ListFirewallPoliciesResponse } from "../mo import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_ListFirewallPoliciesCommand, se_ListFirewallPoliciesCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/ListFirewallsCommand.ts b/clients/client-network-firewall/src/commands/ListFirewallsCommand.ts index 82d611038b509..2877b8e235ec5 100644 --- a/clients/client-network-firewall/src/commands/ListFirewallsCommand.ts +++ b/clients/client-network-firewall/src/commands/ListFirewallsCommand.ts @@ -17,6 +17,10 @@ import { ListFirewallsRequest, ListFirewallsResponse } from "../models/models_0" import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_ListFirewallsCommand, se_ListFirewallsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/ListRuleGroupsCommand.ts b/clients/client-network-firewall/src/commands/ListRuleGroupsCommand.ts index e9180e010e2c8..728095982f4b7 100644 --- a/clients/client-network-firewall/src/commands/ListRuleGroupsCommand.ts +++ b/clients/client-network-firewall/src/commands/ListRuleGroupsCommand.ts @@ -17,6 +17,10 @@ import { ListRuleGroupsRequest, ListRuleGroupsResponse } from "../models/models_ import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_ListRuleGroupsCommand, se_ListRuleGroupsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/ListTLSInspectionConfigurationsCommand.ts b/clients/client-network-firewall/src/commands/ListTLSInspectionConfigurationsCommand.ts index 50be6e33cd358..8c9fdc6f86c65 100644 --- a/clients/client-network-firewall/src/commands/ListTLSInspectionConfigurationsCommand.ts +++ b/clients/client-network-firewall/src/commands/ListTLSInspectionConfigurationsCommand.ts @@ -20,6 +20,10 @@ import { se_ListTLSInspectionConfigurationsCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/ListTagsForResourceCommand.ts b/clients/client-network-firewall/src/commands/ListTagsForResourceCommand.ts index be96acba2a10d..a3462c21e88db 100644 --- a/clients/client-network-firewall/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-network-firewall/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/PutResourcePolicyCommand.ts b/clients/client-network-firewall/src/commands/PutResourcePolicyCommand.ts index 54e7014431c17..f99ed9167ebf7 100644 --- a/clients/client-network-firewall/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/PutResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/m import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/TagResourceCommand.ts b/clients/client-network-firewall/src/commands/TagResourceCommand.ts index ca6bc2845e59f..76e141c3dfaf3 100644 --- a/clients/client-network-firewall/src/commands/TagResourceCommand.ts +++ b/clients/client-network-firewall/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/UntagResourceCommand.ts b/clients/client-network-firewall/src/commands/UntagResourceCommand.ts index 786c455141068..ce69dc53a0086 100644 --- a/clients/client-network-firewall/src/commands/UntagResourceCommand.ts +++ b/clients/client-network-firewall/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/UpdateFirewallDeleteProtectionCommand.ts b/clients/client-network-firewall/src/commands/UpdateFirewallDeleteProtectionCommand.ts index 13e7bbe43e8a4..7e08809e639ab 100644 --- a/clients/client-network-firewall/src/commands/UpdateFirewallDeleteProtectionCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateFirewallDeleteProtectionCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateFirewallDeleteProtectionCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/UpdateFirewallDescriptionCommand.ts b/clients/client-network-firewall/src/commands/UpdateFirewallDescriptionCommand.ts index 73e21f373ea1d..7670c063d9985 100644 --- a/clients/client-network-firewall/src/commands/UpdateFirewallDescriptionCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateFirewallDescriptionCommand.ts @@ -17,6 +17,10 @@ import { UpdateFirewallDescriptionRequest, UpdateFirewallDescriptionResponse } f import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_UpdateFirewallDescriptionCommand, se_UpdateFirewallDescriptionCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/UpdateFirewallEncryptionConfigurationCommand.ts b/clients/client-network-firewall/src/commands/UpdateFirewallEncryptionConfigurationCommand.ts index 4f7b215150eae..e6d5eeb72c2d7 100644 --- a/clients/client-network-firewall/src/commands/UpdateFirewallEncryptionConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateFirewallEncryptionConfigurationCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateFirewallEncryptionConfigurationCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/UpdateFirewallPolicyChangeProtectionCommand.ts b/clients/client-network-firewall/src/commands/UpdateFirewallPolicyChangeProtectionCommand.ts index 07b9a75eec04e..c473de712c9b6 100644 --- a/clients/client-network-firewall/src/commands/UpdateFirewallPolicyChangeProtectionCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateFirewallPolicyChangeProtectionCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateFirewallPolicyChangeProtectionCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/UpdateFirewallPolicyCommand.ts b/clients/client-network-firewall/src/commands/UpdateFirewallPolicyCommand.ts index 6d4c5ec734130..15ff0c213e3db 100644 --- a/clients/client-network-firewall/src/commands/UpdateFirewallPolicyCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateFirewallPolicyCommand.ts @@ -17,6 +17,10 @@ import { UpdateFirewallPolicyRequest, UpdateFirewallPolicyResponse } from "../mo import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_UpdateFirewallPolicyCommand, se_UpdateFirewallPolicyCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/UpdateLoggingConfigurationCommand.ts b/clients/client-network-firewall/src/commands/UpdateLoggingConfigurationCommand.ts index cd95e690c96de..6440ec0c7c1d7 100644 --- a/clients/client-network-firewall/src/commands/UpdateLoggingConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateLoggingConfigurationCommand.ts @@ -17,6 +17,10 @@ import { UpdateLoggingConfigurationRequest, UpdateLoggingConfigurationResponse } import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_UpdateLoggingConfigurationCommand, se_UpdateLoggingConfigurationCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/UpdateRuleGroupCommand.ts b/clients/client-network-firewall/src/commands/UpdateRuleGroupCommand.ts index bb736f927ef90..780ee78633f56 100644 --- a/clients/client-network-firewall/src/commands/UpdateRuleGroupCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateRuleGroupCommand.ts @@ -17,6 +17,10 @@ import { UpdateRuleGroupRequest, UpdateRuleGroupResponse } from "../models/model import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient"; import { de_UpdateRuleGroupCommand, se_UpdateRuleGroupCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/UpdateSubnetChangeProtectionCommand.ts b/clients/client-network-firewall/src/commands/UpdateSubnetChangeProtectionCommand.ts index f385332ee9632..da43fde8ac7ae 100644 --- a/clients/client-network-firewall/src/commands/UpdateSubnetChangeProtectionCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateSubnetChangeProtectionCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateSubnetChangeProtectionCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/commands/UpdateTLSInspectionConfigurationCommand.ts b/clients/client-network-firewall/src/commands/UpdateTLSInspectionConfigurationCommand.ts index f6b835765b99b..1b77d2175d5b4 100644 --- a/clients/client-network-firewall/src/commands/UpdateTLSInspectionConfigurationCommand.ts +++ b/clients/client-network-firewall/src/commands/UpdateTLSInspectionConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateTLSInspectionConfigurationCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-network-firewall/src/index.ts b/clients/client-network-firewall/src/index.ts index dfaf625e49c2f..f0d7c39bb1aa4 100644 --- a/clients/client-network-firewall/src/index.ts +++ b/clients/client-network-firewall/src/index.ts @@ -1,8 +1,91 @@ -export * from "./NetworkFirewall"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

This is the API Reference for Network Firewall. This guide is for developers who need + * detailed information about the Network Firewall API actions, data types, and errors.

+ *
    + *
  • + *

    The REST API requires you to handle connection details, such as calculating + * signatures, handling request retries, and error handling. For general information + * about using the Amazon Web Services REST APIs, see Amazon Web Services APIs.

    + *

    To access Network Firewall using the REST API endpoint: + * https://network-firewall..amazonaws.com + *

    + *
  • + *
  • + *

    Alternatively, you can use one of the Amazon Web Services SDKs to access an API that's tailored to + * the programming language or platform that you're using. For more information, see + * Amazon Web Services SDKs.

    + *
  • + *
  • + *

    For descriptions of Network Firewall features, including and step-by-step + * instructions on how to use them through the Network Firewall console, see the Network Firewall Developer + * Guide.

    + *
  • + *
+ *

Network Firewall is a stateful, managed, network firewall and intrusion detection and + * prevention service for Amazon Virtual Private Cloud (Amazon VPC). With Network Firewall, you can filter traffic at the + * perimeter of your VPC. This includes filtering traffic going to and coming from an internet + * gateway, NAT gateway, or over VPN or Direct Connect. Network Firewall uses rules that are compatible + * with Suricata, a free, open source network analysis and threat detection engine. + * Network Firewall supports Suricata version 6.0.9. For information about Suricata, + * see the Suricata website.

+ *

You can use Network Firewall to monitor and protect your VPC traffic in a number of ways. + * The following are just a few examples:

+ *
    + *
  • + *

    Allow domains or IP addresses for known Amazon Web Services service endpoints, such as Amazon S3, and + * block all other forms of traffic.

    + *
  • + *
  • + *

    Use custom lists of known bad domains to limit the types of domain names that your + * applications can access.

    + *
  • + *
  • + *

    Perform deep packet inspection on traffic entering or leaving your VPC.

    + *
  • + *
  • + *

    Use stateful protocol detection to filter protocols like HTTPS, regardless of the + * port used.

    + *
  • + *
+ *

To enable Network Firewall for your VPCs, you perform steps in both Amazon VPC and in + * Network Firewall. For information about using Amazon VPC, see Amazon VPC User Guide.

+ *

To start using Network Firewall, do the following:

+ *
    + *
  1. + *

    (Optional) If you don't already have a VPC that you want to protect, create it in + * Amazon VPC.

    + *
  2. + *
  3. + *

    In Amazon VPC, in each Availability Zone where you want to have a firewall endpoint, create a + * subnet for the sole use of Network Firewall.

    + *
  4. + *
  5. + *

    In Network Firewall, create stateless and stateful rule groups, + * to define the components of the network traffic filtering behavior that you want your firewall to have.

    + *
  6. + *
  7. + *

    In Network Firewall, create a firewall policy that uses your rule groups and + * specifies additional default traffic filtering behavior.

    + *
  8. + *
  9. + *

    In Network Firewall, create a firewall and specify your new firewall policy and + * VPC subnets. Network Firewall creates a firewall endpoint in each subnet that you + * specify, with the behavior that's defined in the firewall policy.

    + *
  10. + *
  11. + *

    In Amazon VPC, use ingress routing enhancements to route traffic through the new firewall + * endpoints.

    + *
  12. + *
+ * + * @packageDocumentation + */ export * from "./NetworkFirewallClient"; +export * from "./NetworkFirewall"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { NetworkFirewallServiceException } from "./models/NetworkFirewallServiceException"; diff --git a/clients/client-network-firewall/src/models/NetworkFirewallServiceException.ts b/clients/client-network-firewall/src/models/NetworkFirewallServiceException.ts index 3324d2dfa8b77..6777dcd9576d4 100644 --- a/clients/client-network-firewall/src/models/NetworkFirewallServiceException.ts +++ b/clients/client-network-firewall/src/models/NetworkFirewallServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-networkmanager/src/NetworkManagerClient.ts b/clients/client-networkmanager/src/NetworkManagerClient.ts index f21c81c8804b0..037d9636d7cfe 100644 --- a/clients/client-networkmanager/src/NetworkManagerClient.ts +++ b/clients/client-networkmanager/src/NetworkManagerClient.ts @@ -276,6 +276,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -583,7 +585,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type NetworkManagerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type NetworkManagerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -602,7 +604,7 @@ export interface NetworkManagerClientConfig extends NetworkManagerClientConfigTy /** * @public */ -type NetworkManagerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type NetworkManagerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-networkmanager/src/commands/AcceptAttachmentCommand.ts b/clients/client-networkmanager/src/commands/AcceptAttachmentCommand.ts index 7b6b3e3cc42a2..5c325c741f98c 100644 --- a/clients/client-networkmanager/src/commands/AcceptAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/AcceptAttachmentCommand.ts @@ -17,6 +17,10 @@ import { AcceptAttachmentRequest, AcceptAttachmentResponse } from "../models/mod import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_AcceptAttachmentCommand, se_AcceptAttachmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/AssociateConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/AssociateConnectPeerCommand.ts index 7f7c248b07154..f917a03ff5754 100644 --- a/clients/client-networkmanager/src/commands/AssociateConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/AssociateConnectPeerCommand.ts @@ -17,6 +17,10 @@ import { AssociateConnectPeerRequest, AssociateConnectPeerResponse } from "../mo import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_AssociateConnectPeerCommand, se_AssociateConnectPeerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/AssociateCustomerGatewayCommand.ts b/clients/client-networkmanager/src/commands/AssociateCustomerGatewayCommand.ts index 0ef60ec163226..f814584b129c7 100644 --- a/clients/client-networkmanager/src/commands/AssociateCustomerGatewayCommand.ts +++ b/clients/client-networkmanager/src/commands/AssociateCustomerGatewayCommand.ts @@ -17,6 +17,10 @@ import { AssociateCustomerGatewayRequest, AssociateCustomerGatewayResponse } fro import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_AssociateCustomerGatewayCommand, se_AssociateCustomerGatewayCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/AssociateLinkCommand.ts b/clients/client-networkmanager/src/commands/AssociateLinkCommand.ts index 63c2c799979b0..6f9d19303981c 100644 --- a/clients/client-networkmanager/src/commands/AssociateLinkCommand.ts +++ b/clients/client-networkmanager/src/commands/AssociateLinkCommand.ts @@ -17,6 +17,10 @@ import { AssociateLinkRequest, AssociateLinkResponse } from "../models/models_0" import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_AssociateLinkCommand, se_AssociateLinkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/AssociateTransitGatewayConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/AssociateTransitGatewayConnectPeerCommand.ts index bf4a233d2286b..471caf08b0ac6 100644 --- a/clients/client-networkmanager/src/commands/AssociateTransitGatewayConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/AssociateTransitGatewayConnectPeerCommand.ts @@ -23,6 +23,10 @@ import { se_AssociateTransitGatewayConnectPeerCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/CreateConnectAttachmentCommand.ts b/clients/client-networkmanager/src/commands/CreateConnectAttachmentCommand.ts index 57f3c2beabdf0..e340933c376ad 100644 --- a/clients/client-networkmanager/src/commands/CreateConnectAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateConnectAttachmentCommand.ts @@ -17,6 +17,10 @@ import { CreateConnectAttachmentRequest, CreateConnectAttachmentResponse } from import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_CreateConnectAttachmentCommand, se_CreateConnectAttachmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/CreateConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/CreateConnectPeerCommand.ts index bce643eaa5cfa..6cf5ff95a56e5 100644 --- a/clients/client-networkmanager/src/commands/CreateConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateConnectPeerCommand.ts @@ -17,6 +17,10 @@ import { CreateConnectPeerRequest, CreateConnectPeerResponse } from "../models/m import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_CreateConnectPeerCommand, se_CreateConnectPeerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/CreateConnectionCommand.ts b/clients/client-networkmanager/src/commands/CreateConnectionCommand.ts index 7dd2f74d0d679..601a7cabc4c67 100644 --- a/clients/client-networkmanager/src/commands/CreateConnectionCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateConnectionCommand.ts @@ -17,6 +17,10 @@ import { CreateConnectionRequest, CreateConnectionResponse } from "../models/mod import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_CreateConnectionCommand, se_CreateConnectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/CreateCoreNetworkCommand.ts b/clients/client-networkmanager/src/commands/CreateCoreNetworkCommand.ts index c99b61e33005d..e818d86fe0377 100644 --- a/clients/client-networkmanager/src/commands/CreateCoreNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateCoreNetworkCommand.ts @@ -17,6 +17,10 @@ import { CreateCoreNetworkRequest, CreateCoreNetworkResponse } from "../models/m import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_CreateCoreNetworkCommand, se_CreateCoreNetworkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/CreateDeviceCommand.ts b/clients/client-networkmanager/src/commands/CreateDeviceCommand.ts index 06614775cc6c3..1c45906ba2297 100644 --- a/clients/client-networkmanager/src/commands/CreateDeviceCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateDeviceCommand.ts @@ -22,6 +22,10 @@ import { import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_CreateDeviceCommand, se_CreateDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/CreateGlobalNetworkCommand.ts b/clients/client-networkmanager/src/commands/CreateGlobalNetworkCommand.ts index 29a95ed4bad50..00870776f455d 100644 --- a/clients/client-networkmanager/src/commands/CreateGlobalNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateGlobalNetworkCommand.ts @@ -17,6 +17,10 @@ import { CreateGlobalNetworkRequest, CreateGlobalNetworkResponse } from "../mode import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_CreateGlobalNetworkCommand, se_CreateGlobalNetworkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/CreateLinkCommand.ts b/clients/client-networkmanager/src/commands/CreateLinkCommand.ts index a404757e8f943..c80e06653ac93 100644 --- a/clients/client-networkmanager/src/commands/CreateLinkCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateLinkCommand.ts @@ -17,6 +17,10 @@ import { CreateLinkRequest, CreateLinkResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_CreateLinkCommand, se_CreateLinkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/CreateSiteCommand.ts b/clients/client-networkmanager/src/commands/CreateSiteCommand.ts index 79e877b5343eb..1a77be8df9470 100644 --- a/clients/client-networkmanager/src/commands/CreateSiteCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateSiteCommand.ts @@ -22,6 +22,10 @@ import { import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_CreateSiteCommand, se_CreateSiteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/CreateSiteToSiteVpnAttachmentCommand.ts b/clients/client-networkmanager/src/commands/CreateSiteToSiteVpnAttachmentCommand.ts index 04b1aebc197e5..ddecd7917d1aa 100644 --- a/clients/client-networkmanager/src/commands/CreateSiteToSiteVpnAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateSiteToSiteVpnAttachmentCommand.ts @@ -20,6 +20,10 @@ import { se_CreateSiteToSiteVpnAttachmentCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/CreateTransitGatewayPeeringCommand.ts b/clients/client-networkmanager/src/commands/CreateTransitGatewayPeeringCommand.ts index 888fcc9a63442..1d929ec1267e9 100644 --- a/clients/client-networkmanager/src/commands/CreateTransitGatewayPeeringCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateTransitGatewayPeeringCommand.ts @@ -20,6 +20,10 @@ import { se_CreateTransitGatewayPeeringCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/CreateTransitGatewayRouteTableAttachmentCommand.ts b/clients/client-networkmanager/src/commands/CreateTransitGatewayRouteTableAttachmentCommand.ts index 8bd00b5aa6f59..657caaeac8560 100644 --- a/clients/client-networkmanager/src/commands/CreateTransitGatewayRouteTableAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateTransitGatewayRouteTableAttachmentCommand.ts @@ -23,6 +23,10 @@ import { se_CreateTransitGatewayRouteTableAttachmentCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/CreateVpcAttachmentCommand.ts b/clients/client-networkmanager/src/commands/CreateVpcAttachmentCommand.ts index c9034e74cd0a6..8a3c4a6c36d5d 100644 --- a/clients/client-networkmanager/src/commands/CreateVpcAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/CreateVpcAttachmentCommand.ts @@ -17,6 +17,10 @@ import { CreateVpcAttachmentRequest, CreateVpcAttachmentResponse } from "../mode import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_CreateVpcAttachmentCommand, se_CreateVpcAttachmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/DeleteAttachmentCommand.ts b/clients/client-networkmanager/src/commands/DeleteAttachmentCommand.ts index af9aeff04be3e..e28f80808b9aa 100644 --- a/clients/client-networkmanager/src/commands/DeleteAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteAttachmentCommand.ts @@ -17,6 +17,10 @@ import { DeleteAttachmentRequest, DeleteAttachmentResponse } from "../models/mod import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_DeleteAttachmentCommand, se_DeleteAttachmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/DeleteConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/DeleteConnectPeerCommand.ts index eac173c763f22..4d167da0f1b06 100644 --- a/clients/client-networkmanager/src/commands/DeleteConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteConnectPeerCommand.ts @@ -17,6 +17,10 @@ import { DeleteConnectPeerRequest, DeleteConnectPeerResponse } from "../models/m import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_DeleteConnectPeerCommand, se_DeleteConnectPeerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/DeleteConnectionCommand.ts b/clients/client-networkmanager/src/commands/DeleteConnectionCommand.ts index 780720f4a2c6b..df22bee1473c7 100644 --- a/clients/client-networkmanager/src/commands/DeleteConnectionCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteConnectionCommand.ts @@ -17,6 +17,10 @@ import { DeleteConnectionRequest, DeleteConnectionResponse } from "../models/mod import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_DeleteConnectionCommand, se_DeleteConnectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/DeleteCoreNetworkCommand.ts b/clients/client-networkmanager/src/commands/DeleteCoreNetworkCommand.ts index 2f5382056d6d7..c7a0f15360d0b 100644 --- a/clients/client-networkmanager/src/commands/DeleteCoreNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteCoreNetworkCommand.ts @@ -17,6 +17,10 @@ import { DeleteCoreNetworkRequest, DeleteCoreNetworkResponse } from "../models/m import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_DeleteCoreNetworkCommand, se_DeleteCoreNetworkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/DeleteCoreNetworkPolicyVersionCommand.ts b/clients/client-networkmanager/src/commands/DeleteCoreNetworkPolicyVersionCommand.ts index 89e41b20e8c31..09c2b0c139140 100644 --- a/clients/client-networkmanager/src/commands/DeleteCoreNetworkPolicyVersionCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteCoreNetworkPolicyVersionCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteCoreNetworkPolicyVersionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/DeleteDeviceCommand.ts b/clients/client-networkmanager/src/commands/DeleteDeviceCommand.ts index 34a57ff76fd0c..b466513030aa0 100644 --- a/clients/client-networkmanager/src/commands/DeleteDeviceCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteDeviceCommand.ts @@ -17,6 +17,10 @@ import { DeleteDeviceRequest, DeleteDeviceResponse, DeleteDeviceResponseFilterSe import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_DeleteDeviceCommand, se_DeleteDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/DeleteGlobalNetworkCommand.ts b/clients/client-networkmanager/src/commands/DeleteGlobalNetworkCommand.ts index 7e67dcae25050..2766bf166fea1 100644 --- a/clients/client-networkmanager/src/commands/DeleteGlobalNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteGlobalNetworkCommand.ts @@ -17,6 +17,10 @@ import { DeleteGlobalNetworkRequest, DeleteGlobalNetworkResponse } from "../mode import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_DeleteGlobalNetworkCommand, se_DeleteGlobalNetworkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/DeleteLinkCommand.ts b/clients/client-networkmanager/src/commands/DeleteLinkCommand.ts index df4b3ff5e0d4b..4f2fb0bef2a81 100644 --- a/clients/client-networkmanager/src/commands/DeleteLinkCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteLinkCommand.ts @@ -17,6 +17,10 @@ import { DeleteLinkRequest, DeleteLinkResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_DeleteLinkCommand, se_DeleteLinkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/DeletePeeringCommand.ts b/clients/client-networkmanager/src/commands/DeletePeeringCommand.ts index 9d9b5fab4f646..c6f097514c1b4 100644 --- a/clients/client-networkmanager/src/commands/DeletePeeringCommand.ts +++ b/clients/client-networkmanager/src/commands/DeletePeeringCommand.ts @@ -17,6 +17,10 @@ import { DeletePeeringRequest, DeletePeeringResponse } from "../models/models_0" import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_DeletePeeringCommand, se_DeletePeeringCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-networkmanager/src/commands/DeleteResourcePolicyCommand.ts index 045fedecdbd64..34b0c52a71b44 100644 --- a/clients/client-networkmanager/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../mo import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/DeleteSiteCommand.ts b/clients/client-networkmanager/src/commands/DeleteSiteCommand.ts index 10cc5ef9ccca7..5ba14d900ab35 100644 --- a/clients/client-networkmanager/src/commands/DeleteSiteCommand.ts +++ b/clients/client-networkmanager/src/commands/DeleteSiteCommand.ts @@ -17,6 +17,10 @@ import { DeleteSiteRequest, DeleteSiteResponse, DeleteSiteResponseFilterSensitiv import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_DeleteSiteCommand, se_DeleteSiteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/DeregisterTransitGatewayCommand.ts b/clients/client-networkmanager/src/commands/DeregisterTransitGatewayCommand.ts index bcafa2a920391..5d5bde335b576 100644 --- a/clients/client-networkmanager/src/commands/DeregisterTransitGatewayCommand.ts +++ b/clients/client-networkmanager/src/commands/DeregisterTransitGatewayCommand.ts @@ -17,6 +17,10 @@ import { DeregisterTransitGatewayRequest, DeregisterTransitGatewayResponse } fro import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_DeregisterTransitGatewayCommand, se_DeregisterTransitGatewayCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/DescribeGlobalNetworksCommand.ts b/clients/client-networkmanager/src/commands/DescribeGlobalNetworksCommand.ts index 67a3fbe9f965d..bca94b69b6cf2 100644 --- a/clients/client-networkmanager/src/commands/DescribeGlobalNetworksCommand.ts +++ b/clients/client-networkmanager/src/commands/DescribeGlobalNetworksCommand.ts @@ -17,6 +17,10 @@ import { DescribeGlobalNetworksRequest, DescribeGlobalNetworksResponse } from ". import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_DescribeGlobalNetworksCommand, se_DescribeGlobalNetworksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/DisassociateConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/DisassociateConnectPeerCommand.ts index fdbcbe7a086cd..18aefac03a643 100644 --- a/clients/client-networkmanager/src/commands/DisassociateConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/DisassociateConnectPeerCommand.ts @@ -17,6 +17,10 @@ import { DisassociateConnectPeerRequest, DisassociateConnectPeerResponse } from import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_DisassociateConnectPeerCommand, se_DisassociateConnectPeerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/DisassociateCustomerGatewayCommand.ts b/clients/client-networkmanager/src/commands/DisassociateCustomerGatewayCommand.ts index 761e3bde7fc38..2af808cab3dda 100644 --- a/clients/client-networkmanager/src/commands/DisassociateCustomerGatewayCommand.ts +++ b/clients/client-networkmanager/src/commands/DisassociateCustomerGatewayCommand.ts @@ -20,6 +20,10 @@ import { se_DisassociateCustomerGatewayCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/DisassociateLinkCommand.ts b/clients/client-networkmanager/src/commands/DisassociateLinkCommand.ts index 2b15a0eafc5d2..4421e3c2cb1df 100644 --- a/clients/client-networkmanager/src/commands/DisassociateLinkCommand.ts +++ b/clients/client-networkmanager/src/commands/DisassociateLinkCommand.ts @@ -17,6 +17,10 @@ import { DisassociateLinkRequest, DisassociateLinkResponse } from "../models/mod import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_DisassociateLinkCommand, se_DisassociateLinkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/DisassociateTransitGatewayConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/DisassociateTransitGatewayConnectPeerCommand.ts index 45185a1665b2e..ac556f48f7267 100644 --- a/clients/client-networkmanager/src/commands/DisassociateTransitGatewayConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/DisassociateTransitGatewayConnectPeerCommand.ts @@ -23,6 +23,10 @@ import { se_DisassociateTransitGatewayConnectPeerCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/ExecuteCoreNetworkChangeSetCommand.ts b/clients/client-networkmanager/src/commands/ExecuteCoreNetworkChangeSetCommand.ts index 663c955ffeec4..bf2864568b1f7 100644 --- a/clients/client-networkmanager/src/commands/ExecuteCoreNetworkChangeSetCommand.ts +++ b/clients/client-networkmanager/src/commands/ExecuteCoreNetworkChangeSetCommand.ts @@ -20,6 +20,10 @@ import { se_ExecuteCoreNetworkChangeSetCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetConnectAttachmentCommand.ts b/clients/client-networkmanager/src/commands/GetConnectAttachmentCommand.ts index 420a411908f2d..d70fcd5dfae5a 100644 --- a/clients/client-networkmanager/src/commands/GetConnectAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/GetConnectAttachmentCommand.ts @@ -17,6 +17,10 @@ import { GetConnectAttachmentRequest, GetConnectAttachmentResponse } from "../mo import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_GetConnectAttachmentCommand, se_GetConnectAttachmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetConnectPeerAssociationsCommand.ts b/clients/client-networkmanager/src/commands/GetConnectPeerAssociationsCommand.ts index 8ae4a318ed389..551f1df4fad13 100644 --- a/clients/client-networkmanager/src/commands/GetConnectPeerAssociationsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetConnectPeerAssociationsCommand.ts @@ -17,6 +17,10 @@ import { GetConnectPeerAssociationsRequest, GetConnectPeerAssociationsResponse } import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_GetConnectPeerAssociationsCommand, se_GetConnectPeerAssociationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetConnectPeerCommand.ts b/clients/client-networkmanager/src/commands/GetConnectPeerCommand.ts index dafaed9c8c455..204bec4a69466 100644 --- a/clients/client-networkmanager/src/commands/GetConnectPeerCommand.ts +++ b/clients/client-networkmanager/src/commands/GetConnectPeerCommand.ts @@ -17,6 +17,10 @@ import { GetConnectPeerRequest, GetConnectPeerResponse } from "../models/models_ import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_GetConnectPeerCommand, se_GetConnectPeerCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetConnectionsCommand.ts b/clients/client-networkmanager/src/commands/GetConnectionsCommand.ts index 094656d83f976..a5ddcd4fc5899 100644 --- a/clients/client-networkmanager/src/commands/GetConnectionsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetConnectionsCommand.ts @@ -17,6 +17,10 @@ import { GetConnectionsRequest, GetConnectionsResponse } from "../models/models_ import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_GetConnectionsCommand, se_GetConnectionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetCoreNetworkChangeEventsCommand.ts b/clients/client-networkmanager/src/commands/GetCoreNetworkChangeEventsCommand.ts index 6cb56eff6f8fc..837ba5751a572 100644 --- a/clients/client-networkmanager/src/commands/GetCoreNetworkChangeEventsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetCoreNetworkChangeEventsCommand.ts @@ -17,6 +17,10 @@ import { GetCoreNetworkChangeEventsRequest, GetCoreNetworkChangeEventsResponse } import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_GetCoreNetworkChangeEventsCommand, se_GetCoreNetworkChangeEventsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetCoreNetworkChangeSetCommand.ts b/clients/client-networkmanager/src/commands/GetCoreNetworkChangeSetCommand.ts index 0290a003de2cb..6186ab12bac4a 100644 --- a/clients/client-networkmanager/src/commands/GetCoreNetworkChangeSetCommand.ts +++ b/clients/client-networkmanager/src/commands/GetCoreNetworkChangeSetCommand.ts @@ -17,6 +17,10 @@ import { GetCoreNetworkChangeSetRequest, GetCoreNetworkChangeSetResponse } from import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_GetCoreNetworkChangeSetCommand, se_GetCoreNetworkChangeSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetCoreNetworkCommand.ts b/clients/client-networkmanager/src/commands/GetCoreNetworkCommand.ts index bc51d518dfdc2..77ea3fbec3689 100644 --- a/clients/client-networkmanager/src/commands/GetCoreNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/GetCoreNetworkCommand.ts @@ -17,6 +17,10 @@ import { GetCoreNetworkRequest, GetCoreNetworkResponse } from "../models/models_ import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_GetCoreNetworkCommand, se_GetCoreNetworkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetCoreNetworkPolicyCommand.ts b/clients/client-networkmanager/src/commands/GetCoreNetworkPolicyCommand.ts index b53a1bcb75ff2..d7c92862182cf 100644 --- a/clients/client-networkmanager/src/commands/GetCoreNetworkPolicyCommand.ts +++ b/clients/client-networkmanager/src/commands/GetCoreNetworkPolicyCommand.ts @@ -17,6 +17,10 @@ import { GetCoreNetworkPolicyRequest, GetCoreNetworkPolicyResponse } from "../mo import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_GetCoreNetworkPolicyCommand, se_GetCoreNetworkPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetCustomerGatewayAssociationsCommand.ts b/clients/client-networkmanager/src/commands/GetCustomerGatewayAssociationsCommand.ts index 564a82b92d134..ef7205e2b15da 100644 --- a/clients/client-networkmanager/src/commands/GetCustomerGatewayAssociationsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetCustomerGatewayAssociationsCommand.ts @@ -20,6 +20,10 @@ import { se_GetCustomerGatewayAssociationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetDevicesCommand.ts b/clients/client-networkmanager/src/commands/GetDevicesCommand.ts index 658794d0f3fb3..347481b985f5e 100644 --- a/clients/client-networkmanager/src/commands/GetDevicesCommand.ts +++ b/clients/client-networkmanager/src/commands/GetDevicesCommand.ts @@ -17,6 +17,10 @@ import { GetDevicesRequest, GetDevicesResponse, GetDevicesResponseFilterSensitiv import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_GetDevicesCommand, se_GetDevicesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetLinkAssociationsCommand.ts b/clients/client-networkmanager/src/commands/GetLinkAssociationsCommand.ts index c3e3d6e29c187..61be7763ba835 100644 --- a/clients/client-networkmanager/src/commands/GetLinkAssociationsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetLinkAssociationsCommand.ts @@ -17,6 +17,10 @@ import { GetLinkAssociationsRequest, GetLinkAssociationsResponse } from "../mode import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_GetLinkAssociationsCommand, se_GetLinkAssociationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetLinksCommand.ts b/clients/client-networkmanager/src/commands/GetLinksCommand.ts index 406bd4aa41361..ec0c7bc4c3916 100644 --- a/clients/client-networkmanager/src/commands/GetLinksCommand.ts +++ b/clients/client-networkmanager/src/commands/GetLinksCommand.ts @@ -17,6 +17,10 @@ import { GetLinksRequest, GetLinksResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_GetLinksCommand, se_GetLinksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetNetworkResourceCountsCommand.ts b/clients/client-networkmanager/src/commands/GetNetworkResourceCountsCommand.ts index 8a91b60d6fe6f..e146e7765b748 100644 --- a/clients/client-networkmanager/src/commands/GetNetworkResourceCountsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetNetworkResourceCountsCommand.ts @@ -17,6 +17,10 @@ import { GetNetworkResourceCountsRequest, GetNetworkResourceCountsResponse } fro import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_GetNetworkResourceCountsCommand, se_GetNetworkResourceCountsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetNetworkResourceRelationshipsCommand.ts b/clients/client-networkmanager/src/commands/GetNetworkResourceRelationshipsCommand.ts index 8688c08493907..55a797972acfb 100644 --- a/clients/client-networkmanager/src/commands/GetNetworkResourceRelationshipsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetNetworkResourceRelationshipsCommand.ts @@ -20,6 +20,10 @@ import { se_GetNetworkResourceRelationshipsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetNetworkResourcesCommand.ts b/clients/client-networkmanager/src/commands/GetNetworkResourcesCommand.ts index 8dc8f3bc3ab00..1762b41af7c25 100644 --- a/clients/client-networkmanager/src/commands/GetNetworkResourcesCommand.ts +++ b/clients/client-networkmanager/src/commands/GetNetworkResourcesCommand.ts @@ -17,6 +17,10 @@ import { GetNetworkResourcesRequest, GetNetworkResourcesResponse } from "../mode import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_GetNetworkResourcesCommand, se_GetNetworkResourcesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetNetworkRoutesCommand.ts b/clients/client-networkmanager/src/commands/GetNetworkRoutesCommand.ts index 4fad7c70d3d7b..2a28e5d2139cd 100644 --- a/clients/client-networkmanager/src/commands/GetNetworkRoutesCommand.ts +++ b/clients/client-networkmanager/src/commands/GetNetworkRoutesCommand.ts @@ -17,6 +17,10 @@ import { GetNetworkRoutesRequest, GetNetworkRoutesResponse } from "../models/mod import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_GetNetworkRoutesCommand, se_GetNetworkRoutesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetNetworkTelemetryCommand.ts b/clients/client-networkmanager/src/commands/GetNetworkTelemetryCommand.ts index c34775827ec5a..f308ed30e7a97 100644 --- a/clients/client-networkmanager/src/commands/GetNetworkTelemetryCommand.ts +++ b/clients/client-networkmanager/src/commands/GetNetworkTelemetryCommand.ts @@ -17,6 +17,10 @@ import { GetNetworkTelemetryRequest, GetNetworkTelemetryResponse } from "../mode import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_GetNetworkTelemetryCommand, se_GetNetworkTelemetryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetResourcePolicyCommand.ts b/clients/client-networkmanager/src/commands/GetResourcePolicyCommand.ts index 64249b179a49a..c7a9d71563429 100644 --- a/clients/client-networkmanager/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-networkmanager/src/commands/GetResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/m import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetRouteAnalysisCommand.ts b/clients/client-networkmanager/src/commands/GetRouteAnalysisCommand.ts index 1a63df1d26b77..e739928622af6 100644 --- a/clients/client-networkmanager/src/commands/GetRouteAnalysisCommand.ts +++ b/clients/client-networkmanager/src/commands/GetRouteAnalysisCommand.ts @@ -17,6 +17,10 @@ import { GetRouteAnalysisRequest, GetRouteAnalysisResponse } from "../models/mod import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_GetRouteAnalysisCommand, se_GetRouteAnalysisCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetSiteToSiteVpnAttachmentCommand.ts b/clients/client-networkmanager/src/commands/GetSiteToSiteVpnAttachmentCommand.ts index 8b79b3a396c6f..3f4bb6cc64920 100644 --- a/clients/client-networkmanager/src/commands/GetSiteToSiteVpnAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/GetSiteToSiteVpnAttachmentCommand.ts @@ -17,6 +17,10 @@ import { GetSiteToSiteVpnAttachmentRequest, GetSiteToSiteVpnAttachmentResponse } import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_GetSiteToSiteVpnAttachmentCommand, se_GetSiteToSiteVpnAttachmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetSitesCommand.ts b/clients/client-networkmanager/src/commands/GetSitesCommand.ts index 8f9c963b86bb6..4f92ecb7ab68f 100644 --- a/clients/client-networkmanager/src/commands/GetSitesCommand.ts +++ b/clients/client-networkmanager/src/commands/GetSitesCommand.ts @@ -17,6 +17,10 @@ import { GetSitesRequest, GetSitesResponse, GetSitesResponseFilterSensitiveLog } import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_GetSitesCommand, se_GetSitesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetTransitGatewayConnectPeerAssociationsCommand.ts b/clients/client-networkmanager/src/commands/GetTransitGatewayConnectPeerAssociationsCommand.ts index 1fdc273255252..771509d61a24f 100644 --- a/clients/client-networkmanager/src/commands/GetTransitGatewayConnectPeerAssociationsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetTransitGatewayConnectPeerAssociationsCommand.ts @@ -23,6 +23,10 @@ import { se_GetTransitGatewayConnectPeerAssociationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetTransitGatewayPeeringCommand.ts b/clients/client-networkmanager/src/commands/GetTransitGatewayPeeringCommand.ts index 728c3f6f186f8..e2de31efccc19 100644 --- a/clients/client-networkmanager/src/commands/GetTransitGatewayPeeringCommand.ts +++ b/clients/client-networkmanager/src/commands/GetTransitGatewayPeeringCommand.ts @@ -17,6 +17,10 @@ import { GetTransitGatewayPeeringRequest, GetTransitGatewayPeeringResponse } fro import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_GetTransitGatewayPeeringCommand, se_GetTransitGatewayPeeringCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetTransitGatewayRegistrationsCommand.ts b/clients/client-networkmanager/src/commands/GetTransitGatewayRegistrationsCommand.ts index ca7b41988afa4..c3448f135cee9 100644 --- a/clients/client-networkmanager/src/commands/GetTransitGatewayRegistrationsCommand.ts +++ b/clients/client-networkmanager/src/commands/GetTransitGatewayRegistrationsCommand.ts @@ -20,6 +20,10 @@ import { se_GetTransitGatewayRegistrationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetTransitGatewayRouteTableAttachmentCommand.ts b/clients/client-networkmanager/src/commands/GetTransitGatewayRouteTableAttachmentCommand.ts index 297de2409ad62..c8cdb45b736d9 100644 --- a/clients/client-networkmanager/src/commands/GetTransitGatewayRouteTableAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/GetTransitGatewayRouteTableAttachmentCommand.ts @@ -23,6 +23,10 @@ import { se_GetTransitGatewayRouteTableAttachmentCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/GetVpcAttachmentCommand.ts b/clients/client-networkmanager/src/commands/GetVpcAttachmentCommand.ts index d21ede58084c6..105e41796defb 100644 --- a/clients/client-networkmanager/src/commands/GetVpcAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/GetVpcAttachmentCommand.ts @@ -17,6 +17,10 @@ import { GetVpcAttachmentRequest, GetVpcAttachmentResponse } from "../models/mod import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_GetVpcAttachmentCommand, se_GetVpcAttachmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/ListAttachmentsCommand.ts b/clients/client-networkmanager/src/commands/ListAttachmentsCommand.ts index 3d86e14e62378..666bdbad0444b 100644 --- a/clients/client-networkmanager/src/commands/ListAttachmentsCommand.ts +++ b/clients/client-networkmanager/src/commands/ListAttachmentsCommand.ts @@ -17,6 +17,10 @@ import { ListAttachmentsRequest, ListAttachmentsResponse } from "../models/model import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_ListAttachmentsCommand, se_ListAttachmentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/ListConnectPeersCommand.ts b/clients/client-networkmanager/src/commands/ListConnectPeersCommand.ts index 5fd1620a5b44a..7311bf96c986e 100644 --- a/clients/client-networkmanager/src/commands/ListConnectPeersCommand.ts +++ b/clients/client-networkmanager/src/commands/ListConnectPeersCommand.ts @@ -17,6 +17,10 @@ import { ListConnectPeersRequest, ListConnectPeersResponse } from "../models/mod import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_ListConnectPeersCommand, se_ListConnectPeersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/ListCoreNetworkPolicyVersionsCommand.ts b/clients/client-networkmanager/src/commands/ListCoreNetworkPolicyVersionsCommand.ts index 449d75d5e4dc5..e34f3f7e132ca 100644 --- a/clients/client-networkmanager/src/commands/ListCoreNetworkPolicyVersionsCommand.ts +++ b/clients/client-networkmanager/src/commands/ListCoreNetworkPolicyVersionsCommand.ts @@ -20,6 +20,10 @@ import { se_ListCoreNetworkPolicyVersionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/ListCoreNetworksCommand.ts b/clients/client-networkmanager/src/commands/ListCoreNetworksCommand.ts index 6e3d06321a39f..ea3e4461d0d2c 100644 --- a/clients/client-networkmanager/src/commands/ListCoreNetworksCommand.ts +++ b/clients/client-networkmanager/src/commands/ListCoreNetworksCommand.ts @@ -17,6 +17,10 @@ import { ListCoreNetworksRequest, ListCoreNetworksResponse } from "../models/mod import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_ListCoreNetworksCommand, se_ListCoreNetworksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/ListOrganizationServiceAccessStatusCommand.ts b/clients/client-networkmanager/src/commands/ListOrganizationServiceAccessStatusCommand.ts index 5baa133a7f4cd..99b785e3c17dd 100644 --- a/clients/client-networkmanager/src/commands/ListOrganizationServiceAccessStatusCommand.ts +++ b/clients/client-networkmanager/src/commands/ListOrganizationServiceAccessStatusCommand.ts @@ -23,6 +23,10 @@ import { se_ListOrganizationServiceAccessStatusCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/ListPeeringsCommand.ts b/clients/client-networkmanager/src/commands/ListPeeringsCommand.ts index 7c0a4c88d6262..43e6d8e6012b2 100644 --- a/clients/client-networkmanager/src/commands/ListPeeringsCommand.ts +++ b/clients/client-networkmanager/src/commands/ListPeeringsCommand.ts @@ -17,6 +17,10 @@ import { ListPeeringsRequest, ListPeeringsResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_ListPeeringsCommand, se_ListPeeringsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/ListTagsForResourceCommand.ts b/clients/client-networkmanager/src/commands/ListTagsForResourceCommand.ts index 849bcf954e6d7..17e546df168ff 100644 --- a/clients/client-networkmanager/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-networkmanager/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/PutCoreNetworkPolicyCommand.ts b/clients/client-networkmanager/src/commands/PutCoreNetworkPolicyCommand.ts index 7f7da9a49ff1a..8f583c949ac6a 100644 --- a/clients/client-networkmanager/src/commands/PutCoreNetworkPolicyCommand.ts +++ b/clients/client-networkmanager/src/commands/PutCoreNetworkPolicyCommand.ts @@ -17,6 +17,10 @@ import { PutCoreNetworkPolicyRequest, PutCoreNetworkPolicyResponse } from "../mo import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_PutCoreNetworkPolicyCommand, se_PutCoreNetworkPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/PutResourcePolicyCommand.ts b/clients/client-networkmanager/src/commands/PutResourcePolicyCommand.ts index 1eb1141efcefe..7c0d3fff81177 100644 --- a/clients/client-networkmanager/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-networkmanager/src/commands/PutResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/m import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/RegisterTransitGatewayCommand.ts b/clients/client-networkmanager/src/commands/RegisterTransitGatewayCommand.ts index 809587fd6e251..4f697b2a77068 100644 --- a/clients/client-networkmanager/src/commands/RegisterTransitGatewayCommand.ts +++ b/clients/client-networkmanager/src/commands/RegisterTransitGatewayCommand.ts @@ -17,6 +17,10 @@ import { RegisterTransitGatewayRequest, RegisterTransitGatewayResponse } from ". import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_RegisterTransitGatewayCommand, se_RegisterTransitGatewayCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/RejectAttachmentCommand.ts b/clients/client-networkmanager/src/commands/RejectAttachmentCommand.ts index 370f33b72a4ff..3f76f51717bd8 100644 --- a/clients/client-networkmanager/src/commands/RejectAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/RejectAttachmentCommand.ts @@ -17,6 +17,10 @@ import { RejectAttachmentRequest, RejectAttachmentResponse } from "../models/mod import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_RejectAttachmentCommand, se_RejectAttachmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/RestoreCoreNetworkPolicyVersionCommand.ts b/clients/client-networkmanager/src/commands/RestoreCoreNetworkPolicyVersionCommand.ts index 499edd9c39453..58a27c479764f 100644 --- a/clients/client-networkmanager/src/commands/RestoreCoreNetworkPolicyVersionCommand.ts +++ b/clients/client-networkmanager/src/commands/RestoreCoreNetworkPolicyVersionCommand.ts @@ -20,6 +20,10 @@ import { se_RestoreCoreNetworkPolicyVersionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/StartOrganizationServiceAccessUpdateCommand.ts b/clients/client-networkmanager/src/commands/StartOrganizationServiceAccessUpdateCommand.ts index aeeaa0bddfb02..a203b0aa4f9d6 100644 --- a/clients/client-networkmanager/src/commands/StartOrganizationServiceAccessUpdateCommand.ts +++ b/clients/client-networkmanager/src/commands/StartOrganizationServiceAccessUpdateCommand.ts @@ -23,6 +23,10 @@ import { se_StartOrganizationServiceAccessUpdateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/StartRouteAnalysisCommand.ts b/clients/client-networkmanager/src/commands/StartRouteAnalysisCommand.ts index 0512ca7f3d5ef..56d8fc14a3c0e 100644 --- a/clients/client-networkmanager/src/commands/StartRouteAnalysisCommand.ts +++ b/clients/client-networkmanager/src/commands/StartRouteAnalysisCommand.ts @@ -17,6 +17,10 @@ import { StartRouteAnalysisRequest, StartRouteAnalysisResponse } from "../models import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_StartRouteAnalysisCommand, se_StartRouteAnalysisCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/TagResourceCommand.ts b/clients/client-networkmanager/src/commands/TagResourceCommand.ts index d8a94fbc8318b..ebc777d38c2aa 100644 --- a/clients/client-networkmanager/src/commands/TagResourceCommand.ts +++ b/clients/client-networkmanager/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/UntagResourceCommand.ts b/clients/client-networkmanager/src/commands/UntagResourceCommand.ts index 0a38e5e8f1495..2bb4456965d7d 100644 --- a/clients/client-networkmanager/src/commands/UntagResourceCommand.ts +++ b/clients/client-networkmanager/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/UpdateConnectionCommand.ts b/clients/client-networkmanager/src/commands/UpdateConnectionCommand.ts index df03adce73ffd..efd5292a5d6d8 100644 --- a/clients/client-networkmanager/src/commands/UpdateConnectionCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateConnectionCommand.ts @@ -17,6 +17,10 @@ import { UpdateConnectionRequest, UpdateConnectionResponse } from "../models/mod import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_UpdateConnectionCommand, se_UpdateConnectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/UpdateCoreNetworkCommand.ts b/clients/client-networkmanager/src/commands/UpdateCoreNetworkCommand.ts index 670ff00801c4d..6e4ad003c111b 100644 --- a/clients/client-networkmanager/src/commands/UpdateCoreNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateCoreNetworkCommand.ts @@ -17,6 +17,10 @@ import { UpdateCoreNetworkRequest, UpdateCoreNetworkResponse } from "../models/m import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_UpdateCoreNetworkCommand, se_UpdateCoreNetworkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/UpdateDeviceCommand.ts b/clients/client-networkmanager/src/commands/UpdateDeviceCommand.ts index fb3c490174935..e46009d097ad0 100644 --- a/clients/client-networkmanager/src/commands/UpdateDeviceCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateDeviceCommand.ts @@ -22,6 +22,10 @@ import { import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_UpdateDeviceCommand, se_UpdateDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/UpdateGlobalNetworkCommand.ts b/clients/client-networkmanager/src/commands/UpdateGlobalNetworkCommand.ts index b148e648dcf4b..4ee63f5e90c2f 100644 --- a/clients/client-networkmanager/src/commands/UpdateGlobalNetworkCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateGlobalNetworkCommand.ts @@ -17,6 +17,10 @@ import { UpdateGlobalNetworkRequest, UpdateGlobalNetworkResponse } from "../mode import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_UpdateGlobalNetworkCommand, se_UpdateGlobalNetworkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/UpdateLinkCommand.ts b/clients/client-networkmanager/src/commands/UpdateLinkCommand.ts index 74dcd4f7fa66c..6970eb43c9efc 100644 --- a/clients/client-networkmanager/src/commands/UpdateLinkCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateLinkCommand.ts @@ -17,6 +17,10 @@ import { UpdateLinkRequest, UpdateLinkResponse } from "../models/models_0"; import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_UpdateLinkCommand, se_UpdateLinkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/UpdateNetworkResourceMetadataCommand.ts b/clients/client-networkmanager/src/commands/UpdateNetworkResourceMetadataCommand.ts index 2dbb5ef7b00fb..ac1b3f763dabd 100644 --- a/clients/client-networkmanager/src/commands/UpdateNetworkResourceMetadataCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateNetworkResourceMetadataCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateNetworkResourceMetadataCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/UpdateSiteCommand.ts b/clients/client-networkmanager/src/commands/UpdateSiteCommand.ts index c2bd6e0e52f83..d252d39a86e4c 100644 --- a/clients/client-networkmanager/src/commands/UpdateSiteCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateSiteCommand.ts @@ -22,6 +22,10 @@ import { import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_UpdateSiteCommand, se_UpdateSiteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/commands/UpdateVpcAttachmentCommand.ts b/clients/client-networkmanager/src/commands/UpdateVpcAttachmentCommand.ts index b205029cf15f5..d091a0c9e361c 100644 --- a/clients/client-networkmanager/src/commands/UpdateVpcAttachmentCommand.ts +++ b/clients/client-networkmanager/src/commands/UpdateVpcAttachmentCommand.ts @@ -17,6 +17,10 @@ import { UpdateVpcAttachmentRequest, UpdateVpcAttachmentResponse } from "../mode import { NetworkManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkManagerClient"; import { de_UpdateVpcAttachmentCommand, se_UpdateVpcAttachmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-networkmanager/src/index.ts b/clients/client-networkmanager/src/index.ts index 8f0c742abbf67..8e278a438168a 100644 --- a/clients/client-networkmanager/src/index.ts +++ b/clients/client-networkmanager/src/index.ts @@ -1,8 +1,14 @@ -export * from "./NetworkManager"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Web Services enables you to centrally manage your Amazon Web Services Cloud WAN core network and your Transit Gateway network across Amazon Web Services accounts, Regions, and on-premises locations.

+ * + * @packageDocumentation + */ export * from "./NetworkManagerClient"; +export * from "./NetworkManager"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { NetworkManagerServiceException } from "./models/NetworkManagerServiceException"; diff --git a/clients/client-networkmanager/src/models/NetworkManagerServiceException.ts b/clients/client-networkmanager/src/models/NetworkManagerServiceException.ts index 6407e3ad025b9..990283018978f 100644 --- a/clients/client-networkmanager/src/models/NetworkManagerServiceException.ts +++ b/clients/client-networkmanager/src/models/NetworkManagerServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-nimble/src/NimbleClient.ts b/clients/client-nimble/src/NimbleClient.ts index a44f2c889ed6d..498395698955e 100644 --- a/clients/client-nimble/src/NimbleClient.ts +++ b/clients/client-nimble/src/NimbleClient.ts @@ -201,6 +201,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -436,7 +438,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type NimbleClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type NimbleClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -455,7 +457,7 @@ export interface NimbleClientConfig extends NimbleClientConfigType {} /** * @public */ -type NimbleClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type NimbleClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-nimble/src/commands/AcceptEulasCommand.ts b/clients/client-nimble/src/commands/AcceptEulasCommand.ts index dac64b85741dd..817a791c982ff 100644 --- a/clients/client-nimble/src/commands/AcceptEulasCommand.ts +++ b/clients/client-nimble/src/commands/AcceptEulasCommand.ts @@ -17,6 +17,10 @@ import { AcceptEulasRequest, AcceptEulasResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_AcceptEulasCommand, se_AcceptEulasCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/CreateLaunchProfileCommand.ts b/clients/client-nimble/src/commands/CreateLaunchProfileCommand.ts index be19ce7df8e09..518e953af7673 100644 --- a/clients/client-nimble/src/commands/CreateLaunchProfileCommand.ts +++ b/clients/client-nimble/src/commands/CreateLaunchProfileCommand.ts @@ -22,6 +22,10 @@ import { import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_CreateLaunchProfileCommand, se_CreateLaunchProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/CreateStreamingImageCommand.ts b/clients/client-nimble/src/commands/CreateStreamingImageCommand.ts index 11a661b523601..2a02cf9bd66b5 100644 --- a/clients/client-nimble/src/commands/CreateStreamingImageCommand.ts +++ b/clients/client-nimble/src/commands/CreateStreamingImageCommand.ts @@ -22,6 +22,10 @@ import { import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_CreateStreamingImageCommand, se_CreateStreamingImageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/CreateStreamingSessionCommand.ts b/clients/client-nimble/src/commands/CreateStreamingSessionCommand.ts index 18955b4d936f5..2f99cfe8ba643 100644 --- a/clients/client-nimble/src/commands/CreateStreamingSessionCommand.ts +++ b/clients/client-nimble/src/commands/CreateStreamingSessionCommand.ts @@ -17,6 +17,10 @@ import { CreateStreamingSessionRequest, CreateStreamingSessionResponse } from ". import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_CreateStreamingSessionCommand, se_CreateStreamingSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/CreateStreamingSessionStreamCommand.ts b/clients/client-nimble/src/commands/CreateStreamingSessionStreamCommand.ts index 18eed2c65845a..1626879aa295a 100644 --- a/clients/client-nimble/src/commands/CreateStreamingSessionStreamCommand.ts +++ b/clients/client-nimble/src/commands/CreateStreamingSessionStreamCommand.ts @@ -24,6 +24,10 @@ import { se_CreateStreamingSessionStreamCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/CreateStudioCommand.ts b/clients/client-nimble/src/commands/CreateStudioCommand.ts index 7e707a196ed8a..94f1aaf6c8078 100644 --- a/clients/client-nimble/src/commands/CreateStudioCommand.ts +++ b/clients/client-nimble/src/commands/CreateStudioCommand.ts @@ -22,6 +22,10 @@ import { import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_CreateStudioCommand, se_CreateStudioCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/CreateStudioComponentCommand.ts b/clients/client-nimble/src/commands/CreateStudioComponentCommand.ts index cf44cee83d8ca..f983c143cabd2 100644 --- a/clients/client-nimble/src/commands/CreateStudioComponentCommand.ts +++ b/clients/client-nimble/src/commands/CreateStudioComponentCommand.ts @@ -22,6 +22,10 @@ import { import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_CreateStudioComponentCommand, se_CreateStudioComponentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/DeleteLaunchProfileCommand.ts b/clients/client-nimble/src/commands/DeleteLaunchProfileCommand.ts index 56e1cab0fa3f9..a1dea6da96198 100644 --- a/clients/client-nimble/src/commands/DeleteLaunchProfileCommand.ts +++ b/clients/client-nimble/src/commands/DeleteLaunchProfileCommand.ts @@ -21,6 +21,10 @@ import { import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_DeleteLaunchProfileCommand, se_DeleteLaunchProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/DeleteLaunchProfileMemberCommand.ts b/clients/client-nimble/src/commands/DeleteLaunchProfileMemberCommand.ts index 2535c19ec4832..086eee34d6d66 100644 --- a/clients/client-nimble/src/commands/DeleteLaunchProfileMemberCommand.ts +++ b/clients/client-nimble/src/commands/DeleteLaunchProfileMemberCommand.ts @@ -17,6 +17,10 @@ import { DeleteLaunchProfileMemberRequest, DeleteLaunchProfileMemberResponse } f import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_DeleteLaunchProfileMemberCommand, se_DeleteLaunchProfileMemberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/DeleteStreamingImageCommand.ts b/clients/client-nimble/src/commands/DeleteStreamingImageCommand.ts index e8d87d0efcbf2..e21f01f413073 100644 --- a/clients/client-nimble/src/commands/DeleteStreamingImageCommand.ts +++ b/clients/client-nimble/src/commands/DeleteStreamingImageCommand.ts @@ -21,6 +21,10 @@ import { import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_DeleteStreamingImageCommand, se_DeleteStreamingImageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/DeleteStreamingSessionCommand.ts b/clients/client-nimble/src/commands/DeleteStreamingSessionCommand.ts index 921a19cf5d1af..273c4d6b584f8 100644 --- a/clients/client-nimble/src/commands/DeleteStreamingSessionCommand.ts +++ b/clients/client-nimble/src/commands/DeleteStreamingSessionCommand.ts @@ -17,6 +17,10 @@ import { DeleteStreamingSessionRequest, DeleteStreamingSessionResponse } from ". import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_DeleteStreamingSessionCommand, se_DeleteStreamingSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/DeleteStudioCommand.ts b/clients/client-nimble/src/commands/DeleteStudioCommand.ts index 76dda7f9cc7d7..f31d531b59027 100644 --- a/clients/client-nimble/src/commands/DeleteStudioCommand.ts +++ b/clients/client-nimble/src/commands/DeleteStudioCommand.ts @@ -17,6 +17,10 @@ import { DeleteStudioRequest, DeleteStudioResponse, DeleteStudioResponseFilterSe import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_DeleteStudioCommand, se_DeleteStudioCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/DeleteStudioComponentCommand.ts b/clients/client-nimble/src/commands/DeleteStudioComponentCommand.ts index 1083dc110cd55..7b89b239ccc22 100644 --- a/clients/client-nimble/src/commands/DeleteStudioComponentCommand.ts +++ b/clients/client-nimble/src/commands/DeleteStudioComponentCommand.ts @@ -21,6 +21,10 @@ import { import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_DeleteStudioComponentCommand, se_DeleteStudioComponentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/DeleteStudioMemberCommand.ts b/clients/client-nimble/src/commands/DeleteStudioMemberCommand.ts index 73ae618931831..90423d6bee459 100644 --- a/clients/client-nimble/src/commands/DeleteStudioMemberCommand.ts +++ b/clients/client-nimble/src/commands/DeleteStudioMemberCommand.ts @@ -17,6 +17,10 @@ import { DeleteStudioMemberRequest, DeleteStudioMemberResponse } from "../models import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_DeleteStudioMemberCommand, se_DeleteStudioMemberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/GetEulaCommand.ts b/clients/client-nimble/src/commands/GetEulaCommand.ts index 1553dd0a7819f..574a1e2285636 100644 --- a/clients/client-nimble/src/commands/GetEulaCommand.ts +++ b/clients/client-nimble/src/commands/GetEulaCommand.ts @@ -17,6 +17,10 @@ import { GetEulaRequest, GetEulaResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_GetEulaCommand, se_GetEulaCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/GetLaunchProfileCommand.ts b/clients/client-nimble/src/commands/GetLaunchProfileCommand.ts index 9f418472a30c7..bb37191ad1ce6 100644 --- a/clients/client-nimble/src/commands/GetLaunchProfileCommand.ts +++ b/clients/client-nimble/src/commands/GetLaunchProfileCommand.ts @@ -21,6 +21,10 @@ import { import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_GetLaunchProfileCommand, se_GetLaunchProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/GetLaunchProfileDetailsCommand.ts b/clients/client-nimble/src/commands/GetLaunchProfileDetailsCommand.ts index 10b332fee5de3..f7dc624a2202e 100644 --- a/clients/client-nimble/src/commands/GetLaunchProfileDetailsCommand.ts +++ b/clients/client-nimble/src/commands/GetLaunchProfileDetailsCommand.ts @@ -21,6 +21,10 @@ import { import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_GetLaunchProfileDetailsCommand, se_GetLaunchProfileDetailsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/GetLaunchProfileInitializationCommand.ts b/clients/client-nimble/src/commands/GetLaunchProfileInitializationCommand.ts index 60b96cef1c16f..964e7ce698a4e 100644 --- a/clients/client-nimble/src/commands/GetLaunchProfileInitializationCommand.ts +++ b/clients/client-nimble/src/commands/GetLaunchProfileInitializationCommand.ts @@ -24,6 +24,10 @@ import { se_GetLaunchProfileInitializationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/GetLaunchProfileMemberCommand.ts b/clients/client-nimble/src/commands/GetLaunchProfileMemberCommand.ts index 112cb10756957..1a587e08973bd 100644 --- a/clients/client-nimble/src/commands/GetLaunchProfileMemberCommand.ts +++ b/clients/client-nimble/src/commands/GetLaunchProfileMemberCommand.ts @@ -17,6 +17,10 @@ import { GetLaunchProfileMemberRequest, GetLaunchProfileMemberResponse } from ". import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_GetLaunchProfileMemberCommand, se_GetLaunchProfileMemberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/GetStreamingImageCommand.ts b/clients/client-nimble/src/commands/GetStreamingImageCommand.ts index 1962f2e0ebfae..b3945c6adeac9 100644 --- a/clients/client-nimble/src/commands/GetStreamingImageCommand.ts +++ b/clients/client-nimble/src/commands/GetStreamingImageCommand.ts @@ -21,6 +21,10 @@ import { import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_GetStreamingImageCommand, se_GetStreamingImageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/GetStreamingSessionBackupCommand.ts b/clients/client-nimble/src/commands/GetStreamingSessionBackupCommand.ts index 258727a2666c1..4dd0fcf0f667d 100644 --- a/clients/client-nimble/src/commands/GetStreamingSessionBackupCommand.ts +++ b/clients/client-nimble/src/commands/GetStreamingSessionBackupCommand.ts @@ -17,6 +17,10 @@ import { GetStreamingSessionBackupRequest, GetStreamingSessionBackupResponse } f import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_GetStreamingSessionBackupCommand, se_GetStreamingSessionBackupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/GetStreamingSessionCommand.ts b/clients/client-nimble/src/commands/GetStreamingSessionCommand.ts index 57d8353088614..b930bc1b145e5 100644 --- a/clients/client-nimble/src/commands/GetStreamingSessionCommand.ts +++ b/clients/client-nimble/src/commands/GetStreamingSessionCommand.ts @@ -17,6 +17,10 @@ import { GetStreamingSessionRequest, GetStreamingSessionResponse } from "../mode import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_GetStreamingSessionCommand, se_GetStreamingSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/GetStreamingSessionStreamCommand.ts b/clients/client-nimble/src/commands/GetStreamingSessionStreamCommand.ts index c5e0171918cb9..c6de37d316bbc 100644 --- a/clients/client-nimble/src/commands/GetStreamingSessionStreamCommand.ts +++ b/clients/client-nimble/src/commands/GetStreamingSessionStreamCommand.ts @@ -21,6 +21,10 @@ import { import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_GetStreamingSessionStreamCommand, se_GetStreamingSessionStreamCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/GetStudioCommand.ts b/clients/client-nimble/src/commands/GetStudioCommand.ts index 902151986eae1..fa6dcc31ec06e 100644 --- a/clients/client-nimble/src/commands/GetStudioCommand.ts +++ b/clients/client-nimble/src/commands/GetStudioCommand.ts @@ -17,6 +17,10 @@ import { GetStudioRequest, GetStudioResponse, GetStudioResponseFilterSensitiveLo import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_GetStudioCommand, se_GetStudioCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/GetStudioComponentCommand.ts b/clients/client-nimble/src/commands/GetStudioComponentCommand.ts index 2f4746b9d2f85..1425976201643 100644 --- a/clients/client-nimble/src/commands/GetStudioComponentCommand.ts +++ b/clients/client-nimble/src/commands/GetStudioComponentCommand.ts @@ -21,6 +21,10 @@ import { import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_GetStudioComponentCommand, se_GetStudioComponentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/GetStudioMemberCommand.ts b/clients/client-nimble/src/commands/GetStudioMemberCommand.ts index 2ba13f379490c..7f3acfae78926 100644 --- a/clients/client-nimble/src/commands/GetStudioMemberCommand.ts +++ b/clients/client-nimble/src/commands/GetStudioMemberCommand.ts @@ -17,6 +17,10 @@ import { GetStudioMemberRequest, GetStudioMemberResponse } from "../models/model import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_GetStudioMemberCommand, se_GetStudioMemberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/ListEulaAcceptancesCommand.ts b/clients/client-nimble/src/commands/ListEulaAcceptancesCommand.ts index 0025a19f1b62b..da3c7d380a455 100644 --- a/clients/client-nimble/src/commands/ListEulaAcceptancesCommand.ts +++ b/clients/client-nimble/src/commands/ListEulaAcceptancesCommand.ts @@ -17,6 +17,10 @@ import { ListEulaAcceptancesRequest, ListEulaAcceptancesResponse } from "../mode import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_ListEulaAcceptancesCommand, se_ListEulaAcceptancesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/ListEulasCommand.ts b/clients/client-nimble/src/commands/ListEulasCommand.ts index a8a01e838d6a8..ce6593586a1e3 100644 --- a/clients/client-nimble/src/commands/ListEulasCommand.ts +++ b/clients/client-nimble/src/commands/ListEulasCommand.ts @@ -17,6 +17,10 @@ import { ListEulasRequest, ListEulasResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_ListEulasCommand, se_ListEulasCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/ListLaunchProfileMembersCommand.ts b/clients/client-nimble/src/commands/ListLaunchProfileMembersCommand.ts index b69c6fc2843a5..ed1e503b83e60 100644 --- a/clients/client-nimble/src/commands/ListLaunchProfileMembersCommand.ts +++ b/clients/client-nimble/src/commands/ListLaunchProfileMembersCommand.ts @@ -17,6 +17,10 @@ import { ListLaunchProfileMembersRequest, ListLaunchProfileMembersResponse } fro import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_ListLaunchProfileMembersCommand, se_ListLaunchProfileMembersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/ListLaunchProfilesCommand.ts b/clients/client-nimble/src/commands/ListLaunchProfilesCommand.ts index 0fa32a1c41aa1..de145d6f1968c 100644 --- a/clients/client-nimble/src/commands/ListLaunchProfilesCommand.ts +++ b/clients/client-nimble/src/commands/ListLaunchProfilesCommand.ts @@ -21,6 +21,10 @@ import { import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_ListLaunchProfilesCommand, se_ListLaunchProfilesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/ListStreamingImagesCommand.ts b/clients/client-nimble/src/commands/ListStreamingImagesCommand.ts index 50c1e8a16c58b..e270ab3b0b5a8 100644 --- a/clients/client-nimble/src/commands/ListStreamingImagesCommand.ts +++ b/clients/client-nimble/src/commands/ListStreamingImagesCommand.ts @@ -21,6 +21,10 @@ import { import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_ListStreamingImagesCommand, se_ListStreamingImagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/ListStreamingSessionBackupsCommand.ts b/clients/client-nimble/src/commands/ListStreamingSessionBackupsCommand.ts index e1287d10b22b5..62a0b8a6e0bb8 100644 --- a/clients/client-nimble/src/commands/ListStreamingSessionBackupsCommand.ts +++ b/clients/client-nimble/src/commands/ListStreamingSessionBackupsCommand.ts @@ -20,6 +20,10 @@ import { se_ListStreamingSessionBackupsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/ListStreamingSessionsCommand.ts b/clients/client-nimble/src/commands/ListStreamingSessionsCommand.ts index 554a4172f80ec..0d322f6f4c4d6 100644 --- a/clients/client-nimble/src/commands/ListStreamingSessionsCommand.ts +++ b/clients/client-nimble/src/commands/ListStreamingSessionsCommand.ts @@ -17,6 +17,10 @@ import { ListStreamingSessionsRequest, ListStreamingSessionsResponse } from "../ import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_ListStreamingSessionsCommand, se_ListStreamingSessionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/ListStudioComponentsCommand.ts b/clients/client-nimble/src/commands/ListStudioComponentsCommand.ts index aa0ad8f1d3895..a6f2207d00f80 100644 --- a/clients/client-nimble/src/commands/ListStudioComponentsCommand.ts +++ b/clients/client-nimble/src/commands/ListStudioComponentsCommand.ts @@ -21,6 +21,10 @@ import { import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_ListStudioComponentsCommand, se_ListStudioComponentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/ListStudioMembersCommand.ts b/clients/client-nimble/src/commands/ListStudioMembersCommand.ts index 6a3abefda6855..65e0f7c75807b 100644 --- a/clients/client-nimble/src/commands/ListStudioMembersCommand.ts +++ b/clients/client-nimble/src/commands/ListStudioMembersCommand.ts @@ -17,6 +17,10 @@ import { ListStudioMembersRequest, ListStudioMembersResponse } from "../models/m import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_ListStudioMembersCommand, se_ListStudioMembersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/ListStudiosCommand.ts b/clients/client-nimble/src/commands/ListStudiosCommand.ts index 5b08abc585f0a..2bf77165d5966 100644 --- a/clients/client-nimble/src/commands/ListStudiosCommand.ts +++ b/clients/client-nimble/src/commands/ListStudiosCommand.ts @@ -17,6 +17,10 @@ import { ListStudiosRequest, ListStudiosResponse, ListStudiosResponseFilterSensi import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_ListStudiosCommand, se_ListStudiosCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/ListTagsForResourceCommand.ts b/clients/client-nimble/src/commands/ListTagsForResourceCommand.ts index e97a08024bf7a..7136a541787de 100644 --- a/clients/client-nimble/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-nimble/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/PutLaunchProfileMembersCommand.ts b/clients/client-nimble/src/commands/PutLaunchProfileMembersCommand.ts index 0dfbbc6ca9492..92bdcef0520e9 100644 --- a/clients/client-nimble/src/commands/PutLaunchProfileMembersCommand.ts +++ b/clients/client-nimble/src/commands/PutLaunchProfileMembersCommand.ts @@ -17,6 +17,10 @@ import { PutLaunchProfileMembersRequest, PutLaunchProfileMembersResponse } from import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_PutLaunchProfileMembersCommand, se_PutLaunchProfileMembersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/PutStudioMembersCommand.ts b/clients/client-nimble/src/commands/PutStudioMembersCommand.ts index 1206e7fa642fb..a3969fc02580f 100644 --- a/clients/client-nimble/src/commands/PutStudioMembersCommand.ts +++ b/clients/client-nimble/src/commands/PutStudioMembersCommand.ts @@ -17,6 +17,10 @@ import { PutStudioMembersRequest, PutStudioMembersResponse } from "../models/mod import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_PutStudioMembersCommand, se_PutStudioMembersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/StartStreamingSessionCommand.ts b/clients/client-nimble/src/commands/StartStreamingSessionCommand.ts index 373c118469ec6..f8cd8fa5be01d 100644 --- a/clients/client-nimble/src/commands/StartStreamingSessionCommand.ts +++ b/clients/client-nimble/src/commands/StartStreamingSessionCommand.ts @@ -17,6 +17,10 @@ import { StartStreamingSessionRequest, StartStreamingSessionResponse } from "../ import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_StartStreamingSessionCommand, se_StartStreamingSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/StartStudioSSOConfigurationRepairCommand.ts b/clients/client-nimble/src/commands/StartStudioSSOConfigurationRepairCommand.ts index a44dabd8857e8..f44ca70999514 100644 --- a/clients/client-nimble/src/commands/StartStudioSSOConfigurationRepairCommand.ts +++ b/clients/client-nimble/src/commands/StartStudioSSOConfigurationRepairCommand.ts @@ -24,6 +24,10 @@ import { se_StartStudioSSOConfigurationRepairCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/StopStreamingSessionCommand.ts b/clients/client-nimble/src/commands/StopStreamingSessionCommand.ts index 12bd899a7bb1b..56d6dd80b6a3e 100644 --- a/clients/client-nimble/src/commands/StopStreamingSessionCommand.ts +++ b/clients/client-nimble/src/commands/StopStreamingSessionCommand.ts @@ -17,6 +17,10 @@ import { StopStreamingSessionRequest, StopStreamingSessionResponse } from "../mo import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_StopStreamingSessionCommand, se_StopStreamingSessionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/TagResourceCommand.ts b/clients/client-nimble/src/commands/TagResourceCommand.ts index f6ad5f5c38a6a..16c8d4c9ee613 100644 --- a/clients/client-nimble/src/commands/TagResourceCommand.ts +++ b/clients/client-nimble/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/UntagResourceCommand.ts b/clients/client-nimble/src/commands/UntagResourceCommand.ts index 94a90612805ef..788d582c1410e 100644 --- a/clients/client-nimble/src/commands/UntagResourceCommand.ts +++ b/clients/client-nimble/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/UpdateLaunchProfileCommand.ts b/clients/client-nimble/src/commands/UpdateLaunchProfileCommand.ts index c9cdc8540fe70..7f0a299c24729 100644 --- a/clients/client-nimble/src/commands/UpdateLaunchProfileCommand.ts +++ b/clients/client-nimble/src/commands/UpdateLaunchProfileCommand.ts @@ -22,6 +22,10 @@ import { import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_UpdateLaunchProfileCommand, se_UpdateLaunchProfileCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/UpdateLaunchProfileMemberCommand.ts b/clients/client-nimble/src/commands/UpdateLaunchProfileMemberCommand.ts index 159d93087d5c2..4d5a839cc6d34 100644 --- a/clients/client-nimble/src/commands/UpdateLaunchProfileMemberCommand.ts +++ b/clients/client-nimble/src/commands/UpdateLaunchProfileMemberCommand.ts @@ -17,6 +17,10 @@ import { UpdateLaunchProfileMemberRequest, UpdateLaunchProfileMemberResponse } f import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_UpdateLaunchProfileMemberCommand, se_UpdateLaunchProfileMemberCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/UpdateStreamingImageCommand.ts b/clients/client-nimble/src/commands/UpdateStreamingImageCommand.ts index b9ecb0db25b3c..0648913c1dd92 100644 --- a/clients/client-nimble/src/commands/UpdateStreamingImageCommand.ts +++ b/clients/client-nimble/src/commands/UpdateStreamingImageCommand.ts @@ -22,6 +22,10 @@ import { import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_UpdateStreamingImageCommand, se_UpdateStreamingImageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/UpdateStudioCommand.ts b/clients/client-nimble/src/commands/UpdateStudioCommand.ts index 42b40b288c6a0..58ff0a41f62f0 100644 --- a/clients/client-nimble/src/commands/UpdateStudioCommand.ts +++ b/clients/client-nimble/src/commands/UpdateStudioCommand.ts @@ -22,6 +22,10 @@ import { import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_UpdateStudioCommand, se_UpdateStudioCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/commands/UpdateStudioComponentCommand.ts b/clients/client-nimble/src/commands/UpdateStudioComponentCommand.ts index 7957dedfaa9ba..62566fa66f60a 100644 --- a/clients/client-nimble/src/commands/UpdateStudioComponentCommand.ts +++ b/clients/client-nimble/src/commands/UpdateStudioComponentCommand.ts @@ -22,6 +22,10 @@ import { import { NimbleClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NimbleClient"; import { de_UpdateStudioComponentCommand, se_UpdateStudioComponentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-nimble/src/index.ts b/clients/client-nimble/src/index.ts index ec1193a31371f..b1a9169107bab 100644 --- a/clients/client-nimble/src/index.ts +++ b/clients/client-nimble/src/index.ts @@ -1,9 +1,20 @@ -export * from "./Nimble"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Welcome to the Amazon Nimble Studio API reference. This API reference provides + * methods, schema, resources, parameters, and more to help you get the most out of Nimble + * Studio.

+ *

Nimble Studio is a virtual studio that empowers visual effects, animation, and + * interactive content teams to create content securely within a scalable, private cloud + * service.

+ * + * @packageDocumentation + */ export * from "./NimbleClient"; +export * from "./Nimble"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { NimbleServiceException } from "./models/NimbleServiceException"; diff --git a/clients/client-nimble/src/models/NimbleServiceException.ts b/clients/client-nimble/src/models/NimbleServiceException.ts index 7e64ff62bb304..d4dc863a80649 100644 --- a/clients/client-nimble/src/models/NimbleServiceException.ts +++ b/clients/client-nimble/src/models/NimbleServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-oam/src/OAMClient.ts b/clients/client-oam/src/OAMClient.ts index 195ed73e7eeb7..97b6198fc2236 100644 --- a/clients/client-oam/src/OAMClient.ts +++ b/clients/client-oam/src/OAMClient.ts @@ -77,6 +77,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -244,7 +246,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type OAMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type OAMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -263,7 +265,7 @@ export interface OAMClientConfig extends OAMClientConfigType {} /** * @public */ -type OAMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type OAMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-oam/src/commands/CreateLinkCommand.ts b/clients/client-oam/src/commands/CreateLinkCommand.ts index a9c26d06d2861..b74f165100c77 100644 --- a/clients/client-oam/src/commands/CreateLinkCommand.ts +++ b/clients/client-oam/src/commands/CreateLinkCommand.ts @@ -17,6 +17,10 @@ import { CreateLinkInput, CreateLinkOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; import { de_CreateLinkCommand, se_CreateLinkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-oam/src/commands/CreateSinkCommand.ts b/clients/client-oam/src/commands/CreateSinkCommand.ts index 3aa25d54a5d3a..680bfa8141dd6 100644 --- a/clients/client-oam/src/commands/CreateSinkCommand.ts +++ b/clients/client-oam/src/commands/CreateSinkCommand.ts @@ -17,6 +17,10 @@ import { CreateSinkInput, CreateSinkOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; import { de_CreateSinkCommand, se_CreateSinkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-oam/src/commands/DeleteLinkCommand.ts b/clients/client-oam/src/commands/DeleteLinkCommand.ts index e9587dfd61cb2..0ce8d2933980d 100644 --- a/clients/client-oam/src/commands/DeleteLinkCommand.ts +++ b/clients/client-oam/src/commands/DeleteLinkCommand.ts @@ -17,6 +17,10 @@ import { DeleteLinkInput, DeleteLinkOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; import { de_DeleteLinkCommand, se_DeleteLinkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-oam/src/commands/DeleteSinkCommand.ts b/clients/client-oam/src/commands/DeleteSinkCommand.ts index 841cf1e9b7020..7a09098b9cb35 100644 --- a/clients/client-oam/src/commands/DeleteSinkCommand.ts +++ b/clients/client-oam/src/commands/DeleteSinkCommand.ts @@ -17,6 +17,10 @@ import { DeleteSinkInput, DeleteSinkOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; import { de_DeleteSinkCommand, se_DeleteSinkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-oam/src/commands/GetLinkCommand.ts b/clients/client-oam/src/commands/GetLinkCommand.ts index 0dcaac9b3af63..b90e93bb6cd09 100644 --- a/clients/client-oam/src/commands/GetLinkCommand.ts +++ b/clients/client-oam/src/commands/GetLinkCommand.ts @@ -17,6 +17,10 @@ import { GetLinkInput, GetLinkOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; import { de_GetLinkCommand, se_GetLinkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-oam/src/commands/GetSinkCommand.ts b/clients/client-oam/src/commands/GetSinkCommand.ts index 317515756b2cc..7d6ee90166c0a 100644 --- a/clients/client-oam/src/commands/GetSinkCommand.ts +++ b/clients/client-oam/src/commands/GetSinkCommand.ts @@ -17,6 +17,10 @@ import { GetSinkInput, GetSinkOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; import { de_GetSinkCommand, se_GetSinkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-oam/src/commands/GetSinkPolicyCommand.ts b/clients/client-oam/src/commands/GetSinkPolicyCommand.ts index be0f339cec37c..2a0d019bf2fdc 100644 --- a/clients/client-oam/src/commands/GetSinkPolicyCommand.ts +++ b/clients/client-oam/src/commands/GetSinkPolicyCommand.ts @@ -17,6 +17,10 @@ import { GetSinkPolicyInput, GetSinkPolicyOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; import { de_GetSinkPolicyCommand, se_GetSinkPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-oam/src/commands/ListAttachedLinksCommand.ts b/clients/client-oam/src/commands/ListAttachedLinksCommand.ts index 2a23ec86b542e..9ed61d9cac02d 100644 --- a/clients/client-oam/src/commands/ListAttachedLinksCommand.ts +++ b/clients/client-oam/src/commands/ListAttachedLinksCommand.ts @@ -17,6 +17,10 @@ import { ListAttachedLinksInput, ListAttachedLinksOutput } from "../models/model import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; import { de_ListAttachedLinksCommand, se_ListAttachedLinksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-oam/src/commands/ListLinksCommand.ts b/clients/client-oam/src/commands/ListLinksCommand.ts index 6cf002a674ea0..27773cf9d5849 100644 --- a/clients/client-oam/src/commands/ListLinksCommand.ts +++ b/clients/client-oam/src/commands/ListLinksCommand.ts @@ -17,6 +17,10 @@ import { ListLinksInput, ListLinksOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; import { de_ListLinksCommand, se_ListLinksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-oam/src/commands/ListSinksCommand.ts b/clients/client-oam/src/commands/ListSinksCommand.ts index 2368e58252f0c..14a1aa66b5df6 100644 --- a/clients/client-oam/src/commands/ListSinksCommand.ts +++ b/clients/client-oam/src/commands/ListSinksCommand.ts @@ -17,6 +17,10 @@ import { ListSinksInput, ListSinksOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; import { de_ListSinksCommand, se_ListSinksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-oam/src/commands/ListTagsForResourceCommand.ts b/clients/client-oam/src/commands/ListTagsForResourceCommand.ts index a0c3d388d343d..1b13eb22ad90b 100644 --- a/clients/client-oam/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-oam/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/m import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-oam/src/commands/PutSinkPolicyCommand.ts b/clients/client-oam/src/commands/PutSinkPolicyCommand.ts index 5e234c29eb35c..dc6ebe01be4fa 100644 --- a/clients/client-oam/src/commands/PutSinkPolicyCommand.ts +++ b/clients/client-oam/src/commands/PutSinkPolicyCommand.ts @@ -17,6 +17,10 @@ import { PutSinkPolicyInput, PutSinkPolicyOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; import { de_PutSinkPolicyCommand, se_PutSinkPolicyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-oam/src/commands/TagResourceCommand.ts b/clients/client-oam/src/commands/TagResourceCommand.ts index e3138b88ba680..8a8a854e89ab1 100644 --- a/clients/client-oam/src/commands/TagResourceCommand.ts +++ b/clients/client-oam/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-oam/src/commands/UntagResourceCommand.ts b/clients/client-oam/src/commands/UntagResourceCommand.ts index 5b8adf698a432..e1de0a0007492 100644 --- a/clients/client-oam/src/commands/UntagResourceCommand.ts +++ b/clients/client-oam/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-oam/src/commands/UpdateLinkCommand.ts b/clients/client-oam/src/commands/UpdateLinkCommand.ts index 4e795689a7d4a..b30b20d78a5fe 100644 --- a/clients/client-oam/src/commands/UpdateLinkCommand.ts +++ b/clients/client-oam/src/commands/UpdateLinkCommand.ts @@ -17,6 +17,10 @@ import { UpdateLinkInput, UpdateLinkOutput } from "../models/models_0"; import { OAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OAMClient"; import { de_UpdateLinkCommand, se_UpdateLinkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-oam/src/index.ts b/clients/client-oam/src/index.ts index a44f5538b47ef..b0fccc7a984f7 100644 --- a/clients/client-oam/src/index.ts +++ b/clients/client-oam/src/index.ts @@ -1,8 +1,25 @@ -export * from "./OAM"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Use Amazon CloudWatch Observability Access Manager to create and manage links between source accounts and + * monitoring accounts by using CloudWatch cross-account observability. With + * CloudWatch cross-account observability, you can monitor and troubleshoot applications that span + * multiple accounts within a Region. Seamlessly search, visualize, and analyze your metrics, + * logs, and traces in any of the linked accounts without account boundaries.

+ * + *

Set up one or more Amazon Web Services accounts as monitoring + * accounts and link them with multiple source accounts. A + * monitoring account is a central Amazon Web Services account that can view and interact with + * observability data generated from source accounts. A source account is an individual Amazon Web Services account that generates observability data for the resources that reside in it. + * Source accounts share their observability data with the monitoring account. The shared + * observability data can include metrics in Amazon CloudWatch, logs in Amazon CloudWatch Logs, and traces in X-Ray.

+ * + * @packageDocumentation + */ export * from "./OAMClient"; +export * from "./OAM"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { OAMServiceException } from "./models/OAMServiceException"; diff --git a/clients/client-oam/src/models/OAMServiceException.ts b/clients/client-oam/src/models/OAMServiceException.ts index 691395ac1a9c2..1d0a932cd56f0 100644 --- a/clients/client-oam/src/models/OAMServiceException.ts +++ b/clients/client-oam/src/models/OAMServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-omics/src/OmicsClient.ts b/clients/client-omics/src/OmicsClient.ts index d5b1c54df0264..6b71d4de46265 100644 --- a/clients/client-omics/src/OmicsClient.ts +++ b/clients/client-omics/src/OmicsClient.ts @@ -240,6 +240,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -527,7 +529,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type OmicsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type OmicsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -546,7 +548,7 @@ export interface OmicsClientConfig extends OmicsClientConfigType {} /** * @public */ -type OmicsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type OmicsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-omics/src/commands/AbortMultipartReadSetUploadCommand.ts b/clients/client-omics/src/commands/AbortMultipartReadSetUploadCommand.ts index da8d151b08de9..999ad63146bf8 100644 --- a/clients/client-omics/src/commands/AbortMultipartReadSetUploadCommand.ts +++ b/clients/client-omics/src/commands/AbortMultipartReadSetUploadCommand.ts @@ -20,6 +20,10 @@ import { se_AbortMultipartReadSetUploadCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/BatchDeleteReadSetCommand.ts b/clients/client-omics/src/commands/BatchDeleteReadSetCommand.ts index 160e11be4ecab..025c9dbf1fb16 100644 --- a/clients/client-omics/src/commands/BatchDeleteReadSetCommand.ts +++ b/clients/client-omics/src/commands/BatchDeleteReadSetCommand.ts @@ -17,6 +17,10 @@ import { BatchDeleteReadSetRequest, BatchDeleteReadSetResponse } from "../models import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_BatchDeleteReadSetCommand, se_BatchDeleteReadSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/CancelAnnotationImportJobCommand.ts b/clients/client-omics/src/commands/CancelAnnotationImportJobCommand.ts index e6e05da0a7371..6efdaafb0e073 100644 --- a/clients/client-omics/src/commands/CancelAnnotationImportJobCommand.ts +++ b/clients/client-omics/src/commands/CancelAnnotationImportJobCommand.ts @@ -17,6 +17,10 @@ import { CancelAnnotationImportRequest, CancelAnnotationImportResponse } from ". import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_CancelAnnotationImportJobCommand, se_CancelAnnotationImportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/CancelRunCommand.ts b/clients/client-omics/src/commands/CancelRunCommand.ts index dfc6d23c14f05..6b449a8a9dfe4 100644 --- a/clients/client-omics/src/commands/CancelRunCommand.ts +++ b/clients/client-omics/src/commands/CancelRunCommand.ts @@ -17,6 +17,10 @@ import { CancelRunRequest } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_CancelRunCommand, se_CancelRunCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/CancelVariantImportJobCommand.ts b/clients/client-omics/src/commands/CancelVariantImportJobCommand.ts index 6ecc72cf3de0f..5e148b1ab06e8 100644 --- a/clients/client-omics/src/commands/CancelVariantImportJobCommand.ts +++ b/clients/client-omics/src/commands/CancelVariantImportJobCommand.ts @@ -17,6 +17,10 @@ import { CancelVariantImportRequest, CancelVariantImportResponse } from "../mode import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_CancelVariantImportJobCommand, se_CancelVariantImportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/CompleteMultipartReadSetUploadCommand.ts b/clients/client-omics/src/commands/CompleteMultipartReadSetUploadCommand.ts index 2170f76de3da1..015f800272199 100644 --- a/clients/client-omics/src/commands/CompleteMultipartReadSetUploadCommand.ts +++ b/clients/client-omics/src/commands/CompleteMultipartReadSetUploadCommand.ts @@ -20,6 +20,10 @@ import { se_CompleteMultipartReadSetUploadCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/CreateAnnotationStoreCommand.ts b/clients/client-omics/src/commands/CreateAnnotationStoreCommand.ts index 0d43434e7d5ab..f15193582af79 100644 --- a/clients/client-omics/src/commands/CreateAnnotationStoreCommand.ts +++ b/clients/client-omics/src/commands/CreateAnnotationStoreCommand.ts @@ -17,6 +17,10 @@ import { CreateAnnotationStoreRequest, CreateAnnotationStoreResponse } from "../ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_CreateAnnotationStoreCommand, se_CreateAnnotationStoreCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/CreateMultipartReadSetUploadCommand.ts b/clients/client-omics/src/commands/CreateMultipartReadSetUploadCommand.ts index 69460299ba789..44e4626ef47e7 100644 --- a/clients/client-omics/src/commands/CreateMultipartReadSetUploadCommand.ts +++ b/clients/client-omics/src/commands/CreateMultipartReadSetUploadCommand.ts @@ -20,6 +20,10 @@ import { se_CreateMultipartReadSetUploadCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/CreateReferenceStoreCommand.ts b/clients/client-omics/src/commands/CreateReferenceStoreCommand.ts index 2ecdec974b28f..71790b49dcae9 100644 --- a/clients/client-omics/src/commands/CreateReferenceStoreCommand.ts +++ b/clients/client-omics/src/commands/CreateReferenceStoreCommand.ts @@ -17,6 +17,10 @@ import { CreateReferenceStoreRequest, CreateReferenceStoreResponse } from "../mo import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_CreateReferenceStoreCommand, se_CreateReferenceStoreCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/CreateRunGroupCommand.ts b/clients/client-omics/src/commands/CreateRunGroupCommand.ts index d912f6e280c83..f654922bf3a24 100644 --- a/clients/client-omics/src/commands/CreateRunGroupCommand.ts +++ b/clients/client-omics/src/commands/CreateRunGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateRunGroupRequest, CreateRunGroupResponse } from "../models/models_ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_CreateRunGroupCommand, se_CreateRunGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/CreateSequenceStoreCommand.ts b/clients/client-omics/src/commands/CreateSequenceStoreCommand.ts index 6ffbe49c66c00..c78235abff4b6 100644 --- a/clients/client-omics/src/commands/CreateSequenceStoreCommand.ts +++ b/clients/client-omics/src/commands/CreateSequenceStoreCommand.ts @@ -17,6 +17,10 @@ import { CreateSequenceStoreRequest, CreateSequenceStoreResponse } from "../mode import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_CreateSequenceStoreCommand, se_CreateSequenceStoreCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/CreateVariantStoreCommand.ts b/clients/client-omics/src/commands/CreateVariantStoreCommand.ts index 46f67e7799376..dcf85943f4285 100644 --- a/clients/client-omics/src/commands/CreateVariantStoreCommand.ts +++ b/clients/client-omics/src/commands/CreateVariantStoreCommand.ts @@ -17,6 +17,10 @@ import { CreateVariantStoreRequest, CreateVariantStoreResponse } from "../models import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_CreateVariantStoreCommand, se_CreateVariantStoreCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/CreateWorkflowCommand.ts b/clients/client-omics/src/commands/CreateWorkflowCommand.ts index 5aa3dc9dd79b9..be8b09d40db60 100644 --- a/clients/client-omics/src/commands/CreateWorkflowCommand.ts +++ b/clients/client-omics/src/commands/CreateWorkflowCommand.ts @@ -17,6 +17,10 @@ import { CreateWorkflowRequest, CreateWorkflowResponse } from "../models/models_ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_CreateWorkflowCommand, se_CreateWorkflowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/DeleteAnnotationStoreCommand.ts b/clients/client-omics/src/commands/DeleteAnnotationStoreCommand.ts index ab218ebc96867..3c94a173aea2f 100644 --- a/clients/client-omics/src/commands/DeleteAnnotationStoreCommand.ts +++ b/clients/client-omics/src/commands/DeleteAnnotationStoreCommand.ts @@ -17,6 +17,10 @@ import { DeleteAnnotationStoreRequest, DeleteAnnotationStoreResponse } from "../ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_DeleteAnnotationStoreCommand, se_DeleteAnnotationStoreCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/DeleteReferenceCommand.ts b/clients/client-omics/src/commands/DeleteReferenceCommand.ts index db2a980064279..2ad3c9541dece 100644 --- a/clients/client-omics/src/commands/DeleteReferenceCommand.ts +++ b/clients/client-omics/src/commands/DeleteReferenceCommand.ts @@ -17,6 +17,10 @@ import { DeleteReferenceRequest, DeleteReferenceResponse } from "../models/model import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_DeleteReferenceCommand, se_DeleteReferenceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/DeleteReferenceStoreCommand.ts b/clients/client-omics/src/commands/DeleteReferenceStoreCommand.ts index 4bc474d001797..3a02650c2e545 100644 --- a/clients/client-omics/src/commands/DeleteReferenceStoreCommand.ts +++ b/clients/client-omics/src/commands/DeleteReferenceStoreCommand.ts @@ -17,6 +17,10 @@ import { DeleteReferenceStoreRequest, DeleteReferenceStoreResponse } from "../mo import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_DeleteReferenceStoreCommand, se_DeleteReferenceStoreCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/DeleteRunCommand.ts b/clients/client-omics/src/commands/DeleteRunCommand.ts index c4bb81795733b..7c613b841fb5d 100644 --- a/clients/client-omics/src/commands/DeleteRunCommand.ts +++ b/clients/client-omics/src/commands/DeleteRunCommand.ts @@ -17,6 +17,10 @@ import { DeleteRunRequest } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_DeleteRunCommand, se_DeleteRunCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/DeleteRunGroupCommand.ts b/clients/client-omics/src/commands/DeleteRunGroupCommand.ts index d27278260c74e..c8f0e1a155c59 100644 --- a/clients/client-omics/src/commands/DeleteRunGroupCommand.ts +++ b/clients/client-omics/src/commands/DeleteRunGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteRunGroupRequest } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_DeleteRunGroupCommand, se_DeleteRunGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/DeleteSequenceStoreCommand.ts b/clients/client-omics/src/commands/DeleteSequenceStoreCommand.ts index 1b7642eb98026..ca7cf6c7374f3 100644 --- a/clients/client-omics/src/commands/DeleteSequenceStoreCommand.ts +++ b/clients/client-omics/src/commands/DeleteSequenceStoreCommand.ts @@ -17,6 +17,10 @@ import { DeleteSequenceStoreRequest, DeleteSequenceStoreResponse } from "../mode import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_DeleteSequenceStoreCommand, se_DeleteSequenceStoreCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/DeleteVariantStoreCommand.ts b/clients/client-omics/src/commands/DeleteVariantStoreCommand.ts index 0a8b89a1d9f8b..21c92e5d93541 100644 --- a/clients/client-omics/src/commands/DeleteVariantStoreCommand.ts +++ b/clients/client-omics/src/commands/DeleteVariantStoreCommand.ts @@ -17,6 +17,10 @@ import { DeleteVariantStoreRequest, DeleteVariantStoreResponse } from "../models import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_DeleteVariantStoreCommand, se_DeleteVariantStoreCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/DeleteWorkflowCommand.ts b/clients/client-omics/src/commands/DeleteWorkflowCommand.ts index 30854993fa8c3..ef992e01ec6c1 100644 --- a/clients/client-omics/src/commands/DeleteWorkflowCommand.ts +++ b/clients/client-omics/src/commands/DeleteWorkflowCommand.ts @@ -17,6 +17,10 @@ import { DeleteWorkflowRequest } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_DeleteWorkflowCommand, se_DeleteWorkflowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/GetAnnotationImportJobCommand.ts b/clients/client-omics/src/commands/GetAnnotationImportJobCommand.ts index f23c007ac2c46..fa82ddb90a0c6 100644 --- a/clients/client-omics/src/commands/GetAnnotationImportJobCommand.ts +++ b/clients/client-omics/src/commands/GetAnnotationImportJobCommand.ts @@ -17,6 +17,10 @@ import { GetAnnotationImportRequest, GetAnnotationImportResponse } from "../mode import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_GetAnnotationImportJobCommand, se_GetAnnotationImportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/GetAnnotationStoreCommand.ts b/clients/client-omics/src/commands/GetAnnotationStoreCommand.ts index 50d13908c03e2..2205127fa56d2 100644 --- a/clients/client-omics/src/commands/GetAnnotationStoreCommand.ts +++ b/clients/client-omics/src/commands/GetAnnotationStoreCommand.ts @@ -17,6 +17,10 @@ import { GetAnnotationStoreRequest, GetAnnotationStoreResponse } from "../models import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_GetAnnotationStoreCommand, se_GetAnnotationStoreCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/GetReadSetActivationJobCommand.ts b/clients/client-omics/src/commands/GetReadSetActivationJobCommand.ts index 992b326ea54a2..65c15ac1f8f66 100644 --- a/clients/client-omics/src/commands/GetReadSetActivationJobCommand.ts +++ b/clients/client-omics/src/commands/GetReadSetActivationJobCommand.ts @@ -17,6 +17,10 @@ import { GetReadSetActivationJobRequest, GetReadSetActivationJobResponse } from import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_GetReadSetActivationJobCommand, se_GetReadSetActivationJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/GetReadSetCommand.ts b/clients/client-omics/src/commands/GetReadSetCommand.ts index 21551586033d9..18e6c1ca2d928 100644 --- a/clients/client-omics/src/commands/GetReadSetCommand.ts +++ b/clients/client-omics/src/commands/GetReadSetCommand.ts @@ -20,6 +20,10 @@ import { GetReadSetRequest, GetReadSetResponse, GetReadSetResponseFilterSensitiv import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_GetReadSetCommand, se_GetReadSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/GetReadSetExportJobCommand.ts b/clients/client-omics/src/commands/GetReadSetExportJobCommand.ts index 6b709092ffdd0..a14d601b0aa67 100644 --- a/clients/client-omics/src/commands/GetReadSetExportJobCommand.ts +++ b/clients/client-omics/src/commands/GetReadSetExportJobCommand.ts @@ -17,6 +17,10 @@ import { GetReadSetExportJobRequest, GetReadSetExportJobResponse } from "../mode import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_GetReadSetExportJobCommand, se_GetReadSetExportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/GetReadSetImportJobCommand.ts b/clients/client-omics/src/commands/GetReadSetImportJobCommand.ts index 3513a630b4e2c..e7294f02b6036 100644 --- a/clients/client-omics/src/commands/GetReadSetImportJobCommand.ts +++ b/clients/client-omics/src/commands/GetReadSetImportJobCommand.ts @@ -17,6 +17,10 @@ import { GetReadSetImportJobRequest, GetReadSetImportJobResponse } from "../mode import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_GetReadSetImportJobCommand, se_GetReadSetImportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/GetReadSetMetadataCommand.ts b/clients/client-omics/src/commands/GetReadSetMetadataCommand.ts index 52e52c43d641f..1891ba46f1b9b 100644 --- a/clients/client-omics/src/commands/GetReadSetMetadataCommand.ts +++ b/clients/client-omics/src/commands/GetReadSetMetadataCommand.ts @@ -17,6 +17,10 @@ import { GetReadSetMetadataRequest, GetReadSetMetadataResponse } from "../models import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_GetReadSetMetadataCommand, se_GetReadSetMetadataCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/GetReferenceCommand.ts b/clients/client-omics/src/commands/GetReferenceCommand.ts index 2c6c316f8f8f8..8baadd6ffaed6 100644 --- a/clients/client-omics/src/commands/GetReferenceCommand.ts +++ b/clients/client-omics/src/commands/GetReferenceCommand.ts @@ -20,6 +20,10 @@ import { GetReferenceRequest, GetReferenceResponse, GetReferenceResponseFilterSe import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_GetReferenceCommand, se_GetReferenceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/GetReferenceImportJobCommand.ts b/clients/client-omics/src/commands/GetReferenceImportJobCommand.ts index 745a72833df96..fc67ea6dffd22 100644 --- a/clients/client-omics/src/commands/GetReferenceImportJobCommand.ts +++ b/clients/client-omics/src/commands/GetReferenceImportJobCommand.ts @@ -17,6 +17,10 @@ import { GetReferenceImportJobRequest, GetReferenceImportJobResponse } from "../ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_GetReferenceImportJobCommand, se_GetReferenceImportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/GetReferenceMetadataCommand.ts b/clients/client-omics/src/commands/GetReferenceMetadataCommand.ts index 8c502687b9ea4..7d2fbe286d0e5 100644 --- a/clients/client-omics/src/commands/GetReferenceMetadataCommand.ts +++ b/clients/client-omics/src/commands/GetReferenceMetadataCommand.ts @@ -17,6 +17,10 @@ import { GetReferenceMetadataRequest, GetReferenceMetadataResponse } from "../mo import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_GetReferenceMetadataCommand, se_GetReferenceMetadataCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/GetReferenceStoreCommand.ts b/clients/client-omics/src/commands/GetReferenceStoreCommand.ts index 727fdf52b1b1c..bb95d8214c4ea 100644 --- a/clients/client-omics/src/commands/GetReferenceStoreCommand.ts +++ b/clients/client-omics/src/commands/GetReferenceStoreCommand.ts @@ -17,6 +17,10 @@ import { GetReferenceStoreRequest, GetReferenceStoreResponse } from "../models/m import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_GetReferenceStoreCommand, se_GetReferenceStoreCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/GetRunCommand.ts b/clients/client-omics/src/commands/GetRunCommand.ts index 966ea0faabb62..bb638bcf4404e 100644 --- a/clients/client-omics/src/commands/GetRunCommand.ts +++ b/clients/client-omics/src/commands/GetRunCommand.ts @@ -17,6 +17,10 @@ import { GetRunRequest, GetRunResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_GetRunCommand, se_GetRunCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/GetRunGroupCommand.ts b/clients/client-omics/src/commands/GetRunGroupCommand.ts index 3c7cef97ae04d..327cf69701c61 100644 --- a/clients/client-omics/src/commands/GetRunGroupCommand.ts +++ b/clients/client-omics/src/commands/GetRunGroupCommand.ts @@ -17,6 +17,10 @@ import { GetRunGroupRequest, GetRunGroupResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_GetRunGroupCommand, se_GetRunGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/GetRunTaskCommand.ts b/clients/client-omics/src/commands/GetRunTaskCommand.ts index def9b7e499635..77463c1592ceb 100644 --- a/clients/client-omics/src/commands/GetRunTaskCommand.ts +++ b/clients/client-omics/src/commands/GetRunTaskCommand.ts @@ -17,6 +17,10 @@ import { GetRunTaskRequest, GetRunTaskResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_GetRunTaskCommand, se_GetRunTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/GetSequenceStoreCommand.ts b/clients/client-omics/src/commands/GetSequenceStoreCommand.ts index 932ab5c128be5..5ef5ff8d48375 100644 --- a/clients/client-omics/src/commands/GetSequenceStoreCommand.ts +++ b/clients/client-omics/src/commands/GetSequenceStoreCommand.ts @@ -17,6 +17,10 @@ import { GetSequenceStoreRequest, GetSequenceStoreResponse } from "../models/mod import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_GetSequenceStoreCommand, se_GetSequenceStoreCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/GetVariantImportJobCommand.ts b/clients/client-omics/src/commands/GetVariantImportJobCommand.ts index e046249614d86..85ac8ccc22e22 100644 --- a/clients/client-omics/src/commands/GetVariantImportJobCommand.ts +++ b/clients/client-omics/src/commands/GetVariantImportJobCommand.ts @@ -17,6 +17,10 @@ import { GetVariantImportRequest, GetVariantImportResponse } from "../models/mod import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_GetVariantImportJobCommand, se_GetVariantImportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/GetVariantStoreCommand.ts b/clients/client-omics/src/commands/GetVariantStoreCommand.ts index 9187b65be01e4..3ee6d06098157 100644 --- a/clients/client-omics/src/commands/GetVariantStoreCommand.ts +++ b/clients/client-omics/src/commands/GetVariantStoreCommand.ts @@ -17,6 +17,10 @@ import { GetVariantStoreRequest, GetVariantStoreResponse } from "../models/model import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_GetVariantStoreCommand, se_GetVariantStoreCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/GetWorkflowCommand.ts b/clients/client-omics/src/commands/GetWorkflowCommand.ts index c0eeeec14eebb..6026d82be6c30 100644 --- a/clients/client-omics/src/commands/GetWorkflowCommand.ts +++ b/clients/client-omics/src/commands/GetWorkflowCommand.ts @@ -17,6 +17,10 @@ import { GetWorkflowRequest, GetWorkflowResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_GetWorkflowCommand, se_GetWorkflowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/ListAnnotationImportJobsCommand.ts b/clients/client-omics/src/commands/ListAnnotationImportJobsCommand.ts index 65ceebd9d8084..2965e97107ddb 100644 --- a/clients/client-omics/src/commands/ListAnnotationImportJobsCommand.ts +++ b/clients/client-omics/src/commands/ListAnnotationImportJobsCommand.ts @@ -17,6 +17,10 @@ import { ListAnnotationImportJobsRequest, ListAnnotationImportJobsResponse } fro import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_ListAnnotationImportJobsCommand, se_ListAnnotationImportJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/ListAnnotationStoresCommand.ts b/clients/client-omics/src/commands/ListAnnotationStoresCommand.ts index 32ea191261802..7d3dc4b6671ab 100644 --- a/clients/client-omics/src/commands/ListAnnotationStoresCommand.ts +++ b/clients/client-omics/src/commands/ListAnnotationStoresCommand.ts @@ -17,6 +17,10 @@ import { ListAnnotationStoresRequest, ListAnnotationStoresResponse } from "../mo import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_ListAnnotationStoresCommand, se_ListAnnotationStoresCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/ListMultipartReadSetUploadsCommand.ts b/clients/client-omics/src/commands/ListMultipartReadSetUploadsCommand.ts index 8fe24941d67bf..1d602a798a187 100644 --- a/clients/client-omics/src/commands/ListMultipartReadSetUploadsCommand.ts +++ b/clients/client-omics/src/commands/ListMultipartReadSetUploadsCommand.ts @@ -20,6 +20,10 @@ import { se_ListMultipartReadSetUploadsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/ListReadSetActivationJobsCommand.ts b/clients/client-omics/src/commands/ListReadSetActivationJobsCommand.ts index 953af88a46efe..20d4ec5e35a6a 100644 --- a/clients/client-omics/src/commands/ListReadSetActivationJobsCommand.ts +++ b/clients/client-omics/src/commands/ListReadSetActivationJobsCommand.ts @@ -17,6 +17,10 @@ import { ListReadSetActivationJobsRequest, ListReadSetActivationJobsResponse } f import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_ListReadSetActivationJobsCommand, se_ListReadSetActivationJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/ListReadSetExportJobsCommand.ts b/clients/client-omics/src/commands/ListReadSetExportJobsCommand.ts index e2f7b9e4d47f6..99320e99bb024 100644 --- a/clients/client-omics/src/commands/ListReadSetExportJobsCommand.ts +++ b/clients/client-omics/src/commands/ListReadSetExportJobsCommand.ts @@ -17,6 +17,10 @@ import { ListReadSetExportJobsRequest, ListReadSetExportJobsResponse } from "../ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_ListReadSetExportJobsCommand, se_ListReadSetExportJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/ListReadSetImportJobsCommand.ts b/clients/client-omics/src/commands/ListReadSetImportJobsCommand.ts index 4af9e169b4b46..d5c16f520255b 100644 --- a/clients/client-omics/src/commands/ListReadSetImportJobsCommand.ts +++ b/clients/client-omics/src/commands/ListReadSetImportJobsCommand.ts @@ -17,6 +17,10 @@ import { ListReadSetImportJobsRequest, ListReadSetImportJobsResponse } from "../ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_ListReadSetImportJobsCommand, se_ListReadSetImportJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/ListReadSetUploadPartsCommand.ts b/clients/client-omics/src/commands/ListReadSetUploadPartsCommand.ts index 2f82227d46e17..d99ec47014a9b 100644 --- a/clients/client-omics/src/commands/ListReadSetUploadPartsCommand.ts +++ b/clients/client-omics/src/commands/ListReadSetUploadPartsCommand.ts @@ -17,6 +17,10 @@ import { ListReadSetUploadPartsRequest, ListReadSetUploadPartsResponse } from ". import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_ListReadSetUploadPartsCommand, se_ListReadSetUploadPartsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/ListReadSetsCommand.ts b/clients/client-omics/src/commands/ListReadSetsCommand.ts index a75877761b6a2..6f87314fc7163 100644 --- a/clients/client-omics/src/commands/ListReadSetsCommand.ts +++ b/clients/client-omics/src/commands/ListReadSetsCommand.ts @@ -17,6 +17,10 @@ import { ListReadSetsRequest, ListReadSetsResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_ListReadSetsCommand, se_ListReadSetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/ListReferenceImportJobsCommand.ts b/clients/client-omics/src/commands/ListReferenceImportJobsCommand.ts index 077c8713b2aab..ef32823322edd 100644 --- a/clients/client-omics/src/commands/ListReferenceImportJobsCommand.ts +++ b/clients/client-omics/src/commands/ListReferenceImportJobsCommand.ts @@ -17,6 +17,10 @@ import { ListReferenceImportJobsRequest, ListReferenceImportJobsResponse } from import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_ListReferenceImportJobsCommand, se_ListReferenceImportJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/ListReferenceStoresCommand.ts b/clients/client-omics/src/commands/ListReferenceStoresCommand.ts index 6555a5e877fa6..ba3bc54c73b25 100644 --- a/clients/client-omics/src/commands/ListReferenceStoresCommand.ts +++ b/clients/client-omics/src/commands/ListReferenceStoresCommand.ts @@ -17,6 +17,10 @@ import { ListReferenceStoresRequest, ListReferenceStoresResponse } from "../mode import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_ListReferenceStoresCommand, se_ListReferenceStoresCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/ListReferencesCommand.ts b/clients/client-omics/src/commands/ListReferencesCommand.ts index 04a2ec528225b..1d378f4016523 100644 --- a/clients/client-omics/src/commands/ListReferencesCommand.ts +++ b/clients/client-omics/src/commands/ListReferencesCommand.ts @@ -17,6 +17,10 @@ import { ListReferencesRequest, ListReferencesResponse } from "../models/models_ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_ListReferencesCommand, se_ListReferencesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/ListRunGroupsCommand.ts b/clients/client-omics/src/commands/ListRunGroupsCommand.ts index ffba4bb6a4d7c..5a964dee8f809 100644 --- a/clients/client-omics/src/commands/ListRunGroupsCommand.ts +++ b/clients/client-omics/src/commands/ListRunGroupsCommand.ts @@ -17,6 +17,10 @@ import { ListRunGroupsRequest, ListRunGroupsResponse } from "../models/models_0" import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_ListRunGroupsCommand, se_ListRunGroupsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/ListRunTasksCommand.ts b/clients/client-omics/src/commands/ListRunTasksCommand.ts index 549ace70207be..68cfbf8c21a09 100644 --- a/clients/client-omics/src/commands/ListRunTasksCommand.ts +++ b/clients/client-omics/src/commands/ListRunTasksCommand.ts @@ -17,6 +17,10 @@ import { ListRunTasksRequest, ListRunTasksResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_ListRunTasksCommand, se_ListRunTasksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/ListRunsCommand.ts b/clients/client-omics/src/commands/ListRunsCommand.ts index a8d54d509f653..b9cc170a00d3c 100644 --- a/clients/client-omics/src/commands/ListRunsCommand.ts +++ b/clients/client-omics/src/commands/ListRunsCommand.ts @@ -17,6 +17,10 @@ import { ListRunsRequest, ListRunsResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_ListRunsCommand, se_ListRunsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/ListSequenceStoresCommand.ts b/clients/client-omics/src/commands/ListSequenceStoresCommand.ts index 004653954edd0..6071ca5f7cb52 100644 --- a/clients/client-omics/src/commands/ListSequenceStoresCommand.ts +++ b/clients/client-omics/src/commands/ListSequenceStoresCommand.ts @@ -17,6 +17,10 @@ import { ListSequenceStoresRequest, ListSequenceStoresResponse } from "../models import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_ListSequenceStoresCommand, se_ListSequenceStoresCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/ListTagsForResourceCommand.ts b/clients/client-omics/src/commands/ListTagsForResourceCommand.ts index 40a8cedd5a98b..d301224ec9c2a 100644 --- a/clients/client-omics/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-omics/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/ListVariantImportJobsCommand.ts b/clients/client-omics/src/commands/ListVariantImportJobsCommand.ts index 98c4cfc4708eb..c37cbf55f8212 100644 --- a/clients/client-omics/src/commands/ListVariantImportJobsCommand.ts +++ b/clients/client-omics/src/commands/ListVariantImportJobsCommand.ts @@ -17,6 +17,10 @@ import { ListVariantImportJobsRequest, ListVariantImportJobsResponse } from "../ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_ListVariantImportJobsCommand, se_ListVariantImportJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/ListVariantStoresCommand.ts b/clients/client-omics/src/commands/ListVariantStoresCommand.ts index 809619c23644d..8243559274352 100644 --- a/clients/client-omics/src/commands/ListVariantStoresCommand.ts +++ b/clients/client-omics/src/commands/ListVariantStoresCommand.ts @@ -17,6 +17,10 @@ import { ListVariantStoresRequest, ListVariantStoresResponse } from "../models/m import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_ListVariantStoresCommand, se_ListVariantStoresCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/ListWorkflowsCommand.ts b/clients/client-omics/src/commands/ListWorkflowsCommand.ts index b342cf25c275f..38ebd0172d854 100644 --- a/clients/client-omics/src/commands/ListWorkflowsCommand.ts +++ b/clients/client-omics/src/commands/ListWorkflowsCommand.ts @@ -17,6 +17,10 @@ import { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_0" import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_ListWorkflowsCommand, se_ListWorkflowsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/StartAnnotationImportJobCommand.ts b/clients/client-omics/src/commands/StartAnnotationImportJobCommand.ts index 88066c5b783f2..e80f8c288ea2e 100644 --- a/clients/client-omics/src/commands/StartAnnotationImportJobCommand.ts +++ b/clients/client-omics/src/commands/StartAnnotationImportJobCommand.ts @@ -17,6 +17,10 @@ import { StartAnnotationImportRequest, StartAnnotationImportResponse } from "../ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_StartAnnotationImportJobCommand, se_StartAnnotationImportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/StartReadSetActivationJobCommand.ts b/clients/client-omics/src/commands/StartReadSetActivationJobCommand.ts index 54131991b9642..6590cdbf5a3e6 100644 --- a/clients/client-omics/src/commands/StartReadSetActivationJobCommand.ts +++ b/clients/client-omics/src/commands/StartReadSetActivationJobCommand.ts @@ -17,6 +17,10 @@ import { StartReadSetActivationJobRequest, StartReadSetActivationJobResponse } f import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_StartReadSetActivationJobCommand, se_StartReadSetActivationJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/StartReadSetExportJobCommand.ts b/clients/client-omics/src/commands/StartReadSetExportJobCommand.ts index 1726540135719..931661119fba2 100644 --- a/clients/client-omics/src/commands/StartReadSetExportJobCommand.ts +++ b/clients/client-omics/src/commands/StartReadSetExportJobCommand.ts @@ -17,6 +17,10 @@ import { StartReadSetExportJobRequest, StartReadSetExportJobResponse } from "../ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_StartReadSetExportJobCommand, se_StartReadSetExportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/StartReadSetImportJobCommand.ts b/clients/client-omics/src/commands/StartReadSetImportJobCommand.ts index 594f179903f8d..365b1a9b48767 100644 --- a/clients/client-omics/src/commands/StartReadSetImportJobCommand.ts +++ b/clients/client-omics/src/commands/StartReadSetImportJobCommand.ts @@ -17,6 +17,10 @@ import { StartReadSetImportJobRequest, StartReadSetImportJobResponse } from "../ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_StartReadSetImportJobCommand, se_StartReadSetImportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/StartReferenceImportJobCommand.ts b/clients/client-omics/src/commands/StartReferenceImportJobCommand.ts index f5eb9a693bfc2..6dab944be361f 100644 --- a/clients/client-omics/src/commands/StartReferenceImportJobCommand.ts +++ b/clients/client-omics/src/commands/StartReferenceImportJobCommand.ts @@ -17,6 +17,10 @@ import { StartReferenceImportJobRequest, StartReferenceImportJobResponse } from import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_StartReferenceImportJobCommand, se_StartReferenceImportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/StartRunCommand.ts b/clients/client-omics/src/commands/StartRunCommand.ts index 8e9e6d6a64556..1ffe00d430d26 100644 --- a/clients/client-omics/src/commands/StartRunCommand.ts +++ b/clients/client-omics/src/commands/StartRunCommand.ts @@ -17,6 +17,10 @@ import { StartRunRequest, StartRunResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_StartRunCommand, se_StartRunCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/StartVariantImportJobCommand.ts b/clients/client-omics/src/commands/StartVariantImportJobCommand.ts index bf676bf30d30c..44c091b88206d 100644 --- a/clients/client-omics/src/commands/StartVariantImportJobCommand.ts +++ b/clients/client-omics/src/commands/StartVariantImportJobCommand.ts @@ -17,6 +17,10 @@ import { StartVariantImportRequest, StartVariantImportResponse } from "../models import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_StartVariantImportJobCommand, se_StartVariantImportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/TagResourceCommand.ts b/clients/client-omics/src/commands/TagResourceCommand.ts index dd01cac2a6eb3..00f585d322dd9 100644 --- a/clients/client-omics/src/commands/TagResourceCommand.ts +++ b/clients/client-omics/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/UntagResourceCommand.ts b/clients/client-omics/src/commands/UntagResourceCommand.ts index 1d59e0c9db6cb..5e812a163bb44 100644 --- a/clients/client-omics/src/commands/UntagResourceCommand.ts +++ b/clients/client-omics/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/UpdateAnnotationStoreCommand.ts b/clients/client-omics/src/commands/UpdateAnnotationStoreCommand.ts index 7b5626cf74259..864f08aac2d61 100644 --- a/clients/client-omics/src/commands/UpdateAnnotationStoreCommand.ts +++ b/clients/client-omics/src/commands/UpdateAnnotationStoreCommand.ts @@ -17,6 +17,10 @@ import { UpdateAnnotationStoreRequest, UpdateAnnotationStoreResponse } from "../ import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_UpdateAnnotationStoreCommand, se_UpdateAnnotationStoreCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/UpdateRunGroupCommand.ts b/clients/client-omics/src/commands/UpdateRunGroupCommand.ts index a91777cb2b4ec..c2c889ecbc4fe 100644 --- a/clients/client-omics/src/commands/UpdateRunGroupCommand.ts +++ b/clients/client-omics/src/commands/UpdateRunGroupCommand.ts @@ -17,6 +17,10 @@ import { UpdateRunGroupRequest } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_UpdateRunGroupCommand, se_UpdateRunGroupCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/UpdateVariantStoreCommand.ts b/clients/client-omics/src/commands/UpdateVariantStoreCommand.ts index e2f5d635a43ef..a3aedc7c44f46 100644 --- a/clients/client-omics/src/commands/UpdateVariantStoreCommand.ts +++ b/clients/client-omics/src/commands/UpdateVariantStoreCommand.ts @@ -17,6 +17,10 @@ import { UpdateVariantStoreRequest, UpdateVariantStoreResponse } from "../models import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_UpdateVariantStoreCommand, se_UpdateVariantStoreCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/UpdateWorkflowCommand.ts b/clients/client-omics/src/commands/UpdateWorkflowCommand.ts index a259838fe5d82..0a8d0e8a6a721 100644 --- a/clients/client-omics/src/commands/UpdateWorkflowCommand.ts +++ b/clients/client-omics/src/commands/UpdateWorkflowCommand.ts @@ -17,6 +17,10 @@ import { UpdateWorkflowRequest } from "../models/models_0"; import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_UpdateWorkflowCommand, se_UpdateWorkflowCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/commands/UploadReadSetPartCommand.ts b/clients/client-omics/src/commands/UploadReadSetPartCommand.ts index bc68cb6c48553..8d044b3b63451 100644 --- a/clients/client-omics/src/commands/UploadReadSetPartCommand.ts +++ b/clients/client-omics/src/commands/UploadReadSetPartCommand.ts @@ -21,6 +21,10 @@ import { import { OmicsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OmicsClient"; import { de_UploadReadSetPartCommand, se_UploadReadSetPartCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-omics/src/index.ts b/clients/client-omics/src/index.ts index c739a317cbf7d..ea0e14640d571 100644 --- a/clients/client-omics/src/index.ts +++ b/clients/client-omics/src/index.ts @@ -1,9 +1,16 @@ -export * from "./Omics"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

This is the Amazon Omics API Reference. For an introduction to the service, see What is Amazon Omics? in the + * Amazon Omics User Guide.

+ * + * @packageDocumentation + */ export * from "./OmicsClient"; +export * from "./Omics"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { OmicsServiceException } from "./models/OmicsServiceException"; diff --git a/clients/client-omics/src/models/OmicsServiceException.ts b/clients/client-omics/src/models/OmicsServiceException.ts index 454e17b422c23..17144bd4f2f90 100644 --- a/clients/client-omics/src/models/OmicsServiceException.ts +++ b/clients/client-omics/src/models/OmicsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-opensearch/src/OpenSearchClient.ts b/clients/client-opensearch/src/OpenSearchClient.ts index edb67df4618ee..4600982995c73 100644 --- a/clients/client-opensearch/src/OpenSearchClient.ts +++ b/clients/client-opensearch/src/OpenSearchClient.ts @@ -206,6 +206,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -451,7 +453,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type OpenSearchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type OpenSearchClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -470,7 +472,7 @@ export interface OpenSearchClientConfig extends OpenSearchClientConfigType {} /** * @public */ -type OpenSearchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type OpenSearchClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-opensearch/src/commands/AcceptInboundConnectionCommand.ts b/clients/client-opensearch/src/commands/AcceptInboundConnectionCommand.ts index d87a57d90aa54..5fa503d230b28 100644 --- a/clients/client-opensearch/src/commands/AcceptInboundConnectionCommand.ts +++ b/clients/client-opensearch/src/commands/AcceptInboundConnectionCommand.ts @@ -17,6 +17,10 @@ import { AcceptInboundConnectionRequest, AcceptInboundConnectionResponse } from import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_AcceptInboundConnectionCommand, se_AcceptInboundConnectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/AddTagsCommand.ts b/clients/client-opensearch/src/commands/AddTagsCommand.ts index 23dbd57e8968f..68f540e19a1d4 100644 --- a/clients/client-opensearch/src/commands/AddTagsCommand.ts +++ b/clients/client-opensearch/src/commands/AddTagsCommand.ts @@ -17,6 +17,10 @@ import { AddTagsRequest } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_AddTagsCommand, se_AddTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/AssociatePackageCommand.ts b/clients/client-opensearch/src/commands/AssociatePackageCommand.ts index 22aa12dc5b02b..6fead8391a5ee 100644 --- a/clients/client-opensearch/src/commands/AssociatePackageCommand.ts +++ b/clients/client-opensearch/src/commands/AssociatePackageCommand.ts @@ -17,6 +17,10 @@ import { AssociatePackageRequest, AssociatePackageResponse } from "../models/mod import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_AssociatePackageCommand, se_AssociatePackageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/AuthorizeVpcEndpointAccessCommand.ts b/clients/client-opensearch/src/commands/AuthorizeVpcEndpointAccessCommand.ts index 508dc5a6f9d8c..9d4de82411c89 100644 --- a/clients/client-opensearch/src/commands/AuthorizeVpcEndpointAccessCommand.ts +++ b/clients/client-opensearch/src/commands/AuthorizeVpcEndpointAccessCommand.ts @@ -17,6 +17,10 @@ import { AuthorizeVpcEndpointAccessRequest, AuthorizeVpcEndpointAccessResponse } import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_AuthorizeVpcEndpointAccessCommand, se_AuthorizeVpcEndpointAccessCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/CancelServiceSoftwareUpdateCommand.ts b/clients/client-opensearch/src/commands/CancelServiceSoftwareUpdateCommand.ts index 2f957cf872a98..4628bde4790d3 100644 --- a/clients/client-opensearch/src/commands/CancelServiceSoftwareUpdateCommand.ts +++ b/clients/client-opensearch/src/commands/CancelServiceSoftwareUpdateCommand.ts @@ -20,6 +20,10 @@ import { se_CancelServiceSoftwareUpdateCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/CreateDomainCommand.ts b/clients/client-opensearch/src/commands/CreateDomainCommand.ts index fc59ebad67f2f..6121f4c22a421 100644 --- a/clients/client-opensearch/src/commands/CreateDomainCommand.ts +++ b/clients/client-opensearch/src/commands/CreateDomainCommand.ts @@ -17,6 +17,10 @@ import { CreateDomainRequest, CreateDomainRequestFilterSensitiveLog, CreateDomai import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_CreateDomainCommand, se_CreateDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/CreateOutboundConnectionCommand.ts b/clients/client-opensearch/src/commands/CreateOutboundConnectionCommand.ts index ab3201cf7b94b..9659bf81018b1 100644 --- a/clients/client-opensearch/src/commands/CreateOutboundConnectionCommand.ts +++ b/clients/client-opensearch/src/commands/CreateOutboundConnectionCommand.ts @@ -17,6 +17,10 @@ import { CreateOutboundConnectionRequest, CreateOutboundConnectionResponse } fro import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_CreateOutboundConnectionCommand, se_CreateOutboundConnectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/CreatePackageCommand.ts b/clients/client-opensearch/src/commands/CreatePackageCommand.ts index 751c2d1923f6d..cf1b30ed4f6de 100644 --- a/clients/client-opensearch/src/commands/CreatePackageCommand.ts +++ b/clients/client-opensearch/src/commands/CreatePackageCommand.ts @@ -17,6 +17,10 @@ import { CreatePackageRequest, CreatePackageResponse } from "../models/models_0" import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_CreatePackageCommand, se_CreatePackageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/CreateVpcEndpointCommand.ts b/clients/client-opensearch/src/commands/CreateVpcEndpointCommand.ts index fefccc5fa6626..2eb65f6a30d41 100644 --- a/clients/client-opensearch/src/commands/CreateVpcEndpointCommand.ts +++ b/clients/client-opensearch/src/commands/CreateVpcEndpointCommand.ts @@ -17,6 +17,10 @@ import { CreateVpcEndpointRequest, CreateVpcEndpointResponse } from "../models/m import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_CreateVpcEndpointCommand, se_CreateVpcEndpointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/DeleteDomainCommand.ts b/clients/client-opensearch/src/commands/DeleteDomainCommand.ts index 62f020e55fd66..a93db186f927d 100644 --- a/clients/client-opensearch/src/commands/DeleteDomainCommand.ts +++ b/clients/client-opensearch/src/commands/DeleteDomainCommand.ts @@ -17,6 +17,10 @@ import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_DeleteDomainCommand, se_DeleteDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/DeleteInboundConnectionCommand.ts b/clients/client-opensearch/src/commands/DeleteInboundConnectionCommand.ts index b9862d6ba1f00..34f3c02fdc690 100644 --- a/clients/client-opensearch/src/commands/DeleteInboundConnectionCommand.ts +++ b/clients/client-opensearch/src/commands/DeleteInboundConnectionCommand.ts @@ -17,6 +17,10 @@ import { DeleteInboundConnectionRequest, DeleteInboundConnectionResponse } from import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_DeleteInboundConnectionCommand, se_DeleteInboundConnectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/DeleteOutboundConnectionCommand.ts b/clients/client-opensearch/src/commands/DeleteOutboundConnectionCommand.ts index b9678942ab4d2..fb9678623d690 100644 --- a/clients/client-opensearch/src/commands/DeleteOutboundConnectionCommand.ts +++ b/clients/client-opensearch/src/commands/DeleteOutboundConnectionCommand.ts @@ -17,6 +17,10 @@ import { DeleteOutboundConnectionRequest, DeleteOutboundConnectionResponse } fro import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_DeleteOutboundConnectionCommand, se_DeleteOutboundConnectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/DeletePackageCommand.ts b/clients/client-opensearch/src/commands/DeletePackageCommand.ts index aa5b0a8f713c2..c596546b195f3 100644 --- a/clients/client-opensearch/src/commands/DeletePackageCommand.ts +++ b/clients/client-opensearch/src/commands/DeletePackageCommand.ts @@ -17,6 +17,10 @@ import { DeletePackageRequest, DeletePackageResponse } from "../models/models_0" import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_DeletePackageCommand, se_DeletePackageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/DeleteVpcEndpointCommand.ts b/clients/client-opensearch/src/commands/DeleteVpcEndpointCommand.ts index cff5bef83255f..73634be82440e 100644 --- a/clients/client-opensearch/src/commands/DeleteVpcEndpointCommand.ts +++ b/clients/client-opensearch/src/commands/DeleteVpcEndpointCommand.ts @@ -17,6 +17,10 @@ import { DeleteVpcEndpointRequest, DeleteVpcEndpointResponse } from "../models/m import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_DeleteVpcEndpointCommand, se_DeleteVpcEndpointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/DescribeDomainAutoTunesCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainAutoTunesCommand.ts index ea8c7ede48404..77766f83537f2 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainAutoTunesCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainAutoTunesCommand.ts @@ -17,6 +17,10 @@ import { DescribeDomainAutoTunesRequest, DescribeDomainAutoTunesResponse } from import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_DescribeDomainAutoTunesCommand, se_DescribeDomainAutoTunesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/DescribeDomainChangeProgressCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainChangeProgressCommand.ts index 339327e0f5f5f..f0d14908abfc8 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainChangeProgressCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainChangeProgressCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeDomainChangeProgressCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/DescribeDomainCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainCommand.ts index 5d991423b508a..2ea7b2ba9bca9 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainCommand.ts @@ -17,6 +17,10 @@ import { DescribeDomainRequest, DescribeDomainResponse } from "../models/models_ import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_DescribeDomainCommand, se_DescribeDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/DescribeDomainConfigCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainConfigCommand.ts index 9929215c0682c..a0880cb5e3e5e 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainConfigCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainConfigCommand.ts @@ -17,6 +17,10 @@ import { DescribeDomainConfigRequest, DescribeDomainConfigResponse } from "../mo import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_DescribeDomainConfigCommand, se_DescribeDomainConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/DescribeDomainHealthCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainHealthCommand.ts index 457851ed8fcdb..bb2edf95262f0 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainHealthCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainHealthCommand.ts @@ -17,6 +17,10 @@ import { DescribeDomainHealthRequest, DescribeDomainHealthResponse } from "../mo import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_DescribeDomainHealthCommand, se_DescribeDomainHealthCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/DescribeDomainNodesCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainNodesCommand.ts index de1a16fc5e490..f02a4ffc39c6e 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainNodesCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainNodesCommand.ts @@ -17,6 +17,10 @@ import { DescribeDomainNodesRequest, DescribeDomainNodesResponse } from "../mode import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_DescribeDomainNodesCommand, se_DescribeDomainNodesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/DescribeDomainsCommand.ts b/clients/client-opensearch/src/commands/DescribeDomainsCommand.ts index 5688597d4b7b8..1e9282af26238 100644 --- a/clients/client-opensearch/src/commands/DescribeDomainsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDomainsCommand.ts @@ -17,6 +17,10 @@ import { DescribeDomainsRequest, DescribeDomainsResponse } from "../models/model import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_DescribeDomainsCommand, se_DescribeDomainsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/DescribeDryRunProgressCommand.ts b/clients/client-opensearch/src/commands/DescribeDryRunProgressCommand.ts index 0e196eff9572f..9a0b3b646546b 100644 --- a/clients/client-opensearch/src/commands/DescribeDryRunProgressCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeDryRunProgressCommand.ts @@ -17,6 +17,10 @@ import { DescribeDryRunProgressRequest, DescribeDryRunProgressResponse } from ". import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_DescribeDryRunProgressCommand, se_DescribeDryRunProgressCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/DescribeInboundConnectionsCommand.ts b/clients/client-opensearch/src/commands/DescribeInboundConnectionsCommand.ts index 73bf645d29549..1ab2a5626b9cf 100644 --- a/clients/client-opensearch/src/commands/DescribeInboundConnectionsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeInboundConnectionsCommand.ts @@ -17,6 +17,10 @@ import { DescribeInboundConnectionsRequest, DescribeInboundConnectionsResponse } import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_DescribeInboundConnectionsCommand, se_DescribeInboundConnectionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/DescribeInstanceTypeLimitsCommand.ts b/clients/client-opensearch/src/commands/DescribeInstanceTypeLimitsCommand.ts index 75d1f2badd1db..058003aae500c 100644 --- a/clients/client-opensearch/src/commands/DescribeInstanceTypeLimitsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeInstanceTypeLimitsCommand.ts @@ -17,6 +17,10 @@ import { DescribeInstanceTypeLimitsRequest, DescribeInstanceTypeLimitsResponse } import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_DescribeInstanceTypeLimitsCommand, se_DescribeInstanceTypeLimitsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/DescribeOutboundConnectionsCommand.ts b/clients/client-opensearch/src/commands/DescribeOutboundConnectionsCommand.ts index 80ddbe2d47f95..18fafba5e31ff 100644 --- a/clients/client-opensearch/src/commands/DescribeOutboundConnectionsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeOutboundConnectionsCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeOutboundConnectionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/DescribePackagesCommand.ts b/clients/client-opensearch/src/commands/DescribePackagesCommand.ts index b8d6d7f5d56ee..d11881cafb099 100644 --- a/clients/client-opensearch/src/commands/DescribePackagesCommand.ts +++ b/clients/client-opensearch/src/commands/DescribePackagesCommand.ts @@ -17,6 +17,10 @@ import { DescribePackagesRequest, DescribePackagesResponse } from "../models/mod import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_DescribePackagesCommand, se_DescribePackagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/DescribeReservedInstanceOfferingsCommand.ts b/clients/client-opensearch/src/commands/DescribeReservedInstanceOfferingsCommand.ts index 7b25ab47536d6..1d2688e9ebb95 100644 --- a/clients/client-opensearch/src/commands/DescribeReservedInstanceOfferingsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeReservedInstanceOfferingsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeReservedInstanceOfferingsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/DescribeReservedInstancesCommand.ts b/clients/client-opensearch/src/commands/DescribeReservedInstancesCommand.ts index 4d656b818f816..be8bccb8ae83d 100644 --- a/clients/client-opensearch/src/commands/DescribeReservedInstancesCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeReservedInstancesCommand.ts @@ -17,6 +17,10 @@ import { DescribeReservedInstancesRequest, DescribeReservedInstancesResponse } f import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_DescribeReservedInstancesCommand, se_DescribeReservedInstancesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/DescribeVpcEndpointsCommand.ts b/clients/client-opensearch/src/commands/DescribeVpcEndpointsCommand.ts index 31842131ab6ef..cb9d7a7970947 100644 --- a/clients/client-opensearch/src/commands/DescribeVpcEndpointsCommand.ts +++ b/clients/client-opensearch/src/commands/DescribeVpcEndpointsCommand.ts @@ -17,6 +17,10 @@ import { DescribeVpcEndpointsRequest, DescribeVpcEndpointsResponse } from "../mo import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_DescribeVpcEndpointsCommand, se_DescribeVpcEndpointsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/DissociatePackageCommand.ts b/clients/client-opensearch/src/commands/DissociatePackageCommand.ts index 7135220629f33..e17f264a97b29 100644 --- a/clients/client-opensearch/src/commands/DissociatePackageCommand.ts +++ b/clients/client-opensearch/src/commands/DissociatePackageCommand.ts @@ -17,6 +17,10 @@ import { DissociatePackageRequest, DissociatePackageResponse } from "../models/m import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_DissociatePackageCommand, se_DissociatePackageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/GetCompatibleVersionsCommand.ts b/clients/client-opensearch/src/commands/GetCompatibleVersionsCommand.ts index edb3f5f5b5cc5..aedc56373c9df 100644 --- a/clients/client-opensearch/src/commands/GetCompatibleVersionsCommand.ts +++ b/clients/client-opensearch/src/commands/GetCompatibleVersionsCommand.ts @@ -17,6 +17,10 @@ import { GetCompatibleVersionsRequest, GetCompatibleVersionsResponse } from "../ import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_GetCompatibleVersionsCommand, se_GetCompatibleVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/GetPackageVersionHistoryCommand.ts b/clients/client-opensearch/src/commands/GetPackageVersionHistoryCommand.ts index 7cc492352e4ba..f831778461bd9 100644 --- a/clients/client-opensearch/src/commands/GetPackageVersionHistoryCommand.ts +++ b/clients/client-opensearch/src/commands/GetPackageVersionHistoryCommand.ts @@ -17,6 +17,10 @@ import { GetPackageVersionHistoryRequest, GetPackageVersionHistoryResponse } fro import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_GetPackageVersionHistoryCommand, se_GetPackageVersionHistoryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/GetUpgradeHistoryCommand.ts b/clients/client-opensearch/src/commands/GetUpgradeHistoryCommand.ts index b23afc26fc7d5..8540a7a0a67c2 100644 --- a/clients/client-opensearch/src/commands/GetUpgradeHistoryCommand.ts +++ b/clients/client-opensearch/src/commands/GetUpgradeHistoryCommand.ts @@ -17,6 +17,10 @@ import { GetUpgradeHistoryRequest, GetUpgradeHistoryResponse } from "../models/m import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_GetUpgradeHistoryCommand, se_GetUpgradeHistoryCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/GetUpgradeStatusCommand.ts b/clients/client-opensearch/src/commands/GetUpgradeStatusCommand.ts index b8aba2b9d945f..032c4d7b5822c 100644 --- a/clients/client-opensearch/src/commands/GetUpgradeStatusCommand.ts +++ b/clients/client-opensearch/src/commands/GetUpgradeStatusCommand.ts @@ -17,6 +17,10 @@ import { GetUpgradeStatusRequest, GetUpgradeStatusResponse } from "../models/mod import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_GetUpgradeStatusCommand, se_GetUpgradeStatusCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/ListDomainNamesCommand.ts b/clients/client-opensearch/src/commands/ListDomainNamesCommand.ts index 2c9de17218182..2c295e4700882 100644 --- a/clients/client-opensearch/src/commands/ListDomainNamesCommand.ts +++ b/clients/client-opensearch/src/commands/ListDomainNamesCommand.ts @@ -17,6 +17,10 @@ import { ListDomainNamesRequest, ListDomainNamesResponse } from "../models/model import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_ListDomainNamesCommand, se_ListDomainNamesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/ListDomainsForPackageCommand.ts b/clients/client-opensearch/src/commands/ListDomainsForPackageCommand.ts index edbede6b9f5d2..95b99d59c219c 100644 --- a/clients/client-opensearch/src/commands/ListDomainsForPackageCommand.ts +++ b/clients/client-opensearch/src/commands/ListDomainsForPackageCommand.ts @@ -17,6 +17,10 @@ import { ListDomainsForPackageRequest, ListDomainsForPackageResponse } from "../ import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_ListDomainsForPackageCommand, se_ListDomainsForPackageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/ListInstanceTypeDetailsCommand.ts b/clients/client-opensearch/src/commands/ListInstanceTypeDetailsCommand.ts index 31599edfe9fef..3e5ce32e5b1f0 100644 --- a/clients/client-opensearch/src/commands/ListInstanceTypeDetailsCommand.ts +++ b/clients/client-opensearch/src/commands/ListInstanceTypeDetailsCommand.ts @@ -17,6 +17,10 @@ import { ListInstanceTypeDetailsRequest, ListInstanceTypeDetailsResponse } from import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_ListInstanceTypeDetailsCommand, se_ListInstanceTypeDetailsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/ListPackagesForDomainCommand.ts b/clients/client-opensearch/src/commands/ListPackagesForDomainCommand.ts index c183b795634db..909a2795def22 100644 --- a/clients/client-opensearch/src/commands/ListPackagesForDomainCommand.ts +++ b/clients/client-opensearch/src/commands/ListPackagesForDomainCommand.ts @@ -17,6 +17,10 @@ import { ListPackagesForDomainRequest, ListPackagesForDomainResponse } from "../ import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_ListPackagesForDomainCommand, se_ListPackagesForDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/ListScheduledActionsCommand.ts b/clients/client-opensearch/src/commands/ListScheduledActionsCommand.ts index f77a8e37e3954..bb236093c07d4 100644 --- a/clients/client-opensearch/src/commands/ListScheduledActionsCommand.ts +++ b/clients/client-opensearch/src/commands/ListScheduledActionsCommand.ts @@ -17,6 +17,10 @@ import { ListScheduledActionsRequest, ListScheduledActionsResponse } from "../mo import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_ListScheduledActionsCommand, se_ListScheduledActionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/ListTagsCommand.ts b/clients/client-opensearch/src/commands/ListTagsCommand.ts index 069d4834c24cf..c33567c82c9fb 100644 --- a/clients/client-opensearch/src/commands/ListTagsCommand.ts +++ b/clients/client-opensearch/src/commands/ListTagsCommand.ts @@ -17,6 +17,10 @@ import { ListTagsRequest, ListTagsResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/ListVersionsCommand.ts b/clients/client-opensearch/src/commands/ListVersionsCommand.ts index 2789dc7a5f6cd..757ac29358ccb 100644 --- a/clients/client-opensearch/src/commands/ListVersionsCommand.ts +++ b/clients/client-opensearch/src/commands/ListVersionsCommand.ts @@ -17,6 +17,10 @@ import { ListVersionsRequest, ListVersionsResponse } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_ListVersionsCommand, se_ListVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/ListVpcEndpointAccessCommand.ts b/clients/client-opensearch/src/commands/ListVpcEndpointAccessCommand.ts index e95486d2dbea1..f77abe0a50da5 100644 --- a/clients/client-opensearch/src/commands/ListVpcEndpointAccessCommand.ts +++ b/clients/client-opensearch/src/commands/ListVpcEndpointAccessCommand.ts @@ -17,6 +17,10 @@ import { ListVpcEndpointAccessRequest, ListVpcEndpointAccessResponse } from "../ import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_ListVpcEndpointAccessCommand, se_ListVpcEndpointAccessCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/ListVpcEndpointsCommand.ts b/clients/client-opensearch/src/commands/ListVpcEndpointsCommand.ts index ede939e9a1b4e..0f4e841d2233d 100644 --- a/clients/client-opensearch/src/commands/ListVpcEndpointsCommand.ts +++ b/clients/client-opensearch/src/commands/ListVpcEndpointsCommand.ts @@ -17,6 +17,10 @@ import { ListVpcEndpointsRequest, ListVpcEndpointsResponse } from "../models/mod import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_ListVpcEndpointsCommand, se_ListVpcEndpointsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/ListVpcEndpointsForDomainCommand.ts b/clients/client-opensearch/src/commands/ListVpcEndpointsForDomainCommand.ts index 4d8bf5f085b57..ce05b3c92bb1d 100644 --- a/clients/client-opensearch/src/commands/ListVpcEndpointsForDomainCommand.ts +++ b/clients/client-opensearch/src/commands/ListVpcEndpointsForDomainCommand.ts @@ -17,6 +17,10 @@ import { ListVpcEndpointsForDomainRequest, ListVpcEndpointsForDomainResponse } f import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_ListVpcEndpointsForDomainCommand, se_ListVpcEndpointsForDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/PurchaseReservedInstanceOfferingCommand.ts b/clients/client-opensearch/src/commands/PurchaseReservedInstanceOfferingCommand.ts index 2ff25bdee70fe..ecf90388b3af2 100644 --- a/clients/client-opensearch/src/commands/PurchaseReservedInstanceOfferingCommand.ts +++ b/clients/client-opensearch/src/commands/PurchaseReservedInstanceOfferingCommand.ts @@ -20,6 +20,10 @@ import { se_PurchaseReservedInstanceOfferingCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/RejectInboundConnectionCommand.ts b/clients/client-opensearch/src/commands/RejectInboundConnectionCommand.ts index 64b6732b66fe2..4fd1227a21cae 100644 --- a/clients/client-opensearch/src/commands/RejectInboundConnectionCommand.ts +++ b/clients/client-opensearch/src/commands/RejectInboundConnectionCommand.ts @@ -17,6 +17,10 @@ import { RejectInboundConnectionRequest, RejectInboundConnectionResponse } from import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_RejectInboundConnectionCommand, se_RejectInboundConnectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/RemoveTagsCommand.ts b/clients/client-opensearch/src/commands/RemoveTagsCommand.ts index 434b8e5e4f87e..ad55b1b59917d 100644 --- a/clients/client-opensearch/src/commands/RemoveTagsCommand.ts +++ b/clients/client-opensearch/src/commands/RemoveTagsCommand.ts @@ -17,6 +17,10 @@ import { RemoveTagsRequest } from "../models/models_0"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_RemoveTagsCommand, se_RemoveTagsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/RevokeVpcEndpointAccessCommand.ts b/clients/client-opensearch/src/commands/RevokeVpcEndpointAccessCommand.ts index d591a5d64cc73..363d74d9ca728 100644 --- a/clients/client-opensearch/src/commands/RevokeVpcEndpointAccessCommand.ts +++ b/clients/client-opensearch/src/commands/RevokeVpcEndpointAccessCommand.ts @@ -17,6 +17,10 @@ import { RevokeVpcEndpointAccessRequest, RevokeVpcEndpointAccessResponse } from import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_RevokeVpcEndpointAccessCommand, se_RevokeVpcEndpointAccessCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/StartServiceSoftwareUpdateCommand.ts b/clients/client-opensearch/src/commands/StartServiceSoftwareUpdateCommand.ts index 1674a6244feb1..6442c24193fb3 100644 --- a/clients/client-opensearch/src/commands/StartServiceSoftwareUpdateCommand.ts +++ b/clients/client-opensearch/src/commands/StartServiceSoftwareUpdateCommand.ts @@ -17,6 +17,10 @@ import { StartServiceSoftwareUpdateRequest, StartServiceSoftwareUpdateResponse } import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_StartServiceSoftwareUpdateCommand, se_StartServiceSoftwareUpdateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/UpdateDomainConfigCommand.ts b/clients/client-opensearch/src/commands/UpdateDomainConfigCommand.ts index 0c62e9396de8a..7a5fb7e92810b 100644 --- a/clients/client-opensearch/src/commands/UpdateDomainConfigCommand.ts +++ b/clients/client-opensearch/src/commands/UpdateDomainConfigCommand.ts @@ -21,6 +21,10 @@ import { import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_UpdateDomainConfigCommand, se_UpdateDomainConfigCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/UpdatePackageCommand.ts b/clients/client-opensearch/src/commands/UpdatePackageCommand.ts index ce33b8880bb23..4bb67211d1c14 100644 --- a/clients/client-opensearch/src/commands/UpdatePackageCommand.ts +++ b/clients/client-opensearch/src/commands/UpdatePackageCommand.ts @@ -17,6 +17,10 @@ import { UpdatePackageRequest, UpdatePackageResponse } from "../models/models_0" import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_UpdatePackageCommand, se_UpdatePackageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/UpdateScheduledActionCommand.ts b/clients/client-opensearch/src/commands/UpdateScheduledActionCommand.ts index 493fe238fd552..162f009fa09da 100644 --- a/clients/client-opensearch/src/commands/UpdateScheduledActionCommand.ts +++ b/clients/client-opensearch/src/commands/UpdateScheduledActionCommand.ts @@ -17,6 +17,10 @@ import { UpdateScheduledActionRequest, UpdateScheduledActionResponse } from "../ import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_UpdateScheduledActionCommand, se_UpdateScheduledActionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/UpdateVpcEndpointCommand.ts b/clients/client-opensearch/src/commands/UpdateVpcEndpointCommand.ts index 326889407d0ea..ea3c758c931e4 100644 --- a/clients/client-opensearch/src/commands/UpdateVpcEndpointCommand.ts +++ b/clients/client-opensearch/src/commands/UpdateVpcEndpointCommand.ts @@ -17,6 +17,10 @@ import { UpdateVpcEndpointRequest, UpdateVpcEndpointResponse } from "../models/m import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_UpdateVpcEndpointCommand, se_UpdateVpcEndpointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/commands/UpgradeDomainCommand.ts b/clients/client-opensearch/src/commands/UpgradeDomainCommand.ts index 98895f407e133..d7147fba155f9 100644 --- a/clients/client-opensearch/src/commands/UpgradeDomainCommand.ts +++ b/clients/client-opensearch/src/commands/UpgradeDomainCommand.ts @@ -17,6 +17,10 @@ import { UpgradeDomainRequest, UpgradeDomainResponse } from "../models/models_0" import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpenSearchClient"; import { de_UpgradeDomainCommand, se_UpgradeDomainCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearch/src/index.ts b/clients/client-opensearch/src/index.ts index 9d4eff90858d5..8ee13f67847b2 100644 --- a/clients/client-opensearch/src/index.ts +++ b/clients/client-opensearch/src/index.ts @@ -1,8 +1,23 @@ -export * from "./OpenSearch"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Use the Amazon OpenSearch Service configuration API to create, configure, and manage + * OpenSearch Service domains.

+ *

For sample code that uses the configuration API, see the + * Amazon OpenSearch Service Developer Guide + * . The guide also + * contains sample code for + * sending signed HTTP requests to the OpenSearch APIs. The endpoint for configuration service + * requests is Region specific: es.region.amazonaws.com. For example, + * es.us-east-1.amazonaws.com. For a current list of supported Regions and endpoints, see Amazon Web Services + * service endpoints.

+ * + * @packageDocumentation + */ export * from "./OpenSearchClient"; +export * from "./OpenSearch"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { OpenSearchServiceException } from "./models/OpenSearchServiceException"; diff --git a/clients/client-opensearch/src/models/OpenSearchServiceException.ts b/clients/client-opensearch/src/models/OpenSearchServiceException.ts index 991c7e815c8bc..4b302c0af9e38 100644 --- a/clients/client-opensearch/src/models/OpenSearchServiceException.ts +++ b/clients/client-opensearch/src/models/OpenSearchServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-opensearchserverless/src/OpenSearchServerlessClient.ts b/clients/client-opensearchserverless/src/OpenSearchServerlessClient.ts index 8b0477580c4ec..eed183e30df51 100644 --- a/clients/client-opensearchserverless/src/OpenSearchServerlessClient.ts +++ b/clients/client-opensearchserverless/src/OpenSearchServerlessClient.ts @@ -123,6 +123,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -322,7 +324,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type OpenSearchServerlessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type OpenSearchServerlessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -341,7 +343,7 @@ export interface OpenSearchServerlessClientConfig extends OpenSearchServerlessCl /** * @public */ -type OpenSearchServerlessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type OpenSearchServerlessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-opensearchserverless/src/commands/BatchGetCollectionCommand.ts b/clients/client-opensearchserverless/src/commands/BatchGetCollectionCommand.ts index 1651999e40d31..be9df037a4350 100644 --- a/clients/client-opensearchserverless/src/commands/BatchGetCollectionCommand.ts +++ b/clients/client-opensearchserverless/src/commands/BatchGetCollectionCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_BatchGetCollectionCommand, se_BatchGetCollectionCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/BatchGetVpcEndpointCommand.ts b/clients/client-opensearchserverless/src/commands/BatchGetVpcEndpointCommand.ts index 953f11f42a311..9c4a595ff9ba6 100644 --- a/clients/client-opensearchserverless/src/commands/BatchGetVpcEndpointCommand.ts +++ b/clients/client-opensearchserverless/src/commands/BatchGetVpcEndpointCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_BatchGetVpcEndpointCommand, se_BatchGetVpcEndpointCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/CreateAccessPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/CreateAccessPolicyCommand.ts index 8f17dac5982ae..13489444be16f 100644 --- a/clients/client-opensearchserverless/src/commands/CreateAccessPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/CreateAccessPolicyCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_CreateAccessPolicyCommand, se_CreateAccessPolicyCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/CreateCollectionCommand.ts b/clients/client-opensearchserverless/src/commands/CreateCollectionCommand.ts index 5ad03d8356881..bb0b41fb653c7 100644 --- a/clients/client-opensearchserverless/src/commands/CreateCollectionCommand.ts +++ b/clients/client-opensearchserverless/src/commands/CreateCollectionCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_CreateCollectionCommand, se_CreateCollectionCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/CreateSecurityConfigCommand.ts b/clients/client-opensearchserverless/src/commands/CreateSecurityConfigCommand.ts index e35ef6e53f736..ffa87cf1407cc 100644 --- a/clients/client-opensearchserverless/src/commands/CreateSecurityConfigCommand.ts +++ b/clients/client-opensearchserverless/src/commands/CreateSecurityConfigCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_CreateSecurityConfigCommand, se_CreateSecurityConfigCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/CreateSecurityPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/CreateSecurityPolicyCommand.ts index 0e5ae77c7a286..42efb8f317639 100644 --- a/clients/client-opensearchserverless/src/commands/CreateSecurityPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/CreateSecurityPolicyCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_CreateSecurityPolicyCommand, se_CreateSecurityPolicyCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/CreateVpcEndpointCommand.ts b/clients/client-opensearchserverless/src/commands/CreateVpcEndpointCommand.ts index fc5e2627d5e73..67147a4154305 100644 --- a/clients/client-opensearchserverless/src/commands/CreateVpcEndpointCommand.ts +++ b/clients/client-opensearchserverless/src/commands/CreateVpcEndpointCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_CreateVpcEndpointCommand, se_CreateVpcEndpointCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/DeleteAccessPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/DeleteAccessPolicyCommand.ts index ee44128f36e14..64da693ddf2fc 100644 --- a/clients/client-opensearchserverless/src/commands/DeleteAccessPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/DeleteAccessPolicyCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_DeleteAccessPolicyCommand, se_DeleteAccessPolicyCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/DeleteCollectionCommand.ts b/clients/client-opensearchserverless/src/commands/DeleteCollectionCommand.ts index 3fe2c9cfce0d8..d63a123006bb5 100644 --- a/clients/client-opensearchserverless/src/commands/DeleteCollectionCommand.ts +++ b/clients/client-opensearchserverless/src/commands/DeleteCollectionCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_DeleteCollectionCommand, se_DeleteCollectionCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/DeleteSecurityConfigCommand.ts b/clients/client-opensearchserverless/src/commands/DeleteSecurityConfigCommand.ts index eb47ad1db9846..d1dde8bb37bd2 100644 --- a/clients/client-opensearchserverless/src/commands/DeleteSecurityConfigCommand.ts +++ b/clients/client-opensearchserverless/src/commands/DeleteSecurityConfigCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_DeleteSecurityConfigCommand, se_DeleteSecurityConfigCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/DeleteSecurityPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/DeleteSecurityPolicyCommand.ts index 31fdadb1d4bbf..358cd119fef51 100644 --- a/clients/client-opensearchserverless/src/commands/DeleteSecurityPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/DeleteSecurityPolicyCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_DeleteSecurityPolicyCommand, se_DeleteSecurityPolicyCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/DeleteVpcEndpointCommand.ts b/clients/client-opensearchserverless/src/commands/DeleteVpcEndpointCommand.ts index 706030d658614..d304d29da326b 100644 --- a/clients/client-opensearchserverless/src/commands/DeleteVpcEndpointCommand.ts +++ b/clients/client-opensearchserverless/src/commands/DeleteVpcEndpointCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_DeleteVpcEndpointCommand, se_DeleteVpcEndpointCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/GetAccessPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/GetAccessPolicyCommand.ts index dcefd6407bddf..e729e1f82ef5e 100644 --- a/clients/client-opensearchserverless/src/commands/GetAccessPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/GetAccessPolicyCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_GetAccessPolicyCommand, se_GetAccessPolicyCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/GetAccountSettingsCommand.ts b/clients/client-opensearchserverless/src/commands/GetAccountSettingsCommand.ts index 8703d1cf4db64..0bae46de16129 100644 --- a/clients/client-opensearchserverless/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/GetAccountSettingsCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_GetAccountSettingsCommand, se_GetAccountSettingsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/GetPoliciesStatsCommand.ts b/clients/client-opensearchserverless/src/commands/GetPoliciesStatsCommand.ts index d957ccf8da66d..82fcf55c71240 100644 --- a/clients/client-opensearchserverless/src/commands/GetPoliciesStatsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/GetPoliciesStatsCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_GetPoliciesStatsCommand, se_GetPoliciesStatsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/GetSecurityConfigCommand.ts b/clients/client-opensearchserverless/src/commands/GetSecurityConfigCommand.ts index 2225acfbf825f..c6ac3649d08b8 100644 --- a/clients/client-opensearchserverless/src/commands/GetSecurityConfigCommand.ts +++ b/clients/client-opensearchserverless/src/commands/GetSecurityConfigCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_GetSecurityConfigCommand, se_GetSecurityConfigCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/GetSecurityPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/GetSecurityPolicyCommand.ts index 015dd130415b6..5e3f445a88240 100644 --- a/clients/client-opensearchserverless/src/commands/GetSecurityPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/GetSecurityPolicyCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_GetSecurityPolicyCommand, se_GetSecurityPolicyCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/ListAccessPoliciesCommand.ts b/clients/client-opensearchserverless/src/commands/ListAccessPoliciesCommand.ts index d7dc4d8991fd6..5d16d6318eb28 100644 --- a/clients/client-opensearchserverless/src/commands/ListAccessPoliciesCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListAccessPoliciesCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_ListAccessPoliciesCommand, se_ListAccessPoliciesCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/ListCollectionsCommand.ts b/clients/client-opensearchserverless/src/commands/ListCollectionsCommand.ts index 1a44ac1c1a4d7..45fbbadd04b0a 100644 --- a/clients/client-opensearchserverless/src/commands/ListCollectionsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListCollectionsCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_ListCollectionsCommand, se_ListCollectionsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/ListSecurityConfigsCommand.ts b/clients/client-opensearchserverless/src/commands/ListSecurityConfigsCommand.ts index 3c9bf0b0e4c09..cab31eb0e6d7f 100644 --- a/clients/client-opensearchserverless/src/commands/ListSecurityConfigsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListSecurityConfigsCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_ListSecurityConfigsCommand, se_ListSecurityConfigsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/ListSecurityPoliciesCommand.ts b/clients/client-opensearchserverless/src/commands/ListSecurityPoliciesCommand.ts index 8e95ac9569510..de85f4a271e8c 100644 --- a/clients/client-opensearchserverless/src/commands/ListSecurityPoliciesCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListSecurityPoliciesCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_ListSecurityPoliciesCommand, se_ListSecurityPoliciesCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/ListTagsForResourceCommand.ts b/clients/client-opensearchserverless/src/commands/ListTagsForResourceCommand.ts index 793b342301f6e..554be7dc292ed 100644 --- a/clients/client-opensearchserverless/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/ListVpcEndpointsCommand.ts b/clients/client-opensearchserverless/src/commands/ListVpcEndpointsCommand.ts index 37e305e562ff7..809fd12a1e00f 100644 --- a/clients/client-opensearchserverless/src/commands/ListVpcEndpointsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/ListVpcEndpointsCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_ListVpcEndpointsCommand, se_ListVpcEndpointsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/TagResourceCommand.ts b/clients/client-opensearchserverless/src/commands/TagResourceCommand.ts index 7dd975bbe8ed1..61842fa544fec 100644 --- a/clients/client-opensearchserverless/src/commands/TagResourceCommand.ts +++ b/clients/client-opensearchserverless/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/UntagResourceCommand.ts b/clients/client-opensearchserverless/src/commands/UntagResourceCommand.ts index 5ec8fc5a71ef1..77ba4c7771676 100644 --- a/clients/client-opensearchserverless/src/commands/UntagResourceCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/UpdateAccessPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateAccessPolicyCommand.ts index 1d20730b79d7a..9ea60418eedfd 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateAccessPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateAccessPolicyCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_UpdateAccessPolicyCommand, se_UpdateAccessPolicyCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateAccountSettingsCommand.ts index ef4fc1e915990..f88412601761b 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateAccountSettingsCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_UpdateAccountSettingsCommand, se_UpdateAccountSettingsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/UpdateCollectionCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateCollectionCommand.ts index 907abd3dde13a..09779b43622a7 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateCollectionCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateCollectionCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_UpdateCollectionCommand, se_UpdateCollectionCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/UpdateSecurityConfigCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateSecurityConfigCommand.ts index 846bc12f89c8f..34819ce6d06b4 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateSecurityConfigCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateSecurityConfigCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_UpdateSecurityConfigCommand, se_UpdateSecurityConfigCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/UpdateSecurityPolicyCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateSecurityPolicyCommand.ts index 4ba676af527b4..beff980b83d83 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateSecurityPolicyCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateSecurityPolicyCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_UpdateSecurityPolicyCommand, se_UpdateSecurityPolicyCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/commands/UpdateVpcEndpointCommand.ts b/clients/client-opensearchserverless/src/commands/UpdateVpcEndpointCommand.ts index b7fc63d10ab74..31540ffb7d26a 100644 --- a/clients/client-opensearchserverless/src/commands/UpdateVpcEndpointCommand.ts +++ b/clients/client-opensearchserverless/src/commands/UpdateVpcEndpointCommand.ts @@ -21,6 +21,10 @@ import { } from "../OpenSearchServerlessClient"; import { de_UpdateVpcEndpointCommand, se_UpdateVpcEndpointCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opensearchserverless/src/index.ts b/clients/client-opensearchserverless/src/index.ts index 7474ddca47a52..15e5508f21048 100644 --- a/clients/client-opensearchserverless/src/index.ts +++ b/clients/client-opensearchserverless/src/index.ts @@ -1,8 +1,23 @@ -export * from "./OpenSearchServerless"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Use the Amazon OpenSearch Serverless API to create, configure, and manage OpenSearch Serverless collections and + * security policies.

+ *

OpenSearch Serverless is an on-demand, pre-provisioned serverless configuration for + * Amazon OpenSearch Service. OpenSearch Serverless removes the operational complexities of provisioning, + * configuring, and tuning your OpenSearch clusters. It enables you to easily search and + * analyze petabytes of data without having to worry about the underlying infrastructure + * and data management.

+ *

To learn more about OpenSearch Serverless, see What is + * Amazon OpenSearch Serverless? + *

+ * + * @packageDocumentation + */ export * from "./OpenSearchServerlessClient"; +export * from "./OpenSearchServerless"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { OpenSearchServerlessServiceException } from "./models/OpenSearchServerlessServiceException"; diff --git a/clients/client-opensearchserverless/src/models/OpenSearchServerlessServiceException.ts b/clients/client-opensearchserverless/src/models/OpenSearchServerlessServiceException.ts index ec10083c8647d..40eeeb60c131b 100644 --- a/clients/client-opensearchserverless/src/models/OpenSearchServerlessServiceException.ts +++ b/clients/client-opensearchserverless/src/models/OpenSearchServerlessServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-opsworks/src/OpsWorksClient.ts b/clients/client-opsworks/src/OpsWorksClient.ts index 6a05b1f2388e4..22b14be87e1d6 100644 --- a/clients/client-opsworks/src/OpsWorksClient.ts +++ b/clients/client-opsworks/src/OpsWorksClient.ts @@ -211,6 +211,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -496,7 +498,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type OpsWorksClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type OpsWorksClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -515,7 +517,7 @@ export interface OpsWorksClientConfig extends OpsWorksClientConfigType {} /** * @public */ -type OpsWorksClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type OpsWorksClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-opsworks/src/commands/AssignInstanceCommand.ts b/clients/client-opsworks/src/commands/AssignInstanceCommand.ts index d95d5f01574a5..baa533a1bdd6a 100644 --- a/clients/client-opsworks/src/commands/AssignInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/AssignInstanceCommand.ts @@ -17,6 +17,10 @@ import { AssignInstanceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_AssignInstanceCommand, se_AssignInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/AssignVolumeCommand.ts b/clients/client-opsworks/src/commands/AssignVolumeCommand.ts index 0e4444e9e0150..374f90e53c767 100644 --- a/clients/client-opsworks/src/commands/AssignVolumeCommand.ts +++ b/clients/client-opsworks/src/commands/AssignVolumeCommand.ts @@ -17,6 +17,10 @@ import { AssignVolumeRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_AssignVolumeCommand, se_AssignVolumeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/AssociateElasticIpCommand.ts b/clients/client-opsworks/src/commands/AssociateElasticIpCommand.ts index 71f66a7f8a154..2d5fced800a7e 100644 --- a/clients/client-opsworks/src/commands/AssociateElasticIpCommand.ts +++ b/clients/client-opsworks/src/commands/AssociateElasticIpCommand.ts @@ -17,6 +17,10 @@ import { AssociateElasticIpRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_AssociateElasticIpCommand, se_AssociateElasticIpCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/AttachElasticLoadBalancerCommand.ts b/clients/client-opsworks/src/commands/AttachElasticLoadBalancerCommand.ts index 4dd814a1b24d2..f6be39fb71f1e 100644 --- a/clients/client-opsworks/src/commands/AttachElasticLoadBalancerCommand.ts +++ b/clients/client-opsworks/src/commands/AttachElasticLoadBalancerCommand.ts @@ -17,6 +17,10 @@ import { AttachElasticLoadBalancerRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_AttachElasticLoadBalancerCommand, se_AttachElasticLoadBalancerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/CloneStackCommand.ts b/clients/client-opsworks/src/commands/CloneStackCommand.ts index d6a8b43d23dd3..f40774e592b4f 100644 --- a/clients/client-opsworks/src/commands/CloneStackCommand.ts +++ b/clients/client-opsworks/src/commands/CloneStackCommand.ts @@ -17,6 +17,10 @@ import { CloneStackRequest, CloneStackResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_CloneStackCommand, se_CloneStackCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/CreateAppCommand.ts b/clients/client-opsworks/src/commands/CreateAppCommand.ts index 0bb02a2918aa6..32ca9ad0b8b82 100644 --- a/clients/client-opsworks/src/commands/CreateAppCommand.ts +++ b/clients/client-opsworks/src/commands/CreateAppCommand.ts @@ -17,6 +17,10 @@ import { CreateAppRequest, CreateAppResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_CreateAppCommand, se_CreateAppCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/CreateDeploymentCommand.ts b/clients/client-opsworks/src/commands/CreateDeploymentCommand.ts index 35be301b772d0..3aca88b0864b9 100644 --- a/clients/client-opsworks/src/commands/CreateDeploymentCommand.ts +++ b/clients/client-opsworks/src/commands/CreateDeploymentCommand.ts @@ -17,6 +17,10 @@ import { CreateDeploymentRequest, CreateDeploymentResult } from "../models/model import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_CreateDeploymentCommand, se_CreateDeploymentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/CreateInstanceCommand.ts b/clients/client-opsworks/src/commands/CreateInstanceCommand.ts index 52cb3bc6380d2..702d678c906fb 100644 --- a/clients/client-opsworks/src/commands/CreateInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/CreateInstanceCommand.ts @@ -17,6 +17,10 @@ import { CreateInstanceRequest, CreateInstanceResult } from "../models/models_0" import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_CreateInstanceCommand, se_CreateInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/CreateLayerCommand.ts b/clients/client-opsworks/src/commands/CreateLayerCommand.ts index bed98d7f41e8a..fe99dcd6104a7 100644 --- a/clients/client-opsworks/src/commands/CreateLayerCommand.ts +++ b/clients/client-opsworks/src/commands/CreateLayerCommand.ts @@ -17,6 +17,10 @@ import { CreateLayerRequest, CreateLayerResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_CreateLayerCommand, se_CreateLayerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/CreateStackCommand.ts b/clients/client-opsworks/src/commands/CreateStackCommand.ts index 867a7eb715710..50c511f5d81d7 100644 --- a/clients/client-opsworks/src/commands/CreateStackCommand.ts +++ b/clients/client-opsworks/src/commands/CreateStackCommand.ts @@ -17,6 +17,10 @@ import { CreateStackRequest, CreateStackResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_CreateStackCommand, se_CreateStackCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/CreateUserProfileCommand.ts b/clients/client-opsworks/src/commands/CreateUserProfileCommand.ts index 061904a02a43a..2bb7b2be6ce5d 100644 --- a/clients/client-opsworks/src/commands/CreateUserProfileCommand.ts +++ b/clients/client-opsworks/src/commands/CreateUserProfileCommand.ts @@ -17,6 +17,10 @@ import { CreateUserProfileRequest, CreateUserProfileResult } from "../models/mod import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_CreateUserProfileCommand, se_CreateUserProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DeleteAppCommand.ts b/clients/client-opsworks/src/commands/DeleteAppCommand.ts index 423ce424db424..90f19416648de 100644 --- a/clients/client-opsworks/src/commands/DeleteAppCommand.ts +++ b/clients/client-opsworks/src/commands/DeleteAppCommand.ts @@ -17,6 +17,10 @@ import { DeleteAppRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DeleteAppCommand, se_DeleteAppCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DeleteInstanceCommand.ts b/clients/client-opsworks/src/commands/DeleteInstanceCommand.ts index 9dc4aa1f1ee37..53d75d0283a84 100644 --- a/clients/client-opsworks/src/commands/DeleteInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/DeleteInstanceCommand.ts @@ -17,6 +17,10 @@ import { DeleteInstanceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DeleteInstanceCommand, se_DeleteInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DeleteLayerCommand.ts b/clients/client-opsworks/src/commands/DeleteLayerCommand.ts index 75d374746a60b..e4b4e73161e42 100644 --- a/clients/client-opsworks/src/commands/DeleteLayerCommand.ts +++ b/clients/client-opsworks/src/commands/DeleteLayerCommand.ts @@ -17,6 +17,10 @@ import { DeleteLayerRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DeleteLayerCommand, se_DeleteLayerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DeleteStackCommand.ts b/clients/client-opsworks/src/commands/DeleteStackCommand.ts index 8c17c6f60cea6..14502d7f967de 100644 --- a/clients/client-opsworks/src/commands/DeleteStackCommand.ts +++ b/clients/client-opsworks/src/commands/DeleteStackCommand.ts @@ -17,6 +17,10 @@ import { DeleteStackRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DeleteStackCommand, se_DeleteStackCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DeleteUserProfileCommand.ts b/clients/client-opsworks/src/commands/DeleteUserProfileCommand.ts index 25caec24030c7..be50dc2ee241e 100644 --- a/clients/client-opsworks/src/commands/DeleteUserProfileCommand.ts +++ b/clients/client-opsworks/src/commands/DeleteUserProfileCommand.ts @@ -17,6 +17,10 @@ import { DeleteUserProfileRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DeleteUserProfileCommand, se_DeleteUserProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DeregisterEcsClusterCommand.ts b/clients/client-opsworks/src/commands/DeregisterEcsClusterCommand.ts index 9187c335729cb..290b1f60adc52 100644 --- a/clients/client-opsworks/src/commands/DeregisterEcsClusterCommand.ts +++ b/clients/client-opsworks/src/commands/DeregisterEcsClusterCommand.ts @@ -17,6 +17,10 @@ import { DeregisterEcsClusterRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DeregisterEcsClusterCommand, se_DeregisterEcsClusterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DeregisterElasticIpCommand.ts b/clients/client-opsworks/src/commands/DeregisterElasticIpCommand.ts index 08fbaa80e985a..6bfe46b600ac4 100644 --- a/clients/client-opsworks/src/commands/DeregisterElasticIpCommand.ts +++ b/clients/client-opsworks/src/commands/DeregisterElasticIpCommand.ts @@ -17,6 +17,10 @@ import { DeregisterElasticIpRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DeregisterElasticIpCommand, se_DeregisterElasticIpCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DeregisterInstanceCommand.ts b/clients/client-opsworks/src/commands/DeregisterInstanceCommand.ts index af9504873cfb4..47478cddf7c94 100644 --- a/clients/client-opsworks/src/commands/DeregisterInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/DeregisterInstanceCommand.ts @@ -17,6 +17,10 @@ import { DeregisterInstanceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DeregisterInstanceCommand, se_DeregisterInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DeregisterRdsDbInstanceCommand.ts b/clients/client-opsworks/src/commands/DeregisterRdsDbInstanceCommand.ts index 04e8a7037af81..7c83d81ab3930 100644 --- a/clients/client-opsworks/src/commands/DeregisterRdsDbInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/DeregisterRdsDbInstanceCommand.ts @@ -17,6 +17,10 @@ import { DeregisterRdsDbInstanceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DeregisterRdsDbInstanceCommand, se_DeregisterRdsDbInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DeregisterVolumeCommand.ts b/clients/client-opsworks/src/commands/DeregisterVolumeCommand.ts index 9bbb8d1c7c3fc..aa8ee2b9d8a67 100644 --- a/clients/client-opsworks/src/commands/DeregisterVolumeCommand.ts +++ b/clients/client-opsworks/src/commands/DeregisterVolumeCommand.ts @@ -17,6 +17,10 @@ import { DeregisterVolumeRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DeregisterVolumeCommand, se_DeregisterVolumeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DescribeAgentVersionsCommand.ts b/clients/client-opsworks/src/commands/DescribeAgentVersionsCommand.ts index 3c7f8e873b459..82a62d6b86653 100644 --- a/clients/client-opsworks/src/commands/DescribeAgentVersionsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeAgentVersionsCommand.ts @@ -17,6 +17,10 @@ import { DescribeAgentVersionsRequest, DescribeAgentVersionsResult } from "../mo import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DescribeAgentVersionsCommand, se_DescribeAgentVersionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DescribeAppsCommand.ts b/clients/client-opsworks/src/commands/DescribeAppsCommand.ts index 9a44e44e17992..83eddf9013fdc 100644 --- a/clients/client-opsworks/src/commands/DescribeAppsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeAppsCommand.ts @@ -17,6 +17,10 @@ import { DescribeAppsRequest, DescribeAppsResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DescribeAppsCommand, se_DescribeAppsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DescribeCommandsCommand.ts b/clients/client-opsworks/src/commands/DescribeCommandsCommand.ts index 717fd3c740605..a5f04fca6b180 100644 --- a/clients/client-opsworks/src/commands/DescribeCommandsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeCommandsCommand.ts @@ -17,6 +17,10 @@ import { DescribeCommandsRequest, DescribeCommandsResult } from "../models/model import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DescribeCommandsCommand, se_DescribeCommandsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DescribeDeploymentsCommand.ts b/clients/client-opsworks/src/commands/DescribeDeploymentsCommand.ts index 5aee34775f831..71a2af6e876f7 100644 --- a/clients/client-opsworks/src/commands/DescribeDeploymentsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeDeploymentsCommand.ts @@ -17,6 +17,10 @@ import { DescribeDeploymentsRequest, DescribeDeploymentsResult } from "../models import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DescribeDeploymentsCommand, se_DescribeDeploymentsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DescribeEcsClustersCommand.ts b/clients/client-opsworks/src/commands/DescribeEcsClustersCommand.ts index 115abd0561901..f234bcf12b92f 100644 --- a/clients/client-opsworks/src/commands/DescribeEcsClustersCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeEcsClustersCommand.ts @@ -17,6 +17,10 @@ import { DescribeEcsClustersRequest, DescribeEcsClustersResult } from "../models import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DescribeEcsClustersCommand, se_DescribeEcsClustersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DescribeElasticIpsCommand.ts b/clients/client-opsworks/src/commands/DescribeElasticIpsCommand.ts index ccea51677bd37..a75d009dac473 100644 --- a/clients/client-opsworks/src/commands/DescribeElasticIpsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeElasticIpsCommand.ts @@ -17,6 +17,10 @@ import { DescribeElasticIpsRequest, DescribeElasticIpsResult } from "../models/m import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DescribeElasticIpsCommand, se_DescribeElasticIpsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DescribeElasticLoadBalancersCommand.ts b/clients/client-opsworks/src/commands/DescribeElasticLoadBalancersCommand.ts index edf3477595464..12c2c5e21917e 100644 --- a/clients/client-opsworks/src/commands/DescribeElasticLoadBalancersCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeElasticLoadBalancersCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeElasticLoadBalancersCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DescribeInstancesCommand.ts b/clients/client-opsworks/src/commands/DescribeInstancesCommand.ts index 9585b4ebc60a4..01dd86a4291fb 100644 --- a/clients/client-opsworks/src/commands/DescribeInstancesCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeInstancesCommand.ts @@ -17,6 +17,10 @@ import { DescribeInstancesRequest, DescribeInstancesResult } from "../models/mod import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DescribeInstancesCommand, se_DescribeInstancesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DescribeLayersCommand.ts b/clients/client-opsworks/src/commands/DescribeLayersCommand.ts index 03e6890c974cf..23763b170cbd9 100644 --- a/clients/client-opsworks/src/commands/DescribeLayersCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeLayersCommand.ts @@ -17,6 +17,10 @@ import { DescribeLayersRequest, DescribeLayersResult } from "../models/models_0" import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DescribeLayersCommand, se_DescribeLayersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DescribeLoadBasedAutoScalingCommand.ts b/clients/client-opsworks/src/commands/DescribeLoadBasedAutoScalingCommand.ts index ff36e7ce34179..40b95bda2f816 100644 --- a/clients/client-opsworks/src/commands/DescribeLoadBasedAutoScalingCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeLoadBasedAutoScalingCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeLoadBasedAutoScalingCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DescribeMyUserProfileCommand.ts b/clients/client-opsworks/src/commands/DescribeMyUserProfileCommand.ts index 8fc3f79538bae..7ce28ba2ccfe6 100644 --- a/clients/client-opsworks/src/commands/DescribeMyUserProfileCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeMyUserProfileCommand.ts @@ -17,6 +17,10 @@ import { DescribeMyUserProfileResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DescribeMyUserProfileCommand, se_DescribeMyUserProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DescribeOperatingSystemsCommand.ts b/clients/client-opsworks/src/commands/DescribeOperatingSystemsCommand.ts index c21c6cae26ce5..28af3d9516b12 100644 --- a/clients/client-opsworks/src/commands/DescribeOperatingSystemsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeOperatingSystemsCommand.ts @@ -17,6 +17,10 @@ import { DescribeOperatingSystemsResponse } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DescribeOperatingSystemsCommand, se_DescribeOperatingSystemsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DescribePermissionsCommand.ts b/clients/client-opsworks/src/commands/DescribePermissionsCommand.ts index 36359f709eb6e..bbb875ad2015d 100644 --- a/clients/client-opsworks/src/commands/DescribePermissionsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribePermissionsCommand.ts @@ -17,6 +17,10 @@ import { DescribePermissionsRequest, DescribePermissionsResult } from "../models import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DescribePermissionsCommand, se_DescribePermissionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DescribeRaidArraysCommand.ts b/clients/client-opsworks/src/commands/DescribeRaidArraysCommand.ts index 920ba170e6dbb..8bb6d8dd21b3f 100644 --- a/clients/client-opsworks/src/commands/DescribeRaidArraysCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeRaidArraysCommand.ts @@ -17,6 +17,10 @@ import { DescribeRaidArraysRequest, DescribeRaidArraysResult } from "../models/m import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DescribeRaidArraysCommand, se_DescribeRaidArraysCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DescribeRdsDbInstancesCommand.ts b/clients/client-opsworks/src/commands/DescribeRdsDbInstancesCommand.ts index 3d4ff0a04a95b..c0e087c8e77cd 100644 --- a/clients/client-opsworks/src/commands/DescribeRdsDbInstancesCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeRdsDbInstancesCommand.ts @@ -17,6 +17,10 @@ import { DescribeRdsDbInstancesRequest, DescribeRdsDbInstancesResult } from "../ import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DescribeRdsDbInstancesCommand, se_DescribeRdsDbInstancesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DescribeServiceErrorsCommand.ts b/clients/client-opsworks/src/commands/DescribeServiceErrorsCommand.ts index 4938a76c7379f..b91b645e1b34c 100644 --- a/clients/client-opsworks/src/commands/DescribeServiceErrorsCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeServiceErrorsCommand.ts @@ -17,6 +17,10 @@ import { DescribeServiceErrorsRequest, DescribeServiceErrorsResult } from "../mo import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DescribeServiceErrorsCommand, se_DescribeServiceErrorsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DescribeStackProvisioningParametersCommand.ts b/clients/client-opsworks/src/commands/DescribeStackProvisioningParametersCommand.ts index f94266607b46c..9828ed41c08a1 100644 --- a/clients/client-opsworks/src/commands/DescribeStackProvisioningParametersCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeStackProvisioningParametersCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeStackProvisioningParametersCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DescribeStackSummaryCommand.ts b/clients/client-opsworks/src/commands/DescribeStackSummaryCommand.ts index dff190376e6e7..52130f989b112 100644 --- a/clients/client-opsworks/src/commands/DescribeStackSummaryCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeStackSummaryCommand.ts @@ -17,6 +17,10 @@ import { DescribeStackSummaryRequest, DescribeStackSummaryResult } from "../mode import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DescribeStackSummaryCommand, se_DescribeStackSummaryCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DescribeStacksCommand.ts b/clients/client-opsworks/src/commands/DescribeStacksCommand.ts index 92152e8ed8960..d2328287ff543 100644 --- a/clients/client-opsworks/src/commands/DescribeStacksCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeStacksCommand.ts @@ -17,6 +17,10 @@ import { DescribeStacksRequest, DescribeStacksResult } from "../models/models_0" import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DescribeStacksCommand, se_DescribeStacksCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DescribeTimeBasedAutoScalingCommand.ts b/clients/client-opsworks/src/commands/DescribeTimeBasedAutoScalingCommand.ts index 5c46a986f7ba8..6346e5384854a 100644 --- a/clients/client-opsworks/src/commands/DescribeTimeBasedAutoScalingCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeTimeBasedAutoScalingCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeTimeBasedAutoScalingCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DescribeUserProfilesCommand.ts b/clients/client-opsworks/src/commands/DescribeUserProfilesCommand.ts index 6f937c19c9053..395129fe50e67 100644 --- a/clients/client-opsworks/src/commands/DescribeUserProfilesCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeUserProfilesCommand.ts @@ -17,6 +17,10 @@ import { DescribeUserProfilesRequest, DescribeUserProfilesResult } from "../mode import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DescribeUserProfilesCommand, se_DescribeUserProfilesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DescribeVolumesCommand.ts b/clients/client-opsworks/src/commands/DescribeVolumesCommand.ts index 2d28da93fdd03..674de1bce0552 100644 --- a/clients/client-opsworks/src/commands/DescribeVolumesCommand.ts +++ b/clients/client-opsworks/src/commands/DescribeVolumesCommand.ts @@ -17,6 +17,10 @@ import { DescribeVolumesRequest, DescribeVolumesResult } from "../models/models_ import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DescribeVolumesCommand, se_DescribeVolumesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DetachElasticLoadBalancerCommand.ts b/clients/client-opsworks/src/commands/DetachElasticLoadBalancerCommand.ts index 4e57a41dfdbff..df3f94b81ae7c 100644 --- a/clients/client-opsworks/src/commands/DetachElasticLoadBalancerCommand.ts +++ b/clients/client-opsworks/src/commands/DetachElasticLoadBalancerCommand.ts @@ -17,6 +17,10 @@ import { DetachElasticLoadBalancerRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DetachElasticLoadBalancerCommand, se_DetachElasticLoadBalancerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/DisassociateElasticIpCommand.ts b/clients/client-opsworks/src/commands/DisassociateElasticIpCommand.ts index 598fd005eac87..fb1b22f8e945c 100644 --- a/clients/client-opsworks/src/commands/DisassociateElasticIpCommand.ts +++ b/clients/client-opsworks/src/commands/DisassociateElasticIpCommand.ts @@ -17,6 +17,10 @@ import { DisassociateElasticIpRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_DisassociateElasticIpCommand, se_DisassociateElasticIpCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/GetHostnameSuggestionCommand.ts b/clients/client-opsworks/src/commands/GetHostnameSuggestionCommand.ts index 45b648791b2b3..ae79fa0d635fc 100644 --- a/clients/client-opsworks/src/commands/GetHostnameSuggestionCommand.ts +++ b/clients/client-opsworks/src/commands/GetHostnameSuggestionCommand.ts @@ -17,6 +17,10 @@ import { GetHostnameSuggestionRequest, GetHostnameSuggestionResult } from "../mo import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_GetHostnameSuggestionCommand, se_GetHostnameSuggestionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/GrantAccessCommand.ts b/clients/client-opsworks/src/commands/GrantAccessCommand.ts index 8cb69b6b533aa..e134ea6b48947 100644 --- a/clients/client-opsworks/src/commands/GrantAccessCommand.ts +++ b/clients/client-opsworks/src/commands/GrantAccessCommand.ts @@ -17,6 +17,10 @@ import { GrantAccessRequest, GrantAccessResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_GrantAccessCommand, se_GrantAccessCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/ListTagsCommand.ts b/clients/client-opsworks/src/commands/ListTagsCommand.ts index 0cc1c5628912d..dce2854b17173 100644 --- a/clients/client-opsworks/src/commands/ListTagsCommand.ts +++ b/clients/client-opsworks/src/commands/ListTagsCommand.ts @@ -17,6 +17,10 @@ import { ListTagsRequest, ListTagsResult } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/RebootInstanceCommand.ts b/clients/client-opsworks/src/commands/RebootInstanceCommand.ts index 5d21bdfd6ca55..a949ca0e18e35 100644 --- a/clients/client-opsworks/src/commands/RebootInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/RebootInstanceCommand.ts @@ -17,6 +17,10 @@ import { RebootInstanceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_RebootInstanceCommand, se_RebootInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/RegisterEcsClusterCommand.ts b/clients/client-opsworks/src/commands/RegisterEcsClusterCommand.ts index a01b8be5380d9..23d3b1fe46dc2 100644 --- a/clients/client-opsworks/src/commands/RegisterEcsClusterCommand.ts +++ b/clients/client-opsworks/src/commands/RegisterEcsClusterCommand.ts @@ -17,6 +17,10 @@ import { RegisterEcsClusterRequest, RegisterEcsClusterResult } from "../models/m import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_RegisterEcsClusterCommand, se_RegisterEcsClusterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/RegisterElasticIpCommand.ts b/clients/client-opsworks/src/commands/RegisterElasticIpCommand.ts index e5d48f9a1a891..f5616d5dbb374 100644 --- a/clients/client-opsworks/src/commands/RegisterElasticIpCommand.ts +++ b/clients/client-opsworks/src/commands/RegisterElasticIpCommand.ts @@ -17,6 +17,10 @@ import { RegisterElasticIpRequest, RegisterElasticIpResult } from "../models/mod import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_RegisterElasticIpCommand, se_RegisterElasticIpCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/RegisterInstanceCommand.ts b/clients/client-opsworks/src/commands/RegisterInstanceCommand.ts index 6a21f33782834..972d4ba736a94 100644 --- a/clients/client-opsworks/src/commands/RegisterInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/RegisterInstanceCommand.ts @@ -17,6 +17,10 @@ import { RegisterInstanceRequest, RegisterInstanceResult } from "../models/model import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_RegisterInstanceCommand, se_RegisterInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/RegisterRdsDbInstanceCommand.ts b/clients/client-opsworks/src/commands/RegisterRdsDbInstanceCommand.ts index a25675dbccb05..bf0291c68cf65 100644 --- a/clients/client-opsworks/src/commands/RegisterRdsDbInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/RegisterRdsDbInstanceCommand.ts @@ -17,6 +17,10 @@ import { RegisterRdsDbInstanceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_RegisterRdsDbInstanceCommand, se_RegisterRdsDbInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/RegisterVolumeCommand.ts b/clients/client-opsworks/src/commands/RegisterVolumeCommand.ts index 48be8e9ed7ced..5b308a483cbba 100644 --- a/clients/client-opsworks/src/commands/RegisterVolumeCommand.ts +++ b/clients/client-opsworks/src/commands/RegisterVolumeCommand.ts @@ -17,6 +17,10 @@ import { RegisterVolumeRequest, RegisterVolumeResult } from "../models/models_0" import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_RegisterVolumeCommand, se_RegisterVolumeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/SetLoadBasedAutoScalingCommand.ts b/clients/client-opsworks/src/commands/SetLoadBasedAutoScalingCommand.ts index cb12a22a8f272..b94cdf8113af4 100644 --- a/clients/client-opsworks/src/commands/SetLoadBasedAutoScalingCommand.ts +++ b/clients/client-opsworks/src/commands/SetLoadBasedAutoScalingCommand.ts @@ -17,6 +17,10 @@ import { SetLoadBasedAutoScalingRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_SetLoadBasedAutoScalingCommand, se_SetLoadBasedAutoScalingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/SetPermissionCommand.ts b/clients/client-opsworks/src/commands/SetPermissionCommand.ts index 1b9d4dc883fda..86b0e4c794eef 100644 --- a/clients/client-opsworks/src/commands/SetPermissionCommand.ts +++ b/clients/client-opsworks/src/commands/SetPermissionCommand.ts @@ -17,6 +17,10 @@ import { SetPermissionRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_SetPermissionCommand, se_SetPermissionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/SetTimeBasedAutoScalingCommand.ts b/clients/client-opsworks/src/commands/SetTimeBasedAutoScalingCommand.ts index ca861f1ecac64..47c4069097ce7 100644 --- a/clients/client-opsworks/src/commands/SetTimeBasedAutoScalingCommand.ts +++ b/clients/client-opsworks/src/commands/SetTimeBasedAutoScalingCommand.ts @@ -17,6 +17,10 @@ import { SetTimeBasedAutoScalingRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_SetTimeBasedAutoScalingCommand, se_SetTimeBasedAutoScalingCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/StartInstanceCommand.ts b/clients/client-opsworks/src/commands/StartInstanceCommand.ts index 227bc89fb21de..c7b112c53fc52 100644 --- a/clients/client-opsworks/src/commands/StartInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/StartInstanceCommand.ts @@ -17,6 +17,10 @@ import { StartInstanceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_StartInstanceCommand, se_StartInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/StartStackCommand.ts b/clients/client-opsworks/src/commands/StartStackCommand.ts index c72e943fe8059..2165dc10abd8c 100644 --- a/clients/client-opsworks/src/commands/StartStackCommand.ts +++ b/clients/client-opsworks/src/commands/StartStackCommand.ts @@ -17,6 +17,10 @@ import { StartStackRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_StartStackCommand, se_StartStackCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/StopInstanceCommand.ts b/clients/client-opsworks/src/commands/StopInstanceCommand.ts index 4ce4c0b43fc2e..8fe677b699776 100644 --- a/clients/client-opsworks/src/commands/StopInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/StopInstanceCommand.ts @@ -17,6 +17,10 @@ import { StopInstanceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_StopInstanceCommand, se_StopInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/StopStackCommand.ts b/clients/client-opsworks/src/commands/StopStackCommand.ts index 2be59c83f1e62..49994f73c4d19 100644 --- a/clients/client-opsworks/src/commands/StopStackCommand.ts +++ b/clients/client-opsworks/src/commands/StopStackCommand.ts @@ -17,6 +17,10 @@ import { StopStackRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_StopStackCommand, se_StopStackCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/TagResourceCommand.ts b/clients/client-opsworks/src/commands/TagResourceCommand.ts index e882a93423a7a..31436eca3cf8b 100644 --- a/clients/client-opsworks/src/commands/TagResourceCommand.ts +++ b/clients/client-opsworks/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/UnassignInstanceCommand.ts b/clients/client-opsworks/src/commands/UnassignInstanceCommand.ts index 6cab3c51216a3..e3c908e90c659 100644 --- a/clients/client-opsworks/src/commands/UnassignInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/UnassignInstanceCommand.ts @@ -17,6 +17,10 @@ import { UnassignInstanceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_UnassignInstanceCommand, se_UnassignInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/UnassignVolumeCommand.ts b/clients/client-opsworks/src/commands/UnassignVolumeCommand.ts index 96412fe481871..c32d85364cfd5 100644 --- a/clients/client-opsworks/src/commands/UnassignVolumeCommand.ts +++ b/clients/client-opsworks/src/commands/UnassignVolumeCommand.ts @@ -17,6 +17,10 @@ import { UnassignVolumeRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_UnassignVolumeCommand, se_UnassignVolumeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/UntagResourceCommand.ts b/clients/client-opsworks/src/commands/UntagResourceCommand.ts index 835bf28d66d74..33492e3eb4b0d 100644 --- a/clients/client-opsworks/src/commands/UntagResourceCommand.ts +++ b/clients/client-opsworks/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/UpdateAppCommand.ts b/clients/client-opsworks/src/commands/UpdateAppCommand.ts index e3e05d90beaab..e8f56b3ff2de2 100644 --- a/clients/client-opsworks/src/commands/UpdateAppCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateAppCommand.ts @@ -17,6 +17,10 @@ import { UpdateAppRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_UpdateAppCommand, se_UpdateAppCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/UpdateElasticIpCommand.ts b/clients/client-opsworks/src/commands/UpdateElasticIpCommand.ts index f18120c0aef50..7db3178dcd1a0 100644 --- a/clients/client-opsworks/src/commands/UpdateElasticIpCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateElasticIpCommand.ts @@ -17,6 +17,10 @@ import { UpdateElasticIpRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_UpdateElasticIpCommand, se_UpdateElasticIpCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/UpdateInstanceCommand.ts b/clients/client-opsworks/src/commands/UpdateInstanceCommand.ts index d4c476f02e47d..6cc48e5594c9b 100644 --- a/clients/client-opsworks/src/commands/UpdateInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateInstanceCommand.ts @@ -17,6 +17,10 @@ import { UpdateInstanceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_UpdateInstanceCommand, se_UpdateInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/UpdateLayerCommand.ts b/clients/client-opsworks/src/commands/UpdateLayerCommand.ts index 902b2e7049683..5a7abf1b7fb1e 100644 --- a/clients/client-opsworks/src/commands/UpdateLayerCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateLayerCommand.ts @@ -17,6 +17,10 @@ import { UpdateLayerRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_UpdateLayerCommand, se_UpdateLayerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/UpdateMyUserProfileCommand.ts b/clients/client-opsworks/src/commands/UpdateMyUserProfileCommand.ts index 6f4c128829911..651bb34037bf5 100644 --- a/clients/client-opsworks/src/commands/UpdateMyUserProfileCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateMyUserProfileCommand.ts @@ -17,6 +17,10 @@ import { UpdateMyUserProfileRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_UpdateMyUserProfileCommand, se_UpdateMyUserProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/UpdateRdsDbInstanceCommand.ts b/clients/client-opsworks/src/commands/UpdateRdsDbInstanceCommand.ts index d15a9d7babe41..67e4e2f97331b 100644 --- a/clients/client-opsworks/src/commands/UpdateRdsDbInstanceCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateRdsDbInstanceCommand.ts @@ -17,6 +17,10 @@ import { UpdateRdsDbInstanceRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_UpdateRdsDbInstanceCommand, se_UpdateRdsDbInstanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/UpdateStackCommand.ts b/clients/client-opsworks/src/commands/UpdateStackCommand.ts index 0b92bb0bfe825..60d121e60a73d 100644 --- a/clients/client-opsworks/src/commands/UpdateStackCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateStackCommand.ts @@ -17,6 +17,10 @@ import { UpdateStackRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_UpdateStackCommand, se_UpdateStackCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/UpdateUserProfileCommand.ts b/clients/client-opsworks/src/commands/UpdateUserProfileCommand.ts index 606f1ac14d634..ee33a4a5d3c85 100644 --- a/clients/client-opsworks/src/commands/UpdateUserProfileCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateUserProfileCommand.ts @@ -17,6 +17,10 @@ import { UpdateUserProfileRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_UpdateUserProfileCommand, se_UpdateUserProfileCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/commands/UpdateVolumeCommand.ts b/clients/client-opsworks/src/commands/UpdateVolumeCommand.ts index 80c95f51e8448..e789921ad3497 100644 --- a/clients/client-opsworks/src/commands/UpdateVolumeCommand.ts +++ b/clients/client-opsworks/src/commands/UpdateVolumeCommand.ts @@ -17,6 +17,10 @@ import { UpdateVolumeRequest } from "../models/models_0"; import { OpsWorksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksClient"; import { de_UpdateVolumeCommand, se_UpdateVolumeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworks/src/index.ts b/clients/client-opsworks/src/index.ts index b58bc26770428..4deae2d12f86e 100644 --- a/clients/client-opsworks/src/index.ts +++ b/clients/client-opsworks/src/index.ts @@ -1,9 +1,129 @@ -export * from "./OpsWorks"; // smithy-typescript generated code +/* eslint-disable */ +/** + * AWS OpsWorks + *

Welcome to the AWS OpsWorks Stacks API Reference. This guide provides descriptions, syntax, and + * usage examples for AWS OpsWorks Stacks actions and data types, including common parameters and error + * codes.

+ *

AWS OpsWorks Stacks is an application management service that provides an integrated experience for + * overseeing the complete application lifecycle. For information about this product, go to the + * AWS OpsWorks details page.

+ * + *

+ * SDKs and CLI + *

+ *

The most common way to use the AWS OpsWorks Stacks API is by using the AWS Command Line Interface (CLI) or by using one of the AWS SDKs to implement applications in your preferred language. For more information, see:

+ * + * + *

+ * Endpoints + *

+ *

AWS OpsWorks Stacks supports the following endpoints, all HTTPS. You must connect to one of the following endpoints. Stacks + * can only be accessed or managed within the endpoint in which they are created.

+ *
    + *
  • + *

    opsworks.us-east-1.amazonaws.com

    + *
  • + *
  • + *

    opsworks.us-east-2.amazonaws.com

    + *
  • + *
  • + *

    opsworks.us-west-1.amazonaws.com

    + *
  • + *
  • + *

    opsworks.us-west-2.amazonaws.com

    + *
  • + *
  • + *

    opsworks.ca-central-1.amazonaws.com (API only; not available in the AWS console)

    + *
  • + *
  • + *

    opsworks.eu-west-1.amazonaws.com

    + *
  • + *
  • + *

    opsworks.eu-west-2.amazonaws.com

    + *
  • + *
  • + *

    opsworks.eu-west-3.amazonaws.com

    + *
  • + *
  • + *

    opsworks.eu-central-1.amazonaws.com

    + *
  • + *
  • + *

    opsworks.ap-northeast-1.amazonaws.com

    + *
  • + *
  • + *

    opsworks.ap-northeast-2.amazonaws.com

    + *
  • + *
  • + *

    opsworks.ap-south-1.amazonaws.com

    + *
  • + *
  • + *

    opsworks.ap-southeast-1.amazonaws.com

    + *
  • + *
  • + *

    opsworks.ap-southeast-2.amazonaws.com

    + *
  • + *
  • + *

    opsworks.sa-east-1.amazonaws.com

    + *
  • + *
+ *

+ * Chef Versions + *

+ *

When you call CreateStack, CloneStack, or UpdateStack we recommend you + * use the ConfigurationManager parameter to specify the Chef version. + * The recommended and default value for Linux stacks is currently 12. Windows stacks use Chef 12.2. For more information, + * see Chef Versions.

+ * + *

You can specify Chef 12, 11.10, or 11.4 for your Linux stack. We recommend migrating your existing Linux stacks to Chef 12 as soon as possible.

+ *
+ * + * @packageDocumentation + */ export * from "./OpsWorksClient"; +export * from "./OpsWorks"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { OpsWorksServiceException } from "./models/OpsWorksServiceException"; diff --git a/clients/client-opsworks/src/models/OpsWorksServiceException.ts b/clients/client-opsworks/src/models/OpsWorksServiceException.ts index 9ce7d82371178..14e25f07d44e1 100644 --- a/clients/client-opsworks/src/models/OpsWorksServiceException.ts +++ b/clients/client-opsworks/src/models/OpsWorksServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-opsworkscm/src/OpsWorksCMClient.ts b/clients/client-opsworkscm/src/OpsWorksCMClient.ts index ccda4ad9c6b8d..59d19862f1c95 100644 --- a/clients/client-opsworkscm/src/OpsWorksCMClient.ts +++ b/clients/client-opsworkscm/src/OpsWorksCMClient.ts @@ -93,6 +93,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -268,7 +270,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type OpsWorksCMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type OpsWorksCMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -287,7 +289,7 @@ export interface OpsWorksCMClientConfig extends OpsWorksCMClientConfigType {} /** * @public */ -type OpsWorksCMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type OpsWorksCMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-opsworkscm/src/commands/AssociateNodeCommand.ts b/clients/client-opsworkscm/src/commands/AssociateNodeCommand.ts index 8df3849306e15..cbc3aac03bdb3 100644 --- a/clients/client-opsworkscm/src/commands/AssociateNodeCommand.ts +++ b/clients/client-opsworkscm/src/commands/AssociateNodeCommand.ts @@ -21,6 +21,10 @@ import { import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; import { de_AssociateNodeCommand, se_AssociateNodeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworkscm/src/commands/CreateBackupCommand.ts b/clients/client-opsworkscm/src/commands/CreateBackupCommand.ts index b25a041293670..a4e11722d7000 100644 --- a/clients/client-opsworkscm/src/commands/CreateBackupCommand.ts +++ b/clients/client-opsworkscm/src/commands/CreateBackupCommand.ts @@ -17,6 +17,10 @@ import { CreateBackupRequest, CreateBackupResponse } from "../models/models_0"; import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; import { de_CreateBackupCommand, se_CreateBackupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworkscm/src/commands/CreateServerCommand.ts b/clients/client-opsworkscm/src/commands/CreateServerCommand.ts index 389001fe82e36..bbb8bbf3b33a3 100644 --- a/clients/client-opsworkscm/src/commands/CreateServerCommand.ts +++ b/clients/client-opsworkscm/src/commands/CreateServerCommand.ts @@ -22,6 +22,10 @@ import { import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; import { de_CreateServerCommand, se_CreateServerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworkscm/src/commands/DeleteBackupCommand.ts b/clients/client-opsworkscm/src/commands/DeleteBackupCommand.ts index 8c19242c910df..31f5549692279 100644 --- a/clients/client-opsworkscm/src/commands/DeleteBackupCommand.ts +++ b/clients/client-opsworkscm/src/commands/DeleteBackupCommand.ts @@ -17,6 +17,10 @@ import { DeleteBackupRequest, DeleteBackupResponse } from "../models/models_0"; import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; import { de_DeleteBackupCommand, se_DeleteBackupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworkscm/src/commands/DeleteServerCommand.ts b/clients/client-opsworkscm/src/commands/DeleteServerCommand.ts index a90704aede855..a12905824ee18 100644 --- a/clients/client-opsworkscm/src/commands/DeleteServerCommand.ts +++ b/clients/client-opsworkscm/src/commands/DeleteServerCommand.ts @@ -17,6 +17,10 @@ import { DeleteServerRequest, DeleteServerResponse } from "../models/models_0"; import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; import { de_DeleteServerCommand, se_DeleteServerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworkscm/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-opsworkscm/src/commands/DescribeAccountAttributesCommand.ts index 3fd91e3f203dc..c251264865ed4 100644 --- a/clients/client-opsworkscm/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-opsworkscm/src/commands/DescribeAccountAttributesCommand.ts @@ -17,6 +17,10 @@ import { DescribeAccountAttributesRequest, DescribeAccountAttributesResponse } f import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; import { de_DescribeAccountAttributesCommand, se_DescribeAccountAttributesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworkscm/src/commands/DescribeBackupsCommand.ts b/clients/client-opsworkscm/src/commands/DescribeBackupsCommand.ts index eaa4734116d07..3fb4eec93bf57 100644 --- a/clients/client-opsworkscm/src/commands/DescribeBackupsCommand.ts +++ b/clients/client-opsworkscm/src/commands/DescribeBackupsCommand.ts @@ -17,6 +17,10 @@ import { DescribeBackupsRequest, DescribeBackupsResponse } from "../models/model import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; import { de_DescribeBackupsCommand, se_DescribeBackupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworkscm/src/commands/DescribeEventsCommand.ts b/clients/client-opsworkscm/src/commands/DescribeEventsCommand.ts index 0ebc16d715316..29cdbb3f0a1a1 100644 --- a/clients/client-opsworkscm/src/commands/DescribeEventsCommand.ts +++ b/clients/client-opsworkscm/src/commands/DescribeEventsCommand.ts @@ -17,6 +17,10 @@ import { DescribeEventsRequest, DescribeEventsResponse } from "../models/models_ import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; import { de_DescribeEventsCommand, se_DescribeEventsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworkscm/src/commands/DescribeNodeAssociationStatusCommand.ts b/clients/client-opsworkscm/src/commands/DescribeNodeAssociationStatusCommand.ts index 4dd6dad255d31..2ecd996472daf 100644 --- a/clients/client-opsworkscm/src/commands/DescribeNodeAssociationStatusCommand.ts +++ b/clients/client-opsworkscm/src/commands/DescribeNodeAssociationStatusCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeNodeAssociationStatusCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworkscm/src/commands/DescribeServersCommand.ts b/clients/client-opsworkscm/src/commands/DescribeServersCommand.ts index 30da06674340d..c6c86331c6c17 100644 --- a/clients/client-opsworkscm/src/commands/DescribeServersCommand.ts +++ b/clients/client-opsworkscm/src/commands/DescribeServersCommand.ts @@ -21,6 +21,10 @@ import { import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; import { de_DescribeServersCommand, se_DescribeServersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworkscm/src/commands/DisassociateNodeCommand.ts b/clients/client-opsworkscm/src/commands/DisassociateNodeCommand.ts index bc500f26e1420..0a90f4071c98b 100644 --- a/clients/client-opsworkscm/src/commands/DisassociateNodeCommand.ts +++ b/clients/client-opsworkscm/src/commands/DisassociateNodeCommand.ts @@ -21,6 +21,10 @@ import { import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; import { de_DisassociateNodeCommand, se_DisassociateNodeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworkscm/src/commands/ExportServerEngineAttributeCommand.ts b/clients/client-opsworkscm/src/commands/ExportServerEngineAttributeCommand.ts index 8fdcee2ac0451..be8b554d0a2e9 100644 --- a/clients/client-opsworkscm/src/commands/ExportServerEngineAttributeCommand.ts +++ b/clients/client-opsworkscm/src/commands/ExportServerEngineAttributeCommand.ts @@ -22,6 +22,10 @@ import { import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; import { de_ExportServerEngineAttributeCommand, se_ExportServerEngineAttributeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworkscm/src/commands/ListTagsForResourceCommand.ts b/clients/client-opsworkscm/src/commands/ListTagsForResourceCommand.ts index a483c2aea7796..85ca0549760c3 100644 --- a/clients/client-opsworkscm/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-opsworkscm/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworkscm/src/commands/RestoreServerCommand.ts b/clients/client-opsworkscm/src/commands/RestoreServerCommand.ts index 03afa8046a4c7..1802cb0f600f1 100644 --- a/clients/client-opsworkscm/src/commands/RestoreServerCommand.ts +++ b/clients/client-opsworkscm/src/commands/RestoreServerCommand.ts @@ -21,6 +21,10 @@ import { import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; import { de_RestoreServerCommand, se_RestoreServerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworkscm/src/commands/StartMaintenanceCommand.ts b/clients/client-opsworkscm/src/commands/StartMaintenanceCommand.ts index f1628fe3f08d8..0ce692206b188 100644 --- a/clients/client-opsworkscm/src/commands/StartMaintenanceCommand.ts +++ b/clients/client-opsworkscm/src/commands/StartMaintenanceCommand.ts @@ -22,6 +22,10 @@ import { import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; import { de_StartMaintenanceCommand, se_StartMaintenanceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworkscm/src/commands/TagResourceCommand.ts b/clients/client-opsworkscm/src/commands/TagResourceCommand.ts index e04a51cdc7eb4..2c134dd448173 100644 --- a/clients/client-opsworkscm/src/commands/TagResourceCommand.ts +++ b/clients/client-opsworkscm/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworkscm/src/commands/UntagResourceCommand.ts b/clients/client-opsworkscm/src/commands/UntagResourceCommand.ts index 9a736ab4bab7a..420cd464f0e44 100644 --- a/clients/client-opsworkscm/src/commands/UntagResourceCommand.ts +++ b/clients/client-opsworkscm/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworkscm/src/commands/UpdateServerCommand.ts b/clients/client-opsworkscm/src/commands/UpdateServerCommand.ts index 95ed7216f4b74..49f10b11e7712 100644 --- a/clients/client-opsworkscm/src/commands/UpdateServerCommand.ts +++ b/clients/client-opsworkscm/src/commands/UpdateServerCommand.ts @@ -17,6 +17,10 @@ import { UpdateServerRequest, UpdateServerResponse, UpdateServerResponseFilterSe import { OpsWorksCMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OpsWorksCMClient"; import { de_UpdateServerCommand, se_UpdateServerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworkscm/src/commands/UpdateServerEngineAttributesCommand.ts b/clients/client-opsworkscm/src/commands/UpdateServerEngineAttributesCommand.ts index 1e1a78f83fa01..1fde5d4da3fdb 100644 --- a/clients/client-opsworkscm/src/commands/UpdateServerEngineAttributesCommand.ts +++ b/clients/client-opsworkscm/src/commands/UpdateServerEngineAttributesCommand.ts @@ -24,6 +24,10 @@ import { se_UpdateServerEngineAttributesCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-opsworkscm/src/index.ts b/clients/client-opsworkscm/src/index.ts index 108902d607937..5fab461ac54cc 100644 --- a/clients/client-opsworkscm/src/index.ts +++ b/clients/client-opsworkscm/src/index.ts @@ -1,9 +1,102 @@ -export * from "./OpsWorksCM"; // smithy-typescript generated code +/* eslint-disable */ +/** + * AWS OpsWorks CM + *

AWS OpsWorks for configuration management (CM) is a service that runs and manages + * configuration management servers. You can use AWS OpsWorks CM to create and manage AWS + * OpsWorks for Chef Automate and AWS OpsWorks for Puppet Enterprise servers, and add or remove + * nodes for the servers to manage.

+ *

+ * Glossary of terms + *

+ *
    + *
  • + *

    + * Server: A configuration management server that can be + * highly-available. The configuration management server runs on + * an Amazon Elastic Compute Cloud (EC2) instance, and may use various other AWS services, such as Amazon Relational + * Database Service (RDS) and Elastic Load Balancing. A server is a generic abstraction over the configuration + * manager that you want to use, much like Amazon RDS. In AWS OpsWorks CM, you do not start + * or stop servers. After you create servers, they continue to run until they are deleted.

    + *
  • + *
  • + *

    + * Engine: The engine is the specific configuration manager + * that you want to use. Valid values in this release include ChefAutomate and Puppet.

    + *
  • + *
  • + *

    + * Backup: This + * is an application-level backup of the data that the configuration manager + * stores. AWS OpsWorks CM + * creates an S3 bucket for backups when you launch the first + * server. A backup maintains a snapshot of a server's configuration-related + * attributes at the time the backup starts.

    + *
  • + *
  • + *

    + * Events: + * Events are always related to a server. Events are written + * during server creation, when health checks run, when backups + * are created, when system maintenance is performed, etc. When you delete a server, the server's events are + * also deleted.

    + *
  • + *
  • + *

    + * Account attributes: + * Every account has attributes that are assigned in the AWS OpsWorks CM + * database. These attributes store information about configuration limits (servers, + * backups, etc.) and your customer account. + *

    + *
  • + *
+ *

+ * Endpoints + *

+ *

AWS OpsWorks CM supports the following endpoints, all HTTPS. You must connect to one of the following endpoints. Your servers + * can only be accessed or managed within the endpoint in which they are created.

+ *
    + *
  • + *

    opsworks-cm.us-east-1.amazonaws.com

    + *
  • + *
  • + *

    opsworks-cm.us-east-2.amazonaws.com

    + *
  • + *
  • + *

    opsworks-cm.us-west-1.amazonaws.com

    + *
  • + *
  • + *

    opsworks-cm.us-west-2.amazonaws.com

    + *
  • + *
  • + *

    opsworks-cm.ap-northeast-1.amazonaws.com

    + *
  • + *
  • + *

    opsworks-cm.ap-southeast-1.amazonaws.com

    + *
  • + *
  • + *

    opsworks-cm.ap-southeast-2.amazonaws.com

    + *
  • + *
  • + *

    opsworks-cm.eu-central-1.amazonaws.com

    + *
  • + *
  • + *

    opsworks-cm.eu-west-1.amazonaws.com

    + *
  • + *
+ *

For more information, see AWS OpsWorks endpoints and quotas in the AWS General Reference.

+ *

+ * Throttling limits + *

+ *

All API operations allow for five requests per second with a burst of 10 requests per second.

+ * + * @packageDocumentation + */ export * from "./OpsWorksCMClient"; +export * from "./OpsWorksCM"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { OpsWorksCMServiceException } from "./models/OpsWorksCMServiceException"; diff --git a/clients/client-opsworkscm/src/models/OpsWorksCMServiceException.ts b/clients/client-opsworkscm/src/models/OpsWorksCMServiceException.ts index 77fa890f01592..21acffdb25cd4 100644 --- a/clients/client-opsworkscm/src/models/OpsWorksCMServiceException.ts +++ b/clients/client-opsworkscm/src/models/OpsWorksCMServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-organizations/src/OrganizationsClient.ts b/clients/client-organizations/src/OrganizationsClient.ts index f2c254d6631ac..233f756eb5c43 100644 --- a/clients/client-organizations/src/OrganizationsClient.ts +++ b/clients/client-organizations/src/OrganizationsClient.ts @@ -195,6 +195,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -442,7 +444,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type OrganizationsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type OrganizationsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -461,7 +463,7 @@ export interface OrganizationsClientConfig extends OrganizationsClientConfigType /** * @public */ -type OrganizationsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type OrganizationsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-organizations/src/commands/AcceptHandshakeCommand.ts b/clients/client-organizations/src/commands/AcceptHandshakeCommand.ts index 56f76f8dbaa51..e66726d5028e1 100644 --- a/clients/client-organizations/src/commands/AcceptHandshakeCommand.ts +++ b/clients/client-organizations/src/commands/AcceptHandshakeCommand.ts @@ -21,6 +21,10 @@ import { import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_AcceptHandshakeCommand, se_AcceptHandshakeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/AttachPolicyCommand.ts b/clients/client-organizations/src/commands/AttachPolicyCommand.ts index ba8436618cbcd..a1c79abaf061f 100644 --- a/clients/client-organizations/src/commands/AttachPolicyCommand.ts +++ b/clients/client-organizations/src/commands/AttachPolicyCommand.ts @@ -17,6 +17,10 @@ import { AttachPolicyRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_AttachPolicyCommand, se_AttachPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/CancelHandshakeCommand.ts b/clients/client-organizations/src/commands/CancelHandshakeCommand.ts index 5661c330999b9..601edb812ee97 100644 --- a/clients/client-organizations/src/commands/CancelHandshakeCommand.ts +++ b/clients/client-organizations/src/commands/CancelHandshakeCommand.ts @@ -21,6 +21,10 @@ import { import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_CancelHandshakeCommand, se_CancelHandshakeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/CloseAccountCommand.ts b/clients/client-organizations/src/commands/CloseAccountCommand.ts index d8de6f8a8357b..a3c91c53a692a 100644 --- a/clients/client-organizations/src/commands/CloseAccountCommand.ts +++ b/clients/client-organizations/src/commands/CloseAccountCommand.ts @@ -17,6 +17,10 @@ import { CloseAccountRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_CloseAccountCommand, se_CloseAccountCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/CreateAccountCommand.ts b/clients/client-organizations/src/commands/CreateAccountCommand.ts index 4f41afd26f9e2..b4c2f2347d6fc 100644 --- a/clients/client-organizations/src/commands/CreateAccountCommand.ts +++ b/clients/client-organizations/src/commands/CreateAccountCommand.ts @@ -22,6 +22,10 @@ import { import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_CreateAccountCommand, se_CreateAccountCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/CreateGovCloudAccountCommand.ts b/clients/client-organizations/src/commands/CreateGovCloudAccountCommand.ts index b211060da4eb8..08bba723c9c68 100644 --- a/clients/client-organizations/src/commands/CreateGovCloudAccountCommand.ts +++ b/clients/client-organizations/src/commands/CreateGovCloudAccountCommand.ts @@ -22,6 +22,10 @@ import { import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_CreateGovCloudAccountCommand, se_CreateGovCloudAccountCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/CreateOrganizationCommand.ts b/clients/client-organizations/src/commands/CreateOrganizationCommand.ts index 4c19c90a8c891..3a0e405364558 100644 --- a/clients/client-organizations/src/commands/CreateOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/CreateOrganizationCommand.ts @@ -21,6 +21,10 @@ import { import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_CreateOrganizationCommand, se_CreateOrganizationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/CreateOrganizationalUnitCommand.ts b/clients/client-organizations/src/commands/CreateOrganizationalUnitCommand.ts index b1045ea1aa5b4..9efcd3c8a13e6 100644 --- a/clients/client-organizations/src/commands/CreateOrganizationalUnitCommand.ts +++ b/clients/client-organizations/src/commands/CreateOrganizationalUnitCommand.ts @@ -17,6 +17,10 @@ import { CreateOrganizationalUnitRequest, CreateOrganizationalUnitResponse } fro import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_CreateOrganizationalUnitCommand, se_CreateOrganizationalUnitCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/CreatePolicyCommand.ts b/clients/client-organizations/src/commands/CreatePolicyCommand.ts index 9021ad079dffb..3b52fbdf125d0 100644 --- a/clients/client-organizations/src/commands/CreatePolicyCommand.ts +++ b/clients/client-organizations/src/commands/CreatePolicyCommand.ts @@ -17,6 +17,10 @@ import { CreatePolicyRequest, CreatePolicyResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_CreatePolicyCommand, se_CreatePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/DeclineHandshakeCommand.ts b/clients/client-organizations/src/commands/DeclineHandshakeCommand.ts index a8d612cb36d96..2d48b381b2eb7 100644 --- a/clients/client-organizations/src/commands/DeclineHandshakeCommand.ts +++ b/clients/client-organizations/src/commands/DeclineHandshakeCommand.ts @@ -21,6 +21,10 @@ import { import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_DeclineHandshakeCommand, se_DeclineHandshakeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/DeleteOrganizationCommand.ts b/clients/client-organizations/src/commands/DeleteOrganizationCommand.ts index f4a89127f0de2..4537c2eaad23f 100644 --- a/clients/client-organizations/src/commands/DeleteOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/DeleteOrganizationCommand.ts @@ -16,6 +16,10 @@ import { SerdeContext as __SerdeContext } from "@smithy/types"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_DeleteOrganizationCommand, se_DeleteOrganizationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/DeleteOrganizationalUnitCommand.ts b/clients/client-organizations/src/commands/DeleteOrganizationalUnitCommand.ts index 04a8734acf317..39614f49ca8c3 100644 --- a/clients/client-organizations/src/commands/DeleteOrganizationalUnitCommand.ts +++ b/clients/client-organizations/src/commands/DeleteOrganizationalUnitCommand.ts @@ -17,6 +17,10 @@ import { DeleteOrganizationalUnitRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_DeleteOrganizationalUnitCommand, se_DeleteOrganizationalUnitCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/DeletePolicyCommand.ts b/clients/client-organizations/src/commands/DeletePolicyCommand.ts index ad15cb2234325..ba5f759b3d4e0 100644 --- a/clients/client-organizations/src/commands/DeletePolicyCommand.ts +++ b/clients/client-organizations/src/commands/DeletePolicyCommand.ts @@ -17,6 +17,10 @@ import { DeletePolicyRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_DeletePolicyCommand, se_DeletePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-organizations/src/commands/DeleteResourcePolicyCommand.ts index e74084beb6674..a7391a88438bc 100644 --- a/clients/client-organizations/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-organizations/src/commands/DeleteResourcePolicyCommand.ts @@ -16,6 +16,10 @@ import { SerdeContext as __SerdeContext } from "@smithy/types"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/DeregisterDelegatedAdministratorCommand.ts b/clients/client-organizations/src/commands/DeregisterDelegatedAdministratorCommand.ts index 7f047f1f38963..55e1953da5fe1 100644 --- a/clients/client-organizations/src/commands/DeregisterDelegatedAdministratorCommand.ts +++ b/clients/client-organizations/src/commands/DeregisterDelegatedAdministratorCommand.ts @@ -20,6 +20,10 @@ import { se_DeregisterDelegatedAdministratorCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/DescribeAccountCommand.ts b/clients/client-organizations/src/commands/DescribeAccountCommand.ts index d03ad47ec2a8c..ad4837025d7de 100644 --- a/clients/client-organizations/src/commands/DescribeAccountCommand.ts +++ b/clients/client-organizations/src/commands/DescribeAccountCommand.ts @@ -21,6 +21,10 @@ import { import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_DescribeAccountCommand, se_DescribeAccountCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/DescribeCreateAccountStatusCommand.ts b/clients/client-organizations/src/commands/DescribeCreateAccountStatusCommand.ts index 701961ad52bdd..bd8272767a623 100644 --- a/clients/client-organizations/src/commands/DescribeCreateAccountStatusCommand.ts +++ b/clients/client-organizations/src/commands/DescribeCreateAccountStatusCommand.ts @@ -21,6 +21,10 @@ import { import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_DescribeCreateAccountStatusCommand, se_DescribeCreateAccountStatusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/DescribeEffectivePolicyCommand.ts b/clients/client-organizations/src/commands/DescribeEffectivePolicyCommand.ts index 07adcf8b6586d..a51145c349b4a 100644 --- a/clients/client-organizations/src/commands/DescribeEffectivePolicyCommand.ts +++ b/clients/client-organizations/src/commands/DescribeEffectivePolicyCommand.ts @@ -17,6 +17,10 @@ import { DescribeEffectivePolicyRequest, DescribeEffectivePolicyResponse } from import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_DescribeEffectivePolicyCommand, se_DescribeEffectivePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/DescribeHandshakeCommand.ts b/clients/client-organizations/src/commands/DescribeHandshakeCommand.ts index 1cf42ad1cc182..8d92f40cc3094 100644 --- a/clients/client-organizations/src/commands/DescribeHandshakeCommand.ts +++ b/clients/client-organizations/src/commands/DescribeHandshakeCommand.ts @@ -21,6 +21,10 @@ import { import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_DescribeHandshakeCommand, se_DescribeHandshakeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/DescribeOrganizationCommand.ts b/clients/client-organizations/src/commands/DescribeOrganizationCommand.ts index a5b6c06be9ade..f48a078681206 100644 --- a/clients/client-organizations/src/commands/DescribeOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/DescribeOrganizationCommand.ts @@ -17,6 +17,10 @@ import { DescribeOrganizationResponse, DescribeOrganizationResponseFilterSensiti import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_DescribeOrganizationCommand, se_DescribeOrganizationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/DescribeOrganizationalUnitCommand.ts b/clients/client-organizations/src/commands/DescribeOrganizationalUnitCommand.ts index 7978be90c5011..742482ea0e9f9 100644 --- a/clients/client-organizations/src/commands/DescribeOrganizationalUnitCommand.ts +++ b/clients/client-organizations/src/commands/DescribeOrganizationalUnitCommand.ts @@ -17,6 +17,10 @@ import { DescribeOrganizationalUnitRequest, DescribeOrganizationalUnitResponse } import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_DescribeOrganizationalUnitCommand, se_DescribeOrganizationalUnitCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/DescribePolicyCommand.ts b/clients/client-organizations/src/commands/DescribePolicyCommand.ts index 72f7dcbf07784..7b810572d8551 100644 --- a/clients/client-organizations/src/commands/DescribePolicyCommand.ts +++ b/clients/client-organizations/src/commands/DescribePolicyCommand.ts @@ -17,6 +17,10 @@ import { DescribePolicyRequest, DescribePolicyResponse } from "../models/models_ import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_DescribePolicyCommand, se_DescribePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/DescribeResourcePolicyCommand.ts b/clients/client-organizations/src/commands/DescribeResourcePolicyCommand.ts index 2c6708d8905ca..33122957e40a3 100644 --- a/clients/client-organizations/src/commands/DescribeResourcePolicyCommand.ts +++ b/clients/client-organizations/src/commands/DescribeResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { DescribeResourcePolicyResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_DescribeResourcePolicyCommand, se_DescribeResourcePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/DetachPolicyCommand.ts b/clients/client-organizations/src/commands/DetachPolicyCommand.ts index ac03c48b87827..a584d071de5a1 100644 --- a/clients/client-organizations/src/commands/DetachPolicyCommand.ts +++ b/clients/client-organizations/src/commands/DetachPolicyCommand.ts @@ -17,6 +17,10 @@ import { DetachPolicyRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_DetachPolicyCommand, se_DetachPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/DisableAWSServiceAccessCommand.ts b/clients/client-organizations/src/commands/DisableAWSServiceAccessCommand.ts index 224cbb1696429..d101ffeccc4e2 100644 --- a/clients/client-organizations/src/commands/DisableAWSServiceAccessCommand.ts +++ b/clients/client-organizations/src/commands/DisableAWSServiceAccessCommand.ts @@ -17,6 +17,10 @@ import { DisableAWSServiceAccessRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_DisableAWSServiceAccessCommand, se_DisableAWSServiceAccessCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/DisablePolicyTypeCommand.ts b/clients/client-organizations/src/commands/DisablePolicyTypeCommand.ts index f44d929ff4d54..d86728790e4eb 100644 --- a/clients/client-organizations/src/commands/DisablePolicyTypeCommand.ts +++ b/clients/client-organizations/src/commands/DisablePolicyTypeCommand.ts @@ -17,6 +17,10 @@ import { DisablePolicyTypeRequest, DisablePolicyTypeResponse } from "../models/m import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_DisablePolicyTypeCommand, se_DisablePolicyTypeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/EnableAWSServiceAccessCommand.ts b/clients/client-organizations/src/commands/EnableAWSServiceAccessCommand.ts index 0c6fd915ad377..173949536b934 100644 --- a/clients/client-organizations/src/commands/EnableAWSServiceAccessCommand.ts +++ b/clients/client-organizations/src/commands/EnableAWSServiceAccessCommand.ts @@ -17,6 +17,10 @@ import { EnableAWSServiceAccessRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_EnableAWSServiceAccessCommand, se_EnableAWSServiceAccessCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/EnableAllFeaturesCommand.ts b/clients/client-organizations/src/commands/EnableAllFeaturesCommand.ts index a54e4b2b2d7e2..437069bd7263e 100644 --- a/clients/client-organizations/src/commands/EnableAllFeaturesCommand.ts +++ b/clients/client-organizations/src/commands/EnableAllFeaturesCommand.ts @@ -21,6 +21,10 @@ import { import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_EnableAllFeaturesCommand, se_EnableAllFeaturesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/EnablePolicyTypeCommand.ts b/clients/client-organizations/src/commands/EnablePolicyTypeCommand.ts index 43966015f69ed..faa06e560a26c 100644 --- a/clients/client-organizations/src/commands/EnablePolicyTypeCommand.ts +++ b/clients/client-organizations/src/commands/EnablePolicyTypeCommand.ts @@ -17,6 +17,10 @@ import { EnablePolicyTypeRequest, EnablePolicyTypeResponse } from "../models/mod import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_EnablePolicyTypeCommand, se_EnablePolicyTypeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/InviteAccountToOrganizationCommand.ts b/clients/client-organizations/src/commands/InviteAccountToOrganizationCommand.ts index 51a90bfe3d85c..267556a8b588a 100644 --- a/clients/client-organizations/src/commands/InviteAccountToOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/InviteAccountToOrganizationCommand.ts @@ -22,6 +22,10 @@ import { import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_InviteAccountToOrganizationCommand, se_InviteAccountToOrganizationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/LeaveOrganizationCommand.ts b/clients/client-organizations/src/commands/LeaveOrganizationCommand.ts index 325d26f32f02d..ad5dcd1568e8e 100644 --- a/clients/client-organizations/src/commands/LeaveOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/LeaveOrganizationCommand.ts @@ -16,6 +16,10 @@ import { SerdeContext as __SerdeContext } from "@smithy/types"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_LeaveOrganizationCommand, se_LeaveOrganizationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/ListAWSServiceAccessForOrganizationCommand.ts b/clients/client-organizations/src/commands/ListAWSServiceAccessForOrganizationCommand.ts index 5f289ad29fc70..f786fde9e80d7 100644 --- a/clients/client-organizations/src/commands/ListAWSServiceAccessForOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/ListAWSServiceAccessForOrganizationCommand.ts @@ -23,6 +23,10 @@ import { se_ListAWSServiceAccessForOrganizationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/ListAccountsCommand.ts b/clients/client-organizations/src/commands/ListAccountsCommand.ts index 52faf317f2ceb..a08b92bc8684a 100644 --- a/clients/client-organizations/src/commands/ListAccountsCommand.ts +++ b/clients/client-organizations/src/commands/ListAccountsCommand.ts @@ -17,6 +17,10 @@ import { ListAccountsRequest, ListAccountsResponse, ListAccountsResponseFilterSe import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_ListAccountsCommand, se_ListAccountsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/ListAccountsForParentCommand.ts b/clients/client-organizations/src/commands/ListAccountsForParentCommand.ts index fe06b82cddab7..1e28ccb5b4062 100644 --- a/clients/client-organizations/src/commands/ListAccountsForParentCommand.ts +++ b/clients/client-organizations/src/commands/ListAccountsForParentCommand.ts @@ -21,6 +21,10 @@ import { import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_ListAccountsForParentCommand, se_ListAccountsForParentCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/ListChildrenCommand.ts b/clients/client-organizations/src/commands/ListChildrenCommand.ts index d28ca3df32c6e..4fe9888d91da9 100644 --- a/clients/client-organizations/src/commands/ListChildrenCommand.ts +++ b/clients/client-organizations/src/commands/ListChildrenCommand.ts @@ -17,6 +17,10 @@ import { ListChildrenRequest, ListChildrenResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_ListChildrenCommand, se_ListChildrenCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/ListCreateAccountStatusCommand.ts b/clients/client-organizations/src/commands/ListCreateAccountStatusCommand.ts index 2f3e1e79edfa9..220a398d609ce 100644 --- a/clients/client-organizations/src/commands/ListCreateAccountStatusCommand.ts +++ b/clients/client-organizations/src/commands/ListCreateAccountStatusCommand.ts @@ -21,6 +21,10 @@ import { import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_ListCreateAccountStatusCommand, se_ListCreateAccountStatusCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/ListDelegatedAdministratorsCommand.ts b/clients/client-organizations/src/commands/ListDelegatedAdministratorsCommand.ts index 0b801ee0f7d1a..99865b84cd39f 100644 --- a/clients/client-organizations/src/commands/ListDelegatedAdministratorsCommand.ts +++ b/clients/client-organizations/src/commands/ListDelegatedAdministratorsCommand.ts @@ -21,6 +21,10 @@ import { import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_ListDelegatedAdministratorsCommand, se_ListDelegatedAdministratorsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/ListDelegatedServicesForAccountCommand.ts b/clients/client-organizations/src/commands/ListDelegatedServicesForAccountCommand.ts index c1bb18e533115..9f21bb7fce973 100644 --- a/clients/client-organizations/src/commands/ListDelegatedServicesForAccountCommand.ts +++ b/clients/client-organizations/src/commands/ListDelegatedServicesForAccountCommand.ts @@ -20,6 +20,10 @@ import { se_ListDelegatedServicesForAccountCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/ListHandshakesForAccountCommand.ts b/clients/client-organizations/src/commands/ListHandshakesForAccountCommand.ts index d74108ad6490a..5680cbd8f6369 100644 --- a/clients/client-organizations/src/commands/ListHandshakesForAccountCommand.ts +++ b/clients/client-organizations/src/commands/ListHandshakesForAccountCommand.ts @@ -21,6 +21,10 @@ import { import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_ListHandshakesForAccountCommand, se_ListHandshakesForAccountCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/ListHandshakesForOrganizationCommand.ts b/clients/client-organizations/src/commands/ListHandshakesForOrganizationCommand.ts index 385a8f0bec5e4..9744453d26429 100644 --- a/clients/client-organizations/src/commands/ListHandshakesForOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/ListHandshakesForOrganizationCommand.ts @@ -24,6 +24,10 @@ import { se_ListHandshakesForOrganizationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/ListOrganizationalUnitsForParentCommand.ts b/clients/client-organizations/src/commands/ListOrganizationalUnitsForParentCommand.ts index 66a41cf0240dd..e3579a56fea0d 100644 --- a/clients/client-organizations/src/commands/ListOrganizationalUnitsForParentCommand.ts +++ b/clients/client-organizations/src/commands/ListOrganizationalUnitsForParentCommand.ts @@ -20,6 +20,10 @@ import { se_ListOrganizationalUnitsForParentCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/ListParentsCommand.ts b/clients/client-organizations/src/commands/ListParentsCommand.ts index ace6eaa2d24e0..9b5370a007482 100644 --- a/clients/client-organizations/src/commands/ListParentsCommand.ts +++ b/clients/client-organizations/src/commands/ListParentsCommand.ts @@ -17,6 +17,10 @@ import { ListParentsRequest, ListParentsResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_ListParentsCommand, se_ListParentsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/ListPoliciesCommand.ts b/clients/client-organizations/src/commands/ListPoliciesCommand.ts index 6ba84d5904d2c..988c4dd846167 100644 --- a/clients/client-organizations/src/commands/ListPoliciesCommand.ts +++ b/clients/client-organizations/src/commands/ListPoliciesCommand.ts @@ -17,6 +17,10 @@ import { ListPoliciesRequest, ListPoliciesResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_ListPoliciesCommand, se_ListPoliciesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/ListPoliciesForTargetCommand.ts b/clients/client-organizations/src/commands/ListPoliciesForTargetCommand.ts index 47fa080223fdd..fcd8567726854 100644 --- a/clients/client-organizations/src/commands/ListPoliciesForTargetCommand.ts +++ b/clients/client-organizations/src/commands/ListPoliciesForTargetCommand.ts @@ -17,6 +17,10 @@ import { ListPoliciesForTargetRequest, ListPoliciesForTargetResponse } from "../ import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_ListPoliciesForTargetCommand, se_ListPoliciesForTargetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/ListRootsCommand.ts b/clients/client-organizations/src/commands/ListRootsCommand.ts index 86bd54d9142db..d5f66e644fa40 100644 --- a/clients/client-organizations/src/commands/ListRootsCommand.ts +++ b/clients/client-organizations/src/commands/ListRootsCommand.ts @@ -17,6 +17,10 @@ import { ListRootsRequest, ListRootsResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_ListRootsCommand, se_ListRootsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/ListTagsForResourceCommand.ts b/clients/client-organizations/src/commands/ListTagsForResourceCommand.ts index a9aa633122538..84e99b89cc65f 100644 --- a/clients/client-organizations/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-organizations/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/ListTargetsForPolicyCommand.ts b/clients/client-organizations/src/commands/ListTargetsForPolicyCommand.ts index cdd0368df25b2..699040eab9ae3 100644 --- a/clients/client-organizations/src/commands/ListTargetsForPolicyCommand.ts +++ b/clients/client-organizations/src/commands/ListTargetsForPolicyCommand.ts @@ -17,6 +17,10 @@ import { ListTargetsForPolicyRequest, ListTargetsForPolicyResponse } from "../mo import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_ListTargetsForPolicyCommand, se_ListTargetsForPolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/MoveAccountCommand.ts b/clients/client-organizations/src/commands/MoveAccountCommand.ts index 920ba727cf408..90e6be6b2046b 100644 --- a/clients/client-organizations/src/commands/MoveAccountCommand.ts +++ b/clients/client-organizations/src/commands/MoveAccountCommand.ts @@ -17,6 +17,10 @@ import { MoveAccountRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_MoveAccountCommand, se_MoveAccountCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/PutResourcePolicyCommand.ts b/clients/client-organizations/src/commands/PutResourcePolicyCommand.ts index 339ce573610b4..32972794366fe 100644 --- a/clients/client-organizations/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-organizations/src/commands/PutResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/m import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/RegisterDelegatedAdministratorCommand.ts b/clients/client-organizations/src/commands/RegisterDelegatedAdministratorCommand.ts index d34304f1bd3d6..aaabe8d27c4c4 100644 --- a/clients/client-organizations/src/commands/RegisterDelegatedAdministratorCommand.ts +++ b/clients/client-organizations/src/commands/RegisterDelegatedAdministratorCommand.ts @@ -20,6 +20,10 @@ import { se_RegisterDelegatedAdministratorCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/RemoveAccountFromOrganizationCommand.ts b/clients/client-organizations/src/commands/RemoveAccountFromOrganizationCommand.ts index 447932cad2523..a2d3df73ad6a1 100644 --- a/clients/client-organizations/src/commands/RemoveAccountFromOrganizationCommand.ts +++ b/clients/client-organizations/src/commands/RemoveAccountFromOrganizationCommand.ts @@ -20,6 +20,10 @@ import { se_RemoveAccountFromOrganizationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/TagResourceCommand.ts b/clients/client-organizations/src/commands/TagResourceCommand.ts index b961022c7a39e..23f3348b46390 100644 --- a/clients/client-organizations/src/commands/TagResourceCommand.ts +++ b/clients/client-organizations/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/UntagResourceCommand.ts b/clients/client-organizations/src/commands/UntagResourceCommand.ts index 28257e7cfd1cb..8feb27acb35ab 100644 --- a/clients/client-organizations/src/commands/UntagResourceCommand.ts +++ b/clients/client-organizations/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/UpdateOrganizationalUnitCommand.ts b/clients/client-organizations/src/commands/UpdateOrganizationalUnitCommand.ts index 0ad88c808320e..7010968c9a678 100644 --- a/clients/client-organizations/src/commands/UpdateOrganizationalUnitCommand.ts +++ b/clients/client-organizations/src/commands/UpdateOrganizationalUnitCommand.ts @@ -17,6 +17,10 @@ import { UpdateOrganizationalUnitRequest, UpdateOrganizationalUnitResponse } fro import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_UpdateOrganizationalUnitCommand, se_UpdateOrganizationalUnitCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/commands/UpdatePolicyCommand.ts b/clients/client-organizations/src/commands/UpdatePolicyCommand.ts index 1119dcebfbd4a..9fb818a3ba641 100644 --- a/clients/client-organizations/src/commands/UpdatePolicyCommand.ts +++ b/clients/client-organizations/src/commands/UpdatePolicyCommand.ts @@ -17,6 +17,10 @@ import { UpdatePolicyRequest, UpdatePolicyResponse } from "../models/models_0"; import { OrganizationsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OrganizationsClient"; import { de_UpdatePolicyCommand, se_UpdatePolicyCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-organizations/src/index.ts b/clients/client-organizations/src/index.ts index 1c2f43d19c1a1..0e824a61c5fd0 100644 --- a/clients/client-organizations/src/index.ts +++ b/clients/client-organizations/src/index.ts @@ -1,8 +1,85 @@ -export * from "./Organizations"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Organizations is a web service that enables you to consolidate your multiple + * Amazon Web Services accounts into an organization and centrally manage your + * accounts and their resources.

+ *

This guide provides descriptions of the Organizations operations. For more + * information about using this service, see the Organizations User Guide.

+ *

+ * Support and feedback for Organizations + *

+ *

We welcome your feedback. Send your comments to feedback-awsorganizations@amazon.com or post your feedback and questions in + * the Organizations support forum. For + * more information about the Amazon Web Services support forums, see Forums Help.

+ *

+ * Endpoint to call When using the CLI or the Amazon Web Services + * SDK + *

+ *

For the current release of Organizations, specify the us-east-1 region + * for all Amazon Web Services API and CLI calls made from the commercial Amazon Web Services Regions outside of + * China. If calling from one of the Amazon Web Services Regions in China, then specify + * cn-northwest-1. You can do this in the CLI by using these parameters + * and commands:

+ *
    + *
  • + *

    Use the following parameter with each command to specify both the endpoint and + * its region:

    + *

    + * --endpoint-url https://organizations.us-east-1.amazonaws.com + * (from commercial Amazon Web Services Regions outside of China) + *

    + *

    or

    + *

    + * --endpoint-url + * https://organizations.cn-northwest-1.amazonaws.com.cn + * (from Amazon Web Services Regions in China) + *

    + *
  • + *
  • + *

    Use the default endpoint, but configure your default region with this + * command:

    + *

    + * aws configure set default.region us-east-1 + * (from commercial Amazon Web Services Regions outside of China) + *

    + *

    or

    + *

    + * aws configure set default.region cn-northwest-1 + * (from Amazon Web Services Regions in China) + *

    + *
  • + *
  • + *

    Use the following parameter with each command to specify the endpoint:

    + *

    + * --region us-east-1 + * (from commercial Amazon Web Services Regions outside of China) + *

    + *

    or

    + *

    + * --region cn-northwest-1 + * (from Amazon Web Services Regions in China) + *

    + *
  • + *
+ *

+ * Recording API Requests + *

+ *

Organizations supports CloudTrail, a service that records Amazon Web Services API calls for your + * Amazon Web Services account and delivers log files to an Amazon S3 bucket. By using information collected + * by CloudTrail, you can determine which requests the Organizations service received, who made the + * request and when, and so on. For more about Organizations and its support for CloudTrail, see + * Logging + * Organizations Events with CloudTrail in the Organizations User Guide. + * To learn more about CloudTrail, including how to turn it on and find your log files, see the + * CloudTrail User Guide.

+ * + * @packageDocumentation + */ export * from "./OrganizationsClient"; +export * from "./Organizations"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { OrganizationsServiceException } from "./models/OrganizationsServiceException"; diff --git a/clients/client-organizations/src/models/OrganizationsServiceException.ts b/clients/client-organizations/src/models/OrganizationsServiceException.ts index 9e71976a0a9a9..060fd0b8763fd 100644 --- a/clients/client-organizations/src/models/OrganizationsServiceException.ts +++ b/clients/client-organizations/src/models/OrganizationsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-osis/src/OSISClient.ts b/clients/client-osis/src/OSISClient.ts index 251faadfc70b3..60d6cdb349ce8 100644 --- a/clients/client-osis/src/OSISClient.ts +++ b/clients/client-osis/src/OSISClient.ts @@ -85,6 +85,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -250,7 +252,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type OSISClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type OSISClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -269,7 +271,7 @@ export interface OSISClientConfig extends OSISClientConfigType {} /** * @public */ -type OSISClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type OSISClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-osis/src/commands/CreatePipelineCommand.ts b/clients/client-osis/src/commands/CreatePipelineCommand.ts index cd0be8e4cccdc..a8d14d13a7913 100644 --- a/clients/client-osis/src/commands/CreatePipelineCommand.ts +++ b/clients/client-osis/src/commands/CreatePipelineCommand.ts @@ -17,6 +17,10 @@ import { CreatePipelineRequest, CreatePipelineResponse } from "../models/models_ import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; import { de_CreatePipelineCommand, se_CreatePipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-osis/src/commands/DeletePipelineCommand.ts b/clients/client-osis/src/commands/DeletePipelineCommand.ts index f4b1f561c38f9..3782aadad7b71 100644 --- a/clients/client-osis/src/commands/DeletePipelineCommand.ts +++ b/clients/client-osis/src/commands/DeletePipelineCommand.ts @@ -17,6 +17,10 @@ import { DeletePipelineRequest, DeletePipelineResponse } from "../models/models_ import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; import { de_DeletePipelineCommand, se_DeletePipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-osis/src/commands/GetPipelineBlueprintCommand.ts b/clients/client-osis/src/commands/GetPipelineBlueprintCommand.ts index 3999863ffd7a8..6bde5effb2d81 100644 --- a/clients/client-osis/src/commands/GetPipelineBlueprintCommand.ts +++ b/clients/client-osis/src/commands/GetPipelineBlueprintCommand.ts @@ -17,6 +17,10 @@ import { GetPipelineBlueprintRequest, GetPipelineBlueprintResponse } from "../mo import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; import { de_GetPipelineBlueprintCommand, se_GetPipelineBlueprintCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-osis/src/commands/GetPipelineChangeProgressCommand.ts b/clients/client-osis/src/commands/GetPipelineChangeProgressCommand.ts index 81883318522c4..3ce993bc10b16 100644 --- a/clients/client-osis/src/commands/GetPipelineChangeProgressCommand.ts +++ b/clients/client-osis/src/commands/GetPipelineChangeProgressCommand.ts @@ -17,6 +17,10 @@ import { GetPipelineChangeProgressRequest, GetPipelineChangeProgressResponse } f import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; import { de_GetPipelineChangeProgressCommand, se_GetPipelineChangeProgressCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-osis/src/commands/GetPipelineCommand.ts b/clients/client-osis/src/commands/GetPipelineCommand.ts index 1731a7ec689f3..6a43d0ee8bd24 100644 --- a/clients/client-osis/src/commands/GetPipelineCommand.ts +++ b/clients/client-osis/src/commands/GetPipelineCommand.ts @@ -17,6 +17,10 @@ import { GetPipelineRequest, GetPipelineResponse } from "../models/models_0"; import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; import { de_GetPipelineCommand, se_GetPipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-osis/src/commands/ListPipelineBlueprintsCommand.ts b/clients/client-osis/src/commands/ListPipelineBlueprintsCommand.ts index bf7e66d412f99..905b078b4a417 100644 --- a/clients/client-osis/src/commands/ListPipelineBlueprintsCommand.ts +++ b/clients/client-osis/src/commands/ListPipelineBlueprintsCommand.ts @@ -17,6 +17,10 @@ import { ListPipelineBlueprintsRequest, ListPipelineBlueprintsResponse } from ". import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; import { de_ListPipelineBlueprintsCommand, se_ListPipelineBlueprintsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-osis/src/commands/ListPipelinesCommand.ts b/clients/client-osis/src/commands/ListPipelinesCommand.ts index 1a11c9d9869d2..db53dbb09d274 100644 --- a/clients/client-osis/src/commands/ListPipelinesCommand.ts +++ b/clients/client-osis/src/commands/ListPipelinesCommand.ts @@ -17,6 +17,10 @@ import { ListPipelinesRequest, ListPipelinesResponse } from "../models/models_0" import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; import { de_ListPipelinesCommand, se_ListPipelinesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-osis/src/commands/ListTagsForResourceCommand.ts b/clients/client-osis/src/commands/ListTagsForResourceCommand.ts index 429c03790e717..1f8dbdf18ad57 100644 --- a/clients/client-osis/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-osis/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-osis/src/commands/StartPipelineCommand.ts b/clients/client-osis/src/commands/StartPipelineCommand.ts index 68439036885b1..4d1888b6f9423 100644 --- a/clients/client-osis/src/commands/StartPipelineCommand.ts +++ b/clients/client-osis/src/commands/StartPipelineCommand.ts @@ -17,6 +17,10 @@ import { StartPipelineRequest, StartPipelineResponse } from "../models/models_0" import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; import { de_StartPipelineCommand, se_StartPipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-osis/src/commands/StopPipelineCommand.ts b/clients/client-osis/src/commands/StopPipelineCommand.ts index ae0cebd691716..81e7dd481b612 100644 --- a/clients/client-osis/src/commands/StopPipelineCommand.ts +++ b/clients/client-osis/src/commands/StopPipelineCommand.ts @@ -17,6 +17,10 @@ import { StopPipelineRequest, StopPipelineResponse } from "../models/models_0"; import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; import { de_StopPipelineCommand, se_StopPipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-osis/src/commands/TagResourceCommand.ts b/clients/client-osis/src/commands/TagResourceCommand.ts index 9724ac2285a3f..ebd61b6ee534d 100644 --- a/clients/client-osis/src/commands/TagResourceCommand.ts +++ b/clients/client-osis/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-osis/src/commands/UntagResourceCommand.ts b/clients/client-osis/src/commands/UntagResourceCommand.ts index 9f230b395d228..53f751a7c1aa4 100644 --- a/clients/client-osis/src/commands/UntagResourceCommand.ts +++ b/clients/client-osis/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-osis/src/commands/UpdatePipelineCommand.ts b/clients/client-osis/src/commands/UpdatePipelineCommand.ts index 9b18da0add920..373a87b01aa93 100644 --- a/clients/client-osis/src/commands/UpdatePipelineCommand.ts +++ b/clients/client-osis/src/commands/UpdatePipelineCommand.ts @@ -17,6 +17,10 @@ import { UpdatePipelineRequest, UpdatePipelineResponse } from "../models/models_ import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; import { de_UpdatePipelineCommand, se_UpdatePipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-osis/src/commands/ValidatePipelineCommand.ts b/clients/client-osis/src/commands/ValidatePipelineCommand.ts index dc21a6873383b..bfe93f361d3bc 100644 --- a/clients/client-osis/src/commands/ValidatePipelineCommand.ts +++ b/clients/client-osis/src/commands/ValidatePipelineCommand.ts @@ -17,6 +17,10 @@ import { ValidatePipelineRequest, ValidatePipelineResponse } from "../models/mod import { OSISClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OSISClient"; import { de_ValidatePipelineCommand, se_ValidatePipelineCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-osis/src/index.ts b/clients/client-osis/src/index.ts index c7d5e71dae30e..856c1e1332629 100644 --- a/clients/client-osis/src/index.ts +++ b/clients/client-osis/src/index.ts @@ -1,8 +1,16 @@ -export * from "./OSIS"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Use the Amazon OpenSearch Ingestion API to create and manage ingestion pipelines. OpenSearch Ingestion is a + * fully managed data collector that delivers real-time log and trace data to OpenSearch Service domains. For more information, see + * Getting data into your cluster using OpenSearch Ingestion.

+ * + * @packageDocumentation + */ export * from "./OSISClient"; +export * from "./OSIS"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { OSISServiceException } from "./models/OSISServiceException"; diff --git a/clients/client-osis/src/models/OSISServiceException.ts b/clients/client-osis/src/models/OSISServiceException.ts index df0c81ca1fe62..068688ddd12ac 100644 --- a/clients/client-osis/src/models/OSISServiceException.ts +++ b/clients/client-osis/src/models/OSISServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-outposts/src/OutpostsClient.ts b/clients/client-outposts/src/OutpostsClient.ts index 1d2b98467d6af..58469e8783278 100644 --- a/clients/client-outposts/src/OutpostsClient.ts +++ b/clients/client-outposts/src/OutpostsClient.ts @@ -94,6 +94,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -283,7 +285,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type OutpostsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type OutpostsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -302,7 +304,7 @@ export interface OutpostsClientConfig extends OutpostsClientConfigType {} /** * @public */ -type OutpostsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type OutpostsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-outposts/src/commands/CancelOrderCommand.ts b/clients/client-outposts/src/commands/CancelOrderCommand.ts index c9e7f7fa8116a..baafdb9a85c1d 100644 --- a/clients/client-outposts/src/commands/CancelOrderCommand.ts +++ b/clients/client-outposts/src/commands/CancelOrderCommand.ts @@ -17,6 +17,10 @@ import { CancelOrderInput, CancelOrderOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_CancelOrderCommand, se_CancelOrderCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/CreateOrderCommand.ts b/clients/client-outposts/src/commands/CreateOrderCommand.ts index e56c845f1fd69..78520842832af 100644 --- a/clients/client-outposts/src/commands/CreateOrderCommand.ts +++ b/clients/client-outposts/src/commands/CreateOrderCommand.ts @@ -17,6 +17,10 @@ import { CreateOrderInput, CreateOrderOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_CreateOrderCommand, se_CreateOrderCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/CreateOutpostCommand.ts b/clients/client-outposts/src/commands/CreateOutpostCommand.ts index 0e35112889b5a..12d9ec42c974c 100644 --- a/clients/client-outposts/src/commands/CreateOutpostCommand.ts +++ b/clients/client-outposts/src/commands/CreateOutpostCommand.ts @@ -17,6 +17,10 @@ import { CreateOutpostInput, CreateOutpostOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_CreateOutpostCommand, se_CreateOutpostCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/CreateSiteCommand.ts b/clients/client-outposts/src/commands/CreateSiteCommand.ts index 5e51c99ca5141..89bd77c6ceed8 100644 --- a/clients/client-outposts/src/commands/CreateSiteCommand.ts +++ b/clients/client-outposts/src/commands/CreateSiteCommand.ts @@ -17,6 +17,10 @@ import { CreateSiteInput, CreateSiteOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_CreateSiteCommand, se_CreateSiteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/DeleteOutpostCommand.ts b/clients/client-outposts/src/commands/DeleteOutpostCommand.ts index a4772c3b3ef2b..fafe7a1967088 100644 --- a/clients/client-outposts/src/commands/DeleteOutpostCommand.ts +++ b/clients/client-outposts/src/commands/DeleteOutpostCommand.ts @@ -17,6 +17,10 @@ import { DeleteOutpostInput, DeleteOutpostOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_DeleteOutpostCommand, se_DeleteOutpostCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/DeleteSiteCommand.ts b/clients/client-outposts/src/commands/DeleteSiteCommand.ts index 25efabc854d61..3fd5e78f812ae 100644 --- a/clients/client-outposts/src/commands/DeleteSiteCommand.ts +++ b/clients/client-outposts/src/commands/DeleteSiteCommand.ts @@ -17,6 +17,10 @@ import { DeleteSiteInput, DeleteSiteOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_DeleteSiteCommand, se_DeleteSiteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/GetCatalogItemCommand.ts b/clients/client-outposts/src/commands/GetCatalogItemCommand.ts index 14bab91b3db9f..b180329e5cc9a 100644 --- a/clients/client-outposts/src/commands/GetCatalogItemCommand.ts +++ b/clients/client-outposts/src/commands/GetCatalogItemCommand.ts @@ -17,6 +17,10 @@ import { GetCatalogItemInput, GetCatalogItemOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_GetCatalogItemCommand, se_GetCatalogItemCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/GetConnectionCommand.ts b/clients/client-outposts/src/commands/GetConnectionCommand.ts index 586d21a6a34ee..2adec6ae4fd8d 100644 --- a/clients/client-outposts/src/commands/GetConnectionCommand.ts +++ b/clients/client-outposts/src/commands/GetConnectionCommand.ts @@ -17,6 +17,10 @@ import { GetConnectionRequest, GetConnectionResponse } from "../models/models_0" import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_GetConnectionCommand, se_GetConnectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/GetOrderCommand.ts b/clients/client-outposts/src/commands/GetOrderCommand.ts index 63a192a15300c..cbeda9992d2c3 100644 --- a/clients/client-outposts/src/commands/GetOrderCommand.ts +++ b/clients/client-outposts/src/commands/GetOrderCommand.ts @@ -17,6 +17,10 @@ import { GetOrderInput, GetOrderOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_GetOrderCommand, se_GetOrderCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/GetOutpostCommand.ts b/clients/client-outposts/src/commands/GetOutpostCommand.ts index bc5c5e6503d50..bbab96831920f 100644 --- a/clients/client-outposts/src/commands/GetOutpostCommand.ts +++ b/clients/client-outposts/src/commands/GetOutpostCommand.ts @@ -17,6 +17,10 @@ import { GetOutpostInput, GetOutpostOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_GetOutpostCommand, se_GetOutpostCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/GetOutpostInstanceTypesCommand.ts b/clients/client-outposts/src/commands/GetOutpostInstanceTypesCommand.ts index c38202dc6eacc..5ab9cf4d427f8 100644 --- a/clients/client-outposts/src/commands/GetOutpostInstanceTypesCommand.ts +++ b/clients/client-outposts/src/commands/GetOutpostInstanceTypesCommand.ts @@ -17,6 +17,10 @@ import { GetOutpostInstanceTypesInput, GetOutpostInstanceTypesOutput } from "../ import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_GetOutpostInstanceTypesCommand, se_GetOutpostInstanceTypesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/GetSiteAddressCommand.ts b/clients/client-outposts/src/commands/GetSiteAddressCommand.ts index 109c8d6b02c63..957ffb3a9f8f4 100644 --- a/clients/client-outposts/src/commands/GetSiteAddressCommand.ts +++ b/clients/client-outposts/src/commands/GetSiteAddressCommand.ts @@ -17,6 +17,10 @@ import { GetSiteAddressInput, GetSiteAddressOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_GetSiteAddressCommand, se_GetSiteAddressCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/GetSiteCommand.ts b/clients/client-outposts/src/commands/GetSiteCommand.ts index efafdafe0b9e8..20128cd657704 100644 --- a/clients/client-outposts/src/commands/GetSiteCommand.ts +++ b/clients/client-outposts/src/commands/GetSiteCommand.ts @@ -17,6 +17,10 @@ import { GetSiteInput, GetSiteOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_GetSiteCommand, se_GetSiteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/ListAssetsCommand.ts b/clients/client-outposts/src/commands/ListAssetsCommand.ts index 4d20b1440aec3..60d5ba51cc5e0 100644 --- a/clients/client-outposts/src/commands/ListAssetsCommand.ts +++ b/clients/client-outposts/src/commands/ListAssetsCommand.ts @@ -17,6 +17,10 @@ import { ListAssetsInput, ListAssetsOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_ListAssetsCommand, se_ListAssetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/ListCatalogItemsCommand.ts b/clients/client-outposts/src/commands/ListCatalogItemsCommand.ts index c382e506fcbfa..38051543963a0 100644 --- a/clients/client-outposts/src/commands/ListCatalogItemsCommand.ts +++ b/clients/client-outposts/src/commands/ListCatalogItemsCommand.ts @@ -17,6 +17,10 @@ import { ListCatalogItemsInput, ListCatalogItemsOutput } from "../models/models_ import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_ListCatalogItemsCommand, se_ListCatalogItemsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/ListOrdersCommand.ts b/clients/client-outposts/src/commands/ListOrdersCommand.ts index 112aebbb7610b..f65bb40361986 100644 --- a/clients/client-outposts/src/commands/ListOrdersCommand.ts +++ b/clients/client-outposts/src/commands/ListOrdersCommand.ts @@ -17,6 +17,10 @@ import { ListOrdersInput, ListOrdersOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_ListOrdersCommand, se_ListOrdersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/ListOutpostsCommand.ts b/clients/client-outposts/src/commands/ListOutpostsCommand.ts index 7a53663b3f886..88232d04a3557 100644 --- a/clients/client-outposts/src/commands/ListOutpostsCommand.ts +++ b/clients/client-outposts/src/commands/ListOutpostsCommand.ts @@ -17,6 +17,10 @@ import { ListOutpostsInput, ListOutpostsOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_ListOutpostsCommand, se_ListOutpostsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/ListSitesCommand.ts b/clients/client-outposts/src/commands/ListSitesCommand.ts index fb90be4ea7176..529c58d7a3862 100644 --- a/clients/client-outposts/src/commands/ListSitesCommand.ts +++ b/clients/client-outposts/src/commands/ListSitesCommand.ts @@ -17,6 +17,10 @@ import { ListSitesInput, ListSitesOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_ListSitesCommand, se_ListSitesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/ListTagsForResourceCommand.ts b/clients/client-outposts/src/commands/ListTagsForResourceCommand.ts index e41a41f9f5900..bb238d3b2a8ee 100644 --- a/clients/client-outposts/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-outposts/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/StartConnectionCommand.ts b/clients/client-outposts/src/commands/StartConnectionCommand.ts index 8e339fe398f82..aaf43fffdae04 100644 --- a/clients/client-outposts/src/commands/StartConnectionCommand.ts +++ b/clients/client-outposts/src/commands/StartConnectionCommand.ts @@ -17,6 +17,10 @@ import { StartConnectionRequest, StartConnectionResponse } from "../models/model import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_StartConnectionCommand, se_StartConnectionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/TagResourceCommand.ts b/clients/client-outposts/src/commands/TagResourceCommand.ts index f748a4468b600..6bf52e263b77a 100644 --- a/clients/client-outposts/src/commands/TagResourceCommand.ts +++ b/clients/client-outposts/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/UntagResourceCommand.ts b/clients/client-outposts/src/commands/UntagResourceCommand.ts index e2c9650b35f7d..c28488ae2ef58 100644 --- a/clients/client-outposts/src/commands/UntagResourceCommand.ts +++ b/clients/client-outposts/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/UpdateOutpostCommand.ts b/clients/client-outposts/src/commands/UpdateOutpostCommand.ts index 743ead899f70d..f0423c9a5da08 100644 --- a/clients/client-outposts/src/commands/UpdateOutpostCommand.ts +++ b/clients/client-outposts/src/commands/UpdateOutpostCommand.ts @@ -17,6 +17,10 @@ import { UpdateOutpostInput, UpdateOutpostOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_UpdateOutpostCommand, se_UpdateOutpostCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/UpdateSiteAddressCommand.ts b/clients/client-outposts/src/commands/UpdateSiteAddressCommand.ts index b8211e00572ce..d5d8922719225 100644 --- a/clients/client-outposts/src/commands/UpdateSiteAddressCommand.ts +++ b/clients/client-outposts/src/commands/UpdateSiteAddressCommand.ts @@ -17,6 +17,10 @@ import { UpdateSiteAddressInput, UpdateSiteAddressOutput } from "../models/model import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_UpdateSiteAddressCommand, se_UpdateSiteAddressCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/UpdateSiteCommand.ts b/clients/client-outposts/src/commands/UpdateSiteCommand.ts index 81f601cb19a96..10962fa77a6ae 100644 --- a/clients/client-outposts/src/commands/UpdateSiteCommand.ts +++ b/clients/client-outposts/src/commands/UpdateSiteCommand.ts @@ -17,6 +17,10 @@ import { UpdateSiteInput, UpdateSiteOutput } from "../models/models_0"; import { OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OutpostsClient"; import { de_UpdateSiteCommand, se_UpdateSiteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/commands/UpdateSiteRackPhysicalPropertiesCommand.ts b/clients/client-outposts/src/commands/UpdateSiteRackPhysicalPropertiesCommand.ts index 4f25386489176..1dc81762c462e 100644 --- a/clients/client-outposts/src/commands/UpdateSiteRackPhysicalPropertiesCommand.ts +++ b/clients/client-outposts/src/commands/UpdateSiteRackPhysicalPropertiesCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateSiteRackPhysicalPropertiesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-outposts/src/index.ts b/clients/client-outposts/src/index.ts index 4881fed8dd4d6..c53749a4517c2 100644 --- a/clients/client-outposts/src/index.ts +++ b/clients/client-outposts/src/index.ts @@ -1,8 +1,18 @@ -export * from "./Outposts"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to + * customer premises. By providing local access to Amazon Web Services managed infrastructure, Amazon Web Services Outposts enables + * customers to build and run applications on premises using the same programming interfaces as + * in Amazon Web Services Regions, while using local compute and storage resources for lower latency and local + * data processing needs.

+ * + * @packageDocumentation + */ export * from "./OutpostsClient"; +export * from "./Outposts"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { OutpostsServiceException } from "./models/OutpostsServiceException"; diff --git a/clients/client-outposts/src/models/OutpostsServiceException.ts b/clients/client-outposts/src/models/OutpostsServiceException.ts index 7bd13324190b3..94a54e99a6313 100644 --- a/clients/client-outposts/src/models/OutpostsServiceException.ts +++ b/clients/client-outposts/src/models/OutpostsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-panorama/src/PanoramaClient.ts b/clients/client-panorama/src/PanoramaClient.ts index 794c6db89b89b..e430d6e014a12 100644 --- a/clients/client-panorama/src/PanoramaClient.ts +++ b/clients/client-panorama/src/PanoramaClient.ts @@ -153,6 +153,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -358,7 +360,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type PanoramaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type PanoramaClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -377,7 +379,7 @@ export interface PanoramaClientConfig extends PanoramaClientConfigType {} /** * @public */ -type PanoramaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type PanoramaClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-panorama/src/commands/CreateApplicationInstanceCommand.ts b/clients/client-panorama/src/commands/CreateApplicationInstanceCommand.ts index 455cea3cf3e00..a40e8606699cd 100644 --- a/clients/client-panorama/src/commands/CreateApplicationInstanceCommand.ts +++ b/clients/client-panorama/src/commands/CreateApplicationInstanceCommand.ts @@ -17,6 +17,10 @@ import { CreateApplicationInstanceRequest, CreateApplicationInstanceResponse } f import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_CreateApplicationInstanceCommand, se_CreateApplicationInstanceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/CreateJobForDevicesCommand.ts b/clients/client-panorama/src/commands/CreateJobForDevicesCommand.ts index 6c492b09d92db..dc86a5891fa33 100644 --- a/clients/client-panorama/src/commands/CreateJobForDevicesCommand.ts +++ b/clients/client-panorama/src/commands/CreateJobForDevicesCommand.ts @@ -17,6 +17,10 @@ import { CreateJobForDevicesRequest, CreateJobForDevicesResponse } from "../mode import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_CreateJobForDevicesCommand, se_CreateJobForDevicesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/CreateNodeFromTemplateJobCommand.ts b/clients/client-panorama/src/commands/CreateNodeFromTemplateJobCommand.ts index 9c57528b3f3f7..9f3da797d614b 100644 --- a/clients/client-panorama/src/commands/CreateNodeFromTemplateJobCommand.ts +++ b/clients/client-panorama/src/commands/CreateNodeFromTemplateJobCommand.ts @@ -21,6 +21,10 @@ import { import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_CreateNodeFromTemplateJobCommand, se_CreateNodeFromTemplateJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/CreatePackageCommand.ts b/clients/client-panorama/src/commands/CreatePackageCommand.ts index 706d4aa9d3113..6ea13ff539939 100644 --- a/clients/client-panorama/src/commands/CreatePackageCommand.ts +++ b/clients/client-panorama/src/commands/CreatePackageCommand.ts @@ -17,6 +17,10 @@ import { CreatePackageRequest, CreatePackageResponse } from "../models/models_0" import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_CreatePackageCommand, se_CreatePackageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/CreatePackageImportJobCommand.ts b/clients/client-panorama/src/commands/CreatePackageImportJobCommand.ts index 14c52eceff22f..834db0b58c3f9 100644 --- a/clients/client-panorama/src/commands/CreatePackageImportJobCommand.ts +++ b/clients/client-panorama/src/commands/CreatePackageImportJobCommand.ts @@ -17,6 +17,10 @@ import { CreatePackageImportJobRequest, CreatePackageImportJobResponse } from ". import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_CreatePackageImportJobCommand, se_CreatePackageImportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/DeleteDeviceCommand.ts b/clients/client-panorama/src/commands/DeleteDeviceCommand.ts index a48f971c8519f..857199f6a984c 100644 --- a/clients/client-panorama/src/commands/DeleteDeviceCommand.ts +++ b/clients/client-panorama/src/commands/DeleteDeviceCommand.ts @@ -17,6 +17,10 @@ import { DeleteDeviceRequest, DeleteDeviceResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_DeleteDeviceCommand, se_DeleteDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/DeletePackageCommand.ts b/clients/client-panorama/src/commands/DeletePackageCommand.ts index 0bd268a12b2a1..c5d939ee92dd8 100644 --- a/clients/client-panorama/src/commands/DeletePackageCommand.ts +++ b/clients/client-panorama/src/commands/DeletePackageCommand.ts @@ -17,6 +17,10 @@ import { DeletePackageRequest, DeletePackageResponse } from "../models/models_0" import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_DeletePackageCommand, se_DeletePackageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/DeregisterPackageVersionCommand.ts b/clients/client-panorama/src/commands/DeregisterPackageVersionCommand.ts index 134f8a6ff40fb..df8327e72f2b2 100644 --- a/clients/client-panorama/src/commands/DeregisterPackageVersionCommand.ts +++ b/clients/client-panorama/src/commands/DeregisterPackageVersionCommand.ts @@ -17,6 +17,10 @@ import { DeregisterPackageVersionRequest, DeregisterPackageVersionResponse } fro import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_DeregisterPackageVersionCommand, se_DeregisterPackageVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/DescribeApplicationInstanceCommand.ts b/clients/client-panorama/src/commands/DescribeApplicationInstanceCommand.ts index 4cb46d112c2b0..3bc59e3253672 100644 --- a/clients/client-panorama/src/commands/DescribeApplicationInstanceCommand.ts +++ b/clients/client-panorama/src/commands/DescribeApplicationInstanceCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeApplicationInstanceCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/DescribeApplicationInstanceDetailsCommand.ts b/clients/client-panorama/src/commands/DescribeApplicationInstanceDetailsCommand.ts index adc641e70c29d..4cde670a7002c 100644 --- a/clients/client-panorama/src/commands/DescribeApplicationInstanceDetailsCommand.ts +++ b/clients/client-panorama/src/commands/DescribeApplicationInstanceDetailsCommand.ts @@ -23,6 +23,10 @@ import { se_DescribeApplicationInstanceDetailsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/DescribeDeviceCommand.ts b/clients/client-panorama/src/commands/DescribeDeviceCommand.ts index 175c285a41c15..1be361f1fb314 100644 --- a/clients/client-panorama/src/commands/DescribeDeviceCommand.ts +++ b/clients/client-panorama/src/commands/DescribeDeviceCommand.ts @@ -17,6 +17,10 @@ import { DescribeDeviceRequest, DescribeDeviceResponse } from "../models/models_ import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_DescribeDeviceCommand, se_DescribeDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/DescribeDeviceJobCommand.ts b/clients/client-panorama/src/commands/DescribeDeviceJobCommand.ts index 5c83f28b5269e..29f13eb0c4f62 100644 --- a/clients/client-panorama/src/commands/DescribeDeviceJobCommand.ts +++ b/clients/client-panorama/src/commands/DescribeDeviceJobCommand.ts @@ -17,6 +17,10 @@ import { DescribeDeviceJobRequest, DescribeDeviceJobResponse } from "../models/m import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_DescribeDeviceJobCommand, se_DescribeDeviceJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/DescribeNodeCommand.ts b/clients/client-panorama/src/commands/DescribeNodeCommand.ts index 3498ca415d515..b6703b5f3f931 100644 --- a/clients/client-panorama/src/commands/DescribeNodeCommand.ts +++ b/clients/client-panorama/src/commands/DescribeNodeCommand.ts @@ -17,6 +17,10 @@ import { DescribeNodeRequest, DescribeNodeResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_DescribeNodeCommand, se_DescribeNodeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/DescribeNodeFromTemplateJobCommand.ts b/clients/client-panorama/src/commands/DescribeNodeFromTemplateJobCommand.ts index ff318c74c397f..3df3ff5477b0d 100644 --- a/clients/client-panorama/src/commands/DescribeNodeFromTemplateJobCommand.ts +++ b/clients/client-panorama/src/commands/DescribeNodeFromTemplateJobCommand.ts @@ -24,6 +24,10 @@ import { se_DescribeNodeFromTemplateJobCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/DescribePackageCommand.ts b/clients/client-panorama/src/commands/DescribePackageCommand.ts index 84fab679bd76e..49e00a0f55beb 100644 --- a/clients/client-panorama/src/commands/DescribePackageCommand.ts +++ b/clients/client-panorama/src/commands/DescribePackageCommand.ts @@ -17,6 +17,10 @@ import { DescribePackageRequest, DescribePackageResponse } from "../models/model import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_DescribePackageCommand, se_DescribePackageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/DescribePackageImportJobCommand.ts b/clients/client-panorama/src/commands/DescribePackageImportJobCommand.ts index e76b55015fdfd..27355045ac42e 100644 --- a/clients/client-panorama/src/commands/DescribePackageImportJobCommand.ts +++ b/clients/client-panorama/src/commands/DescribePackageImportJobCommand.ts @@ -17,6 +17,10 @@ import { DescribePackageImportJobRequest, DescribePackageImportJobResponse } fro import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_DescribePackageImportJobCommand, se_DescribePackageImportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/DescribePackageVersionCommand.ts b/clients/client-panorama/src/commands/DescribePackageVersionCommand.ts index a322c9bcb97a4..ab9f2b9411ceb 100644 --- a/clients/client-panorama/src/commands/DescribePackageVersionCommand.ts +++ b/clients/client-panorama/src/commands/DescribePackageVersionCommand.ts @@ -17,6 +17,10 @@ import { DescribePackageVersionRequest, DescribePackageVersionResponse } from ". import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_DescribePackageVersionCommand, se_DescribePackageVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/ListApplicationInstanceDependenciesCommand.ts b/clients/client-panorama/src/commands/ListApplicationInstanceDependenciesCommand.ts index 20cf5dc202682..86f485ace8d77 100644 --- a/clients/client-panorama/src/commands/ListApplicationInstanceDependenciesCommand.ts +++ b/clients/client-panorama/src/commands/ListApplicationInstanceDependenciesCommand.ts @@ -23,6 +23,10 @@ import { se_ListApplicationInstanceDependenciesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/ListApplicationInstanceNodeInstancesCommand.ts b/clients/client-panorama/src/commands/ListApplicationInstanceNodeInstancesCommand.ts index fdcfad7ecf008..a56cbe24a2e30 100644 --- a/clients/client-panorama/src/commands/ListApplicationInstanceNodeInstancesCommand.ts +++ b/clients/client-panorama/src/commands/ListApplicationInstanceNodeInstancesCommand.ts @@ -23,6 +23,10 @@ import { se_ListApplicationInstanceNodeInstancesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/ListApplicationInstancesCommand.ts b/clients/client-panorama/src/commands/ListApplicationInstancesCommand.ts index e30719b6990b7..1799b82a0c2bc 100644 --- a/clients/client-panorama/src/commands/ListApplicationInstancesCommand.ts +++ b/clients/client-panorama/src/commands/ListApplicationInstancesCommand.ts @@ -17,6 +17,10 @@ import { ListApplicationInstancesRequest, ListApplicationInstancesResponse } fro import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_ListApplicationInstancesCommand, se_ListApplicationInstancesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/ListDevicesCommand.ts b/clients/client-panorama/src/commands/ListDevicesCommand.ts index 9df5d0d0a5f49..f1b4a2e6f5828 100644 --- a/clients/client-panorama/src/commands/ListDevicesCommand.ts +++ b/clients/client-panorama/src/commands/ListDevicesCommand.ts @@ -17,6 +17,10 @@ import { ListDevicesRequest, ListDevicesResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_ListDevicesCommand, se_ListDevicesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/ListDevicesJobsCommand.ts b/clients/client-panorama/src/commands/ListDevicesJobsCommand.ts index 1563ea841b4b4..dd611c74807e6 100644 --- a/clients/client-panorama/src/commands/ListDevicesJobsCommand.ts +++ b/clients/client-panorama/src/commands/ListDevicesJobsCommand.ts @@ -17,6 +17,10 @@ import { ListDevicesJobsRequest, ListDevicesJobsResponse } from "../models/model import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_ListDevicesJobsCommand, se_ListDevicesJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/ListNodeFromTemplateJobsCommand.ts b/clients/client-panorama/src/commands/ListNodeFromTemplateJobsCommand.ts index 3e7c528e3f3fa..48c8af9b4f4be 100644 --- a/clients/client-panorama/src/commands/ListNodeFromTemplateJobsCommand.ts +++ b/clients/client-panorama/src/commands/ListNodeFromTemplateJobsCommand.ts @@ -17,6 +17,10 @@ import { ListNodeFromTemplateJobsRequest, ListNodeFromTemplateJobsResponse } fro import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_ListNodeFromTemplateJobsCommand, se_ListNodeFromTemplateJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/ListNodesCommand.ts b/clients/client-panorama/src/commands/ListNodesCommand.ts index 1e2a7ad01776f..26c06cf77a872 100644 --- a/clients/client-panorama/src/commands/ListNodesCommand.ts +++ b/clients/client-panorama/src/commands/ListNodesCommand.ts @@ -17,6 +17,10 @@ import { ListNodesRequest, ListNodesResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_ListNodesCommand, se_ListNodesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/ListPackageImportJobsCommand.ts b/clients/client-panorama/src/commands/ListPackageImportJobsCommand.ts index 66e1335180bab..cec984b18b504 100644 --- a/clients/client-panorama/src/commands/ListPackageImportJobsCommand.ts +++ b/clients/client-panorama/src/commands/ListPackageImportJobsCommand.ts @@ -17,6 +17,10 @@ import { ListPackageImportJobsRequest, ListPackageImportJobsResponse } from "../ import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_ListPackageImportJobsCommand, se_ListPackageImportJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/ListPackagesCommand.ts b/clients/client-panorama/src/commands/ListPackagesCommand.ts index 77f121bac57b2..d0a98803bf60b 100644 --- a/clients/client-panorama/src/commands/ListPackagesCommand.ts +++ b/clients/client-panorama/src/commands/ListPackagesCommand.ts @@ -17,6 +17,10 @@ import { ListPackagesRequest, ListPackagesResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_ListPackagesCommand, se_ListPackagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/ListTagsForResourceCommand.ts b/clients/client-panorama/src/commands/ListTagsForResourceCommand.ts index 20f68eaa74733..cbefa3fc28671 100644 --- a/clients/client-panorama/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-panorama/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/ProvisionDeviceCommand.ts b/clients/client-panorama/src/commands/ProvisionDeviceCommand.ts index e35df81d12fb0..7f67e7c544c15 100644 --- a/clients/client-panorama/src/commands/ProvisionDeviceCommand.ts +++ b/clients/client-panorama/src/commands/ProvisionDeviceCommand.ts @@ -17,6 +17,10 @@ import { ProvisionDeviceRequest, ProvisionDeviceResponse } from "../models/model import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_ProvisionDeviceCommand, se_ProvisionDeviceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/RegisterPackageVersionCommand.ts b/clients/client-panorama/src/commands/RegisterPackageVersionCommand.ts index 5f1ee2ca9cf21..105a67e5ae83a 100644 --- a/clients/client-panorama/src/commands/RegisterPackageVersionCommand.ts +++ b/clients/client-panorama/src/commands/RegisterPackageVersionCommand.ts @@ -17,6 +17,10 @@ import { RegisterPackageVersionRequest, RegisterPackageVersionResponse } from ". import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_RegisterPackageVersionCommand, se_RegisterPackageVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/RemoveApplicationInstanceCommand.ts b/clients/client-panorama/src/commands/RemoveApplicationInstanceCommand.ts index 59b916ba80b20..ff1519040c685 100644 --- a/clients/client-panorama/src/commands/RemoveApplicationInstanceCommand.ts +++ b/clients/client-panorama/src/commands/RemoveApplicationInstanceCommand.ts @@ -17,6 +17,10 @@ import { RemoveApplicationInstanceRequest, RemoveApplicationInstanceResponse } f import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_RemoveApplicationInstanceCommand, se_RemoveApplicationInstanceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/SignalApplicationInstanceNodeInstancesCommand.ts b/clients/client-panorama/src/commands/SignalApplicationInstanceNodeInstancesCommand.ts index 0edfc7f2cf72f..40bede034fbf0 100644 --- a/clients/client-panorama/src/commands/SignalApplicationInstanceNodeInstancesCommand.ts +++ b/clients/client-panorama/src/commands/SignalApplicationInstanceNodeInstancesCommand.ts @@ -23,6 +23,10 @@ import { se_SignalApplicationInstanceNodeInstancesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/TagResourceCommand.ts b/clients/client-panorama/src/commands/TagResourceCommand.ts index 0e4b182804311..b6d03925056d3 100644 --- a/clients/client-panorama/src/commands/TagResourceCommand.ts +++ b/clients/client-panorama/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/UntagResourceCommand.ts b/clients/client-panorama/src/commands/UntagResourceCommand.ts index c305fe4953406..ec8c14c042062 100644 --- a/clients/client-panorama/src/commands/UntagResourceCommand.ts +++ b/clients/client-panorama/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/commands/UpdateDeviceMetadataCommand.ts b/clients/client-panorama/src/commands/UpdateDeviceMetadataCommand.ts index 76eb8f7a49ece..c5ab25930f465 100644 --- a/clients/client-panorama/src/commands/UpdateDeviceMetadataCommand.ts +++ b/clients/client-panorama/src/commands/UpdateDeviceMetadataCommand.ts @@ -17,6 +17,10 @@ import { UpdateDeviceMetadataRequest, UpdateDeviceMetadataResponse } from "../mo import { PanoramaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PanoramaClient"; import { de_UpdateDeviceMetadataCommand, se_UpdateDeviceMetadataCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-panorama/src/index.ts b/clients/client-panorama/src/index.ts index 88d028ae44395..6a8316dc08286 100644 --- a/clients/client-panorama/src/index.ts +++ b/clients/client-panorama/src/index.ts @@ -1,8 +1,19 @@ -export * from "./Panorama"; // smithy-typescript generated code +/* eslint-disable */ +/** + * AWS Panorama + *

+ * Overview + *

+ *

This is the AWS Panorama API Reference. For an introduction to the service, see What is AWS Panorama? in the + * AWS Panorama Developer Guide.

+ * + * @packageDocumentation + */ export * from "./PanoramaClient"; +export * from "./Panorama"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { PanoramaServiceException } from "./models/PanoramaServiceException"; diff --git a/clients/client-panorama/src/models/PanoramaServiceException.ts b/clients/client-panorama/src/models/PanoramaServiceException.ts index 786fe82837e8a..2422f07bdde14 100644 --- a/clients/client-panorama/src/models/PanoramaServiceException.ts +++ b/clients/client-panorama/src/models/PanoramaServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-personalize-events/src/PersonalizeEventsClient.ts b/clients/client-personalize-events/src/PersonalizeEventsClient.ts index 721df26444173..f4e0a9ff3fa15 100644 --- a/clients/client-personalize-events/src/PersonalizeEventsClient.ts +++ b/clients/client-personalize-events/src/PersonalizeEventsClient.ts @@ -62,6 +62,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -199,7 +201,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type PersonalizeEventsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type PersonalizeEventsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -218,7 +220,7 @@ export interface PersonalizeEventsClientConfig extends PersonalizeEventsClientCo /** * @public */ -type PersonalizeEventsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type PersonalizeEventsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-personalize-events/src/commands/PutEventsCommand.ts b/clients/client-personalize-events/src/commands/PutEventsCommand.ts index 9f5cf370f8652..76e553963fc10 100644 --- a/clients/client-personalize-events/src/commands/PutEventsCommand.ts +++ b/clients/client-personalize-events/src/commands/PutEventsCommand.ts @@ -21,6 +21,10 @@ import { } from "../PersonalizeEventsClient"; import { de_PutEventsCommand, se_PutEventsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize-events/src/commands/PutItemsCommand.ts b/clients/client-personalize-events/src/commands/PutItemsCommand.ts index 3d1328e71e023..8912c09a96d6e 100644 --- a/clients/client-personalize-events/src/commands/PutItemsCommand.ts +++ b/clients/client-personalize-events/src/commands/PutItemsCommand.ts @@ -21,6 +21,10 @@ import { } from "../PersonalizeEventsClient"; import { de_PutItemsCommand, se_PutItemsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize-events/src/commands/PutUsersCommand.ts b/clients/client-personalize-events/src/commands/PutUsersCommand.ts index b4806e7090046..5781e44310ec9 100644 --- a/clients/client-personalize-events/src/commands/PutUsersCommand.ts +++ b/clients/client-personalize-events/src/commands/PutUsersCommand.ts @@ -21,6 +21,10 @@ import { } from "../PersonalizeEventsClient"; import { de_PutUsersCommand, se_PutUsersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize-events/src/index.ts b/clients/client-personalize-events/src/index.ts index d6df4b43f5dc1..d37658200569b 100644 --- a/clients/client-personalize-events/src/index.ts +++ b/clients/client-personalize-events/src/index.ts @@ -1,6 +1,14 @@ -export * from "./PersonalizeEvents"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Personalize can consume real-time user event data, such as stream or click data, and use + * it for model training either alone or combined with historical data. For more information see + * Recording Events.

+ * + * @packageDocumentation + */ export * from "./PersonalizeEventsClient"; +export * from "./PersonalizeEvents"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-personalize-events/src/models/PersonalizeEventsServiceException.ts b/clients/client-personalize-events/src/models/PersonalizeEventsServiceException.ts index 879bfa2ade502..9630c434f6942 100644 --- a/clients/client-personalize-events/src/models/PersonalizeEventsServiceException.ts +++ b/clients/client-personalize-events/src/models/PersonalizeEventsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-personalize-runtime/src/PersonalizeRuntimeClient.ts b/clients/client-personalize-runtime/src/PersonalizeRuntimeClient.ts index 96a82b213a82e..302795ce6b0fe 100644 --- a/clients/client-personalize-runtime/src/PersonalizeRuntimeClient.ts +++ b/clients/client-personalize-runtime/src/PersonalizeRuntimeClient.ts @@ -64,6 +64,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -201,7 +203,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type PersonalizeRuntimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type PersonalizeRuntimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -220,7 +222,7 @@ export interface PersonalizeRuntimeClientConfig extends PersonalizeRuntimeClient /** * @public */ -type PersonalizeRuntimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type PersonalizeRuntimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-personalize-runtime/src/commands/GetPersonalizedRankingCommand.ts b/clients/client-personalize-runtime/src/commands/GetPersonalizedRankingCommand.ts index 002300e0bb272..87b2cabc040e2 100644 --- a/clients/client-personalize-runtime/src/commands/GetPersonalizedRankingCommand.ts +++ b/clients/client-personalize-runtime/src/commands/GetPersonalizedRankingCommand.ts @@ -25,6 +25,10 @@ import { } from "../PersonalizeRuntimeClient"; import { de_GetPersonalizedRankingCommand, se_GetPersonalizedRankingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize-runtime/src/commands/GetRecommendationsCommand.ts b/clients/client-personalize-runtime/src/commands/GetRecommendationsCommand.ts index e71f8032e297c..d1ccdde896d88 100644 --- a/clients/client-personalize-runtime/src/commands/GetRecommendationsCommand.ts +++ b/clients/client-personalize-runtime/src/commands/GetRecommendationsCommand.ts @@ -25,6 +25,10 @@ import { } from "../PersonalizeRuntimeClient"; import { de_GetRecommendationsCommand, se_GetRecommendationsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize-runtime/src/index.ts b/clients/client-personalize-runtime/src/index.ts index 4d4a701d65c5f..72487704e2ae1 100644 --- a/clients/client-personalize-runtime/src/index.ts +++ b/clients/client-personalize-runtime/src/index.ts @@ -1,6 +1,12 @@ -export * from "./PersonalizeRuntime"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

+ * + * @packageDocumentation + */ export * from "./PersonalizeRuntimeClient"; +export * from "./PersonalizeRuntime"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-personalize-runtime/src/models/PersonalizeRuntimeServiceException.ts b/clients/client-personalize-runtime/src/models/PersonalizeRuntimeServiceException.ts index 89e6f7f122a7a..5c54e76b1e531 100644 --- a/clients/client-personalize-runtime/src/models/PersonalizeRuntimeServiceException.ts +++ b/clients/client-personalize-runtime/src/models/PersonalizeRuntimeServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-personalize/src/PersonalizeClient.ts b/clients/client-personalize/src/PersonalizeClient.ts index 04867bc95b8ca..11173f410b4d5 100644 --- a/clients/client-personalize/src/PersonalizeClient.ts +++ b/clients/client-personalize/src/PersonalizeClient.ts @@ -206,6 +206,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -475,7 +477,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type PersonalizeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type PersonalizeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -494,7 +496,7 @@ export interface PersonalizeClientConfig extends PersonalizeClientConfigType {} /** * @public */ -type PersonalizeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type PersonalizeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-personalize/src/commands/CreateBatchInferenceJobCommand.ts b/clients/client-personalize/src/commands/CreateBatchInferenceJobCommand.ts index 6598f2ccaa1e8..e1600a9f8aa64 100644 --- a/clients/client-personalize/src/commands/CreateBatchInferenceJobCommand.ts +++ b/clients/client-personalize/src/commands/CreateBatchInferenceJobCommand.ts @@ -17,6 +17,10 @@ import { CreateBatchInferenceJobRequest, CreateBatchInferenceJobResponse } from import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_CreateBatchInferenceJobCommand, se_CreateBatchInferenceJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/CreateBatchSegmentJobCommand.ts b/clients/client-personalize/src/commands/CreateBatchSegmentJobCommand.ts index 1451c0ccfdff3..3b76a9d8ef0b3 100644 --- a/clients/client-personalize/src/commands/CreateBatchSegmentJobCommand.ts +++ b/clients/client-personalize/src/commands/CreateBatchSegmentJobCommand.ts @@ -17,6 +17,10 @@ import { CreateBatchSegmentJobRequest, CreateBatchSegmentJobResponse } from "../ import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_CreateBatchSegmentJobCommand, se_CreateBatchSegmentJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/CreateCampaignCommand.ts b/clients/client-personalize/src/commands/CreateCampaignCommand.ts index 50be4bc0f426e..3328bd3c3ec5b 100644 --- a/clients/client-personalize/src/commands/CreateCampaignCommand.ts +++ b/clients/client-personalize/src/commands/CreateCampaignCommand.ts @@ -17,6 +17,10 @@ import { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_ import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_CreateCampaignCommand, se_CreateCampaignCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/CreateDatasetCommand.ts b/clients/client-personalize/src/commands/CreateDatasetCommand.ts index 615e04bd86a82..e66da7fe3d447 100644 --- a/clients/client-personalize/src/commands/CreateDatasetCommand.ts +++ b/clients/client-personalize/src/commands/CreateDatasetCommand.ts @@ -17,6 +17,10 @@ import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0" import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_CreateDatasetCommand, se_CreateDatasetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/CreateDatasetExportJobCommand.ts b/clients/client-personalize/src/commands/CreateDatasetExportJobCommand.ts index 37d99d11cce7f..42c9502418cc8 100644 --- a/clients/client-personalize/src/commands/CreateDatasetExportJobCommand.ts +++ b/clients/client-personalize/src/commands/CreateDatasetExportJobCommand.ts @@ -17,6 +17,10 @@ import { CreateDatasetExportJobRequest, CreateDatasetExportJobResponse } from ". import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_CreateDatasetExportJobCommand, se_CreateDatasetExportJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/CreateDatasetGroupCommand.ts b/clients/client-personalize/src/commands/CreateDatasetGroupCommand.ts index 97f1eb1ec6e52..8c023f573a48e 100644 --- a/clients/client-personalize/src/commands/CreateDatasetGroupCommand.ts +++ b/clients/client-personalize/src/commands/CreateDatasetGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateDatasetGroupRequest, CreateDatasetGroupResponse } from "../models import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_CreateDatasetGroupCommand, se_CreateDatasetGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/CreateDatasetImportJobCommand.ts b/clients/client-personalize/src/commands/CreateDatasetImportJobCommand.ts index 91a262f5e0651..c9077ba13f283 100644 --- a/clients/client-personalize/src/commands/CreateDatasetImportJobCommand.ts +++ b/clients/client-personalize/src/commands/CreateDatasetImportJobCommand.ts @@ -17,6 +17,10 @@ import { CreateDatasetImportJobRequest, CreateDatasetImportJobResponse } from ". import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_CreateDatasetImportJobCommand, se_CreateDatasetImportJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/CreateEventTrackerCommand.ts b/clients/client-personalize/src/commands/CreateEventTrackerCommand.ts index 674cc88fee86e..dd3a431d42203 100644 --- a/clients/client-personalize/src/commands/CreateEventTrackerCommand.ts +++ b/clients/client-personalize/src/commands/CreateEventTrackerCommand.ts @@ -17,6 +17,10 @@ import { CreateEventTrackerRequest, CreateEventTrackerResponse } from "../models import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_CreateEventTrackerCommand, se_CreateEventTrackerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/CreateFilterCommand.ts b/clients/client-personalize/src/commands/CreateFilterCommand.ts index f50727b4b552c..99b245f8080b8 100644 --- a/clients/client-personalize/src/commands/CreateFilterCommand.ts +++ b/clients/client-personalize/src/commands/CreateFilterCommand.ts @@ -17,6 +17,10 @@ import { CreateFilterRequest, CreateFilterRequestFilterSensitiveLog, CreateFilte import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_CreateFilterCommand, se_CreateFilterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/CreateMetricAttributionCommand.ts b/clients/client-personalize/src/commands/CreateMetricAttributionCommand.ts index 4126965c73c7a..2e3c7bcda84c0 100644 --- a/clients/client-personalize/src/commands/CreateMetricAttributionCommand.ts +++ b/clients/client-personalize/src/commands/CreateMetricAttributionCommand.ts @@ -17,6 +17,10 @@ import { CreateMetricAttributionRequest, CreateMetricAttributionResponse } from import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_CreateMetricAttributionCommand, se_CreateMetricAttributionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/CreateRecommenderCommand.ts b/clients/client-personalize/src/commands/CreateRecommenderCommand.ts index 8d886774953c6..a1ec0bd7c36f9 100644 --- a/clients/client-personalize/src/commands/CreateRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/CreateRecommenderCommand.ts @@ -17,6 +17,10 @@ import { CreateRecommenderRequest, CreateRecommenderResponse } from "../models/m import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_CreateRecommenderCommand, se_CreateRecommenderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/CreateSchemaCommand.ts b/clients/client-personalize/src/commands/CreateSchemaCommand.ts index b02c07cbd49d2..d5be8b09a5037 100644 --- a/clients/client-personalize/src/commands/CreateSchemaCommand.ts +++ b/clients/client-personalize/src/commands/CreateSchemaCommand.ts @@ -17,6 +17,10 @@ import { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_CreateSchemaCommand, se_CreateSchemaCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/CreateSolutionCommand.ts b/clients/client-personalize/src/commands/CreateSolutionCommand.ts index cbad132a8057e..3c8eceddb096e 100644 --- a/clients/client-personalize/src/commands/CreateSolutionCommand.ts +++ b/clients/client-personalize/src/commands/CreateSolutionCommand.ts @@ -17,6 +17,10 @@ import { CreateSolutionRequest, CreateSolutionResponse } from "../models/models_ import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_CreateSolutionCommand, se_CreateSolutionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/CreateSolutionVersionCommand.ts b/clients/client-personalize/src/commands/CreateSolutionVersionCommand.ts index 09efc06fb0c2a..f772a6b04650e 100644 --- a/clients/client-personalize/src/commands/CreateSolutionVersionCommand.ts +++ b/clients/client-personalize/src/commands/CreateSolutionVersionCommand.ts @@ -17,6 +17,10 @@ import { CreateSolutionVersionRequest, CreateSolutionVersionResponse } from "../ import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_CreateSolutionVersionCommand, se_CreateSolutionVersionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DeleteCampaignCommand.ts b/clients/client-personalize/src/commands/DeleteCampaignCommand.ts index 07f27579404c4..d7594bc85445f 100644 --- a/clients/client-personalize/src/commands/DeleteCampaignCommand.ts +++ b/clients/client-personalize/src/commands/DeleteCampaignCommand.ts @@ -17,6 +17,10 @@ import { DeleteCampaignRequest } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DeleteCampaignCommand, se_DeleteCampaignCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DeleteDatasetCommand.ts b/clients/client-personalize/src/commands/DeleteDatasetCommand.ts index 43f5281859739..d59542b9633c7 100644 --- a/clients/client-personalize/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-personalize/src/commands/DeleteDatasetCommand.ts @@ -17,6 +17,10 @@ import { DeleteDatasetRequest } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DeleteDatasetCommand, se_DeleteDatasetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DeleteDatasetGroupCommand.ts b/clients/client-personalize/src/commands/DeleteDatasetGroupCommand.ts index 7cb466bf3b2b1..3a6e6b22c5a11 100644 --- a/clients/client-personalize/src/commands/DeleteDatasetGroupCommand.ts +++ b/clients/client-personalize/src/commands/DeleteDatasetGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteDatasetGroupRequest } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DeleteDatasetGroupCommand, se_DeleteDatasetGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DeleteEventTrackerCommand.ts b/clients/client-personalize/src/commands/DeleteEventTrackerCommand.ts index 8f4f11fc78940..2fd3a538eefa1 100644 --- a/clients/client-personalize/src/commands/DeleteEventTrackerCommand.ts +++ b/clients/client-personalize/src/commands/DeleteEventTrackerCommand.ts @@ -17,6 +17,10 @@ import { DeleteEventTrackerRequest } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DeleteEventTrackerCommand, se_DeleteEventTrackerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DeleteFilterCommand.ts b/clients/client-personalize/src/commands/DeleteFilterCommand.ts index ad1940994b616..8f207d8b69eb2 100644 --- a/clients/client-personalize/src/commands/DeleteFilterCommand.ts +++ b/clients/client-personalize/src/commands/DeleteFilterCommand.ts @@ -17,6 +17,10 @@ import { DeleteFilterRequest } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DeleteFilterCommand, se_DeleteFilterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DeleteMetricAttributionCommand.ts b/clients/client-personalize/src/commands/DeleteMetricAttributionCommand.ts index ca23f91cb56b3..fba276c44dccd 100644 --- a/clients/client-personalize/src/commands/DeleteMetricAttributionCommand.ts +++ b/clients/client-personalize/src/commands/DeleteMetricAttributionCommand.ts @@ -17,6 +17,10 @@ import { DeleteMetricAttributionRequest } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DeleteMetricAttributionCommand, se_DeleteMetricAttributionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DeleteRecommenderCommand.ts b/clients/client-personalize/src/commands/DeleteRecommenderCommand.ts index 08c14691bea17..80d0b16c212af 100644 --- a/clients/client-personalize/src/commands/DeleteRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/DeleteRecommenderCommand.ts @@ -17,6 +17,10 @@ import { DeleteRecommenderRequest } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DeleteRecommenderCommand, se_DeleteRecommenderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DeleteSchemaCommand.ts b/clients/client-personalize/src/commands/DeleteSchemaCommand.ts index a0f4152ddd241..e98ddcfc4c864 100644 --- a/clients/client-personalize/src/commands/DeleteSchemaCommand.ts +++ b/clients/client-personalize/src/commands/DeleteSchemaCommand.ts @@ -17,6 +17,10 @@ import { DeleteSchemaRequest } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DeleteSchemaCommand, se_DeleteSchemaCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DeleteSolutionCommand.ts b/clients/client-personalize/src/commands/DeleteSolutionCommand.ts index bd7eabf020400..37f0327a7cff0 100644 --- a/clients/client-personalize/src/commands/DeleteSolutionCommand.ts +++ b/clients/client-personalize/src/commands/DeleteSolutionCommand.ts @@ -17,6 +17,10 @@ import { DeleteSolutionRequest } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DeleteSolutionCommand, se_DeleteSolutionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DescribeAlgorithmCommand.ts b/clients/client-personalize/src/commands/DescribeAlgorithmCommand.ts index 513e557b2a092..020209e535080 100644 --- a/clients/client-personalize/src/commands/DescribeAlgorithmCommand.ts +++ b/clients/client-personalize/src/commands/DescribeAlgorithmCommand.ts @@ -17,6 +17,10 @@ import { DescribeAlgorithmRequest, DescribeAlgorithmResponse } from "../models/m import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DescribeAlgorithmCommand, se_DescribeAlgorithmCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DescribeBatchInferenceJobCommand.ts b/clients/client-personalize/src/commands/DescribeBatchInferenceJobCommand.ts index 9befa9a54d99d..e99428b23af42 100644 --- a/clients/client-personalize/src/commands/DescribeBatchInferenceJobCommand.ts +++ b/clients/client-personalize/src/commands/DescribeBatchInferenceJobCommand.ts @@ -17,6 +17,10 @@ import { DescribeBatchInferenceJobRequest, DescribeBatchInferenceJobResponse } f import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DescribeBatchInferenceJobCommand, se_DescribeBatchInferenceJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DescribeBatchSegmentJobCommand.ts b/clients/client-personalize/src/commands/DescribeBatchSegmentJobCommand.ts index e175b83a2f7c1..57ce7f3b7c2bd 100644 --- a/clients/client-personalize/src/commands/DescribeBatchSegmentJobCommand.ts +++ b/clients/client-personalize/src/commands/DescribeBatchSegmentJobCommand.ts @@ -17,6 +17,10 @@ import { DescribeBatchSegmentJobRequest, DescribeBatchSegmentJobResponse } from import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DescribeBatchSegmentJobCommand, se_DescribeBatchSegmentJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DescribeCampaignCommand.ts b/clients/client-personalize/src/commands/DescribeCampaignCommand.ts index 6133134a48b79..72f280626d75e 100644 --- a/clients/client-personalize/src/commands/DescribeCampaignCommand.ts +++ b/clients/client-personalize/src/commands/DescribeCampaignCommand.ts @@ -17,6 +17,10 @@ import { DescribeCampaignRequest, DescribeCampaignResponse } from "../models/mod import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DescribeCampaignCommand, se_DescribeCampaignCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DescribeDatasetCommand.ts b/clients/client-personalize/src/commands/DescribeDatasetCommand.ts index 5bda4fec6a142..95ddbe7e3a5f3 100644 --- a/clients/client-personalize/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-personalize/src/commands/DescribeDatasetCommand.ts @@ -17,6 +17,10 @@ import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/model import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DescribeDatasetCommand, se_DescribeDatasetCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DescribeDatasetExportJobCommand.ts b/clients/client-personalize/src/commands/DescribeDatasetExportJobCommand.ts index 25c9cdf92bbaf..bf3c9549f1d77 100644 --- a/clients/client-personalize/src/commands/DescribeDatasetExportJobCommand.ts +++ b/clients/client-personalize/src/commands/DescribeDatasetExportJobCommand.ts @@ -17,6 +17,10 @@ import { DescribeDatasetExportJobRequest, DescribeDatasetExportJobResponse } fro import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DescribeDatasetExportJobCommand, se_DescribeDatasetExportJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DescribeDatasetGroupCommand.ts b/clients/client-personalize/src/commands/DescribeDatasetGroupCommand.ts index 248d0ba9de524..263ee279eb772 100644 --- a/clients/client-personalize/src/commands/DescribeDatasetGroupCommand.ts +++ b/clients/client-personalize/src/commands/DescribeDatasetGroupCommand.ts @@ -17,6 +17,10 @@ import { DescribeDatasetGroupRequest, DescribeDatasetGroupResponse } from "../mo import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DescribeDatasetGroupCommand, se_DescribeDatasetGroupCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DescribeDatasetImportJobCommand.ts b/clients/client-personalize/src/commands/DescribeDatasetImportJobCommand.ts index 42d1fb75038e2..2b967589f74da 100644 --- a/clients/client-personalize/src/commands/DescribeDatasetImportJobCommand.ts +++ b/clients/client-personalize/src/commands/DescribeDatasetImportJobCommand.ts @@ -17,6 +17,10 @@ import { DescribeDatasetImportJobRequest, DescribeDatasetImportJobResponse } fro import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DescribeDatasetImportJobCommand, se_DescribeDatasetImportJobCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DescribeEventTrackerCommand.ts b/clients/client-personalize/src/commands/DescribeEventTrackerCommand.ts index 459e94e69e87e..6f2bdf4448acc 100644 --- a/clients/client-personalize/src/commands/DescribeEventTrackerCommand.ts +++ b/clients/client-personalize/src/commands/DescribeEventTrackerCommand.ts @@ -17,6 +17,10 @@ import { DescribeEventTrackerRequest, DescribeEventTrackerResponse } from "../mo import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DescribeEventTrackerCommand, se_DescribeEventTrackerCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DescribeFeatureTransformationCommand.ts b/clients/client-personalize/src/commands/DescribeFeatureTransformationCommand.ts index b18d156209e18..9cdfcf5dc09bd 100644 --- a/clients/client-personalize/src/commands/DescribeFeatureTransformationCommand.ts +++ b/clients/client-personalize/src/commands/DescribeFeatureTransformationCommand.ts @@ -20,6 +20,10 @@ import { se_DescribeFeatureTransformationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DescribeFilterCommand.ts b/clients/client-personalize/src/commands/DescribeFilterCommand.ts index f38fab1d252a3..d4a54e9f911c5 100644 --- a/clients/client-personalize/src/commands/DescribeFilterCommand.ts +++ b/clients/client-personalize/src/commands/DescribeFilterCommand.ts @@ -21,6 +21,10 @@ import { import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DescribeFilterCommand, se_DescribeFilterCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DescribeMetricAttributionCommand.ts b/clients/client-personalize/src/commands/DescribeMetricAttributionCommand.ts index 092644086e3b2..6396e923ebf4b 100644 --- a/clients/client-personalize/src/commands/DescribeMetricAttributionCommand.ts +++ b/clients/client-personalize/src/commands/DescribeMetricAttributionCommand.ts @@ -17,6 +17,10 @@ import { DescribeMetricAttributionRequest, DescribeMetricAttributionResponse } f import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DescribeMetricAttributionCommand, se_DescribeMetricAttributionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DescribeRecipeCommand.ts b/clients/client-personalize/src/commands/DescribeRecipeCommand.ts index 1f501f38d4a37..a5586a5b301a3 100644 --- a/clients/client-personalize/src/commands/DescribeRecipeCommand.ts +++ b/clients/client-personalize/src/commands/DescribeRecipeCommand.ts @@ -17,6 +17,10 @@ import { DescribeRecipeRequest, DescribeRecipeResponse } from "../models/models_ import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DescribeRecipeCommand, se_DescribeRecipeCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DescribeRecommenderCommand.ts b/clients/client-personalize/src/commands/DescribeRecommenderCommand.ts index 532e1e90c9f6e..c1d591e0cabe2 100644 --- a/clients/client-personalize/src/commands/DescribeRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/DescribeRecommenderCommand.ts @@ -17,6 +17,10 @@ import { DescribeRecommenderRequest, DescribeRecommenderResponse } from "../mode import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DescribeRecommenderCommand, se_DescribeRecommenderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DescribeSchemaCommand.ts b/clients/client-personalize/src/commands/DescribeSchemaCommand.ts index fa401451aaa1e..91071f3971289 100644 --- a/clients/client-personalize/src/commands/DescribeSchemaCommand.ts +++ b/clients/client-personalize/src/commands/DescribeSchemaCommand.ts @@ -17,6 +17,10 @@ import { DescribeSchemaRequest, DescribeSchemaResponse } from "../models/models_ import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DescribeSchemaCommand, se_DescribeSchemaCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DescribeSolutionCommand.ts b/clients/client-personalize/src/commands/DescribeSolutionCommand.ts index 1c45752bc22de..31f4e8254c56f 100644 --- a/clients/client-personalize/src/commands/DescribeSolutionCommand.ts +++ b/clients/client-personalize/src/commands/DescribeSolutionCommand.ts @@ -17,6 +17,10 @@ import { DescribeSolutionRequest, DescribeSolutionResponse } from "../models/mod import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DescribeSolutionCommand, se_DescribeSolutionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/DescribeSolutionVersionCommand.ts b/clients/client-personalize/src/commands/DescribeSolutionVersionCommand.ts index d61f6ea5ef862..a88fb2ed802a8 100644 --- a/clients/client-personalize/src/commands/DescribeSolutionVersionCommand.ts +++ b/clients/client-personalize/src/commands/DescribeSolutionVersionCommand.ts @@ -17,6 +17,10 @@ import { DescribeSolutionVersionRequest, DescribeSolutionVersionResponse } from import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_DescribeSolutionVersionCommand, se_DescribeSolutionVersionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/GetSolutionMetricsCommand.ts b/clients/client-personalize/src/commands/GetSolutionMetricsCommand.ts index 8dfd9473c6db1..33aca77a3992b 100644 --- a/clients/client-personalize/src/commands/GetSolutionMetricsCommand.ts +++ b/clients/client-personalize/src/commands/GetSolutionMetricsCommand.ts @@ -17,6 +17,10 @@ import { GetSolutionMetricsRequest, GetSolutionMetricsResponse } from "../models import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_GetSolutionMetricsCommand, se_GetSolutionMetricsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/ListBatchInferenceJobsCommand.ts b/clients/client-personalize/src/commands/ListBatchInferenceJobsCommand.ts index df92f037256a3..a2a3dbc35c010 100644 --- a/clients/client-personalize/src/commands/ListBatchInferenceJobsCommand.ts +++ b/clients/client-personalize/src/commands/ListBatchInferenceJobsCommand.ts @@ -17,6 +17,10 @@ import { ListBatchInferenceJobsRequest, ListBatchInferenceJobsResponse } from ". import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_ListBatchInferenceJobsCommand, se_ListBatchInferenceJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/ListBatchSegmentJobsCommand.ts b/clients/client-personalize/src/commands/ListBatchSegmentJobsCommand.ts index f687dc57126a6..bd7968a79cf07 100644 --- a/clients/client-personalize/src/commands/ListBatchSegmentJobsCommand.ts +++ b/clients/client-personalize/src/commands/ListBatchSegmentJobsCommand.ts @@ -17,6 +17,10 @@ import { ListBatchSegmentJobsRequest, ListBatchSegmentJobsResponse } from "../mo import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_ListBatchSegmentJobsCommand, se_ListBatchSegmentJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/ListCampaignsCommand.ts b/clients/client-personalize/src/commands/ListCampaignsCommand.ts index 35703532aedea..9d33afb57395b 100644 --- a/clients/client-personalize/src/commands/ListCampaignsCommand.ts +++ b/clients/client-personalize/src/commands/ListCampaignsCommand.ts @@ -17,6 +17,10 @@ import { ListCampaignsRequest, ListCampaignsResponse } from "../models/models_0" import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_ListCampaignsCommand, se_ListCampaignsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/ListDatasetExportJobsCommand.ts b/clients/client-personalize/src/commands/ListDatasetExportJobsCommand.ts index 440af9d3c4d6a..cbef5700017fc 100644 --- a/clients/client-personalize/src/commands/ListDatasetExportJobsCommand.ts +++ b/clients/client-personalize/src/commands/ListDatasetExportJobsCommand.ts @@ -17,6 +17,10 @@ import { ListDatasetExportJobsRequest, ListDatasetExportJobsResponse } from "../ import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_ListDatasetExportJobsCommand, se_ListDatasetExportJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/ListDatasetGroupsCommand.ts b/clients/client-personalize/src/commands/ListDatasetGroupsCommand.ts index 710ac5b6868cb..298a2e04daabf 100644 --- a/clients/client-personalize/src/commands/ListDatasetGroupsCommand.ts +++ b/clients/client-personalize/src/commands/ListDatasetGroupsCommand.ts @@ -17,6 +17,10 @@ import { ListDatasetGroupsRequest, ListDatasetGroupsResponse } from "../models/m import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_ListDatasetGroupsCommand, se_ListDatasetGroupsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/ListDatasetImportJobsCommand.ts b/clients/client-personalize/src/commands/ListDatasetImportJobsCommand.ts index 828f6df40946e..e539a14996225 100644 --- a/clients/client-personalize/src/commands/ListDatasetImportJobsCommand.ts +++ b/clients/client-personalize/src/commands/ListDatasetImportJobsCommand.ts @@ -17,6 +17,10 @@ import { ListDatasetImportJobsRequest, ListDatasetImportJobsResponse } from "../ import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_ListDatasetImportJobsCommand, se_ListDatasetImportJobsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/ListDatasetsCommand.ts b/clients/client-personalize/src/commands/ListDatasetsCommand.ts index a5b62005cebea..a6d1d0fe1b4d2 100644 --- a/clients/client-personalize/src/commands/ListDatasetsCommand.ts +++ b/clients/client-personalize/src/commands/ListDatasetsCommand.ts @@ -17,6 +17,10 @@ import { ListDatasetsRequest, ListDatasetsResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_ListDatasetsCommand, se_ListDatasetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/ListEventTrackersCommand.ts b/clients/client-personalize/src/commands/ListEventTrackersCommand.ts index 4de96c94bfbce..a7a8819f4ad9a 100644 --- a/clients/client-personalize/src/commands/ListEventTrackersCommand.ts +++ b/clients/client-personalize/src/commands/ListEventTrackersCommand.ts @@ -17,6 +17,10 @@ import { ListEventTrackersRequest, ListEventTrackersResponse } from "../models/m import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_ListEventTrackersCommand, se_ListEventTrackersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/ListFiltersCommand.ts b/clients/client-personalize/src/commands/ListFiltersCommand.ts index cf1c0cd275189..a1e05d931fbcc 100644 --- a/clients/client-personalize/src/commands/ListFiltersCommand.ts +++ b/clients/client-personalize/src/commands/ListFiltersCommand.ts @@ -17,6 +17,10 @@ import { ListFiltersRequest, ListFiltersResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_ListFiltersCommand, se_ListFiltersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/ListMetricAttributionMetricsCommand.ts b/clients/client-personalize/src/commands/ListMetricAttributionMetricsCommand.ts index 8cc239aa6395d..e5fbe767f5a33 100644 --- a/clients/client-personalize/src/commands/ListMetricAttributionMetricsCommand.ts +++ b/clients/client-personalize/src/commands/ListMetricAttributionMetricsCommand.ts @@ -20,6 +20,10 @@ import { se_ListMetricAttributionMetricsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/ListMetricAttributionsCommand.ts b/clients/client-personalize/src/commands/ListMetricAttributionsCommand.ts index 5230e9bf787d1..705cf5290cad2 100644 --- a/clients/client-personalize/src/commands/ListMetricAttributionsCommand.ts +++ b/clients/client-personalize/src/commands/ListMetricAttributionsCommand.ts @@ -17,6 +17,10 @@ import { ListMetricAttributionsRequest, ListMetricAttributionsResponse } from ". import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_ListMetricAttributionsCommand, se_ListMetricAttributionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/ListRecipesCommand.ts b/clients/client-personalize/src/commands/ListRecipesCommand.ts index 0f79b4ac7859c..bc5e4b9472112 100644 --- a/clients/client-personalize/src/commands/ListRecipesCommand.ts +++ b/clients/client-personalize/src/commands/ListRecipesCommand.ts @@ -17,6 +17,10 @@ import { ListRecipesRequest, ListRecipesResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_ListRecipesCommand, se_ListRecipesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/ListRecommendersCommand.ts b/clients/client-personalize/src/commands/ListRecommendersCommand.ts index 0921666961abf..6ae92389572b3 100644 --- a/clients/client-personalize/src/commands/ListRecommendersCommand.ts +++ b/clients/client-personalize/src/commands/ListRecommendersCommand.ts @@ -17,6 +17,10 @@ import { ListRecommendersRequest, ListRecommendersResponse } from "../models/mod import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_ListRecommendersCommand, se_ListRecommendersCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/ListSchemasCommand.ts b/clients/client-personalize/src/commands/ListSchemasCommand.ts index e4f498289e138..3d9ed983c5893 100644 --- a/clients/client-personalize/src/commands/ListSchemasCommand.ts +++ b/clients/client-personalize/src/commands/ListSchemasCommand.ts @@ -17,6 +17,10 @@ import { ListSchemasRequest, ListSchemasResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_ListSchemasCommand, se_ListSchemasCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/ListSolutionVersionsCommand.ts b/clients/client-personalize/src/commands/ListSolutionVersionsCommand.ts index 954e5be3e1d84..3ac480ebbb2f7 100644 --- a/clients/client-personalize/src/commands/ListSolutionVersionsCommand.ts +++ b/clients/client-personalize/src/commands/ListSolutionVersionsCommand.ts @@ -17,6 +17,10 @@ import { ListSolutionVersionsRequest, ListSolutionVersionsResponse } from "../mo import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_ListSolutionVersionsCommand, se_ListSolutionVersionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/ListSolutionsCommand.ts b/clients/client-personalize/src/commands/ListSolutionsCommand.ts index 113bd22feafe6..6228d8d87d8bd 100644 --- a/clients/client-personalize/src/commands/ListSolutionsCommand.ts +++ b/clients/client-personalize/src/commands/ListSolutionsCommand.ts @@ -17,6 +17,10 @@ import { ListSolutionsRequest, ListSolutionsResponse } from "../models/models_0" import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_ListSolutionsCommand, se_ListSolutionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/ListTagsForResourceCommand.ts b/clients/client-personalize/src/commands/ListTagsForResourceCommand.ts index f7f86e7d608e0..f9ec3b6f1c25e 100644 --- a/clients/client-personalize/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-personalize/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/StartRecommenderCommand.ts b/clients/client-personalize/src/commands/StartRecommenderCommand.ts index 4be257ec71a7b..0936d711fb6e2 100644 --- a/clients/client-personalize/src/commands/StartRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/StartRecommenderCommand.ts @@ -17,6 +17,10 @@ import { StartRecommenderRequest, StartRecommenderResponse } from "../models/mod import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_StartRecommenderCommand, se_StartRecommenderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/StopRecommenderCommand.ts b/clients/client-personalize/src/commands/StopRecommenderCommand.ts index 20861357387f1..84e18010f5623 100644 --- a/clients/client-personalize/src/commands/StopRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/StopRecommenderCommand.ts @@ -17,6 +17,10 @@ import { StopRecommenderRequest, StopRecommenderResponse } from "../models/model import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_StopRecommenderCommand, se_StopRecommenderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/StopSolutionVersionCreationCommand.ts b/clients/client-personalize/src/commands/StopSolutionVersionCreationCommand.ts index 49b78ca92fe95..9591c4ee4979b 100644 --- a/clients/client-personalize/src/commands/StopSolutionVersionCreationCommand.ts +++ b/clients/client-personalize/src/commands/StopSolutionVersionCreationCommand.ts @@ -17,6 +17,10 @@ import { StopSolutionVersionCreationRequest } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_StopSolutionVersionCreationCommand, se_StopSolutionVersionCreationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/TagResourceCommand.ts b/clients/client-personalize/src/commands/TagResourceCommand.ts index e58081a68210d..675da126698e3 100644 --- a/clients/client-personalize/src/commands/TagResourceCommand.ts +++ b/clients/client-personalize/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/UntagResourceCommand.ts b/clients/client-personalize/src/commands/UntagResourceCommand.ts index 7d8f8b6f71109..00a46b104232b 100644 --- a/clients/client-personalize/src/commands/UntagResourceCommand.ts +++ b/clients/client-personalize/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/UpdateCampaignCommand.ts b/clients/client-personalize/src/commands/UpdateCampaignCommand.ts index 473f745697e18..fad90e091bcdc 100644 --- a/clients/client-personalize/src/commands/UpdateCampaignCommand.ts +++ b/clients/client-personalize/src/commands/UpdateCampaignCommand.ts @@ -17,6 +17,10 @@ import { UpdateCampaignRequest, UpdateCampaignResponse } from "../models/models_ import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_UpdateCampaignCommand, se_UpdateCampaignCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/UpdateMetricAttributionCommand.ts b/clients/client-personalize/src/commands/UpdateMetricAttributionCommand.ts index 09c54be8b69bb..3bcdcad0a0fb9 100644 --- a/clients/client-personalize/src/commands/UpdateMetricAttributionCommand.ts +++ b/clients/client-personalize/src/commands/UpdateMetricAttributionCommand.ts @@ -17,6 +17,10 @@ import { UpdateMetricAttributionRequest, UpdateMetricAttributionResponse } from import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_UpdateMetricAttributionCommand, se_UpdateMetricAttributionCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/commands/UpdateRecommenderCommand.ts b/clients/client-personalize/src/commands/UpdateRecommenderCommand.ts index ed4e26012413a..2f05c067aeb55 100644 --- a/clients/client-personalize/src/commands/UpdateRecommenderCommand.ts +++ b/clients/client-personalize/src/commands/UpdateRecommenderCommand.ts @@ -17,6 +17,10 @@ import { UpdateRecommenderRequest, UpdateRecommenderResponse } from "../models/m import { PersonalizeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PersonalizeClient"; import { de_UpdateRecommenderCommand, se_UpdateRecommenderCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-personalize/src/index.ts b/clients/client-personalize/src/index.ts index 83b3d700ce1c0..1ade1d980683b 100644 --- a/clients/client-personalize/src/index.ts +++ b/clients/client-personalize/src/index.ts @@ -1,8 +1,15 @@ -export * from "./Personalize"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Personalize is a machine learning service that makes it easy to add individualized + * recommendations to customers.

+ * + * @packageDocumentation + */ export * from "./PersonalizeClient"; +export * from "./Personalize"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { PersonalizeServiceException } from "./models/PersonalizeServiceException"; diff --git a/clients/client-personalize/src/models/PersonalizeServiceException.ts b/clients/client-personalize/src/models/PersonalizeServiceException.ts index 7fab9f3056c5c..6757a596a8827 100644 --- a/clients/client-personalize/src/models/PersonalizeServiceException.ts +++ b/clients/client-personalize/src/models/PersonalizeServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-pi/src/PIClient.ts b/clients/client-pi/src/PIClient.ts index b5aa407bd2b31..d155a39fc758f 100644 --- a/clients/client-pi/src/PIClient.ts +++ b/clients/client-pi/src/PIClient.ts @@ -80,6 +80,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -229,7 +231,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type PIClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type PIClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -248,7 +250,7 @@ export interface PIClientConfig extends PIClientConfigType {} /** * @public */ -type PIClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type PIClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-pi/src/commands/DescribeDimensionKeysCommand.ts b/clients/client-pi/src/commands/DescribeDimensionKeysCommand.ts index d0d97b0432f77..b7dc4bf0a6fc6 100644 --- a/clients/client-pi/src/commands/DescribeDimensionKeysCommand.ts +++ b/clients/client-pi/src/commands/DescribeDimensionKeysCommand.ts @@ -17,6 +17,10 @@ import { DescribeDimensionKeysRequest, DescribeDimensionKeysResponse } from "../ import { PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PIClient"; import { de_DescribeDimensionKeysCommand, se_DescribeDimensionKeysCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pi/src/commands/GetDimensionKeyDetailsCommand.ts b/clients/client-pi/src/commands/GetDimensionKeyDetailsCommand.ts index ce7df9d3df91a..c7d63c3c0151c 100644 --- a/clients/client-pi/src/commands/GetDimensionKeyDetailsCommand.ts +++ b/clients/client-pi/src/commands/GetDimensionKeyDetailsCommand.ts @@ -17,6 +17,10 @@ import { GetDimensionKeyDetailsRequest, GetDimensionKeyDetailsResponse } from ". import { PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PIClient"; import { de_GetDimensionKeyDetailsCommand, se_GetDimensionKeyDetailsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pi/src/commands/GetResourceMetadataCommand.ts b/clients/client-pi/src/commands/GetResourceMetadataCommand.ts index 33cda12a5efcd..fb5cd30829187 100644 --- a/clients/client-pi/src/commands/GetResourceMetadataCommand.ts +++ b/clients/client-pi/src/commands/GetResourceMetadataCommand.ts @@ -17,6 +17,10 @@ import { GetResourceMetadataRequest, GetResourceMetadataResponse } from "../mode import { PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PIClient"; import { de_GetResourceMetadataCommand, se_GetResourceMetadataCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pi/src/commands/GetResourceMetricsCommand.ts b/clients/client-pi/src/commands/GetResourceMetricsCommand.ts index 8384c6f7f9a5c..33310b365651d 100644 --- a/clients/client-pi/src/commands/GetResourceMetricsCommand.ts +++ b/clients/client-pi/src/commands/GetResourceMetricsCommand.ts @@ -17,6 +17,10 @@ import { GetResourceMetricsRequest, GetResourceMetricsResponse } from "../models import { PIClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PIClient"; import { de_GetResourceMetricsCommand, se_GetResourceMetricsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pi/src/commands/ListAvailableResourceDimensionsCommand.ts b/clients/client-pi/src/commands/ListAvailableResourceDimensionsCommand.ts index c8e27ad30a32b..a397d171f0d39 100644 --- a/clients/client-pi/src/commands/ListAvailableResourceDimensionsCommand.ts +++ b/clients/client-pi/src/commands/ListAvailableResourceDimensionsCommand.ts @@ -20,6 +20,10 @@ import { se_ListAvailableResourceDimensionsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pi/src/commands/ListAvailableResourceMetricsCommand.ts b/clients/client-pi/src/commands/ListAvailableResourceMetricsCommand.ts index fafbf98397f1c..5e274b216feda 100644 --- a/clients/client-pi/src/commands/ListAvailableResourceMetricsCommand.ts +++ b/clients/client-pi/src/commands/ListAvailableResourceMetricsCommand.ts @@ -20,6 +20,10 @@ import { se_ListAvailableResourceMetricsCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pi/src/index.ts b/clients/client-pi/src/index.ts index a9c1e5f3a2bb7..dab22aba8f8a4 100644 --- a/clients/client-pi/src/index.ts +++ b/clients/client-pi/src/index.ts @@ -1,8 +1,38 @@ -export * from "./PI"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon RDS Performance Insights + *

Amazon RDS Performance Insights enables you to monitor and explore different dimensions of database load based on data captured from a running DB instance. The guide + * provides detailed information about Performance Insights data types, parameters and errors.

+ *

When Performance Insights is enabled, the Amazon RDS Performance Insights API provides visibility into the performance of your DB instance. Amazon CloudWatch provides the + * authoritative source for Amazon Web Services service-vended monitoring metrics. Performance Insights offers a domain-specific view of DB load.

+ *

DB load is measured as average active sessions. Performance Insights provides the data to API consumers as a two-dimensional time-series dataset. The time dimension + * provides DB load data for each time point in the queried time range. Each time point decomposes overall load in relation to the requested + * dimensions, measured at that time point. Examples include SQL, Wait event, User, and Host.

+ * + * + * @packageDocumentation + */ export * from "./PIClient"; +export * from "./PI"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { PIServiceException } from "./models/PIServiceException"; diff --git a/clients/client-pi/src/models/PIServiceException.ts b/clients/client-pi/src/models/PIServiceException.ts index a539329568a73..c5525392f9700 100644 --- a/clients/client-pi/src/models/PIServiceException.ts +++ b/clients/client-pi/src/models/PIServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-pinpoint-email/src/PinpointEmailClient.ts b/clients/client-pinpoint-email/src/PinpointEmailClient.ts index 9f2f2cbf6aaa2..f95b04bf729ee 100644 --- a/clients/client-pinpoint-email/src/PinpointEmailClient.ts +++ b/clients/client-pinpoint-email/src/PinpointEmailClient.ts @@ -206,6 +206,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -427,7 +429,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type PinpointEmailClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type PinpointEmailClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -446,7 +448,7 @@ export interface PinpointEmailClientConfig extends PinpointEmailClientConfigType /** * @public */ -type PinpointEmailClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type PinpointEmailClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-pinpoint-email/src/commands/CreateConfigurationSetCommand.ts b/clients/client-pinpoint-email/src/commands/CreateConfigurationSetCommand.ts index 1d285985c59d8..5fc36285aaf27 100644 --- a/clients/client-pinpoint-email/src/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-pinpoint-email/src/commands/CreateConfigurationSetCommand.ts @@ -17,6 +17,10 @@ import { CreateConfigurationSetRequest, CreateConfigurationSetResponse } from ". import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; import { de_CreateConfigurationSetCommand, se_CreateConfigurationSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/CreateConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-email/src/commands/CreateConfigurationSetEventDestinationCommand.ts index 967a748604e3e..487df51d6e38e 100644 --- a/clients/client-pinpoint-email/src/commands/CreateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-email/src/commands/CreateConfigurationSetEventDestinationCommand.ts @@ -23,6 +23,10 @@ import { se_CreateConfigurationSetEventDestinationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/CreateDedicatedIpPoolCommand.ts b/clients/client-pinpoint-email/src/commands/CreateDedicatedIpPoolCommand.ts index 07e4474ff01a1..a11ac0ab19280 100644 --- a/clients/client-pinpoint-email/src/commands/CreateDedicatedIpPoolCommand.ts +++ b/clients/client-pinpoint-email/src/commands/CreateDedicatedIpPoolCommand.ts @@ -17,6 +17,10 @@ import { CreateDedicatedIpPoolRequest, CreateDedicatedIpPoolResponse } from "../ import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; import { de_CreateDedicatedIpPoolCommand, se_CreateDedicatedIpPoolCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/CreateDeliverabilityTestReportCommand.ts b/clients/client-pinpoint-email/src/commands/CreateDeliverabilityTestReportCommand.ts index 65764c779f4dd..b9ce0958da41a 100644 --- a/clients/client-pinpoint-email/src/commands/CreateDeliverabilityTestReportCommand.ts +++ b/clients/client-pinpoint-email/src/commands/CreateDeliverabilityTestReportCommand.ts @@ -20,6 +20,10 @@ import { se_CreateDeliverabilityTestReportCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/CreateEmailIdentityCommand.ts b/clients/client-pinpoint-email/src/commands/CreateEmailIdentityCommand.ts index 6d85dbceb68d4..c4e0367cfbad7 100644 --- a/clients/client-pinpoint-email/src/commands/CreateEmailIdentityCommand.ts +++ b/clients/client-pinpoint-email/src/commands/CreateEmailIdentityCommand.ts @@ -17,6 +17,10 @@ import { CreateEmailIdentityRequest, CreateEmailIdentityResponse } from "../mode import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; import { de_CreateEmailIdentityCommand, se_CreateEmailIdentityCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetCommand.ts b/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetCommand.ts index ca8c223300ea3..077da3afd5e1d 100644 --- a/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteConfigurationSetRequest, DeleteConfigurationSetResponse } from ". import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; import { de_DeleteConfigurationSetCommand, se_DeleteConfigurationSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetEventDestinationCommand.ts index c9b03be91031b..c11af20b2f81d 100644 --- a/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-email/src/commands/DeleteConfigurationSetEventDestinationCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteConfigurationSetEventDestinationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/DeleteDedicatedIpPoolCommand.ts b/clients/client-pinpoint-email/src/commands/DeleteDedicatedIpPoolCommand.ts index bd4bdabe4346b..d37e97207ca86 100644 --- a/clients/client-pinpoint-email/src/commands/DeleteDedicatedIpPoolCommand.ts +++ b/clients/client-pinpoint-email/src/commands/DeleteDedicatedIpPoolCommand.ts @@ -17,6 +17,10 @@ import { DeleteDedicatedIpPoolRequest, DeleteDedicatedIpPoolResponse } from "../ import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; import { de_DeleteDedicatedIpPoolCommand, se_DeleteDedicatedIpPoolCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/DeleteEmailIdentityCommand.ts b/clients/client-pinpoint-email/src/commands/DeleteEmailIdentityCommand.ts index d3278b03c5e89..6337957207c50 100644 --- a/clients/client-pinpoint-email/src/commands/DeleteEmailIdentityCommand.ts +++ b/clients/client-pinpoint-email/src/commands/DeleteEmailIdentityCommand.ts @@ -17,6 +17,10 @@ import { DeleteEmailIdentityRequest, DeleteEmailIdentityResponse } from "../mode import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; import { de_DeleteEmailIdentityCommand, se_DeleteEmailIdentityCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/GetAccountCommand.ts b/clients/client-pinpoint-email/src/commands/GetAccountCommand.ts index ab8531aedd574..c324ccd5d5f33 100644 --- a/clients/client-pinpoint-email/src/commands/GetAccountCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetAccountCommand.ts @@ -17,6 +17,10 @@ import { GetAccountRequest, GetAccountResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; import { de_GetAccountCommand, se_GetAccountCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/GetBlacklistReportsCommand.ts b/clients/client-pinpoint-email/src/commands/GetBlacklistReportsCommand.ts index 90c57f1ae3759..38e510c4f664e 100644 --- a/clients/client-pinpoint-email/src/commands/GetBlacklistReportsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetBlacklistReportsCommand.ts @@ -17,6 +17,10 @@ import { GetBlacklistReportsRequest, GetBlacklistReportsResponse } from "../mode import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; import { de_GetBlacklistReportsCommand, se_GetBlacklistReportsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/GetConfigurationSetCommand.ts b/clients/client-pinpoint-email/src/commands/GetConfigurationSetCommand.ts index b714277531963..9fa783c84975d 100644 --- a/clients/client-pinpoint-email/src/commands/GetConfigurationSetCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetConfigurationSetCommand.ts @@ -17,6 +17,10 @@ import { GetConfigurationSetRequest, GetConfigurationSetResponse } from "../mode import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; import { de_GetConfigurationSetCommand, se_GetConfigurationSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/GetConfigurationSetEventDestinationsCommand.ts b/clients/client-pinpoint-email/src/commands/GetConfigurationSetEventDestinationsCommand.ts index 9419e5a7e5399..c38fa3609cd73 100644 --- a/clients/client-pinpoint-email/src/commands/GetConfigurationSetEventDestinationsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetConfigurationSetEventDestinationsCommand.ts @@ -23,6 +23,10 @@ import { se_GetConfigurationSetEventDestinationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/GetDedicatedIpCommand.ts b/clients/client-pinpoint-email/src/commands/GetDedicatedIpCommand.ts index 6bae342d5238b..cfb00ef479840 100644 --- a/clients/client-pinpoint-email/src/commands/GetDedicatedIpCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDedicatedIpCommand.ts @@ -17,6 +17,10 @@ import { GetDedicatedIpRequest, GetDedicatedIpResponse } from "../models/models_ import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; import { de_GetDedicatedIpCommand, se_GetDedicatedIpCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/GetDedicatedIpsCommand.ts b/clients/client-pinpoint-email/src/commands/GetDedicatedIpsCommand.ts index eba6b6821f75c..07d3e8219998d 100644 --- a/clients/client-pinpoint-email/src/commands/GetDedicatedIpsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDedicatedIpsCommand.ts @@ -17,6 +17,10 @@ import { GetDedicatedIpsRequest, GetDedicatedIpsResponse } from "../models/model import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; import { de_GetDedicatedIpsCommand, se_GetDedicatedIpsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/GetDeliverabilityDashboardOptionsCommand.ts b/clients/client-pinpoint-email/src/commands/GetDeliverabilityDashboardOptionsCommand.ts index 2f944b7b17d19..c9270026e2878 100644 --- a/clients/client-pinpoint-email/src/commands/GetDeliverabilityDashboardOptionsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDeliverabilityDashboardOptionsCommand.ts @@ -23,6 +23,10 @@ import { se_GetDeliverabilityDashboardOptionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/GetDeliverabilityTestReportCommand.ts b/clients/client-pinpoint-email/src/commands/GetDeliverabilityTestReportCommand.ts index 7fbd8ed4c0232..9da5d4f232963 100644 --- a/clients/client-pinpoint-email/src/commands/GetDeliverabilityTestReportCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDeliverabilityTestReportCommand.ts @@ -20,6 +20,10 @@ import { se_GetDeliverabilityTestReportCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/GetDomainDeliverabilityCampaignCommand.ts b/clients/client-pinpoint-email/src/commands/GetDomainDeliverabilityCampaignCommand.ts index 5f4eb6eb777ec..8a9f09d60df5e 100644 --- a/clients/client-pinpoint-email/src/commands/GetDomainDeliverabilityCampaignCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDomainDeliverabilityCampaignCommand.ts @@ -20,6 +20,10 @@ import { se_GetDomainDeliverabilityCampaignCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/GetDomainStatisticsReportCommand.ts b/clients/client-pinpoint-email/src/commands/GetDomainStatisticsReportCommand.ts index cd550cc6d506e..9f2f0fc910f62 100644 --- a/clients/client-pinpoint-email/src/commands/GetDomainStatisticsReportCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetDomainStatisticsReportCommand.ts @@ -17,6 +17,10 @@ import { GetDomainStatisticsReportRequest, GetDomainStatisticsReportResponse } f import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; import { de_GetDomainStatisticsReportCommand, se_GetDomainStatisticsReportCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/GetEmailIdentityCommand.ts b/clients/client-pinpoint-email/src/commands/GetEmailIdentityCommand.ts index 8bb6d51a4df13..648ee6bb79476 100644 --- a/clients/client-pinpoint-email/src/commands/GetEmailIdentityCommand.ts +++ b/clients/client-pinpoint-email/src/commands/GetEmailIdentityCommand.ts @@ -17,6 +17,10 @@ import { GetEmailIdentityRequest, GetEmailIdentityResponse } from "../models/mod import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; import { de_GetEmailIdentityCommand, se_GetEmailIdentityCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/ListConfigurationSetsCommand.ts b/clients/client-pinpoint-email/src/commands/ListConfigurationSetsCommand.ts index f296df21d96b8..88378075093a9 100644 --- a/clients/client-pinpoint-email/src/commands/ListConfigurationSetsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListConfigurationSetsCommand.ts @@ -17,6 +17,10 @@ import { ListConfigurationSetsRequest, ListConfigurationSetsResponse } from "../ import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; import { de_ListConfigurationSetsCommand, se_ListConfigurationSetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/ListDedicatedIpPoolsCommand.ts b/clients/client-pinpoint-email/src/commands/ListDedicatedIpPoolsCommand.ts index 6ea12185da73a..84f3bc814f44d 100644 --- a/clients/client-pinpoint-email/src/commands/ListDedicatedIpPoolsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListDedicatedIpPoolsCommand.ts @@ -17,6 +17,10 @@ import { ListDedicatedIpPoolsRequest, ListDedicatedIpPoolsResponse } from "../mo import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; import { de_ListDedicatedIpPoolsCommand, se_ListDedicatedIpPoolsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/ListDeliverabilityTestReportsCommand.ts b/clients/client-pinpoint-email/src/commands/ListDeliverabilityTestReportsCommand.ts index 7a2510d837388..8182c8a8a13f9 100644 --- a/clients/client-pinpoint-email/src/commands/ListDeliverabilityTestReportsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListDeliverabilityTestReportsCommand.ts @@ -20,6 +20,10 @@ import { se_ListDeliverabilityTestReportsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/ListDomainDeliverabilityCampaignsCommand.ts b/clients/client-pinpoint-email/src/commands/ListDomainDeliverabilityCampaignsCommand.ts index 5e190bc0e525f..b4c54b0bb33b6 100644 --- a/clients/client-pinpoint-email/src/commands/ListDomainDeliverabilityCampaignsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListDomainDeliverabilityCampaignsCommand.ts @@ -23,6 +23,10 @@ import { se_ListDomainDeliverabilityCampaignsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/ListEmailIdentitiesCommand.ts b/clients/client-pinpoint-email/src/commands/ListEmailIdentitiesCommand.ts index efee47a4b8560..63c91fbd09ff8 100644 --- a/clients/client-pinpoint-email/src/commands/ListEmailIdentitiesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListEmailIdentitiesCommand.ts @@ -17,6 +17,10 @@ import { ListEmailIdentitiesRequest, ListEmailIdentitiesResponse } from "../mode import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; import { de_ListEmailIdentitiesCommand, se_ListEmailIdentitiesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/ListTagsForResourceCommand.ts b/clients/client-pinpoint-email/src/commands/ListTagsForResourceCommand.ts index 403ecf39f65ff..3ba4ad688c3e6 100644 --- a/clients/client-pinpoint-email/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pinpoint-email/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts index 7d2c4899caab7..aa3be9f7cdae5 100644 --- a/clients/client-pinpoint-email/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts @@ -23,6 +23,10 @@ import { se_PutAccountDedicatedIpWarmupAttributesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/PutAccountSendingAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutAccountSendingAttributesCommand.ts index db0d664743869..edf2d6e69aa87 100644 --- a/clients/client-pinpoint-email/src/commands/PutAccountSendingAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutAccountSendingAttributesCommand.ts @@ -20,6 +20,10 @@ import { se_PutAccountSendingAttributesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts b/clients/client-pinpoint-email/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts index ba257c109aae1..ac3d41996ea5f 100644 --- a/clients/client-pinpoint-email/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts @@ -23,6 +23,10 @@ import { se_PutConfigurationSetDeliveryOptionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/PutConfigurationSetReputationOptionsCommand.ts b/clients/client-pinpoint-email/src/commands/PutConfigurationSetReputationOptionsCommand.ts index e924bebee3113..80ffe36ce92ff 100644 --- a/clients/client-pinpoint-email/src/commands/PutConfigurationSetReputationOptionsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutConfigurationSetReputationOptionsCommand.ts @@ -23,6 +23,10 @@ import { se_PutConfigurationSetReputationOptionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/PutConfigurationSetSendingOptionsCommand.ts b/clients/client-pinpoint-email/src/commands/PutConfigurationSetSendingOptionsCommand.ts index fbcd3b28d702b..81a2508ef49ed 100644 --- a/clients/client-pinpoint-email/src/commands/PutConfigurationSetSendingOptionsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutConfigurationSetSendingOptionsCommand.ts @@ -23,6 +23,10 @@ import { se_PutConfigurationSetSendingOptionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/PutConfigurationSetTrackingOptionsCommand.ts b/clients/client-pinpoint-email/src/commands/PutConfigurationSetTrackingOptionsCommand.ts index 854d5185f532f..729d22b3a17d0 100644 --- a/clients/client-pinpoint-email/src/commands/PutConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutConfigurationSetTrackingOptionsCommand.ts @@ -23,6 +23,10 @@ import { se_PutConfigurationSetTrackingOptionsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/PutDedicatedIpInPoolCommand.ts b/clients/client-pinpoint-email/src/commands/PutDedicatedIpInPoolCommand.ts index 7809e80c90156..afcd28e2caddb 100644 --- a/clients/client-pinpoint-email/src/commands/PutDedicatedIpInPoolCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutDedicatedIpInPoolCommand.ts @@ -17,6 +17,10 @@ import { PutDedicatedIpInPoolRequest, PutDedicatedIpInPoolResponse } from "../mo import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; import { de_PutDedicatedIpInPoolCommand, se_PutDedicatedIpInPoolCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/PutDedicatedIpWarmupAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutDedicatedIpWarmupAttributesCommand.ts index 8ffb72878f3f9..a1652ab10963c 100644 --- a/clients/client-pinpoint-email/src/commands/PutDedicatedIpWarmupAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutDedicatedIpWarmupAttributesCommand.ts @@ -20,6 +20,10 @@ import { se_PutDedicatedIpWarmupAttributesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/PutDeliverabilityDashboardOptionCommand.ts b/clients/client-pinpoint-email/src/commands/PutDeliverabilityDashboardOptionCommand.ts index b38e7a66c5f30..e7e53516e11de 100644 --- a/clients/client-pinpoint-email/src/commands/PutDeliverabilityDashboardOptionCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutDeliverabilityDashboardOptionCommand.ts @@ -20,6 +20,10 @@ import { se_PutDeliverabilityDashboardOptionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/PutEmailIdentityDkimAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutEmailIdentityDkimAttributesCommand.ts index 7a240859b31df..6e09adc87221e 100644 --- a/clients/client-pinpoint-email/src/commands/PutEmailIdentityDkimAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutEmailIdentityDkimAttributesCommand.ts @@ -20,6 +20,10 @@ import { se_PutEmailIdentityDkimAttributesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts index 0005e56e2a742..936fac9483395 100644 --- a/clients/client-pinpoint-email/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts @@ -23,6 +23,10 @@ import { se_PutEmailIdentityFeedbackAttributesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/PutEmailIdentityMailFromAttributesCommand.ts b/clients/client-pinpoint-email/src/commands/PutEmailIdentityMailFromAttributesCommand.ts index 2dbb5b39e603f..6794b968bc4a9 100644 --- a/clients/client-pinpoint-email/src/commands/PutEmailIdentityMailFromAttributesCommand.ts +++ b/clients/client-pinpoint-email/src/commands/PutEmailIdentityMailFromAttributesCommand.ts @@ -23,6 +23,10 @@ import { se_PutEmailIdentityMailFromAttributesCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/SendEmailCommand.ts b/clients/client-pinpoint-email/src/commands/SendEmailCommand.ts index ed50eb521bcdd..e269c88dd190c 100644 --- a/clients/client-pinpoint-email/src/commands/SendEmailCommand.ts +++ b/clients/client-pinpoint-email/src/commands/SendEmailCommand.ts @@ -17,6 +17,10 @@ import { SendEmailRequest, SendEmailResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; import { de_SendEmailCommand, se_SendEmailCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/TagResourceCommand.ts b/clients/client-pinpoint-email/src/commands/TagResourceCommand.ts index 0b16287fe7d70..d50305c9af078 100644 --- a/clients/client-pinpoint-email/src/commands/TagResourceCommand.ts +++ b/clients/client-pinpoint-email/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/UntagResourceCommand.ts b/clients/client-pinpoint-email/src/commands/UntagResourceCommand.ts index f9c4c6d27df9f..170b7a010e2c2 100644 --- a/clients/client-pinpoint-email/src/commands/UntagResourceCommand.ts +++ b/clients/client-pinpoint-email/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { PinpointEmailClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointEmailClient"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/commands/UpdateConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-email/src/commands/UpdateConfigurationSetEventDestinationCommand.ts index 4000b918171d7..e15993040c98e 100644 --- a/clients/client-pinpoint-email/src/commands/UpdateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-email/src/commands/UpdateConfigurationSetEventDestinationCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateConfigurationSetEventDestinationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-email/src/index.ts b/clients/client-pinpoint-email/src/index.ts index 83523b0ab8294..cb4199bbb0493 100644 --- a/clients/client-pinpoint-email/src/index.ts +++ b/clients/client-pinpoint-email/src/index.ts @@ -1,8 +1,42 @@ -export * from "./PinpointEmail"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Pinpoint Email Service + *

Welcome to the Amazon Pinpoint Email API Reference. This guide provides + * information about the Amazon Pinpoint Email API (version 1.0), including supported + * operations, data types, parameters, and schemas.

+ *

+ * Amazon Pinpoint is an AWS service that you + * can use to engage with your customers across multiple messaging channels. You can use + * Amazon Pinpoint to send email, SMS text messages, voice messages, and push notifications. The + * Amazon Pinpoint Email API provides programmatic access to options that are unique to the + * email channel and supplement the options provided by the Amazon Pinpoint API.

+ *

If you're new to Amazon Pinpoint, you might find it helpful to also review the Amazon + * Pinpoint Developer Guide. The Amazon Pinpoint Developer + * Guide provides tutorials, code samples, and procedures that demonstrate + * how to use Amazon Pinpoint features programmatically and how to integrate Amazon Pinpoint functionality into + * mobile apps and other types of applications. The guide also provides information about + * key topics such as Amazon Pinpoint integration with other AWS services and the limits that apply + * to using the service.

+ *

The Amazon Pinpoint Email API is available in several AWS Regions and it provides an endpoint + * for each of these Regions. For a list of all the Regions and endpoints where the API is + * currently available, see AWS Service Endpoints in + * the Amazon Web Services General Reference. To learn more about AWS Regions, see + * Managing AWS + * Regions in the Amazon Web Services General Reference.

+ *

In each Region, AWS maintains multiple Availability Zones. These Availability Zones + * are physically isolated from each other, but are united by private, low-latency, + * high-throughput, and highly redundant network connections. These Availability Zones + * enable us to provide very high levels of availability and redundancy, while also + * minimizing latency. To learn more about the number of Availability Zones that are + * available in each Region, see AWS Global Infrastructure.

+ * + * @packageDocumentation + */ export * from "./PinpointEmailClient"; +export * from "./PinpointEmail"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { PinpointEmailServiceException } from "./models/PinpointEmailServiceException"; diff --git a/clients/client-pinpoint-email/src/models/PinpointEmailServiceException.ts b/clients/client-pinpoint-email/src/models/PinpointEmailServiceException.ts index fe7a6bb36c568..64e1aa2a84262 100644 --- a/clients/client-pinpoint-email/src/models/PinpointEmailServiceException.ts +++ b/clients/client-pinpoint-email/src/models/PinpointEmailServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/PinpointSMSVoiceV2Client.ts b/clients/client-pinpoint-sms-voice-v2/src/PinpointSMSVoiceV2Client.ts index 74a1fd99ed4aa..fb0ead28002ba 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/PinpointSMSVoiceV2Client.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/PinpointSMSVoiceV2Client.ts @@ -174,6 +174,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -397,7 +399,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type PinpointSMSVoiceV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type PinpointSMSVoiceV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -416,7 +418,7 @@ export interface PinpointSMSVoiceV2ClientConfig extends PinpointSMSVoiceV2Client /** * @public */ -type PinpointSMSVoiceV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type PinpointSMSVoiceV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/AssociateOriginationIdentityCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/AssociateOriginationIdentityCommand.ts index ff74c8cbfde82..6d8ad08972fc5 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/AssociateOriginationIdentityCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/AssociateOriginationIdentityCommand.ts @@ -24,6 +24,10 @@ import { se_AssociateOriginationIdentityCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateConfigurationSetCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateConfigurationSetCommand.ts index 5832f1491ef97..09845b10fcc10 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateConfigurationSetCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_CreateConfigurationSetCommand, se_CreateConfigurationSetCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateEventDestinationCommand.ts index dd72dfcc79402..f2f8ec8edeb58 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateEventDestinationCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_CreateEventDestinationCommand, se_CreateEventDestinationCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateOptOutListCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateOptOutListCommand.ts index 08faa69918d09..24cb4c7f6d267 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/CreateOptOutListCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/CreateOptOutListCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_CreateOptOutListCommand, se_CreateOptOutListCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/CreatePoolCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/CreatePoolCommand.ts index 56aae0b6e82ea..931bf245db69c 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/CreatePoolCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/CreatePoolCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_CreatePoolCommand, se_CreatePoolCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteConfigurationSetCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteConfigurationSetCommand.ts index 25205de837086..e6df6f3216dda 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteConfigurationSetCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_DeleteConfigurationSetCommand, se_DeleteConfigurationSetCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultMessageTypeCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultMessageTypeCommand.ts index 4cf97b13d39f3..72169ee312208 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultMessageTypeCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultMessageTypeCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_DeleteDefaultMessageTypeCommand, se_DeleteDefaultMessageTypeCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultSenderIdCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultSenderIdCommand.ts index bcb18081d35e3..9a35ef7761de0 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultSenderIdCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteDefaultSenderIdCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_DeleteDefaultSenderIdCommand, se_DeleteDefaultSenderIdCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteEventDestinationCommand.ts index 8c5d688a11b08..af39084db5076 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteEventDestinationCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_DeleteEventDestinationCommand, se_DeleteEventDestinationCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteKeywordCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteKeywordCommand.ts index 153a77e8eb6e2..1709b4e3cbe1b 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteKeywordCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteKeywordCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_DeleteKeywordCommand, se_DeleteKeywordCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptOutListCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptOutListCommand.ts index 2df54a1dd20ab..ad390236b361e 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptOutListCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptOutListCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_DeleteOptOutListCommand, se_DeleteOptOutListCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptedOutNumberCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptedOutNumberCommand.ts index 8ccd1a50d9f6d..0f071da2b1633 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptedOutNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteOptedOutNumberCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_DeleteOptedOutNumberCommand, se_DeleteOptedOutNumberCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeletePoolCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeletePoolCommand.ts index c9ca7f8cf48ef..28339f07b01ce 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeletePoolCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeletePoolCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_DeletePoolCommand, se_DeletePoolCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteTextMessageSpendLimitOverrideCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteTextMessageSpendLimitOverrideCommand.ts index 6f2bbb5517370..c391cc85c8b57 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteTextMessageSpendLimitOverrideCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteTextMessageSpendLimitOverrideCommand.ts @@ -27,6 +27,10 @@ import { se_DeleteTextMessageSpendLimitOverrideCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteVoiceMessageSpendLimitOverrideCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteVoiceMessageSpendLimitOverrideCommand.ts index 994d09512283e..b145d5f9f9a20 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteVoiceMessageSpendLimitOverrideCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DeleteVoiceMessageSpendLimitOverrideCommand.ts @@ -27,6 +27,10 @@ import { se_DeleteVoiceMessageSpendLimitOverrideCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountAttributesCommand.ts index 38831c57baaa6..3ec8635f69e78 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountAttributesCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_DescribeAccountAttributesCommand, se_DescribeAccountAttributesCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountLimitsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountLimitsCommand.ts index 8bb92d03e281f..128a573739288 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountLimitsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeAccountLimitsCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_DescribeAccountLimitsCommand, se_DescribeAccountLimitsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeConfigurationSetsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeConfigurationSetsCommand.ts index 539a767e7c62e..f59934edc6e17 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeConfigurationSetsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeConfigurationSetsCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_DescribeConfigurationSetsCommand, se_DescribeConfigurationSetsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeKeywordsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeKeywordsCommand.ts index 3c51dddb6fd1a..702cf07fad44e 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeKeywordsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeKeywordsCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_DescribeKeywordsCommand, se_DescribeKeywordsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptOutListsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptOutListsCommand.ts index 57454eac8e555..0340f1649200c 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptOutListsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptOutListsCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_DescribeOptOutListsCommand, se_DescribeOptOutListsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptedOutNumbersCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptedOutNumbersCommand.ts index 4005589df30eb..ef2d5c63ac7d2 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptedOutNumbersCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeOptedOutNumbersCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_DescribeOptedOutNumbersCommand, se_DescribeOptedOutNumbersCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePhoneNumbersCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePhoneNumbersCommand.ts index 39e0f7e00ebfe..de22c39025fc3 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePhoneNumbersCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePhoneNumbersCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_DescribePhoneNumbersCommand, se_DescribePhoneNumbersCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePoolsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePoolsCommand.ts index 180590a128c8e..95ed260e2c123 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePoolsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribePoolsCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_DescribePoolsCommand, se_DescribePoolsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSenderIdsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSenderIdsCommand.ts index da1bc948a28ac..aad1a56edf2fc 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSenderIdsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSenderIdsCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_DescribeSenderIdsCommand, se_DescribeSenderIdsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSpendLimitsCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSpendLimitsCommand.ts index bbf8454bbab25..357dee77d294d 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSpendLimitsCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DescribeSpendLimitsCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_DescribeSpendLimitsCommand, se_DescribeSpendLimitsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/DisassociateOriginationIdentityCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/DisassociateOriginationIdentityCommand.ts index 1aef8c7d04113..aa48109d96881 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/DisassociateOriginationIdentityCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/DisassociateOriginationIdentityCommand.ts @@ -24,6 +24,10 @@ import { se_DisassociateOriginationIdentityCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/ListPoolOriginationIdentitiesCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/ListPoolOriginationIdentitiesCommand.ts index 4dfcef31c754d..97fc9eae40304 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/ListPoolOriginationIdentitiesCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/ListPoolOriginationIdentitiesCommand.ts @@ -24,6 +24,10 @@ import { se_ListPoolOriginationIdentitiesCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/ListTagsForResourceCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/ListTagsForResourceCommand.ts index 81886f8721545..c601ef5ee612b 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/PutKeywordCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/PutKeywordCommand.ts index 5f89443979e08..ebfec10e7ba8b 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/PutKeywordCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/PutKeywordCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_PutKeywordCommand, se_PutKeywordCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/PutOptedOutNumberCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/PutOptedOutNumberCommand.ts index 8286c3a59a7b2..5188d2c3c9545 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/PutOptedOutNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/PutOptedOutNumberCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_PutOptedOutNumberCommand, se_PutOptedOutNumberCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/ReleasePhoneNumberCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/ReleasePhoneNumberCommand.ts index 7cde67e01a170..27d276b5aa746 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/ReleasePhoneNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/ReleasePhoneNumberCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_ReleasePhoneNumberCommand, se_ReleasePhoneNumberCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/RequestPhoneNumberCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/RequestPhoneNumberCommand.ts index ea5efb77d514e..a28db1afb653f 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/RequestPhoneNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/RequestPhoneNumberCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_RequestPhoneNumberCommand, se_RequestPhoneNumberCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SendTextMessageCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SendTextMessageCommand.ts index 504dc54e416b0..e3d74efeeb4fd 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SendTextMessageCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SendTextMessageCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_SendTextMessageCommand, se_SendTextMessageCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SendVoiceMessageCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SendVoiceMessageCommand.ts index b93dd697c2994..a10469c2e3507 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SendVoiceMessageCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SendVoiceMessageCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_SendVoiceMessageCommand, se_SendVoiceMessageCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultMessageTypeCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultMessageTypeCommand.ts index 2929e8fe087b9..cd1798aa34210 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultMessageTypeCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultMessageTypeCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_SetDefaultMessageTypeCommand, se_SetDefaultMessageTypeCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultSenderIdCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultSenderIdCommand.ts index c31c6c909e18c..f29f39e71828c 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultSenderIdCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SetDefaultSenderIdCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_SetDefaultSenderIdCommand, se_SetDefaultSenderIdCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SetTextMessageSpendLimitOverrideCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SetTextMessageSpendLimitOverrideCommand.ts index 94186664151ff..05f9df44b93db 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SetTextMessageSpendLimitOverrideCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SetTextMessageSpendLimitOverrideCommand.ts @@ -24,6 +24,10 @@ import { se_SetTextMessageSpendLimitOverrideCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/SetVoiceMessageSpendLimitOverrideCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/SetVoiceMessageSpendLimitOverrideCommand.ts index 902e8e738702e..63eea090cbd5f 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/SetVoiceMessageSpendLimitOverrideCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/SetVoiceMessageSpendLimitOverrideCommand.ts @@ -24,6 +24,10 @@ import { se_SetVoiceMessageSpendLimitOverrideCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/TagResourceCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/TagResourceCommand.ts index c9a7cbf958fff..e94aeb5b3f25c 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/TagResourceCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/UntagResourceCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/UntagResourceCommand.ts index 00492bb23a546..713e5617b7973 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/UntagResourceCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateEventDestinationCommand.ts index 31efeda714d27..b77370beea58c 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdateEventDestinationCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_UpdateEventDestinationCommand, se_UpdateEventDestinationCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePhoneNumberCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePhoneNumberCommand.ts index 10be307d1664b..50f7ba5db95d8 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePhoneNumberCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePhoneNumberCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_UpdatePhoneNumberCommand, se_UpdatePhoneNumberCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePoolCommand.ts b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePoolCommand.ts index 4116f86c93851..c1ae8d9c459aa 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePoolCommand.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/commands/UpdatePoolCommand.ts @@ -21,6 +21,10 @@ import { } from "../PinpointSMSVoiceV2Client"; import { de_UpdatePoolCommand, se_UpdatePoolCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice-v2/src/index.ts b/clients/client-pinpoint-sms-voice-v2/src/index.ts index 18cdf8ec61486..bacc550295a7a 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/index.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/index.ts @@ -1,8 +1,29 @@ -export * from "./PinpointSMSVoiceV2"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Welcome to the Amazon Pinpoint SMS and Voice, version 2 API Reference. + * This guide provides information about Amazon Pinpoint SMS and Voice, version 2 API + * resources, including supported HTTP methods, parameters, and schemas.

+ *

Amazon Pinpoint is an Amazon Web Services service that you can use to engage with + * your recipients across multiple messaging channels. The Amazon Pinpoint SMS and + * Voice, version 2 API provides programmatic access to options that are unique to the SMS + * and voice channels and supplements the resources provided by the Amazon Pinpoint + * API.

+ *

If you're new to Amazon Pinpoint, it's also helpful to review the + * Amazon Pinpoint Developer Guide. The Amazon Pinpoint + * Developer Guide provides tutorials, code samples, and procedures that + * demonstrate how to use Amazon Pinpoint features programmatically and how to integrate + * Amazon Pinpoint functionality into mobile apps and other types of applications. + * The guide also provides key information, such as Amazon Pinpoint integration with + * other Amazon Web Services services, and the quotas that apply to use of the + * service.

+ * + * @packageDocumentation + */ export * from "./PinpointSMSVoiceV2Client"; +export * from "./PinpointSMSVoiceV2"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { PinpointSMSVoiceV2ServiceException } from "./models/PinpointSMSVoiceV2ServiceException"; diff --git a/clients/client-pinpoint-sms-voice-v2/src/models/PinpointSMSVoiceV2ServiceException.ts b/clients/client-pinpoint-sms-voice-v2/src/models/PinpointSMSVoiceV2ServiceException.ts index 8191a321e8fcb..480197939c865 100644 --- a/clients/client-pinpoint-sms-voice-v2/src/models/PinpointSMSVoiceV2ServiceException.ts +++ b/clients/client-pinpoint-sms-voice-v2/src/models/PinpointSMSVoiceV2ServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-pinpoint-sms-voice/src/PinpointSMSVoiceClient.ts b/clients/client-pinpoint-sms-voice/src/PinpointSMSVoiceClient.ts index a87a4d6ed8ee9..00750d7d8e4e8 100644 --- a/clients/client-pinpoint-sms-voice/src/PinpointSMSVoiceClient.ts +++ b/clients/client-pinpoint-sms-voice/src/PinpointSMSVoiceClient.ts @@ -88,6 +88,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -241,7 +243,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type PinpointSMSVoiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type PinpointSMSVoiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -260,7 +262,7 @@ export interface PinpointSMSVoiceClientConfig extends PinpointSMSVoiceClientConf /** * @public */ -type PinpointSMSVoiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type PinpointSMSVoiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetCommand.ts index 81f23bb8bbdd3..34ead56a3dce7 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetCommand.ts @@ -17,6 +17,10 @@ import { CreateConfigurationSetRequest, CreateConfigurationSetResponse } from ". import { PinpointSMSVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceClient"; import { de_CreateConfigurationSetCommand, se_CreateConfigurationSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetEventDestinationCommand.ts index 3601726664dac..15379064ade83 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/CreateConfigurationSetEventDestinationCommand.ts @@ -23,6 +23,10 @@ import { se_CreateConfigurationSetEventDestinationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetCommand.ts index 5edb44dbcbba5..0f2d6398521af 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteConfigurationSetRequest, DeleteConfigurationSetResponse } from ". import { PinpointSMSVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceClient"; import { de_DeleteConfigurationSetCommand, se_DeleteConfigurationSetCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetEventDestinationCommand.ts index e7fc66bb10725..3c1887db91d6e 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/DeleteConfigurationSetEventDestinationCommand.ts @@ -23,6 +23,10 @@ import { se_DeleteConfigurationSetEventDestinationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice/src/commands/GetConfigurationSetEventDestinationsCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/GetConfigurationSetEventDestinationsCommand.ts index 21d4c7b7856d3..d7e0ca5b0d9f0 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/GetConfigurationSetEventDestinationsCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/GetConfigurationSetEventDestinationsCommand.ts @@ -23,6 +23,10 @@ import { se_GetConfigurationSetEventDestinationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice/src/commands/ListConfigurationSetsCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/ListConfigurationSetsCommand.ts index 46644fc7dbad3..2fea732f76892 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/ListConfigurationSetsCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/ListConfigurationSetsCommand.ts @@ -17,6 +17,10 @@ import { ListConfigurationSetsRequest, ListConfigurationSetsResponse } from "../ import { PinpointSMSVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceClient"; import { de_ListConfigurationSetsCommand, se_ListConfigurationSetsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice/src/commands/SendVoiceMessageCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/SendVoiceMessageCommand.ts index 7c69ea7aa63a5..99b78478bfb46 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/SendVoiceMessageCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/SendVoiceMessageCommand.ts @@ -17,6 +17,10 @@ import { SendVoiceMessageRequest, SendVoiceMessageResponse } from "../models/mod import { PinpointSMSVoiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointSMSVoiceClient"; import { de_SendVoiceMessageCommand, se_SendVoiceMessageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice/src/commands/UpdateConfigurationSetEventDestinationCommand.ts b/clients/client-pinpoint-sms-voice/src/commands/UpdateConfigurationSetEventDestinationCommand.ts index a045223ea7ff7..f861c9232b333 100644 --- a/clients/client-pinpoint-sms-voice/src/commands/UpdateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-pinpoint-sms-voice/src/commands/UpdateConfigurationSetEventDestinationCommand.ts @@ -23,6 +23,10 @@ import { se_UpdateConfigurationSetEventDestinationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint-sms-voice/src/index.ts b/clients/client-pinpoint-sms-voice/src/index.ts index 6bee4f1474bd7..954a49e36f866 100644 --- a/clients/client-pinpoint-sms-voice/src/index.ts +++ b/clients/client-pinpoint-sms-voice/src/index.ts @@ -1,6 +1,12 @@ -export * from "./PinpointSMSVoice"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Pinpoint SMS and Voice Messaging public facing APIs + * + * @packageDocumentation + */ export * from "./PinpointSMSVoiceClient"; +export * from "./PinpointSMSVoice"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-pinpoint-sms-voice/src/models/PinpointSMSVoiceServiceException.ts b/clients/client-pinpoint-sms-voice/src/models/PinpointSMSVoiceServiceException.ts index fa03b43ab727a..4a8f202aa0283 100644 --- a/clients/client-pinpoint-sms-voice/src/models/PinpointSMSVoiceServiceException.ts +++ b/clients/client-pinpoint-sms-voice/src/models/PinpointSMSVoiceServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-pinpoint/src/PinpointClient.ts b/clients/client-pinpoint/src/PinpointClient.ts index 6a4147597b6dd..8e182023d4048 100644 --- a/clients/client-pinpoint/src/PinpointClient.ts +++ b/clients/client-pinpoint/src/PinpointClient.ts @@ -304,6 +304,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -685,7 +687,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type PinpointClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type PinpointClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -704,7 +706,7 @@ export interface PinpointClientConfig extends PinpointClientConfigType {} /** * @public */ -type PinpointClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type PinpointClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-pinpoint/src/commands/CreateAppCommand.ts b/clients/client-pinpoint/src/commands/CreateAppCommand.ts index 9d7d16ca20e09..c9a5b5a643d19 100644 --- a/clients/client-pinpoint/src/commands/CreateAppCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateAppCommand.ts @@ -17,6 +17,10 @@ import { CreateAppRequest, CreateAppResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_CreateAppCommand, se_CreateAppCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/CreateCampaignCommand.ts b/clients/client-pinpoint/src/commands/CreateCampaignCommand.ts index f7cf99b785dde..07f662a09c15b 100644 --- a/clients/client-pinpoint/src/commands/CreateCampaignCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateCampaignCommand.ts @@ -17,6 +17,10 @@ import { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_ import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_CreateCampaignCommand, se_CreateCampaignCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/CreateEmailTemplateCommand.ts b/clients/client-pinpoint/src/commands/CreateEmailTemplateCommand.ts index e50b2bfeee194..591bf11c92b11 100644 --- a/clients/client-pinpoint/src/commands/CreateEmailTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateEmailTemplateCommand.ts @@ -17,6 +17,10 @@ import { CreateEmailTemplateRequest, CreateEmailTemplateResponse } from "../mode import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_CreateEmailTemplateCommand, se_CreateEmailTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/CreateExportJobCommand.ts b/clients/client-pinpoint/src/commands/CreateExportJobCommand.ts index f342bba2fa1a4..ee986dd55864d 100644 --- a/clients/client-pinpoint/src/commands/CreateExportJobCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateExportJobCommand.ts @@ -17,6 +17,10 @@ import { CreateExportJobRequest, CreateExportJobResponse } from "../models/model import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_CreateExportJobCommand, se_CreateExportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/CreateImportJobCommand.ts b/clients/client-pinpoint/src/commands/CreateImportJobCommand.ts index 7246a991d5b26..6ecc94f326d0f 100644 --- a/clients/client-pinpoint/src/commands/CreateImportJobCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateImportJobCommand.ts @@ -17,6 +17,10 @@ import { CreateImportJobRequest, CreateImportJobResponse } from "../models/model import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_CreateImportJobCommand, se_CreateImportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/CreateInAppTemplateCommand.ts b/clients/client-pinpoint/src/commands/CreateInAppTemplateCommand.ts index ae1a8cc3cc3cf..ac09be9fbe2a8 100644 --- a/clients/client-pinpoint/src/commands/CreateInAppTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateInAppTemplateCommand.ts @@ -17,6 +17,10 @@ import { CreateInAppTemplateRequest, CreateInAppTemplateResponse } from "../mode import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_CreateInAppTemplateCommand, se_CreateInAppTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/CreateJourneyCommand.ts b/clients/client-pinpoint/src/commands/CreateJourneyCommand.ts index 6b40277c4a393..5076b6097fb5f 100644 --- a/clients/client-pinpoint/src/commands/CreateJourneyCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateJourneyCommand.ts @@ -17,6 +17,10 @@ import { CreateJourneyRequest, CreateJourneyResponse } from "../models/models_0" import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_CreateJourneyCommand, se_CreateJourneyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/CreatePushTemplateCommand.ts b/clients/client-pinpoint/src/commands/CreatePushTemplateCommand.ts index bd2dfbc4dd727..3e9e4af701e15 100644 --- a/clients/client-pinpoint/src/commands/CreatePushTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/CreatePushTemplateCommand.ts @@ -17,6 +17,10 @@ import { CreatePushTemplateRequest, CreatePushTemplateResponse } from "../models import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_CreatePushTemplateCommand, se_CreatePushTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/CreateRecommenderConfigurationCommand.ts b/clients/client-pinpoint/src/commands/CreateRecommenderConfigurationCommand.ts index 98c775cfcc484..851806b39227a 100644 --- a/clients/client-pinpoint/src/commands/CreateRecommenderConfigurationCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateRecommenderConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_CreateRecommenderConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/CreateSegmentCommand.ts b/clients/client-pinpoint/src/commands/CreateSegmentCommand.ts index a11ada80a3df5..0d8749bb56ba6 100644 --- a/clients/client-pinpoint/src/commands/CreateSegmentCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateSegmentCommand.ts @@ -17,6 +17,10 @@ import { CreateSegmentRequest, CreateSegmentResponse } from "../models/models_0" import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_CreateSegmentCommand, se_CreateSegmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/CreateSmsTemplateCommand.ts b/clients/client-pinpoint/src/commands/CreateSmsTemplateCommand.ts index 7d9bab1ce1b96..e4300ddbac541 100644 --- a/clients/client-pinpoint/src/commands/CreateSmsTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateSmsTemplateCommand.ts @@ -17,6 +17,10 @@ import { CreateSmsTemplateRequest, CreateSmsTemplateResponse } from "../models/m import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_CreateSmsTemplateCommand, se_CreateSmsTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/CreateVoiceTemplateCommand.ts b/clients/client-pinpoint/src/commands/CreateVoiceTemplateCommand.ts index 0a8672c9d193f..d72494ee7f26f 100644 --- a/clients/client-pinpoint/src/commands/CreateVoiceTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/CreateVoiceTemplateCommand.ts @@ -17,6 +17,10 @@ import { CreateVoiceTemplateRequest, CreateVoiceTemplateResponse } from "../mode import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_CreateVoiceTemplateCommand, se_CreateVoiceTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeleteAdmChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteAdmChannelCommand.ts index ad5df018d5e90..95840eac592a2 100644 --- a/clients/client-pinpoint/src/commands/DeleteAdmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteAdmChannelCommand.ts @@ -17,6 +17,10 @@ import { DeleteAdmChannelRequest, DeleteAdmChannelResponse } from "../models/mod import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_DeleteAdmChannelCommand, se_DeleteAdmChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeleteApnsChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteApnsChannelCommand.ts index 913daf1e1f89c..2ba799d8c194b 100644 --- a/clients/client-pinpoint/src/commands/DeleteApnsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteApnsChannelCommand.ts @@ -17,6 +17,10 @@ import { DeleteApnsChannelRequest, DeleteApnsChannelResponse } from "../models/m import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_DeleteApnsChannelCommand, se_DeleteApnsChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeleteApnsSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteApnsSandboxChannelCommand.ts index 1c73d74b38a75..ad5ce85afe70d 100644 --- a/clients/client-pinpoint/src/commands/DeleteApnsSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteApnsSandboxChannelCommand.ts @@ -17,6 +17,10 @@ import { DeleteApnsSandboxChannelRequest, DeleteApnsSandboxChannelResponse } fro import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_DeleteApnsSandboxChannelCommand, se_DeleteApnsSandboxChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeleteApnsVoipChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteApnsVoipChannelCommand.ts index c1c55ba32707b..d3802767d44e9 100644 --- a/clients/client-pinpoint/src/commands/DeleteApnsVoipChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteApnsVoipChannelCommand.ts @@ -17,6 +17,10 @@ import { DeleteApnsVoipChannelRequest, DeleteApnsVoipChannelResponse } from "../ import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_DeleteApnsVoipChannelCommand, se_DeleteApnsVoipChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeleteApnsVoipSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteApnsVoipSandboxChannelCommand.ts index e340183ed778b..66f7067d1c36d 100644 --- a/clients/client-pinpoint/src/commands/DeleteApnsVoipSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteApnsVoipSandboxChannelCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteApnsVoipSandboxChannelCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeleteAppCommand.ts b/clients/client-pinpoint/src/commands/DeleteAppCommand.ts index ed90be86b9974..5f6d9b161b8cc 100644 --- a/clients/client-pinpoint/src/commands/DeleteAppCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteAppCommand.ts @@ -17,6 +17,10 @@ import { DeleteAppRequest, DeleteAppResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_DeleteAppCommand, se_DeleteAppCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeleteBaiduChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteBaiduChannelCommand.ts index 66e59400303d1..ce6d14dea2458 100644 --- a/clients/client-pinpoint/src/commands/DeleteBaiduChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteBaiduChannelCommand.ts @@ -17,6 +17,10 @@ import { DeleteBaiduChannelRequest, DeleteBaiduChannelResponse } from "../models import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_DeleteBaiduChannelCommand, se_DeleteBaiduChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeleteCampaignCommand.ts b/clients/client-pinpoint/src/commands/DeleteCampaignCommand.ts index 5ebd288d7afbd..9c55b5be1bfdb 100644 --- a/clients/client-pinpoint/src/commands/DeleteCampaignCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteCampaignCommand.ts @@ -17,6 +17,10 @@ import { DeleteCampaignRequest, DeleteCampaignResponse } from "../models/models_ import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_DeleteCampaignCommand, se_DeleteCampaignCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeleteEmailChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteEmailChannelCommand.ts index 55f25ec8ec503..076f562fc566c 100644 --- a/clients/client-pinpoint/src/commands/DeleteEmailChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteEmailChannelCommand.ts @@ -17,6 +17,10 @@ import { DeleteEmailChannelRequest, DeleteEmailChannelResponse } from "../models import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_DeleteEmailChannelCommand, se_DeleteEmailChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeleteEmailTemplateCommand.ts b/clients/client-pinpoint/src/commands/DeleteEmailTemplateCommand.ts index e8a5001d5fafc..85bf52d9b64ee 100644 --- a/clients/client-pinpoint/src/commands/DeleteEmailTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteEmailTemplateCommand.ts @@ -17,6 +17,10 @@ import { DeleteEmailTemplateRequest, DeleteEmailTemplateResponse } from "../mode import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_DeleteEmailTemplateCommand, se_DeleteEmailTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeleteEndpointCommand.ts b/clients/client-pinpoint/src/commands/DeleteEndpointCommand.ts index f654f89a2b34a..39028fea2b8ef 100644 --- a/clients/client-pinpoint/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteEndpointCommand.ts @@ -17,6 +17,10 @@ import { DeleteEndpointRequest, DeleteEndpointResponse } from "../models/models_ import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_DeleteEndpointCommand, se_DeleteEndpointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeleteEventStreamCommand.ts b/clients/client-pinpoint/src/commands/DeleteEventStreamCommand.ts index 5ca0055ca208c..c4c2499d1b2d7 100644 --- a/clients/client-pinpoint/src/commands/DeleteEventStreamCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteEventStreamCommand.ts @@ -17,6 +17,10 @@ import { DeleteEventStreamRequest, DeleteEventStreamResponse } from "../models/m import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_DeleteEventStreamCommand, se_DeleteEventStreamCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeleteGcmChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteGcmChannelCommand.ts index 63a2c0577111d..56a3fd89670a9 100644 --- a/clients/client-pinpoint/src/commands/DeleteGcmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteGcmChannelCommand.ts @@ -17,6 +17,10 @@ import { DeleteGcmChannelRequest, DeleteGcmChannelResponse } from "../models/mod import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_DeleteGcmChannelCommand, se_DeleteGcmChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeleteInAppTemplateCommand.ts b/clients/client-pinpoint/src/commands/DeleteInAppTemplateCommand.ts index d1c211de814d3..a5901b3fc8e18 100644 --- a/clients/client-pinpoint/src/commands/DeleteInAppTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteInAppTemplateCommand.ts @@ -17,6 +17,10 @@ import { DeleteInAppTemplateRequest, DeleteInAppTemplateResponse } from "../mode import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_DeleteInAppTemplateCommand, se_DeleteInAppTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeleteJourneyCommand.ts b/clients/client-pinpoint/src/commands/DeleteJourneyCommand.ts index 79836dced6067..4d732ac63e56c 100644 --- a/clients/client-pinpoint/src/commands/DeleteJourneyCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteJourneyCommand.ts @@ -17,6 +17,10 @@ import { DeleteJourneyRequest, DeleteJourneyResponse } from "../models/models_0" import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_DeleteJourneyCommand, se_DeleteJourneyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeletePushTemplateCommand.ts b/clients/client-pinpoint/src/commands/DeletePushTemplateCommand.ts index 8e14efc39736c..3b9bd68ee7f93 100644 --- a/clients/client-pinpoint/src/commands/DeletePushTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/DeletePushTemplateCommand.ts @@ -17,6 +17,10 @@ import { DeletePushTemplateRequest, DeletePushTemplateResponse } from "../models import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_DeletePushTemplateCommand, se_DeletePushTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeleteRecommenderConfigurationCommand.ts b/clients/client-pinpoint/src/commands/DeleteRecommenderConfigurationCommand.ts index f7f962b3c894f..d8a6e1ee10fda 100644 --- a/clients/client-pinpoint/src/commands/DeleteRecommenderConfigurationCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteRecommenderConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_DeleteRecommenderConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeleteSegmentCommand.ts b/clients/client-pinpoint/src/commands/DeleteSegmentCommand.ts index 21adb5e6385ac..db9fbfd65cf3a 100644 --- a/clients/client-pinpoint/src/commands/DeleteSegmentCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteSegmentCommand.ts @@ -17,6 +17,10 @@ import { DeleteSegmentRequest, DeleteSegmentResponse } from "../models/models_0" import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_DeleteSegmentCommand, se_DeleteSegmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeleteSmsChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteSmsChannelCommand.ts index 923c5325a4f13..0d3a0d90f2e61 100644 --- a/clients/client-pinpoint/src/commands/DeleteSmsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteSmsChannelCommand.ts @@ -17,6 +17,10 @@ import { DeleteSmsChannelRequest, DeleteSmsChannelResponse } from "../models/mod import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_DeleteSmsChannelCommand, se_DeleteSmsChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeleteSmsTemplateCommand.ts b/clients/client-pinpoint/src/commands/DeleteSmsTemplateCommand.ts index 999aac6222ea7..d08fe9e22733c 100644 --- a/clients/client-pinpoint/src/commands/DeleteSmsTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteSmsTemplateCommand.ts @@ -17,6 +17,10 @@ import { DeleteSmsTemplateRequest, DeleteSmsTemplateResponse } from "../models/m import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_DeleteSmsTemplateCommand, se_DeleteSmsTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeleteUserEndpointsCommand.ts b/clients/client-pinpoint/src/commands/DeleteUserEndpointsCommand.ts index 5469fda259576..60bbe50f54dd5 100644 --- a/clients/client-pinpoint/src/commands/DeleteUserEndpointsCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteUserEndpointsCommand.ts @@ -17,6 +17,10 @@ import { DeleteUserEndpointsRequest, DeleteUserEndpointsResponse } from "../mode import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_DeleteUserEndpointsCommand, se_DeleteUserEndpointsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeleteVoiceChannelCommand.ts b/clients/client-pinpoint/src/commands/DeleteVoiceChannelCommand.ts index 2eb96beca79ee..7f5d6bad8affe 100644 --- a/clients/client-pinpoint/src/commands/DeleteVoiceChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteVoiceChannelCommand.ts @@ -17,6 +17,10 @@ import { DeleteVoiceChannelRequest, DeleteVoiceChannelResponse } from "../models import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_DeleteVoiceChannelCommand, se_DeleteVoiceChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/DeleteVoiceTemplateCommand.ts b/clients/client-pinpoint/src/commands/DeleteVoiceTemplateCommand.ts index 8a58ac5f39909..51ca7f2cdd945 100644 --- a/clients/client-pinpoint/src/commands/DeleteVoiceTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/DeleteVoiceTemplateCommand.ts @@ -17,6 +17,10 @@ import { DeleteVoiceTemplateRequest, DeleteVoiceTemplateResponse } from "../mode import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_DeleteVoiceTemplateCommand, se_DeleteVoiceTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetAdmChannelCommand.ts b/clients/client-pinpoint/src/commands/GetAdmChannelCommand.ts index dac4ff8d4b6ef..92e66b8355846 100644 --- a/clients/client-pinpoint/src/commands/GetAdmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetAdmChannelCommand.ts @@ -17,6 +17,10 @@ import { GetAdmChannelRequest, GetAdmChannelResponse } from "../models/models_0" import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetAdmChannelCommand, se_GetAdmChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetApnsChannelCommand.ts b/clients/client-pinpoint/src/commands/GetApnsChannelCommand.ts index bda255bea8edf..cc7c82580c36a 100644 --- a/clients/client-pinpoint/src/commands/GetApnsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApnsChannelCommand.ts @@ -17,6 +17,10 @@ import { GetApnsChannelRequest, GetApnsChannelResponse } from "../models/models_ import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetApnsChannelCommand, se_GetApnsChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetApnsSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/GetApnsSandboxChannelCommand.ts index 7fee822f85034..30f1fd0b42189 100644 --- a/clients/client-pinpoint/src/commands/GetApnsSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApnsSandboxChannelCommand.ts @@ -17,6 +17,10 @@ import { GetApnsSandboxChannelRequest, GetApnsSandboxChannelResponse } from "../ import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetApnsSandboxChannelCommand, se_GetApnsSandboxChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetApnsVoipChannelCommand.ts b/clients/client-pinpoint/src/commands/GetApnsVoipChannelCommand.ts index f0935148853f8..2105fdb40e0e9 100644 --- a/clients/client-pinpoint/src/commands/GetApnsVoipChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApnsVoipChannelCommand.ts @@ -17,6 +17,10 @@ import { GetApnsVoipChannelRequest, GetApnsVoipChannelResponse } from "../models import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetApnsVoipChannelCommand, se_GetApnsVoipChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetApnsVoipSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/GetApnsVoipSandboxChannelCommand.ts index 4249f9721571c..ae2a9e89e3a43 100644 --- a/clients/client-pinpoint/src/commands/GetApnsVoipSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApnsVoipSandboxChannelCommand.ts @@ -17,6 +17,10 @@ import { GetApnsVoipSandboxChannelRequest, GetApnsVoipSandboxChannelResponse } f import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetApnsVoipSandboxChannelCommand, se_GetApnsVoipSandboxChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetAppCommand.ts b/clients/client-pinpoint/src/commands/GetAppCommand.ts index 0cc3840dbc5c6..540d2d2c31684 100644 --- a/clients/client-pinpoint/src/commands/GetAppCommand.ts +++ b/clients/client-pinpoint/src/commands/GetAppCommand.ts @@ -17,6 +17,10 @@ import { GetAppRequest, GetAppResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetAppCommand, se_GetAppCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetApplicationDateRangeKpiCommand.ts b/clients/client-pinpoint/src/commands/GetApplicationDateRangeKpiCommand.ts index 80fd37ee9f330..746e408e3f816 100644 --- a/clients/client-pinpoint/src/commands/GetApplicationDateRangeKpiCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApplicationDateRangeKpiCommand.ts @@ -17,6 +17,10 @@ import { GetApplicationDateRangeKpiRequest, GetApplicationDateRangeKpiResponse } import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetApplicationDateRangeKpiCommand, se_GetApplicationDateRangeKpiCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetApplicationSettingsCommand.ts b/clients/client-pinpoint/src/commands/GetApplicationSettingsCommand.ts index c39d911fa4e0b..e5ab85766dfe6 100644 --- a/clients/client-pinpoint/src/commands/GetApplicationSettingsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetApplicationSettingsCommand.ts @@ -17,6 +17,10 @@ import { GetApplicationSettingsRequest, GetApplicationSettingsResponse } from ". import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetApplicationSettingsCommand, se_GetApplicationSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetAppsCommand.ts b/clients/client-pinpoint/src/commands/GetAppsCommand.ts index 78aeee9a4cb24..2869d958f9ca3 100644 --- a/clients/client-pinpoint/src/commands/GetAppsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetAppsCommand.ts @@ -17,6 +17,10 @@ import { GetAppsRequest, GetAppsResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetAppsCommand, se_GetAppsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetBaiduChannelCommand.ts b/clients/client-pinpoint/src/commands/GetBaiduChannelCommand.ts index 195cb850bb875..e8b568d4e0393 100644 --- a/clients/client-pinpoint/src/commands/GetBaiduChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetBaiduChannelCommand.ts @@ -17,6 +17,10 @@ import { GetBaiduChannelRequest, GetBaiduChannelResponse } from "../models/model import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetBaiduChannelCommand, se_GetBaiduChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetCampaignActivitiesCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignActivitiesCommand.ts index 34dcbc93b545f..86422b7062e0a 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignActivitiesCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignActivitiesCommand.ts @@ -17,6 +17,10 @@ import { GetCampaignActivitiesRequest, GetCampaignActivitiesResponse } from "../ import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetCampaignActivitiesCommand, se_GetCampaignActivitiesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetCampaignCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignCommand.ts index 8dc8e60eff634..7674c6baeafc1 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignCommand.ts @@ -17,6 +17,10 @@ import { GetCampaignRequest, GetCampaignResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetCampaignCommand, se_GetCampaignCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetCampaignDateRangeKpiCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignDateRangeKpiCommand.ts index 0ffe6f31827ad..322829ff1d17d 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignDateRangeKpiCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignDateRangeKpiCommand.ts @@ -17,6 +17,10 @@ import { GetCampaignDateRangeKpiRequest, GetCampaignDateRangeKpiResponse } from import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetCampaignDateRangeKpiCommand, se_GetCampaignDateRangeKpiCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetCampaignVersionCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignVersionCommand.ts index d5ddf2c58052d..fcd81b460e72b 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignVersionCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignVersionCommand.ts @@ -17,6 +17,10 @@ import { GetCampaignVersionRequest, GetCampaignVersionResponse } from "../models import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetCampaignVersionCommand, se_GetCampaignVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetCampaignVersionsCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignVersionsCommand.ts index f653b8300d2a8..d4c665d18ce3b 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignVersionsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignVersionsCommand.ts @@ -17,6 +17,10 @@ import { GetCampaignVersionsRequest, GetCampaignVersionsResponse } from "../mode import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetCampaignVersionsCommand, se_GetCampaignVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetCampaignsCommand.ts b/clients/client-pinpoint/src/commands/GetCampaignsCommand.ts index 1c2a80172fb81..923b1e37942d7 100644 --- a/clients/client-pinpoint/src/commands/GetCampaignsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetCampaignsCommand.ts @@ -17,6 +17,10 @@ import { GetCampaignsRequest, GetCampaignsResponse } from "../models/models_0"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetCampaignsCommand, se_GetCampaignsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetChannelsCommand.ts b/clients/client-pinpoint/src/commands/GetChannelsCommand.ts index ebce82da76e78..1124a8490fc46 100644 --- a/clients/client-pinpoint/src/commands/GetChannelsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetChannelsCommand.ts @@ -17,6 +17,10 @@ import { GetChannelsRequest, GetChannelsResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetChannelsCommand, se_GetChannelsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetEmailChannelCommand.ts b/clients/client-pinpoint/src/commands/GetEmailChannelCommand.ts index 1b173b14c9bb8..25f0276bf6c9b 100644 --- a/clients/client-pinpoint/src/commands/GetEmailChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetEmailChannelCommand.ts @@ -17,6 +17,10 @@ import { GetEmailChannelRequest, GetEmailChannelResponse } from "../models/model import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetEmailChannelCommand, se_GetEmailChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetEmailTemplateCommand.ts b/clients/client-pinpoint/src/commands/GetEmailTemplateCommand.ts index 65031aa1c1518..26af3f5a442df 100644 --- a/clients/client-pinpoint/src/commands/GetEmailTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/GetEmailTemplateCommand.ts @@ -17,6 +17,10 @@ import { GetEmailTemplateRequest, GetEmailTemplateResponse } from "../models/mod import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetEmailTemplateCommand, se_GetEmailTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetEndpointCommand.ts b/clients/client-pinpoint/src/commands/GetEndpointCommand.ts index 74fe91eb3f2bf..159d0af6d2c7a 100644 --- a/clients/client-pinpoint/src/commands/GetEndpointCommand.ts +++ b/clients/client-pinpoint/src/commands/GetEndpointCommand.ts @@ -17,6 +17,10 @@ import { GetEndpointRequest, GetEndpointResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetEndpointCommand, se_GetEndpointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetEventStreamCommand.ts b/clients/client-pinpoint/src/commands/GetEventStreamCommand.ts index be1ffba51e2b2..dfe9a06f73051 100644 --- a/clients/client-pinpoint/src/commands/GetEventStreamCommand.ts +++ b/clients/client-pinpoint/src/commands/GetEventStreamCommand.ts @@ -17,6 +17,10 @@ import { GetEventStreamRequest, GetEventStreamResponse } from "../models/models_ import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetEventStreamCommand, se_GetEventStreamCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetExportJobCommand.ts b/clients/client-pinpoint/src/commands/GetExportJobCommand.ts index e95339b5edbd7..e03069c6f59af 100644 --- a/clients/client-pinpoint/src/commands/GetExportJobCommand.ts +++ b/clients/client-pinpoint/src/commands/GetExportJobCommand.ts @@ -17,6 +17,10 @@ import { GetExportJobRequest, GetExportJobResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetExportJobCommand, se_GetExportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetExportJobsCommand.ts b/clients/client-pinpoint/src/commands/GetExportJobsCommand.ts index 6df32ab49b205..213271e4e5bab 100644 --- a/clients/client-pinpoint/src/commands/GetExportJobsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetExportJobsCommand.ts @@ -17,6 +17,10 @@ import { GetExportJobsRequest, GetExportJobsResponse } from "../models/models_1" import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetExportJobsCommand, se_GetExportJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetGcmChannelCommand.ts b/clients/client-pinpoint/src/commands/GetGcmChannelCommand.ts index a32b5e981386e..108dd3aced5ce 100644 --- a/clients/client-pinpoint/src/commands/GetGcmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetGcmChannelCommand.ts @@ -17,6 +17,10 @@ import { GetGcmChannelRequest, GetGcmChannelResponse } from "../models/models_1" import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetGcmChannelCommand, se_GetGcmChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetImportJobCommand.ts b/clients/client-pinpoint/src/commands/GetImportJobCommand.ts index 069e83921600a..3efef08f55b45 100644 --- a/clients/client-pinpoint/src/commands/GetImportJobCommand.ts +++ b/clients/client-pinpoint/src/commands/GetImportJobCommand.ts @@ -17,6 +17,10 @@ import { GetImportJobRequest, GetImportJobResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetImportJobCommand, se_GetImportJobCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetImportJobsCommand.ts b/clients/client-pinpoint/src/commands/GetImportJobsCommand.ts index 6c6360144c2f2..2c31ea26486de 100644 --- a/clients/client-pinpoint/src/commands/GetImportJobsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetImportJobsCommand.ts @@ -17,6 +17,10 @@ import { GetImportJobsRequest, GetImportJobsResponse } from "../models/models_1" import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetImportJobsCommand, se_GetImportJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetInAppMessagesCommand.ts b/clients/client-pinpoint/src/commands/GetInAppMessagesCommand.ts index 5d1e5a72a92ca..0f02a911a85a7 100644 --- a/clients/client-pinpoint/src/commands/GetInAppMessagesCommand.ts +++ b/clients/client-pinpoint/src/commands/GetInAppMessagesCommand.ts @@ -17,6 +17,10 @@ import { GetInAppMessagesRequest, GetInAppMessagesResponse } from "../models/mod import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetInAppMessagesCommand, se_GetInAppMessagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetInAppTemplateCommand.ts b/clients/client-pinpoint/src/commands/GetInAppTemplateCommand.ts index 826f1ed24a634..67f01b1c76ef0 100644 --- a/clients/client-pinpoint/src/commands/GetInAppTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/GetInAppTemplateCommand.ts @@ -17,6 +17,10 @@ import { GetInAppTemplateRequest, GetInAppTemplateResponse } from "../models/mod import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetInAppTemplateCommand, se_GetInAppTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetJourneyCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyCommand.ts index 3bdffac27d390..692318988b0b4 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyCommand.ts @@ -17,6 +17,10 @@ import { GetJourneyRequest, GetJourneyResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetJourneyCommand, se_GetJourneyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetJourneyDateRangeKpiCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyDateRangeKpiCommand.ts index eaae38bde882c..08f6b411c2507 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyDateRangeKpiCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyDateRangeKpiCommand.ts @@ -17,6 +17,10 @@ import { GetJourneyDateRangeKpiRequest, GetJourneyDateRangeKpiResponse } from ". import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetJourneyDateRangeKpiCommand, se_GetJourneyDateRangeKpiCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetJourneyExecutionActivityMetricsCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyExecutionActivityMetricsCommand.ts index cf595bc50e5c2..b9429085d92c1 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyExecutionActivityMetricsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyExecutionActivityMetricsCommand.ts @@ -23,6 +23,10 @@ import { se_GetJourneyExecutionActivityMetricsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetJourneyExecutionMetricsCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyExecutionMetricsCommand.ts index 96d12c8244abe..b03276ccf8d54 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyExecutionMetricsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyExecutionMetricsCommand.ts @@ -17,6 +17,10 @@ import { GetJourneyExecutionMetricsRequest, GetJourneyExecutionMetricsResponse } import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetJourneyExecutionMetricsCommand, se_GetJourneyExecutionMetricsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetJourneyRunExecutionActivityMetricsCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyRunExecutionActivityMetricsCommand.ts index e0a25f1ffff82..72109b13cfadb 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyRunExecutionActivityMetricsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyRunExecutionActivityMetricsCommand.ts @@ -23,6 +23,10 @@ import { se_GetJourneyRunExecutionActivityMetricsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetJourneyRunExecutionMetricsCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyRunExecutionMetricsCommand.ts index 6398e2c7a5a6b..f6cb8c8fe8d65 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyRunExecutionMetricsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyRunExecutionMetricsCommand.ts @@ -20,6 +20,10 @@ import { se_GetJourneyRunExecutionMetricsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetJourneyRunsCommand.ts b/clients/client-pinpoint/src/commands/GetJourneyRunsCommand.ts index 68eaad6ab65fa..e51b5aa609a2e 100644 --- a/clients/client-pinpoint/src/commands/GetJourneyRunsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetJourneyRunsCommand.ts @@ -17,6 +17,10 @@ import { GetJourneyRunsRequest, GetJourneyRunsResponse } from "../models/models_ import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetJourneyRunsCommand, se_GetJourneyRunsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetPushTemplateCommand.ts b/clients/client-pinpoint/src/commands/GetPushTemplateCommand.ts index 7f4a4f9631743..11fb4e3739d4f 100644 --- a/clients/client-pinpoint/src/commands/GetPushTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/GetPushTemplateCommand.ts @@ -17,6 +17,10 @@ import { GetPushTemplateRequest, GetPushTemplateResponse } from "../models/model import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetPushTemplateCommand, se_GetPushTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetRecommenderConfigurationCommand.ts b/clients/client-pinpoint/src/commands/GetRecommenderConfigurationCommand.ts index 3e3ee857e6e2f..50ba7e0175abd 100644 --- a/clients/client-pinpoint/src/commands/GetRecommenderConfigurationCommand.ts +++ b/clients/client-pinpoint/src/commands/GetRecommenderConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_GetRecommenderConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetRecommenderConfigurationsCommand.ts b/clients/client-pinpoint/src/commands/GetRecommenderConfigurationsCommand.ts index 72fddcfb208c3..276b90ef66a41 100644 --- a/clients/client-pinpoint/src/commands/GetRecommenderConfigurationsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetRecommenderConfigurationsCommand.ts @@ -20,6 +20,10 @@ import { se_GetRecommenderConfigurationsCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetSegmentCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentCommand.ts index 788a59ae60788..0616c4b5d78ca 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentCommand.ts @@ -17,6 +17,10 @@ import { GetSegmentRequest, GetSegmentResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetSegmentCommand, se_GetSegmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetSegmentExportJobsCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentExportJobsCommand.ts index 04ab703eda436..92ef82581e615 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentExportJobsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentExportJobsCommand.ts @@ -17,6 +17,10 @@ import { GetSegmentExportJobsRequest, GetSegmentExportJobsResponse } from "../mo import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetSegmentExportJobsCommand, se_GetSegmentExportJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetSegmentImportJobsCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentImportJobsCommand.ts index 0d4ee875bb980..5adbaa42b654a 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentImportJobsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentImportJobsCommand.ts @@ -17,6 +17,10 @@ import { GetSegmentImportJobsRequest, GetSegmentImportJobsResponse } from "../mo import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetSegmentImportJobsCommand, se_GetSegmentImportJobsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetSegmentVersionCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentVersionCommand.ts index 4b26865398308..329fc9604afbe 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentVersionCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentVersionCommand.ts @@ -17,6 +17,10 @@ import { GetSegmentVersionRequest, GetSegmentVersionResponse } from "../models/m import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetSegmentVersionCommand, se_GetSegmentVersionCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetSegmentVersionsCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentVersionsCommand.ts index e6b77d3e57a3b..71e02f8a22fa8 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentVersionsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentVersionsCommand.ts @@ -17,6 +17,10 @@ import { GetSegmentVersionsRequest, GetSegmentVersionsResponse } from "../models import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetSegmentVersionsCommand, se_GetSegmentVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetSegmentsCommand.ts b/clients/client-pinpoint/src/commands/GetSegmentsCommand.ts index 3ed2fe36efc63..14d559bd4aa6e 100644 --- a/clients/client-pinpoint/src/commands/GetSegmentsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSegmentsCommand.ts @@ -17,6 +17,10 @@ import { GetSegmentsRequest, GetSegmentsResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetSegmentsCommand, se_GetSegmentsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetSmsChannelCommand.ts b/clients/client-pinpoint/src/commands/GetSmsChannelCommand.ts index 911eed5b3cac9..67ba71adb366e 100644 --- a/clients/client-pinpoint/src/commands/GetSmsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSmsChannelCommand.ts @@ -17,6 +17,10 @@ import { GetSmsChannelRequest, GetSmsChannelResponse } from "../models/models_1" import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetSmsChannelCommand, se_GetSmsChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetSmsTemplateCommand.ts b/clients/client-pinpoint/src/commands/GetSmsTemplateCommand.ts index 8620c95a58d63..1b4dacdeb5789 100644 --- a/clients/client-pinpoint/src/commands/GetSmsTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/GetSmsTemplateCommand.ts @@ -17,6 +17,10 @@ import { GetSmsTemplateRequest, GetSmsTemplateResponse } from "../models/models_ import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetSmsTemplateCommand, se_GetSmsTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetUserEndpointsCommand.ts b/clients/client-pinpoint/src/commands/GetUserEndpointsCommand.ts index f1b2c56a541d7..66c9738b2115e 100644 --- a/clients/client-pinpoint/src/commands/GetUserEndpointsCommand.ts +++ b/clients/client-pinpoint/src/commands/GetUserEndpointsCommand.ts @@ -17,6 +17,10 @@ import { GetUserEndpointsRequest, GetUserEndpointsResponse } from "../models/mod import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetUserEndpointsCommand, se_GetUserEndpointsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetVoiceChannelCommand.ts b/clients/client-pinpoint/src/commands/GetVoiceChannelCommand.ts index c424f5dedd0d0..286a3d81e5f8b 100644 --- a/clients/client-pinpoint/src/commands/GetVoiceChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/GetVoiceChannelCommand.ts @@ -17,6 +17,10 @@ import { GetVoiceChannelRequest, GetVoiceChannelResponse } from "../models/model import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetVoiceChannelCommand, se_GetVoiceChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/GetVoiceTemplateCommand.ts b/clients/client-pinpoint/src/commands/GetVoiceTemplateCommand.ts index 9c110245378cd..9794c5b4bdf3b 100644 --- a/clients/client-pinpoint/src/commands/GetVoiceTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/GetVoiceTemplateCommand.ts @@ -17,6 +17,10 @@ import { GetVoiceTemplateRequest, GetVoiceTemplateResponse } from "../models/mod import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_GetVoiceTemplateCommand, se_GetVoiceTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/ListJourneysCommand.ts b/clients/client-pinpoint/src/commands/ListJourneysCommand.ts index ba332c439f388..3c9795b09fd50 100644 --- a/clients/client-pinpoint/src/commands/ListJourneysCommand.ts +++ b/clients/client-pinpoint/src/commands/ListJourneysCommand.ts @@ -17,6 +17,10 @@ import { ListJourneysRequest, ListJourneysResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_ListJourneysCommand, se_ListJourneysCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/ListTagsForResourceCommand.ts b/clients/client-pinpoint/src/commands/ListTagsForResourceCommand.ts index b4c9beb56e3f2..be874001f978d 100644 --- a/clients/client-pinpoint/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pinpoint/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/ListTemplateVersionsCommand.ts b/clients/client-pinpoint/src/commands/ListTemplateVersionsCommand.ts index aba05636f7dd6..779603ac0720a 100644 --- a/clients/client-pinpoint/src/commands/ListTemplateVersionsCommand.ts +++ b/clients/client-pinpoint/src/commands/ListTemplateVersionsCommand.ts @@ -17,6 +17,10 @@ import { ListTemplateVersionsRequest, ListTemplateVersionsResponse } from "../mo import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_ListTemplateVersionsCommand, se_ListTemplateVersionsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/ListTemplatesCommand.ts b/clients/client-pinpoint/src/commands/ListTemplatesCommand.ts index 62a3d2d2936b0..2b6ccbadbdd75 100644 --- a/clients/client-pinpoint/src/commands/ListTemplatesCommand.ts +++ b/clients/client-pinpoint/src/commands/ListTemplatesCommand.ts @@ -17,6 +17,10 @@ import { ListTemplatesRequest, ListTemplatesResponse } from "../models/models_1" import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_ListTemplatesCommand, se_ListTemplatesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/PhoneNumberValidateCommand.ts b/clients/client-pinpoint/src/commands/PhoneNumberValidateCommand.ts index 57d31ee0721b1..452aeb7e41f08 100644 --- a/clients/client-pinpoint/src/commands/PhoneNumberValidateCommand.ts +++ b/clients/client-pinpoint/src/commands/PhoneNumberValidateCommand.ts @@ -17,6 +17,10 @@ import { PhoneNumberValidateRequest, PhoneNumberValidateResponse } from "../mode import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_PhoneNumberValidateCommand, se_PhoneNumberValidateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/PutEventStreamCommand.ts b/clients/client-pinpoint/src/commands/PutEventStreamCommand.ts index ee91835bd4c1d..3670098381c9e 100644 --- a/clients/client-pinpoint/src/commands/PutEventStreamCommand.ts +++ b/clients/client-pinpoint/src/commands/PutEventStreamCommand.ts @@ -17,6 +17,10 @@ import { PutEventStreamRequest, PutEventStreamResponse } from "../models/models_ import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_PutEventStreamCommand, se_PutEventStreamCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/PutEventsCommand.ts b/clients/client-pinpoint/src/commands/PutEventsCommand.ts index 796c636384df3..046f1bb4212ac 100644 --- a/clients/client-pinpoint/src/commands/PutEventsCommand.ts +++ b/clients/client-pinpoint/src/commands/PutEventsCommand.ts @@ -17,6 +17,10 @@ import { PutEventsRequest, PutEventsResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_PutEventsCommand, se_PutEventsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/RemoveAttributesCommand.ts b/clients/client-pinpoint/src/commands/RemoveAttributesCommand.ts index 882528f2633ec..745b22531e225 100644 --- a/clients/client-pinpoint/src/commands/RemoveAttributesCommand.ts +++ b/clients/client-pinpoint/src/commands/RemoveAttributesCommand.ts @@ -17,6 +17,10 @@ import { RemoveAttributesRequest, RemoveAttributesResponse } from "../models/mod import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_RemoveAttributesCommand, se_RemoveAttributesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/SendMessagesCommand.ts b/clients/client-pinpoint/src/commands/SendMessagesCommand.ts index c1612d43b6560..9a016e7b5aa7f 100644 --- a/clients/client-pinpoint/src/commands/SendMessagesCommand.ts +++ b/clients/client-pinpoint/src/commands/SendMessagesCommand.ts @@ -17,6 +17,10 @@ import { SendMessagesRequest, SendMessagesResponse } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_SendMessagesCommand, se_SendMessagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/SendOTPMessageCommand.ts b/clients/client-pinpoint/src/commands/SendOTPMessageCommand.ts index 8313791a2d436..8c5d932457e2b 100644 --- a/clients/client-pinpoint/src/commands/SendOTPMessageCommand.ts +++ b/clients/client-pinpoint/src/commands/SendOTPMessageCommand.ts @@ -17,6 +17,10 @@ import { SendOTPMessageRequest, SendOTPMessageResponse } from "../models/models_ import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_SendOTPMessageCommand, se_SendOTPMessageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/SendUsersMessagesCommand.ts b/clients/client-pinpoint/src/commands/SendUsersMessagesCommand.ts index 9e26b4344531b..199a7a0ba295b 100644 --- a/clients/client-pinpoint/src/commands/SendUsersMessagesCommand.ts +++ b/clients/client-pinpoint/src/commands/SendUsersMessagesCommand.ts @@ -17,6 +17,10 @@ import { SendUsersMessagesRequest, SendUsersMessagesResponse } from "../models/m import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_SendUsersMessagesCommand, se_SendUsersMessagesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/TagResourceCommand.ts b/clients/client-pinpoint/src/commands/TagResourceCommand.ts index f165aa39e7d5c..aa0558ada9d50 100644 --- a/clients/client-pinpoint/src/commands/TagResourceCommand.ts +++ b/clients/client-pinpoint/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UntagResourceCommand.ts b/clients/client-pinpoint/src/commands/UntagResourceCommand.ts index c2aa596f9dd86..9667cc92ecd64 100644 --- a/clients/client-pinpoint/src/commands/UntagResourceCommand.ts +++ b/clients/client-pinpoint/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest } from "../models/models_1"; import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateAdmChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateAdmChannelCommand.ts index b7b3b4037e3d0..8ba8a0b9970a3 100644 --- a/clients/client-pinpoint/src/commands/UpdateAdmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateAdmChannelCommand.ts @@ -17,6 +17,10 @@ import { UpdateAdmChannelRequest, UpdateAdmChannelResponse } from "../models/mod import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_UpdateAdmChannelCommand, se_UpdateAdmChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateApnsChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateApnsChannelCommand.ts index 66345b2bcf0d4..b5d71f2859741 100644 --- a/clients/client-pinpoint/src/commands/UpdateApnsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateApnsChannelCommand.ts @@ -17,6 +17,10 @@ import { UpdateApnsChannelRequest, UpdateApnsChannelResponse } from "../models/m import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_UpdateApnsChannelCommand, se_UpdateApnsChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateApnsSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateApnsSandboxChannelCommand.ts index 0531779bc6471..fc67c8d2fa52d 100644 --- a/clients/client-pinpoint/src/commands/UpdateApnsSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateApnsSandboxChannelCommand.ts @@ -17,6 +17,10 @@ import { UpdateApnsSandboxChannelRequest, UpdateApnsSandboxChannelResponse } fro import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_UpdateApnsSandboxChannelCommand, se_UpdateApnsSandboxChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateApnsVoipChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateApnsVoipChannelCommand.ts index b5e3a977aabf3..0ad34e0adcced 100644 --- a/clients/client-pinpoint/src/commands/UpdateApnsVoipChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateApnsVoipChannelCommand.ts @@ -17,6 +17,10 @@ import { UpdateApnsVoipChannelRequest, UpdateApnsVoipChannelResponse } from "../ import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_UpdateApnsVoipChannelCommand, se_UpdateApnsVoipChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateApnsVoipSandboxChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateApnsVoipSandboxChannelCommand.ts index 35d1e95fcc19e..21c25b4db4701 100644 --- a/clients/client-pinpoint/src/commands/UpdateApnsVoipSandboxChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateApnsVoipSandboxChannelCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateApnsVoipSandboxChannelCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateApplicationSettingsCommand.ts b/clients/client-pinpoint/src/commands/UpdateApplicationSettingsCommand.ts index 0c1710e09f102..9af2274f3855d 100644 --- a/clients/client-pinpoint/src/commands/UpdateApplicationSettingsCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateApplicationSettingsCommand.ts @@ -17,6 +17,10 @@ import { UpdateApplicationSettingsRequest, UpdateApplicationSettingsResponse } f import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_UpdateApplicationSettingsCommand, se_UpdateApplicationSettingsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateBaiduChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateBaiduChannelCommand.ts index 9012f020e1756..0b8f0c64d8e13 100644 --- a/clients/client-pinpoint/src/commands/UpdateBaiduChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateBaiduChannelCommand.ts @@ -17,6 +17,10 @@ import { UpdateBaiduChannelRequest, UpdateBaiduChannelResponse } from "../models import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_UpdateBaiduChannelCommand, se_UpdateBaiduChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateCampaignCommand.ts b/clients/client-pinpoint/src/commands/UpdateCampaignCommand.ts index 5ec6ade25c539..91dcd88adc9a7 100644 --- a/clients/client-pinpoint/src/commands/UpdateCampaignCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateCampaignCommand.ts @@ -17,6 +17,10 @@ import { UpdateCampaignRequest, UpdateCampaignResponse } from "../models/models_ import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_UpdateCampaignCommand, se_UpdateCampaignCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateEmailChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateEmailChannelCommand.ts index b2c65af847edb..10b3757d53027 100644 --- a/clients/client-pinpoint/src/commands/UpdateEmailChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateEmailChannelCommand.ts @@ -17,6 +17,10 @@ import { UpdateEmailChannelRequest, UpdateEmailChannelResponse } from "../models import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_UpdateEmailChannelCommand, se_UpdateEmailChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateEmailTemplateCommand.ts b/clients/client-pinpoint/src/commands/UpdateEmailTemplateCommand.ts index e6ab06d826ba9..ec09e69e77e47 100644 --- a/clients/client-pinpoint/src/commands/UpdateEmailTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateEmailTemplateCommand.ts @@ -17,6 +17,10 @@ import { UpdateEmailTemplateRequest, UpdateEmailTemplateResponse } from "../mode import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_UpdateEmailTemplateCommand, se_UpdateEmailTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateEndpointCommand.ts b/clients/client-pinpoint/src/commands/UpdateEndpointCommand.ts index 0e4148d7dd1c4..11766726c4a3c 100644 --- a/clients/client-pinpoint/src/commands/UpdateEndpointCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateEndpointCommand.ts @@ -17,6 +17,10 @@ import { UpdateEndpointRequest, UpdateEndpointResponse } from "../models/models_ import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_UpdateEndpointCommand, se_UpdateEndpointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateEndpointsBatchCommand.ts b/clients/client-pinpoint/src/commands/UpdateEndpointsBatchCommand.ts index b59c96dcfdbfa..c7fae7495261c 100644 --- a/clients/client-pinpoint/src/commands/UpdateEndpointsBatchCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateEndpointsBatchCommand.ts @@ -17,6 +17,10 @@ import { UpdateEndpointsBatchRequest, UpdateEndpointsBatchResponse } from "../mo import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_UpdateEndpointsBatchCommand, se_UpdateEndpointsBatchCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateGcmChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateGcmChannelCommand.ts index 483fb4cea8387..05d22d0240c2c 100644 --- a/clients/client-pinpoint/src/commands/UpdateGcmChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateGcmChannelCommand.ts @@ -17,6 +17,10 @@ import { UpdateGcmChannelRequest, UpdateGcmChannelResponse } from "../models/mod import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_UpdateGcmChannelCommand, se_UpdateGcmChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateInAppTemplateCommand.ts b/clients/client-pinpoint/src/commands/UpdateInAppTemplateCommand.ts index 6ea80ecc57cb6..ff3dca3d59ede 100644 --- a/clients/client-pinpoint/src/commands/UpdateInAppTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateInAppTemplateCommand.ts @@ -17,6 +17,10 @@ import { UpdateInAppTemplateRequest, UpdateInAppTemplateResponse } from "../mode import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_UpdateInAppTemplateCommand, se_UpdateInAppTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateJourneyCommand.ts b/clients/client-pinpoint/src/commands/UpdateJourneyCommand.ts index db4b8750a98f2..3f8f1cb58acb4 100644 --- a/clients/client-pinpoint/src/commands/UpdateJourneyCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateJourneyCommand.ts @@ -17,6 +17,10 @@ import { UpdateJourneyRequest, UpdateJourneyResponse } from "../models/models_1" import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_UpdateJourneyCommand, se_UpdateJourneyCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateJourneyStateCommand.ts b/clients/client-pinpoint/src/commands/UpdateJourneyStateCommand.ts index 3937284cac7f4..87517bd40a7c2 100644 --- a/clients/client-pinpoint/src/commands/UpdateJourneyStateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateJourneyStateCommand.ts @@ -17,6 +17,10 @@ import { UpdateJourneyStateRequest, UpdateJourneyStateResponse } from "../models import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_UpdateJourneyStateCommand, se_UpdateJourneyStateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdatePushTemplateCommand.ts b/clients/client-pinpoint/src/commands/UpdatePushTemplateCommand.ts index 024e0f12c782b..21326183a2831 100644 --- a/clients/client-pinpoint/src/commands/UpdatePushTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdatePushTemplateCommand.ts @@ -17,6 +17,10 @@ import { UpdatePushTemplateRequest, UpdatePushTemplateResponse } from "../models import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_UpdatePushTemplateCommand, se_UpdatePushTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateRecommenderConfigurationCommand.ts b/clients/client-pinpoint/src/commands/UpdateRecommenderConfigurationCommand.ts index b6701abcea314..17efd309bcee0 100644 --- a/clients/client-pinpoint/src/commands/UpdateRecommenderConfigurationCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateRecommenderConfigurationCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateRecommenderConfigurationCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateSegmentCommand.ts b/clients/client-pinpoint/src/commands/UpdateSegmentCommand.ts index a73634e1c7fa5..a88e32ff40414 100644 --- a/clients/client-pinpoint/src/commands/UpdateSegmentCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateSegmentCommand.ts @@ -17,6 +17,10 @@ import { UpdateSegmentRequest, UpdateSegmentResponse } from "../models/models_1" import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_UpdateSegmentCommand, se_UpdateSegmentCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateSmsChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateSmsChannelCommand.ts index 24d9f8e021d3d..00f161b1965aa 100644 --- a/clients/client-pinpoint/src/commands/UpdateSmsChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateSmsChannelCommand.ts @@ -17,6 +17,10 @@ import { UpdateSmsChannelRequest, UpdateSmsChannelResponse } from "../models/mod import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_UpdateSmsChannelCommand, se_UpdateSmsChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateSmsTemplateCommand.ts b/clients/client-pinpoint/src/commands/UpdateSmsTemplateCommand.ts index bf0a1c9b22cc9..f605123032495 100644 --- a/clients/client-pinpoint/src/commands/UpdateSmsTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateSmsTemplateCommand.ts @@ -17,6 +17,10 @@ import { UpdateSmsTemplateRequest, UpdateSmsTemplateResponse } from "../models/m import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_UpdateSmsTemplateCommand, se_UpdateSmsTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateTemplateActiveVersionCommand.ts b/clients/client-pinpoint/src/commands/UpdateTemplateActiveVersionCommand.ts index 35d4e90ec6d3d..5c570340963d7 100644 --- a/clients/client-pinpoint/src/commands/UpdateTemplateActiveVersionCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateTemplateActiveVersionCommand.ts @@ -20,6 +20,10 @@ import { se_UpdateTemplateActiveVersionCommand, } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateVoiceChannelCommand.ts b/clients/client-pinpoint/src/commands/UpdateVoiceChannelCommand.ts index e8dc4fb708c1f..e0d9e66416dc9 100644 --- a/clients/client-pinpoint/src/commands/UpdateVoiceChannelCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateVoiceChannelCommand.ts @@ -17,6 +17,10 @@ import { UpdateVoiceChannelRequest, UpdateVoiceChannelResponse } from "../models import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_UpdateVoiceChannelCommand, se_UpdateVoiceChannelCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/UpdateVoiceTemplateCommand.ts b/clients/client-pinpoint/src/commands/UpdateVoiceTemplateCommand.ts index add5e24b0ffe2..8c12b0c22dbad 100644 --- a/clients/client-pinpoint/src/commands/UpdateVoiceTemplateCommand.ts +++ b/clients/client-pinpoint/src/commands/UpdateVoiceTemplateCommand.ts @@ -17,6 +17,10 @@ import { UpdateVoiceTemplateRequest, UpdateVoiceTemplateResponse } from "../mode import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_UpdateVoiceTemplateCommand, se_UpdateVoiceTemplateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/commands/VerifyOTPMessageCommand.ts b/clients/client-pinpoint/src/commands/VerifyOTPMessageCommand.ts index bd256e1392cb5..27d1c8f8be2c4 100644 --- a/clients/client-pinpoint/src/commands/VerifyOTPMessageCommand.ts +++ b/clients/client-pinpoint/src/commands/VerifyOTPMessageCommand.ts @@ -17,6 +17,10 @@ import { VerifyOTPMessageRequest, VerifyOTPMessageResponse } from "../models/mod import { PinpointClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PinpointClient"; import { de_VerifyOTPMessageCommand, se_VerifyOTPMessageCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pinpoint/src/index.ts b/clients/client-pinpoint/src/index.ts index f87cef86b0861..1f1308641fa8c 100644 --- a/clients/client-pinpoint/src/index.ts +++ b/clients/client-pinpoint/src/index.ts @@ -1,6 +1,12 @@ -export * from "./Pinpoint"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Doc Engage API - Amazon Pinpoint API

+ * + * @packageDocumentation + */ export * from "./PinpointClient"; +export * from "./Pinpoint"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-pinpoint/src/models/PinpointServiceException.ts b/clients/client-pinpoint/src/models/PinpointServiceException.ts index dd5f612fc6642..4133103f61a16 100644 --- a/clients/client-pinpoint/src/models/PinpointServiceException.ts +++ b/clients/client-pinpoint/src/models/PinpointServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-pipes/src/PipesClient.ts b/clients/client-pipes/src/PipesClient.ts index 5ee3079abcb42..833cafe93a2e2 100644 --- a/clients/client-pipes/src/PipesClient.ts +++ b/clients/client-pipes/src/PipesClient.ts @@ -72,6 +72,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -229,7 +231,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type PipesClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type PipesClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -248,7 +250,7 @@ export interface PipesClientConfig extends PipesClientConfigType {} /** * @public */ -type PipesClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type PipesClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-pipes/src/commands/CreatePipeCommand.ts b/clients/client-pipes/src/commands/CreatePipeCommand.ts index 14298dbac64aa..55f2d2953dca1 100644 --- a/clients/client-pipes/src/commands/CreatePipeCommand.ts +++ b/clients/client-pipes/src/commands/CreatePipeCommand.ts @@ -17,6 +17,10 @@ import { CreatePipeRequest, CreatePipeRequestFilterSensitiveLog, CreatePipeRespo import { PipesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PipesClient"; import { de_CreatePipeCommand, se_CreatePipeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pipes/src/commands/DeletePipeCommand.ts b/clients/client-pipes/src/commands/DeletePipeCommand.ts index 972b584ef3384..15f5e9dbb8f51 100644 --- a/clients/client-pipes/src/commands/DeletePipeCommand.ts +++ b/clients/client-pipes/src/commands/DeletePipeCommand.ts @@ -17,6 +17,10 @@ import { DeletePipeRequest, DeletePipeResponse } from "../models/models_0"; import { PipesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PipesClient"; import { de_DeletePipeCommand, se_DeletePipeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pipes/src/commands/DescribePipeCommand.ts b/clients/client-pipes/src/commands/DescribePipeCommand.ts index 1731488f69001..854e5e744e95d 100644 --- a/clients/client-pipes/src/commands/DescribePipeCommand.ts +++ b/clients/client-pipes/src/commands/DescribePipeCommand.ts @@ -17,6 +17,10 @@ import { DescribePipeRequest, DescribePipeResponse, DescribePipeResponseFilterSe import { PipesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PipesClient"; import { de_DescribePipeCommand, se_DescribePipeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pipes/src/commands/ListPipesCommand.ts b/clients/client-pipes/src/commands/ListPipesCommand.ts index 7cdc08e8d9a59..b91f64ef15f6b 100644 --- a/clients/client-pipes/src/commands/ListPipesCommand.ts +++ b/clients/client-pipes/src/commands/ListPipesCommand.ts @@ -22,6 +22,10 @@ import { import { PipesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PipesClient"; import { de_ListPipesCommand, se_ListPipesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pipes/src/commands/ListTagsForResourceCommand.ts b/clients/client-pipes/src/commands/ListTagsForResourceCommand.ts index 6c258252783a7..5528f9feda111 100644 --- a/clients/client-pipes/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-pipes/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { import { PipesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PipesClient"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pipes/src/commands/StartPipeCommand.ts b/clients/client-pipes/src/commands/StartPipeCommand.ts index 712f9049dad81..46c4e10dea422 100644 --- a/clients/client-pipes/src/commands/StartPipeCommand.ts +++ b/clients/client-pipes/src/commands/StartPipeCommand.ts @@ -17,6 +17,10 @@ import { StartPipeRequest, StartPipeResponse } from "../models/models_0"; import { PipesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PipesClient"; import { de_StartPipeCommand, se_StartPipeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pipes/src/commands/StopPipeCommand.ts b/clients/client-pipes/src/commands/StopPipeCommand.ts index e506a983ab933..9bfda51a0dee3 100644 --- a/clients/client-pipes/src/commands/StopPipeCommand.ts +++ b/clients/client-pipes/src/commands/StopPipeCommand.ts @@ -17,6 +17,10 @@ import { StopPipeRequest, StopPipeResponse } from "../models/models_0"; import { PipesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PipesClient"; import { de_StopPipeCommand, se_StopPipeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pipes/src/commands/TagResourceCommand.ts b/clients/client-pipes/src/commands/TagResourceCommand.ts index 40aa573b89cff..497d3aa96a898 100644 --- a/clients/client-pipes/src/commands/TagResourceCommand.ts +++ b/clients/client-pipes/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceRequestFilterSensitiveLog, TagResourceRe import { PipesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PipesClient"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pipes/src/commands/UntagResourceCommand.ts b/clients/client-pipes/src/commands/UntagResourceCommand.ts index 9168c6bbde8c5..fc08601c0014a 100644 --- a/clients/client-pipes/src/commands/UntagResourceCommand.ts +++ b/clients/client-pipes/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { PipesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PipesClient"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pipes/src/commands/UpdatePipeCommand.ts b/clients/client-pipes/src/commands/UpdatePipeCommand.ts index 2e08b5dfa9632..98cacf6d392a5 100644 --- a/clients/client-pipes/src/commands/UpdatePipeCommand.ts +++ b/clients/client-pipes/src/commands/UpdatePipeCommand.ts @@ -17,6 +17,10 @@ import { UpdatePipeRequest, UpdatePipeRequestFilterSensitiveLog, UpdatePipeRespo import { PipesClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PipesClient"; import { de_UpdatePipeCommand, se_UpdatePipeCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pipes/src/index.ts b/clients/client-pipes/src/index.ts index 5ce66cbfcc9bb..a014ff1034df3 100644 --- a/clients/client-pipes/src/index.ts +++ b/clients/client-pipes/src/index.ts @@ -1,8 +1,16 @@ -export * from "./Pipes"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon EventBridge Pipes connects event sources to targets. Pipes reduces the need for specialized knowledge and integration code when developing + * event driven architectures. This helps ensures consistency across your company’s applications. With Pipes, the target can be any available EventBridge target. + * To set up a pipe, you select the event source, add optional event filtering, define optional enrichment, and select the target for the event data.

+ * + * @packageDocumentation + */ export * from "./PipesClient"; +export * from "./Pipes"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { PipesServiceException } from "./models/PipesServiceException"; diff --git a/clients/client-pipes/src/models/PipesServiceException.ts b/clients/client-pipes/src/models/PipesServiceException.ts index d53a9ec978349..3e87e2835527a 100644 --- a/clients/client-pipes/src/models/PipesServiceException.ts +++ b/clients/client-pipes/src/models/PipesServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-polly/src/PollyClient.ts b/clients/client-polly/src/PollyClient.ts index f0d132645ae2f..4c8fdbdd6ef4f 100644 --- a/clients/client-polly/src/PollyClient.ts +++ b/clients/client-polly/src/PollyClient.ts @@ -78,6 +78,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -239,7 +241,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type PollyClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type PollyClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -258,7 +260,7 @@ export interface PollyClientConfig extends PollyClientConfigType {} /** * @public */ -type PollyClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type PollyClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-polly/src/commands/DeleteLexiconCommand.ts b/clients/client-polly/src/commands/DeleteLexiconCommand.ts index d51e6ebe3a18e..d9ad3e2a7d568 100644 --- a/clients/client-polly/src/commands/DeleteLexiconCommand.ts +++ b/clients/client-polly/src/commands/DeleteLexiconCommand.ts @@ -17,6 +17,10 @@ import { DeleteLexiconInput, DeleteLexiconOutput } from "../models/models_0"; import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient"; import { de_DeleteLexiconCommand, se_DeleteLexiconCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-polly/src/commands/DescribeVoicesCommand.ts b/clients/client-polly/src/commands/DescribeVoicesCommand.ts index f48aec33fcd05..5d4ce2a718993 100644 --- a/clients/client-polly/src/commands/DescribeVoicesCommand.ts +++ b/clients/client-polly/src/commands/DescribeVoicesCommand.ts @@ -17,6 +17,10 @@ import { DescribeVoicesInput, DescribeVoicesOutput } from "../models/models_0"; import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient"; import { de_DescribeVoicesCommand, se_DescribeVoicesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-polly/src/commands/GetLexiconCommand.ts b/clients/client-polly/src/commands/GetLexiconCommand.ts index 94e0288f7008b..e034794d43cc9 100644 --- a/clients/client-polly/src/commands/GetLexiconCommand.ts +++ b/clients/client-polly/src/commands/GetLexiconCommand.ts @@ -17,6 +17,10 @@ import { GetLexiconInput, GetLexiconOutput, GetLexiconOutputFilterSensitiveLog } import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient"; import { de_GetLexiconCommand, se_GetLexiconCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-polly/src/commands/GetSpeechSynthesisTaskCommand.ts b/clients/client-polly/src/commands/GetSpeechSynthesisTaskCommand.ts index def0b8a2d3a6e..70edae6eb8566 100644 --- a/clients/client-polly/src/commands/GetSpeechSynthesisTaskCommand.ts +++ b/clients/client-polly/src/commands/GetSpeechSynthesisTaskCommand.ts @@ -17,6 +17,10 @@ import { GetSpeechSynthesisTaskInput, GetSpeechSynthesisTaskOutput } from "../mo import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient"; import { de_GetSpeechSynthesisTaskCommand, se_GetSpeechSynthesisTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-polly/src/commands/ListLexiconsCommand.ts b/clients/client-polly/src/commands/ListLexiconsCommand.ts index 41bd0860c6bba..08b8a2e1a9687 100644 --- a/clients/client-polly/src/commands/ListLexiconsCommand.ts +++ b/clients/client-polly/src/commands/ListLexiconsCommand.ts @@ -17,6 +17,10 @@ import { ListLexiconsInput, ListLexiconsOutput } from "../models/models_0"; import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient"; import { de_ListLexiconsCommand, se_ListLexiconsCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-polly/src/commands/ListSpeechSynthesisTasksCommand.ts b/clients/client-polly/src/commands/ListSpeechSynthesisTasksCommand.ts index 4996577020e63..e238e9ab18d11 100644 --- a/clients/client-polly/src/commands/ListSpeechSynthesisTasksCommand.ts +++ b/clients/client-polly/src/commands/ListSpeechSynthesisTasksCommand.ts @@ -17,6 +17,10 @@ import { ListSpeechSynthesisTasksInput, ListSpeechSynthesisTasksOutput } from ". import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient"; import { de_ListSpeechSynthesisTasksCommand, se_ListSpeechSynthesisTasksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-polly/src/commands/PutLexiconCommand.ts b/clients/client-polly/src/commands/PutLexiconCommand.ts index 12973d7b5740b..99a87ff596ae5 100644 --- a/clients/client-polly/src/commands/PutLexiconCommand.ts +++ b/clients/client-polly/src/commands/PutLexiconCommand.ts @@ -17,6 +17,10 @@ import { PutLexiconInput, PutLexiconInputFilterSensitiveLog, PutLexiconOutput } import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient"; import { de_PutLexiconCommand, se_PutLexiconCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-polly/src/commands/StartSpeechSynthesisTaskCommand.ts b/clients/client-polly/src/commands/StartSpeechSynthesisTaskCommand.ts index e7194a64722dd..5074541a71297 100644 --- a/clients/client-polly/src/commands/StartSpeechSynthesisTaskCommand.ts +++ b/clients/client-polly/src/commands/StartSpeechSynthesisTaskCommand.ts @@ -17,6 +17,10 @@ import { StartSpeechSynthesisTaskInput, StartSpeechSynthesisTaskOutput } from ". import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient"; import { de_StartSpeechSynthesisTaskCommand, se_StartSpeechSynthesisTaskCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-polly/src/commands/SynthesizeSpeechCommand.ts b/clients/client-polly/src/commands/SynthesizeSpeechCommand.ts index dcc325139e149..dabd350cf8ed9 100644 --- a/clients/client-polly/src/commands/SynthesizeSpeechCommand.ts +++ b/clients/client-polly/src/commands/SynthesizeSpeechCommand.ts @@ -24,6 +24,10 @@ import { import { PollyClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PollyClient"; import { de_SynthesizeSpeechCommand, se_SynthesizeSpeechCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-polly/src/index.ts b/clients/client-polly/src/index.ts index fc6cf67f714c2..935c9ab17b70b 100644 --- a/clients/client-polly/src/index.ts +++ b/clients/client-polly/src/index.ts @@ -1,8 +1,19 @@ -export * from "./Polly"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Polly is a web service that makes it easy to synthesize speech from + * text.

+ *

The Amazon Polly service provides API operations for synthesizing + * high-quality speech from plain text and Speech Synthesis Markup Language + * (SSML), along with managing pronunciations lexicons that enable you to get + * the best results for your application domain.

+ * + * @packageDocumentation + */ export * from "./PollyClient"; +export * from "./Polly"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { PollyServiceException } from "./models/PollyServiceException"; diff --git a/clients/client-polly/src/models/PollyServiceException.ts b/clients/client-polly/src/models/PollyServiceException.ts index 6783b3e1f1b50..0a09bb2b3193c 100644 --- a/clients/client-polly/src/models/PollyServiceException.ts +++ b/clients/client-polly/src/models/PollyServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-pricing/src/PricingClient.ts b/clients/client-pricing/src/PricingClient.ts index e9f23fe16ea85..1afa1811570fe 100644 --- a/clients/client-pricing/src/PricingClient.ts +++ b/clients/client-pricing/src/PricingClient.ts @@ -67,6 +67,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -214,7 +216,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type PricingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type PricingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -233,7 +235,7 @@ export interface PricingClientConfig extends PricingClientConfigType {} /** * @public */ -type PricingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type PricingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-pricing/src/commands/DescribeServicesCommand.ts b/clients/client-pricing/src/commands/DescribeServicesCommand.ts index 526c9d2f569d5..aa5fe4a9801e6 100644 --- a/clients/client-pricing/src/commands/DescribeServicesCommand.ts +++ b/clients/client-pricing/src/commands/DescribeServicesCommand.ts @@ -17,6 +17,10 @@ import { DescribeServicesRequest, DescribeServicesResponse } from "../models/mod import { PricingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PricingClient"; import { de_DescribeServicesCommand, se_DescribeServicesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pricing/src/commands/GetAttributeValuesCommand.ts b/clients/client-pricing/src/commands/GetAttributeValuesCommand.ts index a4cc86bf3d518..f1308f32d935f 100644 --- a/clients/client-pricing/src/commands/GetAttributeValuesCommand.ts +++ b/clients/client-pricing/src/commands/GetAttributeValuesCommand.ts @@ -17,6 +17,10 @@ import { GetAttributeValuesRequest, GetAttributeValuesResponse } from "../models import { PricingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PricingClient"; import { de_GetAttributeValuesCommand, se_GetAttributeValuesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pricing/src/commands/GetPriceListFileUrlCommand.ts b/clients/client-pricing/src/commands/GetPriceListFileUrlCommand.ts index 4621f697a6235..9bb3776f539a6 100644 --- a/clients/client-pricing/src/commands/GetPriceListFileUrlCommand.ts +++ b/clients/client-pricing/src/commands/GetPriceListFileUrlCommand.ts @@ -17,6 +17,10 @@ import { GetPriceListFileUrlRequest, GetPriceListFileUrlResponse } from "../mode import { PricingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PricingClient"; import { de_GetPriceListFileUrlCommand, se_GetPriceListFileUrlCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pricing/src/commands/GetProductsCommand.ts b/clients/client-pricing/src/commands/GetProductsCommand.ts index 5ad0dee744707..3b1cf1bf0670e 100644 --- a/clients/client-pricing/src/commands/GetProductsCommand.ts +++ b/clients/client-pricing/src/commands/GetProductsCommand.ts @@ -17,6 +17,10 @@ import { GetProductsRequest, GetProductsResponse } from "../models/models_0"; import { PricingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PricingClient"; import { de_GetProductsCommand, se_GetProductsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pricing/src/commands/ListPriceListsCommand.ts b/clients/client-pricing/src/commands/ListPriceListsCommand.ts index 71b15af6cc76e..41f286f600848 100644 --- a/clients/client-pricing/src/commands/ListPriceListsCommand.ts +++ b/clients/client-pricing/src/commands/ListPriceListsCommand.ts @@ -17,6 +17,10 @@ import { ListPriceListsRequest, ListPriceListsResponse } from "../models/models_ import { PricingClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PricingClient"; import { de_ListPriceListsCommand, se_ListPriceListsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-pricing/src/index.ts b/clients/client-pricing/src/index.ts index a568c0c652f52..f869e60c1f544 100644 --- a/clients/client-pricing/src/index.ts +++ b/clients/client-pricing/src/index.ts @@ -1,8 +1,37 @@ -export * from "./Pricing"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Web Services Price List API is a centralized and convenient way to + * programmatically query Amazon Web Services for services, products, and pricing information. The Amazon Web Services Price List + * uses standardized product attributes such as Location, Storage + * Class, and Operating System, and provides prices at the SKU + * level. You can use the Amazon Web Services Price List to build cost control and scenario planning tools, reconcile + * billing data, forecast future spend for budgeting purposes, and provide cost benefit + * analysis that compare your internal workloads with Amazon Web Services.

+ *

Use GetServices without a service code to retrieve the service codes for all AWS services, then + * GetServices with a service code to retrieve the attribute names for + * that service. After you have the service code and attribute names, you can use GetAttributeValues + * to see what values are available for an attribute. With the service code and an attribute name and value, + * you can use GetProducts to find specific products that you're interested in, such as + * an AmazonEC2 instance, with a Provisioned IOPS + * volumeType.

+ *

Service Endpoint

+ *

Amazon Web Services Price List service API provides the following two endpoints:

+ *
    + *
  • + *

    https://api.pricing.us-east-1.amazonaws.com

    + *
  • + *
  • + *

    https://api.pricing.ap-south-1.amazonaws.com

    + *
  • + *
+ * + * @packageDocumentation + */ export * from "./PricingClient"; +export * from "./Pricing"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { PricingServiceException } from "./models/PricingServiceException"; diff --git a/clients/client-pricing/src/models/PricingServiceException.ts b/clients/client-pricing/src/models/PricingServiceException.ts index be227638f6d44..e8b570e51dded 100644 --- a/clients/client-pricing/src/models/PricingServiceException.ts +++ b/clients/client-pricing/src/models/PricingServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-privatenetworks/src/PrivateNetworksClient.ts b/clients/client-privatenetworks/src/PrivateNetworksClient.ts index 4a438a3641e43..4083c6e82d912 100644 --- a/clients/client-privatenetworks/src/PrivateNetworksClient.ts +++ b/clients/client-privatenetworks/src/PrivateNetworksClient.ts @@ -118,6 +118,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -307,7 +309,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type PrivateNetworksClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type PrivateNetworksClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -326,7 +328,7 @@ export interface PrivateNetworksClientConfig extends PrivateNetworksClientConfig /** * @public */ -type PrivateNetworksClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type PrivateNetworksClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-privatenetworks/src/commands/AcknowledgeOrderReceiptCommand.ts b/clients/client-privatenetworks/src/commands/AcknowledgeOrderReceiptCommand.ts index f014eb4887bc2..7f0e310f5e975 100644 --- a/clients/client-privatenetworks/src/commands/AcknowledgeOrderReceiptCommand.ts +++ b/clients/client-privatenetworks/src/commands/AcknowledgeOrderReceiptCommand.ts @@ -21,6 +21,10 @@ import { import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_AcknowledgeOrderReceiptCommand, se_AcknowledgeOrderReceiptCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/ActivateDeviceIdentifierCommand.ts b/clients/client-privatenetworks/src/commands/ActivateDeviceIdentifierCommand.ts index c1aa57d63aae6..efc6360fc1876 100644 --- a/clients/client-privatenetworks/src/commands/ActivateDeviceIdentifierCommand.ts +++ b/clients/client-privatenetworks/src/commands/ActivateDeviceIdentifierCommand.ts @@ -21,6 +21,10 @@ import { import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_ActivateDeviceIdentifierCommand, se_ActivateDeviceIdentifierCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/ActivateNetworkSiteCommand.ts b/clients/client-privatenetworks/src/commands/ActivateNetworkSiteCommand.ts index 69a7aec903e0a..e7ad73eab4479 100644 --- a/clients/client-privatenetworks/src/commands/ActivateNetworkSiteCommand.ts +++ b/clients/client-privatenetworks/src/commands/ActivateNetworkSiteCommand.ts @@ -21,6 +21,10 @@ import { import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_ActivateNetworkSiteCommand, se_ActivateNetworkSiteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/ConfigureAccessPointCommand.ts b/clients/client-privatenetworks/src/commands/ConfigureAccessPointCommand.ts index 9a998ba1b1e78..2ebdbfe5bb7ce 100644 --- a/clients/client-privatenetworks/src/commands/ConfigureAccessPointCommand.ts +++ b/clients/client-privatenetworks/src/commands/ConfigureAccessPointCommand.ts @@ -22,6 +22,10 @@ import { import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_ConfigureAccessPointCommand, se_ConfigureAccessPointCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/CreateNetworkCommand.ts b/clients/client-privatenetworks/src/commands/CreateNetworkCommand.ts index 6881acc702594..fcdf48357c17b 100644 --- a/clients/client-privatenetworks/src/commands/CreateNetworkCommand.ts +++ b/clients/client-privatenetworks/src/commands/CreateNetworkCommand.ts @@ -22,6 +22,10 @@ import { import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_CreateNetworkCommand, se_CreateNetworkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/CreateNetworkSiteCommand.ts b/clients/client-privatenetworks/src/commands/CreateNetworkSiteCommand.ts index 60dbae0d4b8d2..a176ab1814e9c 100644 --- a/clients/client-privatenetworks/src/commands/CreateNetworkSiteCommand.ts +++ b/clients/client-privatenetworks/src/commands/CreateNetworkSiteCommand.ts @@ -22,6 +22,10 @@ import { import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_CreateNetworkSiteCommand, se_CreateNetworkSiteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/DeactivateDeviceIdentifierCommand.ts b/clients/client-privatenetworks/src/commands/DeactivateDeviceIdentifierCommand.ts index df3a5dd7c8932..644de9b1a201c 100644 --- a/clients/client-privatenetworks/src/commands/DeactivateDeviceIdentifierCommand.ts +++ b/clients/client-privatenetworks/src/commands/DeactivateDeviceIdentifierCommand.ts @@ -21,6 +21,10 @@ import { import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_DeactivateDeviceIdentifierCommand, se_DeactivateDeviceIdentifierCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/DeleteNetworkCommand.ts b/clients/client-privatenetworks/src/commands/DeleteNetworkCommand.ts index 77c32e5ce16ab..909768a1d9798 100644 --- a/clients/client-privatenetworks/src/commands/DeleteNetworkCommand.ts +++ b/clients/client-privatenetworks/src/commands/DeleteNetworkCommand.ts @@ -17,6 +17,10 @@ import { DeleteNetworkRequest, DeleteNetworkResponse } from "../models/models_0" import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_DeleteNetworkCommand, se_DeleteNetworkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/DeleteNetworkSiteCommand.ts b/clients/client-privatenetworks/src/commands/DeleteNetworkSiteCommand.ts index 092ddef8f932b..6e91a1c0a23fd 100644 --- a/clients/client-privatenetworks/src/commands/DeleteNetworkSiteCommand.ts +++ b/clients/client-privatenetworks/src/commands/DeleteNetworkSiteCommand.ts @@ -17,6 +17,10 @@ import { DeleteNetworkSiteRequest, DeleteNetworkSiteResponse } from "../models/m import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_DeleteNetworkSiteCommand, se_DeleteNetworkSiteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/GetDeviceIdentifierCommand.ts b/clients/client-privatenetworks/src/commands/GetDeviceIdentifierCommand.ts index 60c87eb3293d5..e4c8e65335bb8 100644 --- a/clients/client-privatenetworks/src/commands/GetDeviceIdentifierCommand.ts +++ b/clients/client-privatenetworks/src/commands/GetDeviceIdentifierCommand.ts @@ -21,6 +21,10 @@ import { import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_GetDeviceIdentifierCommand, se_GetDeviceIdentifierCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/GetNetworkCommand.ts b/clients/client-privatenetworks/src/commands/GetNetworkCommand.ts index d6a46c087f8ef..db1303e468611 100644 --- a/clients/client-privatenetworks/src/commands/GetNetworkCommand.ts +++ b/clients/client-privatenetworks/src/commands/GetNetworkCommand.ts @@ -17,6 +17,10 @@ import { GetNetworkRequest, GetNetworkResponse, GetNetworkResponseFilterSensitiv import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_GetNetworkCommand, se_GetNetworkCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/GetNetworkResourceCommand.ts b/clients/client-privatenetworks/src/commands/GetNetworkResourceCommand.ts index 7c5379ca6d0a6..6b7641f292df0 100644 --- a/clients/client-privatenetworks/src/commands/GetNetworkResourceCommand.ts +++ b/clients/client-privatenetworks/src/commands/GetNetworkResourceCommand.ts @@ -21,6 +21,10 @@ import { import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_GetNetworkResourceCommand, se_GetNetworkResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/GetNetworkSiteCommand.ts b/clients/client-privatenetworks/src/commands/GetNetworkSiteCommand.ts index 1a203018cc776..f7f4007ed2860 100644 --- a/clients/client-privatenetworks/src/commands/GetNetworkSiteCommand.ts +++ b/clients/client-privatenetworks/src/commands/GetNetworkSiteCommand.ts @@ -21,6 +21,10 @@ import { import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_GetNetworkSiteCommand, se_GetNetworkSiteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/GetOrderCommand.ts b/clients/client-privatenetworks/src/commands/GetOrderCommand.ts index 651413ac43664..91a840a57a3ff 100644 --- a/clients/client-privatenetworks/src/commands/GetOrderCommand.ts +++ b/clients/client-privatenetworks/src/commands/GetOrderCommand.ts @@ -17,6 +17,10 @@ import { GetOrderRequest, GetOrderResponse, GetOrderResponseFilterSensitiveLog } import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_GetOrderCommand, se_GetOrderCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/ListDeviceIdentifiersCommand.ts b/clients/client-privatenetworks/src/commands/ListDeviceIdentifiersCommand.ts index e03a25ca2dd5b..dbc4a86e0f378 100644 --- a/clients/client-privatenetworks/src/commands/ListDeviceIdentifiersCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListDeviceIdentifiersCommand.ts @@ -21,6 +21,10 @@ import { import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_ListDeviceIdentifiersCommand, se_ListDeviceIdentifiersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/ListNetworkResourcesCommand.ts b/clients/client-privatenetworks/src/commands/ListNetworkResourcesCommand.ts index 8b327f37596db..14545b499c11f 100644 --- a/clients/client-privatenetworks/src/commands/ListNetworkResourcesCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListNetworkResourcesCommand.ts @@ -21,6 +21,10 @@ import { import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_ListNetworkResourcesCommand, se_ListNetworkResourcesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/ListNetworkSitesCommand.ts b/clients/client-privatenetworks/src/commands/ListNetworkSitesCommand.ts index d91293d56c527..5b00e66ee6be8 100644 --- a/clients/client-privatenetworks/src/commands/ListNetworkSitesCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListNetworkSitesCommand.ts @@ -17,6 +17,10 @@ import { ListNetworkSitesRequest, ListNetworkSitesResponse } from "../models/mod import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_ListNetworkSitesCommand, se_ListNetworkSitesCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/ListNetworksCommand.ts b/clients/client-privatenetworks/src/commands/ListNetworksCommand.ts index b26a494edc543..90137313b1747 100644 --- a/clients/client-privatenetworks/src/commands/ListNetworksCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListNetworksCommand.ts @@ -17,6 +17,10 @@ import { ListNetworksRequest, ListNetworksResponse } from "../models/models_0"; import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_ListNetworksCommand, se_ListNetworksCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/ListOrdersCommand.ts b/clients/client-privatenetworks/src/commands/ListOrdersCommand.ts index 72e0ed225efb5..038292b9cd7d8 100644 --- a/clients/client-privatenetworks/src/commands/ListOrdersCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListOrdersCommand.ts @@ -17,6 +17,10 @@ import { ListOrdersRequest, ListOrdersResponse, ListOrdersResponseFilterSensitiv import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_ListOrdersCommand, se_ListOrdersCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/ListTagsForResourceCommand.ts b/clients/client-privatenetworks/src/commands/ListTagsForResourceCommand.ts index 3f7e974b3a440..596f5b8bc73e4 100644 --- a/clients/client-privatenetworks/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-privatenetworks/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/PingCommand.ts b/clients/client-privatenetworks/src/commands/PingCommand.ts index 7d4a31222f393..8cf7d0898a75a 100644 --- a/clients/client-privatenetworks/src/commands/PingCommand.ts +++ b/clients/client-privatenetworks/src/commands/PingCommand.ts @@ -17,6 +17,10 @@ import { PingResponse } from "../models/models_0"; import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_PingCommand, se_PingCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/StartNetworkResourceUpdateCommand.ts b/clients/client-privatenetworks/src/commands/StartNetworkResourceUpdateCommand.ts index 75f21b6c82223..cdf3a87264669 100644 --- a/clients/client-privatenetworks/src/commands/StartNetworkResourceUpdateCommand.ts +++ b/clients/client-privatenetworks/src/commands/StartNetworkResourceUpdateCommand.ts @@ -22,6 +22,10 @@ import { import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_StartNetworkResourceUpdateCommand, se_StartNetworkResourceUpdateCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/TagResourceCommand.ts b/clients/client-privatenetworks/src/commands/TagResourceCommand.ts index b06bc738ab3f8..d9cd327cf680f 100644 --- a/clients/client-privatenetworks/src/commands/TagResourceCommand.ts +++ b/clients/client-privatenetworks/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceRequestFilterSensitiveLog, TagResourceRe import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/UntagResourceCommand.ts b/clients/client-privatenetworks/src/commands/UntagResourceCommand.ts index 6861987b0c309..d6a3bb630fe3b 100644 --- a/clients/client-privatenetworks/src/commands/UntagResourceCommand.ts +++ b/clients/client-privatenetworks/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/UpdateNetworkSiteCommand.ts b/clients/client-privatenetworks/src/commands/UpdateNetworkSiteCommand.ts index c6a0130b31a3f..61cf5fa018e7b 100644 --- a/clients/client-privatenetworks/src/commands/UpdateNetworkSiteCommand.ts +++ b/clients/client-privatenetworks/src/commands/UpdateNetworkSiteCommand.ts @@ -21,6 +21,10 @@ import { import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_UpdateNetworkSiteCommand, se_UpdateNetworkSiteCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/commands/UpdateNetworkSitePlanCommand.ts b/clients/client-privatenetworks/src/commands/UpdateNetworkSitePlanCommand.ts index 0aa0b187f686e..9f6a73b0a900e 100644 --- a/clients/client-privatenetworks/src/commands/UpdateNetworkSitePlanCommand.ts +++ b/clients/client-privatenetworks/src/commands/UpdateNetworkSitePlanCommand.ts @@ -21,6 +21,10 @@ import { import { PrivateNetworksClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../PrivateNetworksClient"; import { de_UpdateNetworkSitePlanCommand, se_UpdateNetworkSitePlanCommand } from "../protocols/Aws_restJson1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-privatenetworks/src/index.ts b/clients/client-privatenetworks/src/index.ts index 90a68a515d975..f675daefd5b26 100644 --- a/clients/client-privatenetworks/src/index.ts +++ b/clients/client-privatenetworks/src/index.ts @@ -1,8 +1,17 @@ -export * from "./PrivateNetworks"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Web Services Private 5G is a managed service that makes it easy to deploy, operate, and scale + * your own private mobile network at your on-premises location. Private 5G provides the + * pre-configured hardware and software for mobile networks, helps automate setup, and + * scales capacity on demand to support additional devices as needed.

+ * + * @packageDocumentation + */ export * from "./PrivateNetworksClient"; +export * from "./PrivateNetworks"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { PrivateNetworksServiceException } from "./models/PrivateNetworksServiceException"; diff --git a/clients/client-privatenetworks/src/models/PrivateNetworksServiceException.ts b/clients/client-privatenetworks/src/models/PrivateNetworksServiceException.ts index 6374b27e9ba98..54b5b04e2c484 100644 --- a/clients/client-privatenetworks/src/models/PrivateNetworksServiceException.ts +++ b/clients/client-privatenetworks/src/models/PrivateNetworksServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-proton/src/ProtonClient.ts b/clients/client-proton/src/ProtonClient.ts index e0602c707a373..6d5f1d54e11ad 100644 --- a/clients/client-proton/src/ProtonClient.ts +++ b/clients/client-proton/src/ProtonClient.ts @@ -323,6 +323,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -628,7 +630,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ProtonClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ProtonClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -647,7 +649,7 @@ export interface ProtonClientConfig extends ProtonClientConfigType {} /** * @public */ -type ProtonClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ProtonClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-proton/src/commands/AcceptEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/AcceptEnvironmentAccountConnectionCommand.ts index b75c8c6c4e33c..dce14c07e117f 100644 --- a/clients/client-proton/src/commands/AcceptEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/AcceptEnvironmentAccountConnectionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/CancelComponentDeploymentCommand.ts b/clients/client-proton/src/commands/CancelComponentDeploymentCommand.ts index 0266690a571a7..4c323de6f9789 100644 --- a/clients/client-proton/src/commands/CancelComponentDeploymentCommand.ts +++ b/clients/client-proton/src/commands/CancelComponentDeploymentCommand.ts @@ -21,6 +21,10 @@ import { import { de_CancelComponentDeploymentCommand, se_CancelComponentDeploymentCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/CancelEnvironmentDeploymentCommand.ts b/clients/client-proton/src/commands/CancelEnvironmentDeploymentCommand.ts index 0b3781c11e2ee..a7a030f793816 100644 --- a/clients/client-proton/src/commands/CancelEnvironmentDeploymentCommand.ts +++ b/clients/client-proton/src/commands/CancelEnvironmentDeploymentCommand.ts @@ -21,6 +21,10 @@ import { import { de_CancelEnvironmentDeploymentCommand, se_CancelEnvironmentDeploymentCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/CancelServiceInstanceDeploymentCommand.ts b/clients/client-proton/src/commands/CancelServiceInstanceDeploymentCommand.ts index f99bb13333a9d..a4ffa8c9ac2c4 100644 --- a/clients/client-proton/src/commands/CancelServiceInstanceDeploymentCommand.ts +++ b/clients/client-proton/src/commands/CancelServiceInstanceDeploymentCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/CancelServicePipelineDeploymentCommand.ts b/clients/client-proton/src/commands/CancelServicePipelineDeploymentCommand.ts index ef6263ecdfa04..c7aca7f5dfdcf 100644 --- a/clients/client-proton/src/commands/CancelServicePipelineDeploymentCommand.ts +++ b/clients/client-proton/src/commands/CancelServicePipelineDeploymentCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/CreateComponentCommand.ts b/clients/client-proton/src/commands/CreateComponentCommand.ts index 43ae16f391e4e..a1217bbf8f4b4 100644 --- a/clients/client-proton/src/commands/CreateComponentCommand.ts +++ b/clients/client-proton/src/commands/CreateComponentCommand.ts @@ -22,6 +22,10 @@ import { import { de_CreateComponentCommand, se_CreateComponentCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/CreateEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/CreateEnvironmentAccountConnectionCommand.ts index ccdc65912e864..a9cf794eba237 100644 --- a/clients/client-proton/src/commands/CreateEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/CreateEnvironmentAccountConnectionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/CreateEnvironmentCommand.ts b/clients/client-proton/src/commands/CreateEnvironmentCommand.ts index 45411d0cf0ef9..d8ec8f0c3955c 100644 --- a/clients/client-proton/src/commands/CreateEnvironmentCommand.ts +++ b/clients/client-proton/src/commands/CreateEnvironmentCommand.ts @@ -22,6 +22,10 @@ import { import { de_CreateEnvironmentCommand, se_CreateEnvironmentCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/CreateEnvironmentTemplateCommand.ts b/clients/client-proton/src/commands/CreateEnvironmentTemplateCommand.ts index 52c3be599c2be..3361bc5a6aff6 100644 --- a/clients/client-proton/src/commands/CreateEnvironmentTemplateCommand.ts +++ b/clients/client-proton/src/commands/CreateEnvironmentTemplateCommand.ts @@ -22,6 +22,10 @@ import { import { de_CreateEnvironmentTemplateCommand, se_CreateEnvironmentTemplateCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/CreateEnvironmentTemplateVersionCommand.ts b/clients/client-proton/src/commands/CreateEnvironmentTemplateVersionCommand.ts index c68d8c6326121..9e8ff2a9d7487 100644 --- a/clients/client-proton/src/commands/CreateEnvironmentTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/CreateEnvironmentTemplateVersionCommand.ts @@ -25,6 +25,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/CreateRepositoryCommand.ts b/clients/client-proton/src/commands/CreateRepositoryCommand.ts index 54e8d56c86d2c..4c6626261c2ae 100644 --- a/clients/client-proton/src/commands/CreateRepositoryCommand.ts +++ b/clients/client-proton/src/commands/CreateRepositoryCommand.ts @@ -17,6 +17,10 @@ import { CreateRepositoryInput, CreateRepositoryOutput } from "../models/models_ import { de_CreateRepositoryCommand, se_CreateRepositoryCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/CreateServiceCommand.ts b/clients/client-proton/src/commands/CreateServiceCommand.ts index e9748ebc91925..62179c5f2af9a 100644 --- a/clients/client-proton/src/commands/CreateServiceCommand.ts +++ b/clients/client-proton/src/commands/CreateServiceCommand.ts @@ -22,6 +22,10 @@ import { import { de_CreateServiceCommand, se_CreateServiceCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/CreateServiceInstanceCommand.ts b/clients/client-proton/src/commands/CreateServiceInstanceCommand.ts index 9fe0f72fc8a0f..cd2cb939e95eb 100644 --- a/clients/client-proton/src/commands/CreateServiceInstanceCommand.ts +++ b/clients/client-proton/src/commands/CreateServiceInstanceCommand.ts @@ -22,6 +22,10 @@ import { import { de_CreateServiceInstanceCommand, se_CreateServiceInstanceCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/CreateServiceSyncConfigCommand.ts b/clients/client-proton/src/commands/CreateServiceSyncConfigCommand.ts index f72828c61e88d..d2ed0705471b0 100644 --- a/clients/client-proton/src/commands/CreateServiceSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/CreateServiceSyncConfigCommand.ts @@ -17,6 +17,10 @@ import { CreateServiceSyncConfigInput, CreateServiceSyncConfigOutput } from "../ import { de_CreateServiceSyncConfigCommand, se_CreateServiceSyncConfigCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/CreateServiceTemplateCommand.ts b/clients/client-proton/src/commands/CreateServiceTemplateCommand.ts index 58dffff59d5cb..b943f775121cc 100644 --- a/clients/client-proton/src/commands/CreateServiceTemplateCommand.ts +++ b/clients/client-proton/src/commands/CreateServiceTemplateCommand.ts @@ -22,6 +22,10 @@ import { import { de_CreateServiceTemplateCommand, se_CreateServiceTemplateCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/CreateServiceTemplateVersionCommand.ts b/clients/client-proton/src/commands/CreateServiceTemplateVersionCommand.ts index 76faa7845a59f..49685b78bcd9f 100644 --- a/clients/client-proton/src/commands/CreateServiceTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/CreateServiceTemplateVersionCommand.ts @@ -25,6 +25,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/CreateTemplateSyncConfigCommand.ts b/clients/client-proton/src/commands/CreateTemplateSyncConfigCommand.ts index 92209c94b4122..a0e4f58719883 100644 --- a/clients/client-proton/src/commands/CreateTemplateSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/CreateTemplateSyncConfigCommand.ts @@ -17,6 +17,10 @@ import { CreateTemplateSyncConfigInput, CreateTemplateSyncConfigOutput } from ". import { de_CreateTemplateSyncConfigCommand, se_CreateTemplateSyncConfigCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/DeleteComponentCommand.ts b/clients/client-proton/src/commands/DeleteComponentCommand.ts index a600fee7d907c..54b9bf8bfa7b8 100644 --- a/clients/client-proton/src/commands/DeleteComponentCommand.ts +++ b/clients/client-proton/src/commands/DeleteComponentCommand.ts @@ -21,6 +21,10 @@ import { import { de_DeleteComponentCommand, se_DeleteComponentCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/DeleteEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/DeleteEnvironmentAccountConnectionCommand.ts index 157175e67cdcb..adc47fa4d6cee 100644 --- a/clients/client-proton/src/commands/DeleteEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/DeleteEnvironmentAccountConnectionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/DeleteEnvironmentCommand.ts b/clients/client-proton/src/commands/DeleteEnvironmentCommand.ts index ffce4ce78dc6c..3bc6c7e13e07d 100644 --- a/clients/client-proton/src/commands/DeleteEnvironmentCommand.ts +++ b/clients/client-proton/src/commands/DeleteEnvironmentCommand.ts @@ -21,6 +21,10 @@ import { import { de_DeleteEnvironmentCommand, se_DeleteEnvironmentCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/DeleteEnvironmentTemplateCommand.ts b/clients/client-proton/src/commands/DeleteEnvironmentTemplateCommand.ts index 90b2014f96ccd..1795fcec38947 100644 --- a/clients/client-proton/src/commands/DeleteEnvironmentTemplateCommand.ts +++ b/clients/client-proton/src/commands/DeleteEnvironmentTemplateCommand.ts @@ -21,6 +21,10 @@ import { import { de_DeleteEnvironmentTemplateCommand, se_DeleteEnvironmentTemplateCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/DeleteEnvironmentTemplateVersionCommand.ts b/clients/client-proton/src/commands/DeleteEnvironmentTemplateVersionCommand.ts index 7339a8c5d780d..90e4b2c05138a 100644 --- a/clients/client-proton/src/commands/DeleteEnvironmentTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/DeleteEnvironmentTemplateVersionCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/DeleteRepositoryCommand.ts b/clients/client-proton/src/commands/DeleteRepositoryCommand.ts index d08d79dd00b94..d7fde2f90bad2 100644 --- a/clients/client-proton/src/commands/DeleteRepositoryCommand.ts +++ b/clients/client-proton/src/commands/DeleteRepositoryCommand.ts @@ -17,6 +17,10 @@ import { DeleteRepositoryInput, DeleteRepositoryOutput } from "../models/models_ import { de_DeleteRepositoryCommand, se_DeleteRepositoryCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/DeleteServiceCommand.ts b/clients/client-proton/src/commands/DeleteServiceCommand.ts index 47dabe4265216..d36e7abe52e5f 100644 --- a/clients/client-proton/src/commands/DeleteServiceCommand.ts +++ b/clients/client-proton/src/commands/DeleteServiceCommand.ts @@ -17,6 +17,10 @@ import { DeleteServiceInput, DeleteServiceOutput, DeleteServiceOutputFilterSensi import { de_DeleteServiceCommand, se_DeleteServiceCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/DeleteServiceSyncConfigCommand.ts b/clients/client-proton/src/commands/DeleteServiceSyncConfigCommand.ts index dad8eb1e29be4..c0c9c04a77c7e 100644 --- a/clients/client-proton/src/commands/DeleteServiceSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/DeleteServiceSyncConfigCommand.ts @@ -17,6 +17,10 @@ import { DeleteServiceSyncConfigInput, DeleteServiceSyncConfigOutput } from "../ import { de_DeleteServiceSyncConfigCommand, se_DeleteServiceSyncConfigCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/DeleteServiceTemplateCommand.ts b/clients/client-proton/src/commands/DeleteServiceTemplateCommand.ts index 28fd346102883..2499141579c10 100644 --- a/clients/client-proton/src/commands/DeleteServiceTemplateCommand.ts +++ b/clients/client-proton/src/commands/DeleteServiceTemplateCommand.ts @@ -21,6 +21,10 @@ import { import { de_DeleteServiceTemplateCommand, se_DeleteServiceTemplateCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/DeleteServiceTemplateVersionCommand.ts b/clients/client-proton/src/commands/DeleteServiceTemplateVersionCommand.ts index 90a0b5d23bfff..b62f675ec9a2b 100644 --- a/clients/client-proton/src/commands/DeleteServiceTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/DeleteServiceTemplateVersionCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/DeleteTemplateSyncConfigCommand.ts b/clients/client-proton/src/commands/DeleteTemplateSyncConfigCommand.ts index 158c289974be7..1033b8c9dd8e3 100644 --- a/clients/client-proton/src/commands/DeleteTemplateSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/DeleteTemplateSyncConfigCommand.ts @@ -17,6 +17,10 @@ import { DeleteTemplateSyncConfigInput, DeleteTemplateSyncConfigOutput } from ". import { de_DeleteTemplateSyncConfigCommand, se_DeleteTemplateSyncConfigCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/GetAccountSettingsCommand.ts b/clients/client-proton/src/commands/GetAccountSettingsCommand.ts index 8bc4a18d86e66..e8717798d96dc 100644 --- a/clients/client-proton/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-proton/src/commands/GetAccountSettingsCommand.ts @@ -17,6 +17,10 @@ import { GetAccountSettingsInput, GetAccountSettingsOutput } from "../models/mod import { de_GetAccountSettingsCommand, se_GetAccountSettingsCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/GetComponentCommand.ts b/clients/client-proton/src/commands/GetComponentCommand.ts index f74a0b309fe62..c4c8de57688c9 100644 --- a/clients/client-proton/src/commands/GetComponentCommand.ts +++ b/clients/client-proton/src/commands/GetComponentCommand.ts @@ -17,6 +17,10 @@ import { GetComponentInput, GetComponentOutput, GetComponentOutputFilterSensitiv import { de_GetComponentCommand, se_GetComponentCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/GetEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/GetEnvironmentAccountConnectionCommand.ts index ff913e75a9e85..43caa933ee5c4 100644 --- a/clients/client-proton/src/commands/GetEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/GetEnvironmentAccountConnectionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/GetEnvironmentCommand.ts b/clients/client-proton/src/commands/GetEnvironmentCommand.ts index 01aed0dc2cabd..66f4d74366bdb 100644 --- a/clients/client-proton/src/commands/GetEnvironmentCommand.ts +++ b/clients/client-proton/src/commands/GetEnvironmentCommand.ts @@ -17,6 +17,10 @@ import { GetEnvironmentInput, GetEnvironmentOutput, GetEnvironmentOutputFilterSe import { de_GetEnvironmentCommand, se_GetEnvironmentCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/GetEnvironmentTemplateCommand.ts b/clients/client-proton/src/commands/GetEnvironmentTemplateCommand.ts index d331c57ab1b6d..6008f102848ac 100644 --- a/clients/client-proton/src/commands/GetEnvironmentTemplateCommand.ts +++ b/clients/client-proton/src/commands/GetEnvironmentTemplateCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetEnvironmentTemplateCommand, se_GetEnvironmentTemplateCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/GetEnvironmentTemplateVersionCommand.ts b/clients/client-proton/src/commands/GetEnvironmentTemplateVersionCommand.ts index e7d7cfb380377..21ce611229120 100644 --- a/clients/client-proton/src/commands/GetEnvironmentTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/GetEnvironmentTemplateVersionCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/GetRepositoryCommand.ts b/clients/client-proton/src/commands/GetRepositoryCommand.ts index 97f4b92641db9..5852fd3647bef 100644 --- a/clients/client-proton/src/commands/GetRepositoryCommand.ts +++ b/clients/client-proton/src/commands/GetRepositoryCommand.ts @@ -17,6 +17,10 @@ import { GetRepositoryInput, GetRepositoryOutput } from "../models/models_0"; import { de_GetRepositoryCommand, se_GetRepositoryCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/GetRepositorySyncStatusCommand.ts b/clients/client-proton/src/commands/GetRepositorySyncStatusCommand.ts index b10b0b4f1e316..4517f898c05ea 100644 --- a/clients/client-proton/src/commands/GetRepositorySyncStatusCommand.ts +++ b/clients/client-proton/src/commands/GetRepositorySyncStatusCommand.ts @@ -17,6 +17,10 @@ import { GetRepositorySyncStatusInput, GetRepositorySyncStatusOutput } from "../ import { de_GetRepositorySyncStatusCommand, se_GetRepositorySyncStatusCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/GetResourcesSummaryCommand.ts b/clients/client-proton/src/commands/GetResourcesSummaryCommand.ts index d7bafa35d46d4..c39ab0fc6b120 100644 --- a/clients/client-proton/src/commands/GetResourcesSummaryCommand.ts +++ b/clients/client-proton/src/commands/GetResourcesSummaryCommand.ts @@ -17,6 +17,10 @@ import { GetResourcesSummaryInput, GetResourcesSummaryOutput } from "../models/m import { de_GetResourcesSummaryCommand, se_GetResourcesSummaryCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/GetServiceCommand.ts b/clients/client-proton/src/commands/GetServiceCommand.ts index 089e573dba3c0..6c96135fff22f 100644 --- a/clients/client-proton/src/commands/GetServiceCommand.ts +++ b/clients/client-proton/src/commands/GetServiceCommand.ts @@ -17,6 +17,10 @@ import { GetServiceInput, GetServiceOutput, GetServiceOutputFilterSensitiveLog } import { de_GetServiceCommand, se_GetServiceCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/GetServiceInstanceCommand.ts b/clients/client-proton/src/commands/GetServiceInstanceCommand.ts index 4cfea70438793..abdbfa932fd12 100644 --- a/clients/client-proton/src/commands/GetServiceInstanceCommand.ts +++ b/clients/client-proton/src/commands/GetServiceInstanceCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetServiceInstanceCommand, se_GetServiceInstanceCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/GetServiceInstanceSyncStatusCommand.ts b/clients/client-proton/src/commands/GetServiceInstanceSyncStatusCommand.ts index ee53696510b99..a6729e1f18996 100644 --- a/clients/client-proton/src/commands/GetServiceInstanceSyncStatusCommand.ts +++ b/clients/client-proton/src/commands/GetServiceInstanceSyncStatusCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/GetServiceSyncBlockerSummaryCommand.ts b/clients/client-proton/src/commands/GetServiceSyncBlockerSummaryCommand.ts index bb1fc4b790dbf..a879b631cdf2b 100644 --- a/clients/client-proton/src/commands/GetServiceSyncBlockerSummaryCommand.ts +++ b/clients/client-proton/src/commands/GetServiceSyncBlockerSummaryCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/GetServiceSyncConfigCommand.ts b/clients/client-proton/src/commands/GetServiceSyncConfigCommand.ts index 89e82cd4be41d..3e3a96924a77e 100644 --- a/clients/client-proton/src/commands/GetServiceSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/GetServiceSyncConfigCommand.ts @@ -17,6 +17,10 @@ import { GetServiceSyncConfigInput, GetServiceSyncConfigOutput } from "../models import { de_GetServiceSyncConfigCommand, se_GetServiceSyncConfigCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/GetServiceTemplateCommand.ts b/clients/client-proton/src/commands/GetServiceTemplateCommand.ts index 54f83ccd76cfc..274c19d3f2eaa 100644 --- a/clients/client-proton/src/commands/GetServiceTemplateCommand.ts +++ b/clients/client-proton/src/commands/GetServiceTemplateCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetServiceTemplateCommand, se_GetServiceTemplateCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/GetServiceTemplateVersionCommand.ts b/clients/client-proton/src/commands/GetServiceTemplateVersionCommand.ts index 6ce33a6661a03..db7d0eba8a599 100644 --- a/clients/client-proton/src/commands/GetServiceTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/GetServiceTemplateVersionCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetServiceTemplateVersionCommand, se_GetServiceTemplateVersionCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/GetTemplateSyncConfigCommand.ts b/clients/client-proton/src/commands/GetTemplateSyncConfigCommand.ts index a7195540be8eb..c6d3be2fe4e78 100644 --- a/clients/client-proton/src/commands/GetTemplateSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/GetTemplateSyncConfigCommand.ts @@ -17,6 +17,10 @@ import { GetTemplateSyncConfigInput, GetTemplateSyncConfigOutput } from "../mode import { de_GetTemplateSyncConfigCommand, se_GetTemplateSyncConfigCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/GetTemplateSyncStatusCommand.ts b/clients/client-proton/src/commands/GetTemplateSyncStatusCommand.ts index d4ae82ed4a08e..bf37c7af4e578 100644 --- a/clients/client-proton/src/commands/GetTemplateSyncStatusCommand.ts +++ b/clients/client-proton/src/commands/GetTemplateSyncStatusCommand.ts @@ -17,6 +17,10 @@ import { GetTemplateSyncStatusInput, GetTemplateSyncStatusOutput } from "../mode import { de_GetTemplateSyncStatusCommand, se_GetTemplateSyncStatusCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/ListComponentOutputsCommand.ts b/clients/client-proton/src/commands/ListComponentOutputsCommand.ts index 53de2205a872c..4a2c4cf863b88 100644 --- a/clients/client-proton/src/commands/ListComponentOutputsCommand.ts +++ b/clients/client-proton/src/commands/ListComponentOutputsCommand.ts @@ -21,6 +21,10 @@ import { import { de_ListComponentOutputsCommand, se_ListComponentOutputsCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/ListComponentProvisionedResourcesCommand.ts b/clients/client-proton/src/commands/ListComponentProvisionedResourcesCommand.ts index 8e5383690f4cf..865f98e243caa 100644 --- a/clients/client-proton/src/commands/ListComponentProvisionedResourcesCommand.ts +++ b/clients/client-proton/src/commands/ListComponentProvisionedResourcesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/ListComponentsCommand.ts b/clients/client-proton/src/commands/ListComponentsCommand.ts index 3b81766b94126..581842732d5bd 100644 --- a/clients/client-proton/src/commands/ListComponentsCommand.ts +++ b/clients/client-proton/src/commands/ListComponentsCommand.ts @@ -17,6 +17,10 @@ import { ListComponentsInput, ListComponentsOutput, ListComponentsOutputFilterSe import { de_ListComponentsCommand, se_ListComponentsCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/ListEnvironmentAccountConnectionsCommand.ts b/clients/client-proton/src/commands/ListEnvironmentAccountConnectionsCommand.ts index 41c35bb9b40ff..bb6d468827d63 100644 --- a/clients/client-proton/src/commands/ListEnvironmentAccountConnectionsCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentAccountConnectionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/ListEnvironmentOutputsCommand.ts b/clients/client-proton/src/commands/ListEnvironmentOutputsCommand.ts index 47e730c1cdfb9..98c8f74e691dc 100644 --- a/clients/client-proton/src/commands/ListEnvironmentOutputsCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentOutputsCommand.ts @@ -21,6 +21,10 @@ import { import { de_ListEnvironmentOutputsCommand, se_ListEnvironmentOutputsCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/ListEnvironmentProvisionedResourcesCommand.ts b/clients/client-proton/src/commands/ListEnvironmentProvisionedResourcesCommand.ts index fd0a6b2b7d162..303dcb3e2fab7 100644 --- a/clients/client-proton/src/commands/ListEnvironmentProvisionedResourcesCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentProvisionedResourcesCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/ListEnvironmentTemplateVersionsCommand.ts b/clients/client-proton/src/commands/ListEnvironmentTemplateVersionsCommand.ts index f2e069239cbdb..16a4c6df8b730 100644 --- a/clients/client-proton/src/commands/ListEnvironmentTemplateVersionsCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentTemplateVersionsCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/ListEnvironmentTemplatesCommand.ts b/clients/client-proton/src/commands/ListEnvironmentTemplatesCommand.ts index 3384b1b83fd24..bb867bd9f1096 100644 --- a/clients/client-proton/src/commands/ListEnvironmentTemplatesCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentTemplatesCommand.ts @@ -21,6 +21,10 @@ import { import { de_ListEnvironmentTemplatesCommand, se_ListEnvironmentTemplatesCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/ListEnvironmentsCommand.ts b/clients/client-proton/src/commands/ListEnvironmentsCommand.ts index 5064075209aff..660d1047f133b 100644 --- a/clients/client-proton/src/commands/ListEnvironmentsCommand.ts +++ b/clients/client-proton/src/commands/ListEnvironmentsCommand.ts @@ -21,6 +21,10 @@ import { import { de_ListEnvironmentsCommand, se_ListEnvironmentsCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/ListRepositoriesCommand.ts b/clients/client-proton/src/commands/ListRepositoriesCommand.ts index bd744e06c84a8..ac16a5e3ba8fb 100644 --- a/clients/client-proton/src/commands/ListRepositoriesCommand.ts +++ b/clients/client-proton/src/commands/ListRepositoriesCommand.ts @@ -17,6 +17,10 @@ import { ListRepositoriesInput, ListRepositoriesOutput } from "../models/models_ import { de_ListRepositoriesCommand, se_ListRepositoriesCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/ListRepositorySyncDefinitionsCommand.ts b/clients/client-proton/src/commands/ListRepositorySyncDefinitionsCommand.ts index 32a5ff6c04772..78b90d4ef0d7a 100644 --- a/clients/client-proton/src/commands/ListRepositorySyncDefinitionsCommand.ts +++ b/clients/client-proton/src/commands/ListRepositorySyncDefinitionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/ListServiceInstanceOutputsCommand.ts b/clients/client-proton/src/commands/ListServiceInstanceOutputsCommand.ts index 5da6e553db609..c6e83d7907155 100644 --- a/clients/client-proton/src/commands/ListServiceInstanceOutputsCommand.ts +++ b/clients/client-proton/src/commands/ListServiceInstanceOutputsCommand.ts @@ -21,6 +21,10 @@ import { import { de_ListServiceInstanceOutputsCommand, se_ListServiceInstanceOutputsCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/ListServiceInstanceProvisionedResourcesCommand.ts b/clients/client-proton/src/commands/ListServiceInstanceProvisionedResourcesCommand.ts index 9a68fe1bb1b92..8f7725471f0cd 100644 --- a/clients/client-proton/src/commands/ListServiceInstanceProvisionedResourcesCommand.ts +++ b/clients/client-proton/src/commands/ListServiceInstanceProvisionedResourcesCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/ListServiceInstancesCommand.ts b/clients/client-proton/src/commands/ListServiceInstancesCommand.ts index 744e510d7ac73..9f97ed320ae74 100644 --- a/clients/client-proton/src/commands/ListServiceInstancesCommand.ts +++ b/clients/client-proton/src/commands/ListServiceInstancesCommand.ts @@ -21,6 +21,10 @@ import { import { de_ListServiceInstancesCommand, se_ListServiceInstancesCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/ListServicePipelineOutputsCommand.ts b/clients/client-proton/src/commands/ListServicePipelineOutputsCommand.ts index d348c3f03eec4..3acd26bba4be2 100644 --- a/clients/client-proton/src/commands/ListServicePipelineOutputsCommand.ts +++ b/clients/client-proton/src/commands/ListServicePipelineOutputsCommand.ts @@ -21,6 +21,10 @@ import { import { de_ListServicePipelineOutputsCommand, se_ListServicePipelineOutputsCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/ListServicePipelineProvisionedResourcesCommand.ts b/clients/client-proton/src/commands/ListServicePipelineProvisionedResourcesCommand.ts index 85de9dc70800d..1f9170f579e77 100644 --- a/clients/client-proton/src/commands/ListServicePipelineProvisionedResourcesCommand.ts +++ b/clients/client-proton/src/commands/ListServicePipelineProvisionedResourcesCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/ListServiceTemplateVersionsCommand.ts b/clients/client-proton/src/commands/ListServiceTemplateVersionsCommand.ts index b475d169855cc..12430018cd243 100644 --- a/clients/client-proton/src/commands/ListServiceTemplateVersionsCommand.ts +++ b/clients/client-proton/src/commands/ListServiceTemplateVersionsCommand.ts @@ -21,6 +21,10 @@ import { import { de_ListServiceTemplateVersionsCommand, se_ListServiceTemplateVersionsCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/ListServiceTemplatesCommand.ts b/clients/client-proton/src/commands/ListServiceTemplatesCommand.ts index 8535eb5f25357..8bc205143ea93 100644 --- a/clients/client-proton/src/commands/ListServiceTemplatesCommand.ts +++ b/clients/client-proton/src/commands/ListServiceTemplatesCommand.ts @@ -21,6 +21,10 @@ import { import { de_ListServiceTemplatesCommand, se_ListServiceTemplatesCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/ListServicesCommand.ts b/clients/client-proton/src/commands/ListServicesCommand.ts index f6cf87339e184..b0970653e5776 100644 --- a/clients/client-proton/src/commands/ListServicesCommand.ts +++ b/clients/client-proton/src/commands/ListServicesCommand.ts @@ -17,6 +17,10 @@ import { ListServicesInput, ListServicesOutput, ListServicesOutputFilterSensitiv import { de_ListServicesCommand, se_ListServicesCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/ListTagsForResourceCommand.ts b/clients/client-proton/src/commands/ListTagsForResourceCommand.ts index a9dfd0061f8a1..d617aa7eff9ed 100644 --- a/clients/client-proton/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-proton/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/m import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/NotifyResourceDeploymentStatusChangeCommand.ts b/clients/client-proton/src/commands/NotifyResourceDeploymentStatusChangeCommand.ts index a79cd1bcdef87..461e074f672e6 100644 --- a/clients/client-proton/src/commands/NotifyResourceDeploymentStatusChangeCommand.ts +++ b/clients/client-proton/src/commands/NotifyResourceDeploymentStatusChangeCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/RejectEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/RejectEnvironmentAccountConnectionCommand.ts index d9daf7c98779f..9c09ada9febfe 100644 --- a/clients/client-proton/src/commands/RejectEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/RejectEnvironmentAccountConnectionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/TagResourceCommand.ts b/clients/client-proton/src/commands/TagResourceCommand.ts index aa1a3ecbec365..00b1127d697fe 100644 --- a/clients/client-proton/src/commands/TagResourceCommand.ts +++ b/clients/client-proton/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/UntagResourceCommand.ts b/clients/client-proton/src/commands/UntagResourceCommand.ts index 940e3aee5ce4b..a6bca015adbc6 100644 --- a/clients/client-proton/src/commands/UntagResourceCommand.ts +++ b/clients/client-proton/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-proton/src/commands/UpdateAccountSettingsCommand.ts index 64044f3bdc546..c15efdc80cd96 100644 --- a/clients/client-proton/src/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-proton/src/commands/UpdateAccountSettingsCommand.ts @@ -17,6 +17,10 @@ import { UpdateAccountSettingsInput, UpdateAccountSettingsOutput } from "../mode import { de_UpdateAccountSettingsCommand, se_UpdateAccountSettingsCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/UpdateComponentCommand.ts b/clients/client-proton/src/commands/UpdateComponentCommand.ts index 4d30795c6e6b7..337503066618d 100644 --- a/clients/client-proton/src/commands/UpdateComponentCommand.ts +++ b/clients/client-proton/src/commands/UpdateComponentCommand.ts @@ -22,6 +22,10 @@ import { import { de_UpdateComponentCommand, se_UpdateComponentCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/UpdateEnvironmentAccountConnectionCommand.ts b/clients/client-proton/src/commands/UpdateEnvironmentAccountConnectionCommand.ts index 2353599bca6e7..d476a2bc9923b 100644 --- a/clients/client-proton/src/commands/UpdateEnvironmentAccountConnectionCommand.ts +++ b/clients/client-proton/src/commands/UpdateEnvironmentAccountConnectionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/UpdateEnvironmentCommand.ts b/clients/client-proton/src/commands/UpdateEnvironmentCommand.ts index 9fcbb010890d3..89cf547eb47df 100644 --- a/clients/client-proton/src/commands/UpdateEnvironmentCommand.ts +++ b/clients/client-proton/src/commands/UpdateEnvironmentCommand.ts @@ -22,6 +22,10 @@ import { import { de_UpdateEnvironmentCommand, se_UpdateEnvironmentCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/UpdateEnvironmentTemplateCommand.ts b/clients/client-proton/src/commands/UpdateEnvironmentTemplateCommand.ts index 09ce9b8f1f80c..2722310919b30 100644 --- a/clients/client-proton/src/commands/UpdateEnvironmentTemplateCommand.ts +++ b/clients/client-proton/src/commands/UpdateEnvironmentTemplateCommand.ts @@ -22,6 +22,10 @@ import { import { de_UpdateEnvironmentTemplateCommand, se_UpdateEnvironmentTemplateCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/UpdateEnvironmentTemplateVersionCommand.ts b/clients/client-proton/src/commands/UpdateEnvironmentTemplateVersionCommand.ts index 6bc5733512ae2..9eb788c6c2871 100644 --- a/clients/client-proton/src/commands/UpdateEnvironmentTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/UpdateEnvironmentTemplateVersionCommand.ts @@ -25,6 +25,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/UpdateServiceCommand.ts b/clients/client-proton/src/commands/UpdateServiceCommand.ts index 319191a3740b4..a070f587dc820 100644 --- a/clients/client-proton/src/commands/UpdateServiceCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceCommand.ts @@ -22,6 +22,10 @@ import { import { de_UpdateServiceCommand, se_UpdateServiceCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/UpdateServiceInstanceCommand.ts b/clients/client-proton/src/commands/UpdateServiceInstanceCommand.ts index c4709baae946d..cb5fd299851a5 100644 --- a/clients/client-proton/src/commands/UpdateServiceInstanceCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceInstanceCommand.ts @@ -22,6 +22,10 @@ import { import { de_UpdateServiceInstanceCommand, se_UpdateServiceInstanceCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/UpdateServicePipelineCommand.ts b/clients/client-proton/src/commands/UpdateServicePipelineCommand.ts index 46a83029beea4..245e0942ebbe1 100644 --- a/clients/client-proton/src/commands/UpdateServicePipelineCommand.ts +++ b/clients/client-proton/src/commands/UpdateServicePipelineCommand.ts @@ -22,6 +22,10 @@ import { import { de_UpdateServicePipelineCommand, se_UpdateServicePipelineCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/UpdateServiceSyncBlockerCommand.ts b/clients/client-proton/src/commands/UpdateServiceSyncBlockerCommand.ts index e6d63f72c0163..07b911e3b1e70 100644 --- a/clients/client-proton/src/commands/UpdateServiceSyncBlockerCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceSyncBlockerCommand.ts @@ -17,6 +17,10 @@ import { UpdateServiceSyncBlockerInput, UpdateServiceSyncBlockerOutput } from ". import { de_UpdateServiceSyncBlockerCommand, se_UpdateServiceSyncBlockerCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/UpdateServiceSyncConfigCommand.ts b/clients/client-proton/src/commands/UpdateServiceSyncConfigCommand.ts index 2e10ba51ac1e1..25a93d1f1da4c 100644 --- a/clients/client-proton/src/commands/UpdateServiceSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceSyncConfigCommand.ts @@ -17,6 +17,10 @@ import { UpdateServiceSyncConfigInput, UpdateServiceSyncConfigOutput } from "../ import { de_UpdateServiceSyncConfigCommand, se_UpdateServiceSyncConfigCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/UpdateServiceTemplateCommand.ts b/clients/client-proton/src/commands/UpdateServiceTemplateCommand.ts index f9e759dfd756c..9bf07c5345a4a 100644 --- a/clients/client-proton/src/commands/UpdateServiceTemplateCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceTemplateCommand.ts @@ -22,6 +22,10 @@ import { import { de_UpdateServiceTemplateCommand, se_UpdateServiceTemplateCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/UpdateServiceTemplateVersionCommand.ts b/clients/client-proton/src/commands/UpdateServiceTemplateVersionCommand.ts index d551805d7368f..984514c6ffb2d 100644 --- a/clients/client-proton/src/commands/UpdateServiceTemplateVersionCommand.ts +++ b/clients/client-proton/src/commands/UpdateServiceTemplateVersionCommand.ts @@ -25,6 +25,10 @@ import { } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/commands/UpdateTemplateSyncConfigCommand.ts b/clients/client-proton/src/commands/UpdateTemplateSyncConfigCommand.ts index bea15234b2b98..2e88392cdb210 100644 --- a/clients/client-proton/src/commands/UpdateTemplateSyncConfigCommand.ts +++ b/clients/client-proton/src/commands/UpdateTemplateSyncConfigCommand.ts @@ -17,6 +17,10 @@ import { UpdateTemplateSyncConfigInput, UpdateTemplateSyncConfigOutput } from ". import { de_UpdateTemplateSyncConfigCommand, se_UpdateTemplateSyncConfigCommand } from "../protocols/Aws_json1_0"; import { ProtonClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ProtonClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-proton/src/index.ts b/clients/client-proton/src/index.ts index bdb6bf26a045b..ae69a3068161c 100644 --- a/clients/client-proton/src/index.ts +++ b/clients/client-proton/src/index.ts @@ -1,9 +1,143 @@ -export * from "./Proton"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

This is the Proton Service API Reference. It provides descriptions, syntax and usage examples for each of the + * actions and data types for the Proton + * service.

+ *

The documentation for each action shows the Query API request parameters and the XML response.

+ *

Alternatively, you can use the Amazon Web Services CLI to access an API. For more information, see the Amazon Web Services Command Line Interface User + * Guide.

+ *

The Proton service is a two-pronged automation framework. Administrators create service templates to provide + * standardized infrastructure and deployment tooling for serverless and container based applications. Developers, in + * turn, select from the available service templates to automate their application or service deployments.

+ *

Because administrators define the infrastructure and tooling that Proton deploys and manages, they need + * permissions to use all of the listed API operations.

+ *

When developers select a specific infrastructure and tooling set, Proton deploys their applications. To + * monitor their applications that are running on Proton, developers need permissions to the service + * create, list, update and delete + * API operations and the service instance list and update API + * operations.

+ *

To learn more about Proton, see the Proton User Guide.

+ *

+ * Ensuring Idempotency + *

+ *

When you make a mutating API request, the request typically returns a result before the asynchronous workflows + * of the operation are complete. Operations might also time out or encounter other server issues before they're + * complete, even if the request already returned a result. This might make it difficult to determine whether the + * request succeeded. Moreover, you might need to retry the request multiple times to ensure that the operation + * completes successfully. However, if the original request and the subsequent retries are successful, the operation + * occurs multiple times. This means that you might create more resources than you intended.

+ *

+ * Idempotency ensures that an API request action completes no more than one time. With an + * idempotent request, if the original request action completes successfully, any subsequent retries complete + * successfully without performing any further actions. However, the result might contain updated information, such as + * the current creation status.

+ *

The following lists of APIs are grouped according to methods that ensure idempotency.

+ *

+ * Idempotent create APIs with a client token + *

+ *

The API actions in this list support idempotency with the use of a client token. The + * corresponding Amazon Web Services CLI commands also support idempotency using a client token. A client token is a unique, + * case-sensitive string of up to 64 ASCII characters. To make an idempotent API request using one of these actions, + * specify a client token in the request. We recommend that you don't reuse the same client token + * for other API requests. If you don’t provide a client token for these APIs, a default client token is automatically + * provided by SDKs.

+ *

Given a request action that has succeeded:

+ *

If you retry the request using the same client token and the same parameters, the retry succeeds without + * performing any further actions other than returning the original resource detail data in the response.

+ *

If you retry the request using the same client token, but one or more of the parameters are different, the retry + * throws a ValidationException with an IdempotentParameterMismatch error.

+ *

Client tokens expire eight hours after a request is made. If you retry the request with the expired token, a new + * resource is created.

+ *

If the original resource is deleted and you retry the request, a new resource is created.

+ *

Idempotent create APIs with a client token:

+ *
    + *
  • + *

    CreateEnvironmentTemplateVersion

    + *
  • + *
  • + *

    CreateServiceTemplateVersion

    + *
  • + *
  • + *

    CreateEnvironmentAccountConnection

    + *
  • + *
+ *

+ * Idempotent create APIs + *

+ *

Given a request action that has succeeded:

+ *

If you retry the request with an API from this group, and the original resource hasn't been + * modified, the retry succeeds without performing any further actions other than returning the original resource detail + * data in the response.

+ *

If the original resource has been modified, the retry throws a ConflictException.

+ *

If you retry with different input parameters, the retry throws a ValidationException with an + * IdempotentParameterMismatch error.

+ *

Idempotent create APIs:

+ *
    + *
  • + *

    CreateEnvironmentTemplate

    + *
  • + *
  • + *

    CreateServiceTemplate

    + *
  • + *
  • + *

    CreateEnvironment

    + *
  • + *
  • + *

    CreateService

    + *
  • + *
+ *

+ * Idempotent delete APIs + *

+ *

Given a request action that has succeeded:

+ *

When you retry the request with an API from this group and the resource was deleted, its metadata is returned in + * the response.

+ *

If you retry and the resource doesn't exist, the response is empty.

+ *

In both cases, the retry succeeds.

+ *

Idempotent delete APIs:

+ *
    + *
  • + *

    DeleteEnvironmentTemplate

    + *
  • + *
  • + *

    DeleteEnvironmentTemplateVersion

    + *
  • + *
  • + *

    DeleteServiceTemplate

    + *
  • + *
  • + *

    DeleteServiceTemplateVersion

    + *
  • + *
  • + *

    DeleteEnvironmentAccountConnection

    + *
  • + *
+ *

+ * Asynchronous idempotent delete APIs + *

+ *

Given a request action that has succeeded:

+ *

If you retry the request with an API from this group, if the original request delete operation status is + * DELETE_IN_PROGRESS, the retry returns the resource detail data in the response without performing any + * further actions.

+ *

If the original request delete operation is complete, a retry returns an empty response.

+ *

Asynchronous idempotent delete APIs:

+ *
    + *
  • + *

    DeleteEnvironment

    + *
  • + *
  • + *

    DeleteService

    + *
  • + *
+ * + * @packageDocumentation + */ export * from "./ProtonClient"; +export * from "./Proton"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { ProtonServiceException } from "./models/ProtonServiceException"; diff --git a/clients/client-proton/src/models/ProtonServiceException.ts b/clients/client-proton/src/models/ProtonServiceException.ts index cd04104fc81c5..079c09bd4089d 100644 --- a/clients/client-proton/src/models/ProtonServiceException.ts +++ b/clients/client-proton/src/models/ProtonServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-qldb-session/src/QLDBSessionClient.ts b/clients/client-qldb-session/src/QLDBSessionClient.ts index 48c92310a4cb1..7b5b0e3bfd3fd 100644 --- a/clients/client-qldb-session/src/QLDBSessionClient.ts +++ b/clients/client-qldb-session/src/QLDBSessionClient.ts @@ -60,6 +60,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -197,7 +199,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type QLDBSessionClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type QLDBSessionClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -216,7 +218,7 @@ export interface QLDBSessionClientConfig extends QLDBSessionClientConfigType {} /** * @public */ -type QLDBSessionClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type QLDBSessionClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-qldb-session/src/commands/SendCommandCommand.ts b/clients/client-qldb-session/src/commands/SendCommandCommand.ts index 9a6fa0868c470..d2315eb4c9b38 100644 --- a/clients/client-qldb-session/src/commands/SendCommandCommand.ts +++ b/clients/client-qldb-session/src/commands/SendCommandCommand.ts @@ -17,6 +17,10 @@ import { SendCommandRequest, SendCommandResult } from "../models/models_0"; import { de_SendCommandCommand, se_SendCommandCommand } from "../protocols/Aws_json1_0"; import { QLDBSessionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QLDBSessionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-qldb-session/src/index.ts b/clients/client-qldb-session/src/index.ts index 7b5d715e23bfb..ebd2a8d94dab4 100644 --- a/clients/client-qldb-session/src/index.ts +++ b/clients/client-qldb-session/src/index.ts @@ -1,6 +1,32 @@ -export * from "./QLDBSession"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The transactional data APIs for Amazon QLDB

+ * + *

Instead of interacting directly with this API, we recommend using the QLDB driver + * or the QLDB shell to execute data transactions on a ledger.

+ *
    + *
  • + *

    If you are working with an AWS SDK, use the QLDB driver. The driver provides + * a high-level abstraction layer above this QLDB Session data + * plane and manages SendCommand API calls for you. For information and + * a list of supported programming languages, see Getting started + * with the driver in the Amazon QLDB Developer + * Guide.

    + *
  • + *
  • + *

    If you are working with the AWS Command Line Interface (AWS CLI), use the + * QLDB shell. The shell is a command line interface that uses the QLDB driver to + * interact with a ledger. For information, see Accessing Amazon QLDB using the + * QLDB shell.

    + *
  • + *
+ *
+ * + * @packageDocumentation + */ export * from "./QLDBSessionClient"; +export * from "./QLDBSession"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-qldb-session/src/models/QLDBSessionServiceException.ts b/clients/client-qldb-session/src/models/QLDBSessionServiceException.ts index 93bcbbe8feaf5..950386d060d40 100644 --- a/clients/client-qldb-session/src/models/QLDBSessionServiceException.ts +++ b/clients/client-qldb-session/src/models/QLDBSessionServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-qldb/src/QLDBClient.ts b/clients/client-qldb/src/QLDBClient.ts index c92f1c606dc9a..b51709279ef40 100644 --- a/clients/client-qldb/src/QLDBClient.ts +++ b/clients/client-qldb/src/QLDBClient.ts @@ -106,6 +106,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -283,7 +285,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type QLDBClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type QLDBClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -302,7 +304,7 @@ export interface QLDBClientConfig extends QLDBClientConfigType {} /** * @public */ -type QLDBClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type QLDBClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-qldb/src/commands/CancelJournalKinesisStreamCommand.ts b/clients/client-qldb/src/commands/CancelJournalKinesisStreamCommand.ts index 8e3eb65894a25..f2171c61b6ee6 100644 --- a/clients/client-qldb/src/commands/CancelJournalKinesisStreamCommand.ts +++ b/clients/client-qldb/src/commands/CancelJournalKinesisStreamCommand.ts @@ -17,6 +17,10 @@ import { CancelJournalKinesisStreamRequest, CancelJournalKinesisStreamResponse } import { de_CancelJournalKinesisStreamCommand, se_CancelJournalKinesisStreamCommand } from "../protocols/Aws_restJson1"; import { QLDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QLDBClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-qldb/src/commands/CreateLedgerCommand.ts b/clients/client-qldb/src/commands/CreateLedgerCommand.ts index 4de7a4a98548f..8554b373d6335 100644 --- a/clients/client-qldb/src/commands/CreateLedgerCommand.ts +++ b/clients/client-qldb/src/commands/CreateLedgerCommand.ts @@ -17,6 +17,10 @@ import { CreateLedgerRequest, CreateLedgerResponse } from "../models/models_0"; import { de_CreateLedgerCommand, se_CreateLedgerCommand } from "../protocols/Aws_restJson1"; import { QLDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QLDBClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-qldb/src/commands/DeleteLedgerCommand.ts b/clients/client-qldb/src/commands/DeleteLedgerCommand.ts index bf0aa7e9bf0b9..31da943d92287 100644 --- a/clients/client-qldb/src/commands/DeleteLedgerCommand.ts +++ b/clients/client-qldb/src/commands/DeleteLedgerCommand.ts @@ -17,6 +17,10 @@ import { DeleteLedgerRequest } from "../models/models_0"; import { de_DeleteLedgerCommand, se_DeleteLedgerCommand } from "../protocols/Aws_restJson1"; import { QLDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QLDBClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-qldb/src/commands/DescribeJournalKinesisStreamCommand.ts b/clients/client-qldb/src/commands/DescribeJournalKinesisStreamCommand.ts index 4c04fb3020b95..574506cac85ed 100644 --- a/clients/client-qldb/src/commands/DescribeJournalKinesisStreamCommand.ts +++ b/clients/client-qldb/src/commands/DescribeJournalKinesisStreamCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { QLDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QLDBClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-qldb/src/commands/DescribeJournalS3ExportCommand.ts b/clients/client-qldb/src/commands/DescribeJournalS3ExportCommand.ts index 4bbf46d1dcbdd..51753b2b9be17 100644 --- a/clients/client-qldb/src/commands/DescribeJournalS3ExportCommand.ts +++ b/clients/client-qldb/src/commands/DescribeJournalS3ExportCommand.ts @@ -17,6 +17,10 @@ import { DescribeJournalS3ExportRequest, DescribeJournalS3ExportResponse } from import { de_DescribeJournalS3ExportCommand, se_DescribeJournalS3ExportCommand } from "../protocols/Aws_restJson1"; import { QLDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QLDBClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-qldb/src/commands/DescribeLedgerCommand.ts b/clients/client-qldb/src/commands/DescribeLedgerCommand.ts index ae35032e66334..b693de45f591d 100644 --- a/clients/client-qldb/src/commands/DescribeLedgerCommand.ts +++ b/clients/client-qldb/src/commands/DescribeLedgerCommand.ts @@ -17,6 +17,10 @@ import { DescribeLedgerRequest, DescribeLedgerResponse } from "../models/models_ import { de_DescribeLedgerCommand, se_DescribeLedgerCommand } from "../protocols/Aws_restJson1"; import { QLDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QLDBClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-qldb/src/commands/ExportJournalToS3Command.ts b/clients/client-qldb/src/commands/ExportJournalToS3Command.ts index f3297760393d2..87e8e8688bcdf 100644 --- a/clients/client-qldb/src/commands/ExportJournalToS3Command.ts +++ b/clients/client-qldb/src/commands/ExportJournalToS3Command.ts @@ -17,6 +17,10 @@ import { ExportJournalToS3Request, ExportJournalToS3Response } from "../models/m import { de_ExportJournalToS3Command, se_ExportJournalToS3Command } from "../protocols/Aws_restJson1"; import { QLDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QLDBClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-qldb/src/commands/GetBlockCommand.ts b/clients/client-qldb/src/commands/GetBlockCommand.ts index 212cebe0ec60a..535dc24e334c8 100644 --- a/clients/client-qldb/src/commands/GetBlockCommand.ts +++ b/clients/client-qldb/src/commands/GetBlockCommand.ts @@ -22,6 +22,10 @@ import { import { de_GetBlockCommand, se_GetBlockCommand } from "../protocols/Aws_restJson1"; import { QLDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QLDBClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-qldb/src/commands/GetDigestCommand.ts b/clients/client-qldb/src/commands/GetDigestCommand.ts index b6035e756e20f..bc0fbd1c9397a 100644 --- a/clients/client-qldb/src/commands/GetDigestCommand.ts +++ b/clients/client-qldb/src/commands/GetDigestCommand.ts @@ -17,6 +17,10 @@ import { GetDigestRequest, GetDigestResponse, GetDigestResponseFilterSensitiveLo import { de_GetDigestCommand, se_GetDigestCommand } from "../protocols/Aws_restJson1"; import { QLDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QLDBClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-qldb/src/commands/GetRevisionCommand.ts b/clients/client-qldb/src/commands/GetRevisionCommand.ts index 589b1cab1563d..e80c58272da55 100644 --- a/clients/client-qldb/src/commands/GetRevisionCommand.ts +++ b/clients/client-qldb/src/commands/GetRevisionCommand.ts @@ -22,6 +22,10 @@ import { import { de_GetRevisionCommand, se_GetRevisionCommand } from "../protocols/Aws_restJson1"; import { QLDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QLDBClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-qldb/src/commands/ListJournalKinesisStreamsForLedgerCommand.ts b/clients/client-qldb/src/commands/ListJournalKinesisStreamsForLedgerCommand.ts index 29bb6b1459c9f..3b405954c0ae9 100644 --- a/clients/client-qldb/src/commands/ListJournalKinesisStreamsForLedgerCommand.ts +++ b/clients/client-qldb/src/commands/ListJournalKinesisStreamsForLedgerCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { QLDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QLDBClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-qldb/src/commands/ListJournalS3ExportsCommand.ts b/clients/client-qldb/src/commands/ListJournalS3ExportsCommand.ts index 231b8e6bdbfd5..8e2f51b1fa6df 100644 --- a/clients/client-qldb/src/commands/ListJournalS3ExportsCommand.ts +++ b/clients/client-qldb/src/commands/ListJournalS3ExportsCommand.ts @@ -17,6 +17,10 @@ import { ListJournalS3ExportsRequest, ListJournalS3ExportsResponse } from "../mo import { de_ListJournalS3ExportsCommand, se_ListJournalS3ExportsCommand } from "../protocols/Aws_restJson1"; import { QLDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QLDBClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-qldb/src/commands/ListJournalS3ExportsForLedgerCommand.ts b/clients/client-qldb/src/commands/ListJournalS3ExportsForLedgerCommand.ts index c7019a017db9c..ee2fe3f8c6bc1 100644 --- a/clients/client-qldb/src/commands/ListJournalS3ExportsForLedgerCommand.ts +++ b/clients/client-qldb/src/commands/ListJournalS3ExportsForLedgerCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { QLDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QLDBClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-qldb/src/commands/ListLedgersCommand.ts b/clients/client-qldb/src/commands/ListLedgersCommand.ts index e422ddcd94488..961a87aadea20 100644 --- a/clients/client-qldb/src/commands/ListLedgersCommand.ts +++ b/clients/client-qldb/src/commands/ListLedgersCommand.ts @@ -17,6 +17,10 @@ import { ListLedgersRequest, ListLedgersResponse } from "../models/models_0"; import { de_ListLedgersCommand, se_ListLedgersCommand } from "../protocols/Aws_restJson1"; import { QLDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QLDBClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-qldb/src/commands/ListTagsForResourceCommand.ts b/clients/client-qldb/src/commands/ListTagsForResourceCommand.ts index a2154c4300ac6..361864e060525 100644 --- a/clients/client-qldb/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-qldb/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { QLDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QLDBClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-qldb/src/commands/StreamJournalToKinesisCommand.ts b/clients/client-qldb/src/commands/StreamJournalToKinesisCommand.ts index 12705daa73058..755ccbaab580c 100644 --- a/clients/client-qldb/src/commands/StreamJournalToKinesisCommand.ts +++ b/clients/client-qldb/src/commands/StreamJournalToKinesisCommand.ts @@ -17,6 +17,10 @@ import { StreamJournalToKinesisRequest, StreamJournalToKinesisResponse } from ". import { de_StreamJournalToKinesisCommand, se_StreamJournalToKinesisCommand } from "../protocols/Aws_restJson1"; import { QLDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QLDBClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-qldb/src/commands/TagResourceCommand.ts b/clients/client-qldb/src/commands/TagResourceCommand.ts index ae1af3abaf66f..d2d73eb57914b 100644 --- a/clients/client-qldb/src/commands/TagResourceCommand.ts +++ b/clients/client-qldb/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { QLDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QLDBClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-qldb/src/commands/UntagResourceCommand.ts b/clients/client-qldb/src/commands/UntagResourceCommand.ts index 4ec5d927e1544..d881ee8ead0b2 100644 --- a/clients/client-qldb/src/commands/UntagResourceCommand.ts +++ b/clients/client-qldb/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { QLDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QLDBClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-qldb/src/commands/UpdateLedgerCommand.ts b/clients/client-qldb/src/commands/UpdateLedgerCommand.ts index 592b8a536712c..84a053387ec22 100644 --- a/clients/client-qldb/src/commands/UpdateLedgerCommand.ts +++ b/clients/client-qldb/src/commands/UpdateLedgerCommand.ts @@ -17,6 +17,10 @@ import { UpdateLedgerRequest, UpdateLedgerResponse } from "../models/models_0"; import { de_UpdateLedgerCommand, se_UpdateLedgerCommand } from "../protocols/Aws_restJson1"; import { QLDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QLDBClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-qldb/src/commands/UpdateLedgerPermissionsModeCommand.ts b/clients/client-qldb/src/commands/UpdateLedgerPermissionsModeCommand.ts index c627e0b8266b6..833fb74dc2b77 100644 --- a/clients/client-qldb/src/commands/UpdateLedgerPermissionsModeCommand.ts +++ b/clients/client-qldb/src/commands/UpdateLedgerPermissionsModeCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { QLDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QLDBClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-qldb/src/index.ts b/clients/client-qldb/src/index.ts index 72fe292a04e22..807c4bc3a658a 100644 --- a/clients/client-qldb/src/index.ts +++ b/clients/client-qldb/src/index.ts @@ -1,8 +1,14 @@ -export * from "./QLDB"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The resource management API for Amazon QLDB

+ * + * @packageDocumentation + */ export * from "./QLDBClient"; +export * from "./QLDB"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { QLDBServiceException } from "./models/QLDBServiceException"; diff --git a/clients/client-qldb/src/models/QLDBServiceException.ts b/clients/client-qldb/src/models/QLDBServiceException.ts index 66dc3fd3e7c86..e90839b40d334 100644 --- a/clients/client-qldb/src/models/QLDBServiceException.ts +++ b/clients/client-qldb/src/models/QLDBServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-quicksight/src/QuickSightClient.ts b/clients/client-quicksight/src/QuickSightClient.ts index 673bc37708230..d9129dd412afc 100644 --- a/clients/client-quicksight/src/QuickSightClient.ts +++ b/clients/client-quicksight/src/QuickSightClient.ts @@ -436,6 +436,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -877,7 +879,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type QuickSightClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type QuickSightClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -896,7 +898,7 @@ export interface QuickSightClientConfig extends QuickSightClientConfigType {} /** * @public */ -type QuickSightClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type QuickSightClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-quicksight/src/commands/CancelIngestionCommand.ts b/clients/client-quicksight/src/commands/CancelIngestionCommand.ts index ddc98d2a150f6..a7d097a2cfa6e 100644 --- a/clients/client-quicksight/src/commands/CancelIngestionCommand.ts +++ b/clients/client-quicksight/src/commands/CancelIngestionCommand.ts @@ -17,6 +17,10 @@ import { CancelIngestionRequest, CancelIngestionResponse } from "../models/model import { de_CancelIngestionCommand, se_CancelIngestionCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/CreateAccountCustomizationCommand.ts b/clients/client-quicksight/src/commands/CreateAccountCustomizationCommand.ts index d040b75301b32..8a2374e99c93c 100644 --- a/clients/client-quicksight/src/commands/CreateAccountCustomizationCommand.ts +++ b/clients/client-quicksight/src/commands/CreateAccountCustomizationCommand.ts @@ -17,6 +17,10 @@ import { CreateAccountCustomizationRequest, CreateAccountCustomizationResponse } import { de_CreateAccountCustomizationCommand, se_CreateAccountCustomizationCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/CreateAccountSubscriptionCommand.ts b/clients/client-quicksight/src/commands/CreateAccountSubscriptionCommand.ts index 9a84c06530c5a..33b6bfaec9b47 100644 --- a/clients/client-quicksight/src/commands/CreateAccountSubscriptionCommand.ts +++ b/clients/client-quicksight/src/commands/CreateAccountSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { CreateAccountSubscriptionRequest, CreateAccountSubscriptionResponse } f import { de_CreateAccountSubscriptionCommand, se_CreateAccountSubscriptionCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/CreateAnalysisCommand.ts b/clients/client-quicksight/src/commands/CreateAnalysisCommand.ts index dc8eee65d7619..b7e3c1dd7a287 100644 --- a/clients/client-quicksight/src/commands/CreateAnalysisCommand.ts +++ b/clients/client-quicksight/src/commands/CreateAnalysisCommand.ts @@ -21,6 +21,10 @@ import { import { de_CreateAnalysisCommand, se_CreateAnalysisCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/CreateDashboardCommand.ts b/clients/client-quicksight/src/commands/CreateDashboardCommand.ts index 1d8b3bebc65d2..b5ed17358d1ef 100644 --- a/clients/client-quicksight/src/commands/CreateDashboardCommand.ts +++ b/clients/client-quicksight/src/commands/CreateDashboardCommand.ts @@ -21,6 +21,10 @@ import { import { de_CreateDashboardCommand, se_CreateDashboardCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/CreateDataSetCommand.ts b/clients/client-quicksight/src/commands/CreateDataSetCommand.ts index dcd88a6a2f35c..5d824a59b7c77 100644 --- a/clients/client-quicksight/src/commands/CreateDataSetCommand.ts +++ b/clients/client-quicksight/src/commands/CreateDataSetCommand.ts @@ -21,6 +21,10 @@ import { import { de_CreateDataSetCommand, se_CreateDataSetCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/CreateDataSourceCommand.ts b/clients/client-quicksight/src/commands/CreateDataSourceCommand.ts index 41dd11334fb8d..1fc9a5b4a0e26 100644 --- a/clients/client-quicksight/src/commands/CreateDataSourceCommand.ts +++ b/clients/client-quicksight/src/commands/CreateDataSourceCommand.ts @@ -21,6 +21,10 @@ import { import { de_CreateDataSourceCommand, se_CreateDataSourceCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/CreateFolderCommand.ts b/clients/client-quicksight/src/commands/CreateFolderCommand.ts index 448d313c7596c..9b1eb0d202f42 100644 --- a/clients/client-quicksight/src/commands/CreateFolderCommand.ts +++ b/clients/client-quicksight/src/commands/CreateFolderCommand.ts @@ -17,6 +17,10 @@ import { CreateFolderRequest, CreateFolderResponse } from "../models/models_2"; import { de_CreateFolderCommand, se_CreateFolderCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/CreateFolderMembershipCommand.ts b/clients/client-quicksight/src/commands/CreateFolderMembershipCommand.ts index 06de6148fd836..c43a58d600726 100644 --- a/clients/client-quicksight/src/commands/CreateFolderMembershipCommand.ts +++ b/clients/client-quicksight/src/commands/CreateFolderMembershipCommand.ts @@ -17,6 +17,10 @@ import { CreateFolderMembershipRequest, CreateFolderMembershipResponse } from ". import { de_CreateFolderMembershipCommand, se_CreateFolderMembershipCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/CreateGroupCommand.ts b/clients/client-quicksight/src/commands/CreateGroupCommand.ts index 9062b1681c712..e5503810f0f2a 100644 --- a/clients/client-quicksight/src/commands/CreateGroupCommand.ts +++ b/clients/client-quicksight/src/commands/CreateGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateGroupRequest, CreateGroupResponse } from "../models/models_2"; import { de_CreateGroupCommand, se_CreateGroupCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/CreateGroupMembershipCommand.ts b/clients/client-quicksight/src/commands/CreateGroupMembershipCommand.ts index 702e5e88fa1d7..c8623246a9cb0 100644 --- a/clients/client-quicksight/src/commands/CreateGroupMembershipCommand.ts +++ b/clients/client-quicksight/src/commands/CreateGroupMembershipCommand.ts @@ -17,6 +17,10 @@ import { CreateGroupMembershipRequest, CreateGroupMembershipResponse } from "../ import { de_CreateGroupMembershipCommand, se_CreateGroupMembershipCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/CreateIAMPolicyAssignmentCommand.ts b/clients/client-quicksight/src/commands/CreateIAMPolicyAssignmentCommand.ts index 71d8b498d4f1a..e77a29e35d3c8 100644 --- a/clients/client-quicksight/src/commands/CreateIAMPolicyAssignmentCommand.ts +++ b/clients/client-quicksight/src/commands/CreateIAMPolicyAssignmentCommand.ts @@ -17,6 +17,10 @@ import { CreateIAMPolicyAssignmentRequest, CreateIAMPolicyAssignmentResponse } f import { de_CreateIAMPolicyAssignmentCommand, se_CreateIAMPolicyAssignmentCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/CreateIngestionCommand.ts b/clients/client-quicksight/src/commands/CreateIngestionCommand.ts index 61f5bc217c8e3..04f9914c80f5e 100644 --- a/clients/client-quicksight/src/commands/CreateIngestionCommand.ts +++ b/clients/client-quicksight/src/commands/CreateIngestionCommand.ts @@ -17,6 +17,10 @@ import { CreateIngestionRequest, CreateIngestionResponse } from "../models/model import { de_CreateIngestionCommand, se_CreateIngestionCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/CreateNamespaceCommand.ts b/clients/client-quicksight/src/commands/CreateNamespaceCommand.ts index e5d8049fffbac..c16a3ebd675b5 100644 --- a/clients/client-quicksight/src/commands/CreateNamespaceCommand.ts +++ b/clients/client-quicksight/src/commands/CreateNamespaceCommand.ts @@ -17,6 +17,10 @@ import { CreateNamespaceRequest, CreateNamespaceResponse } from "../models/model import { de_CreateNamespaceCommand, se_CreateNamespaceCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/CreateRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/CreateRefreshScheduleCommand.ts index 7603284445019..7b0b14727fbcf 100644 --- a/clients/client-quicksight/src/commands/CreateRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/CreateRefreshScheduleCommand.ts @@ -17,6 +17,10 @@ import { CreateRefreshScheduleRequest, CreateRefreshScheduleResponse } from "../ import { de_CreateRefreshScheduleCommand, se_CreateRefreshScheduleCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/CreateTemplateAliasCommand.ts b/clients/client-quicksight/src/commands/CreateTemplateAliasCommand.ts index 84f92d910420e..2455a7be827d2 100644 --- a/clients/client-quicksight/src/commands/CreateTemplateAliasCommand.ts +++ b/clients/client-quicksight/src/commands/CreateTemplateAliasCommand.ts @@ -17,6 +17,10 @@ import { CreateTemplateAliasRequest, CreateTemplateAliasResponse } from "../mode import { de_CreateTemplateAliasCommand, se_CreateTemplateAliasCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/CreateTemplateCommand.ts b/clients/client-quicksight/src/commands/CreateTemplateCommand.ts index bb7121dbc8d20..3df374ba4670f 100644 --- a/clients/client-quicksight/src/commands/CreateTemplateCommand.ts +++ b/clients/client-quicksight/src/commands/CreateTemplateCommand.ts @@ -21,6 +21,10 @@ import { import { de_CreateTemplateCommand, se_CreateTemplateCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/CreateThemeAliasCommand.ts b/clients/client-quicksight/src/commands/CreateThemeAliasCommand.ts index 88207b3f40a54..c9be3f128b00c 100644 --- a/clients/client-quicksight/src/commands/CreateThemeAliasCommand.ts +++ b/clients/client-quicksight/src/commands/CreateThemeAliasCommand.ts @@ -17,6 +17,10 @@ import { CreateThemeAliasRequest, CreateThemeAliasResponse } from "../models/mod import { de_CreateThemeAliasCommand, se_CreateThemeAliasCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/CreateThemeCommand.ts b/clients/client-quicksight/src/commands/CreateThemeCommand.ts index 128ce61933302..7277bc33e1eb6 100644 --- a/clients/client-quicksight/src/commands/CreateThemeCommand.ts +++ b/clients/client-quicksight/src/commands/CreateThemeCommand.ts @@ -17,6 +17,10 @@ import { CreateThemeRequest, CreateThemeResponse } from "../models/models_2"; import { de_CreateThemeCommand, se_CreateThemeCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/CreateTopicCommand.ts b/clients/client-quicksight/src/commands/CreateTopicCommand.ts index af46ebc8ea2a4..0cec20c0a3a75 100644 --- a/clients/client-quicksight/src/commands/CreateTopicCommand.ts +++ b/clients/client-quicksight/src/commands/CreateTopicCommand.ts @@ -17,6 +17,10 @@ import { CreateTopicRequest, CreateTopicRequestFilterSensitiveLog, CreateTopicRe import { de_CreateTopicCommand, se_CreateTopicCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/CreateTopicRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/CreateTopicRefreshScheduleCommand.ts index 4fc1fb7c4443e..21cbc2ba66546 100644 --- a/clients/client-quicksight/src/commands/CreateTopicRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/CreateTopicRefreshScheduleCommand.ts @@ -17,6 +17,10 @@ import { CreateTopicRefreshScheduleRequest, CreateTopicRefreshScheduleResponse } import { de_CreateTopicRefreshScheduleCommand, se_CreateTopicRefreshScheduleCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/CreateVPCConnectionCommand.ts b/clients/client-quicksight/src/commands/CreateVPCConnectionCommand.ts index ae85f77fbb80c..e92756bffd739 100644 --- a/clients/client-quicksight/src/commands/CreateVPCConnectionCommand.ts +++ b/clients/client-quicksight/src/commands/CreateVPCConnectionCommand.ts @@ -17,6 +17,10 @@ import { CreateVPCConnectionRequest, CreateVPCConnectionResponse } from "../mode import { de_CreateVPCConnectionCommand, se_CreateVPCConnectionCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteAccountCustomizationCommand.ts b/clients/client-quicksight/src/commands/DeleteAccountCustomizationCommand.ts index 152100c685fe8..d642cc3072807 100644 --- a/clients/client-quicksight/src/commands/DeleteAccountCustomizationCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteAccountCustomizationCommand.ts @@ -17,6 +17,10 @@ import { DeleteAccountCustomizationRequest, DeleteAccountCustomizationResponse } import { de_DeleteAccountCustomizationCommand, se_DeleteAccountCustomizationCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteAccountSubscriptionCommand.ts b/clients/client-quicksight/src/commands/DeleteAccountSubscriptionCommand.ts index a229465b62d97..71d4f083ad7ed 100644 --- a/clients/client-quicksight/src/commands/DeleteAccountSubscriptionCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteAccountSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { DeleteAccountSubscriptionRequest, DeleteAccountSubscriptionResponse } f import { de_DeleteAccountSubscriptionCommand, se_DeleteAccountSubscriptionCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteAnalysisCommand.ts b/clients/client-quicksight/src/commands/DeleteAnalysisCommand.ts index f1fdc12b29d27..13b861ad2464e 100644 --- a/clients/client-quicksight/src/commands/DeleteAnalysisCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteAnalysisCommand.ts @@ -17,6 +17,10 @@ import { DeleteAnalysisRequest, DeleteAnalysisResponse } from "../models/models_ import { de_DeleteAnalysisCommand, se_DeleteAnalysisCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteDashboardCommand.ts b/clients/client-quicksight/src/commands/DeleteDashboardCommand.ts index 8deb834ab1fea..840aba1c91bfe 100644 --- a/clients/client-quicksight/src/commands/DeleteDashboardCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteDashboardCommand.ts @@ -17,6 +17,10 @@ import { DeleteDashboardRequest, DeleteDashboardResponse } from "../models/model import { de_DeleteDashboardCommand, se_DeleteDashboardCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteDataSetCommand.ts b/clients/client-quicksight/src/commands/DeleteDataSetCommand.ts index 292babf0d7d70..45f1d2dbf9bdd 100644 --- a/clients/client-quicksight/src/commands/DeleteDataSetCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteDataSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteDataSetRequest, DeleteDataSetResponse } from "../models/models_2" import { de_DeleteDataSetCommand, se_DeleteDataSetCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteDataSetRefreshPropertiesCommand.ts b/clients/client-quicksight/src/commands/DeleteDataSetRefreshPropertiesCommand.ts index 339311dbed155..99804977465bc 100644 --- a/clients/client-quicksight/src/commands/DeleteDataSetRefreshPropertiesCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteDataSetRefreshPropertiesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteDataSourceCommand.ts b/clients/client-quicksight/src/commands/DeleteDataSourceCommand.ts index e7235f6b9348c..90509196b436c 100644 --- a/clients/client-quicksight/src/commands/DeleteDataSourceCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteDataSourceCommand.ts @@ -17,6 +17,10 @@ import { DeleteDataSourceRequest, DeleteDataSourceResponse } from "../models/mod import { de_DeleteDataSourceCommand, se_DeleteDataSourceCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteFolderCommand.ts b/clients/client-quicksight/src/commands/DeleteFolderCommand.ts index 2462aa879f01c..9f4c84636f25e 100644 --- a/clients/client-quicksight/src/commands/DeleteFolderCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteFolderCommand.ts @@ -17,6 +17,10 @@ import { DeleteFolderRequest, DeleteFolderResponse } from "../models/models_2"; import { de_DeleteFolderCommand, se_DeleteFolderCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteFolderMembershipCommand.ts b/clients/client-quicksight/src/commands/DeleteFolderMembershipCommand.ts index 3d9a253b100aa..99eaa097755a5 100644 --- a/clients/client-quicksight/src/commands/DeleteFolderMembershipCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteFolderMembershipCommand.ts @@ -17,6 +17,10 @@ import { DeleteFolderMembershipRequest, DeleteFolderMembershipResponse } from ". import { de_DeleteFolderMembershipCommand, se_DeleteFolderMembershipCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteGroupCommand.ts b/clients/client-quicksight/src/commands/DeleteGroupCommand.ts index bca5bc45b9c56..625db6f7b828d 100644 --- a/clients/client-quicksight/src/commands/DeleteGroupCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_2"; import { de_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteGroupMembershipCommand.ts b/clients/client-quicksight/src/commands/DeleteGroupMembershipCommand.ts index 7ba1aebdb3d34..548676ce2f835 100644 --- a/clients/client-quicksight/src/commands/DeleteGroupMembershipCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteGroupMembershipCommand.ts @@ -17,6 +17,10 @@ import { DeleteGroupMembershipRequest, DeleteGroupMembershipResponse } from "../ import { de_DeleteGroupMembershipCommand, se_DeleteGroupMembershipCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteIAMPolicyAssignmentCommand.ts b/clients/client-quicksight/src/commands/DeleteIAMPolicyAssignmentCommand.ts index 9532c9b56de8b..238de9acc3406 100644 --- a/clients/client-quicksight/src/commands/DeleteIAMPolicyAssignmentCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteIAMPolicyAssignmentCommand.ts @@ -17,6 +17,10 @@ import { DeleteIAMPolicyAssignmentRequest, DeleteIAMPolicyAssignmentResponse } f import { de_DeleteIAMPolicyAssignmentCommand, se_DeleteIAMPolicyAssignmentCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteNamespaceCommand.ts b/clients/client-quicksight/src/commands/DeleteNamespaceCommand.ts index cbd5b48d412bc..ae8093fb298d5 100644 --- a/clients/client-quicksight/src/commands/DeleteNamespaceCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteNamespaceCommand.ts @@ -17,6 +17,10 @@ import { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/model import { de_DeleteNamespaceCommand, se_DeleteNamespaceCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/DeleteRefreshScheduleCommand.ts index a8201bbc9c322..db5ea07405662 100644 --- a/clients/client-quicksight/src/commands/DeleteRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteRefreshScheduleCommand.ts @@ -17,6 +17,10 @@ import { DeleteRefreshScheduleRequest, DeleteRefreshScheduleResponse } from "../ import { de_DeleteRefreshScheduleCommand, se_DeleteRefreshScheduleCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteTemplateAliasCommand.ts b/clients/client-quicksight/src/commands/DeleteTemplateAliasCommand.ts index 59abc66058de9..fd04c4a7b7803 100644 --- a/clients/client-quicksight/src/commands/DeleteTemplateAliasCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteTemplateAliasCommand.ts @@ -17,6 +17,10 @@ import { DeleteTemplateAliasRequest, DeleteTemplateAliasResponse } from "../mode import { de_DeleteTemplateAliasCommand, se_DeleteTemplateAliasCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteTemplateCommand.ts b/clients/client-quicksight/src/commands/DeleteTemplateCommand.ts index 3eeb845624be9..e6bd0c549e711 100644 --- a/clients/client-quicksight/src/commands/DeleteTemplateCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteTemplateCommand.ts @@ -17,6 +17,10 @@ import { DeleteTemplateRequest, DeleteTemplateResponse } from "../models/models_ import { de_DeleteTemplateCommand, se_DeleteTemplateCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteThemeAliasCommand.ts b/clients/client-quicksight/src/commands/DeleteThemeAliasCommand.ts index 85bc96a42c76f..5eb77fe33c2fb 100644 --- a/clients/client-quicksight/src/commands/DeleteThemeAliasCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteThemeAliasCommand.ts @@ -17,6 +17,10 @@ import { DeleteThemeAliasRequest, DeleteThemeAliasResponse } from "../models/mod import { de_DeleteThemeAliasCommand, se_DeleteThemeAliasCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteThemeCommand.ts b/clients/client-quicksight/src/commands/DeleteThemeCommand.ts index d7f29d33ba5b3..02cb97d9cc3ac 100644 --- a/clients/client-quicksight/src/commands/DeleteThemeCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteThemeCommand.ts @@ -17,6 +17,10 @@ import { DeleteThemeRequest, DeleteThemeResponse } from "../models/models_2"; import { de_DeleteThemeCommand, se_DeleteThemeCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteTopicCommand.ts b/clients/client-quicksight/src/commands/DeleteTopicCommand.ts index 52dc37d6101fd..c8ae19f60043f 100644 --- a/clients/client-quicksight/src/commands/DeleteTopicCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteTopicCommand.ts @@ -17,6 +17,10 @@ import { DeleteTopicRequest, DeleteTopicResponse } from "../models/models_2"; import { de_DeleteTopicCommand, se_DeleteTopicCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteTopicRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/DeleteTopicRefreshScheduleCommand.ts index 2c05bfe94f5cf..f369829947170 100644 --- a/clients/client-quicksight/src/commands/DeleteTopicRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteTopicRefreshScheduleCommand.ts @@ -17,6 +17,10 @@ import { DeleteTopicRefreshScheduleRequest, DeleteTopicRefreshScheduleResponse } import { de_DeleteTopicRefreshScheduleCommand, se_DeleteTopicRefreshScheduleCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteUserByPrincipalIdCommand.ts b/clients/client-quicksight/src/commands/DeleteUserByPrincipalIdCommand.ts index 81d720d184637..fa77bdd55a1e5 100644 --- a/clients/client-quicksight/src/commands/DeleteUserByPrincipalIdCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteUserByPrincipalIdCommand.ts @@ -17,6 +17,10 @@ import { DeleteUserByPrincipalIdRequest, DeleteUserByPrincipalIdResponse } from import { de_DeleteUserByPrincipalIdCommand, se_DeleteUserByPrincipalIdCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteUserCommand.ts b/clients/client-quicksight/src/commands/DeleteUserCommand.ts index 3bcd1e3d8ba49..07a0a29a9b418 100644 --- a/clients/client-quicksight/src/commands/DeleteUserCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteUserCommand.ts @@ -17,6 +17,10 @@ import { DeleteUserRequest, DeleteUserResponse } from "../models/models_2"; import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DeleteVPCConnectionCommand.ts b/clients/client-quicksight/src/commands/DeleteVPCConnectionCommand.ts index a0bb9e9962a44..cbc81a4264ed2 100644 --- a/clients/client-quicksight/src/commands/DeleteVPCConnectionCommand.ts +++ b/clients/client-quicksight/src/commands/DeleteVPCConnectionCommand.ts @@ -17,6 +17,10 @@ import { DeleteVPCConnectionRequest, DeleteVPCConnectionResponse } from "../mode import { de_DeleteVPCConnectionCommand, se_DeleteVPCConnectionCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeAccountCustomizationCommand.ts b/clients/client-quicksight/src/commands/DescribeAccountCustomizationCommand.ts index a2c0f09f64f14..fc67da95ff74a 100644 --- a/clients/client-quicksight/src/commands/DescribeAccountCustomizationCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAccountCustomizationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeAccountSettingsCommand.ts b/clients/client-quicksight/src/commands/DescribeAccountSettingsCommand.ts index e4099bb3e20b8..c02ebd8039771 100644 --- a/clients/client-quicksight/src/commands/DescribeAccountSettingsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAccountSettingsCommand.ts @@ -17,6 +17,10 @@ import { DescribeAccountSettingsRequest, DescribeAccountSettingsResponse } from import { de_DescribeAccountSettingsCommand, se_DescribeAccountSettingsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeAccountSubscriptionCommand.ts b/clients/client-quicksight/src/commands/DescribeAccountSubscriptionCommand.ts index 4a5ca2740e403..825d90930f35e 100644 --- a/clients/client-quicksight/src/commands/DescribeAccountSubscriptionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAccountSubscriptionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeAnalysisCommand.ts b/clients/client-quicksight/src/commands/DescribeAnalysisCommand.ts index aee24ef85d9fa..cabf442a5d6d9 100644 --- a/clients/client-quicksight/src/commands/DescribeAnalysisCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAnalysisCommand.ts @@ -17,6 +17,10 @@ import { DescribeAnalysisRequest, DescribeAnalysisResponse } from "../models/mod import { de_DescribeAnalysisCommand, se_DescribeAnalysisCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeAnalysisDefinitionCommand.ts b/clients/client-quicksight/src/commands/DescribeAnalysisDefinitionCommand.ts index 3c98d5d914eed..419c6042a3ab7 100644 --- a/clients/client-quicksight/src/commands/DescribeAnalysisDefinitionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAnalysisDefinitionCommand.ts @@ -21,6 +21,10 @@ import { import { de_DescribeAnalysisDefinitionCommand, se_DescribeAnalysisDefinitionCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeAnalysisPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeAnalysisPermissionsCommand.ts index bd5001c6fae32..e326bd0d8d2ed 100644 --- a/clients/client-quicksight/src/commands/DescribeAnalysisPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeAnalysisPermissionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeDashboardCommand.ts b/clients/client-quicksight/src/commands/DescribeDashboardCommand.ts index 98de59d2dd377..8471bf177590c 100644 --- a/clients/client-quicksight/src/commands/DescribeDashboardCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDashboardCommand.ts @@ -17,6 +17,10 @@ import { DescribeDashboardRequest, DescribeDashboardResponse } from "../models/m import { de_DescribeDashboardCommand, se_DescribeDashboardCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeDashboardDefinitionCommand.ts b/clients/client-quicksight/src/commands/DescribeDashboardDefinitionCommand.ts index 836f7d8e076d9..42358dda45250 100644 --- a/clients/client-quicksight/src/commands/DescribeDashboardDefinitionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDashboardDefinitionCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeDashboardPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeDashboardPermissionsCommand.ts index eff09ffbed6ba..42659cc3d4d9c 100644 --- a/clients/client-quicksight/src/commands/DescribeDashboardPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDashboardPermissionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeDataSetCommand.ts b/clients/client-quicksight/src/commands/DescribeDataSetCommand.ts index 9701d98382175..d8e1ff790902e 100644 --- a/clients/client-quicksight/src/commands/DescribeDataSetCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDataSetCommand.ts @@ -21,6 +21,10 @@ import { import { de_DescribeDataSetCommand, se_DescribeDataSetCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeDataSetPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeDataSetPermissionsCommand.ts index 6035f3c20c620..ab522ef0bc51e 100644 --- a/clients/client-quicksight/src/commands/DescribeDataSetPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDataSetPermissionsCommand.ts @@ -17,6 +17,10 @@ import { DescribeDataSetPermissionsRequest, DescribeDataSetPermissionsResponse } import { de_DescribeDataSetPermissionsCommand, se_DescribeDataSetPermissionsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeDataSetRefreshPropertiesCommand.ts b/clients/client-quicksight/src/commands/DescribeDataSetRefreshPropertiesCommand.ts index fa861110214fa..93e7afdbb60e8 100644 --- a/clients/client-quicksight/src/commands/DescribeDataSetRefreshPropertiesCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDataSetRefreshPropertiesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeDataSourceCommand.ts b/clients/client-quicksight/src/commands/DescribeDataSourceCommand.ts index dc4e393b88a86..3739e5b5fa513 100644 --- a/clients/client-quicksight/src/commands/DescribeDataSourceCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDataSourceCommand.ts @@ -17,6 +17,10 @@ import { DescribeDataSourceRequest, DescribeDataSourceResponse } from "../models import { de_DescribeDataSourceCommand, se_DescribeDataSourceCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeDataSourcePermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeDataSourcePermissionsCommand.ts index af160088436c4..337bea80d7ab7 100644 --- a/clients/client-quicksight/src/commands/DescribeDataSourcePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeDataSourcePermissionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeFolderCommand.ts b/clients/client-quicksight/src/commands/DescribeFolderCommand.ts index b346e0602a93b..7207bfc6750b4 100644 --- a/clients/client-quicksight/src/commands/DescribeFolderCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeFolderCommand.ts @@ -17,6 +17,10 @@ import { DescribeFolderRequest, DescribeFolderResponse } from "../models/models_ import { de_DescribeFolderCommand, se_DescribeFolderCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeFolderPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeFolderPermissionsCommand.ts index f27dc11283871..93c533b908f5f 100644 --- a/clients/client-quicksight/src/commands/DescribeFolderPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeFolderPermissionsCommand.ts @@ -17,6 +17,10 @@ import { DescribeFolderPermissionsRequest, DescribeFolderPermissionsResponse } f import { de_DescribeFolderPermissionsCommand, se_DescribeFolderPermissionsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeFolderResolvedPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeFolderResolvedPermissionsCommand.ts index 534053ad11e48..15613ec9fe8bf 100644 --- a/clients/client-quicksight/src/commands/DescribeFolderResolvedPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeFolderResolvedPermissionsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeGroupCommand.ts b/clients/client-quicksight/src/commands/DescribeGroupCommand.ts index ffff0ff2b25d6..82d8fc2b0e121 100644 --- a/clients/client-quicksight/src/commands/DescribeGroupCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeGroupCommand.ts @@ -17,6 +17,10 @@ import { DescribeGroupRequest, DescribeGroupResponse } from "../models/models_3" import { de_DescribeGroupCommand, se_DescribeGroupCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeGroupMembershipCommand.ts b/clients/client-quicksight/src/commands/DescribeGroupMembershipCommand.ts index d0e1661cf9457..8025ff0f1d544 100644 --- a/clients/client-quicksight/src/commands/DescribeGroupMembershipCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeGroupMembershipCommand.ts @@ -17,6 +17,10 @@ import { DescribeGroupMembershipRequest, DescribeGroupMembershipResponse } from import { de_DescribeGroupMembershipCommand, se_DescribeGroupMembershipCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeIAMPolicyAssignmentCommand.ts b/clients/client-quicksight/src/commands/DescribeIAMPolicyAssignmentCommand.ts index aa3f7cebcfe40..171ed69dc1234 100644 --- a/clients/client-quicksight/src/commands/DescribeIAMPolicyAssignmentCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeIAMPolicyAssignmentCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeIngestionCommand.ts b/clients/client-quicksight/src/commands/DescribeIngestionCommand.ts index c5ba7f693734a..2853bc3b32c7e 100644 --- a/clients/client-quicksight/src/commands/DescribeIngestionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeIngestionCommand.ts @@ -17,6 +17,10 @@ import { DescribeIngestionRequest, DescribeIngestionResponse } from "../models/m import { de_DescribeIngestionCommand, se_DescribeIngestionCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeIpRestrictionCommand.ts b/clients/client-quicksight/src/commands/DescribeIpRestrictionCommand.ts index 5fa4fb26bf08d..e0bb76cfdc010 100644 --- a/clients/client-quicksight/src/commands/DescribeIpRestrictionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeIpRestrictionCommand.ts @@ -17,6 +17,10 @@ import { DescribeIpRestrictionRequest, DescribeIpRestrictionResponse } from "../ import { de_DescribeIpRestrictionCommand, se_DescribeIpRestrictionCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeNamespaceCommand.ts b/clients/client-quicksight/src/commands/DescribeNamespaceCommand.ts index 5a9205529d87a..5ef964e8569bd 100644 --- a/clients/client-quicksight/src/commands/DescribeNamespaceCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeNamespaceCommand.ts @@ -17,6 +17,10 @@ import { DescribeNamespaceRequest, DescribeNamespaceResponse } from "../models/m import { de_DescribeNamespaceCommand, se_DescribeNamespaceCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/DescribeRefreshScheduleCommand.ts index 78d1026239aa9..f55dd68fae9d9 100644 --- a/clients/client-quicksight/src/commands/DescribeRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeRefreshScheduleCommand.ts @@ -17,6 +17,10 @@ import { DescribeRefreshScheduleRequest, DescribeRefreshScheduleResponse } from import { de_DescribeRefreshScheduleCommand, se_DescribeRefreshScheduleCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeTemplateAliasCommand.ts b/clients/client-quicksight/src/commands/DescribeTemplateAliasCommand.ts index e77833af920af..5f2c581a3cdb1 100644 --- a/clients/client-quicksight/src/commands/DescribeTemplateAliasCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTemplateAliasCommand.ts @@ -17,6 +17,10 @@ import { DescribeTemplateAliasRequest, DescribeTemplateAliasResponse } from "../ import { de_DescribeTemplateAliasCommand, se_DescribeTemplateAliasCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeTemplateCommand.ts b/clients/client-quicksight/src/commands/DescribeTemplateCommand.ts index c0d66f9b9c8a1..ec49158cd3d43 100644 --- a/clients/client-quicksight/src/commands/DescribeTemplateCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTemplateCommand.ts @@ -17,6 +17,10 @@ import { DescribeTemplateRequest, DescribeTemplateResponse } from "../models/mod import { de_DescribeTemplateCommand, se_DescribeTemplateCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeTemplateDefinitionCommand.ts b/clients/client-quicksight/src/commands/DescribeTemplateDefinitionCommand.ts index e952cc5bd3d95..3b6431cb8b69f 100644 --- a/clients/client-quicksight/src/commands/DescribeTemplateDefinitionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTemplateDefinitionCommand.ts @@ -21,6 +21,10 @@ import { import { de_DescribeTemplateDefinitionCommand, se_DescribeTemplateDefinitionCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeTemplatePermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeTemplatePermissionsCommand.ts index bf504a0cc21c0..9526a4bcc003d 100644 --- a/clients/client-quicksight/src/commands/DescribeTemplatePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTemplatePermissionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeThemeAliasCommand.ts b/clients/client-quicksight/src/commands/DescribeThemeAliasCommand.ts index 266e632c61f09..90e84dfdf8b22 100644 --- a/clients/client-quicksight/src/commands/DescribeThemeAliasCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeThemeAliasCommand.ts @@ -17,6 +17,10 @@ import { DescribeThemeAliasRequest, DescribeThemeAliasResponse } from "../models import { de_DescribeThemeAliasCommand, se_DescribeThemeAliasCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeThemeCommand.ts b/clients/client-quicksight/src/commands/DescribeThemeCommand.ts index 9f8123fbf6ac0..4a58f61f83cca 100644 --- a/clients/client-quicksight/src/commands/DescribeThemeCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeThemeCommand.ts @@ -17,6 +17,10 @@ import { DescribeThemeRequest, DescribeThemeResponse } from "../models/models_3" import { de_DescribeThemeCommand, se_DescribeThemeCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeThemePermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeThemePermissionsCommand.ts index 71c1579a8e268..52d5b08d049d8 100644 --- a/clients/client-quicksight/src/commands/DescribeThemePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeThemePermissionsCommand.ts @@ -17,6 +17,10 @@ import { DescribeThemePermissionsRequest, DescribeThemePermissionsResponse } fro import { de_DescribeThemePermissionsCommand, se_DescribeThemePermissionsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeTopicCommand.ts b/clients/client-quicksight/src/commands/DescribeTopicCommand.ts index ea6df25d9061d..967088b3f799e 100644 --- a/clients/client-quicksight/src/commands/DescribeTopicCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTopicCommand.ts @@ -21,6 +21,10 @@ import { import { de_DescribeTopicCommand, se_DescribeTopicCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeTopicPermissionsCommand.ts b/clients/client-quicksight/src/commands/DescribeTopicPermissionsCommand.ts index ed56c77337087..adb46e45a2463 100644 --- a/clients/client-quicksight/src/commands/DescribeTopicPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTopicPermissionsCommand.ts @@ -17,6 +17,10 @@ import { DescribeTopicPermissionsRequest, DescribeTopicPermissionsResponse } fro import { de_DescribeTopicPermissionsCommand, se_DescribeTopicPermissionsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeTopicRefreshCommand.ts b/clients/client-quicksight/src/commands/DescribeTopicRefreshCommand.ts index 1b321a8b81292..0457dc8663cf9 100644 --- a/clients/client-quicksight/src/commands/DescribeTopicRefreshCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTopicRefreshCommand.ts @@ -17,6 +17,10 @@ import { DescribeTopicRefreshRequest, DescribeTopicRefreshResponse } from "../mo import { de_DescribeTopicRefreshCommand, se_DescribeTopicRefreshCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeTopicRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/DescribeTopicRefreshScheduleCommand.ts index a2e5b9d8cf7fa..71229368ceb1b 100644 --- a/clients/client-quicksight/src/commands/DescribeTopicRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeTopicRefreshScheduleCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeUserCommand.ts b/clients/client-quicksight/src/commands/DescribeUserCommand.ts index 5545b0b161ce5..c98e0d211a5b9 100644 --- a/clients/client-quicksight/src/commands/DescribeUserCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeUserCommand.ts @@ -17,6 +17,10 @@ import { DescribeUserRequest, DescribeUserResponse } from "../models/models_3"; import { de_DescribeUserCommand, se_DescribeUserCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/DescribeVPCConnectionCommand.ts b/clients/client-quicksight/src/commands/DescribeVPCConnectionCommand.ts index 3b9fe87f1f11f..193c0d9a82061 100644 --- a/clients/client-quicksight/src/commands/DescribeVPCConnectionCommand.ts +++ b/clients/client-quicksight/src/commands/DescribeVPCConnectionCommand.ts @@ -17,6 +17,10 @@ import { DescribeVPCConnectionRequest, DescribeVPCConnectionResponse } from "../ import { de_DescribeVPCConnectionCommand, se_DescribeVPCConnectionCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/GenerateEmbedUrlForAnonymousUserCommand.ts b/clients/client-quicksight/src/commands/GenerateEmbedUrlForAnonymousUserCommand.ts index aa7a6ccb8e9e9..b1ca87a6e4f21 100644 --- a/clients/client-quicksight/src/commands/GenerateEmbedUrlForAnonymousUserCommand.ts +++ b/clients/client-quicksight/src/commands/GenerateEmbedUrlForAnonymousUserCommand.ts @@ -25,6 +25,10 @@ import { } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/GenerateEmbedUrlForRegisteredUserCommand.ts b/clients/client-quicksight/src/commands/GenerateEmbedUrlForRegisteredUserCommand.ts index 5f6eaacb48c57..a0bce0480e8b9 100644 --- a/clients/client-quicksight/src/commands/GenerateEmbedUrlForRegisteredUserCommand.ts +++ b/clients/client-quicksight/src/commands/GenerateEmbedUrlForRegisteredUserCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/GetDashboardEmbedUrlCommand.ts b/clients/client-quicksight/src/commands/GetDashboardEmbedUrlCommand.ts index f9f47f190c34e..5f01c7382489e 100644 --- a/clients/client-quicksight/src/commands/GetDashboardEmbedUrlCommand.ts +++ b/clients/client-quicksight/src/commands/GetDashboardEmbedUrlCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetDashboardEmbedUrlCommand, se_GetDashboardEmbedUrlCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/GetSessionEmbedUrlCommand.ts b/clients/client-quicksight/src/commands/GetSessionEmbedUrlCommand.ts index 9178595de151c..465f0e2d0d695 100644 --- a/clients/client-quicksight/src/commands/GetSessionEmbedUrlCommand.ts +++ b/clients/client-quicksight/src/commands/GetSessionEmbedUrlCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetSessionEmbedUrlCommand, se_GetSessionEmbedUrlCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListAnalysesCommand.ts b/clients/client-quicksight/src/commands/ListAnalysesCommand.ts index dd8ed1252952b..92b9ec491f454 100644 --- a/clients/client-quicksight/src/commands/ListAnalysesCommand.ts +++ b/clients/client-quicksight/src/commands/ListAnalysesCommand.ts @@ -17,6 +17,10 @@ import { ListAnalysesRequest, ListAnalysesResponse } from "../models/models_3"; import { de_ListAnalysesCommand, se_ListAnalysesCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListDashboardVersionsCommand.ts b/clients/client-quicksight/src/commands/ListDashboardVersionsCommand.ts index a94617d5f32a7..bab1848fa43ca 100644 --- a/clients/client-quicksight/src/commands/ListDashboardVersionsCommand.ts +++ b/clients/client-quicksight/src/commands/ListDashboardVersionsCommand.ts @@ -17,6 +17,10 @@ import { ListDashboardVersionsRequest, ListDashboardVersionsResponse } from "../ import { de_ListDashboardVersionsCommand, se_ListDashboardVersionsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListDashboardsCommand.ts b/clients/client-quicksight/src/commands/ListDashboardsCommand.ts index 66dda9a4ed4b2..45913c92b8bc5 100644 --- a/clients/client-quicksight/src/commands/ListDashboardsCommand.ts +++ b/clients/client-quicksight/src/commands/ListDashboardsCommand.ts @@ -17,6 +17,10 @@ import { ListDashboardsRequest, ListDashboardsResponse } from "../models/models_ import { de_ListDashboardsCommand, se_ListDashboardsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListDataSetsCommand.ts b/clients/client-quicksight/src/commands/ListDataSetsCommand.ts index 37f30d2c957e9..907be68dd8551 100644 --- a/clients/client-quicksight/src/commands/ListDataSetsCommand.ts +++ b/clients/client-quicksight/src/commands/ListDataSetsCommand.ts @@ -17,6 +17,10 @@ import { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_3"; import { de_ListDataSetsCommand, se_ListDataSetsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListDataSourcesCommand.ts b/clients/client-quicksight/src/commands/ListDataSourcesCommand.ts index f658e7ead96be..a75f31531613e 100644 --- a/clients/client-quicksight/src/commands/ListDataSourcesCommand.ts +++ b/clients/client-quicksight/src/commands/ListDataSourcesCommand.ts @@ -17,6 +17,10 @@ import { ListDataSourcesRequest, ListDataSourcesResponse } from "../models/model import { de_ListDataSourcesCommand, se_ListDataSourcesCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListFolderMembersCommand.ts b/clients/client-quicksight/src/commands/ListFolderMembersCommand.ts index 96d8ec77ba2d4..ac4bcc24bd761 100644 --- a/clients/client-quicksight/src/commands/ListFolderMembersCommand.ts +++ b/clients/client-quicksight/src/commands/ListFolderMembersCommand.ts @@ -17,6 +17,10 @@ import { ListFolderMembersRequest, ListFolderMembersResponse } from "../models/m import { de_ListFolderMembersCommand, se_ListFolderMembersCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListFoldersCommand.ts b/clients/client-quicksight/src/commands/ListFoldersCommand.ts index 1472ba0fe47a6..e7d08d8e965f1 100644 --- a/clients/client-quicksight/src/commands/ListFoldersCommand.ts +++ b/clients/client-quicksight/src/commands/ListFoldersCommand.ts @@ -17,6 +17,10 @@ import { ListFoldersRequest, ListFoldersResponse } from "../models/models_3"; import { de_ListFoldersCommand, se_ListFoldersCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListGroupMembershipsCommand.ts b/clients/client-quicksight/src/commands/ListGroupMembershipsCommand.ts index 72f764dc79f1b..eef75553db5af 100644 --- a/clients/client-quicksight/src/commands/ListGroupMembershipsCommand.ts +++ b/clients/client-quicksight/src/commands/ListGroupMembershipsCommand.ts @@ -17,6 +17,10 @@ import { ListGroupMembershipsRequest, ListGroupMembershipsResponse } from "../mo import { de_ListGroupMembershipsCommand, se_ListGroupMembershipsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListGroupsCommand.ts b/clients/client-quicksight/src/commands/ListGroupsCommand.ts index 757f27192c75e..c2ca57de2b8eb 100644 --- a/clients/client-quicksight/src/commands/ListGroupsCommand.ts +++ b/clients/client-quicksight/src/commands/ListGroupsCommand.ts @@ -17,6 +17,10 @@ import { ListGroupsRequest, ListGroupsResponse } from "../models/models_3"; import { de_ListGroupsCommand, se_ListGroupsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsCommand.ts b/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsCommand.ts index 357a975b3f05f..f1e594d786b99 100644 --- a/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsCommand.ts +++ b/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsCommand.ts @@ -17,6 +17,10 @@ import { ListIAMPolicyAssignmentsRequest, ListIAMPolicyAssignmentsResponse } fro import { de_ListIAMPolicyAssignmentsCommand, se_ListIAMPolicyAssignmentsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsForUserCommand.ts b/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsForUserCommand.ts index eceed9acf04d8..00551c40bda64 100644 --- a/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsForUserCommand.ts +++ b/clients/client-quicksight/src/commands/ListIAMPolicyAssignmentsForUserCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListIngestionsCommand.ts b/clients/client-quicksight/src/commands/ListIngestionsCommand.ts index 0fdcd1a798c0e..a18f8b82424e5 100644 --- a/clients/client-quicksight/src/commands/ListIngestionsCommand.ts +++ b/clients/client-quicksight/src/commands/ListIngestionsCommand.ts @@ -17,6 +17,10 @@ import { ListIngestionsRequest, ListIngestionsResponse } from "../models/models_ import { de_ListIngestionsCommand, se_ListIngestionsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListNamespacesCommand.ts b/clients/client-quicksight/src/commands/ListNamespacesCommand.ts index f3d654ca1a7a3..2849a8eb918fe 100644 --- a/clients/client-quicksight/src/commands/ListNamespacesCommand.ts +++ b/clients/client-quicksight/src/commands/ListNamespacesCommand.ts @@ -17,6 +17,10 @@ import { ListNamespacesRequest, ListNamespacesResponse } from "../models/models_ import { de_ListNamespacesCommand, se_ListNamespacesCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListRefreshSchedulesCommand.ts b/clients/client-quicksight/src/commands/ListRefreshSchedulesCommand.ts index dc239d74e7911..f34d7b88bca23 100644 --- a/clients/client-quicksight/src/commands/ListRefreshSchedulesCommand.ts +++ b/clients/client-quicksight/src/commands/ListRefreshSchedulesCommand.ts @@ -17,6 +17,10 @@ import { ListRefreshSchedulesRequest, ListRefreshSchedulesResponse } from "../mo import { de_ListRefreshSchedulesCommand, se_ListRefreshSchedulesCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListTagsForResourceCommand.ts b/clients/client-quicksight/src/commands/ListTagsForResourceCommand.ts index 3eba41ae533d9..6e96bd076e4b9 100644 --- a/clients/client-quicksight/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-quicksight/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListTemplateAliasesCommand.ts b/clients/client-quicksight/src/commands/ListTemplateAliasesCommand.ts index 1d00af9abe73a..f2aa62b722429 100644 --- a/clients/client-quicksight/src/commands/ListTemplateAliasesCommand.ts +++ b/clients/client-quicksight/src/commands/ListTemplateAliasesCommand.ts @@ -17,6 +17,10 @@ import { ListTemplateAliasesRequest, ListTemplateAliasesResponse } from "../mode import { de_ListTemplateAliasesCommand, se_ListTemplateAliasesCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListTemplateVersionsCommand.ts b/clients/client-quicksight/src/commands/ListTemplateVersionsCommand.ts index 95f3c9271d003..a063f4c089401 100644 --- a/clients/client-quicksight/src/commands/ListTemplateVersionsCommand.ts +++ b/clients/client-quicksight/src/commands/ListTemplateVersionsCommand.ts @@ -17,6 +17,10 @@ import { ListTemplateVersionsRequest, ListTemplateVersionsResponse } from "../mo import { de_ListTemplateVersionsCommand, se_ListTemplateVersionsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListTemplatesCommand.ts b/clients/client-quicksight/src/commands/ListTemplatesCommand.ts index 9ab04951c44dc..8c9c38062c20b 100644 --- a/clients/client-quicksight/src/commands/ListTemplatesCommand.ts +++ b/clients/client-quicksight/src/commands/ListTemplatesCommand.ts @@ -17,6 +17,10 @@ import { ListTemplatesRequest, ListTemplatesResponse } from "../models/models_3" import { de_ListTemplatesCommand, se_ListTemplatesCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListThemeAliasesCommand.ts b/clients/client-quicksight/src/commands/ListThemeAliasesCommand.ts index a2b733a846aa9..5d6c0ce34bdaf 100644 --- a/clients/client-quicksight/src/commands/ListThemeAliasesCommand.ts +++ b/clients/client-quicksight/src/commands/ListThemeAliasesCommand.ts @@ -17,6 +17,10 @@ import { ListThemeAliasesRequest, ListThemeAliasesResponse } from "../models/mod import { de_ListThemeAliasesCommand, se_ListThemeAliasesCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListThemeVersionsCommand.ts b/clients/client-quicksight/src/commands/ListThemeVersionsCommand.ts index 3d0e7f8372e89..e8bd46adadc2c 100644 --- a/clients/client-quicksight/src/commands/ListThemeVersionsCommand.ts +++ b/clients/client-quicksight/src/commands/ListThemeVersionsCommand.ts @@ -17,6 +17,10 @@ import { ListThemeVersionsRequest, ListThemeVersionsResponse } from "../models/m import { de_ListThemeVersionsCommand, se_ListThemeVersionsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListThemesCommand.ts b/clients/client-quicksight/src/commands/ListThemesCommand.ts index e1e7c2bde7059..d459ed77314a0 100644 --- a/clients/client-quicksight/src/commands/ListThemesCommand.ts +++ b/clients/client-quicksight/src/commands/ListThemesCommand.ts @@ -17,6 +17,10 @@ import { ListThemesRequest, ListThemesResponse } from "../models/models_3"; import { de_ListThemesCommand, se_ListThemesCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListTopicRefreshSchedulesCommand.ts b/clients/client-quicksight/src/commands/ListTopicRefreshSchedulesCommand.ts index bfb7ccb90df3e..e6405e79b0232 100644 --- a/clients/client-quicksight/src/commands/ListTopicRefreshSchedulesCommand.ts +++ b/clients/client-quicksight/src/commands/ListTopicRefreshSchedulesCommand.ts @@ -17,6 +17,10 @@ import { ListTopicRefreshSchedulesRequest, ListTopicRefreshSchedulesResponse } f import { de_ListTopicRefreshSchedulesCommand, se_ListTopicRefreshSchedulesCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListTopicsCommand.ts b/clients/client-quicksight/src/commands/ListTopicsCommand.ts index a7c5ca874fffe..f0613d499cf77 100644 --- a/clients/client-quicksight/src/commands/ListTopicsCommand.ts +++ b/clients/client-quicksight/src/commands/ListTopicsCommand.ts @@ -17,6 +17,10 @@ import { ListTopicsRequest, ListTopicsResponse } from "../models/models_3"; import { de_ListTopicsCommand, se_ListTopicsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListUserGroupsCommand.ts b/clients/client-quicksight/src/commands/ListUserGroupsCommand.ts index 8e5712a485d76..42b13330bb9e8 100644 --- a/clients/client-quicksight/src/commands/ListUserGroupsCommand.ts +++ b/clients/client-quicksight/src/commands/ListUserGroupsCommand.ts @@ -17,6 +17,10 @@ import { ListUserGroupsRequest, ListUserGroupsResponse } from "../models/models_ import { de_ListUserGroupsCommand, se_ListUserGroupsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListUsersCommand.ts b/clients/client-quicksight/src/commands/ListUsersCommand.ts index 2061577604864..2f5eeae449812 100644 --- a/clients/client-quicksight/src/commands/ListUsersCommand.ts +++ b/clients/client-quicksight/src/commands/ListUsersCommand.ts @@ -17,6 +17,10 @@ import { ListUsersRequest, ListUsersResponse } from "../models/models_3"; import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/ListVPCConnectionsCommand.ts b/clients/client-quicksight/src/commands/ListVPCConnectionsCommand.ts index 8c62b6ad4d609..1b2555b5c4442 100644 --- a/clients/client-quicksight/src/commands/ListVPCConnectionsCommand.ts +++ b/clients/client-quicksight/src/commands/ListVPCConnectionsCommand.ts @@ -17,6 +17,10 @@ import { ListVPCConnectionsRequest, ListVPCConnectionsResponse } from "../models import { de_ListVPCConnectionsCommand, se_ListVPCConnectionsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/PutDataSetRefreshPropertiesCommand.ts b/clients/client-quicksight/src/commands/PutDataSetRefreshPropertiesCommand.ts index 66d5255c2f54d..a06c00b9a4eda 100644 --- a/clients/client-quicksight/src/commands/PutDataSetRefreshPropertiesCommand.ts +++ b/clients/client-quicksight/src/commands/PutDataSetRefreshPropertiesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/RegisterUserCommand.ts b/clients/client-quicksight/src/commands/RegisterUserCommand.ts index e837c77720279..3d663b913ffa7 100644 --- a/clients/client-quicksight/src/commands/RegisterUserCommand.ts +++ b/clients/client-quicksight/src/commands/RegisterUserCommand.ts @@ -17,6 +17,10 @@ import { RegisterUserRequest, RegisterUserResponse } from "../models/models_3"; import { de_RegisterUserCommand, se_RegisterUserCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/RestoreAnalysisCommand.ts b/clients/client-quicksight/src/commands/RestoreAnalysisCommand.ts index 38b0f60f40183..b011b2c0ae37d 100644 --- a/clients/client-quicksight/src/commands/RestoreAnalysisCommand.ts +++ b/clients/client-quicksight/src/commands/RestoreAnalysisCommand.ts @@ -17,6 +17,10 @@ import { RestoreAnalysisRequest, RestoreAnalysisResponse } from "../models/model import { de_RestoreAnalysisCommand, se_RestoreAnalysisCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/SearchAnalysesCommand.ts b/clients/client-quicksight/src/commands/SearchAnalysesCommand.ts index ed33d6d12dc71..e6ca5312e7b69 100644 --- a/clients/client-quicksight/src/commands/SearchAnalysesCommand.ts +++ b/clients/client-quicksight/src/commands/SearchAnalysesCommand.ts @@ -17,6 +17,10 @@ import { SearchAnalysesRequest, SearchAnalysesResponse } from "../models/models_ import { de_SearchAnalysesCommand, se_SearchAnalysesCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/SearchDashboardsCommand.ts b/clients/client-quicksight/src/commands/SearchDashboardsCommand.ts index e9739e8811e0f..f320535976807 100644 --- a/clients/client-quicksight/src/commands/SearchDashboardsCommand.ts +++ b/clients/client-quicksight/src/commands/SearchDashboardsCommand.ts @@ -17,6 +17,10 @@ import { SearchDashboardsRequest, SearchDashboardsResponse } from "../models/mod import { de_SearchDashboardsCommand, se_SearchDashboardsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/SearchDataSetsCommand.ts b/clients/client-quicksight/src/commands/SearchDataSetsCommand.ts index da690b6704a0a..d79b2ea7b6e49 100644 --- a/clients/client-quicksight/src/commands/SearchDataSetsCommand.ts +++ b/clients/client-quicksight/src/commands/SearchDataSetsCommand.ts @@ -17,6 +17,10 @@ import { SearchDataSetsRequest, SearchDataSetsResponse } from "../models/models_ import { de_SearchDataSetsCommand, se_SearchDataSetsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/SearchDataSourcesCommand.ts b/clients/client-quicksight/src/commands/SearchDataSourcesCommand.ts index 18e75ef21075b..1d23a027411b7 100644 --- a/clients/client-quicksight/src/commands/SearchDataSourcesCommand.ts +++ b/clients/client-quicksight/src/commands/SearchDataSourcesCommand.ts @@ -17,6 +17,10 @@ import { SearchDataSourcesRequest, SearchDataSourcesResponse } from "../models/m import { de_SearchDataSourcesCommand, se_SearchDataSourcesCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/SearchFoldersCommand.ts b/clients/client-quicksight/src/commands/SearchFoldersCommand.ts index 8154b9157c48c..cf1dde93b566c 100644 --- a/clients/client-quicksight/src/commands/SearchFoldersCommand.ts +++ b/clients/client-quicksight/src/commands/SearchFoldersCommand.ts @@ -17,6 +17,10 @@ import { SearchFoldersRequest, SearchFoldersResponse } from "../models/models_3" import { de_SearchFoldersCommand, se_SearchFoldersCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/SearchGroupsCommand.ts b/clients/client-quicksight/src/commands/SearchGroupsCommand.ts index f042d06840fb2..74054db5e8555 100644 --- a/clients/client-quicksight/src/commands/SearchGroupsCommand.ts +++ b/clients/client-quicksight/src/commands/SearchGroupsCommand.ts @@ -17,6 +17,10 @@ import { SearchGroupsRequest, SearchGroupsResponse } from "../models/models_3"; import { de_SearchGroupsCommand, se_SearchGroupsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/TagResourceCommand.ts b/clients/client-quicksight/src/commands/TagResourceCommand.ts index adbe0c8565fa2..2ccdbe941a23a 100644 --- a/clients/client-quicksight/src/commands/TagResourceCommand.ts +++ b/clients/client-quicksight/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_3"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UntagResourceCommand.ts b/clients/client-quicksight/src/commands/UntagResourceCommand.ts index c7e4081351809..58d48758a76f4 100644 --- a/clients/client-quicksight/src/commands/UntagResourceCommand.ts +++ b/clients/client-quicksight/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_3" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateAccountCustomizationCommand.ts b/clients/client-quicksight/src/commands/UpdateAccountCustomizationCommand.ts index 6c55bf6d93322..d3af5aa4238c1 100644 --- a/clients/client-quicksight/src/commands/UpdateAccountCustomizationCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateAccountCustomizationCommand.ts @@ -17,6 +17,10 @@ import { UpdateAccountCustomizationRequest, UpdateAccountCustomizationResponse } import { de_UpdateAccountCustomizationCommand, se_UpdateAccountCustomizationCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-quicksight/src/commands/UpdateAccountSettingsCommand.ts index 67d1683f611f4..1f1150a2ab8b5 100644 --- a/clients/client-quicksight/src/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateAccountSettingsCommand.ts @@ -17,6 +17,10 @@ import { UpdateAccountSettingsRequest, UpdateAccountSettingsResponse } from "../ import { de_UpdateAccountSettingsCommand, se_UpdateAccountSettingsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateAnalysisCommand.ts b/clients/client-quicksight/src/commands/UpdateAnalysisCommand.ts index 960047063dcdb..09f50d1605144 100644 --- a/clients/client-quicksight/src/commands/UpdateAnalysisCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateAnalysisCommand.ts @@ -21,6 +21,10 @@ import { import { de_UpdateAnalysisCommand, se_UpdateAnalysisCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateAnalysisPermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateAnalysisPermissionsCommand.ts index 9e97c978d2b57..579e656de432e 100644 --- a/clients/client-quicksight/src/commands/UpdateAnalysisPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateAnalysisPermissionsCommand.ts @@ -17,6 +17,10 @@ import { UpdateAnalysisPermissionsRequest, UpdateAnalysisPermissionsResponse } f import { de_UpdateAnalysisPermissionsCommand, se_UpdateAnalysisPermissionsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateDashboardCommand.ts b/clients/client-quicksight/src/commands/UpdateDashboardCommand.ts index eb91f8d54c59d..e25946587cebb 100644 --- a/clients/client-quicksight/src/commands/UpdateDashboardCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDashboardCommand.ts @@ -21,6 +21,10 @@ import { import { de_UpdateDashboardCommand, se_UpdateDashboardCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateDashboardPermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateDashboardPermissionsCommand.ts index 09b5cc285ee2c..fad2198ef7824 100644 --- a/clients/client-quicksight/src/commands/UpdateDashboardPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDashboardPermissionsCommand.ts @@ -17,6 +17,10 @@ import { UpdateDashboardPermissionsRequest, UpdateDashboardPermissionsResponse } import { de_UpdateDashboardPermissionsCommand, se_UpdateDashboardPermissionsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateDashboardPublishedVersionCommand.ts b/clients/client-quicksight/src/commands/UpdateDashboardPublishedVersionCommand.ts index e2bcc9a9d10a2..29b75f1e59513 100644 --- a/clients/client-quicksight/src/commands/UpdateDashboardPublishedVersionCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDashboardPublishedVersionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateDataSetCommand.ts b/clients/client-quicksight/src/commands/UpdateDataSetCommand.ts index f4659aee5cd83..5cb798f2514bd 100644 --- a/clients/client-quicksight/src/commands/UpdateDataSetCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDataSetCommand.ts @@ -21,6 +21,10 @@ import { import { de_UpdateDataSetCommand, se_UpdateDataSetCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateDataSetPermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateDataSetPermissionsCommand.ts index f2fb631bc422d..e58d055b3fa78 100644 --- a/clients/client-quicksight/src/commands/UpdateDataSetPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDataSetPermissionsCommand.ts @@ -17,6 +17,10 @@ import { UpdateDataSetPermissionsRequest, UpdateDataSetPermissionsResponse } fro import { de_UpdateDataSetPermissionsCommand, se_UpdateDataSetPermissionsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateDataSourceCommand.ts b/clients/client-quicksight/src/commands/UpdateDataSourceCommand.ts index 1ef29f8170660..609b082f8faed 100644 --- a/clients/client-quicksight/src/commands/UpdateDataSourceCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDataSourceCommand.ts @@ -21,6 +21,10 @@ import { import { de_UpdateDataSourceCommand, se_UpdateDataSourceCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateDataSourcePermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateDataSourcePermissionsCommand.ts index d13e2fa40d170..bf50477aed66c 100644 --- a/clients/client-quicksight/src/commands/UpdateDataSourcePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateDataSourcePermissionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateFolderCommand.ts b/clients/client-quicksight/src/commands/UpdateFolderCommand.ts index 5417aac26387b..4de7cea978066 100644 --- a/clients/client-quicksight/src/commands/UpdateFolderCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateFolderCommand.ts @@ -17,6 +17,10 @@ import { UpdateFolderRequest, UpdateFolderResponse } from "../models/models_3"; import { de_UpdateFolderCommand, se_UpdateFolderCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateFolderPermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateFolderPermissionsCommand.ts index 2f07084ce3770..e568f58858b58 100644 --- a/clients/client-quicksight/src/commands/UpdateFolderPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateFolderPermissionsCommand.ts @@ -17,6 +17,10 @@ import { UpdateFolderPermissionsRequest, UpdateFolderPermissionsResponse } from import { de_UpdateFolderPermissionsCommand, se_UpdateFolderPermissionsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateGroupCommand.ts b/clients/client-quicksight/src/commands/UpdateGroupCommand.ts index 378ef2c459090..f5b9241517ff8 100644 --- a/clients/client-quicksight/src/commands/UpdateGroupCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateGroupCommand.ts @@ -17,6 +17,10 @@ import { UpdateGroupRequest, UpdateGroupResponse } from "../models/models_3"; import { de_UpdateGroupCommand, se_UpdateGroupCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateIAMPolicyAssignmentCommand.ts b/clients/client-quicksight/src/commands/UpdateIAMPolicyAssignmentCommand.ts index 821100e791636..8c06bd4b5679c 100644 --- a/clients/client-quicksight/src/commands/UpdateIAMPolicyAssignmentCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateIAMPolicyAssignmentCommand.ts @@ -17,6 +17,10 @@ import { UpdateIAMPolicyAssignmentRequest, UpdateIAMPolicyAssignmentResponse } f import { de_UpdateIAMPolicyAssignmentCommand, se_UpdateIAMPolicyAssignmentCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateIpRestrictionCommand.ts b/clients/client-quicksight/src/commands/UpdateIpRestrictionCommand.ts index c458b046faad3..5c0c11e492d04 100644 --- a/clients/client-quicksight/src/commands/UpdateIpRestrictionCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateIpRestrictionCommand.ts @@ -17,6 +17,10 @@ import { UpdateIpRestrictionRequest, UpdateIpRestrictionResponse } from "../mode import { de_UpdateIpRestrictionCommand, se_UpdateIpRestrictionCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdatePublicSharingSettingsCommand.ts b/clients/client-quicksight/src/commands/UpdatePublicSharingSettingsCommand.ts index e7a7f14030091..8ccf28c016128 100644 --- a/clients/client-quicksight/src/commands/UpdatePublicSharingSettingsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdatePublicSharingSettingsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/UpdateRefreshScheduleCommand.ts index cea82f2db59ec..c74340550e90f 100644 --- a/clients/client-quicksight/src/commands/UpdateRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateRefreshScheduleCommand.ts @@ -17,6 +17,10 @@ import { UpdateRefreshScheduleRequest, UpdateRefreshScheduleResponse } from "../ import { de_UpdateRefreshScheduleCommand, se_UpdateRefreshScheduleCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateTemplateAliasCommand.ts b/clients/client-quicksight/src/commands/UpdateTemplateAliasCommand.ts index 645fac25befdf..13f520930af9f 100644 --- a/clients/client-quicksight/src/commands/UpdateTemplateAliasCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTemplateAliasCommand.ts @@ -17,6 +17,10 @@ import { UpdateTemplateAliasRequest, UpdateTemplateAliasResponse } from "../mode import { de_UpdateTemplateAliasCommand, se_UpdateTemplateAliasCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateTemplateCommand.ts b/clients/client-quicksight/src/commands/UpdateTemplateCommand.ts index 015afd322505c..0528d0af983ec 100644 --- a/clients/client-quicksight/src/commands/UpdateTemplateCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTemplateCommand.ts @@ -21,6 +21,10 @@ import { import { de_UpdateTemplateCommand, se_UpdateTemplateCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateTemplatePermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateTemplatePermissionsCommand.ts index 1a128cda508fd..1fd6da93b74e2 100644 --- a/clients/client-quicksight/src/commands/UpdateTemplatePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTemplatePermissionsCommand.ts @@ -17,6 +17,10 @@ import { UpdateTemplatePermissionsRequest, UpdateTemplatePermissionsResponse } f import { de_UpdateTemplatePermissionsCommand, se_UpdateTemplatePermissionsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateThemeAliasCommand.ts b/clients/client-quicksight/src/commands/UpdateThemeAliasCommand.ts index 818867c5d7af9..f13d26e7180b0 100644 --- a/clients/client-quicksight/src/commands/UpdateThemeAliasCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateThemeAliasCommand.ts @@ -17,6 +17,10 @@ import { UpdateThemeAliasRequest, UpdateThemeAliasResponse } from "../models/mod import { de_UpdateThemeAliasCommand, se_UpdateThemeAliasCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateThemeCommand.ts b/clients/client-quicksight/src/commands/UpdateThemeCommand.ts index d646f24c404a6..fa2df82ca816c 100644 --- a/clients/client-quicksight/src/commands/UpdateThemeCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateThemeCommand.ts @@ -17,6 +17,10 @@ import { UpdateThemeRequest, UpdateThemeResponse } from "../models/models_3"; import { de_UpdateThemeCommand, se_UpdateThemeCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateThemePermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateThemePermissionsCommand.ts index b44da01c1a68b..2ae39ab120aa3 100644 --- a/clients/client-quicksight/src/commands/UpdateThemePermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateThemePermissionsCommand.ts @@ -17,6 +17,10 @@ import { UpdateThemePermissionsRequest, UpdateThemePermissionsResponse } from ". import { de_UpdateThemePermissionsCommand, se_UpdateThemePermissionsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateTopicCommand.ts b/clients/client-quicksight/src/commands/UpdateTopicCommand.ts index 68f7ec10b70ac..e6c220996a389 100644 --- a/clients/client-quicksight/src/commands/UpdateTopicCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTopicCommand.ts @@ -17,6 +17,10 @@ import { UpdateTopicRequest, UpdateTopicRequestFilterSensitiveLog, UpdateTopicRe import { de_UpdateTopicCommand, se_UpdateTopicCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateTopicPermissionsCommand.ts b/clients/client-quicksight/src/commands/UpdateTopicPermissionsCommand.ts index 2556987731468..d4a1411cf8a39 100644 --- a/clients/client-quicksight/src/commands/UpdateTopicPermissionsCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTopicPermissionsCommand.ts @@ -17,6 +17,10 @@ import { UpdateTopicPermissionsRequest, UpdateTopicPermissionsResponse } from ". import { de_UpdateTopicPermissionsCommand, se_UpdateTopicPermissionsCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateTopicRefreshScheduleCommand.ts b/clients/client-quicksight/src/commands/UpdateTopicRefreshScheduleCommand.ts index 0465b1c94750a..4fd48d5d14894 100644 --- a/clients/client-quicksight/src/commands/UpdateTopicRefreshScheduleCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateTopicRefreshScheduleCommand.ts @@ -17,6 +17,10 @@ import { UpdateTopicRefreshScheduleRequest, UpdateTopicRefreshScheduleResponse } import { de_UpdateTopicRefreshScheduleCommand, se_UpdateTopicRefreshScheduleCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateUserCommand.ts b/clients/client-quicksight/src/commands/UpdateUserCommand.ts index cd3950ba1bec9..f5b38628733ca 100644 --- a/clients/client-quicksight/src/commands/UpdateUserCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateUserCommand.ts @@ -17,6 +17,10 @@ import { UpdateUserRequest, UpdateUserResponse } from "../models/models_3"; import { de_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/commands/UpdateVPCConnectionCommand.ts b/clients/client-quicksight/src/commands/UpdateVPCConnectionCommand.ts index 6e82fdcdec481..458683f4454d8 100644 --- a/clients/client-quicksight/src/commands/UpdateVPCConnectionCommand.ts +++ b/clients/client-quicksight/src/commands/UpdateVPCConnectionCommand.ts @@ -17,6 +17,10 @@ import { UpdateVPCConnectionRequest, UpdateVPCConnectionResponse } from "../mode import { de_UpdateVPCConnectionCommand, se_UpdateVPCConnectionCommand } from "../protocols/Aws_restJson1"; import { QuickSightClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QuickSightClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-quicksight/src/index.ts b/clients/client-quicksight/src/index.ts index d384191956643..e2ecea1e3396a 100644 --- a/clients/client-quicksight/src/index.ts +++ b/clients/client-quicksight/src/index.ts @@ -1,8 +1,18 @@ -export * from "./QuickSight"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon QuickSight API Reference + *

Amazon QuickSight is a fully managed, serverless business intelligence service for the + * Amazon Web Services Cloud that makes it easy to extend data and insights to every user in your + * organization. This API reference contains documentation for a programming interface that + * you can use to manage Amazon QuickSight.

+ * + * @packageDocumentation + */ export * from "./QuickSightClient"; +export * from "./QuickSight"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { QuickSightServiceException } from "./models/QuickSightServiceException"; diff --git a/clients/client-quicksight/src/models/QuickSightServiceException.ts b/clients/client-quicksight/src/models/QuickSightServiceException.ts index 8f467cb509cd0..9a91a8d2855fd 100644 --- a/clients/client-quicksight/src/models/QuickSightServiceException.ts +++ b/clients/client-quicksight/src/models/QuickSightServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-ram/src/RAMClient.ts b/clients/client-ram/src/RAMClient.ts index 2757732bbae4d..270447148c82e 100644 --- a/clients/client-ram/src/RAMClient.ts +++ b/clients/client-ram/src/RAMClient.ts @@ -165,6 +165,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -370,7 +372,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type RAMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type RAMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -389,7 +391,7 @@ export interface RAMClientConfig extends RAMClientConfigType {} /** * @public */ -type RAMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type RAMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-ram/src/commands/AcceptResourceShareInvitationCommand.ts b/clients/client-ram/src/commands/AcceptResourceShareInvitationCommand.ts index 6a5d0de62c636..61d62c3cd1267 100644 --- a/clients/client-ram/src/commands/AcceptResourceShareInvitationCommand.ts +++ b/clients/client-ram/src/commands/AcceptResourceShareInvitationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/AssociateResourceShareCommand.ts b/clients/client-ram/src/commands/AssociateResourceShareCommand.ts index 4a2440a2b19fc..57b76f80744b5 100644 --- a/clients/client-ram/src/commands/AssociateResourceShareCommand.ts +++ b/clients/client-ram/src/commands/AssociateResourceShareCommand.ts @@ -17,6 +17,10 @@ import { AssociateResourceShareRequest, AssociateResourceShareResponse } from ". import { de_AssociateResourceShareCommand, se_AssociateResourceShareCommand } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/AssociateResourceSharePermissionCommand.ts b/clients/client-ram/src/commands/AssociateResourceSharePermissionCommand.ts index 79e3207245e6c..08d67f79286b8 100644 --- a/clients/client-ram/src/commands/AssociateResourceSharePermissionCommand.ts +++ b/clients/client-ram/src/commands/AssociateResourceSharePermissionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/CreatePermissionCommand.ts b/clients/client-ram/src/commands/CreatePermissionCommand.ts index 38b9fc56006a2..6a6543bb19458 100644 --- a/clients/client-ram/src/commands/CreatePermissionCommand.ts +++ b/clients/client-ram/src/commands/CreatePermissionCommand.ts @@ -17,6 +17,10 @@ import { CreatePermissionRequest, CreatePermissionResponse } from "../models/mod import { de_CreatePermissionCommand, se_CreatePermissionCommand } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/CreatePermissionVersionCommand.ts b/clients/client-ram/src/commands/CreatePermissionVersionCommand.ts index 042ab0370554f..e2d6112f2a29c 100644 --- a/clients/client-ram/src/commands/CreatePermissionVersionCommand.ts +++ b/clients/client-ram/src/commands/CreatePermissionVersionCommand.ts @@ -17,6 +17,10 @@ import { CreatePermissionVersionRequest, CreatePermissionVersionResponse } from import { de_CreatePermissionVersionCommand, se_CreatePermissionVersionCommand } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/CreateResourceShareCommand.ts b/clients/client-ram/src/commands/CreateResourceShareCommand.ts index 3dce335c399f2..6cda0eee5916e 100644 --- a/clients/client-ram/src/commands/CreateResourceShareCommand.ts +++ b/clients/client-ram/src/commands/CreateResourceShareCommand.ts @@ -17,6 +17,10 @@ import { CreateResourceShareRequest, CreateResourceShareResponse } from "../mode import { de_CreateResourceShareCommand, se_CreateResourceShareCommand } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/DeletePermissionCommand.ts b/clients/client-ram/src/commands/DeletePermissionCommand.ts index 80abca30a24b7..f332f82f0c142 100644 --- a/clients/client-ram/src/commands/DeletePermissionCommand.ts +++ b/clients/client-ram/src/commands/DeletePermissionCommand.ts @@ -17,6 +17,10 @@ import { DeletePermissionRequest, DeletePermissionResponse } from "../models/mod import { de_DeletePermissionCommand, se_DeletePermissionCommand } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/DeletePermissionVersionCommand.ts b/clients/client-ram/src/commands/DeletePermissionVersionCommand.ts index 566a1fdc60f00..1505a844a441b 100644 --- a/clients/client-ram/src/commands/DeletePermissionVersionCommand.ts +++ b/clients/client-ram/src/commands/DeletePermissionVersionCommand.ts @@ -17,6 +17,10 @@ import { DeletePermissionVersionRequest, DeletePermissionVersionResponse } from import { de_DeletePermissionVersionCommand, se_DeletePermissionVersionCommand } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/DeleteResourceShareCommand.ts b/clients/client-ram/src/commands/DeleteResourceShareCommand.ts index 9fb921e27b200..ed33e588fe3a7 100644 --- a/clients/client-ram/src/commands/DeleteResourceShareCommand.ts +++ b/clients/client-ram/src/commands/DeleteResourceShareCommand.ts @@ -17,6 +17,10 @@ import { DeleteResourceShareRequest, DeleteResourceShareResponse } from "../mode import { de_DeleteResourceShareCommand, se_DeleteResourceShareCommand } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/DisassociateResourceShareCommand.ts b/clients/client-ram/src/commands/DisassociateResourceShareCommand.ts index 9ef0acb1235dd..e6c5f768722a3 100644 --- a/clients/client-ram/src/commands/DisassociateResourceShareCommand.ts +++ b/clients/client-ram/src/commands/DisassociateResourceShareCommand.ts @@ -17,6 +17,10 @@ import { DisassociateResourceShareRequest, DisassociateResourceShareResponse } f import { de_DisassociateResourceShareCommand, se_DisassociateResourceShareCommand } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/DisassociateResourceSharePermissionCommand.ts b/clients/client-ram/src/commands/DisassociateResourceSharePermissionCommand.ts index 1e7c577ef6fe8..bcbf149e6a519 100644 --- a/clients/client-ram/src/commands/DisassociateResourceSharePermissionCommand.ts +++ b/clients/client-ram/src/commands/DisassociateResourceSharePermissionCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/EnableSharingWithAwsOrganizationCommand.ts b/clients/client-ram/src/commands/EnableSharingWithAwsOrganizationCommand.ts index ebb2908aa7ffe..860923024fc31 100644 --- a/clients/client-ram/src/commands/EnableSharingWithAwsOrganizationCommand.ts +++ b/clients/client-ram/src/commands/EnableSharingWithAwsOrganizationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/GetPermissionCommand.ts b/clients/client-ram/src/commands/GetPermissionCommand.ts index 78704969fe55d..3c3e3579f4935 100644 --- a/clients/client-ram/src/commands/GetPermissionCommand.ts +++ b/clients/client-ram/src/commands/GetPermissionCommand.ts @@ -17,6 +17,10 @@ import { GetPermissionRequest, GetPermissionResponse } from "../models/models_0" import { de_GetPermissionCommand, se_GetPermissionCommand } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/GetResourcePoliciesCommand.ts b/clients/client-ram/src/commands/GetResourcePoliciesCommand.ts index 71334c7548e24..e402f9d17c4ff 100644 --- a/clients/client-ram/src/commands/GetResourcePoliciesCommand.ts +++ b/clients/client-ram/src/commands/GetResourcePoliciesCommand.ts @@ -17,6 +17,10 @@ import { GetResourcePoliciesRequest, GetResourcePoliciesResponse } from "../mode import { de_GetResourcePoliciesCommand, se_GetResourcePoliciesCommand } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/GetResourceShareAssociationsCommand.ts b/clients/client-ram/src/commands/GetResourceShareAssociationsCommand.ts index 2833077feb602..656eb3ba08676 100644 --- a/clients/client-ram/src/commands/GetResourceShareAssociationsCommand.ts +++ b/clients/client-ram/src/commands/GetResourceShareAssociationsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/GetResourceShareInvitationsCommand.ts b/clients/client-ram/src/commands/GetResourceShareInvitationsCommand.ts index 25afe92f52029..a48411f8238a8 100644 --- a/clients/client-ram/src/commands/GetResourceShareInvitationsCommand.ts +++ b/clients/client-ram/src/commands/GetResourceShareInvitationsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/GetResourceSharesCommand.ts b/clients/client-ram/src/commands/GetResourceSharesCommand.ts index 9ecd11526d007..98c79199d219b 100644 --- a/clients/client-ram/src/commands/GetResourceSharesCommand.ts +++ b/clients/client-ram/src/commands/GetResourceSharesCommand.ts @@ -17,6 +17,10 @@ import { GetResourceSharesRequest, GetResourceSharesResponse } from "../models/m import { de_GetResourceSharesCommand, se_GetResourceSharesCommand } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/ListPendingInvitationResourcesCommand.ts b/clients/client-ram/src/commands/ListPendingInvitationResourcesCommand.ts index 4c30cf1d0e1d3..b0b3c70f0a9db 100644 --- a/clients/client-ram/src/commands/ListPendingInvitationResourcesCommand.ts +++ b/clients/client-ram/src/commands/ListPendingInvitationResourcesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/ListPermissionAssociationsCommand.ts b/clients/client-ram/src/commands/ListPermissionAssociationsCommand.ts index 70f75c42d78b2..93089eaeefb47 100644 --- a/clients/client-ram/src/commands/ListPermissionAssociationsCommand.ts +++ b/clients/client-ram/src/commands/ListPermissionAssociationsCommand.ts @@ -17,6 +17,10 @@ import { ListPermissionAssociationsRequest, ListPermissionAssociationsResponse } import { de_ListPermissionAssociationsCommand, se_ListPermissionAssociationsCommand } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/ListPermissionVersionsCommand.ts b/clients/client-ram/src/commands/ListPermissionVersionsCommand.ts index f6fa245761ea0..28cfeabd1219c 100644 --- a/clients/client-ram/src/commands/ListPermissionVersionsCommand.ts +++ b/clients/client-ram/src/commands/ListPermissionVersionsCommand.ts @@ -17,6 +17,10 @@ import { ListPermissionVersionsRequest, ListPermissionVersionsResponse } from ". import { de_ListPermissionVersionsCommand, se_ListPermissionVersionsCommand } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/ListPermissionsCommand.ts b/clients/client-ram/src/commands/ListPermissionsCommand.ts index a92a9e0cea91b..e0bb14ac28ba8 100644 --- a/clients/client-ram/src/commands/ListPermissionsCommand.ts +++ b/clients/client-ram/src/commands/ListPermissionsCommand.ts @@ -17,6 +17,10 @@ import { ListPermissionsRequest, ListPermissionsResponse } from "../models/model import { de_ListPermissionsCommand, se_ListPermissionsCommand } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/ListPrincipalsCommand.ts b/clients/client-ram/src/commands/ListPrincipalsCommand.ts index 47075bba848fb..bec528e1da2f0 100644 --- a/clients/client-ram/src/commands/ListPrincipalsCommand.ts +++ b/clients/client-ram/src/commands/ListPrincipalsCommand.ts @@ -17,6 +17,10 @@ import { ListPrincipalsRequest, ListPrincipalsResponse } from "../models/models_ import { de_ListPrincipalsCommand, se_ListPrincipalsCommand } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/ListReplacePermissionAssociationsWorkCommand.ts b/clients/client-ram/src/commands/ListReplacePermissionAssociationsWorkCommand.ts index 8135cbd93aca1..980771f958791 100644 --- a/clients/client-ram/src/commands/ListReplacePermissionAssociationsWorkCommand.ts +++ b/clients/client-ram/src/commands/ListReplacePermissionAssociationsWorkCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/ListResourceSharePermissionsCommand.ts b/clients/client-ram/src/commands/ListResourceSharePermissionsCommand.ts index 24c7966204239..262fc002a8cfc 100644 --- a/clients/client-ram/src/commands/ListResourceSharePermissionsCommand.ts +++ b/clients/client-ram/src/commands/ListResourceSharePermissionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/ListResourceTypesCommand.ts b/clients/client-ram/src/commands/ListResourceTypesCommand.ts index c2410ea540d9c..2cf2b5cfbd55b 100644 --- a/clients/client-ram/src/commands/ListResourceTypesCommand.ts +++ b/clients/client-ram/src/commands/ListResourceTypesCommand.ts @@ -17,6 +17,10 @@ import { ListResourceTypesRequest, ListResourceTypesResponse } from "../models/m import { de_ListResourceTypesCommand, se_ListResourceTypesCommand } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/ListResourcesCommand.ts b/clients/client-ram/src/commands/ListResourcesCommand.ts index 62d646df84c9f..5e0c8d4a2168c 100644 --- a/clients/client-ram/src/commands/ListResourcesCommand.ts +++ b/clients/client-ram/src/commands/ListResourcesCommand.ts @@ -17,6 +17,10 @@ import { ListResourcesRequest, ListResourcesResponse } from "../models/models_0" import { de_ListResourcesCommand, se_ListResourcesCommand } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/PromotePermissionCreatedFromPolicyCommand.ts b/clients/client-ram/src/commands/PromotePermissionCreatedFromPolicyCommand.ts index 146dfb84473f1..a863cc8fdbc6c 100644 --- a/clients/client-ram/src/commands/PromotePermissionCreatedFromPolicyCommand.ts +++ b/clients/client-ram/src/commands/PromotePermissionCreatedFromPolicyCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/PromoteResourceShareCreatedFromPolicyCommand.ts b/clients/client-ram/src/commands/PromoteResourceShareCreatedFromPolicyCommand.ts index fce0db291d2b6..cdc9c3217685a 100644 --- a/clients/client-ram/src/commands/PromoteResourceShareCreatedFromPolicyCommand.ts +++ b/clients/client-ram/src/commands/PromoteResourceShareCreatedFromPolicyCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/RejectResourceShareInvitationCommand.ts b/clients/client-ram/src/commands/RejectResourceShareInvitationCommand.ts index 25594027d5592..ebaeeca9f12e0 100644 --- a/clients/client-ram/src/commands/RejectResourceShareInvitationCommand.ts +++ b/clients/client-ram/src/commands/RejectResourceShareInvitationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/ReplacePermissionAssociationsCommand.ts b/clients/client-ram/src/commands/ReplacePermissionAssociationsCommand.ts index 35051c4f56ad3..b87c24fa46c08 100644 --- a/clients/client-ram/src/commands/ReplacePermissionAssociationsCommand.ts +++ b/clients/client-ram/src/commands/ReplacePermissionAssociationsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/SetDefaultPermissionVersionCommand.ts b/clients/client-ram/src/commands/SetDefaultPermissionVersionCommand.ts index 1fe9e7e5c2c8a..61511babef043 100644 --- a/clients/client-ram/src/commands/SetDefaultPermissionVersionCommand.ts +++ b/clients/client-ram/src/commands/SetDefaultPermissionVersionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/TagResourceCommand.ts b/clients/client-ram/src/commands/TagResourceCommand.ts index 41a4a2b703abf..88b1c66fd4e0d 100644 --- a/clients/client-ram/src/commands/TagResourceCommand.ts +++ b/clients/client-ram/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/UntagResourceCommand.ts b/clients/client-ram/src/commands/UntagResourceCommand.ts index 9e6a96537b45e..7cb88fa7a92ce 100644 --- a/clients/client-ram/src/commands/UntagResourceCommand.ts +++ b/clients/client-ram/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/commands/UpdateResourceShareCommand.ts b/clients/client-ram/src/commands/UpdateResourceShareCommand.ts index 2c3bd9d1a7995..8b1c363221c2d 100644 --- a/clients/client-ram/src/commands/UpdateResourceShareCommand.ts +++ b/clients/client-ram/src/commands/UpdateResourceShareCommand.ts @@ -17,6 +17,10 @@ import { UpdateResourceShareRequest, UpdateResourceShareResponse } from "../mode import { de_UpdateResourceShareCommand, se_UpdateResourceShareCommand } from "../protocols/Aws_restJson1"; import { RAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RAMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ram/src/index.ts b/clients/client-ram/src/index.ts index 1d0959e13b6a4..9f7c686d99c97 100644 --- a/clients/client-ram/src/index.ts +++ b/clients/client-ram/src/index.ts @@ -1,8 +1,33 @@ -export * from "./RAM"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

This is the Resource Access Manager API Reference. This documentation provides + * descriptions and syntax for each of the actions and data types in RAM. RAM is a + * service that helps you securely share your Amazon Web Services resources to other Amazon Web Services accounts. If + * you use Organizations to manage your accounts, then you can share your resources with your + * entire organization or to organizational units (OUs). For supported resource types, you + * can also share resources with individual Identity and Access Management (IAM) roles and users.

+ *

To learn more about RAM, see the following resources:

+ * + * + * @packageDocumentation + */ export * from "./RAMClient"; +export * from "./RAM"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { RAMServiceException } from "./models/RAMServiceException"; diff --git a/clients/client-ram/src/models/RAMServiceException.ts b/clients/client-ram/src/models/RAMServiceException.ts index b2710dd56373c..5214eea45a3cc 100644 --- a/clients/client-ram/src/models/RAMServiceException.ts +++ b/clients/client-ram/src/models/RAMServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-rbin/src/RbinClient.ts b/clients/client-rbin/src/RbinClient.ts index 41f64961ded00..edc3e58cec1ae 100644 --- a/clients/client-rbin/src/RbinClient.ts +++ b/clients/client-rbin/src/RbinClient.ts @@ -72,6 +72,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -229,7 +231,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type RbinClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type RbinClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -248,7 +250,7 @@ export interface RbinClientConfig extends RbinClientConfigType {} /** * @public */ -type RbinClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type RbinClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-rbin/src/commands/CreateRuleCommand.ts b/clients/client-rbin/src/commands/CreateRuleCommand.ts index bca199d5d744d..1e47f32264333 100644 --- a/clients/client-rbin/src/commands/CreateRuleCommand.ts +++ b/clients/client-rbin/src/commands/CreateRuleCommand.ts @@ -17,6 +17,10 @@ import { CreateRuleRequest, CreateRuleResponse } from "../models/models_0"; import { de_CreateRuleCommand, se_CreateRuleCommand } from "../protocols/Aws_restJson1"; import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RbinClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rbin/src/commands/DeleteRuleCommand.ts b/clients/client-rbin/src/commands/DeleteRuleCommand.ts index b5d1e53925526..358dc7fff633b 100644 --- a/clients/client-rbin/src/commands/DeleteRuleCommand.ts +++ b/clients/client-rbin/src/commands/DeleteRuleCommand.ts @@ -17,6 +17,10 @@ import { DeleteRuleRequest, DeleteRuleResponse } from "../models/models_0"; import { de_DeleteRuleCommand, se_DeleteRuleCommand } from "../protocols/Aws_restJson1"; import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RbinClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rbin/src/commands/GetRuleCommand.ts b/clients/client-rbin/src/commands/GetRuleCommand.ts index e310a9d7e1ff5..28980cd2bd67b 100644 --- a/clients/client-rbin/src/commands/GetRuleCommand.ts +++ b/clients/client-rbin/src/commands/GetRuleCommand.ts @@ -17,6 +17,10 @@ import { GetRuleRequest, GetRuleResponse } from "../models/models_0"; import { de_GetRuleCommand, se_GetRuleCommand } from "../protocols/Aws_restJson1"; import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RbinClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rbin/src/commands/ListRulesCommand.ts b/clients/client-rbin/src/commands/ListRulesCommand.ts index b7eba7716dd5e..ca3a19a13f88b 100644 --- a/clients/client-rbin/src/commands/ListRulesCommand.ts +++ b/clients/client-rbin/src/commands/ListRulesCommand.ts @@ -17,6 +17,10 @@ import { ListRulesRequest, ListRulesResponse } from "../models/models_0"; import { de_ListRulesCommand, se_ListRulesCommand } from "../protocols/Aws_restJson1"; import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RbinClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rbin/src/commands/ListTagsForResourceCommand.ts b/clients/client-rbin/src/commands/ListTagsForResourceCommand.ts index 8a530ee66919e..1f0b6e6d6a845 100644 --- a/clients/client-rbin/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-rbin/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RbinClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rbin/src/commands/LockRuleCommand.ts b/clients/client-rbin/src/commands/LockRuleCommand.ts index 9f3be60a892bf..e5ea4802d9520 100644 --- a/clients/client-rbin/src/commands/LockRuleCommand.ts +++ b/clients/client-rbin/src/commands/LockRuleCommand.ts @@ -17,6 +17,10 @@ import { LockRuleRequest, LockRuleResponse } from "../models/models_0"; import { de_LockRuleCommand, se_LockRuleCommand } from "../protocols/Aws_restJson1"; import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RbinClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rbin/src/commands/TagResourceCommand.ts b/clients/client-rbin/src/commands/TagResourceCommand.ts index 711fec64bdb24..2a57319292a11 100644 --- a/clients/client-rbin/src/commands/TagResourceCommand.ts +++ b/clients/client-rbin/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RbinClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rbin/src/commands/UnlockRuleCommand.ts b/clients/client-rbin/src/commands/UnlockRuleCommand.ts index ce9288fd6457f..e9d119f7b4e7d 100644 --- a/clients/client-rbin/src/commands/UnlockRuleCommand.ts +++ b/clients/client-rbin/src/commands/UnlockRuleCommand.ts @@ -17,6 +17,10 @@ import { UnlockRuleRequest, UnlockRuleResponse } from "../models/models_0"; import { de_UnlockRuleCommand, se_UnlockRuleCommand } from "../protocols/Aws_restJson1"; import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RbinClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rbin/src/commands/UntagResourceCommand.ts b/clients/client-rbin/src/commands/UntagResourceCommand.ts index c7beaba8dce61..0d65324294a84 100644 --- a/clients/client-rbin/src/commands/UntagResourceCommand.ts +++ b/clients/client-rbin/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RbinClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rbin/src/commands/UpdateRuleCommand.ts b/clients/client-rbin/src/commands/UpdateRuleCommand.ts index fbe46be1ccb77..f144c67a15383 100644 --- a/clients/client-rbin/src/commands/UpdateRuleCommand.ts +++ b/clients/client-rbin/src/commands/UpdateRuleCommand.ts @@ -17,6 +17,10 @@ import { UpdateRuleRequest, UpdateRuleResponse } from "../models/models_0"; import { de_UpdateRuleCommand, se_UpdateRuleCommand } from "../protocols/Aws_restJson1"; import { RbinClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RbinClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rbin/src/index.ts b/clients/client-rbin/src/index.ts index c3e9f8d60159a..32565745a6fc7 100644 --- a/clients/client-rbin/src/index.ts +++ b/clients/client-rbin/src/index.ts @@ -1,8 +1,27 @@ -export * from "./Rbin"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

This is the Recycle Bin API Reference. This documentation provides + * descriptions and syntax for each of the actions and data types in Recycle Bin.

+ * + *

Recycle Bin is a resource recovery feature that enables you to restore accidentally + * deleted snapshots and EBS-backed AMIs. When using Recycle Bin, if your resources are + * deleted, they are retained in the Recycle Bin for a time period that you specify.

+ * + *

You can restore a resource from the Recycle Bin at any time before its retention period + * expires. After you restore a resource from the Recycle Bin, the resource is removed from the + * Recycle Bin, and you can then use it in the same way you use any other resource of that type + * in your account. If the retention period expires and the resource is not restored, the resource + * is permanently deleted from the Recycle Bin and is no longer available for recovery. For more + * information about Recycle Bin, see + * Recycle Bin in the Amazon Elastic Compute Cloud User Guide.

+ * + * @packageDocumentation + */ export * from "./RbinClient"; +export * from "./Rbin"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { RbinServiceException } from "./models/RbinServiceException"; diff --git a/clients/client-rbin/src/models/RbinServiceException.ts b/clients/client-rbin/src/models/RbinServiceException.ts index f1877e203a96f..6e8f92a0eafe7 100644 --- a/clients/client-rbin/src/models/RbinServiceException.ts +++ b/clients/client-rbin/src/models/RbinServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-rds-data/src/RDSDataClient.ts b/clients/client-rds-data/src/RDSDataClient.ts index 74939431a0959..6aa39effd9fd8 100644 --- a/clients/client-rds-data/src/RDSDataClient.ts +++ b/clients/client-rds-data/src/RDSDataClient.ts @@ -71,6 +71,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -220,7 +222,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type RDSDataClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type RDSDataClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -239,7 +241,7 @@ export interface RDSDataClientConfig extends RDSDataClientConfigType {} /** * @public */ -type RDSDataClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type RDSDataClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-rds-data/src/commands/BatchExecuteStatementCommand.ts b/clients/client-rds-data/src/commands/BatchExecuteStatementCommand.ts index cc8c4e625b0b3..72642d19c686e 100644 --- a/clients/client-rds-data/src/commands/BatchExecuteStatementCommand.ts +++ b/clients/client-rds-data/src/commands/BatchExecuteStatementCommand.ts @@ -17,6 +17,10 @@ import { BatchExecuteStatementRequest, BatchExecuteStatementResponse } from "../ import { de_BatchExecuteStatementCommand, se_BatchExecuteStatementCommand } from "../protocols/Aws_restJson1"; import { RDSDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSDataClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds-data/src/commands/BeginTransactionCommand.ts b/clients/client-rds-data/src/commands/BeginTransactionCommand.ts index fca4433d008b4..475416ec579f4 100644 --- a/clients/client-rds-data/src/commands/BeginTransactionCommand.ts +++ b/clients/client-rds-data/src/commands/BeginTransactionCommand.ts @@ -17,6 +17,10 @@ import { BeginTransactionRequest, BeginTransactionResponse } from "../models/mod import { de_BeginTransactionCommand, se_BeginTransactionCommand } from "../protocols/Aws_restJson1"; import { RDSDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSDataClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds-data/src/commands/CommitTransactionCommand.ts b/clients/client-rds-data/src/commands/CommitTransactionCommand.ts index 21d8e68b79b50..19558501b885c 100644 --- a/clients/client-rds-data/src/commands/CommitTransactionCommand.ts +++ b/clients/client-rds-data/src/commands/CommitTransactionCommand.ts @@ -17,6 +17,10 @@ import { CommitTransactionRequest, CommitTransactionResponse } from "../models/m import { de_CommitTransactionCommand, se_CommitTransactionCommand } from "../protocols/Aws_restJson1"; import { RDSDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSDataClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts b/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts index f939410886387..000b76ccdefa9 100644 --- a/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts +++ b/clients/client-rds-data/src/commands/ExecuteSqlCommand.ts @@ -17,6 +17,10 @@ import { ExecuteSqlRequest, ExecuteSqlResponse } from "../models/models_0"; import { de_ExecuteSqlCommand, se_ExecuteSqlCommand } from "../protocols/Aws_restJson1"; import { RDSDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSDataClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds-data/src/commands/ExecuteStatementCommand.ts b/clients/client-rds-data/src/commands/ExecuteStatementCommand.ts index 01da69dcdb7fe..57f12765a9223 100644 --- a/clients/client-rds-data/src/commands/ExecuteStatementCommand.ts +++ b/clients/client-rds-data/src/commands/ExecuteStatementCommand.ts @@ -17,6 +17,10 @@ import { ExecuteStatementRequest, ExecuteStatementResponse } from "../models/mod import { de_ExecuteStatementCommand, se_ExecuteStatementCommand } from "../protocols/Aws_restJson1"; import { RDSDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSDataClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds-data/src/commands/RollbackTransactionCommand.ts b/clients/client-rds-data/src/commands/RollbackTransactionCommand.ts index c2f5271a038ac..ebc6a36a1a4da 100644 --- a/clients/client-rds-data/src/commands/RollbackTransactionCommand.ts +++ b/clients/client-rds-data/src/commands/RollbackTransactionCommand.ts @@ -17,6 +17,10 @@ import { RollbackTransactionRequest, RollbackTransactionResponse } from "../mode import { de_RollbackTransactionCommand, se_RollbackTransactionCommand } from "../protocols/Aws_restJson1"; import { RDSDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSDataClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds-data/src/index.ts b/clients/client-rds-data/src/index.ts index 9476bc5237fcb..77e3b48b3d179 100644 --- a/clients/client-rds-data/src/index.ts +++ b/clients/client-rds-data/src/index.ts @@ -1,6 +1,20 @@ -export * from "./RDSData"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon RDS Data Service + *

Amazon RDS provides an HTTP endpoint to run SQL statements on an Amazon Aurora Serverless v1 DB cluster. To run these + * statements, you work with the Data Service API.

+ * + *

The Data Service API isn't supported on Amazon Aurora Serverless v2 DB clusters.

+ *
+ *

For more information about the Data Service API, see + * Using the Data API + * in the Amazon Aurora User Guide.

+ * + * @packageDocumentation + */ export * from "./RDSDataClient"; +export * from "./RDSData"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-rds-data/src/models/RDSDataServiceException.ts b/clients/client-rds-data/src/models/RDSDataServiceException.ts index 156055b252926..8307b353f1d61 100644 --- a/clients/client-rds-data/src/models/RDSDataServiceException.ts +++ b/clients/client-rds-data/src/models/RDSDataServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-rds/src/RDSClient.ts b/clients/client-rds/src/RDSClient.ts index 50ca26ae37c1d..815b308f251ff 100644 --- a/clients/client-rds/src/RDSClient.ts +++ b/clients/client-rds/src/RDSClient.ts @@ -515,6 +515,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -934,7 +936,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type RDSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type RDSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -953,7 +955,7 @@ export interface RDSClientConfig extends RDSClientConfigType {} /** * @public */ -type RDSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type RDSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-rds/src/commands/AddRoleToDBClusterCommand.ts b/clients/client-rds/src/commands/AddRoleToDBClusterCommand.ts index 13dfea140b905..5a367214c7426 100644 --- a/clients/client-rds/src/commands/AddRoleToDBClusterCommand.ts +++ b/clients/client-rds/src/commands/AddRoleToDBClusterCommand.ts @@ -17,6 +17,10 @@ import { AddRoleToDBClusterMessage } from "../models/models_0"; import { de_AddRoleToDBClusterCommand, se_AddRoleToDBClusterCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/AddRoleToDBInstanceCommand.ts b/clients/client-rds/src/commands/AddRoleToDBInstanceCommand.ts index 3fdcbc623d736..b25591ce49c65 100644 --- a/clients/client-rds/src/commands/AddRoleToDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/AddRoleToDBInstanceCommand.ts @@ -17,6 +17,10 @@ import { AddRoleToDBInstanceMessage } from "../models/models_0"; import { de_AddRoleToDBInstanceCommand, se_AddRoleToDBInstanceCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/AddSourceIdentifierToSubscriptionCommand.ts b/clients/client-rds/src/commands/AddSourceIdentifierToSubscriptionCommand.ts index b60e17d964a3a..8f7d7cfa8a9c3 100644 --- a/clients/client-rds/src/commands/AddSourceIdentifierToSubscriptionCommand.ts +++ b/clients/client-rds/src/commands/AddSourceIdentifierToSubscriptionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/AddTagsToResourceCommand.ts b/clients/client-rds/src/commands/AddTagsToResourceCommand.ts index 79bd98d91dda5..e78bdde4eece4 100644 --- a/clients/client-rds/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-rds/src/commands/AddTagsToResourceCommand.ts @@ -17,6 +17,10 @@ import { AddTagsToResourceMessage } from "../models/models_0"; import { de_AddTagsToResourceCommand, se_AddTagsToResourceCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ApplyPendingMaintenanceActionCommand.ts b/clients/client-rds/src/commands/ApplyPendingMaintenanceActionCommand.ts index 54190b056face..5a94d81d6e7f6 100644 --- a/clients/client-rds/src/commands/ApplyPendingMaintenanceActionCommand.ts +++ b/clients/client-rds/src/commands/ApplyPendingMaintenanceActionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/AuthorizeDBSecurityGroupIngressCommand.ts b/clients/client-rds/src/commands/AuthorizeDBSecurityGroupIngressCommand.ts index 59a91287ecf8e..a4a4f5613c81e 100644 --- a/clients/client-rds/src/commands/AuthorizeDBSecurityGroupIngressCommand.ts +++ b/clients/client-rds/src/commands/AuthorizeDBSecurityGroupIngressCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/BacktrackDBClusterCommand.ts b/clients/client-rds/src/commands/BacktrackDBClusterCommand.ts index 1167389fdf61e..c1fcf7ecc9610 100644 --- a/clients/client-rds/src/commands/BacktrackDBClusterCommand.ts +++ b/clients/client-rds/src/commands/BacktrackDBClusterCommand.ts @@ -17,6 +17,10 @@ import { BacktrackDBClusterMessage, DBClusterBacktrack } from "../models/models_ import { de_BacktrackDBClusterCommand, se_BacktrackDBClusterCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CancelExportTaskCommand.ts b/clients/client-rds/src/commands/CancelExportTaskCommand.ts index 02e58cdca7174..aebd50f43c3d8 100644 --- a/clients/client-rds/src/commands/CancelExportTaskCommand.ts +++ b/clients/client-rds/src/commands/CancelExportTaskCommand.ts @@ -17,6 +17,10 @@ import { CancelExportTaskMessage, ExportTask } from "../models/models_0"; import { de_CancelExportTaskCommand, se_CancelExportTaskCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CopyDBClusterParameterGroupCommand.ts b/clients/client-rds/src/commands/CopyDBClusterParameterGroupCommand.ts index c00d0175c71e6..f2141a7640334 100644 --- a/clients/client-rds/src/commands/CopyDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/CopyDBClusterParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { CopyDBClusterParameterGroupMessage, CopyDBClusterParameterGroupResult } import { de_CopyDBClusterParameterGroupCommand, se_CopyDBClusterParameterGroupCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CopyDBClusterSnapshotCommand.ts b/clients/client-rds/src/commands/CopyDBClusterSnapshotCommand.ts index 3212c59ac6d8d..3c0ee99e49de3 100644 --- a/clients/client-rds/src/commands/CopyDBClusterSnapshotCommand.ts +++ b/clients/client-rds/src/commands/CopyDBClusterSnapshotCommand.ts @@ -18,6 +18,10 @@ import { CopyDBClusterSnapshotMessage, CopyDBClusterSnapshotResult } from "../mo import { de_CopyDBClusterSnapshotCommand, se_CopyDBClusterSnapshotCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CopyDBParameterGroupCommand.ts b/clients/client-rds/src/commands/CopyDBParameterGroupCommand.ts index 6c6d179518901..3ea02f317971b 100644 --- a/clients/client-rds/src/commands/CopyDBParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/CopyDBParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { CopyDBParameterGroupMessage, CopyDBParameterGroupResult } from "../mode import { de_CopyDBParameterGroupCommand, se_CopyDBParameterGroupCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CopyDBSnapshotCommand.ts b/clients/client-rds/src/commands/CopyDBSnapshotCommand.ts index e3ce7a9551f30..a4f160106eebe 100644 --- a/clients/client-rds/src/commands/CopyDBSnapshotCommand.ts +++ b/clients/client-rds/src/commands/CopyDBSnapshotCommand.ts @@ -18,6 +18,10 @@ import { CopyDBSnapshotMessage, CopyDBSnapshotResult } from "../models/models_0" import { de_CopyDBSnapshotCommand, se_CopyDBSnapshotCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CopyOptionGroupCommand.ts b/clients/client-rds/src/commands/CopyOptionGroupCommand.ts index 65b4330c4ea4b..eea37ff48bdf9 100644 --- a/clients/client-rds/src/commands/CopyOptionGroupCommand.ts +++ b/clients/client-rds/src/commands/CopyOptionGroupCommand.ts @@ -17,6 +17,10 @@ import { CopyOptionGroupMessage, CopyOptionGroupResult } from "../models/models_ import { de_CopyOptionGroupCommand, se_CopyOptionGroupCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CreateBlueGreenDeploymentCommand.ts b/clients/client-rds/src/commands/CreateBlueGreenDeploymentCommand.ts index 1e5ec5e060abb..4058dd4a03021 100644 --- a/clients/client-rds/src/commands/CreateBlueGreenDeploymentCommand.ts +++ b/clients/client-rds/src/commands/CreateBlueGreenDeploymentCommand.ts @@ -17,6 +17,10 @@ import { CreateBlueGreenDeploymentRequest, CreateBlueGreenDeploymentResponse } f import { de_CreateBlueGreenDeploymentCommand, se_CreateBlueGreenDeploymentCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CreateCustomDBEngineVersionCommand.ts b/clients/client-rds/src/commands/CreateCustomDBEngineVersionCommand.ts index 5e3a6eb397b17..6e49b90a6e130 100644 --- a/clients/client-rds/src/commands/CreateCustomDBEngineVersionCommand.ts +++ b/clients/client-rds/src/commands/CreateCustomDBEngineVersionCommand.ts @@ -17,6 +17,10 @@ import { CreateCustomDBEngineVersionMessage, DBEngineVersion } from "../models/m import { de_CreateCustomDBEngineVersionCommand, se_CreateCustomDBEngineVersionCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CreateDBClusterCommand.ts b/clients/client-rds/src/commands/CreateDBClusterCommand.ts index e35d74ed2f69e..d5396263cb3b2 100644 --- a/clients/client-rds/src/commands/CreateDBClusterCommand.ts +++ b/clients/client-rds/src/commands/CreateDBClusterCommand.ts @@ -18,6 +18,10 @@ import { CreateDBClusterMessage, CreateDBClusterResult } from "../models/models_ import { de_CreateDBClusterCommand, se_CreateDBClusterCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CreateDBClusterEndpointCommand.ts b/clients/client-rds/src/commands/CreateDBClusterEndpointCommand.ts index c82a86ee6dd7b..c2d432309c45a 100644 --- a/clients/client-rds/src/commands/CreateDBClusterEndpointCommand.ts +++ b/clients/client-rds/src/commands/CreateDBClusterEndpointCommand.ts @@ -17,6 +17,10 @@ import { CreateDBClusterEndpointMessage, DBClusterEndpoint } from "../models/mod import { de_CreateDBClusterEndpointCommand, se_CreateDBClusterEndpointCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CreateDBClusterParameterGroupCommand.ts b/clients/client-rds/src/commands/CreateDBClusterParameterGroupCommand.ts index 161ad946dedc6..8e77fa79dea5a 100644 --- a/clients/client-rds/src/commands/CreateDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/CreateDBClusterParameterGroupCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CreateDBClusterSnapshotCommand.ts b/clients/client-rds/src/commands/CreateDBClusterSnapshotCommand.ts index c6a30d7aad802..becf7d4a64685 100644 --- a/clients/client-rds/src/commands/CreateDBClusterSnapshotCommand.ts +++ b/clients/client-rds/src/commands/CreateDBClusterSnapshotCommand.ts @@ -17,6 +17,10 @@ import { CreateDBClusterSnapshotMessage, CreateDBClusterSnapshotResult } from ". import { de_CreateDBClusterSnapshotCommand, se_CreateDBClusterSnapshotCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CreateDBInstanceCommand.ts b/clients/client-rds/src/commands/CreateDBInstanceCommand.ts index efd77a09fc6df..095f27f7a4940 100644 --- a/clients/client-rds/src/commands/CreateDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/CreateDBInstanceCommand.ts @@ -17,6 +17,10 @@ import { CreateDBInstanceMessage, CreateDBInstanceResult } from "../models/model import { de_CreateDBInstanceCommand, se_CreateDBInstanceCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts b/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts index 314829b6cb006..f7582296fb832 100644 --- a/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts +++ b/clients/client-rds/src/commands/CreateDBInstanceReadReplicaCommand.ts @@ -18,6 +18,10 @@ import { CreateDBInstanceReadReplicaMessage, CreateDBInstanceReadReplicaResult } import { de_CreateDBInstanceReadReplicaCommand, se_CreateDBInstanceReadReplicaCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CreateDBParameterGroupCommand.ts b/clients/client-rds/src/commands/CreateDBParameterGroupCommand.ts index 48bc7c6fc53a7..dc4742f51c30e 100644 --- a/clients/client-rds/src/commands/CreateDBParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/CreateDBParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateDBParameterGroupMessage, CreateDBParameterGroupResult } from "../ import { de_CreateDBParameterGroupCommand, se_CreateDBParameterGroupCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CreateDBProxyCommand.ts b/clients/client-rds/src/commands/CreateDBProxyCommand.ts index af90dce55e365..a6b1e090517c9 100644 --- a/clients/client-rds/src/commands/CreateDBProxyCommand.ts +++ b/clients/client-rds/src/commands/CreateDBProxyCommand.ts @@ -17,6 +17,10 @@ import { CreateDBProxyRequest, CreateDBProxyResponse } from "../models/models_0" import { de_CreateDBProxyCommand, se_CreateDBProxyCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CreateDBProxyEndpointCommand.ts b/clients/client-rds/src/commands/CreateDBProxyEndpointCommand.ts index e4a28e45bc45c..6264cba24ad41 100644 --- a/clients/client-rds/src/commands/CreateDBProxyEndpointCommand.ts +++ b/clients/client-rds/src/commands/CreateDBProxyEndpointCommand.ts @@ -17,6 +17,10 @@ import { CreateDBProxyEndpointRequest, CreateDBProxyEndpointResponse } from "../ import { de_CreateDBProxyEndpointCommand, se_CreateDBProxyEndpointCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CreateDBSecurityGroupCommand.ts b/clients/client-rds/src/commands/CreateDBSecurityGroupCommand.ts index 54133ce711af6..f620d960fe0ba 100644 --- a/clients/client-rds/src/commands/CreateDBSecurityGroupCommand.ts +++ b/clients/client-rds/src/commands/CreateDBSecurityGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateDBSecurityGroupMessage, CreateDBSecurityGroupResult } from "../mo import { de_CreateDBSecurityGroupCommand, se_CreateDBSecurityGroupCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CreateDBSnapshotCommand.ts b/clients/client-rds/src/commands/CreateDBSnapshotCommand.ts index 496fe822f03fa..405df16b63e86 100644 --- a/clients/client-rds/src/commands/CreateDBSnapshotCommand.ts +++ b/clients/client-rds/src/commands/CreateDBSnapshotCommand.ts @@ -17,6 +17,10 @@ import { CreateDBSnapshotMessage, CreateDBSnapshotResult } from "../models/model import { de_CreateDBSnapshotCommand, se_CreateDBSnapshotCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CreateDBSubnetGroupCommand.ts b/clients/client-rds/src/commands/CreateDBSubnetGroupCommand.ts index 60e038a92afe2..a9555db778308 100644 --- a/clients/client-rds/src/commands/CreateDBSubnetGroupCommand.ts +++ b/clients/client-rds/src/commands/CreateDBSubnetGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateDBSubnetGroupMessage, CreateDBSubnetGroupResult } from "../models import { de_CreateDBSubnetGroupCommand, se_CreateDBSubnetGroupCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CreateEventSubscriptionCommand.ts b/clients/client-rds/src/commands/CreateEventSubscriptionCommand.ts index 3de0eb230a133..8bf823684efb5 100644 --- a/clients/client-rds/src/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-rds/src/commands/CreateEventSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { CreateEventSubscriptionMessage, CreateEventSubscriptionResult } from ". import { de_CreateEventSubscriptionCommand, se_CreateEventSubscriptionCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts b/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts index 95af375a03bec..69b1a09263a78 100644 --- a/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/CreateGlobalClusterCommand.ts @@ -17,6 +17,10 @@ import { CreateGlobalClusterMessage, CreateGlobalClusterResult } from "../models import { de_CreateGlobalClusterCommand, se_CreateGlobalClusterCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/CreateOptionGroupCommand.ts b/clients/client-rds/src/commands/CreateOptionGroupCommand.ts index adc148c60d187..8eb51624ad3ff 100644 --- a/clients/client-rds/src/commands/CreateOptionGroupCommand.ts +++ b/clients/client-rds/src/commands/CreateOptionGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateOptionGroupMessage, CreateOptionGroupResult } from "../models/mod import { de_CreateOptionGroupCommand, se_CreateOptionGroupCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DeleteBlueGreenDeploymentCommand.ts b/clients/client-rds/src/commands/DeleteBlueGreenDeploymentCommand.ts index 56133a0a8c6ac..98e75e5cf2bf4 100644 --- a/clients/client-rds/src/commands/DeleteBlueGreenDeploymentCommand.ts +++ b/clients/client-rds/src/commands/DeleteBlueGreenDeploymentCommand.ts @@ -17,6 +17,10 @@ import { DeleteBlueGreenDeploymentRequest, DeleteBlueGreenDeploymentResponse } f import { de_DeleteBlueGreenDeploymentCommand, se_DeleteBlueGreenDeploymentCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DeleteCustomDBEngineVersionCommand.ts b/clients/client-rds/src/commands/DeleteCustomDBEngineVersionCommand.ts index e893e4eeab6ae..3db121ae58ef2 100644 --- a/clients/client-rds/src/commands/DeleteCustomDBEngineVersionCommand.ts +++ b/clients/client-rds/src/commands/DeleteCustomDBEngineVersionCommand.ts @@ -17,6 +17,10 @@ import { DBEngineVersion, DeleteCustomDBEngineVersionMessage } from "../models/m import { de_DeleteCustomDBEngineVersionCommand, se_DeleteCustomDBEngineVersionCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DeleteDBClusterCommand.ts b/clients/client-rds/src/commands/DeleteDBClusterCommand.ts index 3084e07aa3d8d..5d46c13a9299c 100644 --- a/clients/client-rds/src/commands/DeleteDBClusterCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBClusterCommand.ts @@ -17,6 +17,10 @@ import { DeleteDBClusterMessage, DeleteDBClusterResult } from "../models/models_ import { de_DeleteDBClusterCommand, se_DeleteDBClusterCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DeleteDBClusterEndpointCommand.ts b/clients/client-rds/src/commands/DeleteDBClusterEndpointCommand.ts index c1fd1a7db2276..e37729b34bbcc 100644 --- a/clients/client-rds/src/commands/DeleteDBClusterEndpointCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBClusterEndpointCommand.ts @@ -17,6 +17,10 @@ import { DBClusterEndpoint, DeleteDBClusterEndpointMessage } from "../models/mod import { de_DeleteDBClusterEndpointCommand, se_DeleteDBClusterEndpointCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DeleteDBClusterParameterGroupCommand.ts b/clients/client-rds/src/commands/DeleteDBClusterParameterGroupCommand.ts index 3f82b09863a9f..8c876ad626d73 100644 --- a/clients/client-rds/src/commands/DeleteDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBClusterParameterGroupCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DeleteDBClusterSnapshotCommand.ts b/clients/client-rds/src/commands/DeleteDBClusterSnapshotCommand.ts index cd9aaf2365cf1..f0fbeceb8d01b 100644 --- a/clients/client-rds/src/commands/DeleteDBClusterSnapshotCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBClusterSnapshotCommand.ts @@ -17,6 +17,10 @@ import { DeleteDBClusterSnapshotMessage, DeleteDBClusterSnapshotResult } from ". import { de_DeleteDBClusterSnapshotCommand, se_DeleteDBClusterSnapshotCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DeleteDBInstanceAutomatedBackupCommand.ts b/clients/client-rds/src/commands/DeleteDBInstanceAutomatedBackupCommand.ts index d094358f170c3..f561531512f80 100644 --- a/clients/client-rds/src/commands/DeleteDBInstanceAutomatedBackupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBInstanceAutomatedBackupCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DeleteDBInstanceCommand.ts b/clients/client-rds/src/commands/DeleteDBInstanceCommand.ts index 64e7b6d4a6ba5..72438bde7a2e0 100644 --- a/clients/client-rds/src/commands/DeleteDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBInstanceCommand.ts @@ -17,6 +17,10 @@ import { DeleteDBInstanceMessage, DeleteDBInstanceResult } from "../models/model import { de_DeleteDBInstanceCommand, se_DeleteDBInstanceCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DeleteDBParameterGroupCommand.ts b/clients/client-rds/src/commands/DeleteDBParameterGroupCommand.ts index 84af66008f85d..fad5484b80dec 100644 --- a/clients/client-rds/src/commands/DeleteDBParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteDBParameterGroupMessage } from "../models/models_0"; import { de_DeleteDBParameterGroupCommand, se_DeleteDBParameterGroupCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DeleteDBProxyCommand.ts b/clients/client-rds/src/commands/DeleteDBProxyCommand.ts index 5e2504f1de8b6..f3c638542751b 100644 --- a/clients/client-rds/src/commands/DeleteDBProxyCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBProxyCommand.ts @@ -17,6 +17,10 @@ import { DeleteDBProxyRequest, DeleteDBProxyResponse } from "../models/models_0" import { de_DeleteDBProxyCommand, se_DeleteDBProxyCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DeleteDBProxyEndpointCommand.ts b/clients/client-rds/src/commands/DeleteDBProxyEndpointCommand.ts index a265b0198c03e..a7de005a3ef8e 100644 --- a/clients/client-rds/src/commands/DeleteDBProxyEndpointCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBProxyEndpointCommand.ts @@ -17,6 +17,10 @@ import { DeleteDBProxyEndpointRequest, DeleteDBProxyEndpointResponse } from "../ import { de_DeleteDBProxyEndpointCommand, se_DeleteDBProxyEndpointCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DeleteDBSecurityGroupCommand.ts b/clients/client-rds/src/commands/DeleteDBSecurityGroupCommand.ts index ddc3c16cb717a..c97ea85e2439b 100644 --- a/clients/client-rds/src/commands/DeleteDBSecurityGroupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBSecurityGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteDBSecurityGroupMessage } from "../models/models_0"; import { de_DeleteDBSecurityGroupCommand, se_DeleteDBSecurityGroupCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DeleteDBSnapshotCommand.ts b/clients/client-rds/src/commands/DeleteDBSnapshotCommand.ts index 0693b6ca5898d..9dd8c6744722b 100644 --- a/clients/client-rds/src/commands/DeleteDBSnapshotCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBSnapshotCommand.ts @@ -17,6 +17,10 @@ import { DeleteDBSnapshotMessage, DeleteDBSnapshotResult } from "../models/model import { de_DeleteDBSnapshotCommand, se_DeleteDBSnapshotCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DeleteDBSubnetGroupCommand.ts b/clients/client-rds/src/commands/DeleteDBSubnetGroupCommand.ts index 263a7eab9d85d..5a44556dad065 100644 --- a/clients/client-rds/src/commands/DeleteDBSubnetGroupCommand.ts +++ b/clients/client-rds/src/commands/DeleteDBSubnetGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteDBSubnetGroupMessage } from "../models/models_0"; import { de_DeleteDBSubnetGroupCommand, se_DeleteDBSubnetGroupCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DeleteEventSubscriptionCommand.ts b/clients/client-rds/src/commands/DeleteEventSubscriptionCommand.ts index 0e23beb2601b0..6b6364ee8621f 100644 --- a/clients/client-rds/src/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-rds/src/commands/DeleteEventSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { DeleteEventSubscriptionMessage, DeleteEventSubscriptionResult } from ". import { de_DeleteEventSubscriptionCommand, se_DeleteEventSubscriptionCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DeleteGlobalClusterCommand.ts b/clients/client-rds/src/commands/DeleteGlobalClusterCommand.ts index 3bb59939bd343..d05b253d4e9b6 100644 --- a/clients/client-rds/src/commands/DeleteGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/DeleteGlobalClusterCommand.ts @@ -17,6 +17,10 @@ import { DeleteGlobalClusterMessage, DeleteGlobalClusterResult } from "../models import { de_DeleteGlobalClusterCommand, se_DeleteGlobalClusterCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DeleteOptionGroupCommand.ts b/clients/client-rds/src/commands/DeleteOptionGroupCommand.ts index 335434a30ab9d..aa6b293ac70c3 100644 --- a/clients/client-rds/src/commands/DeleteOptionGroupCommand.ts +++ b/clients/client-rds/src/commands/DeleteOptionGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteOptionGroupMessage } from "../models/models_0"; import { de_DeleteOptionGroupCommand, se_DeleteOptionGroupCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DeregisterDBProxyTargetsCommand.ts b/clients/client-rds/src/commands/DeregisterDBProxyTargetsCommand.ts index e96d4d90da448..03c943ad81ea2 100644 --- a/clients/client-rds/src/commands/DeregisterDBProxyTargetsCommand.ts +++ b/clients/client-rds/src/commands/DeregisterDBProxyTargetsCommand.ts @@ -17,6 +17,10 @@ import { DeregisterDBProxyTargetsRequest, DeregisterDBProxyTargetsResponse } fro import { de_DeregisterDBProxyTargetsCommand, se_DeregisterDBProxyTargetsCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-rds/src/commands/DescribeAccountAttributesCommand.ts index 40642a05404df..85089c415c9d0 100644 --- a/clients/client-rds/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-rds/src/commands/DescribeAccountAttributesCommand.ts @@ -17,6 +17,10 @@ import { AccountAttributesMessage, DescribeAccountAttributesMessage } from "../m import { de_DescribeAccountAttributesCommand, se_DescribeAccountAttributesCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeBlueGreenDeploymentsCommand.ts b/clients/client-rds/src/commands/DescribeBlueGreenDeploymentsCommand.ts index 511db79aa313a..c46c2b44fa3b3 100644 --- a/clients/client-rds/src/commands/DescribeBlueGreenDeploymentsCommand.ts +++ b/clients/client-rds/src/commands/DescribeBlueGreenDeploymentsCommand.ts @@ -17,6 +17,10 @@ import { DescribeBlueGreenDeploymentsRequest, DescribeBlueGreenDeploymentsRespon import { de_DescribeBlueGreenDeploymentsCommand, se_DescribeBlueGreenDeploymentsCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeCertificatesCommand.ts b/clients/client-rds/src/commands/DescribeCertificatesCommand.ts index 9d12ceb8d5b2a..c89abd98ea181 100644 --- a/clients/client-rds/src/commands/DescribeCertificatesCommand.ts +++ b/clients/client-rds/src/commands/DescribeCertificatesCommand.ts @@ -17,6 +17,10 @@ import { CertificateMessage, DescribeCertificatesMessage } from "../models/model import { de_DescribeCertificatesCommand, se_DescribeCertificatesCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeDBClusterBacktracksCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterBacktracksCommand.ts index 45e9857495fc3..853a394f03934 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterBacktracksCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterBacktracksCommand.ts @@ -17,6 +17,10 @@ import { DBClusterBacktrackMessage, DescribeDBClusterBacktracksMessage } from ". import { de_DescribeDBClusterBacktracksCommand, se_DescribeDBClusterBacktracksCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeDBClusterEndpointsCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterEndpointsCommand.ts index 891f338da5325..c7796238724bc 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterEndpointsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterEndpointsCommand.ts @@ -17,6 +17,10 @@ import { DBClusterEndpointMessage, DescribeDBClusterEndpointsMessage } from "../ import { de_DescribeDBClusterEndpointsCommand, se_DescribeDBClusterEndpointsCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeDBClusterParameterGroupsCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterParameterGroupsCommand.ts index 318261623fa46..40a71d95fc7b8 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterParameterGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterParameterGroupsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeDBClusterParametersCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterParametersCommand.ts index 33e3f595c7cd9..6ede0223ba73d 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterParametersCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterParametersCommand.ts @@ -17,6 +17,10 @@ import { DBClusterParameterGroupDetails, DescribeDBClusterParametersMessage } fr import { de_DescribeDBClusterParametersCommand, se_DescribeDBClusterParametersCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts index 8feee398c4181..55348ad2bc90b 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterSnapshotAttributesCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeDBClusterSnapshotsCommand.ts b/clients/client-rds/src/commands/DescribeDBClusterSnapshotsCommand.ts index 18b967f48c4f9..ca7a16d715ed8 100644 --- a/clients/client-rds/src/commands/DescribeDBClusterSnapshotsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClusterSnapshotsCommand.ts @@ -17,6 +17,10 @@ import { DBClusterSnapshotMessage, DescribeDBClusterSnapshotsMessage } from "../ import { de_DescribeDBClusterSnapshotsCommand, se_DescribeDBClusterSnapshotsCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeDBClustersCommand.ts b/clients/client-rds/src/commands/DescribeDBClustersCommand.ts index ebd29f2ec59b3..4e5131c063191 100644 --- a/clients/client-rds/src/commands/DescribeDBClustersCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBClustersCommand.ts @@ -17,6 +17,10 @@ import { DBClusterMessage, DescribeDBClustersMessage } from "../models/models_0" import { de_DescribeDBClustersCommand, se_DescribeDBClustersCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeDBEngineVersionsCommand.ts b/clients/client-rds/src/commands/DescribeDBEngineVersionsCommand.ts index 433337140f709..7902aa44db2fa 100644 --- a/clients/client-rds/src/commands/DescribeDBEngineVersionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBEngineVersionsCommand.ts @@ -17,6 +17,10 @@ import { DBEngineVersionMessage, DescribeDBEngineVersionsMessage } from "../mode import { de_DescribeDBEngineVersionsCommand, se_DescribeDBEngineVersionsCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeDBInstanceAutomatedBackupsCommand.ts b/clients/client-rds/src/commands/DescribeDBInstanceAutomatedBackupsCommand.ts index d7267f9dfb999..ab6fa0329f779 100644 --- a/clients/client-rds/src/commands/DescribeDBInstanceAutomatedBackupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBInstanceAutomatedBackupsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeDBInstancesCommand.ts b/clients/client-rds/src/commands/DescribeDBInstancesCommand.ts index 4602b42a97c07..450facd53c236 100644 --- a/clients/client-rds/src/commands/DescribeDBInstancesCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBInstancesCommand.ts @@ -17,6 +17,10 @@ import { DBInstanceMessage, DescribeDBInstancesMessage } from "../models/models_ import { de_DescribeDBInstancesCommand, se_DescribeDBInstancesCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeDBLogFilesCommand.ts b/clients/client-rds/src/commands/DescribeDBLogFilesCommand.ts index 74848d2780813..4b21b90dac111 100644 --- a/clients/client-rds/src/commands/DescribeDBLogFilesCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBLogFilesCommand.ts @@ -17,6 +17,10 @@ import { DescribeDBLogFilesMessage, DescribeDBLogFilesResponse } from "../models import { de_DescribeDBLogFilesCommand, se_DescribeDBLogFilesCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeDBParameterGroupsCommand.ts b/clients/client-rds/src/commands/DescribeDBParameterGroupsCommand.ts index 0a95e98067433..b2407d6d77071 100644 --- a/clients/client-rds/src/commands/DescribeDBParameterGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBParameterGroupsCommand.ts @@ -17,6 +17,10 @@ import { DBParameterGroupsMessage, DescribeDBParameterGroupsMessage } from "../m import { de_DescribeDBParameterGroupsCommand, se_DescribeDBParameterGroupsCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeDBParametersCommand.ts b/clients/client-rds/src/commands/DescribeDBParametersCommand.ts index 6ee3ee207a2fa..9e3d0fef88eaf 100644 --- a/clients/client-rds/src/commands/DescribeDBParametersCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBParametersCommand.ts @@ -17,6 +17,10 @@ import { DBParameterGroupDetails, DescribeDBParametersMessage } from "../models/ import { de_DescribeDBParametersCommand, se_DescribeDBParametersCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeDBProxiesCommand.ts b/clients/client-rds/src/commands/DescribeDBProxiesCommand.ts index f06cdccf4c745..78edf1ef7614a 100644 --- a/clients/client-rds/src/commands/DescribeDBProxiesCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBProxiesCommand.ts @@ -17,6 +17,10 @@ import { DescribeDBProxiesRequest, DescribeDBProxiesResponse } from "../models/m import { de_DescribeDBProxiesCommand, se_DescribeDBProxiesCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeDBProxyEndpointsCommand.ts b/clients/client-rds/src/commands/DescribeDBProxyEndpointsCommand.ts index 7ef2b51de33f7..d14fe8e50b113 100644 --- a/clients/client-rds/src/commands/DescribeDBProxyEndpointsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBProxyEndpointsCommand.ts @@ -17,6 +17,10 @@ import { DescribeDBProxyEndpointsRequest, DescribeDBProxyEndpointsResponse } fro import { de_DescribeDBProxyEndpointsCommand, se_DescribeDBProxyEndpointsCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeDBProxyTargetGroupsCommand.ts b/clients/client-rds/src/commands/DescribeDBProxyTargetGroupsCommand.ts index ff4dbaa4da370..1b0db9a680fa4 100644 --- a/clients/client-rds/src/commands/DescribeDBProxyTargetGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBProxyTargetGroupsCommand.ts @@ -17,6 +17,10 @@ import { DescribeDBProxyTargetGroupsRequest, DescribeDBProxyTargetGroupsResponse import { de_DescribeDBProxyTargetGroupsCommand, se_DescribeDBProxyTargetGroupsCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeDBProxyTargetsCommand.ts b/clients/client-rds/src/commands/DescribeDBProxyTargetsCommand.ts index edfb9690377d9..f83c83f087c4d 100644 --- a/clients/client-rds/src/commands/DescribeDBProxyTargetsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBProxyTargetsCommand.ts @@ -17,6 +17,10 @@ import { DescribeDBProxyTargetsRequest, DescribeDBProxyTargetsResponse } from ". import { de_DescribeDBProxyTargetsCommand, se_DescribeDBProxyTargetsCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeDBSecurityGroupsCommand.ts b/clients/client-rds/src/commands/DescribeDBSecurityGroupsCommand.ts index 56966e0a32134..c5b592be62386 100644 --- a/clients/client-rds/src/commands/DescribeDBSecurityGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBSecurityGroupsCommand.ts @@ -17,6 +17,10 @@ import { DBSecurityGroupMessage, DescribeDBSecurityGroupsMessage } from "../mode import { de_DescribeDBSecurityGroupsCommand, se_DescribeDBSecurityGroupsCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeDBSnapshotAttributesCommand.ts b/clients/client-rds/src/commands/DescribeDBSnapshotAttributesCommand.ts index cd63de02c0fac..098750618f006 100644 --- a/clients/client-rds/src/commands/DescribeDBSnapshotAttributesCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBSnapshotAttributesCommand.ts @@ -17,6 +17,10 @@ import { DescribeDBSnapshotAttributesMessage, DescribeDBSnapshotAttributesResult import { de_DescribeDBSnapshotAttributesCommand, se_DescribeDBSnapshotAttributesCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeDBSnapshotsCommand.ts b/clients/client-rds/src/commands/DescribeDBSnapshotsCommand.ts index 5d3bbbebc0308..f674624094aa9 100644 --- a/clients/client-rds/src/commands/DescribeDBSnapshotsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBSnapshotsCommand.ts @@ -17,6 +17,10 @@ import { DBSnapshotMessage, DescribeDBSnapshotsMessage } from "../models/models_ import { de_DescribeDBSnapshotsCommand, se_DescribeDBSnapshotsCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeDBSubnetGroupsCommand.ts b/clients/client-rds/src/commands/DescribeDBSubnetGroupsCommand.ts index 4d828bd8b3cad..c53ddadb1600e 100644 --- a/clients/client-rds/src/commands/DescribeDBSubnetGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeDBSubnetGroupsCommand.ts @@ -17,6 +17,10 @@ import { DBSubnetGroupMessage, DescribeDBSubnetGroupsMessage } from "../models/m import { de_DescribeDBSubnetGroupsCommand, se_DescribeDBSubnetGroupsCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeEngineDefaultClusterParametersCommand.ts b/clients/client-rds/src/commands/DescribeEngineDefaultClusterParametersCommand.ts index dd83c12c042e4..9467b400761e3 100644 --- a/clients/client-rds/src/commands/DescribeEngineDefaultClusterParametersCommand.ts +++ b/clients/client-rds/src/commands/DescribeEngineDefaultClusterParametersCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeEngineDefaultParametersCommand.ts b/clients/client-rds/src/commands/DescribeEngineDefaultParametersCommand.ts index fe5d946f019fa..8c64fa9e4f0f0 100644 --- a/clients/client-rds/src/commands/DescribeEngineDefaultParametersCommand.ts +++ b/clients/client-rds/src/commands/DescribeEngineDefaultParametersCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeEventCategoriesCommand.ts b/clients/client-rds/src/commands/DescribeEventCategoriesCommand.ts index 4fa0b50e889da..d816ef64a69fe 100644 --- a/clients/client-rds/src/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-rds/src/commands/DescribeEventCategoriesCommand.ts @@ -17,6 +17,10 @@ import { DescribeEventCategoriesMessage, EventCategoriesMessage } from "../model import { de_DescribeEventCategoriesCommand, se_DescribeEventCategoriesCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-rds/src/commands/DescribeEventSubscriptionsCommand.ts index 6f96296656a3c..7af7aedce2da5 100644 --- a/clients/client-rds/src/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeEventSubscriptionsCommand.ts @@ -17,6 +17,10 @@ import { DescribeEventSubscriptionsMessage, EventSubscriptionsMessage } from ".. import { de_DescribeEventSubscriptionsCommand, se_DescribeEventSubscriptionsCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeEventsCommand.ts b/clients/client-rds/src/commands/DescribeEventsCommand.ts index c82646f0cf569..b564445cb8cf5 100644 --- a/clients/client-rds/src/commands/DescribeEventsCommand.ts +++ b/clients/client-rds/src/commands/DescribeEventsCommand.ts @@ -17,6 +17,10 @@ import { DescribeEventsMessage, EventsMessage } from "../models/models_1"; import { de_DescribeEventsCommand, se_DescribeEventsCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeExportTasksCommand.ts b/clients/client-rds/src/commands/DescribeExportTasksCommand.ts index c3b2df64412a3..2aa6009d99655 100644 --- a/clients/client-rds/src/commands/DescribeExportTasksCommand.ts +++ b/clients/client-rds/src/commands/DescribeExportTasksCommand.ts @@ -17,6 +17,10 @@ import { DescribeExportTasksMessage, ExportTasksMessage } from "../models/models import { de_DescribeExportTasksCommand, se_DescribeExportTasksCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeGlobalClustersCommand.ts b/clients/client-rds/src/commands/DescribeGlobalClustersCommand.ts index dbfad4e1ece68..99adc867d9d98 100644 --- a/clients/client-rds/src/commands/DescribeGlobalClustersCommand.ts +++ b/clients/client-rds/src/commands/DescribeGlobalClustersCommand.ts @@ -17,6 +17,10 @@ import { DescribeGlobalClustersMessage, GlobalClustersMessage } from "../models/ import { de_DescribeGlobalClustersCommand, se_DescribeGlobalClustersCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeOptionGroupOptionsCommand.ts b/clients/client-rds/src/commands/DescribeOptionGroupOptionsCommand.ts index 69fc9d676b1be..03e6b89ebf329 100644 --- a/clients/client-rds/src/commands/DescribeOptionGroupOptionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeOptionGroupOptionsCommand.ts @@ -17,6 +17,10 @@ import { DescribeOptionGroupOptionsMessage, OptionGroupOptionsMessage } from ".. import { de_DescribeOptionGroupOptionsCommand, se_DescribeOptionGroupOptionsCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeOptionGroupsCommand.ts b/clients/client-rds/src/commands/DescribeOptionGroupsCommand.ts index 8a844903fb9f5..77e7354ce6929 100644 --- a/clients/client-rds/src/commands/DescribeOptionGroupsCommand.ts +++ b/clients/client-rds/src/commands/DescribeOptionGroupsCommand.ts @@ -17,6 +17,10 @@ import { DescribeOptionGroupsMessage, OptionGroups } from "../models/models_1"; import { de_DescribeOptionGroupsCommand, se_DescribeOptionGroupsCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts b/clients/client-rds/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts index 4e2e2dc0bec88..7dfffc32734ec 100644 --- a/clients/client-rds/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeOrderableDBInstanceOptionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribePendingMaintenanceActionsCommand.ts b/clients/client-rds/src/commands/DescribePendingMaintenanceActionsCommand.ts index 48c65f3b21c9e..3d678fec1031f 100644 --- a/clients/client-rds/src/commands/DescribePendingMaintenanceActionsCommand.ts +++ b/clients/client-rds/src/commands/DescribePendingMaintenanceActionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeReservedDBInstancesCommand.ts b/clients/client-rds/src/commands/DescribeReservedDBInstancesCommand.ts index 2d6d527395979..52df4d4129043 100644 --- a/clients/client-rds/src/commands/DescribeReservedDBInstancesCommand.ts +++ b/clients/client-rds/src/commands/DescribeReservedDBInstancesCommand.ts @@ -17,6 +17,10 @@ import { DescribeReservedDBInstancesMessage, ReservedDBInstanceMessage } from ". import { de_DescribeReservedDBInstancesCommand, se_DescribeReservedDBInstancesCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeReservedDBInstancesOfferingsCommand.ts b/clients/client-rds/src/commands/DescribeReservedDBInstancesOfferingsCommand.ts index 258971a4cfcb5..46310bbd3bf0d 100644 --- a/clients/client-rds/src/commands/DescribeReservedDBInstancesOfferingsCommand.ts +++ b/clients/client-rds/src/commands/DescribeReservedDBInstancesOfferingsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeSourceRegionsCommand.ts b/clients/client-rds/src/commands/DescribeSourceRegionsCommand.ts index 421afdbc92f3a..1e5d48e333c38 100644 --- a/clients/client-rds/src/commands/DescribeSourceRegionsCommand.ts +++ b/clients/client-rds/src/commands/DescribeSourceRegionsCommand.ts @@ -17,6 +17,10 @@ import { DescribeSourceRegionsMessage, SourceRegionMessage } from "../models/mod import { de_DescribeSourceRegionsCommand, se_DescribeSourceRegionsCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DescribeValidDBInstanceModificationsCommand.ts b/clients/client-rds/src/commands/DescribeValidDBInstanceModificationsCommand.ts index 80e645a968e39..12c2b176d01da 100644 --- a/clients/client-rds/src/commands/DescribeValidDBInstanceModificationsCommand.ts +++ b/clients/client-rds/src/commands/DescribeValidDBInstanceModificationsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/DownloadDBLogFilePortionCommand.ts b/clients/client-rds/src/commands/DownloadDBLogFilePortionCommand.ts index f7c6403ff52e8..229482246cdf6 100644 --- a/clients/client-rds/src/commands/DownloadDBLogFilePortionCommand.ts +++ b/clients/client-rds/src/commands/DownloadDBLogFilePortionCommand.ts @@ -17,6 +17,10 @@ import { DownloadDBLogFilePortionDetails, DownloadDBLogFilePortionMessage } from import { de_DownloadDBLogFilePortionCommand, se_DownloadDBLogFilePortionCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/FailoverDBClusterCommand.ts b/clients/client-rds/src/commands/FailoverDBClusterCommand.ts index 00a25e9731e2f..8974fd08ba9ce 100644 --- a/clients/client-rds/src/commands/FailoverDBClusterCommand.ts +++ b/clients/client-rds/src/commands/FailoverDBClusterCommand.ts @@ -17,6 +17,10 @@ import { FailoverDBClusterMessage, FailoverDBClusterResult } from "../models/mod import { de_FailoverDBClusterCommand, se_FailoverDBClusterCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/FailoverGlobalClusterCommand.ts b/clients/client-rds/src/commands/FailoverGlobalClusterCommand.ts index a224928cf82e2..5129f42ac0661 100644 --- a/clients/client-rds/src/commands/FailoverGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/FailoverGlobalClusterCommand.ts @@ -17,6 +17,10 @@ import { FailoverGlobalClusterMessage, FailoverGlobalClusterResult } from "../mo import { de_FailoverGlobalClusterCommand, se_FailoverGlobalClusterCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ListTagsForResourceCommand.ts b/clients/client-rds/src/commands/ListTagsForResourceCommand.ts index 371129c723427..13dc072849a3e 100644 --- a/clients/client-rds/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-rds/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceMessage, TagListMessage } from "../models/models_1"; import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ModifyActivityStreamCommand.ts b/clients/client-rds/src/commands/ModifyActivityStreamCommand.ts index 5c3817e4eaf8f..68eb3ef486079 100644 --- a/clients/client-rds/src/commands/ModifyActivityStreamCommand.ts +++ b/clients/client-rds/src/commands/ModifyActivityStreamCommand.ts @@ -17,6 +17,10 @@ import { ModifyActivityStreamRequest, ModifyActivityStreamResponse } from "../mo import { de_ModifyActivityStreamCommand, se_ModifyActivityStreamCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ModifyCertificatesCommand.ts b/clients/client-rds/src/commands/ModifyCertificatesCommand.ts index dad5df263cd9c..1cf22256e206f 100644 --- a/clients/client-rds/src/commands/ModifyCertificatesCommand.ts +++ b/clients/client-rds/src/commands/ModifyCertificatesCommand.ts @@ -17,6 +17,10 @@ import { ModifyCertificatesMessage, ModifyCertificatesResult } from "../models/m import { de_ModifyCertificatesCommand, se_ModifyCertificatesCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ModifyCurrentDBClusterCapacityCommand.ts b/clients/client-rds/src/commands/ModifyCurrentDBClusterCapacityCommand.ts index 5d8c173c5e246..8eb0d07ccf40a 100644 --- a/clients/client-rds/src/commands/ModifyCurrentDBClusterCapacityCommand.ts +++ b/clients/client-rds/src/commands/ModifyCurrentDBClusterCapacityCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ModifyCustomDBEngineVersionCommand.ts b/clients/client-rds/src/commands/ModifyCustomDBEngineVersionCommand.ts index 3b256d2d18118..ee03a660923c1 100644 --- a/clients/client-rds/src/commands/ModifyCustomDBEngineVersionCommand.ts +++ b/clients/client-rds/src/commands/ModifyCustomDBEngineVersionCommand.ts @@ -18,6 +18,10 @@ import { ModifyCustomDBEngineVersionMessage } from "../models/models_1"; import { de_ModifyCustomDBEngineVersionCommand, se_ModifyCustomDBEngineVersionCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ModifyDBClusterCommand.ts b/clients/client-rds/src/commands/ModifyDBClusterCommand.ts index ee6af999af1a1..a07992d5c2363 100644 --- a/clients/client-rds/src/commands/ModifyDBClusterCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBClusterCommand.ts @@ -17,6 +17,10 @@ import { ModifyDBClusterMessage, ModifyDBClusterResult } from "../models/models_ import { de_ModifyDBClusterCommand, se_ModifyDBClusterCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ModifyDBClusterEndpointCommand.ts b/clients/client-rds/src/commands/ModifyDBClusterEndpointCommand.ts index 0efb6b094c4e8..d0f7c4ef9701d 100644 --- a/clients/client-rds/src/commands/ModifyDBClusterEndpointCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBClusterEndpointCommand.ts @@ -18,6 +18,10 @@ import { ModifyDBClusterEndpointMessage } from "../models/models_1"; import { de_ModifyDBClusterEndpointCommand, se_ModifyDBClusterEndpointCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ModifyDBClusterParameterGroupCommand.ts b/clients/client-rds/src/commands/ModifyDBClusterParameterGroupCommand.ts index 878e12e311f92..119f80629d14c 100644 --- a/clients/client-rds/src/commands/ModifyDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBClusterParameterGroupCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts b/clients/client-rds/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts index 2d49af698e30f..6fb73488afa74 100644 --- a/clients/client-rds/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBClusterSnapshotAttributeCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ModifyDBInstanceCommand.ts b/clients/client-rds/src/commands/ModifyDBInstanceCommand.ts index 8c34ce9cb7aed..afc5409040599 100644 --- a/clients/client-rds/src/commands/ModifyDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBInstanceCommand.ts @@ -17,6 +17,10 @@ import { ModifyDBInstanceMessage, ModifyDBInstanceResult } from "../models/model import { de_ModifyDBInstanceCommand, se_ModifyDBInstanceCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ModifyDBParameterGroupCommand.ts b/clients/client-rds/src/commands/ModifyDBParameterGroupCommand.ts index ca140756a789c..158aa610ec3aa 100644 --- a/clients/client-rds/src/commands/ModifyDBParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { DBParameterGroupNameMessage, ModifyDBParameterGroupMessage } from "../m import { de_ModifyDBParameterGroupCommand, se_ModifyDBParameterGroupCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ModifyDBProxyCommand.ts b/clients/client-rds/src/commands/ModifyDBProxyCommand.ts index 099ba45378e47..83a12580ee937 100644 --- a/clients/client-rds/src/commands/ModifyDBProxyCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBProxyCommand.ts @@ -17,6 +17,10 @@ import { ModifyDBProxyRequest, ModifyDBProxyResponse } from "../models/models_1" import { de_ModifyDBProxyCommand, se_ModifyDBProxyCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ModifyDBProxyEndpointCommand.ts b/clients/client-rds/src/commands/ModifyDBProxyEndpointCommand.ts index 15e222e387a56..4cdb637ae195b 100644 --- a/clients/client-rds/src/commands/ModifyDBProxyEndpointCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBProxyEndpointCommand.ts @@ -17,6 +17,10 @@ import { ModifyDBProxyEndpointRequest, ModifyDBProxyEndpointResponse } from "../ import { de_ModifyDBProxyEndpointCommand, se_ModifyDBProxyEndpointCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ModifyDBProxyTargetGroupCommand.ts b/clients/client-rds/src/commands/ModifyDBProxyTargetGroupCommand.ts index 08347289490ff..aad77a655e413 100644 --- a/clients/client-rds/src/commands/ModifyDBProxyTargetGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBProxyTargetGroupCommand.ts @@ -17,6 +17,10 @@ import { ModifyDBProxyTargetGroupRequest, ModifyDBProxyTargetGroupResponse } fro import { de_ModifyDBProxyTargetGroupCommand, se_ModifyDBProxyTargetGroupCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ModifyDBSnapshotAttributeCommand.ts b/clients/client-rds/src/commands/ModifyDBSnapshotAttributeCommand.ts index 11fb4b9a21c9a..d68c38ae97d8f 100644 --- a/clients/client-rds/src/commands/ModifyDBSnapshotAttributeCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBSnapshotAttributeCommand.ts @@ -17,6 +17,10 @@ import { ModifyDBSnapshotAttributeMessage, ModifyDBSnapshotAttributeResult } fro import { de_ModifyDBSnapshotAttributeCommand, se_ModifyDBSnapshotAttributeCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ModifyDBSnapshotCommand.ts b/clients/client-rds/src/commands/ModifyDBSnapshotCommand.ts index d546ea99b2bf9..c0baaea767618 100644 --- a/clients/client-rds/src/commands/ModifyDBSnapshotCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBSnapshotCommand.ts @@ -17,6 +17,10 @@ import { ModifyDBSnapshotMessage, ModifyDBSnapshotResult } from "../models/model import { de_ModifyDBSnapshotCommand, se_ModifyDBSnapshotCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ModifyDBSubnetGroupCommand.ts b/clients/client-rds/src/commands/ModifyDBSubnetGroupCommand.ts index 8a5a889e2b239..02818b6ff468e 100644 --- a/clients/client-rds/src/commands/ModifyDBSubnetGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyDBSubnetGroupCommand.ts @@ -17,6 +17,10 @@ import { ModifyDBSubnetGroupMessage, ModifyDBSubnetGroupResult } from "../models import { de_ModifyDBSubnetGroupCommand, se_ModifyDBSubnetGroupCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ModifyEventSubscriptionCommand.ts b/clients/client-rds/src/commands/ModifyEventSubscriptionCommand.ts index 4093eda46619b..4b4a29dccebb3 100644 --- a/clients/client-rds/src/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-rds/src/commands/ModifyEventSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResult } from ". import { de_ModifyEventSubscriptionCommand, se_ModifyEventSubscriptionCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ModifyGlobalClusterCommand.ts b/clients/client-rds/src/commands/ModifyGlobalClusterCommand.ts index e75e7273ad5c5..28f477085160e 100644 --- a/clients/client-rds/src/commands/ModifyGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/ModifyGlobalClusterCommand.ts @@ -17,6 +17,10 @@ import { ModifyGlobalClusterMessage, ModifyGlobalClusterResult } from "../models import { de_ModifyGlobalClusterCommand, se_ModifyGlobalClusterCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ModifyOptionGroupCommand.ts b/clients/client-rds/src/commands/ModifyOptionGroupCommand.ts index 4be38bd9c9f47..08af63f6890b2 100644 --- a/clients/client-rds/src/commands/ModifyOptionGroupCommand.ts +++ b/clients/client-rds/src/commands/ModifyOptionGroupCommand.ts @@ -17,6 +17,10 @@ import { ModifyOptionGroupMessage, ModifyOptionGroupResult } from "../models/mod import { de_ModifyOptionGroupCommand, se_ModifyOptionGroupCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/PromoteReadReplicaCommand.ts b/clients/client-rds/src/commands/PromoteReadReplicaCommand.ts index 838fc65a08dd7..f2211d4b02ac5 100644 --- a/clients/client-rds/src/commands/PromoteReadReplicaCommand.ts +++ b/clients/client-rds/src/commands/PromoteReadReplicaCommand.ts @@ -17,6 +17,10 @@ import { PromoteReadReplicaMessage, PromoteReadReplicaResult } from "../models/m import { de_PromoteReadReplicaCommand, se_PromoteReadReplicaCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/PromoteReadReplicaDBClusterCommand.ts b/clients/client-rds/src/commands/PromoteReadReplicaDBClusterCommand.ts index e8f2f8cc5b967..e7923573981bf 100644 --- a/clients/client-rds/src/commands/PromoteReadReplicaDBClusterCommand.ts +++ b/clients/client-rds/src/commands/PromoteReadReplicaDBClusterCommand.ts @@ -17,6 +17,10 @@ import { PromoteReadReplicaDBClusterMessage, PromoteReadReplicaDBClusterResult } import { de_PromoteReadReplicaDBClusterCommand, se_PromoteReadReplicaDBClusterCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/PurchaseReservedDBInstancesOfferingCommand.ts b/clients/client-rds/src/commands/PurchaseReservedDBInstancesOfferingCommand.ts index ee32f57c38604..2b43fa1ebd3c8 100644 --- a/clients/client-rds/src/commands/PurchaseReservedDBInstancesOfferingCommand.ts +++ b/clients/client-rds/src/commands/PurchaseReservedDBInstancesOfferingCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/RebootDBClusterCommand.ts b/clients/client-rds/src/commands/RebootDBClusterCommand.ts index b9374e5ad7a1d..fd5257d54d5aa 100644 --- a/clients/client-rds/src/commands/RebootDBClusterCommand.ts +++ b/clients/client-rds/src/commands/RebootDBClusterCommand.ts @@ -17,6 +17,10 @@ import { RebootDBClusterMessage, RebootDBClusterResult } from "../models/models_ import { de_RebootDBClusterCommand, se_RebootDBClusterCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/RebootDBInstanceCommand.ts b/clients/client-rds/src/commands/RebootDBInstanceCommand.ts index 4998457933f75..b256d1d5d1249 100644 --- a/clients/client-rds/src/commands/RebootDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/RebootDBInstanceCommand.ts @@ -17,6 +17,10 @@ import { RebootDBInstanceMessage, RebootDBInstanceResult } from "../models/model import { de_RebootDBInstanceCommand, se_RebootDBInstanceCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/RegisterDBProxyTargetsCommand.ts b/clients/client-rds/src/commands/RegisterDBProxyTargetsCommand.ts index 0f5774b79c638..cebeee8634fd7 100644 --- a/clients/client-rds/src/commands/RegisterDBProxyTargetsCommand.ts +++ b/clients/client-rds/src/commands/RegisterDBProxyTargetsCommand.ts @@ -17,6 +17,10 @@ import { RegisterDBProxyTargetsRequest, RegisterDBProxyTargetsResponse } from ". import { de_RegisterDBProxyTargetsCommand, se_RegisterDBProxyTargetsCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/RemoveFromGlobalClusterCommand.ts b/clients/client-rds/src/commands/RemoveFromGlobalClusterCommand.ts index c62200966b518..21ac6c2233efe 100644 --- a/clients/client-rds/src/commands/RemoveFromGlobalClusterCommand.ts +++ b/clients/client-rds/src/commands/RemoveFromGlobalClusterCommand.ts @@ -17,6 +17,10 @@ import { RemoveFromGlobalClusterMessage, RemoveFromGlobalClusterResult } from ". import { de_RemoveFromGlobalClusterCommand, se_RemoveFromGlobalClusterCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/RemoveRoleFromDBClusterCommand.ts b/clients/client-rds/src/commands/RemoveRoleFromDBClusterCommand.ts index 888a260cfbb75..5f0fecc863ac6 100644 --- a/clients/client-rds/src/commands/RemoveRoleFromDBClusterCommand.ts +++ b/clients/client-rds/src/commands/RemoveRoleFromDBClusterCommand.ts @@ -17,6 +17,10 @@ import { RemoveRoleFromDBClusterMessage } from "../models/models_1"; import { de_RemoveRoleFromDBClusterCommand, se_RemoveRoleFromDBClusterCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/RemoveRoleFromDBInstanceCommand.ts b/clients/client-rds/src/commands/RemoveRoleFromDBInstanceCommand.ts index e215185a79f4c..3b6f151ddcce8 100644 --- a/clients/client-rds/src/commands/RemoveRoleFromDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/RemoveRoleFromDBInstanceCommand.ts @@ -17,6 +17,10 @@ import { RemoveRoleFromDBInstanceMessage } from "../models/models_1"; import { de_RemoveRoleFromDBInstanceCommand, se_RemoveRoleFromDBInstanceCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts b/clients/client-rds/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts index 219b9d4b8f095..84258cabc7ae8 100644 --- a/clients/client-rds/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts +++ b/clients/client-rds/src/commands/RemoveSourceIdentifierFromSubscriptionCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-rds/src/commands/RemoveTagsFromResourceCommand.ts index dad4aa032c5a6..de174017918dd 100644 --- a/clients/client-rds/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-rds/src/commands/RemoveTagsFromResourceCommand.ts @@ -17,6 +17,10 @@ import { RemoveTagsFromResourceMessage } from "../models/models_1"; import { de_RemoveTagsFromResourceCommand, se_RemoveTagsFromResourceCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ResetDBClusterParameterGroupCommand.ts b/clients/client-rds/src/commands/ResetDBClusterParameterGroupCommand.ts index 3d8f265e061d1..756c3afe71cf4 100644 --- a/clients/client-rds/src/commands/ResetDBClusterParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/ResetDBClusterParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { DBClusterParameterGroupNameMessage, ResetDBClusterParameterGroupMessage import { de_ResetDBClusterParameterGroupCommand, se_ResetDBClusterParameterGroupCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/ResetDBParameterGroupCommand.ts b/clients/client-rds/src/commands/ResetDBParameterGroupCommand.ts index db02cc4e5608e..54d7ff8a8733d 100644 --- a/clients/client-rds/src/commands/ResetDBParameterGroupCommand.ts +++ b/clients/client-rds/src/commands/ResetDBParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { DBParameterGroupNameMessage, ResetDBParameterGroupMessage } from "../mo import { de_ResetDBParameterGroupCommand, se_ResetDBParameterGroupCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/RestoreDBClusterFromS3Command.ts b/clients/client-rds/src/commands/RestoreDBClusterFromS3Command.ts index b52340a8d1b15..d9dcf00577633 100644 --- a/clients/client-rds/src/commands/RestoreDBClusterFromS3Command.ts +++ b/clients/client-rds/src/commands/RestoreDBClusterFromS3Command.ts @@ -17,6 +17,10 @@ import { RestoreDBClusterFromS3Message, RestoreDBClusterFromS3Result } from "../ import { de_RestoreDBClusterFromS3Command, se_RestoreDBClusterFromS3Command } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts b/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts index a5e4ce418181f..564a080bf042f 100644 --- a/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts +++ b/clients/client-rds/src/commands/RestoreDBClusterFromSnapshotCommand.ts @@ -17,6 +17,10 @@ import { RestoreDBClusterFromSnapshotMessage, RestoreDBClusterFromSnapshotResult import { de_RestoreDBClusterFromSnapshotCommand, se_RestoreDBClusterFromSnapshotCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts b/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts index 8843e2fb96630..c9673f1657fba 100644 --- a/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts +++ b/clients/client-rds/src/commands/RestoreDBClusterToPointInTimeCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/RestoreDBInstanceFromDBSnapshotCommand.ts b/clients/client-rds/src/commands/RestoreDBInstanceFromDBSnapshotCommand.ts index ad4d0ef8fdfbe..b3eb98c8fb5cb 100644 --- a/clients/client-rds/src/commands/RestoreDBInstanceFromDBSnapshotCommand.ts +++ b/clients/client-rds/src/commands/RestoreDBInstanceFromDBSnapshotCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/RestoreDBInstanceFromS3Command.ts b/clients/client-rds/src/commands/RestoreDBInstanceFromS3Command.ts index f2481d6f88aea..8fdbf651a91fe 100644 --- a/clients/client-rds/src/commands/RestoreDBInstanceFromS3Command.ts +++ b/clients/client-rds/src/commands/RestoreDBInstanceFromS3Command.ts @@ -17,6 +17,10 @@ import { RestoreDBInstanceFromS3Message, RestoreDBInstanceFromS3Result } from ". import { de_RestoreDBInstanceFromS3Command, se_RestoreDBInstanceFromS3Command } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/RestoreDBInstanceToPointInTimeCommand.ts b/clients/client-rds/src/commands/RestoreDBInstanceToPointInTimeCommand.ts index b91e96f554892..5c38d5e883b08 100644 --- a/clients/client-rds/src/commands/RestoreDBInstanceToPointInTimeCommand.ts +++ b/clients/client-rds/src/commands/RestoreDBInstanceToPointInTimeCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/RevokeDBSecurityGroupIngressCommand.ts b/clients/client-rds/src/commands/RevokeDBSecurityGroupIngressCommand.ts index 716c13f2541ee..00dc11ab0e847 100644 --- a/clients/client-rds/src/commands/RevokeDBSecurityGroupIngressCommand.ts +++ b/clients/client-rds/src/commands/RevokeDBSecurityGroupIngressCommand.ts @@ -17,6 +17,10 @@ import { RevokeDBSecurityGroupIngressMessage, RevokeDBSecurityGroupIngressResult import { de_RevokeDBSecurityGroupIngressCommand, se_RevokeDBSecurityGroupIngressCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/StartActivityStreamCommand.ts b/clients/client-rds/src/commands/StartActivityStreamCommand.ts index b67e940387e57..217c81ecc1881 100644 --- a/clients/client-rds/src/commands/StartActivityStreamCommand.ts +++ b/clients/client-rds/src/commands/StartActivityStreamCommand.ts @@ -17,6 +17,10 @@ import { StartActivityStreamRequest, StartActivityStreamResponse } from "../mode import { de_StartActivityStreamCommand, se_StartActivityStreamCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/StartDBClusterCommand.ts b/clients/client-rds/src/commands/StartDBClusterCommand.ts index eb704c978d44d..3643e83c12d5e 100644 --- a/clients/client-rds/src/commands/StartDBClusterCommand.ts +++ b/clients/client-rds/src/commands/StartDBClusterCommand.ts @@ -17,6 +17,10 @@ import { StartDBClusterMessage, StartDBClusterResult } from "../models/models_1" import { de_StartDBClusterCommand, se_StartDBClusterCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/StartDBInstanceAutomatedBackupsReplicationCommand.ts b/clients/client-rds/src/commands/StartDBInstanceAutomatedBackupsReplicationCommand.ts index 6db2b2e2b2e8b..8add69ebbaac4 100644 --- a/clients/client-rds/src/commands/StartDBInstanceAutomatedBackupsReplicationCommand.ts +++ b/clients/client-rds/src/commands/StartDBInstanceAutomatedBackupsReplicationCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/StartDBInstanceCommand.ts b/clients/client-rds/src/commands/StartDBInstanceCommand.ts index 564f3a2c9d442..c02b32b16976c 100644 --- a/clients/client-rds/src/commands/StartDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/StartDBInstanceCommand.ts @@ -17,6 +17,10 @@ import { StartDBInstanceMessage, StartDBInstanceResult } from "../models/models_ import { de_StartDBInstanceCommand, se_StartDBInstanceCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/StartExportTaskCommand.ts b/clients/client-rds/src/commands/StartExportTaskCommand.ts index 29ef7afc5d8e5..ca8c297f11518 100644 --- a/clients/client-rds/src/commands/StartExportTaskCommand.ts +++ b/clients/client-rds/src/commands/StartExportTaskCommand.ts @@ -18,6 +18,10 @@ import { StartExportTaskMessage } from "../models/models_1"; import { de_StartExportTaskCommand, se_StartExportTaskCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/StopActivityStreamCommand.ts b/clients/client-rds/src/commands/StopActivityStreamCommand.ts index c0a4177154495..c8a1f5b3c3985 100644 --- a/clients/client-rds/src/commands/StopActivityStreamCommand.ts +++ b/clients/client-rds/src/commands/StopActivityStreamCommand.ts @@ -17,6 +17,10 @@ import { StopActivityStreamRequest, StopActivityStreamResponse } from "../models import { de_StopActivityStreamCommand, se_StopActivityStreamCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/StopDBClusterCommand.ts b/clients/client-rds/src/commands/StopDBClusterCommand.ts index 6ec1593b9e833..89c073696b132 100644 --- a/clients/client-rds/src/commands/StopDBClusterCommand.ts +++ b/clients/client-rds/src/commands/StopDBClusterCommand.ts @@ -17,6 +17,10 @@ import { StopDBClusterMessage, StopDBClusterResult } from "../models/models_1"; import { de_StopDBClusterCommand, se_StopDBClusterCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/StopDBInstanceAutomatedBackupsReplicationCommand.ts b/clients/client-rds/src/commands/StopDBInstanceAutomatedBackupsReplicationCommand.ts index a2b903ab735fa..531f67b881973 100644 --- a/clients/client-rds/src/commands/StopDBInstanceAutomatedBackupsReplicationCommand.ts +++ b/clients/client-rds/src/commands/StopDBInstanceAutomatedBackupsReplicationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/StopDBInstanceCommand.ts b/clients/client-rds/src/commands/StopDBInstanceCommand.ts index dfe969ef12bcf..f3451367e98c2 100644 --- a/clients/client-rds/src/commands/StopDBInstanceCommand.ts +++ b/clients/client-rds/src/commands/StopDBInstanceCommand.ts @@ -17,6 +17,10 @@ import { StopDBInstanceMessage, StopDBInstanceResult } from "../models/models_1" import { de_StopDBInstanceCommand, se_StopDBInstanceCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/SwitchoverBlueGreenDeploymentCommand.ts b/clients/client-rds/src/commands/SwitchoverBlueGreenDeploymentCommand.ts index fda1f4aaf9004..2ce5602a1cb1f 100644 --- a/clients/client-rds/src/commands/SwitchoverBlueGreenDeploymentCommand.ts +++ b/clients/client-rds/src/commands/SwitchoverBlueGreenDeploymentCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/commands/SwitchoverReadReplicaCommand.ts b/clients/client-rds/src/commands/SwitchoverReadReplicaCommand.ts index 08295acdecbae..89620b977f5cd 100644 --- a/clients/client-rds/src/commands/SwitchoverReadReplicaCommand.ts +++ b/clients/client-rds/src/commands/SwitchoverReadReplicaCommand.ts @@ -17,6 +17,10 @@ import { SwitchoverReadReplicaMessage, SwitchoverReadReplicaResult } from "../mo import { de_SwitchoverReadReplicaCommand, se_SwitchoverReadReplicaCommand } from "../protocols/Aws_query"; import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rds/src/index.ts b/clients/client-rds/src/index.ts index 79de1b9efb6a4..5601c4252ff38 100644 --- a/clients/client-rds/src/index.ts +++ b/clients/client-rds/src/index.ts @@ -1,9 +1,67 @@ -export * from "./RDS"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Relational Database Service + *

+ *

Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and + * scale a relational database in the cloud. It provides cost-efficient, resizeable capacity for an industry-standard relational + * database and manages common database administration tasks, freeing up developers to focus on what makes their applications + * and businesses unique.

+ *

Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL, Microsoft SQL Server, + * Oracle, or Amazon Aurora database server. These capabilities mean that the code, applications, and tools + * you already use today with your existing databases work with Amazon RDS without modification. Amazon RDS + * automatically backs up your database and maintains the database software that powers your DB instance. Amazon RDS + * is flexible: you can scale your DB instance's compute resources and storage capacity to meet your + * application's demand. As with all Amazon Web Services, there are no up-front investments, and you pay only for + * the resources you use.

+ *

This interface reference for Amazon RDS contains documentation for a programming or command line interface + * you can use to manage Amazon RDS. Amazon RDS is asynchronous, which means that some interfaces might + * require techniques such as polling or callback functions to determine when a command has been applied. In this + * reference, the parameter descriptions indicate whether a command is applied immediately, on the next instance reboot, + * or during the maintenance window. The reference structure is as follows, and we list following some related topics + * from the user guide.

+ *

+ * Amazon RDS API Reference + *

+ *
    + *
  • + *

    For the alphabetical list of API actions, see + * API Actions.

    + *
  • + *
  • + *

    For the alphabetical list of data types, see + * Data Types.

    + *
  • + *
  • + *

    For a list of common query parameters, see + * Common Parameters.

    + *
  • + *
  • + *

    For descriptions of the error codes, see + * Common Errors.

    + *
  • + *
+ *

+ * Amazon RDS User Guide + *

+ * + * + * @packageDocumentation + */ export * from "./RDSClient"; +export * from "./RDS"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { RDSServiceException } from "./models/RDSServiceException"; diff --git a/clients/client-rds/src/models/RDSServiceException.ts b/clients/client-rds/src/models/RDSServiceException.ts index dc9ec0f0e1330..f1373563fec17 100644 --- a/clients/client-rds/src/models/RDSServiceException.ts +++ b/clients/client-rds/src/models/RDSServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-redshift-data/src/RedshiftDataClient.ts b/clients/client-redshift-data/src/RedshiftDataClient.ts index 1b800ccc1840c..c517470b92060 100644 --- a/clients/client-redshift-data/src/RedshiftDataClient.ts +++ b/clients/client-redshift-data/src/RedshiftDataClient.ts @@ -72,6 +72,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -229,7 +231,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type RedshiftDataClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type RedshiftDataClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -248,7 +250,7 @@ export interface RedshiftDataClientConfig extends RedshiftDataClientConfigType { /** * @public */ -type RedshiftDataClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type RedshiftDataClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-redshift-data/src/commands/BatchExecuteStatementCommand.ts b/clients/client-redshift-data/src/commands/BatchExecuteStatementCommand.ts index e93d583aef4c3..21fff4fb5b55c 100644 --- a/clients/client-redshift-data/src/commands/BatchExecuteStatementCommand.ts +++ b/clients/client-redshift-data/src/commands/BatchExecuteStatementCommand.ts @@ -17,6 +17,10 @@ import { BatchExecuteStatementInput, BatchExecuteStatementOutput } from "../mode import { de_BatchExecuteStatementCommand, se_BatchExecuteStatementCommand } from "../protocols/Aws_json1_1"; import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-data/src/commands/CancelStatementCommand.ts b/clients/client-redshift-data/src/commands/CancelStatementCommand.ts index 1b0061e8086be..ad640875a5ba8 100644 --- a/clients/client-redshift-data/src/commands/CancelStatementCommand.ts +++ b/clients/client-redshift-data/src/commands/CancelStatementCommand.ts @@ -17,6 +17,10 @@ import { CancelStatementRequest, CancelStatementResponse } from "../models/model import { de_CancelStatementCommand, se_CancelStatementCommand } from "../protocols/Aws_json1_1"; import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-data/src/commands/DescribeStatementCommand.ts b/clients/client-redshift-data/src/commands/DescribeStatementCommand.ts index befb2fda8970c..1ba2f03e1b847 100644 --- a/clients/client-redshift-data/src/commands/DescribeStatementCommand.ts +++ b/clients/client-redshift-data/src/commands/DescribeStatementCommand.ts @@ -17,6 +17,10 @@ import { DescribeStatementRequest, DescribeStatementResponse } from "../models/m import { de_DescribeStatementCommand, se_DescribeStatementCommand } from "../protocols/Aws_json1_1"; import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-data/src/commands/DescribeTableCommand.ts b/clients/client-redshift-data/src/commands/DescribeTableCommand.ts index 2756a7334ff94..5248674a65f4b 100644 --- a/clients/client-redshift-data/src/commands/DescribeTableCommand.ts +++ b/clients/client-redshift-data/src/commands/DescribeTableCommand.ts @@ -17,6 +17,10 @@ import { DescribeTableRequest, DescribeTableResponse } from "../models/models_0" import { de_DescribeTableCommand, se_DescribeTableCommand } from "../protocols/Aws_json1_1"; import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-data/src/commands/ExecuteStatementCommand.ts b/clients/client-redshift-data/src/commands/ExecuteStatementCommand.ts index 8b8f149b02483..5ac9449dd4809 100644 --- a/clients/client-redshift-data/src/commands/ExecuteStatementCommand.ts +++ b/clients/client-redshift-data/src/commands/ExecuteStatementCommand.ts @@ -17,6 +17,10 @@ import { ExecuteStatementInput, ExecuteStatementOutput } from "../models/models_ import { de_ExecuteStatementCommand, se_ExecuteStatementCommand } from "../protocols/Aws_json1_1"; import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-data/src/commands/GetStatementResultCommand.ts b/clients/client-redshift-data/src/commands/GetStatementResultCommand.ts index 7818bc1656ee7..fade8ab0c7d0e 100644 --- a/clients/client-redshift-data/src/commands/GetStatementResultCommand.ts +++ b/clients/client-redshift-data/src/commands/GetStatementResultCommand.ts @@ -17,6 +17,10 @@ import { GetStatementResultRequest, GetStatementResultResponse } from "../models import { de_GetStatementResultCommand, se_GetStatementResultCommand } from "../protocols/Aws_json1_1"; import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-data/src/commands/ListDatabasesCommand.ts b/clients/client-redshift-data/src/commands/ListDatabasesCommand.ts index 7579bd9f99104..25e7b33191833 100644 --- a/clients/client-redshift-data/src/commands/ListDatabasesCommand.ts +++ b/clients/client-redshift-data/src/commands/ListDatabasesCommand.ts @@ -17,6 +17,10 @@ import { ListDatabasesRequest, ListDatabasesResponse } from "../models/models_0" import { de_ListDatabasesCommand, se_ListDatabasesCommand } from "../protocols/Aws_json1_1"; import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-data/src/commands/ListSchemasCommand.ts b/clients/client-redshift-data/src/commands/ListSchemasCommand.ts index e308d684571e0..a2e37f9543a29 100644 --- a/clients/client-redshift-data/src/commands/ListSchemasCommand.ts +++ b/clients/client-redshift-data/src/commands/ListSchemasCommand.ts @@ -17,6 +17,10 @@ import { ListSchemasRequest, ListSchemasResponse } from "../models/models_0"; import { de_ListSchemasCommand, se_ListSchemasCommand } from "../protocols/Aws_json1_1"; import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-data/src/commands/ListStatementsCommand.ts b/clients/client-redshift-data/src/commands/ListStatementsCommand.ts index f107e1988a816..eaa3d6bfd83fe 100644 --- a/clients/client-redshift-data/src/commands/ListStatementsCommand.ts +++ b/clients/client-redshift-data/src/commands/ListStatementsCommand.ts @@ -17,6 +17,10 @@ import { ListStatementsRequest, ListStatementsResponse } from "../models/models_ import { de_ListStatementsCommand, se_ListStatementsCommand } from "../protocols/Aws_json1_1"; import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-data/src/commands/ListTablesCommand.ts b/clients/client-redshift-data/src/commands/ListTablesCommand.ts index 8885c74225d95..f7d725da480cd 100644 --- a/clients/client-redshift-data/src/commands/ListTablesCommand.ts +++ b/clients/client-redshift-data/src/commands/ListTablesCommand.ts @@ -17,6 +17,10 @@ import { ListTablesRequest, ListTablesResponse } from "../models/models_0"; import { de_ListTablesCommand, se_ListTablesCommand } from "../protocols/Aws_json1_1"; import { RedshiftDataClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftDataClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-data/src/index.ts b/clients/client-redshift-data/src/index.ts index 6990a28b84fdd..530bb07b67ac9 100644 --- a/clients/client-redshift-data/src/index.ts +++ b/clients/client-redshift-data/src/index.ts @@ -1,8 +1,18 @@ -export * from "./RedshiftData"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

You can use the Amazon Redshift Data API to run queries on Amazon Redshift tables. You + * can run SQL statements, which are committed if the statement succeeds.

+ *

For more information about the Amazon Redshift Data API and CLI usage examples, see + * Using the Amazon Redshift Data API in the + * Amazon Redshift Management Guide.

+ * + * @packageDocumentation + */ export * from "./RedshiftDataClient"; +export * from "./RedshiftData"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { RedshiftDataServiceException } from "./models/RedshiftDataServiceException"; diff --git a/clients/client-redshift-data/src/models/RedshiftDataServiceException.ts b/clients/client-redshift-data/src/models/RedshiftDataServiceException.ts index fcd6ef71fd37a..26986f1a60c50 100644 --- a/clients/client-redshift-data/src/models/RedshiftDataServiceException.ts +++ b/clients/client-redshift-data/src/models/RedshiftDataServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-redshift-serverless/src/RedshiftServerlessClient.ts b/clients/client-redshift-serverless/src/RedshiftServerlessClient.ts index f4020f84e4f42..33c5ebc5cb4d9 100644 --- a/clients/client-redshift-serverless/src/RedshiftServerlessClient.ts +++ b/clients/client-redshift-serverless/src/RedshiftServerlessClient.ts @@ -132,6 +132,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -349,7 +351,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type RedshiftServerlessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type RedshiftServerlessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -368,7 +370,7 @@ export interface RedshiftServerlessClientConfig extends RedshiftServerlessClient /** * @public */ -type RedshiftServerlessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type RedshiftServerlessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-redshift-serverless/src/commands/ConvertRecoveryPointToSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/ConvertRecoveryPointToSnapshotCommand.ts index 9737e118af631..9fa5c2a8775b1 100644 --- a/clients/client-redshift-serverless/src/commands/ConvertRecoveryPointToSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ConvertRecoveryPointToSnapshotCommand.ts @@ -24,6 +24,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/CreateEndpointAccessCommand.ts b/clients/client-redshift-serverless/src/commands/CreateEndpointAccessCommand.ts index bc963bfcbe525..bf7d0d879be13 100644 --- a/clients/client-redshift-serverless/src/commands/CreateEndpointAccessCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateEndpointAccessCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/CreateNamespaceCommand.ts b/clients/client-redshift-serverless/src/commands/CreateNamespaceCommand.ts index fd5aff5aefb39..8a67a353901be 100644 --- a/clients/client-redshift-serverless/src/commands/CreateNamespaceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateNamespaceCommand.ts @@ -26,6 +26,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/CreateSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/CreateSnapshotCommand.ts index 29f3ba18fbaa6..ceb6ef70d2e3c 100644 --- a/clients/client-redshift-serverless/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateSnapshotCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/CreateUsageLimitCommand.ts b/clients/client-redshift-serverless/src/commands/CreateUsageLimitCommand.ts index 6d8137211b304..b4498733a7726 100644 --- a/clients/client-redshift-serverless/src/commands/CreateUsageLimitCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateUsageLimitCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/CreateWorkgroupCommand.ts b/clients/client-redshift-serverless/src/commands/CreateWorkgroupCommand.ts index 88ef04f3d9ad4..9bd66de30c1bb 100644 --- a/clients/client-redshift-serverless/src/commands/CreateWorkgroupCommand.ts +++ b/clients/client-redshift-serverless/src/commands/CreateWorkgroupCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/DeleteEndpointAccessCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteEndpointAccessCommand.ts index 5900d50d043a0..9fd26590ae16b 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteEndpointAccessCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteEndpointAccessCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/DeleteNamespaceCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteNamespaceCommand.ts index a46054ea65912..dbc298f205d50 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteNamespaceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteNamespaceCommand.ts @@ -25,6 +25,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteResourcePolicyCommand.ts index 375ba88ded229..6615e152400e1 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteResourcePolicyCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/DeleteSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteSnapshotCommand.ts index 52453b8f2f262..a749d41f24804 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteSnapshotCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/DeleteUsageLimitCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteUsageLimitCommand.ts index dcb36ccc6a6f0..7cb238901b10a 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteUsageLimitCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteUsageLimitCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/DeleteWorkgroupCommand.ts b/clients/client-redshift-serverless/src/commands/DeleteWorkgroupCommand.ts index 7f2145206ab02..36fc5da4a973e 100644 --- a/clients/client-redshift-serverless/src/commands/DeleteWorkgroupCommand.ts +++ b/clients/client-redshift-serverless/src/commands/DeleteWorkgroupCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/GetCredentialsCommand.ts b/clients/client-redshift-serverless/src/commands/GetCredentialsCommand.ts index 03fd3e22e5f76..3c95fa834e54e 100644 --- a/clients/client-redshift-serverless/src/commands/GetCredentialsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetCredentialsCommand.ts @@ -25,6 +25,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/GetEndpointAccessCommand.ts b/clients/client-redshift-serverless/src/commands/GetEndpointAccessCommand.ts index b446f6ea34da8..fdcfec24f2819 100644 --- a/clients/client-redshift-serverless/src/commands/GetEndpointAccessCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetEndpointAccessCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/GetNamespaceCommand.ts b/clients/client-redshift-serverless/src/commands/GetNamespaceCommand.ts index b5572ce5f9fb0..906afb2392b38 100644 --- a/clients/client-redshift-serverless/src/commands/GetNamespaceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetNamespaceCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/GetRecoveryPointCommand.ts b/clients/client-redshift-serverless/src/commands/GetRecoveryPointCommand.ts index 679ce50d7dd65..1eca17a664d15 100644 --- a/clients/client-redshift-serverless/src/commands/GetRecoveryPointCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetRecoveryPointCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/GetResourcePolicyCommand.ts b/clients/client-redshift-serverless/src/commands/GetResourcePolicyCommand.ts index baae4bd65791a..05874ec8bc5ee 100644 --- a/clients/client-redshift-serverless/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetResourcePolicyCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/GetSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/GetSnapshotCommand.ts index f1ba02f27f749..62953f3ac0534 100644 --- a/clients/client-redshift-serverless/src/commands/GetSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetSnapshotCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/GetTableRestoreStatusCommand.ts b/clients/client-redshift-serverless/src/commands/GetTableRestoreStatusCommand.ts index 7bd009f3b0542..673e686abe36f 100644 --- a/clients/client-redshift-serverless/src/commands/GetTableRestoreStatusCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetTableRestoreStatusCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/GetUsageLimitCommand.ts b/clients/client-redshift-serverless/src/commands/GetUsageLimitCommand.ts index 105e2454da250..3a300e7b57212 100644 --- a/clients/client-redshift-serverless/src/commands/GetUsageLimitCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetUsageLimitCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/GetWorkgroupCommand.ts b/clients/client-redshift-serverless/src/commands/GetWorkgroupCommand.ts index 30ebf4d3d5a38..a837bcd736664 100644 --- a/clients/client-redshift-serverless/src/commands/GetWorkgroupCommand.ts +++ b/clients/client-redshift-serverless/src/commands/GetWorkgroupCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/ListEndpointAccessCommand.ts b/clients/client-redshift-serverless/src/commands/ListEndpointAccessCommand.ts index 0ae7bc1a36206..7328d845ba6bc 100644 --- a/clients/client-redshift-serverless/src/commands/ListEndpointAccessCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListEndpointAccessCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/ListNamespacesCommand.ts b/clients/client-redshift-serverless/src/commands/ListNamespacesCommand.ts index 20f382586e9c5..abe52720aafaf 100644 --- a/clients/client-redshift-serverless/src/commands/ListNamespacesCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListNamespacesCommand.ts @@ -25,6 +25,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/ListRecoveryPointsCommand.ts b/clients/client-redshift-serverless/src/commands/ListRecoveryPointsCommand.ts index 1b8d287129f7b..97cb93fe6c222 100644 --- a/clients/client-redshift-serverless/src/commands/ListRecoveryPointsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListRecoveryPointsCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/ListSnapshotsCommand.ts b/clients/client-redshift-serverless/src/commands/ListSnapshotsCommand.ts index df40a2353ea0f..d9547982f9fbe 100644 --- a/clients/client-redshift-serverless/src/commands/ListSnapshotsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListSnapshotsCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/ListTableRestoreStatusCommand.ts b/clients/client-redshift-serverless/src/commands/ListTableRestoreStatusCommand.ts index 7d280940f480b..18bc5794ebb60 100644 --- a/clients/client-redshift-serverless/src/commands/ListTableRestoreStatusCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListTableRestoreStatusCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/ListTagsForResourceCommand.ts b/clients/client-redshift-serverless/src/commands/ListTagsForResourceCommand.ts index f642517143190..ba1ec0ee8f33a 100644 --- a/clients/client-redshift-serverless/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/ListUsageLimitsCommand.ts b/clients/client-redshift-serverless/src/commands/ListUsageLimitsCommand.ts index 9d3683194b00e..d84f1ae449960 100644 --- a/clients/client-redshift-serverless/src/commands/ListUsageLimitsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListUsageLimitsCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/ListWorkgroupsCommand.ts b/clients/client-redshift-serverless/src/commands/ListWorkgroupsCommand.ts index f344e7842f4af..02aa50165cf12 100644 --- a/clients/client-redshift-serverless/src/commands/ListWorkgroupsCommand.ts +++ b/clients/client-redshift-serverless/src/commands/ListWorkgroupsCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/PutResourcePolicyCommand.ts b/clients/client-redshift-serverless/src/commands/PutResourcePolicyCommand.ts index 40b7a7fa124ad..2fa058e1ae60b 100644 --- a/clients/client-redshift-serverless/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-redshift-serverless/src/commands/PutResourcePolicyCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/RestoreFromRecoveryPointCommand.ts b/clients/client-redshift-serverless/src/commands/RestoreFromRecoveryPointCommand.ts index 03b79c8afa6ec..8546bc731d8ca 100644 --- a/clients/client-redshift-serverless/src/commands/RestoreFromRecoveryPointCommand.ts +++ b/clients/client-redshift-serverless/src/commands/RestoreFromRecoveryPointCommand.ts @@ -25,6 +25,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/RestoreFromSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/RestoreFromSnapshotCommand.ts index c7023ef8011f0..5a188072abe91 100644 --- a/clients/client-redshift-serverless/src/commands/RestoreFromSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/RestoreFromSnapshotCommand.ts @@ -25,6 +25,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/RestoreTableFromSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/RestoreTableFromSnapshotCommand.ts index 1a95a930cb5c4..f9857e4e915b6 100644 --- a/clients/client-redshift-serverless/src/commands/RestoreTableFromSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/RestoreTableFromSnapshotCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/TagResourceCommand.ts b/clients/client-redshift-serverless/src/commands/TagResourceCommand.ts index 13d60cd1e390e..90a6929f2d27f 100644 --- a/clients/client-redshift-serverless/src/commands/TagResourceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/UntagResourceCommand.ts b/clients/client-redshift-serverless/src/commands/UntagResourceCommand.ts index 4b7e9233408b0..7e7269eb92067 100644 --- a/clients/client-redshift-serverless/src/commands/UntagResourceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/UpdateEndpointAccessCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateEndpointAccessCommand.ts index d58a8ef9d881d..52d30da4cd12c 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateEndpointAccessCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateEndpointAccessCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/UpdateNamespaceCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateNamespaceCommand.ts index f9ed466b13b79..26817562bcfe1 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateNamespaceCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateNamespaceCommand.ts @@ -26,6 +26,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/UpdateSnapshotCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateSnapshotCommand.ts index c04235dd8996d..ee54de6953120 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateSnapshotCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateSnapshotCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/UpdateUsageLimitCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateUsageLimitCommand.ts index 6c8d60e5c0f1a..45eda5c2484cc 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateUsageLimitCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateUsageLimitCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/commands/UpdateWorkgroupCommand.ts b/clients/client-redshift-serverless/src/commands/UpdateWorkgroupCommand.ts index 4b66028e56c73..194c5cc7acdaf 100644 --- a/clients/client-redshift-serverless/src/commands/UpdateWorkgroupCommand.ts +++ b/clients/client-redshift-serverless/src/commands/UpdateWorkgroupCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../RedshiftServerlessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift-serverless/src/index.ts b/clients/client-redshift-serverless/src/index.ts index 839192360ecdc..0c34e300dab02 100644 --- a/clients/client-redshift-serverless/src/index.ts +++ b/clients/client-redshift-serverless/src/index.ts @@ -1,8 +1,25 @@ -export * from "./RedshiftServerless"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

This is an interface reference for Amazon Redshift Serverless. + * It contains documentation for one of the programming or command line interfaces you can use to manage Amazon Redshift Serverless. + *

+ *

Amazon Redshift Serverless automatically provisions data warehouse capacity and intelligently scales the + * underlying resources based on workload demands. Amazon Redshift Serverless adjusts capacity in seconds to deliver consistently high + * performance and simplified operations for even the most demanding and volatile workloads. Amazon Redshift Serverless lets you + * focus on using your data to acquire new insights for your business and customers. + *

+ *

+ * To learn more about Amazon Redshift Serverless, + * see What is Amazon Redshift Serverless. + *

+ * + * @packageDocumentation + */ export * from "./RedshiftServerlessClient"; +export * from "./RedshiftServerless"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { RedshiftServerlessServiceException } from "./models/RedshiftServerlessServiceException"; diff --git a/clients/client-redshift-serverless/src/models/RedshiftServerlessServiceException.ts b/clients/client-redshift-serverless/src/models/RedshiftServerlessServiceException.ts index c40730562ee7c..50203f137c8cf 100644 --- a/clients/client-redshift-serverless/src/models/RedshiftServerlessServiceException.ts +++ b/clients/client-redshift-serverless/src/models/RedshiftServerlessServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-redshift/src/RedshiftClient.ts b/clients/client-redshift/src/RedshiftClient.ts index bfd98dd0c2632..32240b7a0bae1 100644 --- a/clients/client-redshift/src/RedshiftClient.ts +++ b/clients/client-redshift/src/RedshiftClient.ts @@ -454,6 +454,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -829,7 +831,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type RedshiftClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type RedshiftClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -848,7 +850,7 @@ export interface RedshiftClientConfig extends RedshiftClientConfigType {} /** * @public */ -type RedshiftClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type RedshiftClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-redshift/src/commands/AcceptReservedNodeExchangeCommand.ts b/clients/client-redshift/src/commands/AcceptReservedNodeExchangeCommand.ts index 97afe45feb7b5..add6311ed9733 100644 --- a/clients/client-redshift/src/commands/AcceptReservedNodeExchangeCommand.ts +++ b/clients/client-redshift/src/commands/AcceptReservedNodeExchangeCommand.ts @@ -17,6 +17,10 @@ import { AcceptReservedNodeExchangeInputMessage, AcceptReservedNodeExchangeOutpu import { de_AcceptReservedNodeExchangeCommand, se_AcceptReservedNodeExchangeCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/AddPartnerCommand.ts b/clients/client-redshift/src/commands/AddPartnerCommand.ts index f9bb00eef0aef..d5e3a60096c3e 100644 --- a/clients/client-redshift/src/commands/AddPartnerCommand.ts +++ b/clients/client-redshift/src/commands/AddPartnerCommand.ts @@ -17,6 +17,10 @@ import { PartnerIntegrationInputMessage, PartnerIntegrationOutputMessage } from import { de_AddPartnerCommand, se_AddPartnerCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/AssociateDataShareConsumerCommand.ts b/clients/client-redshift/src/commands/AssociateDataShareConsumerCommand.ts index 870e9a29a5e23..b158f63ad7f75 100644 --- a/clients/client-redshift/src/commands/AssociateDataShareConsumerCommand.ts +++ b/clients/client-redshift/src/commands/AssociateDataShareConsumerCommand.ts @@ -17,6 +17,10 @@ import { AssociateDataShareConsumerMessage, DataShare } from "../models/models_0 import { de_AssociateDataShareConsumerCommand, se_AssociateDataShareConsumerCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/AuthorizeClusterSecurityGroupIngressCommand.ts b/clients/client-redshift/src/commands/AuthorizeClusterSecurityGroupIngressCommand.ts index eb449271072e1..37290d16bee30 100644 --- a/clients/client-redshift/src/commands/AuthorizeClusterSecurityGroupIngressCommand.ts +++ b/clients/client-redshift/src/commands/AuthorizeClusterSecurityGroupIngressCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/AuthorizeDataShareCommand.ts b/clients/client-redshift/src/commands/AuthorizeDataShareCommand.ts index 7b92da5f3fdaf..c78e386b83bff 100644 --- a/clients/client-redshift/src/commands/AuthorizeDataShareCommand.ts +++ b/clients/client-redshift/src/commands/AuthorizeDataShareCommand.ts @@ -17,6 +17,10 @@ import { AuthorizeDataShareMessage, DataShare } from "../models/models_0"; import { de_AuthorizeDataShareCommand, se_AuthorizeDataShareCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/AuthorizeEndpointAccessCommand.ts b/clients/client-redshift/src/commands/AuthorizeEndpointAccessCommand.ts index d4fc3a8dd0791..e828ec0f2bcc2 100644 --- a/clients/client-redshift/src/commands/AuthorizeEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/AuthorizeEndpointAccessCommand.ts @@ -17,6 +17,10 @@ import { AuthorizeEndpointAccessMessage, EndpointAuthorization } from "../models import { de_AuthorizeEndpointAccessCommand, se_AuthorizeEndpointAccessCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/AuthorizeSnapshotAccessCommand.ts b/clients/client-redshift/src/commands/AuthorizeSnapshotAccessCommand.ts index b99c3e1e2af8c..b5a4c6a545f85 100644 --- a/clients/client-redshift/src/commands/AuthorizeSnapshotAccessCommand.ts +++ b/clients/client-redshift/src/commands/AuthorizeSnapshotAccessCommand.ts @@ -17,6 +17,10 @@ import { AuthorizeSnapshotAccessMessage, AuthorizeSnapshotAccessResult } from ". import { de_AuthorizeSnapshotAccessCommand, se_AuthorizeSnapshotAccessCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/BatchDeleteClusterSnapshotsCommand.ts b/clients/client-redshift/src/commands/BatchDeleteClusterSnapshotsCommand.ts index a0b46332d0578..7fb9c0a41e947 100644 --- a/clients/client-redshift/src/commands/BatchDeleteClusterSnapshotsCommand.ts +++ b/clients/client-redshift/src/commands/BatchDeleteClusterSnapshotsCommand.ts @@ -17,6 +17,10 @@ import { BatchDeleteClusterSnapshotsRequest, BatchDeleteClusterSnapshotsResult } import { de_BatchDeleteClusterSnapshotsCommand, se_BatchDeleteClusterSnapshotsCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/BatchModifyClusterSnapshotsCommand.ts b/clients/client-redshift/src/commands/BatchModifyClusterSnapshotsCommand.ts index fdfa6baf5fa92..faf1fe05dad57 100644 --- a/clients/client-redshift/src/commands/BatchModifyClusterSnapshotsCommand.ts +++ b/clients/client-redshift/src/commands/BatchModifyClusterSnapshotsCommand.ts @@ -17,6 +17,10 @@ import { BatchModifyClusterSnapshotsMessage, BatchModifyClusterSnapshotsOutputMe import { de_BatchModifyClusterSnapshotsCommand, se_BatchModifyClusterSnapshotsCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/CancelResizeCommand.ts b/clients/client-redshift/src/commands/CancelResizeCommand.ts index e7b3a70087808..a1ffee75716aa 100644 --- a/clients/client-redshift/src/commands/CancelResizeCommand.ts +++ b/clients/client-redshift/src/commands/CancelResizeCommand.ts @@ -17,6 +17,10 @@ import { CancelResizeMessage, ResizeProgressMessage } from "../models/models_0"; import { de_CancelResizeCommand, se_CancelResizeCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/CopyClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/CopyClusterSnapshotCommand.ts index b5a399344b9b1..0d37d46bf8e57 100644 --- a/clients/client-redshift/src/commands/CopyClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/CopyClusterSnapshotCommand.ts @@ -17,6 +17,10 @@ import { CopyClusterSnapshotMessage, CopyClusterSnapshotResult } from "../models import { de_CopyClusterSnapshotCommand, se_CopyClusterSnapshotCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/CreateAuthenticationProfileCommand.ts b/clients/client-redshift/src/commands/CreateAuthenticationProfileCommand.ts index c83010940aa0b..53a693b1fe291 100644 --- a/clients/client-redshift/src/commands/CreateAuthenticationProfileCommand.ts +++ b/clients/client-redshift/src/commands/CreateAuthenticationProfileCommand.ts @@ -17,6 +17,10 @@ import { CreateAuthenticationProfileMessage, CreateAuthenticationProfileResult } import { de_CreateAuthenticationProfileCommand, se_CreateAuthenticationProfileCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/CreateClusterCommand.ts b/clients/client-redshift/src/commands/CreateClusterCommand.ts index 95d45896ae1b9..541a48ea9e079 100644 --- a/clients/client-redshift/src/commands/CreateClusterCommand.ts +++ b/clients/client-redshift/src/commands/CreateClusterCommand.ts @@ -17,6 +17,10 @@ import { CreateClusterMessage, CreateClusterResult } from "../models/models_0"; import { de_CreateClusterCommand, se_CreateClusterCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/CreateClusterParameterGroupCommand.ts b/clients/client-redshift/src/commands/CreateClusterParameterGroupCommand.ts index 8deff420f7218..2c4f0e2ac4505 100644 --- a/clients/client-redshift/src/commands/CreateClusterParameterGroupCommand.ts +++ b/clients/client-redshift/src/commands/CreateClusterParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateClusterParameterGroupMessage, CreateClusterParameterGroupResult } import { de_CreateClusterParameterGroupCommand, se_CreateClusterParameterGroupCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/CreateClusterSecurityGroupCommand.ts b/clients/client-redshift/src/commands/CreateClusterSecurityGroupCommand.ts index 9b450f1ee0f9b..ba41a22ca39a9 100644 --- a/clients/client-redshift/src/commands/CreateClusterSecurityGroupCommand.ts +++ b/clients/client-redshift/src/commands/CreateClusterSecurityGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateClusterSecurityGroupMessage, CreateClusterSecurityGroupResult } f import { de_CreateClusterSecurityGroupCommand, se_CreateClusterSecurityGroupCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/CreateClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/CreateClusterSnapshotCommand.ts index ad116b5521a53..8a48ee6bbb705 100644 --- a/clients/client-redshift/src/commands/CreateClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/CreateClusterSnapshotCommand.ts @@ -17,6 +17,10 @@ import { CreateClusterSnapshotMessage, CreateClusterSnapshotResult } from "../mo import { de_CreateClusterSnapshotCommand, se_CreateClusterSnapshotCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/CreateClusterSubnetGroupCommand.ts b/clients/client-redshift/src/commands/CreateClusterSubnetGroupCommand.ts index e8c3f2146831f..55ca346c0ac86 100644 --- a/clients/client-redshift/src/commands/CreateClusterSubnetGroupCommand.ts +++ b/clients/client-redshift/src/commands/CreateClusterSubnetGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateClusterSubnetGroupMessage, CreateClusterSubnetGroupResult } from import { de_CreateClusterSubnetGroupCommand, se_CreateClusterSubnetGroupCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/CreateEndpointAccessCommand.ts b/clients/client-redshift/src/commands/CreateEndpointAccessCommand.ts index 45df15f2ed23f..68d6c180ad69d 100644 --- a/clients/client-redshift/src/commands/CreateEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/CreateEndpointAccessCommand.ts @@ -17,6 +17,10 @@ import { CreateEndpointAccessMessage, EndpointAccess } from "../models/models_0" import { de_CreateEndpointAccessCommand, se_CreateEndpointAccessCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/CreateEventSubscriptionCommand.ts b/clients/client-redshift/src/commands/CreateEventSubscriptionCommand.ts index f6f589e283837..a5a3a4b5ca7cb 100644 --- a/clients/client-redshift/src/commands/CreateEventSubscriptionCommand.ts +++ b/clients/client-redshift/src/commands/CreateEventSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { CreateEventSubscriptionMessage, CreateEventSubscriptionResult } from ". import { de_CreateEventSubscriptionCommand, se_CreateEventSubscriptionCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/CreateHsmClientCertificateCommand.ts b/clients/client-redshift/src/commands/CreateHsmClientCertificateCommand.ts index a34d483fdedb2..34a444c77650d 100644 --- a/clients/client-redshift/src/commands/CreateHsmClientCertificateCommand.ts +++ b/clients/client-redshift/src/commands/CreateHsmClientCertificateCommand.ts @@ -17,6 +17,10 @@ import { CreateHsmClientCertificateMessage, CreateHsmClientCertificateResult } f import { de_CreateHsmClientCertificateCommand, se_CreateHsmClientCertificateCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/CreateHsmConfigurationCommand.ts b/clients/client-redshift/src/commands/CreateHsmConfigurationCommand.ts index 5011347495047..d77fde9bb9138 100644 --- a/clients/client-redshift/src/commands/CreateHsmConfigurationCommand.ts +++ b/clients/client-redshift/src/commands/CreateHsmConfigurationCommand.ts @@ -17,6 +17,10 @@ import { CreateHsmConfigurationMessage, CreateHsmConfigurationResult } from "../ import { de_CreateHsmConfigurationCommand, se_CreateHsmConfigurationCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/CreateScheduledActionCommand.ts b/clients/client-redshift/src/commands/CreateScheduledActionCommand.ts index a6bfaa7d0b354..c16b009e355e2 100644 --- a/clients/client-redshift/src/commands/CreateScheduledActionCommand.ts +++ b/clients/client-redshift/src/commands/CreateScheduledActionCommand.ts @@ -17,6 +17,10 @@ import { CreateScheduledActionMessage, ScheduledAction } from "../models/models_ import { de_CreateScheduledActionCommand, se_CreateScheduledActionCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/CreateSnapshotCopyGrantCommand.ts b/clients/client-redshift/src/commands/CreateSnapshotCopyGrantCommand.ts index 627ef72e57288..fd3a91943df3b 100644 --- a/clients/client-redshift/src/commands/CreateSnapshotCopyGrantCommand.ts +++ b/clients/client-redshift/src/commands/CreateSnapshotCopyGrantCommand.ts @@ -17,6 +17,10 @@ import { CreateSnapshotCopyGrantMessage, CreateSnapshotCopyGrantResult } from ". import { de_CreateSnapshotCopyGrantCommand, se_CreateSnapshotCopyGrantCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/CreateSnapshotScheduleCommand.ts b/clients/client-redshift/src/commands/CreateSnapshotScheduleCommand.ts index 92958ab93fe2c..94a0f2b4c86c7 100644 --- a/clients/client-redshift/src/commands/CreateSnapshotScheduleCommand.ts +++ b/clients/client-redshift/src/commands/CreateSnapshotScheduleCommand.ts @@ -17,6 +17,10 @@ import { CreateSnapshotScheduleMessage, SnapshotSchedule } from "../models/model import { de_CreateSnapshotScheduleCommand, se_CreateSnapshotScheduleCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/CreateTagsCommand.ts b/clients/client-redshift/src/commands/CreateTagsCommand.ts index 4a3eac8dfa1b7..cbf6fba54b2bf 100644 --- a/clients/client-redshift/src/commands/CreateTagsCommand.ts +++ b/clients/client-redshift/src/commands/CreateTagsCommand.ts @@ -17,6 +17,10 @@ import { CreateTagsMessage } from "../models/models_0"; import { de_CreateTagsCommand, se_CreateTagsCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/CreateUsageLimitCommand.ts b/clients/client-redshift/src/commands/CreateUsageLimitCommand.ts index bdec82ec7d771..2d03b7d82a44f 100644 --- a/clients/client-redshift/src/commands/CreateUsageLimitCommand.ts +++ b/clients/client-redshift/src/commands/CreateUsageLimitCommand.ts @@ -17,6 +17,10 @@ import { CreateUsageLimitMessage, UsageLimit } from "../models/models_0"; import { de_CreateUsageLimitCommand, se_CreateUsageLimitCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DeauthorizeDataShareCommand.ts b/clients/client-redshift/src/commands/DeauthorizeDataShareCommand.ts index 2e8207123947e..54f43907edae2 100644 --- a/clients/client-redshift/src/commands/DeauthorizeDataShareCommand.ts +++ b/clients/client-redshift/src/commands/DeauthorizeDataShareCommand.ts @@ -17,6 +17,10 @@ import { DataShare, DeauthorizeDataShareMessage } from "../models/models_0"; import { de_DeauthorizeDataShareCommand, se_DeauthorizeDataShareCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DeleteAuthenticationProfileCommand.ts b/clients/client-redshift/src/commands/DeleteAuthenticationProfileCommand.ts index e37651fc3cc2a..ca1705aa1ce51 100644 --- a/clients/client-redshift/src/commands/DeleteAuthenticationProfileCommand.ts +++ b/clients/client-redshift/src/commands/DeleteAuthenticationProfileCommand.ts @@ -17,6 +17,10 @@ import { DeleteAuthenticationProfileMessage, DeleteAuthenticationProfileResult } import { de_DeleteAuthenticationProfileCommand, se_DeleteAuthenticationProfileCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DeleteClusterCommand.ts b/clients/client-redshift/src/commands/DeleteClusterCommand.ts index 812d8cc8e557f..9583780a421c7 100644 --- a/clients/client-redshift/src/commands/DeleteClusterCommand.ts +++ b/clients/client-redshift/src/commands/DeleteClusterCommand.ts @@ -17,6 +17,10 @@ import { DeleteClusterMessage, DeleteClusterResult } from "../models/models_0"; import { de_DeleteClusterCommand, se_DeleteClusterCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DeleteClusterParameterGroupCommand.ts b/clients/client-redshift/src/commands/DeleteClusterParameterGroupCommand.ts index 4b2fb1bd406d9..43802d9560707 100644 --- a/clients/client-redshift/src/commands/DeleteClusterParameterGroupCommand.ts +++ b/clients/client-redshift/src/commands/DeleteClusterParameterGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteClusterParameterGroupMessage } from "../models/models_0"; import { de_DeleteClusterParameterGroupCommand, se_DeleteClusterParameterGroupCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DeleteClusterSecurityGroupCommand.ts b/clients/client-redshift/src/commands/DeleteClusterSecurityGroupCommand.ts index f1448cc5b986f..16a694a936657 100644 --- a/clients/client-redshift/src/commands/DeleteClusterSecurityGroupCommand.ts +++ b/clients/client-redshift/src/commands/DeleteClusterSecurityGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteClusterSecurityGroupMessage } from "../models/models_0"; import { de_DeleteClusterSecurityGroupCommand, se_DeleteClusterSecurityGroupCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DeleteClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/DeleteClusterSnapshotCommand.ts index ba22cdee8243f..d42cb2d1b7dcb 100644 --- a/clients/client-redshift/src/commands/DeleteClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/DeleteClusterSnapshotCommand.ts @@ -17,6 +17,10 @@ import { DeleteClusterSnapshotMessage, DeleteClusterSnapshotResult } from "../mo import { de_DeleteClusterSnapshotCommand, se_DeleteClusterSnapshotCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DeleteClusterSubnetGroupCommand.ts b/clients/client-redshift/src/commands/DeleteClusterSubnetGroupCommand.ts index e4f2c74bb9e12..2d226ab326f9a 100644 --- a/clients/client-redshift/src/commands/DeleteClusterSubnetGroupCommand.ts +++ b/clients/client-redshift/src/commands/DeleteClusterSubnetGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteClusterSubnetGroupMessage } from "../models/models_0"; import { de_DeleteClusterSubnetGroupCommand, se_DeleteClusterSubnetGroupCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DeleteEndpointAccessCommand.ts b/clients/client-redshift/src/commands/DeleteEndpointAccessCommand.ts index 76f9289c518c4..c7f6f9c49149f 100644 --- a/clients/client-redshift/src/commands/DeleteEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/DeleteEndpointAccessCommand.ts @@ -17,6 +17,10 @@ import { DeleteEndpointAccessMessage, EndpointAccess } from "../models/models_0" import { de_DeleteEndpointAccessCommand, se_DeleteEndpointAccessCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DeleteEventSubscriptionCommand.ts b/clients/client-redshift/src/commands/DeleteEventSubscriptionCommand.ts index 3e284dbfb5ad0..093f9f11eba68 100644 --- a/clients/client-redshift/src/commands/DeleteEventSubscriptionCommand.ts +++ b/clients/client-redshift/src/commands/DeleteEventSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { DeleteEventSubscriptionMessage } from "../models/models_0"; import { de_DeleteEventSubscriptionCommand, se_DeleteEventSubscriptionCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DeleteHsmClientCertificateCommand.ts b/clients/client-redshift/src/commands/DeleteHsmClientCertificateCommand.ts index 6239b5a4c9ab3..7ec167bcc2725 100644 --- a/clients/client-redshift/src/commands/DeleteHsmClientCertificateCommand.ts +++ b/clients/client-redshift/src/commands/DeleteHsmClientCertificateCommand.ts @@ -17,6 +17,10 @@ import { DeleteHsmClientCertificateMessage } from "../models/models_0"; import { de_DeleteHsmClientCertificateCommand, se_DeleteHsmClientCertificateCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DeleteHsmConfigurationCommand.ts b/clients/client-redshift/src/commands/DeleteHsmConfigurationCommand.ts index 277fea69de757..296b593a74f92 100644 --- a/clients/client-redshift/src/commands/DeleteHsmConfigurationCommand.ts +++ b/clients/client-redshift/src/commands/DeleteHsmConfigurationCommand.ts @@ -17,6 +17,10 @@ import { DeleteHsmConfigurationMessage } from "../models/models_0"; import { de_DeleteHsmConfigurationCommand, se_DeleteHsmConfigurationCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DeletePartnerCommand.ts b/clients/client-redshift/src/commands/DeletePartnerCommand.ts index 1a165c40e32ef..b035d2318840f 100644 --- a/clients/client-redshift/src/commands/DeletePartnerCommand.ts +++ b/clients/client-redshift/src/commands/DeletePartnerCommand.ts @@ -17,6 +17,10 @@ import { PartnerIntegrationInputMessage, PartnerIntegrationOutputMessage } from import { de_DeletePartnerCommand, se_DeletePartnerCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DeleteScheduledActionCommand.ts b/clients/client-redshift/src/commands/DeleteScheduledActionCommand.ts index 62ca54c48bb2c..142bb01bcb03c 100644 --- a/clients/client-redshift/src/commands/DeleteScheduledActionCommand.ts +++ b/clients/client-redshift/src/commands/DeleteScheduledActionCommand.ts @@ -17,6 +17,10 @@ import { DeleteScheduledActionMessage } from "../models/models_0"; import { de_DeleteScheduledActionCommand, se_DeleteScheduledActionCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DeleteSnapshotCopyGrantCommand.ts b/clients/client-redshift/src/commands/DeleteSnapshotCopyGrantCommand.ts index d4a922d1c9806..81c48a8a07c0c 100644 --- a/clients/client-redshift/src/commands/DeleteSnapshotCopyGrantCommand.ts +++ b/clients/client-redshift/src/commands/DeleteSnapshotCopyGrantCommand.ts @@ -17,6 +17,10 @@ import { DeleteSnapshotCopyGrantMessage } from "../models/models_0"; import { de_DeleteSnapshotCopyGrantCommand, se_DeleteSnapshotCopyGrantCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DeleteSnapshotScheduleCommand.ts b/clients/client-redshift/src/commands/DeleteSnapshotScheduleCommand.ts index ae470174479b1..72d36ef930cff 100644 --- a/clients/client-redshift/src/commands/DeleteSnapshotScheduleCommand.ts +++ b/clients/client-redshift/src/commands/DeleteSnapshotScheduleCommand.ts @@ -17,6 +17,10 @@ import { DeleteSnapshotScheduleMessage } from "../models/models_0"; import { de_DeleteSnapshotScheduleCommand, se_DeleteSnapshotScheduleCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DeleteTagsCommand.ts b/clients/client-redshift/src/commands/DeleteTagsCommand.ts index 1497ecb299f06..7470feda8bad9 100644 --- a/clients/client-redshift/src/commands/DeleteTagsCommand.ts +++ b/clients/client-redshift/src/commands/DeleteTagsCommand.ts @@ -17,6 +17,10 @@ import { DeleteTagsMessage } from "../models/models_0"; import { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DeleteUsageLimitCommand.ts b/clients/client-redshift/src/commands/DeleteUsageLimitCommand.ts index bdbb7227f2794..67ef37c63dddb 100644 --- a/clients/client-redshift/src/commands/DeleteUsageLimitCommand.ts +++ b/clients/client-redshift/src/commands/DeleteUsageLimitCommand.ts @@ -17,6 +17,10 @@ import { DeleteUsageLimitMessage } from "../models/models_0"; import { de_DeleteUsageLimitCommand, se_DeleteUsageLimitCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeAccountAttributesCommand.ts b/clients/client-redshift/src/commands/DescribeAccountAttributesCommand.ts index e4e9e11894c98..fe6e3d166d949 100644 --- a/clients/client-redshift/src/commands/DescribeAccountAttributesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeAccountAttributesCommand.ts @@ -17,6 +17,10 @@ import { AccountAttributeList, DescribeAccountAttributesMessage } from "../model import { de_DescribeAccountAttributesCommand, se_DescribeAccountAttributesCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeAuthenticationProfilesCommand.ts b/clients/client-redshift/src/commands/DescribeAuthenticationProfilesCommand.ts index bcae1b13474c8..a4881b8f2f568 100644 --- a/clients/client-redshift/src/commands/DescribeAuthenticationProfilesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeAuthenticationProfilesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeClusterDbRevisionsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterDbRevisionsCommand.ts index 7cd9dd816e461..7c191ec58ea0b 100644 --- a/clients/client-redshift/src/commands/DescribeClusterDbRevisionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterDbRevisionsCommand.ts @@ -17,6 +17,10 @@ import { ClusterDbRevisionsMessage, DescribeClusterDbRevisionsMessage } from ".. import { de_DescribeClusterDbRevisionsCommand, se_DescribeClusterDbRevisionsCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeClusterParameterGroupsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterParameterGroupsCommand.ts index c031aebe43ced..c2dc83ba8af17 100644 --- a/clients/client-redshift/src/commands/DescribeClusterParameterGroupsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterParameterGroupsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeClusterParametersCommand.ts b/clients/client-redshift/src/commands/DescribeClusterParametersCommand.ts index b91569b2595bf..ce830ee788b36 100644 --- a/clients/client-redshift/src/commands/DescribeClusterParametersCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterParametersCommand.ts @@ -17,6 +17,10 @@ import { ClusterParameterGroupDetails, DescribeClusterParametersMessage } from " import { de_DescribeClusterParametersCommand, se_DescribeClusterParametersCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeClusterSecurityGroupsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterSecurityGroupsCommand.ts index 64e6fbdd41ad2..924f7adf1b98b 100644 --- a/clients/client-redshift/src/commands/DescribeClusterSecurityGroupsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterSecurityGroupsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeClusterSnapshotsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterSnapshotsCommand.ts index 0d6dc19c738b6..994263c5f1913 100644 --- a/clients/client-redshift/src/commands/DescribeClusterSnapshotsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterSnapshotsCommand.ts @@ -17,6 +17,10 @@ import { DescribeClusterSnapshotsMessage, SnapshotMessage } from "../models/mode import { de_DescribeClusterSnapshotsCommand, se_DescribeClusterSnapshotsCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeClusterSubnetGroupsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterSubnetGroupsCommand.ts index 64d9b2f80e9c2..b6e34cea8ad7d 100644 --- a/clients/client-redshift/src/commands/DescribeClusterSubnetGroupsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterSubnetGroupsCommand.ts @@ -17,6 +17,10 @@ import { ClusterSubnetGroupMessage, DescribeClusterSubnetGroupsMessage } from ". import { de_DescribeClusterSubnetGroupsCommand, se_DescribeClusterSubnetGroupsCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeClusterTracksCommand.ts b/clients/client-redshift/src/commands/DescribeClusterTracksCommand.ts index f7c5f65fb67d7..7c3035c936075 100644 --- a/clients/client-redshift/src/commands/DescribeClusterTracksCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterTracksCommand.ts @@ -17,6 +17,10 @@ import { DescribeClusterTracksMessage, TrackListMessage } from "../models/models import { de_DescribeClusterTracksCommand, se_DescribeClusterTracksCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeClusterVersionsCommand.ts b/clients/client-redshift/src/commands/DescribeClusterVersionsCommand.ts index 86c0fe02f49c4..b21852861a409 100644 --- a/clients/client-redshift/src/commands/DescribeClusterVersionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClusterVersionsCommand.ts @@ -17,6 +17,10 @@ import { ClusterVersionsMessage, DescribeClusterVersionsMessage } from "../model import { de_DescribeClusterVersionsCommand, se_DescribeClusterVersionsCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeClustersCommand.ts b/clients/client-redshift/src/commands/DescribeClustersCommand.ts index 8c9fbea0b58e0..26180794b5728 100644 --- a/clients/client-redshift/src/commands/DescribeClustersCommand.ts +++ b/clients/client-redshift/src/commands/DescribeClustersCommand.ts @@ -17,6 +17,10 @@ import { ClustersMessage, DescribeClustersMessage } from "../models/models_0"; import { de_DescribeClustersCommand, se_DescribeClustersCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeDataSharesCommand.ts b/clients/client-redshift/src/commands/DescribeDataSharesCommand.ts index a64a512c7aebf..22a5fbb16a9a8 100644 --- a/clients/client-redshift/src/commands/DescribeDataSharesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeDataSharesCommand.ts @@ -17,6 +17,10 @@ import { DescribeDataSharesMessage, DescribeDataSharesResult } from "../models/m import { de_DescribeDataSharesCommand, se_DescribeDataSharesCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeDataSharesForConsumerCommand.ts b/clients/client-redshift/src/commands/DescribeDataSharesForConsumerCommand.ts index 33f8bfa4f93d2..8f8b68dc1de30 100644 --- a/clients/client-redshift/src/commands/DescribeDataSharesForConsumerCommand.ts +++ b/clients/client-redshift/src/commands/DescribeDataSharesForConsumerCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeDataSharesForProducerCommand.ts b/clients/client-redshift/src/commands/DescribeDataSharesForProducerCommand.ts index c632badd2b17c..d389439835bbb 100644 --- a/clients/client-redshift/src/commands/DescribeDataSharesForProducerCommand.ts +++ b/clients/client-redshift/src/commands/DescribeDataSharesForProducerCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeDefaultClusterParametersCommand.ts b/clients/client-redshift/src/commands/DescribeDefaultClusterParametersCommand.ts index 355ad388c4eac..d240f539fa2db 100644 --- a/clients/client-redshift/src/commands/DescribeDefaultClusterParametersCommand.ts +++ b/clients/client-redshift/src/commands/DescribeDefaultClusterParametersCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeEndpointAccessCommand.ts b/clients/client-redshift/src/commands/DescribeEndpointAccessCommand.ts index 95b032ba64d56..b1294e9023b11 100644 --- a/clients/client-redshift/src/commands/DescribeEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/DescribeEndpointAccessCommand.ts @@ -17,6 +17,10 @@ import { DescribeEndpointAccessMessage, EndpointAccessList } from "../models/mod import { de_DescribeEndpointAccessCommand, se_DescribeEndpointAccessCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeEndpointAuthorizationCommand.ts b/clients/client-redshift/src/commands/DescribeEndpointAuthorizationCommand.ts index 220bb588f2599..75e9b4217f1c4 100644 --- a/clients/client-redshift/src/commands/DescribeEndpointAuthorizationCommand.ts +++ b/clients/client-redshift/src/commands/DescribeEndpointAuthorizationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeEventCategoriesCommand.ts b/clients/client-redshift/src/commands/DescribeEventCategoriesCommand.ts index 2aa430ddc5755..344999b365167 100644 --- a/clients/client-redshift/src/commands/DescribeEventCategoriesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeEventCategoriesCommand.ts @@ -17,6 +17,10 @@ import { DescribeEventCategoriesMessage, EventCategoriesMessage } from "../model import { de_DescribeEventCategoriesCommand, se_DescribeEventCategoriesCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeEventSubscriptionsCommand.ts b/clients/client-redshift/src/commands/DescribeEventSubscriptionsCommand.ts index d78334a5d5836..93f7906b787ff 100644 --- a/clients/client-redshift/src/commands/DescribeEventSubscriptionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeEventSubscriptionsCommand.ts @@ -17,6 +17,10 @@ import { DescribeEventSubscriptionsMessage, EventSubscriptionsMessage } from ".. import { de_DescribeEventSubscriptionsCommand, se_DescribeEventSubscriptionsCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeEventsCommand.ts b/clients/client-redshift/src/commands/DescribeEventsCommand.ts index c7375306b6f0a..2ddb9e8f0e021 100644 --- a/clients/client-redshift/src/commands/DescribeEventsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeEventsCommand.ts @@ -17,6 +17,10 @@ import { DescribeEventsMessage, EventsMessage } from "../models/models_0"; import { de_DescribeEventsCommand, se_DescribeEventsCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeHsmClientCertificatesCommand.ts b/clients/client-redshift/src/commands/DescribeHsmClientCertificatesCommand.ts index e88e8cd10669e..f210dbbdddd1f 100644 --- a/clients/client-redshift/src/commands/DescribeHsmClientCertificatesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeHsmClientCertificatesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeHsmConfigurationsCommand.ts b/clients/client-redshift/src/commands/DescribeHsmConfigurationsCommand.ts index a037c37acfb99..3555b8efcbc35 100644 --- a/clients/client-redshift/src/commands/DescribeHsmConfigurationsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeHsmConfigurationsCommand.ts @@ -17,6 +17,10 @@ import { DescribeHsmConfigurationsMessage, HsmConfigurationMessage } from "../mo import { de_DescribeHsmConfigurationsCommand, se_DescribeHsmConfigurationsCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeLoggingStatusCommand.ts b/clients/client-redshift/src/commands/DescribeLoggingStatusCommand.ts index 434d155a4b775..05c807855d81d 100644 --- a/clients/client-redshift/src/commands/DescribeLoggingStatusCommand.ts +++ b/clients/client-redshift/src/commands/DescribeLoggingStatusCommand.ts @@ -17,6 +17,10 @@ import { DescribeLoggingStatusMessage, LoggingStatus } from "../models/models_1" import { de_DescribeLoggingStatusCommand, se_DescribeLoggingStatusCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeNodeConfigurationOptionsCommand.ts b/clients/client-redshift/src/commands/DescribeNodeConfigurationOptionsCommand.ts index 05e8cdb80f1f4..4c8061f0d7b44 100644 --- a/clients/client-redshift/src/commands/DescribeNodeConfigurationOptionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeNodeConfigurationOptionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeOrderableClusterOptionsCommand.ts b/clients/client-redshift/src/commands/DescribeOrderableClusterOptionsCommand.ts index 55f50f1c905b5..ab44cfc13886a 100644 --- a/clients/client-redshift/src/commands/DescribeOrderableClusterOptionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeOrderableClusterOptionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribePartnersCommand.ts b/clients/client-redshift/src/commands/DescribePartnersCommand.ts index 14d3322ab7224..12d350629fc3f 100644 --- a/clients/client-redshift/src/commands/DescribePartnersCommand.ts +++ b/clients/client-redshift/src/commands/DescribePartnersCommand.ts @@ -17,6 +17,10 @@ import { DescribePartnersInputMessage, DescribePartnersOutputMessage } from "../ import { de_DescribePartnersCommand, se_DescribePartnersCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeReservedNodeExchangeStatusCommand.ts b/clients/client-redshift/src/commands/DescribeReservedNodeExchangeStatusCommand.ts index 2e34d9844b9bc..aff1ec111bb29 100644 --- a/clients/client-redshift/src/commands/DescribeReservedNodeExchangeStatusCommand.ts +++ b/clients/client-redshift/src/commands/DescribeReservedNodeExchangeStatusCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeReservedNodeOfferingsCommand.ts b/clients/client-redshift/src/commands/DescribeReservedNodeOfferingsCommand.ts index be2cd74a00fe5..622a5e02d417f 100644 --- a/clients/client-redshift/src/commands/DescribeReservedNodeOfferingsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeReservedNodeOfferingsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeReservedNodesCommand.ts b/clients/client-redshift/src/commands/DescribeReservedNodesCommand.ts index 367b23b4e7803..5988640b6055c 100644 --- a/clients/client-redshift/src/commands/DescribeReservedNodesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeReservedNodesCommand.ts @@ -17,6 +17,10 @@ import { DescribeReservedNodesMessage, ReservedNodesMessage } from "../models/mo import { de_DescribeReservedNodesCommand, se_DescribeReservedNodesCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeResizeCommand.ts b/clients/client-redshift/src/commands/DescribeResizeCommand.ts index cf337a60437ce..59d21f1f6bf12 100644 --- a/clients/client-redshift/src/commands/DescribeResizeCommand.ts +++ b/clients/client-redshift/src/commands/DescribeResizeCommand.ts @@ -18,6 +18,10 @@ import { DescribeResizeMessage } from "../models/models_1"; import { de_DescribeResizeCommand, se_DescribeResizeCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeScheduledActionsCommand.ts b/clients/client-redshift/src/commands/DescribeScheduledActionsCommand.ts index 52a4a34f41b42..3d89e43784539 100644 --- a/clients/client-redshift/src/commands/DescribeScheduledActionsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeScheduledActionsCommand.ts @@ -17,6 +17,10 @@ import { DescribeScheduledActionsMessage, ScheduledActionsMessage } from "../mod import { de_DescribeScheduledActionsCommand, se_DescribeScheduledActionsCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeSnapshotCopyGrantsCommand.ts b/clients/client-redshift/src/commands/DescribeSnapshotCopyGrantsCommand.ts index 7de3206779709..2b227c763c393 100644 --- a/clients/client-redshift/src/commands/DescribeSnapshotCopyGrantsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeSnapshotCopyGrantsCommand.ts @@ -17,6 +17,10 @@ import { DescribeSnapshotCopyGrantsMessage, SnapshotCopyGrantMessage } from "../ import { de_DescribeSnapshotCopyGrantsCommand, se_DescribeSnapshotCopyGrantsCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeSnapshotSchedulesCommand.ts b/clients/client-redshift/src/commands/DescribeSnapshotSchedulesCommand.ts index 8502b5fdab480..74985ff2d0576 100644 --- a/clients/client-redshift/src/commands/DescribeSnapshotSchedulesCommand.ts +++ b/clients/client-redshift/src/commands/DescribeSnapshotSchedulesCommand.ts @@ -17,6 +17,10 @@ import { DescribeSnapshotSchedulesMessage, DescribeSnapshotSchedulesOutputMessag import { de_DescribeSnapshotSchedulesCommand, se_DescribeSnapshotSchedulesCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeStorageCommand.ts b/clients/client-redshift/src/commands/DescribeStorageCommand.ts index 7d5ee91a8ace7..86b5de6ae0657 100644 --- a/clients/client-redshift/src/commands/DescribeStorageCommand.ts +++ b/clients/client-redshift/src/commands/DescribeStorageCommand.ts @@ -17,6 +17,10 @@ import { CustomerStorageMessage } from "../models/models_0"; import { de_DescribeStorageCommand, se_DescribeStorageCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeTableRestoreStatusCommand.ts b/clients/client-redshift/src/commands/DescribeTableRestoreStatusCommand.ts index 2504642b8debe..947f886a66596 100644 --- a/clients/client-redshift/src/commands/DescribeTableRestoreStatusCommand.ts +++ b/clients/client-redshift/src/commands/DescribeTableRestoreStatusCommand.ts @@ -17,6 +17,10 @@ import { DescribeTableRestoreStatusMessage, TableRestoreStatusMessage } from ".. import { de_DescribeTableRestoreStatusCommand, se_DescribeTableRestoreStatusCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeTagsCommand.ts b/clients/client-redshift/src/commands/DescribeTagsCommand.ts index 7d4b724b734ab..8765cf4e1381e 100644 --- a/clients/client-redshift/src/commands/DescribeTagsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeTagsCommand.ts @@ -17,6 +17,10 @@ import { DescribeTagsMessage, TaggedResourceListMessage } from "../models/models import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DescribeUsageLimitsCommand.ts b/clients/client-redshift/src/commands/DescribeUsageLimitsCommand.ts index e48a7e8a29d09..a4ebf8b943412 100644 --- a/clients/client-redshift/src/commands/DescribeUsageLimitsCommand.ts +++ b/clients/client-redshift/src/commands/DescribeUsageLimitsCommand.ts @@ -17,6 +17,10 @@ import { DescribeUsageLimitsMessage, UsageLimitList } from "../models/models_1"; import { de_DescribeUsageLimitsCommand, se_DescribeUsageLimitsCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DisableLoggingCommand.ts b/clients/client-redshift/src/commands/DisableLoggingCommand.ts index 79d2c4fbdd06b..5950775f89127 100644 --- a/clients/client-redshift/src/commands/DisableLoggingCommand.ts +++ b/clients/client-redshift/src/commands/DisableLoggingCommand.ts @@ -17,6 +17,10 @@ import { DisableLoggingMessage, LoggingStatus } from "../models/models_1"; import { de_DisableLoggingCommand, se_DisableLoggingCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DisableSnapshotCopyCommand.ts b/clients/client-redshift/src/commands/DisableSnapshotCopyCommand.ts index d80cae715700d..e5bcd6a0ee30d 100644 --- a/clients/client-redshift/src/commands/DisableSnapshotCopyCommand.ts +++ b/clients/client-redshift/src/commands/DisableSnapshotCopyCommand.ts @@ -17,6 +17,10 @@ import { DisableSnapshotCopyMessage, DisableSnapshotCopyResult } from "../models import { de_DisableSnapshotCopyCommand, se_DisableSnapshotCopyCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/DisassociateDataShareConsumerCommand.ts b/clients/client-redshift/src/commands/DisassociateDataShareConsumerCommand.ts index 2060a08741a9f..27b401f118dcd 100644 --- a/clients/client-redshift/src/commands/DisassociateDataShareConsumerCommand.ts +++ b/clients/client-redshift/src/commands/DisassociateDataShareConsumerCommand.ts @@ -21,6 +21,10 @@ import { } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/EnableLoggingCommand.ts b/clients/client-redshift/src/commands/EnableLoggingCommand.ts index 1e5829a820f41..2f064035f70dd 100644 --- a/clients/client-redshift/src/commands/EnableLoggingCommand.ts +++ b/clients/client-redshift/src/commands/EnableLoggingCommand.ts @@ -17,6 +17,10 @@ import { EnableLoggingMessage, LoggingStatus } from "../models/models_1"; import { de_EnableLoggingCommand, se_EnableLoggingCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/EnableSnapshotCopyCommand.ts b/clients/client-redshift/src/commands/EnableSnapshotCopyCommand.ts index 042f076807a86..4045d6cf53bc7 100644 --- a/clients/client-redshift/src/commands/EnableSnapshotCopyCommand.ts +++ b/clients/client-redshift/src/commands/EnableSnapshotCopyCommand.ts @@ -17,6 +17,10 @@ import { EnableSnapshotCopyMessage, EnableSnapshotCopyResult } from "../models/m import { de_EnableSnapshotCopyCommand, se_EnableSnapshotCopyCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/GetClusterCredentialsCommand.ts b/clients/client-redshift/src/commands/GetClusterCredentialsCommand.ts index 623bee2996b4c..062ea9f01198a 100644 --- a/clients/client-redshift/src/commands/GetClusterCredentialsCommand.ts +++ b/clients/client-redshift/src/commands/GetClusterCredentialsCommand.ts @@ -18,6 +18,10 @@ import { GetClusterCredentialsMessage } from "../models/models_1"; import { de_GetClusterCredentialsCommand, se_GetClusterCredentialsCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/GetClusterCredentialsWithIAMCommand.ts b/clients/client-redshift/src/commands/GetClusterCredentialsWithIAMCommand.ts index 845cec0e70a4f..ca854fe427315 100644 --- a/clients/client-redshift/src/commands/GetClusterCredentialsWithIAMCommand.ts +++ b/clients/client-redshift/src/commands/GetClusterCredentialsWithIAMCommand.ts @@ -18,6 +18,10 @@ import { GetClusterCredentialsWithIAMMessage } from "../models/models_1"; import { de_GetClusterCredentialsWithIAMCommand, se_GetClusterCredentialsWithIAMCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/GetReservedNodeExchangeConfigurationOptionsCommand.ts b/clients/client-redshift/src/commands/GetReservedNodeExchangeConfigurationOptionsCommand.ts index 2b8f7ed186118..8b2b523cdcef2 100644 --- a/clients/client-redshift/src/commands/GetReservedNodeExchangeConfigurationOptionsCommand.ts +++ b/clients/client-redshift/src/commands/GetReservedNodeExchangeConfigurationOptionsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/GetReservedNodeExchangeOfferingsCommand.ts b/clients/client-redshift/src/commands/GetReservedNodeExchangeOfferingsCommand.ts index 8c0878a3f1644..b1c2262f357b2 100644 --- a/clients/client-redshift/src/commands/GetReservedNodeExchangeOfferingsCommand.ts +++ b/clients/client-redshift/src/commands/GetReservedNodeExchangeOfferingsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/ModifyAquaConfigurationCommand.ts b/clients/client-redshift/src/commands/ModifyAquaConfigurationCommand.ts index fa3bffe1a1b10..37141dc3c1ccc 100644 --- a/clients/client-redshift/src/commands/ModifyAquaConfigurationCommand.ts +++ b/clients/client-redshift/src/commands/ModifyAquaConfigurationCommand.ts @@ -17,6 +17,10 @@ import { ModifyAquaInputMessage, ModifyAquaOutputMessage } from "../models/model import { de_ModifyAquaConfigurationCommand, se_ModifyAquaConfigurationCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/ModifyAuthenticationProfileCommand.ts b/clients/client-redshift/src/commands/ModifyAuthenticationProfileCommand.ts index 725a09ad31734..98e3690ecccdc 100644 --- a/clients/client-redshift/src/commands/ModifyAuthenticationProfileCommand.ts +++ b/clients/client-redshift/src/commands/ModifyAuthenticationProfileCommand.ts @@ -17,6 +17,10 @@ import { ModifyAuthenticationProfileMessage, ModifyAuthenticationProfileResult } import { de_ModifyAuthenticationProfileCommand, se_ModifyAuthenticationProfileCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/ModifyClusterCommand.ts b/clients/client-redshift/src/commands/ModifyClusterCommand.ts index e4abcf04002f8..600ac67676a03 100644 --- a/clients/client-redshift/src/commands/ModifyClusterCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterCommand.ts @@ -17,6 +17,10 @@ import { ModifyClusterMessage, ModifyClusterResult } from "../models/models_1"; import { de_ModifyClusterCommand, se_ModifyClusterCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/ModifyClusterDbRevisionCommand.ts b/clients/client-redshift/src/commands/ModifyClusterDbRevisionCommand.ts index 5564af30272d2..ea06bba2eeb33 100644 --- a/clients/client-redshift/src/commands/ModifyClusterDbRevisionCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterDbRevisionCommand.ts @@ -17,6 +17,10 @@ import { ModifyClusterDbRevisionMessage, ModifyClusterDbRevisionResult } from ". import { de_ModifyClusterDbRevisionCommand, se_ModifyClusterDbRevisionCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/ModifyClusterIamRolesCommand.ts b/clients/client-redshift/src/commands/ModifyClusterIamRolesCommand.ts index ddfe620d314da..08648b192a385 100644 --- a/clients/client-redshift/src/commands/ModifyClusterIamRolesCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterIamRolesCommand.ts @@ -17,6 +17,10 @@ import { ModifyClusterIamRolesMessage, ModifyClusterIamRolesResult } from "../mo import { de_ModifyClusterIamRolesCommand, se_ModifyClusterIamRolesCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/ModifyClusterMaintenanceCommand.ts b/clients/client-redshift/src/commands/ModifyClusterMaintenanceCommand.ts index 79b4a3143e4f8..71b935a68297c 100644 --- a/clients/client-redshift/src/commands/ModifyClusterMaintenanceCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterMaintenanceCommand.ts @@ -17,6 +17,10 @@ import { ModifyClusterMaintenanceMessage, ModifyClusterMaintenanceResult } from import { de_ModifyClusterMaintenanceCommand, se_ModifyClusterMaintenanceCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/ModifyClusterParameterGroupCommand.ts b/clients/client-redshift/src/commands/ModifyClusterParameterGroupCommand.ts index 08ded07596068..915b79d948437 100644 --- a/clients/client-redshift/src/commands/ModifyClusterParameterGroupCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterParameterGroupCommand.ts @@ -18,6 +18,10 @@ import { ModifyClusterParameterGroupMessage } from "../models/models_1"; import { de_ModifyClusterParameterGroupCommand, se_ModifyClusterParameterGroupCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/ModifyClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/ModifyClusterSnapshotCommand.ts index 9f43ccaf9bcde..fdb137ebe0cc5 100644 --- a/clients/client-redshift/src/commands/ModifyClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterSnapshotCommand.ts @@ -17,6 +17,10 @@ import { ModifyClusterSnapshotMessage, ModifyClusterSnapshotResult } from "../mo import { de_ModifyClusterSnapshotCommand, se_ModifyClusterSnapshotCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/ModifyClusterSnapshotScheduleCommand.ts b/clients/client-redshift/src/commands/ModifyClusterSnapshotScheduleCommand.ts index 95192a28ac573..e66ca40395c31 100644 --- a/clients/client-redshift/src/commands/ModifyClusterSnapshotScheduleCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterSnapshotScheduleCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/ModifyClusterSubnetGroupCommand.ts b/clients/client-redshift/src/commands/ModifyClusterSubnetGroupCommand.ts index a4fb560742fab..b78e5346d2a36 100644 --- a/clients/client-redshift/src/commands/ModifyClusterSubnetGroupCommand.ts +++ b/clients/client-redshift/src/commands/ModifyClusterSubnetGroupCommand.ts @@ -17,6 +17,10 @@ import { ModifyClusterSubnetGroupMessage, ModifyClusterSubnetGroupResult } from import { de_ModifyClusterSubnetGroupCommand, se_ModifyClusterSubnetGroupCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/ModifyEndpointAccessCommand.ts b/clients/client-redshift/src/commands/ModifyEndpointAccessCommand.ts index 38ea091ff18d0..f00675ab319f5 100644 --- a/clients/client-redshift/src/commands/ModifyEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/ModifyEndpointAccessCommand.ts @@ -18,6 +18,10 @@ import { ModifyEndpointAccessMessage } from "../models/models_1"; import { de_ModifyEndpointAccessCommand, se_ModifyEndpointAccessCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/ModifyEventSubscriptionCommand.ts b/clients/client-redshift/src/commands/ModifyEventSubscriptionCommand.ts index bb901f7abc6c8..9753ab293cf53 100644 --- a/clients/client-redshift/src/commands/ModifyEventSubscriptionCommand.ts +++ b/clients/client-redshift/src/commands/ModifyEventSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResult } from ". import { de_ModifyEventSubscriptionCommand, se_ModifyEventSubscriptionCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/ModifyScheduledActionCommand.ts b/clients/client-redshift/src/commands/ModifyScheduledActionCommand.ts index 1b9c2cd926299..f8dc4ce32d54c 100644 --- a/clients/client-redshift/src/commands/ModifyScheduledActionCommand.ts +++ b/clients/client-redshift/src/commands/ModifyScheduledActionCommand.ts @@ -18,6 +18,10 @@ import { ModifyScheduledActionMessage } from "../models/models_1"; import { de_ModifyScheduledActionCommand, se_ModifyScheduledActionCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/ModifySnapshotCopyRetentionPeriodCommand.ts b/clients/client-redshift/src/commands/ModifySnapshotCopyRetentionPeriodCommand.ts index f1c30f96c3d3f..daff6f9560aa4 100644 --- a/clients/client-redshift/src/commands/ModifySnapshotCopyRetentionPeriodCommand.ts +++ b/clients/client-redshift/src/commands/ModifySnapshotCopyRetentionPeriodCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/ModifySnapshotScheduleCommand.ts b/clients/client-redshift/src/commands/ModifySnapshotScheduleCommand.ts index 4face716454a2..9e5e5ca6180c0 100644 --- a/clients/client-redshift/src/commands/ModifySnapshotScheduleCommand.ts +++ b/clients/client-redshift/src/commands/ModifySnapshotScheduleCommand.ts @@ -18,6 +18,10 @@ import { ModifySnapshotScheduleMessage } from "../models/models_1"; import { de_ModifySnapshotScheduleCommand, se_ModifySnapshotScheduleCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/ModifyUsageLimitCommand.ts b/clients/client-redshift/src/commands/ModifyUsageLimitCommand.ts index f42abf5b87494..3122f8a47e07d 100644 --- a/clients/client-redshift/src/commands/ModifyUsageLimitCommand.ts +++ b/clients/client-redshift/src/commands/ModifyUsageLimitCommand.ts @@ -18,6 +18,10 @@ import { ModifyUsageLimitMessage } from "../models/models_1"; import { de_ModifyUsageLimitCommand, se_ModifyUsageLimitCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/PauseClusterCommand.ts b/clients/client-redshift/src/commands/PauseClusterCommand.ts index d8e28e32e1d33..ed236e57e76c0 100644 --- a/clients/client-redshift/src/commands/PauseClusterCommand.ts +++ b/clients/client-redshift/src/commands/PauseClusterCommand.ts @@ -18,6 +18,10 @@ import { PauseClusterResult } from "../models/models_1"; import { de_PauseClusterCommand, se_PauseClusterCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/PurchaseReservedNodeOfferingCommand.ts b/clients/client-redshift/src/commands/PurchaseReservedNodeOfferingCommand.ts index 56713c2bbd8c1..61ac9e56e0ed4 100644 --- a/clients/client-redshift/src/commands/PurchaseReservedNodeOfferingCommand.ts +++ b/clients/client-redshift/src/commands/PurchaseReservedNodeOfferingCommand.ts @@ -17,6 +17,10 @@ import { PurchaseReservedNodeOfferingMessage, PurchaseReservedNodeOfferingResult import { de_PurchaseReservedNodeOfferingCommand, se_PurchaseReservedNodeOfferingCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/RebootClusterCommand.ts b/clients/client-redshift/src/commands/RebootClusterCommand.ts index 65952ec8e0e93..39e22f30f8792 100644 --- a/clients/client-redshift/src/commands/RebootClusterCommand.ts +++ b/clients/client-redshift/src/commands/RebootClusterCommand.ts @@ -17,6 +17,10 @@ import { RebootClusterMessage, RebootClusterResult } from "../models/models_1"; import { de_RebootClusterCommand, se_RebootClusterCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/RejectDataShareCommand.ts b/clients/client-redshift/src/commands/RejectDataShareCommand.ts index a177ababe051d..dcddfc087038d 100644 --- a/clients/client-redshift/src/commands/RejectDataShareCommand.ts +++ b/clients/client-redshift/src/commands/RejectDataShareCommand.ts @@ -18,6 +18,10 @@ import { RejectDataShareMessage } from "../models/models_1"; import { de_RejectDataShareCommand, se_RejectDataShareCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/ResetClusterParameterGroupCommand.ts b/clients/client-redshift/src/commands/ResetClusterParameterGroupCommand.ts index bf3ef68dafa72..2faf2607e2528 100644 --- a/clients/client-redshift/src/commands/ResetClusterParameterGroupCommand.ts +++ b/clients/client-redshift/src/commands/ResetClusterParameterGroupCommand.ts @@ -18,6 +18,10 @@ import { ResetClusterParameterGroupMessage } from "../models/models_1"; import { de_ResetClusterParameterGroupCommand, se_ResetClusterParameterGroupCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/ResizeClusterCommand.ts b/clients/client-redshift/src/commands/ResizeClusterCommand.ts index 5a8fcdf032c8e..2e11f34d47a3d 100644 --- a/clients/client-redshift/src/commands/ResizeClusterCommand.ts +++ b/clients/client-redshift/src/commands/ResizeClusterCommand.ts @@ -18,6 +18,10 @@ import { ResizeClusterResult } from "../models/models_1"; import { de_ResizeClusterCommand, se_ResizeClusterCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/RestoreFromClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/RestoreFromClusterSnapshotCommand.ts index 1d5c558e6ba24..7fd06f9ab3b46 100644 --- a/clients/client-redshift/src/commands/RestoreFromClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/RestoreFromClusterSnapshotCommand.ts @@ -17,6 +17,10 @@ import { RestoreFromClusterSnapshotMessage, RestoreFromClusterSnapshotResult } f import { de_RestoreFromClusterSnapshotCommand, se_RestoreFromClusterSnapshotCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/RestoreTableFromClusterSnapshotCommand.ts b/clients/client-redshift/src/commands/RestoreTableFromClusterSnapshotCommand.ts index b8b45f50a78e1..b7b65844ed8b0 100644 --- a/clients/client-redshift/src/commands/RestoreTableFromClusterSnapshotCommand.ts +++ b/clients/client-redshift/src/commands/RestoreTableFromClusterSnapshotCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/ResumeClusterCommand.ts b/clients/client-redshift/src/commands/ResumeClusterCommand.ts index 645a578be66fb..beb5d722968ac 100644 --- a/clients/client-redshift/src/commands/ResumeClusterCommand.ts +++ b/clients/client-redshift/src/commands/ResumeClusterCommand.ts @@ -18,6 +18,10 @@ import { ResumeClusterResult } from "../models/models_1"; import { de_ResumeClusterCommand, se_ResumeClusterCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/RevokeClusterSecurityGroupIngressCommand.ts b/clients/client-redshift/src/commands/RevokeClusterSecurityGroupIngressCommand.ts index 98a88a29e6eba..df1b3817ca9b0 100644 --- a/clients/client-redshift/src/commands/RevokeClusterSecurityGroupIngressCommand.ts +++ b/clients/client-redshift/src/commands/RevokeClusterSecurityGroupIngressCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/RevokeEndpointAccessCommand.ts b/clients/client-redshift/src/commands/RevokeEndpointAccessCommand.ts index 3c954e8690618..4027e8bd4a352 100644 --- a/clients/client-redshift/src/commands/RevokeEndpointAccessCommand.ts +++ b/clients/client-redshift/src/commands/RevokeEndpointAccessCommand.ts @@ -18,6 +18,10 @@ import { RevokeEndpointAccessMessage } from "../models/models_1"; import { de_RevokeEndpointAccessCommand, se_RevokeEndpointAccessCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/RevokeSnapshotAccessCommand.ts b/clients/client-redshift/src/commands/RevokeSnapshotAccessCommand.ts index e8d447908e8ce..1c1933ffd098b 100644 --- a/clients/client-redshift/src/commands/RevokeSnapshotAccessCommand.ts +++ b/clients/client-redshift/src/commands/RevokeSnapshotAccessCommand.ts @@ -17,6 +17,10 @@ import { RevokeSnapshotAccessMessage, RevokeSnapshotAccessResult } from "../mode import { de_RevokeSnapshotAccessCommand, se_RevokeSnapshotAccessCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/RotateEncryptionKeyCommand.ts b/clients/client-redshift/src/commands/RotateEncryptionKeyCommand.ts index 8f7486f53a4cc..328f35ed5365f 100644 --- a/clients/client-redshift/src/commands/RotateEncryptionKeyCommand.ts +++ b/clients/client-redshift/src/commands/RotateEncryptionKeyCommand.ts @@ -17,6 +17,10 @@ import { RotateEncryptionKeyMessage, RotateEncryptionKeyResult } from "../models import { de_RotateEncryptionKeyCommand, se_RotateEncryptionKeyCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/commands/UpdatePartnerStatusCommand.ts b/clients/client-redshift/src/commands/UpdatePartnerStatusCommand.ts index b709432ae041f..82cff4078dad2 100644 --- a/clients/client-redshift/src/commands/UpdatePartnerStatusCommand.ts +++ b/clients/client-redshift/src/commands/UpdatePartnerStatusCommand.ts @@ -18,6 +18,10 @@ import { UpdatePartnerStatusInputMessage } from "../models/models_1"; import { de_UpdatePartnerStatusCommand, se_UpdatePartnerStatusCommand } from "../protocols/Aws_query"; import { RedshiftClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RedshiftClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-redshift/src/index.ts b/clients/client-redshift/src/index.ts index 5e03ba09eae27..862ba96be411f 100644 --- a/clients/client-redshift/src/index.ts +++ b/clients/client-redshift/src/index.ts @@ -1,9 +1,35 @@ -export * from "./Redshift"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Redshift + *

+ * Overview + *

+ *

This is an interface reference for Amazon Redshift. It contains documentation for one of + * the programming or command line interfaces you can use to manage Amazon Redshift clusters. + * Note that Amazon Redshift is asynchronous, which means that some interfaces may require + * techniques, such as polling or asynchronous callback handlers, to determine when a + * command has been applied. In this reference, the parameter descriptions indicate whether + * a change is applied immediately, on the next instance reboot, or during the next + * maintenance window. For a summary of the Amazon Redshift cluster management interfaces, go to + * Using the + * Amazon Redshift Management Interfaces.

+ *

Amazon Redshift manages all the work of setting up, operating, and scaling a data + * warehouse: provisioning capacity, monitoring and backing up the cluster, and applying + * patches and upgrades to the Amazon Redshift engine. You can focus on using your data to + * acquire new insights for your business and customers.

+ *

If you are a first-time user of Amazon Redshift, we recommend that you begin by reading + * the Amazon Redshift Getting Started Guide.

+ *

If you are a database developer, the Amazon Redshift Database Developer Guide explains how to design, + * build, query, and maintain the databases that make up your data warehouse.

+ * + * @packageDocumentation + */ export * from "./RedshiftClient"; +export * from "./Redshift"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { RedshiftServiceException } from "./models/RedshiftServiceException"; diff --git a/clients/client-redshift/src/models/RedshiftServiceException.ts b/clients/client-redshift/src/models/RedshiftServiceException.ts index 7de42b7a1c62e..adee5bd80bfb1 100644 --- a/clients/client-redshift/src/models/RedshiftServiceException.ts +++ b/clients/client-redshift/src/models/RedshiftServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-rekognition/src/RekognitionClient.ts b/clients/client-rekognition/src/RekognitionClient.ts index 4fa8e3657ce57..51b121ce368d4 100644 --- a/clients/client-rekognition/src/RekognitionClient.ts +++ b/clients/client-rekognition/src/RekognitionClient.ts @@ -211,6 +211,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -478,7 +480,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type RekognitionClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type RekognitionClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -497,7 +499,7 @@ export interface RekognitionClientConfig extends RekognitionClientConfigType {} /** * @public */ -type RekognitionClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type RekognitionClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-rekognition/src/commands/CompareFacesCommand.ts b/clients/client-rekognition/src/commands/CompareFacesCommand.ts index ceb6224196798..6bd311023f2f5 100644 --- a/clients/client-rekognition/src/commands/CompareFacesCommand.ts +++ b/clients/client-rekognition/src/commands/CompareFacesCommand.ts @@ -17,6 +17,10 @@ import { CompareFacesRequest, CompareFacesResponse } from "../models/models_0"; import { de_CompareFacesCommand, se_CompareFacesCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/CopyProjectVersionCommand.ts b/clients/client-rekognition/src/commands/CopyProjectVersionCommand.ts index 87efcc22e207d..be91319cc3be3 100644 --- a/clients/client-rekognition/src/commands/CopyProjectVersionCommand.ts +++ b/clients/client-rekognition/src/commands/CopyProjectVersionCommand.ts @@ -17,6 +17,10 @@ import { CopyProjectVersionRequest, CopyProjectVersionResponse } from "../models import { de_CopyProjectVersionCommand, se_CopyProjectVersionCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/CreateCollectionCommand.ts b/clients/client-rekognition/src/commands/CreateCollectionCommand.ts index 9a386e912f0cd..fba0e606f4b4b 100644 --- a/clients/client-rekognition/src/commands/CreateCollectionCommand.ts +++ b/clients/client-rekognition/src/commands/CreateCollectionCommand.ts @@ -17,6 +17,10 @@ import { CreateCollectionRequest, CreateCollectionResponse } from "../models/mod import { de_CreateCollectionCommand, se_CreateCollectionCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/CreateDatasetCommand.ts b/clients/client-rekognition/src/commands/CreateDatasetCommand.ts index 30a203c84a3ef..c3c172736b66f 100644 --- a/clients/client-rekognition/src/commands/CreateDatasetCommand.ts +++ b/clients/client-rekognition/src/commands/CreateDatasetCommand.ts @@ -17,6 +17,10 @@ import { CreateDatasetRequest, CreateDatasetResponse } from "../models/models_0" import { de_CreateDatasetCommand, se_CreateDatasetCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/CreateFaceLivenessSessionCommand.ts b/clients/client-rekognition/src/commands/CreateFaceLivenessSessionCommand.ts index 56405d0f8499c..d031fa1d0a669 100644 --- a/clients/client-rekognition/src/commands/CreateFaceLivenessSessionCommand.ts +++ b/clients/client-rekognition/src/commands/CreateFaceLivenessSessionCommand.ts @@ -17,6 +17,10 @@ import { CreateFaceLivenessSessionRequest, CreateFaceLivenessSessionResponse } f import { de_CreateFaceLivenessSessionCommand, se_CreateFaceLivenessSessionCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/CreateProjectCommand.ts b/clients/client-rekognition/src/commands/CreateProjectCommand.ts index 9e22dda9ab38a..e23a5d147664b 100644 --- a/clients/client-rekognition/src/commands/CreateProjectCommand.ts +++ b/clients/client-rekognition/src/commands/CreateProjectCommand.ts @@ -17,6 +17,10 @@ import { CreateProjectRequest, CreateProjectResponse } from "../models/models_0" import { de_CreateProjectCommand, se_CreateProjectCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/CreateProjectVersionCommand.ts b/clients/client-rekognition/src/commands/CreateProjectVersionCommand.ts index 01cdc205ddc89..db2401344a312 100644 --- a/clients/client-rekognition/src/commands/CreateProjectVersionCommand.ts +++ b/clients/client-rekognition/src/commands/CreateProjectVersionCommand.ts @@ -17,6 +17,10 @@ import { CreateProjectVersionRequest, CreateProjectVersionResponse } from "../mo import { de_CreateProjectVersionCommand, se_CreateProjectVersionCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/CreateStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/CreateStreamProcessorCommand.ts index 05164fb6f3821..b10a8bf73ce51 100644 --- a/clients/client-rekognition/src/commands/CreateStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/CreateStreamProcessorCommand.ts @@ -17,6 +17,10 @@ import { CreateStreamProcessorRequest, CreateStreamProcessorResponse } from "../ import { de_CreateStreamProcessorCommand, se_CreateStreamProcessorCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/DeleteCollectionCommand.ts b/clients/client-rekognition/src/commands/DeleteCollectionCommand.ts index 234d7da6d4c22..038a6a9e4a3ef 100644 --- a/clients/client-rekognition/src/commands/DeleteCollectionCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteCollectionCommand.ts @@ -17,6 +17,10 @@ import { DeleteCollectionRequest, DeleteCollectionResponse } from "../models/mod import { de_DeleteCollectionCommand, se_DeleteCollectionCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/DeleteDatasetCommand.ts b/clients/client-rekognition/src/commands/DeleteDatasetCommand.ts index 6afa4a5fc8bc4..ec2b765224635 100644 --- a/clients/client-rekognition/src/commands/DeleteDatasetCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteDatasetCommand.ts @@ -17,6 +17,10 @@ import { DeleteDatasetRequest, DeleteDatasetResponse } from "../models/models_0" import { de_DeleteDatasetCommand, se_DeleteDatasetCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/DeleteFacesCommand.ts b/clients/client-rekognition/src/commands/DeleteFacesCommand.ts index b20f75e9dc2f6..8d5860110f9c2 100644 --- a/clients/client-rekognition/src/commands/DeleteFacesCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteFacesCommand.ts @@ -17,6 +17,10 @@ import { DeleteFacesRequest, DeleteFacesResponse } from "../models/models_0"; import { de_DeleteFacesCommand, se_DeleteFacesCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/DeleteProjectCommand.ts b/clients/client-rekognition/src/commands/DeleteProjectCommand.ts index dfc67eac5f853..fc9936985843c 100644 --- a/clients/client-rekognition/src/commands/DeleteProjectCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteProjectCommand.ts @@ -17,6 +17,10 @@ import { DeleteProjectRequest, DeleteProjectResponse } from "../models/models_0" import { de_DeleteProjectCommand, se_DeleteProjectCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/DeleteProjectPolicyCommand.ts b/clients/client-rekognition/src/commands/DeleteProjectPolicyCommand.ts index e8abfa7f64cea..5bbfe3853554b 100644 --- a/clients/client-rekognition/src/commands/DeleteProjectPolicyCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteProjectPolicyCommand.ts @@ -17,6 +17,10 @@ import { DeleteProjectPolicyRequest, DeleteProjectPolicyResponse } from "../mode import { de_DeleteProjectPolicyCommand, se_DeleteProjectPolicyCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/DeleteProjectVersionCommand.ts b/clients/client-rekognition/src/commands/DeleteProjectVersionCommand.ts index 506c7050531da..94a94ace6f39c 100644 --- a/clients/client-rekognition/src/commands/DeleteProjectVersionCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteProjectVersionCommand.ts @@ -17,6 +17,10 @@ import { DeleteProjectVersionRequest, DeleteProjectVersionResponse } from "../mo import { de_DeleteProjectVersionCommand, se_DeleteProjectVersionCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/DeleteStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/DeleteStreamProcessorCommand.ts index 99409cc6748ae..f7070298cfcc4 100644 --- a/clients/client-rekognition/src/commands/DeleteStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/DeleteStreamProcessorCommand.ts @@ -17,6 +17,10 @@ import { DeleteStreamProcessorRequest, DeleteStreamProcessorResponse } from "../ import { de_DeleteStreamProcessorCommand, se_DeleteStreamProcessorCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/DescribeCollectionCommand.ts b/clients/client-rekognition/src/commands/DescribeCollectionCommand.ts index 7b27fa216fe7a..1d219b0b237f0 100644 --- a/clients/client-rekognition/src/commands/DescribeCollectionCommand.ts +++ b/clients/client-rekognition/src/commands/DescribeCollectionCommand.ts @@ -17,6 +17,10 @@ import { DescribeCollectionRequest, DescribeCollectionResponse } from "../models import { de_DescribeCollectionCommand, se_DescribeCollectionCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/DescribeDatasetCommand.ts b/clients/client-rekognition/src/commands/DescribeDatasetCommand.ts index 531fe9fb63968..f4f6c25d5575f 100644 --- a/clients/client-rekognition/src/commands/DescribeDatasetCommand.ts +++ b/clients/client-rekognition/src/commands/DescribeDatasetCommand.ts @@ -17,6 +17,10 @@ import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/model import { de_DescribeDatasetCommand, se_DescribeDatasetCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/DescribeProjectVersionsCommand.ts b/clients/client-rekognition/src/commands/DescribeProjectVersionsCommand.ts index edc0b7f054d89..4c119923f3acf 100644 --- a/clients/client-rekognition/src/commands/DescribeProjectVersionsCommand.ts +++ b/clients/client-rekognition/src/commands/DescribeProjectVersionsCommand.ts @@ -17,6 +17,10 @@ import { DescribeProjectVersionsRequest, DescribeProjectVersionsResponse } from import { de_DescribeProjectVersionsCommand, se_DescribeProjectVersionsCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/DescribeProjectsCommand.ts b/clients/client-rekognition/src/commands/DescribeProjectsCommand.ts index b77f9a6a1ad3c..97671e624cae4 100644 --- a/clients/client-rekognition/src/commands/DescribeProjectsCommand.ts +++ b/clients/client-rekognition/src/commands/DescribeProjectsCommand.ts @@ -17,6 +17,10 @@ import { DescribeProjectsRequest, DescribeProjectsResponse } from "../models/mod import { de_DescribeProjectsCommand, se_DescribeProjectsCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/DescribeStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/DescribeStreamProcessorCommand.ts index 6ca7aac055106..9413a65aabbee 100644 --- a/clients/client-rekognition/src/commands/DescribeStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/DescribeStreamProcessorCommand.ts @@ -17,6 +17,10 @@ import { DescribeStreamProcessorRequest, DescribeStreamProcessorResponse } from import { de_DescribeStreamProcessorCommand, se_DescribeStreamProcessorCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/DetectCustomLabelsCommand.ts b/clients/client-rekognition/src/commands/DetectCustomLabelsCommand.ts index 20210529f17ef..645563bfcb5ca 100644 --- a/clients/client-rekognition/src/commands/DetectCustomLabelsCommand.ts +++ b/clients/client-rekognition/src/commands/DetectCustomLabelsCommand.ts @@ -17,6 +17,10 @@ import { DetectCustomLabelsRequest, DetectCustomLabelsResponse } from "../models import { de_DetectCustomLabelsCommand, se_DetectCustomLabelsCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/DetectFacesCommand.ts b/clients/client-rekognition/src/commands/DetectFacesCommand.ts index dc7b8fdb34982..c0cee58880e46 100644 --- a/clients/client-rekognition/src/commands/DetectFacesCommand.ts +++ b/clients/client-rekognition/src/commands/DetectFacesCommand.ts @@ -17,6 +17,10 @@ import { DetectFacesRequest, DetectFacesResponse } from "../models/models_0"; import { de_DetectFacesCommand, se_DetectFacesCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/DetectLabelsCommand.ts b/clients/client-rekognition/src/commands/DetectLabelsCommand.ts index a432f5b8b84d2..8180aa6f1614b 100644 --- a/clients/client-rekognition/src/commands/DetectLabelsCommand.ts +++ b/clients/client-rekognition/src/commands/DetectLabelsCommand.ts @@ -17,6 +17,10 @@ import { DetectLabelsRequest, DetectLabelsResponse } from "../models/models_0"; import { de_DetectLabelsCommand, se_DetectLabelsCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/DetectModerationLabelsCommand.ts b/clients/client-rekognition/src/commands/DetectModerationLabelsCommand.ts index 94c1aa7fde28a..ea6cd903098f6 100644 --- a/clients/client-rekognition/src/commands/DetectModerationLabelsCommand.ts +++ b/clients/client-rekognition/src/commands/DetectModerationLabelsCommand.ts @@ -17,6 +17,10 @@ import { DetectModerationLabelsRequest, DetectModerationLabelsResponse } from ". import { de_DetectModerationLabelsCommand, se_DetectModerationLabelsCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/DetectProtectiveEquipmentCommand.ts b/clients/client-rekognition/src/commands/DetectProtectiveEquipmentCommand.ts index 34228999316eb..459fae4cbd45e 100644 --- a/clients/client-rekognition/src/commands/DetectProtectiveEquipmentCommand.ts +++ b/clients/client-rekognition/src/commands/DetectProtectiveEquipmentCommand.ts @@ -17,6 +17,10 @@ import { DetectProtectiveEquipmentRequest, DetectProtectiveEquipmentResponse } f import { de_DetectProtectiveEquipmentCommand, se_DetectProtectiveEquipmentCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/DetectTextCommand.ts b/clients/client-rekognition/src/commands/DetectTextCommand.ts index 51780ec394f46..a966418dc480a 100644 --- a/clients/client-rekognition/src/commands/DetectTextCommand.ts +++ b/clients/client-rekognition/src/commands/DetectTextCommand.ts @@ -17,6 +17,10 @@ import { DetectTextRequest, DetectTextResponse } from "../models/models_0"; import { de_DetectTextCommand, se_DetectTextCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/DistributeDatasetEntriesCommand.ts b/clients/client-rekognition/src/commands/DistributeDatasetEntriesCommand.ts index 95ad2f4eb0cb5..ac86dd853a3e1 100644 --- a/clients/client-rekognition/src/commands/DistributeDatasetEntriesCommand.ts +++ b/clients/client-rekognition/src/commands/DistributeDatasetEntriesCommand.ts @@ -17,6 +17,10 @@ import { DistributeDatasetEntriesRequest, DistributeDatasetEntriesResponse } fro import { de_DistributeDatasetEntriesCommand, se_DistributeDatasetEntriesCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/GetCelebrityInfoCommand.ts b/clients/client-rekognition/src/commands/GetCelebrityInfoCommand.ts index f92ea7defd6b7..51186b761dc13 100644 --- a/clients/client-rekognition/src/commands/GetCelebrityInfoCommand.ts +++ b/clients/client-rekognition/src/commands/GetCelebrityInfoCommand.ts @@ -17,6 +17,10 @@ import { GetCelebrityInfoRequest, GetCelebrityInfoResponse } from "../models/mod import { de_GetCelebrityInfoCommand, se_GetCelebrityInfoCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/GetCelebrityRecognitionCommand.ts b/clients/client-rekognition/src/commands/GetCelebrityRecognitionCommand.ts index 38984c283e3ac..6071c8f914626 100644 --- a/clients/client-rekognition/src/commands/GetCelebrityRecognitionCommand.ts +++ b/clients/client-rekognition/src/commands/GetCelebrityRecognitionCommand.ts @@ -17,6 +17,10 @@ import { GetCelebrityRecognitionRequest, GetCelebrityRecognitionResponse } from import { de_GetCelebrityRecognitionCommand, se_GetCelebrityRecognitionCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/GetContentModerationCommand.ts b/clients/client-rekognition/src/commands/GetContentModerationCommand.ts index 4ebfac3a994cf..e5b5fc7cf4d52 100644 --- a/clients/client-rekognition/src/commands/GetContentModerationCommand.ts +++ b/clients/client-rekognition/src/commands/GetContentModerationCommand.ts @@ -17,6 +17,10 @@ import { GetContentModerationRequest, GetContentModerationResponse } from "../mo import { de_GetContentModerationCommand, se_GetContentModerationCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/GetFaceDetectionCommand.ts b/clients/client-rekognition/src/commands/GetFaceDetectionCommand.ts index 64ca1293cdcc6..72cce44744481 100644 --- a/clients/client-rekognition/src/commands/GetFaceDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/GetFaceDetectionCommand.ts @@ -17,6 +17,10 @@ import { GetFaceDetectionRequest, GetFaceDetectionResponse } from "../models/mod import { de_GetFaceDetectionCommand, se_GetFaceDetectionCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/GetFaceLivenessSessionResultsCommand.ts b/clients/client-rekognition/src/commands/GetFaceLivenessSessionResultsCommand.ts index 7390816ef48f1..8f087d0c59eee 100644 --- a/clients/client-rekognition/src/commands/GetFaceLivenessSessionResultsCommand.ts +++ b/clients/client-rekognition/src/commands/GetFaceLivenessSessionResultsCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/GetFaceSearchCommand.ts b/clients/client-rekognition/src/commands/GetFaceSearchCommand.ts index ca3d968b44fe9..d1abc38f71a88 100644 --- a/clients/client-rekognition/src/commands/GetFaceSearchCommand.ts +++ b/clients/client-rekognition/src/commands/GetFaceSearchCommand.ts @@ -17,6 +17,10 @@ import { GetFaceSearchRequest, GetFaceSearchResponse } from "../models/models_0" import { de_GetFaceSearchCommand, se_GetFaceSearchCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/GetLabelDetectionCommand.ts b/clients/client-rekognition/src/commands/GetLabelDetectionCommand.ts index 483127a8acd74..42a5c93baee17 100644 --- a/clients/client-rekognition/src/commands/GetLabelDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/GetLabelDetectionCommand.ts @@ -17,6 +17,10 @@ import { GetLabelDetectionRequest, GetLabelDetectionResponse } from "../models/m import { de_GetLabelDetectionCommand, se_GetLabelDetectionCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/GetPersonTrackingCommand.ts b/clients/client-rekognition/src/commands/GetPersonTrackingCommand.ts index 4f50a1e89509e..cc499c5a1ed95 100644 --- a/clients/client-rekognition/src/commands/GetPersonTrackingCommand.ts +++ b/clients/client-rekognition/src/commands/GetPersonTrackingCommand.ts @@ -17,6 +17,10 @@ import { GetPersonTrackingRequest, GetPersonTrackingResponse } from "../models/m import { de_GetPersonTrackingCommand, se_GetPersonTrackingCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/GetSegmentDetectionCommand.ts b/clients/client-rekognition/src/commands/GetSegmentDetectionCommand.ts index 1aaac5dbd5b50..ada54ff8e5f0f 100644 --- a/clients/client-rekognition/src/commands/GetSegmentDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/GetSegmentDetectionCommand.ts @@ -17,6 +17,10 @@ import { GetSegmentDetectionRequest, GetSegmentDetectionResponse } from "../mode import { de_GetSegmentDetectionCommand, se_GetSegmentDetectionCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/GetTextDetectionCommand.ts b/clients/client-rekognition/src/commands/GetTextDetectionCommand.ts index 4a333bd177e75..a9b2a47b61f4d 100644 --- a/clients/client-rekognition/src/commands/GetTextDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/GetTextDetectionCommand.ts @@ -17,6 +17,10 @@ import { GetTextDetectionRequest, GetTextDetectionResponse } from "../models/mod import { de_GetTextDetectionCommand, se_GetTextDetectionCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/IndexFacesCommand.ts b/clients/client-rekognition/src/commands/IndexFacesCommand.ts index 5cee75ce99598..a7caaff8028b1 100644 --- a/clients/client-rekognition/src/commands/IndexFacesCommand.ts +++ b/clients/client-rekognition/src/commands/IndexFacesCommand.ts @@ -17,6 +17,10 @@ import { IndexFacesRequest, IndexFacesResponse } from "../models/models_0"; import { de_IndexFacesCommand, se_IndexFacesCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/ListCollectionsCommand.ts b/clients/client-rekognition/src/commands/ListCollectionsCommand.ts index 25c8ced2ceae4..5e50f0713a750 100644 --- a/clients/client-rekognition/src/commands/ListCollectionsCommand.ts +++ b/clients/client-rekognition/src/commands/ListCollectionsCommand.ts @@ -17,6 +17,10 @@ import { ListCollectionsRequest, ListCollectionsResponse } from "../models/model import { de_ListCollectionsCommand, se_ListCollectionsCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/ListDatasetEntriesCommand.ts b/clients/client-rekognition/src/commands/ListDatasetEntriesCommand.ts index 24eb810864090..b4a755853a785 100644 --- a/clients/client-rekognition/src/commands/ListDatasetEntriesCommand.ts +++ b/clients/client-rekognition/src/commands/ListDatasetEntriesCommand.ts @@ -17,6 +17,10 @@ import { ListDatasetEntriesRequest, ListDatasetEntriesResponse } from "../models import { de_ListDatasetEntriesCommand, se_ListDatasetEntriesCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/ListDatasetLabelsCommand.ts b/clients/client-rekognition/src/commands/ListDatasetLabelsCommand.ts index 7f89e571a647e..80b2a8af307ec 100644 --- a/clients/client-rekognition/src/commands/ListDatasetLabelsCommand.ts +++ b/clients/client-rekognition/src/commands/ListDatasetLabelsCommand.ts @@ -17,6 +17,10 @@ import { ListDatasetLabelsRequest, ListDatasetLabelsResponse } from "../models/m import { de_ListDatasetLabelsCommand, se_ListDatasetLabelsCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/ListFacesCommand.ts b/clients/client-rekognition/src/commands/ListFacesCommand.ts index 514d6b56643b6..fc1499b90b26c 100644 --- a/clients/client-rekognition/src/commands/ListFacesCommand.ts +++ b/clients/client-rekognition/src/commands/ListFacesCommand.ts @@ -17,6 +17,10 @@ import { ListFacesRequest, ListFacesResponse } from "../models/models_0"; import { de_ListFacesCommand, se_ListFacesCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/ListProjectPoliciesCommand.ts b/clients/client-rekognition/src/commands/ListProjectPoliciesCommand.ts index 2519478fc5f30..5e8967da98643 100644 --- a/clients/client-rekognition/src/commands/ListProjectPoliciesCommand.ts +++ b/clients/client-rekognition/src/commands/ListProjectPoliciesCommand.ts @@ -17,6 +17,10 @@ import { ListProjectPoliciesRequest, ListProjectPoliciesResponse } from "../mode import { de_ListProjectPoliciesCommand, se_ListProjectPoliciesCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/ListStreamProcessorsCommand.ts b/clients/client-rekognition/src/commands/ListStreamProcessorsCommand.ts index 165637f8ca9bb..d40a7acb7abec 100644 --- a/clients/client-rekognition/src/commands/ListStreamProcessorsCommand.ts +++ b/clients/client-rekognition/src/commands/ListStreamProcessorsCommand.ts @@ -17,6 +17,10 @@ import { ListStreamProcessorsRequest, ListStreamProcessorsResponse } from "../mo import { de_ListStreamProcessorsCommand, se_ListStreamProcessorsCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/ListTagsForResourceCommand.ts b/clients/client-rekognition/src/commands/ListTagsForResourceCommand.ts index 3358617853756..2e8302d865036 100644 --- a/clients/client-rekognition/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-rekognition/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/PutProjectPolicyCommand.ts b/clients/client-rekognition/src/commands/PutProjectPolicyCommand.ts index ed09c46445f66..4e7a92bfad4f6 100644 --- a/clients/client-rekognition/src/commands/PutProjectPolicyCommand.ts +++ b/clients/client-rekognition/src/commands/PutProjectPolicyCommand.ts @@ -17,6 +17,10 @@ import { PutProjectPolicyRequest, PutProjectPolicyResponse } from "../models/mod import { de_PutProjectPolicyCommand, se_PutProjectPolicyCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/RecognizeCelebritiesCommand.ts b/clients/client-rekognition/src/commands/RecognizeCelebritiesCommand.ts index 0aa34bb85c009..8c5d48a72d262 100644 --- a/clients/client-rekognition/src/commands/RecognizeCelebritiesCommand.ts +++ b/clients/client-rekognition/src/commands/RecognizeCelebritiesCommand.ts @@ -17,6 +17,10 @@ import { RecognizeCelebritiesRequest, RecognizeCelebritiesResponse } from "../mo import { de_RecognizeCelebritiesCommand, se_RecognizeCelebritiesCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/SearchFacesByImageCommand.ts b/clients/client-rekognition/src/commands/SearchFacesByImageCommand.ts index 5fa267d4279f0..fa15706f4c10d 100644 --- a/clients/client-rekognition/src/commands/SearchFacesByImageCommand.ts +++ b/clients/client-rekognition/src/commands/SearchFacesByImageCommand.ts @@ -17,6 +17,10 @@ import { SearchFacesByImageRequest, SearchFacesByImageResponse } from "../models import { de_SearchFacesByImageCommand, se_SearchFacesByImageCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/SearchFacesCommand.ts b/clients/client-rekognition/src/commands/SearchFacesCommand.ts index 95a466ad07a4a..8a5fad8f34c7e 100644 --- a/clients/client-rekognition/src/commands/SearchFacesCommand.ts +++ b/clients/client-rekognition/src/commands/SearchFacesCommand.ts @@ -17,6 +17,10 @@ import { SearchFacesRequest, SearchFacesResponse } from "../models/models_0"; import { de_SearchFacesCommand, se_SearchFacesCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/StartCelebrityRecognitionCommand.ts b/clients/client-rekognition/src/commands/StartCelebrityRecognitionCommand.ts index e403f0a48ad9f..83cd627ac305a 100644 --- a/clients/client-rekognition/src/commands/StartCelebrityRecognitionCommand.ts +++ b/clients/client-rekognition/src/commands/StartCelebrityRecognitionCommand.ts @@ -17,6 +17,10 @@ import { StartCelebrityRecognitionRequest, StartCelebrityRecognitionResponse } f import { de_StartCelebrityRecognitionCommand, se_StartCelebrityRecognitionCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/StartContentModerationCommand.ts b/clients/client-rekognition/src/commands/StartContentModerationCommand.ts index 0307194a5e75b..0a65d8662b41d 100644 --- a/clients/client-rekognition/src/commands/StartContentModerationCommand.ts +++ b/clients/client-rekognition/src/commands/StartContentModerationCommand.ts @@ -17,6 +17,10 @@ import { StartContentModerationRequest, StartContentModerationResponse } from ". import { de_StartContentModerationCommand, se_StartContentModerationCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/StartFaceDetectionCommand.ts b/clients/client-rekognition/src/commands/StartFaceDetectionCommand.ts index 214661735d9f0..cd1bd24b8e4c2 100644 --- a/clients/client-rekognition/src/commands/StartFaceDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/StartFaceDetectionCommand.ts @@ -17,6 +17,10 @@ import { StartFaceDetectionRequest, StartFaceDetectionResponse } from "../models import { de_StartFaceDetectionCommand, se_StartFaceDetectionCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/StartFaceSearchCommand.ts b/clients/client-rekognition/src/commands/StartFaceSearchCommand.ts index 1a6dcf9d13159..d6442097de556 100644 --- a/clients/client-rekognition/src/commands/StartFaceSearchCommand.ts +++ b/clients/client-rekognition/src/commands/StartFaceSearchCommand.ts @@ -17,6 +17,10 @@ import { StartFaceSearchRequest, StartFaceSearchResponse } from "../models/model import { de_StartFaceSearchCommand, se_StartFaceSearchCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/StartLabelDetectionCommand.ts b/clients/client-rekognition/src/commands/StartLabelDetectionCommand.ts index 983a6e6ebfec6..c53574f93ab53 100644 --- a/clients/client-rekognition/src/commands/StartLabelDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/StartLabelDetectionCommand.ts @@ -17,6 +17,10 @@ import { StartLabelDetectionRequest, StartLabelDetectionResponse } from "../mode import { de_StartLabelDetectionCommand, se_StartLabelDetectionCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/StartPersonTrackingCommand.ts b/clients/client-rekognition/src/commands/StartPersonTrackingCommand.ts index 7da5c9faa9833..feef4307373b5 100644 --- a/clients/client-rekognition/src/commands/StartPersonTrackingCommand.ts +++ b/clients/client-rekognition/src/commands/StartPersonTrackingCommand.ts @@ -17,6 +17,10 @@ import { StartPersonTrackingRequest, StartPersonTrackingResponse } from "../mode import { de_StartPersonTrackingCommand, se_StartPersonTrackingCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/StartProjectVersionCommand.ts b/clients/client-rekognition/src/commands/StartProjectVersionCommand.ts index 81cd016529b0a..09ce3f8bb3d7b 100644 --- a/clients/client-rekognition/src/commands/StartProjectVersionCommand.ts +++ b/clients/client-rekognition/src/commands/StartProjectVersionCommand.ts @@ -17,6 +17,10 @@ import { StartProjectVersionRequest, StartProjectVersionResponse } from "../mode import { de_StartProjectVersionCommand, se_StartProjectVersionCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/StartSegmentDetectionCommand.ts b/clients/client-rekognition/src/commands/StartSegmentDetectionCommand.ts index a9e82b6dfb786..7e6b23de7381f 100644 --- a/clients/client-rekognition/src/commands/StartSegmentDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/StartSegmentDetectionCommand.ts @@ -17,6 +17,10 @@ import { StartSegmentDetectionRequest, StartSegmentDetectionResponse } from "../ import { de_StartSegmentDetectionCommand, se_StartSegmentDetectionCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/StartStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/StartStreamProcessorCommand.ts index 7b42701652737..55e6e7f4c4094 100644 --- a/clients/client-rekognition/src/commands/StartStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/StartStreamProcessorCommand.ts @@ -17,6 +17,10 @@ import { StartStreamProcessorRequest, StartStreamProcessorResponse } from "../mo import { de_StartStreamProcessorCommand, se_StartStreamProcessorCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/StartTextDetectionCommand.ts b/clients/client-rekognition/src/commands/StartTextDetectionCommand.ts index 5638fe8ebc9eb..5e259bf41ea30 100644 --- a/clients/client-rekognition/src/commands/StartTextDetectionCommand.ts +++ b/clients/client-rekognition/src/commands/StartTextDetectionCommand.ts @@ -17,6 +17,10 @@ import { StartTextDetectionRequest, StartTextDetectionResponse } from "../models import { de_StartTextDetectionCommand, se_StartTextDetectionCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/StopProjectVersionCommand.ts b/clients/client-rekognition/src/commands/StopProjectVersionCommand.ts index 06ce6011da122..6cc80cb8e6061 100644 --- a/clients/client-rekognition/src/commands/StopProjectVersionCommand.ts +++ b/clients/client-rekognition/src/commands/StopProjectVersionCommand.ts @@ -17,6 +17,10 @@ import { StopProjectVersionRequest, StopProjectVersionResponse } from "../models import { de_StopProjectVersionCommand, se_StopProjectVersionCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/StopStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/StopStreamProcessorCommand.ts index a99a6fbacfc07..7618dfd95b9f7 100644 --- a/clients/client-rekognition/src/commands/StopStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/StopStreamProcessorCommand.ts @@ -17,6 +17,10 @@ import { StopStreamProcessorRequest, StopStreamProcessorResponse } from "../mode import { de_StopStreamProcessorCommand, se_StopStreamProcessorCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/TagResourceCommand.ts b/clients/client-rekognition/src/commands/TagResourceCommand.ts index eae88b6fabda0..eb9731746745d 100644 --- a/clients/client-rekognition/src/commands/TagResourceCommand.ts +++ b/clients/client-rekognition/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/UntagResourceCommand.ts b/clients/client-rekognition/src/commands/UntagResourceCommand.ts index 8054c972686f2..f3c8025ed6aea 100644 --- a/clients/client-rekognition/src/commands/UntagResourceCommand.ts +++ b/clients/client-rekognition/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/UpdateDatasetEntriesCommand.ts b/clients/client-rekognition/src/commands/UpdateDatasetEntriesCommand.ts index 5a1dd0044dc61..81acada3e8c3c 100644 --- a/clients/client-rekognition/src/commands/UpdateDatasetEntriesCommand.ts +++ b/clients/client-rekognition/src/commands/UpdateDatasetEntriesCommand.ts @@ -17,6 +17,10 @@ import { UpdateDatasetEntriesRequest, UpdateDatasetEntriesResponse } from "../mo import { de_UpdateDatasetEntriesCommand, se_UpdateDatasetEntriesCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/commands/UpdateStreamProcessorCommand.ts b/clients/client-rekognition/src/commands/UpdateStreamProcessorCommand.ts index bf629441d4c3d..0570d2bee1070 100644 --- a/clients/client-rekognition/src/commands/UpdateStreamProcessorCommand.ts +++ b/clients/client-rekognition/src/commands/UpdateStreamProcessorCommand.ts @@ -17,6 +17,10 @@ import { UpdateStreamProcessorRequest, UpdateStreamProcessorResponse } from "../ import { de_UpdateStreamProcessorCommand, se_UpdateStreamProcessorCommand } from "../protocols/Aws_json1_1"; import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognition/src/index.ts b/clients/client-rekognition/src/index.ts index 4e3cda612ca2d..5d5de32109e08 100644 --- a/clients/client-rekognition/src/index.ts +++ b/clients/client-rekognition/src/index.ts @@ -1,9 +1,338 @@ -export * from "./Rekognition"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

This is the API Reference for Amazon Rekognition Image, Amazon Rekognition Custom Labels, + * Amazon Rekognition Stored + * Video, Amazon Rekognition Streaming Video. It provides descriptions of actions, data types, common + * parameters, and common errors.

+ *

+ * Amazon Rekognition Image + *

+ * + *

+ * Amazon Rekognition Custom Labels + *

+ * + *

+ * Amazon Rekognition Video Stored Video + *

+ * + *

+ * Amazon Rekognition Video Streaming Video + *

+ * + * + * @packageDocumentation + */ export * from "./RekognitionClient"; +export * from "./Rekognition"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { RekognitionServiceException } from "./models/RekognitionServiceException"; diff --git a/clients/client-rekognition/src/models/RekognitionServiceException.ts b/clients/client-rekognition/src/models/RekognitionServiceException.ts index db8d9d76056c1..6ed3e011301c3 100644 --- a/clients/client-rekognition/src/models/RekognitionServiceException.ts +++ b/clients/client-rekognition/src/models/RekognitionServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-rekognitionstreaming/src/RekognitionStreamingClient.ts b/clients/client-rekognitionstreaming/src/RekognitionStreamingClient.ts index 22aa6fb35fe4d..1cd0803649ad4 100644 --- a/clients/client-rekognitionstreaming/src/RekognitionStreamingClient.ts +++ b/clients/client-rekognitionstreaming/src/RekognitionStreamingClient.ts @@ -76,6 +76,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -224,7 +226,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type RekognitionStreamingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type RekognitionStreamingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -246,7 +248,7 @@ export interface RekognitionStreamingClientConfig extends RekognitionStreamingCl /** * @public */ -type RekognitionStreamingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type RekognitionStreamingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-rekognitionstreaming/src/commands/StartFaceLivenessSessionCommand.ts b/clients/client-rekognitionstreaming/src/commands/StartFaceLivenessSessionCommand.ts index 5ebc39ff8cdda..932002afa5016 100644 --- a/clients/client-rekognitionstreaming/src/commands/StartFaceLivenessSessionCommand.ts +++ b/clients/client-rekognitionstreaming/src/commands/StartFaceLivenessSessionCommand.ts @@ -29,6 +29,10 @@ import { ServiceOutputTypes, } from "../RekognitionStreamingClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rekognitionstreaming/src/index.ts b/clients/client-rekognitionstreaming/src/index.ts index d108f18fb6de0..e7cd4ebc1f763 100644 --- a/clients/client-rekognitionstreaming/src/index.ts +++ b/clients/client-rekognitionstreaming/src/index.ts @@ -1,6 +1,33 @@ -export * from "./RekognitionStreaming"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

A real-time video processing service based on Rekognition. This section documents the API + * operations for Rekognition Face Liveness.

+ *

+ * Amazon Rekognition Face Liveness + *

+ * + * + * @packageDocumentation + */ export * from "./RekognitionStreamingClient"; +export * from "./RekognitionStreaming"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-rekognitionstreaming/src/models/RekognitionStreamingServiceException.ts b/clients/client-rekognitionstreaming/src/models/RekognitionStreamingServiceException.ts index c6b94d8b9ad9a..a852001e22256 100644 --- a/clients/client-rekognitionstreaming/src/models/RekognitionStreamingServiceException.ts +++ b/clients/client-rekognitionstreaming/src/models/RekognitionStreamingServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-resiliencehub/src/ResiliencehubClient.ts b/clients/client-resiliencehub/src/ResiliencehubClient.ts index 84c3b19ecc03b..8437cc89f03eb 100644 --- a/clients/client-resiliencehub/src/ResiliencehubClient.ts +++ b/clients/client-resiliencehub/src/ResiliencehubClient.ts @@ -228,6 +228,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -469,7 +471,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ResiliencehubClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ResiliencehubClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -488,7 +490,7 @@ export interface ResiliencehubClientConfig extends ResiliencehubClientConfigType /** * @public */ -type ResiliencehubClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ResiliencehubClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-resiliencehub/src/commands/AddDraftAppVersionResourceMappingsCommand.ts b/clients/client-resiliencehub/src/commands/AddDraftAppVersionResourceMappingsCommand.ts index fe97fc5295a0f..caebfa156b1fe 100644 --- a/clients/client-resiliencehub/src/commands/AddDraftAppVersionResourceMappingsCommand.ts +++ b/clients/client-resiliencehub/src/commands/AddDraftAppVersionResourceMappingsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/CreateAppCommand.ts b/clients/client-resiliencehub/src/commands/CreateAppCommand.ts index 27e9053b6ac19..01dfdfe063960 100644 --- a/clients/client-resiliencehub/src/commands/CreateAppCommand.ts +++ b/clients/client-resiliencehub/src/commands/CreateAppCommand.ts @@ -22,6 +22,10 @@ import { import { de_CreateAppCommand, se_CreateAppCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/CreateAppVersionAppComponentCommand.ts b/clients/client-resiliencehub/src/commands/CreateAppVersionAppComponentCommand.ts index 717e9be44cab3..676c878c539ae 100644 --- a/clients/client-resiliencehub/src/commands/CreateAppVersionAppComponentCommand.ts +++ b/clients/client-resiliencehub/src/commands/CreateAppVersionAppComponentCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/CreateAppVersionResourceCommand.ts b/clients/client-resiliencehub/src/commands/CreateAppVersionResourceCommand.ts index e743dc1d7f16e..148c0910ca605 100644 --- a/clients/client-resiliencehub/src/commands/CreateAppVersionResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/CreateAppVersionResourceCommand.ts @@ -17,6 +17,10 @@ import { CreateAppVersionResourceRequest, CreateAppVersionResourceResponse } fro import { de_CreateAppVersionResourceCommand, se_CreateAppVersionResourceCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/CreateRecommendationTemplateCommand.ts b/clients/client-resiliencehub/src/commands/CreateRecommendationTemplateCommand.ts index 7faa8fc84c072..828ba031d4698 100644 --- a/clients/client-resiliencehub/src/commands/CreateRecommendationTemplateCommand.ts +++ b/clients/client-resiliencehub/src/commands/CreateRecommendationTemplateCommand.ts @@ -25,6 +25,10 @@ import { } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/CreateResiliencyPolicyCommand.ts b/clients/client-resiliencehub/src/commands/CreateResiliencyPolicyCommand.ts index 814e3e5931c2c..f88aa36621e73 100644 --- a/clients/client-resiliencehub/src/commands/CreateResiliencyPolicyCommand.ts +++ b/clients/client-resiliencehub/src/commands/CreateResiliencyPolicyCommand.ts @@ -22,6 +22,10 @@ import { import { de_CreateResiliencyPolicyCommand, se_CreateResiliencyPolicyCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/DeleteAppAssessmentCommand.ts b/clients/client-resiliencehub/src/commands/DeleteAppAssessmentCommand.ts index 308e02bb03299..57ca1e102fa6e 100644 --- a/clients/client-resiliencehub/src/commands/DeleteAppAssessmentCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteAppAssessmentCommand.ts @@ -17,6 +17,10 @@ import { DeleteAppAssessmentRequest, DeleteAppAssessmentResponse } from "../mode import { de_DeleteAppAssessmentCommand, se_DeleteAppAssessmentCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/DeleteAppCommand.ts b/clients/client-resiliencehub/src/commands/DeleteAppCommand.ts index 4126668011807..1d7def98be5a0 100644 --- a/clients/client-resiliencehub/src/commands/DeleteAppCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteAppCommand.ts @@ -17,6 +17,10 @@ import { DeleteAppRequest, DeleteAppResponse } from "../models/models_0"; import { de_DeleteAppCommand, se_DeleteAppCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/DeleteAppInputSourceCommand.ts b/clients/client-resiliencehub/src/commands/DeleteAppInputSourceCommand.ts index 4af0b4bbcd45f..63e1f2579b770 100644 --- a/clients/client-resiliencehub/src/commands/DeleteAppInputSourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteAppInputSourceCommand.ts @@ -17,6 +17,10 @@ import { DeleteAppInputSourceRequest, DeleteAppInputSourceResponse } from "../mo import { de_DeleteAppInputSourceCommand, se_DeleteAppInputSourceCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/DeleteAppVersionAppComponentCommand.ts b/clients/client-resiliencehub/src/commands/DeleteAppVersionAppComponentCommand.ts index 60d4f4cbca82f..64abe8fdaf176 100644 --- a/clients/client-resiliencehub/src/commands/DeleteAppVersionAppComponentCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteAppVersionAppComponentCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/DeleteAppVersionResourceCommand.ts b/clients/client-resiliencehub/src/commands/DeleteAppVersionResourceCommand.ts index 80128a789e92f..49ac0761f4328 100644 --- a/clients/client-resiliencehub/src/commands/DeleteAppVersionResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteAppVersionResourceCommand.ts @@ -17,6 +17,10 @@ import { DeleteAppVersionResourceRequest, DeleteAppVersionResourceResponse } fro import { de_DeleteAppVersionResourceCommand, se_DeleteAppVersionResourceCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/DeleteRecommendationTemplateCommand.ts b/clients/client-resiliencehub/src/commands/DeleteRecommendationTemplateCommand.ts index 5a042fefab43a..02137d9e8a03f 100644 --- a/clients/client-resiliencehub/src/commands/DeleteRecommendationTemplateCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteRecommendationTemplateCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/DeleteResiliencyPolicyCommand.ts b/clients/client-resiliencehub/src/commands/DeleteResiliencyPolicyCommand.ts index 004ae41361eaa..d008d3892fad9 100644 --- a/clients/client-resiliencehub/src/commands/DeleteResiliencyPolicyCommand.ts +++ b/clients/client-resiliencehub/src/commands/DeleteResiliencyPolicyCommand.ts @@ -17,6 +17,10 @@ import { DeleteResiliencyPolicyRequest, DeleteResiliencyPolicyResponse } from ". import { de_DeleteResiliencyPolicyCommand, se_DeleteResiliencyPolicyCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/DescribeAppAssessmentCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppAssessmentCommand.ts index 9e79c41b947fb..12324682ab84f 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppAssessmentCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppAssessmentCommand.ts @@ -21,6 +21,10 @@ import { import { de_DescribeAppAssessmentCommand, se_DescribeAppAssessmentCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/DescribeAppCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppCommand.ts index 1315d2a69798e..ea862d230cabe 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppCommand.ts @@ -17,6 +17,10 @@ import { DescribeAppRequest, DescribeAppResponse, DescribeAppResponseFilterSensi import { de_DescribeAppCommand, se_DescribeAppCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/DescribeAppVersionAppComponentCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppVersionAppComponentCommand.ts index 74d397f78ba31..1ffd285bfc851 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppVersionAppComponentCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppVersionAppComponentCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/DescribeAppVersionCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppVersionCommand.ts index 012cbdcf70de9..b94626ddd9034 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppVersionCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppVersionCommand.ts @@ -17,6 +17,10 @@ import { DescribeAppVersionRequest, DescribeAppVersionResponse } from "../models import { de_DescribeAppVersionCommand, se_DescribeAppVersionCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/DescribeAppVersionResourceCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppVersionResourceCommand.ts index 7eaa1a19e74f4..eb6e496b25c11 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppVersionResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppVersionResourceCommand.ts @@ -17,6 +17,10 @@ import { DescribeAppVersionResourceRequest, DescribeAppVersionResourceResponse } import { de_DescribeAppVersionResourceCommand, se_DescribeAppVersionResourceCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/DescribeAppVersionResourcesResolutionStatusCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppVersionResourcesResolutionStatusCommand.ts index 03f0c255b0b73..43fc4948594c9 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppVersionResourcesResolutionStatusCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppVersionResourcesResolutionStatusCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/DescribeAppVersionTemplateCommand.ts b/clients/client-resiliencehub/src/commands/DescribeAppVersionTemplateCommand.ts index 01419af166fea..b69883f21be59 100644 --- a/clients/client-resiliencehub/src/commands/DescribeAppVersionTemplateCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeAppVersionTemplateCommand.ts @@ -17,6 +17,10 @@ import { DescribeAppVersionTemplateRequest, DescribeAppVersionTemplateResponse } import { de_DescribeAppVersionTemplateCommand, se_DescribeAppVersionTemplateCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/DescribeDraftAppVersionResourcesImportStatusCommand.ts b/clients/client-resiliencehub/src/commands/DescribeDraftAppVersionResourcesImportStatusCommand.ts index 434d9949f7151..0f31df972c0dd 100644 --- a/clients/client-resiliencehub/src/commands/DescribeDraftAppVersionResourcesImportStatusCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeDraftAppVersionResourcesImportStatusCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/DescribeResiliencyPolicyCommand.ts b/clients/client-resiliencehub/src/commands/DescribeResiliencyPolicyCommand.ts index 11589c83f298e..0d3e24e811c23 100644 --- a/clients/client-resiliencehub/src/commands/DescribeResiliencyPolicyCommand.ts +++ b/clients/client-resiliencehub/src/commands/DescribeResiliencyPolicyCommand.ts @@ -21,6 +21,10 @@ import { import { de_DescribeResiliencyPolicyCommand, se_DescribeResiliencyPolicyCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/ImportResourcesToDraftAppVersionCommand.ts b/clients/client-resiliencehub/src/commands/ImportResourcesToDraftAppVersionCommand.ts index 253c3e3a3e1e1..e7a4de6b618e1 100644 --- a/clients/client-resiliencehub/src/commands/ImportResourcesToDraftAppVersionCommand.ts +++ b/clients/client-resiliencehub/src/commands/ImportResourcesToDraftAppVersionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/ListAlarmRecommendationsCommand.ts b/clients/client-resiliencehub/src/commands/ListAlarmRecommendationsCommand.ts index 418c349a59fa7..ac1e274fc3c42 100644 --- a/clients/client-resiliencehub/src/commands/ListAlarmRecommendationsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAlarmRecommendationsCommand.ts @@ -17,6 +17,10 @@ import { ListAlarmRecommendationsRequest, ListAlarmRecommendationsResponse } fro import { de_ListAlarmRecommendationsCommand, se_ListAlarmRecommendationsCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/ListAppAssessmentsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppAssessmentsCommand.ts index 32c7d284546da..9900f01f8ed57 100644 --- a/clients/client-resiliencehub/src/commands/ListAppAssessmentsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppAssessmentsCommand.ts @@ -17,6 +17,10 @@ import { ListAppAssessmentsRequest, ListAppAssessmentsResponse } from "../models import { de_ListAppAssessmentsCommand, se_ListAppAssessmentsCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/ListAppComponentCompliancesCommand.ts b/clients/client-resiliencehub/src/commands/ListAppComponentCompliancesCommand.ts index 57c8183ca5492..c36e113108751 100644 --- a/clients/client-resiliencehub/src/commands/ListAppComponentCompliancesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppComponentCompliancesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/ListAppComponentRecommendationsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppComponentRecommendationsCommand.ts index 6a77182847fdc..9af11533bbe32 100644 --- a/clients/client-resiliencehub/src/commands/ListAppComponentRecommendationsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppComponentRecommendationsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/ListAppInputSourcesCommand.ts b/clients/client-resiliencehub/src/commands/ListAppInputSourcesCommand.ts index 2a474fb7372cf..dabe1fa227144 100644 --- a/clients/client-resiliencehub/src/commands/ListAppInputSourcesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppInputSourcesCommand.ts @@ -17,6 +17,10 @@ import { ListAppInputSourcesRequest, ListAppInputSourcesResponse } from "../mode import { de_ListAppInputSourcesCommand, se_ListAppInputSourcesCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/ListAppVersionAppComponentsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppVersionAppComponentsCommand.ts index beec5dd8a834c..5d355ab6cffc9 100644 --- a/clients/client-resiliencehub/src/commands/ListAppVersionAppComponentsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppVersionAppComponentsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/ListAppVersionResourceMappingsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppVersionResourceMappingsCommand.ts index 8258d9192b711..4b0514b3b4416 100644 --- a/clients/client-resiliencehub/src/commands/ListAppVersionResourceMappingsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppVersionResourceMappingsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/ListAppVersionResourcesCommand.ts b/clients/client-resiliencehub/src/commands/ListAppVersionResourcesCommand.ts index 79b8714e5e60a..864737082c1ba 100644 --- a/clients/client-resiliencehub/src/commands/ListAppVersionResourcesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppVersionResourcesCommand.ts @@ -17,6 +17,10 @@ import { ListAppVersionResourcesRequest, ListAppVersionResourcesResponse } from import { de_ListAppVersionResourcesCommand, se_ListAppVersionResourcesCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/ListAppVersionsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppVersionsCommand.ts index 3158a78352f6b..5cc3ede12ac7c 100644 --- a/clients/client-resiliencehub/src/commands/ListAppVersionsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppVersionsCommand.ts @@ -17,6 +17,10 @@ import { ListAppVersionsRequest, ListAppVersionsResponse } from "../models/model import { de_ListAppVersionsCommand, se_ListAppVersionsCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/ListAppsCommand.ts b/clients/client-resiliencehub/src/commands/ListAppsCommand.ts index 2705bb94ef737..85c7e8b9e3d5e 100644 --- a/clients/client-resiliencehub/src/commands/ListAppsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListAppsCommand.ts @@ -17,6 +17,10 @@ import { ListAppsRequest, ListAppsResponse } from "../models/models_0"; import { de_ListAppsCommand, se_ListAppsCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/ListRecommendationTemplatesCommand.ts b/clients/client-resiliencehub/src/commands/ListRecommendationTemplatesCommand.ts index 771cc3ef5e274..89e4841134649 100644 --- a/clients/client-resiliencehub/src/commands/ListRecommendationTemplatesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListRecommendationTemplatesCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/ListResiliencyPoliciesCommand.ts b/clients/client-resiliencehub/src/commands/ListResiliencyPoliciesCommand.ts index 98fe18cc3c6dc..aa31e55bf48fe 100644 --- a/clients/client-resiliencehub/src/commands/ListResiliencyPoliciesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListResiliencyPoliciesCommand.ts @@ -21,6 +21,10 @@ import { import { de_ListResiliencyPoliciesCommand, se_ListResiliencyPoliciesCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/ListSopRecommendationsCommand.ts b/clients/client-resiliencehub/src/commands/ListSopRecommendationsCommand.ts index 891809b0b5514..24adb7aba6e4b 100644 --- a/clients/client-resiliencehub/src/commands/ListSopRecommendationsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListSopRecommendationsCommand.ts @@ -17,6 +17,10 @@ import { ListSopRecommendationsRequest, ListSopRecommendationsResponse } from ". import { de_ListSopRecommendationsCommand, se_ListSopRecommendationsCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/ListSuggestedResiliencyPoliciesCommand.ts b/clients/client-resiliencehub/src/commands/ListSuggestedResiliencyPoliciesCommand.ts index 054a528958ea4..66c34d989b90e 100644 --- a/clients/client-resiliencehub/src/commands/ListSuggestedResiliencyPoliciesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListSuggestedResiliencyPoliciesCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/ListTagsForResourceCommand.ts b/clients/client-resiliencehub/src/commands/ListTagsForResourceCommand.ts index 91b13979b4882..580110e007bd6 100644 --- a/clients/client-resiliencehub/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/ListTestRecommendationsCommand.ts b/clients/client-resiliencehub/src/commands/ListTestRecommendationsCommand.ts index cda91b59cf49f..9407a537a1ce3 100644 --- a/clients/client-resiliencehub/src/commands/ListTestRecommendationsCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListTestRecommendationsCommand.ts @@ -17,6 +17,10 @@ import { ListTestRecommendationsRequest, ListTestRecommendationsResponse } from import { de_ListTestRecommendationsCommand, se_ListTestRecommendationsCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/ListUnsupportedAppVersionResourcesCommand.ts b/clients/client-resiliencehub/src/commands/ListUnsupportedAppVersionResourcesCommand.ts index ba16a1cd86fb6..2e4cbef607c6c 100644 --- a/clients/client-resiliencehub/src/commands/ListUnsupportedAppVersionResourcesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ListUnsupportedAppVersionResourcesCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/PublishAppVersionCommand.ts b/clients/client-resiliencehub/src/commands/PublishAppVersionCommand.ts index 4bbcf2af9281f..fe29a0d04031b 100644 --- a/clients/client-resiliencehub/src/commands/PublishAppVersionCommand.ts +++ b/clients/client-resiliencehub/src/commands/PublishAppVersionCommand.ts @@ -17,6 +17,10 @@ import { PublishAppVersionRequest, PublishAppVersionResponse } from "../models/m import { de_PublishAppVersionCommand, se_PublishAppVersionCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/PutDraftAppVersionTemplateCommand.ts b/clients/client-resiliencehub/src/commands/PutDraftAppVersionTemplateCommand.ts index 06f0c690bd90c..010fe63b86621 100644 --- a/clients/client-resiliencehub/src/commands/PutDraftAppVersionTemplateCommand.ts +++ b/clients/client-resiliencehub/src/commands/PutDraftAppVersionTemplateCommand.ts @@ -17,6 +17,10 @@ import { PutDraftAppVersionTemplateRequest, PutDraftAppVersionTemplateResponse } import { de_PutDraftAppVersionTemplateCommand, se_PutDraftAppVersionTemplateCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/RemoveDraftAppVersionResourceMappingsCommand.ts b/clients/client-resiliencehub/src/commands/RemoveDraftAppVersionResourceMappingsCommand.ts index 0286d84b80238..37614b899e9c6 100644 --- a/clients/client-resiliencehub/src/commands/RemoveDraftAppVersionResourceMappingsCommand.ts +++ b/clients/client-resiliencehub/src/commands/RemoveDraftAppVersionResourceMappingsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/ResolveAppVersionResourcesCommand.ts b/clients/client-resiliencehub/src/commands/ResolveAppVersionResourcesCommand.ts index 97d8afd671722..db61e08b07eea 100644 --- a/clients/client-resiliencehub/src/commands/ResolveAppVersionResourcesCommand.ts +++ b/clients/client-resiliencehub/src/commands/ResolveAppVersionResourcesCommand.ts @@ -17,6 +17,10 @@ import { ResolveAppVersionResourcesRequest, ResolveAppVersionResourcesResponse } import { de_ResolveAppVersionResourcesCommand, se_ResolveAppVersionResourcesCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/StartAppAssessmentCommand.ts b/clients/client-resiliencehub/src/commands/StartAppAssessmentCommand.ts index 35670ec95baab..a6dc0bd7affe4 100644 --- a/clients/client-resiliencehub/src/commands/StartAppAssessmentCommand.ts +++ b/clients/client-resiliencehub/src/commands/StartAppAssessmentCommand.ts @@ -22,6 +22,10 @@ import { import { de_StartAppAssessmentCommand, se_StartAppAssessmentCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/TagResourceCommand.ts b/clients/client-resiliencehub/src/commands/TagResourceCommand.ts index e64afda08153f..e5c38769a8d1b 100644 --- a/clients/client-resiliencehub/src/commands/TagResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceRequestFilterSensitiveLog, TagResourceRe import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/UntagResourceCommand.ts b/clients/client-resiliencehub/src/commands/UntagResourceCommand.ts index c90ab0b54c76c..c570e1c05cdff 100644 --- a/clients/client-resiliencehub/src/commands/UntagResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/UpdateAppCommand.ts b/clients/client-resiliencehub/src/commands/UpdateAppCommand.ts index d00c44dec8d59..b0724d9f7f339 100644 --- a/clients/client-resiliencehub/src/commands/UpdateAppCommand.ts +++ b/clients/client-resiliencehub/src/commands/UpdateAppCommand.ts @@ -17,6 +17,10 @@ import { UpdateAppRequest, UpdateAppResponse, UpdateAppResponseFilterSensitiveLo import { de_UpdateAppCommand, se_UpdateAppCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/UpdateAppVersionAppComponentCommand.ts b/clients/client-resiliencehub/src/commands/UpdateAppVersionAppComponentCommand.ts index 8145e86027a96..a728caf2d7399 100644 --- a/clients/client-resiliencehub/src/commands/UpdateAppVersionAppComponentCommand.ts +++ b/clients/client-resiliencehub/src/commands/UpdateAppVersionAppComponentCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/UpdateAppVersionCommand.ts b/clients/client-resiliencehub/src/commands/UpdateAppVersionCommand.ts index 76db265ffa296..76a3cb07dc6a8 100644 --- a/clients/client-resiliencehub/src/commands/UpdateAppVersionCommand.ts +++ b/clients/client-resiliencehub/src/commands/UpdateAppVersionCommand.ts @@ -17,6 +17,10 @@ import { UpdateAppVersionRequest, UpdateAppVersionResponse } from "../models/mod import { de_UpdateAppVersionCommand, se_UpdateAppVersionCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/UpdateAppVersionResourceCommand.ts b/clients/client-resiliencehub/src/commands/UpdateAppVersionResourceCommand.ts index e764c56927aa9..eb50543e4365d 100644 --- a/clients/client-resiliencehub/src/commands/UpdateAppVersionResourceCommand.ts +++ b/clients/client-resiliencehub/src/commands/UpdateAppVersionResourceCommand.ts @@ -17,6 +17,10 @@ import { UpdateAppVersionResourceRequest, UpdateAppVersionResourceResponse } fro import { de_UpdateAppVersionResourceCommand, se_UpdateAppVersionResourceCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/commands/UpdateResiliencyPolicyCommand.ts b/clients/client-resiliencehub/src/commands/UpdateResiliencyPolicyCommand.ts index 3525d4695f4d7..8d49cb72f3a2f 100644 --- a/clients/client-resiliencehub/src/commands/UpdateResiliencyPolicyCommand.ts +++ b/clients/client-resiliencehub/src/commands/UpdateResiliencyPolicyCommand.ts @@ -21,6 +21,10 @@ import { import { de_UpdateResiliencyPolicyCommand, se_UpdateResiliencyPolicyCommand } from "../protocols/Aws_restJson1"; import { ResiliencehubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResiliencehubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resiliencehub/src/index.ts b/clients/client-resiliencehub/src/index.ts index 1375c88ec0964..4ea0a7ea86f83 100644 --- a/clients/client-resiliencehub/src/index.ts +++ b/clients/client-resiliencehub/src/index.ts @@ -1,8 +1,18 @@ -export * from "./Resiliencehub"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Resilience Hub helps you proactively prepare and protect your Amazon Web Services applications from + * disruptions. It offers continual resiliency assessment and validation that integrates + * into your software development lifecycle. This enables you to uncover resiliency weaknesses, + * ensure recovery time objective (RTO) and recovery point objective (RPO) targets for your + * applications are met, and resolve issues before they are released into production.

+ * + * @packageDocumentation + */ export * from "./ResiliencehubClient"; +export * from "./Resiliencehub"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ResiliencehubServiceException } from "./models/ResiliencehubServiceException"; diff --git a/clients/client-resiliencehub/src/models/ResiliencehubServiceException.ts b/clients/client-resiliencehub/src/models/ResiliencehubServiceException.ts index 21f845e665134..4d8580540472d 100644 --- a/clients/client-resiliencehub/src/models/ResiliencehubServiceException.ts +++ b/clients/client-resiliencehub/src/models/ResiliencehubServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-resource-explorer-2/src/ResourceExplorer2Client.ts b/clients/client-resource-explorer-2/src/ResourceExplorer2Client.ts index c6f820816fd04..a51db7e5ae231 100644 --- a/clients/client-resource-explorer-2/src/ResourceExplorer2Client.ts +++ b/clients/client-resource-explorer-2/src/ResourceExplorer2Client.ts @@ -90,6 +90,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -265,7 +267,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ResourceExplorer2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ResourceExplorer2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -284,7 +286,7 @@ export interface ResourceExplorer2ClientConfig extends ResourceExplorer2ClientCo /** * @public */ -type ResourceExplorer2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ResourceExplorer2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-resource-explorer-2/src/commands/AssociateDefaultViewCommand.ts b/clients/client-resource-explorer-2/src/commands/AssociateDefaultViewCommand.ts index 9a8855a14c75b..19c50f3b80e93 100644 --- a/clients/client-resource-explorer-2/src/commands/AssociateDefaultViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/AssociateDefaultViewCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceExplorer2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-explorer-2/src/commands/BatchGetViewCommand.ts b/clients/client-resource-explorer-2/src/commands/BatchGetViewCommand.ts index c5b3c1b0da13d..aca14dd5662bc 100644 --- a/clients/client-resource-explorer-2/src/commands/BatchGetViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/BatchGetViewCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceExplorer2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-explorer-2/src/commands/CreateIndexCommand.ts b/clients/client-resource-explorer-2/src/commands/CreateIndexCommand.ts index 9cd159a49e700..3511f56bb0ae3 100644 --- a/clients/client-resource-explorer-2/src/commands/CreateIndexCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/CreateIndexCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceExplorer2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-explorer-2/src/commands/CreateViewCommand.ts b/clients/client-resource-explorer-2/src/commands/CreateViewCommand.ts index 6c60fa8cc4850..3e280d7b33e17 100644 --- a/clients/client-resource-explorer-2/src/commands/CreateViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/CreateViewCommand.ts @@ -26,6 +26,10 @@ import { ServiceOutputTypes, } from "../ResourceExplorer2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-explorer-2/src/commands/DeleteIndexCommand.ts b/clients/client-resource-explorer-2/src/commands/DeleteIndexCommand.ts index 3a8e493ba8316..ef43aeb3fd65e 100644 --- a/clients/client-resource-explorer-2/src/commands/DeleteIndexCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/DeleteIndexCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceExplorer2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-explorer-2/src/commands/DeleteViewCommand.ts b/clients/client-resource-explorer-2/src/commands/DeleteViewCommand.ts index 4ce32c6af3dbb..817d035428235 100644 --- a/clients/client-resource-explorer-2/src/commands/DeleteViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/DeleteViewCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceExplorer2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-explorer-2/src/commands/DisassociateDefaultViewCommand.ts b/clients/client-resource-explorer-2/src/commands/DisassociateDefaultViewCommand.ts index b681f7e94676e..3f3722fe3421b 100644 --- a/clients/client-resource-explorer-2/src/commands/DisassociateDefaultViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/DisassociateDefaultViewCommand.ts @@ -20,6 +20,10 @@ import { ServiceOutputTypes, } from "../ResourceExplorer2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-explorer-2/src/commands/GetDefaultViewCommand.ts b/clients/client-resource-explorer-2/src/commands/GetDefaultViewCommand.ts index dc80249ae4a5d..08334234d9964 100644 --- a/clients/client-resource-explorer-2/src/commands/GetDefaultViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/GetDefaultViewCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceExplorer2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-explorer-2/src/commands/GetIndexCommand.ts b/clients/client-resource-explorer-2/src/commands/GetIndexCommand.ts index 547d3544b53e7..dbccb2a809d50 100644 --- a/clients/client-resource-explorer-2/src/commands/GetIndexCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/GetIndexCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceExplorer2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-explorer-2/src/commands/GetViewCommand.ts b/clients/client-resource-explorer-2/src/commands/GetViewCommand.ts index b2151b4b6ada5..15c8dcd6a5318 100644 --- a/clients/client-resource-explorer-2/src/commands/GetViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/GetViewCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceExplorer2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-explorer-2/src/commands/ListIndexesCommand.ts b/clients/client-resource-explorer-2/src/commands/ListIndexesCommand.ts index 0593c68d6f537..7bf592e049550 100644 --- a/clients/client-resource-explorer-2/src/commands/ListIndexesCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/ListIndexesCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceExplorer2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-explorer-2/src/commands/ListSupportedResourceTypesCommand.ts b/clients/client-resource-explorer-2/src/commands/ListSupportedResourceTypesCommand.ts index a6f09c8e5b47a..766aaf12cfe10 100644 --- a/clients/client-resource-explorer-2/src/commands/ListSupportedResourceTypesCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/ListSupportedResourceTypesCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceExplorer2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-explorer-2/src/commands/ListTagsForResourceCommand.ts b/clients/client-resource-explorer-2/src/commands/ListTagsForResourceCommand.ts index ad3efe24787fe..ba33608c81c26 100644 --- a/clients/client-resource-explorer-2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceExplorer2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-explorer-2/src/commands/ListViewsCommand.ts b/clients/client-resource-explorer-2/src/commands/ListViewsCommand.ts index 3a0ff0c9d3325..aff50e0221d29 100644 --- a/clients/client-resource-explorer-2/src/commands/ListViewsCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/ListViewsCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceExplorer2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-explorer-2/src/commands/SearchCommand.ts b/clients/client-resource-explorer-2/src/commands/SearchCommand.ts index 726a0432afb24..7b4b24d13059a 100644 --- a/clients/client-resource-explorer-2/src/commands/SearchCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/SearchCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceExplorer2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-explorer-2/src/commands/TagResourceCommand.ts b/clients/client-resource-explorer-2/src/commands/TagResourceCommand.ts index 62ca5f3d361ee..b1882b8ea825b 100644 --- a/clients/client-resource-explorer-2/src/commands/TagResourceCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceExplorer2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-explorer-2/src/commands/UntagResourceCommand.ts b/clients/client-resource-explorer-2/src/commands/UntagResourceCommand.ts index 38bd115ce1dfc..8493f2b88fdcf 100644 --- a/clients/client-resource-explorer-2/src/commands/UntagResourceCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceExplorer2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-explorer-2/src/commands/UpdateIndexTypeCommand.ts b/clients/client-resource-explorer-2/src/commands/UpdateIndexTypeCommand.ts index 2a45aad621be8..b6239c6fd337a 100644 --- a/clients/client-resource-explorer-2/src/commands/UpdateIndexTypeCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/UpdateIndexTypeCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceExplorer2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-explorer-2/src/commands/UpdateViewCommand.ts b/clients/client-resource-explorer-2/src/commands/UpdateViewCommand.ts index cf962fe3073d0..b9283e1a55c33 100644 --- a/clients/client-resource-explorer-2/src/commands/UpdateViewCommand.ts +++ b/clients/client-resource-explorer-2/src/commands/UpdateViewCommand.ts @@ -26,6 +26,10 @@ import { ServiceOutputTypes, } from "../ResourceExplorer2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-explorer-2/src/index.ts b/clients/client-resource-explorer-2/src/index.ts index 7aa4758d8bcea..69abb09e086ed 100644 --- a/clients/client-resource-explorer-2/src/index.ts +++ b/clients/client-resource-explorer-2/src/index.ts @@ -1,8 +1,34 @@ -export * from "./ResourceExplorer2"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Web Services Resource Explorer is a resource search and discovery service. By using Resource Explorer, you can + * explore your resources using an internet search engine-like experience. Examples of + * resources include Amazon Relational Database Service (Amazon RDS) instances, Amazon Simple Storage Service (Amazon S3) buckets, or Amazon DynamoDB + * tables. You can search for your resources using resource metadata like names, tags, and + * IDs. Resource Explorer can search across all of the Amazon Web Services Regions in your account in which you turn + * the service on, to simplify your cross-Region workloads.

+ *

Resource Explorer scans the resources in each of the Amazon Web Services Regions in your Amazon Web Services account in which + * you turn on Resource Explorer. Resource Explorer creates + * and maintains an index in each Region, with the details of that Region's + * resources.

+ *

You can search across all of the + * indexed Regions in your account by designating one of your Amazon Web Services Regions to + * contain the aggregator index for the account. When you promote a local index + * in a Region to become the aggregator index for the account, Resource Explorer automatically + * replicates the index information from all local indexes in the other Regions to the + * aggregator index. Therefore, the Region with the aggregator index has a copy of all resource + * information for all Regions in the account where you turned on Resource Explorer. As a result, + * views in the aggregator index Region include resources from all of the indexed Regions in your + * account.

+ *

For more information about Amazon Web Services Resource Explorer, including how to enable and configure the + * service, see the Amazon Web Services Resource Explorer User Guide.

+ * + * @packageDocumentation + */ export * from "./ResourceExplorer2Client"; +export * from "./ResourceExplorer2"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ResourceExplorer2ServiceException } from "./models/ResourceExplorer2ServiceException"; diff --git a/clients/client-resource-explorer-2/src/models/ResourceExplorer2ServiceException.ts b/clients/client-resource-explorer-2/src/models/ResourceExplorer2ServiceException.ts index 8324966775f68..359e71cc6e493 100644 --- a/clients/client-resource-explorer-2/src/models/ResourceExplorer2ServiceException.ts +++ b/clients/client-resource-explorer-2/src/models/ResourceExplorer2ServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-resource-groups-tagging-api/src/ResourceGroupsTaggingAPIClient.ts b/clients/client-resource-groups-tagging-api/src/ResourceGroupsTaggingAPIClient.ts index 4b17b333d58de..19dccbc0da9ad 100644 --- a/clients/client-resource-groups-tagging-api/src/ResourceGroupsTaggingAPIClient.ts +++ b/clients/client-resource-groups-tagging-api/src/ResourceGroupsTaggingAPIClient.ts @@ -76,6 +76,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -229,7 +231,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ResourceGroupsTaggingAPIClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ResourceGroupsTaggingAPIClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -248,7 +250,7 @@ export interface ResourceGroupsTaggingAPIClientConfig extends ResourceGroupsTagg /** * @public */ -type ResourceGroupsTaggingAPIClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ResourceGroupsTaggingAPIClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-resource-groups-tagging-api/src/commands/DescribeReportCreationCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/DescribeReportCreationCommand.ts index 459ad289ca3f9..72a46470039f1 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/DescribeReportCreationCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/DescribeReportCreationCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceGroupsTaggingAPIClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups-tagging-api/src/commands/GetComplianceSummaryCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/GetComplianceSummaryCommand.ts index 4f503e0fa3055..8da5520f61ae5 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/GetComplianceSummaryCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/GetComplianceSummaryCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceGroupsTaggingAPIClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups-tagging-api/src/commands/GetResourcesCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/GetResourcesCommand.ts index ed3d9c1df841e..3e37331b97ac0 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/GetResourcesCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/GetResourcesCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceGroupsTaggingAPIClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups-tagging-api/src/commands/GetTagKeysCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/GetTagKeysCommand.ts index 5bc8e56cf05c2..adcf590df82e3 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/GetTagKeysCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/GetTagKeysCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceGroupsTaggingAPIClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups-tagging-api/src/commands/GetTagValuesCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/GetTagValuesCommand.ts index a13a1248bbcbc..e075f2b0b96a9 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/GetTagValuesCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/GetTagValuesCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceGroupsTaggingAPIClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups-tagging-api/src/commands/StartReportCreationCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/StartReportCreationCommand.ts index 03a18a90a8eb1..1277d6658b623 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/StartReportCreationCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/StartReportCreationCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceGroupsTaggingAPIClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups-tagging-api/src/commands/TagResourcesCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/TagResourcesCommand.ts index 42d2fc02bab9d..908214b88066b 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/TagResourcesCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/TagResourcesCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceGroupsTaggingAPIClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups-tagging-api/src/commands/UntagResourcesCommand.ts b/clients/client-resource-groups-tagging-api/src/commands/UntagResourcesCommand.ts index cbf8e4cb544be..233241e58c454 100644 --- a/clients/client-resource-groups-tagging-api/src/commands/UntagResourcesCommand.ts +++ b/clients/client-resource-groups-tagging-api/src/commands/UntagResourcesCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ResourceGroupsTaggingAPIClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups-tagging-api/src/index.ts b/clients/client-resource-groups-tagging-api/src/index.ts index 2a6eb7d0b7850..27fd4c38d96ba 100644 --- a/clients/client-resource-groups-tagging-api/src/index.ts +++ b/clients/client-resource-groups-tagging-api/src/index.ts @@ -1,8 +1,14 @@ -export * from "./ResourceGroupsTaggingAPI"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Resource Groups Tagging API + * + * @packageDocumentation + */ export * from "./ResourceGroupsTaggingAPIClient"; +export * from "./ResourceGroupsTaggingAPI"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ResourceGroupsTaggingAPIServiceException } from "./models/ResourceGroupsTaggingAPIServiceException"; diff --git a/clients/client-resource-groups-tagging-api/src/models/ResourceGroupsTaggingAPIServiceException.ts b/clients/client-resource-groups-tagging-api/src/models/ResourceGroupsTaggingAPIServiceException.ts index d44b6b47c8129..6416a8e31f6c5 100644 --- a/clients/client-resource-groups-tagging-api/src/models/ResourceGroupsTaggingAPIServiceException.ts +++ b/clients/client-resource-groups-tagging-api/src/models/ResourceGroupsTaggingAPIServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-resource-groups/src/ResourceGroupsClient.ts b/clients/client-resource-groups/src/ResourceGroupsClient.ts index 7cc7c44ad7636..e9da69d4ba60a 100644 --- a/clients/client-resource-groups/src/ResourceGroupsClient.ts +++ b/clients/client-resource-groups/src/ResourceGroupsClient.ts @@ -86,6 +86,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -259,7 +261,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ResourceGroupsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ResourceGroupsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -278,7 +280,7 @@ export interface ResourceGroupsClientConfig extends ResourceGroupsClientConfigTy /** * @public */ -type ResourceGroupsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ResourceGroupsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-resource-groups/src/commands/CreateGroupCommand.ts b/clients/client-resource-groups/src/commands/CreateGroupCommand.ts index 29d54f44c34cc..e88e4da2a91a0 100644 --- a/clients/client-resource-groups/src/commands/CreateGroupCommand.ts +++ b/clients/client-resource-groups/src/commands/CreateGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateGroupInput, CreateGroupOutput } from "../models/models_0"; import { de_CreateGroupCommand, se_CreateGroupCommand } from "../protocols/Aws_restJson1"; import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups/src/commands/DeleteGroupCommand.ts b/clients/client-resource-groups/src/commands/DeleteGroupCommand.ts index 73c011d31e2c0..38968c15fca31 100644 --- a/clients/client-resource-groups/src/commands/DeleteGroupCommand.ts +++ b/clients/client-resource-groups/src/commands/DeleteGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteGroupInput, DeleteGroupOutput } from "../models/models_0"; import { de_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_restJson1"; import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups/src/commands/GetAccountSettingsCommand.ts b/clients/client-resource-groups/src/commands/GetAccountSettingsCommand.ts index b147808f162f7..b99853e8c9389 100644 --- a/clients/client-resource-groups/src/commands/GetAccountSettingsCommand.ts +++ b/clients/client-resource-groups/src/commands/GetAccountSettingsCommand.ts @@ -17,6 +17,10 @@ import { GetAccountSettingsOutput } from "../models/models_0"; import { de_GetAccountSettingsCommand, se_GetAccountSettingsCommand } from "../protocols/Aws_restJson1"; import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups/src/commands/GetGroupCommand.ts b/clients/client-resource-groups/src/commands/GetGroupCommand.ts index 3af2055836beb..0df2c49e883b5 100644 --- a/clients/client-resource-groups/src/commands/GetGroupCommand.ts +++ b/clients/client-resource-groups/src/commands/GetGroupCommand.ts @@ -17,6 +17,10 @@ import { GetGroupInput, GetGroupOutput } from "../models/models_0"; import { de_GetGroupCommand, se_GetGroupCommand } from "../protocols/Aws_restJson1"; import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups/src/commands/GetGroupConfigurationCommand.ts b/clients/client-resource-groups/src/commands/GetGroupConfigurationCommand.ts index 6368bb7da0617..f711b5b43f0f1 100644 --- a/clients/client-resource-groups/src/commands/GetGroupConfigurationCommand.ts +++ b/clients/client-resource-groups/src/commands/GetGroupConfigurationCommand.ts @@ -17,6 +17,10 @@ import { GetGroupConfigurationInput, GetGroupConfigurationOutput } from "../mode import { de_GetGroupConfigurationCommand, se_GetGroupConfigurationCommand } from "../protocols/Aws_restJson1"; import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups/src/commands/GetGroupQueryCommand.ts b/clients/client-resource-groups/src/commands/GetGroupQueryCommand.ts index 84d5d77fc5294..f250cf7557b97 100644 --- a/clients/client-resource-groups/src/commands/GetGroupQueryCommand.ts +++ b/clients/client-resource-groups/src/commands/GetGroupQueryCommand.ts @@ -17,6 +17,10 @@ import { GetGroupQueryInput, GetGroupQueryOutput } from "../models/models_0"; import { de_GetGroupQueryCommand, se_GetGroupQueryCommand } from "../protocols/Aws_restJson1"; import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups/src/commands/GetTagsCommand.ts b/clients/client-resource-groups/src/commands/GetTagsCommand.ts index 8e9a667ec6031..c81ddd024b2ae 100644 --- a/clients/client-resource-groups/src/commands/GetTagsCommand.ts +++ b/clients/client-resource-groups/src/commands/GetTagsCommand.ts @@ -17,6 +17,10 @@ import { GetTagsInput, GetTagsOutput } from "../models/models_0"; import { de_GetTagsCommand, se_GetTagsCommand } from "../protocols/Aws_restJson1"; import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups/src/commands/GroupResourcesCommand.ts b/clients/client-resource-groups/src/commands/GroupResourcesCommand.ts index 282b96ff78542..e5e17d7fac6fd 100644 --- a/clients/client-resource-groups/src/commands/GroupResourcesCommand.ts +++ b/clients/client-resource-groups/src/commands/GroupResourcesCommand.ts @@ -17,6 +17,10 @@ import { GroupResourcesInput, GroupResourcesOutput } from "../models/models_0"; import { de_GroupResourcesCommand, se_GroupResourcesCommand } from "../protocols/Aws_restJson1"; import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups/src/commands/ListGroupResourcesCommand.ts b/clients/client-resource-groups/src/commands/ListGroupResourcesCommand.ts index bea870aea8f5b..44ec95bc10fbe 100644 --- a/clients/client-resource-groups/src/commands/ListGroupResourcesCommand.ts +++ b/clients/client-resource-groups/src/commands/ListGroupResourcesCommand.ts @@ -17,6 +17,10 @@ import { ListGroupResourcesInput, ListGroupResourcesOutput } from "../models/mod import { de_ListGroupResourcesCommand, se_ListGroupResourcesCommand } from "../protocols/Aws_restJson1"; import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups/src/commands/ListGroupsCommand.ts b/clients/client-resource-groups/src/commands/ListGroupsCommand.ts index 25b2fcdb4dbb6..d2083305c2e37 100644 --- a/clients/client-resource-groups/src/commands/ListGroupsCommand.ts +++ b/clients/client-resource-groups/src/commands/ListGroupsCommand.ts @@ -17,6 +17,10 @@ import { ListGroupsInput, ListGroupsOutput } from "../models/models_0"; import { de_ListGroupsCommand, se_ListGroupsCommand } from "../protocols/Aws_restJson1"; import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups/src/commands/PutGroupConfigurationCommand.ts b/clients/client-resource-groups/src/commands/PutGroupConfigurationCommand.ts index 2cf893c4b7e14..211ca8436f13e 100644 --- a/clients/client-resource-groups/src/commands/PutGroupConfigurationCommand.ts +++ b/clients/client-resource-groups/src/commands/PutGroupConfigurationCommand.ts @@ -17,6 +17,10 @@ import { PutGroupConfigurationInput, PutGroupConfigurationOutput } from "../mode import { de_PutGroupConfigurationCommand, se_PutGroupConfigurationCommand } from "../protocols/Aws_restJson1"; import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups/src/commands/SearchResourcesCommand.ts b/clients/client-resource-groups/src/commands/SearchResourcesCommand.ts index 11e1c2845e8ef..e41ab3e9d0d64 100644 --- a/clients/client-resource-groups/src/commands/SearchResourcesCommand.ts +++ b/clients/client-resource-groups/src/commands/SearchResourcesCommand.ts @@ -17,6 +17,10 @@ import { SearchResourcesInput, SearchResourcesOutput } from "../models/models_0" import { de_SearchResourcesCommand, se_SearchResourcesCommand } from "../protocols/Aws_restJson1"; import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups/src/commands/TagCommand.ts b/clients/client-resource-groups/src/commands/TagCommand.ts index eb33978b95776..e5ebfda379ef1 100644 --- a/clients/client-resource-groups/src/commands/TagCommand.ts +++ b/clients/client-resource-groups/src/commands/TagCommand.ts @@ -17,6 +17,10 @@ import { TagInput, TagOutput } from "../models/models_0"; import { de_TagCommand, se_TagCommand } from "../protocols/Aws_restJson1"; import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups/src/commands/UngroupResourcesCommand.ts b/clients/client-resource-groups/src/commands/UngroupResourcesCommand.ts index e01c1a1aba3df..575483f029225 100644 --- a/clients/client-resource-groups/src/commands/UngroupResourcesCommand.ts +++ b/clients/client-resource-groups/src/commands/UngroupResourcesCommand.ts @@ -17,6 +17,10 @@ import { UngroupResourcesInput, UngroupResourcesOutput } from "../models/models_ import { de_UngroupResourcesCommand, se_UngroupResourcesCommand } from "../protocols/Aws_restJson1"; import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups/src/commands/UntagCommand.ts b/clients/client-resource-groups/src/commands/UntagCommand.ts index 3d10722452dc2..d196a171e8e50 100644 --- a/clients/client-resource-groups/src/commands/UntagCommand.ts +++ b/clients/client-resource-groups/src/commands/UntagCommand.ts @@ -17,6 +17,10 @@ import { UntagInput, UntagOutput } from "../models/models_0"; import { de_UntagCommand, se_UntagCommand } from "../protocols/Aws_restJson1"; import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups/src/commands/UpdateAccountSettingsCommand.ts b/clients/client-resource-groups/src/commands/UpdateAccountSettingsCommand.ts index cb96e85f55994..fce26e72f574f 100644 --- a/clients/client-resource-groups/src/commands/UpdateAccountSettingsCommand.ts +++ b/clients/client-resource-groups/src/commands/UpdateAccountSettingsCommand.ts @@ -17,6 +17,10 @@ import { UpdateAccountSettingsInput, UpdateAccountSettingsOutput } from "../mode import { de_UpdateAccountSettingsCommand, se_UpdateAccountSettingsCommand } from "../protocols/Aws_restJson1"; import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups/src/commands/UpdateGroupCommand.ts b/clients/client-resource-groups/src/commands/UpdateGroupCommand.ts index 8fb4f83fe4511..07960bec59d4b 100644 --- a/clients/client-resource-groups/src/commands/UpdateGroupCommand.ts +++ b/clients/client-resource-groups/src/commands/UpdateGroupCommand.ts @@ -17,6 +17,10 @@ import { UpdateGroupInput, UpdateGroupOutput } from "../models/models_0"; import { de_UpdateGroupCommand, se_UpdateGroupCommand } from "../protocols/Aws_restJson1"; import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups/src/commands/UpdateGroupQueryCommand.ts b/clients/client-resource-groups/src/commands/UpdateGroupQueryCommand.ts index ba04b4f4a969e..5350d1c76a515 100644 --- a/clients/client-resource-groups/src/commands/UpdateGroupQueryCommand.ts +++ b/clients/client-resource-groups/src/commands/UpdateGroupQueryCommand.ts @@ -17,6 +17,10 @@ import { UpdateGroupQueryInput, UpdateGroupQueryOutput } from "../models/models_ import { de_UpdateGroupQueryCommand, se_UpdateGroupQueryCommand } from "../protocols/Aws_restJson1"; import { ResourceGroupsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ResourceGroupsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-resource-groups/src/index.ts b/clients/client-resource-groups/src/index.ts index e3a5acf1ddeae..7a679ab778c82 100644 --- a/clients/client-resource-groups/src/index.ts +++ b/clients/client-resource-groups/src/index.ts @@ -1,8 +1,47 @@ -export * from "./ResourceGroups"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Resource Groups lets you organize Amazon Web Services resources such as Amazon Elastic Compute Cloud instances, Amazon Relational Database Service + * databases, and Amazon Simple Storage Service buckets into groups using criteria that you define as tags. A + * resource group is a collection of resources that match the resource types specified in a + * query, and share one or more tags or portions of tags. You can create a group of + * resources based on their roles in your cloud infrastructure, lifecycle stages, regions, + * application layers, or virtually any criteria. Resource Groups enable you to automate management + * tasks, such as those in Amazon Web Services Systems Manager Automation documents, on tag-related resources in + * Amazon Web Services Systems Manager. Groups of tagged resources also let you quickly view a custom console in + * Amazon Web Services Systems Manager that shows Config compliance and other monitoring data about member + * resources.

+ *

To create a resource group, build a resource query, and specify tags that identify the + * criteria that members of the group have in common. Tags are key-value pairs.

+ *

For more information about Resource Groups, see the Resource Groups User Guide.

+ *

Resource Groups uses a REST-compliant API that you can use to perform the following types of + * operations.

+ *
    + *
  • + *

    Create, Read, Update, and Delete (CRUD) operations on resource groups and + * resource query entities

    + *
  • + *
  • + *

    Applying, editing, and removing tags from resource groups

    + *
  • + *
  • + *

    Resolving resource group member ARNs so they can be returned as search + * results

    + *
  • + *
  • + *

    Getting data about resources that are members of a group

    + *
  • + *
  • + *

    Searching Amazon Web Services resources based on a resource query

    + *
  • + *
+ * + * @packageDocumentation + */ export * from "./ResourceGroupsClient"; +export * from "./ResourceGroups"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ResourceGroupsServiceException } from "./models/ResourceGroupsServiceException"; diff --git a/clients/client-resource-groups/src/models/ResourceGroupsServiceException.ts b/clients/client-resource-groups/src/models/ResourceGroupsServiceException.ts index 638aa34bae95e..3a6b85bf9c667 100644 --- a/clients/client-resource-groups/src/models/ResourceGroupsServiceException.ts +++ b/clients/client-resource-groups/src/models/ResourceGroupsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-robomaker/src/RoboMakerClient.ts b/clients/client-robomaker/src/RoboMakerClient.ts index e7cc73e41e00e..f14b94e214dc6 100644 --- a/clients/client-robomaker/src/RoboMakerClient.ts +++ b/clients/client-robomaker/src/RoboMakerClient.ts @@ -230,6 +230,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -481,7 +483,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type RoboMakerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type RoboMakerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -500,7 +502,7 @@ export interface RoboMakerClientConfig extends RoboMakerClientConfigType {} /** * @public */ -type RoboMakerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type RoboMakerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-robomaker/src/commands/BatchDeleteWorldsCommand.ts b/clients/client-robomaker/src/commands/BatchDeleteWorldsCommand.ts index 02bdaa6ab91dc..2777affb4b9e1 100644 --- a/clients/client-robomaker/src/commands/BatchDeleteWorldsCommand.ts +++ b/clients/client-robomaker/src/commands/BatchDeleteWorldsCommand.ts @@ -17,6 +17,10 @@ import { BatchDeleteWorldsRequest, BatchDeleteWorldsResponse } from "../models/m import { de_BatchDeleteWorldsCommand, se_BatchDeleteWorldsCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/BatchDescribeSimulationJobCommand.ts b/clients/client-robomaker/src/commands/BatchDescribeSimulationJobCommand.ts index 54c5e51980f0f..31b7b48684898 100644 --- a/clients/client-robomaker/src/commands/BatchDescribeSimulationJobCommand.ts +++ b/clients/client-robomaker/src/commands/BatchDescribeSimulationJobCommand.ts @@ -17,6 +17,10 @@ import { BatchDescribeSimulationJobRequest, BatchDescribeSimulationJobResponse } import { de_BatchDescribeSimulationJobCommand, se_BatchDescribeSimulationJobCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts index 2e4f22758c787..1f899722805ee 100644 --- a/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/CancelDeploymentJobCommand.ts @@ -17,6 +17,10 @@ import { CancelDeploymentJobRequest, CancelDeploymentJobResponse } from "../mode import { de_CancelDeploymentJobCommand, se_CancelDeploymentJobCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/CancelSimulationJobBatchCommand.ts b/clients/client-robomaker/src/commands/CancelSimulationJobBatchCommand.ts index 098854d45d52e..48a4d18f136c9 100644 --- a/clients/client-robomaker/src/commands/CancelSimulationJobBatchCommand.ts +++ b/clients/client-robomaker/src/commands/CancelSimulationJobBatchCommand.ts @@ -17,6 +17,10 @@ import { CancelSimulationJobBatchRequest, CancelSimulationJobBatchResponse } fro import { de_CancelSimulationJobBatchCommand, se_CancelSimulationJobBatchCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/CancelSimulationJobCommand.ts b/clients/client-robomaker/src/commands/CancelSimulationJobCommand.ts index be106d72e3eb0..bf06e57221ad8 100644 --- a/clients/client-robomaker/src/commands/CancelSimulationJobCommand.ts +++ b/clients/client-robomaker/src/commands/CancelSimulationJobCommand.ts @@ -17,6 +17,10 @@ import { CancelSimulationJobRequest, CancelSimulationJobResponse } from "../mode import { de_CancelSimulationJobCommand, se_CancelSimulationJobCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/CancelWorldExportJobCommand.ts b/clients/client-robomaker/src/commands/CancelWorldExportJobCommand.ts index 1e69cdebafe9e..8fe4a9f179296 100644 --- a/clients/client-robomaker/src/commands/CancelWorldExportJobCommand.ts +++ b/clients/client-robomaker/src/commands/CancelWorldExportJobCommand.ts @@ -17,6 +17,10 @@ import { CancelWorldExportJobRequest, CancelWorldExportJobResponse } from "../mo import { de_CancelWorldExportJobCommand, se_CancelWorldExportJobCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/CancelWorldGenerationJobCommand.ts b/clients/client-robomaker/src/commands/CancelWorldGenerationJobCommand.ts index 348710e22de50..b2c17dffa0f4e 100644 --- a/clients/client-robomaker/src/commands/CancelWorldGenerationJobCommand.ts +++ b/clients/client-robomaker/src/commands/CancelWorldGenerationJobCommand.ts @@ -17,6 +17,10 @@ import { CancelWorldGenerationJobRequest, CancelWorldGenerationJobResponse } fro import { de_CancelWorldGenerationJobCommand, se_CancelWorldGenerationJobCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts index 6a63b53524c34..c36727ae24613 100644 --- a/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/CreateDeploymentJobCommand.ts @@ -17,6 +17,10 @@ import { CreateDeploymentJobRequest, CreateDeploymentJobResponse } from "../mode import { de_CreateDeploymentJobCommand, se_CreateDeploymentJobCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/CreateFleetCommand.ts b/clients/client-robomaker/src/commands/CreateFleetCommand.ts index 162b4857fe773..769b47f7f1930 100644 --- a/clients/client-robomaker/src/commands/CreateFleetCommand.ts +++ b/clients/client-robomaker/src/commands/CreateFleetCommand.ts @@ -17,6 +17,10 @@ import { CreateFleetRequest, CreateFleetResponse } from "../models/models_0"; import { de_CreateFleetCommand, se_CreateFleetCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/CreateRobotApplicationCommand.ts b/clients/client-robomaker/src/commands/CreateRobotApplicationCommand.ts index a59de369092e9..1f2012096ae2c 100644 --- a/clients/client-robomaker/src/commands/CreateRobotApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/CreateRobotApplicationCommand.ts @@ -17,6 +17,10 @@ import { CreateRobotApplicationRequest, CreateRobotApplicationResponse } from ". import { de_CreateRobotApplicationCommand, se_CreateRobotApplicationCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/CreateRobotApplicationVersionCommand.ts b/clients/client-robomaker/src/commands/CreateRobotApplicationVersionCommand.ts index 8ea26d649dd90..eaece960d104b 100644 --- a/clients/client-robomaker/src/commands/CreateRobotApplicationVersionCommand.ts +++ b/clients/client-robomaker/src/commands/CreateRobotApplicationVersionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/CreateRobotCommand.ts b/clients/client-robomaker/src/commands/CreateRobotCommand.ts index f1880f4b8295f..54714de34ef8a 100644 --- a/clients/client-robomaker/src/commands/CreateRobotCommand.ts +++ b/clients/client-robomaker/src/commands/CreateRobotCommand.ts @@ -17,6 +17,10 @@ import { CreateRobotRequest, CreateRobotResponse } from "../models/models_0"; import { de_CreateRobotCommand, se_CreateRobotCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/CreateSimulationApplicationCommand.ts b/clients/client-robomaker/src/commands/CreateSimulationApplicationCommand.ts index 224b477feb9e1..99127f6a5e130 100644 --- a/clients/client-robomaker/src/commands/CreateSimulationApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/CreateSimulationApplicationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/CreateSimulationApplicationVersionCommand.ts b/clients/client-robomaker/src/commands/CreateSimulationApplicationVersionCommand.ts index c12adbfb3a053..0b14d944ef338 100644 --- a/clients/client-robomaker/src/commands/CreateSimulationApplicationVersionCommand.ts +++ b/clients/client-robomaker/src/commands/CreateSimulationApplicationVersionCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/CreateSimulationJobCommand.ts b/clients/client-robomaker/src/commands/CreateSimulationJobCommand.ts index 26d15ad01ff2a..557088cfb7283 100644 --- a/clients/client-robomaker/src/commands/CreateSimulationJobCommand.ts +++ b/clients/client-robomaker/src/commands/CreateSimulationJobCommand.ts @@ -17,6 +17,10 @@ import { CreateSimulationJobRequest, CreateSimulationJobResponse } from "../mode import { de_CreateSimulationJobCommand, se_CreateSimulationJobCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/CreateWorldExportJobCommand.ts b/clients/client-robomaker/src/commands/CreateWorldExportJobCommand.ts index 82ddd13e403d4..dcef71f9eb39b 100644 --- a/clients/client-robomaker/src/commands/CreateWorldExportJobCommand.ts +++ b/clients/client-robomaker/src/commands/CreateWorldExportJobCommand.ts @@ -17,6 +17,10 @@ import { CreateWorldExportJobRequest, CreateWorldExportJobResponse } from "../mo import { de_CreateWorldExportJobCommand, se_CreateWorldExportJobCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/CreateWorldGenerationJobCommand.ts b/clients/client-robomaker/src/commands/CreateWorldGenerationJobCommand.ts index 5b264cfc935a6..aacf14f2bd4a4 100644 --- a/clients/client-robomaker/src/commands/CreateWorldGenerationJobCommand.ts +++ b/clients/client-robomaker/src/commands/CreateWorldGenerationJobCommand.ts @@ -17,6 +17,10 @@ import { CreateWorldGenerationJobRequest, CreateWorldGenerationJobResponse } fro import { de_CreateWorldGenerationJobCommand, se_CreateWorldGenerationJobCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/CreateWorldTemplateCommand.ts b/clients/client-robomaker/src/commands/CreateWorldTemplateCommand.ts index c717ff76f9cfc..7b4c90e3247f6 100644 --- a/clients/client-robomaker/src/commands/CreateWorldTemplateCommand.ts +++ b/clients/client-robomaker/src/commands/CreateWorldTemplateCommand.ts @@ -17,6 +17,10 @@ import { CreateWorldTemplateRequest, CreateWorldTemplateResponse } from "../mode import { de_CreateWorldTemplateCommand, se_CreateWorldTemplateCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/DeleteFleetCommand.ts b/clients/client-robomaker/src/commands/DeleteFleetCommand.ts index e0d77a1d54b20..19a7de797b7cb 100644 --- a/clients/client-robomaker/src/commands/DeleteFleetCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteFleetCommand.ts @@ -17,6 +17,10 @@ import { DeleteFleetRequest, DeleteFleetResponse } from "../models/models_0"; import { de_DeleteFleetCommand, se_DeleteFleetCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/DeleteRobotApplicationCommand.ts b/clients/client-robomaker/src/commands/DeleteRobotApplicationCommand.ts index ba0aad81fcc2a..a9b34cfff2d95 100644 --- a/clients/client-robomaker/src/commands/DeleteRobotApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteRobotApplicationCommand.ts @@ -17,6 +17,10 @@ import { DeleteRobotApplicationRequest, DeleteRobotApplicationResponse } from ". import { de_DeleteRobotApplicationCommand, se_DeleteRobotApplicationCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/DeleteRobotCommand.ts b/clients/client-robomaker/src/commands/DeleteRobotCommand.ts index caac60d3d9173..eb83cab893412 100644 --- a/clients/client-robomaker/src/commands/DeleteRobotCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteRobotCommand.ts @@ -17,6 +17,10 @@ import { DeleteRobotRequest, DeleteRobotResponse } from "../models/models_0"; import { de_DeleteRobotCommand, se_DeleteRobotCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/DeleteSimulationApplicationCommand.ts b/clients/client-robomaker/src/commands/DeleteSimulationApplicationCommand.ts index 1882dab7270fb..9e306947089d7 100644 --- a/clients/client-robomaker/src/commands/DeleteSimulationApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteSimulationApplicationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/DeleteWorldTemplateCommand.ts b/clients/client-robomaker/src/commands/DeleteWorldTemplateCommand.ts index b40e212560686..ded0da868b287 100644 --- a/clients/client-robomaker/src/commands/DeleteWorldTemplateCommand.ts +++ b/clients/client-robomaker/src/commands/DeleteWorldTemplateCommand.ts @@ -17,6 +17,10 @@ import { DeleteWorldTemplateRequest, DeleteWorldTemplateResponse } from "../mode import { de_DeleteWorldTemplateCommand, se_DeleteWorldTemplateCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts b/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts index c7512ca946844..54406769e46c8 100644 --- a/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts +++ b/clients/client-robomaker/src/commands/DeregisterRobotCommand.ts @@ -17,6 +17,10 @@ import { DeregisterRobotRequest, DeregisterRobotResponse } from "../models/model import { de_DeregisterRobotCommand, se_DeregisterRobotCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts index 4d8f61d4e0018..1c015bf33c9e8 100644 --- a/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeDeploymentJobCommand.ts @@ -17,6 +17,10 @@ import { DescribeDeploymentJobRequest, DescribeDeploymentJobResponse } from "../ import { de_DescribeDeploymentJobCommand, se_DescribeDeploymentJobCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/DescribeFleetCommand.ts b/clients/client-robomaker/src/commands/DescribeFleetCommand.ts index d9766437f85ba..5b47b6364c0c3 100644 --- a/clients/client-robomaker/src/commands/DescribeFleetCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeFleetCommand.ts @@ -17,6 +17,10 @@ import { DescribeFleetRequest, DescribeFleetResponse } from "../models/models_0" import { de_DescribeFleetCommand, se_DescribeFleetCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/DescribeRobotApplicationCommand.ts b/clients/client-robomaker/src/commands/DescribeRobotApplicationCommand.ts index 8d1afd22df455..98cba1b61eef9 100644 --- a/clients/client-robomaker/src/commands/DescribeRobotApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeRobotApplicationCommand.ts @@ -17,6 +17,10 @@ import { DescribeRobotApplicationRequest, DescribeRobotApplicationResponse } fro import { de_DescribeRobotApplicationCommand, se_DescribeRobotApplicationCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/DescribeRobotCommand.ts b/clients/client-robomaker/src/commands/DescribeRobotCommand.ts index 487b18062c03f..2e8f3dfbb0b31 100644 --- a/clients/client-robomaker/src/commands/DescribeRobotCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeRobotCommand.ts @@ -17,6 +17,10 @@ import { DescribeRobotRequest, DescribeRobotResponse } from "../models/models_0" import { de_DescribeRobotCommand, se_DescribeRobotCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/DescribeSimulationApplicationCommand.ts b/clients/client-robomaker/src/commands/DescribeSimulationApplicationCommand.ts index f17f219477ea7..a369a5fd30acc 100644 --- a/clients/client-robomaker/src/commands/DescribeSimulationApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeSimulationApplicationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/DescribeSimulationJobBatchCommand.ts b/clients/client-robomaker/src/commands/DescribeSimulationJobBatchCommand.ts index 3925e1a3a753f..73d07cd8878ed 100644 --- a/clients/client-robomaker/src/commands/DescribeSimulationJobBatchCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeSimulationJobBatchCommand.ts @@ -17,6 +17,10 @@ import { DescribeSimulationJobBatchRequest, DescribeSimulationJobBatchResponse } import { de_DescribeSimulationJobBatchCommand, se_DescribeSimulationJobBatchCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/DescribeSimulationJobCommand.ts b/clients/client-robomaker/src/commands/DescribeSimulationJobCommand.ts index 2617e5e07dd9b..989beaf3cff0d 100644 --- a/clients/client-robomaker/src/commands/DescribeSimulationJobCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeSimulationJobCommand.ts @@ -17,6 +17,10 @@ import { DescribeSimulationJobRequest, DescribeSimulationJobResponse } from "../ import { de_DescribeSimulationJobCommand, se_DescribeSimulationJobCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/DescribeWorldCommand.ts b/clients/client-robomaker/src/commands/DescribeWorldCommand.ts index a444a6202165c..abb2d1efc7445 100644 --- a/clients/client-robomaker/src/commands/DescribeWorldCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeWorldCommand.ts @@ -17,6 +17,10 @@ import { DescribeWorldRequest, DescribeWorldResponse } from "../models/models_0" import { de_DescribeWorldCommand, se_DescribeWorldCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/DescribeWorldExportJobCommand.ts b/clients/client-robomaker/src/commands/DescribeWorldExportJobCommand.ts index 7d7b9d87df23b..d204b7a7e001a 100644 --- a/clients/client-robomaker/src/commands/DescribeWorldExportJobCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeWorldExportJobCommand.ts @@ -17,6 +17,10 @@ import { DescribeWorldExportJobRequest, DescribeWorldExportJobResponse } from ". import { de_DescribeWorldExportJobCommand, se_DescribeWorldExportJobCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/DescribeWorldGenerationJobCommand.ts b/clients/client-robomaker/src/commands/DescribeWorldGenerationJobCommand.ts index bcacd3d6625b2..d07e96aee4af9 100644 --- a/clients/client-robomaker/src/commands/DescribeWorldGenerationJobCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeWorldGenerationJobCommand.ts @@ -17,6 +17,10 @@ import { DescribeWorldGenerationJobRequest, DescribeWorldGenerationJobResponse } import { de_DescribeWorldGenerationJobCommand, se_DescribeWorldGenerationJobCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/DescribeWorldTemplateCommand.ts b/clients/client-robomaker/src/commands/DescribeWorldTemplateCommand.ts index 6fa58ab622443..ec9a5e09ccddc 100644 --- a/clients/client-robomaker/src/commands/DescribeWorldTemplateCommand.ts +++ b/clients/client-robomaker/src/commands/DescribeWorldTemplateCommand.ts @@ -17,6 +17,10 @@ import { DescribeWorldTemplateRequest, DescribeWorldTemplateResponse } from "../ import { de_DescribeWorldTemplateCommand, se_DescribeWorldTemplateCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/GetWorldTemplateBodyCommand.ts b/clients/client-robomaker/src/commands/GetWorldTemplateBodyCommand.ts index 6060636aea8da..1aa207cf01aa8 100644 --- a/clients/client-robomaker/src/commands/GetWorldTemplateBodyCommand.ts +++ b/clients/client-robomaker/src/commands/GetWorldTemplateBodyCommand.ts @@ -17,6 +17,10 @@ import { GetWorldTemplateBodyRequest, GetWorldTemplateBodyResponse } from "../mo import { de_GetWorldTemplateBodyCommand, se_GetWorldTemplateBodyCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts b/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts index c94235dd4da86..61d0fba5813d1 100644 --- a/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts +++ b/clients/client-robomaker/src/commands/ListDeploymentJobsCommand.ts @@ -17,6 +17,10 @@ import { ListDeploymentJobsRequest, ListDeploymentJobsResponse } from "../models import { de_ListDeploymentJobsCommand, se_ListDeploymentJobsCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/ListFleetsCommand.ts b/clients/client-robomaker/src/commands/ListFleetsCommand.ts index 9eec41429b88d..0a5386af950a7 100644 --- a/clients/client-robomaker/src/commands/ListFleetsCommand.ts +++ b/clients/client-robomaker/src/commands/ListFleetsCommand.ts @@ -17,6 +17,10 @@ import { ListFleetsRequest, ListFleetsResponse } from "../models/models_0"; import { de_ListFleetsCommand, se_ListFleetsCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/ListRobotApplicationsCommand.ts b/clients/client-robomaker/src/commands/ListRobotApplicationsCommand.ts index b470b4fa10a64..1d4d44b0412d0 100644 --- a/clients/client-robomaker/src/commands/ListRobotApplicationsCommand.ts +++ b/clients/client-robomaker/src/commands/ListRobotApplicationsCommand.ts @@ -17,6 +17,10 @@ import { ListRobotApplicationsRequest, ListRobotApplicationsResponse } from "../ import { de_ListRobotApplicationsCommand, se_ListRobotApplicationsCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/ListRobotsCommand.ts b/clients/client-robomaker/src/commands/ListRobotsCommand.ts index aa323ecc90913..a1da71ef25eb3 100644 --- a/clients/client-robomaker/src/commands/ListRobotsCommand.ts +++ b/clients/client-robomaker/src/commands/ListRobotsCommand.ts @@ -17,6 +17,10 @@ import { ListRobotsRequest, ListRobotsResponse } from "../models/models_0"; import { de_ListRobotsCommand, se_ListRobotsCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/ListSimulationApplicationsCommand.ts b/clients/client-robomaker/src/commands/ListSimulationApplicationsCommand.ts index 22738e4e45db7..d56df41a6c636 100644 --- a/clients/client-robomaker/src/commands/ListSimulationApplicationsCommand.ts +++ b/clients/client-robomaker/src/commands/ListSimulationApplicationsCommand.ts @@ -17,6 +17,10 @@ import { ListSimulationApplicationsRequest, ListSimulationApplicationsResponse } import { de_ListSimulationApplicationsCommand, se_ListSimulationApplicationsCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/ListSimulationJobBatchesCommand.ts b/clients/client-robomaker/src/commands/ListSimulationJobBatchesCommand.ts index f0cad6410f712..dc57b05a31f81 100644 --- a/clients/client-robomaker/src/commands/ListSimulationJobBatchesCommand.ts +++ b/clients/client-robomaker/src/commands/ListSimulationJobBatchesCommand.ts @@ -17,6 +17,10 @@ import { ListSimulationJobBatchesRequest, ListSimulationJobBatchesResponse } fro import { de_ListSimulationJobBatchesCommand, se_ListSimulationJobBatchesCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/ListSimulationJobsCommand.ts b/clients/client-robomaker/src/commands/ListSimulationJobsCommand.ts index 7f926850cdf5f..bbc394ced189e 100644 --- a/clients/client-robomaker/src/commands/ListSimulationJobsCommand.ts +++ b/clients/client-robomaker/src/commands/ListSimulationJobsCommand.ts @@ -17,6 +17,10 @@ import { ListSimulationJobsRequest, ListSimulationJobsResponse } from "../models import { de_ListSimulationJobsCommand, se_ListSimulationJobsCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/ListTagsForResourceCommand.ts b/clients/client-robomaker/src/commands/ListTagsForResourceCommand.ts index 055207b7cd50f..d80fe5e351e89 100644 --- a/clients/client-robomaker/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-robomaker/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/ListWorldExportJobsCommand.ts b/clients/client-robomaker/src/commands/ListWorldExportJobsCommand.ts index 3169d6ce2c0a2..cdab66a30757b 100644 --- a/clients/client-robomaker/src/commands/ListWorldExportJobsCommand.ts +++ b/clients/client-robomaker/src/commands/ListWorldExportJobsCommand.ts @@ -17,6 +17,10 @@ import { ListWorldExportJobsRequest, ListWorldExportJobsResponse } from "../mode import { de_ListWorldExportJobsCommand, se_ListWorldExportJobsCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/ListWorldGenerationJobsCommand.ts b/clients/client-robomaker/src/commands/ListWorldGenerationJobsCommand.ts index 9bdd0a8877905..a7f2eb30b9fd2 100644 --- a/clients/client-robomaker/src/commands/ListWorldGenerationJobsCommand.ts +++ b/clients/client-robomaker/src/commands/ListWorldGenerationJobsCommand.ts @@ -17,6 +17,10 @@ import { ListWorldGenerationJobsRequest, ListWorldGenerationJobsResponse } from import { de_ListWorldGenerationJobsCommand, se_ListWorldGenerationJobsCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/ListWorldTemplatesCommand.ts b/clients/client-robomaker/src/commands/ListWorldTemplatesCommand.ts index 1ef614d327eb6..6afd207816d5d 100644 --- a/clients/client-robomaker/src/commands/ListWorldTemplatesCommand.ts +++ b/clients/client-robomaker/src/commands/ListWorldTemplatesCommand.ts @@ -17,6 +17,10 @@ import { ListWorldTemplatesRequest, ListWorldTemplatesResponse } from "../models import { de_ListWorldTemplatesCommand, se_ListWorldTemplatesCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/ListWorldsCommand.ts b/clients/client-robomaker/src/commands/ListWorldsCommand.ts index 5b0eeb19617ea..d28ce4c11cbd5 100644 --- a/clients/client-robomaker/src/commands/ListWorldsCommand.ts +++ b/clients/client-robomaker/src/commands/ListWorldsCommand.ts @@ -17,6 +17,10 @@ import { ListWorldsRequest, ListWorldsResponse } from "../models/models_0"; import { de_ListWorldsCommand, se_ListWorldsCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/RegisterRobotCommand.ts b/clients/client-robomaker/src/commands/RegisterRobotCommand.ts index 7417da1f21acb..094962ecfc90b 100644 --- a/clients/client-robomaker/src/commands/RegisterRobotCommand.ts +++ b/clients/client-robomaker/src/commands/RegisterRobotCommand.ts @@ -17,6 +17,10 @@ import { RegisterRobotRequest, RegisterRobotResponse } from "../models/models_0" import { de_RegisterRobotCommand, se_RegisterRobotCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/RestartSimulationJobCommand.ts b/clients/client-robomaker/src/commands/RestartSimulationJobCommand.ts index 9c9a70f671438..957d80be36f17 100644 --- a/clients/client-robomaker/src/commands/RestartSimulationJobCommand.ts +++ b/clients/client-robomaker/src/commands/RestartSimulationJobCommand.ts @@ -17,6 +17,10 @@ import { RestartSimulationJobRequest, RestartSimulationJobResponse } from "../mo import { de_RestartSimulationJobCommand, se_RestartSimulationJobCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/StartSimulationJobBatchCommand.ts b/clients/client-robomaker/src/commands/StartSimulationJobBatchCommand.ts index 5f7459572b8c3..42ee286ddb29d 100644 --- a/clients/client-robomaker/src/commands/StartSimulationJobBatchCommand.ts +++ b/clients/client-robomaker/src/commands/StartSimulationJobBatchCommand.ts @@ -17,6 +17,10 @@ import { StartSimulationJobBatchRequest, StartSimulationJobBatchResponse } from import { de_StartSimulationJobBatchCommand, se_StartSimulationJobBatchCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts b/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts index e5a4bd366feb1..d808de0694ea7 100644 --- a/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts +++ b/clients/client-robomaker/src/commands/SyncDeploymentJobCommand.ts @@ -17,6 +17,10 @@ import { SyncDeploymentJobRequest, SyncDeploymentJobResponse } from "../models/m import { de_SyncDeploymentJobCommand, se_SyncDeploymentJobCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/TagResourceCommand.ts b/clients/client-robomaker/src/commands/TagResourceCommand.ts index 4105f2be98bf9..b99399da15b84 100644 --- a/clients/client-robomaker/src/commands/TagResourceCommand.ts +++ b/clients/client-robomaker/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/UntagResourceCommand.ts b/clients/client-robomaker/src/commands/UntagResourceCommand.ts index 2b2097f982170..277514ac8cadf 100644 --- a/clients/client-robomaker/src/commands/UntagResourceCommand.ts +++ b/clients/client-robomaker/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/UpdateRobotApplicationCommand.ts b/clients/client-robomaker/src/commands/UpdateRobotApplicationCommand.ts index 1d9bab7e1ac3f..bd9d9f93724a6 100644 --- a/clients/client-robomaker/src/commands/UpdateRobotApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/UpdateRobotApplicationCommand.ts @@ -17,6 +17,10 @@ import { UpdateRobotApplicationRequest, UpdateRobotApplicationResponse } from ". import { de_UpdateRobotApplicationCommand, se_UpdateRobotApplicationCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/UpdateSimulationApplicationCommand.ts b/clients/client-robomaker/src/commands/UpdateSimulationApplicationCommand.ts index 535747972ce56..6eeda6e8d0a4a 100644 --- a/clients/client-robomaker/src/commands/UpdateSimulationApplicationCommand.ts +++ b/clients/client-robomaker/src/commands/UpdateSimulationApplicationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/commands/UpdateWorldTemplateCommand.ts b/clients/client-robomaker/src/commands/UpdateWorldTemplateCommand.ts index 285ee2a0b0310..1c9cddf4b9a21 100644 --- a/clients/client-robomaker/src/commands/UpdateWorldTemplateCommand.ts +++ b/clients/client-robomaker/src/commands/UpdateWorldTemplateCommand.ts @@ -17,6 +17,10 @@ import { UpdateWorldTemplateRequest, UpdateWorldTemplateResponse } from "../mode import { de_UpdateWorldTemplateCommand, se_UpdateWorldTemplateCommand } from "../protocols/Aws_restJson1"; import { RoboMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RoboMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-robomaker/src/index.ts b/clients/client-robomaker/src/index.ts index 8b1f6f5816560..6c54cef4aa075 100644 --- a/clients/client-robomaker/src/index.ts +++ b/clients/client-robomaker/src/index.ts @@ -1,8 +1,14 @@ -export * from "./RoboMaker"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

This section provides documentation for the AWS RoboMaker API operations.

+ * + * @packageDocumentation + */ export * from "./RoboMakerClient"; +export * from "./RoboMaker"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { RoboMakerServiceException } from "./models/RoboMakerServiceException"; diff --git a/clients/client-robomaker/src/models/RoboMakerServiceException.ts b/clients/client-robomaker/src/models/RoboMakerServiceException.ts index 1d04643442d9e..8a19fe5b058ce 100644 --- a/clients/client-robomaker/src/models/RoboMakerServiceException.ts +++ b/clients/client-robomaker/src/models/RoboMakerServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-rolesanywhere/src/RolesAnywhereClient.ts b/clients/client-rolesanywhere/src/RolesAnywhereClient.ts index cc67dbcb663cb..10f49c73fded5 100644 --- a/clients/client-rolesanywhere/src/RolesAnywhereClient.ts +++ b/clients/client-rolesanywhere/src/RolesAnywhereClient.ts @@ -96,6 +96,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -289,7 +291,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type RolesAnywhereClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type RolesAnywhereClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -308,7 +310,7 @@ export interface RolesAnywhereClientConfig extends RolesAnywhereClientConfigType /** * @public */ -type RolesAnywhereClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type RolesAnywhereClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-rolesanywhere/src/commands/CreateProfileCommand.ts b/clients/client-rolesanywhere/src/commands/CreateProfileCommand.ts index a4f1595d4273e..12315e40ecce0 100644 --- a/clients/client-rolesanywhere/src/commands/CreateProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/CreateProfileCommand.ts @@ -21,6 +21,10 @@ import { import { de_CreateProfileCommand, se_CreateProfileCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/CreateTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/CreateTrustAnchorCommand.ts index 1e325bd821a7b..9005c5b117d0e 100644 --- a/clients/client-rolesanywhere/src/commands/CreateTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/CreateTrustAnchorCommand.ts @@ -21,6 +21,10 @@ import { import { de_CreateTrustAnchorCommand, se_CreateTrustAnchorCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/DeleteCrlCommand.ts b/clients/client-rolesanywhere/src/commands/DeleteCrlCommand.ts index 591e02bdce9d3..a87a5c5d0cbec 100644 --- a/clients/client-rolesanywhere/src/commands/DeleteCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DeleteCrlCommand.ts @@ -17,6 +17,10 @@ import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0"; import { de_DeleteCrlCommand, se_DeleteCrlCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/DeleteProfileCommand.ts b/clients/client-rolesanywhere/src/commands/DeleteProfileCommand.ts index 178d2dbd35ce1..4c5f6a6e0695c 100644 --- a/clients/client-rolesanywhere/src/commands/DeleteProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DeleteProfileCommand.ts @@ -17,6 +17,10 @@ import { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0" import { de_DeleteProfileCommand, se_DeleteProfileCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/DeleteTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/DeleteTrustAnchorCommand.ts index b8988ff4009a5..506759a3002bf 100644 --- a/clients/client-rolesanywhere/src/commands/DeleteTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DeleteTrustAnchorCommand.ts @@ -17,6 +17,10 @@ import { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/m import { de_DeleteTrustAnchorCommand, se_DeleteTrustAnchorCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/DisableCrlCommand.ts b/clients/client-rolesanywhere/src/commands/DisableCrlCommand.ts index d9e43b7712e60..a9c6c4e4c6df6 100644 --- a/clients/client-rolesanywhere/src/commands/DisableCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DisableCrlCommand.ts @@ -17,6 +17,10 @@ import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0"; import { de_DisableCrlCommand, se_DisableCrlCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/DisableProfileCommand.ts b/clients/client-rolesanywhere/src/commands/DisableProfileCommand.ts index 64c686b587bca..da58ec2122536 100644 --- a/clients/client-rolesanywhere/src/commands/DisableProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DisableProfileCommand.ts @@ -17,6 +17,10 @@ import { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0" import { de_DisableProfileCommand, se_DisableProfileCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/DisableTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/DisableTrustAnchorCommand.ts index e8d1da8549113..87dc4605ca59a 100644 --- a/clients/client-rolesanywhere/src/commands/DisableTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/DisableTrustAnchorCommand.ts @@ -17,6 +17,10 @@ import { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/m import { de_DisableTrustAnchorCommand, se_DisableTrustAnchorCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/EnableCrlCommand.ts b/clients/client-rolesanywhere/src/commands/EnableCrlCommand.ts index 879bcd0cd3c80..1f208058f688e 100644 --- a/clients/client-rolesanywhere/src/commands/EnableCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/EnableCrlCommand.ts @@ -17,6 +17,10 @@ import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0"; import { de_EnableCrlCommand, se_EnableCrlCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/EnableProfileCommand.ts b/clients/client-rolesanywhere/src/commands/EnableProfileCommand.ts index 8c1fa0e2ed120..de0683b6de48e 100644 --- a/clients/client-rolesanywhere/src/commands/EnableProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/EnableProfileCommand.ts @@ -17,6 +17,10 @@ import { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0" import { de_EnableProfileCommand, se_EnableProfileCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/EnableTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/EnableTrustAnchorCommand.ts index d7378b5162742..703c40507ce7f 100644 --- a/clients/client-rolesanywhere/src/commands/EnableTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/EnableTrustAnchorCommand.ts @@ -17,6 +17,10 @@ import { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/m import { de_EnableTrustAnchorCommand, se_EnableTrustAnchorCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/GetCrlCommand.ts b/clients/client-rolesanywhere/src/commands/GetCrlCommand.ts index 2c4e9e11a25e6..3b623e31cd5fb 100644 --- a/clients/client-rolesanywhere/src/commands/GetCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/GetCrlCommand.ts @@ -17,6 +17,10 @@ import { CrlDetailResponse, ScalarCrlRequest } from "../models/models_0"; import { de_GetCrlCommand, se_GetCrlCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/GetProfileCommand.ts b/clients/client-rolesanywhere/src/commands/GetProfileCommand.ts index 0d25b50eb30fe..21b2fe4954336 100644 --- a/clients/client-rolesanywhere/src/commands/GetProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/GetProfileCommand.ts @@ -17,6 +17,10 @@ import { ProfileDetailResponse, ScalarProfileRequest } from "../models/models_0" import { de_GetProfileCommand, se_GetProfileCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/GetSubjectCommand.ts b/clients/client-rolesanywhere/src/commands/GetSubjectCommand.ts index 103c2e9e31be5..9cbc1a2f77311 100644 --- a/clients/client-rolesanywhere/src/commands/GetSubjectCommand.ts +++ b/clients/client-rolesanywhere/src/commands/GetSubjectCommand.ts @@ -17,6 +17,10 @@ import { ScalarSubjectRequest, SubjectDetailResponse } from "../models/models_0" import { de_GetSubjectCommand, se_GetSubjectCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/GetTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/GetTrustAnchorCommand.ts index 891071388750a..413ccd168edd4 100644 --- a/clients/client-rolesanywhere/src/commands/GetTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/GetTrustAnchorCommand.ts @@ -17,6 +17,10 @@ import { ScalarTrustAnchorRequest, TrustAnchorDetailResponse } from "../models/m import { de_GetTrustAnchorCommand, se_GetTrustAnchorCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/ImportCrlCommand.ts b/clients/client-rolesanywhere/src/commands/ImportCrlCommand.ts index d330638656b6e..786301a6736d6 100644 --- a/clients/client-rolesanywhere/src/commands/ImportCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ImportCrlCommand.ts @@ -17,6 +17,10 @@ import { CrlDetailResponse, ImportCrlRequest, ImportCrlRequestFilterSensitiveLog import { de_ImportCrlCommand, se_ImportCrlCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/ListCrlsCommand.ts b/clients/client-rolesanywhere/src/commands/ListCrlsCommand.ts index 309071beaa1a7..79cbd09f2523d 100644 --- a/clients/client-rolesanywhere/src/commands/ListCrlsCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ListCrlsCommand.ts @@ -17,6 +17,10 @@ import { ListCrlsResponse, ListRequest } from "../models/models_0"; import { de_ListCrlsCommand, se_ListCrlsCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/ListProfilesCommand.ts b/clients/client-rolesanywhere/src/commands/ListProfilesCommand.ts index 2d39527ceea8d..83e244dd94627 100644 --- a/clients/client-rolesanywhere/src/commands/ListProfilesCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ListProfilesCommand.ts @@ -17,6 +17,10 @@ import { ListProfilesResponse, ListRequest } from "../models/models_0"; import { de_ListProfilesCommand, se_ListProfilesCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/ListSubjectsCommand.ts b/clients/client-rolesanywhere/src/commands/ListSubjectsCommand.ts index 2986bb6c21f43..b60fccdc7da98 100644 --- a/clients/client-rolesanywhere/src/commands/ListSubjectsCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ListSubjectsCommand.ts @@ -17,6 +17,10 @@ import { ListRequest, ListSubjectsResponse } from "../models/models_0"; import { de_ListSubjectsCommand, se_ListSubjectsCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/ListTagsForResourceCommand.ts b/clients/client-rolesanywhere/src/commands/ListTagsForResourceCommand.ts index b61791fa5b903..249eaf07fe9e9 100644 --- a/clients/client-rolesanywhere/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/ListTrustAnchorsCommand.ts b/clients/client-rolesanywhere/src/commands/ListTrustAnchorsCommand.ts index ad3bf84c13b94..c911334397150 100644 --- a/clients/client-rolesanywhere/src/commands/ListTrustAnchorsCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ListTrustAnchorsCommand.ts @@ -17,6 +17,10 @@ import { ListRequest, ListTrustAnchorsResponse } from "../models/models_0"; import { de_ListTrustAnchorsCommand, se_ListTrustAnchorsCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/PutNotificationSettingsCommand.ts b/clients/client-rolesanywhere/src/commands/PutNotificationSettingsCommand.ts index b476bf393b599..9a8f637fd544a 100644 --- a/clients/client-rolesanywhere/src/commands/PutNotificationSettingsCommand.ts +++ b/clients/client-rolesanywhere/src/commands/PutNotificationSettingsCommand.ts @@ -17,6 +17,10 @@ import { PutNotificationSettingsRequest, PutNotificationSettingsResponse } from import { de_PutNotificationSettingsCommand, se_PutNotificationSettingsCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/ResetNotificationSettingsCommand.ts b/clients/client-rolesanywhere/src/commands/ResetNotificationSettingsCommand.ts index 6f85387df579b..e87c6539a43af 100644 --- a/clients/client-rolesanywhere/src/commands/ResetNotificationSettingsCommand.ts +++ b/clients/client-rolesanywhere/src/commands/ResetNotificationSettingsCommand.ts @@ -17,6 +17,10 @@ import { ResetNotificationSettingsRequest, ResetNotificationSettingsResponse } f import { de_ResetNotificationSettingsCommand, se_ResetNotificationSettingsCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/TagResourceCommand.ts b/clients/client-rolesanywhere/src/commands/TagResourceCommand.ts index d70bcdbbec1ad..9b819d1624caa 100644 --- a/clients/client-rolesanywhere/src/commands/TagResourceCommand.ts +++ b/clients/client-rolesanywhere/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceRequestFilterSensitiveLog, TagResourceRe import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/UntagResourceCommand.ts b/clients/client-rolesanywhere/src/commands/UntagResourceCommand.ts index 27ce19b612472..e9858f8e765d1 100644 --- a/clients/client-rolesanywhere/src/commands/UntagResourceCommand.ts +++ b/clients/client-rolesanywhere/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/UpdateCrlCommand.ts b/clients/client-rolesanywhere/src/commands/UpdateCrlCommand.ts index 0fc0560f64653..760cdded6b91b 100644 --- a/clients/client-rolesanywhere/src/commands/UpdateCrlCommand.ts +++ b/clients/client-rolesanywhere/src/commands/UpdateCrlCommand.ts @@ -17,6 +17,10 @@ import { CrlDetailResponse, UpdateCrlRequest } from "../models/models_0"; import { de_UpdateCrlCommand, se_UpdateCrlCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/UpdateProfileCommand.ts b/clients/client-rolesanywhere/src/commands/UpdateProfileCommand.ts index e3ac4170263d9..6f73bc39da372 100644 --- a/clients/client-rolesanywhere/src/commands/UpdateProfileCommand.ts +++ b/clients/client-rolesanywhere/src/commands/UpdateProfileCommand.ts @@ -17,6 +17,10 @@ import { ProfileDetailResponse, UpdateProfileRequest } from "../models/models_0" import { de_UpdateProfileCommand, se_UpdateProfileCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/commands/UpdateTrustAnchorCommand.ts b/clients/client-rolesanywhere/src/commands/UpdateTrustAnchorCommand.ts index 07706182c9417..7bb161240a59a 100644 --- a/clients/client-rolesanywhere/src/commands/UpdateTrustAnchorCommand.ts +++ b/clients/client-rolesanywhere/src/commands/UpdateTrustAnchorCommand.ts @@ -17,6 +17,10 @@ import { TrustAnchorDetailResponse, UpdateTrustAnchorRequest } from "../models/m import { de_UpdateTrustAnchorCommand, se_UpdateTrustAnchorCommand } from "../protocols/Aws_restJson1"; import { RolesAnywhereClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RolesAnywhereClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rolesanywhere/src/index.ts b/clients/client-rolesanywhere/src/index.ts index 826c8c403e9ce..5637b5d0c2b5c 100644 --- a/clients/client-rolesanywhere/src/index.ts +++ b/clients/client-rolesanywhere/src/index.ts @@ -1,8 +1,28 @@ -export * from "./RolesAnywhere"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Identity and Access Management Roles Anywhere provides a secure way for your workloads such as + * servers, containers, and applications that run outside of Amazon Web Services to obtain + * temporary Amazon Web Services credentials. Your workloads can use the same IAM policies and roles you have for native Amazon Web Services applications to access Amazon Web Services resources. Using IAM Roles Anywhere eliminates the need to + * manage long-term credentials for workloads running outside of Amazon Web Services.

+ *

+ * To use IAM Roles Anywhere, your workloads must use X.509 certificates + * issued by their certificate authority (CA). You register the CA with IAM + * Roles Anywhere as a trust anchor to establish trust between your public key infrastructure + * (PKI) and IAM Roles Anywhere. If you don't manage your own PKI system, you + * can use Private Certificate Authority to create a CA and then use that to establish trust with + * IAM Roles Anywhere. + *

+ *

This guide describes the IAM Roles Anywhere operations that you can call + * programmatically. For more information about IAM Roles Anywhere, see the + * IAM Roles Anywhere User Guide.

+ * + * @packageDocumentation + */ export * from "./RolesAnywhereClient"; +export * from "./RolesAnywhere"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { RolesAnywhereServiceException } from "./models/RolesAnywhereServiceException"; diff --git a/clients/client-rolesanywhere/src/models/RolesAnywhereServiceException.ts b/clients/client-rolesanywhere/src/models/RolesAnywhereServiceException.ts index d3151a360a40e..db161696c0598 100644 --- a/clients/client-rolesanywhere/src/models/RolesAnywhereServiceException.ts +++ b/clients/client-rolesanywhere/src/models/RolesAnywhereServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-route-53-domains/src/Route53DomainsClient.ts b/clients/client-route-53-domains/src/Route53DomainsClient.ts index 35c20d468e37f..b80509cb78b12 100644 --- a/clients/client-route-53-domains/src/Route53DomainsClient.ts +++ b/clients/client-route-53-domains/src/Route53DomainsClient.ts @@ -159,6 +159,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -364,7 +366,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type Route53DomainsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type Route53DomainsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -383,7 +385,7 @@ export interface Route53DomainsClientConfig extends Route53DomainsClientConfigTy /** * @public */ -type Route53DomainsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type Route53DomainsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-route-53-domains/src/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts b/clients/client-route-53-domains/src/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts index f30e71b0773a7..0fb1ca3639f4d 100644 --- a/clients/client-route-53-domains/src/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts +++ b/clients/client-route-53-domains/src/commands/AcceptDomainTransferFromAnotherAwsAccountCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/AssociateDelegationSignerToDomainCommand.ts b/clients/client-route-53-domains/src/commands/AssociateDelegationSignerToDomainCommand.ts index 84e27f0dc358a..9cd275727ff30 100644 --- a/clients/client-route-53-domains/src/commands/AssociateDelegationSignerToDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/AssociateDelegationSignerToDomainCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts b/clients/client-route-53-domains/src/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts index 3b7e263917ea4..e6b6f40b291f5 100644 --- a/clients/client-route-53-domains/src/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts +++ b/clients/client-route-53-domains/src/commands/CancelDomainTransferToAnotherAwsAccountCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/CheckDomainAvailabilityCommand.ts b/clients/client-route-53-domains/src/commands/CheckDomainAvailabilityCommand.ts index fcc236cd1734b..7687664c518ef 100644 --- a/clients/client-route-53-domains/src/commands/CheckDomainAvailabilityCommand.ts +++ b/clients/client-route-53-domains/src/commands/CheckDomainAvailabilityCommand.ts @@ -17,6 +17,10 @@ import { CheckDomainAvailabilityRequest, CheckDomainAvailabilityResponse } from import { de_CheckDomainAvailabilityCommand, se_CheckDomainAvailabilityCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/CheckDomainTransferabilityCommand.ts b/clients/client-route-53-domains/src/commands/CheckDomainTransferabilityCommand.ts index f57f25d09c083..fff0c044b9709 100644 --- a/clients/client-route-53-domains/src/commands/CheckDomainTransferabilityCommand.ts +++ b/clients/client-route-53-domains/src/commands/CheckDomainTransferabilityCommand.ts @@ -21,6 +21,10 @@ import { import { de_CheckDomainTransferabilityCommand, se_CheckDomainTransferabilityCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/DeleteDomainCommand.ts b/clients/client-route-53-domains/src/commands/DeleteDomainCommand.ts index 95e5dade2bb95..04960d35ca1a9 100644 --- a/clients/client-route-53-domains/src/commands/DeleteDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/DeleteDomainCommand.ts @@ -17,6 +17,10 @@ import { DeleteDomainRequest, DeleteDomainResponse } from "../models/models_0"; import { de_DeleteDomainCommand, se_DeleteDomainCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/DeleteTagsForDomainCommand.ts b/clients/client-route-53-domains/src/commands/DeleteTagsForDomainCommand.ts index 8660ecff80bf2..7c89c3c8cc36e 100644 --- a/clients/client-route-53-domains/src/commands/DeleteTagsForDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/DeleteTagsForDomainCommand.ts @@ -17,6 +17,10 @@ import { DeleteTagsForDomainRequest, DeleteTagsForDomainResponse } from "../mode import { de_DeleteTagsForDomainCommand, se_DeleteTagsForDomainCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/DisableDomainAutoRenewCommand.ts b/clients/client-route-53-domains/src/commands/DisableDomainAutoRenewCommand.ts index 3415ada17e3fb..b691ba7d24cdf 100644 --- a/clients/client-route-53-domains/src/commands/DisableDomainAutoRenewCommand.ts +++ b/clients/client-route-53-domains/src/commands/DisableDomainAutoRenewCommand.ts @@ -17,6 +17,10 @@ import { DisableDomainAutoRenewRequest, DisableDomainAutoRenewResponse } from ". import { de_DisableDomainAutoRenewCommand, se_DisableDomainAutoRenewCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/DisableDomainTransferLockCommand.ts b/clients/client-route-53-domains/src/commands/DisableDomainTransferLockCommand.ts index 9b8c458fee7ac..111a128933428 100644 --- a/clients/client-route-53-domains/src/commands/DisableDomainTransferLockCommand.ts +++ b/clients/client-route-53-domains/src/commands/DisableDomainTransferLockCommand.ts @@ -17,6 +17,10 @@ import { DisableDomainTransferLockRequest, DisableDomainTransferLockResponse } f import { de_DisableDomainTransferLockCommand, se_DisableDomainTransferLockCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/DisassociateDelegationSignerFromDomainCommand.ts b/clients/client-route-53-domains/src/commands/DisassociateDelegationSignerFromDomainCommand.ts index d38db53eb92d2..204055ed3e378 100644 --- a/clients/client-route-53-domains/src/commands/DisassociateDelegationSignerFromDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/DisassociateDelegationSignerFromDomainCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/EnableDomainAutoRenewCommand.ts b/clients/client-route-53-domains/src/commands/EnableDomainAutoRenewCommand.ts index d84683c472c03..90feb97120268 100644 --- a/clients/client-route-53-domains/src/commands/EnableDomainAutoRenewCommand.ts +++ b/clients/client-route-53-domains/src/commands/EnableDomainAutoRenewCommand.ts @@ -17,6 +17,10 @@ import { EnableDomainAutoRenewRequest, EnableDomainAutoRenewResponse } from "../ import { de_EnableDomainAutoRenewCommand, se_EnableDomainAutoRenewCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/EnableDomainTransferLockCommand.ts b/clients/client-route-53-domains/src/commands/EnableDomainTransferLockCommand.ts index 825e952d78076..23ae874ca6624 100644 --- a/clients/client-route-53-domains/src/commands/EnableDomainTransferLockCommand.ts +++ b/clients/client-route-53-domains/src/commands/EnableDomainTransferLockCommand.ts @@ -17,6 +17,10 @@ import { EnableDomainTransferLockRequest, EnableDomainTransferLockResponse } fro import { de_EnableDomainTransferLockCommand, se_EnableDomainTransferLockCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/GetContactReachabilityStatusCommand.ts b/clients/client-route-53-domains/src/commands/GetContactReachabilityStatusCommand.ts index 57c7350764e72..2c8196744871f 100644 --- a/clients/client-route-53-domains/src/commands/GetContactReachabilityStatusCommand.ts +++ b/clients/client-route-53-domains/src/commands/GetContactReachabilityStatusCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/GetDomainDetailCommand.ts b/clients/client-route-53-domains/src/commands/GetDomainDetailCommand.ts index 34e8c3bbf2d24..d2149035318b9 100644 --- a/clients/client-route-53-domains/src/commands/GetDomainDetailCommand.ts +++ b/clients/client-route-53-domains/src/commands/GetDomainDetailCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetDomainDetailCommand, se_GetDomainDetailCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/GetDomainSuggestionsCommand.ts b/clients/client-route-53-domains/src/commands/GetDomainSuggestionsCommand.ts index 9228711584bfd..93b3a7639af24 100644 --- a/clients/client-route-53-domains/src/commands/GetDomainSuggestionsCommand.ts +++ b/clients/client-route-53-domains/src/commands/GetDomainSuggestionsCommand.ts @@ -17,6 +17,10 @@ import { GetDomainSuggestionsRequest, GetDomainSuggestionsResponse } from "../mo import { de_GetDomainSuggestionsCommand, se_GetDomainSuggestionsCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/GetOperationDetailCommand.ts b/clients/client-route-53-domains/src/commands/GetOperationDetailCommand.ts index d5a5bf793da9f..27900baf3035a 100644 --- a/clients/client-route-53-domains/src/commands/GetOperationDetailCommand.ts +++ b/clients/client-route-53-domains/src/commands/GetOperationDetailCommand.ts @@ -17,6 +17,10 @@ import { GetOperationDetailRequest, GetOperationDetailResponse } from "../models import { de_GetOperationDetailCommand, se_GetOperationDetailCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/ListDomainsCommand.ts b/clients/client-route-53-domains/src/commands/ListDomainsCommand.ts index 120a2162de31f..dc748dc6eb9fc 100644 --- a/clients/client-route-53-domains/src/commands/ListDomainsCommand.ts +++ b/clients/client-route-53-domains/src/commands/ListDomainsCommand.ts @@ -17,6 +17,10 @@ import { ListDomainsRequest, ListDomainsResponse } from "../models/models_0"; import { de_ListDomainsCommand, se_ListDomainsCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/ListOperationsCommand.ts b/clients/client-route-53-domains/src/commands/ListOperationsCommand.ts index 8a8521b3b3c23..7a7738925b635 100644 --- a/clients/client-route-53-domains/src/commands/ListOperationsCommand.ts +++ b/clients/client-route-53-domains/src/commands/ListOperationsCommand.ts @@ -17,6 +17,10 @@ import { ListOperationsRequest, ListOperationsResponse } from "../models/models_ import { de_ListOperationsCommand, se_ListOperationsCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/ListPricesCommand.ts b/clients/client-route-53-domains/src/commands/ListPricesCommand.ts index c42828664ec2f..8b3262e29fe81 100644 --- a/clients/client-route-53-domains/src/commands/ListPricesCommand.ts +++ b/clients/client-route-53-domains/src/commands/ListPricesCommand.ts @@ -17,6 +17,10 @@ import { ListPricesRequest, ListPricesResponse } from "../models/models_0"; import { de_ListPricesCommand, se_ListPricesCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/ListTagsForDomainCommand.ts b/clients/client-route-53-domains/src/commands/ListTagsForDomainCommand.ts index 4b293cc534067..8d54d7234393a 100644 --- a/clients/client-route-53-domains/src/commands/ListTagsForDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/ListTagsForDomainCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForDomainRequest, ListTagsForDomainResponse } from "../models/m import { de_ListTagsForDomainCommand, se_ListTagsForDomainCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/PushDomainCommand.ts b/clients/client-route-53-domains/src/commands/PushDomainCommand.ts index d4dd4a4c52388..924ac62c2c183 100644 --- a/clients/client-route-53-domains/src/commands/PushDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/PushDomainCommand.ts @@ -17,6 +17,10 @@ import { PushDomainRequest } from "../models/models_0"; import { de_PushDomainCommand, se_PushDomainCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/RegisterDomainCommand.ts b/clients/client-route-53-domains/src/commands/RegisterDomainCommand.ts index 83ff0b7603a2e..a2ebb08d4d52e 100644 --- a/clients/client-route-53-domains/src/commands/RegisterDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/RegisterDomainCommand.ts @@ -21,6 +21,10 @@ import { import { de_RegisterDomainCommand, se_RegisterDomainCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/RejectDomainTransferFromAnotherAwsAccountCommand.ts b/clients/client-route-53-domains/src/commands/RejectDomainTransferFromAnotherAwsAccountCommand.ts index 86b38beff65e4..c1354ebfff112 100644 --- a/clients/client-route-53-domains/src/commands/RejectDomainTransferFromAnotherAwsAccountCommand.ts +++ b/clients/client-route-53-domains/src/commands/RejectDomainTransferFromAnotherAwsAccountCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/RenewDomainCommand.ts b/clients/client-route-53-domains/src/commands/RenewDomainCommand.ts index f3f0057cd6ddb..8a4ac5882113f 100644 --- a/clients/client-route-53-domains/src/commands/RenewDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/RenewDomainCommand.ts @@ -17,6 +17,10 @@ import { RenewDomainRequest, RenewDomainResponse } from "../models/models_0"; import { de_RenewDomainCommand, se_RenewDomainCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/ResendContactReachabilityEmailCommand.ts b/clients/client-route-53-domains/src/commands/ResendContactReachabilityEmailCommand.ts index a8a59d721298b..9af68591c19e8 100644 --- a/clients/client-route-53-domains/src/commands/ResendContactReachabilityEmailCommand.ts +++ b/clients/client-route-53-domains/src/commands/ResendContactReachabilityEmailCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/ResendOperationAuthorizationCommand.ts b/clients/client-route-53-domains/src/commands/ResendOperationAuthorizationCommand.ts index 5a363efa63e86..89c6be178ed56 100644 --- a/clients/client-route-53-domains/src/commands/ResendOperationAuthorizationCommand.ts +++ b/clients/client-route-53-domains/src/commands/ResendOperationAuthorizationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/RetrieveDomainAuthCodeCommand.ts b/clients/client-route-53-domains/src/commands/RetrieveDomainAuthCodeCommand.ts index 9883e20e7c80b..ebb369d5f8dd5 100644 --- a/clients/client-route-53-domains/src/commands/RetrieveDomainAuthCodeCommand.ts +++ b/clients/client-route-53-domains/src/commands/RetrieveDomainAuthCodeCommand.ts @@ -21,6 +21,10 @@ import { import { de_RetrieveDomainAuthCodeCommand, se_RetrieveDomainAuthCodeCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/TransferDomainCommand.ts b/clients/client-route-53-domains/src/commands/TransferDomainCommand.ts index be3eec81a667a..3464147f8bec5 100644 --- a/clients/client-route-53-domains/src/commands/TransferDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/TransferDomainCommand.ts @@ -21,6 +21,10 @@ import { import { de_TransferDomainCommand, se_TransferDomainCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/TransferDomainToAnotherAwsAccountCommand.ts b/clients/client-route-53-domains/src/commands/TransferDomainToAnotherAwsAccountCommand.ts index 7a4192a373b57..1cf6d27b2147e 100644 --- a/clients/client-route-53-domains/src/commands/TransferDomainToAnotherAwsAccountCommand.ts +++ b/clients/client-route-53-domains/src/commands/TransferDomainToAnotherAwsAccountCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/UpdateDomainContactCommand.ts b/clients/client-route-53-domains/src/commands/UpdateDomainContactCommand.ts index bcde76a61d6c2..ee58e7fa578bf 100644 --- a/clients/client-route-53-domains/src/commands/UpdateDomainContactCommand.ts +++ b/clients/client-route-53-domains/src/commands/UpdateDomainContactCommand.ts @@ -21,6 +21,10 @@ import { import { de_UpdateDomainContactCommand, se_UpdateDomainContactCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/UpdateDomainContactPrivacyCommand.ts b/clients/client-route-53-domains/src/commands/UpdateDomainContactPrivacyCommand.ts index 477a4032a3e83..7b2198e9fdb3f 100644 --- a/clients/client-route-53-domains/src/commands/UpdateDomainContactPrivacyCommand.ts +++ b/clients/client-route-53-domains/src/commands/UpdateDomainContactPrivacyCommand.ts @@ -17,6 +17,10 @@ import { UpdateDomainContactPrivacyRequest, UpdateDomainContactPrivacyResponse } import { de_UpdateDomainContactPrivacyCommand, se_UpdateDomainContactPrivacyCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/UpdateDomainNameserversCommand.ts b/clients/client-route-53-domains/src/commands/UpdateDomainNameserversCommand.ts index 3ba414f238fea..2213d23545982 100644 --- a/clients/client-route-53-domains/src/commands/UpdateDomainNameserversCommand.ts +++ b/clients/client-route-53-domains/src/commands/UpdateDomainNameserversCommand.ts @@ -21,6 +21,10 @@ import { import { de_UpdateDomainNameserversCommand, se_UpdateDomainNameserversCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/UpdateTagsForDomainCommand.ts b/clients/client-route-53-domains/src/commands/UpdateTagsForDomainCommand.ts index ecc8f2861cc19..8b70f5cb64072 100644 --- a/clients/client-route-53-domains/src/commands/UpdateTagsForDomainCommand.ts +++ b/clients/client-route-53-domains/src/commands/UpdateTagsForDomainCommand.ts @@ -17,6 +17,10 @@ import { UpdateTagsForDomainRequest, UpdateTagsForDomainResponse } from "../mode import { de_UpdateTagsForDomainCommand, se_UpdateTagsForDomainCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/commands/ViewBillingCommand.ts b/clients/client-route-53-domains/src/commands/ViewBillingCommand.ts index 28f7794baaf74..bfb38af9937ef 100644 --- a/clients/client-route-53-domains/src/commands/ViewBillingCommand.ts +++ b/clients/client-route-53-domains/src/commands/ViewBillingCommand.ts @@ -17,6 +17,10 @@ import { ViewBillingRequest, ViewBillingResponse } from "../models/models_0"; import { de_ViewBillingCommand, se_ViewBillingCommand } from "../protocols/Aws_json1_1"; import { Route53DomainsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53DomainsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53-domains/src/index.ts b/clients/client-route-53-domains/src/index.ts index 1fb38d205c8f8..f68c9da67a701 100644 --- a/clients/client-route-53-domains/src/index.ts +++ b/clients/client-route-53-domains/src/index.ts @@ -1,8 +1,15 @@ -export * from "./Route53Domains"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Route 53 API actions let you register domain names and perform related + * operations.

+ * + * @packageDocumentation + */ export * from "./Route53DomainsClient"; +export * from "./Route53Domains"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { Route53DomainsServiceException } from "./models/Route53DomainsServiceException"; diff --git a/clients/client-route-53-domains/src/models/Route53DomainsServiceException.ts b/clients/client-route-53-domains/src/models/Route53DomainsServiceException.ts index 5d2b3921afed5..ba81635103d87 100644 --- a/clients/client-route-53-domains/src/models/Route53DomainsServiceException.ts +++ b/clients/client-route-53-domains/src/models/Route53DomainsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-route-53/src/Route53Client.ts b/clients/client-route-53/src/Route53Client.ts index 35ca673f39ab4..c397d261310da 100644 --- a/clients/client-route-53/src/Route53Client.ts +++ b/clients/client-route-53/src/Route53Client.ts @@ -276,6 +276,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -553,7 +555,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type Route53ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type Route53ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -572,7 +574,7 @@ export interface Route53ClientConfig extends Route53ClientConfigType {} /** * @public */ -type Route53ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type Route53ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-route-53/src/commands/ActivateKeySigningKeyCommand.ts b/clients/client-route-53/src/commands/ActivateKeySigningKeyCommand.ts index 94acb3bd9bfd3..73ce2f778a8dd 100644 --- a/clients/client-route-53/src/commands/ActivateKeySigningKeyCommand.ts +++ b/clients/client-route-53/src/commands/ActivateKeySigningKeyCommand.ts @@ -18,6 +18,10 @@ import { ActivateKeySigningKeyRequest, ActivateKeySigningKeyResponse } from "../ import { de_ActivateKeySigningKeyCommand, se_ActivateKeySigningKeyCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/AssociateVPCWithHostedZoneCommand.ts b/clients/client-route-53/src/commands/AssociateVPCWithHostedZoneCommand.ts index 7aa2b2e3975ff..ed77223c33ec1 100644 --- a/clients/client-route-53/src/commands/AssociateVPCWithHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/AssociateVPCWithHostedZoneCommand.ts @@ -18,6 +18,10 @@ import { AssociateVPCWithHostedZoneRequest, AssociateVPCWithHostedZoneResponse } import { de_AssociateVPCWithHostedZoneCommand, se_AssociateVPCWithHostedZoneCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/ChangeCidrCollectionCommand.ts b/clients/client-route-53/src/commands/ChangeCidrCollectionCommand.ts index 2e4228af8685f..cd250ec46137e 100644 --- a/clients/client-route-53/src/commands/ChangeCidrCollectionCommand.ts +++ b/clients/client-route-53/src/commands/ChangeCidrCollectionCommand.ts @@ -18,6 +18,10 @@ import { ChangeCidrCollectionRequest, ChangeCidrCollectionResponse } from "../mo import { de_ChangeCidrCollectionCommand, se_ChangeCidrCollectionCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/ChangeResourceRecordSetsCommand.ts b/clients/client-route-53/src/commands/ChangeResourceRecordSetsCommand.ts index 4c1a8a2199d8d..d0a44398ede1f 100644 --- a/clients/client-route-53/src/commands/ChangeResourceRecordSetsCommand.ts +++ b/clients/client-route-53/src/commands/ChangeResourceRecordSetsCommand.ts @@ -18,6 +18,10 @@ import { ChangeResourceRecordSetsRequest, ChangeResourceRecordSetsResponse } fro import { de_ChangeResourceRecordSetsCommand, se_ChangeResourceRecordSetsCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/ChangeTagsForResourceCommand.ts b/clients/client-route-53/src/commands/ChangeTagsForResourceCommand.ts index 2530681c5e428..acb196a12d81d 100644 --- a/clients/client-route-53/src/commands/ChangeTagsForResourceCommand.ts +++ b/clients/client-route-53/src/commands/ChangeTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ChangeTagsForResourceRequest, ChangeTagsForResourceResponse } from "../ import { de_ChangeTagsForResourceCommand, se_ChangeTagsForResourceCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/CreateCidrCollectionCommand.ts b/clients/client-route-53/src/commands/CreateCidrCollectionCommand.ts index 36489201ddeac..212fd21c42b83 100644 --- a/clients/client-route-53/src/commands/CreateCidrCollectionCommand.ts +++ b/clients/client-route-53/src/commands/CreateCidrCollectionCommand.ts @@ -17,6 +17,10 @@ import { CreateCidrCollectionRequest, CreateCidrCollectionResponse } from "../mo import { de_CreateCidrCollectionCommand, se_CreateCidrCollectionCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/CreateHealthCheckCommand.ts b/clients/client-route-53/src/commands/CreateHealthCheckCommand.ts index 01f3b8ca5c66f..b58517f630400 100644 --- a/clients/client-route-53/src/commands/CreateHealthCheckCommand.ts +++ b/clients/client-route-53/src/commands/CreateHealthCheckCommand.ts @@ -17,6 +17,10 @@ import { CreateHealthCheckRequest, CreateHealthCheckResponse } from "../models/m import { de_CreateHealthCheckCommand, se_CreateHealthCheckCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/CreateHostedZoneCommand.ts b/clients/client-route-53/src/commands/CreateHostedZoneCommand.ts index 632d326912599..74898fc57783d 100644 --- a/clients/client-route-53/src/commands/CreateHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/CreateHostedZoneCommand.ts @@ -18,6 +18,10 @@ import { CreateHostedZoneRequest, CreateHostedZoneResponse } from "../models/mod import { de_CreateHostedZoneCommand, se_CreateHostedZoneCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/CreateKeySigningKeyCommand.ts b/clients/client-route-53/src/commands/CreateKeySigningKeyCommand.ts index 6e054ba94e725..afd0e0ca2f408 100644 --- a/clients/client-route-53/src/commands/CreateKeySigningKeyCommand.ts +++ b/clients/client-route-53/src/commands/CreateKeySigningKeyCommand.ts @@ -18,6 +18,10 @@ import { CreateKeySigningKeyRequest, CreateKeySigningKeyResponse } from "../mode import { de_CreateKeySigningKeyCommand, se_CreateKeySigningKeyCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/CreateQueryLoggingConfigCommand.ts b/clients/client-route-53/src/commands/CreateQueryLoggingConfigCommand.ts index 773c1195f6900..15a9c4ea6f89f 100644 --- a/clients/client-route-53/src/commands/CreateQueryLoggingConfigCommand.ts +++ b/clients/client-route-53/src/commands/CreateQueryLoggingConfigCommand.ts @@ -18,6 +18,10 @@ import { CreateQueryLoggingConfigRequest, CreateQueryLoggingConfigResponse } fro import { de_CreateQueryLoggingConfigCommand, se_CreateQueryLoggingConfigCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/CreateReusableDelegationSetCommand.ts b/clients/client-route-53/src/commands/CreateReusableDelegationSetCommand.ts index a3ab1d9ff55ca..fcab703f59c83 100644 --- a/clients/client-route-53/src/commands/CreateReusableDelegationSetCommand.ts +++ b/clients/client-route-53/src/commands/CreateReusableDelegationSetCommand.ts @@ -18,6 +18,10 @@ import { CreateReusableDelegationSetRequest, CreateReusableDelegationSetResponse import { de_CreateReusableDelegationSetCommand, se_CreateReusableDelegationSetCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/CreateTrafficPolicyCommand.ts b/clients/client-route-53/src/commands/CreateTrafficPolicyCommand.ts index a306f2ef71c6b..172578ce9afdc 100644 --- a/clients/client-route-53/src/commands/CreateTrafficPolicyCommand.ts +++ b/clients/client-route-53/src/commands/CreateTrafficPolicyCommand.ts @@ -17,6 +17,10 @@ import { CreateTrafficPolicyRequest, CreateTrafficPolicyResponse } from "../mode import { de_CreateTrafficPolicyCommand, se_CreateTrafficPolicyCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/CreateTrafficPolicyInstanceCommand.ts b/clients/client-route-53/src/commands/CreateTrafficPolicyInstanceCommand.ts index bcbd8215b8b61..2d4b9b783dc21 100644 --- a/clients/client-route-53/src/commands/CreateTrafficPolicyInstanceCommand.ts +++ b/clients/client-route-53/src/commands/CreateTrafficPolicyInstanceCommand.ts @@ -18,6 +18,10 @@ import { CreateTrafficPolicyInstanceRequest, CreateTrafficPolicyInstanceResponse import { de_CreateTrafficPolicyInstanceCommand, se_CreateTrafficPolicyInstanceCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/CreateTrafficPolicyVersionCommand.ts b/clients/client-route-53/src/commands/CreateTrafficPolicyVersionCommand.ts index 0a04f874a379b..a62a6617d0657 100644 --- a/clients/client-route-53/src/commands/CreateTrafficPolicyVersionCommand.ts +++ b/clients/client-route-53/src/commands/CreateTrafficPolicyVersionCommand.ts @@ -18,6 +18,10 @@ import { CreateTrafficPolicyVersionRequest, CreateTrafficPolicyVersionResponse } import { de_CreateTrafficPolicyVersionCommand, se_CreateTrafficPolicyVersionCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/CreateVPCAssociationAuthorizationCommand.ts b/clients/client-route-53/src/commands/CreateVPCAssociationAuthorizationCommand.ts index 5803ff3888096..a73de00a800ee 100644 --- a/clients/client-route-53/src/commands/CreateVPCAssociationAuthorizationCommand.ts +++ b/clients/client-route-53/src/commands/CreateVPCAssociationAuthorizationCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/DeactivateKeySigningKeyCommand.ts b/clients/client-route-53/src/commands/DeactivateKeySigningKeyCommand.ts index d85ae193ddf59..808b4f8d58f5d 100644 --- a/clients/client-route-53/src/commands/DeactivateKeySigningKeyCommand.ts +++ b/clients/client-route-53/src/commands/DeactivateKeySigningKeyCommand.ts @@ -18,6 +18,10 @@ import { DeactivateKeySigningKeyRequest, DeactivateKeySigningKeyResponse } from import { de_DeactivateKeySigningKeyCommand, se_DeactivateKeySigningKeyCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/DeleteCidrCollectionCommand.ts b/clients/client-route-53/src/commands/DeleteCidrCollectionCommand.ts index 8f5f11c65c632..4b84a67f4599f 100644 --- a/clients/client-route-53/src/commands/DeleteCidrCollectionCommand.ts +++ b/clients/client-route-53/src/commands/DeleteCidrCollectionCommand.ts @@ -18,6 +18,10 @@ import { DeleteCidrCollectionRequest, DeleteCidrCollectionResponse } from "../mo import { de_DeleteCidrCollectionCommand, se_DeleteCidrCollectionCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/DeleteHealthCheckCommand.ts b/clients/client-route-53/src/commands/DeleteHealthCheckCommand.ts index 5897a256a8c48..67535d8322074 100644 --- a/clients/client-route-53/src/commands/DeleteHealthCheckCommand.ts +++ b/clients/client-route-53/src/commands/DeleteHealthCheckCommand.ts @@ -17,6 +17,10 @@ import { DeleteHealthCheckRequest, DeleteHealthCheckResponse } from "../models/m import { de_DeleteHealthCheckCommand, se_DeleteHealthCheckCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/DeleteHostedZoneCommand.ts b/clients/client-route-53/src/commands/DeleteHostedZoneCommand.ts index 766b29e4d69c0..48b9577a5ef70 100644 --- a/clients/client-route-53/src/commands/DeleteHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/DeleteHostedZoneCommand.ts @@ -18,6 +18,10 @@ import { DeleteHostedZoneRequest, DeleteHostedZoneResponse } from "../models/mod import { de_DeleteHostedZoneCommand, se_DeleteHostedZoneCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/DeleteKeySigningKeyCommand.ts b/clients/client-route-53/src/commands/DeleteKeySigningKeyCommand.ts index e847f6d65aaa6..37ec1ae8bc59a 100644 --- a/clients/client-route-53/src/commands/DeleteKeySigningKeyCommand.ts +++ b/clients/client-route-53/src/commands/DeleteKeySigningKeyCommand.ts @@ -18,6 +18,10 @@ import { DeleteKeySigningKeyRequest, DeleteKeySigningKeyResponse } from "../mode import { de_DeleteKeySigningKeyCommand, se_DeleteKeySigningKeyCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/DeleteQueryLoggingConfigCommand.ts b/clients/client-route-53/src/commands/DeleteQueryLoggingConfigCommand.ts index e98a734ad712b..1c2a70b27d3f5 100644 --- a/clients/client-route-53/src/commands/DeleteQueryLoggingConfigCommand.ts +++ b/clients/client-route-53/src/commands/DeleteQueryLoggingConfigCommand.ts @@ -18,6 +18,10 @@ import { DeleteQueryLoggingConfigRequest, DeleteQueryLoggingConfigResponse } fro import { de_DeleteQueryLoggingConfigCommand, se_DeleteQueryLoggingConfigCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/DeleteReusableDelegationSetCommand.ts b/clients/client-route-53/src/commands/DeleteReusableDelegationSetCommand.ts index 329986a878ffc..9bda012419327 100644 --- a/clients/client-route-53/src/commands/DeleteReusableDelegationSetCommand.ts +++ b/clients/client-route-53/src/commands/DeleteReusableDelegationSetCommand.ts @@ -18,6 +18,10 @@ import { DeleteReusableDelegationSetRequest, DeleteReusableDelegationSetResponse import { de_DeleteReusableDelegationSetCommand, se_DeleteReusableDelegationSetCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/DeleteTrafficPolicyCommand.ts b/clients/client-route-53/src/commands/DeleteTrafficPolicyCommand.ts index b0883b008fc5f..b58b3cb72d2f4 100644 --- a/clients/client-route-53/src/commands/DeleteTrafficPolicyCommand.ts +++ b/clients/client-route-53/src/commands/DeleteTrafficPolicyCommand.ts @@ -18,6 +18,10 @@ import { DeleteTrafficPolicyRequest, DeleteTrafficPolicyResponse } from "../mode import { de_DeleteTrafficPolicyCommand, se_DeleteTrafficPolicyCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/DeleteTrafficPolicyInstanceCommand.ts b/clients/client-route-53/src/commands/DeleteTrafficPolicyInstanceCommand.ts index 725c7bd7a72fd..c545402b253a2 100644 --- a/clients/client-route-53/src/commands/DeleteTrafficPolicyInstanceCommand.ts +++ b/clients/client-route-53/src/commands/DeleteTrafficPolicyInstanceCommand.ts @@ -18,6 +18,10 @@ import { DeleteTrafficPolicyInstanceRequest, DeleteTrafficPolicyInstanceResponse import { de_DeleteTrafficPolicyInstanceCommand, se_DeleteTrafficPolicyInstanceCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/DeleteVPCAssociationAuthorizationCommand.ts b/clients/client-route-53/src/commands/DeleteVPCAssociationAuthorizationCommand.ts index 3abe87e349fa0..8ee09510bed90 100644 --- a/clients/client-route-53/src/commands/DeleteVPCAssociationAuthorizationCommand.ts +++ b/clients/client-route-53/src/commands/DeleteVPCAssociationAuthorizationCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/DisableHostedZoneDNSSECCommand.ts b/clients/client-route-53/src/commands/DisableHostedZoneDNSSECCommand.ts index 198b813b326be..e4804d2d2cd9c 100644 --- a/clients/client-route-53/src/commands/DisableHostedZoneDNSSECCommand.ts +++ b/clients/client-route-53/src/commands/DisableHostedZoneDNSSECCommand.ts @@ -18,6 +18,10 @@ import { DisableHostedZoneDNSSECRequest, DisableHostedZoneDNSSECResponse } from import { de_DisableHostedZoneDNSSECCommand, se_DisableHostedZoneDNSSECCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/DisassociateVPCFromHostedZoneCommand.ts b/clients/client-route-53/src/commands/DisassociateVPCFromHostedZoneCommand.ts index 9259638817191..f3cae9f7001b6 100644 --- a/clients/client-route-53/src/commands/DisassociateVPCFromHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/DisassociateVPCFromHostedZoneCommand.ts @@ -21,6 +21,10 @@ import { } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/EnableHostedZoneDNSSECCommand.ts b/clients/client-route-53/src/commands/EnableHostedZoneDNSSECCommand.ts index d96bd5c846e38..fd9b9ac21bfcf 100644 --- a/clients/client-route-53/src/commands/EnableHostedZoneDNSSECCommand.ts +++ b/clients/client-route-53/src/commands/EnableHostedZoneDNSSECCommand.ts @@ -18,6 +18,10 @@ import { EnableHostedZoneDNSSECRequest, EnableHostedZoneDNSSECResponse } from ". import { de_EnableHostedZoneDNSSECCommand, se_EnableHostedZoneDNSSECCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/GetAccountLimitCommand.ts b/clients/client-route-53/src/commands/GetAccountLimitCommand.ts index e52563d957c7c..181d4061388bf 100644 --- a/clients/client-route-53/src/commands/GetAccountLimitCommand.ts +++ b/clients/client-route-53/src/commands/GetAccountLimitCommand.ts @@ -17,6 +17,10 @@ import { GetAccountLimitRequest, GetAccountLimitResponse } from "../models/model import { de_GetAccountLimitCommand, se_GetAccountLimitCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/GetChangeCommand.ts b/clients/client-route-53/src/commands/GetChangeCommand.ts index c3e1d5c70c983..11e113625063d 100644 --- a/clients/client-route-53/src/commands/GetChangeCommand.ts +++ b/clients/client-route-53/src/commands/GetChangeCommand.ts @@ -18,6 +18,10 @@ import { GetChangeRequest, GetChangeResponse } from "../models/models_0"; import { de_GetChangeCommand, se_GetChangeCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/GetCheckerIpRangesCommand.ts b/clients/client-route-53/src/commands/GetCheckerIpRangesCommand.ts index 55f0885397520..c8fec928d4da0 100644 --- a/clients/client-route-53/src/commands/GetCheckerIpRangesCommand.ts +++ b/clients/client-route-53/src/commands/GetCheckerIpRangesCommand.ts @@ -17,6 +17,10 @@ import { GetCheckerIpRangesRequest, GetCheckerIpRangesResponse } from "../models import { de_GetCheckerIpRangesCommand, se_GetCheckerIpRangesCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/GetDNSSECCommand.ts b/clients/client-route-53/src/commands/GetDNSSECCommand.ts index 7f74c51046050..76790c533b9e5 100644 --- a/clients/client-route-53/src/commands/GetDNSSECCommand.ts +++ b/clients/client-route-53/src/commands/GetDNSSECCommand.ts @@ -18,6 +18,10 @@ import { GetDNSSECRequest, GetDNSSECResponse } from "../models/models_0"; import { de_GetDNSSECCommand, se_GetDNSSECCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/GetGeoLocationCommand.ts b/clients/client-route-53/src/commands/GetGeoLocationCommand.ts index fc04fbf34db1d..17711f31caf92 100644 --- a/clients/client-route-53/src/commands/GetGeoLocationCommand.ts +++ b/clients/client-route-53/src/commands/GetGeoLocationCommand.ts @@ -17,6 +17,10 @@ import { GetGeoLocationRequest, GetGeoLocationResponse } from "../models/models_ import { de_GetGeoLocationCommand, se_GetGeoLocationCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/GetHealthCheckCommand.ts b/clients/client-route-53/src/commands/GetHealthCheckCommand.ts index 1ccd39dc2f2b3..32aa563e2aa8f 100644 --- a/clients/client-route-53/src/commands/GetHealthCheckCommand.ts +++ b/clients/client-route-53/src/commands/GetHealthCheckCommand.ts @@ -17,6 +17,10 @@ import { GetHealthCheckRequest, GetHealthCheckResponse } from "../models/models_ import { de_GetHealthCheckCommand, se_GetHealthCheckCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/GetHealthCheckCountCommand.ts b/clients/client-route-53/src/commands/GetHealthCheckCountCommand.ts index 9e2ecade0145f..e7346a035309d 100644 --- a/clients/client-route-53/src/commands/GetHealthCheckCountCommand.ts +++ b/clients/client-route-53/src/commands/GetHealthCheckCountCommand.ts @@ -17,6 +17,10 @@ import { GetHealthCheckCountRequest, GetHealthCheckCountResponse } from "../mode import { de_GetHealthCheckCountCommand, se_GetHealthCheckCountCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/GetHealthCheckLastFailureReasonCommand.ts b/clients/client-route-53/src/commands/GetHealthCheckLastFailureReasonCommand.ts index 3c5bfdab1f9be..4c21046b8556e 100644 --- a/clients/client-route-53/src/commands/GetHealthCheckLastFailureReasonCommand.ts +++ b/clients/client-route-53/src/commands/GetHealthCheckLastFailureReasonCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/GetHealthCheckStatusCommand.ts b/clients/client-route-53/src/commands/GetHealthCheckStatusCommand.ts index 3246fdc867964..a0ba73b3d8cca 100644 --- a/clients/client-route-53/src/commands/GetHealthCheckStatusCommand.ts +++ b/clients/client-route-53/src/commands/GetHealthCheckStatusCommand.ts @@ -17,6 +17,10 @@ import { GetHealthCheckStatusRequest, GetHealthCheckStatusResponse } from "../mo import { de_GetHealthCheckStatusCommand, se_GetHealthCheckStatusCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/GetHostedZoneCommand.ts b/clients/client-route-53/src/commands/GetHostedZoneCommand.ts index e3ab4303a974c..1aa58b8e5640d 100644 --- a/clients/client-route-53/src/commands/GetHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/GetHostedZoneCommand.ts @@ -18,6 +18,10 @@ import { GetHostedZoneRequest, GetHostedZoneResponse } from "../models/models_0" import { de_GetHostedZoneCommand, se_GetHostedZoneCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/GetHostedZoneCountCommand.ts b/clients/client-route-53/src/commands/GetHostedZoneCountCommand.ts index 487c88051d64e..d2fb7522f8566 100644 --- a/clients/client-route-53/src/commands/GetHostedZoneCountCommand.ts +++ b/clients/client-route-53/src/commands/GetHostedZoneCountCommand.ts @@ -17,6 +17,10 @@ import { GetHostedZoneCountRequest, GetHostedZoneCountResponse } from "../models import { de_GetHostedZoneCountCommand, se_GetHostedZoneCountCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/GetHostedZoneLimitCommand.ts b/clients/client-route-53/src/commands/GetHostedZoneLimitCommand.ts index 419d1da1b599d..1e940049996ad 100644 --- a/clients/client-route-53/src/commands/GetHostedZoneLimitCommand.ts +++ b/clients/client-route-53/src/commands/GetHostedZoneLimitCommand.ts @@ -18,6 +18,10 @@ import { GetHostedZoneLimitRequest, GetHostedZoneLimitResponse } from "../models import { de_GetHostedZoneLimitCommand, se_GetHostedZoneLimitCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/GetQueryLoggingConfigCommand.ts b/clients/client-route-53/src/commands/GetQueryLoggingConfigCommand.ts index 6c004d4061a77..507e7c7237112 100644 --- a/clients/client-route-53/src/commands/GetQueryLoggingConfigCommand.ts +++ b/clients/client-route-53/src/commands/GetQueryLoggingConfigCommand.ts @@ -18,6 +18,10 @@ import { GetQueryLoggingConfigRequest, GetQueryLoggingConfigResponse } from "../ import { de_GetQueryLoggingConfigCommand, se_GetQueryLoggingConfigCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/GetReusableDelegationSetCommand.ts b/clients/client-route-53/src/commands/GetReusableDelegationSetCommand.ts index fd628c7f3b52a..cf51bef781cd7 100644 --- a/clients/client-route-53/src/commands/GetReusableDelegationSetCommand.ts +++ b/clients/client-route-53/src/commands/GetReusableDelegationSetCommand.ts @@ -18,6 +18,10 @@ import { GetReusableDelegationSetRequest, GetReusableDelegationSetResponse } fro import { de_GetReusableDelegationSetCommand, se_GetReusableDelegationSetCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/GetReusableDelegationSetLimitCommand.ts b/clients/client-route-53/src/commands/GetReusableDelegationSetLimitCommand.ts index 4d979140c038a..f0015ab3b3552 100644 --- a/clients/client-route-53/src/commands/GetReusableDelegationSetLimitCommand.ts +++ b/clients/client-route-53/src/commands/GetReusableDelegationSetLimitCommand.ts @@ -21,6 +21,10 @@ import { } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/GetTrafficPolicyCommand.ts b/clients/client-route-53/src/commands/GetTrafficPolicyCommand.ts index 9fb28d1fedbd0..66e6af2d97723 100644 --- a/clients/client-route-53/src/commands/GetTrafficPolicyCommand.ts +++ b/clients/client-route-53/src/commands/GetTrafficPolicyCommand.ts @@ -18,6 +18,10 @@ import { GetTrafficPolicyRequest, GetTrafficPolicyResponse } from "../models/mod import { de_GetTrafficPolicyCommand, se_GetTrafficPolicyCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCommand.ts b/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCommand.ts index 28a556c54c566..dfd30fe3618d0 100644 --- a/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCommand.ts +++ b/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCommand.ts @@ -18,6 +18,10 @@ import { GetTrafficPolicyInstanceRequest, GetTrafficPolicyInstanceResponse } fro import { de_GetTrafficPolicyInstanceCommand, se_GetTrafficPolicyInstanceCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCountCommand.ts b/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCountCommand.ts index 4ba048b99c8b8..7b8c2ae1a3cba 100644 --- a/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCountCommand.ts +++ b/clients/client-route-53/src/commands/GetTrafficPolicyInstanceCountCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/ListCidrBlocksCommand.ts b/clients/client-route-53/src/commands/ListCidrBlocksCommand.ts index c8f65e878efa2..b4fe725fa8a2a 100644 --- a/clients/client-route-53/src/commands/ListCidrBlocksCommand.ts +++ b/clients/client-route-53/src/commands/ListCidrBlocksCommand.ts @@ -17,6 +17,10 @@ import { ListCidrBlocksRequest, ListCidrBlocksResponse } from "../models/models_ import { de_ListCidrBlocksCommand, se_ListCidrBlocksCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/ListCidrCollectionsCommand.ts b/clients/client-route-53/src/commands/ListCidrCollectionsCommand.ts index 92c62837a95f4..d534c2e822903 100644 --- a/clients/client-route-53/src/commands/ListCidrCollectionsCommand.ts +++ b/clients/client-route-53/src/commands/ListCidrCollectionsCommand.ts @@ -17,6 +17,10 @@ import { ListCidrCollectionsRequest, ListCidrCollectionsResponse } from "../mode import { de_ListCidrCollectionsCommand, se_ListCidrCollectionsCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/ListCidrLocationsCommand.ts b/clients/client-route-53/src/commands/ListCidrLocationsCommand.ts index 8af83c29f2261..7aaeed1d0e69e 100644 --- a/clients/client-route-53/src/commands/ListCidrLocationsCommand.ts +++ b/clients/client-route-53/src/commands/ListCidrLocationsCommand.ts @@ -17,6 +17,10 @@ import { ListCidrLocationsRequest, ListCidrLocationsResponse } from "../models/m import { de_ListCidrLocationsCommand, se_ListCidrLocationsCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/ListGeoLocationsCommand.ts b/clients/client-route-53/src/commands/ListGeoLocationsCommand.ts index 751130fd7c2ce..9d945df80af44 100644 --- a/clients/client-route-53/src/commands/ListGeoLocationsCommand.ts +++ b/clients/client-route-53/src/commands/ListGeoLocationsCommand.ts @@ -17,6 +17,10 @@ import { ListGeoLocationsRequest, ListGeoLocationsResponse } from "../models/mod import { de_ListGeoLocationsCommand, se_ListGeoLocationsCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/ListHealthChecksCommand.ts b/clients/client-route-53/src/commands/ListHealthChecksCommand.ts index e390cd8af6bf0..37f0e49b2027f 100644 --- a/clients/client-route-53/src/commands/ListHealthChecksCommand.ts +++ b/clients/client-route-53/src/commands/ListHealthChecksCommand.ts @@ -17,6 +17,10 @@ import { ListHealthChecksRequest, ListHealthChecksResponse } from "../models/mod import { de_ListHealthChecksCommand, se_ListHealthChecksCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/ListHostedZonesByNameCommand.ts b/clients/client-route-53/src/commands/ListHostedZonesByNameCommand.ts index e085b1ed9e3bf..7d289d513655d 100644 --- a/clients/client-route-53/src/commands/ListHostedZonesByNameCommand.ts +++ b/clients/client-route-53/src/commands/ListHostedZonesByNameCommand.ts @@ -18,6 +18,10 @@ import { ListHostedZonesByNameRequest, ListHostedZonesByNameResponse } from "../ import { de_ListHostedZonesByNameCommand, se_ListHostedZonesByNameCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/ListHostedZonesByVPCCommand.ts b/clients/client-route-53/src/commands/ListHostedZonesByVPCCommand.ts index 0a8fb1f94ab76..366bd6015b367 100644 --- a/clients/client-route-53/src/commands/ListHostedZonesByVPCCommand.ts +++ b/clients/client-route-53/src/commands/ListHostedZonesByVPCCommand.ts @@ -17,6 +17,10 @@ import { ListHostedZonesByVPCRequest, ListHostedZonesByVPCResponse } from "../mo import { de_ListHostedZonesByVPCCommand, se_ListHostedZonesByVPCCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/ListHostedZonesCommand.ts b/clients/client-route-53/src/commands/ListHostedZonesCommand.ts index 28a9444c9d7c5..1b01c06b7d70c 100644 --- a/clients/client-route-53/src/commands/ListHostedZonesCommand.ts +++ b/clients/client-route-53/src/commands/ListHostedZonesCommand.ts @@ -18,6 +18,10 @@ import { ListHostedZonesRequest, ListHostedZonesResponse } from "../models/model import { de_ListHostedZonesCommand, se_ListHostedZonesCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/ListQueryLoggingConfigsCommand.ts b/clients/client-route-53/src/commands/ListQueryLoggingConfigsCommand.ts index 301a17e4402df..ed8d6ec969a57 100644 --- a/clients/client-route-53/src/commands/ListQueryLoggingConfigsCommand.ts +++ b/clients/client-route-53/src/commands/ListQueryLoggingConfigsCommand.ts @@ -18,6 +18,10 @@ import { ListQueryLoggingConfigsRequest, ListQueryLoggingConfigsResponse } from import { de_ListQueryLoggingConfigsCommand, se_ListQueryLoggingConfigsCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/ListResourceRecordSetsCommand.ts b/clients/client-route-53/src/commands/ListResourceRecordSetsCommand.ts index 38e6706e9e46c..0d23789c685b8 100644 --- a/clients/client-route-53/src/commands/ListResourceRecordSetsCommand.ts +++ b/clients/client-route-53/src/commands/ListResourceRecordSetsCommand.ts @@ -18,6 +18,10 @@ import { ListResourceRecordSetsRequest, ListResourceRecordSetsResponse } from ". import { de_ListResourceRecordSetsCommand, se_ListResourceRecordSetsCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/ListReusableDelegationSetsCommand.ts b/clients/client-route-53/src/commands/ListReusableDelegationSetsCommand.ts index 30a732afea76d..a46dad1d11688 100644 --- a/clients/client-route-53/src/commands/ListReusableDelegationSetsCommand.ts +++ b/clients/client-route-53/src/commands/ListReusableDelegationSetsCommand.ts @@ -17,6 +17,10 @@ import { ListReusableDelegationSetsRequest, ListReusableDelegationSetsResponse } import { de_ListReusableDelegationSetsCommand, se_ListReusableDelegationSetsCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/ListTagsForResourceCommand.ts b/clients/client-route-53/src/commands/ListTagsForResourceCommand.ts index 9683fb43a8885..4ecafc88deae0 100644 --- a/clients/client-route-53/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-route-53/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/ListTagsForResourcesCommand.ts b/clients/client-route-53/src/commands/ListTagsForResourcesCommand.ts index 3a96eb103e772..c5f9577fee59f 100644 --- a/clients/client-route-53/src/commands/ListTagsForResourcesCommand.ts +++ b/clients/client-route-53/src/commands/ListTagsForResourcesCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourcesRequest, ListTagsForResourcesResponse } from "../mo import { de_ListTagsForResourcesCommand, se_ListTagsForResourcesCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/ListTrafficPoliciesCommand.ts b/clients/client-route-53/src/commands/ListTrafficPoliciesCommand.ts index 18f80588867cb..389c285435419 100644 --- a/clients/client-route-53/src/commands/ListTrafficPoliciesCommand.ts +++ b/clients/client-route-53/src/commands/ListTrafficPoliciesCommand.ts @@ -17,6 +17,10 @@ import { ListTrafficPoliciesRequest, ListTrafficPoliciesResponse } from "../mode import { de_ListTrafficPoliciesCommand, se_ListTrafficPoliciesCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts index c7bea680922ec..a3158ca887d16 100644 --- a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts +++ b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByHostedZoneCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByPolicyCommand.ts b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByPolicyCommand.ts index 0a6fabfe429d0..917d4f3e78884 100644 --- a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByPolicyCommand.ts +++ b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesByPolicyCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesCommand.ts b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesCommand.ts index df9840df0a990..a6ccec66b1f3d 100644 --- a/clients/client-route-53/src/commands/ListTrafficPolicyInstancesCommand.ts +++ b/clients/client-route-53/src/commands/ListTrafficPolicyInstancesCommand.ts @@ -17,6 +17,10 @@ import { ListTrafficPolicyInstancesRequest, ListTrafficPolicyInstancesResponse } import { de_ListTrafficPolicyInstancesCommand, se_ListTrafficPolicyInstancesCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/ListTrafficPolicyVersionsCommand.ts b/clients/client-route-53/src/commands/ListTrafficPolicyVersionsCommand.ts index 16c31da5789bf..c15a6be3c600f 100644 --- a/clients/client-route-53/src/commands/ListTrafficPolicyVersionsCommand.ts +++ b/clients/client-route-53/src/commands/ListTrafficPolicyVersionsCommand.ts @@ -18,6 +18,10 @@ import { ListTrafficPolicyVersionsRequest, ListTrafficPolicyVersionsResponse } f import { de_ListTrafficPolicyVersionsCommand, se_ListTrafficPolicyVersionsCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/ListVPCAssociationAuthorizationsCommand.ts b/clients/client-route-53/src/commands/ListVPCAssociationAuthorizationsCommand.ts index 645a969a1910e..7477d51dd781f 100644 --- a/clients/client-route-53/src/commands/ListVPCAssociationAuthorizationsCommand.ts +++ b/clients/client-route-53/src/commands/ListVPCAssociationAuthorizationsCommand.ts @@ -21,6 +21,10 @@ import { } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/TestDNSAnswerCommand.ts b/clients/client-route-53/src/commands/TestDNSAnswerCommand.ts index 1357989a483df..375275bae6fc5 100644 --- a/clients/client-route-53/src/commands/TestDNSAnswerCommand.ts +++ b/clients/client-route-53/src/commands/TestDNSAnswerCommand.ts @@ -18,6 +18,10 @@ import { TestDNSAnswerRequest, TestDNSAnswerResponse } from "../models/models_0" import { de_TestDNSAnswerCommand, se_TestDNSAnswerCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/UpdateHealthCheckCommand.ts b/clients/client-route-53/src/commands/UpdateHealthCheckCommand.ts index 4a2a1a2a154a1..d9c4f73d78fc9 100644 --- a/clients/client-route-53/src/commands/UpdateHealthCheckCommand.ts +++ b/clients/client-route-53/src/commands/UpdateHealthCheckCommand.ts @@ -17,6 +17,10 @@ import { UpdateHealthCheckRequest, UpdateHealthCheckResponse } from "../models/m import { de_UpdateHealthCheckCommand, se_UpdateHealthCheckCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/UpdateHostedZoneCommentCommand.ts b/clients/client-route-53/src/commands/UpdateHostedZoneCommentCommand.ts index 72d7039a16c30..8ac9c899abb78 100644 --- a/clients/client-route-53/src/commands/UpdateHostedZoneCommentCommand.ts +++ b/clients/client-route-53/src/commands/UpdateHostedZoneCommentCommand.ts @@ -18,6 +18,10 @@ import { UpdateHostedZoneCommentRequest, UpdateHostedZoneCommentResponse } from import { de_UpdateHostedZoneCommentCommand, se_UpdateHostedZoneCommentCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/UpdateTrafficPolicyCommentCommand.ts b/clients/client-route-53/src/commands/UpdateTrafficPolicyCommentCommand.ts index 48ab67f97da21..53ec3fe054a8c 100644 --- a/clients/client-route-53/src/commands/UpdateTrafficPolicyCommentCommand.ts +++ b/clients/client-route-53/src/commands/UpdateTrafficPolicyCommentCommand.ts @@ -18,6 +18,10 @@ import { UpdateTrafficPolicyCommentRequest, UpdateTrafficPolicyCommentResponse } import { de_UpdateTrafficPolicyCommentCommand, se_UpdateTrafficPolicyCommentCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/commands/UpdateTrafficPolicyInstanceCommand.ts b/clients/client-route-53/src/commands/UpdateTrafficPolicyInstanceCommand.ts index 473c307817e4d..85efc87ee6665 100644 --- a/clients/client-route-53/src/commands/UpdateTrafficPolicyInstanceCommand.ts +++ b/clients/client-route-53/src/commands/UpdateTrafficPolicyInstanceCommand.ts @@ -18,6 +18,10 @@ import { UpdateTrafficPolicyInstanceRequest, UpdateTrafficPolicyInstanceResponse import { de_UpdateTrafficPolicyInstanceCommand, se_UpdateTrafficPolicyInstanceCommand } from "../protocols/Aws_restXml"; import { Route53ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route-53/src/index.ts b/clients/client-route-53/src/index.ts index bd464ceaa015c..8387f1f442e72 100644 --- a/clients/client-route-53/src/index.ts +++ b/clients/client-route-53/src/index.ts @@ -1,9 +1,31 @@ -export * from "./Route53"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web + * service.

+ *

You can use Route 53 to:

+ * + * + * @packageDocumentation + */ export * from "./Route53Client"; +export * from "./Route53"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { Route53ServiceException } from "./models/Route53ServiceException"; diff --git a/clients/client-route-53/src/models/Route53ServiceException.ts b/clients/client-route-53/src/models/Route53ServiceException.ts index c4be412c93f95..afb65da467ad0 100644 --- a/clients/client-route-53/src/models/Route53ServiceException.ts +++ b/clients/client-route-53/src/models/Route53ServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-route53-recovery-cluster/src/Route53RecoveryClusterClient.ts b/clients/client-route53-recovery-cluster/src/Route53RecoveryClusterClient.ts index 9a976606b2fd6..2c2cf7d93c603 100644 --- a/clients/client-route53-recovery-cluster/src/Route53RecoveryClusterClient.ts +++ b/clients/client-route53-recovery-cluster/src/Route53RecoveryClusterClient.ts @@ -75,6 +75,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -220,7 +222,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type Route53RecoveryClusterClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type Route53RecoveryClusterClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -239,7 +241,7 @@ export interface Route53RecoveryClusterClientConfig extends Route53RecoveryClust /** * @public */ -type Route53RecoveryClusterClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type Route53RecoveryClusterClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-route53-recovery-cluster/src/commands/GetRoutingControlStateCommand.ts b/clients/client-route53-recovery-cluster/src/commands/GetRoutingControlStateCommand.ts index 57ecb64201b13..3cd6133cc794b 100644 --- a/clients/client-route53-recovery-cluster/src/commands/GetRoutingControlStateCommand.ts +++ b/clients/client-route53-recovery-cluster/src/commands/GetRoutingControlStateCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryClusterClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-cluster/src/commands/ListRoutingControlsCommand.ts b/clients/client-route53-recovery-cluster/src/commands/ListRoutingControlsCommand.ts index e58ac8b070a57..fbf78b0623919 100644 --- a/clients/client-route53-recovery-cluster/src/commands/ListRoutingControlsCommand.ts +++ b/clients/client-route53-recovery-cluster/src/commands/ListRoutingControlsCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryClusterClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStateCommand.ts b/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStateCommand.ts index 3d1aab49ab726..68708a77eaf04 100644 --- a/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStateCommand.ts +++ b/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStateCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryClusterClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStatesCommand.ts b/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStatesCommand.ts index b12aa4113d5a3..28c1837a5d1dd 100644 --- a/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStatesCommand.ts +++ b/clients/client-route53-recovery-cluster/src/commands/UpdateRoutingControlStatesCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryClusterClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-cluster/src/index.ts b/clients/client-route53-recovery-cluster/src/index.ts index d1e942f4f08f3..1d22af59a1fac 100644 --- a/clients/client-route53-recovery-cluster/src/index.ts +++ b/clients/client-route53-recovery-cluster/src/index.ts @@ -1,8 +1,53 @@ -export * from "./Route53RecoveryCluster"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Welcome to the Routing Control (Recovery Cluster) API Reference Guide for Amazon Route 53 Application Recovery Controller.

+ *

With Route 53 ARC, you can use routing control with extreme reliability to + * recover applications by rerouting traffic across + * Availability Zones or Amazon Web Services Regions. Routing controls are simple on/off switches hosted + * on a highly available cluster in Route 53 ARC. A cluster provides a set of five redundant Regional endpoints against which you + * can run API calls to get or update the state of routing controls. To implement failover, you set + * one routing control On and another one Off, to reroute traffic from one Availability Zone or Amazon Web Services Region + * to another.

+ *

+ * Be aware that you must specify a Regional endpoint for a cluster when you work with API cluster operations + * to get or update routing control states in Route 53 ARC. In addition, you must specify the US West (Oregon) Region + * for Route 53 ARC API calls. For example, use the parameter --region us-west-2 with AWS CLI commands. + * For more information, see + * + * Get and update routing control states using the API in the Amazon Route 53 Application Recovery Controller Developer Guide.

+ *

This API guide includes information about the API operations for how to get and update routing control states + * in Route 53 ARC. To work with routing control in Route 53 ARC, you must first create the required components (clusters, control + * panels, and routing controls) using the recovery cluster configuration API.

+ *

For more information about working with routing control in Route 53 ARC, see the following:

+ * + * + * @packageDocumentation + */ export * from "./Route53RecoveryClusterClient"; +export * from "./Route53RecoveryCluster"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { Route53RecoveryClusterServiceException } from "./models/Route53RecoveryClusterServiceException"; diff --git a/clients/client-route53-recovery-cluster/src/models/Route53RecoveryClusterServiceException.ts b/clients/client-route53-recovery-cluster/src/models/Route53RecoveryClusterServiceException.ts index ea142071b557d..273f483270fa9 100644 --- a/clients/client-route53-recovery-cluster/src/models/Route53RecoveryClusterServiceException.ts +++ b/clients/client-route53-recovery-cluster/src/models/Route53RecoveryClusterServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/Route53RecoveryControlConfigClient.ts b/clients/client-route53-recovery-control-config/src/Route53RecoveryControlConfigClient.ts index 604ff02920bc6..ca8d9cc1e485f 100644 --- a/clients/client-route53-recovery-control-config/src/Route53RecoveryControlConfigClient.ts +++ b/clients/client-route53-recovery-control-config/src/Route53RecoveryControlConfigClient.ts @@ -106,6 +106,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -289,7 +291,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type Route53RecoveryControlConfigClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type Route53RecoveryControlConfigClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -308,7 +310,7 @@ export interface Route53RecoveryControlConfigClientConfig extends Route53Recover /** * @public */ -type Route53RecoveryControlConfigClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type Route53RecoveryControlConfigClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-route53-recovery-control-config/src/commands/CreateClusterCommand.ts b/clients/client-route53-recovery-control-config/src/commands/CreateClusterCommand.ts index 4a402139c4bb0..19c257006afd5 100644 --- a/clients/client-route53-recovery-control-config/src/commands/CreateClusterCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/CreateClusterCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/commands/CreateControlPanelCommand.ts b/clients/client-route53-recovery-control-config/src/commands/CreateControlPanelCommand.ts index c251add6aed92..b78cc581f8d7d 100644 --- a/clients/client-route53-recovery-control-config/src/commands/CreateControlPanelCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/CreateControlPanelCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/commands/CreateRoutingControlCommand.ts b/clients/client-route53-recovery-control-config/src/commands/CreateRoutingControlCommand.ts index caca9c5c662a3..e0f2e86e7716d 100644 --- a/clients/client-route53-recovery-control-config/src/commands/CreateRoutingControlCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/CreateRoutingControlCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/commands/CreateSafetyRuleCommand.ts b/clients/client-route53-recovery-control-config/src/commands/CreateSafetyRuleCommand.ts index 4a7fd7b3d6987..78dd490342b4d 100644 --- a/clients/client-route53-recovery-control-config/src/commands/CreateSafetyRuleCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/CreateSafetyRuleCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/commands/DeleteClusterCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DeleteClusterCommand.ts index 0e7cc757aa96b..5fc7e68207bac 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DeleteClusterCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DeleteClusterCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/commands/DeleteControlPanelCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DeleteControlPanelCommand.ts index 13c786f3ba5cd..a9a85acb85dea 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DeleteControlPanelCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DeleteControlPanelCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/commands/DeleteRoutingControlCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DeleteRoutingControlCommand.ts index f32e10d8adc5a..3adb60bdfa741 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DeleteRoutingControlCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DeleteRoutingControlCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/commands/DeleteSafetyRuleCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DeleteSafetyRuleCommand.ts index e2df3d8f7b692..2caf88644afd9 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DeleteSafetyRuleCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DeleteSafetyRuleCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/commands/DescribeClusterCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DescribeClusterCommand.ts index 4e7ec5bd698c0..9f7b7c33ac16d 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DescribeClusterCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DescribeClusterCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/commands/DescribeControlPanelCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DescribeControlPanelCommand.ts index 0dec0e5c1be1c..03dbf5cb7295f 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DescribeControlPanelCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DescribeControlPanelCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/commands/DescribeRoutingControlCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DescribeRoutingControlCommand.ts index ca12291605358..48feeaa3cd218 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DescribeRoutingControlCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DescribeRoutingControlCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/commands/DescribeSafetyRuleCommand.ts b/clients/client-route53-recovery-control-config/src/commands/DescribeSafetyRuleCommand.ts index 454fa461c37f7..bd5fd0e43f7f6 100644 --- a/clients/client-route53-recovery-control-config/src/commands/DescribeSafetyRuleCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/DescribeSafetyRuleCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/commands/ListAssociatedRoute53HealthChecksCommand.ts b/clients/client-route53-recovery-control-config/src/commands/ListAssociatedRoute53HealthChecksCommand.ts index 5231378eb2d2f..781d5bf9bc828 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListAssociatedRoute53HealthChecksCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListAssociatedRoute53HealthChecksCommand.ts @@ -27,6 +27,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/commands/ListClustersCommand.ts b/clients/client-route53-recovery-control-config/src/commands/ListClustersCommand.ts index 3ddc2a9235274..0e56961c3454c 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListClustersCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListClustersCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/commands/ListControlPanelsCommand.ts b/clients/client-route53-recovery-control-config/src/commands/ListControlPanelsCommand.ts index a0a33efc9bab7..53e2d72141c9e 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListControlPanelsCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListControlPanelsCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/commands/ListRoutingControlsCommand.ts b/clients/client-route53-recovery-control-config/src/commands/ListRoutingControlsCommand.ts index 5e903abf4019c..abd11c3f0b2f9 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListRoutingControlsCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListRoutingControlsCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/commands/ListSafetyRulesCommand.ts b/clients/client-route53-recovery-control-config/src/commands/ListSafetyRulesCommand.ts index 593d4d2472cd9..254f5487ae6dc 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListSafetyRulesCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListSafetyRulesCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/commands/ListTagsForResourceCommand.ts b/clients/client-route53-recovery-control-config/src/commands/ListTagsForResourceCommand.ts index 4898a8d55190c..8008b32fe7e0d 100644 --- a/clients/client-route53-recovery-control-config/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/commands/TagResourceCommand.ts b/clients/client-route53-recovery-control-config/src/commands/TagResourceCommand.ts index a8a746c63817b..81afb2ed84d96 100644 --- a/clients/client-route53-recovery-control-config/src/commands/TagResourceCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/commands/UntagResourceCommand.ts b/clients/client-route53-recovery-control-config/src/commands/UntagResourceCommand.ts index 265c5a13931e6..ca130c21ca546 100644 --- a/clients/client-route53-recovery-control-config/src/commands/UntagResourceCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/commands/UpdateControlPanelCommand.ts b/clients/client-route53-recovery-control-config/src/commands/UpdateControlPanelCommand.ts index 7ef6d66095f76..1301e2f69cbbb 100644 --- a/clients/client-route53-recovery-control-config/src/commands/UpdateControlPanelCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/UpdateControlPanelCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/commands/UpdateRoutingControlCommand.ts b/clients/client-route53-recovery-control-config/src/commands/UpdateRoutingControlCommand.ts index 510e0bd4e025f..65b467edaefc9 100644 --- a/clients/client-route53-recovery-control-config/src/commands/UpdateRoutingControlCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/UpdateRoutingControlCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/commands/UpdateSafetyRuleCommand.ts b/clients/client-route53-recovery-control-config/src/commands/UpdateSafetyRuleCommand.ts index 991e6b703a270..f5947d020d7d7 100644 --- a/clients/client-route53-recovery-control-config/src/commands/UpdateSafetyRuleCommand.ts +++ b/clients/client-route53-recovery-control-config/src/commands/UpdateSafetyRuleCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryControlConfigClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-control-config/src/index.ts b/clients/client-route53-recovery-control-config/src/index.ts index b29e5ce500db2..d759e1e963502 100644 --- a/clients/client-route53-recovery-control-config/src/index.ts +++ b/clients/client-route53-recovery-control-config/src/index.ts @@ -1,9 +1,15 @@ -export * from "./Route53RecoveryControlConfig"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Recovery Control Configuration API Reference for Amazon Route 53 Application Recovery Controller

+ * + * @packageDocumentation + */ export * from "./Route53RecoveryControlConfigClient"; +export * from "./Route53RecoveryControlConfig"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { Route53RecoveryControlConfigServiceException } from "./models/Route53RecoveryControlConfigServiceException"; diff --git a/clients/client-route53-recovery-control-config/src/models/Route53RecoveryControlConfigServiceException.ts b/clients/client-route53-recovery-control-config/src/models/Route53RecoveryControlConfigServiceException.ts index f19d24f99b843..cb9270bb3420f 100644 --- a/clients/client-route53-recovery-control-config/src/models/Route53RecoveryControlConfigServiceException.ts +++ b/clients/client-route53-recovery-control-config/src/models/Route53RecoveryControlConfigServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/Route53RecoveryReadinessClient.ts b/clients/client-route53-recovery-readiness/src/Route53RecoveryReadinessClient.ts index eebc0cfd85d01..562dfb6990c88 100644 --- a/clients/client-route53-recovery-readiness/src/Route53RecoveryReadinessClient.ts +++ b/clients/client-route53-recovery-readiness/src/Route53RecoveryReadinessClient.ts @@ -139,6 +139,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -340,7 +342,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type Route53RecoveryReadinessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type Route53RecoveryReadinessClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -359,7 +361,7 @@ export interface Route53RecoveryReadinessClientConfig extends Route53RecoveryRea /** * @public */ -type Route53RecoveryReadinessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type Route53RecoveryReadinessClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-route53-recovery-readiness/src/commands/CreateCellCommand.ts b/clients/client-route53-recovery-readiness/src/commands/CreateCellCommand.ts index c8856e3f36663..a3c693df4d358 100644 --- a/clients/client-route53-recovery-readiness/src/commands/CreateCellCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/CreateCellCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/CreateCrossAccountAuthorizationCommand.ts b/clients/client-route53-recovery-readiness/src/commands/CreateCrossAccountAuthorizationCommand.ts index cbfcae122cb36..deb27ff0dbe35 100644 --- a/clients/client-route53-recovery-readiness/src/commands/CreateCrossAccountAuthorizationCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/CreateCrossAccountAuthorizationCommand.ts @@ -24,6 +24,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/CreateReadinessCheckCommand.ts b/clients/client-route53-recovery-readiness/src/commands/CreateReadinessCheckCommand.ts index 2784e75682c4e..5ba81ec3cd623 100644 --- a/clients/client-route53-recovery-readiness/src/commands/CreateReadinessCheckCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/CreateReadinessCheckCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/CreateRecoveryGroupCommand.ts b/clients/client-route53-recovery-readiness/src/commands/CreateRecoveryGroupCommand.ts index 99e59be3f1608..b52f7b57b3d2f 100644 --- a/clients/client-route53-recovery-readiness/src/commands/CreateRecoveryGroupCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/CreateRecoveryGroupCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/CreateResourceSetCommand.ts b/clients/client-route53-recovery-readiness/src/commands/CreateResourceSetCommand.ts index a08f808a19c42..95086d26449e0 100644 --- a/clients/client-route53-recovery-readiness/src/commands/CreateResourceSetCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/CreateResourceSetCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/DeleteCellCommand.ts b/clients/client-route53-recovery-readiness/src/commands/DeleteCellCommand.ts index cce98e58b9ac3..51382ed94bf5f 100644 --- a/clients/client-route53-recovery-readiness/src/commands/DeleteCellCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/DeleteCellCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/DeleteCrossAccountAuthorizationCommand.ts b/clients/client-route53-recovery-readiness/src/commands/DeleteCrossAccountAuthorizationCommand.ts index 8ebbf54f46240..156fade28592f 100644 --- a/clients/client-route53-recovery-readiness/src/commands/DeleteCrossAccountAuthorizationCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/DeleteCrossAccountAuthorizationCommand.ts @@ -24,6 +24,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/DeleteReadinessCheckCommand.ts b/clients/client-route53-recovery-readiness/src/commands/DeleteReadinessCheckCommand.ts index 6a49ca723178b..83e18638cc316 100644 --- a/clients/client-route53-recovery-readiness/src/commands/DeleteReadinessCheckCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/DeleteReadinessCheckCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/DeleteRecoveryGroupCommand.ts b/clients/client-route53-recovery-readiness/src/commands/DeleteRecoveryGroupCommand.ts index 5fd19daaba080..6c76ac8d30f75 100644 --- a/clients/client-route53-recovery-readiness/src/commands/DeleteRecoveryGroupCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/DeleteRecoveryGroupCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/DeleteResourceSetCommand.ts b/clients/client-route53-recovery-readiness/src/commands/DeleteResourceSetCommand.ts index 8390fb6a5360c..0a6be52dc2d1a 100644 --- a/clients/client-route53-recovery-readiness/src/commands/DeleteResourceSetCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/DeleteResourceSetCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/GetArchitectureRecommendationsCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetArchitectureRecommendationsCommand.ts index 98ec0f75e13ed..e8ac04b6914ef 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetArchitectureRecommendationsCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetArchitectureRecommendationsCommand.ts @@ -24,6 +24,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/GetCellCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetCellCommand.ts index ba13a2b792d66..83c7a6e80147e 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetCellCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetCellCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/GetCellReadinessSummaryCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetCellReadinessSummaryCommand.ts index af155281294e0..b4de0d74c1600 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetCellReadinessSummaryCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetCellReadinessSummaryCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckCommand.ts index 40d51f5292404..e51bb0011c5c8 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckResourceStatusCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckResourceStatusCommand.ts index 85957a77c52a9..290513380c25b 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckResourceStatusCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckResourceStatusCommand.ts @@ -24,6 +24,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckStatusCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckStatusCommand.ts index a48884b2b2933..92b2bf04fb73c 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckStatusCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetReadinessCheckStatusCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupCommand.ts index 8ef5b1d2819f8..afb3384c597aa 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupReadinessSummaryCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupReadinessSummaryCommand.ts index 4386bd4807afa..32ddfdda551ad 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupReadinessSummaryCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetRecoveryGroupReadinessSummaryCommand.ts @@ -24,6 +24,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/GetResourceSetCommand.ts b/clients/client-route53-recovery-readiness/src/commands/GetResourceSetCommand.ts index fb4886522825c..7373581dff2fb 100644 --- a/clients/client-route53-recovery-readiness/src/commands/GetResourceSetCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/GetResourceSetCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/ListCellsCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListCellsCommand.ts index 7d1908828b608..65c9e80ab13b1 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListCellsCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListCellsCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/ListCrossAccountAuthorizationsCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListCrossAccountAuthorizationsCommand.ts index aa42443896fc1..c931108b07368 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListCrossAccountAuthorizationsCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListCrossAccountAuthorizationsCommand.ts @@ -24,6 +24,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/ListReadinessChecksCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListReadinessChecksCommand.ts index 30d3ffbacde84..2d39a91fea829 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListReadinessChecksCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListReadinessChecksCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/ListRecoveryGroupsCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListRecoveryGroupsCommand.ts index 8177f557a9b2a..51491eab97a22 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListRecoveryGroupsCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListRecoveryGroupsCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/ListResourceSetsCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListResourceSetsCommand.ts index ee1ff6edccf44..0583c217b3e9e 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListResourceSetsCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListResourceSetsCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/ListRulesCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListRulesCommand.ts index 22ac8d8a16ffe..d77b76e6fbcbd 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListRulesCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListRulesCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/ListTagsForResourcesCommand.ts b/clients/client-route53-recovery-readiness/src/commands/ListTagsForResourcesCommand.ts index 9d4d296836ec1..9779baf18a03e 100644 --- a/clients/client-route53-recovery-readiness/src/commands/ListTagsForResourcesCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/ListTagsForResourcesCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/TagResourceCommand.ts b/clients/client-route53-recovery-readiness/src/commands/TagResourceCommand.ts index e5eb9fc46f2fa..1920af8c3c970 100644 --- a/clients/client-route53-recovery-readiness/src/commands/TagResourceCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/UntagResourceCommand.ts b/clients/client-route53-recovery-readiness/src/commands/UntagResourceCommand.ts index de100a3082452..d2d06d503e874 100644 --- a/clients/client-route53-recovery-readiness/src/commands/UntagResourceCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/UpdateCellCommand.ts b/clients/client-route53-recovery-readiness/src/commands/UpdateCellCommand.ts index e438cb4a18ff5..ff6d1cca47a48 100644 --- a/clients/client-route53-recovery-readiness/src/commands/UpdateCellCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/UpdateCellCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/UpdateReadinessCheckCommand.ts b/clients/client-route53-recovery-readiness/src/commands/UpdateReadinessCheckCommand.ts index 21656082525be..0eb456a8cacee 100644 --- a/clients/client-route53-recovery-readiness/src/commands/UpdateReadinessCheckCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/UpdateReadinessCheckCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/UpdateRecoveryGroupCommand.ts b/clients/client-route53-recovery-readiness/src/commands/UpdateRecoveryGroupCommand.ts index faba878a49c07..2b4d31c89dd40 100644 --- a/clients/client-route53-recovery-readiness/src/commands/UpdateRecoveryGroupCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/UpdateRecoveryGroupCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/commands/UpdateResourceSetCommand.ts b/clients/client-route53-recovery-readiness/src/commands/UpdateResourceSetCommand.ts index 2fad454df903c..251a869baae05 100644 --- a/clients/client-route53-recovery-readiness/src/commands/UpdateResourceSetCommand.ts +++ b/clients/client-route53-recovery-readiness/src/commands/UpdateResourceSetCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../Route53RecoveryReadinessClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53-recovery-readiness/src/index.ts b/clients/client-route53-recovery-readiness/src/index.ts index a4c852a304377..152d19ed71351 100644 --- a/clients/client-route53-recovery-readiness/src/index.ts +++ b/clients/client-route53-recovery-readiness/src/index.ts @@ -1,8 +1,14 @@ -export * from "./Route53RecoveryReadiness"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Recovery readiness

+ * + * @packageDocumentation + */ export * from "./Route53RecoveryReadinessClient"; +export * from "./Route53RecoveryReadiness"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { Route53RecoveryReadinessServiceException } from "./models/Route53RecoveryReadinessServiceException"; diff --git a/clients/client-route53-recovery-readiness/src/models/Route53RecoveryReadinessServiceException.ts b/clients/client-route53-recovery-readiness/src/models/Route53RecoveryReadinessServiceException.ts index 283a9a7c6d262..2708a6e7b4a4a 100644 --- a/clients/client-route53-recovery-readiness/src/models/Route53RecoveryReadinessServiceException.ts +++ b/clients/client-route53-recovery-readiness/src/models/Route53RecoveryReadinessServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-route53resolver/src/Route53ResolverClient.ts b/clients/client-route53resolver/src/Route53ResolverClient.ts index 26a4ff96f694c..b37ad7504b386 100644 --- a/clients/client-route53resolver/src/Route53ResolverClient.ts +++ b/clients/client-route53resolver/src/Route53ResolverClient.ts @@ -272,6 +272,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -535,7 +537,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type Route53ResolverClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type Route53ResolverClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -554,7 +556,7 @@ export interface Route53ResolverClientConfig extends Route53ResolverClientConfig /** * @public */ -type Route53ResolverClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type Route53ResolverClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-route53resolver/src/commands/AssociateFirewallRuleGroupCommand.ts b/clients/client-route53resolver/src/commands/AssociateFirewallRuleGroupCommand.ts index e777d55a68abd..b8db11329bac6 100644 --- a/clients/client-route53resolver/src/commands/AssociateFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/src/commands/AssociateFirewallRuleGroupCommand.ts @@ -17,6 +17,10 @@ import { AssociateFirewallRuleGroupRequest, AssociateFirewallRuleGroupResponse } import { de_AssociateFirewallRuleGroupCommand, se_AssociateFirewallRuleGroupCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/AssociateResolverEndpointIpAddressCommand.ts b/clients/client-route53resolver/src/commands/AssociateResolverEndpointIpAddressCommand.ts index 7a65deaaafd67..73f8da85eaae6 100644 --- a/clients/client-route53resolver/src/commands/AssociateResolverEndpointIpAddressCommand.ts +++ b/clients/client-route53resolver/src/commands/AssociateResolverEndpointIpAddressCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/AssociateResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/src/commands/AssociateResolverQueryLogConfigCommand.ts index 9b94c27d7fd19..c8d9b4506437a 100644 --- a/clients/client-route53resolver/src/commands/AssociateResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/AssociateResolverQueryLogConfigCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/AssociateResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/AssociateResolverRuleCommand.ts index 061b6f52a2809..5f8edf5f2b68b 100644 --- a/clients/client-route53resolver/src/commands/AssociateResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/AssociateResolverRuleCommand.ts @@ -17,6 +17,10 @@ import { AssociateResolverRuleRequest, AssociateResolverRuleResponse } from "../ import { de_AssociateResolverRuleCommand, se_AssociateResolverRuleCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/CreateFirewallDomainListCommand.ts b/clients/client-route53resolver/src/commands/CreateFirewallDomainListCommand.ts index 40c708328ed3b..9a7fc070f09e3 100644 --- a/clients/client-route53resolver/src/commands/CreateFirewallDomainListCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateFirewallDomainListCommand.ts @@ -17,6 +17,10 @@ import { CreateFirewallDomainListRequest, CreateFirewallDomainListResponse } fro import { de_CreateFirewallDomainListCommand, se_CreateFirewallDomainListCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/CreateFirewallRuleCommand.ts b/clients/client-route53resolver/src/commands/CreateFirewallRuleCommand.ts index 2eecf01730fef..78a4fdec05cc8 100644 --- a/clients/client-route53resolver/src/commands/CreateFirewallRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateFirewallRuleCommand.ts @@ -17,6 +17,10 @@ import { CreateFirewallRuleRequest, CreateFirewallRuleResponse } from "../models import { de_CreateFirewallRuleCommand, se_CreateFirewallRuleCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/CreateFirewallRuleGroupCommand.ts b/clients/client-route53resolver/src/commands/CreateFirewallRuleGroupCommand.ts index bb29e063b658d..a6b12fa8abcc1 100644 --- a/clients/client-route53resolver/src/commands/CreateFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateFirewallRuleGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateFirewallRuleGroupRequest, CreateFirewallRuleGroupResponse } from import { de_CreateFirewallRuleGroupCommand, se_CreateFirewallRuleGroupCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/CreateResolverEndpointCommand.ts b/clients/client-route53resolver/src/commands/CreateResolverEndpointCommand.ts index be73ee378dfad..2d456e51fd0ac 100644 --- a/clients/client-route53resolver/src/commands/CreateResolverEndpointCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateResolverEndpointCommand.ts @@ -17,6 +17,10 @@ import { CreateResolverEndpointRequest, CreateResolverEndpointResponse } from ". import { de_CreateResolverEndpointCommand, se_CreateResolverEndpointCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/CreateResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/src/commands/CreateResolverQueryLogConfigCommand.ts index 29ba2764abfcc..1de5ff1d0a9e8 100644 --- a/clients/client-route53resolver/src/commands/CreateResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateResolverQueryLogConfigCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/CreateResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/CreateResolverRuleCommand.ts index 8ce0bcd43fc44..ba3c90c41441a 100644 --- a/clients/client-route53resolver/src/commands/CreateResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/CreateResolverRuleCommand.ts @@ -17,6 +17,10 @@ import { CreateResolverRuleRequest, CreateResolverRuleResponse } from "../models import { de_CreateResolverRuleCommand, se_CreateResolverRuleCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/DeleteFirewallDomainListCommand.ts b/clients/client-route53resolver/src/commands/DeleteFirewallDomainListCommand.ts index cb933e6e98690..26f878358bbdb 100644 --- a/clients/client-route53resolver/src/commands/DeleteFirewallDomainListCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteFirewallDomainListCommand.ts @@ -17,6 +17,10 @@ import { DeleteFirewallDomainListRequest, DeleteFirewallDomainListResponse } fro import { de_DeleteFirewallDomainListCommand, se_DeleteFirewallDomainListCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/DeleteFirewallRuleCommand.ts b/clients/client-route53resolver/src/commands/DeleteFirewallRuleCommand.ts index 861c9ef2bf162..f051de4e6409e 100644 --- a/clients/client-route53resolver/src/commands/DeleteFirewallRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteFirewallRuleCommand.ts @@ -17,6 +17,10 @@ import { DeleteFirewallRuleRequest, DeleteFirewallRuleResponse } from "../models import { de_DeleteFirewallRuleCommand, se_DeleteFirewallRuleCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/DeleteFirewallRuleGroupCommand.ts b/clients/client-route53resolver/src/commands/DeleteFirewallRuleGroupCommand.ts index 753f2b7537774..70faea03424cd 100644 --- a/clients/client-route53resolver/src/commands/DeleteFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteFirewallRuleGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteFirewallRuleGroupRequest, DeleteFirewallRuleGroupResponse } from import { de_DeleteFirewallRuleGroupCommand, se_DeleteFirewallRuleGroupCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/DeleteResolverEndpointCommand.ts b/clients/client-route53resolver/src/commands/DeleteResolverEndpointCommand.ts index d1ff5529621d6..41445494568b7 100644 --- a/clients/client-route53resolver/src/commands/DeleteResolverEndpointCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteResolverEndpointCommand.ts @@ -17,6 +17,10 @@ import { DeleteResolverEndpointRequest, DeleteResolverEndpointResponse } from ". import { de_DeleteResolverEndpointCommand, se_DeleteResolverEndpointCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/DeleteResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/src/commands/DeleteResolverQueryLogConfigCommand.ts index 0ed765451f4e0..6ad9e74a0a5e1 100644 --- a/clients/client-route53resolver/src/commands/DeleteResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteResolverQueryLogConfigCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/DeleteResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/DeleteResolverRuleCommand.ts index c047ff0963ee1..7a662ff61934d 100644 --- a/clients/client-route53resolver/src/commands/DeleteResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/DeleteResolverRuleCommand.ts @@ -17,6 +17,10 @@ import { DeleteResolverRuleRequest, DeleteResolverRuleResponse } from "../models import { de_DeleteResolverRuleCommand, se_DeleteResolverRuleCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/DisassociateFirewallRuleGroupCommand.ts b/clients/client-route53resolver/src/commands/DisassociateFirewallRuleGroupCommand.ts index 4d69a7f6aa037..a3e98394abb94 100644 --- a/clients/client-route53resolver/src/commands/DisassociateFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/src/commands/DisassociateFirewallRuleGroupCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/DisassociateResolverEndpointIpAddressCommand.ts b/clients/client-route53resolver/src/commands/DisassociateResolverEndpointIpAddressCommand.ts index e9ef3fb8c1d58..2753bcb01d4d4 100644 --- a/clients/client-route53resolver/src/commands/DisassociateResolverEndpointIpAddressCommand.ts +++ b/clients/client-route53resolver/src/commands/DisassociateResolverEndpointIpAddressCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/DisassociateResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/src/commands/DisassociateResolverQueryLogConfigCommand.ts index db2a7b439b6bc..035478d8d27c2 100644 --- a/clients/client-route53resolver/src/commands/DisassociateResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/DisassociateResolverQueryLogConfigCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/DisassociateResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/DisassociateResolverRuleCommand.ts index 6c31514645b86..4f96de4e0e3df 100644 --- a/clients/client-route53resolver/src/commands/DisassociateResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/DisassociateResolverRuleCommand.ts @@ -17,6 +17,10 @@ import { DisassociateResolverRuleRequest, DisassociateResolverRuleResponse } fro import { de_DisassociateResolverRuleCommand, se_DisassociateResolverRuleCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/GetFirewallConfigCommand.ts b/clients/client-route53resolver/src/commands/GetFirewallConfigCommand.ts index f4b8625d7a97d..38a19cbfba20c 100644 --- a/clients/client-route53resolver/src/commands/GetFirewallConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/GetFirewallConfigCommand.ts @@ -17,6 +17,10 @@ import { GetFirewallConfigRequest, GetFirewallConfigResponse } from "../models/m import { de_GetFirewallConfigCommand, se_GetFirewallConfigCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/GetFirewallDomainListCommand.ts b/clients/client-route53resolver/src/commands/GetFirewallDomainListCommand.ts index 94e4c4472618f..5a35847b3125f 100644 --- a/clients/client-route53resolver/src/commands/GetFirewallDomainListCommand.ts +++ b/clients/client-route53resolver/src/commands/GetFirewallDomainListCommand.ts @@ -17,6 +17,10 @@ import { GetFirewallDomainListRequest, GetFirewallDomainListResponse } from "../ import { de_GetFirewallDomainListCommand, se_GetFirewallDomainListCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupAssociationCommand.ts b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupAssociationCommand.ts index 3802f16b4ad0c..5923eba7ab8b1 100644 --- a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupAssociationCommand.ts +++ b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupAssociationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupCommand.ts b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupCommand.ts index b5a21f1a39936..6f7f950ef6305 100644 --- a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupCommand.ts +++ b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupCommand.ts @@ -17,6 +17,10 @@ import { GetFirewallRuleGroupRequest, GetFirewallRuleGroupResponse } from "../mo import { de_GetFirewallRuleGroupCommand, se_GetFirewallRuleGroupCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupPolicyCommand.ts b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupPolicyCommand.ts index c3f457ebb8fc3..912692b438e25 100644 --- a/clients/client-route53resolver/src/commands/GetFirewallRuleGroupPolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/GetFirewallRuleGroupPolicyCommand.ts @@ -17,6 +17,10 @@ import { GetFirewallRuleGroupPolicyRequest, GetFirewallRuleGroupPolicyResponse } import { de_GetFirewallRuleGroupPolicyCommand, se_GetFirewallRuleGroupPolicyCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/GetResolverConfigCommand.ts b/clients/client-route53resolver/src/commands/GetResolverConfigCommand.ts index 4b09879a36beb..b5b9c364f660b 100644 --- a/clients/client-route53resolver/src/commands/GetResolverConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverConfigCommand.ts @@ -17,6 +17,10 @@ import { GetResolverConfigRequest, GetResolverConfigResponse } from "../models/m import { de_GetResolverConfigCommand, se_GetResolverConfigCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/GetResolverDnssecConfigCommand.ts b/clients/client-route53resolver/src/commands/GetResolverDnssecConfigCommand.ts index 62194e435cdde..e621818716efa 100644 --- a/clients/client-route53resolver/src/commands/GetResolverDnssecConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverDnssecConfigCommand.ts @@ -17,6 +17,10 @@ import { GetResolverDnssecConfigRequest, GetResolverDnssecConfigResponse } from import { de_GetResolverDnssecConfigCommand, se_GetResolverDnssecConfigCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/GetResolverEndpointCommand.ts b/clients/client-route53resolver/src/commands/GetResolverEndpointCommand.ts index a82e7695a7ed1..a0dc2198a9554 100644 --- a/clients/client-route53resolver/src/commands/GetResolverEndpointCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverEndpointCommand.ts @@ -17,6 +17,10 @@ import { GetResolverEndpointRequest, GetResolverEndpointResponse } from "../mode import { de_GetResolverEndpointCommand, se_GetResolverEndpointCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigAssociationCommand.ts b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigAssociationCommand.ts index 1c09e6f079961..9a82eb2e1f3d7 100644 --- a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigAssociationCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigAssociationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigCommand.ts b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigCommand.ts index da75f6379cd59..5009a1f2a1164 100644 --- a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigCommand.ts @@ -17,6 +17,10 @@ import { GetResolverQueryLogConfigRequest, GetResolverQueryLogConfigResponse } f import { de_GetResolverQueryLogConfigCommand, se_GetResolverQueryLogConfigCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigPolicyCommand.ts b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigPolicyCommand.ts index 59786495ec9a6..849838fc3c747 100644 --- a/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigPolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverQueryLogConfigPolicyCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/GetResolverRuleAssociationCommand.ts b/clients/client-route53resolver/src/commands/GetResolverRuleAssociationCommand.ts index 8bf4a41f74b2f..2532b1512d887 100644 --- a/clients/client-route53resolver/src/commands/GetResolverRuleAssociationCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverRuleAssociationCommand.ts @@ -17,6 +17,10 @@ import { GetResolverRuleAssociationRequest, GetResolverRuleAssociationResponse } import { de_GetResolverRuleAssociationCommand, se_GetResolverRuleAssociationCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/GetResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/GetResolverRuleCommand.ts index c24f844869562..97d9df645cc61 100644 --- a/clients/client-route53resolver/src/commands/GetResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverRuleCommand.ts @@ -17,6 +17,10 @@ import { GetResolverRuleRequest, GetResolverRuleResponse } from "../models/model import { de_GetResolverRuleCommand, se_GetResolverRuleCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/GetResolverRulePolicyCommand.ts b/clients/client-route53resolver/src/commands/GetResolverRulePolicyCommand.ts index 3509d21051899..d9b341d30d967 100644 --- a/clients/client-route53resolver/src/commands/GetResolverRulePolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/GetResolverRulePolicyCommand.ts @@ -17,6 +17,10 @@ import { GetResolverRulePolicyRequest, GetResolverRulePolicyResponse } from "../ import { de_GetResolverRulePolicyCommand, se_GetResolverRulePolicyCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/ImportFirewallDomainsCommand.ts b/clients/client-route53resolver/src/commands/ImportFirewallDomainsCommand.ts index b0c6d0ec600d3..f6197ad1e079b 100644 --- a/clients/client-route53resolver/src/commands/ImportFirewallDomainsCommand.ts +++ b/clients/client-route53resolver/src/commands/ImportFirewallDomainsCommand.ts @@ -17,6 +17,10 @@ import { ImportFirewallDomainsRequest, ImportFirewallDomainsResponse } from "../ import { de_ImportFirewallDomainsCommand, se_ImportFirewallDomainsCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/ListFirewallConfigsCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallConfigsCommand.ts index eab9fd98f7238..38e2d135fc835 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallConfigsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallConfigsCommand.ts @@ -17,6 +17,10 @@ import { ListFirewallConfigsRequest, ListFirewallConfigsResponse } from "../mode import { de_ListFirewallConfigsCommand, se_ListFirewallConfigsCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/ListFirewallDomainListsCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallDomainListsCommand.ts index 9026fbc54ce9b..5a276e23c9f54 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallDomainListsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallDomainListsCommand.ts @@ -17,6 +17,10 @@ import { ListFirewallDomainListsRequest, ListFirewallDomainListsResponse } from import { de_ListFirewallDomainListsCommand, se_ListFirewallDomainListsCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/ListFirewallDomainsCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallDomainsCommand.ts index ccb4ab6edcd44..e86edda0a277e 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallDomainsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallDomainsCommand.ts @@ -17,6 +17,10 @@ import { ListFirewallDomainsRequest, ListFirewallDomainsResponse } from "../mode import { de_ListFirewallDomainsCommand, se_ListFirewallDomainsCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/ListFirewallRuleGroupAssociationsCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallRuleGroupAssociationsCommand.ts index b26c43db6cdf4..b9fdfac2255d6 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallRuleGroupAssociationsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallRuleGroupAssociationsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/ListFirewallRuleGroupsCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallRuleGroupsCommand.ts index b437efbf6df50..e435b223a8f03 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallRuleGroupsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallRuleGroupsCommand.ts @@ -17,6 +17,10 @@ import { ListFirewallRuleGroupsRequest, ListFirewallRuleGroupsResponse } from ". import { de_ListFirewallRuleGroupsCommand, se_ListFirewallRuleGroupsCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/ListFirewallRulesCommand.ts b/clients/client-route53resolver/src/commands/ListFirewallRulesCommand.ts index d54618421622f..e9b7f23263e73 100644 --- a/clients/client-route53resolver/src/commands/ListFirewallRulesCommand.ts +++ b/clients/client-route53resolver/src/commands/ListFirewallRulesCommand.ts @@ -17,6 +17,10 @@ import { ListFirewallRulesRequest, ListFirewallRulesResponse } from "../models/m import { de_ListFirewallRulesCommand, se_ListFirewallRulesCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/ListResolverConfigsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverConfigsCommand.ts index a4cbe05fd1893..059396f2af6e9 100644 --- a/clients/client-route53resolver/src/commands/ListResolverConfigsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverConfigsCommand.ts @@ -17,6 +17,10 @@ import { ListResolverConfigsRequest, ListResolverConfigsResponse } from "../mode import { de_ListResolverConfigsCommand, se_ListResolverConfigsCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/ListResolverDnssecConfigsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverDnssecConfigsCommand.ts index 3e4222c8c6266..0fd3f02439198 100644 --- a/clients/client-route53resolver/src/commands/ListResolverDnssecConfigsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverDnssecConfigsCommand.ts @@ -17,6 +17,10 @@ import { ListResolverDnssecConfigsRequest, ListResolverDnssecConfigsResponse } f import { de_ListResolverDnssecConfigsCommand, se_ListResolverDnssecConfigsCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/ListResolverEndpointIpAddressesCommand.ts b/clients/client-route53resolver/src/commands/ListResolverEndpointIpAddressesCommand.ts index 3e72a6f16f297..5bfd5edb7e430 100644 --- a/clients/client-route53resolver/src/commands/ListResolverEndpointIpAddressesCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverEndpointIpAddressesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/ListResolverEndpointsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverEndpointsCommand.ts index 7785fec22f3c6..7633a3be2117f 100644 --- a/clients/client-route53resolver/src/commands/ListResolverEndpointsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverEndpointsCommand.ts @@ -17,6 +17,10 @@ import { ListResolverEndpointsRequest, ListResolverEndpointsResponse } from "../ import { de_ListResolverEndpointsCommand, se_ListResolverEndpointsCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigAssociationsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigAssociationsCommand.ts index 4c3302f9ceb6b..6a0c44b2b5dc7 100644 --- a/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigAssociationsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigAssociationsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigsCommand.ts index d0e6a5677c987..6fae09076d49a 100644 --- a/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverQueryLogConfigsCommand.ts @@ -17,6 +17,10 @@ import { ListResolverQueryLogConfigsRequest, ListResolverQueryLogConfigsResponse import { de_ListResolverQueryLogConfigsCommand, se_ListResolverQueryLogConfigsCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/ListResolverRuleAssociationsCommand.ts b/clients/client-route53resolver/src/commands/ListResolverRuleAssociationsCommand.ts index 436a623beb3ac..6e44b1d0d322f 100644 --- a/clients/client-route53resolver/src/commands/ListResolverRuleAssociationsCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverRuleAssociationsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/ListResolverRulesCommand.ts b/clients/client-route53resolver/src/commands/ListResolverRulesCommand.ts index 84b8374170fc3..18fd0e4b30b41 100644 --- a/clients/client-route53resolver/src/commands/ListResolverRulesCommand.ts +++ b/clients/client-route53resolver/src/commands/ListResolverRulesCommand.ts @@ -17,6 +17,10 @@ import { ListResolverRulesRequest, ListResolverRulesResponse } from "../models/m import { de_ListResolverRulesCommand, se_ListResolverRulesCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/ListTagsForResourceCommand.ts b/clients/client-route53resolver/src/commands/ListTagsForResourceCommand.ts index c976e076b34bc..90ed0d4ed50c8 100644 --- a/clients/client-route53resolver/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-route53resolver/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/PutFirewallRuleGroupPolicyCommand.ts b/clients/client-route53resolver/src/commands/PutFirewallRuleGroupPolicyCommand.ts index 8938b448b2280..1847c56ae9ae4 100644 --- a/clients/client-route53resolver/src/commands/PutFirewallRuleGroupPolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/PutFirewallRuleGroupPolicyCommand.ts @@ -17,6 +17,10 @@ import { PutFirewallRuleGroupPolicyRequest, PutFirewallRuleGroupPolicyResponse } import { de_PutFirewallRuleGroupPolicyCommand, se_PutFirewallRuleGroupPolicyCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/PutResolverQueryLogConfigPolicyCommand.ts b/clients/client-route53resolver/src/commands/PutResolverQueryLogConfigPolicyCommand.ts index fde70823b0884..99e3039d39db1 100644 --- a/clients/client-route53resolver/src/commands/PutResolverQueryLogConfigPolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/PutResolverQueryLogConfigPolicyCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/PutResolverRulePolicyCommand.ts b/clients/client-route53resolver/src/commands/PutResolverRulePolicyCommand.ts index ab4417c59ee19..cdd48ec0b94c3 100644 --- a/clients/client-route53resolver/src/commands/PutResolverRulePolicyCommand.ts +++ b/clients/client-route53resolver/src/commands/PutResolverRulePolicyCommand.ts @@ -17,6 +17,10 @@ import { PutResolverRulePolicyRequest, PutResolverRulePolicyResponse } from "../ import { de_PutResolverRulePolicyCommand, se_PutResolverRulePolicyCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/TagResourceCommand.ts b/clients/client-route53resolver/src/commands/TagResourceCommand.ts index cd6b1ff54cde3..80928b4c2fb4c 100644 --- a/clients/client-route53resolver/src/commands/TagResourceCommand.ts +++ b/clients/client-route53resolver/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/UntagResourceCommand.ts b/clients/client-route53resolver/src/commands/UntagResourceCommand.ts index 730e22b90271e..e4885fff31c95 100644 --- a/clients/client-route53resolver/src/commands/UntagResourceCommand.ts +++ b/clients/client-route53resolver/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/UpdateFirewallConfigCommand.ts b/clients/client-route53resolver/src/commands/UpdateFirewallConfigCommand.ts index 7b153fbbc759a..9ce420dd68949 100644 --- a/clients/client-route53resolver/src/commands/UpdateFirewallConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateFirewallConfigCommand.ts @@ -17,6 +17,10 @@ import { UpdateFirewallConfigRequest, UpdateFirewallConfigResponse } from "../mo import { de_UpdateFirewallConfigCommand, se_UpdateFirewallConfigCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/UpdateFirewallDomainsCommand.ts b/clients/client-route53resolver/src/commands/UpdateFirewallDomainsCommand.ts index cf0a8016fb12b..1ba5d849283fe 100644 --- a/clients/client-route53resolver/src/commands/UpdateFirewallDomainsCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateFirewallDomainsCommand.ts @@ -17,6 +17,10 @@ import { UpdateFirewallDomainsRequest, UpdateFirewallDomainsResponse } from "../ import { de_UpdateFirewallDomainsCommand, se_UpdateFirewallDomainsCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/UpdateFirewallRuleCommand.ts b/clients/client-route53resolver/src/commands/UpdateFirewallRuleCommand.ts index 104fe8de8917f..9859f3a541393 100644 --- a/clients/client-route53resolver/src/commands/UpdateFirewallRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateFirewallRuleCommand.ts @@ -17,6 +17,10 @@ import { UpdateFirewallRuleRequest, UpdateFirewallRuleResponse } from "../models import { de_UpdateFirewallRuleCommand, se_UpdateFirewallRuleCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/UpdateFirewallRuleGroupAssociationCommand.ts b/clients/client-route53resolver/src/commands/UpdateFirewallRuleGroupAssociationCommand.ts index 01c9b7f182af3..bf8132fa35bca 100644 --- a/clients/client-route53resolver/src/commands/UpdateFirewallRuleGroupAssociationCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateFirewallRuleGroupAssociationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/UpdateResolverConfigCommand.ts b/clients/client-route53resolver/src/commands/UpdateResolverConfigCommand.ts index ca28374a72a23..bf5e9f9c34d78 100644 --- a/clients/client-route53resolver/src/commands/UpdateResolverConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateResolverConfigCommand.ts @@ -17,6 +17,10 @@ import { UpdateResolverConfigRequest, UpdateResolverConfigResponse } from "../mo import { de_UpdateResolverConfigCommand, se_UpdateResolverConfigCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/UpdateResolverDnssecConfigCommand.ts b/clients/client-route53resolver/src/commands/UpdateResolverDnssecConfigCommand.ts index 34842a9f09222..96e39b31df511 100644 --- a/clients/client-route53resolver/src/commands/UpdateResolverDnssecConfigCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateResolverDnssecConfigCommand.ts @@ -17,6 +17,10 @@ import { UpdateResolverDnssecConfigRequest, UpdateResolverDnssecConfigResponse } import { de_UpdateResolverDnssecConfigCommand, se_UpdateResolverDnssecConfigCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/UpdateResolverEndpointCommand.ts b/clients/client-route53resolver/src/commands/UpdateResolverEndpointCommand.ts index 2811c507ef89f..c2e7fb171f0ff 100644 --- a/clients/client-route53resolver/src/commands/UpdateResolverEndpointCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateResolverEndpointCommand.ts @@ -17,6 +17,10 @@ import { UpdateResolverEndpointRequest, UpdateResolverEndpointResponse } from ". import { de_UpdateResolverEndpointCommand, se_UpdateResolverEndpointCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/commands/UpdateResolverRuleCommand.ts b/clients/client-route53resolver/src/commands/UpdateResolverRuleCommand.ts index efcb7ec7dcc34..c39c840eeed37 100644 --- a/clients/client-route53resolver/src/commands/UpdateResolverRuleCommand.ts +++ b/clients/client-route53resolver/src/commands/UpdateResolverRuleCommand.ts @@ -17,6 +17,10 @@ import { UpdateResolverRuleRequest, UpdateResolverRuleResponse } from "../models import { de_UpdateResolverRuleCommand, se_UpdateResolverRuleCommand } from "../protocols/Aws_json1_1"; import { Route53ResolverClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../Route53ResolverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-route53resolver/src/index.ts b/clients/client-route53resolver/src/index.ts index 9e877990d8ef9..5b82f5eb36136 100644 --- a/clients/client-route53resolver/src/index.ts +++ b/clients/client-route53resolver/src/index.ts @@ -1,8 +1,40 @@ -export * from "./Route53Resolver"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC + * from Route 53 Resolver. By default, Resolver answers DNS queries for VPC domain names + * such as domain names for EC2 instances or Elastic Load Balancing load balancers. + * Resolver performs recursive lookups against public name servers for all other domain + * names.

+ *

You can also configure DNS resolution between your VPC and your network over a Direct Connect or VPN connection:

+ *

+ * Forward DNS queries from resolvers on your network to Route 53 Resolver + *

+ *

DNS resolvers on your network can forward DNS queries to Resolver in a specified VPC. This allows your DNS resolvers + * to easily resolve domain names for Amazon Web Services resources such as EC2 instances or records in a Route 53 private hosted zone. + * For more information, see + * How DNS Resolvers + * on Your Network Forward DNS Queries to Route 53 Resolver in the Amazon Route 53 Developer Guide.

+ *

+ * Conditionally forward queries from a VPC to resolvers on your network + *

+ *

You can configure Resolver to forward queries that it receives from EC2 instances in your VPCs to DNS resolvers on your network. + * To forward selected queries, you create Resolver rules that specify the domain names for the DNS queries that you want to forward + * (such as example.com), and the IP addresses of the DNS resolvers on your network that you want to forward the queries to. + * If a query matches multiple rules (example.com, acme.example.com), Resolver chooses the rule with the most specific match + * (acme.example.com) and forwards the query to the IP addresses that you specified in that rule. For more information, see + * How Route 53 Resolver + * Forwards DNS Queries from Your VPCs to Your Network in the Amazon Route 53 Developer Guide.

+ *

Like Amazon VPC, Resolver is Regional. In each Region where you have VPCs, you can choose + * whether to forward queries from your VPCs to your network (outbound queries), from your + * network to your VPCs (inbound queries), or both.

+ * + * @packageDocumentation + */ export * from "./Route53ResolverClient"; +export * from "./Route53Resolver"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { Route53ResolverServiceException } from "./models/Route53ResolverServiceException"; diff --git a/clients/client-route53resolver/src/models/Route53ResolverServiceException.ts b/clients/client-route53resolver/src/models/Route53ResolverServiceException.ts index 308a5bfa4b39e..cd1b2614427ec 100644 --- a/clients/client-route53resolver/src/models/Route53ResolverServiceException.ts +++ b/clients/client-route53resolver/src/models/Route53ResolverServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-rum/src/RUMClient.ts b/clients/client-rum/src/RUMClient.ts index 98694cb8f4217..07ce67c6b570c 100644 --- a/clients/client-rum/src/RUMClient.ts +++ b/clients/client-rum/src/RUMClient.ts @@ -100,6 +100,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -271,7 +273,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type RUMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type RUMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -290,7 +292,7 @@ export interface RUMClientConfig extends RUMClientConfigType {} /** * @public */ -type RUMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type RUMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-rum/src/commands/BatchCreateRumMetricDefinitionsCommand.ts b/clients/client-rum/src/commands/BatchCreateRumMetricDefinitionsCommand.ts index 87e3e4824b3fc..bb0e83bedf183 100644 --- a/clients/client-rum/src/commands/BatchCreateRumMetricDefinitionsCommand.ts +++ b/clients/client-rum/src/commands/BatchCreateRumMetricDefinitionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rum/src/commands/BatchDeleteRumMetricDefinitionsCommand.ts b/clients/client-rum/src/commands/BatchDeleteRumMetricDefinitionsCommand.ts index 49261f2b7924e..58e2417bcc24f 100644 --- a/clients/client-rum/src/commands/BatchDeleteRumMetricDefinitionsCommand.ts +++ b/clients/client-rum/src/commands/BatchDeleteRumMetricDefinitionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rum/src/commands/BatchGetRumMetricDefinitionsCommand.ts b/clients/client-rum/src/commands/BatchGetRumMetricDefinitionsCommand.ts index 4259f5bc47f3c..7546c6cf18aeb 100644 --- a/clients/client-rum/src/commands/BatchGetRumMetricDefinitionsCommand.ts +++ b/clients/client-rum/src/commands/BatchGetRumMetricDefinitionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rum/src/commands/CreateAppMonitorCommand.ts b/clients/client-rum/src/commands/CreateAppMonitorCommand.ts index 13baf6842f14f..25916a3f01655 100644 --- a/clients/client-rum/src/commands/CreateAppMonitorCommand.ts +++ b/clients/client-rum/src/commands/CreateAppMonitorCommand.ts @@ -17,6 +17,10 @@ import { CreateAppMonitorRequest, CreateAppMonitorResponse } from "../models/mod import { de_CreateAppMonitorCommand, se_CreateAppMonitorCommand } from "../protocols/Aws_restJson1"; import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rum/src/commands/DeleteAppMonitorCommand.ts b/clients/client-rum/src/commands/DeleteAppMonitorCommand.ts index 887f515a0532e..cbc0909905149 100644 --- a/clients/client-rum/src/commands/DeleteAppMonitorCommand.ts +++ b/clients/client-rum/src/commands/DeleteAppMonitorCommand.ts @@ -17,6 +17,10 @@ import { DeleteAppMonitorRequest, DeleteAppMonitorResponse } from "../models/mod import { de_DeleteAppMonitorCommand, se_DeleteAppMonitorCommand } from "../protocols/Aws_restJson1"; import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rum/src/commands/DeleteRumMetricsDestinationCommand.ts b/clients/client-rum/src/commands/DeleteRumMetricsDestinationCommand.ts index 77f4ea8800fb5..8ef211147cb15 100644 --- a/clients/client-rum/src/commands/DeleteRumMetricsDestinationCommand.ts +++ b/clients/client-rum/src/commands/DeleteRumMetricsDestinationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rum/src/commands/GetAppMonitorCommand.ts b/clients/client-rum/src/commands/GetAppMonitorCommand.ts index 20fa431af36ca..6f3575feae882 100644 --- a/clients/client-rum/src/commands/GetAppMonitorCommand.ts +++ b/clients/client-rum/src/commands/GetAppMonitorCommand.ts @@ -17,6 +17,10 @@ import { GetAppMonitorRequest, GetAppMonitorResponse } from "../models/models_0" import { de_GetAppMonitorCommand, se_GetAppMonitorCommand } from "../protocols/Aws_restJson1"; import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rum/src/commands/GetAppMonitorDataCommand.ts b/clients/client-rum/src/commands/GetAppMonitorDataCommand.ts index f890fc70277cd..4a1eeab00adc3 100644 --- a/clients/client-rum/src/commands/GetAppMonitorDataCommand.ts +++ b/clients/client-rum/src/commands/GetAppMonitorDataCommand.ts @@ -17,6 +17,10 @@ import { GetAppMonitorDataRequest, GetAppMonitorDataResponse } from "../models/m import { de_GetAppMonitorDataCommand, se_GetAppMonitorDataCommand } from "../protocols/Aws_restJson1"; import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rum/src/commands/ListAppMonitorsCommand.ts b/clients/client-rum/src/commands/ListAppMonitorsCommand.ts index a8c5925cfd861..ecf912ca3bfdc 100644 --- a/clients/client-rum/src/commands/ListAppMonitorsCommand.ts +++ b/clients/client-rum/src/commands/ListAppMonitorsCommand.ts @@ -17,6 +17,10 @@ import { ListAppMonitorsRequest, ListAppMonitorsResponse } from "../models/model import { de_ListAppMonitorsCommand, se_ListAppMonitorsCommand } from "../protocols/Aws_restJson1"; import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rum/src/commands/ListRumMetricsDestinationsCommand.ts b/clients/client-rum/src/commands/ListRumMetricsDestinationsCommand.ts index 325894d1353e0..0879d00929e07 100644 --- a/clients/client-rum/src/commands/ListRumMetricsDestinationsCommand.ts +++ b/clients/client-rum/src/commands/ListRumMetricsDestinationsCommand.ts @@ -17,6 +17,10 @@ import { ListRumMetricsDestinationsRequest, ListRumMetricsDestinationsResponse } import { de_ListRumMetricsDestinationsCommand, se_ListRumMetricsDestinationsCommand } from "../protocols/Aws_restJson1"; import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rum/src/commands/ListTagsForResourceCommand.ts b/clients/client-rum/src/commands/ListTagsForResourceCommand.ts index 52224787693a2..60db60326b0db 100644 --- a/clients/client-rum/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-rum/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rum/src/commands/PutRumEventsCommand.ts b/clients/client-rum/src/commands/PutRumEventsCommand.ts index fe1797bba9577..eedfa3b2703d6 100644 --- a/clients/client-rum/src/commands/PutRumEventsCommand.ts +++ b/clients/client-rum/src/commands/PutRumEventsCommand.ts @@ -17,6 +17,10 @@ import { PutRumEventsRequest, PutRumEventsResponse } from "../models/models_0"; import { de_PutRumEventsCommand, se_PutRumEventsCommand } from "../protocols/Aws_restJson1"; import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rum/src/commands/PutRumMetricsDestinationCommand.ts b/clients/client-rum/src/commands/PutRumMetricsDestinationCommand.ts index aca9c28d308f3..4189610ac1874 100644 --- a/clients/client-rum/src/commands/PutRumMetricsDestinationCommand.ts +++ b/clients/client-rum/src/commands/PutRumMetricsDestinationCommand.ts @@ -17,6 +17,10 @@ import { PutRumMetricsDestinationRequest, PutRumMetricsDestinationResponse } fro import { de_PutRumMetricsDestinationCommand, se_PutRumMetricsDestinationCommand } from "../protocols/Aws_restJson1"; import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rum/src/commands/TagResourceCommand.ts b/clients/client-rum/src/commands/TagResourceCommand.ts index a35c4263fd766..76557c1b3276a 100644 --- a/clients/client-rum/src/commands/TagResourceCommand.ts +++ b/clients/client-rum/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rum/src/commands/UntagResourceCommand.ts b/clients/client-rum/src/commands/UntagResourceCommand.ts index 1b48b641a5b7a..25b974a089171 100644 --- a/clients/client-rum/src/commands/UntagResourceCommand.ts +++ b/clients/client-rum/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rum/src/commands/UpdateAppMonitorCommand.ts b/clients/client-rum/src/commands/UpdateAppMonitorCommand.ts index 3cde0d3893674..6318b682257e9 100644 --- a/clients/client-rum/src/commands/UpdateAppMonitorCommand.ts +++ b/clients/client-rum/src/commands/UpdateAppMonitorCommand.ts @@ -17,6 +17,10 @@ import { UpdateAppMonitorRequest, UpdateAppMonitorResponse } from "../models/mod import { de_UpdateAppMonitorCommand, se_UpdateAppMonitorCommand } from "../protocols/Aws_restJson1"; import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rum/src/commands/UpdateRumMetricDefinitionCommand.ts b/clients/client-rum/src/commands/UpdateRumMetricDefinitionCommand.ts index d96f1ccdd7318..d2fd01bf0bf71 100644 --- a/clients/client-rum/src/commands/UpdateRumMetricDefinitionCommand.ts +++ b/clients/client-rum/src/commands/UpdateRumMetricDefinitionCommand.ts @@ -17,6 +17,10 @@ import { UpdateRumMetricDefinitionRequest, UpdateRumMetricDefinitionResponse } f import { de_UpdateRumMetricDefinitionCommand, se_UpdateRumMetricDefinitionCommand } from "../protocols/Aws_restJson1"; import { RUMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RUMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-rum/src/index.ts b/clients/client-rum/src/index.ts index c76f02ce236e2..5b4f0b3f33851 100644 --- a/clients/client-rum/src/index.ts +++ b/clients/client-rum/src/index.ts @@ -1,8 +1,21 @@ -export * from "./RUM"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

With Amazon CloudWatch RUM, you can perform real-user monitoring to collect client-side data about + * your web application performance from actual user sessions in real time. The data collected includes page load + * times, client-side errors, and user behavior. When you view this data, you can see it all aggregated together and + * also see breakdowns by the browsers and devices that your customers use.

+ *

You can use the collected data to quickly identify and debug client-side performance issues. CloudWatch + * RUM helps you visualize anomalies in your application performance and find relevant debugging data such as error + * messages, stack traces, and user sessions. You can also use RUM to + * understand the range of end-user impact including the number of users, geolocations, and browsers used.

+ * + * @packageDocumentation + */ export * from "./RUMClient"; +export * from "./RUM"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { RUMServiceException } from "./models/RUMServiceException"; diff --git a/clients/client-rum/src/models/RUMServiceException.ts b/clients/client-rum/src/models/RUMServiceException.ts index b861066a773b0..68652fda43528 100644 --- a/clients/client-rum/src/models/RUMServiceException.ts +++ b/clients/client-rum/src/models/RUMServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-s3-control/src/S3ControlClient.ts b/clients/client-s3-control/src/S3ControlClient.ts index da78823c43b79..c5960df4e1e07 100644 --- a/clients/client-s3-control/src/S3ControlClient.ts +++ b/clients/client-s3-control/src/S3ControlClient.ts @@ -263,6 +263,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -542,7 +544,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type S3ControlClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type S3ControlClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -562,7 +564,7 @@ export interface S3ControlClientConfig extends S3ControlClientConfigType {} /** * @public */ -type S3ControlClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type S3ControlClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-s3-control/src/commands/CreateAccessPointCommand.ts b/clients/client-s3-control/src/commands/CreateAccessPointCommand.ts index 4e9ba6452b406..c85659bd31c5b 100644 --- a/clients/client-s3-control/src/commands/CreateAccessPointCommand.ts +++ b/clients/client-s3-control/src/commands/CreateAccessPointCommand.ts @@ -18,6 +18,10 @@ import { CreateAccessPointRequest, CreateAccessPointResult } from "../models/mod import { de_CreateAccessPointCommand, se_CreateAccessPointCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/CreateAccessPointForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/CreateAccessPointForObjectLambdaCommand.ts index e7d4314928caa..f8af003a7469e 100644 --- a/clients/client-s3-control/src/commands/CreateAccessPointForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/CreateAccessPointForObjectLambdaCommand.ts @@ -21,6 +21,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/CreateBucketCommand.ts b/clients/client-s3-control/src/commands/CreateBucketCommand.ts index e82d54530eafc..475630191b02b 100644 --- a/clients/client-s3-control/src/commands/CreateBucketCommand.ts +++ b/clients/client-s3-control/src/commands/CreateBucketCommand.ts @@ -19,6 +19,10 @@ import { CreateBucketRequest, CreateBucketResult } from "../models/models_0"; import { de_CreateBucketCommand, se_CreateBucketCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/CreateJobCommand.ts b/clients/client-s3-control/src/commands/CreateJobCommand.ts index e0d4a63044d07..4beb1004b8af4 100644 --- a/clients/client-s3-control/src/commands/CreateJobCommand.ts +++ b/clients/client-s3-control/src/commands/CreateJobCommand.ts @@ -18,6 +18,10 @@ import { CreateJobRequest, CreateJobResult } from "../models/models_0"; import { de_CreateJobCommand, se_CreateJobCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/CreateMultiRegionAccessPointCommand.ts b/clients/client-s3-control/src/commands/CreateMultiRegionAccessPointCommand.ts index a4937bdce42af..e97582701130f 100644 --- a/clients/client-s3-control/src/commands/CreateMultiRegionAccessPointCommand.ts +++ b/clients/client-s3-control/src/commands/CreateMultiRegionAccessPointCommand.ts @@ -22,6 +22,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/DeleteAccessPointCommand.ts b/clients/client-s3-control/src/commands/DeleteAccessPointCommand.ts index 94f82da5b4010..1b181015d0603 100644 --- a/clients/client-s3-control/src/commands/DeleteAccessPointCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteAccessPointCommand.ts @@ -18,6 +18,10 @@ import { DeleteAccessPointRequest } from "../models/models_0"; import { de_DeleteAccessPointCommand, se_DeleteAccessPointCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/DeleteAccessPointForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/DeleteAccessPointForObjectLambdaCommand.ts index 7aa03855fc846..41bf8804ab9dc 100644 --- a/clients/client-s3-control/src/commands/DeleteAccessPointForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteAccessPointForObjectLambdaCommand.ts @@ -21,6 +21,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/DeleteAccessPointPolicyCommand.ts b/clients/client-s3-control/src/commands/DeleteAccessPointPolicyCommand.ts index 2a0b2effd5535..de300d8c09cd3 100644 --- a/clients/client-s3-control/src/commands/DeleteAccessPointPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteAccessPointPolicyCommand.ts @@ -18,6 +18,10 @@ import { DeleteAccessPointPolicyRequest } from "../models/models_0"; import { de_DeleteAccessPointPolicyCommand, se_DeleteAccessPointPolicyCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts index 6e35de2b43447..c25bec90bdd01 100644 --- a/clients/client-s3-control/src/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteAccessPointPolicyForObjectLambdaCommand.ts @@ -21,6 +21,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/DeleteBucketCommand.ts b/clients/client-s3-control/src/commands/DeleteBucketCommand.ts index 3cca3d3231f19..4c23ad2cb0eac 100644 --- a/clients/client-s3-control/src/commands/DeleteBucketCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteBucketCommand.ts @@ -18,6 +18,10 @@ import { DeleteBucketRequest } from "../models/models_0"; import { de_DeleteBucketCommand, se_DeleteBucketCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/DeleteBucketLifecycleConfigurationCommand.ts b/clients/client-s3-control/src/commands/DeleteBucketLifecycleConfigurationCommand.ts index 9f6fc35dc7d8c..a7704f6d2bfbb 100644 --- a/clients/client-s3-control/src/commands/DeleteBucketLifecycleConfigurationCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteBucketLifecycleConfigurationCommand.ts @@ -21,6 +21,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/DeleteBucketPolicyCommand.ts b/clients/client-s3-control/src/commands/DeleteBucketPolicyCommand.ts index 57deacf5b9f1d..15e4d9f2c9da8 100644 --- a/clients/client-s3-control/src/commands/DeleteBucketPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteBucketPolicyCommand.ts @@ -18,6 +18,10 @@ import { DeleteBucketPolicyRequest } from "../models/models_0"; import { de_DeleteBucketPolicyCommand, se_DeleteBucketPolicyCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/DeleteBucketReplicationCommand.ts b/clients/client-s3-control/src/commands/DeleteBucketReplicationCommand.ts index b594084cf1ea7..f4129e9037c09 100644 --- a/clients/client-s3-control/src/commands/DeleteBucketReplicationCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteBucketReplicationCommand.ts @@ -18,6 +18,10 @@ import { DeleteBucketReplicationRequest } from "../models/models_0"; import { de_DeleteBucketReplicationCommand, se_DeleteBucketReplicationCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/DeleteBucketTaggingCommand.ts b/clients/client-s3-control/src/commands/DeleteBucketTaggingCommand.ts index 98cbc6a272824..3289828ed6087 100644 --- a/clients/client-s3-control/src/commands/DeleteBucketTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteBucketTaggingCommand.ts @@ -18,6 +18,10 @@ import { DeleteBucketTaggingRequest } from "../models/models_0"; import { de_DeleteBucketTaggingCommand, se_DeleteBucketTaggingCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/DeleteJobTaggingCommand.ts b/clients/client-s3-control/src/commands/DeleteJobTaggingCommand.ts index 4925ca103d790..95d4bfaa73d80 100644 --- a/clients/client-s3-control/src/commands/DeleteJobTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteJobTaggingCommand.ts @@ -18,6 +18,10 @@ import { DeleteJobTaggingRequest, DeleteJobTaggingResult } from "../models/model import { de_DeleteJobTaggingCommand, se_DeleteJobTaggingCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/DeleteMultiRegionAccessPointCommand.ts b/clients/client-s3-control/src/commands/DeleteMultiRegionAccessPointCommand.ts index 315736d08ad16..03fb63a38d6c7 100644 --- a/clients/client-s3-control/src/commands/DeleteMultiRegionAccessPointCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteMultiRegionAccessPointCommand.ts @@ -22,6 +22,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/DeletePublicAccessBlockCommand.ts b/clients/client-s3-control/src/commands/DeletePublicAccessBlockCommand.ts index 3f50c9d5caa5f..8e95374ca8c0c 100644 --- a/clients/client-s3-control/src/commands/DeletePublicAccessBlockCommand.ts +++ b/clients/client-s3-control/src/commands/DeletePublicAccessBlockCommand.ts @@ -18,6 +18,10 @@ import { DeletePublicAccessBlockRequest } from "../models/models_0"; import { de_DeletePublicAccessBlockCommand, se_DeletePublicAccessBlockCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationCommand.ts b/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationCommand.ts index a5c823b3994ae..68714685a9dc5 100644 --- a/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationCommand.ts @@ -21,6 +21,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationTaggingCommand.ts b/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationTaggingCommand.ts index 588c7d94e963f..0d843cce5ae81 100644 --- a/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/DeleteStorageLensConfigurationTaggingCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/DescribeJobCommand.ts b/clients/client-s3-control/src/commands/DescribeJobCommand.ts index 210cfc0688b4d..8acf6cf0205da 100644 --- a/clients/client-s3-control/src/commands/DescribeJobCommand.ts +++ b/clients/client-s3-control/src/commands/DescribeJobCommand.ts @@ -18,6 +18,10 @@ import { DescribeJobRequest, DescribeJobResult } from "../models/models_0"; import { de_DescribeJobCommand, se_DescribeJobCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/DescribeMultiRegionAccessPointOperationCommand.ts b/clients/client-s3-control/src/commands/DescribeMultiRegionAccessPointOperationCommand.ts index ed08130dcbe21..ab6f98a00958c 100644 --- a/clients/client-s3-control/src/commands/DescribeMultiRegionAccessPointOperationCommand.ts +++ b/clients/client-s3-control/src/commands/DescribeMultiRegionAccessPointOperationCommand.ts @@ -25,6 +25,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/GetAccessPointCommand.ts b/clients/client-s3-control/src/commands/GetAccessPointCommand.ts index e2dd2b20f37f5..8e675886013ed 100644 --- a/clients/client-s3-control/src/commands/GetAccessPointCommand.ts +++ b/clients/client-s3-control/src/commands/GetAccessPointCommand.ts @@ -18,6 +18,10 @@ import { GetAccessPointRequest, GetAccessPointResult } from "../models/models_0" import { de_GetAccessPointCommand, se_GetAccessPointCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts index 3719f79b0665c..577c549cd21b5 100644 --- a/clients/client-s3-control/src/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/GetAccessPointConfigurationForObjectLambdaCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/GetAccessPointForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/GetAccessPointForObjectLambdaCommand.ts index 5c758e0afd467..721c8614e96d5 100644 --- a/clients/client-s3-control/src/commands/GetAccessPointForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/GetAccessPointForObjectLambdaCommand.ts @@ -21,6 +21,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/GetAccessPointPolicyCommand.ts b/clients/client-s3-control/src/commands/GetAccessPointPolicyCommand.ts index 5da218ee11cbb..04e745f8315b6 100644 --- a/clients/client-s3-control/src/commands/GetAccessPointPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/GetAccessPointPolicyCommand.ts @@ -18,6 +18,10 @@ import { GetAccessPointPolicyRequest, GetAccessPointPolicyResult } from "../mode import { de_GetAccessPointPolicyCommand, se_GetAccessPointPolicyCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/GetAccessPointPolicyForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/GetAccessPointPolicyForObjectLambdaCommand.ts index 86e97bf535809..9d59d02a83a56 100644 --- a/clients/client-s3-control/src/commands/GetAccessPointPolicyForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/GetAccessPointPolicyForObjectLambdaCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusCommand.ts b/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusCommand.ts index 5fdf2882d7590..3668ba5b21b75 100644 --- a/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusCommand.ts +++ b/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusCommand.ts @@ -18,6 +18,10 @@ import { GetAccessPointPolicyStatusRequest, GetAccessPointPolicyStatusResult } f import { de_GetAccessPointPolicyStatusCommand, se_GetAccessPointPolicyStatusCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts index 9d88d9142bb5a..109c1a3059906 100644 --- a/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/GetBucketCommand.ts b/clients/client-s3-control/src/commands/GetBucketCommand.ts index 0909142c197e7..070f3cec8d3dc 100644 --- a/clients/client-s3-control/src/commands/GetBucketCommand.ts +++ b/clients/client-s3-control/src/commands/GetBucketCommand.ts @@ -18,6 +18,10 @@ import { GetBucketRequest, GetBucketResult } from "../models/models_0"; import { de_GetBucketCommand, se_GetBucketCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/GetBucketLifecycleConfigurationCommand.ts b/clients/client-s3-control/src/commands/GetBucketLifecycleConfigurationCommand.ts index 63773249d651a..498239c45e8e4 100644 --- a/clients/client-s3-control/src/commands/GetBucketLifecycleConfigurationCommand.ts +++ b/clients/client-s3-control/src/commands/GetBucketLifecycleConfigurationCommand.ts @@ -21,6 +21,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/GetBucketPolicyCommand.ts b/clients/client-s3-control/src/commands/GetBucketPolicyCommand.ts index 7528afed6d3c3..dd3408e16245b 100644 --- a/clients/client-s3-control/src/commands/GetBucketPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/GetBucketPolicyCommand.ts @@ -18,6 +18,10 @@ import { GetBucketPolicyRequest, GetBucketPolicyResult } from "../models/models_ import { de_GetBucketPolicyCommand, se_GetBucketPolicyCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/GetBucketReplicationCommand.ts b/clients/client-s3-control/src/commands/GetBucketReplicationCommand.ts index e21ca72663fb8..e8b4da5eb68fa 100644 --- a/clients/client-s3-control/src/commands/GetBucketReplicationCommand.ts +++ b/clients/client-s3-control/src/commands/GetBucketReplicationCommand.ts @@ -18,6 +18,10 @@ import { GetBucketReplicationRequest, GetBucketReplicationResult } from "../mode import { de_GetBucketReplicationCommand, se_GetBucketReplicationCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/GetBucketTaggingCommand.ts b/clients/client-s3-control/src/commands/GetBucketTaggingCommand.ts index 821b2c6076e21..710fcaae93596 100644 --- a/clients/client-s3-control/src/commands/GetBucketTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/GetBucketTaggingCommand.ts @@ -18,6 +18,10 @@ import { GetBucketTaggingRequest, GetBucketTaggingResult } from "../models/model import { de_GetBucketTaggingCommand, se_GetBucketTaggingCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/GetBucketVersioningCommand.ts b/clients/client-s3-control/src/commands/GetBucketVersioningCommand.ts index c46716adb7da6..2891debf76a75 100644 --- a/clients/client-s3-control/src/commands/GetBucketVersioningCommand.ts +++ b/clients/client-s3-control/src/commands/GetBucketVersioningCommand.ts @@ -18,6 +18,10 @@ import { GetBucketVersioningRequest, GetBucketVersioningResult } from "../models import { de_GetBucketVersioningCommand, se_GetBucketVersioningCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/GetJobTaggingCommand.ts b/clients/client-s3-control/src/commands/GetJobTaggingCommand.ts index 5101b5efeae68..12085b9bbad45 100644 --- a/clients/client-s3-control/src/commands/GetJobTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/GetJobTaggingCommand.ts @@ -18,6 +18,10 @@ import { GetJobTaggingRequest, GetJobTaggingResult } from "../models/models_0"; import { de_GetJobTaggingCommand, se_GetJobTaggingCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointCommand.ts b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointCommand.ts index 2683c1e762115..75de190f30321 100644 --- a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointCommand.ts +++ b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointCommand.ts @@ -19,6 +19,10 @@ import { GetMultiRegionAccessPointRequest, GetMultiRegionAccessPointResult } fro import { de_GetMultiRegionAccessPointCommand, se_GetMultiRegionAccessPointCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyCommand.ts b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyCommand.ts index 20e593b42f3b5..f6d31b354d470 100644 --- a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyCommand.ts @@ -22,6 +22,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts index 7106b8166dd05..f981b281c8f87 100644 --- a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts +++ b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointPolicyStatusCommand.ts @@ -25,6 +25,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointRoutesCommand.ts b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointRoutesCommand.ts index 806aa14b94f11..9922150027fc5 100644 --- a/clients/client-s3-control/src/commands/GetMultiRegionAccessPointRoutesCommand.ts +++ b/clients/client-s3-control/src/commands/GetMultiRegionAccessPointRoutesCommand.ts @@ -22,6 +22,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/GetPublicAccessBlockCommand.ts b/clients/client-s3-control/src/commands/GetPublicAccessBlockCommand.ts index 6786236836307..ffcdbe78571b3 100644 --- a/clients/client-s3-control/src/commands/GetPublicAccessBlockCommand.ts +++ b/clients/client-s3-control/src/commands/GetPublicAccessBlockCommand.ts @@ -18,6 +18,10 @@ import { GetPublicAccessBlockOutput, GetPublicAccessBlockRequest } from "../mode import { de_GetPublicAccessBlockCommand, se_GetPublicAccessBlockCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/GetStorageLensConfigurationCommand.ts b/clients/client-s3-control/src/commands/GetStorageLensConfigurationCommand.ts index 3a70b17b4e386..e27e44bba3b85 100644 --- a/clients/client-s3-control/src/commands/GetStorageLensConfigurationCommand.ts +++ b/clients/client-s3-control/src/commands/GetStorageLensConfigurationCommand.ts @@ -18,6 +18,10 @@ import { GetStorageLensConfigurationRequest, GetStorageLensConfigurationResult } import { de_GetStorageLensConfigurationCommand, se_GetStorageLensConfigurationCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/GetStorageLensConfigurationTaggingCommand.ts b/clients/client-s3-control/src/commands/GetStorageLensConfigurationTaggingCommand.ts index 5412e02a0cb38..3d803133ec4bc 100644 --- a/clients/client-s3-control/src/commands/GetStorageLensConfigurationTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/GetStorageLensConfigurationTaggingCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/ListAccessPointsCommand.ts b/clients/client-s3-control/src/commands/ListAccessPointsCommand.ts index 96afb42144094..286ec78113dec 100644 --- a/clients/client-s3-control/src/commands/ListAccessPointsCommand.ts +++ b/clients/client-s3-control/src/commands/ListAccessPointsCommand.ts @@ -18,6 +18,10 @@ import { ListAccessPointsRequest, ListAccessPointsResult } from "../models/model import { de_ListAccessPointsCommand, se_ListAccessPointsCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/ListAccessPointsForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/ListAccessPointsForObjectLambdaCommand.ts index 17adcb6ee13bf..f19ddc4f48f9c 100644 --- a/clients/client-s3-control/src/commands/ListAccessPointsForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/ListAccessPointsForObjectLambdaCommand.ts @@ -21,6 +21,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/ListJobsCommand.ts b/clients/client-s3-control/src/commands/ListJobsCommand.ts index 12ed68452dcbb..6e223ac4d0da0 100644 --- a/clients/client-s3-control/src/commands/ListJobsCommand.ts +++ b/clients/client-s3-control/src/commands/ListJobsCommand.ts @@ -18,6 +18,10 @@ import { ListJobsRequest, ListJobsResult } from "../models/models_0"; import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/ListMultiRegionAccessPointsCommand.ts b/clients/client-s3-control/src/commands/ListMultiRegionAccessPointsCommand.ts index 96f8859e8a7bc..09b1dca394c2b 100644 --- a/clients/client-s3-control/src/commands/ListMultiRegionAccessPointsCommand.ts +++ b/clients/client-s3-control/src/commands/ListMultiRegionAccessPointsCommand.ts @@ -19,6 +19,10 @@ import { ListMultiRegionAccessPointsRequest, ListMultiRegionAccessPointsResult } import { de_ListMultiRegionAccessPointsCommand, se_ListMultiRegionAccessPointsCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/ListRegionalBucketsCommand.ts b/clients/client-s3-control/src/commands/ListRegionalBucketsCommand.ts index 76025f5a5e391..6bcfcbae93b6f 100644 --- a/clients/client-s3-control/src/commands/ListRegionalBucketsCommand.ts +++ b/clients/client-s3-control/src/commands/ListRegionalBucketsCommand.ts @@ -18,6 +18,10 @@ import { ListRegionalBucketsRequest, ListRegionalBucketsResult } from "../models import { de_ListRegionalBucketsCommand, se_ListRegionalBucketsCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/ListStorageLensConfigurationsCommand.ts b/clients/client-s3-control/src/commands/ListStorageLensConfigurationsCommand.ts index c9e63a38f2eb7..22983a8cd03dd 100644 --- a/clients/client-s3-control/src/commands/ListStorageLensConfigurationsCommand.ts +++ b/clients/client-s3-control/src/commands/ListStorageLensConfigurationsCommand.ts @@ -21,6 +21,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts index 72822f80ae8da..0ef2a5acf5e35 100644 --- a/clients/client-s3-control/src/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/PutAccessPointConfigurationForObjectLambdaCommand.ts @@ -21,6 +21,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/PutAccessPointPolicyCommand.ts b/clients/client-s3-control/src/commands/PutAccessPointPolicyCommand.ts index 2d04ddb5c0efa..6c71eb8b5df40 100644 --- a/clients/client-s3-control/src/commands/PutAccessPointPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/PutAccessPointPolicyCommand.ts @@ -18,6 +18,10 @@ import { PutAccessPointPolicyRequest } from "../models/models_0"; import { de_PutAccessPointPolicyCommand, se_PutAccessPointPolicyCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/PutAccessPointPolicyForObjectLambdaCommand.ts b/clients/client-s3-control/src/commands/PutAccessPointPolicyForObjectLambdaCommand.ts index a5042b61fea4f..b8d285b6173a5 100644 --- a/clients/client-s3-control/src/commands/PutAccessPointPolicyForObjectLambdaCommand.ts +++ b/clients/client-s3-control/src/commands/PutAccessPointPolicyForObjectLambdaCommand.ts @@ -21,6 +21,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/PutBucketLifecycleConfigurationCommand.ts b/clients/client-s3-control/src/commands/PutBucketLifecycleConfigurationCommand.ts index 4e9ba74654c44..541751f1a71d0 100644 --- a/clients/client-s3-control/src/commands/PutBucketLifecycleConfigurationCommand.ts +++ b/clients/client-s3-control/src/commands/PutBucketLifecycleConfigurationCommand.ts @@ -22,6 +22,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/PutBucketPolicyCommand.ts b/clients/client-s3-control/src/commands/PutBucketPolicyCommand.ts index 4f0bd9de3b338..dc4e3c1dee914 100644 --- a/clients/client-s3-control/src/commands/PutBucketPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/PutBucketPolicyCommand.ts @@ -19,6 +19,10 @@ import { PutBucketPolicyRequest } from "../models/models_0"; import { de_PutBucketPolicyCommand, se_PutBucketPolicyCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/PutBucketReplicationCommand.ts b/clients/client-s3-control/src/commands/PutBucketReplicationCommand.ts index d657645639f9e..938426d12b96e 100644 --- a/clients/client-s3-control/src/commands/PutBucketReplicationCommand.ts +++ b/clients/client-s3-control/src/commands/PutBucketReplicationCommand.ts @@ -19,6 +19,10 @@ import { PutBucketReplicationRequest } from "../models/models_0"; import { de_PutBucketReplicationCommand, se_PutBucketReplicationCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/PutBucketTaggingCommand.ts b/clients/client-s3-control/src/commands/PutBucketTaggingCommand.ts index 73ef7aa735923..a72e5cc671890 100644 --- a/clients/client-s3-control/src/commands/PutBucketTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/PutBucketTaggingCommand.ts @@ -19,6 +19,10 @@ import { PutBucketTaggingRequest } from "../models/models_0"; import { de_PutBucketTaggingCommand, se_PutBucketTaggingCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/PutBucketVersioningCommand.ts b/clients/client-s3-control/src/commands/PutBucketVersioningCommand.ts index 3b06c1dd40564..5b9642c0a0506 100644 --- a/clients/client-s3-control/src/commands/PutBucketVersioningCommand.ts +++ b/clients/client-s3-control/src/commands/PutBucketVersioningCommand.ts @@ -19,6 +19,10 @@ import { PutBucketVersioningRequest } from "../models/models_0"; import { de_PutBucketVersioningCommand, se_PutBucketVersioningCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/PutJobTaggingCommand.ts b/clients/client-s3-control/src/commands/PutJobTaggingCommand.ts index 34202c07c31a6..5a99f307f8c6a 100644 --- a/clients/client-s3-control/src/commands/PutJobTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/PutJobTaggingCommand.ts @@ -18,6 +18,10 @@ import { PutJobTaggingRequest, PutJobTaggingResult } from "../models/models_0"; import { de_PutJobTaggingCommand, se_PutJobTaggingCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/PutMultiRegionAccessPointPolicyCommand.ts b/clients/client-s3-control/src/commands/PutMultiRegionAccessPointPolicyCommand.ts index 677a0dcfd452f..ce106065443e5 100644 --- a/clients/client-s3-control/src/commands/PutMultiRegionAccessPointPolicyCommand.ts +++ b/clients/client-s3-control/src/commands/PutMultiRegionAccessPointPolicyCommand.ts @@ -22,6 +22,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/PutPublicAccessBlockCommand.ts b/clients/client-s3-control/src/commands/PutPublicAccessBlockCommand.ts index 09367711e7b08..1f6a54fc9ae09 100644 --- a/clients/client-s3-control/src/commands/PutPublicAccessBlockCommand.ts +++ b/clients/client-s3-control/src/commands/PutPublicAccessBlockCommand.ts @@ -18,6 +18,10 @@ import { PutPublicAccessBlockRequest } from "../models/models_0"; import { de_PutPublicAccessBlockCommand, se_PutPublicAccessBlockCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/PutStorageLensConfigurationCommand.ts b/clients/client-s3-control/src/commands/PutStorageLensConfigurationCommand.ts index a9c5d5861977b..e3bbba011e362 100644 --- a/clients/client-s3-control/src/commands/PutStorageLensConfigurationCommand.ts +++ b/clients/client-s3-control/src/commands/PutStorageLensConfigurationCommand.ts @@ -18,6 +18,10 @@ import { PutStorageLensConfigurationRequest } from "../models/models_0"; import { de_PutStorageLensConfigurationCommand, se_PutStorageLensConfigurationCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/PutStorageLensConfigurationTaggingCommand.ts b/clients/client-s3-control/src/commands/PutStorageLensConfigurationTaggingCommand.ts index 90270f3f7c48b..1e75e469d3df5 100644 --- a/clients/client-s3-control/src/commands/PutStorageLensConfigurationTaggingCommand.ts +++ b/clients/client-s3-control/src/commands/PutStorageLensConfigurationTaggingCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/SubmitMultiRegionAccessPointRoutesCommand.ts b/clients/client-s3-control/src/commands/SubmitMultiRegionAccessPointRoutesCommand.ts index fa07d8bec043c..baf8e2b7a01f5 100644 --- a/clients/client-s3-control/src/commands/SubmitMultiRegionAccessPointRoutesCommand.ts +++ b/clients/client-s3-control/src/commands/SubmitMultiRegionAccessPointRoutesCommand.ts @@ -25,6 +25,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/UpdateJobPriorityCommand.ts b/clients/client-s3-control/src/commands/UpdateJobPriorityCommand.ts index 8f9cb455802f2..0ad83248eed87 100644 --- a/clients/client-s3-control/src/commands/UpdateJobPriorityCommand.ts +++ b/clients/client-s3-control/src/commands/UpdateJobPriorityCommand.ts @@ -18,6 +18,10 @@ import { UpdateJobPriorityRequest, UpdateJobPriorityResult } from "../models/mod import { de_UpdateJobPriorityCommand, se_UpdateJobPriorityCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/commands/UpdateJobStatusCommand.ts b/clients/client-s3-control/src/commands/UpdateJobStatusCommand.ts index cf2a89b907b90..e3cffdd185483 100644 --- a/clients/client-s3-control/src/commands/UpdateJobStatusCommand.ts +++ b/clients/client-s3-control/src/commands/UpdateJobStatusCommand.ts @@ -18,6 +18,10 @@ import { UpdateJobStatusRequest, UpdateJobStatusResult } from "../models/models_ import { de_UpdateJobStatusCommand, se_UpdateJobStatusCommand } from "../protocols/Aws_restXml"; import { S3ControlClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3ControlClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3-control/src/index.ts b/clients/client-s3-control/src/index.ts index e1b04393fcb0e..f78f5dcd34584 100644 --- a/clients/client-s3-control/src/index.ts +++ b/clients/client-s3-control/src/index.ts @@ -1,8 +1,14 @@ -export * from "./S3Control"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.

+ * + * @packageDocumentation + */ export * from "./S3ControlClient"; +export * from "./S3Control"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { S3ControlServiceException } from "./models/S3ControlServiceException"; diff --git a/clients/client-s3-control/src/models/S3ControlServiceException.ts b/clients/client-s3-control/src/models/S3ControlServiceException.ts index d082fd527cded..8d2fb539b6d14 100644 --- a/clients/client-s3-control/src/models/S3ControlServiceException.ts +++ b/clients/client-s3-control/src/models/S3ControlServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-s3/src/S3Client.ts b/clients/client-s3/src/S3Client.ts index 0df16d1e8e8ab..87affb9635aa4 100644 --- a/clients/client-s3/src/S3Client.ts +++ b/clients/client-s3/src/S3Client.ts @@ -325,6 +325,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -695,7 +697,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type S3ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type S3ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -716,7 +718,7 @@ export interface S3ClientConfig extends S3ClientConfigType {} /** * @public */ -type S3ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type S3ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-s3/src/commands/AbortMultipartUploadCommand.ts b/clients/client-s3/src/commands/AbortMultipartUploadCommand.ts index 9055b3528a11c..35c0c3a9f7aad 100644 --- a/clients/client-s3/src/commands/AbortMultipartUploadCommand.ts +++ b/clients/client-s3/src/commands/AbortMultipartUploadCommand.ts @@ -17,6 +17,10 @@ import { AbortMultipartUploadOutput, AbortMultipartUploadRequest } from "../mode import { de_AbortMultipartUploadCommand, se_AbortMultipartUploadCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/CompleteMultipartUploadCommand.ts b/clients/client-s3/src/commands/CompleteMultipartUploadCommand.ts index ac70b6b2720c5..346c454b9650d 100644 --- a/clients/client-s3/src/commands/CompleteMultipartUploadCommand.ts +++ b/clients/client-s3/src/commands/CompleteMultipartUploadCommand.ts @@ -24,6 +24,10 @@ import { import { de_CompleteMultipartUploadCommand, se_CompleteMultipartUploadCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/CopyObjectCommand.ts b/clients/client-s3/src/commands/CopyObjectCommand.ts index f0cb2edef0146..768be5f5a9d06 100644 --- a/clients/client-s3/src/commands/CopyObjectCommand.ts +++ b/clients/client-s3/src/commands/CopyObjectCommand.ts @@ -24,6 +24,10 @@ import { import { de_CopyObjectCommand, se_CopyObjectCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/CreateBucketCommand.ts b/clients/client-s3/src/commands/CreateBucketCommand.ts index 506fd0bec456f..393a99928003b 100644 --- a/clients/client-s3/src/commands/CreateBucketCommand.ts +++ b/clients/client-s3/src/commands/CreateBucketCommand.ts @@ -18,6 +18,10 @@ import { CreateBucketOutput, CreateBucketRequest } from "../models/models_0"; import { de_CreateBucketCommand, se_CreateBucketCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/CreateMultipartUploadCommand.ts b/clients/client-s3/src/commands/CreateMultipartUploadCommand.ts index 06a08f9e55e7e..eae4117abc2c7 100644 --- a/clients/client-s3/src/commands/CreateMultipartUploadCommand.ts +++ b/clients/client-s3/src/commands/CreateMultipartUploadCommand.ts @@ -23,6 +23,10 @@ import { import { de_CreateMultipartUploadCommand, se_CreateMultipartUploadCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/DeleteBucketAnalyticsConfigurationCommand.ts b/clients/client-s3/src/commands/DeleteBucketAnalyticsConfigurationCommand.ts index 72c66d13eb417..19b4e11c7d2d3 100644 --- a/clients/client-s3/src/commands/DeleteBucketAnalyticsConfigurationCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketAnalyticsConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/DeleteBucketCommand.ts b/clients/client-s3/src/commands/DeleteBucketCommand.ts index 036dd9dcf238e..0a00e749a94e6 100644 --- a/clients/client-s3/src/commands/DeleteBucketCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketCommand.ts @@ -17,6 +17,10 @@ import { DeleteBucketRequest } from "../models/models_0"; import { de_DeleteBucketCommand, se_DeleteBucketCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/DeleteBucketCorsCommand.ts b/clients/client-s3/src/commands/DeleteBucketCorsCommand.ts index 9b3226f68e0e7..06b876e25afb7 100644 --- a/clients/client-s3/src/commands/DeleteBucketCorsCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketCorsCommand.ts @@ -17,6 +17,10 @@ import { DeleteBucketCorsRequest } from "../models/models_0"; import { de_DeleteBucketCorsCommand, se_DeleteBucketCorsCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/DeleteBucketEncryptionCommand.ts b/clients/client-s3/src/commands/DeleteBucketEncryptionCommand.ts index 09e4f4ba43923..0e167167ab247 100644 --- a/clients/client-s3/src/commands/DeleteBucketEncryptionCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketEncryptionCommand.ts @@ -17,6 +17,10 @@ import { DeleteBucketEncryptionRequest } from "../models/models_0"; import { de_DeleteBucketEncryptionCommand, se_DeleteBucketEncryptionCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/DeleteBucketIntelligentTieringConfigurationCommand.ts b/clients/client-s3/src/commands/DeleteBucketIntelligentTieringConfigurationCommand.ts index b74d992feb4c2..706314f3f07ab 100644 --- a/clients/client-s3/src/commands/DeleteBucketIntelligentTieringConfigurationCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketIntelligentTieringConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/DeleteBucketInventoryConfigurationCommand.ts b/clients/client-s3/src/commands/DeleteBucketInventoryConfigurationCommand.ts index b823068aa57a4..f302c5f41fc55 100644 --- a/clients/client-s3/src/commands/DeleteBucketInventoryConfigurationCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketInventoryConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/DeleteBucketLifecycleCommand.ts b/clients/client-s3/src/commands/DeleteBucketLifecycleCommand.ts index 65e5abe5fb035..dec72ae859107 100644 --- a/clients/client-s3/src/commands/DeleteBucketLifecycleCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketLifecycleCommand.ts @@ -17,6 +17,10 @@ import { DeleteBucketLifecycleRequest } from "../models/models_0"; import { de_DeleteBucketLifecycleCommand, se_DeleteBucketLifecycleCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/DeleteBucketMetricsConfigurationCommand.ts b/clients/client-s3/src/commands/DeleteBucketMetricsConfigurationCommand.ts index 67aab6641685f..16e31c7ea1a05 100644 --- a/clients/client-s3/src/commands/DeleteBucketMetricsConfigurationCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketMetricsConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/DeleteBucketOwnershipControlsCommand.ts b/clients/client-s3/src/commands/DeleteBucketOwnershipControlsCommand.ts index 926df74b7cda6..7297ac419d627 100644 --- a/clients/client-s3/src/commands/DeleteBucketOwnershipControlsCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketOwnershipControlsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/DeleteBucketPolicyCommand.ts b/clients/client-s3/src/commands/DeleteBucketPolicyCommand.ts index 8640ff4169a5d..776bd23b57116 100644 --- a/clients/client-s3/src/commands/DeleteBucketPolicyCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketPolicyCommand.ts @@ -17,6 +17,10 @@ import { DeleteBucketPolicyRequest } from "../models/models_0"; import { de_DeleteBucketPolicyCommand, se_DeleteBucketPolicyCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/DeleteBucketReplicationCommand.ts b/clients/client-s3/src/commands/DeleteBucketReplicationCommand.ts index ad587ef91eaad..b1428705cb4b1 100644 --- a/clients/client-s3/src/commands/DeleteBucketReplicationCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketReplicationCommand.ts @@ -17,6 +17,10 @@ import { DeleteBucketReplicationRequest } from "../models/models_0"; import { de_DeleteBucketReplicationCommand, se_DeleteBucketReplicationCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/DeleteBucketTaggingCommand.ts b/clients/client-s3/src/commands/DeleteBucketTaggingCommand.ts index bfef8021a5120..d9b600f6fc584 100644 --- a/clients/client-s3/src/commands/DeleteBucketTaggingCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketTaggingCommand.ts @@ -17,6 +17,10 @@ import { DeleteBucketTaggingRequest } from "../models/models_0"; import { de_DeleteBucketTaggingCommand, se_DeleteBucketTaggingCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/DeleteBucketWebsiteCommand.ts b/clients/client-s3/src/commands/DeleteBucketWebsiteCommand.ts index 0d62695021ddf..c51ad306a0f1b 100644 --- a/clients/client-s3/src/commands/DeleteBucketWebsiteCommand.ts +++ b/clients/client-s3/src/commands/DeleteBucketWebsiteCommand.ts @@ -17,6 +17,10 @@ import { DeleteBucketWebsiteRequest } from "../models/models_0"; import { de_DeleteBucketWebsiteCommand, se_DeleteBucketWebsiteCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/DeleteObjectCommand.ts b/clients/client-s3/src/commands/DeleteObjectCommand.ts index 05d4bea5462a3..23562c511fe94 100644 --- a/clients/client-s3/src/commands/DeleteObjectCommand.ts +++ b/clients/client-s3/src/commands/DeleteObjectCommand.ts @@ -17,6 +17,10 @@ import { DeleteObjectOutput, DeleteObjectRequest } from "../models/models_0"; import { de_DeleteObjectCommand, se_DeleteObjectCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/DeleteObjectTaggingCommand.ts b/clients/client-s3/src/commands/DeleteObjectTaggingCommand.ts index f4e2ad99382f6..8c09e526c31ba 100644 --- a/clients/client-s3/src/commands/DeleteObjectTaggingCommand.ts +++ b/clients/client-s3/src/commands/DeleteObjectTaggingCommand.ts @@ -17,6 +17,10 @@ import { DeleteObjectTaggingOutput, DeleteObjectTaggingRequest } from "../models import { de_DeleteObjectTaggingCommand, se_DeleteObjectTaggingCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/DeleteObjectsCommand.ts b/clients/client-s3/src/commands/DeleteObjectsCommand.ts index 3a98987f93dc3..346bac2443910 100644 --- a/clients/client-s3/src/commands/DeleteObjectsCommand.ts +++ b/clients/client-s3/src/commands/DeleteObjectsCommand.ts @@ -18,6 +18,10 @@ import { DeleteObjectsOutput, DeleteObjectsRequest } from "../models/models_0"; import { de_DeleteObjectsCommand, se_DeleteObjectsCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/DeletePublicAccessBlockCommand.ts b/clients/client-s3/src/commands/DeletePublicAccessBlockCommand.ts index fdf034b4f302b..7181fdef2db13 100644 --- a/clients/client-s3/src/commands/DeletePublicAccessBlockCommand.ts +++ b/clients/client-s3/src/commands/DeletePublicAccessBlockCommand.ts @@ -17,6 +17,10 @@ import { DeletePublicAccessBlockRequest } from "../models/models_0"; import { de_DeletePublicAccessBlockCommand, se_DeletePublicAccessBlockCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetBucketAccelerateConfigurationCommand.ts b/clients/client-s3/src/commands/GetBucketAccelerateConfigurationCommand.ts index 28784ef376bec..0e374947bc5d2 100644 --- a/clients/client-s3/src/commands/GetBucketAccelerateConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketAccelerateConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetBucketAclCommand.ts b/clients/client-s3/src/commands/GetBucketAclCommand.ts index f128fa9e3b6e8..212d62adf759b 100644 --- a/clients/client-s3/src/commands/GetBucketAclCommand.ts +++ b/clients/client-s3/src/commands/GetBucketAclCommand.ts @@ -17,6 +17,10 @@ import { GetBucketAclOutput, GetBucketAclRequest } from "../models/models_0"; import { de_GetBucketAclCommand, se_GetBucketAclCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetBucketAnalyticsConfigurationCommand.ts b/clients/client-s3/src/commands/GetBucketAnalyticsConfigurationCommand.ts index dfb3a6d36995c..aa156bce4549a 100644 --- a/clients/client-s3/src/commands/GetBucketAnalyticsConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketAnalyticsConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetBucketCorsCommand.ts b/clients/client-s3/src/commands/GetBucketCorsCommand.ts index e1a55497f892b..e798b48a8bf53 100644 --- a/clients/client-s3/src/commands/GetBucketCorsCommand.ts +++ b/clients/client-s3/src/commands/GetBucketCorsCommand.ts @@ -17,6 +17,10 @@ import { GetBucketCorsOutput, GetBucketCorsRequest } from "../models/models_0"; import { de_GetBucketCorsCommand, se_GetBucketCorsCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetBucketEncryptionCommand.ts b/clients/client-s3/src/commands/GetBucketEncryptionCommand.ts index 9faf0bf6c2bb8..0c6c555852492 100644 --- a/clients/client-s3/src/commands/GetBucketEncryptionCommand.ts +++ b/clients/client-s3/src/commands/GetBucketEncryptionCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetBucketEncryptionCommand, se_GetBucketEncryptionCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetBucketIntelligentTieringConfigurationCommand.ts b/clients/client-s3/src/commands/GetBucketIntelligentTieringConfigurationCommand.ts index 573dbd325c8e5..f7cbf12bd2318 100644 --- a/clients/client-s3/src/commands/GetBucketIntelligentTieringConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketIntelligentTieringConfigurationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetBucketInventoryConfigurationCommand.ts b/clients/client-s3/src/commands/GetBucketInventoryConfigurationCommand.ts index 4113d92a98c09..7e79bf30e94c5 100644 --- a/clients/client-s3/src/commands/GetBucketInventoryConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketInventoryConfigurationCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetBucketLifecycleConfigurationCommand.ts b/clients/client-s3/src/commands/GetBucketLifecycleConfigurationCommand.ts index b8a13a54cdb31..821f78d8b8298 100644 --- a/clients/client-s3/src/commands/GetBucketLifecycleConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketLifecycleConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetBucketLocationCommand.ts b/clients/client-s3/src/commands/GetBucketLocationCommand.ts index 27a6508273d79..b191bb4fc9e29 100644 --- a/clients/client-s3/src/commands/GetBucketLocationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketLocationCommand.ts @@ -17,6 +17,10 @@ import { GetBucketLocationOutput, GetBucketLocationRequest } from "../models/mod import { de_GetBucketLocationCommand, se_GetBucketLocationCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetBucketLoggingCommand.ts b/clients/client-s3/src/commands/GetBucketLoggingCommand.ts index f7f3d1a6dc351..e7ffedb7ef9e7 100644 --- a/clients/client-s3/src/commands/GetBucketLoggingCommand.ts +++ b/clients/client-s3/src/commands/GetBucketLoggingCommand.ts @@ -17,6 +17,10 @@ import { GetBucketLoggingOutput, GetBucketLoggingRequest } from "../models/model import { de_GetBucketLoggingCommand, se_GetBucketLoggingCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetBucketMetricsConfigurationCommand.ts b/clients/client-s3/src/commands/GetBucketMetricsConfigurationCommand.ts index 0400e97de886f..c3b0ff3d53da9 100644 --- a/clients/client-s3/src/commands/GetBucketMetricsConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketMetricsConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetBucketNotificationConfigurationCommand.ts b/clients/client-s3/src/commands/GetBucketNotificationConfigurationCommand.ts index 2ba8c278cf4b2..8aaab10c5a9f6 100644 --- a/clients/client-s3/src/commands/GetBucketNotificationConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketNotificationConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetBucketOwnershipControlsCommand.ts b/clients/client-s3/src/commands/GetBucketOwnershipControlsCommand.ts index 4a7dc352e92e8..613a4c77556c3 100644 --- a/clients/client-s3/src/commands/GetBucketOwnershipControlsCommand.ts +++ b/clients/client-s3/src/commands/GetBucketOwnershipControlsCommand.ts @@ -17,6 +17,10 @@ import { GetBucketOwnershipControlsOutput, GetBucketOwnershipControlsRequest } f import { de_GetBucketOwnershipControlsCommand, se_GetBucketOwnershipControlsCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetBucketPolicyCommand.ts b/clients/client-s3/src/commands/GetBucketPolicyCommand.ts index 5687de8d509af..18a899e4f720e 100644 --- a/clients/client-s3/src/commands/GetBucketPolicyCommand.ts +++ b/clients/client-s3/src/commands/GetBucketPolicyCommand.ts @@ -17,6 +17,10 @@ import { GetBucketPolicyOutput, GetBucketPolicyRequest } from "../models/models_ import { de_GetBucketPolicyCommand, se_GetBucketPolicyCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetBucketPolicyStatusCommand.ts b/clients/client-s3/src/commands/GetBucketPolicyStatusCommand.ts index b6183d03e40e6..31054f02bec9b 100644 --- a/clients/client-s3/src/commands/GetBucketPolicyStatusCommand.ts +++ b/clients/client-s3/src/commands/GetBucketPolicyStatusCommand.ts @@ -17,6 +17,10 @@ import { GetBucketPolicyStatusOutput, GetBucketPolicyStatusRequest } from "../mo import { de_GetBucketPolicyStatusCommand, se_GetBucketPolicyStatusCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetBucketReplicationCommand.ts b/clients/client-s3/src/commands/GetBucketReplicationCommand.ts index 5bd6271318448..c1922a4a7c68e 100644 --- a/clients/client-s3/src/commands/GetBucketReplicationCommand.ts +++ b/clients/client-s3/src/commands/GetBucketReplicationCommand.ts @@ -17,6 +17,10 @@ import { GetBucketReplicationOutput, GetBucketReplicationRequest } from "../mode import { de_GetBucketReplicationCommand, se_GetBucketReplicationCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetBucketRequestPaymentCommand.ts b/clients/client-s3/src/commands/GetBucketRequestPaymentCommand.ts index ed2d6159b2a02..4d1e4d13f99d3 100644 --- a/clients/client-s3/src/commands/GetBucketRequestPaymentCommand.ts +++ b/clients/client-s3/src/commands/GetBucketRequestPaymentCommand.ts @@ -17,6 +17,10 @@ import { GetBucketRequestPaymentOutput, GetBucketRequestPaymentRequest } from ". import { de_GetBucketRequestPaymentCommand, se_GetBucketRequestPaymentCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetBucketTaggingCommand.ts b/clients/client-s3/src/commands/GetBucketTaggingCommand.ts index 0c77d6c4cb874..087dd01610f78 100644 --- a/clients/client-s3/src/commands/GetBucketTaggingCommand.ts +++ b/clients/client-s3/src/commands/GetBucketTaggingCommand.ts @@ -17,6 +17,10 @@ import { GetBucketTaggingOutput, GetBucketTaggingRequest } from "../models/model import { de_GetBucketTaggingCommand, se_GetBucketTaggingCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetBucketVersioningCommand.ts b/clients/client-s3/src/commands/GetBucketVersioningCommand.ts index 06344cd630733..12b0fbd860b96 100644 --- a/clients/client-s3/src/commands/GetBucketVersioningCommand.ts +++ b/clients/client-s3/src/commands/GetBucketVersioningCommand.ts @@ -17,6 +17,10 @@ import { GetBucketVersioningOutput, GetBucketVersioningRequest } from "../models import { de_GetBucketVersioningCommand, se_GetBucketVersioningCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetBucketWebsiteCommand.ts b/clients/client-s3/src/commands/GetBucketWebsiteCommand.ts index 84861f8f2955b..13787ca968ea3 100644 --- a/clients/client-s3/src/commands/GetBucketWebsiteCommand.ts +++ b/clients/client-s3/src/commands/GetBucketWebsiteCommand.ts @@ -17,6 +17,10 @@ import { GetBucketWebsiteOutput, GetBucketWebsiteRequest } from "../models/model import { de_GetBucketWebsiteCommand, se_GetBucketWebsiteCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetObjectAclCommand.ts b/clients/client-s3/src/commands/GetObjectAclCommand.ts index 82541cbfa9014..5dbde0f163897 100644 --- a/clients/client-s3/src/commands/GetObjectAclCommand.ts +++ b/clients/client-s3/src/commands/GetObjectAclCommand.ts @@ -17,6 +17,10 @@ import { GetObjectAclOutput, GetObjectAclRequest } from "../models/models_0"; import { de_GetObjectAclCommand, se_GetObjectAclCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetObjectAttributesCommand.ts b/clients/client-s3/src/commands/GetObjectAttributesCommand.ts index 71f44016d69e7..5743f345ce959 100644 --- a/clients/client-s3/src/commands/GetObjectAttributesCommand.ts +++ b/clients/client-s3/src/commands/GetObjectAttributesCommand.ts @@ -22,6 +22,10 @@ import { import { de_GetObjectAttributesCommand, se_GetObjectAttributesCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetObjectCommand.ts b/clients/client-s3/src/commands/GetObjectCommand.ts index 4057578ebff1e..cf808eb2f0a5d 100644 --- a/clients/client-s3/src/commands/GetObjectCommand.ts +++ b/clients/client-s3/src/commands/GetObjectCommand.ts @@ -27,6 +27,10 @@ import { import { de_GetObjectCommand, se_GetObjectCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetObjectLegalHoldCommand.ts b/clients/client-s3/src/commands/GetObjectLegalHoldCommand.ts index 0d6db5d455ab6..0f49846526f82 100644 --- a/clients/client-s3/src/commands/GetObjectLegalHoldCommand.ts +++ b/clients/client-s3/src/commands/GetObjectLegalHoldCommand.ts @@ -17,6 +17,10 @@ import { GetObjectLegalHoldOutput, GetObjectLegalHoldRequest } from "../models/m import { de_GetObjectLegalHoldCommand, se_GetObjectLegalHoldCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetObjectLockConfigurationCommand.ts b/clients/client-s3/src/commands/GetObjectLockConfigurationCommand.ts index ebca398ac7f89..7b24194925fad 100644 --- a/clients/client-s3/src/commands/GetObjectLockConfigurationCommand.ts +++ b/clients/client-s3/src/commands/GetObjectLockConfigurationCommand.ts @@ -17,6 +17,10 @@ import { GetObjectLockConfigurationOutput, GetObjectLockConfigurationRequest } f import { de_GetObjectLockConfigurationCommand, se_GetObjectLockConfigurationCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetObjectRetentionCommand.ts b/clients/client-s3/src/commands/GetObjectRetentionCommand.ts index e807e29c74a7d..fa91173dfe88e 100644 --- a/clients/client-s3/src/commands/GetObjectRetentionCommand.ts +++ b/clients/client-s3/src/commands/GetObjectRetentionCommand.ts @@ -17,6 +17,10 @@ import { GetObjectRetentionOutput, GetObjectRetentionRequest } from "../models/m import { de_GetObjectRetentionCommand, se_GetObjectRetentionCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetObjectTaggingCommand.ts b/clients/client-s3/src/commands/GetObjectTaggingCommand.ts index a383ff3298cea..25a5b410c6e16 100644 --- a/clients/client-s3/src/commands/GetObjectTaggingCommand.ts +++ b/clients/client-s3/src/commands/GetObjectTaggingCommand.ts @@ -17,6 +17,10 @@ import { GetObjectTaggingOutput, GetObjectTaggingRequest } from "../models/model import { de_GetObjectTaggingCommand, se_GetObjectTaggingCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetObjectTorrentCommand.ts b/clients/client-s3/src/commands/GetObjectTorrentCommand.ts index 60ecc1af5845c..02c9f4211dae0 100644 --- a/clients/client-s3/src/commands/GetObjectTorrentCommand.ts +++ b/clients/client-s3/src/commands/GetObjectTorrentCommand.ts @@ -24,6 +24,10 @@ import { import { de_GetObjectTorrentCommand, se_GetObjectTorrentCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/GetPublicAccessBlockCommand.ts b/clients/client-s3/src/commands/GetPublicAccessBlockCommand.ts index 7be3c97a81cb8..e078e7ed7761d 100644 --- a/clients/client-s3/src/commands/GetPublicAccessBlockCommand.ts +++ b/clients/client-s3/src/commands/GetPublicAccessBlockCommand.ts @@ -17,6 +17,10 @@ import { GetPublicAccessBlockOutput, GetPublicAccessBlockRequest } from "../mode import { de_GetPublicAccessBlockCommand, se_GetPublicAccessBlockCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/HeadBucketCommand.ts b/clients/client-s3/src/commands/HeadBucketCommand.ts index 59b0c25702de8..995405cdc4d5d 100644 --- a/clients/client-s3/src/commands/HeadBucketCommand.ts +++ b/clients/client-s3/src/commands/HeadBucketCommand.ts @@ -17,6 +17,10 @@ import { HeadBucketRequest } from "../models/models_0"; import { de_HeadBucketCommand, se_HeadBucketCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/HeadObjectCommand.ts b/clients/client-s3/src/commands/HeadObjectCommand.ts index ec7948295f83a..57973efe391ff 100644 --- a/clients/client-s3/src/commands/HeadObjectCommand.ts +++ b/clients/client-s3/src/commands/HeadObjectCommand.ts @@ -23,6 +23,10 @@ import { import { de_HeadObjectCommand, se_HeadObjectCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/ListBucketAnalyticsConfigurationsCommand.ts b/clients/client-s3/src/commands/ListBucketAnalyticsConfigurationsCommand.ts index 620a8f6c9f3dc..753501bfdfa21 100644 --- a/clients/client-s3/src/commands/ListBucketAnalyticsConfigurationsCommand.ts +++ b/clients/client-s3/src/commands/ListBucketAnalyticsConfigurationsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/ListBucketIntelligentTieringConfigurationsCommand.ts b/clients/client-s3/src/commands/ListBucketIntelligentTieringConfigurationsCommand.ts index 9d0d61ded3342..719df524583d1 100644 --- a/clients/client-s3/src/commands/ListBucketIntelligentTieringConfigurationsCommand.ts +++ b/clients/client-s3/src/commands/ListBucketIntelligentTieringConfigurationsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/ListBucketInventoryConfigurationsCommand.ts b/clients/client-s3/src/commands/ListBucketInventoryConfigurationsCommand.ts index ce57f50a99ebe..735285fc96f1d 100644 --- a/clients/client-s3/src/commands/ListBucketInventoryConfigurationsCommand.ts +++ b/clients/client-s3/src/commands/ListBucketInventoryConfigurationsCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/ListBucketMetricsConfigurationsCommand.ts b/clients/client-s3/src/commands/ListBucketMetricsConfigurationsCommand.ts index a39bc4ee07920..e36f1276ba54c 100644 --- a/clients/client-s3/src/commands/ListBucketMetricsConfigurationsCommand.ts +++ b/clients/client-s3/src/commands/ListBucketMetricsConfigurationsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/ListBucketsCommand.ts b/clients/client-s3/src/commands/ListBucketsCommand.ts index 587c929385bd3..78f8dee7bfea4 100644 --- a/clients/client-s3/src/commands/ListBucketsCommand.ts +++ b/clients/client-s3/src/commands/ListBucketsCommand.ts @@ -17,6 +17,10 @@ import { ListBucketsOutput } from "../models/models_0"; import { de_ListBucketsCommand, se_ListBucketsCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/ListMultipartUploadsCommand.ts b/clients/client-s3/src/commands/ListMultipartUploadsCommand.ts index f8bc078821ea5..d587979c17029 100644 --- a/clients/client-s3/src/commands/ListMultipartUploadsCommand.ts +++ b/clients/client-s3/src/commands/ListMultipartUploadsCommand.ts @@ -17,6 +17,10 @@ import { ListMultipartUploadsOutput, ListMultipartUploadsRequest } from "../mode import { de_ListMultipartUploadsCommand, se_ListMultipartUploadsCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/ListObjectVersionsCommand.ts b/clients/client-s3/src/commands/ListObjectVersionsCommand.ts index f23d3cbb4889f..65c3ab2c3b431 100644 --- a/clients/client-s3/src/commands/ListObjectVersionsCommand.ts +++ b/clients/client-s3/src/commands/ListObjectVersionsCommand.ts @@ -17,6 +17,10 @@ import { ListObjectVersionsOutput, ListObjectVersionsRequest } from "../models/m import { de_ListObjectVersionsCommand, se_ListObjectVersionsCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/ListObjectsCommand.ts b/clients/client-s3/src/commands/ListObjectsCommand.ts index 1856b240f7027..329ad5693bce3 100644 --- a/clients/client-s3/src/commands/ListObjectsCommand.ts +++ b/clients/client-s3/src/commands/ListObjectsCommand.ts @@ -17,6 +17,10 @@ import { ListObjectsOutput, ListObjectsRequest } from "../models/models_0"; import { de_ListObjectsCommand, se_ListObjectsCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/ListObjectsV2Command.ts b/clients/client-s3/src/commands/ListObjectsV2Command.ts index 1d2c73c57dd80..3dbd96c92bcb9 100644 --- a/clients/client-s3/src/commands/ListObjectsV2Command.ts +++ b/clients/client-s3/src/commands/ListObjectsV2Command.ts @@ -17,6 +17,10 @@ import { ListObjectsV2Output, ListObjectsV2Request } from "../models/models_0"; import { de_ListObjectsV2Command, se_ListObjectsV2Command } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/ListPartsCommand.ts b/clients/client-s3/src/commands/ListPartsCommand.ts index b407df4cee632..3f2349e5fd247 100644 --- a/clients/client-s3/src/commands/ListPartsCommand.ts +++ b/clients/client-s3/src/commands/ListPartsCommand.ts @@ -18,6 +18,10 @@ import { ListPartsOutput, ListPartsRequest, ListPartsRequestFilterSensitiveLog } import { de_ListPartsCommand, se_ListPartsCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutBucketAccelerateConfigurationCommand.ts b/clients/client-s3/src/commands/PutBucketAccelerateConfigurationCommand.ts index a54373681ea2d..8b2eb81eedd24 100644 --- a/clients/client-s3/src/commands/PutBucketAccelerateConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketAccelerateConfigurationCommand.ts @@ -21,6 +21,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutBucketAclCommand.ts b/clients/client-s3/src/commands/PutBucketAclCommand.ts index aaafcfa55f3f6..d8718aea752d5 100644 --- a/clients/client-s3/src/commands/PutBucketAclCommand.ts +++ b/clients/client-s3/src/commands/PutBucketAclCommand.ts @@ -18,6 +18,10 @@ import { PutBucketAclRequest } from "../models/models_0"; import { de_PutBucketAclCommand, se_PutBucketAclCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutBucketAnalyticsConfigurationCommand.ts b/clients/client-s3/src/commands/PutBucketAnalyticsConfigurationCommand.ts index e4539fac13ad8..6fddf601e5995 100644 --- a/clients/client-s3/src/commands/PutBucketAnalyticsConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketAnalyticsConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutBucketCorsCommand.ts b/clients/client-s3/src/commands/PutBucketCorsCommand.ts index 074d7ef89b1b4..72aba68111a0c 100644 --- a/clients/client-s3/src/commands/PutBucketCorsCommand.ts +++ b/clients/client-s3/src/commands/PutBucketCorsCommand.ts @@ -18,6 +18,10 @@ import { PutBucketCorsRequest } from "../models/models_0"; import { de_PutBucketCorsCommand, se_PutBucketCorsCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutBucketEncryptionCommand.ts b/clients/client-s3/src/commands/PutBucketEncryptionCommand.ts index 2962ce09347e2..e23d07c9693c6 100644 --- a/clients/client-s3/src/commands/PutBucketEncryptionCommand.ts +++ b/clients/client-s3/src/commands/PutBucketEncryptionCommand.ts @@ -18,6 +18,10 @@ import { PutBucketEncryptionRequest, PutBucketEncryptionRequestFilterSensitiveLo import { de_PutBucketEncryptionCommand, se_PutBucketEncryptionCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutBucketIntelligentTieringConfigurationCommand.ts b/clients/client-s3/src/commands/PutBucketIntelligentTieringConfigurationCommand.ts index 9f12bedf67ec7..e88e542035c1e 100644 --- a/clients/client-s3/src/commands/PutBucketIntelligentTieringConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketIntelligentTieringConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutBucketInventoryConfigurationCommand.ts b/clients/client-s3/src/commands/PutBucketInventoryConfigurationCommand.ts index 696febbc17763..02a6289aba623 100644 --- a/clients/client-s3/src/commands/PutBucketInventoryConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketInventoryConfigurationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutBucketLifecycleConfigurationCommand.ts b/clients/client-s3/src/commands/PutBucketLifecycleConfigurationCommand.ts index 935fdec303061..77ba16ae65377 100644 --- a/clients/client-s3/src/commands/PutBucketLifecycleConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketLifecycleConfigurationCommand.ts @@ -21,6 +21,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutBucketLoggingCommand.ts b/clients/client-s3/src/commands/PutBucketLoggingCommand.ts index 0a2e88fa0daef..fa1f15627437e 100644 --- a/clients/client-s3/src/commands/PutBucketLoggingCommand.ts +++ b/clients/client-s3/src/commands/PutBucketLoggingCommand.ts @@ -18,6 +18,10 @@ import { PutBucketLoggingRequest } from "../models/models_0"; import { de_PutBucketLoggingCommand, se_PutBucketLoggingCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutBucketMetricsConfigurationCommand.ts b/clients/client-s3/src/commands/PutBucketMetricsConfigurationCommand.ts index f6b60eddeb375..65d5c927f6329 100644 --- a/clients/client-s3/src/commands/PutBucketMetricsConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketMetricsConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutBucketNotificationConfigurationCommand.ts b/clients/client-s3/src/commands/PutBucketNotificationConfigurationCommand.ts index 02fa00318ea75..b8bef3c01042f 100644 --- a/clients/client-s3/src/commands/PutBucketNotificationConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketNotificationConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutBucketOwnershipControlsCommand.ts b/clients/client-s3/src/commands/PutBucketOwnershipControlsCommand.ts index ce71d761462c5..5eacc354a71dd 100644 --- a/clients/client-s3/src/commands/PutBucketOwnershipControlsCommand.ts +++ b/clients/client-s3/src/commands/PutBucketOwnershipControlsCommand.ts @@ -18,6 +18,10 @@ import { PutBucketOwnershipControlsRequest } from "../models/models_0"; import { de_PutBucketOwnershipControlsCommand, se_PutBucketOwnershipControlsCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutBucketPolicyCommand.ts b/clients/client-s3/src/commands/PutBucketPolicyCommand.ts index 6b3d3493a6555..276f7e06e1eba 100644 --- a/clients/client-s3/src/commands/PutBucketPolicyCommand.ts +++ b/clients/client-s3/src/commands/PutBucketPolicyCommand.ts @@ -18,6 +18,10 @@ import { PutBucketPolicyRequest } from "../models/models_0"; import { de_PutBucketPolicyCommand, se_PutBucketPolicyCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutBucketReplicationCommand.ts b/clients/client-s3/src/commands/PutBucketReplicationCommand.ts index fa58b8ddc51ff..3b1493cf11db2 100644 --- a/clients/client-s3/src/commands/PutBucketReplicationCommand.ts +++ b/clients/client-s3/src/commands/PutBucketReplicationCommand.ts @@ -18,6 +18,10 @@ import { PutBucketReplicationRequest } from "../models/models_0"; import { de_PutBucketReplicationCommand, se_PutBucketReplicationCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutBucketRequestPaymentCommand.ts b/clients/client-s3/src/commands/PutBucketRequestPaymentCommand.ts index 254434f648d58..769d27b765d78 100644 --- a/clients/client-s3/src/commands/PutBucketRequestPaymentCommand.ts +++ b/clients/client-s3/src/commands/PutBucketRequestPaymentCommand.ts @@ -18,6 +18,10 @@ import { PutBucketRequestPaymentRequest } from "../models/models_0"; import { de_PutBucketRequestPaymentCommand, se_PutBucketRequestPaymentCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutBucketTaggingCommand.ts b/clients/client-s3/src/commands/PutBucketTaggingCommand.ts index 7d3ad42d8d952..c934132d287e7 100644 --- a/clients/client-s3/src/commands/PutBucketTaggingCommand.ts +++ b/clients/client-s3/src/commands/PutBucketTaggingCommand.ts @@ -18,6 +18,10 @@ import { PutBucketTaggingRequest } from "../models/models_0"; import { de_PutBucketTaggingCommand, se_PutBucketTaggingCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutBucketVersioningCommand.ts b/clients/client-s3/src/commands/PutBucketVersioningCommand.ts index b0d7cdea404a3..65bdbf05fac8f 100644 --- a/clients/client-s3/src/commands/PutBucketVersioningCommand.ts +++ b/clients/client-s3/src/commands/PutBucketVersioningCommand.ts @@ -18,6 +18,10 @@ import { PutBucketVersioningRequest } from "../models/models_0"; import { de_PutBucketVersioningCommand, se_PutBucketVersioningCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutBucketWebsiteCommand.ts b/clients/client-s3/src/commands/PutBucketWebsiteCommand.ts index a16687dbbf924..58f5112a9e39d 100644 --- a/clients/client-s3/src/commands/PutBucketWebsiteCommand.ts +++ b/clients/client-s3/src/commands/PutBucketWebsiteCommand.ts @@ -18,6 +18,10 @@ import { PutBucketWebsiteRequest } from "../models/models_0"; import { de_PutBucketWebsiteCommand, se_PutBucketWebsiteCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutObjectAclCommand.ts b/clients/client-s3/src/commands/PutObjectAclCommand.ts index 86d0973c9b5df..05235ba9e1899 100644 --- a/clients/client-s3/src/commands/PutObjectAclCommand.ts +++ b/clients/client-s3/src/commands/PutObjectAclCommand.ts @@ -18,6 +18,10 @@ import { PutObjectAclOutput, PutObjectAclRequest } from "../models/models_0"; import { de_PutObjectAclCommand, se_PutObjectAclCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutObjectCommand.ts b/clients/client-s3/src/commands/PutObjectCommand.ts index 6380ef7d98ae1..97d83583f7c68 100644 --- a/clients/client-s3/src/commands/PutObjectCommand.ts +++ b/clients/client-s3/src/commands/PutObjectCommand.ts @@ -25,6 +25,10 @@ import { import { de_PutObjectCommand, se_PutObjectCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutObjectLegalHoldCommand.ts b/clients/client-s3/src/commands/PutObjectLegalHoldCommand.ts index 14687f14d4460..93d8af55d8572 100644 --- a/clients/client-s3/src/commands/PutObjectLegalHoldCommand.ts +++ b/clients/client-s3/src/commands/PutObjectLegalHoldCommand.ts @@ -18,6 +18,10 @@ import { PutObjectLegalHoldOutput, PutObjectLegalHoldRequest } from "../models/m import { de_PutObjectLegalHoldCommand, se_PutObjectLegalHoldCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutObjectLockConfigurationCommand.ts b/clients/client-s3/src/commands/PutObjectLockConfigurationCommand.ts index 1cf5cd3c8fa49..72a29cde96d02 100644 --- a/clients/client-s3/src/commands/PutObjectLockConfigurationCommand.ts +++ b/clients/client-s3/src/commands/PutObjectLockConfigurationCommand.ts @@ -18,6 +18,10 @@ import { PutObjectLockConfigurationOutput, PutObjectLockConfigurationRequest } f import { de_PutObjectLockConfigurationCommand, se_PutObjectLockConfigurationCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutObjectRetentionCommand.ts b/clients/client-s3/src/commands/PutObjectRetentionCommand.ts index f5f74ce48309b..a1527d3fd6461 100644 --- a/clients/client-s3/src/commands/PutObjectRetentionCommand.ts +++ b/clients/client-s3/src/commands/PutObjectRetentionCommand.ts @@ -18,6 +18,10 @@ import { PutObjectRetentionOutput, PutObjectRetentionRequest } from "../models/m import { de_PutObjectRetentionCommand, se_PutObjectRetentionCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutObjectTaggingCommand.ts b/clients/client-s3/src/commands/PutObjectTaggingCommand.ts index 1dff4ff69294e..f72e46707e2c2 100644 --- a/clients/client-s3/src/commands/PutObjectTaggingCommand.ts +++ b/clients/client-s3/src/commands/PutObjectTaggingCommand.ts @@ -18,6 +18,10 @@ import { PutObjectTaggingOutput, PutObjectTaggingRequest } from "../models/model import { de_PutObjectTaggingCommand, se_PutObjectTaggingCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/PutPublicAccessBlockCommand.ts b/clients/client-s3/src/commands/PutPublicAccessBlockCommand.ts index bb382b39859e8..9faa9b5efaaef 100644 --- a/clients/client-s3/src/commands/PutPublicAccessBlockCommand.ts +++ b/clients/client-s3/src/commands/PutPublicAccessBlockCommand.ts @@ -18,6 +18,10 @@ import { PutPublicAccessBlockRequest } from "../models/models_1"; import { de_PutPublicAccessBlockCommand, se_PutPublicAccessBlockCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/RestoreObjectCommand.ts b/clients/client-s3/src/commands/RestoreObjectCommand.ts index 76727ba51d630..13e7363cc82c1 100644 --- a/clients/client-s3/src/commands/RestoreObjectCommand.ts +++ b/clients/client-s3/src/commands/RestoreObjectCommand.ts @@ -18,6 +18,10 @@ import { RestoreObjectOutput, RestoreObjectRequest, RestoreObjectRequestFilterSe import { de_RestoreObjectCommand, se_RestoreObjectCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/SelectObjectContentCommand.ts b/clients/client-s3/src/commands/SelectObjectContentCommand.ts index 1b32dd3412ede..47fdbd248c4d8 100644 --- a/clients/client-s3/src/commands/SelectObjectContentCommand.ts +++ b/clients/client-s3/src/commands/SelectObjectContentCommand.ts @@ -24,6 +24,10 @@ import { import { de_SelectObjectContentCommand, se_SelectObjectContentCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/UploadPartCommand.ts b/clients/client-s3/src/commands/UploadPartCommand.ts index 344435dae1d26..569a0f6cba6d9 100644 --- a/clients/client-s3/src/commands/UploadPartCommand.ts +++ b/clients/client-s3/src/commands/UploadPartCommand.ts @@ -24,6 +24,10 @@ import { import { de_UploadPartCommand, se_UploadPartCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/UploadPartCopyCommand.ts b/clients/client-s3/src/commands/UploadPartCopyCommand.ts index f693f580ebc4b..734bc7c234143 100644 --- a/clients/client-s3/src/commands/UploadPartCopyCommand.ts +++ b/clients/client-s3/src/commands/UploadPartCopyCommand.ts @@ -24,6 +24,10 @@ import { import { de_UploadPartCopyCommand, se_UploadPartCopyCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/commands/WriteGetObjectResponseCommand.ts b/clients/client-s3/src/commands/WriteGetObjectResponseCommand.ts index 8cdd5fe9b3892..5afda7b9a44c0 100644 --- a/clients/client-s3/src/commands/WriteGetObjectResponseCommand.ts +++ b/clients/client-s3/src/commands/WriteGetObjectResponseCommand.ts @@ -17,6 +17,10 @@ import { WriteGetObjectResponseRequest, WriteGetObjectResponseRequestFilterSensi import { de_WriteGetObjectResponseCommand, se_WriteGetObjectResponseCommand } from "../protocols/Aws_restXml"; import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3/src/index.ts b/clients/client-s3/src/index.ts index 58e2151812d32..564cb9bf98999 100644 --- a/clients/client-s3/src/index.ts +++ b/clients/client-s3/src/index.ts @@ -1,9 +1,15 @@ -export * from "./S3"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

+ * + * @packageDocumentation + */ export * from "./S3Client"; +export * from "./S3"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { S3ServiceException } from "./models/S3ServiceException"; diff --git a/clients/client-s3/src/models/S3ServiceException.ts b/clients/client-s3/src/models/S3ServiceException.ts index cd47d4c726447..56f7f14ce6a6f 100644 --- a/clients/client-s3/src/models/S3ServiceException.ts +++ b/clients/client-s3/src/models/S3ServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-s3outposts/src/S3OutpostsClient.ts b/clients/client-s3outposts/src/S3OutpostsClient.ts index 8d67b294dc410..597133ff924ea 100644 --- a/clients/client-s3outposts/src/S3OutpostsClient.ts +++ b/clients/client-s3outposts/src/S3OutpostsClient.ts @@ -67,6 +67,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -214,7 +216,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type S3OutpostsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type S3OutpostsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -233,7 +235,7 @@ export interface S3OutpostsClientConfig extends S3OutpostsClientConfigType {} /** * @public */ -type S3OutpostsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type S3OutpostsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-s3outposts/src/commands/CreateEndpointCommand.ts b/clients/client-s3outposts/src/commands/CreateEndpointCommand.ts index b57e07ef3c601..737d51fa3655c 100644 --- a/clients/client-s3outposts/src/commands/CreateEndpointCommand.ts +++ b/clients/client-s3outposts/src/commands/CreateEndpointCommand.ts @@ -17,6 +17,10 @@ import { CreateEndpointRequest, CreateEndpointResult } from "../models/models_0" import { de_CreateEndpointCommand, se_CreateEndpointCommand } from "../protocols/Aws_restJson1"; import { S3OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3OutpostsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3outposts/src/commands/DeleteEndpointCommand.ts b/clients/client-s3outposts/src/commands/DeleteEndpointCommand.ts index 5fbc23db7b200..55a6266f49f62 100644 --- a/clients/client-s3outposts/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-s3outposts/src/commands/DeleteEndpointCommand.ts @@ -17,6 +17,10 @@ import { DeleteEndpointRequest } from "../models/models_0"; import { de_DeleteEndpointCommand, se_DeleteEndpointCommand } from "../protocols/Aws_restJson1"; import { S3OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3OutpostsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3outposts/src/commands/ListEndpointsCommand.ts b/clients/client-s3outposts/src/commands/ListEndpointsCommand.ts index e0e108c7f8532..18297b613187a 100644 --- a/clients/client-s3outposts/src/commands/ListEndpointsCommand.ts +++ b/clients/client-s3outposts/src/commands/ListEndpointsCommand.ts @@ -17,6 +17,10 @@ import { ListEndpointsRequest, ListEndpointsResult } from "../models/models_0"; import { de_ListEndpointsCommand, se_ListEndpointsCommand } from "../protocols/Aws_restJson1"; import { S3OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3OutpostsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3outposts/src/commands/ListOutpostsWithS3Command.ts b/clients/client-s3outposts/src/commands/ListOutpostsWithS3Command.ts index 1a327f5a596c0..0d6053eb1b4d3 100644 --- a/clients/client-s3outposts/src/commands/ListOutpostsWithS3Command.ts +++ b/clients/client-s3outposts/src/commands/ListOutpostsWithS3Command.ts @@ -17,6 +17,10 @@ import { ListOutpostsWithS3Request, ListOutpostsWithS3Result } from "../models/m import { de_ListOutpostsWithS3Command, se_ListOutpostsWithS3Command } from "../protocols/Aws_restJson1"; import { S3OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3OutpostsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3outposts/src/commands/ListSharedEndpointsCommand.ts b/clients/client-s3outposts/src/commands/ListSharedEndpointsCommand.ts index 952d500121450..221ac30982709 100644 --- a/clients/client-s3outposts/src/commands/ListSharedEndpointsCommand.ts +++ b/clients/client-s3outposts/src/commands/ListSharedEndpointsCommand.ts @@ -17,6 +17,10 @@ import { ListSharedEndpointsRequest, ListSharedEndpointsResult } from "../models import { de_ListSharedEndpointsCommand, se_ListSharedEndpointsCommand } from "../protocols/Aws_restJson1"; import { S3OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3OutpostsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-s3outposts/src/index.ts b/clients/client-s3outposts/src/index.ts index 4fcd53e30ac28..c58ddede1d260 100644 --- a/clients/client-s3outposts/src/index.ts +++ b/clients/client-s3outposts/src/index.ts @@ -1,8 +1,14 @@ -export * from "./S3Outposts"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon S3 on Outposts provides access to S3 on Outposts operations.

+ * + * @packageDocumentation + */ export * from "./S3OutpostsClient"; +export * from "./S3Outposts"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { S3OutpostsServiceException } from "./models/S3OutpostsServiceException"; diff --git a/clients/client-s3outposts/src/models/S3OutpostsServiceException.ts b/clients/client-s3outposts/src/models/S3OutpostsServiceException.ts index c1a810f818d3f..30dd2757eb6a0 100644 --- a/clients/client-s3outposts/src/models/S3OutpostsServiceException.ts +++ b/clients/client-s3outposts/src/models/S3OutpostsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-sagemaker-a2i-runtime/src/SageMakerA2IRuntimeClient.ts b/clients/client-sagemaker-a2i-runtime/src/SageMakerA2IRuntimeClient.ts index 336f3258270f8..8eb9083104164 100644 --- a/clients/client-sagemaker-a2i-runtime/src/SageMakerA2IRuntimeClient.ts +++ b/clients/client-sagemaker-a2i-runtime/src/SageMakerA2IRuntimeClient.ts @@ -64,6 +64,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -211,7 +213,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SageMakerA2IRuntimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SageMakerA2IRuntimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -230,7 +232,7 @@ export interface SageMakerA2IRuntimeClientConfig extends SageMakerA2IRuntimeClie /** * @public */ -type SageMakerA2IRuntimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SageMakerA2IRuntimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-sagemaker-a2i-runtime/src/commands/DeleteHumanLoopCommand.ts b/clients/client-sagemaker-a2i-runtime/src/commands/DeleteHumanLoopCommand.ts index 84edb2e200452..8f1c29fc8b856 100644 --- a/clients/client-sagemaker-a2i-runtime/src/commands/DeleteHumanLoopCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/src/commands/DeleteHumanLoopCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../SageMakerA2IRuntimeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-a2i-runtime/src/commands/DescribeHumanLoopCommand.ts b/clients/client-sagemaker-a2i-runtime/src/commands/DescribeHumanLoopCommand.ts index efe38ffdef6bb..9828d7a1a4b05 100644 --- a/clients/client-sagemaker-a2i-runtime/src/commands/DescribeHumanLoopCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/src/commands/DescribeHumanLoopCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../SageMakerA2IRuntimeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-a2i-runtime/src/commands/ListHumanLoopsCommand.ts b/clients/client-sagemaker-a2i-runtime/src/commands/ListHumanLoopsCommand.ts index 713acb11f10fd..bf75f12df9152 100644 --- a/clients/client-sagemaker-a2i-runtime/src/commands/ListHumanLoopsCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/src/commands/ListHumanLoopsCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../SageMakerA2IRuntimeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-a2i-runtime/src/commands/StartHumanLoopCommand.ts b/clients/client-sagemaker-a2i-runtime/src/commands/StartHumanLoopCommand.ts index 150e0f1369edc..de524732dfcb1 100644 --- a/clients/client-sagemaker-a2i-runtime/src/commands/StartHumanLoopCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/src/commands/StartHumanLoopCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../SageMakerA2IRuntimeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-a2i-runtime/src/commands/StopHumanLoopCommand.ts b/clients/client-sagemaker-a2i-runtime/src/commands/StopHumanLoopCommand.ts index 62c346c2a9343..f6a5f906d2110 100644 --- a/clients/client-sagemaker-a2i-runtime/src/commands/StopHumanLoopCommand.ts +++ b/clients/client-sagemaker-a2i-runtime/src/commands/StopHumanLoopCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../SageMakerA2IRuntimeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-a2i-runtime/src/index.ts b/clients/client-sagemaker-a2i-runtime/src/index.ts index b1e1511f6b848..e4a1555c24929 100644 --- a/clients/client-sagemaker-a2i-runtime/src/index.ts +++ b/clients/client-sagemaker-a2i-runtime/src/index.ts @@ -1,8 +1,39 @@ -export * from "./SageMakerA2IRuntime"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Augmented AI (Amazon A2I) adds the benefit of human judgment to any machine learning + * application. When an AI application can't evaluate data with a high degree of confidence, + * human reviewers can take over. This human review is called a human review workflow. To create + * and start a human review workflow, you need three resources: a worker task + * template, a flow definition, and a human + * loop.

+ *

For information about these resources and prerequisites for using Amazon A2I, see Get Started with + * Amazon Augmented AI in the Amazon SageMaker Developer Guide.

+ *

This API reference includes information about API actions and data types that you can use + * to interact with Amazon A2I programmatically. Use this guide to:

+ *
    + *
  • + *

    Start a human loop with the StartHumanLoop operation when using + * Amazon A2I with a custom task type. To learn more about the + * difference between custom and built-in task types, see Use Task Types . To learn + * how to start a human loop using this API, see Create and Start a Human Loop for a Custom Task Type in the + * Amazon SageMaker Developer Guide.

    + *
  • + *
  • + *

    Manage your human loops. You can list all human loops that you have created, describe + * individual human loops, and stop and delete human loops. To learn more, see Monitor and Manage Your Human Loop in the Amazon SageMaker Developer Guide.

    + *
  • + *
+ *

Amazon A2I integrates APIs from various AWS services to create and start human review + * workflows for those services. To learn how Amazon A2I uses these APIs, see Use APIs in + * Amazon A2I in the Amazon SageMaker Developer Guide.

+ * + * @packageDocumentation + */ export * from "./SageMakerA2IRuntimeClient"; +export * from "./SageMakerA2IRuntime"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { SageMakerA2IRuntimeServiceException } from "./models/SageMakerA2IRuntimeServiceException"; diff --git a/clients/client-sagemaker-a2i-runtime/src/models/SageMakerA2IRuntimeServiceException.ts b/clients/client-sagemaker-a2i-runtime/src/models/SageMakerA2IRuntimeServiceException.ts index f4d673185e5a4..ce409c749b7e7 100644 --- a/clients/client-sagemaker-a2i-runtime/src/models/SageMakerA2IRuntimeServiceException.ts +++ b/clients/client-sagemaker-a2i-runtime/src/models/SageMakerA2IRuntimeServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-sagemaker-edge/src/SagemakerEdgeClient.ts b/clients/client-sagemaker-edge/src/SagemakerEdgeClient.ts index 76a1c532028e0..c0f5f7c5e4b87 100644 --- a/clients/client-sagemaker-edge/src/SagemakerEdgeClient.ts +++ b/clients/client-sagemaker-edge/src/SagemakerEdgeClient.ts @@ -65,6 +65,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -208,7 +210,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SagemakerEdgeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SagemakerEdgeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -227,7 +229,7 @@ export interface SagemakerEdgeClientConfig extends SagemakerEdgeClientConfigType /** * @public */ -type SagemakerEdgeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SagemakerEdgeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-sagemaker-edge/src/commands/GetDeploymentsCommand.ts b/clients/client-sagemaker-edge/src/commands/GetDeploymentsCommand.ts index 77cbe57418b7f..c64c74028af7b 100644 --- a/clients/client-sagemaker-edge/src/commands/GetDeploymentsCommand.ts +++ b/clients/client-sagemaker-edge/src/commands/GetDeploymentsCommand.ts @@ -17,6 +17,10 @@ import { GetDeploymentsRequest, GetDeploymentsResult } from "../models/models_0" import { de_GetDeploymentsCommand, se_GetDeploymentsCommand } from "../protocols/Aws_restJson1"; import { SagemakerEdgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SagemakerEdgeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-edge/src/commands/GetDeviceRegistrationCommand.ts b/clients/client-sagemaker-edge/src/commands/GetDeviceRegistrationCommand.ts index 4058c9e576330..95ea18bf7749d 100644 --- a/clients/client-sagemaker-edge/src/commands/GetDeviceRegistrationCommand.ts +++ b/clients/client-sagemaker-edge/src/commands/GetDeviceRegistrationCommand.ts @@ -17,6 +17,10 @@ import { GetDeviceRegistrationRequest, GetDeviceRegistrationResult } from "../mo import { de_GetDeviceRegistrationCommand, se_GetDeviceRegistrationCommand } from "../protocols/Aws_restJson1"; import { SagemakerEdgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SagemakerEdgeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-edge/src/commands/SendHeartbeatCommand.ts b/clients/client-sagemaker-edge/src/commands/SendHeartbeatCommand.ts index 9dae44bd3e731..8c76cc7d492c0 100644 --- a/clients/client-sagemaker-edge/src/commands/SendHeartbeatCommand.ts +++ b/clients/client-sagemaker-edge/src/commands/SendHeartbeatCommand.ts @@ -17,6 +17,10 @@ import { SendHeartbeatRequest } from "../models/models_0"; import { de_SendHeartbeatCommand, se_SendHeartbeatCommand } from "../protocols/Aws_restJson1"; import { SagemakerEdgeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SagemakerEdgeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-edge/src/index.ts b/clients/client-sagemaker-edge/src/index.ts index 5a9e56da6083f..65035353f9fbc 100644 --- a/clients/client-sagemaker-edge/src/index.ts +++ b/clients/client-sagemaker-edge/src/index.ts @@ -1,6 +1,12 @@ -export * from "./SagemakerEdge"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

SageMaker Edge Manager dataplane service for communicating with active agents.

+ * + * @packageDocumentation + */ export * from "./SagemakerEdgeClient"; +export * from "./SagemakerEdge"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-sagemaker-edge/src/models/SagemakerEdgeServiceException.ts b/clients/client-sagemaker-edge/src/models/SagemakerEdgeServiceException.ts index c101dfc0d176c..2d4c5c2fbd654 100644 --- a/clients/client-sagemaker-edge/src/models/SagemakerEdgeServiceException.ts +++ b/clients/client-sagemaker-edge/src/models/SagemakerEdgeServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-sagemaker-featurestore-runtime/src/SageMakerFeatureStoreRuntimeClient.ts b/clients/client-sagemaker-featurestore-runtime/src/SageMakerFeatureStoreRuntimeClient.ts index 788dfbf2170c8..f024d52889056 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/SageMakerFeatureStoreRuntimeClient.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/SageMakerFeatureStoreRuntimeClient.ts @@ -63,6 +63,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -208,7 +210,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SageMakerFeatureStoreRuntimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SageMakerFeatureStoreRuntimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -227,7 +229,7 @@ export interface SageMakerFeatureStoreRuntimeClientConfig extends SageMakerFeatu /** * @public */ -type SageMakerFeatureStoreRuntimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SageMakerFeatureStoreRuntimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-sagemaker-featurestore-runtime/src/commands/BatchGetRecordCommand.ts b/clients/client-sagemaker-featurestore-runtime/src/commands/BatchGetRecordCommand.ts index 606890da9db9f..36a437cc742cf 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/commands/BatchGetRecordCommand.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/commands/BatchGetRecordCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../SageMakerFeatureStoreRuntimeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-featurestore-runtime/src/commands/DeleteRecordCommand.ts b/clients/client-sagemaker-featurestore-runtime/src/commands/DeleteRecordCommand.ts index ff3ccae778343..da0941c48e6f1 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/commands/DeleteRecordCommand.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/commands/DeleteRecordCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../SageMakerFeatureStoreRuntimeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-featurestore-runtime/src/commands/GetRecordCommand.ts b/clients/client-sagemaker-featurestore-runtime/src/commands/GetRecordCommand.ts index 82a0cdf6f382a..133b7062eed1c 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/commands/GetRecordCommand.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/commands/GetRecordCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../SageMakerFeatureStoreRuntimeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-featurestore-runtime/src/commands/PutRecordCommand.ts b/clients/client-sagemaker-featurestore-runtime/src/commands/PutRecordCommand.ts index bfe46963316cf..cb85d4904e401 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/commands/PutRecordCommand.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/commands/PutRecordCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../SageMakerFeatureStoreRuntimeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-featurestore-runtime/src/index.ts b/clients/client-sagemaker-featurestore-runtime/src/index.ts index f880962ddfa76..d49c72b84a3c3 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/index.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/index.ts @@ -1,6 +1,38 @@ -export * from "./SageMakerFeatureStoreRuntime"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Contains all data plane API operations and data types for the Amazon SageMaker Feature + * Store. Use this API to put, delete, and retrieve (get) features from a feature + * store.

+ *

Use the following operations to configure your OnlineStore and + * OfflineStore features, and to create and manage feature groups:

+ * + * + * @packageDocumentation + */ export * from "./SageMakerFeatureStoreRuntimeClient"; +export * from "./SageMakerFeatureStoreRuntime"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-sagemaker-featurestore-runtime/src/models/SageMakerFeatureStoreRuntimeServiceException.ts b/clients/client-sagemaker-featurestore-runtime/src/models/SageMakerFeatureStoreRuntimeServiceException.ts index fd41c28dbbf40..493bd9685bcb2 100644 --- a/clients/client-sagemaker-featurestore-runtime/src/models/SageMakerFeatureStoreRuntimeServiceException.ts +++ b/clients/client-sagemaker-featurestore-runtime/src/models/SageMakerFeatureStoreRuntimeServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-sagemaker-geospatial/src/SageMakerGeospatialClient.ts b/clients/client-sagemaker-geospatial/src/SageMakerGeospatialClient.ts index f3c07eb7e3662..efa09b0aede8a 100644 --- a/clients/client-sagemaker-geospatial/src/SageMakerGeospatialClient.ts +++ b/clients/client-sagemaker-geospatial/src/SageMakerGeospatialClient.ts @@ -127,6 +127,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -308,7 +310,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SageMakerGeospatialClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SageMakerGeospatialClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -327,7 +329,7 @@ export interface SageMakerGeospatialClientConfig extends SageMakerGeospatialClie /** * @public */ -type SageMakerGeospatialClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SageMakerGeospatialClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-sagemaker-geospatial/src/commands/DeleteEarthObservationJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/DeleteEarthObservationJobCommand.ts index c88baf43d9de6..ccbae0ece9916 100644 --- a/clients/client-sagemaker-geospatial/src/commands/DeleteEarthObservationJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/DeleteEarthObservationJobCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../SageMakerGeospatialClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-geospatial/src/commands/DeleteVectorEnrichmentJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/DeleteVectorEnrichmentJobCommand.ts index 262d97f20da1d..69797aa7fd101 100644 --- a/clients/client-sagemaker-geospatial/src/commands/DeleteVectorEnrichmentJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/DeleteVectorEnrichmentJobCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../SageMakerGeospatialClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-geospatial/src/commands/ExportEarthObservationJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ExportEarthObservationJobCommand.ts index 9fba922299e02..37b31bcecda7f 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ExportEarthObservationJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ExportEarthObservationJobCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../SageMakerGeospatialClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-geospatial/src/commands/ExportVectorEnrichmentJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ExportVectorEnrichmentJobCommand.ts index 581792182a2ca..f1b9c8f23a7e6 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ExportVectorEnrichmentJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ExportVectorEnrichmentJobCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../SageMakerGeospatialClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-geospatial/src/commands/GetEarthObservationJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/GetEarthObservationJobCommand.ts index a289662f18d9b..c72b32cfbcb1c 100644 --- a/clients/client-sagemaker-geospatial/src/commands/GetEarthObservationJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/GetEarthObservationJobCommand.ts @@ -25,6 +25,10 @@ import { ServiceOutputTypes, } from "../SageMakerGeospatialClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-geospatial/src/commands/GetRasterDataCollectionCommand.ts b/clients/client-sagemaker-geospatial/src/commands/GetRasterDataCollectionCommand.ts index 6e9c70366f32e..3f44f77a53e11 100644 --- a/clients/client-sagemaker-geospatial/src/commands/GetRasterDataCollectionCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/GetRasterDataCollectionCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../SageMakerGeospatialClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-geospatial/src/commands/GetTileCommand.ts b/clients/client-sagemaker-geospatial/src/commands/GetTileCommand.ts index 9c781fd0d7a12..2e5f97af99541 100644 --- a/clients/client-sagemaker-geospatial/src/commands/GetTileCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/GetTileCommand.ts @@ -24,6 +24,10 @@ import { ServiceOutputTypes, } from "../SageMakerGeospatialClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-geospatial/src/commands/GetVectorEnrichmentJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/GetVectorEnrichmentJobCommand.ts index 4f035db2809b9..a1a7fbb049cb0 100644 --- a/clients/client-sagemaker-geospatial/src/commands/GetVectorEnrichmentJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/GetVectorEnrichmentJobCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../SageMakerGeospatialClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-geospatial/src/commands/ListEarthObservationJobsCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ListEarthObservationJobsCommand.ts index 4e599b97d7d5c..e95b55bae516f 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ListEarthObservationJobsCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ListEarthObservationJobsCommand.ts @@ -26,6 +26,10 @@ import { ServiceOutputTypes, } from "../SageMakerGeospatialClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-geospatial/src/commands/ListRasterDataCollectionsCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ListRasterDataCollectionsCommand.ts index 3bf6d8995ed83..23ebff7370fa3 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ListRasterDataCollectionsCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ListRasterDataCollectionsCommand.ts @@ -26,6 +26,10 @@ import { ServiceOutputTypes, } from "../SageMakerGeospatialClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-geospatial/src/commands/ListTagsForResourceCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ListTagsForResourceCommand.ts index 079382a89f322..e5bb28c2b0f81 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../SageMakerGeospatialClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-geospatial/src/commands/ListVectorEnrichmentJobsCommand.ts b/clients/client-sagemaker-geospatial/src/commands/ListVectorEnrichmentJobsCommand.ts index 4e82435fd7665..f49cbcc586171 100644 --- a/clients/client-sagemaker-geospatial/src/commands/ListVectorEnrichmentJobsCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/ListVectorEnrichmentJobsCommand.ts @@ -26,6 +26,10 @@ import { ServiceOutputTypes, } from "../SageMakerGeospatialClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-geospatial/src/commands/SearchRasterDataCollectionCommand.ts b/clients/client-sagemaker-geospatial/src/commands/SearchRasterDataCollectionCommand.ts index cd657b7601685..59054e6bd04bf 100644 --- a/clients/client-sagemaker-geospatial/src/commands/SearchRasterDataCollectionCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/SearchRasterDataCollectionCommand.ts @@ -26,6 +26,10 @@ import { ServiceOutputTypes, } from "../SageMakerGeospatialClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-geospatial/src/commands/StartEarthObservationJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/StartEarthObservationJobCommand.ts index 453ebc7a1a0cf..d14a26fe48644 100644 --- a/clients/client-sagemaker-geospatial/src/commands/StartEarthObservationJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/StartEarthObservationJobCommand.ts @@ -26,6 +26,10 @@ import { ServiceOutputTypes, } from "../SageMakerGeospatialClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-geospatial/src/commands/StartVectorEnrichmentJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/StartVectorEnrichmentJobCommand.ts index 83bb59f1c2e8e..d1d2e15063b13 100644 --- a/clients/client-sagemaker-geospatial/src/commands/StartVectorEnrichmentJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/StartVectorEnrichmentJobCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../SageMakerGeospatialClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-geospatial/src/commands/StopEarthObservationJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/StopEarthObservationJobCommand.ts index d78025243815d..bd4ab797db104 100644 --- a/clients/client-sagemaker-geospatial/src/commands/StopEarthObservationJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/StopEarthObservationJobCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../SageMakerGeospatialClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-geospatial/src/commands/StopVectorEnrichmentJobCommand.ts b/clients/client-sagemaker-geospatial/src/commands/StopVectorEnrichmentJobCommand.ts index ad98854df66ca..2244c9eb8daaa 100644 --- a/clients/client-sagemaker-geospatial/src/commands/StopVectorEnrichmentJobCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/StopVectorEnrichmentJobCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../SageMakerGeospatialClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-geospatial/src/commands/TagResourceCommand.ts b/clients/client-sagemaker-geospatial/src/commands/TagResourceCommand.ts index 8059a31ad1ce5..d585bd7866429 100644 --- a/clients/client-sagemaker-geospatial/src/commands/TagResourceCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../SageMakerGeospatialClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-geospatial/src/commands/UntagResourceCommand.ts b/clients/client-sagemaker-geospatial/src/commands/UntagResourceCommand.ts index 16a67bb30853d..298eb253b9b34 100644 --- a/clients/client-sagemaker-geospatial/src/commands/UntagResourceCommand.ts +++ b/clients/client-sagemaker-geospatial/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../SageMakerGeospatialClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-geospatial/src/index.ts b/clients/client-sagemaker-geospatial/src/index.ts index 6f00d1d4aee99..046827767cfca 100644 --- a/clients/client-sagemaker-geospatial/src/index.ts +++ b/clients/client-sagemaker-geospatial/src/index.ts @@ -1,8 +1,14 @@ -export * from "./SageMakerGeospatial"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Provides APIs for creating and managing SageMaker geospatial resources.

+ * + * @packageDocumentation + */ export * from "./SageMakerGeospatialClient"; +export * from "./SageMakerGeospatial"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { SageMakerGeospatialServiceException } from "./models/SageMakerGeospatialServiceException"; diff --git a/clients/client-sagemaker-geospatial/src/models/SageMakerGeospatialServiceException.ts b/clients/client-sagemaker-geospatial/src/models/SageMakerGeospatialServiceException.ts index 351ad0730dec6..fb00ab559b154 100644 --- a/clients/client-sagemaker-geospatial/src/models/SageMakerGeospatialServiceException.ts +++ b/clients/client-sagemaker-geospatial/src/models/SageMakerGeospatialServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-sagemaker-metrics/src/SageMakerMetricsClient.ts b/clients/client-sagemaker-metrics/src/SageMakerMetricsClient.ts index e79f7e4d95db4..75d1ec41717da 100644 --- a/clients/client-sagemaker-metrics/src/SageMakerMetricsClient.ts +++ b/clients/client-sagemaker-metrics/src/SageMakerMetricsClient.ts @@ -60,6 +60,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -197,7 +199,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SageMakerMetricsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SageMakerMetricsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -216,7 +218,7 @@ export interface SageMakerMetricsClientConfig extends SageMakerMetricsClientConf /** * @public */ -type SageMakerMetricsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SageMakerMetricsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-sagemaker-metrics/src/commands/BatchPutMetricsCommand.ts b/clients/client-sagemaker-metrics/src/commands/BatchPutMetricsCommand.ts index b392104f944b5..05790f09f6e1b 100644 --- a/clients/client-sagemaker-metrics/src/commands/BatchPutMetricsCommand.ts +++ b/clients/client-sagemaker-metrics/src/commands/BatchPutMetricsCommand.ts @@ -17,6 +17,10 @@ import { BatchPutMetricsRequest, BatchPutMetricsResponse } from "../models/model import { de_BatchPutMetricsCommand, se_BatchPutMetricsCommand } from "../protocols/Aws_restJson1"; import { SageMakerMetricsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerMetricsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-metrics/src/index.ts b/clients/client-sagemaker-metrics/src/index.ts index f9b088176cff2..4a89ac9d2a877 100644 --- a/clients/client-sagemaker-metrics/src/index.ts +++ b/clients/client-sagemaker-metrics/src/index.ts @@ -1,6 +1,20 @@ -export * from "./SageMakerMetrics"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Contains all data plane API operations and data types for Amazon SageMaker Metrics. + * Use these APIs to put and retrieve (get) features related to your training run.

+ * + * + * @packageDocumentation + */ export * from "./SageMakerMetricsClient"; +export * from "./SageMakerMetrics"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-sagemaker-metrics/src/models/SageMakerMetricsServiceException.ts b/clients/client-sagemaker-metrics/src/models/SageMakerMetricsServiceException.ts index a1c764bada9e7..f1aa86dc0b1d0 100644 --- a/clients/client-sagemaker-metrics/src/models/SageMakerMetricsServiceException.ts +++ b/clients/client-sagemaker-metrics/src/models/SageMakerMetricsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-sagemaker-runtime/src/SageMakerRuntimeClient.ts b/clients/client-sagemaker-runtime/src/SageMakerRuntimeClient.ts index b1029ad5a1bf3..a986253e5ed5a 100644 --- a/clients/client-sagemaker-runtime/src/SageMakerRuntimeClient.ts +++ b/clients/client-sagemaker-runtime/src/SageMakerRuntimeClient.ts @@ -64,6 +64,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -201,7 +203,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SageMakerRuntimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SageMakerRuntimeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -220,7 +222,7 @@ export interface SageMakerRuntimeClientConfig extends SageMakerRuntimeClientConf /** * @public */ -type SageMakerRuntimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SageMakerRuntimeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-sagemaker-runtime/src/commands/InvokeEndpointAsyncCommand.ts b/clients/client-sagemaker-runtime/src/commands/InvokeEndpointAsyncCommand.ts index 92f7eae8b8f4e..5f2c18fa4c204 100644 --- a/clients/client-sagemaker-runtime/src/commands/InvokeEndpointAsyncCommand.ts +++ b/clients/client-sagemaker-runtime/src/commands/InvokeEndpointAsyncCommand.ts @@ -21,6 +21,10 @@ import { import { de_InvokeEndpointAsyncCommand, se_InvokeEndpointAsyncCommand } from "../protocols/Aws_restJson1"; import { SageMakerRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerRuntimeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-runtime/src/commands/InvokeEndpointCommand.ts b/clients/client-sagemaker-runtime/src/commands/InvokeEndpointCommand.ts index aeffc18467e76..ede69b8518e8f 100644 --- a/clients/client-sagemaker-runtime/src/commands/InvokeEndpointCommand.ts +++ b/clients/client-sagemaker-runtime/src/commands/InvokeEndpointCommand.ts @@ -22,6 +22,10 @@ import { import { de_InvokeEndpointCommand, se_InvokeEndpointCommand } from "../protocols/Aws_restJson1"; import { SageMakerRuntimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerRuntimeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker-runtime/src/index.ts b/clients/client-sagemaker-runtime/src/index.ts index 86b2642a2176e..d735d9c204dee 100644 --- a/clients/client-sagemaker-runtime/src/index.ts +++ b/clients/client-sagemaker-runtime/src/index.ts @@ -1,6 +1,12 @@ -export * from "./SageMakerRuntime"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The Amazon SageMaker runtime API.

+ * + * @packageDocumentation + */ export * from "./SageMakerRuntimeClient"; +export * from "./SageMakerRuntime"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-sagemaker-runtime/src/models/SageMakerRuntimeServiceException.ts b/clients/client-sagemaker-runtime/src/models/SageMakerRuntimeServiceException.ts index 37d732cb1986f..9b16d96c33291 100644 --- a/clients/client-sagemaker-runtime/src/models/SageMakerRuntimeServiceException.ts +++ b/clients/client-sagemaker-runtime/src/models/SageMakerRuntimeServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-sagemaker/src/SageMakerClient.ts b/clients/client-sagemaker/src/SageMakerClient.ts index 6b316fb633b8c..97a3125eda1eb 100644 --- a/clients/client-sagemaker/src/SageMakerClient.ts +++ b/clients/client-sagemaker/src/SageMakerClient.ts @@ -817,6 +817,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -1558,7 +1560,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SageMakerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SageMakerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -1577,7 +1579,7 @@ export interface SageMakerClientConfig extends SageMakerClientConfigType {} /** * @public */ -type SageMakerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SageMakerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-sagemaker/src/commands/AddAssociationCommand.ts b/clients/client-sagemaker/src/commands/AddAssociationCommand.ts index cbdd93374fd19..fb1e64fd7b054 100644 --- a/clients/client-sagemaker/src/commands/AddAssociationCommand.ts +++ b/clients/client-sagemaker/src/commands/AddAssociationCommand.ts @@ -17,6 +17,10 @@ import { AddAssociationRequest, AddAssociationResponse } from "../models/models_ import { de_AddAssociationCommand, se_AddAssociationCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/AddTagsCommand.ts b/clients/client-sagemaker/src/commands/AddTagsCommand.ts index d2a0ed35787fc..fbe25edd07ac7 100644 --- a/clients/client-sagemaker/src/commands/AddTagsCommand.ts +++ b/clients/client-sagemaker/src/commands/AddTagsCommand.ts @@ -17,6 +17,10 @@ import { AddTagsInput, AddTagsOutput } from "../models/models_0"; import { de_AddTagsCommand, se_AddTagsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/AssociateTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/AssociateTrialComponentCommand.ts index 04b327034fc1e..3fa0e962a6243 100644 --- a/clients/client-sagemaker/src/commands/AssociateTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/AssociateTrialComponentCommand.ts @@ -17,6 +17,10 @@ import { AssociateTrialComponentRequest, AssociateTrialComponentResponse } from import { de_AssociateTrialComponentCommand, se_AssociateTrialComponentCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/BatchDescribeModelPackageCommand.ts b/clients/client-sagemaker/src/commands/BatchDescribeModelPackageCommand.ts index 8103bd7a6107e..f08175b55f7b9 100644 --- a/clients/client-sagemaker/src/commands/BatchDescribeModelPackageCommand.ts +++ b/clients/client-sagemaker/src/commands/BatchDescribeModelPackageCommand.ts @@ -17,6 +17,10 @@ import { BatchDescribeModelPackageInput, BatchDescribeModelPackageOutput } from import { de_BatchDescribeModelPackageCommand, se_BatchDescribeModelPackageCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateActionCommand.ts b/clients/client-sagemaker/src/commands/CreateActionCommand.ts index e6f4144a8bc91..039a2f0db01d2 100644 --- a/clients/client-sagemaker/src/commands/CreateActionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateActionCommand.ts @@ -17,6 +17,10 @@ import { CreateActionRequest, CreateActionResponse } from "../models/models_0"; import { de_CreateActionCommand, se_CreateActionCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateAlgorithmCommand.ts b/clients/client-sagemaker/src/commands/CreateAlgorithmCommand.ts index cebc9502c044e..47cad95466053 100644 --- a/clients/client-sagemaker/src/commands/CreateAlgorithmCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateAlgorithmCommand.ts @@ -17,6 +17,10 @@ import { CreateAlgorithmInput, CreateAlgorithmOutput } from "../models/models_0" import { de_CreateAlgorithmCommand, se_CreateAlgorithmCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateAppCommand.ts b/clients/client-sagemaker/src/commands/CreateAppCommand.ts index 0084a803574f1..64bb4fb6fdb41 100644 --- a/clients/client-sagemaker/src/commands/CreateAppCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateAppCommand.ts @@ -17,6 +17,10 @@ import { CreateAppRequest, CreateAppResponse } from "../models/models_0"; import { de_CreateAppCommand, se_CreateAppCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateAppImageConfigCommand.ts b/clients/client-sagemaker/src/commands/CreateAppImageConfigCommand.ts index c5c4b7f4d6620..f7f24b7398354 100644 --- a/clients/client-sagemaker/src/commands/CreateAppImageConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateAppImageConfigCommand.ts @@ -17,6 +17,10 @@ import { CreateAppImageConfigRequest, CreateAppImageConfigResponse } from "../mo import { de_CreateAppImageConfigCommand, se_CreateAppImageConfigCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateArtifactCommand.ts b/clients/client-sagemaker/src/commands/CreateArtifactCommand.ts index dc88b1b35e114..c3c969c5a5719 100644 --- a/clients/client-sagemaker/src/commands/CreateArtifactCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateArtifactCommand.ts @@ -17,6 +17,10 @@ import { CreateArtifactRequest, CreateArtifactResponse } from "../models/models_ import { de_CreateArtifactCommand, se_CreateArtifactCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateAutoMLJobCommand.ts b/clients/client-sagemaker/src/commands/CreateAutoMLJobCommand.ts index e8dba605d0d6c..9296ee0abeb2b 100644 --- a/clients/client-sagemaker/src/commands/CreateAutoMLJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateAutoMLJobCommand.ts @@ -17,6 +17,10 @@ import { CreateAutoMLJobRequest, CreateAutoMLJobResponse } from "../models/model import { de_CreateAutoMLJobCommand, se_CreateAutoMLJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateAutoMLJobV2Command.ts b/clients/client-sagemaker/src/commands/CreateAutoMLJobV2Command.ts index 91bd34b047749..e3e703c24fb33 100644 --- a/clients/client-sagemaker/src/commands/CreateAutoMLJobV2Command.ts +++ b/clients/client-sagemaker/src/commands/CreateAutoMLJobV2Command.ts @@ -17,6 +17,10 @@ import { CreateAutoMLJobV2Request, CreateAutoMLJobV2Response } from "../models/m import { de_CreateAutoMLJobV2Command, se_CreateAutoMLJobV2Command } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateCodeRepositoryCommand.ts b/clients/client-sagemaker/src/commands/CreateCodeRepositoryCommand.ts index 8af630db0f5b7..b60bb80969ff0 100644 --- a/clients/client-sagemaker/src/commands/CreateCodeRepositoryCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateCodeRepositoryCommand.ts @@ -17,6 +17,10 @@ import { CreateCodeRepositoryInput, CreateCodeRepositoryOutput } from "../models import { de_CreateCodeRepositoryCommand, se_CreateCodeRepositoryCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateCompilationJobCommand.ts b/clients/client-sagemaker/src/commands/CreateCompilationJobCommand.ts index 609ff9097bed3..45d11aaab7cc2 100644 --- a/clients/client-sagemaker/src/commands/CreateCompilationJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateCompilationJobCommand.ts @@ -17,6 +17,10 @@ import { CreateCompilationJobRequest, CreateCompilationJobResponse } from "../mo import { de_CreateCompilationJobCommand, se_CreateCompilationJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateContextCommand.ts b/clients/client-sagemaker/src/commands/CreateContextCommand.ts index 368b0c95224a2..31b984d755da1 100644 --- a/clients/client-sagemaker/src/commands/CreateContextCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateContextCommand.ts @@ -17,6 +17,10 @@ import { CreateContextRequest, CreateContextResponse } from "../models/models_0" import { de_CreateContextCommand, se_CreateContextCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateDataQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/CreateDataQualityJobDefinitionCommand.ts index af2c726c4dc7f..8ea07aeafc773 100644 --- a/clients/client-sagemaker/src/commands/CreateDataQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateDataQualityJobDefinitionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateDeviceFleetCommand.ts b/clients/client-sagemaker/src/commands/CreateDeviceFleetCommand.ts index a56053533ae10..285f718ee5a85 100644 --- a/clients/client-sagemaker/src/commands/CreateDeviceFleetCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateDeviceFleetCommand.ts @@ -17,6 +17,10 @@ import { CreateDeviceFleetRequest } from "../models/models_0"; import { de_CreateDeviceFleetCommand, se_CreateDeviceFleetCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateDomainCommand.ts b/clients/client-sagemaker/src/commands/CreateDomainCommand.ts index 86280130a9bfd..cfb0480d233da 100644 --- a/clients/client-sagemaker/src/commands/CreateDomainCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateDomainCommand.ts @@ -17,6 +17,10 @@ import { CreateDomainRequest, CreateDomainResponse } from "../models/models_0"; import { de_CreateDomainCommand, se_CreateDomainCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateEdgeDeploymentPlanCommand.ts b/clients/client-sagemaker/src/commands/CreateEdgeDeploymentPlanCommand.ts index 656f884cdc09b..65a9a6d5b639c 100644 --- a/clients/client-sagemaker/src/commands/CreateEdgeDeploymentPlanCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateEdgeDeploymentPlanCommand.ts @@ -17,6 +17,10 @@ import { CreateEdgeDeploymentPlanRequest, CreateEdgeDeploymentPlanResponse } fro import { de_CreateEdgeDeploymentPlanCommand, se_CreateEdgeDeploymentPlanCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateEdgeDeploymentStageCommand.ts b/clients/client-sagemaker/src/commands/CreateEdgeDeploymentStageCommand.ts index 5e18325177cac..ec6c18a2d7a90 100644 --- a/clients/client-sagemaker/src/commands/CreateEdgeDeploymentStageCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateEdgeDeploymentStageCommand.ts @@ -17,6 +17,10 @@ import { CreateEdgeDeploymentStageRequest } from "../models/models_0"; import { de_CreateEdgeDeploymentStageCommand, se_CreateEdgeDeploymentStageCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateEdgePackagingJobCommand.ts b/clients/client-sagemaker/src/commands/CreateEdgePackagingJobCommand.ts index 88910c5172d08..f355fb6ab26c1 100644 --- a/clients/client-sagemaker/src/commands/CreateEdgePackagingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateEdgePackagingJobCommand.ts @@ -17,6 +17,10 @@ import { CreateEdgePackagingJobRequest } from "../models/models_1"; import { de_CreateEdgePackagingJobCommand, se_CreateEdgePackagingJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateEndpointCommand.ts b/clients/client-sagemaker/src/commands/CreateEndpointCommand.ts index 25c3746d7158e..25315d3f2f396 100644 --- a/clients/client-sagemaker/src/commands/CreateEndpointCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateEndpointCommand.ts @@ -17,6 +17,10 @@ import { CreateEndpointInput, CreateEndpointOutput } from "../models/models_1"; import { de_CreateEndpointCommand, se_CreateEndpointCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateEndpointConfigCommand.ts b/clients/client-sagemaker/src/commands/CreateEndpointConfigCommand.ts index f87f7aad10a37..2f499a5922e67 100644 --- a/clients/client-sagemaker/src/commands/CreateEndpointConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateEndpointConfigCommand.ts @@ -17,6 +17,10 @@ import { CreateEndpointConfigInput, CreateEndpointConfigOutput } from "../models import { de_CreateEndpointConfigCommand, se_CreateEndpointConfigCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateExperimentCommand.ts b/clients/client-sagemaker/src/commands/CreateExperimentCommand.ts index 193aef8e53f8f..1f7a20c81e74e 100644 --- a/clients/client-sagemaker/src/commands/CreateExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateExperimentCommand.ts @@ -17,6 +17,10 @@ import { CreateExperimentRequest, CreateExperimentResponse } from "../models/mod import { de_CreateExperimentCommand, se_CreateExperimentCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateFeatureGroupCommand.ts b/clients/client-sagemaker/src/commands/CreateFeatureGroupCommand.ts index e776afc63b2a7..9a61d97f356be 100644 --- a/clients/client-sagemaker/src/commands/CreateFeatureGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateFeatureGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateFeatureGroupRequest, CreateFeatureGroupResponse } from "../models import { de_CreateFeatureGroupCommand, se_CreateFeatureGroupCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateFlowDefinitionCommand.ts b/clients/client-sagemaker/src/commands/CreateFlowDefinitionCommand.ts index d65a00e76230f..e36487e19b6de 100644 --- a/clients/client-sagemaker/src/commands/CreateFlowDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateFlowDefinitionCommand.ts @@ -17,6 +17,10 @@ import { CreateFlowDefinitionRequest, CreateFlowDefinitionResponse } from "../mo import { de_CreateFlowDefinitionCommand, se_CreateFlowDefinitionCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateHubCommand.ts b/clients/client-sagemaker/src/commands/CreateHubCommand.ts index ab49cd5692c07..19d6bb530a6b8 100644 --- a/clients/client-sagemaker/src/commands/CreateHubCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateHubCommand.ts @@ -17,6 +17,10 @@ import { CreateHubRequest, CreateHubResponse } from "../models/models_1"; import { de_CreateHubCommand, se_CreateHubCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateHumanTaskUiCommand.ts b/clients/client-sagemaker/src/commands/CreateHumanTaskUiCommand.ts index db45799b85148..2c72bb7d0822a 100644 --- a/clients/client-sagemaker/src/commands/CreateHumanTaskUiCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateHumanTaskUiCommand.ts @@ -17,6 +17,10 @@ import { CreateHumanTaskUiRequest, CreateHumanTaskUiResponse } from "../models/m import { de_CreateHumanTaskUiCommand, se_CreateHumanTaskUiCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateHyperParameterTuningJobCommand.ts b/clients/client-sagemaker/src/commands/CreateHyperParameterTuningJobCommand.ts index 5ba269f3bf651..5da814a987a62 100644 --- a/clients/client-sagemaker/src/commands/CreateHyperParameterTuningJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateHyperParameterTuningJobCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateImageCommand.ts b/clients/client-sagemaker/src/commands/CreateImageCommand.ts index 2c1b106368f39..2199958010abc 100644 --- a/clients/client-sagemaker/src/commands/CreateImageCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateImageCommand.ts @@ -17,6 +17,10 @@ import { CreateImageRequest, CreateImageResponse } from "../models/models_1"; import { de_CreateImageCommand, se_CreateImageCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateImageVersionCommand.ts b/clients/client-sagemaker/src/commands/CreateImageVersionCommand.ts index 4395058df5180..48db8fc8431b9 100644 --- a/clients/client-sagemaker/src/commands/CreateImageVersionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateImageVersionCommand.ts @@ -17,6 +17,10 @@ import { CreateImageVersionRequest, CreateImageVersionResponse } from "../models import { de_CreateImageVersionCommand, se_CreateImageVersionCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/CreateInferenceExperimentCommand.ts index ed03d79747840..bdf8520a25b5f 100644 --- a/clients/client-sagemaker/src/commands/CreateInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateInferenceExperimentCommand.ts @@ -17,6 +17,10 @@ import { CreateInferenceExperimentRequest, CreateInferenceExperimentResponse } f import { de_CreateInferenceExperimentCommand, se_CreateInferenceExperimentCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateInferenceRecommendationsJobCommand.ts b/clients/client-sagemaker/src/commands/CreateInferenceRecommendationsJobCommand.ts index 1e7bcbff25d06..62e328cf3a037 100644 --- a/clients/client-sagemaker/src/commands/CreateInferenceRecommendationsJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateInferenceRecommendationsJobCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateLabelingJobCommand.ts b/clients/client-sagemaker/src/commands/CreateLabelingJobCommand.ts index ae602034b2288..9af6014b9229a 100644 --- a/clients/client-sagemaker/src/commands/CreateLabelingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateLabelingJobCommand.ts @@ -17,6 +17,10 @@ import { CreateLabelingJobRequest, CreateLabelingJobResponse } from "../models/m import { de_CreateLabelingJobCommand, se_CreateLabelingJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateModelBiasJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/CreateModelBiasJobDefinitionCommand.ts index 94d679993def7..c6bff6bb448a4 100644 --- a/clients/client-sagemaker/src/commands/CreateModelBiasJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelBiasJobDefinitionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateModelCardCommand.ts b/clients/client-sagemaker/src/commands/CreateModelCardCommand.ts index de16b03d39f54..bc772502f485e 100644 --- a/clients/client-sagemaker/src/commands/CreateModelCardCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelCardCommand.ts @@ -21,6 +21,10 @@ import { import { de_CreateModelCardCommand, se_CreateModelCardCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateModelCardExportJobCommand.ts b/clients/client-sagemaker/src/commands/CreateModelCardExportJobCommand.ts index 7810e7914552e..9401919bdbe64 100644 --- a/clients/client-sagemaker/src/commands/CreateModelCardExportJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelCardExportJobCommand.ts @@ -17,6 +17,10 @@ import { CreateModelCardExportJobRequest, CreateModelCardExportJobResponse } fro import { de_CreateModelCardExportJobCommand, se_CreateModelCardExportJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateModelCommand.ts b/clients/client-sagemaker/src/commands/CreateModelCommand.ts index f1c4d39ae3580..529f8c7a978f1 100644 --- a/clients/client-sagemaker/src/commands/CreateModelCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelCommand.ts @@ -17,6 +17,10 @@ import { CreateModelInput, CreateModelOutput } from "../models/models_1"; import { de_CreateModelCommand, se_CreateModelCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateModelExplainabilityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/CreateModelExplainabilityJobDefinitionCommand.ts index 6c709bce710f7..db846a7751a57 100644 --- a/clients/client-sagemaker/src/commands/CreateModelExplainabilityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelExplainabilityJobDefinitionCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateModelPackageCommand.ts b/clients/client-sagemaker/src/commands/CreateModelPackageCommand.ts index 14c29e6d0d292..719c6149220f1 100644 --- a/clients/client-sagemaker/src/commands/CreateModelPackageCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelPackageCommand.ts @@ -17,6 +17,10 @@ import { CreateModelPackageInput, CreateModelPackageOutput } from "../models/mod import { de_CreateModelPackageCommand, se_CreateModelPackageCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateModelPackageGroupCommand.ts b/clients/client-sagemaker/src/commands/CreateModelPackageGroupCommand.ts index b180fb24071e7..94b2e1b9429e6 100644 --- a/clients/client-sagemaker/src/commands/CreateModelPackageGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelPackageGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateModelPackageGroupInput, CreateModelPackageGroupOutput } from "../ import { de_CreateModelPackageGroupCommand, se_CreateModelPackageGroupCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateModelQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/CreateModelQualityJobDefinitionCommand.ts index bfd2b100b1207..b1d0bbdfc430b 100644 --- a/clients/client-sagemaker/src/commands/CreateModelQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateModelQualityJobDefinitionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/CreateMonitoringScheduleCommand.ts index bc0282204499c..2c5b0b8549b20 100644 --- a/clients/client-sagemaker/src/commands/CreateMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateMonitoringScheduleCommand.ts @@ -17,6 +17,10 @@ import { CreateMonitoringScheduleRequest, CreateMonitoringScheduleResponse } fro import { de_CreateMonitoringScheduleCommand, se_CreateMonitoringScheduleCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/CreateNotebookInstanceCommand.ts index e88452da3d846..2711b5eec1395 100644 --- a/clients/client-sagemaker/src/commands/CreateNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateNotebookInstanceCommand.ts @@ -17,6 +17,10 @@ import { CreateNotebookInstanceInput, CreateNotebookInstanceOutput } from "../mo import { de_CreateNotebookInstanceCommand, se_CreateNotebookInstanceCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateNotebookInstanceLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/CreateNotebookInstanceLifecycleConfigCommand.ts index ccb2fce93da66..6af8e0a4e0558 100644 --- a/clients/client-sagemaker/src/commands/CreateNotebookInstanceLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateNotebookInstanceLifecycleConfigCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreatePipelineCommand.ts b/clients/client-sagemaker/src/commands/CreatePipelineCommand.ts index 578f5bb65585d..eec6261fe0b1b 100644 --- a/clients/client-sagemaker/src/commands/CreatePipelineCommand.ts +++ b/clients/client-sagemaker/src/commands/CreatePipelineCommand.ts @@ -17,6 +17,10 @@ import { CreatePipelineRequest, CreatePipelineResponse } from "../models/models_ import { de_CreatePipelineCommand, se_CreatePipelineCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreatePresignedDomainUrlCommand.ts b/clients/client-sagemaker/src/commands/CreatePresignedDomainUrlCommand.ts index 0ceae8cf3a5f7..e12e880a2a14b 100644 --- a/clients/client-sagemaker/src/commands/CreatePresignedDomainUrlCommand.ts +++ b/clients/client-sagemaker/src/commands/CreatePresignedDomainUrlCommand.ts @@ -17,6 +17,10 @@ import { CreatePresignedDomainUrlRequest, CreatePresignedDomainUrlResponse } fro import { de_CreatePresignedDomainUrlCommand, se_CreatePresignedDomainUrlCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreatePresignedNotebookInstanceUrlCommand.ts b/clients/client-sagemaker/src/commands/CreatePresignedNotebookInstanceUrlCommand.ts index daa5fefdd8335..bb15a5ec784b6 100644 --- a/clients/client-sagemaker/src/commands/CreatePresignedNotebookInstanceUrlCommand.ts +++ b/clients/client-sagemaker/src/commands/CreatePresignedNotebookInstanceUrlCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateProcessingJobCommand.ts b/clients/client-sagemaker/src/commands/CreateProcessingJobCommand.ts index a1a75c62a981f..71694f7b06be7 100644 --- a/clients/client-sagemaker/src/commands/CreateProcessingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateProcessingJobCommand.ts @@ -17,6 +17,10 @@ import { CreateProcessingJobRequest, CreateProcessingJobResponse } from "../mode import { de_CreateProcessingJobCommand, se_CreateProcessingJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateProjectCommand.ts b/clients/client-sagemaker/src/commands/CreateProjectCommand.ts index bd26831fddf26..b513ab5f5a49f 100644 --- a/clients/client-sagemaker/src/commands/CreateProjectCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateProjectCommand.ts @@ -17,6 +17,10 @@ import { CreateProjectInput, CreateProjectOutput } from "../models/models_1"; import { de_CreateProjectCommand, se_CreateProjectCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateSpaceCommand.ts b/clients/client-sagemaker/src/commands/CreateSpaceCommand.ts index 088655a227f76..fd6313ef86a3a 100644 --- a/clients/client-sagemaker/src/commands/CreateSpaceCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateSpaceCommand.ts @@ -17,6 +17,10 @@ import { CreateSpaceRequest, CreateSpaceResponse } from "../models/models_1"; import { de_CreateSpaceCommand, se_CreateSpaceCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateStudioLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/CreateStudioLifecycleConfigCommand.ts index c09f579753a64..bbec3627437ce 100644 --- a/clients/client-sagemaker/src/commands/CreateStudioLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateStudioLifecycleConfigCommand.ts @@ -17,6 +17,10 @@ import { CreateStudioLifecycleConfigRequest, CreateStudioLifecycleConfigResponse import { de_CreateStudioLifecycleConfigCommand, se_CreateStudioLifecycleConfigCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateTrainingJobCommand.ts b/clients/client-sagemaker/src/commands/CreateTrainingJobCommand.ts index 5fed659c4059e..616c5d2e93121 100644 --- a/clients/client-sagemaker/src/commands/CreateTrainingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateTrainingJobCommand.ts @@ -17,6 +17,10 @@ import { CreateTrainingJobRequest, CreateTrainingJobResponse } from "../models/m import { de_CreateTrainingJobCommand, se_CreateTrainingJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateTransformJobCommand.ts b/clients/client-sagemaker/src/commands/CreateTransformJobCommand.ts index 54d6b329bb1b6..a2306e47854e6 100644 --- a/clients/client-sagemaker/src/commands/CreateTransformJobCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateTransformJobCommand.ts @@ -17,6 +17,10 @@ import { CreateTransformJobRequest, CreateTransformJobResponse } from "../models import { de_CreateTransformJobCommand, se_CreateTransformJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateTrialCommand.ts b/clients/client-sagemaker/src/commands/CreateTrialCommand.ts index 74180404dff44..4049f07b59b5d 100644 --- a/clients/client-sagemaker/src/commands/CreateTrialCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateTrialCommand.ts @@ -17,6 +17,10 @@ import { CreateTrialRequest, CreateTrialResponse } from "../models/models_1"; import { de_CreateTrialCommand, se_CreateTrialCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/CreateTrialComponentCommand.ts index 332765264eeca..5de2282c4330c 100644 --- a/clients/client-sagemaker/src/commands/CreateTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateTrialComponentCommand.ts @@ -17,6 +17,10 @@ import { CreateTrialComponentRequest, CreateTrialComponentResponse } from "../mo import { de_CreateTrialComponentCommand, se_CreateTrialComponentCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateUserProfileCommand.ts b/clients/client-sagemaker/src/commands/CreateUserProfileCommand.ts index 81e25b22a333e..3bbf358dd7b69 100644 --- a/clients/client-sagemaker/src/commands/CreateUserProfileCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateUserProfileCommand.ts @@ -17,6 +17,10 @@ import { CreateUserProfileRequest, CreateUserProfileResponse } from "../models/m import { de_CreateUserProfileCommand, se_CreateUserProfileCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateWorkforceCommand.ts b/clients/client-sagemaker/src/commands/CreateWorkforceCommand.ts index 484a8e4f4ca16..a9a584a45d339 100644 --- a/clients/client-sagemaker/src/commands/CreateWorkforceCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateWorkforceCommand.ts @@ -21,6 +21,10 @@ import { import { de_CreateWorkforceCommand, se_CreateWorkforceCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/CreateWorkteamCommand.ts b/clients/client-sagemaker/src/commands/CreateWorkteamCommand.ts index ebf011934e604..c9c42e094ba54 100644 --- a/clients/client-sagemaker/src/commands/CreateWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/CreateWorkteamCommand.ts @@ -17,6 +17,10 @@ import { CreateWorkteamRequest, CreateWorkteamResponse } from "../models/models_ import { de_CreateWorkteamCommand, se_CreateWorkteamCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteActionCommand.ts b/clients/client-sagemaker/src/commands/DeleteActionCommand.ts index 3f5422d98fddf..b9ed185c552e6 100644 --- a/clients/client-sagemaker/src/commands/DeleteActionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteActionCommand.ts @@ -17,6 +17,10 @@ import { DeleteActionRequest, DeleteActionResponse } from "../models/models_1"; import { de_DeleteActionCommand, se_DeleteActionCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteAlgorithmCommand.ts b/clients/client-sagemaker/src/commands/DeleteAlgorithmCommand.ts index 9ad6f5368a66f..543ea801d099e 100644 --- a/clients/client-sagemaker/src/commands/DeleteAlgorithmCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteAlgorithmCommand.ts @@ -17,6 +17,10 @@ import { DeleteAlgorithmInput } from "../models/models_1"; import { de_DeleteAlgorithmCommand, se_DeleteAlgorithmCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteAppCommand.ts b/clients/client-sagemaker/src/commands/DeleteAppCommand.ts index 3495f7c8cf226..8f450247089ea 100644 --- a/clients/client-sagemaker/src/commands/DeleteAppCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteAppCommand.ts @@ -17,6 +17,10 @@ import { DeleteAppRequest } from "../models/models_1"; import { de_DeleteAppCommand, se_DeleteAppCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteAppImageConfigCommand.ts b/clients/client-sagemaker/src/commands/DeleteAppImageConfigCommand.ts index 8ff0c1adb0ead..6e7f83ca02e57 100644 --- a/clients/client-sagemaker/src/commands/DeleteAppImageConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteAppImageConfigCommand.ts @@ -17,6 +17,10 @@ import { DeleteAppImageConfigRequest } from "../models/models_1"; import { de_DeleteAppImageConfigCommand, se_DeleteAppImageConfigCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteArtifactCommand.ts b/clients/client-sagemaker/src/commands/DeleteArtifactCommand.ts index 56cb336a6a3bc..cd0e246c81278 100644 --- a/clients/client-sagemaker/src/commands/DeleteArtifactCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteArtifactCommand.ts @@ -17,6 +17,10 @@ import { DeleteArtifactRequest, DeleteArtifactResponse } from "../models/models_ import { de_DeleteArtifactCommand, se_DeleteArtifactCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteAssociationCommand.ts b/clients/client-sagemaker/src/commands/DeleteAssociationCommand.ts index 6dd956e26acac..ce693b4e0bb4a 100644 --- a/clients/client-sagemaker/src/commands/DeleteAssociationCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteAssociationCommand.ts @@ -17,6 +17,10 @@ import { DeleteAssociationRequest, DeleteAssociationResponse } from "../models/m import { de_DeleteAssociationCommand, se_DeleteAssociationCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteCodeRepositoryCommand.ts b/clients/client-sagemaker/src/commands/DeleteCodeRepositoryCommand.ts index d47052fe28cdb..c0e8f58e018b4 100644 --- a/clients/client-sagemaker/src/commands/DeleteCodeRepositoryCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteCodeRepositoryCommand.ts @@ -17,6 +17,10 @@ import { DeleteCodeRepositoryInput } from "../models/models_1"; import { de_DeleteCodeRepositoryCommand, se_DeleteCodeRepositoryCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteContextCommand.ts b/clients/client-sagemaker/src/commands/DeleteContextCommand.ts index 2fff267cc877e..5a49673219295 100644 --- a/clients/client-sagemaker/src/commands/DeleteContextCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteContextCommand.ts @@ -17,6 +17,10 @@ import { DeleteContextRequest, DeleteContextResponse } from "../models/models_1" import { de_DeleteContextCommand, se_DeleteContextCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteDataQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DeleteDataQualityJobDefinitionCommand.ts index 51d3d9dc8615d..6655b704c7e36 100644 --- a/clients/client-sagemaker/src/commands/DeleteDataQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteDataQualityJobDefinitionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteDeviceFleetCommand.ts b/clients/client-sagemaker/src/commands/DeleteDeviceFleetCommand.ts index 03de874b8ff44..22818b742b932 100644 --- a/clients/client-sagemaker/src/commands/DeleteDeviceFleetCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteDeviceFleetCommand.ts @@ -17,6 +17,10 @@ import { DeleteDeviceFleetRequest } from "../models/models_1"; import { de_DeleteDeviceFleetCommand, se_DeleteDeviceFleetCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteDomainCommand.ts b/clients/client-sagemaker/src/commands/DeleteDomainCommand.ts index 07ba9237f1d6a..1319b0fe77789 100644 --- a/clients/client-sagemaker/src/commands/DeleteDomainCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteDomainCommand.ts @@ -17,6 +17,10 @@ import { DeleteDomainRequest } from "../models/models_1"; import { de_DeleteDomainCommand, se_DeleteDomainCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentPlanCommand.ts b/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentPlanCommand.ts index c48a5dac2e79b..a7b8cdec11509 100644 --- a/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentPlanCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentPlanCommand.ts @@ -17,6 +17,10 @@ import { DeleteEdgeDeploymentPlanRequest } from "../models/models_1"; import { de_DeleteEdgeDeploymentPlanCommand, se_DeleteEdgeDeploymentPlanCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentStageCommand.ts b/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentStageCommand.ts index bd96f43ed4a21..56722a180602b 100644 --- a/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentStageCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteEdgeDeploymentStageCommand.ts @@ -17,6 +17,10 @@ import { DeleteEdgeDeploymentStageRequest } from "../models/models_1"; import { de_DeleteEdgeDeploymentStageCommand, se_DeleteEdgeDeploymentStageCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteEndpointCommand.ts b/clients/client-sagemaker/src/commands/DeleteEndpointCommand.ts index 7a99c2775ba36..aa4570bb27637 100644 --- a/clients/client-sagemaker/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteEndpointCommand.ts @@ -17,6 +17,10 @@ import { DeleteEndpointInput } from "../models/models_1"; import { de_DeleteEndpointCommand, se_DeleteEndpointCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteEndpointConfigCommand.ts b/clients/client-sagemaker/src/commands/DeleteEndpointConfigCommand.ts index caf0fbcac5701..948242310d292 100644 --- a/clients/client-sagemaker/src/commands/DeleteEndpointConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteEndpointConfigCommand.ts @@ -17,6 +17,10 @@ import { DeleteEndpointConfigInput } from "../models/models_1"; import { de_DeleteEndpointConfigCommand, se_DeleteEndpointConfigCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteExperimentCommand.ts b/clients/client-sagemaker/src/commands/DeleteExperimentCommand.ts index 559c57a16ea2b..c1bb7de8d5b6d 100644 --- a/clients/client-sagemaker/src/commands/DeleteExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteExperimentCommand.ts @@ -17,6 +17,10 @@ import { DeleteExperimentRequest, DeleteExperimentResponse } from "../models/mod import { de_DeleteExperimentCommand, se_DeleteExperimentCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteFeatureGroupCommand.ts b/clients/client-sagemaker/src/commands/DeleteFeatureGroupCommand.ts index 65311a1dc4f7e..56f9634a0b6e7 100644 --- a/clients/client-sagemaker/src/commands/DeleteFeatureGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteFeatureGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteFeatureGroupRequest } from "../models/models_1"; import { de_DeleteFeatureGroupCommand, se_DeleteFeatureGroupCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteFlowDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DeleteFlowDefinitionCommand.ts index b9ed87245c560..b4958efbd99a1 100644 --- a/clients/client-sagemaker/src/commands/DeleteFlowDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteFlowDefinitionCommand.ts @@ -17,6 +17,10 @@ import { DeleteFlowDefinitionRequest, DeleteFlowDefinitionResponse } from "../mo import { de_DeleteFlowDefinitionCommand, se_DeleteFlowDefinitionCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteHubCommand.ts b/clients/client-sagemaker/src/commands/DeleteHubCommand.ts index d2167aa3773bc..51fef4f0dde92 100644 --- a/clients/client-sagemaker/src/commands/DeleteHubCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteHubCommand.ts @@ -17,6 +17,10 @@ import { DeleteHubRequest } from "../models/models_1"; import { de_DeleteHubCommand, se_DeleteHubCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteHubContentCommand.ts b/clients/client-sagemaker/src/commands/DeleteHubContentCommand.ts index 14cfe21f064e5..ce29e0ec9d272 100644 --- a/clients/client-sagemaker/src/commands/DeleteHubContentCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteHubContentCommand.ts @@ -17,6 +17,10 @@ import { DeleteHubContentRequest } from "../models/models_1"; import { de_DeleteHubContentCommand, se_DeleteHubContentCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteHumanTaskUiCommand.ts b/clients/client-sagemaker/src/commands/DeleteHumanTaskUiCommand.ts index a1556c79f6b3f..0e08580b6bbc2 100644 --- a/clients/client-sagemaker/src/commands/DeleteHumanTaskUiCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteHumanTaskUiCommand.ts @@ -17,6 +17,10 @@ import { DeleteHumanTaskUiRequest, DeleteHumanTaskUiResponse } from "../models/m import { de_DeleteHumanTaskUiCommand, se_DeleteHumanTaskUiCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteImageCommand.ts b/clients/client-sagemaker/src/commands/DeleteImageCommand.ts index f1152d79bce27..a90766ddad39d 100644 --- a/clients/client-sagemaker/src/commands/DeleteImageCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteImageCommand.ts @@ -17,6 +17,10 @@ import { DeleteImageRequest, DeleteImageResponse } from "../models/models_1"; import { de_DeleteImageCommand, se_DeleteImageCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteImageVersionCommand.ts b/clients/client-sagemaker/src/commands/DeleteImageVersionCommand.ts index 7bff8d7cfa590..3beefc8b45cfb 100644 --- a/clients/client-sagemaker/src/commands/DeleteImageVersionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteImageVersionCommand.ts @@ -17,6 +17,10 @@ import { DeleteImageVersionRequest, DeleteImageVersionResponse } from "../models import { de_DeleteImageVersionCommand, se_DeleteImageVersionCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/DeleteInferenceExperimentCommand.ts index b5aa02a1bf32e..638896a62380b 100644 --- a/clients/client-sagemaker/src/commands/DeleteInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteInferenceExperimentCommand.ts @@ -17,6 +17,10 @@ import { DeleteInferenceExperimentRequest, DeleteInferenceExperimentResponse } f import { de_DeleteInferenceExperimentCommand, se_DeleteInferenceExperimentCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteModelBiasJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelBiasJobDefinitionCommand.ts index 6ea88d5261b36..d3826f32c2660 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelBiasJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelBiasJobDefinitionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteModelCardCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelCardCommand.ts index 3908253c36e60..18a6e3a44db38 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelCardCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelCardCommand.ts @@ -17,6 +17,10 @@ import { DeleteModelCardRequest } from "../models/models_1"; import { de_DeleteModelCardCommand, se_DeleteModelCardCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteModelCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelCommand.ts index 2aa1e806baeb1..2c60e63e78565 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelCommand.ts @@ -17,6 +17,10 @@ import { DeleteModelInput } from "../models/models_1"; import { de_DeleteModelCommand, se_DeleteModelCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteModelExplainabilityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelExplainabilityJobDefinitionCommand.ts index 0b17ea50bdda9..3314e120398cc 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelExplainabilityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelExplainabilityJobDefinitionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteModelPackageCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelPackageCommand.ts index 455c9eb7777a7..472697288c893 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelPackageCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelPackageCommand.ts @@ -17,6 +17,10 @@ import { DeleteModelPackageInput } from "../models/models_1"; import { de_DeleteModelPackageCommand, se_DeleteModelPackageCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteModelPackageGroupCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelPackageGroupCommand.ts index 1deadf7b1ee42..53b2c51c4b360 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelPackageGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelPackageGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteModelPackageGroupInput } from "../models/models_1"; import { de_DeleteModelPackageGroupCommand, se_DeleteModelPackageGroupCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteModelPackageGroupPolicyCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelPackageGroupPolicyCommand.ts index 77798ceab27b7..b3e1fe37d3a10 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelPackageGroupPolicyCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelPackageGroupPolicyCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteModelQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DeleteModelQualityJobDefinitionCommand.ts index 28ca531f5d35d..2eb4c85dc407d 100644 --- a/clients/client-sagemaker/src/commands/DeleteModelQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteModelQualityJobDefinitionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/DeleteMonitoringScheduleCommand.ts index d2b81f7b4b6ea..dcabfb6e27c64 100644 --- a/clients/client-sagemaker/src/commands/DeleteMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteMonitoringScheduleCommand.ts @@ -17,6 +17,10 @@ import { DeleteMonitoringScheduleRequest } from "../models/models_1"; import { de_DeleteMonitoringScheduleCommand, se_DeleteMonitoringScheduleCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/DeleteNotebookInstanceCommand.ts index b1a3b3c018103..f549cd26e5e44 100644 --- a/clients/client-sagemaker/src/commands/DeleteNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteNotebookInstanceCommand.ts @@ -17,6 +17,10 @@ import { DeleteNotebookInstanceInput } from "../models/models_1"; import { de_DeleteNotebookInstanceCommand, se_DeleteNotebookInstanceCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteNotebookInstanceLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/DeleteNotebookInstanceLifecycleConfigCommand.ts index b2c8cffa50f9d..f50778a4456ac 100644 --- a/clients/client-sagemaker/src/commands/DeleteNotebookInstanceLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteNotebookInstanceLifecycleConfigCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeletePipelineCommand.ts b/clients/client-sagemaker/src/commands/DeletePipelineCommand.ts index 565379b719912..926e9a31a1cd4 100644 --- a/clients/client-sagemaker/src/commands/DeletePipelineCommand.ts +++ b/clients/client-sagemaker/src/commands/DeletePipelineCommand.ts @@ -17,6 +17,10 @@ import { DeletePipelineRequest, DeletePipelineResponse } from "../models/models_ import { de_DeletePipelineCommand, se_DeletePipelineCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteProjectCommand.ts b/clients/client-sagemaker/src/commands/DeleteProjectCommand.ts index fe0a85e4ffd35..97c03c61a01e4 100644 --- a/clients/client-sagemaker/src/commands/DeleteProjectCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteProjectCommand.ts @@ -17,6 +17,10 @@ import { DeleteProjectInput } from "../models/models_1"; import { de_DeleteProjectCommand, se_DeleteProjectCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteSpaceCommand.ts b/clients/client-sagemaker/src/commands/DeleteSpaceCommand.ts index eb6a73b1ee56e..5f2df553820d7 100644 --- a/clients/client-sagemaker/src/commands/DeleteSpaceCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteSpaceCommand.ts @@ -17,6 +17,10 @@ import { DeleteSpaceRequest } from "../models/models_1"; import { de_DeleteSpaceCommand, se_DeleteSpaceCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteStudioLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/DeleteStudioLifecycleConfigCommand.ts index ff0bd6a4dffdd..cefc20e8c959f 100644 --- a/clients/client-sagemaker/src/commands/DeleteStudioLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteStudioLifecycleConfigCommand.ts @@ -17,6 +17,10 @@ import { DeleteStudioLifecycleConfigRequest } from "../models/models_1"; import { de_DeleteStudioLifecycleConfigCommand, se_DeleteStudioLifecycleConfigCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteTagsCommand.ts b/clients/client-sagemaker/src/commands/DeleteTagsCommand.ts index 2659301edbf05..33cbbe0beef48 100644 --- a/clients/client-sagemaker/src/commands/DeleteTagsCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteTagsCommand.ts @@ -17,6 +17,10 @@ import { DeleteTagsInput, DeleteTagsOutput } from "../models/models_2"; import { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteTrialCommand.ts b/clients/client-sagemaker/src/commands/DeleteTrialCommand.ts index 2fc86fd168238..ecf17e442feb0 100644 --- a/clients/client-sagemaker/src/commands/DeleteTrialCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteTrialCommand.ts @@ -17,6 +17,10 @@ import { DeleteTrialRequest, DeleteTrialResponse } from "../models/models_2"; import { de_DeleteTrialCommand, se_DeleteTrialCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/DeleteTrialComponentCommand.ts index d07938c0ad31a..3442d71a33a2f 100644 --- a/clients/client-sagemaker/src/commands/DeleteTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteTrialComponentCommand.ts @@ -17,6 +17,10 @@ import { DeleteTrialComponentRequest, DeleteTrialComponentResponse } from "../mo import { de_DeleteTrialComponentCommand, se_DeleteTrialComponentCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteUserProfileCommand.ts b/clients/client-sagemaker/src/commands/DeleteUserProfileCommand.ts index f90c42922b2f1..11cc2a6614be7 100644 --- a/clients/client-sagemaker/src/commands/DeleteUserProfileCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteUserProfileCommand.ts @@ -17,6 +17,10 @@ import { DeleteUserProfileRequest } from "../models/models_2"; import { de_DeleteUserProfileCommand, se_DeleteUserProfileCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteWorkforceCommand.ts b/clients/client-sagemaker/src/commands/DeleteWorkforceCommand.ts index 2e87cc3ccecaf..84f2ea621792a 100644 --- a/clients/client-sagemaker/src/commands/DeleteWorkforceCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteWorkforceCommand.ts @@ -17,6 +17,10 @@ import { DeleteWorkforceRequest, DeleteWorkforceResponse } from "../models/model import { de_DeleteWorkforceCommand, se_DeleteWorkforceCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeleteWorkteamCommand.ts b/clients/client-sagemaker/src/commands/DeleteWorkteamCommand.ts index 6fd953eeaa5ce..b3bf3ba350328 100644 --- a/clients/client-sagemaker/src/commands/DeleteWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/DeleteWorkteamCommand.ts @@ -17,6 +17,10 @@ import { DeleteWorkteamRequest, DeleteWorkteamResponse } from "../models/models_ import { de_DeleteWorkteamCommand, se_DeleteWorkteamCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DeregisterDevicesCommand.ts b/clients/client-sagemaker/src/commands/DeregisterDevicesCommand.ts index 88024046a37fa..062eafdc41897 100644 --- a/clients/client-sagemaker/src/commands/DeregisterDevicesCommand.ts +++ b/clients/client-sagemaker/src/commands/DeregisterDevicesCommand.ts @@ -17,6 +17,10 @@ import { DeregisterDevicesRequest } from "../models/models_2"; import { de_DeregisterDevicesCommand, se_DeregisterDevicesCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeActionCommand.ts b/clients/client-sagemaker/src/commands/DescribeActionCommand.ts index 1b27f96a5da79..a4a056b51485f 100644 --- a/clients/client-sagemaker/src/commands/DescribeActionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeActionCommand.ts @@ -17,6 +17,10 @@ import { DescribeActionRequest, DescribeActionResponse } from "../models/models_ import { de_DescribeActionCommand, se_DescribeActionCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeAlgorithmCommand.ts b/clients/client-sagemaker/src/commands/DescribeAlgorithmCommand.ts index 1897cd3f3492a..b409f1d4b1ab8 100644 --- a/clients/client-sagemaker/src/commands/DescribeAlgorithmCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeAlgorithmCommand.ts @@ -17,6 +17,10 @@ import { DescribeAlgorithmInput, DescribeAlgorithmOutput } from "../models/model import { de_DescribeAlgorithmCommand, se_DescribeAlgorithmCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeAppCommand.ts b/clients/client-sagemaker/src/commands/DescribeAppCommand.ts index 067461749a091..133786ae83e1d 100644 --- a/clients/client-sagemaker/src/commands/DescribeAppCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeAppCommand.ts @@ -17,6 +17,10 @@ import { DescribeAppRequest, DescribeAppResponse } from "../models/models_2"; import { de_DescribeAppCommand, se_DescribeAppCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeAppImageConfigCommand.ts b/clients/client-sagemaker/src/commands/DescribeAppImageConfigCommand.ts index f437a21ce28a1..9135541ee6e53 100644 --- a/clients/client-sagemaker/src/commands/DescribeAppImageConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeAppImageConfigCommand.ts @@ -17,6 +17,10 @@ import { DescribeAppImageConfigRequest, DescribeAppImageConfigResponse } from ". import { de_DescribeAppImageConfigCommand, se_DescribeAppImageConfigCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeArtifactCommand.ts b/clients/client-sagemaker/src/commands/DescribeArtifactCommand.ts index 18df6bd003a8d..d425b47dabe2f 100644 --- a/clients/client-sagemaker/src/commands/DescribeArtifactCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeArtifactCommand.ts @@ -17,6 +17,10 @@ import { DescribeArtifactRequest, DescribeArtifactResponse } from "../models/mod import { de_DescribeArtifactCommand, se_DescribeArtifactCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeAutoMLJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeAutoMLJobCommand.ts index fcd27d8ccbdef..8f988f1971760 100644 --- a/clients/client-sagemaker/src/commands/DescribeAutoMLJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeAutoMLJobCommand.ts @@ -17,6 +17,10 @@ import { DescribeAutoMLJobRequest, DescribeAutoMLJobResponse } from "../models/m import { de_DescribeAutoMLJobCommand, se_DescribeAutoMLJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeAutoMLJobV2Command.ts b/clients/client-sagemaker/src/commands/DescribeAutoMLJobV2Command.ts index 41dd035a41f6e..14aeedfd58226 100644 --- a/clients/client-sagemaker/src/commands/DescribeAutoMLJobV2Command.ts +++ b/clients/client-sagemaker/src/commands/DescribeAutoMLJobV2Command.ts @@ -17,6 +17,10 @@ import { DescribeAutoMLJobV2Request, DescribeAutoMLJobV2Response } from "../mode import { de_DescribeAutoMLJobV2Command, se_DescribeAutoMLJobV2Command } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeCodeRepositoryCommand.ts b/clients/client-sagemaker/src/commands/DescribeCodeRepositoryCommand.ts index ff92fe5ad51db..9c386caf643a9 100644 --- a/clients/client-sagemaker/src/commands/DescribeCodeRepositoryCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeCodeRepositoryCommand.ts @@ -17,6 +17,10 @@ import { DescribeCodeRepositoryInput, DescribeCodeRepositoryOutput } from "../mo import { de_DescribeCodeRepositoryCommand, se_DescribeCodeRepositoryCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeCompilationJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeCompilationJobCommand.ts index cb09b285d99b2..a2b640a224ed6 100644 --- a/clients/client-sagemaker/src/commands/DescribeCompilationJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeCompilationJobCommand.ts @@ -17,6 +17,10 @@ import { DescribeCompilationJobRequest, DescribeCompilationJobResponse } from ". import { de_DescribeCompilationJobCommand, se_DescribeCompilationJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeContextCommand.ts b/clients/client-sagemaker/src/commands/DescribeContextCommand.ts index d4762bde7b4aa..f1972eb454589 100644 --- a/clients/client-sagemaker/src/commands/DescribeContextCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeContextCommand.ts @@ -17,6 +17,10 @@ import { DescribeContextRequest, DescribeContextResponse } from "../models/model import { de_DescribeContextCommand, se_DescribeContextCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeDataQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DescribeDataQualityJobDefinitionCommand.ts index e2843bc209c92..2e0171f7d2470 100644 --- a/clients/client-sagemaker/src/commands/DescribeDataQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeDataQualityJobDefinitionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeDeviceCommand.ts b/clients/client-sagemaker/src/commands/DescribeDeviceCommand.ts index d8aad45706482..6e9af6f26f751 100644 --- a/clients/client-sagemaker/src/commands/DescribeDeviceCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeDeviceCommand.ts @@ -17,6 +17,10 @@ import { DescribeDeviceRequest, DescribeDeviceResponse } from "../models/models_ import { de_DescribeDeviceCommand, se_DescribeDeviceCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeDeviceFleetCommand.ts b/clients/client-sagemaker/src/commands/DescribeDeviceFleetCommand.ts index 3ddabb9a7bfa9..464f0869c7477 100644 --- a/clients/client-sagemaker/src/commands/DescribeDeviceFleetCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeDeviceFleetCommand.ts @@ -17,6 +17,10 @@ import { DescribeDeviceFleetRequest, DescribeDeviceFleetResponse } from "../mode import { de_DescribeDeviceFleetCommand, se_DescribeDeviceFleetCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeDomainCommand.ts b/clients/client-sagemaker/src/commands/DescribeDomainCommand.ts index 43a7e89c4c1d3..15587783c4fd1 100644 --- a/clients/client-sagemaker/src/commands/DescribeDomainCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeDomainCommand.ts @@ -17,6 +17,10 @@ import { DescribeDomainRequest, DescribeDomainResponse } from "../models/models_ import { de_DescribeDomainCommand, se_DescribeDomainCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeEdgeDeploymentPlanCommand.ts b/clients/client-sagemaker/src/commands/DescribeEdgeDeploymentPlanCommand.ts index c80b7b7a343a5..c72c1c6e1da6d 100644 --- a/clients/client-sagemaker/src/commands/DescribeEdgeDeploymentPlanCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeEdgeDeploymentPlanCommand.ts @@ -17,6 +17,10 @@ import { DescribeEdgeDeploymentPlanRequest, DescribeEdgeDeploymentPlanResponse } import { de_DescribeEdgeDeploymentPlanCommand, se_DescribeEdgeDeploymentPlanCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeEdgePackagingJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeEdgePackagingJobCommand.ts index 1bf7d8aa10b0d..1947017a5351a 100644 --- a/clients/client-sagemaker/src/commands/DescribeEdgePackagingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeEdgePackagingJobCommand.ts @@ -17,6 +17,10 @@ import { DescribeEdgePackagingJobRequest, DescribeEdgePackagingJobResponse } fro import { de_DescribeEdgePackagingJobCommand, se_DescribeEdgePackagingJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeEndpointCommand.ts b/clients/client-sagemaker/src/commands/DescribeEndpointCommand.ts index 2621aca91d280..4eaeb7a0f085f 100644 --- a/clients/client-sagemaker/src/commands/DescribeEndpointCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeEndpointCommand.ts @@ -17,6 +17,10 @@ import { DescribeEndpointInput, DescribeEndpointOutput } from "../models/models_ import { de_DescribeEndpointCommand, se_DescribeEndpointCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeEndpointConfigCommand.ts b/clients/client-sagemaker/src/commands/DescribeEndpointConfigCommand.ts index e9ccf8cddb11f..8cd55b2a5ca2c 100644 --- a/clients/client-sagemaker/src/commands/DescribeEndpointConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeEndpointConfigCommand.ts @@ -17,6 +17,10 @@ import { DescribeEndpointConfigInput, DescribeEndpointConfigOutput } from "../mo import { de_DescribeEndpointConfigCommand, se_DescribeEndpointConfigCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeExperimentCommand.ts b/clients/client-sagemaker/src/commands/DescribeExperimentCommand.ts index d4f3f1c718ae9..a4028cbdfcd9d 100644 --- a/clients/client-sagemaker/src/commands/DescribeExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeExperimentCommand.ts @@ -17,6 +17,10 @@ import { DescribeExperimentRequest, DescribeExperimentResponse } from "../models import { de_DescribeExperimentCommand, se_DescribeExperimentCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeFeatureGroupCommand.ts b/clients/client-sagemaker/src/commands/DescribeFeatureGroupCommand.ts index b0152e4aec2cb..74ae1b3b2b1df 100644 --- a/clients/client-sagemaker/src/commands/DescribeFeatureGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeFeatureGroupCommand.ts @@ -17,6 +17,10 @@ import { DescribeFeatureGroupRequest, DescribeFeatureGroupResponse } from "../mo import { de_DescribeFeatureGroupCommand, se_DescribeFeatureGroupCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeFeatureMetadataCommand.ts b/clients/client-sagemaker/src/commands/DescribeFeatureMetadataCommand.ts index e2da1d01ee444..05e3233e112b7 100644 --- a/clients/client-sagemaker/src/commands/DescribeFeatureMetadataCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeFeatureMetadataCommand.ts @@ -17,6 +17,10 @@ import { DescribeFeatureMetadataRequest, DescribeFeatureMetadataResponse } from import { de_DescribeFeatureMetadataCommand, se_DescribeFeatureMetadataCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeFlowDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DescribeFlowDefinitionCommand.ts index b5f8bc0ba0262..a41f70e086c4d 100644 --- a/clients/client-sagemaker/src/commands/DescribeFlowDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeFlowDefinitionCommand.ts @@ -17,6 +17,10 @@ import { DescribeFlowDefinitionRequest, DescribeFlowDefinitionResponse } from ". import { de_DescribeFlowDefinitionCommand, se_DescribeFlowDefinitionCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeHubCommand.ts b/clients/client-sagemaker/src/commands/DescribeHubCommand.ts index e70516b749457..e2adc41ae16e2 100644 --- a/clients/client-sagemaker/src/commands/DescribeHubCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeHubCommand.ts @@ -17,6 +17,10 @@ import { DescribeHubRequest, DescribeHubResponse } from "../models/models_2"; import { de_DescribeHubCommand, se_DescribeHubCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeHubContentCommand.ts b/clients/client-sagemaker/src/commands/DescribeHubContentCommand.ts index ec257a94e941c..089622854cda3 100644 --- a/clients/client-sagemaker/src/commands/DescribeHubContentCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeHubContentCommand.ts @@ -17,6 +17,10 @@ import { DescribeHubContentRequest, DescribeHubContentResponse } from "../models import { de_DescribeHubContentCommand, se_DescribeHubContentCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeHumanTaskUiCommand.ts b/clients/client-sagemaker/src/commands/DescribeHumanTaskUiCommand.ts index 51361aba388f1..af81bf2e7be3a 100644 --- a/clients/client-sagemaker/src/commands/DescribeHumanTaskUiCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeHumanTaskUiCommand.ts @@ -17,6 +17,10 @@ import { DescribeHumanTaskUiRequest, DescribeHumanTaskUiResponse } from "../mode import { de_DescribeHumanTaskUiCommand, se_DescribeHumanTaskUiCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeHyperParameterTuningJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeHyperParameterTuningJobCommand.ts index e168d7faf32b3..0212611257177 100644 --- a/clients/client-sagemaker/src/commands/DescribeHyperParameterTuningJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeHyperParameterTuningJobCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeImageCommand.ts b/clients/client-sagemaker/src/commands/DescribeImageCommand.ts index 2814a66d94964..a7c04a2430622 100644 --- a/clients/client-sagemaker/src/commands/DescribeImageCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeImageCommand.ts @@ -17,6 +17,10 @@ import { DescribeImageRequest, DescribeImageResponse } from "../models/models_2" import { de_DescribeImageCommand, se_DescribeImageCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeImageVersionCommand.ts b/clients/client-sagemaker/src/commands/DescribeImageVersionCommand.ts index 2de452b48e70b..5c67907319bb9 100644 --- a/clients/client-sagemaker/src/commands/DescribeImageVersionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeImageVersionCommand.ts @@ -17,6 +17,10 @@ import { DescribeImageVersionRequest, DescribeImageVersionResponse } from "../mo import { de_DescribeImageVersionCommand, se_DescribeImageVersionCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/DescribeInferenceExperimentCommand.ts index 9bc1b689db267..e8bc9fd42e554 100644 --- a/clients/client-sagemaker/src/commands/DescribeInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeInferenceExperimentCommand.ts @@ -17,6 +17,10 @@ import { DescribeInferenceExperimentRequest, DescribeInferenceExperimentResponse import { de_DescribeInferenceExperimentCommand, se_DescribeInferenceExperimentCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeInferenceRecommendationsJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeInferenceRecommendationsJobCommand.ts index f0c2bb21210bb..b9da48566a9b3 100644 --- a/clients/client-sagemaker/src/commands/DescribeInferenceRecommendationsJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeInferenceRecommendationsJobCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeLabelingJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeLabelingJobCommand.ts index 125370449c6cc..c3b80d75ebe93 100644 --- a/clients/client-sagemaker/src/commands/DescribeLabelingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeLabelingJobCommand.ts @@ -17,6 +17,10 @@ import { DescribeLabelingJobRequest, DescribeLabelingJobResponse } from "../mode import { de_DescribeLabelingJobCommand, se_DescribeLabelingJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeLineageGroupCommand.ts b/clients/client-sagemaker/src/commands/DescribeLineageGroupCommand.ts index 8d9a2cb5bb266..6ec5634f3f1e8 100644 --- a/clients/client-sagemaker/src/commands/DescribeLineageGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeLineageGroupCommand.ts @@ -17,6 +17,10 @@ import { DescribeLineageGroupRequest, DescribeLineageGroupResponse } from "../mo import { de_DescribeLineageGroupCommand, se_DescribeLineageGroupCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeModelBiasJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelBiasJobDefinitionCommand.ts index c80c7c2ad65a2..64e9e8de67f30 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelBiasJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelBiasJobDefinitionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeModelCardCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelCardCommand.ts index a54439d1eeb5c..f3b7a176f40fb 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelCardCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelCardCommand.ts @@ -21,6 +21,10 @@ import { import { de_DescribeModelCardCommand, se_DescribeModelCardCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeModelCardExportJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelCardExportJobCommand.ts index 2268996f7b8fe..0cd334ec01189 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelCardExportJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelCardExportJobCommand.ts @@ -17,6 +17,10 @@ import { DescribeModelCardExportJobRequest, DescribeModelCardExportJobResponse } import { de_DescribeModelCardExportJobCommand, se_DescribeModelCardExportJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeModelCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelCommand.ts index 67c9ce0e0f40b..31a94d9ac1df8 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelCommand.ts @@ -17,6 +17,10 @@ import { DescribeModelInput, DescribeModelOutput } from "../models/models_2"; import { de_DescribeModelCommand, se_DescribeModelCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeModelExplainabilityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelExplainabilityJobDefinitionCommand.ts index 105957204a995..ffb89fe4fbae6 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelExplainabilityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelExplainabilityJobDefinitionCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeModelPackageCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelPackageCommand.ts index f27570eeeb8cc..7e19637334b64 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelPackageCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelPackageCommand.ts @@ -17,6 +17,10 @@ import { DescribeModelPackageInput, DescribeModelPackageOutput } from "../models import { de_DescribeModelPackageCommand, se_DescribeModelPackageCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeModelPackageGroupCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelPackageGroupCommand.ts index 06b6970ae391a..dc996e2a7abbe 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelPackageGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelPackageGroupCommand.ts @@ -17,6 +17,10 @@ import { DescribeModelPackageGroupInput, DescribeModelPackageGroupOutput } from import { de_DescribeModelPackageGroupCommand, se_DescribeModelPackageGroupCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeModelQualityJobDefinitionCommand.ts b/clients/client-sagemaker/src/commands/DescribeModelQualityJobDefinitionCommand.ts index c9805dadf580c..6012dc701af4b 100644 --- a/clients/client-sagemaker/src/commands/DescribeModelQualityJobDefinitionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeModelQualityJobDefinitionCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/DescribeMonitoringScheduleCommand.ts index 2e90ff3aaf3a9..6942f36ff8c62 100644 --- a/clients/client-sagemaker/src/commands/DescribeMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeMonitoringScheduleCommand.ts @@ -17,6 +17,10 @@ import { DescribeMonitoringScheduleRequest, DescribeMonitoringScheduleResponse } import { de_DescribeMonitoringScheduleCommand, se_DescribeMonitoringScheduleCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/DescribeNotebookInstanceCommand.ts index aab4030a72145..708fe6a53afbe 100644 --- a/clients/client-sagemaker/src/commands/DescribeNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeNotebookInstanceCommand.ts @@ -17,6 +17,10 @@ import { DescribeNotebookInstanceInput, DescribeNotebookInstanceOutput } from ". import { de_DescribeNotebookInstanceCommand, se_DescribeNotebookInstanceCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeNotebookInstanceLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/DescribeNotebookInstanceLifecycleConfigCommand.ts index 65e4a17ec043c..d5a6965c2093f 100644 --- a/clients/client-sagemaker/src/commands/DescribeNotebookInstanceLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeNotebookInstanceLifecycleConfigCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribePipelineCommand.ts b/clients/client-sagemaker/src/commands/DescribePipelineCommand.ts index 626c27a27d0b9..94f3827269738 100644 --- a/clients/client-sagemaker/src/commands/DescribePipelineCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribePipelineCommand.ts @@ -17,6 +17,10 @@ import { DescribePipelineRequest, DescribePipelineResponse } from "../models/mod import { de_DescribePipelineCommand, se_DescribePipelineCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribePipelineDefinitionForExecutionCommand.ts b/clients/client-sagemaker/src/commands/DescribePipelineDefinitionForExecutionCommand.ts index 34dc374b2fbcb..5521ab82d25ec 100644 --- a/clients/client-sagemaker/src/commands/DescribePipelineDefinitionForExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribePipelineDefinitionForExecutionCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribePipelineExecutionCommand.ts b/clients/client-sagemaker/src/commands/DescribePipelineExecutionCommand.ts index f25893c80b3f7..aeb8b9e23ebed 100644 --- a/clients/client-sagemaker/src/commands/DescribePipelineExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribePipelineExecutionCommand.ts @@ -17,6 +17,10 @@ import { DescribePipelineExecutionRequest, DescribePipelineExecutionResponse } f import { de_DescribePipelineExecutionCommand, se_DescribePipelineExecutionCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeProcessingJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeProcessingJobCommand.ts index b89f690614daa..10c9c46228c98 100644 --- a/clients/client-sagemaker/src/commands/DescribeProcessingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeProcessingJobCommand.ts @@ -17,6 +17,10 @@ import { DescribeProcessingJobRequest, DescribeProcessingJobResponse } from "../ import { de_DescribeProcessingJobCommand, se_DescribeProcessingJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeProjectCommand.ts b/clients/client-sagemaker/src/commands/DescribeProjectCommand.ts index 03b074f52ce63..dfdfc1252adc5 100644 --- a/clients/client-sagemaker/src/commands/DescribeProjectCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeProjectCommand.ts @@ -17,6 +17,10 @@ import { DescribeProjectInput, DescribeProjectOutput } from "../models/models_2" import { de_DescribeProjectCommand, se_DescribeProjectCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeSpaceCommand.ts b/clients/client-sagemaker/src/commands/DescribeSpaceCommand.ts index 42ac893c84940..46057dace52bb 100644 --- a/clients/client-sagemaker/src/commands/DescribeSpaceCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeSpaceCommand.ts @@ -17,6 +17,10 @@ import { DescribeSpaceRequest, DescribeSpaceResponse } from "../models/models_2" import { de_DescribeSpaceCommand, se_DescribeSpaceCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeStudioLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/DescribeStudioLifecycleConfigCommand.ts index 4d5f305b88da7..1eb241be6d5e8 100644 --- a/clients/client-sagemaker/src/commands/DescribeStudioLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeStudioLifecycleConfigCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeSubscribedWorkteamCommand.ts b/clients/client-sagemaker/src/commands/DescribeSubscribedWorkteamCommand.ts index 3f0003c43d15f..0b16a80ffbb79 100644 --- a/clients/client-sagemaker/src/commands/DescribeSubscribedWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeSubscribedWorkteamCommand.ts @@ -17,6 +17,10 @@ import { DescribeSubscribedWorkteamRequest, DescribeSubscribedWorkteamResponse } import { de_DescribeSubscribedWorkteamCommand, se_DescribeSubscribedWorkteamCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeTrainingJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeTrainingJobCommand.ts index 25b6495d749b0..02397663b6de3 100644 --- a/clients/client-sagemaker/src/commands/DescribeTrainingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeTrainingJobCommand.ts @@ -17,6 +17,10 @@ import { DescribeTrainingJobRequest, DescribeTrainingJobResponse } from "../mode import { de_DescribeTrainingJobCommand, se_DescribeTrainingJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeTransformJobCommand.ts b/clients/client-sagemaker/src/commands/DescribeTransformJobCommand.ts index d2c3b69a6da5a..ea2883676f6f8 100644 --- a/clients/client-sagemaker/src/commands/DescribeTransformJobCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeTransformJobCommand.ts @@ -17,6 +17,10 @@ import { DescribeTransformJobRequest, DescribeTransformJobResponse } from "../mo import { de_DescribeTransformJobCommand, se_DescribeTransformJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeTrialCommand.ts b/clients/client-sagemaker/src/commands/DescribeTrialCommand.ts index 0c411a7a21d7e..5e7f3cb2fba60 100644 --- a/clients/client-sagemaker/src/commands/DescribeTrialCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeTrialCommand.ts @@ -17,6 +17,10 @@ import { DescribeTrialRequest, DescribeTrialResponse } from "../models/models_2" import { de_DescribeTrialCommand, se_DescribeTrialCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/DescribeTrialComponentCommand.ts index 422d4548fd0c3..157f5c88a2e31 100644 --- a/clients/client-sagemaker/src/commands/DescribeTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeTrialComponentCommand.ts @@ -17,6 +17,10 @@ import { DescribeTrialComponentRequest, DescribeTrialComponentResponse } from ". import { de_DescribeTrialComponentCommand, se_DescribeTrialComponentCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeUserProfileCommand.ts b/clients/client-sagemaker/src/commands/DescribeUserProfileCommand.ts index c920cab8cc056..956f4777bc5e9 100644 --- a/clients/client-sagemaker/src/commands/DescribeUserProfileCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeUserProfileCommand.ts @@ -17,6 +17,10 @@ import { DescribeUserProfileRequest, DescribeUserProfileResponse } from "../mode import { de_DescribeUserProfileCommand, se_DescribeUserProfileCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeWorkforceCommand.ts b/clients/client-sagemaker/src/commands/DescribeWorkforceCommand.ts index 36f61e1e037fb..ddac6e49a1f05 100644 --- a/clients/client-sagemaker/src/commands/DescribeWorkforceCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeWorkforceCommand.ts @@ -17,6 +17,10 @@ import { DescribeWorkforceRequest, DescribeWorkforceResponse } from "../models/m import { de_DescribeWorkforceCommand, se_DescribeWorkforceCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DescribeWorkteamCommand.ts b/clients/client-sagemaker/src/commands/DescribeWorkteamCommand.ts index f256b1df34757..fbb74db92ccf8 100644 --- a/clients/client-sagemaker/src/commands/DescribeWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/DescribeWorkteamCommand.ts @@ -17,6 +17,10 @@ import { DescribeWorkteamRequest, DescribeWorkteamResponse } from "../models/mod import { de_DescribeWorkteamCommand, se_DescribeWorkteamCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DisableSagemakerServicecatalogPortfolioCommand.ts b/clients/client-sagemaker/src/commands/DisableSagemakerServicecatalogPortfolioCommand.ts index 59ef42e29cbf7..c2654a5ca04a7 100644 --- a/clients/client-sagemaker/src/commands/DisableSagemakerServicecatalogPortfolioCommand.ts +++ b/clients/client-sagemaker/src/commands/DisableSagemakerServicecatalogPortfolioCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/DisassociateTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/DisassociateTrialComponentCommand.ts index e2efeef776a1b..84a597260e3ea 100644 --- a/clients/client-sagemaker/src/commands/DisassociateTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/DisassociateTrialComponentCommand.ts @@ -17,6 +17,10 @@ import { DisassociateTrialComponentRequest, DisassociateTrialComponentResponse } import { de_DisassociateTrialComponentCommand, se_DisassociateTrialComponentCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/EnableSagemakerServicecatalogPortfolioCommand.ts b/clients/client-sagemaker/src/commands/EnableSagemakerServicecatalogPortfolioCommand.ts index e071f1299e27f..eceea10ae5443 100644 --- a/clients/client-sagemaker/src/commands/EnableSagemakerServicecatalogPortfolioCommand.ts +++ b/clients/client-sagemaker/src/commands/EnableSagemakerServicecatalogPortfolioCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/GetDeviceFleetReportCommand.ts b/clients/client-sagemaker/src/commands/GetDeviceFleetReportCommand.ts index 984513167f14d..6b1cba209c9b2 100644 --- a/clients/client-sagemaker/src/commands/GetDeviceFleetReportCommand.ts +++ b/clients/client-sagemaker/src/commands/GetDeviceFleetReportCommand.ts @@ -17,6 +17,10 @@ import { GetDeviceFleetReportRequest, GetDeviceFleetReportResponse } from "../mo import { de_GetDeviceFleetReportCommand, se_GetDeviceFleetReportCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/GetLineageGroupPolicyCommand.ts b/clients/client-sagemaker/src/commands/GetLineageGroupPolicyCommand.ts index f1d4855d54bc1..25bee380926d7 100644 --- a/clients/client-sagemaker/src/commands/GetLineageGroupPolicyCommand.ts +++ b/clients/client-sagemaker/src/commands/GetLineageGroupPolicyCommand.ts @@ -17,6 +17,10 @@ import { GetLineageGroupPolicyRequest, GetLineageGroupPolicyResponse } from "../ import { de_GetLineageGroupPolicyCommand, se_GetLineageGroupPolicyCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/GetModelPackageGroupPolicyCommand.ts b/clients/client-sagemaker/src/commands/GetModelPackageGroupPolicyCommand.ts index f80551fddc599..1e28494fc6d1e 100644 --- a/clients/client-sagemaker/src/commands/GetModelPackageGroupPolicyCommand.ts +++ b/clients/client-sagemaker/src/commands/GetModelPackageGroupPolicyCommand.ts @@ -17,6 +17,10 @@ import { GetModelPackageGroupPolicyInput, GetModelPackageGroupPolicyOutput } fro import { de_GetModelPackageGroupPolicyCommand, se_GetModelPackageGroupPolicyCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/GetSagemakerServicecatalogPortfolioStatusCommand.ts b/clients/client-sagemaker/src/commands/GetSagemakerServicecatalogPortfolioStatusCommand.ts index 8891ae7322345..3a5aff2bda060 100644 --- a/clients/client-sagemaker/src/commands/GetSagemakerServicecatalogPortfolioStatusCommand.ts +++ b/clients/client-sagemaker/src/commands/GetSagemakerServicecatalogPortfolioStatusCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/GetSearchSuggestionsCommand.ts b/clients/client-sagemaker/src/commands/GetSearchSuggestionsCommand.ts index bc81cbe4b5194..c21ad54c7d362 100644 --- a/clients/client-sagemaker/src/commands/GetSearchSuggestionsCommand.ts +++ b/clients/client-sagemaker/src/commands/GetSearchSuggestionsCommand.ts @@ -17,6 +17,10 @@ import { GetSearchSuggestionsRequest, GetSearchSuggestionsResponse } from "../mo import { de_GetSearchSuggestionsCommand, se_GetSearchSuggestionsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ImportHubContentCommand.ts b/clients/client-sagemaker/src/commands/ImportHubContentCommand.ts index b90eb076dd3c7..0c81272b9d0b2 100644 --- a/clients/client-sagemaker/src/commands/ImportHubContentCommand.ts +++ b/clients/client-sagemaker/src/commands/ImportHubContentCommand.ts @@ -17,6 +17,10 @@ import { ImportHubContentRequest, ImportHubContentResponse } from "../models/mod import { de_ImportHubContentCommand, se_ImportHubContentCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListActionsCommand.ts b/clients/client-sagemaker/src/commands/ListActionsCommand.ts index 05e8329a104be..5fed2d054bf03 100644 --- a/clients/client-sagemaker/src/commands/ListActionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListActionsCommand.ts @@ -17,6 +17,10 @@ import { ListActionsRequest, ListActionsResponse } from "../models/models_3"; import { de_ListActionsCommand, se_ListActionsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListAlgorithmsCommand.ts b/clients/client-sagemaker/src/commands/ListAlgorithmsCommand.ts index cab882b5e62eb..b3c9b964bee0c 100644 --- a/clients/client-sagemaker/src/commands/ListAlgorithmsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAlgorithmsCommand.ts @@ -17,6 +17,10 @@ import { ListAlgorithmsInput, ListAlgorithmsOutput } from "../models/models_3"; import { de_ListAlgorithmsCommand, se_ListAlgorithmsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListAliasesCommand.ts b/clients/client-sagemaker/src/commands/ListAliasesCommand.ts index e7c456353a801..e0f20875914b2 100644 --- a/clients/client-sagemaker/src/commands/ListAliasesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAliasesCommand.ts @@ -17,6 +17,10 @@ import { ListAliasesRequest, ListAliasesResponse } from "../models/models_3"; import { de_ListAliasesCommand, se_ListAliasesCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListAppImageConfigsCommand.ts b/clients/client-sagemaker/src/commands/ListAppImageConfigsCommand.ts index 92ca9d5a18642..2ce2dd8e47d34 100644 --- a/clients/client-sagemaker/src/commands/ListAppImageConfigsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAppImageConfigsCommand.ts @@ -17,6 +17,10 @@ import { ListAppImageConfigsRequest, ListAppImageConfigsResponse } from "../mode import { de_ListAppImageConfigsCommand, se_ListAppImageConfigsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListAppsCommand.ts b/clients/client-sagemaker/src/commands/ListAppsCommand.ts index dd02b0a745b3f..a8bc388f5df16 100644 --- a/clients/client-sagemaker/src/commands/ListAppsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAppsCommand.ts @@ -17,6 +17,10 @@ import { ListAppsRequest, ListAppsResponse } from "../models/models_3"; import { de_ListAppsCommand, se_ListAppsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListArtifactsCommand.ts b/clients/client-sagemaker/src/commands/ListArtifactsCommand.ts index cdb73d5533d6d..c80d8363f0d53 100644 --- a/clients/client-sagemaker/src/commands/ListArtifactsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListArtifactsCommand.ts @@ -17,6 +17,10 @@ import { ListArtifactsRequest, ListArtifactsResponse } from "../models/models_3" import { de_ListArtifactsCommand, se_ListArtifactsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListAssociationsCommand.ts b/clients/client-sagemaker/src/commands/ListAssociationsCommand.ts index 930ee2a9d1b2d..b8de47d30bca1 100644 --- a/clients/client-sagemaker/src/commands/ListAssociationsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAssociationsCommand.ts @@ -17,6 +17,10 @@ import { ListAssociationsRequest, ListAssociationsResponse } from "../models/mod import { de_ListAssociationsCommand, se_ListAssociationsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListAutoMLJobsCommand.ts b/clients/client-sagemaker/src/commands/ListAutoMLJobsCommand.ts index e7da3a1b425d0..c00c6a3db09ed 100644 --- a/clients/client-sagemaker/src/commands/ListAutoMLJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListAutoMLJobsCommand.ts @@ -17,6 +17,10 @@ import { ListAutoMLJobsRequest, ListAutoMLJobsResponse } from "../models/models_ import { de_ListAutoMLJobsCommand, se_ListAutoMLJobsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListCandidatesForAutoMLJobCommand.ts b/clients/client-sagemaker/src/commands/ListCandidatesForAutoMLJobCommand.ts index 8d345249159ba..2a666c30f93f1 100644 --- a/clients/client-sagemaker/src/commands/ListCandidatesForAutoMLJobCommand.ts +++ b/clients/client-sagemaker/src/commands/ListCandidatesForAutoMLJobCommand.ts @@ -17,6 +17,10 @@ import { ListCandidatesForAutoMLJobRequest, ListCandidatesForAutoMLJobResponse } import { de_ListCandidatesForAutoMLJobCommand, se_ListCandidatesForAutoMLJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListCodeRepositoriesCommand.ts b/clients/client-sagemaker/src/commands/ListCodeRepositoriesCommand.ts index 40d9c1819d252..62a50896f40be 100644 --- a/clients/client-sagemaker/src/commands/ListCodeRepositoriesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListCodeRepositoriesCommand.ts @@ -17,6 +17,10 @@ import { ListCodeRepositoriesInput, ListCodeRepositoriesOutput } from "../models import { de_ListCodeRepositoriesCommand, se_ListCodeRepositoriesCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListCompilationJobsCommand.ts b/clients/client-sagemaker/src/commands/ListCompilationJobsCommand.ts index 10923754a200b..ea619e2948bb3 100644 --- a/clients/client-sagemaker/src/commands/ListCompilationJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListCompilationJobsCommand.ts @@ -17,6 +17,10 @@ import { ListCompilationJobsRequest, ListCompilationJobsResponse } from "../mode import { de_ListCompilationJobsCommand, se_ListCompilationJobsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListContextsCommand.ts b/clients/client-sagemaker/src/commands/ListContextsCommand.ts index cf3ad1e41e01c..6f6df10c1ba0b 100644 --- a/clients/client-sagemaker/src/commands/ListContextsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListContextsCommand.ts @@ -17,6 +17,10 @@ import { ListContextsRequest, ListContextsResponse } from "../models/models_3"; import { de_ListContextsCommand, se_ListContextsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListDataQualityJobDefinitionsCommand.ts b/clients/client-sagemaker/src/commands/ListDataQualityJobDefinitionsCommand.ts index 981f29a8e111f..c33bec66d80df 100644 --- a/clients/client-sagemaker/src/commands/ListDataQualityJobDefinitionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListDataQualityJobDefinitionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListDeviceFleetsCommand.ts b/clients/client-sagemaker/src/commands/ListDeviceFleetsCommand.ts index 403e7a15ddd34..6f866ab977830 100644 --- a/clients/client-sagemaker/src/commands/ListDeviceFleetsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListDeviceFleetsCommand.ts @@ -17,6 +17,10 @@ import { ListDeviceFleetsRequest, ListDeviceFleetsResponse } from "../models/mod import { de_ListDeviceFleetsCommand, se_ListDeviceFleetsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListDevicesCommand.ts b/clients/client-sagemaker/src/commands/ListDevicesCommand.ts index c2c0f1081140a..a62a89686b54e 100644 --- a/clients/client-sagemaker/src/commands/ListDevicesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListDevicesCommand.ts @@ -17,6 +17,10 @@ import { ListDevicesRequest, ListDevicesResponse } from "../models/models_3"; import { de_ListDevicesCommand, se_ListDevicesCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListDomainsCommand.ts b/clients/client-sagemaker/src/commands/ListDomainsCommand.ts index 78546075a2532..579e33e4da093 100644 --- a/clients/client-sagemaker/src/commands/ListDomainsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListDomainsCommand.ts @@ -17,6 +17,10 @@ import { ListDomainsRequest, ListDomainsResponse } from "../models/models_3"; import { de_ListDomainsCommand, se_ListDomainsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListEdgeDeploymentPlansCommand.ts b/clients/client-sagemaker/src/commands/ListEdgeDeploymentPlansCommand.ts index 501258e47bc7c..f66533d1f52cf 100644 --- a/clients/client-sagemaker/src/commands/ListEdgeDeploymentPlansCommand.ts +++ b/clients/client-sagemaker/src/commands/ListEdgeDeploymentPlansCommand.ts @@ -17,6 +17,10 @@ import { ListEdgeDeploymentPlansRequest, ListEdgeDeploymentPlansResponse } from import { de_ListEdgeDeploymentPlansCommand, se_ListEdgeDeploymentPlansCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListEdgePackagingJobsCommand.ts b/clients/client-sagemaker/src/commands/ListEdgePackagingJobsCommand.ts index 1010e6cbb5728..ce1460c6892c3 100644 --- a/clients/client-sagemaker/src/commands/ListEdgePackagingJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListEdgePackagingJobsCommand.ts @@ -17,6 +17,10 @@ import { ListEdgePackagingJobsRequest, ListEdgePackagingJobsResponse } from "../ import { de_ListEdgePackagingJobsCommand, se_ListEdgePackagingJobsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListEndpointConfigsCommand.ts b/clients/client-sagemaker/src/commands/ListEndpointConfigsCommand.ts index 4e9f7eee869ca..6d4c09c7e4b8e 100644 --- a/clients/client-sagemaker/src/commands/ListEndpointConfigsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListEndpointConfigsCommand.ts @@ -17,6 +17,10 @@ import { ListEndpointConfigsInput, ListEndpointConfigsOutput } from "../models/m import { de_ListEndpointConfigsCommand, se_ListEndpointConfigsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListEndpointsCommand.ts b/clients/client-sagemaker/src/commands/ListEndpointsCommand.ts index ef7dbf81432ab..a64c2acdee121 100644 --- a/clients/client-sagemaker/src/commands/ListEndpointsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListEndpointsCommand.ts @@ -17,6 +17,10 @@ import { ListEndpointsInput, ListEndpointsOutput } from "../models/models_3"; import { de_ListEndpointsCommand, se_ListEndpointsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListExperimentsCommand.ts b/clients/client-sagemaker/src/commands/ListExperimentsCommand.ts index 6f423129a7707..336957c1d8cda 100644 --- a/clients/client-sagemaker/src/commands/ListExperimentsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListExperimentsCommand.ts @@ -17,6 +17,10 @@ import { ListExperimentsRequest, ListExperimentsResponse } from "../models/model import { de_ListExperimentsCommand, se_ListExperimentsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListFeatureGroupsCommand.ts b/clients/client-sagemaker/src/commands/ListFeatureGroupsCommand.ts index 0ecb771991756..1ac7a9ceef577 100644 --- a/clients/client-sagemaker/src/commands/ListFeatureGroupsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListFeatureGroupsCommand.ts @@ -17,6 +17,10 @@ import { ListFeatureGroupsRequest, ListFeatureGroupsResponse } from "../models/m import { de_ListFeatureGroupsCommand, se_ListFeatureGroupsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListFlowDefinitionsCommand.ts b/clients/client-sagemaker/src/commands/ListFlowDefinitionsCommand.ts index 7c8e6dcc70349..8cffa1683718b 100644 --- a/clients/client-sagemaker/src/commands/ListFlowDefinitionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListFlowDefinitionsCommand.ts @@ -17,6 +17,10 @@ import { ListFlowDefinitionsRequest, ListFlowDefinitionsResponse } from "../mode import { de_ListFlowDefinitionsCommand, se_ListFlowDefinitionsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListHubContentVersionsCommand.ts b/clients/client-sagemaker/src/commands/ListHubContentVersionsCommand.ts index 96d5c1af13fab..455718932aac5 100644 --- a/clients/client-sagemaker/src/commands/ListHubContentVersionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListHubContentVersionsCommand.ts @@ -17,6 +17,10 @@ import { ListHubContentVersionsRequest, ListHubContentVersionsResponse } from ". import { de_ListHubContentVersionsCommand, se_ListHubContentVersionsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListHubContentsCommand.ts b/clients/client-sagemaker/src/commands/ListHubContentsCommand.ts index e457d3a05cfbb..0a85f6ba22f0a 100644 --- a/clients/client-sagemaker/src/commands/ListHubContentsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListHubContentsCommand.ts @@ -17,6 +17,10 @@ import { ListHubContentsRequest, ListHubContentsResponse } from "../models/model import { de_ListHubContentsCommand, se_ListHubContentsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListHubsCommand.ts b/clients/client-sagemaker/src/commands/ListHubsCommand.ts index 392e3efabd129..c3ba75b7d630f 100644 --- a/clients/client-sagemaker/src/commands/ListHubsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListHubsCommand.ts @@ -17,6 +17,10 @@ import { ListHubsRequest, ListHubsResponse } from "../models/models_3"; import { de_ListHubsCommand, se_ListHubsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListHumanTaskUisCommand.ts b/clients/client-sagemaker/src/commands/ListHumanTaskUisCommand.ts index c1b691bf0022f..79395203be053 100644 --- a/clients/client-sagemaker/src/commands/ListHumanTaskUisCommand.ts +++ b/clients/client-sagemaker/src/commands/ListHumanTaskUisCommand.ts @@ -17,6 +17,10 @@ import { ListHumanTaskUisRequest, ListHumanTaskUisResponse } from "../models/mod import { de_ListHumanTaskUisCommand, se_ListHumanTaskUisCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListHyperParameterTuningJobsCommand.ts b/clients/client-sagemaker/src/commands/ListHyperParameterTuningJobsCommand.ts index 4ecec8deb7790..38f922199ccd4 100644 --- a/clients/client-sagemaker/src/commands/ListHyperParameterTuningJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListHyperParameterTuningJobsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListImageVersionsCommand.ts b/clients/client-sagemaker/src/commands/ListImageVersionsCommand.ts index acc8ed06761fd..2aa8f00225259 100644 --- a/clients/client-sagemaker/src/commands/ListImageVersionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListImageVersionsCommand.ts @@ -17,6 +17,10 @@ import { ListImageVersionsRequest, ListImageVersionsResponse } from "../models/m import { de_ListImageVersionsCommand, se_ListImageVersionsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListImagesCommand.ts b/clients/client-sagemaker/src/commands/ListImagesCommand.ts index 2e220cdcef665..26df3cf5dd6a2 100644 --- a/clients/client-sagemaker/src/commands/ListImagesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListImagesCommand.ts @@ -17,6 +17,10 @@ import { ListImagesRequest, ListImagesResponse } from "../models/models_3"; import { de_ListImagesCommand, se_ListImagesCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListInferenceExperimentsCommand.ts b/clients/client-sagemaker/src/commands/ListInferenceExperimentsCommand.ts index f36bddba457e3..943485df7c4a7 100644 --- a/clients/client-sagemaker/src/commands/ListInferenceExperimentsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListInferenceExperimentsCommand.ts @@ -17,6 +17,10 @@ import { ListInferenceExperimentsRequest, ListInferenceExperimentsResponse } fro import { de_ListInferenceExperimentsCommand, se_ListInferenceExperimentsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobStepsCommand.ts b/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobStepsCommand.ts index 22f2cb8820e6f..0c4450b053158 100644 --- a/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobStepsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobStepsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobsCommand.ts b/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobsCommand.ts index 02dbe87e8188d..dd02b169a7302 100644 --- a/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListInferenceRecommendationsJobsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListLabelingJobsCommand.ts b/clients/client-sagemaker/src/commands/ListLabelingJobsCommand.ts index 21640a77294de..e419d044b3312 100644 --- a/clients/client-sagemaker/src/commands/ListLabelingJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListLabelingJobsCommand.ts @@ -17,6 +17,10 @@ import { ListLabelingJobsRequest, ListLabelingJobsResponse } from "../models/mod import { de_ListLabelingJobsCommand, se_ListLabelingJobsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListLabelingJobsForWorkteamCommand.ts b/clients/client-sagemaker/src/commands/ListLabelingJobsForWorkteamCommand.ts index 89ecb5d07ca6f..b2fb0b1072985 100644 --- a/clients/client-sagemaker/src/commands/ListLabelingJobsForWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/ListLabelingJobsForWorkteamCommand.ts @@ -17,6 +17,10 @@ import { ListLabelingJobsForWorkteamRequest, ListLabelingJobsForWorkteamResponse import { de_ListLabelingJobsForWorkteamCommand, se_ListLabelingJobsForWorkteamCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListLineageGroupsCommand.ts b/clients/client-sagemaker/src/commands/ListLineageGroupsCommand.ts index 9497a11d3ebb9..476fe01cd3fae 100644 --- a/clients/client-sagemaker/src/commands/ListLineageGroupsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListLineageGroupsCommand.ts @@ -17,6 +17,10 @@ import { ListLineageGroupsRequest, ListLineageGroupsResponse } from "../models/m import { de_ListLineageGroupsCommand, se_ListLineageGroupsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListModelBiasJobDefinitionsCommand.ts b/clients/client-sagemaker/src/commands/ListModelBiasJobDefinitionsCommand.ts index 81e442164dc08..842401c5c7ff0 100644 --- a/clients/client-sagemaker/src/commands/ListModelBiasJobDefinitionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelBiasJobDefinitionsCommand.ts @@ -17,6 +17,10 @@ import { ListModelBiasJobDefinitionsRequest, ListModelBiasJobDefinitionsResponse import { de_ListModelBiasJobDefinitionsCommand, se_ListModelBiasJobDefinitionsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListModelCardExportJobsCommand.ts b/clients/client-sagemaker/src/commands/ListModelCardExportJobsCommand.ts index a6842350dfa83..ef4f8f84d75c7 100644 --- a/clients/client-sagemaker/src/commands/ListModelCardExportJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelCardExportJobsCommand.ts @@ -17,6 +17,10 @@ import { ListModelCardExportJobsRequest, ListModelCardExportJobsResponse } from import { de_ListModelCardExportJobsCommand, se_ListModelCardExportJobsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListModelCardVersionsCommand.ts b/clients/client-sagemaker/src/commands/ListModelCardVersionsCommand.ts index 5c6508ea3b72a..d08fbbbfc18bc 100644 --- a/clients/client-sagemaker/src/commands/ListModelCardVersionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelCardVersionsCommand.ts @@ -17,6 +17,10 @@ import { ListModelCardVersionsRequest, ListModelCardVersionsResponse } from "../ import { de_ListModelCardVersionsCommand, se_ListModelCardVersionsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListModelCardsCommand.ts b/clients/client-sagemaker/src/commands/ListModelCardsCommand.ts index 6fe8ff6d150bd..c0ffff979111b 100644 --- a/clients/client-sagemaker/src/commands/ListModelCardsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelCardsCommand.ts @@ -17,6 +17,10 @@ import { ListModelCardsRequest, ListModelCardsResponse } from "../models/models_ import { de_ListModelCardsCommand, se_ListModelCardsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListModelExplainabilityJobDefinitionsCommand.ts b/clients/client-sagemaker/src/commands/ListModelExplainabilityJobDefinitionsCommand.ts index a3dadbee169b2..49407bc1a1a2c 100644 --- a/clients/client-sagemaker/src/commands/ListModelExplainabilityJobDefinitionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelExplainabilityJobDefinitionsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListModelMetadataCommand.ts b/clients/client-sagemaker/src/commands/ListModelMetadataCommand.ts index 95b50bd4af123..6a5513c1a7fe9 100644 --- a/clients/client-sagemaker/src/commands/ListModelMetadataCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelMetadataCommand.ts @@ -17,6 +17,10 @@ import { ListModelMetadataRequest, ListModelMetadataResponse } from "../models/m import { de_ListModelMetadataCommand, se_ListModelMetadataCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListModelPackageGroupsCommand.ts b/clients/client-sagemaker/src/commands/ListModelPackageGroupsCommand.ts index 48daed95f2b45..0873fabe77957 100644 --- a/clients/client-sagemaker/src/commands/ListModelPackageGroupsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelPackageGroupsCommand.ts @@ -17,6 +17,10 @@ import { ListModelPackageGroupsInput, ListModelPackageGroupsOutput } from "../mo import { de_ListModelPackageGroupsCommand, se_ListModelPackageGroupsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListModelPackagesCommand.ts b/clients/client-sagemaker/src/commands/ListModelPackagesCommand.ts index 28ad36d5a3fa7..4d105b9b99549 100644 --- a/clients/client-sagemaker/src/commands/ListModelPackagesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelPackagesCommand.ts @@ -17,6 +17,10 @@ import { ListModelPackagesInput, ListModelPackagesOutput } from "../models/model import { de_ListModelPackagesCommand, se_ListModelPackagesCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListModelQualityJobDefinitionsCommand.ts b/clients/client-sagemaker/src/commands/ListModelQualityJobDefinitionsCommand.ts index 0d8f4a29dc61b..a35b107fb5ac0 100644 --- a/clients/client-sagemaker/src/commands/ListModelQualityJobDefinitionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelQualityJobDefinitionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListModelsCommand.ts b/clients/client-sagemaker/src/commands/ListModelsCommand.ts index 7523607c6cdaa..02263ce482884 100644 --- a/clients/client-sagemaker/src/commands/ListModelsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListModelsCommand.ts @@ -17,6 +17,10 @@ import { ListModelsInput, ListModelsOutput } from "../models/models_3"; import { de_ListModelsCommand, se_ListModelsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListMonitoringAlertHistoryCommand.ts b/clients/client-sagemaker/src/commands/ListMonitoringAlertHistoryCommand.ts index fec8ddfa7bb97..7fa089a01cc8c 100644 --- a/clients/client-sagemaker/src/commands/ListMonitoringAlertHistoryCommand.ts +++ b/clients/client-sagemaker/src/commands/ListMonitoringAlertHistoryCommand.ts @@ -17,6 +17,10 @@ import { ListMonitoringAlertHistoryRequest, ListMonitoringAlertHistoryResponse } import { de_ListMonitoringAlertHistoryCommand, se_ListMonitoringAlertHistoryCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListMonitoringAlertsCommand.ts b/clients/client-sagemaker/src/commands/ListMonitoringAlertsCommand.ts index 297201dfe71cd..6b22a07076a7c 100644 --- a/clients/client-sagemaker/src/commands/ListMonitoringAlertsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListMonitoringAlertsCommand.ts @@ -17,6 +17,10 @@ import { ListMonitoringAlertsRequest, ListMonitoringAlertsResponse } from "../mo import { de_ListMonitoringAlertsCommand, se_ListMonitoringAlertsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListMonitoringExecutionsCommand.ts b/clients/client-sagemaker/src/commands/ListMonitoringExecutionsCommand.ts index 6e7ef45f8ac26..91cf22f8a3be1 100644 --- a/clients/client-sagemaker/src/commands/ListMonitoringExecutionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListMonitoringExecutionsCommand.ts @@ -17,6 +17,10 @@ import { ListMonitoringExecutionsRequest, ListMonitoringExecutionsResponse } fro import { de_ListMonitoringExecutionsCommand, se_ListMonitoringExecutionsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListMonitoringSchedulesCommand.ts b/clients/client-sagemaker/src/commands/ListMonitoringSchedulesCommand.ts index d4cb2d4b07f29..9ffa5a40aae37 100644 --- a/clients/client-sagemaker/src/commands/ListMonitoringSchedulesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListMonitoringSchedulesCommand.ts @@ -17,6 +17,10 @@ import { ListMonitoringSchedulesRequest, ListMonitoringSchedulesResponse } from import { de_ListMonitoringSchedulesCommand, se_ListMonitoringSchedulesCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListNotebookInstanceLifecycleConfigsCommand.ts b/clients/client-sagemaker/src/commands/ListNotebookInstanceLifecycleConfigsCommand.ts index cbdb837205eec..90483b10bf86a 100644 --- a/clients/client-sagemaker/src/commands/ListNotebookInstanceLifecycleConfigsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListNotebookInstanceLifecycleConfigsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListNotebookInstancesCommand.ts b/clients/client-sagemaker/src/commands/ListNotebookInstancesCommand.ts index 7f3575237145b..0f8be17c77de1 100644 --- a/clients/client-sagemaker/src/commands/ListNotebookInstancesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListNotebookInstancesCommand.ts @@ -17,6 +17,10 @@ import { ListNotebookInstancesInput, ListNotebookInstancesOutput } from "../mode import { de_ListNotebookInstancesCommand, se_ListNotebookInstancesCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListPipelineExecutionStepsCommand.ts b/clients/client-sagemaker/src/commands/ListPipelineExecutionStepsCommand.ts index bc2766e5f2940..68dd32cc5a637 100644 --- a/clients/client-sagemaker/src/commands/ListPipelineExecutionStepsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListPipelineExecutionStepsCommand.ts @@ -17,6 +17,10 @@ import { ListPipelineExecutionStepsRequest, ListPipelineExecutionStepsResponse } import { de_ListPipelineExecutionStepsCommand, se_ListPipelineExecutionStepsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListPipelineExecutionsCommand.ts b/clients/client-sagemaker/src/commands/ListPipelineExecutionsCommand.ts index c37ddecb3cc35..332fa299268eb 100644 --- a/clients/client-sagemaker/src/commands/ListPipelineExecutionsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListPipelineExecutionsCommand.ts @@ -17,6 +17,10 @@ import { ListPipelineExecutionsRequest, ListPipelineExecutionsResponse } from ". import { de_ListPipelineExecutionsCommand, se_ListPipelineExecutionsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListPipelineParametersForExecutionCommand.ts b/clients/client-sagemaker/src/commands/ListPipelineParametersForExecutionCommand.ts index 56907f7c3bdb9..8e40f7c18fec9 100644 --- a/clients/client-sagemaker/src/commands/ListPipelineParametersForExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/ListPipelineParametersForExecutionCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListPipelinesCommand.ts b/clients/client-sagemaker/src/commands/ListPipelinesCommand.ts index c755c03ab0aa0..fac72261d7efc 100644 --- a/clients/client-sagemaker/src/commands/ListPipelinesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListPipelinesCommand.ts @@ -17,6 +17,10 @@ import { ListPipelinesRequest, ListPipelinesResponse } from "../models/models_3" import { de_ListPipelinesCommand, se_ListPipelinesCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListProcessingJobsCommand.ts b/clients/client-sagemaker/src/commands/ListProcessingJobsCommand.ts index 2f81a711a2852..ce73b459af57d 100644 --- a/clients/client-sagemaker/src/commands/ListProcessingJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListProcessingJobsCommand.ts @@ -17,6 +17,10 @@ import { ListProcessingJobsRequest, ListProcessingJobsResponse } from "../models import { de_ListProcessingJobsCommand, se_ListProcessingJobsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListProjectsCommand.ts b/clients/client-sagemaker/src/commands/ListProjectsCommand.ts index 870cf5b8188cc..5958cea03e597 100644 --- a/clients/client-sagemaker/src/commands/ListProjectsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListProjectsCommand.ts @@ -17,6 +17,10 @@ import { ListProjectsInput, ListProjectsOutput } from "../models/models_3"; import { de_ListProjectsCommand, se_ListProjectsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListSpacesCommand.ts b/clients/client-sagemaker/src/commands/ListSpacesCommand.ts index 017be70d977c9..43c32d85915ef 100644 --- a/clients/client-sagemaker/src/commands/ListSpacesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListSpacesCommand.ts @@ -17,6 +17,10 @@ import { ListSpacesRequest, ListSpacesResponse } from "../models/models_3"; import { de_ListSpacesCommand, se_ListSpacesCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListStageDevicesCommand.ts b/clients/client-sagemaker/src/commands/ListStageDevicesCommand.ts index 3c87e19b4ac05..2348bc2ecb245 100644 --- a/clients/client-sagemaker/src/commands/ListStageDevicesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListStageDevicesCommand.ts @@ -17,6 +17,10 @@ import { ListStageDevicesRequest, ListStageDevicesResponse } from "../models/mod import { de_ListStageDevicesCommand, se_ListStageDevicesCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListStudioLifecycleConfigsCommand.ts b/clients/client-sagemaker/src/commands/ListStudioLifecycleConfigsCommand.ts index 585cc3d5a3f18..f8eb8efd0b0df 100644 --- a/clients/client-sagemaker/src/commands/ListStudioLifecycleConfigsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListStudioLifecycleConfigsCommand.ts @@ -17,6 +17,10 @@ import { ListStudioLifecycleConfigsRequest, ListStudioLifecycleConfigsResponse } import { de_ListStudioLifecycleConfigsCommand, se_ListStudioLifecycleConfigsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListSubscribedWorkteamsCommand.ts b/clients/client-sagemaker/src/commands/ListSubscribedWorkteamsCommand.ts index a01f3b9259918..3197879a3ca54 100644 --- a/clients/client-sagemaker/src/commands/ListSubscribedWorkteamsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListSubscribedWorkteamsCommand.ts @@ -17,6 +17,10 @@ import { ListSubscribedWorkteamsRequest, ListSubscribedWorkteamsResponse } from import { de_ListSubscribedWorkteamsCommand, se_ListSubscribedWorkteamsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListTagsCommand.ts b/clients/client-sagemaker/src/commands/ListTagsCommand.ts index e058e3bfc5951..2ac3c7a7cc5ed 100644 --- a/clients/client-sagemaker/src/commands/ListTagsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTagsCommand.ts @@ -17,6 +17,10 @@ import { ListTagsInput, ListTagsOutput } from "../models/models_3"; import { de_ListTagsCommand, se_ListTagsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListTrainingJobsCommand.ts b/clients/client-sagemaker/src/commands/ListTrainingJobsCommand.ts index 7abf2c4de151d..99c2cea613a43 100644 --- a/clients/client-sagemaker/src/commands/ListTrainingJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTrainingJobsCommand.ts @@ -17,6 +17,10 @@ import { ListTrainingJobsRequest, ListTrainingJobsResponse } from "../models/mod import { de_ListTrainingJobsCommand, se_ListTrainingJobsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListTrainingJobsForHyperParameterTuningJobCommand.ts b/clients/client-sagemaker/src/commands/ListTrainingJobsForHyperParameterTuningJobCommand.ts index 2c0dfbbb5f11f..d922fb092e8ac 100644 --- a/clients/client-sagemaker/src/commands/ListTrainingJobsForHyperParameterTuningJobCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTrainingJobsForHyperParameterTuningJobCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListTransformJobsCommand.ts b/clients/client-sagemaker/src/commands/ListTransformJobsCommand.ts index d5e470fe669fd..5d36d0243b1f9 100644 --- a/clients/client-sagemaker/src/commands/ListTransformJobsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTransformJobsCommand.ts @@ -17,6 +17,10 @@ import { ListTransformJobsRequest, ListTransformJobsResponse } from "../models/m import { de_ListTransformJobsCommand, se_ListTransformJobsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListTrialComponentsCommand.ts b/clients/client-sagemaker/src/commands/ListTrialComponentsCommand.ts index be040e1580c5e..411cbc8f2cfe2 100644 --- a/clients/client-sagemaker/src/commands/ListTrialComponentsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTrialComponentsCommand.ts @@ -17,6 +17,10 @@ import { ListTrialComponentsRequest, ListTrialComponentsResponse } from "../mode import { de_ListTrialComponentsCommand, se_ListTrialComponentsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListTrialsCommand.ts b/clients/client-sagemaker/src/commands/ListTrialsCommand.ts index f17c0c9e89f6e..ccd166f840bea 100644 --- a/clients/client-sagemaker/src/commands/ListTrialsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListTrialsCommand.ts @@ -17,6 +17,10 @@ import { ListTrialsRequest, ListTrialsResponse } from "../models/models_3"; import { de_ListTrialsCommand, se_ListTrialsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListUserProfilesCommand.ts b/clients/client-sagemaker/src/commands/ListUserProfilesCommand.ts index 647c6a7bed870..f28283217ff05 100644 --- a/clients/client-sagemaker/src/commands/ListUserProfilesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListUserProfilesCommand.ts @@ -17,6 +17,10 @@ import { ListUserProfilesRequest, ListUserProfilesResponse } from "../models/mod import { de_ListUserProfilesCommand, se_ListUserProfilesCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListWorkforcesCommand.ts b/clients/client-sagemaker/src/commands/ListWorkforcesCommand.ts index ccece936d9242..4ba0e80467232 100644 --- a/clients/client-sagemaker/src/commands/ListWorkforcesCommand.ts +++ b/clients/client-sagemaker/src/commands/ListWorkforcesCommand.ts @@ -17,6 +17,10 @@ import { ListWorkforcesRequest, ListWorkforcesResponse } from "../models/models_ import { de_ListWorkforcesCommand, se_ListWorkforcesCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/ListWorkteamsCommand.ts b/clients/client-sagemaker/src/commands/ListWorkteamsCommand.ts index a93feeab043cd..98d022803ae67 100644 --- a/clients/client-sagemaker/src/commands/ListWorkteamsCommand.ts +++ b/clients/client-sagemaker/src/commands/ListWorkteamsCommand.ts @@ -17,6 +17,10 @@ import { ListWorkteamsRequest, ListWorkteamsResponse } from "../models/models_3" import { de_ListWorkteamsCommand, se_ListWorkteamsCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/PutModelPackageGroupPolicyCommand.ts b/clients/client-sagemaker/src/commands/PutModelPackageGroupPolicyCommand.ts index 031791c707490..393c9ab54166c 100644 --- a/clients/client-sagemaker/src/commands/PutModelPackageGroupPolicyCommand.ts +++ b/clients/client-sagemaker/src/commands/PutModelPackageGroupPolicyCommand.ts @@ -17,6 +17,10 @@ import { PutModelPackageGroupPolicyInput, PutModelPackageGroupPolicyOutput } fro import { de_PutModelPackageGroupPolicyCommand, se_PutModelPackageGroupPolicyCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/QueryLineageCommand.ts b/clients/client-sagemaker/src/commands/QueryLineageCommand.ts index 1618b2c4b79d2..4b57bc8c12bfd 100644 --- a/clients/client-sagemaker/src/commands/QueryLineageCommand.ts +++ b/clients/client-sagemaker/src/commands/QueryLineageCommand.ts @@ -17,6 +17,10 @@ import { QueryLineageRequest, QueryLineageResponse } from "../models/models_3"; import { de_QueryLineageCommand, se_QueryLineageCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/RegisterDevicesCommand.ts b/clients/client-sagemaker/src/commands/RegisterDevicesCommand.ts index 7f1800843d1c5..46108830cb3be 100644 --- a/clients/client-sagemaker/src/commands/RegisterDevicesCommand.ts +++ b/clients/client-sagemaker/src/commands/RegisterDevicesCommand.ts @@ -17,6 +17,10 @@ import { RegisterDevicesRequest } from "../models/models_3"; import { de_RegisterDevicesCommand, se_RegisterDevicesCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/RenderUiTemplateCommand.ts b/clients/client-sagemaker/src/commands/RenderUiTemplateCommand.ts index 4289d2622c3c8..557596e7e5831 100644 --- a/clients/client-sagemaker/src/commands/RenderUiTemplateCommand.ts +++ b/clients/client-sagemaker/src/commands/RenderUiTemplateCommand.ts @@ -17,6 +17,10 @@ import { RenderUiTemplateRequest, RenderUiTemplateResponse } from "../models/mod import { de_RenderUiTemplateCommand, se_RenderUiTemplateCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/RetryPipelineExecutionCommand.ts b/clients/client-sagemaker/src/commands/RetryPipelineExecutionCommand.ts index 408d851f13eed..2b441767a1ba7 100644 --- a/clients/client-sagemaker/src/commands/RetryPipelineExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/RetryPipelineExecutionCommand.ts @@ -17,6 +17,10 @@ import { RetryPipelineExecutionRequest, RetryPipelineExecutionResponse } from ". import { de_RetryPipelineExecutionCommand, se_RetryPipelineExecutionCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/SearchCommand.ts b/clients/client-sagemaker/src/commands/SearchCommand.ts index 0bb7fca96760a..393f58b42d5b9 100644 --- a/clients/client-sagemaker/src/commands/SearchCommand.ts +++ b/clients/client-sagemaker/src/commands/SearchCommand.ts @@ -18,6 +18,10 @@ import { SearchRequest } from "../models/models_4"; import { de_SearchCommand, se_SearchCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/SendPipelineExecutionStepFailureCommand.ts b/clients/client-sagemaker/src/commands/SendPipelineExecutionStepFailureCommand.ts index 134849aad7268..31c12d40795b0 100644 --- a/clients/client-sagemaker/src/commands/SendPipelineExecutionStepFailureCommand.ts +++ b/clients/client-sagemaker/src/commands/SendPipelineExecutionStepFailureCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/SendPipelineExecutionStepSuccessCommand.ts b/clients/client-sagemaker/src/commands/SendPipelineExecutionStepSuccessCommand.ts index 74acc1a43669e..2f2028d311237 100644 --- a/clients/client-sagemaker/src/commands/SendPipelineExecutionStepSuccessCommand.ts +++ b/clients/client-sagemaker/src/commands/SendPipelineExecutionStepSuccessCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/StartEdgeDeploymentStageCommand.ts b/clients/client-sagemaker/src/commands/StartEdgeDeploymentStageCommand.ts index 2e70b29a453a2..2193fc570efa7 100644 --- a/clients/client-sagemaker/src/commands/StartEdgeDeploymentStageCommand.ts +++ b/clients/client-sagemaker/src/commands/StartEdgeDeploymentStageCommand.ts @@ -17,6 +17,10 @@ import { StartEdgeDeploymentStageRequest } from "../models/models_3"; import { de_StartEdgeDeploymentStageCommand, se_StartEdgeDeploymentStageCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/StartInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/StartInferenceExperimentCommand.ts index 77a747f71ef94..c9a128353cf40 100644 --- a/clients/client-sagemaker/src/commands/StartInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/StartInferenceExperimentCommand.ts @@ -17,6 +17,10 @@ import { StartInferenceExperimentRequest, StartInferenceExperimentResponse } fro import { de_StartInferenceExperimentCommand, se_StartInferenceExperimentCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/StartMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/StartMonitoringScheduleCommand.ts index 0b9d5b3295435..b6f21bba6ceaf 100644 --- a/clients/client-sagemaker/src/commands/StartMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/StartMonitoringScheduleCommand.ts @@ -17,6 +17,10 @@ import { StartMonitoringScheduleRequest } from "../models/models_3"; import { de_StartMonitoringScheduleCommand, se_StartMonitoringScheduleCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/StartNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/StartNotebookInstanceCommand.ts index 5764ece152b22..265e6f070881c 100644 --- a/clients/client-sagemaker/src/commands/StartNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/StartNotebookInstanceCommand.ts @@ -17,6 +17,10 @@ import { StartNotebookInstanceInput } from "../models/models_3"; import { de_StartNotebookInstanceCommand, se_StartNotebookInstanceCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/StartPipelineExecutionCommand.ts b/clients/client-sagemaker/src/commands/StartPipelineExecutionCommand.ts index 50c8fcfa44a6a..fea683e265311 100644 --- a/clients/client-sagemaker/src/commands/StartPipelineExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/StartPipelineExecutionCommand.ts @@ -17,6 +17,10 @@ import { StartPipelineExecutionRequest, StartPipelineExecutionResponse } from ". import { de_StartPipelineExecutionCommand, se_StartPipelineExecutionCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/StopAutoMLJobCommand.ts b/clients/client-sagemaker/src/commands/StopAutoMLJobCommand.ts index 761ca557d4c78..8ad8302a78d1b 100644 --- a/clients/client-sagemaker/src/commands/StopAutoMLJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopAutoMLJobCommand.ts @@ -17,6 +17,10 @@ import { StopAutoMLJobRequest } from "../models/models_3"; import { de_StopAutoMLJobCommand, se_StopAutoMLJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/StopCompilationJobCommand.ts b/clients/client-sagemaker/src/commands/StopCompilationJobCommand.ts index 701d90a9294ea..d061c768bde9e 100644 --- a/clients/client-sagemaker/src/commands/StopCompilationJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopCompilationJobCommand.ts @@ -17,6 +17,10 @@ import { StopCompilationJobRequest } from "../models/models_3"; import { de_StopCompilationJobCommand, se_StopCompilationJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/StopEdgeDeploymentStageCommand.ts b/clients/client-sagemaker/src/commands/StopEdgeDeploymentStageCommand.ts index c35f15ee28e31..d0a6d24a58b71 100644 --- a/clients/client-sagemaker/src/commands/StopEdgeDeploymentStageCommand.ts +++ b/clients/client-sagemaker/src/commands/StopEdgeDeploymentStageCommand.ts @@ -17,6 +17,10 @@ import { StopEdgeDeploymentStageRequest } from "../models/models_3"; import { de_StopEdgeDeploymentStageCommand, se_StopEdgeDeploymentStageCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/StopEdgePackagingJobCommand.ts b/clients/client-sagemaker/src/commands/StopEdgePackagingJobCommand.ts index 9da1c804d0f01..3506926b1fbf2 100644 --- a/clients/client-sagemaker/src/commands/StopEdgePackagingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopEdgePackagingJobCommand.ts @@ -17,6 +17,10 @@ import { StopEdgePackagingJobRequest } from "../models/models_3"; import { de_StopEdgePackagingJobCommand, se_StopEdgePackagingJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/StopHyperParameterTuningJobCommand.ts b/clients/client-sagemaker/src/commands/StopHyperParameterTuningJobCommand.ts index 7617ed97f10b8..e7fbda31cbfc1 100644 --- a/clients/client-sagemaker/src/commands/StopHyperParameterTuningJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopHyperParameterTuningJobCommand.ts @@ -17,6 +17,10 @@ import { StopHyperParameterTuningJobRequest } from "../models/models_3"; import { de_StopHyperParameterTuningJobCommand, se_StopHyperParameterTuningJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/StopInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/StopInferenceExperimentCommand.ts index ec7c312544018..a3d3a947323c1 100644 --- a/clients/client-sagemaker/src/commands/StopInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/StopInferenceExperimentCommand.ts @@ -17,6 +17,10 @@ import { StopInferenceExperimentRequest, StopInferenceExperimentResponse } from import { de_StopInferenceExperimentCommand, se_StopInferenceExperimentCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/StopInferenceRecommendationsJobCommand.ts b/clients/client-sagemaker/src/commands/StopInferenceRecommendationsJobCommand.ts index 4e994f7d99efe..bd5d3f93bdc10 100644 --- a/clients/client-sagemaker/src/commands/StopInferenceRecommendationsJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopInferenceRecommendationsJobCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/StopLabelingJobCommand.ts b/clients/client-sagemaker/src/commands/StopLabelingJobCommand.ts index b8413ad520551..c7e70694d6f61 100644 --- a/clients/client-sagemaker/src/commands/StopLabelingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopLabelingJobCommand.ts @@ -17,6 +17,10 @@ import { StopLabelingJobRequest } from "../models/models_3"; import { de_StopLabelingJobCommand, se_StopLabelingJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/StopMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/StopMonitoringScheduleCommand.ts index 9f54a313e0497..2e7865843a4a7 100644 --- a/clients/client-sagemaker/src/commands/StopMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/StopMonitoringScheduleCommand.ts @@ -17,6 +17,10 @@ import { StopMonitoringScheduleRequest } from "../models/models_3"; import { de_StopMonitoringScheduleCommand, se_StopMonitoringScheduleCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/StopNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/StopNotebookInstanceCommand.ts index d3127619a4857..c3463224808a2 100644 --- a/clients/client-sagemaker/src/commands/StopNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/StopNotebookInstanceCommand.ts @@ -17,6 +17,10 @@ import { StopNotebookInstanceInput } from "../models/models_3"; import { de_StopNotebookInstanceCommand, se_StopNotebookInstanceCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/StopPipelineExecutionCommand.ts b/clients/client-sagemaker/src/commands/StopPipelineExecutionCommand.ts index 40b3e645fde8f..b978234bb5ffe 100644 --- a/clients/client-sagemaker/src/commands/StopPipelineExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/StopPipelineExecutionCommand.ts @@ -17,6 +17,10 @@ import { StopPipelineExecutionRequest, StopPipelineExecutionResponse } from "../ import { de_StopPipelineExecutionCommand, se_StopPipelineExecutionCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/StopProcessingJobCommand.ts b/clients/client-sagemaker/src/commands/StopProcessingJobCommand.ts index fc80d06393d1a..3fe83d40b185f 100644 --- a/clients/client-sagemaker/src/commands/StopProcessingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopProcessingJobCommand.ts @@ -17,6 +17,10 @@ import { StopProcessingJobRequest } from "../models/models_3"; import { de_StopProcessingJobCommand, se_StopProcessingJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/StopTrainingJobCommand.ts b/clients/client-sagemaker/src/commands/StopTrainingJobCommand.ts index 311e3b2e05f32..5684d72644f5b 100644 --- a/clients/client-sagemaker/src/commands/StopTrainingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopTrainingJobCommand.ts @@ -17,6 +17,10 @@ import { StopTrainingJobRequest } from "../models/models_3"; import { de_StopTrainingJobCommand, se_StopTrainingJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/StopTransformJobCommand.ts b/clients/client-sagemaker/src/commands/StopTransformJobCommand.ts index 6f3c35bef69b7..68b844abe112f 100644 --- a/clients/client-sagemaker/src/commands/StopTransformJobCommand.ts +++ b/clients/client-sagemaker/src/commands/StopTransformJobCommand.ts @@ -17,6 +17,10 @@ import { StopTransformJobRequest } from "../models/models_3"; import { de_StopTransformJobCommand, se_StopTransformJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateActionCommand.ts b/clients/client-sagemaker/src/commands/UpdateActionCommand.ts index 94e9ba69c0f62..bb3dadac36ae6 100644 --- a/clients/client-sagemaker/src/commands/UpdateActionCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateActionCommand.ts @@ -17,6 +17,10 @@ import { UpdateActionRequest, UpdateActionResponse } from "../models/models_4"; import { de_UpdateActionCommand, se_UpdateActionCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateAppImageConfigCommand.ts b/clients/client-sagemaker/src/commands/UpdateAppImageConfigCommand.ts index ac91db406bf0d..1eb1f08bedb64 100644 --- a/clients/client-sagemaker/src/commands/UpdateAppImageConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateAppImageConfigCommand.ts @@ -17,6 +17,10 @@ import { UpdateAppImageConfigRequest, UpdateAppImageConfigResponse } from "../mo import { de_UpdateAppImageConfigCommand, se_UpdateAppImageConfigCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateArtifactCommand.ts b/clients/client-sagemaker/src/commands/UpdateArtifactCommand.ts index 25f2b99352fd9..299f7d12eca5e 100644 --- a/clients/client-sagemaker/src/commands/UpdateArtifactCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateArtifactCommand.ts @@ -17,6 +17,10 @@ import { UpdateArtifactRequest, UpdateArtifactResponse } from "../models/models_ import { de_UpdateArtifactCommand, se_UpdateArtifactCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateCodeRepositoryCommand.ts b/clients/client-sagemaker/src/commands/UpdateCodeRepositoryCommand.ts index 8c5d62baed8e9..a86c533567b45 100644 --- a/clients/client-sagemaker/src/commands/UpdateCodeRepositoryCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateCodeRepositoryCommand.ts @@ -17,6 +17,10 @@ import { UpdateCodeRepositoryInput, UpdateCodeRepositoryOutput } from "../models import { de_UpdateCodeRepositoryCommand, se_UpdateCodeRepositoryCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateContextCommand.ts b/clients/client-sagemaker/src/commands/UpdateContextCommand.ts index b646f7f83e6bc..9599e0b6ffb03 100644 --- a/clients/client-sagemaker/src/commands/UpdateContextCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateContextCommand.ts @@ -17,6 +17,10 @@ import { UpdateContextRequest, UpdateContextResponse } from "../models/models_4" import { de_UpdateContextCommand, se_UpdateContextCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateDeviceFleetCommand.ts b/clients/client-sagemaker/src/commands/UpdateDeviceFleetCommand.ts index 706cc54de75ba..c9b43fb0fe05c 100644 --- a/clients/client-sagemaker/src/commands/UpdateDeviceFleetCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateDeviceFleetCommand.ts @@ -17,6 +17,10 @@ import { UpdateDeviceFleetRequest } from "../models/models_4"; import { de_UpdateDeviceFleetCommand, se_UpdateDeviceFleetCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateDevicesCommand.ts b/clients/client-sagemaker/src/commands/UpdateDevicesCommand.ts index 4f70aac512bb8..ccba683d875bf 100644 --- a/clients/client-sagemaker/src/commands/UpdateDevicesCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateDevicesCommand.ts @@ -17,6 +17,10 @@ import { UpdateDevicesRequest } from "../models/models_4"; import { de_UpdateDevicesCommand, se_UpdateDevicesCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateDomainCommand.ts b/clients/client-sagemaker/src/commands/UpdateDomainCommand.ts index dc353e6d51581..917071ea18715 100644 --- a/clients/client-sagemaker/src/commands/UpdateDomainCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateDomainCommand.ts @@ -17,6 +17,10 @@ import { UpdateDomainRequest, UpdateDomainResponse } from "../models/models_4"; import { de_UpdateDomainCommand, se_UpdateDomainCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateEndpointCommand.ts b/clients/client-sagemaker/src/commands/UpdateEndpointCommand.ts index 7788a4a980204..f4cd4a756ead0 100644 --- a/clients/client-sagemaker/src/commands/UpdateEndpointCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateEndpointCommand.ts @@ -17,6 +17,10 @@ import { UpdateEndpointInput, UpdateEndpointOutput } from "../models/models_4"; import { de_UpdateEndpointCommand, se_UpdateEndpointCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateEndpointWeightsAndCapacitiesCommand.ts b/clients/client-sagemaker/src/commands/UpdateEndpointWeightsAndCapacitiesCommand.ts index 52bbeff52a171..897f08074d11a 100644 --- a/clients/client-sagemaker/src/commands/UpdateEndpointWeightsAndCapacitiesCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateEndpointWeightsAndCapacitiesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateExperimentCommand.ts b/clients/client-sagemaker/src/commands/UpdateExperimentCommand.ts index 5736844316922..1f0f8f4de3dd1 100644 --- a/clients/client-sagemaker/src/commands/UpdateExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateExperimentCommand.ts @@ -17,6 +17,10 @@ import { UpdateExperimentRequest, UpdateExperimentResponse } from "../models/mod import { de_UpdateExperimentCommand, se_UpdateExperimentCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateFeatureGroupCommand.ts b/clients/client-sagemaker/src/commands/UpdateFeatureGroupCommand.ts index 0e15d8be536b7..153e61b632e65 100644 --- a/clients/client-sagemaker/src/commands/UpdateFeatureGroupCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateFeatureGroupCommand.ts @@ -17,6 +17,10 @@ import { UpdateFeatureGroupRequest, UpdateFeatureGroupResponse } from "../models import { de_UpdateFeatureGroupCommand, se_UpdateFeatureGroupCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateFeatureMetadataCommand.ts b/clients/client-sagemaker/src/commands/UpdateFeatureMetadataCommand.ts index d7c73b7d5e622..d14a7352024f3 100644 --- a/clients/client-sagemaker/src/commands/UpdateFeatureMetadataCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateFeatureMetadataCommand.ts @@ -17,6 +17,10 @@ import { UpdateFeatureMetadataRequest } from "../models/models_4"; import { de_UpdateFeatureMetadataCommand, se_UpdateFeatureMetadataCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateHubCommand.ts b/clients/client-sagemaker/src/commands/UpdateHubCommand.ts index fc89f3d3dc0be..426782963fb29 100644 --- a/clients/client-sagemaker/src/commands/UpdateHubCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateHubCommand.ts @@ -17,6 +17,10 @@ import { UpdateHubRequest, UpdateHubResponse } from "../models/models_4"; import { de_UpdateHubCommand, se_UpdateHubCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateImageCommand.ts b/clients/client-sagemaker/src/commands/UpdateImageCommand.ts index d972de2e8f4c3..af9c137c0c1c7 100644 --- a/clients/client-sagemaker/src/commands/UpdateImageCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateImageCommand.ts @@ -17,6 +17,10 @@ import { UpdateImageRequest, UpdateImageResponse } from "../models/models_4"; import { de_UpdateImageCommand, se_UpdateImageCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateImageVersionCommand.ts b/clients/client-sagemaker/src/commands/UpdateImageVersionCommand.ts index c49712c6ba762..46da6f54e44cb 100644 --- a/clients/client-sagemaker/src/commands/UpdateImageVersionCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateImageVersionCommand.ts @@ -17,6 +17,10 @@ import { UpdateImageVersionRequest, UpdateImageVersionResponse } from "../models import { de_UpdateImageVersionCommand, se_UpdateImageVersionCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateInferenceExperimentCommand.ts b/clients/client-sagemaker/src/commands/UpdateInferenceExperimentCommand.ts index 327a71abdac70..26c3f0da0b023 100644 --- a/clients/client-sagemaker/src/commands/UpdateInferenceExperimentCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateInferenceExperimentCommand.ts @@ -17,6 +17,10 @@ import { UpdateInferenceExperimentRequest, UpdateInferenceExperimentResponse } f import { de_UpdateInferenceExperimentCommand, se_UpdateInferenceExperimentCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateModelCardCommand.ts b/clients/client-sagemaker/src/commands/UpdateModelCardCommand.ts index 3de4450457a3b..3b86d6a3f3696 100644 --- a/clients/client-sagemaker/src/commands/UpdateModelCardCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateModelCardCommand.ts @@ -21,6 +21,10 @@ import { import { de_UpdateModelCardCommand, se_UpdateModelCardCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateModelPackageCommand.ts b/clients/client-sagemaker/src/commands/UpdateModelPackageCommand.ts index 572d455bb3718..b276128316454 100644 --- a/clients/client-sagemaker/src/commands/UpdateModelPackageCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateModelPackageCommand.ts @@ -17,6 +17,10 @@ import { UpdateModelPackageInput, UpdateModelPackageOutput } from "../models/mod import { de_UpdateModelPackageCommand, se_UpdateModelPackageCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateMonitoringAlertCommand.ts b/clients/client-sagemaker/src/commands/UpdateMonitoringAlertCommand.ts index 595fd9a39c8c2..643b8a6707c6c 100644 --- a/clients/client-sagemaker/src/commands/UpdateMonitoringAlertCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateMonitoringAlertCommand.ts @@ -17,6 +17,10 @@ import { UpdateMonitoringAlertRequest, UpdateMonitoringAlertResponse } from "../ import { de_UpdateMonitoringAlertCommand, se_UpdateMonitoringAlertCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateMonitoringScheduleCommand.ts b/clients/client-sagemaker/src/commands/UpdateMonitoringScheduleCommand.ts index ef11277a22bc4..864d43b712a6e 100644 --- a/clients/client-sagemaker/src/commands/UpdateMonitoringScheduleCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateMonitoringScheduleCommand.ts @@ -17,6 +17,10 @@ import { UpdateMonitoringScheduleRequest, UpdateMonitoringScheduleResponse } fro import { de_UpdateMonitoringScheduleCommand, se_UpdateMonitoringScheduleCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateNotebookInstanceCommand.ts b/clients/client-sagemaker/src/commands/UpdateNotebookInstanceCommand.ts index c0d0b72af4817..84af4bdaec12d 100644 --- a/clients/client-sagemaker/src/commands/UpdateNotebookInstanceCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateNotebookInstanceCommand.ts @@ -17,6 +17,10 @@ import { UpdateNotebookInstanceInput, UpdateNotebookInstanceOutput } from "../mo import { de_UpdateNotebookInstanceCommand, se_UpdateNotebookInstanceCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateNotebookInstanceLifecycleConfigCommand.ts b/clients/client-sagemaker/src/commands/UpdateNotebookInstanceLifecycleConfigCommand.ts index e4a667f8986b3..48a9336269c98 100644 --- a/clients/client-sagemaker/src/commands/UpdateNotebookInstanceLifecycleConfigCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateNotebookInstanceLifecycleConfigCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdatePipelineCommand.ts b/clients/client-sagemaker/src/commands/UpdatePipelineCommand.ts index 4bea52bed35e6..92e29c00fa6c8 100644 --- a/clients/client-sagemaker/src/commands/UpdatePipelineCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdatePipelineCommand.ts @@ -17,6 +17,10 @@ import { UpdatePipelineRequest, UpdatePipelineResponse } from "../models/models_ import { de_UpdatePipelineCommand, se_UpdatePipelineCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdatePipelineExecutionCommand.ts b/clients/client-sagemaker/src/commands/UpdatePipelineExecutionCommand.ts index 87458728e137b..0ba8fca21bf59 100644 --- a/clients/client-sagemaker/src/commands/UpdatePipelineExecutionCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdatePipelineExecutionCommand.ts @@ -17,6 +17,10 @@ import { UpdatePipelineExecutionRequest, UpdatePipelineExecutionResponse } from import { de_UpdatePipelineExecutionCommand, se_UpdatePipelineExecutionCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateProjectCommand.ts b/clients/client-sagemaker/src/commands/UpdateProjectCommand.ts index 0bfa493dabd9d..2e338121e5ace 100644 --- a/clients/client-sagemaker/src/commands/UpdateProjectCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateProjectCommand.ts @@ -17,6 +17,10 @@ import { UpdateProjectInput, UpdateProjectOutput } from "../models/models_4"; import { de_UpdateProjectCommand, se_UpdateProjectCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateSpaceCommand.ts b/clients/client-sagemaker/src/commands/UpdateSpaceCommand.ts index 7584bceeec5a4..d99dcefb2b6d2 100644 --- a/clients/client-sagemaker/src/commands/UpdateSpaceCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateSpaceCommand.ts @@ -17,6 +17,10 @@ import { UpdateSpaceRequest, UpdateSpaceResponse } from "../models/models_4"; import { de_UpdateSpaceCommand, se_UpdateSpaceCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateTrainingJobCommand.ts b/clients/client-sagemaker/src/commands/UpdateTrainingJobCommand.ts index 94e42e86dcaa3..8bd2a2480d677 100644 --- a/clients/client-sagemaker/src/commands/UpdateTrainingJobCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateTrainingJobCommand.ts @@ -17,6 +17,10 @@ import { UpdateTrainingJobRequest, UpdateTrainingJobResponse } from "../models/m import { de_UpdateTrainingJobCommand, se_UpdateTrainingJobCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateTrialCommand.ts b/clients/client-sagemaker/src/commands/UpdateTrialCommand.ts index ee64c6abf064b..8a91df25db6b8 100644 --- a/clients/client-sagemaker/src/commands/UpdateTrialCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateTrialCommand.ts @@ -17,6 +17,10 @@ import { UpdateTrialRequest, UpdateTrialResponse } from "../models/models_4"; import { de_UpdateTrialCommand, se_UpdateTrialCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateTrialComponentCommand.ts b/clients/client-sagemaker/src/commands/UpdateTrialComponentCommand.ts index 00406f4078bd5..0b78adbcd39a3 100644 --- a/clients/client-sagemaker/src/commands/UpdateTrialComponentCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateTrialComponentCommand.ts @@ -17,6 +17,10 @@ import { UpdateTrialComponentRequest, UpdateTrialComponentResponse } from "../mo import { de_UpdateTrialComponentCommand, se_UpdateTrialComponentCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateUserProfileCommand.ts b/clients/client-sagemaker/src/commands/UpdateUserProfileCommand.ts index cb53bab37f49e..c1ec58bdf47d4 100644 --- a/clients/client-sagemaker/src/commands/UpdateUserProfileCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateUserProfileCommand.ts @@ -17,6 +17,10 @@ import { UpdateUserProfileRequest, UpdateUserProfileResponse } from "../models/m import { de_UpdateUserProfileCommand, se_UpdateUserProfileCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateWorkforceCommand.ts b/clients/client-sagemaker/src/commands/UpdateWorkforceCommand.ts index 008bcca486c0e..95e36e8d71c8f 100644 --- a/clients/client-sagemaker/src/commands/UpdateWorkforceCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateWorkforceCommand.ts @@ -21,6 +21,10 @@ import { import { de_UpdateWorkforceCommand, se_UpdateWorkforceCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/commands/UpdateWorkteamCommand.ts b/clients/client-sagemaker/src/commands/UpdateWorkteamCommand.ts index b5a7b2ad2628c..3fecc6a6c4dc4 100644 --- a/clients/client-sagemaker/src/commands/UpdateWorkteamCommand.ts +++ b/clients/client-sagemaker/src/commands/UpdateWorkteamCommand.ts @@ -17,6 +17,10 @@ import { UpdateWorkteamRequest, UpdateWorkteamResponse } from "../models/models_ import { de_UpdateWorkteamCommand, se_UpdateWorkteamCommand } from "../protocols/Aws_json1_1"; import { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sagemaker/src/index.ts b/clients/client-sagemaker/src/index.ts index abfff51a25706..16ec2b93ea7f5 100644 --- a/clients/client-sagemaker/src/index.ts +++ b/clients/client-sagemaker/src/index.ts @@ -1,9 +1,30 @@ -export * from "./SageMaker"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Provides APIs for creating and managing SageMaker resources.

+ *

Other Resources:

+ * + * + * @packageDocumentation + */ export * from "./SageMakerClient"; +export * from "./SageMaker"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { SageMakerServiceException } from "./models/SageMakerServiceException"; diff --git a/clients/client-sagemaker/src/models/SageMakerServiceException.ts b/clients/client-sagemaker/src/models/SageMakerServiceException.ts index 9962a7558aa80..347062de2e3f4 100644 --- a/clients/client-sagemaker/src/models/SageMakerServiceException.ts +++ b/clients/client-sagemaker/src/models/SageMakerServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-savingsplans/src/SavingsplansClient.ts b/clients/client-savingsplans/src/SavingsplansClient.ts index 961b6066743b2..14223e8a25619 100644 --- a/clients/client-savingsplans/src/SavingsplansClient.ts +++ b/clients/client-savingsplans/src/SavingsplansClient.ts @@ -86,6 +86,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -241,7 +243,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SavingsplansClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SavingsplansClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -260,7 +262,7 @@ export interface SavingsplansClientConfig extends SavingsplansClientConfigType { /** * @public */ -type SavingsplansClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SavingsplansClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-savingsplans/src/commands/CreateSavingsPlanCommand.ts b/clients/client-savingsplans/src/commands/CreateSavingsPlanCommand.ts index 5e2167e194849..d338742a91746 100644 --- a/clients/client-savingsplans/src/commands/CreateSavingsPlanCommand.ts +++ b/clients/client-savingsplans/src/commands/CreateSavingsPlanCommand.ts @@ -17,6 +17,10 @@ import { CreateSavingsPlanRequest, CreateSavingsPlanResponse } from "../models/m import { de_CreateSavingsPlanCommand, se_CreateSavingsPlanCommand } from "../protocols/Aws_restJson1"; import { SavingsplansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SavingsplansClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-savingsplans/src/commands/DeleteQueuedSavingsPlanCommand.ts b/clients/client-savingsplans/src/commands/DeleteQueuedSavingsPlanCommand.ts index 28d52ed9a0d18..a82819988bf90 100644 --- a/clients/client-savingsplans/src/commands/DeleteQueuedSavingsPlanCommand.ts +++ b/clients/client-savingsplans/src/commands/DeleteQueuedSavingsPlanCommand.ts @@ -17,6 +17,10 @@ import { DeleteQueuedSavingsPlanRequest, DeleteQueuedSavingsPlanResponse } from import { de_DeleteQueuedSavingsPlanCommand, se_DeleteQueuedSavingsPlanCommand } from "../protocols/Aws_restJson1"; import { SavingsplansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SavingsplansClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-savingsplans/src/commands/DescribeSavingsPlanRatesCommand.ts b/clients/client-savingsplans/src/commands/DescribeSavingsPlanRatesCommand.ts index ca409ff572778..30507aa8c454c 100644 --- a/clients/client-savingsplans/src/commands/DescribeSavingsPlanRatesCommand.ts +++ b/clients/client-savingsplans/src/commands/DescribeSavingsPlanRatesCommand.ts @@ -17,6 +17,10 @@ import { DescribeSavingsPlanRatesRequest, DescribeSavingsPlanRatesResponse } fro import { de_DescribeSavingsPlanRatesCommand, se_DescribeSavingsPlanRatesCommand } from "../protocols/Aws_restJson1"; import { SavingsplansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SavingsplansClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-savingsplans/src/commands/DescribeSavingsPlansCommand.ts b/clients/client-savingsplans/src/commands/DescribeSavingsPlansCommand.ts index 275a25ca1a75c..a0263d6c0539c 100644 --- a/clients/client-savingsplans/src/commands/DescribeSavingsPlansCommand.ts +++ b/clients/client-savingsplans/src/commands/DescribeSavingsPlansCommand.ts @@ -17,6 +17,10 @@ import { DescribeSavingsPlansRequest, DescribeSavingsPlansResponse } from "../mo import { de_DescribeSavingsPlansCommand, se_DescribeSavingsPlansCommand } from "../protocols/Aws_restJson1"; import { SavingsplansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SavingsplansClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingRatesCommand.ts b/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingRatesCommand.ts index 912f822097c6b..fab98c1e19f2f 100644 --- a/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingRatesCommand.ts +++ b/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingRatesCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { SavingsplansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SavingsplansClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingsCommand.ts b/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingsCommand.ts index d86778d5f574f..d3cc330815a08 100644 --- a/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingsCommand.ts +++ b/clients/client-savingsplans/src/commands/DescribeSavingsPlansOfferingsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { SavingsplansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SavingsplansClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-savingsplans/src/commands/ListTagsForResourceCommand.ts b/clients/client-savingsplans/src/commands/ListTagsForResourceCommand.ts index f41528c6304c2..cf5fcfff1c458 100644 --- a/clients/client-savingsplans/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-savingsplans/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { SavingsplansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SavingsplansClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-savingsplans/src/commands/TagResourceCommand.ts b/clients/client-savingsplans/src/commands/TagResourceCommand.ts index 6aa0e3b500883..cededf82ed015 100644 --- a/clients/client-savingsplans/src/commands/TagResourceCommand.ts +++ b/clients/client-savingsplans/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { SavingsplansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SavingsplansClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-savingsplans/src/commands/UntagResourceCommand.ts b/clients/client-savingsplans/src/commands/UntagResourceCommand.ts index 68adfdaed2ef0..b3415f6c1ad73 100644 --- a/clients/client-savingsplans/src/commands/UntagResourceCommand.ts +++ b/clients/client-savingsplans/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { SavingsplansClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SavingsplansClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-savingsplans/src/index.ts b/clients/client-savingsplans/src/index.ts index be67552b67bcd..dba149cc5aab3 100644 --- a/clients/client-savingsplans/src/index.ts +++ b/clients/client-savingsplans/src/index.ts @@ -1,6 +1,15 @@ -export * from "./Savingsplans"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Savings Plans are a pricing model that offer significant savings on AWS usage (for + * example, on Amazon EC2 instances). You commit to a consistent amount of usage, in USD + * per hour, for a term of 1 or 3 years, and receive a lower price for that usage. For + * more information, see the AWS Savings Plans User Guide.

+ * + * @packageDocumentation + */ export * from "./SavingsplansClient"; +export * from "./Savingsplans"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-savingsplans/src/models/SavingsplansServiceException.ts b/clients/client-savingsplans/src/models/SavingsplansServiceException.ts index c8d37ef6d3883..e3baf31d5a551 100644 --- a/clients/client-savingsplans/src/models/SavingsplansServiceException.ts +++ b/clients/client-savingsplans/src/models/SavingsplansServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-scheduler/src/SchedulerClient.ts b/clients/client-scheduler/src/SchedulerClient.ts index 853e13e92d0d4..12250b28f36ff 100644 --- a/clients/client-scheduler/src/SchedulerClient.ts +++ b/clients/client-scheduler/src/SchedulerClient.ts @@ -80,6 +80,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -241,7 +243,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SchedulerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SchedulerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -260,7 +262,7 @@ export interface SchedulerClientConfig extends SchedulerClientConfigType {} /** * @public */ -type SchedulerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SchedulerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-scheduler/src/commands/CreateScheduleCommand.ts b/clients/client-scheduler/src/commands/CreateScheduleCommand.ts index a0164e9b04774..6447e1bf68bec 100644 --- a/clients/client-scheduler/src/commands/CreateScheduleCommand.ts +++ b/clients/client-scheduler/src/commands/CreateScheduleCommand.ts @@ -17,6 +17,10 @@ import { CreateScheduleInput, CreateScheduleOutput } from "../models/models_0"; import { de_CreateScheduleCommand, se_CreateScheduleCommand } from "../protocols/Aws_restJson1"; import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchedulerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-scheduler/src/commands/CreateScheduleGroupCommand.ts b/clients/client-scheduler/src/commands/CreateScheduleGroupCommand.ts index ee8ec83e3ea89..a923e3eb537fd 100644 --- a/clients/client-scheduler/src/commands/CreateScheduleGroupCommand.ts +++ b/clients/client-scheduler/src/commands/CreateScheduleGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateScheduleGroupInput, CreateScheduleGroupOutput } from "../models/m import { de_CreateScheduleGroupCommand, se_CreateScheduleGroupCommand } from "../protocols/Aws_restJson1"; import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchedulerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-scheduler/src/commands/DeleteScheduleCommand.ts b/clients/client-scheduler/src/commands/DeleteScheduleCommand.ts index 89c6367c8cfbd..ea55974443a6e 100644 --- a/clients/client-scheduler/src/commands/DeleteScheduleCommand.ts +++ b/clients/client-scheduler/src/commands/DeleteScheduleCommand.ts @@ -17,6 +17,10 @@ import { DeleteScheduleInput, DeleteScheduleOutput } from "../models/models_0"; import { de_DeleteScheduleCommand, se_DeleteScheduleCommand } from "../protocols/Aws_restJson1"; import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchedulerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-scheduler/src/commands/DeleteScheduleGroupCommand.ts b/clients/client-scheduler/src/commands/DeleteScheduleGroupCommand.ts index dd96b7aaa35d2..7fc794b0b4e56 100644 --- a/clients/client-scheduler/src/commands/DeleteScheduleGroupCommand.ts +++ b/clients/client-scheduler/src/commands/DeleteScheduleGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteScheduleGroupInput, DeleteScheduleGroupOutput } from "../models/m import { de_DeleteScheduleGroupCommand, se_DeleteScheduleGroupCommand } from "../protocols/Aws_restJson1"; import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchedulerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-scheduler/src/commands/GetScheduleCommand.ts b/clients/client-scheduler/src/commands/GetScheduleCommand.ts index c59f4060cf25e..98f3adc535741 100644 --- a/clients/client-scheduler/src/commands/GetScheduleCommand.ts +++ b/clients/client-scheduler/src/commands/GetScheduleCommand.ts @@ -17,6 +17,10 @@ import { GetScheduleInput, GetScheduleOutput } from "../models/models_0"; import { de_GetScheduleCommand, se_GetScheduleCommand } from "../protocols/Aws_restJson1"; import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchedulerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-scheduler/src/commands/GetScheduleGroupCommand.ts b/clients/client-scheduler/src/commands/GetScheduleGroupCommand.ts index 3a9fd04d51e94..2c0f19ee6a07a 100644 --- a/clients/client-scheduler/src/commands/GetScheduleGroupCommand.ts +++ b/clients/client-scheduler/src/commands/GetScheduleGroupCommand.ts @@ -17,6 +17,10 @@ import { GetScheduleGroupInput, GetScheduleGroupOutput } from "../models/models_ import { de_GetScheduleGroupCommand, se_GetScheduleGroupCommand } from "../protocols/Aws_restJson1"; import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchedulerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-scheduler/src/commands/ListScheduleGroupsCommand.ts b/clients/client-scheduler/src/commands/ListScheduleGroupsCommand.ts index 5b1101062bb71..58911c6a7b69a 100644 --- a/clients/client-scheduler/src/commands/ListScheduleGroupsCommand.ts +++ b/clients/client-scheduler/src/commands/ListScheduleGroupsCommand.ts @@ -17,6 +17,10 @@ import { ListScheduleGroupsInput, ListScheduleGroupsOutput } from "../models/mod import { de_ListScheduleGroupsCommand, se_ListScheduleGroupsCommand } from "../protocols/Aws_restJson1"; import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchedulerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-scheduler/src/commands/ListSchedulesCommand.ts b/clients/client-scheduler/src/commands/ListSchedulesCommand.ts index 211b081982cad..c1d54513e0b93 100644 --- a/clients/client-scheduler/src/commands/ListSchedulesCommand.ts +++ b/clients/client-scheduler/src/commands/ListSchedulesCommand.ts @@ -17,6 +17,10 @@ import { ListSchedulesInput, ListSchedulesOutput } from "../models/models_0"; import { de_ListSchedulesCommand, se_ListSchedulesCommand } from "../protocols/Aws_restJson1"; import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchedulerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-scheduler/src/commands/ListTagsForResourceCommand.ts b/clients/client-scheduler/src/commands/ListTagsForResourceCommand.ts index 040151ec672fa..650057d260059 100644 --- a/clients/client-scheduler/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-scheduler/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/m import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchedulerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-scheduler/src/commands/TagResourceCommand.ts b/clients/client-scheduler/src/commands/TagResourceCommand.ts index f1db54bab7a30..6bc6ebbd86ab7 100644 --- a/clients/client-scheduler/src/commands/TagResourceCommand.ts +++ b/clients/client-scheduler/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchedulerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-scheduler/src/commands/UntagResourceCommand.ts b/clients/client-scheduler/src/commands/UntagResourceCommand.ts index e2ed5a950c43e..4e7c61a7e3edc 100644 --- a/clients/client-scheduler/src/commands/UntagResourceCommand.ts +++ b/clients/client-scheduler/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchedulerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-scheduler/src/commands/UpdateScheduleCommand.ts b/clients/client-scheduler/src/commands/UpdateScheduleCommand.ts index f478b7a0242ec..dd26eceeca3c8 100644 --- a/clients/client-scheduler/src/commands/UpdateScheduleCommand.ts +++ b/clients/client-scheduler/src/commands/UpdateScheduleCommand.ts @@ -17,6 +17,10 @@ import { UpdateScheduleInput, UpdateScheduleOutput } from "../models/models_0"; import { de_UpdateScheduleCommand, se_UpdateScheduleCommand } from "../protocols/Aws_restJson1"; import { SchedulerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchedulerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-scheduler/src/index.ts b/clients/client-scheduler/src/index.ts index 0af745b07e209..67b4932368990 100644 --- a/clients/client-scheduler/src/index.ts +++ b/clients/client-scheduler/src/index.ts @@ -1,8 +1,18 @@ -export * from "./Scheduler"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

+ * Amazon EventBridge Scheduler is a serverless scheduler that allows you to create, run, and manage tasks from one central, managed service. + * EventBridge Scheduler delivers your tasks reliably, with built-in mechanisms that adjust your schedules based on the availability of downstream targets. + * The following reference lists the available API actions, and data types for EventBridge Scheduler. + *

+ * + * @packageDocumentation + */ export * from "./SchedulerClient"; +export * from "./Scheduler"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { SchedulerServiceException } from "./models/SchedulerServiceException"; diff --git a/clients/client-scheduler/src/models/SchedulerServiceException.ts b/clients/client-scheduler/src/models/SchedulerServiceException.ts index 607714d740557..044864d4c830e 100644 --- a/clients/client-scheduler/src/models/SchedulerServiceException.ts +++ b/clients/client-scheduler/src/models/SchedulerServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-schemas/src/SchemasClient.ts b/clients/client-schemas/src/SchemasClient.ts index 64eaab016d7bc..f7727d079269a 100644 --- a/clients/client-schemas/src/SchemasClient.ts +++ b/clients/client-schemas/src/SchemasClient.ts @@ -108,6 +108,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -307,7 +309,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SchemasClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SchemasClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -326,7 +328,7 @@ export interface SchemasClientConfig extends SchemasClientConfigType {} /** * @public */ -type SchemasClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SchemasClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-schemas/src/commands/CreateDiscovererCommand.ts b/clients/client-schemas/src/commands/CreateDiscovererCommand.ts index 6836d8902f7d7..b049ae734549a 100644 --- a/clients/client-schemas/src/commands/CreateDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/CreateDiscovererCommand.ts @@ -17,6 +17,10 @@ import { CreateDiscovererRequest, CreateDiscovererResponse } from "../models/mod import { de_CreateDiscovererCommand, se_CreateDiscovererCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/CreateRegistryCommand.ts b/clients/client-schemas/src/commands/CreateRegistryCommand.ts index 2f1751be85d78..70abae2331be6 100644 --- a/clients/client-schemas/src/commands/CreateRegistryCommand.ts +++ b/clients/client-schemas/src/commands/CreateRegistryCommand.ts @@ -17,6 +17,10 @@ import { CreateRegistryRequest, CreateRegistryResponse } from "../models/models_ import { de_CreateRegistryCommand, se_CreateRegistryCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/CreateSchemaCommand.ts b/clients/client-schemas/src/commands/CreateSchemaCommand.ts index 7e0cd9fca2379..e70a9c6c5dd77 100644 --- a/clients/client-schemas/src/commands/CreateSchemaCommand.ts +++ b/clients/client-schemas/src/commands/CreateSchemaCommand.ts @@ -17,6 +17,10 @@ import { CreateSchemaRequest, CreateSchemaResponse } from "../models/models_0"; import { de_CreateSchemaCommand, se_CreateSchemaCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/DeleteDiscovererCommand.ts b/clients/client-schemas/src/commands/DeleteDiscovererCommand.ts index a8748fdc72fce..4d8be4210d130 100644 --- a/clients/client-schemas/src/commands/DeleteDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/DeleteDiscovererCommand.ts @@ -17,6 +17,10 @@ import { DeleteDiscovererRequest } from "../models/models_0"; import { de_DeleteDiscovererCommand, se_DeleteDiscovererCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/DeleteRegistryCommand.ts b/clients/client-schemas/src/commands/DeleteRegistryCommand.ts index baaa95c963b20..f788235b58901 100644 --- a/clients/client-schemas/src/commands/DeleteRegistryCommand.ts +++ b/clients/client-schemas/src/commands/DeleteRegistryCommand.ts @@ -17,6 +17,10 @@ import { DeleteRegistryRequest } from "../models/models_0"; import { de_DeleteRegistryCommand, se_DeleteRegistryCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-schemas/src/commands/DeleteResourcePolicyCommand.ts index 7d5ed32fa2772..e8f3eda11ada8 100644 --- a/clients/client-schemas/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-schemas/src/commands/DeleteResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { DeleteResourcePolicyRequest } from "../models/models_0"; import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/DeleteSchemaCommand.ts b/clients/client-schemas/src/commands/DeleteSchemaCommand.ts index b62c9b434ec8d..ac4292e59e006 100644 --- a/clients/client-schemas/src/commands/DeleteSchemaCommand.ts +++ b/clients/client-schemas/src/commands/DeleteSchemaCommand.ts @@ -17,6 +17,10 @@ import { DeleteSchemaRequest } from "../models/models_0"; import { de_DeleteSchemaCommand, se_DeleteSchemaCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/DeleteSchemaVersionCommand.ts b/clients/client-schemas/src/commands/DeleteSchemaVersionCommand.ts index adee3fe95c199..59b26af16993d 100644 --- a/clients/client-schemas/src/commands/DeleteSchemaVersionCommand.ts +++ b/clients/client-schemas/src/commands/DeleteSchemaVersionCommand.ts @@ -17,6 +17,10 @@ import { DeleteSchemaVersionRequest } from "../models/models_0"; import { de_DeleteSchemaVersionCommand, se_DeleteSchemaVersionCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/DescribeCodeBindingCommand.ts b/clients/client-schemas/src/commands/DescribeCodeBindingCommand.ts index dd1af06ba3e1f..59349734998cd 100644 --- a/clients/client-schemas/src/commands/DescribeCodeBindingCommand.ts +++ b/clients/client-schemas/src/commands/DescribeCodeBindingCommand.ts @@ -17,6 +17,10 @@ import { DescribeCodeBindingRequest, DescribeCodeBindingResponse } from "../mode import { de_DescribeCodeBindingCommand, se_DescribeCodeBindingCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/DescribeDiscovererCommand.ts b/clients/client-schemas/src/commands/DescribeDiscovererCommand.ts index 22d696fb03345..5f923390064e1 100644 --- a/clients/client-schemas/src/commands/DescribeDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/DescribeDiscovererCommand.ts @@ -17,6 +17,10 @@ import { DescribeDiscovererRequest, DescribeDiscovererResponse } from "../models import { de_DescribeDiscovererCommand, se_DescribeDiscovererCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/DescribeRegistryCommand.ts b/clients/client-schemas/src/commands/DescribeRegistryCommand.ts index efa630e36d2f6..c4ce0cd6d3095 100644 --- a/clients/client-schemas/src/commands/DescribeRegistryCommand.ts +++ b/clients/client-schemas/src/commands/DescribeRegistryCommand.ts @@ -17,6 +17,10 @@ import { DescribeRegistryRequest, DescribeRegistryResponse } from "../models/mod import { de_DescribeRegistryCommand, se_DescribeRegistryCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/DescribeSchemaCommand.ts b/clients/client-schemas/src/commands/DescribeSchemaCommand.ts index 9f143c5be8bd2..e998b8c0ba530 100644 --- a/clients/client-schemas/src/commands/DescribeSchemaCommand.ts +++ b/clients/client-schemas/src/commands/DescribeSchemaCommand.ts @@ -17,6 +17,10 @@ import { DescribeSchemaRequest, DescribeSchemaResponse } from "../models/models_ import { de_DescribeSchemaCommand, se_DescribeSchemaCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/ExportSchemaCommand.ts b/clients/client-schemas/src/commands/ExportSchemaCommand.ts index cda743d91e765..ab896241cf81f 100644 --- a/clients/client-schemas/src/commands/ExportSchemaCommand.ts +++ b/clients/client-schemas/src/commands/ExportSchemaCommand.ts @@ -17,6 +17,10 @@ import { ExportSchemaRequest, ExportSchemaResponse } from "../models/models_0"; import { de_ExportSchemaCommand, se_ExportSchemaCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/GetCodeBindingSourceCommand.ts b/clients/client-schemas/src/commands/GetCodeBindingSourceCommand.ts index 38a182e3e0164..37ed566a4c880 100644 --- a/clients/client-schemas/src/commands/GetCodeBindingSourceCommand.ts +++ b/clients/client-schemas/src/commands/GetCodeBindingSourceCommand.ts @@ -17,6 +17,10 @@ import { GetCodeBindingSourceRequest, GetCodeBindingSourceResponse } from "../mo import { de_GetCodeBindingSourceCommand, se_GetCodeBindingSourceCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/GetDiscoveredSchemaCommand.ts b/clients/client-schemas/src/commands/GetDiscoveredSchemaCommand.ts index 2241bc1c3f222..8ec8fe7945264 100644 --- a/clients/client-schemas/src/commands/GetDiscoveredSchemaCommand.ts +++ b/clients/client-schemas/src/commands/GetDiscoveredSchemaCommand.ts @@ -17,6 +17,10 @@ import { GetDiscoveredSchemaRequest, GetDiscoveredSchemaResponse } from "../mode import { de_GetDiscoveredSchemaCommand, se_GetDiscoveredSchemaCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/GetResourcePolicyCommand.ts b/clients/client-schemas/src/commands/GetResourcePolicyCommand.ts index 80b17bb4f48f7..891878bb95c3f 100644 --- a/clients/client-schemas/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-schemas/src/commands/GetResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/m import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/ListDiscoverersCommand.ts b/clients/client-schemas/src/commands/ListDiscoverersCommand.ts index 1b4906c00c971..c4694e5df96f4 100644 --- a/clients/client-schemas/src/commands/ListDiscoverersCommand.ts +++ b/clients/client-schemas/src/commands/ListDiscoverersCommand.ts @@ -17,6 +17,10 @@ import { ListDiscoverersRequest, ListDiscoverersResponse } from "../models/model import { de_ListDiscoverersCommand, se_ListDiscoverersCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/ListRegistriesCommand.ts b/clients/client-schemas/src/commands/ListRegistriesCommand.ts index 6e533025c61db..930c52ac16a09 100644 --- a/clients/client-schemas/src/commands/ListRegistriesCommand.ts +++ b/clients/client-schemas/src/commands/ListRegistriesCommand.ts @@ -17,6 +17,10 @@ import { ListRegistriesRequest, ListRegistriesResponse } from "../models/models_ import { de_ListRegistriesCommand, se_ListRegistriesCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/ListSchemaVersionsCommand.ts b/clients/client-schemas/src/commands/ListSchemaVersionsCommand.ts index 6eaad2b9abe08..f37d0ec8cde63 100644 --- a/clients/client-schemas/src/commands/ListSchemaVersionsCommand.ts +++ b/clients/client-schemas/src/commands/ListSchemaVersionsCommand.ts @@ -17,6 +17,10 @@ import { ListSchemaVersionsRequest, ListSchemaVersionsResponse } from "../models import { de_ListSchemaVersionsCommand, se_ListSchemaVersionsCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/ListSchemasCommand.ts b/clients/client-schemas/src/commands/ListSchemasCommand.ts index 602289af07170..2ea8d10fbfaca 100644 --- a/clients/client-schemas/src/commands/ListSchemasCommand.ts +++ b/clients/client-schemas/src/commands/ListSchemasCommand.ts @@ -17,6 +17,10 @@ import { ListSchemasRequest, ListSchemasResponse } from "../models/models_0"; import { de_ListSchemasCommand, se_ListSchemasCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/ListTagsForResourceCommand.ts b/clients/client-schemas/src/commands/ListTagsForResourceCommand.ts index 353b2f613b0c4..536a38348bdfd 100644 --- a/clients/client-schemas/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-schemas/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/PutCodeBindingCommand.ts b/clients/client-schemas/src/commands/PutCodeBindingCommand.ts index 9d1bf97bdb92e..d5d005d7fb3c4 100644 --- a/clients/client-schemas/src/commands/PutCodeBindingCommand.ts +++ b/clients/client-schemas/src/commands/PutCodeBindingCommand.ts @@ -17,6 +17,10 @@ import { PutCodeBindingRequest, PutCodeBindingResponse } from "../models/models_ import { de_PutCodeBindingCommand, se_PutCodeBindingCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/PutResourcePolicyCommand.ts b/clients/client-schemas/src/commands/PutResourcePolicyCommand.ts index 5d11c72e25eb8..8ed7c6e23d450 100644 --- a/clients/client-schemas/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-schemas/src/commands/PutResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/m import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/SearchSchemasCommand.ts b/clients/client-schemas/src/commands/SearchSchemasCommand.ts index 719d147af5da7..4d64c072b918c 100644 --- a/clients/client-schemas/src/commands/SearchSchemasCommand.ts +++ b/clients/client-schemas/src/commands/SearchSchemasCommand.ts @@ -17,6 +17,10 @@ import { SearchSchemasRequest, SearchSchemasResponse } from "../models/models_0" import { de_SearchSchemasCommand, se_SearchSchemasCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/StartDiscovererCommand.ts b/clients/client-schemas/src/commands/StartDiscovererCommand.ts index 094fb847f10c6..558a0c77ebef0 100644 --- a/clients/client-schemas/src/commands/StartDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/StartDiscovererCommand.ts @@ -17,6 +17,10 @@ import { StartDiscovererRequest, StartDiscovererResponse } from "../models/model import { de_StartDiscovererCommand, se_StartDiscovererCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/StopDiscovererCommand.ts b/clients/client-schemas/src/commands/StopDiscovererCommand.ts index 98d4d0a0b4ca6..214e22a90e053 100644 --- a/clients/client-schemas/src/commands/StopDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/StopDiscovererCommand.ts @@ -17,6 +17,10 @@ import { StopDiscovererRequest, StopDiscovererResponse } from "../models/models_ import { de_StopDiscovererCommand, se_StopDiscovererCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/TagResourceCommand.ts b/clients/client-schemas/src/commands/TagResourceCommand.ts index 1022808d9b8d7..70c73a61fe0ad 100644 --- a/clients/client-schemas/src/commands/TagResourceCommand.ts +++ b/clients/client-schemas/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/UntagResourceCommand.ts b/clients/client-schemas/src/commands/UntagResourceCommand.ts index 5f91bb865af52..8fa34450e9746 100644 --- a/clients/client-schemas/src/commands/UntagResourceCommand.ts +++ b/clients/client-schemas/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/UpdateDiscovererCommand.ts b/clients/client-schemas/src/commands/UpdateDiscovererCommand.ts index 873e99591f376..bb54ba09e3876 100644 --- a/clients/client-schemas/src/commands/UpdateDiscovererCommand.ts +++ b/clients/client-schemas/src/commands/UpdateDiscovererCommand.ts @@ -17,6 +17,10 @@ import { UpdateDiscovererRequest, UpdateDiscovererResponse } from "../models/mod import { de_UpdateDiscovererCommand, se_UpdateDiscovererCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/UpdateRegistryCommand.ts b/clients/client-schemas/src/commands/UpdateRegistryCommand.ts index 911140fdcff3e..1519dd87f26a0 100644 --- a/clients/client-schemas/src/commands/UpdateRegistryCommand.ts +++ b/clients/client-schemas/src/commands/UpdateRegistryCommand.ts @@ -17,6 +17,10 @@ import { UpdateRegistryRequest, UpdateRegistryResponse } from "../models/models_ import { de_UpdateRegistryCommand, se_UpdateRegistryCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/commands/UpdateSchemaCommand.ts b/clients/client-schemas/src/commands/UpdateSchemaCommand.ts index 1ce85d3092a38..f0246a17acb47 100644 --- a/clients/client-schemas/src/commands/UpdateSchemaCommand.ts +++ b/clients/client-schemas/src/commands/UpdateSchemaCommand.ts @@ -17,6 +17,10 @@ import { UpdateSchemaRequest, UpdateSchemaResponse } from "../models/models_0"; import { de_UpdateSchemaCommand, se_UpdateSchemaCommand } from "../protocols/Aws_restJson1"; import { SchemasClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SchemasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-schemas/src/index.ts b/clients/client-schemas/src/index.ts index 2b14f807a75c7..b8c2b3e549f8c 100644 --- a/clients/client-schemas/src/index.ts +++ b/clients/client-schemas/src/index.ts @@ -1,9 +1,15 @@ -export * from "./Schemas"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon EventBridge Schema Registry

+ * + * @packageDocumentation + */ export * from "./SchemasClient"; +export * from "./Schemas"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { SchemasServiceException } from "./models/SchemasServiceException"; diff --git a/clients/client-schemas/src/models/SchemasServiceException.ts b/clients/client-schemas/src/models/SchemasServiceException.ts index 9d7d7edadc7ac..fffaf8aad8286 100644 --- a/clients/client-schemas/src/models/SchemasServiceException.ts +++ b/clients/client-schemas/src/models/SchemasServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-secrets-manager/src/SecretsManagerClient.ts b/clients/client-secrets-manager/src/SecretsManagerClient.ts index a30c5b10136d1..eefc8da079389 100644 --- a/clients/client-secrets-manager/src/SecretsManagerClient.ts +++ b/clients/client-secrets-manager/src/SecretsManagerClient.ts @@ -102,6 +102,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -283,7 +285,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SecretsManagerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SecretsManagerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -302,7 +304,7 @@ export interface SecretsManagerClientConfig extends SecretsManagerClientConfigTy /** * @public */ -type SecretsManagerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SecretsManagerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-secrets-manager/src/commands/CancelRotateSecretCommand.ts b/clients/client-secrets-manager/src/commands/CancelRotateSecretCommand.ts index bc335706baded..b68d75860ad60 100644 --- a/clients/client-secrets-manager/src/commands/CancelRotateSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/CancelRotateSecretCommand.ts @@ -17,6 +17,10 @@ import { CancelRotateSecretRequest, CancelRotateSecretResponse } from "../models import { de_CancelRotateSecretCommand, se_CancelRotateSecretCommand } from "../protocols/Aws_json1_1"; import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-secrets-manager/src/commands/CreateSecretCommand.ts b/clients/client-secrets-manager/src/commands/CreateSecretCommand.ts index 7ed2de54136b5..4bcbe24abcd4b 100644 --- a/clients/client-secrets-manager/src/commands/CreateSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/CreateSecretCommand.ts @@ -17,6 +17,10 @@ import { CreateSecretRequest, CreateSecretRequestFilterSensitiveLog, CreateSecre import { de_CreateSecretCommand, se_CreateSecretCommand } from "../protocols/Aws_json1_1"; import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-secrets-manager/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-secrets-manager/src/commands/DeleteResourcePolicyCommand.ts index f519a8fa266a0..0f8cee0a343c0 100644 --- a/clients/client-secrets-manager/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-secrets-manager/src/commands/DeleteResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../mo import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_json1_1"; import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-secrets-manager/src/commands/DeleteSecretCommand.ts b/clients/client-secrets-manager/src/commands/DeleteSecretCommand.ts index 7c4165b71454e..81c8ba1f3570f 100644 --- a/clients/client-secrets-manager/src/commands/DeleteSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/DeleteSecretCommand.ts @@ -17,6 +17,10 @@ import { DeleteSecretRequest, DeleteSecretResponse } from "../models/models_0"; import { de_DeleteSecretCommand, se_DeleteSecretCommand } from "../protocols/Aws_json1_1"; import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-secrets-manager/src/commands/DescribeSecretCommand.ts b/clients/client-secrets-manager/src/commands/DescribeSecretCommand.ts index c6dd0ed547b8d..3448221ea0f00 100644 --- a/clients/client-secrets-manager/src/commands/DescribeSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/DescribeSecretCommand.ts @@ -17,6 +17,10 @@ import { DescribeSecretRequest, DescribeSecretResponse } from "../models/models_ import { de_DescribeSecretCommand, se_DescribeSecretCommand } from "../protocols/Aws_json1_1"; import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-secrets-manager/src/commands/GetRandomPasswordCommand.ts b/clients/client-secrets-manager/src/commands/GetRandomPasswordCommand.ts index 7b5dd43b8b113..ea200dcbe16bf 100644 --- a/clients/client-secrets-manager/src/commands/GetRandomPasswordCommand.ts +++ b/clients/client-secrets-manager/src/commands/GetRandomPasswordCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetRandomPasswordCommand, se_GetRandomPasswordCommand } from "../protocols/Aws_json1_1"; import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-secrets-manager/src/commands/GetResourcePolicyCommand.ts b/clients/client-secrets-manager/src/commands/GetResourcePolicyCommand.ts index 4273406938209..9079d7339cc98 100644 --- a/clients/client-secrets-manager/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-secrets-manager/src/commands/GetResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/m import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_json1_1"; import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-secrets-manager/src/commands/GetSecretValueCommand.ts b/clients/client-secrets-manager/src/commands/GetSecretValueCommand.ts index c67eb0766afbe..c1c4adec72c25 100644 --- a/clients/client-secrets-manager/src/commands/GetSecretValueCommand.ts +++ b/clients/client-secrets-manager/src/commands/GetSecretValueCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetSecretValueCommand, se_GetSecretValueCommand } from "../protocols/Aws_json1_1"; import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-secrets-manager/src/commands/ListSecretVersionIdsCommand.ts b/clients/client-secrets-manager/src/commands/ListSecretVersionIdsCommand.ts index 2ea7f4e17289c..13cab6d43e0ec 100644 --- a/clients/client-secrets-manager/src/commands/ListSecretVersionIdsCommand.ts +++ b/clients/client-secrets-manager/src/commands/ListSecretVersionIdsCommand.ts @@ -17,6 +17,10 @@ import { ListSecretVersionIdsRequest, ListSecretVersionIdsResponse } from "../mo import { de_ListSecretVersionIdsCommand, se_ListSecretVersionIdsCommand } from "../protocols/Aws_json1_1"; import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-secrets-manager/src/commands/ListSecretsCommand.ts b/clients/client-secrets-manager/src/commands/ListSecretsCommand.ts index f35364918194e..e4468edfa1660 100644 --- a/clients/client-secrets-manager/src/commands/ListSecretsCommand.ts +++ b/clients/client-secrets-manager/src/commands/ListSecretsCommand.ts @@ -17,6 +17,10 @@ import { ListSecretsRequest, ListSecretsResponse } from "../models/models_0"; import { de_ListSecretsCommand, se_ListSecretsCommand } from "../protocols/Aws_json1_1"; import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-secrets-manager/src/commands/PutResourcePolicyCommand.ts b/clients/client-secrets-manager/src/commands/PutResourcePolicyCommand.ts index b34c5eb0907ba..741c429eabfc2 100644 --- a/clients/client-secrets-manager/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-secrets-manager/src/commands/PutResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/m import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_json1_1"; import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-secrets-manager/src/commands/PutSecretValueCommand.ts b/clients/client-secrets-manager/src/commands/PutSecretValueCommand.ts index 4ec5692389cdb..f9ae922cc2eb9 100644 --- a/clients/client-secrets-manager/src/commands/PutSecretValueCommand.ts +++ b/clients/client-secrets-manager/src/commands/PutSecretValueCommand.ts @@ -21,6 +21,10 @@ import { import { de_PutSecretValueCommand, se_PutSecretValueCommand } from "../protocols/Aws_json1_1"; import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-secrets-manager/src/commands/RemoveRegionsFromReplicationCommand.ts b/clients/client-secrets-manager/src/commands/RemoveRegionsFromReplicationCommand.ts index 431109ed7bf2f..72257527e555b 100644 --- a/clients/client-secrets-manager/src/commands/RemoveRegionsFromReplicationCommand.ts +++ b/clients/client-secrets-manager/src/commands/RemoveRegionsFromReplicationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-secrets-manager/src/commands/ReplicateSecretToRegionsCommand.ts b/clients/client-secrets-manager/src/commands/ReplicateSecretToRegionsCommand.ts index 2923a117e6ebc..f4649f5fdceda 100644 --- a/clients/client-secrets-manager/src/commands/ReplicateSecretToRegionsCommand.ts +++ b/clients/client-secrets-manager/src/commands/ReplicateSecretToRegionsCommand.ts @@ -17,6 +17,10 @@ import { ReplicateSecretToRegionsRequest, ReplicateSecretToRegionsResponse } fro import { de_ReplicateSecretToRegionsCommand, se_ReplicateSecretToRegionsCommand } from "../protocols/Aws_json1_1"; import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-secrets-manager/src/commands/RestoreSecretCommand.ts b/clients/client-secrets-manager/src/commands/RestoreSecretCommand.ts index 255edf20d7e64..c52ce1601cbd9 100644 --- a/clients/client-secrets-manager/src/commands/RestoreSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/RestoreSecretCommand.ts @@ -17,6 +17,10 @@ import { RestoreSecretRequest, RestoreSecretResponse } from "../models/models_0" import { de_RestoreSecretCommand, se_RestoreSecretCommand } from "../protocols/Aws_json1_1"; import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-secrets-manager/src/commands/RotateSecretCommand.ts b/clients/client-secrets-manager/src/commands/RotateSecretCommand.ts index 451df7fd5a3f0..ad220ccdbf6ef 100644 --- a/clients/client-secrets-manager/src/commands/RotateSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/RotateSecretCommand.ts @@ -17,6 +17,10 @@ import { RotateSecretRequest, RotateSecretResponse } from "../models/models_0"; import { de_RotateSecretCommand, se_RotateSecretCommand } from "../protocols/Aws_json1_1"; import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-secrets-manager/src/commands/StopReplicationToReplicaCommand.ts b/clients/client-secrets-manager/src/commands/StopReplicationToReplicaCommand.ts index d9d6cc34526ba..9bb8a200398f8 100644 --- a/clients/client-secrets-manager/src/commands/StopReplicationToReplicaCommand.ts +++ b/clients/client-secrets-manager/src/commands/StopReplicationToReplicaCommand.ts @@ -17,6 +17,10 @@ import { StopReplicationToReplicaRequest, StopReplicationToReplicaResponse } fro import { de_StopReplicationToReplicaCommand, se_StopReplicationToReplicaCommand } from "../protocols/Aws_json1_1"; import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-secrets-manager/src/commands/TagResourceCommand.ts b/clients/client-secrets-manager/src/commands/TagResourceCommand.ts index 726e3dfbcbfe0..42420da44320c 100644 --- a/clients/client-secrets-manager/src/commands/TagResourceCommand.ts +++ b/clients/client-secrets-manager/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-secrets-manager/src/commands/UntagResourceCommand.ts b/clients/client-secrets-manager/src/commands/UntagResourceCommand.ts index 5782ca4cf11c9..5d0ffc22a269b 100644 --- a/clients/client-secrets-manager/src/commands/UntagResourceCommand.ts +++ b/clients/client-secrets-manager/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-secrets-manager/src/commands/UpdateSecretCommand.ts b/clients/client-secrets-manager/src/commands/UpdateSecretCommand.ts index 7a6fa2d17425b..aff2d0451be72 100644 --- a/clients/client-secrets-manager/src/commands/UpdateSecretCommand.ts +++ b/clients/client-secrets-manager/src/commands/UpdateSecretCommand.ts @@ -17,6 +17,10 @@ import { UpdateSecretRequest, UpdateSecretRequestFilterSensitiveLog, UpdateSecre import { de_UpdateSecretCommand, se_UpdateSecretCommand } from "../protocols/Aws_json1_1"; import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-secrets-manager/src/commands/UpdateSecretVersionStageCommand.ts b/clients/client-secrets-manager/src/commands/UpdateSecretVersionStageCommand.ts index 1a90a6a1daaf7..41dae25a6a518 100644 --- a/clients/client-secrets-manager/src/commands/UpdateSecretVersionStageCommand.ts +++ b/clients/client-secrets-manager/src/commands/UpdateSecretVersionStageCommand.ts @@ -17,6 +17,10 @@ import { UpdateSecretVersionStageRequest, UpdateSecretVersionStageResponse } fro import { de_UpdateSecretVersionStageCommand, se_UpdateSecretVersionStageCommand } from "../protocols/Aws_json1_1"; import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-secrets-manager/src/commands/ValidateResourcePolicyCommand.ts b/clients/client-secrets-manager/src/commands/ValidateResourcePolicyCommand.ts index 149dc5f0560e1..90b901168a138 100644 --- a/clients/client-secrets-manager/src/commands/ValidateResourcePolicyCommand.ts +++ b/clients/client-secrets-manager/src/commands/ValidateResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { ValidateResourcePolicyRequest, ValidateResourcePolicyResponse } from ". import { de_ValidateResourcePolicyCommand, se_ValidateResourcePolicyCommand } from "../protocols/Aws_json1_1"; import { SecretsManagerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecretsManagerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-secrets-manager/src/index.ts b/clients/client-secrets-manager/src/index.ts index 11570e27ea2e7..1738c61fd3c1f 100644 --- a/clients/client-secrets-manager/src/index.ts +++ b/clients/client-secrets-manager/src/index.ts @@ -1,8 +1,39 @@ -export * from "./SecretsManager"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Web Services Secrets Manager + *

Amazon Web Services Secrets Manager provides a service to enable you to store, manage, and retrieve, secrets.

+ *

This guide provides descriptions of the Secrets Manager API. For more information about using this + * service, see the Amazon Web Services Secrets Manager User Guide.

+ *

+ * API Version + *

+ *

This version of the Secrets Manager API Reference documents the Secrets Manager API version 2017-10-17.

+ *

For a list of endpoints, see Amazon Web Services Secrets Manager + * endpoints.

+ *

+ * Support and Feedback for Amazon Web Services Secrets Manager + *

+ *

We welcome your feedback. Send your comments to awssecretsmanager-feedback@amazon.com, or post your feedback and questions in the Amazon Web Services Secrets Manager Discussion Forum. For more + * information about the Amazon Web Services Discussion Forums, see Forums + * Help.

+ *

+ * Logging API Requests + *

+ *

Amazon Web Services Secrets Manager supports Amazon Web Services CloudTrail, a service that records Amazon Web Services API calls for your Amazon Web Services + * account and delivers log files to an Amazon S3 bucket. By using information that's collected + * by Amazon Web Services CloudTrail, you can determine the requests successfully made to Secrets Manager, who made the + * request, when it was made, and so on. For more about Amazon Web Services Secrets Manager and support for Amazon Web Services + * CloudTrail, see Logging + * Amazon Web Services Secrets Manager Events with Amazon Web Services CloudTrail in the Amazon Web Services Secrets Manager User Guide. + * To learn more about CloudTrail, including enabling it and find your log files, see the Amazon Web Services CloudTrail User Guide.

+ * + * @packageDocumentation + */ export * from "./SecretsManagerClient"; +export * from "./SecretsManager"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { SecretsManagerServiceException } from "./models/SecretsManagerServiceException"; diff --git a/clients/client-secrets-manager/src/models/SecretsManagerServiceException.ts b/clients/client-secrets-manager/src/models/SecretsManagerServiceException.ts index 6c298ce4a9b55..a116639533438 100644 --- a/clients/client-secrets-manager/src/models/SecretsManagerServiceException.ts +++ b/clients/client-secrets-manager/src/models/SecretsManagerServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-securityhub/src/SecurityHubClient.ts b/clients/client-securityhub/src/SecurityHubClient.ts index aed1a1089240b..2a2615f4414ec 100644 --- a/clients/client-securityhub/src/SecurityHubClient.ts +++ b/clients/client-securityhub/src/SecurityHubClient.ts @@ -223,6 +223,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -484,7 +486,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SecurityHubClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SecurityHubClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -503,7 +505,7 @@ export interface SecurityHubClientConfig extends SecurityHubClientConfigType {} /** * @public */ -type SecurityHubClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SecurityHubClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-securityhub/src/commands/AcceptAdministratorInvitationCommand.ts b/clients/client-securityhub/src/commands/AcceptAdministratorInvitationCommand.ts index ec539375ffa9b..f235f0326d4fc 100644 --- a/clients/client-securityhub/src/commands/AcceptAdministratorInvitationCommand.ts +++ b/clients/client-securityhub/src/commands/AcceptAdministratorInvitationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts b/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts index 62b7dddb1300b..4f30f05ccda58 100644 --- a/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts +++ b/clients/client-securityhub/src/commands/AcceptInvitationCommand.ts @@ -17,6 +17,10 @@ import { AcceptInvitationRequest, AcceptInvitationResponse } from "../models/mod import { de_AcceptInvitationCommand, se_AcceptInvitationCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/BatchDisableStandardsCommand.ts b/clients/client-securityhub/src/commands/BatchDisableStandardsCommand.ts index 59339ab00dae2..2adcb5b890bf0 100644 --- a/clients/client-securityhub/src/commands/BatchDisableStandardsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchDisableStandardsCommand.ts @@ -17,6 +17,10 @@ import { BatchDisableStandardsRequest, BatchDisableStandardsResponse } from "../ import { de_BatchDisableStandardsCommand, se_BatchDisableStandardsCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/BatchEnableStandardsCommand.ts b/clients/client-securityhub/src/commands/BatchEnableStandardsCommand.ts index fcce1e79bbf12..dc6008007721d 100644 --- a/clients/client-securityhub/src/commands/BatchEnableStandardsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchEnableStandardsCommand.ts @@ -17,6 +17,10 @@ import { BatchEnableStandardsRequest, BatchEnableStandardsResponse } from "../mo import { de_BatchEnableStandardsCommand, se_BatchEnableStandardsCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/BatchGetSecurityControlsCommand.ts b/clients/client-securityhub/src/commands/BatchGetSecurityControlsCommand.ts index 0221030b6d634..5998599cfdd6e 100644 --- a/clients/client-securityhub/src/commands/BatchGetSecurityControlsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchGetSecurityControlsCommand.ts @@ -17,6 +17,10 @@ import { BatchGetSecurityControlsRequest, BatchGetSecurityControlsResponse } fro import { de_BatchGetSecurityControlsCommand, se_BatchGetSecurityControlsCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/BatchGetStandardsControlAssociationsCommand.ts b/clients/client-securityhub/src/commands/BatchGetStandardsControlAssociationsCommand.ts index 6af65956d7d73..1f4571e903d44 100644 --- a/clients/client-securityhub/src/commands/BatchGetStandardsControlAssociationsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchGetStandardsControlAssociationsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/BatchImportFindingsCommand.ts b/clients/client-securityhub/src/commands/BatchImportFindingsCommand.ts index 7fa622ce7bdc6..cfe07815f36f2 100644 --- a/clients/client-securityhub/src/commands/BatchImportFindingsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchImportFindingsCommand.ts @@ -17,6 +17,10 @@ import { BatchImportFindingsRequest, BatchImportFindingsResponse } from "../mode import { de_BatchImportFindingsCommand, se_BatchImportFindingsCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/BatchUpdateFindingsCommand.ts b/clients/client-securityhub/src/commands/BatchUpdateFindingsCommand.ts index f99892d634f4c..1d6385e326a6c 100644 --- a/clients/client-securityhub/src/commands/BatchUpdateFindingsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchUpdateFindingsCommand.ts @@ -17,6 +17,10 @@ import { BatchUpdateFindingsRequest, BatchUpdateFindingsResponse } from "../mode import { de_BatchUpdateFindingsCommand, se_BatchUpdateFindingsCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/BatchUpdateStandardsControlAssociationsCommand.ts b/clients/client-securityhub/src/commands/BatchUpdateStandardsControlAssociationsCommand.ts index c1db6876cc18a..9cf8f678d00e7 100644 --- a/clients/client-securityhub/src/commands/BatchUpdateStandardsControlAssociationsCommand.ts +++ b/clients/client-securityhub/src/commands/BatchUpdateStandardsControlAssociationsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/CreateActionTargetCommand.ts b/clients/client-securityhub/src/commands/CreateActionTargetCommand.ts index 2ab2e8ad3385e..216a2d5200d46 100644 --- a/clients/client-securityhub/src/commands/CreateActionTargetCommand.ts +++ b/clients/client-securityhub/src/commands/CreateActionTargetCommand.ts @@ -17,6 +17,10 @@ import { CreateActionTargetRequest, CreateActionTargetResponse } from "../models import { de_CreateActionTargetCommand, se_CreateActionTargetCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/CreateFindingAggregatorCommand.ts b/clients/client-securityhub/src/commands/CreateFindingAggregatorCommand.ts index 3de92962e2c1a..5ba8bbd7995c8 100644 --- a/clients/client-securityhub/src/commands/CreateFindingAggregatorCommand.ts +++ b/clients/client-securityhub/src/commands/CreateFindingAggregatorCommand.ts @@ -17,6 +17,10 @@ import { CreateFindingAggregatorRequest, CreateFindingAggregatorResponse } from import { de_CreateFindingAggregatorCommand, se_CreateFindingAggregatorCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/CreateInsightCommand.ts b/clients/client-securityhub/src/commands/CreateInsightCommand.ts index a4137306901f3..afc3a2c2151ca 100644 --- a/clients/client-securityhub/src/commands/CreateInsightCommand.ts +++ b/clients/client-securityhub/src/commands/CreateInsightCommand.ts @@ -17,6 +17,10 @@ import { CreateInsightRequest, CreateInsightResponse } from "../models/models_2" import { de_CreateInsightCommand, se_CreateInsightCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/CreateMembersCommand.ts b/clients/client-securityhub/src/commands/CreateMembersCommand.ts index e69d4442a748b..efc9ee9328d88 100644 --- a/clients/client-securityhub/src/commands/CreateMembersCommand.ts +++ b/clients/client-securityhub/src/commands/CreateMembersCommand.ts @@ -17,6 +17,10 @@ import { CreateMembersRequest, CreateMembersResponse } from "../models/models_2" import { de_CreateMembersCommand, se_CreateMembersCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/DeclineInvitationsCommand.ts b/clients/client-securityhub/src/commands/DeclineInvitationsCommand.ts index 795cac7beb766..05556515ab4c5 100644 --- a/clients/client-securityhub/src/commands/DeclineInvitationsCommand.ts +++ b/clients/client-securityhub/src/commands/DeclineInvitationsCommand.ts @@ -17,6 +17,10 @@ import { DeclineInvitationsRequest, DeclineInvitationsResponse } from "../models import { de_DeclineInvitationsCommand, se_DeclineInvitationsCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/DeleteActionTargetCommand.ts b/clients/client-securityhub/src/commands/DeleteActionTargetCommand.ts index bee6635f3374e..6bec597bf091a 100644 --- a/clients/client-securityhub/src/commands/DeleteActionTargetCommand.ts +++ b/clients/client-securityhub/src/commands/DeleteActionTargetCommand.ts @@ -17,6 +17,10 @@ import { DeleteActionTargetRequest, DeleteActionTargetResponse } from "../models import { de_DeleteActionTargetCommand, se_DeleteActionTargetCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/DeleteFindingAggregatorCommand.ts b/clients/client-securityhub/src/commands/DeleteFindingAggregatorCommand.ts index 66ddaa39413c7..21f4aa19385c7 100644 --- a/clients/client-securityhub/src/commands/DeleteFindingAggregatorCommand.ts +++ b/clients/client-securityhub/src/commands/DeleteFindingAggregatorCommand.ts @@ -17,6 +17,10 @@ import { DeleteFindingAggregatorRequest, DeleteFindingAggregatorResponse } from import { de_DeleteFindingAggregatorCommand, se_DeleteFindingAggregatorCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/DeleteInsightCommand.ts b/clients/client-securityhub/src/commands/DeleteInsightCommand.ts index e1c500d4b4833..e35d1fcc1c967 100644 --- a/clients/client-securityhub/src/commands/DeleteInsightCommand.ts +++ b/clients/client-securityhub/src/commands/DeleteInsightCommand.ts @@ -17,6 +17,10 @@ import { DeleteInsightRequest, DeleteInsightResponse } from "../models/models_2" import { de_DeleteInsightCommand, se_DeleteInsightCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/DeleteInvitationsCommand.ts b/clients/client-securityhub/src/commands/DeleteInvitationsCommand.ts index 57c07a9c15e38..c25a5d9d89517 100644 --- a/clients/client-securityhub/src/commands/DeleteInvitationsCommand.ts +++ b/clients/client-securityhub/src/commands/DeleteInvitationsCommand.ts @@ -17,6 +17,10 @@ import { DeleteInvitationsRequest, DeleteInvitationsResponse } from "../models/m import { de_DeleteInvitationsCommand, se_DeleteInvitationsCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/DeleteMembersCommand.ts b/clients/client-securityhub/src/commands/DeleteMembersCommand.ts index d5f0501ccb47b..741c2e45e8ad7 100644 --- a/clients/client-securityhub/src/commands/DeleteMembersCommand.ts +++ b/clients/client-securityhub/src/commands/DeleteMembersCommand.ts @@ -17,6 +17,10 @@ import { DeleteMembersRequest, DeleteMembersResponse } from "../models/models_2" import { de_DeleteMembersCommand, se_DeleteMembersCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/DescribeActionTargetsCommand.ts b/clients/client-securityhub/src/commands/DescribeActionTargetsCommand.ts index d819245cdd400..946f05f1744a1 100644 --- a/clients/client-securityhub/src/commands/DescribeActionTargetsCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeActionTargetsCommand.ts @@ -17,6 +17,10 @@ import { DescribeActionTargetsRequest, DescribeActionTargetsResponse } from "../ import { de_DescribeActionTargetsCommand, se_DescribeActionTargetsCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/DescribeHubCommand.ts b/clients/client-securityhub/src/commands/DescribeHubCommand.ts index c36b4e65131a6..c0af005eaaf3d 100644 --- a/clients/client-securityhub/src/commands/DescribeHubCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeHubCommand.ts @@ -17,6 +17,10 @@ import { DescribeHubRequest, DescribeHubResponse } from "../models/models_2"; import { de_DescribeHubCommand, se_DescribeHubCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/DescribeOrganizationConfigurationCommand.ts b/clients/client-securityhub/src/commands/DescribeOrganizationConfigurationCommand.ts index b2a630bff06e2..af9abf8e659a5 100644 --- a/clients/client-securityhub/src/commands/DescribeOrganizationConfigurationCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeOrganizationConfigurationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/DescribeProductsCommand.ts b/clients/client-securityhub/src/commands/DescribeProductsCommand.ts index dc3d04bfc0449..d46a5f41c106a 100644 --- a/clients/client-securityhub/src/commands/DescribeProductsCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeProductsCommand.ts @@ -17,6 +17,10 @@ import { DescribeProductsRequest, DescribeProductsResponse } from "../models/mod import { de_DescribeProductsCommand, se_DescribeProductsCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/DescribeStandardsCommand.ts b/clients/client-securityhub/src/commands/DescribeStandardsCommand.ts index 06d210ed4c08a..73a60c7fce1d1 100644 --- a/clients/client-securityhub/src/commands/DescribeStandardsCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeStandardsCommand.ts @@ -17,6 +17,10 @@ import { DescribeStandardsRequest, DescribeStandardsResponse } from "../models/m import { de_DescribeStandardsCommand, se_DescribeStandardsCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/DescribeStandardsControlsCommand.ts b/clients/client-securityhub/src/commands/DescribeStandardsControlsCommand.ts index a7d1f128b5521..9a48dcd9a2609 100644 --- a/clients/client-securityhub/src/commands/DescribeStandardsControlsCommand.ts +++ b/clients/client-securityhub/src/commands/DescribeStandardsControlsCommand.ts @@ -17,6 +17,10 @@ import { DescribeStandardsControlsRequest, DescribeStandardsControlsResponse } f import { de_DescribeStandardsControlsCommand, se_DescribeStandardsControlsCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/DisableImportFindingsForProductCommand.ts b/clients/client-securityhub/src/commands/DisableImportFindingsForProductCommand.ts index 3a7a2a32f5c33..701212ecf78ea 100644 --- a/clients/client-securityhub/src/commands/DisableImportFindingsForProductCommand.ts +++ b/clients/client-securityhub/src/commands/DisableImportFindingsForProductCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/DisableOrganizationAdminAccountCommand.ts b/clients/client-securityhub/src/commands/DisableOrganizationAdminAccountCommand.ts index 709a4c27b4980..91a5b553cef66 100644 --- a/clients/client-securityhub/src/commands/DisableOrganizationAdminAccountCommand.ts +++ b/clients/client-securityhub/src/commands/DisableOrganizationAdminAccountCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/DisableSecurityHubCommand.ts b/clients/client-securityhub/src/commands/DisableSecurityHubCommand.ts index c999af475def8..8a1eee1507887 100644 --- a/clients/client-securityhub/src/commands/DisableSecurityHubCommand.ts +++ b/clients/client-securityhub/src/commands/DisableSecurityHubCommand.ts @@ -17,6 +17,10 @@ import { DisableSecurityHubRequest, DisableSecurityHubResponse } from "../models import { de_DisableSecurityHubCommand, se_DisableSecurityHubCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/DisassociateFromAdministratorAccountCommand.ts b/clients/client-securityhub/src/commands/DisassociateFromAdministratorAccountCommand.ts index cfe1cb9c1cd78..604de7b662b68 100644 --- a/clients/client-securityhub/src/commands/DisassociateFromAdministratorAccountCommand.ts +++ b/clients/client-securityhub/src/commands/DisassociateFromAdministratorAccountCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts b/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts index 4ef9c7ef23717..151e307bdade1 100644 --- a/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts +++ b/clients/client-securityhub/src/commands/DisassociateFromMasterAccountCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/DisassociateMembersCommand.ts b/clients/client-securityhub/src/commands/DisassociateMembersCommand.ts index 63ed8efa701b3..9aeeff928a59b 100644 --- a/clients/client-securityhub/src/commands/DisassociateMembersCommand.ts +++ b/clients/client-securityhub/src/commands/DisassociateMembersCommand.ts @@ -17,6 +17,10 @@ import { DisassociateMembersRequest, DisassociateMembersResponse } from "../mode import { de_DisassociateMembersCommand, se_DisassociateMembersCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/EnableImportFindingsForProductCommand.ts b/clients/client-securityhub/src/commands/EnableImportFindingsForProductCommand.ts index 17e49e00c15c3..49ca735d2aa56 100644 --- a/clients/client-securityhub/src/commands/EnableImportFindingsForProductCommand.ts +++ b/clients/client-securityhub/src/commands/EnableImportFindingsForProductCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/EnableOrganizationAdminAccountCommand.ts b/clients/client-securityhub/src/commands/EnableOrganizationAdminAccountCommand.ts index 872a32d2677a4..9df3aba99a4bb 100644 --- a/clients/client-securityhub/src/commands/EnableOrganizationAdminAccountCommand.ts +++ b/clients/client-securityhub/src/commands/EnableOrganizationAdminAccountCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/EnableSecurityHubCommand.ts b/clients/client-securityhub/src/commands/EnableSecurityHubCommand.ts index b4514bf5bef44..fd43fb7ca2618 100644 --- a/clients/client-securityhub/src/commands/EnableSecurityHubCommand.ts +++ b/clients/client-securityhub/src/commands/EnableSecurityHubCommand.ts @@ -17,6 +17,10 @@ import { EnableSecurityHubRequest, EnableSecurityHubResponse } from "../models/m import { de_EnableSecurityHubCommand, se_EnableSecurityHubCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/GetAdministratorAccountCommand.ts b/clients/client-securityhub/src/commands/GetAdministratorAccountCommand.ts index 9eac696208280..eaf0f63858ad0 100644 --- a/clients/client-securityhub/src/commands/GetAdministratorAccountCommand.ts +++ b/clients/client-securityhub/src/commands/GetAdministratorAccountCommand.ts @@ -17,6 +17,10 @@ import { GetAdministratorAccountRequest, GetAdministratorAccountResponse } from import { de_GetAdministratorAccountCommand, se_GetAdministratorAccountCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/GetEnabledStandardsCommand.ts b/clients/client-securityhub/src/commands/GetEnabledStandardsCommand.ts index 8bb9da8d2d535..955eafc6806e9 100644 --- a/clients/client-securityhub/src/commands/GetEnabledStandardsCommand.ts +++ b/clients/client-securityhub/src/commands/GetEnabledStandardsCommand.ts @@ -17,6 +17,10 @@ import { GetEnabledStandardsRequest, GetEnabledStandardsResponse } from "../mode import { de_GetEnabledStandardsCommand, se_GetEnabledStandardsCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/GetFindingAggregatorCommand.ts b/clients/client-securityhub/src/commands/GetFindingAggregatorCommand.ts index 956bfb017026b..38c0e26a151f0 100644 --- a/clients/client-securityhub/src/commands/GetFindingAggregatorCommand.ts +++ b/clients/client-securityhub/src/commands/GetFindingAggregatorCommand.ts @@ -17,6 +17,10 @@ import { GetFindingAggregatorRequest, GetFindingAggregatorResponse } from "../mo import { de_GetFindingAggregatorCommand, se_GetFindingAggregatorCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/GetFindingHistoryCommand.ts b/clients/client-securityhub/src/commands/GetFindingHistoryCommand.ts index f016b2a54115b..ab248b068e3c5 100644 --- a/clients/client-securityhub/src/commands/GetFindingHistoryCommand.ts +++ b/clients/client-securityhub/src/commands/GetFindingHistoryCommand.ts @@ -17,6 +17,10 @@ import { GetFindingHistoryRequest, GetFindingHistoryResponse } from "../models/m import { de_GetFindingHistoryCommand, se_GetFindingHistoryCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/GetFindingsCommand.ts b/clients/client-securityhub/src/commands/GetFindingsCommand.ts index 15b299c8502b1..7ef4fa1d90570 100644 --- a/clients/client-securityhub/src/commands/GetFindingsCommand.ts +++ b/clients/client-securityhub/src/commands/GetFindingsCommand.ts @@ -17,6 +17,10 @@ import { GetFindingsRequest, GetFindingsResponse } from "../models/models_2"; import { de_GetFindingsCommand, se_GetFindingsCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/GetInsightResultsCommand.ts b/clients/client-securityhub/src/commands/GetInsightResultsCommand.ts index 1790321affa10..addc21526d4c2 100644 --- a/clients/client-securityhub/src/commands/GetInsightResultsCommand.ts +++ b/clients/client-securityhub/src/commands/GetInsightResultsCommand.ts @@ -17,6 +17,10 @@ import { GetInsightResultsRequest, GetInsightResultsResponse } from "../models/m import { de_GetInsightResultsCommand, se_GetInsightResultsCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/GetInsightsCommand.ts b/clients/client-securityhub/src/commands/GetInsightsCommand.ts index 558a820397a4b..16833badaac89 100644 --- a/clients/client-securityhub/src/commands/GetInsightsCommand.ts +++ b/clients/client-securityhub/src/commands/GetInsightsCommand.ts @@ -17,6 +17,10 @@ import { GetInsightsRequest, GetInsightsResponse } from "../models/models_2"; import { de_GetInsightsCommand, se_GetInsightsCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/GetInvitationsCountCommand.ts b/clients/client-securityhub/src/commands/GetInvitationsCountCommand.ts index 089ab29c7f3b2..5db3e9afc5338 100644 --- a/clients/client-securityhub/src/commands/GetInvitationsCountCommand.ts +++ b/clients/client-securityhub/src/commands/GetInvitationsCountCommand.ts @@ -17,6 +17,10 @@ import { GetInvitationsCountRequest, GetInvitationsCountResponse } from "../mode import { de_GetInvitationsCountCommand, se_GetInvitationsCountCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts b/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts index 82b30c3873a13..0d862c7997517 100644 --- a/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts +++ b/clients/client-securityhub/src/commands/GetMasterAccountCommand.ts @@ -17,6 +17,10 @@ import { GetMasterAccountRequest, GetMasterAccountResponse } from "../models/mod import { de_GetMasterAccountCommand, se_GetMasterAccountCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/GetMembersCommand.ts b/clients/client-securityhub/src/commands/GetMembersCommand.ts index 0c4abe685cf78..a76094cd21327 100644 --- a/clients/client-securityhub/src/commands/GetMembersCommand.ts +++ b/clients/client-securityhub/src/commands/GetMembersCommand.ts @@ -17,6 +17,10 @@ import { GetMembersRequest, GetMembersResponse } from "../models/models_2"; import { de_GetMembersCommand, se_GetMembersCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/InviteMembersCommand.ts b/clients/client-securityhub/src/commands/InviteMembersCommand.ts index c8bea853bc198..5e87084ea01a0 100644 --- a/clients/client-securityhub/src/commands/InviteMembersCommand.ts +++ b/clients/client-securityhub/src/commands/InviteMembersCommand.ts @@ -17,6 +17,10 @@ import { InviteMembersRequest, InviteMembersResponse } from "../models/models_2" import { de_InviteMembersCommand, se_InviteMembersCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/ListEnabledProductsForImportCommand.ts b/clients/client-securityhub/src/commands/ListEnabledProductsForImportCommand.ts index 24e1bffebad20..765a9e8e462e6 100644 --- a/clients/client-securityhub/src/commands/ListEnabledProductsForImportCommand.ts +++ b/clients/client-securityhub/src/commands/ListEnabledProductsForImportCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/ListFindingAggregatorsCommand.ts b/clients/client-securityhub/src/commands/ListFindingAggregatorsCommand.ts index 62bd432361658..0ca072327e223 100644 --- a/clients/client-securityhub/src/commands/ListFindingAggregatorsCommand.ts +++ b/clients/client-securityhub/src/commands/ListFindingAggregatorsCommand.ts @@ -17,6 +17,10 @@ import { ListFindingAggregatorsRequest, ListFindingAggregatorsResponse } from ". import { de_ListFindingAggregatorsCommand, se_ListFindingAggregatorsCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/ListInvitationsCommand.ts b/clients/client-securityhub/src/commands/ListInvitationsCommand.ts index dadc779587f19..3e0cf1b6341e9 100644 --- a/clients/client-securityhub/src/commands/ListInvitationsCommand.ts +++ b/clients/client-securityhub/src/commands/ListInvitationsCommand.ts @@ -17,6 +17,10 @@ import { ListInvitationsRequest, ListInvitationsResponse } from "../models/model import { de_ListInvitationsCommand, se_ListInvitationsCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/ListMembersCommand.ts b/clients/client-securityhub/src/commands/ListMembersCommand.ts index d67a0d1cc0eb2..52e566f9aa469 100644 --- a/clients/client-securityhub/src/commands/ListMembersCommand.ts +++ b/clients/client-securityhub/src/commands/ListMembersCommand.ts @@ -17,6 +17,10 @@ import { ListMembersRequest, ListMembersResponse } from "../models/models_2"; import { de_ListMembersCommand, se_ListMembersCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/ListOrganizationAdminAccountsCommand.ts b/clients/client-securityhub/src/commands/ListOrganizationAdminAccountsCommand.ts index 3da5bad53299f..2338bacb05f5e 100644 --- a/clients/client-securityhub/src/commands/ListOrganizationAdminAccountsCommand.ts +++ b/clients/client-securityhub/src/commands/ListOrganizationAdminAccountsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/ListSecurityControlDefinitionsCommand.ts b/clients/client-securityhub/src/commands/ListSecurityControlDefinitionsCommand.ts index 1368b1fb91abd..8bd4a837d4d80 100644 --- a/clients/client-securityhub/src/commands/ListSecurityControlDefinitionsCommand.ts +++ b/clients/client-securityhub/src/commands/ListSecurityControlDefinitionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/ListStandardsControlAssociationsCommand.ts b/clients/client-securityhub/src/commands/ListStandardsControlAssociationsCommand.ts index 363a817b5a0a5..17e4e2cd9e20c 100644 --- a/clients/client-securityhub/src/commands/ListStandardsControlAssociationsCommand.ts +++ b/clients/client-securityhub/src/commands/ListStandardsControlAssociationsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/ListTagsForResourceCommand.ts b/clients/client-securityhub/src/commands/ListTagsForResourceCommand.ts index b0a4173ba692e..c47c061fdcaae 100644 --- a/clients/client-securityhub/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-securityhub/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/TagResourceCommand.ts b/clients/client-securityhub/src/commands/TagResourceCommand.ts index 2f70d3be90db6..9ddb6f7487e99 100644 --- a/clients/client-securityhub/src/commands/TagResourceCommand.ts +++ b/clients/client-securityhub/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_2"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/UntagResourceCommand.ts b/clients/client-securityhub/src/commands/UntagResourceCommand.ts index 57535ffd7579c..c6ef30bf58b28 100644 --- a/clients/client-securityhub/src/commands/UntagResourceCommand.ts +++ b/clients/client-securityhub/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_2" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/UpdateActionTargetCommand.ts b/clients/client-securityhub/src/commands/UpdateActionTargetCommand.ts index 571c4d3fdb79e..ea88204fef28e 100644 --- a/clients/client-securityhub/src/commands/UpdateActionTargetCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateActionTargetCommand.ts @@ -17,6 +17,10 @@ import { UpdateActionTargetRequest, UpdateActionTargetResponse } from "../models import { de_UpdateActionTargetCommand, se_UpdateActionTargetCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/UpdateFindingAggregatorCommand.ts b/clients/client-securityhub/src/commands/UpdateFindingAggregatorCommand.ts index a81273b065f0b..cfa15ca428893 100644 --- a/clients/client-securityhub/src/commands/UpdateFindingAggregatorCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateFindingAggregatorCommand.ts @@ -17,6 +17,10 @@ import { UpdateFindingAggregatorRequest, UpdateFindingAggregatorResponse } from import { de_UpdateFindingAggregatorCommand, se_UpdateFindingAggregatorCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/UpdateFindingsCommand.ts b/clients/client-securityhub/src/commands/UpdateFindingsCommand.ts index c96122000f249..4ad5a8c3594a7 100644 --- a/clients/client-securityhub/src/commands/UpdateFindingsCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateFindingsCommand.ts @@ -17,6 +17,10 @@ import { UpdateFindingsRequest, UpdateFindingsResponse } from "../models/models_ import { de_UpdateFindingsCommand, se_UpdateFindingsCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/UpdateInsightCommand.ts b/clients/client-securityhub/src/commands/UpdateInsightCommand.ts index b20bb94e686da..f572b80e1be24 100644 --- a/clients/client-securityhub/src/commands/UpdateInsightCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateInsightCommand.ts @@ -17,6 +17,10 @@ import { UpdateInsightRequest, UpdateInsightResponse } from "../models/models_2" import { de_UpdateInsightCommand, se_UpdateInsightCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/UpdateOrganizationConfigurationCommand.ts b/clients/client-securityhub/src/commands/UpdateOrganizationConfigurationCommand.ts index d84f7eef850ec..020b942f46fc0 100644 --- a/clients/client-securityhub/src/commands/UpdateOrganizationConfigurationCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateOrganizationConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/UpdateSecurityHubConfigurationCommand.ts b/clients/client-securityhub/src/commands/UpdateSecurityHubConfigurationCommand.ts index dacf70e4eddc2..3e24801239d9c 100644 --- a/clients/client-securityhub/src/commands/UpdateSecurityHubConfigurationCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateSecurityHubConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/commands/UpdateStandardsControlCommand.ts b/clients/client-securityhub/src/commands/UpdateStandardsControlCommand.ts index d242c606623a5..ced5a76141eba 100644 --- a/clients/client-securityhub/src/commands/UpdateStandardsControlCommand.ts +++ b/clients/client-securityhub/src/commands/UpdateStandardsControlCommand.ts @@ -17,6 +17,10 @@ import { UpdateStandardsControlRequest, UpdateStandardsControlResponse } from ". import { de_UpdateStandardsControlCommand, se_UpdateStandardsControlCommand } from "../protocols/Aws_restJson1"; import { SecurityHubClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityHubClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securityhub/src/index.ts b/clients/client-securityhub/src/index.ts index be75d64aac571..c301ae228337f 100644 --- a/clients/client-securityhub/src/index.ts +++ b/clients/client-securityhub/src/index.ts @@ -1,8 +1,59 @@ -export * from "./SecurityHub"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Security Hub provides you with a comprehensive view of the security state of + * your Amazon Web Services environment and resources. It also provides you with the readiness + * status of your environment based on controls from supported security standards. Security Hub collects security data from Amazon Web Services accounts, services, and + * integrated third-party products and helps you analyze security trends in your environment + * to identify the highest priority security issues. For more information about Security Hub, see the Security HubUser + * Guide.

+ *

When you use operations in the Security Hub API, the requests are executed only in + * the Amazon Web Services Region that is currently active or in the specific Amazon Web Services Region that you specify in your request. Any configuration or settings change + * that results from the operation is applied only to that Region. To make the same change in + * other Regions, run the same command for each Region in which you want to apply the change.

+ *

For example, if your Region is set to us-west-2, when you use CreateMembers to add a member account to Security Hub, the association of + * the member account with the administrator account is created only in the us-west-2 + * Region. Security Hub must be enabled for the member account in the same Region that the invitation + * was sent from.

+ *

The following throttling limits apply to using Security Hub API operations.

+ *
    + *
  • + *

    + * BatchEnableStandards - RateLimit of 1 request per + * second. BurstLimit of 1 request per second.

    + *
  • + *
  • + *

    + * GetFindings - RateLimit of 3 requests per second. + * BurstLimit of 6 requests per second.

    + *
  • + *
  • + *

    + * BatchImportFindings - RateLimit of 10 requests per second. + * BurstLimit of 30 requests per second.

    + *
  • + *
  • + *

    + * BatchUpdateFindings - RateLimit of 10 requests per second. + * BurstLimit of 30 requests per second.

    + *
  • + *
  • + *

    + * UpdateStandardsControl - RateLimit of 1 request per + * second. BurstLimit of 5 requests per second.

    + *
  • + *
  • + *

    All other operations - RateLimit of 10 requests per second. + * BurstLimit of 30 requests per second.

    + *
  • + *
+ * + * @packageDocumentation + */ export * from "./SecurityHubClient"; +export * from "./SecurityHub"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { SecurityHubServiceException } from "./models/SecurityHubServiceException"; diff --git a/clients/client-securityhub/src/models/SecurityHubServiceException.ts b/clients/client-securityhub/src/models/SecurityHubServiceException.ts index cd16de16dba13..3cbb7a56ef9bb 100644 --- a/clients/client-securityhub/src/models/SecurityHubServiceException.ts +++ b/clients/client-securityhub/src/models/SecurityHubServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-securitylake/src/SecurityLakeClient.ts b/clients/client-securitylake/src/SecurityLakeClient.ts index 20cc2dd48c89e..bd1925d595a2d 100644 --- a/clients/client-securitylake/src/SecurityLakeClient.ts +++ b/clients/client-securitylake/src/SecurityLakeClient.ts @@ -140,6 +140,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -337,7 +339,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SecurityLakeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SecurityLakeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -356,7 +358,7 @@ export interface SecurityLakeClientConfig extends SecurityLakeClientConfigType { /** * @public */ -type SecurityLakeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SecurityLakeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-securitylake/src/commands/CreateAwsLogSourceCommand.ts b/clients/client-securitylake/src/commands/CreateAwsLogSourceCommand.ts index 36d3f9851b122..b4bc38cf21eb7 100644 --- a/clients/client-securitylake/src/commands/CreateAwsLogSourceCommand.ts +++ b/clients/client-securitylake/src/commands/CreateAwsLogSourceCommand.ts @@ -17,6 +17,10 @@ import { CreateAwsLogSourceRequest, CreateAwsLogSourceResponse } from "../models import { de_CreateAwsLogSourceCommand, se_CreateAwsLogSourceCommand } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/CreateCustomLogSourceCommand.ts b/clients/client-securitylake/src/commands/CreateCustomLogSourceCommand.ts index 42e2297035af2..3d8e97c45fd06 100644 --- a/clients/client-securitylake/src/commands/CreateCustomLogSourceCommand.ts +++ b/clients/client-securitylake/src/commands/CreateCustomLogSourceCommand.ts @@ -17,6 +17,10 @@ import { CreateCustomLogSourceRequest, CreateCustomLogSourceResponse } from "../ import { de_CreateCustomLogSourceCommand, se_CreateCustomLogSourceCommand } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/CreateDatalakeAutoEnableCommand.ts b/clients/client-securitylake/src/commands/CreateDatalakeAutoEnableCommand.ts index 065169d5457a0..c003e4c0cc651 100644 --- a/clients/client-securitylake/src/commands/CreateDatalakeAutoEnableCommand.ts +++ b/clients/client-securitylake/src/commands/CreateDatalakeAutoEnableCommand.ts @@ -17,6 +17,10 @@ import { CreateDatalakeAutoEnableRequest, CreateDatalakeAutoEnableResponse } fro import { de_CreateDatalakeAutoEnableCommand, se_CreateDatalakeAutoEnableCommand } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/CreateDatalakeCommand.ts b/clients/client-securitylake/src/commands/CreateDatalakeCommand.ts index fe331abaa00ba..f21d420d1f263 100644 --- a/clients/client-securitylake/src/commands/CreateDatalakeCommand.ts +++ b/clients/client-securitylake/src/commands/CreateDatalakeCommand.ts @@ -17,6 +17,10 @@ import { CreateDatalakeRequest, CreateDatalakeResponse } from "../models/models_ import { de_CreateDatalakeCommand, se_CreateDatalakeCommand } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/CreateDatalakeDelegatedAdminCommand.ts b/clients/client-securitylake/src/commands/CreateDatalakeDelegatedAdminCommand.ts index 4cdb9c8b1f56a..edaedd99755ec 100644 --- a/clients/client-securitylake/src/commands/CreateDatalakeDelegatedAdminCommand.ts +++ b/clients/client-securitylake/src/commands/CreateDatalakeDelegatedAdminCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/CreateDatalakeExceptionsSubscriptionCommand.ts b/clients/client-securitylake/src/commands/CreateDatalakeExceptionsSubscriptionCommand.ts index b124eae71cd6d..b7ee8385e9728 100644 --- a/clients/client-securitylake/src/commands/CreateDatalakeExceptionsSubscriptionCommand.ts +++ b/clients/client-securitylake/src/commands/CreateDatalakeExceptionsSubscriptionCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/CreateSubscriberCommand.ts b/clients/client-securitylake/src/commands/CreateSubscriberCommand.ts index 9cd6783d8cc42..701ca33d4faaf 100644 --- a/clients/client-securitylake/src/commands/CreateSubscriberCommand.ts +++ b/clients/client-securitylake/src/commands/CreateSubscriberCommand.ts @@ -17,6 +17,10 @@ import { CreateSubscriberRequest, CreateSubscriberResponse } from "../models/mod import { de_CreateSubscriberCommand, se_CreateSubscriberCommand } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/CreateSubscriptionNotificationConfigurationCommand.ts b/clients/client-securitylake/src/commands/CreateSubscriptionNotificationConfigurationCommand.ts index 977f3b7c8f8ad..dfdbe74b4baac 100644 --- a/clients/client-securitylake/src/commands/CreateSubscriptionNotificationConfigurationCommand.ts +++ b/clients/client-securitylake/src/commands/CreateSubscriptionNotificationConfigurationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/DeleteAwsLogSourceCommand.ts b/clients/client-securitylake/src/commands/DeleteAwsLogSourceCommand.ts index 25a3425cdb02a..a1255c97904c0 100644 --- a/clients/client-securitylake/src/commands/DeleteAwsLogSourceCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteAwsLogSourceCommand.ts @@ -17,6 +17,10 @@ import { DeleteAwsLogSourceRequest, DeleteAwsLogSourceResponse } from "../models import { de_DeleteAwsLogSourceCommand, se_DeleteAwsLogSourceCommand } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/DeleteCustomLogSourceCommand.ts b/clients/client-securitylake/src/commands/DeleteCustomLogSourceCommand.ts index 9a9d6204f5f0b..0545d53949656 100644 --- a/clients/client-securitylake/src/commands/DeleteCustomLogSourceCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteCustomLogSourceCommand.ts @@ -17,6 +17,10 @@ import { DeleteCustomLogSourceRequest, DeleteCustomLogSourceResponse } from "../ import { de_DeleteCustomLogSourceCommand, se_DeleteCustomLogSourceCommand } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/DeleteDatalakeAutoEnableCommand.ts b/clients/client-securitylake/src/commands/DeleteDatalakeAutoEnableCommand.ts index 2637dd72e6492..0a892cf82877a 100644 --- a/clients/client-securitylake/src/commands/DeleteDatalakeAutoEnableCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteDatalakeAutoEnableCommand.ts @@ -17,6 +17,10 @@ import { DeleteDatalakeAutoEnableRequest, DeleteDatalakeAutoEnableResponse } fro import { de_DeleteDatalakeAutoEnableCommand, se_DeleteDatalakeAutoEnableCommand } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/DeleteDatalakeCommand.ts b/clients/client-securitylake/src/commands/DeleteDatalakeCommand.ts index b286fdb507dda..ce74bc32a6481 100644 --- a/clients/client-securitylake/src/commands/DeleteDatalakeCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteDatalakeCommand.ts @@ -17,6 +17,10 @@ import { DeleteDatalakeRequest, DeleteDatalakeResponse } from "../models/models_ import { de_DeleteDatalakeCommand, se_DeleteDatalakeCommand } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/DeleteDatalakeDelegatedAdminCommand.ts b/clients/client-securitylake/src/commands/DeleteDatalakeDelegatedAdminCommand.ts index af66a3e1ed513..306b09eff2f20 100644 --- a/clients/client-securitylake/src/commands/DeleteDatalakeDelegatedAdminCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteDatalakeDelegatedAdminCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/DeleteDatalakeExceptionsSubscriptionCommand.ts b/clients/client-securitylake/src/commands/DeleteDatalakeExceptionsSubscriptionCommand.ts index 445c055cc3158..50184377873f8 100644 --- a/clients/client-securitylake/src/commands/DeleteDatalakeExceptionsSubscriptionCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteDatalakeExceptionsSubscriptionCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/DeleteSubscriberCommand.ts b/clients/client-securitylake/src/commands/DeleteSubscriberCommand.ts index dc12c00ad06a5..457f7028a6f8c 100644 --- a/clients/client-securitylake/src/commands/DeleteSubscriberCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteSubscriberCommand.ts @@ -17,6 +17,10 @@ import { DeleteSubscriberRequest, DeleteSubscriberResponse } from "../models/mod import { de_DeleteSubscriberCommand, se_DeleteSubscriberCommand } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/DeleteSubscriptionNotificationConfigurationCommand.ts b/clients/client-securitylake/src/commands/DeleteSubscriptionNotificationConfigurationCommand.ts index de970751ed4a2..1b83d02002c74 100644 --- a/clients/client-securitylake/src/commands/DeleteSubscriptionNotificationConfigurationCommand.ts +++ b/clients/client-securitylake/src/commands/DeleteSubscriptionNotificationConfigurationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/GetDatalakeAutoEnableCommand.ts b/clients/client-securitylake/src/commands/GetDatalakeAutoEnableCommand.ts index 6f69f090d5f53..091a2edff95d9 100644 --- a/clients/client-securitylake/src/commands/GetDatalakeAutoEnableCommand.ts +++ b/clients/client-securitylake/src/commands/GetDatalakeAutoEnableCommand.ts @@ -17,6 +17,10 @@ import { GetDatalakeAutoEnableRequest, GetDatalakeAutoEnableResponse } from "../ import { de_GetDatalakeAutoEnableCommand, se_GetDatalakeAutoEnableCommand } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/GetDatalakeCommand.ts b/clients/client-securitylake/src/commands/GetDatalakeCommand.ts index 7691a50a6a784..2cf463589db19 100644 --- a/clients/client-securitylake/src/commands/GetDatalakeCommand.ts +++ b/clients/client-securitylake/src/commands/GetDatalakeCommand.ts @@ -17,6 +17,10 @@ import { GetDatalakeRequest, GetDatalakeResponse } from "../models/models_0"; import { de_GetDatalakeCommand, se_GetDatalakeCommand } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/GetDatalakeExceptionsExpiryCommand.ts b/clients/client-securitylake/src/commands/GetDatalakeExceptionsExpiryCommand.ts index 00f76d68e2b31..aac74b54b9cf6 100644 --- a/clients/client-securitylake/src/commands/GetDatalakeExceptionsExpiryCommand.ts +++ b/clients/client-securitylake/src/commands/GetDatalakeExceptionsExpiryCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/GetDatalakeExceptionsSubscriptionCommand.ts b/clients/client-securitylake/src/commands/GetDatalakeExceptionsSubscriptionCommand.ts index 06d3cc4a24157..0ddd01dc719c4 100644 --- a/clients/client-securitylake/src/commands/GetDatalakeExceptionsSubscriptionCommand.ts +++ b/clients/client-securitylake/src/commands/GetDatalakeExceptionsSubscriptionCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/GetDatalakeStatusCommand.ts b/clients/client-securitylake/src/commands/GetDatalakeStatusCommand.ts index 028fc4d9ee2f9..437b95709d6ec 100644 --- a/clients/client-securitylake/src/commands/GetDatalakeStatusCommand.ts +++ b/clients/client-securitylake/src/commands/GetDatalakeStatusCommand.ts @@ -17,6 +17,10 @@ import { GetDatalakeStatusRequest, GetDatalakeStatusResponse } from "../models/m import { de_GetDatalakeStatusCommand, se_GetDatalakeStatusCommand } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/GetSubscriberCommand.ts b/clients/client-securitylake/src/commands/GetSubscriberCommand.ts index 76968e09a04ba..9b9b44c33018f 100644 --- a/clients/client-securitylake/src/commands/GetSubscriberCommand.ts +++ b/clients/client-securitylake/src/commands/GetSubscriberCommand.ts @@ -17,6 +17,10 @@ import { GetSubscriberRequest, GetSubscriberResponse } from "../models/models_0" import { de_GetSubscriberCommand, se_GetSubscriberCommand } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/ListDatalakeExceptionsCommand.ts b/clients/client-securitylake/src/commands/ListDatalakeExceptionsCommand.ts index 431ed4908fa0d..ccdb68d19e4d0 100644 --- a/clients/client-securitylake/src/commands/ListDatalakeExceptionsCommand.ts +++ b/clients/client-securitylake/src/commands/ListDatalakeExceptionsCommand.ts @@ -17,6 +17,10 @@ import { ListDatalakeExceptionsRequest, ListDatalakeExceptionsResponse } from ". import { de_ListDatalakeExceptionsCommand, se_ListDatalakeExceptionsCommand } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/ListLogSourcesCommand.ts b/clients/client-securitylake/src/commands/ListLogSourcesCommand.ts index c789313a5edd1..81f2bcee75441 100644 --- a/clients/client-securitylake/src/commands/ListLogSourcesCommand.ts +++ b/clients/client-securitylake/src/commands/ListLogSourcesCommand.ts @@ -17,6 +17,10 @@ import { ListLogSourcesRequest, ListLogSourcesResponse } from "../models/models_ import { de_ListLogSourcesCommand, se_ListLogSourcesCommand } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/ListSubscribersCommand.ts b/clients/client-securitylake/src/commands/ListSubscribersCommand.ts index 21c7764942b92..b40e66807c82e 100644 --- a/clients/client-securitylake/src/commands/ListSubscribersCommand.ts +++ b/clients/client-securitylake/src/commands/ListSubscribersCommand.ts @@ -17,6 +17,10 @@ import { ListSubscribersRequest, ListSubscribersResponse } from "../models/model import { de_ListSubscribersCommand, se_ListSubscribersCommand } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/UpdateDatalakeCommand.ts b/clients/client-securitylake/src/commands/UpdateDatalakeCommand.ts index 53417ee4f70c9..cc61e93aaa807 100644 --- a/clients/client-securitylake/src/commands/UpdateDatalakeCommand.ts +++ b/clients/client-securitylake/src/commands/UpdateDatalakeCommand.ts @@ -17,6 +17,10 @@ import { UpdateDatalakeRequest, UpdateDatalakeResponse } from "../models/models_ import { de_UpdateDatalakeCommand, se_UpdateDatalakeCommand } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/UpdateDatalakeExceptionsExpiryCommand.ts b/clients/client-securitylake/src/commands/UpdateDatalakeExceptionsExpiryCommand.ts index a52888c6a3749..bb6cd08514ff5 100644 --- a/clients/client-securitylake/src/commands/UpdateDatalakeExceptionsExpiryCommand.ts +++ b/clients/client-securitylake/src/commands/UpdateDatalakeExceptionsExpiryCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/UpdateDatalakeExceptionsSubscriptionCommand.ts b/clients/client-securitylake/src/commands/UpdateDatalakeExceptionsSubscriptionCommand.ts index 6e1edb82552c5..a0ef94ce2d1e0 100644 --- a/clients/client-securitylake/src/commands/UpdateDatalakeExceptionsSubscriptionCommand.ts +++ b/clients/client-securitylake/src/commands/UpdateDatalakeExceptionsSubscriptionCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/UpdateSubscriberCommand.ts b/clients/client-securitylake/src/commands/UpdateSubscriberCommand.ts index 7dba15e4cbf66..806e9eb701527 100644 --- a/clients/client-securitylake/src/commands/UpdateSubscriberCommand.ts +++ b/clients/client-securitylake/src/commands/UpdateSubscriberCommand.ts @@ -17,6 +17,10 @@ import { UpdateSubscriberRequest, UpdateSubscriberResponse } from "../models/mod import { de_UpdateSubscriberCommand, se_UpdateSubscriberCommand } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/commands/UpdateSubscriptionNotificationConfigurationCommand.ts b/clients/client-securitylake/src/commands/UpdateSubscriptionNotificationConfigurationCommand.ts index 563820aa13bb2..82bf8202a8cff 100644 --- a/clients/client-securitylake/src/commands/UpdateSubscriptionNotificationConfigurationCommand.ts +++ b/clients/client-securitylake/src/commands/UpdateSubscriptionNotificationConfigurationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { SecurityLakeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SecurityLakeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-securitylake/src/index.ts b/clients/client-securitylake/src/index.ts index b4eb2d66352a6..f7477ed3bd01a 100644 --- a/clients/client-securitylake/src/index.ts +++ b/clients/client-securitylake/src/index.ts @@ -1,8 +1,44 @@ -export * from "./SecurityLake"; // smithy-typescript generated code +/* eslint-disable */ +/** + * + *

Amazon Security Lake is in preview release. Your use of the Security Lake preview is subject to + * Section 2 of the Amazon Web Services Service + * Terms("Betas and Previews").

+ *
+ *

Amazon Security Lake is a fully managed security data lake service. You can use Security Lake to + * automatically centralize security data from cloud, on-premises, and custom sources into a + * data lake that's stored in your Amazon Web Servicesaccount. Amazon Web Services Organizations + * is an account management service that lets you consolidate multiple Amazon Web Services + * accounts into an organization that you create and centrally manage. With Organizations, you + * can create member accounts and invite existing accounts to join your organization. + * Security Lake helps you analyze security data for a more complete understanding of your + * security posture across the entire organization. It can also help you improve the + * protection of your workloads, applications, and data.

+ *

The data lake is backed by Amazon Simple Storage Service (Amazon S3) buckets, and you + * retain ownership over your data.

+ *

Amazon Security Lake integrates with CloudTrail, a service that provides a record of + * actions taken by a user, role, or an Amazon Web Services service in Security Lake CloudTrail captures API calls for Security Lake as events. The calls captured include calls + * from the Security Lake console and code calls to the Security Lake API operations. If you create a + * trail, you can enable continuous delivery of CloudTrail events to an Amazon S3 bucket, including events for Security Lake. If you don't configure a trail, you can still + * view the most recent events in the CloudTrail console in Event history. Using the + * information collected by CloudTrail you can determine the request that was made to + * Security Lake, the IP address from which the request was made, who made the request, when it + * was made, and additional details. To learn more about Security Lake information in CloudTrail, see the Amazon Security Lake User Guide.

+ *

Security Lake automates the collection of security-related log and event data from + * integrated Amazon Web Services and third-party services. It also helps you manage + * the lifecycle of data with customizable retention and replication settings. Security Lake + * converts ingested data into Apache Parquet format and a standard open-source schema called + * the Open Cybersecurity Schema Framework (OCSF).

+ *

Other Amazon Web Services and third-party services can subscribe to the data that's stored in Security Lake for + * incident response and security data analytics.

+ * + * @packageDocumentation + */ export * from "./SecurityLakeClient"; +export * from "./SecurityLake"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { SecurityLakeServiceException } from "./models/SecurityLakeServiceException"; diff --git a/clients/client-securitylake/src/models/SecurityLakeServiceException.ts b/clients/client-securitylake/src/models/SecurityLakeServiceException.ts index 327faa818d362..2bc8e6ab74d3e 100644 --- a/clients/client-securitylake/src/models/SecurityLakeServiceException.ts +++ b/clients/client-securitylake/src/models/SecurityLakeServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-serverlessapplicationrepository/src/ServerlessApplicationRepositoryClient.ts b/clients/client-serverlessapplicationrepository/src/ServerlessApplicationRepositoryClient.ts index 4fe16c2c9d8ab..2adf59e6e40c5 100644 --- a/clients/client-serverlessapplicationrepository/src/ServerlessApplicationRepositoryClient.ts +++ b/clients/client-serverlessapplicationrepository/src/ServerlessApplicationRepositoryClient.ts @@ -97,6 +97,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -262,7 +264,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ServerlessApplicationRepositoryClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ServerlessApplicationRepositoryClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -281,15 +283,16 @@ export interface ServerlessApplicationRepositoryClientConfig extends ServerlessA /** * @public */ -type ServerlessApplicationRepositoryClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & - Required & - RegionResolvedConfig & - EndpointResolvedConfig & - RetryResolvedConfig & - HostHeaderResolvedConfig & - AwsAuthResolvedConfig & - UserAgentResolvedConfig & - ClientResolvedEndpointParameters; +export type ServerlessApplicationRepositoryClientResolvedConfigType = + __SmithyResolvedConfiguration<__HttpHandlerOptions> & + Required & + RegionResolvedConfig & + EndpointResolvedConfig & + RetryResolvedConfig & + HostHeaderResolvedConfig & + AwsAuthResolvedConfig & + UserAgentResolvedConfig & + ClientResolvedEndpointParameters; /** * @public * diff --git a/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationCommand.ts index eba49993a57bc..e97485ea6aa0f 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServerlessApplicationRepositoryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationVersionCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationVersionCommand.ts index 2754b1ce84a32..1349c1dfb479b 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationVersionCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/CreateApplicationVersionCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServerlessApplicationRepositoryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationChangeSetCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationChangeSetCommand.ts index c1f27b802f85f..92fa15f87bbf3 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationChangeSetCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationChangeSetCommand.ts @@ -24,6 +24,10 @@ import { ServiceOutputTypes, } from "../ServerlessApplicationRepositoryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationTemplateCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationTemplateCommand.ts index 7984a27b72fb2..9c397d6b5b5f4 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationTemplateCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/CreateCloudFormationTemplateCommand.ts @@ -24,6 +24,10 @@ import { ServiceOutputTypes, } from "../ServerlessApplicationRepositoryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-serverlessapplicationrepository/src/commands/DeleteApplicationCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/DeleteApplicationCommand.ts index 516195e85ee2d..fb43434445822 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/DeleteApplicationCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServerlessApplicationRepositoryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-serverlessapplicationrepository/src/commands/GetApplicationCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/GetApplicationCommand.ts index 4a04616ab1a02..77bd4acc7af68 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/GetApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/GetApplicationCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServerlessApplicationRepositoryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-serverlessapplicationrepository/src/commands/GetApplicationPolicyCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/GetApplicationPolicyCommand.ts index c79f1c5ebd0b4..5bf2768fde947 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/GetApplicationPolicyCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/GetApplicationPolicyCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServerlessApplicationRepositoryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-serverlessapplicationrepository/src/commands/GetCloudFormationTemplateCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/GetCloudFormationTemplateCommand.ts index 711758f181871..38bf470820ef0 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/GetCloudFormationTemplateCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/GetCloudFormationTemplateCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServerlessApplicationRepositoryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationDependenciesCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationDependenciesCommand.ts index fa647212485fa..bd158ffb3916a 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationDependenciesCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationDependenciesCommand.ts @@ -24,6 +24,10 @@ import { ServiceOutputTypes, } from "../ServerlessApplicationRepositoryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationVersionsCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationVersionsCommand.ts index 2ddd17ba6b582..7c5430a6781d7 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationVersionsCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationVersionsCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServerlessApplicationRepositoryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationsCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationsCommand.ts index 194850691e6e4..935cca540b106 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/ListApplicationsCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/ListApplicationsCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServerlessApplicationRepositoryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-serverlessapplicationrepository/src/commands/PutApplicationPolicyCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/PutApplicationPolicyCommand.ts index 292a3ab1e2c23..530918d472577 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/PutApplicationPolicyCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/PutApplicationPolicyCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServerlessApplicationRepositoryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-serverlessapplicationrepository/src/commands/UnshareApplicationCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/UnshareApplicationCommand.ts index bcf3b1b409671..3755402b4313b 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/UnshareApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/UnshareApplicationCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServerlessApplicationRepositoryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-serverlessapplicationrepository/src/commands/UpdateApplicationCommand.ts b/clients/client-serverlessapplicationrepository/src/commands/UpdateApplicationCommand.ts index 2df2e45847fb9..b847fce777163 100644 --- a/clients/client-serverlessapplicationrepository/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-serverlessapplicationrepository/src/commands/UpdateApplicationCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServerlessApplicationRepositoryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-serverlessapplicationrepository/src/index.ts b/clients/client-serverlessapplicationrepository/src/index.ts index 4cd391f93d1f8..fc11951e0d507 100644 --- a/clients/client-serverlessapplicationrepository/src/index.ts +++ b/clients/client-serverlessapplicationrepository/src/index.ts @@ -1,8 +1,33 @@ -export * from "./ServerlessApplicationRepository"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The AWS Serverless Application Repository makes it easy for developers and enterprises to quickly find + * and deploy serverless applications in the AWS Cloud. For more information about serverless applications, + * see Serverless Computing and Applications on the AWS website.

The AWS Serverless Application Repository is deeply integrated with the AWS Lambda console, so that developers of + * all levels can get started with serverless computing without needing to learn anything new. You can use category + * keywords to browse for applications such as web and mobile backends, data processing applications, or chatbots. + * You can also search for applications by name, publisher, or event source. To use an application, you simply choose it, + * configure any required fields, and deploy it with a few clicks.

You can also easily publish applications, sharing them publicly with the community at large, or privately + * within your team or across your organization. To publish a serverless application (or app), you can use the + * AWS Management Console, AWS Command Line Interface (AWS CLI), or AWS SDKs to upload the code. Along with the + * code, you upload a simple manifest file, also known as the AWS Serverless Application Model (AWS SAM) template. + * For more information about AWS SAM, see AWS Serverless Application Model (AWS SAM) on the AWS Labs + * GitHub repository.

The AWS Serverless Application Repository Developer Guide contains more information about the two developer + * experiences available:

    + *
  • + *

    Consuming Applications – Browse for applications and view information about them, including + * source code and readme files. Also install, configure, and deploy applications of your choosing.

    + *

    Publishing Applications – Configure and upload applications to make them available to other + * developers, and publish new versions of applications.

    + *
  • + *
+ * + * @packageDocumentation + */ export * from "./ServerlessApplicationRepositoryClient"; +export * from "./ServerlessApplicationRepository"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ServerlessApplicationRepositoryServiceException } from "./models/ServerlessApplicationRepositoryServiceException"; diff --git a/clients/client-serverlessapplicationrepository/src/models/ServerlessApplicationRepositoryServiceException.ts b/clients/client-serverlessapplicationrepository/src/models/ServerlessApplicationRepositoryServiceException.ts index efe58d4f22e75..18b6e4ba4f501 100644 --- a/clients/client-serverlessapplicationrepository/src/models/ServerlessApplicationRepositoryServiceException.ts +++ b/clients/client-serverlessapplicationrepository/src/models/ServerlessApplicationRepositoryServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/ServiceCatalogAppRegistryClient.ts b/clients/client-service-catalog-appregistry/src/ServiceCatalogAppRegistryClient.ts index 4b8642cca744e..c61d991966500 100644 --- a/clients/client-service-catalog-appregistry/src/ServiceCatalogAppRegistryClient.ts +++ b/clients/client-service-catalog-appregistry/src/ServiceCatalogAppRegistryClient.ts @@ -119,6 +119,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -304,7 +306,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ServiceCatalogAppRegistryClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ServiceCatalogAppRegistryClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -323,7 +325,7 @@ export interface ServiceCatalogAppRegistryClientConfig extends ServiceCatalogApp /** * @public */ -type ServiceCatalogAppRegistryClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ServiceCatalogAppRegistryClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-service-catalog-appregistry/src/commands/AssociateAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/AssociateAttributeGroupCommand.ts index b3d2b397b51ef..3fa105e390074 100644 --- a/clients/client-service-catalog-appregistry/src/commands/AssociateAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/AssociateAttributeGroupCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/AssociateResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/AssociateResourceCommand.ts index 9c272c0a83795..4e9e6e0f461cd 100644 --- a/clients/client-service-catalog-appregistry/src/commands/AssociateResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/AssociateResourceCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/CreateApplicationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/CreateApplicationCommand.ts index c4c74f7314846..5a425157d911d 100644 --- a/clients/client-service-catalog-appregistry/src/commands/CreateApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/CreateApplicationCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/CreateAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/CreateAttributeGroupCommand.ts index 01fffca5d4f17..7720807c0dc47 100644 --- a/clients/client-service-catalog-appregistry/src/commands/CreateAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/CreateAttributeGroupCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/DeleteApplicationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/DeleteApplicationCommand.ts index 920f4369a0615..fef1ae737c631 100644 --- a/clients/client-service-catalog-appregistry/src/commands/DeleteApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/DeleteApplicationCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/DeleteAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/DeleteAttributeGroupCommand.ts index e169db8a644c5..ec77709e42e25 100644 --- a/clients/client-service-catalog-appregistry/src/commands/DeleteAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/DeleteAttributeGroupCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/DisassociateAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/DisassociateAttributeGroupCommand.ts index 4ca6975ec7094..3fb67d3074097 100644 --- a/clients/client-service-catalog-appregistry/src/commands/DisassociateAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/DisassociateAttributeGroupCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/DisassociateResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/DisassociateResourceCommand.ts index a693a9e5923c3..9f8658b58d5cf 100644 --- a/clients/client-service-catalog-appregistry/src/commands/DisassociateResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/DisassociateResourceCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/GetApplicationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/GetApplicationCommand.ts index 5e7c8c355062d..e0b34ec7497d2 100644 --- a/clients/client-service-catalog-appregistry/src/commands/GetApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/GetApplicationCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/GetAssociatedResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/GetAssociatedResourceCommand.ts index bdf7a8614381f..f56b3fb6679f5 100644 --- a/clients/client-service-catalog-appregistry/src/commands/GetAssociatedResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/GetAssociatedResourceCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/GetAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/GetAttributeGroupCommand.ts index 85123efc3618f..3b08491de472f 100644 --- a/clients/client-service-catalog-appregistry/src/commands/GetAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/GetAttributeGroupCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/GetConfigurationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/GetConfigurationCommand.ts index b82b87555a6c8..9d7280391fd7c 100644 --- a/clients/client-service-catalog-appregistry/src/commands/GetConfigurationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/GetConfigurationCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/ListApplicationsCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListApplicationsCommand.ts index bb07d5d9974e7..143955a6c1966 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListApplicationsCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListApplicationsCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/ListAssociatedAttributeGroupsCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListAssociatedAttributeGroupsCommand.ts index 3cac8c0d6f886..ee2ea4da3dae9 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListAssociatedAttributeGroupsCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListAssociatedAttributeGroupsCommand.ts @@ -24,6 +24,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/ListAssociatedResourcesCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListAssociatedResourcesCommand.ts index 905cfe5ca46d9..2ba68389844c6 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListAssociatedResourcesCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListAssociatedResourcesCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsCommand.ts index fee877fc4f0f9..10a73d4cb8bb7 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsForApplicationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsForApplicationCommand.ts index caf8c9c6a0cbd..8c845df428fe2 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsForApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListAttributeGroupsForApplicationCommand.ts @@ -27,6 +27,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/ListTagsForResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/ListTagsForResourceCommand.ts index 97b6c4ccb8f8f..db6b27aa2219e 100644 --- a/clients/client-service-catalog-appregistry/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/PutConfigurationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/PutConfigurationCommand.ts index 8aa716cf38e27..a7d6c7d5e8ceb 100644 --- a/clients/client-service-catalog-appregistry/src/commands/PutConfigurationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/PutConfigurationCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/SyncResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/SyncResourceCommand.ts index e07df41e5113e..2e8aba9fbdb66 100644 --- a/clients/client-service-catalog-appregistry/src/commands/SyncResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/SyncResourceCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/TagResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/TagResourceCommand.ts index 8458dca10fc98..b9e82e9867ff3 100644 --- a/clients/client-service-catalog-appregistry/src/commands/TagResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/UntagResourceCommand.ts b/clients/client-service-catalog-appregistry/src/commands/UntagResourceCommand.ts index 2bee097a3fe3a..bdc6545ac9c9b 100644 --- a/clients/client-service-catalog-appregistry/src/commands/UntagResourceCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/UpdateApplicationCommand.ts b/clients/client-service-catalog-appregistry/src/commands/UpdateApplicationCommand.ts index c138224fb3e73..aede970ea8472 100644 --- a/clients/client-service-catalog-appregistry/src/commands/UpdateApplicationCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/UpdateApplicationCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/commands/UpdateAttributeGroupCommand.ts b/clients/client-service-catalog-appregistry/src/commands/UpdateAttributeGroupCommand.ts index cf92acf5d3344..78dcd54a53613 100644 --- a/clients/client-service-catalog-appregistry/src/commands/UpdateAttributeGroupCommand.ts +++ b/clients/client-service-catalog-appregistry/src/commands/UpdateAttributeGroupCommand.ts @@ -21,6 +21,10 @@ import { ServiceOutputTypes, } from "../ServiceCatalogAppRegistryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog-appregistry/src/index.ts b/clients/client-service-catalog-appregistry/src/index.ts index d2ac1a11438d8..5ae73fa160410 100644 --- a/clients/client-service-catalog-appregistry/src/index.ts +++ b/clients/client-service-catalog-appregistry/src/index.ts @@ -1,8 +1,14 @@ -export * from "./ServiceCatalogAppRegistry"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their Amazon Web Services resources. AppRegistry provides a repository of your applications, their resources, and the application metadata that you use within your enterprise.

+ * + * @packageDocumentation + */ export * from "./ServiceCatalogAppRegistryClient"; +export * from "./ServiceCatalogAppRegistry"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ServiceCatalogAppRegistryServiceException } from "./models/ServiceCatalogAppRegistryServiceException"; diff --git a/clients/client-service-catalog-appregistry/src/models/ServiceCatalogAppRegistryServiceException.ts b/clients/client-service-catalog-appregistry/src/models/ServiceCatalogAppRegistryServiceException.ts index 0af0e50c3999a..aca23437ca93a 100644 --- a/clients/client-service-catalog-appregistry/src/models/ServiceCatalogAppRegistryServiceException.ts +++ b/clients/client-service-catalog-appregistry/src/models/ServiceCatalogAppRegistryServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-service-catalog/src/ServiceCatalogClient.ts b/clients/client-service-catalog/src/ServiceCatalogClient.ts index 343a17024b73f..8d5ddbc985560 100644 --- a/clients/client-service-catalog/src/ServiceCatalogClient.ts +++ b/clients/client-service-catalog/src/ServiceCatalogClient.ts @@ -344,6 +344,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -661,7 +663,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ServiceCatalogClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ServiceCatalogClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -680,7 +682,7 @@ export interface ServiceCatalogClientConfig extends ServiceCatalogClientConfigTy /** * @public */ -type ServiceCatalogClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ServiceCatalogClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-service-catalog/src/commands/AcceptPortfolioShareCommand.ts b/clients/client-service-catalog/src/commands/AcceptPortfolioShareCommand.ts index 49210ddb3ea51..b5f2132652a39 100644 --- a/clients/client-service-catalog/src/commands/AcceptPortfolioShareCommand.ts +++ b/clients/client-service-catalog/src/commands/AcceptPortfolioShareCommand.ts @@ -17,6 +17,10 @@ import { AcceptPortfolioShareInput, AcceptPortfolioShareOutput } from "../models import { de_AcceptPortfolioShareCommand, se_AcceptPortfolioShareCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/AssociateBudgetWithResourceCommand.ts b/clients/client-service-catalog/src/commands/AssociateBudgetWithResourceCommand.ts index 25520e91f7e27..40e2a8f020140 100644 --- a/clients/client-service-catalog/src/commands/AssociateBudgetWithResourceCommand.ts +++ b/clients/client-service-catalog/src/commands/AssociateBudgetWithResourceCommand.ts @@ -17,6 +17,10 @@ import { AssociateBudgetWithResourceInput, AssociateBudgetWithResourceOutput } f import { de_AssociateBudgetWithResourceCommand, se_AssociateBudgetWithResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/AssociatePrincipalWithPortfolioCommand.ts b/clients/client-service-catalog/src/commands/AssociatePrincipalWithPortfolioCommand.ts index 010df01dabd16..1edf56bb93276 100644 --- a/clients/client-service-catalog/src/commands/AssociatePrincipalWithPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/AssociatePrincipalWithPortfolioCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/AssociateProductWithPortfolioCommand.ts b/clients/client-service-catalog/src/commands/AssociateProductWithPortfolioCommand.ts index 5f7fa2958430e..000ddd76d8d7e 100644 --- a/clients/client-service-catalog/src/commands/AssociateProductWithPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/AssociateProductWithPortfolioCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts index 99ebc9ca61d10..5e59dd31c38d0 100644 --- a/clients/client-service-catalog/src/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/AssociateServiceActionWithProvisioningArtifactCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/AssociateTagOptionWithResourceCommand.ts b/clients/client-service-catalog/src/commands/AssociateTagOptionWithResourceCommand.ts index be7b19d9870be..dff347595110e 100644 --- a/clients/client-service-catalog/src/commands/AssociateTagOptionWithResourceCommand.ts +++ b/clients/client-service-catalog/src/commands/AssociateTagOptionWithResourceCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts index a3eed3f33a5c9..be27a7dadb472 100644 --- a/clients/client-service-catalog/src/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/BatchAssociateServiceActionWithProvisioningArtifactCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts index 5d9273d3b6fdd..945141ffb1bbc 100644 --- a/clients/client-service-catalog/src/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/BatchDisassociateServiceActionFromProvisioningArtifactCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/CopyProductCommand.ts b/clients/client-service-catalog/src/commands/CopyProductCommand.ts index e66b51981e74d..c44ea6621b0fc 100644 --- a/clients/client-service-catalog/src/commands/CopyProductCommand.ts +++ b/clients/client-service-catalog/src/commands/CopyProductCommand.ts @@ -17,6 +17,10 @@ import { CopyProductInput, CopyProductOutput } from "../models/models_0"; import { de_CopyProductCommand, se_CopyProductCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/CreateConstraintCommand.ts b/clients/client-service-catalog/src/commands/CreateConstraintCommand.ts index ad431cdb1652e..5917ffa4b3e74 100644 --- a/clients/client-service-catalog/src/commands/CreateConstraintCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateConstraintCommand.ts @@ -17,6 +17,10 @@ import { CreateConstraintInput, CreateConstraintOutput } from "../models/models_ import { de_CreateConstraintCommand, se_CreateConstraintCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/CreatePortfolioCommand.ts b/clients/client-service-catalog/src/commands/CreatePortfolioCommand.ts index 847ae39f4a321..842ea1cebd54f 100644 --- a/clients/client-service-catalog/src/commands/CreatePortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/CreatePortfolioCommand.ts @@ -17,6 +17,10 @@ import { CreatePortfolioInput, CreatePortfolioOutput } from "../models/models_0" import { de_CreatePortfolioCommand, se_CreatePortfolioCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/CreatePortfolioShareCommand.ts b/clients/client-service-catalog/src/commands/CreatePortfolioShareCommand.ts index b3fa201e1db0c..a4f293b98465b 100644 --- a/clients/client-service-catalog/src/commands/CreatePortfolioShareCommand.ts +++ b/clients/client-service-catalog/src/commands/CreatePortfolioShareCommand.ts @@ -17,6 +17,10 @@ import { CreatePortfolioShareInput, CreatePortfolioShareOutput } from "../models import { de_CreatePortfolioShareCommand, se_CreatePortfolioShareCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/CreateProductCommand.ts b/clients/client-service-catalog/src/commands/CreateProductCommand.ts index d446704aa4a50..c71dbcba3ab44 100644 --- a/clients/client-service-catalog/src/commands/CreateProductCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateProductCommand.ts @@ -17,6 +17,10 @@ import { CreateProductInput, CreateProductOutput } from "../models/models_0"; import { de_CreateProductCommand, se_CreateProductCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/CreateProvisionedProductPlanCommand.ts b/clients/client-service-catalog/src/commands/CreateProvisionedProductPlanCommand.ts index d5eab1f08c92a..51d595217c70f 100644 --- a/clients/client-service-catalog/src/commands/CreateProvisionedProductPlanCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateProvisionedProductPlanCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/CreateProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/CreateProvisioningArtifactCommand.ts index 53303896faa7b..1d1161bfd4016 100644 --- a/clients/client-service-catalog/src/commands/CreateProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateProvisioningArtifactCommand.ts @@ -17,6 +17,10 @@ import { CreateProvisioningArtifactInput, CreateProvisioningArtifactOutput } fro import { de_CreateProvisioningArtifactCommand, se_CreateProvisioningArtifactCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/CreateServiceActionCommand.ts b/clients/client-service-catalog/src/commands/CreateServiceActionCommand.ts index 60ee261c622e7..8c8e966c905cb 100644 --- a/clients/client-service-catalog/src/commands/CreateServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateServiceActionCommand.ts @@ -17,6 +17,10 @@ import { CreateServiceActionInput, CreateServiceActionOutput } from "../models/m import { de_CreateServiceActionCommand, se_CreateServiceActionCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/CreateTagOptionCommand.ts b/clients/client-service-catalog/src/commands/CreateTagOptionCommand.ts index bc22a7df11c58..d4a3a79f15fa8 100644 --- a/clients/client-service-catalog/src/commands/CreateTagOptionCommand.ts +++ b/clients/client-service-catalog/src/commands/CreateTagOptionCommand.ts @@ -17,6 +17,10 @@ import { CreateTagOptionInput, CreateTagOptionOutput } from "../models/models_0" import { de_CreateTagOptionCommand, se_CreateTagOptionCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DeleteConstraintCommand.ts b/clients/client-service-catalog/src/commands/DeleteConstraintCommand.ts index 9b834f81226d8..423bf6b548fd3 100644 --- a/clients/client-service-catalog/src/commands/DeleteConstraintCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteConstraintCommand.ts @@ -17,6 +17,10 @@ import { DeleteConstraintInput, DeleteConstraintOutput } from "../models/models_ import { de_DeleteConstraintCommand, se_DeleteConstraintCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DeletePortfolioCommand.ts b/clients/client-service-catalog/src/commands/DeletePortfolioCommand.ts index 0c0177dada334..6f08f95d5ecd8 100644 --- a/clients/client-service-catalog/src/commands/DeletePortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/DeletePortfolioCommand.ts @@ -17,6 +17,10 @@ import { DeletePortfolioInput, DeletePortfolioOutput } from "../models/models_0" import { de_DeletePortfolioCommand, se_DeletePortfolioCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DeletePortfolioShareCommand.ts b/clients/client-service-catalog/src/commands/DeletePortfolioShareCommand.ts index 79c2c64f15784..10fe9ba16faba 100644 --- a/clients/client-service-catalog/src/commands/DeletePortfolioShareCommand.ts +++ b/clients/client-service-catalog/src/commands/DeletePortfolioShareCommand.ts @@ -17,6 +17,10 @@ import { DeletePortfolioShareInput, DeletePortfolioShareOutput } from "../models import { de_DeletePortfolioShareCommand, se_DeletePortfolioShareCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DeleteProductCommand.ts b/clients/client-service-catalog/src/commands/DeleteProductCommand.ts index 923fddcae431a..5321c930aa24d 100644 --- a/clients/client-service-catalog/src/commands/DeleteProductCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteProductCommand.ts @@ -17,6 +17,10 @@ import { DeleteProductInput, DeleteProductOutput } from "../models/models_0"; import { de_DeleteProductCommand, se_DeleteProductCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DeleteProvisionedProductPlanCommand.ts b/clients/client-service-catalog/src/commands/DeleteProvisionedProductPlanCommand.ts index bef8e5c68fc8b..19f6531048584 100644 --- a/clients/client-service-catalog/src/commands/DeleteProvisionedProductPlanCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteProvisionedProductPlanCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DeleteProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/DeleteProvisioningArtifactCommand.ts index 14e5f63386ea4..21d7acc50466b 100644 --- a/clients/client-service-catalog/src/commands/DeleteProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteProvisioningArtifactCommand.ts @@ -17,6 +17,10 @@ import { DeleteProvisioningArtifactInput, DeleteProvisioningArtifactOutput } fro import { de_DeleteProvisioningArtifactCommand, se_DeleteProvisioningArtifactCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DeleteServiceActionCommand.ts b/clients/client-service-catalog/src/commands/DeleteServiceActionCommand.ts index 2cbc9033331e7..6c934b6bb3e6e 100644 --- a/clients/client-service-catalog/src/commands/DeleteServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteServiceActionCommand.ts @@ -17,6 +17,10 @@ import { DeleteServiceActionInput, DeleteServiceActionOutput } from "../models/m import { de_DeleteServiceActionCommand, se_DeleteServiceActionCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DeleteTagOptionCommand.ts b/clients/client-service-catalog/src/commands/DeleteTagOptionCommand.ts index 43fb15ce329d1..e943c9a4eb521 100644 --- a/clients/client-service-catalog/src/commands/DeleteTagOptionCommand.ts +++ b/clients/client-service-catalog/src/commands/DeleteTagOptionCommand.ts @@ -17,6 +17,10 @@ import { DeleteTagOptionInput, DeleteTagOptionOutput } from "../models/models_0" import { de_DeleteTagOptionCommand, se_DeleteTagOptionCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DescribeConstraintCommand.ts b/clients/client-service-catalog/src/commands/DescribeConstraintCommand.ts index 1efa95c94b753..08e2c5c20bc8b 100644 --- a/clients/client-service-catalog/src/commands/DescribeConstraintCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeConstraintCommand.ts @@ -17,6 +17,10 @@ import { DescribeConstraintInput, DescribeConstraintOutput } from "../models/mod import { de_DescribeConstraintCommand, se_DescribeConstraintCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DescribeCopyProductStatusCommand.ts b/clients/client-service-catalog/src/commands/DescribeCopyProductStatusCommand.ts index 90d3372676200..0fa37aa375e08 100644 --- a/clients/client-service-catalog/src/commands/DescribeCopyProductStatusCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeCopyProductStatusCommand.ts @@ -17,6 +17,10 @@ import { DescribeCopyProductStatusInput, DescribeCopyProductStatusOutput } from import { de_DescribeCopyProductStatusCommand, se_DescribeCopyProductStatusCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DescribePortfolioCommand.ts b/clients/client-service-catalog/src/commands/DescribePortfolioCommand.ts index b704b29fa05d1..824238ecd6722 100644 --- a/clients/client-service-catalog/src/commands/DescribePortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribePortfolioCommand.ts @@ -17,6 +17,10 @@ import { DescribePortfolioInput, DescribePortfolioOutput } from "../models/model import { de_DescribePortfolioCommand, se_DescribePortfolioCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DescribePortfolioShareStatusCommand.ts b/clients/client-service-catalog/src/commands/DescribePortfolioShareStatusCommand.ts index ad1ed69cf4341..eab38d875801c 100644 --- a/clients/client-service-catalog/src/commands/DescribePortfolioShareStatusCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribePortfolioShareStatusCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DescribePortfolioSharesCommand.ts b/clients/client-service-catalog/src/commands/DescribePortfolioSharesCommand.ts index 9e3ee585f3af4..dd4ea258d0370 100644 --- a/clients/client-service-catalog/src/commands/DescribePortfolioSharesCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribePortfolioSharesCommand.ts @@ -17,6 +17,10 @@ import { DescribePortfolioSharesInput, DescribePortfolioSharesOutput } from "../ import { de_DescribePortfolioSharesCommand, se_DescribePortfolioSharesCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DescribeProductAsAdminCommand.ts b/clients/client-service-catalog/src/commands/DescribeProductAsAdminCommand.ts index 7d7ce62ea4983..4d5b112381280 100644 --- a/clients/client-service-catalog/src/commands/DescribeProductAsAdminCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProductAsAdminCommand.ts @@ -17,6 +17,10 @@ import { DescribeProductAsAdminInput, DescribeProductAsAdminOutput } from "../mo import { de_DescribeProductAsAdminCommand, se_DescribeProductAsAdminCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DescribeProductCommand.ts b/clients/client-service-catalog/src/commands/DescribeProductCommand.ts index 96d6d212d3618..89b54e428d77b 100644 --- a/clients/client-service-catalog/src/commands/DescribeProductCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProductCommand.ts @@ -17,6 +17,10 @@ import { DescribeProductInput, DescribeProductOutput } from "../models/models_0" import { de_DescribeProductCommand, se_DescribeProductCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DescribeProductViewCommand.ts b/clients/client-service-catalog/src/commands/DescribeProductViewCommand.ts index 0d3be4afadcd5..4bef4c31064c0 100644 --- a/clients/client-service-catalog/src/commands/DescribeProductViewCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProductViewCommand.ts @@ -17,6 +17,10 @@ import { DescribeProductViewInput, DescribeProductViewOutput } from "../models/m import { de_DescribeProductViewCommand, se_DescribeProductViewCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DescribeProvisionedProductCommand.ts b/clients/client-service-catalog/src/commands/DescribeProvisionedProductCommand.ts index cf3078e8a92ba..37b2d6b11e0fb 100644 --- a/clients/client-service-catalog/src/commands/DescribeProvisionedProductCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProvisionedProductCommand.ts @@ -17,6 +17,10 @@ import { DescribeProvisionedProductInput, DescribeProvisionedProductOutput } fro import { de_DescribeProvisionedProductCommand, se_DescribeProvisionedProductCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DescribeProvisionedProductPlanCommand.ts b/clients/client-service-catalog/src/commands/DescribeProvisionedProductPlanCommand.ts index 1d6db3f8b6973..a4cbbee347c58 100644 --- a/clients/client-service-catalog/src/commands/DescribeProvisionedProductPlanCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProvisionedProductPlanCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DescribeProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/DescribeProvisioningArtifactCommand.ts index fa7f816639910..568e6f0015611 100644 --- a/clients/client-service-catalog/src/commands/DescribeProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProvisioningArtifactCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DescribeProvisioningParametersCommand.ts b/clients/client-service-catalog/src/commands/DescribeProvisioningParametersCommand.ts index 4b61bc2064a82..af3ae98f25b1c 100644 --- a/clients/client-service-catalog/src/commands/DescribeProvisioningParametersCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeProvisioningParametersCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DescribeRecordCommand.ts b/clients/client-service-catalog/src/commands/DescribeRecordCommand.ts index 6d212f1d04828..b985688425e67 100644 --- a/clients/client-service-catalog/src/commands/DescribeRecordCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeRecordCommand.ts @@ -17,6 +17,10 @@ import { DescribeRecordInput, DescribeRecordOutput } from "../models/models_0"; import { de_DescribeRecordCommand, se_DescribeRecordCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DescribeServiceActionCommand.ts b/clients/client-service-catalog/src/commands/DescribeServiceActionCommand.ts index 86d7ddc0d5bca..3d807338bc155 100644 --- a/clients/client-service-catalog/src/commands/DescribeServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeServiceActionCommand.ts @@ -17,6 +17,10 @@ import { DescribeServiceActionInput, DescribeServiceActionOutput } from "../mode import { de_DescribeServiceActionCommand, se_DescribeServiceActionCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DescribeServiceActionExecutionParametersCommand.ts b/clients/client-service-catalog/src/commands/DescribeServiceActionExecutionParametersCommand.ts index 3eb2f2ba84609..5d7d176017617 100644 --- a/clients/client-service-catalog/src/commands/DescribeServiceActionExecutionParametersCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeServiceActionExecutionParametersCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DescribeTagOptionCommand.ts b/clients/client-service-catalog/src/commands/DescribeTagOptionCommand.ts index df25bb29d13af..60827fa32a24f 100644 --- a/clients/client-service-catalog/src/commands/DescribeTagOptionCommand.ts +++ b/clients/client-service-catalog/src/commands/DescribeTagOptionCommand.ts @@ -17,6 +17,10 @@ import { DescribeTagOptionInput, DescribeTagOptionOutput } from "../models/model import { de_DescribeTagOptionCommand, se_DescribeTagOptionCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DisableAWSOrganizationsAccessCommand.ts b/clients/client-service-catalog/src/commands/DisableAWSOrganizationsAccessCommand.ts index 80528116b7e47..3f750e0c52195 100644 --- a/clients/client-service-catalog/src/commands/DisableAWSOrganizationsAccessCommand.ts +++ b/clients/client-service-catalog/src/commands/DisableAWSOrganizationsAccessCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DisassociateBudgetFromResourceCommand.ts b/clients/client-service-catalog/src/commands/DisassociateBudgetFromResourceCommand.ts index 55ff01051ba54..4b257000395d1 100644 --- a/clients/client-service-catalog/src/commands/DisassociateBudgetFromResourceCommand.ts +++ b/clients/client-service-catalog/src/commands/DisassociateBudgetFromResourceCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DisassociatePrincipalFromPortfolioCommand.ts b/clients/client-service-catalog/src/commands/DisassociatePrincipalFromPortfolioCommand.ts index 15b15a46660b8..4352b9211387c 100644 --- a/clients/client-service-catalog/src/commands/DisassociatePrincipalFromPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/DisassociatePrincipalFromPortfolioCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DisassociateProductFromPortfolioCommand.ts b/clients/client-service-catalog/src/commands/DisassociateProductFromPortfolioCommand.ts index 1d728d078c237..0953de5e4ebdb 100644 --- a/clients/client-service-catalog/src/commands/DisassociateProductFromPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/DisassociateProductFromPortfolioCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts index 9b548c18698f3..6e2b0b4247735 100644 --- a/clients/client-service-catalog/src/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/DisassociateServiceActionFromProvisioningArtifactCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/DisassociateTagOptionFromResourceCommand.ts b/clients/client-service-catalog/src/commands/DisassociateTagOptionFromResourceCommand.ts index 5a35b26dd5d11..b021e1e0c523d 100644 --- a/clients/client-service-catalog/src/commands/DisassociateTagOptionFromResourceCommand.ts +++ b/clients/client-service-catalog/src/commands/DisassociateTagOptionFromResourceCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/EnableAWSOrganizationsAccessCommand.ts b/clients/client-service-catalog/src/commands/EnableAWSOrganizationsAccessCommand.ts index 7f2b03ed990a5..b9ffb2bc31ddd 100644 --- a/clients/client-service-catalog/src/commands/EnableAWSOrganizationsAccessCommand.ts +++ b/clients/client-service-catalog/src/commands/EnableAWSOrganizationsAccessCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ExecuteProvisionedProductPlanCommand.ts b/clients/client-service-catalog/src/commands/ExecuteProvisionedProductPlanCommand.ts index 1b1853ad082b9..93bf814f82eb1 100644 --- a/clients/client-service-catalog/src/commands/ExecuteProvisionedProductPlanCommand.ts +++ b/clients/client-service-catalog/src/commands/ExecuteProvisionedProductPlanCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ExecuteProvisionedProductServiceActionCommand.ts b/clients/client-service-catalog/src/commands/ExecuteProvisionedProductServiceActionCommand.ts index 581138d6eb6dd..634c0dc29c22e 100644 --- a/clients/client-service-catalog/src/commands/ExecuteProvisionedProductServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/ExecuteProvisionedProductServiceActionCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/GetAWSOrganizationsAccessStatusCommand.ts b/clients/client-service-catalog/src/commands/GetAWSOrganizationsAccessStatusCommand.ts index 9a151d2b6da5f..a55734ca3d3fd 100644 --- a/clients/client-service-catalog/src/commands/GetAWSOrganizationsAccessStatusCommand.ts +++ b/clients/client-service-catalog/src/commands/GetAWSOrganizationsAccessStatusCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/GetProvisionedProductOutputsCommand.ts b/clients/client-service-catalog/src/commands/GetProvisionedProductOutputsCommand.ts index 34faa56a54301..f0e011659274e 100644 --- a/clients/client-service-catalog/src/commands/GetProvisionedProductOutputsCommand.ts +++ b/clients/client-service-catalog/src/commands/GetProvisionedProductOutputsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ImportAsProvisionedProductCommand.ts b/clients/client-service-catalog/src/commands/ImportAsProvisionedProductCommand.ts index 488e1a4041336..73d04f460e613 100644 --- a/clients/client-service-catalog/src/commands/ImportAsProvisionedProductCommand.ts +++ b/clients/client-service-catalog/src/commands/ImportAsProvisionedProductCommand.ts @@ -17,6 +17,10 @@ import { ImportAsProvisionedProductInput, ImportAsProvisionedProductOutput } fro import { de_ImportAsProvisionedProductCommand, se_ImportAsProvisionedProductCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ListAcceptedPortfolioSharesCommand.ts b/clients/client-service-catalog/src/commands/ListAcceptedPortfolioSharesCommand.ts index 4a75aabe4a2fe..4d0c434db9232 100644 --- a/clients/client-service-catalog/src/commands/ListAcceptedPortfolioSharesCommand.ts +++ b/clients/client-service-catalog/src/commands/ListAcceptedPortfolioSharesCommand.ts @@ -17,6 +17,10 @@ import { ListAcceptedPortfolioSharesInput, ListAcceptedPortfolioSharesOutput } f import { de_ListAcceptedPortfolioSharesCommand, se_ListAcceptedPortfolioSharesCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ListBudgetsForResourceCommand.ts b/clients/client-service-catalog/src/commands/ListBudgetsForResourceCommand.ts index c8d85900a7cad..c9c4186f7b61a 100644 --- a/clients/client-service-catalog/src/commands/ListBudgetsForResourceCommand.ts +++ b/clients/client-service-catalog/src/commands/ListBudgetsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListBudgetsForResourceInput, ListBudgetsForResourceOutput } from "../mo import { de_ListBudgetsForResourceCommand, se_ListBudgetsForResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ListConstraintsForPortfolioCommand.ts b/clients/client-service-catalog/src/commands/ListConstraintsForPortfolioCommand.ts index bf5c2ec071b87..bec5ea19a0d16 100644 --- a/clients/client-service-catalog/src/commands/ListConstraintsForPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/ListConstraintsForPortfolioCommand.ts @@ -17,6 +17,10 @@ import { ListConstraintsForPortfolioInput, ListConstraintsForPortfolioOutput } f import { de_ListConstraintsForPortfolioCommand, se_ListConstraintsForPortfolioCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ListLaunchPathsCommand.ts b/clients/client-service-catalog/src/commands/ListLaunchPathsCommand.ts index 08fba4442cda1..fbaf89a23c7dc 100644 --- a/clients/client-service-catalog/src/commands/ListLaunchPathsCommand.ts +++ b/clients/client-service-catalog/src/commands/ListLaunchPathsCommand.ts @@ -17,6 +17,10 @@ import { ListLaunchPathsInput, ListLaunchPathsOutput } from "../models/models_0" import { de_ListLaunchPathsCommand, se_ListLaunchPathsCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ListOrganizationPortfolioAccessCommand.ts b/clients/client-service-catalog/src/commands/ListOrganizationPortfolioAccessCommand.ts index cd2860dc6de0d..6e966b98689cf 100644 --- a/clients/client-service-catalog/src/commands/ListOrganizationPortfolioAccessCommand.ts +++ b/clients/client-service-catalog/src/commands/ListOrganizationPortfolioAccessCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ListPortfolioAccessCommand.ts b/clients/client-service-catalog/src/commands/ListPortfolioAccessCommand.ts index fceff48d927e8..d19f3e774a44e 100644 --- a/clients/client-service-catalog/src/commands/ListPortfolioAccessCommand.ts +++ b/clients/client-service-catalog/src/commands/ListPortfolioAccessCommand.ts @@ -17,6 +17,10 @@ import { ListPortfolioAccessInput, ListPortfolioAccessOutput } from "../models/m import { de_ListPortfolioAccessCommand, se_ListPortfolioAccessCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ListPortfoliosCommand.ts b/clients/client-service-catalog/src/commands/ListPortfoliosCommand.ts index a00a39658fb1d..1a50131b7a3ce 100644 --- a/clients/client-service-catalog/src/commands/ListPortfoliosCommand.ts +++ b/clients/client-service-catalog/src/commands/ListPortfoliosCommand.ts @@ -17,6 +17,10 @@ import { ListPortfoliosInput, ListPortfoliosOutput } from "../models/models_0"; import { de_ListPortfoliosCommand, se_ListPortfoliosCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ListPortfoliosForProductCommand.ts b/clients/client-service-catalog/src/commands/ListPortfoliosForProductCommand.ts index e6924053bd19a..f935dc55560e6 100644 --- a/clients/client-service-catalog/src/commands/ListPortfoliosForProductCommand.ts +++ b/clients/client-service-catalog/src/commands/ListPortfoliosForProductCommand.ts @@ -17,6 +17,10 @@ import { ListPortfoliosForProductInput, ListPortfoliosForProductOutput } from ". import { de_ListPortfoliosForProductCommand, se_ListPortfoliosForProductCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ListPrincipalsForPortfolioCommand.ts b/clients/client-service-catalog/src/commands/ListPrincipalsForPortfolioCommand.ts index d47a72bff2aff..5970355958cb4 100644 --- a/clients/client-service-catalog/src/commands/ListPrincipalsForPortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/ListPrincipalsForPortfolioCommand.ts @@ -17,6 +17,10 @@ import { ListPrincipalsForPortfolioInput, ListPrincipalsForPortfolioOutput } fro import { de_ListPrincipalsForPortfolioCommand, se_ListPrincipalsForPortfolioCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ListProvisionedProductPlansCommand.ts b/clients/client-service-catalog/src/commands/ListProvisionedProductPlansCommand.ts index a5327312eca77..251acad79a0a7 100644 --- a/clients/client-service-catalog/src/commands/ListProvisionedProductPlansCommand.ts +++ b/clients/client-service-catalog/src/commands/ListProvisionedProductPlansCommand.ts @@ -17,6 +17,10 @@ import { ListProvisionedProductPlansInput, ListProvisionedProductPlansOutput } f import { de_ListProvisionedProductPlansCommand, se_ListProvisionedProductPlansCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ListProvisioningArtifactsCommand.ts b/clients/client-service-catalog/src/commands/ListProvisioningArtifactsCommand.ts index e16847e1e759c..db4741ada2ae3 100644 --- a/clients/client-service-catalog/src/commands/ListProvisioningArtifactsCommand.ts +++ b/clients/client-service-catalog/src/commands/ListProvisioningArtifactsCommand.ts @@ -17,6 +17,10 @@ import { ListProvisioningArtifactsInput, ListProvisioningArtifactsOutput } from import { de_ListProvisioningArtifactsCommand, se_ListProvisioningArtifactsCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ListProvisioningArtifactsForServiceActionCommand.ts b/clients/client-service-catalog/src/commands/ListProvisioningArtifactsForServiceActionCommand.ts index 58bd74c81601a..633de7cfce02d 100644 --- a/clients/client-service-catalog/src/commands/ListProvisioningArtifactsForServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/ListProvisioningArtifactsForServiceActionCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ListRecordHistoryCommand.ts b/clients/client-service-catalog/src/commands/ListRecordHistoryCommand.ts index c45dd1888045c..7eef5c876ff5c 100644 --- a/clients/client-service-catalog/src/commands/ListRecordHistoryCommand.ts +++ b/clients/client-service-catalog/src/commands/ListRecordHistoryCommand.ts @@ -17,6 +17,10 @@ import { ListRecordHistoryInput, ListRecordHistoryOutput } from "../models/model import { de_ListRecordHistoryCommand, se_ListRecordHistoryCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ListResourcesForTagOptionCommand.ts b/clients/client-service-catalog/src/commands/ListResourcesForTagOptionCommand.ts index 0dbd9bec9e95b..d6ce291915595 100644 --- a/clients/client-service-catalog/src/commands/ListResourcesForTagOptionCommand.ts +++ b/clients/client-service-catalog/src/commands/ListResourcesForTagOptionCommand.ts @@ -17,6 +17,10 @@ import { ListResourcesForTagOptionInput, ListResourcesForTagOptionOutput } from import { de_ListResourcesForTagOptionCommand, se_ListResourcesForTagOptionCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ListServiceActionsCommand.ts b/clients/client-service-catalog/src/commands/ListServiceActionsCommand.ts index 302b500183d6e..0454ecbff54a1 100644 --- a/clients/client-service-catalog/src/commands/ListServiceActionsCommand.ts +++ b/clients/client-service-catalog/src/commands/ListServiceActionsCommand.ts @@ -17,6 +17,10 @@ import { ListServiceActionsInput, ListServiceActionsOutput } from "../models/mod import { de_ListServiceActionsCommand, se_ListServiceActionsCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ListServiceActionsForProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/ListServiceActionsForProvisioningArtifactCommand.ts index 0c7bab72b5509..2a2d1cbb60a4f 100644 --- a/clients/client-service-catalog/src/commands/ListServiceActionsForProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/ListServiceActionsForProvisioningArtifactCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ListStackInstancesForProvisionedProductCommand.ts b/clients/client-service-catalog/src/commands/ListStackInstancesForProvisionedProductCommand.ts index c9762ef448b1e..05573899b84e0 100644 --- a/clients/client-service-catalog/src/commands/ListStackInstancesForProvisionedProductCommand.ts +++ b/clients/client-service-catalog/src/commands/ListStackInstancesForProvisionedProductCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ListTagOptionsCommand.ts b/clients/client-service-catalog/src/commands/ListTagOptionsCommand.ts index d8819d70e4903..fa6f512beb482 100644 --- a/clients/client-service-catalog/src/commands/ListTagOptionsCommand.ts +++ b/clients/client-service-catalog/src/commands/ListTagOptionsCommand.ts @@ -17,6 +17,10 @@ import { ListTagOptionsInput, ListTagOptionsOutput } from "../models/models_0"; import { de_ListTagOptionsCommand, se_ListTagOptionsCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/NotifyProvisionProductEngineWorkflowResultCommand.ts b/clients/client-service-catalog/src/commands/NotifyProvisionProductEngineWorkflowResultCommand.ts index 7e3bb68250258..928ae272bacae 100644 --- a/clients/client-service-catalog/src/commands/NotifyProvisionProductEngineWorkflowResultCommand.ts +++ b/clients/client-service-catalog/src/commands/NotifyProvisionProductEngineWorkflowResultCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.ts b/clients/client-service-catalog/src/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.ts index 67bcd1145d442..5bd6808d2f70a 100644 --- a/clients/client-service-catalog/src/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.ts +++ b/clients/client-service-catalog/src/commands/NotifyTerminateProvisionedProductEngineWorkflowResultCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.ts b/clients/client-service-catalog/src/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.ts index 8ea82bb10bac1..ef43d07c428d7 100644 --- a/clients/client-service-catalog/src/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.ts +++ b/clients/client-service-catalog/src/commands/NotifyUpdateProvisionedProductEngineWorkflowResultCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ProvisionProductCommand.ts b/clients/client-service-catalog/src/commands/ProvisionProductCommand.ts index 177bb9ed05a77..d4903c9c09e00 100644 --- a/clients/client-service-catalog/src/commands/ProvisionProductCommand.ts +++ b/clients/client-service-catalog/src/commands/ProvisionProductCommand.ts @@ -17,6 +17,10 @@ import { ProvisionProductInput, ProvisionProductOutput } from "../models/models_ import { de_ProvisionProductCommand, se_ProvisionProductCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/RejectPortfolioShareCommand.ts b/clients/client-service-catalog/src/commands/RejectPortfolioShareCommand.ts index b84aa1e470696..78b1dff45973a 100644 --- a/clients/client-service-catalog/src/commands/RejectPortfolioShareCommand.ts +++ b/clients/client-service-catalog/src/commands/RejectPortfolioShareCommand.ts @@ -17,6 +17,10 @@ import { RejectPortfolioShareInput, RejectPortfolioShareOutput } from "../models import { de_RejectPortfolioShareCommand, se_RejectPortfolioShareCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/ScanProvisionedProductsCommand.ts b/clients/client-service-catalog/src/commands/ScanProvisionedProductsCommand.ts index 122aaef558e0b..2b7d82a08978c 100644 --- a/clients/client-service-catalog/src/commands/ScanProvisionedProductsCommand.ts +++ b/clients/client-service-catalog/src/commands/ScanProvisionedProductsCommand.ts @@ -17,6 +17,10 @@ import { ScanProvisionedProductsInput, ScanProvisionedProductsOutput } from "../ import { de_ScanProvisionedProductsCommand, se_ScanProvisionedProductsCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/SearchProductsAsAdminCommand.ts b/clients/client-service-catalog/src/commands/SearchProductsAsAdminCommand.ts index bdaa8fc0064e0..ce0798d24a0b9 100644 --- a/clients/client-service-catalog/src/commands/SearchProductsAsAdminCommand.ts +++ b/clients/client-service-catalog/src/commands/SearchProductsAsAdminCommand.ts @@ -17,6 +17,10 @@ import { SearchProductsAsAdminInput, SearchProductsAsAdminOutput } from "../mode import { de_SearchProductsAsAdminCommand, se_SearchProductsAsAdminCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/SearchProductsCommand.ts b/clients/client-service-catalog/src/commands/SearchProductsCommand.ts index 61e0da1fd6a98..8507ff6250ef2 100644 --- a/clients/client-service-catalog/src/commands/SearchProductsCommand.ts +++ b/clients/client-service-catalog/src/commands/SearchProductsCommand.ts @@ -17,6 +17,10 @@ import { SearchProductsInput, SearchProductsOutput } from "../models/models_0"; import { de_SearchProductsCommand, se_SearchProductsCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/SearchProvisionedProductsCommand.ts b/clients/client-service-catalog/src/commands/SearchProvisionedProductsCommand.ts index da7aeffaf00ec..37c736ad32d56 100644 --- a/clients/client-service-catalog/src/commands/SearchProvisionedProductsCommand.ts +++ b/clients/client-service-catalog/src/commands/SearchProvisionedProductsCommand.ts @@ -17,6 +17,10 @@ import { SearchProvisionedProductsInput, SearchProvisionedProductsOutput } from import { de_SearchProvisionedProductsCommand, se_SearchProvisionedProductsCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/TerminateProvisionedProductCommand.ts b/clients/client-service-catalog/src/commands/TerminateProvisionedProductCommand.ts index 1d84b31ac6931..77dafcf9285ae 100644 --- a/clients/client-service-catalog/src/commands/TerminateProvisionedProductCommand.ts +++ b/clients/client-service-catalog/src/commands/TerminateProvisionedProductCommand.ts @@ -17,6 +17,10 @@ import { TerminateProvisionedProductInput, TerminateProvisionedProductOutput } f import { de_TerminateProvisionedProductCommand, se_TerminateProvisionedProductCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/UpdateConstraintCommand.ts b/clients/client-service-catalog/src/commands/UpdateConstraintCommand.ts index 6162d3b110deb..b3d164fc56434 100644 --- a/clients/client-service-catalog/src/commands/UpdateConstraintCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateConstraintCommand.ts @@ -17,6 +17,10 @@ import { UpdateConstraintInput, UpdateConstraintOutput } from "../models/models_ import { de_UpdateConstraintCommand, se_UpdateConstraintCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/UpdatePortfolioCommand.ts b/clients/client-service-catalog/src/commands/UpdatePortfolioCommand.ts index 8269c3d3f9c26..ccbf9788836ff 100644 --- a/clients/client-service-catalog/src/commands/UpdatePortfolioCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdatePortfolioCommand.ts @@ -17,6 +17,10 @@ import { UpdatePortfolioInput, UpdatePortfolioOutput } from "../models/models_0" import { de_UpdatePortfolioCommand, se_UpdatePortfolioCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/UpdatePortfolioShareCommand.ts b/clients/client-service-catalog/src/commands/UpdatePortfolioShareCommand.ts index 1600b3d5391e7..f8f3753928e37 100644 --- a/clients/client-service-catalog/src/commands/UpdatePortfolioShareCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdatePortfolioShareCommand.ts @@ -17,6 +17,10 @@ import { UpdatePortfolioShareInput, UpdatePortfolioShareOutput } from "../models import { de_UpdatePortfolioShareCommand, se_UpdatePortfolioShareCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/UpdateProductCommand.ts b/clients/client-service-catalog/src/commands/UpdateProductCommand.ts index f0a98a00993a9..6c14e488e34c3 100644 --- a/clients/client-service-catalog/src/commands/UpdateProductCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateProductCommand.ts @@ -17,6 +17,10 @@ import { UpdateProductInput, UpdateProductOutput } from "../models/models_0"; import { de_UpdateProductCommand, se_UpdateProductCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/UpdateProvisionedProductCommand.ts b/clients/client-service-catalog/src/commands/UpdateProvisionedProductCommand.ts index 03daa5c0ab0e6..ca74368399888 100644 --- a/clients/client-service-catalog/src/commands/UpdateProvisionedProductCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateProvisionedProductCommand.ts @@ -17,6 +17,10 @@ import { UpdateProvisionedProductInput, UpdateProvisionedProductOutput } from ". import { de_UpdateProvisionedProductCommand, se_UpdateProvisionedProductCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/UpdateProvisionedProductPropertiesCommand.ts b/clients/client-service-catalog/src/commands/UpdateProvisionedProductPropertiesCommand.ts index 17fde9f31016c..bd31ef7aa8574 100644 --- a/clients/client-service-catalog/src/commands/UpdateProvisionedProductPropertiesCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateProvisionedProductPropertiesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/UpdateProvisioningArtifactCommand.ts b/clients/client-service-catalog/src/commands/UpdateProvisioningArtifactCommand.ts index 91267850160a8..b9960dacd7da4 100644 --- a/clients/client-service-catalog/src/commands/UpdateProvisioningArtifactCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateProvisioningArtifactCommand.ts @@ -17,6 +17,10 @@ import { UpdateProvisioningArtifactInput, UpdateProvisioningArtifactOutput } fro import { de_UpdateProvisioningArtifactCommand, se_UpdateProvisioningArtifactCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/UpdateServiceActionCommand.ts b/clients/client-service-catalog/src/commands/UpdateServiceActionCommand.ts index c2283700c9fc8..837f5f4f2fb87 100644 --- a/clients/client-service-catalog/src/commands/UpdateServiceActionCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateServiceActionCommand.ts @@ -17,6 +17,10 @@ import { UpdateServiceActionInput, UpdateServiceActionOutput } from "../models/m import { de_UpdateServiceActionCommand, se_UpdateServiceActionCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/commands/UpdateTagOptionCommand.ts b/clients/client-service-catalog/src/commands/UpdateTagOptionCommand.ts index 279c55399f748..df3f37e4b88d2 100644 --- a/clients/client-service-catalog/src/commands/UpdateTagOptionCommand.ts +++ b/clients/client-service-catalog/src/commands/UpdateTagOptionCommand.ts @@ -17,6 +17,10 @@ import { UpdateTagOptionInput, UpdateTagOptionOutput } from "../models/models_0" import { de_UpdateTagOptionCommand, se_UpdateTagOptionCommand } from "../protocols/Aws_json1_1"; import { ServiceCatalogClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-catalog/src/index.ts b/clients/client-service-catalog/src/index.ts index afb42b61447ec..9750cf5a6e6c3 100644 --- a/clients/client-service-catalog/src/index.ts +++ b/clients/client-service-catalog/src/index.ts @@ -1,8 +1,20 @@ -export * from "./ServiceCatalog"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Service Catalog + *

+ * Service Catalog enables + * organizations to create and manage catalogs of IT services that are approved for Amazon Web Services. To + * get the most out of this documentation, you should be familiar with the terminology + * discussed in Service Catalog + * Concepts.

+ * + * @packageDocumentation + */ export * from "./ServiceCatalogClient"; +export * from "./ServiceCatalog"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ServiceCatalogServiceException } from "./models/ServiceCatalogServiceException"; diff --git a/clients/client-service-catalog/src/models/ServiceCatalogServiceException.ts b/clients/client-service-catalog/src/models/ServiceCatalogServiceException.ts index d18f5b4c5897d..4d50d0ac9f2ab 100644 --- a/clients/client-service-catalog/src/models/ServiceCatalogServiceException.ts +++ b/clients/client-service-catalog/src/models/ServiceCatalogServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-service-quotas/src/ServiceQuotasClient.ts b/clients/client-service-quotas/src/ServiceQuotasClient.ts index 341ce822c8dc6..9c6d0018c4937 100644 --- a/clients/client-service-quotas/src/ServiceQuotasClient.ts +++ b/clients/client-service-quotas/src/ServiceQuotasClient.ts @@ -120,6 +120,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -295,7 +297,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ServiceQuotasClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ServiceQuotasClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -314,7 +316,7 @@ export interface ServiceQuotasClientConfig extends ServiceQuotasClientConfigType /** * @public */ -type ServiceQuotasClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ServiceQuotasClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-service-quotas/src/commands/AssociateServiceQuotaTemplateCommand.ts b/clients/client-service-quotas/src/commands/AssociateServiceQuotaTemplateCommand.ts index b23377cc6b21c..0c5cf72b9cdc9 100644 --- a/clients/client-service-quotas/src/commands/AssociateServiceQuotaTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/AssociateServiceQuotaTemplateCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-quotas/src/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.ts b/clients/client-service-quotas/src/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.ts index 4e025a93741f8..73f58e6970a3e 100644 --- a/clients/client-service-quotas/src/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/DeleteServiceQuotaIncreaseRequestFromTemplateCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-quotas/src/commands/DisassociateServiceQuotaTemplateCommand.ts b/clients/client-service-quotas/src/commands/DisassociateServiceQuotaTemplateCommand.ts index 0193db890522f..6359fb09d0c8b 100644 --- a/clients/client-service-quotas/src/commands/DisassociateServiceQuotaTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/DisassociateServiceQuotaTemplateCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-quotas/src/commands/GetAWSDefaultServiceQuotaCommand.ts b/clients/client-service-quotas/src/commands/GetAWSDefaultServiceQuotaCommand.ts index 8aa232e80987e..e4b01c66cec1c 100644 --- a/clients/client-service-quotas/src/commands/GetAWSDefaultServiceQuotaCommand.ts +++ b/clients/client-service-quotas/src/commands/GetAWSDefaultServiceQuotaCommand.ts @@ -17,6 +17,10 @@ import { GetAWSDefaultServiceQuotaRequest, GetAWSDefaultServiceQuotaResponse } f import { de_GetAWSDefaultServiceQuotaCommand, se_GetAWSDefaultServiceQuotaCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-quotas/src/commands/GetAssociationForServiceQuotaTemplateCommand.ts b/clients/client-service-quotas/src/commands/GetAssociationForServiceQuotaTemplateCommand.ts index f1a3228e160cf..f62f997bdc629 100644 --- a/clients/client-service-quotas/src/commands/GetAssociationForServiceQuotaTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/GetAssociationForServiceQuotaTemplateCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-quotas/src/commands/GetRequestedServiceQuotaChangeCommand.ts b/clients/client-service-quotas/src/commands/GetRequestedServiceQuotaChangeCommand.ts index 599ab1d7cff00..1bbb17038536b 100644 --- a/clients/client-service-quotas/src/commands/GetRequestedServiceQuotaChangeCommand.ts +++ b/clients/client-service-quotas/src/commands/GetRequestedServiceQuotaChangeCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-quotas/src/commands/GetServiceQuotaCommand.ts b/clients/client-service-quotas/src/commands/GetServiceQuotaCommand.ts index 19df8babe1a08..59e4eaee62b0b 100644 --- a/clients/client-service-quotas/src/commands/GetServiceQuotaCommand.ts +++ b/clients/client-service-quotas/src/commands/GetServiceQuotaCommand.ts @@ -17,6 +17,10 @@ import { GetServiceQuotaRequest, GetServiceQuotaResponse } from "../models/model import { de_GetServiceQuotaCommand, se_GetServiceQuotaCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-quotas/src/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.ts b/clients/client-service-quotas/src/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.ts index 0e7afe91bf8a0..04471be5dcb72 100644 --- a/clients/client-service-quotas/src/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/GetServiceQuotaIncreaseRequestFromTemplateCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-quotas/src/commands/ListAWSDefaultServiceQuotasCommand.ts b/clients/client-service-quotas/src/commands/ListAWSDefaultServiceQuotasCommand.ts index 1729386919a53..5d0d113ac5ee3 100644 --- a/clients/client-service-quotas/src/commands/ListAWSDefaultServiceQuotasCommand.ts +++ b/clients/client-service-quotas/src/commands/ListAWSDefaultServiceQuotasCommand.ts @@ -17,6 +17,10 @@ import { ListAWSDefaultServiceQuotasRequest, ListAWSDefaultServiceQuotasResponse import { de_ListAWSDefaultServiceQuotasCommand, se_ListAWSDefaultServiceQuotasCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.ts b/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.ts index 2d0616f47ce79..e4d0642053dcb 100644 --- a/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.ts +++ b/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryByQuotaCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryCommand.ts b/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryCommand.ts index 97b856a0e6620..ea7acb5ef71b5 100644 --- a/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryCommand.ts +++ b/clients/client-service-quotas/src/commands/ListRequestedServiceQuotaChangeHistoryCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-quotas/src/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.ts b/clients/client-service-quotas/src/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.ts index 5800d2d4eb083..057d4bc55a843 100644 --- a/clients/client-service-quotas/src/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/ListServiceQuotaIncreaseRequestsInTemplateCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-quotas/src/commands/ListServiceQuotasCommand.ts b/clients/client-service-quotas/src/commands/ListServiceQuotasCommand.ts index c34cfcc0c4e4c..5f15a1b22193c 100644 --- a/clients/client-service-quotas/src/commands/ListServiceQuotasCommand.ts +++ b/clients/client-service-quotas/src/commands/ListServiceQuotasCommand.ts @@ -17,6 +17,10 @@ import { ListServiceQuotasRequest, ListServiceQuotasResponse } from "../models/m import { de_ListServiceQuotasCommand, se_ListServiceQuotasCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-quotas/src/commands/ListServicesCommand.ts b/clients/client-service-quotas/src/commands/ListServicesCommand.ts index 6ba62433fef5f..0422471b307a8 100644 --- a/clients/client-service-quotas/src/commands/ListServicesCommand.ts +++ b/clients/client-service-quotas/src/commands/ListServicesCommand.ts @@ -17,6 +17,10 @@ import { ListServicesRequest, ListServicesResponse } from "../models/models_0"; import { de_ListServicesCommand, se_ListServicesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-quotas/src/commands/ListTagsForResourceCommand.ts b/clients/client-service-quotas/src/commands/ListTagsForResourceCommand.ts index ded9a589282ea..0e5dbd9abb258 100644 --- a/clients/client-service-quotas/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-service-quotas/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-quotas/src/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.ts b/clients/client-service-quotas/src/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.ts index 4fc7643c52701..ddfde6465605a 100644 --- a/clients/client-service-quotas/src/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.ts +++ b/clients/client-service-quotas/src/commands/PutServiceQuotaIncreaseRequestIntoTemplateCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-quotas/src/commands/RequestServiceQuotaIncreaseCommand.ts b/clients/client-service-quotas/src/commands/RequestServiceQuotaIncreaseCommand.ts index 07e51c42c9231..c390d2c782115 100644 --- a/clients/client-service-quotas/src/commands/RequestServiceQuotaIncreaseCommand.ts +++ b/clients/client-service-quotas/src/commands/RequestServiceQuotaIncreaseCommand.ts @@ -17,6 +17,10 @@ import { RequestServiceQuotaIncreaseRequest, RequestServiceQuotaIncreaseResponse import { de_RequestServiceQuotaIncreaseCommand, se_RequestServiceQuotaIncreaseCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-quotas/src/commands/TagResourceCommand.ts b/clients/client-service-quotas/src/commands/TagResourceCommand.ts index c9ab4453f5a7c..5ac2dfea669c5 100644 --- a/clients/client-service-quotas/src/commands/TagResourceCommand.ts +++ b/clients/client-service-quotas/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-quotas/src/commands/UntagResourceCommand.ts b/clients/client-service-quotas/src/commands/UntagResourceCommand.ts index 0b0f1630555fc..9231d06ef85e1 100644 --- a/clients/client-service-quotas/src/commands/UntagResourceCommand.ts +++ b/clients/client-service-quotas/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ServiceQuotasClientResolvedConfig } from "../ServiceQuotasClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-service-quotas/src/index.ts b/clients/client-service-quotas/src/index.ts index 2931cffb20471..0b293a0b23153 100644 --- a/clients/client-service-quotas/src/index.ts +++ b/clients/client-service-quotas/src/index.ts @@ -1,8 +1,16 @@ -export * from "./ServiceQuotas"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

With Service Quotas, you can view and manage your quotas easily as your AWS workloads + * grow. Quotas, also referred to as limits, are the maximum number of resources that you can + * create in your AWS account. For more information, see the Service Quotas User Guide.

+ * + * @packageDocumentation + */ export * from "./ServiceQuotasClient"; +export * from "./ServiceQuotas"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ServiceQuotasServiceException } from "./models/ServiceQuotasServiceException"; diff --git a/clients/client-service-quotas/src/models/ServiceQuotasServiceException.ts b/clients/client-service-quotas/src/models/ServiceQuotasServiceException.ts index c932000023bf9..5292c98490d5a 100644 --- a/clients/client-service-quotas/src/models/ServiceQuotasServiceException.ts +++ b/clients/client-service-quotas/src/models/ServiceQuotasServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-servicediscovery/src/ServiceDiscoveryClient.ts b/clients/client-servicediscovery/src/ServiceDiscoveryClient.ts index 9885e14311949..4bc72fee98c76 100644 --- a/clients/client-servicediscovery/src/ServiceDiscoveryClient.ts +++ b/clients/client-servicediscovery/src/ServiceDiscoveryClient.ts @@ -112,6 +112,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -301,7 +303,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ServiceDiscoveryClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ServiceDiscoveryClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -320,7 +322,7 @@ export interface ServiceDiscoveryClientConfig extends ServiceDiscoveryClientConf /** * @public */ -type ServiceDiscoveryClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ServiceDiscoveryClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-servicediscovery/src/commands/CreateHttpNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/CreateHttpNamespaceCommand.ts index 44a82750adcb9..db9e23e926187 100644 --- a/clients/client-servicediscovery/src/commands/CreateHttpNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/CreateHttpNamespaceCommand.ts @@ -17,6 +17,10 @@ import { CreateHttpNamespaceRequest, CreateHttpNamespaceResponse } from "../mode import { de_CreateHttpNamespaceCommand, se_CreateHttpNamespaceCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/CreatePrivateDnsNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/CreatePrivateDnsNamespaceCommand.ts index 861aa8d35b1e6..507030c9259f7 100644 --- a/clients/client-servicediscovery/src/commands/CreatePrivateDnsNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/CreatePrivateDnsNamespaceCommand.ts @@ -17,6 +17,10 @@ import { CreatePrivateDnsNamespaceRequest, CreatePrivateDnsNamespaceResponse } f import { de_CreatePrivateDnsNamespaceCommand, se_CreatePrivateDnsNamespaceCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/CreatePublicDnsNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/CreatePublicDnsNamespaceCommand.ts index 9af072c443f00..9a0f64a656e14 100644 --- a/clients/client-servicediscovery/src/commands/CreatePublicDnsNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/CreatePublicDnsNamespaceCommand.ts @@ -17,6 +17,10 @@ import { CreatePublicDnsNamespaceRequest, CreatePublicDnsNamespaceResponse } fro import { de_CreatePublicDnsNamespaceCommand, se_CreatePublicDnsNamespaceCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/CreateServiceCommand.ts b/clients/client-servicediscovery/src/commands/CreateServiceCommand.ts index c6edff4413c4b..ba378cdfda820 100644 --- a/clients/client-servicediscovery/src/commands/CreateServiceCommand.ts +++ b/clients/client-servicediscovery/src/commands/CreateServiceCommand.ts @@ -17,6 +17,10 @@ import { CreateServiceRequest, CreateServiceResponse } from "../models/models_0" import { de_CreateServiceCommand, se_CreateServiceCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/DeleteNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/DeleteNamespaceCommand.ts index e505a0c1bb3fc..52c5660f3cf82 100644 --- a/clients/client-servicediscovery/src/commands/DeleteNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/DeleteNamespaceCommand.ts @@ -17,6 +17,10 @@ import { DeleteNamespaceRequest, DeleteNamespaceResponse } from "../models/model import { de_DeleteNamespaceCommand, se_DeleteNamespaceCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/DeleteServiceCommand.ts b/clients/client-servicediscovery/src/commands/DeleteServiceCommand.ts index 4e7d08c85011c..82cb12141a631 100644 --- a/clients/client-servicediscovery/src/commands/DeleteServiceCommand.ts +++ b/clients/client-servicediscovery/src/commands/DeleteServiceCommand.ts @@ -17,6 +17,10 @@ import { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0" import { de_DeleteServiceCommand, se_DeleteServiceCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/DeregisterInstanceCommand.ts b/clients/client-servicediscovery/src/commands/DeregisterInstanceCommand.ts index 71ff55ae3e8d0..ca444d5ccb971 100644 --- a/clients/client-servicediscovery/src/commands/DeregisterInstanceCommand.ts +++ b/clients/client-servicediscovery/src/commands/DeregisterInstanceCommand.ts @@ -17,6 +17,10 @@ import { DeregisterInstanceRequest, DeregisterInstanceResponse } from "../models import { de_DeregisterInstanceCommand, se_DeregisterInstanceCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/DiscoverInstancesCommand.ts b/clients/client-servicediscovery/src/commands/DiscoverInstancesCommand.ts index 24ee627a457d4..6eac236b2e2d1 100644 --- a/clients/client-servicediscovery/src/commands/DiscoverInstancesCommand.ts +++ b/clients/client-servicediscovery/src/commands/DiscoverInstancesCommand.ts @@ -17,6 +17,10 @@ import { DiscoverInstancesRequest, DiscoverInstancesResponse } from "../models/m import { de_DiscoverInstancesCommand, se_DiscoverInstancesCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/GetInstanceCommand.ts b/clients/client-servicediscovery/src/commands/GetInstanceCommand.ts index b6e187004fe59..e14f334eadf86 100644 --- a/clients/client-servicediscovery/src/commands/GetInstanceCommand.ts +++ b/clients/client-servicediscovery/src/commands/GetInstanceCommand.ts @@ -17,6 +17,10 @@ import { GetInstanceRequest, GetInstanceResponse } from "../models/models_0"; import { de_GetInstanceCommand, se_GetInstanceCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/GetInstancesHealthStatusCommand.ts b/clients/client-servicediscovery/src/commands/GetInstancesHealthStatusCommand.ts index 49993648843f5..6e1507c920c78 100644 --- a/clients/client-servicediscovery/src/commands/GetInstancesHealthStatusCommand.ts +++ b/clients/client-servicediscovery/src/commands/GetInstancesHealthStatusCommand.ts @@ -17,6 +17,10 @@ import { GetInstancesHealthStatusRequest, GetInstancesHealthStatusResponse } fro import { de_GetInstancesHealthStatusCommand, se_GetInstancesHealthStatusCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/GetNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/GetNamespaceCommand.ts index be1e5a71c4649..9e95cff4069f8 100644 --- a/clients/client-servicediscovery/src/commands/GetNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/GetNamespaceCommand.ts @@ -17,6 +17,10 @@ import { GetNamespaceRequest, GetNamespaceResponse } from "../models/models_0"; import { de_GetNamespaceCommand, se_GetNamespaceCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/GetOperationCommand.ts b/clients/client-servicediscovery/src/commands/GetOperationCommand.ts index 1392b667e5222..3283a70de107d 100644 --- a/clients/client-servicediscovery/src/commands/GetOperationCommand.ts +++ b/clients/client-servicediscovery/src/commands/GetOperationCommand.ts @@ -17,6 +17,10 @@ import { GetOperationRequest, GetOperationResponse } from "../models/models_0"; import { de_GetOperationCommand, se_GetOperationCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/GetServiceCommand.ts b/clients/client-servicediscovery/src/commands/GetServiceCommand.ts index 68de4db9e845c..94a8129773604 100644 --- a/clients/client-servicediscovery/src/commands/GetServiceCommand.ts +++ b/clients/client-servicediscovery/src/commands/GetServiceCommand.ts @@ -17,6 +17,10 @@ import { GetServiceRequest, GetServiceResponse } from "../models/models_0"; import { de_GetServiceCommand, se_GetServiceCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/ListInstancesCommand.ts b/clients/client-servicediscovery/src/commands/ListInstancesCommand.ts index 9eaf879ac0fb7..b934edfd8fa98 100644 --- a/clients/client-servicediscovery/src/commands/ListInstancesCommand.ts +++ b/clients/client-servicediscovery/src/commands/ListInstancesCommand.ts @@ -17,6 +17,10 @@ import { ListInstancesRequest, ListInstancesResponse } from "../models/models_0" import { de_ListInstancesCommand, se_ListInstancesCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/ListNamespacesCommand.ts b/clients/client-servicediscovery/src/commands/ListNamespacesCommand.ts index c0071bf081cfd..630b863d18829 100644 --- a/clients/client-servicediscovery/src/commands/ListNamespacesCommand.ts +++ b/clients/client-servicediscovery/src/commands/ListNamespacesCommand.ts @@ -17,6 +17,10 @@ import { ListNamespacesRequest, ListNamespacesResponse } from "../models/models_ import { de_ListNamespacesCommand, se_ListNamespacesCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/ListOperationsCommand.ts b/clients/client-servicediscovery/src/commands/ListOperationsCommand.ts index 7baeca19c1436..d5b5c2d234570 100644 --- a/clients/client-servicediscovery/src/commands/ListOperationsCommand.ts +++ b/clients/client-servicediscovery/src/commands/ListOperationsCommand.ts @@ -17,6 +17,10 @@ import { ListOperationsRequest, ListOperationsResponse } from "../models/models_ import { de_ListOperationsCommand, se_ListOperationsCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/ListServicesCommand.ts b/clients/client-servicediscovery/src/commands/ListServicesCommand.ts index d7f3866c5605e..b0d74b057f7fb 100644 --- a/clients/client-servicediscovery/src/commands/ListServicesCommand.ts +++ b/clients/client-servicediscovery/src/commands/ListServicesCommand.ts @@ -17,6 +17,10 @@ import { ListServicesRequest, ListServicesResponse } from "../models/models_0"; import { de_ListServicesCommand, se_ListServicesCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/ListTagsForResourceCommand.ts b/clients/client-servicediscovery/src/commands/ListTagsForResourceCommand.ts index 2ed9541fdacea..c83410561c14f 100644 --- a/clients/client-servicediscovery/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-servicediscovery/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/RegisterInstanceCommand.ts b/clients/client-servicediscovery/src/commands/RegisterInstanceCommand.ts index 5196829ba5008..1d7a3299a7c07 100644 --- a/clients/client-servicediscovery/src/commands/RegisterInstanceCommand.ts +++ b/clients/client-servicediscovery/src/commands/RegisterInstanceCommand.ts @@ -17,6 +17,10 @@ import { RegisterInstanceRequest, RegisterInstanceResponse } from "../models/mod import { de_RegisterInstanceCommand, se_RegisterInstanceCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/TagResourceCommand.ts b/clients/client-servicediscovery/src/commands/TagResourceCommand.ts index ee6d5c7ae0e67..a825ed59a2022 100644 --- a/clients/client-servicediscovery/src/commands/TagResourceCommand.ts +++ b/clients/client-servicediscovery/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/UntagResourceCommand.ts b/clients/client-servicediscovery/src/commands/UntagResourceCommand.ts index 051139d665806..8461447e78e87 100644 --- a/clients/client-servicediscovery/src/commands/UntagResourceCommand.ts +++ b/clients/client-servicediscovery/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/UpdateHttpNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/UpdateHttpNamespaceCommand.ts index f5d578f42c63e..26f5c535b6759 100644 --- a/clients/client-servicediscovery/src/commands/UpdateHttpNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/UpdateHttpNamespaceCommand.ts @@ -17,6 +17,10 @@ import { UpdateHttpNamespaceRequest, UpdateHttpNamespaceResponse } from "../mode import { de_UpdateHttpNamespaceCommand, se_UpdateHttpNamespaceCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/UpdateInstanceCustomHealthStatusCommand.ts b/clients/client-servicediscovery/src/commands/UpdateInstanceCustomHealthStatusCommand.ts index ff738524851c6..502dc74e8d2b3 100644 --- a/clients/client-servicediscovery/src/commands/UpdateInstanceCustomHealthStatusCommand.ts +++ b/clients/client-servicediscovery/src/commands/UpdateInstanceCustomHealthStatusCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/UpdatePrivateDnsNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/UpdatePrivateDnsNamespaceCommand.ts index 240c4a888f4c6..55cac54902bd5 100644 --- a/clients/client-servicediscovery/src/commands/UpdatePrivateDnsNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/UpdatePrivateDnsNamespaceCommand.ts @@ -17,6 +17,10 @@ import { UpdatePrivateDnsNamespaceRequest, UpdatePrivateDnsNamespaceResponse } f import { de_UpdatePrivateDnsNamespaceCommand, se_UpdatePrivateDnsNamespaceCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/UpdatePublicDnsNamespaceCommand.ts b/clients/client-servicediscovery/src/commands/UpdatePublicDnsNamespaceCommand.ts index 7c0b75af9da0a..81a93f785933f 100644 --- a/clients/client-servicediscovery/src/commands/UpdatePublicDnsNamespaceCommand.ts +++ b/clients/client-servicediscovery/src/commands/UpdatePublicDnsNamespaceCommand.ts @@ -17,6 +17,10 @@ import { UpdatePublicDnsNamespaceRequest, UpdatePublicDnsNamespaceResponse } fro import { de_UpdatePublicDnsNamespaceCommand, se_UpdatePublicDnsNamespaceCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/commands/UpdateServiceCommand.ts b/clients/client-servicediscovery/src/commands/UpdateServiceCommand.ts index 5db859b6eb07b..3e3e0775a7c1d 100644 --- a/clients/client-servicediscovery/src/commands/UpdateServiceCommand.ts +++ b/clients/client-servicediscovery/src/commands/UpdateServiceCommand.ts @@ -17,6 +17,10 @@ import { UpdateServiceRequest, UpdateServiceResponse } from "../models/models_0" import { de_UpdateServiceCommand, se_UpdateServiceCommand } from "../protocols/Aws_json1_1"; import { ServiceDiscoveryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceDiscoveryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-servicediscovery/src/index.ts b/clients/client-servicediscovery/src/index.ts index b175b452f16db..a258227a19219 100644 --- a/clients/client-servicediscovery/src/index.ts +++ b/clients/client-servicediscovery/src/index.ts @@ -1,8 +1,20 @@ -export * from "./ServiceDiscovery"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Cloud Map + *

With Cloud Map, you can configure public DNS, private DNS, or HTTP namespaces that your + * microservice applications run in. When an instance becomes available, you can call the Cloud Map + * API to register the instance with Cloud Map. For public or private DNS namespaces, Cloud Map + * automatically creates DNS records and an optional health check. Clients that submit public or + * private DNS queries, or HTTP requests, for the service receive an answer that contains up to + * eight healthy records.

+ * + * @packageDocumentation + */ export * from "./ServiceDiscoveryClient"; +export * from "./ServiceDiscovery"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ServiceDiscoveryServiceException } from "./models/ServiceDiscoveryServiceException"; diff --git a/clients/client-servicediscovery/src/models/ServiceDiscoveryServiceException.ts b/clients/client-servicediscovery/src/models/ServiceDiscoveryServiceException.ts index 75f971e3f8063..e4c8bdeff2ae9 100644 --- a/clients/client-servicediscovery/src/models/ServiceDiscoveryServiceException.ts +++ b/clients/client-servicediscovery/src/models/ServiceDiscoveryServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-ses/src/SESClient.ts b/clients/client-ses/src/SESClient.ts index 54ced833d6d32..612c11feaea70 100644 --- a/clients/client-ses/src/SESClient.ts +++ b/clients/client-ses/src/SESClient.ts @@ -280,6 +280,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -559,7 +561,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SESClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SESClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -578,7 +580,7 @@ export interface SESClientConfig extends SESClientConfigType {} /** * @public */ -type SESClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SESClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-ses/src/commands/CloneReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/CloneReceiptRuleSetCommand.ts index 5309cf9d38c86..6247afe8b0e5c 100644 --- a/clients/client-ses/src/commands/CloneReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/CloneReceiptRuleSetCommand.ts @@ -17,6 +17,10 @@ import { CloneReceiptRuleSetRequest, CloneReceiptRuleSetResponse } from "../mode import { de_CloneReceiptRuleSetCommand, se_CloneReceiptRuleSetCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/CreateConfigurationSetCommand.ts b/clients/client-ses/src/commands/CreateConfigurationSetCommand.ts index 218d61fb33821..8738f9b1409a8 100644 --- a/clients/client-ses/src/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-ses/src/commands/CreateConfigurationSetCommand.ts @@ -17,6 +17,10 @@ import { CreateConfigurationSetRequest, CreateConfigurationSetResponse } from ". import { de_CreateConfigurationSetCommand, se_CreateConfigurationSetCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/CreateConfigurationSetEventDestinationCommand.ts b/clients/client-ses/src/commands/CreateConfigurationSetEventDestinationCommand.ts index 006999fd3428f..8c74ebfb3ffa6 100644 --- a/clients/client-ses/src/commands/CreateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-ses/src/commands/CreateConfigurationSetEventDestinationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/CreateConfigurationSetTrackingOptionsCommand.ts b/clients/client-ses/src/commands/CreateConfigurationSetTrackingOptionsCommand.ts index 84778ae6ba182..624764042720b 100644 --- a/clients/client-ses/src/commands/CreateConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-ses/src/commands/CreateConfigurationSetTrackingOptionsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/CreateCustomVerificationEmailTemplateCommand.ts b/clients/client-ses/src/commands/CreateCustomVerificationEmailTemplateCommand.ts index 8328679cfd52e..5d16f55ffaf62 100644 --- a/clients/client-ses/src/commands/CreateCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-ses/src/commands/CreateCustomVerificationEmailTemplateCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/CreateReceiptFilterCommand.ts b/clients/client-ses/src/commands/CreateReceiptFilterCommand.ts index bfa5980a7ca50..3866fa683d3ab 100644 --- a/clients/client-ses/src/commands/CreateReceiptFilterCommand.ts +++ b/clients/client-ses/src/commands/CreateReceiptFilterCommand.ts @@ -17,6 +17,10 @@ import { CreateReceiptFilterRequest, CreateReceiptFilterResponse } from "../mode import { de_CreateReceiptFilterCommand, se_CreateReceiptFilterCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/CreateReceiptRuleCommand.ts b/clients/client-ses/src/commands/CreateReceiptRuleCommand.ts index a44c730c8b9fd..dedafd80bea96 100644 --- a/clients/client-ses/src/commands/CreateReceiptRuleCommand.ts +++ b/clients/client-ses/src/commands/CreateReceiptRuleCommand.ts @@ -17,6 +17,10 @@ import { CreateReceiptRuleRequest, CreateReceiptRuleResponse } from "../models/m import { de_CreateReceiptRuleCommand, se_CreateReceiptRuleCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/CreateReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/CreateReceiptRuleSetCommand.ts index 212667be5b15d..c1bfc4b53c816 100644 --- a/clients/client-ses/src/commands/CreateReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/CreateReceiptRuleSetCommand.ts @@ -17,6 +17,10 @@ import { CreateReceiptRuleSetRequest, CreateReceiptRuleSetResponse } from "../mo import { de_CreateReceiptRuleSetCommand, se_CreateReceiptRuleSetCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/CreateTemplateCommand.ts b/clients/client-ses/src/commands/CreateTemplateCommand.ts index 627dc2cb6c164..387b0fb084d15 100644 --- a/clients/client-ses/src/commands/CreateTemplateCommand.ts +++ b/clients/client-ses/src/commands/CreateTemplateCommand.ts @@ -17,6 +17,10 @@ import { CreateTemplateRequest, CreateTemplateResponse } from "../models/models_ import { de_CreateTemplateCommand, se_CreateTemplateCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/DeleteConfigurationSetCommand.ts b/clients/client-ses/src/commands/DeleteConfigurationSetCommand.ts index 1f1812c84881e..8c6b315371755 100644 --- a/clients/client-ses/src/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-ses/src/commands/DeleteConfigurationSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteConfigurationSetRequest, DeleteConfigurationSetResponse } from ". import { de_DeleteConfigurationSetCommand, se_DeleteConfigurationSetCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/DeleteConfigurationSetEventDestinationCommand.ts b/clients/client-ses/src/commands/DeleteConfigurationSetEventDestinationCommand.ts index 00cf4d42375f0..818b00584ab94 100644 --- a/clients/client-ses/src/commands/DeleteConfigurationSetEventDestinationCommand.ts +++ b/clients/client-ses/src/commands/DeleteConfigurationSetEventDestinationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/DeleteConfigurationSetTrackingOptionsCommand.ts b/clients/client-ses/src/commands/DeleteConfigurationSetTrackingOptionsCommand.ts index 07de0206444d7..cbd01e46184cc 100644 --- a/clients/client-ses/src/commands/DeleteConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-ses/src/commands/DeleteConfigurationSetTrackingOptionsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts b/clients/client-ses/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts index 5d44d34393a3e..a1afb06741514 100644 --- a/clients/client-ses/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-ses/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/DeleteIdentityCommand.ts b/clients/client-ses/src/commands/DeleteIdentityCommand.ts index 6455ea08b71a4..a31644add3b8f 100644 --- a/clients/client-ses/src/commands/DeleteIdentityCommand.ts +++ b/clients/client-ses/src/commands/DeleteIdentityCommand.ts @@ -17,6 +17,10 @@ import { DeleteIdentityRequest, DeleteIdentityResponse } from "../models/models_ import { de_DeleteIdentityCommand, se_DeleteIdentityCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/DeleteIdentityPolicyCommand.ts b/clients/client-ses/src/commands/DeleteIdentityPolicyCommand.ts index 754c04198933d..d302e94bdafce 100644 --- a/clients/client-ses/src/commands/DeleteIdentityPolicyCommand.ts +++ b/clients/client-ses/src/commands/DeleteIdentityPolicyCommand.ts @@ -17,6 +17,10 @@ import { DeleteIdentityPolicyRequest, DeleteIdentityPolicyResponse } from "../mo import { de_DeleteIdentityPolicyCommand, se_DeleteIdentityPolicyCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/DeleteReceiptFilterCommand.ts b/clients/client-ses/src/commands/DeleteReceiptFilterCommand.ts index 3a4a623540147..132909ecb0a1b 100644 --- a/clients/client-ses/src/commands/DeleteReceiptFilterCommand.ts +++ b/clients/client-ses/src/commands/DeleteReceiptFilterCommand.ts @@ -17,6 +17,10 @@ import { DeleteReceiptFilterRequest, DeleteReceiptFilterResponse } from "../mode import { de_DeleteReceiptFilterCommand, se_DeleteReceiptFilterCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/DeleteReceiptRuleCommand.ts b/clients/client-ses/src/commands/DeleteReceiptRuleCommand.ts index fd043d5531ed1..7501119022547 100644 --- a/clients/client-ses/src/commands/DeleteReceiptRuleCommand.ts +++ b/clients/client-ses/src/commands/DeleteReceiptRuleCommand.ts @@ -17,6 +17,10 @@ import { DeleteReceiptRuleRequest, DeleteReceiptRuleResponse } from "../models/m import { de_DeleteReceiptRuleCommand, se_DeleteReceiptRuleCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/DeleteReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/DeleteReceiptRuleSetCommand.ts index 25eca61e94f88..532ff8a8e0aab 100644 --- a/clients/client-ses/src/commands/DeleteReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/DeleteReceiptRuleSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteReceiptRuleSetRequest, DeleteReceiptRuleSetResponse } from "../mo import { de_DeleteReceiptRuleSetCommand, se_DeleteReceiptRuleSetCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/DeleteTemplateCommand.ts b/clients/client-ses/src/commands/DeleteTemplateCommand.ts index 36bf1b4885707..0da5bef4e2439 100644 --- a/clients/client-ses/src/commands/DeleteTemplateCommand.ts +++ b/clients/client-ses/src/commands/DeleteTemplateCommand.ts @@ -17,6 +17,10 @@ import { DeleteTemplateRequest, DeleteTemplateResponse } from "../models/models_ import { de_DeleteTemplateCommand, se_DeleteTemplateCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/DeleteVerifiedEmailAddressCommand.ts b/clients/client-ses/src/commands/DeleteVerifiedEmailAddressCommand.ts index 38f4e8db2507f..c5c3c7c8a0e9f 100644 --- a/clients/client-ses/src/commands/DeleteVerifiedEmailAddressCommand.ts +++ b/clients/client-ses/src/commands/DeleteVerifiedEmailAddressCommand.ts @@ -17,6 +17,10 @@ import { DeleteVerifiedEmailAddressRequest } from "../models/models_0"; import { de_DeleteVerifiedEmailAddressCommand, se_DeleteVerifiedEmailAddressCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/DescribeActiveReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/DescribeActiveReceiptRuleSetCommand.ts index 17816fcc81385..a675c59843555 100644 --- a/clients/client-ses/src/commands/DescribeActiveReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/DescribeActiveReceiptRuleSetCommand.ts @@ -17,6 +17,10 @@ import { DescribeActiveReceiptRuleSetRequest, DescribeActiveReceiptRuleSetRespon import { de_DescribeActiveReceiptRuleSetCommand, se_DescribeActiveReceiptRuleSetCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/DescribeConfigurationSetCommand.ts b/clients/client-ses/src/commands/DescribeConfigurationSetCommand.ts index 0ec819509a11b..d233d5466299d 100644 --- a/clients/client-ses/src/commands/DescribeConfigurationSetCommand.ts +++ b/clients/client-ses/src/commands/DescribeConfigurationSetCommand.ts @@ -17,6 +17,10 @@ import { DescribeConfigurationSetRequest, DescribeConfigurationSetResponse } fro import { de_DescribeConfigurationSetCommand, se_DescribeConfigurationSetCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/DescribeReceiptRuleCommand.ts b/clients/client-ses/src/commands/DescribeReceiptRuleCommand.ts index d6f6049b706d6..679f9d9c9a935 100644 --- a/clients/client-ses/src/commands/DescribeReceiptRuleCommand.ts +++ b/clients/client-ses/src/commands/DescribeReceiptRuleCommand.ts @@ -17,6 +17,10 @@ import { DescribeReceiptRuleRequest, DescribeReceiptRuleResponse } from "../mode import { de_DescribeReceiptRuleCommand, se_DescribeReceiptRuleCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/DescribeReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/DescribeReceiptRuleSetCommand.ts index 47ecc32e40113..bd82279af08ce 100644 --- a/clients/client-ses/src/commands/DescribeReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/DescribeReceiptRuleSetCommand.ts @@ -17,6 +17,10 @@ import { DescribeReceiptRuleSetRequest, DescribeReceiptRuleSetResponse } from ". import { de_DescribeReceiptRuleSetCommand, se_DescribeReceiptRuleSetCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/GetAccountSendingEnabledCommand.ts b/clients/client-ses/src/commands/GetAccountSendingEnabledCommand.ts index c6878ac824ca5..41872aae014c9 100644 --- a/clients/client-ses/src/commands/GetAccountSendingEnabledCommand.ts +++ b/clients/client-ses/src/commands/GetAccountSendingEnabledCommand.ts @@ -17,6 +17,10 @@ import { GetAccountSendingEnabledResponse } from "../models/models_0"; import { de_GetAccountSendingEnabledCommand, se_GetAccountSendingEnabledCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/GetCustomVerificationEmailTemplateCommand.ts b/clients/client-ses/src/commands/GetCustomVerificationEmailTemplateCommand.ts index d8086314f9666..cea6f722982a8 100644 --- a/clients/client-ses/src/commands/GetCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-ses/src/commands/GetCustomVerificationEmailTemplateCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/GetIdentityDkimAttributesCommand.ts b/clients/client-ses/src/commands/GetIdentityDkimAttributesCommand.ts index fa3eeeb7a6857..5a504be46f9af 100644 --- a/clients/client-ses/src/commands/GetIdentityDkimAttributesCommand.ts +++ b/clients/client-ses/src/commands/GetIdentityDkimAttributesCommand.ts @@ -17,6 +17,10 @@ import { GetIdentityDkimAttributesRequest, GetIdentityDkimAttributesResponse } f import { de_GetIdentityDkimAttributesCommand, se_GetIdentityDkimAttributesCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/GetIdentityMailFromDomainAttributesCommand.ts b/clients/client-ses/src/commands/GetIdentityMailFromDomainAttributesCommand.ts index ca038b03895f0..1a262904eb5da 100644 --- a/clients/client-ses/src/commands/GetIdentityMailFromDomainAttributesCommand.ts +++ b/clients/client-ses/src/commands/GetIdentityMailFromDomainAttributesCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/GetIdentityNotificationAttributesCommand.ts b/clients/client-ses/src/commands/GetIdentityNotificationAttributesCommand.ts index 81187fcda1b7b..8a39eed5a6270 100644 --- a/clients/client-ses/src/commands/GetIdentityNotificationAttributesCommand.ts +++ b/clients/client-ses/src/commands/GetIdentityNotificationAttributesCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/GetIdentityPoliciesCommand.ts b/clients/client-ses/src/commands/GetIdentityPoliciesCommand.ts index 7b4144fc31910..fb45100867345 100644 --- a/clients/client-ses/src/commands/GetIdentityPoliciesCommand.ts +++ b/clients/client-ses/src/commands/GetIdentityPoliciesCommand.ts @@ -17,6 +17,10 @@ import { GetIdentityPoliciesRequest, GetIdentityPoliciesResponse } from "../mode import { de_GetIdentityPoliciesCommand, se_GetIdentityPoliciesCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/GetIdentityVerificationAttributesCommand.ts b/clients/client-ses/src/commands/GetIdentityVerificationAttributesCommand.ts index 581e2395d4019..19b093d580619 100644 --- a/clients/client-ses/src/commands/GetIdentityVerificationAttributesCommand.ts +++ b/clients/client-ses/src/commands/GetIdentityVerificationAttributesCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/GetSendQuotaCommand.ts b/clients/client-ses/src/commands/GetSendQuotaCommand.ts index 9dfcac2930a8e..e2f1ae99b20d2 100644 --- a/clients/client-ses/src/commands/GetSendQuotaCommand.ts +++ b/clients/client-ses/src/commands/GetSendQuotaCommand.ts @@ -17,6 +17,10 @@ import { GetSendQuotaResponse } from "../models/models_0"; import { de_GetSendQuotaCommand, se_GetSendQuotaCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/GetSendStatisticsCommand.ts b/clients/client-ses/src/commands/GetSendStatisticsCommand.ts index 6092b8ec19800..8a36cc7af86b8 100644 --- a/clients/client-ses/src/commands/GetSendStatisticsCommand.ts +++ b/clients/client-ses/src/commands/GetSendStatisticsCommand.ts @@ -17,6 +17,10 @@ import { GetSendStatisticsResponse } from "../models/models_0"; import { de_GetSendStatisticsCommand, se_GetSendStatisticsCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/GetTemplateCommand.ts b/clients/client-ses/src/commands/GetTemplateCommand.ts index b4654f7dc286e..6127280b4dd04 100644 --- a/clients/client-ses/src/commands/GetTemplateCommand.ts +++ b/clients/client-ses/src/commands/GetTemplateCommand.ts @@ -17,6 +17,10 @@ import { GetTemplateRequest, GetTemplateResponse } from "../models/models_0"; import { de_GetTemplateCommand, se_GetTemplateCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/ListConfigurationSetsCommand.ts b/clients/client-ses/src/commands/ListConfigurationSetsCommand.ts index 2e3ebf9bc14d4..ee71ecd34be63 100644 --- a/clients/client-ses/src/commands/ListConfigurationSetsCommand.ts +++ b/clients/client-ses/src/commands/ListConfigurationSetsCommand.ts @@ -17,6 +17,10 @@ import { ListConfigurationSetsRequest, ListConfigurationSetsResponse } from "../ import { de_ListConfigurationSetsCommand, se_ListConfigurationSetsCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/ListCustomVerificationEmailTemplatesCommand.ts b/clients/client-ses/src/commands/ListCustomVerificationEmailTemplatesCommand.ts index 1dbdae8b9a05e..7480f4068dbea 100644 --- a/clients/client-ses/src/commands/ListCustomVerificationEmailTemplatesCommand.ts +++ b/clients/client-ses/src/commands/ListCustomVerificationEmailTemplatesCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/ListIdentitiesCommand.ts b/clients/client-ses/src/commands/ListIdentitiesCommand.ts index dba0057dc8fd7..e7b93558a1e51 100644 --- a/clients/client-ses/src/commands/ListIdentitiesCommand.ts +++ b/clients/client-ses/src/commands/ListIdentitiesCommand.ts @@ -17,6 +17,10 @@ import { ListIdentitiesRequest, ListIdentitiesResponse } from "../models/models_ import { de_ListIdentitiesCommand, se_ListIdentitiesCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/ListIdentityPoliciesCommand.ts b/clients/client-ses/src/commands/ListIdentityPoliciesCommand.ts index c9e6b49f0e84b..0fce7488dd781 100644 --- a/clients/client-ses/src/commands/ListIdentityPoliciesCommand.ts +++ b/clients/client-ses/src/commands/ListIdentityPoliciesCommand.ts @@ -17,6 +17,10 @@ import { ListIdentityPoliciesRequest, ListIdentityPoliciesResponse } from "../mo import { de_ListIdentityPoliciesCommand, se_ListIdentityPoliciesCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/ListReceiptFiltersCommand.ts b/clients/client-ses/src/commands/ListReceiptFiltersCommand.ts index 83576192fb669..fdb4b9b05590f 100644 --- a/clients/client-ses/src/commands/ListReceiptFiltersCommand.ts +++ b/clients/client-ses/src/commands/ListReceiptFiltersCommand.ts @@ -17,6 +17,10 @@ import { ListReceiptFiltersRequest, ListReceiptFiltersResponse } from "../models import { de_ListReceiptFiltersCommand, se_ListReceiptFiltersCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/ListReceiptRuleSetsCommand.ts b/clients/client-ses/src/commands/ListReceiptRuleSetsCommand.ts index 88bb750f279cc..60b5af76ca5e8 100644 --- a/clients/client-ses/src/commands/ListReceiptRuleSetsCommand.ts +++ b/clients/client-ses/src/commands/ListReceiptRuleSetsCommand.ts @@ -17,6 +17,10 @@ import { ListReceiptRuleSetsRequest, ListReceiptRuleSetsResponse } from "../mode import { de_ListReceiptRuleSetsCommand, se_ListReceiptRuleSetsCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/ListTemplatesCommand.ts b/clients/client-ses/src/commands/ListTemplatesCommand.ts index dffc51ad400c7..60dd84b502206 100644 --- a/clients/client-ses/src/commands/ListTemplatesCommand.ts +++ b/clients/client-ses/src/commands/ListTemplatesCommand.ts @@ -17,6 +17,10 @@ import { ListTemplatesRequest, ListTemplatesResponse } from "../models/models_0" import { de_ListTemplatesCommand, se_ListTemplatesCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/ListVerifiedEmailAddressesCommand.ts b/clients/client-ses/src/commands/ListVerifiedEmailAddressesCommand.ts index d0c4d4833a12a..3ccd3a6cd8b39 100644 --- a/clients/client-ses/src/commands/ListVerifiedEmailAddressesCommand.ts +++ b/clients/client-ses/src/commands/ListVerifiedEmailAddressesCommand.ts @@ -17,6 +17,10 @@ import { ListVerifiedEmailAddressesResponse } from "../models/models_0"; import { de_ListVerifiedEmailAddressesCommand, se_ListVerifiedEmailAddressesCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts b/clients/client-ses/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts index ee1308c88d3d9..9a2d8724fd04a 100644 --- a/clients/client-ses/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts +++ b/clients/client-ses/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/PutIdentityPolicyCommand.ts b/clients/client-ses/src/commands/PutIdentityPolicyCommand.ts index 1fd0a57008bb8..783da12e6a319 100644 --- a/clients/client-ses/src/commands/PutIdentityPolicyCommand.ts +++ b/clients/client-ses/src/commands/PutIdentityPolicyCommand.ts @@ -17,6 +17,10 @@ import { PutIdentityPolicyRequest, PutIdentityPolicyResponse } from "../models/m import { de_PutIdentityPolicyCommand, se_PutIdentityPolicyCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/ReorderReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/ReorderReceiptRuleSetCommand.ts index 5d5a2ae8aee57..dc4c4d5d1550e 100644 --- a/clients/client-ses/src/commands/ReorderReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/ReorderReceiptRuleSetCommand.ts @@ -17,6 +17,10 @@ import { ReorderReceiptRuleSetRequest, ReorderReceiptRuleSetResponse } from "../ import { de_ReorderReceiptRuleSetCommand, se_ReorderReceiptRuleSetCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/SendBounceCommand.ts b/clients/client-ses/src/commands/SendBounceCommand.ts index 55e898cd2db98..27ed41a158fcd 100644 --- a/clients/client-ses/src/commands/SendBounceCommand.ts +++ b/clients/client-ses/src/commands/SendBounceCommand.ts @@ -17,6 +17,10 @@ import { SendBounceRequest, SendBounceResponse } from "../models/models_0"; import { de_SendBounceCommand, se_SendBounceCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/SendBulkTemplatedEmailCommand.ts b/clients/client-ses/src/commands/SendBulkTemplatedEmailCommand.ts index a9fdc23989592..a89fdf6818685 100644 --- a/clients/client-ses/src/commands/SendBulkTemplatedEmailCommand.ts +++ b/clients/client-ses/src/commands/SendBulkTemplatedEmailCommand.ts @@ -17,6 +17,10 @@ import { SendBulkTemplatedEmailRequest, SendBulkTemplatedEmailResponse } from ". import { de_SendBulkTemplatedEmailCommand, se_SendBulkTemplatedEmailCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/SendCustomVerificationEmailCommand.ts b/clients/client-ses/src/commands/SendCustomVerificationEmailCommand.ts index c8a015559d811..162e746a408c0 100644 --- a/clients/client-ses/src/commands/SendCustomVerificationEmailCommand.ts +++ b/clients/client-ses/src/commands/SendCustomVerificationEmailCommand.ts @@ -17,6 +17,10 @@ import { SendCustomVerificationEmailRequest, SendCustomVerificationEmailResponse import { de_SendCustomVerificationEmailCommand, se_SendCustomVerificationEmailCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/SendEmailCommand.ts b/clients/client-ses/src/commands/SendEmailCommand.ts index fdc40df529be5..dee8e0e4cb23f 100644 --- a/clients/client-ses/src/commands/SendEmailCommand.ts +++ b/clients/client-ses/src/commands/SendEmailCommand.ts @@ -17,6 +17,10 @@ import { SendEmailRequest, SendEmailResponse } from "../models/models_0"; import { de_SendEmailCommand, se_SendEmailCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/SendRawEmailCommand.ts b/clients/client-ses/src/commands/SendRawEmailCommand.ts index 0eca500b2cb0b..27de827eb7915 100644 --- a/clients/client-ses/src/commands/SendRawEmailCommand.ts +++ b/clients/client-ses/src/commands/SendRawEmailCommand.ts @@ -17,6 +17,10 @@ import { SendRawEmailRequest, SendRawEmailResponse } from "../models/models_0"; import { de_SendRawEmailCommand, se_SendRawEmailCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/SendTemplatedEmailCommand.ts b/clients/client-ses/src/commands/SendTemplatedEmailCommand.ts index e08870043eead..e87c6e42cd6e9 100644 --- a/clients/client-ses/src/commands/SendTemplatedEmailCommand.ts +++ b/clients/client-ses/src/commands/SendTemplatedEmailCommand.ts @@ -17,6 +17,10 @@ import { SendTemplatedEmailRequest, SendTemplatedEmailResponse } from "../models import { de_SendTemplatedEmailCommand, se_SendTemplatedEmailCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/SetActiveReceiptRuleSetCommand.ts b/clients/client-ses/src/commands/SetActiveReceiptRuleSetCommand.ts index 2e1e7e8480826..2f9d4a6368443 100644 --- a/clients/client-ses/src/commands/SetActiveReceiptRuleSetCommand.ts +++ b/clients/client-ses/src/commands/SetActiveReceiptRuleSetCommand.ts @@ -17,6 +17,10 @@ import { SetActiveReceiptRuleSetRequest, SetActiveReceiptRuleSetResponse } from import { de_SetActiveReceiptRuleSetCommand, se_SetActiveReceiptRuleSetCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/SetIdentityDkimEnabledCommand.ts b/clients/client-ses/src/commands/SetIdentityDkimEnabledCommand.ts index 762929984039f..8dbbe2d914588 100644 --- a/clients/client-ses/src/commands/SetIdentityDkimEnabledCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityDkimEnabledCommand.ts @@ -17,6 +17,10 @@ import { SetIdentityDkimEnabledRequest, SetIdentityDkimEnabledResponse } from ". import { de_SetIdentityDkimEnabledCommand, se_SetIdentityDkimEnabledCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/SetIdentityFeedbackForwardingEnabledCommand.ts b/clients/client-ses/src/commands/SetIdentityFeedbackForwardingEnabledCommand.ts index c397193fe4d6b..16df953cd0283 100644 --- a/clients/client-ses/src/commands/SetIdentityFeedbackForwardingEnabledCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityFeedbackForwardingEnabledCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts b/clients/client-ses/src/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts index aaf8430d99d26..47dcb0419bdf2 100644 --- a/clients/client-ses/src/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityHeadersInNotificationsEnabledCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/SetIdentityMailFromDomainCommand.ts b/clients/client-ses/src/commands/SetIdentityMailFromDomainCommand.ts index 490b9978ad04e..75ee5402144f0 100644 --- a/clients/client-ses/src/commands/SetIdentityMailFromDomainCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityMailFromDomainCommand.ts @@ -17,6 +17,10 @@ import { SetIdentityMailFromDomainRequest, SetIdentityMailFromDomainResponse } f import { de_SetIdentityMailFromDomainCommand, se_SetIdentityMailFromDomainCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/SetIdentityNotificationTopicCommand.ts b/clients/client-ses/src/commands/SetIdentityNotificationTopicCommand.ts index 075fbe5348174..0133e3f12a43d 100644 --- a/clients/client-ses/src/commands/SetIdentityNotificationTopicCommand.ts +++ b/clients/client-ses/src/commands/SetIdentityNotificationTopicCommand.ts @@ -17,6 +17,10 @@ import { SetIdentityNotificationTopicRequest, SetIdentityNotificationTopicRespon import { de_SetIdentityNotificationTopicCommand, se_SetIdentityNotificationTopicCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/SetReceiptRulePositionCommand.ts b/clients/client-ses/src/commands/SetReceiptRulePositionCommand.ts index 38ba8a058b185..093ad9789275c 100644 --- a/clients/client-ses/src/commands/SetReceiptRulePositionCommand.ts +++ b/clients/client-ses/src/commands/SetReceiptRulePositionCommand.ts @@ -17,6 +17,10 @@ import { SetReceiptRulePositionRequest, SetReceiptRulePositionResponse } from ". import { de_SetReceiptRulePositionCommand, se_SetReceiptRulePositionCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/TestRenderTemplateCommand.ts b/clients/client-ses/src/commands/TestRenderTemplateCommand.ts index c70ba9b639e21..49639bbbb3617 100644 --- a/clients/client-ses/src/commands/TestRenderTemplateCommand.ts +++ b/clients/client-ses/src/commands/TestRenderTemplateCommand.ts @@ -17,6 +17,10 @@ import { TestRenderTemplateRequest, TestRenderTemplateResponse } from "../models import { de_TestRenderTemplateCommand, se_TestRenderTemplateCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/UpdateAccountSendingEnabledCommand.ts b/clients/client-ses/src/commands/UpdateAccountSendingEnabledCommand.ts index 4c3729a8d256f..7527b1b0eaea6 100644 --- a/clients/client-ses/src/commands/UpdateAccountSendingEnabledCommand.ts +++ b/clients/client-ses/src/commands/UpdateAccountSendingEnabledCommand.ts @@ -17,6 +17,10 @@ import { UpdateAccountSendingEnabledRequest } from "../models/models_0"; import { de_UpdateAccountSendingEnabledCommand, se_UpdateAccountSendingEnabledCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/UpdateConfigurationSetEventDestinationCommand.ts b/clients/client-ses/src/commands/UpdateConfigurationSetEventDestinationCommand.ts index a3a57382c66eb..807e0517d4a6e 100644 --- a/clients/client-ses/src/commands/UpdateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-ses/src/commands/UpdateConfigurationSetEventDestinationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts b/clients/client-ses/src/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts index cf66846e35b8b..b124a970266bd 100644 --- a/clients/client-ses/src/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts +++ b/clients/client-ses/src/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/UpdateConfigurationSetSendingEnabledCommand.ts b/clients/client-ses/src/commands/UpdateConfigurationSetSendingEnabledCommand.ts index e0777e038c412..0d090e5297f77 100644 --- a/clients/client-ses/src/commands/UpdateConfigurationSetSendingEnabledCommand.ts +++ b/clients/client-ses/src/commands/UpdateConfigurationSetSendingEnabledCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/UpdateConfigurationSetTrackingOptionsCommand.ts b/clients/client-ses/src/commands/UpdateConfigurationSetTrackingOptionsCommand.ts index ab7dafd0720f9..0c751b750bfa3 100644 --- a/clients/client-ses/src/commands/UpdateConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-ses/src/commands/UpdateConfigurationSetTrackingOptionsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts b/clients/client-ses/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts index c6ac5d15387cb..860a151a014ed 100644 --- a/clients/client-ses/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-ses/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/UpdateReceiptRuleCommand.ts b/clients/client-ses/src/commands/UpdateReceiptRuleCommand.ts index b065c4bf86025..6166412e62e07 100644 --- a/clients/client-ses/src/commands/UpdateReceiptRuleCommand.ts +++ b/clients/client-ses/src/commands/UpdateReceiptRuleCommand.ts @@ -17,6 +17,10 @@ import { UpdateReceiptRuleRequest, UpdateReceiptRuleResponse } from "../models/m import { de_UpdateReceiptRuleCommand, se_UpdateReceiptRuleCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/UpdateTemplateCommand.ts b/clients/client-ses/src/commands/UpdateTemplateCommand.ts index 3cb383fe14d5e..2a452ef1b1649 100644 --- a/clients/client-ses/src/commands/UpdateTemplateCommand.ts +++ b/clients/client-ses/src/commands/UpdateTemplateCommand.ts @@ -17,6 +17,10 @@ import { UpdateTemplateRequest, UpdateTemplateResponse } from "../models/models_ import { de_UpdateTemplateCommand, se_UpdateTemplateCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/VerifyDomainDkimCommand.ts b/clients/client-ses/src/commands/VerifyDomainDkimCommand.ts index a2495857258f0..008c9de3f4d7b 100644 --- a/clients/client-ses/src/commands/VerifyDomainDkimCommand.ts +++ b/clients/client-ses/src/commands/VerifyDomainDkimCommand.ts @@ -17,6 +17,10 @@ import { VerifyDomainDkimRequest, VerifyDomainDkimResponse } from "../models/mod import { de_VerifyDomainDkimCommand, se_VerifyDomainDkimCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/VerifyDomainIdentityCommand.ts b/clients/client-ses/src/commands/VerifyDomainIdentityCommand.ts index 90b265fd23d6e..390d68a57f62c 100644 --- a/clients/client-ses/src/commands/VerifyDomainIdentityCommand.ts +++ b/clients/client-ses/src/commands/VerifyDomainIdentityCommand.ts @@ -17,6 +17,10 @@ import { VerifyDomainIdentityRequest, VerifyDomainIdentityResponse } from "../mo import { de_VerifyDomainIdentityCommand, se_VerifyDomainIdentityCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/VerifyEmailAddressCommand.ts b/clients/client-ses/src/commands/VerifyEmailAddressCommand.ts index 6661e2cd5dcbe..f02030e336690 100644 --- a/clients/client-ses/src/commands/VerifyEmailAddressCommand.ts +++ b/clients/client-ses/src/commands/VerifyEmailAddressCommand.ts @@ -17,6 +17,10 @@ import { VerifyEmailAddressRequest } from "../models/models_0"; import { de_VerifyEmailAddressCommand, se_VerifyEmailAddressCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/commands/VerifyEmailIdentityCommand.ts b/clients/client-ses/src/commands/VerifyEmailIdentityCommand.ts index 0468977395241..f0ea592b46223 100644 --- a/clients/client-ses/src/commands/VerifyEmailIdentityCommand.ts +++ b/clients/client-ses/src/commands/VerifyEmailIdentityCommand.ts @@ -17,6 +17,10 @@ import { VerifyEmailIdentityRequest, VerifyEmailIdentityResponse } from "../mode import { de_VerifyEmailIdentityCommand, se_VerifyEmailIdentityCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SESClientResolvedConfig } from "../SESClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ses/src/index.ts b/clients/client-ses/src/index.ts index b34ad5ffede79..ac3d3a68681a1 100644 --- a/clients/client-ses/src/index.ts +++ b/clients/client-ses/src/index.ts @@ -1,9 +1,23 @@ -export * from "./SES"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Simple Email Service + *

This document contains reference information for the Amazon Simple Email Service (Amazon SES) API, version + * 2010-12-01. This document is best used in conjunction with the Amazon SES Developer + * Guide.

+ * + *

For a list of Amazon SES endpoints to use in service requests, see Regions and + * Amazon SES in the Amazon SES Developer + * Guide.

+ *
+ * + * @packageDocumentation + */ export * from "./SESClient"; +export * from "./SES"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { SESServiceException } from "./models/SESServiceException"; diff --git a/clients/client-ses/src/models/SESServiceException.ts b/clients/client-ses/src/models/SESServiceException.ts index 909eb24267864..7dd4e14370b81 100644 --- a/clients/client-ses/src/models/SESServiceException.ts +++ b/clients/client-ses/src/models/SESServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-sesv2/src/SESv2Client.ts b/clients/client-sesv2/src/SESv2Client.ts index 8c0ebb9bd27b3..cd8dcfd1b7c40 100644 --- a/clients/client-sesv2/src/SESv2Client.ts +++ b/clients/client-sesv2/src/SESv2Client.ts @@ -325,6 +325,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -634,7 +636,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SESv2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SESv2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -653,7 +655,7 @@ export interface SESv2ClientConfig extends SESv2ClientConfigType {} /** * @public */ -type SESv2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SESv2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-sesv2/src/commands/BatchGetMetricDataCommand.ts b/clients/client-sesv2/src/commands/BatchGetMetricDataCommand.ts index d4624426f90c9..54021e564ae74 100644 --- a/clients/client-sesv2/src/commands/BatchGetMetricDataCommand.ts +++ b/clients/client-sesv2/src/commands/BatchGetMetricDataCommand.ts @@ -17,6 +17,10 @@ import { BatchGetMetricDataRequest, BatchGetMetricDataResponse } from "../models import { de_BatchGetMetricDataCommand, se_BatchGetMetricDataCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/CreateConfigurationSetCommand.ts b/clients/client-sesv2/src/commands/CreateConfigurationSetCommand.ts index ffdf041f4e287..801d5a07bac61 100644 --- a/clients/client-sesv2/src/commands/CreateConfigurationSetCommand.ts +++ b/clients/client-sesv2/src/commands/CreateConfigurationSetCommand.ts @@ -17,6 +17,10 @@ import { CreateConfigurationSetRequest, CreateConfigurationSetResponse } from ". import { de_CreateConfigurationSetCommand, se_CreateConfigurationSetCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/CreateConfigurationSetEventDestinationCommand.ts b/clients/client-sesv2/src/commands/CreateConfigurationSetEventDestinationCommand.ts index 279034eb0b3dc..eda2849daacee 100644 --- a/clients/client-sesv2/src/commands/CreateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/CreateConfigurationSetEventDestinationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/CreateContactCommand.ts b/clients/client-sesv2/src/commands/CreateContactCommand.ts index 2f1588bdadfdc..d0ffe1f8287ee 100644 --- a/clients/client-sesv2/src/commands/CreateContactCommand.ts +++ b/clients/client-sesv2/src/commands/CreateContactCommand.ts @@ -17,6 +17,10 @@ import { CreateContactRequest, CreateContactResponse } from "../models/models_0" import { de_CreateContactCommand, se_CreateContactCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/CreateContactListCommand.ts b/clients/client-sesv2/src/commands/CreateContactListCommand.ts index d52056978b800..80612d0f6c585 100644 --- a/clients/client-sesv2/src/commands/CreateContactListCommand.ts +++ b/clients/client-sesv2/src/commands/CreateContactListCommand.ts @@ -17,6 +17,10 @@ import { CreateContactListRequest, CreateContactListResponse } from "../models/m import { de_CreateContactListCommand, se_CreateContactListCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/CreateCustomVerificationEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/CreateCustomVerificationEmailTemplateCommand.ts index f59edaff7c86a..0071d8684b324 100644 --- a/clients/client-sesv2/src/commands/CreateCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/CreateCustomVerificationEmailTemplateCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/CreateDedicatedIpPoolCommand.ts b/clients/client-sesv2/src/commands/CreateDedicatedIpPoolCommand.ts index bd1f867b21e93..b570841f27205 100644 --- a/clients/client-sesv2/src/commands/CreateDedicatedIpPoolCommand.ts +++ b/clients/client-sesv2/src/commands/CreateDedicatedIpPoolCommand.ts @@ -17,6 +17,10 @@ import { CreateDedicatedIpPoolRequest, CreateDedicatedIpPoolResponse } from "../ import { de_CreateDedicatedIpPoolCommand, se_CreateDedicatedIpPoolCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/CreateDeliverabilityTestReportCommand.ts b/clients/client-sesv2/src/commands/CreateDeliverabilityTestReportCommand.ts index dd3358495db96..f01632b4c48b4 100644 --- a/clients/client-sesv2/src/commands/CreateDeliverabilityTestReportCommand.ts +++ b/clients/client-sesv2/src/commands/CreateDeliverabilityTestReportCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/CreateEmailIdentityCommand.ts b/clients/client-sesv2/src/commands/CreateEmailIdentityCommand.ts index 7f4e9874ee0c4..f1cec44569c6b 100644 --- a/clients/client-sesv2/src/commands/CreateEmailIdentityCommand.ts +++ b/clients/client-sesv2/src/commands/CreateEmailIdentityCommand.ts @@ -21,6 +21,10 @@ import { import { de_CreateEmailIdentityCommand, se_CreateEmailIdentityCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/CreateEmailIdentityPolicyCommand.ts b/clients/client-sesv2/src/commands/CreateEmailIdentityPolicyCommand.ts index d1b3398392df2..91f29a2aaa022 100644 --- a/clients/client-sesv2/src/commands/CreateEmailIdentityPolicyCommand.ts +++ b/clients/client-sesv2/src/commands/CreateEmailIdentityPolicyCommand.ts @@ -17,6 +17,10 @@ import { CreateEmailIdentityPolicyRequest, CreateEmailIdentityPolicyResponse } f import { de_CreateEmailIdentityPolicyCommand, se_CreateEmailIdentityPolicyCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/CreateEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/CreateEmailTemplateCommand.ts index b5a0924c9dbfc..7a3aaff47e9da 100644 --- a/clients/client-sesv2/src/commands/CreateEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/CreateEmailTemplateCommand.ts @@ -17,6 +17,10 @@ import { CreateEmailTemplateRequest, CreateEmailTemplateResponse } from "../mode import { de_CreateEmailTemplateCommand, se_CreateEmailTemplateCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/CreateImportJobCommand.ts b/clients/client-sesv2/src/commands/CreateImportJobCommand.ts index acf54bfb2b9e2..c1bcfc496ba83 100644 --- a/clients/client-sesv2/src/commands/CreateImportJobCommand.ts +++ b/clients/client-sesv2/src/commands/CreateImportJobCommand.ts @@ -17,6 +17,10 @@ import { CreateImportJobRequest, CreateImportJobResponse } from "../models/model import { de_CreateImportJobCommand, se_CreateImportJobCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/DeleteConfigurationSetCommand.ts b/clients/client-sesv2/src/commands/DeleteConfigurationSetCommand.ts index 35ffe5ee832fb..4808bbad1d2a2 100644 --- a/clients/client-sesv2/src/commands/DeleteConfigurationSetCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteConfigurationSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteConfigurationSetRequest, DeleteConfigurationSetResponse } from ". import { de_DeleteConfigurationSetCommand, se_DeleteConfigurationSetCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/DeleteConfigurationSetEventDestinationCommand.ts b/clients/client-sesv2/src/commands/DeleteConfigurationSetEventDestinationCommand.ts index 27b70715f0864..8be87107fb580 100644 --- a/clients/client-sesv2/src/commands/DeleteConfigurationSetEventDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteConfigurationSetEventDestinationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/DeleteContactCommand.ts b/clients/client-sesv2/src/commands/DeleteContactCommand.ts index a0ccfc0bbde3e..dd2f31b2c9828 100644 --- a/clients/client-sesv2/src/commands/DeleteContactCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteContactCommand.ts @@ -17,6 +17,10 @@ import { DeleteContactRequest, DeleteContactResponse } from "../models/models_0" import { de_DeleteContactCommand, se_DeleteContactCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/DeleteContactListCommand.ts b/clients/client-sesv2/src/commands/DeleteContactListCommand.ts index ccc0a07c2d885..48d692cbdd9d7 100644 --- a/clients/client-sesv2/src/commands/DeleteContactListCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteContactListCommand.ts @@ -17,6 +17,10 @@ import { DeleteContactListRequest, DeleteContactListResponse } from "../models/m import { de_DeleteContactListCommand, se_DeleteContactListCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts index 58761fdc17ed6..f40af9067ebdc 100644 --- a/clients/client-sesv2/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteCustomVerificationEmailTemplateCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/DeleteDedicatedIpPoolCommand.ts b/clients/client-sesv2/src/commands/DeleteDedicatedIpPoolCommand.ts index ade98ee090930..5bf6f0eceb615 100644 --- a/clients/client-sesv2/src/commands/DeleteDedicatedIpPoolCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteDedicatedIpPoolCommand.ts @@ -17,6 +17,10 @@ import { DeleteDedicatedIpPoolRequest, DeleteDedicatedIpPoolResponse } from "../ import { de_DeleteDedicatedIpPoolCommand, se_DeleteDedicatedIpPoolCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/DeleteEmailIdentityCommand.ts b/clients/client-sesv2/src/commands/DeleteEmailIdentityCommand.ts index 55aa0aa46bd11..35692e7489834 100644 --- a/clients/client-sesv2/src/commands/DeleteEmailIdentityCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteEmailIdentityCommand.ts @@ -17,6 +17,10 @@ import { DeleteEmailIdentityRequest, DeleteEmailIdentityResponse } from "../mode import { de_DeleteEmailIdentityCommand, se_DeleteEmailIdentityCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/DeleteEmailIdentityPolicyCommand.ts b/clients/client-sesv2/src/commands/DeleteEmailIdentityPolicyCommand.ts index 08671b38edb20..2468d14477aea 100644 --- a/clients/client-sesv2/src/commands/DeleteEmailIdentityPolicyCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteEmailIdentityPolicyCommand.ts @@ -17,6 +17,10 @@ import { DeleteEmailIdentityPolicyRequest, DeleteEmailIdentityPolicyResponse } f import { de_DeleteEmailIdentityPolicyCommand, se_DeleteEmailIdentityPolicyCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/DeleteEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/DeleteEmailTemplateCommand.ts index f27a2edab479f..5c8454e4938ab 100644 --- a/clients/client-sesv2/src/commands/DeleteEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteEmailTemplateCommand.ts @@ -17,6 +17,10 @@ import { DeleteEmailTemplateRequest, DeleteEmailTemplateResponse } from "../mode import { de_DeleteEmailTemplateCommand, se_DeleteEmailTemplateCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/DeleteSuppressedDestinationCommand.ts b/clients/client-sesv2/src/commands/DeleteSuppressedDestinationCommand.ts index 028e559913370..e8b4cd9b94d7e 100644 --- a/clients/client-sesv2/src/commands/DeleteSuppressedDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/DeleteSuppressedDestinationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/GetAccountCommand.ts b/clients/client-sesv2/src/commands/GetAccountCommand.ts index 8668e5ad92c53..5988747768a66 100644 --- a/clients/client-sesv2/src/commands/GetAccountCommand.ts +++ b/clients/client-sesv2/src/commands/GetAccountCommand.ts @@ -17,6 +17,10 @@ import { GetAccountRequest, GetAccountResponse, GetAccountResponseFilterSensitiv import { de_GetAccountCommand, se_GetAccountCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/GetBlacklistReportsCommand.ts b/clients/client-sesv2/src/commands/GetBlacklistReportsCommand.ts index 00c07ac67a2d5..c560db1dca731 100644 --- a/clients/client-sesv2/src/commands/GetBlacklistReportsCommand.ts +++ b/clients/client-sesv2/src/commands/GetBlacklistReportsCommand.ts @@ -17,6 +17,10 @@ import { GetBlacklistReportsRequest, GetBlacklistReportsResponse } from "../mode import { de_GetBlacklistReportsCommand, se_GetBlacklistReportsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/GetConfigurationSetCommand.ts b/clients/client-sesv2/src/commands/GetConfigurationSetCommand.ts index 437d6915063ae..fce55c89839f0 100644 --- a/clients/client-sesv2/src/commands/GetConfigurationSetCommand.ts +++ b/clients/client-sesv2/src/commands/GetConfigurationSetCommand.ts @@ -17,6 +17,10 @@ import { GetConfigurationSetRequest, GetConfigurationSetResponse } from "../mode import { de_GetConfigurationSetCommand, se_GetConfigurationSetCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/GetConfigurationSetEventDestinationsCommand.ts b/clients/client-sesv2/src/commands/GetConfigurationSetEventDestinationsCommand.ts index ce4844f144322..4814f1b58c87b 100644 --- a/clients/client-sesv2/src/commands/GetConfigurationSetEventDestinationsCommand.ts +++ b/clients/client-sesv2/src/commands/GetConfigurationSetEventDestinationsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/GetContactCommand.ts b/clients/client-sesv2/src/commands/GetContactCommand.ts index b6794328200a2..c9ea83b347a4e 100644 --- a/clients/client-sesv2/src/commands/GetContactCommand.ts +++ b/clients/client-sesv2/src/commands/GetContactCommand.ts @@ -17,6 +17,10 @@ import { GetContactRequest, GetContactResponse } from "../models/models_0"; import { de_GetContactCommand, se_GetContactCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/GetContactListCommand.ts b/clients/client-sesv2/src/commands/GetContactListCommand.ts index f146913ab72df..7d63ea57bcc59 100644 --- a/clients/client-sesv2/src/commands/GetContactListCommand.ts +++ b/clients/client-sesv2/src/commands/GetContactListCommand.ts @@ -17,6 +17,10 @@ import { GetContactListRequest, GetContactListResponse } from "../models/models_ import { de_GetContactListCommand, se_GetContactListCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/GetCustomVerificationEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/GetCustomVerificationEmailTemplateCommand.ts index 99ea23005719b..a025dd6d5f5f2 100644 --- a/clients/client-sesv2/src/commands/GetCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/GetCustomVerificationEmailTemplateCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/GetDedicatedIpCommand.ts b/clients/client-sesv2/src/commands/GetDedicatedIpCommand.ts index 87a3a8085245c..a13eaf2e403ce 100644 --- a/clients/client-sesv2/src/commands/GetDedicatedIpCommand.ts +++ b/clients/client-sesv2/src/commands/GetDedicatedIpCommand.ts @@ -17,6 +17,10 @@ import { GetDedicatedIpRequest, GetDedicatedIpResponse } from "../models/models_ import { de_GetDedicatedIpCommand, se_GetDedicatedIpCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/GetDedicatedIpPoolCommand.ts b/clients/client-sesv2/src/commands/GetDedicatedIpPoolCommand.ts index 74d2419d8e894..1601eec746e65 100644 --- a/clients/client-sesv2/src/commands/GetDedicatedIpPoolCommand.ts +++ b/clients/client-sesv2/src/commands/GetDedicatedIpPoolCommand.ts @@ -17,6 +17,10 @@ import { GetDedicatedIpPoolRequest, GetDedicatedIpPoolResponse } from "../models import { de_GetDedicatedIpPoolCommand, se_GetDedicatedIpPoolCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/GetDedicatedIpsCommand.ts b/clients/client-sesv2/src/commands/GetDedicatedIpsCommand.ts index d93cc87992149..5ddb70c0cca06 100644 --- a/clients/client-sesv2/src/commands/GetDedicatedIpsCommand.ts +++ b/clients/client-sesv2/src/commands/GetDedicatedIpsCommand.ts @@ -17,6 +17,10 @@ import { GetDedicatedIpsRequest, GetDedicatedIpsResponse } from "../models/model import { de_GetDedicatedIpsCommand, se_GetDedicatedIpsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/GetDeliverabilityDashboardOptionsCommand.ts b/clients/client-sesv2/src/commands/GetDeliverabilityDashboardOptionsCommand.ts index 5db4f0144514c..bd0963fdf131b 100644 --- a/clients/client-sesv2/src/commands/GetDeliverabilityDashboardOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/GetDeliverabilityDashboardOptionsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/GetDeliverabilityTestReportCommand.ts b/clients/client-sesv2/src/commands/GetDeliverabilityTestReportCommand.ts index 9fd3b81990c14..40051afc6d484 100644 --- a/clients/client-sesv2/src/commands/GetDeliverabilityTestReportCommand.ts +++ b/clients/client-sesv2/src/commands/GetDeliverabilityTestReportCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/GetDomainDeliverabilityCampaignCommand.ts b/clients/client-sesv2/src/commands/GetDomainDeliverabilityCampaignCommand.ts index 906ed307fa774..b147610c148a7 100644 --- a/clients/client-sesv2/src/commands/GetDomainDeliverabilityCampaignCommand.ts +++ b/clients/client-sesv2/src/commands/GetDomainDeliverabilityCampaignCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/GetDomainStatisticsReportCommand.ts b/clients/client-sesv2/src/commands/GetDomainStatisticsReportCommand.ts index fde7f2714264e..6087252cbc4bb 100644 --- a/clients/client-sesv2/src/commands/GetDomainStatisticsReportCommand.ts +++ b/clients/client-sesv2/src/commands/GetDomainStatisticsReportCommand.ts @@ -17,6 +17,10 @@ import { GetDomainStatisticsReportRequest, GetDomainStatisticsReportResponse } f import { de_GetDomainStatisticsReportCommand, se_GetDomainStatisticsReportCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/GetEmailIdentityCommand.ts b/clients/client-sesv2/src/commands/GetEmailIdentityCommand.ts index 64acb5021ce54..1b1d56ccb93f8 100644 --- a/clients/client-sesv2/src/commands/GetEmailIdentityCommand.ts +++ b/clients/client-sesv2/src/commands/GetEmailIdentityCommand.ts @@ -17,6 +17,10 @@ import { GetEmailIdentityRequest, GetEmailIdentityResponse } from "../models/mod import { de_GetEmailIdentityCommand, se_GetEmailIdentityCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/GetEmailIdentityPoliciesCommand.ts b/clients/client-sesv2/src/commands/GetEmailIdentityPoliciesCommand.ts index 53aae5726d29f..eb9e337e3cdcc 100644 --- a/clients/client-sesv2/src/commands/GetEmailIdentityPoliciesCommand.ts +++ b/clients/client-sesv2/src/commands/GetEmailIdentityPoliciesCommand.ts @@ -17,6 +17,10 @@ import { GetEmailIdentityPoliciesRequest, GetEmailIdentityPoliciesResponse } fro import { de_GetEmailIdentityPoliciesCommand, se_GetEmailIdentityPoliciesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/GetEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/GetEmailTemplateCommand.ts index b17d79a07a773..7415e043d061e 100644 --- a/clients/client-sesv2/src/commands/GetEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/GetEmailTemplateCommand.ts @@ -17,6 +17,10 @@ import { GetEmailTemplateRequest, GetEmailTemplateResponse } from "../models/mod import { de_GetEmailTemplateCommand, se_GetEmailTemplateCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/GetImportJobCommand.ts b/clients/client-sesv2/src/commands/GetImportJobCommand.ts index 50998dc0e3495..f87cd682b923d 100644 --- a/clients/client-sesv2/src/commands/GetImportJobCommand.ts +++ b/clients/client-sesv2/src/commands/GetImportJobCommand.ts @@ -17,6 +17,10 @@ import { GetImportJobRequest, GetImportJobResponse } from "../models/models_0"; import { de_GetImportJobCommand, se_GetImportJobCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/GetSuppressedDestinationCommand.ts b/clients/client-sesv2/src/commands/GetSuppressedDestinationCommand.ts index 0ddb040c7aa3a..df204836fad17 100644 --- a/clients/client-sesv2/src/commands/GetSuppressedDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/GetSuppressedDestinationCommand.ts @@ -17,6 +17,10 @@ import { GetSuppressedDestinationRequest, GetSuppressedDestinationResponse } fro import { de_GetSuppressedDestinationCommand, se_GetSuppressedDestinationCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/ListConfigurationSetsCommand.ts b/clients/client-sesv2/src/commands/ListConfigurationSetsCommand.ts index d2cc0517405b9..3b110172078b8 100644 --- a/clients/client-sesv2/src/commands/ListConfigurationSetsCommand.ts +++ b/clients/client-sesv2/src/commands/ListConfigurationSetsCommand.ts @@ -17,6 +17,10 @@ import { ListConfigurationSetsRequest, ListConfigurationSetsResponse } from "../ import { de_ListConfigurationSetsCommand, se_ListConfigurationSetsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/ListContactListsCommand.ts b/clients/client-sesv2/src/commands/ListContactListsCommand.ts index 16a0fbd41a452..fe58fcd1a6bd8 100644 --- a/clients/client-sesv2/src/commands/ListContactListsCommand.ts +++ b/clients/client-sesv2/src/commands/ListContactListsCommand.ts @@ -17,6 +17,10 @@ import { ListContactListsRequest, ListContactListsResponse } from "../models/mod import { de_ListContactListsCommand, se_ListContactListsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/ListContactsCommand.ts b/clients/client-sesv2/src/commands/ListContactsCommand.ts index da145cb767efb..c53b1d78d44a8 100644 --- a/clients/client-sesv2/src/commands/ListContactsCommand.ts +++ b/clients/client-sesv2/src/commands/ListContactsCommand.ts @@ -17,6 +17,10 @@ import { ListContactsRequest, ListContactsResponse } from "../models/models_0"; import { de_ListContactsCommand, se_ListContactsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/ListCustomVerificationEmailTemplatesCommand.ts b/clients/client-sesv2/src/commands/ListCustomVerificationEmailTemplatesCommand.ts index 874346533a94b..24c7d539b304d 100644 --- a/clients/client-sesv2/src/commands/ListCustomVerificationEmailTemplatesCommand.ts +++ b/clients/client-sesv2/src/commands/ListCustomVerificationEmailTemplatesCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/ListDedicatedIpPoolsCommand.ts b/clients/client-sesv2/src/commands/ListDedicatedIpPoolsCommand.ts index ad87e5ce9a6c4..e550e5ee2c4d2 100644 --- a/clients/client-sesv2/src/commands/ListDedicatedIpPoolsCommand.ts +++ b/clients/client-sesv2/src/commands/ListDedicatedIpPoolsCommand.ts @@ -17,6 +17,10 @@ import { ListDedicatedIpPoolsRequest, ListDedicatedIpPoolsResponse } from "../mo import { de_ListDedicatedIpPoolsCommand, se_ListDedicatedIpPoolsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/ListDeliverabilityTestReportsCommand.ts b/clients/client-sesv2/src/commands/ListDeliverabilityTestReportsCommand.ts index 9ec63adf8cf04..1ea072d1a681d 100644 --- a/clients/client-sesv2/src/commands/ListDeliverabilityTestReportsCommand.ts +++ b/clients/client-sesv2/src/commands/ListDeliverabilityTestReportsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/ListDomainDeliverabilityCampaignsCommand.ts b/clients/client-sesv2/src/commands/ListDomainDeliverabilityCampaignsCommand.ts index 4ff75ade7daaf..0c5856b31cd00 100644 --- a/clients/client-sesv2/src/commands/ListDomainDeliverabilityCampaignsCommand.ts +++ b/clients/client-sesv2/src/commands/ListDomainDeliverabilityCampaignsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/ListEmailIdentitiesCommand.ts b/clients/client-sesv2/src/commands/ListEmailIdentitiesCommand.ts index 55c419b99e77c..352289ed22751 100644 --- a/clients/client-sesv2/src/commands/ListEmailIdentitiesCommand.ts +++ b/clients/client-sesv2/src/commands/ListEmailIdentitiesCommand.ts @@ -17,6 +17,10 @@ import { ListEmailIdentitiesRequest, ListEmailIdentitiesResponse } from "../mode import { de_ListEmailIdentitiesCommand, se_ListEmailIdentitiesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/ListEmailTemplatesCommand.ts b/clients/client-sesv2/src/commands/ListEmailTemplatesCommand.ts index 3de61cc893ef5..03b6f1fe5c98c 100644 --- a/clients/client-sesv2/src/commands/ListEmailTemplatesCommand.ts +++ b/clients/client-sesv2/src/commands/ListEmailTemplatesCommand.ts @@ -17,6 +17,10 @@ import { ListEmailTemplatesRequest, ListEmailTemplatesResponse } from "../models import { de_ListEmailTemplatesCommand, se_ListEmailTemplatesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/ListImportJobsCommand.ts b/clients/client-sesv2/src/commands/ListImportJobsCommand.ts index 9117e07213d93..d3ad3206e7eea 100644 --- a/clients/client-sesv2/src/commands/ListImportJobsCommand.ts +++ b/clients/client-sesv2/src/commands/ListImportJobsCommand.ts @@ -17,6 +17,10 @@ import { ListImportJobsRequest, ListImportJobsResponse } from "../models/models_ import { de_ListImportJobsCommand, se_ListImportJobsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/ListRecommendationsCommand.ts b/clients/client-sesv2/src/commands/ListRecommendationsCommand.ts index a56651332bf1f..7e70945caa7b6 100644 --- a/clients/client-sesv2/src/commands/ListRecommendationsCommand.ts +++ b/clients/client-sesv2/src/commands/ListRecommendationsCommand.ts @@ -17,6 +17,10 @@ import { ListRecommendationsRequest, ListRecommendationsResponse } from "../mode import { de_ListRecommendationsCommand, se_ListRecommendationsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/ListSuppressedDestinationsCommand.ts b/clients/client-sesv2/src/commands/ListSuppressedDestinationsCommand.ts index 55d64b145027a..d360ae6d816dd 100644 --- a/clients/client-sesv2/src/commands/ListSuppressedDestinationsCommand.ts +++ b/clients/client-sesv2/src/commands/ListSuppressedDestinationsCommand.ts @@ -17,6 +17,10 @@ import { ListSuppressedDestinationsRequest, ListSuppressedDestinationsResponse } import { de_ListSuppressedDestinationsCommand, se_ListSuppressedDestinationsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/ListTagsForResourceCommand.ts b/clients/client-sesv2/src/commands/ListTagsForResourceCommand.ts index 83c7dd959e6a7..f251cb5ab3220 100644 --- a/clients/client-sesv2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sesv2/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts b/clients/client-sesv2/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts index 23b1d702a3fbd..438a8ee3a1ea3 100644 --- a/clients/client-sesv2/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutAccountDedicatedIpWarmupAttributesCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/PutAccountDetailsCommand.ts b/clients/client-sesv2/src/commands/PutAccountDetailsCommand.ts index b8054990b6908..9222ca79b4c44 100644 --- a/clients/client-sesv2/src/commands/PutAccountDetailsCommand.ts +++ b/clients/client-sesv2/src/commands/PutAccountDetailsCommand.ts @@ -21,6 +21,10 @@ import { import { de_PutAccountDetailsCommand, se_PutAccountDetailsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/PutAccountSendingAttributesCommand.ts b/clients/client-sesv2/src/commands/PutAccountSendingAttributesCommand.ts index 1903e581299fc..013e3894828f3 100644 --- a/clients/client-sesv2/src/commands/PutAccountSendingAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutAccountSendingAttributesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/PutAccountSuppressionAttributesCommand.ts b/clients/client-sesv2/src/commands/PutAccountSuppressionAttributesCommand.ts index 11dcf67a68504..2f3e49f3de9d2 100644 --- a/clients/client-sesv2/src/commands/PutAccountSuppressionAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutAccountSuppressionAttributesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/PutAccountVdmAttributesCommand.ts b/clients/client-sesv2/src/commands/PutAccountVdmAttributesCommand.ts index 57b0c135ca8b7..f595cbd0c0aa6 100644 --- a/clients/client-sesv2/src/commands/PutAccountVdmAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutAccountVdmAttributesCommand.ts @@ -17,6 +17,10 @@ import { PutAccountVdmAttributesRequest, PutAccountVdmAttributesResponse } from import { de_PutAccountVdmAttributesCommand, se_PutAccountVdmAttributesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts index b5f75c74bf3e7..2cbebc1824de7 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetDeliveryOptionsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetReputationOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetReputationOptionsCommand.ts index dcd4726c31110..5d2fe6285b52f 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetReputationOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetReputationOptionsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetSendingOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetSendingOptionsCommand.ts index ec0168249aeb6..af0097b464c28 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetSendingOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetSendingOptionsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetSuppressionOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetSuppressionOptionsCommand.ts index 7ec6f942777a5..8ce9e85515aef 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetSuppressionOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetSuppressionOptionsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetTrackingOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetTrackingOptionsCommand.ts index f695b2d8d2b35..8ca4bebd3aad0 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetTrackingOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetTrackingOptionsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/PutConfigurationSetVdmOptionsCommand.ts b/clients/client-sesv2/src/commands/PutConfigurationSetVdmOptionsCommand.ts index 1af78516e3bb1..b55d468ca0b18 100644 --- a/clients/client-sesv2/src/commands/PutConfigurationSetVdmOptionsCommand.ts +++ b/clients/client-sesv2/src/commands/PutConfigurationSetVdmOptionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/PutDedicatedIpInPoolCommand.ts b/clients/client-sesv2/src/commands/PutDedicatedIpInPoolCommand.ts index a8f36d7bc3f34..a52527510a6b6 100644 --- a/clients/client-sesv2/src/commands/PutDedicatedIpInPoolCommand.ts +++ b/clients/client-sesv2/src/commands/PutDedicatedIpInPoolCommand.ts @@ -17,6 +17,10 @@ import { PutDedicatedIpInPoolRequest, PutDedicatedIpInPoolResponse } from "../mo import { de_PutDedicatedIpInPoolCommand, se_PutDedicatedIpInPoolCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/PutDedicatedIpWarmupAttributesCommand.ts b/clients/client-sesv2/src/commands/PutDedicatedIpWarmupAttributesCommand.ts index c339d659ea5e5..87d15de4167e1 100644 --- a/clients/client-sesv2/src/commands/PutDedicatedIpWarmupAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutDedicatedIpWarmupAttributesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/PutDeliverabilityDashboardOptionCommand.ts b/clients/client-sesv2/src/commands/PutDeliverabilityDashboardOptionCommand.ts index 959ab43376fe2..e999cb4f0a04f 100644 --- a/clients/client-sesv2/src/commands/PutDeliverabilityDashboardOptionCommand.ts +++ b/clients/client-sesv2/src/commands/PutDeliverabilityDashboardOptionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts b/clients/client-sesv2/src/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts index b01b0591aa39c..ae44128a1e40a 100644 --- a/clients/client-sesv2/src/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutEmailIdentityConfigurationSetAttributesCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/PutEmailIdentityDkimAttributesCommand.ts b/clients/client-sesv2/src/commands/PutEmailIdentityDkimAttributesCommand.ts index 7c25afae5a722..9da5fbac6ae0b 100644 --- a/clients/client-sesv2/src/commands/PutEmailIdentityDkimAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutEmailIdentityDkimAttributesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/PutEmailIdentityDkimSigningAttributesCommand.ts b/clients/client-sesv2/src/commands/PutEmailIdentityDkimSigningAttributesCommand.ts index 9a64269f51530..122d93b51d123 100644 --- a/clients/client-sesv2/src/commands/PutEmailIdentityDkimSigningAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutEmailIdentityDkimSigningAttributesCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts b/clients/client-sesv2/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts index 4065124f7b977..4e8a903617303 100644 --- a/clients/client-sesv2/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutEmailIdentityFeedbackAttributesCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/PutEmailIdentityMailFromAttributesCommand.ts b/clients/client-sesv2/src/commands/PutEmailIdentityMailFromAttributesCommand.ts index db44261171b65..39409df141f5d 100644 --- a/clients/client-sesv2/src/commands/PutEmailIdentityMailFromAttributesCommand.ts +++ b/clients/client-sesv2/src/commands/PutEmailIdentityMailFromAttributesCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/PutSuppressedDestinationCommand.ts b/clients/client-sesv2/src/commands/PutSuppressedDestinationCommand.ts index 67abf1e07fb96..e0776383e8116 100644 --- a/clients/client-sesv2/src/commands/PutSuppressedDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/PutSuppressedDestinationCommand.ts @@ -17,6 +17,10 @@ import { PutSuppressedDestinationRequest, PutSuppressedDestinationResponse } fro import { de_PutSuppressedDestinationCommand, se_PutSuppressedDestinationCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/SendBulkEmailCommand.ts b/clients/client-sesv2/src/commands/SendBulkEmailCommand.ts index 58f5bee51c6b4..e70700d52878c 100644 --- a/clients/client-sesv2/src/commands/SendBulkEmailCommand.ts +++ b/clients/client-sesv2/src/commands/SendBulkEmailCommand.ts @@ -17,6 +17,10 @@ import { SendBulkEmailRequest, SendBulkEmailResponse } from "../models/models_0" import { de_SendBulkEmailCommand, se_SendBulkEmailCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/SendCustomVerificationEmailCommand.ts b/clients/client-sesv2/src/commands/SendCustomVerificationEmailCommand.ts index 28c2300ff937c..b527174b88529 100644 --- a/clients/client-sesv2/src/commands/SendCustomVerificationEmailCommand.ts +++ b/clients/client-sesv2/src/commands/SendCustomVerificationEmailCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/SendEmailCommand.ts b/clients/client-sesv2/src/commands/SendEmailCommand.ts index 3b3dfe7374a00..0071b7c13d98a 100644 --- a/clients/client-sesv2/src/commands/SendEmailCommand.ts +++ b/clients/client-sesv2/src/commands/SendEmailCommand.ts @@ -17,6 +17,10 @@ import { SendEmailRequest, SendEmailResponse } from "../models/models_0"; import { de_SendEmailCommand, se_SendEmailCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/TagResourceCommand.ts b/clients/client-sesv2/src/commands/TagResourceCommand.ts index fa79a26fb70b2..ebcc2a3aaecbf 100644 --- a/clients/client-sesv2/src/commands/TagResourceCommand.ts +++ b/clients/client-sesv2/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/TestRenderEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/TestRenderEmailTemplateCommand.ts index 6d36fd72bfee2..27cdb17a4407c 100644 --- a/clients/client-sesv2/src/commands/TestRenderEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/TestRenderEmailTemplateCommand.ts @@ -17,6 +17,10 @@ import { TestRenderEmailTemplateRequest, TestRenderEmailTemplateResponse } from import { de_TestRenderEmailTemplateCommand, se_TestRenderEmailTemplateCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/UntagResourceCommand.ts b/clients/client-sesv2/src/commands/UntagResourceCommand.ts index 2c37b5c306be7..7454807b94560 100644 --- a/clients/client-sesv2/src/commands/UntagResourceCommand.ts +++ b/clients/client-sesv2/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/UpdateConfigurationSetEventDestinationCommand.ts b/clients/client-sesv2/src/commands/UpdateConfigurationSetEventDestinationCommand.ts index 3fae893f174b2..49a9d4580ff26 100644 --- a/clients/client-sesv2/src/commands/UpdateConfigurationSetEventDestinationCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateConfigurationSetEventDestinationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/UpdateContactCommand.ts b/clients/client-sesv2/src/commands/UpdateContactCommand.ts index 7508fb3413cd3..a1067468c0d8b 100644 --- a/clients/client-sesv2/src/commands/UpdateContactCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateContactCommand.ts @@ -17,6 +17,10 @@ import { UpdateContactRequest, UpdateContactResponse } from "../models/models_0" import { de_UpdateContactCommand, se_UpdateContactCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/UpdateContactListCommand.ts b/clients/client-sesv2/src/commands/UpdateContactListCommand.ts index 8307fb0489a78..952ab2a8f5d59 100644 --- a/clients/client-sesv2/src/commands/UpdateContactListCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateContactListCommand.ts @@ -17,6 +17,10 @@ import { UpdateContactListRequest, UpdateContactListResponse } from "../models/m import { de_UpdateContactListCommand, se_UpdateContactListCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts index c13e3ee021bd9..d1c5933487e15 100644 --- a/clients/client-sesv2/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateCustomVerificationEmailTemplateCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/UpdateEmailIdentityPolicyCommand.ts b/clients/client-sesv2/src/commands/UpdateEmailIdentityPolicyCommand.ts index e04b033b54fb4..64d4ce2276851 100644 --- a/clients/client-sesv2/src/commands/UpdateEmailIdentityPolicyCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateEmailIdentityPolicyCommand.ts @@ -17,6 +17,10 @@ import { UpdateEmailIdentityPolicyRequest, UpdateEmailIdentityPolicyResponse } f import { de_UpdateEmailIdentityPolicyCommand, se_UpdateEmailIdentityPolicyCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/commands/UpdateEmailTemplateCommand.ts b/clients/client-sesv2/src/commands/UpdateEmailTemplateCommand.ts index 012dbf9e38078..1fac197496ff3 100644 --- a/clients/client-sesv2/src/commands/UpdateEmailTemplateCommand.ts +++ b/clients/client-sesv2/src/commands/UpdateEmailTemplateCommand.ts @@ -17,6 +17,10 @@ import { UpdateEmailTemplateRequest, UpdateEmailTemplateResponse } from "../mode import { de_UpdateEmailTemplateCommand, se_UpdateEmailTemplateCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SESv2ClientResolvedConfig } from "../SESv2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sesv2/src/index.ts b/clients/client-sesv2/src/index.ts index 65f60d01f3e4b..9ce752e0c1e51 100644 --- a/clients/client-sesv2/src/index.ts +++ b/clients/client-sesv2/src/index.ts @@ -1,8 +1,20 @@ -export * from "./SESv2"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon SES API v2 + *

+ * Amazon SES is an Amazon Web Services service that + * you can use to send email messages to your customers.

+ *

If you're new to Amazon SES API v2, you might find it helpful to review the Amazon Simple Email Service Developer + * Guide. The Amazon SES Developer Guide provides information + * and code samples that demonstrate how to use Amazon SES API v2 features programmatically.

+ * + * @packageDocumentation + */ export * from "./SESv2Client"; +export * from "./SESv2"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { SESv2ServiceException } from "./models/SESv2ServiceException"; diff --git a/clients/client-sesv2/src/models/SESv2ServiceException.ts b/clients/client-sesv2/src/models/SESv2ServiceException.ts index 278344eb19e0f..688c8f941698d 100644 --- a/clients/client-sesv2/src/models/SESv2ServiceException.ts +++ b/clients/client-sesv2/src/models/SESv2ServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-sfn/src/SFNClient.ts b/clients/client-sfn/src/SFNClient.ts index 6c3961969a6fe..57cc083e5800a 100644 --- a/clients/client-sfn/src/SFNClient.ts +++ b/clients/client-sfn/src/SFNClient.ts @@ -97,6 +97,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -286,7 +288,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SFNClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SFNClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -305,7 +307,7 @@ export interface SFNClientConfig extends SFNClientConfigType {} /** * @public */ -type SFNClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SFNClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-sfn/src/commands/CreateActivityCommand.ts b/clients/client-sfn/src/commands/CreateActivityCommand.ts index b87747f39b738..2b960f0d1269b 100644 --- a/clients/client-sfn/src/commands/CreateActivityCommand.ts +++ b/clients/client-sfn/src/commands/CreateActivityCommand.ts @@ -17,6 +17,10 @@ import { CreateActivityInput, CreateActivityOutput } from "../models/models_0"; import { de_CreateActivityCommand, se_CreateActivityCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/CreateStateMachineCommand.ts b/clients/client-sfn/src/commands/CreateStateMachineCommand.ts index 60f4a74829296..74743752bcef5 100644 --- a/clients/client-sfn/src/commands/CreateStateMachineCommand.ts +++ b/clients/client-sfn/src/commands/CreateStateMachineCommand.ts @@ -21,6 +21,10 @@ import { import { de_CreateStateMachineCommand, se_CreateStateMachineCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/DeleteActivityCommand.ts b/clients/client-sfn/src/commands/DeleteActivityCommand.ts index 6480698826b5c..29fc7b0345b89 100644 --- a/clients/client-sfn/src/commands/DeleteActivityCommand.ts +++ b/clients/client-sfn/src/commands/DeleteActivityCommand.ts @@ -17,6 +17,10 @@ import { DeleteActivityInput, DeleteActivityOutput } from "../models/models_0"; import { de_DeleteActivityCommand, se_DeleteActivityCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/DeleteStateMachineCommand.ts b/clients/client-sfn/src/commands/DeleteStateMachineCommand.ts index 7957b4806472a..4080fe7d3cf7f 100644 --- a/clients/client-sfn/src/commands/DeleteStateMachineCommand.ts +++ b/clients/client-sfn/src/commands/DeleteStateMachineCommand.ts @@ -17,6 +17,10 @@ import { DeleteStateMachineInput, DeleteStateMachineOutput } from "../models/mod import { de_DeleteStateMachineCommand, se_DeleteStateMachineCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/DescribeActivityCommand.ts b/clients/client-sfn/src/commands/DescribeActivityCommand.ts index e5bea58184342..3eeed1b511d5a 100644 --- a/clients/client-sfn/src/commands/DescribeActivityCommand.ts +++ b/clients/client-sfn/src/commands/DescribeActivityCommand.ts @@ -17,6 +17,10 @@ import { DescribeActivityInput, DescribeActivityOutput } from "../models/models_ import { de_DescribeActivityCommand, se_DescribeActivityCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/DescribeExecutionCommand.ts b/clients/client-sfn/src/commands/DescribeExecutionCommand.ts index 5bd89493da34f..8175db86189ef 100644 --- a/clients/client-sfn/src/commands/DescribeExecutionCommand.ts +++ b/clients/client-sfn/src/commands/DescribeExecutionCommand.ts @@ -21,6 +21,10 @@ import { import { de_DescribeExecutionCommand, se_DescribeExecutionCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/DescribeMapRunCommand.ts b/clients/client-sfn/src/commands/DescribeMapRunCommand.ts index 71bd10ef76b5d..f1a292b821327 100644 --- a/clients/client-sfn/src/commands/DescribeMapRunCommand.ts +++ b/clients/client-sfn/src/commands/DescribeMapRunCommand.ts @@ -17,6 +17,10 @@ import { DescribeMapRunInput, DescribeMapRunOutput } from "../models/models_0"; import { de_DescribeMapRunCommand, se_DescribeMapRunCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/DescribeStateMachineCommand.ts b/clients/client-sfn/src/commands/DescribeStateMachineCommand.ts index a1b8f212d2766..de30c9dafe5fb 100644 --- a/clients/client-sfn/src/commands/DescribeStateMachineCommand.ts +++ b/clients/client-sfn/src/commands/DescribeStateMachineCommand.ts @@ -21,6 +21,10 @@ import { import { de_DescribeStateMachineCommand, se_DescribeStateMachineCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/DescribeStateMachineForExecutionCommand.ts b/clients/client-sfn/src/commands/DescribeStateMachineForExecutionCommand.ts index 9e809503e96cd..e0612647005eb 100644 --- a/clients/client-sfn/src/commands/DescribeStateMachineForExecutionCommand.ts +++ b/clients/client-sfn/src/commands/DescribeStateMachineForExecutionCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/GetActivityTaskCommand.ts b/clients/client-sfn/src/commands/GetActivityTaskCommand.ts index 7e911bdfec3e7..f5df60b9b0b55 100644 --- a/clients/client-sfn/src/commands/GetActivityTaskCommand.ts +++ b/clients/client-sfn/src/commands/GetActivityTaskCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetActivityTaskCommand, se_GetActivityTaskCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/GetExecutionHistoryCommand.ts b/clients/client-sfn/src/commands/GetExecutionHistoryCommand.ts index 44f18fcbbaf56..e98b9ec926f05 100644 --- a/clients/client-sfn/src/commands/GetExecutionHistoryCommand.ts +++ b/clients/client-sfn/src/commands/GetExecutionHistoryCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetExecutionHistoryCommand, se_GetExecutionHistoryCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/ListActivitiesCommand.ts b/clients/client-sfn/src/commands/ListActivitiesCommand.ts index 35497fb9f9405..fe458852a98a4 100644 --- a/clients/client-sfn/src/commands/ListActivitiesCommand.ts +++ b/clients/client-sfn/src/commands/ListActivitiesCommand.ts @@ -17,6 +17,10 @@ import { ListActivitiesInput, ListActivitiesOutput } from "../models/models_0"; import { de_ListActivitiesCommand, se_ListActivitiesCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/ListExecutionsCommand.ts b/clients/client-sfn/src/commands/ListExecutionsCommand.ts index 84925e2120752..2b14e244acc87 100644 --- a/clients/client-sfn/src/commands/ListExecutionsCommand.ts +++ b/clients/client-sfn/src/commands/ListExecutionsCommand.ts @@ -17,6 +17,10 @@ import { ListExecutionsInput, ListExecutionsOutput } from "../models/models_0"; import { de_ListExecutionsCommand, se_ListExecutionsCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/ListMapRunsCommand.ts b/clients/client-sfn/src/commands/ListMapRunsCommand.ts index 5f8ef59f76dd4..89ed67b239906 100644 --- a/clients/client-sfn/src/commands/ListMapRunsCommand.ts +++ b/clients/client-sfn/src/commands/ListMapRunsCommand.ts @@ -17,6 +17,10 @@ import { ListMapRunsInput, ListMapRunsOutput } from "../models/models_0"; import { de_ListMapRunsCommand, se_ListMapRunsCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/ListStateMachinesCommand.ts b/clients/client-sfn/src/commands/ListStateMachinesCommand.ts index cb4e60c859e2b..38ff51912db7a 100644 --- a/clients/client-sfn/src/commands/ListStateMachinesCommand.ts +++ b/clients/client-sfn/src/commands/ListStateMachinesCommand.ts @@ -17,6 +17,10 @@ import { ListStateMachinesInput, ListStateMachinesOutput } from "../models/model import { de_ListStateMachinesCommand, se_ListStateMachinesCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/ListTagsForResourceCommand.ts b/clients/client-sfn/src/commands/ListTagsForResourceCommand.ts index b5b4c03949ef1..461e21410ef9e 100644 --- a/clients/client-sfn/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sfn/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/m import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/SendTaskFailureCommand.ts b/clients/client-sfn/src/commands/SendTaskFailureCommand.ts index d2c3b0e24c710..82d73662d3ef9 100644 --- a/clients/client-sfn/src/commands/SendTaskFailureCommand.ts +++ b/clients/client-sfn/src/commands/SendTaskFailureCommand.ts @@ -21,6 +21,10 @@ import { import { de_SendTaskFailureCommand, se_SendTaskFailureCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/SendTaskHeartbeatCommand.ts b/clients/client-sfn/src/commands/SendTaskHeartbeatCommand.ts index bc2159f35a48c..bf4685afd284f 100644 --- a/clients/client-sfn/src/commands/SendTaskHeartbeatCommand.ts +++ b/clients/client-sfn/src/commands/SendTaskHeartbeatCommand.ts @@ -17,6 +17,10 @@ import { SendTaskHeartbeatInput, SendTaskHeartbeatOutput } from "../models/model import { de_SendTaskHeartbeatCommand, se_SendTaskHeartbeatCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/SendTaskSuccessCommand.ts b/clients/client-sfn/src/commands/SendTaskSuccessCommand.ts index 9661f69339179..c5ff5d81b4f97 100644 --- a/clients/client-sfn/src/commands/SendTaskSuccessCommand.ts +++ b/clients/client-sfn/src/commands/SendTaskSuccessCommand.ts @@ -21,6 +21,10 @@ import { import { de_SendTaskSuccessCommand, se_SendTaskSuccessCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/StartExecutionCommand.ts b/clients/client-sfn/src/commands/StartExecutionCommand.ts index 64434d802c229..f69255bf93b72 100644 --- a/clients/client-sfn/src/commands/StartExecutionCommand.ts +++ b/clients/client-sfn/src/commands/StartExecutionCommand.ts @@ -17,6 +17,10 @@ import { StartExecutionInput, StartExecutionInputFilterSensitiveLog, StartExecut import { de_StartExecutionCommand, se_StartExecutionCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/StartSyncExecutionCommand.ts b/clients/client-sfn/src/commands/StartSyncExecutionCommand.ts index 17b93e6238d03..3471b8cc60247 100644 --- a/clients/client-sfn/src/commands/StartSyncExecutionCommand.ts +++ b/clients/client-sfn/src/commands/StartSyncExecutionCommand.ts @@ -22,6 +22,10 @@ import { import { de_StartSyncExecutionCommand, se_StartSyncExecutionCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/StopExecutionCommand.ts b/clients/client-sfn/src/commands/StopExecutionCommand.ts index 0942383b13ac0..b9e97fb33f727 100644 --- a/clients/client-sfn/src/commands/StopExecutionCommand.ts +++ b/clients/client-sfn/src/commands/StopExecutionCommand.ts @@ -17,6 +17,10 @@ import { StopExecutionInput, StopExecutionInputFilterSensitiveLog, StopExecution import { de_StopExecutionCommand, se_StopExecutionCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/TagResourceCommand.ts b/clients/client-sfn/src/commands/TagResourceCommand.ts index 24eb98bb9f126..5ee6f04ba36ae 100644 --- a/clients/client-sfn/src/commands/TagResourceCommand.ts +++ b/clients/client-sfn/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/UntagResourceCommand.ts b/clients/client-sfn/src/commands/UntagResourceCommand.ts index 723da39aade2b..64ab99d3c4037 100644 --- a/clients/client-sfn/src/commands/UntagResourceCommand.ts +++ b/clients/client-sfn/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/UpdateMapRunCommand.ts b/clients/client-sfn/src/commands/UpdateMapRunCommand.ts index eb0fa576062c7..ed6d2dce3e5aa 100644 --- a/clients/client-sfn/src/commands/UpdateMapRunCommand.ts +++ b/clients/client-sfn/src/commands/UpdateMapRunCommand.ts @@ -17,6 +17,10 @@ import { UpdateMapRunInput, UpdateMapRunOutput } from "../models/models_0"; import { de_UpdateMapRunCommand, se_UpdateMapRunCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/commands/UpdateStateMachineCommand.ts b/clients/client-sfn/src/commands/UpdateStateMachineCommand.ts index 22fd1f22839c8..9baf7316283bd 100644 --- a/clients/client-sfn/src/commands/UpdateStateMachineCommand.ts +++ b/clients/client-sfn/src/commands/UpdateStateMachineCommand.ts @@ -21,6 +21,10 @@ import { import { de_UpdateStateMachineCommand, se_UpdateStateMachineCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SFNClientResolvedConfig } from "../SFNClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sfn/src/index.ts b/clients/client-sfn/src/index.ts index 98fdfadd957f3..a62094000cfe2 100644 --- a/clients/client-sfn/src/index.ts +++ b/clients/client-sfn/src/index.ts @@ -1,8 +1,29 @@ -export * from "./SFN"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Step Functions + *

Step Functions is a service that lets you coordinate the components of distributed applications + * and microservices using visual workflows.

+ *

You can use Step Functions to build applications from individual components, each of which performs + * a discrete function, or task, allowing you to scale and change + * applications quickly. Step Functions provides a console that helps visualize the components of your + * application as a series of steps. Step Functions automatically triggers and tracks each step, and + * retries steps when there are errors, so your application executes predictably and in the right + * order every time. Step Functions logs the state of each step, so you can quickly diagnose and debug any + * issues.

+ *

Step Functions manages operations and underlying infrastructure to ensure your application is + * available at any scale. You can run tasks on Amazon Web Services, your own servers, or any system that has + * access to Amazon Web Services. You can access and use Step Functions using the console, the Amazon Web Services SDKs, or an HTTP API. + * For more information about Step Functions, see the + * Step Functions Developer Guide + * .

+ * + * @packageDocumentation + */ export * from "./SFNClient"; +export * from "./SFN"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { SFNServiceException } from "./models/SFNServiceException"; diff --git a/clients/client-sfn/src/models/SFNServiceException.ts b/clients/client-sfn/src/models/SFNServiceException.ts index d4761af4e6276..3fe974660fad4 100644 --- a/clients/client-sfn/src/models/SFNServiceException.ts +++ b/clients/client-sfn/src/models/SFNServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-shield/src/ShieldClient.ts b/clients/client-shield/src/ShieldClient.ts index 38ff4038a0a38..c0e77521d48e0 100644 --- a/clients/client-shield/src/ShieldClient.ts +++ b/clients/client-shield/src/ShieldClient.ts @@ -164,6 +164,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -373,7 +375,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type ShieldClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type ShieldClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -392,7 +394,7 @@ export interface ShieldClientConfig extends ShieldClientConfigType {} /** * @public */ -type ShieldClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type ShieldClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-shield/src/commands/AssociateDRTLogBucketCommand.ts b/clients/client-shield/src/commands/AssociateDRTLogBucketCommand.ts index 43a3e2293c8c5..9c2d187184711 100644 --- a/clients/client-shield/src/commands/AssociateDRTLogBucketCommand.ts +++ b/clients/client-shield/src/commands/AssociateDRTLogBucketCommand.ts @@ -17,6 +17,10 @@ import { AssociateDRTLogBucketRequest, AssociateDRTLogBucketResponse } from "../ import { de_AssociateDRTLogBucketCommand, se_AssociateDRTLogBucketCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/AssociateDRTRoleCommand.ts b/clients/client-shield/src/commands/AssociateDRTRoleCommand.ts index e2173b45e36f0..3faae3f2b77d8 100644 --- a/clients/client-shield/src/commands/AssociateDRTRoleCommand.ts +++ b/clients/client-shield/src/commands/AssociateDRTRoleCommand.ts @@ -17,6 +17,10 @@ import { AssociateDRTRoleRequest, AssociateDRTRoleResponse } from "../models/mod import { de_AssociateDRTRoleCommand, se_AssociateDRTRoleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/AssociateHealthCheckCommand.ts b/clients/client-shield/src/commands/AssociateHealthCheckCommand.ts index 3e2474957cede..4e336d3a392e9 100644 --- a/clients/client-shield/src/commands/AssociateHealthCheckCommand.ts +++ b/clients/client-shield/src/commands/AssociateHealthCheckCommand.ts @@ -17,6 +17,10 @@ import { AssociateHealthCheckRequest, AssociateHealthCheckResponse } from "../mo import { de_AssociateHealthCheckCommand, se_AssociateHealthCheckCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/AssociateProactiveEngagementDetailsCommand.ts b/clients/client-shield/src/commands/AssociateProactiveEngagementDetailsCommand.ts index c1467c3a448f5..e2a76a94654ab 100644 --- a/clients/client-shield/src/commands/AssociateProactiveEngagementDetailsCommand.ts +++ b/clients/client-shield/src/commands/AssociateProactiveEngagementDetailsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/CreateProtectionCommand.ts b/clients/client-shield/src/commands/CreateProtectionCommand.ts index dab9bb4b88664..aca93ad822634 100644 --- a/clients/client-shield/src/commands/CreateProtectionCommand.ts +++ b/clients/client-shield/src/commands/CreateProtectionCommand.ts @@ -17,6 +17,10 @@ import { CreateProtectionRequest, CreateProtectionResponse } from "../models/mod import { de_CreateProtectionCommand, se_CreateProtectionCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/CreateProtectionGroupCommand.ts b/clients/client-shield/src/commands/CreateProtectionGroupCommand.ts index 1f549e79bad7b..535d416c3c3b0 100644 --- a/clients/client-shield/src/commands/CreateProtectionGroupCommand.ts +++ b/clients/client-shield/src/commands/CreateProtectionGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateProtectionGroupRequest, CreateProtectionGroupResponse } from "../ import { de_CreateProtectionGroupCommand, se_CreateProtectionGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/CreateSubscriptionCommand.ts b/clients/client-shield/src/commands/CreateSubscriptionCommand.ts index a463007a3310e..4bf72b8f3c570 100644 --- a/clients/client-shield/src/commands/CreateSubscriptionCommand.ts +++ b/clients/client-shield/src/commands/CreateSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { CreateSubscriptionRequest, CreateSubscriptionResponse } from "../models import { de_CreateSubscriptionCommand, se_CreateSubscriptionCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/DeleteProtectionCommand.ts b/clients/client-shield/src/commands/DeleteProtectionCommand.ts index fd04ed7c5ade3..4050a940cecf2 100644 --- a/clients/client-shield/src/commands/DeleteProtectionCommand.ts +++ b/clients/client-shield/src/commands/DeleteProtectionCommand.ts @@ -17,6 +17,10 @@ import { DeleteProtectionRequest, DeleteProtectionResponse } from "../models/mod import { de_DeleteProtectionCommand, se_DeleteProtectionCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/DeleteProtectionGroupCommand.ts b/clients/client-shield/src/commands/DeleteProtectionGroupCommand.ts index 10f77d2f729a0..536fe3a67a61a 100644 --- a/clients/client-shield/src/commands/DeleteProtectionGroupCommand.ts +++ b/clients/client-shield/src/commands/DeleteProtectionGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteProtectionGroupRequest, DeleteProtectionGroupResponse } from "../ import { de_DeleteProtectionGroupCommand, se_DeleteProtectionGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/DeleteSubscriptionCommand.ts b/clients/client-shield/src/commands/DeleteSubscriptionCommand.ts index 89c458f1000f7..8aa63bed709df 100644 --- a/clients/client-shield/src/commands/DeleteSubscriptionCommand.ts +++ b/clients/client-shield/src/commands/DeleteSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { DeleteSubscriptionRequest, DeleteSubscriptionResponse } from "../models import { de_DeleteSubscriptionCommand, se_DeleteSubscriptionCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/DescribeAttackCommand.ts b/clients/client-shield/src/commands/DescribeAttackCommand.ts index 8d17a1542cc85..1032aa554aacc 100644 --- a/clients/client-shield/src/commands/DescribeAttackCommand.ts +++ b/clients/client-shield/src/commands/DescribeAttackCommand.ts @@ -17,6 +17,10 @@ import { DescribeAttackRequest, DescribeAttackResponse } from "../models/models_ import { de_DescribeAttackCommand, se_DescribeAttackCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/DescribeAttackStatisticsCommand.ts b/clients/client-shield/src/commands/DescribeAttackStatisticsCommand.ts index cc36b9c0c648d..8dd5c2db4cddc 100644 --- a/clients/client-shield/src/commands/DescribeAttackStatisticsCommand.ts +++ b/clients/client-shield/src/commands/DescribeAttackStatisticsCommand.ts @@ -17,6 +17,10 @@ import { DescribeAttackStatisticsRequest, DescribeAttackStatisticsResponse } fro import { de_DescribeAttackStatisticsCommand, se_DescribeAttackStatisticsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/DescribeDRTAccessCommand.ts b/clients/client-shield/src/commands/DescribeDRTAccessCommand.ts index 07bcafb9580e6..394d04090f71e 100644 --- a/clients/client-shield/src/commands/DescribeDRTAccessCommand.ts +++ b/clients/client-shield/src/commands/DescribeDRTAccessCommand.ts @@ -17,6 +17,10 @@ import { DescribeDRTAccessRequest, DescribeDRTAccessResponse } from "../models/m import { de_DescribeDRTAccessCommand, se_DescribeDRTAccessCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/DescribeEmergencyContactSettingsCommand.ts b/clients/client-shield/src/commands/DescribeEmergencyContactSettingsCommand.ts index 49f4790746033..35594d261201d 100644 --- a/clients/client-shield/src/commands/DescribeEmergencyContactSettingsCommand.ts +++ b/clients/client-shield/src/commands/DescribeEmergencyContactSettingsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/DescribeProtectionCommand.ts b/clients/client-shield/src/commands/DescribeProtectionCommand.ts index 25fc37b53affd..017c604cbdeba 100644 --- a/clients/client-shield/src/commands/DescribeProtectionCommand.ts +++ b/clients/client-shield/src/commands/DescribeProtectionCommand.ts @@ -17,6 +17,10 @@ import { DescribeProtectionRequest, DescribeProtectionResponse } from "../models import { de_DescribeProtectionCommand, se_DescribeProtectionCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/DescribeProtectionGroupCommand.ts b/clients/client-shield/src/commands/DescribeProtectionGroupCommand.ts index 9f8a7874500b9..1b0322626451c 100644 --- a/clients/client-shield/src/commands/DescribeProtectionGroupCommand.ts +++ b/clients/client-shield/src/commands/DescribeProtectionGroupCommand.ts @@ -17,6 +17,10 @@ import { DescribeProtectionGroupRequest, DescribeProtectionGroupResponse } from import { de_DescribeProtectionGroupCommand, se_DescribeProtectionGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/DescribeSubscriptionCommand.ts b/clients/client-shield/src/commands/DescribeSubscriptionCommand.ts index 20c9b335245b8..98d1fa2c7b505 100644 --- a/clients/client-shield/src/commands/DescribeSubscriptionCommand.ts +++ b/clients/client-shield/src/commands/DescribeSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { DescribeSubscriptionRequest, DescribeSubscriptionResponse } from "../mo import { de_DescribeSubscriptionCommand, se_DescribeSubscriptionCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/DisableApplicationLayerAutomaticResponseCommand.ts b/clients/client-shield/src/commands/DisableApplicationLayerAutomaticResponseCommand.ts index 5187e3a4454db..0dbd97be1e346 100644 --- a/clients/client-shield/src/commands/DisableApplicationLayerAutomaticResponseCommand.ts +++ b/clients/client-shield/src/commands/DisableApplicationLayerAutomaticResponseCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/DisableProactiveEngagementCommand.ts b/clients/client-shield/src/commands/DisableProactiveEngagementCommand.ts index c2bc5469718cb..2e3b84f9bf528 100644 --- a/clients/client-shield/src/commands/DisableProactiveEngagementCommand.ts +++ b/clients/client-shield/src/commands/DisableProactiveEngagementCommand.ts @@ -17,6 +17,10 @@ import { DisableProactiveEngagementRequest, DisableProactiveEngagementResponse } import { de_DisableProactiveEngagementCommand, se_DisableProactiveEngagementCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/DisassociateDRTLogBucketCommand.ts b/clients/client-shield/src/commands/DisassociateDRTLogBucketCommand.ts index aa560c9999a94..00c58c702d4ae 100644 --- a/clients/client-shield/src/commands/DisassociateDRTLogBucketCommand.ts +++ b/clients/client-shield/src/commands/DisassociateDRTLogBucketCommand.ts @@ -17,6 +17,10 @@ import { DisassociateDRTLogBucketRequest, DisassociateDRTLogBucketResponse } fro import { de_DisassociateDRTLogBucketCommand, se_DisassociateDRTLogBucketCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/DisassociateDRTRoleCommand.ts b/clients/client-shield/src/commands/DisassociateDRTRoleCommand.ts index d9f1c310243df..b4042ea45699e 100644 --- a/clients/client-shield/src/commands/DisassociateDRTRoleCommand.ts +++ b/clients/client-shield/src/commands/DisassociateDRTRoleCommand.ts @@ -17,6 +17,10 @@ import { DisassociateDRTRoleRequest, DisassociateDRTRoleResponse } from "../mode import { de_DisassociateDRTRoleCommand, se_DisassociateDRTRoleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/DisassociateHealthCheckCommand.ts b/clients/client-shield/src/commands/DisassociateHealthCheckCommand.ts index 661bd0c87a5c0..bc9618a2cbd17 100644 --- a/clients/client-shield/src/commands/DisassociateHealthCheckCommand.ts +++ b/clients/client-shield/src/commands/DisassociateHealthCheckCommand.ts @@ -17,6 +17,10 @@ import { DisassociateHealthCheckRequest, DisassociateHealthCheckResponse } from import { de_DisassociateHealthCheckCommand, se_DisassociateHealthCheckCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/EnableApplicationLayerAutomaticResponseCommand.ts b/clients/client-shield/src/commands/EnableApplicationLayerAutomaticResponseCommand.ts index 0ab3344224df8..c9a785038119f 100644 --- a/clients/client-shield/src/commands/EnableApplicationLayerAutomaticResponseCommand.ts +++ b/clients/client-shield/src/commands/EnableApplicationLayerAutomaticResponseCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/EnableProactiveEngagementCommand.ts b/clients/client-shield/src/commands/EnableProactiveEngagementCommand.ts index 6ec6fcd94b616..17f6c031e1b6b 100644 --- a/clients/client-shield/src/commands/EnableProactiveEngagementCommand.ts +++ b/clients/client-shield/src/commands/EnableProactiveEngagementCommand.ts @@ -17,6 +17,10 @@ import { EnableProactiveEngagementRequest, EnableProactiveEngagementResponse } f import { de_EnableProactiveEngagementCommand, se_EnableProactiveEngagementCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/GetSubscriptionStateCommand.ts b/clients/client-shield/src/commands/GetSubscriptionStateCommand.ts index e0109b222c9f6..e651481f45cf2 100644 --- a/clients/client-shield/src/commands/GetSubscriptionStateCommand.ts +++ b/clients/client-shield/src/commands/GetSubscriptionStateCommand.ts @@ -17,6 +17,10 @@ import { GetSubscriptionStateRequest, GetSubscriptionStateResponse } from "../mo import { de_GetSubscriptionStateCommand, se_GetSubscriptionStateCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/ListAttacksCommand.ts b/clients/client-shield/src/commands/ListAttacksCommand.ts index 986aa838b5c7b..dea8c801a6644 100644 --- a/clients/client-shield/src/commands/ListAttacksCommand.ts +++ b/clients/client-shield/src/commands/ListAttacksCommand.ts @@ -17,6 +17,10 @@ import { ListAttacksRequest, ListAttacksResponse } from "../models/models_0"; import { de_ListAttacksCommand, se_ListAttacksCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/ListProtectionGroupsCommand.ts b/clients/client-shield/src/commands/ListProtectionGroupsCommand.ts index c9c5de089a798..4a50f2db2cc13 100644 --- a/clients/client-shield/src/commands/ListProtectionGroupsCommand.ts +++ b/clients/client-shield/src/commands/ListProtectionGroupsCommand.ts @@ -17,6 +17,10 @@ import { ListProtectionGroupsRequest, ListProtectionGroupsResponse } from "../mo import { de_ListProtectionGroupsCommand, se_ListProtectionGroupsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/ListProtectionsCommand.ts b/clients/client-shield/src/commands/ListProtectionsCommand.ts index e14b8da6d34be..3952ce7d78e60 100644 --- a/clients/client-shield/src/commands/ListProtectionsCommand.ts +++ b/clients/client-shield/src/commands/ListProtectionsCommand.ts @@ -17,6 +17,10 @@ import { ListProtectionsRequest, ListProtectionsResponse } from "../models/model import { de_ListProtectionsCommand, se_ListProtectionsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/ListResourcesInProtectionGroupCommand.ts b/clients/client-shield/src/commands/ListResourcesInProtectionGroupCommand.ts index d424b98a895cb..c701ac9f81dda 100644 --- a/clients/client-shield/src/commands/ListResourcesInProtectionGroupCommand.ts +++ b/clients/client-shield/src/commands/ListResourcesInProtectionGroupCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/ListTagsForResourceCommand.ts b/clients/client-shield/src/commands/ListTagsForResourceCommand.ts index 880d80c558f50..63e9c05bf6b73 100644 --- a/clients/client-shield/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-shield/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/TagResourceCommand.ts b/clients/client-shield/src/commands/TagResourceCommand.ts index a2630fbf26f8e..525564d6f7731 100644 --- a/clients/client-shield/src/commands/TagResourceCommand.ts +++ b/clients/client-shield/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/UntagResourceCommand.ts b/clients/client-shield/src/commands/UntagResourceCommand.ts index a92ee363802c4..9ab727332c3f2 100644 --- a/clients/client-shield/src/commands/UntagResourceCommand.ts +++ b/clients/client-shield/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/UpdateApplicationLayerAutomaticResponseCommand.ts b/clients/client-shield/src/commands/UpdateApplicationLayerAutomaticResponseCommand.ts index 02ebe69999dc5..c8c29b15317ac 100644 --- a/clients/client-shield/src/commands/UpdateApplicationLayerAutomaticResponseCommand.ts +++ b/clients/client-shield/src/commands/UpdateApplicationLayerAutomaticResponseCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/UpdateEmergencyContactSettingsCommand.ts b/clients/client-shield/src/commands/UpdateEmergencyContactSettingsCommand.ts index 56fa3365bc757..03d144120a3fc 100644 --- a/clients/client-shield/src/commands/UpdateEmergencyContactSettingsCommand.ts +++ b/clients/client-shield/src/commands/UpdateEmergencyContactSettingsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/UpdateProtectionGroupCommand.ts b/clients/client-shield/src/commands/UpdateProtectionGroupCommand.ts index 11281a6cc13d9..0ad3f8508ff91 100644 --- a/clients/client-shield/src/commands/UpdateProtectionGroupCommand.ts +++ b/clients/client-shield/src/commands/UpdateProtectionGroupCommand.ts @@ -17,6 +17,10 @@ import { UpdateProtectionGroupRequest, UpdateProtectionGroupResponse } from "../ import { de_UpdateProtectionGroupCommand, se_UpdateProtectionGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/commands/UpdateSubscriptionCommand.ts b/clients/client-shield/src/commands/UpdateSubscriptionCommand.ts index 75cf1bf63909c..dcaddb6dce8bb 100644 --- a/clients/client-shield/src/commands/UpdateSubscriptionCommand.ts +++ b/clients/client-shield/src/commands/UpdateSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { UpdateSubscriptionRequest, UpdateSubscriptionResponse } from "../models import { de_UpdateSubscriptionCommand, se_UpdateSubscriptionCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, ShieldClientResolvedConfig } from "../ShieldClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-shield/src/index.ts b/clients/client-shield/src/index.ts index 4ab64ae638a27..24ae6781126a1 100644 --- a/clients/client-shield/src/index.ts +++ b/clients/client-shield/src/index.ts @@ -1,8 +1,17 @@ -export * from "./Shield"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Shield Advanced + *

This is the Shield Advanced API Reference. This guide is for developers who need detailed information about the Shield Advanced API actions, + * data types, and errors. For detailed information about WAF and Shield Advanced features and an overview of how to use the WAF and Shield Advanced APIs, see the + * WAF and Shield Developer Guide.

+ * + * @packageDocumentation + */ export * from "./ShieldClient"; +export * from "./Shield"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { ShieldServiceException } from "./models/ShieldServiceException"; diff --git a/clients/client-shield/src/models/ShieldServiceException.ts b/clients/client-shield/src/models/ShieldServiceException.ts index d72b388681431..f6be33646e226 100644 --- a/clients/client-shield/src/models/ShieldServiceException.ts +++ b/clients/client-shield/src/models/ShieldServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-signer/src/SignerClient.ts b/clients/client-signer/src/SignerClient.ts index 237b62886e22f..43fc6df004c58 100644 --- a/clients/client-signer/src/SignerClient.ts +++ b/clients/client-signer/src/SignerClient.ts @@ -100,6 +100,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -271,7 +273,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SignerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SignerClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -290,7 +292,7 @@ export interface SignerClientConfig extends SignerClientConfigType {} /** * @public */ -type SignerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SignerClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-signer/src/commands/AddProfilePermissionCommand.ts b/clients/client-signer/src/commands/AddProfilePermissionCommand.ts index 4d8cb977bc2d9..af59a4799f1bd 100644 --- a/clients/client-signer/src/commands/AddProfilePermissionCommand.ts +++ b/clients/client-signer/src/commands/AddProfilePermissionCommand.ts @@ -17,6 +17,10 @@ import { AddProfilePermissionRequest, AddProfilePermissionResponse } from "../mo import { de_AddProfilePermissionCommand, se_AddProfilePermissionCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-signer/src/commands/CancelSigningProfileCommand.ts b/clients/client-signer/src/commands/CancelSigningProfileCommand.ts index 64ea1cc179741..12288926963b2 100644 --- a/clients/client-signer/src/commands/CancelSigningProfileCommand.ts +++ b/clients/client-signer/src/commands/CancelSigningProfileCommand.ts @@ -17,6 +17,10 @@ import { CancelSigningProfileRequest } from "../models/models_0"; import { de_CancelSigningProfileCommand, se_CancelSigningProfileCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-signer/src/commands/DescribeSigningJobCommand.ts b/clients/client-signer/src/commands/DescribeSigningJobCommand.ts index 474ed3eae2f1b..08b4f53020711 100644 --- a/clients/client-signer/src/commands/DescribeSigningJobCommand.ts +++ b/clients/client-signer/src/commands/DescribeSigningJobCommand.ts @@ -17,6 +17,10 @@ import { DescribeSigningJobRequest, DescribeSigningJobResponse } from "../models import { de_DescribeSigningJobCommand, se_DescribeSigningJobCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-signer/src/commands/GetSigningPlatformCommand.ts b/clients/client-signer/src/commands/GetSigningPlatformCommand.ts index 8b5dc6b847f90..de0e6a4d717e8 100644 --- a/clients/client-signer/src/commands/GetSigningPlatformCommand.ts +++ b/clients/client-signer/src/commands/GetSigningPlatformCommand.ts @@ -17,6 +17,10 @@ import { GetSigningPlatformRequest, GetSigningPlatformResponse } from "../models import { de_GetSigningPlatformCommand, se_GetSigningPlatformCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-signer/src/commands/GetSigningProfileCommand.ts b/clients/client-signer/src/commands/GetSigningProfileCommand.ts index 39158ad3392a4..c016dad65ac4c 100644 --- a/clients/client-signer/src/commands/GetSigningProfileCommand.ts +++ b/clients/client-signer/src/commands/GetSigningProfileCommand.ts @@ -17,6 +17,10 @@ import { GetSigningProfileRequest, GetSigningProfileResponse } from "../models/m import { de_GetSigningProfileCommand, se_GetSigningProfileCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-signer/src/commands/ListProfilePermissionsCommand.ts b/clients/client-signer/src/commands/ListProfilePermissionsCommand.ts index b87a670825d3b..d92e201366363 100644 --- a/clients/client-signer/src/commands/ListProfilePermissionsCommand.ts +++ b/clients/client-signer/src/commands/ListProfilePermissionsCommand.ts @@ -17,6 +17,10 @@ import { ListProfilePermissionsRequest, ListProfilePermissionsResponse } from ". import { de_ListProfilePermissionsCommand, se_ListProfilePermissionsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-signer/src/commands/ListSigningJobsCommand.ts b/clients/client-signer/src/commands/ListSigningJobsCommand.ts index 73f33e0568c93..49de8714e21f0 100644 --- a/clients/client-signer/src/commands/ListSigningJobsCommand.ts +++ b/clients/client-signer/src/commands/ListSigningJobsCommand.ts @@ -17,6 +17,10 @@ import { ListSigningJobsRequest, ListSigningJobsResponse } from "../models/model import { de_ListSigningJobsCommand, se_ListSigningJobsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-signer/src/commands/ListSigningPlatformsCommand.ts b/clients/client-signer/src/commands/ListSigningPlatformsCommand.ts index 0b5a9812dac2a..04d1ef23dd758 100644 --- a/clients/client-signer/src/commands/ListSigningPlatformsCommand.ts +++ b/clients/client-signer/src/commands/ListSigningPlatformsCommand.ts @@ -17,6 +17,10 @@ import { ListSigningPlatformsRequest, ListSigningPlatformsResponse } from "../mo import { de_ListSigningPlatformsCommand, se_ListSigningPlatformsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-signer/src/commands/ListSigningProfilesCommand.ts b/clients/client-signer/src/commands/ListSigningProfilesCommand.ts index 1e13593b1238b..6f390d4a53b08 100644 --- a/clients/client-signer/src/commands/ListSigningProfilesCommand.ts +++ b/clients/client-signer/src/commands/ListSigningProfilesCommand.ts @@ -17,6 +17,10 @@ import { ListSigningProfilesRequest, ListSigningProfilesResponse } from "../mode import { de_ListSigningProfilesCommand, se_ListSigningProfilesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-signer/src/commands/ListTagsForResourceCommand.ts b/clients/client-signer/src/commands/ListTagsForResourceCommand.ts index 7c2cf05aea238..e83b3a7083a22 100644 --- a/clients/client-signer/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-signer/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-signer/src/commands/PutSigningProfileCommand.ts b/clients/client-signer/src/commands/PutSigningProfileCommand.ts index 55d4fcb6dce54..1b1de8fe09ccc 100644 --- a/clients/client-signer/src/commands/PutSigningProfileCommand.ts +++ b/clients/client-signer/src/commands/PutSigningProfileCommand.ts @@ -17,6 +17,10 @@ import { PutSigningProfileRequest, PutSigningProfileResponse } from "../models/m import { de_PutSigningProfileCommand, se_PutSigningProfileCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-signer/src/commands/RemoveProfilePermissionCommand.ts b/clients/client-signer/src/commands/RemoveProfilePermissionCommand.ts index ded8b5e38fc13..37e34bc656f04 100644 --- a/clients/client-signer/src/commands/RemoveProfilePermissionCommand.ts +++ b/clients/client-signer/src/commands/RemoveProfilePermissionCommand.ts @@ -17,6 +17,10 @@ import { RemoveProfilePermissionRequest, RemoveProfilePermissionResponse } from import { de_RemoveProfilePermissionCommand, se_RemoveProfilePermissionCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-signer/src/commands/RevokeSignatureCommand.ts b/clients/client-signer/src/commands/RevokeSignatureCommand.ts index 2a522a5b6577a..8b3434667b9e2 100644 --- a/clients/client-signer/src/commands/RevokeSignatureCommand.ts +++ b/clients/client-signer/src/commands/RevokeSignatureCommand.ts @@ -17,6 +17,10 @@ import { RevokeSignatureRequest } from "../models/models_0"; import { de_RevokeSignatureCommand, se_RevokeSignatureCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-signer/src/commands/RevokeSigningProfileCommand.ts b/clients/client-signer/src/commands/RevokeSigningProfileCommand.ts index d4b3e44e0aeef..4ab9f4870fe83 100644 --- a/clients/client-signer/src/commands/RevokeSigningProfileCommand.ts +++ b/clients/client-signer/src/commands/RevokeSigningProfileCommand.ts @@ -17,6 +17,10 @@ import { RevokeSigningProfileRequest } from "../models/models_0"; import { de_RevokeSigningProfileCommand, se_RevokeSigningProfileCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-signer/src/commands/StartSigningJobCommand.ts b/clients/client-signer/src/commands/StartSigningJobCommand.ts index afdfa6acc27ce..476e21c94d3c8 100644 --- a/clients/client-signer/src/commands/StartSigningJobCommand.ts +++ b/clients/client-signer/src/commands/StartSigningJobCommand.ts @@ -17,6 +17,10 @@ import { StartSigningJobRequest, StartSigningJobResponse } from "../models/model import { de_StartSigningJobCommand, se_StartSigningJobCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-signer/src/commands/TagResourceCommand.ts b/clients/client-signer/src/commands/TagResourceCommand.ts index ca9691846d64f..d21ecb709a59f 100644 --- a/clients/client-signer/src/commands/TagResourceCommand.ts +++ b/clients/client-signer/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-signer/src/commands/UntagResourceCommand.ts b/clients/client-signer/src/commands/UntagResourceCommand.ts index 0c724feeb2681..6e95d0cea5361 100644 --- a/clients/client-signer/src/commands/UntagResourceCommand.ts +++ b/clients/client-signer/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SignerClientResolvedConfig } from "../SignerClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-signer/src/index.ts b/clients/client-signer/src/index.ts index 14f6c0d383840..501cc0acbe024 100644 --- a/clients/client-signer/src/index.ts +++ b/clients/client-signer/src/index.ts @@ -1,9 +1,31 @@ -export * from "./Signer"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

AWS Signer is a fully managed code signing service to help you ensure the trust and + * integrity of your code.

+ *

AWS Signer supports the following applications:

+ * + *

With code signing for AWS Lambda, you can sign AWS Lambda + * deployment packages. Integrated support is provided for Amazon S3, Amazon CloudWatch, + * and AWS CloudTrail. In order to sign code, you create a signing profile and then use + * Signer to sign Lambda zip files in S3.

+ * + *

With code signing for IoT, you can sign code for any IoT device that is + * supported by AWS. IoT code signing is available for Amazon FreeRTOS and AWS IoT Device Management, and is + * integrated with AWS Certificate Manager (ACM). In order to sign + * code, you import a third-party code signing certificate using ACM, and use that to + * sign updates in Amazon FreeRTOS and AWS IoT Device Management.

+ *

For more information about AWS Signer, see the AWS Signer Developer Guide.

+ * + *

+ * + * @packageDocumentation + */ export * from "./SignerClient"; +export * from "./Signer"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { SignerServiceException } from "./models/SignerServiceException"; diff --git a/clients/client-signer/src/models/SignerServiceException.ts b/clients/client-signer/src/models/SignerServiceException.ts index 3d453c9c66455..7ad75f83d27d0 100644 --- a/clients/client-signer/src/models/SignerServiceException.ts +++ b/clients/client-signer/src/models/SignerServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-simspaceweaver/src/SimSpaceWeaverClient.ts b/clients/client-simspaceweaver/src/SimSpaceWeaverClient.ts index b1b3526e82004..f8ebce864c286 100644 --- a/clients/client-simspaceweaver/src/SimSpaceWeaverClient.ts +++ b/clients/client-simspaceweaver/src/SimSpaceWeaverClient.ts @@ -78,6 +78,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -247,7 +249,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SimSpaceWeaverClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SimSpaceWeaverClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -266,7 +268,7 @@ export interface SimSpaceWeaverClientConfig extends SimSpaceWeaverClientConfigTy /** * @public */ -type SimSpaceWeaverClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SimSpaceWeaverClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-simspaceweaver/src/commands/CreateSnapshotCommand.ts b/clients/client-simspaceweaver/src/commands/CreateSnapshotCommand.ts index 0705860def68f..f899de6080ffb 100644 --- a/clients/client-simspaceweaver/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-simspaceweaver/src/commands/CreateSnapshotCommand.ts @@ -17,6 +17,10 @@ import { CreateSnapshotInput, CreateSnapshotOutput } from "../models/models_0"; import { de_CreateSnapshotCommand, se_CreateSnapshotCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConfig } from "../SimSpaceWeaverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-simspaceweaver/src/commands/DeleteAppCommand.ts b/clients/client-simspaceweaver/src/commands/DeleteAppCommand.ts index acdbc5835f8da..bd949747a7e70 100644 --- a/clients/client-simspaceweaver/src/commands/DeleteAppCommand.ts +++ b/clients/client-simspaceweaver/src/commands/DeleteAppCommand.ts @@ -17,6 +17,10 @@ import { DeleteAppInput, DeleteAppOutput } from "../models/models_0"; import { de_DeleteAppCommand, se_DeleteAppCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConfig } from "../SimSpaceWeaverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-simspaceweaver/src/commands/DeleteSimulationCommand.ts b/clients/client-simspaceweaver/src/commands/DeleteSimulationCommand.ts index b84eea2883559..5b9840ffede4c 100644 --- a/clients/client-simspaceweaver/src/commands/DeleteSimulationCommand.ts +++ b/clients/client-simspaceweaver/src/commands/DeleteSimulationCommand.ts @@ -17,6 +17,10 @@ import { DeleteSimulationInput, DeleteSimulationOutput } from "../models/models_ import { de_DeleteSimulationCommand, se_DeleteSimulationCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConfig } from "../SimSpaceWeaverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-simspaceweaver/src/commands/DescribeAppCommand.ts b/clients/client-simspaceweaver/src/commands/DescribeAppCommand.ts index b730b6d8db57e..087d5084ac834 100644 --- a/clients/client-simspaceweaver/src/commands/DescribeAppCommand.ts +++ b/clients/client-simspaceweaver/src/commands/DescribeAppCommand.ts @@ -17,6 +17,10 @@ import { DescribeAppInput, DescribeAppOutput } from "../models/models_0"; import { de_DescribeAppCommand, se_DescribeAppCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConfig } from "../SimSpaceWeaverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-simspaceweaver/src/commands/DescribeSimulationCommand.ts b/clients/client-simspaceweaver/src/commands/DescribeSimulationCommand.ts index 65a63ee62d904..78d0fcd305331 100644 --- a/clients/client-simspaceweaver/src/commands/DescribeSimulationCommand.ts +++ b/clients/client-simspaceweaver/src/commands/DescribeSimulationCommand.ts @@ -17,6 +17,10 @@ import { DescribeSimulationInput, DescribeSimulationOutput } from "../models/mod import { de_DescribeSimulationCommand, se_DescribeSimulationCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConfig } from "../SimSpaceWeaverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-simspaceweaver/src/commands/ListAppsCommand.ts b/clients/client-simspaceweaver/src/commands/ListAppsCommand.ts index 1d8531db75e20..75162f79c9136 100644 --- a/clients/client-simspaceweaver/src/commands/ListAppsCommand.ts +++ b/clients/client-simspaceweaver/src/commands/ListAppsCommand.ts @@ -17,6 +17,10 @@ import { ListAppsInput, ListAppsOutput } from "../models/models_0"; import { de_ListAppsCommand, se_ListAppsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConfig } from "../SimSpaceWeaverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-simspaceweaver/src/commands/ListSimulationsCommand.ts b/clients/client-simspaceweaver/src/commands/ListSimulationsCommand.ts index c7ab3448e5054..3a1600629bc6d 100644 --- a/clients/client-simspaceweaver/src/commands/ListSimulationsCommand.ts +++ b/clients/client-simspaceweaver/src/commands/ListSimulationsCommand.ts @@ -17,6 +17,10 @@ import { ListSimulationsInput, ListSimulationsOutput } from "../models/models_0" import { de_ListSimulationsCommand, se_ListSimulationsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConfig } from "../SimSpaceWeaverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-simspaceweaver/src/commands/ListTagsForResourceCommand.ts b/clients/client-simspaceweaver/src/commands/ListTagsForResourceCommand.ts index 3bec2c3d9cbee..2606d0739e55e 100644 --- a/clients/client-simspaceweaver/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-simspaceweaver/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/m import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConfig } from "../SimSpaceWeaverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-simspaceweaver/src/commands/StartAppCommand.ts b/clients/client-simspaceweaver/src/commands/StartAppCommand.ts index b40013e99a556..d977977e27dcf 100644 --- a/clients/client-simspaceweaver/src/commands/StartAppCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StartAppCommand.ts @@ -17,6 +17,10 @@ import { StartAppInput, StartAppInputFilterSensitiveLog, StartAppOutput } from " import { de_StartAppCommand, se_StartAppCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConfig } from "../SimSpaceWeaverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-simspaceweaver/src/commands/StartClockCommand.ts b/clients/client-simspaceweaver/src/commands/StartClockCommand.ts index 51b349d65dbb6..4171c8772e691 100644 --- a/clients/client-simspaceweaver/src/commands/StartClockCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StartClockCommand.ts @@ -17,6 +17,10 @@ import { StartClockInput, StartClockOutput } from "../models/models_0"; import { de_StartClockCommand, se_StartClockCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConfig } from "../SimSpaceWeaverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-simspaceweaver/src/commands/StartSimulationCommand.ts b/clients/client-simspaceweaver/src/commands/StartSimulationCommand.ts index 2a2c350bbb326..71ddda54f7104 100644 --- a/clients/client-simspaceweaver/src/commands/StartSimulationCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StartSimulationCommand.ts @@ -21,6 +21,10 @@ import { import { de_StartSimulationCommand, se_StartSimulationCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConfig } from "../SimSpaceWeaverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-simspaceweaver/src/commands/StopAppCommand.ts b/clients/client-simspaceweaver/src/commands/StopAppCommand.ts index 823f716210827..4974cea03e5f1 100644 --- a/clients/client-simspaceweaver/src/commands/StopAppCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StopAppCommand.ts @@ -17,6 +17,10 @@ import { StopAppInput, StopAppOutput } from "../models/models_0"; import { de_StopAppCommand, se_StopAppCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConfig } from "../SimSpaceWeaverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-simspaceweaver/src/commands/StopClockCommand.ts b/clients/client-simspaceweaver/src/commands/StopClockCommand.ts index c336490af859f..daa0e2de64a62 100644 --- a/clients/client-simspaceweaver/src/commands/StopClockCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StopClockCommand.ts @@ -17,6 +17,10 @@ import { StopClockInput, StopClockOutput } from "../models/models_0"; import { de_StopClockCommand, se_StopClockCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConfig } from "../SimSpaceWeaverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-simspaceweaver/src/commands/StopSimulationCommand.ts b/clients/client-simspaceweaver/src/commands/StopSimulationCommand.ts index d8a335fd7debc..bc99cc65b7783 100644 --- a/clients/client-simspaceweaver/src/commands/StopSimulationCommand.ts +++ b/clients/client-simspaceweaver/src/commands/StopSimulationCommand.ts @@ -17,6 +17,10 @@ import { StopSimulationInput, StopSimulationOutput } from "../models/models_0"; import { de_StopSimulationCommand, se_StopSimulationCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConfig } from "../SimSpaceWeaverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-simspaceweaver/src/commands/TagResourceCommand.ts b/clients/client-simspaceweaver/src/commands/TagResourceCommand.ts index cfdc6a9628b9e..115d19228cddc 100644 --- a/clients/client-simspaceweaver/src/commands/TagResourceCommand.ts +++ b/clients/client-simspaceweaver/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConfig } from "../SimSpaceWeaverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-simspaceweaver/src/commands/UntagResourceCommand.ts b/clients/client-simspaceweaver/src/commands/UntagResourceCommand.ts index 5cb64aba4e72a..b06d56a969c5b 100644 --- a/clients/client-simspaceweaver/src/commands/UntagResourceCommand.ts +++ b/clients/client-simspaceweaver/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SimSpaceWeaverClientResolvedConfig } from "../SimSpaceWeaverClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-simspaceweaver/src/index.ts b/clients/client-simspaceweaver/src/index.ts index e7190dc8d0b8b..774df41c29b25 100644 --- a/clients/client-simspaceweaver/src/index.ts +++ b/clients/client-simspaceweaver/src/index.ts @@ -1,8 +1,25 @@ -export * from "./SimSpaceWeaver"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

SimSpace Weaver (SimSpace Weaver) is a managed service that you can use to build and operate large-scale + * spatial simulations in the Amazon Web Services Cloud. For example, you can create a digital twin of a city, + * crowd simulations with millions of people and objects, and massively multiplayer games with + * hundreds of thousands of connected players. + * For more information about SimSpace Weaver, see the + * SimSpace Weaver User Guide + * .

+ *

This API reference describes the API operations and data types that you can use to + * communicate directly with SimSpace Weaver.

+ *

SimSpace Weaver also provides the SimSpace Weaver app SDK, which you use for app development. The + * SimSpace Weaver app SDK API reference is included in the SimSpace Weaver app SDK documentation. This + * documentation is part of the SimSpace Weaver app SDK distributable package.

+ * + * @packageDocumentation + */ export * from "./SimSpaceWeaverClient"; +export * from "./SimSpaceWeaver"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { SimSpaceWeaverServiceException } from "./models/SimSpaceWeaverServiceException"; diff --git a/clients/client-simspaceweaver/src/models/SimSpaceWeaverServiceException.ts b/clients/client-simspaceweaver/src/models/SimSpaceWeaverServiceException.ts index 755d9993769ed..9a13993cf5afc 100644 --- a/clients/client-simspaceweaver/src/models/SimSpaceWeaverServiceException.ts +++ b/clients/client-simspaceweaver/src/models/SimSpaceWeaverServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-sms/src/SMSClient.ts b/clients/client-sms/src/SMSClient.ts index 16d6293a38f3e..67b37cb8ad2c3 100644 --- a/clients/client-sms/src/SMSClient.ts +++ b/clients/client-sms/src/SMSClient.ts @@ -154,6 +154,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -361,7 +363,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SMSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SMSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -380,7 +382,7 @@ export interface SMSClientConfig extends SMSClientConfigType {} /** * @public */ -type SMSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SMSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-sms/src/commands/CreateAppCommand.ts b/clients/client-sms/src/commands/CreateAppCommand.ts index 3d310eab571f8..477494fd64019 100644 --- a/clients/client-sms/src/commands/CreateAppCommand.ts +++ b/clients/client-sms/src/commands/CreateAppCommand.ts @@ -17,6 +17,10 @@ import { CreateAppRequest, CreateAppResponse } from "../models/models_0"; import { de_CreateAppCommand, se_CreateAppCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/CreateReplicationJobCommand.ts b/clients/client-sms/src/commands/CreateReplicationJobCommand.ts index 58c7873e8769b..ebe49a5e7a37b 100644 --- a/clients/client-sms/src/commands/CreateReplicationJobCommand.ts +++ b/clients/client-sms/src/commands/CreateReplicationJobCommand.ts @@ -17,6 +17,10 @@ import { CreateReplicationJobRequest, CreateReplicationJobResponse } from "../mo import { de_CreateReplicationJobCommand, se_CreateReplicationJobCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/DeleteAppCommand.ts b/clients/client-sms/src/commands/DeleteAppCommand.ts index 95bbf5044038c..e1e8b731ec261 100644 --- a/clients/client-sms/src/commands/DeleteAppCommand.ts +++ b/clients/client-sms/src/commands/DeleteAppCommand.ts @@ -17,6 +17,10 @@ import { DeleteAppRequest, DeleteAppResponse } from "../models/models_0"; import { de_DeleteAppCommand, se_DeleteAppCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/DeleteAppLaunchConfigurationCommand.ts b/clients/client-sms/src/commands/DeleteAppLaunchConfigurationCommand.ts index 5ea90fa8cbfb3..4d08a48dde2d4 100644 --- a/clients/client-sms/src/commands/DeleteAppLaunchConfigurationCommand.ts +++ b/clients/client-sms/src/commands/DeleteAppLaunchConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/DeleteAppReplicationConfigurationCommand.ts b/clients/client-sms/src/commands/DeleteAppReplicationConfigurationCommand.ts index c8135a149885e..f9be064196f3d 100644 --- a/clients/client-sms/src/commands/DeleteAppReplicationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/DeleteAppReplicationConfigurationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/DeleteAppValidationConfigurationCommand.ts b/clients/client-sms/src/commands/DeleteAppValidationConfigurationCommand.ts index 3570238ea6f01..1322ca3af4559 100644 --- a/clients/client-sms/src/commands/DeleteAppValidationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/DeleteAppValidationConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/DeleteReplicationJobCommand.ts b/clients/client-sms/src/commands/DeleteReplicationJobCommand.ts index 8c53b396dbf38..29ab03c21df4a 100644 --- a/clients/client-sms/src/commands/DeleteReplicationJobCommand.ts +++ b/clients/client-sms/src/commands/DeleteReplicationJobCommand.ts @@ -17,6 +17,10 @@ import { DeleteReplicationJobRequest, DeleteReplicationJobResponse } from "../mo import { de_DeleteReplicationJobCommand, se_DeleteReplicationJobCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/DeleteServerCatalogCommand.ts b/clients/client-sms/src/commands/DeleteServerCatalogCommand.ts index eb3cd02f9e85d..005b05fd2ed85 100644 --- a/clients/client-sms/src/commands/DeleteServerCatalogCommand.ts +++ b/clients/client-sms/src/commands/DeleteServerCatalogCommand.ts @@ -17,6 +17,10 @@ import { DeleteServerCatalogRequest, DeleteServerCatalogResponse } from "../mode import { de_DeleteServerCatalogCommand, se_DeleteServerCatalogCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/DisassociateConnectorCommand.ts b/clients/client-sms/src/commands/DisassociateConnectorCommand.ts index 4c18a61bff2f6..661112c1432d6 100644 --- a/clients/client-sms/src/commands/DisassociateConnectorCommand.ts +++ b/clients/client-sms/src/commands/DisassociateConnectorCommand.ts @@ -17,6 +17,10 @@ import { DisassociateConnectorRequest, DisassociateConnectorResponse } from "../ import { de_DisassociateConnectorCommand, se_DisassociateConnectorCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/GenerateChangeSetCommand.ts b/clients/client-sms/src/commands/GenerateChangeSetCommand.ts index 32acf8254306d..d7e5727c7182e 100644 --- a/clients/client-sms/src/commands/GenerateChangeSetCommand.ts +++ b/clients/client-sms/src/commands/GenerateChangeSetCommand.ts @@ -17,6 +17,10 @@ import { GenerateChangeSetRequest, GenerateChangeSetResponse } from "../models/m import { de_GenerateChangeSetCommand, se_GenerateChangeSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/GenerateTemplateCommand.ts b/clients/client-sms/src/commands/GenerateTemplateCommand.ts index e49a92a548e62..c230fc5e89d71 100644 --- a/clients/client-sms/src/commands/GenerateTemplateCommand.ts +++ b/clients/client-sms/src/commands/GenerateTemplateCommand.ts @@ -17,6 +17,10 @@ import { GenerateTemplateRequest, GenerateTemplateResponse } from "../models/mod import { de_GenerateTemplateCommand, se_GenerateTemplateCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/GetAppCommand.ts b/clients/client-sms/src/commands/GetAppCommand.ts index d58fed75de5b4..7cc87beaa1a8e 100644 --- a/clients/client-sms/src/commands/GetAppCommand.ts +++ b/clients/client-sms/src/commands/GetAppCommand.ts @@ -17,6 +17,10 @@ import { GetAppRequest, GetAppResponse } from "../models/models_0"; import { de_GetAppCommand, se_GetAppCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/GetAppLaunchConfigurationCommand.ts b/clients/client-sms/src/commands/GetAppLaunchConfigurationCommand.ts index bef0ef21646bf..71d83d51d4342 100644 --- a/clients/client-sms/src/commands/GetAppLaunchConfigurationCommand.ts +++ b/clients/client-sms/src/commands/GetAppLaunchConfigurationCommand.ts @@ -17,6 +17,10 @@ import { GetAppLaunchConfigurationRequest, GetAppLaunchConfigurationResponse } f import { de_GetAppLaunchConfigurationCommand, se_GetAppLaunchConfigurationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/GetAppReplicationConfigurationCommand.ts b/clients/client-sms/src/commands/GetAppReplicationConfigurationCommand.ts index 1cf8386cfaa2a..3307a93737a95 100644 --- a/clients/client-sms/src/commands/GetAppReplicationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/GetAppReplicationConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/GetAppValidationConfigurationCommand.ts b/clients/client-sms/src/commands/GetAppValidationConfigurationCommand.ts index 8fce2f854f244..6e97580311d88 100644 --- a/clients/client-sms/src/commands/GetAppValidationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/GetAppValidationConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/GetAppValidationOutputCommand.ts b/clients/client-sms/src/commands/GetAppValidationOutputCommand.ts index 44916e76b7c1c..3f87d8213b93f 100644 --- a/clients/client-sms/src/commands/GetAppValidationOutputCommand.ts +++ b/clients/client-sms/src/commands/GetAppValidationOutputCommand.ts @@ -17,6 +17,10 @@ import { GetAppValidationOutputRequest, GetAppValidationOutputResponse } from ". import { de_GetAppValidationOutputCommand, se_GetAppValidationOutputCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/GetConnectorsCommand.ts b/clients/client-sms/src/commands/GetConnectorsCommand.ts index 2ed6f7d360164..e037a84fb9c58 100644 --- a/clients/client-sms/src/commands/GetConnectorsCommand.ts +++ b/clients/client-sms/src/commands/GetConnectorsCommand.ts @@ -17,6 +17,10 @@ import { GetConnectorsRequest, GetConnectorsResponse } from "../models/models_0" import { de_GetConnectorsCommand, se_GetConnectorsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/GetReplicationJobsCommand.ts b/clients/client-sms/src/commands/GetReplicationJobsCommand.ts index 34f2bf1b042af..a0ec556e4318f 100644 --- a/clients/client-sms/src/commands/GetReplicationJobsCommand.ts +++ b/clients/client-sms/src/commands/GetReplicationJobsCommand.ts @@ -17,6 +17,10 @@ import { GetReplicationJobsRequest, GetReplicationJobsResponse } from "../models import { de_GetReplicationJobsCommand, se_GetReplicationJobsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/GetReplicationRunsCommand.ts b/clients/client-sms/src/commands/GetReplicationRunsCommand.ts index 569c15f89d4c1..a9bfcc602e1f7 100644 --- a/clients/client-sms/src/commands/GetReplicationRunsCommand.ts +++ b/clients/client-sms/src/commands/GetReplicationRunsCommand.ts @@ -17,6 +17,10 @@ import { GetReplicationRunsRequest, GetReplicationRunsResponse } from "../models import { de_GetReplicationRunsCommand, se_GetReplicationRunsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/GetServersCommand.ts b/clients/client-sms/src/commands/GetServersCommand.ts index 7c0a1cacfde18..93d0c32ca5897 100644 --- a/clients/client-sms/src/commands/GetServersCommand.ts +++ b/clients/client-sms/src/commands/GetServersCommand.ts @@ -17,6 +17,10 @@ import { GetServersRequest, GetServersResponse } from "../models/models_0"; import { de_GetServersCommand, se_GetServersCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/ImportAppCatalogCommand.ts b/clients/client-sms/src/commands/ImportAppCatalogCommand.ts index f4b4eef147294..7efdd75b90864 100644 --- a/clients/client-sms/src/commands/ImportAppCatalogCommand.ts +++ b/clients/client-sms/src/commands/ImportAppCatalogCommand.ts @@ -17,6 +17,10 @@ import { ImportAppCatalogRequest, ImportAppCatalogResponse } from "../models/mod import { de_ImportAppCatalogCommand, se_ImportAppCatalogCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/ImportServerCatalogCommand.ts b/clients/client-sms/src/commands/ImportServerCatalogCommand.ts index ba9d5867f640b..8fbf30387d6e9 100644 --- a/clients/client-sms/src/commands/ImportServerCatalogCommand.ts +++ b/clients/client-sms/src/commands/ImportServerCatalogCommand.ts @@ -17,6 +17,10 @@ import { ImportServerCatalogRequest, ImportServerCatalogResponse } from "../mode import { de_ImportServerCatalogCommand, se_ImportServerCatalogCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/LaunchAppCommand.ts b/clients/client-sms/src/commands/LaunchAppCommand.ts index 4fe4522341195..ead1cd7303a8a 100644 --- a/clients/client-sms/src/commands/LaunchAppCommand.ts +++ b/clients/client-sms/src/commands/LaunchAppCommand.ts @@ -17,6 +17,10 @@ import { LaunchAppRequest, LaunchAppResponse } from "../models/models_0"; import { de_LaunchAppCommand, se_LaunchAppCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/ListAppsCommand.ts b/clients/client-sms/src/commands/ListAppsCommand.ts index 9bca1098c181c..cf0cc11b8cbce 100644 --- a/clients/client-sms/src/commands/ListAppsCommand.ts +++ b/clients/client-sms/src/commands/ListAppsCommand.ts @@ -17,6 +17,10 @@ import { ListAppsRequest, ListAppsResponse } from "../models/models_0"; import { de_ListAppsCommand, se_ListAppsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/NotifyAppValidationOutputCommand.ts b/clients/client-sms/src/commands/NotifyAppValidationOutputCommand.ts index a63f5674d6f64..0d030fea7888c 100644 --- a/clients/client-sms/src/commands/NotifyAppValidationOutputCommand.ts +++ b/clients/client-sms/src/commands/NotifyAppValidationOutputCommand.ts @@ -17,6 +17,10 @@ import { NotifyAppValidationOutputRequest, NotifyAppValidationOutputResponse } f import { de_NotifyAppValidationOutputCommand, se_NotifyAppValidationOutputCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/PutAppLaunchConfigurationCommand.ts b/clients/client-sms/src/commands/PutAppLaunchConfigurationCommand.ts index f6dd37711a3b2..b6446746d26b9 100644 --- a/clients/client-sms/src/commands/PutAppLaunchConfigurationCommand.ts +++ b/clients/client-sms/src/commands/PutAppLaunchConfigurationCommand.ts @@ -17,6 +17,10 @@ import { PutAppLaunchConfigurationRequest, PutAppLaunchConfigurationResponse } f import { de_PutAppLaunchConfigurationCommand, se_PutAppLaunchConfigurationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/PutAppReplicationConfigurationCommand.ts b/clients/client-sms/src/commands/PutAppReplicationConfigurationCommand.ts index 3e4bfea9070e6..b65e9d0df5bd8 100644 --- a/clients/client-sms/src/commands/PutAppReplicationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/PutAppReplicationConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/PutAppValidationConfigurationCommand.ts b/clients/client-sms/src/commands/PutAppValidationConfigurationCommand.ts index f848c58dd92ba..0d22ec3ccfb63 100644 --- a/clients/client-sms/src/commands/PutAppValidationConfigurationCommand.ts +++ b/clients/client-sms/src/commands/PutAppValidationConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/StartAppReplicationCommand.ts b/clients/client-sms/src/commands/StartAppReplicationCommand.ts index 59db2f23b1acc..7ea01505ed747 100644 --- a/clients/client-sms/src/commands/StartAppReplicationCommand.ts +++ b/clients/client-sms/src/commands/StartAppReplicationCommand.ts @@ -17,6 +17,10 @@ import { StartAppReplicationRequest, StartAppReplicationResponse } from "../mode import { de_StartAppReplicationCommand, se_StartAppReplicationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/StartOnDemandAppReplicationCommand.ts b/clients/client-sms/src/commands/StartOnDemandAppReplicationCommand.ts index ff0766d8ff4fa..0793e6725d0bb 100644 --- a/clients/client-sms/src/commands/StartOnDemandAppReplicationCommand.ts +++ b/clients/client-sms/src/commands/StartOnDemandAppReplicationCommand.ts @@ -17,6 +17,10 @@ import { StartOnDemandAppReplicationRequest, StartOnDemandAppReplicationResponse import { de_StartOnDemandAppReplicationCommand, se_StartOnDemandAppReplicationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/StartOnDemandReplicationRunCommand.ts b/clients/client-sms/src/commands/StartOnDemandReplicationRunCommand.ts index d7ec9c1fc56fd..34bcd6c68be3f 100644 --- a/clients/client-sms/src/commands/StartOnDemandReplicationRunCommand.ts +++ b/clients/client-sms/src/commands/StartOnDemandReplicationRunCommand.ts @@ -17,6 +17,10 @@ import { StartOnDemandReplicationRunRequest, StartOnDemandReplicationRunResponse import { de_StartOnDemandReplicationRunCommand, se_StartOnDemandReplicationRunCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/StopAppReplicationCommand.ts b/clients/client-sms/src/commands/StopAppReplicationCommand.ts index 5ed45e2746e57..1da03b59f7b2c 100644 --- a/clients/client-sms/src/commands/StopAppReplicationCommand.ts +++ b/clients/client-sms/src/commands/StopAppReplicationCommand.ts @@ -17,6 +17,10 @@ import { StopAppReplicationRequest, StopAppReplicationResponse } from "../models import { de_StopAppReplicationCommand, se_StopAppReplicationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/TerminateAppCommand.ts b/clients/client-sms/src/commands/TerminateAppCommand.ts index 813bf0d9fac87..46280920dbe92 100644 --- a/clients/client-sms/src/commands/TerminateAppCommand.ts +++ b/clients/client-sms/src/commands/TerminateAppCommand.ts @@ -17,6 +17,10 @@ import { TerminateAppRequest, TerminateAppResponse } from "../models/models_0"; import { de_TerminateAppCommand, se_TerminateAppCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/UpdateAppCommand.ts b/clients/client-sms/src/commands/UpdateAppCommand.ts index 89c1c43aba2f3..3bfab30959cb1 100644 --- a/clients/client-sms/src/commands/UpdateAppCommand.ts +++ b/clients/client-sms/src/commands/UpdateAppCommand.ts @@ -17,6 +17,10 @@ import { UpdateAppRequest, UpdateAppResponse } from "../models/models_0"; import { de_UpdateAppCommand, se_UpdateAppCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/commands/UpdateReplicationJobCommand.ts b/clients/client-sms/src/commands/UpdateReplicationJobCommand.ts index 1621d03b5d690..2494e2f2e662b 100644 --- a/clients/client-sms/src/commands/UpdateReplicationJobCommand.ts +++ b/clients/client-sms/src/commands/UpdateReplicationJobCommand.ts @@ -17,6 +17,10 @@ import { UpdateReplicationJobRequest, UpdateReplicationJobResponse } from "../mo import { de_UpdateReplicationJobCommand, se_UpdateReplicationJobCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SMSClientResolvedConfig } from "../SMSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sms/src/index.ts b/clients/client-sms/src/index.ts index 60c566beeeb42..195e8eb24eecf 100644 --- a/clients/client-sms/src/index.ts +++ b/clients/client-sms/src/index.ts @@ -1,8 +1,38 @@ -export * from "./SMS"; // smithy-typescript generated code +/* eslint-disable */ +/** + * + *

+ * Product update + *

+ *

We recommend Amazon Web Services Application Migration Service (Amazon Web Services + * MGN) as the primary migration service for lift-and-shift migrations. If Amazon Web Services MGN is + * unavailable in a specific Amazon Web Services Region, you can use the Server Migration Service APIs through March + * 2023.

+ *
+ *

Server Migration Service (Server Migration Service) makes it easier and faster for you to migrate your + * on-premises workloads to Amazon Web Services. To learn more about Server Migration Service, see the following + * resources:

+ * + * + * @packageDocumentation + */ export * from "./SMSClient"; +export * from "./SMS"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { SMSServiceException } from "./models/SMSServiceException"; diff --git a/clients/client-sms/src/models/SMSServiceException.ts b/clients/client-sms/src/models/SMSServiceException.ts index 962b9f2fbc272..86546be4f7288 100644 --- a/clients/client-sms/src/models/SMSServiceException.ts +++ b/clients/client-sms/src/models/SMSServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-snow-device-management/src/SnowDeviceManagementClient.ts b/clients/client-snow-device-management/src/SnowDeviceManagementClient.ts index 1609cef6ecbe4..9fe010ae49eb0 100644 --- a/clients/client-snow-device-management/src/SnowDeviceManagementClient.ts +++ b/clients/client-snow-device-management/src/SnowDeviceManagementClient.ts @@ -81,6 +81,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -244,7 +246,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SnowDeviceManagementClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SnowDeviceManagementClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -263,7 +265,7 @@ export interface SnowDeviceManagementClientConfig extends SnowDeviceManagementCl /** * @public */ -type SnowDeviceManagementClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SnowDeviceManagementClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-snow-device-management/src/commands/CancelTaskCommand.ts b/clients/client-snow-device-management/src/commands/CancelTaskCommand.ts index 7aee9f20df088..2fca5a5c87c1c 100644 --- a/clients/client-snow-device-management/src/commands/CancelTaskCommand.ts +++ b/clients/client-snow-device-management/src/commands/CancelTaskCommand.ts @@ -21,6 +21,10 @@ import { SnowDeviceManagementClientResolvedConfig, } from "../SnowDeviceManagementClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snow-device-management/src/commands/CreateTaskCommand.ts b/clients/client-snow-device-management/src/commands/CreateTaskCommand.ts index 3fe9d4180dfd7..80e3ef08e4471 100644 --- a/clients/client-snow-device-management/src/commands/CreateTaskCommand.ts +++ b/clients/client-snow-device-management/src/commands/CreateTaskCommand.ts @@ -21,6 +21,10 @@ import { SnowDeviceManagementClientResolvedConfig, } from "../SnowDeviceManagementClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snow-device-management/src/commands/DescribeDeviceCommand.ts b/clients/client-snow-device-management/src/commands/DescribeDeviceCommand.ts index 0f8bc43e866e7..b9d49a02f5119 100644 --- a/clients/client-snow-device-management/src/commands/DescribeDeviceCommand.ts +++ b/clients/client-snow-device-management/src/commands/DescribeDeviceCommand.ts @@ -21,6 +21,10 @@ import { SnowDeviceManagementClientResolvedConfig, } from "../SnowDeviceManagementClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snow-device-management/src/commands/DescribeDeviceEc2InstancesCommand.ts b/clients/client-snow-device-management/src/commands/DescribeDeviceEc2InstancesCommand.ts index 1a248477bc093..2e65a1d1a9011 100644 --- a/clients/client-snow-device-management/src/commands/DescribeDeviceEc2InstancesCommand.ts +++ b/clients/client-snow-device-management/src/commands/DescribeDeviceEc2InstancesCommand.ts @@ -21,6 +21,10 @@ import { SnowDeviceManagementClientResolvedConfig, } from "../SnowDeviceManagementClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snow-device-management/src/commands/DescribeExecutionCommand.ts b/clients/client-snow-device-management/src/commands/DescribeExecutionCommand.ts index 9050345e29953..77b43b89275b8 100644 --- a/clients/client-snow-device-management/src/commands/DescribeExecutionCommand.ts +++ b/clients/client-snow-device-management/src/commands/DescribeExecutionCommand.ts @@ -21,6 +21,10 @@ import { SnowDeviceManagementClientResolvedConfig, } from "../SnowDeviceManagementClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snow-device-management/src/commands/DescribeTaskCommand.ts b/clients/client-snow-device-management/src/commands/DescribeTaskCommand.ts index c7b8f1c393ebc..bea91df3ad454 100644 --- a/clients/client-snow-device-management/src/commands/DescribeTaskCommand.ts +++ b/clients/client-snow-device-management/src/commands/DescribeTaskCommand.ts @@ -21,6 +21,10 @@ import { SnowDeviceManagementClientResolvedConfig, } from "../SnowDeviceManagementClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snow-device-management/src/commands/ListDeviceResourcesCommand.ts b/clients/client-snow-device-management/src/commands/ListDeviceResourcesCommand.ts index 29787502bf2ac..8f2f9c0e7dee4 100644 --- a/clients/client-snow-device-management/src/commands/ListDeviceResourcesCommand.ts +++ b/clients/client-snow-device-management/src/commands/ListDeviceResourcesCommand.ts @@ -21,6 +21,10 @@ import { SnowDeviceManagementClientResolvedConfig, } from "../SnowDeviceManagementClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snow-device-management/src/commands/ListDevicesCommand.ts b/clients/client-snow-device-management/src/commands/ListDevicesCommand.ts index d1253d013ecaf..5c53f866a577f 100644 --- a/clients/client-snow-device-management/src/commands/ListDevicesCommand.ts +++ b/clients/client-snow-device-management/src/commands/ListDevicesCommand.ts @@ -21,6 +21,10 @@ import { SnowDeviceManagementClientResolvedConfig, } from "../SnowDeviceManagementClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snow-device-management/src/commands/ListExecutionsCommand.ts b/clients/client-snow-device-management/src/commands/ListExecutionsCommand.ts index 0711f78e34786..c25c2492e5281 100644 --- a/clients/client-snow-device-management/src/commands/ListExecutionsCommand.ts +++ b/clients/client-snow-device-management/src/commands/ListExecutionsCommand.ts @@ -21,6 +21,10 @@ import { SnowDeviceManagementClientResolvedConfig, } from "../SnowDeviceManagementClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snow-device-management/src/commands/ListTagsForResourceCommand.ts b/clients/client-snow-device-management/src/commands/ListTagsForResourceCommand.ts index cb68a2febaf15..7661f0ccd8921 100644 --- a/clients/client-snow-device-management/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-snow-device-management/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { SnowDeviceManagementClientResolvedConfig, } from "../SnowDeviceManagementClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snow-device-management/src/commands/ListTasksCommand.ts b/clients/client-snow-device-management/src/commands/ListTasksCommand.ts index 5090f10d006bd..7c4249a32bac0 100644 --- a/clients/client-snow-device-management/src/commands/ListTasksCommand.ts +++ b/clients/client-snow-device-management/src/commands/ListTasksCommand.ts @@ -21,6 +21,10 @@ import { SnowDeviceManagementClientResolvedConfig, } from "../SnowDeviceManagementClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snow-device-management/src/commands/TagResourceCommand.ts b/clients/client-snow-device-management/src/commands/TagResourceCommand.ts index 74c0c97770b9b..2a9105832b405 100644 --- a/clients/client-snow-device-management/src/commands/TagResourceCommand.ts +++ b/clients/client-snow-device-management/src/commands/TagResourceCommand.ts @@ -21,6 +21,10 @@ import { SnowDeviceManagementClientResolvedConfig, } from "../SnowDeviceManagementClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snow-device-management/src/commands/UntagResourceCommand.ts b/clients/client-snow-device-management/src/commands/UntagResourceCommand.ts index 725cd9e15abe2..90be92b113c1c 100644 --- a/clients/client-snow-device-management/src/commands/UntagResourceCommand.ts +++ b/clients/client-snow-device-management/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { SnowDeviceManagementClientResolvedConfig, } from "../SnowDeviceManagementClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snow-device-management/src/index.ts b/clients/client-snow-device-management/src/index.ts index 4bd486139eda4..876001e71676b 100644 --- a/clients/client-snow-device-management/src/index.ts +++ b/clients/client-snow-device-management/src/index.ts @@ -1,8 +1,14 @@ -export * from "./SnowDeviceManagement"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Web Services Snow Device Management documentation.

+ * + * @packageDocumentation + */ export * from "./SnowDeviceManagementClient"; +export * from "./SnowDeviceManagement"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { SnowDeviceManagementServiceException } from "./models/SnowDeviceManagementServiceException"; diff --git a/clients/client-snow-device-management/src/models/SnowDeviceManagementServiceException.ts b/clients/client-snow-device-management/src/models/SnowDeviceManagementServiceException.ts index 77a3c0c1c5550..6981e527d8c9a 100644 --- a/clients/client-snow-device-management/src/models/SnowDeviceManagementServiceException.ts +++ b/clients/client-snow-device-management/src/models/SnowDeviceManagementServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-snowball/src/SnowballClient.ts b/clients/client-snowball/src/SnowballClient.ts index 5d835a46ce707..991aba10c451a 100644 --- a/clients/client-snowball/src/SnowballClient.ts +++ b/clients/client-snowball/src/SnowballClient.ts @@ -109,6 +109,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -298,7 +300,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SnowballClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SnowballClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -317,7 +319,7 @@ export interface SnowballClientConfig extends SnowballClientConfigType {} /** * @public */ -type SnowballClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SnowballClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-snowball/src/commands/CancelClusterCommand.ts b/clients/client-snowball/src/commands/CancelClusterCommand.ts index ca3bb5d4e222e..b1c064b65a725 100644 --- a/clients/client-snowball/src/commands/CancelClusterCommand.ts +++ b/clients/client-snowball/src/commands/CancelClusterCommand.ts @@ -17,6 +17,10 @@ import { CancelClusterRequest, CancelClusterResult } from "../models/models_0"; import { de_CancelClusterCommand, se_CancelClusterCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/CancelJobCommand.ts b/clients/client-snowball/src/commands/CancelJobCommand.ts index 05166e85b7aaa..a8c4fd34856e6 100644 --- a/clients/client-snowball/src/commands/CancelJobCommand.ts +++ b/clients/client-snowball/src/commands/CancelJobCommand.ts @@ -17,6 +17,10 @@ import { CancelJobRequest, CancelJobResult } from "../models/models_0"; import { de_CancelJobCommand, se_CancelJobCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/CreateAddressCommand.ts b/clients/client-snowball/src/commands/CreateAddressCommand.ts index ac732e1883488..5c96e32ae35f8 100644 --- a/clients/client-snowball/src/commands/CreateAddressCommand.ts +++ b/clients/client-snowball/src/commands/CreateAddressCommand.ts @@ -17,6 +17,10 @@ import { CreateAddressRequest, CreateAddressResult } from "../models/models_0"; import { de_CreateAddressCommand, se_CreateAddressCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/CreateClusterCommand.ts b/clients/client-snowball/src/commands/CreateClusterCommand.ts index 5bd633ed7ae23..e17c4b8b1066e 100644 --- a/clients/client-snowball/src/commands/CreateClusterCommand.ts +++ b/clients/client-snowball/src/commands/CreateClusterCommand.ts @@ -17,6 +17,10 @@ import { CreateClusterRequest, CreateClusterResult } from "../models/models_0"; import { de_CreateClusterCommand, se_CreateClusterCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/CreateJobCommand.ts b/clients/client-snowball/src/commands/CreateJobCommand.ts index 858448008a546..a71790a9aaef7 100644 --- a/clients/client-snowball/src/commands/CreateJobCommand.ts +++ b/clients/client-snowball/src/commands/CreateJobCommand.ts @@ -17,6 +17,10 @@ import { CreateJobRequest, CreateJobResult } from "../models/models_0"; import { de_CreateJobCommand, se_CreateJobCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/CreateLongTermPricingCommand.ts b/clients/client-snowball/src/commands/CreateLongTermPricingCommand.ts index ad20d2e45dd85..8ca9093010e88 100644 --- a/clients/client-snowball/src/commands/CreateLongTermPricingCommand.ts +++ b/clients/client-snowball/src/commands/CreateLongTermPricingCommand.ts @@ -17,6 +17,10 @@ import { CreateLongTermPricingRequest, CreateLongTermPricingResult } from "../mo import { de_CreateLongTermPricingCommand, se_CreateLongTermPricingCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/CreateReturnShippingLabelCommand.ts b/clients/client-snowball/src/commands/CreateReturnShippingLabelCommand.ts index b70179f3dc4bc..6c4784eb91f08 100644 --- a/clients/client-snowball/src/commands/CreateReturnShippingLabelCommand.ts +++ b/clients/client-snowball/src/commands/CreateReturnShippingLabelCommand.ts @@ -17,6 +17,10 @@ import { CreateReturnShippingLabelRequest, CreateReturnShippingLabelResult } fro import { de_CreateReturnShippingLabelCommand, se_CreateReturnShippingLabelCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/DescribeAddressCommand.ts b/clients/client-snowball/src/commands/DescribeAddressCommand.ts index 1df2697152926..1a6bb9ee4a56c 100644 --- a/clients/client-snowball/src/commands/DescribeAddressCommand.ts +++ b/clients/client-snowball/src/commands/DescribeAddressCommand.ts @@ -17,6 +17,10 @@ import { DescribeAddressRequest, DescribeAddressResult } from "../models/models_ import { de_DescribeAddressCommand, se_DescribeAddressCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/DescribeAddressesCommand.ts b/clients/client-snowball/src/commands/DescribeAddressesCommand.ts index 4370ea2001bea..936b4eb03ce31 100644 --- a/clients/client-snowball/src/commands/DescribeAddressesCommand.ts +++ b/clients/client-snowball/src/commands/DescribeAddressesCommand.ts @@ -17,6 +17,10 @@ import { DescribeAddressesRequest, DescribeAddressesResult } from "../models/mod import { de_DescribeAddressesCommand, se_DescribeAddressesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/DescribeClusterCommand.ts b/clients/client-snowball/src/commands/DescribeClusterCommand.ts index a5ff37a8b59bb..6810bdf6df33b 100644 --- a/clients/client-snowball/src/commands/DescribeClusterCommand.ts +++ b/clients/client-snowball/src/commands/DescribeClusterCommand.ts @@ -17,6 +17,10 @@ import { DescribeClusterRequest, DescribeClusterResult } from "../models/models_ import { de_DescribeClusterCommand, se_DescribeClusterCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/DescribeJobCommand.ts b/clients/client-snowball/src/commands/DescribeJobCommand.ts index 3bc9a492b4833..2cf4eb2055b18 100644 --- a/clients/client-snowball/src/commands/DescribeJobCommand.ts +++ b/clients/client-snowball/src/commands/DescribeJobCommand.ts @@ -17,6 +17,10 @@ import { DescribeJobRequest, DescribeJobResult } from "../models/models_0"; import { de_DescribeJobCommand, se_DescribeJobCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/DescribeReturnShippingLabelCommand.ts b/clients/client-snowball/src/commands/DescribeReturnShippingLabelCommand.ts index f3c67e609354b..9731f52359dd4 100644 --- a/clients/client-snowball/src/commands/DescribeReturnShippingLabelCommand.ts +++ b/clients/client-snowball/src/commands/DescribeReturnShippingLabelCommand.ts @@ -17,6 +17,10 @@ import { DescribeReturnShippingLabelRequest, DescribeReturnShippingLabelResult } import { de_DescribeReturnShippingLabelCommand, se_DescribeReturnShippingLabelCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/GetJobManifestCommand.ts b/clients/client-snowball/src/commands/GetJobManifestCommand.ts index 4b22b12a7f0e3..05ab032b3a389 100644 --- a/clients/client-snowball/src/commands/GetJobManifestCommand.ts +++ b/clients/client-snowball/src/commands/GetJobManifestCommand.ts @@ -17,6 +17,10 @@ import { GetJobManifestRequest, GetJobManifestResult } from "../models/models_0" import { de_GetJobManifestCommand, se_GetJobManifestCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/GetJobUnlockCodeCommand.ts b/clients/client-snowball/src/commands/GetJobUnlockCodeCommand.ts index ec2ab3e51fa11..e25c26d1bacf7 100644 --- a/clients/client-snowball/src/commands/GetJobUnlockCodeCommand.ts +++ b/clients/client-snowball/src/commands/GetJobUnlockCodeCommand.ts @@ -17,6 +17,10 @@ import { GetJobUnlockCodeRequest, GetJobUnlockCodeResult } from "../models/model import { de_GetJobUnlockCodeCommand, se_GetJobUnlockCodeCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/GetSnowballUsageCommand.ts b/clients/client-snowball/src/commands/GetSnowballUsageCommand.ts index b8b54a57ac78f..1e5dbe99f2288 100644 --- a/clients/client-snowball/src/commands/GetSnowballUsageCommand.ts +++ b/clients/client-snowball/src/commands/GetSnowballUsageCommand.ts @@ -17,6 +17,10 @@ import { GetSnowballUsageRequest, GetSnowballUsageResult } from "../models/model import { de_GetSnowballUsageCommand, se_GetSnowballUsageCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/GetSoftwareUpdatesCommand.ts b/clients/client-snowball/src/commands/GetSoftwareUpdatesCommand.ts index 6d047eb0691f9..4ffa3b5f09ab3 100644 --- a/clients/client-snowball/src/commands/GetSoftwareUpdatesCommand.ts +++ b/clients/client-snowball/src/commands/GetSoftwareUpdatesCommand.ts @@ -17,6 +17,10 @@ import { GetSoftwareUpdatesRequest, GetSoftwareUpdatesResult } from "../models/m import { de_GetSoftwareUpdatesCommand, se_GetSoftwareUpdatesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/ListClusterJobsCommand.ts b/clients/client-snowball/src/commands/ListClusterJobsCommand.ts index 73337b2a2fc25..71d2ddcbb5fce 100644 --- a/clients/client-snowball/src/commands/ListClusterJobsCommand.ts +++ b/clients/client-snowball/src/commands/ListClusterJobsCommand.ts @@ -17,6 +17,10 @@ import { ListClusterJobsRequest, ListClusterJobsResult } from "../models/models_ import { de_ListClusterJobsCommand, se_ListClusterJobsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/ListClustersCommand.ts b/clients/client-snowball/src/commands/ListClustersCommand.ts index d2975ee334d4d..d447f9c06aaf7 100644 --- a/clients/client-snowball/src/commands/ListClustersCommand.ts +++ b/clients/client-snowball/src/commands/ListClustersCommand.ts @@ -17,6 +17,10 @@ import { ListClustersRequest, ListClustersResult } from "../models/models_0"; import { de_ListClustersCommand, se_ListClustersCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/ListCompatibleImagesCommand.ts b/clients/client-snowball/src/commands/ListCompatibleImagesCommand.ts index 943a61dcde784..c9b3456b57a03 100644 --- a/clients/client-snowball/src/commands/ListCompatibleImagesCommand.ts +++ b/clients/client-snowball/src/commands/ListCompatibleImagesCommand.ts @@ -17,6 +17,10 @@ import { ListCompatibleImagesRequest, ListCompatibleImagesResult } from "../mode import { de_ListCompatibleImagesCommand, se_ListCompatibleImagesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/ListJobsCommand.ts b/clients/client-snowball/src/commands/ListJobsCommand.ts index 6e3f26bb6be27..bbb9945a7fa50 100644 --- a/clients/client-snowball/src/commands/ListJobsCommand.ts +++ b/clients/client-snowball/src/commands/ListJobsCommand.ts @@ -17,6 +17,10 @@ import { ListJobsRequest, ListJobsResult } from "../models/models_0"; import { de_ListJobsCommand, se_ListJobsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/ListLongTermPricingCommand.ts b/clients/client-snowball/src/commands/ListLongTermPricingCommand.ts index f8debc7bcb174..2df6a95b97de3 100644 --- a/clients/client-snowball/src/commands/ListLongTermPricingCommand.ts +++ b/clients/client-snowball/src/commands/ListLongTermPricingCommand.ts @@ -17,6 +17,10 @@ import { ListLongTermPricingRequest, ListLongTermPricingResult } from "../models import { de_ListLongTermPricingCommand, se_ListLongTermPricingCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/ListServiceVersionsCommand.ts b/clients/client-snowball/src/commands/ListServiceVersionsCommand.ts index 3d1ee1b7b22f1..2ed7ebd2cdc9e 100644 --- a/clients/client-snowball/src/commands/ListServiceVersionsCommand.ts +++ b/clients/client-snowball/src/commands/ListServiceVersionsCommand.ts @@ -17,6 +17,10 @@ import { ListServiceVersionsRequest, ListServiceVersionsResult } from "../models import { de_ListServiceVersionsCommand, se_ListServiceVersionsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/UpdateClusterCommand.ts b/clients/client-snowball/src/commands/UpdateClusterCommand.ts index d0e7213285839..116dd1b1c4a03 100644 --- a/clients/client-snowball/src/commands/UpdateClusterCommand.ts +++ b/clients/client-snowball/src/commands/UpdateClusterCommand.ts @@ -17,6 +17,10 @@ import { UpdateClusterRequest, UpdateClusterResult } from "../models/models_0"; import { de_UpdateClusterCommand, se_UpdateClusterCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/UpdateJobCommand.ts b/clients/client-snowball/src/commands/UpdateJobCommand.ts index 98d68ea0a109d..c4ed07b007e7d 100644 --- a/clients/client-snowball/src/commands/UpdateJobCommand.ts +++ b/clients/client-snowball/src/commands/UpdateJobCommand.ts @@ -17,6 +17,10 @@ import { UpdateJobRequest, UpdateJobResult } from "../models/models_0"; import { de_UpdateJobCommand, se_UpdateJobCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/UpdateJobShipmentStateCommand.ts b/clients/client-snowball/src/commands/UpdateJobShipmentStateCommand.ts index 70e20b8311b15..a3ba237b3eab5 100644 --- a/clients/client-snowball/src/commands/UpdateJobShipmentStateCommand.ts +++ b/clients/client-snowball/src/commands/UpdateJobShipmentStateCommand.ts @@ -17,6 +17,10 @@ import { UpdateJobShipmentStateRequest, UpdateJobShipmentStateResult } from "../ import { de_UpdateJobShipmentStateCommand, se_UpdateJobShipmentStateCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/commands/UpdateLongTermPricingCommand.ts b/clients/client-snowball/src/commands/UpdateLongTermPricingCommand.ts index 4a8c3c490235e..1d4f661799649 100644 --- a/clients/client-snowball/src/commands/UpdateLongTermPricingCommand.ts +++ b/clients/client-snowball/src/commands/UpdateLongTermPricingCommand.ts @@ -17,6 +17,10 @@ import { UpdateLongTermPricingRequest, UpdateLongTermPricingResult } from "../mo import { de_UpdateLongTermPricingCommand, se_UpdateLongTermPricingCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SnowballClientResolvedConfig } from "../SnowballClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-snowball/src/index.ts b/clients/client-snowball/src/index.ts index 62f99bcb83b4b..bb366a1d003f7 100644 --- a/clients/client-snowball/src/index.ts +++ b/clients/client-snowball/src/index.ts @@ -1,8 +1,19 @@ -export * from "./Snowball"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses + * secure devices to transfer large amounts of data between your on-premises data centers and + * Amazon Simple Storage Service (Amazon S3). The Snow Family commands described here provide access to the same + * functionality that is available in the Amazon Web Services Snow Family Management Console, which enables you to create + * and manage jobs for a Snow Family device. To transfer data locally with a Snow Family device, + * you'll need to use the Snowball Edge client or the Amazon S3 API Interface for Snowball or OpsHub for Snow Family. For more information, see the User Guide.

+ * + * @packageDocumentation + */ export * from "./SnowballClient"; +export * from "./Snowball"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { SnowballServiceException } from "./models/SnowballServiceException"; diff --git a/clients/client-snowball/src/models/SnowballServiceException.ts b/clients/client-snowball/src/models/SnowballServiceException.ts index 6d8571f0f7e92..dad5816239b09 100644 --- a/clients/client-snowball/src/models/SnowballServiceException.ts +++ b/clients/client-snowball/src/models/SnowballServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-sns/src/SNSClient.ts b/clients/client-sns/src/SNSClient.ts index 6839381661e2d..96b263a5f9987 100644 --- a/clients/client-sns/src/SNSClient.ts +++ b/clients/client-sns/src/SNSClient.ts @@ -173,6 +173,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -394,7 +396,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SNSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SNSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -413,7 +415,7 @@ export interface SNSClientConfig extends SNSClientConfigType {} /** * @public */ -type SNSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SNSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-sns/src/commands/AddPermissionCommand.ts b/clients/client-sns/src/commands/AddPermissionCommand.ts index 1349ee6e46cfa..097bcc6c7fdc7 100644 --- a/clients/client-sns/src/commands/AddPermissionCommand.ts +++ b/clients/client-sns/src/commands/AddPermissionCommand.ts @@ -17,6 +17,10 @@ import { AddPermissionInput } from "../models/models_0"; import { de_AddPermissionCommand, se_AddPermissionCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/CheckIfPhoneNumberIsOptedOutCommand.ts b/clients/client-sns/src/commands/CheckIfPhoneNumberIsOptedOutCommand.ts index 5fca7e77956a4..b28f045bfa3bd 100644 --- a/clients/client-sns/src/commands/CheckIfPhoneNumberIsOptedOutCommand.ts +++ b/clients/client-sns/src/commands/CheckIfPhoneNumberIsOptedOutCommand.ts @@ -17,6 +17,10 @@ import { CheckIfPhoneNumberIsOptedOutInput, CheckIfPhoneNumberIsOptedOutResponse import { de_CheckIfPhoneNumberIsOptedOutCommand, se_CheckIfPhoneNumberIsOptedOutCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/ConfirmSubscriptionCommand.ts b/clients/client-sns/src/commands/ConfirmSubscriptionCommand.ts index c57ddf0ca4ec3..26cae43640f03 100644 --- a/clients/client-sns/src/commands/ConfirmSubscriptionCommand.ts +++ b/clients/client-sns/src/commands/ConfirmSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { ConfirmSubscriptionInput, ConfirmSubscriptionResponse } from "../models import { de_ConfirmSubscriptionCommand, se_ConfirmSubscriptionCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/CreatePlatformApplicationCommand.ts b/clients/client-sns/src/commands/CreatePlatformApplicationCommand.ts index 51ac3b791af6d..88a4a67424478 100644 --- a/clients/client-sns/src/commands/CreatePlatformApplicationCommand.ts +++ b/clients/client-sns/src/commands/CreatePlatformApplicationCommand.ts @@ -17,6 +17,10 @@ import { CreatePlatformApplicationInput, CreatePlatformApplicationResponse } fro import { de_CreatePlatformApplicationCommand, se_CreatePlatformApplicationCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/CreatePlatformEndpointCommand.ts b/clients/client-sns/src/commands/CreatePlatformEndpointCommand.ts index 121eef28fbb78..762f73ef4c58a 100644 --- a/clients/client-sns/src/commands/CreatePlatformEndpointCommand.ts +++ b/clients/client-sns/src/commands/CreatePlatformEndpointCommand.ts @@ -17,6 +17,10 @@ import { CreateEndpointResponse, CreatePlatformEndpointInput } from "../models/m import { de_CreatePlatformEndpointCommand, se_CreatePlatformEndpointCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/CreateSMSSandboxPhoneNumberCommand.ts b/clients/client-sns/src/commands/CreateSMSSandboxPhoneNumberCommand.ts index 8e02d29020726..ecefc88047b22 100644 --- a/clients/client-sns/src/commands/CreateSMSSandboxPhoneNumberCommand.ts +++ b/clients/client-sns/src/commands/CreateSMSSandboxPhoneNumberCommand.ts @@ -17,6 +17,10 @@ import { CreateSMSSandboxPhoneNumberInput, CreateSMSSandboxPhoneNumberResult } f import { de_CreateSMSSandboxPhoneNumberCommand, se_CreateSMSSandboxPhoneNumberCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/CreateTopicCommand.ts b/clients/client-sns/src/commands/CreateTopicCommand.ts index 161ad4ca6531a..cea79aade6f06 100644 --- a/clients/client-sns/src/commands/CreateTopicCommand.ts +++ b/clients/client-sns/src/commands/CreateTopicCommand.ts @@ -17,6 +17,10 @@ import { CreateTopicInput, CreateTopicResponse } from "../models/models_0"; import { de_CreateTopicCommand, se_CreateTopicCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/DeleteEndpointCommand.ts b/clients/client-sns/src/commands/DeleteEndpointCommand.ts index 007473545e47f..25eae5f6c01e1 100644 --- a/clients/client-sns/src/commands/DeleteEndpointCommand.ts +++ b/clients/client-sns/src/commands/DeleteEndpointCommand.ts @@ -17,6 +17,10 @@ import { DeleteEndpointInput } from "../models/models_0"; import { de_DeleteEndpointCommand, se_DeleteEndpointCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/DeletePlatformApplicationCommand.ts b/clients/client-sns/src/commands/DeletePlatformApplicationCommand.ts index 23452daec4770..a55779eef5422 100644 --- a/clients/client-sns/src/commands/DeletePlatformApplicationCommand.ts +++ b/clients/client-sns/src/commands/DeletePlatformApplicationCommand.ts @@ -17,6 +17,10 @@ import { DeletePlatformApplicationInput } from "../models/models_0"; import { de_DeletePlatformApplicationCommand, se_DeletePlatformApplicationCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/DeleteSMSSandboxPhoneNumberCommand.ts b/clients/client-sns/src/commands/DeleteSMSSandboxPhoneNumberCommand.ts index e50f635d937e5..55c09452a2ff0 100644 --- a/clients/client-sns/src/commands/DeleteSMSSandboxPhoneNumberCommand.ts +++ b/clients/client-sns/src/commands/DeleteSMSSandboxPhoneNumberCommand.ts @@ -17,6 +17,10 @@ import { DeleteSMSSandboxPhoneNumberInput, DeleteSMSSandboxPhoneNumberResult } f import { de_DeleteSMSSandboxPhoneNumberCommand, se_DeleteSMSSandboxPhoneNumberCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/DeleteTopicCommand.ts b/clients/client-sns/src/commands/DeleteTopicCommand.ts index b5ee5b3750ec9..7c424cbf6215a 100644 --- a/clients/client-sns/src/commands/DeleteTopicCommand.ts +++ b/clients/client-sns/src/commands/DeleteTopicCommand.ts @@ -17,6 +17,10 @@ import { DeleteTopicInput } from "../models/models_0"; import { de_DeleteTopicCommand, se_DeleteTopicCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/GetDataProtectionPolicyCommand.ts b/clients/client-sns/src/commands/GetDataProtectionPolicyCommand.ts index a226f7dd664b4..501b0dd42c42f 100644 --- a/clients/client-sns/src/commands/GetDataProtectionPolicyCommand.ts +++ b/clients/client-sns/src/commands/GetDataProtectionPolicyCommand.ts @@ -17,6 +17,10 @@ import { GetDataProtectionPolicyInput, GetDataProtectionPolicyResponse } from ". import { de_GetDataProtectionPolicyCommand, se_GetDataProtectionPolicyCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/GetEndpointAttributesCommand.ts b/clients/client-sns/src/commands/GetEndpointAttributesCommand.ts index 9c3f6f9d63c03..9e0e1204d8167 100644 --- a/clients/client-sns/src/commands/GetEndpointAttributesCommand.ts +++ b/clients/client-sns/src/commands/GetEndpointAttributesCommand.ts @@ -17,6 +17,10 @@ import { GetEndpointAttributesInput, GetEndpointAttributesResponse } from "../mo import { de_GetEndpointAttributesCommand, se_GetEndpointAttributesCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/GetPlatformApplicationAttributesCommand.ts b/clients/client-sns/src/commands/GetPlatformApplicationAttributesCommand.ts index 2737822f06d13..8187bcae616b6 100644 --- a/clients/client-sns/src/commands/GetPlatformApplicationAttributesCommand.ts +++ b/clients/client-sns/src/commands/GetPlatformApplicationAttributesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/GetSMSAttributesCommand.ts b/clients/client-sns/src/commands/GetSMSAttributesCommand.ts index fedfd58dacbc3..f7f97a790f0c0 100644 --- a/clients/client-sns/src/commands/GetSMSAttributesCommand.ts +++ b/clients/client-sns/src/commands/GetSMSAttributesCommand.ts @@ -17,6 +17,10 @@ import { GetSMSAttributesInput, GetSMSAttributesResponse } from "../models/model import { de_GetSMSAttributesCommand, se_GetSMSAttributesCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/GetSMSSandboxAccountStatusCommand.ts b/clients/client-sns/src/commands/GetSMSSandboxAccountStatusCommand.ts index cb3a903eea130..a74603c9e2b69 100644 --- a/clients/client-sns/src/commands/GetSMSSandboxAccountStatusCommand.ts +++ b/clients/client-sns/src/commands/GetSMSSandboxAccountStatusCommand.ts @@ -17,6 +17,10 @@ import { GetSMSSandboxAccountStatusInput, GetSMSSandboxAccountStatusResult } fro import { de_GetSMSSandboxAccountStatusCommand, se_GetSMSSandboxAccountStatusCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/GetSubscriptionAttributesCommand.ts b/clients/client-sns/src/commands/GetSubscriptionAttributesCommand.ts index 8a63cb2aa09f6..6be53629f387b 100644 --- a/clients/client-sns/src/commands/GetSubscriptionAttributesCommand.ts +++ b/clients/client-sns/src/commands/GetSubscriptionAttributesCommand.ts @@ -17,6 +17,10 @@ import { GetSubscriptionAttributesInput, GetSubscriptionAttributesResponse } fro import { de_GetSubscriptionAttributesCommand, se_GetSubscriptionAttributesCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/GetTopicAttributesCommand.ts b/clients/client-sns/src/commands/GetTopicAttributesCommand.ts index b97e3ef0f1f7f..8e7215e2b5929 100644 --- a/clients/client-sns/src/commands/GetTopicAttributesCommand.ts +++ b/clients/client-sns/src/commands/GetTopicAttributesCommand.ts @@ -17,6 +17,10 @@ import { GetTopicAttributesInput, GetTopicAttributesResponse } from "../models/m import { de_GetTopicAttributesCommand, se_GetTopicAttributesCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/ListEndpointsByPlatformApplicationCommand.ts b/clients/client-sns/src/commands/ListEndpointsByPlatformApplicationCommand.ts index 1ec10e004772a..5824a26188988 100644 --- a/clients/client-sns/src/commands/ListEndpointsByPlatformApplicationCommand.ts +++ b/clients/client-sns/src/commands/ListEndpointsByPlatformApplicationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/ListOriginationNumbersCommand.ts b/clients/client-sns/src/commands/ListOriginationNumbersCommand.ts index a1357b98c8a5d..8c76e19513708 100644 --- a/clients/client-sns/src/commands/ListOriginationNumbersCommand.ts +++ b/clients/client-sns/src/commands/ListOriginationNumbersCommand.ts @@ -17,6 +17,10 @@ import { ListOriginationNumbersRequest, ListOriginationNumbersResult } from "../ import { de_ListOriginationNumbersCommand, se_ListOriginationNumbersCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/ListPhoneNumbersOptedOutCommand.ts b/clients/client-sns/src/commands/ListPhoneNumbersOptedOutCommand.ts index 11bcd22db6de1..985cc44aa3971 100644 --- a/clients/client-sns/src/commands/ListPhoneNumbersOptedOutCommand.ts +++ b/clients/client-sns/src/commands/ListPhoneNumbersOptedOutCommand.ts @@ -17,6 +17,10 @@ import { ListPhoneNumbersOptedOutInput, ListPhoneNumbersOptedOutResponse } from import { de_ListPhoneNumbersOptedOutCommand, se_ListPhoneNumbersOptedOutCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/ListPlatformApplicationsCommand.ts b/clients/client-sns/src/commands/ListPlatformApplicationsCommand.ts index e7f6fac434184..9224d83d17769 100644 --- a/clients/client-sns/src/commands/ListPlatformApplicationsCommand.ts +++ b/clients/client-sns/src/commands/ListPlatformApplicationsCommand.ts @@ -17,6 +17,10 @@ import { ListPlatformApplicationsInput, ListPlatformApplicationsResponse } from import { de_ListPlatformApplicationsCommand, se_ListPlatformApplicationsCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/ListSMSSandboxPhoneNumbersCommand.ts b/clients/client-sns/src/commands/ListSMSSandboxPhoneNumbersCommand.ts index d69ca6d4e59af..f7ce78351cf8d 100644 --- a/clients/client-sns/src/commands/ListSMSSandboxPhoneNumbersCommand.ts +++ b/clients/client-sns/src/commands/ListSMSSandboxPhoneNumbersCommand.ts @@ -17,6 +17,10 @@ import { ListSMSSandboxPhoneNumbersInput, ListSMSSandboxPhoneNumbersResult } fro import { de_ListSMSSandboxPhoneNumbersCommand, se_ListSMSSandboxPhoneNumbersCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/ListSubscriptionsByTopicCommand.ts b/clients/client-sns/src/commands/ListSubscriptionsByTopicCommand.ts index 423a16a125c2a..03d37d8608c3d 100644 --- a/clients/client-sns/src/commands/ListSubscriptionsByTopicCommand.ts +++ b/clients/client-sns/src/commands/ListSubscriptionsByTopicCommand.ts @@ -17,6 +17,10 @@ import { ListSubscriptionsByTopicInput, ListSubscriptionsByTopicResponse } from import { de_ListSubscriptionsByTopicCommand, se_ListSubscriptionsByTopicCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/ListSubscriptionsCommand.ts b/clients/client-sns/src/commands/ListSubscriptionsCommand.ts index 26311def01d59..d2fa77e8aefed 100644 --- a/clients/client-sns/src/commands/ListSubscriptionsCommand.ts +++ b/clients/client-sns/src/commands/ListSubscriptionsCommand.ts @@ -17,6 +17,10 @@ import { ListSubscriptionsInput, ListSubscriptionsResponse } from "../models/mod import { de_ListSubscriptionsCommand, se_ListSubscriptionsCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/ListTagsForResourceCommand.ts b/clients/client-sns/src/commands/ListTagsForResourceCommand.ts index 362454fa6d8d5..fb8ccccfe1f53 100644 --- a/clients/client-sns/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sns/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/ListTopicsCommand.ts b/clients/client-sns/src/commands/ListTopicsCommand.ts index 250c807213409..f68d0518114e4 100644 --- a/clients/client-sns/src/commands/ListTopicsCommand.ts +++ b/clients/client-sns/src/commands/ListTopicsCommand.ts @@ -17,6 +17,10 @@ import { ListTopicsInput, ListTopicsResponse } from "../models/models_0"; import { de_ListTopicsCommand, se_ListTopicsCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/OptInPhoneNumberCommand.ts b/clients/client-sns/src/commands/OptInPhoneNumberCommand.ts index 6d27bf196d300..e436b842b6930 100644 --- a/clients/client-sns/src/commands/OptInPhoneNumberCommand.ts +++ b/clients/client-sns/src/commands/OptInPhoneNumberCommand.ts @@ -17,6 +17,10 @@ import { OptInPhoneNumberInput, OptInPhoneNumberResponse } from "../models/model import { de_OptInPhoneNumberCommand, se_OptInPhoneNumberCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/PublishBatchCommand.ts b/clients/client-sns/src/commands/PublishBatchCommand.ts index 79f215aaacc72..df4cab5bcb009 100644 --- a/clients/client-sns/src/commands/PublishBatchCommand.ts +++ b/clients/client-sns/src/commands/PublishBatchCommand.ts @@ -17,6 +17,10 @@ import { PublishBatchInput, PublishBatchResponse } from "../models/models_0"; import { de_PublishBatchCommand, se_PublishBatchCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/PublishCommand.ts b/clients/client-sns/src/commands/PublishCommand.ts index 3f0a3e35afd0c..17c4a24d8f726 100644 --- a/clients/client-sns/src/commands/PublishCommand.ts +++ b/clients/client-sns/src/commands/PublishCommand.ts @@ -17,6 +17,10 @@ import { PublishInput, PublishResponse } from "../models/models_0"; import { de_PublishCommand, se_PublishCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/PutDataProtectionPolicyCommand.ts b/clients/client-sns/src/commands/PutDataProtectionPolicyCommand.ts index 01e668fce65a1..b324de7a3b282 100644 --- a/clients/client-sns/src/commands/PutDataProtectionPolicyCommand.ts +++ b/clients/client-sns/src/commands/PutDataProtectionPolicyCommand.ts @@ -17,6 +17,10 @@ import { PutDataProtectionPolicyInput } from "../models/models_0"; import { de_PutDataProtectionPolicyCommand, se_PutDataProtectionPolicyCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/RemovePermissionCommand.ts b/clients/client-sns/src/commands/RemovePermissionCommand.ts index 84598ab73477c..3b64ec23326c5 100644 --- a/clients/client-sns/src/commands/RemovePermissionCommand.ts +++ b/clients/client-sns/src/commands/RemovePermissionCommand.ts @@ -17,6 +17,10 @@ import { RemovePermissionInput } from "../models/models_0"; import { de_RemovePermissionCommand, se_RemovePermissionCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/SetEndpointAttributesCommand.ts b/clients/client-sns/src/commands/SetEndpointAttributesCommand.ts index b9b63ad10e7e2..b2ce2b81b55af 100644 --- a/clients/client-sns/src/commands/SetEndpointAttributesCommand.ts +++ b/clients/client-sns/src/commands/SetEndpointAttributesCommand.ts @@ -17,6 +17,10 @@ import { SetEndpointAttributesInput } from "../models/models_0"; import { de_SetEndpointAttributesCommand, se_SetEndpointAttributesCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/SetPlatformApplicationAttributesCommand.ts b/clients/client-sns/src/commands/SetPlatformApplicationAttributesCommand.ts index 24b849666ddfc..a502e3d28a944 100644 --- a/clients/client-sns/src/commands/SetPlatformApplicationAttributesCommand.ts +++ b/clients/client-sns/src/commands/SetPlatformApplicationAttributesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/SetSMSAttributesCommand.ts b/clients/client-sns/src/commands/SetSMSAttributesCommand.ts index e29f227a54459..fc64a664c0f01 100644 --- a/clients/client-sns/src/commands/SetSMSAttributesCommand.ts +++ b/clients/client-sns/src/commands/SetSMSAttributesCommand.ts @@ -17,6 +17,10 @@ import { SetSMSAttributesInput, SetSMSAttributesResponse } from "../models/model import { de_SetSMSAttributesCommand, se_SetSMSAttributesCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/SetSubscriptionAttributesCommand.ts b/clients/client-sns/src/commands/SetSubscriptionAttributesCommand.ts index abd574fd21778..c7913b74726e9 100644 --- a/clients/client-sns/src/commands/SetSubscriptionAttributesCommand.ts +++ b/clients/client-sns/src/commands/SetSubscriptionAttributesCommand.ts @@ -17,6 +17,10 @@ import { SetSubscriptionAttributesInput } from "../models/models_0"; import { de_SetSubscriptionAttributesCommand, se_SetSubscriptionAttributesCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/SetTopicAttributesCommand.ts b/clients/client-sns/src/commands/SetTopicAttributesCommand.ts index 8bb7575acfcca..f3e1170c90867 100644 --- a/clients/client-sns/src/commands/SetTopicAttributesCommand.ts +++ b/clients/client-sns/src/commands/SetTopicAttributesCommand.ts @@ -17,6 +17,10 @@ import { SetTopicAttributesInput } from "../models/models_0"; import { de_SetTopicAttributesCommand, se_SetTopicAttributesCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/SubscribeCommand.ts b/clients/client-sns/src/commands/SubscribeCommand.ts index 650e5d290a47c..023e678dd305c 100644 --- a/clients/client-sns/src/commands/SubscribeCommand.ts +++ b/clients/client-sns/src/commands/SubscribeCommand.ts @@ -17,6 +17,10 @@ import { SubscribeInput, SubscribeResponse } from "../models/models_0"; import { de_SubscribeCommand, se_SubscribeCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/TagResourceCommand.ts b/clients/client-sns/src/commands/TagResourceCommand.ts index d7093a3110246..21904c1c0247c 100644 --- a/clients/client-sns/src/commands/TagResourceCommand.ts +++ b/clients/client-sns/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/UnsubscribeCommand.ts b/clients/client-sns/src/commands/UnsubscribeCommand.ts index 84177d0680e85..0d126dbd78fb2 100644 --- a/clients/client-sns/src/commands/UnsubscribeCommand.ts +++ b/clients/client-sns/src/commands/UnsubscribeCommand.ts @@ -17,6 +17,10 @@ import { UnsubscribeInput } from "../models/models_0"; import { de_UnsubscribeCommand, se_UnsubscribeCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/UntagResourceCommand.ts b/clients/client-sns/src/commands/UntagResourceCommand.ts index 37a77b816204c..ad3b95ed20189 100644 --- a/clients/client-sns/src/commands/UntagResourceCommand.ts +++ b/clients/client-sns/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/commands/VerifySMSSandboxPhoneNumberCommand.ts b/clients/client-sns/src/commands/VerifySMSSandboxPhoneNumberCommand.ts index 93c836c2695bd..9a35dd48c9529 100644 --- a/clients/client-sns/src/commands/VerifySMSSandboxPhoneNumberCommand.ts +++ b/clients/client-sns/src/commands/VerifySMSSandboxPhoneNumberCommand.ts @@ -17,6 +17,10 @@ import { VerifySMSSandboxPhoneNumberInput, VerifySMSSandboxPhoneNumberResult } f import { de_VerifySMSSandboxPhoneNumberCommand, se_VerifySMSSandboxPhoneNumberCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SNSClientResolvedConfig } from "../SNSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sns/src/index.ts b/clients/client-sns/src/index.ts index 67b6a80e0c485..117f8f2b5e0ab 100644 --- a/clients/client-sns/src/index.ts +++ b/clients/client-sns/src/index.ts @@ -1,8 +1,26 @@ -export * from "./SNS"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Simple Notification Service + *

Amazon Simple Notification Service (Amazon SNS) is a web service that enables you + * to build distributed web-enabled applications. Applications can use Amazon SNS to easily push + * real-time notification messages to interested subscribers over multiple delivery + * protocols. For more information about this product see the Amazon SNS product page. For detailed information about Amazon SNS features + * and their associated API calls, see the Amazon SNS Developer Guide.

+ *

For information on the permissions you need to use this API, see Identity and access management in Amazon SNS in the Amazon SNS Developer + * Guide. + *

+ *

We also provide SDKs that enable you to access Amazon SNS from your preferred programming + * language. The SDKs contain functionality that automatically takes care of tasks such as: + * cryptographically signing your service requests, retrying requests, and handling error + * responses. For a list of available SDKs, go to Tools for Amazon Web Services.

+ * + * @packageDocumentation + */ export * from "./SNSClient"; +export * from "./SNS"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { SNSServiceException } from "./models/SNSServiceException"; diff --git a/clients/client-sns/src/models/SNSServiceException.ts b/clients/client-sns/src/models/SNSServiceException.ts index e7c4d8d17c077..eb32c769635de 100644 --- a/clients/client-sns/src/models/SNSServiceException.ts +++ b/clients/client-sns/src/models/SNSServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-sqs/src/SQSClient.ts b/clients/client-sqs/src/SQSClient.ts index d6af60356f420..298e8253e44c3 100644 --- a/clients/client-sqs/src/SQSClient.ts +++ b/clients/client-sqs/src/SQSClient.ts @@ -88,6 +88,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -272,7 +274,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SQSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SQSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -291,7 +293,7 @@ export interface SQSClientConfig extends SQSClientConfigType {} /** * @public */ -type SQSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SQSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-sqs/src/commands/AddPermissionCommand.ts b/clients/client-sqs/src/commands/AddPermissionCommand.ts index be8ab8d0d1151..6e191d7de86ae 100644 --- a/clients/client-sqs/src/commands/AddPermissionCommand.ts +++ b/clients/client-sqs/src/commands/AddPermissionCommand.ts @@ -17,6 +17,10 @@ import { AddPermissionRequest } from "../models/models_0"; import { de_AddPermissionCommand, se_AddPermissionCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sqs/src/commands/ChangeMessageVisibilityBatchCommand.ts b/clients/client-sqs/src/commands/ChangeMessageVisibilityBatchCommand.ts index 4d052abc1d722..f34b53466384b 100644 --- a/clients/client-sqs/src/commands/ChangeMessageVisibilityBatchCommand.ts +++ b/clients/client-sqs/src/commands/ChangeMessageVisibilityBatchCommand.ts @@ -17,6 +17,10 @@ import { ChangeMessageVisibilityBatchRequest, ChangeMessageVisibilityBatchResult import { de_ChangeMessageVisibilityBatchCommand, se_ChangeMessageVisibilityBatchCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sqs/src/commands/ChangeMessageVisibilityCommand.ts b/clients/client-sqs/src/commands/ChangeMessageVisibilityCommand.ts index cfd871cfeae44..27d5a3924d3e6 100644 --- a/clients/client-sqs/src/commands/ChangeMessageVisibilityCommand.ts +++ b/clients/client-sqs/src/commands/ChangeMessageVisibilityCommand.ts @@ -17,6 +17,10 @@ import { ChangeMessageVisibilityRequest } from "../models/models_0"; import { de_ChangeMessageVisibilityCommand, se_ChangeMessageVisibilityCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sqs/src/commands/CreateQueueCommand.ts b/clients/client-sqs/src/commands/CreateQueueCommand.ts index a6811606fca11..381ec87ad142f 100644 --- a/clients/client-sqs/src/commands/CreateQueueCommand.ts +++ b/clients/client-sqs/src/commands/CreateQueueCommand.ts @@ -17,6 +17,10 @@ import { CreateQueueRequest, CreateQueueResult } from "../models/models_0"; import { de_CreateQueueCommand, se_CreateQueueCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sqs/src/commands/DeleteMessageBatchCommand.ts b/clients/client-sqs/src/commands/DeleteMessageBatchCommand.ts index 7cfaa6e11e021..c3ac8ec4ab4f1 100644 --- a/clients/client-sqs/src/commands/DeleteMessageBatchCommand.ts +++ b/clients/client-sqs/src/commands/DeleteMessageBatchCommand.ts @@ -17,6 +17,10 @@ import { DeleteMessageBatchRequest, DeleteMessageBatchResult } from "../models/m import { de_DeleteMessageBatchCommand, se_DeleteMessageBatchCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sqs/src/commands/DeleteMessageCommand.ts b/clients/client-sqs/src/commands/DeleteMessageCommand.ts index 7bbb266567fdc..50e56055d84ff 100644 --- a/clients/client-sqs/src/commands/DeleteMessageCommand.ts +++ b/clients/client-sqs/src/commands/DeleteMessageCommand.ts @@ -17,6 +17,10 @@ import { DeleteMessageRequest } from "../models/models_0"; import { de_DeleteMessageCommand, se_DeleteMessageCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sqs/src/commands/DeleteQueueCommand.ts b/clients/client-sqs/src/commands/DeleteQueueCommand.ts index da8068da36a91..971afa010283e 100644 --- a/clients/client-sqs/src/commands/DeleteQueueCommand.ts +++ b/clients/client-sqs/src/commands/DeleteQueueCommand.ts @@ -17,6 +17,10 @@ import { DeleteQueueRequest } from "../models/models_0"; import { de_DeleteQueueCommand, se_DeleteQueueCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sqs/src/commands/GetQueueAttributesCommand.ts b/clients/client-sqs/src/commands/GetQueueAttributesCommand.ts index 7e5cc69a59fe2..8d91e154b59f1 100644 --- a/clients/client-sqs/src/commands/GetQueueAttributesCommand.ts +++ b/clients/client-sqs/src/commands/GetQueueAttributesCommand.ts @@ -17,6 +17,10 @@ import { GetQueueAttributesRequest, GetQueueAttributesResult } from "../models/m import { de_GetQueueAttributesCommand, se_GetQueueAttributesCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sqs/src/commands/GetQueueUrlCommand.ts b/clients/client-sqs/src/commands/GetQueueUrlCommand.ts index 72ae551d1a8bd..3c102d913b633 100644 --- a/clients/client-sqs/src/commands/GetQueueUrlCommand.ts +++ b/clients/client-sqs/src/commands/GetQueueUrlCommand.ts @@ -17,6 +17,10 @@ import { GetQueueUrlRequest, GetQueueUrlResult } from "../models/models_0"; import { de_GetQueueUrlCommand, se_GetQueueUrlCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sqs/src/commands/ListDeadLetterSourceQueuesCommand.ts b/clients/client-sqs/src/commands/ListDeadLetterSourceQueuesCommand.ts index 150e246777c5b..c1d9754e21518 100644 --- a/clients/client-sqs/src/commands/ListDeadLetterSourceQueuesCommand.ts +++ b/clients/client-sqs/src/commands/ListDeadLetterSourceQueuesCommand.ts @@ -17,6 +17,10 @@ import { ListDeadLetterSourceQueuesRequest, ListDeadLetterSourceQueuesResult } f import { de_ListDeadLetterSourceQueuesCommand, se_ListDeadLetterSourceQueuesCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sqs/src/commands/ListQueueTagsCommand.ts b/clients/client-sqs/src/commands/ListQueueTagsCommand.ts index ab2e35907bbf3..058fc07dcb0d9 100644 --- a/clients/client-sqs/src/commands/ListQueueTagsCommand.ts +++ b/clients/client-sqs/src/commands/ListQueueTagsCommand.ts @@ -17,6 +17,10 @@ import { ListQueueTagsRequest, ListQueueTagsResult } from "../models/models_0"; import { de_ListQueueTagsCommand, se_ListQueueTagsCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sqs/src/commands/ListQueuesCommand.ts b/clients/client-sqs/src/commands/ListQueuesCommand.ts index 2a06bd282736e..2bd3a6ede67f2 100644 --- a/clients/client-sqs/src/commands/ListQueuesCommand.ts +++ b/clients/client-sqs/src/commands/ListQueuesCommand.ts @@ -17,6 +17,10 @@ import { ListQueuesRequest, ListQueuesResult } from "../models/models_0"; import { de_ListQueuesCommand, se_ListQueuesCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sqs/src/commands/PurgeQueueCommand.ts b/clients/client-sqs/src/commands/PurgeQueueCommand.ts index ca3de4c5bd57b..5dee9c0556471 100644 --- a/clients/client-sqs/src/commands/PurgeQueueCommand.ts +++ b/clients/client-sqs/src/commands/PurgeQueueCommand.ts @@ -17,6 +17,10 @@ import { PurgeQueueRequest } from "../models/models_0"; import { de_PurgeQueueCommand, se_PurgeQueueCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sqs/src/commands/ReceiveMessageCommand.ts b/clients/client-sqs/src/commands/ReceiveMessageCommand.ts index a2cf14dc4a8ae..0cc01e1ebda1c 100644 --- a/clients/client-sqs/src/commands/ReceiveMessageCommand.ts +++ b/clients/client-sqs/src/commands/ReceiveMessageCommand.ts @@ -18,6 +18,10 @@ import { ReceiveMessageRequest, ReceiveMessageResult } from "../models/models_0" import { de_ReceiveMessageCommand, se_ReceiveMessageCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sqs/src/commands/RemovePermissionCommand.ts b/clients/client-sqs/src/commands/RemovePermissionCommand.ts index e92c15f3bcba9..5c3eb723beace 100644 --- a/clients/client-sqs/src/commands/RemovePermissionCommand.ts +++ b/clients/client-sqs/src/commands/RemovePermissionCommand.ts @@ -17,6 +17,10 @@ import { RemovePermissionRequest } from "../models/models_0"; import { de_RemovePermissionCommand, se_RemovePermissionCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sqs/src/commands/SendMessageBatchCommand.ts b/clients/client-sqs/src/commands/SendMessageBatchCommand.ts index 1ffcf2ae570bc..8a9bc9e33d032 100644 --- a/clients/client-sqs/src/commands/SendMessageBatchCommand.ts +++ b/clients/client-sqs/src/commands/SendMessageBatchCommand.ts @@ -18,6 +18,10 @@ import { SendMessageBatchRequest, SendMessageBatchResult } from "../models/model import { de_SendMessageBatchCommand, se_SendMessageBatchCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sqs/src/commands/SendMessageCommand.ts b/clients/client-sqs/src/commands/SendMessageCommand.ts index 07c4a8a99e0a4..704e4a8d02392 100644 --- a/clients/client-sqs/src/commands/SendMessageCommand.ts +++ b/clients/client-sqs/src/commands/SendMessageCommand.ts @@ -18,6 +18,10 @@ import { SendMessageRequest, SendMessageResult } from "../models/models_0"; import { de_SendMessageCommand, se_SendMessageCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sqs/src/commands/SetQueueAttributesCommand.ts b/clients/client-sqs/src/commands/SetQueueAttributesCommand.ts index 1585424c47151..63ee3e16abbc8 100644 --- a/clients/client-sqs/src/commands/SetQueueAttributesCommand.ts +++ b/clients/client-sqs/src/commands/SetQueueAttributesCommand.ts @@ -17,6 +17,10 @@ import { SetQueueAttributesRequest } from "../models/models_0"; import { de_SetQueueAttributesCommand, se_SetQueueAttributesCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sqs/src/commands/TagQueueCommand.ts b/clients/client-sqs/src/commands/TagQueueCommand.ts index ff6d4ba01ec4f..a92390691713b 100644 --- a/clients/client-sqs/src/commands/TagQueueCommand.ts +++ b/clients/client-sqs/src/commands/TagQueueCommand.ts @@ -17,6 +17,10 @@ import { TagQueueRequest } from "../models/models_0"; import { de_TagQueueCommand, se_TagQueueCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sqs/src/commands/UntagQueueCommand.ts b/clients/client-sqs/src/commands/UntagQueueCommand.ts index e64d1f8ac2599..4dbd7ecb3a5d8 100644 --- a/clients/client-sqs/src/commands/UntagQueueCommand.ts +++ b/clients/client-sqs/src/commands/UntagQueueCommand.ts @@ -17,6 +17,10 @@ import { UntagQueueRequest } from "../models/models_0"; import { de_UntagQueueCommand, se_UntagQueueCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, SQSClientResolvedConfig } from "../SQSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sqs/src/index.ts b/clients/client-sqs/src/index.ts index faba260c229a1..4bccb3c428308 100644 --- a/clients/client-sqs/src/index.ts +++ b/clients/client-sqs/src/index.ts @@ -1,8 +1,81 @@ -export * from "./SQS"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Welcome to the Amazon SQS API Reference.

+ *

Amazon SQS is a reliable, highly-scalable hosted queue for storing messages as they travel between applications or microservices. Amazon SQS moves data between distributed application components and helps you decouple these components.

+ *

For information on the permissions you need to use this API, see + * Identity and + * access management in the Amazon SQS Developer Guide. + *

+ *

You can use Amazon Web Services SDKs to access Amazon SQS using your favorite programming language. The SDKs perform tasks such as the following automatically:

+ *
    + *
  • + *

    Cryptographically sign your service requests

    + *
  • + *
  • + *

    Retry requests

    + *
  • + *
  • + *

    Handle error responses

    + *
  • + *
+ *

+ * Additional information + *

+ * + * + * @packageDocumentation + */ export * from "./SQSClient"; +export * from "./SQS"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { SQSServiceException } from "./models/SQSServiceException"; diff --git a/clients/client-sqs/src/models/SQSServiceException.ts b/clients/client-sqs/src/models/SQSServiceException.ts index 035aa799f3139..db78d248c34df 100644 --- a/clients/client-sqs/src/models/SQSServiceException.ts +++ b/clients/client-sqs/src/models/SQSServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-ssm-contacts/src/SSMContactsClient.ts b/clients/client-ssm-contacts/src/SSMContactsClient.ts index 1438af3f3252c..61e95ae2c4710 100644 --- a/clients/client-ssm-contacts/src/SSMContactsClient.ts +++ b/clients/client-ssm-contacts/src/SSMContactsClient.ts @@ -140,6 +140,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -355,7 +357,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SSMContactsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SSMContactsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -374,7 +376,7 @@ export interface SSMContactsClientConfig extends SSMContactsClientConfigType {} /** * @public */ -type SSMContactsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SSMContactsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-ssm-contacts/src/commands/AcceptPageCommand.ts b/clients/client-ssm-contacts/src/commands/AcceptPageCommand.ts index 2325f1ae8ef9a..2f68e6d515690 100644 --- a/clients/client-ssm-contacts/src/commands/AcceptPageCommand.ts +++ b/clients/client-ssm-contacts/src/commands/AcceptPageCommand.ts @@ -17,6 +17,10 @@ import { AcceptPageRequest, AcceptPageResult } from "../models/models_0"; import { de_AcceptPageCommand, se_AcceptPageCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/ActivateContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/ActivateContactChannelCommand.ts index 210d32f58d066..873453157f0c6 100644 --- a/clients/client-ssm-contacts/src/commands/ActivateContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ActivateContactChannelCommand.ts @@ -17,6 +17,10 @@ import { ActivateContactChannelRequest, ActivateContactChannelResult } from "../ import { de_ActivateContactChannelCommand, se_ActivateContactChannelCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/CreateContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/CreateContactChannelCommand.ts index 543178ff16f3c..8060357023d49 100644 --- a/clients/client-ssm-contacts/src/commands/CreateContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/CreateContactChannelCommand.ts @@ -17,6 +17,10 @@ import { CreateContactChannelRequest, CreateContactChannelResult } from "../mode import { de_CreateContactChannelCommand, se_CreateContactChannelCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/CreateContactCommand.ts b/clients/client-ssm-contacts/src/commands/CreateContactCommand.ts index 6c4fcae7ce8f6..a03a2577eaae1 100644 --- a/clients/client-ssm-contacts/src/commands/CreateContactCommand.ts +++ b/clients/client-ssm-contacts/src/commands/CreateContactCommand.ts @@ -17,6 +17,10 @@ import { CreateContactRequest, CreateContactResult } from "../models/models_0"; import { de_CreateContactCommand, se_CreateContactCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/CreateRotationCommand.ts b/clients/client-ssm-contacts/src/commands/CreateRotationCommand.ts index 83039af82c9a9..b48455b184c7f 100644 --- a/clients/client-ssm-contacts/src/commands/CreateRotationCommand.ts +++ b/clients/client-ssm-contacts/src/commands/CreateRotationCommand.ts @@ -17,6 +17,10 @@ import { CreateRotationRequest, CreateRotationResult } from "../models/models_0" import { de_CreateRotationCommand, se_CreateRotationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/CreateRotationOverrideCommand.ts b/clients/client-ssm-contacts/src/commands/CreateRotationOverrideCommand.ts index a5c99f0559bf0..501c519de94db 100644 --- a/clients/client-ssm-contacts/src/commands/CreateRotationOverrideCommand.ts +++ b/clients/client-ssm-contacts/src/commands/CreateRotationOverrideCommand.ts @@ -17,6 +17,10 @@ import { CreateRotationOverrideRequest, CreateRotationOverrideResult } from "../ import { de_CreateRotationOverrideCommand, se_CreateRotationOverrideCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/DeactivateContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/DeactivateContactChannelCommand.ts index 26d8d57400fa2..4cfdee6fdbab6 100644 --- a/clients/client-ssm-contacts/src/commands/DeactivateContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DeactivateContactChannelCommand.ts @@ -17,6 +17,10 @@ import { DeactivateContactChannelRequest, DeactivateContactChannelResult } from import { de_DeactivateContactChannelCommand, se_DeactivateContactChannelCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/DeleteContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/DeleteContactChannelCommand.ts index 9031229608412..2b1cc42664a3e 100644 --- a/clients/client-ssm-contacts/src/commands/DeleteContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DeleteContactChannelCommand.ts @@ -17,6 +17,10 @@ import { DeleteContactChannelRequest, DeleteContactChannelResult } from "../mode import { de_DeleteContactChannelCommand, se_DeleteContactChannelCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/DeleteContactCommand.ts b/clients/client-ssm-contacts/src/commands/DeleteContactCommand.ts index 2de0b9fb48cc1..f6f859e53280e 100644 --- a/clients/client-ssm-contacts/src/commands/DeleteContactCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DeleteContactCommand.ts @@ -17,6 +17,10 @@ import { DeleteContactRequest, DeleteContactResult } from "../models/models_0"; import { de_DeleteContactCommand, se_DeleteContactCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/DeleteRotationCommand.ts b/clients/client-ssm-contacts/src/commands/DeleteRotationCommand.ts index 506a24bc645cd..694d4aeaad467 100644 --- a/clients/client-ssm-contacts/src/commands/DeleteRotationCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DeleteRotationCommand.ts @@ -17,6 +17,10 @@ import { DeleteRotationRequest, DeleteRotationResult } from "../models/models_0" import { de_DeleteRotationCommand, se_DeleteRotationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/DeleteRotationOverrideCommand.ts b/clients/client-ssm-contacts/src/commands/DeleteRotationOverrideCommand.ts index 4e19e637c7fbd..e68003eabe7e7 100644 --- a/clients/client-ssm-contacts/src/commands/DeleteRotationOverrideCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DeleteRotationOverrideCommand.ts @@ -17,6 +17,10 @@ import { DeleteRotationOverrideRequest, DeleteRotationOverrideResult } from "../ import { de_DeleteRotationOverrideCommand, se_DeleteRotationOverrideCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/DescribeEngagementCommand.ts b/clients/client-ssm-contacts/src/commands/DescribeEngagementCommand.ts index ffa7107856dc2..45cfb4a83988d 100644 --- a/clients/client-ssm-contacts/src/commands/DescribeEngagementCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DescribeEngagementCommand.ts @@ -17,6 +17,10 @@ import { DescribeEngagementRequest, DescribeEngagementResult } from "../models/m import { de_DescribeEngagementCommand, se_DescribeEngagementCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/DescribePageCommand.ts b/clients/client-ssm-contacts/src/commands/DescribePageCommand.ts index 1bb4504bb2247..efc9b031dc349 100644 --- a/clients/client-ssm-contacts/src/commands/DescribePageCommand.ts +++ b/clients/client-ssm-contacts/src/commands/DescribePageCommand.ts @@ -17,6 +17,10 @@ import { DescribePageRequest, DescribePageResult } from "../models/models_0"; import { de_DescribePageCommand, se_DescribePageCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/GetContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/GetContactChannelCommand.ts index 227191ac970ab..a66bedf797647 100644 --- a/clients/client-ssm-contacts/src/commands/GetContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/GetContactChannelCommand.ts @@ -17,6 +17,10 @@ import { GetContactChannelRequest, GetContactChannelResult } from "../models/mod import { de_GetContactChannelCommand, se_GetContactChannelCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/GetContactCommand.ts b/clients/client-ssm-contacts/src/commands/GetContactCommand.ts index 5b24754883b59..253ccdb0a3eee 100644 --- a/clients/client-ssm-contacts/src/commands/GetContactCommand.ts +++ b/clients/client-ssm-contacts/src/commands/GetContactCommand.ts @@ -17,6 +17,10 @@ import { GetContactRequest, GetContactResult } from "../models/models_0"; import { de_GetContactCommand, se_GetContactCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/GetContactPolicyCommand.ts b/clients/client-ssm-contacts/src/commands/GetContactPolicyCommand.ts index 7f169fff2c31e..5fbd0171bf9df 100644 --- a/clients/client-ssm-contacts/src/commands/GetContactPolicyCommand.ts +++ b/clients/client-ssm-contacts/src/commands/GetContactPolicyCommand.ts @@ -17,6 +17,10 @@ import { GetContactPolicyRequest, GetContactPolicyResult } from "../models/model import { de_GetContactPolicyCommand, se_GetContactPolicyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/GetRotationCommand.ts b/clients/client-ssm-contacts/src/commands/GetRotationCommand.ts index 3ab8359cf3910..5e26c15059ffa 100644 --- a/clients/client-ssm-contacts/src/commands/GetRotationCommand.ts +++ b/clients/client-ssm-contacts/src/commands/GetRotationCommand.ts @@ -17,6 +17,10 @@ import { GetRotationRequest, GetRotationResult } from "../models/models_0"; import { de_GetRotationCommand, se_GetRotationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/GetRotationOverrideCommand.ts b/clients/client-ssm-contacts/src/commands/GetRotationOverrideCommand.ts index a23cba84848dd..f36b57d22d79d 100644 --- a/clients/client-ssm-contacts/src/commands/GetRotationOverrideCommand.ts +++ b/clients/client-ssm-contacts/src/commands/GetRotationOverrideCommand.ts @@ -17,6 +17,10 @@ import { GetRotationOverrideRequest, GetRotationOverrideResult } from "../models import { de_GetRotationOverrideCommand, se_GetRotationOverrideCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/ListContactChannelsCommand.ts b/clients/client-ssm-contacts/src/commands/ListContactChannelsCommand.ts index 0700abbda4c79..83f18a2774cc6 100644 --- a/clients/client-ssm-contacts/src/commands/ListContactChannelsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListContactChannelsCommand.ts @@ -17,6 +17,10 @@ import { ListContactChannelsRequest, ListContactChannelsResult } from "../models import { de_ListContactChannelsCommand, se_ListContactChannelsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/ListContactsCommand.ts b/clients/client-ssm-contacts/src/commands/ListContactsCommand.ts index c616580f71175..5436fc4ec86a1 100644 --- a/clients/client-ssm-contacts/src/commands/ListContactsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListContactsCommand.ts @@ -17,6 +17,10 @@ import { ListContactsRequest, ListContactsResult } from "../models/models_0"; import { de_ListContactsCommand, se_ListContactsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/ListEngagementsCommand.ts b/clients/client-ssm-contacts/src/commands/ListEngagementsCommand.ts index 591970739005c..abd252b8777e9 100644 --- a/clients/client-ssm-contacts/src/commands/ListEngagementsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListEngagementsCommand.ts @@ -17,6 +17,10 @@ import { ListEngagementsRequest, ListEngagementsResult } from "../models/models_ import { de_ListEngagementsCommand, se_ListEngagementsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/ListPageReceiptsCommand.ts b/clients/client-ssm-contacts/src/commands/ListPageReceiptsCommand.ts index 2a5e51d7710cc..fea7d4926b5fc 100644 --- a/clients/client-ssm-contacts/src/commands/ListPageReceiptsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListPageReceiptsCommand.ts @@ -17,6 +17,10 @@ import { ListPageReceiptsRequest, ListPageReceiptsResult } from "../models/model import { de_ListPageReceiptsCommand, se_ListPageReceiptsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/ListPageResolutionsCommand.ts b/clients/client-ssm-contacts/src/commands/ListPageResolutionsCommand.ts index daf624e9eabe6..c4a6a910ecf4e 100644 --- a/clients/client-ssm-contacts/src/commands/ListPageResolutionsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListPageResolutionsCommand.ts @@ -17,6 +17,10 @@ import { ListPageResolutionsRequest, ListPageResolutionsResult } from "../models import { de_ListPageResolutionsCommand, se_ListPageResolutionsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/ListPagesByContactCommand.ts b/clients/client-ssm-contacts/src/commands/ListPagesByContactCommand.ts index 65ffca6e85502..aa701f621fcc8 100644 --- a/clients/client-ssm-contacts/src/commands/ListPagesByContactCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListPagesByContactCommand.ts @@ -17,6 +17,10 @@ import { ListPagesByContactRequest, ListPagesByContactResult } from "../models/m import { de_ListPagesByContactCommand, se_ListPagesByContactCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/ListPagesByEngagementCommand.ts b/clients/client-ssm-contacts/src/commands/ListPagesByEngagementCommand.ts index b72a4da93aae0..46dac168f2aa7 100644 --- a/clients/client-ssm-contacts/src/commands/ListPagesByEngagementCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListPagesByEngagementCommand.ts @@ -17,6 +17,10 @@ import { ListPagesByEngagementRequest, ListPagesByEngagementResult } from "../mo import { de_ListPagesByEngagementCommand, se_ListPagesByEngagementCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/ListPreviewRotationShiftsCommand.ts b/clients/client-ssm-contacts/src/commands/ListPreviewRotationShiftsCommand.ts index 499a75045efa5..3b71f3166dbf1 100644 --- a/clients/client-ssm-contacts/src/commands/ListPreviewRotationShiftsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListPreviewRotationShiftsCommand.ts @@ -17,6 +17,10 @@ import { ListPreviewRotationShiftsRequest, ListPreviewRotationShiftsResult } fro import { de_ListPreviewRotationShiftsCommand, se_ListPreviewRotationShiftsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/ListRotationOverridesCommand.ts b/clients/client-ssm-contacts/src/commands/ListRotationOverridesCommand.ts index 74e9cd7159224..64e19922ee008 100644 --- a/clients/client-ssm-contacts/src/commands/ListRotationOverridesCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListRotationOverridesCommand.ts @@ -17,6 +17,10 @@ import { ListRotationOverridesRequest, ListRotationOverridesResult } from "../mo import { de_ListRotationOverridesCommand, se_ListRotationOverridesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/ListRotationShiftsCommand.ts b/clients/client-ssm-contacts/src/commands/ListRotationShiftsCommand.ts index b08226eecf090..1610e53c4eb33 100644 --- a/clients/client-ssm-contacts/src/commands/ListRotationShiftsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListRotationShiftsCommand.ts @@ -17,6 +17,10 @@ import { ListRotationShiftsRequest, ListRotationShiftsResult } from "../models/m import { de_ListRotationShiftsCommand, se_ListRotationShiftsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/ListRotationsCommand.ts b/clients/client-ssm-contacts/src/commands/ListRotationsCommand.ts index 4defd63d5629d..c69b08e65edab 100644 --- a/clients/client-ssm-contacts/src/commands/ListRotationsCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListRotationsCommand.ts @@ -17,6 +17,10 @@ import { ListRotationsRequest, ListRotationsResult } from "../models/models_0"; import { de_ListRotationsCommand, se_ListRotationsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/ListTagsForResourceCommand.ts b/clients/client-ssm-contacts/src/commands/ListTagsForResourceCommand.ts index b0ba4f91e0b39..d79f4ce6e8067 100644 --- a/clients/client-ssm-contacts/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ssm-contacts/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/PutContactPolicyCommand.ts b/clients/client-ssm-contacts/src/commands/PutContactPolicyCommand.ts index a7ee841f06d33..911a5d013a308 100644 --- a/clients/client-ssm-contacts/src/commands/PutContactPolicyCommand.ts +++ b/clients/client-ssm-contacts/src/commands/PutContactPolicyCommand.ts @@ -17,6 +17,10 @@ import { PutContactPolicyRequest, PutContactPolicyResult } from "../models/model import { de_PutContactPolicyCommand, se_PutContactPolicyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/SendActivationCodeCommand.ts b/clients/client-ssm-contacts/src/commands/SendActivationCodeCommand.ts index 25cb460859703..d4295f06fc07a 100644 --- a/clients/client-ssm-contacts/src/commands/SendActivationCodeCommand.ts +++ b/clients/client-ssm-contacts/src/commands/SendActivationCodeCommand.ts @@ -17,6 +17,10 @@ import { SendActivationCodeRequest, SendActivationCodeResult } from "../models/m import { de_SendActivationCodeCommand, se_SendActivationCodeCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/StartEngagementCommand.ts b/clients/client-ssm-contacts/src/commands/StartEngagementCommand.ts index 04420f7e33ce5..e2616feefa6d5 100644 --- a/clients/client-ssm-contacts/src/commands/StartEngagementCommand.ts +++ b/clients/client-ssm-contacts/src/commands/StartEngagementCommand.ts @@ -17,6 +17,10 @@ import { StartEngagementRequest, StartEngagementResult } from "../models/models_ import { de_StartEngagementCommand, se_StartEngagementCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/StopEngagementCommand.ts b/clients/client-ssm-contacts/src/commands/StopEngagementCommand.ts index 5cf302c93fde8..991582d44285a 100644 --- a/clients/client-ssm-contacts/src/commands/StopEngagementCommand.ts +++ b/clients/client-ssm-contacts/src/commands/StopEngagementCommand.ts @@ -17,6 +17,10 @@ import { StopEngagementRequest, StopEngagementResult } from "../models/models_0" import { de_StopEngagementCommand, se_StopEngagementCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/TagResourceCommand.ts b/clients/client-ssm-contacts/src/commands/TagResourceCommand.ts index 0f48d3467b38c..ececc9cfc86b8 100644 --- a/clients/client-ssm-contacts/src/commands/TagResourceCommand.ts +++ b/clients/client-ssm-contacts/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResult } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/UntagResourceCommand.ts b/clients/client-ssm-contacts/src/commands/UntagResourceCommand.ts index 88f2d237e4435..dd3113b34dcc3 100644 --- a/clients/client-ssm-contacts/src/commands/UntagResourceCommand.ts +++ b/clients/client-ssm-contacts/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResult } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/UpdateContactChannelCommand.ts b/clients/client-ssm-contacts/src/commands/UpdateContactChannelCommand.ts index eb7a451fd279a..e923c10cca816 100644 --- a/clients/client-ssm-contacts/src/commands/UpdateContactChannelCommand.ts +++ b/clients/client-ssm-contacts/src/commands/UpdateContactChannelCommand.ts @@ -17,6 +17,10 @@ import { UpdateContactChannelRequest, UpdateContactChannelResult } from "../mode import { de_UpdateContactChannelCommand, se_UpdateContactChannelCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/UpdateContactCommand.ts b/clients/client-ssm-contacts/src/commands/UpdateContactCommand.ts index 3da3fe181065d..e7936f69d6f98 100644 --- a/clients/client-ssm-contacts/src/commands/UpdateContactCommand.ts +++ b/clients/client-ssm-contacts/src/commands/UpdateContactCommand.ts @@ -17,6 +17,10 @@ import { UpdateContactRequest, UpdateContactResult } from "../models/models_0"; import { de_UpdateContactCommand, se_UpdateContactCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/commands/UpdateRotationCommand.ts b/clients/client-ssm-contacts/src/commands/UpdateRotationCommand.ts index 6525221e140ee..4300182cf6f0d 100644 --- a/clients/client-ssm-contacts/src/commands/UpdateRotationCommand.ts +++ b/clients/client-ssm-contacts/src/commands/UpdateRotationCommand.ts @@ -17,6 +17,10 @@ import { UpdateRotationRequest, UpdateRotationResult } from "../models/models_0" import { de_UpdateRotationCommand, se_UpdateRotationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMContactsClientResolvedConfig } from "../SSMContactsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-contacts/src/index.ts b/clients/client-ssm-contacts/src/index.ts index 1b34b110ba9d6..dfe3f9daa11b8 100644 --- a/clients/client-ssm-contacts/src/index.ts +++ b/clients/client-ssm-contacts/src/index.ts @@ -1,8 +1,21 @@ -export * from "./SSMContacts"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Systems Manager Incident Manager is an incident management console designed to help users + * mitigate and recover from incidents affecting their Amazon Web Services-hosted applications. + * An incident is any unplanned interruption or reduction in quality of services.

+ *

Incident Manager increases incident resolution by notifying responders of + * impact, highlighting relevant troubleshooting data, and providing collaboration tools to + * get services back up and running. To achieve the primary goal of reducing the + * time-to-resolution of critical incidents, Incident Manager automates response plans + * and enables responder team escalation.

+ * + * @packageDocumentation + */ export * from "./SSMContactsClient"; +export * from "./SSMContacts"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { SSMContactsServiceException } from "./models/SSMContactsServiceException"; diff --git a/clients/client-ssm-contacts/src/models/SSMContactsServiceException.ts b/clients/client-ssm-contacts/src/models/SSMContactsServiceException.ts index c8177d585487d..15a447f5cd13c 100644 --- a/clients/client-ssm-contacts/src/models/SSMContactsServiceException.ts +++ b/clients/client-ssm-contacts/src/models/SSMContactsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-ssm-incidents/src/SSMIncidentsClient.ts b/clients/client-ssm-incidents/src/SSMIncidentsClient.ts index 44bff650a4195..ca53f8e08759f 100644 --- a/clients/client-ssm-incidents/src/SSMIncidentsClient.ts +++ b/clients/client-ssm-incidents/src/SSMIncidentsClient.ts @@ -130,6 +130,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -325,7 +327,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SSMIncidentsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SSMIncidentsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -344,7 +346,7 @@ export interface SSMIncidentsClientConfig extends SSMIncidentsClientConfigType { /** * @public */ -type SSMIncidentsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SSMIncidentsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-ssm-incidents/src/commands/CreateReplicationSetCommand.ts b/clients/client-ssm-incidents/src/commands/CreateReplicationSetCommand.ts index f6f262b9f6bbd..e299cd717763e 100644 --- a/clients/client-ssm-incidents/src/commands/CreateReplicationSetCommand.ts +++ b/clients/client-ssm-incidents/src/commands/CreateReplicationSetCommand.ts @@ -17,6 +17,10 @@ import { CreateReplicationSetInput, CreateReplicationSetOutput } from "../models import { de_CreateReplicationSetCommand, se_CreateReplicationSetCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/CreateResponsePlanCommand.ts b/clients/client-ssm-incidents/src/commands/CreateResponsePlanCommand.ts index b103017a7f90e..ff5050803fc9c 100644 --- a/clients/client-ssm-incidents/src/commands/CreateResponsePlanCommand.ts +++ b/clients/client-ssm-incidents/src/commands/CreateResponsePlanCommand.ts @@ -17,6 +17,10 @@ import { CreateResponsePlanInput, CreateResponsePlanOutput } from "../models/mod import { de_CreateResponsePlanCommand, se_CreateResponsePlanCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/CreateTimelineEventCommand.ts b/clients/client-ssm-incidents/src/commands/CreateTimelineEventCommand.ts index 47068c2cbc1b9..92b8a2bb67238 100644 --- a/clients/client-ssm-incidents/src/commands/CreateTimelineEventCommand.ts +++ b/clients/client-ssm-incidents/src/commands/CreateTimelineEventCommand.ts @@ -17,6 +17,10 @@ import { CreateTimelineEventInput, CreateTimelineEventOutput } from "../models/m import { de_CreateTimelineEventCommand, se_CreateTimelineEventCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/DeleteIncidentRecordCommand.ts b/clients/client-ssm-incidents/src/commands/DeleteIncidentRecordCommand.ts index b2bf26530a198..9e42fe1714799 100644 --- a/clients/client-ssm-incidents/src/commands/DeleteIncidentRecordCommand.ts +++ b/clients/client-ssm-incidents/src/commands/DeleteIncidentRecordCommand.ts @@ -17,6 +17,10 @@ import { DeleteIncidentRecordInput, DeleteIncidentRecordOutput } from "../models import { de_DeleteIncidentRecordCommand, se_DeleteIncidentRecordCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/DeleteReplicationSetCommand.ts b/clients/client-ssm-incidents/src/commands/DeleteReplicationSetCommand.ts index b9b2805665f37..d30c456057491 100644 --- a/clients/client-ssm-incidents/src/commands/DeleteReplicationSetCommand.ts +++ b/clients/client-ssm-incidents/src/commands/DeleteReplicationSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteReplicationSetInput, DeleteReplicationSetOutput } from "../models import { de_DeleteReplicationSetCommand, se_DeleteReplicationSetCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-ssm-incidents/src/commands/DeleteResourcePolicyCommand.ts index f096988f7016f..70c022007dc25 100644 --- a/clients/client-ssm-incidents/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-ssm-incidents/src/commands/DeleteResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { DeleteResourcePolicyInput, DeleteResourcePolicyOutput } from "../models import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/DeleteResponsePlanCommand.ts b/clients/client-ssm-incidents/src/commands/DeleteResponsePlanCommand.ts index 2794c40d70cc9..22d62b0072762 100644 --- a/clients/client-ssm-incidents/src/commands/DeleteResponsePlanCommand.ts +++ b/clients/client-ssm-incidents/src/commands/DeleteResponsePlanCommand.ts @@ -17,6 +17,10 @@ import { DeleteResponsePlanInput, DeleteResponsePlanOutput } from "../models/mod import { de_DeleteResponsePlanCommand, se_DeleteResponsePlanCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/DeleteTimelineEventCommand.ts b/clients/client-ssm-incidents/src/commands/DeleteTimelineEventCommand.ts index ddd0ae82d2791..dd9ab5186f43c 100644 --- a/clients/client-ssm-incidents/src/commands/DeleteTimelineEventCommand.ts +++ b/clients/client-ssm-incidents/src/commands/DeleteTimelineEventCommand.ts @@ -17,6 +17,10 @@ import { DeleteTimelineEventInput, DeleteTimelineEventOutput } from "../models/m import { de_DeleteTimelineEventCommand, se_DeleteTimelineEventCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/GetIncidentRecordCommand.ts b/clients/client-ssm-incidents/src/commands/GetIncidentRecordCommand.ts index 3b60170bc8640..37ec3a346b609 100644 --- a/clients/client-ssm-incidents/src/commands/GetIncidentRecordCommand.ts +++ b/clients/client-ssm-incidents/src/commands/GetIncidentRecordCommand.ts @@ -17,6 +17,10 @@ import { GetIncidentRecordInput, GetIncidentRecordOutput } from "../models/model import { de_GetIncidentRecordCommand, se_GetIncidentRecordCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/GetReplicationSetCommand.ts b/clients/client-ssm-incidents/src/commands/GetReplicationSetCommand.ts index 081bc5a513e5b..3c63052e10e99 100644 --- a/clients/client-ssm-incidents/src/commands/GetReplicationSetCommand.ts +++ b/clients/client-ssm-incidents/src/commands/GetReplicationSetCommand.ts @@ -17,6 +17,10 @@ import { GetReplicationSetInput, GetReplicationSetOutput } from "../models/model import { de_GetReplicationSetCommand, se_GetReplicationSetCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/GetResourcePoliciesCommand.ts b/clients/client-ssm-incidents/src/commands/GetResourcePoliciesCommand.ts index 2b5fbbed13f50..0f0c45a6bf577 100644 --- a/clients/client-ssm-incidents/src/commands/GetResourcePoliciesCommand.ts +++ b/clients/client-ssm-incidents/src/commands/GetResourcePoliciesCommand.ts @@ -17,6 +17,10 @@ import { GetResourcePoliciesInput, GetResourcePoliciesOutput } from "../models/m import { de_GetResourcePoliciesCommand, se_GetResourcePoliciesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/GetResponsePlanCommand.ts b/clients/client-ssm-incidents/src/commands/GetResponsePlanCommand.ts index f208b0be57322..1a162aa344c9b 100644 --- a/clients/client-ssm-incidents/src/commands/GetResponsePlanCommand.ts +++ b/clients/client-ssm-incidents/src/commands/GetResponsePlanCommand.ts @@ -17,6 +17,10 @@ import { GetResponsePlanInput, GetResponsePlanOutput } from "../models/models_0" import { de_GetResponsePlanCommand, se_GetResponsePlanCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/GetTimelineEventCommand.ts b/clients/client-ssm-incidents/src/commands/GetTimelineEventCommand.ts index 202cec845144f..4a679a137260e 100644 --- a/clients/client-ssm-incidents/src/commands/GetTimelineEventCommand.ts +++ b/clients/client-ssm-incidents/src/commands/GetTimelineEventCommand.ts @@ -17,6 +17,10 @@ import { GetTimelineEventInput, GetTimelineEventOutput } from "../models/models_ import { de_GetTimelineEventCommand, se_GetTimelineEventCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/ListIncidentRecordsCommand.ts b/clients/client-ssm-incidents/src/commands/ListIncidentRecordsCommand.ts index a3acfb6b73f22..e7fbbd79b86d9 100644 --- a/clients/client-ssm-incidents/src/commands/ListIncidentRecordsCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListIncidentRecordsCommand.ts @@ -17,6 +17,10 @@ import { ListIncidentRecordsInput, ListIncidentRecordsOutput } from "../models/m import { de_ListIncidentRecordsCommand, se_ListIncidentRecordsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/ListRelatedItemsCommand.ts b/clients/client-ssm-incidents/src/commands/ListRelatedItemsCommand.ts index 8b2f367db156a..44a9f14f0c47b 100644 --- a/clients/client-ssm-incidents/src/commands/ListRelatedItemsCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListRelatedItemsCommand.ts @@ -17,6 +17,10 @@ import { ListRelatedItemsInput, ListRelatedItemsOutput } from "../models/models_ import { de_ListRelatedItemsCommand, se_ListRelatedItemsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/ListReplicationSetsCommand.ts b/clients/client-ssm-incidents/src/commands/ListReplicationSetsCommand.ts index 59669d129cee4..eca0b8ebaf927 100644 --- a/clients/client-ssm-incidents/src/commands/ListReplicationSetsCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListReplicationSetsCommand.ts @@ -17,6 +17,10 @@ import { ListReplicationSetsInput, ListReplicationSetsOutput } from "../models/m import { de_ListReplicationSetsCommand, se_ListReplicationSetsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/ListResponsePlansCommand.ts b/clients/client-ssm-incidents/src/commands/ListResponsePlansCommand.ts index 6ed56a8d14553..4fcd646db6a01 100644 --- a/clients/client-ssm-incidents/src/commands/ListResponsePlansCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListResponsePlansCommand.ts @@ -17,6 +17,10 @@ import { ListResponsePlansInput, ListResponsePlansOutput } from "../models/model import { de_ListResponsePlansCommand, se_ListResponsePlansCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/ListTagsForResourceCommand.ts b/clients/client-ssm-incidents/src/commands/ListTagsForResourceCommand.ts index ee35adbc81390..638734a8b4eba 100644 --- a/clients/client-ssm-incidents/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/ListTimelineEventsCommand.ts b/clients/client-ssm-incidents/src/commands/ListTimelineEventsCommand.ts index 3ca0c52101fbf..9640d739a7a6d 100644 --- a/clients/client-ssm-incidents/src/commands/ListTimelineEventsCommand.ts +++ b/clients/client-ssm-incidents/src/commands/ListTimelineEventsCommand.ts @@ -17,6 +17,10 @@ import { ListTimelineEventsInput, ListTimelineEventsOutput } from "../models/mod import { de_ListTimelineEventsCommand, se_ListTimelineEventsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/PutResourcePolicyCommand.ts b/clients/client-ssm-incidents/src/commands/PutResourcePolicyCommand.ts index 67734303679ff..4529dec92c4f7 100644 --- a/clients/client-ssm-incidents/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-ssm-incidents/src/commands/PutResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { PutResourcePolicyInput, PutResourcePolicyOutput } from "../models/model import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/StartIncidentCommand.ts b/clients/client-ssm-incidents/src/commands/StartIncidentCommand.ts index 485027520d6bc..3ce8d770b6f0b 100644 --- a/clients/client-ssm-incidents/src/commands/StartIncidentCommand.ts +++ b/clients/client-ssm-incidents/src/commands/StartIncidentCommand.ts @@ -17,6 +17,10 @@ import { StartIncidentInput, StartIncidentOutput } from "../models/models_0"; import { de_StartIncidentCommand, se_StartIncidentCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/TagResourceCommand.ts b/clients/client-ssm-incidents/src/commands/TagResourceCommand.ts index 53b39e2ad8e48..ab9f38ca5465c 100644 --- a/clients/client-ssm-incidents/src/commands/TagResourceCommand.ts +++ b/clients/client-ssm-incidents/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/UntagResourceCommand.ts b/clients/client-ssm-incidents/src/commands/UntagResourceCommand.ts index 850533119e499..5a584391d358c 100644 --- a/clients/client-ssm-incidents/src/commands/UntagResourceCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/UpdateDeletionProtectionCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateDeletionProtectionCommand.ts index 8e4b44d4b82f3..24571345c2758 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateDeletionProtectionCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateDeletionProtectionCommand.ts @@ -17,6 +17,10 @@ import { UpdateDeletionProtectionInput, UpdateDeletionProtectionOutput } from ". import { de_UpdateDeletionProtectionCommand, se_UpdateDeletionProtectionCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/UpdateIncidentRecordCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateIncidentRecordCommand.ts index b1f6744bbe180..d3338da49f6b7 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateIncidentRecordCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateIncidentRecordCommand.ts @@ -17,6 +17,10 @@ import { UpdateIncidentRecordInput, UpdateIncidentRecordOutput } from "../models import { de_UpdateIncidentRecordCommand, se_UpdateIncidentRecordCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/UpdateRelatedItemsCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateRelatedItemsCommand.ts index 3d0f89a75f347..25b21eaf6744f 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateRelatedItemsCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateRelatedItemsCommand.ts @@ -17,6 +17,10 @@ import { UpdateRelatedItemsInput, UpdateRelatedItemsOutput } from "../models/mod import { de_UpdateRelatedItemsCommand, se_UpdateRelatedItemsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/UpdateReplicationSetCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateReplicationSetCommand.ts index 602a4e2c9ab66..3089f80c89995 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateReplicationSetCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateReplicationSetCommand.ts @@ -17,6 +17,10 @@ import { UpdateReplicationSetInput, UpdateReplicationSetOutput } from "../models import { de_UpdateReplicationSetCommand, se_UpdateReplicationSetCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/UpdateResponsePlanCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateResponsePlanCommand.ts index 9806676e9c2c4..20e9f8bd3c93d 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateResponsePlanCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateResponsePlanCommand.ts @@ -17,6 +17,10 @@ import { UpdateResponsePlanInput, UpdateResponsePlanOutput } from "../models/mod import { de_UpdateResponsePlanCommand, se_UpdateResponsePlanCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/commands/UpdateTimelineEventCommand.ts b/clients/client-ssm-incidents/src/commands/UpdateTimelineEventCommand.ts index bbebc0aa8e034..f23127f42c3ca 100644 --- a/clients/client-ssm-incidents/src/commands/UpdateTimelineEventCommand.ts +++ b/clients/client-ssm-incidents/src/commands/UpdateTimelineEventCommand.ts @@ -17,6 +17,10 @@ import { UpdateTimelineEventInput, UpdateTimelineEventOutput } from "../models/m import { de_UpdateTimelineEventCommand, se_UpdateTimelineEventCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSMIncidentsClientResolvedConfig } from "../SSMIncidentsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-incidents/src/index.ts b/clients/client-ssm-incidents/src/index.ts index 1201e85b4f975..185c4876764f3 100644 --- a/clients/client-ssm-incidents/src/index.ts +++ b/clients/client-ssm-incidents/src/index.ts @@ -1,9 +1,22 @@ -export * from "./SSMIncidents"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Systems Manager Incident Manager is an incident management console designed to help users + * mitigate and recover from incidents affecting their Amazon Web Services-hosted applications. An + * incident is any unplanned interruption or reduction in quality of services.

+ *

Incident Manager increases incident resolution by notifying responders of impact, + * highlighting relevant troubleshooting data, and providing collaboration tools to get services + * back up and running. To achieve the primary goal of reducing the time-to-resolution of + * critical incidents, Incident Manager automates response plans and enables responder + * team escalation.

+ * + * @packageDocumentation + */ export * from "./SSMIncidentsClient"; +export * from "./SSMIncidents"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { SSMIncidentsServiceException } from "./models/SSMIncidentsServiceException"; diff --git a/clients/client-ssm-incidents/src/models/SSMIncidentsServiceException.ts b/clients/client-ssm-incidents/src/models/SSMIncidentsServiceException.ts index 791e48a0d99be..471a21793f991 100644 --- a/clients/client-ssm-incidents/src/models/SSMIncidentsServiceException.ts +++ b/clients/client-ssm-incidents/src/models/SSMIncidentsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-ssm-sap/src/SsmSapClient.ts b/clients/client-ssm-sap/src/SsmSapClient.ts index 8014fb5f21978..6c55e122113c6 100644 --- a/clients/client-ssm-sap/src/SsmSapClient.ts +++ b/clients/client-ssm-sap/src/SsmSapClient.ts @@ -97,6 +97,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -268,7 +270,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SsmSapClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SsmSapClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -287,7 +289,7 @@ export interface SsmSapClientConfig extends SsmSapClientConfigType {} /** * @public */ -type SsmSapClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SsmSapClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-ssm-sap/src/commands/DeleteResourcePermissionCommand.ts b/clients/client-ssm-sap/src/commands/DeleteResourcePermissionCommand.ts index b0e6f1d670b2b..f0d497ea3e2db 100644 --- a/clients/client-ssm-sap/src/commands/DeleteResourcePermissionCommand.ts +++ b/clients/client-ssm-sap/src/commands/DeleteResourcePermissionCommand.ts @@ -17,6 +17,10 @@ import { DeleteResourcePermissionInput, DeleteResourcePermissionOutput } from ". import { de_DeleteResourcePermissionCommand, se_DeleteResourcePermissionCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-sap/src/commands/DeregisterApplicationCommand.ts b/clients/client-ssm-sap/src/commands/DeregisterApplicationCommand.ts index 8a71cf0821c3e..bf72e0a842157 100644 --- a/clients/client-ssm-sap/src/commands/DeregisterApplicationCommand.ts +++ b/clients/client-ssm-sap/src/commands/DeregisterApplicationCommand.ts @@ -17,6 +17,10 @@ import { DeregisterApplicationInput, DeregisterApplicationOutput } from "../mode import { de_DeregisterApplicationCommand, se_DeregisterApplicationCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-sap/src/commands/GetApplicationCommand.ts b/clients/client-ssm-sap/src/commands/GetApplicationCommand.ts index 40b0e6ee3adaf..09dff57e5a498 100644 --- a/clients/client-ssm-sap/src/commands/GetApplicationCommand.ts +++ b/clients/client-ssm-sap/src/commands/GetApplicationCommand.ts @@ -17,6 +17,10 @@ import { GetApplicationInput, GetApplicationOutput } from "../models/models_0"; import { de_GetApplicationCommand, se_GetApplicationCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-sap/src/commands/GetComponentCommand.ts b/clients/client-ssm-sap/src/commands/GetComponentCommand.ts index d014269165c79..46a35a4435d4f 100644 --- a/clients/client-ssm-sap/src/commands/GetComponentCommand.ts +++ b/clients/client-ssm-sap/src/commands/GetComponentCommand.ts @@ -17,6 +17,10 @@ import { GetComponentInput, GetComponentOutput } from "../models/models_0"; import { de_GetComponentCommand, se_GetComponentCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-sap/src/commands/GetDatabaseCommand.ts b/clients/client-ssm-sap/src/commands/GetDatabaseCommand.ts index 1871721c0a8d4..6c861db45b7b9 100644 --- a/clients/client-ssm-sap/src/commands/GetDatabaseCommand.ts +++ b/clients/client-ssm-sap/src/commands/GetDatabaseCommand.ts @@ -17,6 +17,10 @@ import { GetDatabaseInput, GetDatabaseOutput, GetDatabaseOutputFilterSensitiveLo import { de_GetDatabaseCommand, se_GetDatabaseCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-sap/src/commands/GetOperationCommand.ts b/clients/client-ssm-sap/src/commands/GetOperationCommand.ts index a75ad171fa377..ed2852cef9472 100644 --- a/clients/client-ssm-sap/src/commands/GetOperationCommand.ts +++ b/clients/client-ssm-sap/src/commands/GetOperationCommand.ts @@ -17,6 +17,10 @@ import { GetOperationInput, GetOperationOutput } from "../models/models_0"; import { de_GetOperationCommand, se_GetOperationCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-sap/src/commands/GetResourcePermissionCommand.ts b/clients/client-ssm-sap/src/commands/GetResourcePermissionCommand.ts index 005aacf3a1fb3..9cbfc44493786 100644 --- a/clients/client-ssm-sap/src/commands/GetResourcePermissionCommand.ts +++ b/clients/client-ssm-sap/src/commands/GetResourcePermissionCommand.ts @@ -17,6 +17,10 @@ import { GetResourcePermissionInput, GetResourcePermissionOutput } from "../mode import { de_GetResourcePermissionCommand, se_GetResourcePermissionCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-sap/src/commands/ListApplicationsCommand.ts b/clients/client-ssm-sap/src/commands/ListApplicationsCommand.ts index 15304379767a0..04b1cd8bc147b 100644 --- a/clients/client-ssm-sap/src/commands/ListApplicationsCommand.ts +++ b/clients/client-ssm-sap/src/commands/ListApplicationsCommand.ts @@ -17,6 +17,10 @@ import { ListApplicationsInput, ListApplicationsOutput } from "../models/models_ import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-sap/src/commands/ListComponentsCommand.ts b/clients/client-ssm-sap/src/commands/ListComponentsCommand.ts index e166f664430e4..1f9c1eb10e75b 100644 --- a/clients/client-ssm-sap/src/commands/ListComponentsCommand.ts +++ b/clients/client-ssm-sap/src/commands/ListComponentsCommand.ts @@ -17,6 +17,10 @@ import { ListComponentsInput, ListComponentsOutput } from "../models/models_0"; import { de_ListComponentsCommand, se_ListComponentsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-sap/src/commands/ListDatabasesCommand.ts b/clients/client-ssm-sap/src/commands/ListDatabasesCommand.ts index c0c592228b624..4342c837cb175 100644 --- a/clients/client-ssm-sap/src/commands/ListDatabasesCommand.ts +++ b/clients/client-ssm-sap/src/commands/ListDatabasesCommand.ts @@ -17,6 +17,10 @@ import { ListDatabasesInput, ListDatabasesOutput } from "../models/models_0"; import { de_ListDatabasesCommand, se_ListDatabasesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-sap/src/commands/ListOperationsCommand.ts b/clients/client-ssm-sap/src/commands/ListOperationsCommand.ts index 34c591c614d0d..6b190c196eff5 100644 --- a/clients/client-ssm-sap/src/commands/ListOperationsCommand.ts +++ b/clients/client-ssm-sap/src/commands/ListOperationsCommand.ts @@ -17,6 +17,10 @@ import { ListOperationsInput, ListOperationsOutput } from "../models/models_0"; import { de_ListOperationsCommand, se_ListOperationsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-sap/src/commands/ListTagsForResourceCommand.ts b/clients/client-ssm-sap/src/commands/ListTagsForResourceCommand.ts index 18b788fb4c304..38dd28f0c14e0 100644 --- a/clients/client-ssm-sap/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ssm-sap/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-sap/src/commands/PutResourcePermissionCommand.ts b/clients/client-ssm-sap/src/commands/PutResourcePermissionCommand.ts index 35cf22bcbdc05..126b49b04ec35 100644 --- a/clients/client-ssm-sap/src/commands/PutResourcePermissionCommand.ts +++ b/clients/client-ssm-sap/src/commands/PutResourcePermissionCommand.ts @@ -17,6 +17,10 @@ import { PutResourcePermissionInput, PutResourcePermissionOutput } from "../mode import { de_PutResourcePermissionCommand, se_PutResourcePermissionCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-sap/src/commands/RegisterApplicationCommand.ts b/clients/client-ssm-sap/src/commands/RegisterApplicationCommand.ts index 670c212de76d8..ec696ae900fd8 100644 --- a/clients/client-ssm-sap/src/commands/RegisterApplicationCommand.ts +++ b/clients/client-ssm-sap/src/commands/RegisterApplicationCommand.ts @@ -21,6 +21,10 @@ import { import { de_RegisterApplicationCommand, se_RegisterApplicationCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-sap/src/commands/TagResourceCommand.ts b/clients/client-ssm-sap/src/commands/TagResourceCommand.ts index d3b1519764100..e738e6636b0b7 100644 --- a/clients/client-ssm-sap/src/commands/TagResourceCommand.ts +++ b/clients/client-ssm-sap/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-sap/src/commands/UntagResourceCommand.ts b/clients/client-ssm-sap/src/commands/UntagResourceCommand.ts index 5052accfec864..81743ed32d431 100644 --- a/clients/client-ssm-sap/src/commands/UntagResourceCommand.ts +++ b/clients/client-ssm-sap/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-sap/src/commands/UpdateApplicationSettingsCommand.ts b/clients/client-ssm-sap/src/commands/UpdateApplicationSettingsCommand.ts index e58b553738421..648f5355591c6 100644 --- a/clients/client-ssm-sap/src/commands/UpdateApplicationSettingsCommand.ts +++ b/clients/client-ssm-sap/src/commands/UpdateApplicationSettingsCommand.ts @@ -21,6 +21,10 @@ import { import { de_UpdateApplicationSettingsCommand, se_UpdateApplicationSettingsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SsmSapClientResolvedConfig } from "../SsmSapClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm-sap/src/index.ts b/clients/client-ssm-sap/src/index.ts index 00c6a7758e313..074ab3e2e2bd8 100644 --- a/clients/client-ssm-sap/src/index.ts +++ b/clients/client-ssm-sap/src/index.ts @@ -1,8 +1,16 @@ -export * from "./SsmSap"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

This API reference provides descriptions, syntax, and other details about each of the + * actions and data types for AWS Systems Manager for SAP. The topic for each action shows + * the API request parameters and responses.

+ * + * @packageDocumentation + */ export * from "./SsmSapClient"; +export * from "./SsmSap"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { SsmSapServiceException } from "./models/SsmSapServiceException"; diff --git a/clients/client-ssm-sap/src/models/SsmSapServiceException.ts b/clients/client-ssm-sap/src/models/SsmSapServiceException.ts index a61f8d4d27a8d..d08e27698e45e 100644 --- a/clients/client-ssm-sap/src/models/SsmSapServiceException.ts +++ b/clients/client-ssm-sap/src/models/SsmSapServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-ssm/src/SSMClient.ts b/clients/client-ssm/src/SSMClient.ts index aec59b8c24a5f..0977a78c6f8c8 100644 --- a/clients/client-ssm/src/SSMClient.ts +++ b/clients/client-ssm/src/SSMClient.ts @@ -473,6 +473,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -886,7 +888,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SSMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SSMClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -905,7 +907,7 @@ export interface SSMClientConfig extends SSMClientConfigType {} /** * @public */ -type SSMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SSMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-ssm/src/commands/AddTagsToResourceCommand.ts b/clients/client-ssm/src/commands/AddTagsToResourceCommand.ts index efdf3125c3e91..809d9d074c5a4 100644 --- a/clients/client-ssm/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-ssm/src/commands/AddTagsToResourceCommand.ts @@ -17,6 +17,10 @@ import { AddTagsToResourceRequest, AddTagsToResourceResult } from "../models/mod import { de_AddTagsToResourceCommand, se_AddTagsToResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/AssociateOpsItemRelatedItemCommand.ts b/clients/client-ssm/src/commands/AssociateOpsItemRelatedItemCommand.ts index c85939498fa2d..b50a8113a7a4e 100644 --- a/clients/client-ssm/src/commands/AssociateOpsItemRelatedItemCommand.ts +++ b/clients/client-ssm/src/commands/AssociateOpsItemRelatedItemCommand.ts @@ -17,6 +17,10 @@ import { AssociateOpsItemRelatedItemRequest, AssociateOpsItemRelatedItemResponse import { de_AssociateOpsItemRelatedItemCommand, se_AssociateOpsItemRelatedItemCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/CancelCommandCommand.ts b/clients/client-ssm/src/commands/CancelCommandCommand.ts index 5dc36ccb2d8ee..ed285a8bc24fb 100644 --- a/clients/client-ssm/src/commands/CancelCommandCommand.ts +++ b/clients/client-ssm/src/commands/CancelCommandCommand.ts @@ -17,6 +17,10 @@ import { CancelCommandRequest, CancelCommandResult } from "../models/models_0"; import { de_CancelCommandCommand, se_CancelCommandCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/CancelMaintenanceWindowExecutionCommand.ts b/clients/client-ssm/src/commands/CancelMaintenanceWindowExecutionCommand.ts index 996019f47d6b6..9bf55ad7811b2 100644 --- a/clients/client-ssm/src/commands/CancelMaintenanceWindowExecutionCommand.ts +++ b/clients/client-ssm/src/commands/CancelMaintenanceWindowExecutionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/CreateActivationCommand.ts b/clients/client-ssm/src/commands/CreateActivationCommand.ts index 7967358158e91..6b3ab8a2874b7 100644 --- a/clients/client-ssm/src/commands/CreateActivationCommand.ts +++ b/clients/client-ssm/src/commands/CreateActivationCommand.ts @@ -17,6 +17,10 @@ import { CreateActivationRequest, CreateActivationResult } from "../models/model import { de_CreateActivationCommand, se_CreateActivationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/CreateAssociationBatchCommand.ts b/clients/client-ssm/src/commands/CreateAssociationBatchCommand.ts index e5f92690910d2..22445a939e18f 100644 --- a/clients/client-ssm/src/commands/CreateAssociationBatchCommand.ts +++ b/clients/client-ssm/src/commands/CreateAssociationBatchCommand.ts @@ -22,6 +22,10 @@ import { import { de_CreateAssociationBatchCommand, se_CreateAssociationBatchCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/CreateAssociationCommand.ts b/clients/client-ssm/src/commands/CreateAssociationCommand.ts index e58b68e5db408..b3fb77d6c49c2 100644 --- a/clients/client-ssm/src/commands/CreateAssociationCommand.ts +++ b/clients/client-ssm/src/commands/CreateAssociationCommand.ts @@ -22,6 +22,10 @@ import { import { de_CreateAssociationCommand, se_CreateAssociationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/CreateDocumentCommand.ts b/clients/client-ssm/src/commands/CreateDocumentCommand.ts index 76360d896e102..9f571c34bb945 100644 --- a/clients/client-ssm/src/commands/CreateDocumentCommand.ts +++ b/clients/client-ssm/src/commands/CreateDocumentCommand.ts @@ -17,6 +17,10 @@ import { CreateDocumentRequest, CreateDocumentResult } from "../models/models_0" import { de_CreateDocumentCommand, se_CreateDocumentCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/CreateMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/CreateMaintenanceWindowCommand.ts index 5168c3d7d61e1..715503ebb5254 100644 --- a/clients/client-ssm/src/commands/CreateMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/CreateMaintenanceWindowCommand.ts @@ -21,6 +21,10 @@ import { import { de_CreateMaintenanceWindowCommand, se_CreateMaintenanceWindowCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/CreateOpsItemCommand.ts b/clients/client-ssm/src/commands/CreateOpsItemCommand.ts index 6585008317efb..407710967d7ed 100644 --- a/clients/client-ssm/src/commands/CreateOpsItemCommand.ts +++ b/clients/client-ssm/src/commands/CreateOpsItemCommand.ts @@ -17,6 +17,10 @@ import { CreateOpsItemRequest, CreateOpsItemResponse } from "../models/models_0" import { de_CreateOpsItemCommand, se_CreateOpsItemCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/CreateOpsMetadataCommand.ts b/clients/client-ssm/src/commands/CreateOpsMetadataCommand.ts index e0b25ece5d90d..a42eada552a56 100644 --- a/clients/client-ssm/src/commands/CreateOpsMetadataCommand.ts +++ b/clients/client-ssm/src/commands/CreateOpsMetadataCommand.ts @@ -17,6 +17,10 @@ import { CreateOpsMetadataRequest, CreateOpsMetadataResult } from "../models/mod import { de_CreateOpsMetadataCommand, se_CreateOpsMetadataCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/CreatePatchBaselineCommand.ts b/clients/client-ssm/src/commands/CreatePatchBaselineCommand.ts index c8a1842eff24d..d2c7528ff134c 100644 --- a/clients/client-ssm/src/commands/CreatePatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/CreatePatchBaselineCommand.ts @@ -21,6 +21,10 @@ import { import { de_CreatePatchBaselineCommand, se_CreatePatchBaselineCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/CreateResourceDataSyncCommand.ts b/clients/client-ssm/src/commands/CreateResourceDataSyncCommand.ts index 02fef005084fb..ee44a574eed06 100644 --- a/clients/client-ssm/src/commands/CreateResourceDataSyncCommand.ts +++ b/clients/client-ssm/src/commands/CreateResourceDataSyncCommand.ts @@ -17,6 +17,10 @@ import { CreateResourceDataSyncRequest, CreateResourceDataSyncResult } from "../ import { de_CreateResourceDataSyncCommand, se_CreateResourceDataSyncCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DeleteActivationCommand.ts b/clients/client-ssm/src/commands/DeleteActivationCommand.ts index da5e420c31cf1..f495eb4e377f0 100644 --- a/clients/client-ssm/src/commands/DeleteActivationCommand.ts +++ b/clients/client-ssm/src/commands/DeleteActivationCommand.ts @@ -17,6 +17,10 @@ import { DeleteActivationRequest, DeleteActivationResult } from "../models/model import { de_DeleteActivationCommand, se_DeleteActivationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DeleteAssociationCommand.ts b/clients/client-ssm/src/commands/DeleteAssociationCommand.ts index 219afdcaaf24f..9ba446e1b61e4 100644 --- a/clients/client-ssm/src/commands/DeleteAssociationCommand.ts +++ b/clients/client-ssm/src/commands/DeleteAssociationCommand.ts @@ -17,6 +17,10 @@ import { DeleteAssociationRequest, DeleteAssociationResult } from "../models/mod import { de_DeleteAssociationCommand, se_DeleteAssociationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DeleteDocumentCommand.ts b/clients/client-ssm/src/commands/DeleteDocumentCommand.ts index 99409e0cd0d9b..aa23e89024d6d 100644 --- a/clients/client-ssm/src/commands/DeleteDocumentCommand.ts +++ b/clients/client-ssm/src/commands/DeleteDocumentCommand.ts @@ -17,6 +17,10 @@ import { DeleteDocumentRequest, DeleteDocumentResult } from "../models/models_0" import { de_DeleteDocumentCommand, se_DeleteDocumentCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DeleteInventoryCommand.ts b/clients/client-ssm/src/commands/DeleteInventoryCommand.ts index f47401844a5d9..9aabb484ed88c 100644 --- a/clients/client-ssm/src/commands/DeleteInventoryCommand.ts +++ b/clients/client-ssm/src/commands/DeleteInventoryCommand.ts @@ -17,6 +17,10 @@ import { DeleteInventoryRequest, DeleteInventoryResult } from "../models/models_ import { de_DeleteInventoryCommand, se_DeleteInventoryCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DeleteMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/DeleteMaintenanceWindowCommand.ts index 4b6bce8e566cc..c47521488b4ea 100644 --- a/clients/client-ssm/src/commands/DeleteMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/DeleteMaintenanceWindowCommand.ts @@ -17,6 +17,10 @@ import { DeleteMaintenanceWindowRequest, DeleteMaintenanceWindowResult } from ". import { de_DeleteMaintenanceWindowCommand, se_DeleteMaintenanceWindowCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DeleteOpsMetadataCommand.ts b/clients/client-ssm/src/commands/DeleteOpsMetadataCommand.ts index 95994d1f6266b..942df503f60f8 100644 --- a/clients/client-ssm/src/commands/DeleteOpsMetadataCommand.ts +++ b/clients/client-ssm/src/commands/DeleteOpsMetadataCommand.ts @@ -17,6 +17,10 @@ import { DeleteOpsMetadataRequest, DeleteOpsMetadataResult } from "../models/mod import { de_DeleteOpsMetadataCommand, se_DeleteOpsMetadataCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DeleteParameterCommand.ts b/clients/client-ssm/src/commands/DeleteParameterCommand.ts index f1230e2a19acf..b35e9f0ac9366 100644 --- a/clients/client-ssm/src/commands/DeleteParameterCommand.ts +++ b/clients/client-ssm/src/commands/DeleteParameterCommand.ts @@ -17,6 +17,10 @@ import { DeleteParameterRequest, DeleteParameterResult } from "../models/models_ import { de_DeleteParameterCommand, se_DeleteParameterCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DeleteParametersCommand.ts b/clients/client-ssm/src/commands/DeleteParametersCommand.ts index d343bbfb2d63a..cf1ede2943632 100644 --- a/clients/client-ssm/src/commands/DeleteParametersCommand.ts +++ b/clients/client-ssm/src/commands/DeleteParametersCommand.ts @@ -17,6 +17,10 @@ import { DeleteParametersRequest, DeleteParametersResult } from "../models/model import { de_DeleteParametersCommand, se_DeleteParametersCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DeletePatchBaselineCommand.ts b/clients/client-ssm/src/commands/DeletePatchBaselineCommand.ts index 653338d12d5a4..915f98ee10173 100644 --- a/clients/client-ssm/src/commands/DeletePatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/DeletePatchBaselineCommand.ts @@ -17,6 +17,10 @@ import { DeletePatchBaselineRequest, DeletePatchBaselineResult } from "../models import { de_DeletePatchBaselineCommand, se_DeletePatchBaselineCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DeleteResourceDataSyncCommand.ts b/clients/client-ssm/src/commands/DeleteResourceDataSyncCommand.ts index a7077aefe11e8..5504fb6f83b4c 100644 --- a/clients/client-ssm/src/commands/DeleteResourceDataSyncCommand.ts +++ b/clients/client-ssm/src/commands/DeleteResourceDataSyncCommand.ts @@ -17,6 +17,10 @@ import { DeleteResourceDataSyncRequest, DeleteResourceDataSyncResult } from "../ import { de_DeleteResourceDataSyncCommand, se_DeleteResourceDataSyncCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-ssm/src/commands/DeleteResourcePolicyCommand.ts index a2d40d05e2ab8..0bf09a237f6f6 100644 --- a/clients/client-ssm/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-ssm/src/commands/DeleteResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../mo import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DeregisterManagedInstanceCommand.ts b/clients/client-ssm/src/commands/DeregisterManagedInstanceCommand.ts index 9e25d368065ee..b43477f14928c 100644 --- a/clients/client-ssm/src/commands/DeregisterManagedInstanceCommand.ts +++ b/clients/client-ssm/src/commands/DeregisterManagedInstanceCommand.ts @@ -17,6 +17,10 @@ import { DeregisterManagedInstanceRequest, DeregisterManagedInstanceResult } fro import { de_DeregisterManagedInstanceCommand, se_DeregisterManagedInstanceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DeregisterPatchBaselineForPatchGroupCommand.ts b/clients/client-ssm/src/commands/DeregisterPatchBaselineForPatchGroupCommand.ts index 20adb8ddf7d5c..cb4c8bc3c9121 100644 --- a/clients/client-ssm/src/commands/DeregisterPatchBaselineForPatchGroupCommand.ts +++ b/clients/client-ssm/src/commands/DeregisterPatchBaselineForPatchGroupCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DeregisterTargetFromMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/DeregisterTargetFromMaintenanceWindowCommand.ts index 47c62ca8fd4f4..a43df6ce7f5ba 100644 --- a/clients/client-ssm/src/commands/DeregisterTargetFromMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/DeregisterTargetFromMaintenanceWindowCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DeregisterTaskFromMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/DeregisterTaskFromMaintenanceWindowCommand.ts index 29e789d3bbdb6..4cf7eacfcda34 100644 --- a/clients/client-ssm/src/commands/DeregisterTaskFromMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/DeregisterTaskFromMaintenanceWindowCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeActivationsCommand.ts b/clients/client-ssm/src/commands/DescribeActivationsCommand.ts index 7cc7ce4c62f6e..66d75ce2e9565 100644 --- a/clients/client-ssm/src/commands/DescribeActivationsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeActivationsCommand.ts @@ -17,6 +17,10 @@ import { DescribeActivationsRequest, DescribeActivationsResult } from "../models import { de_DescribeActivationsCommand, se_DescribeActivationsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeAssociationCommand.ts b/clients/client-ssm/src/commands/DescribeAssociationCommand.ts index 956cd6b164d51..ffe0091757b8f 100644 --- a/clients/client-ssm/src/commands/DescribeAssociationCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAssociationCommand.ts @@ -21,6 +21,10 @@ import { import { de_DescribeAssociationCommand, se_DescribeAssociationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeAssociationExecutionTargetsCommand.ts b/clients/client-ssm/src/commands/DescribeAssociationExecutionTargetsCommand.ts index 7db4801fb4dde..c00372e1f7b19 100644 --- a/clients/client-ssm/src/commands/DescribeAssociationExecutionTargetsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAssociationExecutionTargetsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeAssociationExecutionsCommand.ts b/clients/client-ssm/src/commands/DescribeAssociationExecutionsCommand.ts index 033e72854e8ec..eb7f6dd4f792b 100644 --- a/clients/client-ssm/src/commands/DescribeAssociationExecutionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAssociationExecutionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeAutomationExecutionsCommand.ts b/clients/client-ssm/src/commands/DescribeAutomationExecutionsCommand.ts index 992de0d8bfedf..4a6343cbbb2b0 100644 --- a/clients/client-ssm/src/commands/DescribeAutomationExecutionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAutomationExecutionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeAutomationStepExecutionsCommand.ts b/clients/client-ssm/src/commands/DescribeAutomationStepExecutionsCommand.ts index 23d33a2362a05..a132fb970d235 100644 --- a/clients/client-ssm/src/commands/DescribeAutomationStepExecutionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAutomationStepExecutionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeAvailablePatchesCommand.ts b/clients/client-ssm/src/commands/DescribeAvailablePatchesCommand.ts index 34e5ca8012b19..09ba403a270e7 100644 --- a/clients/client-ssm/src/commands/DescribeAvailablePatchesCommand.ts +++ b/clients/client-ssm/src/commands/DescribeAvailablePatchesCommand.ts @@ -17,6 +17,10 @@ import { DescribeAvailablePatchesRequest, DescribeAvailablePatchesResult } from import { de_DescribeAvailablePatchesCommand, se_DescribeAvailablePatchesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeDocumentCommand.ts b/clients/client-ssm/src/commands/DescribeDocumentCommand.ts index 8ce10c3810368..4a15534188344 100644 --- a/clients/client-ssm/src/commands/DescribeDocumentCommand.ts +++ b/clients/client-ssm/src/commands/DescribeDocumentCommand.ts @@ -17,6 +17,10 @@ import { DescribeDocumentRequest, DescribeDocumentResult } from "../models/model import { de_DescribeDocumentCommand, se_DescribeDocumentCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeDocumentPermissionCommand.ts b/clients/client-ssm/src/commands/DescribeDocumentPermissionCommand.ts index 881aaf8f77ab7..8eb7d7e9a6f2e 100644 --- a/clients/client-ssm/src/commands/DescribeDocumentPermissionCommand.ts +++ b/clients/client-ssm/src/commands/DescribeDocumentPermissionCommand.ts @@ -17,6 +17,10 @@ import { DescribeDocumentPermissionRequest, DescribeDocumentPermissionResponse } import { de_DescribeDocumentPermissionCommand, se_DescribeDocumentPermissionCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeEffectiveInstanceAssociationsCommand.ts b/clients/client-ssm/src/commands/DescribeEffectiveInstanceAssociationsCommand.ts index 73a8f79ad9931..0d2d145824c58 100644 --- a/clients/client-ssm/src/commands/DescribeEffectiveInstanceAssociationsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeEffectiveInstanceAssociationsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeEffectivePatchesForPatchBaselineCommand.ts b/clients/client-ssm/src/commands/DescribeEffectivePatchesForPatchBaselineCommand.ts index a25ebdd38cde2..fd6459845b53c 100644 --- a/clients/client-ssm/src/commands/DescribeEffectivePatchesForPatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/DescribeEffectivePatchesForPatchBaselineCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeInstanceAssociationsStatusCommand.ts b/clients/client-ssm/src/commands/DescribeInstanceAssociationsStatusCommand.ts index 262c95d06531f..9301b2af981c7 100644 --- a/clients/client-ssm/src/commands/DescribeInstanceAssociationsStatusCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInstanceAssociationsStatusCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeInstanceInformationCommand.ts b/clients/client-ssm/src/commands/DescribeInstanceInformationCommand.ts index a16e71a682562..3ae3574e16b01 100644 --- a/clients/client-ssm/src/commands/DescribeInstanceInformationCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInstanceInformationCommand.ts @@ -17,6 +17,10 @@ import { DescribeInstanceInformationRequest, DescribeInstanceInformationResult } import { de_DescribeInstanceInformationCommand, se_DescribeInstanceInformationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeInstancePatchStatesCommand.ts b/clients/client-ssm/src/commands/DescribeInstancePatchStatesCommand.ts index 0885ee5cb4c2d..45fcfeebf906c 100644 --- a/clients/client-ssm/src/commands/DescribeInstancePatchStatesCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInstancePatchStatesCommand.ts @@ -21,6 +21,10 @@ import { import { de_DescribeInstancePatchStatesCommand, se_DescribeInstancePatchStatesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeInstancePatchStatesForPatchGroupCommand.ts b/clients/client-ssm/src/commands/DescribeInstancePatchStatesForPatchGroupCommand.ts index feebbc1576574..b0929ed0ae411 100644 --- a/clients/client-ssm/src/commands/DescribeInstancePatchStatesForPatchGroupCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInstancePatchStatesForPatchGroupCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeInstancePatchesCommand.ts b/clients/client-ssm/src/commands/DescribeInstancePatchesCommand.ts index 57249afee2a57..49b60c5db3204 100644 --- a/clients/client-ssm/src/commands/DescribeInstancePatchesCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInstancePatchesCommand.ts @@ -17,6 +17,10 @@ import { DescribeInstancePatchesRequest, DescribeInstancePatchesResult } from ". import { de_DescribeInstancePatchesCommand, se_DescribeInstancePatchesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeInventoryDeletionsCommand.ts b/clients/client-ssm/src/commands/DescribeInventoryDeletionsCommand.ts index 28c7a8d2b783e..31466f67ca8e0 100644 --- a/clients/client-ssm/src/commands/DescribeInventoryDeletionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInventoryDeletionsCommand.ts @@ -17,6 +17,10 @@ import { DescribeInventoryDeletionsRequest, DescribeInventoryDeletionsResult } f import { de_DescribeInventoryDeletionsCommand, se_DescribeInventoryDeletionsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.ts index cd15cf34574ee..76b04b278090a 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTaskInvocationsCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTasksCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTasksCommand.ts index 180e077b2b346..55edf88bf23bb 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTasksCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionTasksCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionsCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionsCommand.ts index 06f8591f23872..00bf93535cda6 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowExecutionsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowScheduleCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowScheduleCommand.ts index 2202433a1a236..706dfab511236 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowScheduleCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowScheduleCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowTargetsCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowTargetsCommand.ts index ceee8c01ccb52..227b2387a5f3f 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowTargetsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowTargetsCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowTasksCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowTasksCommand.ts index 88b6a0e5192d0..a55988d662f2f 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowTasksCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowTasksCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowsCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowsCommand.ts index c83d6025f1bdf..9ee3937312571 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowsCommand.ts @@ -21,6 +21,10 @@ import { import { de_DescribeMaintenanceWindowsCommand, se_DescribeMaintenanceWindowsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeMaintenanceWindowsForTargetCommand.ts b/clients/client-ssm/src/commands/DescribeMaintenanceWindowsForTargetCommand.ts index b7c42ea38421c..c954e484889b5 100644 --- a/clients/client-ssm/src/commands/DescribeMaintenanceWindowsForTargetCommand.ts +++ b/clients/client-ssm/src/commands/DescribeMaintenanceWindowsForTargetCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeOpsItemsCommand.ts b/clients/client-ssm/src/commands/DescribeOpsItemsCommand.ts index 063008a7d5be2..4efe6ae94b5d9 100644 --- a/clients/client-ssm/src/commands/DescribeOpsItemsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeOpsItemsCommand.ts @@ -17,6 +17,10 @@ import { DescribeOpsItemsRequest, DescribeOpsItemsResponse } from "../models/mod import { de_DescribeOpsItemsCommand, se_DescribeOpsItemsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeParametersCommand.ts b/clients/client-ssm/src/commands/DescribeParametersCommand.ts index cecf83df7f84a..356ede304db60 100644 --- a/clients/client-ssm/src/commands/DescribeParametersCommand.ts +++ b/clients/client-ssm/src/commands/DescribeParametersCommand.ts @@ -17,6 +17,10 @@ import { DescribeParametersRequest, DescribeParametersResult } from "../models/m import { de_DescribeParametersCommand, se_DescribeParametersCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribePatchBaselinesCommand.ts b/clients/client-ssm/src/commands/DescribePatchBaselinesCommand.ts index 9b4f8dfab47eb..d5a8d9fe209e5 100644 --- a/clients/client-ssm/src/commands/DescribePatchBaselinesCommand.ts +++ b/clients/client-ssm/src/commands/DescribePatchBaselinesCommand.ts @@ -17,6 +17,10 @@ import { DescribePatchBaselinesRequest, DescribePatchBaselinesResult } from "../ import { de_DescribePatchBaselinesCommand, se_DescribePatchBaselinesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribePatchGroupStateCommand.ts b/clients/client-ssm/src/commands/DescribePatchGroupStateCommand.ts index f4be2f619cc30..38df4e5561f61 100644 --- a/clients/client-ssm/src/commands/DescribePatchGroupStateCommand.ts +++ b/clients/client-ssm/src/commands/DescribePatchGroupStateCommand.ts @@ -17,6 +17,10 @@ import { DescribePatchGroupStateRequest, DescribePatchGroupStateResult } from ". import { de_DescribePatchGroupStateCommand, se_DescribePatchGroupStateCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribePatchGroupsCommand.ts b/clients/client-ssm/src/commands/DescribePatchGroupsCommand.ts index 5107324373d6e..490c19074ba69 100644 --- a/clients/client-ssm/src/commands/DescribePatchGroupsCommand.ts +++ b/clients/client-ssm/src/commands/DescribePatchGroupsCommand.ts @@ -17,6 +17,10 @@ import { DescribePatchGroupsRequest, DescribePatchGroupsResult } from "../models import { de_DescribePatchGroupsCommand, se_DescribePatchGroupsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribePatchPropertiesCommand.ts b/clients/client-ssm/src/commands/DescribePatchPropertiesCommand.ts index 3ac1c29131e93..131894c4b2dc7 100644 --- a/clients/client-ssm/src/commands/DescribePatchPropertiesCommand.ts +++ b/clients/client-ssm/src/commands/DescribePatchPropertiesCommand.ts @@ -17,6 +17,10 @@ import { DescribePatchPropertiesRequest, DescribePatchPropertiesResult } from ". import { de_DescribePatchPropertiesCommand, se_DescribePatchPropertiesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DescribeSessionsCommand.ts b/clients/client-ssm/src/commands/DescribeSessionsCommand.ts index fb19069b58f08..f4e526a5cc143 100644 --- a/clients/client-ssm/src/commands/DescribeSessionsCommand.ts +++ b/clients/client-ssm/src/commands/DescribeSessionsCommand.ts @@ -17,6 +17,10 @@ import { DescribeSessionsRequest, DescribeSessionsResponse } from "../models/mod import { de_DescribeSessionsCommand, se_DescribeSessionsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/DisassociateOpsItemRelatedItemCommand.ts b/clients/client-ssm/src/commands/DisassociateOpsItemRelatedItemCommand.ts index 0a81458f47b6b..ea5d91333f7c5 100644 --- a/clients/client-ssm/src/commands/DisassociateOpsItemRelatedItemCommand.ts +++ b/clients/client-ssm/src/commands/DisassociateOpsItemRelatedItemCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetAutomationExecutionCommand.ts b/clients/client-ssm/src/commands/GetAutomationExecutionCommand.ts index 2240f1be0c51c..fc79e622e83c1 100644 --- a/clients/client-ssm/src/commands/GetAutomationExecutionCommand.ts +++ b/clients/client-ssm/src/commands/GetAutomationExecutionCommand.ts @@ -17,6 +17,10 @@ import { GetAutomationExecutionRequest, GetAutomationExecutionResult } from "../ import { de_GetAutomationExecutionCommand, se_GetAutomationExecutionCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetCalendarStateCommand.ts b/clients/client-ssm/src/commands/GetCalendarStateCommand.ts index 549f6ead21436..6a5e468740f58 100644 --- a/clients/client-ssm/src/commands/GetCalendarStateCommand.ts +++ b/clients/client-ssm/src/commands/GetCalendarStateCommand.ts @@ -17,6 +17,10 @@ import { GetCalendarStateRequest, GetCalendarStateResponse } from "../models/mod import { de_GetCalendarStateCommand, se_GetCalendarStateCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetCommandInvocationCommand.ts b/clients/client-ssm/src/commands/GetCommandInvocationCommand.ts index 777617b8e4a97..edad1c88922b7 100644 --- a/clients/client-ssm/src/commands/GetCommandInvocationCommand.ts +++ b/clients/client-ssm/src/commands/GetCommandInvocationCommand.ts @@ -17,6 +17,10 @@ import { GetCommandInvocationRequest, GetCommandInvocationResult } from "../mode import { de_GetCommandInvocationCommand, se_GetCommandInvocationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetConnectionStatusCommand.ts b/clients/client-ssm/src/commands/GetConnectionStatusCommand.ts index c05f8800f8c1a..b3927a14152d0 100644 --- a/clients/client-ssm/src/commands/GetConnectionStatusCommand.ts +++ b/clients/client-ssm/src/commands/GetConnectionStatusCommand.ts @@ -17,6 +17,10 @@ import { GetConnectionStatusRequest, GetConnectionStatusResponse } from "../mode import { de_GetConnectionStatusCommand, se_GetConnectionStatusCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetDefaultPatchBaselineCommand.ts b/clients/client-ssm/src/commands/GetDefaultPatchBaselineCommand.ts index 63211d956a3a4..d9f128d61a314 100644 --- a/clients/client-ssm/src/commands/GetDefaultPatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/GetDefaultPatchBaselineCommand.ts @@ -17,6 +17,10 @@ import { GetDefaultPatchBaselineRequest, GetDefaultPatchBaselineResult } from ". import { de_GetDefaultPatchBaselineCommand, se_GetDefaultPatchBaselineCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetDeployablePatchSnapshotForInstanceCommand.ts b/clients/client-ssm/src/commands/GetDeployablePatchSnapshotForInstanceCommand.ts index 4db1f113d66aa..84b37c879ca7c 100644 --- a/clients/client-ssm/src/commands/GetDeployablePatchSnapshotForInstanceCommand.ts +++ b/clients/client-ssm/src/commands/GetDeployablePatchSnapshotForInstanceCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetDocumentCommand.ts b/clients/client-ssm/src/commands/GetDocumentCommand.ts index 84b04c0b8c2f1..d3ea283c32a3c 100644 --- a/clients/client-ssm/src/commands/GetDocumentCommand.ts +++ b/clients/client-ssm/src/commands/GetDocumentCommand.ts @@ -17,6 +17,10 @@ import { GetDocumentRequest, GetDocumentResult } from "../models/models_1"; import { de_GetDocumentCommand, se_GetDocumentCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetInventoryCommand.ts b/clients/client-ssm/src/commands/GetInventoryCommand.ts index 166e302d99a7b..4bd6ed81e9332 100644 --- a/clients/client-ssm/src/commands/GetInventoryCommand.ts +++ b/clients/client-ssm/src/commands/GetInventoryCommand.ts @@ -18,6 +18,10 @@ import { GetInventoryRequest } from "../models/models_2"; import { de_GetInventoryCommand, se_GetInventoryCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetInventorySchemaCommand.ts b/clients/client-ssm/src/commands/GetInventorySchemaCommand.ts index ab94820d83104..19957f767d4a1 100644 --- a/clients/client-ssm/src/commands/GetInventorySchemaCommand.ts +++ b/clients/client-ssm/src/commands/GetInventorySchemaCommand.ts @@ -17,6 +17,10 @@ import { GetInventorySchemaRequest, GetInventorySchemaResult } from "../models/m import { de_GetInventorySchemaCommand, se_GetInventorySchemaCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/GetMaintenanceWindowCommand.ts index 5fb24a1bb87b1..3820b799a5206 100644 --- a/clients/client-ssm/src/commands/GetMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/GetMaintenanceWindowCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetMaintenanceWindowCommand, se_GetMaintenanceWindowCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionCommand.ts b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionCommand.ts index 9e7c05d177394..634a8c64ccc20 100644 --- a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionCommand.ts +++ b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskCommand.ts b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskCommand.ts index 520c5548d001c..ab2d9b2ae8297 100644 --- a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskCommand.ts +++ b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.ts b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.ts index 0292e6484a026..b2f3928f125d6 100644 --- a/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.ts +++ b/clients/client-ssm/src/commands/GetMaintenanceWindowExecutionTaskInvocationCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetMaintenanceWindowTaskCommand.ts b/clients/client-ssm/src/commands/GetMaintenanceWindowTaskCommand.ts index aa1e0f24bfce1..881074f74e102 100644 --- a/clients/client-ssm/src/commands/GetMaintenanceWindowTaskCommand.ts +++ b/clients/client-ssm/src/commands/GetMaintenanceWindowTaskCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetMaintenanceWindowTaskCommand, se_GetMaintenanceWindowTaskCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetOpsItemCommand.ts b/clients/client-ssm/src/commands/GetOpsItemCommand.ts index bb196a0082a0d..e7cd669225817 100644 --- a/clients/client-ssm/src/commands/GetOpsItemCommand.ts +++ b/clients/client-ssm/src/commands/GetOpsItemCommand.ts @@ -17,6 +17,10 @@ import { GetOpsItemRequest, GetOpsItemResponse } from "../models/models_1"; import { de_GetOpsItemCommand, se_GetOpsItemCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetOpsMetadataCommand.ts b/clients/client-ssm/src/commands/GetOpsMetadataCommand.ts index a0cdca089c294..221a9ebf2aab2 100644 --- a/clients/client-ssm/src/commands/GetOpsMetadataCommand.ts +++ b/clients/client-ssm/src/commands/GetOpsMetadataCommand.ts @@ -17,6 +17,10 @@ import { GetOpsMetadataRequest, GetOpsMetadataResult } from "../models/models_1" import { de_GetOpsMetadataCommand, se_GetOpsMetadataCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetOpsSummaryCommand.ts b/clients/client-ssm/src/commands/GetOpsSummaryCommand.ts index 2386d15e84a7d..1d3655dd12613 100644 --- a/clients/client-ssm/src/commands/GetOpsSummaryCommand.ts +++ b/clients/client-ssm/src/commands/GetOpsSummaryCommand.ts @@ -18,6 +18,10 @@ import { GetOpsSummaryRequest } from "../models/models_2"; import { de_GetOpsSummaryCommand, se_GetOpsSummaryCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetParameterCommand.ts b/clients/client-ssm/src/commands/GetParameterCommand.ts index 70b7b9528eb14..764e89011ac8a 100644 --- a/clients/client-ssm/src/commands/GetParameterCommand.ts +++ b/clients/client-ssm/src/commands/GetParameterCommand.ts @@ -17,6 +17,10 @@ import { GetParameterRequest, GetParameterResult, GetParameterResultFilterSensit import { de_GetParameterCommand, se_GetParameterCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetParameterHistoryCommand.ts b/clients/client-ssm/src/commands/GetParameterHistoryCommand.ts index e364172b8748e..5625f2f76f1f3 100644 --- a/clients/client-ssm/src/commands/GetParameterHistoryCommand.ts +++ b/clients/client-ssm/src/commands/GetParameterHistoryCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetParameterHistoryCommand, se_GetParameterHistoryCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetParametersByPathCommand.ts b/clients/client-ssm/src/commands/GetParametersByPathCommand.ts index 7d9d8e61108b8..c3268e476b2c2 100644 --- a/clients/client-ssm/src/commands/GetParametersByPathCommand.ts +++ b/clients/client-ssm/src/commands/GetParametersByPathCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetParametersByPathCommand, se_GetParametersByPathCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetParametersCommand.ts b/clients/client-ssm/src/commands/GetParametersCommand.ts index 65b42f5667b9b..2e53fab9c89db 100644 --- a/clients/client-ssm/src/commands/GetParametersCommand.ts +++ b/clients/client-ssm/src/commands/GetParametersCommand.ts @@ -17,6 +17,10 @@ import { GetParametersRequest, GetParametersResult, GetParametersResultFilterSen import { de_GetParametersCommand, se_GetParametersCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetPatchBaselineCommand.ts b/clients/client-ssm/src/commands/GetPatchBaselineCommand.ts index 0cec7d7f1e24c..e3460ac4146d1 100644 --- a/clients/client-ssm/src/commands/GetPatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/GetPatchBaselineCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetPatchBaselineCommand, se_GetPatchBaselineCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetPatchBaselineForPatchGroupCommand.ts b/clients/client-ssm/src/commands/GetPatchBaselineForPatchGroupCommand.ts index 473d239ba052c..ef9f5d59bcf2e 100644 --- a/clients/client-ssm/src/commands/GetPatchBaselineForPatchGroupCommand.ts +++ b/clients/client-ssm/src/commands/GetPatchBaselineForPatchGroupCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetResourcePoliciesCommand.ts b/clients/client-ssm/src/commands/GetResourcePoliciesCommand.ts index 2d803d86d6a5b..604a68a48cc4f 100644 --- a/clients/client-ssm/src/commands/GetResourcePoliciesCommand.ts +++ b/clients/client-ssm/src/commands/GetResourcePoliciesCommand.ts @@ -17,6 +17,10 @@ import { GetResourcePoliciesRequest, GetResourcePoliciesResponse } from "../mode import { de_GetResourcePoliciesCommand, se_GetResourcePoliciesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/GetServiceSettingCommand.ts b/clients/client-ssm/src/commands/GetServiceSettingCommand.ts index 65fa8ee0fe757..ac5ec856b61ec 100644 --- a/clients/client-ssm/src/commands/GetServiceSettingCommand.ts +++ b/clients/client-ssm/src/commands/GetServiceSettingCommand.ts @@ -17,6 +17,10 @@ import { GetServiceSettingRequest, GetServiceSettingResult } from "../models/mod import { de_GetServiceSettingCommand, se_GetServiceSettingCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/LabelParameterVersionCommand.ts b/clients/client-ssm/src/commands/LabelParameterVersionCommand.ts index e4591ff07d1b4..efc755a3140de 100644 --- a/clients/client-ssm/src/commands/LabelParameterVersionCommand.ts +++ b/clients/client-ssm/src/commands/LabelParameterVersionCommand.ts @@ -17,6 +17,10 @@ import { LabelParameterVersionRequest, LabelParameterVersionResult } from "../mo import { de_LabelParameterVersionCommand, se_LabelParameterVersionCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/ListAssociationVersionsCommand.ts b/clients/client-ssm/src/commands/ListAssociationVersionsCommand.ts index cf86ccecc21ef..cd94920a36ca4 100644 --- a/clients/client-ssm/src/commands/ListAssociationVersionsCommand.ts +++ b/clients/client-ssm/src/commands/ListAssociationVersionsCommand.ts @@ -21,6 +21,10 @@ import { import { de_ListAssociationVersionsCommand, se_ListAssociationVersionsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/ListAssociationsCommand.ts b/clients/client-ssm/src/commands/ListAssociationsCommand.ts index ec22e3203f35e..df587c9db3ec0 100644 --- a/clients/client-ssm/src/commands/ListAssociationsCommand.ts +++ b/clients/client-ssm/src/commands/ListAssociationsCommand.ts @@ -17,6 +17,10 @@ import { ListAssociationsRequest, ListAssociationsResult } from "../models/model import { de_ListAssociationsCommand, se_ListAssociationsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/ListCommandInvocationsCommand.ts b/clients/client-ssm/src/commands/ListCommandInvocationsCommand.ts index edaa4ff99f478..3e9548adb12fc 100644 --- a/clients/client-ssm/src/commands/ListCommandInvocationsCommand.ts +++ b/clients/client-ssm/src/commands/ListCommandInvocationsCommand.ts @@ -17,6 +17,10 @@ import { ListCommandInvocationsRequest, ListCommandInvocationsResult } from "../ import { de_ListCommandInvocationsCommand, se_ListCommandInvocationsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/ListCommandsCommand.ts b/clients/client-ssm/src/commands/ListCommandsCommand.ts index faad6284e132b..0a80472a6b385 100644 --- a/clients/client-ssm/src/commands/ListCommandsCommand.ts +++ b/clients/client-ssm/src/commands/ListCommandsCommand.ts @@ -17,6 +17,10 @@ import { ListCommandsRequest, ListCommandsResult, ListCommandsResultFilterSensit import { de_ListCommandsCommand, se_ListCommandsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/ListComplianceItemsCommand.ts b/clients/client-ssm/src/commands/ListComplianceItemsCommand.ts index be72403157de6..c0c9ede46a030 100644 --- a/clients/client-ssm/src/commands/ListComplianceItemsCommand.ts +++ b/clients/client-ssm/src/commands/ListComplianceItemsCommand.ts @@ -17,6 +17,10 @@ import { ListComplianceItemsRequest, ListComplianceItemsResult } from "../models import { de_ListComplianceItemsCommand, se_ListComplianceItemsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/ListComplianceSummariesCommand.ts b/clients/client-ssm/src/commands/ListComplianceSummariesCommand.ts index 605bf976b2ddd..1d0d534385eea 100644 --- a/clients/client-ssm/src/commands/ListComplianceSummariesCommand.ts +++ b/clients/client-ssm/src/commands/ListComplianceSummariesCommand.ts @@ -17,6 +17,10 @@ import { ListComplianceSummariesRequest, ListComplianceSummariesResult } from ". import { de_ListComplianceSummariesCommand, se_ListComplianceSummariesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/ListDocumentMetadataHistoryCommand.ts b/clients/client-ssm/src/commands/ListDocumentMetadataHistoryCommand.ts index 82c71a4917eca..36e37e73ba084 100644 --- a/clients/client-ssm/src/commands/ListDocumentMetadataHistoryCommand.ts +++ b/clients/client-ssm/src/commands/ListDocumentMetadataHistoryCommand.ts @@ -17,6 +17,10 @@ import { ListDocumentMetadataHistoryRequest, ListDocumentMetadataHistoryResponse import { de_ListDocumentMetadataHistoryCommand, se_ListDocumentMetadataHistoryCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/ListDocumentVersionsCommand.ts b/clients/client-ssm/src/commands/ListDocumentVersionsCommand.ts index f2f9b913db868..c255599e19d3f 100644 --- a/clients/client-ssm/src/commands/ListDocumentVersionsCommand.ts +++ b/clients/client-ssm/src/commands/ListDocumentVersionsCommand.ts @@ -17,6 +17,10 @@ import { ListDocumentVersionsRequest, ListDocumentVersionsResult } from "../mode import { de_ListDocumentVersionsCommand, se_ListDocumentVersionsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/ListDocumentsCommand.ts b/clients/client-ssm/src/commands/ListDocumentsCommand.ts index 7c05761f08a75..2d8d04e7f83ae 100644 --- a/clients/client-ssm/src/commands/ListDocumentsCommand.ts +++ b/clients/client-ssm/src/commands/ListDocumentsCommand.ts @@ -17,6 +17,10 @@ import { ListDocumentsRequest, ListDocumentsResult } from "../models/models_1"; import { de_ListDocumentsCommand, se_ListDocumentsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/ListInventoryEntriesCommand.ts b/clients/client-ssm/src/commands/ListInventoryEntriesCommand.ts index 0c2b65ee9410b..02dfc3b2ff166 100644 --- a/clients/client-ssm/src/commands/ListInventoryEntriesCommand.ts +++ b/clients/client-ssm/src/commands/ListInventoryEntriesCommand.ts @@ -17,6 +17,10 @@ import { ListInventoryEntriesRequest, ListInventoryEntriesResult } from "../mode import { de_ListInventoryEntriesCommand, se_ListInventoryEntriesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/ListOpsItemEventsCommand.ts b/clients/client-ssm/src/commands/ListOpsItemEventsCommand.ts index 8e5388c6a8e1b..8b9ee780e940f 100644 --- a/clients/client-ssm/src/commands/ListOpsItemEventsCommand.ts +++ b/clients/client-ssm/src/commands/ListOpsItemEventsCommand.ts @@ -17,6 +17,10 @@ import { ListOpsItemEventsRequest, ListOpsItemEventsResponse } from "../models/m import { de_ListOpsItemEventsCommand, se_ListOpsItemEventsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/ListOpsItemRelatedItemsCommand.ts b/clients/client-ssm/src/commands/ListOpsItemRelatedItemsCommand.ts index cd1e04ac27cab..cbcb091f8e197 100644 --- a/clients/client-ssm/src/commands/ListOpsItemRelatedItemsCommand.ts +++ b/clients/client-ssm/src/commands/ListOpsItemRelatedItemsCommand.ts @@ -17,6 +17,10 @@ import { ListOpsItemRelatedItemsRequest, ListOpsItemRelatedItemsResponse } from import { de_ListOpsItemRelatedItemsCommand, se_ListOpsItemRelatedItemsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/ListOpsMetadataCommand.ts b/clients/client-ssm/src/commands/ListOpsMetadataCommand.ts index 084a3638822b1..551e6777ce95e 100644 --- a/clients/client-ssm/src/commands/ListOpsMetadataCommand.ts +++ b/clients/client-ssm/src/commands/ListOpsMetadataCommand.ts @@ -17,6 +17,10 @@ import { ListOpsMetadataRequest, ListOpsMetadataResult } from "../models/models_ import { de_ListOpsMetadataCommand, se_ListOpsMetadataCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/ListResourceComplianceSummariesCommand.ts b/clients/client-ssm/src/commands/ListResourceComplianceSummariesCommand.ts index 303e656da8047..083826f998416 100644 --- a/clients/client-ssm/src/commands/ListResourceComplianceSummariesCommand.ts +++ b/clients/client-ssm/src/commands/ListResourceComplianceSummariesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/ListResourceDataSyncCommand.ts b/clients/client-ssm/src/commands/ListResourceDataSyncCommand.ts index 9b98188815f5d..b81618a0f2635 100644 --- a/clients/client-ssm/src/commands/ListResourceDataSyncCommand.ts +++ b/clients/client-ssm/src/commands/ListResourceDataSyncCommand.ts @@ -17,6 +17,10 @@ import { ListResourceDataSyncRequest, ListResourceDataSyncResult } from "../mode import { de_ListResourceDataSyncCommand, se_ListResourceDataSyncCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/ListTagsForResourceCommand.ts b/clients/client-ssm/src/commands/ListTagsForResourceCommand.ts index c84bce9c89938..f8ab8d5032d09 100644 --- a/clients/client-ssm/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-ssm/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResult } from "../models import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/ModifyDocumentPermissionCommand.ts b/clients/client-ssm/src/commands/ModifyDocumentPermissionCommand.ts index daaa6f02d9e2c..1beb6a815e14e 100644 --- a/clients/client-ssm/src/commands/ModifyDocumentPermissionCommand.ts +++ b/clients/client-ssm/src/commands/ModifyDocumentPermissionCommand.ts @@ -17,6 +17,10 @@ import { ModifyDocumentPermissionRequest, ModifyDocumentPermissionResponse } fro import { de_ModifyDocumentPermissionCommand, se_ModifyDocumentPermissionCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/PutComplianceItemsCommand.ts b/clients/client-ssm/src/commands/PutComplianceItemsCommand.ts index bd65accddb5ab..85f9da23d6291 100644 --- a/clients/client-ssm/src/commands/PutComplianceItemsCommand.ts +++ b/clients/client-ssm/src/commands/PutComplianceItemsCommand.ts @@ -17,6 +17,10 @@ import { PutComplianceItemsRequest, PutComplianceItemsResult } from "../models/m import { de_PutComplianceItemsCommand, se_PutComplianceItemsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/PutInventoryCommand.ts b/clients/client-ssm/src/commands/PutInventoryCommand.ts index f4c8560f05e07..ef3bf99630ab2 100644 --- a/clients/client-ssm/src/commands/PutInventoryCommand.ts +++ b/clients/client-ssm/src/commands/PutInventoryCommand.ts @@ -17,6 +17,10 @@ import { PutInventoryRequest, PutInventoryResult } from "../models/models_1"; import { de_PutInventoryCommand, se_PutInventoryCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/PutParameterCommand.ts b/clients/client-ssm/src/commands/PutParameterCommand.ts index 47b6b50a3e532..9af7916a1d0bc 100644 --- a/clients/client-ssm/src/commands/PutParameterCommand.ts +++ b/clients/client-ssm/src/commands/PutParameterCommand.ts @@ -17,6 +17,10 @@ import { PutParameterRequest, PutParameterRequestFilterSensitiveLog, PutParamete import { de_PutParameterCommand, se_PutParameterCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/PutResourcePolicyCommand.ts b/clients/client-ssm/src/commands/PutResourcePolicyCommand.ts index da8afe8eec0cd..b2001cb4c9892 100644 --- a/clients/client-ssm/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-ssm/src/commands/PutResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/m import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/RegisterDefaultPatchBaselineCommand.ts b/clients/client-ssm/src/commands/RegisterDefaultPatchBaselineCommand.ts index 68565c43a88a3..f7f85c2c33b4a 100644 --- a/clients/client-ssm/src/commands/RegisterDefaultPatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/RegisterDefaultPatchBaselineCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/RegisterPatchBaselineForPatchGroupCommand.ts b/clients/client-ssm/src/commands/RegisterPatchBaselineForPatchGroupCommand.ts index ab72e086036d2..cb93fda3cb5ca 100644 --- a/clients/client-ssm/src/commands/RegisterPatchBaselineForPatchGroupCommand.ts +++ b/clients/client-ssm/src/commands/RegisterPatchBaselineForPatchGroupCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/RegisterTargetWithMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/RegisterTargetWithMaintenanceWindowCommand.ts index b0b881e514f65..afda297dffb52 100644 --- a/clients/client-ssm/src/commands/RegisterTargetWithMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/RegisterTargetWithMaintenanceWindowCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/RegisterTaskWithMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/RegisterTaskWithMaintenanceWindowCommand.ts index ab975c9a1ebb0..5af9ab4699861 100644 --- a/clients/client-ssm/src/commands/RegisterTaskWithMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/RegisterTaskWithMaintenanceWindowCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-ssm/src/commands/RemoveTagsFromResourceCommand.ts index f0f89b256bfad..52301d05f1449 100644 --- a/clients/client-ssm/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-ssm/src/commands/RemoveTagsFromResourceCommand.ts @@ -17,6 +17,10 @@ import { RemoveTagsFromResourceRequest, RemoveTagsFromResourceResult } from "../ import { de_RemoveTagsFromResourceCommand, se_RemoveTagsFromResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/ResetServiceSettingCommand.ts b/clients/client-ssm/src/commands/ResetServiceSettingCommand.ts index 0fa1c805c3b7b..28ba628dbcbcb 100644 --- a/clients/client-ssm/src/commands/ResetServiceSettingCommand.ts +++ b/clients/client-ssm/src/commands/ResetServiceSettingCommand.ts @@ -17,6 +17,10 @@ import { ResetServiceSettingRequest, ResetServiceSettingResult } from "../models import { de_ResetServiceSettingCommand, se_ResetServiceSettingCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/ResumeSessionCommand.ts b/clients/client-ssm/src/commands/ResumeSessionCommand.ts index bce08cf16b9ca..5f4701789ab8a 100644 --- a/clients/client-ssm/src/commands/ResumeSessionCommand.ts +++ b/clients/client-ssm/src/commands/ResumeSessionCommand.ts @@ -17,6 +17,10 @@ import { ResumeSessionRequest, ResumeSessionResponse } from "../models/models_1" import { de_ResumeSessionCommand, se_ResumeSessionCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/SendAutomationSignalCommand.ts b/clients/client-ssm/src/commands/SendAutomationSignalCommand.ts index 6f68a96756648..54ff394bbeff2 100644 --- a/clients/client-ssm/src/commands/SendAutomationSignalCommand.ts +++ b/clients/client-ssm/src/commands/SendAutomationSignalCommand.ts @@ -17,6 +17,10 @@ import { SendAutomationSignalRequest, SendAutomationSignalResult } from "../mode import { de_SendAutomationSignalCommand, se_SendAutomationSignalCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/SendCommandCommand.ts b/clients/client-ssm/src/commands/SendCommandCommand.ts index 2a871a7a4d671..0debae6fbc931 100644 --- a/clients/client-ssm/src/commands/SendCommandCommand.ts +++ b/clients/client-ssm/src/commands/SendCommandCommand.ts @@ -22,6 +22,10 @@ import { import { de_SendCommandCommand, se_SendCommandCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/StartAssociationsOnceCommand.ts b/clients/client-ssm/src/commands/StartAssociationsOnceCommand.ts index 59a411e4b4598..f2af7f54dbd95 100644 --- a/clients/client-ssm/src/commands/StartAssociationsOnceCommand.ts +++ b/clients/client-ssm/src/commands/StartAssociationsOnceCommand.ts @@ -17,6 +17,10 @@ import { StartAssociationsOnceRequest, StartAssociationsOnceResult } from "../mo import { de_StartAssociationsOnceCommand, se_StartAssociationsOnceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/StartAutomationExecutionCommand.ts b/clients/client-ssm/src/commands/StartAutomationExecutionCommand.ts index a6f6f7aa4cded..50cd46767b3c9 100644 --- a/clients/client-ssm/src/commands/StartAutomationExecutionCommand.ts +++ b/clients/client-ssm/src/commands/StartAutomationExecutionCommand.ts @@ -17,6 +17,10 @@ import { StartAutomationExecutionRequest, StartAutomationExecutionResult } from import { de_StartAutomationExecutionCommand, se_StartAutomationExecutionCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/StartChangeRequestExecutionCommand.ts b/clients/client-ssm/src/commands/StartChangeRequestExecutionCommand.ts index 83169b9ec0199..5e0ef8086f958 100644 --- a/clients/client-ssm/src/commands/StartChangeRequestExecutionCommand.ts +++ b/clients/client-ssm/src/commands/StartChangeRequestExecutionCommand.ts @@ -17,6 +17,10 @@ import { StartChangeRequestExecutionRequest, StartChangeRequestExecutionResult } import { de_StartChangeRequestExecutionCommand, se_StartChangeRequestExecutionCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/StartSessionCommand.ts b/clients/client-ssm/src/commands/StartSessionCommand.ts index 07ea337b297d7..6a1f85f54ba2a 100644 --- a/clients/client-ssm/src/commands/StartSessionCommand.ts +++ b/clients/client-ssm/src/commands/StartSessionCommand.ts @@ -17,6 +17,10 @@ import { StartSessionRequest, StartSessionResponse } from "../models/models_1"; import { de_StartSessionCommand, se_StartSessionCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/StopAutomationExecutionCommand.ts b/clients/client-ssm/src/commands/StopAutomationExecutionCommand.ts index 2dfea89108aa2..13405de169c9e 100644 --- a/clients/client-ssm/src/commands/StopAutomationExecutionCommand.ts +++ b/clients/client-ssm/src/commands/StopAutomationExecutionCommand.ts @@ -17,6 +17,10 @@ import { StopAutomationExecutionRequest, StopAutomationExecutionResult } from ". import { de_StopAutomationExecutionCommand, se_StopAutomationExecutionCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/TerminateSessionCommand.ts b/clients/client-ssm/src/commands/TerminateSessionCommand.ts index 2cc163770e9f7..d19774a6c3096 100644 --- a/clients/client-ssm/src/commands/TerminateSessionCommand.ts +++ b/clients/client-ssm/src/commands/TerminateSessionCommand.ts @@ -17,6 +17,10 @@ import { TerminateSessionRequest, TerminateSessionResponse } from "../models/mod import { de_TerminateSessionCommand, se_TerminateSessionCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/UnlabelParameterVersionCommand.ts b/clients/client-ssm/src/commands/UnlabelParameterVersionCommand.ts index db676862ffd3b..97c7e47b1d48a 100644 --- a/clients/client-ssm/src/commands/UnlabelParameterVersionCommand.ts +++ b/clients/client-ssm/src/commands/UnlabelParameterVersionCommand.ts @@ -17,6 +17,10 @@ import { UnlabelParameterVersionRequest, UnlabelParameterVersionResult } from ". import { de_UnlabelParameterVersionCommand, se_UnlabelParameterVersionCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/UpdateAssociationCommand.ts b/clients/client-ssm/src/commands/UpdateAssociationCommand.ts index e1c45c0bfc541..fde452d151942 100644 --- a/clients/client-ssm/src/commands/UpdateAssociationCommand.ts +++ b/clients/client-ssm/src/commands/UpdateAssociationCommand.ts @@ -22,6 +22,10 @@ import { import { de_UpdateAssociationCommand, se_UpdateAssociationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/UpdateAssociationStatusCommand.ts b/clients/client-ssm/src/commands/UpdateAssociationStatusCommand.ts index fcba31d26c18b..43e23a941dc25 100644 --- a/clients/client-ssm/src/commands/UpdateAssociationStatusCommand.ts +++ b/clients/client-ssm/src/commands/UpdateAssociationStatusCommand.ts @@ -21,6 +21,10 @@ import { import { de_UpdateAssociationStatusCommand, se_UpdateAssociationStatusCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/UpdateDocumentCommand.ts b/clients/client-ssm/src/commands/UpdateDocumentCommand.ts index 13ecc84ff8d54..03ea02779df5f 100644 --- a/clients/client-ssm/src/commands/UpdateDocumentCommand.ts +++ b/clients/client-ssm/src/commands/UpdateDocumentCommand.ts @@ -17,6 +17,10 @@ import { UpdateDocumentRequest, UpdateDocumentResult } from "../models/models_2" import { de_UpdateDocumentCommand, se_UpdateDocumentCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/UpdateDocumentDefaultVersionCommand.ts b/clients/client-ssm/src/commands/UpdateDocumentDefaultVersionCommand.ts index aa1750b48ba62..e190730e87391 100644 --- a/clients/client-ssm/src/commands/UpdateDocumentDefaultVersionCommand.ts +++ b/clients/client-ssm/src/commands/UpdateDocumentDefaultVersionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/UpdateDocumentMetadataCommand.ts b/clients/client-ssm/src/commands/UpdateDocumentMetadataCommand.ts index 448b58e2f8c0d..eafe113e3527a 100644 --- a/clients/client-ssm/src/commands/UpdateDocumentMetadataCommand.ts +++ b/clients/client-ssm/src/commands/UpdateDocumentMetadataCommand.ts @@ -17,6 +17,10 @@ import { UpdateDocumentMetadataRequest, UpdateDocumentMetadataResponse } from ". import { de_UpdateDocumentMetadataCommand, se_UpdateDocumentMetadataCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/UpdateMaintenanceWindowCommand.ts b/clients/client-ssm/src/commands/UpdateMaintenanceWindowCommand.ts index 3c78ccf7548b0..fb95614ad2e02 100644 --- a/clients/client-ssm/src/commands/UpdateMaintenanceWindowCommand.ts +++ b/clients/client-ssm/src/commands/UpdateMaintenanceWindowCommand.ts @@ -22,6 +22,10 @@ import { import { de_UpdateMaintenanceWindowCommand, se_UpdateMaintenanceWindowCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/UpdateMaintenanceWindowTargetCommand.ts b/clients/client-ssm/src/commands/UpdateMaintenanceWindowTargetCommand.ts index 69c3809565c16..81e1e103c9903 100644 --- a/clients/client-ssm/src/commands/UpdateMaintenanceWindowTargetCommand.ts +++ b/clients/client-ssm/src/commands/UpdateMaintenanceWindowTargetCommand.ts @@ -25,6 +25,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/UpdateMaintenanceWindowTaskCommand.ts b/clients/client-ssm/src/commands/UpdateMaintenanceWindowTaskCommand.ts index 5028db0720e89..4fb363497c851 100644 --- a/clients/client-ssm/src/commands/UpdateMaintenanceWindowTaskCommand.ts +++ b/clients/client-ssm/src/commands/UpdateMaintenanceWindowTaskCommand.ts @@ -22,6 +22,10 @@ import { import { de_UpdateMaintenanceWindowTaskCommand, se_UpdateMaintenanceWindowTaskCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/UpdateManagedInstanceRoleCommand.ts b/clients/client-ssm/src/commands/UpdateManagedInstanceRoleCommand.ts index 5a25edf4f38a4..963d9069f7f9a 100644 --- a/clients/client-ssm/src/commands/UpdateManagedInstanceRoleCommand.ts +++ b/clients/client-ssm/src/commands/UpdateManagedInstanceRoleCommand.ts @@ -17,6 +17,10 @@ import { UpdateManagedInstanceRoleRequest, UpdateManagedInstanceRoleResult } fro import { de_UpdateManagedInstanceRoleCommand, se_UpdateManagedInstanceRoleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/UpdateOpsItemCommand.ts b/clients/client-ssm/src/commands/UpdateOpsItemCommand.ts index 9a9aba1ff6d96..241733cdbad86 100644 --- a/clients/client-ssm/src/commands/UpdateOpsItemCommand.ts +++ b/clients/client-ssm/src/commands/UpdateOpsItemCommand.ts @@ -17,6 +17,10 @@ import { UpdateOpsItemRequest, UpdateOpsItemResponse } from "../models/models_2" import { de_UpdateOpsItemCommand, se_UpdateOpsItemCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/UpdateOpsMetadataCommand.ts b/clients/client-ssm/src/commands/UpdateOpsMetadataCommand.ts index e8baa11fca69a..fe5a031dc8fca 100644 --- a/clients/client-ssm/src/commands/UpdateOpsMetadataCommand.ts +++ b/clients/client-ssm/src/commands/UpdateOpsMetadataCommand.ts @@ -17,6 +17,10 @@ import { UpdateOpsMetadataRequest, UpdateOpsMetadataResult } from "../models/mod import { de_UpdateOpsMetadataCommand, se_UpdateOpsMetadataCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/UpdatePatchBaselineCommand.ts b/clients/client-ssm/src/commands/UpdatePatchBaselineCommand.ts index 219ed23fbee3d..70697291173a8 100644 --- a/clients/client-ssm/src/commands/UpdatePatchBaselineCommand.ts +++ b/clients/client-ssm/src/commands/UpdatePatchBaselineCommand.ts @@ -22,6 +22,10 @@ import { import { de_UpdatePatchBaselineCommand, se_UpdatePatchBaselineCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/UpdateResourceDataSyncCommand.ts b/clients/client-ssm/src/commands/UpdateResourceDataSyncCommand.ts index 2646497d11dd0..1d5aca5b6410b 100644 --- a/clients/client-ssm/src/commands/UpdateResourceDataSyncCommand.ts +++ b/clients/client-ssm/src/commands/UpdateResourceDataSyncCommand.ts @@ -17,6 +17,10 @@ import { UpdateResourceDataSyncRequest, UpdateResourceDataSyncResult } from "../ import { de_UpdateResourceDataSyncCommand, se_UpdateResourceDataSyncCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/commands/UpdateServiceSettingCommand.ts b/clients/client-ssm/src/commands/UpdateServiceSettingCommand.ts index f624eb4bc0f2e..03fe90c26706f 100644 --- a/clients/client-ssm/src/commands/UpdateServiceSettingCommand.ts +++ b/clients/client-ssm/src/commands/UpdateServiceSettingCommand.ts @@ -17,6 +17,10 @@ import { UpdateServiceSettingRequest, UpdateServiceSettingResult } from "../mode import { de_UpdateServiceSettingCommand, se_UpdateServiceSettingCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSMClientResolvedConfig } from "../SSMClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-ssm/src/index.ts b/clients/client-ssm/src/index.ts index 93f01cdb16ca9..78def4426782f 100644 --- a/clients/client-ssm/src/index.ts +++ b/clients/client-ssm/src/index.ts @@ -1,9 +1,50 @@ -export * from "./SSM"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure + * end-to-end management solution for hybrid cloud environments that enables safe and secure + * operations at scale.

+ *

This reference is intended to be used with the Amazon Web Services Systems Manager User Guide. To get started, see Setting up Amazon Web Services Systems Manager.

+ *

+ * Related resources + *

+ * + * + * @packageDocumentation + */ export * from "./SSMClient"; +export * from "./SSM"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { SSMServiceException } from "./models/SSMServiceException"; diff --git a/clients/client-ssm/src/models/SSMServiceException.ts b/clients/client-ssm/src/models/SSMServiceException.ts index 72e6c7a793e5a..a0acaad973768 100644 --- a/clients/client-ssm/src/models/SSMServiceException.ts +++ b/clients/client-ssm/src/models/SSMServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-sso-admin/src/SSOAdminClient.ts b/clients/client-sso-admin/src/SSOAdminClient.ts index a1279ba296b05..7da6ba88ca4ab 100644 --- a/clients/client-sso-admin/src/SSOAdminClient.ts +++ b/clients/client-sso-admin/src/SSOAdminClient.ts @@ -195,6 +195,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -406,7 +408,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SSOAdminClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SSOAdminClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -425,7 +427,7 @@ export interface SSOAdminClientConfig extends SSOAdminClientConfigType {} /** * @public */ -type SSOAdminClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SSOAdminClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-sso-admin/src/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.ts index 0ddbdc9382afd..b325803bc29c5 100644 --- a/clients/client-sso-admin/src/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/AttachCustomerManagedPolicyReferenceToPermissionSetCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/AttachManagedPolicyToPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/AttachManagedPolicyToPermissionSetCommand.ts index 4883c069d06a8..0584237973576 100644 --- a/clients/client-sso-admin/src/commands/AttachManagedPolicyToPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/AttachManagedPolicyToPermissionSetCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/CreateAccountAssignmentCommand.ts b/clients/client-sso-admin/src/commands/CreateAccountAssignmentCommand.ts index e33830f5eff59..0bbe2517c6ced 100644 --- a/clients/client-sso-admin/src/commands/CreateAccountAssignmentCommand.ts +++ b/clients/client-sso-admin/src/commands/CreateAccountAssignmentCommand.ts @@ -17,6 +17,10 @@ import { CreateAccountAssignmentRequest, CreateAccountAssignmentResponse } from import { de_CreateAccountAssignmentCommand, se_CreateAccountAssignmentCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts b/clients/client-sso-admin/src/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts index 8b6599ec58c88..e342934349925 100644 --- a/clients/client-sso-admin/src/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts +++ b/clients/client-sso-admin/src/commands/CreateInstanceAccessControlAttributeConfigurationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/CreatePermissionSetCommand.ts b/clients/client-sso-admin/src/commands/CreatePermissionSetCommand.ts index c765058d42c15..43724cf268dd3 100644 --- a/clients/client-sso-admin/src/commands/CreatePermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/CreatePermissionSetCommand.ts @@ -17,6 +17,10 @@ import { CreatePermissionSetRequest, CreatePermissionSetResponse } from "../mode import { de_CreatePermissionSetCommand, se_CreatePermissionSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/DeleteAccountAssignmentCommand.ts b/clients/client-sso-admin/src/commands/DeleteAccountAssignmentCommand.ts index cd18d95c8f607..01dd1d2b7cdef 100644 --- a/clients/client-sso-admin/src/commands/DeleteAccountAssignmentCommand.ts +++ b/clients/client-sso-admin/src/commands/DeleteAccountAssignmentCommand.ts @@ -17,6 +17,10 @@ import { DeleteAccountAssignmentRequest, DeleteAccountAssignmentResponse } from import { de_DeleteAccountAssignmentCommand, se_DeleteAccountAssignmentCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/DeleteInlinePolicyFromPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DeleteInlinePolicyFromPermissionSetCommand.ts index 1881a0ef49ba5..ef2ae188ce053 100644 --- a/clients/client-sso-admin/src/commands/DeleteInlinePolicyFromPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DeleteInlinePolicyFromPermissionSetCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts b/clients/client-sso-admin/src/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts index 5e3f2d180caaa..dee8850f2a3b2 100644 --- a/clients/client-sso-admin/src/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts +++ b/clients/client-sso-admin/src/commands/DeleteInstanceAccessControlAttributeConfigurationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/DeletePermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DeletePermissionSetCommand.ts index 48c7de6ed78c1..5eba78b4a8139 100644 --- a/clients/client-sso-admin/src/commands/DeletePermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DeletePermissionSetCommand.ts @@ -17,6 +17,10 @@ import { DeletePermissionSetRequest, DeletePermissionSetResponse } from "../mode import { de_DeletePermissionSetCommand, se_DeletePermissionSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/DeletePermissionsBoundaryFromPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DeletePermissionsBoundaryFromPermissionSetCommand.ts index 238fbe5c3397e..8695d2919e5b5 100644 --- a/clients/client-sso-admin/src/commands/DeletePermissionsBoundaryFromPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DeletePermissionsBoundaryFromPermissionSetCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/DescribeAccountAssignmentCreationStatusCommand.ts b/clients/client-sso-admin/src/commands/DescribeAccountAssignmentCreationStatusCommand.ts index 598b042b485a8..d27650cecd9c8 100644 --- a/clients/client-sso-admin/src/commands/DescribeAccountAssignmentCreationStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribeAccountAssignmentCreationStatusCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/DescribeAccountAssignmentDeletionStatusCommand.ts b/clients/client-sso-admin/src/commands/DescribeAccountAssignmentDeletionStatusCommand.ts index 9e6c7b0b35873..69134cc39d7c0 100644 --- a/clients/client-sso-admin/src/commands/DescribeAccountAssignmentDeletionStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribeAccountAssignmentDeletionStatusCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts b/clients/client-sso-admin/src/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts index b184222156d87..331e379379de5 100644 --- a/clients/client-sso-admin/src/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribeInstanceAccessControlAttributeConfigurationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/DescribePermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DescribePermissionSetCommand.ts index c2d5a3afd3226..2ace6300da92e 100644 --- a/clients/client-sso-admin/src/commands/DescribePermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribePermissionSetCommand.ts @@ -17,6 +17,10 @@ import { DescribePermissionSetRequest, DescribePermissionSetResponse } from "../ import { de_DescribePermissionSetCommand, se_DescribePermissionSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/DescribePermissionSetProvisioningStatusCommand.ts b/clients/client-sso-admin/src/commands/DescribePermissionSetProvisioningStatusCommand.ts index a465df8c9a4ad..8c25e9b9b36fc 100644 --- a/clients/client-sso-admin/src/commands/DescribePermissionSetProvisioningStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/DescribePermissionSetProvisioningStatusCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.ts index 78b2f441e10fa..071ca3fc5d1c7 100644 --- a/clients/client-sso-admin/src/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DetachCustomerManagedPolicyReferenceFromPermissionSetCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/DetachManagedPolicyFromPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/DetachManagedPolicyFromPermissionSetCommand.ts index 24331699bbb24..ad01b90d2e51c 100644 --- a/clients/client-sso-admin/src/commands/DetachManagedPolicyFromPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/DetachManagedPolicyFromPermissionSetCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/GetInlinePolicyForPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/GetInlinePolicyForPermissionSetCommand.ts index e2f0cba361ac1..02ab765a31f0b 100644 --- a/clients/client-sso-admin/src/commands/GetInlinePolicyForPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/GetInlinePolicyForPermissionSetCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/GetPermissionsBoundaryForPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/GetPermissionsBoundaryForPermissionSetCommand.ts index bc8a30c6b8734..3af6f52ab95a2 100644 --- a/clients/client-sso-admin/src/commands/GetPermissionsBoundaryForPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/GetPermissionsBoundaryForPermissionSetCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/ListAccountAssignmentCreationStatusCommand.ts b/clients/client-sso-admin/src/commands/ListAccountAssignmentCreationStatusCommand.ts index 71976c93ad868..573585242a320 100644 --- a/clients/client-sso-admin/src/commands/ListAccountAssignmentCreationStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/ListAccountAssignmentCreationStatusCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/ListAccountAssignmentDeletionStatusCommand.ts b/clients/client-sso-admin/src/commands/ListAccountAssignmentDeletionStatusCommand.ts index 7b56ef4f2f50c..a066f9f1a87e3 100644 --- a/clients/client-sso-admin/src/commands/ListAccountAssignmentDeletionStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/ListAccountAssignmentDeletionStatusCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/ListAccountAssignmentsCommand.ts b/clients/client-sso-admin/src/commands/ListAccountAssignmentsCommand.ts index 028a790d9abb0..d72b702dfc5cc 100644 --- a/clients/client-sso-admin/src/commands/ListAccountAssignmentsCommand.ts +++ b/clients/client-sso-admin/src/commands/ListAccountAssignmentsCommand.ts @@ -17,6 +17,10 @@ import { ListAccountAssignmentsRequest, ListAccountAssignmentsResponse } from ". import { de_ListAccountAssignmentsCommand, se_ListAccountAssignmentsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/ListAccountsForProvisionedPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/ListAccountsForProvisionedPermissionSetCommand.ts index 01fded77318e7..b86561b019fb4 100644 --- a/clients/client-sso-admin/src/commands/ListAccountsForProvisionedPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/ListAccountsForProvisionedPermissionSetCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.ts index 354fc5bf777e7..bf3706651a99d 100644 --- a/clients/client-sso-admin/src/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/ListCustomerManagedPolicyReferencesInPermissionSetCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/ListInstancesCommand.ts b/clients/client-sso-admin/src/commands/ListInstancesCommand.ts index b6e7b5048b931..ecb3b12d504fb 100644 --- a/clients/client-sso-admin/src/commands/ListInstancesCommand.ts +++ b/clients/client-sso-admin/src/commands/ListInstancesCommand.ts @@ -17,6 +17,10 @@ import { ListInstancesRequest, ListInstancesResponse } from "../models/models_0" import { de_ListInstancesCommand, se_ListInstancesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/ListManagedPoliciesInPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/ListManagedPoliciesInPermissionSetCommand.ts index ab7496b8b3495..2c870796c6867 100644 --- a/clients/client-sso-admin/src/commands/ListManagedPoliciesInPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/ListManagedPoliciesInPermissionSetCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/ListPermissionSetProvisioningStatusCommand.ts b/clients/client-sso-admin/src/commands/ListPermissionSetProvisioningStatusCommand.ts index a3d5f612388b0..3dcf459fced17 100644 --- a/clients/client-sso-admin/src/commands/ListPermissionSetProvisioningStatusCommand.ts +++ b/clients/client-sso-admin/src/commands/ListPermissionSetProvisioningStatusCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/ListPermissionSetsCommand.ts b/clients/client-sso-admin/src/commands/ListPermissionSetsCommand.ts index b8d5462ec938e..d6bb54c1292f8 100644 --- a/clients/client-sso-admin/src/commands/ListPermissionSetsCommand.ts +++ b/clients/client-sso-admin/src/commands/ListPermissionSetsCommand.ts @@ -17,6 +17,10 @@ import { ListPermissionSetsRequest, ListPermissionSetsResponse } from "../models import { de_ListPermissionSetsCommand, se_ListPermissionSetsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/ListPermissionSetsProvisionedToAccountCommand.ts b/clients/client-sso-admin/src/commands/ListPermissionSetsProvisionedToAccountCommand.ts index ad395fb15d93f..fba11d07f9de3 100644 --- a/clients/client-sso-admin/src/commands/ListPermissionSetsProvisionedToAccountCommand.ts +++ b/clients/client-sso-admin/src/commands/ListPermissionSetsProvisionedToAccountCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/ListTagsForResourceCommand.ts b/clients/client-sso-admin/src/commands/ListTagsForResourceCommand.ts index 9b59d0cb14497..d0e30a8e62ba0 100644 --- a/clients/client-sso-admin/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-sso-admin/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/ProvisionPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/ProvisionPermissionSetCommand.ts index 0b17184a1cfed..ca8b078eb2f5e 100644 --- a/clients/client-sso-admin/src/commands/ProvisionPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/ProvisionPermissionSetCommand.ts @@ -17,6 +17,10 @@ import { ProvisionPermissionSetRequest, ProvisionPermissionSetResponse } from ". import { de_ProvisionPermissionSetCommand, se_ProvisionPermissionSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/PutInlinePolicyToPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/PutInlinePolicyToPermissionSetCommand.ts index a578b18037e71..a71a9adcdc9a8 100644 --- a/clients/client-sso-admin/src/commands/PutInlinePolicyToPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/PutInlinePolicyToPermissionSetCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/PutPermissionsBoundaryToPermissionSetCommand.ts b/clients/client-sso-admin/src/commands/PutPermissionsBoundaryToPermissionSetCommand.ts index 5bc938ed7af24..44b6b116d512e 100644 --- a/clients/client-sso-admin/src/commands/PutPermissionsBoundaryToPermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/PutPermissionsBoundaryToPermissionSetCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/TagResourceCommand.ts b/clients/client-sso-admin/src/commands/TagResourceCommand.ts index ed06f21c02afe..c674a4b29177b 100644 --- a/clients/client-sso-admin/src/commands/TagResourceCommand.ts +++ b/clients/client-sso-admin/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/UntagResourceCommand.ts b/clients/client-sso-admin/src/commands/UntagResourceCommand.ts index 5fd891e9fdb68..c07c1b87836e9 100644 --- a/clients/client-sso-admin/src/commands/UntagResourceCommand.ts +++ b/clients/client-sso-admin/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts b/clients/client-sso-admin/src/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts index 9e6fb16cef75d..f380a0a09e401 100644 --- a/clients/client-sso-admin/src/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts +++ b/clients/client-sso-admin/src/commands/UpdateInstanceAccessControlAttributeConfigurationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/commands/UpdatePermissionSetCommand.ts b/clients/client-sso-admin/src/commands/UpdatePermissionSetCommand.ts index 470941ce1538f..8a90acccb601d 100644 --- a/clients/client-sso-admin/src/commands/UpdatePermissionSetCommand.ts +++ b/clients/client-sso-admin/src/commands/UpdatePermissionSetCommand.ts @@ -17,6 +17,10 @@ import { UpdatePermissionSetRequest, UpdatePermissionSetResponse } from "../mode import { de_UpdatePermissionSetCommand, se_UpdatePermissionSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SSOAdminClientResolvedConfig } from "../SSOAdminClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-admin/src/index.ts b/clients/client-sso-admin/src/index.ts index b4e08590e8a55..8efcb1212bddd 100644 --- a/clients/client-sso-admin/src/index.ts +++ b/clients/client-sso-admin/src/index.ts @@ -1,8 +1,35 @@ -export * from "./SSOAdmin"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

AWS IAM Identity Center (successor to AWS Single Sign-On) helps you securely create, or connect, your workforce identities and manage their + * access centrally across AWS accounts and applications. IAM Identity Center is the recommended + * approach for workforce authentication and authorization in AWS, for organizations of any size + * and type.

+ * + *

Although AWS Single Sign-On was renamed, the sso and + * identitystore API namespaces will continue to retain their original name for + * backward compatibility purposes. For more information, see IAM Identity Center rename.

+ *
+ *

This reference guide provides information on single sign-on operations which could be used for + * access management of AWS accounts. For information about IAM Identity Center features, see the IAM Identity Center User + * Guide.

+ *

Many operations in the IAM Identity Center APIs rely on identifiers for users and groups, known as + * principals. For more information about how to work with principals and principal IDs in IAM Identity Center, + * see the Identity Store API + * Reference.

+ * + *

AWS provides SDKs that consist of libraries and sample code for various programming + * languages and platforms (Java, Ruby, .Net, iOS, Android, and more). The SDKs provide a + * convenient way to create programmatic access to IAM Identity Center and other AWS services. For more + * information about the AWS SDKs, including how to download and install them, see Tools for Amazon Web Services.

+ *
+ * + * @packageDocumentation + */ export * from "./SSOAdminClient"; +export * from "./SSOAdmin"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { SSOAdminServiceException } from "./models/SSOAdminServiceException"; diff --git a/clients/client-sso-admin/src/models/SSOAdminServiceException.ts b/clients/client-sso-admin/src/models/SSOAdminServiceException.ts index 921eb36a52b1c..d3d6c9a0e6018 100644 --- a/clients/client-sso-admin/src/models/SSOAdminServiceException.ts +++ b/clients/client-sso-admin/src/models/SSOAdminServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-sso-oidc/src/SSOOIDCClient.ts b/clients/client-sso-oidc/src/SSOOIDCClient.ts index fd90eb70bedac..fc2cddd0437f4 100644 --- a/clients/client-sso-oidc/src/SSOOIDCClient.ts +++ b/clients/client-sso-oidc/src/SSOOIDCClient.ts @@ -58,6 +58,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -195,7 +197,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SSOOIDCClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SSOOIDCClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -213,7 +215,7 @@ export interface SSOOIDCClientConfig extends SSOOIDCClientConfigType {} /** * @public */ -type SSOOIDCClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SSOOIDCClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-sso-oidc/src/commands/CreateTokenCommand.ts b/clients/client-sso-oidc/src/commands/CreateTokenCommand.ts index b019d8eb3a5fe..7750aba2bf1c6 100644 --- a/clients/client-sso-oidc/src/commands/CreateTokenCommand.ts +++ b/clients/client-sso-oidc/src/commands/CreateTokenCommand.ts @@ -17,6 +17,10 @@ import { CreateTokenRequest, CreateTokenResponse } from "../models/models_0"; import { de_CreateTokenCommand, se_CreateTokenCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSOOIDCClientResolvedConfig } from "../SSOOIDCClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-oidc/src/commands/RegisterClientCommand.ts b/clients/client-sso-oidc/src/commands/RegisterClientCommand.ts index ee87b99c8f68d..cd92494bfc667 100644 --- a/clients/client-sso-oidc/src/commands/RegisterClientCommand.ts +++ b/clients/client-sso-oidc/src/commands/RegisterClientCommand.ts @@ -17,6 +17,10 @@ import { RegisterClientRequest, RegisterClientResponse } from "../models/models_ import { de_RegisterClientCommand, se_RegisterClientCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSOOIDCClientResolvedConfig } from "../SSOOIDCClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-oidc/src/commands/StartDeviceAuthorizationCommand.ts b/clients/client-sso-oidc/src/commands/StartDeviceAuthorizationCommand.ts index b2160cc36eb24..9f95fef351a46 100644 --- a/clients/client-sso-oidc/src/commands/StartDeviceAuthorizationCommand.ts +++ b/clients/client-sso-oidc/src/commands/StartDeviceAuthorizationCommand.ts @@ -17,6 +17,10 @@ import { StartDeviceAuthorizationRequest, StartDeviceAuthorizationResponse } fro import { de_StartDeviceAuthorizationCommand, se_StartDeviceAuthorizationCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSOOIDCClientResolvedConfig } from "../SSOOIDCClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso-oidc/src/index.ts b/clients/client-sso-oidc/src/index.ts index 5a71aaf96a0c3..543d6ce7a102a 100644 --- a/clients/client-sso-oidc/src/index.ts +++ b/clients/client-sso-oidc/src/index.ts @@ -1,6 +1,51 @@ -export * from "./SSOOIDC"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

AWS IAM Identity Center (successor to AWS Single Sign-On) OpenID Connect (OIDC) is a web service that enables a client (such as AWS CLI + * or a native application) to register with IAM Identity Center. The service also enables the client to + * fetch the user’s access token upon successful authentication and authorization with + * IAM Identity Center.

+ * + *

Although AWS Single Sign-On was renamed, the sso and + * identitystore API namespaces will continue to retain their original name for + * backward compatibility purposes. For more information, see IAM Identity Center rename.

+ *
+ *

+ * Considerations for Using This Guide + *

+ *

Before you begin using this guide, we recommend that you first review the following + * important information about how the IAM Identity Center OIDC service works.

+ *
    + *
  • + *

    The IAM Identity Center OIDC service currently implements only the portions of the OAuth 2.0 + * Device Authorization Grant standard (https://tools.ietf.org/html/rfc8628) that are necessary to enable single + * sign-on authentication with the AWS CLI. Support for other OIDC flows frequently needed + * for native applications, such as Authorization Code Flow (+ PKCE), will be addressed in + * future releases.

    + *
  • + *
  • + *

    The service emits only OIDC access tokens, such that obtaining a new token (For + * example, token refresh) requires explicit user re-authentication.

    + *
  • + *
  • + *

    The access tokens provided by this service grant access to all AWS account + * entitlements assigned to an IAM Identity Center user, not just a particular application.

    + *
  • + *
  • + *

    The documentation in this guide does not describe the mechanism to convert the access + * token into AWS Auth (“sigv4”) credentials for use with IAM-protected AWS service + * endpoints. For more information, see GetRoleCredentials in the IAM Identity Center Portal API Reference + * Guide.

    + *
  • + *
+ * + *

For general information about IAM Identity Center, see What is + * IAM Identity Center? in the IAM Identity Center User Guide.

+ * + * @packageDocumentation + */ export * from "./SSOOIDCClient"; +export * from "./SSOOIDC"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-sso-oidc/src/models/SSOOIDCServiceException.ts b/clients/client-sso-oidc/src/models/SSOOIDCServiceException.ts index 7ab535cb821b2..ec060de22ab68 100644 --- a/clients/client-sso-oidc/src/models/SSOOIDCServiceException.ts +++ b/clients/client-sso-oidc/src/models/SSOOIDCServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-sso/src/SSOClient.ts b/clients/client-sso/src/SSOClient.ts index da5097d69bcaf..05221e043b2bb 100644 --- a/clients/client-sso/src/SSOClient.ts +++ b/clients/client-sso/src/SSOClient.ts @@ -56,6 +56,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -195,7 +197,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SSOClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SSOClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -213,7 +215,7 @@ export interface SSOClientConfig extends SSOClientConfigType {} /** * @public */ -type SSOClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SSOClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-sso/src/commands/GetRoleCredentialsCommand.ts b/clients/client-sso/src/commands/GetRoleCredentialsCommand.ts index 62c72c13f5341..4dd9407fc5b0c 100644 --- a/clients/client-sso/src/commands/GetRoleCredentialsCommand.ts +++ b/clients/client-sso/src/commands/GetRoleCredentialsCommand.ts @@ -22,6 +22,10 @@ import { import { de_GetRoleCredentialsCommand, se_GetRoleCredentialsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso/src/commands/ListAccountRolesCommand.ts b/clients/client-sso/src/commands/ListAccountRolesCommand.ts index e04b8c8e518ec..67149be928bb0 100644 --- a/clients/client-sso/src/commands/ListAccountRolesCommand.ts +++ b/clients/client-sso/src/commands/ListAccountRolesCommand.ts @@ -21,6 +21,10 @@ import { import { de_ListAccountRolesCommand, se_ListAccountRolesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso/src/commands/ListAccountsCommand.ts b/clients/client-sso/src/commands/ListAccountsCommand.ts index d183bb397745b..1bb4fcd710f03 100644 --- a/clients/client-sso/src/commands/ListAccountsCommand.ts +++ b/clients/client-sso/src/commands/ListAccountsCommand.ts @@ -17,6 +17,10 @@ import { ListAccountsRequest, ListAccountsRequestFilterSensitiveLog, ListAccount import { de_ListAccountsCommand, se_ListAccountsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso/src/commands/LogoutCommand.ts b/clients/client-sso/src/commands/LogoutCommand.ts index 4af6a238daa23..085e0135c54c0 100644 --- a/clients/client-sso/src/commands/LogoutCommand.ts +++ b/clients/client-sso/src/commands/LogoutCommand.ts @@ -17,6 +17,10 @@ import { LogoutRequest, LogoutRequestFilterSensitiveLog } from "../models/models import { de_LogoutCommand, se_LogoutCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SSOClientResolvedConfig } from "../SSOClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sso/src/index.ts b/clients/client-sso/src/index.ts index a36389d7721c6..79c3b2b80ce05 100644 --- a/clients/client-sso/src/index.ts +++ b/clients/client-sso/src/index.ts @@ -1,8 +1,32 @@ -export * from "./SSO"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

AWS IAM Identity Center (successor to AWS Single Sign-On) Portal is a web service that makes it easy for you to assign user access to + * IAM Identity Center resources such as the AWS access portal. Users can get AWS account applications and roles + * assigned to them and get federated into the application.

+ * + * + *

Although AWS Single Sign-On was renamed, the sso and + * identitystore API namespaces will continue to retain their original name for + * backward compatibility purposes. For more information, see IAM Identity Center rename.

+ *
+ * + *

This reference guide describes the IAM Identity Center Portal operations that you can call + * programatically and includes detailed information on data types and errors.

+ * + * + *

AWS provides SDKs that consist of libraries and sample code for various programming + * languages and platforms, such as Java, Ruby, .Net, iOS, or Android. The SDKs provide a + * convenient way to create programmatic access to IAM Identity Center and other AWS services. For more + * information about the AWS SDKs, including how to download and install them, see Tools for Amazon Web Services.

+ *
+ * + * @packageDocumentation + */ export * from "./SSOClient"; +export * from "./SSO"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { SSOServiceException } from "./models/SSOServiceException"; diff --git a/clients/client-sso/src/models/SSOServiceException.ts b/clients/client-sso/src/models/SSOServiceException.ts index 797d56a00a98d..ca5dde61123e1 100644 --- a/clients/client-sso/src/models/SSOServiceException.ts +++ b/clients/client-sso/src/models/SSOServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-storage-gateway/src/StorageGatewayClient.ts b/clients/client-storage-gateway/src/StorageGatewayClient.ts index ce4514923ac53..e316dcf71b65b 100644 --- a/clients/client-storage-gateway/src/StorageGatewayClient.ts +++ b/clients/client-storage-gateway/src/StorageGatewayClient.ts @@ -302,6 +302,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -619,7 +621,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type StorageGatewayClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type StorageGatewayClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -638,7 +640,7 @@ export interface StorageGatewayClientConfig extends StorageGatewayClientConfigTy /** * @public */ -type StorageGatewayClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type StorageGatewayClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-storage-gateway/src/commands/ActivateGatewayCommand.ts b/clients/client-storage-gateway/src/commands/ActivateGatewayCommand.ts index 82aebdf540fe3..925bb1485b178 100644 --- a/clients/client-storage-gateway/src/commands/ActivateGatewayCommand.ts +++ b/clients/client-storage-gateway/src/commands/ActivateGatewayCommand.ts @@ -17,6 +17,10 @@ import { ActivateGatewayInput, ActivateGatewayOutput } from "../models/models_0" import { de_ActivateGatewayCommand, se_ActivateGatewayCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/AddCacheCommand.ts b/clients/client-storage-gateway/src/commands/AddCacheCommand.ts index 6dbeaaf969655..5662c30820056 100644 --- a/clients/client-storage-gateway/src/commands/AddCacheCommand.ts +++ b/clients/client-storage-gateway/src/commands/AddCacheCommand.ts @@ -17,6 +17,10 @@ import { AddCacheInput, AddCacheOutput } from "../models/models_0"; import { de_AddCacheCommand, se_AddCacheCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/AddTagsToResourceCommand.ts b/clients/client-storage-gateway/src/commands/AddTagsToResourceCommand.ts index fdef12791c38a..75ac68f553f19 100644 --- a/clients/client-storage-gateway/src/commands/AddTagsToResourceCommand.ts +++ b/clients/client-storage-gateway/src/commands/AddTagsToResourceCommand.ts @@ -17,6 +17,10 @@ import { AddTagsToResourceInput, AddTagsToResourceOutput } from "../models/model import { de_AddTagsToResourceCommand, se_AddTagsToResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/AddUploadBufferCommand.ts b/clients/client-storage-gateway/src/commands/AddUploadBufferCommand.ts index c81663f694aef..f404460473582 100644 --- a/clients/client-storage-gateway/src/commands/AddUploadBufferCommand.ts +++ b/clients/client-storage-gateway/src/commands/AddUploadBufferCommand.ts @@ -17,6 +17,10 @@ import { AddUploadBufferInput, AddUploadBufferOutput } from "../models/models_0" import { de_AddUploadBufferCommand, se_AddUploadBufferCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/AddWorkingStorageCommand.ts b/clients/client-storage-gateway/src/commands/AddWorkingStorageCommand.ts index d8269f0e4f7a0..3dd5bde0327a3 100644 --- a/clients/client-storage-gateway/src/commands/AddWorkingStorageCommand.ts +++ b/clients/client-storage-gateway/src/commands/AddWorkingStorageCommand.ts @@ -17,6 +17,10 @@ import { AddWorkingStorageInput, AddWorkingStorageOutput } from "../models/model import { de_AddWorkingStorageCommand, se_AddWorkingStorageCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/AssignTapePoolCommand.ts b/clients/client-storage-gateway/src/commands/AssignTapePoolCommand.ts index 8b4f8a95899b7..a87ccdc758b98 100644 --- a/clients/client-storage-gateway/src/commands/AssignTapePoolCommand.ts +++ b/clients/client-storage-gateway/src/commands/AssignTapePoolCommand.ts @@ -17,6 +17,10 @@ import { AssignTapePoolInput, AssignTapePoolOutput } from "../models/models_0"; import { de_AssignTapePoolCommand, se_AssignTapePoolCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/AssociateFileSystemCommand.ts b/clients/client-storage-gateway/src/commands/AssociateFileSystemCommand.ts index 4eb6e68d9cab0..0463d643871b6 100644 --- a/clients/client-storage-gateway/src/commands/AssociateFileSystemCommand.ts +++ b/clients/client-storage-gateway/src/commands/AssociateFileSystemCommand.ts @@ -21,6 +21,10 @@ import { import { de_AssociateFileSystemCommand, se_AssociateFileSystemCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/AttachVolumeCommand.ts b/clients/client-storage-gateway/src/commands/AttachVolumeCommand.ts index 45a751fd9ffe9..d5cb806cba757 100644 --- a/clients/client-storage-gateway/src/commands/AttachVolumeCommand.ts +++ b/clients/client-storage-gateway/src/commands/AttachVolumeCommand.ts @@ -17,6 +17,10 @@ import { AttachVolumeInput, AttachVolumeOutput } from "../models/models_0"; import { de_AttachVolumeCommand, se_AttachVolumeCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/CancelArchivalCommand.ts b/clients/client-storage-gateway/src/commands/CancelArchivalCommand.ts index a9dcb4ad9d6db..95b02a663feea 100644 --- a/clients/client-storage-gateway/src/commands/CancelArchivalCommand.ts +++ b/clients/client-storage-gateway/src/commands/CancelArchivalCommand.ts @@ -17,6 +17,10 @@ import { CancelArchivalInput, CancelArchivalOutput } from "../models/models_0"; import { de_CancelArchivalCommand, se_CancelArchivalCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/CancelRetrievalCommand.ts b/clients/client-storage-gateway/src/commands/CancelRetrievalCommand.ts index 8c565257ff5f4..ee5717cd0cd4e 100644 --- a/clients/client-storage-gateway/src/commands/CancelRetrievalCommand.ts +++ b/clients/client-storage-gateway/src/commands/CancelRetrievalCommand.ts @@ -17,6 +17,10 @@ import { CancelRetrievalInput, CancelRetrievalOutput } from "../models/models_0" import { de_CancelRetrievalCommand, se_CancelRetrievalCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/CreateCachediSCSIVolumeCommand.ts b/clients/client-storage-gateway/src/commands/CreateCachediSCSIVolumeCommand.ts index 6551ac17dc1d3..5f700e690e025 100644 --- a/clients/client-storage-gateway/src/commands/CreateCachediSCSIVolumeCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateCachediSCSIVolumeCommand.ts @@ -17,6 +17,10 @@ import { CreateCachediSCSIVolumeInput, CreateCachediSCSIVolumeOutput } from "../ import { de_CreateCachediSCSIVolumeCommand, se_CreateCachediSCSIVolumeCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/CreateNFSFileShareCommand.ts b/clients/client-storage-gateway/src/commands/CreateNFSFileShareCommand.ts index 5e1c06c2da92b..dc083a77ad6d9 100644 --- a/clients/client-storage-gateway/src/commands/CreateNFSFileShareCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateNFSFileShareCommand.ts @@ -17,6 +17,10 @@ import { CreateNFSFileShareInput, CreateNFSFileShareOutput } from "../models/mod import { de_CreateNFSFileShareCommand, se_CreateNFSFileShareCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/CreateSMBFileShareCommand.ts b/clients/client-storage-gateway/src/commands/CreateSMBFileShareCommand.ts index ac58450da5169..8a7876d34b158 100644 --- a/clients/client-storage-gateway/src/commands/CreateSMBFileShareCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateSMBFileShareCommand.ts @@ -17,6 +17,10 @@ import { CreateSMBFileShareInput, CreateSMBFileShareOutput } from "../models/mod import { de_CreateSMBFileShareCommand, se_CreateSMBFileShareCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/CreateSnapshotCommand.ts b/clients/client-storage-gateway/src/commands/CreateSnapshotCommand.ts index 7d0b53eedadd9..4e9788474b743 100644 --- a/clients/client-storage-gateway/src/commands/CreateSnapshotCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateSnapshotCommand.ts @@ -17,6 +17,10 @@ import { CreateSnapshotInput, CreateSnapshotOutput } from "../models/models_0"; import { de_CreateSnapshotCommand, se_CreateSnapshotCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts b/clients/client-storage-gateway/src/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts index 2f5645b1caf20..eee07d9330e61 100644 --- a/clients/client-storage-gateway/src/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateSnapshotFromVolumeRecoveryPointCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/CreateStorediSCSIVolumeCommand.ts b/clients/client-storage-gateway/src/commands/CreateStorediSCSIVolumeCommand.ts index 3d10ba792d13b..d6bbeffb03204 100644 --- a/clients/client-storage-gateway/src/commands/CreateStorediSCSIVolumeCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateStorediSCSIVolumeCommand.ts @@ -17,6 +17,10 @@ import { CreateStorediSCSIVolumeInput, CreateStorediSCSIVolumeOutput } from "../ import { de_CreateStorediSCSIVolumeCommand, se_CreateStorediSCSIVolumeCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/CreateTapePoolCommand.ts b/clients/client-storage-gateway/src/commands/CreateTapePoolCommand.ts index 4e983397811ee..39c3901e3fb73 100644 --- a/clients/client-storage-gateway/src/commands/CreateTapePoolCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateTapePoolCommand.ts @@ -17,6 +17,10 @@ import { CreateTapePoolInput, CreateTapePoolOutput } from "../models/models_0"; import { de_CreateTapePoolCommand, se_CreateTapePoolCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/CreateTapeWithBarcodeCommand.ts b/clients/client-storage-gateway/src/commands/CreateTapeWithBarcodeCommand.ts index 506e94e83dfea..d0f6400e7a4e3 100644 --- a/clients/client-storage-gateway/src/commands/CreateTapeWithBarcodeCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateTapeWithBarcodeCommand.ts @@ -17,6 +17,10 @@ import { CreateTapeWithBarcodeInput, CreateTapeWithBarcodeOutput } from "../mode import { de_CreateTapeWithBarcodeCommand, se_CreateTapeWithBarcodeCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/CreateTapesCommand.ts b/clients/client-storage-gateway/src/commands/CreateTapesCommand.ts index 7c0ce94aaae84..f0f1b3102af09 100644 --- a/clients/client-storage-gateway/src/commands/CreateTapesCommand.ts +++ b/clients/client-storage-gateway/src/commands/CreateTapesCommand.ts @@ -17,6 +17,10 @@ import { CreateTapesInput, CreateTapesOutput } from "../models/models_0"; import { de_CreateTapesCommand, se_CreateTapesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DeleteAutomaticTapeCreationPolicyCommand.ts b/clients/client-storage-gateway/src/commands/DeleteAutomaticTapeCreationPolicyCommand.ts index e041bde488169..c73ebd0e82fa3 100644 --- a/clients/client-storage-gateway/src/commands/DeleteAutomaticTapeCreationPolicyCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteAutomaticTapeCreationPolicyCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DeleteBandwidthRateLimitCommand.ts b/clients/client-storage-gateway/src/commands/DeleteBandwidthRateLimitCommand.ts index 77ff88dbb50bf..80838197e2161 100644 --- a/clients/client-storage-gateway/src/commands/DeleteBandwidthRateLimitCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteBandwidthRateLimitCommand.ts @@ -17,6 +17,10 @@ import { DeleteBandwidthRateLimitInput, DeleteBandwidthRateLimitOutput } from ". import { de_DeleteBandwidthRateLimitCommand, se_DeleteBandwidthRateLimitCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DeleteChapCredentialsCommand.ts b/clients/client-storage-gateway/src/commands/DeleteChapCredentialsCommand.ts index a918d9c4b8e41..18a7d9e7a06af 100644 --- a/clients/client-storage-gateway/src/commands/DeleteChapCredentialsCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteChapCredentialsCommand.ts @@ -17,6 +17,10 @@ import { DeleteChapCredentialsInput, DeleteChapCredentialsOutput } from "../mode import { de_DeleteChapCredentialsCommand, se_DeleteChapCredentialsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DeleteFileShareCommand.ts b/clients/client-storage-gateway/src/commands/DeleteFileShareCommand.ts index d74f53efd4124..8470a250a3c7b 100644 --- a/clients/client-storage-gateway/src/commands/DeleteFileShareCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteFileShareCommand.ts @@ -17,6 +17,10 @@ import { DeleteFileShareInput, DeleteFileShareOutput } from "../models/models_0" import { de_DeleteFileShareCommand, se_DeleteFileShareCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DeleteGatewayCommand.ts b/clients/client-storage-gateway/src/commands/DeleteGatewayCommand.ts index 2c472256782b5..4d1c956397755 100644 --- a/clients/client-storage-gateway/src/commands/DeleteGatewayCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteGatewayCommand.ts @@ -17,6 +17,10 @@ import { DeleteGatewayInput, DeleteGatewayOutput } from "../models/models_0"; import { de_DeleteGatewayCommand, se_DeleteGatewayCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DeleteSnapshotScheduleCommand.ts b/clients/client-storage-gateway/src/commands/DeleteSnapshotScheduleCommand.ts index 7845e4d9f8de5..5d6e8180ec411 100644 --- a/clients/client-storage-gateway/src/commands/DeleteSnapshotScheduleCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteSnapshotScheduleCommand.ts @@ -17,6 +17,10 @@ import { DeleteSnapshotScheduleInput, DeleteSnapshotScheduleOutput } from "../mo import { de_DeleteSnapshotScheduleCommand, se_DeleteSnapshotScheduleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DeleteTapeArchiveCommand.ts b/clients/client-storage-gateway/src/commands/DeleteTapeArchiveCommand.ts index 837d958535ad7..ae19b1f87d390 100644 --- a/clients/client-storage-gateway/src/commands/DeleteTapeArchiveCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteTapeArchiveCommand.ts @@ -17,6 +17,10 @@ import { DeleteTapeArchiveInput, DeleteTapeArchiveOutput } from "../models/model import { de_DeleteTapeArchiveCommand, se_DeleteTapeArchiveCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DeleteTapeCommand.ts b/clients/client-storage-gateway/src/commands/DeleteTapeCommand.ts index 87ffd05accf38..f6966ba5124b1 100644 --- a/clients/client-storage-gateway/src/commands/DeleteTapeCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteTapeCommand.ts @@ -17,6 +17,10 @@ import { DeleteTapeInput, DeleteTapeOutput } from "../models/models_0"; import { de_DeleteTapeCommand, se_DeleteTapeCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DeleteTapePoolCommand.ts b/clients/client-storage-gateway/src/commands/DeleteTapePoolCommand.ts index 70d40c943f667..da39d68340920 100644 --- a/clients/client-storage-gateway/src/commands/DeleteTapePoolCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteTapePoolCommand.ts @@ -17,6 +17,10 @@ import { DeleteTapePoolInput, DeleteTapePoolOutput } from "../models/models_0"; import { de_DeleteTapePoolCommand, se_DeleteTapePoolCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DeleteVolumeCommand.ts b/clients/client-storage-gateway/src/commands/DeleteVolumeCommand.ts index 2cf54c7d0a4ef..d316447e4000f 100644 --- a/clients/client-storage-gateway/src/commands/DeleteVolumeCommand.ts +++ b/clients/client-storage-gateway/src/commands/DeleteVolumeCommand.ts @@ -17,6 +17,10 @@ import { DeleteVolumeInput, DeleteVolumeOutput } from "../models/models_0"; import { de_DeleteVolumeCommand, se_DeleteVolumeCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DescribeAvailabilityMonitorTestCommand.ts b/clients/client-storage-gateway/src/commands/DescribeAvailabilityMonitorTestCommand.ts index 1d3f7a3afbe96..2ac5aad1adb67 100644 --- a/clients/client-storage-gateway/src/commands/DescribeAvailabilityMonitorTestCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeAvailabilityMonitorTestCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitCommand.ts b/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitCommand.ts index b690f3a140b2f..ddb928ce8ca51 100644 --- a/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitCommand.ts @@ -17,6 +17,10 @@ import { DescribeBandwidthRateLimitInput, DescribeBandwidthRateLimitOutput } fro import { de_DescribeBandwidthRateLimitCommand, se_DescribeBandwidthRateLimitCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitScheduleCommand.ts b/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitScheduleCommand.ts index b82fae7150623..be3dbf462bc41 100644 --- a/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitScheduleCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeBandwidthRateLimitScheduleCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DescribeCacheCommand.ts b/clients/client-storage-gateway/src/commands/DescribeCacheCommand.ts index 7ed68168d4d4f..e4afce3ffb4f3 100644 --- a/clients/client-storage-gateway/src/commands/DescribeCacheCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeCacheCommand.ts @@ -17,6 +17,10 @@ import { DescribeCacheInput, DescribeCacheOutput } from "../models/models_0"; import { de_DescribeCacheCommand, se_DescribeCacheCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DescribeCachediSCSIVolumesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeCachediSCSIVolumesCommand.ts index 11bdd07c51538..3a07f352c8b50 100644 --- a/clients/client-storage-gateway/src/commands/DescribeCachediSCSIVolumesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeCachediSCSIVolumesCommand.ts @@ -17,6 +17,10 @@ import { DescribeCachediSCSIVolumesInput, DescribeCachediSCSIVolumesOutput } fro import { de_DescribeCachediSCSIVolumesCommand, se_DescribeCachediSCSIVolumesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DescribeChapCredentialsCommand.ts b/clients/client-storage-gateway/src/commands/DescribeChapCredentialsCommand.ts index 5c1aca0a44d51..9e8dc6f5cfd38 100644 --- a/clients/client-storage-gateway/src/commands/DescribeChapCredentialsCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeChapCredentialsCommand.ts @@ -21,6 +21,10 @@ import { import { de_DescribeChapCredentialsCommand, se_DescribeChapCredentialsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DescribeFileSystemAssociationsCommand.ts b/clients/client-storage-gateway/src/commands/DescribeFileSystemAssociationsCommand.ts index 8fc8b09ed80f4..ffe64585c7012 100644 --- a/clients/client-storage-gateway/src/commands/DescribeFileSystemAssociationsCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeFileSystemAssociationsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DescribeGatewayInformationCommand.ts b/clients/client-storage-gateway/src/commands/DescribeGatewayInformationCommand.ts index 98dfe3e26d253..a304c520b507d 100644 --- a/clients/client-storage-gateway/src/commands/DescribeGatewayInformationCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeGatewayInformationCommand.ts @@ -17,6 +17,10 @@ import { DescribeGatewayInformationInput, DescribeGatewayInformationOutput } fro import { de_DescribeGatewayInformationCommand, se_DescribeGatewayInformationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DescribeMaintenanceStartTimeCommand.ts b/clients/client-storage-gateway/src/commands/DescribeMaintenanceStartTimeCommand.ts index c5218f3e967d7..7ead15c3787f3 100644 --- a/clients/client-storage-gateway/src/commands/DescribeMaintenanceStartTimeCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeMaintenanceStartTimeCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DescribeNFSFileSharesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeNFSFileSharesCommand.ts index a86019259d61d..3c9b30ba082ac 100644 --- a/clients/client-storage-gateway/src/commands/DescribeNFSFileSharesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeNFSFileSharesCommand.ts @@ -17,6 +17,10 @@ import { DescribeNFSFileSharesInput, DescribeNFSFileSharesOutput } from "../mode import { de_DescribeNFSFileSharesCommand, se_DescribeNFSFileSharesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DescribeSMBFileSharesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeSMBFileSharesCommand.ts index e0338645ce4ea..276d90df546a3 100644 --- a/clients/client-storage-gateway/src/commands/DescribeSMBFileSharesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeSMBFileSharesCommand.ts @@ -17,6 +17,10 @@ import { DescribeSMBFileSharesInput, DescribeSMBFileSharesOutput } from "../mode import { de_DescribeSMBFileSharesCommand, se_DescribeSMBFileSharesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DescribeSMBSettingsCommand.ts b/clients/client-storage-gateway/src/commands/DescribeSMBSettingsCommand.ts index e4b36011134ea..790c518953fef 100644 --- a/clients/client-storage-gateway/src/commands/DescribeSMBSettingsCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeSMBSettingsCommand.ts @@ -17,6 +17,10 @@ import { DescribeSMBSettingsInput, DescribeSMBSettingsOutput } from "../models/m import { de_DescribeSMBSettingsCommand, se_DescribeSMBSettingsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DescribeSnapshotScheduleCommand.ts b/clients/client-storage-gateway/src/commands/DescribeSnapshotScheduleCommand.ts index 460d94b56979e..1a6613ccb6a6d 100644 --- a/clients/client-storage-gateway/src/commands/DescribeSnapshotScheduleCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeSnapshotScheduleCommand.ts @@ -17,6 +17,10 @@ import { DescribeSnapshotScheduleInput, DescribeSnapshotScheduleOutput } from ". import { de_DescribeSnapshotScheduleCommand, se_DescribeSnapshotScheduleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DescribeStorediSCSIVolumesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeStorediSCSIVolumesCommand.ts index 09e776dd77e35..1059a574ee02e 100644 --- a/clients/client-storage-gateway/src/commands/DescribeStorediSCSIVolumesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeStorediSCSIVolumesCommand.ts @@ -17,6 +17,10 @@ import { DescribeStorediSCSIVolumesInput, DescribeStorediSCSIVolumesOutput } fro import { de_DescribeStorediSCSIVolumesCommand, se_DescribeStorediSCSIVolumesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DescribeTapeArchivesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeTapeArchivesCommand.ts index c831d3591d11d..f60348b4c7216 100644 --- a/clients/client-storage-gateway/src/commands/DescribeTapeArchivesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeTapeArchivesCommand.ts @@ -17,6 +17,10 @@ import { DescribeTapeArchivesInput, DescribeTapeArchivesOutput } from "../models import { de_DescribeTapeArchivesCommand, se_DescribeTapeArchivesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DescribeTapeRecoveryPointsCommand.ts b/clients/client-storage-gateway/src/commands/DescribeTapeRecoveryPointsCommand.ts index 1bb96a1ab7fe2..acc75b63eb9b4 100644 --- a/clients/client-storage-gateway/src/commands/DescribeTapeRecoveryPointsCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeTapeRecoveryPointsCommand.ts @@ -17,6 +17,10 @@ import { DescribeTapeRecoveryPointsInput, DescribeTapeRecoveryPointsOutput } fro import { de_DescribeTapeRecoveryPointsCommand, se_DescribeTapeRecoveryPointsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DescribeTapesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeTapesCommand.ts index 67138880357a4..24ba4ac839054 100644 --- a/clients/client-storage-gateway/src/commands/DescribeTapesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeTapesCommand.ts @@ -17,6 +17,10 @@ import { DescribeTapesInput, DescribeTapesOutput } from "../models/models_0"; import { de_DescribeTapesCommand, se_DescribeTapesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DescribeUploadBufferCommand.ts b/clients/client-storage-gateway/src/commands/DescribeUploadBufferCommand.ts index 522f8fca66943..1389a497593e8 100644 --- a/clients/client-storage-gateway/src/commands/DescribeUploadBufferCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeUploadBufferCommand.ts @@ -17,6 +17,10 @@ import { DescribeUploadBufferInput, DescribeUploadBufferOutput } from "../models import { de_DescribeUploadBufferCommand, se_DescribeUploadBufferCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DescribeVTLDevicesCommand.ts b/clients/client-storage-gateway/src/commands/DescribeVTLDevicesCommand.ts index 7ee7734e293c3..225e98b9885fe 100644 --- a/clients/client-storage-gateway/src/commands/DescribeVTLDevicesCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeVTLDevicesCommand.ts @@ -17,6 +17,10 @@ import { DescribeVTLDevicesInput, DescribeVTLDevicesOutput } from "../models/mod import { de_DescribeVTLDevicesCommand, se_DescribeVTLDevicesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DescribeWorkingStorageCommand.ts b/clients/client-storage-gateway/src/commands/DescribeWorkingStorageCommand.ts index d8c5fad266e49..af7e439812268 100644 --- a/clients/client-storage-gateway/src/commands/DescribeWorkingStorageCommand.ts +++ b/clients/client-storage-gateway/src/commands/DescribeWorkingStorageCommand.ts @@ -17,6 +17,10 @@ import { DescribeWorkingStorageInput, DescribeWorkingStorageOutput } from "../mo import { de_DescribeWorkingStorageCommand, se_DescribeWorkingStorageCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DetachVolumeCommand.ts b/clients/client-storage-gateway/src/commands/DetachVolumeCommand.ts index 4a1ac32f5fda6..0711fcad2d566 100644 --- a/clients/client-storage-gateway/src/commands/DetachVolumeCommand.ts +++ b/clients/client-storage-gateway/src/commands/DetachVolumeCommand.ts @@ -17,6 +17,10 @@ import { DetachVolumeInput, DetachVolumeOutput } from "../models/models_0"; import { de_DetachVolumeCommand, se_DetachVolumeCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DisableGatewayCommand.ts b/clients/client-storage-gateway/src/commands/DisableGatewayCommand.ts index 2799d59f9aebf..9685a9a49853a 100644 --- a/clients/client-storage-gateway/src/commands/DisableGatewayCommand.ts +++ b/clients/client-storage-gateway/src/commands/DisableGatewayCommand.ts @@ -17,6 +17,10 @@ import { DisableGatewayInput, DisableGatewayOutput } from "../models/models_0"; import { de_DisableGatewayCommand, se_DisableGatewayCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/DisassociateFileSystemCommand.ts b/clients/client-storage-gateway/src/commands/DisassociateFileSystemCommand.ts index 2939df8165c1b..f2b2d374c5587 100644 --- a/clients/client-storage-gateway/src/commands/DisassociateFileSystemCommand.ts +++ b/clients/client-storage-gateway/src/commands/DisassociateFileSystemCommand.ts @@ -17,6 +17,10 @@ import { DisassociateFileSystemInput, DisassociateFileSystemOutput } from "../mo import { de_DisassociateFileSystemCommand, se_DisassociateFileSystemCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/JoinDomainCommand.ts b/clients/client-storage-gateway/src/commands/JoinDomainCommand.ts index ff4c09c5420c2..2f02ddeae5c9b 100644 --- a/clients/client-storage-gateway/src/commands/JoinDomainCommand.ts +++ b/clients/client-storage-gateway/src/commands/JoinDomainCommand.ts @@ -17,6 +17,10 @@ import { JoinDomainInput, JoinDomainInputFilterSensitiveLog, JoinDomainOutput } import { de_JoinDomainCommand, se_JoinDomainCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/ListAutomaticTapeCreationPoliciesCommand.ts b/clients/client-storage-gateway/src/commands/ListAutomaticTapeCreationPoliciesCommand.ts index 6bfe140d077aa..327c5ccdabe00 100644 --- a/clients/client-storage-gateway/src/commands/ListAutomaticTapeCreationPoliciesCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListAutomaticTapeCreationPoliciesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/ListFileSharesCommand.ts b/clients/client-storage-gateway/src/commands/ListFileSharesCommand.ts index 5691100f063e4..e1445896716ed 100644 --- a/clients/client-storage-gateway/src/commands/ListFileSharesCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListFileSharesCommand.ts @@ -17,6 +17,10 @@ import { ListFileSharesInput, ListFileSharesOutput } from "../models/models_0"; import { de_ListFileSharesCommand, se_ListFileSharesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/ListFileSystemAssociationsCommand.ts b/clients/client-storage-gateway/src/commands/ListFileSystemAssociationsCommand.ts index a7f644678a0c2..87aa68e4b5faa 100644 --- a/clients/client-storage-gateway/src/commands/ListFileSystemAssociationsCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListFileSystemAssociationsCommand.ts @@ -17,6 +17,10 @@ import { ListFileSystemAssociationsInput, ListFileSystemAssociationsOutput } fro import { de_ListFileSystemAssociationsCommand, se_ListFileSystemAssociationsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/ListGatewaysCommand.ts b/clients/client-storage-gateway/src/commands/ListGatewaysCommand.ts index e7d6c885127ec..33e24f69f2d2c 100644 --- a/clients/client-storage-gateway/src/commands/ListGatewaysCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListGatewaysCommand.ts @@ -17,6 +17,10 @@ import { ListGatewaysInput, ListGatewaysOutput } from "../models/models_0"; import { de_ListGatewaysCommand, se_ListGatewaysCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/ListLocalDisksCommand.ts b/clients/client-storage-gateway/src/commands/ListLocalDisksCommand.ts index 8809308102030..9689f4c9a7b08 100644 --- a/clients/client-storage-gateway/src/commands/ListLocalDisksCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListLocalDisksCommand.ts @@ -17,6 +17,10 @@ import { ListLocalDisksInput, ListLocalDisksOutput } from "../models/models_0"; import { de_ListLocalDisksCommand, se_ListLocalDisksCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/ListTagsForResourceCommand.ts b/clients/client-storage-gateway/src/commands/ListTagsForResourceCommand.ts index 3c2700a8fe85f..0dc415bbd1af2 100644 --- a/clients/client-storage-gateway/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/m import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/ListTapePoolsCommand.ts b/clients/client-storage-gateway/src/commands/ListTapePoolsCommand.ts index 7036793d9f592..116ee39ac265d 100644 --- a/clients/client-storage-gateway/src/commands/ListTapePoolsCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListTapePoolsCommand.ts @@ -17,6 +17,10 @@ import { ListTapePoolsInput, ListTapePoolsOutput } from "../models/models_0"; import { de_ListTapePoolsCommand, se_ListTapePoolsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/ListTapesCommand.ts b/clients/client-storage-gateway/src/commands/ListTapesCommand.ts index 9b19aac844851..5a73f297cf933 100644 --- a/clients/client-storage-gateway/src/commands/ListTapesCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListTapesCommand.ts @@ -17,6 +17,10 @@ import { ListTapesInput, ListTapesOutput } from "../models/models_0"; import { de_ListTapesCommand, se_ListTapesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/ListVolumeInitiatorsCommand.ts b/clients/client-storage-gateway/src/commands/ListVolumeInitiatorsCommand.ts index b0d47e6d32729..38b5619db1eba 100644 --- a/clients/client-storage-gateway/src/commands/ListVolumeInitiatorsCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListVolumeInitiatorsCommand.ts @@ -17,6 +17,10 @@ import { ListVolumeInitiatorsInput, ListVolumeInitiatorsOutput } from "../models import { de_ListVolumeInitiatorsCommand, se_ListVolumeInitiatorsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/ListVolumeRecoveryPointsCommand.ts b/clients/client-storage-gateway/src/commands/ListVolumeRecoveryPointsCommand.ts index 7205aae7ce0bc..2301b66896a1c 100644 --- a/clients/client-storage-gateway/src/commands/ListVolumeRecoveryPointsCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListVolumeRecoveryPointsCommand.ts @@ -17,6 +17,10 @@ import { ListVolumeRecoveryPointsInput, ListVolumeRecoveryPointsOutput } from ". import { de_ListVolumeRecoveryPointsCommand, se_ListVolumeRecoveryPointsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/ListVolumesCommand.ts b/clients/client-storage-gateway/src/commands/ListVolumesCommand.ts index 9fae29d1793d1..7dbdafea139b1 100644 --- a/clients/client-storage-gateway/src/commands/ListVolumesCommand.ts +++ b/clients/client-storage-gateway/src/commands/ListVolumesCommand.ts @@ -17,6 +17,10 @@ import { ListVolumesInput, ListVolumesOutput } from "../models/models_0"; import { de_ListVolumesCommand, se_ListVolumesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/NotifyWhenUploadedCommand.ts b/clients/client-storage-gateway/src/commands/NotifyWhenUploadedCommand.ts index 8a9d7974c2166..306813a5ed911 100644 --- a/clients/client-storage-gateway/src/commands/NotifyWhenUploadedCommand.ts +++ b/clients/client-storage-gateway/src/commands/NotifyWhenUploadedCommand.ts @@ -17,6 +17,10 @@ import { NotifyWhenUploadedInput, NotifyWhenUploadedOutput } from "../models/mod import { de_NotifyWhenUploadedCommand, se_NotifyWhenUploadedCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/RefreshCacheCommand.ts b/clients/client-storage-gateway/src/commands/RefreshCacheCommand.ts index 4b9f496160125..f1c983956d9ab 100644 --- a/clients/client-storage-gateway/src/commands/RefreshCacheCommand.ts +++ b/clients/client-storage-gateway/src/commands/RefreshCacheCommand.ts @@ -17,6 +17,10 @@ import { RefreshCacheInput, RefreshCacheOutput } from "../models/models_0"; import { de_RefreshCacheCommand, se_RefreshCacheCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/RemoveTagsFromResourceCommand.ts b/clients/client-storage-gateway/src/commands/RemoveTagsFromResourceCommand.ts index da6a01fb4108a..3f8f167bd9f6d 100644 --- a/clients/client-storage-gateway/src/commands/RemoveTagsFromResourceCommand.ts +++ b/clients/client-storage-gateway/src/commands/RemoveTagsFromResourceCommand.ts @@ -17,6 +17,10 @@ import { RemoveTagsFromResourceInput, RemoveTagsFromResourceOutput } from "../mo import { de_RemoveTagsFromResourceCommand, se_RemoveTagsFromResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/ResetCacheCommand.ts b/clients/client-storage-gateway/src/commands/ResetCacheCommand.ts index 10d5174bb241d..490d2ffb348ef 100644 --- a/clients/client-storage-gateway/src/commands/ResetCacheCommand.ts +++ b/clients/client-storage-gateway/src/commands/ResetCacheCommand.ts @@ -17,6 +17,10 @@ import { ResetCacheInput, ResetCacheOutput } from "../models/models_0"; import { de_ResetCacheCommand, se_ResetCacheCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/RetrieveTapeArchiveCommand.ts b/clients/client-storage-gateway/src/commands/RetrieveTapeArchiveCommand.ts index 3bc26b7c8d143..559e405a8d788 100644 --- a/clients/client-storage-gateway/src/commands/RetrieveTapeArchiveCommand.ts +++ b/clients/client-storage-gateway/src/commands/RetrieveTapeArchiveCommand.ts @@ -17,6 +17,10 @@ import { RetrieveTapeArchiveInput, RetrieveTapeArchiveOutput } from "../models/m import { de_RetrieveTapeArchiveCommand, se_RetrieveTapeArchiveCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/RetrieveTapeRecoveryPointCommand.ts b/clients/client-storage-gateway/src/commands/RetrieveTapeRecoveryPointCommand.ts index 5e295f153213e..7a74973bfd7b2 100644 --- a/clients/client-storage-gateway/src/commands/RetrieveTapeRecoveryPointCommand.ts +++ b/clients/client-storage-gateway/src/commands/RetrieveTapeRecoveryPointCommand.ts @@ -17,6 +17,10 @@ import { RetrieveTapeRecoveryPointInput, RetrieveTapeRecoveryPointOutput } from import { de_RetrieveTapeRecoveryPointCommand, se_RetrieveTapeRecoveryPointCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/SetLocalConsolePasswordCommand.ts b/clients/client-storage-gateway/src/commands/SetLocalConsolePasswordCommand.ts index 2a36c51292c3d..79bd76c202b2f 100644 --- a/clients/client-storage-gateway/src/commands/SetLocalConsolePasswordCommand.ts +++ b/clients/client-storage-gateway/src/commands/SetLocalConsolePasswordCommand.ts @@ -21,6 +21,10 @@ import { import { de_SetLocalConsolePasswordCommand, se_SetLocalConsolePasswordCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/SetSMBGuestPasswordCommand.ts b/clients/client-storage-gateway/src/commands/SetSMBGuestPasswordCommand.ts index c6c93f4004667..55d8c49fa8090 100644 --- a/clients/client-storage-gateway/src/commands/SetSMBGuestPasswordCommand.ts +++ b/clients/client-storage-gateway/src/commands/SetSMBGuestPasswordCommand.ts @@ -21,6 +21,10 @@ import { import { de_SetSMBGuestPasswordCommand, se_SetSMBGuestPasswordCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/ShutdownGatewayCommand.ts b/clients/client-storage-gateway/src/commands/ShutdownGatewayCommand.ts index 9323dd031b19e..e6ed711378f0e 100644 --- a/clients/client-storage-gateway/src/commands/ShutdownGatewayCommand.ts +++ b/clients/client-storage-gateway/src/commands/ShutdownGatewayCommand.ts @@ -17,6 +17,10 @@ import { ShutdownGatewayInput, ShutdownGatewayOutput } from "../models/models_0" import { de_ShutdownGatewayCommand, se_ShutdownGatewayCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/StartAvailabilityMonitorTestCommand.ts b/clients/client-storage-gateway/src/commands/StartAvailabilityMonitorTestCommand.ts index 028afc76d6d30..3cc1a14eb0981 100644 --- a/clients/client-storage-gateway/src/commands/StartAvailabilityMonitorTestCommand.ts +++ b/clients/client-storage-gateway/src/commands/StartAvailabilityMonitorTestCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/StartGatewayCommand.ts b/clients/client-storage-gateway/src/commands/StartGatewayCommand.ts index a5083446de5cb..4876db751999e 100644 --- a/clients/client-storage-gateway/src/commands/StartGatewayCommand.ts +++ b/clients/client-storage-gateway/src/commands/StartGatewayCommand.ts @@ -17,6 +17,10 @@ import { StartGatewayInput, StartGatewayOutput } from "../models/models_0"; import { de_StartGatewayCommand, se_StartGatewayCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/UpdateAutomaticTapeCreationPolicyCommand.ts b/clients/client-storage-gateway/src/commands/UpdateAutomaticTapeCreationPolicyCommand.ts index 7393dee93c701..154066e8982af 100644 --- a/clients/client-storage-gateway/src/commands/UpdateAutomaticTapeCreationPolicyCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateAutomaticTapeCreationPolicyCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitCommand.ts b/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitCommand.ts index a789c488e11d4..d72acccbb31dd 100644 --- a/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitCommand.ts @@ -17,6 +17,10 @@ import { UpdateBandwidthRateLimitInput, UpdateBandwidthRateLimitOutput } from ". import { de_UpdateBandwidthRateLimitCommand, se_UpdateBandwidthRateLimitCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitScheduleCommand.ts b/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitScheduleCommand.ts index 8160f2373ef68..ee145d6842920 100644 --- a/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitScheduleCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateBandwidthRateLimitScheduleCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/UpdateChapCredentialsCommand.ts b/clients/client-storage-gateway/src/commands/UpdateChapCredentialsCommand.ts index ddbaa9967b3bb..d13fe3dd6ab2c 100644 --- a/clients/client-storage-gateway/src/commands/UpdateChapCredentialsCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateChapCredentialsCommand.ts @@ -21,6 +21,10 @@ import { import { de_UpdateChapCredentialsCommand, se_UpdateChapCredentialsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/UpdateFileSystemAssociationCommand.ts b/clients/client-storage-gateway/src/commands/UpdateFileSystemAssociationCommand.ts index 7d79773519239..0a694ccaa3f8a 100644 --- a/clients/client-storage-gateway/src/commands/UpdateFileSystemAssociationCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateFileSystemAssociationCommand.ts @@ -21,6 +21,10 @@ import { import { de_UpdateFileSystemAssociationCommand, se_UpdateFileSystemAssociationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/UpdateGatewayInformationCommand.ts b/clients/client-storage-gateway/src/commands/UpdateGatewayInformationCommand.ts index 37d7c1e8bf576..1cc24270caf3e 100644 --- a/clients/client-storage-gateway/src/commands/UpdateGatewayInformationCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateGatewayInformationCommand.ts @@ -17,6 +17,10 @@ import { UpdateGatewayInformationInput, UpdateGatewayInformationOutput } from ". import { de_UpdateGatewayInformationCommand, se_UpdateGatewayInformationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts b/clients/client-storage-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts index 1b33c045d1dfd..29e3cca500d39 100644 --- a/clients/client-storage-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateGatewaySoftwareNowCommand.ts @@ -17,6 +17,10 @@ import { UpdateGatewaySoftwareNowInput, UpdateGatewaySoftwareNowOutput } from ". import { de_UpdateGatewaySoftwareNowCommand, se_UpdateGatewaySoftwareNowCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/UpdateMaintenanceStartTimeCommand.ts b/clients/client-storage-gateway/src/commands/UpdateMaintenanceStartTimeCommand.ts index 5c85702fdb2a4..8cb18ea22525b 100644 --- a/clients/client-storage-gateway/src/commands/UpdateMaintenanceStartTimeCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateMaintenanceStartTimeCommand.ts @@ -17,6 +17,10 @@ import { UpdateMaintenanceStartTimeInput, UpdateMaintenanceStartTimeOutput } fro import { de_UpdateMaintenanceStartTimeCommand, se_UpdateMaintenanceStartTimeCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/UpdateNFSFileShareCommand.ts b/clients/client-storage-gateway/src/commands/UpdateNFSFileShareCommand.ts index 8dfc7fd6fc229..207dc149463ff 100644 --- a/clients/client-storage-gateway/src/commands/UpdateNFSFileShareCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateNFSFileShareCommand.ts @@ -17,6 +17,10 @@ import { UpdateNFSFileShareInput, UpdateNFSFileShareOutput } from "../models/mod import { de_UpdateNFSFileShareCommand, se_UpdateNFSFileShareCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/UpdateSMBFileShareCommand.ts b/clients/client-storage-gateway/src/commands/UpdateSMBFileShareCommand.ts index 8c4ec853a4598..6802d73feb661 100644 --- a/clients/client-storage-gateway/src/commands/UpdateSMBFileShareCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateSMBFileShareCommand.ts @@ -17,6 +17,10 @@ import { UpdateSMBFileShareInput, UpdateSMBFileShareOutput } from "../models/mod import { de_UpdateSMBFileShareCommand, se_UpdateSMBFileShareCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/UpdateSMBFileShareVisibilityCommand.ts b/clients/client-storage-gateway/src/commands/UpdateSMBFileShareVisibilityCommand.ts index edffb6a47d498..5c9c6132fad3b 100644 --- a/clients/client-storage-gateway/src/commands/UpdateSMBFileShareVisibilityCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateSMBFileShareVisibilityCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/UpdateSMBLocalGroupsCommand.ts b/clients/client-storage-gateway/src/commands/UpdateSMBLocalGroupsCommand.ts index 4cb84eaea1d2e..4946e642218e1 100644 --- a/clients/client-storage-gateway/src/commands/UpdateSMBLocalGroupsCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateSMBLocalGroupsCommand.ts @@ -17,6 +17,10 @@ import { UpdateSMBLocalGroupsInput, UpdateSMBLocalGroupsOutput } from "../models import { de_UpdateSMBLocalGroupsCommand, se_UpdateSMBLocalGroupsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/UpdateSMBSecurityStrategyCommand.ts b/clients/client-storage-gateway/src/commands/UpdateSMBSecurityStrategyCommand.ts index e197700e6149c..e74154228752c 100644 --- a/clients/client-storage-gateway/src/commands/UpdateSMBSecurityStrategyCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateSMBSecurityStrategyCommand.ts @@ -17,6 +17,10 @@ import { UpdateSMBSecurityStrategyInput, UpdateSMBSecurityStrategyOutput } from import { de_UpdateSMBSecurityStrategyCommand, se_UpdateSMBSecurityStrategyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/UpdateSnapshotScheduleCommand.ts b/clients/client-storage-gateway/src/commands/UpdateSnapshotScheduleCommand.ts index ba7a42525a5ae..3ecc553227998 100644 --- a/clients/client-storage-gateway/src/commands/UpdateSnapshotScheduleCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateSnapshotScheduleCommand.ts @@ -17,6 +17,10 @@ import { UpdateSnapshotScheduleInput, UpdateSnapshotScheduleOutput } from "../mo import { de_UpdateSnapshotScheduleCommand, se_UpdateSnapshotScheduleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/commands/UpdateVTLDeviceTypeCommand.ts b/clients/client-storage-gateway/src/commands/UpdateVTLDeviceTypeCommand.ts index 4e3cf4e51fbef..f4048f2f25f4d 100644 --- a/clients/client-storage-gateway/src/commands/UpdateVTLDeviceTypeCommand.ts +++ b/clients/client-storage-gateway/src/commands/UpdateVTLDeviceTypeCommand.ts @@ -17,6 +17,10 @@ import { UpdateVTLDeviceTypeInput, UpdateVTLDeviceTypeOutput } from "../models/m import { de_UpdateVTLDeviceTypeCommand, se_UpdateVTLDeviceTypeCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, StorageGatewayClientResolvedConfig } from "../StorageGatewayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-storage-gateway/src/index.ts b/clients/client-storage-gateway/src/index.ts index 0b541664ccae2..ad1939fdd0dfb 100644 --- a/clients/client-storage-gateway/src/index.ts +++ b/clients/client-storage-gateway/src/index.ts @@ -1,8 +1,81 @@ -export * from "./StorageGateway"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Storage Gateway Service + * + *

Storage Gateway is the service that connects an on-premises software appliance + * with cloud-based storage to provide seamless and secure integration between an + * organization's on-premises IT environment and the Amazon Web Services storage + * infrastructure. The service enables you to securely upload data to the Amazon Web Services Cloud for cost effective backup and rapid disaster recovery.

+ * + *

Use the following links to get started using the Storage Gateway + * Service API Reference:

+ * + *
    + *
  • + *

    + * Storage Gateway required request headers: Describes the required + * headers that you must send with every POST request to Storage Gateway.

    + *
  • + *
  • + *

    + * Signing requests: Storage Gateway requires that you authenticate + * every request you send; this topic describes how sign such a request.

    + *
  • + *
  • + *

    + * Error responses: Provides reference information about Storage Gateway errors.

    + *
  • + *
  • + *

    + * Operations in Storage Gateway: Contains detailed descriptions of all Storage Gateway operations, their request parameters, response elements, possible errors, and + * examples of requests and responses.

    + *
  • + *
  • + *

    + * Storage Gateway + * endpoints and quotas: Provides a list of each Amazon Web Services Region + * and the endpoints available for use with Storage Gateway.

    + *
  • + *
+ * + * + *

Storage Gateway resource IDs are in uppercase. When you use these resource IDs + * with the Amazon EC2 API, EC2 expects resource IDs in lowercase. You must change + * your resource ID to lowercase to use it with the EC2 API. For example, in Storage + * Gateway the ID for a volume might be vol-AA22BB012345DAF670. When you use + * this ID with the EC2 API, you must change it to vol-aa22bb012345daf670. + * Otherwise, the EC2 API might not behave as expected.

+ *
+ * + * + *

IDs for Storage Gateway volumes and Amazon EBS snapshots created from gateway + * volumes are changing to a longer format. Starting in December 2016, all new volumes and + * snapshots will be created with a 17-character string. Starting in April 2016, you will + * be able to use these longer IDs so you can test your systems with the new format. For + * more information, see Longer EC2 and + * EBS resource IDs.

+ * + *

For example, a volume Amazon Resource Name (ARN) with the longer volume ID format + * looks like the following:

+ * + *

+ * arn:aws:storagegateway:us-west-2:111122223333:gateway/sgw-12A3456B/volume/vol-1122AABBCCDDEEFFG.

+ * + *

A snapshot ID with the longer ID format looks like the following: + * snap-78e226633445566ee.

+ * + *

For more information, see Announcement: + * Heads-up – Longer Storage Gateway volume and snapshot IDs coming in + * 2016.

+ *
+ * + * @packageDocumentation + */ export * from "./StorageGatewayClient"; +export * from "./StorageGateway"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { StorageGatewayServiceException } from "./models/StorageGatewayServiceException"; diff --git a/clients/client-storage-gateway/src/models/StorageGatewayServiceException.ts b/clients/client-storage-gateway/src/models/StorageGatewayServiceException.ts index 2f5fe72d1ac8e..ef6d7154a640c 100644 --- a/clients/client-storage-gateway/src/models/StorageGatewayServiceException.ts +++ b/clients/client-storage-gateway/src/models/StorageGatewayServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-sts/src/STSClient.ts b/clients/client-sts/src/STSClient.ts index 7cd44efa82092..fd5efb0ad8a83 100644 --- a/clients/client-sts/src/STSClient.ts +++ b/clients/client-sts/src/STSClient.ts @@ -68,6 +68,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -221,7 +223,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type STSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type STSClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -240,7 +242,7 @@ export interface STSClientConfig extends STSClientConfigType {} /** * @public */ -type STSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type STSClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-sts/src/commands/AssumeRoleCommand.ts b/clients/client-sts/src/commands/AssumeRoleCommand.ts index ae5c6568048e6..cc077856dd631 100644 --- a/clients/client-sts/src/commands/AssumeRoleCommand.ts +++ b/clients/client-sts/src/commands/AssumeRoleCommand.ts @@ -18,6 +18,10 @@ import { AssumeRoleRequest, AssumeRoleResponse } from "../models/models_0"; import { de_AssumeRoleCommand, se_AssumeRoleCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sts/src/commands/AssumeRoleWithSAMLCommand.ts b/clients/client-sts/src/commands/AssumeRoleWithSAMLCommand.ts index 8ff6e6658340b..01ced2f4f49f1 100644 --- a/clients/client-sts/src/commands/AssumeRoleWithSAMLCommand.ts +++ b/clients/client-sts/src/commands/AssumeRoleWithSAMLCommand.ts @@ -17,6 +17,10 @@ import { AssumeRoleWithSAMLRequest, AssumeRoleWithSAMLResponse } from "../models import { de_AssumeRoleWithSAMLCommand, se_AssumeRoleWithSAMLCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sts/src/commands/AssumeRoleWithWebIdentityCommand.ts b/clients/client-sts/src/commands/AssumeRoleWithWebIdentityCommand.ts index a37c90441ffa4..4ba4758729e14 100644 --- a/clients/client-sts/src/commands/AssumeRoleWithWebIdentityCommand.ts +++ b/clients/client-sts/src/commands/AssumeRoleWithWebIdentityCommand.ts @@ -17,6 +17,10 @@ import { AssumeRoleWithWebIdentityRequest, AssumeRoleWithWebIdentityResponse } f import { de_AssumeRoleWithWebIdentityCommand, se_AssumeRoleWithWebIdentityCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sts/src/commands/DecodeAuthorizationMessageCommand.ts b/clients/client-sts/src/commands/DecodeAuthorizationMessageCommand.ts index c646fb382a391..42299f8d081b6 100644 --- a/clients/client-sts/src/commands/DecodeAuthorizationMessageCommand.ts +++ b/clients/client-sts/src/commands/DecodeAuthorizationMessageCommand.ts @@ -18,6 +18,10 @@ import { DecodeAuthorizationMessageRequest, DecodeAuthorizationMessageResponse } import { de_DecodeAuthorizationMessageCommand, se_DecodeAuthorizationMessageCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sts/src/commands/GetAccessKeyInfoCommand.ts b/clients/client-sts/src/commands/GetAccessKeyInfoCommand.ts index c94e99b065e1c..a3c21a43ce09f 100644 --- a/clients/client-sts/src/commands/GetAccessKeyInfoCommand.ts +++ b/clients/client-sts/src/commands/GetAccessKeyInfoCommand.ts @@ -18,6 +18,10 @@ import { GetAccessKeyInfoRequest, GetAccessKeyInfoResponse } from "../models/mod import { de_GetAccessKeyInfoCommand, se_GetAccessKeyInfoCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sts/src/commands/GetCallerIdentityCommand.ts b/clients/client-sts/src/commands/GetCallerIdentityCommand.ts index edae277722c60..e96c4c3c39f25 100644 --- a/clients/client-sts/src/commands/GetCallerIdentityCommand.ts +++ b/clients/client-sts/src/commands/GetCallerIdentityCommand.ts @@ -18,6 +18,10 @@ import { GetCallerIdentityRequest, GetCallerIdentityResponse } from "../models/m import { de_GetCallerIdentityCommand, se_GetCallerIdentityCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sts/src/commands/GetFederationTokenCommand.ts b/clients/client-sts/src/commands/GetFederationTokenCommand.ts index af7d998ca7859..a74ba2110b642 100644 --- a/clients/client-sts/src/commands/GetFederationTokenCommand.ts +++ b/clients/client-sts/src/commands/GetFederationTokenCommand.ts @@ -18,6 +18,10 @@ import { GetFederationTokenRequest, GetFederationTokenResponse } from "../models import { de_GetFederationTokenCommand, se_GetFederationTokenCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sts/src/commands/GetSessionTokenCommand.ts b/clients/client-sts/src/commands/GetSessionTokenCommand.ts index ee7df623ecf35..4a3ef14eda54b 100644 --- a/clients/client-sts/src/commands/GetSessionTokenCommand.ts +++ b/clients/client-sts/src/commands/GetSessionTokenCommand.ts @@ -18,6 +18,10 @@ import { GetSessionTokenRequest, GetSessionTokenResponse } from "../models/model import { de_GetSessionTokenCommand, se_GetSessionTokenCommand } from "../protocols/Aws_query"; import { ServiceInputTypes, ServiceOutputTypes, STSClientResolvedConfig } from "../STSClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-sts/src/index.ts b/clients/client-sts/src/index.ts index 8dbfec2121161..db059b0ceb9e5 100644 --- a/clients/client-sts/src/index.ts +++ b/clients/client-sts/src/index.ts @@ -1,9 +1,18 @@ -export * from "./STS"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Security Token Service + *

Security Token Service (STS) enables you to request temporary, limited-privilege + * credentials for users. This guide provides descriptions of the STS API. For + * more information about using this service, see Temporary Security Credentials.

+ * + * @packageDocumentation + */ export * from "./STSClient"; +export * from "./STS"; export * from "./commands"; -export * from "./defaultRoleAssumers"; - export * from "./models"; +export * from "./defaultRoleAssumers"; + export { STSServiceException } from "./models/STSServiceException"; diff --git a/clients/client-sts/src/models/STSServiceException.ts b/clients/client-sts/src/models/STSServiceException.ts index dbaab87b417a7..e62e1795d685a 100644 --- a/clients/client-sts/src/models/STSServiceException.ts +++ b/clients/client-sts/src/models/STSServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-support-app/src/SupportAppClient.ts b/clients/client-support-app/src/SupportAppClient.ts index a1d9233387eca..bf893de2aeb6c 100644 --- a/clients/client-support-app/src/SupportAppClient.ts +++ b/clients/client-support-app/src/SupportAppClient.ts @@ -90,6 +90,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -247,7 +249,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SupportAppClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SupportAppClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -266,7 +268,7 @@ export interface SupportAppClientConfig extends SupportAppClientConfigType {} /** * @public */ -type SupportAppClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SupportAppClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-support-app/src/commands/CreateSlackChannelConfigurationCommand.ts b/clients/client-support-app/src/commands/CreateSlackChannelConfigurationCommand.ts index 51f0d81fae18c..62879ae9b62fb 100644 --- a/clients/client-support-app/src/commands/CreateSlackChannelConfigurationCommand.ts +++ b/clients/client-support-app/src/commands/CreateSlackChannelConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support-app/src/commands/DeleteAccountAliasCommand.ts b/clients/client-support-app/src/commands/DeleteAccountAliasCommand.ts index 9398111579261..d62fda437a163 100644 --- a/clients/client-support-app/src/commands/DeleteAccountAliasCommand.ts +++ b/clients/client-support-app/src/commands/DeleteAccountAliasCommand.ts @@ -17,6 +17,10 @@ import { DeleteAccountAliasRequest, DeleteAccountAliasResult } from "../models/m import { de_DeleteAccountAliasCommand, se_DeleteAccountAliasCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support-app/src/commands/DeleteSlackChannelConfigurationCommand.ts b/clients/client-support-app/src/commands/DeleteSlackChannelConfigurationCommand.ts index eef21b65d1979..ea2a0b3c34081 100644 --- a/clients/client-support-app/src/commands/DeleteSlackChannelConfigurationCommand.ts +++ b/clients/client-support-app/src/commands/DeleteSlackChannelConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support-app/src/commands/DeleteSlackWorkspaceConfigurationCommand.ts b/clients/client-support-app/src/commands/DeleteSlackWorkspaceConfigurationCommand.ts index 4cb4c2c728fe8..f264b157e47ce 100644 --- a/clients/client-support-app/src/commands/DeleteSlackWorkspaceConfigurationCommand.ts +++ b/clients/client-support-app/src/commands/DeleteSlackWorkspaceConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support-app/src/commands/GetAccountAliasCommand.ts b/clients/client-support-app/src/commands/GetAccountAliasCommand.ts index 7efaa57fd5146..1b418f9f694f0 100644 --- a/clients/client-support-app/src/commands/GetAccountAliasCommand.ts +++ b/clients/client-support-app/src/commands/GetAccountAliasCommand.ts @@ -17,6 +17,10 @@ import { GetAccountAliasRequest, GetAccountAliasResult } from "../models/models_ import { de_GetAccountAliasCommand, se_GetAccountAliasCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support-app/src/commands/ListSlackChannelConfigurationsCommand.ts b/clients/client-support-app/src/commands/ListSlackChannelConfigurationsCommand.ts index 56ef0cc5a5a58..201049c578be0 100644 --- a/clients/client-support-app/src/commands/ListSlackChannelConfigurationsCommand.ts +++ b/clients/client-support-app/src/commands/ListSlackChannelConfigurationsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support-app/src/commands/ListSlackWorkspaceConfigurationsCommand.ts b/clients/client-support-app/src/commands/ListSlackWorkspaceConfigurationsCommand.ts index 9454d8b16bbe0..cc8b833971855 100644 --- a/clients/client-support-app/src/commands/ListSlackWorkspaceConfigurationsCommand.ts +++ b/clients/client-support-app/src/commands/ListSlackWorkspaceConfigurationsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support-app/src/commands/PutAccountAliasCommand.ts b/clients/client-support-app/src/commands/PutAccountAliasCommand.ts index 3a7d791d5384b..1369932f771e0 100644 --- a/clients/client-support-app/src/commands/PutAccountAliasCommand.ts +++ b/clients/client-support-app/src/commands/PutAccountAliasCommand.ts @@ -17,6 +17,10 @@ import { PutAccountAliasRequest, PutAccountAliasResult } from "../models/models_ import { de_PutAccountAliasCommand, se_PutAccountAliasCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support-app/src/commands/RegisterSlackWorkspaceForOrganizationCommand.ts b/clients/client-support-app/src/commands/RegisterSlackWorkspaceForOrganizationCommand.ts index 94a6f9ccfe5d7..8fd35a02de16c 100644 --- a/clients/client-support-app/src/commands/RegisterSlackWorkspaceForOrganizationCommand.ts +++ b/clients/client-support-app/src/commands/RegisterSlackWorkspaceForOrganizationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support-app/src/commands/UpdateSlackChannelConfigurationCommand.ts b/clients/client-support-app/src/commands/UpdateSlackChannelConfigurationCommand.ts index f7c29a299f78a..2612faf996b8f 100644 --- a/clients/client-support-app/src/commands/UpdateSlackChannelConfigurationCommand.ts +++ b/clients/client-support-app/src/commands/UpdateSlackChannelConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SupportAppClientResolvedConfig } from "../SupportAppClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support-app/src/index.ts b/clients/client-support-app/src/index.ts index 051b678d11fe9..cf1ce4c4d6b40 100644 --- a/clients/client-support-app/src/index.ts +++ b/clients/client-support-app/src/index.ts @@ -1,8 +1,67 @@ -export * from "./SupportApp"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Web Services Support App in Slack + *

You can use the Amazon Web Services Support App in Slack API to manage your support cases in Slack for your + * Amazon Web Services account. After you configure your Slack workspace and channel with the Amazon Web Services Support App, you can + * perform the following tasks directly in your Slack channel:

+ *
    + *
  • + *

    Create, search, update, and resolve your support cases

    + *
  • + *
  • + *

    Request service quota increases for your account

    + *
  • + *
  • + *

    Invite Amazon Web Services Support agents to your channel so that you can chat directly about your + * support cases

    + *
  • + *
+ *

For more information about how to perform these actions in Slack, see the following + * documentation in the Amazon Web Services Support User Guide:

+ * + *

You can also use the Amazon Web Services Management Console instead of the Amazon Web Services Support App API to manage your Slack + * configurations. For more information, see Authorize a + * Slack workspace to enable the Amazon Web Services Support App.

+ * + *
    + *
  • + *

    You must have a Business or Enterprise Support plan to use the Amazon Web Services Support App API.

    + *
  • + *
  • + *

    For more information about the Amazon Web Services Support App endpoints, see the Amazon Web Services Support App in Slack endpoints in the Amazon Web Services General + * Reference.

    + *
  • + *
+ *
+ * + * @packageDocumentation + */ export * from "./SupportAppClient"; +export * from "./SupportApp"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { SupportAppServiceException } from "./models/SupportAppServiceException"; diff --git a/clients/client-support-app/src/models/SupportAppServiceException.ts b/clients/client-support-app/src/models/SupportAppServiceException.ts index 5eb009fd87c5b..b93d97c148e33 100644 --- a/clients/client-support-app/src/models/SupportAppServiceException.ts +++ b/clients/client-support-app/src/models/SupportAppServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-support/src/SupportClient.ts b/clients/client-support/src/SupportClient.ts index 5ff07e58c1ad7..fab0549854f09 100644 --- a/clients/client-support/src/SupportClient.ts +++ b/clients/client-support/src/SupportClient.ts @@ -108,6 +108,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -277,7 +279,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SupportClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SupportClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -296,7 +298,7 @@ export interface SupportClientConfig extends SupportClientConfigType {} /** * @public */ -type SupportClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SupportClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-support/src/commands/AddAttachmentsToSetCommand.ts b/clients/client-support/src/commands/AddAttachmentsToSetCommand.ts index f3cfd29d08993..991f9bac5a2b3 100644 --- a/clients/client-support/src/commands/AddAttachmentsToSetCommand.ts +++ b/clients/client-support/src/commands/AddAttachmentsToSetCommand.ts @@ -17,6 +17,10 @@ import { AddAttachmentsToSetRequest, AddAttachmentsToSetResponse } from "../mode import { de_AddAttachmentsToSetCommand, se_AddAttachmentsToSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support/src/commands/AddCommunicationToCaseCommand.ts b/clients/client-support/src/commands/AddCommunicationToCaseCommand.ts index 1c649e9d5a78c..faa7ca16b549e 100644 --- a/clients/client-support/src/commands/AddCommunicationToCaseCommand.ts +++ b/clients/client-support/src/commands/AddCommunicationToCaseCommand.ts @@ -17,6 +17,10 @@ import { AddCommunicationToCaseRequest, AddCommunicationToCaseResponse } from ". import { de_AddCommunicationToCaseCommand, se_AddCommunicationToCaseCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support/src/commands/CreateCaseCommand.ts b/clients/client-support/src/commands/CreateCaseCommand.ts index 9864220245380..765606398e107 100644 --- a/clients/client-support/src/commands/CreateCaseCommand.ts +++ b/clients/client-support/src/commands/CreateCaseCommand.ts @@ -17,6 +17,10 @@ import { CreateCaseRequest, CreateCaseResponse } from "../models/models_0"; import { de_CreateCaseCommand, se_CreateCaseCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support/src/commands/DescribeAttachmentCommand.ts b/clients/client-support/src/commands/DescribeAttachmentCommand.ts index ee20986152359..fc229bc8a977d 100644 --- a/clients/client-support/src/commands/DescribeAttachmentCommand.ts +++ b/clients/client-support/src/commands/DescribeAttachmentCommand.ts @@ -17,6 +17,10 @@ import { DescribeAttachmentRequest, DescribeAttachmentResponse } from "../models import { de_DescribeAttachmentCommand, se_DescribeAttachmentCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support/src/commands/DescribeCasesCommand.ts b/clients/client-support/src/commands/DescribeCasesCommand.ts index e9f307e157fba..2c52b665ce313 100644 --- a/clients/client-support/src/commands/DescribeCasesCommand.ts +++ b/clients/client-support/src/commands/DescribeCasesCommand.ts @@ -17,6 +17,10 @@ import { DescribeCasesRequest, DescribeCasesResponse } from "../models/models_0" import { de_DescribeCasesCommand, se_DescribeCasesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support/src/commands/DescribeCommunicationsCommand.ts b/clients/client-support/src/commands/DescribeCommunicationsCommand.ts index 3a94e3ad477cb..21c5416c94933 100644 --- a/clients/client-support/src/commands/DescribeCommunicationsCommand.ts +++ b/clients/client-support/src/commands/DescribeCommunicationsCommand.ts @@ -17,6 +17,10 @@ import { DescribeCommunicationsRequest, DescribeCommunicationsResponse } from ". import { de_DescribeCommunicationsCommand, se_DescribeCommunicationsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support/src/commands/DescribeCreateCaseOptionsCommand.ts b/clients/client-support/src/commands/DescribeCreateCaseOptionsCommand.ts index 1e646a4f390f1..d240033c1b6ba 100644 --- a/clients/client-support/src/commands/DescribeCreateCaseOptionsCommand.ts +++ b/clients/client-support/src/commands/DescribeCreateCaseOptionsCommand.ts @@ -17,6 +17,10 @@ import { DescribeCreateCaseOptionsRequest, DescribeCreateCaseOptionsResponse } f import { de_DescribeCreateCaseOptionsCommand, se_DescribeCreateCaseOptionsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support/src/commands/DescribeServicesCommand.ts b/clients/client-support/src/commands/DescribeServicesCommand.ts index 7adf24f803b27..96eb438c48a6b 100644 --- a/clients/client-support/src/commands/DescribeServicesCommand.ts +++ b/clients/client-support/src/commands/DescribeServicesCommand.ts @@ -17,6 +17,10 @@ import { DescribeServicesRequest, DescribeServicesResponse } from "../models/mod import { de_DescribeServicesCommand, se_DescribeServicesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support/src/commands/DescribeSeverityLevelsCommand.ts b/clients/client-support/src/commands/DescribeSeverityLevelsCommand.ts index 0a8e13910de24..3ad40b2f3a93d 100644 --- a/clients/client-support/src/commands/DescribeSeverityLevelsCommand.ts +++ b/clients/client-support/src/commands/DescribeSeverityLevelsCommand.ts @@ -17,6 +17,10 @@ import { DescribeSeverityLevelsRequest, DescribeSeverityLevelsResponse } from ". import { de_DescribeSeverityLevelsCommand, se_DescribeSeverityLevelsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support/src/commands/DescribeSupportedLanguagesCommand.ts b/clients/client-support/src/commands/DescribeSupportedLanguagesCommand.ts index 16fc27635a711..9a182f3a1e15d 100644 --- a/clients/client-support/src/commands/DescribeSupportedLanguagesCommand.ts +++ b/clients/client-support/src/commands/DescribeSupportedLanguagesCommand.ts @@ -17,6 +17,10 @@ import { DescribeSupportedLanguagesRequest, DescribeSupportedLanguagesResponse } import { de_DescribeSupportedLanguagesCommand, se_DescribeSupportedLanguagesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.ts b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.ts index baed2a3b2aa8a..845bffb1b9724 100644 --- a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.ts +++ b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckRefreshStatusesCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckResultCommand.ts b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckResultCommand.ts index c5e1faf574ab2..698f9f567cd73 100644 --- a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckResultCommand.ts +++ b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckResultCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckSummariesCommand.ts b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckSummariesCommand.ts index 65b0cc67b5c25..fd2316c295cb3 100644 --- a/clients/client-support/src/commands/DescribeTrustedAdvisorCheckSummariesCommand.ts +++ b/clients/client-support/src/commands/DescribeTrustedAdvisorCheckSummariesCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support/src/commands/DescribeTrustedAdvisorChecksCommand.ts b/clients/client-support/src/commands/DescribeTrustedAdvisorChecksCommand.ts index aaca8beb17b09..28fc19e7f87c3 100644 --- a/clients/client-support/src/commands/DescribeTrustedAdvisorChecksCommand.ts +++ b/clients/client-support/src/commands/DescribeTrustedAdvisorChecksCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support/src/commands/RefreshTrustedAdvisorCheckCommand.ts b/clients/client-support/src/commands/RefreshTrustedAdvisorCheckCommand.ts index 64f12800783a2..b5232270fdcb6 100644 --- a/clients/client-support/src/commands/RefreshTrustedAdvisorCheckCommand.ts +++ b/clients/client-support/src/commands/RefreshTrustedAdvisorCheckCommand.ts @@ -17,6 +17,10 @@ import { RefreshTrustedAdvisorCheckRequest, RefreshTrustedAdvisorCheckResponse } import { de_RefreshTrustedAdvisorCheckCommand, se_RefreshTrustedAdvisorCheckCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support/src/commands/ResolveCaseCommand.ts b/clients/client-support/src/commands/ResolveCaseCommand.ts index 5207b7b4b647e..e24aa91f511ad 100644 --- a/clients/client-support/src/commands/ResolveCaseCommand.ts +++ b/clients/client-support/src/commands/ResolveCaseCommand.ts @@ -17,6 +17,10 @@ import { ResolveCaseRequest, ResolveCaseResponse } from "../models/models_0"; import { de_ResolveCaseCommand, se_ResolveCaseCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, SupportClientResolvedConfig } from "../SupportClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-support/src/index.ts b/clients/client-support/src/index.ts index 39755eae508e6..66acde5d36c97 100644 --- a/clients/client-support/src/index.ts +++ b/clients/client-support/src/index.ts @@ -1,8 +1,57 @@ -export * from "./Support"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Web Services Support + *

The Amazon Web Services Support API Reference is intended for programmers who need detailed + * information about the Amazon Web Services Support operations and data types. You can use the API to manage + * your support cases programmatically. The Amazon Web Services Support API uses HTTP methods that return + * results in JSON format.

+ * + *
    + *
  • + *

    You must have a Business, Enterprise On-Ramp, or Enterprise Support plan to use the Amazon Web Services Support + * API.

    + *
  • + *
  • + *

    If you call the Amazon Web Services Support API from an account that doesn't have a + * Business, Enterprise On-Ramp, or Enterprise Support plan, the + * SubscriptionRequiredException error message appears. For + * information about changing your support plan, see Amazon Web Services Support.

    + *
  • + *
+ *
+ *

You can also use the Amazon Web Services Support API to access features for Trusted Advisor. You can return a list of + * checks and their descriptions, get check results, specify checks to refresh, and get the + * refresh status of checks.

+ *

You can manage your support cases with the following Amazon Web Services Support API operations:

+ * + *

You can also use the Amazon Web Services Support API to call the Trusted Advisor operations. For more + * information, see Trusted Advisor in the + * Amazon Web Services Support User Guide.

+ *

For authentication of requests, Amazon Web Services Support uses Signature Version 4 Signing + * Process.

+ *

For more information about this service and the endpoints to use, see About the + * Amazon Web Services Support API in the Amazon Web Services Support User Guide.

+ * + * @packageDocumentation + */ export * from "./SupportClient"; +export * from "./Support"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { SupportServiceException } from "./models/SupportServiceException"; diff --git a/clients/client-support/src/models/SupportServiceException.ts b/clients/client-support/src/models/SupportServiceException.ts index eaea713f55523..23f250a16487a 100644 --- a/clients/client-support/src/models/SupportServiceException.ts +++ b/clients/client-support/src/models/SupportServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-swf/src/SWFClient.ts b/clients/client-swf/src/SWFClient.ts index f0a729e2d5717..36b08ad5d009e 100644 --- a/clients/client-swf/src/SWFClient.ts +++ b/clients/client-swf/src/SWFClient.ts @@ -180,6 +180,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -391,7 +393,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SWFClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SWFClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -410,7 +412,7 @@ export interface SWFClientConfig extends SWFClientConfigType {} /** * @public */ -type SWFClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SWFClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-swf/src/commands/CountClosedWorkflowExecutionsCommand.ts b/clients/client-swf/src/commands/CountClosedWorkflowExecutionsCommand.ts index 155d951088052..22793d40aa8c9 100644 --- a/clients/client-swf/src/commands/CountClosedWorkflowExecutionsCommand.ts +++ b/clients/client-swf/src/commands/CountClosedWorkflowExecutionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/CountOpenWorkflowExecutionsCommand.ts b/clients/client-swf/src/commands/CountOpenWorkflowExecutionsCommand.ts index 3a558b89413dd..3eb8ba3b0ea22 100644 --- a/clients/client-swf/src/commands/CountOpenWorkflowExecutionsCommand.ts +++ b/clients/client-swf/src/commands/CountOpenWorkflowExecutionsCommand.ts @@ -17,6 +17,10 @@ import { CountOpenWorkflowExecutionsInput, WorkflowExecutionCount } from "../mod import { de_CountOpenWorkflowExecutionsCommand, se_CountOpenWorkflowExecutionsCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/CountPendingActivityTasksCommand.ts b/clients/client-swf/src/commands/CountPendingActivityTasksCommand.ts index e2fb18903ca94..6ef86c1f16c16 100644 --- a/clients/client-swf/src/commands/CountPendingActivityTasksCommand.ts +++ b/clients/client-swf/src/commands/CountPendingActivityTasksCommand.ts @@ -17,6 +17,10 @@ import { CountPendingActivityTasksInput, PendingTaskCount } from "../models/mode import { de_CountPendingActivityTasksCommand, se_CountPendingActivityTasksCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/CountPendingDecisionTasksCommand.ts b/clients/client-swf/src/commands/CountPendingDecisionTasksCommand.ts index 22ae43ec66247..f10f4ab65b753 100644 --- a/clients/client-swf/src/commands/CountPendingDecisionTasksCommand.ts +++ b/clients/client-swf/src/commands/CountPendingDecisionTasksCommand.ts @@ -17,6 +17,10 @@ import { CountPendingDecisionTasksInput, PendingTaskCount } from "../models/mode import { de_CountPendingDecisionTasksCommand, se_CountPendingDecisionTasksCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/DeprecateActivityTypeCommand.ts b/clients/client-swf/src/commands/DeprecateActivityTypeCommand.ts index 4d16910499f1e..7dafd4598c88e 100644 --- a/clients/client-swf/src/commands/DeprecateActivityTypeCommand.ts +++ b/clients/client-swf/src/commands/DeprecateActivityTypeCommand.ts @@ -17,6 +17,10 @@ import { DeprecateActivityTypeInput } from "../models/models_0"; import { de_DeprecateActivityTypeCommand, se_DeprecateActivityTypeCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/DeprecateDomainCommand.ts b/clients/client-swf/src/commands/DeprecateDomainCommand.ts index c43034db69fe6..b8ea6379d4d15 100644 --- a/clients/client-swf/src/commands/DeprecateDomainCommand.ts +++ b/clients/client-swf/src/commands/DeprecateDomainCommand.ts @@ -17,6 +17,10 @@ import { DeprecateDomainInput } from "../models/models_0"; import { de_DeprecateDomainCommand, se_DeprecateDomainCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/DeprecateWorkflowTypeCommand.ts b/clients/client-swf/src/commands/DeprecateWorkflowTypeCommand.ts index 3e50e053b69f2..87d581a63d25f 100644 --- a/clients/client-swf/src/commands/DeprecateWorkflowTypeCommand.ts +++ b/clients/client-swf/src/commands/DeprecateWorkflowTypeCommand.ts @@ -17,6 +17,10 @@ import { DeprecateWorkflowTypeInput } from "../models/models_0"; import { de_DeprecateWorkflowTypeCommand, se_DeprecateWorkflowTypeCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/DescribeActivityTypeCommand.ts b/clients/client-swf/src/commands/DescribeActivityTypeCommand.ts index 7a4290b4a6d8f..fcc7d0d783acd 100644 --- a/clients/client-swf/src/commands/DescribeActivityTypeCommand.ts +++ b/clients/client-swf/src/commands/DescribeActivityTypeCommand.ts @@ -17,6 +17,10 @@ import { ActivityTypeDetail, DescribeActivityTypeInput } from "../models/models_ import { de_DescribeActivityTypeCommand, se_DescribeActivityTypeCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/DescribeDomainCommand.ts b/clients/client-swf/src/commands/DescribeDomainCommand.ts index 23011f7a1b943..b1bbb508d38e7 100644 --- a/clients/client-swf/src/commands/DescribeDomainCommand.ts +++ b/clients/client-swf/src/commands/DescribeDomainCommand.ts @@ -17,6 +17,10 @@ import { DescribeDomainInput, DomainDetail } from "../models/models_0"; import { de_DescribeDomainCommand, se_DescribeDomainCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/DescribeWorkflowExecutionCommand.ts b/clients/client-swf/src/commands/DescribeWorkflowExecutionCommand.ts index 10f83efd99451..4007eb573a62f 100644 --- a/clients/client-swf/src/commands/DescribeWorkflowExecutionCommand.ts +++ b/clients/client-swf/src/commands/DescribeWorkflowExecutionCommand.ts @@ -17,6 +17,10 @@ import { DescribeWorkflowExecutionInput, WorkflowExecutionDetail } from "../mode import { de_DescribeWorkflowExecutionCommand, se_DescribeWorkflowExecutionCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/DescribeWorkflowTypeCommand.ts b/clients/client-swf/src/commands/DescribeWorkflowTypeCommand.ts index 3c50da7162653..1bafb508db5db 100644 --- a/clients/client-swf/src/commands/DescribeWorkflowTypeCommand.ts +++ b/clients/client-swf/src/commands/DescribeWorkflowTypeCommand.ts @@ -17,6 +17,10 @@ import { DescribeWorkflowTypeInput, WorkflowTypeDetail } from "../models/models_ import { de_DescribeWorkflowTypeCommand, se_DescribeWorkflowTypeCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/GetWorkflowExecutionHistoryCommand.ts b/clients/client-swf/src/commands/GetWorkflowExecutionHistoryCommand.ts index a497512ad36f5..edeef37aa134e 100644 --- a/clients/client-swf/src/commands/GetWorkflowExecutionHistoryCommand.ts +++ b/clients/client-swf/src/commands/GetWorkflowExecutionHistoryCommand.ts @@ -17,6 +17,10 @@ import { GetWorkflowExecutionHistoryInput, History } from "../models/models_0"; import { de_GetWorkflowExecutionHistoryCommand, se_GetWorkflowExecutionHistoryCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/ListActivityTypesCommand.ts b/clients/client-swf/src/commands/ListActivityTypesCommand.ts index ac054170d1b88..5e1eb10a1afbe 100644 --- a/clients/client-swf/src/commands/ListActivityTypesCommand.ts +++ b/clients/client-swf/src/commands/ListActivityTypesCommand.ts @@ -17,6 +17,10 @@ import { ActivityTypeInfos, ListActivityTypesInput } from "../models/models_0"; import { de_ListActivityTypesCommand, se_ListActivityTypesCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/ListClosedWorkflowExecutionsCommand.ts b/clients/client-swf/src/commands/ListClosedWorkflowExecutionsCommand.ts index 004f5410bd6ce..6c3251e336bca 100644 --- a/clients/client-swf/src/commands/ListClosedWorkflowExecutionsCommand.ts +++ b/clients/client-swf/src/commands/ListClosedWorkflowExecutionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/ListDomainsCommand.ts b/clients/client-swf/src/commands/ListDomainsCommand.ts index 7dc2bda583b86..1ccd39854ee70 100644 --- a/clients/client-swf/src/commands/ListDomainsCommand.ts +++ b/clients/client-swf/src/commands/ListDomainsCommand.ts @@ -17,6 +17,10 @@ import { DomainInfos, ListDomainsInput } from "../models/models_0"; import { de_ListDomainsCommand, se_ListDomainsCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/ListOpenWorkflowExecutionsCommand.ts b/clients/client-swf/src/commands/ListOpenWorkflowExecutionsCommand.ts index f44216b2f03d2..cee324b9a5821 100644 --- a/clients/client-swf/src/commands/ListOpenWorkflowExecutionsCommand.ts +++ b/clients/client-swf/src/commands/ListOpenWorkflowExecutionsCommand.ts @@ -17,6 +17,10 @@ import { ListOpenWorkflowExecutionsInput, WorkflowExecutionInfos } from "../mode import { de_ListOpenWorkflowExecutionsCommand, se_ListOpenWorkflowExecutionsCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/ListTagsForResourceCommand.ts b/clients/client-swf/src/commands/ListTagsForResourceCommand.ts index 318f58fb13c86..d68dcaaf992c1 100644 --- a/clients/client-swf/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-swf/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/m import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/ListWorkflowTypesCommand.ts b/clients/client-swf/src/commands/ListWorkflowTypesCommand.ts index 8a3d514d43079..2dbdcd399c856 100644 --- a/clients/client-swf/src/commands/ListWorkflowTypesCommand.ts +++ b/clients/client-swf/src/commands/ListWorkflowTypesCommand.ts @@ -17,6 +17,10 @@ import { ListWorkflowTypesInput, WorkflowTypeInfos } from "../models/models_0"; import { de_ListWorkflowTypesCommand, se_ListWorkflowTypesCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/PollForActivityTaskCommand.ts b/clients/client-swf/src/commands/PollForActivityTaskCommand.ts index f8858fe58a2a3..01611b621efaf 100644 --- a/clients/client-swf/src/commands/PollForActivityTaskCommand.ts +++ b/clients/client-swf/src/commands/PollForActivityTaskCommand.ts @@ -17,6 +17,10 @@ import { ActivityTask, PollForActivityTaskInput } from "../models/models_0"; import { de_PollForActivityTaskCommand, se_PollForActivityTaskCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/PollForDecisionTaskCommand.ts b/clients/client-swf/src/commands/PollForDecisionTaskCommand.ts index fd979060fc2a0..fdb85071108f3 100644 --- a/clients/client-swf/src/commands/PollForDecisionTaskCommand.ts +++ b/clients/client-swf/src/commands/PollForDecisionTaskCommand.ts @@ -17,6 +17,10 @@ import { DecisionTask, PollForDecisionTaskInput } from "../models/models_0"; import { de_PollForDecisionTaskCommand, se_PollForDecisionTaskCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/RecordActivityTaskHeartbeatCommand.ts b/clients/client-swf/src/commands/RecordActivityTaskHeartbeatCommand.ts index ceb6c703586b2..3b2ffa5531f71 100644 --- a/clients/client-swf/src/commands/RecordActivityTaskHeartbeatCommand.ts +++ b/clients/client-swf/src/commands/RecordActivityTaskHeartbeatCommand.ts @@ -17,6 +17,10 @@ import { ActivityTaskStatus, RecordActivityTaskHeartbeatInput } from "../models/ import { de_RecordActivityTaskHeartbeatCommand, se_RecordActivityTaskHeartbeatCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/RegisterActivityTypeCommand.ts b/clients/client-swf/src/commands/RegisterActivityTypeCommand.ts index ca514269a2bef..64cb00df379ba 100644 --- a/clients/client-swf/src/commands/RegisterActivityTypeCommand.ts +++ b/clients/client-swf/src/commands/RegisterActivityTypeCommand.ts @@ -17,6 +17,10 @@ import { RegisterActivityTypeInput } from "../models/models_0"; import { de_RegisterActivityTypeCommand, se_RegisterActivityTypeCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/RegisterDomainCommand.ts b/clients/client-swf/src/commands/RegisterDomainCommand.ts index 8fab647b71d6b..90d923b63c790 100644 --- a/clients/client-swf/src/commands/RegisterDomainCommand.ts +++ b/clients/client-swf/src/commands/RegisterDomainCommand.ts @@ -17,6 +17,10 @@ import { RegisterDomainInput } from "../models/models_0"; import { de_RegisterDomainCommand, se_RegisterDomainCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/RegisterWorkflowTypeCommand.ts b/clients/client-swf/src/commands/RegisterWorkflowTypeCommand.ts index 905bf77cc5724..29f79ece076e2 100644 --- a/clients/client-swf/src/commands/RegisterWorkflowTypeCommand.ts +++ b/clients/client-swf/src/commands/RegisterWorkflowTypeCommand.ts @@ -17,6 +17,10 @@ import { RegisterWorkflowTypeInput } from "../models/models_0"; import { de_RegisterWorkflowTypeCommand, se_RegisterWorkflowTypeCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/RequestCancelWorkflowExecutionCommand.ts b/clients/client-swf/src/commands/RequestCancelWorkflowExecutionCommand.ts index b64c618af1669..2f9d51167c414 100644 --- a/clients/client-swf/src/commands/RequestCancelWorkflowExecutionCommand.ts +++ b/clients/client-swf/src/commands/RequestCancelWorkflowExecutionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/RespondActivityTaskCanceledCommand.ts b/clients/client-swf/src/commands/RespondActivityTaskCanceledCommand.ts index 8766fe35c7eaf..f1178990871e1 100644 --- a/clients/client-swf/src/commands/RespondActivityTaskCanceledCommand.ts +++ b/clients/client-swf/src/commands/RespondActivityTaskCanceledCommand.ts @@ -17,6 +17,10 @@ import { RespondActivityTaskCanceledInput } from "../models/models_0"; import { de_RespondActivityTaskCanceledCommand, se_RespondActivityTaskCanceledCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/RespondActivityTaskCompletedCommand.ts b/clients/client-swf/src/commands/RespondActivityTaskCompletedCommand.ts index 008727c7d5890..97d4f51bc0d5e 100644 --- a/clients/client-swf/src/commands/RespondActivityTaskCompletedCommand.ts +++ b/clients/client-swf/src/commands/RespondActivityTaskCompletedCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/RespondActivityTaskFailedCommand.ts b/clients/client-swf/src/commands/RespondActivityTaskFailedCommand.ts index 91c9bb5127660..2fc33909ab442 100644 --- a/clients/client-swf/src/commands/RespondActivityTaskFailedCommand.ts +++ b/clients/client-swf/src/commands/RespondActivityTaskFailedCommand.ts @@ -17,6 +17,10 @@ import { RespondActivityTaskFailedInput } from "../models/models_0"; import { de_RespondActivityTaskFailedCommand, se_RespondActivityTaskFailedCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/RespondDecisionTaskCompletedCommand.ts b/clients/client-swf/src/commands/RespondDecisionTaskCompletedCommand.ts index 84ac1949ea075..85be0f875c501 100644 --- a/clients/client-swf/src/commands/RespondDecisionTaskCompletedCommand.ts +++ b/clients/client-swf/src/commands/RespondDecisionTaskCompletedCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/SignalWorkflowExecutionCommand.ts b/clients/client-swf/src/commands/SignalWorkflowExecutionCommand.ts index f0ef3d92e47ce..8461438b72c01 100644 --- a/clients/client-swf/src/commands/SignalWorkflowExecutionCommand.ts +++ b/clients/client-swf/src/commands/SignalWorkflowExecutionCommand.ts @@ -17,6 +17,10 @@ import { SignalWorkflowExecutionInput } from "../models/models_0"; import { de_SignalWorkflowExecutionCommand, se_SignalWorkflowExecutionCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/StartWorkflowExecutionCommand.ts b/clients/client-swf/src/commands/StartWorkflowExecutionCommand.ts index 865a3bcb6defd..b34401cea0f3a 100644 --- a/clients/client-swf/src/commands/StartWorkflowExecutionCommand.ts +++ b/clients/client-swf/src/commands/StartWorkflowExecutionCommand.ts @@ -17,6 +17,10 @@ import { Run, StartWorkflowExecutionInput } from "../models/models_0"; import { de_StartWorkflowExecutionCommand, se_StartWorkflowExecutionCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/TagResourceCommand.ts b/clients/client-swf/src/commands/TagResourceCommand.ts index 1e293075369ea..f66cf21431b52 100644 --- a/clients/client-swf/src/commands/TagResourceCommand.ts +++ b/clients/client-swf/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceInput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/TerminateWorkflowExecutionCommand.ts b/clients/client-swf/src/commands/TerminateWorkflowExecutionCommand.ts index 3803ed64093f4..f74d626c65943 100644 --- a/clients/client-swf/src/commands/TerminateWorkflowExecutionCommand.ts +++ b/clients/client-swf/src/commands/TerminateWorkflowExecutionCommand.ts @@ -17,6 +17,10 @@ import { TerminateWorkflowExecutionInput } from "../models/models_0"; import { de_TerminateWorkflowExecutionCommand, se_TerminateWorkflowExecutionCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/UndeprecateActivityTypeCommand.ts b/clients/client-swf/src/commands/UndeprecateActivityTypeCommand.ts index 158da18c4c648..af634cf57610c 100644 --- a/clients/client-swf/src/commands/UndeprecateActivityTypeCommand.ts +++ b/clients/client-swf/src/commands/UndeprecateActivityTypeCommand.ts @@ -17,6 +17,10 @@ import { UndeprecateActivityTypeInput } from "../models/models_0"; import { de_UndeprecateActivityTypeCommand, se_UndeprecateActivityTypeCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/UndeprecateDomainCommand.ts b/clients/client-swf/src/commands/UndeprecateDomainCommand.ts index 368dcff867f64..808d660684883 100644 --- a/clients/client-swf/src/commands/UndeprecateDomainCommand.ts +++ b/clients/client-swf/src/commands/UndeprecateDomainCommand.ts @@ -17,6 +17,10 @@ import { UndeprecateDomainInput } from "../models/models_0"; import { de_UndeprecateDomainCommand, se_UndeprecateDomainCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/UndeprecateWorkflowTypeCommand.ts b/clients/client-swf/src/commands/UndeprecateWorkflowTypeCommand.ts index 03be8400f0735..96141ac3c8bdf 100644 --- a/clients/client-swf/src/commands/UndeprecateWorkflowTypeCommand.ts +++ b/clients/client-swf/src/commands/UndeprecateWorkflowTypeCommand.ts @@ -17,6 +17,10 @@ import { UndeprecateWorkflowTypeInput } from "../models/models_0"; import { de_UndeprecateWorkflowTypeCommand, se_UndeprecateWorkflowTypeCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/commands/UntagResourceCommand.ts b/clients/client-swf/src/commands/UntagResourceCommand.ts index 4bbed504aab93..81e891de66ebc 100644 --- a/clients/client-swf/src/commands/UntagResourceCommand.ts +++ b/clients/client-swf/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceInput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-swf/src/index.ts b/clients/client-swf/src/index.ts index 447c3b23d16e8..165de5733914c 100644 --- a/clients/client-swf/src/index.ts +++ b/clients/client-swf/src/index.ts @@ -1,8 +1,26 @@ -export * from "./SWF"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Simple Workflow Service + *

The Amazon Simple Workflow Service (Amazon SWF) makes it easy to build applications that use Amazon's cloud to + * coordinate work across distributed components. In Amazon SWF, a task + * represents a logical unit of work that is performed by a component of your workflow. + * Coordinating tasks in a workflow involves managing intertask dependencies, scheduling, and + * concurrency in accordance with the logical flow of the application.

+ *

Amazon SWF gives you full control over implementing tasks and coordinating them without + * worrying about underlying complexities such as tracking their progress and maintaining their + * state.

+ *

This documentation serves as reference only. For a broader overview of the Amazon SWF + * programming model, see the + * Amazon SWF Developer Guide + * .

+ * + * @packageDocumentation + */ export * from "./SWFClient"; +export * from "./SWF"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { SWFServiceException } from "./models/SWFServiceException"; diff --git a/clients/client-swf/src/models/SWFServiceException.ts b/clients/client-swf/src/models/SWFServiceException.ts index c59686a50fa69..8add334a79389 100644 --- a/clients/client-swf/src/models/SWFServiceException.ts +++ b/clients/client-swf/src/models/SWFServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-synthetics/src/SyntheticsClient.ts b/clients/client-synthetics/src/SyntheticsClient.ts index 97ca78a6a2a97..9fb22078f9b47 100644 --- a/clients/client-synthetics/src/SyntheticsClient.ts +++ b/clients/client-synthetics/src/SyntheticsClient.ts @@ -95,6 +95,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -274,7 +276,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type SyntheticsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type SyntheticsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -293,7 +295,7 @@ export interface SyntheticsClientConfig extends SyntheticsClientConfigType {} /** * @public */ -type SyntheticsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type SyntheticsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-synthetics/src/commands/AssociateResourceCommand.ts b/clients/client-synthetics/src/commands/AssociateResourceCommand.ts index 31ee7ae05972a..2ed4c96a3d407 100644 --- a/clients/client-synthetics/src/commands/AssociateResourceCommand.ts +++ b/clients/client-synthetics/src/commands/AssociateResourceCommand.ts @@ -17,6 +17,10 @@ import { AssociateResourceRequest, AssociateResourceResponse } from "../models/m import { de_AssociateResourceCommand, se_AssociateResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-synthetics/src/commands/CreateCanaryCommand.ts b/clients/client-synthetics/src/commands/CreateCanaryCommand.ts index f87ba2e3df720..c338adeb5f5f9 100644 --- a/clients/client-synthetics/src/commands/CreateCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/CreateCanaryCommand.ts @@ -17,6 +17,10 @@ import { CreateCanaryRequest, CreateCanaryResponse } from "../models/models_0"; import { de_CreateCanaryCommand, se_CreateCanaryCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-synthetics/src/commands/CreateGroupCommand.ts b/clients/client-synthetics/src/commands/CreateGroupCommand.ts index a283467e5a188..9858c6afe6d01 100644 --- a/clients/client-synthetics/src/commands/CreateGroupCommand.ts +++ b/clients/client-synthetics/src/commands/CreateGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0"; import { de_CreateGroupCommand, se_CreateGroupCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-synthetics/src/commands/DeleteCanaryCommand.ts b/clients/client-synthetics/src/commands/DeleteCanaryCommand.ts index bd1389d21a042..3e308b1ee8b16 100644 --- a/clients/client-synthetics/src/commands/DeleteCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/DeleteCanaryCommand.ts @@ -17,6 +17,10 @@ import { DeleteCanaryRequest, DeleteCanaryResponse } from "../models/models_0"; import { de_DeleteCanaryCommand, se_DeleteCanaryCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-synthetics/src/commands/DeleteGroupCommand.ts b/clients/client-synthetics/src/commands/DeleteGroupCommand.ts index ebbcf962cd42e..32906c9666be6 100644 --- a/clients/client-synthetics/src/commands/DeleteGroupCommand.ts +++ b/clients/client-synthetics/src/commands/DeleteGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0"; import { de_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-synthetics/src/commands/DescribeCanariesCommand.ts b/clients/client-synthetics/src/commands/DescribeCanariesCommand.ts index 83dd05f08cd37..09336a4e4fe27 100644 --- a/clients/client-synthetics/src/commands/DescribeCanariesCommand.ts +++ b/clients/client-synthetics/src/commands/DescribeCanariesCommand.ts @@ -17,6 +17,10 @@ import { DescribeCanariesRequest, DescribeCanariesResponse } from "../models/mod import { de_DescribeCanariesCommand, se_DescribeCanariesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-synthetics/src/commands/DescribeCanariesLastRunCommand.ts b/clients/client-synthetics/src/commands/DescribeCanariesLastRunCommand.ts index 5cad4445afde4..51dee72914e16 100644 --- a/clients/client-synthetics/src/commands/DescribeCanariesLastRunCommand.ts +++ b/clients/client-synthetics/src/commands/DescribeCanariesLastRunCommand.ts @@ -17,6 +17,10 @@ import { DescribeCanariesLastRunRequest, DescribeCanariesLastRunResponse } from import { de_DescribeCanariesLastRunCommand, se_DescribeCanariesLastRunCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-synthetics/src/commands/DescribeRuntimeVersionsCommand.ts b/clients/client-synthetics/src/commands/DescribeRuntimeVersionsCommand.ts index 51caf37ce4d00..332297599b7d5 100644 --- a/clients/client-synthetics/src/commands/DescribeRuntimeVersionsCommand.ts +++ b/clients/client-synthetics/src/commands/DescribeRuntimeVersionsCommand.ts @@ -17,6 +17,10 @@ import { DescribeRuntimeVersionsRequest, DescribeRuntimeVersionsResponse } from import { de_DescribeRuntimeVersionsCommand, se_DescribeRuntimeVersionsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-synthetics/src/commands/DisassociateResourceCommand.ts b/clients/client-synthetics/src/commands/DisassociateResourceCommand.ts index 991aa5efa50d6..f18ea160cdb58 100644 --- a/clients/client-synthetics/src/commands/DisassociateResourceCommand.ts +++ b/clients/client-synthetics/src/commands/DisassociateResourceCommand.ts @@ -17,6 +17,10 @@ import { DisassociateResourceRequest, DisassociateResourceResponse } from "../mo import { de_DisassociateResourceCommand, se_DisassociateResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-synthetics/src/commands/GetCanaryCommand.ts b/clients/client-synthetics/src/commands/GetCanaryCommand.ts index 5a75892cbe599..c85119f4cf2cf 100644 --- a/clients/client-synthetics/src/commands/GetCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/GetCanaryCommand.ts @@ -17,6 +17,10 @@ import { GetCanaryRequest, GetCanaryResponse } from "../models/models_0"; import { de_GetCanaryCommand, se_GetCanaryCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-synthetics/src/commands/GetCanaryRunsCommand.ts b/clients/client-synthetics/src/commands/GetCanaryRunsCommand.ts index a4a61bb5926fe..d23960fd86f0d 100644 --- a/clients/client-synthetics/src/commands/GetCanaryRunsCommand.ts +++ b/clients/client-synthetics/src/commands/GetCanaryRunsCommand.ts @@ -17,6 +17,10 @@ import { GetCanaryRunsRequest, GetCanaryRunsResponse } from "../models/models_0" import { de_GetCanaryRunsCommand, se_GetCanaryRunsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-synthetics/src/commands/GetGroupCommand.ts b/clients/client-synthetics/src/commands/GetGroupCommand.ts index c38c47cdf88a4..a14bea6e9beb8 100644 --- a/clients/client-synthetics/src/commands/GetGroupCommand.ts +++ b/clients/client-synthetics/src/commands/GetGroupCommand.ts @@ -17,6 +17,10 @@ import { GetGroupRequest, GetGroupResponse } from "../models/models_0"; import { de_GetGroupCommand, se_GetGroupCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-synthetics/src/commands/ListAssociatedGroupsCommand.ts b/clients/client-synthetics/src/commands/ListAssociatedGroupsCommand.ts index ed83037754424..837156ff57f9a 100644 --- a/clients/client-synthetics/src/commands/ListAssociatedGroupsCommand.ts +++ b/clients/client-synthetics/src/commands/ListAssociatedGroupsCommand.ts @@ -17,6 +17,10 @@ import { ListAssociatedGroupsRequest, ListAssociatedGroupsResponse } from "../mo import { de_ListAssociatedGroupsCommand, se_ListAssociatedGroupsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-synthetics/src/commands/ListGroupResourcesCommand.ts b/clients/client-synthetics/src/commands/ListGroupResourcesCommand.ts index d5af91afcbbd1..ad7f7e2096c83 100644 --- a/clients/client-synthetics/src/commands/ListGroupResourcesCommand.ts +++ b/clients/client-synthetics/src/commands/ListGroupResourcesCommand.ts @@ -17,6 +17,10 @@ import { ListGroupResourcesRequest, ListGroupResourcesResponse } from "../models import { de_ListGroupResourcesCommand, se_ListGroupResourcesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-synthetics/src/commands/ListGroupsCommand.ts b/clients/client-synthetics/src/commands/ListGroupsCommand.ts index ba7f24f653d8d..121f81946bd75 100644 --- a/clients/client-synthetics/src/commands/ListGroupsCommand.ts +++ b/clients/client-synthetics/src/commands/ListGroupsCommand.ts @@ -17,6 +17,10 @@ import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0"; import { de_ListGroupsCommand, se_ListGroupsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-synthetics/src/commands/ListTagsForResourceCommand.ts b/clients/client-synthetics/src/commands/ListTagsForResourceCommand.ts index 2ac6e152cc535..547a80e61325f 100644 --- a/clients/client-synthetics/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-synthetics/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-synthetics/src/commands/StartCanaryCommand.ts b/clients/client-synthetics/src/commands/StartCanaryCommand.ts index d21d282e9c7b5..ae276efd5d498 100644 --- a/clients/client-synthetics/src/commands/StartCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/StartCanaryCommand.ts @@ -17,6 +17,10 @@ import { StartCanaryRequest, StartCanaryResponse } from "../models/models_0"; import { de_StartCanaryCommand, se_StartCanaryCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-synthetics/src/commands/StopCanaryCommand.ts b/clients/client-synthetics/src/commands/StopCanaryCommand.ts index e264f48a14e80..02d4606f8d93e 100644 --- a/clients/client-synthetics/src/commands/StopCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/StopCanaryCommand.ts @@ -17,6 +17,10 @@ import { StopCanaryRequest, StopCanaryResponse } from "../models/models_0"; import { de_StopCanaryCommand, se_StopCanaryCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-synthetics/src/commands/TagResourceCommand.ts b/clients/client-synthetics/src/commands/TagResourceCommand.ts index b63ad5d048185..79369af46cd23 100644 --- a/clients/client-synthetics/src/commands/TagResourceCommand.ts +++ b/clients/client-synthetics/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-synthetics/src/commands/UntagResourceCommand.ts b/clients/client-synthetics/src/commands/UntagResourceCommand.ts index 88c24fb71154c..833a34e418ba3 100644 --- a/clients/client-synthetics/src/commands/UntagResourceCommand.ts +++ b/clients/client-synthetics/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-synthetics/src/commands/UpdateCanaryCommand.ts b/clients/client-synthetics/src/commands/UpdateCanaryCommand.ts index a411c7256ef27..670eb1180dd1f 100644 --- a/clients/client-synthetics/src/commands/UpdateCanaryCommand.ts +++ b/clients/client-synthetics/src/commands/UpdateCanaryCommand.ts @@ -17,6 +17,10 @@ import { UpdateCanaryRequest, UpdateCanaryResponse } from "../models/models_0"; import { de_UpdateCanaryCommand, se_UpdateCanaryCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, SyntheticsClientResolvedConfig } from "../SyntheticsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-synthetics/src/index.ts b/clients/client-synthetics/src/index.ts index 0ba949c80bb2d..67d589176c7df 100644 --- a/clients/client-synthetics/src/index.ts +++ b/clients/client-synthetics/src/index.ts @@ -1,8 +1,29 @@ -export * from "./Synthetics"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon CloudWatch Synthetics + *

You can use Amazon CloudWatch Synthetics to continually monitor your services. You can + * create and manage canaries, which are modular, lightweight scripts + * that monitor your endpoints and APIs + * from the outside-in. You can set up your canaries to run + * 24 hours a day, once per minute. The canaries help you check the availability and latency + * of your web services and troubleshoot anomalies by investigating load time data, + * screenshots of the UI, logs, and metrics. The canaries seamlessly integrate with CloudWatch + * ServiceLens to help you trace the causes of impacted nodes in your applications. For more + * information, see Using ServiceLens to Monitor + * the Health of Your Applications in the Amazon CloudWatch User + * Guide.

+ * + *

Before you create and manage canaries, be aware of the security considerations. For more + * information, see Security + * Considerations for Synthetics Canaries.

+ * + * @packageDocumentation + */ export * from "./SyntheticsClient"; +export * from "./Synthetics"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { SyntheticsServiceException } from "./models/SyntheticsServiceException"; diff --git a/clients/client-synthetics/src/models/SyntheticsServiceException.ts b/clients/client-synthetics/src/models/SyntheticsServiceException.ts index 78a2415ebe2b4..635254a3a85f1 100644 --- a/clients/client-synthetics/src/models/SyntheticsServiceException.ts +++ b/clients/client-synthetics/src/models/SyntheticsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-textract/src/TextractClient.ts b/clients/client-textract/src/TextractClient.ts index 309f6583ba3af..625e4abd2bf6c 100644 --- a/clients/client-textract/src/TextractClient.ts +++ b/clients/client-textract/src/TextractClient.ts @@ -93,6 +93,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -256,7 +258,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type TextractClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type TextractClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -275,7 +277,7 @@ export interface TextractClientConfig extends TextractClientConfigType {} /** * @public */ -type TextractClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type TextractClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-textract/src/commands/AnalyzeDocumentCommand.ts b/clients/client-textract/src/commands/AnalyzeDocumentCommand.ts index 803ba8a8cab6b..33f68b3745d88 100644 --- a/clients/client-textract/src/commands/AnalyzeDocumentCommand.ts +++ b/clients/client-textract/src/commands/AnalyzeDocumentCommand.ts @@ -17,6 +17,10 @@ import { AnalyzeDocumentRequest, AnalyzeDocumentResponse } from "../models/model import { de_AnalyzeDocumentCommand, se_AnalyzeDocumentCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-textract/src/commands/AnalyzeExpenseCommand.ts b/clients/client-textract/src/commands/AnalyzeExpenseCommand.ts index ab4503a801e8d..3c27cdb9dfc6b 100644 --- a/clients/client-textract/src/commands/AnalyzeExpenseCommand.ts +++ b/clients/client-textract/src/commands/AnalyzeExpenseCommand.ts @@ -17,6 +17,10 @@ import { AnalyzeExpenseRequest, AnalyzeExpenseResponse } from "../models/models_ import { de_AnalyzeExpenseCommand, se_AnalyzeExpenseCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-textract/src/commands/AnalyzeIDCommand.ts b/clients/client-textract/src/commands/AnalyzeIDCommand.ts index fde5c13f31261..8c54b648b76fb 100644 --- a/clients/client-textract/src/commands/AnalyzeIDCommand.ts +++ b/clients/client-textract/src/commands/AnalyzeIDCommand.ts @@ -17,6 +17,10 @@ import { AnalyzeIDRequest, AnalyzeIDResponse } from "../models/models_0"; import { de_AnalyzeIDCommand, se_AnalyzeIDCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-textract/src/commands/DetectDocumentTextCommand.ts b/clients/client-textract/src/commands/DetectDocumentTextCommand.ts index 2f65269064e94..39ebb502c654f 100644 --- a/clients/client-textract/src/commands/DetectDocumentTextCommand.ts +++ b/clients/client-textract/src/commands/DetectDocumentTextCommand.ts @@ -17,6 +17,10 @@ import { DetectDocumentTextRequest, DetectDocumentTextResponse } from "../models import { de_DetectDocumentTextCommand, se_DetectDocumentTextCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-textract/src/commands/GetDocumentAnalysisCommand.ts b/clients/client-textract/src/commands/GetDocumentAnalysisCommand.ts index 308276fcbcdf7..bbe5d2ded07f6 100644 --- a/clients/client-textract/src/commands/GetDocumentAnalysisCommand.ts +++ b/clients/client-textract/src/commands/GetDocumentAnalysisCommand.ts @@ -17,6 +17,10 @@ import { GetDocumentAnalysisRequest, GetDocumentAnalysisResponse } from "../mode import { de_GetDocumentAnalysisCommand, se_GetDocumentAnalysisCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-textract/src/commands/GetDocumentTextDetectionCommand.ts b/clients/client-textract/src/commands/GetDocumentTextDetectionCommand.ts index cf87c6def0ac0..9d98eb3dd02bd 100644 --- a/clients/client-textract/src/commands/GetDocumentTextDetectionCommand.ts +++ b/clients/client-textract/src/commands/GetDocumentTextDetectionCommand.ts @@ -17,6 +17,10 @@ import { GetDocumentTextDetectionRequest, GetDocumentTextDetectionResponse } fro import { de_GetDocumentTextDetectionCommand, se_GetDocumentTextDetectionCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-textract/src/commands/GetExpenseAnalysisCommand.ts b/clients/client-textract/src/commands/GetExpenseAnalysisCommand.ts index e7b037f1aa2ee..f813566020a62 100644 --- a/clients/client-textract/src/commands/GetExpenseAnalysisCommand.ts +++ b/clients/client-textract/src/commands/GetExpenseAnalysisCommand.ts @@ -17,6 +17,10 @@ import { GetExpenseAnalysisRequest, GetExpenseAnalysisResponse } from "../models import { de_GetExpenseAnalysisCommand, se_GetExpenseAnalysisCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-textract/src/commands/GetLendingAnalysisCommand.ts b/clients/client-textract/src/commands/GetLendingAnalysisCommand.ts index 0ccb70f41415f..8cdf27a42650d 100644 --- a/clients/client-textract/src/commands/GetLendingAnalysisCommand.ts +++ b/clients/client-textract/src/commands/GetLendingAnalysisCommand.ts @@ -17,6 +17,10 @@ import { GetLendingAnalysisRequest, GetLendingAnalysisResponse } from "../models import { de_GetLendingAnalysisCommand, se_GetLendingAnalysisCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-textract/src/commands/GetLendingAnalysisSummaryCommand.ts b/clients/client-textract/src/commands/GetLendingAnalysisSummaryCommand.ts index 1afedf0124916..0108a2400425b 100644 --- a/clients/client-textract/src/commands/GetLendingAnalysisSummaryCommand.ts +++ b/clients/client-textract/src/commands/GetLendingAnalysisSummaryCommand.ts @@ -17,6 +17,10 @@ import { GetLendingAnalysisSummaryRequest, GetLendingAnalysisSummaryResponse } f import { de_GetLendingAnalysisSummaryCommand, se_GetLendingAnalysisSummaryCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-textract/src/commands/StartDocumentAnalysisCommand.ts b/clients/client-textract/src/commands/StartDocumentAnalysisCommand.ts index 7c65ce9ccc407..7299b881f6393 100644 --- a/clients/client-textract/src/commands/StartDocumentAnalysisCommand.ts +++ b/clients/client-textract/src/commands/StartDocumentAnalysisCommand.ts @@ -17,6 +17,10 @@ import { StartDocumentAnalysisRequest, StartDocumentAnalysisResponse } from "../ import { de_StartDocumentAnalysisCommand, se_StartDocumentAnalysisCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-textract/src/commands/StartDocumentTextDetectionCommand.ts b/clients/client-textract/src/commands/StartDocumentTextDetectionCommand.ts index fc36c75c449dc..90aa00c57af9b 100644 --- a/clients/client-textract/src/commands/StartDocumentTextDetectionCommand.ts +++ b/clients/client-textract/src/commands/StartDocumentTextDetectionCommand.ts @@ -17,6 +17,10 @@ import { StartDocumentTextDetectionRequest, StartDocumentTextDetectionResponse } import { de_StartDocumentTextDetectionCommand, se_StartDocumentTextDetectionCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-textract/src/commands/StartExpenseAnalysisCommand.ts b/clients/client-textract/src/commands/StartExpenseAnalysisCommand.ts index 6f735650a5430..ca6331e13b198 100644 --- a/clients/client-textract/src/commands/StartExpenseAnalysisCommand.ts +++ b/clients/client-textract/src/commands/StartExpenseAnalysisCommand.ts @@ -17,6 +17,10 @@ import { StartExpenseAnalysisRequest, StartExpenseAnalysisResponse } from "../mo import { de_StartExpenseAnalysisCommand, se_StartExpenseAnalysisCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-textract/src/commands/StartLendingAnalysisCommand.ts b/clients/client-textract/src/commands/StartLendingAnalysisCommand.ts index 0098011b96214..eb763518c7989 100644 --- a/clients/client-textract/src/commands/StartLendingAnalysisCommand.ts +++ b/clients/client-textract/src/commands/StartLendingAnalysisCommand.ts @@ -17,6 +17,10 @@ import { StartLendingAnalysisRequest, StartLendingAnalysisResponse } from "../mo import { de_StartLendingAnalysisCommand, se_StartLendingAnalysisCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TextractClientResolvedConfig } from "../TextractClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-textract/src/index.ts b/clients/client-textract/src/index.ts index 7c3b76d036a4c..6fccd6c26c71a 100644 --- a/clients/client-textract/src/index.ts +++ b/clients/client-textract/src/index.ts @@ -1,6 +1,14 @@ -export * from "./Textract"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Textract detects and analyzes text in documents and converts it + * into machine-readable text. This is the API reference documentation for + * Amazon Textract.

+ * + * @packageDocumentation + */ export * from "./TextractClient"; +export * from "./Textract"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-textract/src/models/TextractServiceException.ts b/clients/client-textract/src/models/TextractServiceException.ts index 274e8f3ff2471..eb8fbc1d1b21c 100644 --- a/clients/client-textract/src/models/TextractServiceException.ts +++ b/clients/client-textract/src/models/TextractServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-timestream-query/src/TimestreamQueryClient.ts b/clients/client-timestream-query/src/TimestreamQueryClient.ts index 3b734d3916626..94f85b2fb722b 100644 --- a/clients/client-timestream-query/src/TimestreamQueryClient.ts +++ b/clients/client-timestream-query/src/TimestreamQueryClient.ts @@ -102,6 +102,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -272,7 +274,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type TimestreamQueryClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type TimestreamQueryClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -292,7 +294,7 @@ export interface TimestreamQueryClientConfig extends TimestreamQueryClientConfig /** * @public */ -type TimestreamQueryClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type TimestreamQueryClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-timestream-query/src/commands/CancelQueryCommand.ts b/clients/client-timestream-query/src/commands/CancelQueryCommand.ts index 47490a023b018..f8c3c05102356 100644 --- a/clients/client-timestream-query/src/commands/CancelQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/CancelQueryCommand.ts @@ -18,6 +18,10 @@ import { CancelQueryRequest, CancelQueryResponse } from "../models/models_0"; import { de_CancelQueryCommand, se_CancelQueryCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-query/src/commands/CreateScheduledQueryCommand.ts b/clients/client-timestream-query/src/commands/CreateScheduledQueryCommand.ts index 1b75dda663544..a946850268c1e 100644 --- a/clients/client-timestream-query/src/commands/CreateScheduledQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/CreateScheduledQueryCommand.ts @@ -22,6 +22,10 @@ import { import { de_CreateScheduledQueryCommand, se_CreateScheduledQueryCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-query/src/commands/DeleteScheduledQueryCommand.ts b/clients/client-timestream-query/src/commands/DeleteScheduledQueryCommand.ts index 2ccb5c6aa4cb0..01a23ccea2a98 100644 --- a/clients/client-timestream-query/src/commands/DeleteScheduledQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/DeleteScheduledQueryCommand.ts @@ -18,6 +18,10 @@ import { DeleteScheduledQueryRequest } from "../models/models_0"; import { de_DeleteScheduledQueryCommand, se_DeleteScheduledQueryCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-query/src/commands/DescribeEndpointsCommand.ts b/clients/client-timestream-query/src/commands/DescribeEndpointsCommand.ts index 02b3028239a6b..30acb90427971 100644 --- a/clients/client-timestream-query/src/commands/DescribeEndpointsCommand.ts +++ b/clients/client-timestream-query/src/commands/DescribeEndpointsCommand.ts @@ -17,6 +17,10 @@ import { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/m import { de_DescribeEndpointsCommand, se_DescribeEndpointsCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-query/src/commands/DescribeScheduledQueryCommand.ts b/clients/client-timestream-query/src/commands/DescribeScheduledQueryCommand.ts index 35fdcf5a74dbb..1021e91b1a6a8 100644 --- a/clients/client-timestream-query/src/commands/DescribeScheduledQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/DescribeScheduledQueryCommand.ts @@ -22,6 +22,10 @@ import { import { de_DescribeScheduledQueryCommand, se_DescribeScheduledQueryCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-query/src/commands/ExecuteScheduledQueryCommand.ts b/clients/client-timestream-query/src/commands/ExecuteScheduledQueryCommand.ts index 05fb749840259..b8c11e4e457c7 100644 --- a/clients/client-timestream-query/src/commands/ExecuteScheduledQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/ExecuteScheduledQueryCommand.ts @@ -18,6 +18,10 @@ import { ExecuteScheduledQueryRequest, ExecuteScheduledQueryRequestFilterSensiti import { de_ExecuteScheduledQueryCommand, se_ExecuteScheduledQueryCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-query/src/commands/ListScheduledQueriesCommand.ts b/clients/client-timestream-query/src/commands/ListScheduledQueriesCommand.ts index 26280c416196b..710d2b20bf7f9 100644 --- a/clients/client-timestream-query/src/commands/ListScheduledQueriesCommand.ts +++ b/clients/client-timestream-query/src/commands/ListScheduledQueriesCommand.ts @@ -18,6 +18,10 @@ import { ListScheduledQueriesRequest, ListScheduledQueriesResponse } from "../mo import { de_ListScheduledQueriesCommand, se_ListScheduledQueriesCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-query/src/commands/ListTagsForResourceCommand.ts b/clients/client-timestream-query/src/commands/ListTagsForResourceCommand.ts index ab57536907dde..4f9c29029e8af 100644 --- a/clients/client-timestream-query/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-timestream-query/src/commands/ListTagsForResourceCommand.ts @@ -18,6 +18,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-query/src/commands/PrepareQueryCommand.ts b/clients/client-timestream-query/src/commands/PrepareQueryCommand.ts index 696350bf84d3d..51b1392195b4d 100644 --- a/clients/client-timestream-query/src/commands/PrepareQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/PrepareQueryCommand.ts @@ -23,6 +23,10 @@ import { import { de_PrepareQueryCommand, se_PrepareQueryCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-query/src/commands/QueryCommand.ts b/clients/client-timestream-query/src/commands/QueryCommand.ts index 56f7d72d56fc8..5dc7183d304f5 100644 --- a/clients/client-timestream-query/src/commands/QueryCommand.ts +++ b/clients/client-timestream-query/src/commands/QueryCommand.ts @@ -18,6 +18,10 @@ import { QueryRequest, QueryRequestFilterSensitiveLog, QueryResponse } from "../ import { de_QueryCommand, se_QueryCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-query/src/commands/TagResourceCommand.ts b/clients/client-timestream-query/src/commands/TagResourceCommand.ts index 7d839e961ba17..48d76a16f34e8 100644 --- a/clients/client-timestream-query/src/commands/TagResourceCommand.ts +++ b/clients/client-timestream-query/src/commands/TagResourceCommand.ts @@ -18,6 +18,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-query/src/commands/UntagResourceCommand.ts b/clients/client-timestream-query/src/commands/UntagResourceCommand.ts index d4ddc08a4a78d..8613c6e406b0d 100644 --- a/clients/client-timestream-query/src/commands/UntagResourceCommand.ts +++ b/clients/client-timestream-query/src/commands/UntagResourceCommand.ts @@ -18,6 +18,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-query/src/commands/UpdateScheduledQueryCommand.ts b/clients/client-timestream-query/src/commands/UpdateScheduledQueryCommand.ts index 1368b1496c74e..7646f89a2cd8f 100644 --- a/clients/client-timestream-query/src/commands/UpdateScheduledQueryCommand.ts +++ b/clients/client-timestream-query/src/commands/UpdateScheduledQueryCommand.ts @@ -18,6 +18,10 @@ import { UpdateScheduledQueryRequest } from "../models/models_0"; import { de_UpdateScheduledQueryCommand, se_UpdateScheduledQueryCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamQueryClientResolvedConfig } from "../TimestreamQueryClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-query/src/index.ts b/clients/client-timestream-query/src/index.ts index 29eae20b99ed2..31a3560f17e1e 100644 --- a/clients/client-timestream-query/src/index.ts +++ b/clients/client-timestream-query/src/index.ts @@ -1,8 +1,16 @@ -export * from "./TimestreamQuery"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Timestream Query + * + *

+ * + * @packageDocumentation + */ export * from "./TimestreamQueryClient"; +export * from "./TimestreamQuery"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { TimestreamQueryServiceException } from "./models/TimestreamQueryServiceException"; diff --git a/clients/client-timestream-query/src/models/TimestreamQueryServiceException.ts b/clients/client-timestream-query/src/models/TimestreamQueryServiceException.ts index f49330cff20fb..4facc7438f5d2 100644 --- a/clients/client-timestream-query/src/models/TimestreamQueryServiceException.ts +++ b/clients/client-timestream-query/src/models/TimestreamQueryServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-timestream-write/src/TimestreamWriteClient.ts b/clients/client-timestream-write/src/TimestreamWriteClient.ts index 12f12befe2218..a27cb9bb817be 100644 --- a/clients/client-timestream-write/src/TimestreamWriteClient.ts +++ b/clients/client-timestream-write/src/TimestreamWriteClient.ts @@ -99,6 +99,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -281,7 +283,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type TimestreamWriteClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type TimestreamWriteClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -301,7 +303,7 @@ export interface TimestreamWriteClientConfig extends TimestreamWriteClientConfig /** * @public */ -type TimestreamWriteClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type TimestreamWriteClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-timestream-write/src/commands/CreateBatchLoadTaskCommand.ts b/clients/client-timestream-write/src/commands/CreateBatchLoadTaskCommand.ts index 5ad4d4d3ca401..c269953c011b4 100644 --- a/clients/client-timestream-write/src/commands/CreateBatchLoadTaskCommand.ts +++ b/clients/client-timestream-write/src/commands/CreateBatchLoadTaskCommand.ts @@ -22,6 +22,10 @@ import { import { de_CreateBatchLoadTaskCommand, se_CreateBatchLoadTaskCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-write/src/commands/CreateDatabaseCommand.ts b/clients/client-timestream-write/src/commands/CreateDatabaseCommand.ts index 5817d73efeab1..66c3117c6aa49 100644 --- a/clients/client-timestream-write/src/commands/CreateDatabaseCommand.ts +++ b/clients/client-timestream-write/src/commands/CreateDatabaseCommand.ts @@ -18,6 +18,10 @@ import { CreateDatabaseRequest, CreateDatabaseResponse } from "../models/models_ import { de_CreateDatabaseCommand, se_CreateDatabaseCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-write/src/commands/CreateTableCommand.ts b/clients/client-timestream-write/src/commands/CreateTableCommand.ts index f2d11618677bf..ae3e9ca808191 100644 --- a/clients/client-timestream-write/src/commands/CreateTableCommand.ts +++ b/clients/client-timestream-write/src/commands/CreateTableCommand.ts @@ -18,6 +18,10 @@ import { CreateTableRequest, CreateTableResponse } from "../models/models_0"; import { de_CreateTableCommand, se_CreateTableCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-write/src/commands/DeleteDatabaseCommand.ts b/clients/client-timestream-write/src/commands/DeleteDatabaseCommand.ts index aefd113003d30..946dd517c9502 100644 --- a/clients/client-timestream-write/src/commands/DeleteDatabaseCommand.ts +++ b/clients/client-timestream-write/src/commands/DeleteDatabaseCommand.ts @@ -18,6 +18,10 @@ import { DeleteDatabaseRequest } from "../models/models_0"; import { de_DeleteDatabaseCommand, se_DeleteDatabaseCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-write/src/commands/DeleteTableCommand.ts b/clients/client-timestream-write/src/commands/DeleteTableCommand.ts index 439fd061982cb..419fa7afd91db 100644 --- a/clients/client-timestream-write/src/commands/DeleteTableCommand.ts +++ b/clients/client-timestream-write/src/commands/DeleteTableCommand.ts @@ -18,6 +18,10 @@ import { DeleteTableRequest } from "../models/models_0"; import { de_DeleteTableCommand, se_DeleteTableCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-write/src/commands/DescribeBatchLoadTaskCommand.ts b/clients/client-timestream-write/src/commands/DescribeBatchLoadTaskCommand.ts index dfd2db5673438..59197f14d1538 100644 --- a/clients/client-timestream-write/src/commands/DescribeBatchLoadTaskCommand.ts +++ b/clients/client-timestream-write/src/commands/DescribeBatchLoadTaskCommand.ts @@ -18,6 +18,10 @@ import { DescribeBatchLoadTaskRequest, DescribeBatchLoadTaskResponse } from "../ import { de_DescribeBatchLoadTaskCommand, se_DescribeBatchLoadTaskCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-write/src/commands/DescribeDatabaseCommand.ts b/clients/client-timestream-write/src/commands/DescribeDatabaseCommand.ts index 20d41fd606b11..233840f382fe4 100644 --- a/clients/client-timestream-write/src/commands/DescribeDatabaseCommand.ts +++ b/clients/client-timestream-write/src/commands/DescribeDatabaseCommand.ts @@ -18,6 +18,10 @@ import { DescribeDatabaseRequest, DescribeDatabaseResponse } from "../models/mod import { de_DescribeDatabaseCommand, se_DescribeDatabaseCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-write/src/commands/DescribeEndpointsCommand.ts b/clients/client-timestream-write/src/commands/DescribeEndpointsCommand.ts index 3880ab7c8a8be..7f13ba3e54a3c 100644 --- a/clients/client-timestream-write/src/commands/DescribeEndpointsCommand.ts +++ b/clients/client-timestream-write/src/commands/DescribeEndpointsCommand.ts @@ -17,6 +17,10 @@ import { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/m import { de_DescribeEndpointsCommand, se_DescribeEndpointsCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-write/src/commands/DescribeTableCommand.ts b/clients/client-timestream-write/src/commands/DescribeTableCommand.ts index c65b4411b6948..da46b1dd76742 100644 --- a/clients/client-timestream-write/src/commands/DescribeTableCommand.ts +++ b/clients/client-timestream-write/src/commands/DescribeTableCommand.ts @@ -18,6 +18,10 @@ import { DescribeTableRequest, DescribeTableResponse } from "../models/models_0" import { de_DescribeTableCommand, se_DescribeTableCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-write/src/commands/ListBatchLoadTasksCommand.ts b/clients/client-timestream-write/src/commands/ListBatchLoadTasksCommand.ts index aa32ed59d1bd9..dbba35814c5a2 100644 --- a/clients/client-timestream-write/src/commands/ListBatchLoadTasksCommand.ts +++ b/clients/client-timestream-write/src/commands/ListBatchLoadTasksCommand.ts @@ -18,6 +18,10 @@ import { ListBatchLoadTasksRequest, ListBatchLoadTasksResponse } from "../models import { de_ListBatchLoadTasksCommand, se_ListBatchLoadTasksCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-write/src/commands/ListDatabasesCommand.ts b/clients/client-timestream-write/src/commands/ListDatabasesCommand.ts index b745ddec77f1d..d67bb8f0d9493 100644 --- a/clients/client-timestream-write/src/commands/ListDatabasesCommand.ts +++ b/clients/client-timestream-write/src/commands/ListDatabasesCommand.ts @@ -18,6 +18,10 @@ import { ListDatabasesRequest, ListDatabasesResponse } from "../models/models_0" import { de_ListDatabasesCommand, se_ListDatabasesCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-write/src/commands/ListTablesCommand.ts b/clients/client-timestream-write/src/commands/ListTablesCommand.ts index 43a7742b697af..a41bd4d76dd00 100644 --- a/clients/client-timestream-write/src/commands/ListTablesCommand.ts +++ b/clients/client-timestream-write/src/commands/ListTablesCommand.ts @@ -18,6 +18,10 @@ import { ListTablesRequest, ListTablesResponse } from "../models/models_0"; import { de_ListTablesCommand, se_ListTablesCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-write/src/commands/ListTagsForResourceCommand.ts b/clients/client-timestream-write/src/commands/ListTagsForResourceCommand.ts index 14192067cc970..cb8009baab615 100644 --- a/clients/client-timestream-write/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-timestream-write/src/commands/ListTagsForResourceCommand.ts @@ -18,6 +18,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-write/src/commands/ResumeBatchLoadTaskCommand.ts b/clients/client-timestream-write/src/commands/ResumeBatchLoadTaskCommand.ts index 785e8772ce866..2b5719c251385 100644 --- a/clients/client-timestream-write/src/commands/ResumeBatchLoadTaskCommand.ts +++ b/clients/client-timestream-write/src/commands/ResumeBatchLoadTaskCommand.ts @@ -18,6 +18,10 @@ import { ResumeBatchLoadTaskRequest, ResumeBatchLoadTaskResponse } from "../mode import { de_ResumeBatchLoadTaskCommand, se_ResumeBatchLoadTaskCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-write/src/commands/TagResourceCommand.ts b/clients/client-timestream-write/src/commands/TagResourceCommand.ts index 7387e747cc859..12d0d7bd02b49 100644 --- a/clients/client-timestream-write/src/commands/TagResourceCommand.ts +++ b/clients/client-timestream-write/src/commands/TagResourceCommand.ts @@ -18,6 +18,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-write/src/commands/UntagResourceCommand.ts b/clients/client-timestream-write/src/commands/UntagResourceCommand.ts index e0af6d74ebc4a..28c7ec6f9db5f 100644 --- a/clients/client-timestream-write/src/commands/UntagResourceCommand.ts +++ b/clients/client-timestream-write/src/commands/UntagResourceCommand.ts @@ -18,6 +18,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-write/src/commands/UpdateDatabaseCommand.ts b/clients/client-timestream-write/src/commands/UpdateDatabaseCommand.ts index de0e60cf3db45..9628806331127 100644 --- a/clients/client-timestream-write/src/commands/UpdateDatabaseCommand.ts +++ b/clients/client-timestream-write/src/commands/UpdateDatabaseCommand.ts @@ -18,6 +18,10 @@ import { UpdateDatabaseRequest, UpdateDatabaseResponse } from "../models/models_ import { de_UpdateDatabaseCommand, se_UpdateDatabaseCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-write/src/commands/UpdateTableCommand.ts b/clients/client-timestream-write/src/commands/UpdateTableCommand.ts index 91865b9e4c77b..778ccbc0e586e 100644 --- a/clients/client-timestream-write/src/commands/UpdateTableCommand.ts +++ b/clients/client-timestream-write/src/commands/UpdateTableCommand.ts @@ -18,6 +18,10 @@ import { UpdateTableRequest, UpdateTableResponse } from "../models/models_0"; import { de_UpdateTableCommand, se_UpdateTableCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-write/src/commands/WriteRecordsCommand.ts b/clients/client-timestream-write/src/commands/WriteRecordsCommand.ts index 4687e712b2e46..6536c58de3232 100644 --- a/clients/client-timestream-write/src/commands/WriteRecordsCommand.ts +++ b/clients/client-timestream-write/src/commands/WriteRecordsCommand.ts @@ -18,6 +18,10 @@ import { WriteRecordsRequest, WriteRecordsResponse } from "../models/models_0"; import { de_WriteRecordsCommand, se_WriteRecordsCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, TimestreamWriteClientResolvedConfig } from "../TimestreamWriteClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-timestream-write/src/index.ts b/clients/client-timestream-write/src/index.ts index dbaf649c6de87..21419d1f83cc5 100644 --- a/clients/client-timestream-write/src/index.ts +++ b/clients/client-timestream-write/src/index.ts @@ -1,8 +1,26 @@ -export * from "./TimestreamWrite"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon Timestream Write + *

Amazon Timestream is a fast, scalable, fully managed time-series database service + * that makes it easy to store and analyze trillions of time-series data points per day. With + * Timestream, you can easily store and analyze IoT sensor data to derive insights + * from your IoT applications. You can analyze industrial telemetry to streamline equipment + * management and maintenance. You can also store and analyze log data and metrics to improve + * the performance and availability of your applications.

+ *

Timestream is built from the ground up to effectively ingest, process, and + * store time-series data. It organizes data to optimize query processing. It automatically + * scales based on the volume of data ingested and on the query volume to ensure you receive + * optimal performance while inserting and querying data. As your data grows over time, + * Timestream’s adaptive query processing engine spans across storage tiers to + * provide fast analysis while reducing costs.

+ * + * @packageDocumentation + */ export * from "./TimestreamWriteClient"; +export * from "./TimestreamWrite"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { TimestreamWriteServiceException } from "./models/TimestreamWriteServiceException"; diff --git a/clients/client-timestream-write/src/models/TimestreamWriteServiceException.ts b/clients/client-timestream-write/src/models/TimestreamWriteServiceException.ts index 9e73d89e37eab..a80a03d9756a1 100644 --- a/clients/client-timestream-write/src/models/TimestreamWriteServiceException.ts +++ b/clients/client-timestream-write/src/models/TimestreamWriteServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-tnb/src/TnbClient.ts b/clients/client-tnb/src/TnbClient.ts index 66d7dd9083f6a..3c052f9658097 100644 --- a/clients/client-tnb/src/TnbClient.ts +++ b/clients/client-tnb/src/TnbClient.ts @@ -185,6 +185,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -388,7 +390,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type TnbClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type TnbClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -407,7 +409,7 @@ export interface TnbClientConfig extends TnbClientConfigType {} /** * @public */ -type TnbClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type TnbClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-tnb/src/commands/CancelSolNetworkOperationCommand.ts b/clients/client-tnb/src/commands/CancelSolNetworkOperationCommand.ts index a2b8c2000b688..9eec4f1e69719 100644 --- a/clients/client-tnb/src/commands/CancelSolNetworkOperationCommand.ts +++ b/clients/client-tnb/src/commands/CancelSolNetworkOperationCommand.ts @@ -17,6 +17,10 @@ import { CancelSolNetworkOperationInput } from "../models/models_0"; import { de_CancelSolNetworkOperationCommand, se_CancelSolNetworkOperationCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/CreateSolFunctionPackageCommand.ts b/clients/client-tnb/src/commands/CreateSolFunctionPackageCommand.ts index b6f9879f424cb..aa8cee7af53c0 100644 --- a/clients/client-tnb/src/commands/CreateSolFunctionPackageCommand.ts +++ b/clients/client-tnb/src/commands/CreateSolFunctionPackageCommand.ts @@ -22,6 +22,10 @@ import { import { de_CreateSolFunctionPackageCommand, se_CreateSolFunctionPackageCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/CreateSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/CreateSolNetworkInstanceCommand.ts index 155b9352f81a5..db5cd53deb4e3 100644 --- a/clients/client-tnb/src/commands/CreateSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/CreateSolNetworkInstanceCommand.ts @@ -22,6 +22,10 @@ import { import { de_CreateSolNetworkInstanceCommand, se_CreateSolNetworkInstanceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/CreateSolNetworkPackageCommand.ts b/clients/client-tnb/src/commands/CreateSolNetworkPackageCommand.ts index 434e3c6c9a7ca..6b4e0997a38a3 100644 --- a/clients/client-tnb/src/commands/CreateSolNetworkPackageCommand.ts +++ b/clients/client-tnb/src/commands/CreateSolNetworkPackageCommand.ts @@ -22,6 +22,10 @@ import { import { de_CreateSolNetworkPackageCommand, se_CreateSolNetworkPackageCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/DeleteSolFunctionPackageCommand.ts b/clients/client-tnb/src/commands/DeleteSolFunctionPackageCommand.ts index 16ec2a207eed4..9a6a54e90284e 100644 --- a/clients/client-tnb/src/commands/DeleteSolFunctionPackageCommand.ts +++ b/clients/client-tnb/src/commands/DeleteSolFunctionPackageCommand.ts @@ -17,6 +17,10 @@ import { DeleteSolFunctionPackageInput } from "../models/models_0"; import { de_DeleteSolFunctionPackageCommand, se_DeleteSolFunctionPackageCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/DeleteSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/DeleteSolNetworkInstanceCommand.ts index 2644af5198a2d..f10d057885c9e 100644 --- a/clients/client-tnb/src/commands/DeleteSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/DeleteSolNetworkInstanceCommand.ts @@ -17,6 +17,10 @@ import { DeleteSolNetworkInstanceInput } from "../models/models_0"; import { de_DeleteSolNetworkInstanceCommand, se_DeleteSolNetworkInstanceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/DeleteSolNetworkPackageCommand.ts b/clients/client-tnb/src/commands/DeleteSolNetworkPackageCommand.ts index d35f5968f9d0c..2d1645509a3c7 100644 --- a/clients/client-tnb/src/commands/DeleteSolNetworkPackageCommand.ts +++ b/clients/client-tnb/src/commands/DeleteSolNetworkPackageCommand.ts @@ -17,6 +17,10 @@ import { DeleteSolNetworkPackageInput } from "../models/models_0"; import { de_DeleteSolNetworkPackageCommand, se_DeleteSolNetworkPackageCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/GetSolFunctionInstanceCommand.ts b/clients/client-tnb/src/commands/GetSolFunctionInstanceCommand.ts index 803e1a80ba4fa..f3755733b062f 100644 --- a/clients/client-tnb/src/commands/GetSolFunctionInstanceCommand.ts +++ b/clients/client-tnb/src/commands/GetSolFunctionInstanceCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetSolFunctionInstanceCommand, se_GetSolFunctionInstanceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/GetSolFunctionPackageCommand.ts b/clients/client-tnb/src/commands/GetSolFunctionPackageCommand.ts index 20c0c8040837e..e8f6b39d4f5ee 100644 --- a/clients/client-tnb/src/commands/GetSolFunctionPackageCommand.ts +++ b/clients/client-tnb/src/commands/GetSolFunctionPackageCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetSolFunctionPackageCommand, se_GetSolFunctionPackageCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/GetSolFunctionPackageContentCommand.ts b/clients/client-tnb/src/commands/GetSolFunctionPackageContentCommand.ts index 25ff94cdf7e5c..00e0be4eb1efe 100644 --- a/clients/client-tnb/src/commands/GetSolFunctionPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/GetSolFunctionPackageContentCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/GetSolFunctionPackageDescriptorCommand.ts b/clients/client-tnb/src/commands/GetSolFunctionPackageDescriptorCommand.ts index 81dc3a3d5d0c8..b7c3ac7d086dc 100644 --- a/clients/client-tnb/src/commands/GetSolFunctionPackageDescriptorCommand.ts +++ b/clients/client-tnb/src/commands/GetSolFunctionPackageDescriptorCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/GetSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/GetSolNetworkInstanceCommand.ts index 1e7f7231b9d56..4af73596c325e 100644 --- a/clients/client-tnb/src/commands/GetSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/GetSolNetworkInstanceCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetSolNetworkInstanceCommand, se_GetSolNetworkInstanceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/GetSolNetworkOperationCommand.ts b/clients/client-tnb/src/commands/GetSolNetworkOperationCommand.ts index e3c962c0b40a8..ca09bfd579553 100644 --- a/clients/client-tnb/src/commands/GetSolNetworkOperationCommand.ts +++ b/clients/client-tnb/src/commands/GetSolNetworkOperationCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetSolNetworkOperationCommand, se_GetSolNetworkOperationCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/GetSolNetworkPackageCommand.ts b/clients/client-tnb/src/commands/GetSolNetworkPackageCommand.ts index 114bb01edbce7..c401a8ef22fec 100644 --- a/clients/client-tnb/src/commands/GetSolNetworkPackageCommand.ts +++ b/clients/client-tnb/src/commands/GetSolNetworkPackageCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetSolNetworkPackageCommand, se_GetSolNetworkPackageCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/GetSolNetworkPackageContentCommand.ts b/clients/client-tnb/src/commands/GetSolNetworkPackageContentCommand.ts index 024204c59d714..3bde7de9bf37b 100644 --- a/clients/client-tnb/src/commands/GetSolNetworkPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/GetSolNetworkPackageContentCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/GetSolNetworkPackageDescriptorCommand.ts b/clients/client-tnb/src/commands/GetSolNetworkPackageDescriptorCommand.ts index 34a87da3988c4..34d36fc58e0fc 100644 --- a/clients/client-tnb/src/commands/GetSolNetworkPackageDescriptorCommand.ts +++ b/clients/client-tnb/src/commands/GetSolNetworkPackageDescriptorCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/InstantiateSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/InstantiateSolNetworkInstanceCommand.ts index 7ff6dd1bca641..962ce3af75d5a 100644 --- a/clients/client-tnb/src/commands/InstantiateSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/InstantiateSolNetworkInstanceCommand.ts @@ -25,6 +25,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/ListSolFunctionInstancesCommand.ts b/clients/client-tnb/src/commands/ListSolFunctionInstancesCommand.ts index 07e8f718ee22c..effa7d38c1b00 100644 --- a/clients/client-tnb/src/commands/ListSolFunctionInstancesCommand.ts +++ b/clients/client-tnb/src/commands/ListSolFunctionInstancesCommand.ts @@ -17,6 +17,10 @@ import { ListSolFunctionInstancesInput, ListSolFunctionInstancesOutput } from ". import { de_ListSolFunctionInstancesCommand, se_ListSolFunctionInstancesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/ListSolFunctionPackagesCommand.ts b/clients/client-tnb/src/commands/ListSolFunctionPackagesCommand.ts index 1578937faafcd..a8316ce472562 100644 --- a/clients/client-tnb/src/commands/ListSolFunctionPackagesCommand.ts +++ b/clients/client-tnb/src/commands/ListSolFunctionPackagesCommand.ts @@ -17,6 +17,10 @@ import { ListSolFunctionPackagesInput, ListSolFunctionPackagesOutput } from "../ import { de_ListSolFunctionPackagesCommand, se_ListSolFunctionPackagesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/ListSolNetworkInstancesCommand.ts b/clients/client-tnb/src/commands/ListSolNetworkInstancesCommand.ts index 4a40d3a8ad8da..847d96228fdfb 100644 --- a/clients/client-tnb/src/commands/ListSolNetworkInstancesCommand.ts +++ b/clients/client-tnb/src/commands/ListSolNetworkInstancesCommand.ts @@ -17,6 +17,10 @@ import { ListSolNetworkInstancesInput, ListSolNetworkInstancesOutput } from "../ import { de_ListSolNetworkInstancesCommand, se_ListSolNetworkInstancesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/ListSolNetworkOperationsCommand.ts b/clients/client-tnb/src/commands/ListSolNetworkOperationsCommand.ts index 46d0940031ee5..d9801684d873f 100644 --- a/clients/client-tnb/src/commands/ListSolNetworkOperationsCommand.ts +++ b/clients/client-tnb/src/commands/ListSolNetworkOperationsCommand.ts @@ -17,6 +17,10 @@ import { ListSolNetworkOperationsInput, ListSolNetworkOperationsOutput } from ". import { de_ListSolNetworkOperationsCommand, se_ListSolNetworkOperationsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/ListSolNetworkPackagesCommand.ts b/clients/client-tnb/src/commands/ListSolNetworkPackagesCommand.ts index 3cf87ad3fd1f0..99af06cc8bea2 100644 --- a/clients/client-tnb/src/commands/ListSolNetworkPackagesCommand.ts +++ b/clients/client-tnb/src/commands/ListSolNetworkPackagesCommand.ts @@ -17,6 +17,10 @@ import { ListSolNetworkPackagesInput, ListSolNetworkPackagesOutput } from "../mo import { de_ListSolNetworkPackagesCommand, se_ListSolNetworkPackagesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/ListTagsForResourceCommand.ts b/clients/client-tnb/src/commands/ListTagsForResourceCommand.ts index 9052c027acbe8..a673bada1b2cf 100644 --- a/clients/client-tnb/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-tnb/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/PutSolFunctionPackageContentCommand.ts b/clients/client-tnb/src/commands/PutSolFunctionPackageContentCommand.ts index 5329e1fa75e92..db0f088f944ce 100644 --- a/clients/client-tnb/src/commands/PutSolFunctionPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/PutSolFunctionPackageContentCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/PutSolNetworkPackageContentCommand.ts b/clients/client-tnb/src/commands/PutSolNetworkPackageContentCommand.ts index 0ade35f5e0e5d..24734a024e97d 100644 --- a/clients/client-tnb/src/commands/PutSolNetworkPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/PutSolNetworkPackageContentCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/TagResourceCommand.ts b/clients/client-tnb/src/commands/TagResourceCommand.ts index 58e7a9a99ab2c..b7a48e9b9d7ca 100644 --- a/clients/client-tnb/src/commands/TagResourceCommand.ts +++ b/clients/client-tnb/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceInput, TagResourceInputFilterSensitiveLog, TagResourceOutput import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/TerminateSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/TerminateSolNetworkInstanceCommand.ts index f76a8500ae1b1..134df461d4e97 100644 --- a/clients/client-tnb/src/commands/TerminateSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/TerminateSolNetworkInstanceCommand.ts @@ -25,6 +25,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/UntagResourceCommand.ts b/clients/client-tnb/src/commands/UntagResourceCommand.ts index 65949206aadde..1d202bda256c5 100644 --- a/clients/client-tnb/src/commands/UntagResourceCommand.ts +++ b/clients/client-tnb/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/UpdateSolFunctionPackageCommand.ts b/clients/client-tnb/src/commands/UpdateSolFunctionPackageCommand.ts index 19461bf70e8ec..1b0ba052e8877 100644 --- a/clients/client-tnb/src/commands/UpdateSolFunctionPackageCommand.ts +++ b/clients/client-tnb/src/commands/UpdateSolFunctionPackageCommand.ts @@ -17,6 +17,10 @@ import { UpdateSolFunctionPackageInput, UpdateSolFunctionPackageOutput } from ". import { de_UpdateSolFunctionPackageCommand, se_UpdateSolFunctionPackageCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/UpdateSolNetworkInstanceCommand.ts b/clients/client-tnb/src/commands/UpdateSolNetworkInstanceCommand.ts index 31dce8f23dd96..102ffcd1c352f 100644 --- a/clients/client-tnb/src/commands/UpdateSolNetworkInstanceCommand.ts +++ b/clients/client-tnb/src/commands/UpdateSolNetworkInstanceCommand.ts @@ -22,6 +22,10 @@ import { import { de_UpdateSolNetworkInstanceCommand, se_UpdateSolNetworkInstanceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/UpdateSolNetworkPackageCommand.ts b/clients/client-tnb/src/commands/UpdateSolNetworkPackageCommand.ts index af62fdea26e49..9fd9afd42248c 100644 --- a/clients/client-tnb/src/commands/UpdateSolNetworkPackageCommand.ts +++ b/clients/client-tnb/src/commands/UpdateSolNetworkPackageCommand.ts @@ -17,6 +17,10 @@ import { UpdateSolNetworkPackageInput, UpdateSolNetworkPackageOutput } from "../ import { de_UpdateSolNetworkPackageCommand, se_UpdateSolNetworkPackageCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/ValidateSolFunctionPackageContentCommand.ts b/clients/client-tnb/src/commands/ValidateSolFunctionPackageContentCommand.ts index 4bf52a7e5504d..442c9d63418ff 100644 --- a/clients/client-tnb/src/commands/ValidateSolFunctionPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/ValidateSolFunctionPackageContentCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/commands/ValidateSolNetworkPackageContentCommand.ts b/clients/client-tnb/src/commands/ValidateSolNetworkPackageContentCommand.ts index d92dea23dd1bf..a693ec32a3451 100644 --- a/clients/client-tnb/src/commands/ValidateSolNetworkPackageContentCommand.ts +++ b/clients/client-tnb/src/commands/ValidateSolNetworkPackageContentCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, TnbClientResolvedConfig } from "../TnbClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-tnb/src/index.ts b/clients/client-tnb/src/index.ts index 40f6b2509f8ef..bc1a6b6194cf3 100644 --- a/clients/client-tnb/src/index.ts +++ b/clients/client-tnb/src/index.ts @@ -1,8 +1,14 @@ -export * from "./Tnb"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Web Services Telco Network Builder (TNB) is a network automation service that helps you deploy and manage telecom networks. AWS TNB helps you with the lifecycle management of your telecommunication network functions throughout planning, deployment, and post-deployment activities.

+ * + * @packageDocumentation + */ export * from "./TnbClient"; +export * from "./Tnb"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { TnbServiceException } from "./models/TnbServiceException"; diff --git a/clients/client-tnb/src/models/TnbServiceException.ts b/clients/client-tnb/src/models/TnbServiceException.ts index 90420c7b1c19e..20035ef6043c1 100644 --- a/clients/client-tnb/src/models/TnbServiceException.ts +++ b/clients/client-tnb/src/models/TnbServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-transcribe-streaming/src/TranscribeStreamingClient.ts b/clients/client-transcribe-streaming/src/TranscribeStreamingClient.ts index c0db8d77f29eb..bee22d3067e29 100644 --- a/clients/client-transcribe-streaming/src/TranscribeStreamingClient.ts +++ b/clients/client-transcribe-streaming/src/TranscribeStreamingClient.ts @@ -85,6 +85,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -239,7 +241,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type TranscribeStreamingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type TranscribeStreamingClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -261,7 +263,7 @@ export interface TranscribeStreamingClientConfig extends TranscribeStreamingClie /** * @public */ -type TranscribeStreamingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type TranscribeStreamingClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-transcribe-streaming/src/commands/StartCallAnalyticsStreamTranscriptionCommand.ts b/clients/client-transcribe-streaming/src/commands/StartCallAnalyticsStreamTranscriptionCommand.ts index cbfab14d75737..e334280b91d5c 100644 --- a/clients/client-transcribe-streaming/src/commands/StartCallAnalyticsStreamTranscriptionCommand.ts +++ b/clients/client-transcribe-streaming/src/commands/StartCallAnalyticsStreamTranscriptionCommand.ts @@ -32,6 +32,10 @@ import { TranscribeStreamingClientResolvedConfig, } from "../TranscribeStreamingClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe-streaming/src/commands/StartMedicalStreamTranscriptionCommand.ts b/clients/client-transcribe-streaming/src/commands/StartMedicalStreamTranscriptionCommand.ts index b85129a232864..47a7bc4e6a775 100644 --- a/clients/client-transcribe-streaming/src/commands/StartMedicalStreamTranscriptionCommand.ts +++ b/clients/client-transcribe-streaming/src/commands/StartMedicalStreamTranscriptionCommand.ts @@ -32,6 +32,10 @@ import { TranscribeStreamingClientResolvedConfig, } from "../TranscribeStreamingClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe-streaming/src/commands/StartStreamTranscriptionCommand.ts b/clients/client-transcribe-streaming/src/commands/StartStreamTranscriptionCommand.ts index 0090393b8b44e..b7e46235b6695 100644 --- a/clients/client-transcribe-streaming/src/commands/StartStreamTranscriptionCommand.ts +++ b/clients/client-transcribe-streaming/src/commands/StartStreamTranscriptionCommand.ts @@ -29,6 +29,10 @@ import { TranscribeStreamingClientResolvedConfig, } from "../TranscribeStreamingClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe-streaming/src/index.ts b/clients/client-transcribe-streaming/src/index.ts index ed7bfbc28533d..3278464eb34ca 100644 --- a/clients/client-transcribe-streaming/src/index.ts +++ b/clients/client-transcribe-streaming/src/index.ts @@ -1,6 +1,34 @@ -export * from "./TranscribeStreaming"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Transcribe streaming offers three main types of real-time transcription: + * Standard, Medical, and + * Call Analytics.

+ *
    + *
  • + *

    + * Standard transcriptions are the most common option. Refer + * to for details.

    + *
  • + *
  • + *

    + * Medical transcriptions are tailored to medical professionals + * and incorporate medical terms. A common use case for this service is transcribing doctor-patient + * dialogue in real time, so doctors can focus on their patient instead of taking notes. Refer to + * for details.

    + *
  • + *
  • + *

    + * Call Analytics transcriptions are designed for use with call + * center audio on two different channels; if you're looking for insight into customer service calls, use this + * option. Refer to for details.

    + *
  • + *
+ * + * @packageDocumentation + */ export * from "./TranscribeStreamingClient"; +export * from "./TranscribeStreaming"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-transcribe-streaming/src/models/TranscribeStreamingServiceException.ts b/clients/client-transcribe-streaming/src/models/TranscribeStreamingServiceException.ts index 8ef13880dcc88..32887fb317883 100644 --- a/clients/client-transcribe-streaming/src/models/TranscribeStreamingServiceException.ts +++ b/clients/client-transcribe-streaming/src/models/TranscribeStreamingServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-transcribe/src/TranscribeClient.ts b/clients/client-transcribe/src/TranscribeClient.ts index 1d28d9617a7af..e8517610ca28f 100644 --- a/clients/client-transcribe/src/TranscribeClient.ts +++ b/clients/client-transcribe/src/TranscribeClient.ts @@ -191,6 +191,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -406,7 +408,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type TranscribeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type TranscribeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -425,7 +427,7 @@ export interface TranscribeClientConfig extends TranscribeClientConfigType {} /** * @public */ -type TranscribeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type TranscribeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-transcribe/src/commands/CreateCallAnalyticsCategoryCommand.ts b/clients/client-transcribe/src/commands/CreateCallAnalyticsCategoryCommand.ts index 734219cc92a9f..76800e283c616 100644 --- a/clients/client-transcribe/src/commands/CreateCallAnalyticsCategoryCommand.ts +++ b/clients/client-transcribe/src/commands/CreateCallAnalyticsCategoryCommand.ts @@ -17,6 +17,10 @@ import { CreateCallAnalyticsCategoryRequest, CreateCallAnalyticsCategoryResponse import { de_CreateCallAnalyticsCategoryCommand, se_CreateCallAnalyticsCategoryCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/CreateLanguageModelCommand.ts b/clients/client-transcribe/src/commands/CreateLanguageModelCommand.ts index af2c14bb5125f..49dbc806d140f 100644 --- a/clients/client-transcribe/src/commands/CreateLanguageModelCommand.ts +++ b/clients/client-transcribe/src/commands/CreateLanguageModelCommand.ts @@ -17,6 +17,10 @@ import { CreateLanguageModelRequest, CreateLanguageModelResponse } from "../mode import { de_CreateLanguageModelCommand, se_CreateLanguageModelCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/CreateMedicalVocabularyCommand.ts b/clients/client-transcribe/src/commands/CreateMedicalVocabularyCommand.ts index 7f96fa5ac87bc..7c05c646e3039 100644 --- a/clients/client-transcribe/src/commands/CreateMedicalVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/CreateMedicalVocabularyCommand.ts @@ -17,6 +17,10 @@ import { CreateMedicalVocabularyRequest, CreateMedicalVocabularyResponse } from import { de_CreateMedicalVocabularyCommand, se_CreateMedicalVocabularyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/CreateVocabularyCommand.ts b/clients/client-transcribe/src/commands/CreateVocabularyCommand.ts index 98cc1d329b2b1..8a727e4e52b45 100644 --- a/clients/client-transcribe/src/commands/CreateVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/CreateVocabularyCommand.ts @@ -17,6 +17,10 @@ import { CreateVocabularyRequest, CreateVocabularyResponse } from "../models/mod import { de_CreateVocabularyCommand, se_CreateVocabularyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/CreateVocabularyFilterCommand.ts b/clients/client-transcribe/src/commands/CreateVocabularyFilterCommand.ts index d9ebf2254c18e..ab01f343be968 100644 --- a/clients/client-transcribe/src/commands/CreateVocabularyFilterCommand.ts +++ b/clients/client-transcribe/src/commands/CreateVocabularyFilterCommand.ts @@ -17,6 +17,10 @@ import { CreateVocabularyFilterRequest, CreateVocabularyFilterResponse } from ". import { de_CreateVocabularyFilterCommand, se_CreateVocabularyFilterCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/DeleteCallAnalyticsCategoryCommand.ts b/clients/client-transcribe/src/commands/DeleteCallAnalyticsCategoryCommand.ts index c4ad9d123c2a1..28a7cc5715f6d 100644 --- a/clients/client-transcribe/src/commands/DeleteCallAnalyticsCategoryCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteCallAnalyticsCategoryCommand.ts @@ -17,6 +17,10 @@ import { DeleteCallAnalyticsCategoryRequest, DeleteCallAnalyticsCategoryResponse import { de_DeleteCallAnalyticsCategoryCommand, se_DeleteCallAnalyticsCategoryCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/DeleteCallAnalyticsJobCommand.ts b/clients/client-transcribe/src/commands/DeleteCallAnalyticsJobCommand.ts index 16db0e6ce9c31..af39372db9159 100644 --- a/clients/client-transcribe/src/commands/DeleteCallAnalyticsJobCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteCallAnalyticsJobCommand.ts @@ -17,6 +17,10 @@ import { DeleteCallAnalyticsJobRequest, DeleteCallAnalyticsJobResponse } from ". import { de_DeleteCallAnalyticsJobCommand, se_DeleteCallAnalyticsJobCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/DeleteLanguageModelCommand.ts b/clients/client-transcribe/src/commands/DeleteLanguageModelCommand.ts index 0ace15099bf4b..d0bbb838bed67 100644 --- a/clients/client-transcribe/src/commands/DeleteLanguageModelCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteLanguageModelCommand.ts @@ -17,6 +17,10 @@ import { DeleteLanguageModelRequest } from "../models/models_0"; import { de_DeleteLanguageModelCommand, se_DeleteLanguageModelCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/DeleteMedicalTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/DeleteMedicalTranscriptionJobCommand.ts index a0c5e4659c7d7..d04cd91f55462 100644 --- a/clients/client-transcribe/src/commands/DeleteMedicalTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteMedicalTranscriptionJobCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/DeleteMedicalVocabularyCommand.ts b/clients/client-transcribe/src/commands/DeleteMedicalVocabularyCommand.ts index 67e3f92204fce..2e6825f95c3a1 100644 --- a/clients/client-transcribe/src/commands/DeleteMedicalVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteMedicalVocabularyCommand.ts @@ -17,6 +17,10 @@ import { DeleteMedicalVocabularyRequest } from "../models/models_0"; import { de_DeleteMedicalVocabularyCommand, se_DeleteMedicalVocabularyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/DeleteTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/DeleteTranscriptionJobCommand.ts index efb18c294556d..e84e63377d8f9 100644 --- a/clients/client-transcribe/src/commands/DeleteTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteTranscriptionJobCommand.ts @@ -17,6 +17,10 @@ import { DeleteTranscriptionJobRequest } from "../models/models_0"; import { de_DeleteTranscriptionJobCommand, se_DeleteTranscriptionJobCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/DeleteVocabularyCommand.ts b/clients/client-transcribe/src/commands/DeleteVocabularyCommand.ts index 9e5258e1a4998..ca0dfb888f0eb 100644 --- a/clients/client-transcribe/src/commands/DeleteVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteVocabularyCommand.ts @@ -17,6 +17,10 @@ import { DeleteVocabularyRequest } from "../models/models_0"; import { de_DeleteVocabularyCommand, se_DeleteVocabularyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/DeleteVocabularyFilterCommand.ts b/clients/client-transcribe/src/commands/DeleteVocabularyFilterCommand.ts index 16bfd5e0229ee..fcfeaeee136bb 100644 --- a/clients/client-transcribe/src/commands/DeleteVocabularyFilterCommand.ts +++ b/clients/client-transcribe/src/commands/DeleteVocabularyFilterCommand.ts @@ -17,6 +17,10 @@ import { DeleteVocabularyFilterRequest } from "../models/models_0"; import { de_DeleteVocabularyFilterCommand, se_DeleteVocabularyFilterCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/DescribeLanguageModelCommand.ts b/clients/client-transcribe/src/commands/DescribeLanguageModelCommand.ts index 9f467e4019631..b92ac6637af35 100644 --- a/clients/client-transcribe/src/commands/DescribeLanguageModelCommand.ts +++ b/clients/client-transcribe/src/commands/DescribeLanguageModelCommand.ts @@ -17,6 +17,10 @@ import { DescribeLanguageModelRequest, DescribeLanguageModelResponse } from "../ import { de_DescribeLanguageModelCommand, se_DescribeLanguageModelCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/GetCallAnalyticsCategoryCommand.ts b/clients/client-transcribe/src/commands/GetCallAnalyticsCategoryCommand.ts index 444a41f263853..80fe72c4c6c5d 100644 --- a/clients/client-transcribe/src/commands/GetCallAnalyticsCategoryCommand.ts +++ b/clients/client-transcribe/src/commands/GetCallAnalyticsCategoryCommand.ts @@ -17,6 +17,10 @@ import { GetCallAnalyticsCategoryRequest, GetCallAnalyticsCategoryResponse } fro import { de_GetCallAnalyticsCategoryCommand, se_GetCallAnalyticsCategoryCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/GetCallAnalyticsJobCommand.ts b/clients/client-transcribe/src/commands/GetCallAnalyticsJobCommand.ts index 81632d010c459..70a46108e254c 100644 --- a/clients/client-transcribe/src/commands/GetCallAnalyticsJobCommand.ts +++ b/clients/client-transcribe/src/commands/GetCallAnalyticsJobCommand.ts @@ -17,6 +17,10 @@ import { GetCallAnalyticsJobRequest, GetCallAnalyticsJobResponse } from "../mode import { de_GetCallAnalyticsJobCommand, se_GetCallAnalyticsJobCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/GetMedicalTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/GetMedicalTranscriptionJobCommand.ts index 0596e032fafff..472dfbf02a674 100644 --- a/clients/client-transcribe/src/commands/GetMedicalTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/GetMedicalTranscriptionJobCommand.ts @@ -17,6 +17,10 @@ import { GetMedicalTranscriptionJobRequest, GetMedicalTranscriptionJobResponse } import { de_GetMedicalTranscriptionJobCommand, se_GetMedicalTranscriptionJobCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/GetMedicalVocabularyCommand.ts b/clients/client-transcribe/src/commands/GetMedicalVocabularyCommand.ts index 7ef771ba404c7..3736a0770e367 100644 --- a/clients/client-transcribe/src/commands/GetMedicalVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/GetMedicalVocabularyCommand.ts @@ -17,6 +17,10 @@ import { GetMedicalVocabularyRequest, GetMedicalVocabularyResponse } from "../mo import { de_GetMedicalVocabularyCommand, se_GetMedicalVocabularyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/GetTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/GetTranscriptionJobCommand.ts index 387258519a619..e2ef29ea31b5f 100644 --- a/clients/client-transcribe/src/commands/GetTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/GetTranscriptionJobCommand.ts @@ -17,6 +17,10 @@ import { GetTranscriptionJobRequest, GetTranscriptionJobResponse } from "../mode import { de_GetTranscriptionJobCommand, se_GetTranscriptionJobCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/GetVocabularyCommand.ts b/clients/client-transcribe/src/commands/GetVocabularyCommand.ts index efdcaaf685b34..4f4c053911254 100644 --- a/clients/client-transcribe/src/commands/GetVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/GetVocabularyCommand.ts @@ -17,6 +17,10 @@ import { GetVocabularyRequest, GetVocabularyResponse } from "../models/models_0" import { de_GetVocabularyCommand, se_GetVocabularyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/GetVocabularyFilterCommand.ts b/clients/client-transcribe/src/commands/GetVocabularyFilterCommand.ts index eb4d1b7b1f69d..43e978553baa8 100644 --- a/clients/client-transcribe/src/commands/GetVocabularyFilterCommand.ts +++ b/clients/client-transcribe/src/commands/GetVocabularyFilterCommand.ts @@ -17,6 +17,10 @@ import { GetVocabularyFilterRequest, GetVocabularyFilterResponse } from "../mode import { de_GetVocabularyFilterCommand, se_GetVocabularyFilterCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/ListCallAnalyticsCategoriesCommand.ts b/clients/client-transcribe/src/commands/ListCallAnalyticsCategoriesCommand.ts index 8730805500844..8cfd0d13668aa 100644 --- a/clients/client-transcribe/src/commands/ListCallAnalyticsCategoriesCommand.ts +++ b/clients/client-transcribe/src/commands/ListCallAnalyticsCategoriesCommand.ts @@ -17,6 +17,10 @@ import { ListCallAnalyticsCategoriesRequest, ListCallAnalyticsCategoriesResponse import { de_ListCallAnalyticsCategoriesCommand, se_ListCallAnalyticsCategoriesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/ListCallAnalyticsJobsCommand.ts b/clients/client-transcribe/src/commands/ListCallAnalyticsJobsCommand.ts index 92674d2a8adbb..7f8eb469a855f 100644 --- a/clients/client-transcribe/src/commands/ListCallAnalyticsJobsCommand.ts +++ b/clients/client-transcribe/src/commands/ListCallAnalyticsJobsCommand.ts @@ -17,6 +17,10 @@ import { ListCallAnalyticsJobsRequest, ListCallAnalyticsJobsResponse } from "../ import { de_ListCallAnalyticsJobsCommand, se_ListCallAnalyticsJobsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/ListLanguageModelsCommand.ts b/clients/client-transcribe/src/commands/ListLanguageModelsCommand.ts index be0667d61c0d9..eab7247ca884b 100644 --- a/clients/client-transcribe/src/commands/ListLanguageModelsCommand.ts +++ b/clients/client-transcribe/src/commands/ListLanguageModelsCommand.ts @@ -17,6 +17,10 @@ import { ListLanguageModelsRequest, ListLanguageModelsResponse } from "../models import { de_ListLanguageModelsCommand, se_ListLanguageModelsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/ListMedicalTranscriptionJobsCommand.ts b/clients/client-transcribe/src/commands/ListMedicalTranscriptionJobsCommand.ts index 4703f16868b6b..f33ac3640c487 100644 --- a/clients/client-transcribe/src/commands/ListMedicalTranscriptionJobsCommand.ts +++ b/clients/client-transcribe/src/commands/ListMedicalTranscriptionJobsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/ListMedicalVocabulariesCommand.ts b/clients/client-transcribe/src/commands/ListMedicalVocabulariesCommand.ts index 1be8b572cf144..1161e05811866 100644 --- a/clients/client-transcribe/src/commands/ListMedicalVocabulariesCommand.ts +++ b/clients/client-transcribe/src/commands/ListMedicalVocabulariesCommand.ts @@ -17,6 +17,10 @@ import { ListMedicalVocabulariesRequest, ListMedicalVocabulariesResponse } from import { de_ListMedicalVocabulariesCommand, se_ListMedicalVocabulariesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/ListTagsForResourceCommand.ts b/clients/client-transcribe/src/commands/ListTagsForResourceCommand.ts index d67e103daaccc..9a654d6fea3f0 100644 --- a/clients/client-transcribe/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-transcribe/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/ListTranscriptionJobsCommand.ts b/clients/client-transcribe/src/commands/ListTranscriptionJobsCommand.ts index 24b92a56fa5fb..b7b1f40350802 100644 --- a/clients/client-transcribe/src/commands/ListTranscriptionJobsCommand.ts +++ b/clients/client-transcribe/src/commands/ListTranscriptionJobsCommand.ts @@ -17,6 +17,10 @@ import { ListTranscriptionJobsRequest, ListTranscriptionJobsResponse } from "../ import { de_ListTranscriptionJobsCommand, se_ListTranscriptionJobsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/ListVocabulariesCommand.ts b/clients/client-transcribe/src/commands/ListVocabulariesCommand.ts index 53f1dc1921bf8..783e19413d6da 100644 --- a/clients/client-transcribe/src/commands/ListVocabulariesCommand.ts +++ b/clients/client-transcribe/src/commands/ListVocabulariesCommand.ts @@ -17,6 +17,10 @@ import { ListVocabulariesRequest, ListVocabulariesResponse } from "../models/mod import { de_ListVocabulariesCommand, se_ListVocabulariesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/ListVocabularyFiltersCommand.ts b/clients/client-transcribe/src/commands/ListVocabularyFiltersCommand.ts index 5428b047d0cfb..4ac42b530e6cc 100644 --- a/clients/client-transcribe/src/commands/ListVocabularyFiltersCommand.ts +++ b/clients/client-transcribe/src/commands/ListVocabularyFiltersCommand.ts @@ -17,6 +17,10 @@ import { ListVocabularyFiltersRequest, ListVocabularyFiltersResponse } from "../ import { de_ListVocabularyFiltersCommand, se_ListVocabularyFiltersCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/StartCallAnalyticsJobCommand.ts b/clients/client-transcribe/src/commands/StartCallAnalyticsJobCommand.ts index e703d7969873b..8f501fed89f75 100644 --- a/clients/client-transcribe/src/commands/StartCallAnalyticsJobCommand.ts +++ b/clients/client-transcribe/src/commands/StartCallAnalyticsJobCommand.ts @@ -17,6 +17,10 @@ import { StartCallAnalyticsJobRequest, StartCallAnalyticsJobResponse } from "../ import { de_StartCallAnalyticsJobCommand, se_StartCallAnalyticsJobCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/StartMedicalTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/StartMedicalTranscriptionJobCommand.ts index 74a25390d3de8..cd774df33ff3f 100644 --- a/clients/client-transcribe/src/commands/StartMedicalTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/StartMedicalTranscriptionJobCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/StartTranscriptionJobCommand.ts b/clients/client-transcribe/src/commands/StartTranscriptionJobCommand.ts index 63a572df41c40..a10a69187fc15 100644 --- a/clients/client-transcribe/src/commands/StartTranscriptionJobCommand.ts +++ b/clients/client-transcribe/src/commands/StartTranscriptionJobCommand.ts @@ -17,6 +17,10 @@ import { StartTranscriptionJobRequest, StartTranscriptionJobResponse } from "../ import { de_StartTranscriptionJobCommand, se_StartTranscriptionJobCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/TagResourceCommand.ts b/clients/client-transcribe/src/commands/TagResourceCommand.ts index 1fad30d4a1abc..2bf1e20a05d3a 100644 --- a/clients/client-transcribe/src/commands/TagResourceCommand.ts +++ b/clients/client-transcribe/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/UntagResourceCommand.ts b/clients/client-transcribe/src/commands/UntagResourceCommand.ts index ef04258aa430a..5d4c7a2901f64 100644 --- a/clients/client-transcribe/src/commands/UntagResourceCommand.ts +++ b/clients/client-transcribe/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/UpdateCallAnalyticsCategoryCommand.ts b/clients/client-transcribe/src/commands/UpdateCallAnalyticsCategoryCommand.ts index a24e1f46fce0f..6e70ec56fd5f8 100644 --- a/clients/client-transcribe/src/commands/UpdateCallAnalyticsCategoryCommand.ts +++ b/clients/client-transcribe/src/commands/UpdateCallAnalyticsCategoryCommand.ts @@ -17,6 +17,10 @@ import { UpdateCallAnalyticsCategoryRequest, UpdateCallAnalyticsCategoryResponse import { de_UpdateCallAnalyticsCategoryCommand, se_UpdateCallAnalyticsCategoryCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/UpdateMedicalVocabularyCommand.ts b/clients/client-transcribe/src/commands/UpdateMedicalVocabularyCommand.ts index bb1629bb8b5c1..577765ea4436b 100644 --- a/clients/client-transcribe/src/commands/UpdateMedicalVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/UpdateMedicalVocabularyCommand.ts @@ -17,6 +17,10 @@ import { UpdateMedicalVocabularyRequest, UpdateMedicalVocabularyResponse } from import { de_UpdateMedicalVocabularyCommand, se_UpdateMedicalVocabularyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/UpdateVocabularyCommand.ts b/clients/client-transcribe/src/commands/UpdateVocabularyCommand.ts index 40357472d5c8d..556c26abece71 100644 --- a/clients/client-transcribe/src/commands/UpdateVocabularyCommand.ts +++ b/clients/client-transcribe/src/commands/UpdateVocabularyCommand.ts @@ -17,6 +17,10 @@ import { UpdateVocabularyRequest, UpdateVocabularyResponse } from "../models/mod import { de_UpdateVocabularyCommand, se_UpdateVocabularyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/commands/UpdateVocabularyFilterCommand.ts b/clients/client-transcribe/src/commands/UpdateVocabularyFilterCommand.ts index a10db69ba75ca..a37da99487f79 100644 --- a/clients/client-transcribe/src/commands/UpdateVocabularyFilterCommand.ts +++ b/clients/client-transcribe/src/commands/UpdateVocabularyFilterCommand.ts @@ -17,6 +17,10 @@ import { UpdateVocabularyFilterRequest, UpdateVocabularyFilterResponse } from ". import { de_UpdateVocabularyFilterCommand, se_UpdateVocabularyFilterCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranscribeClientResolvedConfig } from "../TranscribeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transcribe/src/index.ts b/clients/client-transcribe/src/index.ts index 839cdcadd669c..897f17ea09cfc 100644 --- a/clients/client-transcribe/src/index.ts +++ b/clients/client-transcribe/src/index.ts @@ -1,8 +1,35 @@ -export * from "./Transcribe"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Transcribe offers three main types of batch transcription: Standard, Medical, and + * Call Analytics.

+ *
    + *
  • + *

    + * Standard transcriptions are the most common + * option. Refer to for details.

    + *
  • + *
  • + *

    + * Medical transcriptions are tailored to + * medical professionals and incorporate medical terms. A common use case for this + * service is transcribing doctor-patient dialogue into after-visit notes. Refer to + * for details.

    + *
  • + *
  • + *

    + * Call Analytics transcriptions are designed + * for use with call center audio on two different channels; if you're looking for + * insight into customer service calls, use this option. Refer to for details.

    + *
  • + *
+ * + * @packageDocumentation + */ export * from "./TranscribeClient"; +export * from "./Transcribe"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { TranscribeServiceException } from "./models/TranscribeServiceException"; diff --git a/clients/client-transcribe/src/models/TranscribeServiceException.ts b/clients/client-transcribe/src/models/TranscribeServiceException.ts index d859aaa495f37..2d96b75a42042 100644 --- a/clients/client-transcribe/src/models/TranscribeServiceException.ts +++ b/clients/client-transcribe/src/models/TranscribeServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-transfer/src/TransferClient.ts b/clients/client-transfer/src/TransferClient.ts index 13b41c96892a3..9758971dab368 100644 --- a/clients/client-transfer/src/TransferClient.ts +++ b/clients/client-transfer/src/TransferClient.ts @@ -135,6 +135,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -388,7 +390,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type TransferClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type TransferClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -407,7 +409,7 @@ export interface TransferClientConfig extends TransferClientConfigType {} /** * @public */ -type TransferClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type TransferClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-transfer/src/commands/CreateAccessCommand.ts b/clients/client-transfer/src/commands/CreateAccessCommand.ts index 5d348048550e5..421d5f92329da 100644 --- a/clients/client-transfer/src/commands/CreateAccessCommand.ts +++ b/clients/client-transfer/src/commands/CreateAccessCommand.ts @@ -17,6 +17,10 @@ import { CreateAccessRequest, CreateAccessResponse } from "../models/models_0"; import { de_CreateAccessCommand, se_CreateAccessCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/CreateAgreementCommand.ts b/clients/client-transfer/src/commands/CreateAgreementCommand.ts index 5da9618cfafd0..c9c0ec1ce4a00 100644 --- a/clients/client-transfer/src/commands/CreateAgreementCommand.ts +++ b/clients/client-transfer/src/commands/CreateAgreementCommand.ts @@ -17,6 +17,10 @@ import { CreateAgreementRequest, CreateAgreementResponse } from "../models/model import { de_CreateAgreementCommand, se_CreateAgreementCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/CreateConnectorCommand.ts b/clients/client-transfer/src/commands/CreateConnectorCommand.ts index 5e5d951a346e2..2bc73727cae99 100644 --- a/clients/client-transfer/src/commands/CreateConnectorCommand.ts +++ b/clients/client-transfer/src/commands/CreateConnectorCommand.ts @@ -17,6 +17,10 @@ import { CreateConnectorRequest, CreateConnectorResponse } from "../models/model import { de_CreateConnectorCommand, se_CreateConnectorCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/CreateProfileCommand.ts b/clients/client-transfer/src/commands/CreateProfileCommand.ts index f90c4fb0dd607..2be0fd06a80f2 100644 --- a/clients/client-transfer/src/commands/CreateProfileCommand.ts +++ b/clients/client-transfer/src/commands/CreateProfileCommand.ts @@ -17,6 +17,10 @@ import { CreateProfileRequest, CreateProfileResponse } from "../models/models_0" import { de_CreateProfileCommand, se_CreateProfileCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/CreateServerCommand.ts b/clients/client-transfer/src/commands/CreateServerCommand.ts index 3f7ce7b3d9a90..86d6148a68c4b 100644 --- a/clients/client-transfer/src/commands/CreateServerCommand.ts +++ b/clients/client-transfer/src/commands/CreateServerCommand.ts @@ -17,6 +17,10 @@ import { CreateServerRequest, CreateServerRequestFilterSensitiveLog, CreateServe import { de_CreateServerCommand, se_CreateServerCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/CreateUserCommand.ts b/clients/client-transfer/src/commands/CreateUserCommand.ts index 21b4f93f3b836..6b4a979024274 100644 --- a/clients/client-transfer/src/commands/CreateUserCommand.ts +++ b/clients/client-transfer/src/commands/CreateUserCommand.ts @@ -17,6 +17,10 @@ import { CreateUserRequest, CreateUserResponse } from "../models/models_0"; import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/CreateWorkflowCommand.ts b/clients/client-transfer/src/commands/CreateWorkflowCommand.ts index 2ede8bff57999..25b01f0fdff2a 100644 --- a/clients/client-transfer/src/commands/CreateWorkflowCommand.ts +++ b/clients/client-transfer/src/commands/CreateWorkflowCommand.ts @@ -17,6 +17,10 @@ import { CreateWorkflowRequest, CreateWorkflowResponse } from "../models/models_ import { de_CreateWorkflowCommand, se_CreateWorkflowCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/DeleteAccessCommand.ts b/clients/client-transfer/src/commands/DeleteAccessCommand.ts index 009ec587a3844..6ad7ee93f8055 100644 --- a/clients/client-transfer/src/commands/DeleteAccessCommand.ts +++ b/clients/client-transfer/src/commands/DeleteAccessCommand.ts @@ -17,6 +17,10 @@ import { DeleteAccessRequest } from "../models/models_0"; import { de_DeleteAccessCommand, se_DeleteAccessCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/DeleteAgreementCommand.ts b/clients/client-transfer/src/commands/DeleteAgreementCommand.ts index 8259202a429c1..0eab77dd79c2d 100644 --- a/clients/client-transfer/src/commands/DeleteAgreementCommand.ts +++ b/clients/client-transfer/src/commands/DeleteAgreementCommand.ts @@ -17,6 +17,10 @@ import { DeleteAgreementRequest } from "../models/models_0"; import { de_DeleteAgreementCommand, se_DeleteAgreementCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/DeleteCertificateCommand.ts b/clients/client-transfer/src/commands/DeleteCertificateCommand.ts index 21af8ae6c252f..ecf3cef6256d7 100644 --- a/clients/client-transfer/src/commands/DeleteCertificateCommand.ts +++ b/clients/client-transfer/src/commands/DeleteCertificateCommand.ts @@ -17,6 +17,10 @@ import { DeleteCertificateRequest } from "../models/models_0"; import { de_DeleteCertificateCommand, se_DeleteCertificateCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/DeleteConnectorCommand.ts b/clients/client-transfer/src/commands/DeleteConnectorCommand.ts index 2957b901cbf83..004d0778403f6 100644 --- a/clients/client-transfer/src/commands/DeleteConnectorCommand.ts +++ b/clients/client-transfer/src/commands/DeleteConnectorCommand.ts @@ -17,6 +17,10 @@ import { DeleteConnectorRequest } from "../models/models_0"; import { de_DeleteConnectorCommand, se_DeleteConnectorCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/DeleteHostKeyCommand.ts b/clients/client-transfer/src/commands/DeleteHostKeyCommand.ts index 33c11821378f0..745b6d61b0d36 100644 --- a/clients/client-transfer/src/commands/DeleteHostKeyCommand.ts +++ b/clients/client-transfer/src/commands/DeleteHostKeyCommand.ts @@ -17,6 +17,10 @@ import { DeleteHostKeyRequest } from "../models/models_0"; import { de_DeleteHostKeyCommand, se_DeleteHostKeyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/DeleteProfileCommand.ts b/clients/client-transfer/src/commands/DeleteProfileCommand.ts index b361dee61743a..56d7108269eaf 100644 --- a/clients/client-transfer/src/commands/DeleteProfileCommand.ts +++ b/clients/client-transfer/src/commands/DeleteProfileCommand.ts @@ -17,6 +17,10 @@ import { DeleteProfileRequest } from "../models/models_0"; import { de_DeleteProfileCommand, se_DeleteProfileCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/DeleteServerCommand.ts b/clients/client-transfer/src/commands/DeleteServerCommand.ts index 489b4e8e6ce50..e43396637705e 100644 --- a/clients/client-transfer/src/commands/DeleteServerCommand.ts +++ b/clients/client-transfer/src/commands/DeleteServerCommand.ts @@ -17,6 +17,10 @@ import { DeleteServerRequest } from "../models/models_0"; import { de_DeleteServerCommand, se_DeleteServerCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/DeleteSshPublicKeyCommand.ts b/clients/client-transfer/src/commands/DeleteSshPublicKeyCommand.ts index 38970ab3d3881..432fc95ad966c 100644 --- a/clients/client-transfer/src/commands/DeleteSshPublicKeyCommand.ts +++ b/clients/client-transfer/src/commands/DeleteSshPublicKeyCommand.ts @@ -17,6 +17,10 @@ import { DeleteSshPublicKeyRequest } from "../models/models_0"; import { de_DeleteSshPublicKeyCommand, se_DeleteSshPublicKeyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/DeleteUserCommand.ts b/clients/client-transfer/src/commands/DeleteUserCommand.ts index 1e62b10acaff4..da124ef6429a3 100644 --- a/clients/client-transfer/src/commands/DeleteUserCommand.ts +++ b/clients/client-transfer/src/commands/DeleteUserCommand.ts @@ -17,6 +17,10 @@ import { DeleteUserRequest } from "../models/models_0"; import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/DeleteWorkflowCommand.ts b/clients/client-transfer/src/commands/DeleteWorkflowCommand.ts index 2daf3a657b4e0..a47077036fb03 100644 --- a/clients/client-transfer/src/commands/DeleteWorkflowCommand.ts +++ b/clients/client-transfer/src/commands/DeleteWorkflowCommand.ts @@ -17,6 +17,10 @@ import { DeleteWorkflowRequest } from "../models/models_0"; import { de_DeleteWorkflowCommand, se_DeleteWorkflowCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/DescribeAccessCommand.ts b/clients/client-transfer/src/commands/DescribeAccessCommand.ts index f23f4dc7ef088..9775d7bfd1496 100644 --- a/clients/client-transfer/src/commands/DescribeAccessCommand.ts +++ b/clients/client-transfer/src/commands/DescribeAccessCommand.ts @@ -17,6 +17,10 @@ import { DescribeAccessRequest, DescribeAccessResponse } from "../models/models_ import { de_DescribeAccessCommand, se_DescribeAccessCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/DescribeAgreementCommand.ts b/clients/client-transfer/src/commands/DescribeAgreementCommand.ts index 82658a9638d91..0ba6e8344cc03 100644 --- a/clients/client-transfer/src/commands/DescribeAgreementCommand.ts +++ b/clients/client-transfer/src/commands/DescribeAgreementCommand.ts @@ -17,6 +17,10 @@ import { DescribeAgreementRequest, DescribeAgreementResponse } from "../models/m import { de_DescribeAgreementCommand, se_DescribeAgreementCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/DescribeCertificateCommand.ts b/clients/client-transfer/src/commands/DescribeCertificateCommand.ts index feb1242f31de9..fa99d9604b71a 100644 --- a/clients/client-transfer/src/commands/DescribeCertificateCommand.ts +++ b/clients/client-transfer/src/commands/DescribeCertificateCommand.ts @@ -21,6 +21,10 @@ import { import { de_DescribeCertificateCommand, se_DescribeCertificateCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/DescribeConnectorCommand.ts b/clients/client-transfer/src/commands/DescribeConnectorCommand.ts index 283366e4b69a1..58bcb1014617f 100644 --- a/clients/client-transfer/src/commands/DescribeConnectorCommand.ts +++ b/clients/client-transfer/src/commands/DescribeConnectorCommand.ts @@ -17,6 +17,10 @@ import { DescribeConnectorRequest, DescribeConnectorResponse } from "../models/m import { de_DescribeConnectorCommand, se_DescribeConnectorCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/DescribeExecutionCommand.ts b/clients/client-transfer/src/commands/DescribeExecutionCommand.ts index 207e877be5213..0fa94d404149d 100644 --- a/clients/client-transfer/src/commands/DescribeExecutionCommand.ts +++ b/clients/client-transfer/src/commands/DescribeExecutionCommand.ts @@ -17,6 +17,10 @@ import { DescribeExecutionRequest, DescribeExecutionResponse } from "../models/m import { de_DescribeExecutionCommand, se_DescribeExecutionCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/DescribeHostKeyCommand.ts b/clients/client-transfer/src/commands/DescribeHostKeyCommand.ts index 4ffc82472ef3b..8db5ac990ffdb 100644 --- a/clients/client-transfer/src/commands/DescribeHostKeyCommand.ts +++ b/clients/client-transfer/src/commands/DescribeHostKeyCommand.ts @@ -17,6 +17,10 @@ import { DescribeHostKeyRequest, DescribeHostKeyResponse } from "../models/model import { de_DescribeHostKeyCommand, se_DescribeHostKeyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/DescribeProfileCommand.ts b/clients/client-transfer/src/commands/DescribeProfileCommand.ts index cf2b16bbcce0f..e919346129f7f 100644 --- a/clients/client-transfer/src/commands/DescribeProfileCommand.ts +++ b/clients/client-transfer/src/commands/DescribeProfileCommand.ts @@ -17,6 +17,10 @@ import { DescribeProfileRequest, DescribeProfileResponse } from "../models/model import { de_DescribeProfileCommand, se_DescribeProfileCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/DescribeSecurityPolicyCommand.ts b/clients/client-transfer/src/commands/DescribeSecurityPolicyCommand.ts index 92de1db49aaaa..66819a272db7e 100644 --- a/clients/client-transfer/src/commands/DescribeSecurityPolicyCommand.ts +++ b/clients/client-transfer/src/commands/DescribeSecurityPolicyCommand.ts @@ -17,6 +17,10 @@ import { DescribeSecurityPolicyRequest, DescribeSecurityPolicyResponse } from ". import { de_DescribeSecurityPolicyCommand, se_DescribeSecurityPolicyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/DescribeServerCommand.ts b/clients/client-transfer/src/commands/DescribeServerCommand.ts index fa253bea70658..8d5da4315a046 100644 --- a/clients/client-transfer/src/commands/DescribeServerCommand.ts +++ b/clients/client-transfer/src/commands/DescribeServerCommand.ts @@ -17,6 +17,10 @@ import { DescribeServerRequest, DescribeServerResponse } from "../models/models_ import { de_DescribeServerCommand, se_DescribeServerCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/DescribeUserCommand.ts b/clients/client-transfer/src/commands/DescribeUserCommand.ts index 3e64e829a0b4f..4fa58cb326aea 100644 --- a/clients/client-transfer/src/commands/DescribeUserCommand.ts +++ b/clients/client-transfer/src/commands/DescribeUserCommand.ts @@ -17,6 +17,10 @@ import { DescribeUserRequest, DescribeUserResponse } from "../models/models_0"; import { de_DescribeUserCommand, se_DescribeUserCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/DescribeWorkflowCommand.ts b/clients/client-transfer/src/commands/DescribeWorkflowCommand.ts index f4db47898c4a1..a8e8845364c56 100644 --- a/clients/client-transfer/src/commands/DescribeWorkflowCommand.ts +++ b/clients/client-transfer/src/commands/DescribeWorkflowCommand.ts @@ -17,6 +17,10 @@ import { DescribeWorkflowRequest, DescribeWorkflowResponse } from "../models/mod import { de_DescribeWorkflowCommand, se_DescribeWorkflowCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/ImportCertificateCommand.ts b/clients/client-transfer/src/commands/ImportCertificateCommand.ts index 522e3c2779c16..2b61ed7461ec3 100644 --- a/clients/client-transfer/src/commands/ImportCertificateCommand.ts +++ b/clients/client-transfer/src/commands/ImportCertificateCommand.ts @@ -21,6 +21,10 @@ import { import { de_ImportCertificateCommand, se_ImportCertificateCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/ImportHostKeyCommand.ts b/clients/client-transfer/src/commands/ImportHostKeyCommand.ts index 9c07418c1a4c3..3467fcf1061b6 100644 --- a/clients/client-transfer/src/commands/ImportHostKeyCommand.ts +++ b/clients/client-transfer/src/commands/ImportHostKeyCommand.ts @@ -21,6 +21,10 @@ import { import { de_ImportHostKeyCommand, se_ImportHostKeyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/ImportSshPublicKeyCommand.ts b/clients/client-transfer/src/commands/ImportSshPublicKeyCommand.ts index 4c467bc95716e..6425701dfce91 100644 --- a/clients/client-transfer/src/commands/ImportSshPublicKeyCommand.ts +++ b/clients/client-transfer/src/commands/ImportSshPublicKeyCommand.ts @@ -17,6 +17,10 @@ import { ImportSshPublicKeyRequest, ImportSshPublicKeyResponse } from "../models import { de_ImportSshPublicKeyCommand, se_ImportSshPublicKeyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/ListAccessesCommand.ts b/clients/client-transfer/src/commands/ListAccessesCommand.ts index 5e6eef807ea6d..9dd81d55773c3 100644 --- a/clients/client-transfer/src/commands/ListAccessesCommand.ts +++ b/clients/client-transfer/src/commands/ListAccessesCommand.ts @@ -17,6 +17,10 @@ import { ListAccessesRequest, ListAccessesResponse } from "../models/models_0"; import { de_ListAccessesCommand, se_ListAccessesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/ListAgreementsCommand.ts b/clients/client-transfer/src/commands/ListAgreementsCommand.ts index dd0b3c6c5d3d5..7a17569cfd378 100644 --- a/clients/client-transfer/src/commands/ListAgreementsCommand.ts +++ b/clients/client-transfer/src/commands/ListAgreementsCommand.ts @@ -17,6 +17,10 @@ import { ListAgreementsRequest, ListAgreementsResponse } from "../models/models_ import { de_ListAgreementsCommand, se_ListAgreementsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/ListCertificatesCommand.ts b/clients/client-transfer/src/commands/ListCertificatesCommand.ts index a3329bb2d4a28..19e11a4e8cf23 100644 --- a/clients/client-transfer/src/commands/ListCertificatesCommand.ts +++ b/clients/client-transfer/src/commands/ListCertificatesCommand.ts @@ -17,6 +17,10 @@ import { ListCertificatesRequest, ListCertificatesResponse } from "../models/mod import { de_ListCertificatesCommand, se_ListCertificatesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/ListConnectorsCommand.ts b/clients/client-transfer/src/commands/ListConnectorsCommand.ts index 03d21665f4638..3de7cde595bda 100644 --- a/clients/client-transfer/src/commands/ListConnectorsCommand.ts +++ b/clients/client-transfer/src/commands/ListConnectorsCommand.ts @@ -17,6 +17,10 @@ import { ListConnectorsRequest, ListConnectorsResponse } from "../models/models_ import { de_ListConnectorsCommand, se_ListConnectorsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/ListExecutionsCommand.ts b/clients/client-transfer/src/commands/ListExecutionsCommand.ts index 7d2cce4973055..b2eb0be38f972 100644 --- a/clients/client-transfer/src/commands/ListExecutionsCommand.ts +++ b/clients/client-transfer/src/commands/ListExecutionsCommand.ts @@ -17,6 +17,10 @@ import { ListExecutionsRequest, ListExecutionsResponse } from "../models/models_ import { de_ListExecutionsCommand, se_ListExecutionsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/ListHostKeysCommand.ts b/clients/client-transfer/src/commands/ListHostKeysCommand.ts index 62c5a9bb47fbc..c0faedb7a47c2 100644 --- a/clients/client-transfer/src/commands/ListHostKeysCommand.ts +++ b/clients/client-transfer/src/commands/ListHostKeysCommand.ts @@ -17,6 +17,10 @@ import { ListHostKeysRequest, ListHostKeysResponse } from "../models/models_0"; import { de_ListHostKeysCommand, se_ListHostKeysCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/ListProfilesCommand.ts b/clients/client-transfer/src/commands/ListProfilesCommand.ts index b7c819e83024d..8f3dfd59d7ab4 100644 --- a/clients/client-transfer/src/commands/ListProfilesCommand.ts +++ b/clients/client-transfer/src/commands/ListProfilesCommand.ts @@ -17,6 +17,10 @@ import { ListProfilesRequest, ListProfilesResponse } from "../models/models_0"; import { de_ListProfilesCommand, se_ListProfilesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/ListSecurityPoliciesCommand.ts b/clients/client-transfer/src/commands/ListSecurityPoliciesCommand.ts index e498aa6be4836..2c520015a3cd5 100644 --- a/clients/client-transfer/src/commands/ListSecurityPoliciesCommand.ts +++ b/clients/client-transfer/src/commands/ListSecurityPoliciesCommand.ts @@ -17,6 +17,10 @@ import { ListSecurityPoliciesRequest, ListSecurityPoliciesResponse } from "../mo import { de_ListSecurityPoliciesCommand, se_ListSecurityPoliciesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/ListServersCommand.ts b/clients/client-transfer/src/commands/ListServersCommand.ts index a7472303d81f0..82d644173a110 100644 --- a/clients/client-transfer/src/commands/ListServersCommand.ts +++ b/clients/client-transfer/src/commands/ListServersCommand.ts @@ -17,6 +17,10 @@ import { ListServersRequest, ListServersResponse } from "../models/models_0"; import { de_ListServersCommand, se_ListServersCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/ListTagsForResourceCommand.ts b/clients/client-transfer/src/commands/ListTagsForResourceCommand.ts index 61c39b2292272..b7fd9de33069a 100644 --- a/clients/client-transfer/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-transfer/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/ListUsersCommand.ts b/clients/client-transfer/src/commands/ListUsersCommand.ts index 132a5261763a2..44293dda7c03e 100644 --- a/clients/client-transfer/src/commands/ListUsersCommand.ts +++ b/clients/client-transfer/src/commands/ListUsersCommand.ts @@ -17,6 +17,10 @@ import { ListUsersRequest, ListUsersResponse } from "../models/models_0"; import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/ListWorkflowsCommand.ts b/clients/client-transfer/src/commands/ListWorkflowsCommand.ts index 2cc1cb2af8c21..ef391487a272a 100644 --- a/clients/client-transfer/src/commands/ListWorkflowsCommand.ts +++ b/clients/client-transfer/src/commands/ListWorkflowsCommand.ts @@ -17,6 +17,10 @@ import { ListWorkflowsRequest, ListWorkflowsResponse } from "../models/models_0" import { de_ListWorkflowsCommand, se_ListWorkflowsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/SendWorkflowStepStateCommand.ts b/clients/client-transfer/src/commands/SendWorkflowStepStateCommand.ts index 91cae10a9427d..37cc2072bffb1 100644 --- a/clients/client-transfer/src/commands/SendWorkflowStepStateCommand.ts +++ b/clients/client-transfer/src/commands/SendWorkflowStepStateCommand.ts @@ -17,6 +17,10 @@ import { SendWorkflowStepStateRequest, SendWorkflowStepStateResponse } from "../ import { de_SendWorkflowStepStateCommand, se_SendWorkflowStepStateCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/StartFileTransferCommand.ts b/clients/client-transfer/src/commands/StartFileTransferCommand.ts index 3db8d08acb43f..5d6c508bba666 100644 --- a/clients/client-transfer/src/commands/StartFileTransferCommand.ts +++ b/clients/client-transfer/src/commands/StartFileTransferCommand.ts @@ -17,6 +17,10 @@ import { StartFileTransferRequest, StartFileTransferResponse } from "../models/m import { de_StartFileTransferCommand, se_StartFileTransferCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/StartServerCommand.ts b/clients/client-transfer/src/commands/StartServerCommand.ts index 6ea14553d1a5a..544ce74da2af0 100644 --- a/clients/client-transfer/src/commands/StartServerCommand.ts +++ b/clients/client-transfer/src/commands/StartServerCommand.ts @@ -17,6 +17,10 @@ import { StartServerRequest } from "../models/models_0"; import { de_StartServerCommand, se_StartServerCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/StopServerCommand.ts b/clients/client-transfer/src/commands/StopServerCommand.ts index a387ca71976c9..e5573fae8492c 100644 --- a/clients/client-transfer/src/commands/StopServerCommand.ts +++ b/clients/client-transfer/src/commands/StopServerCommand.ts @@ -17,6 +17,10 @@ import { StopServerRequest } from "../models/models_0"; import { de_StopServerCommand, se_StopServerCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/TagResourceCommand.ts b/clients/client-transfer/src/commands/TagResourceCommand.ts index 0f074e933834a..a1226e921544a 100644 --- a/clients/client-transfer/src/commands/TagResourceCommand.ts +++ b/clients/client-transfer/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/TestIdentityProviderCommand.ts b/clients/client-transfer/src/commands/TestIdentityProviderCommand.ts index 820da4a6ee779..3ce0d8612aecd 100644 --- a/clients/client-transfer/src/commands/TestIdentityProviderCommand.ts +++ b/clients/client-transfer/src/commands/TestIdentityProviderCommand.ts @@ -21,6 +21,10 @@ import { import { de_TestIdentityProviderCommand, se_TestIdentityProviderCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/UntagResourceCommand.ts b/clients/client-transfer/src/commands/UntagResourceCommand.ts index 37d27c9dfafce..79c670bffc6f1 100644 --- a/clients/client-transfer/src/commands/UntagResourceCommand.ts +++ b/clients/client-transfer/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/UpdateAccessCommand.ts b/clients/client-transfer/src/commands/UpdateAccessCommand.ts index b24e1677e1e77..214ec79449094 100644 --- a/clients/client-transfer/src/commands/UpdateAccessCommand.ts +++ b/clients/client-transfer/src/commands/UpdateAccessCommand.ts @@ -17,6 +17,10 @@ import { UpdateAccessRequest, UpdateAccessResponse } from "../models/models_0"; import { de_UpdateAccessCommand, se_UpdateAccessCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/UpdateAgreementCommand.ts b/clients/client-transfer/src/commands/UpdateAgreementCommand.ts index 649338d6fff7b..3ab80e8293d83 100644 --- a/clients/client-transfer/src/commands/UpdateAgreementCommand.ts +++ b/clients/client-transfer/src/commands/UpdateAgreementCommand.ts @@ -17,6 +17,10 @@ import { UpdateAgreementRequest, UpdateAgreementResponse } from "../models/model import { de_UpdateAgreementCommand, se_UpdateAgreementCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/UpdateCertificateCommand.ts b/clients/client-transfer/src/commands/UpdateCertificateCommand.ts index 70ec14ff0de14..ff53e0fe30be8 100644 --- a/clients/client-transfer/src/commands/UpdateCertificateCommand.ts +++ b/clients/client-transfer/src/commands/UpdateCertificateCommand.ts @@ -17,6 +17,10 @@ import { UpdateCertificateRequest, UpdateCertificateResponse } from "../models/m import { de_UpdateCertificateCommand, se_UpdateCertificateCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/UpdateConnectorCommand.ts b/clients/client-transfer/src/commands/UpdateConnectorCommand.ts index 4cb924f8762ad..09f16e06fe527 100644 --- a/clients/client-transfer/src/commands/UpdateConnectorCommand.ts +++ b/clients/client-transfer/src/commands/UpdateConnectorCommand.ts @@ -17,6 +17,10 @@ import { UpdateConnectorRequest, UpdateConnectorResponse } from "../models/model import { de_UpdateConnectorCommand, se_UpdateConnectorCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/UpdateHostKeyCommand.ts b/clients/client-transfer/src/commands/UpdateHostKeyCommand.ts index 63aa138bbb6c6..eca479acdfaa9 100644 --- a/clients/client-transfer/src/commands/UpdateHostKeyCommand.ts +++ b/clients/client-transfer/src/commands/UpdateHostKeyCommand.ts @@ -17,6 +17,10 @@ import { UpdateHostKeyRequest, UpdateHostKeyResponse } from "../models/models_0" import { de_UpdateHostKeyCommand, se_UpdateHostKeyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/UpdateProfileCommand.ts b/clients/client-transfer/src/commands/UpdateProfileCommand.ts index a771b7cb531a7..7c38d901e2f7f 100644 --- a/clients/client-transfer/src/commands/UpdateProfileCommand.ts +++ b/clients/client-transfer/src/commands/UpdateProfileCommand.ts @@ -17,6 +17,10 @@ import { UpdateProfileRequest, UpdateProfileResponse } from "../models/models_0" import { de_UpdateProfileCommand, se_UpdateProfileCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/UpdateServerCommand.ts b/clients/client-transfer/src/commands/UpdateServerCommand.ts index 30c76f3e561c7..a18e3dc39003a 100644 --- a/clients/client-transfer/src/commands/UpdateServerCommand.ts +++ b/clients/client-transfer/src/commands/UpdateServerCommand.ts @@ -17,6 +17,10 @@ import { UpdateServerRequest, UpdateServerRequestFilterSensitiveLog, UpdateServe import { de_UpdateServerCommand, se_UpdateServerCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/commands/UpdateUserCommand.ts b/clients/client-transfer/src/commands/UpdateUserCommand.ts index 72175e804d50e..8111ebbe630cb 100644 --- a/clients/client-transfer/src/commands/UpdateUserCommand.ts +++ b/clients/client-transfer/src/commands/UpdateUserCommand.ts @@ -17,6 +17,10 @@ import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0"; import { de_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TransferClientResolvedConfig } from "../TransferClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-transfer/src/index.ts b/clients/client-transfer/src/index.ts index 33803b603eaa6..8bbd658f0575b 100644 --- a/clients/client-transfer/src/index.ts +++ b/clients/client-transfer/src/index.ts @@ -1,9 +1,24 @@ -export * from "./Transfer"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Transfer Family is a fully managed service that enables the transfer of files over the File + * Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File + * Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS. + * Additionally, you can use Applicability Statement 2 (AS2) to transfer files into and out of Amazon S3. + * Amazon Web Services helps you seamlessly migrate your file transfer workflows to Transfer Family by integrating + * with existing authentication systems, and providing DNS routing with Amazon Route 53 so + * nothing changes for your customers and partners, or their applications. With your data in + * Amazon S3, you can use it with Amazon Web Services for processing, analytics, machine learning, and + * archiving. Getting started with Transfer Family is easy since there is no infrastructure to buy and + * set up.

+ * + * @packageDocumentation + */ export * from "./TransferClient"; +export * from "./Transfer"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; export * from "./waiters"; +export * from "./models"; export { TransferServiceException } from "./models/TransferServiceException"; diff --git a/clients/client-transfer/src/models/TransferServiceException.ts b/clients/client-transfer/src/models/TransferServiceException.ts index a0e9e79361270..94227d466ae06 100644 --- a/clients/client-transfer/src/models/TransferServiceException.ts +++ b/clients/client-transfer/src/models/TransferServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-translate/src/TranslateClient.ts b/clients/client-translate/src/TranslateClient.ts index 938c8faf5bea1..22f86d70c0d91 100644 --- a/clients/client-translate/src/TranslateClient.ts +++ b/clients/client-translate/src/TranslateClient.ts @@ -92,6 +92,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -265,7 +267,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type TranslateClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type TranslateClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -284,7 +286,7 @@ export interface TranslateClientConfig extends TranslateClientConfigType {} /** * @public */ -type TranslateClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type TranslateClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-translate/src/commands/CreateParallelDataCommand.ts b/clients/client-translate/src/commands/CreateParallelDataCommand.ts index 795c5600c0d7b..356636e584495 100644 --- a/clients/client-translate/src/commands/CreateParallelDataCommand.ts +++ b/clients/client-translate/src/commands/CreateParallelDataCommand.ts @@ -17,6 +17,10 @@ import { CreateParallelDataRequest, CreateParallelDataResponse } from "../models import { de_CreateParallelDataCommand, se_CreateParallelDataCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-translate/src/commands/DeleteParallelDataCommand.ts b/clients/client-translate/src/commands/DeleteParallelDataCommand.ts index 0e611c03e7cbc..32780eca28ecd 100644 --- a/clients/client-translate/src/commands/DeleteParallelDataCommand.ts +++ b/clients/client-translate/src/commands/DeleteParallelDataCommand.ts @@ -17,6 +17,10 @@ import { DeleteParallelDataRequest, DeleteParallelDataResponse } from "../models import { de_DeleteParallelDataCommand, se_DeleteParallelDataCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-translate/src/commands/DeleteTerminologyCommand.ts b/clients/client-translate/src/commands/DeleteTerminologyCommand.ts index fd642f0c7d1e3..2bbf84087186a 100644 --- a/clients/client-translate/src/commands/DeleteTerminologyCommand.ts +++ b/clients/client-translate/src/commands/DeleteTerminologyCommand.ts @@ -17,6 +17,10 @@ import { DeleteTerminologyRequest } from "../models/models_0"; import { de_DeleteTerminologyCommand, se_DeleteTerminologyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-translate/src/commands/DescribeTextTranslationJobCommand.ts b/clients/client-translate/src/commands/DescribeTextTranslationJobCommand.ts index 6fed10c8d937a..4220709880302 100644 --- a/clients/client-translate/src/commands/DescribeTextTranslationJobCommand.ts +++ b/clients/client-translate/src/commands/DescribeTextTranslationJobCommand.ts @@ -17,6 +17,10 @@ import { DescribeTextTranslationJobRequest, DescribeTextTranslationJobResponse } import { de_DescribeTextTranslationJobCommand, se_DescribeTextTranslationJobCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-translate/src/commands/GetParallelDataCommand.ts b/clients/client-translate/src/commands/GetParallelDataCommand.ts index 8c49ec4a1ca73..b0bea6d1dd151 100644 --- a/clients/client-translate/src/commands/GetParallelDataCommand.ts +++ b/clients/client-translate/src/commands/GetParallelDataCommand.ts @@ -17,6 +17,10 @@ import { GetParallelDataRequest, GetParallelDataResponse } from "../models/model import { de_GetParallelDataCommand, se_GetParallelDataCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-translate/src/commands/GetTerminologyCommand.ts b/clients/client-translate/src/commands/GetTerminologyCommand.ts index 7b90e05fde6f4..f577885d63283 100644 --- a/clients/client-translate/src/commands/GetTerminologyCommand.ts +++ b/clients/client-translate/src/commands/GetTerminologyCommand.ts @@ -17,6 +17,10 @@ import { GetTerminologyRequest, GetTerminologyResponse } from "../models/models_ import { de_GetTerminologyCommand, se_GetTerminologyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-translate/src/commands/ImportTerminologyCommand.ts b/clients/client-translate/src/commands/ImportTerminologyCommand.ts index 43d8baed6bd82..9c29e2357f569 100644 --- a/clients/client-translate/src/commands/ImportTerminologyCommand.ts +++ b/clients/client-translate/src/commands/ImportTerminologyCommand.ts @@ -21,6 +21,10 @@ import { import { de_ImportTerminologyCommand, se_ImportTerminologyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-translate/src/commands/ListLanguagesCommand.ts b/clients/client-translate/src/commands/ListLanguagesCommand.ts index 2b156056fdb23..70263e5d73fa2 100644 --- a/clients/client-translate/src/commands/ListLanguagesCommand.ts +++ b/clients/client-translate/src/commands/ListLanguagesCommand.ts @@ -17,6 +17,10 @@ import { ListLanguagesRequest, ListLanguagesResponse } from "../models/models_0" import { de_ListLanguagesCommand, se_ListLanguagesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-translate/src/commands/ListParallelDataCommand.ts b/clients/client-translate/src/commands/ListParallelDataCommand.ts index de8845d3d7bcd..b7d6cd94aef6e 100644 --- a/clients/client-translate/src/commands/ListParallelDataCommand.ts +++ b/clients/client-translate/src/commands/ListParallelDataCommand.ts @@ -17,6 +17,10 @@ import { ListParallelDataRequest, ListParallelDataResponse } from "../models/mod import { de_ListParallelDataCommand, se_ListParallelDataCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-translate/src/commands/ListTagsForResourceCommand.ts b/clients/client-translate/src/commands/ListTagsForResourceCommand.ts index 9a083a1a29ae2..8e9a0fbf0ec59 100644 --- a/clients/client-translate/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-translate/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-translate/src/commands/ListTerminologiesCommand.ts b/clients/client-translate/src/commands/ListTerminologiesCommand.ts index 74d28cfa63961..8dabe5cf6df40 100644 --- a/clients/client-translate/src/commands/ListTerminologiesCommand.ts +++ b/clients/client-translate/src/commands/ListTerminologiesCommand.ts @@ -17,6 +17,10 @@ import { ListTerminologiesRequest, ListTerminologiesResponse } from "../models/m import { de_ListTerminologiesCommand, se_ListTerminologiesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-translate/src/commands/ListTextTranslationJobsCommand.ts b/clients/client-translate/src/commands/ListTextTranslationJobsCommand.ts index 8f212a6f6cedd..af6f2c3e6c50d 100644 --- a/clients/client-translate/src/commands/ListTextTranslationJobsCommand.ts +++ b/clients/client-translate/src/commands/ListTextTranslationJobsCommand.ts @@ -17,6 +17,10 @@ import { ListTextTranslationJobsRequest, ListTextTranslationJobsResponse } from import { de_ListTextTranslationJobsCommand, se_ListTextTranslationJobsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-translate/src/commands/StartTextTranslationJobCommand.ts b/clients/client-translate/src/commands/StartTextTranslationJobCommand.ts index e90ba24d9bc54..8aa94f5109146 100644 --- a/clients/client-translate/src/commands/StartTextTranslationJobCommand.ts +++ b/clients/client-translate/src/commands/StartTextTranslationJobCommand.ts @@ -17,6 +17,10 @@ import { StartTextTranslationJobRequest, StartTextTranslationJobResponse } from import { de_StartTextTranslationJobCommand, se_StartTextTranslationJobCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-translate/src/commands/StopTextTranslationJobCommand.ts b/clients/client-translate/src/commands/StopTextTranslationJobCommand.ts index 648a27206d602..2d2cd70fe2db1 100644 --- a/clients/client-translate/src/commands/StopTextTranslationJobCommand.ts +++ b/clients/client-translate/src/commands/StopTextTranslationJobCommand.ts @@ -17,6 +17,10 @@ import { StopTextTranslationJobRequest, StopTextTranslationJobResponse } from ". import { de_StopTextTranslationJobCommand, se_StopTextTranslationJobCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-translate/src/commands/TagResourceCommand.ts b/clients/client-translate/src/commands/TagResourceCommand.ts index 677d69982b2aa..260344c9dac40 100644 --- a/clients/client-translate/src/commands/TagResourceCommand.ts +++ b/clients/client-translate/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-translate/src/commands/TranslateTextCommand.ts b/clients/client-translate/src/commands/TranslateTextCommand.ts index 65e8291241910..b062a2c19892b 100644 --- a/clients/client-translate/src/commands/TranslateTextCommand.ts +++ b/clients/client-translate/src/commands/TranslateTextCommand.ts @@ -17,6 +17,10 @@ import { TranslateTextRequest, TranslateTextResponse } from "../models/models_0" import { de_TranslateTextCommand, se_TranslateTextCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-translate/src/commands/UntagResourceCommand.ts b/clients/client-translate/src/commands/UntagResourceCommand.ts index bf5e9dc8d5bb4..90c14dbf481b8 100644 --- a/clients/client-translate/src/commands/UntagResourceCommand.ts +++ b/clients/client-translate/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-translate/src/commands/UpdateParallelDataCommand.ts b/clients/client-translate/src/commands/UpdateParallelDataCommand.ts index 01b24d83c35b8..b729b57d32c91 100644 --- a/clients/client-translate/src/commands/UpdateParallelDataCommand.ts +++ b/clients/client-translate/src/commands/UpdateParallelDataCommand.ts @@ -17,6 +17,10 @@ import { UpdateParallelDataRequest, UpdateParallelDataResponse } from "../models import { de_UpdateParallelDataCommand, se_UpdateParallelDataCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, TranslateClientResolvedConfig } from "../TranslateClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-translate/src/index.ts b/clients/client-translate/src/index.ts index f3b79d3ab2798..43150fbd75aea 100644 --- a/clients/client-translate/src/index.ts +++ b/clients/client-translate/src/index.ts @@ -1,8 +1,14 @@ -export * from "./Translate"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Provides translation of the input content from the source language to the target language.

+ * + * @packageDocumentation + */ export * from "./TranslateClient"; +export * from "./Translate"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { TranslateServiceException } from "./models/TranslateServiceException"; diff --git a/clients/client-translate/src/models/TranslateServiceException.ts b/clients/client-translate/src/models/TranslateServiceException.ts index 31ec079e00bbd..951be89ca9a30 100644 --- a/clients/client-translate/src/models/TranslateServiceException.ts +++ b/clients/client-translate/src/models/TranslateServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-voice-id/src/VoiceIDClient.ts b/clients/client-voice-id/src/VoiceIDClient.ts index 4c6a58471b0ac..f1fd7d75450b0 100644 --- a/clients/client-voice-id/src/VoiceIDClient.ts +++ b/clients/client-voice-id/src/VoiceIDClient.ts @@ -112,6 +112,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -307,7 +309,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type VoiceIDClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type VoiceIDClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -326,7 +328,7 @@ export interface VoiceIDClientConfig extends VoiceIDClientConfigType {} /** * @public */ -type VoiceIDClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type VoiceIDClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-voice-id/src/commands/AssociateFraudsterCommand.ts b/clients/client-voice-id/src/commands/AssociateFraudsterCommand.ts index 0c9665f9503e6..167bb1ee1e347 100644 --- a/clients/client-voice-id/src/commands/AssociateFraudsterCommand.ts +++ b/clients/client-voice-id/src/commands/AssociateFraudsterCommand.ts @@ -21,6 +21,10 @@ import { import { de_AssociateFraudsterCommand, se_AssociateFraudsterCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/CreateDomainCommand.ts b/clients/client-voice-id/src/commands/CreateDomainCommand.ts index a2e491e8c2fd0..30934189c1110 100644 --- a/clients/client-voice-id/src/commands/CreateDomainCommand.ts +++ b/clients/client-voice-id/src/commands/CreateDomainCommand.ts @@ -22,6 +22,10 @@ import { import { de_CreateDomainCommand, se_CreateDomainCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/CreateWatchlistCommand.ts b/clients/client-voice-id/src/commands/CreateWatchlistCommand.ts index 1bed72d32d45a..5dff9be537e1d 100644 --- a/clients/client-voice-id/src/commands/CreateWatchlistCommand.ts +++ b/clients/client-voice-id/src/commands/CreateWatchlistCommand.ts @@ -22,6 +22,10 @@ import { import { de_CreateWatchlistCommand, se_CreateWatchlistCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/DeleteDomainCommand.ts b/clients/client-voice-id/src/commands/DeleteDomainCommand.ts index 0eed0c02c214c..87f287b547b32 100644 --- a/clients/client-voice-id/src/commands/DeleteDomainCommand.ts +++ b/clients/client-voice-id/src/commands/DeleteDomainCommand.ts @@ -17,6 +17,10 @@ import { DeleteDomainRequest } from "../models/models_0"; import { de_DeleteDomainCommand, se_DeleteDomainCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/DeleteFraudsterCommand.ts b/clients/client-voice-id/src/commands/DeleteFraudsterCommand.ts index ff93ca14af88a..c5bffc5d7bff2 100644 --- a/clients/client-voice-id/src/commands/DeleteFraudsterCommand.ts +++ b/clients/client-voice-id/src/commands/DeleteFraudsterCommand.ts @@ -17,6 +17,10 @@ import { DeleteFraudsterRequest, DeleteFraudsterRequestFilterSensitiveLog } from import { de_DeleteFraudsterCommand, se_DeleteFraudsterCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/DeleteSpeakerCommand.ts b/clients/client-voice-id/src/commands/DeleteSpeakerCommand.ts index 9c4819fb27c35..d35cc5039bbee 100644 --- a/clients/client-voice-id/src/commands/DeleteSpeakerCommand.ts +++ b/clients/client-voice-id/src/commands/DeleteSpeakerCommand.ts @@ -17,6 +17,10 @@ import { DeleteSpeakerRequest, DeleteSpeakerRequestFilterSensitiveLog } from ".. import { de_DeleteSpeakerCommand, se_DeleteSpeakerCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/DeleteWatchlistCommand.ts b/clients/client-voice-id/src/commands/DeleteWatchlistCommand.ts index ae1c2d9605440..67160e10ba43d 100644 --- a/clients/client-voice-id/src/commands/DeleteWatchlistCommand.ts +++ b/clients/client-voice-id/src/commands/DeleteWatchlistCommand.ts @@ -17,6 +17,10 @@ import { DeleteWatchlistRequest } from "../models/models_0"; import { de_DeleteWatchlistCommand, se_DeleteWatchlistCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/DescribeDomainCommand.ts b/clients/client-voice-id/src/commands/DescribeDomainCommand.ts index 9e7519c23eb7e..f1b72480fb788 100644 --- a/clients/client-voice-id/src/commands/DescribeDomainCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeDomainCommand.ts @@ -21,6 +21,10 @@ import { import { de_DescribeDomainCommand, se_DescribeDomainCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/DescribeFraudsterCommand.ts b/clients/client-voice-id/src/commands/DescribeFraudsterCommand.ts index 6675b418c2200..a118058f9c683 100644 --- a/clients/client-voice-id/src/commands/DescribeFraudsterCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeFraudsterCommand.ts @@ -21,6 +21,10 @@ import { import { de_DescribeFraudsterCommand, se_DescribeFraudsterCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/DescribeFraudsterRegistrationJobCommand.ts b/clients/client-voice-id/src/commands/DescribeFraudsterRegistrationJobCommand.ts index 3c6b910192bd4..c50a1fc83234f 100644 --- a/clients/client-voice-id/src/commands/DescribeFraudsterRegistrationJobCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeFraudsterRegistrationJobCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/DescribeSpeakerCommand.ts b/clients/client-voice-id/src/commands/DescribeSpeakerCommand.ts index 44d9cfdee95d2..f7080b491ba2d 100644 --- a/clients/client-voice-id/src/commands/DescribeSpeakerCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeSpeakerCommand.ts @@ -22,6 +22,10 @@ import { import { de_DescribeSpeakerCommand, se_DescribeSpeakerCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/DescribeSpeakerEnrollmentJobCommand.ts b/clients/client-voice-id/src/commands/DescribeSpeakerEnrollmentJobCommand.ts index dfc13e6a10ff6..cd5a6987ed3af 100644 --- a/clients/client-voice-id/src/commands/DescribeSpeakerEnrollmentJobCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeSpeakerEnrollmentJobCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/DescribeWatchlistCommand.ts b/clients/client-voice-id/src/commands/DescribeWatchlistCommand.ts index 5eb64989cc426..50d797f1ac598 100644 --- a/clients/client-voice-id/src/commands/DescribeWatchlistCommand.ts +++ b/clients/client-voice-id/src/commands/DescribeWatchlistCommand.ts @@ -21,6 +21,10 @@ import { import { de_DescribeWatchlistCommand, se_DescribeWatchlistCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/DisassociateFraudsterCommand.ts b/clients/client-voice-id/src/commands/DisassociateFraudsterCommand.ts index 7d64adc4990dc..b12ef0cc44933 100644 --- a/clients/client-voice-id/src/commands/DisassociateFraudsterCommand.ts +++ b/clients/client-voice-id/src/commands/DisassociateFraudsterCommand.ts @@ -21,6 +21,10 @@ import { import { de_DisassociateFraudsterCommand, se_DisassociateFraudsterCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/EvaluateSessionCommand.ts b/clients/client-voice-id/src/commands/EvaluateSessionCommand.ts index 7eb9c563bdfb6..272434bc96dda 100644 --- a/clients/client-voice-id/src/commands/EvaluateSessionCommand.ts +++ b/clients/client-voice-id/src/commands/EvaluateSessionCommand.ts @@ -21,6 +21,10 @@ import { import { de_EvaluateSessionCommand, se_EvaluateSessionCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/ListDomainsCommand.ts b/clients/client-voice-id/src/commands/ListDomainsCommand.ts index bb6cc7216fa6b..c48ff75d4f827 100644 --- a/clients/client-voice-id/src/commands/ListDomainsCommand.ts +++ b/clients/client-voice-id/src/commands/ListDomainsCommand.ts @@ -17,6 +17,10 @@ import { ListDomainsRequest, ListDomainsResponse, ListDomainsResponseFilterSensi import { de_ListDomainsCommand, se_ListDomainsCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/ListFraudsterRegistrationJobsCommand.ts b/clients/client-voice-id/src/commands/ListFraudsterRegistrationJobsCommand.ts index fd0c4e5210062..3ff295e884b6e 100644 --- a/clients/client-voice-id/src/commands/ListFraudsterRegistrationJobsCommand.ts +++ b/clients/client-voice-id/src/commands/ListFraudsterRegistrationJobsCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/ListFraudstersCommand.ts b/clients/client-voice-id/src/commands/ListFraudstersCommand.ts index ccc650de5fbee..658c87583a964 100644 --- a/clients/client-voice-id/src/commands/ListFraudstersCommand.ts +++ b/clients/client-voice-id/src/commands/ListFraudstersCommand.ts @@ -17,6 +17,10 @@ import { ListFraudstersRequest, ListFraudstersResponse } from "../models/models_ import { de_ListFraudstersCommand, se_ListFraudstersCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/ListSpeakerEnrollmentJobsCommand.ts b/clients/client-voice-id/src/commands/ListSpeakerEnrollmentJobsCommand.ts index dae973be85cba..43c57d09482ac 100644 --- a/clients/client-voice-id/src/commands/ListSpeakerEnrollmentJobsCommand.ts +++ b/clients/client-voice-id/src/commands/ListSpeakerEnrollmentJobsCommand.ts @@ -21,6 +21,10 @@ import { import { de_ListSpeakerEnrollmentJobsCommand, se_ListSpeakerEnrollmentJobsCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/ListSpeakersCommand.ts b/clients/client-voice-id/src/commands/ListSpeakersCommand.ts index 36e664c1d50b8..478906e69e9a3 100644 --- a/clients/client-voice-id/src/commands/ListSpeakersCommand.ts +++ b/clients/client-voice-id/src/commands/ListSpeakersCommand.ts @@ -17,6 +17,10 @@ import { ListSpeakersRequest, ListSpeakersResponse, ListSpeakersResponseFilterSe import { de_ListSpeakersCommand, se_ListSpeakersCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/ListTagsForResourceCommand.ts b/clients/client-voice-id/src/commands/ListTagsForResourceCommand.ts index f71eb9bd5d5c7..76ab0fb7659d3 100644 --- a/clients/client-voice-id/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-voice-id/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/ListWatchlistsCommand.ts b/clients/client-voice-id/src/commands/ListWatchlistsCommand.ts index 92817cf69a2b7..6911767a7ff6b 100644 --- a/clients/client-voice-id/src/commands/ListWatchlistsCommand.ts +++ b/clients/client-voice-id/src/commands/ListWatchlistsCommand.ts @@ -21,6 +21,10 @@ import { import { de_ListWatchlistsCommand, se_ListWatchlistsCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/OptOutSpeakerCommand.ts b/clients/client-voice-id/src/commands/OptOutSpeakerCommand.ts index 0db90b8c32e86..d15280259a882 100644 --- a/clients/client-voice-id/src/commands/OptOutSpeakerCommand.ts +++ b/clients/client-voice-id/src/commands/OptOutSpeakerCommand.ts @@ -22,6 +22,10 @@ import { import { de_OptOutSpeakerCommand, se_OptOutSpeakerCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/StartFraudsterRegistrationJobCommand.ts b/clients/client-voice-id/src/commands/StartFraudsterRegistrationJobCommand.ts index 01acde9103f28..3beed85c501a3 100644 --- a/clients/client-voice-id/src/commands/StartFraudsterRegistrationJobCommand.ts +++ b/clients/client-voice-id/src/commands/StartFraudsterRegistrationJobCommand.ts @@ -25,6 +25,10 @@ import { } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/StartSpeakerEnrollmentJobCommand.ts b/clients/client-voice-id/src/commands/StartSpeakerEnrollmentJobCommand.ts index b0dd9d323dcb6..f795357523368 100644 --- a/clients/client-voice-id/src/commands/StartSpeakerEnrollmentJobCommand.ts +++ b/clients/client-voice-id/src/commands/StartSpeakerEnrollmentJobCommand.ts @@ -22,6 +22,10 @@ import { import { de_StartSpeakerEnrollmentJobCommand, se_StartSpeakerEnrollmentJobCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/TagResourceCommand.ts b/clients/client-voice-id/src/commands/TagResourceCommand.ts index 8f6c3caf2237f..73ffcd1eb4d8f 100644 --- a/clients/client-voice-id/src/commands/TagResourceCommand.ts +++ b/clients/client-voice-id/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceRequestFilterSensitiveLog, TagResourceRe import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/UntagResourceCommand.ts b/clients/client-voice-id/src/commands/UntagResourceCommand.ts index e4969e0cbc570..f45ce7ed8d407 100644 --- a/clients/client-voice-id/src/commands/UntagResourceCommand.ts +++ b/clients/client-voice-id/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/UpdateDomainCommand.ts b/clients/client-voice-id/src/commands/UpdateDomainCommand.ts index b690e1a98a168..354892e84e6f2 100644 --- a/clients/client-voice-id/src/commands/UpdateDomainCommand.ts +++ b/clients/client-voice-id/src/commands/UpdateDomainCommand.ts @@ -22,6 +22,10 @@ import { import { de_UpdateDomainCommand, se_UpdateDomainCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/commands/UpdateWatchlistCommand.ts b/clients/client-voice-id/src/commands/UpdateWatchlistCommand.ts index 7bb34bd1390b2..e3118b4a68ab5 100644 --- a/clients/client-voice-id/src/commands/UpdateWatchlistCommand.ts +++ b/clients/client-voice-id/src/commands/UpdateWatchlistCommand.ts @@ -22,6 +22,10 @@ import { import { de_UpdateWatchlistCommand, se_UpdateWatchlistCommand } from "../protocols/Aws_json1_0"; import { ServiceInputTypes, ServiceOutputTypes, VoiceIDClientResolvedConfig } from "../VoiceIDClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-voice-id/src/index.ts b/clients/client-voice-id/src/index.ts index 69d89ea5d0e9e..90b0aae400aa9 100644 --- a/clients/client-voice-id/src/index.ts +++ b/clients/client-voice-id/src/index.ts @@ -1,8 +1,15 @@ -export * from "./VoiceID"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Connect Voice ID provides real-time caller authentication and fraud risk detection, which + * make voice interactions in contact centers more secure and efficient.

+ * + * @packageDocumentation + */ export * from "./VoiceIDClient"; +export * from "./VoiceID"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { VoiceIDServiceException } from "./models/VoiceIDServiceException"; diff --git a/clients/client-voice-id/src/models/VoiceIDServiceException.ts b/clients/client-voice-id/src/models/VoiceIDServiceException.ts index 0d506b9fe1e1c..d30a330372775 100644 --- a/clients/client-voice-id/src/models/VoiceIDServiceException.ts +++ b/clients/client-voice-id/src/models/VoiceIDServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-vpc-lattice/src/VPCLatticeClient.ts b/clients/client-vpc-lattice/src/VPCLatticeClient.ts index 7924d7f6d7276..5cf6ca15cdc22 100644 --- a/clients/client-vpc-lattice/src/VPCLatticeClient.ts +++ b/clients/client-vpc-lattice/src/VPCLatticeClient.ts @@ -171,6 +171,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -412,7 +414,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type VPCLatticeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type VPCLatticeClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -431,7 +433,7 @@ export interface VPCLatticeClientConfig extends VPCLatticeClientConfigType {} /** * @public */ -type VPCLatticeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type VPCLatticeClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-vpc-lattice/src/commands/BatchUpdateRuleCommand.ts b/clients/client-vpc-lattice/src/commands/BatchUpdateRuleCommand.ts index 61a536690cda1..7cbea0bb27512 100644 --- a/clients/client-vpc-lattice/src/commands/BatchUpdateRuleCommand.ts +++ b/clients/client-vpc-lattice/src/commands/BatchUpdateRuleCommand.ts @@ -17,6 +17,10 @@ import { BatchUpdateRuleRequest, BatchUpdateRuleResponse } from "../models/model import { de_BatchUpdateRuleCommand, se_BatchUpdateRuleCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/CreateAccessLogSubscriptionCommand.ts b/clients/client-vpc-lattice/src/commands/CreateAccessLogSubscriptionCommand.ts index 50b8238200f43..1770014176508 100644 --- a/clients/client-vpc-lattice/src/commands/CreateAccessLogSubscriptionCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateAccessLogSubscriptionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/CreateListenerCommand.ts b/clients/client-vpc-lattice/src/commands/CreateListenerCommand.ts index 1b0bd373cf91f..d604d7d8f5fab 100644 --- a/clients/client-vpc-lattice/src/commands/CreateListenerCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateListenerCommand.ts @@ -17,6 +17,10 @@ import { CreateListenerRequest, CreateListenerResponse } from "../models/models_ import { de_CreateListenerCommand, se_CreateListenerCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/CreateRuleCommand.ts b/clients/client-vpc-lattice/src/commands/CreateRuleCommand.ts index 4e2e94c82a26d..7c4e3da11dd1c 100644 --- a/clients/client-vpc-lattice/src/commands/CreateRuleCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateRuleCommand.ts @@ -17,6 +17,10 @@ import { CreateRuleRequest, CreateRuleResponse } from "../models/models_0"; import { de_CreateRuleCommand, se_CreateRuleCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/CreateServiceCommand.ts b/clients/client-vpc-lattice/src/commands/CreateServiceCommand.ts index cdaa3022c14ef..ae5317effa137 100644 --- a/clients/client-vpc-lattice/src/commands/CreateServiceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateServiceCommand.ts @@ -17,6 +17,10 @@ import { CreateServiceRequest, CreateServiceResponse } from "../models/models_0" import { de_CreateServiceCommand, se_CreateServiceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkCommand.ts b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkCommand.ts index 28d99f7201d8f..782f3a8f0efb1 100644 --- a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkCommand.ts @@ -17,6 +17,10 @@ import { CreateServiceNetworkRequest, CreateServiceNetworkResponse } from "../mo import { de_CreateServiceNetworkCommand, se_CreateServiceNetworkCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkServiceAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkServiceAssociationCommand.ts index e12737a554133..7f2287306117c 100644 --- a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkServiceAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkServiceAssociationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkVpcAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkVpcAssociationCommand.ts index 8591e73e974e0..0cdca67052da2 100644 --- a/clients/client-vpc-lattice/src/commands/CreateServiceNetworkVpcAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateServiceNetworkVpcAssociationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/CreateTargetGroupCommand.ts b/clients/client-vpc-lattice/src/commands/CreateTargetGroupCommand.ts index 6dcd50e21d80f..cd5fa5f8548ac 100644 --- a/clients/client-vpc-lattice/src/commands/CreateTargetGroupCommand.ts +++ b/clients/client-vpc-lattice/src/commands/CreateTargetGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateTargetGroupRequest, CreateTargetGroupResponse } from "../models/m import { de_CreateTargetGroupCommand, se_CreateTargetGroupCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/DeleteAccessLogSubscriptionCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteAccessLogSubscriptionCommand.ts index 97d94827d3f48..1180e01d6e290 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteAccessLogSubscriptionCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteAccessLogSubscriptionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/DeleteAuthPolicyCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteAuthPolicyCommand.ts index 106b385ae349e..7aed2671535c4 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteAuthPolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteAuthPolicyCommand.ts @@ -17,6 +17,10 @@ import { DeleteAuthPolicyRequest, DeleteAuthPolicyResponse } from "../models/mod import { de_DeleteAuthPolicyCommand, se_DeleteAuthPolicyCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/DeleteListenerCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteListenerCommand.ts index 823135b05079e..a6f4eb5569536 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteListenerCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteListenerCommand.ts @@ -17,6 +17,10 @@ import { DeleteListenerRequest, DeleteListenerResponse } from "../models/models_ import { de_DeleteListenerCommand, se_DeleteListenerCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteResourcePolicyCommand.ts index 9e0e5ea89af6c..09e351abd099a 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../mo import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/DeleteRuleCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteRuleCommand.ts index 65c4c029309fe..a45ff8f4f0c55 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteRuleCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteRuleCommand.ts @@ -17,6 +17,10 @@ import { DeleteRuleRequest, DeleteRuleResponse } from "../models/models_0"; import { de_DeleteRuleCommand, se_DeleteRuleCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/DeleteServiceCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteServiceCommand.ts index f88c220de9ab2..c6aa71da4ee6e 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteServiceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteServiceCommand.ts @@ -17,6 +17,10 @@ import { DeleteServiceRequest, DeleteServiceResponse } from "../models/models_0" import { de_DeleteServiceCommand, se_DeleteServiceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkCommand.ts index 8bd5d1efe2c28..d669aa43b4090 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkCommand.ts @@ -17,6 +17,10 @@ import { DeleteServiceNetworkRequest, DeleteServiceNetworkResponse } from "../mo import { de_DeleteServiceNetworkCommand, se_DeleteServiceNetworkCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkServiceAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkServiceAssociationCommand.ts index 46e41d6fd4219..9e79e54545557 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkServiceAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkServiceAssociationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkVpcAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkVpcAssociationCommand.ts index 0fd855c56d01e..7394cf6dfdca0 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkVpcAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteServiceNetworkVpcAssociationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/DeleteTargetGroupCommand.ts b/clients/client-vpc-lattice/src/commands/DeleteTargetGroupCommand.ts index 67f0ea0b98bae..b9d9e6a19cf94 100644 --- a/clients/client-vpc-lattice/src/commands/DeleteTargetGroupCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeleteTargetGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteTargetGroupRequest, DeleteTargetGroupResponse } from "../models/m import { de_DeleteTargetGroupCommand, se_DeleteTargetGroupCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/DeregisterTargetsCommand.ts b/clients/client-vpc-lattice/src/commands/DeregisterTargetsCommand.ts index fb1062a3660cf..8b6494558cb51 100644 --- a/clients/client-vpc-lattice/src/commands/DeregisterTargetsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/DeregisterTargetsCommand.ts @@ -17,6 +17,10 @@ import { DeregisterTargetsRequest, DeregisterTargetsResponse } from "../models/m import { de_DeregisterTargetsCommand, se_DeregisterTargetsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/GetAccessLogSubscriptionCommand.ts b/clients/client-vpc-lattice/src/commands/GetAccessLogSubscriptionCommand.ts index 5725510a61bcf..2409cdf1b263e 100644 --- a/clients/client-vpc-lattice/src/commands/GetAccessLogSubscriptionCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetAccessLogSubscriptionCommand.ts @@ -17,6 +17,10 @@ import { GetAccessLogSubscriptionRequest, GetAccessLogSubscriptionResponse } fro import { de_GetAccessLogSubscriptionCommand, se_GetAccessLogSubscriptionCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/GetAuthPolicyCommand.ts b/clients/client-vpc-lattice/src/commands/GetAuthPolicyCommand.ts index 5d6a8c3b659ef..5c4db3c4e9537 100644 --- a/clients/client-vpc-lattice/src/commands/GetAuthPolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetAuthPolicyCommand.ts @@ -17,6 +17,10 @@ import { GetAuthPolicyRequest, GetAuthPolicyResponse } from "../models/models_0" import { de_GetAuthPolicyCommand, se_GetAuthPolicyCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/GetListenerCommand.ts b/clients/client-vpc-lattice/src/commands/GetListenerCommand.ts index 24d21eec5da34..a2e464d82adcd 100644 --- a/clients/client-vpc-lattice/src/commands/GetListenerCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetListenerCommand.ts @@ -17,6 +17,10 @@ import { GetListenerRequest, GetListenerResponse } from "../models/models_0"; import { de_GetListenerCommand, se_GetListenerCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/GetResourcePolicyCommand.ts b/clients/client-vpc-lattice/src/commands/GetResourcePolicyCommand.ts index 89b4e19ea4226..56ea622b5e5d3 100644 --- a/clients/client-vpc-lattice/src/commands/GetResourcePolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/m import { de_GetResourcePolicyCommand, se_GetResourcePolicyCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/GetRuleCommand.ts b/clients/client-vpc-lattice/src/commands/GetRuleCommand.ts index ac7303bb5f900..45e4f89824632 100644 --- a/clients/client-vpc-lattice/src/commands/GetRuleCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetRuleCommand.ts @@ -17,6 +17,10 @@ import { GetRuleRequest, GetRuleResponse } from "../models/models_0"; import { de_GetRuleCommand, se_GetRuleCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/GetServiceCommand.ts b/clients/client-vpc-lattice/src/commands/GetServiceCommand.ts index 264d109d4c4d4..f4f00a121fd0e 100644 --- a/clients/client-vpc-lattice/src/commands/GetServiceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetServiceCommand.ts @@ -17,6 +17,10 @@ import { GetServiceRequest, GetServiceResponse } from "../models/models_0"; import { de_GetServiceCommand, se_GetServiceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/GetServiceNetworkCommand.ts b/clients/client-vpc-lattice/src/commands/GetServiceNetworkCommand.ts index d029e3a070897..819f3d0175f8f 100644 --- a/clients/client-vpc-lattice/src/commands/GetServiceNetworkCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetServiceNetworkCommand.ts @@ -17,6 +17,10 @@ import { GetServiceNetworkRequest, GetServiceNetworkResponse } from "../models/m import { de_GetServiceNetworkCommand, se_GetServiceNetworkCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/GetServiceNetworkServiceAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/GetServiceNetworkServiceAssociationCommand.ts index 1fef0cb807ab3..ab8ccf38bfda8 100644 --- a/clients/client-vpc-lattice/src/commands/GetServiceNetworkServiceAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetServiceNetworkServiceAssociationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/GetServiceNetworkVpcAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/GetServiceNetworkVpcAssociationCommand.ts index 220611fcb02d9..693fed9ed00a5 100644 --- a/clients/client-vpc-lattice/src/commands/GetServiceNetworkVpcAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetServiceNetworkVpcAssociationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/GetTargetGroupCommand.ts b/clients/client-vpc-lattice/src/commands/GetTargetGroupCommand.ts index f8172ccd7007d..bf33fe3e48f5e 100644 --- a/clients/client-vpc-lattice/src/commands/GetTargetGroupCommand.ts +++ b/clients/client-vpc-lattice/src/commands/GetTargetGroupCommand.ts @@ -17,6 +17,10 @@ import { GetTargetGroupRequest, GetTargetGroupResponse } from "../models/models_ import { de_GetTargetGroupCommand, se_GetTargetGroupCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/ListAccessLogSubscriptionsCommand.ts b/clients/client-vpc-lattice/src/commands/ListAccessLogSubscriptionsCommand.ts index 3edcaecaed33c..0b27c23be73bd 100644 --- a/clients/client-vpc-lattice/src/commands/ListAccessLogSubscriptionsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListAccessLogSubscriptionsCommand.ts @@ -17,6 +17,10 @@ import { ListAccessLogSubscriptionsRequest, ListAccessLogSubscriptionsResponse } import { de_ListAccessLogSubscriptionsCommand, se_ListAccessLogSubscriptionsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/ListListenersCommand.ts b/clients/client-vpc-lattice/src/commands/ListListenersCommand.ts index b9fe511095e04..9564eb771da9e 100644 --- a/clients/client-vpc-lattice/src/commands/ListListenersCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListListenersCommand.ts @@ -17,6 +17,10 @@ import { ListListenersRequest, ListListenersResponse } from "../models/models_0" import { de_ListListenersCommand, se_ListListenersCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/ListRulesCommand.ts b/clients/client-vpc-lattice/src/commands/ListRulesCommand.ts index 7b12eb757dd2c..c674f3c9d84ad 100644 --- a/clients/client-vpc-lattice/src/commands/ListRulesCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListRulesCommand.ts @@ -17,6 +17,10 @@ import { ListRulesRequest, ListRulesResponse } from "../models/models_0"; import { de_ListRulesCommand, se_ListRulesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/ListServiceNetworkServiceAssociationsCommand.ts b/clients/client-vpc-lattice/src/commands/ListServiceNetworkServiceAssociationsCommand.ts index 07b12ade64d84..4ed1b4b909248 100644 --- a/clients/client-vpc-lattice/src/commands/ListServiceNetworkServiceAssociationsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListServiceNetworkServiceAssociationsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/ListServiceNetworkVpcAssociationsCommand.ts b/clients/client-vpc-lattice/src/commands/ListServiceNetworkVpcAssociationsCommand.ts index 3244649ff73aa..6ff94512d024f 100644 --- a/clients/client-vpc-lattice/src/commands/ListServiceNetworkVpcAssociationsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListServiceNetworkVpcAssociationsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/ListServiceNetworksCommand.ts b/clients/client-vpc-lattice/src/commands/ListServiceNetworksCommand.ts index 02f9644e9e901..f89875be6bc3b 100644 --- a/clients/client-vpc-lattice/src/commands/ListServiceNetworksCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListServiceNetworksCommand.ts @@ -17,6 +17,10 @@ import { ListServiceNetworksRequest, ListServiceNetworksResponse } from "../mode import { de_ListServiceNetworksCommand, se_ListServiceNetworksCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/ListServicesCommand.ts b/clients/client-vpc-lattice/src/commands/ListServicesCommand.ts index 1e1584c7b0a5a..abe3f04475660 100644 --- a/clients/client-vpc-lattice/src/commands/ListServicesCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListServicesCommand.ts @@ -17,6 +17,10 @@ import { ListServicesRequest, ListServicesResponse } from "../models/models_0"; import { de_ListServicesCommand, se_ListServicesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/ListTagsForResourceCommand.ts b/clients/client-vpc-lattice/src/commands/ListTagsForResourceCommand.ts index 597ae9e2f8f82..2d60105ec4f14 100644 --- a/clients/client-vpc-lattice/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/ListTargetGroupsCommand.ts b/clients/client-vpc-lattice/src/commands/ListTargetGroupsCommand.ts index f554f1c0597cb..11590a306f19e 100644 --- a/clients/client-vpc-lattice/src/commands/ListTargetGroupsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListTargetGroupsCommand.ts @@ -17,6 +17,10 @@ import { ListTargetGroupsRequest, ListTargetGroupsResponse } from "../models/mod import { de_ListTargetGroupsCommand, se_ListTargetGroupsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/ListTargetsCommand.ts b/clients/client-vpc-lattice/src/commands/ListTargetsCommand.ts index e053fab153f6a..d314627f63996 100644 --- a/clients/client-vpc-lattice/src/commands/ListTargetsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/ListTargetsCommand.ts @@ -17,6 +17,10 @@ import { ListTargetsRequest, ListTargetsResponse } from "../models/models_0"; import { de_ListTargetsCommand, se_ListTargetsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/PutAuthPolicyCommand.ts b/clients/client-vpc-lattice/src/commands/PutAuthPolicyCommand.ts index 74dce0ece3afb..d729a47105d0a 100644 --- a/clients/client-vpc-lattice/src/commands/PutAuthPolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/PutAuthPolicyCommand.ts @@ -17,6 +17,10 @@ import { PutAuthPolicyRequest, PutAuthPolicyResponse } from "../models/models_0" import { de_PutAuthPolicyCommand, se_PutAuthPolicyCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/PutResourcePolicyCommand.ts b/clients/client-vpc-lattice/src/commands/PutResourcePolicyCommand.ts index 908f86bdeb0e7..c6a96b64cd3b4 100644 --- a/clients/client-vpc-lattice/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-vpc-lattice/src/commands/PutResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/m import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/RegisterTargetsCommand.ts b/clients/client-vpc-lattice/src/commands/RegisterTargetsCommand.ts index c45084cf37e4e..d441f99fe8506 100644 --- a/clients/client-vpc-lattice/src/commands/RegisterTargetsCommand.ts +++ b/clients/client-vpc-lattice/src/commands/RegisterTargetsCommand.ts @@ -17,6 +17,10 @@ import { RegisterTargetsRequest, RegisterTargetsResponse } from "../models/model import { de_RegisterTargetsCommand, se_RegisterTargetsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/TagResourceCommand.ts b/clients/client-vpc-lattice/src/commands/TagResourceCommand.ts index 82b2ac762e323..90e5926d66b54 100644 --- a/clients/client-vpc-lattice/src/commands/TagResourceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/UntagResourceCommand.ts b/clients/client-vpc-lattice/src/commands/UntagResourceCommand.ts index 572f152573429..e5bad09a70fe9 100644 --- a/clients/client-vpc-lattice/src/commands/UntagResourceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/UpdateAccessLogSubscriptionCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateAccessLogSubscriptionCommand.ts index 01397c9156a78..8ce65e75cb074 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateAccessLogSubscriptionCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateAccessLogSubscriptionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/UpdateListenerCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateListenerCommand.ts index 875f17552f644..62f177a1a1029 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateListenerCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateListenerCommand.ts @@ -17,6 +17,10 @@ import { UpdateListenerRequest, UpdateListenerResponse } from "../models/models_ import { de_UpdateListenerCommand, se_UpdateListenerCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/UpdateRuleCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateRuleCommand.ts index 1bd9a842a532c..b28be0cd2fe01 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateRuleCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateRuleCommand.ts @@ -17,6 +17,10 @@ import { UpdateRuleRequest, UpdateRuleResponse } from "../models/models_0"; import { de_UpdateRuleCommand, se_UpdateRuleCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/UpdateServiceCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateServiceCommand.ts index dee527997eef8..ac321181dee62 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateServiceCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateServiceCommand.ts @@ -17,6 +17,10 @@ import { UpdateServiceRequest, UpdateServiceResponse } from "../models/models_0" import { de_UpdateServiceCommand, se_UpdateServiceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkCommand.ts index 836dfe8e1657f..03b2ec4a6ceba 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkCommand.ts @@ -17,6 +17,10 @@ import { UpdateServiceNetworkRequest, UpdateServiceNetworkResponse } from "../mo import { de_UpdateServiceNetworkCommand, se_UpdateServiceNetworkCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkVpcAssociationCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkVpcAssociationCommand.ts index 1fc9971e10281..4283ca2e379bc 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkVpcAssociationCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateServiceNetworkVpcAssociationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/commands/UpdateTargetGroupCommand.ts b/clients/client-vpc-lattice/src/commands/UpdateTargetGroupCommand.ts index 0937e325c0477..f4f0ccafc0eb1 100644 --- a/clients/client-vpc-lattice/src/commands/UpdateTargetGroupCommand.ts +++ b/clients/client-vpc-lattice/src/commands/UpdateTargetGroupCommand.ts @@ -17,6 +17,10 @@ import { UpdateTargetGroupRequest, UpdateTargetGroupResponse } from "../models/m import { de_UpdateTargetGroupCommand, se_UpdateTargetGroupCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, VPCLatticeClientResolvedConfig } from "../VPCLatticeClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-vpc-lattice/src/index.ts b/clients/client-vpc-lattice/src/index.ts index ee662f074bfce..f6d5fd2b61fa4 100644 --- a/clients/client-vpc-lattice/src/index.ts +++ b/clients/client-vpc-lattice/src/index.ts @@ -1,8 +1,18 @@ -export * from "./VPCLattice"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon VPC Lattice is a fully managed application networking service that you use to connect, secure, + * and monitor all of your services across multiple accounts and virtual private clouds (VPCs). + * Amazon VPC Lattice interconnects your microservices and legacy services within a logical boundary, so that + * you can discover and manage them more efficiently. For more information, see the Amazon VPC Lattice User Guide + *

+ * + * @packageDocumentation + */ export * from "./VPCLatticeClient"; +export * from "./VPCLattice"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { VPCLatticeServiceException } from "./models/VPCLatticeServiceException"; diff --git a/clients/client-vpc-lattice/src/models/VPCLatticeServiceException.ts b/clients/client-vpc-lattice/src/models/VPCLatticeServiceException.ts index 73a36196f8f2c..82d071b9e4eb8 100644 --- a/clients/client-vpc-lattice/src/models/VPCLatticeServiceException.ts +++ b/clients/client-vpc-lattice/src/models/VPCLatticeServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-waf-regional/src/WAFRegionalClient.ts b/clients/client-waf-regional/src/WAFRegionalClient.ts index aa5aea8dbcca6..4bc5193b6b8f6 100644 --- a/clients/client-waf-regional/src/WAFRegionalClient.ts +++ b/clients/client-waf-regional/src/WAFRegionalClient.ts @@ -245,6 +245,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -544,7 +546,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type WAFRegionalClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type WAFRegionalClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -563,7 +565,7 @@ export interface WAFRegionalClientConfig extends WAFRegionalClientConfigType {} /** * @public */ -type WAFRegionalClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type WAFRegionalClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-waf-regional/src/commands/AssociateWebACLCommand.ts b/clients/client-waf-regional/src/commands/AssociateWebACLCommand.ts index 6a6b29cc7657f..16da963d90da5 100644 --- a/clients/client-waf-regional/src/commands/AssociateWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/AssociateWebACLCommand.ts @@ -17,6 +17,10 @@ import { AssociateWebACLRequest, AssociateWebACLResponse } from "../models/model import { de_AssociateWebACLCommand, se_AssociateWebACLCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/CreateByteMatchSetCommand.ts b/clients/client-waf-regional/src/commands/CreateByteMatchSetCommand.ts index 847d534d69d06..dd507c21eba45 100644 --- a/clients/client-waf-regional/src/commands/CreateByteMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateByteMatchSetCommand.ts @@ -17,6 +17,10 @@ import { CreateByteMatchSetRequest, CreateByteMatchSetResponse } from "../models import { de_CreateByteMatchSetCommand, se_CreateByteMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/CreateGeoMatchSetCommand.ts b/clients/client-waf-regional/src/commands/CreateGeoMatchSetCommand.ts index b90844d62fc02..9b4d3fe7b2c1e 100644 --- a/clients/client-waf-regional/src/commands/CreateGeoMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateGeoMatchSetCommand.ts @@ -17,6 +17,10 @@ import { CreateGeoMatchSetRequest, CreateGeoMatchSetResponse } from "../models/m import { de_CreateGeoMatchSetCommand, se_CreateGeoMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/CreateIPSetCommand.ts b/clients/client-waf-regional/src/commands/CreateIPSetCommand.ts index 198915f5801fd..27eea982cc668 100644 --- a/clients/client-waf-regional/src/commands/CreateIPSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateIPSetCommand.ts @@ -17,6 +17,10 @@ import { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0"; import { de_CreateIPSetCommand, se_CreateIPSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/CreateRateBasedRuleCommand.ts b/clients/client-waf-regional/src/commands/CreateRateBasedRuleCommand.ts index d90d138578292..807def258e183 100644 --- a/clients/client-waf-regional/src/commands/CreateRateBasedRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateRateBasedRuleCommand.ts @@ -17,6 +17,10 @@ import { CreateRateBasedRuleRequest, CreateRateBasedRuleResponse } from "../mode import { de_CreateRateBasedRuleCommand, se_CreateRateBasedRuleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/CreateRegexMatchSetCommand.ts b/clients/client-waf-regional/src/commands/CreateRegexMatchSetCommand.ts index f18ae36fe7b93..8832f60ec3ce6 100644 --- a/clients/client-waf-regional/src/commands/CreateRegexMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateRegexMatchSetCommand.ts @@ -17,6 +17,10 @@ import { CreateRegexMatchSetRequest, CreateRegexMatchSetResponse } from "../mode import { de_CreateRegexMatchSetCommand, se_CreateRegexMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/CreateRegexPatternSetCommand.ts b/clients/client-waf-regional/src/commands/CreateRegexPatternSetCommand.ts index 49a95e17a9869..85d1760b4f869 100644 --- a/clients/client-waf-regional/src/commands/CreateRegexPatternSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateRegexPatternSetCommand.ts @@ -17,6 +17,10 @@ import { CreateRegexPatternSetRequest, CreateRegexPatternSetResponse } from "../ import { de_CreateRegexPatternSetCommand, se_CreateRegexPatternSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/CreateRuleCommand.ts b/clients/client-waf-regional/src/commands/CreateRuleCommand.ts index 0850ef1810e04..33f0a00cd74d4 100644 --- a/clients/client-waf-regional/src/commands/CreateRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateRuleCommand.ts @@ -17,6 +17,10 @@ import { CreateRuleRequest, CreateRuleResponse } from "../models/models_0"; import { de_CreateRuleCommand, se_CreateRuleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/CreateRuleGroupCommand.ts b/clients/client-waf-regional/src/commands/CreateRuleGroupCommand.ts index 7366523a3258d..4697d12212116 100644 --- a/clients/client-waf-regional/src/commands/CreateRuleGroupCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateRuleGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateRuleGroupRequest, CreateRuleGroupResponse } from "../models/model import { de_CreateRuleGroupCommand, se_CreateRuleGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/CreateSizeConstraintSetCommand.ts b/clients/client-waf-regional/src/commands/CreateSizeConstraintSetCommand.ts index b0dbd4ff375e5..11dde3eb68f24 100644 --- a/clients/client-waf-regional/src/commands/CreateSizeConstraintSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateSizeConstraintSetCommand.ts @@ -17,6 +17,10 @@ import { CreateSizeConstraintSetRequest, CreateSizeConstraintSetResponse } from import { de_CreateSizeConstraintSetCommand, se_CreateSizeConstraintSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/CreateSqlInjectionMatchSetCommand.ts b/clients/client-waf-regional/src/commands/CreateSqlInjectionMatchSetCommand.ts index c71683aeb8a57..d2df26c94d258 100644 --- a/clients/client-waf-regional/src/commands/CreateSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateSqlInjectionMatchSetCommand.ts @@ -17,6 +17,10 @@ import { CreateSqlInjectionMatchSetRequest, CreateSqlInjectionMatchSetResponse } import { de_CreateSqlInjectionMatchSetCommand, se_CreateSqlInjectionMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/CreateWebACLCommand.ts b/clients/client-waf-regional/src/commands/CreateWebACLCommand.ts index ef1285763bc52..ae158b10183e9 100644 --- a/clients/client-waf-regional/src/commands/CreateWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateWebACLCommand.ts @@ -17,6 +17,10 @@ import { CreateWebACLRequest, CreateWebACLResponse } from "../models/models_0"; import { de_CreateWebACLCommand, se_CreateWebACLCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/CreateWebACLMigrationStackCommand.ts b/clients/client-waf-regional/src/commands/CreateWebACLMigrationStackCommand.ts index 0d63a746cbce1..1215a8d7a84e6 100644 --- a/clients/client-waf-regional/src/commands/CreateWebACLMigrationStackCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateWebACLMigrationStackCommand.ts @@ -17,6 +17,10 @@ import { CreateWebACLMigrationStackRequest, CreateWebACLMigrationStackResponse } import { de_CreateWebACLMigrationStackCommand, se_CreateWebACLMigrationStackCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/CreateXssMatchSetCommand.ts b/clients/client-waf-regional/src/commands/CreateXssMatchSetCommand.ts index e48ba77219876..3a0568faf9b10 100644 --- a/clients/client-waf-regional/src/commands/CreateXssMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/CreateXssMatchSetCommand.ts @@ -17,6 +17,10 @@ import { CreateXssMatchSetRequest, CreateXssMatchSetResponse } from "../models/m import { de_CreateXssMatchSetCommand, se_CreateXssMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/DeleteByteMatchSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteByteMatchSetCommand.ts index 87774d517f5eb..30091d1b041d4 100644 --- a/clients/client-waf-regional/src/commands/DeleteByteMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteByteMatchSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteByteMatchSetRequest, DeleteByteMatchSetResponse } from "../models import { de_DeleteByteMatchSetCommand, se_DeleteByteMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/DeleteGeoMatchSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteGeoMatchSetCommand.ts index 1d856ca4cda03..0cabf92cc66ff 100644 --- a/clients/client-waf-regional/src/commands/DeleteGeoMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteGeoMatchSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteGeoMatchSetRequest, DeleteGeoMatchSetResponse } from "../models/m import { de_DeleteGeoMatchSetCommand, se_DeleteGeoMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/DeleteIPSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteIPSetCommand.ts index 5291dfa3104f2..cd5569388c974 100644 --- a/clients/client-waf-regional/src/commands/DeleteIPSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteIPSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteIPSetRequest, DeleteIPSetResponse } from "../models/models_0"; import { de_DeleteIPSetCommand, se_DeleteIPSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-waf-regional/src/commands/DeleteLoggingConfigurationCommand.ts index 325bb4bf8419d..bd21b893f22a1 100644 --- a/clients/client-waf-regional/src/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteLoggingConfigurationCommand.ts @@ -17,6 +17,10 @@ import { DeleteLoggingConfigurationRequest, DeleteLoggingConfigurationResponse } import { de_DeleteLoggingConfigurationCommand, se_DeleteLoggingConfigurationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/DeletePermissionPolicyCommand.ts b/clients/client-waf-regional/src/commands/DeletePermissionPolicyCommand.ts index 47a697e0eebe1..ea97ff9dfa2bb 100644 --- a/clients/client-waf-regional/src/commands/DeletePermissionPolicyCommand.ts +++ b/clients/client-waf-regional/src/commands/DeletePermissionPolicyCommand.ts @@ -17,6 +17,10 @@ import { DeletePermissionPolicyRequest, DeletePermissionPolicyResponse } from ". import { de_DeletePermissionPolicyCommand, se_DeletePermissionPolicyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/DeleteRateBasedRuleCommand.ts b/clients/client-waf-regional/src/commands/DeleteRateBasedRuleCommand.ts index 1606b133ffae9..f4de2d1db3e0f 100644 --- a/clients/client-waf-regional/src/commands/DeleteRateBasedRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteRateBasedRuleCommand.ts @@ -17,6 +17,10 @@ import { DeleteRateBasedRuleRequest, DeleteRateBasedRuleResponse } from "../mode import { de_DeleteRateBasedRuleCommand, se_DeleteRateBasedRuleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/DeleteRegexMatchSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteRegexMatchSetCommand.ts index 1dd2fd68f4e1d..cf43dbdca358d 100644 --- a/clients/client-waf-regional/src/commands/DeleteRegexMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteRegexMatchSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteRegexMatchSetRequest, DeleteRegexMatchSetResponse } from "../mode import { de_DeleteRegexMatchSetCommand, se_DeleteRegexMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/DeleteRegexPatternSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteRegexPatternSetCommand.ts index a3c3525283b6b..2c299809d90a0 100644 --- a/clients/client-waf-regional/src/commands/DeleteRegexPatternSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteRegexPatternSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteRegexPatternSetRequest, DeleteRegexPatternSetResponse } from "../ import { de_DeleteRegexPatternSetCommand, se_DeleteRegexPatternSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/DeleteRuleCommand.ts b/clients/client-waf-regional/src/commands/DeleteRuleCommand.ts index eb7a3dbf12bdc..f35d60a2c91be 100644 --- a/clients/client-waf-regional/src/commands/DeleteRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteRuleCommand.ts @@ -17,6 +17,10 @@ import { DeleteRuleRequest, DeleteRuleResponse } from "../models/models_0"; import { de_DeleteRuleCommand, se_DeleteRuleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/DeleteRuleGroupCommand.ts b/clients/client-waf-regional/src/commands/DeleteRuleGroupCommand.ts index 7f4d7b88b07cb..a4f20b8727e76 100644 --- a/clients/client-waf-regional/src/commands/DeleteRuleGroupCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteRuleGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteRuleGroupRequest, DeleteRuleGroupResponse } from "../models/model import { de_DeleteRuleGroupCommand, se_DeleteRuleGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/DeleteSizeConstraintSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteSizeConstraintSetCommand.ts index 24e858d3625f2..7dfaa89bac30f 100644 --- a/clients/client-waf-regional/src/commands/DeleteSizeConstraintSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteSizeConstraintSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteSizeConstraintSetRequest, DeleteSizeConstraintSetResponse } from import { de_DeleteSizeConstraintSetCommand, se_DeleteSizeConstraintSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/DeleteSqlInjectionMatchSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteSqlInjectionMatchSetCommand.ts index 242a6e691f96b..184c781a47159 100644 --- a/clients/client-waf-regional/src/commands/DeleteSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteSqlInjectionMatchSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteSqlInjectionMatchSetRequest, DeleteSqlInjectionMatchSetResponse } import { de_DeleteSqlInjectionMatchSetCommand, se_DeleteSqlInjectionMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/DeleteWebACLCommand.ts b/clients/client-waf-regional/src/commands/DeleteWebACLCommand.ts index 789a024cada37..d5e462613bc5a 100644 --- a/clients/client-waf-regional/src/commands/DeleteWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteWebACLCommand.ts @@ -17,6 +17,10 @@ import { DeleteWebACLRequest, DeleteWebACLResponse } from "../models/models_0"; import { de_DeleteWebACLCommand, se_DeleteWebACLCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/DeleteXssMatchSetCommand.ts b/clients/client-waf-regional/src/commands/DeleteXssMatchSetCommand.ts index aa30280c2b02f..a3e4441516808 100644 --- a/clients/client-waf-regional/src/commands/DeleteXssMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/DeleteXssMatchSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteXssMatchSetRequest, DeleteXssMatchSetResponse } from "../models/m import { de_DeleteXssMatchSetCommand, se_DeleteXssMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/DisassociateWebACLCommand.ts b/clients/client-waf-regional/src/commands/DisassociateWebACLCommand.ts index e9d475e94d8ba..cd1058a679e95 100644 --- a/clients/client-waf-regional/src/commands/DisassociateWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/DisassociateWebACLCommand.ts @@ -17,6 +17,10 @@ import { DisassociateWebACLRequest, DisassociateWebACLResponse } from "../models import { de_DisassociateWebACLCommand, se_DisassociateWebACLCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/GetByteMatchSetCommand.ts b/clients/client-waf-regional/src/commands/GetByteMatchSetCommand.ts index 753ae10ce5eea..faf828abcab47 100644 --- a/clients/client-waf-regional/src/commands/GetByteMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetByteMatchSetCommand.ts @@ -17,6 +17,10 @@ import { GetByteMatchSetRequest, GetByteMatchSetResponse } from "../models/model import { de_GetByteMatchSetCommand, se_GetByteMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/GetChangeTokenCommand.ts b/clients/client-waf-regional/src/commands/GetChangeTokenCommand.ts index f9e447c9fb995..86fc43ce164e7 100644 --- a/clients/client-waf-regional/src/commands/GetChangeTokenCommand.ts +++ b/clients/client-waf-regional/src/commands/GetChangeTokenCommand.ts @@ -17,6 +17,10 @@ import { GetChangeTokenRequest, GetChangeTokenResponse } from "../models/models_ import { de_GetChangeTokenCommand, se_GetChangeTokenCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/GetChangeTokenStatusCommand.ts b/clients/client-waf-regional/src/commands/GetChangeTokenStatusCommand.ts index fbf9834b54177..f99fab9b95a01 100644 --- a/clients/client-waf-regional/src/commands/GetChangeTokenStatusCommand.ts +++ b/clients/client-waf-regional/src/commands/GetChangeTokenStatusCommand.ts @@ -17,6 +17,10 @@ import { GetChangeTokenStatusRequest, GetChangeTokenStatusResponse } from "../mo import { de_GetChangeTokenStatusCommand, se_GetChangeTokenStatusCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/GetGeoMatchSetCommand.ts b/clients/client-waf-regional/src/commands/GetGeoMatchSetCommand.ts index 288d9db966a68..c28c85e04e0a9 100644 --- a/clients/client-waf-regional/src/commands/GetGeoMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetGeoMatchSetCommand.ts @@ -17,6 +17,10 @@ import { GetGeoMatchSetRequest, GetGeoMatchSetResponse } from "../models/models_ import { de_GetGeoMatchSetCommand, se_GetGeoMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/GetIPSetCommand.ts b/clients/client-waf-regional/src/commands/GetIPSetCommand.ts index bb6d6bc044895..f71dae9af32b5 100644 --- a/clients/client-waf-regional/src/commands/GetIPSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetIPSetCommand.ts @@ -17,6 +17,10 @@ import { GetIPSetRequest, GetIPSetResponse } from "../models/models_0"; import { de_GetIPSetCommand, se_GetIPSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/GetLoggingConfigurationCommand.ts b/clients/client-waf-regional/src/commands/GetLoggingConfigurationCommand.ts index 4b1e5c870eb1c..52fe38dcee99f 100644 --- a/clients/client-waf-regional/src/commands/GetLoggingConfigurationCommand.ts +++ b/clients/client-waf-regional/src/commands/GetLoggingConfigurationCommand.ts @@ -17,6 +17,10 @@ import { GetLoggingConfigurationRequest, GetLoggingConfigurationResponse } from import { de_GetLoggingConfigurationCommand, se_GetLoggingConfigurationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/GetPermissionPolicyCommand.ts b/clients/client-waf-regional/src/commands/GetPermissionPolicyCommand.ts index 07c85f4d5df15..6cb74ff055a6e 100644 --- a/clients/client-waf-regional/src/commands/GetPermissionPolicyCommand.ts +++ b/clients/client-waf-regional/src/commands/GetPermissionPolicyCommand.ts @@ -17,6 +17,10 @@ import { GetPermissionPolicyRequest, GetPermissionPolicyResponse } from "../mode import { de_GetPermissionPolicyCommand, se_GetPermissionPolicyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/GetRateBasedRuleCommand.ts b/clients/client-waf-regional/src/commands/GetRateBasedRuleCommand.ts index 0f139bf0a643b..f7ec5e2b22267 100644 --- a/clients/client-waf-regional/src/commands/GetRateBasedRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRateBasedRuleCommand.ts @@ -17,6 +17,10 @@ import { GetRateBasedRuleRequest, GetRateBasedRuleResponse } from "../models/mod import { de_GetRateBasedRuleCommand, se_GetRateBasedRuleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/GetRateBasedRuleManagedKeysCommand.ts b/clients/client-waf-regional/src/commands/GetRateBasedRuleManagedKeysCommand.ts index fa75aa138717c..4c9c436c6c26e 100644 --- a/clients/client-waf-regional/src/commands/GetRateBasedRuleManagedKeysCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRateBasedRuleManagedKeysCommand.ts @@ -17,6 +17,10 @@ import { GetRateBasedRuleManagedKeysRequest, GetRateBasedRuleManagedKeysResponse import { de_GetRateBasedRuleManagedKeysCommand, se_GetRateBasedRuleManagedKeysCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/GetRegexMatchSetCommand.ts b/clients/client-waf-regional/src/commands/GetRegexMatchSetCommand.ts index c4bb670841642..b640c0506d8b5 100644 --- a/clients/client-waf-regional/src/commands/GetRegexMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRegexMatchSetCommand.ts @@ -17,6 +17,10 @@ import { GetRegexMatchSetRequest, GetRegexMatchSetResponse } from "../models/mod import { de_GetRegexMatchSetCommand, se_GetRegexMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/GetRegexPatternSetCommand.ts b/clients/client-waf-regional/src/commands/GetRegexPatternSetCommand.ts index ff301270c4eda..0e500a359a193 100644 --- a/clients/client-waf-regional/src/commands/GetRegexPatternSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRegexPatternSetCommand.ts @@ -17,6 +17,10 @@ import { GetRegexPatternSetRequest, GetRegexPatternSetResponse } from "../models import { de_GetRegexPatternSetCommand, se_GetRegexPatternSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/GetRuleCommand.ts b/clients/client-waf-regional/src/commands/GetRuleCommand.ts index aa20555cfd655..c0e05ea5fdaf4 100644 --- a/clients/client-waf-regional/src/commands/GetRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRuleCommand.ts @@ -17,6 +17,10 @@ import { GetRuleRequest, GetRuleResponse } from "../models/models_0"; import { de_GetRuleCommand, se_GetRuleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/GetRuleGroupCommand.ts b/clients/client-waf-regional/src/commands/GetRuleGroupCommand.ts index 85ed81d333804..5b0d419d76388 100644 --- a/clients/client-waf-regional/src/commands/GetRuleGroupCommand.ts +++ b/clients/client-waf-regional/src/commands/GetRuleGroupCommand.ts @@ -17,6 +17,10 @@ import { GetRuleGroupRequest, GetRuleGroupResponse } from "../models/models_0"; import { de_GetRuleGroupCommand, se_GetRuleGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/GetSampledRequestsCommand.ts b/clients/client-waf-regional/src/commands/GetSampledRequestsCommand.ts index bc5d6865b346d..a16750c6f4a1d 100644 --- a/clients/client-waf-regional/src/commands/GetSampledRequestsCommand.ts +++ b/clients/client-waf-regional/src/commands/GetSampledRequestsCommand.ts @@ -17,6 +17,10 @@ import { GetSampledRequestsRequest, GetSampledRequestsResponse } from "../models import { de_GetSampledRequestsCommand, se_GetSampledRequestsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/GetSizeConstraintSetCommand.ts b/clients/client-waf-regional/src/commands/GetSizeConstraintSetCommand.ts index 1c54d78ce4392..837aea4c62365 100644 --- a/clients/client-waf-regional/src/commands/GetSizeConstraintSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetSizeConstraintSetCommand.ts @@ -17,6 +17,10 @@ import { GetSizeConstraintSetRequest, GetSizeConstraintSetResponse } from "../mo import { de_GetSizeConstraintSetCommand, se_GetSizeConstraintSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/GetSqlInjectionMatchSetCommand.ts b/clients/client-waf-regional/src/commands/GetSqlInjectionMatchSetCommand.ts index e1692795f64fd..12f271ec9320f 100644 --- a/clients/client-waf-regional/src/commands/GetSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetSqlInjectionMatchSetCommand.ts @@ -17,6 +17,10 @@ import { GetSqlInjectionMatchSetRequest, GetSqlInjectionMatchSetResponse } from import { de_GetSqlInjectionMatchSetCommand, se_GetSqlInjectionMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/GetWebACLCommand.ts b/clients/client-waf-regional/src/commands/GetWebACLCommand.ts index 24e6c4cedebd1..094410025e59f 100644 --- a/clients/client-waf-regional/src/commands/GetWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/GetWebACLCommand.ts @@ -17,6 +17,10 @@ import { GetWebACLRequest, GetWebACLResponse } from "../models/models_0"; import { de_GetWebACLCommand, se_GetWebACLCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/GetWebACLForResourceCommand.ts b/clients/client-waf-regional/src/commands/GetWebACLForResourceCommand.ts index 8d13e3a3d4c29..60253559d095f 100644 --- a/clients/client-waf-regional/src/commands/GetWebACLForResourceCommand.ts +++ b/clients/client-waf-regional/src/commands/GetWebACLForResourceCommand.ts @@ -17,6 +17,10 @@ import { GetWebACLForResourceRequest, GetWebACLForResourceResponse } from "../mo import { de_GetWebACLForResourceCommand, se_GetWebACLForResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/GetXssMatchSetCommand.ts b/clients/client-waf-regional/src/commands/GetXssMatchSetCommand.ts index b03322c04182a..811cbabde0551 100644 --- a/clients/client-waf-regional/src/commands/GetXssMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/GetXssMatchSetCommand.ts @@ -17,6 +17,10 @@ import { GetXssMatchSetRequest, GetXssMatchSetResponse } from "../models/models_ import { de_GetXssMatchSetCommand, se_GetXssMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/ListActivatedRulesInRuleGroupCommand.ts b/clients/client-waf-regional/src/commands/ListActivatedRulesInRuleGroupCommand.ts index 5321fff824d07..3ad849db99ae7 100644 --- a/clients/client-waf-regional/src/commands/ListActivatedRulesInRuleGroupCommand.ts +++ b/clients/client-waf-regional/src/commands/ListActivatedRulesInRuleGroupCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/ListByteMatchSetsCommand.ts b/clients/client-waf-regional/src/commands/ListByteMatchSetsCommand.ts index 30f3a7d74096a..b467e3a634453 100644 --- a/clients/client-waf-regional/src/commands/ListByteMatchSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListByteMatchSetsCommand.ts @@ -17,6 +17,10 @@ import { ListByteMatchSetsRequest, ListByteMatchSetsResponse } from "../models/m import { de_ListByteMatchSetsCommand, se_ListByteMatchSetsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/ListGeoMatchSetsCommand.ts b/clients/client-waf-regional/src/commands/ListGeoMatchSetsCommand.ts index a9839242df82c..e28d2811810c1 100644 --- a/clients/client-waf-regional/src/commands/ListGeoMatchSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListGeoMatchSetsCommand.ts @@ -17,6 +17,10 @@ import { ListGeoMatchSetsRequest, ListGeoMatchSetsResponse } from "../models/mod import { de_ListGeoMatchSetsCommand, se_ListGeoMatchSetsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/ListIPSetsCommand.ts b/clients/client-waf-regional/src/commands/ListIPSetsCommand.ts index e5c3dc5d672bd..60aa92d090b5c 100644 --- a/clients/client-waf-regional/src/commands/ListIPSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListIPSetsCommand.ts @@ -17,6 +17,10 @@ import { ListIPSetsRequest, ListIPSetsResponse } from "../models/models_0"; import { de_ListIPSetsCommand, se_ListIPSetsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/ListLoggingConfigurationsCommand.ts b/clients/client-waf-regional/src/commands/ListLoggingConfigurationsCommand.ts index 0168ebb186f59..87a00e3f68b8a 100644 --- a/clients/client-waf-regional/src/commands/ListLoggingConfigurationsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListLoggingConfigurationsCommand.ts @@ -17,6 +17,10 @@ import { ListLoggingConfigurationsRequest, ListLoggingConfigurationsResponse } f import { de_ListLoggingConfigurationsCommand, se_ListLoggingConfigurationsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/ListRateBasedRulesCommand.ts b/clients/client-waf-regional/src/commands/ListRateBasedRulesCommand.ts index a945222758d75..0c42be9dd991f 100644 --- a/clients/client-waf-regional/src/commands/ListRateBasedRulesCommand.ts +++ b/clients/client-waf-regional/src/commands/ListRateBasedRulesCommand.ts @@ -17,6 +17,10 @@ import { ListRateBasedRulesRequest, ListRateBasedRulesResponse } from "../models import { de_ListRateBasedRulesCommand, se_ListRateBasedRulesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/ListRegexMatchSetsCommand.ts b/clients/client-waf-regional/src/commands/ListRegexMatchSetsCommand.ts index 8ee55dfb10446..ecfc271ec07e6 100644 --- a/clients/client-waf-regional/src/commands/ListRegexMatchSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListRegexMatchSetsCommand.ts @@ -17,6 +17,10 @@ import { ListRegexMatchSetsRequest, ListRegexMatchSetsResponse } from "../models import { de_ListRegexMatchSetsCommand, se_ListRegexMatchSetsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/ListRegexPatternSetsCommand.ts b/clients/client-waf-regional/src/commands/ListRegexPatternSetsCommand.ts index 1c0db4ddde821..739df4f7f2f2d 100644 --- a/clients/client-waf-regional/src/commands/ListRegexPatternSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListRegexPatternSetsCommand.ts @@ -17,6 +17,10 @@ import { ListRegexPatternSetsRequest, ListRegexPatternSetsResponse } from "../mo import { de_ListRegexPatternSetsCommand, se_ListRegexPatternSetsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/ListResourcesForWebACLCommand.ts b/clients/client-waf-regional/src/commands/ListResourcesForWebACLCommand.ts index 6c1cf742fee04..b999990b9c94a 100644 --- a/clients/client-waf-regional/src/commands/ListResourcesForWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/ListResourcesForWebACLCommand.ts @@ -17,6 +17,10 @@ import { ListResourcesForWebACLRequest, ListResourcesForWebACLResponse } from ". import { de_ListResourcesForWebACLCommand, se_ListResourcesForWebACLCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/ListRuleGroupsCommand.ts b/clients/client-waf-regional/src/commands/ListRuleGroupsCommand.ts index 85f3ae6f62111..20a0bb2730fc2 100644 --- a/clients/client-waf-regional/src/commands/ListRuleGroupsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListRuleGroupsCommand.ts @@ -17,6 +17,10 @@ import { ListRuleGroupsRequest, ListRuleGroupsResponse } from "../models/models_ import { de_ListRuleGroupsCommand, se_ListRuleGroupsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/ListRulesCommand.ts b/clients/client-waf-regional/src/commands/ListRulesCommand.ts index 8bd186ee75eb4..0201fc7cd409e 100644 --- a/clients/client-waf-regional/src/commands/ListRulesCommand.ts +++ b/clients/client-waf-regional/src/commands/ListRulesCommand.ts @@ -17,6 +17,10 @@ import { ListRulesRequest, ListRulesResponse } from "../models/models_0"; import { de_ListRulesCommand, se_ListRulesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/ListSizeConstraintSetsCommand.ts b/clients/client-waf-regional/src/commands/ListSizeConstraintSetsCommand.ts index 8a21a01490a29..baf5b4533abd0 100644 --- a/clients/client-waf-regional/src/commands/ListSizeConstraintSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListSizeConstraintSetsCommand.ts @@ -17,6 +17,10 @@ import { ListSizeConstraintSetsRequest, ListSizeConstraintSetsResponse } from ". import { de_ListSizeConstraintSetsCommand, se_ListSizeConstraintSetsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/ListSqlInjectionMatchSetsCommand.ts b/clients/client-waf-regional/src/commands/ListSqlInjectionMatchSetsCommand.ts index a9f10e1fa6797..9777c0ba810ed 100644 --- a/clients/client-waf-regional/src/commands/ListSqlInjectionMatchSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListSqlInjectionMatchSetsCommand.ts @@ -17,6 +17,10 @@ import { ListSqlInjectionMatchSetsRequest, ListSqlInjectionMatchSetsResponse } f import { de_ListSqlInjectionMatchSetsCommand, se_ListSqlInjectionMatchSetsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/ListSubscribedRuleGroupsCommand.ts b/clients/client-waf-regional/src/commands/ListSubscribedRuleGroupsCommand.ts index 577b49dbfecf7..89e0dd73ad5a7 100644 --- a/clients/client-waf-regional/src/commands/ListSubscribedRuleGroupsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListSubscribedRuleGroupsCommand.ts @@ -17,6 +17,10 @@ import { ListSubscribedRuleGroupsRequest, ListSubscribedRuleGroupsResponse } fro import { de_ListSubscribedRuleGroupsCommand, se_ListSubscribedRuleGroupsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/ListTagsForResourceCommand.ts b/clients/client-waf-regional/src/commands/ListTagsForResourceCommand.ts index 6fa94d2253279..a08822cc5c972 100644 --- a/clients/client-waf-regional/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-waf-regional/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/ListWebACLsCommand.ts b/clients/client-waf-regional/src/commands/ListWebACLsCommand.ts index efd9fa67b0854..5adf3a832925e 100644 --- a/clients/client-waf-regional/src/commands/ListWebACLsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListWebACLsCommand.ts @@ -17,6 +17,10 @@ import { ListWebACLsRequest, ListWebACLsResponse } from "../models/models_0"; import { de_ListWebACLsCommand, se_ListWebACLsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/ListXssMatchSetsCommand.ts b/clients/client-waf-regional/src/commands/ListXssMatchSetsCommand.ts index 6ed7ff9374b76..4bd884038a558 100644 --- a/clients/client-waf-regional/src/commands/ListXssMatchSetsCommand.ts +++ b/clients/client-waf-regional/src/commands/ListXssMatchSetsCommand.ts @@ -17,6 +17,10 @@ import { ListXssMatchSetsRequest, ListXssMatchSetsResponse } from "../models/mod import { de_ListXssMatchSetsCommand, se_ListXssMatchSetsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/PutLoggingConfigurationCommand.ts b/clients/client-waf-regional/src/commands/PutLoggingConfigurationCommand.ts index 7e3227ba67d77..6033031c1dbb4 100644 --- a/clients/client-waf-regional/src/commands/PutLoggingConfigurationCommand.ts +++ b/clients/client-waf-regional/src/commands/PutLoggingConfigurationCommand.ts @@ -17,6 +17,10 @@ import { PutLoggingConfigurationRequest, PutLoggingConfigurationResponse } from import { de_PutLoggingConfigurationCommand, se_PutLoggingConfigurationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/PutPermissionPolicyCommand.ts b/clients/client-waf-regional/src/commands/PutPermissionPolicyCommand.ts index af74374e25c28..937fd0d67f63a 100644 --- a/clients/client-waf-regional/src/commands/PutPermissionPolicyCommand.ts +++ b/clients/client-waf-regional/src/commands/PutPermissionPolicyCommand.ts @@ -17,6 +17,10 @@ import { PutPermissionPolicyRequest, PutPermissionPolicyResponse } from "../mode import { de_PutPermissionPolicyCommand, se_PutPermissionPolicyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/TagResourceCommand.ts b/clients/client-waf-regional/src/commands/TagResourceCommand.ts index b2d9f39a2b6e5..4fdf1df410a32 100644 --- a/clients/client-waf-regional/src/commands/TagResourceCommand.ts +++ b/clients/client-waf-regional/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/UntagResourceCommand.ts b/clients/client-waf-regional/src/commands/UntagResourceCommand.ts index 7d103e3c9a41e..b4572c54c9753 100644 --- a/clients/client-waf-regional/src/commands/UntagResourceCommand.ts +++ b/clients/client-waf-regional/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/UpdateByteMatchSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateByteMatchSetCommand.ts index f6f9785d1f3b4..a3ef46c791f9f 100644 --- a/clients/client-waf-regional/src/commands/UpdateByteMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateByteMatchSetCommand.ts @@ -17,6 +17,10 @@ import { UpdateByteMatchSetRequest, UpdateByteMatchSetResponse } from "../models import { de_UpdateByteMatchSetCommand, se_UpdateByteMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/UpdateGeoMatchSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateGeoMatchSetCommand.ts index 5149e1f0e5341..20831c04a46a0 100644 --- a/clients/client-waf-regional/src/commands/UpdateGeoMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateGeoMatchSetCommand.ts @@ -17,6 +17,10 @@ import { UpdateGeoMatchSetRequest, UpdateGeoMatchSetResponse } from "../models/m import { de_UpdateGeoMatchSetCommand, se_UpdateGeoMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/UpdateIPSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateIPSetCommand.ts index 6a7100f328abc..77fbe0ed1bf73 100644 --- a/clients/client-waf-regional/src/commands/UpdateIPSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateIPSetCommand.ts @@ -17,6 +17,10 @@ import { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_0"; import { de_UpdateIPSetCommand, se_UpdateIPSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/UpdateRateBasedRuleCommand.ts b/clients/client-waf-regional/src/commands/UpdateRateBasedRuleCommand.ts index f26bfda092ff2..3a57d8496c937 100644 --- a/clients/client-waf-regional/src/commands/UpdateRateBasedRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateRateBasedRuleCommand.ts @@ -17,6 +17,10 @@ import { UpdateRateBasedRuleRequest, UpdateRateBasedRuleResponse } from "../mode import { de_UpdateRateBasedRuleCommand, se_UpdateRateBasedRuleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/UpdateRegexMatchSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateRegexMatchSetCommand.ts index f199ba87838a1..5196ced7bf577 100644 --- a/clients/client-waf-regional/src/commands/UpdateRegexMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateRegexMatchSetCommand.ts @@ -17,6 +17,10 @@ import { UpdateRegexMatchSetRequest, UpdateRegexMatchSetResponse } from "../mode import { de_UpdateRegexMatchSetCommand, se_UpdateRegexMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/UpdateRegexPatternSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateRegexPatternSetCommand.ts index 914354296fa38..c49753825945c 100644 --- a/clients/client-waf-regional/src/commands/UpdateRegexPatternSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateRegexPatternSetCommand.ts @@ -17,6 +17,10 @@ import { UpdateRegexPatternSetRequest, UpdateRegexPatternSetResponse } from "../ import { de_UpdateRegexPatternSetCommand, se_UpdateRegexPatternSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/UpdateRuleCommand.ts b/clients/client-waf-regional/src/commands/UpdateRuleCommand.ts index c1143a87c12e0..49aac7c8051ca 100644 --- a/clients/client-waf-regional/src/commands/UpdateRuleCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateRuleCommand.ts @@ -17,6 +17,10 @@ import { UpdateRuleRequest, UpdateRuleResponse } from "../models/models_0"; import { de_UpdateRuleCommand, se_UpdateRuleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/UpdateRuleGroupCommand.ts b/clients/client-waf-regional/src/commands/UpdateRuleGroupCommand.ts index 164550b893495..e90acd19c4998 100644 --- a/clients/client-waf-regional/src/commands/UpdateRuleGroupCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateRuleGroupCommand.ts @@ -17,6 +17,10 @@ import { UpdateRuleGroupRequest, UpdateRuleGroupResponse } from "../models/model import { de_UpdateRuleGroupCommand, se_UpdateRuleGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/UpdateSizeConstraintSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateSizeConstraintSetCommand.ts index 9349e71d5b87a..679cb7649e203 100644 --- a/clients/client-waf-regional/src/commands/UpdateSizeConstraintSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateSizeConstraintSetCommand.ts @@ -17,6 +17,10 @@ import { UpdateSizeConstraintSetRequest, UpdateSizeConstraintSetResponse } from import { de_UpdateSizeConstraintSetCommand, se_UpdateSizeConstraintSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/UpdateSqlInjectionMatchSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateSqlInjectionMatchSetCommand.ts index f02857f0d1f54..a66ee7b363689 100644 --- a/clients/client-waf-regional/src/commands/UpdateSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateSqlInjectionMatchSetCommand.ts @@ -17,6 +17,10 @@ import { UpdateSqlInjectionMatchSetRequest, UpdateSqlInjectionMatchSetResponse } import { de_UpdateSqlInjectionMatchSetCommand, se_UpdateSqlInjectionMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/UpdateWebACLCommand.ts b/clients/client-waf-regional/src/commands/UpdateWebACLCommand.ts index df3ef77ecaeae..537f9d61c406a 100644 --- a/clients/client-waf-regional/src/commands/UpdateWebACLCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateWebACLCommand.ts @@ -17,6 +17,10 @@ import { UpdateWebACLRequest, UpdateWebACLResponse } from "../models/models_0"; import { de_UpdateWebACLCommand, se_UpdateWebACLCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/commands/UpdateXssMatchSetCommand.ts b/clients/client-waf-regional/src/commands/UpdateXssMatchSetCommand.ts index b4351af996a99..65f28949401e0 100644 --- a/clients/client-waf-regional/src/commands/UpdateXssMatchSetCommand.ts +++ b/clients/client-waf-regional/src/commands/UpdateXssMatchSetCommand.ts @@ -17,6 +17,10 @@ import { UpdateXssMatchSetRequest, UpdateXssMatchSetResponse } from "../models/m import { de_UpdateXssMatchSetCommand, se_UpdateXssMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFRegionalClientResolvedConfig } from "../WAFRegionalClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf-regional/src/index.ts b/clients/client-waf-regional/src/index.ts index 2b51ae0303e6e..6558c1d7dbed4 100644 --- a/clients/client-waf-regional/src/index.ts +++ b/clients/client-waf-regional/src/index.ts @@ -1,6 +1,22 @@ -export * from "./WAFRegional"; // smithy-typescript generated code +/* eslint-disable */ +/** + * + *

This is AWS WAF Classic Regional documentation. For + * more information, see AWS + * WAF Classic in the developer guide.

+ *

+ * For the latest version of AWS + * WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.

+ *
+ *

This is the AWS WAF Regional Classic API Reference for using AWS WAF Classic with the AWS resources, Elastic Load Balancing (ELB) Application Load Balancers and API Gateway APIs. The AWS WAF Classic actions and data types listed in the reference are available for protecting Elastic Load Balancing (ELB) Application Load Balancers and API Gateway APIs. You can use these actions and data types by means of the endpoints listed in AWS Regions and Endpoints. This guide is for developers who need detailed information about the AWS WAF Classic API actions, data types, and errors. For detailed information about AWS WAF Classic features and an overview of how to use the AWS WAF Classic API, see the + * AWS + * WAF Classic in the developer guide.

+ * + * @packageDocumentation + */ export * from "./WAFRegionalClient"; +export * from "./WAFRegional"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-waf-regional/src/models/WAFRegionalServiceException.ts b/clients/client-waf-regional/src/models/WAFRegionalServiceException.ts index 2812ba7881de5..5b4b6452b8470 100644 --- a/clients/client-waf-regional/src/models/WAFRegionalServiceException.ts +++ b/clients/client-waf-regional/src/models/WAFRegionalServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-waf/src/WAFClient.ts b/clients/client-waf/src/WAFClient.ts index aa515b3ebbc6b..924e9591ca020 100644 --- a/clients/client-waf/src/WAFClient.ts +++ b/clients/client-waf/src/WAFClient.ts @@ -235,6 +235,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -526,7 +528,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type WAFClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type WAFClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -545,7 +547,7 @@ export interface WAFClientConfig extends WAFClientConfigType {} /** * @public */ -type WAFClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type WAFClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-waf/src/commands/CreateByteMatchSetCommand.ts b/clients/client-waf/src/commands/CreateByteMatchSetCommand.ts index affc515ff15f0..a780463a29e66 100644 --- a/clients/client-waf/src/commands/CreateByteMatchSetCommand.ts +++ b/clients/client-waf/src/commands/CreateByteMatchSetCommand.ts @@ -17,6 +17,10 @@ import { CreateByteMatchSetRequest, CreateByteMatchSetResponse } from "../models import { de_CreateByteMatchSetCommand, se_CreateByteMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/CreateGeoMatchSetCommand.ts b/clients/client-waf/src/commands/CreateGeoMatchSetCommand.ts index 8c4e632437d33..6c6cc4e0ed6d8 100644 --- a/clients/client-waf/src/commands/CreateGeoMatchSetCommand.ts +++ b/clients/client-waf/src/commands/CreateGeoMatchSetCommand.ts @@ -17,6 +17,10 @@ import { CreateGeoMatchSetRequest, CreateGeoMatchSetResponse } from "../models/m import { de_CreateGeoMatchSetCommand, se_CreateGeoMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/CreateIPSetCommand.ts b/clients/client-waf/src/commands/CreateIPSetCommand.ts index e73c2e8108b4f..dd38c85664146 100644 --- a/clients/client-waf/src/commands/CreateIPSetCommand.ts +++ b/clients/client-waf/src/commands/CreateIPSetCommand.ts @@ -17,6 +17,10 @@ import { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0"; import { de_CreateIPSetCommand, se_CreateIPSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/CreateRateBasedRuleCommand.ts b/clients/client-waf/src/commands/CreateRateBasedRuleCommand.ts index d565015aa42f0..e6c45803e7e17 100644 --- a/clients/client-waf/src/commands/CreateRateBasedRuleCommand.ts +++ b/clients/client-waf/src/commands/CreateRateBasedRuleCommand.ts @@ -17,6 +17,10 @@ import { CreateRateBasedRuleRequest, CreateRateBasedRuleResponse } from "../mode import { de_CreateRateBasedRuleCommand, se_CreateRateBasedRuleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/CreateRegexMatchSetCommand.ts b/clients/client-waf/src/commands/CreateRegexMatchSetCommand.ts index 53be693d6c4be..f3d53a6b247a0 100644 --- a/clients/client-waf/src/commands/CreateRegexMatchSetCommand.ts +++ b/clients/client-waf/src/commands/CreateRegexMatchSetCommand.ts @@ -17,6 +17,10 @@ import { CreateRegexMatchSetRequest, CreateRegexMatchSetResponse } from "../mode import { de_CreateRegexMatchSetCommand, se_CreateRegexMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/CreateRegexPatternSetCommand.ts b/clients/client-waf/src/commands/CreateRegexPatternSetCommand.ts index 4b8650edede83..7c5342cd9f81d 100644 --- a/clients/client-waf/src/commands/CreateRegexPatternSetCommand.ts +++ b/clients/client-waf/src/commands/CreateRegexPatternSetCommand.ts @@ -17,6 +17,10 @@ import { CreateRegexPatternSetRequest, CreateRegexPatternSetResponse } from "../ import { de_CreateRegexPatternSetCommand, se_CreateRegexPatternSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/CreateRuleCommand.ts b/clients/client-waf/src/commands/CreateRuleCommand.ts index 138960bcb1b06..1154ad3ef94c2 100644 --- a/clients/client-waf/src/commands/CreateRuleCommand.ts +++ b/clients/client-waf/src/commands/CreateRuleCommand.ts @@ -17,6 +17,10 @@ import { CreateRuleRequest, CreateRuleResponse } from "../models/models_0"; import { de_CreateRuleCommand, se_CreateRuleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/CreateRuleGroupCommand.ts b/clients/client-waf/src/commands/CreateRuleGroupCommand.ts index 6059ab70c22bf..d3fdf443c703b 100644 --- a/clients/client-waf/src/commands/CreateRuleGroupCommand.ts +++ b/clients/client-waf/src/commands/CreateRuleGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateRuleGroupRequest, CreateRuleGroupResponse } from "../models/model import { de_CreateRuleGroupCommand, se_CreateRuleGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/CreateSizeConstraintSetCommand.ts b/clients/client-waf/src/commands/CreateSizeConstraintSetCommand.ts index 0ed2c3392f8e3..9a8d77ea84f38 100644 --- a/clients/client-waf/src/commands/CreateSizeConstraintSetCommand.ts +++ b/clients/client-waf/src/commands/CreateSizeConstraintSetCommand.ts @@ -17,6 +17,10 @@ import { CreateSizeConstraintSetRequest, CreateSizeConstraintSetResponse } from import { de_CreateSizeConstraintSetCommand, se_CreateSizeConstraintSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/CreateSqlInjectionMatchSetCommand.ts b/clients/client-waf/src/commands/CreateSqlInjectionMatchSetCommand.ts index 75ce07a7bd1bf..f841301df68a4 100644 --- a/clients/client-waf/src/commands/CreateSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf/src/commands/CreateSqlInjectionMatchSetCommand.ts @@ -17,6 +17,10 @@ import { CreateSqlInjectionMatchSetRequest, CreateSqlInjectionMatchSetResponse } import { de_CreateSqlInjectionMatchSetCommand, se_CreateSqlInjectionMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/CreateWebACLCommand.ts b/clients/client-waf/src/commands/CreateWebACLCommand.ts index a72e888c77f6c..00fa901390af6 100644 --- a/clients/client-waf/src/commands/CreateWebACLCommand.ts +++ b/clients/client-waf/src/commands/CreateWebACLCommand.ts @@ -17,6 +17,10 @@ import { CreateWebACLRequest, CreateWebACLResponse } from "../models/models_0"; import { de_CreateWebACLCommand, se_CreateWebACLCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/CreateWebACLMigrationStackCommand.ts b/clients/client-waf/src/commands/CreateWebACLMigrationStackCommand.ts index c1d9cba6c79e4..9d2903ceb4964 100644 --- a/clients/client-waf/src/commands/CreateWebACLMigrationStackCommand.ts +++ b/clients/client-waf/src/commands/CreateWebACLMigrationStackCommand.ts @@ -17,6 +17,10 @@ import { CreateWebACLMigrationStackRequest, CreateWebACLMigrationStackResponse } import { de_CreateWebACLMigrationStackCommand, se_CreateWebACLMigrationStackCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/CreateXssMatchSetCommand.ts b/clients/client-waf/src/commands/CreateXssMatchSetCommand.ts index 68c26db902a9c..2f75928fab58d 100644 --- a/clients/client-waf/src/commands/CreateXssMatchSetCommand.ts +++ b/clients/client-waf/src/commands/CreateXssMatchSetCommand.ts @@ -17,6 +17,10 @@ import { CreateXssMatchSetRequest, CreateXssMatchSetResponse } from "../models/m import { de_CreateXssMatchSetCommand, se_CreateXssMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/DeleteByteMatchSetCommand.ts b/clients/client-waf/src/commands/DeleteByteMatchSetCommand.ts index edcb0a4888ba3..f098c7a773ce9 100644 --- a/clients/client-waf/src/commands/DeleteByteMatchSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteByteMatchSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteByteMatchSetRequest, DeleteByteMatchSetResponse } from "../models import { de_DeleteByteMatchSetCommand, se_DeleteByteMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/DeleteGeoMatchSetCommand.ts b/clients/client-waf/src/commands/DeleteGeoMatchSetCommand.ts index 95d4113149a42..0f4f27ffd1f64 100644 --- a/clients/client-waf/src/commands/DeleteGeoMatchSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteGeoMatchSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteGeoMatchSetRequest, DeleteGeoMatchSetResponse } from "../models/m import { de_DeleteGeoMatchSetCommand, se_DeleteGeoMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/DeleteIPSetCommand.ts b/clients/client-waf/src/commands/DeleteIPSetCommand.ts index 032f4a437cd98..73264912a0576 100644 --- a/clients/client-waf/src/commands/DeleteIPSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteIPSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteIPSetRequest, DeleteIPSetResponse } from "../models/models_0"; import { de_DeleteIPSetCommand, se_DeleteIPSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-waf/src/commands/DeleteLoggingConfigurationCommand.ts index 95f0e58de7043..785a2f667f1f9 100644 --- a/clients/client-waf/src/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-waf/src/commands/DeleteLoggingConfigurationCommand.ts @@ -17,6 +17,10 @@ import { DeleteLoggingConfigurationRequest, DeleteLoggingConfigurationResponse } import { de_DeleteLoggingConfigurationCommand, se_DeleteLoggingConfigurationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/DeletePermissionPolicyCommand.ts b/clients/client-waf/src/commands/DeletePermissionPolicyCommand.ts index fcc48c9e58698..d7de93dc81a38 100644 --- a/clients/client-waf/src/commands/DeletePermissionPolicyCommand.ts +++ b/clients/client-waf/src/commands/DeletePermissionPolicyCommand.ts @@ -17,6 +17,10 @@ import { DeletePermissionPolicyRequest, DeletePermissionPolicyResponse } from ". import { de_DeletePermissionPolicyCommand, se_DeletePermissionPolicyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/DeleteRateBasedRuleCommand.ts b/clients/client-waf/src/commands/DeleteRateBasedRuleCommand.ts index 47e5c835eb551..8e393ee8166f4 100644 --- a/clients/client-waf/src/commands/DeleteRateBasedRuleCommand.ts +++ b/clients/client-waf/src/commands/DeleteRateBasedRuleCommand.ts @@ -17,6 +17,10 @@ import { DeleteRateBasedRuleRequest, DeleteRateBasedRuleResponse } from "../mode import { de_DeleteRateBasedRuleCommand, se_DeleteRateBasedRuleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/DeleteRegexMatchSetCommand.ts b/clients/client-waf/src/commands/DeleteRegexMatchSetCommand.ts index 7a38277c7c566..cad225ae328d0 100644 --- a/clients/client-waf/src/commands/DeleteRegexMatchSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteRegexMatchSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteRegexMatchSetRequest, DeleteRegexMatchSetResponse } from "../mode import { de_DeleteRegexMatchSetCommand, se_DeleteRegexMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/DeleteRegexPatternSetCommand.ts b/clients/client-waf/src/commands/DeleteRegexPatternSetCommand.ts index d3031cb852c07..d6ef277f6c2eb 100644 --- a/clients/client-waf/src/commands/DeleteRegexPatternSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteRegexPatternSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteRegexPatternSetRequest, DeleteRegexPatternSetResponse } from "../ import { de_DeleteRegexPatternSetCommand, se_DeleteRegexPatternSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/DeleteRuleCommand.ts b/clients/client-waf/src/commands/DeleteRuleCommand.ts index 3280b46c8acfb..b095b3fbc0c50 100644 --- a/clients/client-waf/src/commands/DeleteRuleCommand.ts +++ b/clients/client-waf/src/commands/DeleteRuleCommand.ts @@ -17,6 +17,10 @@ import { DeleteRuleRequest, DeleteRuleResponse } from "../models/models_0"; import { de_DeleteRuleCommand, se_DeleteRuleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/DeleteRuleGroupCommand.ts b/clients/client-waf/src/commands/DeleteRuleGroupCommand.ts index 8f79527bb0b4c..c6962700eb366 100644 --- a/clients/client-waf/src/commands/DeleteRuleGroupCommand.ts +++ b/clients/client-waf/src/commands/DeleteRuleGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteRuleGroupRequest, DeleteRuleGroupResponse } from "../models/model import { de_DeleteRuleGroupCommand, se_DeleteRuleGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/DeleteSizeConstraintSetCommand.ts b/clients/client-waf/src/commands/DeleteSizeConstraintSetCommand.ts index acfdb1e40fa7c..34dcfe8c06712 100644 --- a/clients/client-waf/src/commands/DeleteSizeConstraintSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteSizeConstraintSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteSizeConstraintSetRequest, DeleteSizeConstraintSetResponse } from import { de_DeleteSizeConstraintSetCommand, se_DeleteSizeConstraintSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/DeleteSqlInjectionMatchSetCommand.ts b/clients/client-waf/src/commands/DeleteSqlInjectionMatchSetCommand.ts index c77c1f20a068a..51b9a9eff2f65 100644 --- a/clients/client-waf/src/commands/DeleteSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteSqlInjectionMatchSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteSqlInjectionMatchSetRequest, DeleteSqlInjectionMatchSetResponse } import { de_DeleteSqlInjectionMatchSetCommand, se_DeleteSqlInjectionMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/DeleteWebACLCommand.ts b/clients/client-waf/src/commands/DeleteWebACLCommand.ts index d24805dc658ca..66c119a9d0b8e 100644 --- a/clients/client-waf/src/commands/DeleteWebACLCommand.ts +++ b/clients/client-waf/src/commands/DeleteWebACLCommand.ts @@ -17,6 +17,10 @@ import { DeleteWebACLRequest, DeleteWebACLResponse } from "../models/models_0"; import { de_DeleteWebACLCommand, se_DeleteWebACLCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/DeleteXssMatchSetCommand.ts b/clients/client-waf/src/commands/DeleteXssMatchSetCommand.ts index 7afec83ef8e4e..7053e053b49b2 100644 --- a/clients/client-waf/src/commands/DeleteXssMatchSetCommand.ts +++ b/clients/client-waf/src/commands/DeleteXssMatchSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteXssMatchSetRequest, DeleteXssMatchSetResponse } from "../models/m import { de_DeleteXssMatchSetCommand, se_DeleteXssMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/GetByteMatchSetCommand.ts b/clients/client-waf/src/commands/GetByteMatchSetCommand.ts index 2515da7e96159..4050cb121796d 100644 --- a/clients/client-waf/src/commands/GetByteMatchSetCommand.ts +++ b/clients/client-waf/src/commands/GetByteMatchSetCommand.ts @@ -17,6 +17,10 @@ import { GetByteMatchSetRequest, GetByteMatchSetResponse } from "../models/model import { de_GetByteMatchSetCommand, se_GetByteMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/GetChangeTokenCommand.ts b/clients/client-waf/src/commands/GetChangeTokenCommand.ts index 53fcadd8dec2c..384fd5b025b9e 100644 --- a/clients/client-waf/src/commands/GetChangeTokenCommand.ts +++ b/clients/client-waf/src/commands/GetChangeTokenCommand.ts @@ -17,6 +17,10 @@ import { GetChangeTokenRequest, GetChangeTokenResponse } from "../models/models_ import { de_GetChangeTokenCommand, se_GetChangeTokenCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/GetChangeTokenStatusCommand.ts b/clients/client-waf/src/commands/GetChangeTokenStatusCommand.ts index 152419ae2eda7..f9ed67fb7a426 100644 --- a/clients/client-waf/src/commands/GetChangeTokenStatusCommand.ts +++ b/clients/client-waf/src/commands/GetChangeTokenStatusCommand.ts @@ -17,6 +17,10 @@ import { GetChangeTokenStatusRequest, GetChangeTokenStatusResponse } from "../mo import { de_GetChangeTokenStatusCommand, se_GetChangeTokenStatusCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/GetGeoMatchSetCommand.ts b/clients/client-waf/src/commands/GetGeoMatchSetCommand.ts index 1c52274b3146a..988be5c1a6207 100644 --- a/clients/client-waf/src/commands/GetGeoMatchSetCommand.ts +++ b/clients/client-waf/src/commands/GetGeoMatchSetCommand.ts @@ -17,6 +17,10 @@ import { GetGeoMatchSetRequest, GetGeoMatchSetResponse } from "../models/models_ import { de_GetGeoMatchSetCommand, se_GetGeoMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/GetIPSetCommand.ts b/clients/client-waf/src/commands/GetIPSetCommand.ts index 145ce5e5f57bf..656df9d2014d8 100644 --- a/clients/client-waf/src/commands/GetIPSetCommand.ts +++ b/clients/client-waf/src/commands/GetIPSetCommand.ts @@ -17,6 +17,10 @@ import { GetIPSetRequest, GetIPSetResponse } from "../models/models_0"; import { de_GetIPSetCommand, se_GetIPSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/GetLoggingConfigurationCommand.ts b/clients/client-waf/src/commands/GetLoggingConfigurationCommand.ts index 3dde00e6e0b60..ca83d7c9b8c92 100644 --- a/clients/client-waf/src/commands/GetLoggingConfigurationCommand.ts +++ b/clients/client-waf/src/commands/GetLoggingConfigurationCommand.ts @@ -17,6 +17,10 @@ import { GetLoggingConfigurationRequest, GetLoggingConfigurationResponse } from import { de_GetLoggingConfigurationCommand, se_GetLoggingConfigurationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/GetPermissionPolicyCommand.ts b/clients/client-waf/src/commands/GetPermissionPolicyCommand.ts index 03dd1f6e5baf9..39449e7d490be 100644 --- a/clients/client-waf/src/commands/GetPermissionPolicyCommand.ts +++ b/clients/client-waf/src/commands/GetPermissionPolicyCommand.ts @@ -17,6 +17,10 @@ import { GetPermissionPolicyRequest, GetPermissionPolicyResponse } from "../mode import { de_GetPermissionPolicyCommand, se_GetPermissionPolicyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/GetRateBasedRuleCommand.ts b/clients/client-waf/src/commands/GetRateBasedRuleCommand.ts index baba0d253452e..bdf2f55623b17 100644 --- a/clients/client-waf/src/commands/GetRateBasedRuleCommand.ts +++ b/clients/client-waf/src/commands/GetRateBasedRuleCommand.ts @@ -17,6 +17,10 @@ import { GetRateBasedRuleRequest, GetRateBasedRuleResponse } from "../models/mod import { de_GetRateBasedRuleCommand, se_GetRateBasedRuleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/GetRateBasedRuleManagedKeysCommand.ts b/clients/client-waf/src/commands/GetRateBasedRuleManagedKeysCommand.ts index 03d191a17aa54..5715aa1b867ec 100644 --- a/clients/client-waf/src/commands/GetRateBasedRuleManagedKeysCommand.ts +++ b/clients/client-waf/src/commands/GetRateBasedRuleManagedKeysCommand.ts @@ -17,6 +17,10 @@ import { GetRateBasedRuleManagedKeysRequest, GetRateBasedRuleManagedKeysResponse import { de_GetRateBasedRuleManagedKeysCommand, se_GetRateBasedRuleManagedKeysCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/GetRegexMatchSetCommand.ts b/clients/client-waf/src/commands/GetRegexMatchSetCommand.ts index 105247c626739..8057ec5a21bcf 100644 --- a/clients/client-waf/src/commands/GetRegexMatchSetCommand.ts +++ b/clients/client-waf/src/commands/GetRegexMatchSetCommand.ts @@ -17,6 +17,10 @@ import { GetRegexMatchSetRequest, GetRegexMatchSetResponse } from "../models/mod import { de_GetRegexMatchSetCommand, se_GetRegexMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/GetRegexPatternSetCommand.ts b/clients/client-waf/src/commands/GetRegexPatternSetCommand.ts index 7da44b7f6daf6..b7c7dc5ccae37 100644 --- a/clients/client-waf/src/commands/GetRegexPatternSetCommand.ts +++ b/clients/client-waf/src/commands/GetRegexPatternSetCommand.ts @@ -17,6 +17,10 @@ import { GetRegexPatternSetRequest, GetRegexPatternSetResponse } from "../models import { de_GetRegexPatternSetCommand, se_GetRegexPatternSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/GetRuleCommand.ts b/clients/client-waf/src/commands/GetRuleCommand.ts index 14d4c62bdd467..d1d9af669765c 100644 --- a/clients/client-waf/src/commands/GetRuleCommand.ts +++ b/clients/client-waf/src/commands/GetRuleCommand.ts @@ -17,6 +17,10 @@ import { GetRuleRequest, GetRuleResponse } from "../models/models_0"; import { de_GetRuleCommand, se_GetRuleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/GetRuleGroupCommand.ts b/clients/client-waf/src/commands/GetRuleGroupCommand.ts index f0a739b4a267e..8bc0aac151d6f 100644 --- a/clients/client-waf/src/commands/GetRuleGroupCommand.ts +++ b/clients/client-waf/src/commands/GetRuleGroupCommand.ts @@ -17,6 +17,10 @@ import { GetRuleGroupRequest, GetRuleGroupResponse } from "../models/models_0"; import { de_GetRuleGroupCommand, se_GetRuleGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/GetSampledRequestsCommand.ts b/clients/client-waf/src/commands/GetSampledRequestsCommand.ts index 75379619ec846..3b382efefa084 100644 --- a/clients/client-waf/src/commands/GetSampledRequestsCommand.ts +++ b/clients/client-waf/src/commands/GetSampledRequestsCommand.ts @@ -17,6 +17,10 @@ import { GetSampledRequestsRequest, GetSampledRequestsResponse } from "../models import { de_GetSampledRequestsCommand, se_GetSampledRequestsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/GetSizeConstraintSetCommand.ts b/clients/client-waf/src/commands/GetSizeConstraintSetCommand.ts index 63b2c046b947f..7e00f9e9156b4 100644 --- a/clients/client-waf/src/commands/GetSizeConstraintSetCommand.ts +++ b/clients/client-waf/src/commands/GetSizeConstraintSetCommand.ts @@ -17,6 +17,10 @@ import { GetSizeConstraintSetRequest, GetSizeConstraintSetResponse } from "../mo import { de_GetSizeConstraintSetCommand, se_GetSizeConstraintSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/GetSqlInjectionMatchSetCommand.ts b/clients/client-waf/src/commands/GetSqlInjectionMatchSetCommand.ts index e0a38499fcead..ee9d79f12afe2 100644 --- a/clients/client-waf/src/commands/GetSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf/src/commands/GetSqlInjectionMatchSetCommand.ts @@ -17,6 +17,10 @@ import { GetSqlInjectionMatchSetRequest, GetSqlInjectionMatchSetResponse } from import { de_GetSqlInjectionMatchSetCommand, se_GetSqlInjectionMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/GetWebACLCommand.ts b/clients/client-waf/src/commands/GetWebACLCommand.ts index ba848d2c25f8a..a5e5bd50af418 100644 --- a/clients/client-waf/src/commands/GetWebACLCommand.ts +++ b/clients/client-waf/src/commands/GetWebACLCommand.ts @@ -17,6 +17,10 @@ import { GetWebACLRequest, GetWebACLResponse } from "../models/models_0"; import { de_GetWebACLCommand, se_GetWebACLCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/GetXssMatchSetCommand.ts b/clients/client-waf/src/commands/GetXssMatchSetCommand.ts index 130da350a2bd7..babc06906b1e4 100644 --- a/clients/client-waf/src/commands/GetXssMatchSetCommand.ts +++ b/clients/client-waf/src/commands/GetXssMatchSetCommand.ts @@ -17,6 +17,10 @@ import { GetXssMatchSetRequest, GetXssMatchSetResponse } from "../models/models_ import { de_GetXssMatchSetCommand, se_GetXssMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/ListActivatedRulesInRuleGroupCommand.ts b/clients/client-waf/src/commands/ListActivatedRulesInRuleGroupCommand.ts index 34363eb3fe2cc..d9763fa1e998d 100644 --- a/clients/client-waf/src/commands/ListActivatedRulesInRuleGroupCommand.ts +++ b/clients/client-waf/src/commands/ListActivatedRulesInRuleGroupCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/ListByteMatchSetsCommand.ts b/clients/client-waf/src/commands/ListByteMatchSetsCommand.ts index fe0309710fe0a..5214c72670fd1 100644 --- a/clients/client-waf/src/commands/ListByteMatchSetsCommand.ts +++ b/clients/client-waf/src/commands/ListByteMatchSetsCommand.ts @@ -17,6 +17,10 @@ import { ListByteMatchSetsRequest, ListByteMatchSetsResponse } from "../models/m import { de_ListByteMatchSetsCommand, se_ListByteMatchSetsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/ListGeoMatchSetsCommand.ts b/clients/client-waf/src/commands/ListGeoMatchSetsCommand.ts index 538ddf740e5e4..5ad98b8659773 100644 --- a/clients/client-waf/src/commands/ListGeoMatchSetsCommand.ts +++ b/clients/client-waf/src/commands/ListGeoMatchSetsCommand.ts @@ -17,6 +17,10 @@ import { ListGeoMatchSetsRequest, ListGeoMatchSetsResponse } from "../models/mod import { de_ListGeoMatchSetsCommand, se_ListGeoMatchSetsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/ListIPSetsCommand.ts b/clients/client-waf/src/commands/ListIPSetsCommand.ts index f2baae7d5b8c7..ad194d1a4582d 100644 --- a/clients/client-waf/src/commands/ListIPSetsCommand.ts +++ b/clients/client-waf/src/commands/ListIPSetsCommand.ts @@ -17,6 +17,10 @@ import { ListIPSetsRequest, ListIPSetsResponse } from "../models/models_0"; import { de_ListIPSetsCommand, se_ListIPSetsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/ListLoggingConfigurationsCommand.ts b/clients/client-waf/src/commands/ListLoggingConfigurationsCommand.ts index 1875e1a3afe53..e5198a3f2fe5f 100644 --- a/clients/client-waf/src/commands/ListLoggingConfigurationsCommand.ts +++ b/clients/client-waf/src/commands/ListLoggingConfigurationsCommand.ts @@ -17,6 +17,10 @@ import { ListLoggingConfigurationsRequest, ListLoggingConfigurationsResponse } f import { de_ListLoggingConfigurationsCommand, se_ListLoggingConfigurationsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/ListRateBasedRulesCommand.ts b/clients/client-waf/src/commands/ListRateBasedRulesCommand.ts index 9da505a4028b2..3ecf580095078 100644 --- a/clients/client-waf/src/commands/ListRateBasedRulesCommand.ts +++ b/clients/client-waf/src/commands/ListRateBasedRulesCommand.ts @@ -17,6 +17,10 @@ import { ListRateBasedRulesRequest, ListRateBasedRulesResponse } from "../models import { de_ListRateBasedRulesCommand, se_ListRateBasedRulesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/ListRegexMatchSetsCommand.ts b/clients/client-waf/src/commands/ListRegexMatchSetsCommand.ts index 0572ed958b639..3d7be1c7350a0 100644 --- a/clients/client-waf/src/commands/ListRegexMatchSetsCommand.ts +++ b/clients/client-waf/src/commands/ListRegexMatchSetsCommand.ts @@ -17,6 +17,10 @@ import { ListRegexMatchSetsRequest, ListRegexMatchSetsResponse } from "../models import { de_ListRegexMatchSetsCommand, se_ListRegexMatchSetsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/ListRegexPatternSetsCommand.ts b/clients/client-waf/src/commands/ListRegexPatternSetsCommand.ts index 613ff93a088bf..f3f03f818dd43 100644 --- a/clients/client-waf/src/commands/ListRegexPatternSetsCommand.ts +++ b/clients/client-waf/src/commands/ListRegexPatternSetsCommand.ts @@ -17,6 +17,10 @@ import { ListRegexPatternSetsRequest, ListRegexPatternSetsResponse } from "../mo import { de_ListRegexPatternSetsCommand, se_ListRegexPatternSetsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/ListRuleGroupsCommand.ts b/clients/client-waf/src/commands/ListRuleGroupsCommand.ts index 19c69d85d730f..facf5172426df 100644 --- a/clients/client-waf/src/commands/ListRuleGroupsCommand.ts +++ b/clients/client-waf/src/commands/ListRuleGroupsCommand.ts @@ -17,6 +17,10 @@ import { ListRuleGroupsRequest, ListRuleGroupsResponse } from "../models/models_ import { de_ListRuleGroupsCommand, se_ListRuleGroupsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/ListRulesCommand.ts b/clients/client-waf/src/commands/ListRulesCommand.ts index 26b30b9676e87..216420b32775c 100644 --- a/clients/client-waf/src/commands/ListRulesCommand.ts +++ b/clients/client-waf/src/commands/ListRulesCommand.ts @@ -17,6 +17,10 @@ import { ListRulesRequest, ListRulesResponse } from "../models/models_0"; import { de_ListRulesCommand, se_ListRulesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/ListSizeConstraintSetsCommand.ts b/clients/client-waf/src/commands/ListSizeConstraintSetsCommand.ts index ede111aad760b..6147e404800ef 100644 --- a/clients/client-waf/src/commands/ListSizeConstraintSetsCommand.ts +++ b/clients/client-waf/src/commands/ListSizeConstraintSetsCommand.ts @@ -17,6 +17,10 @@ import { ListSizeConstraintSetsRequest, ListSizeConstraintSetsResponse } from ". import { de_ListSizeConstraintSetsCommand, se_ListSizeConstraintSetsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/ListSqlInjectionMatchSetsCommand.ts b/clients/client-waf/src/commands/ListSqlInjectionMatchSetsCommand.ts index 691f60da6d58d..d3cfe6dd9a485 100644 --- a/clients/client-waf/src/commands/ListSqlInjectionMatchSetsCommand.ts +++ b/clients/client-waf/src/commands/ListSqlInjectionMatchSetsCommand.ts @@ -17,6 +17,10 @@ import { ListSqlInjectionMatchSetsRequest, ListSqlInjectionMatchSetsResponse } f import { de_ListSqlInjectionMatchSetsCommand, se_ListSqlInjectionMatchSetsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/ListSubscribedRuleGroupsCommand.ts b/clients/client-waf/src/commands/ListSubscribedRuleGroupsCommand.ts index f5fe0eef2266d..d605a85b7e9f6 100644 --- a/clients/client-waf/src/commands/ListSubscribedRuleGroupsCommand.ts +++ b/clients/client-waf/src/commands/ListSubscribedRuleGroupsCommand.ts @@ -17,6 +17,10 @@ import { ListSubscribedRuleGroupsRequest, ListSubscribedRuleGroupsResponse } fro import { de_ListSubscribedRuleGroupsCommand, se_ListSubscribedRuleGroupsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/ListTagsForResourceCommand.ts b/clients/client-waf/src/commands/ListTagsForResourceCommand.ts index 9ffb25d66b732..0134cf0a87dfb 100644 --- a/clients/client-waf/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-waf/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/ListWebACLsCommand.ts b/clients/client-waf/src/commands/ListWebACLsCommand.ts index 45984dad9f3e3..7b21cc224ec75 100644 --- a/clients/client-waf/src/commands/ListWebACLsCommand.ts +++ b/clients/client-waf/src/commands/ListWebACLsCommand.ts @@ -17,6 +17,10 @@ import { ListWebACLsRequest, ListWebACLsResponse } from "../models/models_0"; import { de_ListWebACLsCommand, se_ListWebACLsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/ListXssMatchSetsCommand.ts b/clients/client-waf/src/commands/ListXssMatchSetsCommand.ts index cf0eb22477136..a0ed75308b6c0 100644 --- a/clients/client-waf/src/commands/ListXssMatchSetsCommand.ts +++ b/clients/client-waf/src/commands/ListXssMatchSetsCommand.ts @@ -17,6 +17,10 @@ import { ListXssMatchSetsRequest, ListXssMatchSetsResponse } from "../models/mod import { de_ListXssMatchSetsCommand, se_ListXssMatchSetsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/PutLoggingConfigurationCommand.ts b/clients/client-waf/src/commands/PutLoggingConfigurationCommand.ts index 4a397597f15c6..1b9a575cbcaf2 100644 --- a/clients/client-waf/src/commands/PutLoggingConfigurationCommand.ts +++ b/clients/client-waf/src/commands/PutLoggingConfigurationCommand.ts @@ -17,6 +17,10 @@ import { PutLoggingConfigurationRequest, PutLoggingConfigurationResponse } from import { de_PutLoggingConfigurationCommand, se_PutLoggingConfigurationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/PutPermissionPolicyCommand.ts b/clients/client-waf/src/commands/PutPermissionPolicyCommand.ts index c6f8d46dd5629..aace681f0af79 100644 --- a/clients/client-waf/src/commands/PutPermissionPolicyCommand.ts +++ b/clients/client-waf/src/commands/PutPermissionPolicyCommand.ts @@ -17,6 +17,10 @@ import { PutPermissionPolicyRequest, PutPermissionPolicyResponse } from "../mode import { de_PutPermissionPolicyCommand, se_PutPermissionPolicyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/TagResourceCommand.ts b/clients/client-waf/src/commands/TagResourceCommand.ts index a71880a12a4df..f0384f00eeb08 100644 --- a/clients/client-waf/src/commands/TagResourceCommand.ts +++ b/clients/client-waf/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/UntagResourceCommand.ts b/clients/client-waf/src/commands/UntagResourceCommand.ts index f763964a27248..ad8e76ee7c58d 100644 --- a/clients/client-waf/src/commands/UntagResourceCommand.ts +++ b/clients/client-waf/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/UpdateByteMatchSetCommand.ts b/clients/client-waf/src/commands/UpdateByteMatchSetCommand.ts index 4f16e5e14af54..aae7ea0f92159 100644 --- a/clients/client-waf/src/commands/UpdateByteMatchSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateByteMatchSetCommand.ts @@ -17,6 +17,10 @@ import { UpdateByteMatchSetRequest, UpdateByteMatchSetResponse } from "../models import { de_UpdateByteMatchSetCommand, se_UpdateByteMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/UpdateGeoMatchSetCommand.ts b/clients/client-waf/src/commands/UpdateGeoMatchSetCommand.ts index df187a253994c..7ad7bba971d4f 100644 --- a/clients/client-waf/src/commands/UpdateGeoMatchSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateGeoMatchSetCommand.ts @@ -17,6 +17,10 @@ import { UpdateGeoMatchSetRequest, UpdateGeoMatchSetResponse } from "../models/m import { de_UpdateGeoMatchSetCommand, se_UpdateGeoMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/UpdateIPSetCommand.ts b/clients/client-waf/src/commands/UpdateIPSetCommand.ts index 2680aa45ef614..ca635cf856fd5 100644 --- a/clients/client-waf/src/commands/UpdateIPSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateIPSetCommand.ts @@ -17,6 +17,10 @@ import { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_0"; import { de_UpdateIPSetCommand, se_UpdateIPSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/UpdateRateBasedRuleCommand.ts b/clients/client-waf/src/commands/UpdateRateBasedRuleCommand.ts index 3f8e247c0c3c0..fc60fe37edfe8 100644 --- a/clients/client-waf/src/commands/UpdateRateBasedRuleCommand.ts +++ b/clients/client-waf/src/commands/UpdateRateBasedRuleCommand.ts @@ -17,6 +17,10 @@ import { UpdateRateBasedRuleRequest, UpdateRateBasedRuleResponse } from "../mode import { de_UpdateRateBasedRuleCommand, se_UpdateRateBasedRuleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/UpdateRegexMatchSetCommand.ts b/clients/client-waf/src/commands/UpdateRegexMatchSetCommand.ts index 4b2e4df5e6b97..acc82503b2225 100644 --- a/clients/client-waf/src/commands/UpdateRegexMatchSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateRegexMatchSetCommand.ts @@ -17,6 +17,10 @@ import { UpdateRegexMatchSetRequest, UpdateRegexMatchSetResponse } from "../mode import { de_UpdateRegexMatchSetCommand, se_UpdateRegexMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/UpdateRegexPatternSetCommand.ts b/clients/client-waf/src/commands/UpdateRegexPatternSetCommand.ts index 22bd315c39724..7af8b4f424b4e 100644 --- a/clients/client-waf/src/commands/UpdateRegexPatternSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateRegexPatternSetCommand.ts @@ -17,6 +17,10 @@ import { UpdateRegexPatternSetRequest, UpdateRegexPatternSetResponse } from "../ import { de_UpdateRegexPatternSetCommand, se_UpdateRegexPatternSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/UpdateRuleCommand.ts b/clients/client-waf/src/commands/UpdateRuleCommand.ts index 4a598913edf1d..0c7e422bebf09 100644 --- a/clients/client-waf/src/commands/UpdateRuleCommand.ts +++ b/clients/client-waf/src/commands/UpdateRuleCommand.ts @@ -17,6 +17,10 @@ import { UpdateRuleRequest, UpdateRuleResponse } from "../models/models_0"; import { de_UpdateRuleCommand, se_UpdateRuleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/UpdateRuleGroupCommand.ts b/clients/client-waf/src/commands/UpdateRuleGroupCommand.ts index 98762265f95a2..8b2c1c6953d3e 100644 --- a/clients/client-waf/src/commands/UpdateRuleGroupCommand.ts +++ b/clients/client-waf/src/commands/UpdateRuleGroupCommand.ts @@ -17,6 +17,10 @@ import { UpdateRuleGroupRequest, UpdateRuleGroupResponse } from "../models/model import { de_UpdateRuleGroupCommand, se_UpdateRuleGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/UpdateSizeConstraintSetCommand.ts b/clients/client-waf/src/commands/UpdateSizeConstraintSetCommand.ts index e04f099c45e31..58f28d46dd69e 100644 --- a/clients/client-waf/src/commands/UpdateSizeConstraintSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateSizeConstraintSetCommand.ts @@ -17,6 +17,10 @@ import { UpdateSizeConstraintSetRequest, UpdateSizeConstraintSetResponse } from import { de_UpdateSizeConstraintSetCommand, se_UpdateSizeConstraintSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/UpdateSqlInjectionMatchSetCommand.ts b/clients/client-waf/src/commands/UpdateSqlInjectionMatchSetCommand.ts index 6062d23c96133..521d426001ac0 100644 --- a/clients/client-waf/src/commands/UpdateSqlInjectionMatchSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateSqlInjectionMatchSetCommand.ts @@ -17,6 +17,10 @@ import { UpdateSqlInjectionMatchSetRequest, UpdateSqlInjectionMatchSetResponse } import { de_UpdateSqlInjectionMatchSetCommand, se_UpdateSqlInjectionMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/UpdateWebACLCommand.ts b/clients/client-waf/src/commands/UpdateWebACLCommand.ts index b01d2d8aad1be..2cf515b7b2c87 100644 --- a/clients/client-waf/src/commands/UpdateWebACLCommand.ts +++ b/clients/client-waf/src/commands/UpdateWebACLCommand.ts @@ -17,6 +17,10 @@ import { UpdateWebACLRequest, UpdateWebACLResponse } from "../models/models_0"; import { de_UpdateWebACLCommand, se_UpdateWebACLCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/commands/UpdateXssMatchSetCommand.ts b/clients/client-waf/src/commands/UpdateXssMatchSetCommand.ts index 6c9f8e60356de..978797fda30e3 100644 --- a/clients/client-waf/src/commands/UpdateXssMatchSetCommand.ts +++ b/clients/client-waf/src/commands/UpdateXssMatchSetCommand.ts @@ -17,6 +17,10 @@ import { UpdateXssMatchSetRequest, UpdateXssMatchSetResponse } from "../models/m import { de_UpdateXssMatchSetCommand, se_UpdateXssMatchSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-waf/src/index.ts b/clients/client-waf/src/index.ts index cdc87e54fbacd..03cef8238c4a4 100644 --- a/clients/client-waf/src/index.ts +++ b/clients/client-waf/src/index.ts @@ -1,6 +1,22 @@ -export * from "./WAF"; // smithy-typescript generated code +/* eslint-disable */ +/** + * + *

This is AWS WAF Classic documentation. For + * more information, see AWS + * WAF Classic in the developer guide.

+ *

+ * For the latest version of AWS + * WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.

+ *
+ *

This is the AWS WAF Classic API Reference for using AWS WAF Classic with Amazon CloudFront. The AWS WAF Classic actions and data types listed in the reference are available for protecting Amazon CloudFront distributions. You can use these actions and data types via the endpoint waf.amazonaws.com. This guide is for developers who need detailed information about the AWS WAF Classic API actions, + * data types, and errors. For detailed information about AWS WAF Classic features and an overview of how to use the AWS WAF Classic API, see the + * AWS WAF Classic in the developer guide.

+ * + * @packageDocumentation + */ export * from "./WAFClient"; +export * from "./WAF"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-waf/src/models/WAFServiceException.ts b/clients/client-waf/src/models/WAFServiceException.ts index e925faf3a6c8a..ff19b6ac62528 100644 --- a/clients/client-waf/src/models/WAFServiceException.ts +++ b/clients/client-waf/src/models/WAFServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-wafv2/src/WAFV2Client.ts b/clients/client-wafv2/src/WAFV2Client.ts index 12fe4db069b75..f464fc3eb82b0 100644 --- a/clients/client-wafv2/src/WAFV2Client.ts +++ b/clients/client-wafv2/src/WAFV2Client.ts @@ -185,6 +185,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -424,7 +426,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type WAFV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type WAFV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -443,7 +445,7 @@ export interface WAFV2ClientConfig extends WAFV2ClientConfigType {} /** * @public */ -type WAFV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type WAFV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-wafv2/src/commands/AssociateWebACLCommand.ts b/clients/client-wafv2/src/commands/AssociateWebACLCommand.ts index 9e457407e1c35..559e459b47587 100644 --- a/clients/client-wafv2/src/commands/AssociateWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/AssociateWebACLCommand.ts @@ -17,6 +17,10 @@ import { AssociateWebACLRequest, AssociateWebACLResponse } from "../models/model import { de_AssociateWebACLCommand, se_AssociateWebACLCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/CheckCapacityCommand.ts b/clients/client-wafv2/src/commands/CheckCapacityCommand.ts index d51bb7b6b190a..aa66e03f7ed65 100644 --- a/clients/client-wafv2/src/commands/CheckCapacityCommand.ts +++ b/clients/client-wafv2/src/commands/CheckCapacityCommand.ts @@ -17,6 +17,10 @@ import { CheckCapacityRequest, CheckCapacityResponse } from "../models/models_0" import { de_CheckCapacityCommand, se_CheckCapacityCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/CreateAPIKeyCommand.ts b/clients/client-wafv2/src/commands/CreateAPIKeyCommand.ts index 2a96c90a07fef..11991e9d07b15 100644 --- a/clients/client-wafv2/src/commands/CreateAPIKeyCommand.ts +++ b/clients/client-wafv2/src/commands/CreateAPIKeyCommand.ts @@ -17,6 +17,10 @@ import { CreateAPIKeyRequest, CreateAPIKeyResponse } from "../models/models_0"; import { de_CreateAPIKeyCommand, se_CreateAPIKeyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/CreateIPSetCommand.ts b/clients/client-wafv2/src/commands/CreateIPSetCommand.ts index 0edabcf9afa4e..8b2b2c9ee0c6e 100644 --- a/clients/client-wafv2/src/commands/CreateIPSetCommand.ts +++ b/clients/client-wafv2/src/commands/CreateIPSetCommand.ts @@ -17,6 +17,10 @@ import { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0"; import { de_CreateIPSetCommand, se_CreateIPSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/CreateRegexPatternSetCommand.ts b/clients/client-wafv2/src/commands/CreateRegexPatternSetCommand.ts index cab39f2ee53d0..5735a79faad70 100644 --- a/clients/client-wafv2/src/commands/CreateRegexPatternSetCommand.ts +++ b/clients/client-wafv2/src/commands/CreateRegexPatternSetCommand.ts @@ -17,6 +17,10 @@ import { CreateRegexPatternSetRequest, CreateRegexPatternSetResponse } from "../ import { de_CreateRegexPatternSetCommand, se_CreateRegexPatternSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/CreateRuleGroupCommand.ts b/clients/client-wafv2/src/commands/CreateRuleGroupCommand.ts index e53d2d3c9efc7..49988c288328a 100644 --- a/clients/client-wafv2/src/commands/CreateRuleGroupCommand.ts +++ b/clients/client-wafv2/src/commands/CreateRuleGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateRuleGroupRequest, CreateRuleGroupResponse } from "../models/model import { de_CreateRuleGroupCommand, se_CreateRuleGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/CreateWebACLCommand.ts b/clients/client-wafv2/src/commands/CreateWebACLCommand.ts index d10287e714bf5..aa897fb282eef 100644 --- a/clients/client-wafv2/src/commands/CreateWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/CreateWebACLCommand.ts @@ -17,6 +17,10 @@ import { CreateWebACLRequest, CreateWebACLResponse } from "../models/models_0"; import { de_CreateWebACLCommand, se_CreateWebACLCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/DeleteFirewallManagerRuleGroupsCommand.ts b/clients/client-wafv2/src/commands/DeleteFirewallManagerRuleGroupsCommand.ts index fda1442e7dea0..90d0928edfded 100644 --- a/clients/client-wafv2/src/commands/DeleteFirewallManagerRuleGroupsCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteFirewallManagerRuleGroupsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/DeleteIPSetCommand.ts b/clients/client-wafv2/src/commands/DeleteIPSetCommand.ts index c1554a2000f20..a779405cc8a62 100644 --- a/clients/client-wafv2/src/commands/DeleteIPSetCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteIPSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteIPSetRequest, DeleteIPSetResponse } from "../models/models_0"; import { de_DeleteIPSetCommand, se_DeleteIPSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/DeleteLoggingConfigurationCommand.ts b/clients/client-wafv2/src/commands/DeleteLoggingConfigurationCommand.ts index 00d77199512a7..686d0aeff4d1b 100644 --- a/clients/client-wafv2/src/commands/DeleteLoggingConfigurationCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteLoggingConfigurationCommand.ts @@ -17,6 +17,10 @@ import { DeleteLoggingConfigurationRequest, DeleteLoggingConfigurationResponse } import { de_DeleteLoggingConfigurationCommand, se_DeleteLoggingConfigurationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/DeletePermissionPolicyCommand.ts b/clients/client-wafv2/src/commands/DeletePermissionPolicyCommand.ts index 80fd00f1fdb4f..1cbe15f790a88 100644 --- a/clients/client-wafv2/src/commands/DeletePermissionPolicyCommand.ts +++ b/clients/client-wafv2/src/commands/DeletePermissionPolicyCommand.ts @@ -17,6 +17,10 @@ import { DeletePermissionPolicyRequest, DeletePermissionPolicyResponse } from ". import { de_DeletePermissionPolicyCommand, se_DeletePermissionPolicyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/DeleteRegexPatternSetCommand.ts b/clients/client-wafv2/src/commands/DeleteRegexPatternSetCommand.ts index 7fec51b61a2bd..2570d69154675 100644 --- a/clients/client-wafv2/src/commands/DeleteRegexPatternSetCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteRegexPatternSetCommand.ts @@ -17,6 +17,10 @@ import { DeleteRegexPatternSetRequest, DeleteRegexPatternSetResponse } from "../ import { de_DeleteRegexPatternSetCommand, se_DeleteRegexPatternSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/DeleteRuleGroupCommand.ts b/clients/client-wafv2/src/commands/DeleteRuleGroupCommand.ts index ab927cc65d94b..cfe7ea40030f5 100644 --- a/clients/client-wafv2/src/commands/DeleteRuleGroupCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteRuleGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteRuleGroupRequest, DeleteRuleGroupResponse } from "../models/model import { de_DeleteRuleGroupCommand, se_DeleteRuleGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/DeleteWebACLCommand.ts b/clients/client-wafv2/src/commands/DeleteWebACLCommand.ts index 234128961646f..049d581fb43e1 100644 --- a/clients/client-wafv2/src/commands/DeleteWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/DeleteWebACLCommand.ts @@ -17,6 +17,10 @@ import { DeleteWebACLRequest, DeleteWebACLResponse } from "../models/models_0"; import { de_DeleteWebACLCommand, se_DeleteWebACLCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/DescribeManagedRuleGroupCommand.ts b/clients/client-wafv2/src/commands/DescribeManagedRuleGroupCommand.ts index 3aae925d8e7f0..a832fd3f6d789 100644 --- a/clients/client-wafv2/src/commands/DescribeManagedRuleGroupCommand.ts +++ b/clients/client-wafv2/src/commands/DescribeManagedRuleGroupCommand.ts @@ -17,6 +17,10 @@ import { DescribeManagedRuleGroupRequest, DescribeManagedRuleGroupResponse } fro import { de_DescribeManagedRuleGroupCommand, se_DescribeManagedRuleGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/DisassociateWebACLCommand.ts b/clients/client-wafv2/src/commands/DisassociateWebACLCommand.ts index 0ceb44895ab79..2c860b1deed76 100644 --- a/clients/client-wafv2/src/commands/DisassociateWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/DisassociateWebACLCommand.ts @@ -17,6 +17,10 @@ import { DisassociateWebACLRequest, DisassociateWebACLResponse } from "../models import { de_DisassociateWebACLCommand, se_DisassociateWebACLCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/GenerateMobileSdkReleaseUrlCommand.ts b/clients/client-wafv2/src/commands/GenerateMobileSdkReleaseUrlCommand.ts index 08f7983f54d24..a9bfcdf4caf56 100644 --- a/clients/client-wafv2/src/commands/GenerateMobileSdkReleaseUrlCommand.ts +++ b/clients/client-wafv2/src/commands/GenerateMobileSdkReleaseUrlCommand.ts @@ -17,6 +17,10 @@ import { GenerateMobileSdkReleaseUrlRequest, GenerateMobileSdkReleaseUrlResponse import { de_GenerateMobileSdkReleaseUrlCommand, se_GenerateMobileSdkReleaseUrlCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/GetDecryptedAPIKeyCommand.ts b/clients/client-wafv2/src/commands/GetDecryptedAPIKeyCommand.ts index 48b3c30da6613..fd3b2d6f50870 100644 --- a/clients/client-wafv2/src/commands/GetDecryptedAPIKeyCommand.ts +++ b/clients/client-wafv2/src/commands/GetDecryptedAPIKeyCommand.ts @@ -17,6 +17,10 @@ import { GetDecryptedAPIKeyRequest, GetDecryptedAPIKeyResponse } from "../models import { de_GetDecryptedAPIKeyCommand, se_GetDecryptedAPIKeyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/GetIPSetCommand.ts b/clients/client-wafv2/src/commands/GetIPSetCommand.ts index 0ef14aed0ba28..9f8b83d9ccc1a 100644 --- a/clients/client-wafv2/src/commands/GetIPSetCommand.ts +++ b/clients/client-wafv2/src/commands/GetIPSetCommand.ts @@ -17,6 +17,10 @@ import { GetIPSetRequest, GetIPSetResponse } from "../models/models_0"; import { de_GetIPSetCommand, se_GetIPSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/GetLoggingConfigurationCommand.ts b/clients/client-wafv2/src/commands/GetLoggingConfigurationCommand.ts index eef7d7adada8b..795135c4cfae7 100644 --- a/clients/client-wafv2/src/commands/GetLoggingConfigurationCommand.ts +++ b/clients/client-wafv2/src/commands/GetLoggingConfigurationCommand.ts @@ -17,6 +17,10 @@ import { GetLoggingConfigurationRequest, GetLoggingConfigurationResponse } from import { de_GetLoggingConfigurationCommand, se_GetLoggingConfigurationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/GetManagedRuleSetCommand.ts b/clients/client-wafv2/src/commands/GetManagedRuleSetCommand.ts index 1a533add80744..247b042f8f516 100644 --- a/clients/client-wafv2/src/commands/GetManagedRuleSetCommand.ts +++ b/clients/client-wafv2/src/commands/GetManagedRuleSetCommand.ts @@ -17,6 +17,10 @@ import { GetManagedRuleSetRequest, GetManagedRuleSetResponse } from "../models/m import { de_GetManagedRuleSetCommand, se_GetManagedRuleSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/GetMobileSdkReleaseCommand.ts b/clients/client-wafv2/src/commands/GetMobileSdkReleaseCommand.ts index 05bcfdbc9f66d..82161111e89b6 100644 --- a/clients/client-wafv2/src/commands/GetMobileSdkReleaseCommand.ts +++ b/clients/client-wafv2/src/commands/GetMobileSdkReleaseCommand.ts @@ -17,6 +17,10 @@ import { GetMobileSdkReleaseRequest, GetMobileSdkReleaseResponse } from "../mode import { de_GetMobileSdkReleaseCommand, se_GetMobileSdkReleaseCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/GetPermissionPolicyCommand.ts b/clients/client-wafv2/src/commands/GetPermissionPolicyCommand.ts index 131d5eaf35d49..f72eedb4ea86e 100644 --- a/clients/client-wafv2/src/commands/GetPermissionPolicyCommand.ts +++ b/clients/client-wafv2/src/commands/GetPermissionPolicyCommand.ts @@ -17,6 +17,10 @@ import { GetPermissionPolicyRequest, GetPermissionPolicyResponse } from "../mode import { de_GetPermissionPolicyCommand, se_GetPermissionPolicyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/GetRateBasedStatementManagedKeysCommand.ts b/clients/client-wafv2/src/commands/GetRateBasedStatementManagedKeysCommand.ts index 84ef079be47b1..3dfd2d2136c83 100644 --- a/clients/client-wafv2/src/commands/GetRateBasedStatementManagedKeysCommand.ts +++ b/clients/client-wafv2/src/commands/GetRateBasedStatementManagedKeysCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/GetRegexPatternSetCommand.ts b/clients/client-wafv2/src/commands/GetRegexPatternSetCommand.ts index 8ba9fe137ef9c..d6dd513348136 100644 --- a/clients/client-wafv2/src/commands/GetRegexPatternSetCommand.ts +++ b/clients/client-wafv2/src/commands/GetRegexPatternSetCommand.ts @@ -17,6 +17,10 @@ import { GetRegexPatternSetRequest, GetRegexPatternSetResponse } from "../models import { de_GetRegexPatternSetCommand, se_GetRegexPatternSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/GetRuleGroupCommand.ts b/clients/client-wafv2/src/commands/GetRuleGroupCommand.ts index 8bd270cf673e9..546ec5f723b88 100644 --- a/clients/client-wafv2/src/commands/GetRuleGroupCommand.ts +++ b/clients/client-wafv2/src/commands/GetRuleGroupCommand.ts @@ -17,6 +17,10 @@ import { GetRuleGroupRequest, GetRuleGroupResponse } from "../models/models_0"; import { de_GetRuleGroupCommand, se_GetRuleGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/GetSampledRequestsCommand.ts b/clients/client-wafv2/src/commands/GetSampledRequestsCommand.ts index 672514ea2c2e7..ab94569b92a78 100644 --- a/clients/client-wafv2/src/commands/GetSampledRequestsCommand.ts +++ b/clients/client-wafv2/src/commands/GetSampledRequestsCommand.ts @@ -17,6 +17,10 @@ import { GetSampledRequestsRequest, GetSampledRequestsResponse } from "../models import { de_GetSampledRequestsCommand, se_GetSampledRequestsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/GetWebACLCommand.ts b/clients/client-wafv2/src/commands/GetWebACLCommand.ts index 1cd00e54ca96b..b22dcecfe559a 100644 --- a/clients/client-wafv2/src/commands/GetWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/GetWebACLCommand.ts @@ -17,6 +17,10 @@ import { GetWebACLRequest, GetWebACLResponse } from "../models/models_0"; import { de_GetWebACLCommand, se_GetWebACLCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/GetWebACLForResourceCommand.ts b/clients/client-wafv2/src/commands/GetWebACLForResourceCommand.ts index 00817dc734af2..f0ade1b4ad1b7 100644 --- a/clients/client-wafv2/src/commands/GetWebACLForResourceCommand.ts +++ b/clients/client-wafv2/src/commands/GetWebACLForResourceCommand.ts @@ -17,6 +17,10 @@ import { GetWebACLForResourceRequest, GetWebACLForResourceResponse } from "../mo import { de_GetWebACLForResourceCommand, se_GetWebACLForResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/ListAPIKeysCommand.ts b/clients/client-wafv2/src/commands/ListAPIKeysCommand.ts index fed80c56ea6e9..6c8ea31705eb5 100644 --- a/clients/client-wafv2/src/commands/ListAPIKeysCommand.ts +++ b/clients/client-wafv2/src/commands/ListAPIKeysCommand.ts @@ -17,6 +17,10 @@ import { ListAPIKeysRequest, ListAPIKeysResponse } from "../models/models_0"; import { de_ListAPIKeysCommand, se_ListAPIKeysCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupVersionsCommand.ts b/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupVersionsCommand.ts index 88aadfa0a9d49..f2e06c4a5c8b4 100644 --- a/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupVersionsCommand.ts +++ b/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupVersionsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupsCommand.ts b/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupsCommand.ts index 36632a09fe04d..6aea0ebefc468 100644 --- a/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupsCommand.ts +++ b/clients/client-wafv2/src/commands/ListAvailableManagedRuleGroupsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/ListIPSetsCommand.ts b/clients/client-wafv2/src/commands/ListIPSetsCommand.ts index 0c14f8180c119..8059a7bc6021e 100644 --- a/clients/client-wafv2/src/commands/ListIPSetsCommand.ts +++ b/clients/client-wafv2/src/commands/ListIPSetsCommand.ts @@ -17,6 +17,10 @@ import { ListIPSetsRequest, ListIPSetsResponse } from "../models/models_0"; import { de_ListIPSetsCommand, se_ListIPSetsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/ListLoggingConfigurationsCommand.ts b/clients/client-wafv2/src/commands/ListLoggingConfigurationsCommand.ts index c7223db384d46..6a579ee437410 100644 --- a/clients/client-wafv2/src/commands/ListLoggingConfigurationsCommand.ts +++ b/clients/client-wafv2/src/commands/ListLoggingConfigurationsCommand.ts @@ -17,6 +17,10 @@ import { ListLoggingConfigurationsRequest, ListLoggingConfigurationsResponse } f import { de_ListLoggingConfigurationsCommand, se_ListLoggingConfigurationsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/ListManagedRuleSetsCommand.ts b/clients/client-wafv2/src/commands/ListManagedRuleSetsCommand.ts index 81415f0b650ea..a2d870ba13a9f 100644 --- a/clients/client-wafv2/src/commands/ListManagedRuleSetsCommand.ts +++ b/clients/client-wafv2/src/commands/ListManagedRuleSetsCommand.ts @@ -17,6 +17,10 @@ import { ListManagedRuleSetsRequest, ListManagedRuleSetsResponse } from "../mode import { de_ListManagedRuleSetsCommand, se_ListManagedRuleSetsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/ListMobileSdkReleasesCommand.ts b/clients/client-wafv2/src/commands/ListMobileSdkReleasesCommand.ts index 7fd9838f93b3b..de8870f3f36c7 100644 --- a/clients/client-wafv2/src/commands/ListMobileSdkReleasesCommand.ts +++ b/clients/client-wafv2/src/commands/ListMobileSdkReleasesCommand.ts @@ -17,6 +17,10 @@ import { ListMobileSdkReleasesRequest, ListMobileSdkReleasesResponse } from "../ import { de_ListMobileSdkReleasesCommand, se_ListMobileSdkReleasesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/ListRegexPatternSetsCommand.ts b/clients/client-wafv2/src/commands/ListRegexPatternSetsCommand.ts index f51123c1eb836..1bbf6c4b60836 100644 --- a/clients/client-wafv2/src/commands/ListRegexPatternSetsCommand.ts +++ b/clients/client-wafv2/src/commands/ListRegexPatternSetsCommand.ts @@ -17,6 +17,10 @@ import { ListRegexPatternSetsRequest, ListRegexPatternSetsResponse } from "../mo import { de_ListRegexPatternSetsCommand, se_ListRegexPatternSetsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/ListResourcesForWebACLCommand.ts b/clients/client-wafv2/src/commands/ListResourcesForWebACLCommand.ts index 4289194a42f80..bf53ab3841019 100644 --- a/clients/client-wafv2/src/commands/ListResourcesForWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/ListResourcesForWebACLCommand.ts @@ -17,6 +17,10 @@ import { ListResourcesForWebACLRequest, ListResourcesForWebACLResponse } from ". import { de_ListResourcesForWebACLCommand, se_ListResourcesForWebACLCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/ListRuleGroupsCommand.ts b/clients/client-wafv2/src/commands/ListRuleGroupsCommand.ts index c542cb5281163..abec6637288ad 100644 --- a/clients/client-wafv2/src/commands/ListRuleGroupsCommand.ts +++ b/clients/client-wafv2/src/commands/ListRuleGroupsCommand.ts @@ -17,6 +17,10 @@ import { ListRuleGroupsRequest, ListRuleGroupsResponse } from "../models/models_ import { de_ListRuleGroupsCommand, se_ListRuleGroupsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/ListTagsForResourceCommand.ts b/clients/client-wafv2/src/commands/ListTagsForResourceCommand.ts index 50e518c3f93d2..3ccdcb33426b2 100644 --- a/clients/client-wafv2/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-wafv2/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/ListWebACLsCommand.ts b/clients/client-wafv2/src/commands/ListWebACLsCommand.ts index 9dad66a88c5bb..55e0917543653 100644 --- a/clients/client-wafv2/src/commands/ListWebACLsCommand.ts +++ b/clients/client-wafv2/src/commands/ListWebACLsCommand.ts @@ -17,6 +17,10 @@ import { ListWebACLsRequest, ListWebACLsResponse } from "../models/models_0"; import { de_ListWebACLsCommand, se_ListWebACLsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/PutLoggingConfigurationCommand.ts b/clients/client-wafv2/src/commands/PutLoggingConfigurationCommand.ts index b6abf52c9b6ae..17495fec20ad1 100644 --- a/clients/client-wafv2/src/commands/PutLoggingConfigurationCommand.ts +++ b/clients/client-wafv2/src/commands/PutLoggingConfigurationCommand.ts @@ -17,6 +17,10 @@ import { PutLoggingConfigurationRequest, PutLoggingConfigurationResponse } from import { de_PutLoggingConfigurationCommand, se_PutLoggingConfigurationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/PutManagedRuleSetVersionsCommand.ts b/clients/client-wafv2/src/commands/PutManagedRuleSetVersionsCommand.ts index 84bbcfd00b863..6a1aed5e7b12a 100644 --- a/clients/client-wafv2/src/commands/PutManagedRuleSetVersionsCommand.ts +++ b/clients/client-wafv2/src/commands/PutManagedRuleSetVersionsCommand.ts @@ -17,6 +17,10 @@ import { PutManagedRuleSetVersionsRequest, PutManagedRuleSetVersionsResponse } f import { de_PutManagedRuleSetVersionsCommand, se_PutManagedRuleSetVersionsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/PutPermissionPolicyCommand.ts b/clients/client-wafv2/src/commands/PutPermissionPolicyCommand.ts index 00853a5696afc..fbb07a1689258 100644 --- a/clients/client-wafv2/src/commands/PutPermissionPolicyCommand.ts +++ b/clients/client-wafv2/src/commands/PutPermissionPolicyCommand.ts @@ -17,6 +17,10 @@ import { PutPermissionPolicyRequest, PutPermissionPolicyResponse } from "../mode import { de_PutPermissionPolicyCommand, se_PutPermissionPolicyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/TagResourceCommand.ts b/clients/client-wafv2/src/commands/TagResourceCommand.ts index 7dd7c18542b33..845ca87ffaf27 100644 --- a/clients/client-wafv2/src/commands/TagResourceCommand.ts +++ b/clients/client-wafv2/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/UntagResourceCommand.ts b/clients/client-wafv2/src/commands/UntagResourceCommand.ts index b2b0c64f18f1c..6f059bdde5985 100644 --- a/clients/client-wafv2/src/commands/UntagResourceCommand.ts +++ b/clients/client-wafv2/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/UpdateIPSetCommand.ts b/clients/client-wafv2/src/commands/UpdateIPSetCommand.ts index 787ac4dd1e1ce..181a61186bd26 100644 --- a/clients/client-wafv2/src/commands/UpdateIPSetCommand.ts +++ b/clients/client-wafv2/src/commands/UpdateIPSetCommand.ts @@ -17,6 +17,10 @@ import { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_0"; import { de_UpdateIPSetCommand, se_UpdateIPSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/UpdateManagedRuleSetVersionExpiryDateCommand.ts b/clients/client-wafv2/src/commands/UpdateManagedRuleSetVersionExpiryDateCommand.ts index 08143b2c92a85..7d955bd35b7cc 100644 --- a/clients/client-wafv2/src/commands/UpdateManagedRuleSetVersionExpiryDateCommand.ts +++ b/clients/client-wafv2/src/commands/UpdateManagedRuleSetVersionExpiryDateCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/UpdateRegexPatternSetCommand.ts b/clients/client-wafv2/src/commands/UpdateRegexPatternSetCommand.ts index 174f7515604fc..d8bcc9efc4d87 100644 --- a/clients/client-wafv2/src/commands/UpdateRegexPatternSetCommand.ts +++ b/clients/client-wafv2/src/commands/UpdateRegexPatternSetCommand.ts @@ -17,6 +17,10 @@ import { UpdateRegexPatternSetRequest, UpdateRegexPatternSetResponse } from "../ import { de_UpdateRegexPatternSetCommand, se_UpdateRegexPatternSetCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/UpdateRuleGroupCommand.ts b/clients/client-wafv2/src/commands/UpdateRuleGroupCommand.ts index 9a33c6a7a35fd..cb94a18ee2284 100644 --- a/clients/client-wafv2/src/commands/UpdateRuleGroupCommand.ts +++ b/clients/client-wafv2/src/commands/UpdateRuleGroupCommand.ts @@ -17,6 +17,10 @@ import { UpdateRuleGroupRequest, UpdateRuleGroupResponse } from "../models/model import { de_UpdateRuleGroupCommand, se_UpdateRuleGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/commands/UpdateWebACLCommand.ts b/clients/client-wafv2/src/commands/UpdateWebACLCommand.ts index 9b6ff5fbeb925..faa95ef067eb1 100644 --- a/clients/client-wafv2/src/commands/UpdateWebACLCommand.ts +++ b/clients/client-wafv2/src/commands/UpdateWebACLCommand.ts @@ -17,6 +17,10 @@ import { UpdateWebACLRequest, UpdateWebACLResponse } from "../models/models_0"; import { de_UpdateWebACLCommand, se_UpdateWebACLCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wafv2/src/index.ts b/clients/client-wafv2/src/index.ts index e7a4d590c01af..0e2d542836fe5 100644 --- a/clients/client-wafv2/src/index.ts +++ b/clients/client-wafv2/src/index.ts @@ -1,6 +1,69 @@ -export * from "./WAFV2"; // smithy-typescript generated code +/* eslint-disable */ +/** + * WAF + * + *

This is the latest version of the WAF API, + * released in November, 2019. The names of the entities that you use to access this API, + * like endpoints and namespaces, all have the versioning information added, like "V2" or + * "v2", to distinguish from the prior version. We recommend migrating your resources to + * this version, because it has a number of significant improvements.

+ *

If you used WAF prior to this release, you can't use this WAFV2 API to access any + * WAF resources that you created before. You can access your old rules, web ACLs, and + * other WAF resources only through the WAF Classic APIs. The WAF Classic APIs + * have retained the prior names, endpoints, and namespaces.

+ *

For information, including how to migrate your WAF resources to this version, + * see the WAF Developer Guide.

+ *
+ *

WAF is a web application firewall that lets you monitor the HTTP and HTTPS + * requests that are forwarded to an Amazon CloudFront distribution, Amazon API Gateway REST API, Application Load Balancer, AppSync + * GraphQL API, Amazon Cognito user pool, App Runner service, or Amazon Web Services Verified Access instance. WAF also lets you control access to your content, + * to protect the Amazon Web Services resource that WAF is monitoring. Based on conditions that + * you specify, such as the IP addresses that requests originate from or the values of query + * strings, the protected resource responds to requests with either the requested content, an HTTP 403 status code + * (Forbidden), or with a custom response.

+ *

This API guide is for developers who need detailed information about WAF API actions, + * data types, and errors. For detailed information about WAF features and guidance for configuring and using + * WAF, see the WAF Developer + * Guide.

+ *

You can make calls using the endpoints listed in WAF endpoints and quotas.

+ *
    + *
  • + *

    For regional applications, you can use any of the endpoints in the list. + * A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance.

    + *
  • + *
  • + *

    For Amazon CloudFront applications, you must use the API endpoint listed for + * US East (N. Virginia): us-east-1.

    + *
  • + *
+ *

Alternatively, you can use one of the Amazon Web Services SDKs to access an API that's tailored to the + * programming language or platform that you're using. For more information, see Amazon Web Services SDKs.

+ *

We currently provide two versions of the WAF API: this API and the prior versions, + * the classic WAF APIs. This new API provides the same functionality as the older versions, + * with the following major improvements:

+ *
    + *
  • + *

    You use one API for both global and regional applications. Where you need to + * distinguish the scope, you specify a Scope parameter and set it to + * CLOUDFRONT or REGIONAL.

    + *
  • + *
  • + *

    You can define a web ACL or rule group with a single call, and update it with a + * single call. You define all rule specifications in JSON format, and pass them to your + * rule group or web ACL calls.

    + *
  • + *
  • + *

    The limits WAF places on the use of rules more closely reflects the cost of + * running each type of rule. Rule groups include capacity settings, so you know the + * maximum cost of a rule group when you use it.

    + *
  • + *
+ * + * @packageDocumentation + */ export * from "./WAFV2Client"; +export * from "./WAFV2"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-wafv2/src/models/WAFV2ServiceException.ts b/clients/client-wafv2/src/models/WAFV2ServiceException.ts index 654d4dcf09768..693727c1c2e8a 100644 --- a/clients/client-wafv2/src/models/WAFV2ServiceException.ts +++ b/clients/client-wafv2/src/models/WAFV2ServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-wellarchitected/src/WellArchitectedClient.ts b/clients/client-wellarchitected/src/WellArchitectedClient.ts index 7093b5947a7f1..46da4ffe01ee6 100644 --- a/clients/client-wellarchitected/src/WellArchitectedClient.ts +++ b/clients/client-wellarchitected/src/WellArchitectedClient.ts @@ -135,6 +135,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -358,7 +360,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type WellArchitectedClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type WellArchitectedClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -377,7 +379,7 @@ export interface WellArchitectedClientConfig extends WellArchitectedClientConfig /** * @public */ -type WellArchitectedClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type WellArchitectedClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-wellarchitected/src/commands/AssociateLensesCommand.ts b/clients/client-wellarchitected/src/commands/AssociateLensesCommand.ts index 8dd0c02d8c90b..729609634e9ff 100644 --- a/clients/client-wellarchitected/src/commands/AssociateLensesCommand.ts +++ b/clients/client-wellarchitected/src/commands/AssociateLensesCommand.ts @@ -17,6 +17,10 @@ import { AssociateLensesInput } from "../models/models_0"; import { de_AssociateLensesCommand, se_AssociateLensesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/CreateLensShareCommand.ts b/clients/client-wellarchitected/src/commands/CreateLensShareCommand.ts index 1244135b5ca82..131e385fca204 100644 --- a/clients/client-wellarchitected/src/commands/CreateLensShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateLensShareCommand.ts @@ -17,6 +17,10 @@ import { CreateLensShareInput, CreateLensShareOutput } from "../models/models_0" import { de_CreateLensShareCommand, se_CreateLensShareCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/CreateLensVersionCommand.ts b/clients/client-wellarchitected/src/commands/CreateLensVersionCommand.ts index 630f4e7521b3e..1da1f3c011b4e 100644 --- a/clients/client-wellarchitected/src/commands/CreateLensVersionCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateLensVersionCommand.ts @@ -17,6 +17,10 @@ import { CreateLensVersionInput, CreateLensVersionOutput } from "../models/model import { de_CreateLensVersionCommand, se_CreateLensVersionCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/CreateMilestoneCommand.ts b/clients/client-wellarchitected/src/commands/CreateMilestoneCommand.ts index 7b684ed8d0b56..a97a065f5c1fa 100644 --- a/clients/client-wellarchitected/src/commands/CreateMilestoneCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateMilestoneCommand.ts @@ -17,6 +17,10 @@ import { CreateMilestoneInput, CreateMilestoneOutput } from "../models/models_0" import { de_CreateMilestoneCommand, se_CreateMilestoneCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/CreateWorkloadCommand.ts b/clients/client-wellarchitected/src/commands/CreateWorkloadCommand.ts index 6fa887a6baedd..77ce56e2985d6 100644 --- a/clients/client-wellarchitected/src/commands/CreateWorkloadCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateWorkloadCommand.ts @@ -17,6 +17,10 @@ import { CreateWorkloadInput, CreateWorkloadOutput } from "../models/models_0"; import { de_CreateWorkloadCommand, se_CreateWorkloadCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/CreateWorkloadShareCommand.ts b/clients/client-wellarchitected/src/commands/CreateWorkloadShareCommand.ts index b0254eaa9b3e8..b8e6693e99df3 100644 --- a/clients/client-wellarchitected/src/commands/CreateWorkloadShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/CreateWorkloadShareCommand.ts @@ -17,6 +17,10 @@ import { CreateWorkloadShareInput, CreateWorkloadShareOutput } from "../models/m import { de_CreateWorkloadShareCommand, se_CreateWorkloadShareCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/DeleteLensCommand.ts b/clients/client-wellarchitected/src/commands/DeleteLensCommand.ts index d2a92d74db781..b9ffba6e598f3 100644 --- a/clients/client-wellarchitected/src/commands/DeleteLensCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteLensCommand.ts @@ -17,6 +17,10 @@ import { DeleteLensInput } from "../models/models_0"; import { de_DeleteLensCommand, se_DeleteLensCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/DeleteLensShareCommand.ts b/clients/client-wellarchitected/src/commands/DeleteLensShareCommand.ts index 2ab93defb8ca5..3ed85023577fc 100644 --- a/clients/client-wellarchitected/src/commands/DeleteLensShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteLensShareCommand.ts @@ -17,6 +17,10 @@ import { DeleteLensShareInput } from "../models/models_0"; import { de_DeleteLensShareCommand, se_DeleteLensShareCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/DeleteWorkloadCommand.ts b/clients/client-wellarchitected/src/commands/DeleteWorkloadCommand.ts index 3d90fceed9351..c8eb0ea5f5d95 100644 --- a/clients/client-wellarchitected/src/commands/DeleteWorkloadCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteWorkloadCommand.ts @@ -17,6 +17,10 @@ import { DeleteWorkloadInput } from "../models/models_0"; import { de_DeleteWorkloadCommand, se_DeleteWorkloadCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/DeleteWorkloadShareCommand.ts b/clients/client-wellarchitected/src/commands/DeleteWorkloadShareCommand.ts index 9c62235dc27a8..87f3dccf234ac 100644 --- a/clients/client-wellarchitected/src/commands/DeleteWorkloadShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/DeleteWorkloadShareCommand.ts @@ -17,6 +17,10 @@ import { DeleteWorkloadShareInput } from "../models/models_0"; import { de_DeleteWorkloadShareCommand, se_DeleteWorkloadShareCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/DisassociateLensesCommand.ts b/clients/client-wellarchitected/src/commands/DisassociateLensesCommand.ts index 247a9d481db58..6caf68d013d88 100644 --- a/clients/client-wellarchitected/src/commands/DisassociateLensesCommand.ts +++ b/clients/client-wellarchitected/src/commands/DisassociateLensesCommand.ts @@ -17,6 +17,10 @@ import { DisassociateLensesInput } from "../models/models_0"; import { de_DisassociateLensesCommand, se_DisassociateLensesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/ExportLensCommand.ts b/clients/client-wellarchitected/src/commands/ExportLensCommand.ts index 0a837903e97c6..6c7e7adce039c 100644 --- a/clients/client-wellarchitected/src/commands/ExportLensCommand.ts +++ b/clients/client-wellarchitected/src/commands/ExportLensCommand.ts @@ -17,6 +17,10 @@ import { ExportLensInput, ExportLensOutput } from "../models/models_0"; import { de_ExportLensCommand, se_ExportLensCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/GetAnswerCommand.ts b/clients/client-wellarchitected/src/commands/GetAnswerCommand.ts index eba55a24984d8..07cbdc1c1bd10 100644 --- a/clients/client-wellarchitected/src/commands/GetAnswerCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetAnswerCommand.ts @@ -17,6 +17,10 @@ import { GetAnswerInput, GetAnswerOutput } from "../models/models_0"; import { de_GetAnswerCommand, se_GetAnswerCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/GetConsolidatedReportCommand.ts b/clients/client-wellarchitected/src/commands/GetConsolidatedReportCommand.ts index b5c42030cc2c0..455b7169d6c81 100644 --- a/clients/client-wellarchitected/src/commands/GetConsolidatedReportCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetConsolidatedReportCommand.ts @@ -17,6 +17,10 @@ import { GetConsolidatedReportInput, GetConsolidatedReportOutput } from "../mode import { de_GetConsolidatedReportCommand, se_GetConsolidatedReportCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/GetLensCommand.ts b/clients/client-wellarchitected/src/commands/GetLensCommand.ts index ee07851934fd5..35e13b0fe5c21 100644 --- a/clients/client-wellarchitected/src/commands/GetLensCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetLensCommand.ts @@ -17,6 +17,10 @@ import { GetLensInput, GetLensOutput } from "../models/models_0"; import { de_GetLensCommand, se_GetLensCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/GetLensReviewCommand.ts b/clients/client-wellarchitected/src/commands/GetLensReviewCommand.ts index be6ee04a822e3..d8b05172928a2 100644 --- a/clients/client-wellarchitected/src/commands/GetLensReviewCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetLensReviewCommand.ts @@ -17,6 +17,10 @@ import { GetLensReviewInput, GetLensReviewOutput } from "../models/models_0"; import { de_GetLensReviewCommand, se_GetLensReviewCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/GetLensReviewReportCommand.ts b/clients/client-wellarchitected/src/commands/GetLensReviewReportCommand.ts index b49fbd3c77c4f..b5c4863713bd1 100644 --- a/clients/client-wellarchitected/src/commands/GetLensReviewReportCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetLensReviewReportCommand.ts @@ -17,6 +17,10 @@ import { GetLensReviewReportInput, GetLensReviewReportOutput } from "../models/m import { de_GetLensReviewReportCommand, se_GetLensReviewReportCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/GetLensVersionDifferenceCommand.ts b/clients/client-wellarchitected/src/commands/GetLensVersionDifferenceCommand.ts index 2f7efbe425a54..257c83fd14bb6 100644 --- a/clients/client-wellarchitected/src/commands/GetLensVersionDifferenceCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetLensVersionDifferenceCommand.ts @@ -17,6 +17,10 @@ import { GetLensVersionDifferenceInput, GetLensVersionDifferenceOutput } from ". import { de_GetLensVersionDifferenceCommand, se_GetLensVersionDifferenceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/GetMilestoneCommand.ts b/clients/client-wellarchitected/src/commands/GetMilestoneCommand.ts index f84cd6f4ee38d..10cf3a0e6228b 100644 --- a/clients/client-wellarchitected/src/commands/GetMilestoneCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetMilestoneCommand.ts @@ -17,6 +17,10 @@ import { GetMilestoneInput, GetMilestoneOutput } from "../models/models_0"; import { de_GetMilestoneCommand, se_GetMilestoneCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/GetWorkloadCommand.ts b/clients/client-wellarchitected/src/commands/GetWorkloadCommand.ts index 20d6d974b73cd..ebacb2c31b445 100644 --- a/clients/client-wellarchitected/src/commands/GetWorkloadCommand.ts +++ b/clients/client-wellarchitected/src/commands/GetWorkloadCommand.ts @@ -17,6 +17,10 @@ import { GetWorkloadInput, GetWorkloadOutput } from "../models/models_0"; import { de_GetWorkloadCommand, se_GetWorkloadCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/ImportLensCommand.ts b/clients/client-wellarchitected/src/commands/ImportLensCommand.ts index 2dbe237395ab0..a2eef0b37f02d 100644 --- a/clients/client-wellarchitected/src/commands/ImportLensCommand.ts +++ b/clients/client-wellarchitected/src/commands/ImportLensCommand.ts @@ -17,6 +17,10 @@ import { ImportLensInput, ImportLensOutput } from "../models/models_0"; import { de_ImportLensCommand, se_ImportLensCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/ListAnswersCommand.ts b/clients/client-wellarchitected/src/commands/ListAnswersCommand.ts index 016fed32382ac..ed085ffb51e60 100644 --- a/clients/client-wellarchitected/src/commands/ListAnswersCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListAnswersCommand.ts @@ -17,6 +17,10 @@ import { ListAnswersInput, ListAnswersOutput } from "../models/models_0"; import { de_ListAnswersCommand, se_ListAnswersCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/ListCheckDetailsCommand.ts b/clients/client-wellarchitected/src/commands/ListCheckDetailsCommand.ts index 14ae01371bbf2..f314870bf93dc 100644 --- a/clients/client-wellarchitected/src/commands/ListCheckDetailsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListCheckDetailsCommand.ts @@ -17,6 +17,10 @@ import { ListCheckDetailsInput, ListCheckDetailsOutput } from "../models/models_ import { de_ListCheckDetailsCommand, se_ListCheckDetailsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/ListCheckSummariesCommand.ts b/clients/client-wellarchitected/src/commands/ListCheckSummariesCommand.ts index cb920f5452c90..5310ba9db82f9 100644 --- a/clients/client-wellarchitected/src/commands/ListCheckSummariesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListCheckSummariesCommand.ts @@ -17,6 +17,10 @@ import { ListCheckSummariesInput, ListCheckSummariesOutput } from "../models/mod import { de_ListCheckSummariesCommand, se_ListCheckSummariesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/ListLensReviewImprovementsCommand.ts b/clients/client-wellarchitected/src/commands/ListLensReviewImprovementsCommand.ts index b91b692d332a5..4f4cd2db0c315 100644 --- a/clients/client-wellarchitected/src/commands/ListLensReviewImprovementsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListLensReviewImprovementsCommand.ts @@ -17,6 +17,10 @@ import { ListLensReviewImprovementsInput, ListLensReviewImprovementsOutput } fro import { de_ListLensReviewImprovementsCommand, se_ListLensReviewImprovementsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/ListLensReviewsCommand.ts b/clients/client-wellarchitected/src/commands/ListLensReviewsCommand.ts index 728d96d96e79c..cf5522a485ef8 100644 --- a/clients/client-wellarchitected/src/commands/ListLensReviewsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListLensReviewsCommand.ts @@ -17,6 +17,10 @@ import { ListLensReviewsInput, ListLensReviewsOutput } from "../models/models_0" import { de_ListLensReviewsCommand, se_ListLensReviewsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/ListLensSharesCommand.ts b/clients/client-wellarchitected/src/commands/ListLensSharesCommand.ts index f15bc32797127..e7bab32bdb53a 100644 --- a/clients/client-wellarchitected/src/commands/ListLensSharesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListLensSharesCommand.ts @@ -17,6 +17,10 @@ import { ListLensSharesInput, ListLensSharesOutput } from "../models/models_0"; import { de_ListLensSharesCommand, se_ListLensSharesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/ListLensesCommand.ts b/clients/client-wellarchitected/src/commands/ListLensesCommand.ts index fe9107b8051f4..90d898c514827 100644 --- a/clients/client-wellarchitected/src/commands/ListLensesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListLensesCommand.ts @@ -17,6 +17,10 @@ import { ListLensesInput, ListLensesOutput } from "../models/models_0"; import { de_ListLensesCommand, se_ListLensesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/ListMilestonesCommand.ts b/clients/client-wellarchitected/src/commands/ListMilestonesCommand.ts index d23dd703c6934..b81b046923c6d 100644 --- a/clients/client-wellarchitected/src/commands/ListMilestonesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListMilestonesCommand.ts @@ -17,6 +17,10 @@ import { ListMilestonesInput, ListMilestonesOutput } from "../models/models_0"; import { de_ListMilestonesCommand, se_ListMilestonesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/ListNotificationsCommand.ts b/clients/client-wellarchitected/src/commands/ListNotificationsCommand.ts index b7ee22d663460..828085284faf6 100644 --- a/clients/client-wellarchitected/src/commands/ListNotificationsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListNotificationsCommand.ts @@ -17,6 +17,10 @@ import { ListNotificationsInput, ListNotificationsOutput } from "../models/model import { de_ListNotificationsCommand, se_ListNotificationsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/ListShareInvitationsCommand.ts b/clients/client-wellarchitected/src/commands/ListShareInvitationsCommand.ts index 8cbcb1048a7f7..22911fd60a792 100644 --- a/clients/client-wellarchitected/src/commands/ListShareInvitationsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListShareInvitationsCommand.ts @@ -17,6 +17,10 @@ import { ListShareInvitationsInput, ListShareInvitationsOutput } from "../models import { de_ListShareInvitationsCommand, se_ListShareInvitationsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/ListTagsForResourceCommand.ts b/clients/client-wellarchitected/src/commands/ListTagsForResourceCommand.ts index 83a65f84f3d0d..f90f82e844318 100644 --- a/clients/client-wellarchitected/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/m import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/ListWorkloadSharesCommand.ts b/clients/client-wellarchitected/src/commands/ListWorkloadSharesCommand.ts index 06422e2d600b5..d6d787831a5e4 100644 --- a/clients/client-wellarchitected/src/commands/ListWorkloadSharesCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListWorkloadSharesCommand.ts @@ -17,6 +17,10 @@ import { ListWorkloadSharesInput, ListWorkloadSharesOutput } from "../models/mod import { de_ListWorkloadSharesCommand, se_ListWorkloadSharesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/ListWorkloadsCommand.ts b/clients/client-wellarchitected/src/commands/ListWorkloadsCommand.ts index 846b0a3176882..430b55d97c8cf 100644 --- a/clients/client-wellarchitected/src/commands/ListWorkloadsCommand.ts +++ b/clients/client-wellarchitected/src/commands/ListWorkloadsCommand.ts @@ -17,6 +17,10 @@ import { ListWorkloadsInput, ListWorkloadsOutput } from "../models/models_0"; import { de_ListWorkloadsCommand, se_ListWorkloadsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/TagResourceCommand.ts b/clients/client-wellarchitected/src/commands/TagResourceCommand.ts index 052eac5dc94a5..6b93ed7af3ab2 100644 --- a/clients/client-wellarchitected/src/commands/TagResourceCommand.ts +++ b/clients/client-wellarchitected/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceInput, TagResourceOutput } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/UntagResourceCommand.ts b/clients/client-wellarchitected/src/commands/UntagResourceCommand.ts index f8840c32a86e5..10aab63d8c9a3 100644 --- a/clients/client-wellarchitected/src/commands/UntagResourceCommand.ts +++ b/clients/client-wellarchitected/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceInput, UntagResourceOutput } from "../models/models_0"; import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/UpdateAnswerCommand.ts b/clients/client-wellarchitected/src/commands/UpdateAnswerCommand.ts index e5ad4508be0b2..dfb6cb68df35d 100644 --- a/clients/client-wellarchitected/src/commands/UpdateAnswerCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateAnswerCommand.ts @@ -17,6 +17,10 @@ import { UpdateAnswerInput, UpdateAnswerOutput } from "../models/models_0"; import { de_UpdateAnswerCommand, se_UpdateAnswerCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/UpdateGlobalSettingsCommand.ts b/clients/client-wellarchitected/src/commands/UpdateGlobalSettingsCommand.ts index 970cbc5bbaf84..db2f9714c0bd1 100644 --- a/clients/client-wellarchitected/src/commands/UpdateGlobalSettingsCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateGlobalSettingsCommand.ts @@ -17,6 +17,10 @@ import { UpdateGlobalSettingsInput } from "../models/models_0"; import { de_UpdateGlobalSettingsCommand, se_UpdateGlobalSettingsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/UpdateLensReviewCommand.ts b/clients/client-wellarchitected/src/commands/UpdateLensReviewCommand.ts index 5d4403cdc5666..84fb37bb504a3 100644 --- a/clients/client-wellarchitected/src/commands/UpdateLensReviewCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateLensReviewCommand.ts @@ -17,6 +17,10 @@ import { UpdateLensReviewInput, UpdateLensReviewOutput } from "../models/models_ import { de_UpdateLensReviewCommand, se_UpdateLensReviewCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/UpdateShareInvitationCommand.ts b/clients/client-wellarchitected/src/commands/UpdateShareInvitationCommand.ts index 63a2c4434544c..74c920eb1407b 100644 --- a/clients/client-wellarchitected/src/commands/UpdateShareInvitationCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateShareInvitationCommand.ts @@ -17,6 +17,10 @@ import { UpdateShareInvitationInput, UpdateShareInvitationOutput } from "../mode import { de_UpdateShareInvitationCommand, se_UpdateShareInvitationCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/UpdateWorkloadCommand.ts b/clients/client-wellarchitected/src/commands/UpdateWorkloadCommand.ts index f5801cec96c39..0c11ec499db42 100644 --- a/clients/client-wellarchitected/src/commands/UpdateWorkloadCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateWorkloadCommand.ts @@ -17,6 +17,10 @@ import { UpdateWorkloadInput, UpdateWorkloadOutput } from "../models/models_0"; import { de_UpdateWorkloadCommand, se_UpdateWorkloadCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/UpdateWorkloadShareCommand.ts b/clients/client-wellarchitected/src/commands/UpdateWorkloadShareCommand.ts index b5c1bbc5af047..4822ecb91f381 100644 --- a/clients/client-wellarchitected/src/commands/UpdateWorkloadShareCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpdateWorkloadShareCommand.ts @@ -17,6 +17,10 @@ import { UpdateWorkloadShareInput, UpdateWorkloadShareOutput } from "../models/m import { de_UpdateWorkloadShareCommand, se_UpdateWorkloadShareCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/commands/UpgradeLensReviewCommand.ts b/clients/client-wellarchitected/src/commands/UpgradeLensReviewCommand.ts index 9b9ed79b93e4c..e1367654510bb 100644 --- a/clients/client-wellarchitected/src/commands/UpgradeLensReviewCommand.ts +++ b/clients/client-wellarchitected/src/commands/UpgradeLensReviewCommand.ts @@ -17,6 +17,10 @@ import { UpgradeLensReviewInput } from "../models/models_0"; import { de_UpgradeLensReviewCommand, se_UpgradeLensReviewCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wellarchitected/src/index.ts b/clients/client-wellarchitected/src/index.ts index 1fbe747aeafd4..769cfad46d1e3 100644 --- a/clients/client-wellarchitected/src/index.ts +++ b/clients/client-wellarchitected/src/index.ts @@ -1,8 +1,19 @@ -export * from "./WellArchitected"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Well-Architected Tool + *

This is the Well-Architected Tool API Reference. The WA Tool API provides programmatic access to the + * Well-Architected Tool in the + * Amazon Web Services Management Console. For information + * about the Well-Architected Tool, see the + * Well-Architected Tool User Guide.

+ * + * @packageDocumentation + */ export * from "./WellArchitectedClient"; +export * from "./WellArchitected"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { WellArchitectedServiceException } from "./models/WellArchitectedServiceException"; diff --git a/clients/client-wellarchitected/src/models/WellArchitectedServiceException.ts b/clients/client-wellarchitected/src/models/WellArchitectedServiceException.ts index 196a9c13e7599..f267ac0ae501e 100644 --- a/clients/client-wellarchitected/src/models/WellArchitectedServiceException.ts +++ b/clients/client-wellarchitected/src/models/WellArchitectedServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-wisdom/src/WisdomClient.ts b/clients/client-wisdom/src/WisdomClient.ts index 2fdf136f92e69..058438e06616c 100644 --- a/clients/client-wisdom/src/WisdomClient.ts +++ b/clients/client-wisdom/src/WisdomClient.ts @@ -120,6 +120,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -319,7 +321,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type WisdomClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type WisdomClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -338,7 +340,7 @@ export interface WisdomClientConfig extends WisdomClientConfigType {} /** * @public */ -type WisdomClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type WisdomClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-wisdom/src/commands/CreateAssistantAssociationCommand.ts b/clients/client-wisdom/src/commands/CreateAssistantAssociationCommand.ts index 5f5b5180feb3d..f23d63c2d6c71 100644 --- a/clients/client-wisdom/src/commands/CreateAssistantAssociationCommand.ts +++ b/clients/client-wisdom/src/commands/CreateAssistantAssociationCommand.ts @@ -17,6 +17,10 @@ import { CreateAssistantAssociationRequest, CreateAssistantAssociationResponse } import { de_CreateAssistantAssociationCommand, se_CreateAssistantAssociationCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/CreateAssistantCommand.ts b/clients/client-wisdom/src/commands/CreateAssistantCommand.ts index 1478c6f03dd45..2c00aa758038e 100644 --- a/clients/client-wisdom/src/commands/CreateAssistantCommand.ts +++ b/clients/client-wisdom/src/commands/CreateAssistantCommand.ts @@ -17,6 +17,10 @@ import { CreateAssistantRequest, CreateAssistantResponse } from "../models/model import { de_CreateAssistantCommand, se_CreateAssistantCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/CreateContentCommand.ts b/clients/client-wisdom/src/commands/CreateContentCommand.ts index b2b85b334f8d4..fa438ffda4c14 100644 --- a/clients/client-wisdom/src/commands/CreateContentCommand.ts +++ b/clients/client-wisdom/src/commands/CreateContentCommand.ts @@ -21,6 +21,10 @@ import { import { de_CreateContentCommand, se_CreateContentCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/CreateKnowledgeBaseCommand.ts b/clients/client-wisdom/src/commands/CreateKnowledgeBaseCommand.ts index a3c0e99045937..6c53a4f21ff02 100644 --- a/clients/client-wisdom/src/commands/CreateKnowledgeBaseCommand.ts +++ b/clients/client-wisdom/src/commands/CreateKnowledgeBaseCommand.ts @@ -17,6 +17,10 @@ import { CreateKnowledgeBaseRequest, CreateKnowledgeBaseResponse } from "../mode import { de_CreateKnowledgeBaseCommand, se_CreateKnowledgeBaseCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/CreateSessionCommand.ts b/clients/client-wisdom/src/commands/CreateSessionCommand.ts index 0d5f354b08fd0..fbdac6e68bf4d 100644 --- a/clients/client-wisdom/src/commands/CreateSessionCommand.ts +++ b/clients/client-wisdom/src/commands/CreateSessionCommand.ts @@ -17,6 +17,10 @@ import { CreateSessionRequest, CreateSessionResponse } from "../models/models_0" import { de_CreateSessionCommand, se_CreateSessionCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/DeleteAssistantAssociationCommand.ts b/clients/client-wisdom/src/commands/DeleteAssistantAssociationCommand.ts index 8f892a5c9cd85..c8ca1cc6a87ea 100644 --- a/clients/client-wisdom/src/commands/DeleteAssistantAssociationCommand.ts +++ b/clients/client-wisdom/src/commands/DeleteAssistantAssociationCommand.ts @@ -17,6 +17,10 @@ import { DeleteAssistantAssociationRequest, DeleteAssistantAssociationResponse } import { de_DeleteAssistantAssociationCommand, se_DeleteAssistantAssociationCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/DeleteAssistantCommand.ts b/clients/client-wisdom/src/commands/DeleteAssistantCommand.ts index 5d316632cc6a9..1fb52cf758966 100644 --- a/clients/client-wisdom/src/commands/DeleteAssistantCommand.ts +++ b/clients/client-wisdom/src/commands/DeleteAssistantCommand.ts @@ -17,6 +17,10 @@ import { DeleteAssistantRequest, DeleteAssistantResponse } from "../models/model import { de_DeleteAssistantCommand, se_DeleteAssistantCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/DeleteContentCommand.ts b/clients/client-wisdom/src/commands/DeleteContentCommand.ts index e3bed1e0f923f..56df47562291d 100644 --- a/clients/client-wisdom/src/commands/DeleteContentCommand.ts +++ b/clients/client-wisdom/src/commands/DeleteContentCommand.ts @@ -17,6 +17,10 @@ import { DeleteContentRequest, DeleteContentResponse } from "../models/models_0" import { de_DeleteContentCommand, se_DeleteContentCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/DeleteKnowledgeBaseCommand.ts b/clients/client-wisdom/src/commands/DeleteKnowledgeBaseCommand.ts index b7da0bfaffc6e..84d8140be9e34 100644 --- a/clients/client-wisdom/src/commands/DeleteKnowledgeBaseCommand.ts +++ b/clients/client-wisdom/src/commands/DeleteKnowledgeBaseCommand.ts @@ -17,6 +17,10 @@ import { DeleteKnowledgeBaseRequest, DeleteKnowledgeBaseResponse } from "../mode import { de_DeleteKnowledgeBaseCommand, se_DeleteKnowledgeBaseCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/GetAssistantAssociationCommand.ts b/clients/client-wisdom/src/commands/GetAssistantAssociationCommand.ts index 0239c2ed7dda8..3cdcb18e58089 100644 --- a/clients/client-wisdom/src/commands/GetAssistantAssociationCommand.ts +++ b/clients/client-wisdom/src/commands/GetAssistantAssociationCommand.ts @@ -17,6 +17,10 @@ import { GetAssistantAssociationRequest, GetAssistantAssociationResponse } from import { de_GetAssistantAssociationCommand, se_GetAssistantAssociationCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/GetAssistantCommand.ts b/clients/client-wisdom/src/commands/GetAssistantCommand.ts index c2104e1438fc9..432b9ce0f0f66 100644 --- a/clients/client-wisdom/src/commands/GetAssistantCommand.ts +++ b/clients/client-wisdom/src/commands/GetAssistantCommand.ts @@ -17,6 +17,10 @@ import { GetAssistantRequest, GetAssistantResponse } from "../models/models_0"; import { de_GetAssistantCommand, se_GetAssistantCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/GetContentCommand.ts b/clients/client-wisdom/src/commands/GetContentCommand.ts index 7e21529ba471c..1801af1d1fb21 100644 --- a/clients/client-wisdom/src/commands/GetContentCommand.ts +++ b/clients/client-wisdom/src/commands/GetContentCommand.ts @@ -17,6 +17,10 @@ import { GetContentRequest, GetContentResponse, GetContentResponseFilterSensitiv import { de_GetContentCommand, se_GetContentCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/GetContentSummaryCommand.ts b/clients/client-wisdom/src/commands/GetContentSummaryCommand.ts index c9f24d5e4792d..3d680b265dc63 100644 --- a/clients/client-wisdom/src/commands/GetContentSummaryCommand.ts +++ b/clients/client-wisdom/src/commands/GetContentSummaryCommand.ts @@ -17,6 +17,10 @@ import { GetContentSummaryRequest, GetContentSummaryResponse } from "../models/m import { de_GetContentSummaryCommand, se_GetContentSummaryCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/GetKnowledgeBaseCommand.ts b/clients/client-wisdom/src/commands/GetKnowledgeBaseCommand.ts index 7ad9ffbe0d448..3a5755d545fe3 100644 --- a/clients/client-wisdom/src/commands/GetKnowledgeBaseCommand.ts +++ b/clients/client-wisdom/src/commands/GetKnowledgeBaseCommand.ts @@ -17,6 +17,10 @@ import { GetKnowledgeBaseRequest, GetKnowledgeBaseResponse } from "../models/mod import { de_GetKnowledgeBaseCommand, se_GetKnowledgeBaseCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts b/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts index 9a26f881f6010..49e9e1b0764c6 100644 --- a/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts +++ b/clients/client-wisdom/src/commands/GetRecommendationsCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetRecommendationsCommand, se_GetRecommendationsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/GetSessionCommand.ts b/clients/client-wisdom/src/commands/GetSessionCommand.ts index 512473b820eed..a51a621888709 100644 --- a/clients/client-wisdom/src/commands/GetSessionCommand.ts +++ b/clients/client-wisdom/src/commands/GetSessionCommand.ts @@ -17,6 +17,10 @@ import { GetSessionRequest, GetSessionResponse } from "../models/models_0"; import { de_GetSessionCommand, se_GetSessionCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/ListAssistantAssociationsCommand.ts b/clients/client-wisdom/src/commands/ListAssistantAssociationsCommand.ts index 5211f8d7ccdd1..5df143ddba75d 100644 --- a/clients/client-wisdom/src/commands/ListAssistantAssociationsCommand.ts +++ b/clients/client-wisdom/src/commands/ListAssistantAssociationsCommand.ts @@ -17,6 +17,10 @@ import { ListAssistantAssociationsRequest, ListAssistantAssociationsResponse } f import { de_ListAssistantAssociationsCommand, se_ListAssistantAssociationsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/ListAssistantsCommand.ts b/clients/client-wisdom/src/commands/ListAssistantsCommand.ts index 426e626d281ec..1a5d542eea222 100644 --- a/clients/client-wisdom/src/commands/ListAssistantsCommand.ts +++ b/clients/client-wisdom/src/commands/ListAssistantsCommand.ts @@ -17,6 +17,10 @@ import { ListAssistantsRequest, ListAssistantsResponse } from "../models/models_ import { de_ListAssistantsCommand, se_ListAssistantsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/ListContentsCommand.ts b/clients/client-wisdom/src/commands/ListContentsCommand.ts index a1a596cf9864d..61c209c24d681 100644 --- a/clients/client-wisdom/src/commands/ListContentsCommand.ts +++ b/clients/client-wisdom/src/commands/ListContentsCommand.ts @@ -17,6 +17,10 @@ import { ListContentsRequest, ListContentsResponse } from "../models/models_0"; import { de_ListContentsCommand, se_ListContentsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/ListKnowledgeBasesCommand.ts b/clients/client-wisdom/src/commands/ListKnowledgeBasesCommand.ts index e8652a0ee8883..5c35f02d2cd7c 100644 --- a/clients/client-wisdom/src/commands/ListKnowledgeBasesCommand.ts +++ b/clients/client-wisdom/src/commands/ListKnowledgeBasesCommand.ts @@ -17,6 +17,10 @@ import { ListKnowledgeBasesRequest, ListKnowledgeBasesResponse } from "../models import { de_ListKnowledgeBasesCommand, se_ListKnowledgeBasesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/ListTagsForResourceCommand.ts b/clients/client-wisdom/src/commands/ListTagsForResourceCommand.ts index 2be537b537f83..4eb2e12b535e3 100644 --- a/clients/client-wisdom/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-wisdom/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/NotifyRecommendationsReceivedCommand.ts b/clients/client-wisdom/src/commands/NotifyRecommendationsReceivedCommand.ts index a9d3bc6eb2af3..75ad1314ab2cd 100644 --- a/clients/client-wisdom/src/commands/NotifyRecommendationsReceivedCommand.ts +++ b/clients/client-wisdom/src/commands/NotifyRecommendationsReceivedCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/QueryAssistantCommand.ts b/clients/client-wisdom/src/commands/QueryAssistantCommand.ts index d531a49a5ed99..8b7417f02a6bf 100644 --- a/clients/client-wisdom/src/commands/QueryAssistantCommand.ts +++ b/clients/client-wisdom/src/commands/QueryAssistantCommand.ts @@ -22,6 +22,10 @@ import { import { de_QueryAssistantCommand, se_QueryAssistantCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts b/clients/client-wisdom/src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts index b8867503c8583..650988c9e1922 100644 --- a/clients/client-wisdom/src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts +++ b/clients/client-wisdom/src/commands/RemoveKnowledgeBaseTemplateUriCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/SearchContentCommand.ts b/clients/client-wisdom/src/commands/SearchContentCommand.ts index dad13c859d5d3..18a95207fe901 100644 --- a/clients/client-wisdom/src/commands/SearchContentCommand.ts +++ b/clients/client-wisdom/src/commands/SearchContentCommand.ts @@ -17,6 +17,10 @@ import { SearchContentRequest, SearchContentResponse } from "../models/models_0" import { de_SearchContentCommand, se_SearchContentCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/SearchSessionsCommand.ts b/clients/client-wisdom/src/commands/SearchSessionsCommand.ts index 67dfc37e6ba89..a6401b8a4803c 100644 --- a/clients/client-wisdom/src/commands/SearchSessionsCommand.ts +++ b/clients/client-wisdom/src/commands/SearchSessionsCommand.ts @@ -17,6 +17,10 @@ import { SearchSessionsRequest, SearchSessionsResponse } from "../models/models_ import { de_SearchSessionsCommand, se_SearchSessionsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/StartContentUploadCommand.ts b/clients/client-wisdom/src/commands/StartContentUploadCommand.ts index 88d12f317c569..f8530a6e7d831 100644 --- a/clients/client-wisdom/src/commands/StartContentUploadCommand.ts +++ b/clients/client-wisdom/src/commands/StartContentUploadCommand.ts @@ -21,6 +21,10 @@ import { import { de_StartContentUploadCommand, se_StartContentUploadCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/TagResourceCommand.ts b/clients/client-wisdom/src/commands/TagResourceCommand.ts index 96e725926724a..5c934abc51d5e 100644 --- a/clients/client-wisdom/src/commands/TagResourceCommand.ts +++ b/clients/client-wisdom/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/UntagResourceCommand.ts b/clients/client-wisdom/src/commands/UntagResourceCommand.ts index 36f619e63f8de..41a1446ef3d61 100644 --- a/clients/client-wisdom/src/commands/UntagResourceCommand.ts +++ b/clients/client-wisdom/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/UpdateContentCommand.ts b/clients/client-wisdom/src/commands/UpdateContentCommand.ts index 78946507e5be0..0f51eca59db77 100644 --- a/clients/client-wisdom/src/commands/UpdateContentCommand.ts +++ b/clients/client-wisdom/src/commands/UpdateContentCommand.ts @@ -21,6 +21,10 @@ import { import { de_UpdateContentCommand, se_UpdateContentCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts b/clients/client-wisdom/src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts index 90bb8961842b3..78e3b6ef551c5 100644 --- a/clients/client-wisdom/src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts +++ b/clients/client-wisdom/src/commands/UpdateKnowledgeBaseTemplateUriCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WisdomClientResolvedConfig } from "../WisdomClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-wisdom/src/index.ts b/clients/client-wisdom/src/index.ts index 719558724a2d2..469a38e76e28d 100644 --- a/clients/client-wisdom/src/index.ts +++ b/clients/client-wisdom/src/index.ts @@ -1,8 +1,17 @@ -export * from "./Wisdom"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're + * actively speaking with customers. Agents can search across connected repositories from within + * their agent desktop to find answers quickly. Use Amazon Connect Wisdom to create an assistant and a + * knowledge base, for example, or manage content by uploading custom files.

+ * + * @packageDocumentation + */ export * from "./WisdomClient"; +export * from "./Wisdom"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { WisdomServiceException } from "./models/WisdomServiceException"; diff --git a/clients/client-wisdom/src/models/WisdomServiceException.ts b/clients/client-wisdom/src/models/WisdomServiceException.ts index 15152249bba27..4782c85c93591 100644 --- a/clients/client-wisdom/src/models/WisdomServiceException.ts +++ b/clients/client-wisdom/src/models/WisdomServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-workdocs/src/WorkDocsClient.ts b/clients/client-workdocs/src/WorkDocsClient.ts index 428b176e60b83..1f71b9a5104ef 100644 --- a/clients/client-workdocs/src/WorkDocsClient.ts +++ b/clients/client-workdocs/src/WorkDocsClient.ts @@ -157,6 +157,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -382,7 +384,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type WorkDocsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type WorkDocsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -401,7 +403,7 @@ export interface WorkDocsClientConfig extends WorkDocsClientConfigType {} /** * @public */ -type WorkDocsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type WorkDocsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-workdocs/src/commands/AbortDocumentVersionUploadCommand.ts b/clients/client-workdocs/src/commands/AbortDocumentVersionUploadCommand.ts index 75028301ad796..d32f0469895de 100644 --- a/clients/client-workdocs/src/commands/AbortDocumentVersionUploadCommand.ts +++ b/clients/client-workdocs/src/commands/AbortDocumentVersionUploadCommand.ts @@ -20,6 +20,10 @@ import { import { de_AbortDocumentVersionUploadCommand, se_AbortDocumentVersionUploadCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/ActivateUserCommand.ts b/clients/client-workdocs/src/commands/ActivateUserCommand.ts index b9504e78fa9ac..fe486b3edcf32 100644 --- a/clients/client-workdocs/src/commands/ActivateUserCommand.ts +++ b/clients/client-workdocs/src/commands/ActivateUserCommand.ts @@ -22,6 +22,10 @@ import { import { de_ActivateUserCommand, se_ActivateUserCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/AddResourcePermissionsCommand.ts b/clients/client-workdocs/src/commands/AddResourcePermissionsCommand.ts index 511683f189b0c..c5d74dce855c3 100644 --- a/clients/client-workdocs/src/commands/AddResourcePermissionsCommand.ts +++ b/clients/client-workdocs/src/commands/AddResourcePermissionsCommand.ts @@ -22,6 +22,10 @@ import { import { de_AddResourcePermissionsCommand, se_AddResourcePermissionsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/CreateCommentCommand.ts b/clients/client-workdocs/src/commands/CreateCommentCommand.ts index 66a941714f4f1..63f24ca641e96 100644 --- a/clients/client-workdocs/src/commands/CreateCommentCommand.ts +++ b/clients/client-workdocs/src/commands/CreateCommentCommand.ts @@ -22,6 +22,10 @@ import { import { de_CreateCommentCommand, se_CreateCommentCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/CreateCustomMetadataCommand.ts b/clients/client-workdocs/src/commands/CreateCustomMetadataCommand.ts index 6fecb3d93d2a6..357c73a331c2b 100644 --- a/clients/client-workdocs/src/commands/CreateCustomMetadataCommand.ts +++ b/clients/client-workdocs/src/commands/CreateCustomMetadataCommand.ts @@ -21,6 +21,10 @@ import { import { de_CreateCustomMetadataCommand, se_CreateCustomMetadataCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/CreateFolderCommand.ts b/clients/client-workdocs/src/commands/CreateFolderCommand.ts index 2556be5f354a8..2f69f36f30560 100644 --- a/clients/client-workdocs/src/commands/CreateFolderCommand.ts +++ b/clients/client-workdocs/src/commands/CreateFolderCommand.ts @@ -22,6 +22,10 @@ import { import { de_CreateFolderCommand, se_CreateFolderCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/CreateLabelsCommand.ts b/clients/client-workdocs/src/commands/CreateLabelsCommand.ts index f3386928f90bc..4a1ec68710a10 100644 --- a/clients/client-workdocs/src/commands/CreateLabelsCommand.ts +++ b/clients/client-workdocs/src/commands/CreateLabelsCommand.ts @@ -17,6 +17,10 @@ import { CreateLabelsRequest, CreateLabelsRequestFilterSensitiveLog, CreateLabel import { de_CreateLabelsCommand, se_CreateLabelsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/CreateNotificationSubscriptionCommand.ts b/clients/client-workdocs/src/commands/CreateNotificationSubscriptionCommand.ts index f75b78b23e2c2..dcc6b429574b0 100644 --- a/clients/client-workdocs/src/commands/CreateNotificationSubscriptionCommand.ts +++ b/clients/client-workdocs/src/commands/CreateNotificationSubscriptionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/CreateUserCommand.ts b/clients/client-workdocs/src/commands/CreateUserCommand.ts index 23c31831d904c..9aca7627a835e 100644 --- a/clients/client-workdocs/src/commands/CreateUserCommand.ts +++ b/clients/client-workdocs/src/commands/CreateUserCommand.ts @@ -22,6 +22,10 @@ import { import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/DeactivateUserCommand.ts b/clients/client-workdocs/src/commands/DeactivateUserCommand.ts index 0404f893fdd57..6e16e25579689 100644 --- a/clients/client-workdocs/src/commands/DeactivateUserCommand.ts +++ b/clients/client-workdocs/src/commands/DeactivateUserCommand.ts @@ -17,6 +17,10 @@ import { DeactivateUserRequest, DeactivateUserRequestFilterSensitiveLog } from " import { de_DeactivateUserCommand, se_DeactivateUserCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/DeleteCommentCommand.ts b/clients/client-workdocs/src/commands/DeleteCommentCommand.ts index 8b9ce9fe9c49b..9d58bd042e32f 100644 --- a/clients/client-workdocs/src/commands/DeleteCommentCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteCommentCommand.ts @@ -17,6 +17,10 @@ import { DeleteCommentRequest, DeleteCommentRequestFilterSensitiveLog } from ".. import { de_DeleteCommentCommand, se_DeleteCommentCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/DeleteCustomMetadataCommand.ts b/clients/client-workdocs/src/commands/DeleteCustomMetadataCommand.ts index f689185f8794c..11cfd85574039 100644 --- a/clients/client-workdocs/src/commands/DeleteCustomMetadataCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteCustomMetadataCommand.ts @@ -21,6 +21,10 @@ import { import { de_DeleteCustomMetadataCommand, se_DeleteCustomMetadataCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/DeleteDocumentCommand.ts b/clients/client-workdocs/src/commands/DeleteDocumentCommand.ts index 7ed3c23428fa1..0c842cda3533b 100644 --- a/clients/client-workdocs/src/commands/DeleteDocumentCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteDocumentCommand.ts @@ -17,6 +17,10 @@ import { DeleteDocumentRequest, DeleteDocumentRequestFilterSensitiveLog } from " import { de_DeleteDocumentCommand, se_DeleteDocumentCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/DeleteDocumentVersionCommand.ts b/clients/client-workdocs/src/commands/DeleteDocumentVersionCommand.ts index 4136920868907..9f4a7e11a6911 100644 --- a/clients/client-workdocs/src/commands/DeleteDocumentVersionCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteDocumentVersionCommand.ts @@ -17,6 +17,10 @@ import { DeleteDocumentVersionRequest, DeleteDocumentVersionRequestFilterSensiti import { de_DeleteDocumentVersionCommand, se_DeleteDocumentVersionCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/DeleteFolderCommand.ts b/clients/client-workdocs/src/commands/DeleteFolderCommand.ts index 511b61b78eb79..3e5573085d54a 100644 --- a/clients/client-workdocs/src/commands/DeleteFolderCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteFolderCommand.ts @@ -17,6 +17,10 @@ import { DeleteFolderRequest, DeleteFolderRequestFilterSensitiveLog } from "../m import { de_DeleteFolderCommand, se_DeleteFolderCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/DeleteFolderContentsCommand.ts b/clients/client-workdocs/src/commands/DeleteFolderContentsCommand.ts index c1f3a44990592..e5644044e8469 100644 --- a/clients/client-workdocs/src/commands/DeleteFolderContentsCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteFolderContentsCommand.ts @@ -17,6 +17,10 @@ import { DeleteFolderContentsRequest, DeleteFolderContentsRequestFilterSensitive import { de_DeleteFolderContentsCommand, se_DeleteFolderContentsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/DeleteLabelsCommand.ts b/clients/client-workdocs/src/commands/DeleteLabelsCommand.ts index bcd4145575dc9..8f9d1eec6390f 100644 --- a/clients/client-workdocs/src/commands/DeleteLabelsCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteLabelsCommand.ts @@ -17,6 +17,10 @@ import { DeleteLabelsRequest, DeleteLabelsRequestFilterSensitiveLog, DeleteLabel import { de_DeleteLabelsCommand, se_DeleteLabelsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/DeleteNotificationSubscriptionCommand.ts b/clients/client-workdocs/src/commands/DeleteNotificationSubscriptionCommand.ts index dc737d48e68c3..15c4f7bc81af4 100644 --- a/clients/client-workdocs/src/commands/DeleteNotificationSubscriptionCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteNotificationSubscriptionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/DeleteUserCommand.ts b/clients/client-workdocs/src/commands/DeleteUserCommand.ts index 25c2b2c461317..f85b6d225d288 100644 --- a/clients/client-workdocs/src/commands/DeleteUserCommand.ts +++ b/clients/client-workdocs/src/commands/DeleteUserCommand.ts @@ -17,6 +17,10 @@ import { DeleteUserRequest, DeleteUserRequestFilterSensitiveLog } from "../model import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/DescribeActivitiesCommand.ts b/clients/client-workdocs/src/commands/DescribeActivitiesCommand.ts index 8e71c7bbddf14..5d791024d8aab 100644 --- a/clients/client-workdocs/src/commands/DescribeActivitiesCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeActivitiesCommand.ts @@ -22,6 +22,10 @@ import { import { de_DescribeActivitiesCommand, se_DescribeActivitiesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/DescribeCommentsCommand.ts b/clients/client-workdocs/src/commands/DescribeCommentsCommand.ts index dc9aa5739d4b7..674dbf3359e54 100644 --- a/clients/client-workdocs/src/commands/DescribeCommentsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeCommentsCommand.ts @@ -22,6 +22,10 @@ import { import { de_DescribeCommentsCommand, se_DescribeCommentsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/DescribeDocumentVersionsCommand.ts b/clients/client-workdocs/src/commands/DescribeDocumentVersionsCommand.ts index b01c956f692ff..707637c621e8d 100644 --- a/clients/client-workdocs/src/commands/DescribeDocumentVersionsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeDocumentVersionsCommand.ts @@ -22,6 +22,10 @@ import { import { de_DescribeDocumentVersionsCommand, se_DescribeDocumentVersionsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/DescribeFolderContentsCommand.ts b/clients/client-workdocs/src/commands/DescribeFolderContentsCommand.ts index 51b871d39cac4..c2d1b5a7e6b8d 100644 --- a/clients/client-workdocs/src/commands/DescribeFolderContentsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeFolderContentsCommand.ts @@ -22,6 +22,10 @@ import { import { de_DescribeFolderContentsCommand, se_DescribeFolderContentsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/DescribeGroupsCommand.ts b/clients/client-workdocs/src/commands/DescribeGroupsCommand.ts index f6ede12211017..30ea9e62026ae 100644 --- a/clients/client-workdocs/src/commands/DescribeGroupsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeGroupsCommand.ts @@ -21,6 +21,10 @@ import { import { de_DescribeGroupsCommand, se_DescribeGroupsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/DescribeNotificationSubscriptionsCommand.ts b/clients/client-workdocs/src/commands/DescribeNotificationSubscriptionsCommand.ts index c9863ffe63682..876a9b2d17d1d 100644 --- a/clients/client-workdocs/src/commands/DescribeNotificationSubscriptionsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeNotificationSubscriptionsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/DescribeResourcePermissionsCommand.ts b/clients/client-workdocs/src/commands/DescribeResourcePermissionsCommand.ts index 26eb9cb66a06a..fabb8c4cfc7f8 100644 --- a/clients/client-workdocs/src/commands/DescribeResourcePermissionsCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeResourcePermissionsCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/DescribeRootFoldersCommand.ts b/clients/client-workdocs/src/commands/DescribeRootFoldersCommand.ts index 0dc56dee10faa..8729d9ace5655 100644 --- a/clients/client-workdocs/src/commands/DescribeRootFoldersCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeRootFoldersCommand.ts @@ -22,6 +22,10 @@ import { import { de_DescribeRootFoldersCommand, se_DescribeRootFoldersCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/DescribeUsersCommand.ts b/clients/client-workdocs/src/commands/DescribeUsersCommand.ts index 946b11d09de11..596843f6b83cc 100644 --- a/clients/client-workdocs/src/commands/DescribeUsersCommand.ts +++ b/clients/client-workdocs/src/commands/DescribeUsersCommand.ts @@ -22,6 +22,10 @@ import { import { de_DescribeUsersCommand, se_DescribeUsersCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/GetCurrentUserCommand.ts b/clients/client-workdocs/src/commands/GetCurrentUserCommand.ts index 58cd0a4c491ce..b4f1159dfad5b 100644 --- a/clients/client-workdocs/src/commands/GetCurrentUserCommand.ts +++ b/clients/client-workdocs/src/commands/GetCurrentUserCommand.ts @@ -22,6 +22,10 @@ import { import { de_GetCurrentUserCommand, se_GetCurrentUserCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/GetDocumentCommand.ts b/clients/client-workdocs/src/commands/GetDocumentCommand.ts index ac5cf5af77a62..b00782c3ddfa3 100644 --- a/clients/client-workdocs/src/commands/GetDocumentCommand.ts +++ b/clients/client-workdocs/src/commands/GetDocumentCommand.ts @@ -22,6 +22,10 @@ import { import { de_GetDocumentCommand, se_GetDocumentCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/GetDocumentPathCommand.ts b/clients/client-workdocs/src/commands/GetDocumentPathCommand.ts index 937aa11c6ce91..27ce4fcce9049 100644 --- a/clients/client-workdocs/src/commands/GetDocumentPathCommand.ts +++ b/clients/client-workdocs/src/commands/GetDocumentPathCommand.ts @@ -22,6 +22,10 @@ import { import { de_GetDocumentPathCommand, se_GetDocumentPathCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/GetDocumentVersionCommand.ts b/clients/client-workdocs/src/commands/GetDocumentVersionCommand.ts index 81fec404489e8..b23407a5a4775 100644 --- a/clients/client-workdocs/src/commands/GetDocumentVersionCommand.ts +++ b/clients/client-workdocs/src/commands/GetDocumentVersionCommand.ts @@ -22,6 +22,10 @@ import { import { de_GetDocumentVersionCommand, se_GetDocumentVersionCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/GetFolderCommand.ts b/clients/client-workdocs/src/commands/GetFolderCommand.ts index 0d4934e0cc816..27644874b1f7a 100644 --- a/clients/client-workdocs/src/commands/GetFolderCommand.ts +++ b/clients/client-workdocs/src/commands/GetFolderCommand.ts @@ -22,6 +22,10 @@ import { import { de_GetFolderCommand, se_GetFolderCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/GetFolderPathCommand.ts b/clients/client-workdocs/src/commands/GetFolderPathCommand.ts index 93f08898facc3..f6fe13812ced4 100644 --- a/clients/client-workdocs/src/commands/GetFolderPathCommand.ts +++ b/clients/client-workdocs/src/commands/GetFolderPathCommand.ts @@ -22,6 +22,10 @@ import { import { de_GetFolderPathCommand, se_GetFolderPathCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/GetResourcesCommand.ts b/clients/client-workdocs/src/commands/GetResourcesCommand.ts index 0a5359f746db8..f5b39f7298458 100644 --- a/clients/client-workdocs/src/commands/GetResourcesCommand.ts +++ b/clients/client-workdocs/src/commands/GetResourcesCommand.ts @@ -22,6 +22,10 @@ import { import { de_GetResourcesCommand, se_GetResourcesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/InitiateDocumentVersionUploadCommand.ts b/clients/client-workdocs/src/commands/InitiateDocumentVersionUploadCommand.ts index 1e4d8f704fd89..e156b2eba2b92 100644 --- a/clients/client-workdocs/src/commands/InitiateDocumentVersionUploadCommand.ts +++ b/clients/client-workdocs/src/commands/InitiateDocumentVersionUploadCommand.ts @@ -25,6 +25,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/RemoveAllResourcePermissionsCommand.ts b/clients/client-workdocs/src/commands/RemoveAllResourcePermissionsCommand.ts index 7acfd57d6f99b..d4541dc7271d6 100644 --- a/clients/client-workdocs/src/commands/RemoveAllResourcePermissionsCommand.ts +++ b/clients/client-workdocs/src/commands/RemoveAllResourcePermissionsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/RemoveResourcePermissionCommand.ts b/clients/client-workdocs/src/commands/RemoveResourcePermissionCommand.ts index e5ffd1f93e7c2..1ee6df5e21aef 100644 --- a/clients/client-workdocs/src/commands/RemoveResourcePermissionCommand.ts +++ b/clients/client-workdocs/src/commands/RemoveResourcePermissionCommand.ts @@ -17,6 +17,10 @@ import { RemoveResourcePermissionRequest, RemoveResourcePermissionRequestFilterS import { de_RemoveResourcePermissionCommand, se_RemoveResourcePermissionCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/RestoreDocumentVersionsCommand.ts b/clients/client-workdocs/src/commands/RestoreDocumentVersionsCommand.ts index 40e82833bab9f..0887a24191bde 100644 --- a/clients/client-workdocs/src/commands/RestoreDocumentVersionsCommand.ts +++ b/clients/client-workdocs/src/commands/RestoreDocumentVersionsCommand.ts @@ -17,6 +17,10 @@ import { RestoreDocumentVersionsRequest, RestoreDocumentVersionsRequestFilterSen import { de_RestoreDocumentVersionsCommand, se_RestoreDocumentVersionsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/SearchResourcesCommand.ts b/clients/client-workdocs/src/commands/SearchResourcesCommand.ts index 219056b731250..59bfbb3520b18 100644 --- a/clients/client-workdocs/src/commands/SearchResourcesCommand.ts +++ b/clients/client-workdocs/src/commands/SearchResourcesCommand.ts @@ -22,6 +22,10 @@ import { import { de_SearchResourcesCommand, se_SearchResourcesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/UpdateDocumentCommand.ts b/clients/client-workdocs/src/commands/UpdateDocumentCommand.ts index f90360f3aad4c..faacd5ba52abb 100644 --- a/clients/client-workdocs/src/commands/UpdateDocumentCommand.ts +++ b/clients/client-workdocs/src/commands/UpdateDocumentCommand.ts @@ -17,6 +17,10 @@ import { UpdateDocumentRequest, UpdateDocumentRequestFilterSensitiveLog } from " import { de_UpdateDocumentCommand, se_UpdateDocumentCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/UpdateDocumentVersionCommand.ts b/clients/client-workdocs/src/commands/UpdateDocumentVersionCommand.ts index 4ca74da58238e..9dd0bca05f829 100644 --- a/clients/client-workdocs/src/commands/UpdateDocumentVersionCommand.ts +++ b/clients/client-workdocs/src/commands/UpdateDocumentVersionCommand.ts @@ -17,6 +17,10 @@ import { UpdateDocumentVersionRequest, UpdateDocumentVersionRequestFilterSensiti import { de_UpdateDocumentVersionCommand, se_UpdateDocumentVersionCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/UpdateFolderCommand.ts b/clients/client-workdocs/src/commands/UpdateFolderCommand.ts index a37eccaae1d13..148ddeee1b22a 100644 --- a/clients/client-workdocs/src/commands/UpdateFolderCommand.ts +++ b/clients/client-workdocs/src/commands/UpdateFolderCommand.ts @@ -17,6 +17,10 @@ import { UpdateFolderRequest, UpdateFolderRequestFilterSensitiveLog } from "../m import { de_UpdateFolderCommand, se_UpdateFolderCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/commands/UpdateUserCommand.ts b/clients/client-workdocs/src/commands/UpdateUserCommand.ts index f7e30945ac236..c59b4666345a1 100644 --- a/clients/client-workdocs/src/commands/UpdateUserCommand.ts +++ b/clients/client-workdocs/src/commands/UpdateUserCommand.ts @@ -22,6 +22,10 @@ import { import { de_UpdateUserCommand, se_UpdateUserCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkDocsClientResolvedConfig } from "../WorkDocsClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workdocs/src/index.ts b/clients/client-workdocs/src/index.ts index 227b28e236391..54fbafbb9ac77 100644 --- a/clients/client-workdocs/src/index.ts +++ b/clients/client-workdocs/src/index.ts @@ -1,8 +1,72 @@ -export * from "./WorkDocs"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The Amazon WorkDocs API is designed for the following use cases:

+ *
    + *
  • + *

    File Migration: File migration applications are supported for users who + * want to migrate their files from an on-premises or off-premises file system or + * service. Users can insert files into a user directory structure, as well as + * allow for basic metadata changes, such as modifications to the permissions of + * files.

    + *
  • + *
  • + *

    Security: Support security applications are supported for users who have + * additional security needs, such as antivirus or data loss prevention. The API + * actions, along with CloudTrail, allow these applications to detect when + * changes occur in Amazon WorkDocs. Then, the application can take the necessary + * actions and replace the target file. If the target file violates the policy, the + * application can also choose to email the user.

    + *
  • + *
  • + *

    eDiscovery/Analytics: General administrative applications are supported, + * such as eDiscovery and analytics. These applications can choose to mimic or + * record the actions in an Amazon WorkDocs site, along with CloudTrail, to + * replicate data for eDiscovery, backup, or analytical applications.

    + *
  • + *
+ *

All Amazon WorkDocs API actions are Amazon authenticated and certificate-signed. + * They not only require the use of the Amazon Web Services SDK, but also allow for the exclusive use of + * IAM users and roles to help facilitate access, trust, and permission policies. By + * creating a role and allowing an IAM user to access the Amazon WorkDocs site, the + * IAM user gains full administrative visibility into the entire Amazon WorkDocs site (or as + * set in the IAM policy). This includes, but is not limited to, the ability to modify file + * permissions and upload any file to any user. This allows developers to perform the three + * use cases above, as well as give users the ability to grant access on a selective basis + * using the IAM model.

+ * + *

The pricing for Amazon WorkDocs APIs varies depending on the API call type for these actions:

+ *
    + *
  • + *

    + * READ (Get*) + *

    + *
  • + *
  • + *

    + * WRITE (Activate*, Add*, Create*, Deactivate*, Initiate*, Update*) + *

    + *
  • + *
  • + *

    + * LIST (Describe*) + *

    + *
  • + *
  • + *

    + * DELETE*, CANCEL + *

    + *
  • + *
+ *

For information about Amazon WorkDocs API pricing, see Amazon WorkDocs Pricing.

+ *
+ * + * @packageDocumentation + */ export * from "./WorkDocsClient"; +export * from "./WorkDocs"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { WorkDocsServiceException } from "./models/WorkDocsServiceException"; diff --git a/clients/client-workdocs/src/models/WorkDocsServiceException.ts b/clients/client-workdocs/src/models/WorkDocsServiceException.ts index 3910e2e11355c..4e721fb8ce79b 100644 --- a/clients/client-workdocs/src/models/WorkDocsServiceException.ts +++ b/clients/client-workdocs/src/models/WorkDocsServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-worklink/src/WorkLinkClient.ts b/clients/client-worklink/src/WorkLinkClient.ts index 254a693898260..dbf5eeee31658 100644 --- a/clients/client-worklink/src/WorkLinkClient.ts +++ b/clients/client-worklink/src/WorkLinkClient.ts @@ -152,6 +152,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -355,7 +357,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type WorkLinkClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type WorkLinkClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -374,7 +376,7 @@ export interface WorkLinkClientConfig extends WorkLinkClientConfigType {} /** * @public */ -type WorkLinkClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type WorkLinkClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-worklink/src/commands/AssociateDomainCommand.ts b/clients/client-worklink/src/commands/AssociateDomainCommand.ts index 5a8f948c5fcf9..17db1e3eb104d 100644 --- a/clients/client-worklink/src/commands/AssociateDomainCommand.ts +++ b/clients/client-worklink/src/commands/AssociateDomainCommand.ts @@ -17,6 +17,10 @@ import { AssociateDomainRequest, AssociateDomainResponse } from "../models/model import { de_AssociateDomainCommand, se_AssociateDomainCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts b/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts index 9d520e59665e1..433a4997ad95a 100644 --- a/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts +++ b/clients/client-worklink/src/commands/AssociateWebsiteAuthorizationProviderCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts b/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts index fde8517a0ee4f..8d8763571dc2d 100644 --- a/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts +++ b/clients/client-worklink/src/commands/AssociateWebsiteCertificateAuthorityCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/CreateFleetCommand.ts b/clients/client-worklink/src/commands/CreateFleetCommand.ts index 6a4bd5bab52f9..6c29b0193fb7e 100644 --- a/clients/client-worklink/src/commands/CreateFleetCommand.ts +++ b/clients/client-worklink/src/commands/CreateFleetCommand.ts @@ -17,6 +17,10 @@ import { CreateFleetRequest, CreateFleetResponse } from "../models/models_0"; import { de_CreateFleetCommand, se_CreateFleetCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/DeleteFleetCommand.ts b/clients/client-worklink/src/commands/DeleteFleetCommand.ts index 35aa86ada05bb..5055d92321d70 100644 --- a/clients/client-worklink/src/commands/DeleteFleetCommand.ts +++ b/clients/client-worklink/src/commands/DeleteFleetCommand.ts @@ -17,6 +17,10 @@ import { DeleteFleetRequest, DeleteFleetResponse } from "../models/models_0"; import { de_DeleteFleetCommand, se_DeleteFleetCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts index 4e522fb9f3f20..edcf62bb8ac36 100644 --- a/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeAuditStreamConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts index c4a6facf89b2d..c49112b826b3f 100644 --- a/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeCompanyNetworkConfigurationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/DescribeDeviceCommand.ts b/clients/client-worklink/src/commands/DescribeDeviceCommand.ts index 939912cb9a8c9..07070dc0e301b 100644 --- a/clients/client-worklink/src/commands/DescribeDeviceCommand.ts +++ b/clients/client-worklink/src/commands/DescribeDeviceCommand.ts @@ -17,6 +17,10 @@ import { DescribeDeviceRequest, DescribeDeviceResponse } from "../models/models_ import { de_DescribeDeviceCommand, se_DescribeDeviceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts index b3358dd134387..99994b6b86e7a 100644 --- a/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeDevicePolicyConfigurationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/DescribeDomainCommand.ts b/clients/client-worklink/src/commands/DescribeDomainCommand.ts index 6b7c2b3b49d57..ad6de97811419 100644 --- a/clients/client-worklink/src/commands/DescribeDomainCommand.ts +++ b/clients/client-worklink/src/commands/DescribeDomainCommand.ts @@ -17,6 +17,10 @@ import { DescribeDomainRequest, DescribeDomainResponse } from "../models/models_ import { de_DescribeDomainCommand, se_DescribeDomainCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts b/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts index 5e37cd756ead6..bdbc0cb884f14 100644 --- a/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts +++ b/clients/client-worklink/src/commands/DescribeFleetMetadataCommand.ts @@ -17,6 +17,10 @@ import { DescribeFleetMetadataRequest, DescribeFleetMetadataResponse } from "../ import { de_DescribeFleetMetadataCommand, se_DescribeFleetMetadataCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts b/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts index 587d40f16d7e1..317b79ebd47cc 100644 --- a/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/DescribeIdentityProviderConfigurationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts b/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts index 7b99b07af44d0..6b5f86517384e 100644 --- a/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts +++ b/clients/client-worklink/src/commands/DescribeWebsiteCertificateAuthorityCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/DisassociateDomainCommand.ts b/clients/client-worklink/src/commands/DisassociateDomainCommand.ts index 9f1fb856c226c..867d45259df8a 100644 --- a/clients/client-worklink/src/commands/DisassociateDomainCommand.ts +++ b/clients/client-worklink/src/commands/DisassociateDomainCommand.ts @@ -17,6 +17,10 @@ import { DisassociateDomainRequest, DisassociateDomainResponse } from "../models import { de_DisassociateDomainCommand, se_DisassociateDomainCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts b/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts index e1a08a1ee4213..8f2853fc4a0d3 100644 --- a/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts +++ b/clients/client-worklink/src/commands/DisassociateWebsiteAuthorizationProviderCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts b/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts index 04d11132f42d3..90250b4b0223d 100644 --- a/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts +++ b/clients/client-worklink/src/commands/DisassociateWebsiteCertificateAuthorityCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/ListDevicesCommand.ts b/clients/client-worklink/src/commands/ListDevicesCommand.ts index 306b6056258e2..f8ddbd446f85a 100644 --- a/clients/client-worklink/src/commands/ListDevicesCommand.ts +++ b/clients/client-worklink/src/commands/ListDevicesCommand.ts @@ -17,6 +17,10 @@ import { ListDevicesRequest, ListDevicesResponse } from "../models/models_0"; import { de_ListDevicesCommand, se_ListDevicesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/ListDomainsCommand.ts b/clients/client-worklink/src/commands/ListDomainsCommand.ts index 18e9fb82e76d2..ccfc3ccd03089 100644 --- a/clients/client-worklink/src/commands/ListDomainsCommand.ts +++ b/clients/client-worklink/src/commands/ListDomainsCommand.ts @@ -17,6 +17,10 @@ import { ListDomainsRequest, ListDomainsResponse } from "../models/models_0"; import { de_ListDomainsCommand, se_ListDomainsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/ListFleetsCommand.ts b/clients/client-worklink/src/commands/ListFleetsCommand.ts index d8645a0024d4a..491f17ea7b727 100644 --- a/clients/client-worklink/src/commands/ListFleetsCommand.ts +++ b/clients/client-worklink/src/commands/ListFleetsCommand.ts @@ -17,6 +17,10 @@ import { ListFleetsRequest, ListFleetsResponse } from "../models/models_0"; import { de_ListFleetsCommand, se_ListFleetsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts b/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts index 061169ba6ed8d..7c44cf08aa418 100644 --- a/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-worklink/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts b/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts index fb285a0a76a9d..f9ecdc0854ab3 100644 --- a/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts +++ b/clients/client-worklink/src/commands/ListWebsiteAuthorizationProvidersCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts b/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts index 36c9e83b92569..e1f124a09ea55 100644 --- a/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts +++ b/clients/client-worklink/src/commands/ListWebsiteCertificateAuthoritiesCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts b/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts index 9ef24cb617d95..bc1d66a9766ec 100644 --- a/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts +++ b/clients/client-worklink/src/commands/RestoreDomainAccessCommand.ts @@ -17,6 +17,10 @@ import { RestoreDomainAccessRequest, RestoreDomainAccessResponse } from "../mode import { de_RestoreDomainAccessCommand, se_RestoreDomainAccessCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts b/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts index d9cfdf76d7edd..195ff496b980c 100644 --- a/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts +++ b/clients/client-worklink/src/commands/RevokeDomainAccessCommand.ts @@ -17,6 +17,10 @@ import { RevokeDomainAccessRequest, RevokeDomainAccessResponse } from "../models import { de_RevokeDomainAccessCommand, se_RevokeDomainAccessCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/SignOutUserCommand.ts b/clients/client-worklink/src/commands/SignOutUserCommand.ts index c22092435f4db..f6981e2f60063 100644 --- a/clients/client-worklink/src/commands/SignOutUserCommand.ts +++ b/clients/client-worklink/src/commands/SignOutUserCommand.ts @@ -17,6 +17,10 @@ import { SignOutUserRequest, SignOutUserResponse } from "../models/models_0"; import { de_SignOutUserCommand, se_SignOutUserCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/TagResourceCommand.ts b/clients/client-worklink/src/commands/TagResourceCommand.ts index 9dee6eaef152c..c026e7e2e2b13 100644 --- a/clients/client-worklink/src/commands/TagResourceCommand.ts +++ b/clients/client-worklink/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/UntagResourceCommand.ts b/clients/client-worklink/src/commands/UntagResourceCommand.ts index a203d4e3654b0..0e0d18fc0ffa0 100644 --- a/clients/client-worklink/src/commands/UntagResourceCommand.ts +++ b/clients/client-worklink/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts index 32fcb8a7c33cc..e038ccb928243 100644 --- a/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateAuditStreamConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts index 5aeb13931c5cd..c95659e564728 100644 --- a/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateCompanyNetworkConfigurationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts index 3e9a5533424c6..65415278413a3 100644 --- a/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateDevicePolicyConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts b/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts index 0e9bb502746aa..09176bc808431 100644 --- a/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts +++ b/clients/client-worklink/src/commands/UpdateDomainMetadataCommand.ts @@ -17,6 +17,10 @@ import { UpdateDomainMetadataRequest, UpdateDomainMetadataResponse } from "../mo import { de_UpdateDomainMetadataCommand, se_UpdateDomainMetadataCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts b/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts index 188f4cac0368a..d827a7ebf8d4f 100644 --- a/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts +++ b/clients/client-worklink/src/commands/UpdateFleetMetadataCommand.ts @@ -17,6 +17,10 @@ import { UpdateFleetMetadataRequest, UpdateFleetMetadataResponse } from "../mode import { de_UpdateFleetMetadataCommand, se_UpdateFleetMetadataCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts b/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts index d563c23bbfe87..e4e96b022ca47 100644 --- a/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts +++ b/clients/client-worklink/src/commands/UpdateIdentityProviderConfigurationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkLinkClientResolvedConfig } from "../WorkLinkClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-worklink/src/index.ts b/clients/client-worklink/src/index.ts index 7290e1d86575a..4c884edc4f16b 100644 --- a/clients/client-worklink/src/index.ts +++ b/clients/client-worklink/src/index.ts @@ -1,8 +1,20 @@ -export * from "./WorkLink"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon WorkLink is a cloud-based service that provides secure access + * to internal websites and web apps from iOS and Android phones. In a single step, your users, such as + * employees, can access internal websites as efficiently as they access any other public website. + * They enter a URL in their web browser, or choose a link to an internal website in an email. Amazon WorkLink + * authenticates the user's access and securely renders authorized internal web content in a secure + * rendering service in the AWS cloud. Amazon WorkLink doesn't download or store any internal web content on + * mobile devices.

+ * + * @packageDocumentation + */ export * from "./WorkLinkClient"; +export * from "./WorkLink"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { WorkLinkServiceException } from "./models/WorkLinkServiceException"; diff --git a/clients/client-worklink/src/models/WorkLinkServiceException.ts b/clients/client-worklink/src/models/WorkLinkServiceException.ts index 949da9975b719..6e2e880303aeb 100644 --- a/clients/client-worklink/src/models/WorkLinkServiceException.ts +++ b/clients/client-worklink/src/models/WorkLinkServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-workmail/src/WorkMailClient.ts b/clients/client-workmail/src/WorkMailClient.ts index a6c7a67f10d57..9b36a74b9f2aa 100644 --- a/clients/client-workmail/src/WorkMailClient.ts +++ b/clients/client-workmail/src/WorkMailClient.ts @@ -289,6 +289,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -586,7 +588,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type WorkMailClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type WorkMailClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -605,7 +607,7 @@ export interface WorkMailClientConfig extends WorkMailClientConfigType {} /** * @public */ -type WorkMailClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type WorkMailClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-workmail/src/commands/AssociateDelegateToResourceCommand.ts b/clients/client-workmail/src/commands/AssociateDelegateToResourceCommand.ts index 1588aea7e866c..855fac33daf03 100644 --- a/clients/client-workmail/src/commands/AssociateDelegateToResourceCommand.ts +++ b/clients/client-workmail/src/commands/AssociateDelegateToResourceCommand.ts @@ -17,6 +17,10 @@ import { AssociateDelegateToResourceRequest, AssociateDelegateToResourceResponse import { de_AssociateDelegateToResourceCommand, se_AssociateDelegateToResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/AssociateMemberToGroupCommand.ts b/clients/client-workmail/src/commands/AssociateMemberToGroupCommand.ts index 7730dd362b984..d2522256067bf 100644 --- a/clients/client-workmail/src/commands/AssociateMemberToGroupCommand.ts +++ b/clients/client-workmail/src/commands/AssociateMemberToGroupCommand.ts @@ -17,6 +17,10 @@ import { AssociateMemberToGroupRequest, AssociateMemberToGroupResponse } from ". import { de_AssociateMemberToGroupCommand, se_AssociateMemberToGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/AssumeImpersonationRoleCommand.ts b/clients/client-workmail/src/commands/AssumeImpersonationRoleCommand.ts index 10942d9504d18..28d98a9db4e6b 100644 --- a/clients/client-workmail/src/commands/AssumeImpersonationRoleCommand.ts +++ b/clients/client-workmail/src/commands/AssumeImpersonationRoleCommand.ts @@ -17,6 +17,10 @@ import { AssumeImpersonationRoleRequest, AssumeImpersonationRoleResponse } from import { de_AssumeImpersonationRoleCommand, se_AssumeImpersonationRoleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/CancelMailboxExportJobCommand.ts b/clients/client-workmail/src/commands/CancelMailboxExportJobCommand.ts index a4e1cef701fc2..8aef1f8c7e12f 100644 --- a/clients/client-workmail/src/commands/CancelMailboxExportJobCommand.ts +++ b/clients/client-workmail/src/commands/CancelMailboxExportJobCommand.ts @@ -17,6 +17,10 @@ import { CancelMailboxExportJobRequest, CancelMailboxExportJobResponse } from ". import { de_CancelMailboxExportJobCommand, se_CancelMailboxExportJobCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/CreateAliasCommand.ts b/clients/client-workmail/src/commands/CreateAliasCommand.ts index 6848b0bde34c0..b7a4b05fe93fd 100644 --- a/clients/client-workmail/src/commands/CreateAliasCommand.ts +++ b/clients/client-workmail/src/commands/CreateAliasCommand.ts @@ -17,6 +17,10 @@ import { CreateAliasRequest, CreateAliasResponse } from "../models/models_0"; import { de_CreateAliasCommand, se_CreateAliasCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/CreateAvailabilityConfigurationCommand.ts b/clients/client-workmail/src/commands/CreateAvailabilityConfigurationCommand.ts index 04079c8b5eede..7ceed25b74f57 100644 --- a/clients/client-workmail/src/commands/CreateAvailabilityConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/CreateAvailabilityConfigurationCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/CreateGroupCommand.ts b/clients/client-workmail/src/commands/CreateGroupCommand.ts index b7e5e0aaf3cdc..af8b39706cc86 100644 --- a/clients/client-workmail/src/commands/CreateGroupCommand.ts +++ b/clients/client-workmail/src/commands/CreateGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateGroupRequest, CreateGroupResponse } from "../models/models_0"; import { de_CreateGroupCommand, se_CreateGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/CreateImpersonationRoleCommand.ts b/clients/client-workmail/src/commands/CreateImpersonationRoleCommand.ts index ed2d45743c8f0..0d7fdd9a8d6d0 100644 --- a/clients/client-workmail/src/commands/CreateImpersonationRoleCommand.ts +++ b/clients/client-workmail/src/commands/CreateImpersonationRoleCommand.ts @@ -17,6 +17,10 @@ import { CreateImpersonationRoleRequest, CreateImpersonationRoleResponse } from import { de_CreateImpersonationRoleCommand, se_CreateImpersonationRoleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/CreateMobileDeviceAccessRuleCommand.ts b/clients/client-workmail/src/commands/CreateMobileDeviceAccessRuleCommand.ts index 93b20892c22f3..ca28e04f5284d 100644 --- a/clients/client-workmail/src/commands/CreateMobileDeviceAccessRuleCommand.ts +++ b/clients/client-workmail/src/commands/CreateMobileDeviceAccessRuleCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/CreateOrganizationCommand.ts b/clients/client-workmail/src/commands/CreateOrganizationCommand.ts index b24cc136e3c8f..eb158374709e1 100644 --- a/clients/client-workmail/src/commands/CreateOrganizationCommand.ts +++ b/clients/client-workmail/src/commands/CreateOrganizationCommand.ts @@ -17,6 +17,10 @@ import { CreateOrganizationRequest, CreateOrganizationResponse } from "../models import { de_CreateOrganizationCommand, se_CreateOrganizationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/CreateResourceCommand.ts b/clients/client-workmail/src/commands/CreateResourceCommand.ts index c9d8467ce961a..ccac01412d477 100644 --- a/clients/client-workmail/src/commands/CreateResourceCommand.ts +++ b/clients/client-workmail/src/commands/CreateResourceCommand.ts @@ -17,6 +17,10 @@ import { CreateResourceRequest, CreateResourceResponse } from "../models/models_ import { de_CreateResourceCommand, se_CreateResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/CreateUserCommand.ts b/clients/client-workmail/src/commands/CreateUserCommand.ts index d9e45c661b699..5f485dce1f2a4 100644 --- a/clients/client-workmail/src/commands/CreateUserCommand.ts +++ b/clients/client-workmail/src/commands/CreateUserCommand.ts @@ -17,6 +17,10 @@ import { CreateUserRequest, CreateUserRequestFilterSensitiveLog, CreateUserRespo import { de_CreateUserCommand, se_CreateUserCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DeleteAccessControlRuleCommand.ts b/clients/client-workmail/src/commands/DeleteAccessControlRuleCommand.ts index d263946290285..29762da162e3b 100644 --- a/clients/client-workmail/src/commands/DeleteAccessControlRuleCommand.ts +++ b/clients/client-workmail/src/commands/DeleteAccessControlRuleCommand.ts @@ -17,6 +17,10 @@ import { DeleteAccessControlRuleRequest, DeleteAccessControlRuleResponse } from import { de_DeleteAccessControlRuleCommand, se_DeleteAccessControlRuleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DeleteAliasCommand.ts b/clients/client-workmail/src/commands/DeleteAliasCommand.ts index c89154e5d612b..6f5a03740b680 100644 --- a/clients/client-workmail/src/commands/DeleteAliasCommand.ts +++ b/clients/client-workmail/src/commands/DeleteAliasCommand.ts @@ -17,6 +17,10 @@ import { DeleteAliasRequest, DeleteAliasResponse } from "../models/models_0"; import { de_DeleteAliasCommand, se_DeleteAliasCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DeleteAvailabilityConfigurationCommand.ts b/clients/client-workmail/src/commands/DeleteAvailabilityConfigurationCommand.ts index b700a7feb6217..93fe45d6080b9 100644 --- a/clients/client-workmail/src/commands/DeleteAvailabilityConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/DeleteAvailabilityConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DeleteEmailMonitoringConfigurationCommand.ts b/clients/client-workmail/src/commands/DeleteEmailMonitoringConfigurationCommand.ts index f5c02f2e81161..1cc639b2a28ec 100644 --- a/clients/client-workmail/src/commands/DeleteEmailMonitoringConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/DeleteEmailMonitoringConfigurationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DeleteGroupCommand.ts b/clients/client-workmail/src/commands/DeleteGroupCommand.ts index a54b6e83bdb33..e94a1ce4a0dbd 100644 --- a/clients/client-workmail/src/commands/DeleteGroupCommand.ts +++ b/clients/client-workmail/src/commands/DeleteGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteGroupRequest, DeleteGroupResponse } from "../models/models_0"; import { de_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DeleteImpersonationRoleCommand.ts b/clients/client-workmail/src/commands/DeleteImpersonationRoleCommand.ts index c83d0e4ddb3f8..192778943d1b0 100644 --- a/clients/client-workmail/src/commands/DeleteImpersonationRoleCommand.ts +++ b/clients/client-workmail/src/commands/DeleteImpersonationRoleCommand.ts @@ -17,6 +17,10 @@ import { DeleteImpersonationRoleRequest, DeleteImpersonationRoleResponse } from import { de_DeleteImpersonationRoleCommand, se_DeleteImpersonationRoleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DeleteMailboxPermissionsCommand.ts b/clients/client-workmail/src/commands/DeleteMailboxPermissionsCommand.ts index 7b2e4f09ef9a1..d336452e77596 100644 --- a/clients/client-workmail/src/commands/DeleteMailboxPermissionsCommand.ts +++ b/clients/client-workmail/src/commands/DeleteMailboxPermissionsCommand.ts @@ -17,6 +17,10 @@ import { DeleteMailboxPermissionsRequest, DeleteMailboxPermissionsResponse } fro import { de_DeleteMailboxPermissionsCommand, se_DeleteMailboxPermissionsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DeleteMobileDeviceAccessOverrideCommand.ts b/clients/client-workmail/src/commands/DeleteMobileDeviceAccessOverrideCommand.ts index 3f8a460182a82..eb0f0ea58d87a 100644 --- a/clients/client-workmail/src/commands/DeleteMobileDeviceAccessOverrideCommand.ts +++ b/clients/client-workmail/src/commands/DeleteMobileDeviceAccessOverrideCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DeleteMobileDeviceAccessRuleCommand.ts b/clients/client-workmail/src/commands/DeleteMobileDeviceAccessRuleCommand.ts index a6467eead2b48..32f63b956a1d1 100644 --- a/clients/client-workmail/src/commands/DeleteMobileDeviceAccessRuleCommand.ts +++ b/clients/client-workmail/src/commands/DeleteMobileDeviceAccessRuleCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DeleteOrganizationCommand.ts b/clients/client-workmail/src/commands/DeleteOrganizationCommand.ts index 5670e9963b1db..01328277b4eba 100644 --- a/clients/client-workmail/src/commands/DeleteOrganizationCommand.ts +++ b/clients/client-workmail/src/commands/DeleteOrganizationCommand.ts @@ -17,6 +17,10 @@ import { DeleteOrganizationRequest, DeleteOrganizationResponse } from "../models import { de_DeleteOrganizationCommand, se_DeleteOrganizationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DeleteResourceCommand.ts b/clients/client-workmail/src/commands/DeleteResourceCommand.ts index 511af23c071f0..a7f04036bfd24 100644 --- a/clients/client-workmail/src/commands/DeleteResourceCommand.ts +++ b/clients/client-workmail/src/commands/DeleteResourceCommand.ts @@ -17,6 +17,10 @@ import { DeleteResourceRequest, DeleteResourceResponse } from "../models/models_ import { de_DeleteResourceCommand, se_DeleteResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DeleteRetentionPolicyCommand.ts b/clients/client-workmail/src/commands/DeleteRetentionPolicyCommand.ts index bdcf97fa08232..079b9be9ce395 100644 --- a/clients/client-workmail/src/commands/DeleteRetentionPolicyCommand.ts +++ b/clients/client-workmail/src/commands/DeleteRetentionPolicyCommand.ts @@ -17,6 +17,10 @@ import { DeleteRetentionPolicyRequest, DeleteRetentionPolicyResponse } from "../ import { de_DeleteRetentionPolicyCommand, se_DeleteRetentionPolicyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DeleteUserCommand.ts b/clients/client-workmail/src/commands/DeleteUserCommand.ts index 25c2f7467ecd5..bd6b0a71b68fe 100644 --- a/clients/client-workmail/src/commands/DeleteUserCommand.ts +++ b/clients/client-workmail/src/commands/DeleteUserCommand.ts @@ -17,6 +17,10 @@ import { DeleteUserRequest, DeleteUserResponse } from "../models/models_0"; import { de_DeleteUserCommand, se_DeleteUserCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DeregisterFromWorkMailCommand.ts b/clients/client-workmail/src/commands/DeregisterFromWorkMailCommand.ts index 4cd8537695cc5..06285b633aad6 100644 --- a/clients/client-workmail/src/commands/DeregisterFromWorkMailCommand.ts +++ b/clients/client-workmail/src/commands/DeregisterFromWorkMailCommand.ts @@ -17,6 +17,10 @@ import { DeregisterFromWorkMailRequest, DeregisterFromWorkMailResponse } from ". import { de_DeregisterFromWorkMailCommand, se_DeregisterFromWorkMailCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DeregisterMailDomainCommand.ts b/clients/client-workmail/src/commands/DeregisterMailDomainCommand.ts index f846a926bf8c2..719215d66b788 100644 --- a/clients/client-workmail/src/commands/DeregisterMailDomainCommand.ts +++ b/clients/client-workmail/src/commands/DeregisterMailDomainCommand.ts @@ -17,6 +17,10 @@ import { DeregisterMailDomainRequest, DeregisterMailDomainResponse } from "../mo import { de_DeregisterMailDomainCommand, se_DeregisterMailDomainCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DescribeEmailMonitoringConfigurationCommand.ts b/clients/client-workmail/src/commands/DescribeEmailMonitoringConfigurationCommand.ts index fdbd67fe01d6e..a8a65d507fc71 100644 --- a/clients/client-workmail/src/commands/DescribeEmailMonitoringConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/DescribeEmailMonitoringConfigurationCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DescribeGroupCommand.ts b/clients/client-workmail/src/commands/DescribeGroupCommand.ts index dec550cc8e594..334714417c04f 100644 --- a/clients/client-workmail/src/commands/DescribeGroupCommand.ts +++ b/clients/client-workmail/src/commands/DescribeGroupCommand.ts @@ -17,6 +17,10 @@ import { DescribeGroupRequest, DescribeGroupResponse } from "../models/models_0" import { de_DescribeGroupCommand, se_DescribeGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DescribeInboundDmarcSettingsCommand.ts b/clients/client-workmail/src/commands/DescribeInboundDmarcSettingsCommand.ts index cd3614c95539f..9e6c5d0be7885 100644 --- a/clients/client-workmail/src/commands/DescribeInboundDmarcSettingsCommand.ts +++ b/clients/client-workmail/src/commands/DescribeInboundDmarcSettingsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DescribeMailboxExportJobCommand.ts b/clients/client-workmail/src/commands/DescribeMailboxExportJobCommand.ts index 41df7374b1aaf..b5bce2da1782b 100644 --- a/clients/client-workmail/src/commands/DescribeMailboxExportJobCommand.ts +++ b/clients/client-workmail/src/commands/DescribeMailboxExportJobCommand.ts @@ -17,6 +17,10 @@ import { DescribeMailboxExportJobRequest, DescribeMailboxExportJobResponse } fro import { de_DescribeMailboxExportJobCommand, se_DescribeMailboxExportJobCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DescribeOrganizationCommand.ts b/clients/client-workmail/src/commands/DescribeOrganizationCommand.ts index e9e5701f8e0f6..5c9515775a2e3 100644 --- a/clients/client-workmail/src/commands/DescribeOrganizationCommand.ts +++ b/clients/client-workmail/src/commands/DescribeOrganizationCommand.ts @@ -17,6 +17,10 @@ import { DescribeOrganizationRequest, DescribeOrganizationResponse } from "../mo import { de_DescribeOrganizationCommand, se_DescribeOrganizationCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DescribeResourceCommand.ts b/clients/client-workmail/src/commands/DescribeResourceCommand.ts index aba7d7ddf9239..b5105c21026f6 100644 --- a/clients/client-workmail/src/commands/DescribeResourceCommand.ts +++ b/clients/client-workmail/src/commands/DescribeResourceCommand.ts @@ -17,6 +17,10 @@ import { DescribeResourceRequest, DescribeResourceResponse } from "../models/mod import { de_DescribeResourceCommand, se_DescribeResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DescribeUserCommand.ts b/clients/client-workmail/src/commands/DescribeUserCommand.ts index a94f0056c9a00..18402a8ea6609 100644 --- a/clients/client-workmail/src/commands/DescribeUserCommand.ts +++ b/clients/client-workmail/src/commands/DescribeUserCommand.ts @@ -17,6 +17,10 @@ import { DescribeUserRequest, DescribeUserResponse } from "../models/models_0"; import { de_DescribeUserCommand, se_DescribeUserCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DisassociateDelegateFromResourceCommand.ts b/clients/client-workmail/src/commands/DisassociateDelegateFromResourceCommand.ts index 49d44f90f4f72..cd94636c1c7c1 100644 --- a/clients/client-workmail/src/commands/DisassociateDelegateFromResourceCommand.ts +++ b/clients/client-workmail/src/commands/DisassociateDelegateFromResourceCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/DisassociateMemberFromGroupCommand.ts b/clients/client-workmail/src/commands/DisassociateMemberFromGroupCommand.ts index c4d040bb4db28..709e9cdbe21f1 100644 --- a/clients/client-workmail/src/commands/DisassociateMemberFromGroupCommand.ts +++ b/clients/client-workmail/src/commands/DisassociateMemberFromGroupCommand.ts @@ -17,6 +17,10 @@ import { DisassociateMemberFromGroupRequest, DisassociateMemberFromGroupResponse import { de_DisassociateMemberFromGroupCommand, se_DisassociateMemberFromGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/GetAccessControlEffectCommand.ts b/clients/client-workmail/src/commands/GetAccessControlEffectCommand.ts index 944a3e9afb6da..d262bb2d8ffc2 100644 --- a/clients/client-workmail/src/commands/GetAccessControlEffectCommand.ts +++ b/clients/client-workmail/src/commands/GetAccessControlEffectCommand.ts @@ -17,6 +17,10 @@ import { GetAccessControlEffectRequest, GetAccessControlEffectResponse } from ". import { de_GetAccessControlEffectCommand, se_GetAccessControlEffectCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/GetDefaultRetentionPolicyCommand.ts b/clients/client-workmail/src/commands/GetDefaultRetentionPolicyCommand.ts index 9941d82c2a35b..8fe7197c83a6e 100644 --- a/clients/client-workmail/src/commands/GetDefaultRetentionPolicyCommand.ts +++ b/clients/client-workmail/src/commands/GetDefaultRetentionPolicyCommand.ts @@ -17,6 +17,10 @@ import { GetDefaultRetentionPolicyRequest, GetDefaultRetentionPolicyResponse } f import { de_GetDefaultRetentionPolicyCommand, se_GetDefaultRetentionPolicyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/GetImpersonationRoleCommand.ts b/clients/client-workmail/src/commands/GetImpersonationRoleCommand.ts index 198d2140002ca..a4a88484a1d48 100644 --- a/clients/client-workmail/src/commands/GetImpersonationRoleCommand.ts +++ b/clients/client-workmail/src/commands/GetImpersonationRoleCommand.ts @@ -17,6 +17,10 @@ import { GetImpersonationRoleRequest, GetImpersonationRoleResponse } from "../mo import { de_GetImpersonationRoleCommand, se_GetImpersonationRoleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/GetImpersonationRoleEffectCommand.ts b/clients/client-workmail/src/commands/GetImpersonationRoleEffectCommand.ts index 6a55ab27a87a4..dfe2cab38b0b9 100644 --- a/clients/client-workmail/src/commands/GetImpersonationRoleEffectCommand.ts +++ b/clients/client-workmail/src/commands/GetImpersonationRoleEffectCommand.ts @@ -17,6 +17,10 @@ import { GetImpersonationRoleEffectRequest, GetImpersonationRoleEffectResponse } import { de_GetImpersonationRoleEffectCommand, se_GetImpersonationRoleEffectCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/GetMailDomainCommand.ts b/clients/client-workmail/src/commands/GetMailDomainCommand.ts index 36f00b556e7f9..98d18767b03b0 100644 --- a/clients/client-workmail/src/commands/GetMailDomainCommand.ts +++ b/clients/client-workmail/src/commands/GetMailDomainCommand.ts @@ -17,6 +17,10 @@ import { GetMailDomainRequest, GetMailDomainResponse } from "../models/models_0" import { de_GetMailDomainCommand, se_GetMailDomainCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/GetMailboxDetailsCommand.ts b/clients/client-workmail/src/commands/GetMailboxDetailsCommand.ts index ddaf6a98b9ee7..692ad891b5acc 100644 --- a/clients/client-workmail/src/commands/GetMailboxDetailsCommand.ts +++ b/clients/client-workmail/src/commands/GetMailboxDetailsCommand.ts @@ -17,6 +17,10 @@ import { GetMailboxDetailsRequest, GetMailboxDetailsResponse } from "../models/m import { de_GetMailboxDetailsCommand, se_GetMailboxDetailsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/GetMobileDeviceAccessEffectCommand.ts b/clients/client-workmail/src/commands/GetMobileDeviceAccessEffectCommand.ts index b23e3cc5c3a60..97e7d045b8681 100644 --- a/clients/client-workmail/src/commands/GetMobileDeviceAccessEffectCommand.ts +++ b/clients/client-workmail/src/commands/GetMobileDeviceAccessEffectCommand.ts @@ -17,6 +17,10 @@ import { GetMobileDeviceAccessEffectRequest, GetMobileDeviceAccessEffectResponse import { de_GetMobileDeviceAccessEffectCommand, se_GetMobileDeviceAccessEffectCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/GetMobileDeviceAccessOverrideCommand.ts b/clients/client-workmail/src/commands/GetMobileDeviceAccessOverrideCommand.ts index 4057172b6d8a3..17811c8f0e007 100644 --- a/clients/client-workmail/src/commands/GetMobileDeviceAccessOverrideCommand.ts +++ b/clients/client-workmail/src/commands/GetMobileDeviceAccessOverrideCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/ListAccessControlRulesCommand.ts b/clients/client-workmail/src/commands/ListAccessControlRulesCommand.ts index 9b9270807f26c..36dfa4cda5878 100644 --- a/clients/client-workmail/src/commands/ListAccessControlRulesCommand.ts +++ b/clients/client-workmail/src/commands/ListAccessControlRulesCommand.ts @@ -17,6 +17,10 @@ import { ListAccessControlRulesRequest, ListAccessControlRulesResponse } from ". import { de_ListAccessControlRulesCommand, se_ListAccessControlRulesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/ListAliasesCommand.ts b/clients/client-workmail/src/commands/ListAliasesCommand.ts index 33ab60550d758..a80c7375e9cf8 100644 --- a/clients/client-workmail/src/commands/ListAliasesCommand.ts +++ b/clients/client-workmail/src/commands/ListAliasesCommand.ts @@ -17,6 +17,10 @@ import { ListAliasesRequest, ListAliasesResponse } from "../models/models_0"; import { de_ListAliasesCommand, se_ListAliasesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/ListAvailabilityConfigurationsCommand.ts b/clients/client-workmail/src/commands/ListAvailabilityConfigurationsCommand.ts index f4f9746706031..d7e883b7c70bc 100644 --- a/clients/client-workmail/src/commands/ListAvailabilityConfigurationsCommand.ts +++ b/clients/client-workmail/src/commands/ListAvailabilityConfigurationsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/ListGroupMembersCommand.ts b/clients/client-workmail/src/commands/ListGroupMembersCommand.ts index 0a0153bb835af..c271bad0613ef 100644 --- a/clients/client-workmail/src/commands/ListGroupMembersCommand.ts +++ b/clients/client-workmail/src/commands/ListGroupMembersCommand.ts @@ -17,6 +17,10 @@ import { ListGroupMembersRequest, ListGroupMembersResponse } from "../models/mod import { de_ListGroupMembersCommand, se_ListGroupMembersCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/ListGroupsCommand.ts b/clients/client-workmail/src/commands/ListGroupsCommand.ts index 21ea80d32535d..bd8b12ca557e1 100644 --- a/clients/client-workmail/src/commands/ListGroupsCommand.ts +++ b/clients/client-workmail/src/commands/ListGroupsCommand.ts @@ -17,6 +17,10 @@ import { ListGroupsRequest, ListGroupsResponse } from "../models/models_0"; import { de_ListGroupsCommand, se_ListGroupsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/ListImpersonationRolesCommand.ts b/clients/client-workmail/src/commands/ListImpersonationRolesCommand.ts index 5c790b148f5bc..dfc74f57e6241 100644 --- a/clients/client-workmail/src/commands/ListImpersonationRolesCommand.ts +++ b/clients/client-workmail/src/commands/ListImpersonationRolesCommand.ts @@ -17,6 +17,10 @@ import { ListImpersonationRolesRequest, ListImpersonationRolesResponse } from ". import { de_ListImpersonationRolesCommand, se_ListImpersonationRolesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/ListMailDomainsCommand.ts b/clients/client-workmail/src/commands/ListMailDomainsCommand.ts index 321d0dfa3a103..c4c30676497c4 100644 --- a/clients/client-workmail/src/commands/ListMailDomainsCommand.ts +++ b/clients/client-workmail/src/commands/ListMailDomainsCommand.ts @@ -17,6 +17,10 @@ import { ListMailDomainsRequest, ListMailDomainsResponse } from "../models/model import { de_ListMailDomainsCommand, se_ListMailDomainsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/ListMailboxExportJobsCommand.ts b/clients/client-workmail/src/commands/ListMailboxExportJobsCommand.ts index 79cce803b7271..6c03fda494a73 100644 --- a/clients/client-workmail/src/commands/ListMailboxExportJobsCommand.ts +++ b/clients/client-workmail/src/commands/ListMailboxExportJobsCommand.ts @@ -17,6 +17,10 @@ import { ListMailboxExportJobsRequest, ListMailboxExportJobsResponse } from "../ import { de_ListMailboxExportJobsCommand, se_ListMailboxExportJobsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/ListMailboxPermissionsCommand.ts b/clients/client-workmail/src/commands/ListMailboxPermissionsCommand.ts index acbcccbc012af..557a69e60b1e5 100644 --- a/clients/client-workmail/src/commands/ListMailboxPermissionsCommand.ts +++ b/clients/client-workmail/src/commands/ListMailboxPermissionsCommand.ts @@ -17,6 +17,10 @@ import { ListMailboxPermissionsRequest, ListMailboxPermissionsResponse } from ". import { de_ListMailboxPermissionsCommand, se_ListMailboxPermissionsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/ListMobileDeviceAccessOverridesCommand.ts b/clients/client-workmail/src/commands/ListMobileDeviceAccessOverridesCommand.ts index b824c2185b360..74d7080c858a2 100644 --- a/clients/client-workmail/src/commands/ListMobileDeviceAccessOverridesCommand.ts +++ b/clients/client-workmail/src/commands/ListMobileDeviceAccessOverridesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/ListMobileDeviceAccessRulesCommand.ts b/clients/client-workmail/src/commands/ListMobileDeviceAccessRulesCommand.ts index e998d6e8367a7..db2dadca50c13 100644 --- a/clients/client-workmail/src/commands/ListMobileDeviceAccessRulesCommand.ts +++ b/clients/client-workmail/src/commands/ListMobileDeviceAccessRulesCommand.ts @@ -17,6 +17,10 @@ import { ListMobileDeviceAccessRulesRequest, ListMobileDeviceAccessRulesResponse import { de_ListMobileDeviceAccessRulesCommand, se_ListMobileDeviceAccessRulesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/ListOrganizationsCommand.ts b/clients/client-workmail/src/commands/ListOrganizationsCommand.ts index 281abb665e7b4..bf43871b47df6 100644 --- a/clients/client-workmail/src/commands/ListOrganizationsCommand.ts +++ b/clients/client-workmail/src/commands/ListOrganizationsCommand.ts @@ -17,6 +17,10 @@ import { ListOrganizationsRequest, ListOrganizationsResponse } from "../models/m import { de_ListOrganizationsCommand, se_ListOrganizationsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/ListResourceDelegatesCommand.ts b/clients/client-workmail/src/commands/ListResourceDelegatesCommand.ts index 3dcd727a834d5..2da35ed0b87bd 100644 --- a/clients/client-workmail/src/commands/ListResourceDelegatesCommand.ts +++ b/clients/client-workmail/src/commands/ListResourceDelegatesCommand.ts @@ -17,6 +17,10 @@ import { ListResourceDelegatesRequest, ListResourceDelegatesResponse } from "../ import { de_ListResourceDelegatesCommand, se_ListResourceDelegatesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/ListResourcesCommand.ts b/clients/client-workmail/src/commands/ListResourcesCommand.ts index ee0abc5ab8954..1d76ccb657bff 100644 --- a/clients/client-workmail/src/commands/ListResourcesCommand.ts +++ b/clients/client-workmail/src/commands/ListResourcesCommand.ts @@ -17,6 +17,10 @@ import { ListResourcesRequest, ListResourcesResponse } from "../models/models_0" import { de_ListResourcesCommand, se_ListResourcesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/ListTagsForResourceCommand.ts b/clients/client-workmail/src/commands/ListTagsForResourceCommand.ts index 71937ed053224..d4507d974689c 100644 --- a/clients/client-workmail/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-workmail/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/ListUsersCommand.ts b/clients/client-workmail/src/commands/ListUsersCommand.ts index 5dc7726c55bd7..3b2bbafbc263e 100644 --- a/clients/client-workmail/src/commands/ListUsersCommand.ts +++ b/clients/client-workmail/src/commands/ListUsersCommand.ts @@ -17,6 +17,10 @@ import { ListUsersRequest, ListUsersResponse } from "../models/models_0"; import { de_ListUsersCommand, se_ListUsersCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/PutAccessControlRuleCommand.ts b/clients/client-workmail/src/commands/PutAccessControlRuleCommand.ts index 803326fd9ed55..67ed3620d58e8 100644 --- a/clients/client-workmail/src/commands/PutAccessControlRuleCommand.ts +++ b/clients/client-workmail/src/commands/PutAccessControlRuleCommand.ts @@ -17,6 +17,10 @@ import { PutAccessControlRuleRequest, PutAccessControlRuleResponse } from "../mo import { de_PutAccessControlRuleCommand, se_PutAccessControlRuleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/PutEmailMonitoringConfigurationCommand.ts b/clients/client-workmail/src/commands/PutEmailMonitoringConfigurationCommand.ts index fe8156bafaefe..4cd9c8e4b8eb1 100644 --- a/clients/client-workmail/src/commands/PutEmailMonitoringConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/PutEmailMonitoringConfigurationCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/PutInboundDmarcSettingsCommand.ts b/clients/client-workmail/src/commands/PutInboundDmarcSettingsCommand.ts index a8014992ad0e3..90ee96443a741 100644 --- a/clients/client-workmail/src/commands/PutInboundDmarcSettingsCommand.ts +++ b/clients/client-workmail/src/commands/PutInboundDmarcSettingsCommand.ts @@ -17,6 +17,10 @@ import { PutInboundDmarcSettingsRequest, PutInboundDmarcSettingsResponse } from import { de_PutInboundDmarcSettingsCommand, se_PutInboundDmarcSettingsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/PutMailboxPermissionsCommand.ts b/clients/client-workmail/src/commands/PutMailboxPermissionsCommand.ts index 376c04503a5cc..a1d29d30ba539 100644 --- a/clients/client-workmail/src/commands/PutMailboxPermissionsCommand.ts +++ b/clients/client-workmail/src/commands/PutMailboxPermissionsCommand.ts @@ -17,6 +17,10 @@ import { PutMailboxPermissionsRequest, PutMailboxPermissionsResponse } from "../ import { de_PutMailboxPermissionsCommand, se_PutMailboxPermissionsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/PutMobileDeviceAccessOverrideCommand.ts b/clients/client-workmail/src/commands/PutMobileDeviceAccessOverrideCommand.ts index bf9d3557e37d1..094b25a2ce63f 100644 --- a/clients/client-workmail/src/commands/PutMobileDeviceAccessOverrideCommand.ts +++ b/clients/client-workmail/src/commands/PutMobileDeviceAccessOverrideCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/PutRetentionPolicyCommand.ts b/clients/client-workmail/src/commands/PutRetentionPolicyCommand.ts index 2cf456ec7ba31..0fc4fd758dcb7 100644 --- a/clients/client-workmail/src/commands/PutRetentionPolicyCommand.ts +++ b/clients/client-workmail/src/commands/PutRetentionPolicyCommand.ts @@ -21,6 +21,10 @@ import { import { de_PutRetentionPolicyCommand, se_PutRetentionPolicyCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/RegisterMailDomainCommand.ts b/clients/client-workmail/src/commands/RegisterMailDomainCommand.ts index 53ae42410ab9b..03578ff275cea 100644 --- a/clients/client-workmail/src/commands/RegisterMailDomainCommand.ts +++ b/clients/client-workmail/src/commands/RegisterMailDomainCommand.ts @@ -17,6 +17,10 @@ import { RegisterMailDomainRequest, RegisterMailDomainResponse } from "../models import { de_RegisterMailDomainCommand, se_RegisterMailDomainCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/RegisterToWorkMailCommand.ts b/clients/client-workmail/src/commands/RegisterToWorkMailCommand.ts index 7523cc066cc03..f601f799b5b8a 100644 --- a/clients/client-workmail/src/commands/RegisterToWorkMailCommand.ts +++ b/clients/client-workmail/src/commands/RegisterToWorkMailCommand.ts @@ -17,6 +17,10 @@ import { RegisterToWorkMailRequest, RegisterToWorkMailResponse } from "../models import { de_RegisterToWorkMailCommand, se_RegisterToWorkMailCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/ResetPasswordCommand.ts b/clients/client-workmail/src/commands/ResetPasswordCommand.ts index 5f6d665d6f0c3..761259de1e4da 100644 --- a/clients/client-workmail/src/commands/ResetPasswordCommand.ts +++ b/clients/client-workmail/src/commands/ResetPasswordCommand.ts @@ -21,6 +21,10 @@ import { import { de_ResetPasswordCommand, se_ResetPasswordCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/StartMailboxExportJobCommand.ts b/clients/client-workmail/src/commands/StartMailboxExportJobCommand.ts index 9726adc82764b..630960e595c01 100644 --- a/clients/client-workmail/src/commands/StartMailboxExportJobCommand.ts +++ b/clients/client-workmail/src/commands/StartMailboxExportJobCommand.ts @@ -17,6 +17,10 @@ import { StartMailboxExportJobRequest, StartMailboxExportJobResponse } from "../ import { de_StartMailboxExportJobCommand, se_StartMailboxExportJobCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/TagResourceCommand.ts b/clients/client-workmail/src/commands/TagResourceCommand.ts index fa01378f3c414..f91691ba1728e 100644 --- a/clients/client-workmail/src/commands/TagResourceCommand.ts +++ b/clients/client-workmail/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/TestAvailabilityConfigurationCommand.ts b/clients/client-workmail/src/commands/TestAvailabilityConfigurationCommand.ts index a08163c587e98..09235ed95ba6a 100644 --- a/clients/client-workmail/src/commands/TestAvailabilityConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/TestAvailabilityConfigurationCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/UntagResourceCommand.ts b/clients/client-workmail/src/commands/UntagResourceCommand.ts index 88063d5811218..6fe9efacb3995 100644 --- a/clients/client-workmail/src/commands/UntagResourceCommand.ts +++ b/clients/client-workmail/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/UpdateAvailabilityConfigurationCommand.ts b/clients/client-workmail/src/commands/UpdateAvailabilityConfigurationCommand.ts index 5e061e422710d..2d07cc3324f36 100644 --- a/clients/client-workmail/src/commands/UpdateAvailabilityConfigurationCommand.ts +++ b/clients/client-workmail/src/commands/UpdateAvailabilityConfigurationCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/UpdateDefaultMailDomainCommand.ts b/clients/client-workmail/src/commands/UpdateDefaultMailDomainCommand.ts index 37b71ed6405f5..a87edcc10765c 100644 --- a/clients/client-workmail/src/commands/UpdateDefaultMailDomainCommand.ts +++ b/clients/client-workmail/src/commands/UpdateDefaultMailDomainCommand.ts @@ -17,6 +17,10 @@ import { UpdateDefaultMailDomainRequest, UpdateDefaultMailDomainResponse } from import { de_UpdateDefaultMailDomainCommand, se_UpdateDefaultMailDomainCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/UpdateImpersonationRoleCommand.ts b/clients/client-workmail/src/commands/UpdateImpersonationRoleCommand.ts index ed9a9761e012a..3dc4bbe1b5df0 100644 --- a/clients/client-workmail/src/commands/UpdateImpersonationRoleCommand.ts +++ b/clients/client-workmail/src/commands/UpdateImpersonationRoleCommand.ts @@ -17,6 +17,10 @@ import { UpdateImpersonationRoleRequest, UpdateImpersonationRoleResponse } from import { de_UpdateImpersonationRoleCommand, se_UpdateImpersonationRoleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/UpdateMailboxQuotaCommand.ts b/clients/client-workmail/src/commands/UpdateMailboxQuotaCommand.ts index d69282f3566cf..2a8d7f1b64aea 100644 --- a/clients/client-workmail/src/commands/UpdateMailboxQuotaCommand.ts +++ b/clients/client-workmail/src/commands/UpdateMailboxQuotaCommand.ts @@ -17,6 +17,10 @@ import { UpdateMailboxQuotaRequest, UpdateMailboxQuotaResponse } from "../models import { de_UpdateMailboxQuotaCommand, se_UpdateMailboxQuotaCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/UpdateMobileDeviceAccessRuleCommand.ts b/clients/client-workmail/src/commands/UpdateMobileDeviceAccessRuleCommand.ts index 774e06ce819ad..206d992a51d88 100644 --- a/clients/client-workmail/src/commands/UpdateMobileDeviceAccessRuleCommand.ts +++ b/clients/client-workmail/src/commands/UpdateMobileDeviceAccessRuleCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/UpdatePrimaryEmailAddressCommand.ts b/clients/client-workmail/src/commands/UpdatePrimaryEmailAddressCommand.ts index 310c8657ae6ce..0ca7caec709ce 100644 --- a/clients/client-workmail/src/commands/UpdatePrimaryEmailAddressCommand.ts +++ b/clients/client-workmail/src/commands/UpdatePrimaryEmailAddressCommand.ts @@ -17,6 +17,10 @@ import { UpdatePrimaryEmailAddressRequest, UpdatePrimaryEmailAddressResponse } f import { de_UpdatePrimaryEmailAddressCommand, se_UpdatePrimaryEmailAddressCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/commands/UpdateResourceCommand.ts b/clients/client-workmail/src/commands/UpdateResourceCommand.ts index 3ee2ae9cef97f..0011882fa58f7 100644 --- a/clients/client-workmail/src/commands/UpdateResourceCommand.ts +++ b/clients/client-workmail/src/commands/UpdateResourceCommand.ts @@ -17,6 +17,10 @@ import { UpdateResourceRequest, UpdateResourceResponse } from "../models/models_ import { de_UpdateResourceCommand, se_UpdateResourceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkMailClientResolvedConfig } from "../WorkMailClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmail/src/index.ts b/clients/client-workmail/src/index.ts index a667c8b6650ee..44273717759ee 100644 --- a/clients/client-workmail/src/index.ts +++ b/clients/client-workmail/src/index.ts @@ -1,8 +1,49 @@ -export * from "./WorkMail"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

WorkMail is a secure, managed business email and calendaring service with support for + * existing desktop and mobile email clients. You can access your email, contacts, and + * calendars using Microsoft Outlook, your browser, or other native iOS and Android email + * applications. You can integrate WorkMail with your existing corporate directory and control + * both the keys that encrypt your data and the location in which your data is + * stored.

+ *

The WorkMail API is designed for the following scenarios:

+ *
    + *
  • + *

    Listing and describing organizations

    + *
  • + *
+ *
    + *
  • + *

    Managing users

    + *
  • + *
+ *
    + *
  • + *

    Managing groups

    + *
  • + *
+ *
    + *
  • + *

    Managing resources

    + *
  • + *
+ *

All WorkMail API operations are Amazon-authenticated and certificate-signed. They not + * only require the use of the AWS SDK, but also allow for the exclusive use of AWS Identity and Access Management + * users and roles to help facilitate access, trust, and permission policies. By creating a + * role and allowing an IAM user to access the WorkMail site, the IAM user gains full + * administrative visibility into the entire WorkMail organization (or as set in the IAM + * policy). This includes, but is not limited to, the ability to create, update, and delete + * users, groups, and resources. This allows developers to perform the scenarios listed above, + * as well as give users the ability to grant access on a selective basis using the IAM + * model.

+ * + * @packageDocumentation + */ export * from "./WorkMailClient"; +export * from "./WorkMail"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { WorkMailServiceException } from "./models/WorkMailServiceException"; diff --git a/clients/client-workmail/src/models/WorkMailServiceException.ts b/clients/client-workmail/src/models/WorkMailServiceException.ts index 4fceee0177661..0caaee2fecbbf 100644 --- a/clients/client-workmail/src/models/WorkMailServiceException.ts +++ b/clients/client-workmail/src/models/WorkMailServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-workmailmessageflow/src/WorkMailMessageFlowClient.ts b/clients/client-workmailmessageflow/src/WorkMailMessageFlowClient.ts index 7eed61b108f7e..9e45696dbba94 100644 --- a/clients/client-workmailmessageflow/src/WorkMailMessageFlowClient.ts +++ b/clients/client-workmailmessageflow/src/WorkMailMessageFlowClient.ts @@ -68,6 +68,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -211,7 +213,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type WorkMailMessageFlowClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type WorkMailMessageFlowClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -230,7 +232,7 @@ export interface WorkMailMessageFlowClientConfig extends WorkMailMessageFlowClie /** * @public */ -type WorkMailMessageFlowClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type WorkMailMessageFlowClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-workmailmessageflow/src/commands/GetRawMessageContentCommand.ts b/clients/client-workmailmessageflow/src/commands/GetRawMessageContentCommand.ts index 7f729a2150f7c..8fb0cdcfddfa1 100644 --- a/clients/client-workmailmessageflow/src/commands/GetRawMessageContentCommand.ts +++ b/clients/client-workmailmessageflow/src/commands/GetRawMessageContentCommand.ts @@ -28,6 +28,10 @@ import { WorkMailMessageFlowClientResolvedConfig, } from "../WorkMailMessageFlowClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmailmessageflow/src/commands/PutRawMessageContentCommand.ts b/clients/client-workmailmessageflow/src/commands/PutRawMessageContentCommand.ts index 7719decb86411..c7112bee3b806 100644 --- a/clients/client-workmailmessageflow/src/commands/PutRawMessageContentCommand.ts +++ b/clients/client-workmailmessageflow/src/commands/PutRawMessageContentCommand.ts @@ -21,6 +21,10 @@ import { WorkMailMessageFlowClientResolvedConfig, } from "../WorkMailMessageFlowClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workmailmessageflow/src/index.ts b/clients/client-workmailmessageflow/src/index.ts index e2061119a467a..d1f6506ea33a7 100644 --- a/clients/client-workmailmessageflow/src/index.ts +++ b/clients/client-workmailmessageflow/src/index.ts @@ -1,6 +1,16 @@ -export * from "./WorkMailMessageFlow"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

The WorkMail Message Flow API provides access to email messages as they are + * being + * sent and received by + * a + * WorkMail organization.

+ * + * @packageDocumentation + */ export * from "./WorkMailMessageFlowClient"; +export * from "./WorkMailMessageFlow"; export * from "./commands"; export * from "./models"; diff --git a/clients/client-workmailmessageflow/src/models/WorkMailMessageFlowServiceException.ts b/clients/client-workmailmessageflow/src/models/WorkMailMessageFlowServiceException.ts index 974bd5090f417..a25057e730028 100644 --- a/clients/client-workmailmessageflow/src/models/WorkMailMessageFlowServiceException.ts +++ b/clients/client-workmailmessageflow/src/models/WorkMailMessageFlowServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-workspaces-web/src/WorkSpacesWebClient.ts b/clients/client-workspaces-web/src/WorkSpacesWebClient.ts index 367586b0b8f48..59ba6f7bce930 100644 --- a/clients/client-workspaces-web/src/WorkSpacesWebClient.ts +++ b/clients/client-workspaces-web/src/WorkSpacesWebClient.ts @@ -206,6 +206,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -445,7 +447,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type WorkSpacesWebClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type WorkSpacesWebClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -464,7 +466,7 @@ export interface WorkSpacesWebClientConfig extends WorkSpacesWebClientConfigType /** * @public */ -type WorkSpacesWebClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type WorkSpacesWebClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-workspaces-web/src/commands/AssociateBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/AssociateBrowserSettingsCommand.ts index 007ea038ffcef..85a0d6fe7fd6d 100644 --- a/clients/client-workspaces-web/src/commands/AssociateBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateBrowserSettingsCommand.ts @@ -17,6 +17,10 @@ import { AssociateBrowserSettingsRequest, AssociateBrowserSettingsResponse } fro import { de_AssociateBrowserSettingsCommand, se_AssociateBrowserSettingsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/AssociateNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/AssociateNetworkSettingsCommand.ts index 6123aee492de5..a8f6682fcde56 100644 --- a/clients/client-workspaces-web/src/commands/AssociateNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateNetworkSettingsCommand.ts @@ -17,6 +17,10 @@ import { AssociateNetworkSettingsRequest, AssociateNetworkSettingsResponse } fro import { de_AssociateNetworkSettingsCommand, se_AssociateNetworkSettingsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/AssociateTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/AssociateTrustStoreCommand.ts index 27564805ec7eb..b16af027aaa64 100644 --- a/clients/client-workspaces-web/src/commands/AssociateTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateTrustStoreCommand.ts @@ -17,6 +17,10 @@ import { AssociateTrustStoreRequest, AssociateTrustStoreResponse } from "../mode import { de_AssociateTrustStoreCommand, se_AssociateTrustStoreCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/AssociateUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/AssociateUserAccessLoggingSettingsCommand.ts index 310bad25246ab..059261a541d41 100644 --- a/clients/client-workspaces-web/src/commands/AssociateUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateUserAccessLoggingSettingsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/AssociateUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/AssociateUserSettingsCommand.ts index f9dbec2c7b5df..f43d6c7102c8f 100644 --- a/clients/client-workspaces-web/src/commands/AssociateUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/AssociateUserSettingsCommand.ts @@ -17,6 +17,10 @@ import { AssociateUserSettingsRequest, AssociateUserSettingsResponse } from "../ import { de_AssociateUserSettingsCommand, se_AssociateUserSettingsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/CreateBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/CreateBrowserSettingsCommand.ts index c4329d481282d..3b00f4eeb1b72 100644 --- a/clients/client-workspaces-web/src/commands/CreateBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateBrowserSettingsCommand.ts @@ -21,6 +21,10 @@ import { import { de_CreateBrowserSettingsCommand, se_CreateBrowserSettingsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/CreateIdentityProviderCommand.ts b/clients/client-workspaces-web/src/commands/CreateIdentityProviderCommand.ts index 70ec56e7602e7..11bd83b2aa881 100644 --- a/clients/client-workspaces-web/src/commands/CreateIdentityProviderCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateIdentityProviderCommand.ts @@ -21,6 +21,10 @@ import { import { de_CreateIdentityProviderCommand, se_CreateIdentityProviderCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/CreateNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/CreateNetworkSettingsCommand.ts index 84f1b1476e06b..71821eb9525b6 100644 --- a/clients/client-workspaces-web/src/commands/CreateNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateNetworkSettingsCommand.ts @@ -21,6 +21,10 @@ import { import { de_CreateNetworkSettingsCommand, se_CreateNetworkSettingsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/CreatePortalCommand.ts b/clients/client-workspaces-web/src/commands/CreatePortalCommand.ts index 6126ff378bdbb..6704f3dab3951 100644 --- a/clients/client-workspaces-web/src/commands/CreatePortalCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreatePortalCommand.ts @@ -17,6 +17,10 @@ import { CreatePortalRequest, CreatePortalRequestFilterSensitiveLog, CreatePorta import { de_CreatePortalCommand, se_CreatePortalCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/CreateTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/CreateTrustStoreCommand.ts index 3043d20c41e56..d8a0bc6a89a93 100644 --- a/clients/client-workspaces-web/src/commands/CreateTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateTrustStoreCommand.ts @@ -21,6 +21,10 @@ import { import { de_CreateTrustStoreCommand, se_CreateTrustStoreCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/CreateUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/CreateUserAccessLoggingSettingsCommand.ts index b1b5b215dc855..48c6001fef16e 100644 --- a/clients/client-workspaces-web/src/commands/CreateUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateUserAccessLoggingSettingsCommand.ts @@ -24,6 +24,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/CreateUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/CreateUserSettingsCommand.ts index 6c4fcb56e732f..f3b9dd822b63f 100644 --- a/clients/client-workspaces-web/src/commands/CreateUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/CreateUserSettingsCommand.ts @@ -21,6 +21,10 @@ import { import { de_CreateUserSettingsCommand, se_CreateUserSettingsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/DeleteBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DeleteBrowserSettingsCommand.ts index 8ff6979efb2e5..33840e367debd 100644 --- a/clients/client-workspaces-web/src/commands/DeleteBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteBrowserSettingsCommand.ts @@ -17,6 +17,10 @@ import { DeleteBrowserSettingsRequest, DeleteBrowserSettingsResponse } from "../ import { de_DeleteBrowserSettingsCommand, se_DeleteBrowserSettingsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/DeleteIdentityProviderCommand.ts b/clients/client-workspaces-web/src/commands/DeleteIdentityProviderCommand.ts index ebfcfea3e10e9..75e38bf4f716e 100644 --- a/clients/client-workspaces-web/src/commands/DeleteIdentityProviderCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteIdentityProviderCommand.ts @@ -17,6 +17,10 @@ import { DeleteIdentityProviderRequest, DeleteIdentityProviderResponse } from ". import { de_DeleteIdentityProviderCommand, se_DeleteIdentityProviderCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/DeleteNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DeleteNetworkSettingsCommand.ts index 94f49d0c879d1..2ca875deb298b 100644 --- a/clients/client-workspaces-web/src/commands/DeleteNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteNetworkSettingsCommand.ts @@ -17,6 +17,10 @@ import { DeleteNetworkSettingsRequest, DeleteNetworkSettingsResponse } from "../ import { de_DeleteNetworkSettingsCommand, se_DeleteNetworkSettingsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/DeletePortalCommand.ts b/clients/client-workspaces-web/src/commands/DeletePortalCommand.ts index 7a26e6b710ac0..61e6d52b21be4 100644 --- a/clients/client-workspaces-web/src/commands/DeletePortalCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeletePortalCommand.ts @@ -17,6 +17,10 @@ import { DeletePortalRequest, DeletePortalResponse } from "../models/models_0"; import { de_DeletePortalCommand, se_DeletePortalCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/DeleteTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/DeleteTrustStoreCommand.ts index 3c72cfdae7f35..d70b9d6ad22e0 100644 --- a/clients/client-workspaces-web/src/commands/DeleteTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteTrustStoreCommand.ts @@ -17,6 +17,10 @@ import { DeleteTrustStoreRequest, DeleteTrustStoreResponse } from "../models/mod import { de_DeleteTrustStoreCommand, se_DeleteTrustStoreCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/DeleteUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DeleteUserAccessLoggingSettingsCommand.ts index dac32d45c02e7..39cea061269e7 100644 --- a/clients/client-workspaces-web/src/commands/DeleteUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteUserAccessLoggingSettingsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/DeleteUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DeleteUserSettingsCommand.ts index e845b3cf5ae93..d321124315c67 100644 --- a/clients/client-workspaces-web/src/commands/DeleteUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DeleteUserSettingsCommand.ts @@ -17,6 +17,10 @@ import { DeleteUserSettingsRequest, DeleteUserSettingsResponse } from "../models import { de_DeleteUserSettingsCommand, se_DeleteUserSettingsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/DisassociateBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateBrowserSettingsCommand.ts index 7054e1f676cc4..62af3df78f501 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateBrowserSettingsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/DisassociateNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateNetworkSettingsCommand.ts index 3f0422d0a1d07..dfbc82c5b9f5a 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateNetworkSettingsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/DisassociateTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateTrustStoreCommand.ts index c8f6f3396ba7b..0b0263eb75ee7 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateTrustStoreCommand.ts @@ -17,6 +17,10 @@ import { DisassociateTrustStoreRequest, DisassociateTrustStoreResponse } from ". import { de_DisassociateTrustStoreCommand, se_DisassociateTrustStoreCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/DisassociateUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateUserAccessLoggingSettingsCommand.ts index 5457b42aeac9c..33698e8fae3ce 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateUserAccessLoggingSettingsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/DisassociateUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/DisassociateUserSettingsCommand.ts index 45fa17d0fc2e9..2c9f2aa8d4eb5 100644 --- a/clients/client-workspaces-web/src/commands/DisassociateUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/DisassociateUserSettingsCommand.ts @@ -17,6 +17,10 @@ import { DisassociateUserSettingsRequest, DisassociateUserSettingsResponse } fro import { de_DisassociateUserSettingsCommand, se_DisassociateUserSettingsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/GetBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/GetBrowserSettingsCommand.ts index 5274571351fac..ef87e71cec2f6 100644 --- a/clients/client-workspaces-web/src/commands/GetBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetBrowserSettingsCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetBrowserSettingsCommand, se_GetBrowserSettingsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/GetIdentityProviderCommand.ts b/clients/client-workspaces-web/src/commands/GetIdentityProviderCommand.ts index be1f211aa8c02..9dfad3cb3ad71 100644 --- a/clients/client-workspaces-web/src/commands/GetIdentityProviderCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetIdentityProviderCommand.ts @@ -21,6 +21,10 @@ import { import { de_GetIdentityProviderCommand, se_GetIdentityProviderCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/GetNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/GetNetworkSettingsCommand.ts index 6c99ed759aa6b..bd9d253af7cb6 100644 --- a/clients/client-workspaces-web/src/commands/GetNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetNetworkSettingsCommand.ts @@ -17,6 +17,10 @@ import { GetNetworkSettingsRequest, GetNetworkSettingsResponse } from "../models import { de_GetNetworkSettingsCommand, se_GetNetworkSettingsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/GetPortalCommand.ts b/clients/client-workspaces-web/src/commands/GetPortalCommand.ts index 86a8a9483eb25..0a20f5ee86a2d 100644 --- a/clients/client-workspaces-web/src/commands/GetPortalCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetPortalCommand.ts @@ -17,6 +17,10 @@ import { GetPortalRequest, GetPortalResponse, GetPortalResponseFilterSensitiveLo import { de_GetPortalCommand, se_GetPortalCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/GetPortalServiceProviderMetadataCommand.ts b/clients/client-workspaces-web/src/commands/GetPortalServiceProviderMetadataCommand.ts index b5f2a73130546..fa79c9e14fb76 100644 --- a/clients/client-workspaces-web/src/commands/GetPortalServiceProviderMetadataCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetPortalServiceProviderMetadataCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/GetTrustStoreCertificateCommand.ts b/clients/client-workspaces-web/src/commands/GetTrustStoreCertificateCommand.ts index 3c5a34628ecbb..f652eb4c04c87 100644 --- a/clients/client-workspaces-web/src/commands/GetTrustStoreCertificateCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetTrustStoreCertificateCommand.ts @@ -17,6 +17,10 @@ import { GetTrustStoreCertificateRequest, GetTrustStoreCertificateResponse } fro import { de_GetTrustStoreCertificateCommand, se_GetTrustStoreCertificateCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/GetTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/GetTrustStoreCommand.ts index aec68950a1463..38b0c5d07466b 100644 --- a/clients/client-workspaces-web/src/commands/GetTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetTrustStoreCommand.ts @@ -17,6 +17,10 @@ import { GetTrustStoreRequest, GetTrustStoreResponse } from "../models/models_0" import { de_GetTrustStoreCommand, se_GetTrustStoreCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/GetUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/GetUserAccessLoggingSettingsCommand.ts index fcc796f340c0d..b2da8b697c6af 100644 --- a/clients/client-workspaces-web/src/commands/GetUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetUserAccessLoggingSettingsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/GetUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/GetUserSettingsCommand.ts index 5bb8a5f257ba3..972ef96d74b27 100644 --- a/clients/client-workspaces-web/src/commands/GetUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/GetUserSettingsCommand.ts @@ -17,6 +17,10 @@ import { GetUserSettingsRequest, GetUserSettingsResponse } from "../models/model import { de_GetUserSettingsCommand, se_GetUserSettingsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/ListBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/ListBrowserSettingsCommand.ts index 2119f460cea8e..38c5a676515c9 100644 --- a/clients/client-workspaces-web/src/commands/ListBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListBrowserSettingsCommand.ts @@ -17,6 +17,10 @@ import { ListBrowserSettingsRequest, ListBrowserSettingsResponse } from "../mode import { de_ListBrowserSettingsCommand, se_ListBrowserSettingsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/ListIdentityProvidersCommand.ts b/clients/client-workspaces-web/src/commands/ListIdentityProvidersCommand.ts index 43cfc7ca0c466..26ca5743613ce 100644 --- a/clients/client-workspaces-web/src/commands/ListIdentityProvidersCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListIdentityProvidersCommand.ts @@ -21,6 +21,10 @@ import { import { de_ListIdentityProvidersCommand, se_ListIdentityProvidersCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/ListNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/ListNetworkSettingsCommand.ts index 1abe55ec6a8fd..b3c478023f4a1 100644 --- a/clients/client-workspaces-web/src/commands/ListNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListNetworkSettingsCommand.ts @@ -17,6 +17,10 @@ import { ListNetworkSettingsRequest, ListNetworkSettingsResponse } from "../mode import { de_ListNetworkSettingsCommand, se_ListNetworkSettingsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/ListPortalsCommand.ts b/clients/client-workspaces-web/src/commands/ListPortalsCommand.ts index 6c4c5effa0383..a206326dbefe0 100644 --- a/clients/client-workspaces-web/src/commands/ListPortalsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListPortalsCommand.ts @@ -17,6 +17,10 @@ import { ListPortalsRequest, ListPortalsResponse, ListPortalsResponseFilterSensi import { de_ListPortalsCommand, se_ListPortalsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/ListTagsForResourceCommand.ts b/clients/client-workspaces-web/src/commands/ListTagsForResourceCommand.ts index fa6dae71f139e..87200ec8e8f57 100644 --- a/clients/client-workspaces-web/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListTagsForResourceCommand.ts @@ -21,6 +21,10 @@ import { import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/ListTrustStoreCertificatesCommand.ts b/clients/client-workspaces-web/src/commands/ListTrustStoreCertificatesCommand.ts index 4cb73bc861c1d..e1f6f918d9c1c 100644 --- a/clients/client-workspaces-web/src/commands/ListTrustStoreCertificatesCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListTrustStoreCertificatesCommand.ts @@ -17,6 +17,10 @@ import { ListTrustStoreCertificatesRequest, ListTrustStoreCertificatesResponse } import { de_ListTrustStoreCertificatesCommand, se_ListTrustStoreCertificatesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/ListTrustStoresCommand.ts b/clients/client-workspaces-web/src/commands/ListTrustStoresCommand.ts index cafad53d90aab..25ef24c16e036 100644 --- a/clients/client-workspaces-web/src/commands/ListTrustStoresCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListTrustStoresCommand.ts @@ -17,6 +17,10 @@ import { ListTrustStoresRequest, ListTrustStoresResponse } from "../models/model import { de_ListTrustStoresCommand, se_ListTrustStoresCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/ListUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/ListUserAccessLoggingSettingsCommand.ts index f2cd8f482f8f2..1f4edda77880d 100644 --- a/clients/client-workspaces-web/src/commands/ListUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListUserAccessLoggingSettingsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/ListUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/ListUserSettingsCommand.ts index 02ff4e04a3a3b..53fa7b87892c7 100644 --- a/clients/client-workspaces-web/src/commands/ListUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/ListUserSettingsCommand.ts @@ -17,6 +17,10 @@ import { ListUserSettingsRequest, ListUserSettingsResponse } from "../models/mod import { de_ListUserSettingsCommand, se_ListUserSettingsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/TagResourceCommand.ts b/clients/client-workspaces-web/src/commands/TagResourceCommand.ts index b2bcb4093b403..212c422498b24 100644 --- a/clients/client-workspaces-web/src/commands/TagResourceCommand.ts +++ b/clients/client-workspaces-web/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceRequestFilterSensitiveLog, TagResourceRe import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/UntagResourceCommand.ts b/clients/client-workspaces-web/src/commands/UntagResourceCommand.ts index 25fb00281e8b0..fd0c4072e0163 100644 --- a/clients/client-workspaces-web/src/commands/UntagResourceCommand.ts +++ b/clients/client-workspaces-web/src/commands/UntagResourceCommand.ts @@ -21,6 +21,10 @@ import { import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/UpdateBrowserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/UpdateBrowserSettingsCommand.ts index 4db9c462ece67..12d2535ca037f 100644 --- a/clients/client-workspaces-web/src/commands/UpdateBrowserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateBrowserSettingsCommand.ts @@ -22,6 +22,10 @@ import { import { de_UpdateBrowserSettingsCommand, se_UpdateBrowserSettingsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/UpdateIdentityProviderCommand.ts b/clients/client-workspaces-web/src/commands/UpdateIdentityProviderCommand.ts index 74b7230c54f63..c923a505abbe8 100644 --- a/clients/client-workspaces-web/src/commands/UpdateIdentityProviderCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateIdentityProviderCommand.ts @@ -22,6 +22,10 @@ import { import { de_UpdateIdentityProviderCommand, se_UpdateIdentityProviderCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/UpdateNetworkSettingsCommand.ts b/clients/client-workspaces-web/src/commands/UpdateNetworkSettingsCommand.ts index cd918f12b3ef1..ed533e2c79c9f 100644 --- a/clients/client-workspaces-web/src/commands/UpdateNetworkSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateNetworkSettingsCommand.ts @@ -17,6 +17,10 @@ import { UpdateNetworkSettingsRequest, UpdateNetworkSettingsResponse } from "../ import { de_UpdateNetworkSettingsCommand, se_UpdateNetworkSettingsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/UpdatePortalCommand.ts b/clients/client-workspaces-web/src/commands/UpdatePortalCommand.ts index 827dceb2c6c50..b8dd4a2eaa0dc 100644 --- a/clients/client-workspaces-web/src/commands/UpdatePortalCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdatePortalCommand.ts @@ -22,6 +22,10 @@ import { import { de_UpdatePortalCommand, se_UpdatePortalCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/UpdateTrustStoreCommand.ts b/clients/client-workspaces-web/src/commands/UpdateTrustStoreCommand.ts index ae8bcb23ca771..39766f3e94a0e 100644 --- a/clients/client-workspaces-web/src/commands/UpdateTrustStoreCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateTrustStoreCommand.ts @@ -17,6 +17,10 @@ import { UpdateTrustStoreRequest, UpdateTrustStoreResponse } from "../models/mod import { de_UpdateTrustStoreCommand, se_UpdateTrustStoreCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/UpdateUserAccessLoggingSettingsCommand.ts b/clients/client-workspaces-web/src/commands/UpdateUserAccessLoggingSettingsCommand.ts index 80c26b226398f..1b6925e02ce85 100644 --- a/clients/client-workspaces-web/src/commands/UpdateUserAccessLoggingSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateUserAccessLoggingSettingsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/commands/UpdateUserSettingsCommand.ts b/clients/client-workspaces-web/src/commands/UpdateUserSettingsCommand.ts index 5a85f3a7403da..42ae785f2ed9d 100644 --- a/clients/client-workspaces-web/src/commands/UpdateUserSettingsCommand.ts +++ b/clients/client-workspaces-web/src/commands/UpdateUserSettingsCommand.ts @@ -17,6 +17,10 @@ import { UpdateUserSettingsRequest, UpdateUserSettingsResponse } from "../models import { de_UpdateUserSettingsCommand, se_UpdateUserSettingsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesWebClientResolvedConfig } from "../WorkSpacesWebClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces-web/src/index.ts b/clients/client-workspaces-web/src/index.ts index c072868a4043b..b2da3e803581a 100644 --- a/clients/client-workspaces-web/src/index.ts +++ b/clients/client-workspaces-web/src/index.ts @@ -1,8 +1,19 @@ -export * from "./WorkSpacesWeb"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

WorkSpaces Web is a low cost, fully managed WorkSpace built specifically to facilitate + * secure, web-based workloads. WorkSpaces Web makes it easy for customers to safely provide + * their employees with access to internal websites and SaaS web applications without the + * administrative burden of appliances or specialized client software. WorkSpaces Web provides + * simple policy tools tailored for user interactions, while offloading common tasks like + * capacity management, scaling, and maintaining browser images.

+ * + * @packageDocumentation + */ export * from "./WorkSpacesWebClient"; +export * from "./WorkSpacesWeb"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { WorkSpacesWebServiceException } from "./models/WorkSpacesWebServiceException"; diff --git a/clients/client-workspaces-web/src/models/WorkSpacesWebServiceException.ts b/clients/client-workspaces-web/src/models/WorkSpacesWebServiceException.ts index d16e0df2a7881..6fff2cf35a551 100644 --- a/clients/client-workspaces-web/src/models/WorkSpacesWebServiceException.ts +++ b/clients/client-workspaces-web/src/models/WorkSpacesWebServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-workspaces/src/WorkSpacesClient.ts b/clients/client-workspaces/src/WorkSpacesClient.ts index 94b80fd692939..a83027a3d5698 100644 --- a/clients/client-workspaces/src/WorkSpacesClient.ts +++ b/clients/client-workspaces/src/WorkSpacesClient.ts @@ -259,6 +259,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -526,7 +528,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type WorkSpacesClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type WorkSpacesClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -545,7 +547,7 @@ export interface WorkSpacesClientConfig extends WorkSpacesClientConfigType {} /** * @public */ -type WorkSpacesClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type WorkSpacesClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-workspaces/src/commands/AssociateConnectionAliasCommand.ts b/clients/client-workspaces/src/commands/AssociateConnectionAliasCommand.ts index 7a66a119648f0..703fb1813ce94 100644 --- a/clients/client-workspaces/src/commands/AssociateConnectionAliasCommand.ts +++ b/clients/client-workspaces/src/commands/AssociateConnectionAliasCommand.ts @@ -17,6 +17,10 @@ import { AssociateConnectionAliasRequest, AssociateConnectionAliasResult } from import { de_AssociateConnectionAliasCommand, se_AssociateConnectionAliasCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/AssociateIpGroupsCommand.ts b/clients/client-workspaces/src/commands/AssociateIpGroupsCommand.ts index 6607d67fd6098..447f5d47ec665 100644 --- a/clients/client-workspaces/src/commands/AssociateIpGroupsCommand.ts +++ b/clients/client-workspaces/src/commands/AssociateIpGroupsCommand.ts @@ -17,6 +17,10 @@ import { AssociateIpGroupsRequest, AssociateIpGroupsResult } from "../models/mod import { de_AssociateIpGroupsCommand, se_AssociateIpGroupsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/AuthorizeIpRulesCommand.ts b/clients/client-workspaces/src/commands/AuthorizeIpRulesCommand.ts index 5b43bd57ed37e..ec786fb85040f 100644 --- a/clients/client-workspaces/src/commands/AuthorizeIpRulesCommand.ts +++ b/clients/client-workspaces/src/commands/AuthorizeIpRulesCommand.ts @@ -17,6 +17,10 @@ import { AuthorizeIpRulesRequest, AuthorizeIpRulesResult } from "../models/model import { de_AuthorizeIpRulesCommand, se_AuthorizeIpRulesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/CopyWorkspaceImageCommand.ts b/clients/client-workspaces/src/commands/CopyWorkspaceImageCommand.ts index 796c028689028..1e84f15c36f96 100644 --- a/clients/client-workspaces/src/commands/CopyWorkspaceImageCommand.ts +++ b/clients/client-workspaces/src/commands/CopyWorkspaceImageCommand.ts @@ -17,6 +17,10 @@ import { CopyWorkspaceImageRequest, CopyWorkspaceImageResult } from "../models/m import { de_CopyWorkspaceImageCommand, se_CopyWorkspaceImageCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/CreateConnectClientAddInCommand.ts b/clients/client-workspaces/src/commands/CreateConnectClientAddInCommand.ts index 8a7e805c2fc12..d8a631cf25563 100644 --- a/clients/client-workspaces/src/commands/CreateConnectClientAddInCommand.ts +++ b/clients/client-workspaces/src/commands/CreateConnectClientAddInCommand.ts @@ -17,6 +17,10 @@ import { CreateConnectClientAddInRequest, CreateConnectClientAddInResult } from import { de_CreateConnectClientAddInCommand, se_CreateConnectClientAddInCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/CreateConnectionAliasCommand.ts b/clients/client-workspaces/src/commands/CreateConnectionAliasCommand.ts index 8ee27adab4f10..f9d9d08256624 100644 --- a/clients/client-workspaces/src/commands/CreateConnectionAliasCommand.ts +++ b/clients/client-workspaces/src/commands/CreateConnectionAliasCommand.ts @@ -17,6 +17,10 @@ import { CreateConnectionAliasRequest, CreateConnectionAliasResult } from "../mo import { de_CreateConnectionAliasCommand, se_CreateConnectionAliasCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/CreateIpGroupCommand.ts b/clients/client-workspaces/src/commands/CreateIpGroupCommand.ts index a80d00edff273..2956a8eaaed80 100644 --- a/clients/client-workspaces/src/commands/CreateIpGroupCommand.ts +++ b/clients/client-workspaces/src/commands/CreateIpGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateIpGroupRequest, CreateIpGroupResult } from "../models/models_0"; import { de_CreateIpGroupCommand, se_CreateIpGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/CreateStandbyWorkspacesCommand.ts b/clients/client-workspaces/src/commands/CreateStandbyWorkspacesCommand.ts index 5d7e300a09c90..41200ce6d72ec 100644 --- a/clients/client-workspaces/src/commands/CreateStandbyWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/CreateStandbyWorkspacesCommand.ts @@ -17,6 +17,10 @@ import { CreateStandbyWorkspacesRequest, CreateStandbyWorkspacesResult } from ". import { de_CreateStandbyWorkspacesCommand, se_CreateStandbyWorkspacesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/CreateTagsCommand.ts b/clients/client-workspaces/src/commands/CreateTagsCommand.ts index 2a4e4ccc57ae4..2e224517a5066 100644 --- a/clients/client-workspaces/src/commands/CreateTagsCommand.ts +++ b/clients/client-workspaces/src/commands/CreateTagsCommand.ts @@ -17,6 +17,10 @@ import { CreateTagsRequest, CreateTagsResult } from "../models/models_0"; import { de_CreateTagsCommand, se_CreateTagsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/CreateUpdatedWorkspaceImageCommand.ts b/clients/client-workspaces/src/commands/CreateUpdatedWorkspaceImageCommand.ts index 7db69094c80bf..b4ac9b9e84a91 100644 --- a/clients/client-workspaces/src/commands/CreateUpdatedWorkspaceImageCommand.ts +++ b/clients/client-workspaces/src/commands/CreateUpdatedWorkspaceImageCommand.ts @@ -17,6 +17,10 @@ import { CreateUpdatedWorkspaceImageRequest, CreateUpdatedWorkspaceImageResult } import { de_CreateUpdatedWorkspaceImageCommand, se_CreateUpdatedWorkspaceImageCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/CreateWorkspaceBundleCommand.ts b/clients/client-workspaces/src/commands/CreateWorkspaceBundleCommand.ts index adcb14feebf0c..92ce6c179c359 100644 --- a/clients/client-workspaces/src/commands/CreateWorkspaceBundleCommand.ts +++ b/clients/client-workspaces/src/commands/CreateWorkspaceBundleCommand.ts @@ -17,6 +17,10 @@ import { CreateWorkspaceBundleRequest, CreateWorkspaceBundleResult } from "../mo import { de_CreateWorkspaceBundleCommand, se_CreateWorkspaceBundleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/CreateWorkspaceImageCommand.ts b/clients/client-workspaces/src/commands/CreateWorkspaceImageCommand.ts index eea4798a04bbf..ee5e5dfffe145 100644 --- a/clients/client-workspaces/src/commands/CreateWorkspaceImageCommand.ts +++ b/clients/client-workspaces/src/commands/CreateWorkspaceImageCommand.ts @@ -17,6 +17,10 @@ import { CreateWorkspaceImageRequest, CreateWorkspaceImageResult } from "../mode import { de_CreateWorkspaceImageCommand, se_CreateWorkspaceImageCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/CreateWorkspacesCommand.ts b/clients/client-workspaces/src/commands/CreateWorkspacesCommand.ts index f1b520ac8a638..a488b5025c012 100644 --- a/clients/client-workspaces/src/commands/CreateWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/CreateWorkspacesCommand.ts @@ -17,6 +17,10 @@ import { CreateWorkspacesRequest, CreateWorkspacesResult } from "../models/model import { de_CreateWorkspacesCommand, se_CreateWorkspacesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DeleteClientBrandingCommand.ts b/clients/client-workspaces/src/commands/DeleteClientBrandingCommand.ts index 961bc9db73bca..ab3d6030ad119 100644 --- a/clients/client-workspaces/src/commands/DeleteClientBrandingCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteClientBrandingCommand.ts @@ -17,6 +17,10 @@ import { DeleteClientBrandingRequest, DeleteClientBrandingResult } from "../mode import { de_DeleteClientBrandingCommand, se_DeleteClientBrandingCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DeleteConnectClientAddInCommand.ts b/clients/client-workspaces/src/commands/DeleteConnectClientAddInCommand.ts index bfb9b0842cc5c..c19e8fc64e58f 100644 --- a/clients/client-workspaces/src/commands/DeleteConnectClientAddInCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteConnectClientAddInCommand.ts @@ -17,6 +17,10 @@ import { DeleteConnectClientAddInRequest, DeleteConnectClientAddInResult } from import { de_DeleteConnectClientAddInCommand, se_DeleteConnectClientAddInCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DeleteConnectionAliasCommand.ts b/clients/client-workspaces/src/commands/DeleteConnectionAliasCommand.ts index f562490d48632..2ec8c7c08e997 100644 --- a/clients/client-workspaces/src/commands/DeleteConnectionAliasCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteConnectionAliasCommand.ts @@ -17,6 +17,10 @@ import { DeleteConnectionAliasRequest, DeleteConnectionAliasResult } from "../mo import { de_DeleteConnectionAliasCommand, se_DeleteConnectionAliasCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DeleteIpGroupCommand.ts b/clients/client-workspaces/src/commands/DeleteIpGroupCommand.ts index 8d77b6496dcc0..817d03b7552c6 100644 --- a/clients/client-workspaces/src/commands/DeleteIpGroupCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteIpGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteIpGroupRequest, DeleteIpGroupResult } from "../models/models_0"; import { de_DeleteIpGroupCommand, se_DeleteIpGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DeleteTagsCommand.ts b/clients/client-workspaces/src/commands/DeleteTagsCommand.ts index 779e795e5d1d4..7785c9cec8e32 100644 --- a/clients/client-workspaces/src/commands/DeleteTagsCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteTagsCommand.ts @@ -17,6 +17,10 @@ import { DeleteTagsRequest, DeleteTagsResult } from "../models/models_0"; import { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DeleteWorkspaceBundleCommand.ts b/clients/client-workspaces/src/commands/DeleteWorkspaceBundleCommand.ts index 215c2a255b6f1..1de0084f21ba0 100644 --- a/clients/client-workspaces/src/commands/DeleteWorkspaceBundleCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteWorkspaceBundleCommand.ts @@ -17,6 +17,10 @@ import { DeleteWorkspaceBundleRequest, DeleteWorkspaceBundleResult } from "../mo import { de_DeleteWorkspaceBundleCommand, se_DeleteWorkspaceBundleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DeleteWorkspaceImageCommand.ts b/clients/client-workspaces/src/commands/DeleteWorkspaceImageCommand.ts index 997ad26d4e130..bc018aca5fcdb 100644 --- a/clients/client-workspaces/src/commands/DeleteWorkspaceImageCommand.ts +++ b/clients/client-workspaces/src/commands/DeleteWorkspaceImageCommand.ts @@ -17,6 +17,10 @@ import { DeleteWorkspaceImageRequest, DeleteWorkspaceImageResult } from "../mode import { de_DeleteWorkspaceImageCommand, se_DeleteWorkspaceImageCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DeregisterWorkspaceDirectoryCommand.ts b/clients/client-workspaces/src/commands/DeregisterWorkspaceDirectoryCommand.ts index b7e96f9e4a085..1c4ef150dd1fe 100644 --- a/clients/client-workspaces/src/commands/DeregisterWorkspaceDirectoryCommand.ts +++ b/clients/client-workspaces/src/commands/DeregisterWorkspaceDirectoryCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DescribeAccountCommand.ts b/clients/client-workspaces/src/commands/DescribeAccountCommand.ts index f75cbb4e73250..6f4fb157dbcbd 100644 --- a/clients/client-workspaces/src/commands/DescribeAccountCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeAccountCommand.ts @@ -17,6 +17,10 @@ import { DescribeAccountRequest, DescribeAccountResult } from "../models/models_ import { de_DescribeAccountCommand, se_DescribeAccountCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DescribeAccountModificationsCommand.ts b/clients/client-workspaces/src/commands/DescribeAccountModificationsCommand.ts index 092b539a9cb9f..08d98fe7585d1 100644 --- a/clients/client-workspaces/src/commands/DescribeAccountModificationsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeAccountModificationsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DescribeClientBrandingCommand.ts b/clients/client-workspaces/src/commands/DescribeClientBrandingCommand.ts index 45c7149c929fb..dc102874b4d26 100644 --- a/clients/client-workspaces/src/commands/DescribeClientBrandingCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeClientBrandingCommand.ts @@ -17,6 +17,10 @@ import { DescribeClientBrandingRequest, DescribeClientBrandingResult } from "../ import { de_DescribeClientBrandingCommand, se_DescribeClientBrandingCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DescribeClientPropertiesCommand.ts b/clients/client-workspaces/src/commands/DescribeClientPropertiesCommand.ts index 1bb71f16790fe..6f749e3127728 100644 --- a/clients/client-workspaces/src/commands/DescribeClientPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeClientPropertiesCommand.ts @@ -17,6 +17,10 @@ import { DescribeClientPropertiesRequest, DescribeClientPropertiesResult } from import { de_DescribeClientPropertiesCommand, se_DescribeClientPropertiesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DescribeConnectClientAddInsCommand.ts b/clients/client-workspaces/src/commands/DescribeConnectClientAddInsCommand.ts index ad03ee574653d..d1054b99d325f 100644 --- a/clients/client-workspaces/src/commands/DescribeConnectClientAddInsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeConnectClientAddInsCommand.ts @@ -17,6 +17,10 @@ import { DescribeConnectClientAddInsRequest, DescribeConnectClientAddInsResult } import { de_DescribeConnectClientAddInsCommand, se_DescribeConnectClientAddInsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DescribeConnectionAliasPermissionsCommand.ts b/clients/client-workspaces/src/commands/DescribeConnectionAliasPermissionsCommand.ts index 2ea128e75fe1d..1f4cf1747e159 100644 --- a/clients/client-workspaces/src/commands/DescribeConnectionAliasPermissionsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeConnectionAliasPermissionsCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DescribeConnectionAliasesCommand.ts b/clients/client-workspaces/src/commands/DescribeConnectionAliasesCommand.ts index 923f95a6bd54f..499fe6f654d4d 100644 --- a/clients/client-workspaces/src/commands/DescribeConnectionAliasesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeConnectionAliasesCommand.ts @@ -17,6 +17,10 @@ import { DescribeConnectionAliasesRequest, DescribeConnectionAliasesResult } fro import { de_DescribeConnectionAliasesCommand, se_DescribeConnectionAliasesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DescribeIpGroupsCommand.ts b/clients/client-workspaces/src/commands/DescribeIpGroupsCommand.ts index 72cd37d5ee803..690462de1d274 100644 --- a/clients/client-workspaces/src/commands/DescribeIpGroupsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeIpGroupsCommand.ts @@ -17,6 +17,10 @@ import { DescribeIpGroupsRequest, DescribeIpGroupsResult } from "../models/model import { de_DescribeIpGroupsCommand, se_DescribeIpGroupsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DescribeTagsCommand.ts b/clients/client-workspaces/src/commands/DescribeTagsCommand.ts index 3d369d2914ca4..35e5bdac31731 100644 --- a/clients/client-workspaces/src/commands/DescribeTagsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeTagsCommand.ts @@ -17,6 +17,10 @@ import { DescribeTagsRequest, DescribeTagsResult } from "../models/models_0"; import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DescribeWorkspaceBundlesCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspaceBundlesCommand.ts index d1d4adb3423d1..a7355d5491da3 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspaceBundlesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspaceBundlesCommand.ts @@ -17,6 +17,10 @@ import { DescribeWorkspaceBundlesRequest, DescribeWorkspaceBundlesResult } from import { de_DescribeWorkspaceBundlesCommand, se_DescribeWorkspaceBundlesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DescribeWorkspaceDirectoriesCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspaceDirectoriesCommand.ts index 17cd7c0c25016..1af0645889a98 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspaceDirectoriesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspaceDirectoriesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DescribeWorkspaceImagePermissionsCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspaceImagePermissionsCommand.ts index dbab3f49e2caa..268af15b5013b 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspaceImagePermissionsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspaceImagePermissionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DescribeWorkspaceImagesCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspaceImagesCommand.ts index 7221acab79b5e..98c8c085ac03a 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspaceImagesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspaceImagesCommand.ts @@ -17,6 +17,10 @@ import { DescribeWorkspaceImagesRequest, DescribeWorkspaceImagesResult } from ". import { de_DescribeWorkspaceImagesCommand, se_DescribeWorkspaceImagesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DescribeWorkspaceSnapshotsCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspaceSnapshotsCommand.ts index 63178271d30cd..0dad6011ad9e9 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspaceSnapshotsCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspaceSnapshotsCommand.ts @@ -17,6 +17,10 @@ import { DescribeWorkspaceSnapshotsRequest, DescribeWorkspaceSnapshotsResult } f import { de_DescribeWorkspaceSnapshotsCommand, se_DescribeWorkspaceSnapshotsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DescribeWorkspacesCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspacesCommand.ts index 3c9ef2196ad4d..a106322485255 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspacesCommand.ts @@ -17,6 +17,10 @@ import { DescribeWorkspacesRequest, DescribeWorkspacesResult } from "../models/m import { de_DescribeWorkspacesCommand, se_DescribeWorkspacesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DescribeWorkspacesConnectionStatusCommand.ts b/clients/client-workspaces/src/commands/DescribeWorkspacesConnectionStatusCommand.ts index 6251df7fc7430..74b9fb59c08c4 100644 --- a/clients/client-workspaces/src/commands/DescribeWorkspacesConnectionStatusCommand.ts +++ b/clients/client-workspaces/src/commands/DescribeWorkspacesConnectionStatusCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DisassociateConnectionAliasCommand.ts b/clients/client-workspaces/src/commands/DisassociateConnectionAliasCommand.ts index c0b170041c87b..40314fb7ea0fe 100644 --- a/clients/client-workspaces/src/commands/DisassociateConnectionAliasCommand.ts +++ b/clients/client-workspaces/src/commands/DisassociateConnectionAliasCommand.ts @@ -17,6 +17,10 @@ import { DisassociateConnectionAliasRequest, DisassociateConnectionAliasResult } import { de_DisassociateConnectionAliasCommand, se_DisassociateConnectionAliasCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/DisassociateIpGroupsCommand.ts b/clients/client-workspaces/src/commands/DisassociateIpGroupsCommand.ts index 1c60c2135fa02..1a5c5c3ba4ab4 100644 --- a/clients/client-workspaces/src/commands/DisassociateIpGroupsCommand.ts +++ b/clients/client-workspaces/src/commands/DisassociateIpGroupsCommand.ts @@ -17,6 +17,10 @@ import { DisassociateIpGroupsRequest, DisassociateIpGroupsResult } from "../mode import { de_DisassociateIpGroupsCommand, se_DisassociateIpGroupsCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/ImportClientBrandingCommand.ts b/clients/client-workspaces/src/commands/ImportClientBrandingCommand.ts index 35ca384e7abe4..eed4067054df5 100644 --- a/clients/client-workspaces/src/commands/ImportClientBrandingCommand.ts +++ b/clients/client-workspaces/src/commands/ImportClientBrandingCommand.ts @@ -17,6 +17,10 @@ import { ImportClientBrandingRequest, ImportClientBrandingResult } from "../mode import { de_ImportClientBrandingCommand, se_ImportClientBrandingCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/ImportWorkspaceImageCommand.ts b/clients/client-workspaces/src/commands/ImportWorkspaceImageCommand.ts index 4ddc2c83e07e5..37d5ca8325252 100644 --- a/clients/client-workspaces/src/commands/ImportWorkspaceImageCommand.ts +++ b/clients/client-workspaces/src/commands/ImportWorkspaceImageCommand.ts @@ -17,6 +17,10 @@ import { ImportWorkspaceImageRequest, ImportWorkspaceImageResult } from "../mode import { de_ImportWorkspaceImageCommand, se_ImportWorkspaceImageCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/ListAvailableManagementCidrRangesCommand.ts b/clients/client-workspaces/src/commands/ListAvailableManagementCidrRangesCommand.ts index 4870f26c4c087..3956a81e45f7e 100644 --- a/clients/client-workspaces/src/commands/ListAvailableManagementCidrRangesCommand.ts +++ b/clients/client-workspaces/src/commands/ListAvailableManagementCidrRangesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/MigrateWorkspaceCommand.ts b/clients/client-workspaces/src/commands/MigrateWorkspaceCommand.ts index 8d81c7cb1ef66..24a98b46c3cea 100644 --- a/clients/client-workspaces/src/commands/MigrateWorkspaceCommand.ts +++ b/clients/client-workspaces/src/commands/MigrateWorkspaceCommand.ts @@ -17,6 +17,10 @@ import { MigrateWorkspaceRequest, MigrateWorkspaceResult } from "../models/model import { de_MigrateWorkspaceCommand, se_MigrateWorkspaceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/ModifyAccountCommand.ts b/clients/client-workspaces/src/commands/ModifyAccountCommand.ts index 2282fb250b387..91dd6661923ba 100644 --- a/clients/client-workspaces/src/commands/ModifyAccountCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyAccountCommand.ts @@ -17,6 +17,10 @@ import { ModifyAccountRequest, ModifyAccountResult } from "../models/models_0"; import { de_ModifyAccountCommand, se_ModifyAccountCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/ModifyCertificateBasedAuthPropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifyCertificateBasedAuthPropertiesCommand.ts index 509b1b3729894..f823a84af2ec9 100644 --- a/clients/client-workspaces/src/commands/ModifyCertificateBasedAuthPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyCertificateBasedAuthPropertiesCommand.ts @@ -23,6 +23,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/ModifyClientPropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifyClientPropertiesCommand.ts index bc01b03d2cc66..008b7810d78ac 100644 --- a/clients/client-workspaces/src/commands/ModifyClientPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyClientPropertiesCommand.ts @@ -17,6 +17,10 @@ import { ModifyClientPropertiesRequest, ModifyClientPropertiesResult } from "../ import { de_ModifyClientPropertiesCommand, se_ModifyClientPropertiesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/ModifySamlPropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifySamlPropertiesCommand.ts index 92637679c0f57..4e15654296d30 100644 --- a/clients/client-workspaces/src/commands/ModifySamlPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifySamlPropertiesCommand.ts @@ -17,6 +17,10 @@ import { ModifySamlPropertiesRequest, ModifySamlPropertiesResult } from "../mode import { de_ModifySamlPropertiesCommand, se_ModifySamlPropertiesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/ModifySelfservicePermissionsCommand.ts b/clients/client-workspaces/src/commands/ModifySelfservicePermissionsCommand.ts index 3a7a92257f545..0f910a3770852 100644 --- a/clients/client-workspaces/src/commands/ModifySelfservicePermissionsCommand.ts +++ b/clients/client-workspaces/src/commands/ModifySelfservicePermissionsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/ModifyWorkspaceAccessPropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifyWorkspaceAccessPropertiesCommand.ts index 87da592eebea7..eeaba0004447a 100644 --- a/clients/client-workspaces/src/commands/ModifyWorkspaceAccessPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyWorkspaceAccessPropertiesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/ModifyWorkspaceCreationPropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifyWorkspaceCreationPropertiesCommand.ts index 0acd922f001b4..00466384073d5 100644 --- a/clients/client-workspaces/src/commands/ModifyWorkspaceCreationPropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyWorkspaceCreationPropertiesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/ModifyWorkspacePropertiesCommand.ts b/clients/client-workspaces/src/commands/ModifyWorkspacePropertiesCommand.ts index 09e187df9b2f4..dadadadad0f47 100644 --- a/clients/client-workspaces/src/commands/ModifyWorkspacePropertiesCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyWorkspacePropertiesCommand.ts @@ -17,6 +17,10 @@ import { ModifyWorkspacePropertiesRequest, ModifyWorkspacePropertiesResult } fro import { de_ModifyWorkspacePropertiesCommand, se_ModifyWorkspacePropertiesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/ModifyWorkspaceStateCommand.ts b/clients/client-workspaces/src/commands/ModifyWorkspaceStateCommand.ts index bee02c3a9ceea..19e780617244d 100644 --- a/clients/client-workspaces/src/commands/ModifyWorkspaceStateCommand.ts +++ b/clients/client-workspaces/src/commands/ModifyWorkspaceStateCommand.ts @@ -17,6 +17,10 @@ import { ModifyWorkspaceStateRequest, ModifyWorkspaceStateResult } from "../mode import { de_ModifyWorkspaceStateCommand, se_ModifyWorkspaceStateCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/RebootWorkspacesCommand.ts b/clients/client-workspaces/src/commands/RebootWorkspacesCommand.ts index 28cce9f031324..9c4d74e00179b 100644 --- a/clients/client-workspaces/src/commands/RebootWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/RebootWorkspacesCommand.ts @@ -17,6 +17,10 @@ import { RebootWorkspacesRequest, RebootWorkspacesResult } from "../models/model import { de_RebootWorkspacesCommand, se_RebootWorkspacesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/RebuildWorkspacesCommand.ts b/clients/client-workspaces/src/commands/RebuildWorkspacesCommand.ts index be69dedcf85a7..8633add81aab3 100644 --- a/clients/client-workspaces/src/commands/RebuildWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/RebuildWorkspacesCommand.ts @@ -17,6 +17,10 @@ import { RebuildWorkspacesRequest, RebuildWorkspacesResult } from "../models/mod import { de_RebuildWorkspacesCommand, se_RebuildWorkspacesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/RegisterWorkspaceDirectoryCommand.ts b/clients/client-workspaces/src/commands/RegisterWorkspaceDirectoryCommand.ts index 7e2edc27851f2..60e4dd7736202 100644 --- a/clients/client-workspaces/src/commands/RegisterWorkspaceDirectoryCommand.ts +++ b/clients/client-workspaces/src/commands/RegisterWorkspaceDirectoryCommand.ts @@ -17,6 +17,10 @@ import { RegisterWorkspaceDirectoryRequest, RegisterWorkspaceDirectoryResult } f import { de_RegisterWorkspaceDirectoryCommand, se_RegisterWorkspaceDirectoryCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/RestoreWorkspaceCommand.ts b/clients/client-workspaces/src/commands/RestoreWorkspaceCommand.ts index 044f09f63e10c..9833d7975914e 100644 --- a/clients/client-workspaces/src/commands/RestoreWorkspaceCommand.ts +++ b/clients/client-workspaces/src/commands/RestoreWorkspaceCommand.ts @@ -17,6 +17,10 @@ import { RestoreWorkspaceRequest, RestoreWorkspaceResult } from "../models/model import { de_RestoreWorkspaceCommand, se_RestoreWorkspaceCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/RevokeIpRulesCommand.ts b/clients/client-workspaces/src/commands/RevokeIpRulesCommand.ts index 5901f68f9a789..d4fcf562f6717 100644 --- a/clients/client-workspaces/src/commands/RevokeIpRulesCommand.ts +++ b/clients/client-workspaces/src/commands/RevokeIpRulesCommand.ts @@ -17,6 +17,10 @@ import { RevokeIpRulesRequest, RevokeIpRulesResult } from "../models/models_0"; import { de_RevokeIpRulesCommand, se_RevokeIpRulesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/StartWorkspacesCommand.ts b/clients/client-workspaces/src/commands/StartWorkspacesCommand.ts index bd4eda47f806c..026712f87268d 100644 --- a/clients/client-workspaces/src/commands/StartWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/StartWorkspacesCommand.ts @@ -17,6 +17,10 @@ import { StartWorkspacesRequest, StartWorkspacesResult } from "../models/models_ import { de_StartWorkspacesCommand, se_StartWorkspacesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/StopWorkspacesCommand.ts b/clients/client-workspaces/src/commands/StopWorkspacesCommand.ts index 52c400de277d9..4f78dae667fec 100644 --- a/clients/client-workspaces/src/commands/StopWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/StopWorkspacesCommand.ts @@ -17,6 +17,10 @@ import { StopWorkspacesRequest, StopWorkspacesResult } from "../models/models_0" import { de_StopWorkspacesCommand, se_StopWorkspacesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/TerminateWorkspacesCommand.ts b/clients/client-workspaces/src/commands/TerminateWorkspacesCommand.ts index 08d3a41050379..13b64ba44894d 100644 --- a/clients/client-workspaces/src/commands/TerminateWorkspacesCommand.ts +++ b/clients/client-workspaces/src/commands/TerminateWorkspacesCommand.ts @@ -17,6 +17,10 @@ import { TerminateWorkspacesRequest, TerminateWorkspacesResult } from "../models import { de_TerminateWorkspacesCommand, se_TerminateWorkspacesCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/UpdateConnectClientAddInCommand.ts b/clients/client-workspaces/src/commands/UpdateConnectClientAddInCommand.ts index 0d6c6ee4fb61d..5d1c76b2467c6 100644 --- a/clients/client-workspaces/src/commands/UpdateConnectClientAddInCommand.ts +++ b/clients/client-workspaces/src/commands/UpdateConnectClientAddInCommand.ts @@ -17,6 +17,10 @@ import { UpdateConnectClientAddInRequest, UpdateConnectClientAddInResult } from import { de_UpdateConnectClientAddInCommand, se_UpdateConnectClientAddInCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/UpdateConnectionAliasPermissionCommand.ts b/clients/client-workspaces/src/commands/UpdateConnectionAliasPermissionCommand.ts index 87f032ae6ebbf..919c57adefd2a 100644 --- a/clients/client-workspaces/src/commands/UpdateConnectionAliasPermissionCommand.ts +++ b/clients/client-workspaces/src/commands/UpdateConnectionAliasPermissionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/UpdateRulesOfIpGroupCommand.ts b/clients/client-workspaces/src/commands/UpdateRulesOfIpGroupCommand.ts index cefb279a9354b..bcf52c90194c6 100644 --- a/clients/client-workspaces/src/commands/UpdateRulesOfIpGroupCommand.ts +++ b/clients/client-workspaces/src/commands/UpdateRulesOfIpGroupCommand.ts @@ -17,6 +17,10 @@ import { UpdateRulesOfIpGroupRequest, UpdateRulesOfIpGroupResult } from "../mode import { de_UpdateRulesOfIpGroupCommand, se_UpdateRulesOfIpGroupCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/UpdateWorkspaceBundleCommand.ts b/clients/client-workspaces/src/commands/UpdateWorkspaceBundleCommand.ts index d447bf4ae9dbb..09f037d641c74 100644 --- a/clients/client-workspaces/src/commands/UpdateWorkspaceBundleCommand.ts +++ b/clients/client-workspaces/src/commands/UpdateWorkspaceBundleCommand.ts @@ -17,6 +17,10 @@ import { UpdateWorkspaceBundleRequest, UpdateWorkspaceBundleResult } from "../mo import { de_UpdateWorkspaceBundleCommand, se_UpdateWorkspaceBundleCommand } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/commands/UpdateWorkspaceImagePermissionCommand.ts b/clients/client-workspaces/src/commands/UpdateWorkspaceImagePermissionCommand.ts index 444172bbd1bd9..ce714080a2ff0 100644 --- a/clients/client-workspaces/src/commands/UpdateWorkspaceImagePermissionCommand.ts +++ b/clients/client-workspaces/src/commands/UpdateWorkspaceImagePermissionCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_json1_1"; import { ServiceInputTypes, ServiceOutputTypes, WorkSpacesClientResolvedConfig } from "../WorkSpacesClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-workspaces/src/index.ts b/clients/client-workspaces/src/index.ts index 9ecd2710ed179..c1b57bc71663c 100644 --- a/clients/client-workspaces/src/index.ts +++ b/clients/client-workspaces/src/index.ts @@ -1,8 +1,30 @@ -export * from "./WorkSpaces"; // smithy-typescript generated code +/* eslint-disable */ +/** + * Amazon WorkSpaces Service + *

Amazon WorkSpaces enables you to provision virtual, cloud-based Microsoft Windows + * or Amazon Linux desktops for your users, known as WorkSpaces. + * WorkSpaces eliminates the need to procure and deploy hardware or install complex + * software. You can quickly add or remove users as your needs change. Users can access their + * virtual desktops from multiple devices or web browsers.

+ *

This API Reference provides detailed information about the actions, data types, + * parameters, and errors of the WorkSpaces service. For more information about the + * supported Amazon Web Services Regions, endpoints, and service quotas of the Amazon WorkSpaces service, see WorkSpaces endpoints and quotas in the Amazon Web Services + * General Reference.

+ *

You can also manage your WorkSpaces resources using the WorkSpaces + * console, Command Line Interface (CLI), and SDKs. For more information about + * administering WorkSpaces, see the Amazon WorkSpaces Administration Guide. + * For more information about using the Amazon WorkSpaces client application or web + * browser to access provisioned WorkSpaces, see the Amazon WorkSpaces User Guide. For more + * information about using the CLI to manage your WorkSpaces resources, + * see the WorkSpaces section of the CLI Reference.

+ * + * @packageDocumentation + */ export * from "./WorkSpacesClient"; +export * from "./WorkSpaces"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { WorkSpacesServiceException } from "./models/WorkSpacesServiceException"; diff --git a/clients/client-workspaces/src/models/WorkSpacesServiceException.ts b/clients/client-workspaces/src/models/WorkSpacesServiceException.ts index 4355e12d336a5..72d00146779d9 100644 --- a/clients/client-workspaces/src/models/WorkSpacesServiceException.ts +++ b/clients/client-workspaces/src/models/WorkSpacesServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/clients/client-xray/src/XRayClient.ts b/clients/client-xray/src/XRayClient.ts index f25877dd5d325..3d8048868e5ae 100644 --- a/clients/client-xray/src/XRayClient.ts +++ b/clients/client-xray/src/XRayClient.ts @@ -119,6 +119,8 @@ import { } from "./endpoint/EndpointParameters"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -316,7 +318,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type XRayClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type XRayClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig & @@ -335,7 +337,7 @@ export interface XRayClientConfig extends XRayClientConfigType {} /** * @public */ -type XRayClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type XRayClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointResolvedConfig & diff --git a/clients/client-xray/src/commands/BatchGetTracesCommand.ts b/clients/client-xray/src/commands/BatchGetTracesCommand.ts index 29a0ce64373e9..ab0c2dc050ae8 100644 --- a/clients/client-xray/src/commands/BatchGetTracesCommand.ts +++ b/clients/client-xray/src/commands/BatchGetTracesCommand.ts @@ -17,6 +17,10 @@ import { BatchGetTracesRequest, BatchGetTracesResult } from "../models/models_0" import { de_BatchGetTracesCommand, se_BatchGetTracesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/CreateGroupCommand.ts b/clients/client-xray/src/commands/CreateGroupCommand.ts index 04a3d42ab8825..bb5c60c93b9e2 100644 --- a/clients/client-xray/src/commands/CreateGroupCommand.ts +++ b/clients/client-xray/src/commands/CreateGroupCommand.ts @@ -17,6 +17,10 @@ import { CreateGroupRequest, CreateGroupResult } from "../models/models_0"; import { de_CreateGroupCommand, se_CreateGroupCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/CreateSamplingRuleCommand.ts b/clients/client-xray/src/commands/CreateSamplingRuleCommand.ts index 3a7db5f5fcc06..d9f43697a20d9 100644 --- a/clients/client-xray/src/commands/CreateSamplingRuleCommand.ts +++ b/clients/client-xray/src/commands/CreateSamplingRuleCommand.ts @@ -17,6 +17,10 @@ import { CreateSamplingRuleRequest, CreateSamplingRuleResult } from "../models/m import { de_CreateSamplingRuleCommand, se_CreateSamplingRuleCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/DeleteGroupCommand.ts b/clients/client-xray/src/commands/DeleteGroupCommand.ts index 0737bc7a18333..87bd71f18e9f2 100644 --- a/clients/client-xray/src/commands/DeleteGroupCommand.ts +++ b/clients/client-xray/src/commands/DeleteGroupCommand.ts @@ -17,6 +17,10 @@ import { DeleteGroupRequest, DeleteGroupResult } from "../models/models_0"; import { de_DeleteGroupCommand, se_DeleteGroupCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/DeleteResourcePolicyCommand.ts b/clients/client-xray/src/commands/DeleteResourcePolicyCommand.ts index 0da89681668e0..a578b18ae1468 100644 --- a/clients/client-xray/src/commands/DeleteResourcePolicyCommand.ts +++ b/clients/client-xray/src/commands/DeleteResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { DeleteResourcePolicyRequest, DeleteResourcePolicyResult } from "../mode import { de_DeleteResourcePolicyCommand, se_DeleteResourcePolicyCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/DeleteSamplingRuleCommand.ts b/clients/client-xray/src/commands/DeleteSamplingRuleCommand.ts index 32e72714d5dbd..777b75b39213c 100644 --- a/clients/client-xray/src/commands/DeleteSamplingRuleCommand.ts +++ b/clients/client-xray/src/commands/DeleteSamplingRuleCommand.ts @@ -17,6 +17,10 @@ import { DeleteSamplingRuleRequest, DeleteSamplingRuleResult } from "../models/m import { de_DeleteSamplingRuleCommand, se_DeleteSamplingRuleCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/GetEncryptionConfigCommand.ts b/clients/client-xray/src/commands/GetEncryptionConfigCommand.ts index 2ebeee85acff7..cb6afeea9c92a 100644 --- a/clients/client-xray/src/commands/GetEncryptionConfigCommand.ts +++ b/clients/client-xray/src/commands/GetEncryptionConfigCommand.ts @@ -17,6 +17,10 @@ import { GetEncryptionConfigRequest, GetEncryptionConfigResult } from "../models import { de_GetEncryptionConfigCommand, se_GetEncryptionConfigCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/GetGroupCommand.ts b/clients/client-xray/src/commands/GetGroupCommand.ts index a267832987f59..c841152971b8f 100644 --- a/clients/client-xray/src/commands/GetGroupCommand.ts +++ b/clients/client-xray/src/commands/GetGroupCommand.ts @@ -17,6 +17,10 @@ import { GetGroupRequest, GetGroupResult } from "../models/models_0"; import { de_GetGroupCommand, se_GetGroupCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/GetGroupsCommand.ts b/clients/client-xray/src/commands/GetGroupsCommand.ts index 7a00893e0ebd1..9597e42e8359f 100644 --- a/clients/client-xray/src/commands/GetGroupsCommand.ts +++ b/clients/client-xray/src/commands/GetGroupsCommand.ts @@ -17,6 +17,10 @@ import { GetGroupsRequest, GetGroupsResult } from "../models/models_0"; import { de_GetGroupsCommand, se_GetGroupsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/GetInsightCommand.ts b/clients/client-xray/src/commands/GetInsightCommand.ts index 0331b80d688a9..6f0cec16c6c31 100644 --- a/clients/client-xray/src/commands/GetInsightCommand.ts +++ b/clients/client-xray/src/commands/GetInsightCommand.ts @@ -17,6 +17,10 @@ import { GetInsightRequest, GetInsightResult } from "../models/models_0"; import { de_GetInsightCommand, se_GetInsightCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/GetInsightEventsCommand.ts b/clients/client-xray/src/commands/GetInsightEventsCommand.ts index 670fef08b3614..0dee2a23accb0 100644 --- a/clients/client-xray/src/commands/GetInsightEventsCommand.ts +++ b/clients/client-xray/src/commands/GetInsightEventsCommand.ts @@ -17,6 +17,10 @@ import { GetInsightEventsRequest, GetInsightEventsResult } from "../models/model import { de_GetInsightEventsCommand, se_GetInsightEventsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/GetInsightImpactGraphCommand.ts b/clients/client-xray/src/commands/GetInsightImpactGraphCommand.ts index 093ab8744703a..cd4e57b3449da 100644 --- a/clients/client-xray/src/commands/GetInsightImpactGraphCommand.ts +++ b/clients/client-xray/src/commands/GetInsightImpactGraphCommand.ts @@ -17,6 +17,10 @@ import { GetInsightImpactGraphRequest, GetInsightImpactGraphResult } from "../mo import { de_GetInsightImpactGraphCommand, se_GetInsightImpactGraphCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/GetInsightSummariesCommand.ts b/clients/client-xray/src/commands/GetInsightSummariesCommand.ts index 0dbccd84a896f..cbda4e47c0538 100644 --- a/clients/client-xray/src/commands/GetInsightSummariesCommand.ts +++ b/clients/client-xray/src/commands/GetInsightSummariesCommand.ts @@ -17,6 +17,10 @@ import { GetInsightSummariesRequest, GetInsightSummariesResult } from "../models import { de_GetInsightSummariesCommand, se_GetInsightSummariesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/GetSamplingRulesCommand.ts b/clients/client-xray/src/commands/GetSamplingRulesCommand.ts index 8e1c6f5f33fd0..56e6118d7311c 100644 --- a/clients/client-xray/src/commands/GetSamplingRulesCommand.ts +++ b/clients/client-xray/src/commands/GetSamplingRulesCommand.ts @@ -17,6 +17,10 @@ import { GetSamplingRulesRequest, GetSamplingRulesResult } from "../models/model import { de_GetSamplingRulesCommand, se_GetSamplingRulesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/GetSamplingStatisticSummariesCommand.ts b/clients/client-xray/src/commands/GetSamplingStatisticSummariesCommand.ts index 41696c4f82d3a..8ccd92f929139 100644 --- a/clients/client-xray/src/commands/GetSamplingStatisticSummariesCommand.ts +++ b/clients/client-xray/src/commands/GetSamplingStatisticSummariesCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/GetSamplingTargetsCommand.ts b/clients/client-xray/src/commands/GetSamplingTargetsCommand.ts index 0111a86716926..65ea2504c0a6a 100644 --- a/clients/client-xray/src/commands/GetSamplingTargetsCommand.ts +++ b/clients/client-xray/src/commands/GetSamplingTargetsCommand.ts @@ -17,6 +17,10 @@ import { GetSamplingTargetsRequest, GetSamplingTargetsResult } from "../models/m import { de_GetSamplingTargetsCommand, se_GetSamplingTargetsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/GetServiceGraphCommand.ts b/clients/client-xray/src/commands/GetServiceGraphCommand.ts index 61f86afa66d89..2966b6f443702 100644 --- a/clients/client-xray/src/commands/GetServiceGraphCommand.ts +++ b/clients/client-xray/src/commands/GetServiceGraphCommand.ts @@ -17,6 +17,10 @@ import { GetServiceGraphRequest, GetServiceGraphResult } from "../models/models_ import { de_GetServiceGraphCommand, se_GetServiceGraphCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/GetTimeSeriesServiceStatisticsCommand.ts b/clients/client-xray/src/commands/GetTimeSeriesServiceStatisticsCommand.ts index 2f7b86afffc04..f2f0f700f6ab6 100644 --- a/clients/client-xray/src/commands/GetTimeSeriesServiceStatisticsCommand.ts +++ b/clients/client-xray/src/commands/GetTimeSeriesServiceStatisticsCommand.ts @@ -20,6 +20,10 @@ import { } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/GetTraceGraphCommand.ts b/clients/client-xray/src/commands/GetTraceGraphCommand.ts index f95bd199818a9..808f9a5279a77 100644 --- a/clients/client-xray/src/commands/GetTraceGraphCommand.ts +++ b/clients/client-xray/src/commands/GetTraceGraphCommand.ts @@ -17,6 +17,10 @@ import { GetTraceGraphRequest, GetTraceGraphResult } from "../models/models_0"; import { de_GetTraceGraphCommand, se_GetTraceGraphCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/GetTraceSummariesCommand.ts b/clients/client-xray/src/commands/GetTraceSummariesCommand.ts index 80c2bf1e6e646..66a14715c34be 100644 --- a/clients/client-xray/src/commands/GetTraceSummariesCommand.ts +++ b/clients/client-xray/src/commands/GetTraceSummariesCommand.ts @@ -17,6 +17,10 @@ import { GetTraceSummariesRequest, GetTraceSummariesResult } from "../models/mod import { de_GetTraceSummariesCommand, se_GetTraceSummariesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/ListResourcePoliciesCommand.ts b/clients/client-xray/src/commands/ListResourcePoliciesCommand.ts index 8706b1e22d126..ae7ba21ff8051 100644 --- a/clients/client-xray/src/commands/ListResourcePoliciesCommand.ts +++ b/clients/client-xray/src/commands/ListResourcePoliciesCommand.ts @@ -17,6 +17,10 @@ import { ListResourcePoliciesRequest, ListResourcePoliciesResult } from "../mode import { de_ListResourcePoliciesCommand, se_ListResourcePoliciesCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/ListTagsForResourceCommand.ts b/clients/client-xray/src/commands/ListTagsForResourceCommand.ts index 5179ba51ac64d..dc5230697262f 100644 --- a/clients/client-xray/src/commands/ListTagsForResourceCommand.ts +++ b/clients/client-xray/src/commands/ListTagsForResourceCommand.ts @@ -17,6 +17,10 @@ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../mode import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/PutEncryptionConfigCommand.ts b/clients/client-xray/src/commands/PutEncryptionConfigCommand.ts index c0875f3730666..07b03d4cb12f4 100644 --- a/clients/client-xray/src/commands/PutEncryptionConfigCommand.ts +++ b/clients/client-xray/src/commands/PutEncryptionConfigCommand.ts @@ -17,6 +17,10 @@ import { PutEncryptionConfigRequest, PutEncryptionConfigResult } from "../models import { de_PutEncryptionConfigCommand, se_PutEncryptionConfigCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/PutResourcePolicyCommand.ts b/clients/client-xray/src/commands/PutResourcePolicyCommand.ts index ef7102c5781c9..634636123bcbe 100644 --- a/clients/client-xray/src/commands/PutResourcePolicyCommand.ts +++ b/clients/client-xray/src/commands/PutResourcePolicyCommand.ts @@ -17,6 +17,10 @@ import { PutResourcePolicyRequest, PutResourcePolicyResult } from "../models/mod import { de_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/PutTelemetryRecordsCommand.ts b/clients/client-xray/src/commands/PutTelemetryRecordsCommand.ts index e7c093bc4ae77..66ff1dd8d74eb 100644 --- a/clients/client-xray/src/commands/PutTelemetryRecordsCommand.ts +++ b/clients/client-xray/src/commands/PutTelemetryRecordsCommand.ts @@ -17,6 +17,10 @@ import { PutTelemetryRecordsRequest, PutTelemetryRecordsResult } from "../models import { de_PutTelemetryRecordsCommand, se_PutTelemetryRecordsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/PutTraceSegmentsCommand.ts b/clients/client-xray/src/commands/PutTraceSegmentsCommand.ts index 26e9ba98ccb88..bf7a54b2d9a67 100644 --- a/clients/client-xray/src/commands/PutTraceSegmentsCommand.ts +++ b/clients/client-xray/src/commands/PutTraceSegmentsCommand.ts @@ -17,6 +17,10 @@ import { PutTraceSegmentsRequest, PutTraceSegmentsResult } from "../models/model import { de_PutTraceSegmentsCommand, se_PutTraceSegmentsCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/TagResourceCommand.ts b/clients/client-xray/src/commands/TagResourceCommand.ts index 42f2004970d01..2589443c4f039 100644 --- a/clients/client-xray/src/commands/TagResourceCommand.ts +++ b/clients/client-xray/src/commands/TagResourceCommand.ts @@ -17,6 +17,10 @@ import { TagResourceRequest, TagResourceResponse } from "../models/models_0"; import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/UntagResourceCommand.ts b/clients/client-xray/src/commands/UntagResourceCommand.ts index 359eadf8180f7..39ca9ee219056 100644 --- a/clients/client-xray/src/commands/UntagResourceCommand.ts +++ b/clients/client-xray/src/commands/UntagResourceCommand.ts @@ -17,6 +17,10 @@ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0" import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/UpdateGroupCommand.ts b/clients/client-xray/src/commands/UpdateGroupCommand.ts index 637cdae4b1f9b..20082d3c6e5b6 100644 --- a/clients/client-xray/src/commands/UpdateGroupCommand.ts +++ b/clients/client-xray/src/commands/UpdateGroupCommand.ts @@ -17,6 +17,10 @@ import { UpdateGroupRequest, UpdateGroupResult } from "../models/models_0"; import { de_UpdateGroupCommand, se_UpdateGroupCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/commands/UpdateSamplingRuleCommand.ts b/clients/client-xray/src/commands/UpdateSamplingRuleCommand.ts index b094ad5f7c1a9..a2d5451b1c0f8 100644 --- a/clients/client-xray/src/commands/UpdateSamplingRuleCommand.ts +++ b/clients/client-xray/src/commands/UpdateSamplingRuleCommand.ts @@ -17,6 +17,10 @@ import { UpdateSamplingRuleRequest, UpdateSamplingRuleResult } from "../models/m import { de_UpdateSamplingRuleCommand, se_UpdateSamplingRuleCommand } from "../protocols/Aws_restJson1"; import { ServiceInputTypes, ServiceOutputTypes, XRayClientResolvedConfig } from "../XRayClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/clients/client-xray/src/index.ts b/clients/client-xray/src/index.ts index b88c6648a25a7..8b147af912b1b 100644 --- a/clients/client-xray/src/index.ts +++ b/clients/client-xray/src/index.ts @@ -1,8 +1,15 @@ -export * from "./XRay"; // smithy-typescript generated code +/* eslint-disable */ +/** + *

Amazon Web Services X-Ray provides APIs for managing debug traces and retrieving service maps + * and other data created by processing those traces.

+ * + * @packageDocumentation + */ export * from "./XRayClient"; +export * from "./XRay"; export * from "./commands"; -export * from "./models"; export * from "./pagination"; +export * from "./models"; export { XRayServiceException } from "./models/XRayServiceException"; diff --git a/clients/client-xray/src/models/XRayServiceException.ts b/clients/client-xray/src/models/XRayServiceException.ts index 8db3129f81c88..49317916efa80 100644 --- a/clients/client-xray/src/models/XRayServiceException.ts +++ b/clients/client-xray/src/models/XRayServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/private/aws-echo-service/src/EchoServiceClient.ts b/private/aws-echo-service/src/EchoServiceClient.ts index 4fa5e30193d46..b9614094aec20 100644 --- a/private/aws-echo-service/src/EchoServiceClient.ts +++ b/private/aws-echo-service/src/EchoServiceClient.ts @@ -49,6 +49,8 @@ import { StreamCollector as __StreamCollector, } from "@smithy/types"; +export { __Client }; + /** * @public */ @@ -159,7 +161,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type EchoServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type EchoServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & CustomEndpointsInputConfig & RetryInputConfig & @@ -175,7 +177,7 @@ export interface EchoServiceClientConfig extends EchoServiceClientConfigType {} /** * @public */ -type EchoServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type EchoServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & CustomEndpointsResolvedConfig & RetryResolvedConfig & diff --git a/private/aws-echo-service/src/commands/EchoCommand.ts b/private/aws-echo-service/src/commands/EchoCommand.ts index 2e5f0ad9ccce5..bb58e6c1ff6c3 100644 --- a/private/aws-echo-service/src/commands/EchoCommand.ts +++ b/private/aws-echo-service/src/commands/EchoCommand.ts @@ -15,6 +15,10 @@ import { import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { SerdeContext as __SerdeContext } from "@smithy/types"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-echo-service/src/commands/LengthCommand.ts b/private/aws-echo-service/src/commands/LengthCommand.ts index 0e9cc9c8b0d1f..a610b3b6e5e59 100644 --- a/private/aws-echo-service/src/commands/LengthCommand.ts +++ b/private/aws-echo-service/src/commands/LengthCommand.ts @@ -15,6 +15,10 @@ import { import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http"; import { SerdeContext as __SerdeContext } from "@smithy/types"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-echo-service/src/index.ts b/private/aws-echo-service/src/index.ts index 48589e49504e7..4a8e309dfe2a9 100644 --- a/private/aws-echo-service/src/index.ts +++ b/private/aws-echo-service/src/index.ts @@ -1,4 +1,5 @@ // smithy-typescript generated code +/* eslint-disable */ export * from "./EchoServiceClient"; export * from "./EchoService"; export * from "./commands"; diff --git a/private/aws-echo-service/src/models/EchoServiceServiceException.ts b/private/aws-echo-service/src/models/EchoServiceServiceException.ts index 540bd66d35afa..de80c3e28e802 100644 --- a/private/aws-echo-service/src/models/EchoServiceServiceException.ts +++ b/private/aws-echo-service/src/models/EchoServiceServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/private/aws-protocoltests-ec2/src/EC2ProtocolClient.ts b/private/aws-protocoltests-ec2/src/EC2ProtocolClient.ts index 65ffec18303fc..fe5419a30b813 100644 --- a/private/aws-protocoltests-ec2/src/EC2ProtocolClient.ts +++ b/private/aws-protocoltests-ec2/src/EC2ProtocolClient.ts @@ -94,6 +94,8 @@ import { XmlNamespacesCommandInput, XmlNamespacesCommandOutput } from "./command import { XmlTimestampsCommandInput, XmlTimestampsCommandOutput } from "./commands/XmlTimestampsCommand"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -274,7 +276,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type EC2ProtocolClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type EC2ProtocolClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & @@ -291,7 +293,7 @@ export interface EC2ProtocolClientConfig extends EC2ProtocolClientConfigType {} /** * @public */ -type EC2ProtocolClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type EC2ProtocolClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointsResolvedConfig & diff --git a/private/aws-protocoltests-ec2/src/commands/DatetimeOffsetsCommand.ts b/private/aws-protocoltests-ec2/src/commands/DatetimeOffsetsCommand.ts index 9514bf77111c6..4003076f8d523 100644 --- a/private/aws-protocoltests-ec2/src/commands/DatetimeOffsetsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/DatetimeOffsetsCommand.ts @@ -16,6 +16,10 @@ import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DatetimeOffsetsOutput } from "../models/models_0"; import { de_DatetimeOffsetsCommand, se_DatetimeOffsetsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/EmptyInputAndEmptyOutputCommand.ts b/private/aws-protocoltests-ec2/src/commands/EmptyInputAndEmptyOutputCommand.ts index 0ba6a8983dbe6..a07cbb0916513 100644 --- a/private/aws-protocoltests-ec2/src/commands/EmptyInputAndEmptyOutputCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/EmptyInputAndEmptyOutputCommand.ts @@ -16,6 +16,10 @@ import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { EmptyInputAndEmptyOutputInput, EmptyInputAndEmptyOutputOutput } from "../models/models_0"; import { de_EmptyInputAndEmptyOutputCommand, se_EmptyInputAndEmptyOutputCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/EndpointOperationCommand.ts b/private/aws-protocoltests-ec2/src/commands/EndpointOperationCommand.ts index 5881b966993b1..569226a686bb3 100644 --- a/private/aws-protocoltests-ec2/src/commands/EndpointOperationCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/EndpointOperationCommand.ts @@ -15,6 +15,10 @@ import { SerdeContext as __SerdeContext } from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { de_EndpointOperationCommand, se_EndpointOperationCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/EndpointWithHostLabelOperationCommand.ts b/private/aws-protocoltests-ec2/src/commands/EndpointWithHostLabelOperationCommand.ts index 5f75ff91b97cb..3f07794d67bdd 100644 --- a/private/aws-protocoltests-ec2/src/commands/EndpointWithHostLabelOperationCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/EndpointWithHostLabelOperationCommand.ts @@ -19,6 +19,10 @@ import { se_EndpointWithHostLabelOperationCommand, } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/FractionalSecondsCommand.ts b/private/aws-protocoltests-ec2/src/commands/FractionalSecondsCommand.ts index 537e73309b417..684272fbef10b 100644 --- a/private/aws-protocoltests-ec2/src/commands/FractionalSecondsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/FractionalSecondsCommand.ts @@ -16,6 +16,10 @@ import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { FractionalSecondsOutput } from "../models/models_0"; import { de_FractionalSecondsCommand, se_FractionalSecondsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/GreetingWithErrorsCommand.ts b/private/aws-protocoltests-ec2/src/commands/GreetingWithErrorsCommand.ts index 3f8391a6fe143..9eaa5468f0695 100644 --- a/private/aws-protocoltests-ec2/src/commands/GreetingWithErrorsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/GreetingWithErrorsCommand.ts @@ -16,6 +16,10 @@ import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GreetingWithErrorsOutput } from "../models/models_0"; import { de_GreetingWithErrorsCommand, se_GreetingWithErrorsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/HostWithPathOperationCommand.ts b/private/aws-protocoltests-ec2/src/commands/HostWithPathOperationCommand.ts index bf3efcba9e9ba..86fa0aebf244f 100644 --- a/private/aws-protocoltests-ec2/src/commands/HostWithPathOperationCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/HostWithPathOperationCommand.ts @@ -15,6 +15,10 @@ import { SerdeContext as __SerdeContext } from "@smithy/types"; import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2ProtocolClient"; import { de_HostWithPathOperationCommand, se_HostWithPathOperationCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/IgnoresWrappingXmlNameCommand.ts b/private/aws-protocoltests-ec2/src/commands/IgnoresWrappingXmlNameCommand.ts index 6f55d8427ab6b..68ad2e41177e3 100644 --- a/private/aws-protocoltests-ec2/src/commands/IgnoresWrappingXmlNameCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/IgnoresWrappingXmlNameCommand.ts @@ -16,6 +16,10 @@ import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { IgnoresWrappingXmlNameOutput } from "../models/models_0"; import { de_IgnoresWrappingXmlNameCommand, se_IgnoresWrappingXmlNameCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/NestedStructuresCommand.ts b/private/aws-protocoltests-ec2/src/commands/NestedStructuresCommand.ts index 553cde595a97b..95a153a90efcd 100644 --- a/private/aws-protocoltests-ec2/src/commands/NestedStructuresCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/NestedStructuresCommand.ts @@ -16,6 +16,10 @@ import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { NestedStructuresInput } from "../models/models_0"; import { de_NestedStructuresCommand, se_NestedStructuresCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/NoInputAndOutputCommand.ts b/private/aws-protocoltests-ec2/src/commands/NoInputAndOutputCommand.ts index 6a2da3bcd1468..d387f23c1eea3 100644 --- a/private/aws-protocoltests-ec2/src/commands/NoInputAndOutputCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/NoInputAndOutputCommand.ts @@ -16,6 +16,10 @@ import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { NoInputAndOutputOutput } from "../models/models_0"; import { de_NoInputAndOutputCommand, se_NoInputAndOutputCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/QueryIdempotencyTokenAutoFillCommand.ts b/private/aws-protocoltests-ec2/src/commands/QueryIdempotencyTokenAutoFillCommand.ts index 1bcc1203ef9c6..5d08b5bfdd358 100644 --- a/private/aws-protocoltests-ec2/src/commands/QueryIdempotencyTokenAutoFillCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/QueryIdempotencyTokenAutoFillCommand.ts @@ -16,6 +16,10 @@ import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { QueryIdempotencyTokenAutoFillInput } from "../models/models_0"; import { de_QueryIdempotencyTokenAutoFillCommand, se_QueryIdempotencyTokenAutoFillCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/QueryListsCommand.ts b/private/aws-protocoltests-ec2/src/commands/QueryListsCommand.ts index d7757c243466b..340073ae0c198 100644 --- a/private/aws-protocoltests-ec2/src/commands/QueryListsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/QueryListsCommand.ts @@ -16,6 +16,10 @@ import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { QueryListsInput } from "../models/models_0"; import { de_QueryListsCommand, se_QueryListsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/QueryTimestampsCommand.ts b/private/aws-protocoltests-ec2/src/commands/QueryTimestampsCommand.ts index 92f5fe9121091..ac999eee6f064 100644 --- a/private/aws-protocoltests-ec2/src/commands/QueryTimestampsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/QueryTimestampsCommand.ts @@ -16,6 +16,10 @@ import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { QueryTimestampsInput } from "../models/models_0"; import { de_QueryTimestampsCommand, se_QueryTimestampsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/RecursiveXmlShapesCommand.ts b/private/aws-protocoltests-ec2/src/commands/RecursiveXmlShapesCommand.ts index 5d45d3bb68f75..32adb46ebc181 100644 --- a/private/aws-protocoltests-ec2/src/commands/RecursiveXmlShapesCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/RecursiveXmlShapesCommand.ts @@ -16,6 +16,10 @@ import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { RecursiveXmlShapesOutput } from "../models/models_0"; import { de_RecursiveXmlShapesCommand, se_RecursiveXmlShapesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/SimpleInputParamsCommand.ts b/private/aws-protocoltests-ec2/src/commands/SimpleInputParamsCommand.ts index e47ecb37f001a..755bf74e73fdd 100644 --- a/private/aws-protocoltests-ec2/src/commands/SimpleInputParamsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/SimpleInputParamsCommand.ts @@ -16,6 +16,10 @@ import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { SimpleInputParamsInput } from "../models/models_0"; import { de_SimpleInputParamsCommand, se_SimpleInputParamsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/SimpleScalarXmlPropertiesCommand.ts b/private/aws-protocoltests-ec2/src/commands/SimpleScalarXmlPropertiesCommand.ts index f0077901b1443..ad02533d38a1b 100644 --- a/private/aws-protocoltests-ec2/src/commands/SimpleScalarXmlPropertiesCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/SimpleScalarXmlPropertiesCommand.ts @@ -16,6 +16,10 @@ import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { SimpleScalarXmlPropertiesOutput } from "../models/models_0"; import { de_SimpleScalarXmlPropertiesCommand, se_SimpleScalarXmlPropertiesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/XmlBlobsCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlBlobsCommand.ts index 84d83d80d78a9..afe66292e75c1 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlBlobsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlBlobsCommand.ts @@ -16,6 +16,10 @@ import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { XmlBlobsOutput } from "../models/models_0"; import { de_XmlBlobsCommand, se_XmlBlobsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/XmlEmptyBlobsCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlEmptyBlobsCommand.ts index efb07558bd704..e303829b2ce01 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlEmptyBlobsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlEmptyBlobsCommand.ts @@ -16,6 +16,10 @@ import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { XmlBlobsOutput } from "../models/models_0"; import { de_XmlEmptyBlobsCommand, se_XmlEmptyBlobsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/XmlEmptyListsCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlEmptyListsCommand.ts index 52585f27a27cd..59c54faaa4e35 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlEmptyListsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlEmptyListsCommand.ts @@ -16,6 +16,10 @@ import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { XmlListsOutput } from "../models/models_0"; import { de_XmlEmptyListsCommand, se_XmlEmptyListsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/XmlEnumsCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlEnumsCommand.ts index 99577db45b96f..0057ca3e8f820 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlEnumsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlEnumsCommand.ts @@ -16,6 +16,10 @@ import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { XmlEnumsOutput } from "../models/models_0"; import { de_XmlEnumsCommand, se_XmlEnumsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/XmlIntEnumsCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlIntEnumsCommand.ts index 1ab86563c1325..b618ac405fd1d 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlIntEnumsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlIntEnumsCommand.ts @@ -16,6 +16,10 @@ import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { XmlIntEnumsOutput } from "../models/models_0"; import { de_XmlIntEnumsCommand, se_XmlIntEnumsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/XmlListsCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlListsCommand.ts index 22eb20cebd495..1d4d279289efb 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlListsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlListsCommand.ts @@ -16,6 +16,10 @@ import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { XmlListsOutput } from "../models/models_0"; import { de_XmlListsCommand, se_XmlListsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/XmlNamespacesCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlNamespacesCommand.ts index 3d397763e7ba3..365351ce830a1 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlNamespacesCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlNamespacesCommand.ts @@ -16,6 +16,10 @@ import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { XmlNamespacesOutput } from "../models/models_0"; import { de_XmlNamespacesCommand, se_XmlNamespacesCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/commands/XmlTimestampsCommand.ts b/private/aws-protocoltests-ec2/src/commands/XmlTimestampsCommand.ts index 80407d0ed0f47..f9dd2242e31f7 100644 --- a/private/aws-protocoltests-ec2/src/commands/XmlTimestampsCommand.ts +++ b/private/aws-protocoltests-ec2/src/commands/XmlTimestampsCommand.ts @@ -16,6 +16,10 @@ import { EC2ProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { XmlTimestampsOutput } from "../models/models_0"; import { de_XmlTimestampsCommand, se_XmlTimestampsCommand } from "../protocols/Aws_ec2"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-ec2/src/index.ts b/private/aws-protocoltests-ec2/src/index.ts index f781f476b63cf..6e6f463293788 100644 --- a/private/aws-protocoltests-ec2/src/index.ts +++ b/private/aws-protocoltests-ec2/src/index.ts @@ -1,6 +1,12 @@ -export * from "./EC2Protocol"; // smithy-typescript generated code +/* eslint-disable */ +/** + * An EC2 query service that sends query requests and XML responses. + * + * @packageDocumentation + */ export * from "./EC2ProtocolClient"; +export * from "./EC2Protocol"; export * from "./commands"; export * from "./models"; diff --git a/private/aws-protocoltests-ec2/src/models/EC2ProtocolServiceException.ts b/private/aws-protocoltests-ec2/src/models/EC2ProtocolServiceException.ts index c00d540103fa4..05659ed386791 100644 --- a/private/aws-protocoltests-ec2/src/models/EC2ProtocolServiceException.ts +++ b/private/aws-protocoltests-ec2/src/models/EC2ProtocolServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/private/aws-protocoltests-json-10/src/JSONRPC10Client.ts b/private/aws-protocoltests-json-10/src/JSONRPC10Client.ts index c32e6a29332fc..0fe81b3ba08bb 100644 --- a/private/aws-protocoltests-json-10/src/JSONRPC10Client.ts +++ b/private/aws-protocoltests-json-10/src/JSONRPC10Client.ts @@ -73,6 +73,8 @@ import { } from "./commands/SimpleScalarPropertiesCommand"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -223,7 +225,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type JSONRPC10ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type JSONRPC10ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & @@ -240,7 +242,7 @@ export interface JSONRPC10ClientConfig extends JSONRPC10ClientConfigType {} /** * @public */ -type JSONRPC10ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type JSONRPC10ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointsResolvedConfig & diff --git a/private/aws-protocoltests-json-10/src/commands/EmptyInputAndEmptyOutputCommand.ts b/private/aws-protocoltests-json-10/src/commands/EmptyInputAndEmptyOutputCommand.ts index 66a6409ac0f86..5b0ed06f40b70 100644 --- a/private/aws-protocoltests-json-10/src/commands/EmptyInputAndEmptyOutputCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/EmptyInputAndEmptyOutputCommand.ts @@ -16,6 +16,10 @@ import { JSONRPC10ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { EmptyInputAndEmptyOutputInput, EmptyInputAndEmptyOutputOutput } from "../models/models_0"; import { de_EmptyInputAndEmptyOutputCommand, se_EmptyInputAndEmptyOutputCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json-10/src/commands/EndpointOperationCommand.ts b/private/aws-protocoltests-json-10/src/commands/EndpointOperationCommand.ts index a67fcef55265e..87ef668c07bf2 100644 --- a/private/aws-protocoltests-json-10/src/commands/EndpointOperationCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/EndpointOperationCommand.ts @@ -15,6 +15,10 @@ import { SerdeContext as __SerdeContext } from "@smithy/types"; import { JSONRPC10ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JSONRPC10Client"; import { de_EndpointOperationCommand, se_EndpointOperationCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json-10/src/commands/EndpointWithHostLabelOperationCommand.ts b/private/aws-protocoltests-json-10/src/commands/EndpointWithHostLabelOperationCommand.ts index fa41fb9769e8e..087f1d3475ac5 100644 --- a/private/aws-protocoltests-json-10/src/commands/EndpointWithHostLabelOperationCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/EndpointWithHostLabelOperationCommand.ts @@ -19,6 +19,10 @@ import { se_EndpointWithHostLabelOperationCommand, } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json-10/src/commands/GreetingWithErrorsCommand.ts b/private/aws-protocoltests-json-10/src/commands/GreetingWithErrorsCommand.ts index 40b1351e8e115..ce1f32432e881 100644 --- a/private/aws-protocoltests-json-10/src/commands/GreetingWithErrorsCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/GreetingWithErrorsCommand.ts @@ -16,6 +16,10 @@ import { JSONRPC10ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { GreetingWithErrorsInput, GreetingWithErrorsOutput } from "../models/models_0"; import { de_GreetingWithErrorsCommand, se_GreetingWithErrorsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json-10/src/commands/HostWithPathOperationCommand.ts b/private/aws-protocoltests-json-10/src/commands/HostWithPathOperationCommand.ts index a507fa07c7f0c..95be4506e0321 100644 --- a/private/aws-protocoltests-json-10/src/commands/HostWithPathOperationCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/HostWithPathOperationCommand.ts @@ -15,6 +15,10 @@ import { SerdeContext as __SerdeContext } from "@smithy/types"; import { JSONRPC10ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JSONRPC10Client"; import { de_HostWithPathOperationCommand, se_HostWithPathOperationCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json-10/src/commands/JsonUnionsCommand.ts b/private/aws-protocoltests-json-10/src/commands/JsonUnionsCommand.ts index 0ccdca4ffe709..6134ea9613229 100644 --- a/private/aws-protocoltests-json-10/src/commands/JsonUnionsCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/JsonUnionsCommand.ts @@ -16,6 +16,10 @@ import { JSONRPC10ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { JsonUnionsInput, JsonUnionsOutput } from "../models/models_0"; import { de_JsonUnionsCommand, se_JsonUnionsCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json-10/src/commands/NoInputAndNoOutputCommand.ts b/private/aws-protocoltests-json-10/src/commands/NoInputAndNoOutputCommand.ts index 499a002a42d9c..0d867ca22ab88 100644 --- a/private/aws-protocoltests-json-10/src/commands/NoInputAndNoOutputCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/NoInputAndNoOutputCommand.ts @@ -15,6 +15,10 @@ import { SerdeContext as __SerdeContext } from "@smithy/types"; import { JSONRPC10ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JSONRPC10Client"; import { de_NoInputAndNoOutputCommand, se_NoInputAndNoOutputCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json-10/src/commands/NoInputAndOutputCommand.ts b/private/aws-protocoltests-json-10/src/commands/NoInputAndOutputCommand.ts index 6fa5143a68dd2..da84d6cf00250 100644 --- a/private/aws-protocoltests-json-10/src/commands/NoInputAndOutputCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/NoInputAndOutputCommand.ts @@ -16,6 +16,10 @@ import { JSONRPC10ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { NoInputAndOutputOutput } from "../models/models_0"; import { de_NoInputAndOutputCommand, se_NoInputAndOutputCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json-10/src/commands/SimpleScalarPropertiesCommand.ts b/private/aws-protocoltests-json-10/src/commands/SimpleScalarPropertiesCommand.ts index 8eb1c6c61dead..a5a0c2a8fb8a8 100644 --- a/private/aws-protocoltests-json-10/src/commands/SimpleScalarPropertiesCommand.ts +++ b/private/aws-protocoltests-json-10/src/commands/SimpleScalarPropertiesCommand.ts @@ -16,6 +16,10 @@ import { JSONRPC10ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } import { SimpleScalarPropertiesInput, SimpleScalarPropertiesOutput } from "../models/models_0"; import { de_SimpleScalarPropertiesCommand, se_SimpleScalarPropertiesCommand } from "../protocols/Aws_json1_0"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json-10/src/index.ts b/private/aws-protocoltests-json-10/src/index.ts index f5643d1f597a5..1d803aeb37519 100644 --- a/private/aws-protocoltests-json-10/src/index.ts +++ b/private/aws-protocoltests-json-10/src/index.ts @@ -1,6 +1,7 @@ -export * from "./JSONRPC10"; // smithy-typescript generated code +/* eslint-disable */ export * from "./JSONRPC10Client"; +export * from "./JSONRPC10"; export * from "./commands"; export * from "./models"; diff --git a/private/aws-protocoltests-json-10/src/models/JSONRPC10ServiceException.ts b/private/aws-protocoltests-json-10/src/models/JSONRPC10ServiceException.ts index 4815ba0b2e9cf..e466e7cf92e5d 100644 --- a/private/aws-protocoltests-json-10/src/models/JSONRPC10ServiceException.ts +++ b/private/aws-protocoltests-json-10/src/models/JSONRPC10ServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/private/aws-protocoltests-json/src/JsonProtocolClient.ts b/private/aws-protocoltests-json/src/JsonProtocolClient.ts index c3902feec48b2..5d38b190605aa 100644 --- a/private/aws-protocoltests-json/src/JsonProtocolClient.ts +++ b/private/aws-protocoltests-json/src/JsonProtocolClient.ts @@ -91,6 +91,8 @@ import { } from "./commands/SimpleScalarPropertiesCommand"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -262,7 +264,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type JsonProtocolClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type JsonProtocolClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & @@ -280,7 +282,7 @@ export interface JsonProtocolClientConfig extends JsonProtocolClientConfigType { /** * @public */ -type JsonProtocolClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type JsonProtocolClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointsResolvedConfig & diff --git a/private/aws-protocoltests-json/src/commands/DatetimeOffsetsCommand.ts b/private/aws-protocoltests-json/src/commands/DatetimeOffsetsCommand.ts index d0d823330cf02..0eed6e096d669 100644 --- a/private/aws-protocoltests-json/src/commands/DatetimeOffsetsCommand.ts +++ b/private/aws-protocoltests-json/src/commands/DatetimeOffsetsCommand.ts @@ -16,6 +16,10 @@ import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { DatetimeOffsetsOutput } from "../models/models_0"; import { de_DatetimeOffsetsCommand, se_DatetimeOffsetsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json/src/commands/EmptyOperationCommand.ts b/private/aws-protocoltests-json/src/commands/EmptyOperationCommand.ts index 6b4240bba510f..45f75f410b51b 100644 --- a/private/aws-protocoltests-json/src/commands/EmptyOperationCommand.ts +++ b/private/aws-protocoltests-json/src/commands/EmptyOperationCommand.ts @@ -15,6 +15,10 @@ import { SerdeContext as __SerdeContext } from "@smithy/types"; import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JsonProtocolClient"; import { de_EmptyOperationCommand, se_EmptyOperationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json/src/commands/EndpointOperationCommand.ts b/private/aws-protocoltests-json/src/commands/EndpointOperationCommand.ts index 059b35f27d842..1b5b09fd3f138 100644 --- a/private/aws-protocoltests-json/src/commands/EndpointOperationCommand.ts +++ b/private/aws-protocoltests-json/src/commands/EndpointOperationCommand.ts @@ -15,6 +15,10 @@ import { SerdeContext as __SerdeContext } from "@smithy/types"; import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JsonProtocolClient"; import { de_EndpointOperationCommand, se_EndpointOperationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json/src/commands/EndpointWithHostLabelOperationCommand.ts b/private/aws-protocoltests-json/src/commands/EndpointWithHostLabelOperationCommand.ts index ecaa7955a43b0..90c031f9d6d27 100644 --- a/private/aws-protocoltests-json/src/commands/EndpointWithHostLabelOperationCommand.ts +++ b/private/aws-protocoltests-json/src/commands/EndpointWithHostLabelOperationCommand.ts @@ -19,6 +19,10 @@ import { se_EndpointWithHostLabelOperationCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json/src/commands/FractionalSecondsCommand.ts b/private/aws-protocoltests-json/src/commands/FractionalSecondsCommand.ts index e3645f8702330..15968d06b87d3 100644 --- a/private/aws-protocoltests-json/src/commands/FractionalSecondsCommand.ts +++ b/private/aws-protocoltests-json/src/commands/FractionalSecondsCommand.ts @@ -16,6 +16,10 @@ import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { FractionalSecondsOutput } from "../models/models_0"; import { de_FractionalSecondsCommand, se_FractionalSecondsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json/src/commands/GreetingWithErrorsCommand.ts b/private/aws-protocoltests-json/src/commands/GreetingWithErrorsCommand.ts index 834716920543d..ed00dddbcb5e9 100644 --- a/private/aws-protocoltests-json/src/commands/GreetingWithErrorsCommand.ts +++ b/private/aws-protocoltests-json/src/commands/GreetingWithErrorsCommand.ts @@ -16,6 +16,10 @@ import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { GreetingWithErrorsOutput } from "../models/models_0"; import { de_GreetingWithErrorsCommand, se_GreetingWithErrorsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json/src/commands/HostWithPathOperationCommand.ts b/private/aws-protocoltests-json/src/commands/HostWithPathOperationCommand.ts index 6b99f133a87cd..7aa46e55d5381 100644 --- a/private/aws-protocoltests-json/src/commands/HostWithPathOperationCommand.ts +++ b/private/aws-protocoltests-json/src/commands/HostWithPathOperationCommand.ts @@ -15,6 +15,10 @@ import { SerdeContext as __SerdeContext } from "@smithy/types"; import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../JsonProtocolClient"; import { de_HostWithPathOperationCommand, se_HostWithPathOperationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json/src/commands/JsonEnumsCommand.ts b/private/aws-protocoltests-json/src/commands/JsonEnumsCommand.ts index 16fc6838adbf7..9180cdc3e9620 100644 --- a/private/aws-protocoltests-json/src/commands/JsonEnumsCommand.ts +++ b/private/aws-protocoltests-json/src/commands/JsonEnumsCommand.ts @@ -16,6 +16,10 @@ import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { JsonEnumsInputOutput } from "../models/models_0"; import { de_JsonEnumsCommand, se_JsonEnumsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json/src/commands/JsonUnionsCommand.ts b/private/aws-protocoltests-json/src/commands/JsonUnionsCommand.ts index 14fb6f55b4252..c4da50c1cfa96 100644 --- a/private/aws-protocoltests-json/src/commands/JsonUnionsCommand.ts +++ b/private/aws-protocoltests-json/src/commands/JsonUnionsCommand.ts @@ -16,6 +16,10 @@ import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { UnionInputOutput } from "../models/models_0"; import { de_JsonUnionsCommand, se_JsonUnionsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json/src/commands/KitchenSinkOperationCommand.ts b/private/aws-protocoltests-json/src/commands/KitchenSinkOperationCommand.ts index d9e1f10d2e8c9..a70cdc892aa82 100644 --- a/private/aws-protocoltests-json/src/commands/KitchenSinkOperationCommand.ts +++ b/private/aws-protocoltests-json/src/commands/KitchenSinkOperationCommand.ts @@ -16,6 +16,10 @@ import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { KitchenSink } from "../models/models_0"; import { de_KitchenSinkOperationCommand, se_KitchenSinkOperationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json/src/commands/NullOperationCommand.ts b/private/aws-protocoltests-json/src/commands/NullOperationCommand.ts index 7f4c5011eb6d5..e2a942c27d0fc 100644 --- a/private/aws-protocoltests-json/src/commands/NullOperationCommand.ts +++ b/private/aws-protocoltests-json/src/commands/NullOperationCommand.ts @@ -16,6 +16,10 @@ import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { NullOperationInputOutput } from "../models/models_0"; import { de_NullOperationCommand, se_NullOperationCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json/src/commands/OperationWithOptionalInputOutputCommand.ts b/private/aws-protocoltests-json/src/commands/OperationWithOptionalInputOutputCommand.ts index 79e316e0590a1..d3f381b3e93d0 100644 --- a/private/aws-protocoltests-json/src/commands/OperationWithOptionalInputOutputCommand.ts +++ b/private/aws-protocoltests-json/src/commands/OperationWithOptionalInputOutputCommand.ts @@ -19,6 +19,10 @@ import { se_OperationWithOptionalInputOutputCommand, } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json/src/commands/PutAndGetInlineDocumentsCommand.ts b/private/aws-protocoltests-json/src/commands/PutAndGetInlineDocumentsCommand.ts index 655340246334f..0e0abfa0e1e60 100644 --- a/private/aws-protocoltests-json/src/commands/PutAndGetInlineDocumentsCommand.ts +++ b/private/aws-protocoltests-json/src/commands/PutAndGetInlineDocumentsCommand.ts @@ -16,6 +16,10 @@ import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { PutAndGetInlineDocumentsInputOutput } from "../models/models_0"; import { de_PutAndGetInlineDocumentsCommand, se_PutAndGetInlineDocumentsCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json/src/commands/SimpleScalarPropertiesCommand.ts b/private/aws-protocoltests-json/src/commands/SimpleScalarPropertiesCommand.ts index 210a1782ebbb9..fb48c72471527 100644 --- a/private/aws-protocoltests-json/src/commands/SimpleScalarPropertiesCommand.ts +++ b/private/aws-protocoltests-json/src/commands/SimpleScalarPropertiesCommand.ts @@ -16,6 +16,10 @@ import { JsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes import { SimpleScalarPropertiesInputOutput } from "../models/models_0"; import { de_SimpleScalarPropertiesCommand, se_SimpleScalarPropertiesCommand } from "../protocols/Aws_json1_1"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-json/src/index.ts b/private/aws-protocoltests-json/src/index.ts index a53dfcfee5654..7c96a2d564a02 100644 --- a/private/aws-protocoltests-json/src/index.ts +++ b/private/aws-protocoltests-json/src/index.ts @@ -1,6 +1,7 @@ -export * from "./JsonProtocol"; // smithy-typescript generated code +/* eslint-disable */ export * from "./JsonProtocolClient"; +export * from "./JsonProtocol"; export * from "./commands"; export * from "./models"; diff --git a/private/aws-protocoltests-json/src/models/JsonProtocolServiceException.ts b/private/aws-protocoltests-json/src/models/JsonProtocolServiceException.ts index b6afdec62f281..50949ba67dda8 100644 --- a/private/aws-protocoltests-json/src/models/JsonProtocolServiceException.ts +++ b/private/aws-protocoltests-json/src/models/JsonProtocolServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/private/aws-protocoltests-query/src/QueryProtocolClient.ts b/private/aws-protocoltests-query/src/QueryProtocolClient.ts index e511a9015d21a..4ae5ea7bc5dd9 100644 --- a/private/aws-protocoltests-query/src/QueryProtocolClient.ts +++ b/private/aws-protocoltests-query/src/QueryProtocolClient.ts @@ -108,6 +108,8 @@ import { XmlNamespacesCommandInput, XmlNamespacesCommandOutput } from "./command import { XmlTimestampsCommandInput, XmlTimestampsCommandOutput } from "./commands/XmlTimestampsCommand"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -304,7 +306,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type QueryProtocolClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type QueryProtocolClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & @@ -321,7 +323,7 @@ export interface QueryProtocolClientConfig extends QueryProtocolClientConfigType /** * @public */ -type QueryProtocolClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type QueryProtocolClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointsResolvedConfig & diff --git a/private/aws-protocoltests-query/src/commands/DatetimeOffsetsCommand.ts b/private/aws-protocoltests-query/src/commands/DatetimeOffsetsCommand.ts index da0ca10fa28dd..ab03cceb8e0c5 100644 --- a/private/aws-protocoltests-query/src/commands/DatetimeOffsetsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/DatetimeOffsetsCommand.ts @@ -16,6 +16,10 @@ import { DatetimeOffsetsOutput } from "../models/models_0"; import { de_DatetimeOffsetsCommand, se_DatetimeOffsetsCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/EmptyInputAndEmptyOutputCommand.ts b/private/aws-protocoltests-query/src/commands/EmptyInputAndEmptyOutputCommand.ts index f49e3bd4bd7b4..7466964f0b243 100644 --- a/private/aws-protocoltests-query/src/commands/EmptyInputAndEmptyOutputCommand.ts +++ b/private/aws-protocoltests-query/src/commands/EmptyInputAndEmptyOutputCommand.ts @@ -16,6 +16,10 @@ import { EmptyInputAndEmptyOutputInput, EmptyInputAndEmptyOutputOutput } from ". import { de_EmptyInputAndEmptyOutputCommand, se_EmptyInputAndEmptyOutputCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/EndpointOperationCommand.ts b/private/aws-protocoltests-query/src/commands/EndpointOperationCommand.ts index 2d9ebaaaddc99..6018f7be678f4 100644 --- a/private/aws-protocoltests-query/src/commands/EndpointOperationCommand.ts +++ b/private/aws-protocoltests-query/src/commands/EndpointOperationCommand.ts @@ -15,6 +15,10 @@ import { SerdeContext as __SerdeContext } from "@smithy/types"; import { de_EndpointOperationCommand, se_EndpointOperationCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/EndpointWithHostLabelOperationCommand.ts b/private/aws-protocoltests-query/src/commands/EndpointWithHostLabelOperationCommand.ts index 86cf95f834b4d..46a6bb5ccaafd 100644 --- a/private/aws-protocoltests-query/src/commands/EndpointWithHostLabelOperationCommand.ts +++ b/private/aws-protocoltests-query/src/commands/EndpointWithHostLabelOperationCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/FlattenedXmlMapCommand.ts b/private/aws-protocoltests-query/src/commands/FlattenedXmlMapCommand.ts index 3a28cf7d06e49..c12dd02e3ea91 100644 --- a/private/aws-protocoltests-query/src/commands/FlattenedXmlMapCommand.ts +++ b/private/aws-protocoltests-query/src/commands/FlattenedXmlMapCommand.ts @@ -16,6 +16,10 @@ import { FlattenedXmlMapOutput } from "../models/models_0"; import { de_FlattenedXmlMapCommand, se_FlattenedXmlMapCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNameCommand.ts b/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNameCommand.ts index c21a632d24eb7..1e53c032fbbe1 100644 --- a/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNameCommand.ts +++ b/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNameCommand.ts @@ -16,6 +16,10 @@ import { FlattenedXmlMapWithXmlNameOutput } from "../models/models_0"; import { de_FlattenedXmlMapWithXmlNameCommand, se_FlattenedXmlMapWithXmlNameCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts b/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts index b7a4b1f680ca3..3a2b6629d5bed 100644 --- a/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts +++ b/private/aws-protocoltests-query/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/FractionalSecondsCommand.ts b/private/aws-protocoltests-query/src/commands/FractionalSecondsCommand.ts index ce4c511868069..5974bbb98125e 100644 --- a/private/aws-protocoltests-query/src/commands/FractionalSecondsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/FractionalSecondsCommand.ts @@ -16,6 +16,10 @@ import { FractionalSecondsOutput } from "../models/models_0"; import { de_FractionalSecondsCommand, se_FractionalSecondsCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/GreetingWithErrorsCommand.ts b/private/aws-protocoltests-query/src/commands/GreetingWithErrorsCommand.ts index a34a3c0c4a478..3e9af6532d59b 100644 --- a/private/aws-protocoltests-query/src/commands/GreetingWithErrorsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/GreetingWithErrorsCommand.ts @@ -16,6 +16,10 @@ import { GreetingWithErrorsOutput } from "../models/models_0"; import { de_GreetingWithErrorsCommand, se_GreetingWithErrorsCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/HostWithPathOperationCommand.ts b/private/aws-protocoltests-query/src/commands/HostWithPathOperationCommand.ts index 0ad120fb752ec..a1637c0390fd8 100644 --- a/private/aws-protocoltests-query/src/commands/HostWithPathOperationCommand.ts +++ b/private/aws-protocoltests-query/src/commands/HostWithPathOperationCommand.ts @@ -15,6 +15,10 @@ import { SerdeContext as __SerdeContext } from "@smithy/types"; import { de_HostWithPathOperationCommand, se_HostWithPathOperationCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/IgnoresWrappingXmlNameCommand.ts b/private/aws-protocoltests-query/src/commands/IgnoresWrappingXmlNameCommand.ts index b432045e0f303..b0ff4a82869f3 100644 --- a/private/aws-protocoltests-query/src/commands/IgnoresWrappingXmlNameCommand.ts +++ b/private/aws-protocoltests-query/src/commands/IgnoresWrappingXmlNameCommand.ts @@ -16,6 +16,10 @@ import { IgnoresWrappingXmlNameOutput } from "../models/models_0"; import { de_IgnoresWrappingXmlNameCommand, se_IgnoresWrappingXmlNameCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/NestedStructuresCommand.ts b/private/aws-protocoltests-query/src/commands/NestedStructuresCommand.ts index c5db77c8a7ffc..98552815e2f3f 100644 --- a/private/aws-protocoltests-query/src/commands/NestedStructuresCommand.ts +++ b/private/aws-protocoltests-query/src/commands/NestedStructuresCommand.ts @@ -16,6 +16,10 @@ import { NestedStructuresInput } from "../models/models_0"; import { de_NestedStructuresCommand, se_NestedStructuresCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/NoInputAndNoOutputCommand.ts b/private/aws-protocoltests-query/src/commands/NoInputAndNoOutputCommand.ts index 535415539a44c..03ac225403872 100644 --- a/private/aws-protocoltests-query/src/commands/NoInputAndNoOutputCommand.ts +++ b/private/aws-protocoltests-query/src/commands/NoInputAndNoOutputCommand.ts @@ -15,6 +15,10 @@ import { SerdeContext as __SerdeContext } from "@smithy/types"; import { de_NoInputAndNoOutputCommand, se_NoInputAndNoOutputCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/NoInputAndOutputCommand.ts b/private/aws-protocoltests-query/src/commands/NoInputAndOutputCommand.ts index 98a689203306c..957d2555af445 100644 --- a/private/aws-protocoltests-query/src/commands/NoInputAndOutputCommand.ts +++ b/private/aws-protocoltests-query/src/commands/NoInputAndOutputCommand.ts @@ -16,6 +16,10 @@ import { NoInputAndOutputInput, NoInputAndOutputOutput } from "../models/models_ import { de_NoInputAndOutputCommand, se_NoInputAndOutputCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/QueryIdempotencyTokenAutoFillCommand.ts b/private/aws-protocoltests-query/src/commands/QueryIdempotencyTokenAutoFillCommand.ts index da44718e0a274..acac69cd7203c 100644 --- a/private/aws-protocoltests-query/src/commands/QueryIdempotencyTokenAutoFillCommand.ts +++ b/private/aws-protocoltests-query/src/commands/QueryIdempotencyTokenAutoFillCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/QueryListsCommand.ts b/private/aws-protocoltests-query/src/commands/QueryListsCommand.ts index 38a0dc982b8ef..fa517ceae059d 100644 --- a/private/aws-protocoltests-query/src/commands/QueryListsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/QueryListsCommand.ts @@ -16,6 +16,10 @@ import { QueryListsInput } from "../models/models_0"; import { de_QueryListsCommand, se_QueryListsCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/QueryMapsCommand.ts b/private/aws-protocoltests-query/src/commands/QueryMapsCommand.ts index a01e19a91b0a2..6c751a4ada7da 100644 --- a/private/aws-protocoltests-query/src/commands/QueryMapsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/QueryMapsCommand.ts @@ -16,6 +16,10 @@ import { QueryMapsInput } from "../models/models_0"; import { de_QueryMapsCommand, se_QueryMapsCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/QueryTimestampsCommand.ts b/private/aws-protocoltests-query/src/commands/QueryTimestampsCommand.ts index b6655867adc35..2aa9b3b0ad1a0 100644 --- a/private/aws-protocoltests-query/src/commands/QueryTimestampsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/QueryTimestampsCommand.ts @@ -16,6 +16,10 @@ import { QueryTimestampsInput } from "../models/models_0"; import { de_QueryTimestampsCommand, se_QueryTimestampsCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/RecursiveXmlShapesCommand.ts b/private/aws-protocoltests-query/src/commands/RecursiveXmlShapesCommand.ts index 5a9a16907300d..69b919e4bda97 100644 --- a/private/aws-protocoltests-query/src/commands/RecursiveXmlShapesCommand.ts +++ b/private/aws-protocoltests-query/src/commands/RecursiveXmlShapesCommand.ts @@ -16,6 +16,10 @@ import { RecursiveXmlShapesOutput } from "../models/models_0"; import { de_RecursiveXmlShapesCommand, se_RecursiveXmlShapesCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/SimpleInputParamsCommand.ts b/private/aws-protocoltests-query/src/commands/SimpleInputParamsCommand.ts index 1b8dc5f9bbf5d..285071eb4d224 100644 --- a/private/aws-protocoltests-query/src/commands/SimpleInputParamsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/SimpleInputParamsCommand.ts @@ -16,6 +16,10 @@ import { SimpleInputParamsInput } from "../models/models_0"; import { de_SimpleInputParamsCommand, se_SimpleInputParamsCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/SimpleScalarXmlPropertiesCommand.ts b/private/aws-protocoltests-query/src/commands/SimpleScalarXmlPropertiesCommand.ts index 81c824cba8f6d..c32afe03a8e1e 100644 --- a/private/aws-protocoltests-query/src/commands/SimpleScalarXmlPropertiesCommand.ts +++ b/private/aws-protocoltests-query/src/commands/SimpleScalarXmlPropertiesCommand.ts @@ -16,6 +16,10 @@ import { SimpleScalarXmlPropertiesOutput } from "../models/models_0"; import { de_SimpleScalarXmlPropertiesCommand, se_SimpleScalarXmlPropertiesCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/XmlBlobsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlBlobsCommand.ts index 4a1fbdc61e922..f943afd5ea980 100644 --- a/private/aws-protocoltests-query/src/commands/XmlBlobsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlBlobsCommand.ts @@ -16,6 +16,10 @@ import { XmlBlobsOutput } from "../models/models_0"; import { de_XmlBlobsCommand, se_XmlBlobsCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/XmlEmptyBlobsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlEmptyBlobsCommand.ts index 8cd3463305eaf..ee57ecf771a27 100644 --- a/private/aws-protocoltests-query/src/commands/XmlEmptyBlobsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlEmptyBlobsCommand.ts @@ -16,6 +16,10 @@ import { XmlBlobsOutput } from "../models/models_0"; import { de_XmlEmptyBlobsCommand, se_XmlEmptyBlobsCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/XmlEmptyListsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlEmptyListsCommand.ts index 8bfd0566e1026..87ba4e186493e 100644 --- a/private/aws-protocoltests-query/src/commands/XmlEmptyListsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlEmptyListsCommand.ts @@ -16,6 +16,10 @@ import { XmlListsOutput } from "../models/models_0"; import { de_XmlEmptyListsCommand, se_XmlEmptyListsCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/XmlEmptyMapsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlEmptyMapsCommand.ts index 8f4a42e9f53d9..2eb2431d79539 100644 --- a/private/aws-protocoltests-query/src/commands/XmlEmptyMapsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlEmptyMapsCommand.ts @@ -16,6 +16,10 @@ import { XmlMapsOutput } from "../models/models_0"; import { de_XmlEmptyMapsCommand, se_XmlEmptyMapsCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/XmlEnumsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlEnumsCommand.ts index c52e7b3110292..3d3584577505c 100644 --- a/private/aws-protocoltests-query/src/commands/XmlEnumsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlEnumsCommand.ts @@ -16,6 +16,10 @@ import { XmlEnumsOutput } from "../models/models_0"; import { de_XmlEnumsCommand, se_XmlEnumsCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/XmlIntEnumsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlIntEnumsCommand.ts index d6227c2c43fbe..aee53acce220c 100644 --- a/private/aws-protocoltests-query/src/commands/XmlIntEnumsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlIntEnumsCommand.ts @@ -16,6 +16,10 @@ import { XmlIntEnumsOutput } from "../models/models_0"; import { de_XmlIntEnumsCommand, se_XmlIntEnumsCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/XmlListsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlListsCommand.ts index 2a391a2cfadf1..8139e0ee08716 100644 --- a/private/aws-protocoltests-query/src/commands/XmlListsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlListsCommand.ts @@ -16,6 +16,10 @@ import { XmlListsOutput } from "../models/models_0"; import { de_XmlListsCommand, se_XmlListsCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/XmlMapsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlMapsCommand.ts index a6716bc83bcf5..ff189864e5e2f 100644 --- a/private/aws-protocoltests-query/src/commands/XmlMapsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlMapsCommand.ts @@ -16,6 +16,10 @@ import { XmlMapsOutput } from "../models/models_0"; import { de_XmlMapsCommand, se_XmlMapsCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/XmlMapsXmlNameCommand.ts b/private/aws-protocoltests-query/src/commands/XmlMapsXmlNameCommand.ts index 91ff9a8983bd4..04ed6b1965eef 100644 --- a/private/aws-protocoltests-query/src/commands/XmlMapsXmlNameCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlMapsXmlNameCommand.ts @@ -16,6 +16,10 @@ import { XmlMapsXmlNameOutput } from "../models/models_0"; import { de_XmlMapsXmlNameCommand, se_XmlMapsXmlNameCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/XmlNamespacesCommand.ts b/private/aws-protocoltests-query/src/commands/XmlNamespacesCommand.ts index 87673d724b867..4d315671a0ad7 100644 --- a/private/aws-protocoltests-query/src/commands/XmlNamespacesCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlNamespacesCommand.ts @@ -16,6 +16,10 @@ import { XmlNamespacesOutput } from "../models/models_0"; import { de_XmlNamespacesCommand, se_XmlNamespacesCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/commands/XmlTimestampsCommand.ts b/private/aws-protocoltests-query/src/commands/XmlTimestampsCommand.ts index 9860a17171305..13a2eb05aa072 100644 --- a/private/aws-protocoltests-query/src/commands/XmlTimestampsCommand.ts +++ b/private/aws-protocoltests-query/src/commands/XmlTimestampsCommand.ts @@ -16,6 +16,10 @@ import { XmlTimestampsOutput } from "../models/models_0"; import { de_XmlTimestampsCommand, se_XmlTimestampsCommand } from "../protocols/Aws_query"; import { QueryProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../QueryProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-query/src/index.ts b/private/aws-protocoltests-query/src/index.ts index 1ccc6c659f4fb..ff61b12887379 100644 --- a/private/aws-protocoltests-query/src/index.ts +++ b/private/aws-protocoltests-query/src/index.ts @@ -1,6 +1,12 @@ -export * from "./QueryProtocol"; // smithy-typescript generated code +/* eslint-disable */ +/** + * A query service that sends query requests and XML responses. + * + * @packageDocumentation + */ export * from "./QueryProtocolClient"; +export * from "./QueryProtocol"; export * from "./commands"; export * from "./models"; diff --git a/private/aws-protocoltests-query/src/models/QueryProtocolServiceException.ts b/private/aws-protocoltests-query/src/models/QueryProtocolServiceException.ts index 9b83f8df25500..6e859b9256be1 100644 --- a/private/aws-protocoltests-query/src/models/QueryProtocolServiceException.ts +++ b/private/aws-protocoltests-query/src/models/QueryProtocolServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/private/aws-protocoltests-restjson/src/RestJsonProtocolClient.ts b/private/aws-protocoltests-restjson/src/RestJsonProtocolClient.ts index 66d46843ad6bd..0e579dea4f99a 100644 --- a/private/aws-protocoltests-restjson/src/RestJsonProtocolClient.ts +++ b/private/aws-protocoltests-restjson/src/RestJsonProtocolClient.ts @@ -295,6 +295,8 @@ import { import { UnitInputAndOutputCommandInput, UnitInputAndOutputCommandOutput } from "./commands/UnitInputAndOutputCommand"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -627,7 +629,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type RestJsonProtocolClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type RestJsonProtocolClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & @@ -644,7 +646,7 @@ export interface RestJsonProtocolClientConfig extends RestJsonProtocolClientConf /** * @public */ -type RestJsonProtocolClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type RestJsonProtocolClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointsResolvedConfig & diff --git a/private/aws-protocoltests-restjson/src/commands/AllQueryStringTypesCommand.ts b/private/aws-protocoltests-restjson/src/commands/AllQueryStringTypesCommand.ts index becebe87dcdc7..626d452e44101 100644 --- a/private/aws-protocoltests-restjson/src/commands/AllQueryStringTypesCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/AllQueryStringTypesCommand.ts @@ -16,6 +16,10 @@ import { AllQueryStringTypesInput } from "../models/models_0"; import { de_AllQueryStringTypesCommand, se_AllQueryStringTypesCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/ConstantAndVariableQueryStringCommand.ts b/private/aws-protocoltests-restjson/src/commands/ConstantAndVariableQueryStringCommand.ts index ceb8fb7d07479..123d62b7ac270 100644 --- a/private/aws-protocoltests-restjson/src/commands/ConstantAndVariableQueryStringCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/ConstantAndVariableQueryStringCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/ConstantQueryStringCommand.ts b/private/aws-protocoltests-restjson/src/commands/ConstantQueryStringCommand.ts index 839bcdf3a9763..37f52debb80f6 100644 --- a/private/aws-protocoltests-restjson/src/commands/ConstantQueryStringCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/ConstantQueryStringCommand.ts @@ -16,6 +16,10 @@ import { ConstantQueryStringInput } from "../models/models_0"; import { de_ConstantQueryStringCommand, se_ConstantQueryStringCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/DatetimeOffsetsCommand.ts b/private/aws-protocoltests-restjson/src/commands/DatetimeOffsetsCommand.ts index 184247f61e8a5..ccce9fbb9c1f6 100644 --- a/private/aws-protocoltests-restjson/src/commands/DatetimeOffsetsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/DatetimeOffsetsCommand.ts @@ -16,6 +16,10 @@ import { DatetimeOffsetsOutput } from "../models/models_0"; import { de_DatetimeOffsetsCommand, se_DatetimeOffsetsCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/DocumentTypeAsPayloadCommand.ts b/private/aws-protocoltests-restjson/src/commands/DocumentTypeAsPayloadCommand.ts index 6f38e9b1c4041..a27cc392f4def 100644 --- a/private/aws-protocoltests-restjson/src/commands/DocumentTypeAsPayloadCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/DocumentTypeAsPayloadCommand.ts @@ -16,6 +16,10 @@ import { DocumentTypeAsPayloadInputOutput } from "../models/models_0"; import { de_DocumentTypeAsPayloadCommand, se_DocumentTypeAsPayloadCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/DocumentTypeCommand.ts b/private/aws-protocoltests-restjson/src/commands/DocumentTypeCommand.ts index 6669885dd1553..71b0726304b5c 100644 --- a/private/aws-protocoltests-restjson/src/commands/DocumentTypeCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/DocumentTypeCommand.ts @@ -16,6 +16,10 @@ import { DocumentTypeInputOutput } from "../models/models_0"; import { de_DocumentTypeCommand, se_DocumentTypeCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/EmptyInputAndEmptyOutputCommand.ts b/private/aws-protocoltests-restjson/src/commands/EmptyInputAndEmptyOutputCommand.ts index e33505f56b01b..c86f6603308b6 100644 --- a/private/aws-protocoltests-restjson/src/commands/EmptyInputAndEmptyOutputCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/EmptyInputAndEmptyOutputCommand.ts @@ -16,6 +16,10 @@ import { EmptyInputAndEmptyOutputInput, EmptyInputAndEmptyOutputOutput } from ". import { de_EmptyInputAndEmptyOutputCommand, se_EmptyInputAndEmptyOutputCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/EndpointOperationCommand.ts b/private/aws-protocoltests-restjson/src/commands/EndpointOperationCommand.ts index 9d2dc05da5592..8e3691a68f7c5 100644 --- a/private/aws-protocoltests-restjson/src/commands/EndpointOperationCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/EndpointOperationCommand.ts @@ -15,6 +15,10 @@ import { SerdeContext as __SerdeContext } from "@smithy/types"; import { de_EndpointOperationCommand, se_EndpointOperationCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/EndpointWithHostLabelOperationCommand.ts b/private/aws-protocoltests-restjson/src/commands/EndpointWithHostLabelOperationCommand.ts index 1378e5fda5fb6..96349e1a3b6ff 100644 --- a/private/aws-protocoltests-restjson/src/commands/EndpointWithHostLabelOperationCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/EndpointWithHostLabelOperationCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/FractionalSecondsCommand.ts b/private/aws-protocoltests-restjson/src/commands/FractionalSecondsCommand.ts index 135b564dfeb66..322cdb59e8518 100644 --- a/private/aws-protocoltests-restjson/src/commands/FractionalSecondsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/FractionalSecondsCommand.ts @@ -16,6 +16,10 @@ import { FractionalSecondsOutput } from "../models/models_0"; import { de_FractionalSecondsCommand, se_FractionalSecondsCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/GreetingWithErrorsCommand.ts b/private/aws-protocoltests-restjson/src/commands/GreetingWithErrorsCommand.ts index 9832ea93b1bcc..a601f441de246 100644 --- a/private/aws-protocoltests-restjson/src/commands/GreetingWithErrorsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/GreetingWithErrorsCommand.ts @@ -16,6 +16,10 @@ import { GreetingWithErrorsOutput } from "../models/models_0"; import { de_GreetingWithErrorsCommand, se_GreetingWithErrorsCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/HostWithPathOperationCommand.ts b/private/aws-protocoltests-restjson/src/commands/HostWithPathOperationCommand.ts index 56b9c3a26d9af..aadb19b0f8a44 100644 --- a/private/aws-protocoltests-restjson/src/commands/HostWithPathOperationCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HostWithPathOperationCommand.ts @@ -15,6 +15,10 @@ import { SerdeContext as __SerdeContext } from "@smithy/types"; import { de_HostWithPathOperationCommand, se_HostWithPathOperationCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/HttpChecksumRequiredCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpChecksumRequiredCommand.ts index 52f8c6b90a9bf..3f5d55a5a4dc0 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpChecksumRequiredCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpChecksumRequiredCommand.ts @@ -17,6 +17,10 @@ import { HttpChecksumRequiredInputOutput } from "../models/models_0"; import { de_HttpChecksumRequiredCommand, se_HttpChecksumRequiredCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/HttpEnumPayloadCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpEnumPayloadCommand.ts index 3bf327d8b7632..9adb4302cdf26 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpEnumPayloadCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpEnumPayloadCommand.ts @@ -16,6 +16,10 @@ import { EnumPayloadInput } from "../models/models_0"; import { de_HttpEnumPayloadCommand, se_HttpEnumPayloadCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsCommand.ts index 4cf6339130d1c..2bd9221577a57 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsCommand.ts @@ -16,6 +16,10 @@ import { HttpPayloadTraitsInputOutput } from "../models/models_0"; import { de_HttpPayloadTraitsCommand, se_HttpPayloadTraitsCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts index 3374dd7f74ca6..980246b47d521 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/HttpPayloadWithStructureCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpPayloadWithStructureCommand.ts index 53114b0839306..83f8b55373086 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpPayloadWithStructureCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpPayloadWithStructureCommand.ts @@ -16,6 +16,10 @@ import { HttpPayloadWithStructureInputOutput } from "../models/models_0"; import { de_HttpPayloadWithStructureCommand, se_HttpPayloadWithStructureCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersCommand.ts index 4923c788b0e91..6819b83337769 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersCommand.ts @@ -16,6 +16,10 @@ import { HttpPrefixHeadersInput, HttpPrefixHeadersOutput } from "../models/model import { de_HttpPrefixHeadersCommand, se_HttpPrefixHeadersCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersInResponseCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersInResponseCommand.ts index 6c1afcd1ea4ac..e0988d844efde 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersInResponseCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpPrefixHeadersInResponseCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithFloatLabelsCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithFloatLabelsCommand.ts index 18a26cc4f998b..586da78c3fa71 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithFloatLabelsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithFloatLabelsCommand.ts @@ -16,6 +16,10 @@ import { HttpRequestWithFloatLabelsInput } from "../models/models_0"; import { de_HttpRequestWithFloatLabelsCommand, se_HttpRequestWithFloatLabelsCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts index 50582628b461f..7f7b355f0b0b5 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts index a9e265972405f..f0d30e1f34513 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsCommand.ts index fdd23eddfd5c3..d4f34588834fe 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithLabelsCommand.ts @@ -16,6 +16,10 @@ import { HttpRequestWithLabelsInput } from "../models/models_0"; import { de_HttpRequestWithLabelsCommand, se_HttpRequestWithLabelsCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithRegexLiteralCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithRegexLiteralCommand.ts index 7a0c0e8c684a9..6ce791d0812d6 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpRequestWithRegexLiteralCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpRequestWithRegexLiteralCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/HttpResponseCodeCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpResponseCodeCommand.ts index 966f09307de78..e7d36cc158580 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpResponseCodeCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpResponseCodeCommand.ts @@ -16,6 +16,10 @@ import { HttpResponseCodeOutput } from "../models/models_0"; import { de_HttpResponseCodeCommand, se_HttpResponseCodeCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/HttpStringPayloadCommand.ts b/private/aws-protocoltests-restjson/src/commands/HttpStringPayloadCommand.ts index e4f6c3819d2e1..6e6f335c2037f 100644 --- a/private/aws-protocoltests-restjson/src/commands/HttpStringPayloadCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/HttpStringPayloadCommand.ts @@ -16,6 +16,10 @@ import { StringPayloadInput } from "../models/models_0"; import { de_HttpStringPayloadCommand, se_HttpStringPayloadCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/IgnoreQueryParamsInResponseCommand.ts b/private/aws-protocoltests-restjson/src/commands/IgnoreQueryParamsInResponseCommand.ts index 942486230a5ee..c7f70a8d59cff 100644 --- a/private/aws-protocoltests-restjson/src/commands/IgnoreQueryParamsInResponseCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/IgnoreQueryParamsInResponseCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/InputAndOutputWithHeadersCommand.ts b/private/aws-protocoltests-restjson/src/commands/InputAndOutputWithHeadersCommand.ts index 34af7b73a978c..f163559ef0d48 100644 --- a/private/aws-protocoltests-restjson/src/commands/InputAndOutputWithHeadersCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/InputAndOutputWithHeadersCommand.ts @@ -16,6 +16,10 @@ import { InputAndOutputWithHeadersIO } from "../models/models_0"; import { de_InputAndOutputWithHeadersCommand, se_InputAndOutputWithHeadersCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/JsonBlobsCommand.ts b/private/aws-protocoltests-restjson/src/commands/JsonBlobsCommand.ts index da91e2c7a54f2..ca882bea0390f 100644 --- a/private/aws-protocoltests-restjson/src/commands/JsonBlobsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/JsonBlobsCommand.ts @@ -16,6 +16,10 @@ import { JsonBlobsInputOutput } from "../models/models_0"; import { de_JsonBlobsCommand, se_JsonBlobsCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/JsonEnumsCommand.ts b/private/aws-protocoltests-restjson/src/commands/JsonEnumsCommand.ts index 506de4148505a..08c5979979b65 100644 --- a/private/aws-protocoltests-restjson/src/commands/JsonEnumsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/JsonEnumsCommand.ts @@ -16,6 +16,10 @@ import { JsonEnumsInputOutput } from "../models/models_0"; import { de_JsonEnumsCommand, se_JsonEnumsCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/JsonIntEnumsCommand.ts b/private/aws-protocoltests-restjson/src/commands/JsonIntEnumsCommand.ts index 413ad6e909d9f..be234426a126f 100644 --- a/private/aws-protocoltests-restjson/src/commands/JsonIntEnumsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/JsonIntEnumsCommand.ts @@ -16,6 +16,10 @@ import { JsonIntEnumsInputOutput } from "../models/models_0"; import { de_JsonIntEnumsCommand, se_JsonIntEnumsCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/JsonListsCommand.ts b/private/aws-protocoltests-restjson/src/commands/JsonListsCommand.ts index 8039d1a23ff4c..e3712f7820514 100644 --- a/private/aws-protocoltests-restjson/src/commands/JsonListsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/JsonListsCommand.ts @@ -16,6 +16,10 @@ import { JsonListsInputOutput } from "../models/models_0"; import { de_JsonListsCommand, se_JsonListsCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/JsonMapsCommand.ts b/private/aws-protocoltests-restjson/src/commands/JsonMapsCommand.ts index f4884382c9998..f0f2cdb2a7bae 100644 --- a/private/aws-protocoltests-restjson/src/commands/JsonMapsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/JsonMapsCommand.ts @@ -16,6 +16,10 @@ import { JsonMapsInputOutput } from "../models/models_0"; import { de_JsonMapsCommand, se_JsonMapsCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/JsonTimestampsCommand.ts b/private/aws-protocoltests-restjson/src/commands/JsonTimestampsCommand.ts index e03b6601df4b3..e45fcc84f7070 100644 --- a/private/aws-protocoltests-restjson/src/commands/JsonTimestampsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/JsonTimestampsCommand.ts @@ -16,6 +16,10 @@ import { JsonTimestampsInputOutput } from "../models/models_0"; import { de_JsonTimestampsCommand, se_JsonTimestampsCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/JsonUnionsCommand.ts b/private/aws-protocoltests-restjson/src/commands/JsonUnionsCommand.ts index 2570130d39654..fb74034a45042 100644 --- a/private/aws-protocoltests-restjson/src/commands/JsonUnionsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/JsonUnionsCommand.ts @@ -16,6 +16,10 @@ import { UnionInputOutput } from "../models/models_0"; import { de_JsonUnionsCommand, se_JsonUnionsCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithBodyCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithBodyCommand.ts index 7454c53fc6511..e14c9399acd3a 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithBodyCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithBodyCommand.ts @@ -16,6 +16,10 @@ import { GreetingStruct } from "../models/models_0"; import { de_MalformedAcceptWithBodyCommand, se_MalformedAcceptWithBodyCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithGenericStringCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithGenericStringCommand.ts index b9c5f448ee59f..695b945b6ad7d 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithGenericStringCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithGenericStringCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithPayloadCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithPayloadCommand.ts index 5d462729242b5..508a6898cf7b9 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithPayloadCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedAcceptWithPayloadCommand.ts @@ -16,6 +16,10 @@ import { MalformedAcceptWithPayloadOutput } from "../models/models_0"; import { de_MalformedAcceptWithPayloadCommand, se_MalformedAcceptWithPayloadCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedBlobCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedBlobCommand.ts index 53370d9631178..c0702753c63ea 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedBlobCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedBlobCommand.ts @@ -16,6 +16,10 @@ import { MalformedBlobInput } from "../models/models_0"; import { de_MalformedBlobCommand, se_MalformedBlobCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedBooleanCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedBooleanCommand.ts index 6af9a4f17eb4e..148f8ddb9bd61 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedBooleanCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedBooleanCommand.ts @@ -16,6 +16,10 @@ import { MalformedBooleanInput } from "../models/models_0"; import { de_MalformedBooleanCommand, se_MalformedBooleanCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedByteCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedByteCommand.ts index 5c28a6a1c0e7a..86932da901a55 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedByteCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedByteCommand.ts @@ -16,6 +16,10 @@ import { MalformedByteInput } from "../models/models_0"; import { de_MalformedByteCommand, se_MalformedByteCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithBodyCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithBodyCommand.ts index 3f4a5b3b67d76..aac994828a996 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithBodyCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithBodyCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithGenericStringCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithGenericStringCommand.ts index 4df34545dfe0a..d981ebcdf5f78 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithGenericStringCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithGenericStringCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithPayloadCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithPayloadCommand.ts index 8dcfe7e88ceaf..07491aa2d7f25 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithPayloadCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithPayloadCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithoutBodyCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithoutBodyCommand.ts index d358ab8e95911..f55483bae2b57 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithoutBodyCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedContentTypeWithoutBodyCommand.ts @@ -18,6 +18,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedDoubleCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedDoubleCommand.ts index dfa87bb648604..ddf27e16799e8 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedDoubleCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedDoubleCommand.ts @@ -16,6 +16,10 @@ import { MalformedDoubleInput } from "../models/models_0"; import { de_MalformedDoubleCommand, se_MalformedDoubleCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedFloatCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedFloatCommand.ts index 32e7e4023b956..b3c834074e114 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedFloatCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedFloatCommand.ts @@ -16,6 +16,10 @@ import { MalformedFloatInput } from "../models/models_0"; import { de_MalformedFloatCommand, se_MalformedFloatCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedIntegerCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedIntegerCommand.ts index d3a292507ad9f..80acc6b337723 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedIntegerCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedIntegerCommand.ts @@ -16,6 +16,10 @@ import { MalformedIntegerInput } from "../models/models_0"; import { de_MalformedIntegerCommand, se_MalformedIntegerCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedListCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedListCommand.ts index 31f4c24567f21..3030809e49593 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedListCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedListCommand.ts @@ -16,6 +16,10 @@ import { MalformedListInput } from "../models/models_0"; import { de_MalformedListCommand, se_MalformedListCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedLongCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedLongCommand.ts index e29e208c67bc5..f2ac49446ed72 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedLongCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedLongCommand.ts @@ -16,6 +16,10 @@ import { MalformedLongInput } from "../models/models_0"; import { de_MalformedLongCommand, se_MalformedLongCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedMapCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedMapCommand.ts index c3ce420d04c61..1ec61337500a3 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedMapCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedMapCommand.ts @@ -16,6 +16,10 @@ import { MalformedMapInput } from "../models/models_0"; import { de_MalformedMapCommand, se_MalformedMapCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedRequestBodyCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedRequestBodyCommand.ts index 4ef5ecb498f1a..a46700a32bd11 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedRequestBodyCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedRequestBodyCommand.ts @@ -16,6 +16,10 @@ import { MalformedRequestBodyInput } from "../models/models_0"; import { de_MalformedRequestBodyCommand, se_MalformedRequestBodyCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedShortCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedShortCommand.ts index cbf9cf150092a..5d79761a9a2ba 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedShortCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedShortCommand.ts @@ -16,6 +16,10 @@ import { MalformedShortInput } from "../models/models_0"; import { de_MalformedShortCommand, se_MalformedShortCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedStringCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedStringCommand.ts index b2e294b977807..1b31c9015d1e8 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedStringCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedStringCommand.ts @@ -16,6 +16,10 @@ import { MalformedStringInput } from "../models/models_0"; import { de_MalformedStringCommand, se_MalformedStringCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDateTimeCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDateTimeCommand.ts index 88a3b73264922..a60dbbbb025fb 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDateTimeCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDateTimeCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDefaultCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDefaultCommand.ts index d2d6b6071a252..0eca035e9df2e 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDefaultCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyDefaultCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyHttpDateCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyHttpDateCommand.ts index e219e61ea8973..747856fb019da 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyHttpDateCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampBodyHttpDateCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDateTimeCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDateTimeCommand.ts index 9b195949f1b30..d7cecebd36ca7 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDateTimeCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDateTimeCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDefaultCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDefaultCommand.ts index 8c0a1d8bbde8f..9bf837778b13b 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDefaultCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderDefaultCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderEpochCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderEpochCommand.ts index fac97ba702946..6a75124deeca2 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderEpochCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampHeaderEpochCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathDefaultCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathDefaultCommand.ts index e426ca16b49a9..64a2c5aab7c92 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathDefaultCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathDefaultCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathEpochCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathEpochCommand.ts index 2ff1ca3bd7173..94b550409eddb 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathEpochCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathEpochCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathHttpDateCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathHttpDateCommand.ts index 05e19c433d69e..3ce0e7603a760 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathHttpDateCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampPathHttpDateCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryDefaultCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryDefaultCommand.ts index 46750951843c5..c6cbabd1108c2 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryDefaultCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryDefaultCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryEpochCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryEpochCommand.ts index 07f180d7647d4..27ce472ebcbcc 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryEpochCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryEpochCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryHttpDateCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryHttpDateCommand.ts index 6438ab32b8b85..9eea98e7456ac 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryHttpDateCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedTimestampQueryHttpDateCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MalformedUnionCommand.ts b/private/aws-protocoltests-restjson/src/commands/MalformedUnionCommand.ts index 2b155dc61a19c..d4fbd8c5489d9 100644 --- a/private/aws-protocoltests-restjson/src/commands/MalformedUnionCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MalformedUnionCommand.ts @@ -16,6 +16,10 @@ import { MalformedUnionInput } from "../models/models_0"; import { de_MalformedUnionCommand, se_MalformedUnionCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/MediaTypeHeaderCommand.ts b/private/aws-protocoltests-restjson/src/commands/MediaTypeHeaderCommand.ts index 2b4a17d1cb70d..11acec5cadc2f 100644 --- a/private/aws-protocoltests-restjson/src/commands/MediaTypeHeaderCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/MediaTypeHeaderCommand.ts @@ -16,6 +16,10 @@ import { MediaTypeHeaderInput, MediaTypeHeaderOutput } from "../models/models_0" import { de_MediaTypeHeaderCommand, se_MediaTypeHeaderCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/NoInputAndNoOutputCommand.ts b/private/aws-protocoltests-restjson/src/commands/NoInputAndNoOutputCommand.ts index dd956d1ad7c80..9a6516e6746ef 100644 --- a/private/aws-protocoltests-restjson/src/commands/NoInputAndNoOutputCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/NoInputAndNoOutputCommand.ts @@ -15,6 +15,10 @@ import { SerdeContext as __SerdeContext } from "@smithy/types"; import { de_NoInputAndNoOutputCommand, se_NoInputAndNoOutputCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/NoInputAndOutputCommand.ts b/private/aws-protocoltests-restjson/src/commands/NoInputAndOutputCommand.ts index 69ceabd6c1061..97be9048964ea 100644 --- a/private/aws-protocoltests-restjson/src/commands/NoInputAndOutputCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/NoInputAndOutputCommand.ts @@ -16,6 +16,10 @@ import { NoInputAndOutputOutput } from "../models/models_0"; import { de_NoInputAndOutputCommand, se_NoInputAndOutputCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersClientCommand.ts b/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersClientCommand.ts index 4bd21f7823055..5b48ff3aafaf7 100644 --- a/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersClientCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersClientCommand.ts @@ -16,6 +16,10 @@ import { NullAndEmptyHeadersIO } from "../models/models_0"; import { de_NullAndEmptyHeadersClientCommand, se_NullAndEmptyHeadersClientCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersServerCommand.ts b/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersServerCommand.ts index 2087fead5e8e1..b689de5fab29a 100644 --- a/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersServerCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/NullAndEmptyHeadersServerCommand.ts @@ -16,6 +16,10 @@ import { NullAndEmptyHeadersIO } from "../models/models_0"; import { de_NullAndEmptyHeadersServerCommand, se_NullAndEmptyHeadersServerCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/OmitsNullSerializesEmptyStringCommand.ts b/private/aws-protocoltests-restjson/src/commands/OmitsNullSerializesEmptyStringCommand.ts index 1c02c8b29360c..0ce93e3cf7790 100644 --- a/private/aws-protocoltests-restjson/src/commands/OmitsNullSerializesEmptyStringCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/OmitsNullSerializesEmptyStringCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/OmitsSerializingEmptyListsCommand.ts b/private/aws-protocoltests-restjson/src/commands/OmitsSerializingEmptyListsCommand.ts index b008f699b93e1..26dcf2bda7964 100644 --- a/private/aws-protocoltests-restjson/src/commands/OmitsSerializingEmptyListsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/OmitsSerializingEmptyListsCommand.ts @@ -16,6 +16,10 @@ import { OmitsSerializingEmptyListsInput } from "../models/models_0"; import { de_OmitsSerializingEmptyListsCommand, se_OmitsSerializingEmptyListsCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/PostPlayerActionCommand.ts b/private/aws-protocoltests-restjson/src/commands/PostPlayerActionCommand.ts index 3459239109458..3ef5667497bd2 100644 --- a/private/aws-protocoltests-restjson/src/commands/PostPlayerActionCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/PostPlayerActionCommand.ts @@ -16,6 +16,10 @@ import { PostPlayerActionInput, PostPlayerActionOutput } from "../models/models_ import { de_PostPlayerActionCommand, se_PostPlayerActionCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/PostUnionWithJsonNameCommand.ts b/private/aws-protocoltests-restjson/src/commands/PostUnionWithJsonNameCommand.ts index f608795120973..de5aa317d2144 100644 --- a/private/aws-protocoltests-restjson/src/commands/PostUnionWithJsonNameCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/PostUnionWithJsonNameCommand.ts @@ -16,6 +16,10 @@ import { PostUnionWithJsonNameInput, PostUnionWithJsonNameOutput } from "../mode import { de_PostUnionWithJsonNameCommand, se_PostUnionWithJsonNameCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/QueryIdempotencyTokenAutoFillCommand.ts b/private/aws-protocoltests-restjson/src/commands/QueryIdempotencyTokenAutoFillCommand.ts index 680a7d232241d..376b33870fa3d 100644 --- a/private/aws-protocoltests-restjson/src/commands/QueryIdempotencyTokenAutoFillCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/QueryIdempotencyTokenAutoFillCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/QueryParamsAsStringListMapCommand.ts b/private/aws-protocoltests-restjson/src/commands/QueryParamsAsStringListMapCommand.ts index f94345f18d400..6bc541d1c05d7 100644 --- a/private/aws-protocoltests-restjson/src/commands/QueryParamsAsStringListMapCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/QueryParamsAsStringListMapCommand.ts @@ -16,6 +16,10 @@ import { QueryParamsAsStringListMapInput } from "../models/models_0"; import { de_QueryParamsAsStringListMapCommand, se_QueryParamsAsStringListMapCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/QueryPrecedenceCommand.ts b/private/aws-protocoltests-restjson/src/commands/QueryPrecedenceCommand.ts index 8922227e2b591..85fd832952804 100644 --- a/private/aws-protocoltests-restjson/src/commands/QueryPrecedenceCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/QueryPrecedenceCommand.ts @@ -16,6 +16,10 @@ import { QueryPrecedenceInput } from "../models/models_0"; import { de_QueryPrecedenceCommand, se_QueryPrecedenceCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/RecursiveShapesCommand.ts b/private/aws-protocoltests-restjson/src/commands/RecursiveShapesCommand.ts index f8a8fe6bc5b80..1f206078c1892 100644 --- a/private/aws-protocoltests-restjson/src/commands/RecursiveShapesCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/RecursiveShapesCommand.ts @@ -16,6 +16,10 @@ import { RecursiveShapesInputOutput } from "../models/models_0"; import { de_RecursiveShapesCommand, se_RecursiveShapesCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/SimpleScalarPropertiesCommand.ts b/private/aws-protocoltests-restjson/src/commands/SimpleScalarPropertiesCommand.ts index ef905798c3f42..dcb2e40e1f0c3 100644 --- a/private/aws-protocoltests-restjson/src/commands/SimpleScalarPropertiesCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/SimpleScalarPropertiesCommand.ts @@ -16,6 +16,10 @@ import { SimpleScalarPropertiesInputOutput } from "../models/models_0"; import { de_SimpleScalarPropertiesCommand, se_SimpleScalarPropertiesCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/StreamingTraitsCommand.ts b/private/aws-protocoltests-restjson/src/commands/StreamingTraitsCommand.ts index 2a1b26f31ecee..f1d61dfcef76c 100644 --- a/private/aws-protocoltests-restjson/src/commands/StreamingTraitsCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/StreamingTraitsCommand.ts @@ -19,6 +19,10 @@ import { StreamingTraitsInputOutput, StreamingTraitsInputOutputFilterSensitiveLo import { de_StreamingTraitsCommand, se_StreamingTraitsCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/StreamingTraitsRequireLengthCommand.ts b/private/aws-protocoltests-restjson/src/commands/StreamingTraitsRequireLengthCommand.ts index 07974cca82a3a..1fa6d5e09834d 100644 --- a/private/aws-protocoltests-restjson/src/commands/StreamingTraitsRequireLengthCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/StreamingTraitsRequireLengthCommand.ts @@ -22,6 +22,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/StreamingTraitsWithMediaTypeCommand.ts b/private/aws-protocoltests-restjson/src/commands/StreamingTraitsWithMediaTypeCommand.ts index d7be97765155b..a22c423b045dc 100644 --- a/private/aws-protocoltests-restjson/src/commands/StreamingTraitsWithMediaTypeCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/StreamingTraitsWithMediaTypeCommand.ts @@ -25,6 +25,10 @@ import { } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/TestBodyStructureCommand.ts b/private/aws-protocoltests-restjson/src/commands/TestBodyStructureCommand.ts index 52dd392e4be6f..8206015281478 100644 --- a/private/aws-protocoltests-restjson/src/commands/TestBodyStructureCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/TestBodyStructureCommand.ts @@ -16,6 +16,10 @@ import { TestBodyStructureInputOutput } from "../models/models_0"; import { de_TestBodyStructureCommand, se_TestBodyStructureCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/TestNoPayloadCommand.ts b/private/aws-protocoltests-restjson/src/commands/TestNoPayloadCommand.ts index 288406b9fc5bb..c364247b19895 100644 --- a/private/aws-protocoltests-restjson/src/commands/TestNoPayloadCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/TestNoPayloadCommand.ts @@ -16,6 +16,10 @@ import { TestNoPayloadInputOutput } from "../models/models_0"; import { de_TestNoPayloadCommand, se_TestNoPayloadCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/TestPayloadBlobCommand.ts b/private/aws-protocoltests-restjson/src/commands/TestPayloadBlobCommand.ts index b1aff26405b15..32fc55a01c1a1 100644 --- a/private/aws-protocoltests-restjson/src/commands/TestPayloadBlobCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/TestPayloadBlobCommand.ts @@ -16,6 +16,10 @@ import { TestPayloadBlobInputOutput } from "../models/models_0"; import { de_TestPayloadBlobCommand, se_TestPayloadBlobCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/TestPayloadStructureCommand.ts b/private/aws-protocoltests-restjson/src/commands/TestPayloadStructureCommand.ts index 9554460d19257..6eda3e74990bd 100644 --- a/private/aws-protocoltests-restjson/src/commands/TestPayloadStructureCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/TestPayloadStructureCommand.ts @@ -16,6 +16,10 @@ import { TestPayloadStructureInputOutput } from "../models/models_0"; import { de_TestPayloadStructureCommand, se_TestPayloadStructureCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/TimestampFormatHeadersCommand.ts b/private/aws-protocoltests-restjson/src/commands/TimestampFormatHeadersCommand.ts index bef2f8881e7fa..0d6d94ee09070 100644 --- a/private/aws-protocoltests-restjson/src/commands/TimestampFormatHeadersCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/TimestampFormatHeadersCommand.ts @@ -16,6 +16,10 @@ import { TimestampFormatHeadersIO } from "../models/models_0"; import { de_TimestampFormatHeadersCommand, se_TimestampFormatHeadersCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/commands/UnitInputAndOutputCommand.ts b/private/aws-protocoltests-restjson/src/commands/UnitInputAndOutputCommand.ts index 7e21875d33f3c..d18e130c83b38 100644 --- a/private/aws-protocoltests-restjson/src/commands/UnitInputAndOutputCommand.ts +++ b/private/aws-protocoltests-restjson/src/commands/UnitInputAndOutputCommand.ts @@ -15,6 +15,10 @@ import { SerdeContext as __SerdeContext } from "@smithy/types"; import { de_UnitInputAndOutputCommand, se_UnitInputAndOutputCommand } from "../protocols/Aws_restJson1"; import { RestJsonProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestJsonProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restjson/src/index.ts b/private/aws-protocoltests-restjson/src/index.ts index 871a4ba32b059..a667e2b765d94 100644 --- a/private/aws-protocoltests-restjson/src/index.ts +++ b/private/aws-protocoltests-restjson/src/index.ts @@ -1,6 +1,12 @@ -export * from "./RestJsonProtocol"; // smithy-typescript generated code +/* eslint-disable */ +/** + * A REST JSON service that sends JSON requests and responses. + * + * @packageDocumentation + */ export * from "./RestJsonProtocolClient"; +export * from "./RestJsonProtocol"; export * from "./commands"; export * from "./models"; diff --git a/private/aws-protocoltests-restjson/src/models/RestJsonProtocolServiceException.ts b/private/aws-protocoltests-restjson/src/models/RestJsonProtocolServiceException.ts index bec83fe8aa00a..2cbd6bbe2bd23 100644 --- a/private/aws-protocoltests-restjson/src/models/RestJsonProtocolServiceException.ts +++ b/private/aws-protocoltests-restjson/src/models/RestJsonProtocolServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/private/aws-protocoltests-restxml/src/RestXmlProtocolClient.ts b/private/aws-protocoltests-restxml/src/RestXmlProtocolClient.ts index 3f74a946c0a9e..a239669984b75 100644 --- a/private/aws-protocoltests-restxml/src/RestXmlProtocolClient.ts +++ b/private/aws-protocoltests-restxml/src/RestXmlProtocolClient.ts @@ -192,6 +192,8 @@ import { XmlTimestampsCommandInput, XmlTimestampsCommandOutput } from "./command import { XmlUnionsCommandInput, XmlUnionsCommandOutput } from "./commands/XmlUnionsCommand"; import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig"; +export { __Client }; + /** * @public */ @@ -436,7 +438,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__ /** * @public */ -type RestXmlProtocolClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & +export type RestXmlProtocolClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & @@ -453,7 +455,7 @@ export interface RestXmlProtocolClientConfig extends RestXmlProtocolClientConfig /** * @public */ -type RestXmlProtocolClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & +export type RestXmlProtocolClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required & RegionResolvedConfig & EndpointsResolvedConfig & diff --git a/private/aws-protocoltests-restxml/src/commands/AllQueryStringTypesCommand.ts b/private/aws-protocoltests-restxml/src/commands/AllQueryStringTypesCommand.ts index 1d80dffbf9ed8..293e958ac7d18 100644 --- a/private/aws-protocoltests-restxml/src/commands/AllQueryStringTypesCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/AllQueryStringTypesCommand.ts @@ -16,6 +16,10 @@ import { AllQueryStringTypesInput } from "../models/models_0"; import { de_AllQueryStringTypesCommand, se_AllQueryStringTypesCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/BodyWithXmlNameCommand.ts b/private/aws-protocoltests-restxml/src/commands/BodyWithXmlNameCommand.ts index 8da4a4107b3a0..38eb99ddefd89 100644 --- a/private/aws-protocoltests-restxml/src/commands/BodyWithXmlNameCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/BodyWithXmlNameCommand.ts @@ -16,6 +16,10 @@ import { BodyWithXmlNameInputOutput } from "../models/models_0"; import { de_BodyWithXmlNameCommand, se_BodyWithXmlNameCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/ConstantAndVariableQueryStringCommand.ts b/private/aws-protocoltests-restxml/src/commands/ConstantAndVariableQueryStringCommand.ts index fb0c21b18f14d..50c299a8f0f60 100644 --- a/private/aws-protocoltests-restxml/src/commands/ConstantAndVariableQueryStringCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/ConstantAndVariableQueryStringCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/ConstantQueryStringCommand.ts b/private/aws-protocoltests-restxml/src/commands/ConstantQueryStringCommand.ts index 58b560421b741..a4131025ed60a 100644 --- a/private/aws-protocoltests-restxml/src/commands/ConstantQueryStringCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/ConstantQueryStringCommand.ts @@ -16,6 +16,10 @@ import { ConstantQueryStringInput } from "../models/models_0"; import { de_ConstantQueryStringCommand, se_ConstantQueryStringCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/DatetimeOffsetsCommand.ts b/private/aws-protocoltests-restxml/src/commands/DatetimeOffsetsCommand.ts index 89974172203c6..866925cc57b7a 100644 --- a/private/aws-protocoltests-restxml/src/commands/DatetimeOffsetsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/DatetimeOffsetsCommand.ts @@ -16,6 +16,10 @@ import { DatetimeOffsetsOutput } from "../models/models_0"; import { de_DatetimeOffsetsCommand, se_DatetimeOffsetsCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/EmptyInputAndEmptyOutputCommand.ts b/private/aws-protocoltests-restxml/src/commands/EmptyInputAndEmptyOutputCommand.ts index 0921c7c315125..bfbe4596ef219 100644 --- a/private/aws-protocoltests-restxml/src/commands/EmptyInputAndEmptyOutputCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/EmptyInputAndEmptyOutputCommand.ts @@ -16,6 +16,10 @@ import { EmptyInputAndEmptyOutputInput, EmptyInputAndEmptyOutputOutput } from ". import { de_EmptyInputAndEmptyOutputCommand, se_EmptyInputAndEmptyOutputCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/EndpointOperationCommand.ts b/private/aws-protocoltests-restxml/src/commands/EndpointOperationCommand.ts index 1bb64a350f9cb..1a10d8fcc65bd 100644 --- a/private/aws-protocoltests-restxml/src/commands/EndpointOperationCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/EndpointOperationCommand.ts @@ -15,6 +15,10 @@ import { SerdeContext as __SerdeContext } from "@smithy/types"; import { de_EndpointOperationCommand, se_EndpointOperationCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelHeaderOperationCommand.ts b/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelHeaderOperationCommand.ts index 8aad397979b87..d9503199bb0c5 100644 --- a/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelHeaderOperationCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelHeaderOperationCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelOperationCommand.ts b/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelOperationCommand.ts index 191d0718e43a4..d8ea79ec1e2c1 100644 --- a/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelOperationCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/EndpointWithHostLabelOperationCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapCommand.ts b/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapCommand.ts index c3b38c78ce0a2..8fc22f4f61aca 100644 --- a/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapCommand.ts @@ -16,6 +16,10 @@ import { FlattenedXmlMapInputOutput } from "../models/models_0"; import { de_FlattenedXmlMapCommand, se_FlattenedXmlMapCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNameCommand.ts b/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNameCommand.ts index c62d7267ec556..7d2dc379adf13 100644 --- a/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNameCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNameCommand.ts @@ -16,6 +16,10 @@ import { FlattenedXmlMapWithXmlNameInputOutput } from "../models/models_0"; import { de_FlattenedXmlMapWithXmlNameCommand, se_FlattenedXmlMapWithXmlNameCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts b/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts index 3bc7e41decef6..8d92d2def5042 100644 --- a/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/FlattenedXmlMapWithXmlNamespaceCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/FractionalSecondsCommand.ts b/private/aws-protocoltests-restxml/src/commands/FractionalSecondsCommand.ts index ceeb10b6d5787..07e6cc5b7e939 100644 --- a/private/aws-protocoltests-restxml/src/commands/FractionalSecondsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/FractionalSecondsCommand.ts @@ -16,6 +16,10 @@ import { FractionalSecondsOutput } from "../models/models_0"; import { de_FractionalSecondsCommand, se_FractionalSecondsCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/GreetingWithErrorsCommand.ts b/private/aws-protocoltests-restxml/src/commands/GreetingWithErrorsCommand.ts index 66e04300cec0a..554252997d2fd 100644 --- a/private/aws-protocoltests-restxml/src/commands/GreetingWithErrorsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/GreetingWithErrorsCommand.ts @@ -16,6 +16,10 @@ import { GreetingWithErrorsOutput } from "../models/models_0"; import { de_GreetingWithErrorsCommand, se_GreetingWithErrorsCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsCommand.ts index c7eb83500aee4..2375329b2786d 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsCommand.ts @@ -16,6 +16,10 @@ import { HttpPayloadTraitsInputOutput } from "../models/models_0"; import { de_HttpPayloadTraitsCommand, se_HttpPayloadTraitsCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts index 55cca7c8dd1fb..86f03ab4701e3 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadTraitsWithMediaTypeCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithMemberXmlNameCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithMemberXmlNameCommand.ts index 5c8ad1bf19e13..610211a1d73be 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithMemberXmlNameCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithMemberXmlNameCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithStructureCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithStructureCommand.ts index 11039e2c8f9c2..9eff8d107aec6 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithStructureCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithStructureCommand.ts @@ -16,6 +16,10 @@ import { HttpPayloadWithStructureInputOutput } from "../models/models_0"; import { de_HttpPayloadWithStructureCommand, se_HttpPayloadWithStructureCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNameCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNameCommand.ts index 6bfe76d143660..51d4575b617b9 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNameCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNameCommand.ts @@ -16,6 +16,10 @@ import { HttpPayloadWithXmlNameInputOutput } from "../models/models_0"; import { de_HttpPayloadWithXmlNameCommand, se_HttpPayloadWithXmlNameCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceAndPrefixCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceAndPrefixCommand.ts index 2f78221bd13a9..ccdfdf6669755 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceAndPrefixCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceAndPrefixCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceCommand.ts index dc91837e0db39..65ceea56c32db 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPayloadWithXmlNamespaceCommand.ts @@ -16,6 +16,10 @@ import { HttpPayloadWithXmlNamespaceInputOutput } from "../models/models_0"; import { de_HttpPayloadWithXmlNamespaceCommand, se_HttpPayloadWithXmlNamespaceCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/HttpPrefixHeadersCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpPrefixHeadersCommand.ts index 7918b05bda2a8..53dacf33d9f82 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpPrefixHeadersCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpPrefixHeadersCommand.ts @@ -16,6 +16,10 @@ import { HttpPrefixHeadersInputOutput } from "../models/models_0"; import { de_HttpPrefixHeadersCommand, se_HttpPrefixHeadersCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithFloatLabelsCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithFloatLabelsCommand.ts index 4518a4223b36f..22189559c281f 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithFloatLabelsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithFloatLabelsCommand.ts @@ -16,6 +16,10 @@ import { HttpRequestWithFloatLabelsInput } from "../models/models_0"; import { de_HttpRequestWithFloatLabelsCommand, se_HttpRequestWithFloatLabelsCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts index f75a311cb3317..5827029cbce63 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithGreedyLabelInPathCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts index 792016f4de6d8..8c0416053c6e7 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsAndTimestampFormatCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsCommand.ts index ce6e28efbd812..aee17d065230d 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpRequestWithLabelsCommand.ts @@ -16,6 +16,10 @@ import { HttpRequestWithLabelsInput } from "../models/models_0"; import { de_HttpRequestWithLabelsCommand, se_HttpRequestWithLabelsCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/HttpResponseCodeCommand.ts b/private/aws-protocoltests-restxml/src/commands/HttpResponseCodeCommand.ts index 6d48bd002c2ed..9ab3de1761cca 100644 --- a/private/aws-protocoltests-restxml/src/commands/HttpResponseCodeCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/HttpResponseCodeCommand.ts @@ -16,6 +16,10 @@ import { HttpResponseCodeOutput } from "../models/models_0"; import { de_HttpResponseCodeCommand, se_HttpResponseCodeCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/IgnoreQueryParamsInResponseCommand.ts b/private/aws-protocoltests-restxml/src/commands/IgnoreQueryParamsInResponseCommand.ts index 9222d968b7375..38a67b7b07227 100644 --- a/private/aws-protocoltests-restxml/src/commands/IgnoreQueryParamsInResponseCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/IgnoreQueryParamsInResponseCommand.ts @@ -16,6 +16,10 @@ import { IgnoreQueryParamsInResponseOutput } from "../models/models_0"; import { de_IgnoreQueryParamsInResponseCommand, se_IgnoreQueryParamsInResponseCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/InputAndOutputWithHeadersCommand.ts b/private/aws-protocoltests-restxml/src/commands/InputAndOutputWithHeadersCommand.ts index 6088d23e60b77..fd1a329150925 100644 --- a/private/aws-protocoltests-restxml/src/commands/InputAndOutputWithHeadersCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/InputAndOutputWithHeadersCommand.ts @@ -16,6 +16,10 @@ import { InputAndOutputWithHeadersIO } from "../models/models_0"; import { de_InputAndOutputWithHeadersCommand, se_InputAndOutputWithHeadersCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/NestedXmlMapsCommand.ts b/private/aws-protocoltests-restxml/src/commands/NestedXmlMapsCommand.ts index ff28edd44c93e..a584c0ce5e028 100644 --- a/private/aws-protocoltests-restxml/src/commands/NestedXmlMapsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/NestedXmlMapsCommand.ts @@ -16,6 +16,10 @@ import { NestedXmlMapsInputOutput } from "../models/models_0"; import { de_NestedXmlMapsCommand, se_NestedXmlMapsCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/NoInputAndNoOutputCommand.ts b/private/aws-protocoltests-restxml/src/commands/NoInputAndNoOutputCommand.ts index f408e33f6ced2..cef7d506301b8 100644 --- a/private/aws-protocoltests-restxml/src/commands/NoInputAndNoOutputCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/NoInputAndNoOutputCommand.ts @@ -15,6 +15,10 @@ import { SerdeContext as __SerdeContext } from "@smithy/types"; import { de_NoInputAndNoOutputCommand, se_NoInputAndNoOutputCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/NoInputAndOutputCommand.ts b/private/aws-protocoltests-restxml/src/commands/NoInputAndOutputCommand.ts index 4f9c1af588072..c8edb36effb35 100644 --- a/private/aws-protocoltests-restxml/src/commands/NoInputAndOutputCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/NoInputAndOutputCommand.ts @@ -16,6 +16,10 @@ import { NoInputAndOutputOutput } from "../models/models_0"; import { de_NoInputAndOutputCommand, se_NoInputAndOutputCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersClientCommand.ts b/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersClientCommand.ts index ca7080dcc1f4b..cf79e85237071 100644 --- a/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersClientCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersClientCommand.ts @@ -16,6 +16,10 @@ import { NullAndEmptyHeadersIO } from "../models/models_0"; import { de_NullAndEmptyHeadersClientCommand, se_NullAndEmptyHeadersClientCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersServerCommand.ts b/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersServerCommand.ts index 5e07b2dde7ef7..c7574711cad22 100644 --- a/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersServerCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/NullAndEmptyHeadersServerCommand.ts @@ -16,6 +16,10 @@ import { NullAndEmptyHeadersIO } from "../models/models_0"; import { de_NullAndEmptyHeadersServerCommand, se_NullAndEmptyHeadersServerCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/OmitsNullSerializesEmptyStringCommand.ts b/private/aws-protocoltests-restxml/src/commands/OmitsNullSerializesEmptyStringCommand.ts index 520497935cba4..01c7844017320 100644 --- a/private/aws-protocoltests-restxml/src/commands/OmitsNullSerializesEmptyStringCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/OmitsNullSerializesEmptyStringCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/QueryIdempotencyTokenAutoFillCommand.ts b/private/aws-protocoltests-restxml/src/commands/QueryIdempotencyTokenAutoFillCommand.ts index 659133ea077f5..0e34f1899a912 100644 --- a/private/aws-protocoltests-restxml/src/commands/QueryIdempotencyTokenAutoFillCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/QueryIdempotencyTokenAutoFillCommand.ts @@ -19,6 +19,10 @@ import { } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/QueryParamsAsStringListMapCommand.ts b/private/aws-protocoltests-restxml/src/commands/QueryParamsAsStringListMapCommand.ts index 22d82de1ac134..8169133f1b8ca 100644 --- a/private/aws-protocoltests-restxml/src/commands/QueryParamsAsStringListMapCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/QueryParamsAsStringListMapCommand.ts @@ -16,6 +16,10 @@ import { QueryParamsAsStringListMapInput } from "../models/models_0"; import { de_QueryParamsAsStringListMapCommand, se_QueryParamsAsStringListMapCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/QueryPrecedenceCommand.ts b/private/aws-protocoltests-restxml/src/commands/QueryPrecedenceCommand.ts index 43c29ca0f22a6..75a5e5eae1e6d 100644 --- a/private/aws-protocoltests-restxml/src/commands/QueryPrecedenceCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/QueryPrecedenceCommand.ts @@ -16,6 +16,10 @@ import { QueryPrecedenceInput } from "../models/models_0"; import { de_QueryPrecedenceCommand, se_QueryPrecedenceCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/RecursiveShapesCommand.ts b/private/aws-protocoltests-restxml/src/commands/RecursiveShapesCommand.ts index 96843dbc266dd..3d5dacb024076 100644 --- a/private/aws-protocoltests-restxml/src/commands/RecursiveShapesCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/RecursiveShapesCommand.ts @@ -16,6 +16,10 @@ import { RecursiveShapesInputOutput } from "../models/models_0"; import { de_RecursiveShapesCommand, se_RecursiveShapesCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/SimpleScalarPropertiesCommand.ts b/private/aws-protocoltests-restxml/src/commands/SimpleScalarPropertiesCommand.ts index 71f4878d7114b..f84f9eb471a6c 100644 --- a/private/aws-protocoltests-restxml/src/commands/SimpleScalarPropertiesCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/SimpleScalarPropertiesCommand.ts @@ -16,6 +16,10 @@ import { SimpleScalarPropertiesInputOutput } from "../models/models_0"; import { de_SimpleScalarPropertiesCommand, se_SimpleScalarPropertiesCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/TimestampFormatHeadersCommand.ts b/private/aws-protocoltests-restxml/src/commands/TimestampFormatHeadersCommand.ts index 6503a0514c020..c28e8b2ac2c2c 100644 --- a/private/aws-protocoltests-restxml/src/commands/TimestampFormatHeadersCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/TimestampFormatHeadersCommand.ts @@ -16,6 +16,10 @@ import { TimestampFormatHeadersIO } from "../models/models_0"; import { de_TimestampFormatHeadersCommand, se_TimestampFormatHeadersCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/XmlAttributesCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlAttributesCommand.ts index 324d57cdb43ef..8bfc05d935897 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlAttributesCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlAttributesCommand.ts @@ -16,6 +16,10 @@ import { XmlAttributesInputOutput } from "../models/models_0"; import { de_XmlAttributesCommand, se_XmlAttributesCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/XmlAttributesOnPayloadCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlAttributesOnPayloadCommand.ts index 69e0356c8d418..ed9ddb1d2cfb2 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlAttributesOnPayloadCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlAttributesOnPayloadCommand.ts @@ -16,6 +16,10 @@ import { XmlAttributesOnPayloadInputOutput } from "../models/models_0"; import { de_XmlAttributesOnPayloadCommand, se_XmlAttributesOnPayloadCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/XmlBlobsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlBlobsCommand.ts index bac4e030381a0..a295cef9da799 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlBlobsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlBlobsCommand.ts @@ -16,6 +16,10 @@ import { XmlBlobsInputOutput } from "../models/models_0"; import { de_XmlBlobsCommand, se_XmlBlobsCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/XmlEmptyBlobsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlEmptyBlobsCommand.ts index 0a0b4a6b9df8f..52898da474946 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlEmptyBlobsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlEmptyBlobsCommand.ts @@ -16,6 +16,10 @@ import { XmlBlobsInputOutput } from "../models/models_0"; import { de_XmlEmptyBlobsCommand, se_XmlEmptyBlobsCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/XmlEmptyListsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlEmptyListsCommand.ts index cfd8f2415e6b0..89538c5646107 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlEmptyListsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlEmptyListsCommand.ts @@ -16,6 +16,10 @@ import { XmlListsInputOutput } from "../models/models_0"; import { de_XmlEmptyListsCommand, se_XmlEmptyListsCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/XmlEmptyMapsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlEmptyMapsCommand.ts index 1323df7d24f56..e4465ecdd7a99 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlEmptyMapsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlEmptyMapsCommand.ts @@ -16,6 +16,10 @@ import { XmlMapsInputOutput } from "../models/models_0"; import { de_XmlEmptyMapsCommand, se_XmlEmptyMapsCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/XmlEmptyStringsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlEmptyStringsCommand.ts index 7470c43fa9118..c1646065f3352 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlEmptyStringsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlEmptyStringsCommand.ts @@ -16,6 +16,10 @@ import { XmlEmptyStringsInputOutput } from "../models/models_0"; import { de_XmlEmptyStringsCommand, se_XmlEmptyStringsCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/XmlEnumsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlEnumsCommand.ts index f041bb9376d1f..46f09cfb429be 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlEnumsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlEnumsCommand.ts @@ -16,6 +16,10 @@ import { XmlEnumsInputOutput } from "../models/models_0"; import { de_XmlEnumsCommand, se_XmlEnumsCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/XmlIntEnumsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlIntEnumsCommand.ts index 7c558eae7f031..c8e42b0e7405c 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlIntEnumsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlIntEnumsCommand.ts @@ -16,6 +16,10 @@ import { XmlIntEnumsInputOutput } from "../models/models_0"; import { de_XmlIntEnumsCommand, se_XmlIntEnumsCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/XmlListsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlListsCommand.ts index 857b846c3299c..394ef84c8b7cd 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlListsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlListsCommand.ts @@ -16,6 +16,10 @@ import { XmlListsInputOutput } from "../models/models_0"; import { de_XmlListsCommand, se_XmlListsCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/XmlMapsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlMapsCommand.ts index 744a2f43e3d8d..ab1b27b2c596a 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlMapsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlMapsCommand.ts @@ -16,6 +16,10 @@ import { XmlMapsInputOutput } from "../models/models_0"; import { de_XmlMapsCommand, se_XmlMapsCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/XmlMapsXmlNameCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlMapsXmlNameCommand.ts index 04d530249fc01..6a2ad9f25d771 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlMapsXmlNameCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlMapsXmlNameCommand.ts @@ -16,6 +16,10 @@ import { XmlMapsXmlNameInputOutput } from "../models/models_0"; import { de_XmlMapsXmlNameCommand, se_XmlMapsXmlNameCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/XmlNamespacesCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlNamespacesCommand.ts index a097cb97e7df2..17c2361b0650d 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlNamespacesCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlNamespacesCommand.ts @@ -16,6 +16,10 @@ import { XmlNamespacesInputOutput } from "../models/models_0"; import { de_XmlNamespacesCommand, se_XmlNamespacesCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/XmlTimestampsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlTimestampsCommand.ts index 066762fca63f8..a1a73d7a51beb 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlTimestampsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlTimestampsCommand.ts @@ -16,6 +16,10 @@ import { XmlTimestampsInputOutput } from "../models/models_0"; import { de_XmlTimestampsCommand, se_XmlTimestampsCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/commands/XmlUnionsCommand.ts b/private/aws-protocoltests-restxml/src/commands/XmlUnionsCommand.ts index f9e33bf02f636..2c6e7c50f7453 100644 --- a/private/aws-protocoltests-restxml/src/commands/XmlUnionsCommand.ts +++ b/private/aws-protocoltests-restxml/src/commands/XmlUnionsCommand.ts @@ -16,6 +16,10 @@ import { XmlUnionsInputOutput } from "../models/models_0"; import { de_XmlUnionsCommand, se_XmlUnionsCommand } from "../protocols/Aws_restXml"; import { RestXmlProtocolClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RestXmlProtocolClient"; +/** + * @public + */ +export { __MetadataBearer, $Command }; /** * @public * diff --git a/private/aws-protocoltests-restxml/src/index.ts b/private/aws-protocoltests-restxml/src/index.ts index eeea8487512e4..7a40a10db29c4 100644 --- a/private/aws-protocoltests-restxml/src/index.ts +++ b/private/aws-protocoltests-restxml/src/index.ts @@ -1,6 +1,12 @@ -export * from "./RestXmlProtocol"; // smithy-typescript generated code +/* eslint-disable */ +/** + * A REST XML service that sends XML requests and responses. + * + * @packageDocumentation + */ export * from "./RestXmlProtocolClient"; +export * from "./RestXmlProtocol"; export * from "./commands"; export * from "./models"; diff --git a/private/aws-protocoltests-restxml/src/models/RestXmlProtocolServiceException.ts b/private/aws-protocoltests-restxml/src/models/RestXmlProtocolServiceException.ts index 9258ca1f2e06b..c55627c15aaf5 100644 --- a/private/aws-protocoltests-restxml/src/models/RestXmlProtocolServiceException.ts +++ b/private/aws-protocoltests-restxml/src/models/RestXmlProtocolServiceException.ts @@ -4,6 +4,8 @@ import { ServiceExceptionOptions as __ServiceExceptionOptions, } from "@aws-sdk/smithy-client"; +export { __ServiceException, __ServiceExceptionOptions }; + /** * @public * diff --git a/private/aws-restjson-server/src/index.ts b/private/aws-restjson-server/src/index.ts index 1805fbd058df3..e6000b90e07e8 100644 --- a/private/aws-restjson-server/src/index.ts +++ b/private/aws-restjson-server/src/index.ts @@ -1,4 +1,10 @@ -export * from "./models"; // smithy-typescript generated code +/* eslint-disable */ +/** + * A REST JSON service that sends JSON requests and responses. + * + * @packageDocumentation + */ export * as Aws_restJson1 from "./protocols/Aws_restJson1"; export * from "./server/index"; +export * from "./models"; diff --git a/private/aws-restjson-validation-server/src/index.ts b/private/aws-restjson-validation-server/src/index.ts index 1805fbd058df3..4e217eb7232ba 100644 --- a/private/aws-restjson-validation-server/src/index.ts +++ b/private/aws-restjson-validation-server/src/index.ts @@ -1,4 +1,10 @@ -export * from "./models"; // smithy-typescript generated code +/* eslint-disable */ +/** + * A REST JSON service that sends JSON requests and responses with validation applied + * + * @packageDocumentation + */ export * as Aws_restJson1 from "./protocols/Aws_restJson1"; export * from "./server/index"; +export * from "./models";